|
|
|
1 | 2023-10-11T19:26:27.655Z | job assigned to worker 01HCG35ZD9MYR02NK8JVX5HXNA (queued for 1 m 41 s) |
|
2 | 2023-10-11T19:26:27.824Z | starting task 0: "setup" |
3 | 2023-10-11T19:26:28.452Z | ++ uname -s |
4 | 2023-10-11T19:26:28.461Z | + kern=SunOS |
5 | 2023-10-11T19:26:28.466Z | + case "$kern" in |
6 | 2023-10-11T19:26:28.469Z | + groupadd -g 12345 build |
7 | 2023-10-11T19:26:28.472Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-11T19:26:30.459Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-11T19:26:30.625Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-11T19:26:30.632Z | + home_fs=zfs |
11 | 2023-10-11T19:26:30.636Z | + [[ zfs == autofs ]] |
12 | 2023-10-11T19:26:30.640Z | + mkdir -p /home/build |
13 | 2023-10-11T19:26:30.645Z | + chown build:build /home/build /work |
14 | 2023-10-11T19:26:32.577Z | + chmod 0700 /home/build /work |
15 | 2023-10-11T19:26:32.581Z | process exited: duration 4346 ms, exit code 0 |
|
16 | 2023-10-11T19:26:32.587Z | starting task 1: "rust-toolchain" |
17 | 2023-10-11T19:26:32.598Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-11T19:26:32.601Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-11T19:26:32.856Z | info: downloading installer |
20 | 2023-10-11T19:26:34.391Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-11T19:26:34.401Z | warning: /opt/ooce/bin |
22 | 2023-10-11T19:26:34.405Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-11T19:26:34.410Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-11T19:26:34.426Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-11T19:26:34.432Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-11T19:26:34.440Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-11T19:26:34.448Z | error: cannot install while Rust is installed |
28 | 2023-10-11T19:26:34.454Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-11T19:26:34.541Z | info: profile set to 'default' |
30 | 2023-10-11T19:26:34.547Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-11T19:26:34.555Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-11T19:26:34.698Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-11T19:26:34.706Z | info: downloading component 'cargo' |
34 | 2023-10-11T19:26:35.294Z | info: downloading component 'clippy' |
35 | 2023-10-11T19:26:35.515Z | info: downloading component 'rust-docs' |
36 | 2023-10-11T19:26:36.253Z | info: downloading component 'rust-std' |
37 | 2023-10-11T19:26:37.582Z | info: downloading component 'rustc' |
38 | 2023-10-11T19:26:40.882Z | info: downloading component 'rustfmt' |
39 | 2023-10-11T19:26:41.082Z | info: installing component 'cargo' |
40 | 2023-10-11T19:26:42.821Z | info: installing component 'clippy' |
41 | 2023-10-11T19:26:43.600Z | info: installing component 'rust-docs' |
42 | 2023-10-11T19:26:46.293Z | info: installing component 'rust-std' |
43 | 2023-10-11T19:26:49.999Z | info: installing component 'rustc' |
44 | 2023-10-11T19:26:57.211Z | info: installing component 'rustfmt' |
45 | 2023-10-11T19:26:57.817Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-11T19:26:57.821Z | |
47 | 2023-10-11T19:26:57.952Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-11T19:26:57.956Z | |
49 | 2023-10-11T19:26:57.959Z | |
50 | 2023-10-11T19:26:57.962Z | Rust is installed now. Great! |
51 | 2023-10-11T19:26:57.965Z | |
52 | 2023-10-11T19:26:57.968Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-11T19:26:57.972Z | environment variable. This has not been done automatically. |
54 | 2023-10-11T19:26:57.975Z | |
55 | 2023-10-11T19:26:57.978Z | To configure your current shell, run: |
56 | 2023-10-11T19:26:57.981Z | source "$HOME/.cargo/env" |
57 | 2023-10-11T19:26:58.038Z | + rustc --version |
58 | 2023-10-11T19:26:58.147Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-11T19:26:58.153Z | process exited: duration 25566 ms, exit code 0 |
|
60 | 2023-10-11T19:26:58.159Z | starting task 2: "authentication" |
61 | 2023-10-11T19:26:58.192Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2023-10-11T19:26:58.198Z | starting task 3: "clone repository" |
63 | 2023-10-11T19:26:58.207Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-11T19:26:58.210Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-11T19:26:58.327Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-11T19:27:05.154Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-11T19:27:05.175Z | + [[ -n sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir ]] |
68 | 2023-10-11T19:27:05.184Z | + git fetch origin sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir |
69 | 2023-10-11T19:27:05.536Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-11T19:27:05.548Z | * branch sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir -> FETCH_HEAD |
71 | 2023-10-11T19:27:05.554Z | + git checkout -B sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir remotes/origin/sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir |
72 | 2023-10-11T19:27:05.623Z | Switched to a new branch 'sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir' |
73 | 2023-10-11T19:27:05.629Z | branch 'sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir' set up to track 'origin/sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir'. |
74 | 2023-10-11T19:27:05.636Z | + git reset --hard 6200e35e697b068e2105c6b265d7eb8b09b3b2f5 |
75 | 2023-10-11T19:27:05.645Z | HEAD is now at 6200e35e [𝘀𝗽𝗿] initial version |
76 | 2023-10-11T19:27:05.652Z | process exited: duration 7438 ms, exit code 0 |
|
77 | 2023-10-11T19:27:05.664Z | starting task 4: "build" |
78 | 2023-10-11T19:27:05.678Z | + cargo --version |
79 | 2023-10-11T19:27:05.765Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-11T19:27:05.772Z | + rustc --version |
81 | 2023-10-11T19:27:05.876Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-11T19:27:05.893Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2023-10-11T19:27:14.598Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2023-10-11T19:27:15.647Z | Startup: Caching catalogs ... Done |
85 | 2023-10-11T19:27:18.267Z | Planning: Solver setup ... Done (2.828s) |
86 | 2023-10-11T19:27:18.353Z | Planning: Running solver ... Done (0.085s) |
87 | 2023-10-11T19:27:18.440Z | Planning: Finding local manifests ... Done (0.003s) |
88 | 2023-10-11T19:27:18.463Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2023-10-11T19:27:19.131Z | Planning: Fetching manifests: 4/4 100% complete |
90 | 2023-10-11T19:27:19.199Z | Planning: Package planning ... Done (0.079s) |
91 | 2023-10-11T19:27:19.288Z | Planning: Merging actions ... Done (0.084s) |
92 | 2023-10-11T19:27:20.194Z | Planning: Checking for conflicting actions ... Done (0.899s) |
93 | 2023-10-11T19:27:20.206Z | Planning: Consolidating action changes ... Done (0.017s) |
94 | 2023-10-11T19:27:24.973Z | Planning: Evaluating mediators ... Done (4.358s) |
95 | 2023-10-11T19:27:25.000Z | Planning: Planning completed in 9.29 seconds |
96 | 2023-10-11T19:27:26.207Z | Packages to install: 4 |
97 | 2023-10-11T19:27:26.274Z | Mediators to change: 2 |
98 | 2023-10-11T19:27:26.308Z | Services to change: 1 |
99 | 2023-10-11T19:27:26.332Z | Estimated space available: 149.39 GB |
100 | 2023-10-11T19:27:26.353Z | Estimated space to be consumed: 1.35 GB |
101 | 2023-10-11T19:27:26.375Z | Create boot environment: No |
102 | 2023-10-11T19:27:26.387Z | Create backup boot environment: No |
103 | 2023-10-11T19:27:26.400Z | Rebuild boot archive: No |
104 | 2023-10-11T19:27:26.414Z | |
105 | 2023-10-11T19:27:26.424Z | Changed mediators: |
106 | 2023-10-11T19:27:26.437Z | mediator clang: |
107 | 2023-10-11T19:27:26.450Z | version: None -> 15 (system default) |
108 | 2023-10-11T19:27:26.460Z | |
109 | 2023-10-11T19:27:26.472Z | mediator llvm: |
110 | 2023-10-11T19:27:26.483Z | version: 14 (system default) -> 15 (system default) |
111 | 2023-10-11T19:27:26.497Z | |
112 | 2023-10-11T19:27:26.510Z | Changed packages: |
113 | 2023-10-11T19:27:26.524Z | helios-dev |
114 | 2023-10-11T19:27:26.539Z | developer/build-essential |
115 | 2023-10-11T19:27:26.554Z | None -> 11-2.0 |
116 | 2023-10-11T19:27:26.568Z | library/libxmlsec1 |
117 | 2023-10-11T19:27:26.580Z | None -> 1.2.35-2.0 |
118 | 2023-10-11T19:27:26.593Z | ooce/developer/clang-15 |
119 | 2023-10-11T19:27:27.020Z | None -> 15.0.7-2.0 |
120 | 2023-10-11T19:27:27.035Z | ooce/developer/llvm-15 |
121 | 2023-10-11T19:27:27.054Z | None -> 15.0.7-2.0 |
122 | 2023-10-11T19:27:27.073Z | |
123 | 2023-10-11T19:27:27.085Z | Services: |
124 | 2023-10-11T19:27:27.100Z | restart_fmri: |
125 | 2023-10-11T19:27:27.125Z | svc:/system/update-man-index:default |
126 | 2023-10-11T19:27:27.149Z | |
127 | 2023-10-11T19:27:27.183Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
128 | 2023-10-11T19:27:32.284Z | Download: 206/3290 items 1.3/212.6MB 0% complete (292k/s) |
129 | 2023-10-11T19:27:42.000Z | Download: 212/3290 items 1.3/212.6MB 0% complete (269k/s) |
130 | 2023-10-11T19:27:46.605Z | Download: 542/3290 items 17.3/212.6MB 8% complete (3.4M/s) |
131 | 2023-10-11T19:27:51.603Z | Download: 871/3290 items 18.7/212.6MB 8% complete (1.8M/s) |
132 | 2023-10-11T19:27:56.625Z | Download: 1186/3290 items 53.3/212.6MB 25% complete (3.5M/s) |
133 | 2023-10-11T19:28:07.503Z | Download: 1197/3290 items 83.3/212.6MB 39% complete (6.4M/s) |
134 | 2023-10-11T19:28:12.931Z | Download: 2365/3290 items 119.9/212.6MB 56% complete (7.4M/s) |
135 | 2023-10-11T19:28:17.499Z | Download: 3098/3290 items 130.2/212.6MB 61% complete (4.6M/s) |
136 | 2023-10-11T19:28:22.956Z | Download: 3247/3290 items 203.1/212.6MB 95% complete (8.8M/s) |
137 | 2023-10-11T19:28:42.676Z | Download: 3248/3290 items 203.1/212.6MB 95% complete |
138 | 2023-10-11T19:28:46.072Z | Download: Completed 212.60 MB in 79.58 seconds (2.7M/s) |
139 | 2023-10-11T19:28:46.291Z | Actions: 1/3687 actions (Installing new actions) |
140 | 2023-10-11T19:28:51.350Z | Actions: 2648/3687 actions (Installing new actions) |
141 | 2023-10-11T19:28:54.922Z | Actions: Completed 3687 actions in 8.22 seconds. |
142 | 2023-10-11T19:28:55.347Z | Done (0.056s) |
143 | 2023-10-11T19:28:55.366Z | Done (0.000s) |
144 | 2023-10-11T19:28:55.381Z | Done (0.146s) |
145 | 2023-10-11T19:29:02.269Z | Done (7.449s) |
146 | 2023-10-11T19:29:02.574Z | Done (0.200s) |
147 | 2023-10-11T19:29:02.604Z | Done (0.000s) |
148 | 2023-10-11T19:29:02.830Z | Done (0.000s) |
149 | 2023-10-11T19:29:03.484Z | Planning: Evaluating mediator changes ... Done |
150 | 2023-10-11T19:29:03.750Z | Planning: Checking for conflicting actions ... Done |
151 | 2023-10-11T19:29:03.767Z | Planning: Consolidating action changes ... Done |
152 | 2023-10-11T19:29:04.185Z | Planning: Evaluating mediators ... Done |
153 | 2023-10-11T19:29:04.212Z | Planning: Planning completed in 0.72 seconds |
154 | 2023-10-11T19:29:04.242Z | Mediators to change: 2 |
155 | 2023-10-11T19:29:04.260Z | Create boot environment: No |
156 | 2023-10-11T19:29:04.281Z | Create backup boot environment: No |
157 | 2023-10-11T19:29:04.435Z | Done |
158 | 2023-10-11T19:29:04.456Z | Done |
159 | 2023-10-11T19:29:04.517Z | Done |
160 | 2023-10-11T19:29:10.217Z | Done |
161 | 2023-10-11T19:29:10.350Z | Done |
162 | 2023-10-11T19:29:10.367Z | Done |
163 | 2023-10-11T19:29:10.471Z | Done |
164 | 2023-10-11T19:29:11.467Z | Planning: Evaluating mediator changes ... Done |
165 | 2023-10-11T19:29:11.483Z | Planning: Merging actions ... Done |
166 | 2023-10-11T19:29:11.792Z | Planning: Checking for conflicting actions ... Done |
167 | 2023-10-11T19:29:11.807Z | Planning: Consolidating action changes ... Done |
168 | 2023-10-11T19:29:12.216Z | Planning: Evaluating mediators ... Done |
169 | 2023-10-11T19:29:12.306Z | Planning: Planning completed in 1.27 seconds |
170 | 2023-10-11T19:29:12.365Z | Packages to change: 1 |
171 | 2023-10-11T19:29:12.384Z | Mediators to change: 1 |
172 | 2023-10-11T19:29:12.816Z | Services to change: 1 |
173 | 2023-10-11T19:29:12.830Z | Create boot environment: No |
174 | 2023-10-11T19:29:12.870Z | Create backup boot environment: Yes |
175 | 2023-10-11T19:29:14.669Z | Actions: 1/6 actions (Updating modified actions) |
176 | 2023-10-11T19:29:15.103Z | Actions: Completed 6 actions in 0.00 seconds. |
177 | 2023-10-11T19:29:15.120Z | Done |
178 | 2023-10-11T19:29:15.135Z | Done |
179 | 2023-10-11T19:29:15.154Z | Done |
180 | 2023-10-11T19:29:20.402Z | Done |
181 | 2023-10-11T19:29:20.531Z | Done |
182 | 2023-10-11T19:29:21.780Z | Done |
183 | 2023-10-11T19:29:22.238Z | Done |
184 | 2023-10-11T19:29:22.664Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
185 | 2023-10-11T19:29:22.681Z | clang system 15 system |
186 | 2023-10-11T19:29:22.702Z | csh system system illumos |
187 | 2023-10-11T19:29:22.718Z | ctags system system illumos |
188 | 2023-10-11T19:29:22.735Z | gcc vendor 12 vendor |
189 | 2023-10-11T19:29:22.747Z | gcc system 10 system |
190 | 2023-10-11T19:29:22.765Z | gcc system 7 system |
191 | 2023-10-11T19:29:22.781Z | go system 1.20 system |
192 | 2023-10-11T19:29:22.798Z | go system 1.19 system |
193 | 2023-10-11T19:29:23.247Z | llvm system 15 system |
194 | 2023-10-11T19:29:23.259Z | llvm system 14 system |
195 | 2023-10-11T19:29:23.275Z | mariadb system 10.6 system |
196 | 2023-10-11T19:29:23.293Z | mta vendor vendor dma |
197 | 2023-10-11T19:29:23.318Z | openjdk system 17 system |
198 | 2023-10-11T19:29:23.757Z | openjdk system 11 system |
199 | 2023-10-11T19:29:23.779Z | openjdk system 1.8 system |
200 | 2023-10-11T19:29:23.799Z | openssl vendor 3 vendor |
201 | 2023-10-11T19:29:23.816Z | perl system 5.36 system |
202 | 2023-10-11T19:29:23.828Z | postgresql system 15 system |
203 | 2023-10-11T19:29:23.844Z | postgresql system 13 system |
204 | 2023-10-11T19:29:23.864Z | python vendor 3 vendor |
205 | 2023-10-11T19:29:23.880Z | python system 2 system |
206 | 2023-10-11T19:29:23.895Z | python3 system 3.11 system |
207 | 2023-10-11T19:29:23.912Z | ruby system 3.0 system |
208 | 2023-10-11T19:29:23.930Z | words vendor vendor american-english |
209 | 2023-10-11T19:29:23.951Z | words system system australian-english |
210 | 2023-10-11T19:29:23.971Z | words system system british-english |
211 | 2023-10-11T19:29:24.402Z | words system system canadian-english |
212 | 2023-10-11T19:29:24.423Z | words system system french |
213 | 2023-10-11T19:29:24.441Z | words system system italian |
214 | 2023-10-11T19:29:24.503Z | words system system ngerman |
215 | 2023-10-11T19:29:24.525Z | words system system ogerman |
216 | 2023-10-11T19:29:24.547Z | words system system spanish |
217 | 2023-10-11T19:29:25.373Z | FMRI IFO |
218 | 2023-10-11T19:29:25.388Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
219 | 2023-10-11T19:29:25.400Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
220 | 2023-10-11T19:29:25.412Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
221 | 2023-10-11T19:29:25.424Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
222 | 2023-10-11T19:29:25.438Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
223 | 2023-10-11T19:29:25.449Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
224 | 2023-10-11T19:29:25.463Z | + set -o errexit |
225 | 2023-10-11T19:29:25.474Z | +++ dirname ./tools/ci_download_cockroachdb |
226 | 2023-10-11T19:29:25.486Z | ++ cd ./tools |
227 | 2023-10-11T19:29:25.539Z | ++ pwd |
228 | 2023-10-11T19:29:25.564Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
229 | 2023-10-11T19:29:25.588Z | ++ basename ./tools/ci_download_cockroachdb |
230 | 2023-10-11T19:29:25.612Z | + ARG0=ci_download_cockroachdb |
231 | 2023-10-11T19:29:26.058Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
232 | 2023-10-11T19:29:26.096Z | + CIDL_VERSION=v22.1.9 |
233 | 2023-10-11T19:29:26.121Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
234 | 2023-10-11T19:29:26.141Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
235 | 2023-10-11T19:29:26.168Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
236 | 2023-10-11T19:29:26.194Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
237 | 2023-10-11T19:29:27.442Z | + TARGET_DIR=out |
238 | 2023-10-11T19:29:27.472Z | + DOWNLOAD_DIR=out/downloads |
239 | 2023-10-11T19:29:28.721Z | + DEST_DIR=./out/cockroachdb |
240 | 2023-10-11T19:29:28.736Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
241 | 2023-10-11T19:29:28.744Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
242 | 2023-10-11T19:29:28.764Z | + main |
243 | 2023-10-11T19:29:28.774Z | + [[ 0 != 0 ]] |
244 | 2023-10-11T19:29:28.790Z | + CIDL_OS=solaris2.11 |
245 | 2023-10-11T19:29:28.803Z | + [[ 0 != 0 ]] |
246 | 2023-10-11T19:29:28.816Z | + configure_os solaris2.11 |
247 | 2023-10-11T19:29:28.830Z | + echo 'current directory: /work/oxidecomputer/omicron' |
248 | 2023-10-11T19:29:28.845Z | current directory: /work/oxidecomputer/omicron |
249 | 2023-10-11T19:29:28.868Z | + echo 'configuring based on OS: "solaris2.11"' |
250 | 2023-10-11T19:29:28.890Z | configuring based on OS: "solaris2.11" |
251 | 2023-10-11T19:29:28.918Z | + case "$1" in |
252 | 2023-10-11T19:29:28.960Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
253 | 2023-10-11T19:29:28.970Z | + CIDL_BUILD=illumos |
254 | 2023-10-11T19:29:28.982Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
255 | 2023-10-11T19:29:28.997Z | + CIDL_SUFFIX=tar.gz |
256 | 2023-10-11T19:29:29.010Z | Downloading... |
257 | 2023-10-11T19:29:29.023Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
258 | 2023-10-11T19:29:29.035Z | + CIDL_MD5FUNC=do_md5sum |
259 | 2023-10-11T19:29:29.052Z | + CIDL_URL_BASE=https://illumos.org/downloads |
260 | 2023-10-11T19:29:29.072Z | + CIDL_ASSEMBLE=do_assemble_illumos |
261 | 2023-10-11T19:29:29.091Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
262 | 2023-10-11T19:29:29.109Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
263 | 2023-10-11T19:29:30.354Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
264 | 2023-10-11T19:29:30.361Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
265 | 2023-10-11T19:29:30.373Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
266 | 2023-10-11T19:29:30.380Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
267 | 2023-10-11T19:29:30.392Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
268 | 2023-10-11T19:29:30.409Z | + mkdir -p out/downloads |
269 | 2023-10-11T19:29:30.437Z | + mkdir -p ./out/cockroachdb |
270 | 2023-10-11T19:29:30.452Z | + local DO_DOWNLOAD=true |
271 | 2023-10-11T19:29:30.473Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
272 | 2023-10-11T19:29:30.491Z | + '[' true == true ']' |
273 | 2023-10-11T19:29:30.505Z | + echo Downloading... |
274 | 2023-10-11T19:29:30.523Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-10-11T19:29:30.540Z | + 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 |
276 | 2023-10-11T19:29:30.563Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-10-11T19:29:30.583Z | ++ md5sum |
278 | 2023-10-11T19:29:31.018Z | ++ awk '{print $1}' |
279 | 2023-10-11T19:29:31.043Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
280 | 2023-10-11T19:29:31.068Z | + [[ 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 ]] |
281 | 2023-10-11T19:29:31.092Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2023-10-11T19:29:31.111Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
283 | 2023-10-11T19:29:35.057Z | + do_assemble_illumos |
284 | 2023-10-11T19:29:35.080Z | + rm -r ./out/cockroachdb |
285 | 2023-10-11T19:29:35.110Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
286 | 2023-10-11T19:29:35.536Z | + ./out/cockroachdb/bin/cockroach version |
287 | 2023-10-11T19:29:35.544Z | Build Tag: v22.1.9-dirty |
288 | 2023-10-11T19:29:35.553Z | Build Time: 2022/10/26 21:17:46 |
289 | 2023-10-11T19:29:35.577Z | Distribution: OSS |
290 | 2023-10-11T19:29:35.586Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
291 | 2023-10-11T19:29:35.595Z | Go Version: go1.17.13 |
292 | 2023-10-11T19:29:35.607Z | C Compiler: gcc 10.3.0 |
293 | 2023-10-11T19:29:35.624Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
294 | 2023-10-11T19:29:35.669Z | Build Type: release |
295 | 2023-10-11T19:29:35.688Z | + set -o errexit |
296 | 2023-10-11T19:29:35.707Z | +++ dirname ./tools/ci_download_clickhouse |
297 | 2023-10-11T19:29:35.724Z | ++ cd ./tools |
298 | 2023-10-11T19:29:35.742Z | ++ pwd |
299 | 2023-10-11T19:29:36.178Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
300 | 2023-10-11T19:29:36.189Z | ++ basename ./tools/ci_download_clickhouse |
301 | 2023-10-11T19:29:36.200Z | + ARG0=ci_download_clickhouse |
302 | 2023-10-11T19:29:36.213Z | + TARGET_DIR=out |
303 | 2023-10-11T19:29:36.223Z | + DOWNLOAD_DIR=out/downloads |
304 | 2023-10-11T19:29:36.233Z | + DEST_DIR=./out/clickhouse |
305 | 2023-10-11T19:29:37.069Z | + CIDL_VERSION=v22.8.9.24 |
306 | 2023-10-11T19:29:37.091Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
307 | 2023-10-11T19:29:37.158Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
308 | 2023-10-11T19:29:37.177Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
309 | 2023-10-11T19:29:37.186Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
310 | 2023-10-11T19:29:37.607Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
311 | 2023-10-11T19:29:37.623Z | + main |
312 | 2023-10-11T19:29:38.045Z | + [[ 0 != 0 ]] |
313 | 2023-10-11T19:29:38.075Z | + CIDL_OS=solaris2.11 |
314 | 2023-10-11T19:29:38.087Z | + [[ 0 != 0 ]] |
315 | 2023-10-11T19:29:38.100Z | + configure_os solaris2.11 |
316 | 2023-10-11T19:29:38.108Z | + echo 'current directory: /work/oxidecomputer/omicron' |
317 | 2023-10-11T19:29:38.119Z | current directory: /work/oxidecomputer/omicron |
318 | 2023-10-11T19:29:38.137Z | + echo 'configuring based on OS: "solaris2.11"' |
319 | 2023-10-11T19:29:38.149Z | configuring based on OS: "solaris2.11" |
320 | 2023-10-11T19:29:38.228Z | + CIDL_DASHREV= |
321 | 2023-10-11T19:29:38.660Z | + case "$1" in |
322 | 2023-10-11T19:29:38.684Z | + CIDL_PLATFORM=illumos |
323 | 2023-10-11T19:29:38.705Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
324 | 2023-10-11T19:29:38.724Z | + CIDL_MD5FUNC=do_md5sum |
325 | 2023-10-11T19:29:38.746Z | + CIDL_DASHREV=-1 |
326 | 2023-10-11T19:29:38.773Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
327 | 2023-10-11T19:29:38.809Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-10-11T19:29:39.274Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
329 | 2023-10-11T19:29:39.294Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
330 | 2023-10-11T19:29:39.319Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
331 | 2023-10-11T19:29:39.329Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
332 | 2023-10-11T19:29:39.340Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
333 | 2023-10-11T19:29:39.357Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
334 | 2023-10-11T19:29:39.365Z | + mkdir -p out/downloads |
335 | 2023-10-11T19:29:39.381Z | + mkdir -p ./out/clickhouse |
336 | 2023-10-11T19:29:39.390Z | + local DO_DOWNLOAD=true |
337 | 2023-10-11T19:29:39.396Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
338 | 2023-10-11T19:29:39.408Z | + '[' true == true ']' |
339 | 2023-10-11T19:29:39.837Z | + echo Downloading... |
340 | 2023-10-11T19:29:39.869Z | Downloading... |
341 | 2023-10-11T19:29:39.886Z | + 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 |
342 | 2023-10-11T19:29:39.900Z | + 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 |
343 | 2023-10-11T19:29:40.326Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-10-11T19:29:40.344Z | ++ md5sum |
345 | 2023-10-11T19:29:40.365Z | ++ awk '{print $1}' |
346 | 2023-10-11T19:29:40.391Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
347 | 2023-10-11T19:29:40.410Z | + [[ 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 ]] |
348 | 2023-10-11T19:29:40.428Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
349 | 2023-10-11T19:29:40.442Z | + mkdir -p ./out/clickhouse |
350 | 2023-10-11T19:29:40.461Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
351 | 2023-10-11T19:29:40.892Z | + ./out/clickhouse/clickhouse server --version |
352 | 2023-10-11T19:29:40.902Z | ClickHouse server version 22.8.9.1. |
353 | 2023-10-11T19:29:40.920Z | + set -o errexit |
354 | 2023-10-11T19:29:40.935Z | +++ dirname ./tools/ci_download_console |
355 | 2023-10-11T19:29:40.955Z | ++ cd ./tools |
356 | 2023-10-11T19:29:40.970Z | ++ pwd |
357 | 2023-10-11T19:29:41.393Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
358 | 2023-10-11T19:29:41.416Z | ++ basename ./tools/ci_download_console |
359 | 2023-10-11T19:29:41.450Z | + ARG0=ci_download_console |
360 | 2023-10-11T19:29:41.871Z | + TARGET_DIR=out |
361 | 2023-10-11T19:29:41.885Z | + DOWNLOAD_DIR=out/downloads |
362 | 2023-10-11T19:29:41.899Z | + DEST_DIR=./out/console-assets |
363 | 2023-10-11T19:29:41.911Z | + source /work/oxidecomputer/omicron/tools/console_version |
364 | 2023-10-11T19:29:41.931Z | ++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27 |
365 | 2023-10-11T19:29:41.955Z | ++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
366 | 2023-10-11T19:29:41.980Z | + URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
367 | 2023-10-11T19:29:42.443Z | + TARBALL_FILE=out/downloads/console.tar.gz |
368 | 2023-10-11T19:29:42.467Z | + main |
369 | 2023-10-11T19:29:42.902Z | + [[ 0 != 0 ]] |
370 | 2023-10-11T19:29:42.929Z | + echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz' |
371 | 2023-10-11T19:29:43.397Z | URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
372 | 2023-10-11T19:29:43.417Z | + echo 'Local file: out/downloads/console.tar.gz' |
373 | 2023-10-11T19:29:43.517Z | Local file: out/downloads/console.tar.gz |
374 | 2023-10-11T19:29:43.537Z | + local DO_DOWNLOAD=true |
375 | 2023-10-11T19:29:44.369Z | + [[ -f out/downloads/console.tar.gz ]] |
376 | 2023-10-11T19:29:44.396Z | + mkdir -p out/downloads |
377 | 2023-10-11T19:29:44.424Z | + '[' true == true ']' |
378 | 2023-10-11T19:29:44.450Z | + echo Downloading... |
379 | 2023-10-11T19:29:44.879Z | Downloading... |
380 | 2023-10-11T19:29:45.317Z | + do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz |
381 | 2023-10-11T19:29:45.331Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
382 | 2023-10-11T19:29:45.352Z | ++ do_sha256sum out/downloads/console.tar.gz |
383 | 2023-10-11T19:29:45.370Z | ++ case "$OSTYPE" in |
384 | 2023-10-11T19:29:45.383Z | ++ SHA=sha256sum |
385 | 2023-10-11T19:29:45.397Z | ++ sha256sum |
386 | 2023-10-11T19:29:45.414Z | ++ awk '{print $1}' |
387 | 2023-10-11T19:29:45.457Z | + calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
388 | 2023-10-11T19:29:45.480Z | + [[ 46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee != \4\6\a\1\8\6\f\c\3\b\f\9\1\9\a\3\a\a\2\8\7\1\a\e\a\b\8\4\4\1\e\4\a\1\3\e\d\1\3\4\f\9\1\2\b\5\d\7\6\c\7\f\f\8\9\1\f\e\d\6\6\c\e\e ]] |
389 | 2023-10-11T19:29:45.502Z | + rm -rf ./out/console-assets |
390 | 2023-10-11T19:29:45.927Z | + mkdir -p ./out/console-assets |
391 | 2023-10-11T19:29:45.937Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
392 | 2023-10-11T19:29:45.949Z | + mkdir -p ./out/console-assets |
393 | 2023-10-11T19:29:45.977Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
394 | 2023-10-11T19:29:45.993Z | + set -o errexit |
395 | 2023-10-11T19:29:46.011Z | +++ dirname ./tools/ci_download_maghemite_openapi |
396 | 2023-10-11T19:29:46.032Z | ++ cd ./tools |
397 | 2023-10-11T19:29:46.046Z | ++ pwd |
398 | 2023-10-11T19:29:46.057Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
399 | 2023-10-11T19:29:46.073Z | ++ basename ./tools/ci_download_maghemite_openapi |
400 | 2023-10-11T19:29:46.091Z | + ARG0=ci_download_maghemite_openapi |
401 | 2023-10-11T19:29:46.519Z | + TARGET_DIR=out |
402 | 2023-10-11T19:29:46.539Z | + DOWNLOAD_DIR=out/downloads |
403 | 2023-10-11T19:29:46.965Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
404 | 2023-10-11T19:29:46.983Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
405 | 2023-10-11T19:29:47.004Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
406 | 2023-10-11T19:29:47.429Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
407 | 2023-10-11T19:29:47.443Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
408 | 2023-10-11T19:29:47.460Z | + main |
409 | 2023-10-11T19:29:47.478Z | + [[ 0 != 0 ]] |
410 | 2023-10-11T19:29:47.907Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
411 | 2023-10-11T19:29:48.488Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
412 | 2023-10-11T19:29:48.923Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
413 | 2023-10-11T19:29:48.940Z | + local DO_DOWNLOAD=true |
414 | 2023-10-11T19:29:48.948Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
415 | 2023-10-11T19:29:48.956Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
416 | 2023-10-11T19:29:48.965Z | + mkdir -p out/downloads |
417 | 2023-10-11T19:29:48.973Z | Downloading... |
418 | 2023-10-11T19:29:48.981Z | + '[' true == true ']' |
419 | 2023-10-11T19:29:48.994Z | + echo Downloading... |
420 | 2023-10-11T19:29:49.010Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
421 | 2023-10-11T19:29:49.034Z | + 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 |
422 | 2023-10-11T19:29:49.456Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
423 | 2023-10-11T19:29:49.475Z | ++ case "$OSTYPE" in |
424 | 2023-10-11T19:29:49.493Z | ++ SHA=sha256sum |
425 | 2023-10-11T19:29:49.509Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
426 | 2023-10-11T19:29:49.528Z | ++ sha256sum |
427 | 2023-10-11T19:29:49.541Z | Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
428 | 2023-10-11T19:29:49.556Z | ++ awk '{print $1}' |
429 | 2023-10-11T19:29:49.576Z | Downloading... |
430 | 2023-10-11T19:29:49.595Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
431 | 2023-10-11T19:29:49.607Z | current directory: /work/oxidecomputer/omicron |
432 | 2023-10-11T19:29:49.618Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
433 | 2023-10-11T19:29:49.634Z | configuring based on OS: "solaris2.11" |
434 | 2023-10-11T19:29:49.650Z | + set -o errexit |
435 | 2023-10-11T19:29:49.662Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
436 | 2023-10-11T19:29:49.673Z | +++ dirname ./tools/ci_download_dendrite_openapi |
437 | 2023-10-11T19:29:50.106Z | Local file: out/downloads/dendrite-stub.tar.gz |
438 | 2023-10-11T19:29:50.113Z | ++ cd ./tools |
439 | 2023-10-11T19:29:50.129Z | Downloading... |
440 | 2023-10-11T19:29:50.143Z | ++ pwd |
441 | 2023-10-11T19:29:50.162Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
442 | 2023-10-11T19:29:50.183Z | ++ basename ./tools/ci_download_dendrite_openapi |
443 | 2023-10-11T19:29:50.206Z | + ARG0=ci_download_dendrite_openapi |
444 | 2023-10-11T19:29:50.229Z | + TARGET_DIR=out |
445 | 2023-10-11T19:29:50.241Z | + DOWNLOAD_DIR=out/downloads |
446 | 2023-10-11T19:29:50.259Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
447 | 2023-10-11T19:29:50.682Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
448 | 2023-10-11T19:29:51.102Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
449 | 2023-10-11T19:29:51.115Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
450 | 2023-10-11T19:29:51.549Z | + LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
451 | 2023-10-11T19:29:51.560Z | + main |
452 | 2023-10-11T19:29:51.577Z | + [[ 0 != 0 ]] |
453 | 2023-10-11T19:29:51.592Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json' |
454 | 2023-10-11T19:29:52.016Z | + echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json' |
455 | 2023-10-11T19:29:52.028Z | + local DO_DOWNLOAD=true |
456 | 2023-10-11T19:29:52.051Z | + [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]] |
457 | 2023-10-11T19:29:52.068Z | + mkdir -p out/downloads |
458 | 2023-10-11T19:29:52.504Z | + '[' true == true ']' |
459 | 2023-10-11T19:29:52.527Z | + echo Downloading... |
460 | 2023-10-11T19:29:52.542Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
461 | 2023-10-11T19:29:52.562Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
462 | 2023-10-11T19:29:52.585Z | ++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
463 | 2023-10-11T19:29:53.009Z | ++ case "$OSTYPE" in |
464 | 2023-10-11T19:29:53.435Z | ++ SHA=sha256sum |
465 | 2023-10-11T19:29:53.475Z | ++ sha256sum |
466 | 2023-10-11T19:29:53.487Z | ++ awk '{print $1}' |
467 | 2023-10-11T19:29:53.499Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
468 | 2023-10-11T19:29:53.513Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
469 | 2023-10-11T19:29:53.522Z | + set -o errexit |
470 | 2023-10-11T19:29:53.536Z | +++ dirname ./tools/ci_download_dendrite_stub |
471 | 2023-10-11T19:29:53.546Z | ++ cd ./tools |
472 | 2023-10-11T19:29:53.561Z | ++ pwd |
473 | 2023-10-11T19:29:53.579Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
474 | 2023-10-11T19:29:54.074Z | ++ basename ./tools/ci_download_dendrite_stub |
475 | 2023-10-11T19:29:54.088Z | + ARG0=ci_download_dendrite_stub |
476 | 2023-10-11T19:29:54.104Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
477 | 2023-10-11T19:29:54.115Z | ++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
478 | 2023-10-11T19:29:54.127Z | ++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c |
479 | 2023-10-11T19:29:54.138Z | ++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188 |
480 | 2023-10-11T19:29:54.148Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
481 | 2023-10-11T19:29:54.161Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
482 | 2023-10-11T19:29:54.173Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
483 | 2023-10-11T19:29:54.185Z | + TARGET_DIR=out |
484 | 2023-10-11T19:29:54.203Z | + DOWNLOAD_DIR=out/downloads |
485 | 2023-10-11T19:29:54.221Z | + DEST_DIR=./out/dendrite-stub |
486 | 2023-10-11T19:29:54.244Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
487 | 2023-10-11T19:29:54.256Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
488 | 2023-10-11T19:29:54.267Z | + REPO=oxidecomputer/dendrite |
489 | 2023-10-11T19:29:54.279Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d |
490 | 2023-10-11T19:29:54.292Z | + main |
491 | 2023-10-11T19:29:54.717Z | + [[ 0 != 0 ]] |
492 | 2023-10-11T19:29:54.737Z | + CIDL_OS=solaris2.11 |
493 | 2023-10-11T19:29:55.166Z | + [[ 0 != 0 ]] |
494 | 2023-10-11T19:29:55.185Z | + configure_os solaris2.11 |
495 | 2023-10-11T19:29:55.199Z | + echo 'current directory: /work/oxidecomputer/omicron' |
496 | 2023-10-11T19:29:55.216Z | + echo 'configuring based on OS: "solaris2.11"' |
497 | 2023-10-11T19:29:55.230Z | + case "$1" in |
498 | 2023-10-11T19:29:55.244Z | + SET_BINARIES= |
499 | 2023-10-11T19:29:55.263Z | + CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
500 | 2023-10-11T19:29:55.683Z | + CIDL_SHA256FUNC=do_sha256sum |
501 | 2023-10-11T19:29:55.694Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
502 | 2023-10-11T19:29:55.718Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
503 | 2023-10-11T19:29:55.738Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
504 | 2023-10-11T19:29:55.754Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz' |
505 | 2023-10-11T19:29:55.778Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
506 | 2023-10-11T19:29:55.791Z | + mkdir -p out/downloads |
507 | 2023-10-11T19:29:55.804Z | + mkdir -p ./out/dendrite-stub |
508 | 2023-10-11T19:29:55.819Z | + fetch_and_verify |
509 | 2023-10-11T19:29:55.831Z | + local DO_DOWNLOAD=true |
510 | 2023-10-11T19:29:55.850Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
511 | 2023-10-11T19:29:55.867Z | + '[' true == true ']' |
512 | 2023-10-11T19:29:55.882Z | + echo Downloading... |
513 | 2023-10-11T19:29:55.900Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
514 | 2023-10-11T19:29:55.917Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
515 | 2023-10-11T19:30:10.888Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
516 | 2023-10-11T19:30:10.896Z | ++ sha256sum |
517 | 2023-10-11T19:30:10.905Z | ++ awk '{print $1}' |
518 | 2023-10-11T19:30:11.003Z | + calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
519 | 2023-10-11T19:30:11.070Z | + [[ 486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 != \4\8\6\b\0\b\0\1\6\c\0\d\f\0\6\9\4\7\8\1\0\b\9\0\f\3\a\3\d\d\4\0\4\2\3\f\0\e\e\6\f\2\5\5\e\d\0\7\9\d\c\8\e\5\6\1\8\c\9\a\7\2\8\1 ]] |
520 | 2023-10-11T19:30:11.095Z | + do_untar out/downloads/dendrite-stub.tar.gz |
521 | 2023-10-11T19:30:11.523Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
522 | 2023-10-11T19:30:11.927Z | + do_assemble |
523 | 2023-10-11T19:30:11.949Z | + rm -r ./out/dendrite-stub |
524 | 2023-10-11T19:30:11.982Z | + mkdir ./out/dendrite-stub |
525 | 2023-10-11T19:30:12.010Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
526 | 2023-10-11T19:30:12.455Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
527 | 2023-10-11T19:30:12.475Z | + set -o errexit |
528 | 2023-10-11T19:30:12.516Z | +++ dirname ./tools/ci_download_transceiver_control |
529 | 2023-10-11T19:30:12.550Z | ++ cd ./tools |
530 | 2023-10-11T19:30:12.580Z | ++ pwd |
531 | 2023-10-11T19:30:12.593Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
532 | 2023-10-11T19:30:12.613Z | ++ basename ./tools/ci_download_transceiver_control |
533 | 2023-10-11T19:30:12.635Z | + ARG0=ci_download_transceiver_control |
534 | 2023-10-11T19:30:12.657Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
535 | 2023-10-11T19:30:12.678Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
536 | 2023-10-11T19:30:13.514Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
537 | 2023-10-11T19:30:13.542Z | + TARGET_DIR=out |
538 | 2023-10-11T19:30:13.553Z | + DOWNLOAD_DIR=out/downloads |
539 | 2023-10-11T19:30:13.815Z | + DEST_DIR=./out/transceiver-control |
540 | 2023-10-11T19:30:13.906Z | + BIN_DIR=/opt/oxide/bin |
541 | 2023-10-11T19:30:13.947Z | + BINARY=xcvradm |
542 | 2023-10-11T19:30:13.970Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
543 | 2023-10-11T19:30:13.988Z | + REPO=oxidecomputer/transceiver-control |
544 | 2023-10-11T19:30:14.009Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
545 | 2023-10-11T19:30:14.032Z | + main |
546 | 2023-10-11T19:30:14.050Z | + [[ 0 != 0 ]] |
547 | 2023-10-11T19:30:14.067Z | + CIDL_OS=solaris2.11 |
548 | 2023-10-11T19:30:14.491Z | + [[ 0 != 0 ]] |
549 | 2023-10-11T19:30:14.515Z | + configure_os solaris2.11 |
550 | 2023-10-11T19:30:14.541Z | + echo 'current directory: /work/oxidecomputer/omicron' |
551 | 2023-10-11T19:30:14.560Z | current directory: /work/oxidecomputer/omicron |
552 | 2023-10-11T19:30:14.982Z | + echo 'configuring based on OS: "solaris2.11"' |
553 | 2023-10-11T19:30:15.415Z | configuring based on OS: "solaris2.11" |
554 | 2023-10-11T19:30:15.433Z | + case "$1" in |
555 | 2023-10-11T19:30:15.444Z | + SET_BINARIES= |
556 | 2023-10-11T19:30:15.454Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
557 | 2023-10-11T19:30:15.465Z | + CIDL_SHA256FUNC=do_sha256sum |
558 | 2023-10-11T19:30:15.476Z | + ARCHIVE_FILENAME=xcvradm.gz |
559 | 2023-10-11T19:30:15.487Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
560 | 2023-10-11T19:30:15.501Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
561 | 2023-10-11T19:30:15.512Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
562 | 2023-10-11T19:30:15.526Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
563 | 2023-10-11T19:30:15.553Z | + echo 'Local file: out/downloads/xcvradm.gz' |
564 | 2023-10-11T19:30:15.983Z | Local file: out/downloads/xcvradm.gz |
565 | 2023-10-11T19:30:15.997Z | + mkdir -p out/downloads |
566 | 2023-10-11T19:30:16.011Z | + mkdir -p ./out/transceiver-control |
567 | 2023-10-11T19:30:16.025Z | + fetch_and_verify |
568 | 2023-10-11T19:30:16.045Z | + local DO_DOWNLOAD=true |
569 | 2023-10-11T19:30:16.064Z | + [[ -f out/downloads/xcvradm.gz ]] |
570 | 2023-10-11T19:30:16.095Z | + '[' true == true ']' |
571 | 2023-10-11T19:30:16.110Z | + echo Downloading... |
572 | 2023-10-11T19:30:16.127Z | Downloading... |
573 | 2023-10-11T19:30:16.143Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
574 | 2023-10-11T19:30:16.160Z | + 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 |
575 | 2023-10-11T19:30:28.456Z | ++ do_sha256sum out/downloads/xcvradm.gz |
576 | 2023-10-11T19:30:28.463Z | ++ sha256sum |
577 | 2023-10-11T19:30:28.479Z | ++ awk '{print $1}' |
578 | 2023-10-11T19:30:28.493Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
579 | 2023-10-11T19:30:28.513Z | + [[ 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 ]] |
580 | 2023-10-11T19:30:28.938Z | + do_unpack out/downloads/xcvradm.gz |
581 | 2023-10-11T19:30:28.950Z | + mkdir -p out/downloads/root//opt/oxide/bin |
582 | 2023-10-11T19:30:28.962Z | + gzip -dc out/downloads/xcvradm.gz |
583 | 2023-10-11T19:30:28.973Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
584 | 2023-10-11T19:30:28.977Z | + do_assemble |
585 | 2023-10-11T19:30:28.989Z | + rm -r ./out/transceiver-control |
586 | 2023-10-11T19:30:29.001Z | + mkdir ./out/transceiver-control |
587 | 2023-10-11T19:30:29.020Z | + cp -r out/downloads/root ./out/transceiver-control/root |
588 | 2023-10-11T19:30:29.029Z | All prerequisites installed successfully |
589 | 2023-10-11T19:30:29.055Z | |
590 | 2023-10-11T19:30:29.072Z | real 3:22.872343880 |
591 | 2023-10-11T19:30:29.097Z | user 48.477608101 |
592 | 2023-10-11T19:30:29.130Z | sys 9.265856787 |
593 | 2023-10-11T19:30:29.153Z | trap 0.025817545 |
594 | 2023-10-11T19:30:29.172Z | tflt 0.133151557 |
595 | 2023-10-11T19:30:29.194Z | dflt 0.630876989 |
596 | 2023-10-11T19:30:29.216Z | kflt 0.169968717 |
597 | 2023-10-11T19:30:29.247Z | lock 1.653088957 |
598 | 2023-10-11T19:30:29.270Z | slp 7:02.380264574 |
599 | 2023-10-11T19:30:29.298Z | lat 3.164180318 |
600 | 2023-10-11T19:30:29.330Z | stop 0.070656789 |
601 | 2023-10-11T19:30:29.419Z | + banner end-to-end-tests |
602 | 2023-10-11T19:30:30.656Z | |
603 | 2023-10-11T19:30:30.670Z | ###### # # ##### ##### #### ###### # # ##### |
604 | 2023-10-11T19:30:30.684Z | # ## # # # # # # # ## # # # |
605 | 2023-10-11T19:30:30.701Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
606 | 2023-10-11T19:30:30.719Z | # # # # # # # # # # # # # # # |
607 | 2023-10-11T19:30:31.155Z | # # ## # # # # # # # ## # # |
608 | 2023-10-11T19:30:31.183Z | ###### # # ##### # #### ###### # # ##### |
609 | 2023-10-11T19:30:31.201Z | |
610 | 2023-10-11T19:30:31.217Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
611 | 2023-10-11T19:30:31.234Z | + CARGO_PROFILE_DEV_DEBUG=1 |
612 | 2023-10-11T19:30:31.674Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
613 | 2023-10-11T19:30:31.699Z | + CARGO_PROFILE_TEST_DEBUG=1 |
614 | 2023-10-11T19:30:31.722Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
615 | 2023-10-11T19:30:31.748Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
616 | 2023-10-11T19:30:31.775Z | Updating crates.io index |
617 | 2023-10-11T19:30:31.799Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
618 | 2023-10-11T19:30:31.816Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
619 | 2023-10-11T19:30:32.295Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
620 | 2023-10-11T19:30:33.390Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
621 | 2023-10-11T19:30:33.436Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
622 | 2023-10-11T19:30:33.887Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
623 | 2023-10-11T19:30:34.059Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
624 | 2023-10-11T19:30:34.936Z | Updating git repository `https://github.com/oxidecomputer/opte` |
625 | 2023-10-11T19:30:36.686Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
626 | 2023-10-11T19:30:37.138Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
627 | 2023-10-11T19:30:37.471Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
628 | 2023-10-11T19:30:38.044Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
629 | 2023-10-11T19:30:39.794Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
630 | 2023-10-11T19:30:40.275Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
631 | 2023-10-11T19:30:40.607Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
632 | 2023-10-11T19:30:40.929Z | Updating git repository `https://github.com/njaremko/samael` |
633 | 2023-10-11T19:30:41.756Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
634 | 2023-10-11T19:30:42.264Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
635 | 2023-10-11T19:30:42.459Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
636 | 2023-10-11T19:30:42.783Z | Updating git repository `https://github.com/jgallagher/nix` |
637 | 2023-10-11T19:30:46.227Z | Updating git repository `https://github.com/cbiffle/hubpack` |
638 | 2023-10-11T19:30:46.547Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
639 | 2023-10-11T19:30:56.275Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
640 | 2023-10-11T19:30:56.826Z | Updating git repository `https://github.com/oxidecomputer/typify` |
641 | 2023-10-11T19:30:58.230Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
642 | 2023-10-11T19:30:58.254Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
643 | 2023-10-11T19:30:58.558Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
644 | 2023-10-11T19:31:00.487Z | Downloading crates ... |
645 | 2023-10-11T19:31:00.496Z | Downloaded colorchoice v1.0.0 |
646 | 2023-10-11T19:31:00.500Z | Downloaded num-traits v0.2.16 |
647 | 2023-10-11T19:31:00.511Z | Downloaded base16ct v0.2.0 |
648 | 2023-10-11T19:31:00.543Z | Downloaded const_format_proc_macros v0.2.31 |
649 | 2023-10-11T19:31:00.551Z | Downloaded pest_meta v2.7.2 |
650 | 2023-10-11T19:31:00.564Z | Downloaded const_format v0.2.31 |
651 | 2023-10-11T19:31:00.582Z | Downloaded pkcs8 v0.10.2 |
652 | 2023-10-11T19:31:00.612Z | Downloaded percent-encoding v2.3.0 |
653 | 2023-10-11T19:31:00.633Z | Downloaded native-tls v0.2.11 |
654 | 2023-10-11T19:31:00.660Z | Downloaded deranged v0.3.8 |
655 | 2023-10-11T19:31:01.234Z | Downloaded precomputed-hash v0.1.1 |
656 | 2023-10-11T19:31:01.280Z | Downloaded quick-error v1.2.3 |
657 | 2023-10-11T19:31:01.308Z | Downloaded pem v1.1.1 |
658 | 2023-10-11T19:31:01.330Z | Downloaded parse-display v0.7.0 |
659 | 2023-10-11T19:31:01.344Z | Downloaded atty v0.2.14 |
660 | 2023-10-11T19:31:01.357Z | Downloaded darling_macro v0.20.3 |
661 | 2023-10-11T19:31:01.380Z | Downloaded bitstruct_derive v0.1.0 |
662 | 2023-10-11T19:31:01.386Z | Downloaded bit_field v0.10.2 |
663 | 2023-10-11T19:31:01.394Z | Downloaded cfg-if v0.1.10 |
664 | 2023-10-11T19:31:01.400Z | Downloaded take_mut v0.2.2 |
665 | 2023-10-11T19:31:01.405Z | Downloaded bytes v1.5.0 |
666 | 2023-10-11T19:31:01.410Z | Downloaded block-buffer v0.10.4 |
667 | 2023-10-11T19:31:01.416Z | Downloaded omicron-zone-package v0.8.3 |
668 | 2023-10-11T19:31:01.421Z | Downloaded pest_derive v2.7.2 |
669 | 2023-10-11T19:31:01.425Z | Downloaded pkg-config v0.3.27 |
670 | 2023-10-11T19:31:01.429Z | Downloaded cpufeatures v0.2.9 |
671 | 2023-10-11T19:31:01.437Z | Downloaded predicates v3.0.3 |
672 | 2023-10-11T19:31:01.443Z | Downloaded parking_lot_core v0.8.6 |
673 | 2023-10-11T19:31:01.449Z | Downloaded foreign-types v0.3.2 |
674 | 2023-10-11T19:31:01.459Z | Downloaded argon2 v0.5.2 |
675 | 2023-10-11T19:31:01.462Z | Downloaded managed v0.8.0 |
676 | 2023-10-11T19:31:01.470Z | Downloaded camino-tempfile v1.0.2 |
677 | 2023-10-11T19:31:01.480Z | Downloaded phf v0.11.2 |
678 | 2023-10-11T19:31:01.489Z | Downloaded addr2line v0.21.0 |
679 | 2023-10-11T19:31:01.496Z | Downloaded utf-8 v0.7.6 |
680 | 2023-10-11T19:31:01.503Z | Downloaded poly1305 v0.8.0 |
681 | 2023-10-11T19:31:01.519Z | Downloaded http-range v0.1.5 |
682 | 2023-10-11T19:31:01.531Z | Downloaded dirs v5.0.1 |
683 | 2023-10-11T19:31:01.540Z | Downloaded ident_case v1.0.1 |
684 | 2023-10-11T19:31:01.572Z | Downloaded ascii v1.1.0 |
685 | 2023-10-11T19:31:01.586Z | Downloaded anyhow v1.0.75 |
686 | 2023-10-11T19:31:01.605Z | Downloaded hex v0.4.3 |
687 | 2023-10-11T19:31:01.617Z | Downloaded bitflags v2.4.0 |
688 | 2023-10-11T19:31:01.629Z | Downloaded is-terminal v0.4.9 |
689 | 2023-10-11T19:31:01.640Z | Downloaded futures-core v0.3.28 |
690 | 2023-10-11T19:31:01.648Z | Downloaded httpdate v1.0.3 |
691 | 2023-10-11T19:31:01.658Z | Downloaded crossbeam-epoch v0.9.15 |
692 | 2023-10-11T19:31:01.663Z | Downloaded r2d2 v0.8.10 |
693 | 2023-10-11T19:31:01.669Z | Downloaded futures-macro v0.3.28 |
694 | 2023-10-11T19:31:01.675Z | Downloaded unicode-linebreak v0.1.5 |
695 | 2023-10-11T19:31:01.685Z | Downloaded futures-channel v0.3.28 |
696 | 2023-10-11T19:31:01.696Z | Downloaded usdt-macro v0.3.5 |
697 | 2023-10-11T19:31:01.704Z | Downloaded scheduled-thread-pool v0.2.7 |
698 | 2023-10-11T19:31:01.742Z | Downloaded hostname v0.3.1 |
699 | 2023-10-11T19:31:02.167Z | Downloaded tokio-tungstenite v0.20.1 |
700 | 2023-10-11T19:31:02.171Z | Downloaded allocator-api2 v0.2.16 |
701 | 2023-10-11T19:31:02.175Z | Downloaded hubpack v0.1.2 |
702 | 2023-10-11T19:31:02.181Z | Downloaded once_cell v1.18.0 |
703 | 2023-10-11T19:31:02.188Z | Downloaded rustls-native-certs v0.6.3 |
704 | 2023-10-11T19:31:02.193Z | Downloaded uuid v1.4.1 |
705 | 2023-10-11T19:31:02.207Z | Downloaded endian-type v0.1.2 |
706 | 2023-10-11T19:31:02.220Z | Downloaded fallible-streaming-iterator v0.1.9 |
707 | 2023-10-11T19:31:02.248Z | Downloaded rand_chacha v0.2.2 |
708 | 2023-10-11T19:31:02.693Z | Downloaded rustls-pemfile v1.0.3 |
709 | 2023-10-11T19:31:02.701Z | Downloaded universal-hash v0.5.1 |
710 | 2023-10-11T19:31:02.723Z | Downloaded tokio-rustls v0.24.1 |
711 | 2023-10-11T19:31:02.758Z | Downloaded futures-io v0.3.28 |
712 | 2023-10-11T19:31:02.778Z | Downloaded usdt-impl v0.3.5 |
713 | 2023-10-11T19:31:02.798Z | Downloaded instant v0.1.12 |
714 | 2023-10-11T19:31:02.828Z | Downloaded foreign-types-macros v0.2.3 |
715 | 2023-10-11T19:31:02.852Z | Downloaded ipnetwork v0.20.0 |
716 | 2023-10-11T19:31:02.897Z | Downloaded base64 v0.13.1 |
717 | 2023-10-11T19:31:02.955Z | Downloaded enum-as-inner v0.5.1 |
718 | 2023-10-11T19:31:02.982Z | Downloaded semver-parser v0.10.2 |
719 | 2023-10-11T19:31:03.429Z | Downloaded tokio-tungstenite v0.18.0 |
720 | 2023-10-11T19:31:03.443Z | Downloaded dof v0.1.5 |
721 | 2023-10-11T19:31:03.463Z | Downloaded fastrand v2.0.0 |
722 | 2023-10-11T19:31:03.482Z | Downloaded version_check v0.9.4 |
723 | 2023-10-11T19:31:03.498Z | Downloaded rand_chacha v0.3.1 |
724 | 2023-10-11T19:31:03.514Z | Downloaded vergen v8.2.4 |
725 | 2023-10-11T19:31:03.546Z | Downloaded subtle v2.5.0 |
726 | 2023-10-11T19:31:03.573Z | Downloaded vec_map v0.8.2 |
727 | 2023-10-11T19:31:03.593Z | Downloaded slog-bunyan v2.4.0 |
728 | 2023-10-11T19:31:03.636Z | Downloaded serde_path_to_error v0.1.14 |
729 | 2023-10-11T19:31:03.655Z | Downloaded filetime v0.2.22 |
730 | 2023-10-11T19:31:03.676Z | Downloaded thiserror-no-std v2.0.2 |
731 | 2023-10-11T19:31:03.705Z | Downloaded dirs-next v2.0.0 |
732 | 2023-10-11T19:31:03.729Z | Downloaded smawk v0.3.1 |
733 | 2023-10-11T19:31:03.752Z | Downloaded stringprep v0.1.3 |
734 | 2023-10-11T19:31:03.769Z | Downloaded petgraph v0.6.4 |
735 | 2023-10-11T19:31:03.777Z | Downloaded unicase v2.7.0 |
736 | 2023-10-11T19:31:03.784Z | Downloaded structmeta v0.1.6 |
737 | 2023-10-11T19:31:03.791Z | Downloaded tokio-macros v2.1.0 |
738 | 2023-10-11T19:31:03.796Z | Downloaded fxhash v0.2.1 |
739 | 2023-10-11T19:31:03.803Z | Downloaded schemars v0.8.13 |
740 | 2023-10-11T19:31:03.811Z | Downloaded signature v2.1.0 |
741 | 2023-10-11T19:31:03.819Z | Downloaded rand_core v0.6.4 |
742 | 2023-10-11T19:31:03.826Z | Downloaded atomic-waker v1.1.1 |
743 | 2023-10-11T19:31:03.839Z | Downloaded serde_derive_internals v0.26.0 |
744 | 2023-10-11T19:31:03.846Z | Downloaded terminal_size v0.2.6 |
745 | 2023-10-11T19:31:03.853Z | Downloaded serde_tokenstream v0.1.7 |
746 | 2023-10-11T19:31:03.861Z | Downloaded strsim v0.8.0 |
747 | 2023-10-11T19:31:03.865Z | Downloaded whoami v1.4.1 |
748 | 2023-10-11T19:31:03.870Z | Downloaded thiserror v1.0.49 |
749 | 2023-10-11T19:31:03.874Z | Downloaded tap v1.0.1 |
750 | 2023-10-11T19:31:03.879Z | Downloaded float-cmp v0.9.0 |
751 | 2023-10-11T19:31:03.883Z | Downloaded platforms v3.0.2 |
752 | 2023-10-11T19:31:03.886Z | Downloaded string_cache v0.8.7 |
753 | 2023-10-11T19:31:03.891Z | Downloaded slog-term v2.9.0 |
754 | 2023-10-11T19:31:03.895Z | Downloaded elliptic-curve v0.13.5 |
755 | 2023-10-11T19:31:03.899Z | Downloaded serde_derive v1.0.188 |
756 | 2023-10-11T19:31:03.904Z | Downloaded static_assertions v1.1.0 |
757 | 2023-10-11T19:31:03.908Z | Downloaded inout v0.1.3 |
758 | 2023-10-11T19:31:03.912Z | Downloaded ucd-trie v0.1.6 |
759 | 2023-10-11T19:31:03.917Z | Downloaded termcolor v1.2.0 |
760 | 2023-10-11T19:31:03.925Z | Downloaded time-macros v0.2.13 |
761 | 2023-10-11T19:31:03.940Z | Downloaded fallible-iterator v0.2.0 |
762 | 2023-10-11T19:31:03.947Z | Downloaded thiserror-impl v1.0.49 |
763 | 2023-10-11T19:31:03.956Z | Downloaded zerocopy v0.6.3 |
764 | 2023-10-11T19:31:03.961Z | Downloaded http v0.2.9 |
765 | 2023-10-11T19:31:03.967Z | Downloaded foreign-types-shared v0.1.1 |
766 | 2023-10-11T19:31:03.973Z | Downloaded trust-dns-client v0.22.0 |
767 | 2023-10-11T19:31:03.978Z | Downloaded socket2 v0.5.3 |
768 | 2023-10-11T19:31:03.983Z | Downloaded tempfile v3.8.0 |
769 | 2023-10-11T19:31:03.991Z | Downloaded sha2 v0.10.7 |
770 | 2023-10-11T19:31:03.998Z | Downloaded either v1.9.0 |
771 | 2023-10-11T19:31:04.004Z | Downloaded glob v0.3.1 |
772 | 2023-10-11T19:31:04.011Z | Downloaded itertools v0.10.5 |
773 | 2023-10-11T19:31:04.018Z | Downloaded rand v0.8.5 |
774 | 2023-10-11T19:31:04.024Z | Downloaded ed25519-dalek v2.0.0 |
775 | 2023-10-11T19:31:04.034Z | Downloaded indexmap v2.0.0 |
776 | 2023-10-11T19:31:04.042Z | Downloaded russh v0.38.0 |
777 | 2023-10-11T19:31:04.051Z | Downloaded slab v0.4.9 |
778 | 2023-10-11T19:31:04.059Z | Downloaded aho-corasick v1.0.4 |
779 | 2023-10-11T19:31:04.065Z | Downloaded trust-dns-resolver v0.22.0 |
780 | 2023-10-11T19:31:04.072Z | Downloaded ron v0.7.1 |
781 | 2023-10-11T19:31:04.079Z | Downloaded winnow v0.5.15 |
782 | 2023-10-11T19:31:04.087Z | Downloaded rand v0.7.3 |
783 | 2023-10-11T19:31:04.095Z | Downloaded regex-automata v0.1.10 |
784 | 2023-10-11T19:31:04.103Z | Downloaded itertools v0.11.0 |
785 | 2023-10-11T19:31:04.110Z | Downloaded clap v2.34.0 |
786 | 2023-10-11T19:31:04.118Z | Downloaded futures-util v0.3.28 |
787 | 2023-10-11T19:31:04.128Z | Downloaded rustls-webpki v0.101.4 |
788 | 2023-10-11T19:31:04.140Z | Downloaded toml_edit v0.19.15 |
789 | 2023-10-11T19:31:04.149Z | Downloaded time v0.3.27 |
790 | 2023-10-11T19:31:04.159Z | Downloaded object v0.32.1 |
791 | 2023-10-11T19:31:04.173Z | Downloaded serde_with v2.3.3 |
792 | 2023-10-11T19:31:04.198Z | Downloaded syn v1.0.109 |
793 | 2023-10-11T19:31:04.222Z | Downloaded radix_trie v0.2.1 |
794 | 2023-10-11T19:31:04.242Z | Downloaded bitvec v1.0.1 |
795 | 2023-10-11T19:31:04.693Z | Downloaded gimli v0.28.0 |
796 | 2023-10-11T19:31:04.724Z | Downloaded regex v1.9.5 |
797 | 2023-10-11T19:31:04.748Z | Downloaded idna v0.2.3 |
798 | 2023-10-11T19:31:05.188Z | Downloaded regress v0.7.1 |
799 | 2023-10-11T19:31:05.615Z | Downloaded sled v0.34.7 |
800 | 2023-10-11T19:31:05.621Z | Downloaded zerocopy-derive v0.6.3 |
801 | 2023-10-11T19:31:05.652Z | Downloaded syn v2.0.32 |
802 | 2023-10-11T19:31:05.726Z | Downloaded rustls v0.21.7 |
803 | 2023-10-11T19:31:05.737Z | Downloaded sha3 v0.10.8 |
804 | 2023-10-11T19:31:05.751Z | Downloaded regex-syntax v0.6.29 |
805 | 2023-10-11T19:31:05.763Z | Downloaded encoding_rs v0.8.33 |
806 | 2023-10-11T19:31:05.782Z | Downloaded regex-syntax v0.7.5 |
807 | 2023-10-11T19:31:05.802Z | Downloaded rustix v0.38.9 |
808 | 2023-10-11T19:31:05.814Z | Downloaded rustix v0.37.23 |
809 | 2023-10-11T19:31:05.837Z | Downloaded bstr v1.6.0 |
810 | 2023-10-11T19:31:05.854Z | Downloaded openapiv3 v1.0.3 |
811 | 2023-10-11T19:31:05.873Z | Downloaded tokio v1.32.0 |
812 | 2023-10-11T19:31:05.894Z | Downloaded idna v0.4.0 |
813 | 2023-10-11T19:31:05.915Z | Downloaded libc v0.2.148 |
814 | 2023-10-11T19:31:05.926Z | Downloaded regex-automata v0.3.8 |
815 | 2023-10-11T19:31:05.937Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
816 | 2023-10-11T19:31:05.946Z | Downloaded curve25519-dalek v4.1.0 |
817 | 2023-10-11T19:31:05.956Z | Downloaded bstr v0.2.17 |
818 | 2023-10-11T19:31:05.970Z | Downloaded git2 v0.17.2 |
819 | 2023-10-11T19:31:05.999Z | Downloaded zerocopy-derive v0.2.0 |
820 | 2023-10-11T19:31:06.030Z | Downloaded openssl v0.10.57 |
821 | 2023-10-11T19:31:06.058Z | Downloaded nix v0.26.2 |
822 | 2023-10-11T19:31:06.083Z | Downloaded smoltcp v0.9.1 |
823 | 2023-10-11T19:31:06.108Z | Downloaded diesel v2.1.1 |
824 | 2023-10-11T19:31:06.130Z | Downloaded winapi v0.3.9 |
825 | 2023-10-11T19:31:06.164Z | Downloaded smoltcp v0.8.2 |
826 | 2023-10-11T19:31:06.192Z | Downloaded serde_json v1.0.107 |
827 | 2023-10-11T19:31:06.619Z | Downloaded webpki-roots v0.25.2 |
828 | 2023-10-11T19:31:06.638Z | Downloaded trust-dns-proto v0.22.0 |
829 | 2023-10-11T19:31:06.661Z | Downloaded chrono v0.4.31 |
830 | 2023-10-11T19:31:06.695Z | Downloaded reqwest v0.11.20 |
831 | 2023-10-11T19:31:06.750Z | Downloaded pest v2.7.2 |
832 | 2023-10-11T19:31:06.760Z | Downloaded rusqlite v0.29.0 |
833 | 2023-10-11T19:31:06.771Z | Downloaded trust-dns-server v0.22.1 |
834 | 2023-10-11T19:31:06.777Z | Downloaded h2 v0.3.21 |
835 | 2023-10-11T19:31:06.782Z | Downloaded vcpkg v0.2.15 |
836 | 2023-10-11T19:31:06.789Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
837 | 2023-10-11T19:31:06.796Z | Downloaded tracing v0.1.37 |
838 | 2023-10-11T19:31:06.803Z | Downloaded hyper v0.14.27 |
839 | 2023-10-11T19:31:06.807Z | Downloaded hkdf v0.12.3 |
840 | 2023-10-11T19:31:06.810Z | Downloaded clap_builder v4.4.2 |
841 | 2023-10-11T19:31:06.814Z | Downloaded aes-gcm v0.10.2 |
842 | 2023-10-11T19:31:06.818Z | Downloaded num-bigint v0.4.4 |
843 | 2023-10-11T19:31:06.823Z | Downloaded flate2 v1.0.27 |
844 | 2023-10-11T19:31:06.832Z | Downloaded tungstenite v0.18.0 |
845 | 2023-10-11T19:31:06.852Z | Downloaded socket2 v0.4.9 |
846 | 2023-10-11T19:31:06.888Z | Downloaded zip v0.6.6 |
847 | 2023-10-11T19:31:06.905Z | Downloaded unsafe-libyaml v0.2.9 |
848 | 2023-10-11T19:31:07.338Z | Downloaded unicode-normalization v0.1.22 |
849 | 2023-10-11T19:31:07.349Z | Downloaded tokio-postgres v0.7.10 |
850 | 2023-10-11T19:31:07.360Z | Downloaded slog-json v2.6.1 |
851 | 2023-10-11T19:31:07.373Z | Downloaded serde_tokenstream v0.2.0 |
852 | 2023-10-11T19:31:07.389Z | Downloaded serde v1.0.188 |
853 | 2023-10-11T19:31:07.410Z | Downloaded aes v0.8.3 |
854 | 2023-10-11T19:31:07.422Z | Downloaded tar v0.4.40 |
855 | 2023-10-11T19:31:07.434Z | Downloaded subprocess v0.2.9 |
856 | 2023-10-11T19:31:07.447Z | Downloaded typenum v1.16.0 |
857 | 2023-10-11T19:31:07.464Z | Downloaded dirs-sys v0.4.1 |
858 | 2023-10-11T19:31:07.475Z | Downloaded resolv-conf v0.7.0 |
859 | 2023-10-11T19:31:07.487Z | Downloaded hashbrown v0.14.0 |
860 | 2023-10-11T19:31:07.496Z | Downloaded hashbrown v0.13.2 |
861 | 2023-10-11T19:31:07.506Z | Downloaded crossbeam-channel v0.5.8 |
862 | 2023-10-11T19:31:07.515Z | Downloaded memchr v2.6.3 |
863 | 2023-10-11T19:31:07.526Z | Downloaded getrandom v0.2.10 |
864 | 2023-10-11T19:31:07.538Z | Downloaded unicode-bidi v0.3.13 |
865 | 2023-10-11T19:31:07.554Z | Downloaded fixedbitset v0.4.2 |
866 | 2023-10-11T19:31:07.567Z | Downloaded slog-envlogger v2.2.0 |
867 | 2023-10-11T19:31:07.585Z | Downloaded dirs-sys-next v0.1.2 |
868 | 2023-10-11T19:31:08.008Z | Downloaded tracing-core v0.1.31 |
869 | 2023-10-11T19:31:08.075Z | Downloaded heapless v0.7.16 |
870 | 2023-10-11T19:31:08.106Z | Downloaded unicode-segmentation v1.10.1 |
871 | 2023-10-11T19:31:08.127Z | Downloaded strum_macros v0.25.2 |
872 | 2023-10-11T19:31:08.148Z | Downloaded keccak v0.1.4 |
873 | 2023-10-11T19:31:08.165Z | Downloaded group v0.13.0 |
874 | 2023-10-11T19:31:08.178Z | Downloaded libz-sys v1.1.12 |
875 | 2023-10-11T19:31:08.201Z | Downloaded slog v2.7.0 |
876 | 2023-10-11T19:31:08.216Z | Downloaded indexmap v1.9.3 |
877 | 2023-10-11T19:31:08.230Z | Downloaded serde_yaml v0.9.25 |
878 | 2023-10-11T19:31:08.243Z | Downloaded structopt v0.3.26 |
879 | 2023-10-11T19:31:08.268Z | Downloaded stable_deref_trait v1.2.0 |
880 | 2023-10-11T19:31:08.286Z | Downloaded spki v0.7.2 |
881 | 2023-10-11T19:31:08.308Z | Downloaded structmeta-derive v0.1.6 |
882 | 2023-10-11T19:31:08.738Z | Downloaded serde_urlencoded v0.7.1 |
883 | 2023-10-11T19:31:08.753Z | Downloaded similar v2.2.1 |
884 | 2023-10-11T19:31:09.182Z | Downloaded tracing-attributes v0.1.26 |
885 | 2023-10-11T19:31:09.201Z | Downloaded tokio-util v0.7.8 |
886 | 2023-10-11T19:31:09.231Z | Downloaded base64 v0.21.4 |
887 | 2023-10-11T19:31:09.250Z | Downloaded libm v0.2.7 |
888 | 2023-10-11T19:31:09.266Z | Downloaded mio v0.8.8 |
889 | 2023-10-11T19:31:09.694Z | Downloaded tokio-native-tls v0.3.1 |
890 | 2023-10-11T19:31:09.709Z | Downloaded foreign-types-shared v0.3.1 |
891 | 2023-10-11T19:31:09.728Z | Downloaded russh-cryptovec v0.7.0 |
892 | 2023-10-11T19:31:09.755Z | Downloaded siphasher v0.3.11 |
893 | 2023-10-11T19:31:09.774Z | Downloaded io-lifetimes v1.0.11 |
894 | 2023-10-11T19:31:09.787Z | Downloaded rcgen v0.10.0 |
895 | 2023-10-11T19:31:09.800Z | Downloaded hashbrown v0.12.3 |
896 | 2023-10-11T19:31:09.849Z | Downloaded ghash v0.5.0 |
897 | 2023-10-11T19:31:09.862Z | Downloaded signal-hook-registry v1.4.1 |
898 | 2023-10-11T19:31:10.287Z | Downloaded synstructure v0.12.6 |
899 | 2023-10-11T19:31:10.725Z | Downloaded spin v0.9.8 |
900 | 2023-10-11T19:31:10.746Z | Downloaded slog-async v2.8.0 |
901 | 2023-10-11T19:31:10.785Z | Downloaded ipnet v2.8.0 |
902 | 2023-10-11T19:31:10.790Z | Downloaded zerocopy v0.3.0 |
903 | 2023-10-11T19:31:10.793Z | Downloaded url v2.4.1 |
904 | 2023-10-11T19:31:10.802Z | Downloaded time-core v0.1.1 |
905 | 2023-10-11T19:31:10.812Z | Downloaded slog-dtrace v0.2.3 |
906 | 2023-10-11T19:31:10.824Z | Downloaded tinyvec v1.6.0 |
907 | 2023-10-11T19:31:10.843Z | Downloaded serde_spanned v0.6.3 |
908 | 2023-10-11T19:31:10.872Z | Downloaded serde_with_macros v2.3.3 |
909 | 2023-10-11T19:31:10.876Z | Downloaded toml v0.7.8 |
910 | 2023-10-11T19:31:10.880Z | Downloaded wyz v0.5.1 |
911 | 2023-10-11T19:31:10.883Z | Downloaded thiserror-impl-no-std v2.0.2 |
912 | 2023-10-11T19:31:10.886Z | Downloaded unicode-xid v0.2.4 |
913 | 2023-10-11T19:31:10.890Z | Downloaded der v0.7.8 |
914 | 2023-10-11T19:31:10.893Z | Downloaded itoa v1.0.9 |
915 | 2023-10-11T19:31:10.896Z | Downloaded difflib v0.4.0 |
916 | 2023-10-11T19:31:10.901Z | Downloaded smf v0.2.2 |
917 | 2023-10-11T19:31:10.909Z | Downloaded hmac v0.12.1 |
918 | 2023-10-11T19:31:10.914Z | Downloaded futures-executor v0.3.28 |
919 | 2023-10-11T19:31:10.922Z | Downloaded ff v0.13.0 |
920 | 2023-10-11T19:31:10.944Z | Downloaded lalrpop-util v0.19.12 |
921 | 2023-10-11T19:31:10.948Z | Downloaded futures-sink v0.3.28 |
922 | 2023-10-11T19:31:10.953Z | Downloaded toml_edit v0.20.0 |
923 | 2023-10-11T19:31:10.957Z | Downloaded toml v0.8.0 |
924 | 2023-10-11T19:31:10.961Z | Downloaded structopt-derive v0.4.18 |
925 | 2023-10-11T19:31:10.967Z | Downloaded semver v0.11.0 |
926 | 2023-10-11T19:31:10.972Z | Downloaded schemars_derive v0.8.13 |
927 | 2023-10-11T19:31:10.976Z | Downloaded smallvec v1.11.0 |
928 | 2023-10-11T19:31:10.985Z | Downloaded semver v1.0.18 |
929 | 2023-10-11T19:31:10.991Z | Downloaded jobserver v0.1.26 |
930 | 2023-10-11T19:31:10.999Z | Downloaded sha1 v0.10.5 |
931 | 2023-10-11T19:31:11.005Z | Downloaded headers v0.3.9 |
932 | 2023-10-11T19:31:11.009Z | Downloaded libsqlite3-sys v0.26.0 |
933 | 2023-10-11T19:31:11.014Z | Downloaded ring v0.16.20 |
934 | 2023-10-11T19:31:11.020Z | Downloaded futures v0.3.28 |
935 | 2023-10-11T19:31:11.024Z | Downloaded slog-scope v4.4.0 |
936 | 2023-10-11T19:31:11.028Z | Downloaded half v1.8.2 |
937 | 2023-10-11T19:31:11.034Z | Downloaded ringbuffer v0.15.0 |
938 | 2023-10-11T19:31:11.135Z | Downloaded vsss-rs v3.3.1 |
939 | 2023-10-11T19:31:11.143Z | Downloaded untrusted v0.7.1 |
940 | 2023-10-11T19:31:11.155Z | Downloaded arc-swap v1.6.0 |
941 | 2023-10-11T19:31:11.166Z | Downloaded cc v1.0.83 |
942 | 2023-10-11T19:31:11.183Z | Downloaded sct v0.7.0 |
943 | 2023-10-11T19:31:11.199Z | Downloaded tungstenite v0.20.1 |
944 | 2023-10-11T19:31:11.214Z | Downloaded unicode-ident v1.0.12 |
945 | 2023-10-11T19:31:11.232Z | Downloaded foreign-types v0.5.0 |
946 | 2023-10-11T19:31:11.248Z | Downloaded slog-stdlog v4.1.1 |
947 | 2023-10-11T19:31:11.264Z | Downloaded serde_repr v0.1.16 |
948 | 2023-10-11T19:31:11.286Z | Downloaded serde_arrays v0.1.0 |
949 | 2023-10-11T19:31:11.711Z | Downloaded hyper-rustls v0.24.1 |
950 | 2023-10-11T19:31:12.137Z | Downloaded backtrace v0.3.69 |
951 | 2023-10-11T19:31:17.829Z | Downloaded toml_datetime v0.6.3 |
952 | 2023-10-11T19:31:18.813Z | Downloaded zone_cfg_derive v0.2.0 |
953 | 2023-10-11T19:31:18.834Z | Downloaded toml v0.5.11 |
954 | 2023-10-11T19:31:18.846Z | Downloaded ryu v1.0.15 |
955 | 2023-10-11T19:31:18.866Z | Downloaded rand_core v0.5.1 |
956 | 2023-10-11T19:31:18.881Z | Downloaded scopeguard v1.2.0 |
957 | 2023-10-11T19:31:18.913Z | Downloaded rustc-demangle v0.1.23 |
958 | 2023-10-11T19:31:18.949Z | Downloaded term v0.7.0 |
959 | 2023-10-11T19:31:18.982Z | Downloaded zone v0.2.0 |
960 | 2023-10-11T19:31:18.996Z | Downloaded walkdir v2.4.0 |
961 | 2023-10-11T19:31:19.013Z | Downloaded russh-keys v0.38.0 |
962 | 2023-10-11T19:31:19.020Z | Downloaded spin v0.5.2 |
963 | 2023-10-11T19:31:19.029Z | Downloaded rustversion v1.0.14 |
964 | 2023-10-11T19:31:19.036Z | Downloaded usdt-attr-macro v0.3.5 |
965 | 2023-10-11T19:31:19.048Z | Downloaded same-file v1.0.6 |
966 | 2023-10-11T19:31:19.055Z | Downloaded rustfmt-wrapper v0.2.0 |
967 | 2023-10-11T19:31:19.059Z | Downloaded rustc_version v0.4.0 |
968 | 2023-10-11T19:31:19.063Z | Downloaded strum v0.25.0 |
969 | 2023-10-11T19:31:19.069Z | Downloaded strsim v0.10.0 |
970 | 2023-10-11T19:31:19.075Z | Downloaded futures-task v0.3.28 |
971 | 2023-10-11T19:31:19.079Z | Downloaded httparse v1.8.0 |
972 | 2023-10-11T19:31:19.083Z | Downloaded textwrap v0.16.0 |
973 | 2023-10-11T19:31:19.087Z | Downloaded const-oid v0.9.5 |
974 | 2023-10-11T19:31:19.092Z | Downloaded hyper-staticfile v0.9.5 |
975 | 2023-10-11T19:31:19.096Z | Downloaded home v0.5.5 |
976 | 2023-10-11T19:31:19.104Z | Downloaded iana-time-zone v0.1.57 |
977 | 2023-10-11T19:31:19.110Z | Downloaded hashlink v0.8.3 |
978 | 2023-10-11T19:31:19.116Z | Downloaded env_logger v0.9.3 |
979 | 2023-10-11T19:31:19.120Z | Downloaded try-lock v0.2.4 |
980 | 2023-10-11T19:31:19.123Z | Downloaded hash32 v0.2.1 |
981 | 2023-10-11T19:31:19.130Z | Downloaded getopts v0.2.21 |
982 | 2023-10-11T19:31:19.135Z | Downloaded tower-service v0.3.2 |
983 | 2023-10-11T19:31:19.139Z | Downloaded waitgroup v0.1.2 |
984 | 2023-10-11T19:31:19.145Z | Downloaded generic-array v0.14.7 |
985 | 2023-10-11T19:31:19.151Z | Downloaded miniz_oxide v0.7.1 |
986 | 2023-10-11T19:31:19.156Z | Downloaded diesel_derives v2.1.1 |
987 | 2023-10-11T19:31:19.160Z | Downloaded secrecy v0.8.0 |
988 | 2023-10-11T19:31:19.164Z | Downloaded ed25519 v2.2.2 |
989 | 2023-10-11T19:31:19.167Z | Downloaded twox-hash v1.6.3 |
990 | 2023-10-11T19:31:19.172Z | Downloaded password-hash v0.4.2 |
991 | 2023-10-11T19:31:19.177Z | Downloaded bzip2 v0.4.4 |
992 | 2023-10-11T19:31:19.182Z | Downloaded yasna v0.5.2 |
993 | 2023-10-11T19:31:19.189Z | Downloaded http-body v0.4.5 |
994 | 2023-10-11T19:31:19.193Z | Downloaded parking_lot v0.12.1 |
995 | 2023-10-11T19:31:19.197Z | Downloaded derive_more v0.99.17 |
996 | 2023-10-11T19:31:19.200Z | Downloaded humantime v2.1.0 |
997 | 2023-10-11T19:31:19.204Z | Downloaded crossbeam-utils v0.8.16 |
998 | 2023-10-11T19:31:19.208Z | Downloaded camino v1.1.6 |
999 | 2023-10-11T19:31:19.211Z | Downloaded cbc v0.1.2 |
1000 | 2023-10-11T19:31:19.216Z | Downloaded blake2 v0.10.6 |
1001 | 2023-10-11T19:31:19.225Z | Downloaded textwrap v0.11.0 |
1002 | 2023-10-11T19:31:19.230Z | Downloaded postgres-types v0.2.6 |
1003 | 2023-10-11T19:31:19.234Z | Downloaded backoff v0.4.0 |
1004 | 2023-10-11T19:31:19.238Z | Downloaded hex-literal v0.4.1 |
1005 | 2023-10-11T19:31:19.266Z | Downloaded tokio-stream v0.1.14 |
1006 | 2023-10-11T19:31:19.273Z | Downloaded postgres-protocol v0.6.6 |
1007 | 2023-10-11T19:31:19.276Z | Downloaded pbkdf2 v0.12.2 |
1008 | 2023-10-11T19:31:19.280Z | Downloaded parking_lot v0.11.2 |
1009 | 2023-10-11T19:31:19.283Z | Downloaded ciborium v0.2.1 |
1010 | 2023-10-11T19:31:19.288Z | Downloaded log v0.4.20 |
1011 | 2023-10-11T19:31:19.294Z | Downloaded bincode v1.3.3 |
1012 | 2023-10-11T19:31:19.297Z | Downloaded heck v0.3.3 |
1013 | 2023-10-11T19:31:19.301Z | Downloaded zeroize_derive v1.4.2 |
1014 | 2023-10-11T19:31:19.305Z | Downloaded password-hash v0.5.0 |
1015 | 2023-10-11T19:31:19.310Z | Downloaded ansi_term v0.12.1 |
1016 | 2023-10-11T19:31:19.314Z | Downloaded getrandom v0.1.16 |
1017 | 2023-10-11T19:31:19.318Z | Downloaded funty v2.0.0 |
1018 | 2023-10-11T19:31:19.322Z | Downloaded form_urlencoded v1.2.0 |
1019 | 2023-10-11T19:31:19.326Z | Downloaded fnv v1.0.7 |
1020 | 2023-10-11T19:31:19.330Z | Downloaded erased-serde v0.3.30 |
1021 | 2023-10-11T19:31:19.334Z | Downloaded digest v0.10.7 |
1022 | 2023-10-11T19:31:19.340Z | Downloaded usdt v0.3.5 |
1023 | 2023-10-11T19:31:19.347Z | Downloaded console v0.15.7 |
1024 | 2023-10-11T19:31:19.353Z | Downloaded errno v0.3.2 |
1025 | 2023-10-11T19:31:19.357Z | Downloaded dyn-clone v1.0.13 |
1026 | 2023-10-11T19:31:19.366Z | Downloaded utf8parse v0.2.1 |
1027 | 2023-10-11T19:31:19.375Z | Downloaded proc-macro2 v1.0.67 |
1028 | 2023-10-11T19:31:19.381Z | Downloaded cancel-safe-futures v0.1.2 |
1029 | 2023-10-11T19:31:19.387Z | Downloaded zeroize v1.6.0 |
1030 | 2023-10-11T19:31:19.402Z | Downloaded unicode-width v0.1.10 |
1031 | 2023-10-11T19:31:19.423Z | Downloaded thread-id v4.2.0 |
1032 | 2023-10-11T19:31:19.436Z | Downloaded num_enum v0.5.11 |
1033 | 2023-10-11T19:31:19.456Z | Downloaded hubpack_derive v0.1.1 |
1034 | 2023-10-11T19:31:19.476Z | Downloaded hyper-tls v0.5.0 |
1035 | 2023-10-11T19:31:19.494Z | Downloaded thread_local v1.1.7 |
1036 | 2023-10-11T19:31:19.513Z | Downloaded ppv-lite86 v0.2.17 |
1037 | 2023-10-11T19:31:19.526Z | Downloaded openssl-sys v0.9.93 |
1038 | 2023-10-11T19:31:19.536Z | Downloaded num_enum_derive v0.7.0 |
1039 | 2023-10-11T19:31:19.957Z | Downloaded num-iter v0.1.43 |
1040 | 2023-10-11T19:31:19.975Z | Downloaded clap v4.4.3 |
1041 | 2023-10-11T19:31:20.399Z | Downloaded chacha20poly1305 v0.10.1 |
1042 | 2023-10-11T19:31:20.414Z | Downloaded num_enum_derive v0.5.11 |
1043 | 2023-10-11T19:31:20.424Z | Downloaded cipher v0.4.4 |
1044 | 2023-10-11T19:31:20.437Z | Downloaded async-trait v0.1.73 |
1045 | 2023-10-11T19:31:20.445Z | Downloaded libefi-sys v0.1.0 |
1046 | 2023-10-11T19:31:20.456Z | Downloaded lock_api v0.4.10 |
1047 | 2023-10-11T19:31:20.472Z | Downloaded heck v0.4.1 |
1048 | 2023-10-11T19:31:20.481Z | Downloaded headers-core v0.2.0 |
1049 | 2023-10-11T19:31:20.494Z | Downloaded equivalent v1.0.1 |
1050 | 2023-10-11T19:31:20.502Z | Downloaded colored v2.0.4 |
1051 | 2023-10-11T19:31:20.513Z | Downloaded crc32fast v1.3.2 |
1052 | 2023-10-11T19:31:20.518Z | Downloaded linked-hash-map v0.5.6 |
1053 | 2023-10-11T19:31:20.526Z | Downloaded bit-vec v0.6.3 |
1054 | 2023-10-11T19:31:20.539Z | Downloaded bit-set v0.5.3 |
1055 | 2023-10-11T19:31:20.556Z | Downloaded bcrypt-pbkdf v0.10.0 |
1056 | 2023-10-11T19:31:20.581Z | Downloaded base64ct v1.6.0 |
1057 | 2023-10-11T19:31:21.005Z | Downloaded dtrace-parser v0.1.14 |
1058 | 2023-10-11T19:31:21.014Z | Downloaded blowfish v0.9.1 |
1059 | 2023-10-11T19:31:21.026Z | Downloaded data-encoding v2.4.0 |
1060 | 2023-10-11T19:31:21.038Z | Downloaded quote v1.0.33 |
1061 | 2023-10-11T19:31:21.049Z | Downloaded postcard v0.7.3 |
1062 | 2023-10-11T19:31:21.059Z | Downloaded pest_generator v2.7.2 |
1063 | 2023-10-11T19:31:21.070Z | Downloaded bitflags v1.3.2 |
1064 | 2023-10-11T19:31:21.084Z | Downloaded want v0.3.1 |
1065 | 2023-10-11T19:31:21.094Z | Downloaded mime_guess v2.0.4 |
1066 | 2023-10-11T19:31:21.105Z | Downloaded aead v0.5.2 |
1067 | 2023-10-11T19:31:21.117Z | Downloaded anstream v0.5.0 |
1068 | 2023-10-11T19:31:21.129Z | Downloaded xattr v1.0.1 |
1069 | 2023-10-11T19:31:21.143Z | Downloaded nibble_vec v0.1.0 |
1070 | 2023-10-11T19:31:21.160Z | Downloaded convert_case v0.4.0 |
1071 | 2023-10-11T19:31:21.585Z | Downloaded num-rational v0.4.1 |
1072 | 2023-10-11T19:31:21.605Z | Downloaded pin-utils v0.1.0 |
1073 | 2023-10-11T19:31:22.027Z | Downloaded md-5 v0.10.5 |
1074 | 2023-10-11T19:31:22.037Z | Downloaded postcard-cobs v0.1.5-pre |
1075 | 2023-10-11T19:31:22.044Z | Downloaded block-padding v0.3.3 |
1076 | 2023-10-11T19:31:22.051Z | Downloaded aes-gcm-siv v0.11.1 |
1077 | 2023-10-11T19:31:22.062Z | Downloaded ahash v0.8.3 |
1078 | 2023-10-11T19:31:22.084Z | Downloaded toolchain_find v0.2.0 |
1079 | 2023-10-11T19:31:22.093Z | Downloaded tinyvec_macros v0.1.1 |
1080 | 2023-10-11T19:31:22.106Z | Downloaded proc-macro-error-attr v1.0.4 |
1081 | 2023-10-11T19:31:22.120Z | Downloaded predicates-core v1.0.6 |
1082 | 2023-10-11T19:31:22.139Z | Downloaded parking_lot_core v0.9.8 |
1083 | 2023-10-11T19:31:22.168Z | Downloaded openssl-probe v0.1.5 |
1084 | 2023-10-11T19:31:22.202Z | Downloaded memoffset v0.9.0 |
1085 | 2023-10-11T19:31:22.215Z | Downloaded chacha20 v0.9.1 |
1086 | 2023-10-11T19:31:22.229Z | Downloaded openssl-macros v0.1.1 |
1087 | 2023-10-11T19:31:22.243Z | Downloaded phf_shared v0.10.0 |
1088 | 2023-10-11T19:31:22.264Z | Downloaded bitstruct v0.1.1 |
1089 | 2023-10-11T19:31:22.280Z | Downloaded pbkdf2 v0.11.0 |
1090 | 2023-10-11T19:31:22.312Z | Downloaded curve25519-dalek-derive v0.1.0 |
1091 | 2023-10-11T19:31:22.361Z | Downloaded async-recursion v1.0.5 |
1092 | 2023-10-11T19:31:22.378Z | Downloaded mime v0.3.17 |
1093 | 2023-10-11T19:31:22.419Z | Downloaded memoffset v0.7.1 |
1094 | 2023-10-11T19:31:22.439Z | Downloaded cstr-argument v0.1.2 |
1095 | 2023-10-11T19:31:22.449Z | Downloaded async-stream v0.3.5 |
1096 | 2023-10-11T19:31:22.461Z | Downloaded anstyle v1.0.2 |
1097 | 2023-10-11T19:31:22.470Z | Downloaded normalize-line-endings v0.3.0 |
1098 | 2023-10-11T19:31:22.479Z | Downloaded matches v0.1.10 |
1099 | 2023-10-11T19:31:22.498Z | Downloaded multer v2.1.0 |
1100 | 2023-10-11T19:31:22.505Z | Downloaded lru-cache v0.1.2 |
1101 | 2023-10-11T19:31:22.529Z | Downloaded option-ext v0.2.0 |
1102 | 2023-10-11T19:31:22.541Z | Downloaded num_cpus v1.16.0 |
1103 | 2023-10-11T19:31:22.547Z | Downloaded darling_core v0.20.3 |
1104 | 2023-10-11T19:31:22.558Z | Downloaded ctr v0.9.2 |
1105 | 2023-10-11T19:31:22.572Z | Downloaded atomicwrites v0.4.1 |
1106 | 2023-10-11T19:31:22.589Z | Downloaded pretty-hex v0.3.0 |
1107 | 2023-10-11T19:31:22.601Z | Downloaded polyval v0.6.1 |
1108 | 2023-10-11T19:31:22.604Z | Downloaded num_threads v0.1.6 |
1109 | 2023-10-11T19:31:22.627Z | Downloaded num_enum v0.7.0 |
1110 | 2023-10-11T19:31:22.637Z | Downloaded crypto-common v0.1.6 |
1111 | 2023-10-11T19:31:22.651Z | Downloaded num-complex v0.4.4 |
1112 | 2023-10-11T19:31:22.656Z | Downloaded num v0.4.1 |
1113 | 2023-10-11T19:31:22.662Z | Downloaded autocfg v1.1.0 |
1114 | 2023-10-11T19:31:22.671Z | Downloaded crypto-bigint v0.5.2 |
1115 | 2023-10-11T19:31:22.686Z | Downloaded pin-project-lite v0.2.13 |
1116 | 2023-10-11T19:31:22.695Z | Downloaded new_debug_unreachable v1.0.4 |
1117 | 2023-10-11T19:31:22.715Z | Downloaded darling v0.20.3 |
1118 | 2023-10-11T19:31:22.722Z | Downloaded debug-ignore v1.0.5 |
1119 | 2023-10-11T19:31:22.731Z | Downloaded async-stream-impl v0.3.5 |
1120 | 2023-10-11T19:31:22.736Z | Downloaded anstyle-query v1.0.0 |
1121 | 2023-10-11T19:31:22.741Z | Downloaded radium v0.7.0 |
1122 | 2023-10-11T19:31:22.748Z | Downloaded proc-macro-error v1.0.4 |
1123 | 2023-10-11T19:31:22.759Z | Downloaded proc-macro-crate v1.3.1 |
1124 | 2023-10-11T19:31:23.178Z | Downloaded pretty-hex v0.2.1 |
1125 | 2023-10-11T19:31:23.197Z | Downloaded phf_shared v0.11.2 |
1126 | 2023-10-11T19:31:23.205Z | Downloaded paste v1.0.14 |
1127 | 2023-10-11T19:31:23.214Z | Downloaded num-integer v0.1.45 |
1128 | 2023-10-11T19:31:23.224Z | Downloaded macaddr v1.0.1 |
1129 | 2023-10-11T19:31:23.236Z | Downloaded clap_derive v4.4.2 |
1130 | 2023-10-11T19:31:23.258Z | Downloaded ciborium-ll v0.2.1 |
1131 | 2023-10-11T19:31:23.283Z | Downloaded adler v1.0.2 |
1132 | 2023-10-11T19:31:23.306Z | Downloaded clap_lex v0.5.1 |
1133 | 2023-10-11T19:31:23.331Z | Downloaded parse-display-derive v0.7.0 |
1134 | 2023-10-11T19:31:23.772Z | Downloaded md5 v0.7.0 |
1135 | 2023-10-11T19:31:23.797Z | Downloaded opaque-debug v0.3.0 |
1136 | 2023-10-11T19:31:24.226Z | Downloaded lazy_static v1.4.0 |
1137 | 2023-10-11T19:31:24.649Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1138 | 2023-10-11T19:31:24.656Z | Downloaded match_cfg v0.1.0 |
1139 | 2023-10-11T19:31:24.675Z | Downloaded ciborium-io v0.2.1 |
1140 | 2023-10-11T19:31:24.695Z | Downloaded byteorder v1.4.3 |
1141 | 2023-10-11T19:31:25.124Z | Downloaded ahash v0.7.6 |
1142 | 2023-10-11T19:31:25.134Z | Downloaded cfg-if v1.0.0 |
1143 | 2023-10-11T19:31:25.140Z | Downloaded anstyle-parse v0.2.1 |
1144 | 2023-10-11T19:31:25.145Z | Compiling proc-macro2 v1.0.67 |
1145 | 2023-10-11T19:31:25.154Z | Compiling unicode-ident v1.0.12 |
1146 | 2023-10-11T19:31:25.161Z | Compiling libc v0.2.148 |
1147 | 2023-10-11T19:31:25.166Z | Compiling serde v1.0.188 |
1148 | 2023-10-11T19:31:25.170Z | Compiling version_check v0.9.4 |
1149 | 2023-10-11T19:31:25.176Z | Compiling autocfg v1.1.0 |
1150 | 2023-10-11T19:31:25.180Z | Compiling cfg-if v1.0.0 |
1151 | 2023-10-11T19:31:25.184Z | Compiling syn v1.0.109 |
1152 | 2023-10-11T19:31:25.188Z | Compiling typenum v1.16.0 |
1153 | 2023-10-11T19:31:25.191Z | Compiling once_cell v1.18.0 |
1154 | 2023-10-11T19:31:25.194Z | Compiling parking_lot_core v0.9.8 |
1155 | 2023-10-11T19:31:25.198Z | Compiling generic-array v0.14.7 |
1156 | 2023-10-11T19:31:25.201Z | Compiling lock_api v0.4.10 |
1157 | 2023-10-11T19:31:25.205Z | Compiling thiserror v1.0.49 |
1158 | 2023-10-11T19:31:25.217Z | Compiling libm v0.2.7 |
1159 | 2023-10-11T19:31:25.221Z | Compiling num-traits v0.2.16 |
1160 | 2023-10-11T19:31:25.224Z | Compiling itoa v1.0.9 |
1161 | 2023-10-11T19:31:25.228Z | Compiling futures-core v0.3.28 |
1162 | 2023-10-11T19:31:25.231Z | Compiling ahash v0.8.3 |
1163 | 2023-10-11T19:31:25.234Z | Compiling memchr v2.6.3 |
1164 | 2023-10-11T19:31:25.237Z | Compiling serde_json v1.0.107 |
1165 | 2023-10-11T19:31:25.241Z | Compiling log v0.4.20 |
1166 | 2023-10-11T19:31:25.244Z | Compiling slab v0.4.9 |
1167 | 2023-10-11T19:31:25.247Z | Compiling futures-channel v0.3.28 |
1168 | 2023-10-11T19:31:25.250Z | Compiling quote v1.0.33 |
1169 | 2023-10-11T19:31:25.253Z | Compiling futures-task v0.3.28 |
1170 | 2023-10-11T19:31:25.256Z | Compiling futures-util v0.3.28 |
1171 | 2023-10-11T19:31:25.259Z | Compiling pkg-config v0.3.27 |
1172 | 2023-10-11T19:31:25.262Z | Compiling getrandom v0.2.10 |
1173 | 2023-10-11T19:31:25.265Z | Compiling syn v2.0.32 |
1174 | 2023-10-11T19:31:25.269Z | Compiling jobserver v0.1.26 |
1175 | 2023-10-11T19:31:25.272Z | Compiling rand_core v0.6.4 |
1176 | 2023-10-11T19:31:25.276Z | Compiling cc v1.0.83 |
1177 | 2023-10-11T19:31:25.280Z | Compiling ryu v1.0.15 |
1178 | 2023-10-11T19:31:25.283Z | Compiling vcpkg v0.2.15 |
1179 | 2023-10-11T19:31:25.286Z | Compiling allocator-api2 v0.2.16 |
1180 | 2023-10-11T19:31:25.289Z | Compiling schemars v0.8.13 |
1181 | 2023-10-11T19:31:25.292Z | Compiling equivalent v1.0.1 |
1182 | 2023-10-11T19:31:25.295Z | Compiling httparse v1.8.0 |
1183 | 2023-10-11T19:31:25.299Z | Compiling hashbrown v0.14.0 |
1184 | 2023-10-11T19:31:25.303Z | Compiling byteorder v1.4.3 |
1185 | 2023-10-11T19:31:25.310Z | Compiling ahash v0.7.6 |
1186 | 2023-10-11T19:31:25.314Z | Compiling semver v1.0.18 |
1187 | 2023-10-11T19:31:25.318Z | Compiling scopeguard v1.2.0 |
1188 | 2023-10-11T19:31:25.322Z | Compiling iana-time-zone v0.1.57 |
1189 | 2023-10-11T19:31:25.325Z | Compiling smallvec v1.11.0 |
1190 | 2023-10-11T19:31:25.328Z | Compiling fnv v1.0.7 |
1191 | 2023-10-11T19:31:25.332Z | Compiling heck v0.4.1 |
1192 | 2023-10-11T19:31:25.335Z | Compiling indexmap v1.9.3 |
1193 | 2023-10-11T19:31:25.338Z | Compiling time-core v0.1.1 |
1194 | 2023-10-11T19:31:25.342Z | Compiling pin-project-lite v0.2.13 |
1195 | 2023-10-11T19:31:25.346Z | Compiling dyn-clone v1.0.13 |
1196 | 2023-10-11T19:31:25.354Z | Compiling subtle v2.5.0 |
1197 | 2023-10-11T19:31:25.357Z | Compiling time-macros v0.2.13 |
1198 | 2023-10-11T19:31:25.360Z | Compiling ring v0.16.20 |
1199 | 2023-10-11T19:31:25.364Z | Compiling openssl-sys v0.9.93 |
1200 | 2023-10-11T19:31:25.369Z | Compiling winnow v0.5.15 |
1201 | 2023-10-11T19:31:25.374Z | Compiling ucd-trie v0.1.6 |
1202 | 2023-10-11T19:31:25.378Z | Compiling parking_lot v0.12.1 |
1203 | 2023-10-11T19:31:25.383Z | Compiling slog v2.7.0 |
1204 | 2023-10-11T19:31:25.386Z | Compiling tinyvec_macros v0.1.1 |
1205 | 2023-10-11T19:31:25.389Z | Compiling ppv-lite86 v0.2.17 |
1206 | 2023-10-11T19:31:25.394Z | Compiling openssl v0.10.57 |
1207 | 2023-10-11T19:31:25.398Z | Compiling rustls v0.21.7 |
1208 | 2023-10-11T19:31:25.401Z | Compiling tinyvec v1.6.0 |
1209 | 2023-10-11T19:31:25.406Z | Compiling socket2 v0.5.3 |
1210 | 2023-10-11T19:31:25.410Z | Compiling mio v0.8.8 |
1211 | 2023-10-11T19:31:25.414Z | Compiling num_cpus v1.16.0 |
1212 | 2023-10-11T19:31:25.417Z | Compiling signal-hook-registry v1.4.1 |
1213 | 2023-10-11T19:31:25.447Z | Compiling native-tls v0.2.11 |
1214 | 2023-10-11T19:31:25.452Z | Compiling unicode-bidi v0.3.13 |
1215 | 2023-10-11T19:31:25.456Z | Compiling rand_chacha v0.3.1 |
1216 | 2023-10-11T19:31:25.458Z | Compiling unicode-normalization v0.1.22 |
1217 | 2023-10-11T19:31:25.461Z | Compiling spin v0.5.2 |
1218 | 2023-10-11T19:31:25.464Z | Compiling serde_derive_internals v0.26.0 |
1219 | 2023-10-11T19:31:25.467Z | Compiling unicode-xid v0.2.4 |
1220 | 2023-10-11T19:31:25.470Z | Compiling rand v0.8.5 |
1221 | 2023-10-11T19:31:25.473Z | Compiling percent-encoding v2.3.0 |
1222 | 2023-10-11T19:31:25.476Z | Compiling futures-sink v0.3.28 |
1223 | 2023-10-11T19:31:25.482Z | Compiling form_urlencoded v1.2.0 |
1224 | 2023-10-11T19:31:25.492Z | Compiling synstructure v0.12.6 |
1225 | 2023-10-11T19:31:25.498Z | Compiling backtrace v0.3.69 |
1226 | 2023-10-11T19:31:25.511Z | Compiling pin-utils v0.1.0 |
1227 | 2023-10-11T19:31:25.520Z | Compiling async-trait v0.1.73 |
1228 | 2023-10-11T19:31:25.530Z | Compiling crossbeam-utils v0.8.16 |
1229 | 2023-10-11T19:31:25.545Z | Compiling idna v0.4.0 |
1230 | 2023-10-11T19:31:25.555Z | Compiling aho-corasick v1.0.4 |
1231 | 2023-10-11T19:31:25.566Z | Compiling const-oid v0.9.5 |
1232 | 2023-10-11T19:31:25.577Z | Compiling regex-syntax v0.7.5 |
1233 | 2023-10-11T19:31:25.586Z | Compiling futures-io v0.3.28 |
1234 | 2023-10-11T19:31:25.602Z | Compiling url v2.4.1 |
1235 | 2023-10-11T19:31:25.730Z | Compiling hashbrown v0.12.3 |
1236 | 2023-10-11T19:31:26.749Z | Compiling unicode-width v0.1.10 |
1237 | 2023-10-11T19:31:27.001Z | Compiling anyhow v1.0.75 |
1238 | 2023-10-11T19:31:27.663Z | Compiling num_threads v0.1.6 |
1239 | 2023-10-11T19:31:27.834Z | Compiling deranged v0.3.8 |
1240 | 2023-10-11T19:31:28.111Z | Compiling usdt-impl v0.3.5 |
1241 | 2023-10-11T19:31:28.235Z | Compiling thread-id v4.2.0 |
1242 | 2023-10-11T19:31:28.403Z | Compiling tracing-core v0.1.31 |
1243 | 2023-10-11T19:31:28.782Z | Compiling hashbrown v0.13.2 |
1244 | 2023-10-11T19:31:29.434Z | Compiling cpufeatures v0.2.9 |
1245 | 2023-10-11T19:31:29.645Z | Compiling adler v1.0.2 |
1246 | 2023-10-11T19:31:29.927Z | Compiling miniz_oxide v0.7.1 |
1247 | 2023-10-11T19:31:30.702Z | Compiling lazy_static v1.4.0 |
1248 | 2023-10-11T19:31:30.872Z | Compiling rustix v0.38.9 |
1249 | 2023-10-11T19:31:30.917Z | Compiling bitflags v1.3.2 |
1250 | 2023-10-11T19:31:31.056Z | Compiling time v0.3.27 |
1251 | 2023-10-11T19:31:31.425Z | Compiling regex-automata v0.3.8 |
1252 | 2023-10-11T19:31:32.583Z | Compiling gimli v0.28.0 |
1253 | 2023-10-11T19:31:33.894Z | Compiling serde_derive v1.0.188 |
1254 | 2023-10-11T19:31:34.891Z | Compiling zeroize_derive v1.4.2 |
1255 | 2023-10-11T19:31:35.260Z | Compiling thiserror-impl v1.0.49 |
1256 | 2023-10-11T19:31:36.069Z | Compiling tokio-macros v2.1.0 |
1257 | 2023-10-11T19:31:37.244Z | Compiling futures-macro v0.3.28 |
1258 | 2023-10-11T19:31:37.307Z | Compiling tracing-attributes v0.1.26 |
1259 | 2023-10-11T19:31:38.488Z | Compiling schemars_derive v0.8.13 |
1260 | 2023-10-11T19:31:40.181Z | Compiling zeroize v1.6.0 |
1261 | 2023-10-11T19:31:40.699Z | Compiling pest v2.7.2 |
1262 | 2023-10-11T19:31:40.706Z | Compiling openssl-macros v0.1.1 |
1263 | 2023-10-11T19:31:41.202Z | Compiling zerocopy-derive v0.2.0 |
1264 | 2023-10-11T19:31:42.900Z | Compiling crypto-common v0.1.6 |
1265 | 2023-10-11T19:31:42.931Z | Compiling block-buffer v0.10.4 |
1266 | 2023-10-11T19:31:43.277Z | Compiling digest v0.10.7 |
1267 | 2023-10-11T19:31:43.483Z | Compiling regex v1.9.5 |
1268 | 2023-10-11T19:31:43.934Z | Compiling tracing v0.1.37 |
1269 | 2023-10-11T19:31:44.002Z | Compiling zerocopy v0.3.0 |
1270 | 2023-10-11T19:31:44.808Z | Compiling pest_meta v2.7.2 |
1271 | 2023-10-11T19:31:45.792Z | Compiling dof v0.1.5 |
1272 | 2023-10-11T19:31:45.815Z | Compiling addr2line v0.21.0 |
1273 | 2023-10-11T19:31:46.593Z | Compiling object v0.32.1 |
1274 | 2023-10-11T19:31:47.131Z | Compiling pest_generator v2.7.2 |
1275 | 2023-10-11T19:31:48.161Z | Compiling siphasher v0.3.11 |
1276 | 2023-10-11T19:31:48.796Z | Compiling rustc-demangle v0.1.23 |
1277 | 2023-10-11T19:31:49.961Z | Compiling untrusted v0.7.1 |
1278 | 2023-10-11T19:31:50.095Z | Compiling base64 v0.21.4 |
1279 | 2023-10-11T19:31:50.535Z | Compiling socket2 v0.4.9 |
1280 | 2023-10-11T19:31:51.921Z | Compiling phf_shared v0.11.2 |
1281 | 2023-10-11T19:31:52.010Z | Compiling pest_derive v2.7.2 |
1282 | 2023-10-11T19:31:52.100Z | Compiling try-lock v0.2.4 |
1283 | 2023-10-11T19:31:52.310Z | Compiling httpdate v1.0.3 |
1284 | 2023-10-11T19:31:52.373Z | Compiling want v0.3.1 |
1285 | 2023-10-11T19:31:52.906Z | Compiling mime v0.3.17 |
1286 | 2023-10-11T19:31:52.923Z | Compiling openssl-probe v0.1.5 |
1287 | 2023-10-11T19:31:53.133Z | Compiling dtrace-parser v0.1.14 |
1288 | 2023-10-11T19:31:53.224Z | Compiling strsim v0.10.0 |
1289 | 2023-10-11T19:31:53.316Z | Compiling tower-service v0.3.2 |
1290 | 2023-10-11T19:31:53.454Z | Compiling foreign-types-shared v0.1.1 |
1291 | 2023-10-11T19:31:53.483Z | Compiling rustls-webpki v0.101.4 |
1292 | 2023-10-11T19:31:53.623Z | Compiling foreign-types v0.3.2 |
1293 | 2023-10-11T19:31:53.782Z | Compiling sct v0.7.0 |
1294 | 2023-10-11T19:31:54.549Z | Compiling ipnet v2.8.0 |
1295 | 2023-10-11T19:31:57.241Z | Compiling rustls-pemfile v1.0.3 |
1296 | 2023-10-11T19:31:57.250Z | Compiling bytes v1.5.0 |
1297 | 2023-10-11T19:31:57.381Z | Compiling indexmap v2.0.0 |
1298 | 2023-10-11T19:31:57.415Z | Compiling chrono v0.4.31 |
1299 | 2023-10-11T19:31:57.449Z | Compiling uuid v1.4.1 |
1300 | 2023-10-11T19:31:58.563Z | Compiling toml_datetime v0.6.3 |
1301 | 2023-10-11T19:31:59.008Z | Compiling serde_spanned v0.6.3 |
1302 | 2023-10-11T19:31:59.318Z | Compiling http v0.2.9 |
1303 | 2023-10-11T19:31:59.339Z | Compiling toml_edit v0.19.15 |
1304 | 2023-10-11T19:31:59.343Z | Compiling tokio v1.32.0 |
1305 | 2023-10-11T19:32:01.375Z | Compiling openapiv3 v1.0.3 |
1306 | 2023-10-11T19:32:02.950Z | Compiling bitflags v2.4.0 |
1307 | 2023-10-11T19:32:03.639Z | Compiling serde_tokenstream v0.1.7 |
1308 | 2023-10-11T19:32:04.086Z | Compiling rustc_version v0.4.0 |
1309 | 2023-10-11T19:32:06.527Z | Compiling http-body v0.4.5 |
1310 | 2023-10-11T19:32:06.711Z | Compiling usdt-macro v0.3.5 |
1311 | 2023-10-11T19:32:06.810Z | Compiling usdt-attr-macro v0.3.5 |
1312 | 2023-10-11T19:32:07.150Z | Compiling serde_tokenstream v0.2.0 |
1313 | 2023-10-11T19:32:08.808Z | Compiling regress v0.7.1 |
1314 | 2023-10-11T19:32:08.931Z | Compiling encoding_rs v0.8.33 |
1315 | 2023-10-11T19:32:09.327Z | Compiling rustls-native-certs v0.6.3 |
1316 | 2023-10-11T19:32:09.482Z | Compiling serde_urlencoded v0.7.1 |
1317 | 2023-10-11T19:32:10.384Z | Compiling errno v0.3.2 |
1318 | 2023-10-11T19:32:10.691Z | Compiling webpki-roots v0.25.2 |
1319 | 2023-10-11T19:32:10.933Z | Compiling getopts v0.2.21 |
1320 | 2023-10-11T19:32:11.334Z | Compiling unsafe-libyaml v0.2.9 |
1321 | 2023-10-11T19:32:12.259Z | Compiling futures-executor v0.3.28 |
1322 | 2023-10-11T19:32:12.672Z | Compiling tokio-util v0.7.8 |
1323 | 2023-10-11T19:32:13.069Z | Compiling tokio-rustls v0.24.1 |
1324 | 2023-10-11T19:32:13.677Z | Compiling serde_yaml v0.9.25 |
1325 | 2023-10-11T19:32:14.423Z | Compiling h2 v0.3.21 |
1326 | 2023-10-11T19:32:15.073Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1327 | 2023-10-11T19:32:17.690Z | Compiling hmac v0.12.1 |
1328 | 2023-10-11T19:32:18.124Z | Compiling num-integer v0.1.45 |
1329 | 2023-10-11T19:32:18.147Z | Compiling rustversion v1.0.14 |
1330 | 2023-10-11T19:32:18.929Z | Compiling tokio-native-tls v0.3.1 |
1331 | 2023-10-11T19:32:19.380Z | Compiling usdt v0.3.5 |
1332 | 2023-10-11T19:32:19.396Z | Compiling hex v0.4.3 |
1333 | 2023-10-11T19:32:19.778Z | Compiling sha2 v0.10.7 |
1334 | 2023-10-11T19:32:20.108Z | Compiling block-padding v0.3.3 |
1335 | 2023-10-11T19:32:20.440Z | Compiling inout v0.1.3 |
1336 | 2023-10-11T19:32:21.165Z | Compiling cipher v0.4.4 |
1337 | 2023-10-11T19:32:21.890Z | Compiling toml v0.7.8 |
1338 | 2023-10-11T19:32:24.332Z | Compiling crc32fast v1.3.2 |
1339 | 2023-10-11T19:32:25.932Z | Compiling fallible-iterator v0.2.0 |
1340 | 2023-10-11T19:32:25.940Z | Compiling futures v0.3.28 |
1341 | 2023-10-11T19:32:25.943Z | Compiling ipnetwork v0.20.0 |
1342 | 2023-10-11T19:32:25.948Z | Compiling spin v0.9.8 |
1343 | 2023-10-11T19:32:26.367Z | Compiling hyper v0.14.27 |
1344 | 2023-10-11T19:32:26.372Z | Compiling io-lifetimes v1.0.11 |
1345 | 2023-10-11T19:32:26.376Z | Compiling either v1.9.0 |
1346 | 2023-10-11T19:32:26.545Z | Compiling md-5 v0.10.5 |
1347 | 2023-10-11T19:32:26.626Z | Compiling stringprep v0.1.3 |
1348 | 2023-10-11T19:32:27.052Z | Compiling rustix v0.37.23 |
1349 | 2023-10-11T19:32:27.661Z | Compiling postgres-protocol v0.6.6 |
1350 | 2023-10-11T19:32:28.070Z | Compiling enum-as-inner v0.5.1 |
1351 | 2023-10-11T19:32:29.136Z | Compiling slog-async v2.8.0 |
1352 | 2023-10-11T19:32:29.416Z | Compiling postgres-types v0.2.6 |
1353 | 2023-10-11T19:32:29.517Z | Compiling phf v0.11.2 |
1354 | 2023-10-11T19:32:29.573Z | Compiling console v0.15.7 |
1355 | 2023-10-11T19:32:29.920Z | Compiling num-bigint v0.4.4 |
1356 | 2023-10-11T19:32:30.170Z | Compiling whoami v1.4.1 |
1357 | 2023-10-11T19:32:30.547Z | Compiling data-encoding v2.4.0 |
1358 | 2023-10-11T19:32:31.176Z | Compiling tokio-postgres v0.7.10 |
1359 | 2023-10-11T19:32:32.751Z | Compiling zerocopy-derive v0.6.3 |
1360 | 2023-10-11T19:32:33.656Z | Compiling static_assertions v1.1.0 |
1361 | 2023-10-11T19:32:35.926Z | Compiling ident_case v1.0.1 |
1362 | 2023-10-11T19:32:36.146Z | Compiling darling_core v0.20.3 |
1363 | 2023-10-11T19:32:37.055Z | Compiling hyper-rustls v0.24.1 |
1364 | 2023-10-11T19:32:37.464Z | Compiling hyper-tls v0.5.0 |
1365 | 2023-10-11T19:32:37.993Z | Compiling reqwest v0.11.20 |
1366 | 2023-10-11T19:32:38.267Z | Compiling camino v1.1.6 |
1367 | 2023-10-11T19:32:39.287Z | Compiling flate2 v1.0.27 |
1368 | 2023-10-11T19:32:40.930Z | Compiling strum_macros v0.25.2 |
1369 | 2023-10-11T19:32:41.598Z | Compiling heapless v0.7.16 |
1370 | 2023-10-11T19:32:42.173Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1371 | 2023-10-11T19:32:42.670Z | Compiling memoffset v0.9.0 |
1372 | 2023-10-11T19:32:42.784Z | Compiling managed v0.8.0 |
1373 | 2023-10-11T19:32:43.085Z | Compiling unicode-segmentation v1.10.1 |
1374 | 2023-10-11T19:32:43.523Z | Compiling matches v0.1.10 |
1375 | 2023-10-11T19:32:43.792Z | Compiling radium v0.7.0 |
1376 | 2023-10-11T19:32:44.556Z | Compiling idna v0.2.3 |
1377 | 2023-10-11T19:32:45.199Z | Compiling darling_macro v0.20.3 |
1378 | 2023-10-11T19:32:45.772Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1379 | 2023-10-11T19:32:46.665Z | Compiling darling v0.20.3 |
1380 | 2023-10-11T19:32:47.034Z | Compiling multer v2.1.0 |
1381 | 2023-10-11T19:32:47.340Z | Compiling serde_with_macros v2.3.3 |
1382 | 2023-10-11T19:32:47.523Z | Compiling trust-dns-proto v0.22.0 |
1383 | 2023-10-11T19:32:47.773Z | Compiling async-stream-impl v0.3.5 |
1384 | 2023-10-11T19:32:49.030Z | Compiling num-iter v0.1.43 |
1385 | 2023-10-11T19:32:49.445Z | Compiling crossbeam-epoch v0.9.15 |
1386 | 2023-10-11T19:32:50.044Z | Compiling anstyle v1.0.2 |
1387 | 2023-10-11T19:32:50.319Z | Compiling utf8parse v0.2.1 |
1388 | 2023-10-11T19:32:51.176Z | Compiling smoltcp v0.9.1 |
1389 | 2023-10-11T19:32:51.182Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1390 | 2023-10-11T19:32:51.185Z | Compiling paste v1.0.14 |
1391 | 2023-10-11T19:32:51.238Z | Compiling bit-vec v0.6.3 |
1392 | 2023-10-11T19:32:51.840Z | Compiling anstyle-parse v0.2.1 |
1393 | 2023-10-11T19:32:52.435Z | Compiling zerocopy v0.6.3 |
1394 | 2023-10-11T19:32:53.176Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1395 | 2023-10-11T19:32:53.372Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1396 | 2023-10-11T19:32:54.228Z | Compiling signature v2.1.0 |
1397 | 2023-10-11T19:32:54.453Z | Compiling hubpack_derive v0.1.1 |
1398 | 2023-10-11T19:32:54.575Z | Compiling clap_derive v4.4.2 |
1399 | 2023-10-11T19:32:55.821Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1400 | 2023-10-11T19:32:56.171Z | Compiling anstyle-query v1.0.0 |
1401 | 2023-10-11T19:32:56.226Z | Compiling colorchoice v1.0.0 |
1402 | 2023-10-11T19:32:56.447Z | Compiling anstream v0.5.0 |
1403 | 2023-10-11T19:32:57.615Z | Compiling yasna v0.5.2 |
1404 | 2023-10-11T19:32:58.113Z | Compiling terminal_size v0.2.6 |
1405 | 2023-10-11T19:32:58.384Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1406 | 2023-10-11T19:32:58.409Z | Compiling structmeta-derive v0.1.6 |
1407 | 2023-10-11T19:32:59.238Z | Compiling diesel_table_macro_syntax v0.1.0 |
1408 | 2023-10-11T19:32:59.893Z | Compiling hash32 v0.2.1 |
1409 | 2023-10-11T19:33:00.497Z | Compiling stable_deref_trait v1.2.0 |
1410 | 2023-10-11T19:33:00.822Z | Compiling clap_lex v0.5.1 |
1411 | 2023-10-11T19:33:01.246Z | Compiling tap v1.0.1 |
1412 | 2023-10-11T19:33:01.509Z | Compiling wyz v0.5.1 |
1413 | 2023-10-11T19:33:01.619Z | Compiling clap_builder v4.4.2 |
1414 | 2023-10-11T19:33:01.994Z | Compiling diesel_derives v2.1.1 |
1415 | 2023-10-11T19:33:02.418Z | Compiling itertools v0.10.5 |
1416 | 2023-10-11T19:33:02.791Z | Compiling structmeta v0.1.6 |
1417 | 2023-10-11T19:33:03.115Z | Compiling tokio-stream v0.1.14 |
1418 | 2023-10-11T19:33:03.168Z | Compiling serde_repr v0.1.16 |
1419 | 2023-10-11T19:33:03.376Z | Compiling scheduled-thread-pool v0.2.7 |
1420 | 2023-10-11T19:33:03.611Z | Compiling regex-automata v0.1.10 |
1421 | 2023-10-11T19:33:04.326Z | Compiling funty v2.0.0 |
1422 | 2023-10-11T19:33:04.421Z | Compiling regex-syntax v0.6.29 |
1423 | 2023-10-11T19:33:04.712Z | Compiling bstr v0.2.17 |
1424 | 2023-10-11T19:33:04.918Z | Compiling r2d2 v0.8.10 |
1425 | 2023-10-11T19:33:06.655Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1426 | 2023-10-11T19:33:07.234Z | Compiling bitvec v1.0.1 |
1427 | 2023-10-11T19:33:08.201Z | Compiling clap v4.4.3 |
1428 | 2023-10-11T19:33:08.361Z | Compiling hubpack v0.1.2 |
1429 | 2023-10-11T19:33:09.093Z | Compiling phf_shared v0.10.0 |
1430 | 2023-10-11T19:33:09.176Z | Compiling float-cmp v0.9.0 |
1431 | 2023-10-11T19:33:09.326Z | Compiling difflib v0.4.0 |
1432 | 2023-10-11T19:33:09.537Z | Compiling new_debug_unreachable v1.0.4 |
1433 | 2023-10-11T19:33:09.678Z | Compiling precomputed-hash v0.1.1 |
1434 | 2023-10-11T19:33:09.758Z | Compiling fixedbitset v0.4.2 |
1435 | 2023-10-11T19:33:09.840Z | Compiling smawk v0.3.1 |
1436 | 2023-10-11T19:33:10.157Z | Compiling normalize-line-endings v0.3.0 |
1437 | 2023-10-11T19:33:10.322Z | Compiling unicode-linebreak v0.1.5 |
1438 | 2023-10-11T19:33:10.529Z | Compiling predicates-core v1.0.6 |
1439 | 2023-10-11T19:33:11.082Z | Compiling textwrap v0.16.0 |
1440 | 2023-10-11T19:33:11.172Z | Compiling predicates v3.0.3 |
1441 | 2023-10-11T19:33:12.183Z | Compiling petgraph v0.6.4 |
1442 | 2023-10-11T19:33:13.259Z | Compiling string_cache v0.8.7 |
1443 | 2023-10-11T19:33:13.981Z | Compiling parse-display-derive v0.7.0 |
1444 | 2023-10-11T19:33:14.013Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1445 | 2023-10-11T19:33:14.030Z | Compiling similar v2.2.1 |
1446 | 2023-10-11T19:33:14.793Z | Compiling bit-set v0.5.3 |
1447 | 2023-10-11T19:33:15.403Z | Compiling bstr v1.6.0 |
1448 | 2023-10-11T19:33:18.471Z | Compiling lalrpop-util v0.19.12 |
1449 | 2023-10-11T19:33:25.661Z | Compiling diesel v2.1.1 |
1450 | 2023-10-11T19:33:38.485Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1451 | 2023-10-11T19:33:39.106Z | Compiling proc-macro-crate v1.3.1 |
1452 | 2023-10-11T19:33:43.917Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1453 | 2023-10-11T19:34:08.271Z | Compiling atty v0.2.14 |
1454 | 2023-10-11T19:34:10.873Z | Compiling sha1 v0.10.5 |
1455 | 2023-10-11T19:34:10.900Z | Compiling match_cfg v0.1.0 |
1456 | 2023-10-11T19:34:11.043Z | Compiling hostname v0.3.1 |
1457 | 2023-10-11T19:34:13.047Z | Compiling dirs-sys-next v0.1.2 |
1458 | 2023-10-11T19:34:13.425Z | Compiling dirs-next v2.0.0 |
1459 | 2023-10-11T19:34:14.219Z | Compiling thread_local v1.1.7 |
1460 | 2023-10-11T19:34:16.089Z | Compiling term v0.7.0 |
1461 | 2023-10-11T19:34:16.197Z | Compiling crossbeam-channel v0.5.8 |
1462 | 2023-10-11T19:34:17.171Z | Compiling take_mut v0.2.2 |
1463 | 2023-10-11T19:34:18.024Z | Compiling slog-term v2.9.0 |
1464 | 2023-10-11T19:34:19.636Z | Compiling slog-json v2.6.1 |
1465 | 2023-10-11T19:34:20.149Z | Compiling instant v0.1.12 |
1466 | 2023-10-11T19:34:20.348Z | Compiling slog-bunyan v2.4.0 |
1467 | 2023-10-11T19:34:22.086Z | Compiling strum v0.25.0 |
1468 | 2023-10-11T19:34:22.317Z | Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1469 | 2023-10-11T19:34:22.611Z | Compiling atomic-waker v1.1.1 |
1470 | 2023-10-11T19:34:22.776Z | Compiling waitgroup v0.1.2 |
1471 | 2023-10-11T19:34:23.109Z | Compiling num_enum_derive v0.5.11 |
1472 | 2023-10-11T19:34:23.410Z | Compiling serde_with v2.3.3 |
1473 | 2023-10-11T19:34:23.567Z | Compiling async-stream v0.3.5 |
1474 | 2023-10-11T19:34:25.076Z | Compiling serde_path_to_error v0.1.14 |
1475 | 2023-10-11T19:34:25.509Z | Compiling libz-sys v1.1.12 |
1476 | 2023-10-11T19:34:25.784Z | Compiling debug-ignore v1.0.5 |
1477 | 2023-10-11T19:34:25.989Z | Compiling fastrand v2.0.0 |
1478 | 2023-10-11T19:34:26.684Z | Compiling tempfile v3.8.0 |
1479 | 2023-10-11T19:34:30.162Z | Compiling slog-dtrace v0.2.3 |
1480 | 2023-10-11T19:34:30.285Z | Compiling proc-macro-error-attr v1.0.4 |
1481 | 2023-10-11T19:34:31.892Z | Compiling backoff v0.4.0 |
1482 | 2023-10-11T19:34:32.402Z | Compiling parse-display v0.7.0 |
1483 | 2023-10-11T19:34:34.442Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1484 | 2023-10-11T19:34:34.731Z | Compiling macaddr v1.0.1 |
1485 | 2023-10-11T19:34:34.870Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1486 | 2023-10-11T19:34:34.914Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1487 | 2023-10-11T19:34:34.945Z | Compiling proc-macro-error v1.0.4 |
1488 | 2023-10-11T19:34:35.348Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1489 | 2023-10-11T19:34:37.402Z | Compiling libsqlite3-sys v0.26.0 |
1490 | 2023-10-11T19:34:37.521Z | Compiling memoffset v0.7.1 |
1491 | 2023-10-11T19:34:38.030Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1492 | 2023-10-11T19:34:40.922Z | Compiling vergen v8.2.4 |
1493 | 2023-10-11T19:34:41.353Z | Compiling foreign-types-macros v0.2.3 |
1494 | 2023-10-11T19:34:41.356Z | Compiling base64ct v1.6.0 |
1495 | 2023-10-11T19:34:44.178Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1496 | 2023-10-11T19:34:45.474Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1497 | 2023-10-11T19:34:48.582Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1498 | 2023-10-11T19:34:49.810Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1499 | 2023-10-11T19:34:50.246Z | Compiling platforms v3.0.2 |
1500 | 2023-10-11T19:34:50.353Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1501 | 2023-10-11T19:34:50.823Z | Compiling num_enum_derive v0.7.0 |
1502 | 2023-10-11T19:34:51.097Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1503 | 2023-10-11T19:34:51.502Z | Compiling password-hash v0.5.0 |
1504 | 2023-10-11T19:34:51.675Z | Compiling curve25519-dalek v4.1.0 |
1505 | 2023-10-11T19:34:52.221Z | Compiling heck v0.3.3 |
1506 | 2023-10-11T19:34:52.752Z | Compiling blake2 v0.10.6 |
1507 | 2023-10-11T19:34:53.175Z | Compiling libefi-sys v0.1.0 |
1508 | 2023-10-11T19:34:53.178Z | Compiling structopt-derive v0.4.18 |
1509 | 2023-10-11T19:34:53.261Z | Compiling zone_cfg_derive v0.2.0 |
1510 | 2023-10-11T19:34:54.314Z | Compiling argon2 v0.5.2 |
1511 | 2023-10-11T19:34:55.003Z | Compiling curve25519-dalek-derive v0.1.0 |
1512 | 2023-10-11T19:34:55.014Z | Compiling same-file v1.0.6 |
1513 | 2023-10-11T19:34:55.088Z | Compiling toml v0.5.11 |
1514 | 2023-10-11T19:34:55.347Z | Compiling walkdir v2.4.0 |
1515 | 2023-10-11T19:34:55.423Z | Compiling semver-parser v0.10.2 |
1516 | 2023-10-11T19:34:56.432Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1517 | 2023-10-11T19:34:56.938Z | Compiling xattr v1.0.1 |
1518 | 2023-10-11T19:34:57.181Z | Compiling filetime v0.2.22 |
1519 | 2023-10-11T19:34:57.345Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1520 | 2023-10-11T19:34:57.820Z | Compiling getrandom v0.1.16 |
1521 | 2023-10-11T19:34:57.905Z | Compiling erased-serde v0.3.30 |
1522 | 2023-10-11T19:34:58.219Z | Compiling tar v0.4.40 |
1523 | 2023-10-11T19:34:58.470Z | Compiling semver v0.11.0 |
1524 | 2023-10-11T19:34:58.493Z | Compiling universal-hash v0.5.1 |
1525 | 2023-10-11T19:34:58.736Z | Compiling bitstruct_derive v0.1.0 |
1526 | 2023-10-11T19:34:58.792Z | Compiling async-recursion v1.0.5 |
1527 | 2023-10-11T19:34:59.578Z | Compiling home v0.5.5 |
1528 | 2023-10-11T19:34:59.799Z | Compiling opaque-debug v0.3.0 |
1529 | 2023-10-11T19:34:59.950Z | Compiling toolchain_find v0.2.0 |
1530 | 2023-10-11T19:35:00.365Z | Compiling num-rational v0.4.1 |
1531 | 2023-10-11T19:35:00.371Z | Compiling unicase v2.7.0 |
1532 | 2023-10-11T19:35:00.523Z | Compiling parking_lot_core v0.8.6 |
1533 | 2023-10-11T19:35:00.769Z | Compiling rustfmt-wrapper v0.2.0 |
1534 | 2023-10-11T19:35:00.805Z | Compiling omicron-zone-package v0.8.3 |
1535 | 2023-10-11T19:35:01.059Z | Compiling num_enum v0.5.11 |
1536 | 2023-10-11T19:35:01.266Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1537 | 2023-10-11T19:35:01.283Z | Compiling aead v0.5.2 |
1538 | 2023-10-11T19:35:01.524Z | Compiling winapi v0.3.9 |
1539 | 2023-10-11T19:35:01.752Z | Compiling postcard-cobs v0.1.5-pre |
1540 | 2023-10-11T19:35:01.855Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1541 | 2023-10-11T19:35:01.973Z | Compiling polyval v0.6.1 |
1542 | 2023-10-11T19:35:02.202Z | Compiling postcard v0.7.3 |
1543 | 2023-10-11T19:35:02.373Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1544 | 2023-10-11T19:35:02.954Z | Compiling smoltcp v0.8.2 |
1545 | 2023-10-11T19:35:02.997Z | Compiling aes v0.8.3 |
1546 | 2023-10-11T19:35:03.037Z | Compiling ctr v0.9.2 |
1547 | 2023-10-11T19:35:03.507Z | Compiling thiserror-impl-no-std v2.0.2 |
1548 | 2023-10-11T19:35:03.532Z | Compiling foreign-types-shared v0.3.1 |
1549 | 2023-10-11T19:35:03.699Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1550 | 2023-10-11T19:35:03.857Z | Compiling cfg-if v0.1.10 |
1551 | 2023-10-11T19:35:04.002Z | Compiling foreign-types v0.5.0 |
1552 | 2023-10-11T19:35:04.880Z | Compiling mime_guess v2.0.4 |
1553 | 2023-10-11T19:35:07.895Z | Compiling is-terminal v0.4.9 |
1554 | 2023-10-11T19:35:08.080Z | Compiling toml_edit v0.20.0 |
1555 | 2023-10-11T19:35:08.131Z | Compiling hashlink v0.8.3 |
1556 | 2023-10-11T19:35:09.128Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1557 | 2023-10-11T19:35:09.151Z | Compiling cstr-argument v0.1.2 |
1558 | 2023-10-11T19:35:09.522Z | Compiling pretty-hex v0.2.1 |
1559 | 2023-10-11T19:35:11.444Z | Compiling fallible-streaming-iterator v0.1.9 |
1560 | 2023-10-11T19:35:11.515Z | Compiling rusqlite v0.29.0 |
1561 | 2023-10-11T19:35:13.210Z | Compiling toml v0.8.0 |
1562 | 2023-10-11T19:35:15.606Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1563 | 2023-10-11T19:35:15.810Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1564 | 2023-10-11T19:35:16.081Z | Compiling colored v2.0.4 |
1565 | 2023-10-11T19:35:16.577Z | Compiling nix v0.26.2 |
1566 | 2023-10-11T19:35:16.580Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1567 | 2023-10-11T19:35:18.299Z | Compiling twox-hash v1.6.3 |
1568 | 2023-10-11T19:35:18.766Z | Compiling hkdf v0.12.3 |
1569 | 2023-10-11T19:35:19.327Z | Compiling textwrap v0.11.0 |
1570 | 2023-10-11T19:35:19.419Z | Compiling const_format_proc_macros v0.2.31 |
1571 | 2023-10-11T19:35:20.233Z | Compiling ansi_term v0.12.1 |
1572 | 2023-10-11T19:35:21.102Z | Compiling base64 v0.13.1 |
1573 | 2023-10-11T19:35:22.113Z | Compiling strsim v0.8.0 |
1574 | 2023-10-11T19:35:22.129Z | Compiling quick-error v1.2.3 |
1575 | 2023-10-11T19:35:22.344Z | Compiling linked-hash-map v0.5.6 |
1576 | 2023-10-11T19:35:23.396Z | Compiling vec_map v0.8.2 |
1577 | 2023-10-11T19:35:23.399Z | Compiling lru-cache v0.1.2 |
1578 | 2023-10-11T19:35:23.402Z | Compiling clap v2.34.0 |
1579 | 2023-10-11T19:35:23.445Z | Compiling resolv-conf v0.7.0 |
1580 | 2023-10-11T19:35:25.922Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1581 | 2023-10-11T19:35:26.106Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1582 | 2023-10-11T19:35:28.446Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1583 | 2023-10-11T19:35:29.028Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1584 | 2023-10-11T19:35:31.364Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1585 | 2023-10-11T19:35:32.236Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1586 | 2023-10-11T19:35:33.899Z | Compiling num_enum v0.7.0 |
1587 | 2023-10-11T19:35:34.682Z | Compiling bincode v1.3.3 |
1588 | 2023-10-11T19:35:35.239Z | Compiling termcolor v1.2.0 |
1589 | 2023-10-11T19:35:36.698Z | Compiling utf-8 v0.7.6 |
1590 | 2023-10-11T19:35:37.213Z | Compiling convert_case v0.4.0 |
1591 | 2023-10-11T19:35:37.280Z | Compiling keccak v0.1.4 |
1592 | 2023-10-11T19:35:37.363Z | Compiling humantime v2.1.0 |
1593 | 2023-10-11T19:35:38.906Z | Compiling cancel-safe-futures v0.1.2 |
1594 | 2023-10-11T19:35:39.002Z | Compiling derive_more v0.99.17 |
1595 | 2023-10-11T19:35:39.112Z | Compiling env_logger v0.9.3 |
1596 | 2023-10-11T19:35:40.327Z | Compiling sha3 v0.10.8 |
1597 | 2023-10-11T19:35:41.400Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1598 | 2023-10-11T19:35:46.058Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1599 | 2023-10-11T19:35:47.938Z | Compiling structopt v0.3.26 |
1600 | 2023-10-11T19:35:47.987Z | Compiling trust-dns-resolver v0.22.0 |
1601 | 2023-10-11T19:35:51.946Z | Compiling aes-gcm-siv v0.11.1 |
1602 | 2023-10-11T19:35:52.474Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1603 | 2023-10-11T19:35:53.106Z | Compiling zone v0.2.0 |
1604 | 2023-10-11T19:35:53.486Z | Compiling itertools v0.11.0 |
1605 | 2023-10-11T19:35:55.636Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1606 | 2023-10-11T19:35:55.721Z | Compiling secrecy v0.8.0 |
1607 | 2023-10-11T19:35:56.221Z | Compiling smf v0.2.2 |
1608 | 2023-10-11T19:35:56.228Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1609 | 2023-10-11T19:35:56.249Z | Compiling ascii v1.1.0 |
1610 | 2023-10-11T19:35:56.693Z | Compiling ringbuffer v0.15.0 |
1611 | 2023-10-11T19:35:58.632Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1612 | 2023-10-11T19:35:58.840Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1613 | 2023-10-11T19:35:58.940Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1614 | 2023-10-11T19:35:59.889Z | Compiling bitstruct v0.1.1 |
1615 | 2023-10-11T19:36:00.859Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1616 | 2023-10-11T19:36:02.239Z | Compiling serde_arrays v0.1.0 |
1617 | 2023-10-11T19:36:02.480Z | Compiling ff v0.13.0 |
1618 | 2023-10-11T19:36:02.624Z | Compiling nibble_vec v0.1.0 |
1619 | 2023-10-11T19:36:02.874Z | Compiling endian-type v0.1.2 |
1620 | 2023-10-11T19:36:02.935Z | Compiling arc-swap v1.6.0 |
1621 | 2023-10-11T19:36:03.234Z | Compiling radix_trie v0.2.1 |
1622 | 2023-10-11T19:36:03.835Z | Compiling slog-scope v4.4.0 |
1623 | 2023-10-11T19:36:04.065Z | Compiling group v0.13.0 |
1624 | 2023-10-11T19:36:04.355Z | Compiling rand_core v0.5.1 |
1625 | 2023-10-11T19:36:04.714Z | Compiling tungstenite v0.20.1 |
1626 | 2023-10-11T19:36:05.347Z | Compiling poly1305 v0.8.0 |
1627 | 2023-10-11T19:36:06.094Z | Compiling chacha20 v0.9.1 |
1628 | 2023-10-11T19:36:06.957Z | Compiling crypto-bigint v0.5.2 |
1629 | 2023-10-11T19:36:07.058Z | Compiling num-complex v0.4.4 |
1630 | 2023-10-11T19:36:07.234Z | Compiling ciborium-io v0.2.1 |
1631 | 2023-10-11T19:36:07.406Z | Compiling option-ext v0.2.0 |
1632 | 2023-10-11T19:36:07.590Z | Compiling half v1.8.2 |
1633 | 2023-10-11T19:36:08.160Z | Compiling base16ct v0.2.0 |
1634 | 2023-10-11T19:36:08.187Z | Compiling dirs-sys v0.4.1 |
1635 | 2023-10-11T19:36:08.518Z | Compiling ciborium-ll v0.2.1 |
1636 | 2023-10-11T19:36:08.628Z | Compiling tokio-tungstenite v0.20.1 |
1637 | 2023-10-11T19:36:09.250Z | Compiling num v0.4.1 |
1638 | 2023-10-11T19:36:09.264Z | Compiling parking_lot v0.11.2 |
1639 | 2023-10-11T19:36:09.276Z | Compiling rand_chacha v0.2.2 |
1640 | 2023-10-11T19:36:09.705Z | Compiling slog-stdlog v4.1.1 |
1641 | 2023-10-11T19:36:09.711Z | Compiling trust-dns-client v0.22.0 |
1642 | 2023-10-11T19:36:09.718Z | Compiling thiserror-no-std v2.0.2 |
1643 | 2023-10-11T19:36:10.657Z | Compiling elliptic-curve v0.13.5 |
1644 | 2023-10-11T19:36:10.801Z | Compiling password-hash v0.4.2 |
1645 | 2023-10-11T19:36:10.846Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1646 | 2023-10-11T19:36:11.645Z | Compiling ed25519 v2.2.2 |
1647 | 2023-10-11T19:36:11.664Z | Compiling blowfish v0.9.1 |
1648 | 2023-10-11T19:36:11.901Z | Compiling pbkdf2 v0.12.2 |
1649 | 2023-10-11T19:36:12.133Z | Compiling fxhash v0.2.1 |
1650 | 2023-10-11T19:36:12.498Z | Compiling sled v0.34.7 |
1651 | 2023-10-11T19:36:12.559Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1652 | 2023-10-11T19:36:13.223Z | Compiling bcrypt-pbkdf v0.10.0 |
1653 | 2023-10-11T19:36:13.478Z | Compiling trust-dns-server v0.22.1 |
1654 | 2023-10-11T19:36:13.570Z | Compiling ed25519-dalek v2.0.0 |
1655 | 2023-10-11T19:36:17.652Z | Compiling pbkdf2 v0.11.0 |
1656 | 2023-10-11T19:36:18.000Z | Compiling vsss-rs v3.3.1 |
1657 | 2023-10-11T19:36:18.188Z | Compiling russh-cryptovec v0.7.0 |
1658 | 2023-10-11T19:36:18.466Z | Compiling rand v0.7.3 |
1659 | 2023-10-11T19:36:18.901Z | Compiling slog-envlogger v2.2.0 |
1660 | 2023-10-11T19:36:18.976Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1661 | 2023-10-11T19:36:19.191Z | Compiling ciborium v0.2.1 |
1662 | 2023-10-11T19:36:19.669Z | Compiling dirs v5.0.1 |
1663 | 2023-10-11T19:36:20.114Z | Compiling chacha20poly1305 v0.10.1 |
1664 | 2023-10-11T19:36:20.142Z | Compiling tungstenite v0.18.0 |
1665 | 2023-10-11T19:36:20.173Z | Compiling const_format v0.2.31 |
1666 | 2023-10-11T19:36:20.636Z | Compiling pem v1.1.1 |
1667 | 2023-10-11T19:36:20.643Z | Compiling ron v0.7.1 |
1668 | 2023-10-11T19:36:20.908Z | Compiling ghash v0.5.0 |
1669 | 2023-10-11T19:36:22.134Z | Compiling camino-tempfile v1.0.2 |
1670 | 2023-10-11T19:36:23.074Z | Compiling cbc v0.1.2 |
1671 | 2023-10-11T19:36:23.170Z | Compiling headers-core v0.2.0 |
1672 | 2023-10-11T19:36:23.846Z | Compiling pretty-hex v0.3.0 |
1673 | 2023-10-11T19:36:23.892Z | Compiling md5 v0.7.0 |
1674 | 2023-10-11T19:36:24.160Z | Compiling bit_field v0.10.2 |
1675 | 2023-10-11T19:36:24.318Z | Compiling http-range v0.1.5 |
1676 | 2023-10-11T19:36:24.448Z | Compiling russh-keys v0.38.0 |
1677 | 2023-10-11T19:36:24.584Z | Compiling hyper-staticfile v0.9.5 |
1678 | 2023-10-11T19:36:25.453Z | Compiling headers v0.3.9 |
1679 | 2023-10-11T19:36:29.635Z | Compiling aes-gcm v0.10.2 |
1680 | 2023-10-11T19:36:29.853Z | Compiling tokio-tungstenite v0.18.0 |
1681 | 2023-10-11T19:36:30.117Z | Compiling rcgen v0.10.0 |
1682 | 2023-10-11T19:36:36.568Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1683 | 2023-10-11T19:36:36.635Z | Compiling atomicwrites v0.4.1 |
1684 | 2023-10-11T19:36:37.300Z | Compiling subprocess v0.2.9 |
1685 | 2023-10-11T19:36:37.839Z | Compiling hex-literal v0.4.1 |
1686 | 2023-10-11T19:36:38.353Z | Compiling glob v0.3.1 |
1687 | 2023-10-11T19:36:38.360Z | Compiling russh v0.38.0 |
1688 | 2023-10-11T19:36:45.634Z | Compiling bzip2 v0.4.4 |
1689 | 2023-10-11T19:36:46.133Z | Compiling zip v0.6.6 |
1690 | 2023-10-11T19:36:48.679Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1691 | 2023-10-11T19:36:48.832Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1692 | 2023-10-11T19:36:48.859Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1693 | 2023-10-11T19:36:48.888Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1694 | 2023-10-11T19:36:48.933Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1695 | 2023-10-11T19:36:49.134Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1696 | 2023-10-11T19:36:49.369Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1697 | 2023-10-11T19:36:49.780Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1698 | 2023-10-11T19:36:50.113Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1699 | 2023-10-11T19:36:51.802Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1700 | 2023-10-11T19:37:01.474Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1701 | 2023-10-11T19:37:06.659Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1702 | 2023-10-11T19:37:06.760Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1703 | 2023-10-11T19:37:11.936Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1704 | 2023-10-11T19:37:25.310Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1705 | 2023-10-11T19:37:25.413Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1706 | 2023-10-11T19:37:33.822Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1707 | 2023-10-11T19:37:34.816Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1708 | 2023-10-11T19:37:39.276Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1709 | 2023-10-11T19:37:39.588Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1710 | 2023-10-11T19:37:51.933Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1711 | 2023-10-11T19:38:18.226Z | Compiling git2 v0.17.2 |
1712 | 2023-10-11T19:38:24.483Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1713 | 2023-10-11T19:38:26.416Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1714 | 2023-10-11T19:38:38.198Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1715 | 2023-10-11T19:38:53.997Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1716 | 2023-10-11T19:38:54.270Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1717 | 2023-10-11T19:38:55.436Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1718 | 2023-10-11T19:38:58.517Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1719 | 2023-10-11T19:39:33.902Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1720 | 2023-10-11T19:40:58.554Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 29s |
1721 | 2023-10-11T19:40:58.894Z | |
1722 | 2023-10-11T19:40:58.912Z | real 10:30.004032787 |
1723 | 2023-10-11T19:40:58.929Z | user 57:36.156706344 |
1724 | 2023-10-11T19:40:59.351Z | sys 9:15.791433713 |
1725 | 2023-10-11T19:40:59.372Z | trap 2.241649596 |
1726 | 2023-10-11T19:40:59.383Z | tflt 4.388832000 |
1727 | 2023-10-11T19:40:59.390Z | dflt 9.112100661 |
1728 | 2023-10-11T19:40:59.398Z | kflt 0.167340601 |
1729 | 2023-10-11T19:40:59.412Z | lock 1:45:00.376747664 |
1730 | 2023-10-11T19:40:59.433Z | slp 3:01:34.251001264 |
1731 | 2023-10-11T19:40:59.443Z | lat 2:24.395329440 |
1732 | 2023-10-11T19:40:59.450Z | stop 5:53.107826889 |
1733 | 2023-10-11T19:40:59.464Z | + mkdir -p /work/end-to-end-tests |
1734 | 2023-10-11T19:40:59.474Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1735 | 2023-10-11T19:40:59.489Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1736 | 2023-10-11T19:40:59.502Z | + ptime -m gzip |
1737 | 2023-10-11T19:40:59.517Z | ++ basename target/debug/bootstrap |
1738 | 2023-10-11T19:41:16.323Z | |
1739 | 2023-10-11T19:41:16.812Z | real 16.848409070 |
1740 | 2023-10-11T19:41:16.840Z | user 16.666566947 |
1741 | 2023-10-11T19:41:16.863Z | sys 0.164253019 |
1742 | 2023-10-11T19:41:17.316Z | trap 0.007187910 |
1743 | 2023-10-11T19:41:17.332Z | tflt 0.000000000 |
1744 | 2023-10-11T19:41:17.363Z | dflt 0.000000000 |
1745 | 2023-10-11T19:41:17.379Z | kflt 0.000000000 |
1746 | 2023-10-11T19:41:17.404Z | lock 0.000000000 |
1747 | 2023-10-11T19:41:17.452Z | slp 0.000000000 |
1748 | 2023-10-11T19:41:17.488Z | lat 0.010035356 |
1749 | 2023-10-11T19:41:17.513Z | stop 0.000250944 |
1750 | 2023-10-11T19:41:17.535Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1751 | 2023-10-11T19:41:18.253Z | + ptime -m gzip |
1752 | 2023-10-11T19:41:18.855Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0b5a6903c7c17be7 |
1753 | 2023-10-11T19:41:18.898Z | |
1754 | 2023-10-11T19:41:18.927Z | real 1.078095741 |
1755 | 2023-10-11T19:41:18.944Z | user 1.066679163 |
1756 | 2023-10-11T19:41:18.960Z | sys 0.010730795 |
1757 | 2023-10-11T19:41:18.971Z | trap 0.000124578 |
1758 | 2023-10-11T19:41:18.991Z | tflt 0.000000000 |
1759 | 2023-10-11T19:41:19.005Z | dflt 0.000000000 |
1760 | 2023-10-11T19:41:19.012Z | kflt 0.000000000 |
1761 | 2023-10-11T19:41:19.023Z | lock 0.000000000 |
1762 | 2023-10-11T19:41:19.103Z | slp 0.000000000 |
1763 | 2023-10-11T19:41:19.522Z | lat 0.000224718 |
1764 | 2023-10-11T19:41:19.540Z | stop 0.000225035 |
1765 | 2023-10-11T19:41:19.553Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1766 | 2023-10-11T19:41:19.581Z | + ptime -m gzip |
1767 | 2023-10-11T19:41:19.602Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6da9107f9543f44b |
1768 | 2023-10-11T19:41:36.800Z | |
1769 | 2023-10-11T19:41:36.809Z | real 18.956012806 |
1770 | 2023-10-11T19:41:36.812Z | user 18.784042691 |
1771 | 2023-10-11T19:41:36.815Z | sys 0.167782231 |
1772 | 2023-10-11T19:41:36.824Z | trap 0.003017429 |
1773 | 2023-10-11T19:41:36.827Z | tflt 0.000000000 |
1774 | 2023-10-11T19:41:36.830Z | dflt 0.000000000 |
1775 | 2023-10-11T19:41:36.834Z | kflt 0.000000000 |
1776 | 2023-10-11T19:41:36.838Z | lock 0.000000000 |
1777 | 2023-10-11T19:41:36.841Z | slp 0.000000000 |
1778 | 2023-10-11T19:41:36.844Z | lat 0.000837766 |
1779 | 2023-10-11T19:41:36.848Z | stop 0.000222581 |
1780 | 2023-10-11T19:41:36.852Z | + banner caboose-util |
1781 | 2023-10-11T19:41:36.856Z | |
1782 | 2023-10-11T19:41:37.871Z | #### ## ##### #### #### #### ###### # # ##### |
1783 | 2023-10-11T19:41:37.881Z | # # # # # # # # # # # # # # # |
1784 | 2023-10-11T19:41:37.884Z | # # # ##### # # # # #### ##### ##### # # # |
1785 | 2023-10-11T19:41:37.888Z | # ###### # # # # # # # # # # # |
1786 | 2023-10-11T19:41:37.892Z | # # # # # # # # # # # # # # # # |
1787 | 2023-10-11T19:41:37.897Z | #### # # ##### #### #### #### ###### #### # |
1788 | 2023-10-11T19:41:37.901Z | |
1789 | 2023-10-11T19:41:37.904Z | + ptime -m cargo build --locked -p caboose-util --release |
1790 | 2023-10-11T19:41:37.907Z | Downloading crates ... |
1791 | 2023-10-11T19:41:37.911Z | Downloaded packed_struct_codegen v0.10.1 |
1792 | 2023-10-11T19:41:37.916Z | Downloaded maybe-uninit v2.0.0 |
1793 | 2023-10-11T19:41:37.919Z | Downloaded smallvec v0.6.14 |
1794 | 2023-10-11T19:41:37.922Z | Downloaded nodrop v0.1.14 |
1795 | 2023-10-11T19:41:37.925Z | Downloaded crc v3.0.1 |
1796 | 2023-10-11T19:41:37.930Z | Downloaded path-slash v0.1.5 |
1797 | 2023-10-11T19:41:39.240Z | Downloaded flagset v0.4.3 |
1798 | 2023-10-11T19:41:39.275Z | Downloaded crc-catalog v2.2.0 |
1799 | 2023-10-11T19:41:39.286Z | Downloaded bitfield v0.14.0 |
1800 | 2023-10-11T19:41:39.299Z | Downloaded array-init v0.0.4 |
1801 | 2023-10-11T19:41:39.311Z | Downloaded serde-hex v0.1.0 |
1802 | 2023-10-11T19:41:39.322Z | Downloaded pem-rfc7468 v0.7.0 |
1803 | 2023-10-11T19:41:39.343Z | Downloaded packed_struct v0.10.1 |
1804 | 2023-10-11T19:41:39.352Z | Downloaded der_derive v0.7.2 |
1805 | 2023-10-11T19:41:39.360Z | Downloaded pkcs1 v0.7.5 |
1806 | 2023-10-11T19:41:39.368Z | Downloaded crc-any v2.4.3 |
1807 | 2023-10-11T19:41:39.376Z | Downloaded rsa v0.9.2 |
1808 | 2023-10-11T19:41:39.798Z | Downloaded x509-cert v0.2.4 |
1809 | 2023-10-11T19:41:39.808Z | Downloaded object v0.30.4 |
1810 | 2023-10-11T19:41:39.818Z | Downloaded num-bigint-dig v0.8.4 |
1811 | 2023-10-11T19:41:39.825Z | Downloaded ron v0.8.1 |
1812 | 2023-10-11T19:41:39.911Z | Downloaded env_logger v0.10.0 |
1813 | 2023-10-11T19:41:39.916Z | Compiling proc-macro2 v1.0.67 |
1814 | 2023-10-11T19:41:39.920Z | Compiling unicode-ident v1.0.12 |
1815 | 2023-10-11T19:41:39.925Z | Compiling libc v0.2.148 |
1816 | 2023-10-11T19:41:39.931Z | Compiling serde v1.0.188 |
1817 | 2023-10-11T19:41:39.936Z | Compiling autocfg v1.1.0 |
1818 | 2023-10-11T19:41:39.942Z | Compiling version_check v0.9.4 |
1819 | 2023-10-11T19:41:39.947Z | Compiling cfg-if v1.0.0 |
1820 | 2023-10-11T19:41:39.951Z | Compiling once_cell v1.18.0 |
1821 | 2023-10-11T19:41:39.956Z | Compiling syn v1.0.109 |
1822 | 2023-10-11T19:41:39.963Z | Compiling parking_lot_core v0.9.8 |
1823 | 2023-10-11T19:41:39.977Z | Compiling typenum v1.16.0 |
1824 | 2023-10-11T19:41:39.985Z | Compiling libm v0.2.7 |
1825 | 2023-10-11T19:41:40.006Z | Compiling futures-core v0.3.28 |
1826 | 2023-10-11T19:41:40.014Z | Compiling generic-array v0.14.7 |
1827 | 2023-10-11T19:41:40.018Z | Compiling lock_api v0.4.10 |
1828 | 2023-10-11T19:41:40.021Z | Compiling num-traits v0.2.16 |
1829 | 2023-10-11T19:41:40.024Z | Compiling pkg-config v0.3.27 |
1830 | 2023-10-11T19:41:40.028Z | Compiling slab v0.4.9 |
1831 | 2023-10-11T19:41:40.031Z | Compiling serde_json v1.0.107 |
1832 | 2023-10-11T19:41:40.036Z | Compiling futures-channel v0.3.28 |
1833 | 2023-10-11T19:41:40.043Z | Compiling futures-task v0.3.28 |
1834 | 2023-10-11T19:41:40.050Z | Compiling quote v1.0.33 |
1835 | 2023-10-11T19:41:40.056Z | Compiling scopeguard v1.2.0 |
1836 | 2023-10-11T19:41:40.059Z | Compiling thiserror v1.0.49 |
1837 | 2023-10-11T19:41:40.063Z | Compiling futures-util v0.3.28 |
1838 | 2023-10-11T19:41:40.252Z | Compiling itoa v1.0.9 |
1839 | 2023-10-11T19:41:40.476Z | Compiling syn v2.0.32 |
1840 | 2023-10-11T19:41:40.661Z | Compiling jobserver v0.1.26 |
1841 | 2023-10-11T19:41:40.734Z | Compiling getrandom v0.2.10 |
1842 | 2023-10-11T19:41:40.879Z | Compiling memchr v2.6.3 |
1843 | 2023-10-11T19:41:41.132Z | Compiling cc v1.0.83 |
1844 | 2023-10-11T19:41:42.111Z | Compiling ahash v0.8.3 |
1845 | 2023-10-11T19:41:42.130Z | Compiling ahash v0.7.6 |
1846 | 2023-10-11T19:41:42.590Z | Compiling smallvec v1.11.0 |
1847 | 2023-10-11T19:41:42.617Z | Compiling vcpkg v0.2.15 |
1848 | 2023-10-11T19:41:43.286Z | Compiling log v0.4.20 |
1849 | 2023-10-11T19:41:43.477Z | Compiling byteorder v1.4.3 |
1850 | 2023-10-11T19:41:44.238Z | Compiling rand_core v0.6.4 |
1851 | 2023-10-11T19:41:44.740Z | Compiling pin-project-lite v0.2.13 |
1852 | 2023-10-11T19:41:45.371Z | Compiling parking_lot v0.12.1 |
1853 | 2023-10-11T19:41:45.561Z | Compiling indexmap v1.9.3 |
1854 | 2023-10-11T19:41:45.819Z | Compiling openssl-sys v0.9.93 |
1855 | 2023-10-11T19:41:45.954Z | Compiling ring v0.16.20 |
1856 | 2023-10-11T19:41:47.630Z | Compiling io-lifetimes v1.0.11 |
1857 | 2023-10-11T19:41:48.505Z | Compiling num-integer v0.1.45 |
1858 | 2023-10-11T19:41:48.868Z | Compiling const-oid v0.9.5 |
1859 | 2023-10-11T19:41:49.166Z | Compiling semver v1.0.18 |
1860 | 2023-10-11T19:41:49.814Z | Compiling ryu v1.0.15 |
1861 | 2023-10-11T19:41:50.096Z | Compiling spin v0.5.2 |
1862 | 2023-10-11T19:41:50.598Z | Compiling rustix v0.37.23 |
1863 | 2023-10-11T19:41:51.460Z | Compiling mio v0.8.8 |
1864 | 2023-10-11T19:41:51.688Z | Compiling signal-hook-registry v1.4.1 |
1865 | 2023-10-11T19:41:52.121Z | Compiling socket2 v0.5.3 |
1866 | 2023-10-11T19:41:52.544Z | Compiling num_cpus v1.16.0 |
1867 | 2023-10-11T19:41:52.714Z | Compiling futures-sink v0.3.28 |
1868 | 2023-10-11T19:41:52.752Z | Compiling ucd-trie v0.1.6 |
1869 | 2023-10-11T19:41:52.770Z | Compiling openssl v0.10.57 |
1870 | 2023-10-11T19:41:52.921Z | Compiling unicode-xid v0.2.4 |
1871 | 2023-10-11T19:41:53.031Z | Compiling httparse v1.8.0 |
1872 | 2023-10-11T19:41:53.311Z | Compiling synstructure v0.12.6 |
1873 | 2023-10-11T19:41:53.545Z | Compiling tinyvec_macros v0.1.1 |
1874 | 2023-10-11T19:41:53.664Z | Compiling tinyvec v1.6.0 |
1875 | 2023-10-11T19:41:55.713Z | Compiling radium v0.7.0 |
1876 | 2023-10-11T19:41:56.227Z | Compiling native-tls v0.2.11 |
1877 | 2023-10-11T19:41:56.263Z | Compiling futures-io v0.3.28 |
1878 | 2023-10-11T19:41:56.299Z | Compiling ppv-lite86 v0.2.17 |
1879 | 2023-10-11T19:41:56.322Z | Compiling rustls v0.21.7 |
1880 | 2023-10-11T19:41:56.678Z | Compiling pin-utils v0.1.0 |
1881 | 2023-10-11T19:41:56.794Z | Compiling crc32fast v1.3.2 |
1882 | 2023-10-11T19:41:56.813Z | Compiling unicode-normalization v0.1.22 |
1883 | 2023-10-11T19:41:56.935Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1884 | 2023-10-11T19:41:57.411Z | Compiling tracing-core v0.1.31 |
1885 | 2023-10-11T19:41:57.518Z | Compiling heck v0.4.1 |
1886 | 2023-10-11T19:41:57.583Z | Compiling rand_chacha v0.3.1 |
1887 | 2023-10-11T19:41:57.607Z | Compiling subtle v2.5.0 |
1888 | 2023-10-11T19:41:58.115Z | Compiling unicode-bidi v0.3.13 |
1889 | 2023-10-11T19:41:58.351Z | Compiling rand v0.8.5 |
1890 | 2023-10-11T19:42:00.422Z | Compiling errno v0.3.2 |
1891 | 2023-10-11T19:42:00.512Z | Compiling num-iter v0.1.43 |
1892 | 2023-10-11T19:42:00.527Z | Compiling usdt-impl v0.3.5 |
1893 | 2023-10-11T19:42:00.965Z | Compiling schemars v0.8.13 |
1894 | 2023-10-11T19:42:01.525Z | Compiling base64 v0.21.4 |
1895 | 2023-10-11T19:42:01.761Z | Compiling rustix v0.38.9 |
1896 | 2023-10-11T19:42:03.169Z | Compiling serde_derive v1.0.188 |
1897 | 2023-10-11T19:42:03.409Z | Compiling zeroize_derive v1.4.2 |
1898 | 2023-10-11T19:42:03.473Z | Compiling tokio-macros v2.1.0 |
1899 | 2023-10-11T19:42:03.927Z | Compiling thiserror-impl v1.0.49 |
1900 | 2023-10-11T19:42:03.950Z | Compiling futures-macro v0.3.28 |
1901 | 2023-10-11T19:42:03.962Z | Compiling tracing-attributes v0.1.26 |
1902 | 2023-10-11T19:42:03.982Z | Compiling zerocopy-derive v0.2.0 |
1903 | 2023-10-11T19:42:04.064Z | Compiling openssl-macros v0.1.1 |
1904 | 2023-10-11T19:42:05.200Z | Compiling zerocopy-derive v0.6.3 |
1905 | 2023-10-11T19:42:06.645Z | Compiling zeroize v1.6.0 |
1906 | 2023-10-11T19:42:08.209Z | Compiling pest v2.7.2 |
1907 | 2023-10-11T19:42:08.666Z | Compiling crypto-common v0.1.6 |
1908 | 2023-10-11T19:42:09.159Z | Compiling block-buffer v0.10.4 |
1909 | 2023-10-11T19:42:09.170Z | Compiling digest v0.10.7 |
1910 | 2023-10-11T19:42:09.327Z | Compiling tracing v0.1.37 |
1911 | 2023-10-11T19:42:10.248Z | Compiling serde_derive_internals v0.26.0 |
1912 | 2023-10-11T19:42:10.479Z | Compiling untrusted v0.7.1 |
1913 | 2023-10-11T19:42:13.583Z | Compiling pest_meta v2.7.2 |
1914 | 2023-10-11T19:42:13.989Z | Compiling fnv v1.0.7 |
1915 | 2023-10-11T19:42:14.600Z | Compiling bitflags v1.3.2 |
1916 | 2023-10-11T19:42:14.781Z | Compiling schemars_derive v0.8.13 |
1917 | 2023-10-11T19:42:16.620Z | Compiling pest_generator v2.7.2 |
1918 | 2023-10-11T19:42:18.184Z | Compiling hashbrown v0.12.3 |
1919 | 2023-10-11T19:42:18.403Z | Compiling zerocopy v0.3.0 |
1920 | 2023-10-11T19:42:20.061Z | Compiling lazy_static v1.4.0 |
1921 | 2023-10-11T19:42:20.079Z | Compiling pest_derive v2.7.2 |
1922 | 2023-10-11T19:42:20.410Z | Compiling backtrace v0.3.69 |
1923 | 2023-10-11T19:42:20.493Z | Compiling num-bigint v0.4.4 |
1924 | 2023-10-11T19:42:20.932Z | Compiling memoffset v0.9.0 |
1925 | 2023-10-11T19:42:20.966Z | Compiling base64ct v1.6.0 |
1926 | 2023-10-11T19:42:21.549Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1927 | 2023-10-11T19:42:21.573Z | Compiling iana-time-zone v0.1.57 |
1928 | 2023-10-11T19:42:21.671Z | Compiling allocator-api2 v0.2.16 |
1929 | 2023-10-11T19:42:21.772Z | Compiling foreign-types-shared v0.1.1 |
1930 | 2023-10-11T19:42:21.876Z | Compiling smoltcp v0.9.1 |
1931 | 2023-10-11T19:42:21.929Z | Compiling openssl-probe v0.1.5 |
1932 | 2023-10-11T19:42:22.063Z | Compiling crossbeam-utils v0.8.16 |
1933 | 2023-10-11T19:42:22.088Z | Compiling async-trait v0.1.73 |
1934 | 2023-10-11T19:42:22.339Z | Compiling percent-encoding v2.3.0 |
1935 | 2023-10-11T19:42:22.361Z | Compiling foreign-types v0.3.2 |
1936 | 2023-10-11T19:42:22.480Z | Compiling pem-rfc7468 v0.7.0 |
1937 | 2023-10-11T19:42:22.676Z | Compiling dtrace-parser v0.1.14 |
1938 | 2023-10-11T19:42:22.746Z | Compiling hashbrown v0.14.0 |
1939 | 2023-10-11T19:42:22.904Z | Compiling dof v0.1.5 |
1940 | 2023-10-11T19:42:23.047Z | Compiling clap_derive v4.4.2 |
1941 | 2023-10-11T19:42:24.238Z | Compiling der_derive v0.7.2 |
1942 | 2023-10-11T19:42:25.876Z | Compiling thread-id v4.2.0 |
1943 | 2023-10-11T19:42:25.887Z | Compiling utf8parse v0.2.1 |
1944 | 2023-10-11T19:42:25.902Z | Compiling anstyle v1.0.2 |
1945 | 2023-10-11T19:42:25.909Z | Compiling try-lock v0.2.4 |
1946 | 2023-10-11T19:42:25.918Z | Compiling time-core v0.1.1 |
1947 | 2023-10-11T19:42:25.947Z | Compiling bytes v1.5.0 |
1948 | 2023-10-11T19:42:26.516Z | Compiling bitflags v2.4.0 |
1949 | 2023-10-11T19:42:27.430Z | Compiling tokio v1.32.0 |
1950 | 2023-10-11T19:42:27.879Z | Compiling rustc_version v0.4.0 |
1951 | 2023-10-11T19:42:28.084Z | Compiling http v0.2.9 |
1952 | 2023-10-11T19:42:28.536Z | Compiling uuid v1.4.1 |
1953 | 2023-10-11T19:42:29.164Z | Compiling heapless v0.7.16 |
1954 | 2023-10-11T19:42:30.160Z | Compiling chrono v0.4.31 |
1955 | 2023-10-11T19:42:31.043Z | Compiling flagset v0.4.3 |
1956 | 2023-10-11T19:42:31.547Z | Compiling adler v1.0.2 |
1957 | 2023-10-11T19:42:31.551Z | Compiling siphasher v0.3.11 |
1958 | 2023-10-11T19:42:33.023Z | Compiling equivalent v1.0.1 |
1959 | 2023-10-11T19:42:33.027Z | Compiling cpufeatures v0.2.9 |
1960 | 2023-10-11T19:42:33.036Z | Compiling indexmap v2.0.0 |
1961 | 2023-10-11T19:42:33.040Z | Compiling sha2 v0.10.7 |
1962 | 2023-10-11T19:42:33.044Z | Compiling miniz_oxide v0.7.1 |
1963 | 2023-10-11T19:42:33.896Z | Compiling der v0.7.8 |
1964 | 2023-10-11T19:42:36.511Z | Compiling http-body v0.4.5 |
1965 | 2023-10-11T19:42:38.941Z | Compiling time-macros v0.2.13 |
1966 | 2023-10-11T19:42:40.423Z | Compiling tokio-util v0.7.8 |
1967 | 2023-10-11T19:42:42.620Z | Compiling h2 v0.3.21 |
1968 | 2023-10-11T19:42:44.667Z | Compiling want v0.3.1 |
1969 | 2023-10-11T19:42:45.082Z | Compiling serde_tokenstream v0.1.7 |
1970 | 2023-10-11T19:42:45.898Z | Compiling anstyle-parse v0.2.1 |
1971 | 2023-10-11T19:42:48.998Z | Compiling form_urlencoded v1.2.0 |
1972 | 2023-10-11T19:42:49.009Z | Compiling rustls-webpki v0.101.4 |
1973 | 2023-10-11T19:42:49.019Z | Compiling sct v0.7.0 |
1974 | 2023-10-11T19:42:49.029Z | Compiling hubpack_derive v0.1.1 |
1975 | 2023-10-11T19:42:50.125Z | Compiling aho-corasick v1.0.4 |
1976 | 2023-10-11T19:42:50.204Z | Compiling socket2 v0.4.9 |
1977 | 2023-10-11T19:42:51.151Z | Compiling crossbeam-epoch v0.9.15 |
1978 | 2023-10-11T19:42:51.276Z | Compiling regex-syntax v0.7.5 |
1979 | 2023-10-11T19:42:51.497Z | Compiling tap v1.0.1 |
1980 | 2023-10-11T19:42:51.732Z | Compiling httpdate v1.0.3 |
1981 | 2023-10-11T19:42:52.176Z | Compiling tower-service v0.3.2 |
1982 | 2023-10-11T19:42:52.189Z | Compiling slog v2.7.0 |
1983 | 2023-10-11T19:42:52.362Z | Compiling colorchoice v1.0.0 |
1984 | 2023-10-11T19:42:52.810Z | Compiling anyhow v1.0.75 |
1985 | 2023-10-11T19:42:52.867Z | Compiling anstyle-query v1.0.0 |
1986 | 2023-10-11T19:42:53.520Z | Compiling anstream v0.5.0 |
1987 | 2023-10-11T19:42:55.027Z | Compiling hyper v0.14.27 |
1988 | 2023-10-11T19:42:58.794Z | Compiling regex-automata v0.3.8 |
1989 | 2023-10-11T19:42:59.598Z | Compiling wyz v0.5.1 |
1990 | 2023-10-11T19:43:01.850Z | Compiling terminal_size v0.2.6 |
1991 | 2023-10-11T19:43:03.265Z | Compiling spki v0.7.2 |
1992 | 2023-10-11T19:43:03.851Z | Compiling rustls-pemfile v1.0.3 |
1993 | 2023-10-11T19:43:04.187Z | Compiling md-5 v0.10.5 |
1994 | 2023-10-11T19:43:04.371Z | Compiling hmac v0.12.1 |
1995 | 2023-10-11T19:43:04.526Z | Compiling zerocopy v0.6.3 |
1996 | 2023-10-11T19:43:05.094Z | Compiling stringprep v0.1.3 |
1997 | 2023-10-11T19:43:05.831Z | Compiling idna v0.4.0 |
1998 | 2023-10-11T19:43:07.094Z | Compiling diesel_table_macro_syntax v0.1.0 |
1999 | 2023-10-11T19:43:07.245Z | Compiling hash32 v0.2.1 |
2000 | 2023-10-11T19:43:07.802Z | Compiling spin v0.9.8 |
2001 | 2023-10-11T19:43:08.410Z | Compiling clap_lex v0.5.1 |
2002 | 2023-10-11T19:43:08.423Z | Compiling fallible-iterator v0.2.0 |
2003 | 2023-10-11T19:43:08.740Z | Compiling funty v2.0.0 |
2004 | 2023-10-11T19:43:09.553Z | Compiling stable_deref_trait v1.2.0 |
2005 | 2023-10-11T19:43:09.928Z | Compiling gimli v0.28.0 |
2006 | 2023-10-11T19:43:10.598Z | Compiling dyn-clone v1.0.13 |
2007 | 2023-10-11T19:43:10.755Z | Compiling strsim v0.10.0 |
2008 | 2023-10-11T19:43:10.903Z | Compiling maybe-uninit v2.0.0 |
2009 | 2023-10-11T19:43:11.589Z | Compiling clap_builder v4.4.2 |
2010 | 2023-10-11T19:43:13.575Z | Compiling bitvec v1.0.1 |
2011 | 2023-10-11T19:43:14.533Z | Compiling postgres-protocol v0.6.6 |
2012 | 2023-10-11T19:43:14.552Z | Compiling tokio-rustls v0.24.1 |
2013 | 2023-10-11T19:43:15.627Z | Compiling url v2.4.1 |
2014 | 2023-10-11T19:43:15.648Z | Compiling diesel_derives v2.1.1 |
2015 | 2023-10-11T19:43:18.241Z | Compiling addr2line v0.21.0 |
2016 | 2023-10-11T19:43:18.263Z | Compiling rustls-native-certs v0.6.3 |
2017 | 2023-10-11T19:43:18.585Z | Compiling tokio-native-tls v0.3.1 |
2018 | 2023-10-11T19:43:19.031Z | Compiling usdt-attr-macro v0.3.5 |
2019 | 2023-10-11T19:43:19.718Z | Compiling usdt-macro v0.3.5 |
2020 | 2023-10-11T19:43:22.283Z | Compiling phf_shared v0.11.2 |
2021 | 2023-10-11T19:43:22.496Z | Compiling serde_spanned v0.6.3 |
2022 | 2023-10-11T19:43:22.829Z | Compiling toml_datetime v0.6.3 |
2023 | 2023-10-11T19:43:23.501Z | Compiling block-padding v0.3.3 |
2024 | 2023-10-11T19:43:23.660Z | Compiling enum-as-inner v0.5.1 |
2025 | 2023-10-11T19:43:23.835Z | Compiling serde_repr v0.1.16 |
2026 | 2023-10-11T19:43:25.530Z | Compiling scheduled-thread-pool v0.2.7 |
2027 | 2023-10-11T19:43:26.289Z | Compiling object v0.32.1 |
2028 | 2023-10-11T19:43:32.874Z | Compiling either v1.9.0 |
2029 | 2023-10-11T19:43:35.612Z | Compiling matches v0.1.10 |
2030 | 2023-10-11T19:43:35.729Z | Compiling packed_struct v0.10.1 |
2031 | 2023-10-11T19:43:37.912Z | Compiling rustc-demangle v0.1.23 |
2032 | 2023-10-11T19:43:39.426Z | Compiling managed v0.8.0 |
2033 | 2023-10-11T19:43:39.600Z | Compiling deranged v0.3.8 |
2034 | 2023-10-11T19:43:42.336Z | Compiling unicode-width v0.1.10 |
2035 | 2023-10-11T19:43:42.849Z | Compiling num_threads v0.1.6 |
2036 | 2023-10-11T19:43:43.027Z | Compiling winnow v0.5.15 |
2037 | 2023-10-11T19:43:43.100Z | Compiling num-bigint-dig v0.8.4 |
2038 | 2023-10-11T19:43:43.369Z | Compiling ipnet v2.8.0 |
2039 | 2023-10-11T19:43:43.483Z | Compiling regex-automata v0.1.10 |
2040 | 2023-10-11T19:43:44.525Z | Compiling bit-vec v0.6.3 |
2041 | 2023-10-11T19:43:45.136Z | Compiling bstr v0.2.17 |
2042 | 2023-10-11T19:43:45.211Z | Compiling time v0.3.27 |
2043 | 2023-10-11T19:43:49.183Z | Compiling toml_edit v0.19.15 |
2044 | 2023-10-11T19:43:53.578Z | Compiling idna v0.2.3 |
2045 | 2023-10-11T19:43:57.733Z | Compiling itertools v0.10.5 |
2046 | 2023-10-11T19:44:00.625Z | Compiling r2d2 v0.8.10 |
2047 | 2023-10-11T19:44:00.888Z | Compiling inout v0.1.3 |
2048 | 2023-10-11T19:44:02.266Z | Compiling phf v0.11.2 |
2049 | 2023-10-11T19:44:02.469Z | Compiling hyper-tls v0.5.0 |
2050 | 2023-10-11T19:44:02.683Z | Compiling hyper-rustls v0.24.1 |
2051 | 2023-10-11T19:44:02.988Z | Compiling clap v4.4.3 |
2052 | 2023-10-11T19:44:03.136Z | Compiling flate2 v1.0.27 |
2053 | 2023-10-11T19:44:03.253Z | Compiling postgres-types v0.2.6 |
2054 | 2023-10-11T19:44:04.146Z | Compiling ipnetwork v0.20.0 |
2055 | 2023-10-11T19:44:04.163Z | Compiling regex v1.9.5 |
2056 | 2023-10-11T19:44:04.639Z | Compiling pkcs8 v0.10.2 |
2057 | 2023-10-11T19:44:05.629Z | Compiling hubpack v0.1.2 |
2058 | 2023-10-11T19:44:05.720Z | Compiling serde_urlencoded v0.7.1 |
2059 | 2023-10-11T19:44:05.743Z | Compiling phf_shared v0.10.0 |
2060 | 2023-10-11T19:44:06.550Z | Compiling futures-executor v0.3.28 |
2061 | 2023-10-11T19:44:11.512Z | Compiling signature v2.1.0 |
2062 | 2023-10-11T19:44:12.008Z | Compiling packed_struct_codegen v0.10.1 |
2063 | 2023-10-11T19:44:12.109Z | Compiling float-cmp v0.9.0 |
2064 | 2023-10-11T19:44:12.381Z | Compiling encoding_rs v0.8.33 |
2065 | 2023-10-11T19:44:12.830Z | Compiling webpki-roots v0.25.2 |
2066 | 2023-10-11T19:44:12.881Z | Compiling new_debug_unreachable v1.0.4 |
2067 | 2023-10-11T19:44:12.895Z | Compiling unicode-linebreak v0.1.5 |
2068 | 2023-10-11T19:44:12.908Z | Compiling whoami v1.4.1 |
2069 | 2023-10-11T19:44:13.312Z | Compiling crc-catalog v2.2.0 |
2070 | 2023-10-11T19:44:13.512Z | Compiling static_assertions v1.1.0 |
2071 | 2023-10-11T19:44:13.526Z | Compiling data-encoding v2.4.0 |
2072 | 2023-10-11T19:44:13.658Z | Compiling unicode-segmentation v1.10.1 |
2073 | 2023-10-11T19:44:15.055Z | Compiling precomputed-hash v0.1.1 |
2074 | 2023-10-11T19:44:15.515Z | Compiling smawk v0.3.1 |
2075 | 2023-10-11T19:44:15.820Z | Compiling fixedbitset v0.4.2 |
2076 | 2023-10-11T19:44:16.425Z | Compiling difflib v0.4.0 |
2077 | 2023-10-11T19:44:16.456Z | Compiling normalize-line-endings v0.3.0 |
2078 | 2023-10-11T19:44:16.614Z | Compiling predicates-core v1.0.6 |
2079 | 2023-10-11T19:44:17.120Z | Compiling mime v0.3.17 |
2080 | 2023-10-11T19:44:17.978Z | Compiling nodrop v0.1.14 |
2081 | 2023-10-11T19:44:18.149Z | Compiling array-init v0.0.4 |
2082 | 2023-10-11T19:44:19.844Z | Compiling reqwest v0.11.20 |
2083 | 2023-10-11T19:44:19.905Z | Compiling predicates v3.0.3 |
2084 | 2023-10-11T19:44:21.016Z | Compiling petgraph v0.6.4 |
2085 | 2023-10-11T19:44:22.394Z | Compiling textwrap v0.16.0 |
2086 | 2023-10-11T19:44:24.549Z | Compiling string_cache v0.8.7 |
2087 | 2023-10-11T19:44:24.814Z | Compiling similar v2.2.1 |
2088 | 2023-10-11T19:44:27.287Z | Compiling trust-dns-proto v0.22.0 |
2089 | 2023-10-11T19:44:28.197Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
2090 | 2023-10-11T19:44:32.741Z | Compiling crc v3.0.1 |
2091 | 2023-10-11T19:44:36.043Z | Compiling tokio-postgres v0.7.10 |
2092 | 2023-10-11T19:44:44.871Z | Compiling futures v0.3.28 |
2093 | 2023-10-11T19:44:46.269Z | Compiling yasna v0.5.2 |
2094 | 2023-10-11T19:44:46.529Z | Compiling pkcs1 v0.7.5 |
2095 | 2023-10-11T19:44:47.560Z | Compiling diesel v2.1.1 |
2096 | 2023-10-11T19:44:48.550Z | Compiling smallvec v0.6.14 |
2097 | 2023-10-11T19:44:49.069Z | Compiling cipher v0.4.4 |
2098 | 2023-10-11T19:44:50.429Z | Compiling toml v0.7.8 |
2099 | 2023-10-11T19:44:53.320Z | Compiling bit-set v0.5.3 |
2100 | 2023-10-11T19:44:53.422Z | Compiling console v0.15.7 |
2101 | 2023-10-11T19:44:54.124Z | Compiling is-terminal v0.4.9 |
2102 | 2023-10-11T19:44:54.317Z | Compiling usdt v0.3.5 |
2103 | 2023-10-11T19:44:56.144Z | Compiling bstr v1.6.0 |
2104 | 2023-10-11T19:44:57.003Z | Compiling tokio-stream v0.1.14 |
2105 | 2023-10-11T19:44:57.924Z | Compiling openapiv3 v1.0.3 |
2106 | 2023-10-11T19:44:58.066Z | Compiling hex v0.4.3 |
2107 | 2023-10-11T19:44:59.474Z | Compiling hashbrown v0.13.2 |
2108 | 2023-10-11T19:45:02.294Z | Compiling lalrpop-util v0.19.12 |
2109 | 2023-10-11T19:45:05.672Z | Compiling termcolor v1.2.0 |
2110 | 2023-10-11T19:45:06.563Z | Compiling bitfield v0.14.0 |
2111 | 2023-10-11T19:45:07.798Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2112 | 2023-10-11T19:45:13.429Z | Compiling env_logger v0.10.0 |
2113 | 2023-10-11T19:45:25.780Z | Compiling rsa v0.9.2 |
2114 | 2023-10-11T19:45:32.270Z | Compiling serde-hex v0.1.0 |
2115 | 2023-10-11T19:45:33.795Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2116 | 2023-10-11T19:45:41.144Z | Compiling x509-cert v0.2.4 |
2117 | 2023-10-11T19:45:42.073Z | Compiling ron v0.8.1 |
2118 | 2023-10-11T19:45:46.235Z | Compiling crc-any v2.4.3 |
2119 | 2023-10-11T19:46:09.939Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2120 | 2023-10-11T19:46:13.633Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2121 | 2023-10-11T19:46:22.680Z | Compiling object v0.30.4 |
2122 | 2023-10-11T19:46:37.362Z | Compiling path-slash v0.1.5 |
2123 | 2023-10-11T19:46:48.400Z | Compiling bzip2 v0.4.4 |
2124 | 2023-10-11T19:46:49.012Z | Compiling zip v0.6.6 |
2125 | 2023-10-11T19:46:51.114Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2126 | 2023-10-11T19:46:51.506Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
2127 | 2023-10-11T19:47:22.206Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2128 | 2023-10-11T19:47:23.235Z | Finished release [optimized] target(s) in 5m 46s |
2129 | 2023-10-11T19:47:23.317Z | |
2130 | 2023-10-11T19:47:23.325Z | real 5:46.968841156 |
2131 | 2023-10-11T19:47:23.336Z | user 40:07.260179692 |
2132 | 2023-10-11T19:47:23.341Z | sys 3:34.108636527 |
2133 | 2023-10-11T19:47:23.346Z | trap 1.568086927 |
2134 | 2023-10-11T19:47:23.352Z | tflt 1.180443265 |
2135 | 2023-10-11T19:47:23.359Z | dflt 0.473349544 |
2136 | 2023-10-11T19:47:23.367Z | kflt 0.006342881 |
2137 | 2023-10-11T19:47:23.372Z | lock 1:34:44.274958696 |
2138 | 2023-10-11T19:47:23.379Z | slp 2:19:03.110614438 |
2139 | 2023-10-11T19:47:23.387Z | lat 1:41.411760156 |
2140 | 2023-10-11T19:47:23.396Z | stop 1:20.937628335 |
2141 | 2023-10-11T19:47:23.417Z | + ptime -m gzip |
2142 | 2023-10-11T19:47:23.986Z | |
2143 | 2023-10-11T19:47:23.990Z | real 0.658858145 |
2144 | 2023-10-11T19:47:24.411Z | user 0.649740791 |
2145 | 2023-10-11T19:47:24.424Z | sys 0.008542956 |
2146 | 2023-10-11T19:47:24.429Z | trap 0.000068458 |
2147 | 2023-10-11T19:47:24.441Z | tflt 0.000000000 |
2148 | 2023-10-11T19:47:24.456Z | dflt 0.000000000 |
2149 | 2023-10-11T19:47:24.463Z | kflt 0.000000000 |
2150 | 2023-10-11T19:47:24.474Z | lock 0.000000000 |
2151 | 2023-10-11T19:47:24.485Z | slp 0.000000000 |
2152 | 2023-10-11T19:47:24.489Z | lat 0.000169766 |
2153 | 2023-10-11T19:47:24.494Z | stop 0.000237301 |
2154 | 2023-10-11T19:47:24.498Z | + banner tufaceous |
2155 | 2023-10-11T19:47:24.502Z | |
2156 | 2023-10-11T19:47:24.505Z | ##### # # ###### ## #### ###### #### # # #### |
2157 | 2023-10-11T19:47:24.509Z | # # # # # # # # # # # # # # |
2158 | 2023-10-11T19:47:24.513Z | # # # ##### # # # ##### # # # # #### |
2159 | 2023-10-11T19:47:24.517Z | # # # # ###### # # # # # # # |
2160 | 2023-10-11T19:47:24.525Z | # # # # # # # # # # # # # # # |
2161 | 2023-10-11T19:47:24.539Z | # #### # # # #### ###### #### #### #### |
2162 | 2023-10-11T19:47:24.545Z | |
2163 | 2023-10-11T19:47:24.551Z | + ptime -m cargo build --locked -p tufaceous --release |
2164 | 2023-10-11T19:47:24.732Z | Downloading crates ... |
2165 | 2023-10-11T19:47:25.025Z | Downloaded doc-comment v0.3.3 |
2166 | 2023-10-11T19:47:25.040Z | Downloaded path-dedot v3.1.0 |
2167 | 2023-10-11T19:47:25.047Z | Downloaded path-absolutize v3.1.0 |
2168 | 2023-10-11T19:47:25.050Z | Downloaded serde_plain v1.0.2 |
2169 | 2023-10-11T19:47:25.053Z | Downloaded bytesize v1.3.0 |
2170 | 2023-10-11T19:47:25.056Z | Downloaded tough v0.12.5 |
2171 | 2023-10-11T19:47:25.061Z | Downloaded olpc-cjson v0.1.3 |
2172 | 2023-10-11T19:47:25.064Z | Downloaded globset v0.4.13 |
2173 | 2023-10-11T19:47:25.067Z | Downloaded fs-err v2.9.0 |
2174 | 2023-10-11T19:47:25.070Z | Downloaded snafu v0.7.5 |
2175 | 2023-10-11T19:47:25.078Z | Downloaded buf-list v1.0.3 |
2176 | 2023-10-11T19:47:25.082Z | Downloaded snafu-derive v0.7.5 |
2177 | 2023-10-11T19:47:25.233Z | Compiling serde_tokenstream v0.2.0 |
2178 | 2023-10-11T19:47:25.254Z | Compiling regress v0.7.1 |
2179 | 2023-10-11T19:47:25.267Z | Compiling dirs-sys-next v0.1.2 |
2180 | 2023-10-11T19:47:25.279Z | Compiling ident_case v1.0.1 |
2181 | 2023-10-11T19:47:25.286Z | Compiling thread_local v1.1.7 |
2182 | 2023-10-11T19:47:25.289Z | Compiling camino v1.1.6 |
2183 | 2023-10-11T19:47:25.302Z | Compiling heck v0.4.1 |
2184 | 2023-10-11T19:47:25.945Z | Compiling dirs-next v2.0.0 |
2185 | 2023-10-11T19:47:26.037Z | Compiling rustversion v1.0.14 |
2186 | 2023-10-11T19:47:26.292Z | Compiling slog-async v2.8.0 |
2187 | 2023-10-11T19:47:26.439Z | Compiling term v0.7.0 |
2188 | 2023-10-11T19:47:26.862Z | Compiling darling_core v0.20.3 |
2189 | 2023-10-11T19:47:26.969Z | Compiling crossbeam-channel v0.5.8 |
2190 | 2023-10-11T19:47:26.976Z | Compiling getopts v0.2.21 |
2191 | 2023-10-11T19:47:27.016Z | Compiling structmeta-derive v0.1.6 |
2192 | 2023-10-11T19:47:27.067Z | Compiling atty v0.2.14 |
2193 | 2023-10-11T19:47:27.269Z | Compiling multer v2.1.0 |
2194 | 2023-10-11T19:47:28.139Z | Compiling unsafe-libyaml v0.2.9 |
2195 | 2023-10-11T19:47:28.385Z | Compiling doc-comment v0.3.3 |
2196 | 2023-10-11T19:47:29.086Z | Compiling take_mut v0.2.2 |
2197 | 2023-10-11T19:47:29.321Z | Compiling paste v1.0.14 |
2198 | 2023-10-11T19:47:29.845Z | Compiling match_cfg v0.1.0 |
2199 | 2023-10-11T19:47:29.972Z | Compiling hostname v0.3.1 |
2200 | 2023-10-11T19:47:30.078Z | Compiling serde_yaml v0.9.25 |
2201 | 2023-10-11T19:47:30.335Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2202 | 2023-10-11T19:47:31.310Z | Compiling structmeta v0.1.6 |
2203 | 2023-10-11T19:47:33.268Z | Compiling slog-term v2.9.0 |
2204 | 2023-10-11T19:47:36.122Z | Compiling darling_macro v0.20.3 |
2205 | 2023-10-11T19:47:44.587Z | Compiling darling v0.20.3 |
2206 | 2023-10-11T19:47:44.878Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2207 | 2023-10-11T19:47:44.983Z | Compiling slog-json v2.6.1 |
2208 | 2023-10-11T19:47:45.461Z | Compiling async-stream-impl v0.3.5 |
2209 | 2023-10-11T19:47:45.631Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2210 | 2023-10-11T19:47:45.777Z | Compiling fastrand v2.0.0 |
2211 | 2023-10-11T19:47:45.901Z | Compiling regex-syntax v0.6.29 |
2212 | 2023-10-11T19:47:46.029Z | Compiling atomic-waker v1.1.1 |
2213 | 2023-10-11T19:47:46.099Z | Compiling waitgroup v0.1.2 |
2214 | 2023-10-11T19:47:46.178Z | Compiling tempfile v3.8.0 |
2215 | 2023-10-11T19:47:46.328Z | Compiling async-stream v0.3.5 |
2216 | 2023-10-11T19:47:46.428Z | Compiling strum_macros v0.25.2 |
2217 | 2023-10-11T19:47:46.491Z | Compiling slog-bunyan v2.4.0 |
2218 | 2023-10-11T19:47:46.522Z | Compiling serde_with_macros v2.3.3 |
2219 | 2023-10-11T19:47:46.565Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2220 | 2023-10-11T19:47:47.032Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2221 | 2023-10-11T19:47:47.084Z | Compiling sha1 v0.10.5 |
2222 | 2023-10-11T19:47:47.101Z | Compiling snafu-derive v0.7.5 |
2223 | 2023-10-11T19:47:47.119Z | Compiling serde_path_to_error v0.1.14 |
2224 | 2023-10-11T19:47:47.143Z | Compiling path-dedot v3.1.0 |
2225 | 2023-10-11T19:47:47.169Z | Compiling instant v0.1.12 |
2226 | 2023-10-11T19:47:47.249Z | Compiling debug-ignore v1.0.5 |
2227 | 2023-10-11T19:47:47.319Z | Compiling arc-swap v1.6.0 |
2228 | 2023-10-11T19:47:47.328Z | Compiling buf-list v1.0.3 |
2229 | 2023-10-11T19:47:47.378Z | Compiling base64 v0.13.1 |
2230 | 2023-10-11T19:47:47.621Z | Compiling same-file v1.0.6 |
2231 | 2023-10-11T19:47:48.509Z | Compiling pem v1.1.1 |
2232 | 2023-10-11T19:47:48.514Z | Compiling walkdir v2.4.0 |
2233 | 2023-10-11T19:47:48.519Z | Compiling slog-scope v4.4.0 |
2234 | 2023-10-11T19:47:48.526Z | Compiling parse-display-derive v0.7.0 |
2235 | 2023-10-11T19:47:48.572Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2236 | 2023-10-11T19:47:49.610Z | Compiling backoff v0.4.0 |
2237 | 2023-10-11T19:47:50.164Z | Compiling path-absolutize v3.1.0 |
2238 | 2023-10-11T19:47:50.234Z | Compiling strum v0.25.0 |
2239 | 2023-10-11T19:47:50.859Z | Compiling serde_with v2.3.3 |
2240 | 2023-10-11T19:47:50.862Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2241 | 2023-10-11T19:47:50.957Z | Compiling globset v0.4.13 |
2242 | 2023-10-11T19:47:51.483Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2243 | 2023-10-11T19:47:51.721Z | Compiling olpc-cjson v0.1.3 |
2244 | 2023-10-11T19:47:52.599Z | Compiling macaddr v1.0.1 |
2245 | 2023-10-11T19:47:53.770Z | Compiling serde_plain v1.0.2 |
2246 | 2023-10-11T19:47:54.061Z | Compiling snafu v0.7.5 |
2247 | 2023-10-11T19:47:54.320Z | Compiling parse-display v0.7.0 |
2248 | 2023-10-11T19:47:54.637Z | Compiling filetime v0.2.22 |
2249 | 2023-10-11T19:47:54.702Z | Compiling xattr v1.0.1 |
2250 | 2023-10-11T19:47:55.122Z | Compiling tar v0.4.40 |
2251 | 2023-10-11T19:47:55.137Z | Compiling tough v0.12.5 |
2252 | 2023-10-11T19:47:55.728Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2253 | 2023-10-11T19:47:55.924Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2254 | 2023-10-11T19:47:58.210Z | Compiling slog-stdlog v4.1.1 |
2255 | 2023-10-11T19:48:01.498Z | Compiling camino-tempfile v1.0.2 |
2256 | 2023-10-11T19:48:04.928Z | Compiling itertools v0.11.0 |
2257 | 2023-10-11T19:48:05.186Z | Compiling bytesize v1.3.0 |
2258 | 2023-10-11T19:48:05.583Z | Compiling fs-err v2.9.0 |
2259 | 2023-10-11T19:48:05.864Z | Compiling slog-envlogger v2.2.0 |
2260 | 2023-10-11T19:48:06.800Z | Compiling humantime v2.1.0 |
2261 | 2023-10-11T19:48:06.814Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2262 | 2023-10-11T19:48:35.346Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2263 | 2023-10-11T19:48:36.045Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2264 | 2023-10-11T19:48:45.033Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2265 | 2023-10-11T19:48:47.390Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2266 | 2023-10-11T19:49:09.617Z | Finished release [optimized] target(s) in 1m 45s |
2267 | 2023-10-11T19:49:09.687Z | |
2268 | 2023-10-11T19:49:09.706Z | real 1:45.670655644 |
2269 | 2023-10-11T19:49:09.727Z | user 11:20.251514311 |
2270 | 2023-10-11T19:49:09.751Z | sys 43.803167776 |
2271 | 2023-10-11T19:49:09.771Z | trap 0.408018736 |
2272 | 2023-10-11T19:49:09.792Z | tflt 0.332677032 |
2273 | 2023-10-11T19:49:09.807Z | dflt 0.684270712 |
2274 | 2023-10-11T19:49:09.813Z | kflt 0.000273578 |
2275 | 2023-10-11T19:49:09.840Z | lock 23:10.922690097 |
2276 | 2023-10-11T19:49:09.846Z | slp 24:58.625121814 |
2277 | 2023-10-11T19:49:09.850Z | lat 20.843615442 |
2278 | 2023-10-11T19:49:09.860Z | stop 11.397650371 |
2279 | 2023-10-11T19:49:09.866Z | + ptime -m gzip |
2280 | 2023-10-11T19:49:11.782Z | |
2281 | 2023-10-11T19:49:11.800Z | real 2.098034067 |
2282 | 2023-10-11T19:49:11.811Z | user 2.080536644 |
2283 | 2023-10-11T19:49:11.829Z | sys 0.016729655 |
2284 | 2023-10-11T19:49:11.843Z | trap 0.000226752 |
2285 | 2023-10-11T19:49:11.858Z | tflt 0.000000000 |
2286 | 2023-10-11T19:49:11.867Z | dflt 0.000000000 |
2287 | 2023-10-11T19:49:11.876Z | kflt 0.000000000 |
2288 | 2023-10-11T19:49:11.886Z | lock 0.000000000 |
2289 | 2023-10-11T19:49:12.076Z | slp 0.000000000 |
2290 | 2023-10-11T19:49:12.107Z | lat 0.000178699 |
2291 | 2023-10-11T19:49:12.116Z | stop 0.000262264 |
2292 | 2023-10-11T19:49:12.120Z | process exited: duration 1326249 ms, exit code 0 |
|
2293 | 2023-10-11T19:49:12.138Z | found 5 output files |
2294 | 2023-10-11T19:49:12.269Z | uploading: /work/end-to-end-tests/bootstrap-0b5a6903c7c17be7.gz (6375493 bytes) |
2295 | 2023-10-11T19:49:15.345Z | uploaded: /work/end-to-end-tests/bootstrap-0b5a6903c7c17be7.gz |
2296 | 2023-10-11T19:49:15.356Z | uploading: /work/end-to-end-tests/bootstrap.gz (96459496 bytes) |
2297 | 2023-10-11T19:49:45.906Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2298 | 2023-10-11T19:49:45.941Z | uploading: /work/end-to-end-tests/end_to_end_tests-6da9107f9543f44b.gz (110159304 bytes) |
2299 | 2023-10-11T19:50:48.702Z | uploaded: /work/end-to-end-tests/end_to_end_tests-6da9107f9543f44b.gz |
2300 | 2023-10-11T19:50:48.720Z | uploading: /work/caboose-util.gz (4117051 bytes) |
2301 | 2023-10-11T19:50:51.639Z | uploaded: /work/caboose-util.gz |
2302 | 2023-10-11T19:50:51.722Z | uploading: /work/tufaceous.gz (13414505 bytes) |
2303 | 2023-10-11T19:50:55.897Z | uploaded: /work/tufaceous.gz |