|
|
|
1 | 2023-12-05T04:09:24.037Z | job assigned to worker 01HGW2HHFZ71BSFT4AP7PD5XPX (queued for 2 m 1 s) |
|
2 | 2023-12-05T04:09:24.749Z | starting task 0: "setup" |
3 | 2023-12-05T04:09:25.006Z | ++ uname -s |
4 | 2023-12-05T04:09:25.015Z | + kern=SunOS |
5 | 2023-12-05T04:09:25.015Z | + case "$kern" in |
6 | 2023-12-05T04:09:25.015Z | + groupadd -g 12345 build |
7 | 2023-12-05T04:09:25.015Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-05T04:09:27.026Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-05T04:09:27.299Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-05T04:09:27.305Z | + home_fs=zfs |
11 | 2023-12-05T04:09:27.306Z | + [[ zfs == autofs ]] |
12 | 2023-12-05T04:09:27.306Z | + mkdir -p /home/build |
13 | 2023-12-05T04:09:27.306Z | + chown build:build /home/build /work |
14 | 2023-12-05T04:09:29.304Z | + chmod 0700 /home/build /work |
15 | 2023-12-05T04:09:29.307Z | process exited: duration 4561 ms, exit code 0 |
|
16 | 2023-12-05T04:09:29.313Z | starting task 1: "rust-toolchain" |
17 | 2023-12-05T04:09:29.323Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-05T04:09:29.326Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-05T04:09:29.514Z | info: downloading installer |
20 | 2023-12-05T04:09:32.101Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-05T04:09:32.101Z | warning: /opt/ooce/bin |
22 | 2023-12-05T04:09:32.101Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-05T04:09:32.101Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-05T04:09:32.101Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-05T04:09:32.101Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-05T04:09:32.101Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-05T04:09:32.101Z | error: cannot install while Rust is installed |
28 | 2023-12-05T04:09:32.101Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-05T04:09:32.363Z | info: profile set to 'default' |
30 | 2023-12-05T04:09:32.363Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-05T04:09:32.368Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-05T04:09:32.547Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-05T04:09:32.547Z | info: downloading component 'cargo' |
34 | 2023-12-05T04:09:33.326Z | info: downloading component 'clippy' |
35 | 2023-12-05T04:09:33.608Z | info: downloading component 'rust-docs' |
36 | 2023-12-05T04:09:34.590Z | info: downloading component 'rust-std' |
37 | 2023-12-05T04:09:36.335Z | info: downloading component 'rustc' |
38 | 2023-12-05T04:09:40.552Z | info: downloading component 'rustfmt' |
39 | 2023-12-05T04:09:40.794Z | info: installing component 'cargo' |
40 | 2023-12-05T04:09:42.734Z | info: installing component 'clippy' |
41 | 2023-12-05T04:09:43.522Z | info: installing component 'rust-docs' |
42 | 2023-12-05T04:09:46.233Z | info: installing component 'rust-std' |
43 | 2023-12-05T04:09:50.123Z | info: installing component 'rustc' |
44 | 2023-12-05T04:10:00.631Z | info: installing component 'rustfmt' |
45 | 2023-12-05T04:10:00.683Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-05T04:10:00.683Z | |
47 | 2023-12-05T04:10:01.152Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-05T04:10:01.154Z | |
49 | 2023-12-05T04:10:01.154Z | |
50 | 2023-12-05T04:10:01.154Z | Rust is installed now. Great! |
51 | 2023-12-05T04:10:01.154Z | |
52 | 2023-12-05T04:10:01.154Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-05T04:10:01.154Z | environment variable. This has not been done automatically. |
54 | 2023-12-05T04:10:01.154Z | |
55 | 2023-12-05T04:10:01.154Z | To configure your current shell, run: |
56 | 2023-12-05T04:10:01.154Z | source "$HOME/.cargo/env" |
57 | 2023-12-05T04:10:01.154Z | + rustc --version |
58 | 2023-12-05T04:10:01.154Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-05T04:10:01.154Z | process exited: duration 31721 ms, exit code 0 |
|
60 | 2023-12-05T04:10:01.162Z | starting task 2: "authentication" |
61 | 2023-12-05T04:10:01.192Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2023-12-05T04:10:01.198Z | starting task 3: "clone repository" |
63 | 2023-12-05T04:10:01.205Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-05T04:10:01.208Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-05T04:10:01.291Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-05T04:10:07.894Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-05T04:10:07.897Z | + [[ -n '' ]] |
68 | 2023-12-05T04:10:07.897Z | + git fetch origin 528a94580d2aac5cfbf313b5d46103795112c115 |
69 | 2023-12-05T04:10:08.280Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-05T04:10:08.280Z | * branch 528a94580d2aac5cfbf313b5d46103795112c115 -> FETCH_HEAD |
71 | 2023-12-05T04:10:08.292Z | + git reset --hard 528a94580d2aac5cfbf313b5d46103795112c115 |
72 | 2023-12-05T04:10:08.460Z | HEAD is now at 528a9458 Update taiki-e/install-action digest to d211c4b |
73 | 2023-12-05T04:10:08.463Z | process exited: duration 7269 ms, exit code 0 |
|
74 | 2023-12-05T04:10:08.469Z | starting task 4: "build" |
75 | 2023-12-05T04:10:08.478Z | + cargo --version |
76 | 2023-12-05T04:10:08.483Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
77 | 2023-12-05T04:10:08.711Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
78 | 2023-12-05T04:10:08.714Z | info: downloading component 'cargo' |
79 | 2023-12-05T04:10:09.712Z | info: downloading component 'clippy' |
80 | 2023-12-05T04:10:10.049Z | info: downloading component 'rust-docs' |
81 | 2023-12-05T04:10:11.274Z | info: downloading component 'rust-std' |
82 | 2023-12-05T04:10:13.323Z | info: downloading component 'rustc' |
83 | 2023-12-05T04:10:18.317Z | info: downloading component 'rustfmt' |
84 | 2023-12-05T04:10:18.676Z | info: installing component 'cargo' |
85 | 2023-12-05T04:10:19.978Z | info: installing component 'clippy' |
86 | 2023-12-05T04:10:20.457Z | info: installing component 'rust-docs' |
87 | 2023-12-05T04:10:23.261Z | info: installing component 'rust-std' |
88 | 2023-12-05T04:10:25.949Z | info: installing component 'rustc' |
89 | 2023-12-05T04:10:32.209Z | info: installing component 'rustfmt' |
90 | 2023-12-05T04:10:32.755Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
91 | 2023-12-05T04:10:32.757Z | + rustc --version |
92 | 2023-12-05T04:10:32.885Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
93 | 2023-12-05T04:10:32.893Z | ++ git rev-parse HEAD |
94 | 2023-12-05T04:10:32.897Z | + COMMIT=528a94580d2aac5cfbf313b5d46103795112c115 |
95 | 2023-12-05T04:10:32.899Z | + VERSION=1.0.4-0.ci+git528a94580d2 |
96 | 2023-12-05T04:10:32.899Z | + echo 1.0.4-0.ci+git528a94580d2 |
97 | 2023-12-05T04:10:32.899Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
98 | 2023-12-05T04:10:44.359Z | Startup: Refreshing catalog 'helios-dev' ... Done |
99 | 2023-12-05T04:10:45.529Z | Startup: Caching catalogs ... Done |
100 | 2023-12-05T04:10:51.831Z | Planning: Solver setup ... Done (5.983s) |
101 | 2023-12-05T04:10:51.982Z | Planning: Running solver ... Done (0.143s) |
102 | 2023-12-05T04:10:52.078Z | Planning: Finding local manifests ... Done (0.041s) |
103 | 2023-12-05T04:10:52.093Z | Planning: Fetching manifests: 0/6 0% complete |
104 | 2023-12-05T04:10:52.438Z | Planning: Fetching manifests: 6/6 100% complete |
105 | 2023-12-05T04:10:52.655Z | Planning: Package planning ... Done (0.217s) |
106 | 2023-12-05T04:10:52.742Z | Planning: Merging actions ... Done (0.085s) |
107 | 2023-12-05T04:10:53.801Z | Planning: Checking for conflicting actions ... Done (1.061s) |
108 | 2023-12-05T04:10:53.819Z | Planning: Consolidating action changes ... Done (0.017s) |
109 | 2023-12-05T04:11:01.155Z | Planning: Evaluating mediators ... Done (7.340s) |
110 | 2023-12-05T04:11:01.265Z | Planning: Planning completed in 15.69 seconds |
111 | 2023-12-05T04:11:02.687Z | Packages to install: 4 |
112 | 2023-12-05T04:11:02.687Z | Packages to update: 2 |
113 | 2023-12-05T04:11:02.690Z | Mediators to change: 2 |
114 | 2023-12-05T04:11:02.690Z | Services to change: 1 |
115 | 2023-12-05T04:11:02.690Z | Estimated space available: 148.88 GB |
116 | 2023-12-05T04:11:02.690Z | Estimated space to be consumed: 1.42 GB |
117 | 2023-12-05T04:11:02.690Z | Create boot environment: No |
118 | 2023-12-05T04:11:02.690Z | Create backup boot environment: Yes |
119 | 2023-12-05T04:11:02.690Z | Rebuild boot archive: No |
120 | 2023-12-05T04:11:02.690Z | |
121 | 2023-12-05T04:11:02.690Z | Changed mediators: |
122 | 2023-12-05T04:11:02.690Z | mediator clang: |
123 | 2023-12-05T04:11:02.690Z | version: None -> 15 (system default) |
124 | 2023-12-05T04:11:02.690Z | |
125 | 2023-12-05T04:11:02.690Z | mediator llvm: |
126 | 2023-12-05T04:11:02.690Z | version: 14 (system default) -> 15 (system default) |
127 | 2023-12-05T04:11:02.690Z | |
128 | 2023-12-05T04:11:02.690Z | Changed packages: |
129 | 2023-12-05T04:11:02.690Z | helios-dev |
130 | 2023-12-05T04:11:02.690Z | developer/build-essential |
131 | 2023-12-05T04:11:02.690Z | None -> 11-2.0 |
132 | 2023-12-05T04:11:02.690Z | library/libxmlsec1 |
133 | 2023-12-05T04:11:02.690Z | None -> 1.2.35-2.0 |
134 | 2023-12-05T04:11:02.690Z | ooce/developer/clang-15 |
135 | 2023-12-05T04:11:02.690Z | None -> 15.0.7-2.0 |
136 | 2023-12-05T04:11:02.690Z | ooce/developer/llvm-15 |
137 | 2023-12-05T04:11:02.690Z | None -> 15.0.7-2.0 |
138 | 2023-12-05T04:11:02.690Z | system/library/g++-runtime |
139 | 2023-12-05T04:11:02.690Z | 12-2.0 -> 13-2.0 |
140 | 2023-12-05T04:11:02.690Z | system/library/gcc-runtime |
141 | 2023-12-05T04:11:02.690Z | 12-2.0 -> 13-2.0 |
142 | 2023-12-05T04:11:02.690Z | |
143 | 2023-12-05T04:11:02.690Z | Services: |
144 | 2023-12-05T04:11:02.690Z | restart_fmri: |
145 | 2023-12-05T04:11:02.690Z | svc:/system/update-man-index:default |
146 | 2023-12-05T04:11:02.909Z | |
147 | 2023-12-05T04:11:02.909Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
148 | 2023-12-05T04:11:07.913Z | Download: 999/3330 items 19.5/221.1MB 8% complete (4.0M/s) |
149 | 2023-12-05T04:11:12.904Z | Download: 1903/3330 items 118.6/221.1MB 53% complete (12.0M/s) |
150 | 2023-12-05T04:11:17.905Z | Download: 3134/3330 items 152.8/221.1MB 69% complete (13.2M/s) |
151 | 2023-12-05T04:11:23.110Z | Download: 3274/3330 items 208.6/221.1MB 94% complete (8.9M/s) |
152 | 2023-12-05T04:11:28.738Z | Download: 3285/3330 items 211.5/221.1MB 95% complete (9.1M/s) |
153 | 2023-12-05T04:11:30.724Z | Download: Completed 221.11 MB in 27.83 seconds (8.0M/s) |
154 | 2023-12-05T04:11:32.789Z | Actions: 1/3766 actions (Removing old actions) |
155 | 2023-12-05T04:11:32.789Z | Actions: 5/3766 actions (Installing new actions) |
156 | 2023-12-05T04:11:37.787Z | Actions: 2295/3766 actions (Installing new actions) |
157 | 2023-12-05T04:11:40.911Z | Actions: 3729/3766 actions (Updating modified actions) |
158 | 2023-12-05T04:11:41.518Z | Actions: Completed 3766 actions in 8.73 seconds. |
159 | 2023-12-05T04:11:41.723Z | Done (0.198s) |
160 | 2023-12-05T04:11:41.726Z | Done (0.000s) |
161 | 2023-12-05T04:11:41.995Z | Done (0.270s) |
162 | 2023-12-05T04:11:49.584Z | Done (7.466s) |
163 | 2023-12-05T04:11:49.905Z | Done (0.224s) |
164 | 2023-12-05T04:11:49.908Z | Done (0.000s) |
165 | 2023-12-05T04:11:50.143Z | Done (0.000s) |
166 | 2023-12-05T04:11:50.834Z | Planning: Evaluating mediator changes ... Done |
167 | 2023-12-05T04:11:51.114Z | Planning: Checking for conflicting actions ... Done |
168 | 2023-12-05T04:11:51.116Z | Planning: Consolidating action changes ... Done |
169 | 2023-12-05T04:11:51.543Z | Planning: Evaluating mediators ... Done |
170 | 2023-12-05T04:11:51.546Z | Planning: Planning completed in 0.71 seconds |
171 | 2023-12-05T04:11:51.605Z | Mediators to change: 2 |
172 | 2023-12-05T04:11:51.608Z | Create boot environment: No |
173 | 2023-12-05T04:11:51.608Z | Create backup boot environment: No |
174 | 2023-12-05T04:11:51.856Z | Done |
175 | 2023-12-05T04:11:51.856Z | Done |
176 | 2023-12-05T04:11:52.009Z | Done |
177 | 2023-12-05T04:11:57.681Z | Done |
178 | 2023-12-05T04:11:57.803Z | Done |
179 | 2023-12-05T04:11:57.805Z | Done |
180 | 2023-12-05T04:11:57.923Z | Done |
181 | 2023-12-05T04:11:58.920Z | Planning: Evaluating mediator changes ... Done |
182 | 2023-12-05T04:11:58.923Z | Planning: Merging actions ... Done |
183 | 2023-12-05T04:11:59.254Z | Planning: Checking for conflicting actions ... Done |
184 | 2023-12-05T04:11:59.257Z | Planning: Consolidating action changes ... Done |
185 | 2023-12-05T04:11:59.687Z | Planning: Evaluating mediators ... Done |
186 | 2023-12-05T04:11:59.775Z | Planning: Planning completed in 1.29 seconds |
187 | 2023-12-05T04:11:59.839Z | Packages to change: 1 |
188 | 2023-12-05T04:11:59.842Z | Mediators to change: 1 |
189 | 2023-12-05T04:11:59.842Z | Services to change: 1 |
190 | 2023-12-05T04:11:59.842Z | Create boot environment: No |
191 | 2023-12-05T04:11:59.842Z | Create backup boot environment: Yes |
192 | 2023-12-05T04:12:01.989Z | Actions: 1/6 actions (Updating modified actions) |
193 | 2023-12-05T04:12:01.994Z | Actions: Completed 6 actions in 0.00 seconds. |
194 | 2023-12-05T04:12:01.994Z | Done |
195 | 2023-12-05T04:12:01.994Z | Done |
196 | 2023-12-05T04:12:02.049Z | Done |
197 | 2023-12-05T04:12:07.687Z | Done |
198 | 2023-12-05T04:12:07.810Z | Done |
199 | 2023-12-05T04:12:07.813Z | Done |
200 | 2023-12-05T04:12:07.929Z | Done |
201 | 2023-12-05T04:12:08.591Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
202 | 2023-12-05T04:12:08.591Z | clang system 15 system |
203 | 2023-12-05T04:12:08.591Z | csh system system illumos |
204 | 2023-12-05T04:12:08.591Z | ctags system system illumos |
205 | 2023-12-05T04:12:08.591Z | gcc vendor 12 vendor |
206 | 2023-12-05T04:12:08.591Z | gcc system 10 system |
207 | 2023-12-05T04:12:08.592Z | gcc system 7 system |
208 | 2023-12-05T04:12:08.592Z | go system 1.20 system |
209 | 2023-12-05T04:12:08.592Z | go system 1.19 system |
210 | 2023-12-05T04:12:08.592Z | llvm system 15 system |
211 | 2023-12-05T04:12:08.592Z | llvm system 14 system |
212 | 2023-12-05T04:12:08.592Z | mariadb system 10.6 system |
213 | 2023-12-05T04:12:08.592Z | mta vendor vendor dma |
214 | 2023-12-05T04:12:08.592Z | openjdk system 17 system |
215 | 2023-12-05T04:12:08.592Z | openjdk system 11 system |
216 | 2023-12-05T04:12:08.592Z | openjdk system 1.8 system |
217 | 2023-12-05T04:12:08.592Z | openssl vendor 3 vendor |
218 | 2023-12-05T04:12:08.592Z | perl system 5.36 system |
219 | 2023-12-05T04:12:08.592Z | postgresql system 15 system |
220 | 2023-12-05T04:12:08.592Z | postgresql system 13 system |
221 | 2023-12-05T04:12:08.592Z | python vendor 3 vendor |
222 | 2023-12-05T04:12:08.592Z | python system 2 system |
223 | 2023-12-05T04:12:08.592Z | python3 system 3.11 system |
224 | 2023-12-05T04:12:08.593Z | ruby system 3.0 system |
225 | 2023-12-05T04:12:08.593Z | words vendor vendor american-english |
226 | 2023-12-05T04:12:08.593Z | words system system australian-english |
227 | 2023-12-05T04:12:08.593Z | words system system british-english |
228 | 2023-12-05T04:12:08.593Z | words system system canadian-english |
229 | 2023-12-05T04:12:08.593Z | words system system french |
230 | 2023-12-05T04:12:08.593Z | words system system italian |
231 | 2023-12-05T04:12:08.593Z | words system system ngerman |
232 | 2023-12-05T04:12:08.593Z | words system system ogerman |
233 | 2023-12-05T04:12:08.593Z | words system system spanish |
234 | 2023-12-05T04:12:09.110Z | FMRI IFO |
235 | 2023-12-05T04:12:09.110Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2023-12-05T04:12:09.110Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2023-12-05T04:12:09.110Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2023-12-05T04:12:09.110Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
239 | 2023-12-05T04:12:09.110Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
240 | 2023-12-05T04:12:09.110Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
241 | 2023-12-05T04:12:09.110Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
242 | 2023-12-05T04:12:09.110Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
243 | 2023-12-05T04:12:09.184Z | + set -o errexit |
244 | 2023-12-05T04:12:09.195Z | +++ dirname ./tools/ci_download_cockroachdb |
245 | 2023-12-05T04:12:09.195Z | ++ cd ./tools |
246 | 2023-12-05T04:12:09.195Z | ++ pwd |
247 | 2023-12-05T04:12:09.195Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
248 | 2023-12-05T04:12:09.195Z | ++ basename ./tools/ci_download_cockroachdb |
249 | 2023-12-05T04:12:09.195Z | + ARG0=ci_download_cockroachdb |
250 | 2023-12-05T04:12:09.195Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
251 | 2023-12-05T04:12:09.693Z | + CIDL_VERSION=v22.1.9 |
252 | 2023-12-05T04:12:09.693Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
253 | 2023-12-05T04:12:09.693Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
254 | 2023-12-05T04:12:09.693Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
255 | 2023-12-05T04:12:09.693Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
256 | 2023-12-05T04:12:09.694Z | + TARGET_DIR=out |
257 | 2023-12-05T04:12:09.694Z | + DOWNLOAD_DIR=out/downloads |
258 | 2023-12-05T04:12:09.695Z | + DEST_DIR=./out/cockroachdb |
259 | 2023-12-05T04:12:09.695Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
260 | 2023-12-05T04:12:09.695Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
261 | 2023-12-05T04:12:09.695Z | + main |
262 | 2023-12-05T04:12:09.696Z | + [[ 0 != 0 ]] |
263 | 2023-12-05T04:12:09.696Z | + CIDL_OS=solaris2.11 |
264 | 2023-12-05T04:12:09.696Z | + [[ 0 != 0 ]] |
265 | 2023-12-05T04:12:09.696Z | + configure_os solaris2.11 |
266 | 2023-12-05T04:12:09.696Z | + echo 'current directory: /work/oxidecomputer/omicron' |
267 | 2023-12-05T04:12:09.696Z | current directory: /work/oxidecomputer/omicron |
268 | 2023-12-05T04:12:09.696Z | + echo 'configuring based on OS: "solaris2.11"' |
269 | 2023-12-05T04:12:09.696Z | + case "$1" in |
270 | 2023-12-05T04:12:09.696Z | configuring based on OS: "solaris2.11" |
271 | 2023-12-05T04:12:09.696Z | + CIDL_BUILD=illumos |
272 | 2023-12-05T04:12:09.696Z | + CIDL_SUFFIX=tar.gz |
273 | 2023-12-05T04:12:09.696Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
274 | 2023-12-05T04:12:09.696Z | + CIDL_MD5FUNC=do_md5sum |
275 | 2023-12-05T04:12:09.696Z | + CIDL_URL_BASE=https://illumos.org/downloads |
276 | 2023-12-05T04:12:09.696Z | + CIDL_ASSEMBLE=do_assemble_illumos |
277 | 2023-12-05T04:12:09.696Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
278 | 2023-12-05T04:12:09.696Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-12-05T04:12:09.696Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-12-05T04:12:09.696Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
281 | 2023-12-05T04:12:09.696Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2023-12-05T04:12:09.696Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
283 | 2023-12-05T04:12:09.696Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-12-05T04:12:09.696Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-12-05T04:12:09.697Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
286 | 2023-12-05T04:12:09.697Z | + mkdir -p out/downloads |
287 | 2023-12-05T04:12:09.697Z | + mkdir -p ./out/cockroachdb |
288 | 2023-12-05T04:12:09.697Z | + local DO_DOWNLOAD=true |
289 | 2023-12-05T04:12:09.697Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
290 | 2023-12-05T04:12:09.697Z | + '[' true == true ']' |
291 | 2023-12-05T04:12:09.697Z | + echo Downloading... |
292 | 2023-12-05T04:12:09.697Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-12-05T04:12:09.697Z | Downloading... |
294 | 2023-12-05T04:12:09.697Z | + 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 |
295 | 2023-12-05T04:12:13.873Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2023-12-05T04:12:13.876Z | ++ md5sum |
297 | 2023-12-05T04:12:13.876Z | ++ awk '{print $1}' |
298 | 2023-12-05T04:12:14.059Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
299 | 2023-12-05T04:12:14.059Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
300 | 2023-12-05T04:12:14.059Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2023-12-05T04:12:14.062Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
302 | 2023-12-05T04:12:17.387Z | + do_assemble_illumos |
303 | 2023-12-05T04:12:17.389Z | + rm -r ./out/cockroachdb |
304 | 2023-12-05T04:12:17.392Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
305 | 2023-12-05T04:12:18.052Z | + ./out/cockroachdb/bin/cockroach version |
306 | 2023-12-05T04:12:18.326Z | Build Tag: v22.1.9-dirty |
307 | 2023-12-05T04:12:18.326Z | Build Time: 2022/10/26 21:17:46 |
308 | 2023-12-05T04:12:18.326Z | Distribution: OSS |
309 | 2023-12-05T04:12:18.326Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
310 | 2023-12-05T04:12:18.326Z | Go Version: go1.17.13 |
311 | 2023-12-05T04:12:18.327Z | C Compiler: gcc 10.3.0 |
312 | 2023-12-05T04:12:18.327Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
313 | 2023-12-05T04:12:18.327Z | Build Type: release |
314 | 2023-12-05T04:12:18.352Z | + set -o errexit |
315 | 2023-12-05T04:12:18.354Z | +++ dirname ./tools/ci_download_clickhouse |
316 | 2023-12-05T04:12:18.357Z | ++ cd ./tools |
317 | 2023-12-05T04:12:18.357Z | ++ pwd |
318 | 2023-12-05T04:12:18.357Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
319 | 2023-12-05T04:12:18.359Z | ++ basename ./tools/ci_download_clickhouse |
320 | 2023-12-05T04:12:18.359Z | + ARG0=ci_download_clickhouse |
321 | 2023-12-05T04:12:18.363Z | + TARGET_DIR=out |
322 | 2023-12-05T04:12:18.363Z | + DOWNLOAD_DIR=out/downloads |
323 | 2023-12-05T04:12:18.363Z | + DEST_DIR=./out/clickhouse |
324 | 2023-12-05T04:12:18.363Z | + CIDL_VERSION=v22.8.9.24 |
325 | 2023-12-05T04:12:18.364Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
326 | 2023-12-05T04:12:18.364Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
327 | 2023-12-05T04:12:18.364Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
328 | 2023-12-05T04:12:18.365Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
329 | 2023-12-05T04:12:18.365Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
330 | 2023-12-05T04:12:18.365Z | + main |
331 | 2023-12-05T04:12:18.365Z | + [[ 0 != 0 ]] |
332 | 2023-12-05T04:12:18.365Z | + CIDL_OS=solaris2.11 |
333 | 2023-12-05T04:12:18.365Z | + [[ 0 != 0 ]] |
334 | 2023-12-05T04:12:18.365Z | + configure_os solaris2.11 |
335 | 2023-12-05T04:12:18.365Z | + echo 'current directory: /work/oxidecomputer/omicron' |
336 | 2023-12-05T04:12:18.365Z | current directory: /work/oxidecomputer/omicron |
337 | 2023-12-05T04:12:18.365Z | + echo 'configuring based on OS: "solaris2.11"' |
338 | 2023-12-05T04:12:18.365Z | + CIDL_DASHREV= |
339 | 2023-12-05T04:12:18.365Z | + case "$1" in |
340 | 2023-12-05T04:12:18.365Z | configuring based on OS: "solaris2.11" |
341 | 2023-12-05T04:12:18.365Z | + CIDL_PLATFORM=illumos |
342 | 2023-12-05T04:12:18.365Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
343 | 2023-12-05T04:12:18.365Z | + CIDL_MD5FUNC=do_md5sum |
344 | 2023-12-05T04:12:18.365Z | + CIDL_DASHREV=-1 |
345 | 2023-12-05T04:12:18.365Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
346 | 2023-12-05T04:12:18.365Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-12-05T04:12:18.365Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-12-05T04:12:18.365Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2023-12-05T04:12:18.365Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
350 | 2023-12-05T04:12:18.365Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
351 | 2023-12-05T04:12:18.367Z | + mkdir -p out/downloads |
352 | 2023-12-05T04:12:18.367Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-12-05T04:12:18.367Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2023-12-05T04:12:18.370Z | + mkdir -p ./out/clickhouse |
355 | 2023-12-05T04:12:18.370Z | + local DO_DOWNLOAD=true |
356 | 2023-12-05T04:12:18.370Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
357 | 2023-12-05T04:12:18.370Z | + '[' true == true ']' |
358 | 2023-12-05T04:12:18.370Z | + echo Downloading... |
359 | 2023-12-05T04:12:18.370Z | Downloading... |
360 | 2023-12-05T04:12:18.370Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2023-12-05T04:12:18.370Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2023-12-05T04:12:19.749Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2023-12-05T04:12:19.754Z | ++ md5sum |
364 | 2023-12-05T04:12:19.754Z | ++ awk '{print $1}' |
365 | 2023-12-05T04:12:20.009Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
366 | 2023-12-05T04:12:20.009Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
367 | 2023-12-05T04:12:20.012Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
368 | 2023-12-05T04:12:20.012Z | + mkdir -p ./out/clickhouse |
369 | 2023-12-05T04:12:20.012Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
370 | 2023-12-05T04:12:24.904Z | + ./out/clickhouse/clickhouse server --version |
371 | 2023-12-05T04:12:24.958Z | ClickHouse server version 22.8.9.1. |
372 | 2023-12-05T04:12:24.979Z | + set -o errexit |
373 | 2023-12-05T04:12:24.982Z | +++ dirname ./tools/ci_download_console |
374 | 2023-12-05T04:12:24.984Z | ++ cd ./tools |
375 | 2023-12-05T04:12:24.984Z | ++ pwd |
376 | 2023-12-05T04:12:24.987Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
377 | 2023-12-05T04:12:24.987Z | ++ basename ./tools/ci_download_console |
378 | 2023-12-05T04:12:24.990Z | + ARG0=ci_download_console |
379 | 2023-12-05T04:12:24.990Z | + TARGET_DIR=out |
380 | 2023-12-05T04:12:24.990Z | + DOWNLOAD_DIR=out/downloads |
381 | 2023-12-05T04:12:24.990Z | + DEST_DIR=./out/console-assets |
382 | 2023-12-05T04:12:24.990Z | + source /work/oxidecomputer/omicron/tools/console_version |
383 | 2023-12-05T04:12:24.990Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
384 | 2023-12-05T04:12:24.990Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
385 | 2023-12-05T04:12:24.990Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
386 | 2023-12-05T04:12:24.990Z | + TARBALL_FILE=out/downloads/console.tar.gz |
387 | 2023-12-05T04:12:24.990Z | + main |
388 | 2023-12-05T04:12:24.990Z | + [[ 0 != 0 ]] |
389 | 2023-12-05T04:12:24.990Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
390 | 2023-12-05T04:12:24.990Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
391 | 2023-12-05T04:12:24.990Z | + echo 'Local file: out/downloads/console.tar.gz' |
392 | 2023-12-05T04:12:24.990Z | Local file: out/downloads/console.tar.gz |
393 | 2023-12-05T04:12:24.990Z | + local DO_DOWNLOAD=true |
394 | 2023-12-05T04:12:24.990Z | + [[ -f out/downloads/console.tar.gz ]] |
395 | 2023-12-05T04:12:24.990Z | + mkdir -p out/downloads |
396 | 2023-12-05T04:12:24.993Z | + '[' true == true ']' |
397 | 2023-12-05T04:12:24.993Z | + echo Downloading... |
398 | 2023-12-05T04:12:24.993Z | Downloading... |
399 | 2023-12-05T04:12:24.993Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
400 | 2023-12-05T04:12:24.993Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
401 | 2023-12-05T04:12:25.705Z | ++ do_sha256sum out/downloads/console.tar.gz |
402 | 2023-12-05T04:12:25.708Z | ++ case "$OSTYPE" in |
403 | 2023-12-05T04:12:25.708Z | ++ SHA=sha256sum |
404 | 2023-12-05T04:12:25.708Z | ++ sha256sum |
405 | 2023-12-05T04:12:25.708Z | ++ awk '{print $1}' |
406 | 2023-12-05T04:12:25.730Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
407 | 2023-12-05T04:12:25.732Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
408 | 2023-12-05T04:12:25.732Z | + rm -rf ./out/console-assets |
409 | 2023-12-05T04:12:25.735Z | + mkdir -p ./out/console-assets |
410 | 2023-12-05T04:12:25.738Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
411 | 2023-12-05T04:12:25.738Z | + mkdir -p ./out/console-assets |
412 | 2023-12-05T04:12:25.738Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
413 | 2023-12-05T04:12:25.872Z | + set -o errexit |
414 | 2023-12-05T04:12:25.875Z | +++ dirname ./tools/ci_download_maghemite_openapi |
415 | 2023-12-05T04:12:25.878Z | ++ cd ./tools |
416 | 2023-12-05T04:12:25.878Z | ++ pwd |
417 | 2023-12-05T04:12:25.878Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
418 | 2023-12-05T04:12:25.880Z | ++ basename ./tools/ci_download_maghemite_openapi |
419 | 2023-12-05T04:12:25.880Z | + ARG0=ci_download_maghemite_openapi |
420 | 2023-12-05T04:12:25.880Z | + TARGET_DIR=out |
421 | 2023-12-05T04:12:25.880Z | + DOWNLOAD_DIR=out/downloads |
422 | 2023-12-05T04:12:25.884Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
423 | 2023-12-05T04:12:25.884Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
424 | 2023-12-05T04:12:25.884Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
425 | 2023-12-05T04:12:25.884Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
426 | 2023-12-05T04:12:25.884Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
427 | 2023-12-05T04:12:25.884Z | + main |
428 | 2023-12-05T04:12:25.884Z | + [[ 0 != 0 ]] |
429 | 2023-12-05T04:12:25.884Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
430 | 2023-12-05T04:12:25.886Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
431 | 2023-12-05T04:12:25.886Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
432 | 2023-12-05T04:12:25.886Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
433 | 2023-12-05T04:12:25.886Z | + local DO_DOWNLOAD=true |
434 | 2023-12-05T04:12:25.886Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
435 | 2023-12-05T04:12:25.886Z | + mkdir -p out/downloads |
436 | 2023-12-05T04:12:25.889Z | + '[' true == true ']' |
437 | 2023-12-05T04:12:25.889Z | + echo Downloading... |
438 | 2023-12-05T04:12:25.889Z | Downloading... |
439 | 2023-12-05T04:12:25.889Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
440 | 2023-12-05T04:12:25.889Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
441 | 2023-12-05T04:12:26.029Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
442 | 2023-12-05T04:12:26.032Z | ++ case "$OSTYPE" in |
443 | 2023-12-05T04:12:26.032Z | ++ SHA=sha256sum |
444 | 2023-12-05T04:12:26.032Z | ++ sha256sum |
445 | 2023-12-05T04:12:26.033Z | ++ awk '{print $1}' |
446 | 2023-12-05T04:12:26.036Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
447 | 2023-12-05T04:12:26.036Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
448 | 2023-12-05T04:12:26.036Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
449 | 2023-12-05T04:12:26.036Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
450 | 2023-12-05T04:12:26.036Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
451 | 2023-12-05T04:12:26.036Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
452 | 2023-12-05T04:12:26.036Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
453 | 2023-12-05T04:12:26.036Z | + main |
454 | 2023-12-05T04:12:26.036Z | + [[ 0 != 0 ]] |
455 | 2023-12-05T04:12:26.036Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
456 | 2023-12-05T04:12:26.036Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
457 | 2023-12-05T04:12:26.036Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
458 | 2023-12-05T04:12:26.036Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
459 | 2023-12-05T04:12:26.036Z | + local DO_DOWNLOAD=true |
460 | 2023-12-05T04:12:26.037Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
461 | 2023-12-05T04:12:26.037Z | + mkdir -p out/downloads |
462 | 2023-12-05T04:12:26.040Z | + '[' true == true ']' |
463 | 2023-12-05T04:12:26.040Z | + echo Downloading... |
464 | 2023-12-05T04:12:26.040Z | Downloading... |
465 | 2023-12-05T04:12:26.040Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
466 | 2023-12-05T04:12:26.040Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
467 | 2023-12-05T04:12:26.174Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
468 | 2023-12-05T04:12:26.177Z | ++ case "$OSTYPE" in |
469 | 2023-12-05T04:12:26.177Z | ++ SHA=sha256sum |
470 | 2023-12-05T04:12:26.177Z | ++ sha256sum |
471 | 2023-12-05T04:12:26.177Z | ++ awk '{print $1}' |
472 | 2023-12-05T04:12:26.181Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
473 | 2023-12-05T04:12:26.183Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
474 | 2023-12-05T04:12:26.190Z | + set -o errexit |
475 | 2023-12-05T04:12:26.193Z | +++ dirname ./tools/ci_download_dendrite_openapi |
476 | 2023-12-05T04:12:26.197Z | ++ cd ./tools |
477 | 2023-12-05T04:12:26.197Z | ++ pwd |
478 | 2023-12-05T04:12:26.197Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
479 | 2023-12-05T04:12:26.200Z | ++ basename ./tools/ci_download_dendrite_openapi |
480 | 2023-12-05T04:12:26.200Z | + ARG0=ci_download_dendrite_openapi |
481 | 2023-12-05T04:12:26.200Z | + TARGET_DIR=out |
482 | 2023-12-05T04:12:26.200Z | + DOWNLOAD_DIR=out/downloads |
483 | 2023-12-05T04:12:26.200Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
484 | 2023-12-05T04:12:26.200Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
485 | 2023-12-05T04:12:26.200Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
486 | 2023-12-05T04:12:26.200Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
487 | 2023-12-05T04:12:26.200Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
488 | 2023-12-05T04:12:26.200Z | + main |
489 | 2023-12-05T04:12:26.200Z | + [[ 0 != 0 ]] |
490 | 2023-12-05T04:12:26.200Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
491 | 2023-12-05T04:12:26.200Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
492 | 2023-12-05T04:12:26.200Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
493 | 2023-12-05T04:12:26.201Z | + local DO_DOWNLOAD=true |
494 | 2023-12-05T04:12:26.201Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
495 | 2023-12-05T04:12:26.201Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
496 | 2023-12-05T04:12:26.201Z | + mkdir -p out/downloads |
497 | 2023-12-05T04:12:26.204Z | + '[' true == true ']' |
498 | 2023-12-05T04:12:26.204Z | + echo Downloading... |
499 | 2023-12-05T04:12:26.204Z | Downloading... |
500 | 2023-12-05T04:12:26.204Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
501 | 2023-12-05T04:12:26.204Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
502 | 2023-12-05T04:12:26.343Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
503 | 2023-12-05T04:12:26.346Z | ++ case "$OSTYPE" in |
504 | 2023-12-05T04:12:26.346Z | ++ SHA=sha256sum |
505 | 2023-12-05T04:12:26.346Z | ++ sha256sum |
506 | 2023-12-05T04:12:26.346Z | ++ awk '{print $1}' |
507 | 2023-12-05T04:12:26.350Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
508 | 2023-12-05T04:12:26.350Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
509 | 2023-12-05T04:12:26.359Z | + set -o errexit |
510 | 2023-12-05T04:12:26.362Z | +++ dirname ./tools/ci_download_dendrite_stub |
511 | 2023-12-05T04:12:26.365Z | ++ cd ./tools |
512 | 2023-12-05T04:12:26.365Z | ++ pwd |
513 | 2023-12-05T04:12:26.365Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
514 | 2023-12-05T04:12:26.368Z | ++ basename ./tools/ci_download_dendrite_stub |
515 | 2023-12-05T04:12:26.368Z | + ARG0=ci_download_dendrite_stub |
516 | 2023-12-05T04:12:26.368Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
517 | 2023-12-05T04:12:26.368Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
518 | 2023-12-05T04:12:26.368Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
519 | 2023-12-05T04:12:26.368Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
520 | 2023-12-05T04:12:26.368Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
521 | 2023-12-05T04:12:26.369Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
522 | 2023-12-05T04:12:26.369Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
523 | 2023-12-05T04:12:26.369Z | + TARGET_DIR=out |
524 | 2023-12-05T04:12:26.369Z | + DOWNLOAD_DIR=out/downloads |
525 | 2023-12-05T04:12:26.369Z | + DEST_DIR=./out/dendrite-stub |
526 | 2023-12-05T04:12:26.369Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
527 | 2023-12-05T04:12:26.369Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
528 | 2023-12-05T04:12:26.369Z | + REPO=oxidecomputer/dendrite |
529 | 2023-12-05T04:12:26.369Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
530 | 2023-12-05T04:12:26.369Z | + main |
531 | 2023-12-05T04:12:26.369Z | + [[ 0 != 0 ]] |
532 | 2023-12-05T04:12:26.369Z | + CIDL_OS=solaris2.11 |
533 | 2023-12-05T04:12:26.369Z | + [[ 0 != 0 ]] |
534 | 2023-12-05T04:12:26.369Z | + configure_os solaris2.11 |
535 | 2023-12-05T04:12:26.369Z | + echo 'current directory: /work/oxidecomputer/omicron' |
536 | 2023-12-05T04:12:26.369Z | current directory: /work/oxidecomputer/omicron |
537 | 2023-12-05T04:12:26.369Z | + echo 'configuring based on OS: "solaris2.11"' |
538 | 2023-12-05T04:12:26.369Z | + case "$1" in |
539 | 2023-12-05T04:12:26.369Z | configuring based on OS: "solaris2.11" |
540 | 2023-12-05T04:12:26.369Z | + SET_BINARIES= |
541 | 2023-12-05T04:12:26.369Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
542 | 2023-12-05T04:12:26.369Z | + CIDL_SHA256FUNC=do_sha256sum |
543 | 2023-12-05T04:12:26.369Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
544 | 2023-12-05T04:12:26.369Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
545 | 2023-12-05T04:12:26.369Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
546 | 2023-12-05T04:12:26.370Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
547 | 2023-12-05T04:12:26.370Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
548 | 2023-12-05T04:12:26.370Z | Local file: out/downloads/dendrite-stub.tar.gz |
549 | 2023-12-05T04:12:26.370Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
550 | 2023-12-05T04:12:26.370Z | + mkdir -p out/downloads |
551 | 2023-12-05T04:12:26.373Z | + mkdir -p ./out/dendrite-stub |
552 | 2023-12-05T04:12:26.373Z | + fetch_and_verify |
553 | 2023-12-05T04:12:26.373Z | + local DO_DOWNLOAD=true |
554 | 2023-12-05T04:12:26.373Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
555 | 2023-12-05T04:12:26.373Z | + '[' true == true ']' |
556 | 2023-12-05T04:12:26.373Z | + echo Downloading... |
557 | 2023-12-05T04:12:26.373Z | Downloading... |
558 | 2023-12-05T04:12:26.373Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
559 | 2023-12-05T04:12:26.373Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
560 | 2023-12-05T04:12:34.432Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
561 | 2023-12-05T04:12:34.435Z | ++ sha256sum |
562 | 2023-12-05T04:12:34.435Z | ++ awk '{print $1}' |
563 | 2023-12-05T04:12:34.523Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
564 | 2023-12-05T04:12:34.525Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
565 | 2023-12-05T04:12:34.526Z | + do_untar out/downloads/dendrite-stub.tar.gz |
566 | 2023-12-05T04:12:34.526Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
567 | 2023-12-05T04:12:35.509Z | + do_assemble |
568 | 2023-12-05T04:12:35.509Z | + rm -r ./out/dendrite-stub |
569 | 2023-12-05T04:12:35.512Z | + mkdir ./out/dendrite-stub |
570 | 2023-12-05T04:12:35.515Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
571 | 2023-12-05T04:12:35.657Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
572 | 2023-12-05T04:12:35.670Z | + set -o errexit |
573 | 2023-12-05T04:12:35.673Z | +++ dirname ./tools/ci_download_maghemite_mgd |
574 | 2023-12-05T04:12:35.676Z | ++ cd ./tools |
575 | 2023-12-05T04:12:35.676Z | ++ pwd |
576 | 2023-12-05T04:12:35.676Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
577 | 2023-12-05T04:12:35.680Z | ++ basename ./tools/ci_download_maghemite_mgd |
578 | 2023-12-05T04:12:35.680Z | + ARG0=ci_download_maghemite_mgd |
579 | 2023-12-05T04:12:35.680Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
580 | 2023-12-05T04:12:35.681Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
581 | 2023-12-05T04:12:35.681Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
582 | 2023-12-05T04:12:35.681Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
583 | 2023-12-05T04:12:35.681Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
584 | 2023-12-05T04:12:35.681Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
585 | 2023-12-05T04:12:35.681Z | + TARGET_DIR=out |
586 | 2023-12-05T04:12:35.681Z | + DOWNLOAD_DIR=out/downloads |
587 | 2023-12-05T04:12:35.681Z | + DEST_DIR=./out/mgd |
588 | 2023-12-05T04:12:35.681Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
589 | 2023-12-05T04:12:35.681Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
590 | 2023-12-05T04:12:35.681Z | + REPO=oxidecomputer/maghemite |
591 | 2023-12-05T04:12:35.681Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
592 | 2023-12-05T04:12:35.681Z | + main |
593 | 2023-12-05T04:12:35.681Z | + [[ 0 != 0 ]] |
594 | 2023-12-05T04:12:35.681Z | + CIDL_OS=solaris2.11 |
595 | 2023-12-05T04:12:35.681Z | + [[ 0 != 0 ]] |
596 | 2023-12-05T04:12:35.681Z | + configure_os solaris2.11 |
597 | 2023-12-05T04:12:35.681Z | + echo 'current directory: /work/oxidecomputer/omicron' |
598 | 2023-12-05T04:12:35.681Z | current directory: /work/oxidecomputer/omicron |
599 | 2023-12-05T04:12:35.681Z | + echo 'configuring based on OS: "solaris2.11"' |
600 | 2023-12-05T04:12:35.681Z | + case "$1" in |
601 | 2023-12-05T04:12:35.681Z | configuring based on OS: "solaris2.11" |
602 | 2023-12-05T04:12:35.681Z | + SET_BINARIES= |
603 | 2023-12-05T04:12:35.682Z | + CIDL_SHA256FUNC=do_sha256sum |
604 | 2023-12-05T04:12:35.682Z | + TARBALL_FILENAME=mgd.tar.gz |
605 | 2023-12-05T04:12:35.682Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
606 | 2023-12-05T04:12:35.682Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
607 | 2023-12-05T04:12:35.682Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
608 | 2023-12-05T04:12:35.682Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
609 | 2023-12-05T04:12:35.682Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
610 | 2023-12-05T04:12:35.682Z | + mkdir -p out/downloads |
611 | 2023-12-05T04:12:35.682Z | Local file: out/downloads/mgd.tar.gz |
612 | 2023-12-05T04:12:35.685Z | + mkdir -p ./out/mgd |
613 | 2023-12-05T04:12:35.685Z | + fetch_and_verify |
614 | 2023-12-05T04:12:35.685Z | + local DO_DOWNLOAD=true |
615 | 2023-12-05T04:12:35.687Z | + [[ -f out/downloads/mgd.tar.gz ]] |
616 | 2023-12-05T04:12:35.687Z | + '[' true == true ']' |
617 | 2023-12-05T04:12:35.687Z | + echo Downloading... |
618 | 2023-12-05T04:12:35.687Z | Downloading... |
619 | 2023-12-05T04:12:35.687Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
620 | 2023-12-05T04:12:35.687Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
621 | 2023-12-05T04:12:40.049Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
622 | 2023-12-05T04:12:40.052Z | ++ sha256sum |
623 | 2023-12-05T04:12:40.052Z | ++ awk '{print $1}' |
624 | 2023-12-05T04:12:40.130Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
625 | 2023-12-05T04:12:40.130Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
626 | 2023-12-05T04:12:40.141Z | + do_untar out/downloads/mgd.tar.gz |
627 | 2023-12-05T04:12:40.141Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
628 | 2023-12-05T04:12:40.782Z | + do_assemble |
629 | 2023-12-05T04:12:40.782Z | + rm -r ./out/mgd |
630 | 2023-12-05T04:12:40.784Z | + mkdir ./out/mgd |
631 | 2023-12-05T04:12:40.787Z | + cp -r out/downloads/root ./out/mgd/root |
632 | 2023-12-05T04:12:40.996Z | + set -o errexit |
633 | 2023-12-05T04:12:41.002Z | +++ dirname ./tools/ci_download_transceiver_control |
634 | 2023-12-05T04:12:41.002Z | ++ cd ./tools |
635 | 2023-12-05T04:12:41.002Z | ++ pwd |
636 | 2023-12-05T04:12:41.006Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
637 | 2023-12-05T04:12:41.006Z | ++ basename ./tools/ci_download_transceiver_control |
638 | 2023-12-05T04:12:41.006Z | + ARG0=ci_download_transceiver_control |
639 | 2023-12-05T04:12:41.006Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
640 | 2023-12-05T04:12:41.006Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
641 | 2023-12-05T04:12:41.006Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
642 | 2023-12-05T04:12:41.007Z | + TARGET_DIR=out |
643 | 2023-12-05T04:12:41.007Z | + DOWNLOAD_DIR=out/downloads |
644 | 2023-12-05T04:12:41.007Z | + DEST_DIR=./out/transceiver-control |
645 | 2023-12-05T04:12:41.007Z | + BIN_DIR=/opt/oxide/bin |
646 | 2023-12-05T04:12:41.007Z | + BINARY=xcvradm |
647 | 2023-12-05T04:12:41.007Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
648 | 2023-12-05T04:12:41.007Z | + REPO=oxidecomputer/transceiver-control |
649 | 2023-12-05T04:12:41.007Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
650 | 2023-12-05T04:12:41.007Z | + main |
651 | 2023-12-05T04:12:41.007Z | + [[ 0 != 0 ]] |
652 | 2023-12-05T04:12:41.007Z | + CIDL_OS=solaris2.11 |
653 | 2023-12-05T04:12:41.007Z | + [[ 0 != 0 ]] |
654 | 2023-12-05T04:12:41.007Z | + configure_os solaris2.11 |
655 | 2023-12-05T04:12:41.007Z | + echo 'current directory: /work/oxidecomputer/omicron' |
656 | 2023-12-05T04:12:41.007Z | current directory: /work/oxidecomputer/omicron |
657 | 2023-12-05T04:12:41.007Z | + echo 'configuring based on OS: "solaris2.11"' |
658 | 2023-12-05T04:12:41.007Z | + case "$1" in |
659 | 2023-12-05T04:12:41.007Z | configuring based on OS: "solaris2.11" |
660 | 2023-12-05T04:12:41.007Z | + SET_BINARIES= |
661 | 2023-12-05T04:12:41.007Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
662 | 2023-12-05T04:12:41.007Z | + CIDL_SHA256FUNC=do_sha256sum |
663 | 2023-12-05T04:12:41.007Z | + ARCHIVE_FILENAME=xcvradm.gz |
664 | 2023-12-05T04:12:41.007Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
665 | 2023-12-05T04:12:41.007Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
666 | 2023-12-05T04:12:41.007Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
667 | 2023-12-05T04:12:41.008Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
668 | 2023-12-05T04:12:41.008Z | + echo 'Local file: out/downloads/xcvradm.gz' |
669 | 2023-12-05T04:12:41.008Z | + mkdir -p out/downloads |
670 | 2023-12-05T04:12:41.008Z | Local file: out/downloads/xcvradm.gz |
671 | 2023-12-05T04:12:41.011Z | + mkdir -p ./out/transceiver-control |
672 | 2023-12-05T04:12:41.011Z | + fetch_and_verify |
673 | 2023-12-05T04:12:41.012Z | + local DO_DOWNLOAD=true |
674 | 2023-12-05T04:12:41.012Z | + [[ -f out/downloads/xcvradm.gz ]] |
675 | 2023-12-05T04:12:41.012Z | + '[' true == true ']' |
676 | 2023-12-05T04:12:41.012Z | + echo Downloading... |
677 | 2023-12-05T04:12:41.012Z | Downloading... |
678 | 2023-12-05T04:12:41.012Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
679 | 2023-12-05T04:12:41.012Z | + 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 |
680 | 2023-12-05T04:12:43.937Z | ++ do_sha256sum out/downloads/xcvradm.gz |
681 | 2023-12-05T04:12:43.940Z | ++ sha256sum |
682 | 2023-12-05T04:12:43.941Z | ++ awk '{print $1}' |
683 | 2023-12-05T04:12:43.963Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
684 | 2023-12-05T04:12:43.963Z | + [[ 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 ]] |
685 | 2023-12-05T04:12:43.965Z | + do_unpack out/downloads/xcvradm.gz |
686 | 2023-12-05T04:12:43.965Z | + mkdir -p out/downloads/root//opt/oxide/bin |
687 | 2023-12-05T04:12:43.965Z | + gzip -dc out/downloads/xcvradm.gz |
688 | 2023-12-05T04:12:44.139Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
689 | 2023-12-05T04:12:44.141Z | + do_assemble |
690 | 2023-12-05T04:12:44.141Z | + rm -r ./out/transceiver-control |
691 | 2023-12-05T04:12:44.144Z | + mkdir ./out/transceiver-control |
692 | 2023-12-05T04:12:44.147Z | + cp -r out/downloads/root ./out/transceiver-control/root |
693 | 2023-12-05T04:12:44.337Z | All prerequisites installed successfully |
694 | 2023-12-05T04:12:44.340Z | |
695 | 2023-12-05T04:12:44.340Z | real 2:11.486846190 |
696 | 2023-12-05T04:12:44.340Z | user 54.386299838 |
697 | 2023-12-05T04:12:44.340Z | sys 10.239988857 |
698 | 2023-12-05T04:12:44.340Z | trap 0.018594223 |
699 | 2023-12-05T04:12:44.340Z | tflt 0.207565289 |
700 | 2023-12-05T04:12:44.340Z | dflt 0.691218797 |
701 | 2023-12-05T04:12:44.340Z | kflt 0.171601524 |
702 | 2023-12-05T04:12:44.340Z | lock 1.821648107 |
703 | 2023-12-05T04:12:44.340Z | slp 4:01.383723231 |
704 | 2023-12-05T04:12:44.340Z | lat 3.396910732 |
705 | 2023-12-05T04:12:44.340Z | stop 0.064450014 |
706 | 2023-12-05T04:12:44.340Z | + ptime -m ./tools/ci_download_softnpu_machinery |
707 | 2023-12-05T04:12:44.352Z | fetching npuzone |
708 | 2023-12-05T04:12:44.360Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
709 | 2023-12-05T04:12:44.360Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
710 | 2023-12-05T04:12:44.363Z | Getting hash for npuzone |
711 | 2023-12-05T04:12:44.494Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
712 | 2023-12-05T04:12:52.183Z | npuzone downloaded successfully |
713 | 2023-12-05T04:12:52.188Z | |
714 | 2023-12-05T04:12:52.191Z | real 7.850042835 |
715 | 2023-12-05T04:12:52.191Z | user 0.590446420 |
716 | 2023-12-05T04:12:52.191Z | sys 0.180842747 |
717 | 2023-12-05T04:12:52.191Z | trap 0.000208920 |
718 | 2023-12-05T04:12:52.191Z | tflt 0.000000000 |
719 | 2023-12-05T04:12:52.192Z | dflt 0.000000000 |
720 | 2023-12-05T04:12:52.192Z | kflt 0.000000000 |
721 | 2023-12-05T04:12:52.192Z | lock 0.000000000 |
722 | 2023-12-05T04:12:52.193Z | slp 22.545173456 |
723 | 2023-12-05T04:12:52.193Z | lat 0.198329838 |
724 | 2023-12-05T04:12:52.193Z | stop 0.000259973 |
725 | 2023-12-05T04:12:52.193Z | + export CARGO_INCREMENTAL=0 |
726 | 2023-12-05T04:12:52.193Z | + CARGO_INCREMENTAL=0 |
727 | 2023-12-05T04:12:52.193Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
728 | 2023-12-05T04:12:52.526Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
729 | 2023-12-05T04:12:52.922Z | Updating crates.io index |
730 | 2023-12-05T04:12:52.984Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
731 | 2023-12-05T04:12:53.794Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
732 | 2023-12-05T04:12:55.600Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
733 | 2023-12-05T04:12:56.228Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
734 | 2023-12-05T04:12:56.609Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
735 | 2023-12-05T04:12:56.968Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
736 | 2023-12-05T04:12:57.281Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
737 | 2023-12-05T04:12:58.140Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
738 | 2023-12-05T04:13:00.977Z | Updating git repository `https://github.com/oxidecomputer/opte` |
739 | 2023-12-05T04:13:02.043Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
740 | 2023-12-05T04:13:02.422Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
741 | 2023-12-05T04:13:02.982Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
742 | 2023-12-05T04:13:03.351Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
743 | 2023-12-05T04:13:03.717Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
744 | 2023-12-05T04:13:04.154Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
745 | 2023-12-05T04:13:04.495Z | Updating git repository `https://github.com/njaremko/samael` |
746 | 2023-12-05T04:13:05.068Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
747 | 2023-12-05T04:13:05.617Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
748 | 2023-12-05T04:13:06.037Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
749 | 2023-12-05T04:13:06.389Z | Updating git repository `https://github.com/jgallagher/nix` |
750 | 2023-12-05T04:13:07.676Z | Updating git repository `https://github.com/cbiffle/hubpack` |
751 | 2023-12-05T04:13:08.248Z | Updating git repository `https://github.com/oxidecomputer/typify` |
752 | 2023-12-05T04:13:09.197Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
753 | 2023-12-05T04:13:09.607Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
754 | 2023-12-05T04:13:09.931Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
755 | 2023-12-05T04:13:11.439Z | Downloading crates ... |
756 | 2023-12-05T04:13:11.706Z | Downloaded curve25519-dalek-derive v0.1.0 |
757 | 2023-12-05T04:13:11.715Z | Downloaded iana-time-zone v0.1.57 |
758 | 2023-12-05T04:13:11.720Z | Downloaded openssl-sys v0.9.96 |
759 | 2023-12-05T04:13:11.731Z | Downloaded indoc v2.0.3 |
760 | 2023-12-05T04:13:11.738Z | Downloaded md-5 v0.10.5 |
761 | 2023-12-05T04:13:11.747Z | Downloaded backoff v0.4.0 |
762 | 2023-12-05T04:13:11.754Z | Downloaded darling_core v0.14.4 |
763 | 2023-12-05T04:13:11.796Z | Downloaded base64ct v1.6.0 |
764 | 2023-12-05T04:13:11.799Z | Downloaded kstat-rs v0.2.3 |
765 | 2023-12-05T04:13:11.799Z | Downloaded unicode-linebreak v0.1.5 |
766 | 2023-12-05T04:13:11.799Z | Downloaded instant v0.1.12 |
767 | 2023-12-05T04:13:11.799Z | Downloaded is_ci v1.1.1 |
768 | 2023-12-05T04:13:11.799Z | Downloaded untrusted v0.9.0 |
769 | 2023-12-05T04:13:11.802Z | Downloaded match_cfg v0.1.0 |
770 | 2023-12-05T04:13:11.805Z | Downloaded ciborium-io v0.2.1 |
771 | 2023-12-05T04:13:11.810Z | Downloaded lalrpop-util v0.19.12 |
772 | 2023-12-05T04:13:11.814Z | Downloaded unsafe-libyaml v0.2.9 |
773 | 2023-12-05T04:13:11.825Z | Downloaded crossbeam-queue v0.3.8 |
774 | 2023-12-05T04:13:11.830Z | Downloaded cc v1.0.83 |
775 | 2023-12-05T04:13:11.838Z | Downloaded cpufeatures v0.2.9 |
776 | 2023-12-05T04:13:11.842Z | Downloaded num-complex v0.4.4 |
777 | 2023-12-05T04:13:11.846Z | Downloaded maybe-uninit v2.0.0 |
778 | 2023-12-05T04:13:11.850Z | Downloaded new_debug_unreachable v1.0.4 |
779 | 2023-12-05T04:13:11.852Z | Downloaded lazy_static v1.4.0 |
780 | 2023-12-05T04:13:11.857Z | Downloaded num-integer v0.1.45 |
781 | 2023-12-05T04:13:11.863Z | Downloaded normalize-line-endings v0.3.0 |
782 | 2023-12-05T04:13:11.867Z | Downloaded colorchoice v1.0.0 |
783 | 2023-12-05T04:13:11.870Z | Downloaded newtype_derive v0.1.6 |
784 | 2023-12-05T04:13:11.873Z | Downloaded nodrop v0.1.14 |
785 | 2023-12-05T04:13:11.876Z | Downloaded shlex v1.1.0 |
786 | 2023-12-05T04:13:11.879Z | Downloaded block-padding v0.3.3 |
787 | 2023-12-05T04:13:11.882Z | Downloaded matches v0.1.10 |
788 | 2023-12-05T04:13:11.884Z | Downloaded bzip2 v0.4.4 |
789 | 2023-12-05T04:13:11.888Z | Downloaded atomicwrites v0.4.2 |
790 | 2023-12-05T04:13:11.891Z | Downloaded nu-ansi-term v0.49.0 |
791 | 2023-12-05T04:13:11.896Z | Downloaded assert_matches v1.5.0 |
792 | 2023-12-05T04:13:11.899Z | Downloaded rpassword v7.3.1 |
793 | 2023-12-05T04:13:11.902Z | Downloaded thiserror-impl-no-std v2.0.2 |
794 | 2023-12-05T04:13:11.906Z | Downloaded blake2 v0.10.6 |
795 | 2023-12-05T04:13:11.911Z | Downloaded serde-big-array v0.4.1 |
796 | 2023-12-05T04:13:11.914Z | Downloaded signal-hook-tokio v0.3.1 |
797 | 2023-12-05T04:13:11.918Z | Downloaded num v0.4.1 |
798 | 2023-12-05T04:13:11.929Z | Downloaded bit-vec v0.6.3 |
799 | 2023-12-05T04:13:11.932Z | Downloaded serde_tokenstream v0.2.0 |
800 | 2023-12-05T04:13:11.932Z | Downloaded shell-words v1.1.0 |
801 | 2023-12-05T04:13:11.932Z | Downloaded secrecy v0.8.0 |
802 | 2023-12-05T04:13:11.934Z | Downloaded num-iter v0.1.43 |
803 | 2023-12-05T04:13:11.937Z | Downloaded serde-big-array v0.5.1 |
804 | 2023-12-05T04:13:11.940Z | Downloaded parse-display v0.8.2 |
805 | 2023-12-05T04:13:11.942Z | Downloaded maplit v1.0.2 |
806 | 2023-12-05T04:13:11.945Z | Downloaded semver-parser v0.10.2 |
807 | 2023-12-05T04:13:11.947Z | Downloaded anstyle v1.0.2 |
808 | 2023-12-05T04:13:11.950Z | Downloaded peeking_take_while v0.1.2 |
809 | 2023-12-05T04:13:11.953Z | Downloaded indicatif v0.17.7 |
810 | 2023-12-05T04:13:11.959Z | Downloaded path-slash v0.1.5 |
811 | 2023-12-05T04:13:11.961Z | Downloaded tower-service v0.3.2 |
812 | 2023-12-05T04:13:11.964Z | Downloaded array-init v0.0.4 |
813 | 2023-12-05T04:13:11.967Z | Downloaded libsw v3.3.0 |
814 | 2023-12-05T04:13:11.970Z | Downloaded xattr v1.0.1 |
815 | 2023-12-05T04:13:11.972Z | Downloaded fragile v2.0.0 |
816 | 2023-12-05T04:13:11.977Z | Downloaded usdt-attr-macro v0.3.5 |
817 | 2023-12-05T04:13:11.979Z | Downloaded diesel_table_macro_syntax v0.1.0 |
818 | 2023-12-05T04:13:11.982Z | Downloaded const-oid v0.9.5 |
819 | 2023-12-05T04:13:11.986Z | Downloaded usdt-macro v0.3.5 |
820 | 2023-12-05T04:13:11.989Z | Downloaded equivalent v1.0.1 |
821 | 2023-12-05T04:13:11.989Z | Downloaded tinyvec_macros v0.1.1 |
822 | 2023-12-05T04:13:11.992Z | Downloaded paste v1.0.14 |
823 | 2023-12-05T04:13:11.996Z | Downloaded resolv-conf v0.7.0 |
824 | 2023-12-05T04:13:12.000Z | Downloaded postgres-protocol v0.6.6 |
825 | 2023-12-05T04:13:12.004Z | Downloaded rtoolbox v0.0.1 |
826 | 2023-12-05T04:13:12.007Z | Downloaded term v0.7.0 |
827 | 2023-12-05T04:13:12.013Z | Downloaded predicates-core v1.0.6 |
828 | 2023-12-05T04:13:12.016Z | Downloaded signal-hook-registry v1.4.1 |
829 | 2023-12-05T04:13:12.018Z | Downloaded signal-hook-mio v0.2.3 |
830 | 2023-12-05T04:13:12.021Z | Downloaded toolchain_find v0.2.0 |
831 | 2023-12-05T04:13:12.024Z | Downloaded ref-cast-impl v1.0.20 |
832 | 2023-12-05T04:13:12.026Z | Downloaded terminal_size v0.2.6 |
833 | 2023-12-05T04:13:12.029Z | Downloaded zerocopy v0.3.0 |
834 | 2023-12-05T04:13:12.029Z | Downloaded take_mut v0.2.2 |
835 | 2023-12-05T04:13:12.032Z | Downloaded topological-sort v0.2.2 |
836 | 2023-12-05T04:13:12.035Z | Downloaded universal-hash v0.5.1 |
837 | 2023-12-05T04:13:12.037Z | Downloaded foreign-types-shared v0.3.1 |
838 | 2023-12-05T04:13:12.037Z | Downloaded pem v1.1.1 |
839 | 2023-12-05T04:13:12.040Z | Downloaded http-range v0.1.5 |
840 | 2023-12-05T04:13:12.043Z | Downloaded want v0.3.1 |
841 | 2023-12-05T04:13:12.045Z | Downloaded pest_generator v2.7.2 |
842 | 2023-12-05T04:13:12.046Z | Downloaded dtrace-parser v0.1.14 |
843 | 2023-12-05T04:13:12.049Z | Downloaded float-cmp v0.9.0 |
844 | 2023-12-05T04:13:12.052Z | Downloaded synstructure v0.12.6 |
845 | 2023-12-05T04:13:12.055Z | Downloaded signature v2.1.0 |
846 | 2023-12-05T04:13:12.057Z | Downloaded ppv-lite86 v0.2.17 |
847 | 2023-12-05T04:13:12.060Z | Downloaded postgres-types v0.2.6 |
848 | 2023-12-05T04:13:12.063Z | Downloaded phf_shared v0.10.0 |
849 | 2023-12-05T04:13:12.065Z | Downloaded doc-comment v0.3.3 |
850 | 2023-12-05T04:13:12.069Z | Downloaded unicase v2.7.0 |
851 | 2023-12-05T04:13:12.071Z | Downloaded derive-where v1.2.5 |
852 | 2023-12-05T04:13:12.076Z | Downloaded rustversion v1.0.14 |
853 | 2023-12-05T04:13:12.082Z | Downloaded slog-envlogger v2.2.0 |
854 | 2023-12-05T04:13:12.085Z | Downloaded arc-swap v1.6.0 |
855 | 2023-12-05T04:13:12.093Z | Downloaded darling_macro v0.20.3 |
856 | 2023-12-05T04:13:12.095Z | Downloaded siphasher v0.3.11 |
857 | 2023-12-05T04:13:12.098Z | Downloaded same-file v1.0.6 |
858 | 2023-12-05T04:13:12.100Z | Downloaded walkdir v2.4.0 |
859 | 2023-12-05T04:13:12.103Z | Downloaded hyper-staticfile v0.9.5 |
860 | 2023-12-05T04:13:12.107Z | Downloaded tabled_derive v0.6.0 |
861 | 2023-12-05T04:13:12.109Z | Downloaded home v0.5.5 |
862 | 2023-12-05T04:13:12.112Z | Downloaded dyn-clone v1.0.13 |
863 | 2023-12-05T04:13:12.114Z | Downloaded ron v0.8.1 |
864 | 2023-12-05T04:13:12.125Z | Downloaded foreign-types v0.3.2 |
865 | 2023-12-05T04:13:12.127Z | Downloaded pretty-hex v0.2.1 |
866 | 2023-12-05T04:13:12.130Z | Downloaded strsim v0.10.0 |
867 | 2023-12-05T04:13:12.133Z | Downloaded foreign-types-shared v0.1.1 |
868 | 2023-12-05T04:13:12.133Z | Downloaded pretty-hex v0.4.0 |
869 | 2023-12-05T04:13:12.136Z | Downloaded toml_edit v0.19.15 |
870 | 2023-12-05T04:13:12.165Z | Downloaded fxhash v0.2.1 |
871 | 2023-12-05T04:13:12.168Z | Downloaded crc-catalog v2.2.0 |
872 | 2023-12-05T04:13:12.171Z | Downloaded headers-core v0.2.0 |
873 | 2023-12-05T04:13:12.171Z | Downloaded derive_more v0.99.17 |
874 | 2023-12-05T04:13:12.180Z | Downloaded smawk v0.3.1 |
875 | 2023-12-05T04:13:12.183Z | Downloaded itertools v0.10.5 |
876 | 2023-12-05T04:13:12.196Z | Downloaded foreign-types-macros v0.2.3 |
877 | 2023-12-05T04:13:12.199Z | Downloaded slog-scope v4.4.0 |
878 | 2023-12-05T04:13:12.201Z | Downloaded hex v0.4.3 |
879 | 2023-12-05T04:13:12.204Z | Downloaded waitgroup v0.1.2 |
880 | 2023-12-05T04:13:12.204Z | Downloaded socket2 v0.4.9 |
881 | 2023-12-05T04:13:12.208Z | Downloaded ryu v1.0.15 |
882 | 2023-12-05T04:13:12.213Z | Downloaded serde v1.0.192 |
883 | 2023-12-05T04:13:12.220Z | Downloaded slog-stdlog v4.1.1 |
884 | 2023-12-05T04:13:12.223Z | Downloaded rand_xorshift v0.3.0 |
885 | 2023-12-05T04:13:12.226Z | Downloaded spki v0.7.2 |
886 | 2023-12-05T04:13:12.229Z | Downloaded slog-bunyan v2.4.0 |
887 | 2023-12-05T04:13:12.231Z | Downloaded termcolor v1.2.0 |
888 | 2023-12-05T04:13:12.234Z | Downloaded highway v1.1.0 |
889 | 2023-12-05T04:13:12.237Z | Downloaded futures-task v0.3.29 |
890 | 2023-12-05T04:13:12.240Z | Downloaded data-encoding v2.4.0 |
891 | 2023-12-05T04:13:12.243Z | Downloaded hubpack_derive v0.1.1 |
892 | 2023-12-05T04:13:12.243Z | Downloaded minimal-lexical v0.2.1 |
893 | 2023-12-05T04:13:12.252Z | Downloaded strum_macros v0.24.3 |
894 | 2023-12-05T04:13:12.258Z | Downloaded predicates v3.0.4 |
895 | 2023-12-05T04:13:12.260Z | Downloaded quick-error v1.2.3 |
896 | 2023-12-05T04:13:12.263Z | Downloaded serde_derive v1.0.192 |
897 | 2023-12-05T04:13:12.267Z | Downloaded try-lock v0.2.4 |
898 | 2023-12-05T04:13:12.270Z | Downloaded pin-project-internal v1.1.3 |
899 | 2023-12-05T04:13:12.273Z | Downloaded crossbeam-channel v0.5.8 |
900 | 2023-12-05T04:13:12.280Z | Downloaded darling_macro v0.14.4 |
901 | 2023-12-05T04:13:12.283Z | Downloaded linked-hash-map v0.5.6 |
902 | 2023-12-05T04:13:12.285Z | Downloaded glob v0.3.1 |
903 | 2023-12-05T04:13:12.288Z | Downloaded utf-8 v0.7.6 |
904 | 2023-12-05T04:13:12.291Z | Downloaded semver v0.11.0 |
905 | 2023-12-05T04:13:12.293Z | Downloaded parking_lot_core v0.8.6 |
906 | 2023-12-05T04:13:12.296Z | Downloaded endian-type v0.1.2 |
907 | 2023-12-05T04:13:12.299Z | Downloaded fastrand v2.0.0 |
908 | 2023-12-05T04:13:12.299Z | Downloaded globset v0.4.13 |
909 | 2023-12-05T04:13:12.302Z | Downloaded zeroize_derive v1.4.2 |
910 | 2023-12-05T04:13:12.307Z | Downloaded humantime v2.1.0 |
911 | 2023-12-05T04:13:12.307Z | Downloaded bitflags v2.4.0 |
912 | 2023-12-05T04:13:12.311Z | Downloaded zone_cfg_derive v0.3.0 |
913 | 2023-12-05T04:13:12.313Z | Downloaded crossterm v0.27.0 |
914 | 2023-12-05T04:13:12.323Z | Downloaded downcast v0.11.0 |
915 | 2023-12-05T04:13:12.326Z | Downloaded num_cpus v1.16.0 |
916 | 2023-12-05T04:13:12.330Z | Downloaded hyper-rustls v0.24.2 |
917 | 2023-12-05T04:13:12.334Z | Downloaded zone v0.3.0 |
918 | 2023-12-05T04:13:12.337Z | Downloaded unarray v0.1.4 |
919 | 2023-12-05T04:13:12.340Z | Downloaded trust-dns-resolver v0.22.0 |
920 | 2023-12-05T04:13:12.345Z | Downloaded whoami v1.4.1 |
921 | 2023-12-05T04:13:12.348Z | Downloaded unicode-xid v0.2.4 |
922 | 2023-12-05T04:13:12.351Z | Downloaded idna v0.5.0 |
923 | 2023-12-05T04:13:12.363Z | Downloaded tap v1.0.1 |
924 | 2023-12-05T04:13:12.366Z | Downloaded which v4.4.0 |
925 | 2023-12-05T04:13:12.369Z | Downloaded futures-macro v0.3.29 |
926 | 2023-12-05T04:13:12.369Z | Downloaded diesel_derives v2.1.2 |
927 | 2023-12-05T04:13:12.374Z | Downloaded clap_builder v4.4.2 |
928 | 2023-12-05T04:13:12.386Z | Downloaded hubpack v0.1.2 |
929 | 2023-12-05T04:13:12.389Z | Downloaded termios v0.3.3 |
930 | 2023-12-05T04:13:12.391Z | Downloaded dof v0.1.5 |
931 | 2023-12-05T04:13:12.396Z | Downloaded heck v0.4.1 |
932 | 2023-12-05T04:13:12.398Z | Downloaded futures-sink v0.3.29 |
933 | 2023-12-05T04:13:12.398Z | Downloaded pest v2.7.2 |
934 | 2023-12-05T04:13:12.405Z | Downloaded futures v0.3.29 |
935 | 2023-12-05T04:13:12.415Z | Downloaded ena v0.14.2 |
936 | 2023-12-05T04:13:12.418Z | Downloaded ff v0.13.0 |
937 | 2023-12-05T04:13:12.420Z | Downloaded rustfmt-wrapper v0.2.0 |
938 | 2023-12-05T04:13:12.423Z | Downloaded generic-array v0.14.7 |
939 | 2023-12-05T04:13:12.427Z | Downloaded proc-macro-error v1.0.4 |
940 | 2023-12-05T04:13:12.430Z | Downloaded ucd-trie v0.1.6 |
941 | 2023-12-05T04:13:12.433Z | Downloaded crc32fast v1.3.2 |
942 | 2023-12-05T04:13:12.435Z | Downloaded fatfs v0.3.6 |
943 | 2023-12-05T04:13:12.441Z | Downloaded half v1.8.2 |
944 | 2023-12-05T04:13:12.444Z | Downloaded futures-channel v0.3.29 |
945 | 2023-12-05T04:13:12.448Z | Downloaded thiserror v1.0.49 |
946 | 2023-12-05T04:13:12.458Z | Downloaded flate2 v1.0.28 |
947 | 2023-12-05T04:13:12.466Z | Downloaded textwrap v0.16.0 |
948 | 2023-12-05T04:13:12.472Z | Downloaded elliptic-curve v0.13.5 |
949 | 2023-12-05T04:13:12.478Z | Downloaded vte v0.11.1 |
950 | 2023-12-05T04:13:12.481Z | Downloaded socket2 v0.5.5 |
951 | 2023-12-05T04:13:12.483Z | Downloaded zip v0.6.6 |
952 | 2023-12-05T04:13:12.490Z | Downloaded zerocopy v0.6.4 |
953 | 2023-12-05T04:13:12.494Z | Downloaded toml v0.5.11 |
954 | 2023-12-05T04:13:12.499Z | Downloaded reedline v0.26.0 |
955 | 2023-12-05T04:13:12.512Z | Downloaded platforms v3.0.2 |
956 | 2023-12-05T04:13:12.516Z | Downloaded url v2.5.0 |
957 | 2023-12-05T04:13:12.521Z | Downloaded rustls-webpki v0.101.7 |
958 | 2023-12-05T04:13:12.548Z | Downloaded prettyplease v0.2.12 |
959 | 2023-12-05T04:13:12.553Z | Downloaded rsa v0.9.2 |
960 | 2023-12-05T04:13:12.563Z | Downloaded h2 v0.3.21 |
961 | 2023-12-05T04:13:12.575Z | Downloaded time v0.3.27 |
962 | 2023-12-05T04:13:12.587Z | Downloaded hashbrown v0.14.2 |
963 | 2023-12-05T04:13:12.598Z | Downloaded nom v7.1.3 |
964 | 2023-12-05T04:13:12.608Z | Downloaded der v0.7.8 |
965 | 2023-12-05T04:13:12.618Z | Downloaded hyper v0.14.27 |
966 | 2023-12-05T04:13:12.632Z | Downloaded quick-xml v0.23.1 |
967 | 2023-12-05T04:13:12.647Z | Downloaded rayon v1.8.0 |
968 | 2023-12-05T04:13:12.663Z | Downloaded petgraph v0.6.4 |
969 | 2023-12-05T04:13:12.688Z | Downloaded serde_json v1.0.108 |
970 | 2023-12-05T04:13:12.702Z | Downloaded hkdf v0.12.3 |
971 | 2023-12-05T04:13:12.707Z | Downloaded reqwest v0.11.22 |
972 | 2023-12-05T04:13:12.721Z | Downloaded proptest v1.4.0 |
973 | 2023-12-05T04:13:12.738Z | Downloaded tabled v0.14.0 |
974 | 2023-12-05T04:13:12.847Z | Downloaded smoltcp v0.9.1 |
975 | 2023-12-05T04:13:12.855Z | Downloaded vcpkg v0.2.15 |
976 | 2023-12-05T04:13:12.881Z | Downloaded regex v1.10.2 |
977 | 2023-12-05T04:13:12.907Z | Downloaded polar-core v0.27.0 |
978 | 2023-12-05T04:13:12.924Z | Downloaded curve25519-dalek v4.1.0 |
979 | 2023-12-05T04:13:12.942Z | Downloaded diesel v2.1.4 |
980 | 2023-12-05T04:13:12.978Z | Downloaded rustix v0.37.23 |
981 | 2023-12-05T04:13:13.015Z | Downloaded rustix v0.38.25 |
982 | 2023-12-05T04:13:13.058Z | Downloaded zerocopy-derive v0.2.0 |
983 | 2023-12-05T04:13:13.075Z | Downloaded regex-automata v0.4.3 |
984 | 2023-12-05T04:13:13.106Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
985 | 2023-12-05T04:13:13.133Z | Downloaded zerocopy-derive v0.6.4 |
986 | 2023-12-05T04:13:13.154Z | Downloaded regex-automata v0.3.8 |
987 | 2023-12-05T04:13:13.188Z | Downloaded libc v0.2.150 |
988 | 2023-12-05T04:13:13.242Z | Downloaded sled v0.34.7 |
989 | 2023-12-05T04:13:13.263Z | Downloaded bstr v1.6.0 |
990 | 2023-12-05T04:13:13.286Z | Downloaded tokio v1.34.0 |
991 | 2023-12-05T04:13:13.356Z | Downloaded sha3 v0.10.8 |
992 | 2023-12-05T04:13:13.367Z | Downloaded regex-syntax v0.8.2 |
993 | 2023-12-05T04:13:13.383Z | Downloaded regex-syntax v0.7.5 |
994 | 2023-12-05T04:13:13.400Z | Downloaded openapiv3 v2.0.0-rc.1 |
995 | 2023-12-05T04:13:13.424Z | Downloaded gimli v0.28.0 |
996 | 2023-12-05T04:13:13.440Z | Downloaded regex-syntax v0.6.29 |
997 | 2023-12-05T04:13:13.457Z | Downloaded webpki-roots v0.25.2 |
998 | 2023-12-05T04:13:13.466Z | Downloaded radix_trie v0.2.1 |
999 | 2023-12-05T04:13:13.476Z | Downloaded rustls v0.21.9 |
1000 | 2023-12-05T04:13:13.505Z | Downloaded encoding_rs v0.8.33 |
1001 | 2023-12-05T04:13:13.546Z | Downloaded smoltcp v0.8.2 |
1002 | 2023-12-05T04:13:13.564Z | Downloaded regress v0.7.1 |
1003 | 2023-12-05T04:13:13.580Z | Downloaded syn v2.0.32 |
1004 | 2023-12-05T04:13:13.600Z | Downloaded trust-dns-proto v0.22.0 |
1005 | 2023-12-05T04:13:13.622Z | Downloaded openssl v0.10.60 |
1006 | 2023-12-05T04:13:13.641Z | Downloaded object v0.32.1 |
1007 | 2023-12-05T04:13:13.661Z | Downloaded ratatui v0.23.0 |
1008 | 2023-12-05T04:13:13.683Z | Downloaded object v0.30.4 |
1009 | 2023-12-05T04:13:13.702Z | Downloaded bindgen v0.65.1 |
1010 | 2023-12-05T04:13:13.716Z | Downloaded clap v2.34.0 |
1011 | 2023-12-05T04:13:13.730Z | Downloaded idna v0.2.3 |
1012 | 2023-12-05T04:13:13.745Z | Downloaded winnow v0.5.15 |
1013 | 2023-12-05T04:13:13.758Z | Downloaded chrono v0.4.31 |
1014 | 2023-12-05T04:13:13.786Z | Downloaded num-bigint-dig v0.8.4 |
1015 | 2023-12-05T04:13:13.796Z | Downloaded tokio-util v0.7.10 |
1016 | 2023-12-05T04:13:13.808Z | Downloaded syn v1.0.109 |
1017 | 2023-12-05T04:13:13.828Z | Downloaded portable-atomic v1.4.3 |
1018 | 2023-12-05T04:13:13.839Z | Downloaded bstr v0.2.17 |
1019 | 2023-12-05T04:13:13.874Z | Downloaded regex-automata v0.1.10 |
1020 | 2023-12-05T04:13:13.877Z | Downloaded bitvec v1.0.1 |
1021 | 2023-12-05T04:13:13.897Z | Downloaded futures-util v0.3.29 |
1022 | 2023-12-05T04:13:13.920Z | Downloaded backtrace v0.3.69 |
1023 | 2023-12-05T04:13:13.927Z | Downloaded darling_core v0.20.3 |
1024 | 2023-12-05T04:13:13.935Z | Downloaded ring v0.17.5 |
1025 | 2023-12-05T04:13:14.071Z | Downloaded heapless v0.7.16 |
1026 | 2023-12-05T04:13:14.077Z | Downloaded snafu v0.7.5 |
1027 | 2023-12-05T04:13:14.087Z | Downloaded rcgen v0.11.3 |
1028 | 2023-12-05T04:13:14.092Z | Downloaded rayon-core v1.12.0 |
1029 | 2023-12-05T04:13:14.098Z | Downloaded libxml v0.3.3 |
1030 | 2023-12-05T04:13:14.109Z | Downloaded hashbrown v0.12.3 |
1031 | 2023-12-05T04:13:14.116Z | Downloaded ring v0.16.20 |
1032 | 2023-12-05T04:13:14.292Z | Downloaded structopt v0.3.26 |
1033 | 2023-12-05T04:13:14.304Z | Downloaded proc-macro2 v1.0.69 |
1034 | 2023-12-05T04:13:14.308Z | Downloaded stringprep v0.1.3 |
1035 | 2023-12-05T04:13:14.311Z | Downloaded httpdate v1.0.3 |
1036 | 2023-12-05T04:13:14.313Z | Downloaded flume v0.11.0 |
1037 | 2023-12-05T04:13:14.318Z | Downloaded semver v1.0.20 |
1038 | 2023-12-05T04:13:14.322Z | Downloaded rand v0.8.5 |
1039 | 2023-12-05T04:13:14.328Z | Downloaded http v0.2.11 |
1040 | 2023-12-05T04:13:14.335Z | Downloaded serde_with v2.3.3 |
1041 | 2023-12-05T04:13:14.345Z | Downloaded futures-io v0.3.29 |
1042 | 2023-12-05T04:13:14.348Z | Downloaded phf_shared v0.11.2 |
1043 | 2023-12-05T04:13:14.351Z | Downloaded rustc-demangle v0.1.23 |
1044 | 2023-12-05T04:13:14.354Z | Downloaded zeroize v1.7.0 |
1045 | 2023-12-05T04:13:14.354Z | Downloaded argon2 v0.5.2 |
1046 | 2023-12-05T04:13:14.357Z | Downloaded subprocess v0.2.9 |
1047 | 2023-12-05T04:13:14.360Z | Downloaded thiserror-impl v1.0.49 |
1048 | 2023-12-05T04:13:14.363Z | Downloaded rustc_version v0.4.0 |
1049 | 2023-12-05T04:13:14.365Z | Downloaded foreign-types v0.5.0 |
1050 | 2023-12-05T04:13:14.365Z | Downloaded proc-macro-crate v1.3.1 |
1051 | 2023-12-05T04:13:14.368Z | Downloaded predicates-tree v1.0.9 |
1052 | 2023-12-05T04:13:14.371Z | Downloaded headers v0.3.9 |
1053 | 2023-12-05T04:13:14.377Z | Downloaded vsss-rs v3.3.1 |
1054 | 2023-12-05T04:13:14.382Z | Downloaded hashbrown v0.13.2 |
1055 | 2023-12-05T04:13:14.389Z | Downloaded unicode-segmentation v1.10.1 |
1056 | 2023-12-05T04:13:14.396Z | Downloaded trust-dns-server v0.22.1 |
1057 | 2023-12-05T04:13:14.404Z | Downloaded tough v0.15.0 |
1058 | 2023-12-05T04:13:14.417Z | Downloaded lalrpop v0.19.12 |
1059 | 2023-12-05T04:13:14.437Z | Downloaded slog-term v2.9.0 |
1060 | 2023-12-05T04:13:14.441Z | Downloaded sct v0.7.0 |
1061 | 2023-12-05T04:13:14.446Z | Downloaded utf8parse v0.2.1 |
1062 | 2023-12-05T04:13:14.449Z | Downloaded smallvec v0.6.14 |
1063 | 2023-12-05T04:13:14.453Z | Downloaded snafu-derive v0.7.5 |
1064 | 2023-12-05T04:13:14.453Z | Downloaded display-error-chain v0.2.0 |
1065 | 2023-12-05T04:13:14.456Z | Downloaded dirs-next v2.0.0 |
1066 | 2023-12-05T04:13:14.456Z | Downloaded slog v2.7.0 |
1067 | 2023-12-05T04:13:14.461Z | Downloaded hmac v0.12.1 |
1068 | 2023-12-05T04:13:14.464Z | Downloaded derive_builder_macro v0.12.0 |
1069 | 2023-12-05T04:13:14.466Z | Downloaded thread-id v4.2.0 |
1070 | 2023-12-05T04:13:14.469Z | Downloaded funty v2.0.0 |
1071 | 2023-12-05T04:13:14.469Z | Downloaded fs-err v2.11.0 |
1072 | 2023-12-05T04:13:14.472Z | Downloaded scopeguard v1.2.0 |
1073 | 2023-12-05T04:13:14.474Z | Downloaded atomic-waker v1.1.1 |
1074 | 2023-12-05T04:13:14.474Z | Downloaded der_derive v0.7.2 |
1075 | 2023-12-05T04:13:14.477Z | Downloaded rusty-fork v0.3.0 |
1076 | 2023-12-05T04:13:14.479Z | Downloaded getopts v0.2.21 |
1077 | 2023-12-05T04:13:14.482Z | Downloaded toml v0.8.8 |
1078 | 2023-12-05T04:13:14.487Z | Downloaded salty v0.2.0 |
1079 | 2023-12-05T04:13:14.496Z | Downloaded libm v0.2.7 |
1080 | 2023-12-05T04:13:14.512Z | Downloaded strip-ansi-escapes v0.2.0 |
1081 | 2023-12-05T04:13:14.514Z | Downloaded serde_urlencoded v0.7.1 |
1082 | 2023-12-05T04:13:14.517Z | Downloaded fallible-iterator v0.2.0 |
1083 | 2023-12-05T04:13:14.520Z | Downloaded http-body v0.4.5 |
1084 | 2023-12-05T04:13:14.525Z | Downloaded static_assertions v1.1.0 |
1085 | 2023-12-05T04:13:14.525Z | Downloaded semver v0.1.20 |
1086 | 2023-12-05T04:13:14.525Z | Downloaded getrandom v0.2.10 |
1087 | 2023-12-05T04:13:14.529Z | Downloaded serde_yaml v0.9.25 |
1088 | 2023-12-05T04:13:14.535Z | Downloaded x509-cert v0.2.4 |
1089 | 2023-12-05T04:13:14.545Z | Downloaded itertools v0.12.0 |
1090 | 2023-12-05T04:13:14.557Z | Downloaded subtle v2.5.0 |
1091 | 2023-12-05T04:13:14.560Z | Downloaded tokio-tungstenite v0.20.1 |
1092 | 2023-12-05T04:13:14.562Z | Downloaded textwrap v0.11.0 |
1093 | 2023-12-05T04:13:14.565Z | Downloaded unicode-bidi v0.3.13 |
1094 | 2023-12-05T04:13:14.568Z | Downloaded tracing v0.1.37 |
1095 | 2023-12-05T04:13:14.575Z | Downloaded serde-hex v0.1.0 |
1096 | 2023-12-05T04:13:14.578Z | Downloaded wyz v0.5.1 |
1097 | 2023-12-05T04:13:14.581Z | Downloaded heck v0.3.3 |
1098 | 2023-12-05T04:13:14.584Z | Downloaded slog-json v2.6.1 |
1099 | 2023-12-05T04:13:14.586Z | Downloaded futures-executor v0.3.29 |
1100 | 2023-12-05T04:13:14.586Z | Downloaded ahash v0.8.3 |
1101 | 2023-12-05T04:13:14.590Z | Downloaded itertools v0.11.0 |
1102 | 2023-12-05T04:13:14.604Z | Downloaded structmeta-derive v0.2.0 |
1103 | 2023-12-05T04:13:14.604Z | Downloaded rustls-pemfile v1.0.3 |
1104 | 2023-12-05T04:13:14.607Z | Downloaded fnv v1.0.7 |
1105 | 2023-12-05T04:13:14.610Z | Downloaded flagset v0.4.3 |
1106 | 2023-12-05T04:13:14.610Z | Downloaded fixedbitset v0.4.2 |
1107 | 2023-12-05T04:13:14.612Z | Downloaded errno v0.3.2 |
1108 | 2023-12-05T04:13:14.615Z | Downloaded slab v0.4.9 |
1109 | 2023-12-05T04:13:14.618Z | Downloaded bitflags v1.3.2 |
1110 | 2023-12-05T04:13:14.620Z | Downloaded diff v0.1.13 |
1111 | 2023-12-05T04:13:14.625Z | Downloaded similar v2.2.1 |
1112 | 2023-12-05T04:13:14.633Z | Downloaded tracing-core v0.1.31 |
1113 | 2023-12-05T04:13:14.638Z | Downloaded tokio-macros v2.2.0 |
1114 | 2023-12-05T04:13:14.640Z | Downloaded serde_repr v0.1.16 |
1115 | 2023-12-05T04:13:14.643Z | Downloaded group v0.13.0 |
1116 | 2023-12-05T04:13:14.646Z | Downloaded r2d2 v0.8.10 |
1117 | 2023-12-05T04:13:14.648Z | Downloaded usdt v0.3.5 |
1118 | 2023-12-05T04:13:14.648Z | Downloaded unicode-width v0.1.11 |
1119 | 2023-12-05T04:13:14.651Z | Downloaded pin-utils v0.1.0 |
1120 | 2023-12-05T04:13:14.653Z | Downloaded strsim v0.8.0 |
1121 | 2023-12-05T04:13:14.656Z | Downloaded stable_deref_trait v1.2.0 |
1122 | 2023-12-05T04:13:14.656Z | Downloaded dirs-sys-next v0.1.2 |
1123 | 2023-12-05T04:13:14.659Z | Downloaded parse-display-derive v0.8.2 |
1124 | 2023-12-05T04:13:14.659Z | Downloaded percent-encoding v2.3.1 |
1125 | 2023-12-05T04:13:14.662Z | Downloaded rand_core v0.6.4 |
1126 | 2023-12-05T04:13:14.665Z | Downloaded debug-ignore v1.0.5 |
1127 | 2023-12-05T04:13:14.670Z | Downloaded slog-dtrace v0.2.3 |
1128 | 2023-12-05T04:13:14.670Z | Downloaded serde_path_to_error v0.1.14 |
1129 | 2023-12-05T04:13:14.673Z | Downloaded quote v1.0.33 |
1130 | 2023-12-05T04:13:14.676Z | Downloaded parking_lot_core v0.9.8 |
1131 | 2023-12-05T04:13:14.679Z | Downloaded password-hash v0.5.0 |
1132 | 2023-12-05T04:13:14.682Z | Downloaded pest_meta v2.7.2 |
1133 | 2023-12-05T04:13:14.684Z | Downloaded rustls-native-certs v0.6.3 |
1134 | 2023-12-05T04:13:14.687Z | Downloaded tungstenite v0.20.1 |
1135 | 2023-12-05T04:13:14.693Z | Downloaded smf v0.2.2 |
1136 | 2023-12-05T04:13:14.695Z | Downloaded env_logger v0.10.0 |
1137 | 2023-12-05T04:13:14.699Z | Downloaded thread_local v1.1.7 |
1138 | 2023-12-05T04:13:14.701Z | Downloaded tokio-stream v0.1.14 |
1139 | 2023-12-05T04:13:14.708Z | Downloaded sha2 v0.10.8 |
1140 | 2023-12-05T04:13:14.712Z | Downloaded typenum v1.16.0 |
1141 | 2023-12-05T04:13:14.716Z | Downloaded crypto-bigint v0.5.2 |
1142 | 2023-12-05T04:13:14.726Z | Downloaded signal-hook v0.3.17 |
1143 | 2023-12-05T04:13:14.731Z | Downloaded steno v0.4.0 |
1144 | 2023-12-05T04:13:14.738Z | Downloaded httparse v1.8.0 |
1145 | 2023-12-05T04:13:14.741Z | Downloaded hash32 v0.2.1 |
1146 | 2023-12-05T04:13:14.744Z | Downloaded filetime v0.2.22 |
1147 | 2023-12-05T04:13:14.747Z | Downloaded fd-lock v3.0.13 |
1148 | 2023-12-05T04:13:14.750Z | Downloaded either v1.9.0 |
1149 | 2023-12-05T04:13:14.753Z | Downloaded schemars v0.8.13 |
1150 | 2023-12-05T04:13:14.770Z | Downloaded usdt-impl v0.3.5 |
1151 | 2023-12-05T04:13:14.773Z | Downloaded mio v0.8.9 |
1152 | 2023-12-05T04:13:14.782Z | Downloaded spin v0.9.8 |
1153 | 2023-12-05T04:13:14.786Z | Downloaded tinyvec v1.6.0 |
1154 | 2023-12-05T04:13:14.791Z | Downloaded unicode-ident v1.0.12 |
1155 | 2023-12-05T04:13:14.798Z | Downloaded pest_derive v2.7.2 |
1156 | 2023-12-05T04:13:14.801Z | Downloaded postcard v0.7.3 |
1157 | 2023-12-05T04:13:14.803Z | Downloaded poly1305 v0.8.0 |
1158 | 2023-12-05T04:13:14.807Z | Downloaded num-bigint v0.4.4 |
1159 | 2023-12-05T04:13:14.814Z | Downloaded pem-rfc7468 v0.7.0 |
1160 | 2023-12-05T04:13:14.817Z | Downloaded futures-core v0.3.29 |
1161 | 2023-12-05T04:13:14.820Z | Downloaded form_urlencoded v1.2.1 |
1162 | 2023-12-05T04:13:14.823Z | Downloaded memchr v2.6.3 |
1163 | 2023-12-05T04:13:14.829Z | Downloaded ref-cast v1.0.20 |
1164 | 2023-12-05T04:13:14.833Z | Downloaded sha1 v0.10.6 |
1165 | 2023-12-05T04:13:14.836Z | Downloaded enum-as-inner v0.5.1 |
1166 | 2023-12-05T04:13:14.838Z | Downloaded tracing-attributes v0.1.26 |
1167 | 2023-12-05T04:13:14.842Z | Downloaded derive_builder v0.12.0 |
1168 | 2023-12-05T04:13:14.850Z | Downloaded pin-project v1.1.3 |
1169 | 2023-12-05T04:13:14.869Z | Downloaded async-trait v0.1.74 |
1170 | 2023-12-05T04:13:14.874Z | Downloaded num-rational v0.4.1 |
1171 | 2023-12-05T04:13:14.906Z | Downloaded anyhow v1.0.75 |
1172 | 2023-12-05T04:13:14.908Z | Downloaded once_cell v1.18.0 |
1173 | 2023-12-05T04:13:14.908Z | Downloaded parking_lot v0.12.1 |
1174 | 2023-12-05T04:13:14.908Z | Downloaded mockall_derive v0.11.4 |
1175 | 2023-12-05T04:13:14.908Z | Downloaded num-traits v0.2.16 |
1176 | 2023-12-05T04:13:14.908Z | Downloaded toml v0.7.8 |
1177 | 2023-12-05T04:13:14.908Z | Downloaded scheduled-thread-pool v0.2.7 |
1178 | 2023-12-05T04:13:14.908Z | Downloaded rustc-hash v1.1.0 |
1179 | 2023-12-05T04:13:14.908Z | Downloaded pkcs8 v0.10.2 |
1180 | 2023-12-05T04:13:14.911Z | Downloaded yasna v0.5.2 |
1181 | 2023-12-05T04:13:14.916Z | Downloaded rustc_version v0.1.7 |
1182 | 2023-12-05T04:13:14.916Z | Downloaded predicates v2.1.5 |
1183 | 2023-12-05T04:13:14.920Z | Downloaded pin-project-lite v0.2.13 |
1184 | 2023-12-05T04:13:14.928Z | Downloaded lock_api v0.4.10 |
1185 | 2023-12-05T04:13:14.930Z | Downloaded hostname v0.3.1 |
1186 | 2023-12-05T04:13:14.933Z | Downloaded anstyle-parse v0.2.1 |
1187 | 2023-12-05T04:13:14.935Z | Downloaded ansi_term v0.12.1 |
1188 | 2023-12-05T04:13:14.938Z | Downloaded addr2line v0.21.0 |
1189 | 2023-12-05T04:13:14.942Z | Downloaded oso v0.27.0 |
1190 | 2023-12-05T04:13:14.947Z | Downloaded native-tls v0.2.11 |
1191 | 2023-12-05T04:13:14.951Z | Downloaded cookie v0.18.0 |
1192 | 2023-12-05T04:13:14.955Z | Downloaded deranged v0.3.8 |
1193 | 2023-12-05T04:13:14.957Z | Downloaded omicron-zone-package v0.9.1 |
1194 | 2023-12-05T04:13:14.961Z | Downloaded postcard-cobs v0.1.5-pre |
1195 | 2023-12-05T04:13:14.963Z | Downloaded packed_struct v0.10.1 |
1196 | 2023-12-05T04:13:14.968Z | Downloaded mime_guess v2.0.4 |
1197 | 2023-12-05T04:13:14.970Z | Downloaded pkcs1 v0.7.5 |
1198 | 2023-12-05T04:13:14.973Z | Downloaded pem v3.0.2 |
1199 | 2023-12-05T04:13:14.975Z | Downloaded digest v0.10.7 |
1200 | 2023-12-05T04:13:14.978Z | Downloaded serde_with_macros v2.3.3 |
1201 | 2023-12-05T04:13:14.982Z | Downloaded structmeta v0.2.0 |
1202 | 2023-12-05T04:13:14.985Z | Downloaded rand_chacha v0.3.1 |
1203 | 2023-12-05T04:13:14.985Z | Downloaded time-core v0.1.1 |
1204 | 2023-12-05T04:13:14.987Z | Downloaded parking_lot v0.11.2 |
1205 | 2023-12-05T04:13:14.990Z | Downloaded radium v0.7.0 |
1206 | 2023-12-05T04:13:14.995Z | Downloaded ed25519 v1.5.3 |
1207 | 2023-12-05T04:13:14.995Z | Downloaded difflib v0.4.0 |
1208 | 2023-12-05T04:13:14.995Z | Downloaded chacha20poly1305 v0.10.1 |
1209 | 2023-12-05T04:13:14.998Z | Downloaded strum_macros v0.25.2 |
1210 | 2023-12-05T04:13:15.001Z | Downloaded slog-async v2.8.0 |
1211 | 2023-12-05T04:13:15.004Z | Downloaded signature v1.6.4 |
1212 | 2023-12-05T04:13:15.006Z | Downloaded serde_tokenstream v0.1.7 |
1213 | 2023-12-05T04:13:15.011Z | Downloaded num-derive v0.4.0 |
1214 | 2023-12-05T04:13:15.013Z | Downloaded anstream v0.5.0 |
1215 | 2023-12-05T04:13:15.016Z | Downloaded async-recursion v1.0.5 |
1216 | 2023-12-05T04:13:15.019Z | Downloaded console v0.15.7 |
1217 | 2023-12-05T04:13:15.024Z | Downloaded indexmap v2.1.0 |
1218 | 2023-12-05T04:13:15.031Z | Downloaded nanorand v0.7.0 |
1219 | 2023-12-05T04:13:15.034Z | Downloaded schemars_derive v0.8.13 |
1220 | 2023-12-05T04:13:15.037Z | Downloaded macaddr v1.0.1 |
1221 | 2023-12-05T04:13:15.040Z | Downloaded derive_builder_core v0.12.0 |
1222 | 2023-12-05T04:13:15.043Z | Downloaded aead v0.5.2 |
1223 | 2023-12-05T04:13:15.046Z | Downloaded impl-trait-for-tuples v0.2.2 |
1224 | 2023-12-05T04:13:15.049Z | Downloaded num_enum_derive v0.5.11 |
1225 | 2023-12-05T04:13:15.055Z | Downloaded colored v2.0.4 |
1226 | 2023-12-05T04:13:15.055Z | Downloaded serde_spanned v0.6.4 |
1227 | 2023-12-05T04:13:15.055Z | Downloaded pkg-config v0.3.27 |
1228 | 2023-12-05T04:13:15.058Z | Downloaded wait-timeout v0.2.0 |
1229 | 2023-12-05T04:13:15.061Z | Downloaded version_check v0.9.4 |
1230 | 2023-12-05T04:13:15.061Z | Downloaded proc-macro-error-attr v1.0.4 |
1231 | 2023-12-05T04:13:15.064Z | Downloaded adler v1.0.2 |
1232 | 2023-12-05T04:13:15.064Z | Downloaded multer v2.1.0 |
1233 | 2023-12-05T04:13:15.068Z | Downloaded crypto-common v0.1.6 |
1234 | 2023-12-05T04:13:15.072Z | Downloaded crc-any v2.4.3 |
1235 | 2023-12-05T04:13:15.075Z | Downloaded indexmap v1.9.3 |
1236 | 2023-12-05T04:13:15.078Z | Downloaded clap v4.4.3 |
1237 | 2023-12-05T04:13:15.093Z | Downloaded camino v1.1.6 |
1238 | 2023-12-05T04:13:15.096Z | Downloaded phf v0.11.2 |
1239 | 2023-12-05T04:13:15.100Z | Downloaded memoffset v0.7.1 |
1240 | 2023-12-05T04:13:15.102Z | Downloaded async-stream v0.3.5 |
1241 | 2023-12-05T04:13:15.105Z | Downloaded opaque-debug v0.3.0 |
1242 | 2023-12-05T04:13:15.105Z | Downloaded vec_map v0.8.2 |
1243 | 2023-12-05T04:13:15.107Z | Downloaded vte_generate_state_changes v0.1.1 |
1244 | 2023-12-05T04:13:15.107Z | Downloaded untrusted v0.7.1 |
1245 | 2023-12-05T04:13:15.110Z | Downloaded smallvec v1.11.0 |
1246 | 2023-12-05T04:13:15.113Z | Downloaded serde_derive_internals v0.26.0 |
1247 | 2023-12-05T04:13:15.115Z | Downloaded anstyle-query v1.0.0 |
1248 | 2023-12-05T04:13:15.115Z | Downloaded crossbeam-deque v0.8.3 |
1249 | 2023-12-05T04:13:15.120Z | Downloaded precomputed-hash v0.1.1 |
1250 | 2023-12-05T04:13:15.123Z | Downloaded tokio-native-tls v0.3.1 |
1251 | 2023-12-05T04:13:15.123Z | Downloaded string_cache v0.8.7 |
1252 | 2023-12-05T04:13:15.125Z | Downloaded serde_plain v1.0.2 |
1253 | 2023-12-05T04:13:15.128Z | Downloaded crossbeam-utils v0.8.16 |
1254 | 2023-12-05T04:13:15.130Z | Downloaded owo-colors v3.5.0 |
1255 | 2023-12-05T04:13:15.134Z | Downloaded clap_derive v4.4.2 |
1256 | 2023-12-05T04:13:15.138Z | Downloaded time-macros v0.2.13 |
1257 | 2023-12-05T04:13:15.141Z | Downloaded aho-corasick v1.0.4 |
1258 | 2023-12-05T04:13:15.151Z | Downloaded openssl-probe v0.1.5 |
1259 | 2023-12-05T04:13:15.153Z | Downloaded libloading v0.7.4 |
1260 | 2023-12-05T04:13:15.156Z | Downloaded async-stream-impl v0.3.5 |
1261 | 2023-12-05T04:13:15.158Z | Downloaded atty v0.2.14 |
1262 | 2023-12-05T04:13:15.158Z | Downloaded number_prefix v0.4.0 |
1263 | 2023-12-05T04:13:15.161Z | Downloaded ident_case v1.0.1 |
1264 | 2023-12-05T04:13:15.161Z | Downloaded structopt-derive v0.4.18 |
1265 | 2023-12-05T04:13:15.164Z | Downloaded mime v0.3.17 |
1266 | 2023-12-05T04:13:15.166Z | Downloaded ciborium v0.2.1 |
1267 | 2023-12-05T04:13:15.169Z | Downloaded io-lifetimes v1.0.11 |
1268 | 2023-12-05T04:13:15.173Z | Downloaded papergrid v0.10.0 |
1269 | 2023-12-05T04:13:15.181Z | Downloaded miniz_oxide v0.7.1 |
1270 | 2023-12-05T04:13:15.184Z | Downloaded darling v0.20.3 |
1271 | 2023-12-05T04:13:15.190Z | Downloaded cstr-argument v0.1.2 |
1272 | 2023-12-05T04:13:15.192Z | Downloaded crunchy v0.2.2 |
1273 | 2023-12-05T04:13:15.194Z | Downloaded crucible-workspace-hack v0.1.0 |
1274 | 2023-12-05T04:13:15.197Z | Downloaded ascii-canvas v3.0.0 |
1275 | 2023-12-05T04:13:15.197Z | Downloaded lru-cache v0.1.2 |
1276 | 2023-12-05T04:13:15.197Z | Downloaded supports-color v2.1.0 |
1277 | 2023-12-05T04:13:15.199Z | Downloaded spin v0.5.2 |
1278 | 2023-12-05T04:13:15.202Z | Downloaded libefi-sys v0.1.0 |
1279 | 2023-12-05T04:13:15.202Z | Downloaded inout v0.1.3 |
1280 | 2023-12-05T04:13:15.205Z | Downloaded bitfield v0.14.0 |
1281 | 2023-12-05T04:13:15.208Z | Downloaded nibble_vec v0.1.0 |
1282 | 2023-12-05T04:13:15.211Z | Downloaded log v0.4.20 |
1283 | 2023-12-05T04:13:15.213Z | Downloaded openssl-macros v0.1.1 |
1284 | 2023-12-05T04:13:15.213Z | Downloaded crc v3.0.1 |
1285 | 2023-12-05T04:13:15.216Z | Downloaded ipnetwork v0.20.0 |
1286 | 2023-12-05T04:13:15.219Z | Downloaded keccak v0.1.4 |
1287 | 2023-12-05T04:13:15.221Z | Downloaded corncobs v0.1.3 |
1288 | 2023-12-05T04:13:15.224Z | Downloaded indoc v1.0.9 |
1289 | 2023-12-05T04:13:15.226Z | Downloaded olpc-cjson v0.1.3 |
1290 | 2023-12-05T04:13:15.229Z | Downloaded lazycell v1.3.0 |
1291 | 2023-12-05T04:13:15.229Z | Downloaded chacha20 v0.9.1 |
1292 | 2023-12-05T04:13:15.232Z | Downloaded termtree v0.4.1 |
1293 | 2023-12-05T04:13:15.234Z | Downloaded num_threads v0.1.6 |
1294 | 2023-12-05T04:13:15.238Z | Downloaded crossbeam-epoch v0.9.15 |
1295 | 2023-12-05T04:13:15.240Z | Downloaded crossbeam v0.8.2 |
1296 | 2023-12-05T04:13:15.243Z | Downloaded itoa v1.0.9 |
1297 | 2023-12-05T04:13:15.243Z | Downloaded cexpr v0.6.0 |
1298 | 2023-12-05T04:13:15.245Z | Downloaded mockall v0.11.4 |
1299 | 2023-12-05T04:13:15.248Z | Downloaded managed v0.8.0 |
1300 | 2023-12-05T04:13:15.250Z | Downloaded bytesize v1.3.0 |
1301 | 2023-12-05T04:13:15.253Z | Downloaded bytecount v0.6.3 |
1302 | 2023-12-05T04:13:15.256Z | Downloaded cfg-if v1.0.0 |
1303 | 2023-12-05T04:13:15.256Z | Downloaded is-terminal v0.4.9 |
1304 | 2023-12-05T04:13:15.258Z | Downloaded byteorder v1.5.0 |
1305 | 2023-12-05T04:13:15.261Z | Downloaded autocfg v1.1.0 |
1306 | 2023-12-05T04:13:15.264Z | Downloaded clap_lex v0.5.1 |
1307 | 2023-12-05T04:13:15.264Z | Downloaded bb8 v0.8.1 |
1308 | 2023-12-05T04:13:15.266Z | Downloaded unicode-normalization v0.1.22 |
1309 | 2023-12-05T04:13:15.271Z | Downloaded toml_edit v0.21.0 |
1310 | 2023-12-05T04:13:15.311Z | Downloaded tokio-postgres v0.7.10 |
1311 | 2023-12-05T04:13:15.317Z | Downloaded swrite v0.1.0 |
1312 | 2023-12-05T04:13:15.323Z | Downloaded strum v0.25.0 |
1313 | 2023-12-05T04:13:15.323Z | Downloaded typed-path v0.6.0 |
1314 | 2023-12-05T04:13:15.330Z | Downloaded hyper-tls v0.5.0 |
1315 | 2023-12-05T04:13:15.333Z | Downloaded bit-set v0.5.3 |
1316 | 2023-12-05T04:13:15.336Z | Downloaded tar v0.4.40 |
1317 | 2023-12-05T04:13:15.339Z | Downloaded convert_case v0.4.0 |
1318 | 2023-12-05T04:13:15.342Z | Downloaded uuid v1.6.1 |
1319 | 2023-12-05T04:13:15.346Z | Downloaded tokio-rustls v0.24.1 |
1320 | 2023-12-05T04:13:15.350Z | Downloaded tiny-keccak v2.0.2 |
1321 | 2023-12-05T04:13:15.354Z | Downloaded thiserror-no-std v2.0.2 |
1322 | 2023-12-05T04:13:15.360Z | Downloaded test-strategy v0.3.1 |
1323 | 2023-12-05T04:13:15.366Z | Downloaded cipher v0.4.4 |
1324 | 2023-12-05T04:13:15.370Z | Downloaded block-buffer v0.10.4 |
1325 | 2023-12-05T04:13:15.374Z | Downloaded clang-sys v1.6.1 |
1326 | 2023-12-05T04:13:15.377Z | Downloaded ipnet v2.8.0 |
1327 | 2023-12-05T04:13:15.377Z | Downloaded cassowary v0.3.0 |
1328 | 2023-12-05T04:13:15.382Z | Downloaded camino-tempfile v1.1.1 |
1329 | 2023-12-05T04:13:15.385Z | Downloaded buf-list v1.0.3 |
1330 | 2023-12-05T04:13:15.389Z | Downloaded tui-tree-widget v0.13.0 |
1331 | 2023-12-05T04:13:15.389Z | Downloaded linear-map v1.2.0 |
1332 | 2023-12-05T04:13:15.392Z | Downloaded base64 v0.13.1 |
1333 | 2023-12-05T04:13:15.394Z | Downloaded bytes v1.5.0 |
1334 | 2023-12-05T04:13:15.401Z | Downloaded trust-dns-client v0.22.0 |
1335 | 2023-12-05T04:13:15.410Z | Downloaded toml_datetime v0.6.5 |
1336 | 2023-12-05T04:13:15.413Z | Downloaded tempfile v3.8.1 |
1337 | 2023-12-05T04:13:15.416Z | Downloaded bcs v0.1.6 |
1338 | 2023-12-05T04:13:15.419Z | Downloaded base64 v0.21.5 |
1339 | 2023-12-05T04:13:15.425Z | Downloaded oso-derive v0.27.0 |
1340 | 2023-12-05T04:13:15.428Z | Downloaded cfg-if v0.1.10 |
1341 | 2023-12-05T04:13:15.428Z | Downloaded cancel-safe-futures v0.1.5 |
1342 | 2023-12-05T04:13:15.432Z | Downloaded ciborium-ll v0.2.1 |
1343 | 2023-12-05T04:13:15.436Z | Downloaded base16ct v0.2.0 |
1344 | 2023-12-05T04:13:15.436Z | Downloaded packed_struct_codegen v0.10.1 |
1345 | 2023-12-05T04:13:15.441Z | Downloaded num_enum v0.5.11 |
1346 | 2023-12-05T04:13:15.446Z | Downloaded darling v0.14.4 |
1347 | 2023-12-05T04:13:15.452Z | Downloaded memoffset v0.9.0 |
1348 | 2023-12-05T04:13:15.771Z | Compiling proc-macro2 v1.0.69 |
1349 | 2023-12-05T04:13:15.772Z | Compiling unicode-ident v1.0.12 |
1350 | 2023-12-05T04:13:15.774Z | Compiling libc v0.2.150 |
1351 | 2023-12-05T04:13:15.775Z | Compiling serde v1.0.192 |
1352 | 2023-12-05T04:13:15.775Z | Compiling autocfg v1.1.0 |
1353 | 2023-12-05T04:13:15.775Z | Compiling cfg-if v1.0.0 |
1354 | 2023-12-05T04:13:15.808Z | Compiling version_check v0.9.4 |
1355 | 2023-12-05T04:13:15.979Z | Compiling syn v1.0.109 |
1356 | 2023-12-05T04:13:16.035Z | Compiling once_cell v1.18.0 |
1357 | 2023-12-05T04:13:16.565Z | Compiling parking_lot_core v0.9.8 |
1358 | 2023-12-05T04:13:16.686Z | Compiling libm v0.2.7 |
1359 | 2023-12-05T04:13:16.747Z | Compiling lock_api v0.4.10 |
1360 | 2023-12-05T04:13:17.768Z | Compiling num-traits v0.2.16 |
1361 | 2023-12-05T04:13:17.795Z | Compiling serde_json v1.0.108 |
1362 | 2023-12-05T04:13:18.038Z | Compiling futures-core v0.3.29 |
1363 | 2023-12-05T04:13:18.104Z | Compiling thiserror v1.0.49 |
1364 | 2023-12-05T04:13:18.125Z | Compiling scopeguard v1.2.0 |
1365 | 2023-12-05T04:13:18.265Z | Compiling typenum v1.16.0 |
1366 | 2023-12-05T04:13:18.335Z | Compiling memchr v2.6.3 |
1367 | 2023-12-05T04:13:18.540Z | Compiling generic-array v0.14.7 |
1368 | 2023-12-05T04:13:18.846Z | Compiling itoa v1.0.9 |
1369 | 2023-12-05T04:13:19.201Z | Compiling pkg-config v0.3.27 |
1370 | 2023-12-05T04:13:19.881Z | Compiling quote v1.0.33 |
1371 | 2023-12-05T04:13:20.370Z | Compiling cc v1.0.83 |
1372 | 2023-12-05T04:13:20.660Z | Compiling syn v2.0.32 |
1373 | 2023-12-05T04:13:20.870Z | Compiling getrandom v0.2.10 |
1374 | 2023-12-05T04:13:21.392Z | Compiling slab v0.4.9 |
1375 | 2023-12-05T04:13:21.499Z | Compiling futures-channel v0.3.29 |
1376 | 2023-12-05T04:13:21.509Z | Compiling futures-task v0.3.29 |
1377 | 2023-12-05T04:13:21.950Z | Compiling log v0.4.20 |
1378 | 2023-12-05T04:13:22.216Z | Compiling futures-util v0.3.29 |
1379 | 2023-12-05T04:13:22.628Z | Compiling heck v0.4.1 |
1380 | 2023-12-05T04:13:22.878Z | Compiling ryu v1.0.15 |
1381 | 2023-12-05T04:13:23.033Z | Compiling pin-project-lite v0.2.13 |
1382 | 2023-12-05T04:13:23.158Z | Compiling smallvec v1.11.0 |
1383 | 2023-12-05T04:13:23.270Z | Compiling vcpkg v0.2.15 |
1384 | 2023-12-05T04:13:23.296Z | Compiling schemars v0.8.13 |
1385 | 2023-12-05T04:13:24.382Z | Compiling parking_lot v0.12.1 |
1386 | 2023-12-05T04:13:24.909Z | Compiling ring v0.17.5 |
1387 | 2023-12-05T04:13:26.093Z | Compiling openssl-sys v0.9.96 |
1388 | 2023-12-05T04:13:26.515Z | Compiling signal-hook-registry v1.4.1 |
1389 | 2023-12-05T04:13:28.455Z | Compiling ring v0.16.20 |
1390 | 2023-12-05T04:13:28.594Z | Compiling mio v0.8.9 |
1391 | 2023-12-05T04:13:28.688Z | Compiling indexmap v1.9.3 |
1392 | 2023-12-05T04:13:29.097Z | Compiling hashbrown v0.14.2 |
1393 | 2023-12-05T04:13:29.135Z | Compiling byteorder v1.5.0 |
1394 | 2023-12-05T04:13:29.821Z | Compiling equivalent v1.0.1 |
1395 | 2023-12-05T04:13:29.986Z | Compiling ahash v0.8.3 |
1396 | 2023-12-05T04:13:30.311Z | Compiling httparse v1.8.0 |
1397 | 2023-12-05T04:13:30.566Z | Compiling num_cpus v1.16.0 |
1398 | 2023-12-05T04:13:30.655Z | Compiling socket2 v0.5.5 |
1399 | 2023-12-05T04:13:30.748Z | Compiling spin v0.5.2 |
1400 | 2023-12-05T04:13:31.046Z | Compiling rand_core v0.6.4 |
1401 | 2023-12-05T04:13:31.443Z | Compiling semver v1.0.20 |
1402 | 2023-12-05T04:13:31.628Z | Compiling openssl v0.10.60 |
1403 | 2023-12-05T04:13:31.967Z | Compiling fnv v1.0.7 |
1404 | 2023-12-05T04:13:32.189Z | Compiling iana-time-zone v0.1.57 |
1405 | 2023-12-05T04:13:32.261Z | Compiling rustls v0.21.9 |
1406 | 2023-12-05T04:13:32.308Z | Compiling serde_derive_internals v0.26.0 |
1407 | 2023-12-05T04:13:32.722Z | Compiling crossbeam-utils v0.8.16 |
1408 | 2023-12-05T04:13:33.399Z | Compiling unicode-xid v0.2.4 |
1409 | 2023-12-05T04:13:33.419Z | Compiling ucd-trie v0.1.6 |
1410 | 2023-12-05T04:13:33.654Z | Compiling native-tls v0.2.11 |
1411 | 2023-12-05T04:13:33.698Z | Compiling synstructure v0.12.6 |
1412 | 2023-12-05T04:13:34.491Z | Compiling futures-sink v0.3.29 |
1413 | 2023-12-05T04:13:34.515Z | Compiling io-lifetimes v1.0.11 |
1414 | 2023-12-05T04:13:35.306Z | Compiling backtrace v0.3.69 |
1415 | 2023-12-05T04:13:35.694Z | Compiling tinyvec_macros v0.1.1 |
1416 | 2023-12-05T04:13:35.763Z | Compiling winnow v0.5.15 |
1417 | 2023-12-05T04:13:35.814Z | Compiling dyn-clone v1.0.13 |
1418 | 2023-12-05T04:13:36.047Z | Compiling rustix v0.38.25 |
1419 | 2023-12-05T04:13:36.092Z | Compiling tinyvec v1.6.0 |
1420 | 2023-12-05T04:13:37.449Z | Compiling tracing-core v0.1.31 |
1421 | 2023-12-05T04:13:37.624Z | Compiling memoffset v0.9.0 |
1422 | 2023-12-05T04:13:37.733Z | Compiling num-integer v0.1.45 |
1423 | 2023-12-05T04:13:37.833Z | Compiling futures-io v0.3.29 |
1424 | 2023-12-05T04:13:38.112Z | Compiling pin-utils v0.1.0 |
1425 | 2023-12-05T04:13:38.256Z | Compiling rustix v0.37.23 |
1426 | 2023-12-05T04:13:38.327Z | Compiling hashbrown v0.13.2 |
1427 | 2023-12-05T04:13:38.725Z | Compiling unicode-normalization v0.1.22 |
1428 | 2023-12-05T04:13:38.748Z | Compiling spin v0.9.8 |
1429 | 2023-12-05T04:13:39.297Z | Compiling usdt-impl v0.3.5 |
1430 | 2023-12-05T04:13:39.764Z | Compiling anyhow v1.0.75 |
1431 | 2023-12-05T04:13:40.156Z | Compiling unicode-bidi v0.3.13 |
1432 | 2023-12-05T04:13:40.473Z | Compiling crc32fast v1.3.2 |
1433 | 2023-12-05T04:13:40.578Z | Compiling slog v2.7.0 |
1434 | 2023-12-05T04:13:41.106Z | Compiling bitflags v1.3.2 |
1435 | 2023-12-05T04:13:41.241Z | Compiling time-core v0.1.1 |
1436 | 2023-12-05T04:13:41.485Z | Compiling time-macros v0.2.13 |
1437 | 2023-12-05T04:13:41.758Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1438 | 2023-12-05T04:13:41.770Z | Compiling aho-corasick v1.0.4 |
1439 | 2023-12-05T04:13:42.006Z | Compiling serde_derive v1.0.192 |
1440 | 2023-12-05T04:13:42.132Z | Compiling thiserror-impl v1.0.49 |
1441 | 2023-12-05T04:13:42.161Z | Compiling tokio-macros v2.2.0 |
1442 | 2023-12-05T04:13:42.360Z | Compiling zeroize_derive v1.4.2 |
1443 | 2023-12-05T04:13:43.819Z | Compiling futures-macro v0.3.29 |
1444 | 2023-12-05T04:13:43.854Z | Compiling tracing-attributes v0.1.26 |
1445 | 2023-12-05T04:13:44.588Z | Compiling schemars_derive v0.8.13 |
1446 | 2023-12-05T04:13:44.612Z | Compiling zeroize v1.7.0 |
1447 | 2023-12-05T04:13:46.197Z | Compiling openssl-macros v0.1.1 |
1448 | 2023-12-05T04:13:46.828Z | Compiling pest v2.7.2 |
1449 | 2023-12-05T04:13:47.206Z | Compiling zerocopy-derive v0.2.0 |
1450 | 2023-12-05T04:13:47.483Z | Compiling crypto-common v0.1.6 |
1451 | 2023-12-05T04:13:49.109Z | Compiling tracing v0.1.37 |
1452 | 2023-12-05T04:13:49.821Z | Compiling block-buffer v0.10.4 |
1453 | 2023-12-05T04:13:49.963Z | Compiling crossbeam-epoch v0.9.15 |
1454 | 2023-12-05T04:13:49.993Z | Compiling regex-syntax v0.8.2 |
1455 | 2023-12-05T04:13:50.176Z | Compiling ppv-lite86 v0.2.17 |
1456 | 2023-12-05T04:13:50.407Z | Compiling signal-hook v0.3.17 |
1457 | 2023-12-05T04:13:50.549Z | Compiling rustversion v1.0.14 |
1458 | 2023-12-05T04:13:50.805Z | Compiling pest_meta v2.7.2 |
1459 | 2023-12-05T04:13:51.361Z | Compiling subtle v2.5.0 |
1460 | 2023-12-05T04:13:51.393Z | Compiling const-oid v0.9.5 |
1461 | 2023-12-05T04:13:51.415Z | Compiling async-trait v0.1.74 |
1462 | 2023-12-05T04:13:52.088Z | Compiling rand_chacha v0.3.1 |
1463 | 2023-12-05T04:13:52.132Z | Compiling zerocopy v0.3.0 |
1464 | 2023-12-05T04:13:53.437Z | Compiling pest_generator v2.7.2 |
1465 | 2023-12-05T04:13:55.752Z | Compiling digest v0.10.7 |
1466 | 2023-12-05T04:13:56.335Z | Compiling regex-automata v0.4.3 |
1467 | 2023-12-05T04:13:56.374Z | Compiling zerocopy-derive v0.6.4 |
1468 | 2023-12-05T04:13:57.464Z | Compiling pest_derive v2.7.2 |
1469 | 2023-12-05T04:13:58.602Z | Compiling errno v0.3.2 |
1470 | 2023-12-05T04:13:58.974Z | Compiling base64 v0.21.5 |
1471 | 2023-12-05T04:13:59.448Z | Compiling strsim v0.10.0 |
1472 | 2023-12-05T04:14:00.181Z | Compiling dtrace-parser v0.1.14 |
1473 | 2023-12-05T04:14:00.292Z | Compiling dof v0.1.5 |
1474 | 2023-12-05T04:14:00.402Z | Compiling rand v0.8.5 |
1475 | 2023-12-05T04:14:02.906Z | Compiling regex v1.10.2 |
1476 | 2023-12-05T04:14:04.342Z | Compiling bytes v1.5.0 |
1477 | 2023-12-05T04:14:04.592Z | Compiling indexmap v2.1.0 |
1478 | 2023-12-05T04:14:05.620Z | Compiling uuid v1.6.1 |
1479 | 2023-12-05T04:14:06.209Z | Compiling chrono v0.4.31 |
1480 | 2023-12-05T04:14:06.549Z | Compiling tokio v1.34.0 |
1481 | 2023-12-05T04:14:06.646Z | Compiling bitflags v2.4.0 |
1482 | 2023-12-05T04:14:09.029Z | Compiling serde_spanned v0.6.4 |
1483 | 2023-12-05T04:14:09.366Z | Compiling toml_datetime v0.6.5 |
1484 | 2023-12-05T04:14:10.315Z | Compiling toml_edit v0.19.15 |
1485 | 2023-12-05T04:14:10.921Z | Compiling rustc_version v0.4.0 |
1486 | 2023-12-05T04:14:11.899Z | Compiling http v0.2.11 |
1487 | 2023-12-05T04:14:12.022Z | Compiling heapless v0.7.16 |
1488 | 2023-12-05T04:14:21.502Z | Compiling tokio-util v0.7.10 |
1489 | 2023-12-05T04:14:21.858Z | Compiling thread-id v4.2.0 |
1490 | 2023-12-05T04:14:22.104Z | Compiling num-bigint v0.4.4 |
1491 | 2023-12-05T04:14:22.452Z | Compiling untrusted v0.9.0 |
1492 | 2023-12-05T04:14:22.747Z | Compiling openssl-probe v0.1.5 |
1493 | 2023-12-05T04:14:22.879Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1494 | 2023-12-05T04:14:23.209Z | Compiling percent-encoding v2.3.1 |
1495 | 2023-12-05T04:14:23.877Z | Compiling untrusted v0.7.1 |
1496 | 2023-12-05T04:14:23.880Z | Compiling doc-comment v0.3.3 |
1497 | 2023-12-05T04:14:24.162Z | Compiling hashbrown v0.12.3 |
1498 | 2023-12-05T04:14:24.619Z | Compiling foreign-types-shared v0.1.1 |
1499 | 2023-12-05T04:14:24.927Z | Compiling smoltcp v0.9.1 |
1500 | 2023-12-05T04:14:25.656Z | Compiling foreign-types v0.3.2 |
1501 | 2023-12-05T04:14:30.712Z | Compiling strum_macros v0.25.2 |
1502 | 2023-12-05T04:14:31.332Z | Compiling serde_tokenstream v0.1.7 |
1503 | 2023-12-05T04:14:33.145Z | Compiling lazy_static v1.4.0 |
1504 | 2023-12-05T04:14:33.178Z | Compiling socket2 v0.4.9 |
1505 | 2023-12-05T04:14:33.343Z | Compiling siphasher v0.3.11 |
1506 | 2023-12-05T04:14:33.942Z | Compiling unicode-segmentation v1.10.1 |
1507 | 2023-12-05T04:14:34.131Z | Compiling adler v1.0.2 |
1508 | 2023-12-05T04:14:34.836Z | Compiling try-lock v0.2.4 |
1509 | 2023-12-05T04:14:35.286Z | Compiling unicode-width v0.1.11 |
1510 | 2023-12-05T04:14:35.803Z | Compiling miniz_oxide v0.7.1 |
1511 | 2023-12-05T04:14:35.857Z | Compiling want v0.3.1 |
1512 | 2023-12-05T04:14:38.021Z | Compiling rustls-webpki v0.101.7 |
1513 | 2023-12-05T04:14:38.464Z | Compiling sct v0.7.0 |
1514 | 2023-12-05T04:14:38.873Z | Compiling h2 v0.3.21 |
1515 | 2023-12-05T04:14:40.774Z | Compiling form_urlencoded v1.2.1 |
1516 | 2023-12-05T04:14:41.210Z | Compiling http-body v0.4.5 |
1517 | 2023-12-05T04:14:41.897Z | Compiling hubpack_derive v0.1.1 |
1518 | 2023-12-05T04:14:43.228Z | Compiling pin-project-internal v1.1.3 |
1519 | 2023-12-05T04:14:43.545Z | Compiling num-iter v0.1.43 |
1520 | 2023-12-05T04:14:43.967Z | Compiling httpdate v1.0.3 |
1521 | 2023-12-05T04:14:44.571Z | Compiling cpufeatures v0.2.9 |
1522 | 2023-12-05T04:14:44.872Z | Compiling anstyle v1.0.2 |
1523 | 2023-12-05T04:14:45.780Z | Compiling utf8parse v0.2.1 |
1524 | 2023-12-05T04:14:46.240Z | Compiling tower-service v0.3.2 |
1525 | 2023-12-05T04:14:46.855Z | Compiling anstyle-parse v0.2.1 |
1526 | 2023-12-05T04:14:47.655Z | Compiling sha2 v0.10.8 |
1527 | 2023-12-05T04:14:50.044Z | Compiling hyper v0.14.27 |
1528 | 2023-12-05T04:14:51.533Z | Compiling usdt-attr-macro v0.3.5 |
1529 | 2023-12-05T04:14:51.552Z | Compiling usdt-macro v0.3.5 |
1530 | 2023-12-05T04:14:53.676Z | Compiling openapiv3 v2.0.0-rc.1 |
1531 | 2023-12-05T04:14:54.105Z | Compiling serde_tokenstream v0.2.0 |
1532 | 2023-12-05T04:14:54.887Z | Compiling rustls-pemfile v1.0.3 |
1533 | 2023-12-05T04:14:55.190Z | Compiling hmac v0.12.1 |
1534 | 2023-12-05T04:14:55.383Z | Compiling md-5 v0.10.5 |
1535 | 2023-12-05T04:14:55.739Z | Compiling stringprep v0.1.3 |
1536 | 2023-12-05T04:14:55.808Z | Compiling idna v0.5.0 |
1537 | 2023-12-05T04:14:56.823Z | Compiling diesel_table_macro_syntax v0.1.0 |
1538 | 2023-12-05T04:14:57.079Z | Compiling hash32 v0.2.1 |
1539 | 2023-12-05T04:14:57.354Z | Compiling fallible-iterator v0.2.0 |
1540 | 2023-12-05T04:14:57.635Z | Compiling stable_deref_trait v1.2.0 |
1541 | 2023-12-05T04:14:57.770Z | Compiling colorchoice v1.0.0 |
1542 | 2023-12-05T04:14:57.839Z | Compiling anstyle-query v1.0.0 |
1543 | 2023-12-05T04:14:58.063Z | Compiling gimli v0.28.0 |
1544 | 2023-12-05T04:14:58.731Z | Compiling either v1.9.0 |
1545 | 2023-12-05T04:14:59.225Z | Compiling postgres-protocol v0.6.6 |
1546 | 2023-12-05T04:14:59.263Z | Compiling anstream v0.5.0 |
1547 | 2023-12-05T04:15:01.139Z | Compiling diesel_derives v2.1.2 |
1548 | 2023-12-05T04:15:01.612Z | Compiling url v2.5.0 |
1549 | 2023-12-05T04:15:05.061Z | Compiling addr2line v0.21.0 |
1550 | 2023-12-05T04:15:06.071Z | Compiling tokio-rustls v0.24.1 |
1551 | 2023-12-05T04:15:06.680Z | Compiling rustls-native-certs v0.6.3 |
1552 | 2023-12-05T04:15:07.402Z | Compiling terminal_size v0.2.6 |
1553 | 2023-12-05T04:15:09.675Z | Compiling tokio-native-tls v0.3.1 |
1554 | 2023-12-05T04:15:10.065Z | Compiling phf_shared v0.11.2 |
1555 | 2023-12-05T04:15:11.124Z | Compiling block-padding v0.3.3 |
1556 | 2023-12-05T04:15:11.334Z | Compiling snafu-derive v0.7.5 |
1557 | 2023-12-05T04:15:11.447Z | Compiling enum-as-inner v0.5.1 |
1558 | 2023-12-05T04:15:11.484Z | Compiling serde_repr v0.1.16 |
1559 | 2023-12-05T04:15:12.982Z | Compiling clap_derive v4.4.2 |
1560 | 2023-12-05T04:15:13.232Z | Compiling regress v0.7.1 |
1561 | 2023-12-05T04:15:19.431Z | Compiling scheduled-thread-pool v0.2.7 |
1562 | 2023-12-05T04:15:20.320Z | Compiling object v0.32.1 |
1563 | 2023-12-05T04:15:21.084Z | Compiling rustc-demangle v0.1.23 |
1564 | 2023-12-05T04:15:24.357Z | Compiling managed v0.8.0 |
1565 | 2023-12-05T04:15:25.110Z | Compiling clap_lex v0.5.1 |
1566 | 2023-12-05T04:15:25.458Z | Compiling deranged v0.3.8 |
1567 | 2023-12-05T04:15:25.789Z | Compiling ipnet v2.8.0 |
1568 | 2023-12-05T04:15:27.547Z | Compiling bit-vec v0.6.3 |
1569 | 2023-12-05T04:15:27.875Z | Compiling num_threads v0.1.6 |
1570 | 2023-12-05T04:15:28.482Z | Compiling regex-automata v0.1.10 |
1571 | 2023-12-05T04:15:28.850Z | Compiling matches v0.1.10 |
1572 | 2023-12-05T04:15:28.991Z | Compiling idna v0.2.3 |
1573 | 2023-12-05T04:15:29.233Z | Compiling bstr v0.2.17 |
1574 | 2023-12-05T04:15:29.585Z | Compiling time v0.3.27 |
1575 | 2023-12-05T04:15:31.882Z | Compiling clap_builder v4.4.2 |
1576 | 2023-12-05T04:15:35.132Z | Compiling r2d2 v0.8.10 |
1577 | 2023-12-05T04:15:35.867Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1578 | 2023-12-05T04:15:37.272Z | Compiling inout v0.1.3 |
1579 | 2023-12-05T04:15:37.932Z | Compiling phf v0.11.2 |
1580 | 2023-12-05T04:15:38.183Z | Compiling hyper-tls v0.5.0 |
1581 | 2023-12-05T04:15:38.373Z | Compiling hyper-rustls v0.24.2 |
1582 | 2023-12-05T04:15:38.376Z | Compiling signal-hook-mio v0.2.3 |
1583 | 2023-12-05T04:15:38.607Z | Compiling flate2 v1.0.28 |
1584 | 2023-12-05T04:15:38.664Z | Compiling bzip2 v0.4.4 |
1585 | 2023-12-05T04:15:39.121Z | Compiling postgres-types v0.2.6 |
1586 | 2023-12-05T04:15:39.190Z | Compiling itertools v0.11.0 |
1587 | 2023-12-05T04:15:40.043Z | Compiling pin-project v1.1.3 |
1588 | 2023-12-05T04:15:40.407Z | Compiling hubpack v0.1.2 |
1589 | 2023-12-05T04:15:41.087Z | Compiling serde_urlencoded v0.7.1 |
1590 | 2023-12-05T04:15:41.306Z | Compiling phf_shared v0.10.0 |
1591 | 2023-12-05T04:15:41.858Z | Compiling ipnetwork v0.20.0 |
1592 | 2023-12-05T04:15:43.383Z | Compiling zerocopy v0.6.4 |
1593 | 2023-12-05T04:15:43.518Z | Compiling futures-executor v0.3.29 |
1594 | 2023-12-05T04:15:44.544Z | Compiling float-cmp v0.9.0 |
1595 | 2023-12-05T04:15:44.699Z | Compiling proc-macro-error-attr v1.0.4 |
1596 | 2023-12-05T04:15:44.702Z | Compiling encoding_rs v0.8.33 |
1597 | 2023-12-05T04:15:48.929Z | Compiling precomputed-hash v0.1.1 |
1598 | 2023-12-05T04:15:49.090Z | Compiling difflib v0.4.0 |
1599 | 2023-12-05T04:15:50.884Z | Compiling mime v0.3.17 |
1600 | 2023-12-05T04:15:51.286Z | Compiling static_assertions v1.1.0 |
1601 | 2023-12-05T04:15:51.423Z | Compiling data-encoding v2.4.0 |
1602 | 2023-12-05T04:15:51.698Z | Compiling normalize-line-endings v0.3.0 |
1603 | 2023-12-05T04:15:51.891Z | Compiling whoami v1.4.1 |
1604 | 2023-12-05T04:15:52.667Z | Compiling fixedbitset v0.4.2 |
1605 | 2023-12-05T04:15:53.519Z | Compiling regex-automata v0.3.8 |
1606 | 2023-12-05T04:15:53.866Z | Compiling new_debug_unreachable v1.0.4 |
1607 | 2023-12-05T04:15:54.212Z | Compiling webpki-roots v0.25.2 |
1608 | 2023-12-05T04:15:54.291Z | Compiling predicates-core v1.0.6 |
1609 | 2023-12-05T04:15:54.365Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1610 | 2023-12-05T04:15:54.440Z | Compiling reqwest v0.11.22 |
1611 | 2023-12-05T04:15:54.750Z | Compiling predicates v3.0.4 |
1612 | 2023-12-05T04:15:57.173Z | Compiling bstr v1.6.0 |
1613 | 2023-12-05T04:15:57.197Z | Compiling string_cache v0.8.7 |
1614 | 2023-12-05T04:15:57.843Z | Compiling petgraph v0.6.4 |
1615 | 2023-12-05T04:16:01.380Z | Compiling trust-dns-proto v0.22.0 |
1616 | 2023-12-05T04:16:04.600Z | Compiling tokio-postgres v0.7.10 |
1617 | 2023-12-05T04:16:05.656Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1618 | 2023-12-05T04:16:14.980Z | Compiling futures v0.3.29 |
1619 | 2023-12-05T04:16:15.140Z | Compiling diesel v2.1.4 |
1620 | 2023-12-05T04:16:15.178Z | Compiling yasna v0.5.2 |
1621 | 2023-12-05T04:16:15.704Z | Compiling snafu v0.7.5 |
1622 | 2023-12-05T04:16:15.779Z | Compiling zip v0.6.6 |
1623 | 2023-12-05T04:16:16.892Z | Compiling crossterm v0.27.0 |
1624 | 2023-12-05T04:16:17.794Z | Compiling cipher v0.4.4 |
1625 | 2023-12-05T04:16:17.919Z | Compiling clap v4.4.3 |
1626 | 2023-12-05T04:16:18.512Z | Compiling similar v2.2.1 |
1627 | 2023-12-05T04:16:18.958Z | Compiling bit-set v0.5.3 |
1628 | 2023-12-05T04:16:20.600Z | Compiling itertools v0.10.5 |
1629 | 2023-12-05T04:16:20.677Z | Compiling usdt v0.3.5 |
1630 | 2023-12-05T04:16:21.761Z | Compiling console v0.15.7 |
1631 | 2023-12-05T04:16:22.042Z | Compiling tokio-stream v0.1.14 |
1632 | 2023-12-05T04:16:22.474Z | Compiling proc-macro-crate v1.3.1 |
1633 | 2023-12-05T04:16:23.559Z | Compiling toml v0.7.8 |
1634 | 2023-12-05T04:16:23.592Z | Compiling toml_edit v0.21.0 |
1635 | 2023-12-05T04:16:23.846Z | Compiling hex v0.4.3 |
1636 | 2023-12-05T04:16:23.869Z | Compiling signature v2.1.0 |
1637 | 2023-12-05T04:16:24.718Z | Compiling proc-macro-error v1.0.4 |
1638 | 2023-12-05T04:16:25.118Z | Compiling lalrpop-util v0.19.12 |
1639 | 2023-12-05T04:16:27.904Z | Compiling num_enum_derive v0.5.11 |
1640 | 2023-12-05T04:16:31.966Z | Compiling atty v0.2.14 |
1641 | 2023-12-05T04:16:32.090Z | Compiling ident_case v1.0.1 |
1642 | 2023-12-05T04:16:32.594Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1643 | 2023-12-05T04:16:34.020Z | Compiling darling_core v0.20.3 |
1644 | 2023-12-05T04:16:37.886Z | Compiling num_enum v0.5.11 |
1645 | 2023-12-05T04:16:58.088Z | Compiling dirs-sys-next v0.1.2 |
1646 | 2023-12-05T04:17:01.568Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1647 | 2023-12-05T04:17:02.000Z | Compiling camino v1.1.6 |
1648 | 2023-12-05T04:17:02.117Z | Compiling postcard-cobs v0.1.5-pre |
1649 | 2023-12-05T04:17:04.986Z | Compiling postcard v0.7.3 |
1650 | 2023-12-05T04:17:09.190Z | Compiling dirs-next v2.0.0 |
1651 | 2023-12-05T04:17:10.876Z | Compiling darling_macro v0.20.3 |
1652 | 2023-12-05T04:17:14.757Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1653 | 2023-12-05T04:17:23.590Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1654 | 2023-12-05T04:17:23.603Z | Compiling smoltcp v0.8.2 |
1655 | 2023-12-05T04:17:23.996Z | Compiling getopts v0.2.21 |
1656 | 2023-12-05T04:17:29.613Z | Compiling foreign-types-macros v0.2.3 |
1657 | 2023-12-05T04:17:31.451Z | Compiling structmeta-derive v0.2.0 |
1658 | 2023-12-05T04:17:37.966Z | Compiling thread_local v1.1.7 |
1659 | 2023-12-05T04:17:39.258Z | Compiling multer v2.1.0 |
1660 | 2023-12-05T04:17:39.677Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1661 | 2023-12-05T04:17:43.410Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1662 | 2023-12-05T04:17:43.824Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1663 | 2023-12-05T04:17:45.037Z | Compiling unsafe-libyaml v0.2.9 |
1664 | 2023-12-05T04:17:45.417Z | Compiling cfg-if v0.1.10 |
1665 | 2023-12-05T04:17:45.555Z | Compiling paste v1.0.14 |
1666 | 2023-12-05T04:17:46.256Z | Compiling slog-async v2.8.0 |
1667 | 2023-12-05T04:17:46.914Z | Compiling foreign-types-shared v0.3.1 |
1668 | 2023-12-05T04:17:47.084Z | Compiling match_cfg v0.1.0 |
1669 | 2023-12-05T04:17:47.218Z | Compiling hostname v0.3.1 |
1670 | 2023-12-05T04:17:47.580Z | Compiling serde_yaml v0.9.25 |
1671 | 2023-12-05T04:17:47.937Z | Compiling foreign-types v0.5.0 |
1672 | 2023-12-05T04:17:48.282Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1673 | 2023-12-05T04:17:56.471Z | Compiling structmeta v0.2.0 |
1674 | 2023-12-05T04:17:59.440Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1675 | 2023-12-05T04:18:05.393Z | Compiling darling v0.20.3 |
1676 | 2023-12-05T04:18:05.800Z | Compiling term v0.7.0 |
1677 | 2023-12-05T04:18:11.804Z | Compiling slog-json v2.6.1 |
1678 | 2023-12-05T04:18:12.710Z | Compiling is-terminal v0.4.9 |
1679 | 2023-12-05T04:18:12.892Z | Compiling crossbeam-channel v0.5.8 |
1680 | 2023-12-05T04:18:15.890Z | Compiling strum v0.25.0 |
1681 | 2023-12-05T04:18:16.145Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1682 | 2023-12-05T04:18:16.465Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1683 | 2023-12-05T04:18:17.305Z | Compiling async-stream-impl v0.3.5 |
1684 | 2023-12-05T04:18:17.421Z | Compiling cstr-argument v0.1.2 |
1685 | 2023-12-05T04:18:17.759Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1686 | 2023-12-05T04:18:17.941Z | Compiling pretty-hex v0.2.1 |
1687 | 2023-12-05T04:18:18.025Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1688 | 2023-12-05T04:18:18.201Z | Compiling atomic-waker v1.1.1 |
1689 | 2023-12-05T04:18:18.474Z | Compiling crucible-workspace-hack v0.1.0 |
1690 | 2023-12-05T04:18:18.929Z | Compiling regex-syntax v0.7.5 |
1691 | 2023-12-05T04:18:19.657Z | Compiling fastrand v2.0.0 |
1692 | 2023-12-05T04:18:20.081Z | Compiling take_mut v0.2.2 |
1693 | 2023-12-05T04:18:27.377Z | Compiling tempfile v3.8.1 |
1694 | 2023-12-05T04:18:28.998Z | Compiling parse-display-derive v0.8.2 |
1695 | 2023-12-05T04:18:29.439Z | Compiling async-stream v0.3.5 |
1696 | 2023-12-05T04:18:32.126Z | Compiling waitgroup v0.1.2 |
1697 | 2023-12-05T04:18:32.575Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1698 | 2023-12-05T04:18:35.461Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1699 | 2023-12-05T04:18:39.154Z | Compiling colored v2.0.4 |
1700 | 2023-12-05T04:18:39.887Z | Compiling slog-bunyan v2.4.0 |
1701 | 2023-12-05T04:18:40.752Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1702 | 2023-12-05T04:18:41.363Z | Compiling slog-term v2.9.0 |
1703 | 2023-12-05T04:18:45.391Z | Compiling serde_with_macros v2.3.3 |
1704 | 2023-12-05T04:18:53.895Z | Compiling toml v0.8.8 |
1705 | 2023-12-05T04:18:54.929Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1706 | 2023-12-05T04:18:55.008Z | Compiling sha1 v0.10.6 |
1707 | 2023-12-05T04:18:56.559Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1708 | 2023-12-05T04:18:57.244Z | Compiling textwrap v0.11.0 |
1709 | 2023-12-05T04:18:58.662Z | Compiling heck v0.3.3 |
1710 | 2023-12-05T04:18:59.212Z | Compiling serde_path_to_error v0.1.14 |
1711 | 2023-12-05T04:18:59.714Z | Compiling instant v0.1.12 |
1712 | 2023-12-05T04:19:00.560Z | Compiling debug-ignore v1.0.5 |
1713 | 2023-12-05T04:19:00.775Z | Compiling ansi_term v0.12.1 |
1714 | 2023-12-05T04:19:00.800Z | Compiling libefi-sys v0.1.0 |
1715 | 2023-12-05T04:19:00.995Z | Compiling strsim v0.8.0 |
1716 | 2023-12-05T04:19:01.225Z | Compiling rayon-core v1.12.0 |
1717 | 2023-12-05T04:19:01.638Z | Compiling vec_map v0.8.2 |
1718 | 2023-12-05T04:19:02.131Z | Compiling clap v2.34.0 |
1719 | 2023-12-05T04:19:02.711Z | Compiling backoff v0.4.0 |
1720 | 2023-12-05T04:19:03.256Z | Compiling structopt-derive v0.4.18 |
1721 | 2023-12-05T04:19:03.312Z | Compiling serde_with v2.3.3 |
1722 | 2023-12-05T04:19:04.067Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1723 | 2023-12-05T04:19:06.142Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1724 | 2023-12-05T04:19:06.458Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1725 | 2023-12-05T04:19:07.597Z | Compiling parse-display v0.8.2 |
1726 | 2023-12-05T04:19:08.089Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1727 | 2023-12-05T04:19:08.845Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1728 | 2023-12-05T04:19:09.089Z | Compiling zone_cfg_derive v0.3.0 |
1729 | 2023-12-05T04:19:10.788Z | Compiling crossbeam-deque v0.8.3 |
1730 | 2023-12-05T04:19:10.812Z | Compiling macaddr v1.0.1 |
1731 | 2023-12-05T04:19:11.218Z | Compiling num-derive v0.4.0 |
1732 | 2023-12-05T04:19:11.401Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1733 | 2023-12-05T04:19:11.924Z | Compiling portable-atomic v1.4.3 |
1734 | 2023-12-05T04:19:13.385Z | Compiling zone v0.3.0 |
1735 | 2023-12-05T04:19:14.769Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1736 | 2023-12-05T04:19:17.636Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1737 | 2023-12-05T04:19:18.115Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1738 | 2023-12-05T04:19:18.950Z | Compiling structopt v0.3.26 |
1739 | 2023-12-05T04:19:19.238Z | Compiling camino-tempfile v1.1.1 |
1740 | 2023-12-05T04:19:20.463Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1741 | 2023-12-05T04:19:20.632Z | Compiling smf v0.2.2 |
1742 | 2023-12-05T04:19:21.402Z | Compiling filetime v0.2.22 |
1743 | 2023-12-05T04:19:21.886Z | Compiling xattr v1.0.1 |
1744 | 2023-12-05T04:19:22.144Z | Compiling same-file v1.0.6 |
1745 | 2023-12-05T04:19:22.295Z | Compiling tar v0.4.40 |
1746 | 2023-12-05T04:19:22.591Z | Compiling walkdir v2.4.0 |
1747 | 2023-12-05T04:19:24.272Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1748 | 2023-12-05T04:19:24.930Z | Compiling rayon v1.8.0 |
1749 | 2023-12-05T04:19:25.393Z | Compiling number_prefix v0.4.0 |
1750 | 2023-12-05T04:19:25.772Z | Compiling omicron-zone-package v0.9.1 |
1751 | 2023-12-05T04:19:28.325Z | Compiling topological-sort v0.2.2 |
1752 | 2023-12-05T04:19:28.687Z | Compiling swrite v0.1.0 |
1753 | 2023-12-05T04:19:33.820Z | Compiling indicatif v0.17.7 |
1754 | 2023-12-05T04:19:49.527Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1755 | 2023-12-05T04:19:59.982Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1756 | 2023-12-05T04:20:03.304Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1757 | 2023-12-05T04:20:06.536Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1758 | 2023-12-05T04:20:31.318Z | Finished release [optimized] target(s) in 7m 39s |
1759 | 2023-12-05T04:20:31.563Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1760 | 2023-12-05T04:20:31.642Z | Created new build target 'test' and set it as active |
1761 | 2023-12-05T04:20:31.645Z | |
1762 | 2023-12-05T04:20:31.645Z | real 7:39.746623769 |
1763 | 2023-12-05T04:20:31.645Z | user 49:34.425444224 |
1764 | 2023-12-05T04:20:31.645Z | sys 4:21.527347782 |
1765 | 2023-12-05T04:20:31.645Z | trap 1.912558400 |
1766 | 2023-12-05T04:20:31.645Z | tflt 3.040732081 |
1767 | 2023-12-05T04:20:31.645Z | dflt 4.360910998 |
1768 | 2023-12-05T04:20:31.645Z | kflt 0.021411008 |
1769 | 2023-12-05T04:20:31.645Z | lock 1:47:07.900054046 |
1770 | 2023-12-05T04:20:31.645Z | slp 2:18:47.509108390 |
1771 | 2023-12-05T04:20:31.645Z | lat 2:23.677532695 |
1772 | 2023-12-05T04:20:31.645Z | stop 3:38.821915094 |
1773 | 2023-12-05T04:20:31.645Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1774 | 2023-12-05T04:20:32.727Z | Finished release [optimized] target(s) in 1.00s |
1775 | 2023-12-05T04:20:32.758Z | Running `target/release/omicron-package -t test package` |
1776 | 2023-12-05T04:20:32.796Z | Dec 05 04:20:32.831 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1777 | 2023-12-05T04:20:33.869Z | Compiling base64ct v1.6.0 |
1778 | 2023-12-05T04:20:33.891Z | Compiling linked-hash-map v0.5.6 |
1779 | 2023-12-05T04:20:33.894Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1780 | 2023-12-05T04:20:33.894Z | Compiling blake2 v0.10.6 |
1781 | 2023-12-05T04:20:33.894Z | Compiling same-file v1.0.6 |
1782 | 2023-12-05T04:20:33.894Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1783 | 2023-12-05T04:20:33.901Z | Compiling semver-parser v0.10.2 |
1784 | 2023-12-05T04:20:33.915Z | Compiling fastrand v2.0.0 |
1785 | 2023-12-05T04:20:34.211Z | Compiling walkdir v2.4.0 |
1786 | 2023-12-05T04:20:34.473Z | Compiling lru-cache v0.1.2 |
1787 | 2023-12-05T04:20:34.646Z | Compiling password-hash v0.5.0 |
1788 | 2023-12-05T04:20:34.770Z | Compiling quick-error v1.2.3 |
1789 | 2023-12-05T04:20:34.957Z | Compiling resolv-conf v0.7.0 |
1790 | 2023-12-05T04:20:35.062Z | Compiling semver v0.11.0 |
1791 | 2023-12-05T04:20:35.225Z | Compiling tempfile v3.8.1 |
1792 | 2023-12-05T04:20:36.055Z | Compiling argon2 v0.5.2 |
1793 | 2023-12-05T04:20:36.115Z | Compiling xattr v1.0.1 |
1794 | 2023-12-05T04:20:36.414Z | Compiling filetime v0.2.22 |
1795 | 2023-12-05T04:20:36.462Z | Compiling slog-dtrace v0.2.3 |
1796 | 2023-12-05T04:20:36.846Z | Compiling home v0.5.5 |
1797 | 2023-12-05T04:20:36.853Z | Compiling tar v0.4.40 |
1798 | 2023-12-05T04:20:36.953Z | Compiling trust-dns-resolver v0.22.0 |
1799 | 2023-12-05T04:20:37.160Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1800 | 2023-12-05T04:20:38.050Z | Compiling toolchain_find v0.2.0 |
1801 | 2023-12-05T04:20:38.146Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1802 | 2023-12-05T04:20:38.711Z | Compiling toml v0.5.11 |
1803 | 2023-12-05T04:20:38.793Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1804 | 2023-12-05T04:20:38.847Z | Compiling omicron-zone-package v0.9.1 |
1805 | 2023-12-05T04:20:39.851Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1806 | 2023-12-05T04:20:40.231Z | Compiling toml v0.8.8 |
1807 | 2023-12-05T04:20:40.609Z | Compiling num-rational v0.4.1 |
1808 | 2023-12-05T04:20:41.015Z | Compiling cancel-safe-futures v0.1.5 |
1809 | 2023-12-05T04:20:41.502Z | Compiling rustfmt-wrapper v0.2.0 |
1810 | 2023-12-05T04:20:41.952Z | Compiling convert_case v0.4.0 |
1811 | 2023-12-05T04:20:43.142Z | Compiling derive_more v0.99.17 |
1812 | 2023-12-05T04:20:43.824Z | Compiling num-complex v0.4.4 |
1813 | 2023-12-05T04:20:44.071Z | Compiling pem-rfc7468 v0.7.0 |
1814 | 2023-12-05T04:20:44.614Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1815 | 2023-12-05T04:20:45.422Z | Compiling hkdf v0.12.3 |
1816 | 2023-12-05T04:20:45.798Z | Compiling num v0.4.1 |
1817 | 2023-12-05T04:20:45.925Z | Compiling fxhash v0.2.1 |
1818 | 2023-12-05T04:20:45.937Z | Compiling der_derive v0.7.2 |
1819 | 2023-12-05T04:20:46.176Z | Compiling unicase v2.7.0 |
1820 | 2023-12-05T04:20:46.240Z | Compiling flagset v0.4.3 |
1821 | 2023-12-05T04:20:46.561Z | Compiling semver v0.1.20 |
1822 | 2023-12-05T04:20:46.632Z | Compiling utf-8 v0.7.6 |
1823 | 2023-12-05T04:20:46.635Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1824 | 2023-12-05T04:20:46.890Z | Compiling tungstenite v0.20.1 |
1825 | 2023-12-05T04:20:47.193Z | Compiling rustc_version v0.1.7 |
1826 | 2023-12-05T04:20:47.475Z | Compiling keccak v0.1.4 |
1827 | 2023-12-05T04:20:47.820Z | Compiling arc-swap v1.6.0 |
1828 | 2023-12-05T04:20:49.028Z | Compiling ciborium-io v0.2.1 |
1829 | 2023-12-05T04:20:49.100Z | Compiling radium v0.7.0 |
1830 | 2023-12-05T04:20:49.188Z | Compiling half v1.8.2 |
1831 | 2023-12-05T04:20:49.720Z | Compiling tokio-tungstenite v0.20.1 |
1832 | 2023-12-05T04:20:49.724Z | Compiling der v0.7.8 |
1833 | 2023-12-05T04:20:50.554Z | Compiling ciborium-ll v0.2.1 |
1834 | 2023-12-05T04:20:51.140Z | Compiling slog-scope v4.4.0 |
1835 | 2023-12-05T04:20:51.376Z | Compiling sha3 v0.10.8 |
1836 | 2023-12-05T04:20:52.597Z | Compiling newtype_derive v0.1.6 |
1837 | 2023-12-05T04:20:52.780Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1838 | 2023-12-05T04:20:53.019Z | Compiling secrecy v0.8.0 |
1839 | 2023-12-05T04:20:53.399Z | Compiling spki v0.7.2 |
1840 | 2023-12-05T04:20:54.190Z | Compiling tap v1.0.1 |
1841 | 2023-12-05T04:20:54.455Z | Compiling parking_lot_core v0.8.6 |
1842 | 2023-12-05T04:20:55.023Z | Compiling maybe-uninit v2.0.0 |
1843 | 2023-12-05T04:20:55.192Z | Compiling wyz v0.5.1 |
1844 | 2023-12-05T04:20:55.829Z | Compiling slog-stdlog v4.1.1 |
1845 | 2023-12-05T04:20:55.882Z | Compiling ciborium v0.2.1 |
1846 | 2023-12-05T04:20:57.373Z | Compiling nibble_vec v0.1.0 |
1847 | 2023-12-05T04:20:57.548Z | Compiling crc-catalog v2.2.0 |
1848 | 2023-12-05T04:20:57.720Z | Compiling funty v2.0.0 |
1849 | 2023-12-05T04:20:57.748Z | Compiling packed_struct v0.10.1 |
1850 | 2023-12-05T04:20:58.328Z | Compiling num-bigint-dig v0.8.4 |
1851 | 2023-12-05T04:20:58.739Z | Compiling endian-type v0.1.2 |
1852 | 2023-12-05T04:20:59.083Z | Compiling radix_trie v0.2.1 |
1853 | 2023-12-05T04:20:59.551Z | Compiling crc v3.0.1 |
1854 | 2023-12-05T04:21:00.502Z | Compiling bitvec v1.0.1 |
1855 | 2023-12-05T04:21:00.695Z | Compiling slog-envlogger v2.2.0 |
1856 | 2023-12-05T04:21:02.455Z | Compiling pkcs8 v0.10.2 |
1857 | 2023-12-05T04:21:02.993Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1858 | 2023-12-05T04:21:02.997Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1859 | 2023-12-05T04:21:04.050Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1860 | 2023-12-05T04:21:05.074Z | Compiling packed_struct_codegen v0.10.1 |
1861 | 2023-12-05T04:21:05.476Z | Compiling dirs-sys-next v0.1.2 |
1862 | 2023-12-05T04:21:06.274Z | Compiling glob v0.3.1 |
1863 | 2023-12-05T04:21:07.941Z | Compiling platforms v3.0.2 |
1864 | 2023-12-05T04:21:07.948Z | Compiling nodrop v0.1.14 |
1865 | 2023-12-05T04:21:08.038Z | Compiling crunchy v0.2.2 |
1866 | 2023-12-05T04:21:08.709Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1867 | 2023-12-05T04:21:11.678Z | Compiling array-init v0.0.4 |
1868 | 2023-12-05T04:21:13.783Z | Compiling clang-sys v1.6.1 |
1869 | 2023-12-05T04:21:13.887Z | Compiling dirs-next v2.0.0 |
1870 | 2023-12-05T04:21:14.151Z | Compiling pkcs1 v0.7.5 |
1871 | 2023-12-05T04:21:14.752Z | Compiling parking_lot v0.11.2 |
1872 | 2023-12-05T04:21:16.795Z | Compiling smallvec v0.6.14 |
1873 | 2023-12-05T04:21:17.521Z | Compiling steno v0.4.0 |
1874 | 2023-12-05T04:21:18.630Z | Compiling mime_guess v2.0.4 |
1875 | 2023-12-05T04:21:19.875Z | Compiling trust-dns-client v0.22.0 |
1876 | 2023-12-05T04:21:21.167Z | Compiling prettyplease v0.2.12 |
1877 | 2023-12-05T04:21:21.585Z | Compiling termcolor v1.2.0 |
1878 | 2023-12-05T04:21:23.728Z | Compiling tiny-keccak v2.0.2 |
1879 | 2023-12-05T04:21:24.125Z | Compiling bitfield v0.14.0 |
1880 | 2023-12-05T04:21:24.598Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1881 | 2023-12-05T04:21:29.463Z | Compiling rsa v0.9.2 |
1882 | 2023-12-05T04:21:37.565Z | Compiling trust-dns-server v0.22.1 |
1883 | 2023-12-05T04:21:37.824Z | Compiling env_logger v0.10.0 |
1884 | 2023-12-05T04:21:37.958Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1885 | 2023-12-05T04:21:41.163Z | Compiling serde-hex v0.1.0 |
1886 | 2023-12-05T04:21:44.052Z | Compiling sled v0.34.7 |
1887 | 2023-12-05T04:21:50.107Z | Compiling term v0.7.0 |
1888 | 2023-12-05T04:21:53.033Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1889 | 2023-12-05T04:21:58.986Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1890 | 2023-12-05T04:21:59.511Z | Compiling x509-cert v0.2.4 |
1891 | 2023-12-05T04:22:14.620Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1892 | 2023-12-05T04:22:21.889Z | Compiling darling_core v0.14.4 |
1893 | 2023-12-05T04:22:30.419Z | Compiling itertools v0.12.0 |
1894 | 2023-12-05T04:22:32.062Z | Compiling ron v0.8.1 |
1895 | 2023-12-05T04:22:35.066Z | Compiling buf-list v1.0.3 |
1896 | 2023-12-05T04:22:35.728Z | Compiling minimal-lexical v0.2.1 |
1897 | 2023-12-05T04:22:35.803Z | Compiling crc-any v2.4.3 |
1898 | 2023-12-05T04:22:35.870Z | Compiling pretty-hex v0.4.0 |
1899 | 2023-12-05T04:22:36.263Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1900 | 2023-12-05T04:22:36.349Z | Compiling nom v7.1.3 |
1901 | 2023-12-05T04:22:36.498Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1902 | 2023-12-05T04:22:37.732Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1903 | 2023-12-05T04:22:40.725Z | Compiling darling_macro v0.14.4 |
1904 | 2023-12-05T04:22:42.169Z | Compiling curve25519-dalek v4.1.0 |
1905 | 2023-12-05T04:22:42.395Z | Compiling ascii-canvas v3.0.0 |
1906 | 2023-12-05T04:22:42.595Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1907 | 2023-12-05T04:22:42.779Z | Compiling object v0.30.4 |
1908 | 2023-12-05T04:22:43.171Z | Compiling is-terminal v0.4.9 |
1909 | 2023-12-05T04:22:43.338Z | Compiling ff v0.13.0 |
1910 | 2023-12-05T04:22:43.687Z | Compiling libsw v3.3.0 |
1911 | 2023-12-05T04:22:43.690Z | Compiling kstat-rs v0.2.3 |
1912 | 2023-12-05T04:22:44.160Z | Compiling ena v0.14.2 |
1913 | 2023-12-05T04:22:44.792Z | Compiling derive-where v1.2.5 |
1914 | 2023-12-05T04:22:45.463Z | Compiling libloading v0.7.4 |
1915 | 2023-12-05T04:22:45.672Z | Compiling owo-colors v3.5.0 |
1916 | 2023-12-05T04:22:45.969Z | Compiling path-slash v0.1.5 |
1917 | 2023-12-05T04:22:46.281Z | Compiling regex-syntax v0.6.29 |
1918 | 2023-12-05T04:22:49.986Z | Compiling diff v0.1.13 |
1919 | 2023-12-05T04:22:50.843Z | Compiling bindgen v0.65.1 |
1920 | 2023-12-05T04:22:50.994Z | Compiling linear-map v1.2.0 |
1921 | 2023-12-05T04:22:51.592Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1922 | 2023-12-05T04:22:55.382Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1923 | 2023-12-05T04:23:03.863Z | Compiling lalrpop v0.19.12 |
1924 | 2023-12-05T04:23:07.058Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1925 | 2023-12-05T04:23:07.767Z | Compiling group v0.13.0 |
1926 | 2023-12-05T04:23:08.147Z | Compiling darling v0.14.4 |
1927 | 2023-12-05T04:23:08.306Z | Compiling cexpr v0.6.0 |
1928 | 2023-12-05T04:23:12.166Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1929 | 2023-12-05T04:23:12.972Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1930 | 2023-12-05T04:23:13.520Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1931 | 2023-12-05T04:23:14.497Z | Compiling which v4.4.0 |
1932 | 2023-12-05T04:23:15.286Z | Compiling universal-hash v0.5.1 |
1933 | 2023-12-05T04:23:15.611Z | Compiling crypto-bigint v0.5.2 |
1934 | 2023-12-05T04:23:17.664Z | Compiling curve25519-dalek-derive v0.1.0 |
1935 | 2023-12-05T04:23:19.786Z | Compiling thiserror-impl-no-std v2.0.2 |
1936 | 2023-12-05T04:23:20.501Z | Compiling memoffset v0.7.1 |
1937 | 2023-12-05T04:23:20.877Z | Compiling rustc-hash v1.1.0 |
1938 | 2023-12-05T04:23:20.937Z | Compiling base16ct v0.2.0 |
1939 | 2023-12-05T04:23:20.950Z | Compiling peeking_take_while v0.1.2 |
1940 | 2023-12-05T04:23:21.069Z | Compiling shlex v1.1.0 |
1941 | 2023-12-05T04:23:21.123Z | Compiling display-error-chain v0.2.0 |
1942 | 2023-12-05T04:23:21.353Z | Compiling lazycell v1.3.0 |
1943 | 2023-12-05T04:23:21.407Z | Compiling opaque-debug v0.3.0 |
1944 | 2023-12-05T04:23:21.486Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1945 | 2023-12-05T04:23:21.535Z | Compiling poly1305 v0.8.0 |
1946 | 2023-12-05T04:23:22.976Z | Compiling elliptic-curve v0.13.5 |
1947 | 2023-12-05T04:23:24.069Z | Compiling derive_builder_core v0.12.0 |
1948 | 2023-12-05T04:23:24.283Z | Compiling thiserror-no-std v2.0.2 |
1949 | 2023-12-05T04:23:27.801Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1950 | 2023-12-05T04:23:33.729Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1951 | 2023-12-05T04:23:34.156Z | Compiling chacha20 v0.9.1 |
1952 | 2023-12-05T04:23:34.889Z | Compiling globset v0.4.13 |
1953 | 2023-12-05T04:23:36.905Z | Compiling pem v3.0.2 |
1954 | 2023-12-05T04:23:38.840Z | Compiling olpc-cjson v0.1.3 |
1955 | 2023-12-05T04:23:39.571Z | Compiling aead v0.5.2 |
1956 | 2023-12-05T04:23:39.703Z | Compiling bcs v0.1.6 |
1957 | 2023-12-05T04:23:40.037Z | Compiling serde_plain v1.0.2 |
1958 | 2023-12-05T04:23:40.861Z | Compiling libxml v0.3.3 |
1959 | 2023-12-05T04:23:41.128Z | Compiling async-recursion v1.0.5 |
1960 | 2023-12-05T04:23:41.633Z | Compiling ref-cast v1.0.20 |
1961 | 2023-12-05T04:23:42.017Z | Compiling typed-path v0.6.0 |
1962 | 2023-12-05T04:23:42.659Z | Compiling highway v1.1.0 |
1963 | 2023-12-05T04:23:43.799Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1964 | 2023-12-05T04:23:44.934Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1965 | 2023-12-05T04:23:45.569Z | Compiling chacha20poly1305 v0.10.1 |
1966 | 2023-12-05T04:23:45.834Z | Compiling tough v0.15.0 |
1967 | 2023-12-05T04:23:46.193Z | Compiling derive_builder_macro v0.12.0 |
1968 | 2023-12-05T04:23:47.392Z | Compiling vsss-rs v3.3.1 |
1969 | 2023-12-05T04:23:49.750Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1970 | 2023-12-05T04:23:50.903Z | Compiling polar-core v0.27.0 |
1971 | 2023-12-05T04:23:53.853Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1972 | 2023-12-05T04:23:54.241Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1973 | 2023-12-05T04:23:55.279Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1974 | 2023-12-05T04:23:58.023Z | Compiling strum_macros v0.24.3 |
1975 | 2023-12-05T04:23:58.592Z | Compiling ref-cast-impl v1.0.20 |
1976 | 2023-12-05T04:23:59.441Z | Compiling cookie v0.18.0 |
1977 | 2023-12-05T04:23:59.862Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1978 | 2023-12-05T04:24:00.296Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1979 | 2023-12-05T04:24:00.308Z | Compiling signature v1.6.4 |
1980 | 2023-12-05T04:24:00.507Z | Compiling salty v0.2.0 |
1981 | 2023-12-05T04:24:00.728Z | Compiling indoc v1.0.9 |
1982 | 2023-12-05T04:24:01.091Z | Compiling http-range v0.1.5 |
1983 | 2023-12-05T04:24:02.048Z | Compiling hyper-staticfile v0.9.5 |
1984 | 2023-12-05T04:24:02.256Z | Compiling ed25519 v1.5.3 |
1985 | 2023-12-05T04:24:03.092Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1986 | 2023-12-05T04:24:07.571Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1987 | 2023-12-05T04:24:09.182Z | Compiling derive_builder v0.12.0 |
1988 | 2023-12-05T04:24:20.397Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1989 | 2023-12-05T04:24:26.356Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1990 | 2023-12-05T04:24:26.893Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1991 | 2023-12-05T04:24:27.303Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1992 | 2023-12-05T04:24:31.426Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1993 | 2023-12-05T04:24:31.635Z | Compiling headers-core v0.2.0 |
1994 | 2023-12-05T04:24:31.895Z | Compiling bb8 v0.8.1 |
1995 | 2023-12-05T04:24:32.095Z | Compiling quick-xml v0.23.1 |
1996 | 2023-12-05T04:24:32.794Z | Compiling serde-big-array v0.5.1 |
1997 | 2023-12-05T04:24:33.161Z | Compiling oso-derive v0.27.0 |
1998 | 2023-12-05T04:24:34.668Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1999 | 2023-12-05T04:24:35.889Z | Compiling impl-trait-for-tuples v0.2.2 |
2000 | 2023-12-05T04:24:35.902Z | Compiling fs-err v2.11.0 |
2001 | 2023-12-05T04:24:36.320Z | Compiling maplit v1.0.2 |
2002 | 2023-12-05T04:24:36.661Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2003 | 2023-12-05T04:24:48.773Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2004 | 2023-12-05T04:24:49.764Z | Compiling headers v0.3.9 |
2005 | 2023-12-05T04:24:51.972Z | Compiling oso v0.27.0 |
2006 | 2023-12-05T04:24:52.717Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2007 | 2023-12-05T04:25:03.953Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2008 | 2023-12-05T04:25:05.537Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2009 | 2023-12-05T04:25:05.947Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2010 | 2023-12-05T04:25:08.021Z | Compiling signal-hook-tokio v0.3.1 |
2011 | 2023-12-05T04:25:08.103Z | Compiling serde-big-array v0.4.1 |
2012 | 2023-12-05T04:25:08.264Z | Compiling cassowary v0.3.0 |
2013 | 2023-12-05T04:25:08.354Z | Compiling indoc v2.0.3 |
2014 | 2023-12-05T04:25:10.202Z | Compiling ratatui v0.23.0 |
2015 | 2023-12-05T04:25:12.863Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2016 | 2023-12-05T04:25:15.336Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2017 | 2023-12-05T04:25:17.184Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2018 | 2023-12-05T04:25:23.005Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2019 | 2023-12-05T04:25:23.575Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2020 | 2023-12-05T04:25:30.372Z | Compiling fatfs v0.3.6 |
2021 | 2023-12-05T04:25:33.247Z | Compiling bytesize v1.3.0 |
2022 | 2023-12-05T04:25:34.183Z | Compiling nanorand v0.7.0 |
2023 | 2023-12-05T04:25:35.086Z | Compiling rtoolbox v0.0.1 |
2024 | 2023-12-05T04:25:35.279Z | Compiling smawk v0.3.1 |
2025 | 2023-12-05T04:25:35.625Z | Compiling is_ci v1.1.1 |
2026 | 2023-12-05T04:25:35.709Z | Compiling corncobs v0.1.3 |
2027 | 2023-12-05T04:25:35.723Z | Compiling unicode-linebreak v0.1.5 |
2028 | 2023-12-05T04:25:36.021Z | Compiling assert_matches v1.5.0 |
2029 | 2023-12-05T04:25:36.164Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2030 | 2023-12-05T04:25:36.376Z | Compiling textwrap v0.16.0 |
2031 | 2023-12-05T04:25:36.603Z | Compiling supports-color v2.1.0 |
2032 | 2023-12-05T04:25:37.452Z | Compiling rpassword v7.3.1 |
2033 | 2023-12-05T04:25:37.722Z | Compiling flume v0.11.0 |
2034 | 2023-12-05T04:25:38.125Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2035 | 2023-12-05T04:25:38.932Z | Compiling tui-tree-widget v0.13.0 |
2036 | 2023-12-05T04:25:42.353Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2037 | 2023-12-05T04:25:42.672Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2038 | 2023-12-05T04:25:56.749Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2039 | 2023-12-05T04:26:35.958Z | Compiling shell-words v1.1.0 |
2040 | 2023-12-05T04:26:36.637Z | Compiling humantime v2.1.0 |
2041 | 2023-12-05T04:26:38.115Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2042 | 2023-12-05T04:26:55.160Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2043 | 2023-12-05T04:28:03.051Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2044 | 2023-12-05T04:29:47.307Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2045 | 2023-12-05T04:38:35.109Z | Finished release [optimized] target(s) in 18m 02s |
2046 | 2023-12-05T04:40:13.416Z | |
2047 | 2023-12-05T04:40:13.427Z | real 19:42.515793195 |
2048 | 2023-12-05T04:40:13.427Z | user 2:13:52.108210184 |
2049 | 2023-12-05T04:40:13.427Z | sys 5:06.530614976 |
2050 | 2023-12-05T04:40:13.427Z | trap 4.236018780 |
2051 | 2023-12-05T04:40:13.427Z | tflt 0.962950156 |
2052 | 2023-12-05T04:40:13.427Z | dflt 1.727188118 |
2053 | 2023-12-05T04:40:13.427Z | kflt 0.001164896 |
2054 | 2023-12-05T04:40:13.427Z | lock 7:54:04.965213808 |
2055 | 2023-12-05T04:40:13.428Z | slp 5:07:52.075412435 |
2056 | 2023-12-05T04:40:13.428Z | lat 2:25.858980899 |
2057 | 2023-12-05T04:40:13.428Z | stop 38.814874474 |
2058 | 2023-12-05T04:40:13.428Z | + 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/*) |
2059 | 2023-12-05T04:40:13.428Z | + pfexec mkdir -p /work |
2060 | 2023-12-05T04:40:13.428Z | + pfexec chown build /work |
2061 | 2023-12-05T04:40:13.428Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2062 | 2023-12-05T04:40:26.562Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2063 | 2023-12-05T04:40:26.562Z | a out/mg-ddm-gz.tar 61253K |
2064 | 2023-12-05T04:40:26.562Z | a out/omicron-sled-agent.tar 108491K |
2065 | 2023-12-05T04:40:26.562Z | a out/target/test 1K |
2066 | 2023-12-05T04:40:26.562Z | a out/npuzone/npuzone 36505K |
2067 | 2023-12-05T04:40:26.562Z | a package-manifest.toml 22K |
2068 | 2023-12-05T04:40:26.562Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2069 | 2023-12-05T04:40:26.562Z | a target/release/omicron-package 41585K |
2070 | 2023-12-05T04:40:26.563Z | a tools/create_virtual_hardware.sh 4K |
2071 | 2023-12-05T04:40:26.564Z | a tools/virtual_hardware.sh 4K |
2072 | 2023-12-05T04:40:26.564Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2073 | 2023-12-05T04:40:26.564Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2074 | 2023-12-05T04:40:26.564Z | a tools/scrimlet/softnpu-init.sh 3K |
2075 | 2023-12-05T04:40:26.564Z | a tools/scrimlet/softnpu-zone.txt 1K |
2076 | 2023-12-05T04:40:26.564Z | a tools/scrimlet/softnpu.toml 1K |
2077 | 2023-12-05T04:40:26.584Z | |
2078 | 2023-12-05T04:40:26.584Z | real 13.136095388 |
2079 | 2023-12-05T04:40:26.585Z | user 12.559497167 |
2080 | 2023-12-05T04:40:26.585Z | sys 1.019054561 |
2081 | 2023-12-05T04:40:26.585Z | trap 0.003067606 |
2082 | 2023-12-05T04:40:26.585Z | tflt 0.000000000 |
2083 | 2023-12-05T04:40:26.585Z | dflt 0.000000000 |
2084 | 2023-12-05T04:40:26.585Z | kflt 0.000000000 |
2085 | 2023-12-05T04:40:26.585Z | lock 0.000000000 |
2086 | 2023-12-05T04:40:26.585Z | slp 12.287492619 |
2087 | 2023-12-05T04:40:26.585Z | lat 0.399558919 |
2088 | 2023-12-05T04:40:26.585Z | stop 0.000234330 |
2089 | 2023-12-05T04:40:26.585Z | ++ pwd |
2090 | 2023-12-05T04:40:26.585Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2091 | 2023-12-05T04:40:26.585Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2092 | 2023-12-05T04:40:26.585Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2093 | 2023-12-05T04:40:27.632Z | Finished release [optimized] target(s) in 0.97s |
2094 | 2023-12-05T04:40:27.650Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2095 | 2023-12-05T04:40:27.700Z | Created new build target 'host' and set it as active |
2096 | 2023-12-05T04:40:28.123Z | |
2097 | 2023-12-05T04:40:28.123Z | real 1.128280951 |
2098 | 2023-12-05T04:40:28.123Z | user 0.791297063 |
2099 | 2023-12-05T04:40:28.123Z | sys 0.337494026 |
2100 | 2023-12-05T04:40:28.123Z | trap 0.000241397 |
2101 | 2023-12-05T04:40:28.123Z | tflt 0.000002096 |
2102 | 2023-12-05T04:40:28.123Z | dflt 0.000002104 |
2103 | 2023-12-05T04:40:28.123Z | kflt 0.000000000 |
2104 | 2023-12-05T04:40:28.124Z | lock 0.032524222 |
2105 | 2023-12-05T04:40:28.124Z | slp 0.018607453 |
2106 | 2023-12-05T04:40:28.124Z | lat 0.001995648 |
2107 | 2023-12-05T04:40:28.124Z | stop 0.000218331 |
2108 | 2023-12-05T04:40:28.124Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2109 | 2023-12-05T04:40:29.406Z | Finished release [optimized] target(s) in 0.94s |
2110 | 2023-12-05T04:40:29.406Z | Running `target/release/omicron-package -t host package` |
2111 | 2023-12-05T04:40:29.406Z | Dec 05 04:40:28.846 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2112 | 2023-12-05T04:40:29.847Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2113 | 2023-12-05T04:43:51.931Z | Finished release [optimized] target(s) in 3m 23s |
2114 | 2023-12-05T04:45:24.557Z | |
2115 | 2023-12-05T04:45:24.973Z | real 4:56.594517057 |
2116 | 2023-12-05T04:45:24.973Z | user 20:36.581680750 |
2117 | 2023-12-05T04:45:24.973Z | sys 1:00.363295252 |
2118 | 2023-12-05T04:45:24.973Z | trap 0.559586961 |
2119 | 2023-12-05T04:45:24.973Z | tflt 0.039977326 |
2120 | 2023-12-05T04:45:24.973Z | dflt 1.369773775 |
2121 | 2023-12-05T04:45:24.973Z | kflt 0.000000000 |
2122 | 2023-12-05T04:45:24.973Z | lock 1:12:42.121743027 |
2123 | 2023-12-05T04:45:24.973Z | slp 18:53.816877420 |
2124 | 2023-12-05T04:45:24.973Z | lat 12.004819522 |
2125 | 2023-12-05T04:45:24.973Z | stop 0.938504963 |
2126 | 2023-12-05T04:45:24.973Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2127 | 2023-12-05T04:45:24.973Z | + for package in "$@" |
2128 | 2023-12-05T04:45:24.973Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2129 | 2023-12-05T04:45:24.973Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.4-0.ci+git528a94580d2 |
2130 | 2023-12-05T04:45:25.132Z | Finished release [optimized] target(s) in 0.93s |
2131 | 2023-12-05T04:45:25.157Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.4-0.ci+git528a94580d2` |
2132 | 2023-12-05T04:45:25.196Z | Dec 05 04:45:25.239 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2133 | 2023-12-05T04:45:25.703Z | Created: out/versioned/omicron-sled-agent.tar |
2134 | 2023-12-05T04:45:25.707Z | + for package in "$@" |
2135 | 2023-12-05T04:45:25.707Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2136 | 2023-12-05T04:45:25.707Z | + echo 0.0.0 |
2137 | 2023-12-05T04:45:25.707Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2138 | 2023-12-05T04:45:25.711Z | a VERSION 1K |
2139 | 2023-12-05T04:45:25.711Z | + rm VERSION |
2140 | 2023-12-05T04:45:25.717Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git528a94580d2 |
2141 | 2023-12-05T04:45:26.756Z | Finished release [optimized] target(s) in 0.96s |
2142 | 2023-12-05T04:45:26.786Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git528a94580d2` |
2143 | 2023-12-05T04:45:26.830Z | Dec 05 04:45:26.877 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2144 | 2023-12-05T04:45:27.112Z | Created: out/versioned/mg-ddm-gz.tar |
2145 | 2023-12-05T04:45:27.115Z | + for package in "$@" |
2146 | 2023-12-05T04:45:27.115Z | + [[ propolis-server == mg-ddm-gz ]] |
2147 | 2023-12-05T04:45:27.115Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.4-0.ci+git528a94580d2 |
2148 | 2023-12-05T04:45:28.145Z | Finished release [optimized] target(s) in 0.94s |
2149 | 2023-12-05T04:45:28.169Z | Running `target/release/omicron-package stamp propolis-server 1.0.4-0.ci+git528a94580d2` |
2150 | 2023-12-05T04:45:28.211Z | Dec 05 04:45:28.258 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2151 | 2023-12-05T04:45:30.025Z | Created: out/versioned/propolis-server.tar.gz |
2152 | 2023-12-05T04:45:30.031Z | + for package in "$@" |
2153 | 2023-12-05T04:45:30.031Z | + [[ overlay == mg-ddm-gz ]] |
2154 | 2023-12-05T04:45:30.031Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.4-0.ci+git528a94580d2 |
2155 | 2023-12-05T04:45:31.029Z | Finished release [optimized] target(s) in 0.92s |
2156 | 2023-12-05T04:45:31.061Z | Running `target/release/omicron-package stamp overlay 1.0.4-0.ci+git528a94580d2` |
2157 | 2023-12-05T04:45:31.095Z | Dec 05 04:45:31.143 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2158 | 2023-12-05T04:45:31.098Z | Created: out/versioned/overlay.tar.gz |
2159 | 2023-12-05T04:45:31.102Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2160 | 2023-12-05T04:45:31.112Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2161 | 2023-12-05T04:45:31.115Z | ++ cd -- ./tools |
2162 | 2023-12-05T04:45:31.115Z | ++ pwd |
2163 | 2023-12-05T04:45:31.115Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2164 | 2023-12-05T04:45:31.118Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2165 | 2023-12-05T04:45:31.121Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2166 | 2023-12-05T04:45:31.121Z | ++ readlink -f /work |
2167 | 2023-12-05T04:45:31.125Z | + out_dir=/work |
2168 | 2023-12-05T04:45:31.125Z | + 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") |
2169 | 2023-12-05T04:45:31.125Z | + for dep in "${deps[@]}" |
2170 | 2023-12-05T04:45:31.125Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2171 | 2023-12-05T04:45:31.125Z | + for dep in "${deps[@]}" |
2172 | 2023-12-05T04:45:31.125Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2173 | 2023-12-05T04:45:31.125Z | + for dep in "${deps[@]}" |
2174 | 2023-12-05T04:45:31.125Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2175 | 2023-12-05T04:45:31.127Z | + for dep in "${deps[@]}" |
2176 | 2023-12-05T04:45:31.127Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2177 | 2023-12-05T04:45:31.127Z | ++ mktemp -d |
2178 | 2023-12-05T04:45:31.133Z | + tmp_gz=/tmp/tmp.MAaavh |
2179 | 2023-12-05T04:45:31.133Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2180 | 2023-12-05T04:45:31.133Z | + echo '{"v":"1","t":"layer"}' |
2181 | 2023-12-05T04:45:31.133Z | + pkg_dir=/tmp/tmp.MAaavh/root/opt/oxide/sled-agent |
2182 | 2023-12-05T04:45:31.133Z | + mkdir -p /tmp/tmp.MAaavh/root/opt/oxide/sled-agent |
2183 | 2023-12-05T04:45:31.133Z | + cd /tmp/tmp.MAaavh/root/opt/oxide/sled-agent |
2184 | 2023-12-05T04:45:31.133Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2185 | 2023-12-05T04:45:31.243Z | x ., 0 bytes, 0 tape blocks |
2186 | 2023-12-05T04:45:31.243Z | x zone-bundle, 39126688 bytes, 76420 tape blocks |
2187 | 2023-12-05T04:45:31.243Z | x sled-agent, 71949944 bytes, 140528 tape blocks |
2188 | 2023-12-05T04:45:31.243Z | x pkg, 0 bytes, 0 tape blocks |
2189 | 2023-12-05T04:45:31.243Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2190 | 2023-12-05T04:45:31.243Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2191 | 2023-12-05T04:45:31.243Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2192 | 2023-12-05T04:45:31.243Z | x VERSION, 25 bytes, 1 tape blocks |
2193 | 2023-12-05T04:45:31.246Z | + mkdir -p /tmp/tmp.MAaavh/root/lib/svc/manifest/site/ |
2194 | 2023-12-05T04:45:31.246Z | + mv pkg/manifest.xml /tmp/tmp.MAaavh/root/lib/svc/manifest/site/sled-agent.xml |
2195 | 2023-12-05T04:45:31.250Z | + cd - |
2196 | 2023-12-05T04:45:31.250Z | /work/oxidecomputer/omicron |
2197 | 2023-12-05T04:45:31.250Z | + pkg_dir=/tmp/tmp.MAaavh/root/opt/oxide/mg-ddm |
2198 | 2023-12-05T04:45:31.250Z | + mkdir -p /tmp/tmp.MAaavh/root/opt/oxide/mg-ddm |
2199 | 2023-12-05T04:45:31.253Z | + cd /tmp/tmp.MAaavh/root/opt/oxide/mg-ddm |
2200 | 2023-12-05T04:45:31.253Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2201 | 2023-12-05T04:45:31.317Z | x ., 0 bytes, 0 tape blocks |
2202 | 2023-12-05T04:45:31.317Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2203 | 2023-12-05T04:45:31.317Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2204 | 2023-12-05T04:45:31.317Z | x pkg, 0 bytes, 0 tape blocks |
2205 | 2023-12-05T04:45:31.317Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2206 | 2023-12-05T04:45:31.317Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2207 | 2023-12-05T04:45:31.317Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2208 | 2023-12-05T04:45:31.317Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2209 | 2023-12-05T04:45:31.317Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2210 | 2023-12-05T04:45:31.318Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2211 | 2023-12-05T04:45:31.318Z | x VERSION, 25 bytes, 1 tape blocks |
2212 | 2023-12-05T04:45:31.321Z | + cd - |
2213 | 2023-12-05T04:45:31.321Z | /work/oxidecomputer/omicron |
2214 | 2023-12-05T04:45:31.321Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.MAaavh/root/opt/oxide |
2215 | 2023-12-05T04:45:31.435Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.MAaavh/root/opt/oxide |
2216 | 2023-12-05T04:45:31.444Z | + cd /tmp/tmp.MAaavh |
2217 | 2023-12-05T04:45:31.444Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2218 | 2023-12-05T04:45:42.947Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2219 | 2023-12-05T04:45:42.947Z | a oxide.json 1K |
2220 | 2023-12-05T04:45:42.947Z | a root/ 0K |
2221 | 2023-12-05T04:45:42.947Z | a root/opt/ 0K |
2222 | 2023-12-05T04:45:42.948Z | a root/opt/oxide/ 0K |
2223 | 2023-12-05T04:45:42.948Z | a root/opt/oxide/sled-agent/ 0K |
2224 | 2023-12-05T04:45:42.948Z | a root/opt/oxide/sled-agent/zone-bundle 38210K |
2225 | 2023-12-05T04:45:42.948Z | a root/opt/oxide/sled-agent/sled-agent 70264K |
2226 | 2023-12-05T04:45:42.948Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2227 | 2023-12-05T04:45:42.948Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2228 | 2023-12-05T04:45:42.948Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2229 | 2023-12-05T04:45:42.948Z | a root/opt/oxide/sled-agent/VERSION 1K |
2230 | 2023-12-05T04:45:42.948Z | a root/opt/oxide/mg-ddm/ 0K |
2231 | 2023-12-05T04:45:42.948Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2232 | 2023-12-05T04:45:42.948Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2233 | 2023-12-05T04:45:42.948Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2234 | 2023-12-05T04:45:42.948Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2235 | 2023-12-05T04:45:42.948Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2236 | 2023-12-05T04:45:42.948Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2237 | 2023-12-05T04:45:42.948Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2238 | 2023-12-05T04:45:42.948Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2239 | 2023-12-05T04:45:42.948Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2240 | 2023-12-05T04:45:42.948Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2241 | 2023-12-05T04:45:42.948Z | a root/opt/oxide/propolis-server.tar.gz 65001K |
2242 | 2023-12-05T04:45:42.948Z | a root/opt/oxide/overlay.tar.gz 2K |
2243 | 2023-12-05T04:45:42.950Z | a root/lib/ 0K |
2244 | 2023-12-05T04:45:42.950Z | a root/lib/svc/ 0K |
2245 | 2023-12-05T04:45:42.950Z | a root/lib/svc/manifest/ 0K |
2246 | 2023-12-05T04:45:42.950Z | a root/lib/svc/manifest/site/ 0K |
2247 | 2023-12-05T04:45:42.950Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2248 | 2023-12-05T04:45:42.958Z | + cd / |
2249 | 2023-12-05T04:45:42.958Z | + rm -rf /tmp/tmp.MAaavh |
2250 | 2023-12-05T04:45:42.994Z | |
2251 | 2023-12-05T04:45:43.009Z | real 11.890608645 |
2252 | 2023-12-05T04:45:43.009Z | user 11.013401690 |
2253 | 2023-12-05T04:45:43.009Z | sys 0.933796885 |
2254 | 2023-12-05T04:45:43.009Z | trap 0.003913241 |
2255 | 2023-12-05T04:45:43.009Z | tflt 0.000000000 |
2256 | 2023-12-05T04:45:43.009Z | dflt 0.000000000 |
2257 | 2023-12-05T04:45:43.009Z | kflt 0.000000000 |
2258 | 2023-12-05T04:45:43.009Z | lock 0.000000000 |
2259 | 2023-12-05T04:45:43.009Z | slp 22.955669903 |
2260 | 2023-12-05T04:45:43.009Z | lat 0.370656945 |
2261 | 2023-12-05T04:45:43.009Z | stop 0.000302498 |
2262 | 2023-12-05T04:45:43.009Z | + mkdir -p /work/zones |
2263 | 2023-12-05T04:45:43.010Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz) |
2264 | 2023-12-05T04:45:43.010Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/ |
2265 | 2023-12-05T04:45:46.663Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2266 | 2023-12-05T04:45:47.751Z | Finished release [optimized] target(s) in 1.00s |
2267 | 2023-12-05T04:45:47.786Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2268 | 2023-12-05T04:45:47.825Z | Created new build target 'recovery' and set it as active |
2269 | 2023-12-05T04:45:47.828Z | |
2270 | 2023-12-05T04:45:47.829Z | real 1.164336088 |
2271 | 2023-12-05T04:45:47.829Z | user 0.823918815 |
2272 | 2023-12-05T04:45:47.829Z | sys 0.339218728 |
2273 | 2023-12-05T04:45:47.829Z | trap 0.000542279 |
2274 | 2023-12-05T04:45:47.829Z | tflt 0.000031082 |
2275 | 2023-12-05T04:45:47.829Z | dflt 0.000007691 |
2276 | 2023-12-05T04:45:47.829Z | kflt 0.000000000 |
2277 | 2023-12-05T04:45:47.829Z | lock 0.036577548 |
2278 | 2023-12-05T04:45:47.829Z | slp 0.021118815 |
2279 | 2023-12-05T04:45:47.831Z | lat 0.003143854 |
2280 | 2023-12-05T04:45:47.831Z | stop 0.000220202 |
2281 | 2023-12-05T04:45:47.834Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2282 | 2023-12-05T04:45:48.901Z | Finished release [optimized] target(s) in 0.97s |
2283 | 2023-12-05T04:45:48.925Z | Running `target/release/omicron-package -t recovery package` |
2284 | 2023-12-05T04:45:48.969Z | Dec 05 04:45:49.011 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2285 | 2023-12-05T04:45:49.867Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2286 | 2023-12-05T04:45:53.632Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2287 | 2023-12-05T04:46:22.973Z | Finished release [optimized] target(s) in 33.94s |
2288 | 2023-12-05T04:46:38.106Z | |
2289 | 2023-12-05T04:46:38.109Z | real 50.300707364 |
2290 | 2023-12-05T04:46:38.109Z | user 2:28.824823844 |
2291 | 2023-12-05T04:46:38.109Z | sys 11.469064300 |
2292 | 2023-12-05T04:46:38.109Z | trap 0.072276459 |
2293 | 2023-12-05T04:46:38.109Z | tflt 0.041684681 |
2294 | 2023-12-05T04:46:38.109Z | dflt 0.596683568 |
2295 | 2023-12-05T04:46:38.109Z | kflt 0.000000000 |
2296 | 2023-12-05T04:46:38.109Z | lock 11:16.734882147 |
2297 | 2023-12-05T04:46:38.109Z | slp 2:25.353391302 |
2298 | 2023-12-05T04:46:38.109Z | lat 1.871712978 |
2299 | 2023-12-05T04:46:38.109Z | stop 0.192800955 |
2300 | 2023-12-05T04:46:38.109Z | + stamp_packages installinator mg-ddm-gz |
2301 | 2023-12-05T04:46:38.109Z | + for package in "$@" |
2302 | 2023-12-05T04:46:38.109Z | + [[ installinator == mg-ddm-gz ]] |
2303 | 2023-12-05T04:46:38.110Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.4-0.ci+git528a94580d2 |
2304 | 2023-12-05T04:46:39.136Z | Finished release [optimized] target(s) in 0.95s |
2305 | 2023-12-05T04:46:39.169Z | Running `target/release/omicron-package stamp installinator 1.0.4-0.ci+git528a94580d2` |
2306 | 2023-12-05T04:46:39.211Z | Dec 05 04:46:39.251 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2307 | 2023-12-05T04:46:39.346Z | Created: out/versioned/installinator.tar |
2308 | 2023-12-05T04:46:39.351Z | + for package in "$@" |
2309 | 2023-12-05T04:46:39.351Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2310 | 2023-12-05T04:46:39.351Z | + echo 0.0.0 |
2311 | 2023-12-05T04:46:39.352Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2312 | 2023-12-05T04:46:39.352Z | a VERSION 1K |
2313 | 2023-12-05T04:46:39.352Z | + rm VERSION |
2314 | 2023-12-05T04:46:39.352Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git528a94580d2 |
2315 | 2023-12-05T04:46:40.395Z | Finished release [optimized] target(s) in 0.96s |
2316 | 2023-12-05T04:46:40.423Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git528a94580d2` |
2317 | 2023-12-05T04:46:40.463Z | Dec 05 04:46:40.509 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2318 | 2023-12-05T04:46:40.628Z | Created: out/versioned/mg-ddm-gz.tar |
2319 | 2023-12-05T04:46:40.631Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2320 | 2023-12-05T04:46:40.644Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2321 | 2023-12-05T04:46:40.647Z | ++ cd -- ./tools |
2322 | 2023-12-05T04:46:40.647Z | ++ pwd |
2323 | 2023-12-05T04:46:40.647Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2324 | 2023-12-05T04:46:40.651Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2325 | 2023-12-05T04:46:40.651Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2326 | 2023-12-05T04:46:40.654Z | ++ readlink -f /work |
2327 | 2023-12-05T04:46:40.654Z | + out_dir=/work |
2328 | 2023-12-05T04:46:40.654Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2329 | 2023-12-05T04:46:40.654Z | + for dep in "${deps[@]}" |
2330 | 2023-12-05T04:46:40.654Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2331 | 2023-12-05T04:46:40.654Z | + for dep in "${deps[@]}" |
2332 | 2023-12-05T04:46:40.654Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2333 | 2023-12-05T04:46:40.658Z | ++ mktemp -d |
2334 | 2023-12-05T04:46:40.658Z | + tmp_trampoline=/tmp/tmp..yayzh |
2335 | 2023-12-05T04:46:40.658Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2336 | 2023-12-05T04:46:40.658Z | + echo '{"v":"1","t":"layer"}' |
2337 | 2023-12-05T04:46:40.658Z | + pkg_dir=/tmp/tmp..yayzh/root/opt/oxide/installinator |
2338 | 2023-12-05T04:46:40.658Z | + mkdir -p /tmp/tmp..yayzh/root/opt/oxide/installinator |
2339 | 2023-12-05T04:46:40.663Z | + cd /tmp/tmp..yayzh/root/opt/oxide/installinator |
2340 | 2023-12-05T04:46:40.663Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2341 | 2023-12-05T04:46:40.714Z | x ., 0 bytes, 0 tape blocks |
2342 | 2023-12-05T04:46:40.715Z | x installinator, 52126696 bytes, 101810 tape blocks |
2343 | 2023-12-05T04:46:40.715Z | x pkg, 0 bytes, 0 tape blocks |
2344 | 2023-12-05T04:46:40.715Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2345 | 2023-12-05T04:46:40.715Z | x VERSION, 25 bytes, 1 tape blocks |
2346 | 2023-12-05T04:46:40.718Z | + mkdir -p /tmp/tmp..yayzh/root/lib/svc/manifest/site/ |
2347 | 2023-12-05T04:46:40.718Z | + mv pkg/manifest.xml /tmp/tmp..yayzh/root/lib/svc/manifest/site/installinator.xml |
2348 | 2023-12-05T04:46:40.720Z | + cd - |
2349 | 2023-12-05T04:46:40.720Z | /work/oxidecomputer/omicron |
2350 | 2023-12-05T04:46:40.720Z | + pkg_dir=/tmp/tmp..yayzh/root/opt/oxide/mg-ddm |
2351 | 2023-12-05T04:46:40.720Z | + mkdir -p /tmp/tmp..yayzh/root/opt/oxide/mg-ddm |
2352 | 2023-12-05T04:46:40.723Z | + cd /tmp/tmp..yayzh/root/opt/oxide/mg-ddm |
2353 | 2023-12-05T04:46:40.723Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2354 | 2023-12-05T04:46:40.789Z | x ., 0 bytes, 0 tape blocks |
2355 | 2023-12-05T04:46:40.789Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2356 | 2023-12-05T04:46:40.789Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2357 | 2023-12-05T04:46:40.789Z | x pkg, 0 bytes, 0 tape blocks |
2358 | 2023-12-05T04:46:40.789Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2359 | 2023-12-05T04:46:40.789Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2360 | 2023-12-05T04:46:40.789Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2361 | 2023-12-05T04:46:40.789Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2362 | 2023-12-05T04:46:40.789Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2363 | 2023-12-05T04:46:40.789Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2364 | 2023-12-05T04:46:40.789Z | x VERSION, 25 bytes, 1 tape blocks |
2365 | 2023-12-05T04:46:40.792Z | + cd - |
2366 | 2023-12-05T04:46:40.792Z | /work/oxidecomputer/omicron |
2367 | 2023-12-05T04:46:40.792Z | + cd /tmp/tmp..yayzh |
2368 | 2023-12-05T04:46:40.792Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2369 | 2023-12-05T04:46:46.772Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2370 | 2023-12-05T04:46:46.772Z | a oxide.json 1K |
2371 | 2023-12-05T04:46:46.772Z | a root/ 0K |
2372 | 2023-12-05T04:46:46.772Z | a root/opt/ 0K |
2373 | 2023-12-05T04:46:46.772Z | a root/opt/oxide/ 0K |
2374 | 2023-12-05T04:46:46.772Z | a root/opt/oxide/installinator/ 0K |
2375 | 2023-12-05T04:46:46.772Z | a root/opt/oxide/installinator/installinator 50905K |
2376 | 2023-12-05T04:46:46.772Z | a root/opt/oxide/installinator/pkg/ 0K |
2377 | 2023-12-05T04:46:46.773Z | a root/opt/oxide/installinator/VERSION 1K |
2378 | 2023-12-05T04:46:46.773Z | a root/opt/oxide/mg-ddm/ 0K |
2379 | 2023-12-05T04:46:46.773Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2380 | 2023-12-05T04:46:46.773Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2381 | 2023-12-05T04:46:46.773Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2382 | 2023-12-05T04:46:46.773Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2383 | 2023-12-05T04:46:46.774Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2384 | 2023-12-05T04:46:46.774Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2385 | 2023-12-05T04:46:46.774Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2386 | 2023-12-05T04:46:46.774Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2387 | 2023-12-05T04:46:46.774Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2388 | 2023-12-05T04:46:46.774Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2389 | 2023-12-05T04:46:46.774Z | a root/lib/ 0K |
2390 | 2023-12-05T04:46:46.774Z | a root/lib/svc/ 0K |
2391 | 2023-12-05T04:46:46.774Z | a root/lib/svc/manifest/ 0K |
2392 | 2023-12-05T04:46:46.774Z | a root/lib/svc/manifest/site/ 0K |
2393 | 2023-12-05T04:46:46.774Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2394 | 2023-12-05T04:46:46.777Z | + cd / |
2395 | 2023-12-05T04:46:46.777Z | + rm -rf /tmp/tmp..yayzh |
2396 | 2023-12-05T04:46:46.797Z | |
2397 | 2023-12-05T04:46:46.800Z | real 6.165208580 |
2398 | 2023-12-05T04:46:46.800Z | user 5.771269333 |
2399 | 2023-12-05T04:46:46.800Z | sys 0.422581804 |
2400 | 2023-12-05T04:46:46.800Z | trap 0.001515635 |
2401 | 2023-12-05T04:46:46.800Z | tflt 0.000000000 |
2402 | 2023-12-05T04:46:46.800Z | dflt 0.000000000 |
2403 | 2023-12-05T04:46:46.800Z | kflt 0.000000000 |
2404 | 2023-12-05T04:46:46.800Z | lock 0.000000000 |
2405 | 2023-12-05T04:46:46.800Z | slp 11.929090336 |
2406 | 2023-12-05T04:46:46.800Z | lat 0.177529489 |
2407 | 2023-12-05T04:46:46.800Z | stop 0.000324705 |
2408 | 2023-12-05T04:46:46.800Z | process exited: duration 2199748 ms, exit code 0 |
|
2409 | 2023-12-05T04:46:46.815Z | found 21 output files |
2410 | 2023-12-05T04:46:46.815Z | uploading: /work/version.txt (26 bytes) |
2411 | 2023-12-05T04:46:47.823Z | uploaded: /work/version.txt |
2412 | 2023-12-05T04:46:47.823Z | uploading: /work/package.tar.gz (79649819 bytes) |
2413 | 2023-12-05T04:47:15.941Z | uploaded: /work/package.tar.gz |
2414 | 2023-12-05T04:47:15.941Z | uploading: /work/global-zone-packages.tar.gz (121114919 bytes) |
2415 | 2023-12-05T04:47:49.331Z | uploaded: /work/global-zone-packages.tar.gz |
2416 | 2023-12-05T04:47:49.331Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36475058 bytes) |
2417 | 2023-12-05T04:47:57.330Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2418 | 2023-12-05T04:47:57.330Z | uploading: /work/zones/clickhouse.tar.gz (181765130 bytes) |
2419 | 2023-12-05T04:48:51.692Z | uploaded: /work/zones/clickhouse.tar.gz |
2420 | 2023-12-05T04:48:51.692Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181769619 bytes) |
2421 | 2023-12-05T04:49:54.381Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2422 | 2023-12-05T04:49:54.381Z | uploading: /work/zones/cockroachdb.tar.gz (118845450 bytes) |
2423 | 2023-12-05T04:50:29.449Z | uploaded: /work/zones/cockroachdb.tar.gz |
2424 | 2023-12-05T04:50:29.449Z | uploading: /work/zones/crucible-pantry.tar.gz (22402804 bytes) |
2425 | 2023-12-05T04:50:42.914Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2426 | 2023-12-05T04:50:42.915Z | uploading: /work/zones/crucible.tar.gz (42284263 bytes) |
2427 | 2023-12-05T04:51:00.329Z | uploaded: /work/zones/crucible.tar.gz |
2428 | 2023-12-05T04:51:00.329Z | uploading: /work/zones/external-dns.tar.gz (24133096 bytes) |
2429 | 2023-12-05T04:51:09.264Z | uploaded: /work/zones/external-dns.tar.gz |
2430 | 2023-12-05T04:51:09.264Z | uploading: /work/zones/internal-dns.tar.gz (24133096 bytes) |
2431 | 2023-12-05T04:51:16.613Z | uploaded: /work/zones/internal-dns.tar.gz |
2432 | 2023-12-05T04:51:16.613Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2433 | 2023-12-05T04:51:17.626Z | uploaded: /work/zones/ntp.tar.gz |
2434 | 2023-12-05T04:51:17.626Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18237534 bytes) |
2435 | 2023-12-05T04:51:23.857Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2436 | 2023-12-05T04:51:23.857Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18236659 bytes) |
2437 | 2023-12-05T04:51:34.766Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2438 | 2023-12-05T04:51:34.778Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (73653080 bytes) |
2439 | 2023-12-05T04:51:50.617Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2440 | 2023-12-05T04:51:50.617Z | uploading: /work/zones/omicron-nexus.tar.gz (73645409 bytes) |
2441 | 2023-12-05T04:52:13.148Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2442 | 2023-12-05T04:52:13.148Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2443 | 2023-12-05T04:52:14.167Z | uploaded: /work/zones/overlay.tar.gz |
2444 | 2023-12-05T04:52:14.167Z | uploading: /work/zones/oximeter-collector.tar.gz (34178838 bytes) |
2445 | 2023-12-05T04:52:22.205Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2446 | 2023-12-05T04:52:22.205Z | uploading: /work/zones/propolis-server.tar.gz (66564478 bytes) |
2447 | 2023-12-05T04:52:41.989Z | uploaded: /work/zones/propolis-server.tar.gz |
2448 | 2023-12-05T04:52:41.989Z | uploading: /work/zones/switch-asic.tar.gz (245393360 bytes) |
2449 | 2023-12-05T04:54:04.553Z | uploaded: /work/zones/switch-asic.tar.gz |
2450 | 2023-12-05T04:54:04.553Z | uploading: /work/zones/switch-softnpu.tar.gz (169368391 bytes) |
2451 | 2023-12-05T04:55:11.276Z | uploaded: /work/zones/switch-softnpu.tar.gz |