|
|
|
1 | 2023-09-21T15:16:26.794Z | job assigned to worker 01HAW4XPH32QRNDB7KQJYQGFMT (queued for 1 m 37 s) |
|
2 | 2023-09-21T15:16:27.059Z | starting task 0: "setup" |
3 | 2023-09-21T15:16:27.333Z | ++ uname -s |
4 | 2023-09-21T15:16:27.336Z | + kern=SunOS |
5 | 2023-09-21T15:16:27.338Z | + case "$kern" in |
6 | 2023-09-21T15:16:27.341Z | + groupadd -g 12345 build |
7 | 2023-09-21T15:16:27.344Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-09-21T15:16:29.353Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-09-21T15:16:29.474Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-09-21T15:16:29.891Z | + home_fs=zfs |
11 | 2023-09-21T15:16:29.897Z | + [[ zfs == autofs ]] |
12 | 2023-09-21T15:16:30.345Z | + mkdir -p /home/build |
13 | 2023-09-21T15:16:30.350Z | + chown build:build /home/build /work |
14 | 2023-09-21T15:16:31.481Z | + chmod 0700 /home/build /work |
15 | 2023-09-21T15:16:31.484Z | process exited: duration 4421 ms, exit code 0 |
|
16 | 2023-09-21T15:16:31.504Z | starting task 1: "rust-toolchain" |
17 | 2023-09-21T15:16:31.516Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-09-21T15:16:31.520Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.0 --profile default |
19 | 2023-09-21T15:16:31.678Z | info: downloading installer |
20 | 2023-09-21T15:16:33.452Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-09-21T15:16:33.455Z | warning: /opt/ooce/bin |
22 | 2023-09-21T15:16:33.458Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-09-21T15:16:33.461Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-09-21T15:16:33.464Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-09-21T15:16:33.467Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-09-21T15:16:33.470Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-09-21T15:16:33.473Z | error: cannot install while Rust is installed |
28 | 2023-09-21T15:16:33.476Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-09-21T15:16:33.717Z | info: profile set to 'default' |
30 | 2023-09-21T15:16:34.153Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-09-21T15:16:34.164Z | info: syncing channel updates for '1.72.0-x86_64-unknown-illumos' |
32 | 2023-09-21T15:16:34.179Z | info: latest update on 2023-08-24, rust version 1.72.0 (5680fa18f 2023-08-23) |
33 | 2023-09-21T15:16:34.183Z | info: downloading component 'cargo' |
34 | 2023-09-21T15:16:34.494Z | info: downloading component 'clippy' |
35 | 2023-09-21T15:16:34.714Z | info: downloading component 'rust-docs' |
36 | 2023-09-21T15:16:35.499Z | info: downloading component 'rust-std' |
37 | 2023-09-21T15:16:36.872Z | info: downloading component 'rustc' |
38 | 2023-09-21T15:16:40.271Z | info: downloading component 'rustfmt' |
39 | 2023-09-21T15:16:40.467Z | info: installing component 'cargo' |
40 | 2023-09-21T15:16:42.232Z | info: installing component 'clippy' |
41 | 2023-09-21T15:16:43.059Z | info: installing component 'rust-docs' |
42 | 2023-09-21T15:16:45.613Z | info: installing component 'rust-std' |
43 | 2023-09-21T15:16:49.251Z | info: installing component 'rustc' |
44 | 2023-09-21T15:16:56.552Z | info: installing component 'rustfmt' |
45 | 2023-09-21T15:16:57.010Z | info: default toolchain set to '1.72.0-x86_64-unknown-illumos' |
46 | 2023-09-21T15:16:57.013Z | |
47 | 2023-09-21T15:16:57.166Z | 1.72.0-x86_64-unknown-illumos installed - rustc 1.72.0 (5680fa18f 2023-08-23) |
48 | 2023-09-21T15:16:57.172Z | |
49 | 2023-09-21T15:16:57.177Z | |
50 | 2023-09-21T15:16:57.181Z | Rust is installed now. Great! |
51 | 2023-09-21T15:16:57.185Z | |
52 | 2023-09-21T15:16:57.189Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-09-21T15:16:57.194Z | environment variable. This has not been done automatically. |
54 | 2023-09-21T15:16:57.197Z | |
55 | 2023-09-21T15:16:57.201Z | To configure your current shell, run: |
56 | 2023-09-21T15:16:57.207Z | source "$HOME/.cargo/env" |
57 | 2023-09-21T15:16:57.250Z | + rustc --version |
58 | 2023-09-21T15:16:57.353Z | rustc 1.72.0 (5680fa18f 2023-08-23) |
59 | 2023-09-21T15:16:57.358Z | process exited: duration 25851 ms, exit code 0 |
|
60 | 2023-09-21T15:16:57.367Z | starting task 2: "authentication" |
61 | 2023-09-21T15:16:57.419Z | process exited: duration 48 ms, exit code 0 |
|
62 | 2023-09-21T15:16:57.848Z | starting task 3: "clone repository" |
63 | 2023-09-21T15:16:57.868Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-09-21T15:16:57.885Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-09-21T15:16:57.982Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-09-21T15:17:04.315Z | + cd /work/oxidecomputer/omicron |
67 | 2023-09-21T15:17:04.389Z | + [[ -n gjcolombo/instance-networking-module ]] |
68 | 2023-09-21T15:17:04.437Z | + git fetch origin gjcolombo/instance-networking-module |
69 | 2023-09-21T15:17:04.492Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-09-21T15:17:04.503Z | * branch gjcolombo/instance-networking-module -> FETCH_HEAD |
71 | 2023-09-21T15:17:04.511Z | + git checkout -B gjcolombo/instance-networking-module remotes/origin/gjcolombo/instance-networking-module |
72 | 2023-09-21T15:17:04.521Z | Switched to a new branch 'gjcolombo/instance-networking-module' |
73 | 2023-09-21T15:17:04.527Z | branch 'gjcolombo/instance-networking-module' set up to track 'origin/gjcolombo/instance-networking-module'. |
74 | 2023-09-21T15:17:04.531Z | + git reset --hard 60d36faee3642d2940d17fbe4a4467d640b91853 |
75 | 2023-09-21T15:17:04.537Z | HEAD is now at 60d36fae improve logging statement; remove unnecessary clone |
76 | 2023-09-21T15:17:04.544Z | process exited: duration 5749 ms, exit code 0 |
|
77 | 2023-09-21T15:17:04.556Z | starting task 4: "build" |
78 | 2023-09-21T15:17:04.567Z | + cargo --version |
79 | 2023-09-21T15:17:04.657Z | cargo 1.72.0 (103a7ff2e 2023-08-15) |
80 | 2023-09-21T15:17:04.660Z | + rustc --version |
81 | 2023-09-21T15:17:04.760Z | rustc 1.72.0 (5680fa18f 2023-08-23) |
82 | 2023-09-21T15:17:04.766Z | ++ git rev-parse HEAD |
83 | 2023-09-21T15:17:04.769Z | + COMMIT=60d36faee3642d2940d17fbe4a4467d640b91853 |
84 | 2023-09-21T15:17:04.772Z | + VERSION=1.0.2-0.ci+git60d36faee36 |
85 | 2023-09-21T15:17:04.775Z | + echo 1.0.2-0.ci+git60d36faee36 |
86 | 2023-09-21T15:17:04.779Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2023-09-21T15:17:13.770Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2023-09-21T15:17:14.242Z | Startup: Caching catalogs ... Done |
89 | 2023-09-21T15:17:16.379Z | Planning: Solver setup ... Done (1.968s) |
90 | 2023-09-21T15:17:16.448Z | Planning: Running solver ... Done (0.066s) |
91 | 2023-09-21T15:17:16.490Z | Planning: Finding local manifests ... Done (0.003s) |
92 | 2023-09-21T15:17:16.505Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2023-09-21T15:17:16.881Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2023-09-21T15:17:16.963Z | Planning: Package planning ... Done (0.081s) |
95 | 2023-09-21T15:17:17.048Z | Planning: Merging actions ... Done (0.085s) |
96 | 2023-09-21T15:17:18.067Z | Planning: Checking for conflicting actions ... Done (1.017s) |
97 | 2023-09-21T15:17:18.087Z | Planning: Consolidating action changes ... Done (0.017s) |
98 | 2023-09-21T15:17:24.215Z | Planning: Evaluating mediators ... Done (6.134s) |
99 | 2023-09-21T15:17:24.231Z | Planning: Planning completed in 9.94 seconds |
100 | 2023-09-21T15:17:24.254Z | Packages to install: 4 |
101 | 2023-09-21T15:17:24.257Z | Mediators to change: 2 |
102 | 2023-09-21T15:17:24.261Z | Services to change: 1 |
103 | 2023-09-21T15:17:24.264Z | Estimated space available: 149.40 GB |
104 | 2023-09-21T15:17:24.267Z | Estimated space to be consumed: 1.34 GB |
105 | 2023-09-21T15:17:24.269Z | Create boot environment: No |
106 | 2023-09-21T15:17:24.272Z | Create backup boot environment: No |
107 | 2023-09-21T15:17:24.275Z | Rebuild boot archive: No |
108 | 2023-09-21T15:17:24.278Z | |
109 | 2023-09-21T15:17:24.280Z | Changed mediators: |
110 | 2023-09-21T15:17:24.283Z | mediator clang: |
111 | 2023-09-21T15:17:24.288Z | version: None -> 15 (system default) |
112 | 2023-09-21T15:17:24.291Z | |
113 | 2023-09-21T15:17:24.293Z | mediator llvm: |
114 | 2023-09-21T15:17:24.297Z | version: 14 (system default) -> 15 (system default) |
115 | 2023-09-21T15:17:24.300Z | |
116 | 2023-09-21T15:17:24.303Z | Changed packages: |
117 | 2023-09-21T15:17:24.307Z | helios-dev |
118 | 2023-09-21T15:17:24.310Z | developer/build-essential |
119 | 2023-09-21T15:17:24.314Z | None -> 11-2.0 |
120 | 2023-09-21T15:17:24.318Z | library/libxmlsec1 |
121 | 2023-09-21T15:17:24.322Z | None -> 1.2.35-2.0 |
122 | 2023-09-21T15:17:24.326Z | ooce/developer/clang-15 |
123 | 2023-09-21T15:17:24.330Z | None -> 15.0.7-2.0 |
124 | 2023-09-21T15:17:24.334Z | ooce/developer/llvm-15 |
125 | 2023-09-21T15:17:24.338Z | None -> 15.0.7-2.0 |
126 | 2023-09-21T15:17:24.342Z | |
127 | 2023-09-21T15:17:24.346Z | Services: |
128 | 2023-09-21T15:17:24.352Z | restart_fmri: |
129 | 2023-09-21T15:17:24.766Z | svc:/system/update-man-index:default |
130 | 2023-09-21T15:17:24.768Z | |
131 | 2023-09-21T15:17:24.771Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2023-09-21T15:17:30.709Z | Download: 212/3290 items 1.3/212.6MB 0% complete (1.2M/s) |
133 | 2023-09-21T15:17:35.709Z | Download: 480/3290 items 16.8/212.6MB 7% complete (1.6M/s) |
134 | 2023-09-21T15:17:40.737Z | Download: 991/3290 items 19.2/212.6MB 9% complete (1.8M/s) |
135 | 2023-09-21T15:17:45.737Z | Download: 1211/3290 items 94.4/212.6MB 44% complete (7.7M/s) |
136 | 2023-09-21T15:17:53.965Z | Download: 1340/3290 items 114.3/212.6MB 53% complete (9.6M/s) |
137 | 2023-09-21T15:17:55.845Z | Download: 1841/3290 items 116.0/212.6MB 54% complete (1.9M/s) |
138 | 2023-09-21T15:18:10.275Z | Download: 2218/3290 items 117.6/212.6MB 55% complete |
139 | 2023-09-21T15:18:15.279Z | Download: 3078/3290 items 121.4/212.6MB 57% complete (780k/s) |
140 | 2023-09-21T15:18:19.820Z | Download: Completed 212.60 MB in 55.28 seconds (3.9M/s) |
141 | 2023-09-21T15:18:23.008Z | Actions: 1/3687 actions (Installing new actions) |
142 | 2023-09-21T15:18:26.101Z | Actions: 1797/3687 actions (Installing new actions) |
143 | 2023-09-21T15:18:28.503Z | Actions: Completed 3687 actions in 8.35 seconds. |
144 | 2023-09-21T15:18:28.606Z | Done (0.095s) |
145 | 2023-09-21T15:18:28.610Z | Done (0.000s) |
146 | 2023-09-21T15:18:28.718Z | Done (0.109s) |
147 | 2023-09-21T15:18:36.733Z | Done (7.918s) |
148 | 2023-09-21T15:18:37.003Z | Done (0.170s) |
149 | 2023-09-21T15:18:37.007Z | Done (0.000s) |
150 | 2023-09-21T15:18:37.242Z | Done (0.000s) |
151 | 2023-09-21T15:18:37.870Z | Planning: Evaluating mediator changes ... Done |
152 | 2023-09-21T15:18:38.152Z | Planning: Checking for conflicting actions ... Done |
153 | 2023-09-21T15:18:38.162Z | Planning: Consolidating action changes ... Done |
154 | 2023-09-21T15:18:38.579Z | Planning: Evaluating mediators ... Done |
155 | 2023-09-21T15:18:38.583Z | Planning: Planning completed in 0.71 seconds |
156 | 2023-09-21T15:18:38.637Z | Mediators to change: 2 |
157 | 2023-09-21T15:18:38.640Z | Create boot environment: No |
158 | 2023-09-21T15:18:38.643Z | Create backup boot environment: No |
159 | 2023-09-21T15:18:38.776Z | Done |
160 | 2023-09-21T15:18:38.788Z | Done |
161 | 2023-09-21T15:18:38.833Z | Done |
162 | 2023-09-21T15:18:44.628Z | Done |
163 | 2023-09-21T15:18:44.749Z | Done |
164 | 2023-09-21T15:18:44.752Z | Done |
165 | 2023-09-21T15:18:44.854Z | Done |
166 | 2023-09-21T15:18:45.869Z | Planning: Evaluating mediator changes ... Done |
167 | 2023-09-21T15:18:45.878Z | Planning: Merging actions ... Done |
168 | 2023-09-21T15:18:46.225Z | Planning: Checking for conflicting actions ... Done |
169 | 2023-09-21T15:18:46.229Z | Planning: Consolidating action changes ... Done |
170 | 2023-09-21T15:18:46.629Z | Planning: Evaluating mediators ... Done |
171 | 2023-09-21T15:18:46.715Z | Planning: Planning completed in 1.30 seconds |
172 | 2023-09-21T15:18:46.773Z | Packages to change: 1 |
173 | 2023-09-21T15:18:46.776Z | Mediators to change: 1 |
174 | 2023-09-21T15:18:46.778Z | Services to change: 1 |
175 | 2023-09-21T15:18:46.781Z | Create boot environment: No |
176 | 2023-09-21T15:18:46.784Z | Create backup boot environment: Yes |
177 | 2023-09-21T15:18:48.899Z | Actions: 1/6 actions (Updating modified actions) |
178 | 2023-09-21T15:18:48.908Z | Actions: Completed 6 actions in 0.00 seconds. |
179 | 2023-09-21T15:18:48.913Z | Done |
180 | 2023-09-21T15:18:48.919Z | Done |
181 | 2023-09-21T15:18:48.930Z | Done |
182 | 2023-09-21T15:18:54.829Z | Done |
183 | 2023-09-21T15:18:54.958Z | Done |
184 | 2023-09-21T15:18:54.966Z | Done |
185 | 2023-09-21T15:18:55.055Z | Done |
186 | 2023-09-21T15:18:55.722Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
187 | 2023-09-21T15:18:55.727Z | clang system 15 system |
188 | 2023-09-21T15:18:55.732Z | csh system system illumos |
189 | 2023-09-21T15:18:56.145Z | ctags system system illumos |
190 | 2023-09-21T15:18:56.149Z | gcc vendor 12 vendor |
191 | 2023-09-21T15:18:56.152Z | gcc system 10 system |
192 | 2023-09-21T15:18:56.155Z | gcc system 7 system |
193 | 2023-09-21T15:18:56.158Z | go system 1.20 system |
194 | 2023-09-21T15:18:56.164Z | go system 1.19 system |
195 | 2023-09-21T15:18:56.168Z | llvm system 15 system |
196 | 2023-09-21T15:18:56.171Z | llvm system 14 system |
197 | 2023-09-21T15:18:56.178Z | mariadb system 10.6 system |
198 | 2023-09-21T15:18:56.590Z | mta vendor vendor dma |
199 | 2023-09-21T15:18:56.601Z | openjdk system 17 system |
200 | 2023-09-21T15:18:56.626Z | openjdk system 11 system |
201 | 2023-09-21T15:18:56.636Z | openjdk system 1.8 system |
202 | 2023-09-21T15:18:56.673Z | openssl vendor 3 vendor |
203 | 2023-09-21T15:18:56.677Z | perl system 5.36 system |
204 | 2023-09-21T15:18:56.692Z | postgresql system 15 system |
205 | 2023-09-21T15:18:56.702Z | postgresql system 13 system |
206 | 2023-09-21T15:18:56.707Z | python vendor 3 vendor |
207 | 2023-09-21T15:18:56.719Z | python system 2 system |
208 | 2023-09-21T15:18:56.730Z | python3 system 3.11 system |
209 | 2023-09-21T15:18:56.746Z | ruby system 3.0 system |
210 | 2023-09-21T15:18:56.755Z | words vendor vendor american-english |
211 | 2023-09-21T15:18:56.763Z | words system system australian-english |
212 | 2023-09-21T15:18:56.774Z | words system system british-english |
213 | 2023-09-21T15:18:56.785Z | words system system canadian-english |
214 | 2023-09-21T15:18:56.798Z | words system system french |
215 | 2023-09-21T15:18:56.836Z | words system system italian |
216 | 2023-09-21T15:18:56.860Z | words system system ngerman |
217 | 2023-09-21T15:18:56.868Z | words system system ogerman |
218 | 2023-09-21T15:18:56.882Z | words system system spanish |
219 | 2023-09-21T15:18:56.895Z | FMRI IFO |
220 | 2023-09-21T15:18:56.914Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
221 | 2023-09-21T15:18:56.932Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
222 | 2023-09-21T15:18:56.940Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
223 | 2023-09-21T15:18:56.945Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
224 | 2023-09-21T15:18:56.950Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
225 | 2023-09-21T15:18:56.955Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
226 | 2023-09-21T15:18:56.959Z | + set -o errexit |
227 | 2023-09-21T15:18:56.963Z | +++ dirname ./tools/ci_download_cockroachdb |
228 | 2023-09-21T15:18:56.967Z | ++ cd ./tools |
229 | 2023-09-21T15:18:56.971Z | ++ pwd |
230 | 2023-09-21T15:18:56.975Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
231 | 2023-09-21T15:18:56.980Z | ++ basename ./tools/ci_download_cockroachdb |
232 | 2023-09-21T15:18:56.985Z | + ARG0=ci_download_cockroachdb |
233 | 2023-09-21T15:18:56.990Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
234 | 2023-09-21T15:18:57.020Z | + CIDL_VERSION=v22.1.9 |
235 | 2023-09-21T15:18:57.028Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
236 | 2023-09-21T15:18:57.039Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
237 | 2023-09-21T15:18:57.046Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
238 | 2023-09-21T15:18:57.053Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
239 | 2023-09-21T15:18:57.065Z | + TARGET_DIR=out |
240 | 2023-09-21T15:18:57.071Z | + DOWNLOAD_DIR=out/downloads |
241 | 2023-09-21T15:18:57.117Z | + DEST_DIR=./out/cockroachdb |
242 | 2023-09-21T15:18:57.126Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
243 | 2023-09-21T15:18:57.135Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
244 | 2023-09-21T15:18:57.144Z | + main |
245 | 2023-09-21T15:18:57.151Z | + [[ 0 != 0 ]] |
246 | 2023-09-21T15:18:57.155Z | + CIDL_OS=solaris2.11 |
247 | 2023-09-21T15:18:57.159Z | + [[ 0 != 0 ]] |
248 | 2023-09-21T15:18:57.163Z | + configure_os solaris2.11 |
249 | 2023-09-21T15:18:57.168Z | + echo 'current directory: /work/oxidecomputer/omicron' |
250 | 2023-09-21T15:18:57.176Z | current directory: /work/oxidecomputer/omicron |
251 | 2023-09-21T15:18:57.181Z | + echo 'configuring based on OS: "solaris2.11"' |
252 | 2023-09-21T15:18:57.185Z | configuring based on OS: "solaris2.11" |
253 | 2023-09-21T15:18:57.190Z | + case "$1" in |
254 | 2023-09-21T15:18:57.194Z | + CIDL_BUILD=illumos |
255 | 2023-09-21T15:18:57.198Z | + CIDL_SUFFIX=tar.gz |
256 | 2023-09-21T15:18:57.207Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
257 | 2023-09-21T15:18:57.211Z | + CIDL_MD5FUNC=do_md5sum |
258 | 2023-09-21T15:18:57.218Z | + CIDL_URL_BASE=https://illumos.org/downloads |
259 | 2023-09-21T15:18:57.222Z | + CIDL_ASSEMBLE=do_assemble_illumos |
260 | 2023-09-21T15:18:57.229Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
261 | 2023-09-21T15:18:57.237Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
262 | 2023-09-21T15:18:57.244Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
263 | 2023-09-21T15:18:57.248Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
264 | 2023-09-21T15:18:57.252Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
265 | 2023-09-21T15:18:57.257Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
266 | 2023-09-21T15:18:57.262Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
267 | 2023-09-21T15:18:57.266Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
268 | 2023-09-21T15:18:57.270Z | Downloading... |
269 | 2023-09-21T15:18:57.274Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
270 | 2023-09-21T15:18:57.281Z | + mkdir -p out/downloads |
271 | 2023-09-21T15:18:57.292Z | + mkdir -p ./out/cockroachdb |
272 | 2023-09-21T15:18:57.304Z | + local DO_DOWNLOAD=true |
273 | 2023-09-21T15:18:57.312Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
274 | 2023-09-21T15:18:57.320Z | + '[' true == true ']' |
275 | 2023-09-21T15:18:57.324Z | + echo Downloading... |
276 | 2023-09-21T15:18:57.329Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-09-21T15:18:57.333Z | + 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 |
278 | 2023-09-21T15:18:59.810Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-09-21T15:18:59.816Z | ++ md5sum |
280 | 2023-09-21T15:18:59.820Z | ++ awk '{print $1}' |
281 | 2023-09-21T15:18:59.995Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
282 | 2023-09-21T15:18:59.998Z | + [[ 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 ]] |
283 | 2023-09-21T15:19:00.004Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-09-21T15:19:00.016Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
285 | 2023-09-21T15:19:03.361Z | + do_assemble_illumos |
286 | 2023-09-21T15:19:03.365Z | + rm -r ./out/cockroachdb |
287 | 2023-09-21T15:19:03.369Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
288 | 2023-09-21T15:19:04.030Z | + ./out/cockroachdb/bin/cockroach version |
289 | 2023-09-21T15:19:04.346Z | Build Tag: v22.1.9-dirty |
290 | 2023-09-21T15:19:04.357Z | Build Time: 2022/10/26 21:17:46 |
291 | 2023-09-21T15:19:04.375Z | Distribution: OSS |
292 | 2023-09-21T15:19:04.402Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
293 | 2023-09-21T15:19:04.417Z | Go Version: go1.17.13 |
294 | 2023-09-21T15:19:04.485Z | C Compiler: gcc 10.3.0 |
295 | 2023-09-21T15:19:04.502Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
296 | 2023-09-21T15:19:04.520Z | Build Type: release |
297 | 2023-09-21T15:19:04.533Z | + set -o errexit |
298 | 2023-09-21T15:19:04.552Z | +++ dirname ./tools/ci_download_clickhouse |
299 | 2023-09-21T15:19:04.568Z | ++ cd ./tools |
300 | 2023-09-21T15:19:04.579Z | ++ pwd |
301 | 2023-09-21T15:19:04.589Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
302 | 2023-09-21T15:19:04.603Z | ++ basename ./tools/ci_download_clickhouse |
303 | 2023-09-21T15:19:04.626Z | + ARG0=ci_download_clickhouse |
304 | 2023-09-21T15:19:04.642Z | + TARGET_DIR=out |
305 | 2023-09-21T15:19:04.655Z | + DOWNLOAD_DIR=out/downloads |
306 | 2023-09-21T15:19:04.668Z | + DEST_DIR=./out/clickhouse |
307 | 2023-09-21T15:19:04.680Z | + CIDL_VERSION=v22.8.9.24 |
308 | 2023-09-21T15:19:04.694Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
309 | 2023-09-21T15:19:04.702Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
310 | 2023-09-21T15:19:04.712Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
311 | 2023-09-21T15:19:04.723Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
312 | 2023-09-21T15:19:04.734Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
313 | 2023-09-21T15:19:04.743Z | + main |
314 | 2023-09-21T15:19:04.750Z | + [[ 0 != 0 ]] |
315 | 2023-09-21T15:19:04.762Z | + CIDL_OS=solaris2.11 |
316 | 2023-09-21T15:19:04.773Z | + [[ 0 != 0 ]] |
317 | 2023-09-21T15:19:04.779Z | + configure_os solaris2.11 |
318 | 2023-09-21T15:19:04.794Z | + echo 'current directory: /work/oxidecomputer/omicron' |
319 | 2023-09-21T15:19:04.801Z | + echo 'configuring based on OS: "solaris2.11"' |
320 | 2023-09-21T15:19:04.810Z | current directory: /work/oxidecomputer/omicron |
321 | 2023-09-21T15:19:04.825Z | configuring based on OS: "solaris2.11" |
322 | 2023-09-21T15:19:04.865Z | + CIDL_DASHREV= |
323 | 2023-09-21T15:19:04.885Z | + case "$1" in |
324 | 2023-09-21T15:19:04.900Z | + CIDL_PLATFORM=illumos |
325 | 2023-09-21T15:19:04.916Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
326 | 2023-09-21T15:19:04.928Z | + CIDL_MD5FUNC=do_md5sum |
327 | 2023-09-21T15:19:04.933Z | + CIDL_DASHREV=-1 |
328 | 2023-09-21T15:19:04.942Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
329 | 2023-09-21T15:19:04.949Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
330 | 2023-09-21T15:19:04.955Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
331 | 2023-09-21T15:19:04.964Z | + TARBALL_DIR=out/downloads/clickhouse-v22.8.9.24 |
332 | 2023-09-21T15:19:04.968Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
333 | 2023-09-21T15:19:04.973Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
334 | 2023-09-21T15:19:04.978Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
335 | 2023-09-21T15:19:04.984Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
336 | 2023-09-21T15:19:04.987Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2023-09-21T15:19:04.996Z | + mkdir -p out/downloads |
338 | 2023-09-21T15:19:05.004Z | + mkdir -p ./out/clickhouse |
339 | 2023-09-21T15:19:05.008Z | + local DO_DOWNLOAD=true |
340 | 2023-09-21T15:19:05.012Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
341 | 2023-09-21T15:19:05.016Z | + '[' true == true ']' |
342 | 2023-09-21T15:19:05.027Z | + echo Downloading... |
343 | 2023-09-21T15:19:05.032Z | Downloading... |
344 | 2023-09-21T15:19:05.056Z | + 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 |
345 | 2023-09-21T15:19:05.076Z | + 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 |
346 | 2023-09-21T15:19:05.725Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-09-21T15:19:05.734Z | ++ md5sum |
348 | 2023-09-21T15:19:05.744Z | ++ awk '{print $1}' |
349 | 2023-09-21T15:19:05.988Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
350 | 2023-09-21T15:19:05.997Z | + [[ 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 ]] |
351 | 2023-09-21T15:19:06.001Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
352 | 2023-09-21T15:19:06.006Z | + mkdir -p ./out/clickhouse |
353 | 2023-09-21T15:19:06.009Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
354 | 2023-09-21T15:19:10.817Z | + ./out/clickhouse/clickhouse server --version |
355 | 2023-09-21T15:19:11.251Z | ClickHouse server version 22.8.9.1. |
356 | 2023-09-21T15:19:11.257Z | + set -o errexit |
357 | 2023-09-21T15:19:11.676Z | +++ dirname ./tools/ci_download_console |
358 | 2023-09-21T15:19:11.681Z | ++ cd ./tools |
359 | 2023-09-21T15:19:11.686Z | ++ pwd |
360 | 2023-09-21T15:19:11.694Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
361 | 2023-09-21T15:19:11.699Z | ++ basename ./tools/ci_download_console |
362 | 2023-09-21T15:19:11.708Z | + ARG0=ci_download_console |
363 | 2023-09-21T15:19:11.714Z | + TARGET_DIR=out |
364 | 2023-09-21T15:19:11.733Z | + DOWNLOAD_DIR=out/downloads |
365 | 2023-09-21T15:19:11.747Z | + DEST_DIR=./out/console-assets |
366 | 2023-09-21T15:19:12.204Z | + URL_BASE=https://dl.oxide.computer/releases/console |
367 | 2023-09-21T15:19:12.215Z | + source /work/oxidecomputer/omicron/tools/console_version |
368 | 2023-09-21T15:19:12.222Z | ++ COMMIT=af6536d587a17a65398407ca03d364345aa24342 |
369 | 2023-09-21T15:19:12.230Z | ++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
370 | 2023-09-21T15:19:12.249Z | + URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
371 | 2023-09-21T15:19:12.258Z | + TARBALL_FILE=out/downloads/console.tar.gz |
372 | 2023-09-21T15:19:12.265Z | + main |
373 | 2023-09-21T15:19:12.272Z | + [[ 0 != 0 ]] |
374 | 2023-09-21T15:19:12.278Z | + echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz' |
375 | 2023-09-21T15:19:12.286Z | URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
376 | 2023-09-21T15:19:12.291Z | + echo 'Local file: out/downloads/console.tar.gz' |
377 | 2023-09-21T15:19:12.298Z | Local file: out/downloads/console.tar.gz |
378 | 2023-09-21T15:19:12.303Z | + local DO_DOWNLOAD=true |
379 | 2023-09-21T15:19:12.309Z | + [[ -f out/downloads/console.tar.gz ]] |
380 | 2023-09-21T15:19:12.315Z | + mkdir -p out/downloads |
381 | 2023-09-21T15:19:12.321Z | + '[' true == true ']' |
382 | 2023-09-21T15:19:12.331Z | + echo Downloading... |
383 | 2023-09-21T15:19:12.339Z | Downloading... |
384 | 2023-09-21T15:19:12.346Z | + do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz |
385 | 2023-09-21T15:19:12.352Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
386 | 2023-09-21T15:19:12.360Z | ++ do_sha256sum out/downloads/console.tar.gz |
387 | 2023-09-21T15:19:12.377Z | ++ case "$OSTYPE" in |
388 | 2023-09-21T15:19:12.388Z | ++ SHA=sha256sum |
389 | 2023-09-21T15:19:12.400Z | ++ sha256sum |
390 | 2023-09-21T15:19:12.410Z | ++ awk '{print $1}' |
391 | 2023-09-21T15:19:12.421Z | + calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
392 | 2023-09-21T15:19:12.438Z | + [[ 00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 != \0\0\7\0\1\6\5\2\e\b\1\e\4\9\5\f\d\2\2\4\0\9\d\c\d\f\7\4\e\b\a\e\2\b\a\0\8\1\5\2\9\f\6\5\f\b\4\1\c\5\a\c\3\a\2\f\e\f\5\0\a\1\4\9 ]] |
393 | 2023-09-21T15:19:12.450Z | + rm -rf ./out/console-assets |
394 | 2023-09-21T15:19:12.462Z | + mkdir -p ./out/console-assets |
395 | 2023-09-21T15:19:12.486Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
396 | 2023-09-21T15:19:12.503Z | + mkdir -p ./out/console-assets |
397 | 2023-09-21T15:19:12.925Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
398 | 2023-09-21T15:19:12.938Z | + set -o errexit |
399 | 2023-09-21T15:19:12.960Z | +++ dirname ./tools/ci_download_maghemite_openapi |
400 | 2023-09-21T15:19:12.971Z | ++ cd ./tools |
401 | 2023-09-21T15:19:13.387Z | ++ pwd |
402 | 2023-09-21T15:19:13.815Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
403 | 2023-09-21T15:19:14.234Z | ++ basename ./tools/ci_download_maghemite_openapi |
404 | 2023-09-21T15:19:14.242Z | + ARG0=ci_download_maghemite_openapi |
405 | 2023-09-21T15:19:14.252Z | + TARGET_DIR=out |
406 | 2023-09-21T15:19:14.271Z | + DOWNLOAD_DIR=out/downloads |
407 | 2023-09-21T15:19:14.278Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
408 | 2023-09-21T15:19:14.290Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
409 | 2023-09-21T15:19:14.312Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
410 | 2023-09-21T15:19:14.332Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
411 | 2023-09-21T15:19:14.352Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
412 | 2023-09-21T15:19:14.362Z | + main |
413 | 2023-09-21T15:19:14.371Z | + [[ 0 != 0 ]] |
414 | 2023-09-21T15:19:14.378Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
415 | 2023-09-21T15:19:14.384Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
416 | 2023-09-21T15:19:14.392Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
417 | 2023-09-21T15:19:14.400Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
418 | 2023-09-21T15:19:14.411Z | + local DO_DOWNLOAD=true |
419 | 2023-09-21T15:19:14.418Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
420 | 2023-09-21T15:19:14.432Z | + mkdir -p out/downloads |
421 | 2023-09-21T15:19:14.436Z | + '[' true == true ']' |
422 | 2023-09-21T15:19:14.442Z | + echo Downloading... |
423 | 2023-09-21T15:19:14.452Z | Downloading... |
424 | 2023-09-21T15:19:14.457Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
425 | 2023-09-21T15:19:14.884Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
426 | 2023-09-21T15:19:14.903Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
427 | 2023-09-21T15:19:14.917Z | ++ case "$OSTYPE" in |
428 | 2023-09-21T15:19:14.930Z | ++ SHA=sha256sum |
429 | 2023-09-21T15:19:14.937Z | ++ sha256sum |
430 | 2023-09-21T15:19:14.947Z | ++ awk '{print $1}' |
431 | 2023-09-21T15:19:14.961Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
432 | 2023-09-21T15:19:14.970Z | + [[ 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 ]] |
433 | 2023-09-21T15:19:14.978Z | + set -o errexit |
434 | 2023-09-21T15:19:14.986Z | +++ dirname ./tools/ci_download_dendrite_openapi |
435 | 2023-09-21T15:19:14.995Z | ++ cd ./tools |
436 | 2023-09-21T15:19:15.008Z | ++ pwd |
437 | 2023-09-21T15:19:15.023Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
438 | 2023-09-21T15:19:15.042Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
439 | 2023-09-21T15:19:15.056Z | Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
440 | 2023-09-21T15:19:15.063Z | ++ basename ./tools/ci_download_dendrite_openapi |
441 | 2023-09-21T15:19:15.076Z | Downloading... |
442 | 2023-09-21T15:19:15.097Z | + ARG0=ci_download_dendrite_openapi |
443 | 2023-09-21T15:19:15.124Z | + TARGET_DIR=out |
444 | 2023-09-21T15:19:15.142Z | + DOWNLOAD_DIR=out/downloads |
445 | 2023-09-21T15:19:15.164Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
446 | 2023-09-21T15:19:15.176Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
447 | 2023-09-21T15:19:15.186Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
448 | 2023-09-21T15:19:15.199Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
449 | 2023-09-21T15:19:15.205Z | + LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
450 | 2023-09-21T15:19:15.211Z | + main |
451 | 2023-09-21T15:19:15.220Z | + [[ 0 != 0 ]] |
452 | 2023-09-21T15:19:15.225Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json' |
453 | 2023-09-21T15:19:15.232Z | + echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json' |
454 | 2023-09-21T15:19:15.246Z | + local DO_DOWNLOAD=true |
455 | 2023-09-21T15:19:15.266Z | + [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]] |
456 | 2023-09-21T15:19:15.277Z | + mkdir -p out/downloads |
457 | 2023-09-21T15:19:15.294Z | + '[' true == true ']' |
458 | 2023-09-21T15:19:15.302Z | + echo Downloading... |
459 | 2023-09-21T15:19:15.310Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
460 | 2023-09-21T15:19:15.328Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
461 | 2023-09-21T15:19:15.351Z | ++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
462 | 2023-09-21T15:19:15.364Z | ++ case "$OSTYPE" in |
463 | 2023-09-21T15:19:15.381Z | ++ SHA=sha256sum |
464 | 2023-09-21T15:19:15.389Z | ++ sha256sum |
465 | 2023-09-21T15:19:15.399Z | ++ awk '{print $1}' |
466 | 2023-09-21T15:19:15.404Z | current directory: /work/oxidecomputer/omicron |
467 | 2023-09-21T15:19:15.408Z | + calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
468 | 2023-09-21T15:19:15.412Z | configuring based on OS: "solaris2.11" |
469 | 2023-09-21T15:19:15.417Z | + [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]] |
470 | 2023-09-21T15:19:15.421Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
471 | 2023-09-21T15:19:15.425Z | + set -o errexit |
472 | 2023-09-21T15:19:15.428Z | Local file: out/downloads/dendrite-stub.tar.gz |
473 | 2023-09-21T15:19:15.433Z | +++ dirname ./tools/ci_download_dendrite_stub |
474 | 2023-09-21T15:19:15.438Z | Downloading... |
475 | 2023-09-21T15:19:15.443Z | ++ cd ./tools |
476 | 2023-09-21T15:19:15.447Z | ++ pwd |
477 | 2023-09-21T15:19:15.451Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
478 | 2023-09-21T15:19:15.456Z | ++ basename ./tools/ci_download_dendrite_stub |
479 | 2023-09-21T15:19:15.459Z | + ARG0=ci_download_dendrite_stub |
480 | 2023-09-21T15:19:15.463Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
481 | 2023-09-21T15:19:15.467Z | ++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
482 | 2023-09-21T15:19:15.470Z | ++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939 |
483 | 2023-09-21T15:19:15.475Z | ++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8 |
484 | 2023-09-21T15:19:15.479Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
485 | 2023-09-21T15:19:15.483Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
486 | 2023-09-21T15:19:15.487Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
487 | 2023-09-21T15:19:15.493Z | + TARGET_DIR=out |
488 | 2023-09-21T15:19:15.503Z | + DOWNLOAD_DIR=out/downloads |
489 | 2023-09-21T15:19:15.509Z | + DEST_DIR=./out/dendrite-stub |
490 | 2023-09-21T15:19:15.514Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
491 | 2023-09-21T15:19:15.518Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
492 | 2023-09-21T15:19:15.523Z | + REPO=oxidecomputer/dendrite |
493 | 2023-09-21T15:19:15.527Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9 |
494 | 2023-09-21T15:19:15.532Z | + main |
495 | 2023-09-21T15:19:15.556Z | + [[ 0 != 0 ]] |
496 | 2023-09-21T15:19:15.567Z | + CIDL_OS=solaris2.11 |
497 | 2023-09-21T15:19:15.574Z | + [[ 0 != 0 ]] |
498 | 2023-09-21T15:19:15.585Z | + configure_os solaris2.11 |
499 | 2023-09-21T15:19:15.598Z | + echo 'current directory: /work/oxidecomputer/omicron' |
500 | 2023-09-21T15:19:15.607Z | + echo 'configuring based on OS: "solaris2.11"' |
501 | 2023-09-21T15:19:15.618Z | + case "$1" in |
502 | 2023-09-21T15:19:16.031Z | + SET_BINARIES= |
503 | 2023-09-21T15:19:16.047Z | + CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
504 | 2023-09-21T15:19:17.282Z | + CIDL_SHA256FUNC=do_sha256sum |
505 | 2023-09-21T15:19:17.292Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
506 | 2023-09-21T15:19:17.365Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
507 | 2023-09-21T15:19:17.608Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
508 | 2023-09-21T15:19:17.637Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz' |
509 | 2023-09-21T15:19:18.904Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
510 | 2023-09-21T15:19:18.912Z | + mkdir -p out/downloads |
511 | 2023-09-21T15:19:18.915Z | + mkdir -p ./out/dendrite-stub |
512 | 2023-09-21T15:19:18.921Z | + fetch_and_verify |
513 | 2023-09-21T15:19:18.927Z | + local DO_DOWNLOAD=true |
514 | 2023-09-21T15:19:18.935Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
515 | 2023-09-21T15:19:18.951Z | + '[' true == true ']' |
516 | 2023-09-21T15:19:19.005Z | + echo Downloading... |
517 | 2023-09-21T15:19:19.024Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
518 | 2023-09-21T15:19:19.040Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
519 | 2023-09-21T15:19:20.417Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
520 | 2023-09-21T15:19:20.424Z | ++ sha256sum |
521 | 2023-09-21T15:19:20.430Z | ++ awk '{print $1}' |
522 | 2023-09-21T15:19:20.522Z | + calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
523 | 2023-09-21T15:19:20.531Z | + [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]] |
524 | 2023-09-21T15:19:20.538Z | + do_untar out/downloads/dendrite-stub.tar.gz |
525 | 2023-09-21T15:19:20.542Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
526 | 2023-09-21T15:19:21.463Z | + do_assemble |
527 | 2023-09-21T15:19:21.475Z | + rm -r ./out/dendrite-stub |
528 | 2023-09-21T15:19:21.479Z | + mkdir ./out/dendrite-stub |
529 | 2023-09-21T15:19:21.490Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
530 | 2023-09-21T15:19:21.605Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
531 | 2023-09-21T15:19:21.632Z | + set -o errexit |
532 | 2023-09-21T15:19:21.649Z | +++ dirname ./tools/ci_download_transceiver_control |
533 | 2023-09-21T15:19:21.663Z | ++ cd ./tools |
534 | 2023-09-21T15:19:21.680Z | ++ pwd |
535 | 2023-09-21T15:19:21.693Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
536 | 2023-09-21T15:19:21.704Z | ++ basename ./tools/ci_download_transceiver_control |
537 | 2023-09-21T15:19:21.711Z | + ARG0=ci_download_transceiver_control |
538 | 2023-09-21T15:19:21.720Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
539 | 2023-09-21T15:19:21.735Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
540 | 2023-09-21T15:19:21.744Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
541 | 2023-09-21T15:19:21.751Z | + TARGET_DIR=out |
542 | 2023-09-21T15:19:21.756Z | + DOWNLOAD_DIR=out/downloads |
543 | 2023-09-21T15:19:21.765Z | + DEST_DIR=./out/transceiver-control |
544 | 2023-09-21T15:19:21.785Z | + BIN_DIR=/opt/oxide/bin |
545 | 2023-09-21T15:19:21.801Z | + BINARY=xcvradm |
546 | 2023-09-21T15:19:21.818Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
547 | 2023-09-21T15:19:21.835Z | + REPO=oxidecomputer/transceiver-control |
548 | 2023-09-21T15:19:21.853Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
549 | 2023-09-21T15:19:21.867Z | + main |
550 | 2023-09-21T15:19:21.879Z | + [[ 0 != 0 ]] |
551 | 2023-09-21T15:19:21.897Z | + CIDL_OS=solaris2.11 |
552 | 2023-09-21T15:19:21.927Z | + [[ 0 != 0 ]] |
553 | 2023-09-21T15:19:22.397Z | + configure_os solaris2.11 |
554 | 2023-09-21T15:19:22.532Z | + echo 'current directory: /work/oxidecomputer/omicron' |
555 | 2023-09-21T15:19:22.557Z | current directory: /work/oxidecomputer/omicron |
556 | 2023-09-21T15:19:22.585Z | + echo 'configuring based on OS: "solaris2.11"' |
557 | 2023-09-21T15:19:22.597Z | configuring based on OS: "solaris2.11" |
558 | 2023-09-21T15:19:22.617Z | + case "$1" in |
559 | 2023-09-21T15:19:22.635Z | + SET_BINARIES= |
560 | 2023-09-21T15:19:22.643Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
561 | 2023-09-21T15:19:22.649Z | + CIDL_SHA256FUNC=do_sha256sum |
562 | 2023-09-21T15:19:22.654Z | + ARCHIVE_FILENAME=xcvradm.gz |
563 | 2023-09-21T15:19:22.659Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
564 | 2023-09-21T15:19:22.682Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
565 | 2023-09-21T15:19:22.692Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
566 | 2023-09-21T15:19:22.706Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
567 | 2023-09-21T15:19:22.713Z | + echo 'Local file: out/downloads/xcvradm.gz' |
568 | 2023-09-21T15:19:22.723Z | Local file: out/downloads/xcvradm.gz |
569 | 2023-09-21T15:19:22.733Z | + mkdir -p out/downloads |
570 | 2023-09-21T15:19:22.760Z | + mkdir -p ./out/transceiver-control |
571 | 2023-09-21T15:19:22.772Z | + fetch_and_verify |
572 | 2023-09-21T15:19:22.810Z | + local DO_DOWNLOAD=true |
573 | 2023-09-21T15:19:22.870Z | + [[ -f out/downloads/xcvradm.gz ]] |
574 | 2023-09-21T15:19:22.935Z | + '[' true == true ']' |
575 | 2023-09-21T15:19:22.951Z | + echo Downloading... |
576 | 2023-09-21T15:19:22.969Z | Downloading... |
577 | 2023-09-21T15:19:23.410Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
578 | 2023-09-21T15:19:23.420Z | + 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 |
579 | 2023-09-21T15:19:23.828Z | ++ do_sha256sum out/downloads/xcvradm.gz |
580 | 2023-09-21T15:19:23.839Z | ++ sha256sum |
581 | 2023-09-21T15:19:23.856Z | ++ awk '{print $1}' |
582 | 2023-09-21T15:19:23.870Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
583 | 2023-09-21T15:19:23.879Z | + [[ 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 ]] |
584 | 2023-09-21T15:19:23.893Z | + do_unpack out/downloads/xcvradm.gz |
585 | 2023-09-21T15:19:23.911Z | + mkdir -p out/downloads/root//opt/oxide/bin |
586 | 2023-09-21T15:19:23.931Z | + gzip -dc out/downloads/xcvradm.gz |
587 | 2023-09-21T15:19:24.070Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
588 | 2023-09-21T15:19:24.095Z | + do_assemble |
589 | 2023-09-21T15:19:24.108Z | + rm -r ./out/transceiver-control |
590 | 2023-09-21T15:19:24.121Z | + mkdir ./out/transceiver-control |
591 | 2023-09-21T15:19:24.128Z | + cp -r out/downloads/root ./out/transceiver-control/root |
592 | 2023-09-21T15:19:24.211Z | All prerequisites installed successfully |
593 | 2023-09-21T15:19:24.218Z | |
594 | 2023-09-21T15:19:24.222Z | real 2:19.387972451 |
595 | 2023-09-21T15:19:24.226Z | user 47.759876879 |
596 | 2023-09-21T15:19:24.230Z | sys 9.172212215 |
597 | 2023-09-21T15:19:24.233Z | trap 0.025192193 |
598 | 2023-09-21T15:19:24.238Z | tflt 0.139311954 |
599 | 2023-09-21T15:19:24.241Z | dflt 0.616037216 |
600 | 2023-09-21T15:19:24.244Z | kflt 0.175098156 |
601 | 2023-09-21T15:19:24.247Z | lock 2.137052450 |
602 | 2023-09-21T15:19:24.251Z | slp 4:16.969929859 |
603 | 2023-09-21T15:19:24.254Z | lat 3.160648394 |
604 | 2023-09-21T15:19:24.257Z | stop 0.059472887 |
605 | 2023-09-21T15:19:24.262Z | + ptime -m ./tools/ci_download_softnpu_machinery |
606 | 2023-09-21T15:19:24.266Z | fetching npuzone |
607 | 2023-09-21T15:19:24.270Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
608 | 2023-09-21T15:19:24.275Z | (commit: 64beaff129b7f63a04a53dd5ed0ec09f012f5756) |
609 | 2023-09-21T15:19:24.278Z | Getting hash for npuzone |
610 | 2023-09-21T15:19:24.364Z | (hash: c1d18a02e1ccd1854d5f135656330c2765014c181bb5a0652493dd6a6fbd6323) |
611 | 2023-09-21T15:19:36.421Z | npuzone downloaded successfully |
612 | 2023-09-21T15:19:36.425Z | |
613 | 2023-09-21T15:19:36.431Z | real 12.227222340 |
614 | 2023-09-21T15:19:36.438Z | user 0.560751363 |
615 | 2023-09-21T15:19:36.444Z | sys 0.152466315 |
616 | 2023-09-21T15:19:36.453Z | trap 0.000130591 |
617 | 2023-09-21T15:19:36.458Z | tflt 0.000000000 |
618 | 2023-09-21T15:19:36.465Z | dflt 0.000000000 |
619 | 2023-09-21T15:19:36.471Z | kflt 0.000000000 |
620 | 2023-09-21T15:19:36.476Z | lock 0.000000000 |
621 | 2023-09-21T15:19:36.481Z | slp 35.809684765 |
622 | 2023-09-21T15:19:36.494Z | lat 0.121480976 |
623 | 2023-09-21T15:19:36.497Z | stop 0.000261000 |
624 | 2023-09-21T15:19:36.502Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu |
625 | 2023-09-21T15:19:36.800Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
626 | 2023-09-21T15:19:37.206Z | Updating crates.io index |
627 | 2023-09-21T15:19:37.338Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
628 | 2023-09-21T15:19:38.159Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
629 | 2023-09-21T15:19:39.834Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
630 | 2023-09-21T15:19:40.452Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
631 | 2023-09-21T15:19:40.822Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
632 | 2023-09-21T15:19:41.103Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
633 | 2023-09-21T15:19:41.410Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
634 | 2023-09-21T15:19:42.274Z | Updating git repository `https://github.com/oxidecomputer/opte` |
635 | 2023-09-21T15:19:43.237Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
636 | 2023-09-21T15:19:43.611Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
637 | 2023-09-21T15:19:44.107Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
638 | 2023-09-21T15:19:46.165Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
639 | 2023-09-21T15:19:46.506Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
640 | 2023-09-21T15:19:46.855Z | Updating git repository `https://github.com/njaremko/samael` |
641 | 2023-09-21T15:19:47.248Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
642 | 2023-09-21T15:19:47.888Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
643 | 2023-09-21T15:19:48.351Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
644 | 2023-09-21T15:19:48.889Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
645 | 2023-09-21T15:19:49.293Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
646 | 2023-09-21T15:19:49.669Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
647 | 2023-09-21T15:19:57.580Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
648 | 2023-09-21T15:19:57.960Z | Updating git repository `https://github.com/jgallagher/nix` |
649 | 2023-09-21T15:19:59.417Z | Updating git repository `https://github.com/cbiffle/hubpack` |
650 | 2023-09-21T15:19:59.773Z | Updating git repository `https://github.com/oxidecomputer/typify` |
651 | 2023-09-21T15:20:00.731Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
652 | 2023-09-21T15:20:01.180Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
653 | 2023-09-21T15:20:01.552Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
654 | 2023-09-21T15:20:03.438Z | Downloading crates ... |
655 | 2023-09-21T15:20:03.631Z | Downloaded async-trait v0.1.73 |
656 | 2023-09-21T15:20:03.636Z | Downloaded hex v0.4.3 |
657 | 2023-09-21T15:20:03.640Z | Downloaded bit-set v0.5.3 |
658 | 2023-09-21T15:20:03.648Z | Downloaded atomic-waker v1.1.1 |
659 | 2023-09-21T15:20:03.654Z | Downloaded anstyle-query v1.0.0 |
660 | 2023-09-21T15:20:03.659Z | Downloaded ascii v1.1.0 |
661 | 2023-09-21T15:20:03.663Z | Downloaded bincode v1.3.3 |
662 | 2023-09-21T15:20:03.676Z | Downloaded colorchoice v1.0.0 |
663 | 2023-09-21T15:20:03.680Z | Downloaded http-body v0.4.5 |
664 | 2023-09-21T15:20:03.684Z | Downloaded crossbeam-deque v0.8.3 |
665 | 2023-09-21T15:20:03.689Z | Downloaded corncobs v0.1.3 |
666 | 2023-09-21T15:20:03.696Z | Downloaded const_format_proc_macros v0.2.31 |
667 | 2023-09-21T15:20:03.701Z | Downloaded bzip2 v0.4.4 |
668 | 2023-09-21T15:20:03.705Z | Downloaded cipher v0.4.4 |
669 | 2023-09-21T15:20:03.710Z | Downloaded bytecount v0.6.3 |
670 | 2023-09-21T15:20:03.714Z | Downloaded httparse v1.8.0 |
671 | 2023-09-21T15:20:03.720Z | Downloaded bytes v1.5.0 |
672 | 2023-09-21T15:20:03.727Z | Downloaded rustls-pemfile v1.0.3 |
673 | 2023-09-21T15:20:03.736Z | Downloaded clap v4.4.2 |
674 | 2023-09-21T15:20:03.752Z | Downloaded aead v0.5.2 |
675 | 2023-09-21T15:20:03.759Z | Downloaded signal-hook-tokio v0.3.1 |
676 | 2023-09-21T15:20:03.763Z | Downloaded atty v0.2.14 |
677 | 2023-09-21T15:20:03.773Z | Downloaded ascii-canvas v3.0.0 |
678 | 2023-09-21T15:20:03.780Z | Downloaded toolchain_find v0.2.0 |
679 | 2023-09-21T15:20:03.786Z | Downloaded array-init v0.0.4 |
680 | 2023-09-21T15:20:03.794Z | Downloaded num_threads v0.1.6 |
681 | 2023-09-21T15:20:03.802Z | Downloaded num-derive v0.4.0 |
682 | 2023-09-21T15:20:03.807Z | Downloaded num-rational v0.4.1 |
683 | 2023-09-21T15:20:03.815Z | Downloaded indexmap v1.9.3 |
684 | 2023-09-21T15:20:03.818Z | Downloaded num-iter v0.1.43 |
685 | 2023-09-21T15:20:03.824Z | Downloaded anstyle v1.0.2 |
686 | 2023-09-21T15:20:03.834Z | Downloaded usdt-impl v0.3.5 |
687 | 2023-09-21T15:20:03.844Z | Downloaded num_enum_derive v0.7.0 |
688 | 2023-09-21T15:20:03.848Z | Downloaded serde_arrays v0.1.0 |
689 | 2023-09-21T15:20:03.851Z | Downloaded try-lock v0.2.4 |
690 | 2023-09-21T15:20:03.855Z | Downloaded enum-iterator v1.4.1 |
691 | 2023-09-21T15:20:03.859Z | Downloaded mockall v0.11.4 |
692 | 2023-09-21T15:20:03.863Z | Downloaded async-stream v0.3.5 |
693 | 2023-09-21T15:20:03.867Z | Downloaded twox-hash v1.6.3 |
694 | 2023-09-21T15:20:03.875Z | Downloaded stable_deref_trait v1.2.0 |
695 | 2023-09-21T15:20:03.884Z | Downloaded spin v0.5.2 |
696 | 2023-09-21T15:20:03.890Z | Downloaded heck v0.4.1 |
697 | 2023-09-21T15:20:03.895Z | Downloaded precomputed-hash v0.1.1 |
698 | 2023-09-21T15:20:03.899Z | Downloaded memoffset v0.9.0 |
699 | 2023-09-21T15:20:03.905Z | Downloaded unicode-linebreak v0.1.5 |
700 | 2023-09-21T15:20:03.908Z | Downloaded strip-ansi-escapes v0.2.0 |
701 | 2023-09-21T15:20:03.911Z | Downloaded nom v7.1.3 |
702 | 2023-09-21T15:20:03.914Z | Downloaded base64ct v1.6.0 |
703 | 2023-09-21T15:20:03.917Z | Downloaded unarray v0.1.4 |
704 | 2023-09-21T15:20:03.920Z | Downloaded rtoolbox v0.0.1 |
705 | 2023-09-21T15:20:03.925Z | Downloaded serde_plain v1.0.2 |
706 | 2023-09-21T15:20:03.928Z | Downloaded crunchy v0.2.2 |
707 | 2023-09-21T15:20:03.932Z | Downloaded tinyvec_macros v0.1.1 |
708 | 2023-09-21T15:20:03.935Z | Downloaded rsa v0.9.2 |
709 | 2023-09-21T15:20:03.940Z | Downloaded trust-dns-client v0.22.0 |
710 | 2023-09-21T15:20:03.943Z | Downloaded rustc_version v0.4.0 |
711 | 2023-09-21T15:20:03.947Z | Downloaded pretty-hex v0.3.0 |
712 | 2023-09-21T15:20:03.952Z | Downloaded stringprep v0.1.3 |
713 | 2023-09-21T15:20:03.957Z | Downloaded zone_cfg_derive v0.2.0 |
714 | 2023-09-21T15:20:03.962Z | Downloaded zone v0.2.0 |
715 | 2023-09-21T15:20:03.964Z | Downloaded serde-big-array v0.5.1 |
716 | 2023-09-21T15:20:03.968Z | Downloaded object v0.30.4 |
717 | 2023-09-21T15:20:03.977Z | Downloaded ref-cast-impl v1.0.20 |
718 | 2023-09-21T15:20:03.983Z | Downloaded ed25519 v1.5.3 |
719 | 2023-09-21T15:20:03.989Z | Downloaded scopeguard v1.2.0 |
720 | 2023-09-21T15:20:03.996Z | Downloaded structmeta-derive v0.1.6 |
721 | 2023-09-21T15:20:04.003Z | Downloaded doc-comment v0.3.3 |
722 | 2023-09-21T15:20:04.006Z | Downloaded syn v2.0.32 |
723 | 2023-09-21T15:20:04.031Z | Downloaded futures-core v0.3.28 |
724 | 2023-09-21T15:20:04.034Z | Downloaded fragile v2.0.0 |
725 | 2023-09-21T15:20:04.038Z | Downloaded funty v2.0.0 |
726 | 2023-09-21T15:20:04.042Z | Downloaded rustc-hash v1.1.0 |
727 | 2023-09-21T15:20:04.045Z | Downloaded ref-cast v1.0.20 |
728 | 2023-09-21T15:20:04.051Z | Downloaded vte v0.11.1 |
729 | 2023-09-21T15:20:04.057Z | Downloaded percent-encoding v2.3.0 |
730 | 2023-09-21T15:20:04.063Z | Downloaded terminal_size v0.2.6 |
731 | 2023-09-21T15:20:04.067Z | Downloaded take_mut v0.2.2 |
732 | 2023-09-21T15:20:04.073Z | Downloaded phf_shared v0.10.0 |
733 | 2023-09-21T15:20:04.078Z | Downloaded thiserror-impl v1.0.48 |
734 | 2023-09-21T15:20:04.081Z | Downloaded semver v0.11.0 |
735 | 2023-09-21T15:20:04.084Z | Downloaded ctr v0.9.2 |
736 | 2023-09-21T15:20:04.088Z | Downloaded curve25519-dalek-derive v0.1.0 |
737 | 2023-09-21T15:20:04.091Z | Downloaded fxhash v0.2.1 |
738 | 2023-09-21T15:20:04.094Z | Downloaded pem-rfc7468 v0.7.0 |
739 | 2023-09-21T15:20:04.097Z | Downloaded termcolor v1.2.0 |
740 | 2023-09-21T15:20:04.100Z | Downloaded structmeta v0.1.6 |
741 | 2023-09-21T15:20:04.103Z | Downloaded thread-id v4.2.0 |
742 | 2023-09-21T15:20:04.106Z | Downloaded thiserror-no-std v2.0.2 |
743 | 2023-09-21T15:20:04.109Z | Downloaded fallible-iterator v0.2.0 |
744 | 2023-09-21T15:20:04.113Z | Downloaded term v0.7.0 |
745 | 2023-09-21T15:20:04.115Z | Downloaded half v1.8.2 |
746 | 2023-09-21T15:20:04.119Z | Downloaded parking_lot_core v0.8.6 |
747 | 2023-09-21T15:20:04.122Z | Downloaded textwrap v0.16.0 |
748 | 2023-09-21T15:20:04.127Z | Downloaded futures v0.3.28 |
749 | 2023-09-21T15:20:04.133Z | Downloaded path-absolutize v3.1.0 |
750 | 2023-09-21T15:20:04.138Z | Downloaded path-dedot v3.1.0 |
751 | 2023-09-21T15:20:04.142Z | Downloaded yasna v0.5.2 |
752 | 2023-09-21T15:20:04.146Z | Downloaded universal-hash v0.5.1 |
753 | 2023-09-21T15:20:04.149Z | Downloaded digest v0.10.7 |
754 | 2023-09-21T15:20:04.152Z | Downloaded rustls-native-certs v0.6.3 |
755 | 2023-09-21T15:20:04.155Z | Downloaded hashbrown v0.13.2 |
756 | 2023-09-21T15:20:04.160Z | Downloaded itertools v0.10.5 |
757 | 2023-09-21T15:20:04.172Z | Downloaded hashbrown v0.14.0 |
758 | 2023-09-21T15:20:04.183Z | Downloaded regex v1.9.5 |
759 | 2023-09-21T15:20:04.211Z | Downloaded path-slash v0.1.5 |
760 | 2023-09-21T15:20:04.214Z | Downloaded tabled v0.14.0 |
761 | 2023-09-21T15:20:04.243Z | Downloaded futures-task v0.3.28 |
762 | 2023-09-21T15:20:04.247Z | Downloaded vte_generate_state_changes v0.1.1 |
763 | 2023-09-21T15:20:04.252Z | Downloaded smawk v0.3.1 |
764 | 2023-09-21T15:20:04.256Z | Downloaded unicode-xid v0.2.4 |
765 | 2023-09-21T15:20:04.259Z | Downloaded usdt v0.3.5 |
766 | 2023-09-21T15:20:04.265Z | Downloaded ryu v1.0.15 |
767 | 2023-09-21T15:20:04.269Z | Downloaded smallvec v1.11.0 |
768 | 2023-09-21T15:20:04.272Z | Downloaded tar v0.4.40 |
769 | 2023-09-21T15:20:04.279Z | Downloaded equivalent v1.0.1 |
770 | 2023-09-21T15:20:04.282Z | Downloaded diesel_table_macro_syntax v0.1.0 |
771 | 2023-09-21T15:20:04.285Z | Downloaded tracing-attributes v0.1.26 |
772 | 2023-09-21T15:20:04.290Z | Downloaded rpassword v7.2.0 |
773 | 2023-09-21T15:20:04.299Z | Downloaded ringbuffer v0.14.2 |
774 | 2023-09-21T15:20:04.717Z | Downloaded darling_macro v0.20.3 |
775 | 2023-09-21T15:20:04.720Z | Downloaded rand_core v0.6.4 |
776 | 2023-09-21T15:20:04.724Z | Downloaded foreign-types v0.5.0 |
777 | 2023-09-21T15:20:04.728Z | Downloaded foreign-types v0.3.2 |
778 | 2023-09-21T15:20:04.736Z | Downloaded filetime v0.2.22 |
779 | 2023-09-21T15:20:04.742Z | Downloaded ron v0.8.1 |
780 | 2023-09-21T15:20:04.746Z | Downloaded password-hash v0.5.0 |
781 | 2023-09-21T15:20:04.757Z | Downloaded tokio-util v0.7.8 |
782 | 2023-09-21T15:20:04.760Z | Downloaded fastrand v2.0.0 |
783 | 2023-09-21T15:20:04.763Z | Downloaded packed_struct_codegen v0.10.1 |
784 | 2023-09-21T15:20:04.767Z | Downloaded derive_builder_core v0.12.0 |
785 | 2023-09-21T15:20:04.773Z | Downloaded subtle v2.5.0 |
786 | 2023-09-21T15:20:04.777Z | Downloaded version_check v0.9.4 |
787 | 2023-09-21T15:20:04.780Z | Downloaded flagset v0.4.3 |
788 | 2023-09-21T15:20:04.785Z | Downloaded thread_local v1.1.7 |
789 | 2023-09-21T15:20:04.791Z | Downloaded fixedbitset v0.4.2 |
790 | 2023-09-21T15:20:04.795Z | Downloaded rand_xorshift v0.3.0 |
791 | 2023-09-21T15:20:04.798Z | Downloaded darling_core v0.20.3 |
792 | 2023-09-21T15:20:04.802Z | Downloaded vergen v8.2.4 |
793 | 2023-09-21T15:20:04.805Z | Downloaded steno v0.4.0 |
794 | 2023-09-21T15:20:04.809Z | Downloaded darling v0.14.4 |
795 | 2023-09-21T15:20:04.813Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
796 | 2023-09-21T15:20:04.817Z | Downloaded tokio-stream v0.1.14 |
797 | 2023-09-21T15:20:04.820Z | Downloaded darling v0.20.3 |
798 | 2023-09-21T15:20:04.825Z | Downloaded is-terminal v0.4.9 |
799 | 2023-09-21T15:20:04.831Z | Downloaded chacha20 v0.9.1 |
800 | 2023-09-21T15:20:04.835Z | Downloaded sha-1 v0.10.1 |
801 | 2023-09-21T15:20:04.839Z | Downloaded pin-project-lite v0.2.13 |
802 | 2023-09-21T15:20:04.843Z | Downloaded rcgen v0.10.0 |
803 | 2023-09-21T15:20:04.846Z | Downloaded foreign-types-shared v0.1.1 |
804 | 2023-09-21T15:20:04.850Z | Downloaded time-macros v0.2.13 |
805 | 2023-09-21T15:20:04.854Z | Downloaded pest_meta v2.7.2 |
806 | 2023-09-21T15:20:04.861Z | Downloaded parking_lot v0.11.2 |
807 | 2023-09-21T15:20:04.866Z | Downloaded parking_lot v0.12.1 |
808 | 2023-09-21T15:20:04.871Z | Downloaded ron v0.7.1 |
809 | 2023-09-21T15:20:04.879Z | Downloaded aho-corasick v1.0.4 |
810 | 2023-09-21T15:20:04.884Z | Downloaded diesel_derives v2.1.1 |
811 | 2023-09-21T15:20:04.887Z | Downloaded tracing v0.1.37 |
812 | 2023-09-21T15:20:04.890Z | Downloaded enum-as-inner v0.5.1 |
813 | 2023-09-21T15:20:04.894Z | Downloaded rusqlite v0.29.0 |
814 | 2023-09-21T15:20:04.897Z | Downloaded papergrid v0.10.0 |
815 | 2023-09-21T15:20:04.901Z | Downloaded serde_yaml v0.9.25 |
816 | 2023-09-21T15:20:04.905Z | Downloaded time-core v0.1.1 |
817 | 2023-09-21T15:20:04.908Z | Downloaded heck v0.3.3 |
818 | 2023-09-21T15:20:04.911Z | Downloaded derive_builder_macro v0.12.0 |
819 | 2023-09-21T15:20:04.914Z | Downloaded topological-sort v0.2.2 |
820 | 2023-09-21T15:20:04.919Z | Downloaded futures-sink v0.3.28 |
821 | 2023-09-21T15:20:04.922Z | Downloaded cookie v0.16.2 |
822 | 2023-09-21T15:20:04.925Z | Downloaded humantime v2.1.0 |
823 | 2023-09-21T15:20:04.929Z | Downloaded prettyplease v0.2.12 |
824 | 2023-09-21T15:20:04.932Z | Downloaded tower-service v0.3.2 |
825 | 2023-09-21T15:20:04.937Z | Downloaded toml v0.5.11 |
826 | 2023-09-21T15:20:04.943Z | Downloaded base64 v0.21.4 |
827 | 2023-09-21T15:20:04.946Z | Downloaded fallible-streaming-iterator v0.1.9 |
828 | 2023-09-21T15:20:04.950Z | Downloaded wait-timeout v0.2.0 |
829 | 2023-09-21T15:20:04.953Z | Downloaded strum_macros v0.25.2 |
830 | 2023-09-21T15:20:04.956Z | Downloaded dof v0.1.5 |
831 | 2023-09-21T15:20:04.959Z | Downloaded tiny-keccak v2.0.2 |
832 | 2023-09-21T15:20:04.962Z | Downloaded flate2 v1.0.27 |
833 | 2023-09-21T15:20:04.965Z | Downloaded elliptic-curve v0.13.5 |
834 | 2023-09-21T15:20:04.968Z | Downloaded impl-trait-for-tuples v0.2.2 |
835 | 2023-09-21T15:20:04.971Z | Downloaded cstr-argument v0.1.2 |
836 | 2023-09-21T15:20:04.976Z | Downloaded fd-lock v3.0.13 |
837 | 2023-09-21T15:20:04.979Z | Downloaded synstructure v0.12.6 |
838 | 2023-09-21T15:20:04.982Z | Downloaded pest_generator v2.7.2 |
839 | 2023-09-21T15:20:04.985Z | Downloaded rustls-webpki v0.101.4 |
840 | 2023-09-21T15:20:04.989Z | Downloaded proc-macro-crate v1.3.1 |
841 | 2023-09-21T15:20:04.992Z | Downloaded test-strategy v0.2.1 |
842 | 2023-09-21T15:20:04.995Z | Downloaded once_cell v1.18.0 |
843 | 2023-09-21T15:20:04.998Z | Downloaded rustfmt-wrapper v0.2.0 |
844 | 2023-09-21T15:20:05.001Z | Downloaded git2 v0.17.2 |
845 | 2023-09-21T15:20:05.004Z | Downloaded time v0.3.27 |
846 | 2023-09-21T15:20:05.007Z | Downloaded serde_tokenstream v0.2.0 |
847 | 2023-09-21T15:20:05.010Z | Downloaded structopt v0.3.26 |
848 | 2023-09-21T15:20:05.013Z | Downloaded tracing-core v0.1.31 |
849 | 2023-09-21T15:20:05.015Z | Downloaded typenum v1.16.0 |
850 | 2023-09-21T15:20:05.018Z | Downloaded waitgroup v0.1.2 |
851 | 2023-09-21T15:20:05.021Z | Downloaded normalize-line-endings v0.3.0 |
852 | 2023-09-21T15:20:05.024Z | Downloaded arc-swap v1.6.0 |
853 | 2023-09-21T15:20:05.027Z | Downloaded clap_builder v4.4.2 |
854 | 2023-09-21T15:20:05.030Z | Downloaded serde-big-array v0.4.1 |
855 | 2023-09-21T15:20:05.033Z | Downloaded idna v0.2.3 |
856 | 2023-09-21T15:20:05.036Z | Downloaded crypto-bigint v0.5.2 |
857 | 2023-09-21T15:20:05.039Z | Downloaded paste v1.0.14 |
858 | 2023-09-21T15:20:05.042Z | Downloaded futures-util v0.3.28 |
859 | 2023-09-21T15:20:05.045Z | Downloaded resolv-conf v0.7.0 |
860 | 2023-09-21T15:20:05.048Z | Downloaded getrandom v0.2.10 |
861 | 2023-09-21T15:20:05.050Z | Downloaded olpc-cjson v0.1.3 |
862 | 2023-09-21T15:20:05.053Z | Downloaded which v4.4.0 |
863 | 2023-09-21T15:20:05.056Z | Downloaded serde v1.0.188 |
864 | 2023-09-21T15:20:05.059Z | Downloaded h2 v0.3.21 |
865 | 2023-09-21T15:20:05.062Z | Downloaded untrusted v0.7.1 |
866 | 2023-09-21T15:20:05.065Z | Downloaded parse-display v0.7.0 |
867 | 2023-09-21T15:20:05.068Z | Downloaded portable-atomic v1.4.3 |
868 | 2023-09-21T15:20:05.071Z | Downloaded omicron-zone-package v0.8.3 |
869 | 2023-09-21T15:20:05.075Z | Downloaded poly1305 v0.8.0 |
870 | 2023-09-21T15:20:05.078Z | Downloaded url v2.4.1 |
871 | 2023-09-21T15:20:05.081Z | Downloaded pkcs1 v0.7.5 |
872 | 2023-09-21T15:20:05.084Z | Downloaded idna v0.4.0 |
873 | 2023-09-21T15:20:05.086Z | Downloaded headers v0.3.9 |
874 | 2023-09-21T15:20:05.089Z | Downloaded vec_map v0.8.2 |
875 | 2023-09-21T15:20:05.092Z | Downloaded schemars v0.8.13 |
876 | 2023-09-21T15:20:05.095Z | Downloaded smallvec v0.6.14 |
877 | 2023-09-21T15:20:05.104Z | Downloaded heapless v0.7.16 |
878 | 2023-09-21T15:20:05.120Z | Downloaded quote v1.0.33 |
879 | 2023-09-21T15:20:05.134Z | Downloaded slog-envlogger v2.2.0 |
880 | 2023-09-21T15:20:05.136Z | Downloaded scheduled-thread-pool v0.2.7 |
881 | 2023-09-21T15:20:05.140Z | Downloaded tap v1.0.1 |
882 | 2023-09-21T15:20:05.143Z | Downloaded proptest v1.2.0 |
883 | 2023-09-21T15:20:05.146Z | Downloaded rayon v1.7.0 |
884 | 2023-09-21T15:20:05.149Z | Downloaded tempfile v3.8.0 |
885 | 2023-09-21T15:20:05.151Z | Downloaded object v0.32.1 |
886 | 2023-09-21T15:20:05.154Z | Downloaded derive_builder v0.12.0 |
887 | 2023-09-21T15:20:05.157Z | Downloaded pest v2.7.2 |
888 | 2023-09-21T15:20:05.161Z | Downloaded reqwest v0.11.20 |
889 | 2023-09-21T15:20:05.163Z | Downloaded parking_lot_core v0.9.8 |
890 | 2023-09-21T15:20:05.166Z | Downloaded slog-dtrace v0.2.3 |
891 | 2023-09-21T15:20:05.169Z | Downloaded lalrpop v0.19.12 |
892 | 2023-09-21T15:20:05.190Z | Downloaded rayon-core v1.11.0 |
893 | 2023-09-21T15:20:05.197Z | Downloaded unicode-normalization v0.1.22 |
894 | 2023-09-21T15:20:05.205Z | Downloaded serde_json v1.0.106 |
895 | 2023-09-21T15:20:05.220Z | Downloaded smoltcp v0.8.2 |
896 | 2023-09-21T15:20:05.239Z | Downloaded regress v0.7.1 |
897 | 2023-09-21T15:20:05.253Z | Downloaded hyper v0.14.27 |
898 | 2023-09-21T15:20:05.269Z | Downloaded derive_more v0.99.17 |
899 | 2023-09-21T15:20:05.279Z | Downloaded reedline v0.23.0 |
900 | 2023-09-21T15:20:05.291Z | Downloaded smoltcp v0.9.1 |
901 | 2023-09-21T15:20:05.313Z | Downloaded radix_trie v0.2.1 |
902 | 2023-09-21T15:20:05.323Z | Downloaded rustix v0.38.9 |
903 | 2023-09-21T15:20:05.365Z | Downloaded regex-syntax v0.7.5 |
904 | 2023-09-21T15:20:05.382Z | Downloaded diesel v2.1.1 |
905 | 2023-09-21T15:20:05.417Z | Downloaded trust-dns-proto v0.22.0 |
906 | 2023-09-21T15:20:05.454Z | Downloaded curve25519-dalek v4.1.0 |
907 | 2023-09-21T15:20:05.459Z | Downloaded rustls v0.21.7 |
908 | 2023-09-21T15:20:05.481Z | Downloaded zerocopy-derive v0.6.3 |
909 | 2023-09-21T15:20:05.502Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
910 | 2023-09-21T15:20:05.528Z | Downloaded libc v0.2.147 |
911 | 2023-09-21T15:20:05.578Z | Downloaded zerocopy-derive v0.2.0 |
912 | 2023-09-21T15:20:05.597Z | Downloaded slog-bunyan v2.4.0 |
913 | 2023-09-21T15:20:05.599Z | Downloaded regex-syntax v0.6.29 |
914 | 2023-09-21T15:20:05.614Z | Downloaded syn v1.0.109 |
915 | 2023-09-21T15:20:05.636Z | Downloaded sha3 v0.10.8 |
916 | 2023-09-21T15:20:05.649Z | Downloaded openssl v0.10.57 |
917 | 2023-09-21T15:20:05.668Z | Downloaded difflib v0.4.0 |
918 | 2023-09-21T15:20:05.671Z | Downloaded openapiv3 v1.0.3 |
919 | 2023-09-21T15:20:05.694Z | Downloaded hashbrown v0.12.3 |
920 | 2023-09-21T15:20:05.701Z | Downloaded fs-err v2.9.0 |
921 | 2023-09-21T15:20:05.705Z | Downloaded ratatui v0.23.0 |
922 | 2023-09-21T15:20:05.727Z | Downloaded serde_with v2.3.3 |
923 | 2023-09-21T15:20:05.744Z | Downloaded polar-core v0.26.4 |
924 | 2023-09-21T15:20:05.758Z | Downloaded env_logger v0.10.0 |
925 | 2023-09-21T15:20:05.762Z | Downloaded unicode-segmentation v1.10.1 |
926 | 2023-09-21T15:20:05.773Z | Downloaded vcpkg v0.2.15 |
927 | 2023-09-21T15:20:05.845Z | Downloaded futures-channel v0.3.28 |
928 | 2023-09-21T15:20:05.851Z | Downloaded openssl-sys v0.9.93 |
929 | 2023-09-21T15:20:05.858Z | Downloaded foreign-types-macros v0.2.3 |
930 | 2023-09-21T15:20:05.861Z | Downloaded aes v0.8.3 |
931 | 2023-09-21T15:20:05.868Z | Downloaded slog-term v2.9.0 |
932 | 2023-09-21T15:20:05.875Z | Downloaded num-integer v0.1.45 |
933 | 2023-09-21T15:20:05.879Z | Downloaded quick-xml v0.23.1 |
934 | 2023-09-21T15:20:05.894Z | Downloaded static_assertions v1.1.0 |
935 | 2023-09-21T15:20:05.898Z | Downloaded indexmap v2.0.0 |
936 | 2023-09-21T15:20:05.903Z | Downloaded addr2line v0.21.0 |
937 | 2023-09-21T15:20:05.909Z | Downloaded glob v0.3.1 |
938 | 2023-09-21T15:20:05.912Z | Downloaded form_urlencoded v1.2.0 |
939 | 2023-09-21T15:20:05.915Z | Downloaded rand v0.8.5 |
940 | 2023-09-21T15:20:05.918Z | Downloaded peeking_take_while v0.1.2 |
941 | 2023-09-21T15:20:05.921Z | Downloaded winnow v0.5.15 |
942 | 2023-09-21T15:20:05.936Z | Downloaded zip v0.6.6 |
943 | 2023-09-21T15:20:05.943Z | Downloaded futures-io v0.3.28 |
944 | 2023-09-21T15:20:05.946Z | Downloaded slog-async v2.8.0 |
945 | 2023-09-21T15:20:05.948Z | Downloaded display-error-chain v0.1.1 |
946 | 2023-09-21T15:20:05.951Z | Downloaded r2d2 v0.8.10 |
947 | 2023-09-21T15:20:05.956Z | Downloaded spin v0.9.8 |
948 | 2023-09-21T15:20:05.960Z | Downloaded base64 v0.13.1 |
949 | 2023-09-21T15:20:05.963Z | Downloaded slog-scope v4.4.0 |
950 | 2023-09-21T15:20:05.969Z | Downloaded ena v0.14.2 |
951 | 2023-09-21T15:20:05.982Z | Downloaded darling_macro v0.14.4 |
952 | 2023-09-21T15:20:05.986Z | Downloaded strum_macros v0.24.3 |
953 | 2023-09-21T15:20:05.990Z | Downloaded predicates-tree v1.0.9 |
954 | 2023-09-21T15:20:05.993Z | Downloaded signature v1.6.4 |
955 | 2023-09-21T15:20:05.998Z | Downloaded iana-time-zone v0.1.57 |
956 | 2023-09-21T15:20:06.005Z | Downloaded camino-tempfile v1.0.2 |
957 | 2023-09-21T15:20:06.009Z | Downloaded encoding_rs v0.8.33 |
958 | 2023-09-21T15:20:06.033Z | Downloaded webpki-roots v0.25.2 |
959 | 2023-09-21T15:20:06.039Z | Downloaded nanorand v0.7.0 |
960 | 2023-09-21T15:20:06.080Z | Downloaded hyper-tls v0.5.0 |
961 | 2023-09-21T15:20:06.084Z | Downloaded ciborium v0.2.1 |
962 | 2023-09-21T15:20:06.087Z | Downloaded bytesize v1.3.0 |
963 | 2023-09-21T15:20:06.091Z | Downloaded bitvec v1.0.1 |
964 | 2023-09-21T15:20:06.094Z | Downloaded rand_chacha v0.3.1 |
965 | 2023-09-21T15:20:06.097Z | Downloaded proc-macro-error v1.0.4 |
966 | 2023-09-21T15:20:06.100Z | Downloaded unsafe-libyaml v0.2.9 |
967 | 2023-09-21T15:20:06.103Z | Downloaded cpufeatures v0.2.9 |
968 | 2023-09-21T15:20:06.106Z | Downloaded cargo-platform v0.1.3 |
969 | 2023-09-21T15:20:06.108Z | Downloaded ciborium-ll v0.2.1 |
970 | 2023-09-21T15:20:06.111Z | Downloaded chrono v0.4.30 |
971 | 2023-09-21T15:20:06.119Z | Downloaded darling_core v0.14.4 |
972 | 2023-09-21T15:20:06.127Z | Downloaded wyz v0.5.1 |
973 | 2023-09-21T15:20:06.130Z | Downloaded oso v0.26.4 |
974 | 2023-09-21T15:20:06.135Z | Downloaded rusty-fork v0.3.0 |
975 | 2023-09-21T15:20:06.150Z | Downloaded bindgen v0.65.1 |
976 | 2023-09-21T15:20:06.169Z | Downloaded log v0.4.20 |
977 | 2023-09-21T15:20:06.172Z | Downloaded tokio-tungstenite v0.18.0 |
978 | 2023-09-21T15:20:06.175Z | Downloaded serde_with_macros v2.3.3 |
979 | 2023-09-21T15:20:06.178Z | Downloaded regex-automata v0.3.8 |
980 | 2023-09-21T15:20:06.198Z | Downloaded rand v0.4.6 |
981 | 2023-09-21T15:20:06.205Z | Downloaded dyn-clone v1.0.13 |
982 | 2023-09-21T15:20:06.208Z | Downloaded termios v0.3.3 |
983 | 2023-09-21T15:20:06.211Z | Downloaded phf_shared v0.11.2 |
984 | 2023-09-21T15:20:06.214Z | Downloaded subprocess v0.2.9 |
985 | 2023-09-21T15:20:06.217Z | Downloaded openssl-macros v0.1.1 |
986 | 2023-09-21T15:20:06.220Z | Downloaded hashlink v0.8.3 |
987 | 2023-09-21T15:20:06.222Z | Downloaded smf v0.2.2 |
988 | 2023-09-21T15:20:06.225Z | Downloaded tokio-postgres v0.7.10 |
989 | 2023-09-21T15:20:06.235Z | Downloaded num-traits v0.2.16 |
990 | 2023-09-21T15:20:06.238Z | Downloaded enum-iterator-derive v1.2.1 |
991 | 2023-09-21T15:20:06.241Z | Downloaded unicode-width v0.1.10 |
992 | 2023-09-21T15:20:06.246Z | Downloaded libz-sys v1.1.12 |
993 | 2023-09-21T15:20:06.374Z | Downloaded tokio-tungstenite v0.17.2 |
994 | 2023-09-21T15:20:06.377Z | Downloaded tokio-macros v2.1.0 |
995 | 2023-09-21T15:20:06.382Z | Downloaded rustc_version v0.1.7 |
996 | 2023-09-21T15:20:06.384Z | Downloaded salty v0.2.0 |
997 | 2023-09-21T15:20:06.391Z | Downloaded tokio v1.32.0 |
998 | 2023-09-21T15:20:06.479Z | Downloaded clap v2.34.0 |
999 | 2023-09-21T15:20:06.485Z | Downloaded termtree v0.4.1 |
1000 | 2023-09-21T15:20:06.488Z | Downloaded headers-core v0.2.0 |
1001 | 2023-09-21T15:20:06.491Z | Downloaded vsss-rs v3.3.1 |
1002 | 2023-09-21T15:20:06.495Z | Downloaded xattr v1.0.1 |
1003 | 2023-09-21T15:20:06.497Z | Downloaded num_enum_derive v0.5.11 |
1004 | 2023-09-21T15:20:06.500Z | Downloaded num_enum v0.5.11 |
1005 | 2023-09-21T15:20:06.503Z | Downloaded num-bigint-dig v0.8.4 |
1006 | 2023-09-21T15:20:06.508Z | Downloaded gimli v0.28.0 |
1007 | 2023-09-21T15:20:06.525Z | Downloaded trust-dns-server v0.22.1 |
1008 | 2023-09-21T15:20:06.534Z | Downloaded petgraph v0.6.4 |
1009 | 2023-09-21T15:20:06.561Z | Downloaded num_cpus v1.16.0 |
1010 | 2023-09-21T15:20:06.565Z | Downloaded libxml v0.3.3 |
1011 | 2023-09-21T15:20:06.580Z | Downloaded home v0.5.5 |
1012 | 2023-09-21T15:20:06.998Z | Downloaded num-complex v0.4.4 |
1013 | 2023-09-21T15:20:07.003Z | Downloaded libm v0.2.7 |
1014 | 2023-09-21T15:20:07.006Z | Downloaded clang-sys v1.6.1 |
1015 | 2023-09-21T15:20:07.009Z | Downloaded tabled_derive v0.6.0 |
1016 | 2023-09-21T15:20:07.014Z | Downloaded serde_path_to_error v0.1.14 |
1017 | 2023-09-21T15:20:07.018Z | Downloaded pem v1.1.1 |
1018 | 2023-09-21T15:20:07.020Z | Downloaded uuid v1.4.1 |
1019 | 2023-09-21T15:20:07.024Z | Downloaded derive-where v1.2.5 |
1020 | 2023-09-21T15:20:07.027Z | Downloaded trust-dns-resolver v0.22.0 |
1021 | 2023-09-21T15:20:07.031Z | Downloaded snafu-derive v0.7.5 |
1022 | 2023-09-21T15:20:07.038Z | Downloaded sled v0.34.7 |
1023 | 2023-09-21T15:20:07.041Z | Downloaded cancel-safe-futures v0.1.2 |
1024 | 2023-09-21T15:20:07.045Z | Downloaded blake2 v0.10.6 |
1025 | 2023-09-21T15:20:07.047Z | Downloaded rustc-demangle v0.1.23 |
1026 | 2023-09-21T15:20:07.050Z | Downloaded bstr v1.6.0 |
1027 | 2023-09-21T15:20:07.057Z | Downloaded libsqlite3-sys v0.26.0 |
1028 | 2023-09-21T15:20:07.060Z | Downloaded ring v0.16.20 |
1029 | 2023-09-21T15:20:07.062Z | Downloaded itertools v0.11.0 |
1030 | 2023-09-21T15:20:07.065Z | Downloaded x509-cert v0.2.4 |
1031 | 2023-09-21T15:20:07.067Z | Downloaded whoami v1.4.1 |
1032 | 2023-09-21T15:20:07.071Z | Downloaded serde_urlencoded v0.7.1 |
1033 | 2023-09-21T15:20:07.075Z | Downloaded tungstenite v0.18.0 |
1034 | 2023-09-21T15:20:07.078Z | Downloaded sct v0.7.0 |
1035 | 2023-09-21T15:20:07.080Z | Downloaded shell-words v1.1.0 |
1036 | 2023-09-21T15:20:07.083Z | Downloaded memoffset v0.7.1 |
1037 | 2023-09-21T15:20:07.086Z | Downloaded zerocopy v0.6.3 |
1038 | 2023-09-21T15:20:07.088Z | Downloaded unicode-bidi v0.3.13 |
1039 | 2023-09-21T15:20:07.091Z | Downloaded socket2 v0.5.3 |
1040 | 2023-09-21T15:20:07.094Z | Downloaded hkdf v0.12.3 |
1041 | 2023-09-21T15:20:07.096Z | Downloaded proc-macro-error-attr v1.0.4 |
1042 | 2023-09-21T15:20:07.100Z | Downloaded parse-display-derive v0.7.0 |
1043 | 2023-09-21T15:20:07.103Z | Downloaded errno v0.3.2 |
1044 | 2023-09-21T15:20:07.105Z | Downloaded der v0.7.8 |
1045 | 2023-09-21T15:20:07.109Z | Downloaded hash32 v0.2.1 |
1046 | 2023-09-21T15:20:07.112Z | Downloaded serde-hex v0.1.0 |
1047 | 2023-09-21T15:20:07.114Z | Downloaded rustversion v1.0.14 |
1048 | 2023-09-21T15:20:07.117Z | Downloaded signal-hook v0.3.17 |
1049 | 2023-09-21T15:20:07.120Z | Downloaded ff v0.13.0 |
1050 | 2023-09-21T15:20:07.123Z | Downloaded thiserror-impl-no-std v2.0.2 |
1051 | 2023-09-21T15:20:07.125Z | Downloaded thiserror v1.0.48 |
1052 | 2023-09-21T15:20:07.129Z | Downloaded phf v0.11.2 |
1053 | 2023-09-21T15:20:07.132Z | Downloaded tokio-rustls v0.24.1 |
1054 | 2023-09-21T15:20:07.135Z | Downloaded minimal-lexical v0.2.1 |
1055 | 2023-09-21T15:20:07.138Z | Downloaded zerocopy v0.3.0 |
1056 | 2023-09-21T15:20:07.141Z | Downloaded tokio-native-tls v0.3.1 |
1057 | 2023-09-21T15:20:07.143Z | Downloaded erased-serde v0.3.30 |
1058 | 2023-09-21T15:20:07.146Z | Downloaded lazy_static v1.4.0 |
1059 | 2023-09-21T15:20:07.150Z | Downloaded hubpack_derive v0.1.1 |
1060 | 2023-09-21T15:20:07.153Z | Downloaded tinyvec v1.6.0 |
1061 | 2023-09-21T15:20:07.156Z | Downloaded debug-ignore v1.0.5 |
1062 | 2023-09-21T15:20:07.159Z | Downloaded socket2 v0.4.9 |
1063 | 2023-09-21T15:20:07.161Z | Downloaded pest_derive v2.7.2 |
1064 | 2023-09-21T15:20:07.164Z | Downloaded strsim v0.10.0 |
1065 | 2023-09-21T15:20:07.167Z | Downloaded utf8parse v0.2.1 |
1066 | 2023-09-21T15:20:07.170Z | Downloaded utf-8 v0.7.6 |
1067 | 2023-09-21T15:20:07.175Z | Downloaded serde_derive_internals v0.26.0 |
1068 | 2023-09-21T15:20:07.178Z | Downloaded radium v0.7.0 |
1069 | 2023-09-21T15:20:07.180Z | Downloaded dirs-next v2.0.0 |
1070 | 2023-09-21T15:20:07.183Z | Downloaded quick-error v1.2.3 |
1071 | 2023-09-21T15:20:07.186Z | Downloaded foreign-types-shared v0.3.1 |
1072 | 2023-09-21T15:20:07.188Z | Downloaded shlex v1.1.0 |
1073 | 2023-09-21T15:20:07.191Z | Downloaded num_enum v0.7.0 |
1074 | 2023-09-21T15:20:07.194Z | Downloaded memchr v2.6.3 |
1075 | 2023-09-21T15:20:07.197Z | Downloaded crossbeam-channel v0.5.8 |
1076 | 2023-09-21T15:20:07.200Z | Downloaded crossterm v0.27.0 |
1077 | 2023-09-21T15:20:07.203Z | Downloaded byteorder v1.4.3 |
1078 | 2023-09-21T15:20:07.205Z | Downloaded bitstruct v0.1.1 |
1079 | 2023-09-21T15:20:07.209Z | Downloaded textwrap v0.11.0 |
1080 | 2023-09-21T15:20:07.214Z | Downloaded dtrace-parser v0.1.14 |
1081 | 2023-09-21T15:20:07.216Z | Downloaded downcast v0.11.0 |
1082 | 2023-09-21T15:20:07.221Z | Downloaded structopt-derive v0.4.18 |
1083 | 2023-09-21T15:20:07.224Z | Downloaded proc-macro2 v1.0.66 |
1084 | 2023-09-21T15:20:07.227Z | Downloaded either v1.9.0 |
1085 | 2023-09-21T15:20:07.230Z | Downloaded semver v0.1.20 |
1086 | 2023-09-21T15:20:07.233Z | Downloaded schemars_derive v0.8.13 |
1087 | 2023-09-21T15:20:07.236Z | Downloaded group v0.13.0 |
1088 | 2023-09-21T15:20:07.239Z | Downloaded fatfs v0.3.6 |
1089 | 2023-09-21T15:20:07.242Z | Downloaded data-encoding v2.4.0 |
1090 | 2023-09-21T15:20:07.244Z | Downloaded unicase v2.7.0 |
1091 | 2023-09-21T15:20:07.247Z | Downloaded mio v0.8.8 |
1092 | 2023-09-21T15:20:07.250Z | Downloaded indoc v2.0.3 |
1093 | 2023-09-21T15:20:07.253Z | Downloaded toml v0.7.6 |
1094 | 2023-09-21T15:20:07.256Z | Downloaded postgres-protocol v0.6.6 |
1095 | 2023-09-21T15:20:07.259Z | Downloaded strsim v0.8.0 |
1096 | 2023-09-21T15:20:07.263Z | Downloaded pin-utils v0.1.0 |
1097 | 2023-09-21T15:20:07.266Z | Downloaded nix v0.26.2 |
1098 | 2023-09-21T15:20:07.279Z | Downloaded env_logger v0.9.3 |
1099 | 2023-09-21T15:20:07.283Z | Downloaded dirs-sys-next v0.1.2 |
1100 | 2023-09-21T15:20:07.286Z | Downloaded strum v0.25.0 |
1101 | 2023-09-21T15:20:07.289Z | Downloaded globset v0.4.13 |
1102 | 2023-09-21T15:20:07.291Z | Downloaded getopts v0.2.21 |
1103 | 2023-09-21T15:20:07.294Z | Downloaded generic-array v0.14.7 |
1104 | 2023-09-21T15:20:07.297Z | Downloaded zeroize_derive v1.4.2 |
1105 | 2023-09-21T15:20:07.301Z | Downloaded zeroize v1.6.0 |
1106 | 2023-09-21T15:20:07.304Z | Downloaded tui-tree-widget v0.13.0 |
1107 | 2023-09-21T15:20:07.307Z | Downloaded miniz_oxide v0.7.1 |
1108 | 2023-09-21T15:20:07.310Z | Downloaded libefi-sys v0.1.0 |
1109 | 2023-09-21T15:20:07.312Z | Downloaded indoc v1.0.9 |
1110 | 2023-09-21T15:20:07.315Z | Downloaded cassowary v0.3.0 |
1111 | 2023-09-21T15:20:07.318Z | Downloaded async-recursion v1.0.5 |
1112 | 2023-09-21T15:20:07.320Z | Downloaded pkcs8 v0.10.2 |
1113 | 2023-09-21T15:20:07.324Z | Downloaded crossbeam-utils v0.8.16 |
1114 | 2023-09-21T15:20:07.327Z | Downloaded const_format v0.2.31 |
1115 | 2023-09-21T15:20:07.332Z | Downloaded deranged v0.3.8 |
1116 | 2023-09-21T15:20:07.335Z | Downloaded diff v0.1.13 |
1117 | 2023-09-21T15:20:07.339Z | Downloaded sha1 v0.10.5 |
1118 | 2023-09-21T15:20:07.342Z | Downloaded pretty-hex v0.2.1 |
1119 | 2023-09-21T15:20:07.345Z | Downloaded packed_struct v0.10.1 |
1120 | 2023-09-21T15:20:07.348Z | Downloaded new_debug_unreachable v1.0.4 |
1121 | 2023-09-21T15:20:07.350Z | Downloaded crossterm v0.26.1 |
1122 | 2023-09-21T15:20:07.360Z | Downloaded openssl-probe v0.1.5 |
1123 | 2023-09-21T15:20:07.365Z | Downloaded ipnet v2.8.0 |
1124 | 2023-09-21T15:20:07.367Z | Downloaded http-range v0.1.5 |
1125 | 2023-09-21T15:20:07.370Z | Downloaded crossbeam-epoch v0.9.15 |
1126 | 2023-09-21T15:20:07.374Z | Downloaded bitflags v2.4.0 |
1127 | 2023-09-21T15:20:07.377Z | Downloaded string_cache v0.8.7 |
1128 | 2023-09-21T15:20:07.382Z | Downloaded ahash v0.8.3 |
1129 | 2023-09-21T15:20:07.385Z | Downloaded tough v0.12.5 |
1130 | 2023-09-21T15:20:07.397Z | Downloaded semver v1.0.18 |
1131 | 2023-09-21T15:20:07.401Z | Downloaded ucd-trie v0.1.6 |
1132 | 2023-09-21T15:20:07.405Z | Downloaded tungstenite v0.17.3 |
1133 | 2023-09-21T15:20:07.408Z | Downloaded anyhow v1.0.75 |
1134 | 2023-09-21T15:20:07.414Z | Downloaded postcard v0.7.3 |
1135 | 2023-09-21T15:20:07.417Z | Downloaded platforms v3.0.2 |
1136 | 2023-09-21T15:20:07.420Z | Downloaded crypto-common v0.1.6 |
1137 | 2023-09-21T15:20:07.422Z | Downloaded walkdir v2.4.0 |
1138 | 2023-09-21T15:20:07.425Z | Downloaded toml_edit v0.19.15 |
1139 | 2023-09-21T15:20:07.454Z | Downloaded secrecy v0.8.0 |
1140 | 2023-09-21T15:20:07.458Z | Downloaded cargo_toml v0.15.3 |
1141 | 2023-09-21T15:20:07.461Z | Downloaded owo-colors v3.5.0 |
1142 | 2023-09-21T15:20:07.464Z | Downloaded opaque-debug v0.3.0 |
1143 | 2023-09-21T15:20:07.467Z | Downloaded unicode-ident v1.0.11 |
1144 | 2023-09-21T15:20:07.470Z | Downloaded snafu v0.7.5 |
1145 | 2023-09-21T15:20:07.503Z | Downloaded postgres-types v0.2.6 |
1146 | 2023-09-21T15:20:07.505Z | Downloaded polyval v0.6.1 |
1147 | 2023-09-21T15:20:07.508Z | Downloaded flume v0.11.0 |
1148 | 2023-09-21T15:20:07.512Z | Downloaded bitfield v0.14.0 |
1149 | 2023-09-21T15:20:07.515Z | Downloaded io-lifetimes v1.0.11 |
1150 | 2023-09-21T15:20:07.518Z | Downloaded ansi_term v0.12.1 |
1151 | 2023-09-21T15:20:07.521Z | Downloaded anstream v0.5.0 |
1152 | 2023-09-21T15:20:07.524Z | Downloaded siphasher v0.3.11 |
1153 | 2023-09-21T15:20:07.526Z | Downloaded sha2 v0.10.7 |
1154 | 2023-09-21T15:20:07.529Z | Downloaded serde_repr v0.1.16 |
1155 | 2023-09-21T15:20:07.532Z | Downloaded nibble_vec v0.1.0 |
1156 | 2023-09-21T15:20:07.535Z | Downloaded mockall_derive v0.11.4 |
1157 | 2023-09-21T15:20:07.538Z | Downloaded lock_api v0.4.10 |
1158 | 2023-09-21T15:20:07.541Z | Downloaded libloading v0.7.4 |
1159 | 2023-09-21T15:20:07.544Z | Downloaded crc32fast v1.3.2 |
1160 | 2023-09-21T15:20:07.547Z | Downloaded colored v2.0.4 |
1161 | 2023-09-21T15:20:07.549Z | Downloaded oso-derive v0.26.4 |
1162 | 2023-09-21T15:20:07.553Z | Downloaded endian-type v0.1.2 |
1163 | 2023-09-21T15:20:07.556Z | Downloaded usdt-macro v0.3.5 |
1164 | 2023-09-21T15:20:07.565Z | Downloaded slog-json v2.6.1 |
1165 | 2023-09-21T15:20:07.568Z | Downloaded bit_field v0.10.2 |
1166 | 2023-09-21T15:20:07.571Z | Downloaded predicates-core v1.0.6 |
1167 | 2023-09-21T15:20:07.574Z | Downloaded predicates v2.1.5 |
1168 | 2023-09-21T15:20:07.578Z | Downloaded der_derive v0.7.2 |
1169 | 2023-09-21T15:20:07.581Z | Downloaded http v0.2.9 |
1170 | 2023-09-21T15:20:07.584Z | Downloaded console v0.15.7 |
1171 | 2023-09-21T15:20:07.587Z | Downloaded futures-executor v0.3.28 |
1172 | 2023-09-21T15:20:07.590Z | Downloaded maplit v1.0.2 |
1173 | 2023-09-21T15:20:07.592Z | Downloaded linked-hash-map v0.5.6 |
1174 | 2023-09-21T15:20:07.595Z | Downloaded linear-map v1.2.0 |
1175 | 2023-09-21T15:20:07.598Z | Downloaded hostname v0.3.1 |
1176 | 2023-09-21T15:20:07.601Z | Downloaded block-buffer v0.10.4 |
1177 | 2023-09-21T15:20:07.603Z | Downloaded spki v0.7.2 |
1178 | 2023-09-21T15:20:07.606Z | Downloaded postcard-cobs v0.1.5-pre |
1179 | 2023-09-21T15:20:07.609Z | Downloaded autocfg v1.1.0 |
1180 | 2023-09-21T15:20:07.613Z | Downloaded argon2 v0.5.2 |
1181 | 2023-09-21T15:20:07.615Z | Downloaded ppv-lite86 v0.2.17 |
1182 | 2023-09-21T15:20:07.618Z | Downloaded pkg-config v0.3.27 |
1183 | 2023-09-21T15:20:07.621Z | Downloaded futures-macro v0.3.28 |
1184 | 2023-09-21T15:20:07.623Z | Downloaded fnv v1.0.7 |
1185 | 2023-09-21T15:20:07.626Z | Downloaded mime_guess v2.0.4 |
1186 | 2023-09-21T15:20:07.629Z | Downloaded md-5 v0.10.5 |
1187 | 2023-09-21T15:20:07.631Z | Downloaded macaddr v1.0.1 |
1188 | 2023-09-21T15:20:07.634Z | Downloaded lazycell v1.3.0 |
1189 | 2023-09-21T15:20:07.637Z | Downloaded keccak v0.1.4 |
1190 | 2023-09-21T15:20:07.640Z | Downloaded ipnetwork v0.20.0 |
1191 | 2023-09-21T15:20:07.647Z | Downloaded crc v3.0.1 |
1192 | 2023-09-21T15:20:07.649Z | Downloaded num v0.4.1 |
1193 | 2023-09-21T15:20:07.652Z | Downloaded jobserver v0.1.26 |
1194 | 2023-09-21T15:20:07.654Z | Downloaded inout v0.1.3 |
1195 | 2023-09-21T15:20:07.657Z | Downloaded hyper-staticfile v0.9.5 |
1196 | 2023-09-21T15:20:07.662Z | Downloaded clap_derive v4.4.2 |
1197 | 2023-09-21T15:20:07.665Z | Downloaded maybe-uninit v2.0.0 |
1198 | 2023-09-21T15:20:07.669Z | Downloaded hubpack v0.1.2 |
1199 | 2023-09-21T15:20:07.672Z | Downloaded crossbeam-queue v0.3.8 |
1200 | 2023-09-21T15:20:07.675Z | Downloaded bitstruct_derive v0.1.0 |
1201 | 2023-09-21T15:20:07.678Z | Downloaded serde_tokenstream v0.1.7 |
1202 | 2023-09-21T15:20:07.681Z | Downloaded chacha20poly1305 v0.10.1 |
1203 | 2023-09-21T15:20:07.688Z | Downloaded float-cmp v0.9.0 |
1204 | 2023-09-21T15:20:07.690Z | Downloaded slog-stdlog v4.1.1 |
1205 | 2023-09-21T15:20:07.693Z | Downloaded signature v2.1.0 |
1206 | 2023-09-21T15:20:07.696Z | Downloaded signal-hook-registry v1.4.1 |
1207 | 2023-09-21T15:20:07.699Z | Downloaded signal-hook-mio v0.2.3 |
1208 | 2023-09-21T15:20:07.701Z | Downloaded rustix v0.37.23 |
1209 | 2023-09-21T15:20:07.704Z | Downloaded nodrop v0.1.14 |
1210 | 2023-09-21T15:20:07.709Z | Downloaded httpdate v1.0.3 |
1211 | 2023-09-21T15:20:07.711Z | Downloaded clap_lex v0.5.1 |
1212 | 2023-09-21T15:20:07.714Z | Downloaded native-tls v0.2.11 |
1213 | 2023-09-21T15:20:07.717Z | Downloaded want v0.3.1 |
1214 | 2023-09-21T15:20:07.720Z | Downloaded indicatif v0.17.6 |
1215 | 2023-09-21T15:20:07.722Z | Downloaded crossbeam v0.8.2 |
1216 | 2023-09-21T15:20:07.725Z | Downloaded crc-catalog v2.2.0 |
1217 | 2023-09-21T15:20:07.727Z | Downloaded bitflags v1.3.2 |
1218 | 2023-09-21T15:20:07.730Z | Downloaded usdt-attr-macro v0.3.5 |
1219 | 2023-09-21T15:20:07.733Z | Downloaded toml_datetime v0.6.3 |
1220 | 2023-09-21T15:20:07.735Z | Downloaded slab v0.4.9 |
1221 | 2023-09-21T15:20:07.738Z | Downloaded serde_spanned v0.6.3 |
1222 | 2023-09-21T15:20:07.741Z | Downloaded same-file v1.0.6 |
1223 | 2023-09-21T15:20:07.743Z | Downloaded matches v0.1.10 |
1224 | 2023-09-21T15:20:07.746Z | Downloaded newtype_derive v0.1.6 |
1225 | 2023-09-21T15:20:07.749Z | Downloaded lru-cache v0.1.2 |
1226 | 2023-09-21T15:20:07.751Z | Downloaded assert_matches v1.5.0 |
1227 | 2023-09-21T15:20:07.754Z | Downloaded async-stream-impl v0.3.5 |
1228 | 2023-09-21T15:20:07.756Z | Downloaded lalrpop-util v0.19.12 |
1229 | 2023-09-21T15:20:07.759Z | Downloaded slog v2.7.0 |
1230 | 2023-09-21T15:20:07.763Z | Downloaded serde_derive v1.0.188 |
1231 | 2023-09-21T15:20:07.766Z | Downloaded semver-parser v0.10.2 |
1232 | 2023-09-21T15:20:07.768Z | Downloaded ident_case v1.0.1 |
1233 | 2023-09-21T15:20:07.771Z | Downloaded convert_case v0.4.0 |
1234 | 2023-09-21T15:20:07.774Z | Downloaded ciborium-io v0.2.1 |
1235 | 2023-09-21T15:20:07.777Z | Downloaded number_prefix v0.4.0 |
1236 | 2023-09-21T15:20:07.782Z | Downloaded match_cfg v0.1.0 |
1237 | 2023-09-21T15:20:07.785Z | Downloaded instant v0.1.12 |
1238 | 2023-09-21T15:20:07.787Z | Downloaded crc-any v2.4.3 |
1239 | 2023-09-21T15:20:07.790Z | Downloaded cc v1.0.83 |
1240 | 2023-09-21T15:20:07.793Z | Downloaded backtrace v0.3.69 |
1241 | 2023-09-21T15:20:07.796Z | Downloaded nu-ansi-term v0.49.0 |
1242 | 2023-09-21T15:20:07.808Z | Downloaded mime v0.3.17 |
1243 | 2023-09-21T15:20:07.812Z | Downloaded managed v0.8.0 |
1244 | 2023-09-21T15:20:07.816Z | Downloaded itoa v1.0.9 |
1245 | 2023-09-21T15:20:07.819Z | Downloaded hyper-rustls v0.24.1 |
1246 | 2023-09-21T15:20:07.822Z | Downloaded const-oid v0.9.5 |
1247 | 2023-09-21T15:20:07.826Z | Downloaded bb8 v0.8.1 |
1248 | 2023-09-21T15:20:07.829Z | Downloaded allocator-api2 v0.2.16 |
1249 | 2023-09-21T15:20:07.832Z | Downloaded hmac v0.12.1 |
1250 | 2023-09-21T15:20:07.835Z | Downloaded camino v1.1.6 |
1251 | 2023-09-21T15:20:07.837Z | Downloaded buf-list v1.0.3 |
1252 | 2023-09-21T15:20:07.840Z | Downloaded cfg-if v1.0.0 |
1253 | 2023-09-21T15:20:07.843Z | Downloaded cfg-if v0.1.10 |
1254 | 2023-09-21T15:20:07.846Z | Downloaded cexpr v0.6.0 |
1255 | 2023-09-21T15:20:07.849Z | Downloaded cargo_metadata v0.17.0 |
1256 | 2023-09-21T15:20:07.852Z | Downloaded bit-vec v0.6.3 |
1257 | 2023-09-21T15:20:07.854Z | Downloaded base16ct v0.2.0 |
1258 | 2023-09-21T15:20:07.861Z | Downloaded anstyle-parse v0.2.1 |
1259 | 2023-09-21T15:20:07.908Z | Downloaded adler v1.0.2 |
1260 | 2023-09-21T15:20:07.912Z | Downloaded backoff v0.4.0 |
1261 | 2023-09-21T15:20:07.915Z | Downloaded aes-gcm-siv v0.11.1 |
1262 | 2023-09-21T15:20:08.085Z | Compiling proc-macro2 v1.0.66 |
1263 | 2023-09-21T15:20:08.088Z | Compiling unicode-ident v1.0.11 |
1264 | 2023-09-21T15:20:08.091Z | Compiling libc v0.2.147 |
1265 | 2023-09-21T15:20:08.096Z | Compiling cfg-if v1.0.0 |
1266 | 2023-09-21T15:20:08.101Z | Compiling version_check v0.9.4 |
1267 | 2023-09-21T15:20:08.107Z | Compiling serde v1.0.188 |
1268 | 2023-09-21T15:20:08.110Z | Compiling autocfg v1.1.0 |
1269 | 2023-09-21T15:20:08.113Z | Compiling syn v1.0.109 |
1270 | 2023-09-21T15:20:08.363Z | Compiling once_cell v1.18.0 |
1271 | 2023-09-21T15:20:09.105Z | Compiling thiserror v1.0.48 |
1272 | 2023-09-21T15:20:09.304Z | Compiling itoa v1.0.9 |
1273 | 2023-09-21T15:20:09.599Z | Compiling memchr v2.6.3 |
1274 | 2023-09-21T15:20:09.753Z | Compiling log v0.4.20 |
1275 | 2023-09-21T15:20:10.068Z | Compiling scopeguard v1.2.0 |
1276 | 2023-09-21T15:20:10.260Z | Compiling ahash v0.8.3 |
1277 | 2023-09-21T15:20:10.263Z | Compiling pin-project-lite v0.2.13 |
1278 | 2023-09-21T15:20:10.311Z | Compiling serde_json v1.0.106 |
1279 | 2023-09-21T15:20:10.476Z | Compiling ryu v1.0.15 |
1280 | 2023-09-21T15:20:10.884Z | Compiling lock_api v0.4.10 |
1281 | 2023-09-21T15:20:11.084Z | Compiling parking_lot_core v0.9.8 |
1282 | 2023-09-21T15:20:11.304Z | Compiling smallvec v1.11.0 |
1283 | 2023-09-21T15:20:11.469Z | Compiling libm v0.2.7 |
1284 | 2023-09-21T15:20:11.493Z | Compiling quote v1.0.33 |
1285 | 2023-09-21T15:20:12.069Z | Compiling num-traits v0.2.16 |
1286 | 2023-09-21T15:20:12.558Z | Compiling syn v2.0.32 |
1287 | 2023-09-21T15:20:12.561Z | Compiling jobserver v0.1.26 |
1288 | 2023-09-21T15:20:12.566Z | Compiling getrandom v0.2.10 |
1289 | 2023-09-21T15:20:12.662Z | Compiling num_cpus v1.16.0 |
1290 | 2023-09-21T15:20:12.853Z | Compiling socket2 v0.5.3 |
1291 | 2023-09-21T15:20:13.225Z | Compiling cc v1.0.83 |
1292 | 2023-09-21T15:20:13.580Z | Compiling parking_lot v0.12.1 |
1293 | 2023-09-21T15:20:14.282Z | Compiling rand_core v0.6.4 |
1294 | 2023-09-21T15:20:14.429Z | Compiling signal-hook-registry v1.4.1 |
1295 | 2023-09-21T15:20:15.044Z | Compiling mio v0.8.8 |
1296 | 2023-09-21T15:20:15.368Z | Compiling spin v0.5.2 |
1297 | 2023-09-21T15:20:15.749Z | Compiling futures-core v0.3.28 |
1298 | 2023-09-21T15:20:16.055Z | Compiling typenum v1.16.0 |
1299 | 2023-09-21T15:20:17.456Z | Compiling generic-array v0.14.7 |
1300 | 2023-09-21T15:20:18.020Z | Compiling equivalent v1.0.1 |
1301 | 2023-09-21T15:20:18.324Z | Compiling hashbrown v0.14.0 |
1302 | 2023-09-21T15:20:18.523Z | Compiling iana-time-zone v0.1.57 |
1303 | 2023-09-21T15:20:18.924Z | Compiling slab v0.4.9 |
1304 | 2023-09-21T15:20:19.360Z | Compiling futures-sink v0.3.28 |
1305 | 2023-09-21T15:20:19.600Z | Compiling futures-task v0.3.28 |
1306 | 2023-09-21T15:20:19.692Z | Compiling subtle v2.5.0 |
1307 | 2023-09-21T15:20:20.058Z | Compiling futures-channel v0.3.28 |
1308 | 2023-09-21T15:20:20.356Z | Compiling tracing-core v0.1.31 |
1309 | 2023-09-21T15:20:20.537Z | Compiling heck v0.4.1 |
1310 | 2023-09-21T15:20:21.068Z | Compiling futures-util v0.3.28 |
1311 | 2023-09-21T15:20:21.241Z | Compiling byteorder v1.4.3 |
1312 | 2023-09-21T15:20:21.524Z | Compiling const-oid v0.9.5 |
1313 | 2023-09-21T15:20:22.558Z | Compiling ring v0.16.20 |
1314 | 2023-09-21T15:20:22.955Z | Compiling pkg-config v0.3.27 |
1315 | 2023-09-21T15:20:23.045Z | Compiling pin-utils v0.1.0 |
1316 | 2023-09-21T15:20:23.202Z | Compiling futures-io v0.3.28 |
1317 | 2023-09-21T15:20:23.252Z | Compiling vcpkg v0.2.15 |
1318 | 2023-09-21T15:20:23.748Z | Compiling schemars v0.8.13 |
1319 | 2023-09-21T15:20:24.655Z | Compiling fnv v1.0.7 |
1320 | 2023-09-21T15:20:24.696Z | Compiling tinyvec_macros v0.1.1 |
1321 | 2023-09-21T15:20:24.817Z | Compiling serde_derive_internals v0.26.0 |
1322 | 2023-09-21T15:20:24.861Z | Compiling ucd-trie v0.1.6 |
1323 | 2023-09-21T15:20:24.885Z | Compiling dyn-clone v1.0.13 |
1324 | 2023-09-21T15:20:25.148Z | Compiling unicode-xid v0.2.4 |
1325 | 2023-09-21T15:20:25.189Z | Compiling tinyvec v1.6.0 |
1326 | 2023-09-21T15:20:25.380Z | Compiling synstructure v0.12.6 |
1327 | 2023-09-21T15:20:26.168Z | Compiling openssl-sys v0.9.93 |
1328 | 2023-09-21T15:20:26.897Z | Compiling indexmap v1.9.3 |
1329 | 2023-09-21T15:20:27.558Z | Compiling untrusted v0.7.1 |
1330 | 2023-09-21T15:20:27.811Z | Compiling unicode-normalization v0.1.22 |
1331 | 2023-09-21T15:20:28.648Z | Compiling socket2 v0.4.9 |
1332 | 2023-09-21T15:20:29.181Z | Compiling allocator-api2 v0.2.16 |
1333 | 2023-09-21T15:20:30.120Z | Compiling httparse v1.8.0 |
1334 | 2023-09-21T15:20:30.666Z | Compiling unicode-bidi v0.3.13 |
1335 | 2023-09-21T15:20:31.176Z | Compiling crossbeam-utils v0.8.16 |
1336 | 2023-09-21T15:20:31.565Z | Compiling hashbrown v0.12.3 |
1337 | 2023-09-21T15:20:34.195Z | Compiling hashbrown v0.13.2 |
1338 | 2023-09-21T15:20:34.898Z | Compiling serde_derive v1.0.188 |
1339 | 2023-09-21T15:20:35.001Z | Compiling thiserror-impl v1.0.48 |
1340 | 2023-09-21T15:20:35.307Z | Compiling zeroize_derive v1.4.2 |
1341 | 2023-09-21T15:20:35.327Z | Compiling tokio-macros v2.1.0 |
1342 | 2023-09-21T15:20:35.392Z | Compiling schemars_derive v0.8.13 |
1343 | 2023-09-21T15:20:36.122Z | Compiling tracing-attributes v0.1.26 |
1344 | 2023-09-21T15:20:36.288Z | Compiling futures-macro v0.3.28 |
1345 | 2023-09-21T15:20:36.765Z | Compiling zerocopy-derive v0.2.0 |
1346 | 2023-09-21T15:20:37.619Z | Compiling zeroize v1.6.0 |
1347 | 2023-09-21T15:20:39.575Z | Compiling rustls v0.21.7 |
1348 | 2023-09-21T15:20:39.952Z | Compiling pest v2.7.2 |
1349 | 2023-09-21T15:20:40.038Z | Compiling adler v1.0.2 |
1350 | 2023-09-21T15:20:40.311Z | Compiling foreign-types-shared v0.1.1 |
1351 | 2023-09-21T15:20:40.478Z | Compiling bitflags v1.3.2 |
1352 | 2023-09-21T15:20:40.630Z | Compiling percent-encoding v2.3.0 |
1353 | 2023-09-21T15:20:40.683Z | Compiling crypto-common v0.1.6 |
1354 | 2023-09-21T15:20:40.799Z | Compiling block-buffer v0.10.4 |
1355 | 2023-09-21T15:20:41.004Z | Compiling base64 v0.21.4 |
1356 | 2023-09-21T15:20:41.197Z | Compiling digest v0.10.7 |
1357 | 2023-09-21T15:20:41.439Z | Compiling unicode-width v0.1.10 |
1358 | 2023-09-21T15:20:41.718Z | Compiling tracing v0.1.37 |
1359 | 2023-09-21T15:20:41.937Z | Compiling try-lock v0.2.4 |
1360 | 2023-09-21T15:20:41.983Z | Compiling openssl v0.10.57 |
1361 | 2023-09-21T15:20:42.173Z | Compiling want v0.3.1 |
1362 | 2023-09-21T15:20:42.593Z | Compiling sct v0.7.0 |
1363 | 2023-09-21T15:20:42.631Z | Compiling rustls-webpki v0.101.4 |
1364 | 2023-09-21T15:20:42.983Z | Compiling foreign-types v0.3.2 |
1365 | 2023-09-21T15:20:43.125Z | Compiling miniz_oxide v0.7.1 |
1366 | 2023-09-21T15:20:43.182Z | Compiling regress v0.7.1 |
1367 | 2023-09-21T15:20:43.435Z | Compiling openssl-macros v0.1.1 |
1368 | 2023-09-21T15:20:44.532Z | Compiling pest_meta v2.7.2 |
1369 | 2023-09-21T15:20:49.635Z | Compiling pest_generator v2.7.2 |
1370 | 2023-09-21T15:20:51.200Z | Compiling backtrace v0.3.69 |
1371 | 2023-09-21T15:20:51.659Z | Compiling errno v0.3.2 |
1372 | 2023-09-21T15:20:51.690Z | Compiling usdt-impl v0.3.5 |
1373 | 2023-09-21T15:20:51.743Z | Compiling winnow v0.5.15 |
1374 | 2023-09-21T15:20:52.008Z | Compiling tower-service v0.3.2 |
1375 | 2023-09-21T15:20:52.156Z | Compiling gimli v0.28.0 |
1376 | 2023-09-21T15:20:52.196Z | Compiling cpufeatures v0.2.9 |
1377 | 2023-09-21T15:20:52.343Z | Compiling native-tls v0.2.11 |
1378 | 2023-09-21T15:20:52.396Z | Compiling httpdate v1.0.3 |
1379 | 2023-09-21T15:20:52.735Z | Compiling pest_derive v2.7.2 |
1380 | 2023-09-21T15:20:53.204Z | Compiling form_urlencoded v1.2.0 |
1381 | 2023-09-21T15:20:53.605Z | Compiling aho-corasick v1.0.4 |
1382 | 2023-09-21T15:20:53.813Z | Compiling lazy_static v1.4.0 |
1383 | 2023-09-21T15:20:54.061Z | Compiling object v0.32.1 |
1384 | 2023-09-21T15:20:54.180Z | Compiling openssl-probe v0.1.5 |
1385 | 2023-09-21T15:20:54.981Z | Compiling anyhow v1.0.75 |
1386 | 2023-09-21T15:20:56.495Z | Compiling rustc-demangle v0.1.23 |
1387 | 2023-09-21T15:20:57.998Z | Compiling slog v2.7.0 |
1388 | 2023-09-21T15:20:58.638Z | Compiling ppv-lite86 v0.2.17 |
1389 | 2023-09-21T15:20:59.717Z | Compiling bytes v1.5.0 |
1390 | 2023-09-21T15:21:00.065Z | Compiling indexmap v2.0.0 |
1391 | 2023-09-21T15:21:00.330Z | Compiling chrono v0.4.30 |
1392 | 2023-09-21T15:21:02.099Z | Compiling tokio v1.32.0 |
1393 | 2023-09-21T15:21:02.899Z | Compiling uuid v1.4.1 |
1394 | 2023-09-21T15:21:04.220Z | Compiling bitflags v2.4.0 |
1395 | 2023-09-21T15:21:05.168Z | Compiling http v0.2.9 |
1396 | 2023-09-21T15:21:05.274Z | Compiling serde_tokenstream v0.2.0 |
1397 | 2023-09-21T15:21:09.294Z | Compiling http-body v0.4.5 |
1398 | 2023-09-21T15:21:10.005Z | Compiling toml_datetime v0.6.3 |
1399 | 2023-09-21T15:21:10.682Z | Compiling serde_spanned v0.6.3 |
1400 | 2023-09-21T15:21:11.033Z | Compiling toml_edit v0.19.15 |
1401 | 2023-09-21T15:21:13.883Z | Compiling addr2line v0.21.0 |
1402 | 2023-09-21T15:21:15.222Z | Compiling tokio-util v0.7.8 |
1403 | 2023-09-21T15:21:15.747Z | Compiling regex-syntax v0.7.5 |
1404 | 2023-09-21T15:21:19.025Z | Compiling h2 v0.3.21 |
1405 | 2023-09-21T15:21:19.207Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
1406 | 2023-09-21T15:21:23.017Z | Compiling regex-automata v0.3.8 |
1407 | 2023-09-21T15:21:23.678Z | Compiling proc-macro-crate v1.3.1 |
1408 | 2023-09-21T15:21:26.516Z | Compiling tokio-rustls v0.24.1 |
1409 | 2023-09-21T15:21:27.223Z | Compiling rand_chacha v0.3.1 |
1410 | 2023-09-21T15:21:30.045Z | Compiling zerocopy v0.3.0 |
1411 | 2023-09-21T15:21:31.501Z | Compiling hyper v0.14.27 |
1412 | 2023-09-21T15:21:37.629Z | Compiling time-core v0.1.1 |
1413 | 2023-09-21T15:21:37.904Z | Compiling strsim v0.10.0 |
1414 | 2023-09-21T15:21:37.929Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
1415 | 2023-09-21T15:21:38.945Z | Compiling ident_case v1.0.1 |
1416 | 2023-09-21T15:21:39.214Z | Compiling darling_core v0.20.3 |
1417 | 2023-09-21T15:21:41.308Z | Compiling time-macros v0.2.13 |
1418 | 2023-09-21T15:21:45.131Z | Compiling dof v0.1.5 |
1419 | 2023-09-21T15:21:46.482Z | Compiling regex v1.9.5 |
1420 | 2023-09-21T15:21:46.509Z | Compiling rand v0.8.5 |
1421 | 2023-09-21T15:21:46.513Z | Compiling tokio-native-tls v0.3.1 |
1422 | 2023-09-21T15:21:46.988Z | Compiling num_enum_derive v0.5.11 |
1423 | 2023-09-21T15:21:47.942Z | Compiling serde_urlencoded v0.7.1 |
1424 | 2023-09-21T15:21:48.207Z | Compiling dtrace-parser v0.1.14 |
1425 | 2023-09-21T15:21:48.907Z | Compiling crossbeam-channel v0.5.8 |
1426 | 2023-09-21T15:21:49.016Z | Compiling rustls-pemfile v1.0.3 |
1427 | 2023-09-21T15:21:49.455Z | Compiling idna v0.4.0 |
1428 | 2023-09-21T15:21:50.813Z | Compiling thread-id v4.2.0 |
1429 | 2023-09-21T15:21:50.981Z | Compiling atty v0.2.14 |
1430 | 2023-09-21T15:21:51.198Z | Compiling proc-macro-error-attr v1.0.4 |
1431 | 2023-09-21T15:21:51.601Z | Compiling num_threads v0.1.6 |
1432 | 2023-09-21T15:21:51.798Z | Compiling deranged v0.3.8 |
1433 | 2023-09-21T15:21:52.238Z | Compiling rustix v0.38.9 |
1434 | 2023-09-21T15:21:55.225Z | Compiling async-trait v0.1.73 |
1435 | 2023-09-21T15:21:55.462Z | Compiling time v0.3.27 |
1436 | 2023-09-21T15:21:58.600Z | Compiling url v2.4.1 |
1437 | 2023-09-21T15:22:01.959Z | Compiling num_enum v0.5.11 |
1438 | 2023-09-21T15:22:02.199Z | Compiling darling_macro v0.20.3 |
1439 | 2023-09-21T15:22:03.621Z | Compiling hyper-tls v0.5.0 |
1440 | 2023-09-21T15:22:04.330Z | Compiling hyper-rustls v0.24.1 |
1441 | 2023-09-21T15:22:04.920Z | Compiling ipnetwork v0.20.0 |
1442 | 2023-09-21T15:22:07.045Z | Compiling serde_tokenstream v0.1.7 |
1443 | 2023-09-21T15:22:08.959Z | Compiling hmac v0.12.1 |
1444 | 2023-09-21T15:22:10.703Z | Compiling dirs-sys-next v0.1.2 |
1445 | 2023-09-21T15:22:10.752Z | Compiling proc-macro-error v1.0.4 |
1446 | 2023-09-21T15:22:11.179Z | Compiling encoding_rs v0.8.33 |
1447 | 2023-09-21T15:22:14.615Z | Compiling webpki-roots v0.25.2 |
1448 | 2023-09-21T15:22:14.890Z | Compiling rustversion v1.0.14 |
1449 | 2023-09-21T15:22:15.212Z | Compiling ipnet v2.8.0 |
1450 | 2023-09-21T15:22:15.756Z | Compiling mime v0.3.17 |
1451 | 2023-09-21T15:22:17.676Z | Compiling reqwest v0.11.20 |
1452 | 2023-09-21T15:22:22.608Z | Compiling getopts v0.2.21 |
1453 | 2023-09-21T15:22:24.006Z | Compiling dirs-next v2.0.0 |
1454 | 2023-09-21T15:22:26.750Z | Compiling darling v0.20.3 |
1455 | 2023-09-21T15:22:35.854Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
1456 | 2023-09-21T15:22:36.056Z | Compiling openapiv3 v1.0.3 |
1457 | 2023-09-21T15:22:49.610Z | Compiling sha2 v0.10.7 |
1458 | 2023-09-21T15:22:52.161Z | Compiling md-5 v0.10.5 |
1459 | 2023-09-21T15:22:52.568Z | Compiling structmeta-derive v0.1.6 |
1460 | 2023-09-21T15:22:55.892Z | Compiling stringprep v0.1.3 |
1461 | 2023-09-21T15:22:57.129Z | Compiling thread_local v1.1.7 |
1462 | 2023-09-21T15:22:58.420Z | Compiling match_cfg v0.1.0 |
1463 | 2023-09-21T15:22:58.563Z | Compiling semver v1.0.18 |
1464 | 2023-09-21T15:22:59.258Z | Compiling slog-async v2.8.0 |
1465 | 2023-09-21T15:22:59.928Z | Compiling camino v1.1.6 |
1466 | 2023-09-21T15:23:00.725Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1467 | 2023-09-21T15:23:01.192Z | Compiling siphasher v0.3.11 |
1468 | 2023-09-21T15:23:01.680Z | Compiling paste v1.0.14 |
1469 | 2023-09-21T15:23:02.011Z | Compiling fallible-iterator v0.2.0 |
1470 | 2023-09-21T15:23:02.337Z | Compiling unsafe-libyaml v0.2.9 |
1471 | 2023-09-21T15:23:03.353Z | Compiling postgres-protocol v0.6.6 |
1472 | 2023-09-21T15:23:04.131Z | Compiling phf_shared v0.11.2 |
1473 | 2023-09-21T15:23:04.899Z | Compiling serde_yaml v0.9.25 |
1474 | 2023-09-21T15:23:05.941Z | Compiling hostname v0.3.1 |
1475 | 2023-09-21T15:23:06.363Z | Compiling structmeta v0.1.6 |
1476 | 2023-09-21T15:23:06.988Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
1477 | 2023-09-21T15:23:09.530Z | Compiling toml v0.7.6 |
1478 | 2023-09-21T15:23:11.586Z | Compiling serde_with_macros v2.3.3 |
1479 | 2023-09-21T15:23:15.539Z | Compiling term v0.7.0 |
1480 | 2023-09-21T15:23:19.212Z | Compiling usdt-macro v0.3.5 |
1481 | 2023-09-21T15:23:20.534Z | Compiling usdt-attr-macro v0.3.5 |
1482 | 2023-09-21T15:23:21.090Z | Compiling slog-json v2.6.1 |
1483 | 2023-09-21T15:23:21.911Z | Compiling futures-executor v0.3.28 |
1484 | 2023-09-21T15:23:22.993Z | Compiling async-stream-impl v0.3.5 |
1485 | 2023-09-21T15:23:23.873Z | Compiling memoffset v0.9.0 |
1486 | 2023-09-21T15:23:23.977Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069) |
1487 | 2023-09-21T15:23:24.312Z | Compiling postcard-cobs v0.1.5-pre |
1488 | 2023-09-21T15:23:24.383Z | Compiling take_mut v0.2.2 |
1489 | 2023-09-21T15:23:24.637Z | Compiling managed v0.8.0 |
1490 | 2023-09-21T15:23:25.015Z | Compiling regex-syntax v0.6.29 |
1491 | 2023-09-21T15:23:25.024Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1492 | 2023-09-21T15:23:25.417Z | Compiling atomic-waker v1.1.1 |
1493 | 2023-09-21T15:23:25.572Z | Compiling smoltcp v0.8.2 |
1494 | 2023-09-21T15:23:25.703Z | Compiling waitgroup v0.1.2 |
1495 | 2023-09-21T15:23:26.064Z | Compiling async-stream v0.3.5 |
1496 | 2023-09-21T15:23:26.674Z | Compiling postcard v0.7.3 |
1497 | 2023-09-21T15:23:32.363Z | Compiling usdt v0.3.5 |
1498 | 2023-09-21T15:23:33.127Z | Compiling futures v0.3.28 |
1499 | 2023-09-21T15:23:33.304Z | Compiling slog-bunyan v2.4.0 |
1500 | 2023-09-21T15:23:33.706Z | Compiling strum_macros v0.25.2 |
1501 | 2023-09-21T15:23:34.741Z | Compiling parse-display-derive v0.7.0 |
1502 | 2023-09-21T15:23:39.953Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
1503 | 2023-09-21T15:23:41.024Z | Compiling slog-term v2.9.0 |
1504 | 2023-09-21T15:23:44.103Z | Compiling serde_with v2.3.3 |
1505 | 2023-09-21T15:23:48.629Z | Compiling postgres-types v0.2.6 |
1506 | 2023-09-21T15:23:49.049Z | Compiling phf v0.11.2 |
1507 | 2023-09-21T15:23:49.530Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
1508 | 2023-09-21T15:23:52.215Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069) |
1509 | 2023-09-21T15:23:52.244Z | Compiling serde_path_to_error v0.1.14 |
1510 | 2023-09-21T15:23:52.262Z | Compiling hex v0.4.3 |
1511 | 2023-09-21T15:23:52.271Z | Compiling sha1 v0.10.5 |
1512 | 2023-09-21T15:23:53.146Z | Compiling foreign-types-macros v0.2.3 |
1513 | 2023-09-21T15:23:53.993Z | Compiling zerocopy-derive v0.6.3 |
1514 | 2023-09-21T15:23:54.022Z | Compiling crossbeam-epoch v0.9.15 |
1515 | 2023-09-21T15:23:57.811Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1516 | 2023-09-21T15:23:57.935Z | Compiling instant v0.1.12 |
1517 | 2023-09-21T15:23:57.960Z | Compiling cfg-if v0.1.10 |
1518 | 2023-09-21T15:23:57.977Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1519 | 2023-09-21T15:23:57.996Z | Compiling foreign-types-shared v0.3.1 |
1520 | 2023-09-21T15:23:58.016Z | Compiling io-lifetimes v1.0.11 |
1521 | 2023-09-21T15:23:58.024Z | Compiling whoami v1.4.1 |
1522 | 2023-09-21T15:23:58.037Z | Compiling either v1.9.0 |
1523 | 2023-09-21T15:23:58.064Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1524 | 2023-09-21T15:23:58.075Z | Compiling debug-ignore v1.0.5 |
1525 | 2023-09-21T15:23:58.088Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1526 | 2023-09-21T15:23:58.097Z | Compiling tokio-postgres v0.7.10 |
1527 | 2023-09-21T15:23:58.113Z | Compiling foreign-types v0.5.0 |
1528 | 2023-09-21T15:23:58.123Z | Compiling zerocopy v0.6.3 |
1529 | 2023-09-21T15:23:58.131Z | Compiling backoff v0.4.0 |
1530 | 2023-09-21T15:23:58.136Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1531 | 2023-09-21T15:23:58.140Z | Compiling parse-display v0.7.0 |
1532 | 2023-09-21T15:23:58.207Z | Compiling strum v0.25.0 |
1533 | 2023-09-21T15:23:58.722Z | Compiling is-terminal v0.4.9 |
1534 | 2023-09-21T15:23:58.833Z | Compiling macaddr v1.0.1 |
1535 | 2023-09-21T15:23:58.953Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1536 | 2023-09-21T15:24:00.088Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1537 | 2023-09-21T15:24:00.130Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1538 | 2023-09-21T15:24:01.154Z | Compiling cstr-argument v0.1.2 |
1539 | 2023-09-21T15:24:01.354Z | Compiling unicode-segmentation v1.10.1 |
1540 | 2023-09-21T15:24:01.530Z | Compiling base64ct v1.6.0 |
1541 | 2023-09-21T15:24:02.624Z | Compiling rustix v0.37.23 |
1542 | 2023-09-21T15:24:02.802Z | Compiling pretty-hex v0.2.1 |
1543 | 2023-09-21T15:24:02.830Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1544 | 2023-09-21T15:24:03.156Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1545 | 2023-09-21T15:24:03.262Z | Compiling heck v0.3.3 |
1546 | 2023-09-21T15:24:03.607Z | Compiling password-hash v0.5.0 |
1547 | 2023-09-21T15:24:03.774Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1548 | 2023-09-21T15:24:04.448Z | Compiling colored v2.0.4 |
1549 | 2023-09-21T15:24:07.027Z | Compiling blake2 v0.10.6 |
1550 | 2023-09-21T15:24:07.422Z | Compiling textwrap v0.11.0 |
1551 | 2023-09-21T15:24:07.797Z | Compiling utf8parse v0.2.1 |
1552 | 2023-09-21T15:24:08.095Z | Compiling ansi_term v0.12.1 |
1553 | 2023-09-21T15:24:08.632Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
1554 | 2023-09-21T15:24:08.980Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1555 | 2023-09-21T15:24:09.219Z | Compiling crc32fast v1.3.2 |
1556 | 2023-09-21T15:24:09.300Z | Compiling libefi-sys v0.1.0 |
1557 | 2023-09-21T15:24:09.582Z | Compiling vec_map v0.8.2 |
1558 | 2023-09-21T15:24:09.702Z | Compiling rayon-core v1.11.0 |
1559 | 2023-09-21T15:24:09.873Z | Compiling strsim v0.8.0 |
1560 | 2023-09-21T15:24:10.148Z | Compiling clap v2.34.0 |
1561 | 2023-09-21T15:24:10.255Z | Compiling anstyle-parse v0.2.1 |
1562 | 2023-09-21T15:24:10.911Z | Compiling argon2 v0.5.2 |
1563 | 2023-09-21T15:24:15.160Z | Compiling crossbeam-deque v0.8.3 |
1564 | 2023-09-21T15:24:15.739Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1565 | 2023-09-21T15:24:15.771Z | Compiling structopt-derive v0.4.18 |
1566 | 2023-09-21T15:24:20.146Z | Compiling itertools v0.10.5 |
1567 | 2023-09-21T15:24:20.182Z | Compiling zone_cfg_derive v0.2.0 |
1568 | 2023-09-21T15:24:20.311Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1569 | 2023-09-21T15:24:21.100Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1570 | 2023-09-21T15:24:21.635Z | Compiling colorchoice v1.0.0 |
1571 | 2023-09-21T15:24:21.903Z | Compiling anstyle-query v1.0.0 |
1572 | 2023-09-21T15:24:22.113Z | Compiling portable-atomic v1.4.3 |
1573 | 2023-09-21T15:24:22.364Z | Compiling anstyle v1.0.2 |
1574 | 2023-09-21T15:24:23.330Z | Compiling keccak v0.1.4 |
1575 | 2023-09-21T15:24:23.534Z | Compiling anstream v0.5.0 |
1576 | 2023-09-21T15:24:24.950Z | Compiling sha3 v0.10.8 |
1577 | 2023-09-21T15:24:25.354Z | Compiling zone v0.2.0 |
1578 | 2023-09-21T15:24:25.805Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1579 | 2023-09-21T15:24:26.361Z | Compiling structopt v0.3.26 |
1580 | 2023-09-21T15:24:26.610Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1581 | 2023-09-21T15:24:30.318Z | Compiling terminal_size v0.2.6 |
1582 | 2023-09-21T15:24:30.644Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1583 | 2023-09-21T15:24:31.681Z | Compiling hkdf v0.12.3 |
1584 | 2023-09-21T15:24:31.745Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1585 | 2023-09-21T15:24:31.834Z | Compiling smf v0.2.2 |
1586 | 2023-09-21T15:24:32.090Z | Compiling secrecy v0.8.0 |
1587 | 2023-09-21T15:24:32.130Z | Compiling xattr v1.0.1 |
1588 | 2023-09-21T15:24:32.488Z | Compiling filetime v0.2.22 |
1589 | 2023-09-21T15:24:33.005Z | Compiling fastrand v2.0.0 |
1590 | 2023-09-21T15:24:33.642Z | Compiling same-file v1.0.6 |
1591 | 2023-09-21T15:24:34.549Z | Compiling clap_lex v0.5.1 |
1592 | 2023-09-21T15:24:34.552Z | Compiling walkdir v2.4.0 |
1593 | 2023-09-21T15:24:34.555Z | Compiling tempfile v3.8.0 |
1594 | 2023-09-21T15:24:35.354Z | Compiling clap_builder v4.4.2 |
1595 | 2023-09-21T15:24:35.994Z | Compiling tar v0.4.40 |
1596 | 2023-09-21T15:24:36.642Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1597 | 2023-09-21T15:24:37.156Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1598 | 2023-09-21T15:24:38.287Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1599 | 2023-09-21T15:24:38.948Z | Compiling flate2 v1.0.27 |
1600 | 2023-09-21T15:24:39.670Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1601 | 2023-09-21T15:24:41.263Z | Compiling rayon v1.7.0 |
1602 | 2023-09-21T15:24:47.508Z | Compiling console v0.15.7 |
1603 | 2023-09-21T15:24:49.241Z | Compiling clap_derive v4.4.2 |
1604 | 2023-09-21T15:24:50.697Z | Compiling fixedbitset v0.4.2 |
1605 | 2023-09-21T15:24:52.010Z | Compiling number_prefix v0.4.0 |
1606 | 2023-09-21T15:24:52.415Z | Compiling indicatif v0.17.6 |
1607 | 2023-09-21T15:24:53.195Z | Compiling petgraph v0.6.4 |
1608 | 2023-09-21T15:25:00.004Z | Compiling clap v4.4.2 |
1609 | 2023-09-21T15:25:00.072Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1610 | 2023-09-21T15:25:00.128Z | Compiling omicron-zone-package v0.8.3 |
1611 | 2023-09-21T15:25:00.199Z | Compiling topological-sort v0.2.2 |
1612 | 2023-09-21T15:25:01.198Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1613 | 2023-09-21T15:25:41.188Z | Finished release [optimized] target(s) in 6m 04s |
1614 | 2023-09-21T15:25:41.436Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu` |
1615 | 2023-09-21T15:25:41.521Z | Created new build target 'test' and set it as active |
1616 | 2023-09-21T15:25:41.535Z | |
1617 | 2023-09-21T15:25:41.538Z | real 6:05.111532781 |
1618 | 2023-09-21T15:25:41.542Z | user 39:13.959412504 |
1619 | 2023-09-21T15:25:41.544Z | sys 2:59.173956844 |
1620 | 2023-09-21T15:25:41.552Z | trap 1.456506592 |
1621 | 2023-09-21T15:25:41.555Z | tflt 3.019143385 |
1622 | 2023-09-21T15:25:41.559Z | dflt 3.084966954 |
1623 | 2023-09-21T15:25:41.562Z | kflt 0.022332882 |
1624 | 2023-09-21T15:25:41.567Z | lock 1:32:30.087700740 |
1625 | 2023-09-21T15:25:41.570Z | slp 1:52:21.217686067 |
1626 | 2023-09-21T15:25:41.573Z | lat 1:44.713868413 |
1627 | 2023-09-21T15:25:41.576Z | stop 2:20.718732612 |
1628 | 2023-09-21T15:25:41.579Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1629 | 2023-09-21T15:25:42.552Z | Finished release [optimized] target(s) in 0.95s |
1630 | 2023-09-21T15:25:42.581Z | Running `target/release/omicron-package -t test package` |
1631 | 2023-09-21T15:25:42.615Z | Sep 21 15:25:42.622 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "switch": "softnpu"}) |
1632 | 2023-09-21T15:25:43.716Z | Compiling serde v1.0.188 |
1633 | 2023-09-21T15:25:43.739Z | Compiling serde_json v1.0.106 |
1634 | 2023-09-21T15:25:43.750Z | Compiling chrono v0.4.30 |
1635 | 2023-09-21T15:25:43.758Z | Compiling uuid v1.4.1 |
1636 | 2023-09-21T15:25:43.772Z | Compiling syn v2.0.32 |
1637 | 2023-09-21T15:25:43.788Z | Compiling semver v1.0.18 |
1638 | 2023-09-21T15:25:43.797Z | Compiling lock_api v0.4.10 |
1639 | 2023-09-21T15:25:43.800Z | Compiling parking_lot_core v0.9.8 |
1640 | 2023-09-21T15:25:43.889Z | Compiling smallvec v1.11.0 |
1641 | 2023-09-21T15:25:43.993Z | Compiling scopeguard v1.2.0 |
1642 | 2023-09-21T15:25:44.004Z | Compiling tinyvec_macros v0.1.1 |
1643 | 2023-09-21T15:25:44.112Z | Compiling tinyvec v1.6.0 |
1644 | 2023-09-21T15:25:44.625Z | Compiling num-integer v0.1.45 |
1645 | 2023-09-21T15:25:44.894Z | Compiling percent-encoding v2.3.0 |
1646 | 2023-09-21T15:25:45.024Z | Compiling unicode-bidi v0.3.13 |
1647 | 2023-09-21T15:25:45.395Z | Compiling parking_lot v0.12.1 |
1648 | 2023-09-21T15:25:45.497Z | Compiling form_urlencoded v1.2.0 |
1649 | 2023-09-21T15:25:46.721Z | Compiling schemars v0.8.13 |
1650 | 2023-09-21T15:25:46.799Z | Compiling reqwest v0.11.20 |
1651 | 2023-09-21T15:25:47.126Z | Compiling openapiv3 v1.0.3 |
1652 | 2023-09-21T15:25:47.827Z | Compiling usdt-impl v0.3.5 |
1653 | 2023-09-21T15:25:49.527Z | Compiling slog-json v2.6.1 |
1654 | 2023-09-21T15:25:50.354Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
1655 | 2023-09-21T15:25:52.714Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
1656 | 2023-09-21T15:25:54.524Z | Compiling slog-bunyan v2.4.0 |
1657 | 2023-09-21T15:25:54.913Z | Compiling indexmap v2.0.0 |
1658 | 2023-09-21T15:25:56.942Z | Compiling serde_tokenstream v0.2.0 |
1659 | 2023-09-21T15:25:57.764Z | Compiling serde_yaml v0.9.25 |
1660 | 2023-09-21T15:26:05.171Z | Compiling serde_tokenstream v0.1.7 |
1661 | 2023-09-21T15:26:05.304Z | Compiling ipnetwork v0.20.0 |
1662 | 2023-09-21T15:26:05.955Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069) |
1663 | 2023-09-21T15:26:07.105Z | Compiling usdt-attr-macro v0.3.5 |
1664 | 2023-09-21T15:26:09.168Z | Compiling usdt-macro v0.3.5 |
1665 | 2023-09-21T15:26:09.280Z | Compiling postgres-types v0.2.6 |
1666 | 2023-09-21T15:26:11.002Z | Compiling usdt v0.3.5 |
1667 | 2023-09-21T15:26:11.148Z | Compiling tokio-postgres v0.7.10 |
1668 | 2023-09-21T15:26:11.753Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069) |
1669 | 2023-09-21T15:26:12.433Z | Compiling serde_spanned v0.6.3 |
1670 | 2023-09-21T15:26:12.773Z | Compiling toml_datetime v0.6.3 |
1671 | 2023-09-21T15:26:13.453Z | Compiling toml_edit v0.19.15 |
1672 | 2023-09-21T15:26:18.041Z | Compiling unicode-normalization v0.1.22 |
1673 | 2023-09-21T15:26:19.909Z | Compiling proc-macro-crate v1.3.1 |
1674 | 2023-09-21T15:26:21.362Z | Compiling idna v0.4.0 |
1675 | 2023-09-21T15:26:21.594Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
1676 | 2023-09-21T15:26:23.778Z | Compiling rustc_version v0.4.0 |
1677 | 2023-09-21T15:26:24.844Z | Compiling num-iter v0.1.43 |
1678 | 2023-09-21T15:26:25.440Z | Compiling url v2.4.1 |
1679 | 2023-09-21T15:26:25.760Z | Compiling num_enum_derive v0.5.11 |
1680 | 2023-09-21T15:26:28.343Z | Compiling linked-hash-map v0.5.6 |
1681 | 2023-09-21T15:26:28.715Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
1682 | 2023-09-21T15:26:28.915Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
1683 | 2023-09-21T15:26:29.611Z | Compiling pin-project-lite v0.2.13 |
1684 | 2023-09-21T15:26:29.786Z | Compiling num_enum v0.5.11 |
1685 | 2023-09-21T15:26:30.014Z | Compiling lru-cache v0.1.2 |
1686 | 2023-09-21T15:26:30.580Z | Compiling ring v0.16.20 |
1687 | 2023-09-21T15:26:32.145Z | Compiling data-encoding v2.4.0 |
1688 | 2023-09-21T15:26:37.851Z | Compiling rustix v0.38.9 |
1689 | 2023-09-21T15:26:38.015Z | Compiling futures-core v0.3.28 |
1690 | 2023-09-21T15:26:38.036Z | Compiling errno v0.3.2 |
1691 | 2023-09-21T15:26:38.313Z | Compiling matches v0.1.10 |
1692 | 2023-09-21T15:26:38.441Z | Compiling anyhow v1.0.75 |
1693 | 2023-09-21T15:26:39.162Z | Compiling bitflags v2.4.0 |
1694 | 2023-09-21T15:26:40.018Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
1695 | 2023-09-21T15:26:45.204Z | Compiling idna v0.2.3 |
1696 | 2023-09-21T15:26:45.668Z | Compiling enum-as-inner v0.5.1 |
1697 | 2023-09-21T15:26:47.156Z | Compiling signal-hook-registry v1.4.1 |
1698 | 2023-09-21T15:26:48.270Z | Compiling num_cpus v1.16.0 |
1699 | 2023-09-21T15:26:48.443Z | Compiling socket2 v0.5.3 |
1700 | 2023-09-21T15:26:49.896Z | Compiling mio v0.8.8 |
1701 | 2023-09-21T15:26:51.231Z | Compiling untrusted v0.7.1 |
1702 | 2023-09-21T15:26:51.527Z | Compiling spin v0.5.2 |
1703 | 2023-09-21T15:26:51.713Z | Compiling tokio v1.32.0 |
1704 | 2023-09-21T15:26:57.753Z | Compiling trust-dns-proto v0.22.0 |
1705 | 2023-09-21T15:27:03.909Z | Compiling futures-task v0.3.28 |
1706 | 2023-09-21T15:27:03.930Z | Compiling slab v0.4.9 |
1707 | 2023-09-21T15:27:04.136Z | Compiling tracing-core v0.1.31 |
1708 | 2023-09-21T15:27:06.391Z | Compiling slog-dtrace v0.2.3 |
1709 | 2023-09-21T15:27:06.797Z | Compiling futures-util v0.3.28 |
1710 | 2023-09-21T15:27:07.269Z | Compiling tracing v0.1.37 |
1711 | 2023-09-21T15:27:07.901Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1712 | 2023-09-21T15:27:08.181Z | Compiling indexmap v1.9.3 |
1713 | 2023-09-21T15:27:08.203Z | Compiling pin-utils v0.1.0 |
1714 | 2023-09-21T15:27:08.334Z | Compiling futures-sink v0.3.28 |
1715 | 2023-09-21T15:27:08.562Z | Compiling futures-channel v0.3.28 |
1716 | 2023-09-21T15:27:08.927Z | Compiling quick-error v1.2.3 |
1717 | 2023-09-21T15:27:08.932Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
1718 | 2023-09-21T15:27:09.075Z | Compiling base64 v0.13.1 |
1719 | 2023-09-21T15:27:09.151Z | Compiling hashbrown v0.12.3 |
1720 | 2023-09-21T15:27:09.238Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1721 | 2023-09-21T15:27:10.519Z | Compiling resolv-conf v0.7.0 |
1722 | 2023-09-21T15:27:12.565Z | Compiling tokio-util v0.7.8 |
1723 | 2023-09-21T15:27:14.843Z | Compiling rustls-webpki v0.101.4 |
1724 | 2023-09-21T15:27:17.319Z | Compiling sct v0.7.0 |
1725 | 2023-09-21T15:27:17.753Z | Compiling rustls v0.21.7 |
1726 | 2023-09-21T15:27:17.773Z | Compiling httparse v1.8.0 |
1727 | 2023-09-21T15:27:17.794Z | Compiling try-lock v0.2.4 |
1728 | 2023-09-21T15:27:17.822Z | Compiling lazy_static v1.4.0 |
1729 | 2023-09-21T15:27:18.001Z | Compiling want v0.3.1 |
1730 | 2023-09-21T15:27:19.744Z | Compiling trust-dns-resolver v0.22.0 |
1731 | 2023-09-21T15:27:21.126Z | Compiling h2 v0.3.21 |
1732 | 2023-09-21T15:27:21.694Z | Compiling http-body v0.4.5 |
1733 | 2023-09-21T15:27:22.048Z | Compiling socket2 v0.4.9 |
1734 | 2023-09-21T15:27:22.310Z | Compiling httpdate v1.0.3 |
1735 | 2023-09-21T15:27:22.919Z | Compiling tower-service v0.3.2 |
1736 | 2023-09-21T15:27:23.088Z | Compiling bitflags v1.3.2 |
1737 | 2023-09-21T15:27:23.223Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client) |
1738 | 2023-09-21T15:27:23.359Z | Compiling static_assertions v1.1.0 |
1739 | 2023-09-21T15:27:23.496Z | Compiling base64 v0.21.4 |
1740 | 2023-09-21T15:27:24.641Z | Compiling radium v0.7.0 |
1741 | 2023-09-21T15:27:25.230Z | Compiling tokio-rustls v0.24.1 |
1742 | 2023-09-21T15:27:25.848Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1743 | 2023-09-21T15:27:31.744Z | Compiling hyper v0.14.27 |
1744 | 2023-09-21T15:27:31.818Z | Compiling rustls-pemfile v1.0.3 |
1745 | 2023-09-21T15:27:32.340Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1746 | 2023-09-21T15:27:32.451Z | Compiling serde_urlencoded v0.7.1 |
1747 | 2023-09-21T15:27:33.094Z | Compiling encoding_rs v0.8.33 |
1748 | 2023-09-21T15:27:33.297Z | Compiling tap v1.0.1 |
1749 | 2023-09-21T15:27:33.318Z | Compiling mime v0.3.17 |
1750 | 2023-09-21T15:27:33.559Z | Compiling ipnet v2.8.0 |
1751 | 2023-09-21T15:27:34.146Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1752 | 2023-09-21T15:27:35.168Z | Compiling termcolor v1.2.0 |
1753 | 2023-09-21T15:27:35.440Z | Compiling same-file v1.0.6 |
1754 | 2023-09-21T15:27:35.452Z | Compiling webpki-roots v0.25.2 |
1755 | 2023-09-21T15:27:35.694Z | Compiling walkdir v2.4.0 |
1756 | 2023-09-21T15:27:35.976Z | Compiling wyz v0.5.1 |
1757 | 2023-09-21T15:27:36.101Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1758 | 2023-09-21T15:27:36.709Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1759 | 2023-09-21T15:27:36.720Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1760 | 2023-09-21T15:27:37.039Z | Compiling crc32fast v1.3.2 |
1761 | 2023-09-21T15:27:37.116Z | Compiling semver-parser v0.10.2 |
1762 | 2023-09-21T15:27:37.355Z | Compiling memoffset v0.7.1 |
1763 | 2023-09-21T15:27:37.567Z | Compiling funty v2.0.0 |
1764 | 2023-09-21T15:27:37.590Z | Compiling cancel-safe-futures v0.1.2 |
1765 | 2023-09-21T15:27:37.771Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1766 | 2023-09-21T15:27:38.049Z | Compiling adler v1.0.2 |
1767 | 2023-09-21T15:27:38.160Z | Compiling fastrand v2.0.0 |
1768 | 2023-09-21T15:27:38.349Z | Compiling hyper-rustls v0.24.1 |
1769 | 2023-09-21T15:27:39.070Z | Compiling tempfile v3.8.0 |
1770 | 2023-09-21T15:27:39.514Z | Compiling semver v0.11.0 |
1771 | 2023-09-21T15:27:40.307Z | Compiling bitvec v1.0.1 |
1772 | 2023-09-21T15:27:40.381Z | Compiling miniz_oxide v0.7.1 |
1773 | 2023-09-21T15:27:41.347Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1774 | 2023-09-21T15:27:41.641Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1775 | 2023-09-21T15:27:42.550Z | Compiling libz-sys v1.1.12 |
1776 | 2023-09-21T15:27:42.584Z | Compiling filetime v0.2.22 |
1777 | 2023-09-21T15:27:43.022Z | Compiling xattr v1.0.1 |
1778 | 2023-09-21T15:27:43.331Z | Compiling num-rational v0.4.1 |
1779 | 2023-09-21T15:27:43.356Z | Compiling utf-8 v0.7.6 |
1780 | 2023-09-21T15:27:43.739Z | Compiling home v0.5.5 |
1781 | 2023-09-21T15:27:44.006Z | Compiling toolchain_find v0.2.0 |
1782 | 2023-09-21T15:27:44.512Z | Compiling tar v0.4.40 |
1783 | 2023-09-21T15:27:44.812Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1784 | 2023-09-21T15:27:46.678Z | Compiling flate2 v1.0.27 |
1785 | 2023-09-21T15:27:48.222Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1786 | 2023-09-21T15:27:48.501Z | Compiling toml v0.7.6 |
1787 | 2023-09-21T15:27:49.128Z | Compiling toml v0.5.11 |
1788 | 2023-09-21T15:27:49.175Z | Compiling pem-rfc7468 v0.7.0 |
1789 | 2023-09-21T15:27:51.104Z | Compiling der_derive v0.7.2 |
1790 | 2023-09-21T15:27:52.107Z | Compiling flagset v0.4.3 |
1791 | 2023-09-21T15:27:52.447Z | Compiling rustfmt-wrapper v0.2.0 |
1792 | 2023-09-21T15:27:53.481Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1793 | 2023-09-21T15:27:54.564Z | Compiling omicron-zone-package v0.8.3 |
1794 | 2023-09-21T15:27:55.016Z | Compiling der v0.7.8 |
1795 | 2023-09-21T15:27:57.916Z | Compiling fxhash v0.2.1 |
1796 | 2023-09-21T15:27:58.253Z | Compiling num-complex v0.4.4 |
1797 | 2023-09-21T15:27:59.005Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1798 | 2023-09-21T15:27:59.462Z | Compiling unicase v2.7.0 |
1799 | 2023-09-21T15:27:59.870Z | Compiling either v1.9.0 |
1800 | 2023-09-21T15:28:00.107Z | Compiling num v0.4.1 |
1801 | 2023-09-21T15:28:00.232Z | Compiling spki v0.7.2 |
1802 | 2023-09-21T15:28:00.442Z | Compiling itertools v0.11.0 |
1803 | 2023-09-21T15:28:00.457Z | Compiling inout v0.1.3 |
1804 | 2023-09-21T15:28:00.479Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1805 | 2023-09-21T15:28:00.857Z | Compiling maybe-uninit v2.0.0 |
1806 | 2023-09-21T15:28:01.078Z | Compiling half v1.8.2 |
1807 | 2023-09-21T15:28:01.487Z | Compiling arc-swap v1.6.0 |
1808 | 2023-09-21T15:28:02.029Z | Compiling ciborium-io v0.2.1 |
1809 | 2023-09-21T15:28:02.204Z | Compiling signal-hook v0.3.17 |
1810 | 2023-09-21T15:28:02.606Z | Compiling slog-scope v4.4.0 |
1811 | 2023-09-21T15:28:02.784Z | Compiling ciborium-ll v0.2.1 |
1812 | 2023-09-21T15:28:03.070Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1813 | 2023-09-21T15:28:03.533Z | Compiling cipher v0.4.4 |
1814 | 2023-09-21T15:28:04.195Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
1815 | 2023-09-21T15:28:04.321Z | Compiling vergen v8.2.4 |
1816 | 2023-09-21T15:28:04.376Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1817 | 2023-09-21T15:28:04.718Z | Compiling deranged v0.3.8 |
1818 | 2023-09-21T15:28:04.996Z | Compiling num_threads v0.1.6 |
1819 | 2023-09-21T15:28:05.170Z | Compiling num-bigint-dig v0.8.4 |
1820 | 2023-09-21T15:28:05.558Z | Compiling crc-catalog v2.2.0 |
1821 | 2023-09-21T15:28:05.775Z | Compiling packed_struct v0.10.1 |
1822 | 2023-09-21T15:28:06.086Z | Compiling parking_lot_core v0.8.6 |
1823 | 2023-09-21T15:28:06.385Z | Compiling crc v3.0.1 |
1824 | 2023-09-21T15:28:07.684Z | Compiling ciborium v0.2.1 |
1825 | 2023-09-21T15:28:07.891Z | Compiling time v0.3.27 |
1826 | 2023-09-21T15:28:09.164Z | Compiling slog-stdlog v4.1.1 |
1827 | 2023-09-21T15:28:11.555Z | Compiling pkcs8 v0.10.2 |
1828 | 2023-09-21T15:28:14.842Z | Compiling universal-hash v0.5.1 |
1829 | 2023-09-21T15:28:15.088Z | Compiling libsqlite3-sys v0.26.0 |
1830 | 2023-09-21T15:28:15.167Z | Compiling packed_struct_codegen v0.10.1 |
1831 | 2023-09-21T15:28:15.730Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1832 | 2023-09-21T15:28:16.285Z | Compiling nibble_vec v0.1.0 |
1833 | 2023-09-21T15:28:16.607Z | Compiling dirs-sys-next v0.1.2 |
1834 | 2023-09-21T15:28:16.762Z | Compiling endian-type v0.1.2 |
1835 | 2023-09-21T15:28:17.108Z | Compiling doc-comment v0.3.3 |
1836 | 2023-09-21T15:28:17.384Z | Compiling glob v0.3.1 |
1837 | 2023-09-21T15:28:17.823Z | Compiling nodrop v0.1.14 |
1838 | 2023-09-21T15:28:17.998Z | Compiling semver v0.1.20 |
1839 | 2023-09-21T15:28:18.788Z | Compiling opaque-debug v0.3.0 |
1840 | 2023-09-21T15:28:18.941Z | Compiling crunchy v0.2.2 |
1841 | 2023-09-21T15:28:19.000Z | Compiling clang-sys v1.6.1 |
1842 | 2023-09-21T15:28:19.618Z | Compiling rustc_version v0.1.7 |
1843 | 2023-09-21T15:28:20.000Z | Compiling array-init v0.0.4 |
1844 | 2023-09-21T15:28:20.474Z | Compiling radix_trie v0.2.1 |
1845 | 2023-09-21T15:28:21.882Z | Compiling dirs-next v2.0.0 |
1846 | 2023-09-21T15:28:22.141Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1847 | 2023-09-21T15:28:22.754Z | Compiling pkcs1 v0.7.5 |
1848 | 2023-09-21T15:28:25.849Z | Compiling slog-envlogger v2.2.0 |
1849 | 2023-09-21T15:28:27.217Z | Compiling smallvec v0.6.14 |
1850 | 2023-09-21T15:28:29.511Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client) |
1851 | 2023-09-21T15:28:29.731Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1852 | 2023-09-21T15:28:30.522Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1853 | 2023-09-21T15:28:31.992Z | Compiling heapless v0.7.16 |
1854 | 2023-09-21T15:28:32.237Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1855 | 2023-09-21T15:28:32.431Z | Compiling sha-1 v0.10.1 |
1856 | 2023-09-21T15:28:32.559Z | Compiling signature v2.1.0 |
1857 | 2023-09-21T15:28:32.912Z | Compiling spin v0.9.8 |
1858 | 2023-09-21T15:28:33.546Z | Compiling siphasher v0.3.11 |
1859 | 2023-09-21T15:28:33.856Z | Compiling platforms v3.0.2 |
1860 | 2023-09-21T15:28:34.174Z | Compiling bitfield v0.14.0 |
1861 | 2023-09-21T15:28:34.303Z | Compiling tiny-keccak v2.0.2 |
1862 | 2023-09-21T15:28:34.659Z | Compiling prettyplease v0.2.12 |
1863 | 2023-09-21T15:28:34.702Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
1864 | 2023-09-21T15:28:35.088Z | Compiling phf_shared v0.10.0 |
1865 | 2023-09-21T15:28:35.674Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1866 | 2023-09-21T15:28:36.803Z | Compiling tungstenite v0.17.3 |
1867 | 2023-09-21T15:28:38.729Z | Compiling rsa v0.9.2 |
1868 | 2023-09-21T15:28:46.806Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1869 | 2023-09-21T15:28:47.800Z | Compiling parking_lot v0.11.2 |
1870 | 2023-09-21T15:28:48.783Z | Compiling serde-hex v0.1.0 |
1871 | 2023-09-21T15:28:48.795Z | Compiling mime_guess v2.0.4 |
1872 | 2023-09-21T15:28:50.726Z | Compiling term v0.7.0 |
1873 | 2023-09-21T15:28:50.994Z | Compiling trust-dns-client v0.22.0 |
1874 | 2023-09-21T15:28:52.018Z | Compiling newtype_derive v0.1.6 |
1875 | 2023-09-21T15:28:52.583Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1876 | 2023-09-21T15:28:52.918Z | Compiling x509-cert v0.2.4 |
1877 | 2023-09-21T15:28:53.442Z | Compiling env_logger v0.10.0 |
1878 | 2023-09-21T15:28:57.827Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1879 | 2023-09-21T15:28:59.961Z | Compiling darling_core v0.14.4 |
1880 | 2023-09-21T15:29:01.674Z | Compiling hashlink v0.8.3 |
1881 | 2023-09-21T15:29:02.909Z | Compiling ron v0.8.1 |
1882 | 2023-09-21T15:29:05.507Z | Compiling aead v0.5.2 |
1883 | 2023-09-21T15:29:06.013Z | Compiling hash32 v0.2.1 |
1884 | 2023-09-21T15:29:06.679Z | Compiling snafu-derive v0.7.5 |
1885 | 2023-09-21T15:29:09.987Z | Compiling rand v0.4.6 |
1886 | 2023-09-21T15:29:10.254Z | Compiling fixedbitset v0.4.2 |
1887 | 2023-09-21T15:29:10.906Z | Compiling stable_deref_trait v1.2.0 |
1888 | 2023-09-21T15:29:11.056Z | Compiling smoltcp v0.9.1 |
1889 | 2023-09-21T15:29:11.639Z | Compiling new_debug_unreachable v1.0.4 |
1890 | 2023-09-21T15:29:11.758Z | Compiling humantime v2.1.0 |
1891 | 2023-09-21T15:29:11.959Z | Compiling precomputed-hash v0.1.1 |
1892 | 2023-09-21T15:29:12.114Z | Compiling crc-any v2.4.3 |
1893 | 2023-09-21T15:29:13.208Z | Compiling bit-vec v0.6.3 |
1894 | 2023-09-21T15:29:13.717Z | Compiling convert_case v0.4.0 |
1895 | 2023-09-21T15:29:13.762Z | Compiling minimal-lexical v0.2.1 |
1896 | 2023-09-21T15:29:13.846Z | Compiling fallible-streaming-iterator v0.1.9 |
1897 | 2023-09-21T15:29:14.256Z | Compiling rusqlite v0.29.0 |
1898 | 2023-09-21T15:29:14.454Z | Compiling nom v7.1.3 |
1899 | 2023-09-21T15:29:14.602Z | Compiling bit-set v0.5.3 |
1900 | 2023-09-21T15:29:15.000Z | Compiling lpc55_sign v0.3.2 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
1901 | 2023-09-21T15:29:15.043Z | Compiling derive_more v0.99.17 |
1902 | 2023-09-21T15:29:15.081Z | Compiling snafu v0.7.5 |
1903 | 2023-09-21T15:29:15.672Z | Compiling string_cache v0.8.7 |
1904 | 2023-09-21T15:29:16.308Z | Compiling trust-dns-server v0.22.1 |
1905 | 2023-09-21T15:29:17.142Z | Compiling twox-hash v1.6.3 |
1906 | 2023-09-21T15:29:20.995Z | Compiling petgraph v0.6.4 |
1907 | 2023-09-21T15:29:21.043Z | Compiling darling_macro v0.14.4 |
1908 | 2023-09-21T15:29:22.471Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1909 | 2023-09-21T15:29:24.114Z | Compiling ascii-canvas v3.0.0 |
1910 | 2023-09-21T15:29:25.309Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1911 | 2023-09-21T15:29:25.491Z | Compiling sled v0.34.7 |
1912 | 2023-09-21T15:29:26.484Z | Compiling tokio-tungstenite v0.17.2 |
1913 | 2023-09-21T15:29:27.431Z | Compiling itertools v0.10.5 |
1914 | 2023-09-21T15:29:28.239Z | Compiling nix v0.26.2 |
1915 | 2023-09-21T15:29:32.250Z | Compiling tungstenite v0.18.0 |
1916 | 2023-09-21T15:29:41.723Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
1917 | 2023-09-21T15:29:41.982Z | Compiling is-terminal v0.4.9 |
1918 | 2023-09-21T15:29:42.152Z | Compiling object v0.30.4 |
1919 | 2023-09-21T15:29:43.799Z | Compiling num_enum_derive v0.7.0 |
1920 | 2023-09-21T15:29:45.297Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1921 | 2023-09-21T15:29:46.283Z | Compiling ena v0.14.2 |
1922 | 2023-09-21T15:29:46.949Z | Compiling scheduled-thread-pool v0.2.7 |
1923 | 2023-09-21T15:29:47.961Z | Compiling libloading v0.7.4 |
1924 | 2023-09-21T15:29:48.522Z | Compiling diesel_table_macro_syntax v0.1.0 |
1925 | 2023-09-21T15:29:49.141Z | Compiling derive-where v1.2.5 |
1926 | 2023-09-21T15:29:49.175Z | Compiling hubpack_derive v0.1.1 |
1927 | 2023-09-21T15:29:50.402Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1928 | 2023-09-21T15:29:51.998Z | Compiling path-slash v0.1.5 |
1929 | 2023-09-21T15:29:52.325Z | Compiling linear-map v1.2.0 |
1930 | 2023-09-21T15:29:52.963Z | Compiling bindgen v0.65.1 |
1931 | 2023-09-21T15:29:53.578Z | Compiling lalrpop-util v0.19.12 |
1932 | 2023-09-21T15:29:53.617Z | Compiling diff v0.1.13 |
1933 | 2023-09-21T15:29:54.199Z | Compiling pretty-hex v0.3.0 |
1934 | 2023-09-21T15:29:54.544Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1935 | 2023-09-21T15:29:54.548Z | Compiling lalrpop v0.19.12 |
1936 | 2023-09-21T15:29:54.651Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1937 | 2023-09-21T15:29:54.727Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1938 | 2023-09-21T15:30:08.883Z | Compiling hubpack v0.1.2 |
1939 | 2023-09-21T15:30:09.633Z | Compiling diesel_derives v2.1.1 |
1940 | 2023-09-21T15:30:12.072Z | Compiling num_enum v0.7.0 |
1941 | 2023-09-21T15:30:12.319Z | Compiling r2d2 v0.8.10 |
1942 | 2023-09-21T15:30:13.029Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1943 | 2023-09-21T15:30:15.033Z | Compiling tokio-tungstenite v0.18.0 |
1944 | 2023-09-21T15:30:15.831Z | Compiling curve25519-dalek v4.1.0 |
1945 | 2023-09-21T15:30:16.407Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1946 | 2023-09-21T15:30:32.756Z | Compiling darling v0.14.4 |
1947 | 2023-09-21T15:30:32.919Z | Compiling cexpr v0.6.0 |
1948 | 2023-09-21T15:30:35.221Z | Compiling polyval v0.6.1 |
1949 | 2023-09-21T15:30:35.497Z | Compiling ctr v0.9.2 |
1950 | 2023-09-21T15:30:36.038Z | Compiling aes v0.8.3 |
1951 | 2023-09-21T15:30:36.055Z | Compiling which v4.4.0 |
1952 | 2023-09-21T15:30:36.922Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
1953 | 2023-09-21T15:30:37.157Z | Compiling ff v0.13.0 |
1954 | 2023-09-21T15:30:37.533Z | Compiling bincode v1.3.3 |
1955 | 2023-09-21T15:30:38.800Z | Compiling bstr v1.6.0 |
1956 | 2023-09-21T15:30:39.559Z | Compiling serde_repr v0.1.16 |
1957 | 2023-09-21T15:30:40.600Z | Compiling path-dedot v3.1.0 |
1958 | 2023-09-21T15:30:40.950Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1959 | 2023-09-21T15:30:41.205Z | Compiling lazycell v1.3.0 |
1960 | 2023-09-21T15:30:41.356Z | Compiling display-error-chain v0.1.1 |
1961 | 2023-09-21T15:30:41.446Z | Compiling peeking_take_while v0.1.2 |
1962 | 2023-09-21T15:30:41.573Z | Compiling shlex v1.1.0 |
1963 | 2023-09-21T15:30:41.640Z | Compiling rustc-hash v1.1.0 |
1964 | 2023-09-21T15:30:41.698Z | Compiling erased-serde v0.3.30 |
1965 | 2023-09-21T15:30:41.943Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1966 | 2023-09-21T15:30:42.493Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1967 | 2023-09-21T15:30:42.567Z | Compiling path-absolutize v3.1.0 |
1968 | 2023-09-21T15:30:42.858Z | Compiling globset v0.4.13 |
1969 | 2023-09-21T15:30:43.743Z | Compiling aes-gcm-siv v0.11.1 |
1970 | 2023-09-21T15:30:44.254Z | Compiling group v0.13.0 |
1971 | 2023-09-21T15:30:44.516Z | Compiling diesel v2.1.1 |
1972 | 2023-09-21T15:30:44.844Z | Compiling polar-core v0.26.4 |
1973 | 2023-09-21T15:30:47.040Z | Compiling derive_builder_core v0.12.0 |
1974 | 2023-09-21T15:30:50.948Z | Compiling steno v0.4.0 |
1975 | 2023-09-21T15:30:55.595Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1976 | 2023-09-21T15:30:56.197Z | Compiling env_logger v0.9.3 |
1977 | 2023-09-21T15:30:57.728Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1978 | 2023-09-21T15:31:04.106Z | Compiling camino-tempfile v1.0.2 |
1979 | 2023-09-21T15:31:05.243Z | Compiling pem v1.1.1 |
1980 | 2023-09-21T15:31:05.837Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1981 | 2023-09-21T15:31:07.791Z | Compiling olpc-cjson v0.1.3 |
1982 | 2023-09-21T15:31:08.712Z | Compiling crypto-bigint v0.5.2 |
1983 | 2023-09-21T15:31:11.373Z | Compiling libxml v0.3.3 |
1984 | 2023-09-21T15:31:11.854Z | Compiling serde_plain v1.0.2 |
1985 | 2023-09-21T15:31:12.745Z | Compiling bitstruct_derive v0.1.0 |
1986 | 2023-09-21T15:31:12.952Z | Compiling async-recursion v1.0.5 |
1987 | 2023-09-21T15:31:14.439Z | Compiling thiserror-impl-no-std v2.0.2 |
1988 | 2023-09-21T15:31:14.721Z | Compiling curve25519-dalek-derive v0.1.0 |
1989 | 2023-09-21T15:31:15.344Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1990 | 2023-09-21T15:31:15.542Z | Compiling ref-cast v1.0.20 |
1991 | 2023-09-21T15:31:16.179Z | Compiling buf-list v1.0.3 |
1992 | 2023-09-21T15:31:16.638Z | Compiling ringbuffer v0.14.2 |
1993 | 2023-09-21T15:31:16.869Z | Compiling ascii v1.1.0 |
1994 | 2023-09-21T15:31:16.988Z | Compiling base16ct v0.2.0 |
1995 | 2023-09-21T15:31:17.578Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1996 | 2023-09-21T15:31:17.729Z | Compiling elliptic-curve v0.13.5 |
1997 | 2023-09-21T15:31:18.696Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1998 | 2023-09-21T15:31:19.120Z | Compiling thiserror-no-std v2.0.2 |
1999 | 2023-09-21T15:31:19.168Z | Compiling bitstruct v0.1.1 |
2000 | 2023-09-21T15:31:19.279Z | Compiling tough v0.12.5 |
2001 | 2023-09-21T15:31:19.363Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2002 | 2023-09-21T15:31:21.706Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2003 | 2023-09-21T15:31:21.844Z | Compiling derive_builder_macro v0.12.0 |
2004 | 2023-09-21T15:31:26.025Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2005 | 2023-09-21T15:31:31.398Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client) |
2006 | 2023-09-21T15:31:35.052Z | Compiling poly1305 v0.8.0 |
2007 | 2023-09-21T15:31:36.145Z | Compiling signal-hook-mio v0.2.3 |
2008 | 2023-09-21T15:31:36.149Z | Compiling chacha20 v0.9.1 |
2009 | 2023-09-21T15:31:36.407Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2010 | 2023-09-21T15:31:36.783Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2011 | 2023-09-21T15:31:36.875Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2012 | 2023-09-21T15:31:37.170Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2013 | 2023-09-21T15:31:38.564Z | Compiling strum_macros v0.24.3 |
2014 | 2023-09-21T15:31:39.060Z | Compiling const_format_proc_macros v0.2.31 |
2015 | 2023-09-21T15:31:42.291Z | Compiling tokio-stream v0.1.14 |
2016 | 2023-09-21T15:31:43.166Z | Compiling serde_arrays v0.1.0 |
2017 | 2023-09-21T15:31:43.409Z | Compiling ref-cast-impl v1.0.20 |
2018 | 2023-09-21T15:31:44.305Z | Compiling enum-iterator-derive v1.2.1 |
2019 | 2023-09-21T15:31:44.356Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
2020 | 2023-09-21T15:31:44.768Z | Compiling cookie v0.16.2 |
2021 | 2023-09-21T15:31:45.180Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2022 | 2023-09-21T15:31:45.240Z | Compiling indoc v1.0.9 |
2023 | 2023-09-21T15:31:45.610Z | Compiling signature v1.6.4 |
2024 | 2023-09-21T15:31:46.148Z | Compiling salty v0.2.0 |
2025 | 2023-09-21T15:31:47.471Z | Compiling enum-iterator v1.4.1 |
2026 | 2023-09-21T15:31:47.650Z | Compiling ed25519 v1.5.3 |
2027 | 2023-09-21T15:31:52.683Z | Compiling const_format v0.2.31 |
2028 | 2023-09-21T15:31:52.710Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2029 | 2023-09-21T15:31:52.720Z | Compiling chacha20poly1305 v0.10.1 |
2030 | 2023-09-21T15:31:52.746Z | Compiling derive_builder v0.12.0 |
2031 | 2023-09-21T15:31:53.401Z | Compiling vsss-rs v3.3.1 |
2032 | 2023-09-21T15:32:01.274Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2033 | 2023-09-21T15:32:01.711Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2034 | 2023-09-21T15:32:08.341Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2035 | 2023-09-21T15:32:08.907Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2036 | 2023-09-21T15:32:10.201Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2037 | 2023-09-21T15:32:10.593Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2038 | 2023-09-21T15:32:11.700Z | Compiling ron v0.7.1 |
2039 | 2023-09-21T15:32:19.875Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2040 | 2023-09-21T15:32:20.889Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2041 | 2023-09-21T15:32:21.602Z | Compiling bb8 v0.8.1 |
2042 | 2023-09-21T15:32:22.484Z | Compiling headers-core v0.2.0 |
2043 | 2023-09-21T15:32:22.497Z | Compiling quick-xml v0.23.1 |
2044 | 2023-09-21T15:32:22.730Z | Compiling serde-big-array v0.5.1 |
2045 | 2023-09-21T15:32:23.122Z | Compiling num-derive v0.4.0 |
2046 | 2023-09-21T15:32:23.252Z | Compiling oso-derive v0.26.4 |
2047 | 2023-09-21T15:32:24.739Z | Compiling impl-trait-for-tuples v0.2.2 |
2048 | 2023-09-21T15:32:24.946Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2049 | 2023-09-21T15:32:26.186Z | Compiling maplit v1.0.2 |
2050 | 2023-09-21T15:32:26.345Z | Compiling http-range v0.1.5 |
2051 | 2023-09-21T15:32:26.899Z | Compiling bit_field v0.10.2 |
2052 | 2023-09-21T15:32:27.322Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2053 | 2023-09-21T15:32:27.338Z | Compiling hyper-staticfile v0.9.5 |
2054 | 2023-09-21T15:32:29.412Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2055 | 2023-09-21T15:32:30.373Z | Compiling headers v0.3.9 |
2056 | 2023-09-21T15:32:33.217Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=be3d9bce50051d8c0e0c06078e8066cc27db3001#be3d9bce) |
2057 | 2023-09-21T15:32:41.554Z | Compiling oso v0.26.4 |
2058 | 2023-09-21T15:32:47.551Z | Compiling crossterm v0.27.0 |
2059 | 2023-09-21T15:32:54.997Z | Compiling signal-hook-tokio v0.3.1 |
2060 | 2023-09-21T15:32:55.289Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2061 | 2023-09-21T15:33:02.395Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2062 | 2023-09-21T15:33:02.443Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2063 | 2023-09-21T15:33:02.462Z | Compiling serde-big-array v0.4.1 |
2064 | 2023-09-21T15:33:02.475Z | Compiling unicode-segmentation v1.10.1 |
2065 | 2023-09-21T15:33:02.501Z | Compiling cassowary v0.3.0 |
2066 | 2023-09-21T15:33:02.505Z | Compiling indoc v2.0.3 |
2067 | 2023-09-21T15:33:03.995Z | Compiling ratatui v0.23.0 |
2068 | 2023-09-21T15:33:04.136Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2069 | 2023-09-21T15:33:06.850Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2070 | 2023-09-21T15:33:06.883Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2071 | 2023-09-21T15:33:07.420Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client) |
2072 | 2023-09-21T15:33:09.609Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2073 | 2023-09-21T15:33:12.942Z | Compiling fatfs v0.3.6 |
2074 | 2023-09-21T15:33:13.724Z | Compiling bytesize v1.3.0 |
2075 | 2023-09-21T15:33:14.055Z | Compiling nanorand v0.7.0 |
2076 | 2023-09-21T15:33:14.711Z | Compiling rtoolbox v0.0.1 |
2077 | 2023-09-21T15:33:15.391Z | Compiling smawk v0.3.1 |
2078 | 2023-09-21T15:33:15.430Z | Compiling corncobs v0.1.3 |
2079 | 2023-09-21T15:33:15.745Z | Compiling assert_matches v1.5.0 |
2080 | 2023-09-21T15:33:15.883Z | Compiling unicode-linebreak v0.1.5 |
2081 | 2023-09-21T15:33:16.129Z | Compiling fs-err v2.9.0 |
2082 | 2023-09-21T15:33:16.823Z | Compiling textwrap v0.16.0 |
2083 | 2023-09-21T15:33:17.482Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2084 | 2023-09-21T15:33:18.568Z | Compiling rpassword v7.2.0 |
2085 | 2023-09-21T15:33:18.811Z | Compiling flume v0.11.0 |
2086 | 2023-09-21T15:33:19.210Z | Compiling tui-tree-widget v0.13.0 |
2087 | 2023-09-21T15:33:19.752Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client) |
2088 | 2023-09-21T15:33:20.071Z | Compiling crossterm v0.26.1 |
2089 | 2023-09-21T15:33:22.727Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2090 | 2023-09-21T15:33:23.246Z | Compiling shell-words v1.1.0 |
2091 | 2023-09-21T15:33:23.951Z | Compiling owo-colors v3.5.0 |
2092 | 2023-09-21T15:33:29.607Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2093 | 2023-09-21T15:33:34.708Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2094 | 2023-09-21T15:34:58.581Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2095 | 2023-09-21T15:36:17.106Z | Compiling bzip2 v0.4.4 |
2096 | 2023-09-21T15:36:17.645Z | Compiling zip v0.6.6 |
2097 | 2023-09-21T15:36:19.049Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#0c642f6e) |
2098 | 2023-09-21T15:36:20.104Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2099 | 2023-09-21T15:36:23.029Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2100 | 2023-09-21T15:36:23.859Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2101 | 2023-09-21T15:36:36.475Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2102 | 2023-09-21T15:38:32.681Z | Compiling git2 v0.17.2 |
2103 | 2023-09-21T15:38:47.204Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2104 | 2023-09-21T15:39:06.510Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2105 | 2023-09-21T15:39:20.120Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2106 | 2023-09-21T15:40:18.903Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2107 | 2023-09-21T15:41:24.444Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2108 | 2023-09-21T15:47:34.349Z | Finished release [optimized] target(s) in 21m 51s |
2109 | 2023-09-21T15:48:48.514Z | |
2110 | 2023-09-21T15:48:48.518Z | real 23:07.075049372 |
2111 | 2023-09-21T15:48:48.521Z | user 2:44:30.732579447 |
2112 | 2023-09-21T15:48:48.524Z | sys 7:39.548914633 |
2113 | 2023-09-21T15:48:48.527Z | trap 5.305348593 |
2114 | 2023-09-21T15:48:48.530Z | tflt 1.484087221 |
2115 | 2023-09-21T15:48:48.533Z | dflt 3.601273918 |
2116 | 2023-09-21T15:48:48.536Z | kflt 0.059787802 |
2117 | 2023-09-21T15:48:48.539Z | lock 8:57:03.991154899 |
2118 | 2023-09-21T15:48:48.541Z | slp 6:58:35.887381655 |
2119 | 2023-09-21T15:48:48.544Z | lat 3:07.593272170 |
2120 | 2023-09-21T15:48:48.547Z | stop 1:06.982910828 |
2121 | 2023-09-21T15:48:48.550Z | + 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/*) |
2122 | 2023-09-21T15:48:48.553Z | + pfexec mkdir -p /work |
2123 | 2023-09-21T15:48:48.556Z | + pfexec chown build /work |
2124 | 2023-09-21T15:48:48.559Z | + ptime -m tar cvzf /work/package.tar.gz out/maghemite.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 |
2125 | 2023-09-21T15:49:02.144Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2126 | 2023-09-21T15:49:02.148Z | a out/maghemite.tar 73201K |
2127 | 2023-09-21T15:49:02.151Z | a out/omicron-sled-agent.tar 109567K |
2128 | 2023-09-21T15:49:02.155Z | a out/target/test 1K |
2129 | 2023-09-21T15:49:02.158Z | a out/npuzone/npuzone 36077K |
2130 | 2023-09-21T15:49:02.161Z | a package-manifest.toml 21K |
2131 | 2023-09-21T15:49:02.164Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2132 | 2023-09-21T15:49:02.167Z | a target/release/omicron-package 36761K |
2133 | 2023-09-21T15:49:02.170Z | a tools/create_virtual_hardware.sh 3K |
2134 | 2023-09-21T15:49:02.173Z | a tools/virtual_hardware.sh 4K |
2135 | 2023-09-21T15:49:02.176Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2136 | 2023-09-21T15:49:02.179Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2137 | 2023-09-21T15:49:02.182Z | a tools/scrimlet/softnpu-init.sh 3K |
2138 | 2023-09-21T15:49:02.185Z | a tools/scrimlet/softnpu-zone.txt 1K |
2139 | 2023-09-21T15:49:02.189Z | a tools/scrimlet/softnpu.toml 1K |
2140 | 2023-09-21T15:49:02.192Z | |
2141 | 2023-09-21T15:49:02.199Z | real 13.619423806 |
2142 | 2023-09-21T15:49:02.204Z | user 13.044502633 |
2143 | 2023-09-21T15:49:02.208Z | sys 1.041688745 |
2144 | 2023-09-21T15:49:02.211Z | trap 0.004808905 |
2145 | 2023-09-21T15:49:02.214Z | tflt 0.000000000 |
2146 | 2023-09-21T15:49:02.218Z | dflt 0.000000000 |
2147 | 2023-09-21T15:49:02.221Z | kflt 0.000000000 |
2148 | 2023-09-21T15:49:02.280Z | lock 0.000000000 |
2149 | 2023-09-21T15:49:02.288Z | slp 12.745748709 |
2150 | 2023-09-21T15:49:02.291Z | lat 0.398583086 |
2151 | 2023-09-21T15:49:02.294Z | stop 0.000248637 |
2152 | 2023-09-21T15:49:02.297Z | ++ pwd |
2153 | 2023-09-21T15:49:02.304Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2154 | 2023-09-21T15:49:02.307Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic |
2155 | 2023-09-21T15:49:03.204Z | Finished release [optimized] target(s) in 0.97s |
2156 | 2023-09-21T15:49:03.232Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic` |
2157 | 2023-09-21T15:49:03.269Z | Created new build target 'host' and set it as active |
2158 | 2023-09-21T15:49:03.272Z | |
2159 | 2023-09-21T15:49:03.276Z | real 1.116394881 |
2160 | 2023-09-21T15:49:03.281Z | user 0.790665066 |
2161 | 2023-09-21T15:49:03.284Z | sys 0.326484532 |
2162 | 2023-09-21T15:49:03.287Z | trap 0.000089728 |
2163 | 2023-09-21T15:49:03.290Z | tflt 0.000000000 |
2164 | 2023-09-21T15:49:03.294Z | dflt 0.000054775 |
2165 | 2023-09-21T15:49:03.296Z | kflt 0.000000000 |
2166 | 2023-09-21T15:49:03.299Z | lock 0.031033191 |
2167 | 2023-09-21T15:49:03.302Z | slp 0.012360168 |
2168 | 2023-09-21T15:49:03.305Z | lat 0.001631445 |
2169 | 2023-09-21T15:49:03.308Z | stop 0.000217145 |
2170 | 2023-09-21T15:49:03.311Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2171 | 2023-09-21T15:49:04.315Z | Finished release [optimized] target(s) in 0.96s |
2172 | 2023-09-21T15:49:04.342Z | Running `target/release/omicron-package -t host package` |
2173 | 2023-09-21T15:49:04.381Z | Sep 21 15:49:04.379 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"}) |
2174 | 2023-09-21T15:49:05.424Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2175 | 2023-09-21T15:52:40.509Z | Finished release [optimized] target(s) in 3m 36s |
2176 | 2023-09-21T15:53:44.163Z | |
2177 | 2023-09-21T15:53:44.166Z | real 4:40.898569566 |
2178 | 2023-09-21T15:53:44.170Z | user 21:06.016775959 |
2179 | 2023-09-21T15:53:44.173Z | sys 58.520047780 |
2180 | 2023-09-21T15:53:44.176Z | trap 0.541060699 |
2181 | 2023-09-21T15:53:44.179Z | tflt 0.018629695 |
2182 | 2023-09-21T15:53:44.182Z | dflt 1.976599640 |
2183 | 2023-09-21T15:53:44.185Z | kflt 0.002103267 |
2184 | 2023-09-21T15:53:44.188Z | lock 1:07:41.512034763 |
2185 | 2023-09-21T15:53:44.190Z | slp 17:11.079593737 |
2186 | 2023-09-21T15:53:44.194Z | lat 8.638711511 |
2187 | 2023-09-21T15:53:44.197Z | stop 0.647258470 |
2188 | 2023-09-21T15:53:44.200Z | + stamp_packages omicron-sled-agent maghemite propolis-server overlay |
2189 | 2023-09-21T15:53:44.203Z | + for package in "$@" |
2190 | 2023-09-21T15:53:44.205Z | + [[ omicron-sled-agent == maghemite ]] |
2191 | 2023-09-21T15:53:44.208Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+git60d36faee36 |
2192 | 2023-09-21T15:53:45.230Z | Finished release [optimized] target(s) in 0.98s |
2193 | 2023-09-21T15:53:45.259Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+git60d36faee36` |
2194 | 2023-09-21T15:53:45.297Z | Sep 21 15:53:45.295 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"}) |
2195 | 2023-09-21T15:53:45.819Z | Created: out/versioned/omicron-sled-agent.tar |
2196 | 2023-09-21T15:53:45.823Z | + for package in "$@" |
2197 | 2023-09-21T15:53:45.825Z | + [[ maghemite == maghemite ]] |
2198 | 2023-09-21T15:53:45.829Z | + echo 0.0.0 |
2199 | 2023-09-21T15:53:45.832Z | + tar rvf out/maghemite.tar VERSION |
2200 | 2023-09-21T15:53:45.835Z | a VERSION 1K |
2201 | 2023-09-21T15:53:45.838Z | + rm VERSION |
2202 | 2023-09-21T15:53:45.841Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git60d36faee36 |
2203 | 2023-09-21T15:53:46.840Z | Finished release [optimized] target(s) in 0.93s |
2204 | 2023-09-21T15:53:46.868Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git60d36faee36` |
2205 | 2023-09-21T15:53:46.906Z | Sep 21 15:53:46.904 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"}) |
2206 | 2023-09-21T15:53:47.258Z | Created: out/versioned/maghemite.tar |
2207 | 2023-09-21T15:53:47.262Z | + for package in "$@" |
2208 | 2023-09-21T15:53:47.264Z | + [[ propolis-server == maghemite ]] |
2209 | 2023-09-21T15:53:47.267Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+git60d36faee36 |
2210 | 2023-09-21T15:53:48.269Z | Finished release [optimized] target(s) in 0.92s |
2211 | 2023-09-21T15:53:48.296Z | Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+git60d36faee36` |
2212 | 2023-09-21T15:53:48.334Z | Sep 21 15:53:48.332 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"}) |
2213 | 2023-09-21T15:53:50.117Z | Created: out/versioned/propolis-server.tar.gz |
2214 | 2023-09-21T15:53:50.121Z | + for package in "$@" |
2215 | 2023-09-21T15:53:50.123Z | + [[ overlay == maghemite ]] |
2216 | 2023-09-21T15:53:50.126Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+git60d36faee36 |
2217 | 2023-09-21T15:53:51.125Z | Finished release [optimized] target(s) in 0.92s |
2218 | 2023-09-21T15:53:51.153Z | Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+git60d36faee36` |
2219 | 2023-09-21T15:53:51.191Z | Sep 21 15:53:51.189 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"}) |
2220 | 2023-09-21T15:53:51.195Z | Created: out/versioned/overlay.tar.gz |
2221 | 2023-09-21T15:53:51.198Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2222 | 2023-09-21T15:53:51.208Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2223 | 2023-09-21T15:53:51.211Z | ++ cd -- ./tools |
2224 | 2023-09-21T15:53:51.214Z | ++ pwd |
2225 | 2023-09-21T15:53:51.217Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2226 | 2023-09-21T15:53:51.220Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2227 | 2023-09-21T15:53:51.223Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2228 | 2023-09-21T15:53:51.226Z | ++ readlink -f /work |
2229 | 2023-09-21T15:53:51.229Z | + out_dir=/work |
2230 | 2023-09-21T15:53:51.232Z | + deps=($tarball_src_dir/omicron-sled-agent.tar $tarball_src_dir/maghemite.tar $tarball_src_dir/propolis-server.tar.gz $tarball_src_dir/overlay.tar.gz) |
2231 | 2023-09-21T15:53:51.235Z | + for dep in ${deps[@]} |
2232 | 2023-09-21T15:53:51.238Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2233 | 2023-09-21T15:53:51.241Z | + for dep in ${deps[@]} |
2234 | 2023-09-21T15:53:51.243Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2235 | 2023-09-21T15:53:51.246Z | + for dep in ${deps[@]} |
2236 | 2023-09-21T15:53:51.249Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2237 | 2023-09-21T15:53:51.252Z | + for dep in ${deps[@]} |
2238 | 2023-09-21T15:53:51.255Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2239 | 2023-09-21T15:53:51.258Z | ++ mktemp -d |
2240 | 2023-09-21T15:53:51.261Z | + tmp_gz=/tmp/tmp.1naG9h |
2241 | 2023-09-21T15:53:51.263Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2242 | 2023-09-21T15:53:51.266Z | + echo '{"v":"1","t":"layer"}' |
2243 | 2023-09-21T15:53:51.269Z | + pkg_dir=/tmp/tmp.1naG9h/root/opt/oxide/sled-agent |
2244 | 2023-09-21T15:53:51.272Z | + mkdir -p /tmp/tmp.1naG9h/root/opt/oxide/sled-agent |
2245 | 2023-09-21T15:53:51.275Z | + cd /tmp/tmp.1naG9h/root/opt/oxide/sled-agent |
2246 | 2023-09-21T15:53:51.278Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2247 | 2023-09-21T15:53:51.344Z | x ., 0 bytes, 0 tape blocks |
2248 | 2023-09-21T15:53:51.346Z | x zone-bundle, 34180376 bytes, 66759 tape blocks |
2249 | 2023-09-21T15:53:51.349Z | x sled-agent, 77819056 bytes, 151991 tape blocks |
2250 | 2023-09-21T15:53:51.352Z | x pkg, 0 bytes, 0 tape blocks |
2251 | 2023-09-21T15:53:51.355Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2252 | 2023-09-21T15:53:51.358Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2253 | 2023-09-21T15:53:51.361Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2254 | 2023-09-21T15:53:51.364Z | x VERSION, 25 bytes, 1 tape blocks |
2255 | 2023-09-21T15:53:51.366Z | + mkdir -p /tmp/tmp.1naG9h/root/lib/svc/manifest/site/ |
2256 | 2023-09-21T15:53:51.369Z | + mv pkg/manifest.xml /tmp/tmp.1naG9h/root/lib/svc/manifest/site/sled-agent.xml |
2257 | 2023-09-21T15:53:51.372Z | + cd - |
2258 | 2023-09-21T15:53:51.375Z | /work/oxidecomputer/omicron |
2259 | 2023-09-21T15:53:51.379Z | + pkg_dir=/tmp/tmp.1naG9h/root/opt/oxide/mg-ddm |
2260 | 2023-09-21T15:53:51.385Z | + mkdir -p /tmp/tmp.1naG9h/root/opt/oxide/mg-ddm |
2261 | 2023-09-21T15:53:51.388Z | + cd /tmp/tmp.1naG9h/root/opt/oxide/mg-ddm |
2262 | 2023-09-21T15:53:51.391Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2263 | 2023-09-21T15:53:51.432Z | x ., 0 bytes, 0 tape blocks |
2264 | 2023-09-21T15:53:51.435Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2265 | 2023-09-21T15:53:51.440Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2266 | 2023-09-21T15:53:51.443Z | x pkg, 0 bytes, 0 tape blocks |
2267 | 2023-09-21T15:53:51.446Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2268 | 2023-09-21T15:53:51.448Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2269 | 2023-09-21T15:53:51.451Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2270 | 2023-09-21T15:53:51.455Z | x VERSION, 25 bytes, 1 tape blocks |
2271 | 2023-09-21T15:53:51.458Z | + cd - |
2272 | 2023-09-21T15:53:51.460Z | /work/oxidecomputer/omicron |
2273 | 2023-09-21T15:53:51.464Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.1naG9h/root/opt/oxide |
2274 | 2023-09-21T15:53:51.543Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.1naG9h/root/opt/oxide |
2275 | 2023-09-21T15:53:51.547Z | + cd /tmp/tmp.1naG9h |
2276 | 2023-09-21T15:53:51.549Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2277 | 2023-09-21T15:54:03.641Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2278 | 2023-09-21T15:54:03.644Z | a oxide.json 1K |
2279 | 2023-09-21T15:54:03.647Z | a root/ 0K |
2280 | 2023-09-21T15:54:03.651Z | a root/opt/ 0K |
2281 | 2023-09-21T15:54:03.654Z | a root/opt/oxide/ 0K |
2282 | 2023-09-21T15:54:03.657Z | a root/opt/oxide/sled-agent/ 0K |
2283 | 2023-09-21T15:54:03.660Z | a root/opt/oxide/sled-agent/zone-bundle 33380K |
2284 | 2023-09-21T15:54:03.663Z | a root/opt/oxide/sled-agent/sled-agent 75996K |
2285 | 2023-09-21T15:54:03.666Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2286 | 2023-09-21T15:54:03.671Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2287 | 2023-09-21T15:54:03.674Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2288 | 2023-09-21T15:54:03.676Z | a root/opt/oxide/sled-agent/VERSION 1K |
2289 | 2023-09-21T15:54:03.679Z | a root/opt/oxide/mg-ddm/ 0K |
2290 | 2023-09-21T15:54:03.682Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2291 | 2023-09-21T15:54:03.685Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2292 | 2023-09-21T15:54:03.690Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2293 | 2023-09-21T15:54:03.694Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2294 | 2023-09-21T15:54:03.697Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2295 | 2023-09-21T15:54:03.700Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2296 | 2023-09-21T15:54:03.703Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2297 | 2023-09-21T15:54:03.705Z | a root/opt/oxide/propolis-server.tar.gz 64683K |
2298 | 2023-09-21T15:54:03.708Z | a root/opt/oxide/overlay.tar.gz 2K |
2299 | 2023-09-21T15:54:03.712Z | a root/lib/ 0K |
2300 | 2023-09-21T15:54:03.715Z | a root/lib/svc/ 0K |
2301 | 2023-09-21T15:54:03.718Z | a root/lib/svc/manifest/ 0K |
2302 | 2023-09-21T15:54:03.721Z | a root/lib/svc/manifest/site/ 0K |
2303 | 2023-09-21T15:54:03.724Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2304 | 2023-09-21T15:54:03.727Z | + cd / |
2305 | 2023-09-21T15:54:03.730Z | + rm -rf /tmp/tmp.1naG9h |
2306 | 2023-09-21T15:54:03.733Z | |
2307 | 2023-09-21T15:54:03.736Z | real 12.488107445 |
2308 | 2023-09-21T15:54:03.739Z | user 11.598274301 |
2309 | 2023-09-21T15:54:03.741Z | sys 0.951039690 |
2310 | 2023-09-21T15:54:03.744Z | trap 0.003393059 |
2311 | 2023-09-21T15:54:03.747Z | tflt 0.000000000 |
2312 | 2023-09-21T15:54:03.751Z | dflt 0.000000000 |
2313 | 2023-09-21T15:54:03.755Z | kflt 0.000000000 |
2314 | 2023-09-21T15:54:03.758Z | lock 0.000000000 |
2315 | 2023-09-21T15:54:03.761Z | slp 24.135027283 |
2316 | 2023-09-21T15:54:03.764Z | lat 0.367459322 |
2317 | 2023-09-21T15:54:03.767Z | stop 0.000301226 |
2318 | 2023-09-21T15:54:03.770Z | + mkdir -p /work/zones |
2319 | 2023-09-21T15:54:03.773Z | + 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/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) |
2320 | 2023-09-21T15:54:03.775Z | + 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/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/ |
2321 | 2023-09-21T15:54:06.906Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2322 | 2023-09-21T15:54:08.033Z | Finished release [optimized] target(s) in 1.04s |
2323 | 2023-09-21T15:54:08.060Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2324 | 2023-09-21T15:54:08.097Z | Created new build target 'recovery' and set it as active |
2325 | 2023-09-21T15:54:08.100Z | |
2326 | 2023-09-21T15:54:08.103Z | real 1.188504790 |
2327 | 2023-09-21T15:54:08.106Z | user 0.833419486 |
2328 | 2023-09-21T15:54:08.112Z | sys 0.349583662 |
2329 | 2023-09-21T15:54:08.115Z | trap 0.000506063 |
2330 | 2023-09-21T15:54:08.118Z | tflt 0.000039591 |
2331 | 2023-09-21T15:54:08.120Z | dflt 0.000000000 |
2332 | 2023-09-21T15:54:08.123Z | kflt 0.000000000 |
2333 | 2023-09-21T15:54:08.126Z | lock 0.035237599 |
2334 | 2023-09-21T15:54:08.129Z | slp 0.019080850 |
2335 | 2023-09-21T15:54:08.132Z | lat 0.003579242 |
2336 | 2023-09-21T15:54:08.134Z | stop 0.000227401 |
2337 | 2023-09-21T15:54:08.137Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2338 | 2023-09-21T15:54:09.164Z | Finished release [optimized] target(s) in 0.98s |
2339 | 2023-09-21T15:54:09.194Z | Running `target/release/omicron-package -t recovery package` |
2340 | 2023-09-21T15:54:09.232Z | Sep 21 15:54:09.229 DEBG target[recovery]: Target({"image": "trampoline"}) |
2341 | 2023-09-21T15:54:10.137Z | Compiling syn v1.0.109 |
2342 | 2023-09-21T15:54:10.140Z | Compiling serde v1.0.188 |
2343 | 2023-09-21T15:54:10.160Z | Compiling syn v2.0.32 |
2344 | 2023-09-21T15:54:10.164Z | Compiling cc v1.0.83 |
2345 | 2023-09-21T15:54:10.173Z | Compiling getrandom v0.2.10 |
2346 | 2023-09-21T15:54:10.180Z | Compiling num-traits v0.2.16 |
2347 | 2023-09-21T15:54:10.187Z | Compiling bytes v1.5.0 |
2348 | 2023-09-21T15:54:10.202Z | Compiling generic-array v0.14.7 |
2349 | 2023-09-21T15:54:10.241Z | Compiling mio v0.8.8 |
2350 | 2023-09-21T15:54:10.932Z | Compiling subtle v2.5.0 |
2351 | 2023-09-21T15:54:11.393Z | Compiling rand_core v0.6.4 |
2352 | 2023-09-21T15:54:12.194Z | Compiling schemars v0.8.13 |
2353 | 2023-09-21T15:54:12.216Z | Compiling slog v2.7.0 |
2354 | 2023-09-21T15:54:12.904Z | Compiling rand_chacha v0.3.1 |
2355 | 2023-09-21T15:54:13.349Z | Compiling crypto-common v0.1.6 |
2356 | 2023-09-21T15:54:13.423Z | Compiling block-buffer v0.10.4 |
2357 | 2023-09-21T15:54:13.747Z | Compiling digest v0.10.7 |
2358 | 2023-09-21T15:54:13.813Z | Compiling http v0.2.9 |
2359 | 2023-09-21T15:54:13.896Z | Compiling hashbrown v0.14.0 |
2360 | 2023-09-21T15:54:14.657Z | Compiling ring v0.16.20 |
2361 | 2023-09-21T15:54:15.711Z | Compiling rand v0.8.5 |
2362 | 2023-09-21T15:54:16.050Z | Compiling backtrace v0.3.69 |
2363 | 2023-09-21T15:54:16.093Z | Compiling time-macros v0.2.13 |
2364 | 2023-09-21T15:54:16.442Z | Compiling sha2 v0.10.7 |
2365 | 2023-09-21T15:54:16.666Z | Compiling http-body v0.4.5 |
2366 | 2023-09-21T15:54:19.190Z | Compiling crossbeam-utils v0.8.16 |
2367 | 2023-09-21T15:54:19.880Z | Compiling anyhow v1.0.75 |
2368 | 2023-09-21T15:54:21.250Z | Compiling time v0.3.27 |
2369 | 2023-09-21T15:54:22.508Z | Compiling serde_derive_internals v0.26.0 |
2370 | 2023-09-21T15:54:22.592Z | Compiling synstructure v0.12.6 |
2371 | 2023-09-21T15:54:23.092Z | Compiling darling_core v0.20.3 |
2372 | 2023-09-21T15:54:25.149Z | Compiling rustls v0.21.7 |
2373 | 2023-09-21T15:54:29.503Z | Compiling sct v0.7.0 |
2374 | 2023-09-21T15:54:30.035Z | Compiling rustls-webpki v0.101.4 |
2375 | 2023-09-21T15:54:30.389Z | Compiling hmac v0.12.1 |
2376 | 2023-09-21T15:54:30.742Z | Compiling crossbeam-channel v0.5.8 |
2377 | 2023-09-21T15:54:32.240Z | Compiling serde_derive v1.0.188 |
2378 | 2023-09-21T15:54:32.445Z | Compiling thiserror-impl v1.0.48 |
2379 | 2023-09-21T15:54:33.369Z | Compiling tokio-macros v2.1.0 |
2380 | 2023-09-21T15:54:33.706Z | Compiling futures-macro v0.3.28 |
2381 | 2023-09-21T15:54:35.863Z | Compiling schemars_derive v0.8.13 |
2382 | 2023-09-21T15:54:36.846Z | Compiling tokio v1.32.0 |
2383 | 2023-09-21T15:54:36.942Z | Compiling futures-util v0.3.28 |
2384 | 2023-09-21T15:54:37.175Z | Compiling thiserror v1.0.48 |
2385 | 2023-09-21T15:54:37.584Z | Compiling pest v2.7.2 |
2386 | 2023-09-21T15:54:38.195Z | Compiling tracing-attributes v0.1.26 |
2387 | 2023-09-21T15:54:38.451Z | Compiling zerocopy-derive v0.2.0 |
2388 | 2023-09-21T15:54:40.939Z | Compiling darling_macro v0.20.3 |
2389 | 2023-09-21T15:54:41.328Z | Compiling zerocopy v0.3.0 |
2390 | 2023-09-21T15:54:42.380Z | Compiling pest_meta v2.7.2 |
2391 | 2023-09-21T15:54:42.480Z | Compiling async-trait v0.1.73 |
2392 | 2023-09-21T15:54:42.666Z | Compiling dof v0.1.5 |
2393 | 2023-09-21T15:54:43.834Z | Compiling tracing v0.1.37 |
2394 | 2023-09-21T15:54:44.048Z | Compiling zeroize_derive v1.4.2 |
2395 | 2023-09-21T15:54:45.015Z | Compiling pest_generator v2.7.2 |
2396 | 2023-09-21T15:54:46.410Z | Compiling zeroize v1.6.0 |
2397 | 2023-09-21T15:54:47.060Z | Compiling darling v0.20.3 |
2398 | 2023-09-21T15:54:48.418Z | Compiling zerocopy-derive v0.6.3 |
2399 | 2023-09-21T15:54:49.529Z | Compiling pest_derive v2.7.2 |
2400 | 2023-09-21T15:54:50.667Z | Compiling tokio-util v0.7.8 |
2401 | 2023-09-21T15:54:51.348Z | Compiling tokio-rustls v0.24.1 |
2402 | 2023-09-21T15:54:51.683Z | Compiling dtrace-parser v0.1.14 |
2403 | 2023-09-21T15:54:52.069Z | Compiling zerocopy v0.6.3 |
2404 | 2023-09-21T15:54:53.640Z | Compiling h2 v0.3.21 |
2405 | 2023-09-21T15:54:54.540Z | Compiling serde_with_macros v2.3.3 |
2406 | 2023-09-21T15:54:54.649Z | Compiling futures-executor v0.3.28 |
2407 | 2023-09-21T15:54:56.689Z | Compiling serde_json v1.0.106 |
2408 | 2023-09-21T15:54:57.379Z | Compiling indexmap v2.0.0 |
2409 | 2023-09-21T15:54:58.467Z | Compiling chrono v0.4.30 |
2410 | 2023-09-21T15:54:59.458Z | Compiling uuid v1.4.1 |
2411 | 2023-09-21T15:55:01.519Z | Compiling serde_tokenstream v0.2.0 |
2412 | 2023-09-21T15:55:02.420Z | Compiling serde_spanned v0.6.3 |
2413 | 2023-09-21T15:55:03.583Z | Compiling toml_datetime v0.6.3 |
2414 | 2023-09-21T15:55:04.255Z | Compiling toml_edit v0.19.15 |
2415 | 2023-09-21T15:55:07.256Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
2416 | 2023-09-21T15:55:09.901Z | Compiling bitflags v2.4.0 |
2417 | 2023-09-21T15:55:10.918Z | Compiling rustix v0.38.9 |
2418 | 2023-09-21T15:55:13.823Z | Compiling hyper v0.14.27 |
2419 | 2023-09-21T15:55:16.428Z | Compiling openapiv3 v1.0.3 |
2420 | 2023-09-21T15:55:19.290Z | Compiling serde_yaml v0.9.25 |
2421 | 2023-09-21T15:55:21.676Z | Compiling serde_urlencoded v0.7.1 |
2422 | 2023-09-21T15:55:22.716Z | Compiling proc-macro-crate v1.3.1 |
2423 | 2023-09-21T15:55:23.082Z | Compiling hyper-rustls v0.24.1 |
2424 | 2023-09-21T15:55:23.660Z | Compiling ipnetwork v0.20.0 |
2425 | 2023-09-21T15:55:24.191Z | Compiling usdt-impl v0.3.5 |
2426 | 2023-09-21T15:55:24.603Z | Compiling serde_tokenstream v0.1.7 |
2427 | 2023-09-21T15:55:26.027Z | Compiling hex v0.4.3 |
2428 | 2023-09-21T15:55:26.093Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
2429 | 2023-09-21T15:55:26.790Z | Compiling num_enum_derive v0.5.11 |
2430 | 2023-09-21T15:55:27.217Z | Compiling reqwest v0.11.20 |
2431 | 2023-09-21T15:55:29.891Z | Compiling structmeta-derive v0.1.6 |
2432 | 2023-09-21T15:55:30.645Z | Compiling md-5 v0.10.5 |
2433 | 2023-09-21T15:55:31.068Z | Compiling postgres-protocol v0.6.6 |
2434 | 2023-09-21T15:55:33.340Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
2435 | 2023-09-21T15:55:33.540Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
2436 | 2023-09-21T15:55:34.352Z | Compiling structmeta v0.1.6 |
2437 | 2023-09-21T15:55:35.230Z | Compiling toml v0.7.6 |
2438 | 2023-09-21T15:55:36.130Z | Compiling slog-async v2.8.0 |
2439 | 2023-09-21T15:55:44.570Z | Compiling slog-term v2.9.0 |
2440 | 2023-09-21T15:55:44.740Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
2441 | 2023-09-21T15:55:47.810Z | Compiling num_enum v0.5.11 |
2442 | 2023-09-21T15:55:48.084Z | Compiling usdt-macro v0.3.5 |
2443 | 2023-09-21T15:55:49.633Z | Compiling usdt-attr-macro v0.3.5 |
2444 | 2023-09-21T15:55:49.936Z | Compiling is-terminal v0.4.9 |
2445 | 2023-09-21T15:55:50.132Z | Compiling slog-json v2.6.1 |
2446 | 2023-09-21T15:55:51.006Z | Compiling serde_with v2.3.3 |
2447 | 2023-09-21T15:55:51.769Z | Compiling camino v1.1.6 |
2448 | 2023-09-21T15:55:54.868Z | Compiling futures v0.3.28 |
2449 | 2023-09-21T15:55:55.049Z | Compiling async-stream-impl v0.3.5 |
2450 | 2023-09-21T15:55:57.036Z | Compiling parse-display-derive v0.7.0 |
2451 | 2023-09-21T15:55:59.135Z | Compiling strum_macros v0.25.2 |
2452 | 2023-09-21T15:56:03.283Z | Compiling async-stream v0.3.5 |
2453 | 2023-09-21T15:56:03.909Z | Compiling usdt v0.3.5 |
2454 | 2023-09-21T15:56:04.705Z | Compiling slog-bunyan v2.4.0 |
2455 | 2023-09-21T15:56:05.121Z | Compiling postgres-types v0.2.6 |
2456 | 2023-09-21T15:56:05.405Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
2457 | 2023-09-21T15:56:06.342Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069) |
2458 | 2023-09-21T15:56:07.772Z | Compiling serde_path_to_error v0.1.14 |
2459 | 2023-09-21T15:56:09.491Z | Compiling sha1 v0.10.5 |
2460 | 2023-09-21T15:56:10.043Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069) |
2461 | 2023-09-21T15:56:10.942Z | Compiling tokio-postgres v0.7.10 |
2462 | 2023-09-21T15:56:11.779Z | Compiling backoff v0.4.0 |
2463 | 2023-09-21T15:56:12.357Z | Compiling semver v1.0.18 |
2464 | 2023-09-21T15:56:13.776Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
2465 | 2023-09-21T15:56:14.098Z | Compiling strum v0.25.0 |
2466 | 2023-09-21T15:56:14.378Z | Compiling proc-macro-error v1.0.4 |
2467 | 2023-09-21T15:56:14.980Z | Compiling parse-display v0.7.0 |
2468 | 2023-09-21T15:56:15.759Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2469 | 2023-09-21T15:56:16.064Z | Compiling macaddr v1.0.1 |
2470 | 2023-09-21T15:56:17.132Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2471 | 2023-09-21T15:56:17.287Z | Compiling postcard v0.7.3 |
2472 | 2023-09-21T15:56:18.215Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2473 | 2023-09-21T15:56:30.481Z | Compiling der_derive v0.7.2 |
2474 | 2023-09-21T15:56:31.626Z | Compiling foreign-types-macros v0.2.3 |
2475 | 2023-09-21T15:56:34.366Z | Compiling foreign-types v0.5.0 |
2476 | 2023-09-21T15:56:34.414Z | Compiling der v0.7.8 |
2477 | 2023-09-21T15:56:34.540Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
2478 | 2023-09-21T15:56:41.732Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
2479 | 2023-09-21T15:56:43.007Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2480 | 2023-09-21T15:56:43.556Z | Compiling num-integer v0.1.45 |
2481 | 2023-09-21T15:56:44.201Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2482 | 2023-09-21T15:56:44.469Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2483 | 2023-09-21T15:56:45.114Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2484 | 2023-09-21T15:56:45.127Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
2485 | 2023-09-21T15:56:46.053Z | Compiling spki v0.7.2 |
2486 | 2023-09-21T15:56:46.935Z | Compiling colored v2.0.4 |
2487 | 2023-09-21T15:56:47.461Z | Compiling num-iter v0.1.43 |
2488 | 2023-09-21T15:56:48.399Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2489 | 2023-09-21T15:56:49.531Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2490 | 2023-09-21T15:56:50.919Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
2491 | 2023-09-21T15:56:54.473Z | Compiling zone_cfg_derive v0.2.0 |
2492 | 2023-09-21T15:56:55.365Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2493 | 2023-09-21T15:56:56.186Z | Compiling semver-parser v0.10.2 |
2494 | 2023-09-21T15:56:56.704Z | Compiling bitvec v1.0.1 |
2495 | 2023-09-21T15:56:58.980Z | Compiling semver v0.11.0 |
2496 | 2023-09-21T15:56:59.424Z | Compiling tempfile v3.8.0 |
2497 | 2023-09-21T15:57:00.133Z | Compiling zone v0.2.0 |
2498 | 2023-09-21T15:57:00.677Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2499 | 2023-09-21T15:57:01.579Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
2500 | 2023-09-21T15:57:02.934Z | Compiling pkcs8 v0.10.2 |
2501 | 2023-09-21T15:57:03.801Z | Compiling smf v0.2.2 |
2502 | 2023-09-21T15:57:04.232Z | Compiling packed_struct_codegen v0.10.1 |
2503 | 2023-09-21T15:57:04.323Z | Compiling clap_derive v4.4.2 |
2504 | 2023-09-21T15:57:05.104Z | Compiling password-hash v0.5.0 |
2505 | 2023-09-21T15:57:05.926Z | Compiling blake2 v0.10.6 |
2506 | 2023-09-21T15:57:06.049Z | Compiling toolchain_find v0.2.0 |
2507 | 2023-09-21T15:57:06.889Z | Compiling argon2 v0.5.2 |
2508 | 2023-09-21T15:57:08.206Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2509 | 2023-09-21T15:57:08.564Z | Compiling pkcs1 v0.7.5 |
2510 | 2023-09-21T15:57:08.640Z | Compiling packed_struct v0.10.1 |
2511 | 2023-09-21T15:57:09.287Z | Compiling num-bigint-dig v0.8.4 |
2512 | 2023-09-21T15:57:09.290Z | Compiling structopt-derive v0.4.18 |
2513 | 2023-09-21T15:57:11.633Z | Compiling toml v0.5.11 |
2514 | 2023-09-21T15:57:12.299Z | Compiling clap v4.4.2 |
2515 | 2023-09-21T15:57:12.469Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2516 | 2023-09-21T15:57:13.003Z | Compiling signature v2.1.0 |
2517 | 2023-09-21T15:57:13.684Z | Compiling rsa v0.9.2 |
2518 | 2023-09-21T15:57:13.887Z | Compiling structopt v0.3.26 |
2519 | 2023-09-21T15:57:14.135Z | Compiling sha3 v0.10.8 |
2520 | 2023-09-21T15:57:15.007Z | Compiling rustfmt-wrapper v0.2.0 |
2521 | 2023-09-21T15:57:15.575Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
2522 | 2023-09-21T15:57:16.139Z | Compiling env_logger v0.10.0 |
2523 | 2023-09-21T15:57:16.524Z | Compiling petgraph v0.6.4 |
2524 | 2023-09-21T15:57:16.916Z | Compiling omicron-zone-package v0.8.3 |
2525 | 2023-09-21T15:57:17.682Z | Compiling bzip2 v0.4.4 |
2526 | 2023-09-21T15:57:18.427Z | Compiling serde-hex v0.1.0 |
2527 | 2023-09-21T15:57:22.683Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2528 | 2023-09-21T15:57:22.734Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2529 | 2023-09-21T15:57:22.764Z | Compiling cancel-safe-futures v0.1.2 |
2530 | 2023-09-21T15:57:23.234Z | Compiling x509-cert v0.2.4 |
2531 | 2023-09-21T15:57:23.441Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2532 | 2023-09-21T15:57:23.775Z | Compiling ron v0.8.1 |
2533 | 2023-09-21T15:57:23.870Z | Compiling secrecy v0.8.0 |
2534 | 2023-09-21T15:57:24.309Z | Compiling snafu-derive v0.7.5 |
2535 | 2023-09-21T15:57:25.375Z | Compiling derive-where v1.2.5 |
2536 | 2023-09-21T15:57:27.718Z | Compiling hkdf v0.12.3 |
2537 | 2023-09-21T15:57:28.109Z | Compiling slog-scope v4.4.0 |
2538 | 2023-09-21T15:57:29.730Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2539 | 2023-09-21T15:57:30.346Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2540 | 2023-09-21T15:57:30.940Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2541 | 2023-09-21T15:57:32.808Z | Compiling snafu v0.7.5 |
2542 | 2023-09-21T15:57:32.911Z | Compiling zip v0.6.6 |
2543 | 2023-09-21T15:57:33.433Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
2544 | 2023-09-21T15:57:34.787Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2545 | 2023-09-21T15:57:34.914Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
2546 | 2023-09-21T15:57:35.425Z | Compiling olpc-cjson v0.1.3 |
2547 | 2023-09-21T15:57:36.397Z | Compiling serde_plain v1.0.2 |
2548 | 2023-09-21T15:57:37.246Z | Compiling tough v0.12.5 |
2549 | 2023-09-21T15:57:38.376Z | Compiling lpc55_sign v0.3.2 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
2550 | 2023-09-21T15:57:46.124Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#0c642f6e) |
2551 | 2023-09-21T15:57:46.273Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2552 | 2023-09-21T15:57:47.352Z | Compiling buf-list v1.0.3 |
2553 | 2023-09-21T15:57:49.056Z | Compiling slog-stdlog v4.1.1 |
2554 | 2023-09-21T15:57:50.648Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2555 | 2023-09-21T15:57:54.056Z | Compiling ciborium v0.2.1 |
2556 | 2023-09-21T15:57:56.484Z | Compiling camino-tempfile v1.0.2 |
2557 | 2023-09-21T15:57:57.812Z | Compiling bytesize v1.3.0 |
2558 | 2023-09-21T15:57:58.033Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2559 | 2023-09-21T15:57:58.794Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2560 | 2023-09-21T15:58:06.316Z | Compiling slog-envlogger v2.2.0 |
2561 | 2023-09-21T15:58:09.028Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client) |
2562 | 2023-09-21T15:58:15.507Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2563 | 2023-09-21T15:59:08.419Z | Finished release [optimized] target(s) in 4m 59s |
2564 | 2023-09-21T15:59:26.393Z | |
2565 | 2023-09-21T15:59:26.396Z | real 5:18.304473973 |
2566 | 2023-09-21T15:59:26.399Z | user 35:39.865737611 |
2567 | 2023-09-21T15:59:26.402Z | sys 2:23.681720836 |
2568 | 2023-09-21T15:59:26.405Z | trap 1.392429095 |
2569 | 2023-09-21T15:59:26.407Z | tflt 1.057761092 |
2570 | 2023-09-21T15:59:26.411Z | dflt 0.587359181 |
2571 | 2023-09-21T15:59:26.413Z | kflt 0.000138976 |
2572 | 2023-09-21T15:59:26.416Z | lock 2:15:51.773331415 |
2573 | 2023-09-21T15:59:26.419Z | slp 1:45:15.748007430 |
2574 | 2023-09-21T15:59:26.423Z | lat 1:16.499494986 |
2575 | 2023-09-21T15:59:26.428Z | stop 27.244964370 |
2576 | 2023-09-21T15:59:26.431Z | + stamp_packages installinator maghemite |
2577 | 2023-09-21T15:59:26.433Z | + for package in "$@" |
2578 | 2023-09-21T15:59:26.436Z | + [[ installinator == maghemite ]] |
2579 | 2023-09-21T15:59:26.439Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+git60d36faee36 |
2580 | 2023-09-21T15:59:27.429Z | Finished release [optimized] target(s) in 0.95s |
2581 | 2023-09-21T15:59:27.456Z | Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+git60d36faee36` |
2582 | 2023-09-21T15:59:27.495Z | Sep 21 15:59:27.493 DEBG target[active]: Target({"image": "trampoline"}) |
2583 | 2023-09-21T15:59:27.605Z | Created: out/versioned/installinator.tar |
2584 | 2023-09-21T15:59:27.609Z | + for package in "$@" |
2585 | 2023-09-21T15:59:27.611Z | + [[ maghemite == maghemite ]] |
2586 | 2023-09-21T15:59:27.614Z | + echo 0.0.0 |
2587 | 2023-09-21T15:59:27.617Z | + tar rvf out/maghemite.tar VERSION |
2588 | 2023-09-21T15:59:27.620Z | a VERSION 1K |
2589 | 2023-09-21T15:59:27.624Z | + rm VERSION |
2590 | 2023-09-21T15:59:27.627Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git60d36faee36 |
2591 | 2023-09-21T15:59:28.637Z | Finished release [optimized] target(s) in 0.94s |
2592 | 2023-09-21T15:59:28.666Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git60d36faee36` |
2593 | 2023-09-21T15:59:28.704Z | Sep 21 15:59:28.701 DEBG target[active]: Target({"image": "trampoline"}) |
2594 | 2023-09-21T15:59:28.926Z | Created: out/versioned/maghemite.tar |
2595 | 2023-09-21T15:59:28.929Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2596 | 2023-09-21T15:59:28.942Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2597 | 2023-09-21T15:59:28.945Z | ++ cd -- ./tools |
2598 | 2023-09-21T15:59:28.948Z | ++ pwd |
2599 | 2023-09-21T15:59:28.951Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2600 | 2023-09-21T15:59:28.954Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2601 | 2023-09-21T15:59:28.957Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2602 | 2023-09-21T15:59:28.960Z | ++ readlink -f /work |
2603 | 2023-09-21T15:59:28.962Z | + out_dir=/work |
2604 | 2023-09-21T15:59:28.965Z | + deps=($tarball_src_dir/installinator.tar $tarball_src_dir/maghemite.tar) |
2605 | 2023-09-21T15:59:28.968Z | + for dep in ${deps[@]} |
2606 | 2023-09-21T15:59:28.971Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2607 | 2023-09-21T15:59:28.974Z | + for dep in ${deps[@]} |
2608 | 2023-09-21T15:59:28.977Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2609 | 2023-09-21T15:59:28.980Z | ++ mktemp -d |
2610 | 2023-09-21T15:59:28.984Z | + tmp_trampoline=/tmp/tmp.4QaWsj |
2611 | 2023-09-21T15:59:28.986Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2612 | 2023-09-21T15:59:28.990Z | + echo '{"v":"1","t":"layer"}' |
2613 | 2023-09-21T15:59:28.993Z | + pkg_dir=/tmp/tmp.4QaWsj/root/opt/oxide/installinator |
2614 | 2023-09-21T15:59:28.996Z | + mkdir -p /tmp/tmp.4QaWsj/root/opt/oxide/installinator |
2615 | 2023-09-21T15:59:28.999Z | + cd /tmp/tmp.4QaWsj/root/opt/oxide/installinator |
2616 | 2023-09-21T15:59:29.004Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2617 | 2023-09-21T15:59:29.007Z | x ., 0 bytes, 0 tape blocks |
2618 | 2023-09-21T15:59:29.010Z | x installinator, 45446368 bytes, 88763 tape blocks |
2619 | 2023-09-21T15:59:29.013Z | x pkg, 0 bytes, 0 tape blocks |
2620 | 2023-09-21T15:59:29.017Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2621 | 2023-09-21T15:59:29.021Z | x VERSION, 25 bytes, 1 tape blocks |
2622 | 2023-09-21T15:59:29.023Z | + mkdir -p /tmp/tmp.4QaWsj/root/lib/svc/manifest/site/ |
2623 | 2023-09-21T15:59:29.027Z | + mv pkg/manifest.xml /tmp/tmp.4QaWsj/root/lib/svc/manifest/site/installinator.xml |
2624 | 2023-09-21T15:59:29.030Z | + cd - |
2625 | 2023-09-21T15:59:29.035Z | /work/oxidecomputer/omicron |
2626 | 2023-09-21T15:59:29.038Z | + pkg_dir=/tmp/tmp.4QaWsj/root/opt/oxide/mg-ddm |
2627 | 2023-09-21T15:59:29.041Z | + mkdir -p /tmp/tmp.4QaWsj/root/opt/oxide/mg-ddm |
2628 | 2023-09-21T15:59:29.045Z | + cd /tmp/tmp.4QaWsj/root/opt/oxide/mg-ddm |
2629 | 2023-09-21T15:59:29.049Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2630 | 2023-09-21T15:59:29.093Z | x ., 0 bytes, 0 tape blocks |
2631 | 2023-09-21T15:59:29.096Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2632 | 2023-09-21T15:59:29.099Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2633 | 2023-09-21T15:59:29.102Z | x pkg, 0 bytes, 0 tape blocks |
2634 | 2023-09-21T15:59:29.105Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2635 | 2023-09-21T15:59:29.108Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2636 | 2023-09-21T15:59:29.111Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2637 | 2023-09-21T15:59:29.115Z | x VERSION, 25 bytes, 1 tape blocks |
2638 | 2023-09-21T15:59:29.118Z | + cd - |
2639 | 2023-09-21T15:59:29.121Z | /work/oxidecomputer/omicron |
2640 | 2023-09-21T15:59:29.125Z | + cd /tmp/tmp.4QaWsj |
2641 | 2023-09-21T15:59:29.128Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2642 | 2023-09-21T15:59:35.313Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2643 | 2023-09-21T15:59:35.316Z | a oxide.json 1K |
2644 | 2023-09-21T15:59:35.319Z | a root/ 0K |
2645 | 2023-09-21T15:59:35.322Z | a root/opt/ 0K |
2646 | 2023-09-21T15:59:35.325Z | a root/opt/oxide/ 0K |
2647 | 2023-09-21T15:59:35.328Z | a root/opt/oxide/installinator/ 0K |
2648 | 2023-09-21T15:59:35.331Z | a root/opt/oxide/installinator/installinator 44382K |
2649 | 2023-09-21T15:59:35.334Z | a root/opt/oxide/installinator/pkg/ 0K |
2650 | 2023-09-21T15:59:35.337Z | a root/opt/oxide/installinator/VERSION 1K |
2651 | 2023-09-21T15:59:35.340Z | a root/opt/oxide/mg-ddm/ 0K |
2652 | 2023-09-21T15:59:35.364Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2653 | 2023-09-21T15:59:35.368Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2654 | 2023-09-21T15:59:35.371Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2655 | 2023-09-21T15:59:35.374Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2656 | 2023-09-21T15:59:35.376Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2657 | 2023-09-21T15:59:35.379Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2658 | 2023-09-21T15:59:35.382Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2659 | 2023-09-21T15:59:35.385Z | a root/lib/ 0K |
2660 | 2023-09-21T15:59:35.388Z | a root/lib/svc/ 0K |
2661 | 2023-09-21T15:59:35.391Z | a root/lib/svc/manifest/ 0K |
2662 | 2023-09-21T15:59:35.394Z | a root/lib/svc/manifest/site/ 0K |
2663 | 2023-09-21T15:59:35.397Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2664 | 2023-09-21T15:59:35.400Z | + cd / |
2665 | 2023-09-21T15:59:35.403Z | + rm -rf /tmp/tmp.4QaWsj |
2666 | 2023-09-21T15:59:35.406Z | |
2667 | 2023-09-21T15:59:35.410Z | real 6.406021998 |
2668 | 2023-09-21T15:59:35.413Z | user 6.007712543 |
2669 | 2023-09-21T15:59:35.415Z | sys 0.427550069 |
2670 | 2023-09-21T15:59:35.418Z | trap 0.001494602 |
2671 | 2023-09-21T15:59:35.422Z | tflt 0.000000000 |
2672 | 2023-09-21T15:59:35.425Z | dflt 0.000000000 |
2673 | 2023-09-21T15:59:35.427Z | kflt 0.000000000 |
2674 | 2023-09-21T15:59:35.431Z | lock 0.000000000 |
2675 | 2023-09-21T15:59:35.434Z | slp 12.397411675 |
2676 | 2023-09-21T15:59:35.437Z | lat 0.180951550 |
2677 | 2023-09-21T15:59:35.439Z | stop 0.000295283 |
2678 | 2023-09-21T15:59:35.443Z | process exited: duration 2550950 ms, exit code 0 |
|
2679 | 2023-09-21T15:59:35.456Z | found 20 output files |
2680 | 2023-09-21T15:59:35.462Z | uploading: /work/version.txt (26 bytes) |
2681 | 2023-09-21T15:59:36.479Z | uploaded: /work/version.txt |
2682 | 2023-09-21T15:59:36.483Z | uploading: /work/package.tar.gz (82411125 bytes) |
2683 | 2023-09-21T16:00:03.498Z | uploaded: /work/package.tar.gz |
2684 | 2023-09-21T16:00:03.509Z | uploading: /work/global-zone-packages.tar.gz (124907239 bytes) |
2685 | 2023-09-21T16:00:55.531Z | uploaded: /work/global-zone-packages.tar.gz |
2686 | 2023-09-21T16:00:55.540Z | uploading: /work/trampoline-global-zone-packages.tar.gz (37824040 bytes) |
2687 | 2023-09-21T16:01:08.030Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2688 | 2023-09-21T16:01:08.041Z | uploading: /work/zones/clickhouse.tar.gz (180642468 bytes) |
2689 | 2023-09-21T16:02:22.088Z | uploaded: /work/zones/clickhouse.tar.gz |
2690 | 2023-09-21T16:02:22.115Z | uploading: /work/zones/clickhouse_keeper.tar.gz (180640562 bytes) |
2691 | 2023-09-21T16:03:28.884Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2692 | 2023-09-21T16:03:28.929Z | uploading: /work/zones/cockroachdb.tar.gz (117700644 bytes) |
2693 | 2023-09-21T16:04:09.678Z | uploaded: /work/zones/cockroachdb.tar.gz |
2694 | 2023-09-21T16:04:09.717Z | uploading: /work/zones/crucible-pantry.tar.gz (22791899 bytes) |
2695 | 2023-09-21T16:04:19.385Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2696 | 2023-09-21T16:04:19.397Z | uploading: /work/zones/crucible.tar.gz (42814079 bytes) |
2697 | 2023-09-21T16:04:33.578Z | uploaded: /work/zones/crucible.tar.gz |
2698 | 2023-09-21T16:04:33.589Z | uploading: /work/zones/external-dns.tar.gz (21984306 bytes) |
2699 | 2023-09-21T16:04:41.104Z | uploaded: /work/zones/external-dns.tar.gz |
2700 | 2023-09-21T16:04:41.115Z | uploading: /work/zones/internal-dns.tar.gz (21984304 bytes) |
2701 | 2023-09-21T16:04:49.462Z | uploaded: /work/zones/internal-dns.tar.gz |
2702 | 2023-09-21T16:04:49.465Z | uploading: /work/zones/ntp.tar.gz (4515 bytes) |
2703 | 2023-09-21T16:04:50.473Z | uploaded: /work/zones/ntp.tar.gz |
2704 | 2023-09-21T16:04:50.484Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (15610544 bytes) |
2705 | 2023-09-21T16:04:56.445Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2706 | 2023-09-21T16:04:56.460Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (15611321 bytes) |
2707 | 2023-09-21T16:05:01.988Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2708 | 2023-09-21T16:05:02.000Z | uploading: /work/zones/omicron-nexus.tar.gz (67068829 bytes) |
2709 | 2023-09-21T16:05:29.417Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2710 | 2023-09-21T16:05:29.421Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2711 | 2023-09-21T16:05:30.428Z | uploaded: /work/zones/overlay.tar.gz |
2712 | 2023-09-21T16:05:30.440Z | uploading: /work/zones/oximeter-collector.tar.gz (16171979 bytes) |
2713 | 2023-09-21T16:05:38.667Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2714 | 2023-09-21T16:05:38.681Z | uploading: /work/zones/propolis-server.tar.gz (66230926 bytes) |
2715 | 2023-09-21T16:06:06.241Z | uploaded: /work/zones/propolis-server.tar.gz |
2716 | 2023-09-21T16:06:06.253Z | uploading: /work/zones/switch-asic.tar.gz (219628054 bytes) |
2717 | 2023-09-21T16:07:32.709Z | uploaded: /work/zones/switch-asic.tar.gz |
2718 | 2023-09-21T16:07:32.719Z | uploading: /work/zones/switch-softnpu.tar.gz (141579143 bytes) |
2719 | 2023-09-21T16:08:26.980Z | uploaded: /work/zones/switch-softnpu.tar.gz |