|
|
|
1 | 2024-05-14T03:14:10.998Z | job assigned to worker 01HXTHDVMSVMW0BJAN5XM5NPWP (queued for 1 m 10 s) |
|
2 | 2024-05-14T03:14:18.526Z | starting task 0: "setup" |
3 | 2024-05-14T03:14:18.990Z | ++ uname -s |
4 | 2024-05-14T03:14:18.999Z | + kern=SunOS |
5 | 2024-05-14T03:14:18.999Z | + case "$kern" in |
6 | 2024-05-14T03:14:18.999Z | + groupadd -g 12345 build |
7 | 2024-05-14T03:14:19.000Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-14T03:14:20.604Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-14T03:14:20.717Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-14T03:14:20.725Z | + home_fs=zfs |
11 | 2024-05-14T03:14:20.725Z | + [[ zfs == autofs ]] |
12 | 2024-05-14T03:14:20.725Z | + mkdir -p /home/build |
13 | 2024-05-14T03:14:20.725Z | + chown build:build /home/build /work |
14 | 2024-05-14T03:14:22.717Z | + chmod 0700 /home/build /work |
15 | 2024-05-14T03:14:22.741Z | process exited: duration 4184 ms, exit code 0 |
|
16 | 2024-05-14T03:14:22.824Z | starting task 1: "rust-toolchain" |
17 | 2024-05-14T03:14:22.844Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-14T03:14:22.844Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-05-14T03:14:23.494Z | info: downloading installer |
20 | 2024-05-14T03:14:25.017Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-14T03:14:25.017Z | warning: /opt/ooce/bin |
22 | 2024-05-14T03:14:25.017Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-14T03:14:25.017Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-14T03:14:25.017Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-14T03:14:25.017Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-14T03:14:25.017Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-14T03:14:25.017Z | error: cannot install while Rust is installed |
28 | 2024-05-14T03:14:25.017Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-14T03:14:25.102Z | info: profile set to 'default' |
30 | 2024-05-14T03:14:25.102Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-14T03:14:25.120Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-05-14T03:14:25.279Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-05-14T03:14:25.279Z | info: downloading component 'cargo' |
34 | 2024-05-14T03:14:26.248Z | info: downloading component 'clippy' |
35 | 2024-05-14T03:14:26.581Z | info: downloading component 'rust-docs' |
36 | 2024-05-14T03:14:27.807Z | info: downloading component 'rust-std' |
37 | 2024-05-14T03:14:30.403Z | info: downloading component 'rustc' |
38 | 2024-05-14T03:14:35.336Z | info: downloading component 'rustfmt' |
39 | 2024-05-14T03:14:35.645Z | info: installing component 'cargo' |
40 | 2024-05-14T03:14:36.479Z | info: installing component 'clippy' |
41 | 2024-05-14T03:14:36.855Z | info: installing component 'rust-docs' |
42 | 2024-05-14T03:14:38.288Z | info: installing component 'rust-std' |
43 | 2024-05-14T03:14:40.179Z | info: installing component 'rustc' |
44 | 2024-05-14T03:14:44.271Z | info: installing component 'rustfmt' |
45 | 2024-05-14T03:14:44.611Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-05-14T03:14:44.612Z | |
47 | 2024-05-14T03:14:44.921Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-05-14T03:14:44.922Z | |
49 | 2024-05-14T03:14:44.941Z | |
50 | 2024-05-14T03:14:44.941Z | Rust is installed now. Great! |
51 | 2024-05-14T03:14:44.941Z | |
52 | 2024-05-14T03:14:44.942Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-14T03:14:44.942Z | environment variable. This has not been done automatically. |
54 | 2024-05-14T03:14:44.942Z | |
55 | 2024-05-14T03:14:44.942Z | To configure your current shell, you need to source |
56 | 2024-05-14T03:14:44.942Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-14T03:14:44.942Z | |
58 | 2024-05-14T03:14:44.942Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-14T03:14:44.942Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-14T03:14:44.943Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-14T03:14:45.010Z | + rustc --version |
62 | 2024-05-14T03:14:45.078Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-05-14T03:14:45.104Z | process exited: duration 22291 ms, exit code 0 |
|
64 | 2024-05-14T03:14:45.961Z | starting task 2: "authentication" |
65 | 2024-05-14T03:14:45.981Z | process exited: duration 44 ms, exit code 0 |
|
66 | 2024-05-14T03:14:46.016Z | starting task 3: "clone repository" |
67 | 2024-05-14T03:14:46.028Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-14T03:14:46.029Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-14T03:14:46.339Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-14T03:14:55.019Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-14T03:14:55.019Z | + git fetch origin 3e7038e67b50b124b9ada466b88740294f1d29ca |
72 | 2024-05-14T03:14:55.455Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-14T03:14:55.456Z | * branch 3e7038e67b50b124b9ada466b88740294f1d29ca -> FETCH_HEAD |
74 | 2024-05-14T03:14:55.456Z | + [[ -n renovate/libc-0.x ]] |
75 | 2024-05-14T03:14:55.456Z | ++ git branch --show-current |
76 | 2024-05-14T03:14:55.456Z | + current=main |
77 | 2024-05-14T03:14:55.456Z | + [[ main != renovate/libc-0.x ]] |
78 | 2024-05-14T03:14:55.456Z | + git branch -f renovate/libc-0.x 3e7038e67b50b124b9ada466b88740294f1d29ca |
79 | 2024-05-14T03:14:55.457Z | + git checkout -f renovate/libc-0.x |
80 | 2024-05-14T03:14:55.457Z | Switched to branch 'renovate/libc-0.x' |
81 | 2024-05-14T03:14:55.457Z | + git reset --hard 3e7038e67b50b124b9ada466b88740294f1d29ca |
82 | 2024-05-14T03:14:55.565Z | HEAD is now at 3e7038e67 Update Rust crate libc to 0.2.154 |
83 | 2024-05-14T03:14:55.581Z | process exited: duration 9555 ms, exit code 0 |
|
84 | 2024-05-14T03:14:55.614Z | starting task 4: "build" |
85 | 2024-05-14T03:14:55.639Z | + cargo --version |
86 | 2024-05-14T03:14:55.640Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
87 | 2024-05-14T03:14:55.793Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
88 | 2024-05-14T03:14:55.793Z | info: downloading component 'cargo' |
89 | 2024-05-14T03:14:56.665Z | info: downloading component 'clippy' |
90 | 2024-05-14T03:14:56.947Z | info: downloading component 'rust-docs' |
91 | 2024-05-14T03:14:58.135Z | info: downloading component 'rust-std' |
92 | 2024-05-14T03:14:59.815Z | info: downloading component 'rustc' |
93 | 2024-05-14T03:15:04.390Z | info: downloading component 'rustfmt' |
94 | 2024-05-14T03:15:04.649Z | info: installing component 'cargo' |
95 | 2024-05-14T03:15:05.453Z | info: installing component 'clippy' |
96 | 2024-05-14T03:15:05.801Z | info: installing component 'rust-docs' |
97 | 2024-05-14T03:15:07.279Z | info: installing component 'rust-std' |
98 | 2024-05-14T03:15:09.070Z | info: installing component 'rustc' |
99 | 2024-05-14T03:15:12.944Z | info: installing component 'rustfmt' |
100 | 2024-05-14T03:15:13.349Z | cargo 1.77.2 (e52e36006 2024-03-26) |
101 | 2024-05-14T03:15:13.357Z | + rustc --version |
102 | 2024-05-14T03:15:13.412Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
103 | 2024-05-14T03:15:13.424Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-05-14T03:15:23.074Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-05-14T03:15:24.808Z | Startup: Caching catalogs ... Done |
106 | 2024-05-14T03:15:26.377Z | Planning: Solver setup ... Done (1.134s) |
107 | 2024-05-14T03:15:26.392Z | Planning: Running solver ... Done (0.020s) |
108 | 2024-05-14T03:15:26.426Z | Planning: Finding local manifests ... Done (0.003s) |
109 | 2024-05-14T03:15:26.489Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-05-14T03:15:31.526Z | Planning: Fetching manifests: 2/4 50% complete |
111 | 2024-05-14T03:15:36.522Z | Planning: Fetching manifests: 2/4 50% complete |
112 | 2024-05-14T03:15:39.219Z | Planning: Fetching manifests: 4/4 100% complete |
113 | 2024-05-14T03:15:39.266Z | Planning: Package planning ... Done (0.047s) |
114 | 2024-05-14T03:15:39.315Z | Planning: Merging actions ... Done (0.050s) |
115 | 2024-05-14T03:15:40.028Z | Planning: Checking for conflicting actions ... Done (0.711s) |
116 | 2024-05-14T03:15:40.046Z | Planning: Consolidating action changes ... Done (0.011s) |
117 | 2024-05-14T03:15:43.855Z | Planning: Evaluating mediators ... Done (3.786s) |
118 | 2024-05-14T03:15:43.886Z | Planning: Planning completed in 18.97 seconds |
119 | 2024-05-14T03:15:44.226Z | Packages to install: 4 |
120 | 2024-05-14T03:15:44.226Z | Mediators to change: 2 |
121 | 2024-05-14T03:15:44.226Z | Services to change: 1 |
122 | 2024-05-14T03:15:44.240Z | Estimated space available: 155.31 GB |
123 | 2024-05-14T03:15:44.240Z | Estimated space to be consumed: 1.44 GB |
124 | 2024-05-14T03:15:44.240Z | Create boot environment: No |
125 | 2024-05-14T03:15:44.241Z | Create backup boot environment: No |
126 | 2024-05-14T03:15:44.241Z | Rebuild boot archive: No |
127 | 2024-05-14T03:15:44.241Z | |
128 | 2024-05-14T03:15:44.241Z | Changed mediators: |
129 | 2024-05-14T03:15:44.242Z | mediator clang: |
130 | 2024-05-14T03:15:44.242Z | version: None -> 15 (system default) |
131 | 2024-05-14T03:15:44.242Z | |
132 | 2024-05-14T03:15:44.242Z | mediator llvm: |
133 | 2024-05-14T03:15:44.242Z | version: 14 (system default) -> 15 (system default) |
134 | 2024-05-14T03:15:44.242Z | |
135 | 2024-05-14T03:15:44.243Z | Changed packages: |
136 | 2024-05-14T03:15:44.243Z | helios-dev |
137 | 2024-05-14T03:15:44.243Z | developer/build-essential |
138 | 2024-05-14T03:15:44.243Z | None -> 11-2.0 |
139 | 2024-05-14T03:15:44.243Z | library/libxmlsec1 |
140 | 2024-05-14T03:15:44.244Z | None -> 1.2.35-2.0 |
141 | 2024-05-14T03:15:44.244Z | ooce/developer/clang-15 |
142 | 2024-05-14T03:15:44.244Z | None -> 15.0.7-2.0 |
143 | 2024-05-14T03:15:44.244Z | ooce/developer/llvm-15 |
144 | 2024-05-14T03:15:44.244Z | None -> 15.0.7-2.0 |
145 | 2024-05-14T03:15:44.244Z | |
146 | 2024-05-14T03:15:44.245Z | Services: |
147 | 2024-05-14T03:15:44.245Z | restart_fmri: |
148 | 2024-05-14T03:15:44.245Z | svc:/system/update-man-index:default |
149 | 2024-05-14T03:15:44.353Z | |
150 | 2024-05-14T03:15:44.353Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
151 | 2024-05-14T03:15:49.358Z | Download: 1189/3290 items 78.9/212.6MB 37% complete (15.7M/s) |
152 | 2024-05-14T03:15:54.364Z | Download: 2180/3290 items 119.1/212.6MB 55% complete (12.1M/s) |
153 | 2024-05-14T03:15:59.458Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (11.5M/s) |
154 | 2024-05-14T03:16:04.454Z | Download: 2992/3290 items 121.3/212.6MB 57% complete (227k/s) |
155 | 2024-05-14T03:16:09.462Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (8.4M/s) |
156 | 2024-05-14T03:16:12.909Z | Download: Completed 212.60 MB in 28.11 seconds (7.6M/s) |
157 | 2024-05-14T03:16:12.925Z | Actions: 1/3689 actions (Installing new actions) |
158 | 2024-05-14T03:16:17.667Z | Actions: 3596/3689 actions (Installing new actions) |
159 | 2024-05-14T03:16:17.709Z | Actions: Completed 3689 actions in 5.09 seconds. |
160 | 2024-05-14T03:16:17.828Z | Done (0.117s) |
161 | 2024-05-14T03:16:17.828Z | Done (0.000s) |
162 | 2024-05-14T03:16:18.124Z | Done (0.293s) |
163 | 2024-05-14T03:16:23.155Z | Done (4.867s) |
164 | 2024-05-14T03:16:23.295Z | Done (0.088s) |
165 | 2024-05-14T03:16:23.308Z | Done (0.000s) |
166 | 2024-05-14T03:16:23.453Z | Done (0.000s) |
167 | 2024-05-14T03:16:23.987Z | Planning: Evaluating mediator changes ... Done |
168 | 2024-05-14T03:16:24.151Z | Planning: Checking for conflicting actions ... Done |
169 | 2024-05-14T03:16:24.190Z | Planning: Consolidating action changes ... Done |
170 | 2024-05-14T03:16:24.420Z | Planning: Evaluating mediators ... Done |
171 | 2024-05-14T03:16:24.426Z | Planning: Planning completed in 0.43 seconds |
172 | 2024-05-14T03:16:24.445Z | Mediators to change: 2 |
173 | 2024-05-14T03:16:24.446Z | Create boot environment: No |
174 | 2024-05-14T03:16:24.446Z | Create backup boot environment: No |
175 | 2024-05-14T03:16:24.518Z | Done |
176 | 2024-05-14T03:16:24.518Z | Done |
177 | 2024-05-14T03:16:24.709Z | Done |
178 | 2024-05-14T03:16:28.241Z | Done |
179 | 2024-05-14T03:16:28.330Z | Done |
180 | 2024-05-14T03:16:28.354Z | Done |
181 | 2024-05-14T03:16:28.429Z | Done |
182 | 2024-05-14T03:16:29.057Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-05-14T03:16:29.081Z | Planning: Merging actions ... Done |
184 | 2024-05-14T03:16:29.228Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-05-14T03:16:29.233Z | Planning: Consolidating action changes ... Done |
186 | 2024-05-14T03:16:29.491Z | Planning: Evaluating mediators ... Done |
187 | 2024-05-14T03:16:29.547Z | Planning: Planning completed in 0.75 seconds |
188 | 2024-05-14T03:16:29.580Z | Packages to change: 1 |
189 | 2024-05-14T03:16:29.580Z | Mediators to change: 1 |
190 | 2024-05-14T03:16:29.589Z | Services to change: 1 |
191 | 2024-05-14T03:16:29.590Z | Create boot environment: No |
192 | 2024-05-14T03:16:29.590Z | Create backup boot environment: Yes |
193 | 2024-05-14T03:16:31.411Z | Actions: 1/6 actions (Updating modified actions) |
194 | 2024-05-14T03:16:31.561Z | Actions: Completed 6 actions in 0.14 seconds. |
195 | 2024-05-14T03:16:31.561Z | Done |
196 | 2024-05-14T03:16:31.561Z | Done |
197 | 2024-05-14T03:16:31.623Z | Done |
198 | 2024-05-14T03:16:35.187Z | Done |
199 | 2024-05-14T03:16:35.659Z | Done |
200 | 2024-05-14T03:16:35.659Z | Done |
201 | 2024-05-14T03:16:35.659Z | Done |
202 | 2024-05-14T03:16:35.832Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
203 | 2024-05-14T03:16:35.832Z | clang system 15 system |
204 | 2024-05-14T03:16:35.832Z | csh system system illumos |
205 | 2024-05-14T03:16:35.832Z | ctags system system illumos |
206 | 2024-05-14T03:16:35.832Z | gcc vendor 12 vendor |
207 | 2024-05-14T03:16:35.832Z | gcc system 10 system |
208 | 2024-05-14T03:16:35.832Z | gcc system 7 system |
209 | 2024-05-14T03:16:35.832Z | go system 1.20 system |
210 | 2024-05-14T03:16:35.833Z | go system 1.19 system |
211 | 2024-05-14T03:16:35.833Z | llvm system 15 system |
212 | 2024-05-14T03:16:35.833Z | llvm system 14 system |
213 | 2024-05-14T03:16:35.833Z | mariadb system 10.6 system |
214 | 2024-05-14T03:16:35.833Z | mta vendor vendor dma |
215 | 2024-05-14T03:16:35.833Z | openjdk system 17 system |
216 | 2024-05-14T03:16:35.833Z | openjdk system 11 system |
217 | 2024-05-14T03:16:35.833Z | openjdk system 1.8 system |
218 | 2024-05-14T03:16:35.833Z | openssl vendor 3 vendor |
219 | 2024-05-14T03:16:35.833Z | perl system 5.36 system |
220 | 2024-05-14T03:16:35.833Z | postgresql system 15 system |
221 | 2024-05-14T03:16:35.833Z | postgresql system 13 system |
222 | 2024-05-14T03:16:35.833Z | python vendor 3 vendor |
223 | 2024-05-14T03:16:35.833Z | python system 2 system |
224 | 2024-05-14T03:16:35.833Z | python3 system 3.11 system |
225 | 2024-05-14T03:16:35.833Z | ruby system 3.0 system |
226 | 2024-05-14T03:16:35.833Z | words vendor vendor american-english |
227 | 2024-05-14T03:16:35.833Z | words system system australian-english |
228 | 2024-05-14T03:16:35.833Z | words system system british-english |
229 | 2024-05-14T03:16:35.833Z | words system system canadian-english |
230 | 2024-05-14T03:16:35.833Z | words system system french |
231 | 2024-05-14T03:16:35.833Z | words system system italian |
232 | 2024-05-14T03:16:35.833Z | words system system ngerman |
233 | 2024-05-14T03:16:35.833Z | words system system ogerman |
234 | 2024-05-14T03:16:35.834Z | words system system spanish |
235 | 2024-05-14T03:16:36.163Z | PUBLISHER TYPE STATUS P LOCATION |
236 | 2024-05-14T03:16:36.164Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
237 | 2024-05-14T03:16:37.523Z | FMRI IFO |
238 | 2024-05-14T03:16:37.523Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
239 | 2024-05-14T03:16:37.524Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
240 | 2024-05-14T03:16:37.524Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
241 | 2024-05-14T03:16:37.524Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
242 | 2024-05-14T03:16:37.524Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
243 | 2024-05-14T03:16:37.524Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
244 | 2024-05-14T03:16:37.524Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
245 | 2024-05-14T03:16:37.524Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
246 | 2024-05-14T03:16:37.524Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
247 | 2024-05-14T03:16:37.525Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
248 | 2024-05-14T03:16:37.525Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
249 | 2024-05-14T03:16:37.525Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
250 | 2024-05-14T03:16:37.796Z | + set -o errexit |
251 | 2024-05-14T03:16:37.804Z | +++ dirname ./tools/ci_download_cockroachdb |
252 | 2024-05-14T03:16:37.804Z | ++ cd ./tools |
253 | 2024-05-14T03:16:37.804Z | ++ pwd |
254 | 2024-05-14T03:16:37.804Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
255 | 2024-05-14T03:16:37.804Z | ++ basename ./tools/ci_download_cockroachdb |
256 | 2024-05-14T03:16:37.804Z | + ARG0=ci_download_cockroachdb |
257 | 2024-05-14T03:16:37.810Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
258 | 2024-05-14T03:16:37.811Z | + CIDL_VERSION=v22.1.9 |
259 | 2024-05-14T03:16:37.811Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
260 | 2024-05-14T03:16:37.811Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
261 | 2024-05-14T03:16:37.811Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
262 | 2024-05-14T03:16:37.811Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
263 | 2024-05-14T03:16:37.811Z | + TARGET_DIR=out |
264 | 2024-05-14T03:16:37.811Z | + DOWNLOAD_DIR=out/downloads |
265 | 2024-05-14T03:16:37.811Z | + DEST_DIR=./out/cockroachdb |
266 | 2024-05-14T03:16:37.811Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
267 | 2024-05-14T03:16:37.811Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
268 | 2024-05-14T03:16:37.812Z | + main |
269 | 2024-05-14T03:16:37.812Z | + [[ 0 != 0 ]] |
270 | 2024-05-14T03:16:37.812Z | + CIDL_OS=solaris2.11 |
271 | 2024-05-14T03:16:37.812Z | + [[ 0 != 0 ]] |
272 | 2024-05-14T03:16:37.812Z | + configure_os solaris2.11 |
273 | 2024-05-14T03:16:37.812Z | + echo 'current directory: /work/oxidecomputer/omicron' |
274 | 2024-05-14T03:16:37.812Z | current directory: /work/oxidecomputer/omicron |
275 | 2024-05-14T03:16:37.812Z | + echo 'configuring based on OS: "solaris2.11"' |
276 | 2024-05-14T03:16:37.812Z | + case "$1" in |
277 | 2024-05-14T03:16:37.812Z | configuring based on OS: "solaris2.11" |
278 | 2024-05-14T03:16:37.813Z | + CIDL_BUILD=illumos |
279 | 2024-05-14T03:16:37.813Z | + CIDL_SUFFIX=tar.gz |
280 | 2024-05-14T03:16:37.813Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
281 | 2024-05-14T03:16:37.813Z | + CIDL_URL_BASE=https://illumos.org/downloads |
282 | 2024-05-14T03:16:37.813Z | + CIDL_ASSEMBLE=do_assemble_illumos |
283 | 2024-05-14T03:16:37.813Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
284 | 2024-05-14T03:16:37.813Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-05-14T03:16:37.813Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-05-14T03:16:37.813Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
287 | 2024-05-14T03:16:37.813Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-05-14T03:16:37.814Z | + CIDL_SHA256FUNC=do_sha256sum |
289 | 2024-05-14T03:16:37.814Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
290 | 2024-05-14T03:16:37.814Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-05-14T03:16:37.814Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
292 | 2024-05-14T03:16:37.814Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-05-14T03:16:37.814Z | + mkdir -p out/downloads |
294 | 2024-05-14T03:16:37.814Z | + mkdir -p ./out/cockroachdb |
295 | 2024-05-14T03:16:37.823Z | + local DO_DOWNLOAD=true |
296 | 2024-05-14T03:16:37.823Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
297 | 2024-05-14T03:16:37.823Z | + '[' true == true ']' |
298 | 2024-05-14T03:16:37.823Z | + echo Downloading... |
299 | 2024-05-14T03:16:37.823Z | Downloading... |
300 | 2024-05-14T03:16:37.823Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-05-14T03:16:37.823Z | + 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 |
302 | 2024-05-14T03:16:42.188Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2024-05-14T03:16:42.205Z | ++ sha256sum |
304 | 2024-05-14T03:16:42.205Z | ++ awk '{print $1}' |
305 | 2024-05-14T03:16:42.670Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
306 | 2024-05-14T03:16:42.671Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
307 | 2024-05-14T03:16:42.684Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-05-14T03:16:42.684Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
309 | 2024-05-14T03:16:44.435Z | + do_assemble_illumos |
310 | 2024-05-14T03:16:44.435Z | + rm -r ./out/cockroachdb |
311 | 2024-05-14T03:16:44.444Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
312 | 2024-05-14T03:16:44.852Z | + ./out/cockroachdb/bin/cockroach version |
313 | 2024-05-14T03:16:45.052Z | Build Tag: v22.1.9-dirty |
314 | 2024-05-14T03:16:45.052Z | Build Time: 2022/10/26 21:17:46 |
315 | 2024-05-14T03:16:45.052Z | Distribution: OSS |
316 | 2024-05-14T03:16:45.052Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
317 | 2024-05-14T03:16:45.052Z | Go Version: go1.17.13 |
318 | 2024-05-14T03:16:45.052Z | C Compiler: gcc 10.3.0 |
319 | 2024-05-14T03:16:45.053Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
320 | 2024-05-14T03:16:45.053Z | Build Type: release |
321 | 2024-05-14T03:16:45.073Z | + set -o errexit |
322 | 2024-05-14T03:16:45.096Z | +++ dirname ./tools/ci_download_clickhouse |
323 | 2024-05-14T03:16:45.096Z | ++ cd ./tools |
324 | 2024-05-14T03:16:45.096Z | ++ pwd |
325 | 2024-05-14T03:16:45.097Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
326 | 2024-05-14T03:16:45.097Z | ++ basename ./tools/ci_download_clickhouse |
327 | 2024-05-14T03:16:45.097Z | + ARG0=ci_download_clickhouse |
328 | 2024-05-14T03:16:45.097Z | + TARGET_DIR=out |
329 | 2024-05-14T03:16:45.097Z | + DOWNLOAD_DIR=out/downloads |
330 | 2024-05-14T03:16:45.097Z | + DEST_DIR=./out/clickhouse |
331 | 2024-05-14T03:16:45.097Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
332 | 2024-05-14T03:16:45.097Z | + CIDL_VERSION=v23.8.7.24 |
333 | 2024-05-14T03:16:45.097Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
334 | 2024-05-14T03:16:45.098Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
335 | 2024-05-14T03:16:45.098Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
336 | 2024-05-14T03:16:45.098Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
337 | 2024-05-14T03:16:45.098Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
338 | 2024-05-14T03:16:45.099Z | + main |
339 | 2024-05-14T03:16:45.099Z | + [[ 0 != 0 ]] |
340 | 2024-05-14T03:16:45.099Z | + CIDL_OS=solaris2.11 |
341 | 2024-05-14T03:16:45.100Z | + [[ 0 != 0 ]] |
342 | 2024-05-14T03:16:45.100Z | + configure_os solaris2.11 |
343 | 2024-05-14T03:16:45.100Z | + echo 'current directory: /work/oxidecomputer/omicron' |
344 | 2024-05-14T03:16:45.100Z | current directory: /work/oxidecomputer/omicron |
345 | 2024-05-14T03:16:45.100Z | + echo 'configuring based on OS: "solaris2.11"' |
346 | 2024-05-14T03:16:45.101Z | + CIDL_DASHREV= |
347 | 2024-05-14T03:16:45.101Z | + case "$1" in |
348 | 2024-05-14T03:16:45.101Z | configuring based on OS: "solaris2.11" |
349 | 2024-05-14T03:16:45.101Z | + CIDL_PLATFORM=illumos |
350 | 2024-05-14T03:16:45.101Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
351 | 2024-05-14T03:16:45.101Z | + CIDL_MD5FUNC=do_md5sum |
352 | 2024-05-14T03:16:45.101Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
353 | 2024-05-14T03:16:45.102Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
354 | 2024-05-14T03:16:45.102Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-05-14T03:16:45.102Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
356 | 2024-05-14T03:16:45.102Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
357 | 2024-05-14T03:16:45.102Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
358 | 2024-05-14T03:16:45.102Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
359 | 2024-05-14T03:16:45.102Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
360 | 2024-05-14T03:16:45.102Z | + mkdir -p out/downloads |
361 | 2024-05-14T03:16:45.103Z | + mkdir -p ./out/clickhouse |
362 | 2024-05-14T03:16:45.111Z | + local DO_DOWNLOAD=true |
363 | 2024-05-14T03:16:45.111Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
364 | 2024-05-14T03:16:45.111Z | + '[' true == true ']' |
365 | 2024-05-14T03:16:45.111Z | + echo Downloading... |
366 | 2024-05-14T03:16:45.112Z | Downloading... |
367 | 2024-05-14T03:16:45.112Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
368 | 2024-05-14T03:16:45.112Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
369 | 2024-05-14T03:16:46.678Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
370 | 2024-05-14T03:16:46.689Z | ++ md5sum |
371 | 2024-05-14T03:16:46.690Z | ++ awk '{print $1}' |
372 | 2024-05-14T03:16:46.953Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
373 | 2024-05-14T03:16:46.953Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
374 | 2024-05-14T03:16:46.954Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
375 | 2024-05-14T03:16:46.974Z | + mkdir -p ./out/clickhouse |
376 | 2024-05-14T03:16:46.974Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
377 | 2024-05-14T03:16:50.898Z | + [[ solaris2.11 == darwin* ]] |
378 | 2024-05-14T03:16:50.898Z | + ./out/clickhouse/clickhouse server --version |
379 | 2024-05-14T03:16:51.021Z | ClickHouse server version 23.8.7.1. |
380 | 2024-05-14T03:16:51.043Z | + set -o errexit |
381 | 2024-05-14T03:16:51.051Z | +++ dirname ./tools/ci_download_console |
382 | 2024-05-14T03:16:51.052Z | ++ cd ./tools |
383 | 2024-05-14T03:16:51.052Z | ++ pwd |
384 | 2024-05-14T03:16:51.052Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
385 | 2024-05-14T03:16:51.052Z | ++ basename ./tools/ci_download_console |
386 | 2024-05-14T03:16:51.053Z | + ARG0=ci_download_console |
387 | 2024-05-14T03:16:51.053Z | + TARGET_DIR=out |
388 | 2024-05-14T03:16:51.053Z | + DOWNLOAD_DIR=out/downloads |
389 | 2024-05-14T03:16:51.053Z | + DEST_DIR=./out/console-assets |
390 | 2024-05-14T03:16:51.053Z | + source /work/oxidecomputer/omicron/tools/console_version |
391 | 2024-05-14T03:16:51.053Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
392 | 2024-05-14T03:16:51.053Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
393 | 2024-05-14T03:16:51.054Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
394 | 2024-05-14T03:16:51.054Z | + TARBALL_FILE=out/downloads/console.tar.gz |
395 | 2024-05-14T03:16:51.054Z | + main |
396 | 2024-05-14T03:16:51.054Z | + [[ 0 != 0 ]] |
397 | 2024-05-14T03:16:51.054Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
398 | 2024-05-14T03:16:51.054Z | + echo 'Local file: out/downloads/console.tar.gz' |
399 | 2024-05-14T03:16:51.055Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
400 | 2024-05-14T03:16:51.055Z | Local file: out/downloads/console.tar.gz |
401 | 2024-05-14T03:16:51.055Z | + local DO_DOWNLOAD=true |
402 | 2024-05-14T03:16:51.055Z | + [[ -f out/downloads/console.tar.gz ]] |
403 | 2024-05-14T03:16:51.056Z | + mkdir -p out/downloads |
404 | 2024-05-14T03:16:51.082Z | + '[' true == true ']' |
405 | 2024-05-14T03:16:51.082Z | + echo Downloading... |
406 | 2024-05-14T03:16:51.082Z | Downloading... |
407 | 2024-05-14T03:16:51.083Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
408 | 2024-05-14T03:16:51.083Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
409 | 2024-05-14T03:16:51.556Z | ++ do_sha256sum out/downloads/console.tar.gz |
410 | 2024-05-14T03:16:51.556Z | ++ case "$OSTYPE" in |
411 | 2024-05-14T03:16:51.566Z | ++ SHA=sha256sum |
412 | 2024-05-14T03:16:51.566Z | ++ sha256sum |
413 | 2024-05-14T03:16:51.566Z | ++ awk '{print $1}' |
414 | 2024-05-14T03:16:51.566Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
415 | 2024-05-14T03:16:51.566Z | + [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]] |
416 | 2024-05-14T03:16:51.566Z | + rm -rf ./out/console-assets |
417 | 2024-05-14T03:16:51.566Z | + mkdir -p ./out/console-assets |
418 | 2024-05-14T03:16:51.566Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
419 | 2024-05-14T03:16:51.567Z | + mkdir -p ./out/console-assets |
420 | 2024-05-14T03:16:51.567Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
421 | 2024-05-14T03:16:51.655Z | + set -o errexit |
422 | 2024-05-14T03:16:51.670Z | +++ dirname ./tools/ci_download_dendrite_openapi |
423 | 2024-05-14T03:16:51.670Z | ++ cd ./tools |
424 | 2024-05-14T03:16:51.670Z | ++ pwd |
425 | 2024-05-14T03:16:51.671Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
426 | 2024-05-14T03:16:51.671Z | ++ basename ./tools/ci_download_dendrite_openapi |
427 | 2024-05-14T03:16:51.671Z | + ARG0=ci_download_dendrite_openapi |
428 | 2024-05-14T03:16:51.671Z | + TARGET_DIR=out |
429 | 2024-05-14T03:16:51.671Z | + DOWNLOAD_DIR=out/downloads |
430 | 2024-05-14T03:16:51.671Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
431 | 2024-05-14T03:16:51.671Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
432 | 2024-05-14T03:16:51.671Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
433 | 2024-05-14T03:16:51.672Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
434 | 2024-05-14T03:16:51.672Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
435 | 2024-05-14T03:16:51.672Z | + main |
436 | 2024-05-14T03:16:51.672Z | + [[ 0 != 0 ]] |
437 | 2024-05-14T03:16:51.672Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
438 | 2024-05-14T03:16:51.672Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
439 | 2024-05-14T03:16:51.673Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
440 | 2024-05-14T03:16:51.673Z | + local DO_DOWNLOAD=true |
441 | 2024-05-14T03:16:51.673Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
442 | 2024-05-14T03:16:51.673Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
443 | 2024-05-14T03:16:51.673Z | + mkdir -p out/downloads |
444 | 2024-05-14T03:16:51.673Z | + '[' true == true ']' |
445 | 2024-05-14T03:16:51.674Z | Downloading... |
446 | 2024-05-14T03:16:51.674Z | + echo Downloading... |
447 | 2024-05-14T03:16:51.674Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
448 | 2024-05-14T03:16:51.674Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
449 | 2024-05-14T03:16:54.085Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
450 | 2024-05-14T03:16:54.086Z | ++ case "$OSTYPE" in |
451 | 2024-05-14T03:16:54.086Z | ++ SHA=sha256sum |
452 | 2024-05-14T03:16:54.092Z | ++ sha256sum |
453 | 2024-05-14T03:16:54.092Z | ++ awk '{print $1}' |
454 | 2024-05-14T03:16:54.092Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
455 | 2024-05-14T03:16:54.092Z | + [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]] |
456 | 2024-05-14T03:16:54.097Z | + set -o errexit |
457 | 2024-05-14T03:16:54.110Z | +++ dirname ./tools/ci_download_dendrite_stub |
458 | 2024-05-14T03:16:54.110Z | ++ cd ./tools |
459 | 2024-05-14T03:16:54.110Z | ++ pwd |
460 | 2024-05-14T03:16:54.111Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
461 | 2024-05-14T03:16:54.111Z | ++ basename ./tools/ci_download_dendrite_stub |
462 | 2024-05-14T03:16:54.125Z | + ARG0=ci_download_dendrite_stub |
463 | 2024-05-14T03:16:54.126Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
464 | 2024-05-14T03:16:54.126Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
465 | 2024-05-14T03:16:54.126Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
466 | 2024-05-14T03:16:54.127Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
467 | 2024-05-14T03:16:54.127Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
468 | 2024-05-14T03:16:54.127Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
469 | 2024-05-14T03:16:54.127Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
470 | 2024-05-14T03:16:54.127Z | + TARGET_DIR=out |
471 | 2024-05-14T03:16:54.127Z | + DOWNLOAD_DIR=out/downloads |
472 | 2024-05-14T03:16:54.128Z | + DEST_DIR=./out/dendrite-stub |
473 | 2024-05-14T03:16:54.128Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
474 | 2024-05-14T03:16:54.128Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
475 | 2024-05-14T03:16:54.128Z | + REPO=oxidecomputer/dendrite |
476 | 2024-05-14T03:16:54.128Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
477 | 2024-05-14T03:16:54.128Z | + main |
478 | 2024-05-14T03:16:54.128Z | + [[ 0 != 0 ]] |
479 | 2024-05-14T03:16:54.128Z | + CIDL_OS=solaris2.11 |
480 | 2024-05-14T03:16:54.129Z | + [[ 0 != 0 ]] |
481 | 2024-05-14T03:16:54.129Z | + configure_os solaris2.11 |
482 | 2024-05-14T03:16:54.129Z | + echo 'current directory: /work/oxidecomputer/omicron' |
483 | 2024-05-14T03:16:54.129Z | current directory: /work/oxidecomputer/omicron |
484 | 2024-05-14T03:16:54.129Z | + echo 'configuring based on OS: "solaris2.11"' |
485 | 2024-05-14T03:16:54.129Z | + case "$1" in |
486 | 2024-05-14T03:16:54.129Z | + SET_BINARIES= |
487 | 2024-05-14T03:16:54.129Z | configuring based on OS: "solaris2.11" |
488 | 2024-05-14T03:16:54.130Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
489 | 2024-05-14T03:16:54.130Z | + CIDL_SHA256FUNC=do_sha256sum |
490 | 2024-05-14T03:16:54.130Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
491 | 2024-05-14T03:16:54.130Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
492 | 2024-05-14T03:16:54.130Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
493 | 2024-05-14T03:16:54.130Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
494 | 2024-05-14T03:16:54.130Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
495 | 2024-05-14T03:16:54.131Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
496 | 2024-05-14T03:16:54.131Z | Local file: out/downloads/dendrite-stub.tar.gz |
497 | 2024-05-14T03:16:54.131Z | + mkdir -p out/downloads |
498 | 2024-05-14T03:16:54.131Z | + mkdir -p ./out/dendrite-stub |
499 | 2024-05-14T03:16:54.131Z | + fetch_and_verify |
500 | 2024-05-14T03:16:54.131Z | + local DO_DOWNLOAD=true |
501 | 2024-05-14T03:16:54.132Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
502 | 2024-05-14T03:16:54.132Z | + '[' true == true ']' |
503 | 2024-05-14T03:16:54.132Z | + echo Downloading... |
504 | 2024-05-14T03:16:54.132Z | Downloading... |
505 | 2024-05-14T03:16:54.132Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
506 | 2024-05-14T03:16:54.132Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
507 | 2024-05-14T03:17:05.978Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
508 | 2024-05-14T03:17:06.004Z | ++ sha256sum |
509 | 2024-05-14T03:17:06.004Z | ++ awk '{print $1}' |
510 | 2024-05-14T03:17:06.004Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
511 | 2024-05-14T03:17:06.004Z | + [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]] |
512 | 2024-05-14T03:17:06.004Z | + do_untar out/downloads/dendrite-stub.tar.gz |
513 | 2024-05-14T03:17:06.005Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
514 | 2024-05-14T03:17:06.581Z | + do_assemble |
515 | 2024-05-14T03:17:06.581Z | + rm -r ./out/dendrite-stub |
516 | 2024-05-14T03:17:06.588Z | + mkdir ./out/dendrite-stub |
517 | 2024-05-14T03:17:06.589Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
518 | 2024-05-14T03:17:06.666Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
519 | 2024-05-14T03:17:06.679Z | + set -o errexit |
520 | 2024-05-14T03:17:06.679Z | +++ dirname ./tools/ci_download_maghemite_mgd |
521 | 2024-05-14T03:17:06.686Z | ++ cd ./tools |
522 | 2024-05-14T03:17:06.686Z | ++ pwd |
523 | 2024-05-14T03:17:06.686Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
524 | 2024-05-14T03:17:06.686Z | ++ basename ./tools/ci_download_maghemite_mgd |
525 | 2024-05-14T03:17:06.686Z | + ARG0=ci_download_maghemite_mgd |
526 | 2024-05-14T03:17:06.686Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
527 | 2024-05-14T03:17:06.686Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
528 | 2024-05-14T03:17:06.687Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
529 | 2024-05-14T03:17:06.687Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
530 | 2024-05-14T03:17:06.687Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
531 | 2024-05-14T03:17:06.687Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
532 | 2024-05-14T03:17:06.687Z | + TARGET_DIR=out |
533 | 2024-05-14T03:17:06.687Z | + DOWNLOAD_DIR=out/downloads |
534 | 2024-05-14T03:17:06.687Z | + DEST_DIR=./out/mgd |
535 | 2024-05-14T03:17:06.687Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
536 | 2024-05-14T03:17:06.687Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
537 | 2024-05-14T03:17:06.687Z | + REPO=oxidecomputer/maghemite |
538 | 2024-05-14T03:17:06.687Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
539 | 2024-05-14T03:17:06.687Z | + main |
540 | 2024-05-14T03:17:06.687Z | + rm -rf out/downloads/root |
541 | 2024-05-14T03:17:06.687Z | + [[ 0 != 0 ]] |
542 | 2024-05-14T03:17:06.687Z | + CIDL_OS=solaris2.11 |
543 | 2024-05-14T03:17:06.687Z | + [[ 0 != 0 ]] |
544 | 2024-05-14T03:17:06.687Z | + configure_os solaris2.11 |
545 | 2024-05-14T03:17:06.687Z | + echo 'current directory: /work/oxidecomputer/omicron' |
546 | 2024-05-14T03:17:06.687Z | current directory: /work/oxidecomputer/omicron |
547 | 2024-05-14T03:17:06.687Z | + echo 'configuring based on OS: "solaris2.11"' |
548 | 2024-05-14T03:17:06.688Z | + case "$1" in |
549 | 2024-05-14T03:17:06.688Z | configuring based on OS: "solaris2.11" |
550 | 2024-05-14T03:17:06.688Z | + SET_BINARIES= |
551 | 2024-05-14T03:17:06.688Z | + CIDL_SHA256FUNC=do_sha256sum |
552 | 2024-05-14T03:17:06.688Z | + TARBALL_FILENAME=mgd.tar.gz |
553 | 2024-05-14T03:17:06.688Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
554 | 2024-05-14T03:17:06.688Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
555 | 2024-05-14T03:17:06.688Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
556 | 2024-05-14T03:17:06.688Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
557 | 2024-05-14T03:17:06.688Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
558 | 2024-05-14T03:17:06.688Z | Local file: out/downloads/mgd.tar.gz |
559 | 2024-05-14T03:17:06.688Z | + mkdir -p out/downloads |
560 | 2024-05-14T03:17:06.692Z | + mkdir -p ./out/mgd |
561 | 2024-05-14T03:17:06.692Z | + fetch_and_verify |
562 | 2024-05-14T03:17:06.692Z | + local DO_DOWNLOAD=true |
563 | 2024-05-14T03:17:06.692Z | + [[ -f out/downloads/mgd.tar.gz ]] |
564 | 2024-05-14T03:17:06.692Z | + '[' true == true ']' |
565 | 2024-05-14T03:17:06.692Z | + echo Downloading... |
566 | 2024-05-14T03:17:06.692Z | Downloading... |
567 | 2024-05-14T03:17:06.692Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz |
568 | 2024-05-14T03:17:06.692Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
569 | 2024-05-14T03:17:22.622Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
570 | 2024-05-14T03:17:22.645Z | ++ sha256sum |
571 | 2024-05-14T03:17:22.645Z | ++ awk '{print $1}' |
572 | 2024-05-14T03:17:22.668Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
573 | 2024-05-14T03:17:22.668Z | + [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]] |
574 | 2024-05-14T03:17:22.668Z | + do_untar out/downloads/mgd.tar.gz |
575 | 2024-05-14T03:17:22.668Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
576 | 2024-05-14T03:17:23.224Z | + do_assemble |
577 | 2024-05-14T03:17:23.224Z | + rm -r ./out/mgd |
578 | 2024-05-14T03:17:23.231Z | + mkdir ./out/mgd |
579 | 2024-05-14T03:17:23.231Z | + cp -r out/downloads/root ./out/mgd/root |
580 | 2024-05-14T03:17:23.307Z | + set -o errexit |
581 | 2024-05-14T03:17:23.312Z | +++ dirname ./tools/ci_download_transceiver_control |
582 | 2024-05-14T03:17:23.312Z | ++ cd ./tools |
583 | 2024-05-14T03:17:23.312Z | ++ pwd |
584 | 2024-05-14T03:17:23.312Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
585 | 2024-05-14T03:17:23.312Z | ++ basename ./tools/ci_download_transceiver_control |
586 | 2024-05-14T03:17:23.318Z | + ARG0=ci_download_transceiver_control |
587 | 2024-05-14T03:17:23.318Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
588 | 2024-05-14T03:17:23.318Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
589 | 2024-05-14T03:17:23.318Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
590 | 2024-05-14T03:17:23.318Z | + TARGET_DIR=out |
591 | 2024-05-14T03:17:23.318Z | + DOWNLOAD_DIR=out/downloads |
592 | 2024-05-14T03:17:23.318Z | + DEST_DIR=./out/transceiver-control |
593 | 2024-05-14T03:17:23.318Z | + BIN_DIR=/opt/oxide/bin |
594 | 2024-05-14T03:17:23.318Z | + BINARY=xcvradm |
595 | 2024-05-14T03:17:23.318Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
596 | 2024-05-14T03:17:23.318Z | + REPO=oxidecomputer/transceiver-control |
597 | 2024-05-14T03:17:23.318Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
598 | 2024-05-14T03:17:23.318Z | + main |
599 | 2024-05-14T03:17:23.318Z | + [[ 0 != 0 ]] |
600 | 2024-05-14T03:17:23.318Z | + CIDL_OS=solaris2.11 |
601 | 2024-05-14T03:17:23.318Z | + [[ 0 != 0 ]] |
602 | 2024-05-14T03:17:23.318Z | + configure_os solaris2.11 |
603 | 2024-05-14T03:17:23.318Z | + echo 'current directory: /work/oxidecomputer/omicron' |
604 | 2024-05-14T03:17:23.318Z | current directory: /work/oxidecomputer/omicron |
605 | 2024-05-14T03:17:23.318Z | + echo 'configuring based on OS: "solaris2.11"' |
606 | 2024-05-14T03:17:23.318Z | + case "$1" in |
607 | 2024-05-14T03:17:23.319Z | configuring based on OS: "solaris2.11" |
608 | 2024-05-14T03:17:23.319Z | + SET_BINARIES= |
609 | 2024-05-14T03:17:23.319Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
610 | 2024-05-14T03:17:23.319Z | + CIDL_SHA256FUNC=do_sha256sum |
611 | 2024-05-14T03:17:23.319Z | + ARCHIVE_FILENAME=xcvradm.gz |
612 | 2024-05-14T03:17:23.319Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
613 | 2024-05-14T03:17:23.319Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
614 | 2024-05-14T03:17:23.319Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
615 | 2024-05-14T03:17:23.319Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
616 | 2024-05-14T03:17:23.319Z | + echo 'Local file: out/downloads/xcvradm.gz' |
617 | 2024-05-14T03:17:23.319Z | Local file: out/downloads/xcvradm.gz |
618 | 2024-05-14T03:17:23.319Z | + mkdir -p out/downloads |
619 | 2024-05-14T03:17:23.319Z | + mkdir -p ./out/transceiver-control |
620 | 2024-05-14T03:17:23.319Z | + fetch_and_verify |
621 | 2024-05-14T03:17:23.319Z | + local DO_DOWNLOAD=true |
622 | 2024-05-14T03:17:23.319Z | + [[ -f out/downloads/xcvradm.gz ]] |
623 | 2024-05-14T03:17:23.319Z | + '[' true == true ']' |
624 | 2024-05-14T03:17:23.319Z | + echo Downloading... |
625 | 2024-05-14T03:17:23.319Z | Downloading... |
626 | 2024-05-14T03:17:23.319Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
627 | 2024-05-14T03:17:23.320Z | + 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 |
628 | 2024-05-14T03:17:26.731Z | ++ do_sha256sum out/downloads/xcvradm.gz |
629 | 2024-05-14T03:17:26.741Z | ++ sha256sum |
630 | 2024-05-14T03:17:26.741Z | ++ awk '{print $1}' |
631 | 2024-05-14T03:17:26.742Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
632 | 2024-05-14T03:17:26.742Z | + [[ 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 ]] |
633 | 2024-05-14T03:17:26.742Z | + do_unpack out/downloads/xcvradm.gz |
634 | 2024-05-14T03:17:26.742Z | + mkdir -p out/downloads/root//opt/oxide/bin |
635 | 2024-05-14T03:17:26.742Z | + gzip -dc out/downloads/xcvradm.gz |
636 | 2024-05-14T03:17:26.863Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
637 | 2024-05-14T03:17:26.874Z | + do_assemble |
638 | 2024-05-14T03:17:26.874Z | + rm -r ./out/transceiver-control |
639 | 2024-05-14T03:17:26.874Z | + mkdir ./out/transceiver-control |
640 | 2024-05-14T03:17:26.874Z | + cp -r out/downloads/root ./out/transceiver-control/root |
641 | 2024-05-14T03:17:26.963Z | + set -o errexit |
642 | 2024-05-14T03:17:27.006Z | +++ dirname ./tools/ci_download_thundermuffin |
643 | 2024-05-14T03:17:27.007Z | ++ cd ./tools |
644 | 2024-05-14T03:17:27.007Z | ++ pwd |
645 | 2024-05-14T03:17:27.008Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
646 | 2024-05-14T03:17:27.008Z | ++ basename ./tools/ci_download_thundermuffin |
647 | 2024-05-14T03:17:27.009Z | + ARG0=ci_download_thundermuffin |
648 | 2024-05-14T03:17:27.009Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
649 | 2024-05-14T03:17:27.010Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
650 | 2024-05-14T03:17:27.010Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
651 | 2024-05-14T03:17:27.010Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
652 | 2024-05-14T03:17:27.010Z | + TARGET_DIR=out |
653 | 2024-05-14T03:17:27.011Z | + DOWNLOAD_DIR=out/downloads |
654 | 2024-05-14T03:17:27.011Z | + DEST_DIR=./out/thundermuffin |
655 | 2024-05-14T03:17:27.011Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
656 | 2024-05-14T03:17:27.011Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
657 | 2024-05-14T03:17:27.011Z | + REPO=oxidecomputer/thundermuffin |
658 | 2024-05-14T03:17:27.011Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
659 | 2024-05-14T03:17:27.012Z | + main |
660 | 2024-05-14T03:17:27.012Z | + rm -rf out/downloads/root |
661 | 2024-05-14T03:17:27.012Z | + [[ 0 != 0 ]] |
662 | 2024-05-14T03:17:27.012Z | + CIDL_OS=solaris2.11 |
663 | 2024-05-14T03:17:27.013Z | + [[ 0 != 0 ]] |
664 | 2024-05-14T03:17:27.013Z | + configure_os solaris2.11 |
665 | 2024-05-14T03:17:27.013Z | + echo 'current directory: /work/oxidecomputer/omicron' |
666 | 2024-05-14T03:17:27.013Z | current directory: /work/oxidecomputer/omicron |
667 | 2024-05-14T03:17:27.014Z | + echo 'configuring based on OS: "solaris2.11"' |
668 | 2024-05-14T03:17:27.014Z | configuring based on OS: "solaris2.11" |
669 | 2024-05-14T03:17:27.014Z | + case "$1" in |
670 | 2024-05-14T03:17:27.014Z | + SET_BINARIES= |
671 | 2024-05-14T03:17:27.015Z | + CIDL_SHA256FUNC=do_sha256sum |
672 | 2024-05-14T03:17:27.015Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
673 | 2024-05-14T03:17:27.015Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
674 | 2024-05-14T03:17:27.016Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
675 | 2024-05-14T03:17:27.016Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
676 | 2024-05-14T03:17:27.017Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
677 | 2024-05-14T03:17:27.018Z | Local file: out/downloads/thundermuffin.tar.gz |
678 | 2024-05-14T03:17:27.018Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
679 | 2024-05-14T03:17:27.018Z | + mkdir -p out/downloads |
680 | 2024-05-14T03:17:27.071Z | + mkdir -p ./out/thundermuffin |
681 | 2024-05-14T03:17:27.072Z | + fetch_and_verify |
682 | 2024-05-14T03:17:27.072Z | + local DO_DOWNLOAD=true |
683 | 2024-05-14T03:17:27.072Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
684 | 2024-05-14T03:17:27.072Z | + '[' true == true ']' |
685 | 2024-05-14T03:17:27.072Z | + echo Downloading... |
686 | 2024-05-14T03:17:27.073Z | Downloading... |
687 | 2024-05-14T03:17:27.073Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
688 | 2024-05-14T03:17:27.073Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
689 | 2024-05-14T03:17:30.627Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
690 | 2024-05-14T03:17:30.643Z | ++ sha256sum |
691 | 2024-05-14T03:17:30.643Z | ++ awk '{print $1}' |
692 | 2024-05-14T03:17:30.643Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
693 | 2024-05-14T03:17:30.643Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
694 | 2024-05-14T03:17:30.644Z | + do_untar out/downloads/thundermuffin.tar.gz |
695 | 2024-05-14T03:17:30.644Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
696 | 2024-05-14T03:17:30.695Z | + do_assemble |
697 | 2024-05-14T03:17:30.696Z | + rm -r ./out/thundermuffin |
698 | 2024-05-14T03:17:31.157Z | + mkdir ./out/thundermuffin |
699 | 2024-05-14T03:17:31.157Z | + cp -r out/downloads/root ./out/thundermuffin/root |
700 | 2024-05-14T03:17:31.157Z | All prerequisites installed successfully |
701 | 2024-05-14T03:17:31.158Z | |
702 | 2024-05-14T03:17:31.158Z | real 2:17.225018873 |
703 | 2024-05-14T03:17:31.158Z | user 36.770168711 |
704 | 2024-05-14T03:17:31.158Z | sys 6.828232710 |
705 | 2024-05-14T03:17:31.158Z | trap 0.008592377 |
706 | 2024-05-14T03:17:31.158Z | tflt 0.152639831 |
707 | 2024-05-14T03:17:31.158Z | dflt 0.200452238 |
708 | 2024-05-14T03:17:31.159Z | kflt 0.154884039 |
709 | 2024-05-14T03:17:31.159Z | lock 1.598625813 |
710 | 2024-05-14T03:17:31.159Z | slp 4:50.152137535 |
711 | 2024-05-14T03:17:31.159Z | lat 2.025104075 |
712 | 2024-05-14T03:17:31.159Z | stop 0.158663738 |
713 | 2024-05-14T03:17:31.160Z | + banner end-to-end-tests |
714 | 2024-05-14T03:17:31.160Z | |
715 | 2024-05-14T03:17:31.160Z | ###### # # ##### ##### #### ###### # # ##### |
716 | 2024-05-14T03:17:31.160Z | # ## # # # # # # # ## # # # |
717 | 2024-05-14T03:17:31.160Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
718 | 2024-05-14T03:17:31.160Z | # # # # # # # # # # # # # # # |
719 | 2024-05-14T03:17:31.161Z | # # ## # # # # # # # ## # # |
720 | 2024-05-14T03:17:31.161Z | ###### # # ##### # #### ###### # # ##### |
721 | 2024-05-14T03:17:31.161Z | |
722 | 2024-05-14T03:17:31.161Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
723 | 2024-05-14T03:17:31.161Z | + CARGO_PROFILE_DEV_DEBUG=1 |
724 | 2024-05-14T03:17:31.161Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
725 | 2024-05-14T03:17:31.161Z | + CARGO_PROFILE_TEST_DEBUG=1 |
726 | 2024-05-14T03:17:31.161Z | + export CARGO_INCREMENTAL=0 |
727 | 2024-05-14T03:17:31.161Z | + CARGO_INCREMENTAL=0 |
728 | 2024-05-14T03:17:31.162Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
729 | 2024-05-14T03:17:31.192Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
730 | 2024-05-14T03:17:31.265Z | Updating git repository `https://github.com/oxidecomputer/zone` |
731 | 2024-05-14T03:17:31.549Z | Updating crates.io index |
732 | 2024-05-14T03:17:31.596Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
733 | 2024-05-14T03:17:32.378Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
734 | 2024-05-14T03:17:33.095Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
735 | 2024-05-14T03:17:35.019Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
736 | 2024-05-14T03:17:35.551Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
737 | 2024-05-14T03:17:35.888Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
738 | 2024-05-14T03:17:36.946Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
739 | 2024-05-14T03:17:38.847Z | Updating git repository `https://github.com/oxidecomputer/opte` |
740 | 2024-05-14T03:17:39.995Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
741 | 2024-05-14T03:17:40.707Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
742 | 2024-05-14T03:17:40.990Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
743 | 2024-05-14T03:17:41.720Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
744 | 2024-05-14T03:17:42.003Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
745 | 2024-05-14T03:17:42.350Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
746 | 2024-05-14T03:17:42.707Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
747 | 2024-05-14T03:17:43.187Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
748 | 2024-05-14T03:17:43.338Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
749 | 2024-05-14T03:17:43.600Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
750 | 2024-05-14T03:17:43.856Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
751 | 2024-05-14T03:17:44.180Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
752 | 2024-05-14T03:17:44.477Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
753 | 2024-05-14T03:17:44.853Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
754 | 2024-05-14T03:17:45.468Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
755 | 2024-05-14T03:17:45.788Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
756 | 2024-05-14T03:17:46.091Z | Updating git repository `https://github.com/jgallagher/nix` |
757 | 2024-05-14T03:17:47.098Z | Updating git repository `https://github.com/cbiffle/hubpack` |
758 | 2024-05-14T03:17:47.433Z | Updating git repository `https://github.com/oxidecomputer/typify` |
759 | 2024-05-14T03:17:49.431Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
760 | 2024-05-14T03:17:49.878Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
761 | 2024-05-14T03:17:50.160Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
762 | 2024-05-14T03:17:50.633Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
763 | 2024-05-14T03:17:51.975Z | Downloading crates ... |
764 | 2024-05-14T03:17:52.095Z | Downloaded ahash v0.8.8 |
765 | 2024-05-14T03:17:52.100Z | Downloaded bit-vec v0.6.3 |
766 | 2024-05-14T03:17:52.101Z | Downloaded base16ct v0.2.0 |
767 | 2024-05-14T03:17:52.101Z | Downloaded async-trait v0.1.80 |
768 | 2024-05-14T03:17:52.105Z | Downloaded aes v0.8.3 |
769 | 2024-05-14T03:17:52.109Z | Downloaded ident_case v1.0.1 |
770 | 2024-05-14T03:17:52.109Z | Downloaded bit-set v0.5.3 |
771 | 2024-05-14T03:17:52.112Z | Downloaded autocfg v1.1.0 |
772 | 2024-05-14T03:17:52.112Z | Downloaded adler v1.0.2 |
773 | 2024-05-14T03:17:52.115Z | Downloaded addr2line v0.21.0 |
774 | 2024-05-14T03:17:52.115Z | Downloaded anstream v0.6.11 |
775 | 2024-05-14T03:17:52.120Z | Downloaded ascii v1.1.0 |
776 | 2024-05-14T03:17:52.124Z | Downloaded allocator-api2 v0.2.16 |
777 | 2024-05-14T03:17:52.124Z | Downloaded instant v0.1.12 |
778 | 2024-05-14T03:17:52.128Z | Downloaded aead v0.5.2 |
779 | 2024-05-14T03:17:52.128Z | Downloaded internet-checksum v0.2.1 |
780 | 2024-05-14T03:17:52.128Z | Downloaded aho-corasick v1.1.2 |
781 | 2024-05-14T03:17:52.134Z | Downloaded indexmap v1.9.3 |
782 | 2024-05-14T03:17:52.139Z | Downloaded aes-gcm v0.10.3 |
783 | 2024-05-14T03:17:52.143Z | Downloaded arc-swap v1.6.0 |
784 | 2024-05-14T03:17:52.148Z | Downloaded backoff v0.4.0 |
785 | 2024-05-14T03:17:52.148Z | Downloaded anstyle-parse v0.2.1 |
786 | 2024-05-14T03:17:52.153Z | Downloaded inout v0.1.3 |
787 | 2024-05-14T03:17:52.153Z | Downloaded anstyle v1.0.7 |
788 | 2024-05-14T03:17:52.153Z | Downloaded der_derive v0.7.2 |
789 | 2024-05-14T03:17:52.173Z | Downloaded base64 v0.22.1 |
790 | 2024-05-14T03:17:52.173Z | Downloaded argon2 v0.5.3 |
791 | 2024-05-14T03:17:52.173Z | Downloaded base64 v0.21.7 |
792 | 2024-05-14T03:17:52.173Z | Downloaded indexmap v2.2.6 |
793 | 2024-05-14T03:17:52.173Z | Downloaded linked-hash-map v0.5.6 |
794 | 2024-05-14T03:17:52.173Z | Downloaded idna v0.2.3 |
795 | 2024-05-14T03:17:52.178Z | Downloaded bitstruct_derive v0.1.0 |
796 | 2024-05-14T03:17:52.184Z | Downloaded cobs v0.2.3 |
797 | 2024-05-14T03:17:52.184Z | Downloaded convert_case v0.4.0 |
798 | 2024-05-14T03:17:52.184Z | Downloaded colorchoice v1.0.0 |
799 | 2024-05-14T03:17:52.184Z | Downloaded bitflags v1.3.2 |
800 | 2024-05-14T03:17:52.189Z | Downloaded is-terminal v0.4.9 |
801 | 2024-05-14T03:17:52.189Z | Downloaded kstat-rs v0.2.3 |
802 | 2024-05-14T03:17:52.197Z | Downloaded anyhow v1.0.83 |
803 | 2024-05-14T03:17:52.197Z | Downloaded bcrypt-pbkdf v0.10.0 |
804 | 2024-05-14T03:17:52.216Z | Downloaded lalrpop-util v0.19.12 |
805 | 2024-05-14T03:17:52.216Z | Downloaded base64 v0.13.1 |
806 | 2024-05-14T03:17:52.216Z | Downloaded num_threads v0.1.6 |
807 | 2024-05-14T03:17:52.217Z | Downloaded cstr-argument v0.1.2 |
808 | 2024-05-14T03:17:52.217Z | Downloaded linear-map v1.2.0 |
809 | 2024-05-14T03:17:52.217Z | Downloaded curve25519-dalek-derive v0.1.0 |
810 | 2024-05-14T03:17:52.228Z | Downloaded crucible-workspace-hack v0.1.0 |
811 | 2024-05-14T03:17:52.228Z | Downloaded libefi-sys v0.1.0 |
812 | 2024-05-14T03:17:52.228Z | Downloaded darling_macro v0.20.8 |
813 | 2024-05-14T03:17:52.228Z | Downloaded cipher v0.4.4 |
814 | 2024-05-14T03:17:52.229Z | Downloaded newline-converter v0.3.0 |
815 | 2024-05-14T03:17:52.229Z | Downloaded option-ext v0.2.0 |
816 | 2024-05-14T03:17:52.229Z | Downloaded lazy_static v1.4.0 |
817 | 2024-05-14T03:17:52.229Z | Downloaded openssl-macros v0.1.1 |
818 | 2024-05-14T03:17:52.229Z | Downloaded libsw v3.3.1 |
819 | 2024-05-14T03:17:52.229Z | Downloaded strum v0.26.2 |
820 | 2024-05-14T03:17:52.230Z | Downloaded sigpipe v0.1.3 |
821 | 2024-05-14T03:17:52.230Z | Downloaded ciborium v0.2.2 |
822 | 2024-05-14T03:17:52.230Z | Downloaded lock_api v0.4.10 |
823 | 2024-05-14T03:17:52.230Z | Downloaded defmt-parser v0.3.3 |
824 | 2024-05-14T03:17:52.658Z | Downloaded defmt v0.3.5 |
825 | 2024-05-14T03:17:52.659Z | Downloaded bitflags v2.4.2 |
826 | 2024-05-14T03:17:52.659Z | Downloaded usdt-macro v0.5.0 |
827 | 2024-05-14T03:17:52.659Z | Downloaded tower-service v0.3.2 |
828 | 2024-05-14T03:17:52.659Z | Downloaded spin v0.5.2 |
829 | 2024-05-14T03:17:52.659Z | Downloaded waitgroup v0.1.2 |
830 | 2024-05-14T03:17:52.659Z | Downloaded dtrace-parser v0.2.0 |
831 | 2024-05-14T03:17:52.659Z | Downloaded md5 v0.7.0 |
832 | 2024-05-14T03:17:52.659Z | Downloaded dhcproto-macros v0.1.0 |
833 | 2024-05-14T03:17:52.659Z | Downloaded ciborium-ll v0.2.2 |
834 | 2024-05-14T03:17:52.659Z | Downloaded peg-runtime v0.8.3 |
835 | 2024-05-14T03:17:52.659Z | Downloaded match_cfg v0.1.0 |
836 | 2024-05-14T03:17:52.660Z | Downloaded debug-ignore v1.0.5 |
837 | 2024-05-14T03:17:52.660Z | Downloaded idna v0.5.0 |
838 | 2024-05-14T03:17:52.660Z | Downloaded newtype_derive v0.1.6 |
839 | 2024-05-14T03:17:52.660Z | Downloaded idna v0.3.0 |
840 | 2024-05-14T03:17:52.660Z | Downloaded foreign-types-shared v0.1.1 |
841 | 2024-05-14T03:17:52.660Z | Downloaded data-encoding v2.4.0 |
842 | 2024-05-14T03:17:52.660Z | Downloaded thread-id v4.2.0 |
843 | 2024-05-14T03:17:52.660Z | Downloaded num-integer v0.1.46 |
844 | 2024-05-14T03:17:52.660Z | Downloaded lru-cache v0.1.2 |
845 | 2024-05-14T03:17:52.660Z | Downloaded foreign-types-shared v0.3.1 |
846 | 2024-05-14T03:17:52.660Z | Downloaded foreign-types-macros v0.2.3 |
847 | 2024-05-14T03:17:52.660Z | Downloaded untrusted v0.9.0 |
848 | 2024-05-14T03:17:52.661Z | Downloaded thread_local v1.1.7 |
849 | 2024-05-14T03:17:52.661Z | Downloaded structmeta-derive v0.3.0 |
850 | 2024-05-14T03:17:52.661Z | Downloaded hubpack_derive v0.1.1 |
851 | 2024-05-14T03:17:52.661Z | Downloaded version_check v0.9.4 |
852 | 2024-05-14T03:17:52.661Z | Downloaded crc32fast v1.3.2 |
853 | 2024-05-14T03:17:52.661Z | Downloaded display-error-chain v0.2.0 |
854 | 2024-05-14T03:17:52.661Z | Downloaded nibble_vec v0.1.0 |
855 | 2024-05-14T03:17:52.661Z | Downloaded dyn-clone v1.0.17 |
856 | 2024-05-14T03:17:52.661Z | Downloaded num_cpus v1.16.0 |
857 | 2024-05-14T03:17:52.661Z | Downloaded num-derive v0.4.0 |
858 | 2024-05-14T03:17:52.661Z | Downloaded portpicker v0.1.1 |
859 | 2024-05-14T03:17:52.661Z | Downloaded dof v0.3.0 |
860 | 2024-05-14T03:17:52.661Z | Downloaded darling v0.20.8 |
861 | 2024-05-14T03:17:52.662Z | Downloaded percent-encoding v2.3.1 |
862 | 2024-05-14T03:17:52.662Z | Downloaded fallible-iterator v0.2.0 |
863 | 2024-05-14T03:17:52.662Z | Downloaded pbkdf2 v0.12.2 |
864 | 2024-05-14T03:17:52.662Z | Downloaded pem v3.0.4 |
865 | 2024-05-14T03:17:52.662Z | Downloaded parse-display v0.9.0 |
866 | 2024-05-14T03:17:52.662Z | Downloaded nanorand v0.7.0 |
867 | 2024-05-14T03:17:52.662Z | Downloaded form_urlencoded v1.2.1 |
868 | 2024-05-14T03:17:52.662Z | Downloaded bytes v1.6.0 |
869 | 2024-05-14T03:17:52.662Z | Downloaded heck v0.4.1 |
870 | 2024-05-14T03:17:52.662Z | Downloaded vsss-rs v3.3.4 |
871 | 2024-05-14T03:17:52.662Z | Downloaded take_mut v0.2.2 |
872 | 2024-05-14T03:17:52.662Z | Downloaded num_enum_derive v0.5.11 |
873 | 2024-05-14T03:17:52.663Z | Downloaded macaddr v1.0.1 |
874 | 2024-05-14T03:17:52.663Z | Downloaded toml_datetime v0.6.5 |
875 | 2024-05-14T03:17:52.663Z | Downloaded static_assertions v1.1.0 |
876 | 2024-05-14T03:17:52.663Z | Downloaded managed v0.8.0 |
877 | 2024-05-14T03:17:52.663Z | Downloaded crossbeam-utils v0.8.19 |
878 | 2024-05-14T03:17:52.663Z | Downloaded polyval v0.6.1 |
879 | 2024-05-14T03:17:52.663Z | Downloaded once_cell v1.19.0 |
880 | 2024-05-14T03:17:52.663Z | Downloaded cookie v0.17.0 |
881 | 2024-05-14T03:17:52.663Z | Downloaded poly1305 v0.8.0 |
882 | 2024-05-14T03:17:52.663Z | Downloaded fastrand v2.0.1 |
883 | 2024-05-14T03:17:52.663Z | Downloaded scheduled-thread-pool v0.2.7 |
884 | 2024-05-14T03:17:52.663Z | Downloaded slog v2.7.0 |
885 | 2024-05-14T03:17:52.663Z | Downloaded hyper-tls v0.5.0 |
886 | 2024-05-14T03:17:52.663Z | Downloaded crossbeam-epoch v0.9.18 |
887 | 2024-05-14T03:17:52.664Z | Downloaded num-rational v0.4.1 |
888 | 2024-05-14T03:17:52.664Z | Downloaded pem-rfc7468 v0.7.0 |
889 | 2024-05-14T03:17:52.664Z | Downloaded password-hash v0.4.2 |
890 | 2024-05-14T03:17:52.664Z | Downloaded http-range v0.1.5 |
891 | 2024-05-14T03:17:52.664Z | Downloaded memmap2 v0.7.1 |
892 | 2024-05-14T03:17:52.664Z | Downloaded tokio-macros v2.2.0 |
893 | 2024-05-14T03:17:52.664Z | Downloaded thiserror-no-std v2.0.2 |
894 | 2024-05-14T03:17:52.664Z | Downloaded rand_core v0.6.4 |
895 | 2024-05-14T03:17:52.664Z | Downloaded rand_core v0.5.1 |
896 | 2024-05-14T03:17:52.664Z | Downloaded rand_chacha v0.3.1 |
897 | 2024-05-14T03:17:52.664Z | Downloaded russh-cryptovec v0.7.0 |
898 | 2024-05-14T03:17:52.664Z | Downloaded rand_chacha v0.2.2 |
899 | 2024-05-14T03:17:52.664Z | Downloaded chacha20poly1305 v0.10.1 |
900 | 2024-05-14T03:17:52.664Z | Downloaded swrite v0.1.0 |
901 | 2024-05-14T03:17:52.664Z | Downloaded tabwriter v1.4.0 |
902 | 2024-05-14T03:17:52.664Z | Downloaded der v0.7.8 |
903 | 2024-05-14T03:17:52.665Z | Downloaded siphasher v0.3.11 |
904 | 2024-05-14T03:17:52.665Z | Downloaded tokio-tungstenite v0.20.1 |
905 | 2024-05-14T03:17:52.665Z | Downloaded want v0.3.1 |
906 | 2024-05-14T03:17:52.665Z | Downloaded papergrid v0.11.0 |
907 | 2024-05-14T03:17:52.665Z | Downloaded futures-executor v0.3.30 |
908 | 2024-05-14T03:17:52.665Z | Downloaded futures-core v0.3.30 |
909 | 2024-05-14T03:17:52.665Z | Downloaded unicase v2.7.0 |
910 | 2024-05-14T03:17:52.665Z | Downloaded fxhash v0.2.1 |
911 | 2024-05-14T03:17:52.665Z | Downloaded equivalent v1.0.1 |
912 | 2024-05-14T03:17:52.665Z | Downloaded glob v0.3.1 |
913 | 2024-05-14T03:17:52.665Z | Downloaded filetime v0.2.23 |
914 | 2024-05-14T03:17:52.665Z | Downloaded ff v0.13.0 |
915 | 2024-05-14T03:17:52.665Z | Downloaded hmac v0.12.1 |
916 | 2024-05-14T03:17:52.665Z | Downloaded futures-channel v0.3.30 |
917 | 2024-05-14T03:17:52.665Z | Downloaded parking_lot v0.12.1 |
918 | 2024-05-14T03:17:52.666Z | Downloaded httpdate v1.0.3 |
919 | 2024-05-14T03:17:52.666Z | Downloaded httparse v1.8.0 |
920 | 2024-05-14T03:17:52.666Z | Downloaded pest_meta v2.7.6 |
921 | 2024-05-14T03:17:52.666Z | Downloaded rustls-pemfile v1.0.3 |
922 | 2024-05-14T03:17:52.666Z | Downloaded slog-scope v4.4.0 |
923 | 2024-05-14T03:17:52.666Z | Downloaded postgres-protocol v0.6.6 |
924 | 2024-05-14T03:17:52.675Z | Downloaded subtle v2.5.0 |
925 | 2024-05-14T03:17:52.675Z | Downloaded group v0.13.0 |
926 | 2024-05-14T03:17:52.675Z | Downloaded miniz_oxide v0.7.1 |
927 | 2024-05-14T03:17:52.675Z | Downloaded slog-json v2.6.1 |
928 | 2024-05-14T03:17:52.675Z | Downloaded derive-where v1.2.7 |
929 | 2024-05-14T03:17:52.676Z | Downloaded toolchain_find v0.4.0 |
930 | 2024-05-14T03:17:52.676Z | Downloaded iana-time-zone v0.1.57 |
931 | 2024-05-14T03:17:52.676Z | Downloaded endian-type v0.1.2 |
932 | 2024-05-14T03:17:52.676Z | Downloaded usdt v0.5.0 |
933 | 2024-05-14T03:17:52.676Z | Downloaded smallvec v1.13.1 |
934 | 2024-05-14T03:17:52.676Z | Downloaded signal-hook-registry v1.4.1 |
935 | 2024-05-14T03:17:52.676Z | Downloaded openssl-sys v0.9.102 |
936 | 2024-05-14T03:17:52.676Z | Downloaded digest v0.10.7 |
937 | 2024-05-14T03:17:52.676Z | Downloaded pretty-hex v0.2.1 |
938 | 2024-05-14T03:17:52.676Z | Downloaded pretty-hex v0.4.1 |
939 | 2024-05-14T03:17:52.677Z | Downloaded precomputed-hash v0.1.1 |
940 | 2024-05-14T03:17:52.677Z | Downloaded trust-dns-server v0.22.1 |
941 | 2024-05-14T03:17:52.677Z | Downloaded scroll_derive v0.12.0 |
942 | 2024-05-14T03:17:52.677Z | Downloaded phf_shared v0.10.0 |
943 | 2024-05-14T03:17:52.677Z | Downloaded phf_shared v0.11.2 |
944 | 2024-05-14T03:17:52.677Z | Downloaded http-body v0.4.5 |
945 | 2024-05-14T03:17:52.677Z | Downloaded primeorder v0.13.6 |
946 | 2024-05-14T03:17:52.677Z | Downloaded hash32 v0.2.1 |
947 | 2024-05-14T03:17:52.677Z | Downloaded proc-macro-crate v1.3.1 |
948 | 2024-05-14T03:17:52.677Z | Downloaded postcard v1.0.8 |
949 | 2024-05-14T03:17:52.677Z | Downloaded strum_macros v0.26.1 |
950 | 2024-05-14T03:17:52.678Z | Downloaded serde_spanned v0.6.5 |
951 | 2024-05-14T03:17:52.678Z | Downloaded dirs v5.0.1 |
952 | 2024-05-14T03:17:52.678Z | Downloaded derive_more v0.99.17 |
953 | 2024-05-14T03:17:52.678Z | Downloaded embedded-io v0.4.0 |
954 | 2024-05-14T03:17:52.678Z | Downloaded signal-hook-mio v0.2.3 |
955 | 2024-05-14T03:17:52.678Z | Downloaded serde_tokenstream v0.2.0 |
956 | 2024-05-14T03:17:52.679Z | Downloaded predicates-core v1.0.6 |
957 | 2024-05-14T03:17:52.679Z | Downloaded hyper-rustls v0.24.2 |
958 | 2024-05-14T03:17:52.679Z | Downloaded similar v2.4.0 |
959 | 2024-05-14T03:17:52.679Z | Downloaded ppv-lite86 v0.2.17 |
960 | 2024-05-14T03:17:52.679Z | Downloaded tokio-stream v0.1.15 |
961 | 2024-05-14T03:17:52.679Z | Downloaded topological-sort v0.2.2 |
962 | 2024-05-14T03:17:52.679Z | Downloaded usdt-attr-macro v0.5.0 |
963 | 2024-05-14T03:17:52.679Z | Downloaded tokio-tungstenite v0.21.0 |
964 | 2024-05-14T03:17:52.680Z | Downloaded ucd-trie v0.1.6 |
965 | 2024-05-14T03:17:52.680Z | Downloaded tungstenite v0.20.1 |
966 | 2024-05-14T03:17:52.680Z | Downloaded headers-core v0.2.0 |
967 | 2024-05-14T03:17:52.680Z | Downloaded unicode-width v0.1.11 |
968 | 2024-05-14T03:17:52.680Z | Downloaded futures-task v0.3.30 |
969 | 2024-05-14T03:17:52.680Z | Downloaded hash32 v0.3.1 |
970 | 2024-05-14T03:17:52.680Z | Downloaded erased-serde v0.3.31 |
971 | 2024-05-14T03:17:52.681Z | Downloaded fixedbitset v0.4.2 |
972 | 2024-05-14T03:17:52.681Z | Downloaded home v0.5.5 |
973 | 2024-05-14T03:17:52.681Z | Downloaded hex v0.4.3 |
974 | 2024-05-14T03:17:52.681Z | Downloaded postgres-types v0.2.6 |
975 | 2024-05-14T03:17:52.681Z | Downloaded foreign-types v0.3.2 |
976 | 2024-05-14T03:17:52.681Z | Downloaded thiserror-impl v1.0.59 |
977 | 2024-05-14T03:17:52.681Z | Downloaded proc-macro-error v1.0.4 |
978 | 2024-05-14T03:17:52.682Z | Downloaded secrecy v0.8.0 |
979 | 2024-05-14T03:17:52.682Z | Downloaded psl-types v2.0.11 |
980 | 2024-05-14T03:17:52.682Z | Downloaded untrusted v0.7.1 |
981 | 2024-05-14T03:17:52.682Z | Downloaded semver v0.1.20 |
982 | 2024-05-14T03:17:52.682Z | Downloaded rcgen v0.12.1 |
983 | 2024-05-14T03:17:52.682Z | Downloaded float-cmp v0.9.0 |
984 | 2024-05-14T03:17:52.682Z | Downloaded zone v0.1.8 |
985 | 2024-05-14T03:17:52.682Z | Downloaded universal-hash v0.5.1 |
986 | 2024-05-14T03:17:52.682Z | Downloaded socket2 v0.5.6 |
987 | 2024-05-14T03:17:52.682Z | Downloaded sync_wrapper v0.1.2 |
988 | 2024-05-14T03:17:52.682Z | Downloaded trust-dns-client v0.22.0 |
989 | 2024-05-14T03:17:52.682Z | Downloaded tracing-core v0.1.32 |
990 | 2024-05-14T03:17:52.683Z | Downloaded generic-array v0.14.7 |
991 | 2024-05-14T03:17:52.683Z | Downloaded flagset v0.4.3 |
992 | 2024-05-14T03:17:52.683Z | Downloaded smf v0.2.3 |
993 | 2024-05-14T03:17:52.683Z | Downloaded r2d2 v0.8.10 |
994 | 2024-05-14T03:17:52.683Z | Downloaded getopts v0.2.21 |
995 | 2024-05-14T03:17:52.683Z | Downloaded serde_arrays v0.1.0 |
996 | 2024-05-14T03:17:52.683Z | Downloaded crossterm v0.27.0 |
997 | 2024-05-14T03:17:52.683Z | Downloaded tinyvec_macros v0.1.1 |
998 | 2024-05-14T03:17:52.683Z | Downloaded unicode-bidi v0.3.15 |
999 | 2024-05-14T03:17:52.683Z | Downloaded either v1.11.0 |
1000 | 2024-05-14T03:17:52.683Z | Downloaded tungstenite v0.21.0 |
1001 | 2024-05-14T03:17:52.683Z | Downloaded fnv v1.0.7 |
1002 | 2024-05-14T03:17:52.683Z | Downloaded serde_path_to_error v0.1.16 |
1003 | 2024-05-14T03:17:52.683Z | Downloaded getrandom v0.2.12 |
1004 | 2024-05-14T03:17:52.683Z | Downloaded ed25519 v2.2.2 |
1005 | 2024-05-14T03:17:52.684Z | Downloaded futures-sink v0.3.30 |
1006 | 2024-05-14T03:17:52.684Z | Downloaded term v0.7.0 |
1007 | 2024-05-14T03:17:52.684Z | Downloaded socket2 v0.4.9 |
1008 | 2024-05-14T03:17:52.684Z | Downloaded sec1 v0.7.3 |
1009 | 2024-05-14T03:17:52.684Z | Downloaded tinyvec v1.6.0 |
1010 | 2024-05-14T03:17:52.684Z | Downloaded pkg-config v0.3.27 |
1011 | 2024-05-14T03:17:52.684Z | Downloaded strum_macros v0.25.2 |
1012 | 2024-05-14T03:17:52.684Z | Downloaded proc-macro-error-attr v1.0.4 |
1013 | 2024-05-14T03:17:52.684Z | Downloaded usdt-impl v0.5.0 |
1014 | 2024-05-14T03:17:52.684Z | Downloaded plain v0.2.3 |
1015 | 2024-05-14T03:17:52.684Z | Downloaded platforms v3.0.2 |
1016 | 2024-05-14T03:17:52.684Z | Downloaded num-bigint v0.4.4 |
1017 | 2024-05-14T03:17:52.684Z | Downloaded scopeguard v1.2.0 |
1018 | 2024-05-14T03:17:52.684Z | Downloaded dirs-sys-next v0.1.2 |
1019 | 2024-05-14T03:17:52.685Z | Downloaded tokio-rustls v0.24.1 |
1020 | 2024-05-14T03:17:52.685Z | Downloaded signal-hook v0.3.17 |
1021 | 2024-05-14T03:17:52.685Z | Downloaded thiserror v1.0.59 |
1022 | 2024-05-14T03:17:52.685Z | Downloaded minimal-lexical v0.2.1 |
1023 | 2024-05-14T03:17:52.685Z | Downloaded quick-error v1.2.3 |
1024 | 2024-05-14T03:17:52.690Z | Downloaded heck v0.3.3 |
1025 | 2024-05-14T03:17:52.690Z | Downloaded utf-8 v0.7.6 |
1026 | 2024-05-14T03:17:52.690Z | Downloaded yasna v0.5.2 |
1027 | 2024-05-14T03:17:52.690Z | Downloaded tokio-native-tls v0.3.1 |
1028 | 2024-05-14T03:17:52.690Z | Downloaded serde_with_macros v3.7.0 |
1029 | 2024-05-14T03:17:52.690Z | Downloaded rustc_version v0.4.0 |
1030 | 2024-05-14T03:17:52.690Z | Downloaded blake3 v1.5.0 |
1031 | 2024-05-14T03:17:52.690Z | Downloaded signature v2.1.0 |
1032 | 2024-05-14T03:17:52.690Z | Downloaded sct v0.7.0 |
1033 | 2024-05-14T03:17:52.690Z | Downloaded slog-stdlog v4.1.1 |
1034 | 2024-05-14T03:17:52.691Z | Downloaded dirs-sys v0.4.1 |
1035 | 2024-05-14T03:17:52.691Z | Downloaded resolv-conf v0.7.0 |
1036 | 2024-05-14T03:17:52.691Z | Downloaded slab v0.4.9 |
1037 | 2024-05-14T03:17:52.691Z | Downloaded ecdsa v0.16.9 |
1038 | 2024-05-14T03:17:52.691Z | Downloaded sha1 v0.10.6 |
1039 | 2024-05-14T03:17:52.691Z | Downloaded futures-macro v0.3.30 |
1040 | 2024-05-14T03:17:52.691Z | Downloaded heck v0.5.0 |
1041 | 2024-05-14T03:17:52.691Z | Downloaded tracing-attributes v0.1.27 |
1042 | 2024-05-14T03:17:52.695Z | Downloaded rand v0.8.5 |
1043 | 2024-05-14T03:17:52.695Z | Downloaded unsafe-libyaml v0.2.10 |
1044 | 2024-05-14T03:17:52.700Z | Downloaded pin-utils v0.1.0 |
1045 | 2024-05-14T03:17:52.700Z | Downloaded libm v0.2.7 |
1046 | 2024-05-14T03:17:52.708Z | Downloaded walkdir v2.5.0 |
1047 | 2024-05-14T03:17:52.713Z | Downloaded uuid v1.8.0 |
1048 | 2024-05-14T03:17:52.717Z | Downloaded ryu v1.0.15 |
1049 | 2024-05-14T03:17:52.724Z | Downloaded time-macros v0.2.17 |
1050 | 2024-05-14T03:17:52.724Z | Downloaded toml v0.8.12 |
1051 | 2024-05-14T03:17:52.741Z | Downloaded proc-macro2 v1.0.81 |
1052 | 2024-05-14T03:17:52.741Z | Downloaded nom v7.1.3 |
1053 | 2024-05-14T03:17:52.761Z | Downloaded unicode-segmentation v1.10.1 |
1054 | 2024-05-14T03:17:52.761Z | Downloaded p521 v0.13.3 |
1055 | 2024-05-14T03:17:52.762Z | Downloaded zerocopy-derive v0.7.32 |
1056 | 2024-05-14T03:17:52.762Z | Downloaded tempfile v3.10.1 |
1057 | 2024-05-14T03:17:52.778Z | Downloaded zerocopy v0.6.6 |
1058 | 2024-05-14T03:17:52.778Z | Downloaded elliptic-curve v0.13.8 |
1059 | 2024-05-14T03:17:52.778Z | Downloaded toml_edit v0.19.15 |
1060 | 2024-05-14T03:17:52.778Z | Downloaded scroll v0.12.0 |
1061 | 2024-05-14T03:17:52.790Z | Downloaded flate2 v1.0.28 |
1062 | 2024-05-14T03:17:52.790Z | Downloaded tokio-postgres v0.7.10 |
1063 | 2024-05-14T03:17:52.790Z | Downloaded tar v0.4.40 |
1064 | 2024-05-14T03:17:52.806Z | Downloaded heapless v0.8.0 |
1065 | 2024-05-14T03:17:52.807Z | Downloaded tracing v0.1.40 |
1066 | 2024-05-14T03:17:52.807Z | Downloaded chrono v0.4.38 |
1067 | 2024-05-14T03:17:52.814Z | Downloaded ed25519-dalek v2.0.0 |
1068 | 2024-05-14T03:17:52.814Z | Downloaded unicode-normalization v0.1.22 |
1069 | 2024-05-14T03:17:52.814Z | Downloaded publicsuffix v2.2.3 |
1070 | 2024-05-14T03:17:52.820Z | Downloaded regex-automata v0.1.10 |
1071 | 2024-05-14T03:17:52.820Z | Downloaded serde v1.0.201 |
1072 | 2024-05-14T03:17:52.825Z | Downloaded russh v0.43.0 |
1073 | 2024-05-14T03:17:52.830Z | Downloaded rand v0.7.3 |
1074 | 2024-05-14T03:17:52.836Z | Downloaded hashbrown v0.12.3 |
1075 | 2024-05-14T03:17:52.842Z | Downloaded toml_edit v0.22.12 |
1076 | 2024-05-14T03:17:52.870Z | Downloaded heapless v0.7.16 |
1077 | 2024-05-14T03:17:53.316Z | Downloaded tokio-util v0.7.10 |
1078 | 2024-05-14T03:17:53.316Z | Downloaded winnow v0.5.15 |
1079 | 2024-05-14T03:17:53.316Z | Downloaded hkdf v0.12.4 |
1080 | 2024-05-14T03:17:53.317Z | Downloaded hashbrown v0.14.3 |
1081 | 2024-05-14T03:17:53.317Z | Downloaded curve25519-dalek v4.1.2 |
1082 | 2024-05-14T03:17:53.317Z | Downloaded reqwest v0.11.27 |
1083 | 2024-05-14T03:17:53.317Z | Downloaded zip v0.6.6 |
1084 | 2024-05-14T03:17:53.317Z | Downloaded serde_with v3.7.0 |
1085 | 2024-05-14T03:17:53.317Z | Downloaded goblin v0.8.0 |
1086 | 2024-05-14T03:17:53.317Z | Downloaded syn v1.0.109 |
1087 | 2024-05-14T03:17:53.317Z | Downloaded h2 v0.3.26 |
1088 | 2024-05-14T03:17:53.318Z | Downloaded regex v1.10.4 |
1089 | 2024-05-14T03:17:53.318Z | Downloaded tabled v0.15.0 |
1090 | 2024-05-14T03:17:53.318Z | Downloaded syn v2.0.60 |
1091 | 2024-05-14T03:17:53.318Z | Downloaded futures-util v0.3.30 |
1092 | 2024-05-14T03:17:53.318Z | Downloaded object v0.32.1 |
1093 | 2024-05-14T03:17:53.318Z | Downloaded rustls-webpki v0.102.1 |
1094 | 2024-05-14T03:17:53.319Z | Downloaded rustls v0.22.4 |
1095 | 2024-05-14T03:17:53.319Z | Downloaded vcpkg v0.2.15 |
1096 | 2024-05-14T03:17:53.319Z | Downloaded webpki-roots v0.25.2 |
1097 | 2024-05-14T03:17:53.319Z | Downloaded smoltcp v0.9.1 |
1098 | 2024-05-14T03:17:53.319Z | Downloaded sled v0.34.7 |
1099 | 2024-05-14T03:17:53.319Z | Downloaded openapiv3 v2.0.0 |
1100 | 2024-05-14T03:17:53.319Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1101 | 2024-05-14T03:17:53.320Z | Downloaded rustix v0.38.31 |
1102 | 2024-05-14T03:17:53.320Z | Downloaded smoltcp v0.11.0 |
1103 | 2024-05-14T03:17:53.320Z | Downloaded regress v0.9.1 |
1104 | 2024-05-14T03:17:53.320Z | Downloaded tokio v1.37.0 |
1105 | 2024-05-14T03:17:53.320Z | Downloaded zerocopy-derive v0.6.6 |
1106 | 2024-05-14T03:17:53.320Z | Downloaded regex-syntax v0.8.2 |
1107 | 2024-05-14T03:17:53.320Z | Downloaded regex-automata v0.4.5 |
1108 | 2024-05-14T03:17:53.320Z | Downloaded sha3 v0.10.8 |
1109 | 2024-05-14T03:17:53.320Z | Downloaded libc v0.2.154 |
1110 | 2024-05-14T03:17:53.340Z | Downloaded openssl v0.10.64 |
1111 | 2024-05-14T03:17:53.340Z | Downloaded encoding_rs v0.8.33 |
1112 | 2024-05-14T03:17:53.340Z | Downloaded bstr v1.9.0 |
1113 | 2024-05-14T03:17:53.777Z | Downloaded radix_trie v0.2.1 |
1114 | 2024-05-14T03:17:53.777Z | Downloaded winapi v0.3.9 |
1115 | 2024-05-14T03:17:53.777Z | Downloaded rustls v0.21.9 |
1116 | 2024-05-14T03:17:53.777Z | Downloaded diesel v2.1.6 |
1117 | 2024-05-14T03:17:53.778Z | Downloaded gimli v0.28.0 |
1118 | 2024-05-14T03:17:53.778Z | Downloaded bstr v0.2.17 |
1119 | 2024-05-14T03:17:53.778Z | Downloaded winnow v0.6.1 |
1120 | 2024-05-14T03:17:53.778Z | Downloaded hyper v0.14.28 |
1121 | 2024-05-14T03:17:53.778Z | Downloaded rustls-webpki v0.101.7 |
1122 | 2024-05-14T03:17:53.779Z | Downloaded trust-dns-proto v0.22.0 |
1123 | 2024-05-14T03:17:53.779Z | Downloaded rayon v1.10.0 |
1124 | 2024-05-14T03:17:53.779Z | Downloaded petgraph v0.6.4 |
1125 | 2024-05-14T03:17:53.779Z | Downloaded zerocopy v0.7.32 |
1126 | 2024-05-14T03:17:53.779Z | Downloaded schemars v0.8.17 |
1127 | 2024-05-14T03:17:53.780Z | Downloaded serde_json v1.0.116 |
1128 | 2024-05-14T03:17:53.780Z | Downloaded pest v2.7.6 |
1129 | 2024-05-14T03:17:53.780Z | Downloaded flume v0.11.0 |
1130 | 2024-05-14T03:17:53.780Z | Downloaded env_logger v0.9.3 |
1131 | 2024-05-14T03:17:53.781Z | Downloaded url v2.5.0 |
1132 | 2024-05-14T03:17:53.781Z | Downloaded serde_yaml v0.9.25 |
1133 | 2024-05-14T03:17:53.781Z | Downloaded errno v0.3.8 |
1134 | 2024-05-14T03:17:53.781Z | Downloaded pkcs8 v0.10.2 |
1135 | 2024-05-14T03:17:53.782Z | Downloaded getrandom v0.1.16 |
1136 | 2024-05-14T03:17:53.782Z | Downloaded unicode-ident v1.0.12 |
1137 | 2024-05-14T03:17:53.783Z | Downloaded clap_builder v4.5.2 |
1138 | 2024-05-14T03:17:53.783Z | Downloaded http v0.2.12 |
1139 | 2024-05-14T03:17:53.783Z | Downloaded itertools v0.12.1 |
1140 | 2024-05-14T03:17:53.784Z | Downloaded termcolor v1.2.0 |
1141 | 2024-05-14T03:17:53.784Z | Downloaded slog-dtrace v0.3.0 |
1142 | 2024-05-14T03:17:53.784Z | Downloaded rustversion v1.0.14 |
1143 | 2024-05-14T03:17:53.784Z | Downloaded enum-as-inner v0.5.1 |
1144 | 2024-05-14T03:17:53.785Z | Downloaded futures-io v0.3.30 |
1145 | 2024-05-14T03:17:53.785Z | Downloaded steno v0.4.0 |
1146 | 2024-05-14T03:17:53.785Z | Downloaded ron v0.7.1 |
1147 | 2024-05-14T03:17:53.785Z | Downloaded schemars_derive v0.8.17 |
1148 | 2024-05-14T03:17:53.785Z | Downloaded tabled_derive v0.7.0 |
1149 | 2024-05-14T03:17:53.785Z | Downloaded slog-bunyan v2.5.0 |
1150 | 2024-05-14T03:17:53.785Z | Downloaded memchr v2.7.1 |
1151 | 2024-05-14T03:17:53.785Z | Downloaded mio v0.8.11 |
1152 | 2024-05-14T03:17:53.786Z | Downloaded thiserror-impl-no-std v2.0.2 |
1153 | 2024-05-14T03:17:53.786Z | Downloaded time v0.3.34 |
1154 | 2024-05-14T03:17:53.786Z | Downloaded time-core v0.1.2 |
1155 | 2024-05-14T03:17:53.786Z | Downloaded hex-literal v0.4.1 |
1156 | 2024-05-14T03:17:53.786Z | Downloaded phf v0.11.2 |
1157 | 2024-05-14T03:17:53.786Z | Downloaded strsim v0.10.0 |
1158 | 2024-05-14T03:17:53.787Z | Downloaded rustc-demangle v0.1.23 |
1159 | 2024-05-14T03:17:53.787Z | Downloaded russh-keys v0.43.0 |
1160 | 2024-05-14T03:17:53.787Z | Downloaded rayon-core v1.12.1 |
1161 | 2024-05-14T03:17:53.787Z | Downloaded serde_derive_internals v0.29.0 |
1162 | 2024-05-14T03:17:53.787Z | Downloaded serde_derive v1.0.201 |
1163 | 2024-05-14T03:17:53.787Z | Downloaded rustc_version v0.1.7 |
1164 | 2024-05-14T03:17:53.788Z | Downloaded rfc6979 v0.4.0 |
1165 | 2024-05-14T03:17:53.788Z | Downloaded predicates v3.1.0 |
1166 | 2024-05-14T03:17:53.788Z | Downloaded powerfmt v0.2.0 |
1167 | 2024-05-14T03:17:53.788Z | Downloaded http v1.0.0 |
1168 | 2024-05-14T03:17:53.788Z | Downloaded p256 v0.13.2 |
1169 | 2024-05-14T03:17:53.788Z | Downloaded zeroize_derive v1.4.2 |
1170 | 2024-05-14T03:17:53.788Z | Downloaded serde_repr v0.1.16 |
1171 | 2024-05-14T03:17:53.789Z | Downloaded expectorate v1.1.0 |
1172 | 2024-05-14T03:17:53.789Z | Downloaded dirs-next v2.0.0 |
1173 | 2024-05-14T03:17:53.789Z | Downloaded spin v0.9.8 |
1174 | 2024-05-14T03:17:53.789Z | Downloaded typenum v1.16.0 |
1175 | 2024-05-14T03:17:53.789Z | Downloaded itertools v0.10.5 |
1176 | 2024-05-14T03:17:53.789Z | Downloaded stringprep v0.1.3 |
1177 | 2024-05-14T03:17:53.790Z | Downloaded spki v0.7.2 |
1178 | 2024-05-14T03:17:53.790Z | Downloaded subprocess v0.2.9 |
1179 | 2024-05-14T03:17:53.790Z | Downloaded headers v0.3.9 |
1180 | 2024-05-14T03:17:53.790Z | Downloaded trust-dns-resolver v0.22.0 |
1181 | 2024-05-14T03:17:53.791Z | Downloaded whoami v1.5.1 |
1182 | 2024-05-14T03:17:53.791Z | Downloaded utf8parse v0.2.1 |
1183 | 2024-05-14T03:17:53.791Z | Downloaded tokio-rustls v0.25.0 |
1184 | 2024-05-14T03:17:53.791Z | Downloaded diesel_derives v2.1.2 |
1185 | 2024-05-14T03:17:53.792Z | Downloaded dhcproto v0.11.0 |
1186 | 2024-05-14T03:17:53.792Z | Downloaded crossbeam-channel v0.5.8 |
1187 | 2024-05-14T03:17:53.792Z | Downloaded ghash v0.5.0 |
1188 | 2024-05-14T03:17:53.792Z | Downloaded gethostname v0.4.3 |
1189 | 2024-05-14T03:17:53.792Z | Downloaded half v2.3.1 |
1190 | 2024-05-14T03:17:53.792Z | Downloaded toml v0.7.8 |
1191 | 2024-05-14T03:17:53.792Z | Downloaded toml v0.5.11 |
1192 | 2024-05-14T03:17:53.793Z | Downloaded difflib v0.4.0 |
1193 | 2024-05-14T03:17:53.793Z | Downloaded deranged v0.3.11 |
1194 | 2024-05-14T03:17:53.793Z | Downloaded xattr v1.0.1 |
1195 | 2024-05-14T03:17:53.794Z | Downloaded slog-term v2.9.1 |
1196 | 2024-05-14T03:17:53.794Z | Downloaded sha2 v0.10.8 |
1197 | 2024-05-14T03:17:53.794Z | Downloaded parking_lot_core v0.8.6 |
1198 | 2024-05-14T03:17:53.794Z | Downloaded zeroize v1.7.0 |
1199 | 2024-05-14T03:17:53.795Z | Downloaded hyper-staticfile v0.9.5 |
1200 | 2024-05-14T03:17:53.795Z | Downloaded humantime v2.1.0 |
1201 | 2024-05-14T03:17:53.795Z | Downloaded hubpack v0.1.2 |
1202 | 2024-05-14T03:17:53.795Z | Downloaded slog-envlogger v2.2.0 |
1203 | 2024-05-14T03:17:53.795Z | Downloaded rustls-pki-types v1.3.0 |
1204 | 2024-05-14T03:17:53.796Z | Downloaded rustfmt-wrapper v0.2.1 |
1205 | 2024-05-14T03:17:53.796Z | Downloaded hostname v0.4.0 |
1206 | 2024-05-14T03:17:53.796Z | Downloaded hostname v0.3.1 |
1207 | 2024-05-14T03:17:53.796Z | Downloaded pest_derive v2.7.6 |
1208 | 2024-05-14T03:17:53.797Z | Downloaded parking_lot v0.11.2 |
1209 | 2024-05-14T03:17:53.797Z | Downloaded num-traits v0.2.18 |
1210 | 2024-05-14T03:17:53.797Z | Downloaded darling_core v0.20.8 |
1211 | 2024-05-14T03:17:53.797Z | Downloaded foreign-types v0.5.0 |
1212 | 2024-05-14T03:17:53.798Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1213 | 2024-05-14T03:17:53.814Z | Downloaded semver v1.0.22 |
1214 | 2024-05-14T03:17:53.814Z | Downloaded ring v0.17.8 |
1215 | 2024-05-14T03:17:53.814Z | Downloaded futures v0.3.30 |
1216 | 2024-05-14T03:17:53.814Z | Downloaded omicron-zone-package v0.11.0 |
1217 | 2024-05-14T03:17:53.814Z | Downloaded log v0.4.21 |
1218 | 2024-05-14T03:17:53.814Z | Downloaded password-hash v0.5.0 |
1219 | 2024-05-14T03:17:53.814Z | Downloaded cc v1.0.83 |
1220 | 2024-05-14T03:17:53.814Z | Downloaded serde_urlencoded v0.7.1 |
1221 | 2024-05-14T03:17:53.814Z | Downloaded rustls-pemfile v2.1.2 |
1222 | 2024-05-14T03:17:53.815Z | Downloaded quote v1.0.36 |
1223 | 2024-05-14T03:17:53.837Z | Downloaded string_cache v0.8.7 |
1224 | 2024-05-14T03:17:53.837Z | Downloaded stable_deref_trait v1.2.0 |
1225 | 2024-05-14T03:17:53.837Z | Downloaded pin-project-lite v0.2.13 |
1226 | 2024-05-14T03:17:53.837Z | Downloaded crypto-bigint v0.5.2 |
1227 | 2024-05-14T03:17:53.837Z | Downloaded parking_lot_core v0.9.8 |
1228 | 2024-05-14T03:17:53.837Z | Downloaded mime_guess v2.0.4 |
1229 | 2024-05-14T03:17:53.872Z | Downloaded ring v0.16.20 |
1230 | 2024-05-14T03:17:53.915Z | Downloaded same-file v1.0.6 |
1231 | 2024-05-14T03:17:53.935Z | Downloaded native-tls v0.2.11 |
1232 | 2024-05-14T03:17:53.935Z | Downloaded const-oid v0.9.6 |
1233 | 2024-05-14T03:17:53.935Z | Downloaded cancel-safe-futures v0.1.5 |
1234 | 2024-05-14T03:17:53.936Z | Downloaded pest_generator v2.7.6 |
1235 | 2024-05-14T03:17:53.936Z | Downloaded owo-colors v4.0.0 |
1236 | 2024-05-14T03:17:53.936Z | Downloaded num-complex v0.4.5 |
1237 | 2024-05-14T03:17:53.936Z | Downloaded memmap v0.7.0 |
1238 | 2024-05-14T03:17:53.936Z | Downloaded pbkdf2 v0.11.0 |
1239 | 2024-05-14T03:17:53.936Z | Downloaded num_enum v0.5.11 |
1240 | 2024-05-14T03:17:53.937Z | Downloaded mime v0.3.17 |
1241 | 2024-05-14T03:17:54.370Z | Downloaded defmt-macros v0.3.6 |
1242 | 2024-05-14T03:17:54.370Z | Downloaded bytecount v0.6.3 |
1243 | 2024-05-14T03:17:54.370Z | Downloaded newtype-uuid v1.1.0 |
1244 | 2024-05-14T03:17:54.370Z | Downloaded console v0.15.8 |
1245 | 2024-05-14T03:17:54.370Z | Downloaded parse-display-derive v0.9.0 |
1246 | 2024-05-14T03:17:54.370Z | Downloaded multer v3.1.0 |
1247 | 2024-05-14T03:17:54.371Z | Downloaded structmeta v0.3.0 |
1248 | 2024-05-14T03:17:54.371Z | Downloaded strsim v0.11.0 |
1249 | 2024-05-14T03:17:54.371Z | Downloaded clap v4.5.4 |
1250 | 2024-05-14T03:17:54.371Z | Downloaded terminal_size v0.3.0 |
1251 | 2024-05-14T03:17:54.371Z | Downloaded slog-async v2.8.0 |
1252 | 2024-05-14T03:17:54.371Z | Downloaded paste v1.0.14 |
1253 | 2024-05-14T03:17:54.372Z | Downloaded cookie_store v0.20.0 |
1254 | 2024-05-14T03:17:54.372Z | Downloaded camino-tempfile v1.1.1 |
1255 | 2024-05-14T03:17:54.372Z | Downloaded camino v1.1.6 |
1256 | 2024-05-14T03:17:54.372Z | Downloaded zone_cfg_derive v0.1.2 |
1257 | 2024-05-14T03:17:54.372Z | Downloaded try-lock v0.2.4 |
1258 | 2024-05-14T03:17:54.372Z | Downloaded num-iter v0.1.44 |
1259 | 2024-05-14T03:17:54.372Z | Downloaded num v0.4.2 |
1260 | 2024-05-14T03:17:54.373Z | Downloaded md-5 v0.10.5 |
1261 | 2024-05-14T03:17:54.373Z | Downloaded matches v0.1.10 |
1262 | 2024-05-14T03:17:54.373Z | Downloaded ctr v0.9.2 |
1263 | 2024-05-14T03:17:54.373Z | Downloaded clap_derive v4.5.4 |
1264 | 2024-05-14T03:17:54.373Z | Downloaded cfg-if v1.0.0 |
1265 | 2024-05-14T03:17:54.373Z | Downloaded bzip2 v0.4.4 |
1266 | 2024-05-14T03:17:54.373Z | Downloaded block-padding v0.3.3 |
1267 | 2024-05-14T03:17:54.374Z | Downloaded blake2 v0.10.6 |
1268 | 2024-05-14T03:17:54.374Z | Downloaded chacha20 v0.9.1 |
1269 | 2024-05-14T03:17:54.374Z | Downloaded cbc v0.1.2 |
1270 | 2024-05-14T03:17:54.374Z | Downloaded cpufeatures v0.2.12 |
1271 | 2024-05-14T03:17:54.374Z | Downloaded byteorder v1.5.0 |
1272 | 2024-05-14T03:17:54.374Z | Downloaded openssl-probe v0.1.5 |
1273 | 2024-05-14T03:17:54.374Z | Downloaded opaque-debug v0.3.0 |
1274 | 2024-05-14T03:17:54.374Z | Downloaded num-conv v0.1.0 |
1275 | 2024-05-14T03:17:54.375Z | Downloaded normalize-line-endings v0.3.0 |
1276 | 2024-05-14T03:17:54.375Z | Downloaded new_debug_unreachable v1.0.4 |
1277 | 2024-05-14T03:17:54.375Z | Downloaded backtrace v0.3.69 |
1278 | 2024-05-14T03:17:54.375Z | Downloaded crypto-common v0.1.6 |
1279 | 2024-05-14T03:17:54.375Z | Downloaded blowfish v0.9.1 |
1280 | 2024-05-14T03:17:54.375Z | Downloaded keccak v0.1.4 |
1281 | 2024-05-14T03:17:54.375Z | Downloaded crossbeam-deque v0.8.3 |
1282 | 2024-05-14T03:17:54.375Z | Downloaded itoa v1.0.9 |
1283 | 2024-05-14T03:17:54.376Z | Downloaded ipnetwork v0.20.0 |
1284 | 2024-05-14T03:17:54.376Z | Downloaded ipnet v2.9.0 |
1285 | 2024-05-14T03:17:54.376Z | Downloaded constant_time_eq v0.3.0 |
1286 | 2024-05-14T03:17:54.376Z | Downloaded colored v2.1.0 |
1287 | 2024-05-14T03:17:54.376Z | Downloaded clap_lex v0.7.0 |
1288 | 2024-05-14T03:17:54.376Z | Downloaded block-buffer v0.10.4 |
1289 | 2024-05-14T03:17:54.376Z | Downloaded base64ct v1.6.0 |
1290 | 2024-05-14T03:17:54.376Z | Downloaded atomic-waker v1.1.1 |
1291 | 2024-05-14T03:17:54.376Z | Downloaded anstyle-query v1.0.0 |
1292 | 2024-05-14T03:17:54.376Z | Downloaded ciborium-io v0.2.2 |
1293 | 2024-05-14T03:17:54.377Z | Downloaded bitstruct v0.1.1 |
1294 | 2024-05-14T03:17:54.377Z | Downloaded async-stream-impl v0.3.5 |
1295 | 2024-05-14T03:17:54.377Z | Downloaded arrayvec v0.7.4 |
1296 | 2024-05-14T03:17:54.377Z | Downloaded arrayref v0.3.7 |
1297 | 2024-05-14T03:17:54.377Z | Downloaded atty v0.2.14 |
1298 | 2024-05-14T03:17:54.377Z | Downloaded atomicwrites v0.4.3 |
1299 | 2024-05-14T03:17:54.377Z | Downloaded async-stream v0.3.5 |
1300 | 2024-05-14T03:17:54.447Z | Compiling proc-macro2 v1.0.81 |
1301 | 2024-05-14T03:17:54.447Z | Compiling unicode-ident v1.0.12 |
1302 | 2024-05-14T03:17:54.457Z | Compiling libc v0.2.154 |
1303 | 2024-05-14T03:17:54.457Z | Compiling serde v1.0.201 |
1304 | 2024-05-14T03:17:54.457Z | Compiling version_check v0.9.4 |
1305 | 2024-05-14T03:17:54.457Z | Compiling cfg-if v1.0.0 |
1306 | 2024-05-14T03:17:54.507Z | Compiling autocfg v1.1.0 |
1307 | 2024-05-14T03:17:54.648Z | Compiling typenum v1.16.0 |
1308 | 2024-05-14T03:17:54.665Z | Compiling parking_lot_core v0.9.8 |
1309 | 2024-05-14T03:17:54.730Z | Compiling once_cell v1.19.0 |
1310 | 2024-05-14T03:17:55.138Z | Compiling libm v0.2.7 |
1311 | 2024-05-14T03:17:55.353Z | Compiling generic-array v0.14.7 |
1312 | 2024-05-14T03:17:55.371Z | Compiling lock_api v0.4.10 |
1313 | 2024-05-14T03:17:56.187Z | Compiling ahash v0.8.8 |
1314 | 2024-05-14T03:17:56.200Z | Compiling thiserror v1.0.59 |
1315 | 2024-05-14T03:17:56.203Z | Compiling num-traits v0.2.18 |
1316 | 2024-05-14T03:17:56.319Z | Compiling byteorder v1.5.0 |
1317 | 2024-05-14T03:17:56.394Z | Compiling serde_json v1.0.116 |
1318 | 2024-05-14T03:17:56.498Z | Compiling memchr v2.7.1 |
1319 | 2024-05-14T03:17:56.721Z | Compiling log v0.4.21 |
1320 | 2024-05-14T03:17:56.742Z | Compiling itoa v1.0.9 |
1321 | 2024-05-14T03:17:56.903Z | Compiling scopeguard v1.2.0 |
1322 | 2024-05-14T03:17:57.149Z | Compiling quote v1.0.36 |
1323 | 2024-05-14T03:17:57.422Z | Compiling slab v0.4.9 |
1324 | 2024-05-14T03:17:57.556Z | Compiling syn v2.0.60 |
1325 | 2024-05-14T03:17:57.731Z | Compiling getrandom v0.2.12 |
1326 | 2024-05-14T03:17:57.804Z | Compiling cc v1.0.83 |
1327 | 2024-05-14T03:17:58.055Z | Compiling rand_core v0.6.4 |
1328 | 2024-05-14T03:17:58.280Z | Compiling smallvec v1.13.1 |
1329 | 2024-05-14T03:17:58.368Z | Compiling allocator-api2 v0.2.16 |
1330 | 2024-05-14T03:17:58.423Z | Compiling subtle v2.5.0 |
1331 | 2024-05-14T03:17:58.539Z | Compiling pin-project-lite v0.2.13 |
1332 | 2024-05-14T03:17:58.654Z | Compiling syn v1.0.109 |
1333 | 2024-05-14T03:17:58.693Z | Compiling ryu v1.0.15 |
1334 | 2024-05-14T03:17:58.751Z | Compiling pkg-config v0.3.27 |
1335 | 2024-05-14T03:17:59.042Z | Compiling parking_lot v0.12.1 |
1336 | 2024-05-14T03:17:59.266Z | Compiling schemars v0.8.17 |
1337 | 2024-05-14T03:17:59.333Z | Compiling signal-hook-registry v1.4.1 |
1338 | 2024-05-14T03:17:59.616Z | Compiling mio v0.8.11 |
1339 | 2024-05-14T03:17:59.920Z | Compiling equivalent v1.0.1 |
1340 | 2024-05-14T03:18:00.124Z | Compiling socket2 v0.5.6 |
1341 | 2024-05-14T03:18:00.146Z | Compiling num_cpus v1.16.0 |
1342 | 2024-05-14T03:18:00.670Z | Compiling time-core v0.1.2 |
1343 | 2024-05-14T03:18:00.689Z | Compiling num-conv v0.1.0 |
1344 | 2024-05-14T03:18:00.748Z | Compiling time-macros v0.2.17 |
1345 | 2024-05-14T03:18:00.772Z | Compiling ring v0.17.8 |
1346 | 2024-05-14T03:18:00.921Z | Compiling futures-core v0.3.30 |
1347 | 2024-05-14T03:18:01.140Z | Compiling vcpkg v0.2.15 |
1348 | 2024-05-14T03:18:01.168Z | Compiling httparse v1.8.0 |
1349 | 2024-05-14T03:18:01.473Z | Compiling const-oid v0.9.6 |
1350 | 2024-05-14T03:18:03.323Z | Compiling fnv v1.0.7 |
1351 | 2024-05-14T03:18:03.340Z | Compiling openssl-sys v0.9.102 |
1352 | 2024-05-14T03:18:03.382Z | Compiling futures-sink v0.3.30 |
1353 | 2024-05-14T03:18:03.440Z | Compiling ring v0.16.20 |
1354 | 2024-05-14T03:18:03.866Z | Compiling futures-channel v0.3.30 |
1355 | 2024-05-14T03:18:03.972Z | Compiling pin-utils v0.1.0 |
1356 | 2024-05-14T03:18:04.076Z | Compiling futures-task v0.3.30 |
1357 | 2024-05-14T03:18:04.257Z | Compiling spin v0.5.2 |
1358 | 2024-05-14T03:18:04.336Z | Compiling futures-io v0.3.30 |
1359 | 2024-05-14T03:18:04.360Z | Compiling slog v2.7.0 |
1360 | 2024-05-14T03:18:04.360Z | Compiling openssl v0.10.64 |
1361 | 2024-05-14T03:18:04.485Z | Compiling semver v1.0.22 |
1362 | 2024-05-14T03:18:04.596Z | Compiling rustix v0.38.31 |
1363 | 2024-05-14T03:18:04.664Z | Compiling iana-time-zone v0.1.57 |
1364 | 2024-05-14T03:18:04.801Z | Compiling serde_derive_internals v0.29.0 |
1365 | 2024-05-14T03:18:04.939Z | Compiling heck v0.4.1 |
1366 | 2024-05-14T03:18:05.059Z | Compiling rustls v0.21.9 |
1367 | 2024-05-14T03:18:05.471Z | Compiling native-tls v0.2.11 |
1368 | 2024-05-14T03:18:05.471Z | Compiling tinyvec_macros v0.1.1 |
1369 | 2024-05-14T03:18:05.471Z | Compiling cpufeatures v0.2.12 |
1370 | 2024-05-14T03:18:05.471Z | Compiling backtrace v0.3.69 |
1371 | 2024-05-14T03:18:05.499Z | Compiling cookie v0.17.0 |
1372 | 2024-05-14T03:18:05.514Z | Compiling tinyvec v1.6.0 |
1373 | 2024-05-14T03:18:06.139Z | Compiling aho-corasick v1.1.2 |
1374 | 2024-05-14T03:18:06.365Z | Compiling heck v0.5.0 |
1375 | 2024-05-14T03:18:06.459Z | Compiling regex-syntax v0.8.2 |
1376 | 2024-05-14T03:18:06.730Z | Compiling unicode-bidi v0.3.15 |
1377 | 2024-05-14T03:18:06.862Z | Compiling dyn-clone v1.0.17 |
1378 | 2024-05-14T03:18:07.003Z | Compiling unicode-normalization v0.1.22 |
1379 | 2024-05-14T03:18:07.663Z | Compiling ppv-lite86 v0.2.17 |
1380 | 2024-05-14T03:18:08.010Z | Compiling anyhow v1.0.83 |
1381 | 2024-05-14T03:18:08.062Z | Compiling crossbeam-utils v0.8.19 |
1382 | 2024-05-14T03:18:08.197Z | Compiling tracing-core v0.1.32 |
1383 | 2024-05-14T03:18:09.013Z | Compiling ucd-trie v0.1.6 |
1384 | 2024-05-14T03:18:09.759Z | Compiling percent-encoding v2.3.1 |
1385 | 2024-05-14T03:18:09.820Z | Compiling regex-automata v0.4.5 |
1386 | 2024-05-14T03:18:10.131Z | Compiling rand_chacha v0.3.1 |
1387 | 2024-05-14T03:18:12.391Z | Compiling rand v0.8.5 |
1388 | 2024-05-14T03:18:12.403Z | Compiling serde_derive v1.0.201 |
1389 | 2024-05-14T03:18:12.403Z | Compiling zeroize_derive v1.4.2 |
1390 | 2024-05-14T03:18:12.822Z | Compiling zerocopy-derive v0.7.32 |
1391 | 2024-05-14T03:18:12.949Z | Compiling thiserror-impl v1.0.59 |
1392 | 2024-05-14T03:18:13.699Z | Compiling tokio-macros v2.2.0 |
1393 | 2024-05-14T03:18:13.763Z | Compiling futures-macro v0.3.30 |
1394 | 2024-05-14T03:18:13.819Z | Compiling zeroize v1.7.0 |
1395 | 2024-05-14T03:18:14.311Z | Compiling tracing-attributes v0.1.27 |
1396 | 2024-05-14T03:18:14.903Z | Compiling zerocopy v0.7.32 |
1397 | 2024-05-14T03:18:15.102Z | Compiling schemars_derive v0.8.17 |
1398 | 2024-05-14T03:18:15.724Z | Compiling crypto-common v0.1.6 |
1399 | 2024-05-14T03:18:16.066Z | Compiling block-buffer v0.10.4 |
1400 | 2024-05-14T03:18:16.424Z | Compiling digest v0.10.7 |
1401 | 2024-05-14T03:18:16.666Z | Compiling futures-util v0.3.30 |
1402 | 2024-05-14T03:18:16.745Z | Compiling openssl-macros v0.1.1 |
1403 | 2024-05-14T03:18:17.096Z | Compiling hashbrown v0.14.3 |
1404 | 2024-05-14T03:18:17.699Z | Compiling async-trait v0.1.80 |
1405 | 2024-05-14T03:18:18.560Z | Compiling scroll_derive v0.12.0 |
1406 | 2024-05-14T03:18:18.624Z | Compiling tracing v0.1.40 |
1407 | 2024-05-14T03:18:18.624Z | Compiling pest v2.7.6 |
1408 | 2024-05-14T03:18:18.938Z | Compiling regex v1.10.4 |
1409 | 2024-05-14T03:18:22.344Z | Compiling der_derive v0.7.2 |
1410 | 2024-05-14T03:18:22.433Z | Compiling spin v0.9.8 |
1411 | 2024-05-14T03:18:22.433Z | Compiling rustversion v1.0.14 |
1412 | 2024-05-14T03:18:22.433Z | Compiling powerfmt v0.2.0 |
1413 | 2024-05-14T03:18:22.434Z | Compiling pest_meta v2.7.6 |
1414 | 2024-05-14T03:18:22.434Z | Compiling deranged v0.3.11 |
1415 | 2024-05-14T03:18:22.435Z | Compiling pest_generator v2.7.6 |
1416 | 2024-05-14T03:18:22.436Z | Compiling form_urlencoded v1.2.1 |
1417 | 2024-05-14T03:18:22.769Z | Compiling usdt-impl v0.5.0 |
1418 | 2024-05-14T03:18:22.955Z | Compiling unicode-width v0.1.11 |
1419 | 2024-05-14T03:18:23.120Z | Compiling winnow v0.5.15 |
1420 | 2024-05-14T03:18:23.409Z | Compiling num_threads v0.1.6 |
1421 | 2024-05-14T03:18:23.599Z | Compiling time v0.3.34 |
1422 | 2024-05-14T03:18:24.311Z | Compiling scroll v0.12.0 |
1423 | 2024-05-14T03:18:25.897Z | Compiling pest_derive v2.7.6 |
1424 | 2024-05-14T03:18:26.622Z | Compiling bytes v1.6.0 |
1425 | 2024-05-14T03:18:27.340Z | Compiling indexmap v2.2.6 |
1426 | 2024-05-14T03:18:27.703Z | Compiling tokio v1.37.0 |
1427 | 2024-05-14T03:18:28.007Z | Compiling serde_tokenstream v0.2.0 |
1428 | 2024-05-14T03:18:28.271Z | Compiling chrono v0.4.38 |
1429 | 2024-05-14T03:18:28.447Z | Compiling uuid v1.8.0 |
1430 | 2024-05-14T03:18:29.511Z | Compiling bitflags v2.4.2 |
1431 | 2024-05-14T03:18:29.613Z | Compiling http v0.2.12 |
1432 | 2024-05-14T03:18:29.952Z | Compiling toml_datetime v0.6.5 |
1433 | 2024-05-14T03:18:30.725Z | Compiling serde_spanned v0.6.5 |
1434 | 2024-05-14T03:18:30.882Z | Compiling rustc_version v0.4.0 |
1435 | 2024-05-14T03:18:31.873Z | Compiling toml_edit v0.19.15 |
1436 | 2024-05-14T03:18:32.167Z | Compiling plain v0.2.3 |
1437 | 2024-05-14T03:18:32.315Z | Compiling goblin v0.8.0 |
1438 | 2024-05-14T03:18:32.378Z | Compiling openapiv3 v2.0.0 |
1439 | 2024-05-14T03:18:35.015Z | Compiling idna v0.5.0 |
1440 | 2024-05-14T03:18:36.201Z | Compiling crc32fast v1.3.2 |
1441 | 2024-05-14T03:18:36.710Z | Compiling pretty-hex v0.4.1 |
1442 | 2024-05-14T03:18:36.886Z | Compiling url v2.5.0 |
1443 | 2024-05-14T03:18:36.915Z | Compiling dtrace-parser v0.2.0 |
1444 | 2024-05-14T03:18:38.449Z | Compiling dof v0.3.0 |
1445 | 2024-05-14T03:18:39.055Z | Compiling lazy_static v1.4.0 |
1446 | 2024-05-14T03:18:39.056Z | Compiling thread-id v4.2.0 |
1447 | 2024-05-14T03:18:39.672Z | Compiling tokio-util v0.7.10 |
1448 | 2024-05-14T03:18:41.172Z | Compiling untrusted v0.9.0 |
1449 | 2024-05-14T03:18:41.521Z | Compiling untrusted v0.7.1 |
1450 | 2024-05-14T03:18:41.547Z | Compiling foreign-types-shared v0.1.1 |
1451 | 2024-05-14T03:18:42.463Z | Compiling foreign-types v0.3.2 |
1452 | 2024-05-14T03:18:44.395Z | Compiling errno v0.3.8 |
1453 | 2024-05-14T03:18:44.598Z | Compiling try-lock v0.2.4 |
1454 | 2024-05-14T03:18:44.646Z | Compiling base64 v0.21.7 |
1455 | 2024-05-14T03:18:44.887Z | Compiling adler v1.0.2 |
1456 | 2024-05-14T03:18:45.411Z | Compiling miniz_oxide v0.7.1 |
1457 | 2024-05-14T03:18:46.331Z | Compiling want v0.3.1 |
1458 | 2024-05-14T03:18:46.485Z | Compiling sct v0.7.0 |
1459 | 2024-05-14T03:18:46.794Z | Compiling rustls-webpki v0.101.7 |
1460 | 2024-05-14T03:18:46.956Z | Compiling usdt-macro v0.5.0 |
1461 | 2024-05-14T03:18:47.419Z | Compiling usdt-attr-macro v0.5.0 |
1462 | 2024-05-14T03:18:48.401Z | Compiling h2 v0.3.26 |
1463 | 2024-05-14T03:18:49.114Z | Compiling http-body v0.4.5 |
1464 | 2024-05-14T03:18:49.640Z | Compiling num-bigint v0.4.4 |
1465 | 2024-05-14T03:18:50.389Z | Compiling httpdate v1.0.3 |
1466 | 2024-05-14T03:18:50.501Z | Compiling openssl-probe v0.1.5 |
1467 | 2024-05-14T03:18:50.841Z | Compiling tower-service v0.3.2 |
1468 | 2024-05-14T03:18:52.105Z | Compiling heapless v0.7.16 |
1469 | 2024-05-14T03:18:52.324Z | Compiling idna v0.3.0 |
1470 | 2024-05-14T03:18:52.897Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1471 | 2024-05-14T03:18:53.227Z | Compiling psl-types v2.0.11 |
1472 | 2024-05-14T03:18:53.609Z | Compiling base64ct v1.6.0 |
1473 | 2024-05-14T03:18:53.913Z | Compiling signal-hook v0.3.17 |
1474 | 2024-05-14T03:18:54.231Z | Compiling publicsuffix v2.2.3 |
1475 | 2024-05-14T03:18:54.493Z | Compiling tokio-native-tls v0.3.1 |
1476 | 2024-05-14T03:18:55.418Z | Compiling hyper v0.14.28 |
1477 | 2024-05-14T03:18:55.726Z | Compiling tokio-rustls v0.24.1 |
1478 | 2024-05-14T03:18:55.855Z | Compiling crossbeam-epoch v0.9.18 |
1479 | 2024-05-14T03:18:56.914Z | Compiling ipnet v2.9.0 |
1480 | 2024-05-14T03:18:57.008Z | Compiling gimli v0.28.0 |
1481 | 2024-05-14T03:18:57.112Z | Compiling cookie_store v0.20.0 |
1482 | 2024-05-14T03:18:58.675Z | Compiling rustls-pemfile v1.0.3 |
1483 | 2024-05-14T03:18:58.827Z | Compiling serde_urlencoded v0.7.1 |
1484 | 2024-05-14T03:18:59.336Z | Compiling enum-as-inner v0.5.1 |
1485 | 2024-05-14T03:18:59.561Z | Compiling object v0.32.1 |
1486 | 2024-05-14T03:19:00.469Z | Compiling encoding_rs v0.8.33 |
1487 | 2024-05-14T03:19:00.758Z | Compiling addr2line v0.21.0 |
1488 | 2024-05-14T03:19:01.373Z | Compiling mime v0.3.17 |
1489 | 2024-05-14T03:19:01.396Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1490 | 2024-05-14T03:19:01.512Z | Compiling data-encoding v2.4.0 |
1491 | 2024-05-14T03:19:02.037Z | Compiling webpki-roots v0.25.2 |
1492 | 2024-05-14T03:19:02.175Z | Compiling hyper-rustls v0.24.2 |
1493 | 2024-05-14T03:19:02.238Z | Compiling hyper-tls v0.5.0 |
1494 | 2024-05-14T03:19:03.110Z | Compiling either v1.11.0 |
1495 | 2024-05-14T03:19:03.531Z | Compiling sync_wrapper v0.1.2 |
1496 | 2024-05-14T03:19:03.843Z | Compiling rustc-demangle v0.1.23 |
1497 | 2024-05-14T03:19:04.102Z | Compiling smoltcp v0.9.1 |
1498 | 2024-05-14T03:19:04.656Z | Compiling pem-rfc7468 v0.7.0 |
1499 | 2024-05-14T03:19:04.879Z | Compiling reqwest v0.11.27 |
1500 | 2024-05-14T03:19:05.931Z | Compiling hmac v0.12.1 |
1501 | 2024-05-14T03:19:06.191Z | Compiling futures-executor v0.3.30 |
1502 | 2024-05-14T03:19:06.792Z | Compiling regress v0.9.1 |
1503 | 2024-05-14T03:19:08.572Z | Compiling flagset v0.4.3 |
1504 | 2024-05-14T03:19:08.770Z | Compiling unicode-segmentation v1.10.1 |
1505 | 2024-05-14T03:19:08.774Z | Compiling winnow v0.6.1 |
1506 | 2024-05-14T03:19:09.175Z | Compiling siphasher v0.3.11 |
1507 | 2024-05-14T03:19:09.589Z | Compiling der v0.7.8 |
1508 | 2024-05-14T03:19:10.556Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1509 | 2024-05-14T03:19:12.220Z | Compiling toml_edit v0.22.12 |
1510 | 2024-05-14T03:19:12.544Z | Compiling flate2 v1.0.28 |
1511 | 2024-05-14T03:19:14.876Z | Compiling hubpack_derive v0.1.1 |
1512 | 2024-05-14T03:19:14.900Z | Compiling zerocopy-derive v0.6.6 |
1513 | 2024-05-14T03:19:14.921Z | Compiling clap_derive v4.5.4 |
1514 | 2024-05-14T03:19:16.429Z | Compiling anstyle v1.0.7 |
1515 | 2024-05-14T03:19:16.986Z | Compiling bitflags v1.3.2 |
1516 | 2024-05-14T03:19:17.009Z | Compiling utf8parse v0.2.1 |
1517 | 2024-05-14T03:19:17.161Z | Compiling anstyle-parse v0.2.1 |
1518 | 2024-05-14T03:19:17.181Z | Compiling sha2 v0.10.8 |
1519 | 2024-05-14T03:19:18.878Z | Compiling futures v0.3.30 |
1520 | 2024-05-14T03:19:19.677Z | Compiling spki v0.7.2 |
1521 | 2024-05-14T03:19:20.445Z | Compiling md-5 v0.10.5 |
1522 | 2024-05-14T03:19:20.556Z | Compiling toml v0.7.8 |
1523 | 2024-05-14T03:19:20.592Z | Compiling hex v0.4.3 |
1524 | 2024-05-14T03:19:20.717Z | Compiling block-padding v0.3.3 |
1525 | 2024-05-14T03:19:20.843Z | Compiling stringprep v0.1.3 |
1526 | 2024-05-14T03:19:20.978Z | Compiling num-integer v0.1.46 |
1527 | 2024-05-14T03:19:20.994Z | Compiling diesel_table_macro_syntax v0.1.0 |
1528 | 2024-05-14T03:19:21.156Z | Compiling hash32 v0.2.1 |
1529 | 2024-05-14T03:19:21.718Z | Compiling anstyle-query v1.0.0 |
1530 | 2024-05-14T03:19:21.760Z | Compiling stable_deref_trait v1.2.0 |
1531 | 2024-05-14T03:19:21.852Z | Compiling fallible-iterator v0.2.0 |
1532 | 2024-05-14T03:19:21.855Z | Compiling colorchoice v1.0.0 |
1533 | 2024-05-14T03:19:22.020Z | Compiling anstream v0.6.11 |
1534 | 2024-05-14T03:19:22.507Z | Compiling postgres-protocol v0.6.6 |
1535 | 2024-05-14T03:19:22.951Z | Compiling diesel_derives v2.1.2 |
1536 | 2024-05-14T03:19:23.413Z | Compiling inout v0.1.3 |
1537 | 2024-05-14T03:19:23.861Z | Compiling pkcs8 v0.10.2 |
1538 | 2024-05-14T03:19:24.415Z | Compiling phf_shared v0.11.2 |
1539 | 2024-05-14T03:19:24.842Z | Compiling terminal_size v0.3.0 |
1540 | 2024-05-14T03:19:24.914Z | Compiling ff v0.13.0 |
1541 | 2024-05-14T03:19:25.145Z | Compiling strum_macros v0.25.2 |
1542 | 2024-05-14T03:19:25.447Z | Compiling serde_repr v0.1.16 |
1543 | 2024-05-14T03:19:25.573Z | Compiling scheduled-thread-pool v0.2.7 |
1544 | 2024-05-14T03:19:25.837Z | Compiling managed v0.8.0 |
1545 | 2024-05-14T03:19:26.266Z | Compiling strsim v0.11.0 |
1546 | 2024-05-14T03:19:26.269Z | Compiling regex-automata v0.1.10 |
1547 | 2024-05-14T03:19:26.524Z | Compiling base16ct v0.2.0 |
1548 | 2024-05-14T03:19:26.679Z | Compiling clap_lex v0.7.0 |
1549 | 2024-05-14T03:19:26.800Z | Compiling bit-vec v0.6.3 |
1550 | 2024-05-14T03:19:26.841Z | Compiling matches v0.1.10 |
1551 | 2024-05-14T03:19:26.930Z | Compiling clap_builder v4.5.2 |
1552 | 2024-05-14T03:19:27.157Z | Compiling idna v0.2.3 |
1553 | 2024-05-14T03:19:27.285Z | Compiling sec1 v0.7.3 |
1554 | 2024-05-14T03:19:27.838Z | Compiling bstr v0.2.17 |
1555 | 2024-05-14T03:19:28.800Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1556 | 2024-05-14T03:19:29.195Z | Compiling r2d2 v0.8.10 |
1557 | 2024-05-14T03:19:29.566Z | Compiling group v0.13.0 |
1558 | 2024-05-14T03:19:30.015Z | Compiling phf v0.11.2 |
1559 | 2024-05-14T03:19:30.300Z | Compiling signal-hook-mio v0.2.3 |
1560 | 2024-05-14T03:19:30.545Z | Compiling bzip2 v0.4.4 |
1561 | 2024-05-14T03:19:30.870Z | Compiling cipher v0.4.4 |
1562 | 2024-05-14T03:19:30.958Z | Compiling postgres-types v0.2.6 |
1563 | 2024-05-14T03:19:31.770Z | Compiling zerocopy v0.6.6 |
1564 | 2024-05-14T03:19:32.425Z | Compiling hubpack v0.1.2 |
1565 | 2024-05-14T03:19:32.440Z | Compiling phf_shared v0.10.0 |
1566 | 2024-05-14T03:19:32.604Z | Compiling hkdf v0.12.4 |
1567 | 2024-05-14T03:19:32.871Z | Compiling crypto-bigint v0.5.2 |
1568 | 2024-05-14T03:19:32.874Z | Compiling ipnetwork v0.20.0 |
1569 | 2024-05-14T03:19:34.399Z | Compiling float-cmp v0.9.0 |
1570 | 2024-05-14T03:19:34.410Z | Compiling memmap v0.7.0 |
1571 | 2024-05-14T03:19:34.780Z | Compiling normalize-line-endings v0.3.0 |
1572 | 2024-05-14T03:19:34.926Z | Compiling minimal-lexical v0.2.1 |
1573 | 2024-05-14T03:19:35.442Z | Compiling static_assertions v1.1.0 |
1574 | 2024-05-14T03:19:36.787Z | Compiling difflib v0.4.0 |
1575 | 2024-05-14T03:19:36.798Z | Compiling precomputed-hash v0.1.1 |
1576 | 2024-05-14T03:19:36.798Z | Compiling new_debug_unreachable v1.0.4 |
1577 | 2024-05-14T03:19:36.838Z | Compiling whoami v1.5.1 |
1578 | 2024-05-14T03:19:37.571Z | Compiling fixedbitset v0.4.2 |
1579 | 2024-05-14T03:19:37.617Z | Compiling predicates-core v1.0.6 |
1580 | 2024-05-14T03:19:37.864Z | Compiling predicates v3.1.0 |
1581 | 2024-05-14T03:19:38.014Z | Compiling petgraph v0.6.4 |
1582 | 2024-05-14T03:19:38.025Z | Compiling tokio-postgres v0.7.10 |
1583 | 2024-05-14T03:19:38.097Z | Compiling string_cache v0.8.7 |
1584 | 2024-05-14T03:19:38.579Z | Compiling trust-dns-proto v0.22.0 |
1585 | 2024-05-14T03:19:38.711Z | Compiling diesel v2.1.6 |
1586 | 2024-05-14T03:19:40.100Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1587 | 2024-05-14T03:19:40.111Z | Compiling nom v7.1.3 |
1588 | 2024-05-14T03:19:40.517Z | Compiling elliptic-curve v0.13.8 |
1589 | 2024-05-14T03:19:41.338Z | Compiling usdt v0.5.0 |
1590 | 2024-05-14T03:19:41.829Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1591 | 2024-05-14T03:19:41.908Z | Compiling yasna v0.5.2 |
1592 | 2024-05-14T03:19:41.971Z | Compiling zip v0.6.6 |
1593 | 2024-05-14T03:19:43.342Z | Compiling clap v4.5.4 |
1594 | 2024-05-14T03:19:43.457Z | Compiling crossterm v0.27.0 |
1595 | 2024-05-14T03:19:43.766Z | Compiling similar v2.4.0 |
1596 | 2024-05-14T03:19:44.272Z | Compiling bit-set v0.5.3 |
1597 | 2024-05-14T03:19:44.580Z | Compiling num-iter v0.1.44 |
1598 | 2024-05-14T03:19:44.767Z | Compiling console v0.15.8 |
1599 | 2024-05-14T03:19:45.263Z | Compiling itertools v0.10.5 |
1600 | 2024-05-14T03:19:45.434Z | Compiling tokio-stream v0.1.15 |
1601 | 2024-05-14T03:19:46.418Z | Compiling getopts v0.2.21 |
1602 | 2024-05-14T03:19:46.665Z | Compiling bstr v1.9.0 |
1603 | 2024-05-14T03:19:47.114Z | Compiling unsafe-libyaml v0.2.10 |
1604 | 2024-05-14T03:19:47.339Z | Compiling lalrpop-util v0.19.12 |
1605 | 2024-05-14T03:19:47.365Z | Compiling peg-runtime v0.8.3 |
1606 | 2024-05-14T03:19:48.069Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1607 | 2024-05-14T03:19:48.550Z | Compiling serde_yaml v0.9.25 |
1608 | 2024-05-14T03:19:51.966Z | Compiling camino v1.1.6 |
1609 | 2024-05-14T03:19:53.928Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1610 | 2024-05-14T03:19:54.621Z | Compiling sha1 v0.10.6 |
1611 | 2024-05-14T03:19:56.459Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1612 | 2024-05-14T03:20:09.684Z | Compiling strsim v0.10.0 |
1613 | 2024-05-14T03:20:09.703Z | Compiling ident_case v1.0.1 |
1614 | 2024-05-14T03:20:10.140Z | Compiling darling_core v0.20.8 |
1615 | 2024-05-14T03:20:14.005Z | Compiling strum_macros v0.26.1 |
1616 | 2024-05-14T03:20:15.014Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1617 | 2024-05-14T03:20:15.357Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1618 | 2024-05-14T03:20:17.166Z | Compiling darling_macro v0.20.8 |
1619 | 2024-05-14T03:20:19.429Z | Compiling strum v0.26.2 |
1620 | 2024-05-14T03:20:19.672Z | Compiling darling v0.20.8 |
1621 | 2024-05-14T03:20:19.799Z | Compiling dirs-sys-next v0.1.2 |
1622 | 2024-05-14T03:20:19.874Z | Compiling base64 v0.22.1 |
1623 | 2024-05-14T03:20:20.410Z | Compiling match_cfg v0.1.0 |
1624 | 2024-05-14T03:20:20.437Z | Compiling dirs-next v2.0.0 |
1625 | 2024-05-14T03:20:20.496Z | Compiling hostname v0.3.1 |
1626 | 2024-05-14T03:20:20.590Z | Compiling http v1.0.0 |
1627 | 2024-05-14T03:20:20.631Z | Compiling thread_local v1.1.7 |
1628 | 2024-05-14T03:20:20.665Z | Compiling slog-async v2.8.0 |
1629 | 2024-05-14T03:20:20.736Z | Compiling rustls-pki-types v1.3.0 |
1630 | 2024-05-14T03:20:21.237Z | Compiling term v0.7.0 |
1631 | 2024-05-14T03:20:21.300Z | Compiling crossbeam-channel v0.5.8 |
1632 | 2024-05-14T03:20:21.457Z | Compiling is-terminal v0.4.9 |
1633 | 2024-05-14T03:20:21.592Z | Compiling take_mut v0.2.2 |
1634 | 2024-05-14T03:20:21.757Z | Compiling paste v1.0.14 |
1635 | 2024-05-14T03:20:21.920Z | Compiling rustls v0.22.4 |
1636 | 2024-05-14T03:20:22.266Z | Compiling slog-term v2.9.1 |
1637 | 2024-05-14T03:20:22.418Z | Compiling rustls-webpki v0.102.1 |
1638 | 2024-05-14T03:20:22.436Z | Compiling multer v3.1.0 |
1639 | 2024-05-14T03:20:22.745Z | Compiling instant v0.1.12 |
1640 | 2024-05-14T03:20:22.898Z | Compiling slog-json v2.6.1 |
1641 | 2024-05-14T03:20:23.053Z | Compiling async-stream-impl v0.3.5 |
1642 | 2024-05-14T03:20:23.453Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1643 | 2024-05-14T03:20:23.483Z | Compiling debug-ignore v1.0.5 |
1644 | 2024-05-14T03:20:23.635Z | Compiling atomic-waker v1.1.1 |
1645 | 2024-05-14T03:20:23.830Z | Compiling waitgroup v0.1.2 |
1646 | 2024-05-14T03:20:23.853Z | Compiling slog-bunyan v2.5.0 |
1647 | 2024-05-14T03:20:24.069Z | Compiling rustls-pemfile v2.1.2 |
1648 | 2024-05-14T03:20:24.104Z | Compiling serde_with_macros v3.7.0 |
1649 | 2024-05-14T03:20:24.464Z | Compiling async-stream v0.3.5 |
1650 | 2024-05-14T03:20:24.489Z | Compiling toml v0.8.12 |
1651 | 2024-05-14T03:20:24.544Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1652 | 2024-05-14T03:20:24.830Z | Compiling serde_path_to_error v0.1.16 |
1653 | 2024-05-14T03:20:25.184Z | Compiling structmeta-derive v0.3.0 |
1654 | 2024-05-14T03:20:25.692Z | Compiling hostname v0.4.0 |
1655 | 2024-05-14T03:20:25.960Z | Compiling proc-macro-error-attr v1.0.4 |
1656 | 2024-05-14T03:20:26.312Z | Compiling proc-macro-error v1.0.4 |
1657 | 2024-05-14T03:20:26.347Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1658 | 2024-05-14T03:20:26.780Z | Compiling newtype-uuid v1.1.0 |
1659 | 2024-05-14T03:20:26.830Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1660 | 2024-05-14T03:20:27.063Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1661 | 2024-05-14T03:20:27.380Z | Compiling serde_with v3.7.0 |
1662 | 2024-05-14T03:20:27.586Z | Compiling tokio-rustls v0.25.0 |
1663 | 2024-05-14T03:20:27.637Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1664 | 2024-05-14T03:20:28.255Z | Compiling structmeta v0.3.0 |
1665 | 2024-05-14T03:20:28.558Z | Compiling backoff v0.4.0 |
1666 | 2024-05-14T03:20:28.724Z | Compiling parse-display-derive v0.9.0 |
1667 | 2024-05-14T03:20:28.934Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1668 | 2024-05-14T03:20:29.785Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1669 | 2024-05-14T03:20:29.954Z | Compiling macaddr v1.0.1 |
1670 | 2024-05-14T03:20:30.392Z | Compiling proc-macro-crate v1.3.1 |
1671 | 2024-05-14T03:20:30.466Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1672 | 2024-05-14T03:20:30.870Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1673 | 2024-05-14T03:20:31.190Z | Compiling foreign-types-macros v0.2.3 |
1674 | 2024-05-14T03:20:31.474Z | Compiling heapless v0.8.0 |
1675 | 2024-05-14T03:20:31.535Z | Compiling num_enum_derive v0.5.11 |
1676 | 2024-05-14T03:20:32.035Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1677 | 2024-05-14T03:20:32.350Z | Compiling foreign-types-shared v0.3.1 |
1678 | 2024-05-14T03:20:32.479Z | Compiling foreign-types v0.5.0 |
1679 | 2024-05-14T03:20:32.889Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1680 | 2024-05-14T03:20:32.958Z | Compiling cstr-argument v0.1.2 |
1681 | 2024-05-14T03:20:33.190Z | Compiling hash32 v0.3.1 |
1682 | 2024-05-14T03:20:33.439Z | Compiling smoltcp v0.11.0 |
1683 | 2024-05-14T03:20:33.654Z | Compiling parse-display v0.9.0 |
1684 | 2024-05-14T03:20:33.767Z | Compiling pretty-hex v0.2.1 |
1685 | 2024-05-14T03:20:34.042Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1686 | 2024-05-14T03:20:34.221Z | Compiling tabwriter v1.4.0 |
1687 | 2024-05-14T03:20:34.297Z | Compiling colored v2.1.0 |
1688 | 2024-05-14T03:20:34.362Z | Compiling num_enum v0.5.11 |
1689 | 2024-05-14T03:20:34.609Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1690 | 2024-05-14T03:20:34.685Z | Compiling socket2 v0.4.9 |
1691 | 2024-05-14T03:20:34.790Z | Compiling embedded-io v0.4.0 |
1692 | 2024-05-14T03:20:34.993Z | Compiling fastrand v2.0.1 |
1693 | 2024-05-14T03:20:35.019Z | Compiling cobs v0.2.3 |
1694 | 2024-05-14T03:20:35.127Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1695 | 2024-05-14T03:20:35.331Z | Compiling tempfile v3.10.1 |
1696 | 2024-05-14T03:20:35.447Z | Compiling postcard v1.0.8 |
1697 | 2024-05-14T03:20:35.556Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1698 | 2024-05-14T03:20:35.589Z | Compiling crucible-workspace-hack v0.1.0 |
1699 | 2024-05-14T03:20:35.811Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1700 | 2024-05-14T03:20:35.918Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1701 | 2024-05-14T03:20:35.987Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1702 | 2024-05-14T03:20:36.273Z | Compiling smf v0.2.3 |
1703 | 2024-05-14T03:20:36.279Z | Compiling humantime v2.1.0 |
1704 | 2024-05-14T03:20:36.354Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1705 | 2024-05-14T03:20:36.410Z | Compiling platforms v3.0.2 |
1706 | 2024-05-14T03:20:36.773Z | Compiling camino-tempfile v1.1.1 |
1707 | 2024-05-14T03:20:36.820Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1708 | 2024-05-14T03:20:36.843Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1709 | 2024-05-14T03:20:36.927Z | Compiling num-derive v0.4.0 |
1710 | 2024-05-14T03:20:37.195Z | Compiling sigpipe v0.1.3 |
1711 | 2024-05-14T03:20:37.300Z | Compiling utf-8 v0.7.6 |
1712 | 2024-05-14T03:20:37.329Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1713 | 2024-05-14T03:20:37.652Z | Compiling atty v0.2.14 |
1714 | 2024-05-14T03:20:37.757Z | Compiling unicase v2.7.0 |
1715 | 2024-05-14T03:20:37.794Z | Compiling semver v0.1.20 |
1716 | 2024-05-14T03:20:38.079Z | Compiling rayon-core v1.12.1 |
1717 | 2024-05-14T03:20:38.222Z | Compiling curve25519-dalek v4.1.2 |
1718 | 2024-05-14T03:20:38.376Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1719 | 2024-05-14T03:20:38.402Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1720 | 2024-05-14T03:20:38.483Z | Compiling rustc_version v0.1.7 |
1721 | 2024-05-14T03:20:38.872Z | Compiling newline-converter v0.3.0 |
1722 | 2024-05-14T03:20:38.999Z | Compiling crossbeam-deque v0.8.3 |
1723 | 2024-05-14T03:20:39.052Z | Compiling universal-hash v0.5.1 |
1724 | 2024-05-14T03:20:39.301Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1725 | 2024-05-14T03:20:39.349Z | Compiling same-file v1.0.6 |
1726 | 2024-05-14T03:20:39.862Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1727 | 2024-05-14T03:20:39.887Z | Compiling opaque-debug v0.3.0 |
1728 | 2024-05-14T03:20:40.002Z | Compiling walkdir v2.5.0 |
1729 | 2024-05-14T03:20:40.277Z | Compiling expectorate v1.1.0 |
1730 | 2024-05-14T03:20:40.407Z | Compiling newtype_derive v0.1.6 |
1731 | 2024-05-14T03:20:40.559Z | Compiling tungstenite v0.20.1 |
1732 | 2024-05-14T03:20:40.656Z | Compiling signature v2.1.0 |
1733 | 2024-05-14T03:20:40.725Z | Compiling curve25519-dalek-derive v0.1.0 |
1734 | 2024-05-14T03:20:40.755Z | Compiling blake3 v1.5.0 |
1735 | 2024-05-14T03:20:40.849Z | Compiling num-rational v0.4.1 |
1736 | 2024-05-14T03:20:40.901Z | Compiling termcolor v1.2.0 |
1737 | 2024-05-14T03:20:41.183Z | Compiling arc-swap v1.6.0 |
1738 | 2024-05-14T03:20:41.377Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1739 | 2024-05-14T03:20:41.662Z | Compiling quick-error v1.2.3 |
1740 | 2024-05-14T03:20:41.741Z | Compiling linked-hash-map v0.5.6 |
1741 | 2024-05-14T03:20:41.824Z | Compiling getrandom v0.1.16 |
1742 | 2024-05-14T03:20:41.850Z | Compiling resolv-conf v0.7.0 |
1743 | 2024-05-14T03:20:41.872Z | Compiling slog-scope v4.4.0 |
1744 | 2024-05-14T03:20:42.080Z | Compiling lru-cache v0.1.2 |
1745 | 2024-05-14T03:20:42.295Z | Compiling tokio-tungstenite v0.20.1 |
1746 | 2024-05-14T03:20:42.432Z | Compiling env_logger v0.9.3 |
1747 | 2024-05-14T03:20:42.601Z | Compiling rayon v1.10.0 |
1748 | 2024-05-14T03:20:42.812Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1749 | 2024-05-14T03:20:42.829Z | Compiling password-hash v0.5.0 |
1750 | 2024-05-14T03:20:42.925Z | Compiling blake2 v0.10.6 |
1751 | 2024-05-14T03:20:43.240Z | Compiling bitstruct_derive v0.1.0 |
1752 | 2024-05-14T03:20:43.788Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1753 | 2024-05-14T03:20:43.811Z | Compiling xattr v1.0.1 |
1754 | 2024-05-14T03:20:43.916Z | Compiling memmap2 v0.7.1 |
1755 | 2024-05-14T03:20:43.940Z | Compiling filetime v0.2.23 |
1756 | 2024-05-14T03:20:44.070Z | Compiling home v0.5.5 |
1757 | 2024-05-14T03:20:44.286Z | Compiling constant_time_eq v0.3.0 |
1758 | 2024-05-14T03:20:44.318Z | Compiling arrayvec v0.7.4 |
1759 | 2024-05-14T03:20:44.338Z | Compiling arrayref v0.3.7 |
1760 | 2024-05-14T03:20:44.388Z | Compiling libefi-sys v0.1.0 |
1761 | 2024-05-14T03:20:44.437Z | Compiling parking_lot_core v0.8.6 |
1762 | 2024-05-14T03:20:44.465Z | Compiling bytecount v0.6.3 |
1763 | 2024-05-14T03:20:44.697Z | Compiling ascii v1.1.0 |
1764 | 2024-05-14T03:20:44.709Z | Compiling bitstruct v0.1.1 |
1765 | 2024-05-14T03:20:44.730Z | Compiling papergrid v0.11.0 |
1766 | 2024-05-14T03:20:44.778Z | Compiling toolchain_find v0.4.0 |
1767 | 2024-05-14T03:20:44.828Z | Compiling tar v0.4.40 |
1768 | 2024-05-14T03:20:44.974Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1769 | 2024-05-14T03:20:45.221Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1770 | 2024-05-14T03:20:45.294Z | Compiling argon2 v0.5.3 |
1771 | 2024-05-14T03:20:45.904Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1772 | 2024-05-14T03:20:47.333Z | Compiling trust-dns-resolver v0.22.0 |
1773 | 2024-05-14T03:20:47.393Z | Compiling slog-stdlog v4.1.1 |
1774 | 2024-05-14T03:20:47.778Z | Compiling tabled_derive v0.7.0 |
1775 | 2024-05-14T03:20:48.282Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1776 | 2024-05-14T03:20:48.999Z | Compiling rfc6979 v0.4.0 |
1777 | 2024-05-14T03:20:49.023Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1778 | 2024-05-14T03:20:49.090Z | Compiling serde_arrays v0.1.0 |
1779 | 2024-05-14T03:20:49.193Z | Compiling erased-serde v0.3.31 |
1780 | 2024-05-14T03:20:49.254Z | Compiling aead v0.5.2 |
1781 | 2024-05-14T03:20:49.368Z | Compiling num-complex v0.4.5 |
1782 | 2024-05-14T03:20:49.611Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1783 | 2024-05-14T03:20:50.012Z | Compiling nibble_vec v0.1.0 |
1784 | 2024-05-14T03:20:50.212Z | Compiling slog-dtrace v0.3.0 |
1785 | 2024-05-14T03:20:50.239Z | Compiling cancel-safe-futures v0.1.5 |
1786 | 2024-05-14T03:20:50.438Z | Compiling endian-type v0.1.2 |
1787 | 2024-05-14T03:20:50.471Z | Compiling topological-sort v0.2.2 |
1788 | 2024-05-14T03:20:50.531Z | Compiling winapi v0.3.9 |
1789 | 2024-05-14T03:20:50.585Z | Compiling keccak v0.1.4 |
1790 | 2024-05-14T03:20:50.650Z | Compiling radix_trie v0.2.1 |
1791 | 2024-05-14T03:20:50.667Z | Compiling omicron-zone-package v0.11.0 |
1792 | 2024-05-14T03:20:50.763Z | Compiling tabled v0.15.0 |
1793 | 2024-05-14T03:20:51.219Z | Compiling sha3 v0.10.8 |
1794 | 2024-05-14T03:20:51.329Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1795 | 2024-05-14T03:20:51.565Z | Compiling num v0.4.2 |
1796 | 2024-05-14T03:20:51.669Z | Compiling rustfmt-wrapper v0.2.1 |
1797 | 2024-05-14T03:20:51.785Z | Compiling ecdsa v0.16.9 |
1798 | 2024-05-14T03:20:52.307Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1799 | 2024-05-14T03:20:52.479Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1800 | 2024-05-14T03:20:52.894Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1801 | 2024-05-14T03:20:53.653Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1802 | 2024-05-14T03:20:53.827Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1803 | 2024-05-14T03:20:54.055Z | Compiling slog-envlogger v2.2.0 |
1804 | 2024-05-14T03:20:54.424Z | Compiling rand_core v0.5.1 |
1805 | 2024-05-14T03:20:54.778Z | Compiling steno v0.4.0 |
1806 | 2024-05-14T03:20:54.837Z | Compiling mime_guess v2.0.4 |
1807 | 2024-05-14T03:20:56.107Z | Compiling poly1305 v0.8.0 |
1808 | 2024-05-14T03:20:56.418Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1809 | 2024-05-14T03:20:57.162Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1810 | 2024-05-14T03:20:57.239Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1811 | 2024-05-14T03:20:57.582Z | Compiling primeorder v0.13.6 |
1812 | 2024-05-14T03:20:57.977Z | Compiling chacha20 v0.9.1 |
1813 | 2024-05-14T03:20:58.070Z | Compiling heck v0.3.3 |
1814 | 2024-05-14T03:20:58.308Z | Compiling secrecy v0.8.0 |
1815 | 2024-05-14T03:20:58.340Z | Compiling thiserror-impl-no-std v2.0.2 |
1816 | 2024-05-14T03:20:58.430Z | Compiling half v2.3.1 |
1817 | 2024-05-14T03:20:58.483Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1818 | 2024-05-14T03:20:58.575Z | Compiling ciborium-io v0.2.2 |
1819 | 2024-05-14T03:20:58.650Z | Compiling option-ext v0.2.0 |
1820 | 2024-05-14T03:20:58.713Z | Compiling convert_case v0.4.0 |
1821 | 2024-05-14T03:20:58.791Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1822 | 2024-05-14T03:20:59.003Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1823 | 2024-05-14T03:20:59.124Z | Compiling ciborium-ll v0.2.2 |
1824 | 2024-05-14T03:20:59.345Z | Compiling dirs-sys v0.4.1 |
1825 | 2024-05-14T03:20:59.572Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1826 | 2024-05-14T03:20:59.718Z | Compiling derive_more v0.99.17 |
1827 | 2024-05-14T03:21:00.016Z | Compiling zone_cfg_derive v0.1.2 |
1828 | 2024-05-14T03:21:00.192Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1829 | 2024-05-14T03:21:00.499Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1830 | 2024-05-14T03:21:01.640Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1831 | 2024-05-14T03:21:01.660Z | Compiling parking_lot v0.11.2 |
1832 | 2024-05-14T03:21:01.738Z | Compiling thiserror-no-std v2.0.2 |
1833 | 2024-05-14T03:21:01.865Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1834 | 2024-05-14T03:21:01.994Z | Compiling rand_chacha v0.2.2 |
1835 | 2024-05-14T03:21:02.293Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1836 | 2024-05-14T03:21:02.621Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1837 | 2024-05-14T03:21:02.853Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1838 | 2024-05-14T03:21:03.670Z | Compiling trust-dns-client v0.22.0 |
1839 | 2024-05-14T03:21:06.763Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1840 | 2024-05-14T03:21:08.462Z | Compiling ed25519 v2.2.2 |
1841 | 2024-05-14T03:21:08.465Z | Compiling polyval v0.6.1 |
1842 | 2024-05-14T03:21:08.920Z | Compiling tungstenite v0.21.0 |
1843 | 2024-05-14T03:21:08.947Z | Compiling blowfish v0.9.1 |
1844 | 2024-05-14T03:21:08.968Z | Compiling ctr v0.9.2 |
1845 | 2024-05-14T03:21:09.331Z | Compiling aes v0.8.3 |
1846 | 2024-05-14T03:21:09.436Z | Compiling password-hash v0.4.2 |
1847 | 2024-05-14T03:21:10.131Z | Compiling libsw v3.3.1 |
1848 | 2024-05-14T03:21:10.402Z | Compiling toml v0.5.11 |
1849 | 2024-05-14T03:21:10.446Z | Compiling pbkdf2 v0.12.2 |
1850 | 2024-05-14T03:21:10.629Z | Compiling derive-where v1.2.7 |
1851 | 2024-05-14T03:21:10.875Z | Compiling gethostname v0.4.3 |
1852 | 2024-05-14T03:21:11.423Z | Compiling fxhash v0.2.1 |
1853 | 2024-05-14T03:21:11.466Z | Compiling swrite v0.1.0 |
1854 | 2024-05-14T03:21:11.602Z | Compiling owo-colors v4.0.0 |
1855 | 2024-05-14T03:21:11.632Z | Compiling base64 v0.13.1 |
1856 | 2024-05-14T03:21:12.190Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1857 | 2024-05-14T03:21:12.265Z | Compiling linear-map v1.2.0 |
1858 | 2024-05-14T03:21:12.641Z | Compiling ron v0.7.1 |
1859 | 2024-05-14T03:21:13.882Z | Compiling trust-dns-server v0.22.1 |
1860 | 2024-05-14T03:21:14.052Z | Compiling sled v0.34.7 |
1861 | 2024-05-14T03:21:14.303Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1862 | 2024-05-14T03:21:15.584Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1863 | 2024-05-14T03:21:17.338Z | Compiling bcrypt-pbkdf v0.10.0 |
1864 | 2024-05-14T03:21:17.931Z | Compiling tokio-tungstenite v0.21.0 |
1865 | 2024-05-14T03:21:17.959Z | Compiling pbkdf2 v0.11.0 |
1866 | 2024-05-14T03:21:18.225Z | Compiling ghash v0.5.0 |
1867 | 2024-05-14T03:21:18.328Z | Compiling ed25519-dalek v2.0.0 |
1868 | 2024-05-14T03:21:18.425Z | Compiling russh-cryptovec v0.7.0 |
1869 | 2024-05-14T03:21:18.462Z | Compiling rand v0.7.3 |
1870 | 2024-05-14T03:21:18.737Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1871 | 2024-05-14T03:21:19.265Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1872 | 2024-05-14T03:21:19.292Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1873 | 2024-05-14T03:21:19.476Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1874 | 2024-05-14T03:21:20.105Z | Compiling vsss-rs v3.3.4 |
1875 | 2024-05-14T03:21:21.041Z | Compiling zone v0.1.8 |
1876 | 2024-05-14T03:21:22.001Z | Compiling dirs v5.0.1 |
1877 | 2024-05-14T03:21:22.166Z | Compiling ciborium v0.2.2 |
1878 | 2024-05-14T03:21:22.643Z | Compiling chacha20poly1305 v0.10.1 |
1879 | 2024-05-14T03:21:22.876Z | Compiling p521 v0.13.3 |
1880 | 2024-05-14T03:21:23.697Z | Compiling p256 v0.13.2 |
1881 | 2024-05-14T03:21:23.766Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1882 | 2024-05-14T03:21:24.562Z | Compiling pem v3.0.4 |
1883 | 2024-05-14T03:21:24.820Z | Compiling cbc v0.1.2 |
1884 | 2024-05-14T03:21:25.075Z | Compiling headers-core v0.2.0 |
1885 | 2024-05-14T03:21:25.254Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1886 | 2024-05-14T03:21:25.285Z | Compiling kstat-rs v0.2.3 |
1887 | 2024-05-14T03:21:25.401Z | Compiling portpicker v0.1.1 |
1888 | 2024-05-14T03:21:25.639Z | Compiling nanorand v0.7.0 |
1889 | 2024-05-14T03:21:25.733Z | Compiling http-range v0.1.5 |
1890 | 2024-05-14T03:21:25.933Z | Compiling glob v0.3.1 |
1891 | 2024-05-14T03:21:26.114Z | Compiling md5 v0.7.0 |
1892 | 2024-05-14T03:21:26.204Z | Compiling flume v0.11.0 |
1893 | 2024-05-14T03:21:26.227Z | Compiling hyper-staticfile v0.9.5 |
1894 | 2024-05-14T03:21:26.641Z | Compiling russh-keys v0.43.0 |
1895 | 2024-05-14T03:21:26.874Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1896 | 2024-05-14T03:21:26.877Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1897 | 2024-05-14T03:21:26.933Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1898 | 2024-05-14T03:21:27.182Z | Compiling headers v0.3.9 |
1899 | 2024-05-14T03:21:29.184Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1900 | 2024-05-14T03:21:30.018Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1901 | 2024-05-14T03:21:30.039Z | Compiling rcgen v0.12.1 |
1902 | 2024-05-14T03:21:30.994Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1903 | 2024-05-14T03:21:32.320Z | Compiling aes-gcm v0.10.3 |
1904 | 2024-05-14T03:21:32.605Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1905 | 2024-05-14T03:21:32.634Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1906 | 2024-05-14T03:21:34.870Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1907 | 2024-05-14T03:21:36.921Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1908 | 2024-05-14T03:21:37.147Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1909 | 2024-05-14T03:21:38.882Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1910 | 2024-05-14T03:21:39.424Z | Compiling atomicwrites v0.4.3 |
1911 | 2024-05-14T03:21:39.828Z | Compiling itertools v0.12.1 |
1912 | 2024-05-14T03:21:40.210Z | Compiling subprocess v0.2.9 |
1913 | 2024-05-14T03:21:41.756Z | Compiling hex-literal v0.4.1 |
1914 | 2024-05-14T03:21:41.910Z | Compiling display-error-chain v0.2.0 |
1915 | 2024-05-14T03:21:42.103Z | Compiling dhcproto-macros v0.1.0 |
1916 | 2024-05-14T03:21:42.339Z | Compiling russh v0.43.0 |
1917 | 2024-05-14T03:21:43.124Z | Compiling dhcproto v0.11.0 |
1918 | 2024-05-14T03:21:43.127Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1919 | 2024-05-14T03:21:44.086Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1920 | 2024-05-14T03:21:45.955Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1921 | 2024-05-14T03:21:46.210Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1922 | 2024-05-14T03:21:46.567Z | Compiling internet-checksum v0.2.1 |
1923 | 2024-05-14T03:22:06.529Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1924 | 2024-05-14T03:22:47.377Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 16s |
1925 | 2024-05-14T03:22:47.707Z | |
1926 | 2024-05-14T03:22:47.707Z | real 5:16.914080666 |
1927 | 2024-05-14T03:22:47.707Z | user 27:47.539709590 |
1928 | 2024-05-14T03:22:47.707Z | sys 5:53.798792938 |
1929 | 2024-05-14T03:22:47.707Z | trap 0.818146323 |
1930 | 2024-05-14T03:22:47.708Z | tflt 3.393692969 |
1931 | 2024-05-14T03:22:47.708Z | dflt 4.660204668 |
1932 | 2024-05-14T03:22:47.708Z | kflt 0.019325162 |
1933 | 2024-05-14T03:22:47.708Z | lock 51:52.942827687 |
1934 | 2024-05-14T03:22:47.712Z | slp 1:19:34.918052114 |
1935 | 2024-05-14T03:22:47.712Z | lat 1:38.500290420 |
1936 | 2024-05-14T03:22:47.712Z | stop 4:40.837172740 |
1937 | 2024-05-14T03:22:47.712Z | + mkdir -p /work |
1938 | 2024-05-14T03:22:47.712Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest |
1939 | 2024-05-14T03:22:48.481Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1940 | 2024-05-14T03:22:58.077Z | Finished dev [unoptimized + debuginfo] target(s) in 10.32s |
1941 | 2024-05-14T03:22:58.168Z | |
1942 | 2024-05-14T03:22:58.168Z | real 10.438776608 |
1943 | 2024-05-14T03:22:58.168Z | user 7.729382310 |
1944 | 2024-05-14T03:22:58.169Z | sys 3.716874093 |
1945 | 2024-05-14T03:22:58.176Z | trap 0.005137057 |
1946 | 2024-05-14T03:22:58.176Z | tflt 0.003165766 |
1947 | 2024-05-14T03:22:58.176Z | dflt 0.046515589 |
1948 | 2024-05-14T03:22:58.176Z | kflt 0.000017268 |
1949 | 2024-05-14T03:22:58.176Z | lock 29.336320522 |
1950 | 2024-05-14T03:22:58.176Z | slp 41.689512283 |
1951 | 2024-05-14T03:22:58.176Z | lat 0.141352111 |
1952 | 2024-05-14T03:22:58.176Z | stop 0.347730236 |
1953 | 2024-05-14T03:22:58.176Z | + cp target/debug/commtest /work/commtest |
1954 | 2024-05-14T03:22:58.606Z | + mkdir -p /work/end-to-end-tests |
1955 | 2024-05-14T03:22:58.610Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1956 | 2024-05-14T03:22:59.746Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1957 | 2024-05-14T03:22:59.746Z | + ptime -m gzip |
1958 | 2024-05-14T03:22:59.757Z | ++ basename target/debug/bootstrap |
1959 | 2024-05-14T03:23:13.304Z | |
1960 | 2024-05-14T03:23:13.304Z | real 13.558571544 |
1961 | 2024-05-14T03:23:13.304Z | user 13.454963400 |
1962 | 2024-05-14T03:23:13.304Z | sys 0.091522874 |
1963 | 2024-05-14T03:23:13.304Z | trap 0.003598271 |
1964 | 2024-05-14T03:23:13.305Z | tflt 0.000000000 |
1965 | 2024-05-14T03:23:13.305Z | dflt 0.000000000 |
1966 | 2024-05-14T03:23:13.305Z | kflt 0.000000000 |
1967 | 2024-05-14T03:23:13.305Z | lock 0.000000000 |
1968 | 2024-05-14T03:23:13.305Z | slp 0.000000000 |
1969 | 2024-05-14T03:23:13.305Z | lat 0.008067170 |
1970 | 2024-05-14T03:23:13.305Z | stop 0.000186419 |
1971 | 2024-05-14T03:23:13.308Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1972 | 2024-05-14T03:23:13.308Z | + ptime -m gzip |
1973 | 2024-05-14T03:23:13.308Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2ddb3148240fa929 |
1974 | 2024-05-14T03:23:14.196Z | |
1975 | 2024-05-14T03:23:14.196Z | real 0.885526621 |
1976 | 2024-05-14T03:23:14.196Z | user 0.876707046 |
1977 | 2024-05-14T03:23:14.197Z | sys 0.007664974 |
1978 | 2024-05-14T03:23:14.201Z | trap 0.000265734 |
1979 | 2024-05-14T03:23:14.201Z | tflt 0.000000000 |
1980 | 2024-05-14T03:23:14.201Z | dflt 0.000000000 |
1981 | 2024-05-14T03:23:14.201Z | kflt 0.000000000 |
1982 | 2024-05-14T03:23:14.201Z | lock 0.000000000 |
1983 | 2024-05-14T03:23:14.201Z | slp 0.000000000 |
1984 | 2024-05-14T03:23:14.201Z | lat 0.000475711 |
1985 | 2024-05-14T03:23:14.202Z | stop 0.000181699 |
1986 | 2024-05-14T03:23:14.202Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1987 | 2024-05-14T03:23:14.202Z | + ptime -m gzip |
1988 | 2024-05-14T03:23:14.202Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2207def7d90b42b7 |
1989 | 2024-05-14T03:23:15.092Z | |
1990 | 2024-05-14T03:23:15.093Z | real 0.887757268 |
1991 | 2024-05-14T03:23:15.094Z | user 0.879133772 |
1992 | 2024-05-14T03:23:15.095Z | sys 0.008056810 |
1993 | 2024-05-14T03:23:15.095Z | trap 0.000046776 |
1994 | 2024-05-14T03:23:15.096Z | tflt 0.000000000 |
1995 | 2024-05-14T03:23:15.097Z | dflt 0.000000000 |
1996 | 2024-05-14T03:23:15.097Z | kflt 0.000000000 |
1997 | 2024-05-14T03:23:15.097Z | lock 0.000000000 |
1998 | 2024-05-14T03:23:15.097Z | slp 0.000000000 |
1999 | 2024-05-14T03:23:15.098Z | lat 0.000089324 |
2000 | 2024-05-14T03:23:15.098Z | stop 0.000192868 |
2001 | 2024-05-14T03:23:15.116Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2002 | 2024-05-14T03:23:15.116Z | + ptime -m gzip |
2003 | 2024-05-14T03:23:15.116Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-f0b4ec76401acdf5 |
2004 | 2024-05-14T03:23:15.978Z | |
2005 | 2024-05-14T03:23:15.978Z | real 0.881475201 |
2006 | 2024-05-14T03:23:15.979Z | user 0.873673019 |
2007 | 2024-05-14T03:23:15.979Z | sys 0.007244156 |
2008 | 2024-05-14T03:23:15.979Z | trap 0.000046885 |
2009 | 2024-05-14T03:23:15.979Z | tflt 0.000000000 |
2010 | 2024-05-14T03:23:15.979Z | dflt 0.000000000 |
2011 | 2024-05-14T03:23:15.979Z | kflt 0.000000000 |
2012 | 2024-05-14T03:23:15.979Z | lock 0.000000000 |
2013 | 2024-05-14T03:23:15.979Z | slp 0.000000000 |
2014 | 2024-05-14T03:23:15.979Z | lat 0.000097924 |
2015 | 2024-05-14T03:23:15.979Z | stop 0.000179458 |
2016 | 2024-05-14T03:23:15.984Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2017 | 2024-05-14T03:23:15.984Z | + ptime -m gzip |
2018 | 2024-05-14T03:23:15.984Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9beabbe68405e846 |
2019 | 2024-05-14T03:23:28.754Z | |
2020 | 2024-05-14T03:23:28.758Z | real 12.769433348 |
2021 | 2024-05-14T03:23:28.758Z | user 12.689121740 |
2022 | 2024-05-14T03:23:28.758Z | sys 0.076900827 |
2023 | 2024-05-14T03:23:28.758Z | trap 0.001579315 |
2024 | 2024-05-14T03:23:28.758Z | tflt 0.000000000 |
2025 | 2024-05-14T03:23:28.758Z | dflt 0.000000000 |
2026 | 2024-05-14T03:23:28.758Z | kflt 0.000000000 |
2027 | 2024-05-14T03:23:28.758Z | lock 0.000000000 |
2028 | 2024-05-14T03:23:28.758Z | slp 0.000000000 |
2029 | 2024-05-14T03:23:28.759Z | lat 0.001418445 |
2030 | 2024-05-14T03:23:28.759Z | stop 0.000179609 |
2031 | 2024-05-14T03:23:28.759Z | + banner caboose-util |
2032 | 2024-05-14T03:23:28.759Z | |
2033 | 2024-05-14T03:23:28.759Z | #### ## ##### #### #### #### ###### # # ##### |
2034 | 2024-05-14T03:23:28.759Z | # # # # # # # # # # # # # # # |
2035 | 2024-05-14T03:23:28.759Z | # # # ##### # # # # #### ##### ##### # # # |
2036 | 2024-05-14T03:23:28.759Z | # ###### # # # # # # # # # # # |
2037 | 2024-05-14T03:23:28.759Z | # # # # # # # # # # # # # # # # |
2038 | 2024-05-14T03:23:28.759Z | #### # # ##### #### #### #### ###### #### # |
2039 | 2024-05-14T03:23:28.759Z | |
2040 | 2024-05-14T03:23:28.759Z | + ptime -m cargo build --locked -p caboose-util --release |
2041 | 2024-05-14T03:23:29.254Z | Downloading crates ... |
2042 | 2024-05-14T03:23:29.417Z | Downloaded tap v1.0.1 |
2043 | 2024-05-14T03:23:29.420Z | Downloaded pkcs1 v0.7.5 |
2044 | 2024-05-14T03:23:29.420Z | Downloaded ron v0.8.1 |
2045 | 2024-05-14T03:23:29.427Z | Downloaded path-slash v0.1.5 |
2046 | 2024-05-14T03:23:29.430Z | Downloaded smallvec v0.6.14 |
2047 | 2024-05-14T03:23:29.434Z | Downloaded packed_struct v0.10.1 |
2048 | 2024-05-14T03:23:29.437Z | Downloaded serde-hex v0.1.0 |
2049 | 2024-05-14T03:23:29.437Z | Downloaded maybe-uninit v2.0.0 |
2050 | 2024-05-14T03:23:29.440Z | Downloaded packed_struct_codegen v0.10.1 |
2051 | 2024-05-14T03:23:29.440Z | Downloaded bitfield v0.14.0 |
2052 | 2024-05-14T03:23:29.443Z | Downloaded wyz v0.5.1 |
2053 | 2024-05-14T03:23:29.443Z | Downloaded nodrop v0.1.14 |
2054 | 2024-05-14T03:23:29.443Z | Downloaded crc v3.0.1 |
2055 | 2024-05-14T03:23:29.445Z | Downloaded funty v2.0.0 |
2056 | 2024-05-14T03:23:29.446Z | Downloaded radium v0.7.0 |
2057 | 2024-05-14T03:23:29.446Z | Downloaded crc-catalog v2.2.0 |
2058 | 2024-05-14T03:23:29.449Z | Downloaded array-init v0.0.4 |
2059 | 2024-05-14T03:23:29.449Z | Downloaded env_logger v0.10.0 |
2060 | 2024-05-14T03:23:29.452Z | Downloaded crc-any v2.4.3 |
2061 | 2024-05-14T03:23:29.457Z | Downloaded rsa v0.9.2 |
2062 | 2024-05-14T03:23:29.467Z | Downloaded x509-cert v0.2.4 |
2063 | 2024-05-14T03:23:29.472Z | Downloaded num-bigint-dig v0.8.4 |
2064 | 2024-05-14T03:23:29.490Z | Downloaded hashbrown v0.13.2 |
2065 | 2024-05-14T03:23:29.494Z | Downloaded bitvec v1.0.1 |
2066 | 2024-05-14T03:23:29.497Z | Downloaded object v0.30.4 |
2067 | 2024-05-14T03:23:29.600Z | Compiling proc-macro2 v1.0.81 |
2068 | 2024-05-14T03:23:29.600Z | Compiling unicode-ident v1.0.12 |
2069 | 2024-05-14T03:23:29.600Z | Compiling libc v0.2.154 |
2070 | 2024-05-14T03:23:29.603Z | Compiling serde v1.0.201 |
2071 | 2024-05-14T03:23:29.603Z | Compiling autocfg v1.1.0 |
2072 | 2024-05-14T03:23:29.603Z | Compiling version_check v0.9.4 |
2073 | 2024-05-14T03:23:29.603Z | Compiling cfg-if v1.0.0 |
2074 | 2024-05-14T03:23:29.772Z | Compiling typenum v1.16.0 |
2075 | 2024-05-14T03:23:29.782Z | Compiling parking_lot_core v0.9.8 |
2076 | 2024-05-14T03:23:29.820Z | Compiling once_cell v1.19.0 |
2077 | 2024-05-14T03:23:30.195Z | Compiling memchr v2.7.1 |
2078 | 2024-05-14T03:23:30.204Z | Compiling libm v0.2.7 |
2079 | 2024-05-14T03:23:30.208Z | Compiling byteorder v1.5.0 |
2080 | 2024-05-14T03:23:30.341Z | Compiling lock_api v0.4.10 |
2081 | 2024-05-14T03:23:30.515Z | Compiling generic-array v0.14.7 |
2082 | 2024-05-14T03:23:30.628Z | Compiling num-traits v0.2.18 |
2083 | 2024-05-14T03:23:30.661Z | Compiling ahash v0.8.8 |
2084 | 2024-05-14T03:23:30.823Z | Compiling pkg-config v0.3.27 |
2085 | 2024-05-14T03:23:30.929Z | Compiling serde_json v1.0.116 |
2086 | 2024-05-14T03:23:30.987Z | Compiling quote v1.0.36 |
2087 | 2024-05-14T03:23:31.133Z | Compiling log v0.4.21 |
2088 | 2024-05-14T03:23:31.517Z | Compiling syn v2.0.60 |
2089 | 2024-05-14T03:23:31.579Z | Compiling cc v1.0.83 |
2090 | 2024-05-14T03:23:31.595Z | Compiling getrandom v0.2.12 |
2091 | 2024-05-14T03:23:31.946Z | Compiling scopeguard v1.2.0 |
2092 | 2024-05-14T03:23:32.002Z | Compiling itoa v1.0.9 |
2093 | 2024-05-14T03:23:32.181Z | Compiling slab v0.4.9 |
2094 | 2024-05-14T03:23:32.243Z | Compiling thiserror v1.0.59 |
2095 | 2024-05-14T03:23:32.447Z | Compiling rand_core v0.6.4 |
2096 | 2024-05-14T03:23:32.484Z | Compiling smallvec v1.13.1 |
2097 | 2024-05-14T03:23:32.948Z | Compiling vcpkg v0.2.15 |
2098 | 2024-05-14T03:23:33.381Z | Compiling const-oid v0.9.6 |
2099 | 2024-05-14T03:23:33.946Z | Compiling parking_lot v0.12.1 |
2100 | 2024-05-14T03:23:34.002Z | Compiling pin-project-lite v0.2.13 |
2101 | 2024-05-14T03:23:34.117Z | Compiling syn v1.0.109 |
2102 | 2024-05-14T03:23:34.356Z | Compiling ring v0.17.8 |
2103 | 2024-05-14T03:23:34.673Z | Compiling openssl-sys v0.9.102 |
2104 | 2024-05-14T03:23:34.758Z | Compiling ryu v1.0.15 |
2105 | 2024-05-14T03:23:35.155Z | Compiling signal-hook-registry v1.4.1 |
2106 | 2024-05-14T03:23:35.535Z | Compiling subtle v2.5.0 |
2107 | 2024-05-14T03:23:35.547Z | Compiling rustix v0.38.31 |
2108 | 2024-05-14T03:23:35.668Z | Compiling ring v0.16.20 |
2109 | 2024-05-14T03:23:35.775Z | Compiling mio v0.8.11 |
2110 | 2024-05-14T03:23:35.921Z | Compiling futures-core v0.3.30 |
2111 | 2024-05-14T03:23:36.158Z | Compiling tinyvec_macros v0.1.1 |
2112 | 2024-05-14T03:23:36.176Z | Compiling semver v1.0.22 |
2113 | 2024-05-14T03:23:36.245Z | Compiling tinyvec v1.6.0 |
2114 | 2024-05-14T03:23:37.706Z | Compiling spin v0.5.2 |
2115 | 2024-05-14T03:23:37.906Z | Compiling unicode-normalization v0.1.22 |
2116 | 2024-05-14T03:23:38.348Z | Compiling num_cpus v1.16.0 |
2117 | 2024-05-14T03:23:38.456Z | Compiling socket2 v0.5.6 |
2118 | 2024-05-14T03:23:38.910Z | Compiling openssl v0.10.64 |
2119 | 2024-05-14T03:23:38.941Z | Compiling allocator-api2 v0.2.16 |
2120 | 2024-05-14T03:23:39.301Z | Compiling httparse v1.8.0 |
2121 | 2024-05-14T03:23:39.482Z | Compiling ucd-trie v0.1.6 |
2122 | 2024-05-14T03:23:39.580Z | Compiling unicode-bidi v0.3.15 |
2123 | 2024-05-14T03:23:39.696Z | Compiling futures-sink v0.3.30 |
2124 | 2024-05-14T03:23:40.122Z | Compiling num-conv v0.1.0 |
2125 | 2024-05-14T03:23:40.268Z | Compiling equivalent v1.0.1 |
2126 | 2024-05-14T03:23:40.370Z | Compiling time-core v0.1.2 |
2127 | 2024-05-14T03:23:40.528Z | Compiling time-macros v0.2.17 |
2128 | 2024-05-14T03:23:40.615Z | Compiling futures-channel v0.3.30 |
2129 | 2024-05-14T03:23:40.809Z | Compiling pin-utils v0.1.0 |
2130 | 2024-05-14T03:23:40.836Z | Compiling native-tls v0.2.11 |
2131 | 2024-05-14T03:23:41.044Z | Compiling futures-io v0.3.30 |
2132 | 2024-05-14T03:23:41.178Z | Compiling ppv-lite86 v0.2.17 |
2133 | 2024-05-14T03:23:41.361Z | Compiling rustls v0.21.9 |
2134 | 2024-05-14T03:23:41.643Z | Compiling crc32fast v1.3.2 |
2135 | 2024-05-14T03:23:41.978Z | Compiling futures-task v0.3.30 |
2136 | 2024-05-14T03:23:42.182Z | Compiling rand_chacha v0.3.1 |
2137 | 2024-05-14T03:23:42.262Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2138 | 2024-05-14T03:23:42.547Z | Compiling spin v0.9.8 |
2139 | 2024-05-14T03:23:42.700Z | Compiling tracing-core v0.1.32 |
2140 | 2024-05-14T03:23:42.708Z | Compiling base64ct v1.6.0 |
2141 | 2024-05-14T03:23:43.277Z | Compiling pem-rfc7468 v0.7.0 |
2142 | 2024-05-14T03:23:43.388Z | Compiling rand v0.8.5 |
2143 | 2024-05-14T03:23:43.883Z | Compiling cookie v0.17.0 |
2144 | 2024-05-14T03:23:43.956Z | Compiling usdt-impl v0.5.0 |
2145 | 2024-05-14T03:23:43.988Z | Compiling flagset v0.4.3 |
2146 | 2024-05-14T03:23:44.100Z | Compiling signal-hook v0.3.17 |
2147 | 2024-05-14T03:23:44.186Z | Compiling schemars v0.8.17 |
2148 | 2024-05-14T03:23:44.398Z | Compiling percent-encoding v2.3.1 |
2149 | 2024-05-14T03:23:44.533Z | Compiling serde_derive_internals v0.29.0 |
2150 | 2024-05-14T03:23:44.642Z | Compiling serde_derive v1.0.201 |
2151 | 2024-05-14T03:23:44.679Z | Compiling zeroize_derive v1.4.2 |
2152 | 2024-05-14T03:23:44.688Z | Compiling zerocopy-derive v0.7.32 |
2153 | 2024-05-14T03:23:44.978Z | Compiling tokio-macros v2.2.0 |
2154 | 2024-05-14T03:23:45.218Z | Compiling thiserror-impl v1.0.59 |
2155 | 2024-05-14T03:23:45.278Z | Compiling futures-macro v0.3.30 |
2156 | 2024-05-14T03:23:46.169Z | Compiling zeroize v1.7.0 |
2157 | 2024-05-14T03:23:46.720Z | Compiling zerocopy v0.7.32 |
2158 | 2024-05-14T03:23:46.745Z | Compiling tracing-attributes v0.1.27 |
2159 | 2024-05-14T03:23:47.924Z | Compiling der_derive v0.7.2 |
2160 | 2024-05-14T03:23:48.191Z | Compiling crypto-common v0.1.6 |
2161 | 2024-05-14T03:23:48.434Z | Compiling scroll_derive v0.12.0 |
2162 | 2024-05-14T03:23:48.448Z | Compiling pest v2.7.6 |
2163 | 2024-05-14T03:23:49.038Z | Compiling hashbrown v0.14.3 |
2164 | 2024-05-14T03:23:49.378Z | Compiling block-buffer v0.10.4 |
2165 | 2024-05-14T03:23:49.618Z | Compiling digest v0.10.7 |
2166 | 2024-05-14T03:23:50.022Z | Compiling openssl-macros v0.1.1 |
2167 | 2024-05-14T03:23:50.101Z | Compiling futures-util v0.3.30 |
2168 | 2024-05-14T03:23:50.261Z | Compiling tracing v0.1.40 |
2169 | 2024-05-14T03:23:50.396Z | Compiling zerocopy-derive v0.6.6 |
2170 | 2024-05-14T03:23:50.647Z | Compiling der v0.7.8 |
2171 | 2024-05-14T03:23:50.736Z | Compiling pest_meta v2.7.6 |
2172 | 2024-05-14T03:23:50.739Z | Compiling scroll v0.12.0 |
2173 | 2024-05-14T03:23:52.299Z | Compiling pest_generator v2.7.6 |
2174 | 2024-05-14T03:23:54.673Z | Compiling errno v0.3.8 |
2175 | 2024-05-14T03:23:54.849Z | Compiling pest_derive v2.7.6 |
2176 | 2024-05-14T03:23:54.919Z | Compiling plain v0.2.3 |
2177 | 2024-05-14T03:23:55.069Z | Compiling fnv v1.0.7 |
2178 | 2024-05-14T03:23:55.184Z | Compiling goblin v0.8.0 |
2179 | 2024-05-14T03:23:56.350Z | Compiling spki v0.7.2 |
2180 | 2024-05-14T03:23:56.848Z | Compiling schemars_derive v0.8.17 |
2181 | 2024-05-14T03:23:57.041Z | Compiling lazy_static v1.4.0 |
2182 | 2024-05-14T03:23:57.882Z | Compiling bytes v1.6.0 |
2183 | 2024-05-14T03:23:58.213Z | Compiling bitflags v2.4.2 |
2184 | 2024-05-14T03:23:58.889Z | Compiling tokio v1.37.0 |
2185 | 2024-05-14T03:23:59.072Z | Compiling indexmap v2.2.6 |
2186 | 2024-05-14T03:23:59.803Z | Compiling rustc_version v0.4.0 |
2187 | 2024-05-14T03:24:00.410Z | Compiling heapless v0.7.16 |
2188 | 2024-05-14T03:24:00.814Z | Compiling http v0.2.12 |
2189 | 2024-05-14T03:24:00.825Z | Compiling uuid v1.8.0 |
2190 | 2024-05-14T03:24:02.263Z | Compiling backtrace v0.3.69 |
2191 | 2024-05-14T03:24:02.485Z | Compiling num-bigint v0.4.4 |
2192 | 2024-05-14T03:24:02.948Z | Compiling base64 v0.21.7 |
2193 | 2024-05-14T03:24:03.051Z | Compiling heck v0.4.1 |
2194 | 2024-05-14T03:24:03.484Z | Compiling untrusted v0.7.1 |
2195 | 2024-05-14T03:24:03.675Z | Compiling pretty-hex v0.4.1 |
2196 | 2024-05-14T03:24:03.879Z | Compiling smoltcp v0.9.1 |
2197 | 2024-05-14T03:24:04.021Z | Compiling powerfmt v0.2.0 |
2198 | 2024-05-14T03:24:04.378Z | Compiling foreign-types-shared v0.1.1 |
2199 | 2024-05-14T03:24:04.484Z | Compiling heck v0.5.0 |
2200 | 2024-05-14T03:24:04.495Z | Compiling iana-time-zone v0.1.57 |
2201 | 2024-05-14T03:24:04.710Z | Compiling untrusted v0.9.0 |
2202 | 2024-05-14T03:24:04.873Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2203 | 2024-05-14T03:24:04.890Z | Compiling crossbeam-utils v0.8.19 |
2204 | 2024-05-14T03:24:05.219Z | Compiling clap_derive v4.5.4 |
2205 | 2024-05-14T03:24:05.439Z | Compiling chrono v0.4.38 |
2206 | 2024-05-14T03:24:06.140Z | Compiling foreign-types v0.3.2 |
2207 | 2024-05-14T03:24:06.229Z | Compiling deranged v0.3.11 |
2208 | 2024-05-14T03:24:06.509Z | Compiling dof v0.3.0 |
2209 | 2024-05-14T03:24:08.150Z | Compiling tokio-util v0.7.10 |
2210 | 2024-05-14T03:24:08.731Z | Compiling dtrace-parser v0.2.0 |
2211 | 2024-05-14T03:24:08.847Z | Compiling hmac v0.12.1 |
2212 | 2024-05-14T03:24:09.064Z | Compiling form_urlencoded v1.2.1 |
2213 | 2024-05-14T03:24:09.644Z | Compiling num-integer v0.1.46 |
2214 | 2024-05-14T03:24:09.721Z | Compiling thread-id v4.2.0 |
2215 | 2024-05-14T03:24:10.481Z | Compiling adler v1.0.2 |
2216 | 2024-05-14T03:24:10.484Z | Compiling anstyle v1.0.7 |
2217 | 2024-05-14T03:24:10.677Z | Compiling num_threads v0.1.6 |
2218 | 2024-05-14T03:24:10.801Z | Compiling try-lock v0.2.4 |
2219 | 2024-05-14T03:24:10.812Z | Compiling siphasher v0.3.11 |
2220 | 2024-05-14T03:24:10.933Z | Compiling cpufeatures v0.2.12 |
2221 | 2024-05-14T03:24:11.022Z | Compiling utf8parse v0.2.1 |
2222 | 2024-05-14T03:24:11.025Z | Compiling rustversion v1.0.14 |
2223 | 2024-05-14T03:24:11.146Z | Compiling anstyle-parse v0.2.1 |
2224 | 2024-05-14T03:24:11.174Z | Compiling sha2 v0.10.8 |
2225 | 2024-05-14T03:24:11.521Z | Compiling want v0.3.1 |
2226 | 2024-05-14T03:24:11.592Z | Compiling time v0.3.34 |
2227 | 2024-05-14T03:24:11.704Z | Compiling miniz_oxide v0.7.1 |
2228 | 2024-05-14T03:24:12.232Z | Compiling sct v0.7.0 |
2229 | 2024-05-14T03:24:13.563Z | Compiling h2 v0.3.26 |
2230 | 2024-05-14T03:24:14.194Z | Compiling rustls-webpki v0.101.7 |
2231 | 2024-05-14T03:24:14.737Z | Compiling http-body v0.4.5 |
2232 | 2024-05-14T03:24:15.889Z | Compiling serde_tokenstream v0.2.0 |
2233 | 2024-05-14T03:24:16.260Z | Compiling pkcs8 v0.10.2 |
2234 | 2024-05-14T03:24:16.293Z | Compiling hubpack_derive v0.1.1 |
2235 | 2024-05-14T03:24:16.397Z | Compiling async-trait v0.1.80 |
2236 | 2024-05-14T03:24:16.487Z | Compiling idna v0.5.0 |
2237 | 2024-05-14T03:24:17.472Z | Compiling aho-corasick v1.1.2 |
2238 | 2024-05-14T03:24:18.026Z | Compiling regex-syntax v0.8.2 |
2239 | 2024-05-14T03:24:18.068Z | Compiling slog v2.7.0 |
2240 | 2024-05-14T03:24:18.545Z | Compiling colorchoice v1.0.0 |
2241 | 2024-05-14T03:24:18.697Z | Compiling openssl-probe v0.1.5 |
2242 | 2024-05-14T03:24:18.752Z | Compiling anyhow v1.0.83 |
2243 | 2024-05-14T03:24:18.981Z | Compiling anstyle-query v1.0.0 |
2244 | 2024-05-14T03:24:19.117Z | Compiling tower-service v0.3.2 |
2245 | 2024-05-14T03:24:19.852Z | Compiling httpdate v1.0.3 |
2246 | 2024-05-14T03:24:20.357Z | Compiling radium v0.7.0 |
2247 | 2024-05-14T03:24:21.894Z | Compiling regex-automata v0.4.5 |
2248 | 2024-05-14T03:24:23.209Z | Compiling hyper v0.14.28 |
2249 | 2024-05-14T03:24:27.879Z | Compiling anstream v0.6.11 |
2250 | 2024-05-14T03:24:28.697Z | Compiling url v2.5.0 |
2251 | 2024-05-14T03:24:29.827Z | Compiling terminal_size v0.3.0 |
2252 | 2024-05-14T03:24:30.233Z | Compiling serde_spanned v0.6.5 |
2253 | 2024-05-14T03:24:30.320Z | Compiling toml_datetime v0.6.5 |
2254 | 2024-05-14T03:24:30.431Z | Compiling zerocopy v0.6.6 |
2255 | 2024-05-14T03:24:30.627Z | Compiling md-5 v0.10.5 |
2256 | 2024-05-14T03:24:31.068Z | Compiling idna v0.3.0 |
2257 | 2024-05-14T03:24:31.305Z | Compiling stringprep v0.1.3 |
2258 | 2024-05-14T03:24:31.622Z | Compiling diesel_table_macro_syntax v0.1.0 |
2259 | 2024-05-14T03:24:31.634Z | Compiling hash32 v0.2.1 |
2260 | 2024-05-14T03:24:32.003Z | Compiling strsim v0.11.0 |
2261 | 2024-05-14T03:24:32.029Z | Compiling dyn-clone v1.0.17 |
2262 | 2024-05-14T03:24:32.342Z | Compiling psl-types v2.0.11 |
2263 | 2024-05-14T03:24:32.353Z | Compiling fallible-iterator v0.2.0 |
2264 | 2024-05-14T03:24:32.401Z | Compiling clap_lex v0.7.0 |
2265 | 2024-05-14T03:24:32.513Z | Compiling gimli v0.28.0 |
2266 | 2024-05-14T03:24:32.536Z | Compiling stable_deref_trait v1.2.0 |
2267 | 2024-05-14T03:24:32.630Z | Compiling maybe-uninit v2.0.0 |
2268 | 2024-05-14T03:24:32.645Z | Compiling tap v1.0.1 |
2269 | 2024-05-14T03:24:32.816Z | Compiling wyz v0.5.1 |
2270 | 2024-05-14T03:24:33.035Z | Compiling postgres-protocol v0.6.6 |
2271 | 2024-05-14T03:24:33.098Z | Compiling clap_builder v4.5.2 |
2272 | 2024-05-14T03:24:33.284Z | Compiling tokio-rustls v0.24.1 |
2273 | 2024-05-14T03:24:33.741Z | Compiling publicsuffix v2.2.3 |
2274 | 2024-05-14T03:24:34.295Z | Compiling diesel_derives v2.1.2 |
2275 | 2024-05-14T03:24:36.564Z | Compiling addr2line v0.21.0 |
2276 | 2024-05-14T03:24:37.296Z | Compiling strum_macros v0.25.2 |
2277 | 2024-05-14T03:24:37.528Z | Compiling tokio-native-tls v0.3.1 |
2278 | 2024-05-14T03:24:38.870Z | Compiling usdt-macro v0.5.0 |
2279 | 2024-05-14T03:24:39.826Z | Compiling usdt-attr-macro v0.5.0 |
2280 | 2024-05-14T03:24:41.408Z | Compiling phf_shared v0.11.2 |
2281 | 2024-05-14T03:24:41.410Z | Compiling num-iter v0.1.44 |
2282 | 2024-05-14T03:24:41.674Z | Compiling enum-as-inner v0.5.1 |
2283 | 2024-05-14T03:24:42.695Z | Compiling block-padding v0.3.3 |
2284 | 2024-05-14T03:24:42.901Z | Compiling serde_repr v0.1.16 |
2285 | 2024-05-14T03:24:44.028Z | Compiling ff v0.13.0 |
2286 | 2024-05-14T03:24:44.259Z | Compiling scheduled-thread-pool v0.2.7 |
2287 | 2024-05-14T03:24:46.515Z | Compiling object v0.32.1 |
2288 | 2024-05-14T03:24:46.762Z | Compiling matches v0.1.10 |
2289 | 2024-05-14T03:24:46.847Z | Compiling funty v2.0.0 |
2290 | 2024-05-14T03:24:48.490Z | Compiling ipnet v2.9.0 |
2291 | 2024-05-14T03:24:49.572Z | Compiling base16ct v0.2.0 |
2292 | 2024-05-14T03:24:49.644Z | Compiling winnow v0.5.15 |
2293 | 2024-05-14T03:24:50.096Z | Compiling rustc-demangle v0.1.23 |
2294 | 2024-05-14T03:24:50.639Z | Compiling bitflags v1.3.2 |
2295 | 2024-05-14T03:24:50.861Z | Compiling managed v0.8.0 |
2296 | 2024-05-14T03:24:51.748Z | Compiling packed_struct v0.10.1 |
2297 | 2024-05-14T03:24:51.930Z | Compiling regex-automata v0.1.10 |
2298 | 2024-05-14T03:24:52.154Z | Compiling bit-vec v0.6.3 |
2299 | 2024-05-14T03:24:52.546Z | Compiling num-bigint-dig v0.8.4 |
2300 | 2024-05-14T03:24:52.805Z | Compiling bstr v0.2.17 |
2301 | 2024-05-14T03:24:53.225Z | Compiling toml_edit v0.19.15 |
2302 | 2024-05-14T03:25:01.214Z | Compiling sec1 v0.7.3 |
2303 | 2024-05-14T03:25:01.850Z | Compiling bitvec v1.0.1 |
2304 | 2024-05-14T03:25:01.991Z | Compiling idna v0.2.3 |
2305 | 2024-05-14T03:25:02.046Z | Compiling r2d2 v0.8.10 |
2306 | 2024-05-14T03:25:02.407Z | Compiling group v0.13.0 |
2307 | 2024-05-14T03:25:03.385Z | Compiling inout v0.1.3 |
2308 | 2024-05-14T03:25:05.388Z | Compiling phf v0.11.2 |
2309 | 2024-05-14T03:25:06.836Z | Compiling hyper-tls v0.5.0 |
2310 | 2024-05-14T03:25:07.113Z | Compiling signal-hook-mio v0.2.3 |
2311 | 2024-05-14T03:25:07.187Z | Compiling clap v4.5.4 |
2312 | 2024-05-14T03:25:07.265Z | Compiling cookie_store v0.20.0 |
2313 | 2024-05-14T03:25:07.304Z | Compiling ipnetwork v0.20.0 |
2314 | 2024-05-14T03:25:08.110Z | Compiling flate2 v1.0.28 |
2315 | 2024-05-14T03:25:08.462Z | Compiling bzip2 v0.4.4 |
2316 | 2024-05-14T03:25:08.568Z | Compiling postgres-types v0.2.6 |
2317 | 2024-05-14T03:25:08.606Z | Compiling hyper-rustls v0.24.2 |
2318 | 2024-05-14T03:25:08.908Z | Compiling regex v1.10.4 |
2319 | 2024-05-14T03:25:09.108Z | Compiling hubpack v0.1.2 |
2320 | 2024-05-14T03:25:09.126Z | Compiling phf_shared v0.10.0 |
2321 | 2024-05-14T03:25:09.500Z | Compiling rustls-pemfile v1.0.3 |
2322 | 2024-05-14T03:25:09.532Z | Compiling serde_urlencoded v0.7.1 |
2323 | 2024-05-14T03:25:09.828Z | Compiling hkdf v0.12.4 |
2324 | 2024-05-14T03:25:09.913Z | Compiling futures-executor v0.3.30 |
2325 | 2024-05-14T03:25:10.048Z | Compiling packed_struct_codegen v0.10.1 |
2326 | 2024-05-14T03:25:10.279Z | Compiling crypto-bigint v0.5.2 |
2327 | 2024-05-14T03:25:12.410Z | Compiling float-cmp v0.9.0 |
2328 | 2024-05-14T03:25:12.641Z | Compiling memmap v0.7.0 |
2329 | 2024-05-14T03:25:12.964Z | Compiling indexmap v1.9.3 |
2330 | 2024-05-14T03:25:13.068Z | Compiling encoding_rs v0.8.33 |
2331 | 2024-05-14T03:25:13.289Z | Compiling minimal-lexical v0.2.1 |
2332 | 2024-05-14T03:25:13.794Z | Compiling winnow v0.6.1 |
2333 | 2024-05-14T03:25:13.910Z | Compiling unicode-width v0.1.11 |
2334 | 2024-05-14T03:25:14.071Z | Compiling precomputed-hash v0.1.1 |
2335 | 2024-05-14T03:25:14.145Z | Compiling predicates-core v1.0.6 |
2336 | 2024-05-14T03:25:14.187Z | Compiling webpki-roots v0.25.2 |
2337 | 2024-05-14T03:25:14.328Z | Compiling static_assertions v1.1.0 |
2338 | 2024-05-14T03:25:14.427Z | Compiling difflib v0.4.0 |
2339 | 2024-05-14T03:25:14.453Z | Compiling fixedbitset v0.4.2 |
2340 | 2024-05-14T03:25:14.856Z | Compiling new_debug_unreachable v1.0.4 |
2341 | 2024-05-14T03:25:15.925Z | Compiling mime v0.3.17 |
2342 | 2024-05-14T03:25:16.722Z | Compiling sync_wrapper v0.1.2 |
2343 | 2024-05-14T03:25:16.889Z | Compiling crc-catalog v2.2.0 |
2344 | 2024-05-14T03:25:17.026Z | Compiling nodrop v0.1.14 |
2345 | 2024-05-14T03:25:17.249Z | Compiling either v1.11.0 |
2346 | 2024-05-14T03:25:17.506Z | Compiling normalize-line-endings v0.3.0 |
2347 | 2024-05-14T03:25:17.623Z | Compiling whoami v1.5.1 |
2348 | 2024-05-14T03:25:17.648Z | Compiling unicode-segmentation v1.10.1 |
2349 | 2024-05-14T03:25:18.185Z | Compiling data-encoding v2.4.0 |
2350 | 2024-05-14T03:25:18.344Z | Compiling similar v2.4.0 |
2351 | 2024-05-14T03:25:19.184Z | Compiling trust-dns-proto v0.22.0 |
2352 | 2024-05-14T03:25:20.350Z | Compiling tokio-postgres v0.7.10 |
2353 | 2024-05-14T03:25:20.958Z | Compiling itertools v0.10.5 |
2354 | 2024-05-14T03:25:22.351Z | Compiling predicates v3.1.0 |
2355 | 2024-05-14T03:25:23.806Z | Compiling toml_edit v0.22.12 |
2356 | 2024-05-14T03:25:23.871Z | Compiling array-init v0.0.4 |
2357 | 2024-05-14T03:25:24.763Z | Compiling crc v3.0.1 |
2358 | 2024-05-14T03:25:24.887Z | Compiling reqwest v0.11.27 |
2359 | 2024-05-14T03:25:27.064Z | Compiling string_cache v0.8.7 |
2360 | 2024-05-14T03:25:27.488Z | Compiling petgraph v0.6.4 |
2361 | 2024-05-14T03:25:31.066Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2362 | 2024-05-14T03:25:31.447Z | Compiling console v0.15.8 |
2363 | 2024-05-14T03:25:31.792Z | Compiling nom v7.1.3 |
2364 | 2024-05-14T03:25:32.767Z | Compiling usdt v0.5.0 |
2365 | 2024-05-14T03:25:34.131Z | Compiling elliptic-curve v0.13.8 |
2366 | 2024-05-14T03:25:36.788Z | Compiling futures v0.3.30 |
2367 | 2024-05-14T03:25:37.520Z | Compiling smallvec v0.6.14 |
2368 | 2024-05-14T03:25:37.546Z | Compiling zip v0.6.6 |
2369 | 2024-05-14T03:25:37.578Z | Compiling diesel v2.1.6 |
2370 | 2024-05-14T03:25:37.581Z | Compiling crossterm v0.27.0 |
2371 | 2024-05-14T03:25:37.783Z | Compiling crossbeam-epoch v0.9.18 |
2372 | 2024-05-14T03:25:37.990Z | Compiling yasna v0.5.2 |
2373 | 2024-05-14T03:25:38.537Z | Compiling cipher v0.4.4 |
2374 | 2024-05-14T03:25:39.272Z | Compiling toml v0.7.8 |
2375 | 2024-05-14T03:25:39.571Z | Compiling bit-set v0.5.3 |
2376 | 2024-05-14T03:25:42.738Z | Compiling bstr v1.9.0 |
2377 | 2024-05-14T03:25:43.066Z | Compiling pkcs1 v0.7.5 |
2378 | 2024-05-14T03:25:43.810Z | Compiling tokio-stream v0.1.15 |
2379 | 2024-05-14T03:25:44.592Z | Compiling is-terminal v0.4.9 |
2380 | 2024-05-14T03:25:44.634Z | Compiling openapiv3 v2.0.0 |
2381 | 2024-05-14T03:25:44.713Z | Compiling hex v0.4.3 |
2382 | 2024-05-14T03:25:45.932Z | Compiling signature v2.1.0 |
2383 | 2024-05-14T03:25:48.127Z | Compiling bitfield v0.14.0 |
2384 | 2024-05-14T03:25:48.430Z | Compiling hashbrown v0.12.3 |
2385 | 2024-05-14T03:25:48.741Z | Compiling termcolor v1.2.0 |
2386 | 2024-05-14T03:25:50.148Z | Compiling peg-runtime v0.8.3 |
2387 | 2024-05-14T03:25:50.842Z | Compiling lalrpop-util v0.19.12 |
2388 | 2024-05-14T03:25:53.970Z | Compiling env_logger v0.10.0 |
2389 | 2024-05-14T03:25:54.524Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2390 | 2024-05-14T03:25:55.981Z | Compiling rsa v0.9.2 |
2391 | 2024-05-14T03:26:03.907Z | Compiling serde-hex v0.1.0 |
2392 | 2024-05-14T03:26:06.707Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2393 | 2024-05-14T03:26:10.717Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2394 | 2024-05-14T03:26:11.257Z | Compiling ron v0.8.1 |
2395 | 2024-05-14T03:26:11.661Z | Compiling x509-cert v0.2.4 |
2396 | 2024-05-14T03:26:11.706Z | Compiling hashbrown v0.13.2 |
2397 | 2024-05-14T03:26:19.508Z | Compiling crc-any v2.4.3 |
2398 | 2024-05-14T03:26:22.672Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2399 | 2024-05-14T03:26:35.400Z | Compiling object v0.30.4 |
2400 | 2024-05-14T03:26:38.509Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2401 | 2024-05-14T03:26:51.831Z | Compiling path-slash v0.1.5 |
2402 | 2024-05-14T03:26:52.136Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2403 | 2024-05-14T03:27:14.242Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2404 | 2024-05-14T03:27:15.037Z | Finished release [optimized] target(s) in 3m 46s |
2405 | 2024-05-14T03:27:15.115Z | |
2406 | 2024-05-14T03:27:15.122Z | real 3:46.317943033 |
2407 | 2024-05-14T03:27:15.122Z | user 25:00.598279070 |
2408 | 2024-05-14T03:27:15.122Z | sys 3:03.283561316 |
2409 | 2024-05-14T03:27:15.122Z | trap 0.760056448 |
2410 | 2024-05-14T03:27:15.122Z | tflt 1.891395253 |
2411 | 2024-05-14T03:27:15.123Z | dflt 0.487501383 |
2412 | 2024-05-14T03:27:15.123Z | kflt 0.011128156 |
2413 | 2024-05-14T03:27:15.123Z | lock 55:29.039402327 |
2414 | 2024-05-14T03:27:15.123Z | slp 1:13:09.342528337 |
2415 | 2024-05-14T03:27:15.123Z | lat 1:15.964475948 |
2416 | 2024-05-14T03:27:15.123Z | stop 1:24.665456703 |
2417 | 2024-05-14T03:27:15.123Z | + ptime -m gzip |
2418 | 2024-05-14T03:27:15.384Z | |
2419 | 2024-05-14T03:27:15.384Z | real 0.265440132 |
2420 | 2024-05-14T03:27:15.385Z | user 0.262771078 |
2421 | 2024-05-14T03:27:15.385Z | sys 0.002120217 |
2422 | 2024-05-14T03:27:15.385Z | trap 0.000017229 |
2423 | 2024-05-14T03:27:15.385Z | tflt 0.000000000 |
2424 | 2024-05-14T03:27:15.385Z | dflt 0.000000000 |
2425 | 2024-05-14T03:27:15.385Z | kflt 0.000000000 |
2426 | 2024-05-14T03:27:15.385Z | lock 0.000000000 |
2427 | 2024-05-14T03:27:15.389Z | slp 0.000000000 |
2428 | 2024-05-14T03:27:15.389Z | lat 0.000089154 |
2429 | 2024-05-14T03:27:15.389Z | stop 0.000217327 |
2430 | 2024-05-14T03:27:15.389Z | + banner tufaceous |
2431 | 2024-05-14T03:27:15.389Z | |
2432 | 2024-05-14T03:27:15.389Z | ##### # # ###### ## #### ###### #### # # #### |
2433 | 2024-05-14T03:27:15.389Z | # # # # # # # # # # # # # # |
2434 | 2024-05-14T03:27:15.389Z | # # # ##### # # # ##### # # # # #### |
2435 | 2024-05-14T03:27:15.389Z | # # # # ###### # # # # # # # |
2436 | 2024-05-14T03:27:15.390Z | # # # # # # # # # # # # # # # |
2437 | 2024-05-14T03:27:15.390Z | # #### # # # #### ###### #### #### #### |
2438 | 2024-05-14T03:27:15.390Z | |
2439 | 2024-05-14T03:27:15.390Z | + ptime -m cargo build --locked -p tufaceous --release |
2440 | 2024-05-14T03:27:15.905Z | Downloading crates ... |
2441 | 2024-05-14T03:27:16.086Z | Downloaded snafu-derive v0.8.2 |
2442 | 2024-05-14T03:27:16.092Z | Downloaded olpc-cjson v0.1.3 |
2443 | 2024-05-14T03:27:16.095Z | Downloaded buf-list v1.0.3 |
2444 | 2024-05-14T03:27:16.102Z | Downloaded parse-size v1.0.0 |
2445 | 2024-05-14T03:27:16.105Z | Downloaded pin-project-internal v1.1.3 |
2446 | 2024-05-14T03:27:16.106Z | Downloaded serde_plain v1.0.2 |
2447 | 2024-05-14T03:27:16.106Z | Downloaded async-recursion v1.1.0 |
2448 | 2024-05-14T03:27:16.109Z | Downloaded fs-err v2.11.0 |
2449 | 2024-05-14T03:27:16.114Z | Downloaded globset v0.4.13 |
2450 | 2024-05-14T03:27:16.124Z | Downloaded pin-project v1.1.3 |
2451 | 2024-05-14T03:27:16.130Z | Downloaded typed-path v0.7.0 |
2452 | 2024-05-14T03:27:16.136Z | Downloaded tough v0.17.1 |
2453 | 2024-05-14T03:27:16.143Z | Downloaded snafu v0.8.2 |
2454 | 2024-05-14T03:27:16.243Z | Compiling regress v0.9.1 |
2455 | 2024-05-14T03:27:16.319Z | Compiling dirs-sys-next v0.1.2 |
2456 | 2024-05-14T03:27:16.322Z | Compiling heck v0.5.0 |
2457 | 2024-05-14T03:27:16.322Z | Compiling strsim v0.10.0 |
2458 | 2024-05-14T03:27:16.322Z | Compiling ident_case v1.0.1 |
2459 | 2024-05-14T03:27:16.322Z | Compiling rustls-pki-types v1.3.0 |
2460 | 2024-05-14T03:27:16.361Z | Compiling getopts v0.2.21 |
2461 | 2024-05-14T03:27:16.504Z | Compiling dirs-next v2.0.0 |
2462 | 2024-05-14T03:27:16.753Z | Compiling darling_core v0.20.8 |
2463 | 2024-05-14T03:27:16.925Z | Compiling thread_local v1.1.7 |
2464 | 2024-05-14T03:27:17.188Z | Compiling slog-async v2.8.0 |
2465 | 2024-05-14T03:27:17.451Z | Compiling paste v1.0.14 |
2466 | 2024-05-14T03:27:17.582Z | Compiling base64 v0.22.1 |
2467 | 2024-05-14T03:27:17.664Z | Compiling camino v1.1.6 |
2468 | 2024-05-14T03:27:17.723Z | Compiling rustls v0.22.4 |
2469 | 2024-05-14T03:27:17.774Z | Compiling unsafe-libyaml v0.2.10 |
2470 | 2024-05-14T03:27:18.024Z | Compiling rustls-webpki v0.102.1 |
2471 | 2024-05-14T03:27:18.036Z | Compiling term v0.7.0 |
2472 | 2024-05-14T03:27:18.712Z | Compiling crossbeam-channel v0.5.8 |
2473 | 2024-05-14T03:27:19.578Z | Compiling serde_yaml v0.9.25 |
2474 | 2024-05-14T03:27:20.411Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2475 | 2024-05-14T03:27:20.876Z | Compiling structmeta-derive v0.3.0 |
2476 | 2024-05-14T03:27:22.374Z | Compiling multer v3.1.0 |
2477 | 2024-05-14T03:27:22.698Z | Compiling match_cfg v0.1.0 |
2478 | 2024-05-14T03:27:22.792Z | Compiling take_mut v0.2.2 |
2479 | 2024-05-14T03:27:22.908Z | Compiling darling_macro v0.20.8 |
2480 | 2024-05-14T03:27:22.945Z | Compiling hostname v0.3.1 |
2481 | 2024-05-14T03:27:23.277Z | Compiling slog-term v2.9.1 |
2482 | 2024-05-14T03:27:23.580Z | Compiling structmeta v0.3.0 |
2483 | 2024-05-14T03:27:23.892Z | Compiling darling v0.20.8 |
2484 | 2024-05-14T03:27:25.084Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2485 | 2024-05-14T03:27:25.105Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2486 | 2024-05-14T03:27:25.454Z | Compiling slog-json v2.6.1 |
2487 | 2024-05-14T03:27:25.703Z | Compiling http v1.0.0 |
2488 | 2024-05-14T03:27:25.977Z | Compiling async-stream-impl v0.3.5 |
2489 | 2024-05-14T03:27:26.183Z | Compiling pin-project-internal v1.1.3 |
2490 | 2024-05-14T03:27:26.198Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2491 | 2024-05-14T03:27:26.523Z | Compiling fastrand v2.0.1 |
2492 | 2024-05-14T03:27:26.643Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2493 | 2024-05-14T03:27:26.950Z | Compiling atomic-waker v1.1.1 |
2494 | 2024-05-14T03:27:27.139Z | Compiling waitgroup v0.1.2 |
2495 | 2024-05-14T03:27:27.195Z | Compiling tempfile v3.10.1 |
2496 | 2024-05-14T03:27:27.256Z | Compiling async-stream v0.3.5 |
2497 | 2024-05-14T03:27:27.632Z | Compiling slog-bunyan v2.5.0 |
2498 | 2024-05-14T03:27:27.898Z | Compiling tokio-rustls v0.25.0 |
2499 | 2024-05-14T03:27:28.483Z | Compiling serde_with_macros v3.7.0 |
2500 | 2024-05-14T03:27:29.136Z | Compiling pin-project v1.1.3 |
2501 | 2024-05-14T03:27:29.136Z | Compiling parse-display-derive v0.9.0 |
2502 | 2024-05-14T03:27:29.136Z | Compiling rustls-pemfile v2.1.2 |
2503 | 2024-05-14T03:27:29.882Z | Compiling toml v0.8.12 |
2504 | 2024-05-14T03:27:30.275Z | Compiling sha1 v0.10.6 |
2505 | 2024-05-14T03:27:30.524Z | Compiling newtype-uuid v1.1.0 |
2506 | 2024-05-14T03:27:30.827Z | Compiling strum_macros v0.26.1 |
2507 | 2024-05-14T03:27:31.201Z | Compiling snafu-derive v0.8.2 |
2508 | 2024-05-14T03:27:31.309Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2509 | 2024-05-14T03:27:31.764Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2510 | 2024-05-14T03:27:33.125Z | Compiling serde_path_to_error v0.1.16 |
2511 | 2024-05-14T03:27:33.344Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2512 | 2024-05-14T03:27:34.129Z | Compiling hostname v0.4.0 |
2513 | 2024-05-14T03:27:34.155Z | Compiling fs-err v2.11.0 |
2514 | 2024-05-14T03:27:34.385Z | Compiling instant v0.1.12 |
2515 | 2024-05-14T03:27:34.474Z | Compiling buf-list v1.0.3 |
2516 | 2024-05-14T03:27:34.551Z | Compiling debug-ignore v1.0.5 |
2517 | 2024-05-14T03:27:34.705Z | Compiling same-file v1.0.6 |
2518 | 2024-05-14T03:27:34.954Z | Compiling arc-swap v1.6.0 |
2519 | 2024-05-14T03:27:35.098Z | Compiling walkdir v2.5.0 |
2520 | 2024-05-14T03:27:35.373Z | Compiling strum v0.26.2 |
2521 | 2024-05-14T03:27:35.568Z | Compiling slog-scope v4.4.0 |
2522 | 2024-05-14T03:27:36.013Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2523 | 2024-05-14T03:27:36.152Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2524 | 2024-05-14T03:27:36.472Z | Compiling snafu v0.8.2 |
2525 | 2024-05-14T03:27:36.777Z | Compiling backoff v0.4.0 |
2526 | 2024-05-14T03:27:37.524Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2527 | 2024-05-14T03:27:37.534Z | Compiling parse-display v0.9.0 |
2528 | 2024-05-14T03:27:37.653Z | Compiling serde_with v3.7.0 |
2529 | 2024-05-14T03:27:37.845Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2530 | 2024-05-14T03:27:38.311Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2531 | 2024-05-14T03:27:39.096Z | Compiling globset v0.4.13 |
2532 | 2024-05-14T03:27:39.418Z | Compiling pem v3.0.4 |
2533 | 2024-05-14T03:27:41.005Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2534 | 2024-05-14T03:27:41.610Z | Compiling olpc-cjson v0.1.3 |
2535 | 2024-05-14T03:27:41.616Z | Compiling serde_plain v1.0.2 |
2536 | 2024-05-14T03:27:42.034Z | Compiling macaddr v1.0.1 |
2537 | 2024-05-14T03:27:42.291Z | Compiling async-recursion v1.1.0 |
2538 | 2024-05-14T03:27:42.663Z | Compiling xattr v1.0.1 |
2539 | 2024-05-14T03:27:42.851Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2540 | 2024-05-14T03:27:42.970Z | Compiling filetime v0.2.23 |
2541 | 2024-05-14T03:27:43.304Z | Compiling typed-path v0.7.0 |
2542 | 2024-05-14T03:27:43.854Z | Compiling tar v0.4.40 |
2543 | 2024-05-14T03:27:47.526Z | Compiling tough v0.17.1 |
2544 | 2024-05-14T03:27:50.230Z | Compiling slog-stdlog v4.1.1 |
2545 | 2024-05-14T03:27:51.174Z | Compiling camino-tempfile v1.1.1 |
2546 | 2024-05-14T03:27:51.561Z | Compiling itertools v0.12.1 |
2547 | 2024-05-14T03:27:52.036Z | Compiling parse-size v1.0.0 |
2548 | 2024-05-14T03:27:52.328Z | Compiling slog-envlogger v2.2.0 |
2549 | 2024-05-14T03:27:55.061Z | Compiling humantime v2.1.0 |
2550 | 2024-05-14T03:27:58.510Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2551 | 2024-05-14T03:28:04.686Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2552 | 2024-05-14T03:28:12.993Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2553 | 2024-05-14T03:28:14.978Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2554 | 2024-05-14T03:28:35.627Z | Finished release [optimized] target(s) in 1m 20s |
2555 | 2024-05-14T03:28:35.719Z | |
2556 | 2024-05-14T03:28:35.722Z | real 1:20.302914679 |
2557 | 2024-05-14T03:28:35.722Z | user 8:43.721033429 |
2558 | 2024-05-14T03:28:35.722Z | sys 41.994437494 |
2559 | 2024-05-14T03:28:35.722Z | trap 0.233328214 |
2560 | 2024-05-14T03:28:35.722Z | tflt 0.504635675 |
2561 | 2024-05-14T03:28:35.722Z | dflt 0.322991229 |
2562 | 2024-05-14T03:28:35.722Z | kflt 0.013978108 |
2563 | 2024-05-14T03:28:35.722Z | lock 16:32.316443828 |
2564 | 2024-05-14T03:28:35.722Z | slp 19:08.871740202 |
2565 | 2024-05-14T03:28:35.722Z | lat 22.337644461 |
2566 | 2024-05-14T03:28:35.722Z | stop 17.629962704 |
2567 | 2024-05-14T03:28:35.723Z | + ptime -m gzip |
2568 | 2024-05-14T03:28:37.055Z | |
2569 | 2024-05-14T03:28:37.055Z | real 1.332189770 |
2570 | 2024-05-14T03:28:37.056Z | user 1.324799485 |
2571 | 2024-05-14T03:28:37.056Z | sys 0.006818207 |
2572 | 2024-05-14T03:28:37.056Z | trap 0.000072805 |
2573 | 2024-05-14T03:28:37.056Z | tflt 0.000000000 |
2574 | 2024-05-14T03:28:37.056Z | dflt 0.000000000 |
2575 | 2024-05-14T03:28:37.056Z | kflt 0.000000000 |
2576 | 2024-05-14T03:28:37.056Z | lock 0.000000000 |
2577 | 2024-05-14T03:28:37.056Z | slp 0.000000000 |
2578 | 2024-05-14T03:28:37.056Z | lat 0.000089655 |
2579 | 2024-05-14T03:28:37.056Z | stop 0.000184029 |
2580 | 2024-05-14T03:28:37.059Z | + banner permission-slip |
2581 | 2024-05-14T03:28:37.059Z | |
2582 | 2024-05-14T03:28:37.059Z | ##### ###### ##### # # # #### #### # #### # # |
2583 | 2024-05-14T03:28:37.059Z | # # # # # ## ## # # # # # # ## # |
2584 | 2024-05-14T03:28:37.059Z | # # ##### # # # ## # # #### #### # # # # # # |
2585 | 2024-05-14T03:28:37.059Z | ##### # ##### # # # # # # # # # # # |
2586 | 2024-05-14T03:28:37.059Z | # # # # # # # # # # # # # # # ## |
2587 | 2024-05-14T03:28:37.059Z | # ###### # # # # # #### #### # #### # # |
2588 | 2024-05-14T03:28:37.059Z | |
2589 | 2024-05-14T03:28:37.059Z | + source ./tools/permslip_commit |
2590 | 2024-05-14T03:28:37.059Z | ++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695 |
2591 | 2024-05-14T03:28:37.059Z | + git init /work/permission-slip-build |
2592 | 2024-05-14T03:28:37.062Z | hint: Using 'master' as the name for the initial branch. This default branch name |
2593 | 2024-05-14T03:28:37.063Z | hint: is subject to change. To configure the initial branch name to use in all |
2594 | 2024-05-14T03:28:37.063Z | hint: of your new repositories, which will suppress this warning, call: |
2595 | 2024-05-14T03:28:37.063Z | hint: |
2596 | 2024-05-14T03:28:37.063Z | hint: git config --global init.defaultBranch <name> |
2597 | 2024-05-14T03:28:37.063Z | hint: |
2598 | 2024-05-14T03:28:37.063Z | hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and |
2599 | 2024-05-14T03:28:37.063Z | hint: 'development'. The just-created branch can be renamed via this command: |
2600 | 2024-05-14T03:28:37.063Z | hint: |
2601 | 2024-05-14T03:28:37.063Z | hint: git branch -m <name> |
2602 | 2024-05-14T03:28:37.069Z | Initialized empty Git repository in /work/permission-slip-build/.git/ |
2603 | 2024-05-14T03:28:37.069Z | + pushd /work/permission-slip-build |
2604 | 2024-05-14T03:28:37.069Z | /work/permission-slip-build /work/oxidecomputer/omicron |
2605 | 2024-05-14T03:28:37.069Z | + git remote add origin https://github.com/oxidecomputer/permission-slip.git |
2606 | 2024-05-14T03:28:37.072Z | + ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695 |
2607 | 2024-05-14T03:28:37.722Z | From https://github.com/oxidecomputer/permission-slip |
2608 | 2024-05-14T03:28:37.722Z | * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD |
2609 | 2024-05-14T03:28:37.725Z | |
2610 | 2024-05-14T03:28:37.726Z | real 0.653960276 |
2611 | 2024-05-14T03:28:37.726Z | user 0.056912385 |
2612 | 2024-05-14T03:28:37.726Z | sys 0.023755543 |
2613 | 2024-05-14T03:28:37.726Z | trap 0.000005958 |
2614 | 2024-05-14T03:28:37.726Z | tflt 0.000000000 |
2615 | 2024-05-14T03:28:37.726Z | dflt 0.000004639 |
2616 | 2024-05-14T03:28:37.726Z | kflt 0.000000000 |
2617 | 2024-05-14T03:28:37.726Z | lock 0.000027658 |
2618 | 2024-05-14T03:28:37.726Z | slp 1.910331548 |
2619 | 2024-05-14T03:28:37.726Z | lat 0.002340073 |
2620 | 2024-05-14T03:28:37.726Z | stop 0.000811415 |
2621 | 2024-05-14T03:28:37.726Z | + git checkout FETCH_HEAD |
2622 | 2024-05-14T03:28:37.734Z | Note: switching to 'FETCH_HEAD'. |
2623 | 2024-05-14T03:28:37.734Z | |
2624 | 2024-05-14T03:28:37.734Z | You are in 'detached HEAD' state. You can look around, make experimental |
2625 | 2024-05-14T03:28:37.734Z | changes and commit them, and you can discard any commits you make in this |
2626 | 2024-05-14T03:28:37.734Z | state without impacting any branches by switching back to a branch. |
2627 | 2024-05-14T03:28:37.734Z | |
2628 | 2024-05-14T03:28:37.735Z | If you want to create a new branch to retain commits you create, you may |
2629 | 2024-05-14T03:28:37.735Z | do so (now or later) by using -c with the switch command. Example: |
2630 | 2024-05-14T03:28:37.735Z | |
2631 | 2024-05-14T03:28:37.735Z | git switch -c <new-branch-name> |
2632 | 2024-05-14T03:28:37.735Z | |
2633 | 2024-05-14T03:28:37.735Z | Or undo this operation with: |
2634 | 2024-05-14T03:28:37.735Z | |
2635 | 2024-05-14T03:28:37.735Z | git switch - |
2636 | 2024-05-14T03:28:37.735Z | |
2637 | 2024-05-14T03:28:37.735Z | Turn off this advice by setting config variable advice.detachedHead to false |
2638 | 2024-05-14T03:28:37.735Z | |
2639 | 2024-05-14T03:28:37.735Z | HEAD is now at 5d44e00 Ensure SSH tables exist in the database |
2640 | 2024-05-14T03:28:37.738Z | + ptime -m cargo build --locked -p permission-slip-client --release |
2641 | 2024-05-14T03:28:37.741Z | info: syncing channel updates for '1.74-x86_64-unknown-illumos' |
2642 | 2024-05-14T03:28:37.950Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
2643 | 2024-05-14T03:28:37.950Z | info: downloading component 'cargo' |
2644 | 2024-05-14T03:28:38.586Z | info: downloading component 'clippy' |
2645 | 2024-05-14T03:28:38.807Z | info: downloading component 'rust-docs' |
2646 | 2024-05-14T03:28:39.589Z | info: downloading component 'rust-std' |
2647 | 2024-05-14T03:28:40.744Z | info: downloading component 'rustc' |
2648 | 2024-05-14T03:28:43.998Z | info: downloading component 'rustfmt' |
2649 | 2024-05-14T03:28:44.191Z | info: installing component 'cargo' |
2650 | 2024-05-14T03:28:45.071Z | info: installing component 'clippy' |
2651 | 2024-05-14T03:28:45.420Z | info: installing component 'rust-docs' |
2652 | 2024-05-14T03:28:46.903Z | info: installing component 'rust-std' |
2653 | 2024-05-14T03:28:48.543Z | info: installing component 'rustc' |
2654 | 2024-05-14T03:28:52.693Z | info: installing component 'rustfmt' |
2655 | 2024-05-14T03:28:53.228Z | Updating crates.io index |
2656 | 2024-05-14T03:28:53.409Z | Updating git repository `https://github.com/oxidecomputer/sshauth` |
2657 | 2024-05-14T03:28:54.047Z | From https://github.com/oxidecomputer/sshauth |
2658 | 2024-05-14T03:28:54.047Z | * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11 |
2659 | 2024-05-14T03:28:54.053Z | * [new branch] main -> origin/main |
2660 | 2024-05-14T03:28:54.053Z | * [new branch] paranoia -> origin/paranoia |
2661 | 2024-05-14T03:28:54.053Z | * [new branch] readme -> origin/readme |
2662 | 2024-05-14T03:28:54.053Z | * [new ref] -> origin/HEAD |
2663 | 2024-05-14T03:28:54.343Z | Downloading crates ... |
2664 | 2024-05-14T03:28:54.483Z | Downloaded anstream v0.6.13 |
2665 | 2024-05-14T03:28:54.492Z | Downloaded ahash v0.8.11 |
2666 | 2024-05-14T03:28:54.510Z | Downloaded is-terminal v0.4.12 |
2667 | 2024-05-14T03:28:54.512Z | Downloaded aho-corasick v1.1.3 |
2668 | 2024-05-14T03:28:54.517Z | Downloaded curve25519-dalek-derive v0.1.1 |
2669 | 2024-05-14T03:28:54.520Z | Downloaded autocfg v1.2.0 |
2670 | 2024-05-14T03:28:54.522Z | Downloaded bitflags v2.5.0 |
2671 | 2024-05-14T03:28:54.525Z | Downloaded anyhow v1.0.81 |
2672 | 2024-05-14T03:28:54.528Z | Downloaded itoa v1.0.11 |
2673 | 2024-05-14T03:28:54.531Z | Downloaded block-buffer v0.9.0 |
2674 | 2024-05-14T03:28:54.535Z | Downloaded anstyle v1.0.6 |
2675 | 2024-05-14T03:28:54.545Z | Downloaded iana-time-zone v0.1.60 |
2676 | 2024-05-14T03:28:54.551Z | Downloaded clap-num v1.1.1 |
2677 | 2024-05-14T03:28:54.554Z | Downloaded bincode v1.3.3 |
2678 | 2024-05-14T03:28:54.556Z | Downloaded anstyle-query v1.0.2 |
2679 | 2024-05-14T03:28:54.561Z | Downloaded flagset v0.4.5 |
2680 | 2024-05-14T03:28:54.563Z | Downloaded digest v0.9.0 |
2681 | 2024-05-14T03:28:54.564Z | Downloaded anstyle-parse v0.2.3 |
2682 | 2024-05-14T03:28:54.578Z | Downloaded opaque-debug v0.3.1 |
2683 | 2024-05-14T03:28:54.581Z | Downloaded http-body v0.4.6 |
2684 | 2024-05-14T03:28:54.583Z | Downloaded ed25519-dalek v1.0.1 |
2685 | 2024-05-14T03:28:54.599Z | Downloaded typify-macro v0.0.16 |
2686 | 2024-05-14T03:28:54.608Z | Downloaded ed25519 v1.5.3 |
2687 | 2024-05-14T03:28:54.610Z | Downloaded rustls-pemfile v1.0.4 |
2688 | 2024-05-14T03:28:54.619Z | Downloaded try-lock v0.2.5 |
2689 | 2024-05-14T03:28:54.624Z | Downloaded env_logger v0.10.2 |
2690 | 2024-05-14T03:28:54.632Z | Downloaded pkg-config v0.3.30 |
2691 | 2024-05-14T03:28:54.640Z | Downloaded ed25519 v2.2.3 |
2692 | 2024-05-14T03:28:54.649Z | Downloaded signature v2.2.0 |
2693 | 2024-05-14T03:28:54.651Z | Downloaded xdg v2.5.2 |
2694 | 2024-05-14T03:28:54.654Z | Downloaded thiserror v1.0.58 |
2695 | 2024-05-14T03:28:54.657Z | Downloaded ssh-cipher v0.2.0 |
2696 | 2024-05-14T03:28:54.660Z | Downloaded spki v0.7.3 |
2697 | 2024-05-14T03:28:54.660Z | Downloaded tls_codec_derive v0.4.1 |
2698 | 2024-05-14T03:28:54.663Z | Downloaded signature v1.6.4 |
2699 | 2024-05-14T03:28:54.663Z | Downloaded sha2 v0.9.9 |
2700 | 2024-05-14T03:28:54.666Z | Downloaded ssh-encoding v0.2.0 |
2701 | 2024-05-14T03:28:54.666Z | Downloaded lock_api v0.4.11 |
2702 | 2024-05-14T03:28:54.669Z | Downloaded cc v1.0.90 |
2703 | 2024-05-14T03:28:54.671Z | Downloaded tls_codec v0.4.1 |
2704 | 2024-05-14T03:28:54.674Z | Downloaded termcolor v1.4.1 |
2705 | 2024-05-14T03:28:54.674Z | Downloaded platforms v3.4.0 |
2706 | 2024-05-14T03:28:54.677Z | Downloaded sct v0.7.1 |
2707 | 2024-05-14T03:28:54.680Z | Downloaded thiserror-impl v1.0.58 |
2708 | 2024-05-14T03:28:54.680Z | Downloaded schemars_derive v0.8.16 |
2709 | 2024-05-14T03:28:54.695Z | Downloaded parking_lot_core v0.9.9 |
2710 | 2024-05-14T03:28:54.698Z | Downloaded typify v0.0.16 |
2711 | 2024-05-14T03:28:54.698Z | Downloaded serde_derive_internals v0.26.0 |
2712 | 2024-05-14T03:28:54.701Z | Downloaded quote v1.0.35 |
2713 | 2024-05-14T03:28:54.712Z | Downloaded crc-any v2.4.4 |
2714 | 2024-05-14T03:28:54.718Z | Downloaded smallvec v1.13.2 |
2715 | 2024-05-14T03:28:54.722Z | Downloaded ed25519-dalek v2.1.1 |
2716 | 2024-05-14T03:28:54.732Z | Downloaded schemars v0.8.16 |
2717 | 2024-05-14T03:28:54.747Z | Downloaded typenum v1.17.0 |
2718 | 2024-05-14T03:28:54.750Z | Downloaded ryu v1.0.17 |
2719 | 2024-05-14T03:28:54.753Z | Downloaded proc-macro2 v1.0.79 |
2720 | 2024-05-14T03:28:54.756Z | Downloaded serde_derive v1.0.197 |
2721 | 2024-05-14T03:28:54.763Z | Downloaded crypto-bigint v0.5.5 |
2722 | 2024-05-14T03:28:54.773Z | Downloaded openssl-sys v0.9.101 |
2723 | 2024-05-14T03:28:54.782Z | Downloaded unsafe-libyaml v0.2.11 |
2724 | 2024-05-14T03:28:54.785Z | Downloaded oauth2 v4.4.2 |
2725 | 2024-05-14T03:28:54.806Z | Downloaded rsa v0.9.6 |
2726 | 2024-05-14T03:28:54.811Z | Downloaded serde_yaml v0.9.34+deprecated |
2727 | 2024-05-14T03:28:54.827Z | Downloaded serde v1.0.197 |
2728 | 2024-05-14T03:28:54.836Z | Downloaded heapless v0.7.17 |
2729 | 2024-05-14T03:28:54.846Z | Downloaded libm v0.2.8 |
2730 | 2024-05-14T03:28:54.853Z | Downloaded x509-cert v0.2.5 |
2731 | 2024-05-14T03:28:54.858Z | Downloaded ssh-key v0.6.5 |
2732 | 2024-05-14T03:28:54.867Z | Downloaded h2 v0.3.25 |
2733 | 2024-05-14T03:28:54.871Z | Downloaded unicode-normalization v0.1.23 |
2734 | 2024-05-14T03:28:54.910Z | Downloaded serde_json v1.0.115 |
2735 | 2024-05-14T03:28:54.930Z | Downloaded blake3 v1.5.1 |
2736 | 2024-05-14T03:28:54.969Z | Downloaded chrono v0.4.37 |
2737 | 2024-05-14T03:28:54.984Z | Downloaded p384 v0.13.0 |
2738 | 2024-05-14T03:28:55.004Z | Downloaded webpki-roots v0.25.4 |
2739 | 2024-05-14T03:28:55.009Z | Downloaded syn v2.0.55 |
2740 | 2024-05-14T03:28:55.017Z | Downloaded regress v0.8.0 |
2741 | 2024-05-14T03:28:55.033Z | Downloaded rustls v0.21.10 |
2742 | 2024-05-14T03:28:55.061Z | Downloaded regex-syntax v0.8.3 |
2743 | 2024-05-14T03:28:55.076Z | Downloaded rustix v0.38.32 |
2744 | 2024-05-14T03:28:55.106Z | Downloaded curve25519-dalek v3.2.0 |
2745 | 2024-05-14T03:28:55.118Z | Downloaded typify-impl v0.0.16 |
2746 | 2024-05-14T03:28:55.145Z | Downloaded regex-automata v0.4.6 |
2747 | 2024-05-14T03:28:55.159Z | Downloaded libc v0.2.153 |
2748 | 2024-05-14T03:28:55.184Z | Downloaded tokio v1.36.0 |
2749 | 2024-05-14T03:28:55.345Z | Compiling proc-macro2 v1.0.79 |
2750 | 2024-05-14T03:28:55.345Z | Compiling unicode-ident v1.0.12 |
2751 | 2024-05-14T03:28:55.348Z | Compiling version_check v0.9.4 |
2752 | 2024-05-14T03:28:55.348Z | Compiling cfg-if v1.0.0 |
2753 | 2024-05-14T03:28:55.348Z | Compiling libc v0.2.153 |
2754 | 2024-05-14T03:28:55.348Z | Compiling autocfg v1.2.0 |
2755 | 2024-05-14T03:28:55.349Z | Compiling typenum v1.17.0 |
2756 | 2024-05-14T03:28:55.361Z | Compiling serde v1.0.197 |
2757 | 2024-05-14T03:28:55.461Z | Compiling subtle v2.5.0 |
2758 | 2024-05-14T03:28:55.539Z | Compiling const-oid v0.9.6 |
2759 | 2024-05-14T03:28:55.814Z | Compiling cc v1.0.90 |
2760 | 2024-05-14T03:28:56.009Z | Compiling once_cell v1.19.0 |
2761 | 2024-05-14T03:28:56.029Z | Compiling generic-array v0.14.7 |
2762 | 2024-05-14T03:28:56.063Z | Compiling ahash v0.8.11 |
2763 | 2024-05-14T03:28:56.465Z | Compiling lock_api v0.4.11 |
2764 | 2024-05-14T03:28:56.483Z | Compiling scopeguard v1.2.0 |
2765 | 2024-05-14T03:28:56.503Z | Compiling serde_json v1.0.115 |
2766 | 2024-05-14T03:28:56.631Z | Compiling syn v1.0.109 |
2767 | 2024-05-14T03:28:56.867Z | Compiling quote v1.0.35 |
2768 | 2024-05-14T03:28:57.240Z | Compiling syn v2.0.55 |
2769 | 2024-05-14T03:28:57.458Z | Compiling getrandom v0.2.12 |
2770 | 2024-05-14T03:28:57.583Z | Compiling smallvec v1.13.2 |
2771 | 2024-05-14T03:28:57.594Z | Compiling itoa v1.0.11 |
2772 | 2024-05-14T03:28:57.692Z | Compiling rand_core v0.6.4 |
2773 | 2024-05-14T03:28:57.906Z | Compiling base64ct v1.6.0 |
2774 | 2024-05-14T03:28:58.122Z | Compiling libm v0.2.8 |
2775 | 2024-05-14T03:28:58.164Z | Compiling memchr v2.7.1 |
2776 | 2024-05-14T03:28:58.283Z | Compiling parking_lot_core v0.9.9 |
2777 | 2024-05-14T03:28:58.531Z | Compiling pem-rfc7468 v0.7.0 |
2778 | 2024-05-14T03:28:58.541Z | Compiling pin-project-lite v0.2.13 |
2779 | 2024-05-14T03:28:58.554Z | Compiling zerocopy v0.7.32 |
2780 | 2024-05-14T03:28:58.662Z | Compiling bytes v1.6.0 |
2781 | 2024-05-14T03:28:58.833Z | Compiling num-traits v0.2.18 |
2782 | 2024-05-14T03:28:59.238Z | Compiling thiserror v1.0.58 |
2783 | 2024-05-14T03:28:59.425Z | Compiling log v0.4.21 |
2784 | 2024-05-14T03:28:59.860Z | Compiling allocator-api2 v0.2.16 |
2785 | 2024-05-14T03:29:00.814Z | Compiling hashbrown v0.14.3 |
2786 | 2024-05-14T03:29:01.204Z | Compiling flagset v0.4.5 |
2787 | 2024-05-14T03:29:01.451Z | Compiling bitflags v2.5.0 |
2788 | 2024-05-14T03:29:01.797Z | Compiling parking_lot v0.12.1 |
2789 | 2024-05-14T03:29:02.039Z | Compiling spin v0.9.8 |
2790 | 2024-05-14T03:29:02.253Z | Compiling mio v0.8.11 |
2791 | 2024-05-14T03:29:02.466Z | Compiling num_cpus v1.16.0 |
2792 | 2024-05-14T03:29:02.508Z | Compiling signal-hook-registry v1.4.1 |
2793 | 2024-05-14T03:29:02.604Z | Compiling socket2 v0.5.6 |
2794 | 2024-05-14T03:29:03.115Z | Compiling vcpkg v0.2.15 |
2795 | 2024-05-14T03:29:04.276Z | Compiling schemars v0.8.16 |
2796 | 2024-05-14T03:29:04.298Z | Compiling semver v1.0.22 |
2797 | 2024-05-14T03:29:04.427Z | Compiling cpufeatures v0.2.12 |
2798 | 2024-05-14T03:29:04.582Z | Compiling pkg-config v0.3.30 |
2799 | 2024-05-14T03:29:04.744Z | Compiling serde_derive_internals v0.26.0 |
2800 | 2024-05-14T03:29:04.747Z | Compiling ring v0.17.8 |
2801 | 2024-05-14T03:29:04.946Z | Compiling ryu v1.0.17 |
2802 | 2024-05-14T03:29:05.827Z | Compiling openssl-sys v0.9.101 |
2803 | 2024-05-14T03:29:06.680Z | Compiling slab v0.4.9 |
2804 | 2024-05-14T03:29:06.896Z | Compiling fnv v1.0.7 |
2805 | 2024-05-14T03:29:06.923Z | Compiling futures-core v0.3.30 |
2806 | 2024-05-14T03:29:06.926Z | Compiling equivalent v1.0.1 |
2807 | 2024-05-14T03:29:07.044Z | Compiling http v0.2.12 |
2808 | 2024-05-14T03:29:07.095Z | Compiling rustc_version v0.4.0 |
2809 | 2024-05-14T03:29:07.258Z | Compiling tracing-core v0.1.32 |
2810 | 2024-05-14T03:29:07.651Z | Compiling byteorder v1.5.0 |
2811 | 2024-05-14T03:29:07.702Z | Compiling untrusted v0.9.0 |
2812 | 2024-05-14T03:29:08.189Z | Compiling tracing v0.1.40 |
2813 | 2024-05-14T03:29:08.376Z | Compiling futures-io v0.3.30 |
2814 | 2024-05-14T03:29:08.743Z | Compiling foreign-types-shared v0.1.1 |
2815 | 2024-05-14T03:29:08.862Z | Compiling futures-sink v0.3.30 |
2816 | 2024-05-14T03:29:08.946Z | Compiling pin-utils v0.1.0 |
2817 | 2024-05-14T03:29:09.034Z | Compiling chrono v0.4.37 |
2818 | 2024-05-14T03:29:09.057Z | Compiling dyn-clone v1.0.17 |
2819 | 2024-05-14T03:29:09.143Z | Compiling futures-task v0.3.30 |
2820 | 2024-05-14T03:29:09.256Z | Compiling httparse v1.8.0 |
2821 | 2024-05-14T03:29:09.481Z | Compiling ppv-lite86 v0.2.17 |
2822 | 2024-05-14T03:29:09.769Z | Compiling openssl v0.10.64 |
2823 | 2024-05-14T03:29:09.796Z | Compiling serde_derive v1.0.197 |
2824 | 2024-05-14T03:29:10.115Z | Compiling zeroize_derive v1.4.2 |
2825 | 2024-05-14T03:29:10.142Z | Compiling der_derive v0.7.2 |
2826 | 2024-05-14T03:29:10.240Z | Compiling tokio-macros v2.2.0 |
2827 | 2024-05-14T03:29:10.358Z | Compiling thiserror-impl v1.0.58 |
2828 | 2024-05-14T03:29:11.201Z | Compiling schemars_derive v0.8.16 |
2829 | 2024-05-14T03:29:11.714Z | Compiling zeroize v1.7.0 |
2830 | 2024-05-14T03:29:12.048Z | Compiling tokio v1.36.0 |
2831 | 2024-05-14T03:29:12.409Z | Compiling uuid v1.8.0 |
2832 | 2024-05-14T03:29:12.613Z | Compiling der v0.7.8 |
2833 | 2024-05-14T03:29:12.979Z | Compiling openssl-macros v0.1.1 |
2834 | 2024-05-14T03:29:13.388Z | Compiling crypto-common v0.1.6 |
2835 | 2024-05-14T03:29:13.464Z | Compiling block-buffer v0.10.4 |
2836 | 2024-05-14T03:29:13.726Z | Compiling digest v0.10.7 |
2837 | 2024-05-14T03:29:13.761Z | Compiling futures-util v0.3.30 |
2838 | 2024-05-14T03:29:13.869Z | Compiling foreign-types v0.3.2 |
2839 | 2024-05-14T03:29:14.201Z | Compiling sha2 v0.10.8 |
2840 | 2024-05-14T03:29:14.383Z | Compiling signature v2.2.0 |
2841 | 2024-05-14T03:29:14.720Z | Compiling regress v0.8.0 |
2842 | 2024-05-14T03:29:15.503Z | Compiling spki v0.7.3 |
2843 | 2024-05-14T03:29:15.807Z | Compiling pkcs8 v0.10.2 |
2844 | 2024-05-14T03:29:17.700Z | Compiling native-tls v0.2.11 |
2845 | 2024-05-14T03:29:18.518Z | Compiling rustls v0.21.10 |
2846 | 2024-05-14T03:29:18.920Z | Compiling tinyvec_macros v0.1.1 |
2847 | 2024-05-14T03:29:19.016Z | Compiling try-lock v0.2.5 |
2848 | 2024-05-14T03:29:19.182Z | Compiling heck v0.4.1 |
2849 | 2024-05-14T03:29:19.639Z | Compiling want v0.3.1 |
2850 | 2024-05-14T03:29:19.703Z | Compiling tinyvec v1.6.0 |
2851 | 2024-05-14T03:29:19.988Z | Compiling sct v0.7.1 |
2852 | 2024-05-14T03:29:20.225Z | Compiling rustls-webpki v0.101.7 |
2853 | 2024-05-14T03:29:21.186Z | Compiling tokio-util v0.7.10 |
2854 | 2024-05-14T03:29:22.547Z | Compiling http-body v0.4.6 |
2855 | 2024-05-14T03:29:23.097Z | Compiling futures-channel v0.3.30 |
2856 | 2024-05-14T03:29:23.711Z | Compiling ff v0.13.0 |
2857 | 2024-05-14T03:29:23.945Z | Compiling tower-service v0.3.2 |
2858 | 2024-05-14T03:29:24.485Z | Compiling getrandom v0.1.16 |
2859 | 2024-05-14T03:29:24.489Z | Compiling indexmap v2.2.6 |
2860 | 2024-05-14T03:29:24.947Z | Compiling serde_tokenstream v0.2.0 |
2861 | 2024-05-14T03:29:25.015Z | Compiling iana-time-zone v0.1.60 |
2862 | 2024-05-14T03:29:25.091Z | Compiling openssl-probe v0.1.5 |
2863 | 2024-05-14T03:29:25.479Z | Compiling httpdate v1.0.3 |
2864 | 2024-05-14T03:29:25.656Z | Compiling base16ct v0.2.0 |
2865 | 2024-05-14T03:29:25.770Z | Compiling rustix v0.38.32 |
2866 | 2024-05-14T03:29:26.216Z | Compiling h2 v0.3.25 |
2867 | 2024-05-14T03:29:26.263Z | Compiling percent-encoding v2.3.1 |
2868 | 2024-05-14T03:29:26.621Z | Compiling form_urlencoded v1.2.1 |
2869 | 2024-05-14T03:29:26.786Z | Compiling sec1 v0.7.3 |
2870 | 2024-05-14T03:29:28.918Z | Compiling typify-impl v0.0.16 |
2871 | 2024-05-14T03:29:30.779Z | Compiling group v0.13.0 |
2872 | 2024-05-14T03:29:31.329Z | Compiling unicode-normalization v0.1.23 |
2873 | 2024-05-14T03:29:31.394Z | Compiling hyper v0.14.28 |
2874 | 2024-05-14T03:29:32.992Z | Compiling crypto-bigint v0.5.5 |
2875 | 2024-05-14T03:29:36.653Z | Compiling errno v0.3.8 |
2876 | 2024-05-14T03:29:36.919Z | Compiling utf8parse v0.2.1 |
2877 | 2024-05-14T03:29:37.088Z | Compiling platforms v3.4.0 |
2878 | 2024-05-14T03:29:37.127Z | Compiling unicode-bidi v0.3.15 |
2879 | 2024-05-14T03:29:37.723Z | Compiling radium v0.7.0 |
2880 | 2024-05-14T03:29:38.936Z | Compiling idna v0.5.0 |
2881 | 2024-05-14T03:29:39.929Z | Compiling curve25519-dalek v4.1.2 |
2882 | 2024-05-14T03:29:40.433Z | Compiling anstyle-parse v0.2.3 |
2883 | 2024-05-14T03:29:40.848Z | Compiling tokio-rustls v0.24.1 |
2884 | 2024-05-14T03:29:41.076Z | Compiling typify-macro v0.0.16 |
2885 | 2024-05-14T03:29:41.341Z | Compiling elliptic-curve v0.13.8 |
2886 | 2024-05-14T03:29:42.137Z | Compiling tokio-native-tls v0.3.1 |
2887 | 2024-05-14T03:29:43.412Z | Compiling hmac v0.12.1 |
2888 | 2024-05-14T03:29:43.487Z | Compiling rand_chacha v0.3.1 |
2889 | 2024-05-14T03:29:43.658Z | Compiling aho-corasick v1.1.3 |
2890 | 2024-05-14T03:29:44.817Z | Compiling anstyle v1.0.6 |
2891 | 2024-05-14T03:29:45.194Z | Compiling colorchoice v1.0.0 |
2892 | 2024-05-14T03:29:45.371Z | Compiling base64 v0.21.7 |
2893 | 2024-05-14T03:29:45.430Z | Compiling anstyle-query v1.0.2 |
2894 | 2024-05-14T03:29:45.589Z | Compiling regex-syntax v0.8.3 |
2895 | 2024-05-14T03:29:45.847Z | Compiling tap v1.0.1 |
2896 | 2024-05-14T03:29:46.044Z | Compiling maybe-uninit v2.0.0 |
2897 | 2024-05-14T03:29:46.390Z | Compiling wyz v0.5.1 |
2898 | 2024-05-14T03:29:46.588Z | Compiling rustls-pemfile v1.0.4 |
2899 | 2024-05-14T03:29:46.878Z | Compiling anstream v0.6.13 |
2900 | 2024-05-14T03:29:47.455Z | Compiling rand v0.8.5 |
2901 | 2024-05-14T03:29:47.458Z | Compiling rfc6979 v0.4.0 |
2902 | 2024-05-14T03:29:47.602Z | Compiling rand_core v0.5.1 |
2903 | 2024-05-14T03:29:48.086Z | Compiling hyper-tls v0.5.0 |
2904 | 2024-05-14T03:29:48.237Z | Compiling terminal_size v0.3.0 |
2905 | 2024-05-14T03:29:48.473Z | Compiling hyper-rustls v0.24.2 |
2906 | 2024-05-14T03:29:48.595Z | Compiling url v2.5.0 |
2907 | 2024-05-14T03:29:48.908Z | Compiling serde_urlencoded v0.7.1 |
2908 | 2024-05-14T03:29:49.243Z | Compiling inout v0.1.3 |
2909 | 2024-05-14T03:29:49.492Z | Compiling regex-automata v0.4.6 |
2910 | 2024-05-14T03:29:49.541Z | Compiling curve25519-dalek-derive v0.1.1 |
2911 | 2024-05-14T03:29:49.612Z | Compiling heapless v0.7.17 |
2912 | 2024-05-14T03:29:50.144Z | Compiling num-integer v0.1.46 |
2913 | 2024-05-14T03:29:52.029Z | Compiling encoding_rs v0.8.33 |
2914 | 2024-05-14T03:29:55.214Z | Compiling mime v0.3.17 |
2915 | 2024-05-14T03:29:57.600Z | Compiling heck v0.5.0 |
2916 | 2024-05-14T03:29:58.044Z | Compiling num-bigint-dig v0.8.4 |
2917 | 2024-05-14T03:29:59.708Z | Compiling ipnet v2.9.0 |
2918 | 2024-05-14T03:30:00.962Z | Compiling unicode-width v0.1.11 |
2919 | 2024-05-14T03:30:01.123Z | Compiling strsim v0.11.0 |
2920 | 2024-05-14T03:30:02.682Z | Compiling packed_struct v0.10.1 |
2921 | 2024-05-14T03:30:03.182Z | Compiling clap_lex v0.7.0 |
2922 | 2024-05-14T03:30:03.195Z | Compiling sync_wrapper v0.1.2 |
2923 | 2024-05-14T03:30:03.334Z | Compiling funty v2.0.0 |
2924 | 2024-05-14T03:30:04.008Z | Compiling spin v0.5.2 |
2925 | 2024-05-14T03:30:04.278Z | Compiling webpki-roots v0.25.4 |
2926 | 2024-05-14T03:30:04.453Z | Compiling reqwest v0.11.27 |
2927 | 2024-05-14T03:30:04.550Z | Compiling lazy_static v1.4.0 |
2928 | 2024-05-14T03:30:04.681Z | Compiling bitvec v1.0.1 |
2929 | 2024-05-14T03:30:04.685Z | Compiling clap_builder v4.5.2 |
2930 | 2024-05-14T03:30:06.461Z | Compiling getopts v0.2.21 |
2931 | 2024-05-14T03:30:08.803Z | Compiling clap_derive v4.5.4 |
2932 | 2024-05-14T03:30:12.703Z | Compiling regex v1.10.4 |
2933 | 2024-05-14T03:30:13.851Z | Compiling num-iter v0.1.44 |
2934 | 2024-05-14T03:30:14.119Z | Compiling cipher v0.4.4 |
2935 | 2024-05-14T03:30:14.601Z | Compiling ecdsa v0.16.9 |
2936 | 2024-05-14T03:30:16.093Z | Compiling typify v0.0.16 |
2937 | 2024-05-14T03:30:16.229Z | Compiling primeorder v0.13.6 |
2938 | 2024-05-14T03:30:16.808Z | Compiling openapiv3 v2.0.0 |
2939 | 2024-05-14T03:30:18.065Z | Compiling ssh-encoding v0.2.0 |
2940 | 2024-05-14T03:30:18.520Z | Compiling ed25519 v2.2.3 |
2941 | 2024-05-14T03:30:18.940Z | Compiling digest v0.9.0 |
2942 | 2024-05-14T03:30:19.196Z | Compiling packed_struct_codegen v0.10.1 |
2943 | 2024-05-14T03:30:19.463Z | Compiling hash32 v0.2.1 |
2944 | 2024-05-14T03:30:19.920Z | Compiling slog v2.7.0 |
2945 | 2024-05-14T03:30:20.497Z | Compiling stable_deref_trait v1.2.0 |
2946 | 2024-05-14T03:30:20.601Z | Compiling anyhow v1.0.81 |
2947 | 2024-05-14T03:30:21.391Z | Compiling nodrop v0.1.14 |
2948 | 2024-05-14T03:30:21.524Z | Compiling unsafe-libyaml v0.2.11 |
2949 | 2024-05-14T03:30:21.859Z | Compiling array-init v0.0.4 |
2950 | 2024-05-14T03:30:23.184Z | Compiling serde_yaml v0.9.34+deprecated |
2951 | 2024-05-14T03:30:26.078Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
2952 | 2024-05-14T03:30:27.282Z | Compiling ed25519-dalek v2.1.1 |
2953 | 2024-05-14T03:30:28.226Z | Compiling ssh-cipher v0.2.0 |
2954 | 2024-05-14T03:30:28.535Z | Compiling p256 v0.13.2 |
2955 | 2024-05-14T03:30:28.677Z | Compiling smallvec v0.6.14 |
2956 | 2024-05-14T03:30:31.182Z | Compiling clap v4.5.4 |
2957 | 2024-05-14T03:30:32.975Z | Compiling rand_chacha v0.2.2 |
2958 | 2024-05-14T03:30:35.740Z | Compiling pkcs1 v0.7.5 |
2959 | 2024-05-14T03:30:36.234Z | Compiling block-buffer v0.9.0 |
2960 | 2024-05-14T03:30:36.445Z | Compiling zerocopy-derive v0.6.6 |
2961 | 2024-05-14T03:30:38.633Z | Compiling blake3 v1.5.1 |
2962 | 2024-05-14T03:30:39.315Z | Compiling is-terminal v0.4.12 |
2963 | 2024-05-14T03:30:39.450Z | Compiling opaque-debug v0.3.1 |
2964 | 2024-05-14T03:30:39.552Z | Compiling termcolor v1.4.1 |
2965 | 2024-05-14T03:30:39.586Z | Compiling bitfield v0.14.0 |
2966 | 2024-05-14T03:30:39.897Z | Compiling embedded-io v0.4.0 |
2967 | 2024-05-14T03:30:40.178Z | Compiling cobs v0.2.3 |
2968 | 2024-05-14T03:30:40.703Z | Compiling base64 v0.13.1 |
2969 | 2024-05-14T03:30:41.062Z | Compiling signature v1.6.4 |
2970 | 2024-05-14T03:30:41.287Z | Compiling ed25519 v1.5.3 |
2971 | 2024-05-14T03:30:41.621Z | Compiling postcard v1.0.8 |
2972 | 2024-05-14T03:30:41.638Z | Compiling env_logger v0.10.2 |
2973 | 2024-05-14T03:30:41.678Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2974 | 2024-05-14T03:30:42.770Z | Compiling sha2 v0.9.9 |
2975 | 2024-05-14T03:30:45.779Z | Compiling zerocopy v0.6.6 |
2976 | 2024-05-14T03:30:46.683Z | Compiling rsa v0.9.6 |
2977 | 2024-05-14T03:30:46.765Z | Compiling rand v0.7.3 |
2978 | 2024-05-14T03:30:47.959Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
2979 | 2024-05-14T03:30:47.962Z | Compiling serde-hex v0.1.0 |
2980 | 2024-05-14T03:30:49.591Z | Compiling ssh-key v0.6.5 |
2981 | 2024-05-14T03:30:54.291Z | Compiling curve25519-dalek v3.2.0 |
2982 | 2024-05-14T03:30:55.383Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
2983 | 2024-05-14T03:30:57.198Z | Compiling bincode v1.3.3 |
2984 | 2024-05-14T03:30:58.378Z | Compiling serde_path_to_error v0.1.16 |
2985 | 2024-05-14T03:30:59.457Z | Compiling x509-cert v0.2.5 |
2986 | 2024-05-14T03:31:03.612Z | Compiling arrayvec v0.7.4 |
2987 | 2024-05-14T03:31:04.069Z | Compiling hex v0.4.3 |
2988 | 2024-05-14T03:31:04.772Z | Compiling crc-any v2.4.4 |
2989 | 2024-05-14T03:31:05.401Z | Compiling constant_time_eq v0.3.0 |
2990 | 2024-05-14T03:31:05.577Z | Compiling arrayref v0.3.7 |
2991 | 2024-05-14T03:31:05.770Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2992 | 2024-05-14T03:31:07.666Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
2993 | 2024-05-14T03:31:07.865Z | Compiling oauth2 v4.4.2 |
2994 | 2024-05-14T03:31:08.606Z | Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a) |
2995 | 2024-05-14T03:31:13.512Z | Compiling ed25519-dalek v1.0.1 |
2996 | 2024-05-14T03:31:14.200Z | Compiling clap-num v1.1.1 |
2997 | 2024-05-14T03:31:14.458Z | Compiling xdg v2.5.2 |
2998 | 2024-05-14T03:31:15.281Z | Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client) |
2999 | 2024-05-14T03:31:39.509Z | Finished release [optimized] target(s) in 2m 46s |
3000 | 2024-05-14T03:31:39.577Z | |
3001 | 2024-05-14T03:31:39.577Z | real 3:01.807759122 |
3002 | 2024-05-14T03:31:39.577Z | user 19:21.431493087 |
3003 | 2024-05-14T03:31:39.577Z | sys 1:41.579074654 |
3004 | 2024-05-14T03:31:39.577Z | trap 0.575499823 |
3005 | 2024-05-14T03:31:39.577Z | tflt 1.098336394 |
3006 | 2024-05-14T03:31:39.577Z | dflt 0.390114308 |
3007 | 2024-05-14T03:31:39.578Z | kflt 0.000025578 |
3008 | 2024-05-14T03:31:39.578Z | lock 45:57.607051924 |
3009 | 2024-05-14T03:31:39.578Z | slp 54:06.805976847 |
3010 | 2024-05-14T03:31:39.578Z | lat 59.260001806 |
3011 | 2024-05-14T03:31:39.578Z | stop 46.004577374 |
3012 | 2024-05-14T03:31:39.581Z | + ptime -m gzip |
3013 | 2024-05-14T03:31:40.726Z | |
3014 | 2024-05-14T03:31:40.726Z | real 1.144893854 |
3015 | 2024-05-14T03:31:40.726Z | user 1.135086304 |
3016 | 2024-05-14T03:31:40.726Z | sys 0.008614012 |
3017 | 2024-05-14T03:31:40.726Z | trap 0.000300173 |
3018 | 2024-05-14T03:31:40.726Z | tflt 0.000000000 |
3019 | 2024-05-14T03:31:40.726Z | dflt 0.000000000 |
3020 | 2024-05-14T03:31:40.726Z | kflt 0.000000000 |
3021 | 2024-05-14T03:31:40.727Z | lock 0.000000000 |
3022 | 2024-05-14T03:31:40.727Z | slp 0.000000000 |
3023 | 2024-05-14T03:31:40.727Z | lat 0.000470521 |
3024 | 2024-05-14T03:31:40.727Z | stop 0.000195778 |
3025 | 2024-05-14T03:31:40.733Z | process exited: duration 1005042 ms, exit code 0 |
|
3026 | 2024-05-14T03:31:40.744Z | found 9 output files |
3027 | 2024-05-14T03:31:40.744Z | uploading: /work/end-to-end-tests/bootstrap-2207def7d90b42b7.gz (7251702 bytes) |
3028 | 2024-05-14T03:31:51.738Z | uploaded: /work/end-to-end-tests/bootstrap-2207def7d90b42b7.gz |
3029 | 2024-05-14T03:31:51.738Z | uploading: /work/end-to-end-tests/bootstrap.gz (102933332 bytes) |
3030 | 2024-05-14T03:32:22.478Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
3031 | 2024-05-14T03:32:22.478Z | uploading: /work/end-to-end-tests/commtest-f0b4ec76401acdf5.gz (7251914 bytes) |
3032 | 2024-05-14T03:32:28.009Z | uploaded: /work/end-to-end-tests/commtest-f0b4ec76401acdf5.gz |
3033 | 2024-05-14T03:32:28.009Z | uploading: /work/end-to-end-tests/dhcp_server-2ddb3148240fa929.gz (7247796 bytes) |
3034 | 2024-05-14T03:32:32.986Z | uploaded: /work/end-to-end-tests/dhcp_server-2ddb3148240fa929.gz |
3035 | 2024-05-14T03:32:32.986Z | uploading: /work/end-to-end-tests/end_to_end_tests-9beabbe68405e846.gz (106344985 bytes) |
3036 | 2024-05-14T03:33:07.089Z | uploaded: /work/end-to-end-tests/end_to_end_tests-9beabbe68405e846.gz |
3037 | 2024-05-14T03:33:07.089Z | uploading: /work/caboose-util.gz (2409605 bytes) |
3038 | 2024-05-14T03:33:09.227Z | uploaded: /work/caboose-util.gz |
3039 | 2024-05-14T03:33:09.227Z | uploading: /work/tufaceous.gz (12207629 bytes) |
3040 | 2024-05-14T03:33:13.485Z | uploaded: /work/tufaceous.gz |
3041 | 2024-05-14T03:33:13.486Z | uploading: /work/commtest (463826368 bytes) |
3042 | 2024-05-14T03:36:20.930Z | uploaded: /work/commtest |
3043 | 2024-05-14T03:36:20.930Z | uploading: /work/permslip.gz (10331245 bytes) |
3044 | 2024-05-14T03:36:24.348Z | uploaded: /work/permslip.gz |