|
|
|
1 | 2024-02-04T13:39:15.434Z | job assigned to worker 01HNT5ESZZV0GR3RH977GKE6C9 (queued for 8 h 30 m 30 s) |
|
2 | 2024-02-04T13:39:16.290Z | starting task 0: "setup" |
3 | 2024-02-04T13:39:16.346Z | ++ uname -s |
4 | 2024-02-04T13:39:16.349Z | + kern=SunOS |
5 | 2024-02-04T13:39:16.349Z | + case "$kern" in |
6 | 2024-02-04T13:39:16.349Z | + groupadd -g 12345 build |
7 | 2024-02-04T13:39:16.352Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-04T13:39:18.392Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-04T13:39:18.496Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-04T13:39:18.499Z | + home_fs=zfs |
11 | 2024-02-04T13:39:18.499Z | + [[ zfs == autofs ]] |
12 | 2024-02-04T13:39:18.499Z | + mkdir -p /home/build |
13 | 2024-02-04T13:39:18.502Z | + chown build:build /home/build /work |
14 | 2024-02-04T13:39:20.504Z | + chmod 0700 /home/build /work |
15 | 2024-02-04T13:39:20.508Z | process exited: duration 4216 ms, exit code 0 |
|
16 | 2024-02-04T13:39:20.515Z | starting task 1: "rust-toolchain" |
17 | 2024-02-04T13:39:20.534Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-04T13:39:20.539Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-04T13:39:20.879Z | info: downloading installer |
20 | 2024-02-04T13:39:22.878Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-04T13:39:22.878Z | warning: /opt/ooce/bin |
22 | 2024-02-04T13:39:22.878Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-04T13:39:22.878Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-04T13:39:22.878Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-04T13:39:22.878Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-04T13:39:22.878Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-04T13:39:22.878Z | error: cannot install while Rust is installed |
28 | 2024-02-04T13:39:22.878Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-04T13:39:23.028Z | info: profile set to 'default' |
30 | 2024-02-04T13:39:23.028Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-04T13:39:23.031Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-04T13:39:23.209Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-04T13:39:23.209Z | info: downloading component 'cargo' |
34 | 2024-02-04T13:39:23.893Z | info: downloading component 'clippy' |
35 | 2024-02-04T13:39:24.135Z | info: downloading component 'rust-docs' |
36 | 2024-02-04T13:39:24.985Z | info: downloading component 'rust-std' |
37 | 2024-02-04T13:39:26.483Z | info: downloading component 'rustc' |
38 | 2024-02-04T13:39:30.142Z | info: downloading component 'rustfmt' |
39 | 2024-02-04T13:39:30.354Z | info: installing component 'cargo' |
40 | 2024-02-04T13:39:31.763Z | info: installing component 'clippy' |
41 | 2024-02-04T13:39:32.375Z | info: installing component 'rust-docs' |
42 | 2024-02-04T13:39:35.167Z | info: installing component 'rust-std' |
43 | 2024-02-04T13:39:38.310Z | info: installing component 'rustc' |
44 | 2024-02-04T13:39:45.129Z | info: installing component 'rustfmt' |
45 | 2024-02-04T13:39:45.616Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-04T13:39:45.616Z | |
47 | 2024-02-04T13:39:45.748Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-04T13:39:45.748Z | |
49 | 2024-02-04T13:39:45.751Z | |
50 | 2024-02-04T13:39:45.751Z | Rust is installed now. Great! |
51 | 2024-02-04T13:39:45.751Z | |
52 | 2024-02-04T13:39:45.751Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-04T13:39:45.751Z | environment variable. This has not been done automatically. |
54 | 2024-02-04T13:39:45.751Z | |
55 | 2024-02-04T13:39:45.751Z | To configure your current shell, run: |
56 | 2024-02-04T13:39:45.752Z | source "$HOME/.cargo/env" |
57 | 2024-02-04T13:39:45.837Z | + rustc --version |
58 | 2024-02-04T13:39:45.949Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-04T13:39:45.954Z | process exited: duration 25441 ms, exit code 0 |
|
60 | 2024-02-04T13:39:45.961Z | starting task 2: "authentication" |
61 | 2024-02-04T13:39:45.993Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2024-02-04T13:39:46.013Z | starting task 3: "clone repository" |
63 | 2024-02-04T13:39:46.021Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-04T13:39:46.025Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-04T13:39:46.117Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-04T13:39:52.261Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-04T13:39:52.261Z | + git fetch origin 28bb72d0a6f7c31e465c16adde9be3b84af5be41 |
68 | 2024-02-04T13:39:52.622Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-04T13:39:52.622Z | * branch 28bb72d0a6f7c31e465c16adde9be3b84af5be41 -> FETCH_HEAD |
70 | 2024-02-04T13:39:52.634Z | + [[ -n renovate/parse-display-0.x ]] |
71 | 2024-02-04T13:39:52.637Z | ++ git branch --show-current |
72 | 2024-02-04T13:39:52.639Z | + current=main |
73 | 2024-02-04T13:39:52.640Z | + [[ main != renovate/parse-display-0.x ]] |
74 | 2024-02-04T13:39:52.640Z | + git branch -f renovate/parse-display-0.x 28bb72d0a6f7c31e465c16adde9be3b84af5be41 |
75 | 2024-02-04T13:39:52.652Z | + git checkout -f renovate/parse-display-0.x |
76 | 2024-02-04T13:39:52.832Z | Switched to branch 'renovate/parse-display-0.x' |
77 | 2024-02-04T13:39:52.835Z | + git reset --hard 28bb72d0a6f7c31e465c16adde9be3b84af5be41 |
78 | 2024-02-04T13:39:52.852Z | HEAD is now at 28bb72d0a Update Rust crate parse-display to 0.9.0 |
79 | 2024-02-04T13:39:52.855Z | process exited: duration 6842 ms, exit code 0 |
|
80 | 2024-02-04T13:39:52.861Z | starting task 4: "build" |
81 | 2024-02-04T13:39:52.868Z | + cargo --version |
82 | 2024-02-04T13:39:52.875Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-04T13:39:53.072Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-04T13:39:53.073Z | info: downloading component 'cargo' |
85 | 2024-02-04T13:39:53.795Z | info: downloading component 'clippy' |
86 | 2024-02-04T13:39:54.023Z | info: downloading component 'rust-docs' |
87 | 2024-02-04T13:39:54.897Z | info: downloading component 'rust-std' |
88 | 2024-02-04T13:39:56.249Z | info: downloading component 'rustc' |
89 | 2024-02-04T13:39:59.879Z | info: downloading component 'rustfmt' |
90 | 2024-02-04T13:40:00.081Z | info: installing component 'cargo' |
91 | 2024-02-04T13:40:01.377Z | info: installing component 'clippy' |
92 | 2024-02-04T13:40:01.865Z | info: installing component 'rust-docs' |
93 | 2024-02-04T13:40:04.769Z | info: installing component 'rust-std' |
94 | 2024-02-04T13:40:07.173Z | info: installing component 'rustc' |
95 | 2024-02-04T13:40:13.418Z | info: installing component 'rustfmt' |
96 | 2024-02-04T13:40:13.969Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-04T13:40:13.973Z | + rustc --version |
98 | 2024-02-04T13:40:14.153Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-04T13:40:14.158Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
100 | 2024-02-04T13:40:27.713Z | Startup: Refreshing catalog 'helios-dev' ... Done |
101 | 2024-02-04T13:40:30.271Z | Startup: Caching catalogs ... Done |
102 | 2024-02-04T13:40:32.797Z | Planning: Solver setup ... Done (2.650s) |
103 | 2024-02-04T13:40:32.864Z | Planning: Running solver ... Done (0.067s) |
104 | 2024-02-04T13:40:32.900Z | Planning: Finding local manifests ... Done (0.003s) |
105 | 2024-02-04T13:40:32.913Z | Planning: Fetching manifests: 0/4 0% complete |
106 | 2024-02-04T13:40:33.829Z | Planning: Fetching manifests: 4/4 100% complete |
107 | 2024-02-04T13:40:33.913Z | Planning: Package planning ... Done (0.083s) |
108 | 2024-02-04T13:40:34.001Z | Planning: Merging actions ... Done (0.087s) |
109 | 2024-02-04T13:40:34.885Z | Planning: Checking for conflicting actions ... Done (0.884s) |
110 | 2024-02-04T13:40:34.902Z | Planning: Consolidating action changes ... Done (0.017s) |
111 | 2024-02-04T13:40:40.385Z | Planning: Evaluating mediators ... Done (5.470s) |
112 | 2024-02-04T13:40:40.403Z | Planning: Planning completed in 10.69 seconds |
113 | 2024-02-04T13:40:43.381Z | Packages to install: 4 |
114 | 2024-02-04T13:40:43.381Z | Mediators to change: 2 |
115 | 2024-02-04T13:40:43.381Z | Services to change: 1 |
116 | 2024-02-04T13:40:43.385Z | Estimated space available: 148.87 GB |
117 | 2024-02-04T13:40:43.385Z | Estimated space to be consumed: 1.41 GB |
118 | 2024-02-04T13:40:43.385Z | Create boot environment: No |
119 | 2024-02-04T13:40:43.385Z | Create backup boot environment: No |
120 | 2024-02-04T13:40:43.385Z | Rebuild boot archive: No |
121 | 2024-02-04T13:40:43.385Z | |
122 | 2024-02-04T13:40:43.385Z | Changed mediators: |
123 | 2024-02-04T13:40:43.385Z | mediator clang: |
124 | 2024-02-04T13:40:43.385Z | version: None -> 15 (system default) |
125 | 2024-02-04T13:40:43.385Z | |
126 | 2024-02-04T13:40:43.385Z | mediator llvm: |
127 | 2024-02-04T13:40:43.385Z | version: 14 (system default) -> 15 (system default) |
128 | 2024-02-04T13:40:43.385Z | |
129 | 2024-02-04T13:40:43.385Z | Changed packages: |
130 | 2024-02-04T13:40:43.385Z | helios-dev |
131 | 2024-02-04T13:40:43.385Z | developer/build-essential |
132 | 2024-02-04T13:40:43.385Z | None -> 11-2.0 |
133 | 2024-02-04T13:40:43.385Z | library/libxmlsec1 |
134 | 2024-02-04T13:40:43.385Z | None -> 1.2.35-2.0 |
135 | 2024-02-04T13:40:43.385Z | ooce/developer/clang-15 |
136 | 2024-02-04T13:40:43.385Z | None -> 15.0.7-2.0 |
137 | 2024-02-04T13:40:43.386Z | ooce/developer/llvm-15 |
138 | 2024-02-04T13:40:43.386Z | None -> 15.0.7-2.0 |
139 | 2024-02-04T13:40:43.386Z | |
140 | 2024-02-04T13:40:43.386Z | Services: |
141 | 2024-02-04T13:40:43.386Z | restart_fmri: |
142 | 2024-02-04T13:40:43.386Z | svc:/system/update-man-index:default |
143 | 2024-02-04T13:40:43.665Z | |
144 | 2024-02-04T13:40:43.665Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
145 | 2024-02-04T13:40:48.666Z | Download: 1063/3290 items 19.6/212.6MB 9% complete (4.0M/s) |
146 | 2024-02-04T13:40:54.076Z | Download: 1944/3290 items 118.7/212.6MB 55% complete (12.0M/s) |
147 | 2024-02-04T13:40:59.255Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (11.7M/s) |
148 | 2024-02-04T13:41:04.259Z | Download: 3156/3290 items 141.1/212.6MB 66% complete (2.1M/s) |
149 | 2024-02-04T13:41:07.483Z | Download: Completed 212.60 MB in 23.82 seconds (8.9M/s) |
150 | 2024-02-04T13:41:08.152Z | Actions: 1/3689 actions (Installing new actions) |
151 | 2024-02-04T13:41:13.413Z | Actions: 2224/3689 actions (Installing new actions) |
152 | 2024-02-04T13:41:15.846Z | Actions: Completed 3689 actions in 7.69 seconds. |
153 | 2024-02-04T13:41:15.991Z | Done (0.139s) |
154 | 2024-02-04T13:41:15.991Z | Done (0.000s) |
155 | 2024-02-04T13:41:16.334Z | Done (0.340s) |
156 | 2024-02-04T13:41:24.371Z | Done (7.899s) |
157 | 2024-02-04T13:41:24.590Z | Done (0.119s) |
158 | 2024-02-04T13:41:24.593Z | Done (0.000s) |
159 | 2024-02-04T13:41:24.834Z | Done (0.000s) |
160 | 2024-02-04T13:41:25.579Z | Planning: Evaluating mediator changes ... Done |
161 | 2024-02-04T13:41:25.876Z | Planning: Checking for conflicting actions ... Done |
162 | 2024-02-04T13:41:25.880Z | Planning: Consolidating action changes ... Done |
163 | 2024-02-04T13:41:26.318Z | Planning: Evaluating mediators ... Done |
164 | 2024-02-04T13:41:26.324Z | Planning: Planning completed in 0.74 seconds |
165 | 2024-02-04T13:41:26.374Z | Mediators to change: 2 |
166 | 2024-02-04T13:41:26.374Z | Create boot environment: No |
167 | 2024-02-04T13:41:26.374Z | Create backup boot environment: No |
168 | 2024-02-04T13:41:26.479Z | Done |
169 | 2024-02-04T13:41:26.479Z | Done |
170 | 2024-02-04T13:41:26.682Z | Done |
171 | 2024-02-04T13:41:32.771Z | Done |
172 | 2024-02-04T13:41:32.888Z | Done |
173 | 2024-02-04T13:41:32.905Z | Done |
174 | 2024-02-04T13:41:33.008Z | Done |
175 | 2024-02-04T13:41:34.033Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-02-04T13:41:34.038Z | Planning: Merging actions ... Done |
177 | 2024-02-04T13:41:34.372Z | Planning: Checking for conflicting actions ... Done |
178 | 2024-02-04T13:41:34.375Z | Planning: Consolidating action changes ... Done |
179 | 2024-02-04T13:41:34.818Z | Planning: Evaluating mediators ... Done |
180 | 2024-02-04T13:41:34.913Z | Planning: Planning completed in 1.32 seconds |
181 | 2024-02-04T13:41:34.970Z | Packages to change: 1 |
182 | 2024-02-04T13:41:34.970Z | Mediators to change: 1 |
183 | 2024-02-04T13:41:34.974Z | Services to change: 1 |
184 | 2024-02-04T13:41:34.974Z | Create boot environment: No |
185 | 2024-02-04T13:41:34.974Z | Create backup boot environment: Yes |
186 | 2024-02-04T13:41:37.460Z | Actions: 1/6 actions (Updating modified actions) |
187 | 2024-02-04T13:41:37.466Z | Actions: Completed 6 actions in 0.00 seconds. |
188 | 2024-02-04T13:41:37.466Z | Done |
189 | 2024-02-04T13:41:37.466Z | Done |
190 | 2024-02-04T13:41:37.466Z | Done |
191 | 2024-02-04T13:41:43.053Z | Done |
192 | 2024-02-04T13:41:43.177Z | Done |
193 | 2024-02-04T13:41:43.180Z | Done |
194 | 2024-02-04T13:41:43.277Z | Done |
195 | 2024-02-04T13:41:43.966Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
196 | 2024-02-04T13:41:43.966Z | clang system 15 system |
197 | 2024-02-04T13:41:43.966Z | csh system system illumos |
198 | 2024-02-04T13:41:43.966Z | ctags system system illumos |
199 | 2024-02-04T13:41:43.966Z | gcc vendor 12 vendor |
200 | 2024-02-04T13:41:43.967Z | gcc system 10 system |
201 | 2024-02-04T13:41:43.967Z | gcc system 7 system |
202 | 2024-02-04T13:41:43.967Z | go system 1.20 system |
203 | 2024-02-04T13:41:43.967Z | go system 1.19 system |
204 | 2024-02-04T13:41:43.967Z | llvm system 15 system |
205 | 2024-02-04T13:41:43.967Z | llvm system 14 system |
206 | 2024-02-04T13:41:43.967Z | mariadb system 10.6 system |
207 | 2024-02-04T13:41:43.967Z | mta vendor vendor dma |
208 | 2024-02-04T13:41:43.967Z | openjdk system 17 system |
209 | 2024-02-04T13:41:43.967Z | openjdk system 11 system |
210 | 2024-02-04T13:41:43.967Z | openjdk system 1.8 system |
211 | 2024-02-04T13:41:43.967Z | openssl vendor 3 vendor |
212 | 2024-02-04T13:41:43.967Z | perl system 5.36 system |
213 | 2024-02-04T13:41:43.967Z | postgresql system 15 system |
214 | 2024-02-04T13:41:43.968Z | postgresql system 13 system |
215 | 2024-02-04T13:41:43.968Z | python vendor 3 vendor |
216 | 2024-02-04T13:41:43.968Z | python system 2 system |
217 | 2024-02-04T13:41:43.968Z | python3 system 3.11 system |
218 | 2024-02-04T13:41:43.968Z | ruby system 3.0 system |
219 | 2024-02-04T13:41:43.968Z | words vendor vendor american-english |
220 | 2024-02-04T13:41:43.968Z | words system system australian-english |
221 | 2024-02-04T13:41:43.968Z | words system system british-english |
222 | 2024-02-04T13:41:43.968Z | words system system canadian-english |
223 | 2024-02-04T13:41:43.968Z | words system system french |
224 | 2024-02-04T13:41:43.968Z | words system system italian |
225 | 2024-02-04T13:41:43.968Z | words system system ngerman |
226 | 2024-02-04T13:41:43.969Z | words system system ogerman |
227 | 2024-02-04T13:41:43.969Z | words system system spanish |
228 | 2024-02-04T13:41:44.510Z | FMRI IFO |
229 | 2024-02-04T13:41:44.511Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
230 | 2024-02-04T13:41:44.511Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
231 | 2024-02-04T13:41:44.511Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
232 | 2024-02-04T13:41:44.511Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
233 | 2024-02-04T13:41:44.511Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
234 | 2024-02-04T13:41:44.511Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
235 | 2024-02-04T13:41:44.511Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
236 | 2024-02-04T13:41:44.511Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
237 | 2024-02-04T13:41:44.589Z | + set -o errexit |
238 | 2024-02-04T13:41:44.594Z | +++ dirname ./tools/ci_download_cockroachdb |
239 | 2024-02-04T13:41:44.594Z | ++ cd ./tools |
240 | 2024-02-04T13:41:44.594Z | ++ pwd |
241 | 2024-02-04T13:41:44.594Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
242 | 2024-02-04T13:41:44.600Z | ++ basename ./tools/ci_download_cockroachdb |
243 | 2024-02-04T13:41:44.600Z | + ARG0=ci_download_cockroachdb |
244 | 2024-02-04T13:41:44.600Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
245 | 2024-02-04T13:41:44.604Z | + CIDL_VERSION=v22.1.9 |
246 | 2024-02-04T13:41:44.604Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
247 | 2024-02-04T13:41:44.604Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
248 | 2024-02-04T13:41:44.604Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
249 | 2024-02-04T13:41:44.604Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
250 | 2024-02-04T13:41:44.604Z | + TARGET_DIR=out |
251 | 2024-02-04T13:41:44.604Z | + DOWNLOAD_DIR=out/downloads |
252 | 2024-02-04T13:41:44.604Z | + DEST_DIR=./out/cockroachdb |
253 | 2024-02-04T13:41:44.604Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
254 | 2024-02-04T13:41:44.604Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
255 | 2024-02-04T13:41:44.604Z | + main |
256 | 2024-02-04T13:41:44.604Z | + [[ 0 != 0 ]] |
257 | 2024-02-04T13:41:44.604Z | + CIDL_OS=solaris2.11 |
258 | 2024-02-04T13:41:44.604Z | + [[ 0 != 0 ]] |
259 | 2024-02-04T13:41:44.604Z | + configure_os solaris2.11 |
260 | 2024-02-04T13:41:44.604Z | + echo 'current directory: /work/oxidecomputer/omicron' |
261 | 2024-02-04T13:41:44.604Z | current directory: /work/oxidecomputer/omicron |
262 | 2024-02-04T13:41:44.604Z | + echo 'configuring based on OS: "solaris2.11"' |
263 | 2024-02-04T13:41:44.604Z | + case "$1" in |
264 | 2024-02-04T13:41:44.604Z | configuring based on OS: "solaris2.11" |
265 | 2024-02-04T13:41:44.605Z | + CIDL_BUILD=illumos |
266 | 2024-02-04T13:41:44.605Z | + CIDL_SUFFIX=tar.gz |
267 | 2024-02-04T13:41:44.605Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
268 | 2024-02-04T13:41:44.605Z | + CIDL_MD5FUNC=do_md5sum |
269 | 2024-02-04T13:41:44.605Z | + CIDL_URL_BASE=https://illumos.org/downloads |
270 | 2024-02-04T13:41:44.605Z | + CIDL_ASSEMBLE=do_assemble_illumos |
271 | 2024-02-04T13:41:44.605Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
272 | 2024-02-04T13:41:44.605Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
273 | 2024-02-04T13:41:44.605Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-02-04T13:41:44.605Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
275 | 2024-02-04T13:41:44.605Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-02-04T13:41:44.605Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
277 | 2024-02-04T13:41:44.605Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-02-04T13:41:44.605Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2024-02-04T13:41:44.605Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-02-04T13:41:44.605Z | + mkdir -p out/downloads |
281 | 2024-02-04T13:41:44.605Z | + mkdir -p ./out/cockroachdb |
282 | 2024-02-04T13:41:44.609Z | + local DO_DOWNLOAD=true |
283 | 2024-02-04T13:41:44.609Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
284 | 2024-02-04T13:41:44.609Z | + '[' true == true ']' |
285 | 2024-02-04T13:41:44.609Z | + echo Downloading... |
286 | 2024-02-04T13:41:44.609Z | Downloading... |
287 | 2024-02-04T13:41:44.609Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-02-04T13:41:44.609Z | + 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 |
289 | 2024-02-04T13:41:48.180Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-02-04T13:41:48.183Z | ++ md5sum |
291 | 2024-02-04T13:41:48.183Z | ++ awk '{print $1}' |
292 | 2024-02-04T13:41:48.455Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
293 | 2024-02-04T13:41:48.455Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
294 | 2024-02-04T13:41:48.455Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-02-04T13:41:48.458Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
296 | 2024-02-04T13:41:51.854Z | + do_assemble_illumos |
297 | 2024-02-04T13:41:51.854Z | + rm -r ./out/cockroachdb |
298 | 2024-02-04T13:41:51.857Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
299 | 2024-02-04T13:41:52.536Z | + ./out/cockroachdb/bin/cockroach version |
300 | 2024-02-04T13:41:52.928Z | Build Tag: v22.1.9-dirty |
301 | 2024-02-04T13:41:52.928Z | Build Time: 2022/10/26 21:17:46 |
302 | 2024-02-04T13:41:52.928Z | Distribution: OSS |
303 | 2024-02-04T13:41:52.928Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
304 | 2024-02-04T13:41:52.928Z | Go Version: go1.17.13 |
305 | 2024-02-04T13:41:52.928Z | C Compiler: gcc 10.3.0 |
306 | 2024-02-04T13:41:52.928Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
307 | 2024-02-04T13:41:52.928Z | Build Type: release |
308 | 2024-02-04T13:41:52.963Z | + set -o errexit |
309 | 2024-02-04T13:41:52.966Z | +++ dirname ./tools/ci_download_clickhouse |
310 | 2024-02-04T13:41:52.966Z | ++ cd ./tools |
311 | 2024-02-04T13:41:52.967Z | ++ pwd |
312 | 2024-02-04T13:41:52.967Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
313 | 2024-02-04T13:41:52.967Z | ++ basename ./tools/ci_download_clickhouse |
314 | 2024-02-04T13:41:52.967Z | + ARG0=ci_download_clickhouse |
315 | 2024-02-04T13:41:52.967Z | + TARGET_DIR=out |
316 | 2024-02-04T13:41:52.967Z | + DOWNLOAD_DIR=out/downloads |
317 | 2024-02-04T13:41:52.967Z | + DEST_DIR=./out/clickhouse |
318 | 2024-02-04T13:41:52.967Z | + CIDL_VERSION=v22.8.9.24 |
319 | 2024-02-04T13:41:52.967Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
320 | 2024-02-04T13:41:52.967Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
321 | 2024-02-04T13:41:52.967Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
322 | 2024-02-04T13:41:52.967Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
323 | 2024-02-04T13:41:52.967Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
324 | 2024-02-04T13:41:52.967Z | + main |
325 | 2024-02-04T13:41:52.967Z | + [[ 0 != 0 ]] |
326 | 2024-02-04T13:41:52.967Z | + CIDL_OS=solaris2.11 |
327 | 2024-02-04T13:41:52.967Z | + [[ 0 != 0 ]] |
328 | 2024-02-04T13:41:52.967Z | + configure_os solaris2.11 |
329 | 2024-02-04T13:41:52.967Z | + echo 'current directory: /work/oxidecomputer/omicron' |
330 | 2024-02-04T13:41:52.967Z | current directory: /work/oxidecomputer/omicron |
331 | 2024-02-04T13:41:52.967Z | + echo 'configuring based on OS: "solaris2.11"' |
332 | 2024-02-04T13:41:52.967Z | + CIDL_DASHREV= |
333 | 2024-02-04T13:41:52.967Z | + case "$1" in |
334 | 2024-02-04T13:41:52.967Z | configuring based on OS: "solaris2.11" |
335 | 2024-02-04T13:41:52.968Z | + CIDL_PLATFORM=illumos |
336 | 2024-02-04T13:41:52.968Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
337 | 2024-02-04T13:41:52.968Z | + CIDL_MD5FUNC=do_md5sum |
338 | 2024-02-04T13:41:52.968Z | + CIDL_DASHREV=-1 |
339 | 2024-02-04T13:41:52.968Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
340 | 2024-02-04T13:41:52.968Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2024-02-04T13:41:52.968Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2024-02-04T13:41:52.968Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2024-02-04T13:41:52.968Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
344 | 2024-02-04T13:41:52.968Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-04T13:41:52.968Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-04T13:41:52.968Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2024-02-04T13:41:52.968Z | + mkdir -p out/downloads |
348 | 2024-02-04T13:41:52.971Z | + mkdir -p ./out/clickhouse |
349 | 2024-02-04T13:41:52.971Z | + local DO_DOWNLOAD=true |
350 | 2024-02-04T13:41:52.972Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
351 | 2024-02-04T13:41:52.972Z | + '[' true == true ']' |
352 | 2024-02-04T13:41:52.972Z | + echo Downloading... |
353 | 2024-02-04T13:41:52.972Z | + 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 |
354 | 2024-02-04T13:41:52.972Z | Downloading... |
355 | 2024-02-04T13:41:52.972Z | + 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 |
356 | 2024-02-04T13:41:54.400Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2024-02-04T13:41:54.403Z | ++ md5sum |
358 | 2024-02-04T13:41:54.403Z | ++ awk '{print $1}' |
359 | 2024-02-04T13:41:54.660Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
360 | 2024-02-04T13:41:54.660Z | + [[ 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 ]] |
361 | 2024-02-04T13:41:54.660Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
362 | 2024-02-04T13:41:54.664Z | + mkdir -p ./out/clickhouse |
363 | 2024-02-04T13:41:54.664Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
364 | 2024-02-04T13:41:59.491Z | + ./out/clickhouse/clickhouse server --version |
365 | 2024-02-04T13:42:00.104Z | ClickHouse server version 22.8.9.1. |
366 | 2024-02-04T13:42:00.104Z | + set -o errexit |
367 | 2024-02-04T13:42:00.104Z | +++ dirname ./tools/ci_download_console |
368 | 2024-02-04T13:42:00.104Z | ++ cd ./tools |
369 | 2024-02-04T13:42:00.104Z | ++ pwd |
370 | 2024-02-04T13:42:00.104Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
371 | 2024-02-04T13:42:00.104Z | ++ basename ./tools/ci_download_console |
372 | 2024-02-04T13:42:00.105Z | + ARG0=ci_download_console |
373 | 2024-02-04T13:42:00.105Z | + TARGET_DIR=out |
374 | 2024-02-04T13:42:00.105Z | + DOWNLOAD_DIR=out/downloads |
375 | 2024-02-04T13:42:00.105Z | + DEST_DIR=./out/console-assets |
376 | 2024-02-04T13:42:00.105Z | + source /work/oxidecomputer/omicron/tools/console_version |
377 | 2024-02-04T13:42:00.105Z | ++ COMMIT=5bee1f5b468b17b579a0dc0c5aee6a3056146b79 |
378 | 2024-02-04T13:42:00.105Z | ++ SHA2=66e73112327db5f80e32d6865cf150320ae508985cef421459107713287ed4b8 |
379 | 2024-02-04T13:42:00.105Z | + URL=https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz |
380 | 2024-02-04T13:42:00.105Z | + TARBALL_FILE=out/downloads/console.tar.gz |
381 | 2024-02-04T13:42:00.105Z | + main |
382 | 2024-02-04T13:42:00.105Z | + [[ 0 != 0 ]] |
383 | 2024-02-04T13:42:00.105Z | + echo 'URL: https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz' |
384 | 2024-02-04T13:42:00.105Z | URL: https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz |
385 | 2024-02-04T13:42:00.105Z | + echo 'Local file: out/downloads/console.tar.gz' |
386 | 2024-02-04T13:42:00.105Z | Local file: out/downloads/console.tar.gz |
387 | 2024-02-04T13:42:00.105Z | + local DO_DOWNLOAD=true |
388 | 2024-02-04T13:42:00.105Z | + [[ -f out/downloads/console.tar.gz ]] |
389 | 2024-02-04T13:42:00.105Z | + mkdir -p out/downloads |
390 | 2024-02-04T13:42:00.105Z | + '[' true == true ']' |
391 | 2024-02-04T13:42:00.105Z | + echo Downloading... |
392 | 2024-02-04T13:42:00.105Z | Downloading... |
393 | 2024-02-04T13:42:00.105Z | + do_download_curl https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz out/downloads/console.tar.gz |
394 | 2024-02-04T13:42:00.105Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz |
395 | 2024-02-04T13:42:00.303Z | ++ do_sha256sum out/downloads/console.tar.gz |
396 | 2024-02-04T13:42:00.308Z | ++ case "$OSTYPE" in |
397 | 2024-02-04T13:42:00.308Z | ++ SHA=sha256sum |
398 | 2024-02-04T13:42:00.308Z | ++ sha256sum |
399 | 2024-02-04T13:42:00.308Z | ++ awk '{print $1}' |
400 | 2024-02-04T13:42:00.403Z | + calculated_sha2=66e73112327db5f80e32d6865cf150320ae508985cef421459107713287ed4b8 |
401 | 2024-02-04T13:42:00.403Z | + [[ 66e73112327db5f80e32d6865cf150320ae508985cef421459107713287ed4b8 != \6\6\e\7\3\1\1\2\3\2\7\d\b\5\f\8\0\e\3\2\d\6\8\6\5\c\f\1\5\0\3\2\0\a\e\5\0\8\9\8\5\c\e\f\4\2\1\4\5\9\1\0\7\7\1\3\2\8\7\e\d\4\b\8 ]] |
402 | 2024-02-04T13:42:00.403Z | + rm -rf ./out/console-assets |
403 | 2024-02-04T13:42:00.406Z | + mkdir -p ./out/console-assets |
404 | 2024-02-04T13:42:00.412Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
405 | 2024-02-04T13:42:00.412Z | + mkdir -p ./out/console-assets |
406 | 2024-02-04T13:42:00.415Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
407 | 2024-02-04T13:42:00.552Z | + set -o errexit |
408 | 2024-02-04T13:42:00.570Z | +++ dirname ./tools/ci_download_maghemite_openapi |
409 | 2024-02-04T13:42:00.570Z | ++ cd ./tools |
410 | 2024-02-04T13:42:00.571Z | ++ pwd |
411 | 2024-02-04T13:42:00.571Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
412 | 2024-02-04T13:42:00.571Z | ++ basename ./tools/ci_download_maghemite_openapi |
413 | 2024-02-04T13:42:00.571Z | + ARG0=ci_download_maghemite_openapi |
414 | 2024-02-04T13:42:00.571Z | + TARGET_DIR=out |
415 | 2024-02-04T13:42:00.571Z | + DOWNLOAD_DIR=out/downloads |
416 | 2024-02-04T13:42:00.571Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
417 | 2024-02-04T13:42:00.572Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
418 | 2024-02-04T13:42:00.572Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
419 | 2024-02-04T13:42:00.572Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
420 | 2024-02-04T13:42:00.572Z | + LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
421 | 2024-02-04T13:42:00.572Z | + main |
422 | 2024-02-04T13:42:00.572Z | + [[ 0 != 0 ]] |
423 | 2024-02-04T13:42:00.572Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json' |
424 | 2024-02-04T13:42:00.572Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
425 | 2024-02-04T13:42:00.572Z | + echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
426 | 2024-02-04T13:42:00.573Z | + local DO_DOWNLOAD=true |
427 | 2024-02-04T13:42:00.573Z | Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
428 | 2024-02-04T13:42:00.573Z | + [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
429 | 2024-02-04T13:42:00.573Z | + mkdir -p out/downloads |
430 | 2024-02-04T13:42:00.576Z | + '[' true == true ']' |
431 | 2024-02-04T13:42:00.576Z | + echo Downloading... |
432 | 2024-02-04T13:42:00.576Z | Downloading... |
433 | 2024-02-04T13:42:00.576Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
434 | 2024-02-04T13:42:00.576Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
435 | 2024-02-04T13:42:00.882Z | ++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
436 | 2024-02-04T13:42:00.882Z | ++ case "$OSTYPE" in |
437 | 2024-02-04T13:42:00.885Z | ++ SHA=sha256sum |
438 | 2024-02-04T13:42:00.885Z | ++ sha256sum |
439 | 2024-02-04T13:42:00.885Z | ++ awk '{print $1}' |
440 | 2024-02-04T13:42:00.888Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
441 | 2024-02-04T13:42:00.888Z | + [[ 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 ]] |
442 | 2024-02-04T13:42:00.889Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
443 | 2024-02-04T13:42:00.889Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
444 | 2024-02-04T13:42:00.889Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
445 | 2024-02-04T13:42:00.889Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
446 | 2024-02-04T13:42:00.889Z | + LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
447 | 2024-02-04T13:42:00.889Z | + main |
448 | 2024-02-04T13:42:00.889Z | + [[ 0 != 0 ]] |
449 | 2024-02-04T13:42:00.889Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json' |
450 | 2024-02-04T13:42:00.889Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
451 | 2024-02-04T13:42:00.889Z | + echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
452 | 2024-02-04T13:42:00.889Z | Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
453 | 2024-02-04T13:42:00.889Z | + local DO_DOWNLOAD=true |
454 | 2024-02-04T13:42:00.889Z | + [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
455 | 2024-02-04T13:42:00.889Z | + mkdir -p out/downloads |
456 | 2024-02-04T13:42:00.892Z | + '[' true == true ']' |
457 | 2024-02-04T13:42:00.892Z | + echo Downloading... |
458 | 2024-02-04T13:42:00.892Z | Downloading... |
459 | 2024-02-04T13:42:00.892Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
460 | 2024-02-04T13:42:00.892Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
461 | 2024-02-04T13:42:01.065Z | ++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
462 | 2024-02-04T13:42:01.068Z | ++ case "$OSTYPE" in |
463 | 2024-02-04T13:42:01.068Z | ++ SHA=sha256sum |
464 | 2024-02-04T13:42:01.068Z | ++ sha256sum |
465 | 2024-02-04T13:42:01.068Z | ++ awk '{print $1}' |
466 | 2024-02-04T13:42:01.071Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
467 | 2024-02-04T13:42:01.071Z | + [[ 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 ]] |
468 | 2024-02-04T13:42:01.084Z | + set -o errexit |
469 | 2024-02-04T13:42:01.088Z | +++ dirname ./tools/ci_download_dendrite_openapi |
470 | 2024-02-04T13:42:01.088Z | ++ cd ./tools |
471 | 2024-02-04T13:42:01.088Z | ++ pwd |
472 | 2024-02-04T13:42:01.088Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
473 | 2024-02-04T13:42:01.091Z | ++ basename ./tools/ci_download_dendrite_openapi |
474 | 2024-02-04T13:42:01.091Z | + ARG0=ci_download_dendrite_openapi |
475 | 2024-02-04T13:42:01.091Z | + TARGET_DIR=out |
476 | 2024-02-04T13:42:01.091Z | + DOWNLOAD_DIR=out/downloads |
477 | 2024-02-04T13:42:01.091Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
478 | 2024-02-04T13:42:01.091Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
479 | 2024-02-04T13:42:01.091Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
480 | 2024-02-04T13:42:01.091Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
481 | 2024-02-04T13:42:01.091Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
482 | 2024-02-04T13:42:01.091Z | + main |
483 | 2024-02-04T13:42:01.091Z | + [[ 0 != 0 ]] |
484 | 2024-02-04T13:42:01.091Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
485 | 2024-02-04T13:42:01.091Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
486 | 2024-02-04T13:42:01.091Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
487 | 2024-02-04T13:42:01.091Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
488 | 2024-02-04T13:42:01.091Z | + local DO_DOWNLOAD=true |
489 | 2024-02-04T13:42:01.092Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
490 | 2024-02-04T13:42:01.092Z | + mkdir -p out/downloads |
491 | 2024-02-04T13:42:01.096Z | + '[' true == true ']' |
492 | 2024-02-04T13:42:01.096Z | + echo Downloading... |
493 | 2024-02-04T13:42:01.096Z | Downloading... |
494 | 2024-02-04T13:42:01.096Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
495 | 2024-02-04T13:42:01.096Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
496 | 2024-02-04T13:42:01.330Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
497 | 2024-02-04T13:42:01.334Z | ++ case "$OSTYPE" in |
498 | 2024-02-04T13:42:01.334Z | ++ SHA=sha256sum |
499 | 2024-02-04T13:42:01.334Z | ++ sha256sum |
500 | 2024-02-04T13:42:01.334Z | ++ awk '{print $1}' |
501 | 2024-02-04T13:42:01.337Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
502 | 2024-02-04T13:42:01.337Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
503 | 2024-02-04T13:42:01.347Z | + set -o errexit |
504 | 2024-02-04T13:42:01.352Z | +++ dirname ./tools/ci_download_dendrite_stub |
505 | 2024-02-04T13:42:01.352Z | ++ cd ./tools |
506 | 2024-02-04T13:42:01.352Z | ++ pwd |
507 | 2024-02-04T13:42:01.355Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
508 | 2024-02-04T13:42:01.355Z | ++ basename ./tools/ci_download_dendrite_stub |
509 | 2024-02-04T13:42:01.358Z | + ARG0=ci_download_dendrite_stub |
510 | 2024-02-04T13:42:01.358Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
511 | 2024-02-04T13:42:01.358Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
512 | 2024-02-04T13:42:01.358Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
513 | 2024-02-04T13:42:01.358Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
514 | 2024-02-04T13:42:01.358Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
515 | 2024-02-04T13:42:01.358Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
516 | 2024-02-04T13:42:01.358Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
517 | 2024-02-04T13:42:01.359Z | + TARGET_DIR=out |
518 | 2024-02-04T13:42:01.359Z | + DOWNLOAD_DIR=out/downloads |
519 | 2024-02-04T13:42:01.359Z | + DEST_DIR=./out/dendrite-stub |
520 | 2024-02-04T13:42:01.359Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
521 | 2024-02-04T13:42:01.359Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
522 | 2024-02-04T13:42:01.359Z | + REPO=oxidecomputer/dendrite |
523 | 2024-02-04T13:42:01.359Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
524 | 2024-02-04T13:42:01.359Z | + main |
525 | 2024-02-04T13:42:01.359Z | + [[ 0 != 0 ]] |
526 | 2024-02-04T13:42:01.359Z | + CIDL_OS=solaris2.11 |
527 | 2024-02-04T13:42:01.359Z | + [[ 0 != 0 ]] |
528 | 2024-02-04T13:42:01.359Z | + configure_os solaris2.11 |
529 | 2024-02-04T13:42:01.359Z | + echo 'current directory: /work/oxidecomputer/omicron' |
530 | 2024-02-04T13:42:01.359Z | current directory: /work/oxidecomputer/omicron |
531 | 2024-02-04T13:42:01.359Z | configuring based on OS: "solaris2.11" |
532 | 2024-02-04T13:42:01.359Z | + echo 'configuring based on OS: "solaris2.11"' |
533 | 2024-02-04T13:42:01.359Z | + case "$1" in |
534 | 2024-02-04T13:42:01.359Z | + SET_BINARIES= |
535 | 2024-02-04T13:42:01.359Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
536 | 2024-02-04T13:42:01.359Z | + CIDL_SHA256FUNC=do_sha256sum |
537 | 2024-02-04T13:42:01.359Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
538 | 2024-02-04T13:42:01.359Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
539 | 2024-02-04T13:42:01.359Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
540 | 2024-02-04T13:42:01.359Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
541 | 2024-02-04T13:42:01.360Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
542 | 2024-02-04T13:42:01.360Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
543 | 2024-02-04T13:42:01.360Z | Local file: out/downloads/dendrite-stub.tar.gz |
544 | 2024-02-04T13:42:01.360Z | + mkdir -p out/downloads |
545 | 2024-02-04T13:42:01.363Z | + mkdir -p ./out/dendrite-stub |
546 | 2024-02-04T13:42:01.363Z | + fetch_and_verify |
547 | 2024-02-04T13:42:01.363Z | + local DO_DOWNLOAD=true |
548 | 2024-02-04T13:42:01.363Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
549 | 2024-02-04T13:42:01.363Z | + '[' true == true ']' |
550 | 2024-02-04T13:42:01.363Z | + echo Downloading... |
551 | 2024-02-04T13:42:01.363Z | Downloading... |
552 | 2024-02-04T13:42:01.363Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
553 | 2024-02-04T13:42:01.363Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
554 | 2024-02-04T13:42:13.328Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
555 | 2024-02-04T13:42:13.328Z | ++ sha256sum |
556 | 2024-02-04T13:42:13.328Z | ++ awk '{print $1}' |
557 | 2024-02-04T13:42:13.328Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
558 | 2024-02-04T13:42:13.328Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
559 | 2024-02-04T13:42:13.328Z | + do_untar out/downloads/dendrite-stub.tar.gz |
560 | 2024-02-04T13:42:13.329Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
561 | 2024-02-04T13:42:13.828Z | + do_assemble |
562 | 2024-02-04T13:42:13.828Z | + rm -r ./out/dendrite-stub |
563 | 2024-02-04T13:42:14.281Z | + mkdir ./out/dendrite-stub |
564 | 2024-02-04T13:42:14.281Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
565 | 2024-02-04T13:42:14.281Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
566 | 2024-02-04T13:42:14.281Z | + set -o errexit |
567 | 2024-02-04T13:42:14.281Z | +++ dirname ./tools/ci_download_maghemite_mgd |
568 | 2024-02-04T13:42:14.281Z | ++ cd ./tools |
569 | 2024-02-04T13:42:14.281Z | ++ pwd |
570 | 2024-02-04T13:42:14.281Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
571 | 2024-02-04T13:42:14.282Z | ++ basename ./tools/ci_download_maghemite_mgd |
572 | 2024-02-04T13:42:14.282Z | + ARG0=ci_download_maghemite_mgd |
573 | 2024-02-04T13:42:14.282Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
574 | 2024-02-04T13:42:14.282Z | ++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
575 | 2024-02-04T13:42:14.282Z | ++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184 |
576 | 2024-02-04T13:42:14.282Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
577 | 2024-02-04T13:42:14.282Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
578 | 2024-02-04T13:42:14.282Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
579 | 2024-02-04T13:42:14.282Z | + TARGET_DIR=out |
580 | 2024-02-04T13:42:14.283Z | + DOWNLOAD_DIR=out/downloads |
581 | 2024-02-04T13:42:14.283Z | + DEST_DIR=./out/mgd |
582 | 2024-02-04T13:42:14.283Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
583 | 2024-02-04T13:42:14.283Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
584 | 2024-02-04T13:42:14.283Z | + REPO=oxidecomputer/maghemite |
585 | 2024-02-04T13:42:14.283Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03 |
586 | 2024-02-04T13:42:14.283Z | + main |
587 | 2024-02-04T13:42:14.283Z | + [[ 0 != 0 ]] |
588 | 2024-02-04T13:42:14.284Z | + CIDL_OS=solaris2.11 |
589 | 2024-02-04T13:42:14.284Z | + [[ 0 != 0 ]] |
590 | 2024-02-04T13:42:14.284Z | + configure_os solaris2.11 |
591 | 2024-02-04T13:42:14.284Z | + echo 'current directory: /work/oxidecomputer/omicron' |
592 | 2024-02-04T13:42:14.284Z | current directory: /work/oxidecomputer/omicron |
593 | 2024-02-04T13:42:14.284Z | + echo 'configuring based on OS: "solaris2.11"' |
594 | 2024-02-04T13:42:14.284Z | + case "$1" in |
595 | 2024-02-04T13:42:14.284Z | configuring based on OS: "solaris2.11" |
596 | 2024-02-04T13:42:14.284Z | + SET_BINARIES= |
597 | 2024-02-04T13:42:14.284Z | + CIDL_SHA256FUNC=do_sha256sum |
598 | 2024-02-04T13:42:14.284Z | + TARBALL_FILENAME=mgd.tar.gz |
599 | 2024-02-04T13:42:14.284Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
600 | 2024-02-04T13:42:14.285Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
601 | 2024-02-04T13:42:14.285Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz' |
602 | 2024-02-04T13:42:14.285Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
603 | 2024-02-04T13:42:14.285Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
604 | 2024-02-04T13:42:14.285Z | Local file: out/downloads/mgd.tar.gz |
605 | 2024-02-04T13:42:14.285Z | + mkdir -p out/downloads |
606 | 2024-02-04T13:42:14.285Z | + mkdir -p ./out/mgd |
607 | 2024-02-04T13:42:14.285Z | + fetch_and_verify |
608 | 2024-02-04T13:42:14.285Z | + local DO_DOWNLOAD=true |
609 | 2024-02-04T13:42:14.285Z | + [[ -f out/downloads/mgd.tar.gz ]] |
610 | 2024-02-04T13:42:14.286Z | + '[' true == true ']' |
611 | 2024-02-04T13:42:14.286Z | + echo Downloading... |
612 | 2024-02-04T13:42:14.286Z | Downloading... |
613 | 2024-02-04T13:42:14.286Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz |
614 | 2024-02-04T13:42:14.286Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
615 | 2024-02-04T13:42:22.862Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
616 | 2024-02-04T13:42:22.887Z | ++ sha256sum |
617 | 2024-02-04T13:42:22.887Z | ++ awk '{print $1}' |
618 | 2024-02-04T13:42:22.888Z | + calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
619 | 2024-02-04T13:42:22.888Z | + [[ 2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 != \2\c\5\4\1\4\6\a\1\3\3\b\5\f\1\2\5\8\7\d\9\f\b\8\9\f\8\5\e\f\0\a\0\c\a\6\2\7\8\e\f\c\8\c\6\f\e\4\8\5\9\7\8\2\e\8\8\6\e\6\c\7\7\4 ]] |
620 | 2024-02-04T13:42:22.888Z | + do_untar out/downloads/mgd.tar.gz |
621 | 2024-02-04T13:42:22.888Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
622 | 2024-02-04T13:42:23.483Z | + do_assemble |
623 | 2024-02-04T13:42:23.483Z | + rm -r ./out/mgd |
624 | 2024-02-04T13:42:23.491Z | + mkdir ./out/mgd |
625 | 2024-02-04T13:42:23.491Z | + cp -r out/downloads/root ./out/mgd/root |
626 | 2024-02-04T13:42:23.704Z | + set -o errexit |
627 | 2024-02-04T13:42:23.707Z | +++ dirname ./tools/ci_download_transceiver_control |
628 | 2024-02-04T13:42:23.710Z | ++ cd ./tools |
629 | 2024-02-04T13:42:23.710Z | ++ pwd |
630 | 2024-02-04T13:42:23.710Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
631 | 2024-02-04T13:42:23.710Z | ++ basename ./tools/ci_download_transceiver_control |
632 | 2024-02-04T13:42:23.713Z | + ARG0=ci_download_transceiver_control |
633 | 2024-02-04T13:42:23.714Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
634 | 2024-02-04T13:42:23.714Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
635 | 2024-02-04T13:42:23.714Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
636 | 2024-02-04T13:42:23.714Z | + TARGET_DIR=out |
637 | 2024-02-04T13:42:23.714Z | + DOWNLOAD_DIR=out/downloads |
638 | 2024-02-04T13:42:23.714Z | + DEST_DIR=./out/transceiver-control |
639 | 2024-02-04T13:42:23.714Z | + BIN_DIR=/opt/oxide/bin |
640 | 2024-02-04T13:42:23.714Z | + BINARY=xcvradm |
641 | 2024-02-04T13:42:23.714Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
642 | 2024-02-04T13:42:23.714Z | + REPO=oxidecomputer/transceiver-control |
643 | 2024-02-04T13:42:23.714Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
644 | 2024-02-04T13:42:23.714Z | + main |
645 | 2024-02-04T13:42:23.714Z | + [[ 0 != 0 ]] |
646 | 2024-02-04T13:42:23.714Z | + CIDL_OS=solaris2.11 |
647 | 2024-02-04T13:42:23.714Z | + [[ 0 != 0 ]] |
648 | 2024-02-04T13:42:23.714Z | + configure_os solaris2.11 |
649 | 2024-02-04T13:42:23.714Z | + echo 'current directory: /work/oxidecomputer/omicron' |
650 | 2024-02-04T13:42:23.714Z | current directory: /work/oxidecomputer/omicron |
651 | 2024-02-04T13:42:23.714Z | + echo 'configuring based on OS: "solaris2.11"' |
652 | 2024-02-04T13:42:23.714Z | configuring based on OS: "solaris2.11" |
653 | 2024-02-04T13:42:23.714Z | + case "$1" in |
654 | 2024-02-04T13:42:23.714Z | + SET_BINARIES= |
655 | 2024-02-04T13:42:23.715Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
656 | 2024-02-04T13:42:23.715Z | + CIDL_SHA256FUNC=do_sha256sum |
657 | 2024-02-04T13:42:23.715Z | + ARCHIVE_FILENAME=xcvradm.gz |
658 | 2024-02-04T13:42:23.715Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
659 | 2024-02-04T13:42:23.715Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
660 | 2024-02-04T13:42:23.715Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
661 | 2024-02-04T13:42:23.715Z | + echo 'Local file: out/downloads/xcvradm.gz' |
662 | 2024-02-04T13:42:23.715Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
663 | 2024-02-04T13:42:23.715Z | Local file: out/downloads/xcvradm.gz |
664 | 2024-02-04T13:42:23.715Z | + mkdir -p out/downloads |
665 | 2024-02-04T13:42:23.718Z | + mkdir -p ./out/transceiver-control |
666 | 2024-02-04T13:42:23.718Z | + fetch_and_verify |
667 | 2024-02-04T13:42:23.718Z | + local DO_DOWNLOAD=true |
668 | 2024-02-04T13:42:23.718Z | + [[ -f out/downloads/xcvradm.gz ]] |
669 | 2024-02-04T13:42:23.718Z | + '[' true == true ']' |
670 | 2024-02-04T13:42:23.718Z | + echo Downloading... |
671 | 2024-02-04T13:42:23.718Z | Downloading... |
672 | 2024-02-04T13:42:23.718Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
673 | 2024-02-04T13:42:23.718Z | + 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 |
674 | 2024-02-04T13:42:25.155Z | ++ do_sha256sum out/downloads/xcvradm.gz |
675 | 2024-02-04T13:42:25.158Z | ++ sha256sum |
676 | 2024-02-04T13:42:25.158Z | ++ awk '{print $1}' |
677 | 2024-02-04T13:42:25.192Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
678 | 2024-02-04T13:42:25.193Z | + [[ 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 ]] |
679 | 2024-02-04T13:42:26.733Z | + do_unpack out/downloads/xcvradm.gz |
680 | 2024-02-04T13:42:26.733Z | + mkdir -p out/downloads/root//opt/oxide/bin |
681 | 2024-02-04T13:42:26.734Z | + gzip -dc out/downloads/xcvradm.gz |
682 | 2024-02-04T13:42:26.734Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
683 | 2024-02-04T13:42:26.734Z | + do_assemble |
684 | 2024-02-04T13:42:26.734Z | + rm -r ./out/transceiver-control |
685 | 2024-02-04T13:42:26.734Z | + mkdir ./out/transceiver-control |
686 | 2024-02-04T13:42:26.734Z | + cp -r out/downloads/root ./out/transceiver-control/root |
687 | 2024-02-04T13:42:26.734Z | All prerequisites installed successfully |
688 | 2024-02-04T13:42:26.734Z | |
689 | 2024-02-04T13:42:26.734Z | real 2:11.451347557 |
690 | 2024-02-04T13:42:26.735Z | user 53.295636069 |
691 | 2024-02-04T13:42:26.735Z | sys 10.461512526 |
692 | 2024-02-04T13:42:26.735Z | trap 0.018254327 |
693 | 2024-02-04T13:42:26.735Z | tflt 0.286565917 |
694 | 2024-02-04T13:42:26.735Z | dflt 0.525036531 |
695 | 2024-02-04T13:42:26.735Z | kflt 0.297776364 |
696 | 2024-02-04T13:42:26.735Z | lock 2.875705253 |
697 | 2024-02-04T13:42:26.735Z | slp 4:08.656471799 |
698 | 2024-02-04T13:42:26.735Z | lat 3.482828362 |
699 | 2024-02-04T13:42:26.735Z | stop 0.069343139 |
700 | 2024-02-04T13:42:26.735Z | + banner end-to-end-tests |
701 | 2024-02-04T13:42:26.735Z | |
702 | 2024-02-04T13:42:26.736Z | ###### # # ##### ##### #### ###### # # ##### |
703 | 2024-02-04T13:42:26.736Z | # ## # # # # # # # ## # # # |
704 | 2024-02-04T13:42:26.736Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
705 | 2024-02-04T13:42:26.736Z | # # # # # # # # # # # # # # # |
706 | 2024-02-04T13:42:26.736Z | # # ## # # # # # # # ## # # |
707 | 2024-02-04T13:42:26.736Z | ###### # # ##### # #### ###### # # ##### |
708 | 2024-02-04T13:42:26.736Z | |
709 | 2024-02-04T13:42:26.736Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
710 | 2024-02-04T13:42:26.736Z | + CARGO_PROFILE_DEV_DEBUG=1 |
711 | 2024-02-04T13:42:26.736Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
712 | 2024-02-04T13:42:26.736Z | + CARGO_PROFILE_TEST_DEBUG=1 |
713 | 2024-02-04T13:42:26.736Z | + export CARGO_INCREMENTAL=0 |
714 | 2024-02-04T13:42:26.737Z | + CARGO_INCREMENTAL=0 |
715 | 2024-02-04T13:42:26.737Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
716 | 2024-02-04T13:42:26.737Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
717 | 2024-02-04T13:42:26.830Z | Updating crates.io index |
718 | 2024-02-04T13:42:26.831Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
719 | 2024-02-04T13:42:27.240Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
720 | 2024-02-04T13:42:29.572Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
721 | 2024-02-04T13:42:30.200Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
722 | 2024-02-04T13:42:30.527Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
723 | 2024-02-04T13:42:30.814Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
724 | 2024-02-04T13:42:31.085Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
725 | 2024-02-04T13:42:32.095Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
726 | 2024-02-04T13:42:34.730Z | Updating git repository `https://github.com/oxidecomputer/opte` |
727 | 2024-02-04T13:42:35.821Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
728 | 2024-02-04T13:42:36.247Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
729 | 2024-02-04T13:42:36.924Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
730 | 2024-02-04T13:42:37.222Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
731 | 2024-02-04T13:42:37.509Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
732 | 2024-02-04T13:42:37.980Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
733 | 2024-02-04T13:42:38.451Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
734 | 2024-02-04T13:42:38.979Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
735 | 2024-02-04T13:42:39.423Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
736 | 2024-02-04T13:42:40.001Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
737 | 2024-02-04T13:42:40.385Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
738 | 2024-02-04T13:42:40.836Z | Updating git repository `https://github.com/jgallagher/nix` |
739 | 2024-02-04T13:42:42.519Z | Updating git repository `https://github.com/cbiffle/hubpack` |
740 | 2024-02-04T13:42:42.744Z | Updating git repository `https://github.com/oxidecomputer/typify` |
741 | 2024-02-04T13:42:44.569Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
742 | 2024-02-04T13:42:44.958Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
743 | 2024-02-04T13:42:45.618Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
744 | 2024-02-04T13:42:47.067Z | Downloading crates ... |
745 | 2024-02-04T13:42:47.268Z | Downloaded adler v1.0.2 |
746 | 2024-02-04T13:42:47.273Z | Downloaded lalrpop-util v0.19.12 |
747 | 2024-02-04T13:42:47.279Z | Downloaded memoffset v0.9.0 |
748 | 2024-02-04T13:42:47.300Z | Downloaded md5 v0.7.0 |
749 | 2024-02-04T13:42:47.303Z | Downloaded managed v0.8.0 |
750 | 2024-02-04T13:42:47.303Z | Downloaded libm v0.2.7 |
751 | 2024-02-04T13:42:47.329Z | Downloaded atty v0.2.14 |
752 | 2024-02-04T13:42:47.339Z | Downloaded cstr-argument v0.1.2 |
753 | 2024-02-04T13:42:47.344Z | Downloaded opaque-debug v0.3.0 |
754 | 2024-02-04T13:42:47.351Z | Downloaded clap_lex v0.5.1 |
755 | 2024-02-04T13:42:47.355Z | Downloaded once_cell v1.19.0 |
756 | 2024-02-04T13:42:47.363Z | Downloaded pbkdf2 v0.11.0 |
757 | 2024-02-04T13:42:47.376Z | Downloaded pest_generator v2.7.6 |
758 | 2024-02-04T13:42:47.400Z | Downloaded camino v1.1.6 |
759 | 2024-02-04T13:42:47.410Z | Downloaded curve25519-dalek-derive v0.1.0 |
760 | 2024-02-04T13:42:47.410Z | Downloaded anstream v0.5.0 |
761 | 2024-02-04T13:42:47.413Z | Downloaded chacha20 v0.9.1 |
762 | 2024-02-04T13:42:47.418Z | Downloaded percent-encoding v2.3.1 |
763 | 2024-02-04T13:42:47.422Z | Downloaded data-encoding v2.4.0 |
764 | 2024-02-04T13:42:47.426Z | Downloaded stringprep v0.1.3 |
765 | 2024-02-04T13:42:47.430Z | Downloaded darling_macro v0.20.3 |
766 | 2024-02-04T13:42:47.433Z | Downloaded pkcs8 v0.10.2 |
767 | 2024-02-04T13:42:47.440Z | Downloaded console v0.15.8 |
768 | 2024-02-04T13:42:47.447Z | Downloaded equivalent v1.0.1 |
769 | 2024-02-04T13:42:47.451Z | Downloaded tinyvec_macros v0.1.1 |
770 | 2024-02-04T13:42:47.455Z | Downloaded openssl-probe v0.1.5 |
771 | 2024-02-04T13:42:47.459Z | Downloaded normalize-line-endings v0.3.0 |
772 | 2024-02-04T13:42:47.463Z | Downloaded unicode-width v0.1.11 |
773 | 2024-02-04T13:42:47.466Z | Downloaded crc32fast v1.3.2 |
774 | 2024-02-04T13:42:47.484Z | Downloaded futures-task v0.3.30 |
775 | 2024-02-04T13:42:47.488Z | Downloaded pretty-hex v0.4.1 |
776 | 2024-02-04T13:42:47.488Z | Downloaded stable_deref_trait v1.2.0 |
777 | 2024-02-04T13:42:47.488Z | Downloaded typenum v1.16.0 |
778 | 2024-02-04T13:42:47.488Z | Downloaded newtype_derive v0.1.6 |
779 | 2024-02-04T13:42:47.493Z | Downloaded russh-cryptovec v0.7.0 |
780 | 2024-02-04T13:42:47.496Z | Downloaded terminal_size v0.2.6 |
781 | 2024-02-04T13:42:47.497Z | Downloaded difflib v0.4.0 |
782 | 2024-02-04T13:42:47.501Z | Downloaded universal-hash v0.5.1 |
783 | 2024-02-04T13:42:47.505Z | Downloaded enum-as-inner v0.5.1 |
784 | 2024-02-04T13:42:47.505Z | Downloaded addr2line v0.21.0 |
785 | 2024-02-04T13:42:47.509Z | Downloaded thread-id v4.2.0 |
786 | 2024-02-04T13:42:47.513Z | Downloaded num_cpus v1.16.0 |
787 | 2024-02-04T13:42:47.518Z | Downloaded swrite v0.1.0 |
788 | 2024-02-04T13:42:47.522Z | Downloaded headers-core v0.2.0 |
789 | 2024-02-04T13:42:47.525Z | Downloaded time-core v0.1.1 |
790 | 2024-02-04T13:42:47.525Z | Downloaded untrusted v0.7.1 |
791 | 2024-02-04T13:42:47.529Z | Downloaded clap v4.4.3 |
792 | 2024-02-04T13:42:47.546Z | Downloaded zone v0.3.0 |
793 | 2024-02-04T13:42:47.550Z | Downloaded tower-service v0.3.2 |
794 | 2024-02-04T13:42:47.554Z | Downloaded thiserror-no-std v2.0.2 |
795 | 2024-02-04T13:42:47.562Z | Downloaded futures-channel v0.3.30 |
796 | 2024-02-04T13:42:47.565Z | Downloaded waitgroup v0.1.2 |
797 | 2024-02-04T13:42:47.569Z | Downloaded allocator-api2 v0.2.16 |
798 | 2024-02-04T13:42:47.573Z | Downloaded fixedbitset v0.4.2 |
799 | 2024-02-04T13:42:47.596Z | Downloaded ff v0.13.0 |
800 | 2024-02-04T13:42:47.610Z | Downloaded fallible-iterator v0.2.0 |
801 | 2024-02-04T13:42:47.610Z | Downloaded time-macros v0.2.13 |
802 | 2024-02-04T13:42:47.610Z | Downloaded foreign-types-shared v0.1.1 |
803 | 2024-02-04T13:42:47.610Z | Downloaded option-ext v0.2.0 |
804 | 2024-02-04T13:42:47.610Z | Downloaded rand_core v0.6.4 |
805 | 2024-02-04T13:42:47.610Z | Downloaded spin v0.5.2 |
806 | 2024-02-04T13:42:47.610Z | Downloaded zerocopy v0.3.0 |
807 | 2024-02-04T13:42:47.610Z | Downloaded hex-literal v0.4.1 |
808 | 2024-02-04T13:42:47.616Z | Downloaded tokio-tungstenite v0.20.1 |
809 | 2024-02-04T13:42:47.616Z | Downloaded darling v0.20.3 |
810 | 2024-02-04T13:42:47.622Z | Downloaded term v0.7.0 |
811 | 2024-02-04T13:42:47.629Z | Downloaded num_enum_derive v0.5.11 |
812 | 2024-02-04T13:42:47.629Z | Downloaded string_cache v0.8.7 |
813 | 2024-02-04T13:42:47.660Z | Downloaded want v0.3.1 |
814 | 2024-02-04T13:42:47.661Z | Downloaded crypto-bigint v0.5.2 |
815 | 2024-02-04T13:42:47.671Z | Downloaded zone_cfg_derive v0.3.0 |
816 | 2024-02-04T13:42:47.671Z | Downloaded proc-macro-crate v1.3.1 |
817 | 2024-02-04T13:42:47.672Z | Downloaded rand_chacha v0.2.2 |
818 | 2024-02-04T13:42:47.672Z | Downloaded flagset v0.4.3 |
819 | 2024-02-04T13:42:47.672Z | Downloaded foreign-types-shared v0.3.1 |
820 | 2024-02-04T13:42:47.672Z | Downloaded smf v0.2.2 |
821 | 2024-02-04T13:42:47.672Z | Downloaded derive_more v0.99.17 |
822 | 2024-02-04T13:42:47.686Z | Downloaded form_urlencoded v1.2.1 |
823 | 2024-02-04T13:42:47.686Z | Downloaded phf v0.11.2 |
824 | 2024-02-04T13:42:47.686Z | Downloaded hostname v0.3.1 |
825 | 2024-02-04T13:42:47.686Z | Downloaded usdt-attr-macro v0.3.5 |
826 | 2024-02-04T13:42:47.692Z | Downloaded heck v0.3.3 |
827 | 2024-02-04T13:42:47.692Z | Downloaded serde_urlencoded v0.7.1 |
828 | 2024-02-04T13:42:47.692Z | Downloaded usdt-macro v0.5.0 |
829 | 2024-02-04T13:42:47.692Z | Downloaded signal-hook-registry v1.4.1 |
830 | 2024-02-04T13:42:47.692Z | Downloaded walkdir v2.4.0 |
831 | 2024-02-04T13:42:47.695Z | Downloaded usdt-attr-macro v0.5.0 |
832 | 2024-02-04T13:42:47.698Z | Downloaded pem-rfc7468 v0.7.0 |
833 | 2024-02-04T13:42:47.701Z | Downloaded pretty-hex v0.2.1 |
834 | 2024-02-04T13:42:47.704Z | Downloaded foreign-types v0.5.0 |
835 | 2024-02-04T13:42:47.707Z | Downloaded structmeta v0.3.0 |
836 | 2024-02-04T13:42:47.710Z | Downloaded static_assertions v1.1.0 |
837 | 2024-02-04T13:42:47.713Z | Downloaded semver-parser v0.10.2 |
838 | 2024-02-04T13:42:47.716Z | Downloaded same-file v1.0.6 |
839 | 2024-02-04T13:42:47.719Z | Downloaded serde_derive v1.0.195 |
840 | 2024-02-04T13:42:47.725Z | Downloaded dyn-clone v1.0.13 |
841 | 2024-02-04T13:42:47.728Z | Downloaded memchr v2.6.3 |
842 | 2024-02-04T13:42:47.740Z | Downloaded defmt-parser v0.3.3 |
843 | 2024-02-04T13:42:47.743Z | Downloaded usdt v0.5.0 |
844 | 2024-02-04T13:42:47.745Z | Downloaded platforms v3.0.2 |
845 | 2024-02-04T13:42:47.748Z | Downloaded home v0.5.5 |
846 | 2024-02-04T13:42:47.751Z | Downloaded quick-error v1.2.3 |
847 | 2024-02-04T13:42:47.754Z | Downloaded sct v0.7.0 |
848 | 2024-02-04T13:42:47.760Z | Downloaded instant v0.1.12 |
849 | 2024-02-04T13:42:47.763Z | Downloaded spin v0.9.8 |
850 | 2024-02-04T13:42:47.768Z | Downloaded toml_datetime v0.6.5 |
851 | 2024-02-04T13:42:47.770Z | Downloaded dtrace-parser v0.2.0 |
852 | 2024-02-04T13:42:47.773Z | Downloaded is-terminal v0.4.9 |
853 | 2024-02-04T13:42:47.776Z | Downloaded futures v0.3.30 |
854 | 2024-02-04T13:42:47.784Z | Downloaded mime v0.3.17 |
855 | 2024-02-04T13:42:47.787Z | Downloaded zerocopy v0.6.4 |
856 | 2024-02-04T13:42:47.792Z | Downloaded display-error-chain v0.2.0 |
857 | 2024-02-04T13:42:47.794Z | Downloaded rand_core v0.5.1 |
858 | 2024-02-04T13:42:47.797Z | Downloaded hyper-staticfile v0.9.5 |
859 | 2024-02-04T13:42:47.801Z | Downloaded tokio-postgres v0.7.10 |
860 | 2024-02-04T13:42:47.810Z | Downloaded topological-sort v0.2.2 |
861 | 2024-02-04T13:42:47.814Z | Downloaded russh-keys v0.40.1 |
862 | 2024-02-04T13:42:47.820Z | Downloaded dof v0.3.0 |
863 | 2024-02-04T13:42:47.823Z | Downloaded dof v0.1.5 |
864 | 2024-02-04T13:42:47.823Z | Downloaded hubpack v0.1.2 |
865 | 2024-02-04T13:42:47.826Z | Downloaded futures-executor v0.3.30 |
866 | 2024-02-04T13:42:47.826Z | Downloaded scroll_derive v0.12.0 |
867 | 2024-02-04T13:42:47.829Z | Downloaded vec_map v0.8.2 |
868 | 2024-02-04T13:42:47.831Z | Downloaded ipnetwork v0.20.0 |
869 | 2024-02-04T13:42:47.834Z | Downloaded slog-envlogger v2.2.0 |
870 | 2024-02-04T13:42:47.837Z | Downloaded proc-macro-error v1.0.4 |
871 | 2024-02-04T13:42:47.842Z | Downloaded semver v0.11.0 |
872 | 2024-02-04T13:42:47.845Z | Downloaded unicode-bidi v0.3.13 |
873 | 2024-02-04T13:42:47.850Z | Downloaded predicates-core v1.0.6 |
874 | 2024-02-04T13:42:47.863Z | Downloaded tokio-macros v2.2.0 |
875 | 2024-02-04T13:42:47.863Z | Downloaded hyper-tls v0.5.0 |
876 | 2024-02-04T13:42:47.863Z | Downloaded rustversion v1.0.14 |
877 | 2024-02-04T13:42:47.863Z | Downloaded rfc6979 v0.4.0 |
878 | 2024-02-04T13:42:47.866Z | Downloaded structmeta-derive v0.3.0 |
879 | 2024-02-04T13:42:47.866Z | Downloaded rustls-pki-types v1.1.0 |
880 | 2024-02-04T13:42:47.869Z | Downloaded sec1 v0.7.3 |
881 | 2024-02-04T13:42:47.872Z | Downloaded resolv-conf v0.7.0 |
882 | 2024-02-04T13:42:47.876Z | Downloaded thread_local v1.1.7 |
883 | 2024-02-04T13:42:47.878Z | Downloaded rustc-demangle v0.1.23 |
884 | 2024-02-04T13:42:47.882Z | Downloaded io-lifetimes v1.0.11 |
885 | 2024-02-04T13:42:47.886Z | Downloaded rand v0.8.5 |
886 | 2024-02-04T13:42:47.894Z | Downloaded hyper-rustls v0.24.2 |
887 | 2024-02-04T13:42:47.898Z | Downloaded scroll v0.12.0 |
888 | 2024-02-04T13:42:47.901Z | Downloaded crossterm v0.27.0 |
889 | 2024-02-04T13:42:47.917Z | Downloaded r2d2 v0.8.10 |
890 | 2024-02-04T13:42:47.920Z | Downloaded textwrap v0.11.0 |
891 | 2024-02-04T13:42:47.920Z | Downloaded getrandom v0.2.10 |
892 | 2024-02-04T13:42:47.926Z | Downloaded schemars v0.8.16 |
893 | 2024-02-04T13:42:47.949Z | Downloaded tokio-stream v0.1.14 |
894 | 2024-02-04T13:42:47.957Z | Downloaded uuid v1.7.0 |
895 | 2024-02-04T13:42:47.961Z | Downloaded tar v0.4.40 |
896 | 2024-02-04T13:42:47.967Z | Downloaded rcgen v0.12.1 |
897 | 2024-02-04T13:42:47.971Z | Downloaded elliptic-curve v0.13.8 |
898 | 2024-02-04T13:42:47.978Z | Downloaded flate2 v1.0.28 |
899 | 2024-02-04T13:42:47.988Z | Downloaded blake3 v1.5.0 |
900 | 2024-02-04T13:42:48.004Z | Downloaded http v0.2.11 |
901 | 2024-02-04T13:42:48.009Z | Downloaded tokio-util v0.7.10 |
902 | 2024-02-04T13:42:48.025Z | Downloaded rand v0.7.3 |
903 | 2024-02-04T13:42:48.034Z | Downloaded zip v0.6.6 |
904 | 2024-02-04T13:42:48.041Z | Downloaded ed25519-dalek v2.0.0 |
905 | 2024-02-04T13:42:48.045Z | Downloaded regex-automata v0.1.10 |
906 | 2024-02-04T13:42:48.069Z | Downloaded hashbrown v0.13.2 |
907 | 2024-02-04T13:42:48.077Z | Downloaded winnow v0.5.15 |
908 | 2024-02-04T13:42:48.081Z | Downloaded itertools v0.10.5 |
909 | 2024-02-04T13:42:48.139Z | Downloaded serde_with v3.6.0 |
910 | 2024-02-04T13:42:48.155Z | Downloaded hashbrown v0.14.2 |
911 | 2024-02-04T13:42:48.155Z | Downloaded serde_json v1.0.113 |
912 | 2024-02-04T13:42:48.155Z | Downloaded itertools v0.12.1 |
913 | 2024-02-04T13:42:48.155Z | Downloaded rustls-webpki v0.102.1 |
914 | 2024-02-04T13:42:48.182Z | Downloaded openssl v0.10.60 |
915 | 2024-02-04T13:42:48.201Z | Downloaded rustls-webpki v0.101.7 |
916 | 2024-02-04T13:42:48.229Z | Downloaded hkdf v0.12.4 |
917 | 2024-02-04T13:42:48.235Z | Downloaded goblin v0.8.0 |
918 | 2024-02-04T13:42:48.246Z | Downloaded regress v0.7.1 |
919 | 2024-02-04T13:42:48.260Z | Downloaded vcpkg v0.2.15 |
920 | 2024-02-04T13:42:48.334Z | Downloaded idna v0.5.0 |
921 | 2024-02-04T13:42:48.358Z | Downloaded webpki-roots v0.25.2 |
922 | 2024-02-04T13:42:48.368Z | Downloaded idna v0.2.3 |
923 | 2024-02-04T13:42:48.381Z | Downloaded syn v2.0.48 |
924 | 2024-02-04T13:42:48.403Z | Downloaded smoltcp v0.11.0 |
925 | 2024-02-04T13:42:48.427Z | Downloaded rustix v0.37.23 |
926 | 2024-02-04T13:42:48.464Z | Downloaded rustix v0.38.30 |
927 | 2024-02-04T13:42:48.505Z | Downloaded sled v0.34.7 |
928 | 2024-02-04T13:42:48.961Z | Downloaded zerocopy-derive v0.6.4 |
929 | 2024-02-04T13:42:48.980Z | Downloaded zerocopy-derive v0.2.0 |
930 | 2024-02-04T13:42:48.980Z | Downloaded regex-automata v0.3.8 |
931 | 2024-02-04T13:42:48.980Z | Downloaded regex-automata v0.4.4 |
932 | 2024-02-04T13:42:48.980Z | Downloaded tokio v1.36.0 |
933 | 2024-02-04T13:42:48.980Z | Downloaded sha3 v0.10.8 |
934 | 2024-02-04T13:42:48.980Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
935 | 2024-02-04T13:42:48.980Z | Downloaded winapi v0.3.9 |
936 | 2024-02-04T13:42:48.980Z | Downloaded libc v0.2.153 |
937 | 2024-02-04T13:42:48.980Z | Downloaded rustls v0.22.2 |
938 | 2024-02-04T13:42:48.980Z | Downloaded encoding_rs v0.8.33 |
939 | 2024-02-04T13:42:48.980Z | Downloaded bstr v1.6.0 |
940 | 2024-02-04T13:42:48.980Z | Downloaded rustls v0.21.9 |
941 | 2024-02-04T13:42:48.980Z | Downloaded regex-syntax v0.8.2 |
942 | 2024-02-04T13:42:48.992Z | Downloaded radix_trie v0.2.1 |
943 | 2024-02-04T13:42:49.006Z | Downloaded diesel v2.1.4 |
944 | 2024-02-04T13:42:49.022Z | Downloaded bstr v0.2.17 |
945 | 2024-02-04T13:42:49.060Z | Downloaded smoltcp v0.9.1 |
946 | 2024-02-04T13:42:49.074Z | Downloaded rayon v1.8.0 |
947 | 2024-02-04T13:42:49.097Z | Downloaded trust-dns-proto v0.22.0 |
948 | 2024-02-04T13:42:49.110Z | Downloaded petgraph v0.6.4 |
949 | 2024-02-04T13:42:49.116Z | Downloaded regex v1.10.3 |
950 | 2024-02-04T13:42:49.169Z | Downloaded curve25519-dalek v4.1.1 |
951 | 2024-02-04T13:42:49.174Z | Downloaded gimli v0.28.0 |
952 | 2024-02-04T13:42:49.174Z | Downloaded object v0.32.1 |
953 | 2024-02-04T13:42:49.188Z | Downloaded hyper v0.14.27 |
954 | 2024-02-04T13:42:49.202Z | Downloaded syn v1.0.109 |
955 | 2024-02-04T13:42:49.224Z | Downloaded openapiv3 v2.0.0 |
956 | 2024-02-04T13:42:49.245Z | Downloaded clap v2.34.0 |
957 | 2024-02-04T13:42:49.258Z | Downloaded zerocopy v0.7.32 |
958 | 2024-02-04T13:42:49.287Z | Downloaded h2 v0.3.24 |
959 | 2024-02-04T13:42:49.299Z | Downloaded chrono v0.4.31 |
960 | 2024-02-04T13:42:49.312Z | Downloaded reqwest v0.11.22 |
961 | 2024-02-04T13:42:49.326Z | Downloaded futures-util v0.3.30 |
962 | 2024-02-04T13:42:49.347Z | Downloaded russh v0.40.2 |
963 | 2024-02-04T13:42:49.355Z | Downloaded time v0.3.27 |
964 | 2024-02-04T13:42:49.366Z | Downloaded indexmap v1.9.3 |
965 | 2024-02-04T13:42:49.371Z | Downloaded toml v0.8.9 |
966 | 2024-02-04T13:42:49.377Z | Downloaded aes-gcm v0.10.3 |
967 | 2024-02-04T13:42:49.383Z | Downloaded ring v0.17.7 |
968 | 2024-02-04T13:42:49.513Z | Downloaded aho-corasick v1.0.4 |
969 | 2024-02-04T13:42:49.526Z | Downloaded rayon-core v1.12.0 |
970 | 2024-02-04T13:42:49.529Z | Downloaded url v2.5.0 |
971 | 2024-02-04T13:42:49.535Z | Downloaded clap_builder v4.4.2 |
972 | 2024-02-04T13:42:49.547Z | Downloaded hashbrown v0.12.3 |
973 | 2024-02-04T13:42:49.553Z | Downloaded proc-macro2 v1.0.78 |
974 | 2024-02-04T13:42:49.557Z | Downloaded sha2 v0.10.8 |
975 | 2024-02-04T13:42:49.561Z | Downloaded serde_yaml v0.9.25 |
976 | 2024-02-04T13:42:49.566Z | Downloaded ring v0.16.20 |
977 | 2024-02-04T13:42:49.723Z | Downloaded tracing v0.1.37 |
978 | 2024-02-04T13:42:49.730Z | Downloaded thiserror v1.0.56 |
979 | 2024-02-04T13:42:49.738Z | Downloaded slog v2.7.0 |
980 | 2024-02-04T13:42:49.744Z | Downloaded signal-hook v0.3.17 |
981 | 2024-02-04T13:42:49.747Z | Downloaded steno v0.4.0 |
982 | 2024-02-04T13:42:49.754Z | Downloaded ipnet v2.9.0 |
983 | 2024-02-04T13:42:49.757Z | Downloaded thiserror-impl-no-std v2.0.2 |
984 | 2024-02-04T13:42:49.760Z | Downloaded thiserror-impl v1.0.56 |
985 | 2024-02-04T13:42:49.763Z | Downloaded heapless v0.8.0 |
986 | 2024-02-04T13:42:49.768Z | Downloaded rustls-pemfile v2.0.0 |
987 | 2024-02-04T13:42:49.771Z | Downloaded slab v0.4.9 |
988 | 2024-02-04T13:42:49.777Z | Downloaded headers v0.3.9 |
989 | 2024-02-04T13:42:49.782Z | Downloaded hmac v0.12.1 |
990 | 2024-02-04T13:42:49.786Z | Downloaded sha1 v0.10.6 |
991 | 2024-02-04T13:42:49.789Z | Downloaded heck v0.4.1 |
992 | 2024-02-04T13:42:49.793Z | Downloaded postcard v1.0.8 |
993 | 2024-02-04T13:42:49.796Z | Downloaded heapless v0.7.16 |
994 | 2024-02-04T13:42:49.801Z | Downloaded unicode-segmentation v1.10.1 |
995 | 2024-02-04T13:42:49.807Z | Downloaded tracing-core v0.1.31 |
996 | 2024-02-04T13:42:49.812Z | Downloaded trust-dns-client v0.22.0 |
997 | 2024-02-04T13:42:49.820Z | Downloaded vsss-rs v3.3.4 |
998 | 2024-02-04T13:42:49.825Z | Downloaded hash32 v0.2.1 |
999 | 2024-02-04T13:42:49.831Z | Downloaded hubpack_derive v0.1.1 |
1000 | 2024-02-04T13:42:49.831Z | Downloaded filetime v0.2.23 |
1001 | 2024-02-04T13:42:49.834Z | Downloaded structopt v0.3.26 |
1002 | 2024-02-04T13:42:49.843Z | Downloaded socket2 v0.4.9 |
1003 | 2024-02-04T13:42:49.846Z | Downloaded paste v1.0.14 |
1004 | 2024-02-04T13:42:49.851Z | Downloaded pkg-config v0.3.27 |
1005 | 2024-02-04T13:42:49.854Z | Downloaded num_enum v0.5.11 |
1006 | 2024-02-04T13:42:49.862Z | Downloaded embedded-io v0.4.0 |
1007 | 2024-02-04T13:42:49.865Z | Downloaded ed25519 v2.2.2 |
1008 | 2024-02-04T13:42:49.868Z | Downloaded serde_path_to_error v0.1.15 |
1009 | 2024-02-04T13:42:49.872Z | Downloaded postgres-protocol v0.6.6 |
1010 | 2024-02-04T13:42:49.875Z | Downloaded ryu v1.0.15 |
1011 | 2024-02-04T13:42:49.879Z | Downloaded similar v2.3.0 |
1012 | 2024-02-04T13:42:49.885Z | Downloaded num-rational v0.4.1 |
1013 | 2024-02-04T13:42:49.892Z | Downloaded diesel_derives v2.1.2 |
1014 | 2024-02-04T13:42:49.896Z | Downloaded futures-sink v0.3.30 |
1015 | 2024-02-04T13:42:49.896Z | Downloaded hex v0.4.3 |
1016 | 2024-02-04T13:42:49.899Z | Downloaded aes v0.8.3 |
1017 | 2024-02-04T13:42:49.902Z | Downloaded toml_edit v0.19.15 |
1018 | 2024-02-04T13:42:49.930Z | Downloaded mio v0.8.9 |
1019 | 2024-02-04T13:42:49.939Z | Downloaded num-bigint v0.4.4 |
1020 | 2024-02-04T13:42:49.947Z | Downloaded rustls-pemfile v1.0.3 |
1021 | 2024-02-04T13:42:49.951Z | Downloaded serde_tokenstream v0.2.0 |
1022 | 2024-02-04T13:42:49.956Z | Downloaded http v1.0.0 |
1023 | 2024-02-04T13:42:49.965Z | Downloaded semver v1.0.21 |
1024 | 2024-02-04T13:42:49.969Z | Downloaded toml_edit v0.21.1 |
1025 | 2024-02-04T13:42:50.004Z | Downloaded unicode-normalization v0.1.22 |
1026 | 2024-02-04T13:42:50.012Z | Downloaded serde v1.0.195 |
1027 | 2024-02-04T13:42:50.017Z | Downloaded pest v2.7.6 |
1028 | 2024-02-04T13:42:50.026Z | Downloaded nom v7.1.3 |
1029 | 2024-02-04T13:42:50.039Z | Downloaded float-cmp v0.9.0 |
1030 | 2024-02-04T13:42:50.042Z | Downloaded dtrace-parser v0.1.14 |
1031 | 2024-02-04T13:42:50.042Z | Downloaded iana-time-zone v0.1.57 |
1032 | 2024-02-04T13:42:50.042Z | Downloaded usdt-impl v0.5.0 |
1033 | 2024-02-04T13:42:50.047Z | Downloaded password-hash v0.5.0 |
1034 | 2024-02-04T13:42:50.050Z | Downloaded utf8parse v0.2.1 |
1035 | 2024-02-04T13:42:50.050Z | Downloaded socket2 v0.5.5 |
1036 | 2024-02-04T13:42:50.054Z | Downloaded yasna v0.5.2 |
1037 | 2024-02-04T13:42:50.058Z | Downloaded trust-dns-resolver v0.22.0 |
1038 | 2024-02-04T13:42:50.062Z | Downloaded rustfmt-wrapper v0.2.0 |
1039 | 2024-02-04T13:42:50.065Z | Downloaded rustc_version v0.1.7 |
1040 | 2024-02-04T13:42:50.065Z | Downloaded xattr v1.0.1 |
1041 | 2024-02-04T13:42:50.070Z | Downloaded bzip2 v0.4.4 |
1042 | 2024-02-04T13:42:50.073Z | Downloaded ecdsa v0.16.9 |
1043 | 2024-02-04T13:42:50.079Z | Downloaded trust-dns-server v0.22.1 |
1044 | 2024-02-04T13:42:50.082Z | Downloaded usdt v0.3.5 |
1045 | 2024-02-04T13:42:50.086Z | Downloaded untrusted v0.9.0 |
1046 | 2024-02-04T13:42:50.094Z | Downloaded num v0.4.1 |
1047 | 2024-02-04T13:42:50.095Z | Downloaded rand_chacha v0.3.1 |
1048 | 2024-02-04T13:42:50.095Z | Downloaded smallvec v1.11.2 |
1049 | 2024-02-04T13:42:50.106Z | Downloaded serde_spanned v0.6.5 |
1050 | 2024-02-04T13:42:50.107Z | Downloaded indexmap v2.2.2 |
1051 | 2024-02-04T13:42:50.121Z | Downloaded toml v0.7.8 |
1052 | 2024-02-04T13:42:50.122Z | Downloaded toml v0.5.11 |
1053 | 2024-02-04T13:42:50.122Z | Downloaded base64 v0.21.7 |
1054 | 2024-02-04T13:42:50.126Z | Downloaded either v1.9.0 |
1055 | 2024-02-04T13:42:50.126Z | Downloaded http-body v0.4.5 |
1056 | 2024-02-04T13:42:50.126Z | Downloaded serde_repr v0.1.16 |
1057 | 2024-02-04T13:42:50.126Z | Downloaded spki v0.7.2 |
1058 | 2024-02-04T13:42:50.129Z | Downloaded secrecy v0.8.0 |
1059 | 2024-02-04T13:42:50.129Z | Downloaded precomputed-hash v0.1.1 |
1060 | 2024-02-04T13:42:50.129Z | Downloaded ident_case v1.0.1 |
1061 | 2024-02-04T13:42:50.132Z | Downloaded slog-async v2.8.0 |
1062 | 2024-02-04T13:42:50.135Z | Downloaded primeorder v0.13.6 |
1063 | 2024-02-04T13:42:50.135Z | Downloaded siphasher v0.3.11 |
1064 | 2024-02-04T13:42:50.138Z | Downloaded signature v2.1.0 |
1065 | 2024-02-04T13:42:50.141Z | Downloaded minimal-lexical v0.2.1 |
1066 | 2024-02-04T13:42:50.146Z | Downloaded crossbeam-channel v0.5.8 |
1067 | 2024-02-04T13:42:50.154Z | Downloaded signal-hook-mio v0.2.3 |
1068 | 2024-02-04T13:42:50.157Z | Downloaded serde_derive_internals v0.26.0 |
1069 | 2024-02-04T13:42:50.160Z | Downloaded httparse v1.8.0 |
1070 | 2024-02-04T13:42:50.163Z | Downloaded half v2.3.1 |
1071 | 2024-02-04T13:42:50.166Z | Downloaded slog-bunyan v2.5.0 |
1072 | 2024-02-04T13:42:50.169Z | Downloaded tracing-attributes v0.1.26 |
1073 | 2024-02-04T13:42:50.172Z | Downloaded bytes v1.5.0 |
1074 | 2024-02-04T13:42:50.178Z | Downloaded chacha20poly1305 v0.10.1 |
1075 | 2024-02-04T13:42:50.181Z | Downloaded unsafe-libyaml v0.2.10 |
1076 | 2024-02-04T13:42:50.187Z | Downloaded strsim v0.10.0 |
1077 | 2024-02-04T13:42:50.193Z | Downloaded usdt-impl v0.3.5 |
1078 | 2024-02-04T13:42:50.196Z | Downloaded p256 v0.13.2 |
1079 | 2024-02-04T13:42:50.198Z | Downloaded num-traits v0.2.16 |
1080 | 2024-02-04T13:42:50.201Z | Downloaded der v0.7.8 |
1081 | 2024-02-04T13:42:50.210Z | Downloaded password-hash v0.4.2 |
1082 | 2024-02-04T13:42:50.212Z | Downloaded parking_lot_core v0.8.6 |
1083 | 2024-02-04T13:42:50.216Z | Downloaded multer v3.0.0 |
1084 | 2024-02-04T13:42:50.220Z | Downloaded openssl-macros v0.1.1 |
1085 | 2024-02-04T13:42:50.223Z | Downloaded scheduled-thread-pool v0.2.7 |
1086 | 2024-02-04T13:42:50.223Z | Downloaded usdt-macro v0.3.5 |
1087 | 2024-02-04T13:42:50.226Z | Downloaded slog-dtrace v0.3.0 |
1088 | 2024-02-04T13:42:50.226Z | Downloaded semver v0.1.20 |
1089 | 2024-02-04T13:42:50.229Z | Downloaded fnv v1.0.7 |
1090 | 2024-02-04T13:42:50.229Z | Downloaded serde_with_macros v3.6.0 |
1091 | 2024-02-04T13:42:50.232Z | Downloaded pest_derive v2.7.6 |
1092 | 2024-02-04T13:42:50.235Z | Downloaded schemars_derive v0.8.16 |
1093 | 2024-02-04T13:42:50.238Z | Downloaded httpdate v1.0.3 |
1094 | 2024-02-04T13:42:50.241Z | Downloaded futures-macro v0.3.30 |
1095 | 2024-02-04T13:42:50.241Z | Downloaded subprocess v0.2.9 |
1096 | 2024-02-04T13:42:50.245Z | Downloaded arc-swap v1.6.0 |
1097 | 2024-02-04T13:42:50.251Z | Downloaded derive-where v1.2.7 |
1098 | 2024-02-04T13:42:50.257Z | Downloaded tempfile v3.9.0 |
1099 | 2024-02-04T13:42:50.261Z | Downloaded gethostname v0.4.3 |
1100 | 2024-02-04T13:42:50.264Z | Downloaded cc v1.0.83 |
1101 | 2024-02-04T13:42:50.267Z | Downloaded backtrace v0.3.69 |
1102 | 2024-02-04T13:42:50.275Z | Downloaded base64ct v1.6.0 |
1103 | 2024-02-04T13:42:50.279Z | Downloaded getrandom v0.1.16 |
1104 | 2024-02-04T13:42:50.283Z | Downloaded getopts v0.2.21 |
1105 | 2024-02-04T13:42:50.286Z | Downloaded slog-term v2.9.0 |
1106 | 2024-02-04T13:42:50.292Z | Downloaded utf-8 v0.7.6 |
1107 | 2024-02-04T13:42:50.295Z | Downloaded version_check v0.9.4 |
1108 | 2024-02-04T13:42:50.295Z | Downloaded slog-stdlog v4.1.1 |
1109 | 2024-02-04T13:42:50.295Z | Downloaded http-range v0.1.5 |
1110 | 2024-02-04T13:42:50.301Z | Downloaded proc-macro-error-attr v1.0.4 |
1111 | 2024-02-04T13:42:50.301Z | Downloaded futures-io v0.3.30 |
1112 | 2024-02-04T13:42:50.309Z | Downloaded scopeguard v1.2.0 |
1113 | 2024-02-04T13:42:50.309Z | Downloaded kstat-rs v0.2.3 |
1114 | 2024-02-04T13:42:50.309Z | Downloaded fastrand v2.0.0 |
1115 | 2024-02-04T13:42:50.309Z | Downloaded futures-core v0.3.30 |
1116 | 2024-02-04T13:42:50.312Z | Downloaded tinyvec v1.6.0 |
1117 | 2024-02-04T13:42:50.312Z | Downloaded serde_tokenstream v0.1.7 |
1118 | 2024-02-04T13:42:50.317Z | Downloaded omicron-zone-package v0.11.0 |
1119 | 2024-02-04T13:42:50.322Z | Downloaded darling_core v0.20.3 |
1120 | 2024-02-04T13:42:50.329Z | Downloaded quote v1.0.35 |
1121 | 2024-02-04T13:42:50.334Z | Downloaded digest v0.10.7 |
1122 | 2024-02-04T13:42:50.339Z | Downloaded zerocopy-derive v0.7.32 |
1123 | 2024-02-04T13:42:50.345Z | Downloaded tokio-rustls v0.25.0 |
1124 | 2024-02-04T13:42:50.351Z | Downloaded tokio-rustls v0.24.1 |
1125 | 2024-02-04T13:42:50.355Z | Downloaded subtle v2.5.0 |
1126 | 2024-02-04T13:42:50.356Z | Downloaded tokio-native-tls v0.3.1 |
1127 | 2024-02-04T13:42:50.359Z | Downloaded strum_macros v0.25.2 |
1128 | 2024-02-04T13:42:50.359Z | Downloaded rustc_version v0.4.0 |
1129 | 2024-02-04T13:42:50.366Z | Downloaded ciborium v0.2.2 |
1130 | 2024-02-04T13:42:50.366Z | Downloaded inout v0.1.3 |
1131 | 2024-02-04T13:42:50.366Z | Downloaded pin-project-lite v0.2.13 |
1132 | 2024-02-04T13:42:50.375Z | Downloaded der_derive v0.7.2 |
1133 | 2024-02-04T13:42:50.379Z | Downloaded group v0.13.0 |
1134 | 2024-02-04T13:42:50.384Z | Downloaded ghash v0.5.0 |
1135 | 2024-02-04T13:42:50.384Z | Downloaded generic-array v0.14.7 |
1136 | 2024-02-04T13:42:50.384Z | Downloaded blake2 v0.10.6 |
1137 | 2024-02-04T13:42:50.392Z | Downloaded argon2 v0.5.3 |
1138 | 2024-02-04T13:42:50.399Z | Downloaded ahash v0.8.6 |
1139 | 2024-02-04T13:42:50.399Z | Downloaded slog-json v2.6.1 |
1140 | 2024-02-04T13:42:50.403Z | Downloaded unicode-ident v1.0.12 |
1141 | 2024-02-04T13:42:50.404Z | Downloaded crossbeam-utils v0.8.16 |
1142 | 2024-02-04T13:42:50.406Z | Downloaded crossbeam-epoch v0.9.15 |
1143 | 2024-02-04T13:42:50.409Z | Downloaded ciborium-ll v0.2.2 |
1144 | 2024-02-04T13:42:50.412Z | Downloaded whoami v1.4.1 |
1145 | 2024-02-04T13:42:50.415Z | Downloaded tungstenite v0.20.1 |
1146 | 2024-02-04T13:42:50.419Z | Downloaded slog-scope v4.4.0 |
1147 | 2024-02-04T13:42:50.421Z | Downloaded zeroize_derive v1.4.2 |
1148 | 2024-02-04T13:42:50.424Z | Downloaded synstructure v0.12.6 |
1149 | 2024-02-04T13:42:50.424Z | Downloaded defmt v0.3.5 |
1150 | 2024-02-04T13:42:50.429Z | Downloaded bit-set v0.5.3 |
1151 | 2024-02-04T13:42:50.432Z | Downloaded foreign-types v0.3.2 |
1152 | 2024-02-04T13:42:50.432Z | Downloaded postgres-types v0.2.6 |
1153 | 2024-02-04T13:42:50.436Z | Downloaded poly1305 v0.8.0 |
1154 | 2024-02-04T13:42:50.440Z | Downloaded hash32 v0.3.1 |
1155 | 2024-02-04T13:42:50.443Z | Downloaded unicase v2.7.0 |
1156 | 2024-02-04T13:42:50.446Z | Downloaded parking_lot v0.11.2 |
1157 | 2024-02-04T13:42:50.449Z | Downloaded native-tls v0.2.11 |
1158 | 2024-02-04T13:42:50.452Z | Downloaded mime_guess v2.0.4 |
1159 | 2024-02-04T13:42:50.455Z | Downloaded const-oid v0.9.5 |
1160 | 2024-02-04T13:42:50.458Z | Downloaded foreign-types-macros v0.2.3 |
1161 | 2024-02-04T13:42:50.465Z | Downloaded dirs-sys-next v0.1.2 |
1162 | 2024-02-04T13:42:50.465Z | Downloaded dirs v5.0.1 |
1163 | 2024-02-04T13:42:50.468Z | Downloaded zeroize v1.7.0 |
1164 | 2024-02-04T13:42:50.468Z | Downloaded miniz_oxide v0.7.1 |
1165 | 2024-02-04T13:42:50.471Z | Downloaded crypto-common v0.1.6 |
1166 | 2024-02-04T13:42:50.471Z | Downloaded predicates v3.1.0 |
1167 | 2024-02-04T13:42:50.474Z | Downloaded phf_shared v0.10.0 |
1168 | 2024-02-04T13:42:50.477Z | Downloaded strum v0.25.0 |
1169 | 2024-02-04T13:42:50.477Z | Downloaded base16ct v0.2.0 |
1170 | 2024-02-04T13:42:50.483Z | Downloaded anyhow v1.0.75 |
1171 | 2024-02-04T13:42:50.487Z | Downloaded deranged v0.3.8 |
1172 | 2024-02-04T13:42:50.487Z | Downloaded polyval v0.6.1 |
1173 | 2024-02-04T13:42:50.490Z | Downloaded phf_shared v0.11.2 |
1174 | 2024-02-04T13:42:50.493Z | Downloaded bitflags v2.4.0 |
1175 | 2024-02-04T13:42:50.496Z | Downloaded structopt-derive v0.4.18 |
1176 | 2024-02-04T13:42:50.502Z | Downloaded strsim v0.8.0 |
1177 | 2024-02-04T13:42:50.502Z | Downloaded plain v0.2.3 |
1178 | 2024-02-04T13:42:50.502Z | Downloaded log v0.4.20 |
1179 | 2024-02-04T13:42:50.515Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1180 | 2024-02-04T13:42:50.928Z | Downloaded cancel-safe-futures v0.1.5 |
1181 | 2024-02-04T13:42:50.928Z | Downloaded backoff v0.4.0 |
1182 | 2024-02-04T13:42:50.928Z | Downloaded anstyle-parse v0.2.1 |
1183 | 2024-02-04T13:42:50.929Z | Downloaded dirs-next v2.0.0 |
1184 | 2024-02-04T13:42:50.929Z | Downloaded pbkdf2 v0.12.2 |
1185 | 2024-02-04T13:42:50.936Z | Downloaded parse-display-derive v0.9.0 |
1186 | 2024-02-04T13:42:50.937Z | Downloaded num-integer v0.1.45 |
1187 | 2024-02-04T13:42:50.937Z | Downloaded fxhash v0.2.1 |
1188 | 2024-02-04T13:42:50.937Z | Downloaded endian-type v0.1.2 |
1189 | 2024-02-04T13:42:50.937Z | Downloaded toolchain_find v0.2.0 |
1190 | 2024-02-04T13:42:50.937Z | Downloaded take_mut v0.2.2 |
1191 | 2024-02-04T13:42:50.937Z | Downloaded async-trait v0.1.77 |
1192 | 2024-02-04T13:42:50.937Z | Downloaded try-lock v0.2.4 |
1193 | 2024-02-04T13:42:50.937Z | Downloaded num-complex v0.4.4 |
1194 | 2024-02-04T13:42:50.937Z | Downloaded memmap2 v0.7.1 |
1195 | 2024-02-04T13:42:50.937Z | Downloaded cbc v0.1.2 |
1196 | 2024-02-04T13:42:50.937Z | Downloaded arrayvec v0.7.4 |
1197 | 2024-02-04T13:42:50.937Z | Downloaded anstyle-query v1.0.0 |
1198 | 2024-02-04T13:42:50.937Z | Downloaded ansi_term v0.12.1 |
1199 | 2024-02-04T13:42:50.937Z | Downloaded linked-hash-map v0.5.6 |
1200 | 2024-02-04T13:42:50.937Z | Downloaded libefi-sys v0.1.0 |
1201 | 2024-02-04T13:42:50.937Z | Downloaded pin-utils v0.1.0 |
1202 | 2024-02-04T13:42:50.937Z | Downloaded pem v3.0.2 |
1203 | 2024-02-04T13:42:50.937Z | Downloaded ctr v0.9.2 |
1204 | 2024-02-04T13:42:50.937Z | Downloaded ucd-trie v0.1.6 |
1205 | 2024-02-04T13:42:50.937Z | Downloaded cfg-if v1.0.0 |
1206 | 2024-02-04T13:42:50.937Z | Downloaded cobs v0.2.3 |
1207 | 2024-02-04T13:42:50.937Z | Downloaded dirs-sys v0.4.1 |
1208 | 2024-02-04T13:42:50.938Z | Downloaded unicode-xid v0.2.4 |
1209 | 2024-02-04T13:42:50.938Z | Downloaded itoa v1.0.9 |
1210 | 2024-02-04T13:42:50.938Z | Downloaded block-padding v0.3.3 |
1211 | 2024-02-04T13:42:50.938Z | Downloaded bit-vec v0.6.3 |
1212 | 2024-02-04T13:42:50.938Z | Downloaded md-5 v0.10.5 |
1213 | 2024-02-04T13:42:50.938Z | Downloaded defmt-macros v0.3.6 |
1214 | 2024-02-04T13:42:50.938Z | Downloaded num-derive v0.4.0 |
1215 | 2024-02-04T13:42:50.938Z | Downloaded macaddr v1.0.1 |
1216 | 2024-02-04T13:42:50.938Z | Downloaded cipher v0.4.4 |
1217 | 2024-02-04T13:42:50.938Z | Downloaded matches v0.1.10 |
1218 | 2024-02-04T13:42:50.938Z | Downloaded aead v0.5.2 |
1219 | 2024-02-04T13:42:50.938Z | Downloaded errno v0.3.8 |
1220 | 2024-02-04T13:42:50.938Z | Downloaded nibble_vec v0.1.0 |
1221 | 2024-02-04T13:42:50.938Z | Downloaded lazy_static v1.4.0 |
1222 | 2024-02-04T13:42:50.938Z | Downloaded debug-ignore v1.0.5 |
1223 | 2024-02-04T13:42:50.938Z | Downloaded constant_time_eq v0.3.0 |
1224 | 2024-02-04T13:42:50.938Z | Downloaded colored v2.0.4 |
1225 | 2024-02-04T13:42:50.938Z | Downloaded clap_derive v4.4.2 |
1226 | 2024-02-04T13:42:50.938Z | Downloaded block-buffer v0.10.4 |
1227 | 2024-02-04T13:42:50.938Z | Downloaded ppv-lite86 v0.2.17 |
1228 | 2024-02-04T13:42:50.938Z | Downloaded pest_meta v2.7.6 |
1229 | 2024-02-04T13:42:50.938Z | Downloaded parking_lot_core v0.9.8 |
1230 | 2024-02-04T13:42:50.938Z | Downloaded parking_lot v0.12.1 |
1231 | 2024-02-04T13:42:50.938Z | Downloaded openssl-sys v0.9.96 |
1232 | 2024-02-04T13:42:50.939Z | Downloaded camino-tempfile v1.1.1 |
1233 | 2024-02-04T13:42:50.939Z | Downloaded bcrypt-pbkdf v0.10.0 |
1234 | 2024-02-04T13:42:50.939Z | Downloaded autocfg v1.1.0 |
1235 | 2024-02-04T13:42:50.939Z | Downloaded arrayref v0.3.7 |
1236 | 2024-02-04T13:42:50.939Z | Downloaded anstyle v1.0.2 |
1237 | 2024-02-04T13:42:50.939Z | Downloaded glob v0.3.1 |
1238 | 2024-02-04T13:42:50.939Z | Downloaded convert_case v0.4.0 |
1239 | 2024-02-04T13:42:50.939Z | Downloaded owo-colors v4.0.0 |
1240 | 2024-02-04T13:42:50.939Z | Downloaded byteorder v1.5.0 |
1241 | 2024-02-04T13:42:50.939Z | Downloaded bitflags v1.3.2 |
1242 | 2024-02-04T13:42:50.939Z | Downloaded async-stream v0.3.5 |
1243 | 2024-02-04T13:42:50.939Z | Downloaded atomic-waker v1.1.1 |
1244 | 2024-02-04T13:42:50.939Z | Downloaded parse-display v0.9.0 |
1245 | 2024-02-04T13:42:50.939Z | Downloaded num-iter v0.1.43 |
1246 | 2024-02-04T13:42:50.939Z | Downloaded cpufeatures v0.2.12 |
1247 | 2024-02-04T13:42:50.939Z | Downloaded blowfish v0.9.1 |
1248 | 2024-02-04T13:42:50.939Z | Downloaded num_threads v0.1.6 |
1249 | 2024-02-04T13:42:50.939Z | Downloaded async-stream-impl v0.3.5 |
1250 | 2024-02-04T13:42:50.939Z | Downloaded new_debug_unreachable v1.0.4 |
1251 | 2024-02-04T13:42:50.939Z | Downloaded memmap v0.7.0 |
1252 | 2024-02-04T13:42:50.939Z | Downloaded ciborium-io v0.2.2 |
1253 | 2024-02-04T13:42:50.939Z | Downloaded atomicwrites v0.4.3 |
1254 | 2024-02-04T13:42:50.939Z | Downloaded match_cfg v0.1.0 |
1255 | 2024-02-04T13:42:50.939Z | Downloaded crucible-workspace-hack v0.1.0 |
1256 | 2024-02-04T13:42:50.939Z | Downloaded lru-cache v0.1.2 |
1257 | 2024-02-04T13:42:50.940Z | Downloaded linear-map v1.2.0 |
1258 | 2024-02-04T13:42:50.940Z | Downloaded libsw v3.3.1 |
1259 | 2024-02-04T13:42:50.940Z | Downloaded crossbeam-deque v0.8.3 |
1260 | 2024-02-04T13:42:50.940Z | Downloaded colorchoice v1.0.0 |
1261 | 2024-02-04T13:42:50.940Z | Downloaded lock_api v0.4.10 |
1262 | 2024-02-04T13:42:50.940Z | Downloaded keccak v0.1.4 |
1263 | 2024-02-04T13:42:51.106Z | Compiling proc-macro2 v1.0.78 |
1264 | 2024-02-04T13:42:51.106Z | Compiling unicode-ident v1.0.12 |
1265 | 2024-02-04T13:42:51.109Z | Compiling libc v0.2.153 |
1266 | 2024-02-04T13:42:51.109Z | Compiling serde v1.0.195 |
1267 | 2024-02-04T13:42:51.109Z | Compiling version_check v0.9.4 |
1268 | 2024-02-04T13:42:51.131Z | Compiling autocfg v1.1.0 |
1269 | 2024-02-04T13:42:51.134Z | Compiling cfg-if v1.0.0 |
1270 | 2024-02-04T13:42:51.330Z | Compiling syn v1.0.109 |
1271 | 2024-02-04T13:42:51.372Z | Compiling once_cell v1.19.0 |
1272 | 2024-02-04T13:42:51.465Z | Compiling thiserror v1.0.56 |
1273 | 2024-02-04T13:42:51.966Z | Compiling memchr v2.6.3 |
1274 | 2024-02-04T13:42:52.239Z | Compiling typenum v1.16.0 |
1275 | 2024-02-04T13:42:52.530Z | Compiling lock_api v0.4.10 |
1276 | 2024-02-04T13:42:53.091Z | Compiling byteorder v1.5.0 |
1277 | 2024-02-04T13:42:53.139Z | Compiling ahash v0.8.6 |
1278 | 2024-02-04T13:42:53.151Z | Compiling parking_lot_core v0.9.8 |
1279 | 2024-02-04T13:42:53.707Z | Compiling generic-array v0.14.7 |
1280 | 2024-02-04T13:42:53.934Z | Compiling libm v0.2.7 |
1281 | 2024-02-04T13:42:53.963Z | Compiling num-traits v0.2.16 |
1282 | 2024-02-04T13:42:54.076Z | Compiling serde_json v1.0.113 |
1283 | 2024-02-04T13:42:54.493Z | Compiling itoa v1.0.9 |
1284 | 2024-02-04T13:42:54.615Z | Compiling quote v1.0.35 |
1285 | 2024-02-04T13:42:55.080Z | Compiling slab v0.4.9 |
1286 | 2024-02-04T13:42:55.080Z | Compiling log v0.4.20 |
1287 | 2024-02-04T13:42:55.549Z | Compiling syn v2.0.48 |
1288 | 2024-02-04T13:42:55.856Z | Compiling getrandom v0.2.10 |
1289 | 2024-02-04T13:42:55.897Z | Compiling cc v1.0.83 |
1290 | 2024-02-04T13:42:56.195Z | Compiling rand_core v0.6.4 |
1291 | 2024-02-04T13:42:56.531Z | Compiling scopeguard v1.2.0 |
1292 | 2024-02-04T13:42:56.728Z | Compiling ryu v1.0.15 |
1293 | 2024-02-04T13:42:57.269Z | Compiling pkg-config v0.3.27 |
1294 | 2024-02-04T13:42:57.590Z | Compiling allocator-api2 v0.2.16 |
1295 | 2024-02-04T13:42:57.872Z | Compiling smallvec v1.11.2 |
1296 | 2024-02-04T13:42:57.899Z | Compiling heck v0.4.1 |
1297 | 2024-02-04T13:42:58.548Z | Compiling equivalent v1.0.1 |
1298 | 2024-02-04T13:42:58.648Z | Compiling schemars v0.8.16 |
1299 | 2024-02-04T13:42:58.711Z | Compiling subtle v2.5.0 |
1300 | 2024-02-04T13:42:59.420Z | Compiling vcpkg v0.2.15 |
1301 | 2024-02-04T13:42:59.693Z | Compiling pin-project-lite v0.2.13 |
1302 | 2024-02-04T13:43:00.299Z | Compiling httparse v1.8.0 |
1303 | 2024-02-04T13:43:00.339Z | Compiling ucd-trie v0.1.6 |
1304 | 2024-02-04T13:43:00.950Z | Compiling parking_lot v0.12.1 |
1305 | 2024-02-04T13:43:01.037Z | Compiling ring v0.17.7 |
1306 | 2024-02-04T13:43:01.313Z | Compiling ring v0.16.20 |
1307 | 2024-02-04T13:43:01.316Z | Compiling signal-hook-registry v1.4.1 |
1308 | 2024-02-04T13:43:02.719Z | Compiling fnv v1.0.7 |
1309 | 2024-02-04T13:43:02.898Z | Compiling mio v0.8.9 |
1310 | 2024-02-04T13:43:03.246Z | Compiling openssl-sys v0.9.96 |
1311 | 2024-02-04T13:43:03.350Z | Compiling iana-time-zone v0.1.57 |
1312 | 2024-02-04T13:43:04.051Z | Compiling const-oid v0.9.5 |
1313 | 2024-02-04T13:43:04.735Z | Compiling semver v1.0.21 |
1314 | 2024-02-04T13:43:04.811Z | Compiling openssl v0.10.60 |
1315 | 2024-02-04T13:43:05.063Z | Compiling socket2 v0.5.5 |
1316 | 2024-02-04T13:43:05.395Z | Compiling num_cpus v1.16.0 |
1317 | 2024-02-04T13:43:06.025Z | Compiling rustls v0.21.9 |
1318 | 2024-02-04T13:43:06.121Z | Compiling native-tls v0.2.11 |
1319 | 2024-02-04T13:43:06.675Z | Compiling dyn-clone v1.0.13 |
1320 | 2024-02-04T13:43:06.704Z | Compiling futures-core v0.3.30 |
1321 | 2024-02-04T13:43:07.089Z | Compiling aho-corasick v1.0.4 |
1322 | 2024-02-04T13:43:07.155Z | Compiling regex-syntax v0.8.2 |
1323 | 2024-02-04T13:43:07.545Z | Compiling slog v2.7.0 |
1324 | 2024-02-04T13:43:07.852Z | Compiling serde_derive_internals v0.26.0 |
1325 | 2024-02-04T13:43:08.125Z | Compiling crossbeam-utils v0.8.16 |
1326 | 2024-02-04T13:43:08.328Z | Compiling async-trait v0.1.77 |
1327 | 2024-02-04T13:43:08.911Z | Compiling spin v0.5.2 |
1328 | 2024-02-04T13:43:09.272Z | Compiling futures-sink v0.3.30 |
1329 | 2024-02-04T13:43:09.622Z | Compiling rustix v0.38.30 |
1330 | 2024-02-04T13:43:09.911Z | Compiling backtrace v0.3.69 |
1331 | 2024-02-04T13:43:10.739Z | Compiling tinyvec_macros v0.1.1 |
1332 | 2024-02-04T13:43:10.870Z | Compiling tinyvec v1.6.0 |
1333 | 2024-02-04T13:43:11.703Z | Compiling futures-channel v0.3.30 |
1334 | 2024-02-04T13:43:12.000Z | Compiling pin-utils v0.1.0 |
1335 | 2024-02-04T13:43:12.136Z | Compiling futures-io v0.3.30 |
1336 | 2024-02-04T13:43:12.651Z | Compiling futures-task v0.3.30 |
1337 | 2024-02-04T13:43:12.865Z | Compiling winnow v0.5.15 |
1338 | 2024-02-04T13:43:13.134Z | Compiling regex-automata v0.4.4 |
1339 | 2024-02-04T13:43:13.561Z | Compiling unicode-normalization v0.1.22 |
1340 | 2024-02-04T13:43:13.587Z | Compiling spin v0.9.8 |
1341 | 2024-02-04T13:43:14.516Z | Compiling memoffset v0.9.0 |
1342 | 2024-02-04T13:43:14.871Z | Compiling tracing-core v0.1.31 |
1343 | 2024-02-04T13:43:14.976Z | Compiling unicode-bidi v0.3.13 |
1344 | 2024-02-04T13:43:15.377Z | Compiling unicode-width v0.1.11 |
1345 | 2024-02-04T13:43:15.622Z | Compiling anyhow v1.0.75 |
1346 | 2024-02-04T13:43:16.874Z | Compiling cpufeatures v0.2.12 |
1347 | 2024-02-04T13:43:17.658Z | Compiling crc32fast v1.3.2 |
1348 | 2024-02-04T13:43:18.837Z | Compiling crossbeam-epoch v0.9.15 |
1349 | 2024-02-04T13:43:18.882Z | Compiling time-core v0.1.1 |
1350 | 2024-02-04T13:43:19.122Z | Compiling time-macros v0.2.13 |
1351 | 2024-02-04T13:43:19.734Z | Compiling regex v1.10.3 |
1352 | 2024-02-04T13:43:19.773Z | Compiling serde_derive v1.0.195 |
1353 | 2024-02-04T13:43:19.992Z | Compiling zerocopy-derive v0.7.32 |
1354 | 2024-02-04T13:43:20.483Z | Compiling zeroize_derive v1.4.2 |
1355 | 2024-02-04T13:43:21.521Z | Compiling thiserror-impl v1.0.56 |
1356 | 2024-02-04T13:43:22.953Z | Compiling tokio-macros v2.2.0 |
1357 | 2024-02-04T13:43:23.304Z | Compiling zeroize v1.7.0 |
1358 | 2024-02-04T13:43:23.895Z | Compiling futures-macro v0.3.30 |
1359 | 2024-02-04T13:43:23.920Z | Compiling zerocopy v0.7.32 |
1360 | 2024-02-04T13:43:25.262Z | Compiling tracing-attributes v0.1.26 |
1361 | 2024-02-04T13:43:25.789Z | Compiling schemars_derive v0.8.16 |
1362 | 2024-02-04T13:43:27.133Z | Compiling crypto-common v0.1.6 |
1363 | 2024-02-04T13:43:27.374Z | Compiling pest v2.7.6 |
1364 | 2024-02-04T13:43:27.566Z | Compiling hashbrown v0.14.2 |
1365 | 2024-02-04T13:43:27.762Z | Compiling openssl-macros v0.1.1 |
1366 | 2024-02-04T13:43:28.956Z | Compiling block-buffer v0.10.4 |
1367 | 2024-02-04T13:43:28.985Z | Compiling hashbrown v0.13.2 |
1368 | 2024-02-04T13:43:29.375Z | Compiling digest v0.10.7 |
1369 | 2024-02-04T13:43:30.392Z | Compiling futures-util v0.3.30 |
1370 | 2024-02-04T13:43:31.664Z | Compiling pest_meta v2.7.6 |
1371 | 2024-02-04T13:43:31.955Z | Compiling tracing v0.1.37 |
1372 | 2024-02-04T13:43:32.306Z | Compiling der_derive v0.7.2 |
1373 | 2024-02-04T13:43:35.101Z | Compiling pest_generator v2.7.6 |
1374 | 2024-02-04T13:43:36.036Z | Compiling errno v0.3.8 |
1375 | 2024-02-04T13:43:37.588Z | Compiling num-integer v0.1.45 |
1376 | 2024-02-04T13:43:37.588Z | Compiling untrusted v0.7.1 |
1377 | 2024-02-04T13:43:37.588Z | Compiling foreign-types-shared v0.1.1 |
1378 | 2024-02-04T13:43:37.588Z | Compiling untrusted v0.9.0 |
1379 | 2024-02-04T13:43:37.833Z | Compiling percent-encoding v2.3.1 |
1380 | 2024-02-04T13:43:38.493Z | Compiling foreign-types v0.3.2 |
1381 | 2024-02-04T13:43:40.537Z | Compiling pest_derive v2.7.6 |
1382 | 2024-02-04T13:43:41.252Z | Compiling ppv-lite86 v0.2.17 |
1383 | 2024-02-04T13:43:41.311Z | Compiling unicode-xid v0.2.4 |
1384 | 2024-02-04T13:43:41.575Z | Compiling base64 v0.21.7 |
1385 | 2024-02-04T13:43:41.870Z | Compiling try-lock v0.2.4 |
1386 | 2024-02-04T13:43:42.105Z | Compiling want v0.3.1 |
1387 | 2024-02-04T13:43:42.541Z | Compiling sct v0.7.0 |
1388 | 2024-02-04T13:43:42.565Z | Compiling rustls-webpki v0.101.7 |
1389 | 2024-02-04T13:43:42.889Z | Compiling synstructure v0.12.6 |
1390 | 2024-02-04T13:43:44.663Z | Compiling bytes v1.5.0 |
1391 | 2024-02-04T13:43:44.858Z | Compiling indexmap v2.2.2 |
1392 | 2024-02-04T13:43:44.968Z | Compiling chrono v0.4.31 |
1393 | 2024-02-04T13:43:45.302Z | Compiling uuid v1.7.0 |
1394 | 2024-02-04T13:43:46.795Z | Compiling tokio v1.36.0 |
1395 | 2024-02-04T13:43:46.882Z | Compiling http v0.2.11 |
1396 | 2024-02-04T13:43:47.288Z | Compiling bitflags v2.4.0 |
1397 | 2024-02-04T13:43:47.962Z | Compiling serde_spanned v0.6.5 |
1398 | 2024-02-04T13:43:48.041Z | Compiling toml_datetime v0.6.5 |
1399 | 2024-02-04T13:43:48.331Z | Compiling openapiv3 v2.0.0 |
1400 | 2024-02-04T13:43:49.375Z | Compiling toml_edit v0.19.15 |
1401 | 2024-02-04T13:43:51.114Z | Compiling rustc_version v0.4.0 |
1402 | 2024-02-04T13:43:53.837Z | Compiling serde_tokenstream v0.2.0 |
1403 | 2024-02-04T13:43:54.706Z | Compiling http-body v0.4.5 |
1404 | 2024-02-04T13:43:55.376Z | Compiling form_urlencoded v1.2.1 |
1405 | 2024-02-04T13:43:57.200Z | Compiling scroll_derive v0.12.0 |
1406 | 2024-02-04T13:43:57.235Z | Compiling socket2 v0.4.9 |
1407 | 2024-02-04T13:43:57.450Z | Compiling tower-service v0.3.2 |
1408 | 2024-02-04T13:43:58.082Z | Compiling io-lifetimes v1.0.11 |
1409 | 2024-02-04T13:43:58.854Z | Compiling httpdate v1.0.3 |
1410 | 2024-02-04T13:43:58.998Z | Compiling openssl-probe v0.1.5 |
1411 | 2024-02-04T13:44:00.646Z | Compiling tokio-util v0.7.10 |
1412 | 2024-02-04T13:44:01.366Z | Compiling zerocopy-derive v0.2.0 |
1413 | 2024-02-04T13:44:02.976Z | Compiling h2 v0.3.24 |
1414 | 2024-02-04T13:44:03.460Z | Compiling idna v0.5.0 |
1415 | 2024-02-04T13:44:05.414Z | Compiling lazy_static v1.4.0 |
1416 | 2024-02-04T13:44:05.839Z | Compiling thread-id v4.2.0 |
1417 | 2024-02-04T13:44:05.936Z | Compiling adler v1.0.2 |
1418 | 2024-02-04T13:44:06.218Z | Compiling miniz_oxide v0.7.1 |
1419 | 2024-02-04T13:44:06.450Z | Compiling tokio-rustls v0.24.1 |
1420 | 2024-02-04T13:44:06.986Z | Compiling tokio-native-tls v0.3.1 |
1421 | 2024-02-04T13:44:07.412Z | Compiling url v2.5.0 |
1422 | 2024-02-04T13:44:09.223Z | Compiling rand_chacha v0.3.1 |
1423 | 2024-02-04T13:44:10.210Z | Compiling ipnet v2.9.0 |
1424 | 2024-02-04T13:44:10.312Z | Compiling rustix v0.37.23 |
1425 | 2024-02-04T13:44:11.339Z | Compiling rand v0.8.5 |
1426 | 2024-02-04T13:44:12.242Z | Compiling serde_urlencoded v0.7.1 |
1427 | 2024-02-04T13:44:12.300Z | Compiling rustls-pemfile v1.0.3 |
1428 | 2024-02-04T13:44:13.023Z | Compiling usdt-impl v0.3.5 |
1429 | 2024-02-04T13:44:13.057Z | Compiling encoding_rs v0.8.33 |
1430 | 2024-02-04T13:44:13.084Z | Compiling gimli v0.28.0 |
1431 | 2024-02-04T13:44:13.531Z | Compiling mime v0.3.17 |
1432 | 2024-02-04T13:44:13.845Z | Compiling either v1.9.0 |
1433 | 2024-02-04T13:44:14.382Z | Compiling webpki-roots v0.25.2 |
1434 | 2024-02-04T13:44:14.608Z | Compiling hyper v0.14.27 |
1435 | 2024-02-04T13:44:16.155Z | Compiling regress v0.7.1 |
1436 | 2024-02-04T13:44:16.565Z | Compiling object v0.32.1 |
1437 | 2024-02-04T13:44:17.297Z | Compiling num-bigint v0.4.4 |
1438 | 2024-02-04T13:44:18.696Z | Compiling usdt-impl v0.5.0 |
1439 | 2024-02-04T13:44:19.203Z | Compiling rustc-demangle v0.1.23 |
1440 | 2024-02-04T13:44:20.840Z | Compiling addr2line v0.21.0 |
1441 | 2024-02-04T13:44:21.760Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1442 | 2024-02-04T13:44:21.875Z | Compiling flate2 v1.0.28 |
1443 | 2024-02-04T13:44:22.179Z | Compiling zerocopy v0.3.0 |
1444 | 2024-02-04T13:44:22.782Z | Compiling scroll v0.12.0 |
1445 | 2024-02-04T13:44:23.476Z | Compiling heapless v0.7.16 |
1446 | 2024-02-04T13:44:23.610Z | Compiling futures-executor v0.3.30 |
1447 | 2024-02-04T13:44:24.031Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1448 | 2024-02-04T13:44:24.735Z | Compiling rustversion v1.0.14 |
1449 | 2024-02-04T13:44:25.362Z | Compiling plain v0.2.3 |
1450 | 2024-02-04T13:44:25.424Z | Compiling signal-hook v0.3.17 |
1451 | 2024-02-04T13:44:25.614Z | Compiling goblin v0.8.0 |
1452 | 2024-02-04T13:44:25.800Z | Compiling hyper-tls v0.5.0 |
1453 | 2024-02-04T13:44:25.826Z | Compiling hyper-rustls v0.24.2 |
1454 | 2024-02-04T13:44:26.325Z | Compiling reqwest v0.11.22 |
1455 | 2024-02-04T13:44:27.979Z | Compiling futures v0.3.30 |
1456 | 2024-02-04T13:44:28.144Z | Compiling dof v0.1.5 |
1457 | 2024-02-04T13:44:30.663Z | Compiling toml v0.7.8 |
1458 | 2024-02-04T13:44:31.175Z | Compiling toml_edit v0.21.1 |
1459 | 2024-02-04T13:44:32.007Z | Compiling hex v0.4.3 |
1460 | 2024-02-04T13:44:32.479Z | Compiling dtrace-parser v0.1.14 |
1461 | 2024-02-04T13:44:33.240Z | Compiling pretty-hex v0.4.1 |
1462 | 2024-02-04T13:44:33.547Z | Compiling base64ct v1.6.0 |
1463 | 2024-02-04T13:44:33.577Z | Compiling strsim v0.10.0 |
1464 | 2024-02-04T13:44:35.884Z | Compiling dof v0.3.0 |
1465 | 2024-02-04T13:44:38.134Z | Compiling serde_tokenstream v0.1.7 |
1466 | 2024-02-04T13:44:38.659Z | Compiling dtrace-parser v0.2.0 |
1467 | 2024-02-04T13:44:39.769Z | Compiling smoltcp v0.9.1 |
1468 | 2024-02-04T13:44:40.358Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1469 | 2024-02-04T13:44:40.549Z | Compiling bitflags v1.3.2 |
1470 | 2024-02-04T13:44:40.850Z | Compiling pem-rfc7468 v0.7.0 |
1471 | 2024-02-04T13:44:41.614Z | Compiling strum_macros v0.25.2 |
1472 | 2024-02-04T13:44:42.211Z | Compiling hmac v0.12.1 |
1473 | 2024-02-04T13:44:42.544Z | Compiling enum-as-inner v0.5.1 |
1474 | 2024-02-04T13:44:42.595Z | Compiling num-iter v0.1.43 |
1475 | 2024-02-04T13:44:43.424Z | Compiling flagset v0.4.3 |
1476 | 2024-02-04T13:44:43.660Z | Compiling siphasher v0.3.11 |
1477 | 2024-02-04T13:44:43.799Z | Compiling unicode-segmentation v1.10.1 |
1478 | 2024-02-04T13:44:44.199Z | Compiling der v0.7.8 |
1479 | 2024-02-04T13:44:44.395Z | Compiling usdt-attr-macro v0.3.5 |
1480 | 2024-02-04T13:44:44.580Z | Compiling usdt-macro v0.3.5 |
1481 | 2024-02-04T13:44:46.981Z | Compiling hubpack_derive v0.1.1 |
1482 | 2024-02-04T13:44:46.982Z | Compiling zerocopy-derive v0.6.4 |
1483 | 2024-02-04T13:44:49.166Z | Compiling anstyle v1.0.2 |
1484 | 2024-02-04T13:44:49.684Z | Compiling deranged v0.3.8 |
1485 | 2024-02-04T13:44:50.135Z | Compiling num_threads v0.1.6 |
1486 | 2024-02-04T13:44:50.320Z | Compiling utf8parse v0.2.1 |
1487 | 2024-02-04T13:44:50.352Z | Compiling sha2 v0.10.8 |
1488 | 2024-02-04T13:44:50.576Z | Compiling anstyle-parse v0.2.1 |
1489 | 2024-02-04T13:44:51.110Z | Compiling spki v0.7.2 |
1490 | 2024-02-04T13:44:52.703Z | Compiling time v0.3.27 |
1491 | 2024-02-04T13:44:53.753Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1492 | 2024-02-04T13:44:55.080Z | Compiling md-5 v0.10.5 |
1493 | 2024-02-04T13:44:55.429Z | Compiling block-padding v0.3.3 |
1494 | 2024-02-04T13:44:55.880Z | Compiling clap_derive v4.4.2 |
1495 | 2024-02-04T13:44:55.880Z | Compiling stringprep v0.1.3 |
1496 | 2024-02-04T13:44:56.831Z | Compiling getopts v0.2.21 |
1497 | 2024-02-04T13:44:57.486Z | Compiling diesel_table_macro_syntax v0.1.0 |
1498 | 2024-02-04T13:44:58.651Z | Compiling hash32 v0.2.1 |
1499 | 2024-02-04T13:44:59.255Z | Compiling stable_deref_trait v1.2.0 |
1500 | 2024-02-04T13:45:01.946Z | Compiling anstyle-query v1.0.0 |
1501 | 2024-02-04T13:45:02.148Z | Compiling colorchoice v1.0.0 |
1502 | 2024-02-04T13:45:02.409Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1503 | 2024-02-04T13:45:02.620Z | Compiling fallible-iterator v0.2.0 |
1504 | 2024-02-04T13:45:02.864Z | Compiling anstream v0.5.0 |
1505 | 2024-02-04T13:45:03.826Z | Compiling postgres-protocol v0.6.6 |
1506 | 2024-02-04T13:45:04.181Z | Compiling diesel_derives v2.1.2 |
1507 | 2024-02-04T13:45:04.474Z | Compiling inout v0.1.3 |
1508 | 2024-02-04T13:45:05.981Z | Compiling terminal_size v0.2.6 |
1509 | 2024-02-04T13:45:06.745Z | Compiling pkcs8 v0.10.2 |
1510 | 2024-02-04T13:45:07.739Z | Compiling phf_shared v0.11.2 |
1511 | 2024-02-04T13:45:10.269Z | Compiling ff v0.13.0 |
1512 | 2024-02-04T13:45:11.046Z | Compiling serde_repr v0.1.16 |
1513 | 2024-02-04T13:45:11.307Z | Compiling scheduled-thread-pool v0.2.7 |
1514 | 2024-02-04T13:45:11.753Z | Compiling clap_lex v0.5.1 |
1515 | 2024-02-04T13:45:12.237Z | Compiling unsafe-libyaml v0.2.10 |
1516 | 2024-02-04T13:45:12.959Z | Compiling base16ct v0.2.0 |
1517 | 2024-02-04T13:45:13.823Z | Compiling matches v0.1.10 |
1518 | 2024-02-04T13:45:13.960Z | Compiling bit-vec v0.6.3 |
1519 | 2024-02-04T13:45:13.988Z | Compiling regex-automata v0.1.10 |
1520 | 2024-02-04T13:45:14.688Z | Compiling managed v0.8.0 |
1521 | 2024-02-04T13:45:15.608Z | Compiling bstr v0.2.17 |
1522 | 2024-02-04T13:45:16.293Z | Compiling serde_yaml v0.9.25 |
1523 | 2024-02-04T13:45:18.038Z | Compiling idna v0.2.3 |
1524 | 2024-02-04T13:45:19.545Z | Compiling sec1 v0.7.3 |
1525 | 2024-02-04T13:45:20.622Z | Compiling clap_builder v4.4.2 |
1526 | 2024-02-04T13:45:20.797Z | Compiling r2d2 v0.8.10 |
1527 | 2024-02-04T13:45:21.493Z | Compiling group v0.13.0 |
1528 | 2024-02-04T13:45:23.151Z | Compiling phf v0.11.2 |
1529 | 2024-02-04T13:45:23.542Z | Compiling signal-hook-mio v0.2.3 |
1530 | 2024-02-04T13:45:24.068Z | Compiling bzip2 v0.4.4 |
1531 | 2024-02-04T13:45:24.068Z | Compiling postgres-types v0.2.6 |
1532 | 2024-02-04T13:45:24.233Z | Compiling cipher v0.4.4 |
1533 | 2024-02-04T13:45:24.932Z | Compiling zerocopy v0.6.4 |
1534 | 2024-02-04T13:45:25.074Z | Compiling hubpack v0.1.2 |
1535 | 2024-02-04T13:45:25.156Z | Compiling phf_shared v0.10.0 |
1536 | 2024-02-04T13:45:25.790Z | Compiling hkdf v0.12.4 |
1537 | 2024-02-04T13:45:25.995Z | Compiling crypto-bigint v0.5.2 |
1538 | 2024-02-04T13:45:26.198Z | Compiling ipnetwork v0.20.0 |
1539 | 2024-02-04T13:45:26.356Z | Compiling float-cmp v0.9.0 |
1540 | 2024-02-04T13:45:27.686Z | Compiling new_debug_unreachable v1.0.4 |
1541 | 2024-02-04T13:45:27.841Z | Compiling predicates-core v1.0.6 |
1542 | 2024-02-04T13:45:28.281Z | Compiling minimal-lexical v0.2.1 |
1543 | 2024-02-04T13:45:28.376Z | Compiling normalize-line-endings v0.3.0 |
1544 | 2024-02-04T13:45:28.558Z | Compiling static_assertions v1.1.0 |
1545 | 2024-02-04T13:45:28.709Z | Compiling fixedbitset v0.4.2 |
1546 | 2024-02-04T13:45:29.441Z | Compiling data-encoding v2.4.0 |
1547 | 2024-02-04T13:45:30.181Z | Compiling precomputed-hash v0.1.1 |
1548 | 2024-02-04T13:45:30.388Z | Compiling difflib v0.4.0 |
1549 | 2024-02-04T13:45:31.528Z | Compiling whoami v1.4.1 |
1550 | 2024-02-04T13:45:32.599Z | Compiling regex-automata v0.3.8 |
1551 | 2024-02-04T13:45:33.506Z | Compiling trust-dns-proto v0.22.0 |
1552 | 2024-02-04T13:45:34.951Z | Compiling tokio-postgres v0.7.10 |
1553 | 2024-02-04T13:45:35.893Z | Compiling bstr v1.6.0 |
1554 | 2024-02-04T13:45:36.730Z | Compiling diesel v2.1.4 |
1555 | 2024-02-04T13:45:37.197Z | Compiling predicates v3.1.0 |
1556 | 2024-02-04T13:45:37.224Z | Compiling string_cache v0.8.7 |
1557 | 2024-02-04T13:45:38.561Z | Compiling petgraph v0.6.4 |
1558 | 2024-02-04T13:45:39.959Z | Compiling elliptic-curve v0.13.8 |
1559 | 2024-02-04T13:45:40.039Z | Compiling nom v7.1.3 |
1560 | 2024-02-04T13:45:41.461Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1561 | 2024-02-04T13:45:42.955Z | Compiling clap v4.4.3 |
1562 | 2024-02-04T13:45:42.984Z | Compiling yasna v0.5.2 |
1563 | 2024-02-04T13:45:43.415Z | Compiling zip v0.6.6 |
1564 | 2024-02-04T13:45:43.533Z | Compiling crossterm v0.27.0 |
1565 | 2024-02-04T13:45:45.884Z | Compiling similar v2.3.0 |
1566 | 2024-02-04T13:45:46.333Z | Compiling bit-set v0.5.3 |
1567 | 2024-02-04T13:45:46.496Z | Compiling usdt v0.3.5 |
1568 | 2024-02-04T13:45:46.784Z | Compiling itertools v0.10.5 |
1569 | 2024-02-04T13:45:46.901Z | Compiling console v0.15.8 |
1570 | 2024-02-04T13:45:47.690Z | Compiling tokio-stream v0.1.14 |
1571 | 2024-02-04T13:45:49.602Z | Compiling camino v1.1.6 |
1572 | 2024-02-04T13:45:50.062Z | Compiling lalrpop-util v0.19.12 |
1573 | 2024-02-04T13:45:54.987Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1574 | 2024-02-04T13:46:08.572Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1575 | 2024-02-04T13:46:44.905Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1576 | 2024-02-04T13:46:51.667Z | Compiling sha1 v0.10.6 |
1577 | 2024-02-04T13:46:52.589Z | Compiling atty v0.2.14 |
1578 | 2024-02-04T13:46:52.794Z | Compiling match_cfg v0.1.0 |
1579 | 2024-02-04T13:46:52.923Z | Compiling hostname v0.3.1 |
1580 | 2024-02-04T13:46:52.947Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1581 | 2024-02-04T13:46:53.286Z | Compiling dirs-sys-next v0.1.2 |
1582 | 2024-02-04T13:46:53.622Z | Compiling rustls-pki-types v1.1.0 |
1583 | 2024-02-04T13:46:54.069Z | Compiling ident_case v1.0.1 |
1584 | 2024-02-04T13:46:54.315Z | Compiling darling_core v0.20.3 |
1585 | 2024-02-04T13:46:54.346Z | Compiling dirs-next v2.0.0 |
1586 | 2024-02-04T13:46:54.689Z | Compiling thread_local v1.1.7 |
1587 | 2024-02-04T13:46:54.722Z | Compiling slog-async v2.8.0 |
1588 | 2024-02-04T13:46:54.879Z | Compiling rustls v0.22.2 |
1589 | 2024-02-04T13:46:55.593Z | Compiling term v0.7.0 |
1590 | 2024-02-04T13:46:55.781Z | Compiling rustls-webpki v0.102.1 |
1591 | 2024-02-04T13:46:56.681Z | Compiling crossbeam-channel v0.5.8 |
1592 | 2024-02-04T13:46:57.050Z | Compiling multer v3.0.0 |
1593 | 2024-02-04T13:46:57.119Z | Compiling instant v0.1.12 |
1594 | 2024-02-04T13:46:57.339Z | Compiling take_mut v0.2.2 |
1595 | 2024-02-04T13:46:57.517Z | Compiling paste v1.0.14 |
1596 | 2024-02-04T13:46:58.388Z | Compiling slog-term v2.9.0 |
1597 | 2024-02-04T13:46:58.605Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1598 | 2024-02-04T13:46:58.930Z | Compiling slog-json v2.6.1 |
1599 | 2024-02-04T13:46:59.415Z | Compiling http v1.0.0 |
1600 | 2024-02-04T13:46:59.540Z | Compiling async-stream-impl v0.3.5 |
1601 | 2024-02-04T13:47:00.287Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1602 | 2024-02-04T13:47:00.473Z | Compiling debug-ignore v1.0.5 |
1603 | 2024-02-04T13:47:00.692Z | Compiling atomic-waker v1.1.1 |
1604 | 2024-02-04T13:47:00.841Z | Compiling slog-bunyan v2.5.0 |
1605 | 2024-02-04T13:47:00.978Z | Compiling waitgroup v0.1.2 |
1606 | 2024-02-04T13:47:01.317Z | Compiling rustls-pemfile v2.0.0 |
1607 | 2024-02-04T13:47:01.929Z | Compiling async-stream v0.3.5 |
1608 | 2024-02-04T13:47:02.465Z | Compiling toml v0.8.9 |
1609 | 2024-02-04T13:47:03.166Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1610 | 2024-02-04T13:47:03.744Z | Compiling serde_path_to_error v0.1.15 |
1611 | 2024-02-04T13:47:03.975Z | Compiling structmeta-derive v0.3.0 |
1612 | 2024-02-04T13:47:04.699Z | Compiling darling_macro v0.20.3 |
1613 | 2024-02-04T13:47:05.159Z | Compiling tokio-rustls v0.25.0 |
1614 | 2024-02-04T13:47:05.351Z | Compiling strum v0.25.0 |
1615 | 2024-02-04T13:47:05.610Z | Compiling backoff v0.4.0 |
1616 | 2024-02-04T13:47:05.811Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1617 | 2024-02-04T13:47:06.152Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1618 | 2024-02-04T13:47:06.387Z | Compiling darling v0.20.3 |
1619 | 2024-02-04T13:47:06.412Z | Compiling macaddr v1.0.1 |
1620 | 2024-02-04T13:47:06.566Z | Compiling serde_with_macros v3.6.0 |
1621 | 2024-02-04T13:47:07.021Z | Compiling proc-macro-error-attr v1.0.4 |
1622 | 2024-02-04T13:47:07.171Z | Compiling proc-macro-crate v1.3.1 |
1623 | 2024-02-04T13:47:07.625Z | Compiling proc-macro-error v1.0.4 |
1624 | 2024-02-04T13:47:08.068Z | Compiling heapless v0.8.0 |
1625 | 2024-02-04T13:47:09.088Z | Compiling num_enum_derive v0.5.11 |
1626 | 2024-02-04T13:47:09.183Z | Compiling structmeta v0.3.0 |
1627 | 2024-02-04T13:47:09.416Z | Compiling hash32 v0.3.1 |
1628 | 2024-02-04T13:47:09.760Z | Compiling smoltcp v0.11.0 |
1629 | 2024-02-04T13:47:09.787Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1630 | 2024-02-04T13:47:09.926Z | Compiling parse-display-derive v0.9.0 |
1631 | 2024-02-04T13:47:10.328Z | Compiling rayon-core v1.12.0 |
1632 | 2024-02-04T13:47:11.993Z | Compiling serde_with v3.6.0 |
1633 | 2024-02-04T13:47:12.069Z | Compiling crossbeam-deque v0.8.3 |
1634 | 2024-02-04T13:47:12.706Z | Compiling cobs v0.2.3 |
1635 | 2024-02-04T13:47:12.809Z | Compiling embedded-io v0.4.0 |
1636 | 2024-02-04T13:47:13.191Z | Compiling same-file v1.0.6 |
1637 | 2024-02-04T13:47:13.223Z | Compiling fastrand v2.0.0 |
1638 | 2024-02-04T13:47:13.828Z | Compiling num_enum v0.5.11 |
1639 | 2024-02-04T13:47:14.068Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1640 | 2024-02-04T13:47:14.122Z | Compiling tempfile v3.9.0 |
1641 | 2024-02-04T13:47:14.547Z | Compiling walkdir v2.4.0 |
1642 | 2024-02-04T13:47:15.521Z | Compiling postcard v1.0.8 |
1643 | 2024-02-04T13:47:15.976Z | Compiling semver-parser v0.10.2 |
1644 | 2024-02-04T13:47:16.916Z | Compiling foreign-types-macros v0.2.3 |
1645 | 2024-02-04T13:47:17.925Z | Compiling parse-display v0.9.0 |
1646 | 2024-02-04T13:47:18.898Z | Compiling blake3 v1.5.0 |
1647 | 2024-02-04T13:47:18.970Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1648 | 2024-02-04T13:47:19.047Z | Compiling crucible-workspace-hack v0.1.0 |
1649 | 2024-02-04T13:47:19.119Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1650 | 2024-02-04T13:47:19.424Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1651 | 2024-02-04T13:47:19.458Z | Compiling foreign-types-shared v0.3.1 |
1652 | 2024-02-04T13:47:19.632Z | Compiling foreign-types v0.5.0 |
1653 | 2024-02-04T13:47:19.699Z | Compiling rayon v1.8.0 |
1654 | 2024-02-04T13:47:19.731Z | Compiling semver v0.11.0 |
1655 | 2024-02-04T13:47:20.334Z | Compiling is-terminal v0.4.9 |
1656 | 2024-02-04T13:47:20.360Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1657 | 2024-02-04T13:47:20.517Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1658 | 2024-02-04T13:47:21.415Z | Compiling cstr-argument v0.1.2 |
1659 | 2024-02-04T13:47:21.423Z | Compiling xattr v1.0.1 |
1660 | 2024-02-04T13:47:21.423Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1661 | 2024-02-04T13:47:21.495Z | Compiling filetime v0.2.23 |
1662 | 2024-02-04T13:47:21.610Z | Compiling memmap2 v0.7.1 |
1663 | 2024-02-04T13:47:21.698Z | Compiling arrayref v0.3.7 |
1664 | 2024-02-04T13:47:21.849Z | Compiling home v0.5.5 |
1665 | 2024-02-04T13:47:21.986Z | Compiling pretty-hex v0.2.1 |
1666 | 2024-02-04T13:47:22.027Z | Compiling arrayvec v0.7.4 |
1667 | 2024-02-04T13:47:22.239Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1668 | 2024-02-04T13:47:22.267Z | Compiling constant_time_eq v0.3.0 |
1669 | 2024-02-04T13:47:22.302Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1670 | 2024-02-04T13:47:22.575Z | Compiling toolchain_find v0.2.0 |
1671 | 2024-02-04T13:47:22.720Z | Compiling tar v0.4.40 |
1672 | 2024-02-04T13:47:22.987Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1673 | 2024-02-04T13:47:23.071Z | Compiling camino-tempfile v1.1.1 |
1674 | 2024-02-04T13:47:23.561Z | Compiling colored v2.0.4 |
1675 | 2024-02-04T13:47:24.099Z | Compiling toml v0.5.11 |
1676 | 2024-02-04T13:47:24.439Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1677 | 2024-02-04T13:47:24.700Z | Compiling platforms v3.0.2 |
1678 | 2024-02-04T13:47:24.726Z | Compiling topological-sort v0.2.2 |
1679 | 2024-02-04T13:47:24.955Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1680 | 2024-02-04T13:47:25.389Z | Compiling zone_cfg_derive v0.3.0 |
1681 | 2024-02-04T13:47:25.942Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1682 | 2024-02-04T13:47:26.270Z | Compiling textwrap v0.11.0 |
1683 | 2024-02-04T13:47:26.634Z | Compiling heck v0.3.3 |
1684 | 2024-02-04T13:47:27.294Z | Compiling rustfmt-wrapper v0.2.0 |
1685 | 2024-02-04T13:47:27.979Z | Compiling num-derive v0.4.0 |
1686 | 2024-02-04T13:47:28.321Z | Compiling omicron-zone-package v0.11.0 |
1687 | 2024-02-04T13:47:28.371Z | Compiling ansi_term v0.12.1 |
1688 | 2024-02-04T13:47:29.243Z | Compiling libefi-sys v0.1.0 |
1689 | 2024-02-04T13:47:29.677Z | Compiling strsim v0.8.0 |
1690 | 2024-02-04T13:47:30.002Z | Compiling vec_map v0.8.2 |
1691 | 2024-02-04T13:47:30.463Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1692 | 2024-02-04T13:47:30.474Z | Compiling clap v2.34.0 |
1693 | 2024-02-04T13:47:30.505Z | Compiling zone v0.3.0 |
1694 | 2024-02-04T13:47:30.727Z | Compiling structopt-derive v0.4.18 |
1695 | 2024-02-04T13:47:31.693Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1696 | 2024-02-04T13:47:32.404Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1697 | 2024-02-04T13:47:32.410Z | Compiling smf v0.2.2 |
1698 | 2024-02-04T13:47:33.038Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1699 | 2024-02-04T13:47:33.238Z | Compiling unicase v2.7.0 |
1700 | 2024-02-04T13:47:33.609Z | Compiling semver v0.1.20 |
1701 | 2024-02-04T13:47:33.698Z | Compiling curve25519-dalek v4.1.1 |
1702 | 2024-02-04T13:47:34.597Z | Compiling rustc_version v0.1.7 |
1703 | 2024-02-04T13:47:34.701Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1704 | 2024-02-04T13:47:34.705Z | Compiling universal-hash v0.5.1 |
1705 | 2024-02-04T13:47:34.758Z | Compiling opaque-debug v0.3.0 |
1706 | 2024-02-04T13:47:35.040Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1707 | 2024-02-04T13:47:35.067Z | Compiling curve25519-dalek-derive v0.1.0 |
1708 | 2024-02-04T13:47:35.334Z | Compiling newtype_derive v0.1.6 |
1709 | 2024-02-04T13:47:35.584Z | Compiling gethostname v0.4.3 |
1710 | 2024-02-04T13:47:35.803Z | Compiling num-rational v0.4.1 |
1711 | 2024-02-04T13:47:35.811Z | Compiling getrandom v0.1.16 |
1712 | 2024-02-04T13:47:36.000Z | Compiling usdt-macro v0.5.0 |
1713 | 2024-02-04T13:47:36.257Z | Compiling structopt v0.3.26 |
1714 | 2024-02-04T13:47:36.637Z | Compiling usdt-attr-macro v0.5.0 |
1715 | 2024-02-04T13:47:36.980Z | Compiling password-hash v0.5.0 |
1716 | 2024-02-04T13:47:37.264Z | Compiling blake2 v0.10.6 |
1717 | 2024-02-04T13:47:38.506Z | Compiling signature v2.1.0 |
1718 | 2024-02-04T13:47:38.791Z | Compiling memmap v0.7.0 |
1719 | 2024-02-04T13:47:38.886Z | Compiling linked-hash-map v0.5.6 |
1720 | 2024-02-04T13:47:39.333Z | Compiling quick-error v1.2.3 |
1721 | 2024-02-04T13:47:39.360Z | Compiling parking_lot_core v0.8.6 |
1722 | 2024-02-04T13:47:39.388Z | Compiling usdt v0.5.0 |
1723 | 2024-02-04T13:47:39.456Z | Compiling lru-cache v0.1.2 |
1724 | 2024-02-04T13:47:39.548Z | Compiling resolv-conf v0.7.0 |
1725 | 2024-02-04T13:47:39.753Z | Compiling argon2 v0.5.3 |
1726 | 2024-02-04T13:47:40.801Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1727 | 2024-02-04T13:47:40.830Z | Compiling aead v0.5.2 |
1728 | 2024-02-04T13:47:40.890Z | Compiling num-complex v0.4.4 |
1729 | 2024-02-04T13:47:41.365Z | Compiling nibble_vec v0.1.0 |
1730 | 2024-02-04T13:47:41.706Z | Compiling slog-dtrace v0.3.0 |
1731 | 2024-02-04T13:47:42.163Z | Compiling winapi v0.3.9 |
1732 | 2024-02-04T13:47:42.734Z | Compiling arc-swap v1.6.0 |
1733 | 2024-02-04T13:47:43.321Z | Compiling cancel-safe-futures v0.1.5 |
1734 | 2024-02-04T13:47:43.865Z | Compiling endian-type v0.1.2 |
1735 | 2024-02-04T13:47:43.870Z | Compiling utf-8 v0.7.6 |
1736 | 2024-02-04T13:47:43.943Z | Compiling keccak v0.1.4 |
1737 | 2024-02-04T13:47:44.168Z | Compiling tungstenite v0.20.1 |
1738 | 2024-02-04T13:47:44.360Z | Compiling radix_trie v0.2.1 |
1739 | 2024-02-04T13:47:45.247Z | Compiling sha3 v0.10.8 |
1740 | 2024-02-04T13:47:45.588Z | Compiling slog-scope v4.4.0 |
1741 | 2024-02-04T13:47:45.668Z | Compiling num v0.4.1 |
1742 | 2024-02-04T13:47:45.917Z | Compiling mime_guess v2.0.4 |
1743 | 2024-02-04T13:47:45.944Z | Compiling steno v0.4.0 |
1744 | 2024-02-04T13:47:46.435Z | Compiling rand_core v0.5.1 |
1745 | 2024-02-04T13:47:46.849Z | Compiling trust-dns-resolver v0.22.0 |
1746 | 2024-02-04T13:47:47.930Z | Compiling poly1305 v0.8.0 |
1747 | 2024-02-04T13:47:48.444Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1748 | 2024-02-04T13:47:48.471Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1749 | 2024-02-04T13:47:50.347Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1750 | 2024-02-04T13:47:50.857Z | Compiling chacha20 v0.9.1 |
1751 | 2024-02-04T13:47:51.030Z | Compiling rfc6979 v0.4.0 |
1752 | 2024-02-04T13:47:51.325Z | Compiling secrecy v0.8.0 |
1753 | 2024-02-04T13:47:51.625Z | Compiling thiserror-impl-no-std v2.0.2 |
1754 | 2024-02-04T13:47:51.727Z | Compiling half v2.3.1 |
1755 | 2024-02-04T13:47:52.596Z | Compiling option-ext v0.2.0 |
1756 | 2024-02-04T13:47:52.732Z | Compiling ciborium-io v0.2.2 |
1757 | 2024-02-04T13:47:52.796Z | Compiling convert_case v0.4.0 |
1758 | 2024-02-04T13:47:52.929Z | Compiling ciborium-ll v0.2.2 |
1759 | 2024-02-04T13:47:53.823Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1760 | 2024-02-04T13:47:54.341Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1761 | 2024-02-04T13:47:54.589Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1762 | 2024-02-04T13:47:56.167Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1763 | 2024-02-04T13:47:57.182Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1764 | 2024-02-04T13:47:57.256Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1765 | 2024-02-04T13:47:57.430Z | Compiling thiserror-no-std v2.0.2 |
1766 | 2024-02-04T13:47:57.617Z | Compiling derive_more v0.99.17 |
1767 | 2024-02-04T13:47:57.703Z | Compiling dirs-sys v0.4.1 |
1768 | 2024-02-04T13:47:57.938Z | Compiling ecdsa v0.16.9 |
1769 | 2024-02-04T13:47:58.760Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1770 | 2024-02-04T13:47:59.452Z | Compiling parking_lot v0.11.2 |
1771 | 2024-02-04T13:47:59.837Z | Compiling rand_chacha v0.2.2 |
1772 | 2024-02-04T13:48:01.092Z | Compiling tokio-tungstenite v0.20.1 |
1773 | 2024-02-04T13:48:01.520Z | Compiling slog-stdlog v4.1.1 |
1774 | 2024-02-04T13:48:02.290Z | Compiling trust-dns-client v0.22.0 |
1775 | 2024-02-04T13:48:02.354Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1776 | 2024-02-04T13:48:02.914Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1777 | 2024-02-04T13:48:03.203Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1778 | 2024-02-04T13:48:07.551Z | Compiling ed25519 v2.2.2 |
1779 | 2024-02-04T13:48:09.652Z | Compiling polyval v0.6.1 |
1780 | 2024-02-04T13:48:09.676Z | Compiling primeorder v0.13.6 |
1781 | 2024-02-04T13:48:09.676Z | Compiling blowfish v0.9.1 |
1782 | 2024-02-04T13:48:09.815Z | Compiling aes v0.8.3 |
1783 | 2024-02-04T13:48:09.860Z | Compiling ctr v0.9.2 |
1784 | 2024-02-04T13:48:10.423Z | Compiling password-hash v0.4.2 |
1785 | 2024-02-04T13:48:12.032Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1786 | 2024-02-04T13:48:12.606Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1787 | 2024-02-04T13:48:14.815Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1788 | 2024-02-04T13:48:21.286Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1789 | 2024-02-04T13:48:25.368Z | Compiling libsw v3.3.1 |
1790 | 2024-02-04T13:48:27.784Z | Compiling pbkdf2 v0.12.2 |
1791 | 2024-02-04T13:48:27.787Z | Compiling derive-where v1.2.7 |
1792 | 2024-02-04T13:48:28.615Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1793 | 2024-02-04T13:48:29.674Z | Compiling fxhash v0.2.1 |
1794 | 2024-02-04T13:48:29.705Z | Compiling swrite v0.1.0 |
1795 | 2024-02-04T13:48:29.708Z | Compiling owo-colors v4.0.0 |
1796 | 2024-02-04T13:48:29.864Z | Compiling linear-map v1.2.0 |
1797 | 2024-02-04T13:48:29.906Z | Compiling sled v0.34.7 |
1798 | 2024-02-04T13:48:31.119Z | Compiling trust-dns-server v0.22.1 |
1799 | 2024-02-04T13:48:31.206Z | Compiling bcrypt-pbkdf v0.10.0 |
1800 | 2024-02-04T13:48:32.161Z | Compiling pbkdf2 v0.11.0 |
1801 | 2024-02-04T13:48:32.867Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1802 | 2024-02-04T13:48:32.981Z | Compiling p256 v0.13.2 |
1803 | 2024-02-04T13:48:33.930Z | Compiling ghash v0.5.0 |
1804 | 2024-02-04T13:48:34.023Z | Compiling ed25519-dalek v2.0.0 |
1805 | 2024-02-04T13:48:34.145Z | Compiling russh-cryptovec v0.7.0 |
1806 | 2024-02-04T13:48:34.209Z | Compiling slog-envlogger v2.2.0 |
1807 | 2024-02-04T13:48:34.236Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1808 | 2024-02-04T13:48:34.447Z | Compiling rand v0.7.3 |
1809 | 2024-02-04T13:48:35.458Z | Compiling dirs v5.0.1 |
1810 | 2024-02-04T13:48:35.684Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1811 | 2024-02-04T13:48:35.755Z | Compiling vsss-rs v3.3.4 |
1812 | 2024-02-04T13:48:36.294Z | Compiling ciborium v0.2.2 |
1813 | 2024-02-04T13:48:38.998Z | Compiling chacha20poly1305 v0.10.1 |
1814 | 2024-02-04T13:48:39.354Z | Compiling cbc v0.1.2 |
1815 | 2024-02-04T13:48:39.380Z | Compiling pem v3.0.2 |
1816 | 2024-02-04T13:48:39.753Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1817 | 2024-02-04T13:48:40.352Z | Compiling headers-core v0.2.0 |
1818 | 2024-02-04T13:48:40.603Z | Compiling kstat-rs v0.2.3 |
1819 | 2024-02-04T13:48:40.688Z | Compiling md5 v0.7.0 |
1820 | 2024-02-04T13:48:41.777Z | Compiling http-range v0.1.5 |
1821 | 2024-02-04T13:48:41.835Z | Compiling glob v0.3.1 |
1822 | 2024-02-04T13:48:42.351Z | Compiling hyper-staticfile v0.9.5 |
1823 | 2024-02-04T13:48:43.603Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1824 | 2024-02-04T13:48:43.607Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1825 | 2024-02-04T13:48:43.989Z | Compiling russh-keys v0.40.1 |
1826 | 2024-02-04T13:48:44.197Z | Compiling headers v0.3.9 |
1827 | 2024-02-04T13:48:47.716Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1828 | 2024-02-04T13:48:48.589Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1829 | 2024-02-04T13:48:49.775Z | Compiling rcgen v0.12.1 |
1830 | 2024-02-04T13:48:50.207Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1831 | 2024-02-04T13:48:50.690Z | Compiling aes-gcm v0.10.3 |
1832 | 2024-02-04T13:48:54.153Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1833 | 2024-02-04T13:48:56.280Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1834 | 2024-02-04T13:48:58.213Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1835 | 2024-02-04T13:49:01.795Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1836 | 2024-02-04T13:49:04.300Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1837 | 2024-02-04T13:49:06.667Z | Compiling atomicwrites v0.4.3 |
1838 | 2024-02-04T13:49:07.135Z | Compiling itertools v0.12.1 |
1839 | 2024-02-04T13:49:07.238Z | Compiling subprocess v0.2.9 |
1840 | 2024-02-04T13:49:07.573Z | Compiling display-error-chain v0.2.0 |
1841 | 2024-02-04T13:49:07.834Z | Compiling hex-literal v0.4.1 |
1842 | 2024-02-04T13:49:08.067Z | Compiling russh v0.40.2 |
1843 | 2024-02-04T13:49:10.823Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1844 | 2024-02-04T13:49:10.941Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1845 | 2024-02-04T13:49:18.672Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1846 | 2024-02-04T13:49:21.604Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1847 | 2024-02-04T13:49:52.055Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1848 | 2024-02-04T13:51:20.986Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 55s |
1849 | 2024-02-04T13:51:21.343Z | |
1850 | 2024-02-04T13:51:21.347Z | real 8:55.647724835 |
1851 | 2024-02-04T13:51:21.347Z | user 49:10.023906598 |
1852 | 2024-02-04T13:51:21.347Z | sys 7:26.766439243 |
1853 | 2024-02-04T13:51:21.347Z | trap 1.829192110 |
1854 | 2024-02-04T13:51:21.347Z | tflt 3.926935591 |
1855 | 2024-02-04T13:51:21.347Z | dflt 6.918819557 |
1856 | 2024-02-04T13:51:21.348Z | kflt 0.029633190 |
1857 | 2024-02-04T13:51:21.348Z | lock 1:34:27.980027016 |
1858 | 2024-02-04T13:51:21.348Z | slp 2:19:48.764443020 |
1859 | 2024-02-04T13:51:21.348Z | lat 2:12.805108990 |
1860 | 2024-02-04T13:51:21.348Z | stop 5:08.449103651 |
1861 | 2024-02-04T13:51:21.348Z | + mkdir -p /work/end-to-end-tests |
1862 | 2024-02-04T13:51:21.351Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1863 | 2024-02-04T13:51:22.256Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1864 | 2024-02-04T13:51:22.256Z | + ptime -m gzip |
1865 | 2024-02-04T13:51:22.259Z | ++ basename target/debug/bootstrap |
1866 | 2024-02-04T13:51:41.086Z | |
1867 | 2024-02-04T13:51:41.086Z | real 18.824649485 |
1868 | 2024-02-04T13:51:41.086Z | user 18.596476540 |
1869 | 2024-02-04T13:51:41.086Z | sys 0.213660523 |
1870 | 2024-02-04T13:51:41.086Z | trap 0.005383618 |
1871 | 2024-02-04T13:51:41.090Z | tflt 0.000000000 |
1872 | 2024-02-04T13:51:41.090Z | dflt 0.000000000 |
1873 | 2024-02-04T13:51:41.090Z | kflt 0.000000000 |
1874 | 2024-02-04T13:51:41.090Z | lock 0.000000000 |
1875 | 2024-02-04T13:51:41.090Z | slp 0.000000000 |
1876 | 2024-02-04T13:51:41.090Z | lat 0.008740519 |
1877 | 2024-02-04T13:51:41.090Z | stop 0.000270218 |
1878 | 2024-02-04T13:51:41.090Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1879 | 2024-02-04T13:51:41.090Z | + ptime -m gzip |
1880 | 2024-02-04T13:51:41.090Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-57f83304f4d2c95a |
1881 | 2024-02-04T13:51:42.943Z | |
1882 | 2024-02-04T13:51:42.943Z | real 1.849379053 |
1883 | 2024-02-04T13:51:42.943Z | user 1.827368393 |
1884 | 2024-02-04T13:51:42.943Z | sys 0.021320793 |
1885 | 2024-02-04T13:51:42.943Z | trap 0.000180941 |
1886 | 2024-02-04T13:51:42.943Z | tflt 0.000000000 |
1887 | 2024-02-04T13:51:42.946Z | dflt 0.000000000 |
1888 | 2024-02-04T13:51:42.946Z | kflt 0.000000000 |
1889 | 2024-02-04T13:51:42.947Z | lock 0.000000000 |
1890 | 2024-02-04T13:51:42.947Z | slp 0.000000000 |
1891 | 2024-02-04T13:51:42.947Z | lat 0.000169567 |
1892 | 2024-02-04T13:51:42.947Z | stop 0.000221555 |
1893 | 2024-02-04T13:51:42.947Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1894 | 2024-02-04T13:51:42.947Z | + ptime -m gzip |
1895 | 2024-02-04T13:51:42.947Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-c0b0b6dcb564ad0e |
1896 | 2024-02-04T13:52:02.264Z | |
1897 | 2024-02-04T13:52:02.264Z | real 19.312931557 |
1898 | 2024-02-04T13:52:02.264Z | user 19.112582861 |
1899 | 2024-02-04T13:52:02.264Z | sys 0.194239267 |
1900 | 2024-02-04T13:52:02.264Z | trap 0.004118895 |
1901 | 2024-02-04T13:52:02.264Z | tflt 0.000000000 |
1902 | 2024-02-04T13:52:02.264Z | dflt 0.000000000 |
1903 | 2024-02-04T13:52:02.268Z | kflt 0.000000000 |
1904 | 2024-02-04T13:52:02.268Z | lock 0.000000000 |
1905 | 2024-02-04T13:52:02.268Z | slp 0.000000000 |
1906 | 2024-02-04T13:52:02.268Z | lat 0.001626152 |
1907 | 2024-02-04T13:52:02.269Z | stop 0.000249275 |
1908 | 2024-02-04T13:52:02.269Z | + banner caboose-util |
1909 | 2024-02-04T13:52:02.269Z | |
1910 | 2024-02-04T13:52:02.269Z | #### ## ##### #### #### #### ###### # # ##### |
1911 | 2024-02-04T13:52:02.269Z | # # # # # # # # # # # # # # # |
1912 | 2024-02-04T13:52:02.269Z | # # # ##### # # # # #### ##### ##### # # # |
1913 | 2024-02-04T13:52:02.269Z | # ###### # # # # # # # # # # # |
1914 | 2024-02-04T13:52:02.269Z | # # # # # # # # # # # # # # # # |
1915 | 2024-02-04T13:52:02.269Z | #### # # ##### #### #### #### ###### #### # |
1916 | 2024-02-04T13:52:02.269Z | |
1917 | 2024-02-04T13:52:02.269Z | + ptime -m cargo build --locked -p caboose-util --release |
1918 | 2024-02-04T13:52:02.979Z | Downloading crates ... |
1919 | 2024-02-04T13:52:03.433Z | Downloaded smallvec v0.6.14 |
1920 | 2024-02-04T13:52:03.437Z | Downloaded tap v1.0.1 |
1921 | 2024-02-04T13:52:03.437Z | Downloaded crc-any v2.4.3 |
1922 | 2024-02-04T13:52:03.445Z | Downloaded path-slash v0.1.5 |
1923 | 2024-02-04T13:52:03.451Z | Downloaded array-init v0.0.4 |
1924 | 2024-02-04T13:52:03.454Z | Downloaded crc v3.0.1 |
1925 | 2024-02-04T13:52:03.457Z | Downloaded maybe-uninit v2.0.0 |
1926 | 2024-02-04T13:52:03.457Z | Downloaded serde-hex v0.1.0 |
1927 | 2024-02-04T13:52:03.461Z | Downloaded pkcs1 v0.7.5 |
1928 | 2024-02-04T13:52:03.464Z | Downloaded funty v2.0.0 |
1929 | 2024-02-04T13:52:03.467Z | Downloaded bitfield v0.14.0 |
1930 | 2024-02-04T13:52:03.470Z | Downloaded termcolor v1.2.0 |
1931 | 2024-02-04T13:52:03.473Z | Downloaded env_logger v0.10.0 |
1932 | 2024-02-04T13:52:03.476Z | Downloaded packed_struct_codegen v0.10.1 |
1933 | 2024-02-04T13:52:03.479Z | Downloaded ron v0.8.1 |
1934 | 2024-02-04T13:52:03.488Z | Downloaded rsa v0.9.2 |
1935 | 2024-02-04T13:52:03.496Z | Downloaded x509-cert v0.2.4 |
1936 | 2024-02-04T13:52:03.509Z | Downloaded bitvec v1.0.1 |
1937 | 2024-02-04T13:52:03.538Z | Downloaded object v0.30.4 |
1938 | 2024-02-04T13:52:03.552Z | Downloaded num-bigint-dig v0.8.4 |
1939 | 2024-02-04T13:52:03.560Z | Downloaded packed_struct v0.10.1 |
1940 | 2024-02-04T13:52:03.563Z | Downloaded crc-catalog v2.2.0 |
1941 | 2024-02-04T13:52:03.566Z | Downloaded wyz v0.5.1 |
1942 | 2024-02-04T13:52:03.566Z | Downloaded radium v0.7.0 |
1943 | 2024-02-04T13:52:03.569Z | Downloaded nodrop v0.1.14 |
1944 | 2024-02-04T13:52:03.734Z | Compiling proc-macro2 v1.0.78 |
1945 | 2024-02-04T13:52:03.737Z | Compiling unicode-ident v1.0.12 |
1946 | 2024-02-04T13:52:03.737Z | Compiling libc v0.2.153 |
1947 | 2024-02-04T13:52:03.737Z | Compiling autocfg v1.1.0 |
1948 | 2024-02-04T13:52:03.737Z | Compiling serde v1.0.195 |
1949 | 2024-02-04T13:52:03.737Z | Compiling version_check v0.9.4 |
1950 | 2024-02-04T13:52:03.755Z | Compiling cfg-if v1.0.0 |
1951 | 2024-02-04T13:52:03.895Z | Compiling typenum v1.16.0 |
1952 | 2024-02-04T13:52:03.908Z | Compiling once_cell v1.19.0 |
1953 | 2024-02-04T13:52:03.998Z | Compiling parking_lot_core v0.9.8 |
1954 | 2024-02-04T13:52:04.510Z | Compiling memchr v2.6.3 |
1955 | 2024-02-04T13:52:04.550Z | Compiling syn v1.0.109 |
1956 | 2024-02-04T13:52:04.560Z | Compiling byteorder v1.5.0 |
1957 | 2024-02-04T13:52:04.897Z | Compiling lock_api v0.4.10 |
1958 | 2024-02-04T13:52:05.310Z | Compiling generic-array v0.14.7 |
1959 | 2024-02-04T13:52:05.402Z | Compiling libm v0.2.7 |
1960 | 2024-02-04T13:52:05.416Z | Compiling num-traits v0.2.16 |
1961 | 2024-02-04T13:52:05.710Z | Compiling ahash v0.8.6 |
1962 | 2024-02-04T13:52:05.821Z | Compiling quote v1.0.35 |
1963 | 2024-02-04T13:52:05.832Z | Compiling pkg-config v0.3.27 |
1964 | 2024-02-04T13:52:06.173Z | Compiling thiserror v1.0.56 |
1965 | 2024-02-04T13:52:06.800Z | Compiling syn v2.0.48 |
1966 | 2024-02-04T13:52:06.825Z | Compiling cc v1.0.83 |
1967 | 2024-02-04T13:52:06.965Z | Compiling getrandom v0.2.10 |
1968 | 2024-02-04T13:52:07.582Z | Compiling serde_json v1.0.113 |
1969 | 2024-02-04T13:52:07.685Z | Compiling scopeguard v1.2.0 |
1970 | 2024-02-04T13:52:08.275Z | Compiling slab v0.4.9 |
1971 | 2024-02-04T13:52:08.387Z | Compiling itoa v1.0.9 |
1972 | 2024-02-04T13:52:08.703Z | Compiling log v0.4.20 |
1973 | 2024-02-04T13:52:08.739Z | Compiling rand_core v0.6.4 |
1974 | 2024-02-04T13:52:09.382Z | Compiling smallvec v1.11.2 |
1975 | 2024-02-04T13:52:10.145Z | Compiling vcpkg v0.2.15 |
1976 | 2024-02-04T13:52:11.076Z | Compiling pin-project-lite v0.2.13 |
1977 | 2024-02-04T13:52:11.231Z | Compiling const-oid v0.9.5 |
1978 | 2024-02-04T13:52:11.756Z | Compiling parking_lot v0.12.1 |
1979 | 2024-02-04T13:52:12.285Z | Compiling ring v0.17.7 |
1980 | 2024-02-04T13:52:13.010Z | Compiling ryu v1.0.15 |
1981 | 2024-02-04T13:52:13.018Z | Compiling openssl-sys v0.9.96 |
1982 | 2024-02-04T13:52:13.149Z | Compiling ucd-trie v0.1.6 |
1983 | 2024-02-04T13:52:13.902Z | Compiling signal-hook-registry v1.4.1 |
1984 | 2024-02-04T13:52:14.486Z | Compiling subtle v2.5.0 |
1985 | 2024-02-04T13:52:14.955Z | Compiling io-lifetimes v1.0.11 |
1986 | 2024-02-04T13:52:15.017Z | Compiling ring v0.16.20 |
1987 | 2024-02-04T13:52:15.029Z | Compiling mio v0.8.9 |
1988 | 2024-02-04T13:52:15.975Z | Compiling num-integer v0.1.45 |
1989 | 2024-02-04T13:52:16.381Z | Compiling futures-core v0.3.30 |
1990 | 2024-02-04T13:52:16.570Z | Compiling semver v1.0.21 |
1991 | 2024-02-04T13:52:17.402Z | Compiling spin v0.5.2 |
1992 | 2024-02-04T13:52:17.971Z | Compiling rustix v0.37.23 |
1993 | 2024-02-04T13:52:18.830Z | Compiling socket2 v0.5.5 |
1994 | 2024-02-04T13:52:19.174Z | Compiling num_cpus v1.16.0 |
1995 | 2024-02-04T13:52:19.336Z | Compiling futures-sink v0.3.30 |
1996 | 2024-02-04T13:52:19.392Z | Compiling httparse v1.8.0 |
1997 | 2024-02-04T13:52:19.529Z | Compiling unicode-xid v0.2.4 |
1998 | 2024-02-04T13:52:19.792Z | Compiling heck v0.4.1 |
1999 | 2024-02-04T13:52:20.218Z | Compiling openssl v0.10.60 |
2000 | 2024-02-04T13:52:20.354Z | Compiling allocator-api2 v0.2.16 |
2001 | 2024-02-04T13:52:20.412Z | Compiling synstructure v0.12.6 |
2002 | 2024-02-04T13:52:21.373Z | Compiling tinyvec_macros v0.1.1 |
2003 | 2024-02-04T13:52:21.480Z | Compiling equivalent v1.0.1 |
2004 | 2024-02-04T13:52:21.786Z | Compiling tinyvec v1.6.0 |
2005 | 2024-02-04T13:52:22.114Z | Compiling futures-channel v0.3.30 |
2006 | 2024-02-04T13:52:22.601Z | Compiling rustls v0.21.9 |
2007 | 2024-02-04T13:52:22.708Z | Compiling futures-io v0.3.30 |
2008 | 2024-02-04T13:52:22.777Z | Compiling ppv-lite86 v0.2.17 |
2009 | 2024-02-04T13:52:22.861Z | Compiling pin-utils v0.1.0 |
2010 | 2024-02-04T13:52:22.977Z | Compiling native-tls v0.2.11 |
2011 | 2024-02-04T13:52:22.980Z | Compiling futures-task v0.3.30 |
2012 | 2024-02-04T13:52:23.309Z | Compiling crc32fast v1.3.2 |
2013 | 2024-02-04T13:52:23.435Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2014 | 2024-02-04T13:52:23.723Z | Compiling spin v0.9.8 |
2015 | 2024-02-04T13:52:23.945Z | Compiling tracing-core v0.1.31 |
2016 | 2024-02-04T13:52:24.066Z | Compiling rand_chacha v0.3.1 |
2017 | 2024-02-04T13:52:24.223Z | Compiling unicode-bidi v0.3.13 |
2018 | 2024-02-04T13:52:24.292Z | Compiling unicode-normalization v0.1.22 |
2019 | 2024-02-04T13:52:24.329Z | Compiling base64ct v1.6.0 |
2020 | 2024-02-04T13:52:25.520Z | Compiling pem-rfc7468 v0.7.0 |
2021 | 2024-02-04T13:52:25.636Z | Compiling rand v0.8.5 |
2022 | 2024-02-04T13:52:26.641Z | Compiling errno v0.3.8 |
2023 | 2024-02-04T13:52:26.784Z | Compiling num-iter v0.1.43 |
2024 | 2024-02-04T13:52:27.016Z | Compiling usdt-impl v0.3.5 |
2025 | 2024-02-04T13:52:27.217Z | Compiling schemars v0.8.16 |
2026 | 2024-02-04T13:52:27.481Z | Compiling signal-hook v0.3.17 |
2027 | 2024-02-04T13:52:27.872Z | Compiling flagset v0.4.3 |
2028 | 2024-02-04T13:52:28.197Z | Compiling rustix v0.38.30 |
2029 | 2024-02-04T13:52:28.241Z | Compiling serde_derive_internals v0.26.0 |
2030 | 2024-02-04T13:52:28.606Z | Compiling serde_derive v1.0.195 |
2031 | 2024-02-04T13:52:28.856Z | Compiling zeroize_derive v1.4.2 |
2032 | 2024-02-04T13:52:28.939Z | Compiling zerocopy-derive v0.7.32 |
2033 | 2024-02-04T13:52:29.039Z | Compiling thiserror-impl v1.0.56 |
2034 | 2024-02-04T13:52:29.068Z | Compiling tokio-macros v2.2.0 |
2035 | 2024-02-04T13:52:29.129Z | Compiling futures-macro v0.3.30 |
2036 | 2024-02-04T13:52:31.139Z | Compiling zeroize v1.7.0 |
2037 | 2024-02-04T13:52:31.955Z | Compiling tracing-attributes v0.1.26 |
2038 | 2024-02-04T13:52:32.194Z | Compiling zerocopy v0.7.32 |
2039 | 2024-02-04T13:52:33.082Z | Compiling der_derive v0.7.2 |
2040 | 2024-02-04T13:52:33.840Z | Compiling pest v2.7.6 |
2041 | 2024-02-04T13:52:34.206Z | Compiling crypto-common v0.1.6 |
2042 | 2024-02-04T13:52:34.288Z | Compiling block-buffer v0.10.4 |
2043 | 2024-02-04T13:52:34.708Z | Compiling digest v0.10.7 |
2044 | 2024-02-04T13:52:35.056Z | Compiling zerocopy-derive v0.2.0 |
2045 | 2024-02-04T13:52:35.469Z | Compiling openssl-macros v0.1.1 |
2046 | 2024-02-04T13:52:35.804Z | Compiling hashbrown v0.14.2 |
2047 | 2024-02-04T13:52:36.908Z | Compiling futures-util v0.3.30 |
2048 | 2024-02-04T13:52:37.411Z | Compiling tracing v0.1.37 |
2049 | 2024-02-04T13:52:37.677Z | Compiling scroll_derive v0.12.0 |
2050 | 2024-02-04T13:52:37.823Z | Compiling pest_meta v2.7.6 |
2051 | 2024-02-04T13:52:37.860Z | Compiling zerocopy-derive v0.6.4 |
2052 | 2024-02-04T13:52:38.170Z | Compiling der v0.7.8 |
2053 | 2024-02-04T13:52:39.958Z | Compiling pest_generator v2.7.6 |
2054 | 2024-02-04T13:52:43.003Z | Compiling fnv v1.0.7 |
2055 | 2024-02-04T13:52:44.706Z | Compiling pest_derive v2.7.6 |
2056 | 2024-02-04T13:52:45.790Z | Compiling bitflags v1.3.2 |
2057 | 2024-02-04T13:52:46.750Z | Compiling spki v0.7.2 |
2058 | 2024-02-04T13:52:47.331Z | Compiling zerocopy v0.3.0 |
2059 | 2024-02-04T13:52:47.629Z | Compiling schemars_derive v0.8.16 |
2060 | 2024-02-04T13:52:48.560Z | Compiling lazy_static v1.4.0 |
2061 | 2024-02-04T13:52:49.617Z | Compiling backtrace v0.3.69 |
2062 | 2024-02-04T13:52:49.985Z | Compiling thread-id v4.2.0 |
2063 | 2024-02-04T13:52:50.026Z | Compiling memoffset v0.9.0 |
2064 | 2024-02-04T13:52:50.207Z | Compiling num-bigint v0.4.4 |
2065 | 2024-02-04T13:52:50.415Z | Compiling percent-encoding v2.3.1 |
2066 | 2024-02-04T13:52:50.853Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2067 | 2024-02-04T13:52:50.891Z | Compiling async-trait v0.1.77 |
2068 | 2024-02-04T13:52:51.536Z | Compiling bytes v1.5.0 |
2069 | 2024-02-04T13:52:51.858Z | Compiling indexmap v2.2.2 |
2070 | 2024-02-04T13:52:51.905Z | Compiling bitflags v2.4.0 |
2071 | 2024-02-04T13:52:52.966Z | Compiling tokio v1.36.0 |
2072 | 2024-02-04T13:52:53.190Z | Compiling rustc_version v0.4.0 |
2073 | 2024-02-04T13:52:54.160Z | Compiling heapless v0.7.16 |
2074 | 2024-02-04T13:52:54.818Z | Compiling http v0.2.11 |
2075 | 2024-02-04T13:52:55.613Z | Compiling uuid v1.7.0 |
2076 | 2024-02-04T13:52:56.289Z | Compiling base64 v0.21.7 |
2077 | 2024-02-04T13:52:56.427Z | Compiling untrusted v0.7.1 |
2078 | 2024-02-04T13:52:56.781Z | Compiling smoltcp v0.9.1 |
2079 | 2024-02-04T13:52:56.828Z | Compiling untrusted v0.9.0 |
2080 | 2024-02-04T13:52:57.691Z | Compiling foreign-types-shared v0.1.1 |
2081 | 2024-02-04T13:52:57.840Z | Compiling iana-time-zone v0.1.57 |
2082 | 2024-02-04T13:52:57.968Z | Compiling crossbeam-utils v0.8.16 |
2083 | 2024-02-04T13:52:58.251Z | Compiling chrono v0.4.31 |
2084 | 2024-02-04T13:52:58.343Z | Compiling foreign-types v0.3.2 |
2085 | 2024-02-04T13:53:01.821Z | Compiling dof v0.1.5 |
2086 | 2024-02-04T13:53:03.108Z | Compiling dtrace-parser v0.1.14 |
2087 | 2024-02-04T13:53:04.067Z | Compiling hmac v0.12.1 |
2088 | 2024-02-04T13:53:04.173Z | Compiling clap_derive v4.4.2 |
2089 | 2024-02-04T13:53:05.612Z | Compiling rustversion v1.0.14 |
2090 | 2024-02-04T13:53:05.672Z | Compiling adler v1.0.2 |
2091 | 2024-02-04T13:53:05.775Z | Compiling anstyle v1.0.2 |
2092 | 2024-02-04T13:53:05.975Z | Compiling tokio-util v0.7.10 |
2093 | 2024-02-04T13:53:06.479Z | Compiling utf8parse v0.2.1 |
2094 | 2024-02-04T13:53:06.668Z | Compiling siphasher v0.3.11 |
2095 | 2024-02-04T13:53:06.686Z | Compiling try-lock v0.2.4 |
2096 | 2024-02-04T13:53:06.738Z | Compiling time-core v0.1.1 |
2097 | 2024-02-04T13:53:06.877Z | Compiling cpufeatures v0.2.12 |
2098 | 2024-02-04T13:53:07.515Z | Compiling time-macros v0.2.13 |
2099 | 2024-02-04T13:53:08.248Z | Compiling h2 v0.3.24 |
2100 | 2024-02-04T13:53:11.314Z | Compiling sha2 v0.10.8 |
2101 | 2024-02-04T13:53:12.010Z | Compiling want v0.3.1 |
2102 | 2024-02-04T13:53:12.400Z | Compiling anstyle-parse v0.2.1 |
2103 | 2024-02-04T13:53:12.571Z | Compiling miniz_oxide v0.7.1 |
2104 | 2024-02-04T13:53:16.589Z | Compiling sct v0.7.0 |
2105 | 2024-02-04T13:53:16.987Z | Compiling rustls-webpki v0.101.7 |
2106 | 2024-02-04T13:53:17.882Z | Compiling http-body v0.4.5 |
2107 | 2024-02-04T13:53:18.499Z | Compiling serde_tokenstream v0.1.7 |
2108 | 2024-02-04T13:53:19.271Z | Compiling form_urlencoded v1.2.1 |
2109 | 2024-02-04T13:53:19.741Z | Compiling pkcs8 v0.10.2 |
2110 | 2024-02-04T13:53:19.894Z | Compiling hubpack_derive v0.1.1 |
2111 | 2024-02-04T13:53:21.145Z | Compiling socket2 v0.4.9 |
2112 | 2024-02-04T13:53:21.345Z | Compiling crossbeam-epoch v0.9.15 |
2113 | 2024-02-04T13:53:21.471Z | Compiling usdt-impl v0.5.0 |
2114 | 2024-02-04T13:53:22.198Z | Compiling httpdate v1.0.3 |
2115 | 2024-02-04T13:53:22.792Z | Compiling colorchoice v1.0.0 |
2116 | 2024-02-04T13:53:22.985Z | Compiling anstyle-query v1.0.0 |
2117 | 2024-02-04T13:53:23.180Z | Compiling slog v2.7.0 |
2118 | 2024-02-04T13:53:23.232Z | Compiling radium v0.7.0 |
2119 | 2024-02-04T13:53:23.828Z | Compiling tower-service v0.3.2 |
2120 | 2024-02-04T13:53:23.841Z | Compiling openssl-probe v0.1.5 |
2121 | 2024-02-04T13:53:24.300Z | Compiling anyhow v1.0.75 |
2122 | 2024-02-04T13:53:25.214Z | Compiling hyper v0.14.27 |
2123 | 2024-02-04T13:53:26.297Z | Compiling anstream v0.5.0 |
2124 | 2024-02-04T13:53:31.842Z | Compiling terminal_size v0.2.6 |
2125 | 2024-02-04T13:53:34.360Z | Compiling toml_datetime v0.6.5 |
2126 | 2024-02-04T13:53:34.985Z | Compiling serde_spanned v0.6.5 |
2127 | 2024-02-04T13:53:37.172Z | Compiling zerocopy v0.6.4 |
2128 | 2024-02-04T13:53:37.819Z | Compiling scroll v0.12.0 |
2129 | 2024-02-04T13:53:38.687Z | Compiling md-5 v0.10.5 |
2130 | 2024-02-04T13:53:39.031Z | Compiling stringprep v0.1.3 |
2131 | 2024-02-04T13:53:39.070Z | Compiling idna v0.5.0 |
2132 | 2024-02-04T13:53:40.409Z | Compiling diesel_table_macro_syntax v0.1.0 |
2133 | 2024-02-04T13:53:40.420Z | Compiling aho-corasick v1.0.4 |
2134 | 2024-02-04T13:53:40.935Z | Compiling hash32 v0.2.1 |
2135 | 2024-02-04T13:53:41.033Z | Compiling gimli v0.28.0 |
2136 | 2024-02-04T13:53:41.188Z | Compiling tap v1.0.1 |
2137 | 2024-02-04T13:53:41.458Z | Compiling fallible-iterator v0.2.0 |
2138 | 2024-02-04T13:53:41.484Z | Compiling stable_deref_trait v1.2.0 |
2139 | 2024-02-04T13:53:41.505Z | Compiling strsim v0.10.0 |
2140 | 2024-02-04T13:53:41.614Z | Compiling winnow v0.5.15 |
2141 | 2024-02-04T13:53:42.660Z | Compiling plain v0.2.3 |
2142 | 2024-02-04T13:53:42.891Z | Compiling maybe-uninit v2.0.0 |
2143 | 2024-02-04T13:53:43.451Z | Compiling dyn-clone v1.0.13 |
2144 | 2024-02-04T13:53:43.559Z | Compiling regex-syntax v0.8.2 |
2145 | 2024-02-04T13:53:43.733Z | Compiling clap_lex v0.5.1 |
2146 | 2024-02-04T13:53:44.578Z | Compiling clap_builder v4.4.2 |
2147 | 2024-02-04T13:53:45.005Z | Compiling goblin v0.8.0 |
2148 | 2024-02-04T13:53:45.338Z | Compiling postgres-protocol v0.6.6 |
2149 | 2024-02-04T13:53:47.264Z | Compiling wyz v0.5.1 |
2150 | 2024-02-04T13:53:47.947Z | Compiling diesel_derives v2.1.2 |
2151 | 2024-02-04T13:53:48.229Z | Compiling addr2line v0.21.0 |
2152 | 2024-02-04T13:53:48.422Z | Compiling url v2.5.0 |
2153 | 2024-02-04T13:53:49.717Z | Compiling regex-automata v0.4.4 |
2154 | 2024-02-04T13:53:52.554Z | Compiling tokio-rustls v0.24.1 |
2155 | 2024-02-04T13:53:53.167Z | Compiling strum_macros v0.25.2 |
2156 | 2024-02-04T13:53:59.278Z | Compiling tokio-native-tls v0.3.1 |
2157 | 2024-02-04T13:54:00.183Z | Compiling usdt-attr-macro v0.3.5 |
2158 | 2024-02-04T13:54:00.454Z | Compiling usdt-macro v0.3.5 |
2159 | 2024-02-04T13:54:02.320Z | Compiling phf_shared v0.11.2 |
2160 | 2024-02-04T13:54:03.629Z | Compiling block-padding v0.3.3 |
2161 | 2024-02-04T13:54:03.643Z | Compiling enum-as-inner v0.5.1 |
2162 | 2024-02-04T13:54:03.771Z | Compiling serde_repr v0.1.16 |
2163 | 2024-02-04T13:54:03.953Z | Compiling ff v0.13.0 |
2164 | 2024-02-04T13:54:04.293Z | Compiling scheduled-thread-pool v0.2.7 |
2165 | 2024-02-04T13:54:05.148Z | Compiling object v0.32.1 |
2166 | 2024-02-04T13:54:05.469Z | Compiling regex-automata v0.1.10 |
2167 | 2024-02-04T13:54:07.091Z | Compiling bit-vec v0.6.3 |
2168 | 2024-02-04T13:54:07.723Z | Compiling managed v0.8.0 |
2169 | 2024-02-04T13:54:07.975Z | Compiling rustc-demangle v0.1.23 |
2170 | 2024-02-04T13:54:09.424Z | Compiling matches v0.1.10 |
2171 | 2024-02-04T13:54:09.862Z | Compiling num-bigint-dig v0.8.4 |
2172 | 2024-02-04T13:54:10.537Z | Compiling deranged v0.3.8 |
2173 | 2024-02-04T13:54:10.964Z | Compiling ipnet v2.9.0 |
2174 | 2024-02-04T13:54:11.827Z | Compiling funty v2.0.0 |
2175 | 2024-02-04T13:54:12.541Z | Compiling packed_struct v0.10.1 |
2176 | 2024-02-04T13:54:13.124Z | Compiling base16ct v0.2.0 |
2177 | 2024-02-04T13:54:13.554Z | Compiling pretty-hex v0.4.1 |
2178 | 2024-02-04T13:54:13.592Z | Compiling num_threads v0.1.6 |
2179 | 2024-02-04T13:54:13.750Z | Compiling time v0.3.27 |
2180 | 2024-02-04T13:54:13.857Z | Compiling dof v0.3.0 |
2181 | 2024-02-04T13:54:16.687Z | Compiling bitvec v1.0.1 |
2182 | 2024-02-04T13:54:17.097Z | Compiling sec1 v0.7.3 |
2183 | 2024-02-04T13:54:20.354Z | Compiling idna v0.2.3 |
2184 | 2024-02-04T13:54:22.746Z | Compiling bstr v0.2.17 |
2185 | 2024-02-04T13:54:23.441Z | Compiling r2d2 v0.8.10 |
2186 | 2024-02-04T13:54:24.019Z | Compiling group v0.13.0 |
2187 | 2024-02-04T13:54:24.088Z | Compiling inout v0.1.3 |
2188 | 2024-02-04T13:54:24.800Z | Compiling phf v0.11.2 |
2189 | 2024-02-04T13:54:25.232Z | Compiling hyper-tls v0.5.0 |
2190 | 2024-02-04T13:54:25.732Z | Compiling regex v1.10.3 |
2191 | 2024-02-04T13:54:26.655Z | Compiling hyper-rustls v0.24.2 |
2192 | 2024-02-04T13:54:27.188Z | Compiling signal-hook-mio v0.2.3 |
2193 | 2024-02-04T13:54:27.403Z | Compiling bzip2 v0.4.4 |
2194 | 2024-02-04T13:54:27.439Z | Compiling clap v4.4.3 |
2195 | 2024-02-04T13:54:27.602Z | Compiling flate2 v1.0.28 |
2196 | 2024-02-04T13:54:27.943Z | Compiling ipnetwork v0.20.0 |
2197 | 2024-02-04T13:54:29.144Z | Compiling toml_edit v0.19.15 |
2198 | 2024-02-04T13:54:29.151Z | Compiling postgres-types v0.2.6 |
2199 | 2024-02-04T13:54:31.004Z | Compiling hubpack v0.1.2 |
2200 | 2024-02-04T13:54:31.044Z | Compiling serde_urlencoded v0.7.1 |
2201 | 2024-02-04T13:54:31.411Z | Compiling rustls-pemfile v1.0.3 |
2202 | 2024-02-04T13:54:31.682Z | Compiling phf_shared v0.10.0 |
2203 | 2024-02-04T13:54:31.873Z | Compiling hkdf v0.12.4 |
2204 | 2024-02-04T13:54:31.994Z | Compiling futures-executor v0.3.30 |
2205 | 2024-02-04T13:54:32.203Z | Compiling dtrace-parser v0.2.0 |
2206 | 2024-02-04T13:54:35.740Z | Compiling crypto-bigint v0.5.2 |
2207 | 2024-02-04T13:54:36.544Z | Compiling packed_struct_codegen v0.10.1 |
2208 | 2024-02-04T13:54:38.339Z | Compiling float-cmp v0.9.0 |
2209 | 2024-02-04T13:54:39.211Z | Compiling indexmap v1.9.3 |
2210 | 2024-02-04T13:54:39.524Z | Compiling encoding_rs v0.8.33 |
2211 | 2024-02-04T13:54:39.628Z | Compiling new_debug_unreachable v1.0.4 |
2212 | 2024-02-04T13:54:40.046Z | Compiling crc-catalog v2.2.0 |
2213 | 2024-02-04T13:54:40.252Z | Compiling fixedbitset v0.4.2 |
2214 | 2024-02-04T13:54:40.872Z | Compiling unicode-width v0.1.11 |
2215 | 2024-02-04T13:54:41.017Z | Compiling difflib v0.4.0 |
2216 | 2024-02-04T13:54:41.150Z | Compiling normalize-line-endings v0.3.0 |
2217 | 2024-02-04T13:54:41.253Z | Compiling whoami v1.4.1 |
2218 | 2024-02-04T13:54:41.311Z | Compiling mime v0.3.17 |
2219 | 2024-02-04T13:54:42.136Z | Compiling nodrop v0.1.14 |
2220 | 2024-02-04T13:54:42.305Z | Compiling minimal-lexical v0.2.1 |
2221 | 2024-02-04T13:54:42.339Z | Compiling either v1.9.0 |
2222 | 2024-02-04T13:54:42.876Z | Compiling precomputed-hash v0.1.1 |
2223 | 2024-02-04T13:54:43.030Z | Compiling static_assertions v1.1.0 |
2224 | 2024-02-04T13:54:43.075Z | Compiling predicates-core v1.0.6 |
2225 | 2024-02-04T13:54:43.162Z | Compiling unicode-segmentation v1.10.1 |
2226 | 2024-02-04T13:54:43.555Z | Compiling regex-automata v0.3.8 |
2227 | 2024-02-04T13:54:44.484Z | Compiling data-encoding v2.4.0 |
2228 | 2024-02-04T13:54:45.711Z | Compiling webpki-roots v0.25.2 |
2229 | 2024-02-04T13:54:45.935Z | Compiling reqwest v0.11.22 |
2230 | 2024-02-04T13:54:47.381Z | Compiling bstr v1.6.0 |
2231 | 2024-02-04T13:54:49.790Z | Compiling trust-dns-proto v0.22.0 |
2232 | 2024-02-04T13:54:53.127Z | Compiling similar v2.3.0 |
2233 | 2024-02-04T13:54:55.165Z | Compiling predicates v3.1.0 |
2234 | 2024-02-04T13:54:56.584Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2235 | 2024-02-04T13:54:57.565Z | Compiling string_cache v0.8.7 |
2236 | 2024-02-04T13:54:58.222Z | Compiling nom v7.1.3 |
2237 | 2024-02-04T13:55:00.384Z | Compiling itertools v0.10.5 |
2238 | 2024-02-04T13:55:02.648Z | Compiling array-init v0.0.4 |
2239 | 2024-02-04T13:55:04.862Z | Compiling tokio-postgres v0.7.10 |
2240 | 2024-02-04T13:55:06.498Z | Compiling console v0.15.8 |
2241 | 2024-02-04T13:55:12.120Z | Compiling petgraph v0.6.4 |
2242 | 2024-02-04T13:55:12.401Z | Compiling crc v3.0.1 |
2243 | 2024-02-04T13:55:12.692Z | Compiling elliptic-curve v0.13.8 |
2244 | 2024-02-04T13:55:18.203Z | Compiling toml v0.7.8 |
2245 | 2024-02-04T13:55:19.079Z | Compiling futures v0.3.30 |
2246 | 2024-02-04T13:55:21.194Z | Compiling smallvec v0.6.14 |
2247 | 2024-02-04T13:55:21.914Z | Compiling yasna v0.5.2 |
2248 | 2024-02-04T13:55:22.019Z | Compiling zip v0.6.6 |
2249 | 2024-02-04T13:55:22.427Z | Compiling diesel v2.1.4 |
2250 | 2024-02-04T13:55:23.993Z | Compiling crossterm v0.27.0 |
2251 | 2024-02-04T13:55:24.321Z | Compiling cipher v0.4.4 |
2252 | 2024-02-04T13:55:28.870Z | Compiling bit-set v0.5.3 |
2253 | 2024-02-04T13:55:29.284Z | Compiling usdt v0.3.5 |
2254 | 2024-02-04T13:55:29.488Z | Compiling is-terminal v0.4.9 |
2255 | 2024-02-04T13:55:29.685Z | Compiling toml_edit v0.21.1 |
2256 | 2024-02-04T13:55:41.380Z | Compiling pkcs1 v0.7.5 |
2257 | 2024-02-04T13:55:41.490Z | Compiling tokio-stream v0.1.14 |
2258 | 2024-02-04T13:55:43.050Z | Compiling openapiv3 v2.0.0 |
2259 | 2024-02-04T13:55:45.516Z | Compiling hex v0.4.3 |
2260 | 2024-02-04T13:55:47.876Z | Compiling hashbrown v0.13.2 |
2261 | 2024-02-04T13:55:49.348Z | Compiling signature v2.1.0 |
2262 | 2024-02-04T13:55:51.249Z | Compiling lalrpop-util v0.19.12 |
2263 | 2024-02-04T13:55:52.812Z | Compiling bitfield v0.14.0 |
2264 | 2024-02-04T13:55:53.288Z | Compiling termcolor v1.2.0 |
2265 | 2024-02-04T13:55:53.778Z | Compiling hashbrown v0.12.3 |
2266 | 2024-02-04T13:56:06.255Z | Compiling env_logger v0.10.0 |
2267 | 2024-02-04T13:56:07.997Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2268 | 2024-02-04T13:56:13.626Z | Compiling rsa v0.9.2 |
2269 | 2024-02-04T13:56:24.380Z | Compiling serde-hex v0.1.0 |
2270 | 2024-02-04T13:56:28.328Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2271 | 2024-02-04T13:56:31.040Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2272 | 2024-02-04T13:56:35.833Z | Compiling ron v0.8.1 |
2273 | 2024-02-04T13:56:37.183Z | Compiling x509-cert v0.2.4 |
2274 | 2024-02-04T13:56:42.726Z | Compiling crc-any v2.4.3 |
2275 | 2024-02-04T13:57:08.320Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2276 | 2024-02-04T13:57:22.439Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2277 | 2024-02-04T13:57:35.198Z | Compiling object v0.30.4 |
2278 | 2024-02-04T13:57:43.673Z | Compiling path-slash v0.1.5 |
2279 | 2024-02-04T13:57:57.178Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2280 | 2024-02-04T13:58:25.224Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2281 | 2024-02-04T13:58:26.383Z | Finished release [optimized] target(s) in 6m 24s |
2282 | 2024-02-04T13:58:26.471Z | |
2283 | 2024-02-04T13:58:26.471Z | real 6:24.195357550 |
2284 | 2024-02-04T13:58:26.472Z | user 44:10.898639621 |
2285 | 2024-02-04T13:58:26.472Z | sys 3:44.181280380 |
2286 | 2024-02-04T13:58:26.472Z | trap 1.781656031 |
2287 | 2024-02-04T13:58:26.484Z | tflt 1.134726207 |
2288 | 2024-02-04T13:58:26.484Z | dflt 0.544616703 |
2289 | 2024-02-04T13:58:26.485Z | kflt 0.000826398 |
2290 | 2024-02-04T13:58:26.485Z | lock 1:41:48.669492057 |
2291 | 2024-02-04T13:58:26.485Z | slp 2:06:57.036921342 |
2292 | 2024-02-04T13:58:26.485Z | lat 1:54.649007613 |
2293 | 2024-02-04T13:58:26.485Z | stop 1:24.945497017 |
2294 | 2024-02-04T13:58:26.486Z | + ptime -m gzip |
2295 | 2024-02-04T13:58:27.126Z | |
2296 | 2024-02-04T13:58:27.126Z | real 0.651965302 |
2297 | 2024-02-04T13:58:27.126Z | user 0.642661705 |
2298 | 2024-02-04T13:58:27.126Z | sys 0.008726919 |
2299 | 2024-02-04T13:58:27.129Z | trap 0.000081581 |
2300 | 2024-02-04T13:58:27.129Z | tflt 0.000000000 |
2301 | 2024-02-04T13:58:27.129Z | dflt 0.000000000 |
2302 | 2024-02-04T13:58:27.130Z | kflt 0.000000000 |
2303 | 2024-02-04T13:58:27.130Z | lock 0.000000000 |
2304 | 2024-02-04T13:58:27.130Z | slp 0.000000000 |
2305 | 2024-02-04T13:58:27.130Z | lat 0.000169684 |
2306 | 2024-02-04T13:58:27.130Z | stop 0.000221760 |
2307 | 2024-02-04T13:58:27.130Z | + banner tufaceous |
2308 | 2024-02-04T13:58:27.130Z | |
2309 | 2024-02-04T13:58:27.130Z | ##### # # ###### ## #### ###### #### # # #### |
2310 | 2024-02-04T13:58:27.130Z | # # # # # # # # # # # # # # |
2311 | 2024-02-04T13:58:27.130Z | # # # ##### # # # ##### # # # # #### |
2312 | 2024-02-04T13:58:27.130Z | # # # # ###### # # # # # # # |
2313 | 2024-02-04T13:58:27.130Z | # # # # # # # # # # # # # # # |
2314 | 2024-02-04T13:58:27.130Z | # #### # # # #### ###### #### #### #### |
2315 | 2024-02-04T13:58:27.130Z | |
2316 | 2024-02-04T13:58:27.130Z | + ptime -m cargo build --locked -p tufaceous --release |
2317 | 2024-02-04T13:58:27.835Z | Downloading crates ... |
2318 | 2024-02-04T13:58:28.253Z | Downloaded parse-size v1.0.0 |
2319 | 2024-02-04T13:58:28.263Z | Downloaded doc-comment v0.3.3 |
2320 | 2024-02-04T13:58:28.267Z | Downloaded snafu-derive v0.7.5 |
2321 | 2024-02-04T13:58:28.267Z | Downloaded olpc-cjson v0.1.3 |
2322 | 2024-02-04T13:58:28.270Z | Downloaded tough v0.16.0 |
2323 | 2024-02-04T13:58:28.321Z | Downloaded fs-err v2.11.0 |
2324 | 2024-02-04T13:58:28.331Z | Downloaded pin-project v1.1.3 |
2325 | 2024-02-04T13:58:28.353Z | Downloaded snafu v0.7.5 |
2326 | 2024-02-04T13:58:28.364Z | Downloaded buf-list v1.0.3 |
2327 | 2024-02-04T13:58:28.375Z | Downloaded async-recursion v1.0.5 |
2328 | 2024-02-04T13:58:28.379Z | Downloaded serde_plain v1.0.2 |
2329 | 2024-02-04T13:58:28.382Z | Downloaded pin-project-internal v1.1.3 |
2330 | 2024-02-04T13:58:28.385Z | Downloaded humantime v2.1.0 |
2331 | 2024-02-04T13:58:28.388Z | Downloaded typed-path v0.7.0 |
2332 | 2024-02-04T13:58:28.397Z | Downloaded globset v0.4.13 |
2333 | 2024-02-04T13:58:28.569Z | Compiling serde_tokenstream v0.2.0 |
2334 | 2024-02-04T13:58:28.588Z | Compiling regress v0.7.1 |
2335 | 2024-02-04T13:58:28.603Z | Compiling dirs-sys-next v0.1.2 |
2336 | 2024-02-04T13:58:28.606Z | Compiling ident_case v1.0.1 |
2337 | 2024-02-04T13:58:28.606Z | Compiling rustls-pki-types v1.1.0 |
2338 | 2024-02-04T13:58:28.642Z | Compiling thread_local v1.1.7 |
2339 | 2024-02-04T13:58:28.647Z | Compiling heck v0.4.1 |
2340 | 2024-02-04T13:58:28.834Z | Compiling dirs-next v2.0.0 |
2341 | 2024-02-04T13:58:29.172Z | Compiling darling_core v0.20.3 |
2342 | 2024-02-04T13:58:29.382Z | Compiling camino v1.1.6 |
2343 | 2024-02-04T13:58:29.994Z | Compiling slog-async v2.8.0 |
2344 | 2024-02-04T13:58:30.260Z | Compiling rustls v0.22.2 |
2345 | 2024-02-04T13:58:30.549Z | Compiling rustls-webpki v0.102.1 |
2346 | 2024-02-04T13:58:30.676Z | Compiling term v0.7.0 |
2347 | 2024-02-04T13:58:30.710Z | Compiling crossbeam-channel v0.5.8 |
2348 | 2024-02-04T13:58:30.723Z | Compiling getopts v0.2.21 |
2349 | 2024-02-04T13:58:30.791Z | Compiling structmeta-derive v0.3.0 |
2350 | 2024-02-04T13:58:32.130Z | Compiling atty v0.2.14 |
2351 | 2024-02-04T13:58:32.330Z | Compiling multer v3.0.0 |
2352 | 2024-02-04T13:58:32.766Z | Compiling unsafe-libyaml v0.2.10 |
2353 | 2024-02-04T13:58:33.439Z | Compiling doc-comment v0.3.3 |
2354 | 2024-02-04T13:58:34.175Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2355 | 2024-02-04T13:58:35.749Z | Compiling match_cfg v0.1.0 |
2356 | 2024-02-04T13:58:35.879Z | Compiling take_mut v0.2.2 |
2357 | 2024-02-04T13:58:36.102Z | Compiling paste v1.0.14 |
2358 | 2024-02-04T13:58:36.840Z | Compiling hostname v0.3.1 |
2359 | 2024-02-04T13:58:37.207Z | Compiling structmeta v0.3.0 |
2360 | 2024-02-04T13:58:37.814Z | Compiling serde_yaml v0.9.25 |
2361 | 2024-02-04T13:58:38.180Z | Compiling darling_macro v0.20.3 |
2362 | 2024-02-04T13:58:38.821Z | Compiling slog-term v2.9.0 |
2363 | 2024-02-04T13:58:39.661Z | Compiling darling v0.20.3 |
2364 | 2024-02-04T13:58:42.741Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2365 | 2024-02-04T13:58:42.763Z | Compiling slog-json v2.6.1 |
2366 | 2024-02-04T13:58:43.594Z | Compiling http v1.0.0 |
2367 | 2024-02-04T13:58:43.832Z | Compiling async-stream-impl v0.3.5 |
2368 | 2024-02-04T13:58:44.222Z | Compiling pin-project-internal v1.1.3 |
2369 | 2024-02-04T13:58:45.791Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2370 | 2024-02-04T13:58:45.827Z | Compiling atomic-waker v1.1.1 |
2371 | 2024-02-04T13:58:46.104Z | Compiling fastrand v2.0.0 |
2372 | 2024-02-04T13:58:47.049Z | Compiling tempfile v3.9.0 |
2373 | 2024-02-04T13:58:47.195Z | Compiling tokio-rustls v0.25.0 |
2374 | 2024-02-04T13:58:47.941Z | Compiling waitgroup v0.1.2 |
2375 | 2024-02-04T13:58:48.289Z | Compiling async-stream v0.3.5 |
2376 | 2024-02-04T13:58:48.772Z | Compiling pin-project v1.1.3 |
2377 | 2024-02-04T13:58:48.785Z | Compiling slog-bunyan v2.5.0 |
2378 | 2024-02-04T13:58:49.102Z | Compiling serde_with_macros v3.6.0 |
2379 | 2024-02-04T13:58:49.310Z | Compiling parse-display-derive v0.9.0 |
2380 | 2024-02-04T13:58:51.735Z | Compiling toml v0.8.9 |
2381 | 2024-02-04T13:58:52.006Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2382 | 2024-02-04T13:58:52.138Z | Compiling rustls-pemfile v2.0.0 |
2383 | 2024-02-04T13:58:53.283Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2384 | 2024-02-04T13:58:53.670Z | Compiling sha1 v0.10.6 |
2385 | 2024-02-04T13:58:53.804Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2386 | 2024-02-04T13:58:55.224Z | Compiling snafu-derive v0.7.5 |
2387 | 2024-02-04T13:58:55.277Z | Compiling serde_path_to_error v0.1.15 |
2388 | 2024-02-04T13:58:55.693Z | Compiling fs-err v2.11.0 |
2389 | 2024-02-04T13:58:55.807Z | Compiling instant v0.1.12 |
2390 | 2024-02-04T13:58:56.032Z | Compiling arc-swap v1.6.0 |
2391 | 2024-02-04T13:58:56.131Z | Compiling same-file v1.0.6 |
2392 | 2024-02-04T13:58:56.584Z | Compiling debug-ignore v1.0.5 |
2393 | 2024-02-04T13:58:56.788Z | Compiling buf-list v1.0.3 |
2394 | 2024-02-04T13:58:56.935Z | Compiling slog-scope v4.4.0 |
2395 | 2024-02-04T13:58:57.696Z | Compiling walkdir v2.4.0 |
2396 | 2024-02-04T13:58:58.610Z | Compiling backoff v0.4.0 |
2397 | 2024-02-04T13:58:59.160Z | Compiling parse-display v0.9.0 |
2398 | 2024-02-04T13:59:00.581Z | Compiling serde_with v3.6.0 |
2399 | 2024-02-04T13:59:00.985Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2400 | 2024-02-04T13:59:01.175Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2401 | 2024-02-04T13:59:02.440Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2402 | 2024-02-04T13:59:03.486Z | Compiling globset v0.4.13 |
2403 | 2024-02-04T13:59:03.530Z | Compiling snafu v0.7.5 |
2404 | 2024-02-04T13:59:05.947Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2405 | 2024-02-04T13:59:06.168Z | Compiling strum v0.25.0 |
2406 | 2024-02-04T13:59:06.432Z | Compiling olpc-cjson v0.1.3 |
2407 | 2024-02-04T13:59:07.329Z | Compiling pem v3.0.2 |
2408 | 2024-02-04T13:59:08.604Z | Compiling macaddr v1.0.1 |
2409 | 2024-02-04T13:59:09.794Z | Compiling serde_plain v1.0.2 |
2410 | 2024-02-04T13:59:10.058Z | Compiling async-recursion v1.0.5 |
2411 | 2024-02-04T13:59:10.643Z | Compiling xattr v1.0.1 |
2412 | 2024-02-04T13:59:11.093Z | Compiling filetime v0.2.23 |
2413 | 2024-02-04T13:59:11.580Z | Compiling typed-path v0.7.0 |
2414 | 2024-02-04T13:59:11.623Z | Compiling tar v0.4.40 |
2415 | 2024-02-04T13:59:12.422Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2416 | 2024-02-04T13:59:18.339Z | Compiling tough v0.16.0 |
2417 | 2024-02-04T13:59:23.598Z | Compiling slog-stdlog v4.1.1 |
2418 | 2024-02-04T13:59:24.441Z | Compiling camino-tempfile v1.1.1 |
2419 | 2024-02-04T13:59:25.130Z | Compiling itertools v0.12.1 |
2420 | 2024-02-04T13:59:25.693Z | Compiling parse-size v1.0.0 |
2421 | 2024-02-04T13:59:26.170Z | Compiling slog-envlogger v2.2.0 |
2422 | 2024-02-04T13:59:30.748Z | Compiling humantime v2.1.0 |
2423 | 2024-02-04T13:59:38.632Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2424 | 2024-02-04T13:59:38.939Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2425 | 2024-02-04T13:59:54.372Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2426 | 2024-02-04T13:59:57.720Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2427 | 2024-02-04T14:00:28.913Z | Finished release [optimized] target(s) in 2m 01s |
2428 | 2024-02-04T14:00:29.005Z | |
2429 | 2024-02-04T14:00:29.005Z | real 2:01.853806788 |
2430 | 2024-02-04T14:00:29.005Z | user 13:50.955532168 |
2431 | 2024-02-04T14:00:29.005Z | sys 47.703885179 |
2432 | 2024-02-04T14:00:29.005Z | trap 0.512727810 |
2433 | 2024-02-04T14:00:29.005Z | tflt 0.475692041 |
2434 | 2024-02-04T14:00:29.005Z | dflt 0.589051213 |
2435 | 2024-02-04T14:00:29.008Z | kflt 0.000252337 |
2436 | 2024-02-04T14:00:29.009Z | lock 28:19.548480061 |
2437 | 2024-02-04T14:00:29.009Z | slp 30:54.809396902 |
2438 | 2024-02-04T14:00:29.009Z | lat 26.493929540 |
2439 | 2024-02-04T14:00:29.009Z | stop 12.095816189 |
2440 | 2024-02-04T14:00:29.009Z | + ptime -m gzip |
2441 | 2024-02-04T14:00:31.498Z | |
2442 | 2024-02-04T14:00:31.499Z | real 2.488617690 |
2443 | 2024-02-04T14:00:31.502Z | user 2.463446029 |
2444 | 2024-02-04T14:00:31.502Z | sys 0.022798158 |
2445 | 2024-02-04T14:00:31.502Z | trap 0.000777895 |
2446 | 2024-02-04T14:00:31.502Z | tflt 0.000000000 |
2447 | 2024-02-04T14:00:31.502Z | dflt 0.000000000 |
2448 | 2024-02-04T14:00:31.502Z | kflt 0.000000000 |
2449 | 2024-02-04T14:00:31.502Z | lock 0.000000000 |
2450 | 2024-02-04T14:00:31.503Z | slp 0.000000000 |
2451 | 2024-02-04T14:00:31.503Z | lat 0.001235237 |
2452 | 2024-02-04T14:00:31.503Z | stop 0.000253591 |
2453 | 2024-02-04T14:00:31.503Z | process exited: duration 1238710 ms, exit code 0 |
|
2454 | 2024-02-04T14:00:31.532Z | found 5 output files |
2455 | 2024-02-04T14:00:31.532Z | uploading: /work/end-to-end-tests/bootstrap-57f83304f4d2c95a.gz (10654959 bytes) |
2456 | 2024-02-04T14:00:35.763Z | uploaded: /work/end-to-end-tests/bootstrap-57f83304f4d2c95a.gz |
2457 | 2024-02-04T14:00:35.763Z | uploading: /work/end-to-end-tests/bootstrap.gz (108758588 bytes) |
2458 | 2024-02-04T14:01:03.545Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2459 | 2024-02-04T14:01:03.545Z | uploading: /work/end-to-end-tests/end_to_end_tests-c0b0b6dcb564ad0e.gz (112200854 bytes) |
2460 | 2024-02-04T14:01:33.208Z | uploaded: /work/end-to-end-tests/end_to_end_tests-c0b0b6dcb564ad0e.gz |
2461 | 2024-02-04T14:01:33.208Z | uploading: /work/caboose-util.gz (4060245 bytes) |
2462 | 2024-02-04T14:01:35.135Z | uploaded: /work/caboose-util.gz |
2463 | 2024-02-04T14:01:35.135Z | uploading: /work/tufaceous.gz (15852578 bytes) |
2464 | 2024-02-04T14:01:40.043Z | uploaded: /work/tufaceous.gz |