|
|
|
1 | 2024-03-01T22:10:35.676Z | job assigned to worker 01HQY11YHDSDD93ZATHVX87FW2 (queued for 53 s) |
|
2 | 2024-03-01T22:10:36.114Z | starting task 0: "setup" |
3 | 2024-03-01T22:10:36.197Z | ++ uname -s |
4 | 2024-03-01T22:10:36.202Z | + kern=SunOS |
5 | 2024-03-01T22:10:36.203Z | + case "$kern" in |
6 | 2024-03-01T22:10:36.203Z | + groupadd -g 12345 build |
7 | 2024-03-01T22:10:36.203Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-01T22:10:37.201Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-01T22:10:37.318Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-01T22:10:37.321Z | + home_fs=zfs |
11 | 2024-03-01T22:10:37.321Z | + [[ zfs == autofs ]] |
12 | 2024-03-01T22:10:37.321Z | + mkdir -p /home/build |
13 | 2024-03-01T22:10:37.324Z | + chown build:build /home/build /work |
14 | 2024-03-01T22:10:39.332Z | + chmod 0700 /home/build /work |
15 | 2024-03-01T22:10:39.750Z | process exited: duration 3218 ms, exit code 0 |
|
16 | 2024-03-01T22:10:39.769Z | starting task 1: "rust-toolchain" |
17 | 2024-03-01T22:10:39.781Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-01T22:10:39.786Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-03-01T22:10:39.896Z | info: downloading installer |
20 | 2024-03-01T22:10:41.455Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-01T22:10:41.455Z | warning: /opt/ooce/bin |
22 | 2024-03-01T22:10:41.455Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-01T22:10:41.455Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-01T22:10:41.455Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-01T22:10:41.455Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-01T22:10:41.456Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-01T22:10:41.456Z | error: cannot install while Rust is installed |
28 | 2024-03-01T22:10:41.456Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-01T22:10:41.575Z | info: profile set to 'default' |
30 | 2024-03-01T22:10:41.575Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-01T22:10:41.578Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-03-01T22:10:41.719Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-03-01T22:10:41.719Z | info: downloading component 'cargo' |
34 | 2024-03-01T22:10:42.418Z | info: downloading component 'clippy' |
35 | 2024-03-01T22:10:43.114Z | info: downloading component 'rust-docs' |
36 | 2024-03-01T22:10:43.572Z | info: downloading component 'rust-std' |
37 | 2024-03-01T22:10:45.218Z | info: downloading component 'rustc' |
38 | 2024-03-01T22:10:49.014Z | info: downloading component 'rustfmt' |
39 | 2024-03-01T22:10:49.253Z | info: installing component 'cargo' |
40 | 2024-03-01T22:10:50.190Z | info: installing component 'clippy' |
41 | 2024-03-01T22:10:50.595Z | info: installing component 'rust-docs' |
42 | 2024-03-01T22:10:52.833Z | info: installing component 'rust-std' |
43 | 2024-03-01T22:10:53.971Z | info: installing component 'rustc' |
44 | 2024-03-01T22:10:58.331Z | info: installing component 'rustfmt' |
45 | 2024-03-01T22:10:58.680Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-03-01T22:10:58.680Z | |
47 | 2024-03-01T22:10:58.995Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-03-01T22:10:58.996Z | |
49 | 2024-03-01T22:10:58.996Z | |
50 | 2024-03-01T22:10:58.996Z | Rust is installed now. Great! |
51 | 2024-03-01T22:10:58.997Z | |
52 | 2024-03-01T22:10:58.997Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-01T22:10:58.997Z | environment variable. This has not been done automatically. |
54 | 2024-03-01T22:10:58.997Z | |
55 | 2024-03-01T22:10:58.997Z | To configure your current shell, run: |
56 | 2024-03-01T22:10:58.997Z | source "$HOME/.cargo/env" |
57 | 2024-03-01T22:10:59.049Z | + rustc --version |
58 | 2024-03-01T22:10:59.114Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-03-01T22:10:59.118Z | process exited: duration 19331 ms, exit code 0 |
|
60 | 2024-03-01T22:10:59.126Z | starting task 2: "authentication" |
61 | 2024-03-01T22:10:59.145Z | process exited: duration 20 ms, exit code 0 |
|
62 | 2024-03-01T22:10:59.151Z | starting task 3: "clone repository" |
63 | 2024-03-01T22:10:59.156Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-03-01T22:10:59.159Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-03-01T22:10:59.385Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-03-01T22:11:05.575Z | + cd /work/oxidecomputer/omicron |
67 | 2024-03-01T22:11:05.576Z | + git fetch origin 3ca02e03a1fbd28de6b3a0c67ada3752637acfff |
68 | 2024-03-01T22:11:05.927Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-03-01T22:11:05.927Z | * branch 3ca02e03a1fbd28de6b3a0c67ada3752637acfff -> FETCH_HEAD |
70 | 2024-03-01T22:11:05.941Z | + [[ -n john/log-all-sled-targets ]] |
71 | 2024-03-01T22:11:05.941Z | ++ git branch --show-current |
72 | 2024-03-01T22:11:05.942Z | + current=main |
73 | 2024-03-01T22:11:05.942Z | + [[ main != john/log-all-sled-targets ]] |
74 | 2024-03-01T22:11:05.942Z | + git branch -f john/log-all-sled-targets 3ca02e03a1fbd28de6b3a0c67ada3752637acfff |
75 | 2024-03-01T22:11:05.949Z | + git checkout -f john/log-all-sled-targets |
76 | 2024-03-01T22:11:06.054Z | Switched to branch 'john/log-all-sled-targets' |
77 | 2024-03-01T22:11:06.067Z | + git reset --hard 3ca02e03a1fbd28de6b3a0c67ada3752637acfff |
78 | 2024-03-01T22:11:06.171Z | HEAD is now at 3ca02e03a Log all possible sled targets when creating a reservation |
79 | 2024-03-01T22:11:06.180Z | process exited: duration 7008 ms, exit code 0 |
|
80 | 2024-03-01T22:11:06.214Z | starting task 4: "build" |
81 | 2024-03-01T22:11:06.676Z | + cargo --version |
82 | 2024-03-01T22:11:06.676Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
83 | 2024-03-01T22:11:06.676Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
84 | 2024-03-01T22:11:06.676Z | info: downloading component 'cargo' |
85 | 2024-03-01T22:11:07.165Z | info: downloading component 'clippy' |
86 | 2024-03-01T22:11:07.413Z | info: downloading component 'rust-docs' |
87 | 2024-03-01T22:11:08.317Z | info: downloading component 'rust-std' |
88 | 2024-03-01T22:11:09.741Z | info: downloading component 'rustc' |
89 | 2024-03-01T22:11:13.351Z | info: downloading component 'rustfmt' |
90 | 2024-03-01T22:11:13.549Z | info: installing component 'cargo' |
91 | 2024-03-01T22:11:14.443Z | info: installing component 'clippy' |
92 | 2024-03-01T22:11:14.782Z | info: installing component 'rust-docs' |
93 | 2024-03-01T22:11:16.370Z | info: installing component 'rust-std' |
94 | 2024-03-01T22:11:18.210Z | info: installing component 'rustc' |
95 | 2024-03-01T22:11:22.322Z | info: installing component 'rustfmt' |
96 | 2024-03-01T22:11:22.675Z | cargo 1.76.0 (c84b36747 2024-01-18) |
97 | 2024-03-01T22:11:22.680Z | + rustc --version |
98 | 2024-03-01T22:11:22.750Z | rustc 1.76.0 (07dca489a 2024-02-04) |
99 | 2024-03-01T22:11:22.758Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
100 | 2024-03-01T22:11:35.737Z | Startup: Refreshing catalog 'helios-dev' ... Done |
101 | 2024-03-01T22:11:37.108Z | Startup: Caching catalogs ... Done |
102 | 2024-03-01T22:11:38.839Z | Planning: Solver setup ... Done (1.392s) |
103 | 2024-03-01T22:11:38.872Z | Planning: Running solver ... Done (0.032s) |
104 | 2024-03-01T22:11:39.202Z | Planning: Finding local manifests ... Done (0.303s) |
105 | 2024-03-01T22:11:39.213Z | Planning: Fetching manifests: 0/4 0% complete |
106 | 2024-03-01T22:11:39.435Z | Planning: Fetching manifests: 4/4 100% complete |
107 | 2024-03-01T22:11:39.478Z | Planning: Package planning ... Done (0.050s) |
108 | 2024-03-01T22:11:39.533Z | Planning: Merging actions ... Done (0.052s) |
109 | 2024-03-01T22:11:41.011Z | Planning: Checking for conflicting actions ... Done (1.487s) |
110 | 2024-03-01T22:11:41.023Z | Planning: Consolidating action changes ... Done (0.012s) |
111 | 2024-03-01T22:11:45.842Z | Planning: Evaluating mediators ... Done (4.814s) |
112 | 2024-03-01T22:11:45.852Z | Planning: Planning completed in 8.69 seconds |
113 | 2024-03-01T22:11:45.869Z | Packages to install: 4 |
114 | 2024-03-01T22:11:45.869Z | Mediators to change: 2 |
115 | 2024-03-01T22:11:45.869Z | Services to change: 1 |
116 | 2024-03-01T22:11:45.879Z | Estimated space available: 148.88 GB |
117 | 2024-03-01T22:11:45.879Z | Estimated space to be consumed: 1.42 GB |
118 | 2024-03-01T22:11:45.879Z | Create boot environment: No |
119 | 2024-03-01T22:11:45.879Z | Create backup boot environment: No |
120 | 2024-03-01T22:11:45.880Z | Rebuild boot archive: No |
121 | 2024-03-01T22:11:45.880Z | |
122 | 2024-03-01T22:11:45.880Z | Changed mediators: |
123 | 2024-03-01T22:11:45.880Z | mediator clang: |
124 | 2024-03-01T22:11:45.880Z | version: None -> 15 (system default) |
125 | 2024-03-01T22:11:45.880Z | |
126 | 2024-03-01T22:11:45.880Z | mediator llvm: |
127 | 2024-03-01T22:11:45.880Z | version: 14 (system default) -> 15 (system default) |
128 | 2024-03-01T22:11:45.881Z | |
129 | 2024-03-01T22:11:45.881Z | Changed packages: |
130 | 2024-03-01T22:11:45.881Z | helios-dev |
131 | 2024-03-01T22:11:45.881Z | developer/build-essential |
132 | 2024-03-01T22:11:45.881Z | None -> 11-2.0 |
133 | 2024-03-01T22:11:45.881Z | library/libxmlsec1 |
134 | 2024-03-01T22:11:45.881Z | None -> 1.2.35-2.0 |
135 | 2024-03-01T22:11:45.881Z | ooce/developer/clang-15 |
136 | 2024-03-01T22:11:45.882Z | None -> 15.0.7-2.0 |
137 | 2024-03-01T22:11:45.882Z | ooce/developer/llvm-15 |
138 | 2024-03-01T22:11:45.882Z | None -> 15.0.7-2.0 |
139 | 2024-03-01T22:11:45.882Z | |
140 | 2024-03-01T22:11:45.882Z | Services: |
141 | 2024-03-01T22:11:45.882Z | restart_fmri: |
142 | 2024-03-01T22:11:45.882Z | svc:/system/update-man-index:default |
143 | 2024-03-01T22:11:46.161Z | |
144 | 2024-03-01T22:11:46.162Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
145 | 2024-03-01T22:11:51.159Z | Download: 1020/3290 items 19.5/212.6MB 9% complete (4.0M/s) |
146 | 2024-03-01T22:11:56.166Z | Download: 1323/3290 items 108.2/212.6MB 50% complete (10.9M/s) |
147 | 2024-03-01T22:12:08.367Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (9.9M/s) |
148 | 2024-03-01T22:12:13.372Z | Download: 2977/3290 items 121.2/212.6MB 57% complete (412k/s) |
149 | 2024-03-01T22:12:19.901Z | Download: 3247/3290 items 203.1/212.6MB 95% complete (10.7M/s) |
150 | 2024-03-01T22:12:25.385Z | Download: 3289/3290 items 212.6/212.6MB 100% complete (8.9M/s) |
151 | 2024-03-01T22:12:25.406Z | Download: Completed 212.60 MB in 39.18 seconds (5.4M/s) |
152 | 2024-03-01T22:12:25.535Z | Actions: 1/3689 actions (Installing new actions) |
153 | 2024-03-01T22:12:30.577Z | Actions: 3688/3689 actions (Installing new actions) |
154 | 2024-03-01T22:12:30.580Z | Actions: Completed 3689 actions in 5.03 seconds. |
155 | 2024-03-01T22:12:30.668Z | Done (0.093s) |
156 | 2024-03-01T22:12:30.668Z | Done (0.000s) |
157 | 2024-03-01T22:12:30.897Z | Done (0.229s) |
158 | 2024-03-01T22:12:36.459Z | Done (5.422s) |
159 | 2024-03-01T22:12:36.627Z | Done (0.091s) |
160 | 2024-03-01T22:12:36.631Z | Done (0.000s) |
161 | 2024-03-01T22:12:36.785Z | Done (0.000s) |
162 | 2024-03-01T22:12:37.306Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-03-01T22:12:37.473Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-03-01T22:12:37.476Z | Planning: Consolidating action changes ... Done |
165 | 2024-03-01T22:12:37.743Z | Planning: Evaluating mediators ... Done |
166 | 2024-03-01T22:12:37.749Z | Planning: Planning completed in 0.44 seconds |
167 | 2024-03-01T22:12:37.777Z | Mediators to change: 2 |
168 | 2024-03-01T22:12:37.777Z | Create boot environment: No |
169 | 2024-03-01T22:12:37.777Z | Create backup boot environment: No |
170 | 2024-03-01T22:12:37.857Z | Done |
171 | 2024-03-01T22:12:37.857Z | Done |
172 | 2024-03-01T22:12:37.987Z | Done |
173 | 2024-03-01T22:12:41.871Z | Done |
174 | 2024-03-01T22:12:41.959Z | Done |
175 | 2024-03-01T22:12:41.959Z | Done |
176 | 2024-03-01T22:12:42.068Z | Done |
177 | 2024-03-01T22:12:42.733Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-03-01T22:12:42.737Z | Planning: Merging actions ... Done |
179 | 2024-03-01T22:12:42.930Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-03-01T22:12:42.933Z | Planning: Consolidating action changes ... Done |
181 | 2024-03-01T22:12:43.202Z | Planning: Evaluating mediators ... Done |
182 | 2024-03-01T22:12:43.261Z | Planning: Planning completed in 0.80 seconds |
183 | 2024-03-01T22:12:43.296Z | Packages to change: 1 |
184 | 2024-03-01T22:12:43.296Z | Mediators to change: 1 |
185 | 2024-03-01T22:12:43.297Z | Services to change: 1 |
186 | 2024-03-01T22:12:43.297Z | Create boot environment: No |
187 | 2024-03-01T22:12:43.297Z | Create backup boot environment: Yes |
188 | 2024-03-01T22:12:45.084Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-03-01T22:12:45.115Z | Actions: Completed 6 actions in 0.03 seconds. |
190 | 2024-03-01T22:12:45.115Z | Done |
191 | 2024-03-01T22:12:45.115Z | Done |
192 | 2024-03-01T22:12:45.165Z | Done |
193 | 2024-03-01T22:12:49.083Z | Done |
194 | 2024-03-01T22:12:49.170Z | Done |
195 | 2024-03-01T22:12:49.173Z | Done |
196 | 2024-03-01T22:12:49.270Z | Done |
197 | 2024-03-01T22:12:49.735Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-03-01T22:12:49.735Z | clang system 15 system |
199 | 2024-03-01T22:12:49.735Z | csh system system illumos |
200 | 2024-03-01T22:12:49.735Z | ctags system system illumos |
201 | 2024-03-01T22:12:49.735Z | gcc vendor 12 vendor |
202 | 2024-03-01T22:12:49.735Z | gcc system 10 system |
203 | 2024-03-01T22:12:49.735Z | gcc system 7 system |
204 | 2024-03-01T22:12:49.735Z | go system 1.20 system |
205 | 2024-03-01T22:12:49.735Z | go system 1.19 system |
206 | 2024-03-01T22:12:49.735Z | llvm system 15 system |
207 | 2024-03-01T22:12:49.735Z | llvm system 14 system |
208 | 2024-03-01T22:12:49.735Z | mariadb system 10.6 system |
209 | 2024-03-01T22:12:49.735Z | mta vendor vendor dma |
210 | 2024-03-01T22:12:49.735Z | openjdk system 17 system |
211 | 2024-03-01T22:12:49.735Z | openjdk system 11 system |
212 | 2024-03-01T22:12:49.735Z | openjdk system 1.8 system |
213 | 2024-03-01T22:12:49.735Z | openssl vendor 3 vendor |
214 | 2024-03-01T22:12:49.735Z | perl system 5.36 system |
215 | 2024-03-01T22:12:49.735Z | postgresql system 15 system |
216 | 2024-03-01T22:12:49.735Z | postgresql system 13 system |
217 | 2024-03-01T22:12:49.735Z | python vendor 3 vendor |
218 | 2024-03-01T22:12:49.735Z | python system 2 system |
219 | 2024-03-01T22:12:49.736Z | python3 system 3.11 system |
220 | 2024-03-01T22:12:49.736Z | ruby system 3.0 system |
221 | 2024-03-01T22:12:49.736Z | words vendor vendor american-english |
222 | 2024-03-01T22:12:49.736Z | words system system australian-english |
223 | 2024-03-01T22:12:49.736Z | words system system british-english |
224 | 2024-03-01T22:12:49.736Z | words system system canadian-english |
225 | 2024-03-01T22:12:49.736Z | words system system french |
226 | 2024-03-01T22:12:49.736Z | words system system italian |
227 | 2024-03-01T22:12:49.736Z | words system system ngerman |
228 | 2024-03-01T22:12:49.736Z | words system system ogerman |
229 | 2024-03-01T22:12:49.736Z | words system system spanish |
230 | 2024-03-01T22:12:50.089Z | FMRI IFO |
231 | 2024-03-01T22:12:50.089Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-03-01T22:12:50.089Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-03-01T22:12:50.089Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-03-01T22:12:50.090Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-03-01T22:12:50.090Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-03-01T22:12:50.090Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
237 | 2024-03-01T22:12:50.090Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-03-01T22:12:50.090Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
239 | 2024-03-01T22:12:50.145Z | + set -o errexit |
240 | 2024-03-01T22:12:50.149Z | +++ dirname ./tools/ci_download_cockroachdb |
241 | 2024-03-01T22:12:50.149Z | ++ cd ./tools |
242 | 2024-03-01T22:12:50.153Z | ++ pwd |
243 | 2024-03-01T22:12:50.153Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
244 | 2024-03-01T22:12:50.153Z | ++ basename ./tools/ci_download_cockroachdb |
245 | 2024-03-01T22:12:50.153Z | + ARG0=ci_download_cockroachdb |
246 | 2024-03-01T22:12:50.153Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
247 | 2024-03-01T22:12:50.157Z | + CIDL_VERSION=v22.1.9 |
248 | 2024-03-01T22:12:50.157Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
249 | 2024-03-01T22:12:50.157Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
250 | 2024-03-01T22:12:50.157Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
251 | 2024-03-01T22:12:50.158Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
252 | 2024-03-01T22:12:50.158Z | + TARGET_DIR=out |
253 | 2024-03-01T22:12:50.158Z | + DOWNLOAD_DIR=out/downloads |
254 | 2024-03-01T22:12:50.158Z | + DEST_DIR=./out/cockroachdb |
255 | 2024-03-01T22:12:50.158Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
256 | 2024-03-01T22:12:50.158Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
257 | 2024-03-01T22:12:50.158Z | + main |
258 | 2024-03-01T22:12:50.158Z | + [[ 0 != 0 ]] |
259 | 2024-03-01T22:12:50.158Z | + CIDL_OS=solaris2.11 |
260 | 2024-03-01T22:12:50.158Z | + [[ 0 != 0 ]] |
261 | 2024-03-01T22:12:50.158Z | + configure_os solaris2.11 |
262 | 2024-03-01T22:12:50.158Z | + echo 'current directory: /work/oxidecomputer/omicron' |
263 | 2024-03-01T22:12:50.159Z | + echo 'configuring based on OS: "solaris2.11"' |
264 | 2024-03-01T22:12:50.159Z | + case "$1" in |
265 | 2024-03-01T22:12:50.159Z | current directory: /work/oxidecomputer/omicron |
266 | 2024-03-01T22:12:50.159Z | + CIDL_BUILD=illumos |
267 | 2024-03-01T22:12:50.159Z | configuring based on OS: "solaris2.11" |
268 | 2024-03-01T22:12:50.159Z | + CIDL_SUFFIX=tar.gz |
269 | 2024-03-01T22:12:50.159Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
270 | 2024-03-01T22:12:50.159Z | + CIDL_URL_BASE=https://illumos.org/downloads |
271 | 2024-03-01T22:12:50.159Z | + CIDL_ASSEMBLE=do_assemble_illumos |
272 | 2024-03-01T22:12:50.159Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
273 | 2024-03-01T22:12:50.159Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-03-01T22:12:50.159Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-03-01T22:12:50.160Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
276 | 2024-03-01T22:12:50.160Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-03-01T22:12:50.160Z | + CIDL_SHA256FUNC=do_sha256sum |
278 | 2024-03-01T22:12:50.160Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2024-03-01T22:12:50.160Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-03-01T22:12:50.160Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2024-03-01T22:12:50.160Z | + mkdir -p out/downloads |
282 | 2024-03-01T22:12:50.160Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-03-01T22:12:50.160Z | + mkdir -p ./out/cockroachdb |
284 | 2024-03-01T22:12:50.164Z | + local DO_DOWNLOAD=true |
285 | 2024-03-01T22:12:50.164Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
286 | 2024-03-01T22:12:50.164Z | + '[' true == true ']' |
287 | 2024-03-01T22:12:50.164Z | + echo Downloading... |
288 | 2024-03-01T22:12:50.164Z | Downloading... |
289 | 2024-03-01T22:12:50.164Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-03-01T22:12:50.164Z | + 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 |
291 | 2024-03-01T22:12:57.443Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-03-01T22:12:57.446Z | ++ sha256sum |
293 | 2024-03-01T22:12:57.446Z | ++ awk '{print $1}' |
294 | 2024-03-01T22:12:57.545Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
295 | 2024-03-01T22:12:57.545Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
296 | 2024-03-01T22:12:57.545Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-03-01T22:12:57.548Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
298 | 2024-03-01T22:12:59.753Z | + do_assemble_illumos |
299 | 2024-03-01T22:12:59.753Z | + rm -r ./out/cockroachdb |
300 | 2024-03-01T22:12:59.757Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
301 | 2024-03-01T22:13:00.138Z | + ./out/cockroachdb/bin/cockroach version |
302 | 2024-03-01T22:13:00.362Z | Build Tag: v22.1.9-dirty |
303 | 2024-03-01T22:13:00.362Z | Build Time: 2022/10/26 21:17:46 |
304 | 2024-03-01T22:13:00.362Z | Distribution: OSS |
305 | 2024-03-01T22:13:00.362Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
306 | 2024-03-01T22:13:00.363Z | Go Version: go1.17.13 |
307 | 2024-03-01T22:13:00.363Z | C Compiler: gcc 10.3.0 |
308 | 2024-03-01T22:13:00.363Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
309 | 2024-03-01T22:13:00.363Z | Build Type: release |
310 | 2024-03-01T22:13:00.379Z | + set -o errexit |
311 | 2024-03-01T22:13:00.386Z | +++ dirname ./tools/ci_download_clickhouse |
312 | 2024-03-01T22:13:00.389Z | ++ cd ./tools |
313 | 2024-03-01T22:13:00.389Z | ++ pwd |
314 | 2024-03-01T22:13:00.389Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
315 | 2024-03-01T22:13:00.389Z | ++ basename ./tools/ci_download_clickhouse |
316 | 2024-03-01T22:13:00.389Z | + ARG0=ci_download_clickhouse |
317 | 2024-03-01T22:13:00.389Z | + TARGET_DIR=out |
318 | 2024-03-01T22:13:00.389Z | + DOWNLOAD_DIR=out/downloads |
319 | 2024-03-01T22:13:00.390Z | + DEST_DIR=./out/clickhouse |
320 | 2024-03-01T22:13:00.390Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
321 | 2024-03-01T22:13:00.390Z | + CIDL_VERSION=v22.8.9.24 |
322 | 2024-03-01T22:13:00.390Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
323 | 2024-03-01T22:13:00.390Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
324 | 2024-03-01T22:13:00.390Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
325 | 2024-03-01T22:13:00.390Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
326 | 2024-03-01T22:13:00.390Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
327 | 2024-03-01T22:13:00.390Z | + main |
328 | 2024-03-01T22:13:00.390Z | + [[ 0 != 0 ]] |
329 | 2024-03-01T22:13:00.390Z | + CIDL_OS=solaris2.11 |
330 | 2024-03-01T22:13:00.390Z | + [[ 0 != 0 ]] |
331 | 2024-03-01T22:13:00.390Z | + configure_os solaris2.11 |
332 | 2024-03-01T22:13:00.390Z | + echo 'current directory: /work/oxidecomputer/omicron' |
333 | 2024-03-01T22:13:00.390Z | current directory: /work/oxidecomputer/omicron |
334 | 2024-03-01T22:13:00.390Z | + echo 'configuring based on OS: "solaris2.11"' |
335 | 2024-03-01T22:13:00.390Z | + CIDL_DASHREV= |
336 | 2024-03-01T22:13:00.390Z | + case "$1" in |
337 | 2024-03-01T22:13:00.390Z | configuring based on OS: "solaris2.11" |
338 | 2024-03-01T22:13:00.390Z | + CIDL_PLATFORM=illumos |
339 | 2024-03-01T22:13:00.390Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2024-03-01T22:13:00.390Z | + CIDL_MD5FUNC=do_md5sum |
341 | 2024-03-01T22:13:00.390Z | + CIDL_DASHREV=-1 |
342 | 2024-03-01T22:13:00.391Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
343 | 2024-03-01T22:13:00.391Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-03-01T22:13:00.391Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-03-01T22:13:00.391Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-03-01T22:13:00.391Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2024-03-01T22:13:00.391Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-03-01T22:13:00.391Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-03-01T22:13:00.391Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
350 | 2024-03-01T22:13:00.391Z | + mkdir -p out/downloads |
351 | 2024-03-01T22:13:00.394Z | + mkdir -p ./out/clickhouse |
352 | 2024-03-01T22:13:00.394Z | + local DO_DOWNLOAD=true |
353 | 2024-03-01T22:13:00.394Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
354 | 2024-03-01T22:13:00.394Z | + '[' true == true ']' |
355 | 2024-03-01T22:13:00.394Z | + echo Downloading... |
356 | 2024-03-01T22:13:00.395Z | Downloading... |
357 | 2024-03-01T22:13:00.395Z | + 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 |
358 | 2024-03-01T22:13:00.395Z | + 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 |
359 | 2024-03-01T22:13:01.724Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2024-03-01T22:13:01.736Z | ++ md5sum |
361 | 2024-03-01T22:13:01.736Z | ++ awk '{print $1}' |
362 | 2024-03-01T22:13:01.896Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
363 | 2024-03-01T22:13:01.897Z | + [[ 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 ]] |
364 | 2024-03-01T22:13:01.897Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
365 | 2024-03-01T22:13:01.908Z | + mkdir -p ./out/clickhouse |
366 | 2024-03-01T22:13:01.908Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
367 | 2024-03-01T22:13:05.099Z | + ./out/clickhouse/clickhouse server --version |
368 | 2024-03-01T22:13:05.127Z | ClickHouse server version 22.8.9.1. |
369 | 2024-03-01T22:13:05.138Z | + set -o errexit |
370 | 2024-03-01T22:13:05.146Z | +++ dirname ./tools/ci_download_console |
371 | 2024-03-01T22:13:05.146Z | ++ cd ./tools |
372 | 2024-03-01T22:13:05.147Z | ++ pwd |
373 | 2024-03-01T22:13:05.147Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
374 | 2024-03-01T22:13:05.147Z | ++ basename ./tools/ci_download_console |
375 | 2024-03-01T22:13:05.147Z | + ARG0=ci_download_console |
376 | 2024-03-01T22:13:05.147Z | + TARGET_DIR=out |
377 | 2024-03-01T22:13:05.147Z | + DOWNLOAD_DIR=out/downloads |
378 | 2024-03-01T22:13:05.147Z | + DEST_DIR=./out/console-assets |
379 | 2024-03-01T22:13:05.147Z | + source /work/oxidecomputer/omicron/tools/console_version |
380 | 2024-03-01T22:13:05.148Z | ++ COMMIT=25fb506d0527f5508dc90b118672c0bf8ce14dd3 |
381 | 2024-03-01T22:13:05.148Z | ++ SHA2=1083f693c66c275d0cf76e120aa923a51c3188dd9a7996eb51dc0fe4f611507a |
382 | 2024-03-01T22:13:05.148Z | + URL=https://dl.oxide.computer/releases/console/25fb506d0527f5508dc90b118672c0bf8ce14dd3.tar.gz |
383 | 2024-03-01T22:13:05.148Z | + TARBALL_FILE=out/downloads/console.tar.gz |
384 | 2024-03-01T22:13:05.149Z | + main |
385 | 2024-03-01T22:13:05.149Z | + [[ 0 != 0 ]] |
386 | 2024-03-01T22:13:05.149Z | + echo 'URL: https://dl.oxide.computer/releases/console/25fb506d0527f5508dc90b118672c0bf8ce14dd3.tar.gz' |
387 | 2024-03-01T22:13:05.149Z | URL: https://dl.oxide.computer/releases/console/25fb506d0527f5508dc90b118672c0bf8ce14dd3.tar.gz |
388 | 2024-03-01T22:13:05.149Z | + echo 'Local file: out/downloads/console.tar.gz' |
389 | 2024-03-01T22:13:05.149Z | Local file: out/downloads/console.tar.gz |
390 | 2024-03-01T22:13:05.149Z | + local DO_DOWNLOAD=true |
391 | 2024-03-01T22:13:05.149Z | + [[ -f out/downloads/console.tar.gz ]] |
392 | 2024-03-01T22:13:05.149Z | + mkdir -p out/downloads |
393 | 2024-03-01T22:13:05.149Z | + '[' true == true ']' |
394 | 2024-03-01T22:13:05.150Z | + echo Downloading... |
395 | 2024-03-01T22:13:05.150Z | Downloading... |
396 | 2024-03-01T22:13:05.150Z | + do_download_curl https://dl.oxide.computer/releases/console/25fb506d0527f5508dc90b118672c0bf8ce14dd3.tar.gz out/downloads/console.tar.gz |
397 | 2024-03-01T22:13:05.150Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/25fb506d0527f5508dc90b118672c0bf8ce14dd3.tar.gz |
398 | 2024-03-01T22:13:05.763Z | ++ do_sha256sum out/downloads/console.tar.gz |
399 | 2024-03-01T22:13:05.763Z | ++ case "$OSTYPE" in |
400 | 2024-03-01T22:13:05.769Z | ++ SHA=sha256sum |
401 | 2024-03-01T22:13:05.769Z | ++ sha256sum |
402 | 2024-03-01T22:13:05.770Z | ++ awk '{print $1}' |
403 | 2024-03-01T22:13:05.774Z | + calculated_sha2=1083f693c66c275d0cf76e120aa923a51c3188dd9a7996eb51dc0fe4f611507a |
404 | 2024-03-01T22:13:05.774Z | + [[ 1083f693c66c275d0cf76e120aa923a51c3188dd9a7996eb51dc0fe4f611507a != \1\0\8\3\f\6\9\3\c\6\6\c\2\7\5\d\0\c\f\7\6\e\1\2\0\a\a\9\2\3\a\5\1\c\3\1\8\8\d\d\9\a\7\9\9\6\e\b\5\1\d\c\0\f\e\4\f\6\1\1\5\0\7\a ]] |
405 | 2024-03-01T22:13:05.774Z | + rm -rf ./out/console-assets |
406 | 2024-03-01T22:13:05.774Z | + mkdir -p ./out/console-assets |
407 | 2024-03-01T22:13:05.774Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
408 | 2024-03-01T22:13:05.774Z | + mkdir -p ./out/console-assets |
409 | 2024-03-01T22:13:05.779Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
410 | 2024-03-01T22:13:05.867Z | + set -o errexit |
411 | 2024-03-01T22:13:05.871Z | +++ dirname ./tools/ci_download_maghemite_openapi |
412 | 2024-03-01T22:13:05.871Z | ++ cd ./tools |
413 | 2024-03-01T22:13:05.871Z | ++ pwd |
414 | 2024-03-01T22:13:05.875Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
415 | 2024-03-01T22:13:05.875Z | ++ basename ./tools/ci_download_maghemite_openapi |
416 | 2024-03-01T22:13:05.876Z | + ARG0=ci_download_maghemite_openapi |
417 | 2024-03-01T22:13:05.876Z | + TARGET_DIR=out |
418 | 2024-03-01T22:13:05.876Z | + DOWNLOAD_DIR=out/downloads |
419 | 2024-03-01T22:13:05.876Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
420 | 2024-03-01T22:13:05.876Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
421 | 2024-03-01T22:13:05.876Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
422 | 2024-03-01T22:13:05.876Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
423 | 2024-03-01T22:13:05.876Z | + LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
424 | 2024-03-01T22:13:05.876Z | + main |
425 | 2024-03-01T22:13:05.876Z | + [[ 0 != 0 ]] |
426 | 2024-03-01T22:13:05.876Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json' |
427 | 2024-03-01T22:13:05.876Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
428 | 2024-03-01T22:13:05.876Z | + echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
429 | 2024-03-01T22:13:05.876Z | Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
430 | 2024-03-01T22:13:05.876Z | + local DO_DOWNLOAD=true |
431 | 2024-03-01T22:13:05.876Z | + [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
432 | 2024-03-01T22:13:05.876Z | + mkdir -p out/downloads |
433 | 2024-03-01T22:13:05.880Z | + '[' true == true ']' |
434 | 2024-03-01T22:13:05.880Z | + echo Downloading... |
435 | 2024-03-01T22:13:05.880Z | Downloading... |
436 | 2024-03-01T22:13:05.880Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
437 | 2024-03-01T22:13:05.880Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
438 | 2024-03-01T22:13:06.127Z | ++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
439 | 2024-03-01T22:13:06.127Z | ++ case "$OSTYPE" in |
440 | 2024-03-01T22:13:06.131Z | ++ SHA=sha256sum |
441 | 2024-03-01T22:13:06.131Z | ++ sha256sum |
442 | 2024-03-01T22:13:06.131Z | ++ awk '{print $1}' |
443 | 2024-03-01T22:13:06.134Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
444 | 2024-03-01T22:13:06.134Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
445 | 2024-03-01T22:13:06.135Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
446 | 2024-03-01T22:13:06.135Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
447 | 2024-03-01T22:13:06.135Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
448 | 2024-03-01T22:13:06.135Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
449 | 2024-03-01T22:13:06.135Z | + LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
450 | 2024-03-01T22:13:06.135Z | + main |
451 | 2024-03-01T22:13:06.135Z | + [[ 0 != 0 ]] |
452 | 2024-03-01T22:13:06.135Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json' |
453 | 2024-03-01T22:13:06.135Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
454 | 2024-03-01T22:13:06.135Z | Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
455 | 2024-03-01T22:13:06.135Z | + echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
456 | 2024-03-01T22:13:06.136Z | + local DO_DOWNLOAD=true |
457 | 2024-03-01T22:13:06.136Z | + [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
458 | 2024-03-01T22:13:06.136Z | + mkdir -p out/downloads |
459 | 2024-03-01T22:13:06.136Z | + '[' true == true ']' |
460 | 2024-03-01T22:13:06.136Z | + echo Downloading... |
461 | 2024-03-01T22:13:06.136Z | Downloading... |
462 | 2024-03-01T22:13:06.136Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
463 | 2024-03-01T22:13:06.136Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
464 | 2024-03-01T22:13:06.428Z | ++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
465 | 2024-03-01T22:13:06.438Z | ++ case "$OSTYPE" in |
466 | 2024-03-01T22:13:06.439Z | ++ SHA=sha256sum |
467 | 2024-03-01T22:13:06.439Z | ++ sha256sum |
468 | 2024-03-01T22:13:06.439Z | ++ awk '{print $1}' |
469 | 2024-03-01T22:13:06.439Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
470 | 2024-03-01T22:13:06.439Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
471 | 2024-03-01T22:13:06.439Z | + set -o errexit |
472 | 2024-03-01T22:13:06.439Z | +++ dirname ./tools/ci_download_dendrite_openapi |
473 | 2024-03-01T22:13:06.439Z | ++ cd ./tools |
474 | 2024-03-01T22:13:06.439Z | ++ pwd |
475 | 2024-03-01T22:13:06.439Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
476 | 2024-03-01T22:13:06.439Z | ++ basename ./tools/ci_download_dendrite_openapi |
477 | 2024-03-01T22:13:06.439Z | + ARG0=ci_download_dendrite_openapi |
478 | 2024-03-01T22:13:06.439Z | + TARGET_DIR=out |
479 | 2024-03-01T22:13:06.439Z | + DOWNLOAD_DIR=out/downloads |
480 | 2024-03-01T22:13:06.439Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
481 | 2024-03-01T22:13:06.439Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
482 | 2024-03-01T22:13:06.439Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
483 | 2024-03-01T22:13:06.439Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
484 | 2024-03-01T22:13:06.439Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
485 | 2024-03-01T22:13:06.439Z | + main |
486 | 2024-03-01T22:13:06.439Z | + [[ 0 != 0 ]] |
487 | 2024-03-01T22:13:06.440Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
488 | 2024-03-01T22:13:06.440Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
489 | 2024-03-01T22:13:06.440Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
490 | 2024-03-01T22:13:06.440Z | + local DO_DOWNLOAD=true |
491 | 2024-03-01T22:13:06.440Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
492 | 2024-03-01T22:13:06.440Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
493 | 2024-03-01T22:13:06.440Z | + mkdir -p out/downloads |
494 | 2024-03-01T22:13:06.440Z | + '[' true == true ']' |
495 | 2024-03-01T22:13:06.440Z | + echo Downloading... |
496 | 2024-03-01T22:13:06.440Z | Downloading... |
497 | 2024-03-01T22:13:06.440Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
498 | 2024-03-01T22:13:06.440Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
499 | 2024-03-01T22:13:06.557Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
500 | 2024-03-01T22:13:06.557Z | ++ case "$OSTYPE" in |
501 | 2024-03-01T22:13:06.557Z | ++ SHA=sha256sum |
502 | 2024-03-01T22:13:06.561Z | ++ sha256sum |
503 | 2024-03-01T22:13:06.561Z | ++ awk '{print $1}' |
504 | 2024-03-01T22:13:06.568Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
505 | 2024-03-01T22:13:06.568Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
506 | 2024-03-01T22:13:06.572Z | + set -o errexit |
507 | 2024-03-01T22:13:06.575Z | +++ dirname ./tools/ci_download_dendrite_stub |
508 | 2024-03-01T22:13:06.575Z | ++ cd ./tools |
509 | 2024-03-01T22:13:06.575Z | ++ pwd |
510 | 2024-03-01T22:13:06.575Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
511 | 2024-03-01T22:13:06.579Z | ++ basename ./tools/ci_download_dendrite_stub |
512 | 2024-03-01T22:13:06.580Z | + ARG0=ci_download_dendrite_stub |
513 | 2024-03-01T22:13:06.580Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
514 | 2024-03-01T22:13:06.580Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
515 | 2024-03-01T22:13:06.580Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
516 | 2024-03-01T22:13:06.580Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
517 | 2024-03-01T22:13:06.580Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
518 | 2024-03-01T22:13:06.580Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
519 | 2024-03-01T22:13:06.580Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
520 | 2024-03-01T22:13:06.580Z | + TARGET_DIR=out |
521 | 2024-03-01T22:13:06.580Z | + DOWNLOAD_DIR=out/downloads |
522 | 2024-03-01T22:13:06.580Z | + DEST_DIR=./out/dendrite-stub |
523 | 2024-03-01T22:13:06.580Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
524 | 2024-03-01T22:13:06.580Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
525 | 2024-03-01T22:13:06.580Z | + REPO=oxidecomputer/dendrite |
526 | 2024-03-01T22:13:06.580Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
527 | 2024-03-01T22:13:06.580Z | + main |
528 | 2024-03-01T22:13:06.580Z | + [[ 0 != 0 ]] |
529 | 2024-03-01T22:13:06.580Z | + CIDL_OS=solaris2.11 |
530 | 2024-03-01T22:13:06.580Z | + [[ 0 != 0 ]] |
531 | 2024-03-01T22:13:06.580Z | + configure_os solaris2.11 |
532 | 2024-03-01T22:13:06.580Z | + echo 'current directory: /work/oxidecomputer/omicron' |
533 | 2024-03-01T22:13:06.580Z | + echo 'configuring based on OS: "solaris2.11"' |
534 | 2024-03-01T22:13:06.581Z | + case "$1" in |
535 | 2024-03-01T22:13:06.581Z | + SET_BINARIES= |
536 | 2024-03-01T22:13:06.581Z | current directory: /work/oxidecomputer/omicron |
537 | 2024-03-01T22:13:06.581Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
538 | 2024-03-01T22:13:06.581Z | + CIDL_SHA256FUNC=do_sha256sum |
539 | 2024-03-01T22:13:06.581Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
540 | 2024-03-01T22:13:06.581Z | configuring based on OS: "solaris2.11" |
541 | 2024-03-01T22:13:06.581Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
542 | 2024-03-01T22:13:06.581Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
543 | 2024-03-01T22:13:06.581Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
544 | 2024-03-01T22:13:06.581Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
545 | 2024-03-01T22:13:06.581Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
546 | 2024-03-01T22:13:06.581Z | + mkdir -p out/downloads |
547 | 2024-03-01T22:13:06.581Z | Local file: out/downloads/dendrite-stub.tar.gz |
548 | 2024-03-01T22:13:06.585Z | + mkdir -p ./out/dendrite-stub |
549 | 2024-03-01T22:13:06.585Z | + fetch_and_verify |
550 | 2024-03-01T22:13:06.585Z | + local DO_DOWNLOAD=true |
551 | 2024-03-01T22:13:06.585Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
552 | 2024-03-01T22:13:06.585Z | + '[' true == true ']' |
553 | 2024-03-01T22:13:06.585Z | + echo Downloading... |
554 | 2024-03-01T22:13:06.585Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
555 | 2024-03-01T22:13:06.585Z | Downloading... |
556 | 2024-03-01T22:13:06.585Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
557 | 2024-03-01T22:13:14.585Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
558 | 2024-03-01T22:13:14.591Z | ++ sha256sum |
559 | 2024-03-01T22:13:14.591Z | ++ awk '{print $1}' |
560 | 2024-03-01T22:13:14.610Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
561 | 2024-03-01T22:13:14.610Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
562 | 2024-03-01T22:13:14.613Z | + do_untar out/downloads/dendrite-stub.tar.gz |
563 | 2024-03-01T22:13:14.613Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
564 | 2024-03-01T22:13:15.304Z | + do_assemble |
565 | 2024-03-01T22:13:15.304Z | + rm -r ./out/dendrite-stub |
566 | 2024-03-01T22:13:15.336Z | + mkdir ./out/dendrite-stub |
567 | 2024-03-01T22:13:15.336Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
568 | 2024-03-01T22:13:15.394Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
569 | 2024-03-01T22:13:15.406Z | + set -o errexit |
570 | 2024-03-01T22:13:15.410Z | +++ dirname ./tools/ci_download_maghemite_mgd |
571 | 2024-03-01T22:13:15.411Z | ++ cd ./tools |
572 | 2024-03-01T22:13:15.411Z | ++ pwd |
573 | 2024-03-01T22:13:15.411Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
574 | 2024-03-01T22:13:15.411Z | ++ basename ./tools/ci_download_maghemite_mgd |
575 | 2024-03-01T22:13:15.411Z | + ARG0=ci_download_maghemite_mgd |
576 | 2024-03-01T22:13:15.412Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
577 | 2024-03-01T22:13:15.412Z | ++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
578 | 2024-03-01T22:13:15.412Z | ++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511 |
579 | 2024-03-01T22:13:15.412Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
580 | 2024-03-01T22:13:15.412Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
581 | 2024-03-01T22:13:15.412Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
582 | 2024-03-01T22:13:15.412Z | + TARGET_DIR=out |
583 | 2024-03-01T22:13:15.412Z | + DOWNLOAD_DIR=out/downloads |
584 | 2024-03-01T22:13:15.413Z | + DEST_DIR=./out/mgd |
585 | 2024-03-01T22:13:15.413Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
586 | 2024-03-01T22:13:15.413Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
587 | 2024-03-01T22:13:15.413Z | + REPO=oxidecomputer/maghemite |
588 | 2024-03-01T22:13:15.413Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833 |
589 | 2024-03-01T22:13:15.419Z | + main |
590 | 2024-03-01T22:13:15.419Z | + [[ 0 != 0 ]] |
591 | 2024-03-01T22:13:15.420Z | + CIDL_OS=solaris2.11 |
592 | 2024-03-01T22:13:15.420Z | + [[ 0 != 0 ]] |
593 | 2024-03-01T22:13:15.420Z | + configure_os solaris2.11 |
594 | 2024-03-01T22:13:15.420Z | + echo 'current directory: /work/oxidecomputer/omicron' |
595 | 2024-03-01T22:13:15.420Z | + echo 'configuring based on OS: "solaris2.11"' |
596 | 2024-03-01T22:13:15.420Z | + case "$1" in |
597 | 2024-03-01T22:13:15.420Z | + SET_BINARIES= |
598 | 2024-03-01T22:13:15.421Z | + CIDL_SHA256FUNC=do_sha256sum |
599 | 2024-03-01T22:13:15.421Z | current directory: /work/oxidecomputer/omicron |
600 | 2024-03-01T22:13:15.421Z | configuring based on OS: "solaris2.11" |
601 | 2024-03-01T22:13:15.421Z | + TARBALL_FILENAME=mgd.tar.gz |
602 | 2024-03-01T22:13:15.421Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
603 | 2024-03-01T22:13:15.421Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
604 | 2024-03-01T22:13:15.421Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz' |
605 | 2024-03-01T22:13:15.421Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
606 | 2024-03-01T22:13:15.422Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
607 | 2024-03-01T22:13:15.422Z | + mkdir -p out/downloads |
608 | 2024-03-01T22:13:15.422Z | Local file: out/downloads/mgd.tar.gz |
609 | 2024-03-01T22:13:15.422Z | + mkdir -p ./out/mgd |
610 | 2024-03-01T22:13:15.422Z | + fetch_and_verify |
611 | 2024-03-01T22:13:15.422Z | + local DO_DOWNLOAD=true |
612 | 2024-03-01T22:13:15.422Z | + [[ -f out/downloads/mgd.tar.gz ]] |
613 | 2024-03-01T22:13:15.423Z | + '[' true == true ']' |
614 | 2024-03-01T22:13:15.423Z | + echo Downloading... |
615 | 2024-03-01T22:13:15.423Z | Downloading... |
616 | 2024-03-01T22:13:15.423Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz |
617 | 2024-03-01T22:13:15.423Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
618 | 2024-03-01T22:13:19.868Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
619 | 2024-03-01T22:13:19.871Z | ++ sha256sum |
620 | 2024-03-01T22:13:19.871Z | ++ awk '{print $1}' |
621 | 2024-03-01T22:13:19.888Z | + calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
622 | 2024-03-01T22:13:19.893Z | + [[ 22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb != \2\2\9\9\6\a\6\f\3\3\5\3\2\9\6\b\8\4\8\b\e\7\2\9\f\1\4\e\7\8\a\4\2\e\7\d\3\d\6\e\6\2\a\4\a\9\1\8\a\5\c\2\3\5\8\a\e\0\1\1\c\8\e\b ]] |
623 | 2024-03-01T22:13:19.893Z | + do_untar out/downloads/mgd.tar.gz |
624 | 2024-03-01T22:13:19.893Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
625 | 2024-03-01T22:13:20.330Z | + do_assemble |
626 | 2024-03-01T22:13:20.330Z | + rm -r ./out/mgd |
627 | 2024-03-01T22:13:20.334Z | + mkdir ./out/mgd |
628 | 2024-03-01T22:13:20.334Z | + cp -r out/downloads/root ./out/mgd/root |
629 | 2024-03-01T22:13:20.477Z | + set -o errexit |
630 | 2024-03-01T22:13:20.481Z | +++ dirname ./tools/ci_download_transceiver_control |
631 | 2024-03-01T22:13:20.485Z | ++ cd ./tools |
632 | 2024-03-01T22:13:20.485Z | ++ pwd |
633 | 2024-03-01T22:13:20.485Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
634 | 2024-03-01T22:13:20.485Z | ++ basename ./tools/ci_download_transceiver_control |
635 | 2024-03-01T22:13:20.485Z | + ARG0=ci_download_transceiver_control |
636 | 2024-03-01T22:13:20.485Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
637 | 2024-03-01T22:13:20.485Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
638 | 2024-03-01T22:13:20.485Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
639 | 2024-03-01T22:13:20.485Z | + TARGET_DIR=out |
640 | 2024-03-01T22:13:20.485Z | + DOWNLOAD_DIR=out/downloads |
641 | 2024-03-01T22:13:20.485Z | + DEST_DIR=./out/transceiver-control |
642 | 2024-03-01T22:13:20.485Z | + BIN_DIR=/opt/oxide/bin |
643 | 2024-03-01T22:13:20.485Z | + BINARY=xcvradm |
644 | 2024-03-01T22:13:20.485Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
645 | 2024-03-01T22:13:20.485Z | + REPO=oxidecomputer/transceiver-control |
646 | 2024-03-01T22:13:20.485Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
647 | 2024-03-01T22:13:20.485Z | + main |
648 | 2024-03-01T22:13:20.485Z | + [[ 0 != 0 ]] |
649 | 2024-03-01T22:13:20.485Z | + CIDL_OS=solaris2.11 |
650 | 2024-03-01T22:13:20.485Z | + [[ 0 != 0 ]] |
651 | 2024-03-01T22:13:20.485Z | + configure_os solaris2.11 |
652 | 2024-03-01T22:13:20.486Z | + echo 'current directory: /work/oxidecomputer/omicron' |
653 | 2024-03-01T22:13:20.486Z | + echo 'configuring based on OS: "solaris2.11"' |
654 | 2024-03-01T22:13:20.486Z | current directory: /work/oxidecomputer/omicron |
655 | 2024-03-01T22:13:20.486Z | configuring based on OS: "solaris2.11" |
656 | 2024-03-01T22:13:20.486Z | + case "$1" in |
657 | 2024-03-01T22:13:20.486Z | + SET_BINARIES= |
658 | 2024-03-01T22:13:20.486Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2024-03-01T22:13:20.486Z | + CIDL_SHA256FUNC=do_sha256sum |
660 | 2024-03-01T22:13:20.486Z | + ARCHIVE_FILENAME=xcvradm.gz |
661 | 2024-03-01T22:13:20.486Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2024-03-01T22:13:20.486Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
663 | 2024-03-01T22:13:20.486Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
664 | 2024-03-01T22:13:20.486Z | + echo 'Local file: out/downloads/xcvradm.gz' |
665 | 2024-03-01T22:13:20.486Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2024-03-01T22:13:20.486Z | Local file: out/downloads/xcvradm.gz |
667 | 2024-03-01T22:13:20.486Z | + mkdir -p out/downloads |
668 | 2024-03-01T22:13:20.490Z | + mkdir -p ./out/transceiver-control |
669 | 2024-03-01T22:13:20.490Z | + fetch_and_verify |
670 | 2024-03-01T22:13:20.490Z | + local DO_DOWNLOAD=true |
671 | 2024-03-01T22:13:20.490Z | + [[ -f out/downloads/xcvradm.gz ]] |
672 | 2024-03-01T22:13:20.490Z | + '[' true == true ']' |
673 | 2024-03-01T22:13:20.490Z | + echo Downloading... |
674 | 2024-03-01T22:13:20.490Z | Downloading... |
675 | 2024-03-01T22:13:20.490Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
676 | 2024-03-01T22:13:20.490Z | + 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 |
677 | 2024-03-01T22:13:22.014Z | ++ do_sha256sum out/downloads/xcvradm.gz |
678 | 2024-03-01T22:13:22.019Z | ++ sha256sum |
679 | 2024-03-01T22:13:22.019Z | ++ awk '{print $1}' |
680 | 2024-03-01T22:13:22.023Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2024-03-01T22:13:22.023Z | + [[ 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 ]] |
682 | 2024-03-01T22:13:22.023Z | + do_unpack out/downloads/xcvradm.gz |
683 | 2024-03-01T22:13:22.023Z | + mkdir -p out/downloads/root//opt/oxide/bin |
684 | 2024-03-01T22:13:22.023Z | + gzip -dc out/downloads/xcvradm.gz |
685 | 2024-03-01T22:13:22.151Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
686 | 2024-03-01T22:13:22.168Z | + do_assemble |
687 | 2024-03-01T22:13:22.168Z | + rm -r ./out/transceiver-control |
688 | 2024-03-01T22:13:22.168Z | + mkdir ./out/transceiver-control |
689 | 2024-03-01T22:13:22.169Z | + cp -r out/downloads/root ./out/transceiver-control/root |
690 | 2024-03-01T22:13:22.321Z | All prerequisites installed successfully |
691 | 2024-03-01T22:13:22.324Z | |
692 | 2024-03-01T22:13:22.324Z | real 1:59.412020068 |
693 | 2024-03-01T22:13:22.325Z | user 35.249651738 |
694 | 2024-03-01T22:13:22.325Z | sys 6.574446913 |
695 | 2024-03-01T22:13:22.325Z | trap 0.010029208 |
696 | 2024-03-01T22:13:22.325Z | tflt 0.253810137 |
697 | 2024-03-01T22:13:22.325Z | dflt 0.734476992 |
698 | 2024-03-01T22:13:22.325Z | kflt 0.228560845 |
699 | 2024-03-01T22:13:22.325Z | lock 1.876627262 |
700 | 2024-03-01T22:13:22.325Z | slp 3:54.437843599 |
701 | 2024-03-01T22:13:22.325Z | lat 1.873877817 |
702 | 2024-03-01T22:13:22.325Z | stop 0.138126025 |
703 | 2024-03-01T22:13:22.325Z | + banner end-to-end-tests |
704 | 2024-03-01T22:13:22.358Z | |
705 | 2024-03-01T22:13:22.358Z | ###### # # ##### ##### #### ###### # # ##### |
706 | 2024-03-01T22:13:22.358Z | # ## # # # # # # # ## # # # |
707 | 2024-03-01T22:13:22.358Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
708 | 2024-03-01T22:13:22.358Z | # # # # # # # # # # # # # # # |
709 | 2024-03-01T22:13:22.358Z | # # ## # # # # # # # ## # # |
710 | 2024-03-01T22:13:22.358Z | ###### # # ##### # #### ###### # # ##### |
711 | 2024-03-01T22:13:22.358Z | |
712 | 2024-03-01T22:13:22.361Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
713 | 2024-03-01T22:13:22.362Z | + CARGO_PROFILE_DEV_DEBUG=1 |
714 | 2024-03-01T22:13:22.362Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
715 | 2024-03-01T22:13:22.362Z | + CARGO_PROFILE_TEST_DEBUG=1 |
716 | 2024-03-01T22:13:22.362Z | + export CARGO_INCREMENTAL=0 |
717 | 2024-03-01T22:13:22.362Z | + CARGO_INCREMENTAL=0 |
718 | 2024-03-01T22:13:22.362Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
719 | 2024-03-01T22:13:22.633Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
720 | 2024-03-01T22:13:22.952Z | Updating git repository `https://github.com/oxidecomputer/samael` |
721 | 2024-03-01T22:13:23.317Z | Updating crates.io index |
722 | 2024-03-01T22:13:23.456Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
723 | 2024-03-01T22:13:24.556Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
724 | 2024-03-01T22:13:26.333Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
725 | 2024-03-01T22:13:26.863Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
726 | 2024-03-01T22:13:27.161Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
727 | 2024-03-01T22:13:27.433Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
728 | 2024-03-01T22:13:27.703Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
729 | 2024-03-01T22:13:27.966Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
730 | 2024-03-01T22:13:29.115Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
731 | 2024-03-01T22:13:31.245Z | Updating git repository `https://github.com/oxidecomputer/opte` |
732 | 2024-03-01T22:13:32.262Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
733 | 2024-03-01T22:13:32.602Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
734 | 2024-03-01T22:13:33.118Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
735 | 2024-03-01T22:13:33.457Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
736 | 2024-03-01T22:13:33.746Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
737 | 2024-03-01T22:13:34.103Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
738 | 2024-03-01T22:13:34.583Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
739 | 2024-03-01T22:13:34.871Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
740 | 2024-03-01T22:13:35.460Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
741 | 2024-03-01T22:13:35.784Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
742 | 2024-03-01T22:13:36.081Z | Updating git repository `https://github.com/jgallagher/nix` |
743 | 2024-03-01T22:13:37.006Z | Updating git repository `https://github.com/cbiffle/hubpack` |
744 | 2024-03-01T22:13:37.353Z | Updating git repository `https://github.com/oxidecomputer/typify` |
745 | 2024-03-01T22:13:39.014Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
746 | 2024-03-01T22:13:39.379Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
747 | 2024-03-01T22:13:39.685Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
748 | 2024-03-01T22:13:40.935Z | Downloading crates ... |
749 | 2024-03-01T22:13:41.177Z | Downloaded curve25519-dalek-derive v0.1.0 |
750 | 2024-03-01T22:13:41.193Z | Downloaded addr2line v0.21.0 |
751 | 2024-03-01T22:13:41.193Z | Downloaded cfg-if v1.0.0 |
752 | 2024-03-01T22:13:41.197Z | Downloaded camino v1.1.6 |
753 | 2024-03-01T22:13:41.202Z | Downloaded atty v0.2.14 |
754 | 2024-03-01T22:13:41.207Z | Downloaded bit-vec v0.6.3 |
755 | 2024-03-01T22:13:41.207Z | Downloaded deranged v0.3.8 |
756 | 2024-03-01T22:13:41.211Z | Downloaded bcrypt-pbkdf v0.10.0 |
757 | 2024-03-01T22:13:41.215Z | Downloaded lru-cache v0.1.2 |
758 | 2024-03-01T22:13:41.215Z | Downloaded base64 v0.21.7 |
759 | 2024-03-01T22:13:41.219Z | Downloaded structopt v0.3.26 |
760 | 2024-03-01T22:13:41.224Z | Downloaded blowfish v0.9.1 |
761 | 2024-03-01T22:13:41.228Z | Downloaded crucible-workspace-hack v0.1.0 |
762 | 2024-03-01T22:13:41.234Z | Downloaded aead v0.5.2 |
763 | 2024-03-01T22:13:41.234Z | Downloaded camino-tempfile v1.1.1 |
764 | 2024-03-01T22:13:41.238Z | Downloaded linked-hash-map v0.5.6 |
765 | 2024-03-01T22:13:41.238Z | Downloaded swrite v0.1.0 |
766 | 2024-03-01T22:13:41.238Z | Downloaded macaddr v1.0.1 |
767 | 2024-03-01T22:13:41.242Z | Downloaded zip v0.6.6 |
768 | 2024-03-01T22:13:41.246Z | Downloaded diesel_table_macro_syntax v0.1.0 |
769 | 2024-03-01T22:13:41.246Z | Downloaded ciborium-ll v0.2.2 |
770 | 2024-03-01T22:13:41.255Z | Downloaded anstyle-parse v0.2.1 |
771 | 2024-03-01T22:13:41.256Z | Downloaded linear-map v1.2.0 |
772 | 2024-03-01T22:13:41.256Z | Downloaded defmt-parser v0.3.3 |
773 | 2024-03-01T22:13:41.289Z | Downloaded derive_more v0.99.17 |
774 | 2024-03-01T22:13:41.289Z | Downloaded md5 v0.7.0 |
775 | 2024-03-01T22:13:41.289Z | Downloaded backtrace v0.3.69 |
776 | 2024-03-01T22:13:41.290Z | Downloaded nibble_vec v0.1.0 |
777 | 2024-03-01T22:13:41.290Z | Downloaded diesel_derives v2.1.2 |
778 | 2024-03-01T22:13:41.290Z | Downloaded new_debug_unreachable v1.0.4 |
779 | 2024-03-01T22:13:41.290Z | Downloaded cancel-safe-futures v0.1.5 |
780 | 2024-03-01T22:13:41.290Z | Downloaded aes v0.8.3 |
781 | 2024-03-01T22:13:41.290Z | Downloaded normalize-line-endings v0.3.0 |
782 | 2024-03-01T22:13:41.290Z | Downloaded darling_macro v0.20.3 |
783 | 2024-03-01T22:13:41.290Z | Downloaded ahash v0.8.7 |
784 | 2024-03-01T22:13:41.321Z | Downloaded defmt-macros v0.3.6 |
785 | 2024-03-01T22:13:41.321Z | Downloaded polyval v0.6.1 |
786 | 2024-03-01T22:13:41.345Z | Downloaded anstyle v1.0.2 |
787 | 2024-03-01T22:13:41.345Z | Downloaded colorchoice v1.0.0 |
788 | 2024-03-01T22:13:41.346Z | Downloaded data-encoding v2.4.0 |
789 | 2024-03-01T22:13:41.346Z | Downloaded walkdir v2.4.0 |
790 | 2024-03-01T22:13:41.346Z | Downloaded cstr-argument v0.1.2 |
791 | 2024-03-01T22:13:41.346Z | Downloaded num-rational v0.4.1 |
792 | 2024-03-01T22:13:41.346Z | Downloaded openssl-macros v0.1.1 |
793 | 2024-03-01T22:13:41.346Z | Downloaded der v0.7.8 |
794 | 2024-03-01T22:13:41.347Z | Downloaded time-core v0.1.1 |
795 | 2024-03-01T22:13:41.347Z | Downloaded ciborium-io v0.2.2 |
796 | 2024-03-01T22:13:41.347Z | Downloaded memmap v0.7.0 |
797 | 2024-03-01T22:13:41.347Z | Downloaded debug-ignore v1.0.5 |
798 | 2024-03-01T22:13:41.347Z | Downloaded num_threads v0.1.6 |
799 | 2024-03-01T22:13:41.347Z | Downloaded precomputed-hash v0.1.1 |
800 | 2024-03-01T22:13:41.348Z | Downloaded md-5 v0.10.5 |
801 | 2024-03-01T22:13:41.348Z | Downloaded darling v0.20.3 |
802 | 2024-03-01T22:13:41.348Z | Downloaded cpufeatures v0.2.12 |
803 | 2024-03-01T22:13:41.348Z | Downloaded num_enum v0.5.11 |
804 | 2024-03-01T22:13:41.355Z | Downloaded parse-display-derive v0.9.0 |
805 | 2024-03-01T22:13:41.355Z | Downloaded pretty-hex v0.2.1 |
806 | 2024-03-01T22:13:41.355Z | Downloaded pin-utils v0.1.0 |
807 | 2024-03-01T22:13:41.355Z | Downloaded option-ext v0.2.0 |
808 | 2024-03-01T22:13:41.355Z | Downloaded libefi-sys v0.1.0 |
809 | 2024-03-01T22:13:41.356Z | Downloaded pretty-hex v0.4.1 |
810 | 2024-03-01T22:13:41.356Z | Downloaded openssl-probe v0.1.5 |
811 | 2024-03-01T22:13:41.356Z | Downloaded opaque-debug v0.3.0 |
812 | 2024-03-01T22:13:41.356Z | Downloaded constant_time_eq v0.3.0 |
813 | 2024-03-01T22:13:41.356Z | Downloaded clap_lex v0.7.0 |
814 | 2024-03-01T22:13:41.357Z | Downloaded atomicwrites v0.4.3 |
815 | 2024-03-01T22:13:41.357Z | Downloaded predicates-core v1.0.6 |
816 | 2024-03-01T22:13:41.357Z | Downloaded cobs v0.2.3 |
817 | 2024-03-01T22:13:41.357Z | Downloaded pbkdf2 v0.11.0 |
818 | 2024-03-01T22:13:41.358Z | Downloaded bitflags v1.3.2 |
819 | 2024-03-01T22:13:41.364Z | Downloaded block-buffer v0.10.4 |
820 | 2024-03-01T22:13:41.364Z | Downloaded lalrpop-util v0.19.12 |
821 | 2024-03-01T22:13:41.364Z | Downloaded byteorder v1.5.0 |
822 | 2024-03-01T22:13:41.365Z | Downloaded lock_api v0.4.10 |
823 | 2024-03-01T22:13:41.365Z | Downloaded convert_case v0.4.0 |
824 | 2024-03-01T22:13:41.371Z | Downloaded pkg-config v0.3.27 |
825 | 2024-03-01T22:13:41.371Z | Downloaded foreign-types-shared v0.3.1 |
826 | 2024-03-01T22:13:41.372Z | Downloaded ctr v0.9.2 |
827 | 2024-03-01T22:13:41.372Z | Downloaded predicates v3.1.0 |
828 | 2024-03-01T22:13:41.378Z | Downloaded phf_shared v0.10.0 |
829 | 2024-03-01T22:13:41.378Z | Downloaded crypto-common v0.1.6 |
830 | 2024-03-01T22:13:41.378Z | Downloaded ghash v0.5.0 |
831 | 2024-03-01T22:13:41.379Z | Downloaded crossbeam-deque v0.8.3 |
832 | 2024-03-01T22:13:41.379Z | Downloaded num v0.4.1 |
833 | 2024-03-01T22:13:41.385Z | Downloaded bit-set v0.5.3 |
834 | 2024-03-01T22:13:41.386Z | Downloaded kstat-rs v0.2.3 |
835 | 2024-03-01T22:13:41.386Z | Downloaded adler v1.0.2 |
836 | 2024-03-01T22:13:41.386Z | Downloaded parking_lot_core v0.9.8 |
837 | 2024-03-01T22:13:41.386Z | Downloaded subtle v2.5.0 |
838 | 2024-03-01T22:13:41.389Z | Downloaded block-padding v0.3.3 |
839 | 2024-03-01T22:13:41.389Z | Downloaded base16ct v0.2.0 |
840 | 2024-03-01T22:13:41.389Z | Downloaded autocfg v1.1.0 |
841 | 2024-03-01T22:13:41.389Z | Downloaded tokio-native-tls v0.3.1 |
842 | 2024-03-01T22:13:41.389Z | Downloaded foreign-types-shared v0.1.1 |
843 | 2024-03-01T22:13:41.392Z | Downloaded arrayref v0.3.7 |
844 | 2024-03-01T22:13:41.392Z | Downloaded pkcs8 v0.10.2 |
845 | 2024-03-01T22:13:41.402Z | Downloaded phf v0.11.2 |
846 | 2024-03-01T22:13:41.402Z | Downloaded num_cpus v1.16.0 |
847 | 2024-03-01T22:13:41.402Z | Downloaded parse-display v0.9.0 |
848 | 2024-03-01T22:13:41.402Z | Downloaded percent-encoding v2.3.1 |
849 | 2024-03-01T22:13:41.402Z | Downloaded libsw v3.3.1 |
850 | 2024-03-01T22:13:41.415Z | Downloaded der_derive v0.7.2 |
851 | 2024-03-01T22:13:41.415Z | Downloaded native-tls v0.2.11 |
852 | 2024-03-01T22:13:41.415Z | Downloaded dirs-next v2.0.0 |
853 | 2024-03-01T22:13:41.415Z | Downloaded postgres-protocol v0.6.6 |
854 | 2024-03-01T22:13:41.415Z | Downloaded untrusted v0.7.1 |
855 | 2024-03-01T22:13:41.415Z | Downloaded dyn-clone v1.0.17 |
856 | 2024-03-01T22:13:41.416Z | Downloaded mime_guess v2.0.4 |
857 | 2024-03-01T22:13:41.419Z | Downloaded once_cell v1.19.0 |
858 | 2024-03-01T22:13:41.419Z | Downloaded base64ct v1.6.0 |
859 | 2024-03-01T22:13:41.419Z | Downloaded errno v0.3.8 |
860 | 2024-03-01T22:13:41.422Z | Downloaded pem-rfc7468 v0.7.0 |
861 | 2024-03-01T22:13:41.422Z | Downloaded rustc_version v0.4.0 |
862 | 2024-03-01T22:13:41.425Z | Downloaded num-complex v0.4.4 |
863 | 2024-03-01T22:13:41.425Z | Downloaded atomic-waker v1.1.1 |
864 | 2024-03-01T22:13:41.428Z | Downloaded form_urlencoded v1.2.1 |
865 | 2024-03-01T22:13:41.428Z | Downloaded cc v1.0.83 |
866 | 2024-03-01T22:13:41.431Z | Downloaded rustversion v1.0.14 |
867 | 2024-03-01T22:13:41.434Z | Downloaded anstream v0.6.11 |
868 | 2024-03-01T22:13:41.437Z | Downloaded argon2 v0.5.3 |
869 | 2024-03-01T22:13:41.437Z | Downloaded dtrace-parser v0.2.0 |
870 | 2024-03-01T22:13:41.441Z | Downloaded ppv-lite86 v0.2.17 |
871 | 2024-03-01T22:13:41.441Z | Downloaded pest_meta v2.7.6 |
872 | 2024-03-01T22:13:41.444Z | Downloaded structmeta v0.3.0 |
873 | 2024-03-01T22:13:41.444Z | Downloaded num-derive v0.4.0 |
874 | 2024-03-01T22:13:41.444Z | Downloaded platforms v3.0.2 |
875 | 2024-03-01T22:13:41.447Z | Downloaded bitflags v2.4.0 |
876 | 2024-03-01T22:13:41.450Z | Downloaded defmt v0.3.5 |
877 | 2024-03-01T22:13:41.453Z | Downloaded pest_derive v2.7.6 |
878 | 2024-03-01T22:13:41.456Z | Downloaded want v0.3.1 |
879 | 2024-03-01T22:13:41.456Z | Downloaded toolchain_find v0.2.0 |
880 | 2024-03-01T22:13:41.467Z | Downloaded fixedbitset v0.4.2 |
881 | 2024-03-01T22:13:41.467Z | Downloaded dtrace-parser v0.1.14 |
882 | 2024-03-01T22:13:41.467Z | Downloaded rand_chacha v0.2.2 |
883 | 2024-03-01T22:13:41.467Z | Downloaded strsim v0.8.0 |
884 | 2024-03-01T22:13:41.467Z | Downloaded parking_lot v0.12.1 |
885 | 2024-03-01T22:13:41.467Z | Downloaded poly1305 v0.8.0 |
886 | 2024-03-01T22:13:41.470Z | Downloaded derive-where v1.2.7 |
887 | 2024-03-01T22:13:41.470Z | Downloaded tracing-attributes v0.1.26 |
888 | 2024-03-01T22:13:41.473Z | Downloaded crc32fast v1.3.2 |
889 | 2024-03-01T22:13:41.476Z | Downloaded omicron-zone-package v0.11.0 |
890 | 2024-03-01T22:13:41.480Z | Downloaded clap v4.5.0 |
891 | 2024-03-01T22:13:41.487Z | Downloaded usdt-macro v0.3.5 |
892 | 2024-03-01T22:13:41.494Z | Downloaded signal-hook-mio v0.2.3 |
893 | 2024-03-01T22:13:41.494Z | Downloaded digest v0.10.7 |
894 | 2024-03-01T22:13:41.494Z | Downloaded anyhow v1.0.75 |
895 | 2024-03-01T22:13:41.497Z | Downloaded rand_core v0.5.1 |
896 | 2024-03-01T22:13:41.497Z | Downloaded crossbeam-utils v0.8.16 |
897 | 2024-03-01T22:13:41.500Z | Downloaded rand_core v0.6.4 |
898 | 2024-03-01T22:13:41.500Z | Downloaded usdt-macro v0.5.0 |
899 | 2024-03-01T22:13:41.500Z | Downloaded either v1.10.0 |
900 | 2024-03-01T22:13:41.504Z | Downloaded waitgroup v0.1.2 |
901 | 2024-03-01T22:13:41.504Z | Downloaded usdt-attr-macro v0.5.0 |
902 | 2024-03-01T22:13:41.504Z | Downloaded blake2 v0.10.6 |
903 | 2024-03-01T22:13:41.507Z | Downloaded quick-error v1.2.3 |
904 | 2024-03-01T22:13:41.507Z | Downloaded num-traits v0.2.16 |
905 | 2024-03-01T22:13:41.511Z | Downloaded thiserror-impl-no-std v2.0.2 |
906 | 2024-03-01T22:13:41.514Z | Downloaded zeroize v1.7.0 |
907 | 2024-03-01T22:13:41.514Z | Downloaded thiserror-impl v1.0.57 |
908 | 2024-03-01T22:13:41.514Z | Downloaded inout v0.1.3 |
909 | 2024-03-01T22:13:41.517Z | Downloaded toml v0.8.10 |
910 | 2024-03-01T22:13:41.520Z | Downloaded futures-io v0.3.30 |
911 | 2024-03-01T22:13:41.521Z | Downloaded r2d2 v0.8.10 |
912 | 2024-03-01T22:13:41.524Z | Downloaded utf8parse v0.2.1 |
913 | 2024-03-01T22:13:41.524Z | Downloaded smallvec v1.13.1 |
914 | 2024-03-01T22:13:41.526Z | Downloaded strum v0.26.1 |
915 | 2024-03-01T22:13:41.526Z | Downloaded float-cmp v0.9.0 |
916 | 2024-03-01T22:13:41.527Z | Downloaded schemars_derive v0.8.16 |
917 | 2024-03-01T22:13:41.530Z | Downloaded gethostname v0.4.3 |
918 | 2024-03-01T22:13:41.530Z | Downloaded serde_urlencoded v0.7.1 |
919 | 2024-03-01T22:13:41.533Z | Downloaded semver v0.1.20 |
920 | 2024-03-01T22:13:41.533Z | Downloaded http-range v0.1.5 |
921 | 2024-03-01T22:13:41.533Z | Downloaded strsim v0.10.0 |
922 | 2024-03-01T22:13:41.536Z | Downloaded foreign-types v0.5.0 |
923 | 2024-03-01T22:13:41.536Z | Downloaded filetime v0.2.23 |
924 | 2024-03-01T22:13:41.542Z | Downloaded postcard v1.0.8 |
925 | 2024-03-01T22:13:41.542Z | Downloaded zeroize_derive v1.4.2 |
926 | 2024-03-01T22:13:41.542Z | Downloaded unicode-ident v1.0.12 |
927 | 2024-03-01T22:13:41.959Z | Downloaded darling_core v0.20.3 |
928 | 2024-03-01T22:13:41.969Z | Downloaded scroll_derive v0.12.0 |
929 | 2024-03-01T22:13:41.969Z | Downloaded futures-sink v0.3.30 |
930 | 2024-03-01T22:13:41.969Z | Downloaded chacha20poly1305 v0.10.1 |
931 | 2024-03-01T22:13:41.969Z | Downloaded zerocopy v0.3.0 |
932 | 2024-03-01T22:13:41.969Z | Downloaded futures-macro v0.3.30 |
933 | 2024-03-01T22:13:41.969Z | Downloaded futures-core v0.3.30 |
934 | 2024-03-01T22:13:41.969Z | Downloaded thread-id v4.2.0 |
935 | 2024-03-01T22:13:41.969Z | Downloaded strum_macros v0.26.1 |
936 | 2024-03-01T22:13:41.969Z | Downloaded ed25519 v2.2.2 |
937 | 2024-03-01T22:13:41.970Z | Downloaded toml v0.7.8 |
938 | 2024-03-01T22:13:41.970Z | Downloaded universal-hash v0.5.1 |
939 | 2024-03-01T22:13:41.970Z | Downloaded semver-parser v0.10.2 |
940 | 2024-03-01T22:13:41.970Z | Downloaded tracing-core v0.1.31 |
941 | 2024-03-01T22:13:41.970Z | Downloaded heck v0.4.1 |
942 | 2024-03-01T22:13:41.970Z | Downloaded dof v0.3.0 |
943 | 2024-03-01T22:13:41.970Z | Downloaded whoami v1.4.1 |
944 | 2024-03-01T22:13:41.970Z | Downloaded russh-keys v0.42.0 |
945 | 2024-03-01T22:13:41.970Z | Downloaded hex-literal v0.4.1 |
946 | 2024-03-01T22:13:41.970Z | Downloaded zone_cfg_derive v0.3.0 |
947 | 2024-03-01T22:13:41.970Z | Downloaded sha2 v0.10.8 |
948 | 2024-03-01T22:13:41.970Z | Downloaded serde_path_to_error v0.1.15 |
949 | 2024-03-01T22:13:41.970Z | Downloaded ff v0.13.0 |
950 | 2024-03-01T22:13:41.971Z | Downloaded dirs-sys v0.4.1 |
951 | 2024-03-01T22:13:41.971Z | Downloaded siphasher v0.3.11 |
952 | 2024-03-01T22:13:41.971Z | Downloaded spin v0.9.8 |
953 | 2024-03-01T22:13:41.971Z | Downloaded usdt-impl v0.5.0 |
954 | 2024-03-01T22:13:41.971Z | Downloaded rustc-demangle v0.1.23 |
955 | 2024-03-01T22:13:41.971Z | Downloaded arc-swap v1.6.0 |
956 | 2024-03-01T22:13:41.971Z | Downloaded getrandom v0.2.10 |
957 | 2024-03-01T22:13:41.971Z | Downloaded allocator-api2 v0.2.16 |
958 | 2024-03-01T22:13:41.971Z | Downloaded p256 v0.13.2 |
959 | 2024-03-01T22:13:41.971Z | Downloaded xattr v1.0.1 |
960 | 2024-03-01T22:13:41.971Z | Downloaded sha1 v0.10.6 |
961 | 2024-03-01T22:13:41.971Z | Downloaded zerocopy-derive v0.7.32 |
962 | 2024-03-01T22:13:41.971Z | Downloaded usdt v0.5.0 |
963 | 2024-03-01T22:13:41.972Z | Downloaded futures-task v0.3.30 |
964 | 2024-03-01T22:13:41.972Z | Downloaded dof v0.1.5 |
965 | 2024-03-01T22:13:41.972Z | Downloaded untrusted v0.9.0 |
966 | 2024-03-01T22:13:41.972Z | Downloaded thiserror v1.0.57 |
967 | 2024-03-01T22:13:41.972Z | Downloaded heapless v0.7.16 |
968 | 2024-03-01T22:13:41.972Z | Downloaded typenum v1.16.0 |
969 | 2024-03-01T22:13:41.972Z | Downloaded display-error-chain v0.2.0 |
970 | 2024-03-01T22:13:41.972Z | Downloaded ryu v1.0.15 |
971 | 2024-03-01T22:13:41.972Z | Downloaded trust-dns-client v0.22.0 |
972 | 2024-03-01T22:13:41.972Z | Downloaded ecdsa v0.16.9 |
973 | 2024-03-01T22:13:41.972Z | Downloaded generic-array v0.14.7 |
974 | 2024-03-01T22:13:41.972Z | Downloaded minimal-lexical v0.2.1 |
975 | 2024-03-01T22:13:41.973Z | Downloaded try-lock v0.2.4 |
976 | 2024-03-01T22:13:41.973Z | Downloaded glob v0.3.1 |
977 | 2024-03-01T22:13:41.973Z | Downloaded ident_case v1.0.1 |
978 | 2024-03-01T22:13:41.973Z | Downloaded home v0.5.5 |
979 | 2024-03-01T22:13:41.973Z | Downloaded heck v0.3.3 |
980 | 2024-03-01T22:13:41.973Z | Downloaded utf-8 v0.7.6 |
981 | 2024-03-01T22:13:41.973Z | Downloaded unicase v2.7.0 |
982 | 2024-03-01T22:13:41.973Z | Downloaded hex v0.4.3 |
983 | 2024-03-01T22:13:41.973Z | Downloaded group v0.13.0 |
984 | 2024-03-01T22:13:41.973Z | Downloaded httparse v1.8.0 |
985 | 2024-03-01T22:13:41.973Z | Downloaded vec_map v0.8.2 |
986 | 2024-03-01T22:13:41.973Z | Downloaded slab v0.4.9 |
987 | 2024-03-01T22:13:41.973Z | Downloaded hubpack v0.1.2 |
988 | 2024-03-01T22:13:41.974Z | Downloaded synstructure v0.12.6 |
989 | 2024-03-01T22:13:41.974Z | Downloaded unsafe-libyaml v0.2.10 |
990 | 2024-03-01T22:13:41.974Z | Downloaded enum-as-inner v0.5.1 |
991 | 2024-03-01T22:13:41.974Z | Downloaded tar v0.4.40 |
992 | 2024-03-01T22:13:41.974Z | Downloaded rustls-pemfile v2.1.0 |
993 | 2024-03-01T22:13:41.974Z | Downloaded slog-async v2.8.0 |
994 | 2024-03-01T22:13:41.974Z | Downloaded sync_wrapper v0.1.2 |
995 | 2024-03-01T22:13:41.974Z | Downloaded half v2.3.1 |
996 | 2024-03-01T22:13:41.974Z | Downloaded textwrap v0.11.0 |
997 | 2024-03-01T22:13:41.974Z | Downloaded indexmap v1.9.3 |
998 | 2024-03-01T22:13:41.974Z | Downloaded headers-core v0.2.0 |
999 | 2024-03-01T22:13:41.974Z | Downloaded russh-cryptovec v0.7.0 |
1000 | 2024-03-01T22:13:41.975Z | Downloaded semver v0.11.0 |
1001 | 2024-03-01T22:13:41.975Z | Downloaded ipnet v2.9.0 |
1002 | 2024-03-01T22:13:41.975Z | Downloaded flagset v0.4.3 |
1003 | 2024-03-01T22:13:41.975Z | Downloaded fallible-iterator v0.2.0 |
1004 | 2024-03-01T22:13:41.975Z | Downloaded string_cache v0.8.7 |
1005 | 2024-03-01T22:13:41.975Z | Downloaded unicode-xid v0.2.4 |
1006 | 2024-03-01T22:13:41.975Z | Downloaded unicode-width v0.1.11 |
1007 | 2024-03-01T22:13:41.975Z | Downloaded primeorder v0.13.6 |
1008 | 2024-03-01T22:13:41.975Z | Downloaded instant v0.1.12 |
1009 | 2024-03-01T22:13:41.975Z | Downloaded endian-type v0.1.2 |
1010 | 2024-03-01T22:13:41.975Z | Downloaded futures-channel v0.3.30 |
1011 | 2024-03-01T22:13:41.975Z | Downloaded rfc6979 v0.4.0 |
1012 | 2024-03-01T22:13:41.975Z | Downloaded similar v2.3.0 |
1013 | 2024-03-01T22:13:41.976Z | Downloaded scopeguard v1.2.0 |
1014 | 2024-03-01T22:13:41.976Z | Downloaded tokio-rustls v0.25.0 |
1015 | 2024-03-01T22:13:41.976Z | Downloaded hostname v0.3.1 |
1016 | 2024-03-01T22:13:41.976Z | Downloaded getrandom v0.1.16 |
1017 | 2024-03-01T22:13:41.976Z | Downloaded slog-json v2.6.1 |
1018 | 2024-03-01T22:13:41.976Z | Downloaded tempfile v3.10.0 |
1019 | 2024-03-01T22:13:41.976Z | Downloaded quote v1.0.35 |
1020 | 2024-03-01T22:13:41.976Z | Downloaded dirs v5.0.1 |
1021 | 2024-03-01T22:13:41.976Z | Downloaded rand_chacha v0.3.1 |
1022 | 2024-03-01T22:13:41.976Z | Downloaded slog-envlogger v2.2.0 |
1023 | 2024-03-01T22:13:41.976Z | Downloaded hyper-staticfile v0.9.5 |
1024 | 2024-03-01T22:13:41.976Z | Downloaded iana-time-zone v0.1.57 |
1025 | 2024-03-01T22:13:41.976Z | Downloaded stable_deref_trait v1.2.0 |
1026 | 2024-03-01T22:13:41.977Z | Downloaded smf v0.2.2 |
1027 | 2024-03-01T22:13:41.977Z | Downloaded rustfmt-wrapper v0.2.0 |
1028 | 2024-03-01T22:13:41.982Z | Downloaded sec1 v0.7.3 |
1029 | 2024-03-01T22:13:41.982Z | Downloaded hash32 v0.3.1 |
1030 | 2024-03-01T22:13:41.982Z | Downloaded serde_yaml v0.9.25 |
1031 | 2024-03-01T22:13:41.982Z | Downloaded libm v0.2.7 |
1032 | 2024-03-01T22:13:41.982Z | Downloaded difflib v0.4.0 |
1033 | 2024-03-01T22:13:41.982Z | Downloaded zone v0.3.0 |
1034 | 2024-03-01T22:13:41.983Z | Downloaded mio v0.8.9 |
1035 | 2024-03-01T22:13:41.983Z | Downloaded secrecy v0.8.0 |
1036 | 2024-03-01T22:13:41.983Z | Downloaded yasna v0.5.2 |
1037 | 2024-03-01T22:13:41.983Z | Downloaded slog-bunyan v2.5.0 |
1038 | 2024-03-01T22:13:41.983Z | Downloaded serde_tokenstream v0.2.0 |
1039 | 2024-03-01T22:13:41.983Z | Downloaded ipnetwork v0.20.0 |
1040 | 2024-03-01T22:13:41.983Z | Downloaded semver v1.0.22 |
1041 | 2024-03-01T22:13:41.983Z | Downloaded rcgen v0.12.1 |
1042 | 2024-03-01T22:13:41.983Z | Downloaded rayon-core v1.12.1 |
1043 | 2024-03-01T22:13:41.983Z | Downloaded signal-hook v0.3.17 |
1044 | 2024-03-01T22:13:41.983Z | Downloaded toml v0.5.11 |
1045 | 2024-03-01T22:13:41.983Z | Downloaded rustls-pemfile v1.0.3 |
1046 | 2024-03-01T22:13:41.983Z | Downloaded subprocess v0.2.9 |
1047 | 2024-03-01T22:13:41.983Z | Downloaded heapless v0.8.0 |
1048 | 2024-03-01T22:13:41.983Z | Downloaded static_assertions v1.1.0 |
1049 | 2024-03-01T22:13:41.983Z | Downloaded serde_spanned v0.6.5 |
1050 | 2024-03-01T22:13:41.983Z | Downloaded structopt-derive v0.4.18 |
1051 | 2024-03-01T22:13:41.983Z | Downloaded futures-executor v0.3.30 |
1052 | 2024-03-01T22:13:41.983Z | Downloaded dirs-sys-next v0.1.2 |
1053 | 2024-03-01T22:13:41.983Z | Downloaded version_check v0.9.4 |
1054 | 2024-03-01T22:13:41.983Z | Downloaded hash32 v0.2.1 |
1055 | 2024-03-01T22:13:41.983Z | Downloaded slog v2.7.0 |
1056 | 2024-03-01T22:13:41.983Z | Downloaded tinyvec v1.6.0 |
1057 | 2024-03-01T22:13:41.984Z | Downloaded futures v0.3.30 |
1058 | 2024-03-01T22:13:41.984Z | Downloaded russh v0.42.0 |
1059 | 2024-03-01T22:13:41.984Z | Downloaded serde_derive v1.0.197 |
1060 | 2024-03-01T22:13:41.984Z | Downloaded elliptic-curve v0.13.8 |
1061 | 2024-03-01T22:13:41.984Z | Downloaded tungstenite v0.20.1 |
1062 | 2024-03-01T22:13:41.984Z | Downloaded hashbrown v0.12.3 |
1063 | 2024-03-01T22:13:41.984Z | Downloaded scroll v0.12.0 |
1064 | 2024-03-01T22:13:41.984Z | Downloaded signature v2.1.0 |
1065 | 2024-03-01T22:13:41.984Z | Downloaded signal-hook-registry v1.4.1 |
1066 | 2024-03-01T22:13:41.984Z | Downloaded serde_derive_internals v0.26.0 |
1067 | 2024-03-01T22:13:41.984Z | Downloaded tokio-rustls v0.24.1 |
1068 | 2024-03-01T22:13:41.984Z | Downloaded ed25519-dalek v2.0.0 |
1069 | 2024-03-01T22:13:41.984Z | Downloaded http v1.0.0 |
1070 | 2024-03-01T22:13:41.984Z | Downloaded serde_with_macros v3.6.1 |
1071 | 2024-03-01T22:13:41.984Z | Downloaded tokio-util v0.7.10 |
1072 | 2024-03-01T22:13:41.984Z | Downloaded hmac v0.12.1 |
1073 | 2024-03-01T22:13:41.984Z | Downloaded tokio-postgres v0.7.10 |
1074 | 2024-03-01T22:13:41.984Z | Downloaded foreign-types-macros v0.2.3 |
1075 | 2024-03-01T22:13:41.984Z | Downloaded foreign-types v0.3.2 |
1076 | 2024-03-01T22:13:41.985Z | Downloaded aes-gcm v0.10.3 |
1077 | 2024-03-01T22:13:41.985Z | Downloaded indexmap v2.2.3 |
1078 | 2024-03-01T22:13:41.985Z | Downloaded steno v0.4.0 |
1079 | 2024-03-01T22:13:41.985Z | Downloaded nom v7.1.3 |
1080 | 2024-03-01T22:13:41.985Z | Downloaded sct v0.7.0 |
1081 | 2024-03-01T22:13:41.985Z | Downloaded serde v1.0.197 |
1082 | 2024-03-01T22:13:41.985Z | Downloaded proc-macro2 v1.0.78 |
1083 | 2024-03-01T22:13:41.985Z | Downloaded itertools v0.12.1 |
1084 | 2024-03-01T22:13:41.985Z | Downloaded toml_edit v0.19.15 |
1085 | 2024-03-01T22:13:41.985Z | Downloaded headers v0.3.9 |
1086 | 2024-03-01T22:13:41.985Z | Downloaded httpdate v1.0.3 |
1087 | 2024-03-01T22:13:41.985Z | Downloaded proc-macro-error-attr v1.0.4 |
1088 | 2024-03-01T22:13:41.985Z | Downloaded proc-macro-crate v1.3.1 |
1089 | 2024-03-01T22:13:41.985Z | Downloaded tracing v0.1.37 |
1090 | 2024-03-01T22:13:41.985Z | Downloaded unicode-segmentation v1.10.1 |
1091 | 2024-03-01T22:13:41.985Z | Downloaded trust-dns-server v0.22.1 |
1092 | 2024-03-01T22:13:41.985Z | Downloaded rand v0.8.5 |
1093 | 2024-03-01T22:13:41.985Z | Downloaded http v0.2.11 |
1094 | 2024-03-01T22:13:41.985Z | Downloaded unicode-bidi v0.3.13 |
1095 | 2024-03-01T22:13:41.985Z | Downloaded p521 v0.13.3 |
1096 | 2024-03-01T22:13:41.985Z | Downloaded flate2 v1.0.28 |
1097 | 2024-03-01T22:13:41.985Z | Downloaded zerocopy v0.7.32 |
1098 | 2024-03-01T22:13:41.990Z | Downloaded proc-macro-error v1.0.4 |
1099 | 2024-03-01T22:13:41.990Z | Downloaded crossterm v0.27.0 |
1100 | 2024-03-01T22:13:41.997Z | Downloaded rustls-webpki v0.101.7 |
1101 | 2024-03-01T22:13:42.008Z | Downloaded trust-dns-resolver v0.22.0 |
1102 | 2024-03-01T22:13:42.013Z | Downloaded url v2.5.0 |
1103 | 2024-03-01T22:13:42.016Z | Downloaded rustls-webpki v0.102.1 |
1104 | 2024-03-01T22:13:42.033Z | Downloaded h2 v0.3.24 |
1105 | 2024-03-01T22:13:42.038Z | Downloaded hkdf v0.12.4 |
1106 | 2024-03-01T22:13:42.042Z | Downloaded syn v1.0.109 |
1107 | 2024-03-01T22:13:42.055Z | Downloaded regex-automata v0.1.10 |
1108 | 2024-03-01T22:13:42.058Z | Downloaded object v0.32.1 |
1109 | 2024-03-01T22:13:42.067Z | Downloaded toml_edit v0.22.6 |
1110 | 2024-03-01T22:13:42.090Z | Downloaded vcpkg v0.2.15 |
1111 | 2024-03-01T22:13:42.128Z | Downloaded serde_json v1.0.114 |
1112 | 2024-03-01T22:13:42.134Z | Downloaded winnow v0.6.1 |
1113 | 2024-03-01T22:13:42.143Z | Downloaded idna v0.5.0 |
1114 | 2024-03-01T22:13:42.150Z | Downloaded curve25519-dalek v4.1.1 |
1115 | 2024-03-01T22:13:42.201Z | Downloaded webpki-roots v0.25.2 |
1116 | 2024-03-01T22:13:42.211Z | Downloaded futures-util v0.3.30 |
1117 | 2024-03-01T22:13:42.211Z | Downloaded hyper v0.14.27 |
1118 | 2024-03-01T22:13:42.211Z | Downloaded rayon v1.9.0 |
1119 | 2024-03-01T22:13:42.211Z | Downloaded rustls v0.21.9 |
1120 | 2024-03-01T22:13:42.211Z | Downloaded reqwest v0.11.24 |
1121 | 2024-03-01T22:13:42.219Z | Downloaded winnow v0.5.15 |
1122 | 2024-03-01T22:13:42.222Z | Downloaded regex-syntax v0.8.2 |
1123 | 2024-03-01T22:13:42.230Z | Downloaded smoltcp v0.11.0 |
1124 | 2024-03-01T22:13:42.241Z | Downloaded gimli v0.28.0 |
1125 | 2024-03-01T22:13:42.249Z | Downloaded goblin v0.8.0 |
1126 | 2024-03-01T22:13:42.255Z | Downloaded rustix v0.38.31 |
1127 | 2024-03-01T22:13:42.278Z | Downloaded regress v0.8.0 |
1128 | 2024-03-01T22:13:42.285Z | Downloaded bstr v0.2.17 |
1129 | 2024-03-01T22:13:42.295Z | Downloaded smoltcp v0.9.1 |
1130 | 2024-03-01T22:13:42.307Z | Downloaded openssl v0.10.60 |
1131 | 2024-03-01T22:13:42.319Z | Downloaded zerocopy-derive v0.6.4 |
1132 | 2024-03-01T22:13:42.330Z | Downloaded regex-automata v0.4.4 |
1133 | 2024-03-01T22:13:42.344Z | Downloaded rustls v0.22.2 |
1134 | 2024-03-01T22:13:42.355Z | Downloaded radix_trie v0.2.1 |
1135 | 2024-03-01T22:13:42.369Z | Downloaded zerocopy-derive v0.2.0 |
1136 | 2024-03-01T22:13:42.380Z | Downloaded rand v0.7.3 |
1137 | 2024-03-01T22:13:42.380Z | Downloaded openapiv3 v2.0.0 |
1138 | 2024-03-01T22:13:42.390Z | Downloaded sha3 v0.10.8 |
1139 | 2024-03-01T22:13:42.398Z | Downloaded chrono v0.4.31 |
1140 | 2024-03-01T22:13:42.407Z | Downloaded bstr v1.6.0 |
1141 | 2024-03-01T22:13:42.417Z | Downloaded trust-dns-proto v0.22.0 |
1142 | 2024-03-01T22:13:42.435Z | Downloaded serde_with v3.6.1 |
1143 | 2024-03-01T22:13:42.446Z | Downloaded sled v0.34.7 |
1144 | 2024-03-01T22:13:42.457Z | Downloaded encoding_rs v0.8.33 |
1145 | 2024-03-01T22:13:42.484Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1146 | 2024-03-01T22:13:42.493Z | Downloaded syn v2.0.51 |
1147 | 2024-03-01T22:13:42.504Z | Downloaded regex-automata v0.3.8 |
1148 | 2024-03-01T22:13:42.518Z | Downloaded libc v0.2.153 |
1149 | 2024-03-01T22:13:42.545Z | Downloaded tokio v1.36.0 |
1150 | 2024-03-01T22:13:42.582Z | Downloaded regex v1.10.3 |
1151 | 2024-03-01T22:13:42.596Z | Downloaded clap v2.34.0 |
1152 | 2024-03-01T22:13:42.608Z | Downloaded idna v0.2.3 |
1153 | 2024-03-01T22:13:42.618Z | Downloaded itertools v0.10.5 |
1154 | 2024-03-01T22:13:42.631Z | Downloaded winapi v0.3.9 |
1155 | 2024-03-01T22:13:42.657Z | Downloaded hashbrown v0.14.3 |
1156 | 2024-03-01T22:13:42.664Z | Downloaded aho-corasick v1.0.4 |
1157 | 2024-03-01T22:13:42.673Z | Downloaded unicode-normalization v0.1.22 |
1158 | 2024-03-01T22:13:42.680Z | Downloaded clap_builder v4.5.0 |
1159 | 2024-03-01T22:13:42.680Z | Downloaded petgraph v0.6.4 |
1160 | 2024-03-01T22:13:42.692Z | Downloaded pest v2.7.6 |
1161 | 2024-03-01T22:13:42.700Z | Downloaded itoa v1.0.9 |
1162 | 2024-03-01T22:13:42.700Z | Downloaded uuid v1.7.0 |
1163 | 2024-03-01T22:13:42.707Z | Downloaded schemars v0.8.16 |
1164 | 2024-03-01T22:13:42.714Z | Downloaded ring v0.17.8 |
1165 | 2024-03-01T22:13:42.784Z | Downloaded num-bigint v0.4.4 |
1166 | 2024-03-01T22:13:42.796Z | Downloaded crossbeam-channel v0.5.8 |
1167 | 2024-03-01T22:13:42.796Z | Downloaded fastrand v2.0.1 |
1168 | 2024-03-01T22:13:42.804Z | Downloaded http-body v0.4.5 |
1169 | 2024-03-01T22:13:42.805Z | Downloaded slog-term v2.9.0 |
1170 | 2024-03-01T22:13:42.805Z | Downloaded serde_repr v0.1.16 |
1171 | 2024-03-01T22:13:42.805Z | Downloaded thread_local v1.1.7 |
1172 | 2024-03-01T22:13:42.805Z | Downloaded embedded-io v0.4.0 |
1173 | 2024-03-01T22:13:42.805Z | Downloaded toml_datetime v0.6.5 |
1174 | 2024-03-01T22:13:42.806Z | Downloaded same-file v1.0.6 |
1175 | 2024-03-01T22:13:42.806Z | Downloaded usdt v0.3.5 |
1176 | 2024-03-01T22:13:42.806Z | Downloaded rustc_version v0.1.7 |
1177 | 2024-03-01T22:13:42.813Z | Downloaded hyper-rustls v0.24.2 |
1178 | 2024-03-01T22:13:42.813Z | Downloaded ucd-trie v0.1.6 |
1179 | 2024-03-01T22:13:42.813Z | Downloaded zerocopy v0.6.4 |
1180 | 2024-03-01T22:13:42.813Z | Downloaded socket2 v0.5.5 |
1181 | 2024-03-01T22:13:42.814Z | Downloaded vsss-rs v3.3.4 |
1182 | 2024-03-01T22:13:42.824Z | Downloaded blake3 v1.5.0 |
1183 | 2024-03-01T22:13:42.830Z | Downloaded slog-dtrace v0.3.0 |
1184 | 2024-03-01T22:13:42.830Z | Downloaded structmeta-derive v0.3.0 |
1185 | 2024-03-01T22:13:42.830Z | Downloaded serde_tokenstream v0.1.7 |
1186 | 2024-03-01T22:13:42.831Z | Downloaded socket2 v0.4.9 |
1187 | 2024-03-01T22:13:42.831Z | Downloaded getopts v0.2.21 |
1188 | 2024-03-01T22:13:42.831Z | Downloaded slog-stdlog v4.1.1 |
1189 | 2024-03-01T22:13:42.840Z | Downloaded openssl-sys v0.9.96 |
1190 | 2024-03-01T22:13:42.840Z | Downloaded crypto-bigint v0.5.2 |
1191 | 2024-03-01T22:13:42.849Z | Downloaded diesel v2.1.4 |
1192 | 2024-03-01T22:13:42.860Z | Downloaded postgres-types v0.2.6 |
1193 | 2024-03-01T22:13:42.868Z | Downloaded memchr v2.6.3 |
1194 | 2024-03-01T22:13:42.869Z | Downloaded resolv-conf v0.7.0 |
1195 | 2024-03-01T22:13:42.869Z | Downloaded is-terminal v0.4.9 |
1196 | 2024-03-01T22:13:42.878Z | Downloaded usdt-impl v0.3.5 |
1197 | 2024-03-01T22:13:42.878Z | Downloaded tokio-stream v0.1.14 |
1198 | 2024-03-01T22:13:42.878Z | Downloaded fnv v1.0.7 |
1199 | 2024-03-01T22:13:42.878Z | Downloaded spin v0.5.2 |
1200 | 2024-03-01T22:13:42.878Z | Downloaded scheduled-thread-pool v0.2.7 |
1201 | 2024-03-01T22:13:42.878Z | Downloaded rustls-pki-types v1.3.0 |
1202 | 2024-03-01T22:13:42.878Z | Downloaded hyper-tls v0.5.0 |
1203 | 2024-03-01T22:13:42.888Z | Downloaded console v0.15.8 |
1204 | 2024-03-01T22:13:42.888Z | Downloaded miniz_oxide v0.7.1 |
1205 | 2024-03-01T22:13:42.888Z | Downloaded bzip2 v0.4.4 |
1206 | 2024-03-01T22:13:42.897Z | Downloaded time-macros v0.2.13 |
1207 | 2024-03-01T22:13:42.897Z | Downloaded crossbeam-epoch v0.9.15 |
1208 | 2024-03-01T22:13:42.897Z | Downloaded bytes v1.5.0 |
1209 | 2024-03-01T22:13:42.897Z | Downloaded pin-project-lite v0.2.13 |
1210 | 2024-03-01T22:13:42.907Z | Downloaded fxhash v0.2.1 |
1211 | 2024-03-01T22:13:42.907Z | Downloaded equivalent v1.0.1 |
1212 | 2024-03-01T22:13:42.907Z | Downloaded hubpack_derive v0.1.1 |
1213 | 2024-03-01T22:13:42.907Z | Downloaded spki v0.7.2 |
1214 | 2024-03-01T22:13:42.907Z | Downloaded tokio-tungstenite v0.20.1 |
1215 | 2024-03-01T22:13:42.907Z | Downloaded ansi_term v0.12.1 |
1216 | 2024-03-01T22:13:42.915Z | Downloaded slog-scope v4.4.0 |
1217 | 2024-03-01T22:13:42.916Z | Downloaded stringprep v0.1.3 |
1218 | 2024-03-01T22:13:42.916Z | Downloaded phf_shared v0.11.2 |
1219 | 2024-03-01T22:13:42.916Z | Downloaded arrayvec v0.7.4 |
1220 | 2024-03-01T22:13:42.916Z | Downloaded parking_lot v0.11.2 |
1221 | 2024-03-01T22:13:42.916Z | Downloaded password-hash v0.5.0 |
1222 | 2024-03-01T22:13:42.925Z | Downloaded owo-colors v4.0.0 |
1223 | 2024-03-01T22:13:42.925Z | Downloaded backoff v0.4.0 |
1224 | 2024-03-01T22:13:42.925Z | Downloaded async-trait v0.1.77 |
1225 | 2024-03-01T22:13:42.934Z | Downloaded ciborium v0.2.2 |
1226 | 2024-03-01T22:13:42.934Z | Downloaded topological-sort v0.2.2 |
1227 | 2024-03-01T22:13:42.934Z | Downloaded clap_derive v4.5.0 |
1228 | 2024-03-01T22:13:42.935Z | Downloaded parking_lot_core v0.8.6 |
1229 | 2024-03-01T22:13:42.935Z | Downloaded num-iter v0.1.43 |
1230 | 2024-03-01T22:13:42.935Z | Downloaded keccak v0.1.4 |
1231 | 2024-03-01T22:13:42.935Z | Downloaded terminal_size v0.3.0 |
1232 | 2024-03-01T22:13:42.935Z | Downloaded strum_macros v0.25.2 |
1233 | 2024-03-01T22:13:42.964Z | Downloaded tinyvec_macros v0.1.1 |
1234 | 2024-03-01T22:13:42.964Z | Downloaded pbkdf2 v0.12.2 |
1235 | 2024-03-01T22:13:42.965Z | Downloaded anstyle-query v1.0.0 |
1236 | 2024-03-01T22:13:42.965Z | Downloaded strsim v0.11.0 |
1237 | 2024-03-01T22:13:42.965Z | Downloaded plain v0.2.3 |
1238 | 2024-03-01T22:13:42.965Z | Downloaded num-integer v0.1.46 |
1239 | 2024-03-01T22:13:42.965Z | Downloaded lazy_static v1.4.0 |
1240 | 2024-03-01T22:13:42.966Z | Downloaded multer v3.0.0 |
1241 | 2024-03-01T22:13:42.989Z | Downloaded usdt-attr-macro v0.3.5 |
1242 | 2024-03-01T22:13:42.989Z | Downloaded const-oid v0.9.5 |
1243 | 2024-03-01T22:13:42.989Z | Downloaded memoffset v0.9.0 |
1244 | 2024-03-01T22:13:42.989Z | Downloaded num_enum_derive v0.5.11 |
1245 | 2024-03-01T22:13:42.989Z | Downloaded async-stream v0.3.5 |
1246 | 2024-03-01T22:13:42.989Z | Downloaded pem v3.0.2 |
1247 | 2024-03-01T22:13:42.989Z | Downloaded tower-service v0.3.2 |
1248 | 2024-03-01T22:13:42.989Z | Downloaded newtype-uuid v1.0.1 |
1249 | 2024-03-01T22:13:42.990Z | Downloaded mime v0.3.17 |
1250 | 2024-03-01T22:13:42.990Z | Downloaded managed v0.8.0 |
1251 | 2024-03-01T22:13:42.990Z | Downloaded cipher v0.4.4 |
1252 | 2024-03-01T22:13:42.990Z | Downloaded paste v1.0.14 |
1253 | 2024-03-01T22:13:42.990Z | Downloaded chacha20 v0.9.1 |
1254 | 2024-03-01T22:13:42.990Z | Downloaded pest_generator v2.7.6 |
1255 | 2024-03-01T22:13:42.990Z | Downloaded colored v2.0.4 |
1256 | 2024-03-01T22:13:42.990Z | Downloaded log v0.4.20 |
1257 | 2024-03-01T22:13:42.990Z | Downloaded memmap2 v0.7.1 |
1258 | 2024-03-01T22:13:42.990Z | Downloaded tokio-macros v2.2.0 |
1259 | 2024-03-01T22:13:42.990Z | Downloaded time v0.3.27 |
1260 | 2024-03-01T22:13:43.000Z | Downloaded password-hash v0.4.2 |
1261 | 2024-03-01T22:13:43.000Z | Downloaded newtype_derive v0.1.6 |
1262 | 2024-03-01T22:13:43.000Z | Downloaded thiserror-no-std v2.0.2 |
1263 | 2024-03-01T22:13:43.001Z | Downloaded cbc v0.1.2 |
1264 | 2024-03-01T22:13:43.001Z | Downloaded term v0.7.0 |
1265 | 2024-03-01T22:13:43.001Z | Downloaded async-stream-impl v0.3.5 |
1266 | 2024-03-01T22:13:43.002Z | Downloaded match_cfg v0.1.0 |
1267 | 2024-03-01T22:13:43.002Z | Downloaded matches v0.1.10 |
1268 | 2024-03-01T22:13:43.002Z | Downloaded take_mut v0.2.2 |
1269 | 2024-03-01T22:13:43.013Z | Downloaded ring v0.16.20 |
1270 | 2024-03-01T22:13:43.532Z | Compiling proc-macro2 v1.0.78 |
1271 | 2024-03-01T22:13:43.532Z | Compiling unicode-ident v1.0.12 |
1272 | 2024-03-01T22:13:43.540Z | Compiling libc v0.2.153 |
1273 | 2024-03-01T22:13:43.540Z | Compiling serde v1.0.197 |
1274 | 2024-03-01T22:13:43.540Z | Compiling version_check v0.9.4 |
1275 | 2024-03-01T22:13:43.573Z | Compiling autocfg v1.1.0 |
1276 | 2024-03-01T22:13:43.581Z | Compiling cfg-if v1.0.0 |
1277 | 2024-03-01T22:13:43.696Z | Compiling syn v1.0.109 |
1278 | 2024-03-01T22:13:43.696Z | Compiling once_cell v1.19.0 |
1279 | 2024-03-01T22:13:43.844Z | Compiling typenum v1.16.0 |
1280 | 2024-03-01T22:13:44.105Z | Compiling thiserror v1.0.57 |
1281 | 2024-03-01T22:13:44.308Z | Compiling generic-array v0.14.7 |
1282 | 2024-03-01T22:13:44.402Z | Compiling lock_api v0.4.10 |
1283 | 2024-03-01T22:13:45.083Z | Compiling memchr v2.6.3 |
1284 | 2024-03-01T22:13:45.097Z | Compiling parking_lot_core v0.9.8 |
1285 | 2024-03-01T22:13:45.100Z | Compiling byteorder v1.5.0 |
1286 | 2024-03-01T22:13:45.243Z | Compiling libm v0.2.7 |
1287 | 2024-03-01T22:13:45.282Z | Compiling num-traits v0.2.16 |
1288 | 2024-03-01T22:13:45.506Z | Compiling ahash v0.8.7 |
1289 | 2024-03-01T22:13:45.533Z | Compiling serde_json v1.0.114 |
1290 | 2024-03-01T22:13:45.590Z | Compiling itoa v1.0.9 |
1291 | 2024-03-01T22:13:45.851Z | Compiling slab v0.4.9 |
1292 | 2024-03-01T22:13:46.009Z | Compiling log v0.4.20 |
1293 | 2024-03-01T22:13:46.160Z | Compiling quote v1.0.35 |
1294 | 2024-03-01T22:13:46.480Z | Compiling getrandom v0.2.10 |
1295 | 2024-03-01T22:13:46.678Z | Compiling syn v2.0.51 |
1296 | 2024-03-01T22:13:46.722Z | Compiling cc v1.0.83 |
1297 | 2024-03-01T22:13:46.861Z | Compiling rand_core v0.6.4 |
1298 | 2024-03-01T22:13:46.997Z | Compiling scopeguard v1.2.0 |
1299 | 2024-03-01T22:13:47.370Z | Compiling allocator-api2 v0.2.16 |
1300 | 2024-03-01T22:13:47.484Z | Compiling ryu v1.0.15 |
1301 | 2024-03-01T22:13:47.697Z | Compiling pkg-config v0.3.27 |
1302 | 2024-03-01T22:13:47.974Z | Compiling subtle v2.5.0 |
1303 | 2024-03-01T22:13:48.258Z | Compiling smallvec v1.13.1 |
1304 | 2024-03-01T22:13:48.318Z | Compiling heck v0.4.1 |
1305 | 2024-03-01T22:13:48.321Z | Compiling schemars v0.8.16 |
1306 | 2024-03-01T22:13:48.689Z | Compiling equivalent v1.0.1 |
1307 | 2024-03-01T22:13:48.804Z | Compiling vcpkg v0.2.15 |
1308 | 2024-03-01T22:13:49.163Z | Compiling ucd-trie v0.1.6 |
1309 | 2024-03-01T22:13:49.324Z | Compiling pin-project-lite v0.2.13 |
1310 | 2024-03-01T22:13:49.648Z | Compiling httparse v1.8.0 |
1311 | 2024-03-01T22:13:49.923Z | Compiling ring v0.17.8 |
1312 | 2024-03-01T22:13:50.068Z | Compiling parking_lot v0.12.1 |
1313 | 2024-03-01T22:13:51.024Z | Compiling const-oid v0.9.5 |
1314 | 2024-03-01T22:13:51.160Z | Compiling ring v0.16.20 |
1315 | 2024-03-01T22:13:51.223Z | Compiling openssl-sys v0.9.96 |
1316 | 2024-03-01T22:13:51.563Z | Compiling signal-hook-registry v1.4.1 |
1317 | 2024-03-01T22:13:52.241Z | Compiling rustix v0.38.31 |
1318 | 2024-03-01T22:13:52.310Z | Compiling semver v1.0.22 |
1319 | 2024-03-01T22:13:52.407Z | Compiling mio v0.8.9 |
1320 | 2024-03-01T22:13:52.823Z | Compiling fnv v1.0.7 |
1321 | 2024-03-01T22:13:52.973Z | Compiling openssl v0.10.60 |
1322 | 2024-03-01T22:13:53.189Z | Compiling num_cpus v1.16.0 |
1323 | 2024-03-01T22:13:53.213Z | Compiling socket2 v0.5.5 |
1324 | 2024-03-01T22:13:53.306Z | Compiling iana-time-zone v0.1.57 |
1325 | 2024-03-01T22:13:53.602Z | Compiling rustls v0.21.9 |
1326 | 2024-03-01T22:13:53.671Z | Compiling slog v2.7.0 |
1327 | 2024-03-01T22:13:53.738Z | Compiling native-tls v0.2.11 |
1328 | 2024-03-01T22:13:53.894Z | Compiling futures-core v0.3.30 |
1329 | 2024-03-01T22:13:54.131Z | Compiling serde_derive_internals v0.26.0 |
1330 | 2024-03-01T22:13:54.150Z | Compiling crossbeam-utils v0.8.16 |
1331 | 2024-03-01T22:13:54.171Z | Compiling async-trait v0.1.77 |
1332 | 2024-03-01T22:13:54.217Z | Compiling spin v0.5.2 |
1333 | 2024-03-01T22:13:54.581Z | Compiling futures-sink v0.3.30 |
1334 | 2024-03-01T22:13:54.641Z | Compiling dyn-clone v1.0.17 |
1335 | 2024-03-01T22:13:54.734Z | Compiling backtrace v0.3.69 |
1336 | 2024-03-01T22:13:54.851Z | Compiling aho-corasick v1.0.4 |
1337 | 2024-03-01T22:13:54.891Z | Compiling regex-syntax v0.8.2 |
1338 | 2024-03-01T22:13:55.152Z | Compiling tinyvec_macros v0.1.1 |
1339 | 2024-03-01T22:13:55.249Z | Compiling tinyvec v1.6.0 |
1340 | 2024-03-01T22:13:55.276Z | Compiling futures-channel v0.3.30 |
1341 | 2024-03-01T22:13:55.713Z | Compiling cpufeatures v0.2.12 |
1342 | 2024-03-01T22:13:55.818Z | Compiling futures-io v0.3.30 |
1343 | 2024-03-01T22:13:56.137Z | Compiling pin-utils v0.1.0 |
1344 | 2024-03-01T22:13:56.159Z | Compiling futures-task v0.3.30 |
1345 | 2024-03-01T22:13:56.468Z | Compiling spin v0.9.8 |
1346 | 2024-03-01T22:13:56.782Z | Compiling unicode-normalization v0.1.22 |
1347 | 2024-03-01T22:13:56.831Z | Compiling memoffset v0.9.0 |
1348 | 2024-03-01T22:13:56.850Z | Compiling tracing-core v0.1.31 |
1349 | 2024-03-01T22:13:57.119Z | Compiling unicode-bidi v0.3.13 |
1350 | 2024-03-01T22:13:57.142Z | Compiling anyhow v1.0.75 |
1351 | 2024-03-01T22:13:58.568Z | Compiling regex-automata v0.4.4 |
1352 | 2024-03-01T22:13:59.061Z | Compiling crc32fast v1.3.2 |
1353 | 2024-03-01T22:13:59.435Z | Compiling winnow v0.5.15 |
1354 | 2024-03-01T22:13:59.553Z | Compiling crossbeam-epoch v0.9.15 |
1355 | 2024-03-01T22:14:00.722Z | Compiling time-core v0.1.1 |
1356 | 2024-03-01T22:14:00.903Z | Compiling time-macros v0.2.13 |
1357 | 2024-03-01T22:14:01.582Z | Compiling percent-encoding v2.3.1 |
1358 | 2024-03-01T22:14:01.605Z | Compiling serde_derive v1.0.197 |
1359 | 2024-03-01T22:14:01.929Z | Compiling zeroize_derive v1.4.2 |
1360 | 2024-03-01T22:14:02.091Z | Compiling zerocopy-derive v0.7.32 |
1361 | 2024-03-01T22:14:02.392Z | Compiling thiserror-impl v1.0.57 |
1362 | 2024-03-01T22:14:03.669Z | Compiling tokio-macros v2.2.0 |
1363 | 2024-03-01T22:14:03.949Z | Compiling zeroize v1.7.0 |
1364 | 2024-03-01T22:14:04.192Z | Compiling futures-macro v0.3.30 |
1365 | 2024-03-01T22:14:04.620Z | Compiling zerocopy v0.7.32 |
1366 | 2024-03-01T22:14:05.403Z | Compiling tracing-attributes v0.1.26 |
1367 | 2024-03-01T22:14:05.732Z | Compiling crypto-common v0.1.6 |
1368 | 2024-03-01T22:14:05.788Z | Compiling schemars_derive v0.8.16 |
1369 | 2024-03-01T22:14:05.954Z | Compiling block-buffer v0.10.4 |
1370 | 2024-03-01T22:14:06.137Z | Compiling pest v2.7.6 |
1371 | 2024-03-01T22:14:06.406Z | Compiling digest v0.10.7 |
1372 | 2024-03-01T22:14:06.443Z | Compiling openssl-macros v0.1.1 |
1373 | 2024-03-01T22:14:06.862Z | Compiling hashbrown v0.14.3 |
1374 | 2024-03-01T22:14:07.719Z | Compiling futures-util v0.3.30 |
1375 | 2024-03-01T22:14:08.318Z | Compiling regex v1.10.3 |
1376 | 2024-03-01T22:14:08.585Z | Compiling pest_meta v2.7.6 |
1377 | 2024-03-01T22:14:08.927Z | Compiling der_derive v0.7.2 |
1378 | 2024-03-01T22:14:09.438Z | Compiling tracing v0.1.37 |
1379 | 2024-03-01T22:14:09.966Z | Compiling pest_generator v2.7.6 |
1380 | 2024-03-01T22:14:11.732Z | Compiling unicode-width v0.1.11 |
1381 | 2024-03-01T22:14:11.998Z | Compiling untrusted v0.9.0 |
1382 | 2024-03-01T22:14:12.406Z | Compiling foreign-types-shared v0.1.1 |
1383 | 2024-03-01T22:14:12.406Z | Compiling untrusted v0.7.1 |
1384 | 2024-03-01T22:14:12.406Z | Compiling foreign-types v0.3.2 |
1385 | 2024-03-01T22:14:13.905Z | Compiling pest_derive v2.7.6 |
1386 | 2024-03-01T22:14:14.536Z | Compiling errno v0.3.8 |
1387 | 2024-03-01T22:14:14.544Z | Compiling ppv-lite86 v0.2.17 |
1388 | 2024-03-01T22:14:14.544Z | Compiling try-lock v0.2.4 |
1389 | 2024-03-01T22:14:14.654Z | Compiling base64 v0.21.7 |
1390 | 2024-03-01T22:14:14.732Z | Compiling unicode-xid v0.2.4 |
1391 | 2024-03-01T22:14:14.906Z | Compiling synstructure v0.12.6 |
1392 | 2024-03-01T22:14:15.166Z | Compiling want v0.3.1 |
1393 | 2024-03-01T22:14:15.395Z | Compiling rustls-webpki v0.101.7 |
1394 | 2024-03-01T22:14:15.464Z | Compiling sct v0.7.0 |
1395 | 2024-03-01T22:14:16.293Z | Compiling bytes v1.5.0 |
1396 | 2024-03-01T22:14:16.608Z | Compiling indexmap v2.2.3 |
1397 | 2024-03-01T22:14:16.644Z | Compiling uuid v1.7.0 |
1398 | 2024-03-01T22:14:16.767Z | Compiling chrono v0.4.31 |
1399 | 2024-03-01T22:14:17.475Z | Compiling tokio v1.36.0 |
1400 | 2024-03-01T22:14:17.629Z | Compiling bitflags v2.4.0 |
1401 | 2024-03-01T22:14:17.777Z | Compiling http v0.2.11 |
1402 | 2024-03-01T22:14:18.089Z | Compiling toml_datetime v0.6.5 |
1403 | 2024-03-01T22:14:18.117Z | Compiling serde_spanned v0.6.5 |
1404 | 2024-03-01T22:14:18.344Z | Compiling rustc_version v0.4.0 |
1405 | 2024-03-01T22:14:18.557Z | Compiling toml_edit v0.19.15 |
1406 | 2024-03-01T22:14:20.684Z | Compiling http-body v0.4.5 |
1407 | 2024-03-01T22:14:20.729Z | Compiling openapiv3 v2.0.0 |
1408 | 2024-03-01T22:14:23.613Z | Compiling form_urlencoded v1.2.1 |
1409 | 2024-03-01T22:14:23.960Z | Compiling scroll_derive v0.12.0 |
1410 | 2024-03-01T22:14:24.385Z | Compiling socket2 v0.4.9 |
1411 | 2024-03-01T22:14:25.568Z | Compiling openssl-probe v0.1.5 |
1412 | 2024-03-01T22:14:25.589Z | Compiling httpdate v1.0.3 |
1413 | 2024-03-01T22:14:25.748Z | Compiling tower-service v0.3.2 |
1414 | 2024-03-01T22:14:26.206Z | Compiling tokio-util v0.7.10 |
1415 | 2024-03-01T22:14:27.047Z | Compiling zerocopy-derive v0.2.0 |
1416 | 2024-03-01T22:14:27.514Z | Compiling h2 v0.3.24 |
1417 | 2024-03-01T22:14:27.927Z | Compiling idna v0.5.0 |
1418 | 2024-03-01T22:14:28.398Z | Compiling lazy_static v1.4.0 |
1419 | 2024-03-01T22:14:28.529Z | Compiling thread-id v4.2.0 |
1420 | 2024-03-01T22:14:28.745Z | Compiling adler v1.0.2 |
1421 | 2024-03-01T22:14:29.109Z | Compiling miniz_oxide v0.7.1 |
1422 | 2024-03-01T22:14:29.206Z | Compiling url v2.5.0 |
1423 | 2024-03-01T22:14:30.108Z | Compiling tokio-native-tls v0.3.1 |
1424 | 2024-03-01T22:14:31.011Z | Compiling tokio-rustls v0.24.1 |
1425 | 2024-03-01T22:14:31.161Z | Compiling rand_chacha v0.3.1 |
1426 | 2024-03-01T22:14:31.423Z | Compiling ipnet v2.9.0 |
1427 | 2024-03-01T22:14:31.802Z | Compiling rand v0.8.5 |
1428 | 2024-03-01T22:14:32.771Z | Compiling serde_urlencoded v0.7.1 |
1429 | 2024-03-01T22:14:33.044Z | Compiling serde_tokenstream v0.2.0 |
1430 | 2024-03-01T22:14:33.285Z | Compiling rustls-pemfile v1.0.3 |
1431 | 2024-03-01T22:14:33.646Z | Compiling usdt-impl v0.3.5 |
1432 | 2024-03-01T22:14:33.654Z | Compiling encoding_rs v0.8.33 |
1433 | 2024-03-01T22:14:33.685Z | Compiling gimli v0.28.0 |
1434 | 2024-03-01T22:14:33.820Z | Compiling sync_wrapper v0.1.2 |
1435 | 2024-03-01T22:14:33.986Z | Compiling either v1.10.0 |
1436 | 2024-03-01T22:14:34.002Z | Compiling mime v0.3.17 |
1437 | 2024-03-01T22:14:34.160Z | Compiling webpki-roots v0.25.2 |
1438 | 2024-03-01T22:14:34.371Z | Compiling hyper v0.14.27 |
1439 | 2024-03-01T22:14:37.582Z | Compiling object v0.32.1 |
1440 | 2024-03-01T22:14:37.582Z | Compiling num-bigint v0.4.4 |
1441 | 2024-03-01T22:14:37.582Z | Compiling usdt-impl v0.5.0 |
1442 | 2024-03-01T22:14:38.079Z | Compiling rustversion v1.0.14 |
1443 | 2024-03-01T22:14:38.082Z | Compiling rustc-demangle v0.1.23 |
1444 | 2024-03-01T22:14:38.338Z | Compiling addr2line v0.21.0 |
1445 | 2024-03-01T22:14:38.541Z | Compiling flate2 v1.0.28 |
1446 | 2024-03-01T22:14:38.735Z | Compiling zerocopy v0.3.0 |
1447 | 2024-03-01T22:14:38.765Z | Compiling scroll v0.12.0 |
1448 | 2024-03-01T22:14:38.856Z | Compiling heapless v0.7.16 |
1449 | 2024-03-01T22:14:38.947Z | Compiling futures-executor v0.3.30 |
1450 | 2024-03-01T22:14:39.222Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1451 | 2024-03-01T22:14:39.329Z | Compiling plain v0.2.3 |
1452 | 2024-03-01T22:14:39.474Z | Compiling signal-hook v0.3.17 |
1453 | 2024-03-01T22:14:39.500Z | Compiling base64ct v1.6.0 |
1454 | 2024-03-01T22:14:39.944Z | Compiling winnow v0.6.1 |
1455 | 2024-03-01T22:14:39.951Z | Compiling goblin v0.8.0 |
1456 | 2024-03-01T22:14:39.951Z | Compiling dof v0.1.5 |
1457 | 2024-03-01T22:14:40.657Z | Compiling futures v0.3.30 |
1458 | 2024-03-01T22:14:41.265Z | Compiling toml v0.7.8 |
1459 | 2024-03-01T22:14:41.500Z | Compiling hyper-tls v0.5.0 |
1460 | 2024-03-01T22:14:41.844Z | Compiling hyper-rustls v0.24.2 |
1461 | 2024-03-01T22:14:42.165Z | Compiling reqwest v0.11.24 |
1462 | 2024-03-01T22:14:42.201Z | Compiling hex v0.4.3 |
1463 | 2024-03-01T22:14:42.664Z | Compiling dtrace-parser v0.1.14 |
1464 | 2024-03-01T22:14:43.152Z | Compiling toml_edit v0.22.6 |
1465 | 2024-03-01T22:14:43.529Z | Compiling pretty-hex v0.4.1 |
1466 | 2024-03-01T22:14:45.651Z | Compiling dof v0.3.0 |
1467 | 2024-03-01T22:14:46.793Z | Compiling serde_tokenstream v0.1.7 |
1468 | 2024-03-01T22:14:46.793Z | Compiling dtrace-parser v0.2.0 |
1469 | 2024-03-01T22:14:46.944Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1470 | 2024-03-01T22:14:47.059Z | Compiling smoltcp v0.9.1 |
1471 | 2024-03-01T22:14:48.449Z | Compiling pem-rfc7468 v0.7.0 |
1472 | 2024-03-01T22:14:48.507Z | Compiling hmac v0.12.1 |
1473 | 2024-03-01T22:14:48.791Z | Compiling regress v0.8.0 |
1474 | 2024-03-01T22:14:49.449Z | Compiling enum-as-inner v0.5.1 |
1475 | 2024-03-01T22:14:49.590Z | Compiling num-iter v0.1.43 |
1476 | 2024-03-01T22:14:49.898Z | Compiling unicode-segmentation v1.10.1 |
1477 | 2024-03-01T22:14:50.320Z | Compiling flagset v0.4.3 |
1478 | 2024-03-01T22:14:50.341Z | Compiling siphasher v0.3.11 |
1479 | 2024-03-01T22:14:50.509Z | Compiling der v0.7.8 |
1480 | 2024-03-01T22:14:50.706Z | Compiling usdt-macro v0.3.5 |
1481 | 2024-03-01T22:14:50.746Z | Compiling usdt-attr-macro v0.3.5 |
1482 | 2024-03-01T22:14:51.425Z | Compiling hubpack_derive v0.1.1 |
1483 | 2024-03-01T22:14:51.932Z | Compiling zerocopy-derive v0.6.4 |
1484 | 2024-03-01T22:14:52.319Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
1485 | 2024-03-01T22:14:52.688Z | Compiling deranged v0.3.8 |
1486 | 2024-03-01T22:14:52.892Z | Compiling num_threads v0.1.6 |
1487 | 2024-03-01T22:14:53.027Z | Compiling anstyle v1.0.2 |
1488 | 2024-03-01T22:14:53.047Z | Compiling utf8parse v0.2.1 |
1489 | 2024-03-01T22:14:53.212Z | Compiling anstyle-parse v0.2.1 |
1490 | 2024-03-01T22:14:53.475Z | Compiling sha2 v0.10.8 |
1491 | 2024-03-01T22:14:53.551Z | Compiling spki v0.7.2 |
1492 | 2024-03-01T22:14:54.552Z | Compiling time v0.3.27 |
1493 | 2024-03-01T22:14:54.877Z | Compiling md-5 v0.10.5 |
1494 | 2024-03-01T22:14:55.136Z | Compiling block-padding v0.3.3 |
1495 | 2024-03-01T22:14:55.175Z | Compiling clap_derive v4.5.0 |
1496 | 2024-03-01T22:14:55.208Z | Compiling stringprep v0.1.3 |
1497 | 2024-03-01T22:14:55.398Z | Compiling diesel_table_macro_syntax v0.1.0 |
1498 | 2024-03-01T22:14:55.587Z | Compiling num-integer v0.1.46 |
1499 | 2024-03-01T22:14:56.084Z | Compiling hash32 v0.2.1 |
1500 | 2024-03-01T22:14:56.286Z | Compiling fallible-iterator v0.2.0 |
1501 | 2024-03-01T22:14:56.388Z | Compiling stable_deref_trait v1.2.0 |
1502 | 2024-03-01T22:14:56.647Z | Compiling anstyle-query v1.0.0 |
1503 | 2024-03-01T22:14:56.788Z | Compiling colorchoice v1.0.0 |
1504 | 2024-03-01T22:14:56.951Z | Compiling anstream v0.6.11 |
1505 | 2024-03-01T22:14:57.031Z | Compiling postgres-protocol v0.6.6 |
1506 | 2024-03-01T22:14:57.922Z | Compiling diesel_derives v2.1.2 |
1507 | 2024-03-01T22:14:58.480Z | Compiling inout v0.1.3 |
1508 | 2024-03-01T22:14:58.928Z | Compiling pkcs8 v0.10.2 |
1509 | 2024-03-01T22:14:59.504Z | Compiling phf_shared v0.11.2 |
1510 | 2024-03-01T22:15:00.118Z | Compiling strum_macros v0.25.2 |
1511 | 2024-03-01T22:15:00.585Z | Compiling ff v0.13.0 |
1512 | 2024-03-01T22:15:00.737Z | Compiling terminal_size v0.3.0 |
1513 | 2024-03-01T22:15:00.849Z | Compiling serde_repr v0.1.16 |
1514 | 2024-03-01T22:15:00.928Z | Compiling scheduled-thread-pool v0.2.7 |
1515 | 2024-03-01T22:15:01.543Z | Compiling base16ct v0.2.0 |
1516 | 2024-03-01T22:15:01.900Z | Compiling bit-vec v0.6.3 |
1517 | 2024-03-01T22:15:02.255Z | Compiling regex-automata v0.1.10 |
1518 | 2024-03-01T22:15:02.813Z | Compiling managed v0.8.0 |
1519 | 2024-03-01T22:15:03.016Z | Compiling strsim v0.11.0 |
1520 | 2024-03-01T22:15:03.101Z | Compiling matches v0.1.10 |
1521 | 2024-03-01T22:15:03.219Z | Compiling clap_lex v0.7.0 |
1522 | 2024-03-01T22:15:03.260Z | Compiling bitflags v1.3.2 |
1523 | 2024-03-01T22:15:03.420Z | Compiling idna v0.2.3 |
1524 | 2024-03-01T22:15:03.804Z | Compiling clap_builder v4.5.0 |
1525 | 2024-03-01T22:15:05.088Z | Compiling bstr v0.2.17 |
1526 | 2024-03-01T22:15:05.609Z | Compiling sec1 v0.7.3 |
1527 | 2024-03-01T22:15:06.197Z | Compiling r2d2 v0.8.10 |
1528 | 2024-03-01T22:15:06.584Z | Compiling group v0.13.0 |
1529 | 2024-03-01T22:15:08.628Z | Compiling phf v0.11.2 |
1530 | 2024-03-01T22:15:09.315Z | Compiling signal-hook-mio v0.2.3 |
1531 | 2024-03-01T22:15:09.476Z | Compiling bzip2 v0.4.4 |
1532 | 2024-03-01T22:15:09.519Z | Compiling cipher v0.4.4 |
1533 | 2024-03-01T22:15:09.853Z | Compiling postgres-types v0.2.6 |
1534 | 2024-03-01T22:15:10.029Z | Compiling zerocopy v0.6.4 |
1535 | 2024-03-01T22:15:10.823Z | Compiling hubpack v0.1.2 |
1536 | 2024-03-01T22:15:11.327Z | Compiling phf_shared v0.10.0 |
1537 | 2024-03-01T22:15:11.627Z | Compiling hkdf v0.12.4 |
1538 | 2024-03-01T22:15:11.734Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
1539 | 2024-03-01T22:15:11.873Z | Compiling crypto-bigint v0.5.2 |
1540 | 2024-03-01T22:15:12.297Z | Compiling ipnetwork v0.20.0 |
1541 | 2024-03-01T22:15:14.178Z | Compiling float-cmp v0.9.0 |
1542 | 2024-03-01T22:15:15.153Z | Compiling minimal-lexical v0.2.1 |
1543 | 2024-03-01T22:15:15.704Z | Compiling fixedbitset v0.4.2 |
1544 | 2024-03-01T22:15:16.158Z | Compiling static_assertions v1.1.0 |
1545 | 2024-03-01T22:15:16.257Z | Compiling normalize-line-endings v0.3.0 |
1546 | 2024-03-01T22:15:16.390Z | Compiling data-encoding v2.4.0 |
1547 | 2024-03-01T22:15:16.821Z | Compiling difflib v0.4.0 |
1548 | 2024-03-01T22:15:17.093Z | Compiling predicates-core v1.0.6 |
1549 | 2024-03-01T22:15:17.405Z | Compiling precomputed-hash v0.1.1 |
1550 | 2024-03-01T22:15:17.553Z | Compiling regex-automata v0.3.8 |
1551 | 2024-03-01T22:15:18.494Z | Compiling new_debug_unreachable v1.0.4 |
1552 | 2024-03-01T22:15:18.868Z | Compiling whoami v1.4.1 |
1553 | 2024-03-01T22:15:18.953Z | Compiling string_cache v0.8.7 |
1554 | 2024-03-01T22:15:19.414Z | Compiling bstr v1.6.0 |
1555 | 2024-03-01T22:15:19.481Z | Compiling tokio-postgres v0.7.10 |
1556 | 2024-03-01T22:15:19.710Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
1557 | 2024-03-01T22:15:19.840Z | Compiling predicates v3.1.0 |
1558 | 2024-03-01T22:15:19.957Z | Compiling trust-dns-proto v0.22.0 |
1559 | 2024-03-01T22:15:21.022Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1560 | 2024-03-01T22:15:21.848Z | Compiling petgraph v0.6.4 |
1561 | 2024-03-01T22:15:24.377Z | Compiling nom v7.1.3 |
1562 | 2024-03-01T22:15:24.642Z | Compiling diesel v2.1.4 |
1563 | 2024-03-01T22:15:24.851Z | Compiling elliptic-curve v0.13.8 |
1564 | 2024-03-01T22:15:26.173Z | Compiling yasna v0.5.2 |
1565 | 2024-03-01T22:15:27.046Z | Compiling zip v0.6.6 |
1566 | 2024-03-01T22:15:27.558Z | Compiling crossterm v0.27.0 |
1567 | 2024-03-01T22:15:28.153Z | Compiling clap v4.5.0 |
1568 | 2024-03-01T22:15:28.612Z | Compiling similar v2.3.0 |
1569 | 2024-03-01T22:15:28.787Z | Compiling bit-set v0.5.3 |
1570 | 2024-03-01T22:15:28.806Z | Compiling usdt v0.3.5 |
1571 | 2024-03-01T22:15:29.075Z | Compiling itertools v0.10.5 |
1572 | 2024-03-01T22:15:29.095Z | Compiling console v0.15.8 |
1573 | 2024-03-01T22:15:30.688Z | Compiling tokio-stream v0.1.14 |
1574 | 2024-03-01T22:15:30.946Z | Compiling getopts v0.2.21 |
1575 | 2024-03-01T22:15:31.513Z | Compiling camino v1.1.6 |
1576 | 2024-03-01T22:15:31.640Z | Compiling unsafe-libyaml v0.2.10 |
1577 | 2024-03-01T22:15:31.898Z | Compiling lalrpop-util v0.19.12 |
1578 | 2024-03-01T22:15:32.695Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1579 | 2024-03-01T22:15:32.931Z | Compiling serde_yaml v0.9.25 |
1580 | 2024-03-01T22:15:41.405Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1581 | 2024-03-01T22:16:02.956Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1582 | 2024-03-01T22:16:10.372Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1583 | 2024-03-01T22:16:12.152Z | Compiling sha1 v0.10.6 |
1584 | 2024-03-01T22:16:12.879Z | Compiling atty v0.2.14 |
1585 | 2024-03-01T22:16:13.015Z | Compiling match_cfg v0.1.0 |
1586 | 2024-03-01T22:16:13.031Z | Compiling dirs-sys-next v0.1.2 |
1587 | 2024-03-01T22:16:13.114Z | Compiling hostname v0.3.1 |
1588 | 2024-03-01T22:16:13.365Z | Compiling rustls-pki-types v1.3.0 |
1589 | 2024-03-01T22:16:13.435Z | Compiling strsim v0.10.0 |
1590 | 2024-03-01T22:16:13.697Z | Compiling ident_case v1.0.1 |
1591 | 2024-03-01T22:16:13.883Z | Compiling darling_core v0.20.3 |
1592 | 2024-03-01T22:16:13.992Z | Compiling dirs-next v2.0.0 |
1593 | 2024-03-01T22:16:14.196Z | Compiling thread_local v1.1.7 |
1594 | 2024-03-01T22:16:14.242Z | Compiling slog-async v2.8.0 |
1595 | 2024-03-01T22:16:14.263Z | Compiling rustls v0.22.2 |
1596 | 2024-03-01T22:16:14.690Z | Compiling term v0.7.0 |
1597 | 2024-03-01T22:16:14.764Z | Compiling rustls-webpki v0.102.1 |
1598 | 2024-03-01T22:16:14.858Z | Compiling crossbeam-channel v0.5.8 |
1599 | 2024-03-01T22:16:15.399Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1600 | 2024-03-01T22:16:15.616Z | Compiling multer v3.0.0 |
1601 | 2024-03-01T22:16:15.919Z | Compiling instant v0.1.12 |
1602 | 2024-03-01T22:16:16.039Z | Compiling paste v1.0.14 |
1603 | 2024-03-01T22:16:16.067Z | Compiling take_mut v0.2.2 |
1604 | 2024-03-01T22:16:16.610Z | Compiling slog-term v2.9.0 |
1605 | 2024-03-01T22:16:16.993Z | Compiling slog-json v2.6.1 |
1606 | 2024-03-01T22:16:17.413Z | Compiling http v1.0.0 |
1607 | 2024-03-01T22:16:17.502Z | Compiling async-stream-impl v0.3.5 |
1608 | 2024-03-01T22:16:17.951Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1609 | 2024-03-01T22:16:18.267Z | Compiling atomic-waker v1.1.1 |
1610 | 2024-03-01T22:16:18.481Z | Compiling debug-ignore v1.0.5 |
1611 | 2024-03-01T22:16:18.630Z | Compiling waitgroup v0.1.2 |
1612 | 2024-03-01T22:16:18.927Z | Compiling slog-bunyan v2.5.0 |
1613 | 2024-03-01T22:16:19.002Z | Compiling async-stream v0.3.5 |
1614 | 2024-03-01T22:16:20.146Z | Compiling rustls-pemfile v2.1.0 |
1615 | 2024-03-01T22:16:20.310Z | Compiling toml v0.8.10 |
1616 | 2024-03-01T22:16:20.453Z | Compiling darling_macro v0.20.3 |
1617 | 2024-03-01T22:16:20.625Z | Compiling strum_macros v0.26.1 |
1618 | 2024-03-01T22:16:20.629Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1619 | 2024-03-01T22:16:21.002Z | Compiling tokio-rustls v0.25.0 |
1620 | 2024-03-01T22:16:21.423Z | Compiling serde_path_to_error v0.1.15 |
1621 | 2024-03-01T22:16:21.444Z | Compiling structmeta-derive v0.3.0 |
1622 | 2024-03-01T22:16:21.590Z | Compiling darling v0.20.3 |
1623 | 2024-03-01T22:16:21.726Z | Compiling serde_with_macros v3.6.1 |
1624 | 2024-03-01T22:16:22.078Z | Compiling newtype-uuid v1.0.1 |
1625 | 2024-03-01T22:16:22.289Z | Compiling backoff v0.4.0 |
1626 | 2024-03-01T22:16:22.392Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1627 | 2024-03-01T22:16:22.596Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1628 | 2024-03-01T22:16:22.662Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1629 | 2024-03-01T22:16:22.833Z | Compiling macaddr v1.0.1 |
1630 | 2024-03-01T22:16:23.312Z | Compiling proc-macro-error-attr v1.0.4 |
1631 | 2024-03-01T22:16:23.392Z | Compiling proc-macro-crate v1.3.1 |
1632 | 2024-03-01T22:16:23.688Z | Compiling proc-macro-error v1.0.4 |
1633 | 2024-03-01T22:16:24.010Z | Compiling heapless v0.8.0 |
1634 | 2024-03-01T22:16:24.540Z | Compiling num_enum_derive v0.5.11 |
1635 | 2024-03-01T22:16:24.815Z | Compiling structmeta v0.3.0 |
1636 | 2024-03-01T22:16:25.113Z | Compiling serde_with v3.6.1 |
1637 | 2024-03-01T22:16:25.286Z | Compiling parse-display-derive v0.9.0 |
1638 | 2024-03-01T22:16:25.950Z | Compiling hash32 v0.3.1 |
1639 | 2024-03-01T22:16:26.209Z | Compiling smoltcp v0.11.0 |
1640 | 2024-03-01T22:16:26.312Z | Compiling strum v0.26.1 |
1641 | 2024-03-01T22:16:26.496Z | Compiling rayon-core v1.12.1 |
1642 | 2024-03-01T22:16:26.793Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1643 | 2024-03-01T22:16:27.442Z | Compiling num_enum v0.5.11 |
1644 | 2024-03-01T22:16:27.665Z | Compiling crossbeam-deque v0.8.3 |
1645 | 2024-03-01T22:16:27.806Z | Compiling fastrand v2.0.1 |
1646 | 2024-03-01T22:16:27.971Z | Compiling same-file v1.0.6 |
1647 | 2024-03-01T22:16:28.024Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1648 | 2024-03-01T22:16:28.111Z | Compiling embedded-io v0.4.0 |
1649 | 2024-03-01T22:16:28.210Z | Compiling cobs v0.2.3 |
1650 | 2024-03-01T22:16:28.381Z | Compiling tempfile v3.10.0 |
1651 | 2024-03-01T22:16:28.401Z | Compiling postcard v1.0.8 |
1652 | 2024-03-01T22:16:28.499Z | Compiling walkdir v2.4.0 |
1653 | 2024-03-01T22:16:29.303Z | Compiling semver-parser v0.10.2 |
1654 | 2024-03-01T22:16:29.353Z | Compiling foreign-types-macros v0.2.3 |
1655 | 2024-03-01T22:16:29.866Z | Compiling blake3 v1.5.0 |
1656 | 2024-03-01T22:16:30.353Z | Compiling parse-display v0.9.0 |
1657 | 2024-03-01T22:16:30.481Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1658 | 2024-03-01T22:16:30.626Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1659 | 2024-03-01T22:16:30.773Z | Compiling crucible-workspace-hack v0.1.0 |
1660 | 2024-03-01T22:16:30.800Z | Compiling foreign-types-shared v0.3.1 |
1661 | 2024-03-01T22:16:30.930Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1662 | 2024-03-01T22:16:31.058Z | Compiling foreign-types v0.5.0 |
1663 | 2024-03-01T22:16:31.191Z | Compiling rayon v1.9.0 |
1664 | 2024-03-01T22:16:31.192Z | Compiling semver v0.11.0 |
1665 | 2024-03-01T22:16:31.600Z | Compiling is-terminal v0.4.9 |
1666 | 2024-03-01T22:16:31.606Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1667 | 2024-03-01T22:16:31.701Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1668 | 2024-03-01T22:16:31.744Z | Compiling cstr-argument v0.1.2 |
1669 | 2024-03-01T22:16:31.985Z | Compiling memmap2 v0.7.1 |
1670 | 2024-03-01T22:16:32.055Z | Compiling xattr v1.0.1 |
1671 | 2024-03-01T22:16:32.327Z | Compiling filetime v0.2.23 |
1672 | 2024-03-01T22:16:32.368Z | Compiling home v0.5.5 |
1673 | 2024-03-01T22:16:32.419Z | Compiling arrayref v0.3.7 |
1674 | 2024-03-01T22:16:32.493Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1675 | 2024-03-01T22:16:32.520Z | Compiling constant_time_eq v0.3.0 |
1676 | 2024-03-01T22:16:32.634Z | Compiling arrayvec v0.7.4 |
1677 | 2024-03-01T22:16:32.670Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1678 | 2024-03-01T22:16:32.718Z | Compiling pretty-hex v0.2.1 |
1679 | 2024-03-01T22:16:32.753Z | Compiling tar v0.4.40 |
1680 | 2024-03-01T22:16:32.830Z | Compiling toolchain_find v0.2.0 |
1681 | 2024-03-01T22:16:32.903Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1682 | 2024-03-01T22:16:33.243Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1683 | 2024-03-01T22:16:33.277Z | Compiling camino-tempfile v1.1.1 |
1684 | 2024-03-01T22:16:33.538Z | Compiling colored v2.0.4 |
1685 | 2024-03-01T22:16:33.871Z | Compiling toml v0.5.11 |
1686 | 2024-03-01T22:16:34.300Z | Compiling topological-sort v0.2.2 |
1687 | 2024-03-01T22:16:34.413Z | Compiling platforms v3.0.2 |
1688 | 2024-03-01T22:16:34.502Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1689 | 2024-03-01T22:16:34.743Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1690 | 2024-03-01T22:16:34.838Z | Compiling zone_cfg_derive v0.3.0 |
1691 | 2024-03-01T22:16:35.036Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=488a70c644e332dae98447292a95e45074c8107c#488a70c6) |
1692 | 2024-03-01T22:16:35.258Z | Compiling textwrap v0.11.0 |
1693 | 2024-03-01T22:16:35.464Z | Compiling heck v0.3.3 |
1694 | 2024-03-01T22:16:35.871Z | Compiling rustfmt-wrapper v0.2.0 |
1695 | 2024-03-01T22:16:36.432Z | Compiling omicron-zone-package v0.11.0 |
1696 | 2024-03-01T22:16:36.500Z | Compiling num-derive v0.4.0 |
1697 | 2024-03-01T22:16:36.595Z | Compiling ansi_term v0.12.1 |
1698 | 2024-03-01T22:16:37.147Z | Compiling vec_map v0.8.2 |
1699 | 2024-03-01T22:16:37.456Z | Compiling strsim v0.8.0 |
1700 | 2024-03-01T22:16:37.516Z | Compiling libefi-sys v0.1.0 |
1701 | 2024-03-01T22:16:38.229Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1702 | 2024-03-01T22:16:38.275Z | Compiling clap v2.34.0 |
1703 | 2024-03-01T22:16:38.275Z | Compiling zone v0.3.0 |
1704 | 2024-03-01T22:16:38.275Z | Compiling structopt-derive v0.4.18 |
1705 | 2024-03-01T22:16:38.848Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=488a70c644e332dae98447292a95e45074c8107c#488a70c6) |
1706 | 2024-03-01T22:16:38.983Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1707 | 2024-03-01T22:16:39.281Z | Compiling smf v0.2.2 |
1708 | 2024-03-01T22:16:39.538Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1709 | 2024-03-01T22:16:39.637Z | Compiling unicase v2.7.0 |
1710 | 2024-03-01T22:16:39.899Z | Compiling semver v0.1.20 |
1711 | 2024-03-01T22:16:39.947Z | Compiling curve25519-dalek v4.1.1 |
1712 | 2024-03-01T22:16:40.554Z | Compiling rustc_version v0.1.7 |
1713 | 2024-03-01T22:16:40.575Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1714 | 2024-03-01T22:16:40.579Z | Compiling universal-hash v0.5.1 |
1715 | 2024-03-01T22:16:40.718Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1716 | 2024-03-01T22:16:40.773Z | Compiling opaque-debug v0.3.0 |
1717 | 2024-03-01T22:16:41.000Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1718 | 2024-03-01T22:16:41.069Z | Compiling newtype_derive v0.1.6 |
1719 | 2024-03-01T22:16:41.264Z | Compiling signature v2.1.0 |
1720 | 2024-03-01T22:16:41.314Z | Compiling structopt v0.3.26 |
1721 | 2024-03-01T22:16:41.350Z | Compiling curve25519-dalek-derive v0.1.0 |
1722 | 2024-03-01T22:16:41.379Z | Compiling gethostname v0.4.3 |
1723 | 2024-03-01T22:16:41.489Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1724 | 2024-03-01T22:16:41.509Z | Compiling num-rational v0.4.1 |
1725 | 2024-03-01T22:16:41.644Z | Compiling getrandom v0.1.16 |
1726 | 2024-03-01T22:16:41.925Z | Compiling usdt-attr-macro v0.5.0 |
1727 | 2024-03-01T22:16:41.950Z | Compiling usdt-macro v0.5.0 |
1728 | 2024-03-01T22:16:42.062Z | Compiling password-hash v0.5.0 |
1729 | 2024-03-01T22:16:42.403Z | Compiling blake2 v0.10.6 |
1730 | 2024-03-01T22:16:43.171Z | Compiling memmap v0.7.0 |
1731 | 2024-03-01T22:16:43.260Z | Compiling parking_lot_core v0.8.6 |
1732 | 2024-03-01T22:16:43.516Z | Compiling quick-error v1.2.3 |
1733 | 2024-03-01T22:16:43.536Z | Compiling linked-hash-map v0.5.6 |
1734 | 2024-03-01T22:16:43.662Z | Compiling resolv-conf v0.7.0 |
1735 | 2024-03-01T22:16:43.712Z | Compiling usdt v0.5.0 |
1736 | 2024-03-01T22:16:43.739Z | Compiling argon2 v0.5.3 |
1737 | 2024-03-01T22:16:43.872Z | Compiling lru-cache v0.1.2 |
1738 | 2024-03-01T22:16:44.486Z | Compiling rfc6979 v0.4.0 |
1739 | 2024-03-01T22:16:44.548Z | Compiling aead v0.5.2 |
1740 | 2024-03-01T22:16:44.589Z | Compiling num-complex v0.4.4 |
1741 | 2024-03-01T22:16:44.683Z | Compiling nibble_vec v0.1.0 |
1742 | 2024-03-01T22:16:44.889Z | Compiling slog-dtrace v0.3.0 |
1743 | 2024-03-01T22:16:44.909Z | Compiling winapi v0.3.9 |
1744 | 2024-03-01T22:16:45.178Z | Compiling endian-type v0.1.2 |
1745 | 2024-03-01T22:16:45.406Z | Compiling arc-swap v1.6.0 |
1746 | 2024-03-01T22:16:45.703Z | Compiling keccak v0.1.4 |
1747 | 2024-03-01T22:16:45.937Z | Compiling cancel-safe-futures v0.1.5 |
1748 | 2024-03-01T22:16:45.944Z | Compiling utf-8 v0.7.6 |
1749 | 2024-03-01T22:16:46.189Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1750 | 2024-03-01T22:16:46.283Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1751 | 2024-03-01T22:16:46.287Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1752 | 2024-03-01T22:16:46.723Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1753 | 2024-03-01T22:16:46.791Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1754 | 2024-03-01T22:16:47.160Z | Compiling tungstenite v0.20.1 |
1755 | 2024-03-01T22:16:47.217Z | Compiling sha3 v0.10.8 |
1756 | 2024-03-01T22:16:47.387Z | Compiling slog-scope v4.4.0 |
1757 | 2024-03-01T22:16:47.980Z | Compiling num v0.4.1 |
1758 | 2024-03-01T22:16:48.093Z | Compiling radix_trie v0.2.1 |
1759 | 2024-03-01T22:16:48.222Z | Compiling ecdsa v0.16.9 |
1760 | 2024-03-01T22:16:48.281Z | Compiling mime_guess v2.0.4 |
1761 | 2024-03-01T22:16:48.498Z | Compiling steno v0.4.0 |
1762 | 2024-03-01T22:16:48.822Z | Compiling rand_core v0.5.1 |
1763 | 2024-03-01T22:16:49.048Z | Compiling trust-dns-resolver v0.22.0 |
1764 | 2024-03-01T22:16:49.414Z | Compiling poly1305 v0.8.0 |
1765 | 2024-03-01T22:16:49.892Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1766 | 2024-03-01T22:16:50.018Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1767 | 2024-03-01T22:16:50.334Z | Compiling primeorder v0.13.6 |
1768 | 2024-03-01T22:16:50.847Z | Compiling chacha20 v0.9.1 |
1769 | 2024-03-01T22:16:51.084Z | Compiling secrecy v0.8.0 |
1770 | 2024-03-01T22:16:51.279Z | Compiling thiserror-impl-no-std v2.0.2 |
1771 | 2024-03-01T22:16:51.307Z | Compiling half v2.3.1 |
1772 | 2024-03-01T22:16:51.354Z | Compiling ciborium-io v0.2.2 |
1773 | 2024-03-01T22:16:51.485Z | Compiling option-ext v0.2.0 |
1774 | 2024-03-01T22:16:51.621Z | Compiling convert_case v0.4.0 |
1775 | 2024-03-01T22:16:51.891Z | Compiling ciborium-ll v0.2.2 |
1776 | 2024-03-01T22:16:52.153Z | Compiling dirs-sys v0.4.1 |
1777 | 2024-03-01T22:16:52.327Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1778 | 2024-03-01T22:16:52.680Z | Compiling derive_more v0.99.17 |
1779 | 2024-03-01T22:16:52.883Z | Compiling parking_lot v0.11.2 |
1780 | 2024-03-01T22:16:53.079Z | Compiling rand_chacha v0.2.2 |
1781 | 2024-03-01T22:16:53.790Z | Compiling trust-dns-client v0.22.0 |
1782 | 2024-03-01T22:16:54.510Z | Compiling tokio-tungstenite v0.20.1 |
1783 | 2024-03-01T22:16:54.632Z | Compiling slog-stdlog v4.1.1 |
1784 | 2024-03-01T22:16:54.822Z | Compiling thiserror-no-std v2.0.2 |
1785 | 2024-03-01T22:16:55.039Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1786 | 2024-03-01T22:16:55.058Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1787 | 2024-03-01T22:16:55.623Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1788 | 2024-03-01T22:16:55.719Z | Compiling ed25519 v2.2.2 |
1789 | 2024-03-01T22:16:56.210Z | Compiling polyval v0.6.1 |
1790 | 2024-03-01T22:16:56.642Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1791 | 2024-03-01T22:16:56.716Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1792 | 2024-03-01T22:16:56.934Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1793 | 2024-03-01T22:17:01.882Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1794 | 2024-03-01T22:17:02.158Z | Compiling blowfish v0.9.1 |
1795 | 2024-03-01T22:17:02.632Z | Compiling ctr v0.9.2 |
1796 | 2024-03-01T22:17:03.000Z | Compiling aes v0.8.3 |
1797 | 2024-03-01T22:17:04.732Z | Compiling password-hash v0.4.2 |
1798 | 2024-03-01T22:17:05.245Z | Compiling libsw v3.3.1 |
1799 | 2024-03-01T22:17:05.596Z | Compiling pbkdf2 v0.12.2 |
1800 | 2024-03-01T22:17:05.759Z | Compiling derive-where v1.2.7 |
1801 | 2024-03-01T22:17:06.073Z | Compiling fxhash v0.2.1 |
1802 | 2024-03-01T22:17:06.274Z | Compiling owo-colors v4.0.0 |
1803 | 2024-03-01T22:17:06.406Z | Compiling swrite v0.1.0 |
1804 | 2024-03-01T22:17:06.538Z | Compiling linear-map v1.2.0 |
1805 | 2024-03-01T22:17:08.771Z | Compiling trust-dns-server v0.22.1 |
1806 | 2024-03-01T22:17:09.307Z | Compiling sled v0.34.7 |
1807 | 2024-03-01T22:17:09.636Z | Compiling bcrypt-pbkdf v0.10.0 |
1808 | 2024-03-01T22:17:09.768Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1809 | 2024-03-01T22:17:10.251Z | Compiling pbkdf2 v0.11.0 |
1810 | 2024-03-01T22:17:10.679Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1811 | 2024-03-01T22:17:12.245Z | Compiling ghash v0.5.0 |
1812 | 2024-03-01T22:17:12.346Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1813 | 2024-03-01T22:17:12.426Z | Compiling ed25519-dalek v2.0.0 |
1814 | 2024-03-01T22:17:13.184Z | Compiling russh-cryptovec v0.7.0 |
1815 | 2024-03-01T22:17:13.204Z | Compiling vsss-rs v3.3.4 |
1816 | 2024-03-01T22:17:13.503Z | Compiling slog-envlogger v2.2.0 |
1817 | 2024-03-01T22:17:13.523Z | Compiling rand v0.7.3 |
1818 | 2024-03-01T22:17:14.380Z | Compiling dirs v5.0.1 |
1819 | 2024-03-01T22:17:14.592Z | Compiling ciborium v0.2.2 |
1820 | 2024-03-01T22:17:14.842Z | Compiling chacha20poly1305 v0.10.1 |
1821 | 2024-03-01T22:17:15.078Z | Compiling p521 v0.13.3 |
1822 | 2024-03-01T22:17:16.154Z | Compiling p256 v0.13.2 |
1823 | 2024-03-01T22:17:16.203Z | Compiling cbc v0.1.2 |
1824 | 2024-03-01T22:17:16.273Z | Compiling pem v3.0.2 |
1825 | 2024-03-01T22:17:16.446Z | Compiling headers-core v0.2.0 |
1826 | 2024-03-01T22:17:16.603Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=488a70c644e332dae98447292a95e45074c8107c#488a70c6) |
1827 | 2024-03-01T22:17:17.005Z | Compiling kstat-rs v0.2.3 |
1828 | 2024-03-01T22:17:17.101Z | Compiling glob v0.3.1 |
1829 | 2024-03-01T22:17:17.274Z | Compiling md5 v0.7.0 |
1830 | 2024-03-01T22:17:17.611Z | Compiling http-range v0.1.5 |
1831 | 2024-03-01T22:17:17.682Z | Compiling russh-keys v0.42.0 |
1832 | 2024-03-01T22:17:17.833Z | Compiling hyper-staticfile v0.9.5 |
1833 | 2024-03-01T22:17:18.013Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1834 | 2024-03-01T22:17:18.203Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1835 | 2024-03-01T22:17:19.168Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=488a70c644e332dae98447292a95e45074c8107c#488a70c6) |
1836 | 2024-03-01T22:17:19.636Z | Compiling rcgen v0.12.1 |
1837 | 2024-03-01T22:17:21.162Z | Compiling headers v0.3.9 |
1838 | 2024-03-01T22:17:21.201Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1839 | 2024-03-01T22:17:21.541Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1840 | 2024-03-01T22:17:23.217Z | Compiling aes-gcm v0.10.3 |
1841 | 2024-03-01T22:17:24.075Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1842 | 2024-03-01T22:17:26.397Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1843 | 2024-03-01T22:17:26.879Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1844 | 2024-03-01T22:17:28.387Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=488a70c644e332dae98447292a95e45074c8107c#488a70c6) |
1845 | 2024-03-01T22:17:28.456Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1846 | 2024-03-01T22:17:30.066Z | Compiling atomicwrites v0.4.3 |
1847 | 2024-03-01T22:17:30.118Z | Compiling itertools v0.12.1 |
1848 | 2024-03-01T22:17:30.437Z | Compiling subprocess v0.2.9 |
1849 | 2024-03-01T22:17:31.966Z | Compiling display-error-chain v0.2.0 |
1850 | 2024-03-01T22:17:32.152Z | Compiling hex-literal v0.4.1 |
1851 | 2024-03-01T22:17:32.322Z | Compiling russh v0.42.0 |
1852 | 2024-03-01T22:17:32.650Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1853 | 2024-03-01T22:17:33.304Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1854 | 2024-03-01T22:17:38.904Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1855 | 2024-03-01T22:17:40.255Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1856 | 2024-03-01T22:18:01.595Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1857 | 2024-03-01T22:19:01.058Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 38s |
1858 | 2024-03-01T22:19:01.380Z | |
1859 | 2024-03-01T22:19:01.384Z | real 5:38.623600181 |
1860 | 2024-03-01T22:19:01.384Z | user 28:43.083491580 |
1861 | 2024-03-01T22:19:01.384Z | sys 5:40.043508977 |
1862 | 2024-03-01T22:19:01.384Z | trap 0.873211829 |
1863 | 2024-03-01T22:19:01.385Z | tflt 5.506825879 |
1864 | 2024-03-01T22:19:01.385Z | dflt 5.755451855 |
1865 | 2024-03-01T22:19:01.385Z | kflt 0.051029177 |
1866 | 2024-03-01T22:19:01.385Z | lock 53:20.202682009 |
1867 | 2024-03-01T22:19:01.385Z | slp 1:23:48.162606292 |
1868 | 2024-03-01T22:19:01.385Z | lat 1:38.504913094 |
1869 | 2024-03-01T22:19:01.385Z | stop 4:17.524341702 |
1870 | 2024-03-01T22:19:01.385Z | + mkdir -p /work/end-to-end-tests |
1871 | 2024-03-01T22:19:01.407Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1872 | 2024-03-01T22:19:02.061Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1873 | 2024-03-01T22:19:02.062Z | + ptime -m gzip |
1874 | 2024-03-01T22:19:02.068Z | ++ basename target/debug/bootstrap |
1875 | 2024-03-01T22:19:13.931Z | |
1876 | 2024-03-01T22:19:13.931Z | real 11.850926489 |
1877 | 2024-03-01T22:19:13.931Z | user 11.753203706 |
1878 | 2024-03-01T22:19:13.931Z | sys 0.087254189 |
1879 | 2024-03-01T22:19:13.931Z | trap 0.003312180 |
1880 | 2024-03-01T22:19:13.931Z | tflt 0.000000000 |
1881 | 2024-03-01T22:19:13.932Z | dflt 0.000000000 |
1882 | 2024-03-01T22:19:13.932Z | kflt 0.000000000 |
1883 | 2024-03-01T22:19:13.932Z | lock 0.000000000 |
1884 | 2024-03-01T22:19:13.932Z | slp 0.000000000 |
1885 | 2024-03-01T22:19:13.932Z | lat 0.006699508 |
1886 | 2024-03-01T22:19:13.932Z | stop 0.000215896 |
1887 | 2024-03-01T22:19:13.937Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1888 | 2024-03-01T22:19:13.937Z | + ptime -m gzip |
1889 | 2024-03-01T22:19:13.937Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ec7dc70942caaa25 |
1890 | 2024-03-01T22:19:15.119Z | |
1891 | 2024-03-01T22:19:15.119Z | real 1.181394346 |
1892 | 2024-03-01T22:19:15.119Z | user 1.168952502 |
1893 | 2024-03-01T22:19:15.119Z | sys 0.011036859 |
1894 | 2024-03-01T22:19:15.119Z | trap 0.000373696 |
1895 | 2024-03-01T22:19:15.119Z | tflt 0.000000000 |
1896 | 2024-03-01T22:19:15.119Z | dflt 0.000000000 |
1897 | 2024-03-01T22:19:15.119Z | kflt 0.000000000 |
1898 | 2024-03-01T22:19:15.119Z | lock 0.000000000 |
1899 | 2024-03-01T22:19:15.123Z | slp 0.000000000 |
1900 | 2024-03-01T22:19:15.123Z | lat 0.000637389 |
1901 | 2024-03-01T22:19:15.123Z | stop 0.000174515 |
1902 | 2024-03-01T22:19:15.123Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1903 | 2024-03-01T22:19:15.123Z | + ptime -m gzip |
1904 | 2024-03-01T22:19:15.123Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06239e2b0a4ace4f |
1905 | 2024-03-01T22:19:27.329Z | |
1906 | 2024-03-01T22:19:27.329Z | real 12.191907166 |
1907 | 2024-03-01T22:19:27.329Z | user 12.109391695 |
1908 | 2024-03-01T22:19:27.329Z | sys 0.078579905 |
1909 | 2024-03-01T22:19:27.329Z | trap 0.001926823 |
1910 | 2024-03-01T22:19:27.329Z | tflt 0.000000000 |
1911 | 2024-03-01T22:19:27.329Z | dflt 0.000000000 |
1912 | 2024-03-01T22:19:27.329Z | kflt 0.000000000 |
1913 | 2024-03-01T22:19:27.329Z | lock 0.000000000 |
1914 | 2024-03-01T22:19:27.330Z | slp 0.000000000 |
1915 | 2024-03-01T22:19:27.330Z | lat 0.001599322 |
1916 | 2024-03-01T22:19:27.330Z | stop 0.000175864 |
1917 | 2024-03-01T22:19:27.333Z | + banner caboose-util |
1918 | 2024-03-01T22:19:27.333Z | |
1919 | 2024-03-01T22:19:27.333Z | #### ## ##### #### #### #### ###### # # ##### |
1920 | 2024-03-01T22:19:27.333Z | # # # # # # # # # # # # # # # |
1921 | 2024-03-01T22:19:27.334Z | # # # ##### # # # # #### ##### ##### # # # |
1922 | 2024-03-01T22:19:27.334Z | # ###### # # # # # # # # # # # |
1923 | 2024-03-01T22:19:27.334Z | # # # # # # # # # # # # # # # # |
1924 | 2024-03-01T22:19:27.334Z | #### # # ##### #### #### #### ###### #### # |
1925 | 2024-03-01T22:19:27.334Z | |
1926 | 2024-03-01T22:19:27.334Z | + ptime -m cargo build --locked -p caboose-util --release |
1927 | 2024-03-01T22:19:27.795Z | Downloading crates ... |
1928 | 2024-03-01T22:19:28.076Z | Downloaded array-init v0.0.4 |
1929 | 2024-03-01T22:19:28.086Z | Downloaded nodrop v0.1.14 |
1930 | 2024-03-01T22:19:28.091Z | Downloaded path-slash v0.1.5 |
1931 | 2024-03-01T22:19:28.100Z | Downloaded radium v0.7.0 |
1932 | 2024-03-01T22:19:28.107Z | Downloaded crc v3.0.1 |
1933 | 2024-03-01T22:19:28.108Z | Downloaded funty v2.0.0 |
1934 | 2024-03-01T22:19:28.113Z | Downloaded packed_struct_codegen v0.10.1 |
1935 | 2024-03-01T22:19:28.113Z | Downloaded crc-catalog v2.2.0 |
1936 | 2024-03-01T22:19:28.114Z | Downloaded serde-hex v0.1.0 |
1937 | 2024-03-01T22:19:28.114Z | Downloaded tap v1.0.1 |
1938 | 2024-03-01T22:19:28.114Z | Downloaded packed_struct v0.10.1 |
1939 | 2024-03-01T22:19:28.118Z | Downloaded termcolor v1.2.0 |
1940 | 2024-03-01T22:19:28.118Z | Downloaded bitfield v0.14.0 |
1941 | 2024-03-01T22:19:28.118Z | Downloaded smallvec v0.6.14 |
1942 | 2024-03-01T22:19:28.118Z | Downloaded pkcs1 v0.7.5 |
1943 | 2024-03-01T22:19:28.121Z | Downloaded maybe-uninit v2.0.0 |
1944 | 2024-03-01T22:19:28.121Z | Downloaded env_logger v0.10.0 |
1945 | 2024-03-01T22:19:28.128Z | Downloaded wyz v0.5.1 |
1946 | 2024-03-01T22:19:28.131Z | Downloaded crc-any v2.4.3 |
1947 | 2024-03-01T22:19:28.137Z | Downloaded ron v0.8.1 |
1948 | 2024-03-01T22:19:28.142Z | Downloaded hashbrown v0.13.2 |
1949 | 2024-03-01T22:19:28.146Z | Downloaded x509-cert v0.2.4 |
1950 | 2024-03-01T22:19:28.152Z | Downloaded num-bigint-dig v0.8.4 |
1951 | 2024-03-01T22:19:28.158Z | Downloaded bitvec v1.0.1 |
1952 | 2024-03-01T22:19:28.170Z | Downloaded object v0.30.4 |
1953 | 2024-03-01T22:19:28.180Z | Downloaded rsa v0.9.2 |
1954 | 2024-03-01T22:19:28.284Z | Compiling proc-macro2 v1.0.78 |
1955 | 2024-03-01T22:19:28.284Z | Compiling unicode-ident v1.0.12 |
1956 | 2024-03-01T22:19:28.284Z | Compiling libc v0.2.153 |
1957 | 2024-03-01T22:19:28.289Z | Compiling serde v1.0.197 |
1958 | 2024-03-01T22:19:28.289Z | Compiling autocfg v1.1.0 |
1959 | 2024-03-01T22:19:28.289Z | Compiling version_check v0.9.4 |
1960 | 2024-03-01T22:19:28.289Z | Compiling cfg-if v1.0.0 |
1961 | 2024-03-01T22:19:28.457Z | Compiling typenum v1.16.0 |
1962 | 2024-03-01T22:19:28.469Z | Compiling once_cell v1.19.0 |
1963 | 2024-03-01T22:19:28.500Z | Compiling parking_lot_core v0.9.8 |
1964 | 2024-03-01T22:19:28.864Z | Compiling memchr v2.6.3 |
1965 | 2024-03-01T22:19:28.886Z | Compiling syn v1.0.109 |
1966 | 2024-03-01T22:19:28.907Z | Compiling byteorder v1.5.0 |
1967 | 2024-03-01T22:19:29.004Z | Compiling lock_api v0.4.10 |
1968 | 2024-03-01T22:19:29.272Z | Compiling generic-array v0.14.7 |
1969 | 2024-03-01T22:19:29.380Z | Compiling libm v0.2.7 |
1970 | 2024-03-01T22:19:29.445Z | Compiling num-traits v0.2.16 |
1971 | 2024-03-01T22:19:29.545Z | Compiling ahash v0.8.7 |
1972 | 2024-03-01T22:19:29.692Z | Compiling quote v1.0.35 |
1973 | 2024-03-01T22:19:29.730Z | Compiling pkg-config v0.3.27 |
1974 | 2024-03-01T22:19:29.859Z | Compiling thiserror v1.0.57 |
1975 | 2024-03-01T22:19:30.325Z | Compiling syn v2.0.51 |
1976 | 2024-03-01T22:19:30.341Z | Compiling cc v1.0.83 |
1977 | 2024-03-01T22:19:30.455Z | Compiling getrandom v0.2.10 |
1978 | 2024-03-01T22:19:30.826Z | Compiling serde_json v1.0.114 |
1979 | 2024-03-01T22:19:30.893Z | Compiling scopeguard v1.2.0 |
1980 | 2024-03-01T22:19:31.147Z | Compiling slab v0.4.9 |
1981 | 2024-03-01T22:19:31.264Z | Compiling log v0.4.20 |
1982 | 2024-03-01T22:19:31.277Z | Compiling itoa v1.0.9 |
1983 | 2024-03-01T22:19:31.540Z | Compiling rand_core v0.6.4 |
1984 | 2024-03-01T22:19:31.834Z | Compiling smallvec v1.13.1 |
1985 | 2024-03-01T22:19:32.350Z | Compiling vcpkg v0.2.15 |
1986 | 2024-03-01T22:19:32.933Z | Compiling const-oid v0.9.5 |
1987 | 2024-03-01T22:19:33.052Z | Compiling pin-project-lite v0.2.13 |
1988 | 2024-03-01T22:19:33.171Z | Compiling parking_lot v0.12.1 |
1989 | 2024-03-01T22:19:33.659Z | Compiling ring v0.17.8 |
1990 | 2024-03-01T22:19:34.064Z | Compiling ucd-trie v0.1.6 |
1991 | 2024-03-01T22:19:34.096Z | Compiling openssl-sys v0.9.96 |
1992 | 2024-03-01T22:19:34.121Z | Compiling ryu v1.0.15 |
1993 | 2024-03-01T22:19:34.589Z | Compiling signal-hook-registry v1.4.1 |
1994 | 2024-03-01T22:19:35.014Z | Compiling rustix v0.38.31 |
1995 | 2024-03-01T22:19:35.182Z | Compiling subtle v2.5.0 |
1996 | 2024-03-01T22:19:35.274Z | Compiling ring v0.16.20 |
1997 | 2024-03-01T22:19:35.497Z | Compiling mio v0.8.9 |
1998 | 2024-03-01T22:19:35.720Z | Compiling semver v1.0.22 |
1999 | 2024-03-01T22:19:36.162Z | Compiling futures-core v0.3.30 |
2000 | 2024-03-01T22:19:36.919Z | Compiling spin v0.5.2 |
2001 | 2024-03-01T22:19:37.466Z | Compiling socket2 v0.5.5 |
2002 | 2024-03-01T22:19:38.034Z | Compiling num_cpus v1.16.0 |
2003 | 2024-03-01T22:19:38.075Z | Compiling httparse v1.8.0 |
2004 | 2024-03-01T22:19:38.346Z | Compiling openssl v0.10.60 |
2005 | 2024-03-01T22:19:38.400Z | Compiling futures-sink v0.3.30 |
2006 | 2024-03-01T22:19:38.455Z | Compiling allocator-api2 v0.2.16 |
2007 | 2024-03-01T22:19:38.541Z | Compiling unicode-xid v0.2.4 |
2008 | 2024-03-01T22:19:38.703Z | Compiling heck v0.4.1 |
2009 | 2024-03-01T22:19:38.713Z | Compiling synstructure v0.12.6 |
2010 | 2024-03-01T22:19:39.112Z | Compiling tinyvec_macros v0.1.1 |
2011 | 2024-03-01T22:19:39.123Z | Compiling equivalent v1.0.1 |
2012 | 2024-03-01T22:19:39.438Z | Compiling tinyvec v1.6.0 |
2013 | 2024-03-01T22:19:39.714Z | Compiling futures-channel v0.3.30 |
2014 | 2024-03-01T22:19:40.146Z | Compiling futures-io v0.3.30 |
2015 | 2024-03-01T22:19:40.157Z | Compiling futures-task v0.3.30 |
2016 | 2024-03-01T22:19:40.173Z | Compiling native-tls v0.2.11 |
2017 | 2024-03-01T22:19:40.185Z | Compiling pin-utils v0.1.0 |
2018 | 2024-03-01T22:19:40.387Z | Compiling crc32fast v1.3.2 |
2019 | 2024-03-01T22:19:40.406Z | Compiling ppv-lite86 v0.2.17 |
2020 | 2024-03-01T22:19:40.443Z | Compiling rustls v0.21.9 |
2021 | 2024-03-01T22:19:40.487Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2022 | 2024-03-01T22:19:40.708Z | Compiling spin v0.9.8 |
2023 | 2024-03-01T22:19:40.900Z | Compiling tracing-core v0.1.31 |
2024 | 2024-03-01T22:19:40.945Z | Compiling unicode-normalization v0.1.22 |
2025 | 2024-03-01T22:19:41.093Z | Compiling unicode-bidi v0.3.13 |
2026 | 2024-03-01T22:19:41.105Z | Compiling base64ct v1.6.0 |
2027 | 2024-03-01T22:19:41.237Z | Compiling rand_chacha v0.3.1 |
2028 | 2024-03-01T22:19:41.725Z | Compiling pem-rfc7468 v0.7.0 |
2029 | 2024-03-01T22:19:41.805Z | Compiling rand v0.8.5 |
2030 | 2024-03-01T22:19:42.585Z | Compiling num-iter v0.1.43 |
2031 | 2024-03-01T22:19:42.828Z | Compiling usdt-impl v0.3.5 |
2032 | 2024-03-01T22:19:42.952Z | Compiling flagset v0.4.3 |
2033 | 2024-03-01T22:19:43.158Z | Compiling signal-hook v0.3.17 |
2034 | 2024-03-01T22:19:43.423Z | Compiling schemars v0.8.16 |
2035 | 2024-03-01T22:19:43.437Z | Compiling serde_derive_internals v0.26.0 |
2036 | 2024-03-01T22:19:43.894Z | Compiling serde_derive v1.0.197 |
2037 | 2024-03-01T22:19:43.915Z | Compiling zeroize_derive v1.4.2 |
2038 | 2024-03-01T22:19:44.067Z | Compiling zerocopy-derive v0.7.32 |
2039 | 2024-03-01T22:19:44.139Z | Compiling thiserror-impl v1.0.57 |
2040 | 2024-03-01T22:19:45.010Z | Compiling tokio-macros v2.2.0 |
2041 | 2024-03-01T22:19:45.401Z | Compiling zeroize v1.7.0 |
2042 | 2024-03-01T22:19:45.871Z | Compiling futures-macro v0.3.30 |
2043 | 2024-03-01T22:19:46.205Z | Compiling tracing-attributes v0.1.26 |
2044 | 2024-03-01T22:19:46.388Z | Compiling zerocopy v0.7.32 |
2045 | 2024-03-01T22:19:47.362Z | Compiling pest v2.7.6 |
2046 | 2024-03-01T22:19:47.564Z | Compiling der_derive v0.7.2 |
2047 | 2024-03-01T22:19:47.893Z | Compiling crypto-common v0.1.6 |
2048 | 2024-03-01T22:19:47.910Z | Compiling block-buffer v0.10.4 |
2049 | 2024-03-01T22:19:48.264Z | Compiling digest v0.10.7 |
2050 | 2024-03-01T22:19:48.311Z | Compiling zerocopy-derive v0.2.0 |
2051 | 2024-03-01T22:19:48.747Z | Compiling hashbrown v0.14.3 |
2052 | 2024-03-01T22:19:48.821Z | Compiling openssl-macros v0.1.1 |
2053 | 2024-03-01T22:19:49.541Z | Compiling pest_meta v2.7.6 |
2054 | 2024-03-01T22:19:49.551Z | Compiling futures-util v0.3.30 |
2055 | 2024-03-01T22:19:50.138Z | Compiling tracing v0.1.37 |
2056 | 2024-03-01T22:19:50.162Z | Compiling scroll_derive v0.12.0 |
2057 | 2024-03-01T22:19:50.182Z | Compiling zerocopy-derive v0.6.4 |
2058 | 2024-03-01T22:19:50.477Z | Compiling der v0.7.8 |
2059 | 2024-03-01T22:19:51.637Z | Compiling pest_generator v2.7.6 |
2060 | 2024-03-01T22:19:51.648Z | Compiling errno v0.3.8 |
2061 | 2024-03-01T22:19:53.519Z | Compiling fnv v1.0.7 |
2062 | 2024-03-01T22:19:53.652Z | Compiling spki v0.7.2 |
2063 | 2024-03-01T22:19:53.762Z | Compiling pest_derive v2.7.6 |
2064 | 2024-03-01T22:19:54.528Z | Compiling zerocopy v0.3.0 |
2065 | 2024-03-01T22:19:55.700Z | Compiling schemars_derive v0.8.16 |
2066 | 2024-03-01T22:19:55.882Z | Compiling lazy_static v1.4.0 |
2067 | 2024-03-01T22:19:56.212Z | Compiling backtrace v0.3.69 |
2068 | 2024-03-01T22:19:56.597Z | Compiling thread-id v4.2.0 |
2069 | 2024-03-01T22:19:56.703Z | Compiling memoffset v0.9.0 |
2070 | 2024-03-01T22:19:57.008Z | Compiling num-bigint v0.4.4 |
2071 | 2024-03-01T22:19:57.456Z | Compiling smoltcp v0.9.1 |
2072 | 2024-03-01T22:19:57.825Z | Compiling bytes v1.5.0 |
2073 | 2024-03-01T22:19:57.978Z | Compiling bitflags v2.4.0 |
2074 | 2024-03-01T22:19:58.065Z | Compiling indexmap v2.2.3 |
2075 | 2024-03-01T22:19:58.706Z | Compiling tokio v1.36.0 |
2076 | 2024-03-01T22:19:59.496Z | Compiling rustc_version v0.4.0 |
2077 | 2024-03-01T22:20:00.150Z | Compiling heapless v0.7.16 |
2078 | 2024-03-01T22:20:00.578Z | Compiling http v0.2.11 |
2079 | 2024-03-01T22:20:00.751Z | Compiling uuid v1.7.0 |
2080 | 2024-03-01T22:20:00.764Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2081 | 2024-03-01T22:20:01.437Z | Compiling untrusted v0.7.1 |
2082 | 2024-03-01T22:20:01.497Z | Compiling base64 v0.21.7 |
2083 | 2024-03-01T22:20:01.619Z | Compiling async-trait v0.1.77 |
2084 | 2024-03-01T22:20:02.051Z | Compiling untrusted v0.9.0 |
2085 | 2024-03-01T22:20:02.235Z | Compiling foreign-types-shared v0.1.1 |
2086 | 2024-03-01T22:20:02.340Z | Compiling crossbeam-utils v0.8.16 |
2087 | 2024-03-01T22:20:02.702Z | Compiling percent-encoding v2.3.1 |
2088 | 2024-03-01T22:20:02.846Z | Compiling iana-time-zone v0.1.57 |
2089 | 2024-03-01T22:20:03.025Z | Compiling chrono v0.4.31 |
2090 | 2024-03-01T22:20:03.215Z | Compiling foreign-types v0.3.2 |
2091 | 2024-03-01T22:20:05.090Z | Compiling dof v0.1.5 |
2092 | 2024-03-01T22:20:05.872Z | Compiling dtrace-parser v0.1.14 |
2093 | 2024-03-01T22:20:06.583Z | Compiling hmac v0.12.1 |
2094 | 2024-03-01T22:20:06.740Z | Compiling clap_derive v4.5.0 |
2095 | 2024-03-01T22:20:06.943Z | Compiling num-integer v0.1.46 |
2096 | 2024-03-01T22:20:07.155Z | Compiling tokio-util v0.7.10 |
2097 | 2024-03-01T22:20:07.366Z | Compiling try-lock v0.2.4 |
2098 | 2024-03-01T22:20:07.474Z | Compiling adler v1.0.2 |
2099 | 2024-03-01T22:20:07.510Z | Compiling utf8parse v0.2.1 |
2100 | 2024-03-01T22:20:07.668Z | Compiling anstyle v1.0.2 |
2101 | 2024-03-01T22:20:08.117Z | Compiling rustversion v1.0.14 |
2102 | 2024-03-01T22:20:08.188Z | Compiling siphasher v0.3.11 |
2103 | 2024-03-01T22:20:08.226Z | Compiling time-core v0.1.1 |
2104 | 2024-03-01T22:20:08.562Z | Compiling cpufeatures v0.2.12 |
2105 | 2024-03-01T22:20:08.631Z | Compiling sha2 v0.10.8 |
2106 | 2024-03-01T22:20:08.658Z | Compiling time-macros v0.2.13 |
2107 | 2024-03-01T22:20:08.701Z | Compiling h2 v0.3.24 |
2108 | 2024-03-01T22:20:12.909Z | Compiling anstyle-parse v0.2.1 |
2109 | 2024-03-01T22:20:13.332Z | Compiling miniz_oxide v0.7.1 |
2110 | 2024-03-01T22:20:13.893Z | Compiling want v0.3.1 |
2111 | 2024-03-01T22:20:14.694Z | Compiling sct v0.7.0 |
2112 | 2024-03-01T22:20:14.799Z | Compiling rustls-webpki v0.101.7 |
2113 | 2024-03-01T22:20:15.594Z | Compiling form_urlencoded v1.2.1 |
2114 | 2024-03-01T22:20:15.795Z | Compiling http-body v0.4.5 |
2115 | 2024-03-01T22:20:16.218Z | Compiling serde_tokenstream v0.1.7 |
2116 | 2024-03-01T22:20:16.538Z | Compiling pkcs8 v0.10.2 |
2117 | 2024-03-01T22:20:16.567Z | Compiling hubpack_derive v0.1.1 |
2118 | 2024-03-01T22:20:17.346Z | Compiling socket2 v0.4.9 |
2119 | 2024-03-01T22:20:17.440Z | Compiling crossbeam-epoch v0.9.15 |
2120 | 2024-03-01T22:20:17.582Z | Compiling usdt-impl v0.5.0 |
2121 | 2024-03-01T22:20:17.709Z | Compiling radium v0.7.0 |
2122 | 2024-03-01T22:20:17.907Z | Compiling tower-service v0.3.2 |
2123 | 2024-03-01T22:20:17.997Z | Compiling httpdate v1.0.3 |
2124 | 2024-03-01T22:20:18.131Z | Compiling slog v2.7.0 |
2125 | 2024-03-01T22:20:18.377Z | Compiling anyhow v1.0.75 |
2126 | 2024-03-01T22:20:18.573Z | Compiling anstyle-query v1.0.0 |
2127 | 2024-03-01T22:20:18.718Z | Compiling openssl-probe v0.1.5 |
2128 | 2024-03-01T22:20:18.726Z | Compiling colorchoice v1.0.0 |
2129 | 2024-03-01T22:20:18.979Z | Compiling anstream v0.6.11 |
2130 | 2024-03-01T22:20:19.731Z | Compiling hyper v0.14.27 |
2131 | 2024-03-01T22:20:24.836Z | Compiling terminal_size v0.3.0 |
2132 | 2024-03-01T22:20:25.144Z | Compiling serde_spanned v0.6.5 |
2133 | 2024-03-01T22:20:25.373Z | Compiling toml_datetime v0.6.5 |
2134 | 2024-03-01T22:20:25.903Z | Compiling zerocopy v0.6.4 |
2135 | 2024-03-01T22:20:26.859Z | Compiling scroll v0.12.0 |
2136 | 2024-03-01T22:20:27.270Z | Compiling md-5 v0.10.5 |
2137 | 2024-03-01T22:20:27.679Z | Compiling idna v0.5.0 |
2138 | 2024-03-01T22:20:27.707Z | Compiling stringprep v0.1.3 |
2139 | 2024-03-01T22:20:28.515Z | Compiling diesel_table_macro_syntax v0.1.0 |
2140 | 2024-03-01T22:20:28.555Z | Compiling aho-corasick v1.0.4 |
2141 | 2024-03-01T22:20:28.784Z | Compiling hash32 v0.2.1 |
2142 | 2024-03-01T22:20:28.884Z | Compiling fallible-iterator v0.2.0 |
2143 | 2024-03-01T22:20:29.122Z | Compiling stable_deref_trait v1.2.0 |
2144 | 2024-03-01T22:20:29.227Z | Compiling clap_lex v0.7.0 |
2145 | 2024-03-01T22:20:29.325Z | Compiling tap v1.0.1 |
2146 | 2024-03-01T22:20:29.506Z | Compiling regex-syntax v0.8.2 |
2147 | 2024-03-01T22:20:29.734Z | Compiling strsim v0.11.0 |
2148 | 2024-03-01T22:20:29.737Z | Compiling dyn-clone v1.0.17 |
2149 | 2024-03-01T22:20:29.737Z | Compiling maybe-uninit v2.0.0 |
2150 | 2024-03-01T22:20:29.786Z | Compiling plain v0.2.3 |
2151 | 2024-03-01T22:20:29.939Z | Compiling gimli v0.28.0 |
2152 | 2024-03-01T22:20:29.971Z | Compiling goblin v0.8.0 |
2153 | 2024-03-01T22:20:30.169Z | Compiling clap_builder v4.5.0 |
2154 | 2024-03-01T22:20:30.745Z | Compiling postgres-protocol v0.6.6 |
2155 | 2024-03-01T22:20:31.987Z | Compiling wyz v0.5.1 |
2156 | 2024-03-01T22:20:32.485Z | Compiling diesel_derives v2.1.2 |
2157 | 2024-03-01T22:20:32.588Z | Compiling url v2.5.0 |
2158 | 2024-03-01T22:20:33.670Z | Compiling regex-automata v0.4.4 |
2159 | 2024-03-01T22:20:34.573Z | Compiling addr2line v0.21.0 |
2160 | 2024-03-01T22:20:35.474Z | Compiling tokio-rustls v0.24.1 |
2161 | 2024-03-01T22:20:35.650Z | Compiling strum_macros v0.25.2 |
2162 | 2024-03-01T22:20:37.165Z | Compiling tokio-native-tls v0.3.1 |
2163 | 2024-03-01T22:20:38.025Z | Compiling usdt-macro v0.3.5 |
2164 | 2024-03-01T22:20:39.253Z | Compiling usdt-attr-macro v0.3.5 |
2165 | 2024-03-01T22:20:39.916Z | Compiling phf_shared v0.11.2 |
2166 | 2024-03-01T22:20:41.108Z | Compiling block-padding v0.3.3 |
2167 | 2024-03-01T22:20:41.141Z | Compiling enum-as-inner v0.5.1 |
2168 | 2024-03-01T22:20:41.340Z | Compiling serde_repr v0.1.16 |
2169 | 2024-03-01T22:20:41.973Z | Compiling ff v0.13.0 |
2170 | 2024-03-01T22:20:42.114Z | Compiling scheduled-thread-pool v0.2.7 |
2171 | 2024-03-01T22:20:42.424Z | Compiling object v0.32.1 |
2172 | 2024-03-01T22:20:43.382Z | Compiling ipnet v2.9.0 |
2173 | 2024-03-01T22:20:43.916Z | Compiling rustc-demangle v0.1.23 |
2174 | 2024-03-01T22:20:44.514Z | Compiling regex-automata v0.1.10 |
2175 | 2024-03-01T22:20:44.819Z | Compiling base16ct v0.2.0 |
2176 | 2024-03-01T22:20:45.058Z | Compiling pretty-hex v0.4.1 |
2177 | 2024-03-01T22:20:45.288Z | Compiling num-bigint-dig v0.8.4 |
2178 | 2024-03-01T22:20:45.590Z | Compiling num_threads v0.1.6 |
2179 | 2024-03-01T22:20:45.711Z | Compiling managed v0.8.0 |
2180 | 2024-03-01T22:20:46.417Z | Compiling matches v0.1.10 |
2181 | 2024-03-01T22:20:46.510Z | Compiling winnow v0.5.15 |
2182 | 2024-03-01T22:20:46.597Z | Compiling funty v2.0.0 |
2183 | 2024-03-01T22:20:46.610Z | Compiling deranged v0.3.8 |
2184 | 2024-03-01T22:20:47.059Z | Compiling bitflags v1.3.2 |
2185 | 2024-03-01T22:20:47.161Z | Compiling bit-vec v0.6.3 |
2186 | 2024-03-01T22:20:47.732Z | Compiling packed_struct v0.10.1 |
2187 | 2024-03-01T22:20:48.533Z | Compiling time v0.3.27 |
2188 | 2024-03-01T22:20:49.162Z | Compiling bitvec v1.0.1 |
2189 | 2024-03-01T22:20:50.241Z | Compiling toml_edit v0.19.15 |
2190 | 2024-03-01T22:20:53.468Z | Compiling idna v0.2.3 |
2191 | 2024-03-01T22:20:54.367Z | Compiling dof v0.3.0 |
2192 | 2024-03-01T22:20:54.693Z | Compiling sec1 v0.7.3 |
2193 | 2024-03-01T22:20:54.912Z | Compiling bstr v0.2.17 |
2194 | 2024-03-01T22:20:55.297Z | Compiling r2d2 v0.8.10 |
2195 | 2024-03-01T22:20:55.674Z | Compiling group v0.13.0 |
2196 | 2024-03-01T22:20:56.004Z | Compiling inout v0.1.3 |
2197 | 2024-03-01T22:20:57.378Z | Compiling phf v0.11.2 |
2198 | 2024-03-01T22:20:57.557Z | Compiling regex v1.10.3 |
2199 | 2024-03-01T22:20:57.679Z | Compiling hyper-tls v0.5.0 |
2200 | 2024-03-01T22:20:58.040Z | Compiling hyper-rustls v0.24.2 |
2201 | 2024-03-01T22:20:58.368Z | Compiling signal-hook-mio v0.2.3 |
2202 | 2024-03-01T22:20:58.410Z | Compiling flate2 v1.0.28 |
2203 | 2024-03-01T22:20:58.528Z | Compiling clap v4.5.0 |
2204 | 2024-03-01T22:20:58.637Z | Compiling bzip2 v0.4.4 |
2205 | 2024-03-01T22:20:58.649Z | Compiling ipnetwork v0.20.0 |
2206 | 2024-03-01T22:20:59.017Z | Compiling postgres-types v0.2.6 |
2207 | 2024-03-01T22:20:59.663Z | Compiling hubpack v0.1.2 |
2208 | 2024-03-01T22:20:59.734Z | Compiling serde_urlencoded v0.7.1 |
2209 | 2024-03-01T22:20:59.911Z | Compiling rustls-pemfile v1.0.3 |
2210 | 2024-03-01T22:21:00.104Z | Compiling phf_shared v0.10.0 |
2211 | 2024-03-01T22:21:00.267Z | Compiling hkdf v0.12.4 |
2212 | 2024-03-01T22:21:00.363Z | Compiling futures-executor v0.3.30 |
2213 | 2024-03-01T22:21:00.464Z | Compiling dtrace-parser v0.2.0 |
2214 | 2024-03-01T22:21:02.143Z | Compiling crypto-bigint v0.5.2 |
2215 | 2024-03-01T22:21:02.347Z | Compiling packed_struct_codegen v0.10.1 |
2216 | 2024-03-01T22:21:02.561Z | Compiling float-cmp v0.9.0 |
2217 | 2024-03-01T22:21:03.384Z | Compiling indexmap v1.9.3 |
2218 | 2024-03-01T22:21:03.683Z | Compiling encoding_rs v0.8.33 |
2219 | 2024-03-01T22:21:04.044Z | Compiling fixedbitset v0.4.2 |
2220 | 2024-03-01T22:21:04.059Z | Compiling mime v0.3.17 |
2221 | 2024-03-01T22:21:04.377Z | Compiling new_debug_unreachable v1.0.4 |
2222 | 2024-03-01T22:21:04.439Z | Compiling webpki-roots v0.25.2 |
2223 | 2024-03-01T22:21:04.476Z | Compiling winnow v0.6.1 |
2224 | 2024-03-01T22:21:04.563Z | Compiling static_assertions v1.1.0 |
2225 | 2024-03-01T22:21:04.582Z | Compiling minimal-lexical v0.2.1 |
2226 | 2024-03-01T22:21:04.658Z | Compiling predicates-core v1.0.6 |
2227 | 2024-03-01T22:21:05.053Z | Compiling normalize-line-endings v0.3.0 |
2228 | 2024-03-01T22:21:05.103Z | Compiling whoami v1.4.1 |
2229 | 2024-03-01T22:21:05.182Z | Compiling difflib v0.4.0 |
2230 | 2024-03-01T22:21:05.737Z | Compiling unicode-width v0.1.11 |
2231 | 2024-03-01T22:21:06.472Z | Compiling regex-automata v0.3.8 |
2232 | 2024-03-01T22:21:07.401Z | Compiling data-encoding v2.4.0 |
2233 | 2024-03-01T22:21:08.333Z | Compiling crc-catalog v2.2.0 |
2234 | 2024-03-01T22:21:08.766Z | Compiling either v1.10.0 |
2235 | 2024-03-01T22:21:09.207Z | Compiling unicode-segmentation v1.10.1 |
2236 | 2024-03-01T22:21:09.268Z | Compiling precomputed-hash v0.1.1 |
2237 | 2024-03-01T22:21:09.401Z | Compiling sync_wrapper v0.1.2 |
2238 | 2024-03-01T22:21:09.405Z | Compiling nodrop v0.1.14 |
2239 | 2024-03-01T22:21:09.535Z | Compiling reqwest v0.11.24 |
2240 | 2024-03-01T22:21:09.544Z | Compiling array-init v0.0.4 |
2241 | 2024-03-01T22:21:11.734Z | Compiling similar v2.3.0 |
2242 | 2024-03-01T22:21:12.860Z | Compiling string_cache v0.8.7 |
2243 | 2024-03-01T22:21:13.872Z | Compiling itertools v0.10.5 |
2244 | 2024-03-01T22:21:15.525Z | Compiling crc v3.0.1 |
2245 | 2024-03-01T22:21:16.327Z | Compiling bstr v1.6.0 |
2246 | 2024-03-01T22:21:16.815Z | Compiling toml_edit v0.22.6 |
2247 | 2024-03-01T22:21:17.857Z | Compiling trust-dns-proto v0.22.0 |
2248 | 2024-03-01T22:21:23.845Z | Compiling console v0.15.8 |
2249 | 2024-03-01T22:21:24.697Z | Compiling predicates v3.1.0 |
2250 | 2024-03-01T22:21:25.219Z | Compiling tokio-postgres v0.7.10 |
2251 | 2024-03-01T22:21:25.676Z | Compiling nom v7.1.3 |
2252 | 2024-03-01T22:21:26.270Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2253 | 2024-03-01T22:21:27.805Z | Compiling petgraph v0.6.4 |
2254 | 2024-03-01T22:21:29.389Z | Compiling elliptic-curve v0.13.8 |
2255 | 2024-03-01T22:21:32.731Z | Compiling futures v0.3.30 |
2256 | 2024-03-01T22:21:33.629Z | Compiling smallvec v0.6.14 |
2257 | 2024-03-01T22:21:33.876Z | Compiling zip v0.6.6 |
2258 | 2024-03-01T22:21:34.143Z | Compiling diesel v2.1.4 |
2259 | 2024-03-01T22:21:34.264Z | Compiling yasna v0.5.2 |
2260 | 2024-03-01T22:21:35.162Z | Compiling crossterm v0.27.0 |
2261 | 2024-03-01T22:21:36.125Z | Compiling cipher v0.4.4 |
2262 | 2024-03-01T22:21:37.941Z | Compiling toml v0.7.8 |
2263 | 2024-03-01T22:21:37.952Z | Compiling bit-set v0.5.3 |
2264 | 2024-03-01T22:21:38.235Z | Compiling usdt v0.3.5 |
2265 | 2024-03-01T22:21:39.495Z | Compiling pkcs1 v0.7.5 |
2266 | 2024-03-01T22:21:39.792Z | Compiling tokio-stream v0.1.14 |
2267 | 2024-03-01T22:21:40.766Z | Compiling is-terminal v0.4.9 |
2268 | 2024-03-01T22:21:40.927Z | Compiling openapiv3 v2.0.0 |
2269 | 2024-03-01T22:21:43.771Z | Compiling hex v0.4.3 |
2270 | 2024-03-01T22:21:44.907Z | Compiling signature v2.1.0 |
2271 | 2024-03-01T22:21:47.436Z | Compiling termcolor v1.2.0 |
2272 | 2024-03-01T22:21:48.132Z | Compiling lalrpop-util v0.19.12 |
2273 | 2024-03-01T22:21:49.610Z | Compiling hashbrown v0.12.3 |
2274 | 2024-03-01T22:21:49.775Z | Compiling bitfield v0.14.0 |
2275 | 2024-03-01T22:21:51.862Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2276 | 2024-03-01T22:21:56.186Z | Compiling env_logger v0.10.0 |
2277 | 2024-03-01T22:22:00.731Z | Compiling rsa v0.9.2 |
2278 | 2024-03-01T22:22:06.822Z | Compiling serde-hex v0.1.0 |
2279 | 2024-03-01T22:22:09.120Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2280 | 2024-03-01T22:22:12.752Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2281 | 2024-03-01T22:22:14.140Z | Compiling ron v0.8.1 |
2282 | 2024-03-01T22:22:14.975Z | Compiling x509-cert v0.2.4 |
2283 | 2024-03-01T22:22:15.206Z | Compiling hashbrown v0.13.2 |
2284 | 2024-03-01T22:22:26.522Z | Compiling crc-any v2.4.3 |
2285 | 2024-03-01T22:22:29.649Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2286 | 2024-03-01T22:22:52.345Z | Compiling object v0.30.4 |
2287 | 2024-03-01T22:22:52.655Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2288 | 2024-03-01T22:22:59.320Z | Compiling path-slash v0.1.5 |
2289 | 2024-03-01T22:23:01.661Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2290 | 2024-03-01T22:23:26.056Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2291 | 2024-03-01T22:23:26.858Z | Finished release [optimized] target(s) in 3m 59s |
2292 | 2024-03-01T22:23:26.935Z | |
2293 | 2024-03-01T22:23:26.935Z | real 3:59.343279258 |
2294 | 2024-03-01T22:23:26.935Z | user 26:15.105274595 |
2295 | 2024-03-01T22:23:26.935Z | sys 3:07.150912949 |
2296 | 2024-03-01T22:23:26.935Z | trap 0.855490191 |
2297 | 2024-03-01T22:23:26.935Z | tflt 1.654755344 |
2298 | 2024-03-01T22:23:26.935Z | dflt 0.828165052 |
2299 | 2024-03-01T22:23:26.941Z | kflt 0.020389808 |
2300 | 2024-03-01T22:23:26.941Z | lock 59:56.830823747 |
2301 | 2024-03-01T22:23:26.941Z | slp 1:17:32.603377095 |
2302 | 2024-03-01T22:23:26.941Z | lat 1:29.357426269 |
2303 | 2024-03-01T22:23:26.941Z | stop 1:20.891310825 |
2304 | 2024-03-01T22:23:26.941Z | + ptime -m gzip |
2305 | 2024-03-01T22:23:27.309Z | |
2306 | 2024-03-01T22:23:27.309Z | real 0.369640904 |
2307 | 2024-03-01T22:23:27.309Z | user 0.364660215 |
2308 | 2024-03-01T22:23:27.309Z | sys 0.004433873 |
2309 | 2024-03-01T22:23:27.309Z | trap 0.000031540 |
2310 | 2024-03-01T22:23:27.309Z | tflt 0.000000000 |
2311 | 2024-03-01T22:23:27.309Z | dflt 0.000000000 |
2312 | 2024-03-01T22:23:27.309Z | kflt 0.000000000 |
2313 | 2024-03-01T22:23:27.309Z | lock 0.000000000 |
2314 | 2024-03-01T22:23:27.309Z | slp 0.000000000 |
2315 | 2024-03-01T22:23:27.309Z | lat 0.000103232 |
2316 | 2024-03-01T22:23:27.309Z | stop 0.000177252 |
2317 | 2024-03-01T22:23:27.313Z | + banner tufaceous |
2318 | 2024-03-01T22:23:27.313Z | |
2319 | 2024-03-01T22:23:27.313Z | ##### # # ###### ## #### ###### #### # # #### |
2320 | 2024-03-01T22:23:27.313Z | # # # # # # # # # # # # # # |
2321 | 2024-03-01T22:23:27.313Z | # # # ##### # # # ##### # # # # #### |
2322 | 2024-03-01T22:23:27.313Z | # # # # ###### # # # # # # # |
2323 | 2024-03-01T22:23:27.313Z | # # # # # # # # # # # # # # # |
2324 | 2024-03-01T22:23:27.313Z | # #### # # # #### ###### #### #### #### |
2325 | 2024-03-01T22:23:27.313Z | |
2326 | 2024-03-01T22:23:27.314Z | + ptime -m cargo build --locked -p tufaceous --release |
2327 | 2024-03-01T22:23:27.798Z | Downloading crates ... |
2328 | 2024-03-01T22:23:28.105Z | Downloaded snafu v0.7.5 |
2329 | 2024-03-01T22:23:28.111Z | Downloaded buf-list v1.0.3 |
2330 | 2024-03-01T22:23:28.114Z | Downloaded parse-size v1.0.0 |
2331 | 2024-03-01T22:23:28.118Z | Downloaded humantime v2.1.0 |
2332 | 2024-03-01T22:23:28.118Z | Downloaded doc-comment v0.3.3 |
2333 | 2024-03-01T22:23:28.118Z | Downloaded serde_plain v1.0.2 |
2334 | 2024-03-01T22:23:28.122Z | Downloaded fs-err v2.11.0 |
2335 | 2024-03-01T22:23:28.122Z | Downloaded olpc-cjson v0.1.3 |
2336 | 2024-03-01T22:23:28.122Z | Downloaded globset v0.4.13 |
2337 | 2024-03-01T22:23:28.122Z | Downloaded pin-project-internal v1.1.3 |
2338 | 2024-03-01T22:23:28.125Z | Downloaded snafu-derive v0.7.5 |
2339 | 2024-03-01T22:23:28.125Z | Downloaded async-recursion v1.0.5 |
2340 | 2024-03-01T22:23:28.129Z | Downloaded pin-project v1.1.3 |
2341 | 2024-03-01T22:23:28.138Z | Downloaded tough v0.16.0 |
2342 | 2024-03-01T22:23:28.145Z | Downloaded typed-path v0.7.0 |
2343 | 2024-03-01T22:23:28.252Z | Compiling serde_tokenstream v0.2.0 |
2344 | 2024-03-01T22:23:28.315Z | Compiling regress v0.8.0 |
2345 | 2024-03-01T22:23:28.328Z | Compiling dirs-sys-next v0.1.2 |
2346 | 2024-03-01T22:23:28.328Z | Compiling strsim v0.10.0 |
2347 | 2024-03-01T22:23:28.331Z | Compiling ident_case v1.0.1 |
2348 | 2024-03-01T22:23:28.331Z | Compiling rustls-pki-types v1.3.0 |
2349 | 2024-03-01T22:23:28.365Z | Compiling thread_local v1.1.7 |
2350 | 2024-03-01T22:23:28.504Z | Compiling dirs-next v2.0.0 |
2351 | 2024-03-01T22:23:28.760Z | Compiling darling_core v0.20.3 |
2352 | 2024-03-01T22:23:28.804Z | Compiling heck v0.4.1 |
2353 | 2024-03-01T22:23:28.971Z | Compiling rustls v0.22.2 |
2354 | 2024-03-01T22:23:29.236Z | Compiling slog-async v2.8.0 |
2355 | 2024-03-01T22:23:29.247Z | Compiling camino v1.1.6 |
2356 | 2024-03-01T22:23:29.490Z | Compiling rustls-webpki v0.102.1 |
2357 | 2024-03-01T22:23:29.621Z | Compiling term v0.7.0 |
2358 | 2024-03-01T22:23:29.751Z | Compiling crossbeam-channel v0.5.8 |
2359 | 2024-03-01T22:23:29.849Z | Compiling getopts v0.2.21 |
2360 | 2024-03-01T22:23:30.085Z | Compiling structmeta-derive v0.3.0 |
2361 | 2024-03-01T22:23:30.744Z | Compiling atty v0.2.14 |
2362 | 2024-03-01T22:23:30.887Z | Compiling multer v3.0.0 |
2363 | 2024-03-01T22:23:31.200Z | Compiling paste v1.0.14 |
2364 | 2024-03-01T22:23:31.575Z | Compiling doc-comment v0.3.3 |
2365 | 2024-03-01T22:23:31.647Z | Compiling unsafe-libyaml v0.2.10 |
2366 | 2024-03-01T22:23:32.055Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
2367 | 2024-03-01T22:23:33.478Z | Compiling match_cfg v0.1.0 |
2368 | 2024-03-01T22:23:33.578Z | Compiling take_mut v0.2.2 |
2369 | 2024-03-01T22:23:33.747Z | Compiling hostname v0.3.1 |
2370 | 2024-03-01T22:23:34.003Z | Compiling serde_yaml v0.9.25 |
2371 | 2024-03-01T22:23:34.103Z | Compiling structmeta v0.3.0 |
2372 | 2024-03-01T22:23:34.282Z | Compiling darling_macro v0.20.3 |
2373 | 2024-03-01T22:23:34.683Z | Compiling slog-term v2.9.0 |
2374 | 2024-03-01T22:23:35.256Z | Compiling darling v0.20.3 |
2375 | 2024-03-01T22:23:37.247Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2376 | 2024-03-01T22:23:37.269Z | Compiling slog-json v2.6.1 |
2377 | 2024-03-01T22:23:37.825Z | Compiling http v1.0.0 |
2378 | 2024-03-01T22:23:37.843Z | Compiling async-stream-impl v0.3.5 |
2379 | 2024-03-01T22:23:38.043Z | Compiling pin-project-internal v1.1.3 |
2380 | 2024-03-01T22:23:39.137Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2381 | 2024-03-01T22:23:39.246Z | Compiling atomic-waker v1.1.1 |
2382 | 2024-03-01T22:23:39.440Z | Compiling fastrand v2.0.1 |
2383 | 2024-03-01T22:23:39.517Z | Compiling waitgroup v0.1.2 |
2384 | 2024-03-01T22:23:39.766Z | Compiling tokio-rustls v0.25.0 |
2385 | 2024-03-01T22:23:40.194Z | Compiling tempfile v3.10.0 |
2386 | 2024-03-01T22:23:40.862Z | Compiling pin-project v1.1.3 |
2387 | 2024-03-01T22:23:40.934Z | Compiling async-stream v0.3.5 |
2388 | 2024-03-01T22:23:40.991Z | Compiling slog-bunyan v2.5.0 |
2389 | 2024-03-01T22:23:41.285Z | Compiling serde_with_macros v3.6.1 |
2390 | 2024-03-01T22:23:42.247Z | Compiling parse-display-derive v0.9.0 |
2391 | 2024-03-01T22:23:42.421Z | Compiling toml v0.8.10 |
2392 | 2024-03-01T22:23:42.925Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2393 | 2024-03-01T22:23:43.243Z | Compiling rustls-pemfile v2.1.0 |
2394 | 2024-03-01T22:23:44.005Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2395 | 2024-03-01T22:23:44.176Z | Compiling sha1 v0.10.6 |
2396 | 2024-03-01T22:23:44.202Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
2397 | 2024-03-01T22:23:45.010Z | Compiling newtype-uuid v1.0.1 |
2398 | 2024-03-01T22:23:45.136Z | Compiling strum_macros v0.26.1 |
2399 | 2024-03-01T22:23:45.392Z | Compiling snafu-derive v0.7.5 |
2400 | 2024-03-01T22:23:45.611Z | Compiling serde_path_to_error v0.1.15 |
2401 | 2024-03-01T22:23:46.363Z | Compiling fs-err v2.11.0 |
2402 | 2024-03-01T22:23:46.639Z | Compiling instant v0.1.12 |
2403 | 2024-03-01T22:23:46.662Z | Compiling arc-swap v1.6.0 |
2404 | 2024-03-01T22:23:46.807Z | Compiling debug-ignore v1.0.5 |
2405 | 2024-03-01T22:23:46.960Z | Compiling buf-list v1.0.3 |
2406 | 2024-03-01T22:23:47.440Z | Compiling same-file v1.0.6 |
2407 | 2024-03-01T22:23:47.578Z | Compiling slog-scope v4.4.0 |
2408 | 2024-03-01T22:23:48.127Z | Compiling walkdir v2.4.0 |
2409 | 2024-03-01T22:23:48.548Z | Compiling backoff v0.4.0 |
2410 | 2024-03-01T22:23:48.787Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
2411 | 2024-03-01T22:23:48.912Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2412 | 2024-03-01T22:23:49.444Z | Compiling parse-display v0.9.0 |
2413 | 2024-03-01T22:23:50.137Z | Compiling strum v0.26.1 |
2414 | 2024-03-01T22:23:50.145Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2415 | 2024-03-01T22:23:50.472Z | Compiling serde_with v3.6.1 |
2416 | 2024-03-01T22:23:50.510Z | Compiling snafu v0.7.5 |
2417 | 2024-03-01T22:23:51.574Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2418 | 2024-03-01T22:23:51.982Z | Compiling globset v0.4.13 |
2419 | 2024-03-01T22:23:52.283Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2420 | 2024-03-01T22:23:52.459Z | Compiling pem v3.0.2 |
2421 | 2024-03-01T22:23:54.127Z | Compiling olpc-cjson v0.1.3 |
2422 | 2024-03-01T22:23:54.469Z | Compiling macaddr v1.0.1 |
2423 | 2024-03-01T22:23:55.072Z | Compiling serde_plain v1.0.2 |
2424 | 2024-03-01T22:23:55.101Z | Compiling async-recursion v1.0.5 |
2425 | 2024-03-01T22:23:55.628Z | Compiling xattr v1.0.1 |
2426 | 2024-03-01T22:23:55.943Z | Compiling filetime v0.2.23 |
2427 | 2024-03-01T22:23:56.074Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2428 | 2024-03-01T22:23:56.125Z | Compiling typed-path v0.7.0 |
2429 | 2024-03-01T22:23:56.294Z | Compiling tar v0.4.40 |
2430 | 2024-03-01T22:24:00.700Z | Compiling tough v0.16.0 |
2431 | 2024-03-01T22:24:03.020Z | Compiling slog-stdlog v4.1.1 |
2432 | 2024-03-01T22:24:03.998Z | Compiling camino-tempfile v1.1.1 |
2433 | 2024-03-01T22:24:04.163Z | Compiling itertools v0.12.1 |
2434 | 2024-03-01T22:24:04.840Z | Compiling parse-size v1.0.0 |
2435 | 2024-03-01T22:24:05.158Z | Compiling slog-envlogger v2.2.0 |
2436 | 2024-03-01T22:24:07.875Z | Compiling humantime v2.1.0 |
2437 | 2024-03-01T22:24:12.571Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2438 | 2024-03-01T22:24:12.793Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2439 | 2024-03-01T22:24:22.765Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2440 | 2024-03-01T22:24:24.597Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2441 | 2024-03-01T22:24:44.073Z | Finished release [optimized] target(s) in 1m 16s |
2442 | 2024-03-01T22:24:44.168Z | |
2443 | 2024-03-01T22:24:44.168Z | real 1:16.756818021 |
2444 | 2024-03-01T22:24:44.168Z | user 8:32.669890055 |
2445 | 2024-03-01T22:24:44.168Z | sys 38.827142814 |
2446 | 2024-03-01T22:24:44.168Z | trap 0.250097106 |
2447 | 2024-03-01T22:24:44.168Z | tflt 0.435085763 |
2448 | 2024-03-01T22:24:44.168Z | dflt 0.303893017 |
2449 | 2024-03-01T22:24:44.168Z | kflt 0.000090025 |
2450 | 2024-03-01T22:24:44.171Z | lock 16:58.387043827 |
2451 | 2024-03-01T22:24:44.171Z | slp 18:53.534665465 |
2452 | 2024-03-01T22:24:44.171Z | lat 19.947727610 |
2453 | 2024-03-01T22:24:44.171Z | stop 14.889029162 |
2454 | 2024-03-01T22:24:44.172Z | + ptime -m gzip |
2455 | 2024-03-01T22:24:45.682Z | |
2456 | 2024-03-01T22:24:45.682Z | real 1.508966800 |
2457 | 2024-03-01T22:24:45.682Z | user 1.492871695 |
2458 | 2024-03-01T22:24:45.682Z | sys 0.013952075 |
2459 | 2024-03-01T22:24:45.682Z | trap 0.000541408 |
2460 | 2024-03-01T22:24:45.682Z | tflt 0.000000000 |
2461 | 2024-03-01T22:24:45.682Z | dflt 0.000000000 |
2462 | 2024-03-01T22:24:45.682Z | kflt 0.000000000 |
2463 | 2024-03-01T22:24:45.682Z | lock 0.000000000 |
2464 | 2024-03-01T22:24:45.682Z | slp 0.000000000 |
2465 | 2024-03-01T22:24:45.682Z | lat 0.001209230 |
2466 | 2024-03-01T22:24:45.682Z | stop 0.000175703 |
2467 | 2024-03-01T22:24:45.686Z | process exited: duration 818674 ms, exit code 0 |
|
2468 | 2024-03-01T22:24:45.701Z | found 5 output files |
2469 | 2024-03-01T22:24:45.702Z | uploading: /work/end-to-end-tests/bootstrap-ec7dc70942caaa25.gz (9702862 bytes) |
2470 | 2024-03-01T22:24:50.832Z | uploaded: /work/end-to-end-tests/bootstrap-ec7dc70942caaa25.gz |
2471 | 2024-03-01T22:24:50.832Z | uploading: /work/end-to-end-tests/bootstrap.gz (98432481 bytes) |
2472 | 2024-03-01T22:25:22.029Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2473 | 2024-03-01T22:25:22.029Z | uploading: /work/end-to-end-tests/end_to_end_tests-06239e2b0a4ace4f.gz (101812946 bytes) |
2474 | 2024-03-01T22:25:56.959Z | uploaded: /work/end-to-end-tests/end_to_end_tests-06239e2b0a4ace4f.gz |
2475 | 2024-03-01T22:25:56.966Z | uploading: /work/caboose-util.gz (3347437 bytes) |
2476 | 2024-03-01T22:25:58.956Z | uploaded: /work/caboose-util.gz |
2477 | 2024-03-01T22:25:58.956Z | uploading: /work/tufaceous.gz (13766492 bytes) |
2478 | 2024-03-01T22:26:04.255Z | uploaded: /work/tufaceous.gz |