|
|
|
1 | 2023-10-05T01:46:13.600Z | job assigned to worker 01HBYR4FG9K2GQ3P12TTB15350 (queued for 28 m 58 s) |
|
2 | 2023-10-05T01:46:22.041Z | starting task 0: "setup" |
3 | 2023-10-05T01:46:23.394Z | ++ uname -s |
4 | 2023-10-05T01:46:24.033Z | + kern=SunOS |
5 | 2023-10-05T01:46:24.237Z | + case "$kern" in |
6 | 2023-10-05T01:46:24.357Z | + groupadd -g 12345 build |
7 | 2023-10-05T01:46:24.427Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-05T01:46:24.998Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-05T01:46:25.084Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-05T01:46:25.136Z | + home_fs=zfs |
11 | 2023-10-05T01:46:25.287Z | + [[ zfs == autofs ]] |
12 | 2023-10-05T01:46:25.507Z | + mkdir -p /home/build |
13 | 2023-10-05T01:46:25.624Z | + chown build:build /home/build /work |
14 | 2023-10-05T01:46:25.942Z | + chmod 0700 /home/build /work |
15 | 2023-10-05T01:46:25.947Z | process exited: duration 3429 ms, exit code 0 |
|
16 | 2023-10-05T01:46:25.977Z | starting task 1: "rust-toolchain" |
17 | 2023-10-05T01:46:26.001Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-05T01:46:26.006Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-05T01:46:26.201Z | info: downloading installer |
20 | 2023-10-05T01:46:27.867Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-05T01:46:27.880Z | warning: /opt/ooce/bin |
22 | 2023-10-05T01:46:27.893Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-05T01:46:27.901Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-05T01:46:27.907Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-05T01:46:27.914Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-05T01:46:27.928Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-05T01:46:27.943Z | error: cannot install while Rust is installed |
28 | 2023-10-05T01:46:27.949Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-05T01:46:28.093Z | info: profile set to 'default' |
30 | 2023-10-05T01:46:28.099Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-05T01:46:28.109Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-05T01:46:28.278Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-05T01:46:28.293Z | info: downloading component 'cargo' |
34 | 2023-10-05T01:46:28.856Z | info: downloading component 'clippy' |
35 | 2023-10-05T01:46:29.082Z | info: downloading component 'rust-docs' |
36 | 2023-10-05T01:46:29.861Z | info: downloading component 'rust-std' |
37 | 2023-10-05T01:46:31.636Z | info: downloading component 'rustc' |
38 | 2023-10-05T01:46:34.518Z | info: downloading component 'rustfmt' |
39 | 2023-10-05T01:46:34.704Z | info: installing component 'cargo' |
40 | 2023-10-05T01:46:36.427Z | info: installing component 'clippy' |
41 | 2023-10-05T01:46:37.209Z | info: installing component 'rust-docs' |
42 | 2023-10-05T01:46:39.837Z | info: installing component 'rust-std' |
43 | 2023-10-05T01:46:43.647Z | info: installing component 'rustc' |
44 | 2023-10-05T01:46:51.483Z | info: installing component 'rustfmt' |
45 | 2023-10-05T01:46:51.969Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-05T01:46:51.993Z | |
47 | 2023-10-05T01:46:52.101Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-05T01:46:52.116Z | |
49 | 2023-10-05T01:46:52.130Z | |
50 | 2023-10-05T01:46:52.143Z | Rust is installed now. Great! |
51 | 2023-10-05T01:46:52.168Z | |
52 | 2023-10-05T01:46:52.610Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-05T01:46:52.616Z | environment variable. This has not been done automatically. |
54 | 2023-10-05T01:46:52.619Z | |
55 | 2023-10-05T01:46:53.045Z | To configure your current shell, run: |
56 | 2023-10-05T01:46:53.910Z | source "$HOME/.cargo/env" |
57 | 2023-10-05T01:46:54.400Z | + rustc --version |
58 | 2023-10-05T01:46:54.418Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-05T01:46:54.430Z | process exited: duration 26310 ms, exit code 0 |
|
60 | 2023-10-05T01:46:54.452Z | starting task 2: "authentication" |
61 | 2023-10-05T01:46:54.512Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
62 | 2023-10-05T01:49:33.414Z | process exited: duration 158952 ms, exit code 0 |
|
63 | 2023-10-05T01:49:33.447Z | starting task 3: "clone repository" |
64 | 2023-10-05T01:49:33.468Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2023-10-05T01:49:33.478Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2023-10-05T01:49:33.513Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2023-10-05T01:49:38.912Z | + cd /work/oxidecomputer/omicron |
68 | 2023-10-05T01:49:38.938Z | + [[ -n dependabot/cargo/syn-2.0.37 ]] |
69 | 2023-10-05T01:49:38.970Z | + git fetch origin dependabot/cargo/syn-2.0.37 |
70 | 2023-10-05T01:49:39.299Z | From https://github.com/oxidecomputer/omicron |
71 | 2023-10-05T01:49:39.341Z | * branch dependabot/cargo/syn-2.0.37 -> FETCH_HEAD |
72 | 2023-10-05T01:49:39.369Z | + git checkout -B dependabot/cargo/syn-2.0.37 remotes/origin/dependabot/cargo/syn-2.0.37 |
73 | 2023-10-05T01:49:39.414Z | Switched to a new branch 'dependabot/cargo/syn-2.0.37' |
74 | 2023-10-05T01:49:39.843Z | branch 'dependabot/cargo/syn-2.0.37' set up to track 'origin/dependabot/cargo/syn-2.0.37'. |
75 | 2023-10-05T01:49:40.300Z | + git reset --hard 9498059e6408e2349c925ffad8b8a734727a3e87 |
76 | 2023-10-05T01:49:41.193Z | HEAD is now at 9498059e Bump syn from 2.0.32 to 2.0.37 |
77 | 2023-10-05T01:49:41.214Z | process exited: duration 5928 ms, exit code 0 |
|
78 | 2023-10-05T01:49:41.248Z | starting task 4: "build" |
79 | 2023-10-05T01:49:41.264Z | + cargo --version |
80 | 2023-10-05T01:49:41.354Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
81 | 2023-10-05T01:49:41.371Z | + rustc --version |
82 | 2023-10-05T01:49:41.461Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
83 | 2023-10-05T01:49:41.478Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
84 | 2023-10-05T01:49:49.690Z | Startup: Refreshing catalog 'helios-dev' ... Done |
85 | 2023-10-05T01:49:50.289Z | Startup: Caching catalogs ... Done |
86 | 2023-10-05T01:49:52.992Z | Planning: Solver setup ... Done (2.520s) |
87 | 2023-10-05T01:49:53.158Z | Planning: Running solver ... Done (0.166s) |
88 | 2023-10-05T01:49:53.195Z | Planning: Finding local manifests ... Done (0.003s) |
89 | 2023-10-05T01:49:53.222Z | Planning: Fetching manifests: 0/4 0% complete |
90 | 2023-10-05T01:49:53.475Z | Planning: Fetching manifests: 4/4 100% complete |
91 | 2023-10-05T01:49:53.521Z | Planning: Package planning ... Done (0.081s) |
92 | 2023-10-05T01:49:53.608Z | Planning: Merging actions ... Done (0.084s) |
93 | 2023-10-05T01:49:55.027Z | Planning: Checking for conflicting actions ... Done (1.013s) |
94 | 2023-10-05T01:49:55.042Z | Planning: Consolidating action changes ... Done (0.017s) |
95 | 2023-10-05T01:50:01.132Z | Planning: Evaluating mediators ... Done (6.495s) |
96 | 2023-10-05T01:50:01.161Z | Planning: Planning completed in 10.82 seconds |
97 | 2023-10-05T01:50:05.184Z | Packages to install: 4 |
98 | 2023-10-05T01:50:05.189Z | Mediators to change: 2 |
99 | 2023-10-05T01:50:05.260Z | Services to change: 1 |
100 | 2023-10-05T01:50:05.711Z | Estimated space available: 149.39 GB |
101 | 2023-10-05T01:50:05.715Z | Estimated space to be consumed: 1.35 GB |
102 | 2023-10-05T01:50:05.718Z | Create boot environment: No |
103 | 2023-10-05T01:50:05.721Z | Create backup boot environment: No |
104 | 2023-10-05T01:50:05.724Z | Rebuild boot archive: No |
105 | 2023-10-05T01:50:05.727Z | |
106 | 2023-10-05T01:50:05.731Z | Changed mediators: |
107 | 2023-10-05T01:50:05.735Z | mediator clang: |
108 | 2023-10-05T01:50:05.739Z | version: None -> 15 (system default) |
109 | 2023-10-05T01:50:05.742Z | |
110 | 2023-10-05T01:50:05.746Z | mediator llvm: |
111 | 2023-10-05T01:50:05.750Z | version: 14 (system default) -> 15 (system default) |
112 | 2023-10-05T01:50:05.755Z | |
113 | 2023-10-05T01:50:05.758Z | Changed packages: |
114 | 2023-10-05T01:50:05.764Z | helios-dev |
115 | 2023-10-05T01:50:05.771Z | developer/build-essential |
116 | 2023-10-05T01:50:05.789Z | None -> 11-2.0 |
117 | 2023-10-05T01:50:05.806Z | library/libxmlsec1 |
118 | 2023-10-05T01:50:06.242Z | None -> 1.2.35-2.0 |
119 | 2023-10-05T01:50:06.260Z | ooce/developer/clang-15 |
120 | 2023-10-05T01:50:06.266Z | None -> 15.0.7-2.0 |
121 | 2023-10-05T01:50:06.274Z | ooce/developer/llvm-15 |
122 | 2023-10-05T01:50:06.280Z | None -> 15.0.7-2.0 |
123 | 2023-10-05T01:50:06.286Z | |
124 | 2023-10-05T01:50:06.290Z | Services: |
125 | 2023-10-05T01:50:06.297Z | restart_fmri: |
126 | 2023-10-05T01:50:06.308Z | svc:/system/update-man-index:default |
127 | 2023-10-05T01:50:06.746Z | |
128 | 2023-10-05T01:50:06.765Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
129 | 2023-10-05T01:50:10.388Z | Download: 540/3290 items 17.3/212.6MB 8% complete (3.7M/s) |
130 | 2023-10-05T01:50:15.418Z | Download: 1111/3290 items 23.8/212.6MB 11% complete (2.3M/s) |
131 | 2023-10-05T01:50:20.418Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (6.6M/s) |
132 | 2023-10-05T01:50:28.691Z | Download: 1783/3290 items 118.4/212.6MB 55% complete (9.8M/s) |
133 | 2023-10-05T01:50:30.630Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (6.0M/s) |
134 | 2023-10-05T01:50:35.548Z | Download: 3119/3290 items 147.4/212.6MB 69% complete (2.8M/s) |
135 | 2023-10-05T01:50:41.283Z | Download: 3245/3290 items 202.4/212.6MB 95% complete (8.3M/s) |
136 | 2023-10-05T01:50:46.830Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.2M/s) |
137 | 2023-10-05T01:50:50.604Z | Download: Completed 212.60 MB in 45.22 seconds (4.7M/s) |
138 | 2023-10-05T01:50:51.269Z | Actions: 1/3687 actions (Installing new actions) |
139 | 2023-10-05T01:50:55.850Z | Actions: 3052/3687 actions (Installing new actions) |
140 | 2023-10-05T01:50:59.056Z | Actions: Completed 3687 actions in 8.03 seconds. |
141 | 2023-10-05T01:50:59.067Z | Done (0.053s) |
142 | 2023-10-05T01:50:59.072Z | Done (0.000s) |
143 | 2023-10-05T01:50:59.078Z | Done (0.136s) |
144 | 2023-10-05T01:51:06.962Z | Done (7.804s) |
145 | 2023-10-05T01:51:07.233Z | Done (0.171s) |
146 | 2023-10-05T01:51:07.241Z | Done (0.000s) |
147 | 2023-10-05T01:51:07.456Z | Done (0.000s) |
148 | 2023-10-05T01:51:08.079Z | Planning: Evaluating mediator changes ... Done |
149 | 2023-10-05T01:51:08.368Z | Planning: Checking for conflicting actions ... Done |
150 | 2023-10-05T01:51:08.388Z | Planning: Consolidating action changes ... Done |
151 | 2023-10-05T01:51:08.802Z | Planning: Evaluating mediators ... Done |
152 | 2023-10-05T01:51:08.808Z | Planning: Planning completed in 0.72 seconds |
153 | 2023-10-05T01:51:08.871Z | Mediators to change: 2 |
154 | 2023-10-05T01:51:09.307Z | Create boot environment: No |
155 | 2023-10-05T01:51:09.311Z | Create backup boot environment: No |
156 | 2023-10-05T01:51:09.320Z | Done |
157 | 2023-10-05T01:51:09.342Z | Done |
158 | 2023-10-05T01:51:09.346Z | Done |
159 | 2023-10-05T01:51:16.394Z | Done |
160 | 2023-10-05T01:51:17.057Z | Done |
161 | 2023-10-05T01:51:17.197Z | Done |
162 | 2023-10-05T01:51:17.401Z | Done |
163 | 2023-10-05T01:51:18.020Z | Planning: Evaluating mediator changes ... Done |
164 | 2023-10-05T01:51:18.333Z | Planning: Merging actions ... Done |
165 | 2023-10-05T01:51:18.618Z | Planning: Checking for conflicting actions ... Done |
166 | 2023-10-05T01:51:18.654Z | Planning: Consolidating action changes ... Done |
167 | 2023-10-05T01:51:18.714Z | Planning: Evaluating mediators ... Done |
168 | 2023-10-05T01:51:18.732Z | Planning: Planning completed in 1.31 seconds |
169 | 2023-10-05T01:51:18.749Z | Packages to change: 1 |
170 | 2023-10-05T01:51:18.758Z | Mediators to change: 1 |
171 | 2023-10-05T01:51:18.762Z | Services to change: 1 |
172 | 2023-10-05T01:51:18.771Z | Create boot environment: No |
173 | 2023-10-05T01:51:18.776Z | Create backup boot environment: Yes |
174 | 2023-10-05T01:51:18.886Z | Actions: 1/6 actions (Updating modified actions) |
175 | 2023-10-05T01:51:18.896Z | Actions: Completed 6 actions in 0.00 seconds. |
176 | 2023-10-05T01:51:18.908Z | Done |
177 | 2023-10-05T01:51:18.939Z | Done |
178 | 2023-10-05T01:51:19.373Z | Done |
179 | 2023-10-05T01:51:31.984Z | Done |
180 | 2023-10-05T01:51:32.412Z | Done |
181 | 2023-10-05T01:51:32.798Z | Done |
182 | 2023-10-05T01:51:33.032Z | Done |
183 | 2023-10-05T01:51:33.430Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
184 | 2023-10-05T01:51:33.977Z | clang system 15 system |
185 | 2023-10-05T01:51:34.160Z | csh system system illumos |
186 | 2023-10-05T01:51:34.367Z | ctags system system illumos |
187 | 2023-10-05T01:51:35.092Z | gcc vendor 12 vendor |
188 | 2023-10-05T01:51:35.376Z | gcc system 10 system |
189 | 2023-10-05T01:51:35.646Z | gcc system 7 system |
190 | 2023-10-05T01:51:35.914Z | go system 1.20 system |
191 | 2023-10-05T01:51:36.287Z | go system 1.19 system |
192 | 2023-10-05T01:51:36.407Z | llvm system 15 system |
193 | 2023-10-05T01:51:36.480Z | llvm system 14 system |
194 | 2023-10-05T01:51:36.630Z | mariadb system 10.6 system |
195 | 2023-10-05T01:51:36.654Z | mta vendor vendor dma |
196 | 2023-10-05T01:51:36.809Z | openjdk system 17 system |
197 | 2023-10-05T01:51:36.842Z | openjdk system 11 system |
198 | 2023-10-05T01:51:37.050Z | openjdk system 1.8 system |
199 | 2023-10-05T01:51:37.145Z | openssl vendor 3 vendor |
200 | 2023-10-05T01:51:37.281Z | perl system 5.36 system |
201 | 2023-10-05T01:51:37.511Z | postgresql system 15 system |
202 | 2023-10-05T01:51:37.619Z | postgresql system 13 system |
203 | 2023-10-05T01:51:37.657Z | python vendor 3 vendor |
204 | 2023-10-05T01:51:37.701Z | python system 2 system |
205 | 2023-10-05T01:51:37.741Z | python3 system 3.11 system |
206 | 2023-10-05T01:51:37.763Z | ruby system 3.0 system |
207 | 2023-10-05T01:51:37.836Z | words vendor vendor american-english |
208 | 2023-10-05T01:51:37.895Z | words system system australian-english |
209 | 2023-10-05T01:51:37.928Z | words system system british-english |
210 | 2023-10-05T01:51:37.992Z | words system system canadian-english |
211 | 2023-10-05T01:51:38.027Z | words system system french |
212 | 2023-10-05T01:51:38.110Z | words system system italian |
213 | 2023-10-05T01:51:38.135Z | words system system ngerman |
214 | 2023-10-05T01:51:38.218Z | words system system ogerman |
215 | 2023-10-05T01:51:38.321Z | words system system spanish |
216 | 2023-10-05T01:51:38.385Z | FMRI IFO |
217 | 2023-10-05T01:51:38.424Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
218 | 2023-10-05T01:51:38.481Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
219 | 2023-10-05T01:51:38.514Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
220 | 2023-10-05T01:51:38.626Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
221 | 2023-10-05T01:51:38.749Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
222 | 2023-10-05T01:51:47.902Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
223 | 2023-10-05T01:51:48.805Z | + set -o errexit |
224 | 2023-10-05T01:51:49.090Z | +++ dirname ./tools/ci_download_cockroachdb |
225 | 2023-10-05T01:51:49.292Z | ++ cd ./tools |
226 | 2023-10-05T01:51:49.579Z | ++ pwd |
227 | 2023-10-05T01:51:49.668Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
228 | 2023-10-05T01:51:49.914Z | ++ basename ./tools/ci_download_cockroachdb |
229 | 2023-10-05T01:51:50.076Z | + ARG0=ci_download_cockroachdb |
230 | 2023-10-05T01:51:50.127Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
231 | 2023-10-05T01:51:50.218Z | + CIDL_VERSION=v22.1.9 |
232 | 2023-10-05T01:51:50.412Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
233 | 2023-10-05T01:51:50.601Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
234 | 2023-10-05T01:51:50.750Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
235 | 2023-10-05T01:51:50.892Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
236 | 2023-10-05T01:51:51.068Z | + TARGET_DIR=out |
237 | 2023-10-05T01:51:51.500Z | + DOWNLOAD_DIR=out/downloads |
238 | 2023-10-05T01:51:51.933Z | + DEST_DIR=./out/cockroachdb |
239 | 2023-10-05T01:51:51.952Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
240 | 2023-10-05T01:51:51.973Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
241 | 2023-10-05T01:51:53.245Z | + main |
242 | 2023-10-05T01:51:53.271Z | + [[ 0 != 0 ]] |
243 | 2023-10-05T01:51:53.294Z | + CIDL_OS=solaris2.11 |
244 | 2023-10-05T01:51:53.320Z | current directory: /work/oxidecomputer/omicron |
245 | 2023-10-05T01:51:53.340Z | + [[ 0 != 0 ]] |
246 | 2023-10-05T01:51:53.360Z | configuring based on OS: "solaris2.11" |
247 | 2023-10-05T01:51:53.381Z | + configure_os solaris2.11 |
248 | 2023-10-05T01:51:53.405Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
249 | 2023-10-05T01:51:53.427Z | + echo 'current directory: /work/oxidecomputer/omicron' |
250 | 2023-10-05T01:51:53.454Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
251 | 2023-10-05T01:51:53.481Z | + echo 'configuring based on OS: "solaris2.11"' |
252 | 2023-10-05T01:51:53.513Z | Downloading... |
253 | 2023-10-05T01:51:53.967Z | + case "$1" in |
254 | 2023-10-05T01:51:54.038Z | + CIDL_BUILD=illumos |
255 | 2023-10-05T01:51:54.086Z | + CIDL_SUFFIX=tar.gz |
256 | 2023-10-05T01:51:54.195Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
257 | 2023-10-05T01:51:54.641Z | + CIDL_MD5FUNC=do_md5sum |
258 | 2023-10-05T01:51:54.681Z | + CIDL_URL_BASE=https://illumos.org/downloads |
259 | 2023-10-05T01:51:54.785Z | + CIDL_ASSEMBLE=do_assemble_illumos |
260 | 2023-10-05T01:51:54.936Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
261 | 2023-10-05T01:51:54.976Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
262 | 2023-10-05T01:51:55.012Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
263 | 2023-10-05T01:51:55.056Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
264 | 2023-10-05T01:51:55.089Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
265 | 2023-10-05T01:51:55.126Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
266 | 2023-10-05T01:51:59.223Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
267 | 2023-10-05T01:51:59.589Z | + mkdir -p out/downloads |
268 | 2023-10-05T01:52:00.052Z | + mkdir -p ./out/cockroachdb |
269 | 2023-10-05T01:52:00.097Z | + local DO_DOWNLOAD=true |
270 | 2023-10-05T01:52:00.738Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
271 | 2023-10-05T01:52:00.804Z | + '[' true == true ']' |
272 | 2023-10-05T01:52:00.965Z | + echo Downloading... |
273 | 2023-10-05T01:52:01.091Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-10-05T01:52:01.155Z | Build Tag: v22.1.9-dirty |
275 | 2023-10-05T01:52:01.613Z | + 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-05T01:52:02.067Z | Build Time: 2022/10/26 21:17:46 |
277 | 2023-10-05T01:52:02.079Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-10-05T01:52:02.099Z | Distribution: OSS |
279 | 2023-10-05T01:52:02.115Z | ++ md5sum |
280 | 2023-10-05T01:52:02.561Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
281 | 2023-10-05T01:52:02.589Z | ++ awk '{print $1}' |
282 | 2023-10-05T01:52:02.608Z | Go Version: go1.17.13 |
283 | 2023-10-05T01:52:03.024Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
284 | 2023-10-05T01:52:03.454Z | C Compiler: gcc 10.3.0 |
285 | 2023-10-05T01:52:03.893Z | + [[ 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 ]] |
286 | 2023-10-05T01:52:04.399Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
287 | 2023-10-05T01:52:04.426Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-10-05T01:52:04.459Z | Build Type: release |
289 | 2023-10-05T01:52:04.472Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
290 | 2023-10-05T01:52:04.482Z | current directory: /work/oxidecomputer/omicron |
291 | 2023-10-05T01:52:04.491Z | + do_assemble_illumos |
292 | 2023-10-05T01:52:04.504Z | configuring based on OS: "solaris2.11" |
293 | 2023-10-05T01:52:04.526Z | + rm -r ./out/cockroachdb |
294 | 2023-10-05T01:52:04.552Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
295 | 2023-10-05T01:52:04.564Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
296 | 2023-10-05T01:52:04.595Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
297 | 2023-10-05T01:52:04.644Z | + ./out/cockroachdb/bin/cockroach version |
298 | 2023-10-05T01:52:04.663Z | Downloading... |
299 | 2023-10-05T01:52:04.686Z | + set -o errexit |
300 | 2023-10-05T01:52:04.722Z | ClickHouse server version 22.8.9.1. |
301 | 2023-10-05T01:52:05.161Z | +++ dirname ./tools/ci_download_clickhouse |
302 | 2023-10-05T01:52:05.185Z | URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
303 | 2023-10-05T01:52:05.205Z | ++ cd ./tools |
304 | 2023-10-05T01:52:05.218Z | Local file: out/downloads/console.tar.gz |
305 | 2023-10-05T01:52:05.240Z | ++ pwd |
306 | 2023-10-05T01:52:05.264Z | Downloading... |
307 | 2023-10-05T01:52:05.280Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
308 | 2023-10-05T01:52:05.298Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
309 | 2023-10-05T01:52:05.352Z | ++ basename ./tools/ci_download_clickhouse |
310 | 2023-10-05T01:52:05.369Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
311 | 2023-10-05T01:52:05.454Z | + ARG0=ci_download_clickhouse |
312 | 2023-10-05T01:52:05.888Z | Downloading... |
313 | 2023-10-05T01:52:05.907Z | + TARGET_DIR=out |
314 | 2023-10-05T01:52:05.929Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
315 | 2023-10-05T01:52:05.944Z | + DOWNLOAD_DIR=out/downloads |
316 | 2023-10-05T01:52:05.958Z | Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
317 | 2023-10-05T01:52:06.398Z | + DEST_DIR=./out/clickhouse |
318 | 2023-10-05T01:52:06.421Z | Downloading... |
319 | 2023-10-05T01:52:06.443Z | + CIDL_VERSION=v22.8.9.24 |
320 | 2023-10-05T01:52:06.544Z | current directory: /work/oxidecomputer/omicron |
321 | 2023-10-05T01:52:06.564Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
322 | 2023-10-05T01:52:06.580Z | configuring based on OS: "solaris2.11" |
323 | 2023-10-05T01:52:06.602Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
324 | 2023-10-05T01:52:06.625Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
325 | 2023-10-05T01:52:06.650Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
326 | 2023-10-05T01:52:06.679Z | Local file: out/downloads/dendrite-stub.tar.gz |
327 | 2023-10-05T01:52:06.706Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
328 | 2023-10-05T01:52:06.725Z | Downloading... |
329 | 2023-10-05T01:52:06.741Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
330 | 2023-10-05T01:52:06.761Z | + main |
331 | 2023-10-05T01:52:06.776Z | + [[ 0 != 0 ]] |
332 | 2023-10-05T01:52:06.798Z | + CIDL_OS=solaris2.11 |
333 | 2023-10-05T01:52:06.811Z | + [[ 0 != 0 ]] |
334 | 2023-10-05T01:52:06.826Z | + configure_os solaris2.11 |
335 | 2023-10-05T01:52:06.843Z | + echo 'current directory: /work/oxidecomputer/omicron' |
336 | 2023-10-05T01:52:07.296Z | + echo 'configuring based on OS: "solaris2.11"' |
337 | 2023-10-05T01:52:07.758Z | + CIDL_DASHREV= |
338 | 2023-10-05T01:52:07.786Z | + case "$1" in |
339 | 2023-10-05T01:52:07.802Z | + CIDL_PLATFORM=illumos |
340 | 2023-10-05T01:52:07.834Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
341 | 2023-10-05T01:52:07.869Z | + CIDL_MD5FUNC=do_md5sum |
342 | 2023-10-05T01:52:07.905Z | + CIDL_DASHREV=-1 |
343 | 2023-10-05T01:52:07.942Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
344 | 2023-10-05T01:52:07.968Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-10-05T01:52:08.006Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-10-05T01:52:08.041Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-10-05T01:52:08.491Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
348 | 2023-10-05T01:52:08.507Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2023-10-05T01:52:08.526Z | + mkdir -p out/downloads |
350 | 2023-10-05T01:52:08.645Z | + mkdir -p ./out/clickhouse |
351 | 2023-10-05T01:52:08.677Z | + local DO_DOWNLOAD=true |
352 | 2023-10-05T01:52:09.148Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
353 | 2023-10-05T01:52:09.166Z | + '[' true == true ']' |
354 | 2023-10-05T01:52:09.183Z | + echo Downloading... |
355 | 2023-10-05T01:52:09.613Z | + 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 |
356 | 2023-10-05T01:52:09.646Z | + 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 |
357 | 2023-10-05T01:52:09.685Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2023-10-05T01:52:09.716Z | ++ md5sum |
359 | 2023-10-05T01:52:09.732Z | ++ awk '{print $1}' |
360 | 2023-10-05T01:52:10.184Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
361 | 2023-10-05T01:52:10.611Z | + [[ 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 ]] |
362 | 2023-10-05T01:52:10.633Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
363 | 2023-10-05T01:52:11.075Z | + mkdir -p ./out/clickhouse |
364 | 2023-10-05T01:52:11.095Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
365 | 2023-10-05T01:52:11.119Z | + ./out/clickhouse/clickhouse server --version |
366 | 2023-10-05T01:52:11.142Z | + set -o errexit |
367 | 2023-10-05T01:52:11.572Z | +++ dirname ./tools/ci_download_console |
368 | 2023-10-05T01:52:11.591Z | ++ cd ./tools |
369 | 2023-10-05T01:52:11.610Z | ++ pwd |
370 | 2023-10-05T01:52:11.626Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
371 | 2023-10-05T01:52:11.646Z | ++ basename ./tools/ci_download_console |
372 | 2023-10-05T01:52:11.667Z | + ARG0=ci_download_console |
373 | 2023-10-05T01:52:11.684Z | + TARGET_DIR=out |
374 | 2023-10-05T01:52:11.703Z | + DOWNLOAD_DIR=out/downloads |
375 | 2023-10-05T01:52:11.724Z | + DEST_DIR=./out/console-assets |
376 | 2023-10-05T01:52:11.746Z | + source /work/oxidecomputer/omicron/tools/console_version |
377 | 2023-10-05T01:52:11.772Z | ++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27 |
378 | 2023-10-05T01:52:11.832Z | ++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
379 | 2023-10-05T01:52:11.867Z | + URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
380 | 2023-10-05T01:52:11.895Z | + TARBALL_FILE=out/downloads/console.tar.gz |
381 | 2023-10-05T01:52:11.923Z | + main |
382 | 2023-10-05T01:52:11.952Z | + [[ 0 != 0 ]] |
383 | 2023-10-05T01:52:11.980Z | + echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz' |
384 | 2023-10-05T01:52:12.011Z | + echo 'Local file: out/downloads/console.tar.gz' |
385 | 2023-10-05T01:52:12.038Z | + local DO_DOWNLOAD=true |
386 | 2023-10-05T01:52:12.063Z | + [[ -f out/downloads/console.tar.gz ]] |
387 | 2023-10-05T01:52:12.085Z | + mkdir -p out/downloads |
388 | 2023-10-05T01:52:12.110Z | + '[' true == true ']' |
389 | 2023-10-05T01:52:12.137Z | + echo Downloading... |
390 | 2023-10-05T01:52:12.159Z | + do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz |
391 | 2023-10-05T01:52:12.180Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
392 | 2023-10-05T01:52:12.195Z | ++ do_sha256sum out/downloads/console.tar.gz |
393 | 2023-10-05T01:52:12.211Z | ++ case "$OSTYPE" in |
394 | 2023-10-05T01:52:12.227Z | ++ SHA=sha256sum |
395 | 2023-10-05T01:52:12.255Z | ++ sha256sum |
396 | 2023-10-05T01:52:12.274Z | ++ awk '{print $1}' |
397 | 2023-10-05T01:52:12.295Z | + calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
398 | 2023-10-05T01:52:12.317Z | + [[ 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 ]] |
399 | 2023-10-05T01:52:12.335Z | + rm -rf ./out/console-assets |
400 | 2023-10-05T01:52:12.365Z | + mkdir -p ./out/console-assets |
401 | 2023-10-05T01:52:12.392Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
402 | 2023-10-05T01:52:12.416Z | + mkdir -p ./out/console-assets |
403 | 2023-10-05T01:52:12.437Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
404 | 2023-10-05T01:52:12.461Z | + set -o errexit |
405 | 2023-10-05T01:52:12.487Z | +++ dirname ./tools/ci_download_maghemite_openapi |
406 | 2023-10-05T01:52:12.520Z | ++ cd ./tools |
407 | 2023-10-05T01:52:12.548Z | ++ pwd |
408 | 2023-10-05T01:52:12.574Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
409 | 2023-10-05T01:52:13.014Z | ++ basename ./tools/ci_download_maghemite_openapi |
410 | 2023-10-05T01:52:13.043Z | + ARG0=ci_download_maghemite_openapi |
411 | 2023-10-05T01:52:13.060Z | + TARGET_DIR=out |
412 | 2023-10-05T01:52:13.086Z | + DOWNLOAD_DIR=out/downloads |
413 | 2023-10-05T01:52:13.107Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
414 | 2023-10-05T01:52:13.122Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
415 | 2023-10-05T01:52:13.140Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
416 | 2023-10-05T01:52:13.182Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
417 | 2023-10-05T01:52:13.619Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
418 | 2023-10-05T01:52:13.643Z | + main |
419 | 2023-10-05T01:52:13.684Z | + [[ 0 != 0 ]] |
420 | 2023-10-05T01:52:14.119Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
421 | 2023-10-05T01:52:14.143Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
422 | 2023-10-05T01:52:14.160Z | + local DO_DOWNLOAD=true |
423 | 2023-10-05T01:52:14.171Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
424 | 2023-10-05T01:52:14.189Z | + mkdir -p out/downloads |
425 | 2023-10-05T01:52:14.609Z | + '[' true == true ']' |
426 | 2023-10-05T01:52:14.614Z | + echo Downloading... |
427 | 2023-10-05T01:52:14.621Z | current directory: /work/oxidecomputer/omicron |
428 | 2023-10-05T01:52:14.640Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
429 | 2023-10-05T01:52:14.657Z | configuring based on OS: "solaris2.11" |
430 | 2023-10-05T01:52:14.682Z | + 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 |
431 | 2023-10-05T01:52:14.698Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
432 | 2023-10-05T01:52:14.709Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
433 | 2023-10-05T01:52:14.717Z | Local file: out/downloads/xcvradm.gz |
434 | 2023-10-05T01:52:14.729Z | ++ case "$OSTYPE" in |
435 | 2023-10-05T01:52:14.758Z | Downloading... |
436 | 2023-10-05T01:52:15.187Z | ++ SHA=sha256sum |
437 | 2023-10-05T01:52:15.219Z | ++ sha256sum |
438 | 2023-10-05T01:52:16.158Z | ++ awk '{print $1}' |
439 | 2023-10-05T01:52:16.194Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
440 | 2023-10-05T01:52:16.633Z | + [[ 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 ]] |
441 | 2023-10-05T01:52:16.651Z | + set -o errexit |
442 | 2023-10-05T01:52:16.722Z | +++ dirname ./tools/ci_download_dendrite_openapi |
443 | 2023-10-05T01:52:16.745Z | ++ cd ./tools |
444 | 2023-10-05T01:52:16.861Z | ++ pwd |
445 | 2023-10-05T01:52:16.880Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
446 | 2023-10-05T01:52:16.892Z | ++ basename ./tools/ci_download_dendrite_openapi |
447 | 2023-10-05T01:52:16.902Z | + ARG0=ci_download_dendrite_openapi |
448 | 2023-10-05T01:52:16.914Z | + TARGET_DIR=out |
449 | 2023-10-05T01:52:16.960Z | + DOWNLOAD_DIR=out/downloads |
450 | 2023-10-05T01:52:17.387Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
451 | 2023-10-05T01:52:17.396Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
452 | 2023-10-05T01:52:17.406Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
453 | 2023-10-05T01:52:17.426Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
454 | 2023-10-05T01:52:17.445Z | + LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
455 | 2023-10-05T01:52:17.460Z | + main |
456 | 2023-10-05T01:52:17.480Z | + [[ 0 != 0 ]] |
457 | 2023-10-05T01:52:17.509Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json' |
458 | 2023-10-05T01:52:17.522Z | + echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json' |
459 | 2023-10-05T01:52:17.549Z | + local DO_DOWNLOAD=true |
460 | 2023-10-05T01:52:17.570Z | + [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]] |
461 | 2023-10-05T01:52:17.593Z | + mkdir -p out/downloads |
462 | 2023-10-05T01:52:17.615Z | + '[' true == true ']' |
463 | 2023-10-05T01:52:17.639Z | + echo Downloading... |
464 | 2023-10-05T01:52:17.662Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
465 | 2023-10-05T01:52:17.685Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
466 | 2023-10-05T01:52:17.706Z | ++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
467 | 2023-10-05T01:52:17.725Z | ++ case "$OSTYPE" in |
468 | 2023-10-05T01:52:17.750Z | ++ SHA=sha256sum |
469 | 2023-10-05T01:52:17.769Z | ++ sha256sum |
470 | 2023-10-05T01:52:18.192Z | ++ awk '{print $1}' |
471 | 2023-10-05T01:52:18.216Z | + calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
472 | 2023-10-05T01:52:18.231Z | + [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]] |
473 | 2023-10-05T01:52:18.741Z | + set -o errexit |
474 | 2023-10-05T01:52:20.500Z | +++ dirname ./tools/ci_download_dendrite_stub |
475 | 2023-10-05T01:52:21.314Z | ++ cd ./tools |
476 | 2023-10-05T01:52:21.470Z | ++ pwd |
477 | 2023-10-05T01:52:21.504Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
478 | 2023-10-05T01:52:22.008Z | ++ basename ./tools/ci_download_dendrite_stub |
479 | 2023-10-05T01:52:22.062Z | + ARG0=ci_download_dendrite_stub |
480 | 2023-10-05T01:52:22.179Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
481 | 2023-10-05T01:52:22.267Z | ++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
482 | 2023-10-05T01:52:23.159Z | ++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939 |
483 | 2023-10-05T01:52:23.248Z | ++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8 |
484 | 2023-10-05T01:52:23.284Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
485 | 2023-10-05T01:52:23.327Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
486 | 2023-10-05T01:52:23.360Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
487 | 2023-10-05T01:52:23.375Z | + TARGET_DIR=out |
488 | 2023-10-05T01:52:23.390Z | + DOWNLOAD_DIR=out/downloads |
489 | 2023-10-05T01:52:23.414Z | + DEST_DIR=./out/dendrite-stub |
490 | 2023-10-05T01:52:23.427Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
491 | 2023-10-05T01:52:23.462Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
492 | 2023-10-05T01:52:23.482Z | + REPO=oxidecomputer/dendrite |
493 | 2023-10-05T01:52:23.504Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9 |
494 | 2023-10-05T01:52:23.524Z | + main |
495 | 2023-10-05T01:52:23.543Z | + [[ 0 != 0 ]] |
496 | 2023-10-05T01:52:23.562Z | + CIDL_OS=solaris2.11 |
497 | 2023-10-05T01:52:23.570Z | + [[ 0 != 0 ]] |
498 | 2023-10-05T01:52:23.581Z | + configure_os solaris2.11 |
499 | 2023-10-05T01:52:23.590Z | + echo 'current directory: /work/oxidecomputer/omicron' |
500 | 2023-10-05T01:52:23.599Z | + echo 'configuring based on OS: "solaris2.11"' |
501 | 2023-10-05T01:52:23.608Z | + case "$1" in |
502 | 2023-10-05T01:52:23.621Z | + SET_BINARIES= |
503 | 2023-10-05T01:52:23.636Z | + CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
504 | 2023-10-05T01:52:23.656Z | + CIDL_SHA256FUNC=do_sha256sum |
505 | 2023-10-05T01:52:23.682Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
506 | 2023-10-05T01:52:23.693Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
507 | 2023-10-05T01:52:23.728Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
508 | 2023-10-05T01:52:23.745Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz' |
509 | 2023-10-05T01:52:23.764Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
510 | 2023-10-05T01:52:23.817Z | + mkdir -p out/downloads |
511 | 2023-10-05T01:52:23.838Z | + mkdir -p ./out/dendrite-stub |
512 | 2023-10-05T01:52:23.861Z | + fetch_and_verify |
513 | 2023-10-05T01:52:23.935Z | + local DO_DOWNLOAD=true |
514 | 2023-10-05T01:52:24.361Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
515 | 2023-10-05T01:52:24.388Z | + '[' true == true ']' |
516 | 2023-10-05T01:52:24.829Z | All prerequisites installed successfully |
517 | 2023-10-05T01:52:24.856Z | + echo Downloading... |
518 | 2023-10-05T01:52:25.707Z | |
519 | 2023-10-05T01:52:25.723Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
520 | 2023-10-05T01:52:25.739Z | ###### # # ##### ##### #### ###### # # ##### |
521 | 2023-10-05T01:52:25.758Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
522 | 2023-10-05T01:52:25.774Z | # ## # # # # # # # ## # # # |
523 | 2023-10-05T01:52:25.795Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
524 | 2023-10-05T01:52:25.808Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
525 | 2023-10-05T01:52:25.824Z | ++ sha256sum |
526 | 2023-10-05T01:52:25.840Z | # # # # # # # # # # # # # # # |
527 | 2023-10-05T01:52:25.860Z | ++ awk '{print $1}' |
528 | 2023-10-05T01:52:25.876Z | # # ## # # # # # # # ## # # |
529 | 2023-10-05T01:52:25.901Z | + calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
530 | 2023-10-05T01:52:25.917Z | ###### # # ##### # #### ###### # # ##### |
531 | 2023-10-05T01:52:25.933Z | + [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]] |
532 | 2023-10-05T01:52:25.948Z | |
533 | 2023-10-05T01:52:25.958Z | + do_untar out/downloads/dendrite-stub.tar.gz |
534 | 2023-10-05T01:52:25.975Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
535 | 2023-10-05T01:52:25.988Z | + do_assemble |
536 | 2023-10-05T01:52:26.047Z | + rm -r ./out/dendrite-stub |
537 | 2023-10-05T01:52:26.065Z | + mkdir ./out/dendrite-stub |
538 | 2023-10-05T01:52:26.079Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
539 | 2023-10-05T01:52:26.088Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
540 | 2023-10-05T01:52:26.096Z | + set -o errexit |
541 | 2023-10-05T01:52:26.104Z | +++ dirname ./tools/ci_download_transceiver_control |
542 | 2023-10-05T01:52:26.111Z | ++ cd ./tools |
543 | 2023-10-05T01:52:26.119Z | ++ pwd |
544 | 2023-10-05T01:52:26.127Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
545 | 2023-10-05T01:52:26.135Z | ++ basename ./tools/ci_download_transceiver_control |
546 | 2023-10-05T01:52:26.143Z | + ARG0=ci_download_transceiver_control |
547 | 2023-10-05T01:52:26.147Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
548 | 2023-10-05T01:52:26.150Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
549 | 2023-10-05T01:52:26.154Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
550 | 2023-10-05T01:52:26.158Z | + TARGET_DIR=out |
551 | 2023-10-05T01:52:26.162Z | + DOWNLOAD_DIR=out/downloads |
552 | 2023-10-05T01:52:26.166Z | + DEST_DIR=./out/transceiver-control |
553 | 2023-10-05T01:52:26.174Z | + BIN_DIR=/opt/oxide/bin |
554 | 2023-10-05T01:52:26.180Z | + BINARY=xcvradm |
555 | 2023-10-05T01:52:26.184Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
556 | 2023-10-05T01:52:26.188Z | + REPO=oxidecomputer/transceiver-control |
557 | 2023-10-05T01:52:26.192Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
558 | 2023-10-05T01:52:26.195Z | + main |
559 | 2023-10-05T01:52:26.200Z | + [[ 0 != 0 ]] |
560 | 2023-10-05T01:52:26.206Z | + CIDL_OS=solaris2.11 |
561 | 2023-10-05T01:52:26.214Z | + [[ 0 != 0 ]] |
562 | 2023-10-05T01:52:26.236Z | + configure_os solaris2.11 |
563 | 2023-10-05T01:52:26.242Z | + echo 'current directory: /work/oxidecomputer/omicron' |
564 | 2023-10-05T01:52:26.251Z | + echo 'configuring based on OS: "solaris2.11"' |
565 | 2023-10-05T01:52:26.263Z | + case "$1" in |
566 | 2023-10-05T01:52:26.275Z | + SET_BINARIES= |
567 | 2023-10-05T01:52:26.293Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
568 | 2023-10-05T01:52:26.315Z | + CIDL_SHA256FUNC=do_sha256sum |
569 | 2023-10-05T01:52:26.756Z | + ARCHIVE_FILENAME=xcvradm.gz |
570 | 2023-10-05T01:52:26.769Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
571 | 2023-10-05T01:52:26.785Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
572 | 2023-10-05T01:52:26.795Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
573 | 2023-10-05T01:52:26.808Z | + echo 'Local file: out/downloads/xcvradm.gz' |
574 | 2023-10-05T01:52:26.821Z | + mkdir -p out/downloads |
575 | 2023-10-05T01:52:26.855Z | + mkdir -p ./out/transceiver-control |
576 | 2023-10-05T01:52:26.884Z | + fetch_and_verify |
577 | 2023-10-05T01:52:26.898Z | + local DO_DOWNLOAD=true |
578 | 2023-10-05T01:52:26.915Z | + [[ -f out/downloads/xcvradm.gz ]] |
579 | 2023-10-05T01:52:26.927Z | + '[' true == true ']' |
580 | 2023-10-05T01:52:26.944Z | + echo Downloading... |
581 | 2023-10-05T01:52:26.959Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
582 | 2023-10-05T01:52:26.970Z | + 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 |
583 | 2023-10-05T01:52:26.979Z | ++ do_sha256sum out/downloads/xcvradm.gz |
584 | 2023-10-05T01:52:27.014Z | ++ sha256sum |
585 | 2023-10-05T01:52:27.029Z | ++ awk '{print $1}' |
586 | 2023-10-05T01:52:27.071Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
587 | 2023-10-05T01:52:27.092Z | + [[ 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 ]] |
588 | 2023-10-05T01:52:27.107Z | + do_unpack out/downloads/xcvradm.gz |
589 | 2023-10-05T01:52:27.132Z | + mkdir -p out/downloads/root//opt/oxide/bin |
590 | 2023-10-05T01:52:27.157Z | + gzip -dc out/downloads/xcvradm.gz |
591 | 2023-10-05T01:52:27.183Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
592 | 2023-10-05T01:52:27.204Z | + do_assemble |
593 | 2023-10-05T01:52:27.642Z | + rm -r ./out/transceiver-control |
594 | 2023-10-05T01:52:27.655Z | + mkdir ./out/transceiver-control |
595 | 2023-10-05T01:52:27.671Z | + cp -r out/downloads/root ./out/transceiver-control/root |
596 | 2023-10-05T01:52:27.688Z | |
597 | 2023-10-05T01:52:27.709Z | real 2:35.684188301 |
598 | 2023-10-05T01:52:28.177Z | user 48.655174191 |
599 | 2023-10-05T01:52:28.617Z | sys 9.179325035 |
600 | 2023-10-05T01:52:28.631Z | trap 0.019807935 |
601 | 2023-10-05T01:52:28.646Z | tflt 0.146692156 |
602 | 2023-10-05T01:52:28.662Z | dflt 0.557114117 |
603 | 2023-10-05T01:52:28.677Z | kflt 0.136299459 |
604 | 2023-10-05T01:52:28.688Z | lock 1.675343719 |
605 | 2023-10-05T01:52:28.714Z | slp 5:11.787889207 |
606 | 2023-10-05T01:52:29.143Z | lat 3.214392659 |
607 | 2023-10-05T01:52:29.576Z | stop 0.069021255 |
608 | 2023-10-05T01:52:29.998Z | + banner end-to-end-tests |
609 | 2023-10-05T01:52:30.010Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
610 | 2023-10-05T01:52:30.019Z | + CARGO_PROFILE_DEV_DEBUG=1 |
611 | 2023-10-05T01:52:30.029Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
612 | 2023-10-05T01:52:30.036Z | + CARGO_PROFILE_TEST_DEBUG=1 |
613 | 2023-10-05T01:52:30.068Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
614 | 2023-10-05T01:52:30.091Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
615 | 2023-10-05T01:52:30.103Z | Updating crates.io index |
616 | 2023-10-05T01:52:30.534Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
617 | 2023-10-05T01:52:30.975Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
618 | 2023-10-05T01:52:30.982Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
619 | 2023-10-05T01:52:30.986Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
620 | 2023-10-05T01:52:30.989Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
621 | 2023-10-05T01:52:30.993Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
622 | 2023-10-05T01:52:30.997Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
623 | 2023-10-05T01:52:31.016Z | Updating git repository `https://github.com/oxidecomputer/opte` |
624 | 2023-10-05T01:52:31.020Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
625 | 2023-10-05T01:52:31.026Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
626 | 2023-10-05T01:52:31.031Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
627 | 2023-10-05T01:52:31.034Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
628 | 2023-10-05T01:52:31.039Z | Updating git repository `https://github.com/njaremko/samael` |
629 | 2023-10-05T01:52:31.043Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
630 | 2023-10-05T01:52:31.047Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
631 | 2023-10-05T01:52:31.052Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
632 | 2023-10-05T01:52:31.057Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
633 | 2023-10-05T01:52:31.061Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
634 | 2023-10-05T01:52:31.065Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
635 | 2023-10-05T01:52:31.072Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
636 | 2023-10-05T01:52:39.252Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
637 | 2023-10-05T01:52:39.747Z | Updating git repository `https://github.com/jgallagher/nix` |
638 | 2023-10-05T01:52:41.333Z | Updating git repository `https://github.com/cbiffle/hubpack` |
639 | 2023-10-05T01:52:41.377Z | Updating git repository `https://github.com/oxidecomputer/typify` |
640 | 2023-10-05T01:52:42.530Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
641 | 2023-10-05T01:52:42.993Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
642 | 2023-10-05T01:52:43.223Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
643 | 2023-10-05T01:52:44.714Z | Downloading crates ... |
644 | 2023-10-05T01:52:45.031Z | Downloaded bitstruct_derive v0.1.0 |
645 | 2023-10-05T01:52:45.248Z | Downloaded anstyle v1.0.2 |
646 | 2023-10-05T01:52:45.487Z | Downloaded openssl-probe v0.1.5 |
647 | 2023-10-05T01:52:45.538Z | Downloaded cpufeatures v0.2.9 |
648 | 2023-10-05T01:52:45.634Z | Downloaded clap_builder v4.4.2 |
649 | 2023-10-05T01:52:45.753Z | Downloaded clap v4.4.3 |
650 | 2023-10-05T01:52:45.790Z | Downloaded atomic-waker v1.1.1 |
651 | 2023-10-05T01:52:45.875Z | Downloaded diesel_derives v2.1.1 |
652 | 2023-10-05T01:52:45.930Z | Downloaded autocfg v1.1.0 |
653 | 2023-10-05T01:52:46.029Z | Downloaded phf_shared v0.11.2 |
654 | 2023-10-05T01:52:46.068Z | Downloaded parse-display v0.7.0 |
655 | 2023-10-05T01:52:46.650Z | Downloaded diesel_table_macro_syntax v0.1.0 |
656 | 2023-10-05T01:52:46.807Z | Downloaded md5 v0.7.0 |
657 | 2023-10-05T01:52:47.018Z | Downloaded pbkdf2 v0.11.0 |
658 | 2023-10-05T01:52:47.506Z | Downloaded tower-service v0.3.2 |
659 | 2023-10-05T01:52:47.602Z | Downloaded ciborium-ll v0.2.1 |
660 | 2023-10-05T01:52:48.139Z | Downloaded native-tls v0.2.11 |
661 | 2023-10-05T01:52:48.314Z | Downloaded omicron-zone-package v0.8.3 |
662 | 2023-10-05T01:52:48.447Z | Downloaded percent-encoding v2.3.0 |
663 | 2023-10-05T01:52:48.668Z | Downloaded take_mut v0.2.2 |
664 | 2023-10-05T01:52:48.784Z | Downloaded option-ext v0.2.0 |
665 | 2023-10-05T01:52:49.015Z | Downloaded matches v0.1.10 |
666 | 2023-10-05T01:52:49.251Z | Downloaded match_cfg v0.1.0 |
667 | 2023-10-05T01:52:49.290Z | Downloaded time-core v0.1.1 |
668 | 2023-10-05T01:52:49.355Z | Downloaded toolchain_find v0.2.0 |
669 | 2023-10-05T01:52:49.537Z | Downloaded bincode v1.3.3 |
670 | 2023-10-05T01:52:49.610Z | Downloaded try-lock v0.2.4 |
671 | 2023-10-05T01:52:49.697Z | Downloaded pin-utils v0.1.0 |
672 | 2023-10-05T01:52:49.857Z | Downloaded bcrypt-pbkdf v0.10.0 |
673 | 2023-10-05T01:52:49.884Z | Downloaded postcard-cobs v0.1.5-pre |
674 | 2023-10-05T01:52:49.898Z | Downloaded postcard v0.7.3 |
675 | 2023-10-05T01:52:49.972Z | Downloaded anstyle-query v1.0.0 |
676 | 2023-10-05T01:52:50.037Z | Downloaded parking_lot_core v0.9.8 |
677 | 2023-10-05T01:52:50.133Z | Downloaded ipnetwork v0.20.0 |
678 | 2023-10-05T01:52:50.600Z | Downloaded pkcs8 v0.10.2 |
679 | 2023-10-05T01:52:50.681Z | Downloaded colored v2.0.4 |
680 | 2023-10-05T01:52:50.812Z | Downloaded libefi-sys v0.1.0 |
681 | 2023-10-05T01:52:50.915Z | Downloaded serde_spanned v0.6.3 |
682 | 2023-10-05T01:52:50.972Z | Downloaded universal-hash v0.5.1 |
683 | 2023-10-05T01:52:51.018Z | Downloaded parse-display-derive v0.7.0 |
684 | 2023-10-05T01:52:51.246Z | Downloaded scheduled-thread-pool v0.2.7 |
685 | 2023-10-05T01:52:51.419Z | Downloaded bzip2 v0.4.4 |
686 | 2023-10-05T01:53:04.786Z | Downloaded unicode-linebreak v0.1.5 |
687 | 2023-10-05T01:53:06.203Z | Downloaded ahash v0.7.6 |
688 | 2023-10-05T01:53:07.726Z | Downloaded dirs-sys-next v0.1.2 |
689 | 2023-10-05T01:53:07.813Z | Downloaded waitgroup v0.1.2 |
690 | 2023-10-05T01:53:08.294Z | Downloaded fxhash v0.2.1 |
691 | 2023-10-05T01:53:08.850Z | Downloaded foreign-types-shared v0.3.1 |
692 | 2023-10-05T01:53:09.406Z | Downloaded instant v0.1.12 |
693 | 2023-10-05T01:53:09.924Z | Downloaded pest_derive v2.7.2 |
694 | 2023-10-05T01:53:10.268Z | Downloaded wyz v0.5.1 |
695 | 2023-10-05T01:53:10.585Z | Downloaded futures-executor v0.3.28 |
696 | 2023-10-05T01:53:11.058Z | Downloaded schemars_derive v0.8.13 |
697 | 2023-10-05T01:53:11.244Z | Downloaded anyhow v1.0.75 |
698 | 2023-10-05T01:53:11.643Z | Downloaded sha2 v0.10.7 |
699 | 2023-10-05T01:53:11.842Z | Downloaded is-terminal v0.4.9 |
700 | 2023-10-05T01:53:11.972Z | Downloaded unicase v2.7.0 |
701 | 2023-10-05T01:53:12.212Z | Downloaded headers-core v0.2.0 |
702 | 2023-10-05T01:53:12.266Z | Downloaded unicode-width v0.1.10 |
703 | 2023-10-05T01:53:12.309Z | Downloaded postgres-types v0.2.6 |
704 | 2023-10-05T01:53:12.511Z | Downloaded base64 v0.13.1 |
705 | 2023-10-05T01:53:12.770Z | Downloaded serde_repr v0.1.16 |
706 | 2023-10-05T01:53:13.073Z | Downloaded endian-type v0.1.2 |
707 | 2023-10-05T01:53:13.211Z | Downloaded miniz_oxide v0.7.1 |
708 | 2023-10-05T01:53:13.278Z | Downloaded slog-scope v4.4.0 |
709 | 2023-10-05T01:53:13.354Z | Downloaded rand_chacha v0.2.2 |
710 | 2023-10-05T01:53:13.383Z | Downloaded slog-json v2.6.1 |
711 | 2023-10-05T01:53:13.417Z | Downloaded allocator-api2 v0.2.16 |
712 | 2023-10-05T01:53:13.456Z | Downloaded foreign-types v0.5.0 |
713 | 2023-10-05T01:53:13.478Z | Downloaded thiserror-impl v1.0.49 |
714 | 2023-10-05T01:53:13.550Z | Downloaded inout v0.1.3 |
715 | 2023-10-05T01:53:13.578Z | Downloaded jobserver v0.1.26 |
716 | 2023-10-05T01:53:13.609Z | Downloaded zone_cfg_derive v0.2.0 |
717 | 2023-10-05T01:53:13.631Z | Downloaded digest v0.10.7 |
718 | 2023-10-05T01:53:13.651Z | Downloaded siphasher v0.3.11 |
719 | 2023-10-05T01:53:13.672Z | Downloaded slab v0.4.9 |
720 | 2023-10-05T01:53:13.722Z | Downloaded zone v0.2.0 |
721 | 2023-10-05T01:53:13.749Z | Downloaded want v0.3.1 |
722 | 2023-10-05T01:53:13.769Z | Downloaded strum v0.25.0 |
723 | 2023-10-05T01:53:13.778Z | Downloaded toml v0.5.11 |
724 | 2023-10-05T01:53:13.800Z | Downloaded group v0.13.0 |
725 | 2023-10-05T01:53:13.828Z | Downloaded arc-swap v1.6.0 |
726 | 2023-10-05T01:53:13.855Z | Downloaded glob v0.3.1 |
727 | 2023-10-05T01:53:13.875Z | Downloaded futures-io v0.3.28 |
728 | 2023-10-05T01:53:13.887Z | Downloaded futures-task v0.3.28 |
729 | 2023-10-05T01:53:13.917Z | Downloaded spin v0.9.8 |
730 | 2023-10-05T01:53:13.929Z | Downloaded dirs-sys v0.4.1 |
731 | 2023-10-05T01:53:13.937Z | Downloaded dirs-next v2.0.0 |
732 | 2023-10-05T01:53:13.964Z | Downloaded tokio-postgres v0.7.10 |
733 | 2023-10-05T01:53:14.002Z | Downloaded http-body v0.4.5 |
734 | 2023-10-05T01:53:14.033Z | Downloaded rustls-pemfile v1.0.3 |
735 | 2023-10-05T01:53:14.053Z | Downloaded rustls-native-certs v0.6.3 |
736 | 2023-10-05T01:53:14.468Z | Downloaded http-range v0.1.5 |
737 | 2023-10-05T01:53:14.553Z | Downloaded rustfmt-wrapper v0.2.0 |
738 | 2023-10-05T01:53:14.572Z | Downloaded ringbuffer v0.15.0 |
739 | 2023-10-05T01:53:14.584Z | Downloaded textwrap v0.16.0 |
740 | 2023-10-05T01:53:14.595Z | Downloaded base64 v0.21.4 |
741 | 2023-10-05T01:53:14.610Z | Downloaded half v1.8.2 |
742 | 2023-10-05T01:53:14.620Z | Downloaded rustversion v1.0.14 |
743 | 2023-10-05T01:53:14.627Z | Downloaded sha1 v0.10.5 |
744 | 2023-10-05T01:53:14.643Z | Downloaded usdt v0.3.5 |
745 | 2023-10-05T01:53:15.079Z | Downloaded usdt-attr-macro v0.3.5 |
746 | 2023-10-05T01:53:15.094Z | Downloaded slog-stdlog v4.1.1 |
747 | 2023-10-05T01:53:15.104Z | Downloaded serde_with_macros v2.3.3 |
748 | 2023-10-05T01:53:15.119Z | Downloaded structmeta-derive v0.1.6 |
749 | 2023-10-05T01:53:15.131Z | Downloaded static_assertions v1.1.0 |
750 | 2023-10-05T01:53:15.141Z | Downloaded synstructure v0.12.6 |
751 | 2023-10-05T01:53:15.151Z | Downloaded zerocopy v0.3.0 |
752 | 2023-10-05T01:53:15.160Z | Downloaded tinyvec_macros v0.1.1 |
753 | 2023-10-05T01:53:15.171Z | Downloaded slog-async v2.8.0 |
754 | 2023-10-05T01:53:15.185Z | Downloaded russh-keys v0.38.0 |
755 | 2023-10-05T01:53:15.205Z | Downloaded hex v0.4.3 |
756 | 2023-10-05T01:53:15.227Z | Downloaded serde_derive v1.0.188 |
757 | 2023-10-05T01:53:15.251Z | Downloaded hex-literal v0.4.1 |
758 | 2023-10-05T01:53:15.264Z | Downloaded futures-core v0.3.28 |
759 | 2023-10-05T01:53:15.270Z | Downloaded ff v0.13.0 |
760 | 2023-10-05T01:53:15.281Z | Downloaded filetime v0.2.22 |
761 | 2023-10-05T01:53:15.301Z | Downloaded tokio-tungstenite v0.20.1 |
762 | 2023-10-05T01:53:15.320Z | Downloaded tinyvec v1.6.0 |
763 | 2023-10-05T01:53:15.342Z | Downloaded cc v1.0.83 |
764 | 2023-10-05T01:53:15.370Z | Downloaded slog-envlogger v2.2.0 |
765 | 2023-10-05T01:53:15.388Z | Downloaded form_urlencoded v1.2.0 |
766 | 2023-10-05T01:53:15.407Z | Downloaded tap v1.0.1 |
767 | 2023-10-05T01:53:15.421Z | Downloaded tracing-core v0.1.31 |
768 | 2023-10-05T01:53:15.437Z | Downloaded hubpack_derive v0.1.1 |
769 | 2023-10-05T01:53:15.458Z | Downloaded foreign-types-macros v0.2.3 |
770 | 2023-10-05T01:53:15.479Z | Downloaded ident_case v1.0.1 |
771 | 2023-10-05T01:53:15.496Z | Downloaded strsim v0.8.0 |
772 | 2023-10-05T01:53:15.512Z | Downloaded strum_macros v0.25.2 |
773 | 2023-10-05T01:53:15.530Z | Downloaded toml v0.8.0 |
774 | 2023-10-05T01:53:15.548Z | Downloaded serde_tokenstream v0.1.7 |
775 | 2023-10-05T01:53:15.589Z | Downloaded scopeguard v1.2.0 |
776 | 2023-10-05T01:53:15.603Z | Downloaded rustc_version v0.4.0 |
777 | 2023-10-05T01:53:15.609Z | Downloaded resolv-conf v0.7.0 |
778 | 2023-10-05T01:53:15.615Z | Downloaded iana-time-zone v0.1.57 |
779 | 2023-10-05T01:53:15.627Z | Downloaded mio v0.8.8 |
780 | 2023-10-05T01:53:15.645Z | Downloaded tungstenite v0.20.1 |
781 | 2023-10-05T01:53:15.661Z | Downloaded fnv v1.0.7 |
782 | 2023-10-05T01:53:16.092Z | Downloaded lalrpop-util v0.19.12 |
783 | 2023-10-05T01:53:16.104Z | Downloaded utf-8 v0.7.6 |
784 | 2023-10-05T01:53:16.117Z | Downloaded headers v0.3.9 |
785 | 2023-10-05T01:53:16.132Z | Downloaded smawk v0.3.1 |
786 | 2023-10-05T01:53:16.152Z | Downloaded hyper-rustls v0.24.1 |
787 | 2023-10-05T01:53:16.178Z | Downloaded tokio-tungstenite v0.18.0 |
788 | 2023-10-05T01:53:16.197Z | Downloaded tracing v0.1.37 |
789 | 2023-10-05T01:53:16.208Z | Downloaded trust-dns-server v0.22.1 |
790 | 2023-10-05T01:53:16.223Z | Downloaded fixedbitset v0.4.2 |
791 | 2023-10-05T01:53:16.240Z | Downloaded rcgen v0.10.0 |
792 | 2023-10-05T01:53:16.669Z | Downloaded serde_yaml v0.9.25 |
793 | 2023-10-05T01:53:16.688Z | Downloaded futures-channel v0.3.28 |
794 | 2023-10-05T01:53:16.704Z | Downloaded schemars v0.8.13 |
795 | 2023-10-05T01:53:16.720Z | Downloaded url v2.4.1 |
796 | 2023-10-05T01:53:16.743Z | Downloaded slog v2.7.0 |
797 | 2023-10-05T01:53:16.764Z | Downloaded tar v0.4.40 |
798 | 2023-10-05T01:53:17.186Z | Downloaded trust-dns-client v0.22.0 |
799 | 2023-10-05T01:53:17.617Z | Downloaded ed25519-dalek v2.0.0 |
800 | 2023-10-05T01:53:17.834Z | Downloaded heapless v0.7.16 |
801 | 2023-10-05T01:53:18.184Z | Downloaded subprocess v0.2.9 |
802 | 2023-10-05T01:53:18.318Z | Downloaded itertools v0.11.0 |
803 | 2023-10-05T01:53:18.335Z | Downloaded elliptic-curve v0.13.5 |
804 | 2023-10-05T01:53:18.780Z | Downloaded rand v0.7.3 |
805 | 2023-10-05T01:53:18.790Z | Downloaded rand v0.4.6 |
806 | 2023-10-05T01:53:18.795Z | Downloaded reqwest v0.11.20 |
807 | 2023-10-05T01:53:18.806Z | Downloaded serde v1.0.188 |
808 | 2023-10-05T01:53:18.816Z | Downloaded clap v2.34.0 |
809 | 2023-10-05T01:53:18.827Z | Downloaded unicode-segmentation v1.10.1 |
810 | 2023-10-05T01:53:18.837Z | Downloaded serde_json v1.0.107 |
811 | 2023-10-05T01:53:18.847Z | Downloaded petgraph v0.6.4 |
812 | 2023-10-05T01:53:18.857Z | Downloaded regex-automata v0.1.10 |
813 | 2023-10-05T01:53:18.872Z | Downloaded serde_with v2.3.3 |
814 | 2023-10-05T01:53:18.899Z | Downloaded unicode-normalization v0.1.22 |
815 | 2023-10-05T01:53:18.918Z | Downloaded futures-util v0.3.28 |
816 | 2023-10-05T01:53:18.936Z | Downloaded hkdf v0.12.3 |
817 | 2023-10-05T01:53:19.357Z | Downloaded radix_trie v0.2.1 |
818 | 2023-10-05T01:53:19.378Z | Downloaded object v0.32.1 |
819 | 2023-10-05T01:53:19.417Z | Downloaded webpki-roots v0.25.2 |
820 | 2023-10-05T01:53:19.436Z | Downloaded openssl v0.10.57 |
821 | 2023-10-05T01:53:19.456Z | Downloaded hyper v0.14.27 |
822 | 2023-10-05T01:53:19.472Z | Downloaded regex v1.9.5 |
823 | 2023-10-05T01:53:19.490Z | Downloaded vcpkg v0.2.15 |
824 | 2023-10-05T01:53:19.503Z | Downloaded regress v0.7.1 |
825 | 2023-10-05T01:53:19.529Z | Downloaded smoltcp v0.9.1 |
826 | 2023-10-05T01:53:19.548Z | Downloaded syn v2.0.37 |
827 | 2023-10-05T01:53:19.566Z | Downloaded idna v0.4.0 |
828 | 2023-10-05T01:53:19.602Z | Downloaded regex-syntax v0.7.5 |
829 | 2023-10-05T01:53:19.624Z | Downloaded trust-dns-proto v0.22.0 |
830 | 2023-10-05T01:53:19.653Z | Downloaded rustix v0.38.9 |
831 | 2023-10-05T01:53:20.102Z | Downloaded zerocopy-derive v0.2.0 |
832 | 2023-10-05T01:53:20.137Z | Downloaded sled v0.34.7 |
833 | 2023-10-05T01:53:20.162Z | Downloaded regex-automata v0.3.8 |
834 | 2023-10-05T01:53:20.178Z | Downloaded zerocopy-derive v0.6.3 |
835 | 2023-10-05T01:53:20.187Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
836 | 2023-10-05T01:53:20.200Z | Downloaded sha3 v0.10.8 |
837 | 2023-10-05T01:53:20.213Z | Downloaded bstr v1.6.0 |
838 | 2023-10-05T01:53:20.231Z | Downloaded tokio v1.32.0 |
839 | 2023-10-05T01:53:20.254Z | Downloaded libc v0.2.148 |
840 | 2023-10-05T01:53:20.282Z | Downloaded rustls v0.21.7 |
841 | 2023-10-05T01:53:20.318Z | Downloaded rustix v0.37.23 |
842 | 2023-10-05T01:53:20.334Z | Downloaded openapiv3 v1.0.3 |
843 | 2023-10-05T01:53:20.342Z | Downloaded smoltcp v0.8.2 |
844 | 2023-10-05T01:53:20.361Z | Downloaded syn v1.0.109 |
845 | 2023-10-05T01:53:20.370Z | Downloaded idna v0.2.3 |
846 | 2023-10-05T01:53:20.376Z | Downloaded winapi v0.3.9 |
847 | 2023-10-05T01:53:20.394Z | Downloaded bstr v0.2.17 |
848 | 2023-10-05T01:53:20.421Z | Downloaded regex-syntax v0.6.29 |
849 | 2023-10-05T01:53:20.426Z | Downloaded encoding_rs v0.8.33 |
850 | 2023-10-05T01:53:20.433Z | Downloaded diesel v2.1.1 |
851 | 2023-10-05T01:53:20.441Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
852 | 2023-10-05T01:53:20.448Z | Downloaded curve25519-dalek v4.1.0 |
853 | 2023-10-05T01:53:20.456Z | Downloaded gimli v0.28.0 |
854 | 2023-10-05T01:53:20.461Z | Downloaded nix v0.26.2 |
855 | 2023-10-05T01:53:20.475Z | Downloaded libz-sys v1.1.12 |
856 | 2023-10-05T01:53:20.492Z | Downloaded h2 v0.3.21 |
857 | 2023-10-05T01:53:20.512Z | Downloaded git2 v0.17.2 |
858 | 2023-10-05T01:53:20.942Z | Downloaded bitvec v1.0.1 |
859 | 2023-10-05T01:53:20.962Z | Downloaded winnow v0.5.15 |
860 | 2023-10-05T01:53:21.396Z | Downloaded chrono v0.4.31 |
861 | 2023-10-05T01:53:21.415Z | Downloaded rustls-webpki v0.101.4 |
862 | 2023-10-05T01:53:21.421Z | Downloaded itertools v0.10.5 |
863 | 2023-10-05T01:53:21.429Z | Downloaded hashbrown v0.12.3 |
864 | 2023-10-05T01:53:21.438Z | Downloaded rusqlite v0.29.0 |
865 | 2023-10-05T01:53:21.446Z | Downloaded aho-corasick v1.0.4 |
866 | 2023-10-05T01:53:21.455Z | Downloaded toml_edit v0.19.15 |
867 | 2023-10-05T01:53:21.463Z | Downloaded toml_edit v0.20.0 |
868 | 2023-10-05T01:53:21.483Z | Downloaded libsqlite3-sys v0.26.0 |
869 | 2023-10-05T01:53:21.498Z | Downloaded http v0.2.9 |
870 | 2023-10-05T01:53:21.514Z | Downloaded libm v0.2.7 |
871 | 2023-10-05T01:53:21.528Z | Downloaded aes-gcm v0.10.2 |
872 | 2023-10-05T01:53:21.533Z | Downloaded hashbrown v0.13.2 |
873 | 2023-10-05T01:53:21.542Z | Downloaded time v0.3.27 |
874 | 2023-10-05T01:53:21.557Z | Downloaded serde_tokenstream v0.2.0 |
875 | 2023-10-05T01:53:21.567Z | Downloaded env_logger v0.9.3 |
876 | 2023-10-05T01:53:21.577Z | Downloaded rand v0.8.5 |
877 | 2023-10-05T01:53:21.587Z | Downloaded trust-dns-resolver v0.22.0 |
878 | 2023-10-05T01:53:21.603Z | Downloaded russh v0.38.0 |
879 | 2023-10-05T01:53:21.615Z | Downloaded hashbrown v0.14.0 |
880 | 2023-10-05T01:53:21.633Z | Downloaded ring v0.16.20 |
881 | 2023-10-05T01:53:21.640Z | Downloaded aes v0.8.3 |
882 | 2023-10-05T01:53:21.669Z | Downloaded usdt-impl v0.3.5 |
883 | 2023-10-05T01:53:21.706Z | Downloaded tracing-attributes v0.1.26 |
884 | 2023-10-05T01:53:21.757Z | Downloaded signature v2.1.0 |
885 | 2023-10-05T01:53:22.270Z | Downloaded yasna v0.5.2 |
886 | 2023-10-05T01:53:25.300Z | Downloaded unicode-bidi v0.3.13 |
887 | 2023-10-05T01:53:25.926Z | Downloaded slog-term v2.9.0 |
888 | 2023-10-05T01:53:26.069Z | Downloaded dyn-clone v1.0.13 |
889 | 2023-10-05T01:53:26.119Z | Downloaded pest v2.7.2 |
890 | 2023-10-05T01:53:26.157Z | Downloaded flate2 v1.0.27 |
891 | 2023-10-05T01:53:26.189Z | Downloaded tokio-util v0.7.8 |
892 | 2023-10-05T01:53:26.210Z | Downloaded lazy_static v1.4.0 |
893 | 2023-10-05T01:53:26.226Z | Downloaded slog-dtrace v0.2.3 |
894 | 2023-10-05T01:53:26.242Z | Downloaded structmeta v0.1.6 |
895 | 2023-10-05T01:53:26.260Z | Downloaded spin v0.5.2 |
896 | 2023-10-05T01:53:26.265Z | Downloaded toml v0.7.8 |
897 | 2023-10-05T01:53:26.279Z | Downloaded hyper-tls v0.5.0 |
898 | 2023-10-05T01:53:26.295Z | Downloaded foreign-types v0.3.2 |
899 | 2023-10-05T01:53:26.309Z | Downloaded fallible-streaming-iterator v0.1.9 |
900 | 2023-10-05T01:53:26.314Z | Downloaded zeroize_derive v1.4.2 |
901 | 2023-10-05T01:53:26.333Z | Downloaded tempfile v3.8.0 |
902 | 2023-10-05T01:53:26.353Z | Downloaded strsim v0.10.0 |
903 | 2023-10-05T01:53:26.372Z | Downloaded humantime v2.1.0 |
904 | 2023-10-05T01:53:26.397Z | Downloaded string_cache v0.8.7 |
905 | 2023-10-05T01:53:26.414Z | Downloaded zeroize v1.6.0 |
906 | 2023-10-05T01:53:26.438Z | Downloaded similar v2.2.1 |
907 | 2023-10-05T01:53:26.452Z | Downloaded hmac v0.12.1 |
908 | 2023-10-05T01:53:26.477Z | Downloaded itoa v1.0.9 |
909 | 2023-10-05T01:53:26.500Z | Downloaded terminal_size v0.2.6 |
910 | 2023-10-05T01:53:26.519Z | Downloaded stringprep v0.1.3 |
911 | 2023-10-05T01:53:26.540Z | Downloaded errno v0.3.2 |
912 | 2023-10-05T01:53:26.556Z | Downloaded futures v0.3.28 |
913 | 2023-10-05T01:53:26.574Z | Downloaded indexmap v2.0.0 |
914 | 2023-10-05T01:53:26.591Z | Downloaded usdt-macro v0.3.5 |
915 | 2023-10-05T01:53:26.609Z | Downloaded foreign-types-shared v0.1.1 |
916 | 2023-10-05T01:53:26.630Z | Downloaded ucd-trie v0.1.6 |
917 | 2023-10-05T01:53:26.651Z | Downloaded smallvec v1.11.0 |
918 | 2023-10-05T01:53:26.668Z | Downloaded ryu v1.0.15 |
919 | 2023-10-05T01:53:26.706Z | Downloaded socket2 v0.5.3 |
920 | 2023-10-05T01:53:26.726Z | Downloaded structopt v0.3.26 |
921 | 2023-10-05T01:53:27.161Z | Downloaded ron v0.7.1 |
922 | 2023-10-05T01:53:27.299Z | Downloaded unsafe-libyaml v0.2.9 |
923 | 2023-10-05T01:53:27.324Z | Downloaded fastrand v2.0.0 |
924 | 2023-10-05T01:53:27.339Z | Downloaded smf v0.2.2 |
925 | 2023-10-05T01:53:27.365Z | Downloaded semver v1.0.18 |
926 | 2023-10-05T01:53:27.385Z | Downloaded crossbeam-channel v0.5.8 |
927 | 2023-10-05T01:53:27.408Z | Downloaded zip v0.6.6 |
928 | 2023-10-05T01:53:27.431Z | Downloaded slog-bunyan v2.4.0 |
929 | 2023-10-05T01:53:27.457Z | Downloaded openssl-sys v0.9.93 |
930 | 2023-10-05T01:53:27.469Z | Downloaded tokio-stream v0.1.14 |
931 | 2023-10-05T01:53:27.486Z | Downloaded subtle v2.5.0 |
932 | 2023-10-05T01:53:27.500Z | Downloaded typenum v1.16.0 |
933 | 2023-10-05T01:53:27.515Z | Downloaded stable_deref_trait v1.2.0 |
934 | 2023-10-05T01:53:27.522Z | Downloaded hyper-staticfile v0.9.5 |
935 | 2023-10-05T01:53:27.543Z | Downloaded either v1.9.0 |
936 | 2023-10-05T01:53:27.636Z | Downloaded ed25519 v2.2.2 |
937 | 2023-10-05T01:53:27.666Z | Downloaded dirs v5.0.1 |
938 | 2023-10-05T01:53:27.682Z | Downloaded funty v2.0.0 |
939 | 2023-10-05T01:53:27.704Z | Downloaded uuid v1.4.1 |
940 | 2023-10-05T01:53:27.739Z | Downloaded socket2 v0.4.9 |
941 | 2023-10-05T01:53:27.760Z | Downloaded indexmap v1.9.3 |
942 | 2023-10-05T01:53:27.773Z | Downloaded zerocopy v0.6.3 |
943 | 2023-10-05T01:53:27.788Z | Downloaded getrandom v0.2.10 |
944 | 2023-10-05T01:53:27.803Z | Downloaded serde_derive_internals v0.26.0 |
945 | 2023-10-05T01:53:27.815Z | Downloaded rustc-demangle v0.1.23 |
946 | 2023-10-05T01:53:27.854Z | Downloaded memchr v2.6.3 |
947 | 2023-10-05T01:53:28.271Z | Downloaded backtrace v0.3.69 |
948 | 2023-10-05T01:53:28.279Z | Downloaded xattr v1.0.1 |
949 | 2023-10-05T01:53:28.285Z | Downloaded keccak v0.1.4 |
950 | 2023-10-05T01:53:28.292Z | Downloaded semver v0.11.0 |
951 | 2023-10-05T01:53:28.303Z | Downloaded thiserror-no-std v2.0.2 |
952 | 2023-10-05T01:53:28.317Z | Downloaded thiserror-impl-no-std v2.0.2 |
953 | 2023-10-05T01:53:28.334Z | Downloaded thiserror v1.0.49 |
954 | 2023-10-05T01:53:28.343Z | Downloaded hash32 v0.2.1 |
955 | 2023-10-05T01:53:28.351Z | Downloaded generic-array v0.14.7 |
956 | 2023-10-05T01:53:28.361Z | Downloaded heck v0.4.1 |
957 | 2023-10-05T01:53:28.373Z | Downloaded sct v0.7.0 |
958 | 2023-10-05T01:53:28.803Z | Downloaded utf8parse v0.2.1 |
959 | 2023-10-05T01:53:28.814Z | Downloaded walkdir v2.4.0 |
960 | 2023-10-05T01:53:28.853Z | Downloaded version_check v0.9.4 |
961 | 2023-10-05T01:53:29.291Z | Downloaded vergen v8.2.4 |
962 | 2023-10-05T01:53:29.313Z | Downloaded der v0.7.8 |
963 | 2023-10-05T01:53:29.759Z | Downloaded russh-cryptovec v0.7.0 |
964 | 2023-10-05T01:53:29.789Z | Downloaded ipnet v2.8.0 |
965 | 2023-10-05T01:53:29.815Z | Downloaded io-lifetimes v1.0.11 |
966 | 2023-10-05T01:53:29.838Z | Downloaded httparse v1.8.0 |
967 | 2023-10-05T01:53:29.848Z | Downloaded unicode-ident v1.0.12 |
968 | 2023-10-05T01:53:29.864Z | Downloaded tungstenite v0.18.0 |
969 | 2023-10-05T01:53:29.900Z | Downloaded getopts v0.2.21 |
970 | 2023-10-05T01:53:29.938Z | Downloaded spki v0.7.2 |
971 | 2023-10-05T01:53:29.963Z | Downloaded rand_chacha v0.3.1 |
972 | 2023-10-05T01:53:29.981Z | Downloaded futures-sink v0.3.28 |
973 | 2023-10-05T01:53:30.028Z | Downloaded futures-macro v0.3.28 |
974 | 2023-10-05T01:53:30.452Z | Downloaded structopt-derive v0.4.18 |
975 | 2023-10-05T01:53:30.464Z | Downloaded twox-hash v1.6.3 |
976 | 2023-10-05T01:53:30.478Z | Downloaded serde_urlencoded v0.7.1 |
977 | 2023-10-05T01:53:30.491Z | Downloaded getrandom v0.1.16 |
978 | 2023-10-05T01:53:30.516Z | Downloaded parking_lot v0.12.1 |
979 | 2023-10-05T01:53:30.544Z | Downloaded signal-hook-registry v1.4.1 |
980 | 2023-10-05T01:53:30.558Z | Downloaded serde_path_to_error v0.1.14 |
981 | 2023-10-05T01:53:30.577Z | Downloaded tokio-rustls v0.24.1 |
982 | 2023-10-05T01:53:30.597Z | Downloaded vsss-rs v3.3.1 |
983 | 2023-10-05T01:53:30.610Z | Downloaded multer v2.1.0 |
984 | 2023-10-05T01:53:30.634Z | Downloaded console v0.15.7 |
985 | 2023-10-05T01:53:31.068Z | Downloaded heck v0.3.3 |
986 | 2023-10-05T01:53:31.492Z | Downloaded darling_core v0.20.3 |
987 | 2023-10-05T01:53:31.500Z | Downloaded crypto-bigint v0.5.2 |
988 | 2023-10-05T01:53:31.513Z | Downloaded const_format v0.2.31 |
989 | 2023-10-05T01:53:31.522Z | Downloaded rand_core v0.5.1 |
990 | 2023-10-05T01:53:31.534Z | Downloaded hubpack v0.1.2 |
991 | 2023-10-05T01:53:31.552Z | Downloaded httpdate v1.0.3 |
992 | 2023-10-05T01:53:31.564Z | Downloaded toml_datetime v0.6.3 |
993 | 2023-10-05T01:53:31.602Z | Downloaded crossbeam-epoch v0.9.15 |
994 | 2023-10-05T01:53:31.620Z | Downloaded same-file v1.0.6 |
995 | 2023-10-05T01:53:31.635Z | Downloaded serde_arrays v0.1.0 |
996 | 2023-10-05T01:53:31.644Z | Downloaded blake2 v0.10.6 |
997 | 2023-10-05T01:53:31.654Z | Downloaded pest_meta v2.7.2 |
998 | 2023-10-05T01:53:31.668Z | Downloaded untrusted v0.7.1 |
999 | 2023-10-05T01:53:31.674Z | Downloaded tokio-macros v2.1.0 |
1000 | 2023-10-05T01:53:31.684Z | Downloaded semver-parser v0.10.2 |
1001 | 2023-10-05T01:53:31.697Z | Downloaded float-cmp v0.9.0 |
1002 | 2023-10-05T01:53:31.713Z | Downloaded fallible-iterator v0.2.0 |
1003 | 2023-10-05T01:53:32.140Z | Downloaded poly1305 v0.8.0 |
1004 | 2023-10-05T01:53:32.148Z | Downloaded log v0.4.20 |
1005 | 2023-10-05T01:53:32.167Z | Downloaded platforms v3.0.2 |
1006 | 2023-10-05T01:53:32.196Z | Downloaded mime_guess v2.0.4 |
1007 | 2023-10-05T01:53:32.210Z | Downloaded lock_api v0.4.10 |
1008 | 2023-10-05T01:53:32.222Z | Downloaded term v0.7.0 |
1009 | 2023-10-05T01:53:32.246Z | Downloaded hashlink v0.8.3 |
1010 | 2023-10-05T01:53:32.274Z | Downloaded erased-serde v0.3.30 |
1011 | 2023-10-05T01:53:32.298Z | Downloaded derive_more v0.99.17 |
1012 | 2023-10-05T01:53:32.766Z | Downloaded crossbeam-utils v0.8.16 |
1013 | 2023-10-05T01:53:32.883Z | Downloaded time-macros v0.2.13 |
1014 | 2023-10-05T01:53:32.900Z | Downloaded rand_core v0.6.4 |
1015 | 2023-10-05T01:53:33.000Z | Downloaded enum-as-inner v0.5.1 |
1016 | 2023-10-05T01:53:33.026Z | Downloaded tokio-native-tls v0.3.1 |
1017 | 2023-10-05T01:53:33.052Z | Downloaded proc-macro2 v1.0.67 |
1018 | 2023-10-05T01:53:33.139Z | Downloaded password-hash v0.5.0 |
1019 | 2023-10-05T01:53:33.161Z | Downloaded managed v0.8.0 |
1020 | 2023-10-05T01:53:33.179Z | Downloaded camino v1.1.6 |
1021 | 2023-10-05T01:53:33.202Z | Downloaded dtrace-parser v0.1.14 |
1022 | 2023-10-05T01:53:33.231Z | Downloaded const-oid v0.9.5 |
1023 | 2023-10-05T01:53:33.248Z | Downloaded ahash v0.8.3 |
1024 | 2023-10-05T01:53:33.257Z | Downloaded argon2 v0.5.2 |
1025 | 2023-10-05T01:53:33.265Z | Downloaded ascii v1.1.0 |
1026 | 2023-10-05T01:53:33.276Z | Downloaded textwrap v0.11.0 |
1027 | 2023-10-05T01:53:33.285Z | Downloaded darling v0.20.3 |
1028 | 2023-10-05T01:53:33.295Z | Downloaded whoami v1.4.1 |
1029 | 2023-10-05T01:53:33.323Z | Downloaded bit-set v0.5.3 |
1030 | 2023-10-05T01:53:33.328Z | Downloaded termcolor v1.2.0 |
1031 | 2023-10-05T01:53:33.332Z | Downloaded dof v0.1.5 |
1032 | 2023-10-05T01:53:33.335Z | Downloaded addr2line v0.21.0 |
1033 | 2023-10-05T01:53:33.500Z | Downloaded cfg-if v0.1.10 |
1034 | 2023-10-05T01:53:33.565Z | Downloaded debug-ignore v1.0.5 |
1035 | 2023-10-05T01:53:33.574Z | Downloaded unicode-xid v0.2.4 |
1036 | 2023-10-05T01:53:33.614Z | Downloaded secrecy v0.8.0 |
1037 | 2023-10-05T01:53:33.637Z | Downloaded pest_generator v2.7.2 |
1038 | 2023-10-05T01:53:33.653Z | Downloaded memoffset v0.7.1 |
1039 | 2023-10-05T01:53:33.698Z | Downloaded md-5 v0.10.5 |
1040 | 2023-10-05T01:53:33.722Z | Downloaded crypto-common v0.1.6 |
1041 | 2023-10-05T01:53:33.749Z | Downloaded num_enum v0.7.0 |
1042 | 2023-10-05T01:53:33.775Z | Downloaded vec_map v0.8.2 |
1043 | 2023-10-05T01:53:33.806Z | Downloaded once_cell v1.18.0 |
1044 | 2023-10-05T01:53:33.819Z | Downloaded num_cpus v1.16.0 |
1045 | 2023-10-05T01:53:33.828Z | Downloaded num-traits v0.2.16 |
1046 | 2023-10-05T01:53:33.833Z | Downloaded data-encoding v2.4.0 |
1047 | 2023-10-05T01:53:33.843Z | Downloaded bitflags v2.4.0 |
1048 | 2023-10-05T01:53:33.853Z | Downloaded ansi_term v0.12.1 |
1049 | 2023-10-05T01:53:33.868Z | Downloaded r2d2 v0.8.10 |
1050 | 2023-10-05T01:53:33.879Z | Downloaded num_enum_derive v0.7.0 |
1051 | 2023-10-05T01:53:33.889Z | Downloaded crc32fast v1.3.2 |
1052 | 2023-10-05T01:53:33.900Z | Downloaded hostname v0.3.1 |
1053 | 2023-10-05T01:53:33.907Z | Downloaded byteorder v1.4.3 |
1054 | 2023-10-05T01:53:33.918Z | Downloaded home v0.5.5 |
1055 | 2023-10-05T01:53:33.947Z | Downloaded ghash v0.5.0 |
1056 | 2023-10-05T01:53:33.963Z | Downloaded pbkdf2 v0.12.2 |
1057 | 2023-10-05T01:53:33.973Z | Downloaded parking_lot_core v0.8.6 |
1058 | 2023-10-05T01:53:33.996Z | Downloaded parking_lot v0.11.2 |
1059 | 2023-10-05T01:53:34.021Z | Downloaded bit_field v0.10.2 |
1060 | 2023-10-05T01:53:34.037Z | Downloaded equivalent v1.0.1 |
1061 | 2023-10-05T01:53:34.048Z | Downloaded proc-macro-error-attr v1.0.4 |
1062 | 2023-10-05T01:53:34.059Z | Downloaded aes-gcm-siv v0.11.1 |
1063 | 2023-10-05T01:53:34.072Z | Downloaded anstream v0.5.0 |
1064 | 2023-10-05T01:53:34.086Z | Downloaded num_enum v0.5.11 |
1065 | 2023-10-05T01:53:34.099Z | Downloaded mime v0.3.17 |
1066 | 2023-10-05T01:53:34.115Z | Downloaded polyval v0.6.1 |
1067 | 2023-10-05T01:53:34.531Z | Downloaded phf v0.11.2 |
1068 | 2023-10-05T01:53:34.535Z | Downloaded lru-cache v0.1.2 |
1069 | 2023-10-05T01:53:34.543Z | Downloaded linked-hash-map v0.5.6 |
1070 | 2023-10-05T01:53:34.556Z | Downloaded pem v1.1.1 |
1071 | 2023-10-05T01:53:34.561Z | Downloaded bit-vec v0.6.3 |
1072 | 2023-10-05T01:53:34.587Z | Downloaded async-stream-impl v0.3.5 |
1073 | 2023-10-05T01:53:34.598Z | Downloaded blowfish v0.9.1 |
1074 | 2023-10-05T01:53:34.607Z | Downloaded backoff v0.4.0 |
1075 | 2023-10-05T01:53:34.613Z | Downloaded async-trait v0.1.73 |
1076 | 2023-10-05T01:53:34.624Z | Downloaded radium v0.7.0 |
1077 | 2023-10-05T01:53:34.640Z | Downloaded cbc v0.1.2 |
1078 | 2023-10-05T01:53:34.654Z | Downloaded base64ct v1.6.0 |
1079 | 2023-10-05T01:53:34.695Z | Downloaded anstyle-parse v0.2.1 |
1080 | 2023-10-05T01:53:34.723Z | Downloaded phf_shared v0.10.0 |
1081 | 2023-10-05T01:53:34.736Z | Downloaded const_format_proc_macros v0.2.31 |
1082 | 2023-10-05T01:53:34.749Z | Downloaded clap_derive v4.4.2 |
1083 | 2023-10-05T01:53:34.762Z | Downloaded num_enum_derive v0.5.11 |
1084 | 2023-10-05T01:53:34.783Z | Downloaded num-iter v0.1.43 |
1085 | 2023-10-05T01:53:34.812Z | Downloaded num-integer v0.1.45 |
1086 | 2023-10-05T01:53:34.828Z | Downloaded nibble_vec v0.1.0 |
1087 | 2023-10-05T01:53:34.859Z | Downloaded deranged v0.3.8 |
1088 | 2023-10-05T01:53:34.881Z | Downloaded convert_case v0.4.0 |
1089 | 2023-10-05T01:53:34.899Z | Downloaded cancel-safe-futures v0.1.2 |
1090 | 2023-10-05T01:53:34.916Z | Downloaded proc-macro-error v1.0.4 |
1091 | 2023-10-05T01:53:34.931Z | Downloaded proc-macro-crate v1.3.1 |
1092 | 2023-10-05T01:53:34.940Z | Downloaded password-hash v0.4.2 |
1093 | 2023-10-05T01:53:34.953Z | Downloaded thread_local v1.1.7 |
1094 | 2023-10-05T01:53:34.962Z | Downloaded openssl-macros v0.1.1 |
1095 | 2023-10-05T01:53:34.970Z | Downloaded num-complex v0.4.4 |
1096 | 2023-10-05T01:53:35.003Z | Downloaded opaque-debug v0.3.0 |
1097 | 2023-10-05T01:53:35.423Z | Downloaded thread-id v4.2.0 |
1098 | 2023-10-05T01:53:35.847Z | Downloaded pretty-hex v0.3.0 |
1099 | 2023-10-05T01:53:35.861Z | Downloaded precomputed-hash v0.1.1 |
1100 | 2023-10-05T01:53:35.889Z | Downloaded difflib v0.4.0 |
1101 | 2023-10-05T01:53:35.903Z | Downloaded atty v0.2.14 |
1102 | 2023-10-05T01:53:35.912Z | Downloaded quick-error v1.2.3 |
1103 | 2023-10-05T01:53:35.928Z | Downloaded new_debug_unreachable v1.0.4 |
1104 | 2023-10-05T01:53:35.944Z | Downloaded async-stream v0.3.5 |
1105 | 2023-10-05T01:53:35.952Z | Downloaded block-buffer v0.10.4 |
1106 | 2023-10-05T01:53:35.963Z | Downloaded cstr-argument v0.1.2 |
1107 | 2023-10-05T01:53:35.972Z | Downloaded bitflags v1.3.2 |
1108 | 2023-10-05T01:53:35.983Z | Downloaded ciborium-io v0.2.1 |
1109 | 2023-10-05T01:53:35.987Z | Downloaded async-recursion v1.0.5 |
1110 | 2023-10-05T01:53:35.994Z | Downloaded adler v1.0.2 |
1111 | 2023-10-05T01:53:36.010Z | Downloaded aead v0.5.2 |
1112 | 2023-10-05T01:53:36.017Z | Downloaded quote v1.0.33 |
1113 | 2023-10-05T01:53:36.034Z | Downloaded pretty-hex v0.2.1 |
1114 | 2023-10-05T01:53:36.058Z | Downloaded predicates-core v1.0.6 |
1115 | 2023-10-05T01:53:36.079Z | Downloaded predicates v3.0.3 |
1116 | 2023-10-05T01:53:36.112Z | Downloaded ppv-lite86 v0.2.17 |
1117 | 2023-10-05T01:53:36.116Z | Downloaded postgres-protocol v0.6.6 |
1118 | 2023-10-05T01:53:36.122Z | Downloaded pkg-config v0.3.27 |
1119 | 2023-10-05T01:53:36.127Z | Downloaded pin-project-lite v0.2.13 |
1120 | 2023-10-05T01:53:36.133Z | Downloaded paste v1.0.14 |
1121 | 2023-10-05T01:53:36.139Z | Downloaded num-bigint v0.4.4 |
1122 | 2023-10-05T01:53:36.158Z | Downloaded ctr v0.9.2 |
1123 | 2023-10-05T01:53:36.582Z | Downloaded block-padding v0.3.3 |
1124 | 2023-10-05T01:53:36.589Z | Downloaded base16ct v0.2.0 |
1125 | 2023-10-05T01:53:36.596Z | Downloaded cipher v0.4.4 |
1126 | 2023-10-05T01:53:36.605Z | Downloaded camino-tempfile v1.0.2 |
1127 | 2023-10-05T01:53:36.610Z | Downloaded bytes v1.5.0 |
1128 | 2023-10-05T01:53:36.616Z | Downloaded num-rational v0.4.1 |
1129 | 2023-10-05T01:53:36.621Z | Downloaded chacha20poly1305 v0.10.1 |
1130 | 2023-10-05T01:53:36.626Z | Downloaded chacha20 v0.9.1 |
1131 | 2023-10-05T01:53:36.634Z | Downloaded cfg-if v1.0.0 |
1132 | 2023-10-05T01:53:36.638Z | Downloaded num_threads v0.1.6 |
1133 | 2023-10-05T01:53:36.645Z | Downloaded num v0.4.1 |
1134 | 2023-10-05T01:53:36.651Z | Downloaded normalize-line-endings v0.3.0 |
1135 | 2023-10-05T01:53:36.665Z | Downloaded curve25519-dalek-derive v0.1.0 |
1136 | 2023-10-05T01:53:36.689Z | Downloaded macaddr v1.0.1 |
1137 | 2023-10-05T01:53:37.174Z | Downloaded memoffset v0.9.0 |
1138 | 2023-10-05T01:53:37.196Z | Downloaded ciborium v0.2.1 |
1139 | 2023-10-05T01:53:37.260Z | Downloaded darling_macro v0.20.3 |
1140 | 2023-10-05T01:53:37.270Z | Downloaded colorchoice v1.0.0 |
1141 | 2023-10-05T01:53:37.382Z | Downloaded clap_lex v0.5.1 |
1142 | 2023-10-05T01:53:37.406Z | Downloaded bitstruct v0.1.1 |
1143 | 2023-10-05T01:53:37.471Z | Compiling proc-macro2 v1.0.67 |
1144 | 2023-10-05T01:53:37.498Z | Compiling unicode-ident v1.0.12 |
1145 | 2023-10-05T01:53:37.519Z | Compiling libc v0.2.148 |
1146 | 2023-10-05T01:53:37.549Z | Compiling serde v1.0.188 |
1147 | 2023-10-05T01:53:37.976Z | Compiling version_check v0.9.4 |
1148 | 2023-10-05T01:53:38.109Z | Compiling autocfg v1.1.0 |
1149 | 2023-10-05T01:53:38.168Z | Compiling cfg-if v1.0.0 |
1150 | 2023-10-05T01:53:38.594Z | Compiling syn v1.0.109 |
1151 | 2023-10-05T01:53:38.606Z | Compiling typenum v1.16.0 |
1152 | 2023-10-05T01:53:38.727Z | Compiling once_cell v1.18.0 |
1153 | 2023-10-05T01:53:38.798Z | Compiling parking_lot_core v0.9.8 |
1154 | 2023-10-05T01:53:38.829Z | Compiling generic-array v0.14.7 |
1155 | 2023-10-05T01:53:38.842Z | Compiling lock_api v0.4.10 |
1156 | 2023-10-05T01:53:38.884Z | Compiling thiserror v1.0.49 |
1157 | 2023-10-05T01:53:39.838Z | Compiling libm v0.2.7 |
1158 | 2023-10-05T01:53:39.910Z | Compiling num-traits v0.2.16 |
1159 | 2023-10-05T01:53:40.001Z | Compiling itoa v1.0.9 |
1160 | 2023-10-05T01:53:40.104Z | Compiling futures-core v0.3.28 |
1161 | 2023-10-05T01:53:40.241Z | Compiling ahash v0.8.3 |
1162 | 2023-10-05T01:53:40.299Z | Compiling memchr v2.6.3 |
1163 | 2023-10-05T01:53:40.324Z | Compiling serde_json v1.0.107 |
1164 | 2023-10-05T01:53:40.416Z | Compiling log v0.4.20 |
1165 | 2023-10-05T01:53:40.448Z | Compiling slab v0.4.9 |
1166 | 2023-10-05T01:53:40.524Z | Compiling futures-channel v0.3.28 |
1167 | 2023-10-05T01:53:40.573Z | Compiling quote v1.0.33 |
1168 | 2023-10-05T01:53:40.598Z | Compiling futures-task v0.3.28 |
1169 | 2023-10-05T01:53:40.659Z | Compiling futures-util v0.3.28 |
1170 | 2023-10-05T01:53:40.798Z | Compiling pkg-config v0.3.27 |
1171 | 2023-10-05T01:53:41.235Z | Compiling syn v2.0.37 |
1172 | 2023-10-05T01:53:44.281Z | Compiling getrandom v0.2.10 |
1173 | 2023-10-05T01:53:44.382Z | Compiling jobserver v0.1.26 |
1174 | 2023-10-05T01:53:44.461Z | Compiling ryu v1.0.15 |
1175 | 2023-10-05T01:53:44.511Z | Compiling cc v1.0.83 |
1176 | 2023-10-05T01:53:44.949Z | Compiling rand_core v0.6.4 |
1177 | 2023-10-05T01:53:44.978Z | Compiling allocator-api2 v0.2.16 |
1178 | 2023-10-05T01:53:45.005Z | Compiling vcpkg v0.2.15 |
1179 | 2023-10-05T01:53:45.047Z | Compiling equivalent v1.0.1 |
1180 | 2023-10-05T01:53:45.096Z | Compiling schemars v0.8.13 |
1181 | 2023-10-05T01:53:45.139Z | Compiling httparse v1.8.0 |
1182 | 2023-10-05T01:53:45.583Z | Compiling hashbrown v0.14.0 |
1183 | 2023-10-05T01:53:45.857Z | Compiling byteorder v1.4.3 |
1184 | 2023-10-05T01:53:45.994Z | Compiling ahash v0.7.6 |
1185 | 2023-10-05T01:53:46.237Z | Compiling semver v1.0.18 |
1186 | 2023-10-05T01:53:46.285Z | Compiling scopeguard v1.2.0 |
1187 | 2023-10-05T01:53:46.467Z | Compiling iana-time-zone v0.1.57 |
1188 | 2023-10-05T01:53:46.587Z | Compiling smallvec v1.11.0 |
1189 | 2023-10-05T01:53:46.719Z | Compiling fnv v1.0.7 |
1190 | 2023-10-05T01:53:46.742Z | Compiling heck v0.4.1 |
1191 | 2023-10-05T01:53:46.767Z | Compiling indexmap v1.9.3 |
1192 | 2023-10-05T01:53:46.780Z | Compiling time-core v0.1.1 |
1193 | 2023-10-05T01:53:46.833Z | Compiling dyn-clone v1.0.13 |
1194 | 2023-10-05T01:53:46.877Z | Compiling time-macros v0.2.13 |
1195 | 2023-10-05T01:53:47.292Z | Compiling pin-project-lite v0.2.13 |
1196 | 2023-10-05T01:53:47.302Z | Compiling ring v0.16.20 |
1197 | 2023-10-05T01:53:47.735Z | Compiling openssl-sys v0.9.93 |
1198 | 2023-10-05T01:53:47.747Z | Compiling subtle v2.5.0 |
1199 | 2023-10-05T01:53:47.758Z | Compiling ucd-trie v0.1.6 |
1200 | 2023-10-05T01:53:47.787Z | Compiling winnow v0.5.15 |
1201 | 2023-10-05T01:53:49.233Z | Compiling parking_lot v0.12.1 |
1202 | 2023-10-05T01:53:49.596Z | Compiling slog v2.7.0 |
1203 | 2023-10-05T01:53:50.149Z | Compiling tinyvec_macros v0.1.1 |
1204 | 2023-10-05T01:53:50.271Z | Compiling openssl v0.10.57 |
1205 | 2023-10-05T01:53:50.285Z | Compiling rustls v0.21.7 |
1206 | 2023-10-05T01:53:50.417Z | Compiling tinyvec v1.6.0 |
1207 | 2023-10-05T01:53:50.932Z | Compiling ppv-lite86 v0.2.17 |
1208 | 2023-10-05T01:53:51.013Z | Compiling mio v0.8.8 |
1209 | 2023-10-05T01:53:51.181Z | Compiling signal-hook-registry v1.4.1 |
1210 | 2023-10-05T01:53:51.367Z | Compiling num_cpus v1.16.0 |
1211 | 2023-10-05T01:53:51.478Z | Compiling socket2 v0.5.3 |
1212 | 2023-10-05T01:53:51.919Z | Compiling native-tls v0.2.11 |
1213 | 2023-10-05T01:53:51.955Z | Compiling unicode-normalization v0.1.22 |
1214 | 2023-10-05T01:53:51.988Z | Compiling unicode-bidi v0.3.13 |
1215 | 2023-10-05T01:53:52.587Z | Compiling unicode-xid v0.2.4 |
1216 | 2023-10-05T01:53:52.604Z | Compiling spin v0.5.2 |
1217 | 2023-10-05T01:53:53.029Z | Compiling rand_chacha v0.3.1 |
1218 | 2023-10-05T01:53:53.039Z | Compiling percent-encoding v2.3.0 |
1219 | 2023-10-05T01:53:53.476Z | Compiling futures-sink v0.3.28 |
1220 | 2023-10-05T01:53:53.501Z | Compiling form_urlencoded v1.2.0 |
1221 | 2023-10-05T01:53:53.583Z | Compiling rand v0.8.5 |
1222 | 2023-10-05T01:53:53.779Z | Compiling serde_derive_internals v0.26.0 |
1223 | 2023-10-05T01:53:53.889Z | Compiling synstructure v0.12.6 |
1224 | 2023-10-05T01:53:54.189Z | Compiling backtrace v0.3.69 |
1225 | 2023-10-05T01:53:54.299Z | Compiling crossbeam-utils v0.8.16 |
1226 | 2023-10-05T01:53:54.385Z | Compiling pin-utils v0.1.0 |
1227 | 2023-10-05T01:53:54.560Z | Compiling async-trait v0.1.73 |
1228 | 2023-10-05T01:53:54.711Z | Compiling idna v0.4.0 |
1229 | 2023-10-05T01:53:54.896Z | Compiling aho-corasick v1.0.4 |
1230 | 2023-10-05T01:53:54.949Z | Compiling futures-io v0.3.28 |
1231 | 2023-10-05T01:53:54.975Z | Compiling const-oid v0.9.5 |
1232 | 2023-10-05T01:53:54.995Z | Compiling regex-syntax v0.7.5 |
1233 | 2023-10-05T01:53:55.010Z | Compiling url v2.4.1 |
1234 | 2023-10-05T01:53:55.038Z | Compiling hashbrown v0.12.3 |
1235 | 2023-10-05T01:53:55.076Z | Compiling unicode-width v0.1.10 |
1236 | 2023-10-05T01:53:55.098Z | Compiling anyhow v1.0.75 |
1237 | 2023-10-05T01:53:55.110Z | Compiling num_threads v0.1.6 |
1238 | 2023-10-05T01:53:55.606Z | Compiling deranged v0.3.8 |
1239 | 2023-10-05T01:53:56.031Z | Compiling usdt-impl v0.3.5 |
1240 | 2023-10-05T01:53:56.038Z | Compiling thread-id v4.2.0 |
1241 | 2023-10-05T01:53:56.456Z | Compiling tracing-core v0.1.31 |
1242 | 2023-10-05T01:53:56.472Z | Compiling hashbrown v0.13.2 |
1243 | 2023-10-05T01:53:56.487Z | Compiling cpufeatures v0.2.9 |
1244 | 2023-10-05T01:53:56.509Z | Compiling adler v1.0.2 |
1245 | 2023-10-05T01:53:56.554Z | Compiling miniz_oxide v0.7.1 |
1246 | 2023-10-05T01:53:56.573Z | Compiling lazy_static v1.4.0 |
1247 | 2023-10-05T01:53:56.597Z | Compiling time v0.3.27 |
1248 | 2023-10-05T01:53:56.610Z | Compiling regex-automata v0.3.8 |
1249 | 2023-10-05T01:53:56.620Z | Compiling bitflags v1.3.2 |
1250 | 2023-10-05T01:53:56.629Z | Compiling rustix v0.38.9 |
1251 | 2023-10-05T01:53:56.636Z | Compiling gimli v0.28.0 |
1252 | 2023-10-05T01:53:57.891Z | Compiling serde_derive v1.0.188 |
1253 | 2023-10-05T01:53:59.895Z | Compiling zeroize_derive v1.4.2 |
1254 | 2023-10-05T01:54:00.770Z | Compiling thiserror-impl v1.0.49 |
1255 | 2023-10-05T01:54:01.077Z | Compiling tokio-macros v2.1.0 |
1256 | 2023-10-05T01:54:01.288Z | Compiling futures-macro v0.3.28 |
1257 | 2023-10-05T01:54:01.404Z | Compiling tracing-attributes v0.1.26 |
1258 | 2023-10-05T01:54:01.486Z | Compiling schemars_derive v0.8.13 |
1259 | 2023-10-05T01:54:01.649Z | Compiling zeroize v1.6.0 |
1260 | 2023-10-05T01:54:01.740Z | Compiling pest v2.7.2 |
1261 | 2023-10-05T01:54:01.804Z | Compiling openssl-macros v0.1.1 |
1262 | 2023-10-05T01:54:02.246Z | Compiling zerocopy-derive v0.2.0 |
1263 | 2023-10-05T01:54:02.680Z | Compiling crypto-common v0.1.6 |
1264 | 2023-10-05T01:54:02.718Z | Compiling block-buffer v0.10.4 |
1265 | 2023-10-05T01:54:02.735Z | Compiling digest v0.10.7 |
1266 | 2023-10-05T01:54:03.206Z | Compiling regex v1.9.5 |
1267 | 2023-10-05T01:54:03.265Z | Compiling tracing v0.1.37 |
1268 | 2023-10-05T01:54:03.301Z | Compiling pest_meta v2.7.2 |
1269 | 2023-10-05T01:54:03.738Z | Compiling zerocopy v0.3.0 |
1270 | 2023-10-05T01:54:03.922Z | Compiling addr2line v0.21.0 |
1271 | 2023-10-05T01:54:04.387Z | Compiling dof v0.1.5 |
1272 | 2023-10-05T01:54:04.395Z | Compiling object v0.32.1 |
1273 | 2023-10-05T01:54:04.643Z | Compiling pest_generator v2.7.2 |
1274 | 2023-10-05T01:54:04.663Z | Compiling rustc-demangle v0.1.23 |
1275 | 2023-10-05T01:54:04.751Z | Compiling siphasher v0.3.11 |
1276 | 2023-10-05T01:54:04.796Z | Compiling base64 v0.21.4 |
1277 | 2023-10-05T01:54:04.892Z | Compiling untrusted v0.7.1 |
1278 | 2023-10-05T01:54:04.909Z | Compiling socket2 v0.4.9 |
1279 | 2023-10-05T01:54:04.930Z | Compiling pest_derive v2.7.2 |
1280 | 2023-10-05T01:54:05.057Z | Compiling phf_shared v0.11.2 |
1281 | 2023-10-05T01:54:05.265Z | Compiling try-lock v0.2.4 |
1282 | 2023-10-05T01:54:05.341Z | Compiling httpdate v1.0.3 |
1283 | 2023-10-05T01:54:10.367Z | Compiling want v0.3.1 |
1284 | 2023-10-05T01:54:10.724Z | Compiling openssl-probe v0.1.5 |
1285 | 2023-10-05T01:54:10.901Z | Compiling dtrace-parser v0.1.14 |
1286 | 2023-10-05T01:54:11.031Z | Compiling tower-service v0.3.2 |
1287 | 2023-10-05T01:54:11.111Z | Compiling mime v0.3.17 |
1288 | 2023-10-05T01:54:11.644Z | Compiling strsim v0.10.0 |
1289 | 2023-10-05T01:54:11.696Z | Compiling foreign-types-shared v0.1.1 |
1290 | 2023-10-05T01:54:11.754Z | Compiling foreign-types v0.3.2 |
1291 | 2023-10-05T01:54:11.829Z | Compiling sct v0.7.0 |
1292 | 2023-10-05T01:54:11.845Z | Compiling rustls-webpki v0.101.4 |
1293 | 2023-10-05T01:54:11.853Z | Compiling ipnet v2.8.0 |
1294 | 2023-10-05T01:54:11.864Z | Compiling bytes v1.5.0 |
1295 | 2023-10-05T01:54:11.878Z | Compiling indexmap v2.0.0 |
1296 | 2023-10-05T01:54:11.900Z | Compiling chrono v0.4.31 |
1297 | 2023-10-05T01:54:11.923Z | Compiling uuid v1.4.1 |
1298 | 2023-10-05T01:54:11.945Z | Compiling toml_datetime v0.6.3 |
1299 | 2023-10-05T01:54:11.966Z | Compiling serde_spanned v0.6.3 |
1300 | 2023-10-05T01:54:11.977Z | Compiling http v0.2.9 |
1301 | 2023-10-05T01:54:11.994Z | Compiling tokio v1.32.0 |
1302 | 2023-10-05T01:54:12.006Z | Compiling serde_tokenstream v0.1.7 |
1303 | 2023-10-05T01:54:12.009Z | Compiling toml_edit v0.19.15 |
1304 | 2023-10-05T01:54:12.013Z | Compiling openapiv3 v1.0.3 |
1305 | 2023-10-05T01:54:12.017Z | Compiling bitflags v2.4.0 |
1306 | 2023-10-05T01:54:12.022Z | Compiling usdt-attr-macro v0.3.5 |
1307 | 2023-10-05T01:54:12.026Z | Compiling usdt-macro v0.3.5 |
1308 | 2023-10-05T01:54:12.029Z | Compiling rustc_version v0.4.0 |
1309 | 2023-10-05T01:54:12.033Z | Compiling http-body v0.4.5 |
1310 | 2023-10-05T01:54:12.042Z | Compiling serde_tokenstream v0.2.0 |
1311 | 2023-10-05T01:54:12.047Z | Compiling rustls-pemfile v1.0.3 |
1312 | 2023-10-05T01:54:12.053Z | Compiling regress v0.7.1 |
1313 | 2023-10-05T01:54:12.058Z | Compiling encoding_rs v0.8.33 |
1314 | 2023-10-05T01:54:12.062Z | Compiling rustls-native-certs v0.6.3 |
1315 | 2023-10-05T01:54:12.074Z | Compiling serde_urlencoded v0.7.1 |
1316 | 2023-10-05T01:54:12.093Z | Compiling tokio-util v0.7.8 |
1317 | 2023-10-05T01:54:12.103Z | Compiling tokio-rustls v0.24.1 |
1318 | 2023-10-05T01:54:12.114Z | Compiling webpki-roots v0.25.2 |
1319 | 2023-10-05T01:54:12.125Z | Compiling errno v0.3.2 |
1320 | 2023-10-05T01:54:12.155Z | Compiling getopts v0.2.21 |
1321 | 2023-10-05T01:54:12.168Z | Compiling unsafe-libyaml v0.2.9 |
1322 | 2023-10-05T01:54:12.912Z | Compiling futures-executor v0.3.28 |
1323 | 2023-10-05T01:54:13.049Z | Compiling h2 v0.3.21 |
1324 | 2023-10-05T01:54:13.144Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1325 | 2023-10-05T01:54:13.232Z | Compiling serde_yaml v0.9.25 |
1326 | 2023-10-05T01:54:13.266Z | Compiling tokio-native-tls v0.3.1 |
1327 | 2023-10-05T01:54:13.294Z | Compiling hmac v0.12.1 |
1328 | 2023-10-05T01:54:13.318Z | Compiling num-integer v0.1.45 |
1329 | 2023-10-05T01:54:13.345Z | Compiling rustversion v1.0.14 |
1330 | 2023-10-05T01:54:13.775Z | Compiling usdt v0.3.5 |
1331 | 2023-10-05T01:54:13.812Z | Compiling hex v0.4.3 |
1332 | 2023-10-05T01:54:13.843Z | Compiling sha2 v0.10.7 |
1333 | 2023-10-05T01:54:14.274Z | Compiling block-padding v0.3.3 |
1334 | 2023-10-05T01:54:14.293Z | Compiling inout v0.1.3 |
1335 | 2023-10-05T01:54:14.328Z | Compiling toml v0.7.8 |
1336 | 2023-10-05T01:54:14.369Z | Compiling cipher v0.4.4 |
1337 | 2023-10-05T01:54:14.385Z | Compiling crc32fast v1.3.2 |
1338 | 2023-10-05T01:54:14.411Z | Compiling fallible-iterator v0.2.0 |
1339 | 2023-10-05T01:54:14.423Z | Compiling futures v0.3.28 |
1340 | 2023-10-05T01:54:14.437Z | Compiling ipnetwork v0.20.0 |
1341 | 2023-10-05T01:54:14.462Z | Compiling hyper v0.14.27 |
1342 | 2023-10-05T01:54:14.484Z | Compiling spin v0.9.8 |
1343 | 2023-10-05T01:54:14.905Z | Compiling either v1.9.0 |
1344 | 2023-10-05T01:54:14.915Z | Compiling md-5 v0.10.5 |
1345 | 2023-10-05T01:54:14.923Z | Compiling stringprep v0.1.3 |
1346 | 2023-10-05T01:54:14.931Z | Compiling io-lifetimes v1.0.11 |
1347 | 2023-10-05T01:54:14.937Z | Compiling postgres-protocol v0.6.6 |
1348 | 2023-10-05T01:54:14.946Z | Compiling enum-as-inner v0.5.1 |
1349 | 2023-10-05T01:54:14.958Z | Compiling slog-async v2.8.0 |
1350 | 2023-10-05T01:54:15.121Z | Compiling postgres-types v0.2.6 |
1351 | 2023-10-05T01:54:15.148Z | Compiling phf v0.11.2 |
1352 | 2023-10-05T01:54:15.256Z | Compiling console v0.15.7 |
1353 | 2023-10-05T01:54:15.620Z | Compiling num-bigint v0.4.4 |
1354 | 2023-10-05T01:54:15.674Z | Compiling whoami v1.4.1 |
1355 | 2023-10-05T01:54:16.647Z | Compiling rustix v0.37.23 |
1356 | 2023-10-05T01:54:16.773Z | Compiling data-encoding v2.4.0 |
1357 | 2023-10-05T01:54:17.182Z | Compiling tokio-postgres v0.7.10 |
1358 | 2023-10-05T01:54:18.098Z | Compiling zerocopy-derive v0.6.3 |
1359 | 2023-10-05T01:54:19.848Z | Compiling static_assertions v1.1.0 |
1360 | 2023-10-05T01:54:21.768Z | Compiling ident_case v1.0.1 |
1361 | 2023-10-05T01:54:21.851Z | Compiling darling_core v0.20.3 |
1362 | 2023-10-05T01:54:22.486Z | Compiling hyper-rustls v0.24.1 |
1363 | 2023-10-05T01:54:22.630Z | Compiling hyper-tls v0.5.0 |
1364 | 2023-10-05T01:54:23.189Z | Compiling reqwest v0.11.20 |
1365 | 2023-10-05T01:54:25.087Z | Compiling camino v1.1.6 |
1366 | 2023-10-05T01:54:26.114Z | Compiling flate2 v1.0.27 |
1367 | 2023-10-05T01:54:26.578Z | Compiling strum_macros v0.25.2 |
1368 | 2023-10-05T01:54:27.794Z | Compiling heapless v0.7.16 |
1369 | 2023-10-05T01:54:27.924Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1370 | 2023-10-05T01:54:28.368Z | Compiling memoffset v0.9.0 |
1371 | 2023-10-05T01:54:28.746Z | Compiling managed v0.8.0 |
1372 | 2023-10-05T01:54:28.812Z | Compiling matches v0.1.10 |
1373 | 2023-10-05T01:54:28.965Z | Compiling radium v0.7.0 |
1374 | 2023-10-05T01:54:29.831Z | Compiling unicode-segmentation v1.10.1 |
1375 | 2023-10-05T01:54:36.398Z | Compiling idna v0.2.3 |
1376 | 2023-10-05T01:54:36.896Z | Compiling darling_macro v0.20.3 |
1377 | 2023-10-05T01:54:37.393Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1378 | 2023-10-05T01:54:37.712Z | Compiling multer v2.1.0 |
1379 | 2023-10-05T01:54:38.441Z | Compiling trust-dns-proto v0.22.0 |
1380 | 2023-10-05T01:54:38.636Z | Compiling darling v0.20.3 |
1381 | 2023-10-05T01:54:39.050Z | Compiling serde_with_macros v2.3.3 |
1382 | 2023-10-05T01:54:39.096Z | Compiling async-stream-impl v0.3.5 |
1383 | 2023-10-05T01:54:39.118Z | Compiling crossbeam-epoch v0.9.15 |
1384 | 2023-10-05T01:54:39.161Z | Compiling num-iter v0.1.43 |
1385 | 2023-10-05T01:54:39.187Z | Compiling smoltcp v0.9.1 |
1386 | 2023-10-05T01:54:39.234Z | Compiling paste v1.0.14 |
1387 | 2023-10-05T01:54:39.264Z | Compiling bit-vec v0.6.3 |
1388 | 2023-10-05T01:54:39.279Z | Compiling utf8parse v0.2.1 |
1389 | 2023-10-05T01:54:39.320Z | Compiling anstyle v1.0.2 |
1390 | 2023-10-05T01:54:39.361Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1391 | 2023-10-05T01:54:39.377Z | Compiling anstyle-parse v0.2.1 |
1392 | 2023-10-05T01:54:39.811Z | Compiling zerocopy v0.6.3 |
1393 | 2023-10-05T01:54:39.827Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1394 | 2023-10-05T01:54:40.278Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1395 | 2023-10-05T01:54:41.137Z | Compiling signature v2.1.0 |
1396 | 2023-10-05T01:54:41.142Z | Compiling hubpack_derive v0.1.1 |
1397 | 2023-10-05T01:54:41.221Z | Compiling clap_derive v4.4.2 |
1398 | 2023-10-05T01:54:41.526Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1399 | 2023-10-05T01:54:41.928Z | Compiling anstyle-query v1.0.0 |
1400 | 2023-10-05T01:54:41.996Z | Compiling colorchoice v1.0.0 |
1401 | 2023-10-05T01:54:42.224Z | Compiling anstream v0.5.0 |
1402 | 2023-10-05T01:54:42.249Z | Compiling terminal_size v0.2.6 |
1403 | 2023-10-05T01:54:42.949Z | Compiling yasna v0.5.2 |
1404 | 2023-10-05T01:54:45.485Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1405 | 2023-10-05T01:54:46.882Z | Compiling structmeta-derive v0.1.6 |
1406 | 2023-10-05T01:54:47.037Z | Compiling diesel_table_macro_syntax v0.1.0 |
1407 | 2023-10-05T01:54:47.313Z | Compiling hash32 v0.2.1 |
1408 | 2023-10-05T01:54:47.504Z | Compiling stable_deref_trait v1.2.0 |
1409 | 2023-10-05T01:54:48.405Z | Compiling clap_lex v0.5.1 |
1410 | 2023-10-05T01:54:48.458Z | Compiling tap v1.0.1 |
1411 | 2023-10-05T01:54:48.477Z | Compiling clap_builder v4.4.2 |
1412 | 2023-10-05T01:54:48.546Z | Compiling wyz v0.5.1 |
1413 | 2023-10-05T01:54:48.640Z | Compiling diesel_derives v2.1.1 |
1414 | 2023-10-05T01:54:48.948Z | Compiling itertools v0.10.5 |
1415 | 2023-10-05T01:54:49.146Z | Compiling tokio-stream v0.1.14 |
1416 | 2023-10-05T01:54:49.248Z | Compiling serde_repr v0.1.16 |
1417 | 2023-10-05T01:54:49.629Z | Compiling structmeta v0.1.6 |
1418 | 2023-10-05T01:54:49.684Z | Compiling scheduled-thread-pool v0.2.7 |
1419 | 2023-10-05T01:54:50.143Z | Compiling regex-automata v0.1.10 |
1420 | 2023-10-05T01:54:50.571Z | Compiling regex-syntax v0.6.29 |
1421 | 2023-10-05T01:54:50.691Z | Compiling funty v2.0.0 |
1422 | 2023-10-05T01:54:50.956Z | Compiling bstr v0.2.17 |
1423 | 2023-10-05T01:54:50.998Z | Compiling r2d2 v0.8.10 |
1424 | 2023-10-05T01:54:52.404Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1425 | 2023-10-05T01:54:53.436Z | Compiling bitvec v1.0.1 |
1426 | 2023-10-05T01:54:53.874Z | Compiling clap v4.4.3 |
1427 | 2023-10-05T01:54:54.686Z | Compiling hubpack v0.1.2 |
1428 | 2023-10-05T01:54:55.562Z | Compiling phf_shared v0.10.0 |
1429 | 2023-10-05T01:54:55.699Z | Compiling float-cmp v0.9.0 |
1430 | 2023-10-05T01:54:56.130Z | Compiling precomputed-hash v0.1.1 |
1431 | 2023-10-05T01:54:56.142Z | Compiling difflib v0.4.0 |
1432 | 2023-10-05T01:54:56.155Z | Compiling predicates-core v1.0.6 |
1433 | 2023-10-05T01:54:56.167Z | Compiling fixedbitset v0.4.2 |
1434 | 2023-10-05T01:54:56.631Z | Compiling unicode-linebreak v0.1.5 |
1435 | 2023-10-05T01:54:56.817Z | Compiling smawk v0.3.1 |
1436 | 2023-10-05T01:54:57.513Z | Compiling new_debug_unreachable v1.0.4 |
1437 | 2023-10-05T01:54:57.521Z | Compiling normalize-line-endings v0.3.0 |
1438 | 2023-10-05T01:54:57.940Z | Compiling predicates v3.0.3 |
1439 | 2023-10-05T01:54:57.948Z | Compiling textwrap v0.16.0 |
1440 | 2023-10-05T01:54:59.018Z | Compiling string_cache v0.8.7 |
1441 | 2023-10-05T01:54:59.663Z | Compiling petgraph v0.6.4 |
1442 | 2023-10-05T01:55:00.421Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1443 | 2023-10-05T01:55:00.573Z | Compiling parse-display-derive v0.7.0 |
1444 | 2023-10-05T01:55:00.653Z | Compiling similar v2.2.1 |
1445 | 2023-10-05T01:55:01.175Z | Compiling bit-set v0.5.3 |
1446 | 2023-10-05T01:55:01.768Z | Compiling bstr v1.6.0 |
1447 | 2023-10-05T01:55:06.752Z | Compiling lalrpop-util v0.19.12 |
1448 | 2023-10-05T01:55:11.967Z | Compiling diesel v2.1.1 |
1449 | 2023-10-05T01:55:24.696Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1450 | 2023-10-05T01:55:24.912Z | Compiling proc-macro-crate v1.3.1 |
1451 | 2023-10-05T01:55:30.864Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1452 | 2023-10-05T01:55:55.329Z | Compiling atty v0.2.14 |
1453 | 2023-10-05T01:55:57.246Z | Compiling sha1 v0.10.5 |
1454 | 2023-10-05T01:55:57.526Z | Compiling match_cfg v0.1.0 |
1455 | 2023-10-05T01:55:57.817Z | Compiling hostname v0.3.1 |
1456 | 2023-10-05T01:55:58.955Z | Compiling dirs-sys-next v0.1.2 |
1457 | 2023-10-05T01:56:00.316Z | Compiling dirs-next v2.0.0 |
1458 | 2023-10-05T01:56:02.158Z | Compiling thread_local v1.1.7 |
1459 | 2023-10-05T01:56:02.866Z | Compiling term v0.7.0 |
1460 | 2023-10-05T01:56:02.895Z | Compiling crossbeam-channel v0.5.8 |
1461 | 2023-10-05T01:56:03.244Z | Compiling take_mut v0.2.2 |
1462 | 2023-10-05T01:56:03.940Z | Compiling slog-term v2.9.0 |
1463 | 2023-10-05T01:56:06.123Z | Compiling slog-json v2.6.1 |
1464 | 2023-10-05T01:56:06.531Z | Compiling instant v0.1.12 |
1465 | 2023-10-05T01:56:06.733Z | Compiling slog-bunyan v2.4.0 |
1466 | 2023-10-05T01:56:08.379Z | Compiling strum v0.25.0 |
1467 | 2023-10-05T01:56:11.400Z | Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1468 | 2023-10-05T01:56:11.955Z | Compiling atomic-waker v1.1.1 |
1469 | 2023-10-05T01:56:11.995Z | Compiling waitgroup v0.1.2 |
1470 | 2023-10-05T01:56:12.062Z | Compiling num_enum_derive v0.5.11 |
1471 | 2023-10-05T01:56:12.101Z | Compiling serde_with v2.3.3 |
1472 | 2023-10-05T01:56:12.119Z | Compiling async-stream v0.3.5 |
1473 | 2023-10-05T01:56:12.145Z | Compiling serde_path_to_error v0.1.14 |
1474 | 2023-10-05T01:56:12.760Z | Compiling libz-sys v1.1.12 |
1475 | 2023-10-05T01:56:13.448Z | Compiling debug-ignore v1.0.5 |
1476 | 2023-10-05T01:56:16.047Z | Compiling proc-macro-error-attr v1.0.4 |
1477 | 2023-10-05T01:56:16.469Z | Compiling slog-dtrace v0.2.3 |
1478 | 2023-10-05T01:56:17.338Z | Compiling fastrand v2.0.0 |
1479 | 2023-10-05T01:56:18.534Z | Compiling tempfile v3.8.0 |
1480 | 2023-10-05T01:56:20.792Z | Compiling backoff v0.4.0 |
1481 | 2023-10-05T01:56:20.950Z | Compiling parse-display v0.7.0 |
1482 | 2023-10-05T01:56:22.612Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1483 | 2023-10-05T01:56:22.634Z | Compiling macaddr v1.0.1 |
1484 | 2023-10-05T01:56:22.663Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1485 | 2023-10-05T01:56:22.767Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1486 | 2023-10-05T01:56:23.611Z | Compiling proc-macro-error v1.0.4 |
1487 | 2023-10-05T01:56:24.064Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1488 | 2023-10-05T01:56:25.887Z | Compiling libsqlite3-sys v0.26.0 |
1489 | 2023-10-05T01:56:26.174Z | Compiling memoffset v0.7.1 |
1490 | 2023-10-05T01:56:26.231Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1491 | 2023-10-05T01:56:27.963Z | Compiling vergen v8.2.4 |
1492 | 2023-10-05T01:56:28.475Z | Compiling foreign-types-macros v0.2.3 |
1493 | 2023-10-05T01:56:28.580Z | Compiling base64ct v1.6.0 |
1494 | 2023-10-05T01:56:34.264Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1495 | 2023-10-05T01:56:34.625Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1496 | 2023-10-05T01:56:36.335Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1497 | 2023-10-05T01:56:37.632Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1498 | 2023-10-05T01:56:46.099Z | Compiling platforms v3.0.2 |
1499 | 2023-10-05T01:56:46.857Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1500 | 2023-10-05T01:56:47.297Z | Compiling num_enum_derive v0.7.0 |
1501 | 2023-10-05T01:56:48.165Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1502 | 2023-10-05T01:56:48.459Z | Compiling cfg-if v0.1.10 |
1503 | 2023-10-05T01:56:48.771Z | Compiling password-hash v0.5.0 |
1504 | 2023-10-05T01:56:48.949Z | Compiling curve25519-dalek v4.1.0 |
1505 | 2023-10-05T01:56:49.136Z | Compiling heck v0.3.3 |
1506 | 2023-10-05T01:56:49.493Z | Compiling blake2 v0.10.6 |
1507 | 2023-10-05T01:56:49.798Z | Compiling libefi-sys v0.1.0 |
1508 | 2023-10-05T01:56:50.035Z | Compiling structopt-derive v0.4.18 |
1509 | 2023-10-05T01:56:50.334Z | Compiling argon2 v0.5.2 |
1510 | 2023-10-05T01:56:50.775Z | Compiling zone_cfg_derive v0.2.0 |
1511 | 2023-10-05T01:56:51.224Z | Compiling curve25519-dalek-derive v0.1.0 |
1512 | 2023-10-05T01:56:52.501Z | Compiling same-file v1.0.6 |
1513 | 2023-10-05T01:56:52.553Z | Compiling walkdir v2.4.0 |
1514 | 2023-10-05T01:56:52.576Z | Compiling toml v0.5.11 |
1515 | 2023-10-05T01:56:52.620Z | Compiling semver-parser v0.10.2 |
1516 | 2023-10-05T01:56:52.661Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1517 | 2023-10-05T01:56:52.674Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1518 | 2023-10-05T01:56:52.695Z | Compiling erased-serde v0.3.30 |
1519 | 2023-10-05T01:56:52.707Z | Compiling getrandom v0.1.16 |
1520 | 2023-10-05T01:56:52.717Z | Compiling semver v0.11.0 |
1521 | 2023-10-05T01:56:52.729Z | Compiling universal-hash v0.5.1 |
1522 | 2023-10-05T01:56:52.741Z | Compiling bitstruct_derive v0.1.0 |
1523 | 2023-10-05T01:56:52.752Z | Compiling async-recursion v1.0.5 |
1524 | 2023-10-05T01:56:53.182Z | Compiling filetime v0.2.22 |
1525 | 2023-10-05T01:56:53.198Z | Compiling xattr v1.0.1 |
1526 | 2023-10-05T01:56:53.221Z | Compiling opaque-debug v0.3.0 |
1527 | 2023-10-05T01:56:53.246Z | Compiling home v0.5.5 |
1528 | 2023-10-05T01:56:53.271Z | Compiling tar v0.4.40 |
1529 | 2023-10-05T01:56:53.289Z | Compiling toolchain_find v0.2.0 |
1530 | 2023-10-05T01:56:53.302Z | Compiling num-rational v0.4.1 |
1531 | 2023-10-05T01:56:53.321Z | Compiling unicase v2.7.0 |
1532 | 2023-10-05T01:56:53.343Z | Compiling parking_lot_core v0.8.6 |
1533 | 2023-10-05T01:56:53.367Z | Compiling rustfmt-wrapper v0.2.0 |
1534 | 2023-10-05T01:56:53.381Z | Compiling omicron-zone-package v0.8.3 |
1535 | 2023-10-05T01:56:53.397Z | Compiling num_enum v0.5.11 |
1536 | 2023-10-05T01:56:53.428Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1537 | 2023-10-05T01:56:53.443Z | Compiling aead v0.5.2 |
1538 | 2023-10-05T01:56:53.463Z | Compiling winapi v0.3.9 |
1539 | 2023-10-05T01:56:53.482Z | Compiling postcard-cobs v0.1.5-pre |
1540 | 2023-10-05T01:56:53.508Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1541 | 2023-10-05T01:56:53.533Z | Compiling postcard v0.7.3 |
1542 | 2023-10-05T01:56:53.556Z | Compiling polyval v0.6.1 |
1543 | 2023-10-05T01:56:53.575Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1544 | 2023-10-05T01:56:53.586Z | Compiling smoltcp v0.8.2 |
1545 | 2023-10-05T01:56:53.597Z | Compiling ctr v0.9.2 |
1546 | 2023-10-05T01:56:53.612Z | Compiling aes v0.8.3 |
1547 | 2023-10-05T01:56:53.627Z | Compiling thiserror-impl-no-std v2.0.2 |
1548 | 2023-10-05T01:56:53.642Z | Compiling foreign-types-shared v0.3.1 |
1549 | 2023-10-05T01:56:53.657Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1550 | 2023-10-05T01:56:53.677Z | Compiling foreign-types v0.5.0 |
1551 | 2023-10-05T01:56:53.724Z | Compiling mime_guess v2.0.4 |
1552 | 2023-10-05T01:56:56.537Z | Compiling is-terminal v0.4.9 |
1553 | 2023-10-05T01:56:56.656Z | Compiling toml_edit v0.20.0 |
1554 | 2023-10-05T01:56:57.130Z | Compiling hashlink v0.8.3 |
1555 | 2023-10-05T01:56:58.216Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1556 | 2023-10-05T01:56:58.252Z | Compiling cstr-argument v0.1.2 |
1557 | 2023-10-05T01:56:58.642Z | Compiling rand v0.4.6 |
1558 | 2023-10-05T01:57:01.383Z | Compiling fallible-streaming-iterator v0.1.9 |
1559 | 2023-10-05T01:57:01.533Z | Compiling pretty-hex v0.2.1 |
1560 | 2023-10-05T01:57:01.734Z | Compiling rusqlite v0.29.0 |
1561 | 2023-10-05T01:57:01.773Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1562 | 2023-10-05T01:57:02.322Z | Compiling toml v0.8.0 |
1563 | 2023-10-05T01:57:04.618Z | Compiling twox-hash v1.6.3 |
1564 | 2023-10-05T01:57:05.339Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1565 | 2023-10-05T01:57:06.080Z | Compiling colored v2.0.4 |
1566 | 2023-10-05T01:57:06.107Z | Compiling nix v0.26.2 |
1567 | 2023-10-05T01:57:06.605Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1568 | 2023-10-05T01:57:08.315Z | Compiling hkdf v0.12.3 |
1569 | 2023-10-05T01:57:08.482Z | Compiling textwrap v0.11.0 |
1570 | 2023-10-05T01:57:08.913Z | Compiling const_format_proc_macros v0.2.31 |
1571 | 2023-10-05T01:57:18.545Z | Compiling strsim v0.8.0 |
1572 | 2023-10-05T01:57:20.949Z | Compiling ansi_term v0.12.1 |
1573 | 2023-10-05T01:57:21.191Z | Compiling quick-error v1.2.3 |
1574 | 2023-10-05T01:57:21.522Z | Compiling vec_map v0.8.2 |
1575 | 2023-10-05T01:57:21.699Z | Compiling linked-hash-map v0.5.6 |
1576 | 2023-10-05T01:57:22.038Z | Compiling base64 v0.13.1 |
1577 | 2023-10-05T01:57:22.710Z | Compiling lru-cache v0.1.2 |
1578 | 2023-10-05T01:57:23.302Z | Compiling clap v2.34.0 |
1579 | 2023-10-05T01:57:23.688Z | Compiling resolv-conf v0.7.0 |
1580 | 2023-10-05T01:57:24.545Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1581 | 2023-10-05T01:57:28.990Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1582 | 2023-10-05T01:57:29.322Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1583 | 2023-10-05T01:57:29.613Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
1584 | 2023-10-05T01:57:29.761Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client) |
1585 | 2023-10-05T01:57:30.158Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1586 | 2023-10-05T01:57:30.377Z | Compiling num_enum v0.7.0 |
1587 | 2023-10-05T01:57:30.514Z | Compiling bincode v1.3.3 |
1588 | 2023-10-05T01:57:31.761Z | Compiling utf-8 v0.7.6 |
1589 | 2023-10-05T01:57:31.982Z | Compiling cancel-safe-futures v0.1.2 |
1590 | 2023-10-05T01:57:32.560Z | Compiling humantime v2.1.0 |
1591 | 2023-10-05T01:57:32.747Z | Compiling keccak v0.1.4 |
1592 | 2023-10-05T01:57:32.905Z | Compiling convert_case v0.4.0 |
1593 | 2023-10-05T01:57:33.003Z | Compiling termcolor v1.2.0 |
1594 | 2023-10-05T01:57:33.285Z | Compiling derive_more v0.99.17 |
1595 | 2023-10-05T01:57:33.513Z | Compiling env_logger v0.9.3 |
1596 | 2023-10-05T01:57:33.677Z | Compiling sha3 v0.10.8 |
1597 | 2023-10-05T01:57:34.159Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1598 | 2023-10-05T01:57:38.005Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1599 | 2023-10-05T01:57:39.441Z | Compiling structopt v0.3.26 |
1600 | 2023-10-05T01:57:39.457Z | Compiling trust-dns-resolver v0.22.0 |
1601 | 2023-10-05T01:57:42.295Z | Compiling aes-gcm-siv v0.11.1 |
1602 | 2023-10-05T01:57:42.340Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1603 | 2023-10-05T01:57:42.962Z | Compiling zone v0.2.0 |
1604 | 2023-10-05T01:57:43.489Z | Compiling itertools v0.11.0 |
1605 | 2023-10-05T01:57:44.618Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1606 | 2023-10-05T01:57:45.187Z | Compiling smf v0.2.2 |
1607 | 2023-10-05T01:57:45.667Z | Compiling secrecy v0.8.0 |
1608 | 2023-10-05T01:57:45.865Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1609 | 2023-10-05T01:57:46.111Z | Compiling ringbuffer v0.15.0 |
1610 | 2023-10-05T01:57:47.883Z | Compiling ascii v1.1.0 |
1611 | 2023-10-05T01:57:48.394Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1612 | 2023-10-05T01:57:48.532Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1613 | 2023-10-05T01:57:48.603Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1614 | 2023-10-05T01:57:50.218Z | Compiling bitstruct v0.1.1 |
1615 | 2023-10-05T01:57:51.137Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1616 | 2023-10-05T01:57:52.266Z | Compiling serde_arrays v0.1.0 |
1617 | 2023-10-05T01:57:52.921Z | Compiling ff v0.13.0 |
1618 | 2023-10-05T01:57:52.932Z | Compiling nibble_vec v0.1.0 |
1619 | 2023-10-05T01:57:53.477Z | Compiling arc-swap v1.6.0 |
1620 | 2023-10-05T01:57:53.500Z | Compiling endian-type v0.1.2 |
1621 | 2023-10-05T01:57:53.515Z | Compiling radix_trie v0.2.1 |
1622 | 2023-10-05T01:57:54.539Z | Compiling slog-scope v4.4.0 |
1623 | 2023-10-05T01:57:54.557Z | Compiling group v0.13.0 |
1624 | 2023-10-05T01:57:54.574Z | Compiling rand_core v0.5.1 |
1625 | 2023-10-05T01:57:55.028Z | Compiling tungstenite v0.20.1 |
1626 | 2023-10-05T01:57:55.628Z | Compiling poly1305 v0.8.0 |
1627 | 2023-10-05T01:57:56.537Z | Compiling chacha20 v0.9.1 |
1628 | 2023-10-05T01:57:57.206Z | Compiling crypto-bigint v0.5.2 |
1629 | 2023-10-05T01:57:57.230Z | Compiling num-complex v0.4.4 |
1630 | 2023-10-05T01:57:57.794Z | Compiling option-ext v0.2.0 |
1631 | 2023-10-05T01:57:57.804Z | Compiling ciborium-io v0.2.1 |
1632 | 2023-10-05T01:57:58.524Z | Compiling half v1.8.2 |
1633 | 2023-10-05T01:57:58.972Z | Compiling base16ct v0.2.0 |
1634 | 2023-10-05T01:57:59.004Z | Compiling dirs-sys v0.4.1 |
1635 | 2023-10-05T01:57:59.018Z | Compiling tokio-tungstenite v0.20.1 |
1636 | 2023-10-05T01:57:59.031Z | Compiling num v0.4.1 |
1637 | 2023-10-05T01:57:59.097Z | Compiling ciborium-ll v0.2.1 |
1638 | 2023-10-05T01:57:59.174Z | Compiling parking_lot v0.11.2 |
1639 | 2023-10-05T01:57:59.279Z | Compiling rand_chacha v0.2.2 |
1640 | 2023-10-05T01:57:59.578Z | Compiling slog-stdlog v4.1.1 |
1641 | 2023-10-05T01:57:59.634Z | Compiling trust-dns-client v0.22.0 |
1642 | 2023-10-05T01:58:00.221Z | Compiling thiserror-no-std v2.0.2 |
1643 | 2023-10-05T01:58:05.463Z | Compiling elliptic-curve v0.13.5 |
1644 | 2023-10-05T01:58:05.919Z | Compiling password-hash v0.4.2 |
1645 | 2023-10-05T01:58:06.118Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1646 | 2023-10-05T01:58:06.184Z | Compiling ed25519 v2.2.2 |
1647 | 2023-10-05T01:58:06.365Z | Compiling blowfish v0.9.1 |
1648 | 2023-10-05T01:58:06.485Z | Compiling pbkdf2 v0.12.2 |
1649 | 2023-10-05T01:58:06.631Z | Compiling fxhash v0.2.1 |
1650 | 2023-10-05T01:58:06.681Z | Compiling sled v0.34.7 |
1651 | 2023-10-05T01:58:06.976Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1652 | 2023-10-05T01:58:07.096Z | Compiling bcrypt-pbkdf v0.10.0 |
1653 | 2023-10-05T01:58:08.016Z | Compiling trust-dns-server v0.22.1 |
1654 | 2023-10-05T01:58:08.451Z | Compiling ed25519-dalek v2.0.0 |
1655 | 2023-10-05T01:58:09.303Z | Compiling vsss-rs v3.3.1 |
1656 | 2023-10-05T01:58:09.322Z | Compiling pbkdf2 v0.11.0 |
1657 | 2023-10-05T01:58:09.338Z | Compiling russh-cryptovec v0.7.0 |
1658 | 2023-10-05T01:58:09.354Z | Compiling slog-envlogger v2.2.0 |
1659 | 2023-10-05T01:58:09.381Z | Compiling rand v0.7.3 |
1660 | 2023-10-05T01:58:09.398Z | Compiling ciborium v0.2.1 |
1661 | 2023-10-05T01:58:09.416Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1662 | 2023-10-05T01:58:09.429Z | Compiling dirs v5.0.1 |
1663 | 2023-10-05T01:58:09.439Z | Compiling chacha20poly1305 v0.10.1 |
1664 | 2023-10-05T01:58:09.492Z | Compiling tungstenite v0.18.0 |
1665 | 2023-10-05T01:58:09.510Z | Compiling pem v1.1.1 |
1666 | 2023-10-05T01:58:09.538Z | Compiling ron v0.7.1 |
1667 | 2023-10-05T01:58:10.406Z | Compiling const_format v0.2.31 |
1668 | 2023-10-05T01:58:11.630Z | Compiling ghash v0.5.0 |
1669 | 2023-10-05T01:58:13.599Z | Compiling cbc v0.1.2 |
1670 | 2023-10-05T01:58:13.642Z | Compiling headers-core v0.2.0 |
1671 | 2023-10-05T01:58:13.977Z | Compiling md5 v0.7.0 |
1672 | 2023-10-05T01:58:14.023Z | Compiling pretty-hex v0.3.0 |
1673 | 2023-10-05T01:58:14.111Z | Compiling bit_field v0.10.2 |
1674 | 2023-10-05T01:58:14.254Z | Compiling http-range v0.1.5 |
1675 | 2023-10-05T01:58:14.898Z | Compiling russh-keys v0.38.0 |
1676 | 2023-10-05T01:58:14.903Z | Compiling hyper-staticfile v0.9.5 |
1677 | 2023-10-05T01:58:14.952Z | Compiling headers v0.3.9 |
1678 | 2023-10-05T01:58:23.522Z | Compiling aes-gcm v0.10.2 |
1679 | 2023-10-05T01:58:23.668Z | Compiling tokio-tungstenite v0.18.0 |
1680 | 2023-10-05T01:58:23.762Z | Compiling rcgen v0.10.0 |
1681 | 2023-10-05T01:58:29.584Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1682 | 2023-10-05T01:58:30.235Z | Compiling camino-tempfile v1.0.2 |
1683 | 2023-10-05T01:58:30.514Z | Compiling subprocess v0.2.9 |
1684 | 2023-10-05T01:58:30.802Z | Compiling glob v0.3.1 |
1685 | 2023-10-05T01:58:30.944Z | Compiling hex-literal v0.4.1 |
1686 | 2023-10-05T01:58:31.267Z | Compiling russh v0.38.0 |
1687 | 2023-10-05T01:58:36.083Z | Compiling bzip2 v0.4.4 |
1688 | 2023-10-05T01:58:36.540Z | Compiling zip v0.6.6 |
1689 | 2023-10-05T01:58:38.858Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1690 | 2023-10-05T01:58:39.447Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1691 | 2023-10-05T01:58:39.506Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1692 | 2023-10-05T01:58:39.558Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1693 | 2023-10-05T01:58:39.973Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1694 | 2023-10-05T01:58:39.977Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client) |
1695 | 2023-10-05T01:58:39.982Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1696 | 2023-10-05T01:58:40.434Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
1697 | 2023-10-05T01:58:40.716Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1698 | 2023-10-05T01:58:42.489Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1699 | 2023-10-05T01:58:56.691Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client) |
1700 | 2023-10-05T01:58:57.839Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1701 | 2023-10-05T01:59:02.738Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1702 | 2023-10-05T01:59:04.382Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1703 | 2023-10-05T01:59:20.509Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1704 | 2023-10-05T01:59:20.791Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1705 | 2023-10-05T01:59:26.906Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client) |
1706 | 2023-10-05T01:59:27.562Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1707 | 2023-10-05T01:59:30.202Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1708 | 2023-10-05T01:59:31.405Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
1709 | 2023-10-05T01:59:45.619Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1710 | 2023-10-05T02:00:10.893Z | Compiling git2 v0.17.2 |
1711 | 2023-10-05T02:00:17.194Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1712 | 2023-10-05T02:00:19.138Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1713 | 2023-10-05T02:00:31.363Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1714 | 2023-10-05T02:00:46.343Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1715 | 2023-10-05T02:00:46.649Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1716 | 2023-10-05T02:00:47.185Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1717 | 2023-10-05T02:00:49.663Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1718 | 2023-10-05T02:01:27.901Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1719 | 2023-10-05T02:02:56.527Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 38s |
1720 | 2023-10-05T02:02:56.871Z | |
1721 | 2023-10-05T02:02:57.073Z | real 10:39.117056913 |
1722 | 2023-10-05T02:02:57.335Z | user 58:47.861117372 |
1723 | 2023-10-05T02:02:57.442Z | sys 9:29.153783709 |
1724 | 2023-10-05T02:02:57.557Z | trap 2.325900845 |
1725 | 2023-10-05T02:02:57.660Z | tflt 3.972174592 |
1726 | 2023-10-05T02:02:57.750Z | dflt 6.804771461 |
1727 | 2023-10-05T02:02:57.803Z | kflt 0.035401687 |
1728 | 2023-10-05T02:02:57.832Z | lock 1:47:19.699445383 |
1729 | 2023-10-05T02:02:57.872Z | slp 3:05:16.268305319 |
1730 | 2023-10-05T02:02:57.951Z | lat 2:24.200908091 |
1731 | 2023-10-05T02:02:58.374Z | stop 5:45.559705850 |
1732 | 2023-10-05T02:02:58.387Z | + mkdir -p /work/end-to-end-tests |
1733 | 2023-10-05T02:02:58.400Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1734 | 2023-10-05T02:02:58.453Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1735 | 2023-10-05T02:02:58.877Z | + ptime -m gzip |
1736 | 2023-10-05T02:02:58.898Z | ++ basename target/debug/bootstrap |
1737 | 2023-10-05T02:03:14.153Z | |
1738 | 2023-10-05T02:03:14.177Z | real 16.860212129 |
1739 | 2023-10-05T02:03:14.197Z | user 16.672255635 |
1740 | 2023-10-05T02:03:14.220Z | sys 0.168283159 |
1741 | 2023-10-05T02:03:15.062Z | trap 0.006510454 |
1742 | 2023-10-05T02:03:15.073Z | tflt 0.000000000 |
1743 | 2023-10-05T02:03:15.095Z | dflt 0.000000000 |
1744 | 2023-10-05T02:03:15.104Z | kflt 0.000000000 |
1745 | 2023-10-05T02:03:15.146Z | lock 0.000000000 |
1746 | 2023-10-05T02:03:15.168Z | slp 0.000000000 |
1747 | 2023-10-05T02:03:15.186Z | lat 0.012809091 |
1748 | 2023-10-05T02:03:15.228Z | stop 0.000240769 |
1749 | 2023-10-05T02:03:15.302Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1750 | 2023-10-05T02:03:15.320Z | + ptime -m gzip |
1751 | 2023-10-05T02:03:15.352Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-1edfa7f3d5f511cd |
1752 | 2023-10-05T02:03:15.382Z | |
1753 | 2023-10-05T02:03:15.400Z | real 1.099094062 |
1754 | 2023-10-05T02:03:15.423Z | user 1.087138145 |
1755 | 2023-10-05T02:03:15.446Z | sys 0.011179963 |
1756 | 2023-10-05T02:03:15.463Z | trap 0.000224210 |
1757 | 2023-10-05T02:03:15.871Z | tflt 0.000000000 |
1758 | 2023-10-05T02:03:15.882Z | dflt 0.000000000 |
1759 | 2023-10-05T02:03:15.898Z | kflt 0.000000000 |
1760 | 2023-10-05T02:03:15.919Z | lock 0.000000000 |
1761 | 2023-10-05T02:03:15.928Z | slp 0.000000000 |
1762 | 2023-10-05T02:03:15.933Z | lat 0.000203143 |
1763 | 2023-10-05T02:03:15.941Z | stop 0.000235899 |
1764 | 2023-10-05T02:03:15.950Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1765 | 2023-10-05T02:03:15.967Z | + ptime -m gzip |
1766 | 2023-10-05T02:03:15.986Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-1e38f424764e177a |
1767 | 2023-10-05T02:03:34.120Z | |
1768 | 2023-10-05T02:03:34.134Z | real 19.042985421 |
1769 | 2023-10-05T02:03:34.148Z | user 18.854818190 |
1770 | 2023-10-05T02:03:34.163Z | sys 0.180984695 |
1771 | 2023-10-05T02:03:34.176Z | trap 0.004609517 |
1772 | 2023-10-05T02:03:34.601Z | tflt 0.000000000 |
1773 | 2023-10-05T02:03:34.615Z | dflt 0.000000000 |
1774 | 2023-10-05T02:03:34.631Z | kflt 0.000000000 |
1775 | 2023-10-05T02:03:35.074Z | lock 0.000000000 |
1776 | 2023-10-05T02:03:35.088Z | slp 0.000000000 |
1777 | 2023-10-05T02:03:35.108Z | lat 0.002224636 |
1778 | 2023-10-05T02:03:35.125Z | stop 0.000234317 |
1779 | 2023-10-05T02:03:35.145Z | + banner caboose-util |
1780 | 2023-10-05T02:03:35.164Z | |
1781 | 2023-10-05T02:03:35.182Z | #### ## ##### #### #### #### ###### # # ##### |
1782 | 2023-10-05T02:03:35.191Z | # # # # # # # # # # # # # # # |
1783 | 2023-10-05T02:03:35.199Z | # # # ##### # # # # #### ##### ##### # # # |
1784 | 2023-10-05T02:03:35.207Z | # ###### # # # # # # # # # # # |
1785 | 2023-10-05T02:03:35.216Z | # # # # # # # # # # # # # # # # |
1786 | 2023-10-05T02:03:35.225Z | #### # # ##### #### #### #### ###### #### # |
1787 | 2023-10-05T02:03:35.237Z | |
1788 | 2023-10-05T02:03:36.112Z | + ptime -m cargo build --locked -p caboose-util --release |
1789 | 2023-10-05T02:03:36.128Z | Downloading crates ... |
1790 | 2023-10-05T02:03:36.147Z | Downloaded nodrop v0.1.14 |
1791 | 2023-10-05T02:03:36.162Z | Downloaded crc v3.0.1 |
1792 | 2023-10-05T02:03:36.173Z | Downloaded der_derive v0.7.2 |
1793 | 2023-10-05T02:03:36.187Z | Downloaded packed_struct v0.10.1 |
1794 | 2023-10-05T02:03:36.197Z | Downloaded ron v0.8.1 |
1795 | 2023-10-05T02:03:36.220Z | Downloaded maybe-uninit v2.0.0 |
1796 | 2023-10-05T02:03:36.245Z | Downloaded packed_struct_codegen v0.10.1 |
1797 | 2023-10-05T02:03:36.270Z | Downloaded smallvec v0.6.14 |
1798 | 2023-10-05T02:03:36.708Z | Downloaded serde-hex v0.1.0 |
1799 | 2023-10-05T02:03:37.141Z | Downloaded array-init v0.0.4 |
1800 | 2023-10-05T02:03:37.157Z | Downloaded flagset v0.4.3 |
1801 | 2023-10-05T02:03:37.173Z | Downloaded env_logger v0.10.0 |
1802 | 2023-10-05T02:03:37.603Z | Downloaded pkcs1 v0.7.5 |
1803 | 2023-10-05T02:03:37.619Z | Downloaded crc-any v2.4.3 |
1804 | 2023-10-05T02:03:37.631Z | Downloaded crc-catalog v2.2.0 |
1805 | 2023-10-05T02:03:37.647Z | Downloaded bitfield v0.14.0 |
1806 | 2023-10-05T02:03:37.659Z | Downloaded rsa v0.9.2 |
1807 | 2023-10-05T02:03:37.689Z | Downloaded pem-rfc7468 v0.7.0 |
1808 | 2023-10-05T02:03:37.715Z | Downloaded x509-cert v0.2.4 |
1809 | 2023-10-05T02:03:37.726Z | Downloaded object v0.30.4 |
1810 | 2023-10-05T02:03:37.742Z | Downloaded num-bigint-dig v0.8.4 |
1811 | 2023-10-05T02:03:37.764Z | Downloaded path-slash v0.1.5 |
1812 | 2023-10-05T02:03:37.792Z | Compiling proc-macro2 v1.0.67 |
1813 | 2023-10-05T02:03:37.818Z | Compiling unicode-ident v1.0.12 |
1814 | 2023-10-05T02:03:38.266Z | Compiling libc v0.2.148 |
1815 | 2023-10-05T02:03:38.302Z | Compiling serde v1.0.188 |
1816 | 2023-10-05T02:03:38.329Z | Compiling autocfg v1.1.0 |
1817 | 2023-10-05T02:03:38.357Z | Compiling version_check v0.9.4 |
1818 | 2023-10-05T02:03:38.394Z | Compiling cfg-if v1.0.0 |
1819 | 2023-10-05T02:03:38.416Z | Compiling once_cell v1.18.0 |
1820 | 2023-10-05T02:03:38.429Z | Compiling parking_lot_core v0.9.8 |
1821 | 2023-10-05T02:03:38.455Z | Compiling syn v1.0.109 |
1822 | 2023-10-05T02:03:38.464Z | Compiling typenum v1.16.0 |
1823 | 2023-10-05T02:03:38.475Z | Compiling libm v0.2.7 |
1824 | 2023-10-05T02:03:38.481Z | Compiling lock_api v0.4.10 |
1825 | 2023-10-05T02:03:38.486Z | Compiling generic-array v0.14.7 |
1826 | 2023-10-05T02:03:38.494Z | Compiling num-traits v0.2.16 |
1827 | 2023-10-05T02:03:38.500Z | Compiling futures-core v0.3.28 |
1828 | 2023-10-05T02:03:38.506Z | Compiling pkg-config v0.3.27 |
1829 | 2023-10-05T02:03:38.522Z | Compiling slab v0.4.9 |
1830 | 2023-10-05T02:03:38.534Z | Compiling serde_json v1.0.107 |
1831 | 2023-10-05T02:03:38.550Z | Compiling futures-task v0.3.28 |
1832 | 2023-10-05T02:03:38.580Z | Compiling futures-channel v0.3.28 |
1833 | 2023-10-05T02:03:39.000Z | Compiling quote v1.0.33 |
1834 | 2023-10-05T02:03:39.016Z | Compiling scopeguard v1.2.0 |
1835 | 2023-10-05T02:03:39.443Z | Compiling thiserror v1.0.49 |
1836 | 2023-10-05T02:03:39.486Z | Compiling futures-util v0.3.28 |
1837 | 2023-10-05T02:03:39.505Z | Compiling syn v2.0.37 |
1838 | 2023-10-05T02:03:39.523Z | Compiling jobserver v0.1.26 |
1839 | 2023-10-05T02:03:39.541Z | Compiling getrandom v0.2.10 |
1840 | 2023-10-05T02:03:39.560Z | Compiling memchr v2.6.3 |
1841 | 2023-10-05T02:03:39.985Z | Compiling cc v1.0.83 |
1842 | 2023-10-05T02:03:40.005Z | Compiling itoa v1.0.9 |
1843 | 2023-10-05T02:03:40.068Z | Compiling ahash v0.7.6 |
1844 | 2023-10-05T02:03:40.155Z | Compiling ahash v0.8.3 |
1845 | 2023-10-05T02:03:40.534Z | Compiling smallvec v1.11.0 |
1846 | 2023-10-05T02:03:40.612Z | Compiling log v0.4.20 |
1847 | 2023-10-05T02:03:41.295Z | Compiling vcpkg v0.2.15 |
1848 | 2023-10-05T02:03:41.619Z | Compiling byteorder v1.4.3 |
1849 | 2023-10-05T02:03:42.506Z | Compiling rand_core v0.6.4 |
1850 | 2023-10-05T02:03:43.013Z | Compiling pin-project-lite v0.2.13 |
1851 | 2023-10-05T02:03:43.183Z | Compiling parking_lot v0.12.1 |
1852 | 2023-10-05T02:03:43.569Z | Compiling indexmap v1.9.3 |
1853 | 2023-10-05T02:03:43.997Z | Compiling ring v0.16.20 |
1854 | 2023-10-05T02:03:44.373Z | Compiling openssl-sys v0.9.93 |
1855 | 2023-10-05T02:03:45.714Z | Compiling io-lifetimes v1.0.11 |
1856 | 2023-10-05T02:03:46.966Z | Compiling num-integer v0.1.45 |
1857 | 2023-10-05T02:03:46.970Z | Compiling ryu v1.0.15 |
1858 | 2023-10-05T02:03:47.075Z | Compiling semver v1.0.18 |
1859 | 2023-10-05T02:03:47.401Z | Compiling spin v0.5.2 |
1860 | 2023-10-05T02:03:47.683Z | Compiling const-oid v0.9.5 |
1861 | 2023-10-05T02:03:48.595Z | Compiling rustix v0.37.23 |
1862 | 2023-10-05T02:03:49.511Z | Compiling mio v0.8.8 |
1863 | 2023-10-05T02:03:49.997Z | Compiling num_cpus v1.16.0 |
1864 | 2023-10-05T02:03:50.007Z | Compiling socket2 v0.5.3 |
1865 | 2023-10-05T02:03:50.015Z | Compiling signal-hook-registry v1.4.1 |
1866 | 2023-10-05T02:03:51.073Z | Compiling unicode-xid v0.2.4 |
1867 | 2023-10-05T02:03:51.199Z | Compiling ucd-trie v0.1.6 |
1868 | 2023-10-05T02:03:51.251Z | Compiling httparse v1.8.0 |
1869 | 2023-10-05T02:03:51.286Z | Compiling openssl v0.10.57 |
1870 | 2023-10-05T02:03:51.303Z | Compiling futures-sink v0.3.28 |
1871 | 2023-10-05T02:03:51.608Z | Compiling synstructure v0.12.6 |
1872 | 2023-10-05T02:03:51.844Z | Compiling tinyvec_macros v0.1.1 |
1873 | 2023-10-05T02:03:51.955Z | Compiling tinyvec v1.6.0 |
1874 | 2023-10-05T02:03:53.368Z | Compiling pin-utils v0.1.0 |
1875 | 2023-10-05T02:03:53.706Z | Compiling crc32fast v1.3.2 |
1876 | 2023-10-05T02:03:54.130Z | Compiling ppv-lite86 v0.2.17 |
1877 | 2023-10-05T02:03:54.386Z | Compiling futures-io v0.3.28 |
1878 | 2023-10-05T02:03:54.779Z | Compiling native-tls v0.2.11 |
1879 | 2023-10-05T02:03:54.794Z | Compiling rustls v0.21.7 |
1880 | 2023-10-05T02:03:55.153Z | Compiling radium v0.7.0 |
1881 | 2023-10-05T02:03:55.216Z | Compiling unicode-normalization v0.1.22 |
1882 | 2023-10-05T02:03:55.349Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1883 | 2023-10-05T02:03:55.522Z | Compiling rand_chacha v0.3.1 |
1884 | 2023-10-05T02:03:55.740Z | Compiling tracing-core v0.1.31 |
1885 | 2023-10-05T02:03:55.793Z | Compiling unicode-bidi v0.3.13 |
1886 | 2023-10-05T02:03:55.804Z | Compiling heck v0.4.1 |
1887 | 2023-10-05T02:03:56.563Z | Compiling subtle v2.5.0 |
1888 | 2023-10-05T02:03:57.046Z | Compiling rand v0.8.5 |
1889 | 2023-10-05T02:03:58.343Z | Compiling errno v0.3.2 |
1890 | 2023-10-05T02:03:58.441Z | Compiling num-iter v0.1.43 |
1891 | 2023-10-05T02:03:58.637Z | Compiling usdt-impl v0.3.5 |
1892 | 2023-10-05T02:03:58.891Z | Compiling base64 v0.21.4 |
1893 | 2023-10-05T02:03:59.233Z | Compiling rustix v0.38.9 |
1894 | 2023-10-05T02:04:00.575Z | Compiling schemars v0.8.13 |
1895 | 2023-10-05T02:04:01.095Z | Compiling serde_derive v1.0.188 |
1896 | 2023-10-05T02:04:01.149Z | Compiling zeroize_derive v1.4.2 |
1897 | 2023-10-05T02:04:01.170Z | Compiling tokio-macros v2.1.0 |
1898 | 2023-10-05T02:04:01.311Z | Compiling thiserror-impl v1.0.49 |
1899 | 2023-10-05T02:04:01.619Z | Compiling futures-macro v0.3.28 |
1900 | 2023-10-05T02:04:02.344Z | Compiling tracing-attributes v0.1.26 |
1901 | 2023-10-05T02:04:02.500Z | Compiling zerocopy-derive v0.2.0 |
1902 | 2023-10-05T02:04:02.628Z | Compiling openssl-macros v0.1.1 |
1903 | 2023-10-05T02:04:03.441Z | Compiling zeroize v1.6.0 |
1904 | 2023-10-05T02:04:03.663Z | Compiling zerocopy-derive v0.6.3 |
1905 | 2023-10-05T02:04:06.074Z | Compiling pest v2.7.2 |
1906 | 2023-10-05T02:04:06.457Z | Compiling crypto-common v0.1.6 |
1907 | 2023-10-05T02:04:06.736Z | Compiling block-buffer v0.10.4 |
1908 | 2023-10-05T02:04:07.126Z | Compiling digest v0.10.7 |
1909 | 2023-10-05T02:04:07.874Z | Compiling tracing v0.1.37 |
1910 | 2023-10-05T02:04:08.503Z | Compiling serde_derive_internals v0.26.0 |
1911 | 2023-10-05T02:04:09.128Z | Compiling fnv v1.0.7 |
1912 | 2023-10-05T02:04:09.335Z | Compiling bitflags v1.3.2 |
1913 | 2023-10-05T02:04:15.382Z | Compiling pest_meta v2.7.2 |
1914 | 2023-10-05T02:04:15.725Z | Compiling untrusted v0.7.1 |
1915 | 2023-10-05T02:04:15.853Z | Compiling pest_generator v2.7.2 |
1916 | 2023-10-05T02:04:16.248Z | Compiling schemars_derive v0.8.13 |
1917 | 2023-10-05T02:04:17.578Z | Compiling hashbrown v0.12.3 |
1918 | 2023-10-05T02:04:21.383Z | Compiling pest_derive v2.7.2 |
1919 | 2023-10-05T02:04:22.429Z | Compiling zerocopy v0.3.0 |
1920 | 2023-10-05T02:04:22.887Z | Compiling lazy_static v1.4.0 |
1921 | 2023-10-05T02:04:22.929Z | Compiling backtrace v0.3.69 |
1922 | 2023-10-05T02:04:22.969Z | Compiling num-bigint v0.4.4 |
1923 | 2023-10-05T02:04:22.999Z | Compiling memoffset v0.9.0 |
1924 | 2023-10-05T02:04:23.073Z | Compiling crossbeam-utils v0.8.16 |
1925 | 2023-10-05T02:04:23.276Z | Compiling openssl-probe v0.1.5 |
1926 | 2023-10-05T02:04:23.492Z | Compiling foreign-types-shared v0.1.1 |
1927 | 2023-10-05T02:04:23.683Z | Compiling smoltcp v0.9.1 |
1928 | 2023-10-05T02:04:23.726Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1929 | 2023-10-05T02:04:23.742Z | Compiling percent-encoding v2.3.0 |
1930 | 2023-10-05T02:04:24.186Z | Compiling base64ct v1.6.0 |
1931 | 2023-10-05T02:04:24.207Z | Compiling allocator-api2 v0.2.16 |
1932 | 2023-10-05T02:04:24.227Z | Compiling async-trait v0.1.73 |
1933 | 2023-10-05T02:04:24.249Z | Compiling iana-time-zone v0.1.57 |
1934 | 2023-10-05T02:04:24.265Z | Compiling foreign-types v0.3.2 |
1935 | 2023-10-05T02:04:24.280Z | Compiling pem-rfc7468 v0.7.0 |
1936 | 2023-10-05T02:04:24.296Z | Compiling dof v0.1.5 |
1937 | 2023-10-05T02:04:24.311Z | Compiling dtrace-parser v0.1.14 |
1938 | 2023-10-05T02:04:24.324Z | Compiling clap_derive v4.4.2 |
1939 | 2023-10-05T02:04:24.339Z | Compiling hashbrown v0.14.0 |
1940 | 2023-10-05T02:04:24.351Z | Compiling der_derive v0.7.2 |
1941 | 2023-10-05T02:04:24.363Z | Compiling thread-id v4.2.0 |
1942 | 2023-10-05T02:04:24.829Z | Compiling try-lock v0.2.4 |
1943 | 2023-10-05T02:04:24.846Z | Compiling bytes v1.5.0 |
1944 | 2023-10-05T02:04:24.957Z | Compiling bitflags v2.4.0 |
1945 | 2023-10-05T02:04:25.583Z | Compiling rustc_version v0.4.0 |
1946 | 2023-10-05T02:04:25.723Z | Compiling uuid v1.4.1 |
1947 | 2023-10-05T02:04:26.970Z | Compiling tokio v1.32.0 |
1948 | 2023-10-05T02:04:27.016Z | Compiling heapless v0.7.16 |
1949 | 2023-10-05T02:04:27.039Z | Compiling http v0.2.9 |
1950 | 2023-10-05T02:04:28.825Z | Compiling chrono v0.4.31 |
1951 | 2023-10-05T02:04:29.565Z | Compiling siphasher v0.3.11 |
1952 | 2023-10-05T02:04:29.871Z | Compiling cpufeatures v0.2.9 |
1953 | 2023-10-05T02:04:30.016Z | Compiling anstyle v1.0.2 |
1954 | 2023-10-05T02:04:30.204Z | Compiling adler v1.0.2 |
1955 | 2023-10-05T02:04:30.515Z | Compiling flagset v0.4.3 |
1956 | 2023-10-05T02:04:30.685Z | Compiling time-core v0.1.1 |
1957 | 2023-10-05T02:04:30.851Z | Compiling equivalent v1.0.1 |
1958 | 2023-10-05T02:04:30.935Z | Compiling utf8parse v0.2.1 |
1959 | 2023-10-05T02:04:31.880Z | Compiling time-macros v0.2.13 |
1960 | 2023-10-05T02:04:31.948Z | Compiling indexmap v2.0.0 |
1961 | 2023-10-05T02:04:31.974Z | Compiling anstyle-parse v0.2.1 |
1962 | 2023-10-05T02:04:31.994Z | Compiling der v0.7.8 |
1963 | 2023-10-05T02:04:33.085Z | Compiling miniz_oxide v0.7.1 |
1964 | 2023-10-05T02:04:34.100Z | Compiling sha2 v0.10.7 |
1965 | 2023-10-05T02:04:36.101Z | Compiling http-body v0.4.5 |
1966 | 2023-10-05T02:04:40.364Z | Compiling tokio-util v0.7.8 |
1967 | 2023-10-05T02:04:42.646Z | Compiling h2 v0.3.21 |
1968 | 2023-10-05T02:04:44.073Z | Compiling want v0.3.1 |
1969 | 2023-10-05T02:04:44.464Z | Compiling serde_tokenstream v0.1.7 |
1970 | 2023-10-05T02:04:46.363Z | Compiling form_urlencoded v1.2.0 |
1971 | 2023-10-05T02:04:46.819Z | Compiling rustls-webpki v0.101.4 |
1972 | 2023-10-05T02:04:48.105Z | Compiling sct v0.7.0 |
1973 | 2023-10-05T02:04:48.558Z | Compiling hubpack_derive v0.1.1 |
1974 | 2023-10-05T02:04:49.099Z | Compiling aho-corasick v1.0.4 |
1975 | 2023-10-05T02:04:50.025Z | Compiling socket2 v0.4.9 |
1976 | 2023-10-05T02:04:50.039Z | Compiling crossbeam-epoch v0.9.15 |
1977 | 2023-10-05T02:04:50.409Z | Compiling httpdate v1.0.3 |
1978 | 2023-10-05T02:04:50.814Z | Compiling regex-syntax v0.7.5 |
1979 | 2023-10-05T02:04:51.402Z | Compiling anstyle-query v1.0.0 |
1980 | 2023-10-05T02:04:51.465Z | Compiling colorchoice v1.0.0 |
1981 | 2023-10-05T02:04:51.613Z | Compiling anyhow v1.0.75 |
1982 | 2023-10-05T02:04:57.236Z | Compiling slog v2.7.0 |
1983 | 2023-10-05T02:04:57.688Z | Compiling tap v1.0.1 |
1984 | 2023-10-05T02:04:57.755Z | Compiling tower-service v0.3.2 |
1985 | 2023-10-05T02:04:57.989Z | Compiling wyz v0.5.1 |
1986 | 2023-10-05T02:04:59.232Z | Compiling hyper v0.14.27 |
1987 | 2023-10-05T02:04:59.260Z | Compiling anstream v0.5.0 |
1988 | 2023-10-05T02:04:59.290Z | Compiling regex-automata v0.3.8 |
1989 | 2023-10-05T02:05:01.597Z | Compiling terminal_size v0.2.6 |
1990 | 2023-10-05T02:05:01.904Z | Compiling spki v0.7.2 |
1991 | 2023-10-05T02:05:02.280Z | Compiling rustls-pemfile v1.0.3 |
1992 | 2023-10-05T02:05:02.769Z | Compiling hmac v0.12.1 |
1993 | 2023-10-05T02:05:02.823Z | Compiling md-5 v0.10.5 |
1994 | 2023-10-05T02:05:03.097Z | Compiling zerocopy v0.6.3 |
1995 | 2023-10-05T02:05:03.941Z | Compiling idna v0.4.0 |
1996 | 2023-10-05T02:05:04.472Z | Compiling stringprep v0.1.3 |
1997 | 2023-10-05T02:05:06.122Z | Compiling diesel_table_macro_syntax v0.1.0 |
1998 | 2023-10-05T02:05:06.183Z | Compiling hash32 v0.2.1 |
1999 | 2023-10-05T02:05:11.942Z | Compiling spin v0.9.8 |
2000 | 2023-10-05T02:05:12.521Z | Compiling dyn-clone v1.0.13 |
2001 | 2023-10-05T02:05:13.042Z | Compiling fallible-iterator v0.2.0 |
2002 | 2023-10-05T02:05:13.233Z | Compiling stable_deref_trait v1.2.0 |
2003 | 2023-10-05T02:05:13.352Z | Compiling clap_lex v0.5.1 |
2004 | 2023-10-05T02:05:13.474Z | Compiling maybe-uninit v2.0.0 |
2005 | 2023-10-05T02:05:13.511Z | Compiling gimli v0.28.0 |
2006 | 2023-10-05T02:05:13.553Z | Compiling funty v2.0.0 |
2007 | 2023-10-05T02:05:13.645Z | Compiling strsim v0.10.0 |
2008 | 2023-10-05T02:05:14.097Z | Compiling clap_builder v4.4.2 |
2009 | 2023-10-05T02:05:14.107Z | Compiling bitvec v1.0.1 |
2010 | 2023-10-05T02:05:14.116Z | Compiling postgres-protocol v0.6.6 |
2011 | 2023-10-05T02:05:14.127Z | Compiling tokio-rustls v0.24.1 |
2012 | 2023-10-05T02:05:14.842Z | Compiling diesel_derives v2.1.1 |
2013 | 2023-10-05T02:05:16.247Z | Compiling url v2.4.1 |
2014 | 2023-10-05T02:05:16.858Z | Compiling addr2line v0.21.0 |
2015 | 2023-10-05T02:05:17.842Z | Compiling rustls-native-certs v0.6.3 |
2016 | 2023-10-05T02:05:18.654Z | Compiling tokio-native-tls v0.3.1 |
2017 | 2023-10-05T02:05:20.014Z | Compiling usdt-attr-macro v0.3.5 |
2018 | 2023-10-05T02:05:20.137Z | Compiling usdt-macro v0.3.5 |
2019 | 2023-10-05T02:05:22.827Z | Compiling phf_shared v0.11.2 |
2020 | 2023-10-05T02:05:22.851Z | Compiling toml_datetime v0.6.3 |
2021 | 2023-10-05T02:05:23.878Z | Compiling serde_spanned v0.6.3 |
2022 | 2023-10-05T02:05:24.534Z | Compiling block-padding v0.3.3 |
2023 | 2023-10-05T02:05:24.960Z | Compiling enum-as-inner v0.5.1 |
2024 | 2023-10-05T02:05:24.973Z | Compiling serde_repr v0.1.16 |
2025 | 2023-10-05T02:05:25.915Z | Compiling scheduled-thread-pool v0.2.7 |
2026 | 2023-10-05T02:05:26.013Z | Compiling object v0.32.1 |
2027 | 2023-10-05T02:05:34.332Z | Compiling managed v0.8.0 |
2028 | 2023-10-05T02:05:34.985Z | Compiling deranged v0.3.8 |
2029 | 2023-10-05T02:05:37.383Z | Compiling regex-automata v0.1.10 |
2030 | 2023-10-05T02:05:37.546Z | Compiling winnow v0.5.15 |
2031 | 2023-10-05T02:05:37.784Z | Compiling bit-vec v0.6.3 |
2032 | 2023-10-05T02:05:38.471Z | Compiling packed_struct v0.10.1 |
2033 | 2023-10-05T02:05:39.491Z | Compiling ipnet v2.8.0 |
2034 | 2023-10-05T02:05:39.512Z | Compiling matches v0.1.10 |
2035 | 2023-10-05T02:05:39.933Z | Compiling unicode-width v0.1.10 |
2036 | 2023-10-05T02:05:40.873Z | Compiling num_threads v0.1.6 |
2037 | 2023-10-05T02:05:40.992Z | Compiling rustc-demangle v0.1.23 |
2038 | 2023-10-05T02:05:41.718Z | Compiling either v1.9.0 |
2039 | 2023-10-05T02:05:45.105Z | Compiling num-bigint-dig v0.8.4 |
2040 | 2023-10-05T02:05:45.269Z | Compiling itertools v0.10.5 |
2041 | 2023-10-05T02:05:45.904Z | Compiling toml_edit v0.19.15 |
2042 | 2023-10-05T02:05:47.732Z | Compiling time v0.3.27 |
2043 | 2023-10-05T02:05:48.854Z | Compiling idna v0.2.3 |
2044 | 2023-10-05T02:05:51.369Z | Compiling bstr v0.2.17 |
2045 | 2023-10-05T02:05:59.059Z | Compiling r2d2 v0.8.10 |
2046 | 2023-10-05T02:05:59.767Z | Compiling inout v0.1.3 |
2047 | 2023-10-05T02:06:01.003Z | Compiling phf v0.11.2 |
2048 | 2023-10-05T02:06:01.492Z | Compiling hyper-tls v0.5.0 |
2049 | 2023-10-05T02:06:02.048Z | Compiling hyper-rustls v0.24.1 |
2050 | 2023-10-05T02:06:02.134Z | Compiling clap v4.4.3 |
2051 | 2023-10-05T02:06:02.271Z | Compiling ipnetwork v0.20.0 |
2052 | 2023-10-05T02:06:02.379Z | Compiling flate2 v1.0.27 |
2053 | 2023-10-05T02:06:02.395Z | Compiling postgres-types v0.2.6 |
2054 | 2023-10-05T02:06:03.178Z | Compiling regex v1.9.5 |
2055 | 2023-10-05T02:06:03.586Z | Compiling pkcs8 v0.10.2 |
2056 | 2023-10-05T02:06:04.758Z | Compiling hubpack v0.1.2 |
2057 | 2023-10-05T02:06:04.813Z | Compiling serde_urlencoded v0.7.1 |
2058 | 2023-10-05T02:06:04.962Z | Compiling phf_shared v0.10.0 |
2059 | 2023-10-05T02:06:05.584Z | Compiling futures-executor v0.3.28 |
2060 | 2023-10-05T02:06:06.761Z | Compiling signature v2.1.0 |
2061 | 2023-10-05T02:06:07.128Z | Compiling packed_struct_codegen v0.10.1 |
2062 | 2023-10-05T02:06:08.538Z | Compiling float-cmp v0.9.0 |
2063 | 2023-10-05T02:06:10.052Z | Compiling encoding_rs v0.8.33 |
2064 | 2023-10-05T02:06:10.115Z | Compiling precomputed-hash v0.1.1 |
2065 | 2023-10-05T02:06:10.566Z | Compiling fixedbitset v0.4.2 |
2066 | 2023-10-05T02:06:11.291Z | Compiling new_debug_unreachable v1.0.4 |
2067 | 2023-10-05T02:06:11.384Z | Compiling data-encoding v2.4.0 |
2068 | 2023-10-05T02:06:11.518Z | Compiling smawk v0.3.1 |
2069 | 2023-10-05T02:06:11.773Z | Compiling webpki-roots v0.25.2 |
2070 | 2023-10-05T02:06:12.193Z | Compiling predicates-core v1.0.6 |
2071 | 2023-10-05T02:06:12.206Z | Compiling unicode-segmentation v1.10.1 |
2072 | 2023-10-05T02:06:12.380Z | Compiling mime v0.3.17 |
2073 | 2023-10-05T02:06:13.197Z | Compiling whoami v1.4.1 |
2074 | 2023-10-05T02:06:13.244Z | Compiling nodrop v0.1.14 |
2075 | 2023-10-05T02:06:13.797Z | Compiling crc-catalog v2.2.0 |
2076 | 2023-10-05T02:06:13.826Z | Compiling unicode-linebreak v0.1.5 |
2077 | 2023-10-05T02:06:14.095Z | Compiling normalize-line-endings v0.3.0 |
2078 | 2023-10-05T02:06:14.569Z | Compiling static_assertions v1.1.0 |
2079 | 2023-10-05T02:06:14.579Z | Compiling difflib v0.4.0 |
2080 | 2023-10-05T02:06:16.036Z | Compiling predicates v3.0.3 |
2081 | 2023-10-05T02:06:17.437Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
2082 | 2023-10-05T02:06:18.549Z | Compiling textwrap v0.16.0 |
2083 | 2023-10-05T02:06:20.950Z | Compiling reqwest v0.11.20 |
2084 | 2023-10-05T02:06:24.065Z | Compiling tokio-postgres v0.7.10 |
2085 | 2023-10-05T02:06:25.178Z | Compiling crc v3.0.1 |
2086 | 2023-10-05T02:06:25.938Z | Compiling array-init v0.0.4 |
2087 | 2023-10-05T02:06:26.618Z | Compiling similar v2.2.1 |
2088 | 2023-10-05T02:06:33.237Z | Compiling trust-dns-proto v0.22.0 |
2089 | 2023-10-05T02:06:34.393Z | Compiling string_cache v0.8.7 |
2090 | 2023-10-05T02:06:34.637Z | Compiling petgraph v0.6.4 |
2091 | 2023-10-05T02:06:44.796Z | Compiling futures v0.3.28 |
2092 | 2023-10-05T02:06:46.095Z | Compiling yasna v0.5.2 |
2093 | 2023-10-05T02:06:48.891Z | Compiling pkcs1 v0.7.5 |
2094 | 2023-10-05T02:06:48.949Z | Compiling smallvec v0.6.14 |
2095 | 2023-10-05T02:06:49.122Z | Compiling diesel v2.1.1 |
2096 | 2023-10-05T02:06:51.672Z | Compiling cipher v0.4.4 |
2097 | 2023-10-05T02:06:52.449Z | Compiling toml v0.7.8 |
2098 | 2023-10-05T02:06:54.991Z | Compiling console v0.15.7 |
2099 | 2023-10-05T02:06:55.043Z | Compiling bit-set v0.5.3 |
2100 | 2023-10-05T02:06:55.491Z | Compiling usdt v0.3.5 |
2101 | 2023-10-05T02:06:55.902Z | Compiling is-terminal v0.4.9 |
2102 | 2023-10-05T02:07:03.855Z | Compiling bstr v1.6.0 |
2103 | 2023-10-05T02:07:04.715Z | Compiling tokio-stream v0.1.14 |
2104 | 2023-10-05T02:07:04.868Z | Compiling openapiv3 v1.0.3 |
2105 | 2023-10-05T02:07:05.625Z | Compiling hex v0.4.3 |
2106 | 2023-10-05T02:07:05.840Z | Compiling hashbrown v0.13.2 |
2107 | 2023-10-05T02:07:05.907Z | Compiling termcolor v1.2.0 |
2108 | 2023-10-05T02:07:06.762Z | Compiling bitfield v0.14.0 |
2109 | 2023-10-05T02:07:09.566Z | Compiling lalrpop-util v0.19.12 |
2110 | 2023-10-05T02:07:13.319Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2111 | 2023-10-05T02:07:13.425Z | Compiling env_logger v0.10.0 |
2112 | 2023-10-05T02:07:28.290Z | Compiling rsa v0.9.2 |
2113 | 2023-10-05T02:07:34.924Z | Compiling serde-hex v0.1.0 |
2114 | 2023-10-05T02:07:40.767Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2115 | 2023-10-05T02:07:43.562Z | Compiling x509-cert v0.2.4 |
2116 | 2023-10-05T02:07:44.790Z | Compiling ron v0.8.1 |
2117 | 2023-10-05T02:07:50.630Z | Compiling crc-any v2.4.3 |
2118 | 2023-10-05T02:08:08.023Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2119 | 2023-10-05T02:08:22.131Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2120 | 2023-10-05T02:08:29.980Z | Compiling object v0.30.4 |
2121 | 2023-10-05T02:08:39.245Z | Compiling path-slash v0.1.5 |
2122 | 2023-10-05T02:08:49.540Z | Compiling bzip2 v0.4.4 |
2123 | 2023-10-05T02:08:50.223Z | Compiling zip v0.6.6 |
2124 | 2023-10-05T02:08:52.566Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2125 | 2023-10-05T02:08:52.993Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
2126 | 2023-10-05T02:09:29.090Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2127 | 2023-10-05T02:09:30.156Z | Finished release [optimized] target(s) in 5m 55s |
2128 | 2023-10-05T02:09:30.236Z | |
2129 | 2023-10-05T02:09:30.248Z | real 5:56.100204488 |
2130 | 2023-10-05T02:09:30.265Z | user 40:51.067877245 |
2131 | 2023-10-05T02:09:30.284Z | sys 3:38.246539496 |
2132 | 2023-10-05T02:09:30.308Z | trap 1.633421385 |
2133 | 2023-10-05T02:09:30.330Z | tflt 1.113239178 |
2134 | 2023-10-05T02:09:30.353Z | dflt 0.781089360 |
2135 | 2023-10-05T02:09:30.372Z | kflt 0.018128113 |
2136 | 2023-10-05T02:09:30.429Z | lock 1:37:40.334003741 |
2137 | 2023-10-05T02:09:30.437Z | slp 2:21:09.044081204 |
2138 | 2023-10-05T02:09:30.446Z | lat 1:42.161645304 |
2139 | 2023-10-05T02:09:30.453Z | stop 1:20.091155295 |
2140 | 2023-10-05T02:09:30.457Z | + ptime -m gzip |
2141 | 2023-10-05T02:09:32.121Z | |
2142 | 2023-10-05T02:09:32.125Z | real 0.657048360 |
2143 | 2023-10-05T02:09:32.136Z | user 0.648186208 |
2144 | 2023-10-05T02:09:32.559Z | sys 0.008297794 |
2145 | 2023-10-05T02:09:32.568Z | trap 0.000068168 |
2146 | 2023-10-05T02:09:32.593Z | tflt 0.000000000 |
2147 | 2023-10-05T02:09:32.605Z | dflt 0.000000000 |
2148 | 2023-10-05T02:09:32.612Z | kflt 0.000000000 |
2149 | 2023-10-05T02:09:32.621Z | lock 0.000000000 |
2150 | 2023-10-05T02:09:32.632Z | slp 0.000000000 |
2151 | 2023-10-05T02:09:32.647Z | lat 0.000173813 |
2152 | 2023-10-05T02:09:33.066Z | stop 0.000223437 |
2153 | 2023-10-05T02:09:33.074Z | + banner tufaceous |
2154 | 2023-10-05T02:09:33.085Z | |
2155 | 2023-10-05T02:09:33.109Z | ##### # # ###### ## #### ###### #### # # #### |
2156 | 2023-10-05T02:09:33.116Z | # # # # # # # # # # # # # # |
2157 | 2023-10-05T02:09:33.119Z | # # # ##### # # # ##### # # # # #### |
2158 | 2023-10-05T02:09:33.123Z | # # # # ###### # # # # # # # |
2159 | 2023-10-05T02:09:33.126Z | # # # # # # # # # # # # # # # |
2160 | 2023-10-05T02:09:33.129Z | # #### # # # #### ###### #### #### #### |
2161 | 2023-10-05T02:09:33.133Z | |
2162 | 2023-10-05T02:09:33.137Z | + ptime -m cargo build --locked -p tufaceous --release |
2163 | 2023-10-05T02:09:33.141Z | Downloading crates ... |
2164 | 2023-10-05T02:09:33.151Z | Downloaded bytesize v1.3.0 |
2165 | 2023-10-05T02:09:33.154Z | Downloaded buf-list v1.0.3 |
2166 | 2023-10-05T02:09:33.158Z | Downloaded fs-err v2.9.0 |
2167 | 2023-10-05T02:09:33.162Z | Downloaded globset v0.4.13 |
2168 | 2023-10-05T02:09:33.166Z | Downloaded olpc-cjson v0.1.3 |
2169 | 2023-10-05T02:09:33.170Z | Downloaded path-dedot v3.1.0 |
2170 | 2023-10-05T02:09:33.174Z | Downloaded path-absolutize v3.1.0 |
2171 | 2023-10-05T02:09:33.178Z | Downloaded serde_plain v1.0.2 |
2172 | 2023-10-05T02:09:33.182Z | Downloaded snafu v0.7.5 |
2173 | 2023-10-05T02:09:33.187Z | Downloaded tough v0.12.5 |
2174 | 2023-10-05T02:09:33.194Z | Downloaded snafu-derive v0.7.5 |
2175 | 2023-10-05T02:09:33.204Z | Downloaded doc-comment v0.3.3 |
2176 | 2023-10-05T02:09:33.209Z | Compiling serde_tokenstream v0.2.0 |
2177 | 2023-10-05T02:09:33.640Z | Compiling regress v0.7.1 |
2178 | 2023-10-05T02:09:33.651Z | Compiling dirs-sys-next v0.1.2 |
2179 | 2023-10-05T02:09:34.097Z | Compiling ident_case v1.0.1 |
2180 | 2023-10-05T02:09:34.115Z | Compiling thread_local v1.1.7 |
2181 | 2023-10-05T02:09:34.124Z | Compiling camino v1.1.6 |
2182 | 2023-10-05T02:09:34.129Z | Compiling heck v0.4.1 |
2183 | 2023-10-05T02:09:34.136Z | Compiling dirs-next v2.0.0 |
2184 | 2023-10-05T02:09:34.142Z | Compiling darling_core v0.20.3 |
2185 | 2023-10-05T02:09:34.147Z | Compiling rustversion v1.0.14 |
2186 | 2023-10-05T02:09:34.153Z | Compiling slog-async v2.8.0 |
2187 | 2023-10-05T02:09:34.159Z | Compiling term v0.7.0 |
2188 | 2023-10-05T02:09:34.164Z | Compiling crossbeam-channel v0.5.8 |
2189 | 2023-10-05T02:09:34.168Z | Compiling getopts v0.2.21 |
2190 | 2023-10-05T02:09:34.175Z | Compiling structmeta-derive v0.1.6 |
2191 | 2023-10-05T02:09:34.299Z | Compiling atty v0.2.14 |
2192 | 2023-10-05T02:09:34.712Z | Compiling multer v2.1.0 |
2193 | 2023-10-05T02:09:34.904Z | Compiling doc-comment v0.3.3 |
2194 | 2023-10-05T02:09:35.503Z | Compiling take_mut v0.2.2 |
2195 | 2023-10-05T02:09:35.626Z | Compiling match_cfg v0.1.0 |
2196 | 2023-10-05T02:09:36.170Z | Compiling unsafe-libyaml v0.2.9 |
2197 | 2023-10-05T02:09:36.991Z | Compiling paste v1.0.14 |
2198 | 2023-10-05T02:09:36.998Z | Compiling hostname v0.3.1 |
2199 | 2023-10-05T02:09:37.211Z | Compiling slog-term v2.9.0 |
2200 | 2023-10-05T02:09:38.458Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2201 | 2023-10-05T02:09:40.960Z | Compiling structmeta v0.1.6 |
2202 | 2023-10-05T02:09:41.171Z | Compiling serde_yaml v0.9.25 |
2203 | 2023-10-05T02:09:42.153Z | Compiling darling_macro v0.20.3 |
2204 | 2023-10-05T02:09:42.488Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2205 | 2023-10-05T02:09:43.572Z | Compiling darling v0.20.3 |
2206 | 2023-10-05T02:09:44.013Z | Compiling slog-json v2.6.1 |
2207 | 2023-10-05T02:09:44.304Z | Compiling async-stream-impl v0.3.5 |
2208 | 2023-10-05T02:09:44.587Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2209 | 2023-10-05T02:09:44.995Z | Compiling regex-syntax v0.6.29 |
2210 | 2023-10-05T02:09:45.120Z | Compiling fastrand v2.0.0 |
2211 | 2023-10-05T02:09:46.191Z | Compiling atomic-waker v1.1.1 |
2212 | 2023-10-05T02:09:46.296Z | Compiling async-stream v0.3.5 |
2213 | 2023-10-05T02:09:46.307Z | Compiling tempfile v3.8.0 |
2214 | 2023-10-05T02:09:46.473Z | Compiling waitgroup v0.1.2 |
2215 | 2023-10-05T02:09:46.916Z | Compiling strum_macros v0.25.2 |
2216 | 2023-10-05T02:09:46.934Z | Compiling slog-bunyan v2.4.0 |
2217 | 2023-10-05T02:09:47.321Z | Compiling serde_with_macros v2.3.3 |
2218 | 2023-10-05T02:09:51.406Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2219 | 2023-10-05T02:09:51.424Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2220 | 2023-10-05T02:09:51.546Z | Compiling sha1 v0.10.5 |
2221 | 2023-10-05T02:09:52.675Z | Compiling snafu-derive v0.7.5 |
2222 | 2023-10-05T02:09:53.032Z | Compiling serde_path_to_error v0.1.14 |
2223 | 2023-10-05T02:09:53.108Z | Compiling path-dedot v3.1.0 |
2224 | 2023-10-05T02:09:53.463Z | Compiling instant v0.1.12 |
2225 | 2023-10-05T02:09:53.625Z | Compiling arc-swap v1.6.0 |
2226 | 2023-10-05T02:09:53.685Z | Compiling debug-ignore v1.0.5 |
2227 | 2023-10-05T02:09:53.935Z | Compiling base64 v0.13.1 |
2228 | 2023-10-05T02:09:54.282Z | Compiling buf-list v1.0.3 |
2229 | 2023-10-05T02:09:54.771Z | Compiling parse-display-derive v0.7.0 |
2230 | 2023-10-05T02:09:54.802Z | Compiling same-file v1.0.6 |
2231 | 2023-10-05T02:09:54.891Z | Compiling pem v1.1.1 |
2232 | 2023-10-05T02:09:55.153Z | Compiling walkdir v2.4.0 |
2233 | 2023-10-05T02:09:55.278Z | Compiling slog-scope v4.4.0 |
2234 | 2023-10-05T02:09:56.847Z | Compiling backoff v0.4.0 |
2235 | 2023-10-05T02:09:57.329Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2236 | 2023-10-05T02:09:57.346Z | Compiling path-absolutize v3.1.0 |
2237 | 2023-10-05T02:09:57.423Z | Compiling strum v0.25.0 |
2238 | 2023-10-05T02:09:57.627Z | Compiling serde_with v2.3.3 |
2239 | 2023-10-05T02:09:57.696Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2240 | 2023-10-05T02:09:58.093Z | Compiling globset v0.4.13 |
2241 | 2023-10-05T02:09:58.731Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2242 | 2023-10-05T02:09:59.403Z | Compiling olpc-cjson v0.1.3 |
2243 | 2023-10-05T02:09:59.863Z | Compiling macaddr v1.0.1 |
2244 | 2023-10-05T02:10:00.983Z | Compiling serde_plain v1.0.2 |
2245 | 2023-10-05T02:10:01.057Z | Compiling parse-display v0.7.0 |
2246 | 2023-10-05T02:10:01.173Z | Compiling snafu v0.7.5 |
2247 | 2023-10-05T02:10:01.369Z | Compiling filetime v0.2.22 |
2248 | 2023-10-05T02:10:01.868Z | Compiling xattr v1.0.1 |
2249 | 2023-10-05T02:10:01.882Z | Compiling tough v0.12.5 |
2250 | 2023-10-05T02:10:02.342Z | Compiling tar v0.4.40 |
2251 | 2023-10-05T02:10:03.160Z | Compiling slog-stdlog v4.1.1 |
2252 | 2023-10-05T02:10:04.574Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2253 | 2023-10-05T02:10:04.855Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2254 | 2023-10-05T02:10:07.254Z | Compiling camino-tempfile v1.0.2 |
2255 | 2023-10-05T02:10:08.566Z | Compiling itertools v0.11.0 |
2256 | 2023-10-05T02:10:12.403Z | Compiling bytesize v1.3.0 |
2257 | 2023-10-05T02:10:12.975Z | Compiling fs-err v2.9.0 |
2258 | 2023-10-05T02:10:13.380Z | Compiling slog-envlogger v2.2.0 |
2259 | 2023-10-05T02:10:14.308Z | Compiling humantime v2.1.0 |
2260 | 2023-10-05T02:10:15.887Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2261 | 2023-10-05T02:10:40.568Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2262 | 2023-10-05T02:10:40.860Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2263 | 2023-10-05T02:10:52.923Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2264 | 2023-10-05T02:10:55.261Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2265 | 2023-10-05T02:11:17.515Z | Finished release [optimized] target(s) in 1m 46s |
2266 | 2023-10-05T02:11:17.593Z | |
2267 | 2023-10-05T02:11:17.610Z | real 1:46.665700458 |
2268 | 2023-10-05T02:11:17.620Z | user 11:44.858587809 |
2269 | 2023-10-05T02:11:17.630Z | sys 46.493077504 |
2270 | 2023-10-05T02:11:17.635Z | trap 0.433306002 |
2271 | 2023-10-05T02:11:17.639Z | tflt 0.286808827 |
2272 | 2023-10-05T02:11:17.649Z | dflt 0.572765188 |
2273 | 2023-10-05T02:11:17.658Z | kflt 0.000311543 |
2274 | 2023-10-05T02:11:17.668Z | lock 23:15.502946156 |
2275 | 2023-10-05T02:11:17.676Z | slp 25:35.458925440 |
2276 | 2023-10-05T02:11:17.689Z | lat 22.322264276 |
2277 | 2023-10-05T02:11:18.111Z | stop 12.787992790 |
2278 | 2023-10-05T02:11:18.120Z | + ptime -m gzip |
2279 | 2023-10-05T02:11:19.710Z | |
2280 | 2023-10-05T02:11:19.717Z | real 2.112430123 |
2281 | 2023-10-05T02:11:19.721Z | user 2.090075210 |
2282 | 2023-10-05T02:11:19.739Z | sys 0.019685754 |
2283 | 2023-10-05T02:11:19.747Z | trap 0.001159368 |
2284 | 2023-10-05T02:11:19.751Z | tflt 0.000000000 |
2285 | 2023-10-05T02:11:19.767Z | dflt 0.000000000 |
2286 | 2023-10-05T02:11:19.778Z | kflt 0.000000000 |
2287 | 2023-10-05T02:11:19.790Z | lock 0.000000000 |
2288 | 2023-10-05T02:11:20.227Z | slp 0.000000000 |
2289 | 2023-10-05T02:11:20.239Z | lat 0.001188473 |
2290 | 2023-10-05T02:11:20.257Z | stop 0.000222129 |
2291 | 2023-10-05T02:11:20.270Z | process exited: duration 1298511 ms, exit code 0 |
|
2292 | 2023-10-05T02:11:20.320Z | found 5 output files |
2293 | 2023-10-05T02:11:20.473Z | uploading: /work/end-to-end-tests/bootstrap-1edfa7f3d5f511cd.gz (6483647 bytes) |
2294 | 2023-10-05T02:11:25.544Z | uploaded: /work/end-to-end-tests/bootstrap-1edfa7f3d5f511cd.gz |
2295 | 2023-10-05T02:11:25.557Z | uploading: /work/end-to-end-tests/bootstrap.gz (96389069 bytes) |
2296 | 2023-10-05T02:12:39.468Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2297 | 2023-10-05T02:12:39.489Z | uploading: /work/end-to-end-tests/end_to_end_tests-1e38f424764e177a.gz (110088433 bytes) |
2298 | 2023-10-05T02:13:46.824Z | uploaded: /work/end-to-end-tests/end_to_end_tests-1e38f424764e177a.gz |
2299 | 2023-10-05T02:13:47.280Z | uploading: /work/caboose-util.gz (4111299 bytes) |
2300 | 2023-10-05T02:13:50.535Z | uploaded: /work/caboose-util.gz |
2301 | 2023-10-05T02:13:50.545Z | uploading: /work/tufaceous.gz (13400628 bytes) |
2302 | 2023-10-05T02:13:58.272Z | uploaded: /work/tufaceous.gz |