|
|
|
1 | 2023-09-20T01:57:29.947Z | job assigned to worker 01HAR4TT8SB037H1M5Z07F9QKF (queued for 1 m 13 s) |
|
2 | 2023-09-20T01:57:30.743Z | starting task 0: "setup" |
3 | 2023-09-20T01:57:30.806Z | ++ uname -s |
4 | 2023-09-20T01:57:30.821Z | + kern=SunOS |
5 | 2023-09-20T01:57:30.828Z | + case "$kern" in |
6 | 2023-09-20T01:57:30.838Z | + groupadd -g 12345 build |
7 | 2023-09-20T01:57:30.847Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-09-20T01:57:32.831Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-09-20T01:57:32.937Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-09-20T01:57:32.944Z | + home_fs=zfs |
11 | 2023-09-20T01:57:32.951Z | + [[ zfs == autofs ]] |
12 | 2023-09-20T01:57:32.954Z | + mkdir -p /home/build |
13 | 2023-09-20T01:57:32.957Z | + chown build:build /home/build /work |
14 | 2023-09-20T01:57:33.947Z | + chmod 0700 /home/build /work |
15 | 2023-09-20T01:57:33.956Z | process exited: duration 3192 ms, exit code 0 |
|
16 | 2023-09-20T01:57:33.972Z | starting task 1: "rust-toolchain" |
17 | 2023-09-20T01:57:33.993Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-09-20T01:57:34.007Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.0 --profile default |
19 | 2023-09-20T01:57:34.158Z | info: downloading installer |
20 | 2023-09-20T01:57:35.429Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-09-20T01:57:35.434Z | warning: /opt/ooce/bin |
22 | 2023-09-20T01:57:35.438Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-09-20T01:57:35.442Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-09-20T01:57:35.445Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-09-20T01:57:35.448Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-09-20T01:57:35.465Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-09-20T01:57:35.471Z | error: cannot install while Rust is installed |
28 | 2023-09-20T01:57:35.477Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-09-20T01:57:35.566Z | info: profile set to 'default' |
30 | 2023-09-20T01:57:35.569Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-09-20T01:57:35.571Z | info: syncing channel updates for '1.72.0-x86_64-unknown-illumos' |
32 | 2023-09-20T01:57:35.726Z | info: latest update on 2023-08-24, rust version 1.72.0 (5680fa18f 2023-08-23) |
33 | 2023-09-20T01:57:35.742Z | info: downloading component 'cargo' |
34 | 2023-09-20T01:57:36.359Z | info: downloading component 'clippy' |
35 | 2023-09-20T01:57:36.571Z | info: downloading component 'rust-docs' |
36 | 2023-09-20T01:57:37.364Z | info: downloading component 'rust-std' |
37 | 2023-09-20T01:57:38.753Z | info: downloading component 'rustc' |
38 | 2023-09-20T01:57:42.035Z | info: downloading component 'rustfmt' |
39 | 2023-09-20T01:57:42.240Z | info: installing component 'cargo' |
40 | 2023-09-20T01:57:43.617Z | info: installing component 'clippy' |
41 | 2023-09-20T01:57:44.216Z | info: installing component 'rust-docs' |
42 | 2023-09-20T01:57:46.966Z | info: installing component 'rust-std' |
43 | 2023-09-20T01:57:49.905Z | info: installing component 'rustc' |
44 | 2023-09-20T01:57:58.966Z | info: installing component 'rustfmt' |
45 | 2023-09-20T01:57:59.412Z | info: default toolchain set to '1.72.0-x86_64-unknown-illumos' |
46 | 2023-09-20T01:57:59.416Z | |
47 | 2023-09-20T01:57:59.543Z | 1.72.0-x86_64-unknown-illumos installed - rustc 1.72.0 (5680fa18f 2023-08-23) |
48 | 2023-09-20T01:57:59.546Z | |
49 | 2023-09-20T01:57:59.549Z | |
50 | 2023-09-20T01:57:59.552Z | Rust is installed now. Great! |
51 | 2023-09-20T01:57:59.554Z | |
52 | 2023-09-20T01:57:59.557Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-09-20T01:57:59.559Z | environment variable. This has not been done automatically. |
54 | 2023-09-20T01:57:59.563Z | |
55 | 2023-09-20T01:57:59.576Z | To configure your current shell, run: |
56 | 2023-09-20T01:57:59.582Z | source "$HOME/.cargo/env" |
57 | 2023-09-20T01:57:59.631Z | + rustc --version |
58 | 2023-09-20T01:57:59.741Z | rustc 1.72.0 (5680fa18f 2023-08-23) |
59 | 2023-09-20T01:57:59.746Z | process exited: duration 25770 ms, exit code 0 |
|
60 | 2023-09-20T01:57:59.763Z | starting task 2: "authentication" |
61 | 2023-09-20T01:57:59.808Z | process exited: duration 34 ms, exit code 0 |
|
62 | 2023-09-20T01:57:59.850Z | starting task 3: "clone repository" |
63 | 2023-09-20T01:57:59.862Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-09-20T01:57:59.865Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-09-20T01:57:59.891Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-09-20T01:58:11.166Z | + cd /work/oxidecomputer/omicron |
67 | 2023-09-20T01:58:11.290Z | + [[ -n dap/bgtask3 ]] |
68 | 2023-09-20T01:58:11.617Z | + git fetch origin dap/bgtask3 |
69 | 2023-09-20T01:58:11.830Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-09-20T01:58:12.026Z | * branch dap/bgtask3 -> FETCH_HEAD |
71 | 2023-09-20T01:58:12.250Z | + git checkout -B dap/bgtask3 remotes/origin/dap/bgtask3 |
72 | 2023-09-20T01:58:12.353Z | Switched to a new branch 'dap/bgtask3' |
73 | 2023-09-20T01:58:12.456Z | branch 'dap/bgtask3' set up to track 'origin/dap/bgtask3'. |
74 | 2023-09-20T01:58:12.959Z | + git reset --hard 752cc3a19492ef8fedbaa7390cd6e167a513c1de |
75 | 2023-09-20T01:58:13.012Z | HEAD is now at 752cc3a1 fix test again |
76 | 2023-09-20T01:58:13.096Z | process exited: duration 5952 ms, exit code 0 |
|
77 | 2023-09-20T01:58:13.220Z | starting task 4: "build" |
78 | 2023-09-20T01:58:13.338Z | + cargo --version |
79 | 2023-09-20T01:58:13.358Z | cargo 1.72.0 (103a7ff2e 2023-08-15) |
80 | 2023-09-20T01:58:13.410Z | + rustc --version |
81 | 2023-09-20T01:58:13.491Z | rustc 1.72.0 (5680fa18f 2023-08-23) |
82 | 2023-09-20T01:58:13.550Z | ++ git rev-parse HEAD |
83 | 2023-09-20T01:58:13.673Z | + COMMIT=752cc3a19492ef8fedbaa7390cd6e167a513c1de |
84 | 2023-09-20T01:58:13.699Z | + VERSION=1.0.2-0.ci+git752cc3a1949 |
85 | 2023-09-20T01:58:13.714Z | + echo 1.0.2-0.ci+git752cc3a1949 |
86 | 2023-09-20T01:58:13.730Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2023-09-20T01:58:20.550Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2023-09-20T01:58:20.991Z | Startup: Caching catalogs ... Done |
89 | 2023-09-20T01:58:23.097Z | Planning: Solver setup ... Done (1.939s) |
90 | 2023-09-20T01:58:23.165Z | Planning: Running solver ... Done (0.069s) |
91 | 2023-09-20T01:58:23.190Z | Planning: Finding local manifests ... Done (0.002s) |
92 | 2023-09-20T01:58:23.259Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2023-09-20T01:58:23.721Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2023-09-20T01:58:23.800Z | Planning: Package planning ... Done (0.080s) |
95 | 2023-09-20T01:58:23.885Z | Planning: Merging actions ... Done (0.084s) |
96 | 2023-09-20T01:58:24.835Z | Planning: Checking for conflicting actions ... Done (0.949s) |
97 | 2023-09-20T01:58:24.853Z | Planning: Consolidating action changes ... Done (0.017s) |
98 | 2023-09-20T01:58:31.135Z | Planning: Evaluating mediators ... Done (6.283s) |
99 | 2023-09-20T01:58:31.151Z | Planning: Planning completed in 10.11 seconds |
100 | 2023-09-20T01:58:31.614Z | Packages to install: 4 |
101 | 2023-09-20T01:58:31.628Z | Mediators to change: 2 |
102 | 2023-09-20T01:58:32.094Z | Services to change: 1 |
103 | 2023-09-20T01:58:32.103Z | Estimated space available: 149.40 GB |
104 | 2023-09-20T01:58:32.112Z | Estimated space to be consumed: 1.34 GB |
105 | 2023-09-20T01:58:32.121Z | Create boot environment: No |
106 | 2023-09-20T01:58:32.136Z | Create backup boot environment: No |
107 | 2023-09-20T01:58:32.151Z | Rebuild boot archive: No |
108 | 2023-09-20T01:58:32.168Z | |
109 | 2023-09-20T01:58:32.176Z | Changed mediators: |
110 | 2023-09-20T01:58:32.189Z | mediator clang: |
111 | 2023-09-20T01:58:32.197Z | version: None -> 15 (system default) |
112 | 2023-09-20T01:58:32.208Z | |
113 | 2023-09-20T01:58:32.215Z | mediator llvm: |
114 | 2023-09-20T01:58:32.235Z | version: 14 (system default) -> 15 (system default) |
115 | 2023-09-20T01:58:32.245Z | |
116 | 2023-09-20T01:58:32.256Z | Changed packages: |
117 | 2023-09-20T01:58:32.264Z | helios-dev |
118 | 2023-09-20T01:58:32.270Z | developer/build-essential |
119 | 2023-09-20T01:58:32.277Z | None -> 11-2.0 |
120 | 2023-09-20T01:58:32.281Z | library/libxmlsec1 |
121 | 2023-09-20T01:58:32.286Z | None -> 1.2.35-2.0 |
122 | 2023-09-20T01:58:32.294Z | ooce/developer/clang-15 |
123 | 2023-09-20T01:58:32.299Z | None -> 15.0.7-2.0 |
124 | 2023-09-20T01:58:32.308Z | ooce/developer/llvm-15 |
125 | 2023-09-20T01:58:32.318Z | None -> 15.0.7-2.0 |
126 | 2023-09-20T01:58:32.342Z | |
127 | 2023-09-20T01:58:32.358Z | Services: |
128 | 2023-09-20T01:58:32.368Z | restart_fmri: |
129 | 2023-09-20T01:58:32.380Z | svc:/system/update-man-index:default |
130 | 2023-09-20T01:58:32.388Z | |
131 | 2023-09-20T01:58:32.391Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2023-09-20T01:58:44.957Z | Download: 213/3290 items 1.3/212.6MB 0% complete (428k/s) |
133 | 2023-09-20T01:58:49.969Z | Download: 901/3290 items 18.9/212.6MB 8% complete (3.6M/s) |
134 | 2023-09-20T01:58:57.021Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (9.2M/s) |
135 | 2023-09-20T01:59:02.022Z | Download: 1846/3290 items 118.5/212.6MB 55% complete (8.4M/s) |
136 | 2023-09-20T01:59:10.042Z | Download: 2222/3290 items 119.2/212.6MB 56% complete (4.7M/s) |
137 | 2023-09-20T01:59:15.046Z | Download: 2459/3290 items 120.2/212.6MB 56% complete (92.2k/s) |
138 | 2023-09-20T01:59:20.042Z | Download: 3267/3290 items 205.6/212.6MB 96% complete (8.6M/s) |
139 | 2023-09-20T01:59:21.169Z | Download: Completed 212.60 MB in 49.33 seconds (4.3M/s) |
140 | 2023-09-20T01:59:22.199Z | Actions: 1/3687 actions (Installing new actions) |
141 | 2023-09-20T01:59:27.204Z | Actions: 2716/3687 actions (Installing new actions) |
142 | 2023-09-20T01:59:30.292Z | Actions: Completed 3687 actions in 8.10 seconds. |
143 | 2023-09-20T01:59:30.752Z | Done (0.042s) |
144 | 2023-09-20T01:59:30.758Z | Done (0.000s) |
145 | 2023-09-20T01:59:30.772Z | Done (0.113s) |
146 | 2023-09-20T01:59:37.500Z | Done (6.913s) |
147 | 2023-09-20T01:59:37.653Z | Done (0.087s) |
148 | 2023-09-20T01:59:38.071Z | Done (0.000s) |
149 | 2023-09-20T01:59:38.083Z | Done (0.000s) |
150 | 2023-09-20T01:59:38.572Z | Planning: Evaluating mediator changes ... Done |
151 | 2023-09-20T01:59:38.827Z | Planning: Checking for conflicting actions ... Done |
152 | 2023-09-20T01:59:38.830Z | Planning: Consolidating action changes ... Done |
153 | 2023-09-20T01:59:39.261Z | Planning: Evaluating mediators ... Done |
154 | 2023-09-20T01:59:39.280Z | Planning: Planning completed in 0.70 seconds |
155 | 2023-09-20T01:59:39.315Z | Mediators to change: 2 |
156 | 2023-09-20T01:59:39.325Z | Create boot environment: No |
157 | 2023-09-20T01:59:39.337Z | Create backup boot environment: No |
158 | 2023-09-20T01:59:39.451Z | Done |
159 | 2023-09-20T01:59:39.470Z | Done |
160 | 2023-09-20T01:59:39.510Z | Done |
161 | 2023-09-20T01:59:45.368Z | Done |
162 | 2023-09-20T01:59:45.492Z | Done |
163 | 2023-09-20T01:59:45.511Z | Done |
164 | 2023-09-20T01:59:45.590Z | Done |
165 | 2023-09-20T01:59:46.604Z | Planning: Evaluating mediator changes ... Done |
166 | 2023-09-20T01:59:46.610Z | Planning: Merging actions ... Done |
167 | 2023-09-20T01:59:46.963Z | Planning: Checking for conflicting actions ... Done |
168 | 2023-09-20T01:59:46.966Z | Planning: Consolidating action changes ... Done |
169 | 2023-09-20T01:59:47.373Z | Planning: Evaluating mediators ... Done |
170 | 2023-09-20T01:59:47.466Z | Planning: Planning completed in 1.31 seconds |
171 | 2023-09-20T01:59:47.518Z | Packages to change: 1 |
172 | 2023-09-20T01:59:47.525Z | Mediators to change: 1 |
173 | 2023-09-20T01:59:47.535Z | Services to change: 1 |
174 | 2023-09-20T01:59:47.555Z | Create boot environment: No |
175 | 2023-09-20T01:59:47.564Z | Create backup boot environment: Yes |
176 | 2023-09-20T01:59:49.633Z | Actions: 1/6 actions (Updating modified actions) |
177 | 2023-09-20T01:59:49.636Z | Actions: Completed 6 actions in 0.00 seconds. |
178 | 2023-09-20T01:59:49.639Z | Done |
179 | 2023-09-20T01:59:49.642Z | Done |
180 | 2023-09-20T01:59:49.664Z | Done |
181 | 2023-09-20T01:59:55.530Z | Done |
182 | 2023-09-20T01:59:55.653Z | Done |
183 | 2023-09-20T01:59:55.656Z | Done |
184 | 2023-09-20T01:59:55.785Z | Done |
185 | 2023-09-20T01:59:56.445Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
186 | 2023-09-20T01:59:56.450Z | clang system 15 system |
187 | 2023-09-20T01:59:56.453Z | csh system system illumos |
188 | 2023-09-20T01:59:56.457Z | ctags system system illumos |
189 | 2023-09-20T01:59:56.463Z | gcc vendor 12 vendor |
190 | 2023-09-20T01:59:56.466Z | gcc system 10 system |
191 | 2023-09-20T01:59:56.469Z | gcc system 7 system |
192 | 2023-09-20T01:59:56.472Z | go system 1.20 system |
193 | 2023-09-20T01:59:56.475Z | go system 1.19 system |
194 | 2023-09-20T01:59:56.478Z | llvm system 15 system |
195 | 2023-09-20T01:59:56.482Z | llvm system 14 system |
196 | 2023-09-20T01:59:56.485Z | mariadb system 10.6 system |
197 | 2023-09-20T01:59:56.490Z | mta vendor vendor dma |
198 | 2023-09-20T01:59:56.493Z | openjdk system 17 system |
199 | 2023-09-20T01:59:56.497Z | openjdk system 11 system |
200 | 2023-09-20T01:59:56.501Z | openjdk system 1.8 system |
201 | 2023-09-20T01:59:56.504Z | openssl vendor 3 vendor |
202 | 2023-09-20T01:59:56.508Z | perl system 5.36 system |
203 | 2023-09-20T01:59:56.512Z | postgresql system 15 system |
204 | 2023-09-20T01:59:56.515Z | postgresql system 13 system |
205 | 2023-09-20T01:59:56.518Z | python vendor 3 vendor |
206 | 2023-09-20T01:59:56.525Z | python system 2 system |
207 | 2023-09-20T01:59:56.529Z | python3 system 3.11 system |
208 | 2023-09-20T01:59:56.531Z | ruby system 3.0 system |
209 | 2023-09-20T01:59:56.538Z | words vendor vendor american-english |
210 | 2023-09-20T01:59:56.541Z | words system system australian-english |
211 | 2023-09-20T01:59:56.544Z | words system system british-english |
212 | 2023-09-20T01:59:56.549Z | words system system canadian-english |
213 | 2023-09-20T01:59:56.554Z | words system system french |
214 | 2023-09-20T01:59:56.557Z | words system system italian |
215 | 2023-09-20T01:59:56.561Z | words system system ngerman |
216 | 2023-09-20T01:59:56.564Z | words system system ogerman |
217 | 2023-09-20T01:59:56.569Z | words system system spanish |
218 | 2023-09-20T01:59:56.967Z | FMRI IFO |
219 | 2023-09-20T01:59:56.969Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
220 | 2023-09-20T01:59:56.972Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
221 | 2023-09-20T01:59:56.975Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
222 | 2023-09-20T01:59:56.978Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
223 | 2023-09-20T01:59:56.980Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
224 | 2023-09-20T01:59:56.983Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
225 | 2023-09-20T01:59:57.039Z | + set -o errexit |
226 | 2023-09-20T01:59:57.044Z | +++ dirname ./tools/ci_download_cockroachdb |
227 | 2023-09-20T01:59:57.047Z | ++ cd ./tools |
228 | 2023-09-20T01:59:57.050Z | ++ pwd |
229 | 2023-09-20T01:59:57.055Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
230 | 2023-09-20T01:59:57.062Z | ++ basename ./tools/ci_download_cockroachdb |
231 | 2023-09-20T01:59:57.080Z | + ARG0=ci_download_cockroachdb |
232 | 2023-09-20T01:59:57.094Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
233 | 2023-09-20T01:59:57.102Z | + CIDL_VERSION=v22.1.9 |
234 | 2023-09-20T01:59:57.110Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
235 | 2023-09-20T01:59:57.113Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
236 | 2023-09-20T01:59:57.119Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
237 | 2023-09-20T01:59:57.124Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
238 | 2023-09-20T01:59:57.127Z | + TARGET_DIR=out |
239 | 2023-09-20T01:59:57.132Z | + DOWNLOAD_DIR=out/downloads |
240 | 2023-09-20T01:59:57.137Z | + DEST_DIR=./out/cockroachdb |
241 | 2023-09-20T01:59:57.142Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
242 | 2023-09-20T01:59:57.148Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
243 | 2023-09-20T01:59:57.154Z | + main |
244 | 2023-09-20T01:59:57.159Z | + [[ 0 != 0 ]] |
245 | 2023-09-20T01:59:57.165Z | + CIDL_OS=solaris2.11 |
246 | 2023-09-20T01:59:57.170Z | + [[ 0 != 0 ]] |
247 | 2023-09-20T01:59:57.177Z | + configure_os solaris2.11 |
248 | 2023-09-20T01:59:57.181Z | + echo 'current directory: /work/oxidecomputer/omicron' |
249 | 2023-09-20T01:59:57.188Z | current directory: /work/oxidecomputer/omicron |
250 | 2023-09-20T01:59:57.193Z | + echo 'configuring based on OS: "solaris2.11"' |
251 | 2023-09-20T01:59:57.200Z | configuring based on OS: "solaris2.11" |
252 | 2023-09-20T01:59:57.204Z | + case "$1" in |
253 | 2023-09-20T01:59:57.208Z | + CIDL_BUILD=illumos |
254 | 2023-09-20T01:59:57.212Z | + CIDL_SUFFIX=tar.gz |
255 | 2023-09-20T01:59:57.216Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
256 | 2023-09-20T01:59:57.219Z | + CIDL_MD5FUNC=do_md5sum |
257 | 2023-09-20T01:59:57.223Z | + CIDL_URL_BASE=https://illumos.org/downloads |
258 | 2023-09-20T01:59:57.235Z | + CIDL_ASSEMBLE=do_assemble_illumos |
259 | 2023-09-20T01:59:57.241Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
260 | 2023-09-20T01:59:57.247Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
261 | 2023-09-20T01:59:57.256Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
262 | 2023-09-20T01:59:57.265Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
263 | 2023-09-20T01:59:57.679Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
264 | 2023-09-20T01:59:57.683Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
265 | 2023-09-20T01:59:57.687Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
266 | 2023-09-20T01:59:57.691Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
267 | 2023-09-20T01:59:57.694Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
268 | 2023-09-20T01:59:57.700Z | + mkdir -p out/downloads |
269 | 2023-09-20T01:59:57.711Z | + mkdir -p ./out/cockroachdb |
270 | 2023-09-20T01:59:57.720Z | + local DO_DOWNLOAD=true |
271 | 2023-09-20T01:59:57.735Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
272 | 2023-09-20T01:59:57.745Z | + '[' true == true ']' |
273 | 2023-09-20T01:59:57.753Z | + echo Downloading... |
274 | 2023-09-20T01:59:57.762Z | Downloading... |
275 | 2023-09-20T01:59:57.770Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-09-20T01:59:57.779Z | + 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 |
277 | 2023-09-20T02:00:02.747Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-09-20T02:00:02.752Z | ++ md5sum |
279 | 2023-09-20T02:00:02.759Z | ++ awk '{print $1}' |
280 | 2023-09-20T02:00:02.947Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
281 | 2023-09-20T02:00:02.953Z | + [[ 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 ]] |
282 | 2023-09-20T02:00:02.961Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-09-20T02:00:02.998Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
284 | 2023-09-20T02:00:06.324Z | + do_assemble_illumos |
285 | 2023-09-20T02:00:06.327Z | + rm -r ./out/cockroachdb |
286 | 2023-09-20T02:00:06.330Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
287 | 2023-09-20T02:00:06.898Z | + ./out/cockroachdb/bin/cockroach version |
288 | 2023-09-20T02:00:07.103Z | Build Tag: v22.1.9-dirty |
289 | 2023-09-20T02:00:07.106Z | Build Time: 2022/10/26 21:17:46 |
290 | 2023-09-20T02:00:07.109Z | Distribution: OSS |
291 | 2023-09-20T02:00:07.112Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
292 | 2023-09-20T02:00:07.114Z | Go Version: go1.17.13 |
293 | 2023-09-20T02:00:07.117Z | C Compiler: gcc 10.3.0 |
294 | 2023-09-20T02:00:07.120Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
295 | 2023-09-20T02:00:07.123Z | Build Type: release |
296 | 2023-09-20T02:00:07.127Z | + set -o errexit |
297 | 2023-09-20T02:00:07.130Z | +++ dirname ./tools/ci_download_clickhouse |
298 | 2023-09-20T02:00:07.133Z | ++ cd ./tools |
299 | 2023-09-20T02:00:07.137Z | ++ pwd |
300 | 2023-09-20T02:00:07.140Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
301 | 2023-09-20T02:00:07.143Z | ++ basename ./tools/ci_download_clickhouse |
302 | 2023-09-20T02:00:07.145Z | + ARG0=ci_download_clickhouse |
303 | 2023-09-20T02:00:07.149Z | + TARGET_DIR=out |
304 | 2023-09-20T02:00:07.151Z | + DOWNLOAD_DIR=out/downloads |
305 | 2023-09-20T02:00:07.154Z | + DEST_DIR=./out/clickhouse |
306 | 2023-09-20T02:00:07.157Z | + CIDL_VERSION=v22.8.9.24 |
307 | 2023-09-20T02:00:07.160Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
308 | 2023-09-20T02:00:07.163Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
309 | 2023-09-20T02:00:07.165Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
310 | 2023-09-20T02:00:07.169Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
311 | 2023-09-20T02:00:07.178Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
312 | 2023-09-20T02:00:07.181Z | + main |
313 | 2023-09-20T02:00:07.186Z | + [[ 0 != 0 ]] |
314 | 2023-09-20T02:00:07.191Z | + CIDL_OS=solaris2.11 |
315 | 2023-09-20T02:00:07.196Z | + [[ 0 != 0 ]] |
316 | 2023-09-20T02:00:07.203Z | + configure_os solaris2.11 |
317 | 2023-09-20T02:00:07.211Z | + echo 'current directory: /work/oxidecomputer/omicron' |
318 | 2023-09-20T02:00:07.217Z | current directory: /work/oxidecomputer/omicron |
319 | 2023-09-20T02:00:07.221Z | + echo 'configuring based on OS: "solaris2.11"' |
320 | 2023-09-20T02:00:07.225Z | configuring based on OS: "solaris2.11" |
321 | 2023-09-20T02:00:07.233Z | + CIDL_DASHREV= |
322 | 2023-09-20T02:00:07.244Z | + case "$1" in |
323 | 2023-09-20T02:00:07.252Z | + CIDL_PLATFORM=illumos |
324 | 2023-09-20T02:00:07.269Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
325 | 2023-09-20T02:00:07.293Z | + CIDL_MD5FUNC=do_md5sum |
326 | 2023-09-20T02:00:07.718Z | + CIDL_DASHREV=-1 |
327 | 2023-09-20T02:00:07.722Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
328 | 2023-09-20T02:00:07.725Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
329 | 2023-09-20T02:00:07.729Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
330 | 2023-09-20T02:00:07.742Z | + TARBALL_DIR=out/downloads/clickhouse-v22.8.9.24 |
331 | 2023-09-20T02:00:07.755Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
332 | 2023-09-20T02:00:07.791Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
333 | 2023-09-20T02:00:07.795Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
334 | 2023-09-20T02:00:07.802Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
335 | 2023-09-20T02:00:07.809Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2023-09-20T02:00:07.819Z | + mkdir -p out/downloads |
337 | 2023-09-20T02:00:07.826Z | + mkdir -p ./out/clickhouse |
338 | 2023-09-20T02:00:07.830Z | + local DO_DOWNLOAD=true |
339 | 2023-09-20T02:00:07.834Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
340 | 2023-09-20T02:00:07.837Z | + '[' true == true ']' |
341 | 2023-09-20T02:00:07.841Z | + echo Downloading... |
342 | 2023-09-20T02:00:07.844Z | Downloading... |
343 | 2023-09-20T02:00:07.849Z | + 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 |
344 | 2023-09-20T02:00:07.853Z | + 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 |
345 | 2023-09-20T02:00:08.667Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-09-20T02:00:08.678Z | ++ md5sum |
347 | 2023-09-20T02:00:08.684Z | ++ awk '{print $1}' |
348 | 2023-09-20T02:00:08.924Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
349 | 2023-09-20T02:00:08.927Z | + [[ 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 ]] |
350 | 2023-09-20T02:00:08.930Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
351 | 2023-09-20T02:00:08.944Z | + mkdir -p ./out/clickhouse |
352 | 2023-09-20T02:00:08.948Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
353 | 2023-09-20T02:00:13.833Z | + ./out/clickhouse/clickhouse server --version |
354 | 2023-09-20T02:00:13.886Z | ClickHouse server version 22.8.9.1. |
355 | 2023-09-20T02:00:13.910Z | + set -o errexit |
356 | 2023-09-20T02:00:13.916Z | +++ dirname ./tools/ci_download_console |
357 | 2023-09-20T02:00:13.919Z | ++ cd ./tools |
358 | 2023-09-20T02:00:13.923Z | ++ pwd |
359 | 2023-09-20T02:00:13.927Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
360 | 2023-09-20T02:00:13.930Z | ++ basename ./tools/ci_download_console |
361 | 2023-09-20T02:00:13.933Z | + ARG0=ci_download_console |
362 | 2023-09-20T02:00:13.936Z | + TARGET_DIR=out |
363 | 2023-09-20T02:00:13.940Z | + DOWNLOAD_DIR=out/downloads |
364 | 2023-09-20T02:00:13.945Z | + DEST_DIR=./out/console-assets |
365 | 2023-09-20T02:00:13.952Z | + URL_BASE=https://dl.oxide.computer/releases/console |
366 | 2023-09-20T02:00:13.957Z | + source /work/oxidecomputer/omicron/tools/console_version |
367 | 2023-09-20T02:00:13.961Z | ++ COMMIT=af6536d587a17a65398407ca03d364345aa24342 |
368 | 2023-09-20T02:00:13.964Z | ++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
369 | 2023-09-20T02:00:13.969Z | + URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
370 | 2023-09-20T02:00:13.973Z | + TARBALL_FILE=out/downloads/console.tar.gz |
371 | 2023-09-20T02:00:13.977Z | + main |
372 | 2023-09-20T02:00:13.981Z | + [[ 0 != 0 ]] |
373 | 2023-09-20T02:00:13.984Z | + echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz' |
374 | 2023-09-20T02:00:13.987Z | URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
375 | 2023-09-20T02:00:13.991Z | + echo 'Local file: out/downloads/console.tar.gz' |
376 | 2023-09-20T02:00:13.995Z | Local file: out/downloads/console.tar.gz |
377 | 2023-09-20T02:00:13.999Z | + local DO_DOWNLOAD=true |
378 | 2023-09-20T02:00:14.005Z | + [[ -f out/downloads/console.tar.gz ]] |
379 | 2023-09-20T02:00:14.010Z | + mkdir -p out/downloads |
380 | 2023-09-20T02:00:14.041Z | + '[' true == true ']' |
381 | 2023-09-20T02:00:14.046Z | + echo Downloading... |
382 | 2023-09-20T02:00:14.053Z | Downloading... |
383 | 2023-09-20T02:00:14.064Z | + do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz |
384 | 2023-09-20T02:00:14.078Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
385 | 2023-09-20T02:00:14.497Z | ++ do_sha256sum out/downloads/console.tar.gz |
386 | 2023-09-20T02:00:14.511Z | ++ case "$OSTYPE" in |
387 | 2023-09-20T02:00:14.524Z | ++ SHA=sha256sum |
388 | 2023-09-20T02:00:14.535Z | ++ sha256sum |
389 | 2023-09-20T02:00:14.540Z | ++ awk '{print $1}' |
390 | 2023-09-20T02:00:14.544Z | + calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
391 | 2023-09-20T02:00:14.549Z | + [[ 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 ]] |
392 | 2023-09-20T02:00:14.552Z | + rm -rf ./out/console-assets |
393 | 2023-09-20T02:00:14.555Z | + mkdir -p ./out/console-assets |
394 | 2023-09-20T02:00:14.559Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
395 | 2023-09-20T02:00:14.564Z | + mkdir -p ./out/console-assets |
396 | 2023-09-20T02:00:14.567Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
397 | 2023-09-20T02:00:14.657Z | + set -o errexit |
398 | 2023-09-20T02:00:14.667Z | +++ dirname ./tools/ci_download_maghemite_openapi |
399 | 2023-09-20T02:00:14.677Z | ++ cd ./tools |
400 | 2023-09-20T02:00:14.690Z | ++ pwd |
401 | 2023-09-20T02:00:14.705Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
402 | 2023-09-20T02:00:14.722Z | ++ basename ./tools/ci_download_maghemite_openapi |
403 | 2023-09-20T02:00:14.747Z | + ARG0=ci_download_maghemite_openapi |
404 | 2023-09-20T02:00:14.779Z | + TARGET_DIR=out |
405 | 2023-09-20T02:00:14.820Z | + DOWNLOAD_DIR=out/downloads |
406 | 2023-09-20T02:00:14.838Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
407 | 2023-09-20T02:00:14.855Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
408 | 2023-09-20T02:00:14.870Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
409 | 2023-09-20T02:00:14.881Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
410 | 2023-09-20T02:00:14.892Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
411 | 2023-09-20T02:00:14.901Z | + main |
412 | 2023-09-20T02:00:14.920Z | + [[ 0 != 0 ]] |
413 | 2023-09-20T02:00:14.932Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
414 | 2023-09-20T02:00:15.364Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
415 | 2023-09-20T02:00:15.387Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
416 | 2023-09-20T02:00:15.414Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
417 | 2023-09-20T02:00:15.430Z | + local DO_DOWNLOAD=true |
418 | 2023-09-20T02:00:15.451Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
419 | 2023-09-20T02:00:15.468Z | + mkdir -p out/downloads |
420 | 2023-09-20T02:00:15.485Z | + '[' true == true ']' |
421 | 2023-09-20T02:00:15.494Z | + echo Downloading... |
422 | 2023-09-20T02:00:15.501Z | Downloading... |
423 | 2023-09-20T02:00:15.509Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
424 | 2023-09-20T02:00:15.523Z | + 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 |
425 | 2023-09-20T02:00:15.534Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
426 | 2023-09-20T02:00:15.566Z | ++ case "$OSTYPE" in |
427 | 2023-09-20T02:00:15.575Z | ++ SHA=sha256sum |
428 | 2023-09-20T02:00:15.583Z | ++ sha256sum |
429 | 2023-09-20T02:00:15.591Z | ++ awk '{print $1}' |
430 | 2023-09-20T02:00:15.595Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
431 | 2023-09-20T02:00:15.601Z | + [[ 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 ]] |
432 | 2023-09-20T02:00:15.611Z | + set -o errexit |
433 | 2023-09-20T02:00:15.615Z | +++ dirname ./tools/ci_download_dendrite_openapi |
434 | 2023-09-20T02:00:15.621Z | ++ cd ./tools |
435 | 2023-09-20T02:00:15.625Z | ++ pwd |
436 | 2023-09-20T02:00:15.631Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
437 | 2023-09-20T02:00:15.644Z | ++ basename ./tools/ci_download_dendrite_openapi |
438 | 2023-09-20T02:00:15.651Z | + ARG0=ci_download_dendrite_openapi |
439 | 2023-09-20T02:00:15.659Z | + TARGET_DIR=out |
440 | 2023-09-20T02:00:15.665Z | + DOWNLOAD_DIR=out/downloads |
441 | 2023-09-20T02:00:15.670Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
442 | 2023-09-20T02:00:15.677Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
443 | 2023-09-20T02:00:15.684Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
444 | 2023-09-20T02:00:15.691Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
445 | 2023-09-20T02:00:15.698Z | + LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
446 | 2023-09-20T02:00:15.705Z | + main |
447 | 2023-09-20T02:00:15.714Z | + [[ 0 != 0 ]] |
448 | 2023-09-20T02:00:15.721Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json' |
449 | 2023-09-20T02:00:15.730Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
450 | 2023-09-20T02:00:15.748Z | + echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json' |
451 | 2023-09-20T02:00:15.756Z | Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
452 | 2023-09-20T02:00:15.765Z | + local DO_DOWNLOAD=true |
453 | 2023-09-20T02:00:15.810Z | + [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]] |
454 | 2023-09-20T02:00:15.838Z | + mkdir -p out/downloads |
455 | 2023-09-20T02:00:15.851Z | + '[' true == true ']' |
456 | 2023-09-20T02:00:15.860Z | + echo Downloading... |
457 | 2023-09-20T02:00:15.874Z | Downloading... |
458 | 2023-09-20T02:00:15.896Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
459 | 2023-09-20T02:00:15.913Z | + 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 |
460 | 2023-09-20T02:00:15.925Z | ++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
461 | 2023-09-20T02:00:15.942Z | ++ case "$OSTYPE" in |
462 | 2023-09-20T02:00:15.959Z | ++ SHA=sha256sum |
463 | 2023-09-20T02:00:15.977Z | ++ sha256sum |
464 | 2023-09-20T02:00:15.994Z | ++ awk '{print $1}' |
465 | 2023-09-20T02:00:16.419Z | + calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
466 | 2023-09-20T02:00:16.428Z | + [[ 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 ]] |
467 | 2023-09-20T02:00:16.432Z | + set -o errexit |
468 | 2023-09-20T02:00:16.436Z | +++ dirname ./tools/ci_download_dendrite_stub |
469 | 2023-09-20T02:00:16.444Z | ++ cd ./tools |
470 | 2023-09-20T02:00:16.456Z | ++ pwd |
471 | 2023-09-20T02:00:16.471Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
472 | 2023-09-20T02:00:16.479Z | ++ basename ./tools/ci_download_dendrite_stub |
473 | 2023-09-20T02:00:16.487Z | + ARG0=ci_download_dendrite_stub |
474 | 2023-09-20T02:00:16.500Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
475 | 2023-09-20T02:00:16.513Z | ++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
476 | 2023-09-20T02:00:16.524Z | ++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939 |
477 | 2023-09-20T02:00:16.537Z | ++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8 |
478 | 2023-09-20T02:00:16.549Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
479 | 2023-09-20T02:00:16.559Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
480 | 2023-09-20T02:00:16.567Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
481 | 2023-09-20T02:00:16.574Z | + TARGET_DIR=out |
482 | 2023-09-20T02:00:16.999Z | + DOWNLOAD_DIR=out/downloads |
483 | 2023-09-20T02:00:17.014Z | current directory: /work/oxidecomputer/omicron |
484 | 2023-09-20T02:00:17.036Z | + DEST_DIR=./out/dendrite-stub |
485 | 2023-09-20T02:00:17.051Z | configuring based on OS: "solaris2.11" |
486 | 2023-09-20T02:00:17.072Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
487 | 2023-09-20T02:00:17.085Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
488 | 2023-09-20T02:00:17.092Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
489 | 2023-09-20T02:00:17.097Z | Local file: out/downloads/dendrite-stub.tar.gz |
490 | 2023-09-20T02:00:17.109Z | + REPO=oxidecomputer/dendrite |
491 | 2023-09-20T02:00:17.118Z | Downloading... |
492 | 2023-09-20T02:00:17.210Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9 |
493 | 2023-09-20T02:00:17.219Z | + main |
494 | 2023-09-20T02:00:17.233Z | + [[ 0 != 0 ]] |
495 | 2023-09-20T02:00:17.240Z | + CIDL_OS=solaris2.11 |
496 | 2023-09-20T02:00:17.252Z | + [[ 0 != 0 ]] |
497 | 2023-09-20T02:00:17.258Z | + configure_os solaris2.11 |
498 | 2023-09-20T02:00:17.265Z | + echo 'current directory: /work/oxidecomputer/omicron' |
499 | 2023-09-20T02:00:17.274Z | + echo 'configuring based on OS: "solaris2.11"' |
500 | 2023-09-20T02:00:17.288Z | + case "$1" in |
501 | 2023-09-20T02:00:17.300Z | + SET_BINARIES= |
502 | 2023-09-20T02:00:17.305Z | + CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
503 | 2023-09-20T02:00:17.721Z | + CIDL_SHA256FUNC=do_sha256sum |
504 | 2023-09-20T02:00:17.727Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
505 | 2023-09-20T02:00:18.154Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
506 | 2023-09-20T02:00:18.172Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
507 | 2023-09-20T02:00:18.179Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz' |
508 | 2023-09-20T02:00:18.190Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
509 | 2023-09-20T02:00:18.244Z | + mkdir -p out/downloads |
510 | 2023-09-20T02:00:18.671Z | + mkdir -p ./out/dendrite-stub |
511 | 2023-09-20T02:00:18.678Z | + fetch_and_verify |
512 | 2023-09-20T02:00:18.688Z | + local DO_DOWNLOAD=true |
513 | 2023-09-20T02:00:18.701Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
514 | 2023-09-20T02:00:18.715Z | + '[' true == true ']' |
515 | 2023-09-20T02:00:18.721Z | + echo Downloading... |
516 | 2023-09-20T02:00:18.729Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
517 | 2023-09-20T02:00:18.734Z | + 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 |
518 | 2023-09-20T02:00:26.138Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
519 | 2023-09-20T02:00:26.166Z | ++ sha256sum |
520 | 2023-09-20T02:00:26.181Z | ++ awk '{print $1}' |
521 | 2023-09-20T02:00:26.205Z | + calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
522 | 2023-09-20T02:00:26.224Z | + [[ 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 ]] |
523 | 2023-09-20T02:00:26.650Z | + do_untar out/downloads/dendrite-stub.tar.gz |
524 | 2023-09-20T02:00:26.668Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
525 | 2023-09-20T02:00:26.801Z | + do_assemble |
526 | 2023-09-20T02:00:26.847Z | + rm -r ./out/dendrite-stub |
527 | 2023-09-20T02:00:26.863Z | + mkdir ./out/dendrite-stub |
528 | 2023-09-20T02:00:26.871Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
529 | 2023-09-20T02:00:26.882Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
530 | 2023-09-20T02:00:26.923Z | + set -o errexit |
531 | 2023-09-20T02:00:26.937Z | +++ dirname ./tools/ci_download_transceiver_control |
532 | 2023-09-20T02:00:26.953Z | ++ cd ./tools |
533 | 2023-09-20T02:00:26.977Z | ++ pwd |
534 | 2023-09-20T02:00:26.996Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
535 | 2023-09-20T02:00:27.023Z | ++ basename ./tools/ci_download_transceiver_control |
536 | 2023-09-20T02:00:27.035Z | + ARG0=ci_download_transceiver_control |
537 | 2023-09-20T02:00:27.044Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
538 | 2023-09-20T02:00:27.063Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
539 | 2023-09-20T02:00:27.082Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
540 | 2023-09-20T02:00:27.097Z | + TARGET_DIR=out |
541 | 2023-09-20T02:00:27.109Z | + DOWNLOAD_DIR=out/downloads |
542 | 2023-09-20T02:00:27.125Z | + DEST_DIR=./out/transceiver-control |
543 | 2023-09-20T02:00:27.136Z | + BIN_DIR=/opt/oxide/bin |
544 | 2023-09-20T02:00:27.154Z | + BINARY=xcvradm |
545 | 2023-09-20T02:00:27.174Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
546 | 2023-09-20T02:00:27.189Z | + REPO=oxidecomputer/transceiver-control |
547 | 2023-09-20T02:00:27.203Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
548 | 2023-09-20T02:00:27.230Z | + main |
549 | 2023-09-20T02:00:27.246Z | + [[ 0 != 0 ]] |
550 | 2023-09-20T02:00:27.257Z | + CIDL_OS=solaris2.11 |
551 | 2023-09-20T02:00:27.272Z | + [[ 0 != 0 ]] |
552 | 2023-09-20T02:00:27.299Z | + configure_os solaris2.11 |
553 | 2023-09-20T02:00:27.321Z | + echo 'current directory: /work/oxidecomputer/omicron' |
554 | 2023-09-20T02:00:27.346Z | current directory: /work/oxidecomputer/omicron |
555 | 2023-09-20T02:00:27.373Z | configuring based on OS: "solaris2.11" |
556 | 2023-09-20T02:00:27.409Z | + echo 'configuring based on OS: "solaris2.11"' |
557 | 2023-09-20T02:00:27.461Z | + case "$1" in |
558 | 2023-09-20T02:00:27.485Z | + SET_BINARIES= |
559 | 2023-09-20T02:00:27.502Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
560 | 2023-09-20T02:00:27.521Z | + CIDL_SHA256FUNC=do_sha256sum |
561 | 2023-09-20T02:00:27.546Z | + ARCHIVE_FILENAME=xcvradm.gz |
562 | 2023-09-20T02:00:27.973Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
563 | 2023-09-20T02:00:28.429Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
564 | 2023-09-20T02:00:28.445Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
565 | 2023-09-20T02:00:28.450Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
566 | 2023-09-20T02:00:28.456Z | + echo 'Local file: out/downloads/xcvradm.gz' |
567 | 2023-09-20T02:00:28.461Z | Local file: out/downloads/xcvradm.gz |
568 | 2023-09-20T02:00:28.471Z | + mkdir -p out/downloads |
569 | 2023-09-20T02:00:28.483Z | + mkdir -p ./out/transceiver-control |
570 | 2023-09-20T02:00:28.511Z | + fetch_and_verify |
571 | 2023-09-20T02:00:28.527Z | + local DO_DOWNLOAD=true |
572 | 2023-09-20T02:00:28.543Z | + [[ -f out/downloads/xcvradm.gz ]] |
573 | 2023-09-20T02:00:28.567Z | + '[' true == true ']' |
574 | 2023-09-20T02:00:28.586Z | + echo Downloading... |
575 | 2023-09-20T02:00:28.607Z | Downloading... |
576 | 2023-09-20T02:00:28.633Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
577 | 2023-09-20T02:00:28.658Z | + 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 |
578 | 2023-09-20T02:00:30.267Z | ++ do_sha256sum out/downloads/xcvradm.gz |
579 | 2023-09-20T02:00:30.279Z | ++ sha256sum |
580 | 2023-09-20T02:00:30.287Z | ++ awk '{print $1}' |
581 | 2023-09-20T02:00:30.296Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
582 | 2023-09-20T02:00:30.303Z | + [[ 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 ]] |
583 | 2023-09-20T02:00:30.313Z | + do_unpack out/downloads/xcvradm.gz |
584 | 2023-09-20T02:00:30.321Z | + mkdir -p out/downloads/root//opt/oxide/bin |
585 | 2023-09-20T02:00:30.337Z | + gzip -dc out/downloads/xcvradm.gz |
586 | 2023-09-20T02:00:30.474Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
587 | 2023-09-20T02:00:30.483Z | + do_assemble |
588 | 2023-09-20T02:00:30.490Z | + rm -r ./out/transceiver-control |
589 | 2023-09-20T02:00:30.502Z | + mkdir ./out/transceiver-control |
590 | 2023-09-20T02:00:30.515Z | + cp -r out/downloads/root ./out/transceiver-control/root |
591 | 2023-09-20T02:00:30.585Z | All prerequisites installed successfully |
592 | 2023-09-20T02:00:30.593Z | |
593 | 2023-09-20T02:00:30.606Z | real 2:17.120717442 |
594 | 2023-09-20T02:00:30.621Z | user 47.672094313 |
595 | 2023-09-20T02:00:30.638Z | sys 9.086871419 |
596 | 2023-09-20T02:00:30.690Z | trap 0.023421709 |
597 | 2023-09-20T02:00:30.711Z | tflt 0.124960016 |
598 | 2023-09-20T02:00:30.765Z | dflt 0.481946156 |
599 | 2023-09-20T02:00:30.818Z | kflt 0.095470875 |
600 | 2023-09-20T02:00:30.839Z | lock 1.502036662 |
601 | 2023-09-20T02:00:30.855Z | slp 4:18.862976458 |
602 | 2023-09-20T02:00:31.287Z | lat 3.162560125 |
603 | 2023-09-20T02:00:31.718Z | stop 0.062839617 |
604 | 2023-09-20T02:00:31.724Z | + ptime -m ./tools/ci_download_softnpu_machinery |
605 | 2023-09-20T02:00:31.730Z | fetching npuzone |
606 | 2023-09-20T02:00:31.741Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
607 | 2023-09-20T02:00:31.761Z | (commit: 64beaff129b7f63a04a53dd5ed0ec09f012f5756) |
608 | 2023-09-20T02:00:31.776Z | Getting hash for npuzone |
609 | 2023-09-20T02:00:31.784Z | (hash: c1d18a02e1ccd1854d5f135656330c2765014c181bb5a0652493dd6a6fbd6323) |
610 | 2023-09-20T02:00:46.011Z | npuzone downloaded successfully |
611 | 2023-09-20T02:00:46.015Z | |
612 | 2023-09-20T02:00:46.018Z | real 15.427174743 |
613 | 2023-09-20T02:00:46.021Z | user 0.538264494 |
614 | 2023-09-20T02:00:46.024Z | sys 0.133762795 |
615 | 2023-09-20T02:00:46.027Z | trap 0.000047225 |
616 | 2023-09-20T02:00:46.030Z | tflt 0.000000000 |
617 | 2023-09-20T02:00:46.033Z | dflt 0.000000000 |
618 | 2023-09-20T02:00:46.037Z | kflt 0.000000000 |
619 | 2023-09-20T02:00:46.039Z | lock 0.000000000 |
620 | 2023-09-20T02:00:46.042Z | slp 45.462628042 |
621 | 2023-09-20T02:00:46.046Z | lat 0.110163215 |
622 | 2023-09-20T02:00:46.051Z | stop 0.000263239 |
623 | 2023-09-20T02:00:46.054Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu |
624 | 2023-09-20T02:00:46.367Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
625 | 2023-09-20T02:00:46.720Z | Updating crates.io index |
626 | 2023-09-20T02:00:46.734Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
627 | 2023-09-20T02:00:47.542Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
628 | 2023-09-20T02:00:49.282Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
629 | 2023-09-20T02:00:50.026Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
630 | 2023-09-20T02:00:50.322Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
631 | 2023-09-20T02:00:50.655Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
632 | 2023-09-20T02:00:50.919Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
633 | 2023-09-20T02:00:51.779Z | Updating git repository `https://github.com/oxidecomputer/opte` |
634 | 2023-09-20T02:00:52.717Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
635 | 2023-09-20T02:00:53.070Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
636 | 2023-09-20T02:00:53.556Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
637 | 2023-09-20T02:00:55.541Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
638 | 2023-09-20T02:00:56.163Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
639 | 2023-09-20T02:00:56.184Z | Updating git repository `https://github.com/njaremko/samael` |
640 | 2023-09-20T02:00:56.496Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
641 | 2023-09-20T02:00:56.978Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
642 | 2023-09-20T02:00:57.441Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
643 | 2023-09-20T02:00:58.070Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
644 | 2023-09-20T02:00:58.620Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
645 | 2023-09-20T02:00:59.421Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
646 | 2023-09-20T02:01:06.857Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
647 | 2023-09-20T02:01:07.257Z | Updating git repository `https://github.com/jgallagher/nix` |
648 | 2023-09-20T02:01:08.614Z | Updating git repository `https://github.com/cbiffle/hubpack` |
649 | 2023-09-20T02:01:08.988Z | Updating git repository `https://github.com/oxidecomputer/typify` |
650 | 2023-09-20T02:01:09.882Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
651 | 2023-09-20T02:01:10.336Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
652 | 2023-09-20T02:01:10.731Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
653 | 2023-09-20T02:01:12.305Z | Downloading crates ... |
654 | 2023-09-20T02:01:12.619Z | Downloaded atty v0.2.14 |
655 | 2023-09-20T02:01:12.624Z | Downloaded cc v1.0.83 |
656 | 2023-09-20T02:01:12.631Z | Downloaded chacha20poly1305 v0.10.1 |
657 | 2023-09-20T02:01:12.635Z | Downloaded io-lifetimes v1.0.11 |
658 | 2023-09-20T02:01:12.646Z | Downloaded indoc v2.0.3 |
659 | 2023-09-20T02:01:12.653Z | Downloaded number_prefix v0.4.0 |
660 | 2023-09-20T02:01:12.658Z | Downloaded num_threads v0.1.6 |
661 | 2023-09-20T02:01:12.663Z | Downloaded httpdate v1.0.3 |
662 | 2023-09-20T02:01:12.667Z | Downloaded httparse v1.8.0 |
663 | 2023-09-20T02:01:12.672Z | Downloaded hyper-rustls v0.24.1 |
664 | 2023-09-20T02:01:12.677Z | Downloaded indexmap v2.0.0 |
665 | 2023-09-20T02:01:12.682Z | Downloaded hyper v0.14.27 |
666 | 2023-09-20T02:01:12.709Z | Downloaded rustls-webpki v0.101.4 |
667 | 2023-09-20T02:01:12.748Z | Downloaded rustix v0.38.9 |
668 | 2023-09-20T02:01:13.204Z | Downloaded cipher v0.4.4 |
669 | 2023-09-20T02:01:13.220Z | Downloaded match_cfg v0.1.0 |
670 | 2023-09-20T02:01:13.229Z | Downloaded clap_builder v4.4.2 |
671 | 2023-09-20T02:01:13.233Z | Downloaded crossbeam-queue v0.3.8 |
672 | 2023-09-20T02:01:13.237Z | Downloaded crossbeam-epoch v0.9.15 |
673 | 2023-09-20T02:01:13.242Z | Downloaded mime v0.3.17 |
674 | 2023-09-20T02:01:13.267Z | Downloaded ahash v0.8.3 |
675 | 2023-09-20T02:01:13.691Z | Downloaded anstyle v1.0.2 |
676 | 2023-09-20T02:01:13.696Z | Downloaded atomic-waker v1.1.1 |
677 | 2023-09-20T02:01:13.704Z | Downloaded miniz_oxide v0.7.1 |
678 | 2023-09-20T02:01:13.717Z | Downloaded block-buffer v0.10.4 |
679 | 2023-09-20T02:01:13.726Z | Downloaded aes-gcm-siv v0.11.1 |
680 | 2023-09-20T02:01:13.734Z | Downloaded lazy_static v1.4.0 |
681 | 2023-09-20T02:01:13.743Z | Downloaded base16ct v0.2.0 |
682 | 2023-09-20T02:01:13.755Z | Downloaded base64 v0.21.4 |
683 | 2023-09-20T02:01:13.765Z | Downloaded bytesize v1.3.0 |
684 | 2023-09-20T02:01:13.770Z | Downloaded bitvec v1.0.1 |
685 | 2023-09-20T02:01:13.774Z | Downloaded colorchoice v1.0.0 |
686 | 2023-09-20T02:01:13.779Z | Downloaded clap_derive v4.4.2 |
687 | 2023-09-20T02:01:13.783Z | Downloaded crc-catalog v2.2.0 |
688 | 2023-09-20T02:01:13.787Z | Downloaded convert_case v0.4.0 |
689 | 2023-09-20T02:01:13.795Z | Downloaded bitflags v2.4.0 |
690 | 2023-09-20T02:01:13.800Z | Downloaded crossbeam-channel v0.5.8 |
691 | 2023-09-20T02:01:13.804Z | Downloaded indexmap v1.9.3 |
692 | 2023-09-20T02:01:14.211Z | Downloaded crossbeam-utils v0.8.16 |
693 | 2023-09-20T02:01:14.218Z | Downloaded minimal-lexical v0.2.1 |
694 | 2023-09-20T02:01:14.222Z | Downloaded new_debug_unreachable v1.0.4 |
695 | 2023-09-20T02:01:14.229Z | Downloaded ansi_term v0.12.1 |
696 | 2023-09-20T02:01:14.236Z | Downloaded array-init v0.0.4 |
697 | 2023-09-20T02:01:14.251Z | Downloaded num-integer v0.1.45 |
698 | 2023-09-20T02:01:14.264Z | Downloaded normalize-line-endings v0.3.0 |
699 | 2023-09-20T02:01:14.277Z | Downloaded lalrpop v0.19.12 |
700 | 2023-09-20T02:01:14.286Z | Downloaded num_cpus v1.16.0 |
701 | 2023-09-20T02:01:14.295Z | Downloaded log v0.4.20 |
702 | 2023-09-20T02:01:14.303Z | Downloaded num-iter v0.1.43 |
703 | 2023-09-20T02:01:14.312Z | Downloaded mockall v0.11.4 |
704 | 2023-09-20T02:01:14.318Z | Downloaded cookie v0.16.2 |
705 | 2023-09-20T02:01:14.328Z | Downloaded nanorand v0.7.0 |
706 | 2023-09-20T02:01:14.342Z | Downloaded num_enum_derive v0.5.11 |
707 | 2023-09-20T02:01:14.352Z | Downloaded nom v7.1.3 |
708 | 2023-09-20T02:01:14.359Z | Downloaded textwrap v0.11.0 |
709 | 2023-09-20T02:01:14.369Z | Downloaded test-strategy v0.2.1 |
710 | 2023-09-20T02:01:14.377Z | Downloaded bstr v1.6.0 |
711 | 2023-09-20T02:01:14.385Z | Downloaded diesel_derives v2.1.1 |
712 | 2023-09-20T02:01:14.393Z | Downloaded chacha20 v0.9.1 |
713 | 2023-09-20T02:01:14.401Z | Downloaded nodrop v0.1.14 |
714 | 2023-09-20T02:01:14.410Z | Downloaded lru-cache v0.1.2 |
715 | 2023-09-20T02:01:14.418Z | Downloaded tabled v0.14.0 |
716 | 2023-09-20T02:01:14.425Z | Downloaded headers-core v0.2.0 |
717 | 2023-09-20T02:01:14.433Z | Downloaded cstr-argument v0.1.2 |
718 | 2023-09-20T02:01:14.483Z | Downloaded crypto-bigint v0.5.2 |
719 | 2023-09-20T02:01:14.493Z | Downloaded regex v1.9.5 |
720 | 2023-09-20T02:01:14.501Z | Downloaded rsa v0.9.2 |
721 | 2023-09-20T02:01:14.510Z | Downloaded ref-cast-impl v1.0.20 |
722 | 2023-09-20T02:01:14.519Z | Downloaded ref-cast v1.0.20 |
723 | 2023-09-20T02:01:14.527Z | Downloaded reqwest v0.11.20 |
724 | 2023-09-20T02:01:14.538Z | Downloaded usdt-macro v0.3.5 |
725 | 2023-09-20T02:01:14.557Z | Downloaded unicode-segmentation v1.10.1 |
726 | 2023-09-20T02:01:14.571Z | Downloaded unicode-normalization v0.1.22 |
727 | 2023-09-20T02:01:14.591Z | Downloaded thiserror-impl v1.0.48 |
728 | 2023-09-20T02:01:14.609Z | Downloaded tokio-macros v2.1.0 |
729 | 2023-09-20T02:01:15.024Z | Downloaded nix v0.26.2 |
730 | 2023-09-20T02:01:15.028Z | Downloaded pest v2.7.2 |
731 | 2023-09-20T02:01:15.058Z | Downloaded xattr v1.0.1 |
732 | 2023-09-20T02:01:15.066Z | Downloaded futures-macro v0.3.28 |
733 | 2023-09-20T02:01:15.070Z | Downloaded tempfile v3.8.0 |
734 | 2023-09-20T02:01:15.078Z | Downloaded proc-macro-error-attr v1.0.4 |
735 | 2023-09-20T02:01:15.083Z | Downloaded strum_macros v0.24.3 |
736 | 2023-09-20T02:01:15.100Z | Downloaded rcgen v0.10.0 |
737 | 2023-09-20T02:01:15.106Z | Downloaded globset v0.4.13 |
738 | 2023-09-20T02:01:15.112Z | Downloaded rayon-core v1.11.0 |
739 | 2023-09-20T02:01:15.117Z | Downloaded resolv-conf v0.7.0 |
740 | 2023-09-20T02:01:15.124Z | Downloaded tokio-tungstenite v0.18.0 |
741 | 2023-09-20T02:01:15.133Z | Downloaded ron v0.7.1 |
742 | 2023-09-20T02:01:15.137Z | Downloaded toml_edit v0.19.15 |
743 | 2023-09-20T02:01:15.142Z | Downloaded which v4.4.0 |
744 | 2023-09-20T02:01:15.159Z | Downloaded scheduled-thread-pool v0.2.7 |
745 | 2023-09-20T02:01:15.166Z | Downloaded zerocopy-derive v0.6.3 |
746 | 2023-09-20T02:01:15.171Z | Downloaded poly1305 v0.8.0 |
747 | 2023-09-20T02:01:15.179Z | Downloaded hashbrown v0.12.3 |
748 | 2023-09-20T02:01:15.187Z | Downloaded errno v0.3.2 |
749 | 2023-09-20T02:01:15.191Z | Downloaded crunchy v0.2.2 |
750 | 2023-09-20T02:01:15.197Z | Downloaded pest_meta v2.7.2 |
751 | 2023-09-20T02:01:15.202Z | Downloaded getrandom v0.2.10 |
752 | 2023-09-20T02:01:15.208Z | Downloaded enum-iterator-derive v1.2.1 |
753 | 2023-09-20T02:01:15.215Z | Downloaded env_logger v0.9.3 |
754 | 2023-09-20T02:01:15.219Z | Downloaded socket2 v0.5.3 |
755 | 2023-09-20T02:01:15.225Z | Downloaded smf v0.2.2 |
756 | 2023-09-20T02:01:15.232Z | Downloaded petgraph v0.6.4 |
757 | 2023-09-20T02:01:15.238Z | Downloaded glob v0.3.1 |
758 | 2023-09-20T02:01:15.246Z | Downloaded pretty-hex v0.3.0 |
759 | 2023-09-20T02:01:15.251Z | Downloaded tui-tree-widget v0.13.0 |
760 | 2023-09-20T02:01:15.261Z | Downloaded tungstenite v0.17.3 |
761 | 2023-09-20T02:01:15.265Z | Downloaded percent-encoding v2.3.0 |
762 | 2023-09-20T02:01:15.270Z | Downloaded parse-display v0.7.0 |
763 | 2023-09-20T02:01:15.289Z | Downloaded heck v0.4.1 |
764 | 2023-09-20T02:01:15.297Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
765 | 2023-09-20T02:01:15.309Z | Downloaded serde_yaml v0.9.25 |
766 | 2023-09-20T02:01:15.313Z | Downloaded headers v0.3.9 |
767 | 2023-09-20T02:01:15.334Z | Downloaded want v0.3.1 |
768 | 2023-09-20T02:01:15.342Z | Downloaded try-lock v0.2.4 |
769 | 2023-09-20T02:01:15.347Z | Downloaded unicode-xid v0.2.4 |
770 | 2023-09-20T02:01:15.354Z | Downloaded serde_plain v1.0.2 |
771 | 2023-09-20T02:01:15.369Z | Downloaded usdt v0.3.5 |
772 | 2023-09-20T02:01:15.374Z | Downloaded webpki-roots v0.25.2 |
773 | 2023-09-20T02:01:15.379Z | Downloaded rand v0.8.5 |
774 | 2023-09-20T02:01:15.385Z | Downloaded libc v0.2.147 |
775 | 2023-09-20T02:01:15.390Z | Downloaded tokio-native-tls v0.3.1 |
776 | 2023-09-20T02:01:15.394Z | Downloaded pem-rfc7468 v0.7.0 |
777 | 2023-09-20T02:01:15.400Z | Downloaded pem v1.1.1 |
778 | 2023-09-20T02:01:15.422Z | Downloaded h2 v0.3.21 |
779 | 2023-09-20T02:01:15.430Z | Downloaded flate2 v1.0.27 |
780 | 2023-09-20T02:01:15.437Z | Downloaded unicase v2.7.0 |
781 | 2023-09-20T02:01:15.455Z | Downloaded structopt v0.3.26 |
782 | 2023-09-20T02:01:15.462Z | Downloaded fnv v1.0.7 |
783 | 2023-09-20T02:01:15.470Z | Downloaded oso v0.26.4 |
784 | 2023-09-20T02:01:15.476Z | Downloaded diff v0.1.13 |
785 | 2023-09-20T02:01:15.481Z | Downloaded doc-comment v0.3.3 |
786 | 2023-09-20T02:01:15.485Z | Downloaded display-error-chain v0.1.1 |
787 | 2023-09-20T02:01:15.508Z | Downloaded serde-big-array v0.4.1 |
788 | 2023-09-20T02:01:15.514Z | Downloaded serde v1.0.188 |
789 | 2023-09-20T02:01:15.519Z | Downloaded postcard-cobs v0.1.5-pre |
790 | 2023-09-20T02:01:15.525Z | Downloaded strip-ansi-escapes v0.2.0 |
791 | 2023-09-20T02:01:15.538Z | Downloaded predicates v2.1.5 |
792 | 2023-09-20T02:01:15.541Z | Downloaded postgres-types v0.2.6 |
793 | 2023-09-20T02:01:15.544Z | Downloaded vec_map v0.8.2 |
794 | 2023-09-20T02:01:15.548Z | Downloaded take_mut v0.2.2 |
795 | 2023-09-20T02:01:15.552Z | Downloaded curve25519-dalek-derive v0.1.0 |
796 | 2023-09-20T02:01:15.556Z | Downloaded structopt-derive v0.4.18 |
797 | 2023-09-20T02:01:15.560Z | Downloaded erased-serde v0.3.30 |
798 | 2023-09-20T02:01:15.564Z | Downloaded rayon v1.7.0 |
799 | 2023-09-20T02:01:15.568Z | Downloaded hashlink v0.8.3 |
800 | 2023-09-20T02:01:15.572Z | Downloaded textwrap v0.16.0 |
801 | 2023-09-20T02:01:15.575Z | Downloaded dirs-next v2.0.0 |
802 | 2023-09-20T02:01:15.579Z | Downloaded pretty-hex v0.2.1 |
803 | 2023-09-20T02:01:15.585Z | Downloaded unicode-bidi v0.3.13 |
804 | 2023-09-20T02:01:15.600Z | Downloaded darling_core v0.14.4 |
805 | 2023-09-20T02:01:15.605Z | Downloaded strum v0.25.0 |
806 | 2023-09-20T02:01:15.610Z | Downloaded filetime v0.2.22 |
807 | 2023-09-20T02:01:15.614Z | Downloaded foreign-types-shared v0.1.1 |
808 | 2023-09-20T02:01:15.622Z | Downloaded portable-atomic v1.4.3 |
809 | 2023-09-20T02:01:15.630Z | Downloaded slog-stdlog v4.1.1 |
810 | 2023-09-20T02:01:15.636Z | Downloaded rustversion v1.0.14 |
811 | 2023-09-20T02:01:15.642Z | Downloaded spki v0.7.2 |
812 | 2023-09-20T02:01:15.648Z | Downloaded spin v0.9.8 |
813 | 2023-09-20T02:01:15.652Z | Downloaded tough v0.12.5 |
814 | 2023-09-20T02:01:15.656Z | Downloaded yasna v0.5.2 |
815 | 2023-09-20T02:01:15.660Z | Downloaded stable_deref_trait v1.2.0 |
816 | 2023-09-20T02:01:15.664Z | Downloaded reedline v0.23.0 |
817 | 2023-09-20T02:01:15.668Z | Downloaded ena v0.14.2 |
818 | 2023-09-20T02:01:15.672Z | Downloaded trust-dns-client v0.22.0 |
819 | 2023-09-20T02:01:15.676Z | Downloaded steno v0.4.0 |
820 | 2023-09-20T02:01:15.679Z | Downloaded derive_builder_macro v0.12.0 |
821 | 2023-09-20T02:01:15.687Z | Downloaded ctr v0.9.2 |
822 | 2023-09-20T02:01:15.691Z | Downloaded sha1 v0.10.5 |
823 | 2023-09-20T02:01:15.694Z | Downloaded sha2 v0.10.7 |
824 | 2023-09-20T02:01:15.698Z | Downloaded foreign-types-shared v0.3.1 |
825 | 2023-09-20T02:01:15.701Z | Downloaded rand_xorshift v0.3.0 |
826 | 2023-09-20T02:01:15.706Z | Downloaded pin-project-lite v0.2.13 |
827 | 2023-09-20T02:01:15.711Z | Downloaded packed_struct_codegen v0.10.1 |
828 | 2023-09-20T02:01:16.123Z | Downloaded der v0.7.8 |
829 | 2023-09-20T02:01:16.129Z | Downloaded zone_cfg_derive v0.2.0 |
830 | 2023-09-20T02:01:16.136Z | Downloaded thiserror-impl-no-std v2.0.2 |
831 | 2023-09-20T02:01:16.143Z | Downloaded curve25519-dalek v4.1.0 |
832 | 2023-09-20T02:01:16.159Z | Downloaded zone v0.2.0 |
833 | 2023-09-20T02:01:16.162Z | Downloaded pest_derive v2.7.2 |
834 | 2023-09-20T02:01:16.165Z | Downloaded path-dedot v3.1.0 |
835 | 2023-09-20T02:01:16.169Z | Downloaded trust-dns-resolver v0.22.0 |
836 | 2023-09-20T02:01:16.172Z | Downloaded siphasher v0.3.11 |
837 | 2023-09-20T02:01:16.175Z | Downloaded path-absolutize v3.1.0 |
838 | 2023-09-20T02:01:16.179Z | Downloaded tracing v0.1.37 |
839 | 2023-09-20T02:01:16.182Z | Downloaded openapiv3 v1.0.3 |
840 | 2023-09-20T02:01:16.185Z | Downloaded zerocopy-derive v0.2.0 |
841 | 2023-09-20T02:01:16.188Z | Downloaded openssl v0.10.57 |
842 | 2023-09-20T02:01:16.191Z | Downloaded structmeta-derive v0.1.6 |
843 | 2023-09-20T02:01:16.194Z | Downloaded paste v1.0.14 |
844 | 2023-09-20T02:01:16.198Z | Downloaded slog-json v2.6.1 |
845 | 2023-09-20T02:01:16.202Z | Downloaded der_derive v0.7.2 |
846 | 2023-09-20T02:01:16.206Z | Downloaded url v2.4.1 |
847 | 2023-09-20T02:01:16.210Z | Downloaded thiserror-no-std v2.0.2 |
848 | 2023-09-20T02:01:16.214Z | Downloaded openssl-probe v0.1.5 |
849 | 2023-09-20T02:01:16.218Z | Downloaded derive_builder_core v0.12.0 |
850 | 2023-09-20T02:01:16.222Z | Downloaded debug-ignore v1.0.5 |
851 | 2023-09-20T02:01:16.226Z | Downloaded data-encoding v2.4.0 |
852 | 2023-09-20T02:01:16.230Z | Downloaded tokio-stream v0.1.14 |
853 | 2023-09-20T02:01:16.236Z | Downloaded phf_shared v0.11.2 |
854 | 2023-09-20T02:01:16.249Z | Downloaded rusty-fork v0.3.0 |
855 | 2023-09-20T02:01:16.254Z | Downloaded pest_generator v2.7.2 |
856 | 2023-09-20T02:01:16.257Z | Downloaded semver v1.0.18 |
857 | 2023-09-20T02:01:16.262Z | Downloaded secrecy v0.8.0 |
858 | 2023-09-20T02:01:16.265Z | Downloaded sct v0.7.0 |
859 | 2023-09-20T02:01:16.271Z | Downloaded twox-hash v1.6.3 |
860 | 2023-09-20T02:01:16.275Z | Downloaded term v0.7.0 |
861 | 2023-09-20T02:01:16.279Z | Downloaded half v1.8.2 |
862 | 2023-09-20T02:01:16.283Z | Downloaded zip v0.6.6 |
863 | 2023-09-20T02:01:16.287Z | Downloaded vergen v8.2.4 |
864 | 2023-09-20T02:01:16.291Z | Downloaded rustls v0.21.7 |
865 | 2023-09-20T02:01:16.297Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
866 | 2023-09-20T02:01:16.301Z | Downloaded libsqlite3-sys v0.26.0 |
867 | 2023-09-20T02:01:16.305Z | Downloaded sha3 v0.10.8 |
868 | 2023-09-20T02:01:16.308Z | Downloaded rustix v0.37.23 |
869 | 2023-09-20T02:01:16.312Z | Downloaded static_assertions v1.1.0 |
870 | 2023-09-20T02:01:16.316Z | Downloaded schemars_derive v0.8.13 |
871 | 2023-09-20T02:01:16.320Z | Downloaded schemars v0.8.13 |
872 | 2023-09-20T02:01:16.325Z | Downloaded same-file v1.0.6 |
873 | 2023-09-20T02:01:16.329Z | Downloaded parse-display-derive v0.7.0 |
874 | 2023-09-20T02:01:16.333Z | Downloaded openssl-macros v0.1.1 |
875 | 2023-09-20T02:01:16.337Z | Downloaded waitgroup v0.1.2 |
876 | 2023-09-20T02:01:16.340Z | Downloaded wait-timeout v0.2.0 |
877 | 2023-09-20T02:01:16.344Z | Downloaded shell-words v1.1.0 |
878 | 2023-09-20T02:01:16.348Z | Downloaded trust-dns-server v0.22.1 |
879 | 2023-09-20T02:01:16.351Z | Downloaded toml v0.7.6 |
880 | 2023-09-20T02:01:16.355Z | Downloaded regress v0.7.1 |
881 | 2023-09-20T02:01:16.360Z | Downloaded time v0.3.27 |
882 | 2023-09-20T02:01:16.363Z | Downloaded thread_local v1.1.7 |
883 | 2023-09-20T02:01:16.367Z | Downloaded ringbuffer v0.14.2 |
884 | 2023-09-20T02:01:16.370Z | Downloaded zerocopy v0.3.0 |
885 | 2023-09-20T02:01:16.373Z | Downloaded smoltcp v0.9.1 |
886 | 2023-09-20T02:01:16.378Z | Downloaded encoding_rs v0.8.33 |
887 | 2023-09-20T02:01:16.382Z | Downloaded tokio v1.32.0 |
888 | 2023-09-20T02:01:16.385Z | Downloaded spin v0.5.2 |
889 | 2023-09-20T02:01:16.388Z | Downloaded slog-dtrace v0.2.3 |
890 | 2023-09-20T02:01:16.392Z | Downloaded usdt-impl v0.3.5 |
891 | 2023-09-20T02:01:16.396Z | Downloaded unicode-width v0.1.10 |
892 | 2023-09-20T02:01:16.399Z | Downloaded tokio-util v0.7.8 |
893 | 2023-09-20T02:01:16.403Z | Downloaded darling_macro v0.20.3 |
894 | 2023-09-20T02:01:16.407Z | Downloaded vsss-rs v3.3.1 |
895 | 2023-09-20T02:01:16.410Z | Downloaded zeroize_derive v1.4.2 |
896 | 2023-09-20T02:01:16.414Z | Downloaded version_check v0.9.4 |
897 | 2023-09-20T02:01:16.418Z | Downloaded flagset v0.4.3 |
898 | 2023-09-20T02:01:16.422Z | Downloaded float-cmp v0.9.0 |
899 | 2023-09-20T02:01:16.426Z | Downloaded fixedbitset v0.4.2 |
900 | 2023-09-20T02:01:16.430Z | Downloaded libz-sys v1.1.12 |
901 | 2023-09-20T02:01:16.433Z | Downloaded fd-lock v3.0.13 |
902 | 2023-09-20T02:01:16.437Z | Downloaded strum_macros v0.25.2 |
903 | 2023-09-20T02:01:16.442Z | Downloaded either v1.9.0 |
904 | 2023-09-20T02:01:16.445Z | Downloaded ed25519 v1.5.3 |
905 | 2023-09-20T02:01:16.449Z | Downloaded dyn-clone v1.0.13 |
906 | 2023-09-20T02:01:16.453Z | Downloaded dtrace-parser v0.1.14 |
907 | 2023-09-20T02:01:16.462Z | Downloaded darling_macro v0.14.4 |
908 | 2023-09-20T02:01:16.470Z | Downloaded sha-1 v0.10.1 |
909 | 2023-09-20T02:01:16.475Z | Downloaded ff v0.13.0 |
910 | 2023-09-20T02:01:16.478Z | Downloaded subtle v2.5.0 |
911 | 2023-09-20T02:01:16.495Z | Downloaded subprocess v0.2.9 |
912 | 2023-09-20T02:01:16.499Z | Downloaded zerocopy v0.6.3 |
913 | 2023-09-20T02:01:16.502Z | Downloaded regex-automata v0.3.8 |
914 | 2023-09-20T02:01:16.506Z | Downloaded darling v0.20.3 |
915 | 2023-09-20T02:01:16.510Z | Downloaded tungstenite v0.18.0 |
916 | 2023-09-20T02:01:16.514Z | Downloaded postcard v0.7.3 |
917 | 2023-09-20T02:01:16.517Z | Downloaded darling v0.14.4 |
918 | 2023-09-20T02:01:16.521Z | Downloaded ratatui v0.23.0 |
919 | 2023-09-20T02:01:16.524Z | Downloaded dirs-sys-next v0.1.2 |
920 | 2023-09-20T02:01:16.529Z | Downloaded difflib v0.4.0 |
921 | 2023-09-20T02:01:16.537Z | Downloaded foreign-types v0.5.0 |
922 | 2023-09-20T02:01:16.546Z | Downloaded foreign-types v0.3.2 |
923 | 2023-09-20T02:01:16.560Z | Downloaded untrusted v0.7.1 |
924 | 2023-09-20T02:01:16.578Z | Downloaded serde_path_to_error v0.1.14 |
925 | 2023-09-20T02:01:16.585Z | Downloaded hashbrown v0.14.0 |
926 | 2023-09-20T02:01:16.595Z | Downloaded gimli v0.28.0 |
927 | 2023-09-20T02:01:16.603Z | Downloaded polar-core v0.26.4 |
928 | 2023-09-20T02:01:16.611Z | Downloaded ring v0.16.20 |
929 | 2023-09-20T02:01:16.621Z | Downloaded endian-type v0.1.2 |
930 | 2023-09-20T02:01:16.631Z | Downloaded vte_generate_state_changes v0.1.1 |
931 | 2023-09-20T02:01:16.649Z | Downloaded vcpkg v0.2.15 |
932 | 2023-09-20T02:01:17.064Z | Downloaded syn v1.0.109 |
933 | 2023-09-20T02:01:17.072Z | Downloaded postgres-protocol v0.6.6 |
934 | 2023-09-20T02:01:17.082Z | Downloaded stringprep v0.1.3 |
935 | 2023-09-20T02:01:17.116Z | Downloaded signal-hook-tokio v0.3.1 |
936 | 2023-09-20T02:01:17.122Z | Downloaded universal-hash v0.5.1 |
937 | 2023-09-20T02:01:17.131Z | Downloaded precomputed-hash v0.1.1 |
938 | 2023-09-20T02:01:17.139Z | Downloaded ppv-lite86 v0.2.17 |
939 | 2023-09-20T02:01:17.144Z | Downloaded trust-dns-proto v0.22.0 |
940 | 2023-09-20T02:01:17.161Z | Downloaded toml_datetime v0.6.3 |
941 | 2023-09-20T02:01:17.169Z | Downloaded tap v1.0.1 |
942 | 2023-09-20T02:01:17.186Z | Downloaded r2d2 v0.8.10 |
943 | 2023-09-20T02:01:17.192Z | Downloaded semver-parser v0.10.2 |
944 | 2023-09-20T02:01:17.202Z | Downloaded syn v2.0.32 |
945 | 2023-09-20T02:01:17.210Z | Downloaded rustc_version v0.1.7 |
946 | 2023-09-20T02:01:17.217Z | Downloaded walkdir v2.4.0 |
947 | 2023-09-20T02:01:17.224Z | Downloaded flume v0.11.0 |
948 | 2023-09-20T02:01:17.231Z | Downloaded fallible-iterator v0.2.0 |
949 | 2023-09-20T02:01:17.238Z | Downloaded enum-iterator v1.4.1 |
950 | 2023-09-20T02:01:17.260Z | Downloaded enum-as-inner v0.5.1 |
951 | 2023-09-20T02:01:17.266Z | Downloaded parking_lot_core v0.9.8 |
952 | 2023-09-20T02:01:17.271Z | Downloaded parking_lot v0.12.1 |
953 | 2023-09-20T02:01:17.279Z | Downloaded owo-colors v3.5.0 |
954 | 2023-09-20T02:01:17.286Z | Downloaded openssl-sys v0.9.93 |
955 | 2023-09-20T02:01:17.293Z | Downloaded unarray v0.1.4 |
956 | 2023-09-20T02:01:17.302Z | Downloaded typenum v1.16.0 |
957 | 2023-09-20T02:01:17.310Z | Downloaded usdt-attr-macro v0.3.5 |
958 | 2023-09-20T02:01:17.317Z | Downloaded peeking_take_while v0.1.2 |
959 | 2023-09-20T02:01:17.328Z | Downloaded path-slash v0.1.5 |
960 | 2023-09-20T02:01:17.335Z | Downloaded omicron-zone-package v0.8.3 |
961 | 2023-09-20T02:01:17.354Z | Downloaded olpc-cjson v0.1.3 |
962 | 2023-09-20T02:01:17.362Z | Downloaded serde_derive v1.0.188 |
963 | 2023-09-20T02:01:17.371Z | Downloaded rustls-native-certs v0.6.3 |
964 | 2023-09-20T02:01:17.380Z | Downloaded rustc_version v0.4.0 |
965 | 2023-09-20T02:01:17.388Z | Downloaded rustc-hash v1.1.0 |
966 | 2023-09-20T02:01:17.399Z | Downloaded rustc-demangle v0.1.23 |
967 | 2023-09-20T02:01:17.407Z | Downloaded rusqlite v0.29.0 |
968 | 2023-09-20T02:01:17.417Z | Downloaded radium v0.7.0 |
969 | 2023-09-20T02:01:17.426Z | Downloaded whoami v1.4.1 |
970 | 2023-09-20T02:01:17.435Z | Downloaded vte v0.11.1 |
971 | 2023-09-20T02:01:17.445Z | Downloaded rand_core v0.6.4 |
972 | 2023-09-20T02:01:17.454Z | Downloaded polyval v0.6.1 |
973 | 2023-09-20T02:01:17.463Z | Downloaded unicode-ident v1.0.11 |
974 | 2023-09-20T02:01:17.475Z | Downloaded tracing-core v0.1.31 |
975 | 2023-09-20T02:01:17.485Z | Downloaded once_cell v1.18.0 |
976 | 2023-09-20T02:01:17.503Z | Downloaded tracing-attributes v0.1.26 |
977 | 2023-09-20T02:01:17.515Z | Downloaded toolchain_find v0.2.0 |
978 | 2023-09-20T02:01:17.525Z | Downloaded rustls-pemfile v1.0.3 |
979 | 2023-09-20T02:01:17.535Z | Downloaded git2 v0.17.2 |
980 | 2023-09-20T02:01:17.540Z | Downloaded fastrand v2.0.0 |
981 | 2023-09-20T02:01:17.544Z | Downloaded fallible-streaming-iterator v0.1.9 |
982 | 2023-09-20T02:01:17.548Z | Downloaded crypto-common v0.1.6 |
983 | 2023-09-20T02:01:17.552Z | Downloaded uuid v1.4.1 |
984 | 2023-09-20T02:01:17.556Z | Downloaded utf8parse v0.2.1 |
985 | 2023-09-20T02:01:17.561Z | Downloaded utf-8 v0.7.6 |
986 | 2023-09-20T02:01:17.585Z | Downloaded serde_urlencoded v0.7.1 |
987 | 2023-09-20T02:01:17.590Z | Downloaded serde_tokenstream v0.2.0 |
988 | 2023-09-20T02:01:17.596Z | Downloaded serde_repr v0.1.16 |
989 | 2023-09-20T02:01:17.600Z | Downloaded tinyvec v1.6.0 |
990 | 2023-09-20T02:01:17.605Z | Downloaded signal-hook v0.3.17 |
991 | 2023-09-20T02:01:17.610Z | Downloaded derive_more v0.99.17 |
992 | 2023-09-20T02:01:17.614Z | Downloaded fxhash v0.2.1 |
993 | 2023-09-20T02:01:17.619Z | Downloaded futures-util v0.3.28 |
994 | 2023-09-20T02:01:17.624Z | Downloaded form_urlencoded v1.2.0 |
995 | 2023-09-20T02:01:17.628Z | Downloaded dof v0.1.5 |
996 | 2023-09-20T02:01:17.636Z | Downloaded regex-syntax v0.7.5 |
997 | 2023-09-20T02:01:17.641Z | Downloaded parking_lot_core v0.8.6 |
998 | 2023-09-20T02:01:17.645Z | Downloaded tower-service v0.3.2 |
999 | 2023-09-20T02:01:17.651Z | Downloaded elliptic-curve v0.13.5 |
1000 | 2023-09-20T02:01:17.655Z | Downloaded tokio-tungstenite v0.17.2 |
1001 | 2023-09-20T02:01:17.659Z | Downloaded futures-task v0.3.28 |
1002 | 2023-09-20T02:01:17.663Z | Downloaded futures-sink v0.3.28 |
1003 | 2023-09-20T02:01:17.667Z | Downloaded fragile v2.0.0 |
1004 | 2023-09-20T02:01:17.671Z | Downloaded downcast v0.11.0 |
1005 | 2023-09-20T02:01:17.677Z | Downloaded proptest v1.2.0 |
1006 | 2023-09-20T02:01:17.684Z | Downloaded phf_shared v0.10.0 |
1007 | 2023-09-20T02:01:17.692Z | Downloaded phf v0.11.2 |
1008 | 2023-09-20T02:01:17.698Z | Downloaded getopts v0.2.21 |
1009 | 2023-09-20T02:01:17.703Z | Downloaded digest v0.10.7 |
1010 | 2023-09-20T02:01:17.709Z | Downloaded smoltcp v0.8.2 |
1011 | 2023-09-20T02:01:17.713Z | Downloaded regex-syntax v0.6.29 |
1012 | 2023-09-20T02:01:17.717Z | Downloaded smallvec v0.6.14 |
1013 | 2023-09-20T02:01:17.722Z | Downloaded smallvec v1.11.0 |
1014 | 2023-09-20T02:01:17.729Z | Downloaded slog-term v2.9.0 |
1015 | 2023-09-20T02:01:17.732Z | Downloaded signature v1.6.4 |
1016 | 2023-09-20T02:01:17.737Z | Downloaded serde_with_macros v2.3.3 |
1017 | 2023-09-20T02:01:17.742Z | Downloaded serde_with v2.3.3 |
1018 | 2023-09-20T02:01:17.745Z | Downloaded generic-array v0.14.7 |
1019 | 2023-09-20T02:01:17.749Z | Downloaded platforms v3.0.2 |
1020 | 2023-09-20T02:01:17.753Z | Downloaded zeroize v1.6.0 |
1021 | 2023-09-20T02:01:17.758Z | Downloaded object v0.32.1 |
1022 | 2023-09-20T02:01:17.762Z | Downloaded equivalent v1.0.1 |
1023 | 2023-09-20T02:01:17.766Z | Downloaded env_logger v0.10.0 |
1024 | 2023-09-20T02:01:17.770Z | Downloaded signature v2.1.0 |
1025 | 2023-09-20T02:01:17.773Z | Downloaded hashbrown v0.13.2 |
1026 | 2023-09-20T02:01:17.776Z | Downloaded hash32 v0.2.1 |
1027 | 2023-09-20T02:01:17.783Z | Downloaded group v0.13.0 |
1028 | 2023-09-20T02:01:17.787Z | Downloaded diesel v2.1.1 |
1029 | 2023-09-20T02:01:17.790Z | Downloaded prettyplease v0.2.12 |
1030 | 2023-09-20T02:01:17.794Z | Downloaded proc-macro-crate v1.3.1 |
1031 | 2023-09-20T02:01:17.797Z | Downloaded oso-derive v0.26.4 |
1032 | 2023-09-20T02:01:17.802Z | Downloaded opaque-debug v0.3.0 |
1033 | 2023-09-20T02:01:17.806Z | Downloaded serde_derive_internals v0.26.0 |
1034 | 2023-09-20T02:01:17.809Z | Downloaded rustfmt-wrapper v0.2.0 |
1035 | 2023-09-20T02:01:17.813Z | Downloaded winnow v0.5.15 |
1036 | 2023-09-20T02:01:17.817Z | Downloaded proc-macro2 v1.0.67 |
1037 | 2023-09-20T02:01:17.820Z | Downloaded predicates-tree v1.0.9 |
1038 | 2023-09-20T02:01:17.824Z | Downloaded predicates-core v1.0.6 |
1039 | 2023-09-20T02:01:17.827Z | Downloaded sled v0.34.7 |
1040 | 2023-09-20T02:01:17.831Z | Downloaded fatfs v0.3.6 |
1041 | 2023-09-20T02:01:17.835Z | Downloaded derive_builder v0.12.0 |
1042 | 2023-09-20T02:01:17.840Z | Downloaded strsim v0.8.0 |
1043 | 2023-09-20T02:01:17.845Z | Downloaded rand_chacha v0.3.1 |
1044 | 2023-09-20T02:01:17.848Z | Downloaded futures-channel v0.3.28 |
1045 | 2023-09-20T02:01:17.852Z | Downloaded futures v0.3.28 |
1046 | 2023-09-20T02:01:17.858Z | Downloaded proc-macro-error v1.0.4 |
1047 | 2023-09-20T02:01:17.862Z | Downloaded heck v0.3.3 |
1048 | 2023-09-20T02:01:17.865Z | Downloaded heapless v0.7.16 |
1049 | 2023-09-20T02:01:17.869Z | Downloaded funty v2.0.0 |
1050 | 2023-09-20T02:01:17.873Z | Downloaded fs-err v2.9.0 |
1051 | 2023-09-20T02:01:17.877Z | Downloaded wyz v0.5.1 |
1052 | 2023-09-20T02:01:17.881Z | Downloaded ucd-trie v0.1.6 |
1053 | 2023-09-20T02:01:17.898Z | Downloaded pin-utils v0.1.0 |
1054 | 2023-09-20T02:01:17.902Z | Downloaded unicode-linebreak v0.1.5 |
1055 | 2023-09-20T02:01:17.906Z | Downloaded time-core v0.1.1 |
1056 | 2023-09-20T02:01:17.912Z | Downloaded radix_trie v0.2.1 |
1057 | 2023-09-20T02:01:17.917Z | Downloaded futures-io v0.3.28 |
1058 | 2023-09-20T02:01:18.333Z | Downloaded futures-executor v0.3.28 |
1059 | 2023-09-20T02:01:18.339Z | Downloaded futures-core v0.3.28 |
1060 | 2023-09-20T02:01:18.346Z | Downloaded x509-cert v0.2.4 |
1061 | 2023-09-20T02:01:18.354Z | Downloaded password-hash v0.5.0 |
1062 | 2023-09-20T02:01:18.367Z | Downloaded papergrid v0.10.0 |
1063 | 2023-09-20T02:01:18.383Z | Downloaded termcolor v1.2.0 |
1064 | 2023-09-20T02:01:18.391Z | Downloaded parking_lot v0.11.2 |
1065 | 2023-09-20T02:01:18.500Z | Downloaded packed_struct v0.10.1 |
1066 | 2023-09-20T02:01:18.506Z | Downloaded topological-sort v0.2.2 |
1067 | 2023-09-20T02:01:18.513Z | Downloaded toml v0.5.11 |
1068 | 2023-09-20T02:01:18.517Z | Downloaded tokio-rustls v0.24.1 |
1069 | 2023-09-20T02:01:18.521Z | Downloaded time-macros v0.2.13 |
1070 | 2023-09-20T02:01:18.524Z | Downloaded thread-id v4.2.0 |
1071 | 2023-09-20T02:01:18.529Z | Downloaded quote v1.0.33 |
1072 | 2023-09-20T02:01:18.532Z | Downloaded thiserror v1.0.48 |
1073 | 2023-09-20T02:01:18.537Z | Downloaded tar v0.4.40 |
1074 | 2023-09-20T02:01:18.541Z | Downloaded quick-xml v0.23.1 |
1075 | 2023-09-20T02:01:18.545Z | Downloaded tokio-postgres v0.7.10 |
1076 | 2023-09-20T02:01:18.548Z | Downloaded structmeta v0.1.6 |
1077 | 2023-09-20T02:01:18.555Z | Downloaded strsim v0.10.0 |
1078 | 2023-09-20T02:01:18.562Z | Downloaded string_cache v0.8.7 |
1079 | 2023-09-20T02:01:18.565Z | Downloaded slog-envlogger v2.2.0 |
1080 | 2023-09-20T02:01:18.568Z | Downloaded semver v0.1.20 |
1081 | 2023-09-20T02:01:18.573Z | Downloaded quick-error v1.2.3 |
1082 | 2023-09-20T02:01:18.579Z | Downloaded slog-scope v4.4.0 |
1083 | 2023-09-20T02:01:18.582Z | Downloaded slab v0.4.9 |
1084 | 2023-09-20T02:01:18.586Z | Downloaded serde_json v1.0.107 |
1085 | 2023-09-20T02:01:18.590Z | Downloaded ron v0.8.1 |
1086 | 2023-09-20T02:01:18.594Z | Downloaded signal-hook-mio v0.2.3 |
1087 | 2023-09-20T02:01:18.608Z | Downloaded rtoolbox v0.0.1 |
1088 | 2023-09-20T02:01:18.622Z | Downloaded rpassword v7.2.0 |
1089 | 2023-09-20T02:01:18.631Z | Downloaded memoffset v0.9.0 |
1090 | 2023-09-20T02:01:18.636Z | Downloaded matches v0.1.10 |
1091 | 2023-09-20T02:01:18.639Z | Downloaded pkg-config v0.3.27 |
1092 | 2023-09-20T02:01:18.644Z | Downloaded pkcs8 v0.10.2 |
1093 | 2023-09-20T02:01:18.649Z | Downloaded pkcs1 v0.7.5 |
1094 | 2023-09-20T02:01:18.653Z | Downloaded foreign-types-macros v0.2.3 |
1095 | 2023-09-20T02:01:18.656Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1096 | 2023-09-20T02:01:18.661Z | Downloaded darling_core v0.20.3 |
1097 | 2023-09-20T02:01:18.665Z | Downloaded tiny-keccak v2.0.2 |
1098 | 2023-09-20T02:01:18.669Z | Downloaded serde-hex v0.1.0 |
1099 | 2023-09-20T02:01:18.673Z | Downloaded derive-where v1.2.5 |
1100 | 2023-09-20T02:01:18.681Z | Downloaded snafu-derive v0.7.5 |
1101 | 2023-09-20T02:01:18.684Z | Downloaded slog-async v2.8.0 |
1102 | 2023-09-20T02:01:18.688Z | Downloaded tinyvec_macros v0.1.1 |
1103 | 2023-09-20T02:01:18.693Z | Downloaded socket2 v0.4.9 |
1104 | 2023-09-20T02:01:18.697Z | Downloaded slog-bunyan v2.4.0 |
1105 | 2023-09-20T02:01:18.701Z | Downloaded slog v2.7.0 |
1106 | 2023-09-20T02:01:18.704Z | Downloaded shlex v1.1.0 |
1107 | 2023-09-20T02:01:18.708Z | Downloaded serde_tokenstream v0.1.7 |
1108 | 2023-09-20T02:01:18.712Z | Downloaded serde_spanned v0.6.3 |
1109 | 2023-09-20T02:01:18.716Z | Downloaded serde_arrays v0.1.0 |
1110 | 2023-09-20T02:01:18.720Z | Downloaded serde-big-array v0.5.1 |
1111 | 2023-09-20T02:01:18.723Z | Downloaded semver v0.11.0 |
1112 | 2023-09-20T02:01:18.727Z | Downloaded ryu v1.0.15 |
1113 | 2023-09-20T02:01:18.731Z | Downloaded deranged v0.3.8 |
1114 | 2023-09-20T02:01:18.735Z | Downloaded termtree v0.4.1 |
1115 | 2023-09-20T02:01:18.739Z | Downloaded termios v0.3.3 |
1116 | 2023-09-20T02:01:18.743Z | Downloaded terminal_size v0.2.6 |
1117 | 2023-09-20T02:01:18.748Z | Downloaded tabled_derive v0.6.0 |
1118 | 2023-09-20T02:01:18.752Z | Downloaded synstructure v0.12.6 |
1119 | 2023-09-20T02:01:18.757Z | Downloaded newtype_derive v0.1.6 |
1120 | 2023-09-20T02:01:18.762Z | Downloaded object v0.30.4 |
1121 | 2023-09-20T02:01:18.767Z | Downloaded unsafe-libyaml v0.2.9 |
1122 | 2023-09-20T02:01:18.772Z | Downloaded snafu v0.7.5 |
1123 | 2023-09-20T02:01:18.777Z | Downloaded mime_guess v2.0.4 |
1124 | 2023-09-20T02:01:18.787Z | Downloaded crc-any v2.4.3 |
1125 | 2023-09-20T02:01:18.792Z | Downloaded num-derive v0.4.0 |
1126 | 2023-09-20T02:01:18.800Z | Downloaded chrono v0.4.30 |
1127 | 2023-09-20T02:01:18.807Z | Downloaded memchr v2.6.3 |
1128 | 2023-09-20T02:01:18.816Z | Downloaded ciborium v0.2.1 |
1129 | 2023-09-20T02:01:18.821Z | Downloaded cassowary v0.3.0 |
1130 | 2023-09-20T02:01:18.827Z | Downloaded crossbeam v0.8.2 |
1131 | 2023-09-20T02:01:18.835Z | Downloaded lalrpop-util v0.19.12 |
1132 | 2023-09-20T02:01:18.849Z | Downloaded iana-time-zone v0.1.57 |
1133 | 2023-09-20T02:01:18.857Z | Downloaded num_enum_derive v0.7.0 |
1134 | 2023-09-20T02:01:18.864Z | Downloaded num_enum v0.7.0 |
1135 | 2023-09-20T02:01:18.873Z | Downloaded num-traits v0.2.16 |
1136 | 2023-09-20T02:01:18.886Z | Downloaded num-bigint-dig v0.8.4 |
1137 | 2023-09-20T02:01:18.893Z | Downloaded async-stream v0.3.5 |
1138 | 2023-09-20T02:01:18.909Z | Downloaded bb8 v0.8.1 |
1139 | 2023-09-20T02:01:19.321Z | Downloaded arc-swap v1.6.0 |
1140 | 2023-09-20T02:01:19.325Z | Downloaded ascii-canvas v3.0.0 |
1141 | 2023-09-20T02:01:19.330Z | Downloaded smawk v0.3.1 |
1142 | 2023-09-20T02:01:19.339Z | Downloaded signal-hook-registry v1.4.1 |
1143 | 2023-09-20T02:01:19.344Z | Downloaded num-complex v0.4.4 |
1144 | 2023-09-20T02:01:19.348Z | Downloaded macaddr v1.0.1 |
1145 | 2023-09-20T02:01:19.351Z | Downloaded console v0.15.7 |
1146 | 2023-09-20T02:01:19.355Z | Downloaded cfg-if v0.1.10 |
1147 | 2023-09-20T02:01:19.360Z | Downloaded native-tls v0.2.11 |
1148 | 2023-09-20T02:01:19.364Z | Downloaded linear-map v1.2.0 |
1149 | 2023-09-20T02:01:19.368Z | Downloaded crossterm v0.26.1 |
1150 | 2023-09-20T02:01:19.372Z | Downloaded http v0.2.9 |
1151 | 2023-09-20T02:01:19.375Z | Downloaded camino v1.1.6 |
1152 | 2023-09-20T02:01:19.379Z | Downloaded cargo_toml v0.15.3 |
1153 | 2023-09-20T02:01:19.382Z | Downloaded bitfield v0.14.0 |
1154 | 2023-09-20T02:01:19.386Z | Downloaded hkdf v0.12.3 |
1155 | 2023-09-20T02:01:19.390Z | Downloaded maplit v1.0.2 |
1156 | 2023-09-20T02:01:19.394Z | Downloaded crossterm v0.27.0 |
1157 | 2023-09-20T02:01:19.397Z | Downloaded idna v0.2.3 |
1158 | 2023-09-20T02:01:19.401Z | Downloaded hmac v0.12.1 |
1159 | 2023-09-20T02:01:19.407Z | Downloaded hubpack_derive v0.1.1 |
1160 | 2023-09-20T02:01:19.411Z | Downloaded hubpack v0.1.2 |
1161 | 2023-09-20T02:01:19.415Z | Downloaded bit-set v0.5.3 |
1162 | 2023-09-20T02:01:19.419Z | Downloaded colored v2.0.4 |
1163 | 2023-09-20T02:01:19.423Z | Downloaded http-body v0.4.5 |
1164 | 2023-09-20T02:01:19.427Z | Downloaded bytes v1.5.0 |
1165 | 2023-09-20T02:01:19.431Z | Downloaded hyper-staticfile v0.9.5 |
1166 | 2023-09-20T02:01:19.436Z | Downloaded ciborium-io v0.2.1 |
1167 | 2023-09-20T02:01:19.440Z | Downloaded bitflags v1.3.2 |
1168 | 2023-09-20T02:01:19.443Z | Downloaded anyhow v1.0.75 |
1169 | 2023-09-20T02:01:19.447Z | Downloaded bytecount v0.6.3 |
1170 | 2023-09-20T02:01:19.453Z | Downloaded cancel-safe-futures v0.1.2 |
1171 | 2023-09-20T02:01:19.459Z | Downloaded bzip2 v0.4.4 |
1172 | 2023-09-20T02:01:19.463Z | Downloaded bitstruct v0.1.1 |
1173 | 2023-09-20T02:01:19.472Z | Downloaded bit_field v0.10.2 |
1174 | 2023-09-20T02:01:19.481Z | Downloaded bit-vec v0.6.3 |
1175 | 2023-09-20T02:01:19.494Z | Downloaded bindgen v0.65.1 |
1176 | 2023-09-20T02:01:19.503Z | Downloaded backtrace v0.3.69 |
1177 | 2023-09-20T02:01:19.516Z | Downloaded async-recursion v1.0.5 |
1178 | 2023-09-20T02:01:19.525Z | Downloaded camino-tempfile v1.0.2 |
1179 | 2023-09-20T02:01:19.535Z | Downloaded base64 v0.13.1 |
1180 | 2023-09-20T02:01:19.542Z | Downloaded autocfg v1.1.0 |
1181 | 2023-09-20T02:01:19.546Z | Downloaded humantime v2.1.0 |
1182 | 2023-09-20T02:01:19.550Z | Downloaded hostname v0.3.1 |
1183 | 2023-09-20T02:01:19.567Z | Downloaded cfg-if v1.0.0 |
1184 | 2023-09-20T02:01:19.575Z | Downloaded home v0.5.5 |
1185 | 2023-09-20T02:01:19.579Z | Downloaded hex v0.4.3 |
1186 | 2023-09-20T02:01:19.583Z | Downloaded bincode v1.3.3 |
1187 | 2023-09-20T02:01:19.588Z | Downloaded argon2 v0.5.2 |
1188 | 2023-09-20T02:01:19.592Z | Downloaded ident_case v1.0.1 |
1189 | 2023-09-20T02:01:19.596Z | Downloaded backoff v0.4.0 |
1190 | 2023-09-20T02:01:19.600Z | Downloaded ascii v1.1.0 |
1191 | 2023-09-20T02:01:19.604Z | Downloaded base64ct v1.6.0 |
1192 | 2023-09-20T02:01:19.608Z | Downloaded bitstruct_derive v0.1.0 |
1193 | 2023-09-20T02:01:19.612Z | Downloaded num v0.4.1 |
1194 | 2023-09-20T02:01:19.616Z | Downloaded nibble_vec v0.1.0 |
1195 | 2023-09-20T02:01:19.620Z | Downloaded mio v0.8.8 |
1196 | 2023-09-20T02:01:19.624Z | Downloaded async-stream-impl v0.3.5 |
1197 | 2023-09-20T02:01:19.632Z | Downloaded aho-corasick v1.0.4 |
1198 | 2023-09-20T02:01:19.636Z | Downloaded assert_matches v1.5.0 |
1199 | 2023-09-20T02:01:19.641Z | Downloaded memoffset v0.7.1 |
1200 | 2023-09-20T02:01:19.644Z | Downloaded md-5 v0.10.5 |
1201 | 2023-09-20T02:01:19.648Z | Downloaded allocator-api2 v0.2.16 |
1202 | 2023-09-20T02:01:19.655Z | Downloaded addr2line v0.21.0 |
1203 | 2023-09-20T02:01:19.666Z | Downloaded anstream v0.5.0 |
1204 | 2023-09-20T02:01:19.670Z | Downloaded async-trait v0.1.73 |
1205 | 2023-09-20T02:01:19.674Z | Downloaded anstyle-query v1.0.0 |
1206 | 2023-09-20T02:01:19.677Z | Downloaded anstyle-parse v0.2.1 |
1207 | 2023-09-20T02:01:19.681Z | Downloaded aead v0.5.2 |
1208 | 2023-09-20T02:01:19.684Z | Downloaded aes v0.8.3 |
1209 | 2023-09-20T02:01:19.687Z | Downloaded keccak v0.1.4 |
1210 | 2023-09-20T02:01:19.691Z | Downloaded jobserver v0.1.26 |
1211 | 2023-09-20T02:01:19.702Z | Downloaded itertools v0.11.0 |
1212 | 2023-09-20T02:01:19.706Z | Downloaded corncobs v0.1.3 |
1213 | 2023-09-20T02:01:19.712Z | Downloaded crossbeam-deque v0.8.3 |
1214 | 2023-09-20T02:01:19.715Z | Downloaded const_format v0.2.31 |
1215 | 2023-09-20T02:01:19.720Z | Downloaded const-oid v0.9.5 |
1216 | 2023-09-20T02:01:19.723Z | Downloaded buf-list v1.0.3 |
1217 | 2023-09-20T02:01:19.726Z | Downloaded impl-trait-for-tuples v0.2.2 |
1218 | 2023-09-20T02:01:19.730Z | Downloaded is-terminal v0.4.9 |
1219 | 2023-09-20T02:01:19.733Z | Downloaded crc v3.0.1 |
1220 | 2023-09-20T02:01:19.748Z | Downloaded cpufeatures v0.2.9 |
1221 | 2023-09-20T02:01:19.756Z | Downloaded const_format_proc_macros v0.2.31 |
1222 | 2023-09-20T02:01:19.761Z | Downloaded clap_lex v0.5.1 |
1223 | 2023-09-20T02:01:19.764Z | Downloaded managed v0.8.0 |
1224 | 2023-09-20T02:01:19.769Z | Downloaded libxml v0.3.3 |
1225 | 2023-09-20T02:01:19.773Z | Downloaded ciborium-ll v0.2.1 |
1226 | 2023-09-20T02:01:19.776Z | Downloaded byteorder v1.4.3 |
1227 | 2023-09-20T02:01:19.780Z | Downloaded cargo-platform v0.1.3 |
1228 | 2023-09-20T02:01:19.785Z | Downloaded hyper-tls v0.5.0 |
1229 | 2023-09-20T02:01:19.789Z | Downloaded blake2 v0.10.6 |
1230 | 2023-09-20T02:01:19.793Z | Downloaded scopeguard v1.2.0 |
1231 | 2023-09-20T02:01:19.797Z | Downloaded salty v0.2.0 |
1232 | 2023-09-20T02:01:19.800Z | Downloaded lock_api v0.4.10 |
1233 | 2023-09-20T02:01:19.804Z | Downloaded linked-hash-map v0.5.6 |
1234 | 2023-09-20T02:01:19.807Z | Downloaded libefi-sys v0.1.0 |
1235 | 2023-09-20T02:01:19.811Z | Downloaded libm v0.2.7 |
1236 | 2023-09-20T02:01:19.816Z | Downloaded libloading v0.7.4 |
1237 | 2023-09-20T02:01:19.819Z | Downloaded lazycell v1.3.0 |
1238 | 2023-09-20T02:01:19.822Z | Downloaded itoa v1.0.9 |
1239 | 2023-09-20T02:01:19.826Z | Downloaded itertools v0.10.5 |
1240 | 2023-09-20T02:01:19.829Z | Downloaded ipnetwork v0.20.0 |
1241 | 2023-09-20T02:01:19.833Z | Downloaded ipnet v2.8.0 |
1242 | 2023-09-20T02:01:19.837Z | Downloaded instant v0.1.12 |
1243 | 2023-09-20T02:01:19.840Z | Downloaded inout v0.1.3 |
1244 | 2023-09-20T02:01:19.843Z | Downloaded indoc v1.0.9 |
1245 | 2023-09-20T02:01:19.847Z | Downloaded indicatif v0.17.6 |
1246 | 2023-09-20T02:01:19.853Z | Downloaded idna v0.4.0 |
1247 | 2023-09-20T02:01:19.856Z | Downloaded clap v2.34.0 |
1248 | 2023-09-20T02:01:19.861Z | Downloaded num_enum v0.5.11 |
1249 | 2023-09-20T02:01:19.865Z | Downloaded num-rational v0.4.1 |
1250 | 2023-09-20T02:01:19.868Z | Downloaded nu-ansi-term v0.49.0 |
1251 | 2023-09-20T02:01:19.872Z | Downloaded mockall_derive v0.11.4 |
1252 | 2023-09-20T02:01:19.875Z | Downloaded maybe-uninit v2.0.0 |
1253 | 2023-09-20T02:01:19.880Z | Downloaded http-range v0.1.5 |
1254 | 2023-09-20T02:01:19.884Z | Downloaded clap v4.4.3 |
1255 | 2023-09-20T02:01:19.887Z | Downloaded clang-sys v1.6.1 |
1256 | 2023-09-20T02:01:19.897Z | Downloaded crc32fast v1.3.2 |
1257 | 2023-09-20T02:01:19.900Z | Downloaded cexpr v0.6.0 |
1258 | 2023-09-20T02:01:19.904Z | Downloaded cargo_metadata v0.17.0 |
1259 | 2023-09-20T02:01:19.907Z | Downloaded adler v1.0.2 |
1260 | 2023-09-20T02:01:19.910Z | Compiling proc-macro2 v1.0.67 |
1261 | 2023-09-20T02:01:19.914Z | Compiling unicode-ident v1.0.11 |
1262 | 2023-09-20T02:01:19.917Z | Compiling libc v0.2.147 |
1263 | 2023-09-20T02:01:19.922Z | Compiling cfg-if v1.0.0 |
1264 | 2023-09-20T02:01:19.925Z | Compiling version_check v0.9.4 |
1265 | 2023-09-20T02:01:19.931Z | Compiling serde v1.0.188 |
1266 | 2023-09-20T02:01:19.938Z | Compiling autocfg v1.1.0 |
1267 | 2023-09-20T02:01:19.943Z | Compiling syn v1.0.109 |
1268 | 2023-09-20T02:01:19.947Z | Compiling once_cell v1.18.0 |
1269 | 2023-09-20T02:01:19.950Z | Compiling thiserror v1.0.48 |
1270 | 2023-09-20T02:01:19.954Z | Compiling itoa v1.0.9 |
1271 | 2023-09-20T02:01:19.959Z | Compiling memchr v2.6.3 |
1272 | 2023-09-20T02:01:19.962Z | Compiling scopeguard v1.2.0 |
1273 | 2023-09-20T02:01:19.966Z | Compiling log v0.4.20 |
1274 | 2023-09-20T02:01:20.012Z | Compiling ahash v0.8.3 |
1275 | 2023-09-20T02:01:20.016Z | Compiling pin-project-lite v0.2.13 |
1276 | 2023-09-20T02:01:20.020Z | Compiling serde_json v1.0.107 |
1277 | 2023-09-20T02:01:20.023Z | Compiling ryu v1.0.15 |
1278 | 2023-09-20T02:01:20.026Z | Compiling lock_api v0.4.10 |
1279 | 2023-09-20T02:01:20.030Z | Compiling parking_lot_core v0.9.8 |
1280 | 2023-09-20T02:01:20.048Z | Compiling smallvec v1.11.0 |
1281 | 2023-09-20T02:01:20.052Z | Compiling quote v1.0.33 |
1282 | 2023-09-20T02:01:20.384Z | Compiling libm v0.2.7 |
1283 | 2023-09-20T02:01:20.840Z | Compiling syn v2.0.32 |
1284 | 2023-09-20T02:01:21.177Z | Compiling jobserver v0.1.26 |
1285 | 2023-09-20T02:01:21.202Z | Compiling getrandom v0.2.10 |
1286 | 2023-09-20T02:01:21.380Z | Compiling num_cpus v1.16.0 |
1287 | 2023-09-20T02:01:21.673Z | Compiling cc v1.0.83 |
1288 | 2023-09-20T02:01:21.854Z | Compiling rand_core v0.6.4 |
1289 | 2023-09-20T02:01:22.301Z | Compiling parking_lot v0.12.1 |
1290 | 2023-09-20T02:01:22.608Z | Compiling socket2 v0.5.3 |
1291 | 2023-09-20T02:01:22.902Z | Compiling mio v0.8.8 |
1292 | 2023-09-20T02:01:23.140Z | Compiling signal-hook-registry v1.4.1 |
1293 | 2023-09-20T02:01:24.527Z | Compiling num-traits v0.2.16 |
1294 | 2023-09-20T02:01:24.930Z | Compiling typenum v1.16.0 |
1295 | 2023-09-20T02:01:25.795Z | Compiling spin v0.5.2 |
1296 | 2023-09-20T02:01:25.855Z | Compiling futures-core v0.3.28 |
1297 | 2023-09-20T02:01:26.430Z | Compiling generic-array v0.14.7 |
1298 | 2023-09-20T02:01:26.762Z | Compiling hashbrown v0.14.0 |
1299 | 2023-09-20T02:01:27.310Z | Compiling equivalent v1.0.1 |
1300 | 2023-09-20T02:01:27.317Z | Compiling iana-time-zone v0.1.57 |
1301 | 2023-09-20T02:01:27.449Z | Compiling slab v0.4.9 |
1302 | 2023-09-20T02:01:27.568Z | Compiling subtle v2.5.0 |
1303 | 2023-09-20T02:01:28.051Z | Compiling futures-task v0.3.28 |
1304 | 2023-09-20T02:01:28.438Z | Compiling futures-channel v0.3.28 |
1305 | 2023-09-20T02:01:28.498Z | Compiling futures-sink v0.3.28 |
1306 | 2023-09-20T02:01:28.886Z | Compiling tracing-core v0.1.31 |
1307 | 2023-09-20T02:01:28.953Z | Compiling heck v0.4.1 |
1308 | 2023-09-20T02:01:29.537Z | Compiling futures-util v0.3.28 |
1309 | 2023-09-20T02:01:29.546Z | Compiling byteorder v1.4.3 |
1310 | 2023-09-20T02:01:29.563Z | Compiling const-oid v0.9.5 |
1311 | 2023-09-20T02:01:31.403Z | Compiling ring v0.16.20 |
1312 | 2023-09-20T02:01:31.756Z | Compiling vcpkg v0.2.15 |
1313 | 2023-09-20T02:01:32.152Z | Compiling pkg-config v0.3.27 |
1314 | 2023-09-20T02:01:32.701Z | Compiling futures-io v0.3.28 |
1315 | 2023-09-20T02:01:32.913Z | Compiling pin-utils v0.1.0 |
1316 | 2023-09-20T02:01:33.051Z | Compiling schemars v0.8.13 |
1317 | 2023-09-20T02:01:33.239Z | Compiling serde_derive_internals v0.26.0 |
1318 | 2023-09-20T02:01:33.550Z | Compiling ucd-trie v0.1.6 |
1319 | 2023-09-20T02:01:34.209Z | Compiling unicode-xid v0.2.4 |
1320 | 2023-09-20T02:01:34.214Z | Compiling fnv v1.0.7 |
1321 | 2023-09-20T02:01:34.218Z | Compiling dyn-clone v1.0.13 |
1322 | 2023-09-20T02:01:34.222Z | Compiling tinyvec_macros v0.1.1 |
1323 | 2023-09-20T02:01:34.241Z | Compiling tinyvec v1.6.0 |
1324 | 2023-09-20T02:01:34.312Z | Compiling synstructure v0.12.6 |
1325 | 2023-09-20T02:01:34.583Z | Compiling openssl-sys v0.9.93 |
1326 | 2023-09-20T02:01:35.662Z | Compiling indexmap v1.9.3 |
1327 | 2023-09-20T02:01:36.046Z | Compiling untrusted v0.7.1 |
1328 | 2023-09-20T02:01:36.827Z | Compiling unicode-normalization v0.1.22 |
1329 | 2023-09-20T02:01:37.089Z | Compiling socket2 v0.4.9 |
1330 | 2023-09-20T02:01:37.989Z | Compiling hashbrown v0.12.3 |
1331 | 2023-09-20T02:01:40.139Z | Compiling unicode-bidi v0.3.13 |
1332 | 2023-09-20T02:01:40.145Z | Compiling httparse v1.8.0 |
1333 | 2023-09-20T02:01:40.149Z | Compiling allocator-api2 v0.2.16 |
1334 | 2023-09-20T02:01:40.155Z | Compiling crossbeam-utils v0.8.16 |
1335 | 2023-09-20T02:01:42.203Z | Compiling hashbrown v0.13.2 |
1336 | 2023-09-20T02:01:43.462Z | Compiling serde_derive v1.0.188 |
1337 | 2023-09-20T02:01:43.684Z | Compiling thiserror-impl v1.0.48 |
1338 | 2023-09-20T02:01:43.882Z | Compiling zeroize_derive v1.4.2 |
1339 | 2023-09-20T02:01:43.923Z | Compiling tokio-macros v2.1.0 |
1340 | 2023-09-20T02:01:44.130Z | Compiling schemars_derive v0.8.13 |
1341 | 2023-09-20T02:01:44.830Z | Compiling tracing-attributes v0.1.26 |
1342 | 2023-09-20T02:01:44.891Z | Compiling futures-macro v0.3.28 |
1343 | 2023-09-20T02:01:46.221Z | Compiling zeroize v1.6.0 |
1344 | 2023-09-20T02:01:46.448Z | Compiling zerocopy-derive v0.2.0 |
1345 | 2023-09-20T02:01:48.742Z | Compiling pest v2.7.2 |
1346 | 2023-09-20T02:01:49.312Z | Compiling crypto-common v0.1.6 |
1347 | 2023-09-20T02:01:49.342Z | Compiling block-buffer v0.10.4 |
1348 | 2023-09-20T02:01:49.456Z | Compiling rustls v0.21.7 |
1349 | 2023-09-20T02:01:49.643Z | Compiling unicode-width v0.1.10 |
1350 | 2023-09-20T02:01:49.729Z | Compiling digest v0.10.7 |
1351 | 2023-09-20T02:01:49.841Z | Compiling percent-encoding v2.3.0 |
1352 | 2023-09-20T02:01:49.896Z | Compiling foreign-types-shared v0.1.1 |
1353 | 2023-09-20T02:01:50.088Z | Compiling openssl v0.10.57 |
1354 | 2023-09-20T02:01:50.259Z | Compiling tracing v0.1.37 |
1355 | 2023-09-20T02:01:50.561Z | Compiling adler v1.0.2 |
1356 | 2023-09-20T02:01:50.648Z | Compiling bitflags v1.3.2 |
1357 | 2023-09-20T02:01:50.741Z | Compiling base64 v0.21.4 |
1358 | 2023-09-20T02:01:50.800Z | Compiling try-lock v0.2.4 |
1359 | 2023-09-20T02:01:51.015Z | Compiling want v0.3.1 |
1360 | 2023-09-20T02:01:51.048Z | Compiling miniz_oxide v0.7.1 |
1361 | 2023-09-20T02:01:51.516Z | Compiling foreign-types v0.3.2 |
1362 | 2023-09-20T02:01:51.683Z | Compiling sct v0.7.0 |
1363 | 2023-09-20T02:01:51.711Z | Compiling rustls-webpki v0.101.4 |
1364 | 2023-09-20T02:01:52.543Z | Compiling regress v0.7.1 |
1365 | 2023-09-20T02:01:52.706Z | Compiling openssl-macros v0.1.1 |
1366 | 2023-09-20T02:01:53.697Z | Compiling pest_meta v2.7.2 |
1367 | 2023-09-20T02:01:57.380Z | Compiling pest_generator v2.7.2 |
1368 | 2023-09-20T02:01:59.888Z | Compiling backtrace v0.3.69 |
1369 | 2023-09-20T02:02:00.446Z | Compiling errno v0.3.2 |
1370 | 2023-09-20T02:02:00.497Z | Compiling usdt-impl v0.3.5 |
1371 | 2023-09-20T02:02:00.880Z | Compiling winnow v0.5.15 |
1372 | 2023-09-20T02:02:00.905Z | Compiling pest_derive v2.7.2 |
1373 | 2023-09-20T02:02:00.961Z | Compiling native-tls v0.2.11 |
1374 | 2023-09-20T02:02:01.393Z | Compiling tower-service v0.3.2 |
1375 | 2023-09-20T02:02:01.465Z | Compiling gimli v0.28.0 |
1376 | 2023-09-20T02:02:01.529Z | Compiling httpdate v1.0.3 |
1377 | 2023-09-20T02:02:01.570Z | Compiling cpufeatures v0.2.9 |
1378 | 2023-09-20T02:02:01.969Z | Compiling form_urlencoded v1.2.0 |
1379 | 2023-09-20T02:02:02.294Z | Compiling aho-corasick v1.0.4 |
1380 | 2023-09-20T02:02:02.737Z | Compiling lazy_static v1.4.0 |
1381 | 2023-09-20T02:02:02.913Z | Compiling object v0.32.1 |
1382 | 2023-09-20T02:02:02.938Z | Compiling openssl-probe v0.1.5 |
1383 | 2023-09-20T02:02:03.734Z | Compiling anyhow v1.0.75 |
1384 | 2023-09-20T02:02:04.452Z | Compiling slog v2.7.0 |
1385 | 2023-09-20T02:02:05.131Z | Compiling rustc-demangle v0.1.23 |
1386 | 2023-09-20T02:02:07.162Z | Compiling indexmap v2.0.0 |
1387 | 2023-09-20T02:02:07.604Z | Compiling bytes v1.5.0 |
1388 | 2023-09-20T02:02:08.572Z | Compiling chrono v0.4.30 |
1389 | 2023-09-20T02:02:09.270Z | Compiling tokio v1.32.0 |
1390 | 2023-09-20T02:02:09.533Z | Compiling uuid v1.4.1 |
1391 | 2023-09-20T02:02:11.552Z | Compiling bitflags v2.4.0 |
1392 | 2023-09-20T02:02:13.155Z | Compiling http v0.2.9 |
1393 | 2023-09-20T02:02:20.934Z | Compiling serde_tokenstream v0.2.0 |
1394 | 2023-09-20T02:02:41.223Z | Compiling http-body v0.4.5 |
1395 | 2023-09-20T02:02:41.659Z | Compiling toml_datetime v0.6.3 |
1396 | 2023-09-20T02:02:42.395Z | Compiling serde_spanned v0.6.3 |
1397 | 2023-09-20T02:02:42.563Z | Compiling toml_edit v0.19.15 |
1398 | 2023-09-20T02:02:42.729Z | Compiling addr2line v0.21.0 |
1399 | 2023-09-20T02:02:42.820Z | Compiling tokio-util v0.7.8 |
1400 | 2023-09-20T02:02:42.835Z | Compiling regex-syntax v0.7.5 |
1401 | 2023-09-20T02:02:43.039Z | Compiling h2 v0.3.21 |
1402 | 2023-09-20T02:02:43.093Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
1403 | 2023-09-20T02:02:43.253Z | Compiling ppv-lite86 v0.2.17 |
1404 | 2023-09-20T02:02:43.527Z | Compiling zerocopy v0.3.0 |
1405 | 2023-09-20T02:02:43.644Z | Compiling rand_chacha v0.3.1 |
1406 | 2023-09-20T02:02:43.773Z | Compiling regex-automata v0.3.8 |
1407 | 2023-09-20T02:02:43.830Z | Compiling proc-macro-crate v1.3.1 |
1408 | 2023-09-20T02:02:43.857Z | Compiling tokio-rustls v0.24.1 |
1409 | 2023-09-20T02:02:43.884Z | Compiling strsim v0.10.0 |
1410 | 2023-09-20T02:02:43.907Z | Compiling hyper v0.14.27 |
1411 | 2023-09-20T02:02:47.983Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
1412 | 2023-09-20T02:02:49.111Z | Compiling time-core v0.1.1 |
1413 | 2023-09-20T02:02:49.378Z | Compiling ident_case v1.0.1 |
1414 | 2023-09-20T02:02:49.648Z | Compiling darling_core v0.20.3 |
1415 | 2023-09-20T02:02:50.651Z | Compiling time-macros v0.2.13 |
1416 | 2023-09-20T02:02:50.885Z | Compiling regex v1.9.5 |
1417 | 2023-09-20T02:02:55.754Z | Compiling num_enum_derive v0.5.11 |
1418 | 2023-09-20T02:02:56.002Z | Compiling tokio-native-tls v0.3.1 |
1419 | 2023-09-20T02:02:56.439Z | Compiling dof v0.1.5 |
1420 | 2023-09-20T02:02:56.466Z | Compiling rand v0.8.5 |
1421 | 2023-09-20T02:02:57.160Z | Compiling serde_urlencoded v0.7.1 |
1422 | 2023-09-20T02:02:57.783Z | Compiling dtrace-parser v0.1.14 |
1423 | 2023-09-20T02:02:58.405Z | Compiling crossbeam-channel v0.5.8 |
1424 | 2023-09-20T02:02:59.086Z | Compiling rustls-pemfile v1.0.3 |
1425 | 2023-09-20T02:02:59.479Z | Compiling idna v0.4.0 |
1426 | 2023-09-20T02:03:00.289Z | Compiling thread-id v4.2.0 |
1427 | 2023-09-20T02:03:00.461Z | Compiling atty v0.2.14 |
1428 | 2023-09-20T02:03:00.720Z | Compiling proc-macro-error-attr v1.0.4 |
1429 | 2023-09-20T02:03:01.405Z | Compiling num_threads v0.1.6 |
1430 | 2023-09-20T02:03:01.775Z | Compiling async-trait v0.1.73 |
1431 | 2023-09-20T02:03:01.837Z | Compiling deranged v0.3.8 |
1432 | 2023-09-20T02:03:02.424Z | Compiling rustix v0.38.9 |
1433 | 2023-09-20T02:03:05.551Z | Compiling time v0.3.27 |
1434 | 2023-09-20T02:03:05.735Z | Compiling url v2.4.1 |
1435 | 2023-09-20T02:03:10.708Z | Compiling num_enum v0.5.11 |
1436 | 2023-09-20T02:03:10.953Z | Compiling darling_macro v0.20.3 |
1437 | 2023-09-20T02:03:12.370Z | Compiling hyper-tls v0.5.0 |
1438 | 2023-09-20T02:03:13.045Z | Compiling hyper-rustls v0.24.1 |
1439 | 2023-09-20T02:03:13.607Z | Compiling ipnetwork v0.20.0 |
1440 | 2023-09-20T02:03:16.086Z | Compiling serde_tokenstream v0.1.7 |
1441 | 2023-09-20T02:03:16.223Z | Compiling hmac v0.12.1 |
1442 | 2023-09-20T02:03:18.055Z | Compiling dirs-sys-next v0.1.2 |
1443 | 2023-09-20T02:03:19.503Z | Compiling proc-macro-error v1.0.4 |
1444 | 2023-09-20T02:03:19.903Z | Compiling encoding_rs v0.8.33 |
1445 | 2023-09-20T02:03:22.834Z | Compiling webpki-roots v0.25.2 |
1446 | 2023-09-20T02:03:23.015Z | Compiling ipnet v2.8.0 |
1447 | 2023-09-20T02:03:23.101Z | Compiling rustversion v1.0.14 |
1448 | 2023-09-20T02:03:23.981Z | Compiling mime v0.3.17 |
1449 | 2023-09-20T02:03:27.727Z | Compiling getopts v0.2.21 |
1450 | 2023-09-20T02:03:29.915Z | Compiling reqwest v0.11.20 |
1451 | 2023-09-20T02:03:33.125Z | Compiling dirs-next v2.0.0 |
1452 | 2023-09-20T02:03:35.926Z | Compiling darling v0.20.3 |
1453 | 2023-09-20T02:04:09.853Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
1454 | 2023-09-20T02:04:10.037Z | Compiling openapiv3 v1.0.3 |
1455 | 2023-09-20T02:04:10.125Z | Compiling sha2 v0.10.7 |
1456 | 2023-09-20T02:04:10.267Z | Compiling md-5 v0.10.5 |
1457 | 2023-09-20T02:04:10.498Z | Compiling structmeta-derive v0.1.6 |
1458 | 2023-09-20T02:04:10.661Z | Compiling stringprep v0.1.3 |
1459 | 2023-09-20T02:04:10.790Z | Compiling thread_local v1.1.7 |
1460 | 2023-09-20T02:04:10.843Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1461 | 2023-09-20T02:04:10.896Z | Compiling slog-async v2.8.0 |
1462 | 2023-09-20T02:04:10.993Z | Compiling camino v1.1.6 |
1463 | 2023-09-20T02:04:11.417Z | Compiling paste v1.0.14 |
1464 | 2023-09-20T02:04:11.590Z | Compiling unsafe-libyaml v0.2.9 |
1465 | 2023-09-20T02:04:12.057Z | Compiling fallible-iterator v0.2.0 |
1466 | 2023-09-20T02:04:12.800Z | Compiling semver v1.0.18 |
1467 | 2023-09-20T02:04:13.396Z | Compiling siphasher v0.3.11 |
1468 | 2023-09-20T02:04:13.483Z | Compiling match_cfg v0.1.0 |
1469 | 2023-09-20T02:04:13.612Z | Compiling hostname v0.3.1 |
1470 | 2023-09-20T02:04:14.006Z | Compiling phf_shared v0.11.2 |
1471 | 2023-09-20T02:04:14.238Z | Compiling serde_yaml v0.9.25 |
1472 | 2023-09-20T02:04:14.711Z | Compiling postgres-protocol v0.6.6 |
1473 | 2023-09-20T02:04:16.633Z | Compiling structmeta v0.1.6 |
1474 | 2023-09-20T02:04:17.757Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
1475 | 2023-09-20T02:04:20.804Z | Compiling serde_with_macros v2.3.3 |
1476 | 2023-09-20T02:04:20.821Z | Compiling toml v0.7.6 |
1477 | 2023-09-20T02:04:24.673Z | Compiling term v0.7.0 |
1478 | 2023-09-20T02:04:30.639Z | Compiling usdt-attr-macro v0.3.5 |
1479 | 2023-09-20T02:04:30.665Z | Compiling usdt-macro v0.3.5 |
1480 | 2023-09-20T02:04:32.525Z | Compiling slog-json v2.6.1 |
1481 | 2023-09-20T02:04:32.528Z | Compiling futures-executor v0.3.28 |
1482 | 2023-09-20T02:04:33.177Z | Compiling async-stream-impl v0.3.5 |
1483 | 2023-09-20T02:04:33.359Z | Compiling memoffset v0.9.0 |
1484 | 2023-09-20T02:04:33.796Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069) |
1485 | 2023-09-20T02:04:34.213Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1486 | 2023-09-20T02:04:34.585Z | Compiling managed v0.8.0 |
1487 | 2023-09-20T02:04:34.620Z | Compiling take_mut v0.2.2 |
1488 | 2023-09-20T02:04:34.858Z | Compiling regex-syntax v0.6.29 |
1489 | 2023-09-20T02:04:35.148Z | Compiling atomic-waker v1.1.1 |
1490 | 2023-09-20T02:04:35.430Z | Compiling postcard-cobs v0.1.5-pre |
1491 | 2023-09-20T02:04:35.496Z | Compiling smoltcp v0.8.2 |
1492 | 2023-09-20T02:04:36.142Z | Compiling postcard v0.7.3 |
1493 | 2023-09-20T02:04:36.383Z | Compiling waitgroup v0.1.2 |
1494 | 2023-09-20T02:04:36.738Z | Compiling async-stream v0.3.5 |
1495 | 2023-09-20T02:04:42.981Z | Compiling slog-bunyan v2.4.0 |
1496 | 2023-09-20T02:04:43.379Z | Compiling futures v0.3.28 |
1497 | 2023-09-20T02:04:43.560Z | Compiling usdt v0.3.5 |
1498 | 2023-09-20T02:04:44.333Z | Compiling strum_macros v0.25.2 |
1499 | 2023-09-20T02:04:44.704Z | Compiling parse-display-derive v0.7.0 |
1500 | 2023-09-20T02:04:50.523Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
1501 | 2023-09-20T02:04:51.048Z | Compiling slog-term v2.9.0 |
1502 | 2023-09-20T02:04:54.797Z | Compiling serde_with v2.3.3 |
1503 | 2023-09-20T02:04:56.084Z | Compiling postgres-types v0.2.6 |
1504 | 2023-09-20T02:05:00.797Z | Compiling phf v0.11.2 |
1505 | 2023-09-20T02:05:01.324Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
1506 | 2023-09-20T02:05:01.783Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069) |
1507 | 2023-09-20T02:05:02.707Z | Compiling serde_path_to_error v0.1.14 |
1508 | 2023-09-20T02:05:03.577Z | Compiling hex v0.4.3 |
1509 | 2023-09-20T02:05:03.690Z | Compiling sha1 v0.10.5 |
1510 | 2023-09-20T02:05:04.468Z | Compiling foreign-types-macros v0.2.3 |
1511 | 2023-09-20T02:05:04.728Z | Compiling zerocopy-derive v0.6.3 |
1512 | 2023-09-20T02:05:05.105Z | Compiling crossbeam-epoch v0.9.15 |
1513 | 2023-09-20T02:05:05.216Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1514 | 2023-09-20T02:05:05.628Z | Compiling instant v0.1.12 |
1515 | 2023-09-20T02:05:05.689Z | Compiling debug-ignore v1.0.5 |
1516 | 2023-09-20T02:05:05.852Z | Compiling io-lifetimes v1.0.11 |
1517 | 2023-09-20T02:05:05.907Z | Compiling foreign-types-shared v0.3.1 |
1518 | 2023-09-20T02:05:06.098Z | Compiling either v1.9.0 |
1519 | 2023-09-20T02:05:06.439Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1520 | 2023-09-20T02:05:06.664Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1521 | 2023-09-20T02:05:06.670Z | Compiling cfg-if v0.1.10 |
1522 | 2023-09-20T02:05:06.799Z | Compiling whoami v1.4.1 |
1523 | 2023-09-20T02:05:06.874Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1524 | 2023-09-20T02:05:07.417Z | Compiling tokio-postgres v0.7.10 |
1525 | 2023-09-20T02:05:07.868Z | Compiling zerocopy v0.6.3 |
1526 | 2023-09-20T02:05:07.907Z | Compiling foreign-types v0.5.0 |
1527 | 2023-09-20T02:05:08.349Z | Compiling backoff v0.4.0 |
1528 | 2023-09-20T02:05:09.224Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1529 | 2023-09-20T02:05:09.390Z | Compiling parse-display v0.7.0 |
1530 | 2023-09-20T02:05:09.484Z | Compiling strum v0.25.0 |
1531 | 2023-09-20T02:05:10.098Z | Compiling is-terminal v0.4.9 |
1532 | 2023-09-20T02:05:10.657Z | Compiling macaddr v1.0.1 |
1533 | 2023-09-20T02:05:10.664Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1534 | 2023-09-20T02:05:11.428Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1535 | 2023-09-20T02:05:11.452Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1536 | 2023-09-20T02:05:12.463Z | Compiling cstr-argument v0.1.2 |
1537 | 2023-09-20T02:05:12.702Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1538 | 2023-09-20T02:05:12.868Z | Compiling unicode-segmentation v1.10.1 |
1539 | 2023-09-20T02:05:13.111Z | Compiling rustix v0.37.23 |
1540 | 2023-09-20T02:05:13.449Z | Compiling pretty-hex v0.2.1 |
1541 | 2023-09-20T02:05:13.798Z | Compiling base64ct v1.6.0 |
1542 | 2023-09-20T02:05:14.124Z | Compiling heck v0.3.3 |
1543 | 2023-09-20T02:05:14.295Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1544 | 2023-09-20T02:05:14.695Z | Compiling password-hash v0.5.0 |
1545 | 2023-09-20T02:05:14.964Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1546 | 2023-09-20T02:05:15.743Z | Compiling colored v2.0.4 |
1547 | 2023-09-20T02:05:18.366Z | Compiling blake2 v0.10.6 |
1548 | 2023-09-20T02:05:18.695Z | Compiling textwrap v0.11.0 |
1549 | 2023-09-20T02:05:18.904Z | Compiling crc32fast v1.3.2 |
1550 | 2023-09-20T02:05:19.540Z | Compiling libefi-sys v0.1.0 |
1551 | 2023-09-20T02:05:19.582Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
1552 | 2023-09-20T02:05:19.879Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1553 | 2023-09-20T02:05:19.941Z | Compiling vec_map v0.8.2 |
1554 | 2023-09-20T02:05:20.468Z | Compiling utf8parse v0.2.1 |
1555 | 2023-09-20T02:05:20.490Z | Compiling ansi_term v0.12.1 |
1556 | 2023-09-20T02:05:20.630Z | Compiling strsim v0.8.0 |
1557 | 2023-09-20T02:05:20.698Z | Compiling rayon-core v1.11.0 |
1558 | 2023-09-20T02:05:20.761Z | Compiling anstyle-parse v0.2.1 |
1559 | 2023-09-20T02:05:21.133Z | Compiling clap v2.34.0 |
1560 | 2023-09-20T02:05:21.537Z | Compiling argon2 v0.5.2 |
1561 | 2023-09-20T02:05:23.017Z | Compiling crossbeam-deque v0.8.3 |
1562 | 2023-09-20T02:05:24.987Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1563 | 2023-09-20T02:05:26.399Z | Compiling structopt-derive v0.4.18 |
1564 | 2023-09-20T02:05:29.505Z | Compiling itertools v0.10.5 |
1565 | 2023-09-20T02:05:30.922Z | Compiling zone_cfg_derive v0.2.0 |
1566 | 2023-09-20T02:05:31.016Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1567 | 2023-09-20T02:05:31.783Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1568 | 2023-09-20T02:05:32.307Z | Compiling portable-atomic v1.4.3 |
1569 | 2023-09-20T02:05:33.086Z | Compiling colorchoice v1.0.0 |
1570 | 2023-09-20T02:05:33.352Z | Compiling anstyle v1.0.2 |
1571 | 2023-09-20T02:05:33.696Z | Compiling keccak v0.1.4 |
1572 | 2023-09-20T02:05:34.332Z | Compiling anstyle-query v1.0.0 |
1573 | 2023-09-20T02:05:34.542Z | Compiling anstream v0.5.0 |
1574 | 2023-09-20T02:05:34.963Z | Compiling zone v0.2.0 |
1575 | 2023-09-20T02:05:35.237Z | Compiling sha3 v0.10.8 |
1576 | 2023-09-20T02:05:36.623Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1577 | 2023-09-20T02:05:36.682Z | Compiling structopt v0.3.26 |
1578 | 2023-09-20T02:05:36.922Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1579 | 2023-09-20T02:05:37.473Z | Compiling terminal_size v0.2.6 |
1580 | 2023-09-20T02:05:47.197Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1581 | 2023-09-20T02:05:47.512Z | Compiling hkdf v0.12.3 |
1582 | 2023-09-20T02:05:47.751Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1583 | 2023-09-20T02:05:47.901Z | Compiling smf v0.2.2 |
1584 | 2023-09-20T02:05:48.127Z | Compiling secrecy v0.8.0 |
1585 | 2023-09-20T02:05:48.311Z | Compiling filetime v0.2.22 |
1586 | 2023-09-20T02:05:48.412Z | Compiling xattr v1.0.1 |
1587 | 2023-09-20T02:05:48.542Z | Compiling clap_lex v0.5.1 |
1588 | 2023-09-20T02:05:48.635Z | Compiling same-file v1.0.6 |
1589 | 2023-09-20T02:05:48.836Z | Compiling fastrand v2.0.0 |
1590 | 2023-09-20T02:05:48.889Z | Compiling clap_builder v4.4.2 |
1591 | 2023-09-20T02:05:49.023Z | Compiling tempfile v3.8.0 |
1592 | 2023-09-20T02:05:49.095Z | Compiling walkdir v2.4.0 |
1593 | 2023-09-20T02:05:49.162Z | Compiling tar v0.4.40 |
1594 | 2023-09-20T02:05:49.227Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1595 | 2023-09-20T02:05:49.325Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1596 | 2023-09-20T02:05:49.400Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1597 | 2023-09-20T02:05:49.967Z | Compiling flate2 v1.0.27 |
1598 | 2023-09-20T02:05:50.552Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1599 | 2023-09-20T02:05:52.306Z | Compiling rayon v1.7.0 |
1600 | 2023-09-20T02:05:59.197Z | Compiling console v0.15.7 |
1601 | 2023-09-20T02:05:59.763Z | Compiling clap_derive v4.4.2 |
1602 | 2023-09-20T02:06:01.765Z | Compiling fixedbitset v0.4.2 |
1603 | 2023-09-20T02:06:03.118Z | Compiling number_prefix v0.4.0 |
1604 | 2023-09-20T02:06:03.524Z | Compiling indicatif v0.17.6 |
1605 | 2023-09-20T02:06:04.965Z | Compiling petgraph v0.6.4 |
1606 | 2023-09-20T02:06:07.846Z | Compiling clap v4.4.3 |
1607 | 2023-09-20T02:06:08.027Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1608 | 2023-09-20T02:06:09.815Z | Compiling omicron-zone-package v0.8.3 |
1609 | 2023-09-20T02:06:10.470Z | Compiling topological-sort v0.2.2 |
1610 | 2023-09-20T02:06:13.070Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1611 | 2023-09-20T02:06:52.375Z | Finished release [optimized] target(s) in 6m 06s |
1612 | 2023-09-20T02:06:52.535Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu` |
1613 | 2023-09-20T02:06:52.593Z | Created new build target 'test' and set it as active |
1614 | 2023-09-20T02:06:52.612Z | |
1615 | 2023-09-20T02:06:52.641Z | real 6:06.582701267 |
1616 | 2023-09-20T02:06:52.671Z | user 39:32.742194699 |
1617 | 2023-09-20T02:06:52.732Z | sys 2:57.036312763 |
1618 | 2023-09-20T02:06:52.746Z | trap 1.501857791 |
1619 | 2023-09-20T02:06:52.791Z | tflt 2.940406367 |
1620 | 2023-09-20T02:06:52.868Z | dflt 3.064391055 |
1621 | 2023-09-20T02:06:52.906Z | kflt 0.015719859 |
1622 | 2023-09-20T02:06:52.968Z | lock 1:33:14.067458845 |
1623 | 2023-09-20T02:06:52.995Z | slp 1:53:00.643975327 |
1624 | 2023-09-20T02:06:53.019Z | lat 1:43.803598544 |
1625 | 2023-09-20T02:06:53.057Z | stop 2:22.061794607 |
1626 | 2023-09-20T02:06:53.143Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1627 | 2023-09-20T02:06:53.655Z | Finished release [optimized] target(s) in 0.98s |
1628 | 2023-09-20T02:06:53.684Z | Running `target/release/omicron-package -t test package` |
1629 | 2023-09-20T02:06:53.722Z | Sep 20 02:06:53.720 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "switch": "softnpu"}) |
1630 | 2023-09-20T02:06:54.820Z | Compiling serde v1.0.188 |
1631 | 2023-09-20T02:06:54.842Z | Compiling serde_json v1.0.107 |
1632 | 2023-09-20T02:06:54.854Z | Compiling chrono v0.4.30 |
1633 | 2023-09-20T02:06:54.863Z | Compiling uuid v1.4.1 |
1634 | 2023-09-20T02:06:54.888Z | Compiling syn v2.0.32 |
1635 | 2023-09-20T02:06:54.901Z | Compiling semver v1.0.18 |
1636 | 2023-09-20T02:06:54.908Z | Compiling lock_api v0.4.10 |
1637 | 2023-09-20T02:06:54.914Z | Compiling parking_lot_core v0.9.8 |
1638 | 2023-09-20T02:06:54.934Z | Compiling smallvec v1.11.0 |
1639 | 2023-09-20T02:06:55.011Z | Compiling scopeguard v1.2.0 |
1640 | 2023-09-20T02:06:55.120Z | Compiling tinyvec_macros v0.1.1 |
1641 | 2023-09-20T02:06:55.269Z | Compiling tinyvec v1.6.0 |
1642 | 2023-09-20T02:06:55.760Z | Compiling num-integer v0.1.45 |
1643 | 2023-09-20T02:06:55.898Z | Compiling percent-encoding v2.3.0 |
1644 | 2023-09-20T02:06:56.174Z | Compiling parking_lot v0.12.1 |
1645 | 2023-09-20T02:06:56.399Z | Compiling form_urlencoded v1.2.0 |
1646 | 2023-09-20T02:06:56.600Z | Compiling unicode-bidi v0.3.13 |
1647 | 2023-09-20T02:06:57.622Z | Compiling num-iter v0.1.43 |
1648 | 2023-09-20T02:06:57.937Z | Compiling schemars v0.8.13 |
1649 | 2023-09-20T02:06:58.004Z | Compiling reqwest v0.11.20 |
1650 | 2023-09-20T02:06:58.769Z | Compiling openapiv3 v1.0.3 |
1651 | 2023-09-20T02:06:58.818Z | Compiling usdt-impl v0.3.5 |
1652 | 2023-09-20T02:07:00.624Z | Compiling slog-json v2.6.1 |
1653 | 2023-09-20T02:07:01.484Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
1654 | 2023-09-20T02:07:03.827Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
1655 | 2023-09-20T02:07:05.522Z | Compiling ipnetwork v0.20.0 |
1656 | 2023-09-20T02:07:06.585Z | Compiling indexmap v2.0.0 |
1657 | 2023-09-20T02:07:11.385Z | Compiling serde_tokenstream v0.2.0 |
1658 | 2023-09-20T02:07:14.504Z | Compiling serde_yaml v0.9.25 |
1659 | 2023-09-20T02:07:17.698Z | Compiling serde_tokenstream v0.1.7 |
1660 | 2023-09-20T02:07:18.483Z | Compiling slog-bunyan v2.4.0 |
1661 | 2023-09-20T02:07:18.872Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069) |
1662 | 2023-09-20T02:07:19.279Z | Compiling usdt-macro v0.3.5 |
1663 | 2023-09-20T02:07:21.139Z | Compiling usdt-attr-macro v0.3.5 |
1664 | 2023-09-20T02:07:21.151Z | Compiling postgres-types v0.2.6 |
1665 | 2023-09-20T02:07:21.155Z | Compiling serde_spanned v0.6.3 |
1666 | 2023-09-20T02:07:22.139Z | Compiling toml_datetime v0.6.3 |
1667 | 2023-09-20T02:07:22.790Z | Compiling tokio-postgres v0.7.10 |
1668 | 2023-09-20T02:07:23.260Z | Compiling usdt v0.3.5 |
1669 | 2023-09-20T02:07:23.860Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069) |
1670 | 2023-09-20T02:07:28.199Z | Compiling toml_edit v0.19.15 |
1671 | 2023-09-20T02:07:29.420Z | Compiling unicode-normalization v0.1.22 |
1672 | 2023-09-20T02:07:31.313Z | Compiling idna v0.4.0 |
1673 | 2023-09-20T02:07:33.730Z | Compiling proc-macro-crate v1.3.1 |
1674 | 2023-09-20T02:07:33.969Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
1675 | 2023-09-20T02:07:35.220Z | Compiling rustc_version v0.4.0 |
1676 | 2023-09-20T02:07:36.246Z | Compiling url v2.4.1 |
1677 | 2023-09-20T02:07:39.314Z | Compiling linked-hash-map v0.5.6 |
1678 | 2023-09-20T02:07:39.944Z | Compiling pin-project-lite v0.2.13 |
1679 | 2023-09-20T02:07:40.136Z | Compiling lru-cache v0.1.2 |
1680 | 2023-09-20T02:07:40.197Z | Compiling num_enum_derive v0.5.11 |
1681 | 2023-09-20T02:07:40.737Z | Compiling ring v0.16.20 |
1682 | 2023-09-20T02:07:41.167Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
1683 | 2023-09-20T02:07:41.345Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
1684 | 2023-09-20T02:07:44.015Z | Compiling num_enum v0.5.11 |
1685 | 2023-09-20T02:07:44.242Z | Compiling data-encoding v2.4.0 |
1686 | 2023-09-20T02:07:49.569Z | Compiling rustix v0.38.9 |
1687 | 2023-09-20T02:07:49.624Z | Compiling futures-core v0.3.28 |
1688 | 2023-09-20T02:07:49.657Z | Compiling errno v0.3.2 |
1689 | 2023-09-20T02:07:50.143Z | Compiling anyhow v1.0.75 |
1690 | 2023-09-20T02:07:50.662Z | Compiling matches v0.1.10 |
1691 | 2023-09-20T02:07:50.795Z | Compiling bitflags v2.4.0 |
1692 | 2023-09-20T02:07:52.621Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
1693 | 2023-09-20T02:07:56.428Z | Compiling idna v0.2.3 |
1694 | 2023-09-20T02:07:58.533Z | Compiling enum-as-inner v0.5.1 |
1695 | 2023-09-20T02:08:00.028Z | Compiling signal-hook-registry v1.4.1 |
1696 | 2023-09-20T02:08:01.131Z | Compiling socket2 v0.5.3 |
1697 | 2023-09-20T02:08:02.365Z | Compiling mio v0.8.8 |
1698 | 2023-09-20T02:08:02.565Z | Compiling num_cpus v1.16.0 |
1699 | 2023-09-20T02:08:02.729Z | Compiling spin v0.5.2 |
1700 | 2023-09-20T02:08:03.089Z | Compiling untrusted v0.7.1 |
1701 | 2023-09-20T02:08:04.176Z | Compiling tokio v1.32.0 |
1702 | 2023-09-20T02:08:09.332Z | Compiling trust-dns-proto v0.22.0 |
1703 | 2023-09-20T02:08:15.024Z | Compiling slab v0.4.9 |
1704 | 2023-09-20T02:08:15.042Z | Compiling futures-task v0.3.28 |
1705 | 2023-09-20T02:08:15.062Z | Compiling tracing-core v0.1.31 |
1706 | 2023-09-20T02:08:15.212Z | Compiling slog-dtrace v0.2.3 |
1707 | 2023-09-20T02:08:15.598Z | Compiling futures-util v0.3.28 |
1708 | 2023-09-20T02:08:16.610Z | Compiling tracing v0.1.37 |
1709 | 2023-09-20T02:08:17.267Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1710 | 2023-09-20T02:08:17.695Z | Compiling indexmap v1.9.3 |
1711 | 2023-09-20T02:08:17.716Z | Compiling futures-sink v0.3.28 |
1712 | 2023-09-20T02:08:17.939Z | Compiling hashbrown v0.12.3 |
1713 | 2023-09-20T02:08:18.260Z | Compiling base64 v0.13.1 |
1714 | 2023-09-20T02:08:19.719Z | Compiling futures-channel v0.3.28 |
1715 | 2023-09-20T02:08:19.814Z | Compiling pin-utils v0.1.0 |
1716 | 2023-09-20T02:08:19.944Z | Compiling quick-error v1.2.3 |
1717 | 2023-09-20T02:08:20.181Z | Compiling resolv-conf v0.7.0 |
1718 | 2023-09-20T02:08:21.562Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
1719 | 2023-09-20T02:08:21.856Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1720 | 2023-09-20T02:08:24.878Z | Compiling tokio-util v0.7.8 |
1721 | 2023-09-20T02:08:27.418Z | Compiling sct v0.7.0 |
1722 | 2023-09-20T02:08:27.857Z | Compiling rustls-webpki v0.101.4 |
1723 | 2023-09-20T02:08:27.914Z | Compiling rustls v0.21.7 |
1724 | 2023-09-20T02:08:27.935Z | Compiling httparse v1.8.0 |
1725 | 2023-09-20T02:08:27.951Z | Compiling try-lock v0.2.4 |
1726 | 2023-09-20T02:08:28.172Z | Compiling lazy_static v1.4.0 |
1727 | 2023-09-20T02:08:28.348Z | Compiling want v0.3.1 |
1728 | 2023-09-20T02:08:29.825Z | Compiling h2 v0.3.21 |
1729 | 2023-09-20T02:08:30.896Z | Compiling trust-dns-resolver v0.22.0 |
1730 | 2023-09-20T02:08:33.989Z | Compiling http-body v0.4.5 |
1731 | 2023-09-20T02:08:34.615Z | Compiling socket2 v0.4.9 |
1732 | 2023-09-20T02:08:34.747Z | Compiling httpdate v1.0.3 |
1733 | 2023-09-20T02:08:35.409Z | Compiling bitflags v1.3.2 |
1734 | 2023-09-20T02:08:35.526Z | Compiling tower-service v0.3.2 |
1735 | 2023-09-20T02:08:35.702Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client) |
1736 | 2023-09-20T02:08:35.903Z | Compiling base64 v0.21.4 |
1737 | 2023-09-20T02:08:37.071Z | Compiling tokio-rustls v0.24.1 |
1738 | 2023-09-20T02:08:37.712Z | Compiling radium v0.7.0 |
1739 | 2023-09-20T02:08:38.315Z | Compiling hyper v0.14.27 |
1740 | 2023-09-20T02:08:42.045Z | Compiling static_assertions v1.1.0 |
1741 | 2023-09-20T02:08:42.208Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1742 | 2023-09-20T02:08:43.094Z | Compiling rustls-pemfile v1.0.3 |
1743 | 2023-09-20T02:08:43.626Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1744 | 2023-09-20T02:08:44.399Z | Compiling serde_urlencoded v0.7.1 |
1745 | 2023-09-20T02:08:45.251Z | Compiling hyper-rustls v0.24.1 |
1746 | 2023-09-20T02:08:45.261Z | Compiling encoding_rs v0.8.33 |
1747 | 2023-09-20T02:08:45.770Z | Compiling ipnet v2.8.0 |
1748 | 2023-09-20T02:08:47.589Z | Compiling mime v0.3.17 |
1749 | 2023-09-20T02:08:47.844Z | Compiling same-file v1.0.6 |
1750 | 2023-09-20T02:08:47.903Z | Compiling termcolor v1.2.0 |
1751 | 2023-09-20T02:08:48.176Z | Compiling webpki-roots v0.25.2 |
1752 | 2023-09-20T02:08:48.253Z | Compiling tap v1.0.1 |
1753 | 2023-09-20T02:08:48.431Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1754 | 2023-09-20T02:08:48.434Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1755 | 2023-09-20T02:08:48.509Z | Compiling wyz v0.5.1 |
1756 | 2023-09-20T02:08:48.756Z | Compiling walkdir v2.4.0 |
1757 | 2023-09-20T02:08:49.046Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1758 | 2023-09-20T02:08:49.263Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1759 | 2023-09-20T02:08:49.830Z | Compiling crc32fast v1.3.2 |
1760 | 2023-09-20T02:08:49.918Z | Compiling semver-parser v0.10.2 |
1761 | 2023-09-20T02:08:50.123Z | Compiling memoffset v0.7.1 |
1762 | 2023-09-20T02:08:50.141Z | Compiling funty v2.0.0 |
1763 | 2023-09-20T02:08:50.258Z | Compiling fastrand v2.0.0 |
1764 | 2023-09-20T02:08:50.535Z | Compiling cancel-safe-futures v0.1.2 |
1765 | 2023-09-20T02:08:50.984Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1766 | 2023-09-20T02:08:51.061Z | Compiling adler v1.0.2 |
1767 | 2023-09-20T02:08:51.367Z | Compiling miniz_oxide v0.7.1 |
1768 | 2023-09-20T02:08:51.379Z | Compiling semver v0.11.0 |
1769 | 2023-09-20T02:08:51.774Z | Compiling tempfile v3.8.0 |
1770 | 2023-09-20T02:08:52.513Z | Compiling bitvec v1.0.1 |
1771 | 2023-09-20T02:08:53.239Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1772 | 2023-09-20T02:08:53.592Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1773 | 2023-09-20T02:08:53.711Z | Compiling libz-sys v1.1.12 |
1774 | 2023-09-20T02:08:54.487Z | Compiling filetime v0.2.22 |
1775 | 2023-09-20T02:08:54.921Z | Compiling xattr v1.0.1 |
1776 | 2023-09-20T02:08:55.018Z | Compiling num-rational v0.4.1 |
1777 | 2023-09-20T02:08:55.316Z | Compiling utf-8 v0.7.6 |
1778 | 2023-09-20T02:08:55.440Z | Compiling home v0.5.5 |
1779 | 2023-09-20T02:08:55.785Z | Compiling toolchain_find v0.2.0 |
1780 | 2023-09-20T02:08:56.303Z | Compiling tar v0.4.40 |
1781 | 2023-09-20T02:08:56.614Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1782 | 2023-09-20T02:08:58.135Z | Compiling flate2 v1.0.27 |
1783 | 2023-09-20T02:09:00.245Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1784 | 2023-09-20T02:09:00.361Z | Compiling toml v0.7.6 |
1785 | 2023-09-20T02:09:01.066Z | Compiling toml v0.5.11 |
1786 | 2023-09-20T02:09:01.460Z | Compiling pem-rfc7468 v0.7.0 |
1787 | 2023-09-20T02:09:02.987Z | Compiling der_derive v0.7.2 |
1788 | 2023-09-20T02:09:04.396Z | Compiling flagset v0.4.3 |
1789 | 2023-09-20T02:09:04.745Z | Compiling rustfmt-wrapper v0.2.0 |
1790 | 2023-09-20T02:09:05.398Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1791 | 2023-09-20T02:09:05.797Z | Compiling omicron-zone-package v0.8.3 |
1792 | 2023-09-20T02:09:06.921Z | Compiling der v0.7.8 |
1793 | 2023-09-20T02:09:09.904Z | Compiling fxhash v0.2.1 |
1794 | 2023-09-20T02:09:10.288Z | Compiling num-complex v0.4.4 |
1795 | 2023-09-20T02:09:11.562Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1796 | 2023-09-20T02:09:11.579Z | Compiling unicase v2.7.0 |
1797 | 2023-09-20T02:09:11.869Z | Compiling either v1.9.0 |
1798 | 2023-09-20T02:09:11.997Z | Compiling spki v0.7.2 |
1799 | 2023-09-20T02:09:12.405Z | Compiling num v0.4.1 |
1800 | 2023-09-20T02:09:12.557Z | Compiling itertools v0.11.0 |
1801 | 2023-09-20T02:09:12.660Z | Compiling inout v0.1.3 |
1802 | 2023-09-20T02:09:12.860Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1803 | 2023-09-20T02:09:13.050Z | Compiling arc-swap v1.6.0 |
1804 | 2023-09-20T02:09:13.806Z | Compiling maybe-uninit v2.0.0 |
1805 | 2023-09-20T02:09:14.100Z | Compiling half v1.8.2 |
1806 | 2023-09-20T02:09:14.336Z | Compiling signal-hook v0.3.17 |
1807 | 2023-09-20T02:09:14.447Z | Compiling ciborium-io v0.2.1 |
1808 | 2023-09-20T02:09:14.540Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1809 | 2023-09-20T02:09:14.620Z | Compiling slog-scope v4.4.0 |
1810 | 2023-09-20T02:09:14.730Z | Compiling cipher v0.4.4 |
1811 | 2023-09-20T02:09:15.506Z | Compiling ciborium-ll v0.2.1 |
1812 | 2023-09-20T02:09:16.255Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
1813 | 2023-09-20T02:09:16.350Z | Compiling vergen v8.2.4 |
1814 | 2023-09-20T02:09:16.749Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1815 | 2023-09-20T02:09:16.865Z | Compiling parking_lot_core v0.8.6 |
1816 | 2023-09-20T02:09:17.370Z | Compiling num_threads v0.1.6 |
1817 | 2023-09-20T02:09:17.411Z | Compiling num-bigint-dig v0.8.4 |
1818 | 2023-09-20T02:09:17.545Z | Compiling crc-catalog v2.2.0 |
1819 | 2023-09-20T02:09:17.764Z | Compiling packed_struct v0.10.1 |
1820 | 2023-09-20T02:09:17.797Z | Compiling deranged v0.3.8 |
1821 | 2023-09-20T02:09:18.223Z | Compiling crc v3.0.1 |
1822 | 2023-09-20T02:09:19.414Z | Compiling ciborium v0.2.1 |
1823 | 2023-09-20T02:09:20.250Z | Compiling slog-stdlog v4.1.1 |
1824 | 2023-09-20T02:09:21.176Z | Compiling time v0.3.27 |
1825 | 2023-09-20T02:09:21.957Z | Compiling pkcs8 v0.10.2 |
1826 | 2023-09-20T02:09:23.517Z | Compiling libsqlite3-sys v0.26.0 |
1827 | 2023-09-20T02:09:24.174Z | Compiling universal-hash v0.5.1 |
1828 | 2023-09-20T02:09:24.495Z | Compiling packed_struct_codegen v0.10.1 |
1829 | 2023-09-20T02:09:25.036Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1830 | 2023-09-20T02:09:25.340Z | Compiling nibble_vec v0.1.0 |
1831 | 2023-09-20T02:09:25.673Z | Compiling dirs-sys-next v0.1.2 |
1832 | 2023-09-20T02:09:26.056Z | Compiling nodrop v0.1.14 |
1833 | 2023-09-20T02:09:26.239Z | Compiling endian-type v0.1.2 |
1834 | 2023-09-20T02:09:26.482Z | Compiling crunchy v0.2.2 |
1835 | 2023-09-20T02:09:26.611Z | Compiling semver v0.1.20 |
1836 | 2023-09-20T02:09:27.131Z | Compiling doc-comment v0.3.3 |
1837 | 2023-09-20T02:09:27.616Z | Compiling glob v0.3.1 |
1838 | 2023-09-20T02:09:27.845Z | Compiling opaque-debug v0.3.0 |
1839 | 2023-09-20T02:09:28.192Z | Compiling rustc_version v0.1.7 |
1840 | 2023-09-20T02:09:28.871Z | Compiling radix_trie v0.2.1 |
1841 | 2023-09-20T02:09:28.997Z | Compiling clang-sys v1.6.1 |
1842 | 2023-09-20T02:09:29.641Z | Compiling array-init v0.0.4 |
1843 | 2023-09-20T02:09:29.990Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1844 | 2023-09-20T02:09:30.365Z | Compiling dirs-next v2.0.0 |
1845 | 2023-09-20T02:09:31.647Z | Compiling pkcs1 v0.7.5 |
1846 | 2023-09-20T02:09:31.899Z | Compiling smallvec v0.6.14 |
1847 | 2023-09-20T02:09:32.702Z | Compiling slog-envlogger v2.2.0 |
1848 | 2023-09-20T02:09:37.695Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client) |
1849 | 2023-09-20T02:09:38.425Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1850 | 2023-09-20T02:09:43.238Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1851 | 2023-09-20T02:09:43.579Z | Compiling heapless v0.7.16 |
1852 | 2023-09-20T02:09:44.157Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1853 | 2023-09-20T02:09:45.165Z | Compiling sha-1 v0.10.1 |
1854 | 2023-09-20T02:09:46.613Z | Compiling signature v2.1.0 |
1855 | 2023-09-20T02:09:46.993Z | Compiling spin v0.9.8 |
1856 | 2023-09-20T02:09:47.648Z | Compiling siphasher v0.3.11 |
1857 | 2023-09-20T02:09:48.307Z | Compiling tiny-keccak v2.0.2 |
1858 | 2023-09-20T02:09:48.693Z | Compiling bitfield v0.14.0 |
1859 | 2023-09-20T02:09:49.007Z | Compiling platforms v3.0.2 |
1860 | 2023-09-20T02:09:49.180Z | Compiling prettyplease v0.2.12 |
1861 | 2023-09-20T02:09:49.492Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
1862 | 2023-09-20T02:09:49.626Z | Compiling phf_shared v0.10.0 |
1863 | 2023-09-20T02:09:50.305Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1864 | 2023-09-20T02:09:50.768Z | Compiling rsa v0.9.2 |
1865 | 2023-09-20T02:09:51.460Z | Compiling tungstenite v0.17.3 |
1866 | 2023-09-20T02:09:57.739Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1867 | 2023-09-20T02:09:58.379Z | Compiling parking_lot v0.11.2 |
1868 | 2023-09-20T02:09:59.637Z | Compiling serde-hex v0.1.0 |
1869 | 2023-09-20T02:09:59.733Z | Compiling mime_guess v2.0.4 |
1870 | 2023-09-20T02:10:01.722Z | Compiling term v0.7.0 |
1871 | 2023-09-20T02:10:02.622Z | Compiling trust-dns-client v0.22.0 |
1872 | 2023-09-20T02:10:03.421Z | Compiling newtype_derive v0.1.6 |
1873 | 2023-09-20T02:10:03.966Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1874 | 2023-09-20T02:10:04.045Z | Compiling x509-cert v0.2.4 |
1875 | 2023-09-20T02:10:04.800Z | Compiling env_logger v0.10.0 |
1876 | 2023-09-20T02:10:08.999Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1877 | 2023-09-20T02:10:11.315Z | Compiling darling_core v0.14.4 |
1878 | 2023-09-20T02:10:12.809Z | Compiling hashlink v0.8.3 |
1879 | 2023-09-20T02:10:14.071Z | Compiling ron v0.8.1 |
1880 | 2023-09-20T02:10:19.464Z | Compiling hash32 v0.2.1 |
1881 | 2023-09-20T02:10:19.907Z | Compiling aead v0.5.2 |
1882 | 2023-09-20T02:10:20.117Z | Compiling snafu-derive v0.7.5 |
1883 | 2023-09-20T02:10:20.439Z | Compiling smoltcp v0.9.1 |
1884 | 2023-09-20T02:10:21.392Z | Compiling fixedbitset v0.4.2 |
1885 | 2023-09-20T02:10:21.568Z | Compiling minimal-lexical v0.2.1 |
1886 | 2023-09-20T02:10:22.022Z | Compiling fallible-streaming-iterator v0.1.9 |
1887 | 2023-09-20T02:10:22.392Z | Compiling stable_deref_trait v1.2.0 |
1888 | 2023-09-20T02:10:22.432Z | Compiling convert_case v0.4.0 |
1889 | 2023-09-20T02:10:22.539Z | Compiling bit-vec v0.6.3 |
1890 | 2023-09-20T02:10:23.146Z | Compiling precomputed-hash v0.1.1 |
1891 | 2023-09-20T02:10:23.308Z | Compiling crc-any v2.4.3 |
1892 | 2023-09-20T02:10:23.695Z | Compiling humantime v2.1.0 |
1893 | 2023-09-20T02:10:24.944Z | Compiling new_debug_unreachable v1.0.4 |
1894 | 2023-09-20T02:10:25.056Z | Compiling string_cache v0.8.7 |
1895 | 2023-09-20T02:10:25.085Z | Compiling lpc55_sign v0.3.2 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
1896 | 2023-09-20T02:10:25.160Z | Compiling derive_more v0.99.17 |
1897 | 2023-09-20T02:10:25.698Z | Compiling trust-dns-server v0.22.1 |
1898 | 2023-09-20T02:10:26.871Z | Compiling bit-set v0.5.3 |
1899 | 2023-09-20T02:10:28.232Z | Compiling rusqlite v0.29.0 |
1900 | 2023-09-20T02:10:28.411Z | Compiling snafu v0.7.5 |
1901 | 2023-09-20T02:10:29.450Z | Compiling nom v7.1.3 |
1902 | 2023-09-20T02:10:30.511Z | Compiling petgraph v0.6.4 |
1903 | 2023-09-20T02:10:34.866Z | Compiling darling_macro v0.14.4 |
1904 | 2023-09-20T02:10:35.853Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1905 | 2023-09-20T02:10:37.189Z | Compiling ascii-canvas v3.0.0 |
1906 | 2023-09-20T02:10:37.424Z | Compiling sled v0.34.7 |
1907 | 2023-09-20T02:10:37.563Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1908 | 2023-09-20T02:10:37.970Z | Compiling tokio-tungstenite v0.17.2 |
1909 | 2023-09-20T02:10:38.903Z | Compiling itertools v0.10.5 |
1910 | 2023-09-20T02:10:39.739Z | Compiling nix v0.26.2 |
1911 | 2023-09-20T02:10:43.897Z | Compiling tungstenite v0.18.0 |
1912 | 2023-09-20T02:10:53.118Z | Compiling twox-hash v1.6.3 |
1913 | 2023-09-20T02:10:53.732Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
1914 | 2023-09-20T02:10:54.857Z | Compiling is-terminal v0.4.9 |
1915 | 2023-09-20T02:10:55.051Z | Compiling object v0.30.4 |
1916 | 2023-09-20T02:10:55.834Z | Compiling num_enum_derive v0.7.0 |
1917 | 2023-09-20T02:10:55.837Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1918 | 2023-09-20T02:10:56.829Z | Compiling ena v0.14.2 |
1919 | 2023-09-20T02:10:57.479Z | Compiling scheduled-thread-pool v0.2.7 |
1920 | 2023-09-20T02:10:59.755Z | Compiling libloading v0.7.4 |
1921 | 2023-09-20T02:11:00.008Z | Compiling diesel_table_macro_syntax v0.1.0 |
1922 | 2023-09-20T02:11:00.370Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1923 | 2023-09-20T02:11:00.605Z | Compiling derive-where v1.2.5 |
1924 | 2023-09-20T02:11:01.977Z | Compiling hubpack_derive v0.1.1 |
1925 | 2023-09-20T02:11:03.217Z | Compiling diff v0.1.13 |
1926 | 2023-09-20T02:11:04.116Z | Compiling linear-map v1.2.0 |
1927 | 2023-09-20T02:11:04.632Z | Compiling path-slash v0.1.5 |
1928 | 2023-09-20T02:11:04.635Z | Compiling pretty-hex v0.3.0 |
1929 | 2023-09-20T02:11:04.758Z | Compiling bindgen v0.65.1 |
1930 | 2023-09-20T02:11:04.825Z | Compiling lalrpop-util v0.19.12 |
1931 | 2023-09-20T02:11:05.380Z | Compiling lalrpop v0.19.12 |
1932 | 2023-09-20T02:11:05.411Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1933 | 2023-09-20T02:11:06.120Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1934 | 2023-09-20T02:11:08.447Z | Compiling hubpack v0.1.2 |
1935 | 2023-09-20T02:11:09.267Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1936 | 2023-09-20T02:11:21.110Z | Compiling diesel_derives v2.1.1 |
1937 | 2023-09-20T02:11:23.855Z | Compiling num_enum v0.7.0 |
1938 | 2023-09-20T02:11:24.120Z | Compiling r2d2 v0.8.10 |
1939 | 2023-09-20T02:11:24.832Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1940 | 2023-09-20T02:11:31.832Z | Compiling tokio-tungstenite v0.18.0 |
1941 | 2023-09-20T02:11:34.414Z | Compiling curve25519-dalek v4.1.0 |
1942 | 2023-09-20T02:11:55.355Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1943 | 2023-09-20T02:11:55.669Z | Compiling darling v0.14.4 |
1944 | 2023-09-20T02:11:56.191Z | Compiling cexpr v0.6.0 |
1945 | 2023-09-20T02:11:56.381Z | Compiling polyval v0.6.1 |
1946 | 2023-09-20T02:11:56.622Z | Compiling aes v0.8.3 |
1947 | 2023-09-20T02:11:56.705Z | Compiling ctr v0.9.2 |
1948 | 2023-09-20T02:11:56.782Z | Compiling which v4.4.0 |
1949 | 2023-09-20T02:11:56.891Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
1950 | 2023-09-20T02:11:57.045Z | Compiling ff v0.13.0 |
1951 | 2023-09-20T02:11:57.145Z | Compiling bincode v1.3.3 |
1952 | 2023-09-20T02:11:57.238Z | Compiling bstr v1.6.0 |
1953 | 2023-09-20T02:11:57.293Z | Compiling path-dedot v3.1.0 |
1954 | 2023-09-20T02:11:57.364Z | Compiling serde_repr v0.1.16 |
1955 | 2023-09-20T02:11:57.419Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1956 | 2023-09-20T02:11:57.488Z | Compiling shlex v1.1.0 |
1957 | 2023-09-20T02:11:57.577Z | Compiling erased-serde v0.3.30 |
1958 | 2023-09-20T02:11:57.643Z | Compiling rustc-hash v1.1.0 |
1959 | 2023-09-20T02:11:57.700Z | Compiling peeking_take_while v0.1.2 |
1960 | 2023-09-20T02:11:57.828Z | Compiling display-error-chain v0.1.1 |
1961 | 2023-09-20T02:11:57.909Z | Compiling lazycell v1.3.0 |
1962 | 2023-09-20T02:11:57.928Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1963 | 2023-09-20T02:11:57.974Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1964 | 2023-09-20T02:11:58.016Z | Compiling globset v0.4.13 |
1965 | 2023-09-20T02:11:58.041Z | Compiling polar-core v0.26.4 |
1966 | 2023-09-20T02:11:58.121Z | Compiling path-absolutize v3.1.0 |
1967 | 2023-09-20T02:11:58.178Z | Compiling aes-gcm-siv v0.11.1 |
1968 | 2023-09-20T02:11:58.231Z | Compiling group v0.13.0 |
1969 | 2023-09-20T02:11:58.276Z | Compiling diesel v2.1.1 |
1970 | 2023-09-20T02:11:58.305Z | Compiling derive_builder_core v0.12.0 |
1971 | 2023-09-20T02:12:01.712Z | Compiling steno v0.4.0 |
1972 | 2023-09-20T02:12:07.199Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1973 | 2023-09-20T02:12:08.203Z | Compiling env_logger v0.9.3 |
1974 | 2023-09-20T02:12:09.369Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1975 | 2023-09-20T02:12:16.038Z | Compiling camino-tempfile v1.0.2 |
1976 | 2023-09-20T02:12:17.391Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1977 | 2023-09-20T02:12:17.966Z | Compiling pem v1.1.1 |
1978 | 2023-09-20T02:12:20.589Z | Compiling olpc-cjson v0.1.3 |
1979 | 2023-09-20T02:12:21.515Z | Compiling crypto-bigint v0.5.2 |
1980 | 2023-09-20T02:12:25.202Z | Compiling libxml v0.3.3 |
1981 | 2023-09-20T02:12:25.678Z | Compiling serde_plain v1.0.2 |
1982 | 2023-09-20T02:12:26.564Z | Compiling curve25519-dalek-derive v0.1.0 |
1983 | 2023-09-20T02:12:27.364Z | Compiling bitstruct_derive v0.1.0 |
1984 | 2023-09-20T02:12:28.246Z | Compiling thiserror-impl-no-std v2.0.2 |
1985 | 2023-09-20T02:12:28.417Z | Compiling async-recursion v1.0.5 |
1986 | 2023-09-20T02:12:29.152Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1987 | 2023-09-20T02:12:29.163Z | Compiling base16ct v0.2.0 |
1988 | 2023-09-20T02:12:29.323Z | Compiling ringbuffer v0.14.2 |
1989 | 2023-09-20T02:12:29.540Z | Compiling buf-list v1.0.3 |
1990 | 2023-09-20T02:12:29.919Z | Compiling ascii v1.1.0 |
1991 | 2023-09-20T02:12:30.381Z | Compiling ref-cast v1.0.20 |
1992 | 2023-09-20T02:12:30.569Z | Compiling bitstruct v0.1.1 |
1993 | 2023-09-20T02:12:30.755Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1994 | 2023-09-20T02:12:31.121Z | Compiling elliptic-curve v0.13.5 |
1995 | 2023-09-20T02:12:31.331Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1996 | 2023-09-20T02:12:32.049Z | Compiling tough v0.12.5 |
1997 | 2023-09-20T02:12:32.879Z | Compiling thiserror-no-std v2.0.2 |
1998 | 2023-09-20T02:12:33.087Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1999 | 2023-09-20T02:12:33.270Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2000 | 2023-09-20T02:12:35.276Z | Compiling derive_builder_macro v0.12.0 |
2001 | 2023-09-20T02:12:39.447Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2002 | 2023-09-20T02:12:44.645Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client) |
2003 | 2023-09-20T02:12:45.810Z | Compiling poly1305 v0.8.0 |
2004 | 2023-09-20T02:12:48.033Z | Compiling signal-hook-mio v0.2.3 |
2005 | 2023-09-20T02:12:48.301Z | Compiling chacha20 v0.9.1 |
2006 | 2023-09-20T02:12:48.453Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2007 | 2023-09-20T02:12:48.835Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2008 | 2023-09-20T02:12:48.993Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2009 | 2023-09-20T02:12:49.218Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2010 | 2023-09-20T02:12:50.619Z | Compiling strum_macros v0.24.3 |
2011 | 2023-09-20T02:12:51.074Z | Compiling const_format_proc_macros v0.2.31 |
2012 | 2023-09-20T02:12:54.346Z | Compiling tokio-stream v0.1.14 |
2013 | 2023-09-20T02:12:56.322Z | Compiling serde_arrays v0.1.0 |
2014 | 2023-09-20T02:12:56.405Z | Compiling enum-iterator-derive v1.2.1 |
2015 | 2023-09-20T02:12:56.564Z | Compiling ref-cast-impl v1.0.20 |
2016 | 2023-09-20T02:12:56.996Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2017 | 2023-09-20T02:12:57.404Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
2018 | 2023-09-20T02:12:57.833Z | Compiling cookie v0.16.2 |
2019 | 2023-09-20T02:12:58.425Z | Compiling salty v0.2.0 |
2020 | 2023-09-20T02:12:58.490Z | Compiling signature v1.6.4 |
2021 | 2023-09-20T02:12:58.994Z | Compiling indoc v1.0.9 |
2022 | 2023-09-20T02:12:59.282Z | Compiling ed25519 v1.5.3 |
2023 | 2023-09-20T02:12:59.617Z | Compiling enum-iterator v1.4.1 |
2024 | 2023-09-20T02:13:01.097Z | Compiling const_format v0.2.31 |
2025 | 2023-09-20T02:13:01.131Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2026 | 2023-09-20T02:13:02.930Z | Compiling chacha20poly1305 v0.10.1 |
2027 | 2023-09-20T02:13:03.289Z | Compiling derive_builder v0.12.0 |
2028 | 2023-09-20T02:13:05.587Z | Compiling vsss-rs v3.3.1 |
2029 | 2023-09-20T02:13:14.010Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2030 | 2023-09-20T02:13:15.211Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2031 | 2023-09-20T02:13:21.155Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2032 | 2023-09-20T02:13:21.704Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2033 | 2023-09-20T02:13:23.642Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2034 | 2023-09-20T02:13:24.039Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2035 | 2023-09-20T02:13:24.551Z | Compiling ron v0.7.1 |
2036 | 2023-09-20T02:13:31.569Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2037 | 2023-09-20T02:13:33.351Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2038 | 2023-09-20T02:13:34.575Z | Compiling bb8 v0.8.1 |
2039 | 2023-09-20T02:13:35.529Z | Compiling headers-core v0.2.0 |
2040 | 2023-09-20T02:13:35.558Z | Compiling serde-big-array v0.5.1 |
2041 | 2023-09-20T02:13:35.726Z | Compiling quick-xml v0.23.1 |
2042 | 2023-09-20T02:13:35.777Z | Compiling num-derive v0.4.0 |
2043 | 2023-09-20T02:13:35.938Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2044 | 2023-09-20T02:13:36.696Z | Compiling oso-derive v0.26.4 |
2045 | 2023-09-20T02:13:37.151Z | Compiling impl-trait-for-tuples v0.2.2 |
2046 | 2023-09-20T02:13:38.181Z | Compiling bit_field v0.10.2 |
2047 | 2023-09-20T02:13:38.609Z | Compiling maplit v1.0.2 |
2048 | 2023-09-20T02:13:38.775Z | Compiling http-range v0.1.5 |
2049 | 2023-09-20T02:13:39.538Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2050 | 2023-09-20T02:13:39.743Z | Compiling hyper-staticfile v0.9.5 |
2051 | 2023-09-20T02:13:41.739Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2052 | 2023-09-20T02:13:42.618Z | Compiling headers v0.3.9 |
2053 | 2023-09-20T02:13:45.550Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=be3d9bce50051d8c0e0c06078e8066cc27db3001#be3d9bce) |
2054 | 2023-09-20T02:13:59.465Z | Compiling oso v0.26.4 |
2055 | 2023-09-20T02:13:59.960Z | Compiling crossterm v0.27.0 |
2056 | 2023-09-20T02:14:07.809Z | Compiling signal-hook-tokio v0.3.1 |
2057 | 2023-09-20T02:14:08.111Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2058 | 2023-09-20T02:14:12.038Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2059 | 2023-09-20T02:14:12.429Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2060 | 2023-09-20T02:14:12.449Z | Compiling serde-big-array v0.4.1 |
2061 | 2023-09-20T02:14:14.561Z | Compiling unicode-segmentation v1.10.1 |
2062 | 2023-09-20T02:14:16.425Z | Compiling indoc v2.0.3 |
2063 | 2023-09-20T02:14:16.458Z | Compiling cassowary v0.3.0 |
2064 | 2023-09-20T02:14:16.539Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2065 | 2023-09-20T02:14:16.805Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2066 | 2023-09-20T02:14:17.382Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2067 | 2023-09-20T02:14:17.993Z | Compiling ratatui v0.23.0 |
2068 | 2023-09-20T02:14:19.226Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client) |
2069 | 2023-09-20T02:14:23.553Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2070 | 2023-09-20T02:14:24.311Z | Compiling fatfs v0.3.6 |
2071 | 2023-09-20T02:14:25.751Z | Compiling bytesize v1.3.0 |
2072 | 2023-09-20T02:14:26.675Z | Compiling nanorand v0.7.0 |
2073 | 2023-09-20T02:14:26.707Z | Compiling rtoolbox v0.0.1 |
2074 | 2023-09-20T02:14:27.457Z | Compiling assert_matches v1.5.0 |
2075 | 2023-09-20T02:14:27.600Z | Compiling corncobs v0.1.3 |
2076 | 2023-09-20T02:14:27.986Z | Compiling fs-err v2.9.0 |
2077 | 2023-09-20T02:14:28.281Z | Compiling smawk v0.3.1 |
2078 | 2023-09-20T02:14:28.624Z | Compiling unicode-linebreak v0.1.5 |
2079 | 2023-09-20T02:14:29.325Z | Compiling textwrap v0.16.0 |
2080 | 2023-09-20T02:14:29.568Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2081 | 2023-09-20T02:14:30.075Z | Compiling flume v0.11.0 |
2082 | 2023-09-20T02:14:30.902Z | Compiling rpassword v7.2.0 |
2083 | 2023-09-20T02:14:31.403Z | Compiling tui-tree-widget v0.13.0 |
2084 | 2023-09-20T02:14:31.558Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client) |
2085 | 2023-09-20T02:14:33.783Z | Compiling crossterm v0.26.1 |
2086 | 2023-09-20T02:14:34.956Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2087 | 2023-09-20T02:14:35.739Z | Compiling owo-colors v3.5.0 |
2088 | 2023-09-20T02:14:41.588Z | Compiling shell-words v1.1.0 |
2089 | 2023-09-20T02:14:42.310Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2090 | 2023-09-20T02:14:48.273Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2091 | 2023-09-20T02:15:54.213Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2092 | 2023-09-20T02:17:14.966Z | Compiling bzip2 v0.4.4 |
2093 | 2023-09-20T02:17:15.730Z | Compiling zip v0.6.6 |
2094 | 2023-09-20T02:17:19.382Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#0c642f6e) |
2095 | 2023-09-20T02:17:21.215Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2096 | 2023-09-20T02:17:36.947Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2097 | 2023-09-20T02:17:38.030Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2098 | 2023-09-20T02:17:46.124Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2099 | 2023-09-20T02:20:07.427Z | Compiling git2 v0.17.2 |
2100 | 2023-09-20T02:20:16.362Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2101 | 2023-09-20T02:20:18.922Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2102 | 2023-09-20T02:20:51.736Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2103 | 2023-09-20T02:22:03.801Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2104 | 2023-09-20T02:22:31.698Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2105 | 2023-09-20T02:28:51.856Z | Finished release [optimized] target(s) in 21m 58s |
2106 | 2023-09-20T02:30:18.941Z | |
2107 | 2023-09-20T02:30:18.944Z | real 23:26.387055868 |
2108 | 2023-09-20T02:30:18.948Z | user 2:44:34.921136782 |
2109 | 2023-09-20T02:30:18.951Z | sys 7:38.273318526 |
2110 | 2023-09-20T02:30:18.954Z | trap 5.295352655 |
2111 | 2023-09-20T02:30:18.957Z | tflt 1.247709180 |
2112 | 2023-09-20T02:30:18.959Z | dflt 3.360253330 |
2113 | 2023-09-20T02:30:18.962Z | kflt 0.031501329 |
2114 | 2023-09-20T02:30:18.965Z | lock 8:54:51.395581880 |
2115 | 2023-09-20T02:30:18.968Z | slp 6:58:49.999200503 |
2116 | 2023-09-20T02:30:18.970Z | lat 3:04.706670362 |
2117 | 2023-09-20T02:30:18.973Z | stop 1:10.626365128 |
2118 | 2023-09-20T02:30:18.976Z | + 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/*) |
2119 | 2023-09-20T02:30:18.979Z | + pfexec mkdir -p /work |
2120 | 2023-09-20T02:30:18.982Z | + pfexec chown build /work |
2121 | 2023-09-20T02:30:18.985Z | + 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 |
2122 | 2023-09-20T02:30:32.567Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2123 | 2023-09-20T02:30:32.570Z | a out/maghemite.tar 73201K |
2124 | 2023-09-20T02:30:32.573Z | a out/omicron-sled-agent.tar 109719K |
2125 | 2023-09-20T02:30:32.576Z | a out/target/test 1K |
2126 | 2023-09-20T02:30:32.579Z | a out/npuzone/npuzone 36077K |
2127 | 2023-09-20T02:30:32.582Z | a package-manifest.toml 21K |
2128 | 2023-09-20T02:30:32.585Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2129 | 2023-09-20T02:30:32.588Z | a target/release/omicron-package 36818K |
2130 | 2023-09-20T02:30:32.590Z | a tools/create_virtual_hardware.sh 3K |
2131 | 2023-09-20T02:30:32.593Z | a tools/virtual_hardware.sh 4K |
2132 | 2023-09-20T02:30:32.596Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2133 | 2023-09-20T02:30:32.599Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2134 | 2023-09-20T02:30:32.601Z | a tools/scrimlet/softnpu-init.sh 3K |
2135 | 2023-09-20T02:30:32.604Z | a tools/scrimlet/softnpu-zone.txt 1K |
2136 | 2023-09-20T02:30:32.607Z | a tools/scrimlet/softnpu.toml 1K |
2137 | 2023-09-20T02:30:32.610Z | |
2138 | 2023-09-20T02:30:32.613Z | real 13.615383224 |
2139 | 2023-09-20T02:30:32.616Z | user 13.036406958 |
2140 | 2023-09-20T02:30:32.619Z | sys 1.048586468 |
2141 | 2023-09-20T02:30:32.622Z | trap 0.005058626 |
2142 | 2023-09-20T02:30:32.625Z | tflt 0.000000000 |
2143 | 2023-09-20T02:30:32.628Z | dflt 0.000000000 |
2144 | 2023-09-20T02:30:32.631Z | kflt 0.000000000 |
2145 | 2023-09-20T02:30:32.634Z | lock 0.000000000 |
2146 | 2023-09-20T02:30:32.637Z | slp 12.738622759 |
2147 | 2023-09-20T02:30:32.640Z | lat 0.398662134 |
2148 | 2023-09-20T02:30:32.643Z | stop 0.000232763 |
2149 | 2023-09-20T02:30:32.646Z | ++ pwd |
2150 | 2023-09-20T02:30:32.648Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2151 | 2023-09-20T02:30:32.651Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic |
2152 | 2023-09-20T02:30:33.625Z | Finished release [optimized] target(s) in 0.96s |
2153 | 2023-09-20T02:30:33.652Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic` |
2154 | 2023-09-20T02:30:33.689Z | Created new build target 'host' and set it as active |
2155 | 2023-09-20T02:30:33.692Z | |
2156 | 2023-09-20T02:30:33.695Z | real 1.112416798 |
2157 | 2023-09-20T02:30:33.698Z | user 0.790121276 |
2158 | 2023-09-20T02:30:33.701Z | sys 0.322988748 |
2159 | 2023-09-20T02:30:33.704Z | trap 0.000071521 |
2160 | 2023-09-20T02:30:33.707Z | tflt 0.000004758 |
2161 | 2023-09-20T02:30:33.710Z | dflt 0.000023848 |
2162 | 2023-09-20T02:30:33.712Z | kflt 0.000000000 |
2163 | 2023-09-20T02:30:33.715Z | lock 0.032316510 |
2164 | 2023-09-20T02:30:33.718Z | slp 0.012707168 |
2165 | 2023-09-20T02:30:33.721Z | lat 0.001700312 |
2166 | 2023-09-20T02:30:33.724Z | stop 0.000228523 |
2167 | 2023-09-20T02:30:33.727Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2168 | 2023-09-20T02:30:34.719Z | Finished release [optimized] target(s) in 0.94s |
2169 | 2023-09-20T02:30:34.747Z | Running `target/release/omicron-package -t host package` |
2170 | 2023-09-20T02:30:34.785Z | Sep 20 02:30:34.782 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"}) |
2171 | 2023-09-20T02:30:35.848Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2172 | 2023-09-20T02:34:07.239Z | Finished release [optimized] target(s) in 3m 32s |
2173 | 2023-09-20T02:35:17.620Z | |
2174 | 2023-09-20T02:35:17.623Z | real 4:43.928327713 |
2175 | 2023-09-20T02:35:17.626Z | user 21:25.143131373 |
2176 | 2023-09-20T02:35:17.629Z | sys 56.594645274 |
2177 | 2023-09-20T02:35:17.633Z | trap 0.530365963 |
2178 | 2023-09-20T02:35:17.637Z | tflt 0.040212571 |
2179 | 2023-09-20T02:35:17.640Z | dflt 1.656704289 |
2180 | 2023-09-20T02:35:17.642Z | kflt 0.000072548 |
2181 | 2023-09-20T02:35:17.645Z | lock 1:07:01.550301287 |
2182 | 2023-09-20T02:35:17.648Z | slp 17:26.800896684 |
2183 | 2023-09-20T02:35:17.651Z | lat 8.923767852 |
2184 | 2023-09-20T02:35:17.654Z | stop 0.651723399 |
2185 | 2023-09-20T02:35:17.658Z | + stamp_packages omicron-sled-agent maghemite propolis-server overlay |
2186 | 2023-09-20T02:35:17.662Z | + for package in "$@" |
2187 | 2023-09-20T02:35:17.665Z | + [[ omicron-sled-agent == maghemite ]] |
2188 | 2023-09-20T02:35:17.667Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+git752cc3a1949 |
2189 | 2023-09-20T02:35:18.656Z | Finished release [optimized] target(s) in 0.95s |
2190 | 2023-09-20T02:35:18.683Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+git752cc3a1949` |
2191 | 2023-09-20T02:35:18.722Z | Sep 20 02:35:18.719 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"}) |
2192 | 2023-09-20T02:35:19.237Z | Created: out/versioned/omicron-sled-agent.tar |
2193 | 2023-09-20T02:35:19.241Z | + for package in "$@" |
2194 | 2023-09-20T02:35:19.243Z | + [[ maghemite == maghemite ]] |
2195 | 2023-09-20T02:35:19.247Z | + echo 0.0.0 |
2196 | 2023-09-20T02:35:19.251Z | + tar rvf out/maghemite.tar VERSION |
2197 | 2023-09-20T02:35:19.253Z | a VERSION 1K |
2198 | 2023-09-20T02:35:19.256Z | + rm VERSION |
2199 | 2023-09-20T02:35:19.259Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git752cc3a1949 |
2200 | 2023-09-20T02:35:20.294Z | Finished release [optimized] target(s) in 0.97s |
2201 | 2023-09-20T02:35:20.326Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git752cc3a1949` |
2202 | 2023-09-20T02:35:20.365Z | Sep 20 02:35:20.362 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"}) |
2203 | 2023-09-20T02:35:20.694Z | Created: out/versioned/maghemite.tar |
2204 | 2023-09-20T02:35:20.698Z | + for package in "$@" |
2205 | 2023-09-20T02:35:20.702Z | + [[ propolis-server == maghemite ]] |
2206 | 2023-09-20T02:35:20.705Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+git752cc3a1949 |
2207 | 2023-09-20T02:35:21.704Z | Finished release [optimized] target(s) in 0.92s |
2208 | 2023-09-20T02:35:21.730Z | Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+git752cc3a1949` |
2209 | 2023-09-20T02:35:21.769Z | Sep 20 02:35:21.766 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"}) |
2210 | 2023-09-20T02:35:23.541Z | Created: out/versioned/propolis-server.tar.gz |
2211 | 2023-09-20T02:35:23.544Z | + for package in "$@" |
2212 | 2023-09-20T02:35:23.547Z | + [[ overlay == maghemite ]] |
2213 | 2023-09-20T02:35:23.550Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+git752cc3a1949 |
2214 | 2023-09-20T02:35:24.534Z | Finished release [optimized] target(s) in 0.92s |
2215 | 2023-09-20T02:35:24.563Z | Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+git752cc3a1949` |
2216 | 2023-09-20T02:35:24.599Z | Sep 20 02:35:24.597 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"}) |
2217 | 2023-09-20T02:35:24.602Z | Created: out/versioned/overlay.tar.gz |
2218 | 2023-09-20T02:35:24.605Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2219 | 2023-09-20T02:35:24.615Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2220 | 2023-09-20T02:35:24.618Z | ++ cd -- ./tools |
2221 | 2023-09-20T02:35:24.621Z | ++ pwd |
2222 | 2023-09-20T02:35:24.623Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2223 | 2023-09-20T02:35:24.627Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2224 | 2023-09-20T02:35:24.629Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2225 | 2023-09-20T02:35:24.632Z | ++ readlink -f /work |
2226 | 2023-09-20T02:35:24.635Z | + out_dir=/work |
2227 | 2023-09-20T02:35:24.638Z | + 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) |
2228 | 2023-09-20T02:35:24.641Z | + for dep in ${deps[@]} |
2229 | 2023-09-20T02:35:24.643Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2230 | 2023-09-20T02:35:24.646Z | + for dep in ${deps[@]} |
2231 | 2023-09-20T02:35:24.649Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2232 | 2023-09-20T02:35:24.651Z | + for dep in ${deps[@]} |
2233 | 2023-09-20T02:35:24.654Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2234 | 2023-09-20T02:35:24.657Z | + for dep in ${deps[@]} |
2235 | 2023-09-20T02:35:24.659Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2236 | 2023-09-20T02:35:24.662Z | ++ mktemp -d |
2237 | 2023-09-20T02:35:24.665Z | + tmp_gz=/tmp/tmp.tHay9h |
2238 | 2023-09-20T02:35:24.668Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2239 | 2023-09-20T02:35:24.671Z | + echo '{"v":"1","t":"layer"}' |
2240 | 2023-09-20T02:35:24.674Z | + pkg_dir=/tmp/tmp.tHay9h/root/opt/oxide/sled-agent |
2241 | 2023-09-20T02:35:24.676Z | + mkdir -p /tmp/tmp.tHay9h/root/opt/oxide/sled-agent |
2242 | 2023-09-20T02:35:24.679Z | + cd /tmp/tmp.tHay9h/root/opt/oxide/sled-agent |
2243 | 2023-09-20T02:35:24.682Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2244 | 2023-09-20T02:35:24.747Z | x ., 0 bytes, 0 tape blocks |
2245 | 2023-09-20T02:35:24.750Z | x zone-bundle, 34195560 bytes, 66789 tape blocks |
2246 | 2023-09-20T02:35:24.752Z | x sled-agent, 78114368 bytes, 152568 tape blocks |
2247 | 2023-09-20T02:35:24.755Z | x pkg, 0 bytes, 0 tape blocks |
2248 | 2023-09-20T02:35:24.758Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2249 | 2023-09-20T02:35:24.761Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2250 | 2023-09-20T02:35:24.765Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2251 | 2023-09-20T02:35:24.767Z | x VERSION, 25 bytes, 1 tape blocks |
2252 | 2023-09-20T02:35:24.770Z | + mkdir -p /tmp/tmp.tHay9h/root/lib/svc/manifest/site/ |
2253 | 2023-09-20T02:35:24.773Z | + mv pkg/manifest.xml /tmp/tmp.tHay9h/root/lib/svc/manifest/site/sled-agent.xml |
2254 | 2023-09-20T02:35:24.776Z | + cd - |
2255 | 2023-09-20T02:35:24.779Z | /work/oxidecomputer/omicron |
2256 | 2023-09-20T02:35:24.782Z | + pkg_dir=/tmp/tmp.tHay9h/root/opt/oxide/mg-ddm |
2257 | 2023-09-20T02:35:24.785Z | + mkdir -p /tmp/tmp.tHay9h/root/opt/oxide/mg-ddm |
2258 | 2023-09-20T02:35:24.787Z | + cd /tmp/tmp.tHay9h/root/opt/oxide/mg-ddm |
2259 | 2023-09-20T02:35:24.790Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2260 | 2023-09-20T02:35:24.833Z | x ., 0 bytes, 0 tape blocks |
2261 | 2023-09-20T02:35:24.835Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2262 | 2023-09-20T02:35:24.838Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2263 | 2023-09-20T02:35:24.844Z | x pkg, 0 bytes, 0 tape blocks |
2264 | 2023-09-20T02:35:24.848Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2265 | 2023-09-20T02:35:24.851Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2266 | 2023-09-20T02:35:24.854Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2267 | 2023-09-20T02:35:24.857Z | x VERSION, 25 bytes, 1 tape blocks |
2268 | 2023-09-20T02:35:24.859Z | + cd - |
2269 | 2023-09-20T02:35:24.862Z | /work/oxidecomputer/omicron |
2270 | 2023-09-20T02:35:24.865Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.tHay9h/root/opt/oxide |
2271 | 2023-09-20T02:35:24.947Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.tHay9h/root/opt/oxide |
2272 | 2023-09-20T02:35:24.950Z | + cd /tmp/tmp.tHay9h |
2273 | 2023-09-20T02:35:24.953Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2274 | 2023-09-20T02:35:37.123Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2275 | 2023-09-20T02:35:37.126Z | a oxide.json 1K |
2276 | 2023-09-20T02:35:37.128Z | a root/ 0K |
2277 | 2023-09-20T02:35:37.132Z | a root/opt/ 0K |
2278 | 2023-09-20T02:35:37.135Z | a root/opt/oxide/ 0K |
2279 | 2023-09-20T02:35:37.138Z | a root/opt/oxide/sled-agent/ 0K |
2280 | 2023-09-20T02:35:37.141Z | a root/opt/oxide/sled-agent/zone-bundle 33395K |
2281 | 2023-09-20T02:35:37.144Z | a root/opt/oxide/sled-agent/sled-agent 76284K |
2282 | 2023-09-20T02:35:37.146Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2283 | 2023-09-20T02:35:37.149Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2284 | 2023-09-20T02:35:37.152Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2285 | 2023-09-20T02:35:37.154Z | a root/opt/oxide/sled-agent/VERSION 1K |
2286 | 2023-09-20T02:35:37.157Z | a root/opt/oxide/mg-ddm/ 0K |
2287 | 2023-09-20T02:35:37.160Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2288 | 2023-09-20T02:35:37.162Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2289 | 2023-09-20T02:35:37.165Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2290 | 2023-09-20T02:35:37.168Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2291 | 2023-09-20T02:35:37.171Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2292 | 2023-09-20T02:35:37.210Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2293 | 2023-09-20T02:35:37.213Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2294 | 2023-09-20T02:35:37.216Z | a root/opt/oxide/propolis-server.tar.gz 64683K |
2295 | 2023-09-20T02:35:37.219Z | a root/opt/oxide/overlay.tar.gz 2K |
2296 | 2023-09-20T02:35:37.222Z | a root/lib/ 0K |
2297 | 2023-09-20T02:35:37.224Z | a root/lib/svc/ 0K |
2298 | 2023-09-20T02:35:37.227Z | a root/lib/svc/manifest/ 0K |
2299 | 2023-09-20T02:35:37.230Z | a root/lib/svc/manifest/site/ 0K |
2300 | 2023-09-20T02:35:37.233Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2301 | 2023-09-20T02:35:37.236Z | + cd / |
2302 | 2023-09-20T02:35:37.239Z | + rm -rf /tmp/tmp.tHay9h |
2303 | 2023-09-20T02:35:37.242Z | |
2304 | 2023-09-20T02:35:37.244Z | real 12.544039401 |
2305 | 2023-09-20T02:35:37.247Z | user 11.648106670 |
2306 | 2023-09-20T02:35:37.250Z | sys 0.952856558 |
2307 | 2023-09-20T02:35:37.253Z | trap 0.004412775 |
2308 | 2023-09-20T02:35:37.255Z | tflt 0.000000000 |
2309 | 2023-09-20T02:35:37.258Z | dflt 0.000000000 |
2310 | 2023-09-20T02:35:37.261Z | kflt 0.000000000 |
2311 | 2023-09-20T02:35:37.264Z | lock 0.000000000 |
2312 | 2023-09-20T02:35:37.267Z | slp 24.241209707 |
2313 | 2023-09-20T02:35:37.269Z | lat 0.380036376 |
2314 | 2023-09-20T02:35:37.272Z | stop 0.000300045 |
2315 | 2023-09-20T02:35:37.275Z | + mkdir -p /work/zones |
2316 | 2023-09-20T02:35:37.278Z | + 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) |
2317 | 2023-09-20T02:35:37.281Z | + 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/ |
2318 | 2023-09-20T02:35:40.320Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2319 | 2023-09-20T02:35:41.455Z | Finished release [optimized] target(s) in 1.04s |
2320 | 2023-09-20T02:35:41.483Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2321 | 2023-09-20T02:35:41.520Z | Created new build target 'recovery' and set it as active |
2322 | 2023-09-20T02:35:41.523Z | |
2323 | 2023-09-20T02:35:41.526Z | real 1.197008323 |
2324 | 2023-09-20T02:35:41.528Z | user 0.838198134 |
2325 | 2023-09-20T02:35:41.531Z | sys 0.357105260 |
2326 | 2023-09-20T02:35:41.535Z | trap 0.000916427 |
2327 | 2023-09-20T02:35:41.538Z | tflt 0.000010479 |
2328 | 2023-09-20T02:35:41.541Z | dflt 0.000007910 |
2329 | 2023-09-20T02:35:41.544Z | kflt 0.000000000 |
2330 | 2023-09-20T02:35:41.547Z | lock 0.034269850 |
2331 | 2023-09-20T02:35:41.550Z | slp 0.013756389 |
2332 | 2023-09-20T02:35:41.555Z | lat 0.003520681 |
2333 | 2023-09-20T02:35:41.558Z | stop 0.000213256 |
2334 | 2023-09-20T02:35:41.562Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2335 | 2023-09-20T02:35:42.601Z | Finished release [optimized] target(s) in 0.99s |
2336 | 2023-09-20T02:35:42.631Z | Running `target/release/omicron-package -t recovery package` |
2337 | 2023-09-20T02:35:42.669Z | Sep 20 02:35:42.667 DEBG target[recovery]: Target({"image": "trampoline"}) |
2338 | 2023-09-20T02:35:43.573Z | Compiling syn v1.0.109 |
2339 | 2023-09-20T02:35:43.576Z | Compiling serde v1.0.188 |
2340 | 2023-09-20T02:35:43.596Z | Compiling syn v2.0.32 |
2341 | 2023-09-20T02:35:43.599Z | Compiling cc v1.0.83 |
2342 | 2023-09-20T02:35:43.608Z | Compiling getrandom v0.2.10 |
2343 | 2023-09-20T02:35:43.616Z | Compiling num-traits v0.2.16 |
2344 | 2023-09-20T02:35:43.625Z | Compiling bytes v1.5.0 |
2345 | 2023-09-20T02:35:43.637Z | Compiling generic-array v0.14.7 |
2346 | 2023-09-20T02:35:43.656Z | Compiling mio v0.8.8 |
2347 | 2023-09-20T02:35:44.323Z | Compiling subtle v2.5.0 |
2348 | 2023-09-20T02:35:44.805Z | Compiling rand_core v0.6.4 |
2349 | 2023-09-20T02:35:45.561Z | Compiling schemars v0.8.13 |
2350 | 2023-09-20T02:35:45.585Z | Compiling slog v2.7.0 |
2351 | 2023-09-20T02:35:46.387Z | Compiling rand_chacha v0.3.1 |
2352 | 2023-09-20T02:35:46.803Z | Compiling crypto-common v0.1.6 |
2353 | 2023-09-20T02:35:46.859Z | Compiling block-buffer v0.10.4 |
2354 | 2023-09-20T02:35:47.110Z | Compiling http v0.2.9 |
2355 | 2023-09-20T02:35:47.238Z | Compiling digest v0.10.7 |
2356 | 2023-09-20T02:35:47.360Z | Compiling hashbrown v0.14.0 |
2357 | 2023-09-20T02:35:48.024Z | Compiling rand v0.8.5 |
2358 | 2023-09-20T02:35:48.087Z | Compiling ring v0.16.20 |
2359 | 2023-09-20T02:35:49.570Z | Compiling backtrace v0.3.69 |
2360 | 2023-09-20T02:35:49.618Z | Compiling time-macros v0.2.13 |
2361 | 2023-09-20T02:35:50.177Z | Compiling http-body v0.4.5 |
2362 | 2023-09-20T02:35:51.189Z | Compiling sha2 v0.10.7 |
2363 | 2023-09-20T02:35:51.574Z | Compiling crossbeam-utils v0.8.16 |
2364 | 2023-09-20T02:35:52.252Z | Compiling anyhow v1.0.75 |
2365 | 2023-09-20T02:35:54.762Z | Compiling time v0.3.27 |
2366 | 2023-09-20T02:35:55.800Z | Compiling serde_derive_internals v0.26.0 |
2367 | 2023-09-20T02:35:57.071Z | Compiling synstructure v0.12.6 |
2368 | 2023-09-20T02:35:57.451Z | Compiling darling_core v0.20.3 |
2369 | 2023-09-20T02:35:59.696Z | Compiling rustls v0.21.7 |
2370 | 2023-09-20T02:36:02.817Z | Compiling sct v0.7.0 |
2371 | 2023-09-20T02:36:02.946Z | Compiling rustls-webpki v0.101.4 |
2372 | 2023-09-20T02:36:03.673Z | Compiling hmac v0.12.1 |
2373 | 2023-09-20T02:36:04.045Z | Compiling crossbeam-channel v0.5.8 |
2374 | 2023-09-20T02:36:05.894Z | Compiling serde_derive v1.0.188 |
2375 | 2023-09-20T02:36:06.519Z | Compiling thiserror-impl v1.0.48 |
2376 | 2023-09-20T02:36:07.011Z | Compiling tokio-macros v2.1.0 |
2377 | 2023-09-20T02:36:07.023Z | Compiling futures-macro v0.3.28 |
2378 | 2023-09-20T02:36:09.519Z | Compiling schemars_derive v0.8.13 |
2379 | 2023-09-20T02:36:10.299Z | Compiling tokio v1.32.0 |
2380 | 2023-09-20T02:36:10.753Z | Compiling futures-util v0.3.28 |
2381 | 2023-09-20T02:36:11.101Z | Compiling tracing-attributes v0.1.26 |
2382 | 2023-09-20T02:36:11.253Z | Compiling thiserror v1.0.48 |
2383 | 2023-09-20T02:36:11.659Z | Compiling pest v2.7.2 |
2384 | 2023-09-20T02:36:11.863Z | Compiling zerocopy-derive v0.2.0 |
2385 | 2023-09-20T02:36:14.560Z | Compiling darling_macro v0.20.3 |
2386 | 2023-09-20T02:36:14.700Z | Compiling zerocopy v0.3.0 |
2387 | 2023-09-20T02:36:15.999Z | Compiling pest_meta v2.7.2 |
2388 | 2023-09-20T02:36:16.057Z | Compiling dof v0.1.5 |
2389 | 2023-09-20T02:36:16.573Z | Compiling async-trait v0.1.73 |
2390 | 2023-09-20T02:36:16.644Z | Compiling tracing v0.1.37 |
2391 | 2023-09-20T02:36:17.387Z | Compiling zeroize_derive v1.4.2 |
2392 | 2023-09-20T02:36:17.843Z | Compiling darling v0.20.3 |
2393 | 2023-09-20T02:36:19.824Z | Compiling pest_generator v2.7.2 |
2394 | 2023-09-20T02:36:20.550Z | Compiling zeroize v1.6.0 |
2395 | 2023-09-20T02:36:22.549Z | Compiling zerocopy-derive v0.6.3 |
2396 | 2023-09-20T02:36:22.934Z | Compiling futures-executor v0.3.28 |
2397 | 2023-09-20T02:36:23.223Z | Compiling pest_derive v2.7.2 |
2398 | 2023-09-20T02:36:24.320Z | Compiling tokio-util v0.7.8 |
2399 | 2023-09-20T02:36:25.067Z | Compiling tokio-rustls v0.24.1 |
2400 | 2023-09-20T02:36:25.775Z | Compiling dtrace-parser v0.1.14 |
2401 | 2023-09-20T02:36:25.801Z | Compiling zerocopy v0.6.3 |
2402 | 2023-09-20T02:36:27.406Z | Compiling h2 v0.3.21 |
2403 | 2023-09-20T02:36:28.649Z | Compiling serde_with_macros v2.3.3 |
2404 | 2023-09-20T02:36:30.677Z | Compiling serde_json v1.0.107 |
2405 | 2023-09-20T02:36:30.860Z | Compiling indexmap v2.0.0 |
2406 | 2023-09-20T02:36:32.531Z | Compiling chrono v0.4.30 |
2407 | 2023-09-20T02:36:32.953Z | Compiling uuid v1.4.1 |
2408 | 2023-09-20T02:36:35.044Z | Compiling serde_tokenstream v0.2.0 |
2409 | 2023-09-20T02:36:35.873Z | Compiling serde_spanned v0.6.3 |
2410 | 2023-09-20T02:36:36.243Z | Compiling toml_datetime v0.6.3 |
2411 | 2023-09-20T02:36:36.912Z | Compiling toml_edit v0.19.15 |
2412 | 2023-09-20T02:36:40.989Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
2413 | 2023-09-20T02:36:41.663Z | Compiling bitflags v2.4.0 |
2414 | 2023-09-20T02:36:45.213Z | Compiling rustix v0.38.9 |
2415 | 2023-09-20T02:36:48.008Z | Compiling hyper v0.14.27 |
2416 | 2023-09-20T02:36:49.233Z | Compiling openapiv3 v1.0.3 |
2417 | 2023-09-20T02:36:53.596Z | Compiling serde_yaml v0.9.25 |
2418 | 2023-09-20T02:36:55.620Z | Compiling serde_urlencoded v0.7.1 |
2419 | 2023-09-20T02:36:56.639Z | Compiling proc-macro-crate v1.3.1 |
2420 | 2023-09-20T02:36:57.173Z | Compiling hyper-rustls v0.24.1 |
2421 | 2023-09-20T02:36:57.327Z | Compiling ipnetwork v0.20.0 |
2422 | 2023-09-20T02:36:57.748Z | Compiling usdt-impl v0.3.5 |
2423 | 2023-09-20T02:36:58.101Z | Compiling serde_tokenstream v0.1.7 |
2424 | 2023-09-20T02:36:59.387Z | Compiling hex v0.4.3 |
2425 | 2023-09-20T02:36:59.925Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
2426 | 2023-09-20T02:37:00.347Z | Compiling num_enum_derive v0.5.11 |
2427 | 2023-09-20T02:37:00.606Z | Compiling reqwest v0.11.20 |
2428 | 2023-09-20T02:37:03.282Z | Compiling structmeta-derive v0.1.6 |
2429 | 2023-09-20T02:37:04.307Z | Compiling md-5 v0.10.5 |
2430 | 2023-09-20T02:37:07.203Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
2431 | 2023-09-20T02:37:07.399Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
2432 | 2023-09-20T02:37:07.694Z | Compiling structmeta v0.1.6 |
2433 | 2023-09-20T02:37:08.555Z | Compiling toml v0.7.6 |
2434 | 2023-09-20T02:37:10.649Z | Compiling postgres-protocol v0.6.6 |
2435 | 2023-09-20T02:37:15.792Z | Compiling slog-async v2.8.0 |
2436 | 2023-09-20T02:37:17.858Z | Compiling slog-term v2.9.0 |
2437 | 2023-09-20T02:37:18.597Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
2438 | 2023-09-20T02:37:21.807Z | Compiling num_enum v0.5.11 |
2439 | 2023-09-20T02:37:22.062Z | Compiling usdt-macro v0.3.5 |
2440 | 2023-09-20T02:37:22.830Z | Compiling usdt-attr-macro v0.3.5 |
2441 | 2023-09-20T02:37:23.943Z | Compiling is-terminal v0.4.9 |
2442 | 2023-09-20T02:37:24.152Z | Compiling slog-json v2.6.1 |
2443 | 2023-09-20T02:37:24.994Z | Compiling serde_with v2.3.3 |
2444 | 2023-09-20T02:37:25.019Z | Compiling camino v1.1.6 |
2445 | 2023-09-20T02:37:28.143Z | Compiling futures v0.3.28 |
2446 | 2023-09-20T02:37:28.321Z | Compiling async-stream-impl v0.3.5 |
2447 | 2023-09-20T02:37:30.367Z | Compiling parse-display-derive v0.7.0 |
2448 | 2023-09-20T02:37:33.148Z | Compiling strum_macros v0.25.2 |
2449 | 2023-09-20T02:37:36.675Z | Compiling async-stream v0.3.5 |
2450 | 2023-09-20T02:37:37.319Z | Compiling usdt v0.3.5 |
2451 | 2023-09-20T02:37:38.117Z | Compiling slog-bunyan v2.4.0 |
2452 | 2023-09-20T02:37:38.535Z | Compiling postgres-types v0.2.6 |
2453 | 2023-09-20T02:37:39.409Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
2454 | 2023-09-20T02:37:40.459Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069) |
2455 | 2023-09-20T02:37:41.692Z | Compiling serde_path_to_error v0.1.14 |
2456 | 2023-09-20T02:37:42.910Z | Compiling sha1 v0.10.5 |
2457 | 2023-09-20T02:37:43.804Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069) |
2458 | 2023-09-20T02:37:44.441Z | Compiling tokio-postgres v0.7.10 |
2459 | 2023-09-20T02:37:45.651Z | Compiling backoff v0.4.0 |
2460 | 2023-09-20T02:37:46.236Z | Compiling semver v1.0.18 |
2461 | 2023-09-20T02:37:47.731Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
2462 | 2023-09-20T02:37:48.051Z | Compiling strum v0.25.0 |
2463 | 2023-09-20T02:37:48.332Z | Compiling proc-macro-error v1.0.4 |
2464 | 2023-09-20T02:37:48.847Z | Compiling parse-display v0.7.0 |
2465 | 2023-09-20T02:37:49.672Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2466 | 2023-09-20T02:37:49.937Z | Compiling macaddr v1.0.1 |
2467 | 2023-09-20T02:37:51.156Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2468 | 2023-09-20T02:37:51.563Z | Compiling postcard v0.7.3 |
2469 | 2023-09-20T02:37:52.200Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2470 | 2023-09-20T02:38:04.666Z | Compiling foreign-types-macros v0.2.3 |
2471 | 2023-09-20T02:38:06.169Z | Compiling der_derive v0.7.2 |
2472 | 2023-09-20T02:38:06.581Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
2473 | 2023-09-20T02:38:10.107Z | Compiling der v0.7.8 |
2474 | 2023-09-20T02:38:13.299Z | Compiling foreign-types v0.5.0 |
2475 | 2023-09-20T02:38:14.130Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2476 | 2023-09-20T02:38:15.326Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
2477 | 2023-09-20T02:38:16.634Z | Compiling num-integer v0.1.45 |
2478 | 2023-09-20T02:38:18.032Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2479 | 2023-09-20T02:38:18.256Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2480 | 2023-09-20T02:38:18.643Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
2481 | 2023-09-20T02:38:18.995Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2482 | 2023-09-20T02:38:19.711Z | Compiling spki v0.7.2 |
2483 | 2023-09-20T02:38:20.602Z | Compiling colored v2.0.4 |
2484 | 2023-09-20T02:38:20.671Z | Compiling num-iter v0.1.43 |
2485 | 2023-09-20T02:38:22.917Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2486 | 2023-09-20T02:38:24.636Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2487 | 2023-09-20T02:38:24.784Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
2488 | 2023-09-20T02:38:26.735Z | Compiling zone_cfg_derive v0.2.0 |
2489 | 2023-09-20T02:38:28.925Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2490 | 2023-09-20T02:38:29.173Z | Compiling semver-parser v0.10.2 |
2491 | 2023-09-20T02:38:29.760Z | Compiling tempfile v3.8.0 |
2492 | 2023-09-20T02:38:31.006Z | Compiling semver v0.11.0 |
2493 | 2023-09-20T02:38:32.181Z | Compiling bitvec v1.0.1 |
2494 | 2023-09-20T02:38:32.460Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2495 | 2023-09-20T02:38:33.372Z | Compiling zone v0.2.0 |
2496 | 2023-09-20T02:38:34.101Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
2497 | 2023-09-20T02:38:38.396Z | Compiling pkcs8 v0.10.2 |
2498 | 2023-09-20T02:38:38.492Z | Compiling smf v0.2.2 |
2499 | 2023-09-20T02:38:38.569Z | Compiling packed_struct_codegen v0.10.1 |
2500 | 2023-09-20T02:38:39.186Z | Compiling clap_derive v4.4.2 |
2501 | 2023-09-20T02:38:39.552Z | Compiling password-hash v0.5.0 |
2502 | 2023-09-20T02:38:39.710Z | Compiling blake2 v0.10.6 |
2503 | 2023-09-20T02:38:40.909Z | Compiling toolchain_find v0.2.0 |
2504 | 2023-09-20T02:38:41.478Z | Compiling argon2 v0.5.2 |
2505 | 2023-09-20T02:38:41.979Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2506 | 2023-09-20T02:38:42.876Z | Compiling pkcs1 v0.7.5 |
2507 | 2023-09-20T02:38:42.986Z | Compiling packed_struct v0.10.1 |
2508 | 2023-09-20T02:38:43.285Z | Compiling num-bigint-dig v0.8.4 |
2509 | 2023-09-20T02:38:43.784Z | Compiling structopt-derive v0.4.18 |
2510 | 2023-09-20T02:38:46.305Z | Compiling toml v0.5.11 |
2511 | 2023-09-20T02:38:47.132Z | Compiling clap v4.4.3 |
2512 | 2023-09-20T02:38:47.302Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2513 | 2023-09-20T02:38:47.447Z | Compiling signature v2.1.0 |
2514 | 2023-09-20T02:38:47.919Z | Compiling petgraph v0.6.4 |
2515 | 2023-09-20T02:38:48.387Z | Compiling structopt v0.3.26 |
2516 | 2023-09-20T02:38:48.628Z | Compiling env_logger v0.10.0 |
2517 | 2023-09-20T02:38:49.444Z | Compiling rustfmt-wrapper v0.2.0 |
2518 | 2023-09-20T02:38:50.509Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
2519 | 2023-09-20T02:38:50.868Z | Compiling sha3 v0.10.8 |
2520 | 2023-09-20T02:38:51.204Z | Compiling rsa v0.9.2 |
2521 | 2023-09-20T02:38:52.076Z | Compiling omicron-zone-package v0.8.3 |
2522 | 2023-09-20T02:38:52.620Z | Compiling bzip2 v0.4.4 |
2523 | 2023-09-20T02:38:53.385Z | Compiling serde-hex v0.1.0 |
2524 | 2023-09-20T02:38:55.254Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2525 | 2023-09-20T02:38:55.356Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2526 | 2023-09-20T02:38:55.922Z | Compiling cancel-safe-futures v0.1.2 |
2527 | 2023-09-20T02:38:56.282Z | Compiling x509-cert v0.2.4 |
2528 | 2023-09-20T02:38:56.623Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2529 | 2023-09-20T02:38:57.846Z | Compiling ron v0.8.1 |
2530 | 2023-09-20T02:38:58.625Z | Compiling secrecy v0.8.0 |
2531 | 2023-09-20T02:38:59.057Z | Compiling snafu-derive v0.7.5 |
2532 | 2023-09-20T02:39:00.343Z | Compiling derive-where v1.2.5 |
2533 | 2023-09-20T02:39:02.562Z | Compiling hkdf v0.12.3 |
2534 | 2023-09-20T02:39:02.974Z | Compiling slog-scope v4.4.0 |
2535 | 2023-09-20T02:39:04.347Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2536 | 2023-09-20T02:39:04.631Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2537 | 2023-09-20T02:39:05.519Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
2538 | 2023-09-20T02:39:06.006Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2539 | 2023-09-20T02:39:07.607Z | Compiling snafu v0.7.5 |
2540 | 2023-09-20T02:39:09.099Z | Compiling zip v0.6.6 |
2541 | 2023-09-20T02:39:09.654Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2542 | 2023-09-20T02:39:09.761Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
2543 | 2023-09-20T02:39:10.317Z | Compiling olpc-cjson v0.1.3 |
2544 | 2023-09-20T02:39:11.194Z | Compiling serde_plain v1.0.2 |
2545 | 2023-09-20T02:39:12.055Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2546 | 2023-09-20T02:39:14.421Z | Compiling lpc55_sign v0.3.2 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
2547 | 2023-09-20T02:39:19.126Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#0c642f6e) |
2548 | 2023-09-20T02:39:21.069Z | Compiling tough v0.12.5 |
2549 | 2023-09-20T02:39:21.078Z | Compiling slog-stdlog v4.1.1 |
2550 | 2023-09-20T02:39:22.550Z | Compiling buf-list v1.0.3 |
2551 | 2023-09-20T02:39:22.697Z | Compiling ciborium v0.2.1 |
2552 | 2023-09-20T02:39:24.325Z | Compiling camino-tempfile v1.0.2 |
2553 | 2023-09-20T02:39:24.786Z | Compiling bytesize v1.3.0 |
2554 | 2023-09-20T02:39:25.644Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2555 | 2023-09-20T02:39:25.753Z | Compiling slog-envlogger v2.2.0 |
2556 | 2023-09-20T02:39:26.669Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2557 | 2023-09-20T02:39:30.352Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2558 | 2023-09-20T02:39:39.360Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client) |
2559 | 2023-09-20T02:39:50.842Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2560 | 2023-09-20T02:40:43.756Z | Finished release [optimized] target(s) in 5m 01s |
2561 | 2023-09-20T02:41:01.588Z | |
2562 | 2023-09-20T02:41:01.591Z | real 5:20.066154651 |
2563 | 2023-09-20T02:41:01.594Z | user 35:49.396381307 |
2564 | 2023-09-20T02:41:01.598Z | sys 2:24.022795030 |
2565 | 2023-09-20T02:41:01.602Z | trap 1.366135924 |
2566 | 2023-09-20T02:41:01.606Z | tflt 0.803539984 |
2567 | 2023-09-20T02:41:01.610Z | dflt 0.475380836 |
2568 | 2023-09-20T02:41:01.613Z | kflt 0.003494619 |
2569 | 2023-09-20T02:41:01.616Z | lock 2:15:40.682565386 |
2570 | 2023-09-20T02:41:01.620Z | slp 1:45:04.035821965 |
2571 | 2023-09-20T02:41:01.623Z | lat 1:14.711178112 |
2572 | 2023-09-20T02:41:01.626Z | stop 28.136458042 |
2573 | 2023-09-20T02:41:01.630Z | + stamp_packages installinator maghemite |
2574 | 2023-09-20T02:41:01.633Z | + for package in "$@" |
2575 | 2023-09-20T02:41:01.636Z | + [[ installinator == maghemite ]] |
2576 | 2023-09-20T02:41:01.639Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+git752cc3a1949 |
2577 | 2023-09-20T02:41:02.639Z | Finished release [optimized] target(s) in 0.97s |
2578 | 2023-09-20T02:41:02.668Z | Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+git752cc3a1949` |
2579 | 2023-09-20T02:41:02.706Z | Sep 20 02:41:02.704 DEBG target[active]: Target({"image": "trampoline"}) |
2580 | 2023-09-20T02:41:02.824Z | Created: out/versioned/installinator.tar |
2581 | 2023-09-20T02:41:02.827Z | + for package in "$@" |
2582 | 2023-09-20T02:41:02.829Z | + [[ maghemite == maghemite ]] |
2583 | 2023-09-20T02:41:02.832Z | + echo 0.0.0 |
2584 | 2023-09-20T02:41:02.835Z | + tar rvf out/maghemite.tar VERSION |
2585 | 2023-09-20T02:41:02.838Z | a VERSION 1K |
2586 | 2023-09-20T02:41:02.841Z | + rm VERSION |
2587 | 2023-09-20T02:41:02.844Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git752cc3a1949 |
2588 | 2023-09-20T02:41:03.844Z | Finished release [optimized] target(s) in 0.93s |
2589 | 2023-09-20T02:41:03.874Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git752cc3a1949` |
2590 | 2023-09-20T02:41:05.124Z | Sep 20 02:41:03.908 DEBG target[active]: Target({"image": "trampoline"}) |
2591 | 2023-09-20T02:41:05.127Z | Created: out/versioned/maghemite.tar |
2592 | 2023-09-20T02:41:05.131Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2593 | 2023-09-20T02:41:05.134Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2594 | 2023-09-20T02:41:05.139Z | ++ cd -- ./tools |
2595 | 2023-09-20T02:41:05.142Z | ++ pwd |
2596 | 2023-09-20T02:41:05.145Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2597 | 2023-09-20T02:41:05.147Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2598 | 2023-09-20T02:41:05.150Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2599 | 2023-09-20T02:41:05.153Z | ++ readlink -f /work |
2600 | 2023-09-20T02:41:05.156Z | + out_dir=/work |
2601 | 2023-09-20T02:41:05.159Z | + deps=($tarball_src_dir/installinator.tar $tarball_src_dir/maghemite.tar) |
2602 | 2023-09-20T02:41:05.162Z | + for dep in ${deps[@]} |
2603 | 2023-09-20T02:41:05.165Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2604 | 2023-09-20T02:41:05.167Z | + for dep in ${deps[@]} |
2605 | 2023-09-20T02:41:05.170Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2606 | 2023-09-20T02:41:05.174Z | ++ mktemp -d |
2607 | 2023-09-20T02:41:05.177Z | + tmp_trampoline=/tmp/tmp.mAaOsj |
2608 | 2023-09-20T02:41:05.180Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2609 | 2023-09-20T02:41:05.183Z | + echo '{"v":"1","t":"layer"}' |
2610 | 2023-09-20T02:41:05.186Z | + pkg_dir=/tmp/tmp.mAaOsj/root/opt/oxide/installinator |
2611 | 2023-09-20T02:41:05.190Z | + mkdir -p /tmp/tmp.mAaOsj/root/opt/oxide/installinator |
2612 | 2023-09-20T02:41:05.193Z | + cd /tmp/tmp.mAaOsj/root/opt/oxide/installinator |
2613 | 2023-09-20T02:41:05.196Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2614 | 2023-09-20T02:41:05.199Z | x ., 0 bytes, 0 tape blocks |
2615 | 2023-09-20T02:41:05.202Z | x installinator, 45464704 bytes, 88799 tape blocks |
2616 | 2023-09-20T02:41:05.205Z | x pkg, 0 bytes, 0 tape blocks |
2617 | 2023-09-20T02:41:05.208Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2618 | 2023-09-20T02:41:05.212Z | x VERSION, 25 bytes, 1 tape blocks |
2619 | 2023-09-20T02:41:05.215Z | + mkdir -p /tmp/tmp.mAaOsj/root/lib/svc/manifest/site/ |
2620 | 2023-09-20T02:41:05.218Z | + mv pkg/manifest.xml /tmp/tmp.mAaOsj/root/lib/svc/manifest/site/installinator.xml |
2621 | 2023-09-20T02:41:05.221Z | + cd - |
2622 | 2023-09-20T02:41:05.224Z | /work/oxidecomputer/omicron |
2623 | 2023-09-20T02:41:05.227Z | + pkg_dir=/tmp/tmp.mAaOsj/root/opt/oxide/mg-ddm |
2624 | 2023-09-20T02:41:05.230Z | + mkdir -p /tmp/tmp.mAaOsj/root/opt/oxide/mg-ddm |
2625 | 2023-09-20T02:41:05.233Z | + cd /tmp/tmp.mAaOsj/root/opt/oxide/mg-ddm |
2626 | 2023-09-20T02:41:05.236Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2627 | 2023-09-20T02:41:05.239Z | x ., 0 bytes, 0 tape blocks |
2628 | 2023-09-20T02:41:05.242Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2629 | 2023-09-20T02:41:05.245Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2630 | 2023-09-20T02:41:05.248Z | x pkg, 0 bytes, 0 tape blocks |
2631 | 2023-09-20T02:41:05.251Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2632 | 2023-09-20T02:41:05.253Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2633 | 2023-09-20T02:41:05.256Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2634 | 2023-09-20T02:41:05.259Z | x VERSION, 25 bytes, 1 tape blocks |
2635 | 2023-09-20T02:41:05.262Z | + cd - |
2636 | 2023-09-20T02:41:05.266Z | /work/oxidecomputer/omicron |
2637 | 2023-09-20T02:41:05.673Z | + cd /tmp/tmp.mAaOsj |
2638 | 2023-09-20T02:41:05.677Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2639 | 2023-09-20T02:41:10.558Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2640 | 2023-09-20T02:41:10.628Z | a oxide.json 1K |
2641 | 2023-09-20T02:41:10.636Z | a root/ 0K |
2642 | 2023-09-20T02:41:10.647Z | a root/opt/ 0K |
2643 | 2023-09-20T02:41:10.651Z | a root/opt/oxide/ 0K |
2644 | 2023-09-20T02:41:10.654Z | a root/opt/oxide/installinator/ 0K |
2645 | 2023-09-20T02:41:10.664Z | a root/opt/oxide/installinator/installinator 44400K |
2646 | 2023-09-20T02:41:10.668Z | a root/opt/oxide/installinator/pkg/ 0K |
2647 | 2023-09-20T02:41:10.673Z | a root/opt/oxide/installinator/VERSION 1K |
2648 | 2023-09-20T02:41:10.677Z | a root/opt/oxide/mg-ddm/ 0K |
2649 | 2023-09-20T02:41:10.680Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2650 | 2023-09-20T02:41:10.684Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2651 | 2023-09-20T02:41:10.686Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2652 | 2023-09-20T02:41:10.690Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2653 | 2023-09-20T02:41:10.693Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2654 | 2023-09-20T02:41:10.697Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2655 | 2023-09-20T02:41:10.702Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2656 | 2023-09-20T02:41:10.706Z | a root/lib/ 0K |
2657 | 2023-09-20T02:41:10.710Z | a root/lib/svc/ 0K |
2658 | 2023-09-20T02:41:10.715Z | a root/lib/svc/manifest/ 0K |
2659 | 2023-09-20T02:41:10.718Z | a root/lib/svc/manifest/site/ 0K |
2660 | 2023-09-20T02:41:10.721Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2661 | 2023-09-20T02:41:10.725Z | + cd / |
2662 | 2023-09-20T02:41:10.728Z | + rm -rf /tmp/tmp.mAaOsj |
2663 | 2023-09-20T02:41:10.731Z | |
2664 | 2023-09-20T02:41:10.734Z | real 6.415494056 |
2665 | 2023-09-20T02:41:10.738Z | user 6.007205816 |
2666 | 2023-09-20T02:41:10.741Z | sys 0.436962383 |
2667 | 2023-09-20T02:41:10.744Z | trap 0.001930854 |
2668 | 2023-09-20T02:41:10.748Z | tflt 0.000000000 |
2669 | 2023-09-20T02:41:10.752Z | dflt 0.000000000 |
2670 | 2023-09-20T02:41:10.755Z | kflt 0.000000000 |
2671 | 2023-09-20T02:41:10.757Z | lock 0.000000000 |
2672 | 2023-09-20T02:41:10.761Z | slp 12.419262110 |
2673 | 2023-09-20T02:41:10.764Z | lat 0.180311848 |
2674 | 2023-09-20T02:41:10.767Z | stop 0.000287492 |
2675 | 2023-09-20T02:41:10.771Z | process exited: duration 2577375 ms, exit code 0 |
|
2676 | 2023-09-20T02:41:10.781Z | found 20 output files |
2677 | 2023-09-20T02:41:10.789Z | uploading: /work/version.txt (26 bytes) |
2678 | 2023-09-20T02:41:11.805Z | uploaded: /work/version.txt |
2679 | 2023-09-20T02:41:11.820Z | uploading: /work/package.tar.gz (82446428 bytes) |
2680 | 2023-09-20T02:41:55.066Z | uploaded: /work/package.tar.gz |
2681 | 2023-09-20T02:41:55.077Z | uploading: /work/global-zone-packages.tar.gz (124987795 bytes) |
2682 | 2023-09-20T02:42:48.044Z | uploaded: /work/global-zone-packages.tar.gz |
2683 | 2023-09-20T02:42:48.047Z | uploading: /work/trampoline-global-zone-packages.tar.gz (37822673 bytes) |
2684 | 2023-09-20T02:43:06.685Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2685 | 2023-09-20T02:43:06.688Z | uploading: /work/zones/clickhouse.tar.gz (180634217 bytes) |
2686 | 2023-09-20T02:44:18.034Z | uploaded: /work/zones/clickhouse.tar.gz |
2687 | 2023-09-20T02:44:18.060Z | uploading: /work/zones/clickhouse_keeper.tar.gz (180633759 bytes) |
2688 | 2023-09-20T02:45:30.485Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2689 | 2023-09-20T02:45:30.489Z | uploading: /work/zones/cockroachdb.tar.gz (117695920 bytes) |
2690 | 2023-09-20T02:46:22.207Z | uploaded: /work/zones/cockroachdb.tar.gz |
2691 | 2023-09-20T02:46:22.218Z | uploading: /work/zones/crucible-pantry.tar.gz (22791899 bytes) |
2692 | 2023-09-20T02:46:34.067Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2693 | 2023-09-20T02:46:34.078Z | uploading: /work/zones/crucible.tar.gz (42814079 bytes) |
2694 | 2023-09-20T02:46:50.862Z | uploaded: /work/zones/crucible.tar.gz |
2695 | 2023-09-20T02:46:50.873Z | uploading: /work/zones/external-dns.tar.gz (21992896 bytes) |
2696 | 2023-09-20T02:46:59.682Z | uploaded: /work/zones/external-dns.tar.gz |
2697 | 2023-09-20T02:46:59.699Z | uploading: /work/zones/internal-dns.tar.gz (21992895 bytes) |
2698 | 2023-09-20T02:47:09.172Z | uploaded: /work/zones/internal-dns.tar.gz |
2699 | 2023-09-20T02:47:09.176Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2700 | 2023-09-20T02:47:10.183Z | uploaded: /work/zones/ntp.tar.gz |
2701 | 2023-09-20T02:47:10.194Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (15620544 bytes) |
2702 | 2023-09-20T02:47:18.245Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2703 | 2023-09-20T02:47:18.256Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (15618588 bytes) |
2704 | 2023-09-20T02:47:28.262Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2705 | 2023-09-20T02:47:28.273Z | uploading: /work/zones/omicron-nexus.tar.gz (67009488 bytes) |
2706 | 2023-09-20T02:47:52.375Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2707 | 2023-09-20T02:47:52.378Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2708 | 2023-09-20T02:47:53.386Z | uploaded: /work/zones/overlay.tar.gz |
2709 | 2023-09-20T02:47:53.397Z | uploading: /work/zones/oximeter-collector.tar.gz (16184447 bytes) |
2710 | 2023-09-20T02:48:01.321Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2711 | 2023-09-20T02:48:01.332Z | uploading: /work/zones/propolis-server.tar.gz (66230926 bytes) |
2712 | 2023-09-20T02:48:23.601Z | uploaded: /work/zones/propolis-server.tar.gz |
2713 | 2023-09-20T02:48:23.613Z | uploading: /work/zones/switch-asic.tar.gz (219608773 bytes) |
2714 | 2023-09-20T02:49:53.558Z | uploaded: /work/zones/switch-asic.tar.gz |
2715 | 2023-09-20T02:49:53.610Z | uploading: /work/zones/switch-softnpu.tar.gz (141546963 bytes) |
2716 | 2023-09-20T02:50:45.051Z | uploaded: /work/zones/switch-softnpu.tar.gz |