|
|
|
1 | 2024-05-08T02:41:53.813Z | job assigned to worker 01HXB16YQXWNGMND9RTVMENR5W (queued for 45 s) |
|
2 | 2024-05-08T02:41:55.414Z | starting task 0: "setup" |
3 | 2024-05-08T02:41:55.440Z | ++ uname -s |
4 | 2024-05-08T02:41:55.440Z | + kern=SunOS |
5 | 2024-05-08T02:41:55.440Z | + case "$kern" in |
6 | 2024-05-08T02:41:55.440Z | + groupadd -g 12345 build |
7 | 2024-05-08T02:41:55.440Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-08T02:41:57.442Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-08T02:41:57.483Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-08T02:41:57.509Z | + home_fs=zfs |
11 | 2024-05-08T02:41:57.509Z | + [[ zfs == autofs ]] |
12 | 2024-05-08T02:41:57.509Z | + mkdir -p /home/build |
13 | 2024-05-08T02:41:57.509Z | + chown build:build /home/build /work |
14 | 2024-05-08T02:41:59.493Z | + chmod 0700 /home/build /work |
15 | 2024-05-08T02:41:59.518Z | process exited: duration 4087 ms, exit code 0 |
|
16 | 2024-05-08T02:41:59.571Z | starting task 1: "rust-toolchain" |
17 | 2024-05-08T02:41:59.599Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-08T02:41:59.600Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-05-08T02:41:59.770Z | info: downloading installer |
20 | 2024-05-08T02:42:00.163Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-08T02:42:00.164Z | warning: /opt/ooce/bin |
22 | 2024-05-08T02:42:00.164Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-08T02:42:00.164Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-08T02:42:00.164Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-08T02:42:00.164Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-08T02:42:00.164Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-08T02:42:00.164Z | error: cannot install while Rust is installed |
28 | 2024-05-08T02:42:00.164Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-08T02:42:00.222Z | info: profile set to 'default' |
30 | 2024-05-08T02:42:00.223Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-08T02:42:00.248Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-05-08T02:42:00.327Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-05-08T02:42:00.327Z | info: downloading component 'cargo' |
34 | 2024-05-08T02:42:00.494Z | info: downloading component 'clippy' |
35 | 2024-05-08T02:42:00.539Z | info: downloading component 'rust-docs' |
36 | 2024-05-08T02:42:00.695Z | info: downloading component 'rust-std' |
37 | 2024-05-08T02:42:00.998Z | info: downloading component 'rustc' |
38 | 2024-05-08T02:42:01.670Z | info: downloading component 'rustfmt' |
39 | 2024-05-08T02:42:01.712Z | info: installing component 'cargo' |
40 | 2024-05-08T02:42:02.808Z | info: installing component 'clippy' |
41 | 2024-05-08T02:42:03.233Z | info: installing component 'rust-docs' |
42 | 2024-05-08T02:42:05.780Z | info: installing component 'rust-std' |
43 | 2024-05-08T02:42:07.856Z | info: installing component 'rustc' |
44 | 2024-05-08T02:42:12.636Z | info: installing component 'rustfmt' |
45 | 2024-05-08T02:42:13.028Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-05-08T02:42:13.074Z | |
47 | 2024-05-08T02:42:13.143Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-05-08T02:42:13.143Z | |
49 | 2024-05-08T02:42:13.173Z | |
50 | 2024-05-08T02:42:13.173Z | Rust is installed now. Great! |
51 | 2024-05-08T02:42:13.173Z | |
52 | 2024-05-08T02:42:13.173Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-08T02:42:13.173Z | environment variable. This has not been done automatically. |
54 | 2024-05-08T02:42:13.173Z | |
55 | 2024-05-08T02:42:13.173Z | To configure your current shell, you need to source |
56 | 2024-05-08T02:42:13.173Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-08T02:42:13.173Z | |
58 | 2024-05-08T02:42:13.173Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-08T02:42:13.173Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-08T02:42:13.173Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-08T02:42:13.212Z | + rustc --version |
62 | 2024-05-08T02:42:13.296Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-05-08T02:42:13.321Z | process exited: duration 13731 ms, exit code 0 |
|
64 | 2024-05-08T02:42:13.373Z | starting task 2: "authentication" |
65 | 2024-05-08T02:42:13.433Z | process exited: duration 59 ms, exit code 0 |
|
66 | 2024-05-08T02:42:13.486Z | starting task 3: "clone repository" |
67 | 2024-05-08T02:42:13.511Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-08T02:42:13.511Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-08T02:42:13.543Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-08T02:42:18.410Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-08T02:42:18.410Z | + git fetch origin 93b3e848089adc2c12d8663e885c3b2b6c46517f |
72 | 2024-05-08T02:42:19.188Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-08T02:42:19.188Z | * branch 93b3e848089adc2c12d8663e885c3b2b6c46517f -> FETCH_HEAD |
74 | 2024-05-08T02:42:19.224Z | + [[ -n '' ]] |
75 | 2024-05-08T02:42:19.224Z | + git reset --hard 93b3e848089adc2c12d8663e885c3b2b6c46517f |
76 | 2024-05-08T02:42:19.366Z | HEAD is now at 93b3e8480 store volume that points to old region in replacement request |
77 | 2024-05-08T02:42:19.396Z | process exited: duration 5881 ms, exit code 0 |
|
78 | 2024-05-08T02:42:19.452Z | starting task 4: "build" |
79 | 2024-05-08T02:42:19.478Z | + cargo --version |
80 | 2024-05-08T02:42:19.478Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
81 | 2024-05-08T02:42:19.567Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
82 | 2024-05-08T02:42:19.567Z | info: downloading component 'cargo' |
83 | 2024-05-08T02:42:19.702Z | info: downloading component 'clippy' |
84 | 2024-05-08T02:42:19.749Z | info: downloading component 'rust-docs' |
85 | 2024-05-08T02:42:19.920Z | info: downloading component 'rust-std' |
86 | 2024-05-08T02:42:20.186Z | info: downloading component 'rustc' |
87 | 2024-05-08T02:42:20.887Z | info: downloading component 'rustfmt' |
88 | 2024-05-08T02:42:20.927Z | info: installing component 'cargo' |
89 | 2024-05-08T02:42:21.893Z | info: installing component 'clippy' |
90 | 2024-05-08T02:42:22.270Z | info: installing component 'rust-docs' |
91 | 2024-05-08T02:42:24.813Z | info: installing component 'rust-std' |
92 | 2024-05-08T02:42:26.716Z | info: installing component 'rustc' |
93 | 2024-05-08T02:42:31.411Z | info: installing component 'rustfmt' |
94 | 2024-05-08T02:42:31.885Z | cargo 1.77.2 (e52e36006 2024-03-26) |
95 | 2024-05-08T02:42:31.911Z | + rustc --version |
96 | 2024-05-08T02:42:32.036Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
97 | 2024-05-08T02:42:32.070Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
98 | 2024-05-08T02:42:36.617Z | Startup: Refreshing catalog 'helios-dev' ... Done |
99 | 2024-05-08T02:42:38.744Z | Startup: Caching catalogs ... Done |
100 | 2024-05-08T02:42:40.726Z | Planning: Solver setup ... Done (1.321s) |
101 | 2024-05-08T02:42:40.751Z | Planning: Running solver ... Done (0.025s) |
102 | 2024-05-08T02:42:40.783Z | Planning: Finding local manifests ... Done (0.002s) |
103 | 2024-05-08T02:42:40.886Z | Planning: Fetching manifests: 0/4 0% complete |
104 | 2024-05-08T02:42:41.292Z | Planning: Fetching manifests: 4/4 100% complete |
105 | 2024-05-08T02:42:41.378Z | Planning: Package planning ... Done (0.064s) |
106 | 2024-05-08T02:42:41.423Z | Planning: Merging actions ... Done (0.060s) |
107 | 2024-05-08T02:42:41.788Z | Planning: Checking for conflicting actions ... Done (0.371s) |
108 | 2024-05-08T02:42:41.814Z | Planning: Consolidating action changes ... Done (0.013s) |
109 | 2024-05-08T02:42:42.487Z | Planning: Evaluating mediators ... Done (0.672s) |
110 | 2024-05-08T02:42:42.516Z | Planning: Planning completed in 3.68 seconds |
111 | 2024-05-08T02:42:42.516Z | Packages to install: 4 |
112 | 2024-05-08T02:42:42.516Z | Mediators to change: 2 |
113 | 2024-05-08T02:42:42.516Z | Services to change: 1 |
114 | 2024-05-08T02:42:42.516Z | Estimated space available: 148.36 GB |
115 | 2024-05-08T02:42:42.516Z | Estimated space to be consumed: 1.44 GB |
116 | 2024-05-08T02:42:42.516Z | Create boot environment: No |
117 | 2024-05-08T02:42:42.517Z | Create backup boot environment: No |
118 | 2024-05-08T02:42:42.517Z | Rebuild boot archive: No |
119 | 2024-05-08T02:42:42.517Z | |
120 | 2024-05-08T02:42:42.517Z | Changed mediators: |
121 | 2024-05-08T02:42:42.517Z | mediator clang: |
122 | 2024-05-08T02:42:42.517Z | version: None -> 15 (system default) |
123 | 2024-05-08T02:42:42.517Z | |
124 | 2024-05-08T02:42:42.517Z | mediator llvm: |
125 | 2024-05-08T02:42:42.517Z | version: 14 (system default) -> 15 (system default) |
126 | 2024-05-08T02:42:42.517Z | |
127 | 2024-05-08T02:42:42.517Z | Changed packages: |
128 | 2024-05-08T02:42:42.517Z | helios-dev |
129 | 2024-05-08T02:42:42.517Z | developer/build-essential |
130 | 2024-05-08T02:42:42.517Z | None -> 11-2.0 |
131 | 2024-05-08T02:42:42.517Z | library/libxmlsec1 |
132 | 2024-05-08T02:42:42.517Z | None -> 1.2.35-2.0 |
133 | 2024-05-08T02:42:42.517Z | ooce/developer/clang-15 |
134 | 2024-05-08T02:42:42.517Z | None -> 15.0.7-2.0 |
135 | 2024-05-08T02:42:42.517Z | ooce/developer/llvm-15 |
136 | 2024-05-08T02:42:42.517Z | None -> 15.0.7-2.0 |
137 | 2024-05-08T02:42:42.517Z | |
138 | 2024-05-08T02:42:42.517Z | Services: |
139 | 2024-05-08T02:42:42.517Z | restart_fmri: |
140 | 2024-05-08T02:42:42.517Z | svc:/system/update-man-index:default |
141 | 2024-05-08T02:42:42.558Z | |
142 | 2024-05-08T02:42:42.558Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
143 | 2024-05-08T02:42:47.578Z | Download: 1099/3290 items 19.8/212.6MB 9% complete (4.1M/s) |
144 | 2024-05-08T02:42:52.583Z | Download: 1770/3290 items 116.3/212.6MB 54% complete (11.7M/s) |
145 | 2024-05-08T02:42:57.586Z | Download: 3245/3290 items 167.6/212.6MB 78% complete (14.7M/s) |
146 | 2024-05-08T02:43:02.599Z | Download: 3248/3290 items 180.9/212.6MB 85% complete (6.6M/s) |
147 | 2024-05-08T02:43:07.331Z | Download: Completed 212.60 MB in 24.77 seconds (8.6M/s) |
148 | 2024-05-08T02:43:07.501Z | Actions: 1/3689 actions (Installing new actions) |
149 | 2024-05-08T02:43:12.707Z | Actions: 2777/3689 actions (Installing new actions) |
150 | 2024-05-08T02:43:13.234Z | Actions: Completed 3689 actions in 5.73 seconds. |
151 | 2024-05-08T02:43:13.567Z | Done (0.324s) |
152 | 2024-05-08T02:43:13.567Z | Done (0.000s) |
153 | 2024-05-08T02:43:13.921Z | Done (0.355s) |
154 | 2024-05-08T02:43:19.434Z | Done (5.367s) |
155 | 2024-05-08T02:43:19.536Z | Done (0.018s) |
156 | 2024-05-08T02:43:19.561Z | Done (0.000s) |
157 | 2024-05-08T02:43:19.693Z | Done (0.000s) |
158 | 2024-05-08T02:43:20.339Z | Planning: Evaluating mediator changes ... Done |
159 | 2024-05-08T02:43:20.555Z | Planning: Checking for conflicting actions ... Done |
160 | 2024-05-08T02:43:20.581Z | Planning: Consolidating action changes ... Done |
161 | 2024-05-08T02:43:20.887Z | Planning: Evaluating mediators ... Done |
162 | 2024-05-08T02:43:20.913Z | Planning: Planning completed in 0.55 seconds |
163 | 2024-05-08T02:43:20.938Z | Mediators to change: 2 |
164 | 2024-05-08T02:43:20.938Z | Create boot environment: No |
165 | 2024-05-08T02:43:20.938Z | Create backup boot environment: No |
166 | 2024-05-08T02:43:20.992Z | Done |
167 | 2024-05-08T02:43:20.992Z | Done |
168 | 2024-05-08T02:43:21.236Z | Done |
169 | 2024-05-08T02:43:25.840Z | Done |
170 | 2024-05-08T02:43:25.946Z | Done |
171 | 2024-05-08T02:43:25.974Z | Done |
172 | 2024-05-08T02:43:26.007Z | Done |
173 | 2024-05-08T02:43:26.761Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-05-08T02:43:26.786Z | Planning: Merging actions ... Done |
175 | 2024-05-08T02:43:27.006Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-05-08T02:43:27.032Z | Planning: Consolidating action changes ... Done |
177 | 2024-05-08T02:43:27.331Z | Planning: Evaluating mediators ... Done |
178 | 2024-05-08T02:43:27.399Z | Planning: Planning completed in 0.93 seconds |
179 | 2024-05-08T02:43:27.440Z | Packages to change: 1 |
180 | 2024-05-08T02:43:27.440Z | Mediators to change: 1 |
181 | 2024-05-08T02:43:27.440Z | Services to change: 1 |
182 | 2024-05-08T02:43:27.440Z | Create boot environment: No |
183 | 2024-05-08T02:43:27.440Z | Create backup boot environment: Yes |
184 | 2024-05-08T02:43:29.036Z | Actions: 1/6 actions (Updating modified actions) |
185 | 2024-05-08T02:43:29.061Z | Actions: Completed 6 actions in 0.00 seconds. |
186 | 2024-05-08T02:43:29.061Z | Done |
187 | 2024-05-08T02:43:29.061Z | Done |
188 | 2024-05-08T02:43:29.132Z | Done |
189 | 2024-05-08T02:43:33.672Z | Done |
190 | 2024-05-08T02:43:33.773Z | Done |
191 | 2024-05-08T02:43:33.799Z | Done |
192 | 2024-05-08T02:43:33.859Z | Done |
193 | 2024-05-08T02:43:34.485Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
194 | 2024-05-08T02:43:34.486Z | clang system 15 system |
195 | 2024-05-08T02:43:34.486Z | csh system system illumos |
196 | 2024-05-08T02:43:34.486Z | ctags system system illumos |
197 | 2024-05-08T02:43:34.486Z | gcc vendor 12 vendor |
198 | 2024-05-08T02:43:34.486Z | gcc system 10 system |
199 | 2024-05-08T02:43:34.486Z | gcc system 7 system |
200 | 2024-05-08T02:43:34.486Z | go system 1.20 system |
201 | 2024-05-08T02:43:34.486Z | go system 1.19 system |
202 | 2024-05-08T02:43:34.486Z | llvm system 15 system |
203 | 2024-05-08T02:43:34.486Z | llvm system 14 system |
204 | 2024-05-08T02:43:34.486Z | mariadb system 10.6 system |
205 | 2024-05-08T02:43:34.486Z | mta vendor vendor dma |
206 | 2024-05-08T02:43:34.486Z | openjdk system 17 system |
207 | 2024-05-08T02:43:34.486Z | openjdk system 11 system |
208 | 2024-05-08T02:43:34.486Z | openjdk system 1.8 system |
209 | 2024-05-08T02:43:34.486Z | openssl vendor 3 vendor |
210 | 2024-05-08T02:43:34.486Z | perl system 5.36 system |
211 | 2024-05-08T02:43:34.486Z | postgresql system 15 system |
212 | 2024-05-08T02:43:34.486Z | postgresql system 13 system |
213 | 2024-05-08T02:43:34.486Z | python vendor 3 vendor |
214 | 2024-05-08T02:43:34.486Z | python system 2 system |
215 | 2024-05-08T02:43:34.486Z | python3 system 3.11 system |
216 | 2024-05-08T02:43:34.486Z | ruby system 3.0 system |
217 | 2024-05-08T02:43:34.487Z | words vendor vendor american-english |
218 | 2024-05-08T02:43:34.487Z | words system system australian-english |
219 | 2024-05-08T02:43:34.487Z | words system system british-english |
220 | 2024-05-08T02:43:34.487Z | words system system canadian-english |
221 | 2024-05-08T02:43:34.487Z | words system system french |
222 | 2024-05-08T02:43:34.487Z | words system system italian |
223 | 2024-05-08T02:43:34.487Z | words system system ngerman |
224 | 2024-05-08T02:43:34.487Z | words system system ogerman |
225 | 2024-05-08T02:43:34.487Z | words system system spanish |
226 | 2024-05-08T02:43:34.912Z | PUBLISHER TYPE STATUS P LOCATION |
227 | 2024-05-08T02:43:34.912Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
228 | 2024-05-08T02:43:36.608Z | FMRI IFO |
229 | 2024-05-08T02:43:36.608Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
230 | 2024-05-08T02:43:36.608Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
231 | 2024-05-08T02:43:36.609Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
232 | 2024-05-08T02:43:36.609Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
233 | 2024-05-08T02:43:36.609Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
234 | 2024-05-08T02:43:36.609Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
235 | 2024-05-08T02:43:36.609Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
236 | 2024-05-08T02:43:36.609Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
237 | 2024-05-08T02:43:36.609Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-05-08T02:43:36.609Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
239 | 2024-05-08T02:43:36.609Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
240 | 2024-05-08T02:43:36.609Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
241 | 2024-05-08T02:43:36.886Z | + set -o errexit |
242 | 2024-05-08T02:43:36.912Z | +++ dirname ./tools/ci_download_cockroachdb |
243 | 2024-05-08T02:43:36.912Z | ++ cd ./tools |
244 | 2024-05-08T02:43:36.912Z | ++ pwd |
245 | 2024-05-08T02:43:36.912Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
246 | 2024-05-08T02:43:36.912Z | ++ basename ./tools/ci_download_cockroachdb |
247 | 2024-05-08T02:43:36.913Z | + ARG0=ci_download_cockroachdb |
248 | 2024-05-08T02:43:36.913Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
249 | 2024-05-08T02:43:36.913Z | + CIDL_VERSION=v22.1.9 |
250 | 2024-05-08T02:43:36.913Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
251 | 2024-05-08T02:43:36.913Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
252 | 2024-05-08T02:43:36.913Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
253 | 2024-05-08T02:43:36.913Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
254 | 2024-05-08T02:43:36.913Z | + TARGET_DIR=out |
255 | 2024-05-08T02:43:36.913Z | + DOWNLOAD_DIR=out/downloads |
256 | 2024-05-08T02:43:36.913Z | + DEST_DIR=./out/cockroachdb |
257 | 2024-05-08T02:43:36.913Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
258 | 2024-05-08T02:43:36.913Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
259 | 2024-05-08T02:43:36.913Z | + main |
260 | 2024-05-08T02:43:36.913Z | + [[ 0 != 0 ]] |
261 | 2024-05-08T02:43:36.913Z | + CIDL_OS=solaris2.11 |
262 | 2024-05-08T02:43:36.913Z | + [[ 0 != 0 ]] |
263 | 2024-05-08T02:43:36.913Z | + configure_os solaris2.11 |
264 | 2024-05-08T02:43:36.913Z | + echo 'current directory: /work/oxidecomputer/omicron' |
265 | 2024-05-08T02:43:36.913Z | + echo 'configuring based on OS: "solaris2.11"' |
266 | 2024-05-08T02:43:36.913Z | current directory: /work/oxidecomputer/omicron |
267 | 2024-05-08T02:43:36.913Z | + case "$1" in |
268 | 2024-05-08T02:43:36.913Z | + CIDL_BUILD=illumos |
269 | 2024-05-08T02:43:36.913Z | configuring based on OS: "solaris2.11" |
270 | 2024-05-08T02:43:36.914Z | + CIDL_SUFFIX=tar.gz |
271 | 2024-05-08T02:43:36.914Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
272 | 2024-05-08T02:43:36.914Z | + CIDL_URL_BASE=https://illumos.org/downloads |
273 | 2024-05-08T02:43:36.914Z | + CIDL_ASSEMBLE=do_assemble_illumos |
274 | 2024-05-08T02:43:36.914Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
275 | 2024-05-08T02:43:36.914Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-05-08T02:43:36.914Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-05-08T02:43:36.914Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
278 | 2024-05-08T02:43:36.914Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-05-08T02:43:36.914Z | + CIDL_SHA256FUNC=do_sha256sum |
280 | 2024-05-08T02:43:36.914Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2024-05-08T02:43:36.914Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-05-08T02:43:36.914Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
283 | 2024-05-08T02:43:36.914Z | + mkdir -p out/downloads |
284 | 2024-05-08T02:43:36.914Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-05-08T02:43:36.914Z | + mkdir -p ./out/cockroachdb |
286 | 2024-05-08T02:43:36.914Z | + local DO_DOWNLOAD=true |
287 | 2024-05-08T02:43:36.914Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
288 | 2024-05-08T02:43:36.914Z | + '[' true == true ']' |
289 | 2024-05-08T02:43:36.914Z | + echo Downloading... |
290 | 2024-05-08T02:43:36.914Z | Downloading... |
291 | 2024-05-08T02:43:36.914Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-05-08T02:43:36.914Z | + 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 |
293 | 2024-05-08T02:43:41.141Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-05-08T02:43:41.171Z | ++ sha256sum |
295 | 2024-05-08T02:43:41.171Z | ++ awk '{print $1}' |
296 | 2024-05-08T02:43:41.218Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
297 | 2024-05-08T02:43:41.219Z | + [[ 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 ]] |
298 | 2024-05-08T02:43:41.219Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-05-08T02:43:41.219Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
300 | 2024-05-08T02:43:44.257Z | + do_assemble_illumos |
301 | 2024-05-08T02:43:44.257Z | + rm -r ./out/cockroachdb |
302 | 2024-05-08T02:43:44.286Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
303 | 2024-05-08T02:43:44.630Z | + ./out/cockroachdb/bin/cockroach version |
304 | 2024-05-08T02:43:44.887Z | Build Tag: v22.1.9-dirty |
305 | 2024-05-08T02:43:44.887Z | Build Time: 2022/10/26 21:17:46 |
306 | 2024-05-08T02:43:44.887Z | Distribution: OSS |
307 | 2024-05-08T02:43:44.887Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
308 | 2024-05-08T02:43:44.887Z | Go Version: go1.17.13 |
309 | 2024-05-08T02:43:44.887Z | C Compiler: gcc 10.3.0 |
310 | 2024-05-08T02:43:44.887Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
311 | 2024-05-08T02:43:44.887Z | Build Type: release |
312 | 2024-05-08T02:43:44.914Z | + set -o errexit |
313 | 2024-05-08T02:43:44.914Z | +++ dirname ./tools/ci_download_clickhouse |
314 | 2024-05-08T02:43:44.914Z | ++ cd ./tools |
315 | 2024-05-08T02:43:44.914Z | ++ pwd |
316 | 2024-05-08T02:43:44.914Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
317 | 2024-05-08T02:43:44.943Z | ++ basename ./tools/ci_download_clickhouse |
318 | 2024-05-08T02:43:44.943Z | + ARG0=ci_download_clickhouse |
319 | 2024-05-08T02:43:44.943Z | + TARGET_DIR=out |
320 | 2024-05-08T02:43:44.943Z | + DOWNLOAD_DIR=out/downloads |
321 | 2024-05-08T02:43:44.943Z | + DEST_DIR=./out/clickhouse |
322 | 2024-05-08T02:43:44.943Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
323 | 2024-05-08T02:43:44.944Z | + CIDL_VERSION=v23.8.7.24 |
324 | 2024-05-08T02:43:44.944Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
325 | 2024-05-08T02:43:44.944Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
326 | 2024-05-08T02:43:44.944Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
327 | 2024-05-08T02:43:44.944Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
328 | 2024-05-08T02:43:44.944Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
329 | 2024-05-08T02:43:44.944Z | + main |
330 | 2024-05-08T02:43:44.944Z | + [[ 0 != 0 ]] |
331 | 2024-05-08T02:43:44.944Z | + CIDL_OS=solaris2.11 |
332 | 2024-05-08T02:43:44.944Z | + [[ 0 != 0 ]] |
333 | 2024-05-08T02:43:44.944Z | + configure_os solaris2.11 |
334 | 2024-05-08T02:43:44.944Z | + echo 'current directory: /work/oxidecomputer/omicron' |
335 | 2024-05-08T02:43:44.945Z | + echo 'configuring based on OS: "solaris2.11"' |
336 | 2024-05-08T02:43:44.945Z | current directory: /work/oxidecomputer/omicron |
337 | 2024-05-08T02:43:44.945Z | configuring based on OS: "solaris2.11" |
338 | 2024-05-08T02:43:44.945Z | + CIDL_DASHREV= |
339 | 2024-05-08T02:43:44.945Z | + case "$1" in |
340 | 2024-05-08T02:43:44.945Z | + CIDL_PLATFORM=illumos |
341 | 2024-05-08T02:43:44.945Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
342 | 2024-05-08T02:43:44.945Z | + CIDL_MD5FUNC=do_md5sum |
343 | 2024-05-08T02:43:44.945Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
344 | 2024-05-08T02:43:44.945Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
345 | 2024-05-08T02:43:44.945Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
346 | 2024-05-08T02:43:44.945Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
347 | 2024-05-08T02:43:44.945Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
348 | 2024-05-08T02:43:44.945Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
349 | 2024-05-08T02:43:44.946Z | + mkdir -p out/downloads |
350 | 2024-05-08T02:43:44.946Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
351 | 2024-05-08T02:43:44.946Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
352 | 2024-05-08T02:43:44.946Z | + mkdir -p ./out/clickhouse |
353 | 2024-05-08T02:43:44.946Z | + local DO_DOWNLOAD=true |
354 | 2024-05-08T02:43:44.946Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
355 | 2024-05-08T02:43:44.946Z | + '[' true == true ']' |
356 | 2024-05-08T02:43:44.946Z | + echo Downloading... |
357 | 2024-05-08T02:43:44.946Z | Downloading... |
358 | 2024-05-08T02:43:44.946Z | + 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 |
359 | 2024-05-08T02:43:44.946Z | + 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 |
360 | 2024-05-08T02:43:53.848Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
361 | 2024-05-08T02:43:53.877Z | ++ md5sum |
362 | 2024-05-08T02:43:53.877Z | ++ awk '{print $1}' |
363 | 2024-05-08T02:43:54.145Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
364 | 2024-05-08T02:43:54.145Z | + [[ 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 ]] |
365 | 2024-05-08T02:43:54.145Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
366 | 2024-05-08T02:43:54.145Z | + mkdir -p ./out/clickhouse |
367 | 2024-05-08T02:43:54.174Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
368 | 2024-05-08T02:43:59.504Z | + [[ solaris2.11 == darwin* ]] |
369 | 2024-05-08T02:43:59.504Z | + ./out/clickhouse/clickhouse server --version |
370 | 2024-05-08T02:43:59.661Z | ClickHouse server version 23.8.7.1. |
371 | 2024-05-08T02:43:59.692Z | + set -o errexit |
372 | 2024-05-08T02:43:59.717Z | +++ dirname ./tools/ci_download_console |
373 | 2024-05-08T02:43:59.717Z | ++ cd ./tools |
374 | 2024-05-08T02:43:59.717Z | ++ pwd |
375 | 2024-05-08T02:43:59.718Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
376 | 2024-05-08T02:43:59.718Z | ++ basename ./tools/ci_download_console |
377 | 2024-05-08T02:43:59.718Z | + ARG0=ci_download_console |
378 | 2024-05-08T02:43:59.718Z | + TARGET_DIR=out |
379 | 2024-05-08T02:43:59.718Z | + DOWNLOAD_DIR=out/downloads |
380 | 2024-05-08T02:43:59.718Z | + DEST_DIR=./out/console-assets |
381 | 2024-05-08T02:43:59.718Z | + source /work/oxidecomputer/omicron/tools/console_version |
382 | 2024-05-08T02:43:59.718Z | ++ COMMIT=31d188450d18a705c7f3974a23b0c8e1273aa55a |
383 | 2024-05-08T02:43:59.718Z | ++ SHA2=2a3a0d2f19a1df4fa27088135d0e9af7d97adebd133ea1f5c946d98b010a3e78 |
384 | 2024-05-08T02:43:59.718Z | + URL=https://dl.oxide.computer/releases/console/31d188450d18a705c7f3974a23b0c8e1273aa55a.tar.gz |
385 | 2024-05-08T02:43:59.718Z | + TARBALL_FILE=out/downloads/console.tar.gz |
386 | 2024-05-08T02:43:59.718Z | + main |
387 | 2024-05-08T02:43:59.718Z | + [[ 0 != 0 ]] |
388 | 2024-05-08T02:43:59.718Z | + echo 'URL: https://dl.oxide.computer/releases/console/31d188450d18a705c7f3974a23b0c8e1273aa55a.tar.gz' |
389 | 2024-05-08T02:43:59.718Z | + echo 'Local file: out/downloads/console.tar.gz' |
390 | 2024-05-08T02:43:59.718Z | URL: https://dl.oxide.computer/releases/console/31d188450d18a705c7f3974a23b0c8e1273aa55a.tar.gz |
391 | 2024-05-08T02:43:59.718Z | Local file: out/downloads/console.tar.gz |
392 | 2024-05-08T02:43:59.719Z | + local DO_DOWNLOAD=true |
393 | 2024-05-08T02:43:59.719Z | + [[ -f out/downloads/console.tar.gz ]] |
394 | 2024-05-08T02:43:59.719Z | + mkdir -p out/downloads |
395 | 2024-05-08T02:43:59.719Z | + '[' true == true ']' |
396 | 2024-05-08T02:43:59.719Z | + echo Downloading... |
397 | 2024-05-08T02:43:59.719Z | Downloading... |
398 | 2024-05-08T02:43:59.719Z | + do_download_curl https://dl.oxide.computer/releases/console/31d188450d18a705c7f3974a23b0c8e1273aa55a.tar.gz out/downloads/console.tar.gz |
399 | 2024-05-08T02:43:59.719Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/31d188450d18a705c7f3974a23b0c8e1273aa55a.tar.gz |
400 | 2024-05-08T02:44:00.099Z | ++ do_sha256sum out/downloads/console.tar.gz |
401 | 2024-05-08T02:44:00.100Z | ++ case "$OSTYPE" in |
402 | 2024-05-08T02:44:00.100Z | ++ SHA=sha256sum |
403 | 2024-05-08T02:44:00.131Z | ++ sha256sum |
404 | 2024-05-08T02:44:00.132Z | ++ awk '{print $1}' |
405 | 2024-05-08T02:44:00.132Z | + calculated_sha2=2a3a0d2f19a1df4fa27088135d0e9af7d97adebd133ea1f5c946d98b010a3e78 |
406 | 2024-05-08T02:44:00.133Z | + [[ 2a3a0d2f19a1df4fa27088135d0e9af7d97adebd133ea1f5c946d98b010a3e78 != \2\a\3\a\0\d\2\f\1\9\a\1\d\f\4\f\a\2\7\0\8\8\1\3\5\d\0\e\9\a\f\7\d\9\7\a\d\e\b\d\1\3\3\e\a\1\f\5\c\9\4\6\d\9\8\b\0\1\0\a\3\e\7\8 ]] |
407 | 2024-05-08T02:44:00.133Z | + rm -rf ./out/console-assets |
408 | 2024-05-08T02:44:00.133Z | + mkdir -p ./out/console-assets |
409 | 2024-05-08T02:44:00.133Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
410 | 2024-05-08T02:44:00.133Z | + mkdir -p ./out/console-assets |
411 | 2024-05-08T02:44:00.134Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
412 | 2024-05-08T02:44:00.253Z | + set -o errexit |
413 | 2024-05-08T02:44:00.288Z | +++ dirname ./tools/ci_download_maghemite_openapi |
414 | 2024-05-08T02:44:00.288Z | ++ cd ./tools |
415 | 2024-05-08T02:44:00.288Z | ++ pwd |
416 | 2024-05-08T02:44:00.288Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
417 | 2024-05-08T02:44:00.288Z | ++ basename ./tools/ci_download_maghemite_openapi |
418 | 2024-05-08T02:44:00.288Z | + ARG0=ci_download_maghemite_openapi |
419 | 2024-05-08T02:44:00.288Z | + TARGET_DIR=out |
420 | 2024-05-08T02:44:00.288Z | + DOWNLOAD_DIR=out/downloads |
421 | 2024-05-08T02:44:00.288Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
422 | 2024-05-08T02:44:00.288Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
423 | 2024-05-08T02:44:00.289Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
424 | 2024-05-08T02:44:00.289Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
425 | 2024-05-08T02:44:00.289Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
426 | 2024-05-08T02:44:00.289Z | + main |
427 | 2024-05-08T02:44:00.289Z | + rm -rf out/downloads/root |
428 | 2024-05-08T02:44:00.289Z | + [[ 0 != 0 ]] |
429 | 2024-05-08T02:44:00.289Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
430 | 2024-05-08T02:44:00.289Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
431 | 2024-05-08T02:44:00.289Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
432 | 2024-05-08T02:44:00.289Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
433 | 2024-05-08T02:44:00.289Z | + local DO_DOWNLOAD=true |
434 | 2024-05-08T02:44:00.289Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
435 | 2024-05-08T02:44:00.290Z | + mkdir -p out/downloads |
436 | 2024-05-08T02:44:00.290Z | + '[' true == true ']' |
437 | 2024-05-08T02:44:00.290Z | + echo Downloading... |
438 | 2024-05-08T02:44:00.290Z | Downloading... |
439 | 2024-05-08T02:44:00.290Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
440 | 2024-05-08T02:44:00.290Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
441 | 2024-05-08T02:44:00.761Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
442 | 2024-05-08T02:44:00.762Z | ++ case "$OSTYPE" in |
443 | 2024-05-08T02:44:00.762Z | ++ SHA=sha256sum |
444 | 2024-05-08T02:44:00.796Z | ++ sha256sum |
445 | 2024-05-08T02:44:00.797Z | ++ awk '{print $1}' |
446 | 2024-05-08T02:44:00.797Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
447 | 2024-05-08T02:44:00.797Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
448 | 2024-05-08T02:44:00.797Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
449 | 2024-05-08T02:44:00.797Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
450 | 2024-05-08T02:44:00.798Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
451 | 2024-05-08T02:44:00.798Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
452 | 2024-05-08T02:44:00.798Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
453 | 2024-05-08T02:44:00.798Z | + main |
454 | 2024-05-08T02:44:00.798Z | + rm -rf out/downloads/root |
455 | 2024-05-08T02:44:00.798Z | + [[ 0 != 0 ]] |
456 | 2024-05-08T02:44:00.799Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
457 | 2024-05-08T02:44:00.799Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
458 | 2024-05-08T02:44:00.799Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
459 | 2024-05-08T02:44:00.799Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
460 | 2024-05-08T02:44:00.800Z | + local DO_DOWNLOAD=true |
461 | 2024-05-08T02:44:00.800Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
462 | 2024-05-08T02:44:00.800Z | + mkdir -p out/downloads |
463 | 2024-05-08T02:44:00.800Z | + '[' true == true ']' |
464 | 2024-05-08T02:44:00.801Z | + echo Downloading... |
465 | 2024-05-08T02:44:00.801Z | Downloading... |
466 | 2024-05-08T02:44:00.801Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
467 | 2024-05-08T02:44:00.801Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
468 | 2024-05-08T02:44:00.998Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
469 | 2024-05-08T02:44:00.998Z | ++ case "$OSTYPE" in |
470 | 2024-05-08T02:44:00.998Z | ++ SHA=sha256sum |
471 | 2024-05-08T02:44:01.024Z | ++ sha256sum |
472 | 2024-05-08T02:44:01.024Z | ++ awk '{print $1}' |
473 | 2024-05-08T02:44:01.024Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
474 | 2024-05-08T02:44:01.024Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
475 | 2024-05-08T02:44:01.024Z | + set -o errexit |
476 | 2024-05-08T02:44:01.024Z | +++ dirname ./tools/ci_download_dendrite_openapi |
477 | 2024-05-08T02:44:01.024Z | ++ cd ./tools |
478 | 2024-05-08T02:44:01.024Z | ++ pwd |
479 | 2024-05-08T02:44:01.024Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
480 | 2024-05-08T02:44:01.024Z | ++ basename ./tools/ci_download_dendrite_openapi |
481 | 2024-05-08T02:44:01.051Z | + ARG0=ci_download_dendrite_openapi |
482 | 2024-05-08T02:44:01.051Z | + TARGET_DIR=out |
483 | 2024-05-08T02:44:01.052Z | + DOWNLOAD_DIR=out/downloads |
484 | 2024-05-08T02:44:01.052Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
485 | 2024-05-08T02:44:01.052Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
486 | 2024-05-08T02:44:01.052Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
487 | 2024-05-08T02:44:01.052Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
488 | 2024-05-08T02:44:01.052Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
489 | 2024-05-08T02:44:01.052Z | + main |
490 | 2024-05-08T02:44:01.052Z | + [[ 0 != 0 ]] |
491 | 2024-05-08T02:44:01.052Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
492 | 2024-05-08T02:44:01.052Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
493 | 2024-05-08T02:44:01.052Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
494 | 2024-05-08T02:44:01.052Z | + local DO_DOWNLOAD=true |
495 | 2024-05-08T02:44:01.052Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
496 | 2024-05-08T02:44:01.052Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
497 | 2024-05-08T02:44:01.052Z | + mkdir -p out/downloads |
498 | 2024-05-08T02:44:01.052Z | + '[' true == true ']' |
499 | 2024-05-08T02:44:01.052Z | + echo Downloading... |
500 | 2024-05-08T02:44:01.052Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
501 | 2024-05-08T02:44:01.052Z | Downloading... |
502 | 2024-05-08T02:44:01.052Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
503 | 2024-05-08T02:44:01.672Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
504 | 2024-05-08T02:44:01.672Z | ++ case "$OSTYPE" in |
505 | 2024-05-08T02:44:01.672Z | ++ SHA=sha256sum |
506 | 2024-05-08T02:44:01.697Z | ++ sha256sum |
507 | 2024-05-08T02:44:01.697Z | ++ awk '{print $1}' |
508 | 2024-05-08T02:44:01.698Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
509 | 2024-05-08T02:44:01.698Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
510 | 2024-05-08T02:44:01.698Z | + set -o errexit |
511 | 2024-05-08T02:44:01.698Z | +++ dirname ./tools/ci_download_dendrite_stub |
512 | 2024-05-08T02:44:01.698Z | ++ cd ./tools |
513 | 2024-05-08T02:44:01.698Z | ++ pwd |
514 | 2024-05-08T02:44:01.698Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
515 | 2024-05-08T02:44:01.698Z | ++ basename ./tools/ci_download_dendrite_stub |
516 | 2024-05-08T02:44:01.725Z | + ARG0=ci_download_dendrite_stub |
517 | 2024-05-08T02:44:01.725Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
518 | 2024-05-08T02:44:01.725Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
519 | 2024-05-08T02:44:01.725Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
520 | 2024-05-08T02:44:01.725Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
521 | 2024-05-08T02:44:01.725Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
522 | 2024-05-08T02:44:01.725Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
523 | 2024-05-08T02:44:01.725Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
524 | 2024-05-08T02:44:01.725Z | + TARGET_DIR=out |
525 | 2024-05-08T02:44:01.725Z | + DOWNLOAD_DIR=out/downloads |
526 | 2024-05-08T02:44:01.726Z | + DEST_DIR=./out/dendrite-stub |
527 | 2024-05-08T02:44:01.726Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
528 | 2024-05-08T02:44:01.726Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
529 | 2024-05-08T02:44:01.726Z | + REPO=oxidecomputer/dendrite |
530 | 2024-05-08T02:44:01.726Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
531 | 2024-05-08T02:44:01.726Z | + main |
532 | 2024-05-08T02:44:01.726Z | + [[ 0 != 0 ]] |
533 | 2024-05-08T02:44:01.726Z | + CIDL_OS=solaris2.11 |
534 | 2024-05-08T02:44:01.726Z | + [[ 0 != 0 ]] |
535 | 2024-05-08T02:44:01.726Z | + configure_os solaris2.11 |
536 | 2024-05-08T02:44:01.726Z | + echo 'current directory: /work/oxidecomputer/omicron' |
537 | 2024-05-08T02:44:01.726Z | + echo 'configuring based on OS: "solaris2.11"' |
538 | 2024-05-08T02:44:01.726Z | + case "$1" in |
539 | 2024-05-08T02:44:01.726Z | + SET_BINARIES= |
540 | 2024-05-08T02:44:01.726Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
541 | 2024-05-08T02:44:01.726Z | + CIDL_SHA256FUNC=do_sha256sum |
542 | 2024-05-08T02:44:01.726Z | current directory: /work/oxidecomputer/omicron |
543 | 2024-05-08T02:44:01.726Z | configuring based on OS: "solaris2.11" |
544 | 2024-05-08T02:44:01.726Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
545 | 2024-05-08T02:44:01.726Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
546 | 2024-05-08T02:44:01.726Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
547 | 2024-05-08T02:44:01.726Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
548 | 2024-05-08T02:44:01.726Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
549 | 2024-05-08T02:44:01.726Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
550 | 2024-05-08T02:44:01.727Z | + mkdir -p out/downloads |
551 | 2024-05-08T02:44:01.727Z | Local file: out/downloads/dendrite-stub.tar.gz |
552 | 2024-05-08T02:44:01.727Z | + mkdir -p ./out/dendrite-stub |
553 | 2024-05-08T02:44:01.727Z | + fetch_and_verify |
554 | 2024-05-08T02:44:01.727Z | + local DO_DOWNLOAD=true |
555 | 2024-05-08T02:44:01.727Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
556 | 2024-05-08T02:44:01.727Z | + '[' true == true ']' |
557 | 2024-05-08T02:44:01.727Z | + echo Downloading... |
558 | 2024-05-08T02:44:01.727Z | Downloading... |
559 | 2024-05-08T02:44:01.727Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
560 | 2024-05-08T02:44:01.727Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
561 | 2024-05-08T02:44:09.815Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
562 | 2024-05-08T02:44:09.845Z | ++ sha256sum |
563 | 2024-05-08T02:44:09.845Z | ++ awk '{print $1}' |
564 | 2024-05-08T02:44:09.845Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
565 | 2024-05-08T02:44:09.845Z | + [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]] |
566 | 2024-05-08T02:44:09.845Z | + do_untar out/downloads/dendrite-stub.tar.gz |
567 | 2024-05-08T02:44:09.846Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
568 | 2024-05-08T02:44:10.656Z | + do_assemble |
569 | 2024-05-08T02:44:10.656Z | + rm -r ./out/dendrite-stub |
570 | 2024-05-08T02:44:10.682Z | + mkdir ./out/dendrite-stub |
571 | 2024-05-08T02:44:10.682Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
572 | 2024-05-08T02:44:10.810Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
573 | 2024-05-08T02:44:10.835Z | + set -o errexit |
574 | 2024-05-08T02:44:10.835Z | +++ dirname ./tools/ci_download_maghemite_mgd |
575 | 2024-05-08T02:44:10.835Z | ++ cd ./tools |
576 | 2024-05-08T02:44:10.835Z | ++ pwd |
577 | 2024-05-08T02:44:10.835Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
578 | 2024-05-08T02:44:10.835Z | ++ basename ./tools/ci_download_maghemite_mgd |
579 | 2024-05-08T02:44:10.835Z | + ARG0=ci_download_maghemite_mgd |
580 | 2024-05-08T02:44:10.835Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
581 | 2024-05-08T02:44:10.835Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
582 | 2024-05-08T02:44:10.835Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
583 | 2024-05-08T02:44:10.835Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
584 | 2024-05-08T02:44:10.835Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
585 | 2024-05-08T02:44:10.836Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
586 | 2024-05-08T02:44:10.836Z | + TARGET_DIR=out |
587 | 2024-05-08T02:44:10.836Z | + DOWNLOAD_DIR=out/downloads |
588 | 2024-05-08T02:44:10.836Z | + DEST_DIR=./out/mgd |
589 | 2024-05-08T02:44:10.836Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
590 | 2024-05-08T02:44:10.836Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
591 | 2024-05-08T02:44:10.836Z | + REPO=oxidecomputer/maghemite |
592 | 2024-05-08T02:44:10.836Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
593 | 2024-05-08T02:44:10.836Z | + main |
594 | 2024-05-08T02:44:10.836Z | + rm -rf out/downloads/root |
595 | 2024-05-08T02:44:10.861Z | + [[ 0 != 0 ]] |
596 | 2024-05-08T02:44:10.861Z | + CIDL_OS=solaris2.11 |
597 | 2024-05-08T02:44:10.861Z | + [[ 0 != 0 ]] |
598 | 2024-05-08T02:44:10.861Z | + configure_os solaris2.11 |
599 | 2024-05-08T02:44:10.861Z | + echo 'current directory: /work/oxidecomputer/omicron' |
600 | 2024-05-08T02:44:10.861Z | + echo 'configuring based on OS: "solaris2.11"' |
601 | 2024-05-08T02:44:10.861Z | + case "$1" in |
602 | 2024-05-08T02:44:10.862Z | + SET_BINARIES= |
603 | 2024-05-08T02:44:10.862Z | current directory: /work/oxidecomputer/omicron |
604 | 2024-05-08T02:44:10.862Z | configuring based on OS: "solaris2.11" |
605 | 2024-05-08T02:44:10.862Z | + CIDL_SHA256FUNC=do_sha256sum |
606 | 2024-05-08T02:44:10.862Z | + TARBALL_FILENAME=mgd.tar.gz |
607 | 2024-05-08T02:44:10.862Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
608 | 2024-05-08T02:44:10.862Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
609 | 2024-05-08T02:44:10.862Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
610 | 2024-05-08T02:44:10.862Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
611 | 2024-05-08T02:44:10.862Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
612 | 2024-05-08T02:44:10.862Z | + mkdir -p out/downloads |
613 | 2024-05-08T02:44:10.862Z | Local file: out/downloads/mgd.tar.gz |
614 | 2024-05-08T02:44:10.862Z | + mkdir -p ./out/mgd |
615 | 2024-05-08T02:44:10.862Z | + fetch_and_verify |
616 | 2024-05-08T02:44:10.862Z | + local DO_DOWNLOAD=true |
617 | 2024-05-08T02:44:10.862Z | + [[ -f out/downloads/mgd.tar.gz ]] |
618 | 2024-05-08T02:44:10.862Z | + '[' true == true ']' |
619 | 2024-05-08T02:44:10.862Z | + echo Downloading... |
620 | 2024-05-08T02:44:10.862Z | Downloading... |
621 | 2024-05-08T02:44:10.862Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
622 | 2024-05-08T02:44:10.862Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
623 | 2024-05-08T02:44:20.659Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
624 | 2024-05-08T02:44:20.686Z | ++ sha256sum |
625 | 2024-05-08T02:44:20.686Z | ++ awk '{print $1}' |
626 | 2024-05-08T02:44:20.712Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
627 | 2024-05-08T02:44:20.712Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
628 | 2024-05-08T02:44:20.712Z | + do_untar out/downloads/mgd.tar.gz |
629 | 2024-05-08T02:44:20.712Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
630 | 2024-05-08T02:44:21.490Z | + do_assemble |
631 | 2024-05-08T02:44:21.491Z | + rm -r ./out/mgd |
632 | 2024-05-08T02:44:21.516Z | + mkdir ./out/mgd |
633 | 2024-05-08T02:44:21.516Z | + cp -r out/downloads/root ./out/mgd/root |
634 | 2024-05-08T02:44:21.570Z | + set -o errexit |
635 | 2024-05-08T02:44:21.619Z | +++ dirname ./tools/ci_download_transceiver_control |
636 | 2024-05-08T02:44:21.619Z | ++ cd ./tools |
637 | 2024-05-08T02:44:21.619Z | ++ pwd |
638 | 2024-05-08T02:44:21.619Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
639 | 2024-05-08T02:44:21.619Z | ++ basename ./tools/ci_download_transceiver_control |
640 | 2024-05-08T02:44:21.619Z | + ARG0=ci_download_transceiver_control |
641 | 2024-05-08T02:44:21.619Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
642 | 2024-05-08T02:44:21.619Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
643 | 2024-05-08T02:44:21.619Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
644 | 2024-05-08T02:44:21.619Z | + TARGET_DIR=out |
645 | 2024-05-08T02:44:21.619Z | + DOWNLOAD_DIR=out/downloads |
646 | 2024-05-08T02:44:21.620Z | + DEST_DIR=./out/transceiver-control |
647 | 2024-05-08T02:44:21.620Z | + BIN_DIR=/opt/oxide/bin |
648 | 2024-05-08T02:44:21.620Z | + BINARY=xcvradm |
649 | 2024-05-08T02:44:21.620Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
650 | 2024-05-08T02:44:21.620Z | + REPO=oxidecomputer/transceiver-control |
651 | 2024-05-08T02:44:21.620Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
652 | 2024-05-08T02:44:21.620Z | + main |
653 | 2024-05-08T02:44:21.620Z | + [[ 0 != 0 ]] |
654 | 2024-05-08T02:44:21.620Z | + CIDL_OS=solaris2.11 |
655 | 2024-05-08T02:44:21.620Z | + [[ 0 != 0 ]] |
656 | 2024-05-08T02:44:21.620Z | + configure_os solaris2.11 |
657 | 2024-05-08T02:44:21.620Z | + echo 'current directory: /work/oxidecomputer/omicron' |
658 | 2024-05-08T02:44:21.620Z | + echo 'configuring based on OS: "solaris2.11"' |
659 | 2024-05-08T02:44:21.620Z | current directory: /work/oxidecomputer/omicron |
660 | 2024-05-08T02:44:21.620Z | + case "$1" in |
661 | 2024-05-08T02:44:21.620Z | + SET_BINARIES= |
662 | 2024-05-08T02:44:21.620Z | configuring based on OS: "solaris2.11" |
663 | 2024-05-08T02:44:21.620Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
664 | 2024-05-08T02:44:21.620Z | + CIDL_SHA256FUNC=do_sha256sum |
665 | 2024-05-08T02:44:21.620Z | + ARCHIVE_FILENAME=xcvradm.gz |
666 | 2024-05-08T02:44:21.621Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
667 | 2024-05-08T02:44:21.621Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
668 | 2024-05-08T02:44:21.621Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
669 | 2024-05-08T02:44:21.621Z | + echo 'Local file: out/downloads/xcvradm.gz' |
670 | 2024-05-08T02:44:21.621Z | + mkdir -p out/downloads |
671 | 2024-05-08T02:44:21.621Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
672 | 2024-05-08T02:44:21.621Z | Local file: out/downloads/xcvradm.gz |
673 | 2024-05-08T02:44:21.621Z | + mkdir -p ./out/transceiver-control |
674 | 2024-05-08T02:44:21.621Z | + fetch_and_verify |
675 | 2024-05-08T02:44:21.621Z | + local DO_DOWNLOAD=true |
676 | 2024-05-08T02:44:21.621Z | + [[ -f out/downloads/xcvradm.gz ]] |
677 | 2024-05-08T02:44:21.621Z | + '[' true == true ']' |
678 | 2024-05-08T02:44:21.621Z | + echo Downloading... |
679 | 2024-05-08T02:44:21.621Z | Downloading... |
680 | 2024-05-08T02:44:21.621Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
681 | 2024-05-08T02:44:21.621Z | + 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 |
682 | 2024-05-08T02:44:22.438Z | ++ do_sha256sum out/downloads/xcvradm.gz |
683 | 2024-05-08T02:44:22.463Z | ++ sha256sum |
684 | 2024-05-08T02:44:22.463Z | ++ awk '{print $1}' |
685 | 2024-05-08T02:44:22.463Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
686 | 2024-05-08T02:44:22.463Z | + [[ 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 ]] |
687 | 2024-05-08T02:44:22.463Z | + do_unpack out/downloads/xcvradm.gz |
688 | 2024-05-08T02:44:22.463Z | + mkdir -p out/downloads/root//opt/oxide/bin |
689 | 2024-05-08T02:44:22.463Z | + gzip -dc out/downloads/xcvradm.gz |
690 | 2024-05-08T02:44:22.600Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
691 | 2024-05-08T02:44:22.626Z | + do_assemble |
692 | 2024-05-08T02:44:22.626Z | + rm -r ./out/transceiver-control |
693 | 2024-05-08T02:44:22.626Z | + mkdir ./out/transceiver-control |
694 | 2024-05-08T02:44:22.626Z | + cp -r out/downloads/root ./out/transceiver-control/root |
695 | 2024-05-08T02:44:22.733Z | + set -o errexit |
696 | 2024-05-08T02:44:22.760Z | +++ dirname ./tools/ci_download_thundermuffin |
697 | 2024-05-08T02:44:22.760Z | ++ cd ./tools |
698 | 2024-05-08T02:44:22.760Z | ++ pwd |
699 | 2024-05-08T02:44:22.760Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
700 | 2024-05-08T02:44:22.760Z | ++ basename ./tools/ci_download_thundermuffin |
701 | 2024-05-08T02:44:22.760Z | + ARG0=ci_download_thundermuffin |
702 | 2024-05-08T02:44:22.760Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
703 | 2024-05-08T02:44:22.760Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
704 | 2024-05-08T02:44:22.760Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
705 | 2024-05-08T02:44:22.760Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
706 | 2024-05-08T02:44:22.760Z | + TARGET_DIR=out |
707 | 2024-05-08T02:44:22.760Z | + DOWNLOAD_DIR=out/downloads |
708 | 2024-05-08T02:44:22.760Z | + DEST_DIR=./out/thundermuffin |
709 | 2024-05-08T02:44:22.760Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
710 | 2024-05-08T02:44:22.760Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
711 | 2024-05-08T02:44:22.760Z | + REPO=oxidecomputer/thundermuffin |
712 | 2024-05-08T02:44:22.760Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
713 | 2024-05-08T02:44:22.760Z | + main |
714 | 2024-05-08T02:44:22.760Z | + rm -rf out/downloads/root |
715 | 2024-05-08T02:44:22.760Z | + [[ 0 != 0 ]] |
716 | 2024-05-08T02:44:22.760Z | + CIDL_OS=solaris2.11 |
717 | 2024-05-08T02:44:22.761Z | + [[ 0 != 0 ]] |
718 | 2024-05-08T02:44:22.761Z | + configure_os solaris2.11 |
719 | 2024-05-08T02:44:22.761Z | + echo 'current directory: /work/oxidecomputer/omicron' |
720 | 2024-05-08T02:44:22.761Z | + echo 'configuring based on OS: "solaris2.11"' |
721 | 2024-05-08T02:44:22.761Z | + case "$1" in |
722 | 2024-05-08T02:44:22.761Z | + SET_BINARIES= |
723 | 2024-05-08T02:44:22.761Z | current directory: /work/oxidecomputer/omicron |
724 | 2024-05-08T02:44:22.761Z | configuring based on OS: "solaris2.11" |
725 | 2024-05-08T02:44:22.761Z | + CIDL_SHA256FUNC=do_sha256sum |
726 | 2024-05-08T02:44:22.761Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
727 | 2024-05-08T02:44:22.761Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
728 | 2024-05-08T02:44:22.761Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
729 | 2024-05-08T02:44:22.761Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
730 | 2024-05-08T02:44:22.761Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
731 | 2024-05-08T02:44:22.761Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
732 | 2024-05-08T02:44:22.761Z | + mkdir -p out/downloads |
733 | 2024-05-08T02:44:22.761Z | Local file: out/downloads/thundermuffin.tar.gz |
734 | 2024-05-08T02:44:22.761Z | + mkdir -p ./out/thundermuffin |
735 | 2024-05-08T02:44:22.787Z | + fetch_and_verify |
736 | 2024-05-08T02:44:22.787Z | + local DO_DOWNLOAD=true |
737 | 2024-05-08T02:44:22.787Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
738 | 2024-05-08T02:44:22.787Z | + '[' true == true ']' |
739 | 2024-05-08T02:44:22.787Z | + echo Downloading... |
740 | 2024-05-08T02:44:22.787Z | Downloading... |
741 | 2024-05-08T02:44:22.787Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
742 | 2024-05-08T02:44:22.787Z | + 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 |
743 | 2024-05-08T02:44:24.164Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
744 | 2024-05-08T02:44:24.189Z | ++ sha256sum |
745 | 2024-05-08T02:44:24.189Z | ++ awk '{print $1}' |
746 | 2024-05-08T02:44:24.189Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
747 | 2024-05-08T02:44:24.189Z | + [[ 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 ]] |
748 | 2024-05-08T02:44:24.189Z | + do_untar out/downloads/thundermuffin.tar.gz |
749 | 2024-05-08T02:44:24.189Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
750 | 2024-05-08T02:44:24.258Z | + do_assemble |
751 | 2024-05-08T02:44:24.258Z | + rm -r ./out/thundermuffin |
752 | 2024-05-08T02:44:24.284Z | + mkdir ./out/thundermuffin |
753 | 2024-05-08T02:44:24.284Z | + cp -r out/downloads/root ./out/thundermuffin/root |
754 | 2024-05-08T02:44:24.284Z | All prerequisites installed successfully |
755 | 2024-05-08T02:44:24.284Z | |
756 | 2024-05-08T02:44:24.284Z | real 1:52.242694764 |
757 | 2024-05-08T02:44:24.284Z | user 46.102822144 |
758 | 2024-05-08T02:44:24.284Z | sys 12.388081091 |
759 | 2024-05-08T02:44:24.284Z | trap 0.018837836 |
760 | 2024-05-08T02:44:24.284Z | tflt 0.012771342 |
761 | 2024-05-08T02:44:24.284Z | dflt 0.020420417 |
762 | 2024-05-08T02:44:24.285Z | kflt 0.006783770 |
763 | 2024-05-08T02:44:24.285Z | lock 2.024641301 |
764 | 2024-05-08T02:44:24.285Z | slp 3:40.332921039 |
765 | 2024-05-08T02:44:24.285Z | lat 5.079449462 |
766 | 2024-05-08T02:44:24.285Z | stop 0.074879811 |
767 | 2024-05-08T02:44:24.285Z | + banner end-to-end-tests |
768 | 2024-05-08T02:44:24.285Z | |
769 | 2024-05-08T02:44:24.285Z | ###### # # ##### ##### #### ###### # # ##### |
770 | 2024-05-08T02:44:24.285Z | # ## # # # # # # # ## # # # |
771 | 2024-05-08T02:44:24.285Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
772 | 2024-05-08T02:44:24.285Z | # # # # # # # # # # # # # # # |
773 | 2024-05-08T02:44:24.285Z | # # ## # # # # # # # ## # # |
774 | 2024-05-08T02:44:24.285Z | ###### # # ##### # #### ###### # # ##### |
775 | 2024-05-08T02:44:24.285Z | |
776 | 2024-05-08T02:44:24.285Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
777 | 2024-05-08T02:44:24.285Z | + CARGO_PROFILE_DEV_DEBUG=1 |
778 | 2024-05-08T02:44:24.285Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
779 | 2024-05-08T02:44:24.285Z | + CARGO_PROFILE_TEST_DEBUG=1 |
780 | 2024-05-08T02:44:24.285Z | + export CARGO_INCREMENTAL=0 |
781 | 2024-05-08T02:44:24.285Z | + CARGO_INCREMENTAL=0 |
782 | 2024-05-08T02:44:24.285Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
783 | 2024-05-08T02:44:24.553Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
784 | 2024-05-08T02:44:25.026Z | Updating git repository `https://github.com/oxidecomputer/zone` |
785 | 2024-05-08T02:44:25.439Z | Updating crates.io index |
786 | 2024-05-08T02:44:25.439Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
787 | 2024-05-08T02:44:26.363Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
788 | 2024-05-08T02:44:27.142Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
789 | 2024-05-08T02:44:29.604Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
790 | 2024-05-08T02:44:30.221Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
791 | 2024-05-08T02:44:30.592Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
792 | 2024-05-08T02:44:31.697Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
793 | 2024-05-08T02:44:33.898Z | Updating git repository `https://github.com/oxidecomputer/opte` |
794 | 2024-05-08T02:44:35.066Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
795 | 2024-05-08T02:44:35.822Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
796 | 2024-05-08T02:44:36.236Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
797 | 2024-05-08T02:44:37.083Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
798 | 2024-05-08T02:44:37.517Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
799 | 2024-05-08T02:44:38.030Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
800 | 2024-05-08T02:44:38.530Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
801 | 2024-05-08T02:44:39.361Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
802 | 2024-05-08T02:44:39.441Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
803 | 2024-05-08T02:44:39.807Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
804 | 2024-05-08T02:44:40.143Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
805 | 2024-05-08T02:44:40.550Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
806 | 2024-05-08T02:44:41.118Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
807 | 2024-05-08T02:44:41.473Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
808 | 2024-05-08T02:44:42.257Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
809 | 2024-05-08T02:44:42.738Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
810 | 2024-05-08T02:44:43.135Z | Updating git repository `https://github.com/jgallagher/nix` |
811 | 2024-05-08T02:44:44.244Z | Updating git repository `https://github.com/cbiffle/hubpack` |
812 | 2024-05-08T02:44:44.730Z | Updating git repository `https://github.com/oxidecomputer/typify` |
813 | 2024-05-08T02:44:46.902Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
814 | 2024-05-08T02:44:47.372Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
815 | 2024-05-08T02:44:47.775Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
816 | 2024-05-08T02:44:48.351Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
817 | 2024-05-08T02:44:49.958Z | Downloading crates ... |
818 | 2024-05-08T02:44:50.084Z | Downloaded anstyle v1.0.6 |
819 | 2024-05-08T02:44:50.112Z | Downloaded aho-corasick v1.1.2 |
820 | 2024-05-08T02:44:50.112Z | Downloaded inout v0.1.3 |
821 | 2024-05-08T02:44:50.112Z | Downloaded indexmap v2.2.6 |
822 | 2024-05-08T02:44:50.141Z | Downloaded keccak v0.1.4 |
823 | 2024-05-08T02:44:50.141Z | Downloaded idna v0.2.3 |
824 | 2024-05-08T02:44:50.170Z | Downloaded slab v0.4.9 |
825 | 2024-05-08T02:44:50.202Z | Downloaded fxhash v0.2.1 |
826 | 2024-05-08T02:44:50.202Z | Downloaded pin-project-lite v0.2.13 |
827 | 2024-05-08T02:44:50.229Z | Downloaded hubpack_derive v0.1.1 |
828 | 2024-05-08T02:44:50.264Z | Downloaded sec1 v0.7.3 |
829 | 2024-05-08T02:44:50.264Z | Downloaded secrecy v0.8.0 |
830 | 2024-05-08T02:44:50.303Z | Downloaded take_mut v0.2.2 |
831 | 2024-05-08T02:44:50.303Z | Downloaded thiserror v1.0.59 |
832 | 2024-05-08T02:44:50.303Z | Downloaded display-error-chain v0.2.0 |
833 | 2024-05-08T02:44:50.333Z | Downloaded dof v0.1.5 |
834 | 2024-05-08T02:44:50.333Z | Downloaded derive-where v1.2.7 |
835 | 2024-05-08T02:44:50.333Z | Downloaded diesel_derives v2.1.2 |
836 | 2024-05-08T02:44:50.362Z | Downloaded unicode-segmentation v1.10.1 |
837 | 2024-05-08T02:44:50.362Z | Downloaded diesel v2.1.6 |
838 | 2024-05-08T02:44:50.397Z | Downloaded syn v1.0.109 |
839 | 2024-05-08T02:44:50.898Z | Downloaded zerocopy-derive v0.6.6 |
840 | 2024-05-08T02:44:50.898Z | Downloaded tokio v1.37.0 |
841 | 2024-05-08T02:44:50.898Z | Downloaded winapi v0.3.9 |
842 | 2024-05-08T02:44:50.898Z | Downloaded zerocopy-derive v0.2.0 |
843 | 2024-05-08T02:44:50.898Z | Downloaded regex-automata v0.4.5 |
844 | 2024-05-08T02:44:50.898Z | Downloaded smoltcp v0.11.0 |
845 | 2024-05-08T02:44:50.898Z | Downloaded ring v0.17.8 |
846 | 2024-05-08T02:44:50.898Z | Downloaded ring v0.16.20 |
847 | 2024-05-08T02:44:50.898Z | Downloaded smoltcp v0.9.1 |
848 | 2024-05-08T02:44:50.898Z | Downloaded sha3 v0.10.8 |
849 | 2024-05-08T02:44:50.898Z | Downloaded rustls v0.22.4 |
850 | 2024-05-08T02:44:50.898Z | Downloaded rustls v0.21.9 |
851 | 2024-05-08T02:44:50.898Z | Downloaded rustix v0.38.31 |
852 | 2024-05-08T02:44:50.898Z | Downloaded encoding_rs v0.8.33 |
853 | 2024-05-08T02:44:50.923Z | Downloaded regress v0.9.1 |
854 | 2024-05-08T02:44:50.923Z | Downloaded regex-syntax v0.8.2 |
855 | 2024-05-08T02:44:50.924Z | Downloaded openapiv3 v2.0.0 |
856 | 2024-05-08T02:44:50.949Z | Downloaded zerocopy v0.7.32 |
857 | 2024-05-08T02:44:50.974Z | Downloaded trust-dns-proto v0.22.0 |
858 | 2024-05-08T02:44:50.974Z | Downloaded tabled v0.15.0 |
859 | 2024-05-08T02:44:50.999Z | Downloaded sled v0.34.7 |
860 | 2024-05-08T02:44:51.025Z | Downloaded regex v1.10.4 |
861 | 2024-05-08T02:44:51.025Z | Downloaded webpki-roots v0.25.2 |
862 | 2024-05-08T02:44:51.050Z | Downloaded unicode-normalization v0.1.22 |
863 | 2024-05-08T02:44:51.050Z | Downloaded trust-dns-server v0.22.1 |
864 | 2024-05-08T02:44:51.050Z | Downloaded trust-dns-resolver v0.22.0 |
865 | 2024-05-08T02:44:51.050Z | Downloaded toml_edit v0.22.12 |
866 | 2024-05-08T02:44:51.075Z | Downloaded toml_edit v0.19.15 |
867 | 2024-05-08T02:44:51.100Z | Downloaded tokio-util v0.7.10 |
868 | 2024-05-08T02:44:51.126Z | Downloaded rustls-webpki v0.102.1 |
869 | 2024-05-08T02:44:51.152Z | Downloaded rustls-webpki v0.101.7 |
870 | 2024-05-08T02:44:51.152Z | Downloaded hkdf v0.12.4 |
871 | 2024-05-08T02:44:51.152Z | Downloaded syn v2.0.60 |
872 | 2024-05-08T02:44:51.178Z | Downloaded object v0.32.1 |
873 | 2024-05-08T02:44:51.178Z | Downloaded dhcproto v0.11.0 |
874 | 2024-05-08T02:44:51.206Z | Downloaded derive_more v0.99.17 |
875 | 2024-05-08T02:44:51.206Z | Downloaded zip v0.6.6 |
876 | 2024-05-08T02:44:51.206Z | Downloaded url v2.5.0 |
877 | 2024-05-08T02:44:51.206Z | Downloaded unsafe-libyaml v0.2.10 |
878 | 2024-05-08T02:44:51.206Z | Downloaded unicode-bidi v0.3.15 |
879 | 2024-05-08T02:44:51.231Z | Downloaded tungstenite v0.21.0 |
880 | 2024-05-08T02:44:51.232Z | Downloaded tungstenite v0.20.1 |
881 | 2024-05-08T02:44:51.232Z | Downloaded trust-dns-client v0.22.0 |
882 | 2024-05-08T02:44:51.232Z | Downloaded tracing-core v0.1.32 |
883 | 2024-05-08T02:44:51.232Z | Downloaded tracing v0.1.40 |
884 | 2024-05-08T02:44:51.232Z | Downloaded toml v0.8.12 |
885 | 2024-05-08T02:44:51.257Z | Downloaded serde_with v3.7.0 |
886 | 2024-05-08T02:44:51.258Z | Downloaded serde_json v1.0.116 |
887 | 2024-05-08T02:44:51.258Z | Downloaded unicode-ident v1.0.12 |
888 | 2024-05-08T02:44:51.258Z | Downloaded ucd-trie v0.1.6 |
889 | 2024-05-08T02:44:51.258Z | Downloaded typenum v1.16.0 |
890 | 2024-05-08T02:44:51.283Z | Downloaded toml v0.5.11 |
891 | 2024-05-08T02:44:51.284Z | Downloaded dirs-sys-next v0.1.2 |
892 | 2024-05-08T02:44:51.284Z | Downloaded dirs-sys v0.4.1 |
893 | 2024-05-08T02:44:51.284Z | Downloaded dirs-next v2.0.0 |
894 | 2024-05-08T02:44:51.284Z | Downloaded dirs v5.0.1 |
895 | 2024-05-08T02:44:51.284Z | Downloaded digest v0.10.7 |
896 | 2024-05-08T02:44:51.284Z | Downloaded zerocopy-derive v0.7.32 |
897 | 2024-05-08T02:44:51.284Z | Downloaded zerocopy v0.6.6 |
898 | 2024-05-08T02:44:51.284Z | Downloaded tracing-attributes v0.1.27 |
899 | 2024-05-08T02:44:51.284Z | Downloaded toml v0.7.8 |
900 | 2024-05-08T02:44:51.310Z | Downloaded tokio-postgres v0.7.10 |
901 | 2024-05-08T02:44:51.310Z | Downloaded reqwest v0.11.24 |
902 | 2024-05-08T02:44:51.310Z | Downloaded rayon v1.10.0 |
903 | 2024-05-08T02:44:51.338Z | Downloaded difflib v0.4.0 |
904 | 2024-05-08T02:44:51.338Z | Downloaded diesel_table_macro_syntax v0.1.0 |
905 | 2024-05-08T02:44:51.338Z | Downloaded dhcproto-macros v0.1.0 |
906 | 2024-05-08T02:44:51.338Z | Downloaded deranged v0.3.11 |
907 | 2024-05-08T02:44:51.338Z | Downloaded zone_cfg_derive v0.1.2 |
908 | 2024-05-08T02:44:51.338Z | Downloaded zone v0.1.8 |
909 | 2024-05-08T02:44:51.338Z | Downloaded zeroize_derive v1.4.2 |
910 | 2024-05-08T02:44:51.338Z | Downloaded zeroize v1.7.0 |
911 | 2024-05-08T02:44:51.339Z | Downloaded zerocopy v0.3.0 |
912 | 2024-05-08T02:44:51.339Z | Downloaded yasna v0.5.2 |
913 | 2024-05-08T02:44:51.339Z | Downloaded xattr v1.0.1 |
914 | 2024-05-08T02:44:51.339Z | Downloaded untrusted v0.9.0 |
915 | 2024-05-08T02:44:51.339Z | Downloaded untrusted v0.7.1 |
916 | 2024-05-08T02:44:51.339Z | Downloaded universal-hash v0.5.1 |
917 | 2024-05-08T02:44:51.339Z | Downloaded unicode-xid v0.2.4 |
918 | 2024-05-08T02:44:51.339Z | Downloaded unicode-width v0.1.11 |
919 | 2024-05-08T02:44:51.339Z | Downloaded unicase v2.7.0 |
920 | 2024-05-08T02:44:51.340Z | Downloaded try-lock v0.2.4 |
921 | 2024-05-08T02:44:51.371Z | Downloaded tower-service v0.3.2 |
922 | 2024-05-08T02:44:51.371Z | Downloaded topological-sort v0.2.2 |
923 | 2024-05-08T02:44:51.372Z | Downloaded toolchain_find v0.4.0 |
924 | 2024-05-08T02:44:51.372Z | Downloaded toml_datetime v0.6.5 |
925 | 2024-05-08T02:44:51.372Z | Downloaded tokio-tungstenite v0.21.0 |
926 | 2024-05-08T02:44:51.372Z | Downloaded tokio-tungstenite v0.20.1 |
927 | 2024-05-08T02:44:51.372Z | Downloaded tokio-stream v0.1.15 |
928 | 2024-05-08T02:44:51.372Z | Downloaded tokio-rustls v0.25.0 |
929 | 2024-05-08T02:44:51.372Z | Downloaded tokio-rustls v0.24.1 |
930 | 2024-05-08T02:44:51.373Z | Downloaded term v0.7.0 |
931 | 2024-05-08T02:44:51.373Z | Downloaded tempfile v3.10.1 |
932 | 2024-05-08T02:44:51.373Z | Downloaded tar v0.4.40 |
933 | 2024-05-08T02:44:51.400Z | Downloaded subprocess v0.2.9 |
934 | 2024-05-08T02:44:51.401Z | Downloaded strum_macros v0.26.1 |
935 | 2024-05-08T02:44:51.401Z | Downloaded socket2 v0.5.6 |
936 | 2024-05-08T02:44:51.401Z | Downloaded slog-stdlog v4.1.1 |
937 | 2024-05-08T02:44:51.401Z | Downloaded slog v2.7.0 |
938 | 2024-05-08T02:44:51.401Z | Downloaded signal-hook v0.3.17 |
939 | 2024-05-08T02:44:51.401Z | Downloaded serde_yaml v0.9.25 |
940 | 2024-05-08T02:44:51.401Z | Downloaded serde_derive v1.0.199 |
941 | 2024-05-08T02:44:51.402Z | Downloaded serde v1.0.199 |
942 | 2024-05-08T02:44:51.402Z | Downloaded hyper v0.14.28 |
943 | 2024-05-08T02:44:51.432Z | Downloaded http v0.2.12 |
944 | 2024-05-08T02:44:51.432Z | Downloaded russh v0.43.0 |
945 | 2024-05-08T02:44:51.432Z | Downloaded winnow v0.6.1 |
946 | 2024-05-08T02:44:51.432Z | Downloaded winnow v0.5.15 |
947 | 2024-05-08T02:44:51.460Z | Downloaded terminal_size v0.3.0 |
948 | 2024-05-08T02:44:51.460Z | Downloaded termcolor v1.2.0 |
949 | 2024-05-08T02:44:51.460Z | Downloaded tabled_derive v0.7.0 |
950 | 2024-05-08T02:44:51.460Z | Downloaded subtle v2.5.0 |
951 | 2024-05-08T02:44:51.460Z | Downloaded structmeta-derive v0.3.0 |
952 | 2024-05-08T02:44:51.461Z | Downloaded structmeta v0.3.0 |
953 | 2024-05-08T02:44:51.461Z | Downloaded strsim v0.11.0 |
954 | 2024-05-08T02:44:51.461Z | Downloaded stringprep v0.1.3 |
955 | 2024-05-08T02:44:51.461Z | Downloaded spin v0.9.8 |
956 | 2024-05-08T02:44:51.461Z | Downloaded socket2 v0.4.9 |
957 | 2024-05-08T02:44:51.461Z | Downloaded smallvec v1.13.1 |
958 | 2024-05-08T02:44:51.461Z | Downloaded slog-term v2.9.1 |
959 | 2024-05-08T02:44:51.461Z | Downloaded slog-scope v4.4.0 |
960 | 2024-05-08T02:44:51.498Z | Downloaded slog-json v2.6.1 |
961 | 2024-05-08T02:44:51.498Z | Downloaded slog-envlogger v2.2.0 |
962 | 2024-05-08T02:44:51.498Z | Downloaded slog-dtrace v0.3.0 |
963 | 2024-05-08T02:44:51.498Z | Downloaded slog-bunyan v2.5.0 |
964 | 2024-05-08T02:44:51.498Z | Downloaded slog-async v2.8.0 |
965 | 2024-05-08T02:44:51.498Z | Downloaded signal-hook-mio v0.2.3 |
966 | 2024-05-08T02:44:51.498Z | Downloaded sha2 v0.10.8 |
967 | 2024-05-08T02:44:51.498Z | Downloaded sha1 v0.10.6 |
968 | 2024-05-08T02:44:51.498Z | Downloaded serde_with_macros v3.7.0 |
969 | 2024-05-08T02:44:51.498Z | Downloaded serde_tokenstream v0.2.0 |
970 | 2024-05-08T02:44:51.499Z | Downloaded serde_tokenstream v0.1.7 |
971 | 2024-05-08T02:44:51.499Z | Downloaded serde_repr v0.1.16 |
972 | 2024-05-08T02:44:51.499Z | Downloaded serde_derive_internals v0.26.0 |
973 | 2024-05-08T02:44:51.531Z | Downloaded semver v1.0.22 |
974 | 2024-05-08T02:44:51.531Z | Downloaded http v1.0.0 |
975 | 2024-05-08T02:44:51.531Z | Downloaded h2 v0.3.26 |
976 | 2024-05-08T02:44:51.532Z | Downloaded goblin v0.8.0 |
977 | 2024-05-08T02:44:51.532Z | Downloaded regex-automata v0.1.10 |
978 | 2024-05-08T02:44:51.532Z | Downloaded tabwriter v1.4.0 |
979 | 2024-05-08T02:44:51.532Z | Downloaded swrite v0.1.0 |
980 | 2024-05-08T02:44:51.532Z | Downloaded strum_macros v0.25.2 |
981 | 2024-05-08T02:44:51.532Z | Downloaded strum v0.26.2 |
982 | 2024-05-08T02:44:51.532Z | Downloaded strsim v0.10.0 |
983 | 2024-05-08T02:44:51.532Z | Downloaded string_cache v0.8.7 |
984 | 2024-05-08T02:44:51.563Z | Downloaded spin v0.5.2 |
985 | 2024-05-08T02:44:51.563Z | Downloaded smf v0.2.3 |
986 | 2024-05-08T02:44:51.563Z | Downloaded serde_urlencoded v0.7.1 |
987 | 2024-05-08T02:44:51.563Z | Downloaded serde_spanned v0.6.5 |
988 | 2024-05-08T02:44:51.563Z | Downloaded serde_path_to_error v0.1.16 |
989 | 2024-05-08T02:44:51.563Z | Downloaded serde_arrays v0.1.0 |
990 | 2024-05-08T02:44:51.564Z | Downloaded semver v0.1.20 |
991 | 2024-05-08T02:44:51.564Z | Downloaded ryu v1.0.15 |
992 | 2024-05-08T02:44:51.564Z | Downloaded elliptic-curve v0.13.8 |
993 | 2024-05-08T02:44:51.564Z | Downloaded ed25519-dalek v2.0.0 |
994 | 2024-05-08T02:44:51.564Z | Downloaded dof v0.3.0 |
995 | 2024-05-08T02:44:51.564Z | Downloaded heapless v0.8.0 |
996 | 2024-05-08T02:44:51.564Z | Downloaded heapless v0.7.16 |
997 | 2024-05-08T02:44:51.594Z | Downloaded hashbrown v0.14.3 |
998 | 2024-05-08T02:44:51.594Z | Downloaded hashbrown v0.12.3 |
999 | 2024-05-08T02:44:51.594Z | Downloaded radix_trie v0.2.1 |
1000 | 2024-05-08T02:44:51.594Z | Downloaded pest v2.7.6 |
1001 | 2024-05-08T02:44:51.595Z | Downloaded p521 v0.13.3 |
1002 | 2024-05-08T02:44:51.625Z | Downloaded sct v0.7.0 |
1003 | 2024-05-08T02:44:51.625Z | Downloaded scroll v0.12.0 |
1004 | 2024-05-08T02:44:51.626Z | Downloaded schemars_derive v0.8.16 |
1005 | 2024-05-08T02:44:51.626Z | Downloaded schemars v0.8.16 |
1006 | 2024-05-08T02:44:51.626Z | Downloaded rustls-pki-types v1.3.0 |
1007 | 2024-05-08T02:44:51.626Z | Downloaded rustls-pemfile v2.1.2 |
1008 | 2024-05-08T02:44:51.626Z | Downloaded rustls-pemfile v1.0.3 |
1009 | 2024-05-08T02:44:51.626Z | Downloaded rustfmt-wrapper v0.2.1 |
1010 | 2024-05-08T02:44:51.626Z | Downloaded rustc_version v0.4.0 |
1011 | 2024-05-08T02:44:51.627Z | Downloaded rustc_version v0.1.7 |
1012 | 2024-05-08T02:44:51.653Z | Downloaded rustc-demangle v0.1.23 |
1013 | 2024-05-08T02:44:51.653Z | Downloaded hyper-tls v0.5.0 |
1014 | 2024-05-08T02:44:51.653Z | Downloaded hyper-staticfile v0.9.5 |
1015 | 2024-05-08T02:44:51.653Z | Downloaded hyper-rustls v0.24.2 |
1016 | 2024-05-08T02:44:51.653Z | Downloaded humantime v2.1.0 |
1017 | 2024-05-08T02:44:51.653Z | Downloaded errno v0.3.8 |
1018 | 2024-05-08T02:44:51.653Z | Downloaded erased-serde v0.3.31 |
1019 | 2024-05-08T02:44:51.653Z | Downloaded equivalent v1.0.1 |
1020 | 2024-05-08T02:44:51.653Z | Downloaded env_logger v0.9.3 |
1021 | 2024-05-08T02:44:51.653Z | Downloaded enum-as-inner v0.5.1 |
1022 | 2024-05-08T02:44:51.653Z | Downloaded endian-type v0.1.2 |
1023 | 2024-05-08T02:44:51.654Z | Downloaded embedded-io v0.4.0 |
1024 | 2024-05-08T02:44:51.654Z | Downloaded either v1.11.0 |
1025 | 2024-05-08T02:44:51.654Z | Downloaded ed25519 v2.2.2 |
1026 | 2024-05-08T02:44:51.683Z | Downloaded ecdsa v0.16.9 |
1027 | 2024-05-08T02:44:51.683Z | Downloaded dyn-clone v1.0.17 |
1028 | 2024-05-08T02:44:51.683Z | Downloaded dtrace-parser v0.2.0 |
1029 | 2024-05-08T02:44:51.683Z | Downloaded hmac v0.12.1 |
1030 | 2024-05-08T02:44:51.683Z | Downloaded headers v0.3.9 |
1031 | 2024-05-08T02:44:51.684Z | Downloaded hash32 v0.3.1 |
1032 | 2024-05-08T02:44:51.684Z | Downloaded half v2.3.1 |
1033 | 2024-05-08T02:44:51.684Z | Downloaded group v0.13.0 |
1034 | 2024-05-08T02:44:51.684Z | Downloaded futures-channel v0.3.30 |
1035 | 2024-05-08T02:44:51.684Z | Downloaded futures v0.3.30 |
1036 | 2024-05-08T02:44:51.722Z | Downloaded flume v0.11.0 |
1037 | 2024-05-08T02:44:51.722Z | Downloaded flate2 v1.0.28 |
1038 | 2024-05-08T02:44:51.722Z | Downloaded expectorate v1.1.0 |
1039 | 2024-05-08T02:44:51.722Z | Downloaded russh-keys v0.43.0 |
1040 | 2024-05-08T02:44:51.722Z | Downloaded rcgen v0.12.1 |
1041 | 2024-05-08T02:44:51.722Z | Downloaded rayon-core v1.12.1 |
1042 | 2024-05-08T02:44:51.723Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1043 | 2024-05-08T02:44:51.754Z | Downloaded scroll_derive v0.12.0 |
1044 | 2024-05-08T02:44:51.754Z | Downloaded scopeguard v1.2.0 |
1045 | 2024-05-08T02:44:51.754Z | Downloaded scheduled-thread-pool v0.2.7 |
1046 | 2024-05-08T02:44:51.755Z | Downloaded same-file v1.0.6 |
1047 | 2024-05-08T02:44:51.755Z | Downloaded rustversion v1.0.14 |
1048 | 2024-05-08T02:44:51.755Z | Downloaded dtrace-parser v0.1.14 |
1049 | 2024-05-08T02:44:51.755Z | Downloaded hubpack v0.1.2 |
1050 | 2024-05-08T02:44:51.755Z | Downloaded httpdate v1.0.3 |
1051 | 2024-05-08T02:44:51.755Z | Downloaded httparse v1.8.0 |
1052 | 2024-05-08T02:44:51.755Z | Downloaded http-body v0.4.5 |
1053 | 2024-05-08T02:44:51.755Z | Downloaded hostname v0.3.1 |
1054 | 2024-05-08T02:44:51.755Z | Downloaded home v0.5.5 |
1055 | 2024-05-08T02:44:51.755Z | Downloaded hex-literal v0.4.1 |
1056 | 2024-05-08T02:44:51.755Z | Downloaded hex v0.4.3 |
1057 | 2024-05-08T02:44:51.755Z | Downloaded heck v0.5.0 |
1058 | 2024-05-08T02:44:51.755Z | Downloaded heck v0.4.1 |
1059 | 2024-05-08T02:44:51.755Z | Downloaded heck v0.3.3 |
1060 | 2024-05-08T02:44:51.787Z | Downloaded headers-core v0.2.0 |
1061 | 2024-05-08T02:44:51.787Z | Downloaded hash32 v0.2.1 |
1062 | 2024-05-08T02:44:51.787Z | Downloaded futures-sink v0.3.30 |
1063 | 2024-05-08T02:44:51.787Z | Downloaded futures-macro v0.3.30 |
1064 | 2024-05-08T02:44:51.787Z | Downloaded futures-io v0.3.30 |
1065 | 2024-05-08T02:44:51.787Z | Downloaded futures-executor v0.3.30 |
1066 | 2024-05-08T02:44:51.787Z | Downloaded futures-core v0.3.30 |
1067 | 2024-05-08T02:44:51.788Z | Downloaded form_urlencoded v1.2.1 |
1068 | 2024-05-08T02:44:51.788Z | Downloaded foreign-types-shared v0.3.1 |
1069 | 2024-05-08T02:44:51.788Z | Downloaded foreign-types-shared v0.1.1 |
1070 | 2024-05-08T02:44:51.788Z | Downloaded foreign-types-macros v0.2.3 |
1071 | 2024-05-08T02:44:51.788Z | Downloaded foreign-types v0.5.0 |
1072 | 2024-05-08T02:44:51.788Z | Downloaded foreign-types v0.3.2 |
1073 | 2024-05-08T02:44:51.788Z | Downloaded fnv v1.0.7 |
1074 | 2024-05-08T02:44:51.788Z | Downloaded float-cmp v0.9.0 |
1075 | 2024-05-08T02:44:51.788Z | Downloaded flagset v0.4.3 |
1076 | 2024-05-08T02:44:51.788Z | Downloaded fixedbitset v0.4.2 |
1077 | 2024-05-08T02:44:51.788Z | Downloaded filetime v0.2.23 |
1078 | 2024-05-08T02:44:51.788Z | Downloaded ff v0.13.0 |
1079 | 2024-05-08T02:44:51.789Z | Downloaded fastrand v2.0.1 |
1080 | 2024-05-08T02:44:51.789Z | Downloaded fallible-iterator v0.2.0 |
1081 | 2024-05-08T02:44:51.789Z | Downloaded ron v0.7.1 |
1082 | 2024-05-08T02:44:51.818Z | Downloaded rand v0.8.5 |
1083 | 2024-05-08T02:44:51.818Z | Downloaded rand v0.7.3 |
1084 | 2024-05-08T02:44:51.818Z | Downloaded publicsuffix v2.2.3 |
1085 | 2024-05-08T02:44:51.818Z | Downloaded petgraph v0.6.4 |
1086 | 2024-05-08T02:44:51.819Z | Downloaded gimli v0.28.0 |
1087 | 2024-05-08T02:44:51.846Z | Downloaded vcpkg v0.2.15 |
1088 | 2024-05-08T02:44:51.881Z | Downloaded num-bigint v0.4.4 |
1089 | 2024-05-08T02:44:51.909Z | Downloaded mio v0.8.11 |
1090 | 2024-05-08T02:44:51.909Z | Downloaded memchr v2.7.1 |
1091 | 2024-05-08T02:44:51.909Z | Downloaded curve25519-dalek v4.1.2 |
1092 | 2024-05-08T02:44:51.935Z | Downloaded http-range v0.1.5 |
1093 | 2024-05-08T02:44:51.935Z | Downloaded russh-cryptovec v0.7.0 |
1094 | 2024-05-08T02:44:51.935Z | Downloaded rfc6979 v0.4.0 |
1095 | 2024-05-08T02:44:51.935Z | Downloaded resolv-conf v0.7.0 |
1096 | 2024-05-08T02:44:51.935Z | Downloaded rand_core v0.6.4 |
1097 | 2024-05-08T02:44:51.935Z | Downloaded rand_core v0.5.1 |
1098 | 2024-05-08T02:44:51.936Z | Downloaded rand_chacha v0.3.1 |
1099 | 2024-05-08T02:44:51.936Z | Downloaded rand_chacha v0.2.2 |
1100 | 2024-05-08T02:44:51.936Z | Downloaded r2d2 v0.8.10 |
1101 | 2024-05-08T02:44:51.936Z | Downloaded quote v1.0.36 |
1102 | 2024-05-08T02:44:51.936Z | Downloaded quick-error v1.2.3 |
1103 | 2024-05-08T02:44:51.936Z | Downloaded psl-types v2.0.11 |
1104 | 2024-05-08T02:44:51.936Z | Downloaded proc-macro2 v1.0.81 |
1105 | 2024-05-08T02:44:51.936Z | Downloaded proc-macro-error-attr v1.0.4 |
1106 | 2024-05-08T02:44:51.936Z | Downloaded proc-macro-error v1.0.4 |
1107 | 2024-05-08T02:44:51.967Z | Downloaded proc-macro-crate v1.3.1 |
1108 | 2024-05-08T02:44:51.967Z | Downloaded primeorder v0.13.6 |
1109 | 2024-05-08T02:44:51.967Z | Downloaded pretty-hex v0.4.1 |
1110 | 2024-05-08T02:44:51.967Z | Downloaded pretty-hex v0.2.1 |
1111 | 2024-05-08T02:44:51.968Z | Downloaded predicates-core v1.0.6 |
1112 | 2024-05-08T02:44:51.968Z | Downloaded predicates v3.1.0 |
1113 | 2024-05-08T02:44:51.968Z | Downloaded precomputed-hash v0.1.1 |
1114 | 2024-05-08T02:44:51.968Z | Downloaded ppv-lite86 v0.2.17 |
1115 | 2024-05-08T02:44:51.968Z | Downloaded powerfmt v0.2.0 |
1116 | 2024-05-08T02:44:51.968Z | Downloaded postgres-types v0.2.6 |
1117 | 2024-05-08T02:44:51.968Z | Downloaded postgres-protocol v0.6.6 |
1118 | 2024-05-08T02:44:51.968Z | Downloaded postcard v1.0.8 |
1119 | 2024-05-08T02:44:51.968Z | Downloaded portpicker v0.1.1 |
1120 | 2024-05-08T02:44:51.968Z | Downloaded polyval v0.6.1 |
1121 | 2024-05-08T02:44:51.994Z | Downloaded poly1305 v0.8.0 |
1122 | 2024-05-08T02:44:51.994Z | Downloaded platforms v3.0.2 |
1123 | 2024-05-08T02:44:51.994Z | Downloaded plain v0.2.3 |
1124 | 2024-05-08T02:44:51.994Z | Downloaded pkg-config v0.3.27 |
1125 | 2024-05-08T02:44:51.994Z | Downloaded pkcs8 v0.10.2 |
1126 | 2024-05-08T02:44:51.994Z | Downloaded pin-utils v0.1.0 |
1127 | 2024-05-08T02:44:51.994Z | Downloaded glob v0.3.1 |
1128 | 2024-05-08T02:44:51.994Z | Downloaded futures-util v0.3.30 |
1129 | 2024-05-08T02:44:51.994Z | Downloaded whoami v1.5.1 |
1130 | 2024-05-08T02:44:52.027Z | Downloaded want v0.3.1 |
1131 | 2024-05-08T02:44:52.027Z | Downloaded walkdir v2.5.0 |
1132 | 2024-05-08T02:44:52.027Z | Downloaded waitgroup v0.1.2 |
1133 | 2024-05-08T02:44:52.028Z | Downloaded tokio-native-tls v0.3.1 |
1134 | 2024-05-08T02:44:52.028Z | Downloaded tokio-macros v2.2.0 |
1135 | 2024-05-08T02:44:52.028Z | Downloaded synstructure v0.12.6 |
1136 | 2024-05-08T02:44:52.028Z | Downloaded pest_meta v2.7.6 |
1137 | 2024-05-08T02:44:52.029Z | Downloaded pest_generator v2.7.6 |
1138 | 2024-05-08T02:44:52.029Z | Downloaded pest_derive v2.7.6 |
1139 | 2024-05-08T02:44:52.029Z | Downloaded pem-rfc7468 v0.7.0 |
1140 | 2024-05-08T02:44:52.029Z | Downloaded pem v3.0.4 |
1141 | 2024-05-08T02:44:52.029Z | Downloaded pbkdf2 v0.12.2 |
1142 | 2024-05-08T02:44:52.029Z | Downloaded password-hash v0.5.0 |
1143 | 2024-05-08T02:44:52.029Z | Downloaded password-hash v0.4.2 |
1144 | 2024-05-08T02:44:52.057Z | Downloaded parse-display v0.9.0 |
1145 | 2024-05-08T02:44:52.057Z | Downloaded parking_lot_core v0.9.8 |
1146 | 2024-05-08T02:44:52.058Z | Downloaded parking_lot_core v0.8.6 |
1147 | 2024-05-08T02:44:52.058Z | Downloaded parking_lot v0.12.1 |
1148 | 2024-05-08T02:44:52.058Z | Downloaded papergrid v0.11.0 |
1149 | 2024-05-08T02:44:52.058Z | Downloaded p256 v0.13.2 |
1150 | 2024-05-08T02:44:52.058Z | Downloaded owo-colors v4.0.0 |
1151 | 2024-05-08T02:44:52.058Z | Downloaded openssl-sys v0.9.102 |
1152 | 2024-05-08T02:44:52.058Z | Downloaded once_cell v1.19.0 |
1153 | 2024-05-08T02:44:52.058Z | Downloaded num-traits v0.2.18 |
1154 | 2024-05-08T02:44:52.058Z | Downloaded num-complex v0.4.5 |
1155 | 2024-05-08T02:44:52.083Z | Downloaded clap_builder v4.5.2 |
1156 | 2024-05-08T02:44:52.083Z | Downloaded bstr v1.9.0 |
1157 | 2024-05-08T02:44:52.083Z | Downloaded bstr v0.2.17 |
1158 | 2024-05-08T02:44:52.108Z | Downloaded phf_shared v0.11.2 |
1159 | 2024-05-08T02:44:52.108Z | Downloaded phf_shared v0.10.0 |
1160 | 2024-05-08T02:44:52.109Z | Downloaded phf v0.11.2 |
1161 | 2024-05-08T02:44:52.109Z | Downloaded ghash v0.5.0 |
1162 | 2024-05-08T02:44:52.109Z | Downloaded getrandom v0.2.12 |
1163 | 2024-05-08T02:44:52.109Z | Downloaded getrandom v0.1.16 |
1164 | 2024-05-08T02:44:52.109Z | Downloaded getopts v0.2.21 |
1165 | 2024-05-08T02:44:52.109Z | Downloaded gethostname v0.4.3 |
1166 | 2024-05-08T02:44:52.109Z | Downloaded generic-array v0.14.7 |
1167 | 2024-05-08T02:44:52.134Z | Downloaded futures-task v0.3.30 |
1168 | 2024-05-08T02:44:52.134Z | Downloaded vsss-rs v3.3.4 |
1169 | 2024-05-08T02:44:52.134Z | Downloaded uuid v1.8.0 |
1170 | 2024-05-08T02:44:52.134Z | Downloaded uuid v0.8.2 |
1171 | 2024-05-08T02:44:52.134Z | Downloaded utf8parse v0.2.1 |
1172 | 2024-05-08T02:44:52.134Z | Downloaded usdt-impl v0.5.0 |
1173 | 2024-05-08T02:44:52.134Z | Downloaded usdt-impl v0.3.5 |
1174 | 2024-05-08T02:44:52.134Z | Downloaded usdt v0.5.0 |
1175 | 2024-05-08T02:44:52.134Z | Downloaded usdt v0.3.5 |
1176 | 2024-05-08T02:44:52.134Z | Downloaded tinyvec v1.6.0 |
1177 | 2024-05-08T02:44:52.134Z | Downloaded time v0.3.34 |
1178 | 2024-05-08T02:44:52.164Z | Downloaded sync_wrapper v0.1.2 |
1179 | 2024-05-08T02:44:52.164Z | Downloaded steno v0.4.0 |
1180 | 2024-05-08T02:44:52.164Z | Downloaded percent-encoding v2.3.1 |
1181 | 2024-05-08T02:44:52.164Z | Downloaded peg-runtime v0.8.2 |
1182 | 2024-05-08T02:44:52.164Z | Downloaded pbkdf2 v0.11.0 |
1183 | 2024-05-08T02:44:52.164Z | Downloaded paste v1.0.14 |
1184 | 2024-05-08T02:44:52.164Z | Downloaded parse-display-derive v0.9.0 |
1185 | 2024-05-08T02:44:52.165Z | Downloaded parking_lot v0.11.2 |
1186 | 2024-05-08T02:44:52.190Z | Downloaded omicron-zone-package v0.11.0 |
1187 | 2024-05-08T02:44:52.190Z | Downloaded num_enum v0.5.11 |
1188 | 2024-05-08T02:44:52.190Z | Downloaded num_cpus v1.16.0 |
1189 | 2024-05-08T02:44:52.190Z | Downloaded num-integer v0.1.46 |
1190 | 2024-05-08T02:44:52.190Z | Downloaded num-derive v0.4.0 |
1191 | 2024-05-08T02:44:52.190Z | Downloaded num-conv v0.1.0 |
1192 | 2024-05-08T02:44:52.190Z | Downloaded num v0.4.2 |
1193 | 2024-05-08T02:44:52.190Z | Downloaded normalize-line-endings v0.3.0 |
1194 | 2024-05-08T02:44:52.190Z | Downloaded nibble_vec v0.1.0 |
1195 | 2024-05-08T02:44:52.190Z | Downloaded newline-converter v0.3.0 |
1196 | 2024-05-08T02:44:52.190Z | Downloaded new_debug_unreachable v1.0.4 |
1197 | 2024-05-08T02:44:52.190Z | Downloaded memmap v0.7.0 |
1198 | 2024-05-08T02:44:52.190Z | Downloaded managed v0.8.0 |
1199 | 2024-05-08T02:44:52.190Z | Downloaded linear-map v1.2.0 |
1200 | 2024-05-08T02:44:52.190Z | Downloaded crossterm v0.27.0 |
1201 | 2024-05-08T02:44:52.215Z | Downloaded crossbeam-channel v0.5.8 |
1202 | 2024-05-08T02:44:52.215Z | Downloaded blake3 v1.5.0 |
1203 | 2024-05-08T02:44:52.215Z | Downloaded version_check v0.9.4 |
1204 | 2024-05-08T02:44:52.215Z | Downloaded utf-8 v0.7.6 |
1205 | 2024-05-08T02:44:52.240Z | Downloaded usdt-macro v0.5.0 |
1206 | 2024-05-08T02:44:52.240Z | Downloaded usdt-macro v0.3.5 |
1207 | 2024-05-08T02:44:52.240Z | Downloaded usdt-attr-macro v0.5.0 |
1208 | 2024-05-08T02:44:52.240Z | Downloaded usdt-attr-macro v0.3.5 |
1209 | 2024-05-08T02:44:52.240Z | Downloaded tinyvec_macros v0.1.1 |
1210 | 2024-05-08T02:44:52.240Z | Downloaded time-macros v0.2.17 |
1211 | 2024-05-08T02:44:52.241Z | Downloaded time-core v0.1.2 |
1212 | 2024-05-08T02:44:52.241Z | Downloaded thread_local v1.1.7 |
1213 | 2024-05-08T02:44:52.241Z | Downloaded thread-id v4.2.0 |
1214 | 2024-05-08T02:44:52.241Z | Downloaded thiserror-no-std v2.0.2 |
1215 | 2024-05-08T02:44:52.241Z | Downloaded thiserror-impl-no-std v2.0.2 |
1216 | 2024-05-08T02:44:52.241Z | Downloaded thiserror-impl v1.0.59 |
1217 | 2024-05-08T02:44:52.241Z | Downloaded static_assertions v1.1.0 |
1218 | 2024-05-08T02:44:52.241Z | Downloaded stable_deref_trait v1.2.0 |
1219 | 2024-05-08T02:44:52.241Z | Downloaded spki v0.7.2 |
1220 | 2024-05-08T02:44:52.241Z | Downloaded similar v2.4.0 |
1221 | 2024-05-08T02:44:52.266Z | Downloaded option-ext v0.2.0 |
1222 | 2024-05-08T02:44:52.266Z | Downloaded openssl-probe v0.1.5 |
1223 | 2024-05-08T02:44:52.266Z | Downloaded openssl-macros v0.1.1 |
1224 | 2024-05-08T02:44:52.266Z | Downloaded openssl v0.10.64 |
1225 | 2024-05-08T02:44:52.266Z | Downloaded opaque-debug v0.3.0 |
1226 | 2024-05-08T02:44:52.266Z | Downloaded num_threads v0.1.6 |
1227 | 2024-05-08T02:44:52.266Z | Downloaded num_enum_derive v0.5.11 |
1228 | 2024-05-08T02:44:52.266Z | Downloaded num-rational v0.4.1 |
1229 | 2024-05-08T02:44:52.293Z | Downloaded num-iter v0.1.44 |
1230 | 2024-05-08T02:44:52.294Z | Downloaded nom v7.1.3 |
1231 | 2024-05-08T02:44:52.294Z | Downloaded newtype_derive v0.1.6 |
1232 | 2024-05-08T02:44:52.294Z | Downloaded newtype-uuid v1.1.0 |
1233 | 2024-05-08T02:44:52.294Z | Downloaded multer v3.0.0 |
1234 | 2024-05-08T02:44:52.294Z | Downloaded mime_guess v2.0.4 |
1235 | 2024-05-08T02:44:52.295Z | Downloaded memmap2 v0.7.1 |
1236 | 2024-05-08T02:44:52.295Z | Downloaded md5 v0.7.0 |
1237 | 2024-05-08T02:44:52.295Z | Downloaded md-5 v0.10.5 |
1238 | 2024-05-08T02:44:52.295Z | Downloaded matches v0.1.10 |
1239 | 2024-05-08T02:44:52.295Z | Downloaded lock_api v0.4.10 |
1240 | 2024-05-08T02:44:52.295Z | Downloaded der v0.7.8 |
1241 | 2024-05-08T02:44:52.321Z | Downloaded defmt-parser v0.3.3 |
1242 | 2024-05-08T02:44:52.321Z | Downloaded darling_core v0.20.8 |
1243 | 2024-05-08T02:44:52.321Z | Downloaded darling v0.20.8 |
1244 | 2024-05-08T02:44:52.322Z | Downloaded ctr v0.9.2 |
1245 | 2024-05-08T02:44:52.322Z | Downloaded crypto-bigint v0.5.2 |
1246 | 2024-05-08T02:44:52.322Z | Downloaded crossbeam-utils v0.8.19 |
1247 | 2024-05-08T02:44:52.351Z | Downloaded crossbeam-epoch v0.9.18 |
1248 | 2024-05-08T02:44:52.351Z | Downloaded crc32fast v1.3.2 |
1249 | 2024-05-08T02:44:52.351Z | Downloaded cookie_store v0.20.0 |
1250 | 2024-05-08T02:44:52.352Z | Downloaded cookie v0.17.0 |
1251 | 2024-05-08T02:44:52.352Z | Downloaded const-oid v0.9.6 |
1252 | 2024-05-08T02:44:52.352Z | Downloaded clap_derive v4.5.4 |
1253 | 2024-05-08T02:44:52.352Z | Downloaded clap v4.5.4 |
1254 | 2024-05-08T02:44:52.392Z | Downloaded bzip2 v0.4.4 |
1255 | 2024-05-08T02:44:52.392Z | Downloaded siphasher v0.3.11 |
1256 | 2024-05-08T02:44:52.392Z | Downloaded sigpipe v0.1.3 |
1257 | 2024-05-08T02:44:52.392Z | Downloaded signature v2.1.0 |
1258 | 2024-05-08T02:44:52.392Z | Downloaded signal-hook-registry v1.4.1 |
1259 | 2024-05-08T02:44:52.392Z | Downloaded native-tls v0.2.11 |
1260 | 2024-05-08T02:44:52.392Z | Downloaded nanorand v0.7.0 |
1261 | 2024-05-08T02:44:52.393Z | Downloaded miniz_oxide v0.7.1 |
1262 | 2024-05-08T02:44:52.393Z | Downloaded minimal-lexical v0.2.1 |
1263 | 2024-05-08T02:44:52.393Z | Downloaded mime v0.3.17 |
1264 | 2024-05-08T02:44:52.393Z | Downloaded match_cfg v0.1.0 |
1265 | 2024-05-08T02:44:52.393Z | Downloaded macaddr v1.0.1 |
1266 | 2024-05-08T02:44:52.393Z | Downloaded lru-cache v0.1.2 |
1267 | 2024-05-08T02:44:52.393Z | Downloaded log v0.4.21 |
1268 | 2024-05-08T02:44:52.393Z | Downloaded linked-hash-map v0.5.6 |
1269 | 2024-05-08T02:44:52.393Z | Downloaded libsw v3.3.1 |
1270 | 2024-05-08T02:44:52.423Z | Downloaded libm v0.2.7 |
1271 | 2024-05-08T02:44:52.423Z | Downloaded libefi-sys v0.1.0 |
1272 | 2024-05-08T02:44:52.423Z | Downloaded libc v0.2.153 |
1273 | 2024-05-08T02:44:52.458Z | Downloaded lazy_static v1.4.0 |
1274 | 2024-05-08T02:44:52.458Z | Downloaded lalrpop-util v0.19.12 |
1275 | 2024-05-08T02:44:52.458Z | Downloaded kstat-rs v0.2.3 |
1276 | 2024-05-08T02:44:52.458Z | Downloaded itertools v0.12.1 |
1277 | 2024-05-08T02:44:52.458Z | Downloaded internet-checksum v0.2.1 |
1278 | 2024-05-08T02:44:52.459Z | Downloaded idna v0.5.0 |
1279 | 2024-05-08T02:44:52.486Z | Downloaded defmt-macros v0.3.6 |
1280 | 2024-05-08T02:44:52.486Z | Downloaded defmt v0.3.5 |
1281 | 2024-05-08T02:44:52.486Z | Downloaded debug-ignore v1.0.5 |
1282 | 2024-05-08T02:44:52.486Z | Downloaded data-encoding v2.4.0 |
1283 | 2024-05-08T02:44:52.486Z | Downloaded darling_macro v0.20.8 |
1284 | 2024-05-08T02:44:52.486Z | Downloaded curve25519-dalek-derive v0.1.0 |
1285 | 2024-05-08T02:44:52.486Z | Downloaded cstr-argument v0.1.2 |
1286 | 2024-05-08T02:44:52.486Z | Downloaded crypto-common v0.1.6 |
1287 | 2024-05-08T02:44:52.486Z | Downloaded crucible-workspace-hack v0.1.0 |
1288 | 2024-05-08T02:44:52.486Z | Downloaded crossbeam-deque v0.8.3 |
1289 | 2024-05-08T02:44:52.486Z | Downloaded cpufeatures v0.2.12 |
1290 | 2024-05-08T02:44:52.486Z | Downloaded convert_case v0.4.0 |
1291 | 2024-05-08T02:44:52.486Z | Downloaded constant_time_eq v0.3.0 |
1292 | 2024-05-08T02:44:52.486Z | Downloaded console v0.15.8 |
1293 | 2024-05-08T02:44:52.486Z | Downloaded colored v2.1.0 |
1294 | 2024-05-08T02:44:52.512Z | Downloaded colorchoice v1.0.0 |
1295 | 2024-05-08T02:44:52.512Z | Downloaded cobs v0.2.3 |
1296 | 2024-05-08T02:44:52.512Z | Downloaded clap_lex v0.7.0 |
1297 | 2024-05-08T02:44:52.512Z | Downloaded cipher v0.4.4 |
1298 | 2024-05-08T02:44:52.512Z | Downloaded ciborium-ll v0.2.2 |
1299 | 2024-05-08T02:44:52.512Z | Downloaded ciborium-io v0.2.2 |
1300 | 2024-05-08T02:44:52.512Z | Downloaded chrono v0.4.38 |
1301 | 2024-05-08T02:44:52.512Z | Downloaded chacha20poly1305 v0.10.1 |
1302 | 2024-05-08T02:44:52.512Z | Downloaded cc v1.0.83 |
1303 | 2024-05-08T02:44:52.512Z | Downloaded bytes v1.6.0 |
1304 | 2024-05-08T02:44:52.538Z | Downloaded block-padding v0.3.3 |
1305 | 2024-05-08T02:44:52.538Z | Downloaded blake2 v0.10.6 |
1306 | 2024-05-08T02:44:52.538Z | Downloaded bitstruct_derive v0.1.0 |
1307 | 2024-05-08T02:44:52.538Z | Downloaded bitflags v2.4.2 |
1308 | 2024-05-08T02:44:52.538Z | Downloaded bitflags v1.3.2 |
1309 | 2024-05-08T02:44:52.538Z | Downloaded base64 v0.21.7 |
1310 | 2024-05-08T02:44:52.538Z | Downloaded base64 v0.13.1 |
1311 | 2024-05-08T02:44:52.538Z | Downloaded ciborium v0.2.2 |
1312 | 2024-05-08T02:44:52.564Z | Downloaded chacha20 v0.9.1 |
1313 | 2024-05-08T02:44:52.564Z | Downloaded cfg-if v1.0.0 |
1314 | 2024-05-08T02:44:52.564Z | Downloaded cbc v0.1.2 |
1315 | 2024-05-08T02:44:52.564Z | Downloaded cancel-safe-futures v0.1.5 |
1316 | 2024-05-08T02:44:52.564Z | Downloaded block-buffer v0.10.4 |
1317 | 2024-05-08T02:44:52.564Z | Downloaded bit-vec v0.6.3 |
1318 | 2024-05-08T02:44:52.564Z | Downloaded base16ct v0.2.0 |
1319 | 2024-05-08T02:44:52.564Z | Downloaded atomicwrites v0.4.3 |
1320 | 2024-05-08T02:44:52.564Z | Downloaded anstyle-parse v0.2.1 |
1321 | 2024-05-08T02:44:52.564Z | Downloaded itoa v1.0.9 |
1322 | 2024-05-08T02:44:52.564Z | Downloaded itertools v0.10.5 |
1323 | 2024-05-08T02:44:52.590Z | Downloaded is-terminal v0.4.9 |
1324 | 2024-05-08T02:44:52.590Z | Downloaded ipnetwork v0.20.0 |
1325 | 2024-05-08T02:44:52.590Z | Downloaded ipnet v2.9.0 |
1326 | 2024-05-08T02:44:52.590Z | Downloaded instant v0.1.12 |
1327 | 2024-05-08T02:44:52.590Z | Downloaded idna v0.3.0 |
1328 | 2024-05-08T02:44:52.590Z | Downloaded camino-tempfile v1.1.1 |
1329 | 2024-05-08T02:44:52.590Z | Downloaded camino v1.1.6 |
1330 | 2024-05-08T02:44:52.590Z | Downloaded byteorder v1.5.0 |
1331 | 2024-05-08T02:44:52.590Z | Downloaded bytecount v0.6.3 |
1332 | 2024-05-08T02:44:52.616Z | Downloaded base64ct v1.6.0 |
1333 | 2024-05-08T02:44:52.616Z | Downloaded backtrace v0.3.69 |
1334 | 2024-05-08T02:44:52.616Z | Downloaded atty v0.2.14 |
1335 | 2024-05-08T02:44:52.616Z | Downloaded async-trait v0.1.80 |
1336 | 2024-05-08T02:44:52.616Z | Downloaded async-stream-impl v0.3.5 |
1337 | 2024-05-08T02:44:52.616Z | Downloaded async-stream v0.3.5 |
1338 | 2024-05-08T02:44:52.616Z | Downloaded ascii v1.1.0 |
1339 | 2024-05-08T02:44:52.616Z | Downloaded arrayref v0.3.7 |
1340 | 2024-05-08T02:44:52.616Z | Downloaded arc-swap v1.6.0 |
1341 | 2024-05-08T02:44:52.643Z | Downloaded anyhow v1.0.82 |
1342 | 2024-05-08T02:44:52.644Z | Downloaded anstyle-query v1.0.0 |
1343 | 2024-05-08T02:44:52.644Z | Downloaded ident_case v1.0.1 |
1344 | 2024-05-08T02:44:52.644Z | Downloaded iana-time-zone v0.1.57 |
1345 | 2024-05-08T02:44:52.644Z | Downloaded blowfish v0.9.1 |
1346 | 2024-05-08T02:44:52.644Z | Downloaded bitstruct v0.1.1 |
1347 | 2024-05-08T02:44:52.644Z | Downloaded bit-set v0.5.3 |
1348 | 2024-05-08T02:44:52.644Z | Downloaded bcrypt-pbkdf v0.10.0 |
1349 | 2024-05-08T02:44:52.644Z | Downloaded base64 v0.22.0 |
1350 | 2024-05-08T02:44:52.644Z | Downloaded backoff v0.4.0 |
1351 | 2024-05-08T02:44:52.644Z | Downloaded autocfg v1.1.0 |
1352 | 2024-05-08T02:44:52.644Z | Downloaded atomic-waker v1.1.1 |
1353 | 2024-05-08T02:44:52.644Z | Downloaded arrayvec v0.7.4 |
1354 | 2024-05-08T02:44:52.670Z | Downloaded argon2 v0.5.3 |
1355 | 2024-05-08T02:44:52.670Z | Downloaded indexmap v1.9.3 |
1356 | 2024-05-08T02:44:52.670Z | Downloaded der_derive v0.7.2 |
1357 | 2024-05-08T02:44:52.670Z | Downloaded ahash v0.8.8 |
1358 | 2024-05-08T02:44:52.670Z | Downloaded aes-gcm v0.10.3 |
1359 | 2024-05-08T02:44:52.670Z | Downloaded aes v0.8.3 |
1360 | 2024-05-08T02:44:52.670Z | Downloaded anstream v0.6.11 |
1361 | 2024-05-08T02:44:52.670Z | Downloaded allocator-api2 v0.2.16 |
1362 | 2024-05-08T02:44:52.696Z | Downloaded aead v0.5.2 |
1363 | 2024-05-08T02:44:52.696Z | Downloaded adler v1.0.2 |
1364 | 2024-05-08T02:44:52.696Z | Downloaded addr2line v0.21.0 |
1365 | 2024-05-08T02:44:53.038Z | Compiling proc-macro2 v1.0.81 |
1366 | 2024-05-08T02:44:53.063Z | Compiling unicode-ident v1.0.12 |
1367 | 2024-05-08T02:44:53.063Z | Compiling libc v0.2.153 |
1368 | 2024-05-08T02:44:53.063Z | Compiling serde v1.0.199 |
1369 | 2024-05-08T02:44:53.063Z | Compiling version_check v0.9.4 |
1370 | 2024-05-08T02:44:53.063Z | Compiling cfg-if v1.0.0 |
1371 | 2024-05-08T02:44:53.063Z | Compiling autocfg v1.1.0 |
1372 | 2024-05-08T02:44:53.238Z | Compiling syn v1.0.109 |
1373 | 2024-05-08T02:44:53.692Z | Compiling once_cell v1.19.0 |
1374 | 2024-05-08T02:44:53.725Z | Compiling typenum v1.16.0 |
1375 | 2024-05-08T02:44:53.725Z | Compiling thiserror v1.0.59 |
1376 | 2024-05-08T02:44:54.129Z | Compiling parking_lot_core v0.9.8 |
1377 | 2024-05-08T02:44:54.165Z | Compiling byteorder v1.5.0 |
1378 | 2024-05-08T02:44:54.272Z | Compiling lock_api v0.4.10 |
1379 | 2024-05-08T02:44:54.643Z | Compiling generic-array v0.14.7 |
1380 | 2024-05-08T02:44:54.710Z | Compiling memchr v2.7.1 |
1381 | 2024-05-08T02:44:54.748Z | Compiling serde_json v1.0.116 |
1382 | 2024-05-08T02:44:54.775Z | Compiling libm v0.2.7 |
1383 | 2024-05-08T02:44:54.801Z | Compiling ahash v0.8.8 |
1384 | 2024-05-08T02:44:54.992Z | Compiling num-traits v0.2.18 |
1385 | 2024-05-08T02:44:55.094Z | Compiling quote v1.0.36 |
1386 | 2024-05-08T02:44:55.122Z | Compiling log v0.4.21 |
1387 | 2024-05-08T02:44:55.244Z | Compiling itoa v1.0.9 |
1388 | 2024-05-08T02:44:55.436Z | Compiling syn v2.0.60 |
1389 | 2024-05-08T02:44:55.892Z | Compiling getrandom v0.2.12 |
1390 | 2024-05-08T02:44:55.927Z | Compiling cc v1.0.83 |
1391 | 2024-05-08T02:44:55.927Z | Compiling rand_core v0.6.4 |
1392 | 2024-05-08T02:44:56.161Z | Compiling scopeguard v1.2.0 |
1393 | 2024-05-08T02:44:56.297Z | Compiling slab v0.4.9 |
1394 | 2024-05-08T02:44:56.674Z | Compiling smallvec v1.13.1 |
1395 | 2024-05-08T02:44:56.726Z | Compiling ryu v1.0.15 |
1396 | 2024-05-08T02:44:56.767Z | Compiling allocator-api2 v0.2.16 |
1397 | 2024-05-08T02:44:57.008Z | Compiling subtle v2.5.0 |
1398 | 2024-05-08T02:44:57.034Z | Compiling pin-project-lite v0.2.13 |
1399 | 2024-05-08T02:44:57.141Z | Compiling pkg-config v0.3.27 |
1400 | 2024-05-08T02:44:57.315Z | Compiling heck v0.4.1 |
1401 | 2024-05-08T02:44:57.406Z | Compiling parking_lot v0.12.1 |
1402 | 2024-05-08T02:44:57.701Z | Compiling schemars v0.8.16 |
1403 | 2024-05-08T02:44:57.726Z | Compiling signal-hook-registry v1.4.1 |
1404 | 2024-05-08T02:44:57.770Z | Compiling mio v0.8.11 |
1405 | 2024-05-08T02:44:57.997Z | Compiling equivalent v1.0.1 |
1406 | 2024-05-08T02:44:58.150Z | Compiling ring v0.17.8 |
1407 | 2024-05-08T02:44:58.212Z | Compiling num_cpus v1.16.0 |
1408 | 2024-05-08T02:44:58.258Z | Compiling socket2 v0.5.6 |
1409 | 2024-05-08T02:44:58.422Z | Compiling time-core v0.1.2 |
1410 | 2024-05-08T02:44:58.574Z | Compiling num-conv v0.1.0 |
1411 | 2024-05-08T02:44:58.811Z | Compiling futures-core v0.3.30 |
1412 | 2024-05-08T02:44:58.872Z | Compiling time-macros v0.2.17 |
1413 | 2024-05-08T02:44:59.265Z | Compiling vcpkg v0.2.15 |
1414 | 2024-05-08T02:44:59.301Z | Compiling const-oid v0.9.6 |
1415 | 2024-05-08T02:44:59.337Z | Compiling httparse v1.8.0 |
1416 | 2024-05-08T02:45:00.648Z | Compiling fnv v1.0.7 |
1417 | 2024-05-08T02:45:00.801Z | Compiling futures-sink v0.3.30 |
1418 | 2024-05-08T02:45:00.888Z | Compiling ring v0.16.20 |
1419 | 2024-05-08T02:45:01.073Z | Compiling openssl-sys v0.9.102 |
1420 | 2024-05-08T02:45:01.193Z | Compiling serde_derive_internals v0.26.0 |
1421 | 2024-05-08T02:45:01.339Z | Compiling futures-channel v0.3.30 |
1422 | 2024-05-08T02:45:01.670Z | Compiling slog v2.7.0 |
1423 | 2024-05-08T02:45:01.705Z | Compiling pin-utils v0.1.0 |
1424 | 2024-05-08T02:45:01.809Z | Compiling futures-io v0.3.30 |
1425 | 2024-05-08T02:45:01.896Z | Compiling futures-task v0.3.30 |
1426 | 2024-05-08T02:45:01.941Z | Compiling spin v0.5.2 |
1427 | 2024-05-08T02:45:02.088Z | Compiling ucd-trie v0.1.6 |
1428 | 2024-05-08T02:45:02.114Z | Compiling openssl v0.10.64 |
1429 | 2024-05-08T02:45:02.154Z | Compiling semver v1.0.22 |
1430 | 2024-05-08T02:45:02.184Z | Compiling rustix v0.38.31 |
1431 | 2024-05-08T02:45:02.240Z | Compiling iana-time-zone v0.1.57 |
1432 | 2024-05-08T02:45:02.486Z | Compiling native-tls v0.2.11 |
1433 | 2024-05-08T02:45:02.598Z | Compiling rustls v0.21.9 |
1434 | 2024-05-08T02:45:02.783Z | Compiling cpufeatures v0.2.12 |
1435 | 2024-05-08T02:45:02.808Z | Compiling tinyvec_macros v0.1.1 |
1436 | 2024-05-08T02:45:02.833Z | Compiling backtrace v0.3.69 |
1437 | 2024-05-08T02:45:02.867Z | Compiling cookie v0.17.0 |
1438 | 2024-05-08T02:45:02.906Z | Compiling tinyvec v1.6.0 |
1439 | 2024-05-08T02:45:03.247Z | Compiling aho-corasick v1.1.2 |
1440 | 2024-05-08T02:45:03.594Z | Compiling uuid v0.8.2 |
1441 | 2024-05-08T02:45:03.620Z | Compiling regex-syntax v0.8.2 |
1442 | 2024-05-08T02:45:03.908Z | Compiling unicode-bidi v0.3.15 |
1443 | 2024-05-08T02:45:04.261Z | Compiling unicode-normalization v0.1.22 |
1444 | 2024-05-08T02:45:04.431Z | Compiling dyn-clone v1.0.17 |
1445 | 2024-05-08T02:45:04.664Z | Compiling crossbeam-utils v0.8.19 |
1446 | 2024-05-08T02:45:05.264Z | Compiling anyhow v1.0.82 |
1447 | 2024-05-08T02:45:05.293Z | Compiling ppv-lite86 v0.2.17 |
1448 | 2024-05-08T02:45:05.379Z | Compiling tracing-core v0.1.32 |
1449 | 2024-05-08T02:45:06.598Z | Compiling regex-automata v0.4.5 |
1450 | 2024-05-08T02:45:06.704Z | Compiling percent-encoding v2.3.1 |
1451 | 2024-05-08T02:45:07.339Z | Compiling rand_chacha v0.3.1 |
1452 | 2024-05-08T02:45:07.506Z | Compiling serde_derive v1.0.199 |
1453 | 2024-05-08T02:45:07.579Z | Compiling zeroize_derive v1.4.2 |
1454 | 2024-05-08T02:45:08.055Z | Compiling zerocopy-derive v0.7.32 |
1455 | 2024-05-08T02:45:08.139Z | Compiling thiserror-impl v1.0.59 |
1456 | 2024-05-08T02:45:08.364Z | Compiling tokio-macros v2.2.0 |
1457 | 2024-05-08T02:45:08.766Z | Compiling futures-macro v0.3.30 |
1458 | 2024-05-08T02:45:08.971Z | Compiling zeroize v1.7.0 |
1459 | 2024-05-08T02:45:09.312Z | Compiling tracing-attributes v0.1.27 |
1460 | 2024-05-08T02:45:09.805Z | Compiling schemars_derive v0.8.16 |
1461 | 2024-05-08T02:45:10.022Z | Compiling zerocopy v0.7.32 |
1462 | 2024-05-08T02:45:10.442Z | Compiling crypto-common v0.1.6 |
1463 | 2024-05-08T02:45:10.653Z | Compiling block-buffer v0.10.4 |
1464 | 2024-05-08T02:45:10.874Z | Compiling digest v0.10.7 |
1465 | 2024-05-08T02:45:11.201Z | Compiling futures-util v0.3.30 |
1466 | 2024-05-08T02:45:11.320Z | Compiling pest v2.7.6 |
1467 | 2024-05-08T02:45:11.818Z | Compiling hashbrown v0.14.3 |
1468 | 2024-05-08T02:45:11.874Z | Compiling openssl-macros v0.1.1 |
1469 | 2024-05-08T02:45:12.517Z | Compiling async-trait v0.1.80 |
1470 | 2024-05-08T02:45:12.955Z | Compiling tracing v0.1.40 |
1471 | 2024-05-08T02:45:13.048Z | Compiling regex v1.10.4 |
1472 | 2024-05-08T02:45:13.399Z | Compiling pest_meta v2.7.6 |
1473 | 2024-05-08T02:45:13.575Z | Compiling der_derive v0.7.2 |
1474 | 2024-05-08T02:45:14.039Z | Compiling scroll_derive v0.12.0 |
1475 | 2024-05-08T02:45:15.072Z | Compiling pest_generator v2.7.6 |
1476 | 2024-05-08T02:45:16.429Z | Compiling rand v0.8.5 |
1477 | 2024-05-08T02:45:16.652Z | Compiling spin v0.9.8 |
1478 | 2024-05-08T02:45:16.952Z | Compiling thread-id v4.2.0 |
1479 | 2024-05-08T02:45:17.015Z | Compiling powerfmt v0.2.0 |
1480 | 2024-05-08T02:45:17.065Z | Compiling rustversion v1.0.14 |
1481 | 2024-05-08T02:45:17.360Z | Compiling deranged v0.3.11 |
1482 | 2024-05-08T02:45:17.458Z | Compiling pest_derive v2.7.6 |
1483 | 2024-05-08T02:45:17.595Z | Compiling form_urlencoded v1.2.1 |
1484 | 2024-05-08T02:45:17.789Z | Compiling unicode-width v0.1.11 |
1485 | 2024-05-08T02:45:17.943Z | Compiling num_threads v0.1.6 |
1486 | 2024-05-08T02:45:18.011Z | Compiling winnow v0.5.15 |
1487 | 2024-05-08T02:45:18.942Z | Compiling time v0.3.34 |
1488 | 2024-05-08T02:45:19.814Z | Compiling bytes v1.6.0 |
1489 | 2024-05-08T02:45:20.032Z | Compiling indexmap v2.2.6 |
1490 | 2024-05-08T02:45:20.853Z | Compiling tokio v1.37.0 |
1491 | 2024-05-08T02:45:21.076Z | Compiling chrono v0.4.38 |
1492 | 2024-05-08T02:45:21.209Z | Compiling uuid v1.8.0 |
1493 | 2024-05-08T02:45:22.101Z | Compiling bitflags v2.4.2 |
1494 | 2024-05-08T02:45:22.474Z | Compiling http v0.2.12 |
1495 | 2024-05-08T02:45:23.589Z | Compiling toml_datetime v0.6.5 |
1496 | 2024-05-08T02:45:23.631Z | Compiling serde_spanned v0.6.5 |
1497 | 2024-05-08T02:45:23.848Z | Compiling rustc_version v0.4.0 |
1498 | 2024-05-08T02:45:24.283Z | Compiling toml_edit v0.19.15 |
1499 | 2024-05-08T02:45:24.985Z | Compiling unicode-xid v0.2.4 |
1500 | 2024-05-08T02:45:25.133Z | Compiling synstructure v0.12.6 |
1501 | 2024-05-08T02:45:25.798Z | Compiling openapiv3 v2.0.0 |
1502 | 2024-05-08T02:45:26.227Z | Compiling serde_tokenstream v0.2.0 |
1503 | 2024-05-08T02:45:26.693Z | Compiling idna v0.5.0 |
1504 | 2024-05-08T02:45:27.337Z | Compiling usdt-impl v0.5.0 |
1505 | 2024-05-08T02:45:27.722Z | Compiling crc32fast v1.3.2 |
1506 | 2024-05-08T02:45:28.129Z | Compiling url v2.5.0 |
1507 | 2024-05-08T02:45:28.272Z | Compiling zerocopy-derive v0.2.0 |
1508 | 2024-05-08T02:45:28.298Z | Compiling scroll v0.12.0 |
1509 | 2024-05-08T02:45:28.784Z | Compiling lazy_static v1.4.0 |
1510 | 2024-05-08T02:45:29.335Z | Compiling plain v0.2.3 |
1511 | 2024-05-08T02:45:29.489Z | Compiling goblin v0.8.0 |
1512 | 2024-05-08T02:45:30.872Z | Compiling tokio-util v0.7.10 |
1513 | 2024-05-08T02:45:30.942Z | Compiling untrusted v0.9.0 |
1514 | 2024-05-08T02:45:31.106Z | Compiling foreign-types-shared v0.1.1 |
1515 | 2024-05-08T02:45:31.213Z | Compiling untrusted v0.7.1 |
1516 | 2024-05-08T02:45:31.551Z | Compiling pretty-hex v0.4.1 |
1517 | 2024-05-08T02:45:32.187Z | Compiling foreign-types v0.3.2 |
1518 | 2024-05-08T02:45:34.956Z | Compiling dof v0.3.0 |
1519 | 2024-05-08T02:45:35.435Z | Compiling dtrace-parser v0.2.0 |
1520 | 2024-05-08T02:45:36.100Z | Compiling errno v0.3.8 |
1521 | 2024-05-08T02:45:36.299Z | Compiling usdt-impl v0.3.5 |
1522 | 2024-05-08T02:45:36.534Z | Compiling adler v1.0.2 |
1523 | 2024-05-08T02:45:36.589Z | Compiling base64 v0.21.7 |
1524 | 2024-05-08T02:45:36.616Z | Compiling try-lock v0.2.4 |
1525 | 2024-05-08T02:45:36.762Z | Compiling want v0.3.1 |
1526 | 2024-05-08T02:45:36.894Z | Compiling miniz_oxide v0.7.1 |
1527 | 2024-05-08T02:45:37.790Z | Compiling rustls-webpki v0.101.7 |
1528 | 2024-05-08T02:45:37.975Z | Compiling sct v0.7.0 |
1529 | 2024-05-08T02:45:38.165Z | Compiling h2 v0.3.26 |
1530 | 2024-05-08T02:45:38.613Z | Compiling http-body v0.4.5 |
1531 | 2024-05-08T02:45:39.481Z | Compiling num-bigint v0.4.4 |
1532 | 2024-05-08T02:45:39.659Z | Compiling openssl-probe v0.1.5 |
1533 | 2024-05-08T02:45:39.685Z | Compiling httpdate v1.0.3 |
1534 | 2024-05-08T02:45:39.954Z | Compiling tower-service v0.3.2 |
1535 | 2024-05-08T02:45:41.057Z | Compiling zerocopy v0.3.0 |
1536 | 2024-05-08T02:45:41.363Z | Compiling heapless v0.7.16 |
1537 | 2024-05-08T02:45:41.626Z | Compiling idna v0.3.0 |
1538 | 2024-05-08T02:45:41.761Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1539 | 2024-05-08T02:45:41.789Z | Compiling signal-hook v0.3.17 |
1540 | 2024-05-08T02:45:42.153Z | Compiling psl-types v2.0.11 |
1541 | 2024-05-08T02:45:42.514Z | Compiling base64ct v1.6.0 |
1542 | 2024-05-08T02:45:43.004Z | Compiling tokio-native-tls v0.3.1 |
1543 | 2024-05-08T02:45:43.237Z | Compiling publicsuffix v2.2.3 |
1544 | 2024-05-08T02:45:44.193Z | Compiling hyper v0.14.28 |
1545 | 2024-05-08T02:45:44.255Z | Compiling tokio-rustls v0.24.1 |
1546 | 2024-05-08T02:45:44.480Z | Compiling dof v0.1.5 |
1547 | 2024-05-08T02:45:44.604Z | Compiling crossbeam-epoch v0.9.18 |
1548 | 2024-05-08T02:45:44.814Z | Compiling dtrace-parser v0.1.14 |
1549 | 2024-05-08T02:45:45.223Z | Compiling ipnet v2.9.0 |
1550 | 2024-05-08T02:45:45.393Z | Compiling gimli v0.28.0 |
1551 | 2024-05-08T02:45:46.506Z | Compiling cookie_store v0.20.0 |
1552 | 2024-05-08T02:45:47.779Z | Compiling rustls-pemfile v1.0.3 |
1553 | 2024-05-08T02:45:47.812Z | Compiling serde_urlencoded v0.7.1 |
1554 | 2024-05-08T02:45:48.225Z | Compiling serde_tokenstream v0.1.7 |
1555 | 2024-05-08T02:45:48.266Z | Compiling enum-as-inner v0.5.1 |
1556 | 2024-05-08T02:45:48.527Z | Compiling addr2line v0.21.0 |
1557 | 2024-05-08T02:45:48.676Z | Compiling object v0.32.1 |
1558 | 2024-05-08T02:45:49.142Z | Compiling encoding_rs v0.8.33 |
1559 | 2024-05-08T02:45:49.217Z | Compiling sync_wrapper v0.1.2 |
1560 | 2024-05-08T02:45:49.270Z | Compiling mime v0.3.17 |
1561 | 2024-05-08T02:45:49.774Z | Compiling hyper-rustls v0.24.2 |
1562 | 2024-05-08T02:45:50.075Z | Compiling hyper-tls v0.5.0 |
1563 | 2024-05-08T02:45:50.275Z | Compiling data-encoding v2.4.0 |
1564 | 2024-05-08T02:45:50.858Z | Compiling either v1.11.0 |
1565 | 2024-05-08T02:45:51.299Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1566 | 2024-05-08T02:45:52.133Z | Compiling rustc-demangle v0.1.23 |
1567 | 2024-05-08T02:45:52.634Z | Compiling smoltcp v0.9.1 |
1568 | 2024-05-08T02:45:52.792Z | Compiling webpki-roots v0.25.2 |
1569 | 2024-05-08T02:45:52.907Z | Compiling reqwest v0.11.24 |
1570 | 2024-05-08T02:45:53.219Z | Compiling pem-rfc7468 v0.7.0 |
1571 | 2024-05-08T02:45:53.886Z | Compiling hmac v0.12.1 |
1572 | 2024-05-08T02:45:53.912Z | Compiling futures-executor v0.3.30 |
1573 | 2024-05-08T02:45:54.137Z | Compiling regress v0.9.1 |
1574 | 2024-05-08T02:45:54.799Z | Compiling winnow v0.6.1 |
1575 | 2024-05-08T02:45:55.289Z | Compiling flagset v0.4.3 |
1576 | 2024-05-08T02:45:56.226Z | Compiling unicode-segmentation v1.10.1 |
1577 | 2024-05-08T02:45:56.521Z | Compiling heck v0.5.0 |
1578 | 2024-05-08T02:45:56.804Z | Compiling siphasher v0.3.11 |
1579 | 2024-05-08T02:45:56.884Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1580 | 2024-05-08T02:45:56.929Z | Compiling clap_derive v4.5.4 |
1581 | 2024-05-08T02:45:57.699Z | Compiling toml_edit v0.22.12 |
1582 | 2024-05-08T02:45:58.032Z | Compiling der v0.7.8 |
1583 | 2024-05-08T02:46:00.824Z | Compiling flate2 v1.0.28 |
1584 | 2024-05-08T02:46:00.851Z | Compiling usdt-attr-macro v0.3.5 |
1585 | 2024-05-08T02:46:01.192Z | Compiling usdt-macro v0.3.5 |
1586 | 2024-05-08T02:46:02.345Z | Compiling hubpack_derive v0.1.1 |
1587 | 2024-05-08T02:46:02.436Z | Compiling zerocopy-derive v0.6.6 |
1588 | 2024-05-08T02:46:03.100Z | Compiling anstyle v1.0.6 |
1589 | 2024-05-08T02:46:03.127Z | Compiling utf8parse v0.2.1 |
1590 | 2024-05-08T02:46:03.226Z | Compiling bitflags v1.3.2 |
1591 | 2024-05-08T02:46:03.432Z | Compiling sha2 v0.10.8 |
1592 | 2024-05-08T02:46:03.497Z | Compiling anstyle-parse v0.2.1 |
1593 | 2024-05-08T02:46:04.714Z | Compiling futures v0.3.30 |
1594 | 2024-05-08T02:46:04.831Z | Compiling spki v0.7.2 |
1595 | 2024-05-08T02:46:05.827Z | Compiling md-5 v0.10.5 |
1596 | 2024-05-08T02:46:05.866Z | Compiling toml v0.7.8 |
1597 | 2024-05-08T02:46:06.069Z | Compiling hex v0.4.3 |
1598 | 2024-05-08T02:46:06.109Z | Compiling stringprep v0.1.3 |
1599 | 2024-05-08T02:46:06.140Z | Compiling block-padding v0.3.3 |
1600 | 2024-05-08T02:46:06.429Z | Compiling num-integer v0.1.46 |
1601 | 2024-05-08T02:46:06.579Z | Compiling diesel_table_macro_syntax v0.1.0 |
1602 | 2024-05-08T02:46:06.922Z | Compiling hash32 v0.2.1 |
1603 | 2024-05-08T02:46:07.085Z | Compiling anstyle-query v1.0.0 |
1604 | 2024-05-08T02:46:07.212Z | Compiling fallible-iterator v0.2.0 |
1605 | 2024-05-08T02:46:07.431Z | Compiling stable_deref_trait v1.2.0 |
1606 | 2024-05-08T02:46:07.462Z | Compiling colorchoice v1.0.0 |
1607 | 2024-05-08T02:46:07.810Z | Compiling postgres-protocol v0.6.6 |
1608 | 2024-05-08T02:46:07.843Z | Compiling anstream v0.6.11 |
1609 | 2024-05-08T02:46:08.215Z | Compiling diesel_derives v2.1.2 |
1610 | 2024-05-08T02:46:08.535Z | Compiling inout v0.1.3 |
1611 | 2024-05-08T02:46:09.225Z | Compiling pkcs8 v0.10.2 |
1612 | 2024-05-08T02:46:09.473Z | Compiling phf_shared v0.11.2 |
1613 | 2024-05-08T02:46:09.812Z | Compiling terminal_size v0.3.0 |
1614 | 2024-05-08T02:46:09.863Z | Compiling ff v0.13.0 |
1615 | 2024-05-08T02:46:10.008Z | Compiling strum_macros v0.25.2 |
1616 | 2024-05-08T02:46:10.382Z | Compiling serde_repr v0.1.16 |
1617 | 2024-05-08T02:46:10.408Z | Compiling scheduled-thread-pool v0.2.7 |
1618 | 2024-05-08T02:46:10.657Z | Compiling strsim v0.11.0 |
1619 | 2024-05-08T02:46:10.685Z | Compiling base16ct v0.2.0 |
1620 | 2024-05-08T02:46:10.931Z | Compiling clap_lex v0.7.0 |
1621 | 2024-05-08T02:46:10.967Z | Compiling bit-vec v0.6.3 |
1622 | 2024-05-08T02:46:11.362Z | Compiling managed v0.8.0 |
1623 | 2024-05-08T02:46:11.387Z | Compiling regex-automata v0.1.10 |
1624 | 2024-05-08T02:46:11.413Z | Compiling matches v0.1.10 |
1625 | 2024-05-08T02:46:11.516Z | Compiling idna v0.2.3 |
1626 | 2024-05-08T02:46:11.545Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1627 | 2024-05-08T02:46:11.592Z | Compiling clap_builder v4.5.2 |
1628 | 2024-05-08T02:46:11.775Z | Compiling bstr v0.2.17 |
1629 | 2024-05-08T02:46:12.147Z | Compiling sec1 v0.7.3 |
1630 | 2024-05-08T02:46:12.644Z | Compiling r2d2 v0.8.10 |
1631 | 2024-05-08T02:46:12.993Z | Compiling group v0.13.0 |
1632 | 2024-05-08T02:46:13.263Z | Compiling phf v0.11.2 |
1633 | 2024-05-08T02:46:13.290Z | Compiling signal-hook-mio v0.2.3 |
1634 | 2024-05-08T02:46:13.446Z | Compiling bzip2 v0.4.4 |
1635 | 2024-05-08T02:46:13.727Z | Compiling cipher v0.4.4 |
1636 | 2024-05-08T02:46:13.792Z | Compiling postgres-types v0.2.6 |
1637 | 2024-05-08T02:46:14.192Z | Compiling zerocopy v0.6.6 |
1638 | 2024-05-08T02:46:14.275Z | Compiling hubpack v0.1.2 |
1639 | 2024-05-08T02:46:14.672Z | Compiling phf_shared v0.10.0 |
1640 | 2024-05-08T02:46:14.862Z | Compiling hkdf v0.12.4 |
1641 | 2024-05-08T02:46:15.010Z | Compiling crypto-bigint v0.5.2 |
1642 | 2024-05-08T02:46:15.149Z | Compiling ipnetwork v0.20.0 |
1643 | 2024-05-08T02:46:15.807Z | Compiling float-cmp v0.9.0 |
1644 | 2024-05-08T02:46:15.932Z | Compiling difflib v0.4.0 |
1645 | 2024-05-08T02:46:17.289Z | Compiling predicates-core v1.0.6 |
1646 | 2024-05-08T02:46:17.623Z | Compiling precomputed-hash v0.1.1 |
1647 | 2024-05-08T02:46:17.678Z | Compiling static_assertions v1.1.0 |
1648 | 2024-05-08T02:46:17.777Z | Compiling minimal-lexical v0.2.1 |
1649 | 2024-05-08T02:46:17.885Z | Compiling fixedbitset v0.4.2 |
1650 | 2024-05-08T02:46:17.918Z | Compiling new_debug_unreachable v1.0.4 |
1651 | 2024-05-08T02:46:18.169Z | Compiling normalize-line-endings v0.3.0 |
1652 | 2024-05-08T02:46:18.290Z | Compiling whoami v1.5.1 |
1653 | 2024-05-08T02:46:18.315Z | Compiling predicates v3.1.0 |
1654 | 2024-05-08T02:46:18.405Z | Compiling nom v7.1.3 |
1655 | 2024-05-08T02:46:18.667Z | Compiling tokio-postgres v0.7.10 |
1656 | 2024-05-08T02:46:18.851Z | Compiling petgraph v0.6.4 |
1657 | 2024-05-08T02:46:19.671Z | Compiling string_cache v0.8.7 |
1658 | 2024-05-08T02:46:20.074Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1659 | 2024-05-08T02:46:20.845Z | Compiling diesel v2.1.6 |
1660 | 2024-05-08T02:46:21.410Z | Compiling trust-dns-proto v0.22.0 |
1661 | 2024-05-08T02:46:21.821Z | Compiling elliptic-curve v0.13.8 |
1662 | 2024-05-08T02:46:22.085Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1663 | 2024-05-08T02:46:22.214Z | Compiling yasna v0.5.2 |
1664 | 2024-05-08T02:46:22.460Z | Compiling clap v4.5.4 |
1665 | 2024-05-08T02:46:22.572Z | Compiling zip v0.6.6 |
1666 | 2024-05-08T02:46:23.274Z | Compiling crossterm v0.27.0 |
1667 | 2024-05-08T02:46:23.781Z | Compiling similar v2.4.0 |
1668 | 2024-05-08T02:46:24.312Z | Compiling bit-set v0.5.3 |
1669 | 2024-05-08T02:46:24.550Z | Compiling num-iter v0.1.44 |
1670 | 2024-05-08T02:46:24.747Z | Compiling console v0.15.8 |
1671 | 2024-05-08T02:46:24.805Z | Compiling usdt v0.3.5 |
1672 | 2024-05-08T02:46:25.082Z | Compiling itertools v0.10.5 |
1673 | 2024-05-08T02:46:26.016Z | Compiling tokio-stream v0.1.15 |
1674 | 2024-05-08T02:46:26.605Z | Compiling getopts v0.2.21 |
1675 | 2024-05-08T02:46:26.808Z | Compiling bstr v1.9.0 |
1676 | 2024-05-08T02:46:27.130Z | Compiling lalrpop-util v0.19.12 |
1677 | 2024-05-08T02:46:27.493Z | Compiling base64 v0.22.0 |
1678 | 2024-05-08T02:46:27.541Z | Compiling peg-runtime v0.8.2 |
1679 | 2024-05-08T02:46:27.671Z | Compiling unsafe-libyaml v0.2.10 |
1680 | 2024-05-08T02:46:28.580Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1681 | 2024-05-08T02:46:28.741Z | Compiling serde_yaml v0.9.25 |
1682 | 2024-05-08T02:46:31.132Z | Compiling camino v1.1.6 |
1683 | 2024-05-08T02:46:34.984Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1684 | 2024-05-08T02:46:35.520Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1685 | 2024-05-08T02:46:38.302Z | Compiling sha1 v0.10.6 |
1686 | 2024-05-08T02:46:50.737Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1687 | 2024-05-08T02:46:50.788Z | Compiling ident_case v1.0.1 |
1688 | 2024-05-08T02:46:50.958Z | Compiling strsim v0.10.0 |
1689 | 2024-05-08T02:46:51.133Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1690 | 2024-05-08T02:46:51.287Z | Compiling darling_core v0.20.8 |
1691 | 2024-05-08T02:46:52.551Z | Compiling strum_macros v0.26.1 |
1692 | 2024-05-08T02:46:56.933Z | Compiling strum v0.26.2 |
1693 | 2024-05-08T02:46:57.269Z | Compiling darling_macro v0.20.8 |
1694 | 2024-05-08T02:46:57.310Z | Compiling dirs-sys-next v0.1.2 |
1695 | 2024-05-08T02:46:57.415Z | Compiling match_cfg v0.1.0 |
1696 | 2024-05-08T02:46:57.522Z | Compiling hostname v0.3.1 |
1697 | 2024-05-08T02:46:57.741Z | Compiling dirs-next v2.0.0 |
1698 | 2024-05-08T02:46:57.882Z | Compiling http v1.0.0 |
1699 | 2024-05-08T02:46:57.925Z | Compiling thread_local v1.1.7 |
1700 | 2024-05-08T02:46:57.950Z | Compiling rustls-pki-types v1.3.0 |
1701 | 2024-05-08T02:46:58.150Z | Compiling slog-async v2.8.0 |
1702 | 2024-05-08T02:46:58.178Z | Compiling darling v0.20.8 |
1703 | 2024-05-08T02:46:58.299Z | Compiling term v0.7.0 |
1704 | 2024-05-08T02:46:58.408Z | Compiling crossbeam-channel v0.5.8 |
1705 | 2024-05-08T02:46:58.439Z | Compiling is-terminal v0.4.9 |
1706 | 2024-05-08T02:46:58.561Z | Compiling rustls v0.22.4 |
1707 | 2024-05-08T02:46:58.635Z | Compiling paste v1.0.14 |
1708 | 2024-05-08T02:46:58.668Z | Compiling take_mut v0.2.2 |
1709 | 2024-05-08T02:46:58.886Z | Compiling slog-term v2.9.1 |
1710 | 2024-05-08T02:46:59.055Z | Compiling rustls-webpki v0.102.1 |
1711 | 2024-05-08T02:46:59.281Z | Compiling multer v3.0.0 |
1712 | 2024-05-08T02:46:59.464Z | Compiling instant v0.1.12 |
1713 | 2024-05-08T02:46:59.639Z | Compiling slog-json v2.6.1 |
1714 | 2024-05-08T02:46:59.989Z | Compiling async-stream-impl v0.3.5 |
1715 | 2024-05-08T02:47:00.018Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1716 | 2024-05-08T02:47:00.051Z | Compiling debug-ignore v1.0.5 |
1717 | 2024-05-08T02:47:00.202Z | Compiling atomic-waker v1.1.1 |
1718 | 2024-05-08T02:47:00.342Z | Compiling waitgroup v0.1.2 |
1719 | 2024-05-08T02:47:00.372Z | Compiling slog-bunyan v2.5.0 |
1720 | 2024-05-08T02:47:00.553Z | Compiling rustls-pemfile v2.1.2 |
1721 | 2024-05-08T02:47:00.578Z | Compiling serde_with_macros v3.7.0 |
1722 | 2024-05-08T02:47:00.682Z | Compiling toml v0.8.12 |
1723 | 2024-05-08T02:47:00.868Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1724 | 2024-05-08T02:47:00.984Z | Compiling serde_path_to_error v0.1.16 |
1725 | 2024-05-08T02:47:01.186Z | Compiling async-stream v0.3.5 |
1726 | 2024-05-08T02:47:01.330Z | Compiling structmeta-derive v0.3.0 |
1727 | 2024-05-08T02:47:01.474Z | Compiling proc-macro-error-attr v1.0.4 |
1728 | 2024-05-08T02:47:01.707Z | Compiling proc-macro-error v1.0.4 |
1729 | 2024-05-08T02:47:02.122Z | Compiling newtype-uuid v1.1.0 |
1730 | 2024-05-08T02:47:02.155Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1731 | 2024-05-08T02:47:02.394Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1732 | 2024-05-08T02:47:02.645Z | Compiling backoff v0.4.0 |
1733 | 2024-05-08T02:47:02.738Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1734 | 2024-05-08T02:47:02.838Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1735 | 2024-05-08T02:47:02.955Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1736 | 2024-05-08T02:47:03.009Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1737 | 2024-05-08T02:47:03.176Z | Compiling macaddr v1.0.1 |
1738 | 2024-05-08T02:47:03.203Z | Compiling proc-macro-crate v1.3.1 |
1739 | 2024-05-08T02:47:03.240Z | Compiling serde_with v3.7.0 |
1740 | 2024-05-08T02:47:03.411Z | Compiling tokio-rustls v0.25.0 |
1741 | 2024-05-08T02:47:03.581Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1742 | 2024-05-08T02:47:03.971Z | Compiling structmeta v0.3.0 |
1743 | 2024-05-08T02:47:04.027Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1744 | 2024-05-08T02:47:04.248Z | Compiling num_enum_derive v0.5.11 |
1745 | 2024-05-08T02:47:04.343Z | Compiling foreign-types-macros v0.2.3 |
1746 | 2024-05-08T02:47:04.404Z | Compiling parse-display-derive v0.9.0 |
1747 | 2024-05-08T02:47:05.394Z | Compiling heapless v0.8.0 |
1748 | 2024-05-08T02:47:05.865Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1749 | 2024-05-08T02:47:06.108Z | Compiling foreign-types-shared v0.3.1 |
1750 | 2024-05-08T02:47:06.223Z | Compiling foreign-types v0.5.0 |
1751 | 2024-05-08T02:47:06.558Z | Compiling num_enum v0.5.11 |
1752 | 2024-05-08T02:47:06.620Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1753 | 2024-05-08T02:47:06.724Z | Compiling hash32 v0.3.1 |
1754 | 2024-05-08T02:47:06.750Z | Compiling cstr-argument v0.1.2 |
1755 | 2024-05-08T02:47:06.964Z | Compiling pretty-hex v0.2.1 |
1756 | 2024-05-08T02:47:06.992Z | Compiling smoltcp v0.11.0 |
1757 | 2024-05-08T02:47:07.147Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1758 | 2024-05-08T02:47:07.457Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1759 | 2024-05-08T02:47:07.643Z | Compiling tabwriter v1.4.0 |
1760 | 2024-05-08T02:47:07.971Z | Compiling colored v2.1.0 |
1761 | 2024-05-08T02:47:08.070Z | Compiling socket2 v0.4.9 |
1762 | 2024-05-08T02:47:08.359Z | Compiling parse-display v0.9.0 |
1763 | 2024-05-08T02:47:08.418Z | Compiling fastrand v2.0.1 |
1764 | 2024-05-08T02:47:08.566Z | Compiling cobs v0.2.3 |
1765 | 2024-05-08T02:47:08.617Z | Compiling embedded-io v0.4.0 |
1766 | 2024-05-08T02:47:08.807Z | Compiling postcard v1.0.8 |
1767 | 2024-05-08T02:47:08.833Z | Compiling tempfile v3.10.1 |
1768 | 2024-05-08T02:47:08.916Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1769 | 2024-05-08T02:47:08.996Z | Compiling crucible-workspace-hack v0.1.0 |
1770 | 2024-05-08T02:47:09.042Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1771 | 2024-05-08T02:47:09.237Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1772 | 2024-05-08T02:47:09.326Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1773 | 2024-05-08T02:47:09.385Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1774 | 2024-05-08T02:47:09.673Z | Compiling smf v0.2.3 |
1775 | 2024-05-08T02:47:09.699Z | Compiling platforms v3.0.2 |
1776 | 2024-05-08T02:47:09.762Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1777 | 2024-05-08T02:47:10.000Z | Compiling humantime v2.1.0 |
1778 | 2024-05-08T02:47:10.142Z | Compiling camino-tempfile v1.1.1 |
1779 | 2024-05-08T02:47:10.191Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1780 | 2024-05-08T02:47:10.457Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1781 | 2024-05-08T02:47:10.536Z | Compiling usdt-attr-macro v0.5.0 |
1782 | 2024-05-08T02:47:10.857Z | Compiling usdt-macro v0.5.0 |
1783 | 2024-05-08T02:47:10.886Z | Compiling num-derive v0.4.0 |
1784 | 2024-05-08T02:47:10.951Z | Compiling sigpipe v0.1.3 |
1785 | 2024-05-08T02:47:11.079Z | Compiling memmap v0.7.0 |
1786 | 2024-05-08T02:47:11.400Z | Compiling utf-8 v0.7.6 |
1787 | 2024-05-08T02:47:11.486Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1788 | 2024-05-08T02:47:11.695Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1789 | 2024-05-08T02:47:11.962Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1790 | 2024-05-08T02:47:12.132Z | Compiling usdt v0.5.0 |
1791 | 2024-05-08T02:47:12.604Z | Compiling atty v0.2.14 |
1792 | 2024-05-08T02:47:12.629Z | Compiling unicase v2.7.0 |
1793 | 2024-05-08T02:47:12.738Z | Compiling semver v0.1.20 |
1794 | 2024-05-08T02:47:12.763Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1795 | 2024-05-08T02:47:12.891Z | Compiling rayon-core v1.12.1 |
1796 | 2024-05-08T02:47:12.916Z | Compiling curve25519-dalek v4.1.2 |
1797 | 2024-05-08T02:47:13.198Z | Compiling rustc_version v0.1.7 |
1798 | 2024-05-08T02:47:13.314Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1799 | 2024-05-08T02:47:13.346Z | Compiling newline-converter v0.3.0 |
1800 | 2024-05-08T02:47:13.372Z | Compiling crossbeam-deque v0.8.3 |
1801 | 2024-05-08T02:47:13.459Z | Compiling universal-hash v0.5.1 |
1802 | 2024-05-08T02:47:13.566Z | Compiling opaque-debug v0.3.0 |
1803 | 2024-05-08T02:47:13.640Z | Compiling same-file v1.0.6 |
1804 | 2024-05-08T02:47:13.665Z | Compiling newtype_derive v0.1.6 |
1805 | 2024-05-08T02:47:13.698Z | Compiling expectorate v1.1.0 |
1806 | 2024-05-08T02:47:13.941Z | Compiling walkdir v2.5.0 |
1807 | 2024-05-08T02:47:13.974Z | Compiling tungstenite v0.20.1 |
1808 | 2024-05-08T02:47:14.084Z | Compiling signature v2.1.0 |
1809 | 2024-05-08T02:47:14.141Z | Compiling curve25519-dalek-derive v0.1.0 |
1810 | 2024-05-08T02:47:14.311Z | Compiling blake3 v1.5.0 |
1811 | 2024-05-08T02:47:14.609Z | Compiling num-rational v0.4.1 |
1812 | 2024-05-08T02:47:14.694Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1813 | 2024-05-08T02:47:14.849Z | Compiling getrandom v0.1.16 |
1814 | 2024-05-08T02:47:14.875Z | Compiling quick-error v1.2.3 |
1815 | 2024-05-08T02:47:14.957Z | Compiling termcolor v1.2.0 |
1816 | 2024-05-08T02:47:15.022Z | Compiling arc-swap v1.6.0 |
1817 | 2024-05-08T02:47:15.336Z | Compiling linked-hash-map v0.5.6 |
1818 | 2024-05-08T02:47:15.522Z | Compiling slog-scope v4.4.0 |
1819 | 2024-05-08T02:47:15.591Z | Compiling env_logger v0.9.3 |
1820 | 2024-05-08T02:47:15.617Z | Compiling resolv-conf v0.7.0 |
1821 | 2024-05-08T02:47:15.671Z | Compiling lru-cache v0.1.2 |
1822 | 2024-05-08T02:47:15.852Z | Compiling tokio-tungstenite v0.20.1 |
1823 | 2024-05-08T02:47:15.959Z | Compiling rayon v1.10.0 |
1824 | 2024-05-08T02:47:16.295Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1825 | 2024-05-08T02:47:16.323Z | Compiling password-hash v0.5.0 |
1826 | 2024-05-08T02:47:16.397Z | Compiling blake2 v0.10.6 |
1827 | 2024-05-08T02:47:16.675Z | Compiling bitstruct_derive v0.1.0 |
1828 | 2024-05-08T02:47:16.793Z | Compiling xattr v1.0.1 |
1829 | 2024-05-08T02:47:16.895Z | Compiling filetime v0.2.23 |
1830 | 2024-05-08T02:47:17.048Z | Compiling memmap2 v0.7.1 |
1831 | 2024-05-08T02:47:17.203Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1832 | 2024-05-08T02:47:17.269Z | Compiling ascii v1.1.0 |
1833 | 2024-05-08T02:47:17.332Z | Compiling libefi-sys v0.1.0 |
1834 | 2024-05-08T02:47:17.422Z | Compiling arrayvec v0.7.4 |
1835 | 2024-05-08T02:47:17.506Z | Compiling constant_time_eq v0.3.0 |
1836 | 2024-05-08T02:47:17.589Z | Compiling home v0.5.5 |
1837 | 2024-05-08T02:47:17.679Z | Compiling arrayref v0.3.7 |
1838 | 2024-05-08T02:47:17.778Z | Compiling bytecount v0.6.3 |
1839 | 2024-05-08T02:47:17.806Z | Compiling parking_lot_core v0.8.6 |
1840 | 2024-05-08T02:47:17.832Z | Compiling toolchain_find v0.4.0 |
1841 | 2024-05-08T02:47:17.832Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1842 | 2024-05-08T02:47:17.874Z | Compiling bitstruct v0.1.1 |
1843 | 2024-05-08T02:47:18.001Z | Compiling papergrid v0.11.0 |
1844 | 2024-05-08T02:47:18.060Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1845 | 2024-05-08T02:47:18.241Z | Compiling tar v0.4.40 |
1846 | 2024-05-08T02:47:18.303Z | Compiling argon2 v0.5.3 |
1847 | 2024-05-08T02:47:18.421Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1848 | 2024-05-08T02:47:19.981Z | Compiling trust-dns-resolver v0.22.0 |
1849 | 2024-05-08T02:47:20.199Z | Compiling slog-stdlog v4.1.1 |
1850 | 2024-05-08T02:47:20.763Z | Compiling tabled_derive v0.7.0 |
1851 | 2024-05-08T02:47:20.904Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1852 | 2024-05-08T02:47:21.385Z | Compiling rfc6979 v0.4.0 |
1853 | 2024-05-08T02:47:21.525Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1854 | 2024-05-08T02:47:21.554Z | Compiling erased-serde v0.3.31 |
1855 | 2024-05-08T02:47:21.717Z | Compiling serde_arrays v0.1.0 |
1856 | 2024-05-08T02:47:21.846Z | Compiling aead v0.5.2 |
1857 | 2024-05-08T02:47:21.874Z | Compiling num-complex v0.4.5 |
1858 | 2024-05-08T02:47:22.174Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1859 | 2024-05-08T02:47:22.276Z | Compiling nibble_vec v0.1.0 |
1860 | 2024-05-08T02:47:22.465Z | Compiling slog-dtrace v0.3.0 |
1861 | 2024-05-08T02:47:22.514Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1862 | 2024-05-08T02:47:22.540Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1863 | 2024-05-08T02:47:22.738Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1864 | 2024-05-08T02:47:22.764Z | Compiling endian-type v0.1.2 |
1865 | 2024-05-08T02:47:22.764Z | Compiling cancel-safe-futures v0.1.5 |
1866 | 2024-05-08T02:47:22.951Z | Compiling topological-sort v0.2.2 |
1867 | 2024-05-08T02:47:22.982Z | Compiling keccak v0.1.4 |
1868 | 2024-05-08T02:47:23.112Z | Compiling winapi v0.3.9 |
1869 | 2024-05-08T02:47:23.165Z | Compiling omicron-zone-package v0.11.0 |
1870 | 2024-05-08T02:47:23.493Z | Compiling sha3 v0.10.8 |
1871 | 2024-05-08T02:47:23.745Z | Compiling tabled v0.15.0 |
1872 | 2024-05-08T02:47:24.043Z | Compiling radix_trie v0.2.1 |
1873 | 2024-05-08T02:47:24.470Z | Compiling num v0.4.2 |
1874 | 2024-05-08T02:47:24.591Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1875 | 2024-05-08T02:47:24.621Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1876 | 2024-05-08T02:47:24.661Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1877 | 2024-05-08T02:47:24.687Z | Compiling rustfmt-wrapper v0.2.1 |
1878 | 2024-05-08T02:47:24.948Z | Compiling ecdsa v0.16.9 |
1879 | 2024-05-08T02:47:25.311Z | Compiling rand_core v0.5.1 |
1880 | 2024-05-08T02:47:25.374Z | Compiling slog-envlogger v2.2.0 |
1881 | 2024-05-08T02:47:25.628Z | Compiling mime_guess v2.0.4 |
1882 | 2024-05-08T02:47:25.743Z | Compiling steno v0.4.0 |
1883 | 2024-05-08T02:47:26.705Z | Compiling poly1305 v0.8.0 |
1884 | 2024-05-08T02:47:27.141Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1885 | 2024-05-08T02:47:27.754Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1886 | 2024-05-08T02:47:28.089Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1887 | 2024-05-08T02:47:28.367Z | Compiling primeorder v0.13.6 |
1888 | 2024-05-08T02:47:28.600Z | Compiling chacha20 v0.9.1 |
1889 | 2024-05-08T02:47:28.723Z | Compiling heck v0.3.3 |
1890 | 2024-05-08T02:47:28.820Z | Compiling secrecy v0.8.0 |
1891 | 2024-05-08T02:47:29.050Z | Compiling thiserror-impl-no-std v2.0.2 |
1892 | 2024-05-08T02:47:29.135Z | Compiling half v2.3.1 |
1893 | 2024-05-08T02:47:29.243Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1894 | 2024-05-08T02:47:29.395Z | Compiling ciborium-io v0.2.2 |
1895 | 2024-05-08T02:47:29.526Z | Compiling convert_case v0.4.0 |
1896 | 2024-05-08T02:47:29.628Z | Compiling option-ext v0.2.0 |
1897 | 2024-05-08T02:47:29.759Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1898 | 2024-05-08T02:47:29.999Z | Compiling dirs-sys v0.4.1 |
1899 | 2024-05-08T02:47:30.054Z | Compiling ciborium-ll v0.2.2 |
1900 | 2024-05-08T02:47:30.335Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1901 | 2024-05-08T02:47:30.388Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1902 | 2024-05-08T02:47:30.435Z | Compiling derive_more v0.99.17 |
1903 | 2024-05-08T02:47:30.591Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1904 | 2024-05-08T02:47:31.807Z | Compiling thiserror-no-std v2.0.2 |
1905 | 2024-05-08T02:47:31.924Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1906 | 2024-05-08T02:47:32.414Z | Compiling zone_cfg_derive v0.1.2 |
1907 | 2024-05-08T02:47:32.466Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1908 | 2024-05-08T02:47:33.714Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1909 | 2024-05-08T02:47:34.571Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1910 | 2024-05-08T02:47:34.946Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1911 | 2024-05-08T02:47:35.477Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1912 | 2024-05-08T02:47:35.592Z | Compiling parking_lot v0.11.2 |
1913 | 2024-05-08T02:47:35.797Z | Compiling rand_chacha v0.2.2 |
1914 | 2024-05-08T02:47:36.857Z | Compiling trust-dns-client v0.22.0 |
1915 | 2024-05-08T02:47:36.995Z | Compiling ed25519 v2.2.2 |
1916 | 2024-05-08T02:47:37.038Z | Compiling polyval v0.6.1 |
1917 | 2024-05-08T02:47:37.405Z | Compiling tungstenite v0.21.0 |
1918 | 2024-05-08T02:47:37.430Z | Compiling blowfish v0.9.1 |
1919 | 2024-05-08T02:47:37.477Z | Compiling ctr v0.9.2 |
1920 | 2024-05-08T02:47:37.562Z | Compiling aes v0.8.3 |
1921 | 2024-05-08T02:47:37.795Z | Compiling password-hash v0.4.2 |
1922 | 2024-05-08T02:47:37.830Z | Compiling libsw v3.3.1 |
1923 | 2024-05-08T02:47:38.092Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1924 | 2024-05-08T02:47:38.635Z | Compiling toml v0.5.11 |
1925 | 2024-05-08T02:47:39.281Z | Compiling pbkdf2 v0.12.2 |
1926 | 2024-05-08T02:47:39.444Z | Compiling derive-where v1.2.7 |
1927 | 2024-05-08T02:47:39.486Z | Compiling fxhash v0.2.1 |
1928 | 2024-05-08T02:47:39.673Z | Compiling gethostname v0.4.3 |
1929 | 2024-05-08T02:47:40.068Z | Compiling base64 v0.13.1 |
1930 | 2024-05-08T02:47:40.170Z | Compiling linear-map v1.2.0 |
1931 | 2024-05-08T02:47:40.484Z | Compiling owo-colors v4.0.0 |
1932 | 2024-05-08T02:47:40.587Z | Compiling swrite v0.1.0 |
1933 | 2024-05-08T02:47:40.710Z | Compiling ron v0.7.1 |
1934 | 2024-05-08T02:47:42.366Z | Compiling trust-dns-server v0.22.1 |
1935 | 2024-05-08T02:47:42.639Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1936 | 2024-05-08T02:47:42.854Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1937 | 2024-05-08T02:47:42.925Z | Compiling sled v0.34.7 |
1938 | 2024-05-08T02:47:43.749Z | Compiling bcrypt-pbkdf v0.10.0 |
1939 | 2024-05-08T02:47:44.327Z | Compiling tokio-tungstenite v0.21.0 |
1940 | 2024-05-08T02:47:44.786Z | Compiling pbkdf2 v0.11.0 |
1941 | 2024-05-08T02:47:45.081Z | Compiling ghash v0.5.0 |
1942 | 2024-05-08T02:47:45.261Z | Compiling ed25519-dalek v2.0.0 |
1943 | 2024-05-08T02:47:45.389Z | Compiling russh-cryptovec v0.7.0 |
1944 | 2024-05-08T02:47:45.667Z | Compiling rand v0.7.3 |
1945 | 2024-05-08T02:47:46.111Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1946 | 2024-05-08T02:47:46.144Z | Compiling zone v0.1.8 |
1947 | 2024-05-08T02:47:46.715Z | Compiling vsss-rs v3.3.4 |
1948 | 2024-05-08T02:47:46.741Z | Compiling ciborium v0.2.2 |
1949 | 2024-05-08T02:47:47.490Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1950 | 2024-05-08T02:47:47.745Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1951 | 2024-05-08T02:47:47.965Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1952 | 2024-05-08T02:47:48.283Z | Compiling dirs v5.0.1 |
1953 | 2024-05-08T02:47:48.469Z | Compiling chacha20poly1305 v0.10.1 |
1954 | 2024-05-08T02:47:48.676Z | Compiling p521 v0.13.3 |
1955 | 2024-05-08T02:47:50.168Z | Compiling p256 v0.13.2 |
1956 | 2024-05-08T02:47:50.215Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1957 | 2024-05-08T02:47:50.560Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1958 | 2024-05-08T02:47:50.700Z | Compiling pem v3.0.4 |
1959 | 2024-05-08T02:47:50.877Z | Compiling cbc v0.1.2 |
1960 | 2024-05-08T02:47:51.100Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1961 | 2024-05-08T02:47:51.375Z | Compiling headers-core v0.2.0 |
1962 | 2024-05-08T02:47:51.517Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1963 | 2024-05-08T02:47:51.710Z | Compiling portpicker v0.1.1 |
1964 | 2024-05-08T02:47:51.774Z | Compiling kstat-rs v0.2.3 |
1965 | 2024-05-08T02:47:51.835Z | Compiling nanorand v0.7.0 |
1966 | 2024-05-08T02:47:51.996Z | Compiling http-range v0.1.5 |
1967 | 2024-05-08T02:47:52.314Z | Compiling glob v0.3.1 |
1968 | 2024-05-08T02:47:52.355Z | Compiling md5 v0.7.0 |
1969 | 2024-05-08T02:47:52.774Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1970 | 2024-05-08T02:47:52.932Z | Compiling russh-keys v0.43.0 |
1971 | 2024-05-08T02:47:53.176Z | Compiling flume v0.11.0 |
1972 | 2024-05-08T02:47:53.213Z | Compiling hyper-staticfile v0.9.5 |
1973 | 2024-05-08T02:47:53.771Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1974 | 2024-05-08T02:47:54.093Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1975 | 2024-05-08T02:47:55.759Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1976 | 2024-05-08T02:47:56.175Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1977 | 2024-05-08T02:47:56.306Z | Compiling headers v0.3.9 |
1978 | 2024-05-08T02:47:57.290Z | Compiling rcgen v0.12.1 |
1979 | 2024-05-08T02:47:58.433Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1980 | 2024-05-08T02:47:58.474Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1981 | 2024-05-08T02:47:59.055Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1982 | 2024-05-08T02:47:59.823Z | Compiling aes-gcm v0.10.3 |
1983 | 2024-05-08T02:48:00.075Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1984 | 2024-05-08T02:48:00.433Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1985 | 2024-05-08T02:48:03.687Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1986 | 2024-05-08T02:48:04.163Z | Compiling atomicwrites v0.4.3 |
1987 | 2024-05-08T02:48:04.483Z | Compiling itertools v0.12.1 |
1988 | 2024-05-08T02:48:05.002Z | Compiling subprocess v0.2.9 |
1989 | 2024-05-08T02:48:05.127Z | Compiling dhcproto-macros v0.1.0 |
1990 | 2024-05-08T02:48:05.950Z | Compiling hex-literal v0.4.1 |
1991 | 2024-05-08T02:48:06.100Z | Compiling display-error-chain v0.2.0 |
1992 | 2024-05-08T02:48:06.264Z | Compiling russh v0.43.0 |
1993 | 2024-05-08T02:48:06.430Z | Compiling dhcproto v0.11.0 |
1994 | 2024-05-08T02:48:06.751Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1995 | 2024-05-08T02:48:07.135Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1996 | 2024-05-08T02:48:07.852Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1997 | 2024-05-08T02:48:08.249Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1998 | 2024-05-08T02:48:08.491Z | Compiling internet-checksum v0.2.1 |
1999 | 2024-05-08T02:48:34.024Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2000 | 2024-05-08T02:49:28.101Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 03s |
2001 | 2024-05-08T02:49:28.439Z | |
2002 | 2024-05-08T02:49:28.439Z | real 5:04.072369298 |
2003 | 2024-05-08T02:49:28.439Z | user 23:58.613357533 |
2004 | 2024-05-08T02:49:28.439Z | sys 5:34.793296395 |
2005 | 2024-05-08T02:49:28.439Z | trap 0.821698701 |
2006 | 2024-05-08T02:49:28.439Z | tflt 0.421094983 |
2007 | 2024-05-08T02:49:28.439Z | dflt 2.651722144 |
2008 | 2024-05-08T02:49:28.439Z | kflt 0.002814279 |
2009 | 2024-05-08T02:49:28.439Z | lock 44:31.521812006 |
2010 | 2024-05-08T02:49:28.465Z | slp 1:07:40.392953065 |
2011 | 2024-05-08T02:49:28.465Z | lat 1:43.114088485 |
2012 | 2024-05-08T02:49:28.465Z | stop 4:22.037559581 |
2013 | 2024-05-08T02:49:28.465Z | + mkdir -p /work |
2014 | 2024-05-08T02:49:28.465Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest |
2015 | 2024-05-08T02:49:29.629Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2016 | 2024-05-08T02:49:41.356Z | Finished dev [unoptimized + debuginfo] target(s) in 12.84s |
2017 | 2024-05-08T02:49:41.451Z | |
2018 | 2024-05-08T02:49:41.451Z | real 12.976778108 |
2019 | 2024-05-08T02:49:41.451Z | user 10.147837211 |
2020 | 2024-05-08T02:49:41.451Z | sys 4.180079075 |
2021 | 2024-05-08T02:49:41.477Z | trap 0.002743094 |
2022 | 2024-05-08T02:49:41.477Z | tflt 0.005752957 |
2023 | 2024-05-08T02:49:41.477Z | dflt 0.071940206 |
2024 | 2024-05-08T02:49:41.477Z | kflt 0.000000000 |
2025 | 2024-05-08T02:49:41.477Z | lock 36.346676281 |
2026 | 2024-05-08T02:49:41.477Z | slp 50.962157985 |
2027 | 2024-05-08T02:49:41.477Z | lat 0.083526353 |
2028 | 2024-05-08T02:49:41.477Z | stop 0.086086181 |
2029 | 2024-05-08T02:49:41.477Z | + cp target/debug/commtest /work/commtest |
2030 | 2024-05-08T02:49:41.801Z | + mkdir -p /work/end-to-end-tests |
2031 | 2024-05-08T02:49:41.827Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2032 | 2024-05-08T02:49:41.852Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2033 | 2024-05-08T02:49:41.852Z | + ptime -m gzip |
2034 | 2024-05-08T02:49:41.878Z | ++ basename target/debug/bootstrap |
2035 | 2024-05-08T02:49:57.009Z | |
2036 | 2024-05-08T02:49:57.009Z | real 15.147816646 |
2037 | 2024-05-08T02:49:57.009Z | user 14.980940566 |
2038 | 2024-05-08T02:49:57.009Z | sys 0.142090364 |
2039 | 2024-05-08T02:49:57.009Z | trap 0.005095854 |
2040 | 2024-05-08T02:49:57.009Z | tflt 0.000000000 |
2041 | 2024-05-08T02:49:57.009Z | dflt 0.000000000 |
2042 | 2024-05-08T02:49:57.009Z | kflt 0.000000000 |
2043 | 2024-05-08T02:49:57.009Z | lock 0.000000000 |
2044 | 2024-05-08T02:49:57.009Z | slp 0.000000000 |
2045 | 2024-05-08T02:49:57.010Z | lat 0.018792643 |
2046 | 2024-05-08T02:49:57.010Z | stop 0.000795113 |
2047 | 2024-05-08T02:49:57.034Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2048 | 2024-05-08T02:49:57.034Z | + ptime -m gzip |
2049 | 2024-05-08T02:49:57.034Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-684e09390b28e4bd |
2050 | 2024-05-08T02:49:58.397Z | |
2051 | 2024-05-08T02:49:58.397Z | real 1.379090006 |
2052 | 2024-05-08T02:49:58.397Z | user 1.361204874 |
2053 | 2024-05-08T02:49:58.397Z | sys 0.017087082 |
2054 | 2024-05-08T02:49:58.423Z | trap 0.000196689 |
2055 | 2024-05-08T02:49:58.423Z | tflt 0.000000000 |
2056 | 2024-05-08T02:49:58.423Z | dflt 0.000000000 |
2057 | 2024-05-08T02:49:58.423Z | kflt 0.000000000 |
2058 | 2024-05-08T02:49:58.423Z | lock 0.000000000 |
2059 | 2024-05-08T02:49:58.423Z | slp 0.000000000 |
2060 | 2024-05-08T02:49:58.424Z | lat 0.000249584 |
2061 | 2024-05-08T02:49:58.424Z | stop 0.000244784 |
2062 | 2024-05-08T02:49:58.424Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2063 | 2024-05-08T02:49:58.424Z | + ptime -m gzip |
2064 | 2024-05-08T02:49:58.424Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-bcc4c7ed525c9a53 |
2065 | 2024-05-08T02:49:59.822Z | |
2066 | 2024-05-08T02:49:59.822Z | real 1.416606247 |
2067 | 2024-05-08T02:49:59.822Z | user 1.399173825 |
2068 | 2024-05-08T02:49:59.822Z | sys 0.016623484 |
2069 | 2024-05-08T02:49:59.822Z | trap 0.000269413 |
2070 | 2024-05-08T02:49:59.822Z | tflt 0.000000000 |
2071 | 2024-05-08T02:49:59.822Z | dflt 0.000000000 |
2072 | 2024-05-08T02:49:59.822Z | kflt 0.000000000 |
2073 | 2024-05-08T02:49:59.822Z | lock 0.000000000 |
2074 | 2024-05-08T02:49:59.823Z | slp 0.000000000 |
2075 | 2024-05-08T02:49:59.848Z | lat 0.000222893 |
2076 | 2024-05-08T02:49:59.848Z | stop 0.000225220 |
2077 | 2024-05-08T02:49:59.848Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2078 | 2024-05-08T02:49:59.848Z | + ptime -m gzip |
2079 | 2024-05-08T02:49:59.848Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-844f863e97fc2f40 |
2080 | 2024-05-08T02:50:01.217Z | |
2081 | 2024-05-08T02:50:01.217Z | real 1.385787813 |
2082 | 2024-05-08T02:50:01.217Z | user 1.368209378 |
2083 | 2024-05-08T02:50:01.217Z | sys 0.016799072 |
2084 | 2024-05-08T02:50:01.217Z | trap 0.000200957 |
2085 | 2024-05-08T02:50:01.217Z | tflt 0.000000000 |
2086 | 2024-05-08T02:50:01.217Z | dflt 0.000000000 |
2087 | 2024-05-08T02:50:01.217Z | kflt 0.000000000 |
2088 | 2024-05-08T02:50:01.217Z | lock 0.000000000 |
2089 | 2024-05-08T02:50:01.244Z | slp 0.000000000 |
2090 | 2024-05-08T02:50:01.244Z | lat 0.000256467 |
2091 | 2024-05-08T02:50:01.244Z | stop 0.000229374 |
2092 | 2024-05-08T02:50:01.244Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2093 | 2024-05-08T02:50:01.244Z | + ptime -m gzip |
2094 | 2024-05-08T02:50:01.244Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-972a25bf4e3b4ac1 |
2095 | 2024-05-08T02:50:16.512Z | |
2096 | 2024-05-08T02:50:16.512Z | real 15.285457805 |
2097 | 2024-05-08T02:50:16.538Z | user 15.127231733 |
2098 | 2024-05-08T02:50:16.538Z | sys 0.148249024 |
2099 | 2024-05-08T02:50:16.538Z | trap 0.003812035 |
2100 | 2024-05-08T02:50:16.538Z | tflt 0.000000000 |
2101 | 2024-05-08T02:50:16.538Z | dflt 0.000000000 |
2102 | 2024-05-08T02:50:16.538Z | kflt 0.000000000 |
2103 | 2024-05-08T02:50:16.538Z | lock 0.000000000 |
2104 | 2024-05-08T02:50:16.538Z | slp 0.000000000 |
2105 | 2024-05-08T02:50:16.538Z | lat 0.005835919 |
2106 | 2024-05-08T02:50:16.538Z | stop 0.000236397 |
2107 | 2024-05-08T02:50:16.538Z | + banner caboose-util |
2108 | 2024-05-08T02:50:16.538Z | |
2109 | 2024-05-08T02:50:16.538Z | #### ## ##### #### #### #### ###### # # ##### |
2110 | 2024-05-08T02:50:16.538Z | # # # # # # # # # # # # # # # |
2111 | 2024-05-08T02:50:16.538Z | # # # ##### # # # # #### ##### ##### # # # |
2112 | 2024-05-08T02:50:16.538Z | # ###### # # # # # # # # # # # |
2113 | 2024-05-08T02:50:16.538Z | # # # # # # # # # # # # # # # # |
2114 | 2024-05-08T02:50:16.539Z | #### # # ##### #### #### #### ###### #### # |
2115 | 2024-05-08T02:50:16.539Z | |
2116 | 2024-05-08T02:50:16.539Z | + ptime -m cargo build --locked -p caboose-util --release |
2117 | 2024-05-08T02:50:17.217Z | Downloading crates ... |
2118 | 2024-05-08T02:50:17.371Z | Downloaded crc v3.0.1 |
2119 | 2024-05-08T02:50:17.397Z | Downloaded crc-catalog v2.2.0 |
2120 | 2024-05-08T02:50:17.397Z | Downloaded path-slash v0.1.5 |
2121 | 2024-05-08T02:50:17.397Z | Downloaded tap v1.0.1 |
2122 | 2024-05-08T02:50:17.397Z | Downloaded wyz v0.5.1 |
2123 | 2024-05-08T02:50:17.397Z | Downloaded rsa v0.9.2 |
2124 | 2024-05-08T02:50:17.397Z | Downloaded x509-cert v0.2.4 |
2125 | 2024-05-08T02:50:17.423Z | Downloaded object v0.30.4 |
2126 | 2024-05-08T02:50:17.423Z | Downloaded num-bigint-dig v0.8.4 |
2127 | 2024-05-08T02:50:17.423Z | Downloaded hashbrown v0.13.2 |
2128 | 2024-05-08T02:50:17.423Z | Downloaded bitvec v1.0.1 |
2129 | 2024-05-08T02:50:17.449Z | Downloaded ron v0.8.1 |
2130 | 2024-05-08T02:50:17.449Z | Downloaded crc-any v2.4.3 |
2131 | 2024-05-08T02:50:17.449Z | Downloaded smallvec v0.6.14 |
2132 | 2024-05-08T02:50:17.474Z | Downloaded serde-hex v0.1.0 |
2133 | 2024-05-08T02:50:17.475Z | Downloaded radium v0.7.0 |
2134 | 2024-05-08T02:50:17.475Z | Downloaded pkcs1 v0.7.5 |
2135 | 2024-05-08T02:50:17.475Z | Downloaded packed_struct_codegen v0.10.1 |
2136 | 2024-05-08T02:50:17.475Z | Downloaded packed_struct v0.10.1 |
2137 | 2024-05-08T02:50:17.475Z | Downloaded nodrop v0.1.14 |
2138 | 2024-05-08T02:50:17.475Z | Downloaded maybe-uninit v2.0.0 |
2139 | 2024-05-08T02:50:17.475Z | Downloaded funty v2.0.0 |
2140 | 2024-05-08T02:50:17.475Z | Downloaded bitfield v0.14.0 |
2141 | 2024-05-08T02:50:17.475Z | Downloaded array-init v0.0.4 |
2142 | 2024-05-08T02:50:17.475Z | Downloaded env_logger v0.10.0 |
2143 | 2024-05-08T02:50:17.608Z | Compiling proc-macro2 v1.0.81 |
2144 | 2024-05-08T02:50:17.608Z | Compiling unicode-ident v1.0.12 |
2145 | 2024-05-08T02:50:17.608Z | Compiling libc v0.2.153 |
2146 | 2024-05-08T02:50:17.608Z | Compiling serde v1.0.199 |
2147 | 2024-05-08T02:50:17.636Z | Compiling autocfg v1.1.0 |
2148 | 2024-05-08T02:50:17.636Z | Compiling version_check v0.9.4 |
2149 | 2024-05-08T02:50:17.636Z | Compiling cfg-if v1.0.0 |
2150 | 2024-05-08T02:50:17.742Z | Compiling typenum v1.16.0 |
2151 | 2024-05-08T02:50:17.768Z | Compiling once_cell v1.19.0 |
2152 | 2024-05-08T02:50:17.801Z | Compiling parking_lot_core v0.9.8 |
2153 | 2024-05-08T02:50:18.129Z | Compiling memchr v2.7.1 |
2154 | 2024-05-08T02:50:18.154Z | Compiling syn v1.0.109 |
2155 | 2024-05-08T02:50:18.179Z | Compiling byteorder v1.5.0 |
2156 | 2024-05-08T02:50:18.250Z | Compiling lock_api v0.4.10 |
2157 | 2024-05-08T02:50:18.525Z | Compiling generic-array v0.14.7 |
2158 | 2024-05-08T02:50:18.550Z | Compiling libm v0.2.7 |
2159 | 2024-05-08T02:50:18.674Z | Compiling num-traits v0.2.18 |
2160 | 2024-05-08T02:50:18.795Z | Compiling ahash v0.8.8 |
2161 | 2024-05-08T02:50:18.828Z | Compiling serde_json v1.0.116 |
2162 | 2024-05-08T02:50:18.932Z | Compiling quote v1.0.36 |
2163 | 2024-05-08T02:50:19.108Z | Compiling pkg-config v0.3.27 |
2164 | 2024-05-08T02:50:19.135Z | Compiling thiserror v1.0.59 |
2165 | 2024-05-08T02:50:19.435Z | Compiling syn v2.0.60 |
2166 | 2024-05-08T02:50:19.461Z | Compiling cc v1.0.83 |
2167 | 2024-05-08T02:50:19.503Z | Compiling getrandom v0.2.12 |
2168 | 2024-05-08T02:50:19.857Z | Compiling itoa v1.0.9 |
2169 | 2024-05-08T02:50:19.983Z | Compiling scopeguard v1.2.0 |
2170 | 2024-05-08T02:50:20.016Z | Compiling log v0.4.21 |
2171 | 2024-05-08T02:50:20.180Z | Compiling slab v0.4.9 |
2172 | 2024-05-08T02:50:20.474Z | Compiling rand_core v0.6.4 |
2173 | 2024-05-08T02:50:20.499Z | Compiling smallvec v1.13.1 |
2174 | 2024-05-08T02:50:20.994Z | Compiling vcpkg v0.2.15 |
2175 | 2024-05-08T02:50:21.536Z | Compiling pin-project-lite v0.2.13 |
2176 | 2024-05-08T02:50:21.564Z | Compiling const-oid v0.9.6 |
2177 | 2024-05-08T02:50:21.652Z | Compiling parking_lot v0.12.1 |
2178 | 2024-05-08T02:50:21.859Z | Compiling ryu v1.0.15 |
2179 | 2024-05-08T02:50:22.225Z | Compiling ring v0.17.8 |
2180 | 2024-05-08T02:50:22.382Z | Compiling openssl-sys v0.9.102 |
2181 | 2024-05-08T02:50:22.437Z | Compiling ucd-trie v0.1.6 |
2182 | 2024-05-08T02:50:22.840Z | Compiling signal-hook-registry v1.4.1 |
2183 | 2024-05-08T02:50:23.144Z | Compiling rustix v0.38.31 |
2184 | 2024-05-08T02:50:23.170Z | Compiling subtle v2.5.0 |
2185 | 2024-05-08T02:50:23.441Z | Compiling ring v0.16.20 |
2186 | 2024-05-08T02:50:23.534Z | Compiling mio v0.8.11 |
2187 | 2024-05-08T02:50:23.788Z | Compiling semver v1.0.22 |
2188 | 2024-05-08T02:50:24.205Z | Compiling futures-core v0.3.30 |
2189 | 2024-05-08T02:50:24.345Z | Compiling tinyvec_macros v0.1.1 |
2190 | 2024-05-08T02:50:24.433Z | Compiling tinyvec v1.6.0 |
2191 | 2024-05-08T02:50:25.361Z | Compiling spin v0.5.2 |
2192 | 2024-05-08T02:50:25.589Z | Compiling unicode-normalization v0.1.22 |
2193 | 2024-05-08T02:50:25.851Z | Compiling socket2 v0.5.6 |
2194 | 2024-05-08T02:50:26.046Z | Compiling num_cpus v1.16.0 |
2195 | 2024-05-08T02:50:26.422Z | Compiling unicode-xid v0.2.4 |
2196 | 2024-05-08T02:50:26.563Z | Compiling allocator-api2 v0.2.16 |
2197 | 2024-05-08T02:50:26.590Z | Compiling futures-sink v0.3.30 |
2198 | 2024-05-08T02:50:26.616Z | Compiling unicode-bidi v0.3.15 |
2199 | 2024-05-08T02:50:26.755Z | Compiling openssl v0.10.64 |
2200 | 2024-05-08T02:50:26.897Z | Compiling httparse v1.8.0 |
2201 | 2024-05-08T02:50:27.238Z | Compiling synstructure v0.12.6 |
2202 | 2024-05-08T02:50:27.523Z | Compiling num-conv v0.1.0 |
2203 | 2024-05-08T02:50:27.651Z | Compiling time-core v0.1.2 |
2204 | 2024-05-08T02:50:27.709Z | Compiling equivalent v1.0.1 |
2205 | 2024-05-08T02:50:27.799Z | Compiling time-macros v0.2.17 |
2206 | 2024-05-08T02:50:27.825Z | Compiling futures-channel v0.3.30 |
2207 | 2024-05-08T02:50:28.183Z | Compiling futures-io v0.3.30 |
2208 | 2024-05-08T02:50:28.230Z | Compiling pin-utils v0.1.0 |
2209 | 2024-05-08T02:50:28.321Z | Compiling futures-task v0.3.30 |
2210 | 2024-05-08T02:50:28.451Z | Compiling native-tls v0.2.11 |
2211 | 2024-05-08T02:50:28.579Z | Compiling rustls v0.21.9 |
2212 | 2024-05-08T02:50:28.622Z | Compiling crc32fast v1.3.2 |
2213 | 2024-05-08T02:50:28.747Z | Compiling ppv-lite86 v0.2.17 |
2214 | 2024-05-08T02:50:29.011Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2215 | 2024-05-08T02:50:29.431Z | Compiling rand_chacha v0.3.1 |
2216 | 2024-05-08T02:50:29.527Z | Compiling spin v0.9.8 |
2217 | 2024-05-08T02:50:29.588Z | Compiling tracing-core v0.1.32 |
2218 | 2024-05-08T02:50:29.717Z | Compiling base64ct v1.6.0 |
2219 | 2024-05-08T02:50:29.857Z | Compiling rand v0.8.5 |
2220 | 2024-05-08T02:50:30.096Z | Compiling serde_derive v1.0.199 |
2221 | 2024-05-08T02:50:30.264Z | Compiling zeroize_derive v1.4.2 |
2222 | 2024-05-08T02:50:30.290Z | Compiling zerocopy-derive v0.7.32 |
2223 | 2024-05-08T02:50:30.316Z | Compiling thiserror-impl v1.0.59 |
2224 | 2024-05-08T02:50:30.644Z | Compiling tokio-macros v2.2.0 |
2225 | 2024-05-08T02:50:30.737Z | Compiling futures-macro v0.3.30 |
2226 | 2024-05-08T02:50:31.360Z | Compiling tracing-attributes v0.1.27 |
2227 | 2024-05-08T02:50:31.473Z | Compiling der_derive v0.7.2 |
2228 | 2024-05-08T02:50:31.499Z | Compiling zeroize v1.7.0 |
2229 | 2024-05-08T02:50:32.004Z | Compiling zerocopy v0.7.32 |
2230 | 2024-05-08T02:50:32.645Z | Compiling pest v2.7.6 |
2231 | 2024-05-08T02:50:33.086Z | Compiling crypto-common v0.1.6 |
2232 | 2024-05-08T02:50:33.254Z | Compiling block-buffer v0.10.4 |
2233 | 2024-05-08T02:50:33.440Z | Compiling digest v0.10.7 |
2234 | 2024-05-08T02:50:33.495Z | Compiling zerocopy-derive v0.2.0 |
2235 | 2024-05-08T02:50:33.567Z | Compiling openssl-macros v0.1.1 |
2236 | 2024-05-08T02:50:33.851Z | Compiling hashbrown v0.14.3 |
2237 | 2024-05-08T02:50:34.211Z | Compiling futures-util v0.3.30 |
2238 | 2024-05-08T02:50:34.252Z | Compiling tracing v0.1.40 |
2239 | 2024-05-08T02:50:34.602Z | Compiling pest_meta v2.7.6 |
2240 | 2024-05-08T02:50:34.674Z | Compiling pem-rfc7468 v0.7.0 |
2241 | 2024-05-08T02:50:34.924Z | Compiling zerocopy-derive v0.6.6 |
2242 | 2024-05-08T02:50:35.010Z | Compiling scroll_derive v0.12.0 |
2243 | 2024-05-08T02:50:35.480Z | Compiling cookie v0.17.0 |
2244 | 2024-05-08T02:50:35.702Z | Compiling pest_generator v2.7.6 |
2245 | 2024-05-08T02:50:35.745Z | Compiling usdt-impl v0.3.5 |
2246 | 2024-05-08T02:50:36.180Z | Compiling schemars v0.8.16 |
2247 | 2024-05-08T02:50:36.263Z | Compiling signal-hook v0.3.17 |
2248 | 2024-05-08T02:50:36.506Z | Compiling flagset v0.4.3 |
2249 | 2024-05-08T02:50:36.599Z | Compiling percent-encoding v2.3.1 |
2250 | 2024-05-08T02:50:37.063Z | Compiling der v0.7.8 |
2251 | 2024-05-08T02:50:37.184Z | Compiling serde_derive_internals v0.26.0 |
2252 | 2024-05-08T02:50:37.780Z | Compiling pest_derive v2.7.6 |
2253 | 2024-05-08T02:50:39.093Z | Compiling errno v0.3.8 |
2254 | 2024-05-08T02:50:39.211Z | Compiling fnv v1.0.7 |
2255 | 2024-05-08T02:50:39.336Z | Compiling schemars_derive v0.8.16 |
2256 | 2024-05-08T02:50:39.361Z | Compiling spki v0.7.2 |
2257 | 2024-05-08T02:50:40.635Z | Compiling zerocopy v0.3.0 |
2258 | 2024-05-08T02:50:40.912Z | Compiling bytes v1.6.0 |
2259 | 2024-05-08T02:50:41.289Z | Compiling bitflags v2.4.2 |
2260 | 2024-05-08T02:50:41.751Z | Compiling tokio v1.37.0 |
2261 | 2024-05-08T02:50:41.932Z | Compiling indexmap v2.2.6 |
2262 | 2024-05-08T02:50:42.606Z | Compiling rustc_version v0.4.0 |
2263 | 2024-05-08T02:50:43.066Z | Compiling http v0.2.12 |
2264 | 2024-05-08T02:50:43.129Z | Compiling heapless v0.7.16 |
2265 | 2024-05-08T02:50:43.483Z | Compiling uuid v1.8.0 |
2266 | 2024-05-08T02:50:43.737Z | Compiling lazy_static v1.4.0 |
2267 | 2024-05-08T02:50:44.242Z | Compiling backtrace v0.3.69 |
2268 | 2024-05-08T02:50:44.596Z | Compiling thread-id v4.2.0 |
2269 | 2024-05-08T02:50:44.690Z | Compiling num-bigint v0.4.4 |
2270 | 2024-05-08T02:50:44.935Z | Compiling untrusted v0.9.0 |
2271 | 2024-05-08T02:50:45.056Z | Compiling iana-time-zone v0.1.57 |
2272 | 2024-05-08T02:50:45.090Z | Compiling untrusted v0.7.1 |
2273 | 2024-05-08T02:50:45.353Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2274 | 2024-05-08T02:50:45.571Z | Compiling smoltcp v0.9.1 |
2275 | 2024-05-08T02:50:45.652Z | Compiling powerfmt v0.2.0 |
2276 | 2024-05-08T02:50:45.891Z | Compiling heck v0.4.1 |
2277 | 2024-05-08T02:50:46.076Z | Compiling base64 v0.21.7 |
2278 | 2024-05-08T02:50:46.233Z | Compiling foreign-types-shared v0.1.1 |
2279 | 2024-05-08T02:50:46.322Z | Compiling crossbeam-utils v0.8.19 |
2280 | 2024-05-08T02:50:46.426Z | Compiling heck v0.5.0 |
2281 | 2024-05-08T02:50:46.791Z | Compiling clap_derive v4.5.4 |
2282 | 2024-05-08T02:50:46.988Z | Compiling foreign-types v0.3.2 |
2283 | 2024-05-08T02:50:47.070Z | Compiling deranged v0.3.11 |
2284 | 2024-05-08T02:50:47.289Z | Compiling chrono v0.4.38 |
2285 | 2024-05-08T02:50:48.635Z | Compiling tokio-util v0.7.10 |
2286 | 2024-05-08T02:50:49.798Z | Compiling dof v0.1.5 |
2287 | 2024-05-08T02:50:49.851Z | Compiling dtrace-parser v0.1.14 |
2288 | 2024-05-08T02:50:49.977Z | Compiling form_urlencoded v1.2.1 |
2289 | 2024-05-08T02:50:50.365Z | Compiling hmac v0.12.1 |
2290 | 2024-05-08T02:50:50.454Z | Compiling num-integer v0.1.46 |
2291 | 2024-05-08T02:50:50.559Z | Compiling anstyle v1.0.6 |
2292 | 2024-05-08T02:50:50.677Z | Compiling cpufeatures v0.2.12 |
2293 | 2024-05-08T02:50:50.767Z | Compiling utf8parse v0.2.1 |
2294 | 2024-05-08T02:50:50.911Z | Compiling adler v1.0.2 |
2295 | 2024-05-08T02:50:51.092Z | Compiling rustversion v1.0.14 |
2296 | 2024-05-08T02:50:51.378Z | Compiling try-lock v0.2.4 |
2297 | 2024-05-08T02:50:51.404Z | Compiling siphasher v0.3.11 |
2298 | 2024-05-08T02:50:51.431Z | Compiling num_threads v0.1.6 |
2299 | 2024-05-08T02:50:51.510Z | Compiling want v0.3.1 |
2300 | 2024-05-08T02:50:51.559Z | Compiling time v0.3.34 |
2301 | 2024-05-08T02:50:51.928Z | Compiling miniz_oxide v0.7.1 |
2302 | 2024-05-08T02:50:52.718Z | Compiling anstyle-parse v0.2.1 |
2303 | 2024-05-08T02:50:52.954Z | Compiling sha2 v0.10.8 |
2304 | 2024-05-08T02:50:54.389Z | Compiling h2 v0.3.26 |
2305 | 2024-05-08T02:50:55.475Z | Compiling rustls-webpki v0.101.7 |
2306 | 2024-05-08T02:50:55.521Z | Compiling sct v0.7.0 |
2307 | 2024-05-08T02:50:55.759Z | Compiling http-body v0.4.5 |
2308 | 2024-05-08T02:50:55.881Z | Compiling serde_tokenstream v0.1.7 |
2309 | 2024-05-08T02:50:56.161Z | Compiling pkcs8 v0.10.2 |
2310 | 2024-05-08T02:50:56.335Z | Compiling hubpack_derive v0.1.1 |
2311 | 2024-05-08T02:50:56.713Z | Compiling async-trait v0.1.80 |
2312 | 2024-05-08T02:50:56.874Z | Compiling idna v0.5.0 |
2313 | 2024-05-08T02:50:57.362Z | Compiling aho-corasick v1.1.2 |
2314 | 2024-05-08T02:50:57.614Z | Compiling usdt-impl v0.5.0 |
2315 | 2024-05-08T02:50:58.191Z | Compiling anstyle-query v1.0.0 |
2316 | 2024-05-08T02:50:58.317Z | Compiling regex-syntax v0.8.2 |
2317 | 2024-05-08T02:50:58.484Z | Compiling radium v0.7.0 |
2318 | 2024-05-08T02:50:59.188Z | Compiling openssl-probe v0.1.5 |
2319 | 2024-05-08T02:50:59.435Z | Compiling colorchoice v1.0.0 |
2320 | 2024-05-08T02:50:59.461Z | Compiling slog v2.7.0 |
2321 | 2024-05-08T02:50:59.657Z | Compiling anyhow v1.0.82 |
2322 | 2024-05-08T02:50:59.703Z | Compiling tower-service v0.3.2 |
2323 | 2024-05-08T02:50:59.832Z | Compiling httpdate v1.0.3 |
2324 | 2024-05-08T02:51:00.069Z | Compiling hyper v0.14.28 |
2325 | 2024-05-08T02:51:00.798Z | Compiling anstream v0.6.11 |
2326 | 2024-05-08T02:51:01.381Z | Compiling regex-automata v0.4.5 |
2327 | 2024-05-08T02:51:05.168Z | Compiling url v2.5.0 |
2328 | 2024-05-08T02:51:08.015Z | Compiling terminal_size v0.3.0 |
2329 | 2024-05-08T02:51:08.251Z | Compiling serde_spanned v0.6.5 |
2330 | 2024-05-08T02:51:08.290Z | Compiling toml_datetime v0.6.5 |
2331 | 2024-05-08T02:51:08.397Z | Compiling zerocopy v0.6.6 |
2332 | 2024-05-08T02:51:08.488Z | Compiling scroll v0.12.0 |
2333 | 2024-05-08T02:51:08.665Z | Compiling md-5 v0.10.5 |
2334 | 2024-05-08T02:51:09.070Z | Compiling idna v0.3.0 |
2335 | 2024-05-08T02:51:09.193Z | Compiling stringprep v0.1.3 |
2336 | 2024-05-08T02:51:09.456Z | Compiling diesel_table_macro_syntax v0.1.0 |
2337 | 2024-05-08T02:51:09.490Z | Compiling hash32 v0.2.1 |
2338 | 2024-05-08T02:51:09.544Z | Compiling strsim v0.11.0 |
2339 | 2024-05-08T02:51:09.626Z | Compiling maybe-uninit v2.0.0 |
2340 | 2024-05-08T02:51:09.811Z | Compiling uuid v0.8.2 |
2341 | 2024-05-08T02:51:09.900Z | Compiling clap_lex v0.7.0 |
2342 | 2024-05-08T02:51:09.940Z | Compiling plain v0.2.3 |
2343 | 2024-05-08T02:51:10.092Z | Compiling gimli v0.28.0 |
2344 | 2024-05-08T02:51:10.271Z | Compiling fallible-iterator v0.2.0 |
2345 | 2024-05-08T02:51:10.397Z | Compiling stable_deref_trait v1.2.0 |
2346 | 2024-05-08T02:51:10.456Z | Compiling psl-types v2.0.11 |
2347 | 2024-05-08T02:51:10.612Z | Compiling tap v1.0.1 |
2348 | 2024-05-08T02:51:10.637Z | Compiling dyn-clone v1.0.17 |
2349 | 2024-05-08T02:51:10.781Z | Compiling wyz v0.5.1 |
2350 | 2024-05-08T02:51:10.874Z | Compiling postgres-protocol v0.6.6 |
2351 | 2024-05-08T02:51:10.919Z | Compiling publicsuffix v2.2.3 |
2352 | 2024-05-08T02:51:11.294Z | Compiling clap_builder v4.5.2 |
2353 | 2024-05-08T02:51:11.730Z | Compiling goblin v0.8.0 |
2354 | 2024-05-08T02:51:11.997Z | Compiling diesel_derives v2.1.2 |
2355 | 2024-05-08T02:51:13.512Z | Compiling addr2line v0.21.0 |
2356 | 2024-05-08T02:51:13.920Z | Compiling tokio-rustls v0.24.1 |
2357 | 2024-05-08T02:51:14.158Z | Compiling strum_macros v0.25.2 |
2358 | 2024-05-08T02:51:16.314Z | Compiling tokio-native-tls v0.3.1 |
2359 | 2024-05-08T02:51:16.569Z | Compiling usdt-attr-macro v0.3.5 |
2360 | 2024-05-08T02:51:17.012Z | Compiling usdt-macro v0.3.5 |
2361 | 2024-05-08T02:51:18.448Z | Compiling phf_shared v0.11.2 |
2362 | 2024-05-08T02:51:18.563Z | Compiling num-iter v0.1.44 |
2363 | 2024-05-08T02:51:18.748Z | Compiling enum-as-inner v0.5.1 |
2364 | 2024-05-08T02:51:19.407Z | Compiling block-padding v0.3.3 |
2365 | 2024-05-08T02:51:19.583Z | Compiling serde_repr v0.1.16 |
2366 | 2024-05-08T02:51:20.462Z | Compiling ff v0.13.0 |
2367 | 2024-05-08T02:51:20.655Z | Compiling scheduled-thread-pool v0.2.7 |
2368 | 2024-05-08T02:51:21.567Z | Compiling object v0.32.1 |
2369 | 2024-05-08T02:51:22.311Z | Compiling base16ct v0.2.0 |
2370 | 2024-05-08T02:51:22.555Z | Compiling rustc-demangle v0.1.23 |
2371 | 2024-05-08T02:51:22.641Z | Compiling regex-automata v0.1.10 |
2372 | 2024-05-08T02:51:23.381Z | Compiling packed_struct v0.10.1 |
2373 | 2024-05-08T02:51:23.633Z | Compiling winnow v0.5.15 |
2374 | 2024-05-08T02:51:24.216Z | Compiling ipnet v2.9.0 |
2375 | 2024-05-08T02:51:26.104Z | Compiling managed v0.8.0 |
2376 | 2024-05-08T02:51:26.484Z | Compiling pretty-hex v0.4.1 |
2377 | 2024-05-08T02:51:26.514Z | Compiling matches v0.1.10 |
2378 | 2024-05-08T02:51:26.557Z | Compiling bit-vec v0.6.3 |
2379 | 2024-05-08T02:51:26.608Z | Compiling bitflags v1.3.2 |
2380 | 2024-05-08T02:51:26.714Z | Compiling num-bigint-dig v0.8.4 |
2381 | 2024-05-08T02:51:26.741Z | Compiling funty v2.0.0 |
2382 | 2024-05-08T02:51:27.011Z | Compiling dof v0.3.0 |
2383 | 2024-05-08T02:51:28.454Z | Compiling bitvec v1.0.1 |
2384 | 2024-05-08T02:51:28.586Z | Compiling idna v0.2.3 |
2385 | 2024-05-08T02:51:28.772Z | Compiling toml_edit v0.19.15 |
2386 | 2024-05-08T02:51:33.514Z | Compiling bstr v0.2.17 |
2387 | 2024-05-08T02:51:34.037Z | Compiling sec1 v0.7.3 |
2388 | 2024-05-08T02:51:34.498Z | Compiling r2d2 v0.8.10 |
2389 | 2024-05-08T02:51:34.523Z | Compiling group v0.13.0 |
2390 | 2024-05-08T02:51:34.761Z | Compiling inout v0.1.3 |
2391 | 2024-05-08T02:51:35.358Z | Compiling phf v0.11.2 |
2392 | 2024-05-08T02:51:36.189Z | Compiling hyper-tls v0.5.0 |
2393 | 2024-05-08T02:51:36.494Z | Compiling clap v4.5.4 |
2394 | 2024-05-08T02:51:36.618Z | Compiling signal-hook-mio v0.2.3 |
2395 | 2024-05-08T02:51:36.789Z | Compiling cookie_store v0.20.0 |
2396 | 2024-05-08T02:51:36.864Z | Compiling hyper-rustls v0.24.2 |
2397 | 2024-05-08T02:51:37.191Z | Compiling flate2 v1.0.28 |
2398 | 2024-05-08T02:51:37.556Z | Compiling ipnetwork v0.20.0 |
2399 | 2024-05-08T02:51:37.912Z | Compiling bzip2 v0.4.4 |
2400 | 2024-05-08T02:51:38.015Z | Compiling postgres-types v0.2.6 |
2401 | 2024-05-08T02:51:38.191Z | Compiling regex v1.10.4 |
2402 | 2024-05-08T02:51:38.408Z | Compiling hubpack v0.1.2 |
2403 | 2024-05-08T02:51:38.466Z | Compiling rustls-pemfile v1.0.3 |
2404 | 2024-05-08T02:51:38.748Z | Compiling phf_shared v0.10.0 |
2405 | 2024-05-08T02:51:38.777Z | Compiling hkdf v0.12.4 |
2406 | 2024-05-08T02:51:38.990Z | Compiling serde_urlencoded v0.7.1 |
2407 | 2024-05-08T02:51:39.087Z | Compiling futures-executor v0.3.30 |
2408 | 2024-05-08T02:51:39.147Z | Compiling dtrace-parser v0.2.0 |
2409 | 2024-05-08T02:51:39.763Z | Compiling crypto-bigint v0.5.2 |
2410 | 2024-05-08T02:51:39.861Z | Compiling packed_struct_codegen v0.10.1 |
2411 | 2024-05-08T02:51:40.468Z | Compiling float-cmp v0.9.0 |
2412 | 2024-05-08T02:51:41.162Z | Compiling indexmap v1.9.3 |
2413 | 2024-05-08T02:51:41.453Z | Compiling encoding_rs v0.8.33 |
2414 | 2024-05-08T02:51:41.478Z | Compiling crc-catalog v2.2.0 |
2415 | 2024-05-08T02:51:41.594Z | Compiling unicode-width v0.1.11 |
2416 | 2024-05-08T02:51:41.776Z | Compiling mime v0.3.17 |
2417 | 2024-05-08T02:51:41.975Z | Compiling whoami v1.5.1 |
2418 | 2024-05-08T02:51:42.322Z | Compiling difflib v0.4.0 |
2419 | 2024-05-08T02:51:42.421Z | Compiling normalize-line-endings v0.3.0 |
2420 | 2024-05-08T02:51:42.736Z | Compiling winnow v0.6.1 |
2421 | 2024-05-08T02:51:43.371Z | Compiling new_debug_unreachable v1.0.4 |
2422 | 2024-05-08T02:51:43.406Z | Compiling minimal-lexical v0.2.1 |
2423 | 2024-05-08T02:51:43.649Z | Compiling static_assertions v1.1.0 |
2424 | 2024-05-08T02:51:43.718Z | Compiling nodrop v0.1.14 |
2425 | 2024-05-08T02:51:43.830Z | Compiling sync_wrapper v0.1.2 |
2426 | 2024-05-08T02:51:43.957Z | Compiling predicates-core v1.0.6 |
2427 | 2024-05-08T02:51:43.983Z | Compiling precomputed-hash v0.1.1 |
2428 | 2024-05-08T02:51:44.097Z | Compiling either v1.11.0 |
2429 | 2024-05-08T02:51:44.252Z | Compiling fixedbitset v0.4.2 |
2430 | 2024-05-08T02:51:44.483Z | Compiling webpki-roots v0.25.2 |
2431 | 2024-05-08T02:51:44.587Z | Compiling unicode-segmentation v1.10.1 |
2432 | 2024-05-08T02:51:44.612Z | Compiling data-encoding v2.4.0 |
2433 | 2024-05-08T02:51:45.237Z | Compiling similar v2.4.0 |
2434 | 2024-05-08T02:51:45.740Z | Compiling toml_edit v0.22.12 |
2435 | 2024-05-08T02:51:45.951Z | Compiling trust-dns-proto v0.22.0 |
2436 | 2024-05-08T02:51:46.858Z | Compiling reqwest v0.11.24 |
2437 | 2024-05-08T02:51:49.544Z | Compiling petgraph v0.6.4 |
2438 | 2024-05-08T02:51:51.614Z | Compiling itertools v0.10.5 |
2439 | 2024-05-08T02:51:52.047Z | Compiling predicates v3.1.0 |
2440 | 2024-05-08T02:51:52.702Z | Compiling string_cache v0.8.7 |
2441 | 2024-05-08T02:51:53.295Z | Compiling array-init v0.0.4 |
2442 | 2024-05-08T02:51:53.828Z | Compiling nom v7.1.3 |
2443 | 2024-05-08T02:51:54.027Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2444 | 2024-05-08T02:51:56.966Z | Compiling tokio-postgres v0.7.10 |
2445 | 2024-05-08T02:51:57.751Z | Compiling console v0.15.8 |
2446 | 2024-05-08T02:51:58.180Z | Compiling crc v3.0.1 |
2447 | 2024-05-08T02:51:58.545Z | Compiling elliptic-curve v0.13.8 |
2448 | 2024-05-08T02:52:00.312Z | Compiling futures v0.3.30 |
2449 | 2024-05-08T02:52:01.244Z | Compiling zip v0.6.6 |
2450 | 2024-05-08T02:52:01.439Z | Compiling smallvec v0.6.14 |
2451 | 2024-05-08T02:52:01.867Z | Compiling diesel v2.1.6 |
2452 | 2024-05-08T02:52:02.320Z | Compiling yasna v0.5.2 |
2453 | 2024-05-08T02:52:02.367Z | Compiling crossterm v0.27.0 |
2454 | 2024-05-08T02:52:02.402Z | Compiling crossbeam-epoch v0.9.18 |
2455 | 2024-05-08T02:52:03.093Z | Compiling cipher v0.4.4 |
2456 | 2024-05-08T02:52:03.922Z | Compiling toml v0.7.8 |
2457 | 2024-05-08T02:52:05.011Z | Compiling bit-set v0.5.3 |
2458 | 2024-05-08T02:52:05.131Z | Compiling usdt v0.3.5 |
2459 | 2024-05-08T02:52:05.595Z | Compiling bstr v1.9.0 |
2460 | 2024-05-08T02:52:06.387Z | Compiling pkcs1 v0.7.5 |
2461 | 2024-05-08T02:52:06.985Z | Compiling tokio-stream v0.1.15 |
2462 | 2024-05-08T02:52:07.907Z | Compiling is-terminal v0.4.9 |
2463 | 2024-05-08T02:52:08.461Z | Compiling openapiv3 v2.0.0 |
2464 | 2024-05-08T02:52:09.674Z | Compiling hex v0.4.3 |
2465 | 2024-05-08T02:52:10.432Z | Compiling signature v2.1.0 |
2466 | 2024-05-08T02:52:11.769Z | Compiling peg-runtime v0.8.2 |
2467 | 2024-05-08T02:52:12.202Z | Compiling base64 v0.22.0 |
2468 | 2024-05-08T02:52:12.774Z | Compiling bitfield v0.14.0 |
2469 | 2024-05-08T02:52:12.908Z | Compiling termcolor v1.2.0 |
2470 | 2024-05-08T02:52:13.026Z | Compiling hashbrown v0.12.3 |
2471 | 2024-05-08T02:52:13.726Z | Compiling lalrpop-util v0.19.12 |
2472 | 2024-05-08T02:52:15.693Z | Compiling env_logger v0.10.0 |
2473 | 2024-05-08T02:52:15.719Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2474 | 2024-05-08T02:52:19.242Z | Compiling rsa v0.9.2 |
2475 | 2024-05-08T02:52:23.923Z | Compiling serde-hex v0.1.0 |
2476 | 2024-05-08T02:52:25.325Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2477 | 2024-05-08T02:52:30.783Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2478 | 2024-05-08T02:52:31.013Z | Compiling ron v0.8.1 |
2479 | 2024-05-08T02:52:31.354Z | Compiling x509-cert v0.2.4 |
2480 | 2024-05-08T02:52:31.581Z | Compiling hashbrown v0.13.2 |
2481 | 2024-05-08T02:52:35.607Z | Compiling crc-any v2.4.3 |
2482 | 2024-05-08T02:52:50.192Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2483 | 2024-05-08T02:52:55.431Z | Compiling object v0.30.4 |
2484 | 2024-05-08T02:52:57.741Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2485 | 2024-05-08T02:53:08.712Z | Compiling path-slash v0.1.5 |
2486 | 2024-05-08T02:53:09.017Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2487 | 2024-05-08T02:53:30.644Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2488 | 2024-05-08T02:53:31.595Z | Finished release [optimized] target(s) in 3m 15s |
2489 | 2024-05-08T02:53:31.682Z | |
2490 | 2024-05-08T02:53:31.683Z | real 3:15.128516192 |
2491 | 2024-05-08T02:53:31.683Z | user 20:36.911860135 |
2492 | 2024-05-08T02:53:31.683Z | sys 2:45.214628900 |
2493 | 2024-05-08T02:53:31.683Z | trap 0.790061962 |
2494 | 2024-05-08T02:53:31.683Z | tflt 0.726359227 |
2495 | 2024-05-08T02:53:31.683Z | dflt 0.330378676 |
2496 | 2024-05-08T02:53:31.683Z | kflt 0.000266104 |
2497 | 2024-05-08T02:53:31.683Z | lock 46:35.428296704 |
2498 | 2024-05-08T02:53:31.683Z | slp 1:00:53.688946540 |
2499 | 2024-05-08T02:53:31.721Z | lat 1:21.559939109 |
2500 | 2024-05-08T02:53:31.722Z | stop 1:37.985867563 |
2501 | 2024-05-08T02:53:31.722Z | + ptime -m gzip |
2502 | 2024-05-08T02:53:32.166Z | |
2503 | 2024-05-08T02:53:32.166Z | real 0.315471566 |
2504 | 2024-05-08T02:53:32.167Z | user 0.309154997 |
2505 | 2024-05-08T02:53:32.167Z | sys 0.004545066 |
2506 | 2024-05-08T02:53:32.167Z | trap 0.000253742 |
2507 | 2024-05-08T02:53:32.167Z | tflt 0.000000000 |
2508 | 2024-05-08T02:53:32.167Z | dflt 0.000000000 |
2509 | 2024-05-08T02:53:32.167Z | kflt 0.000000000 |
2510 | 2024-05-08T02:53:32.167Z | lock 0.000000000 |
2511 | 2024-05-08T02:53:32.167Z | slp 0.000000000 |
2512 | 2024-05-08T02:53:32.167Z | lat 0.000950997 |
2513 | 2024-05-08T02:53:32.168Z | stop 0.000470461 |
2514 | 2024-05-08T02:53:32.168Z | + banner tufaceous |
2515 | 2024-05-08T02:53:32.168Z | |
2516 | 2024-05-08T02:53:32.168Z | ##### # # ###### ## #### ###### #### # # #### |
2517 | 2024-05-08T02:53:32.168Z | # # # # # # # # # # # # # # |
2518 | 2024-05-08T02:53:32.168Z | # # # ##### # # # ##### # # # # #### |
2519 | 2024-05-08T02:53:32.168Z | # # # # ###### # # # # # # # |
2520 | 2024-05-08T02:53:32.168Z | # # # # # # # # # # # # # # # |
2521 | 2024-05-08T02:53:32.168Z | # #### # # # #### ###### #### #### #### |
2522 | 2024-05-08T02:53:32.168Z | |
2523 | 2024-05-08T02:53:32.168Z | + ptime -m cargo build --locked -p tufaceous --release |
2524 | 2024-05-08T02:53:32.710Z | Downloading crates ... |
2525 | 2024-05-08T02:53:32.903Z | Downloaded async-recursion v1.1.0 |
2526 | 2024-05-08T02:53:32.928Z | Downloaded olpc-cjson v0.1.3 |
2527 | 2024-05-08T02:53:32.928Z | Downloaded parse-size v1.0.0 |
2528 | 2024-05-08T02:53:32.928Z | Downloaded fs-err v2.11.0 |
2529 | 2024-05-08T02:53:32.928Z | Downloaded typed-path v0.7.0 |
2530 | 2024-05-08T02:53:32.928Z | Downloaded tough v0.17.1 |
2531 | 2024-05-08T02:53:32.954Z | Downloaded snafu-derive v0.8.2 |
2532 | 2024-05-08T02:53:32.954Z | Downloaded snafu v0.8.2 |
2533 | 2024-05-08T02:53:32.954Z | Downloaded serde_plain v1.0.2 |
2534 | 2024-05-08T02:53:32.954Z | Downloaded pin-project-internal v1.1.3 |
2535 | 2024-05-08T02:53:32.954Z | Downloaded pin-project v1.1.3 |
2536 | 2024-05-08T02:53:32.979Z | Downloaded globset v0.4.13 |
2537 | 2024-05-08T02:53:32.979Z | Downloaded buf-list v1.0.3 |
2538 | 2024-05-08T02:53:33.114Z | Compiling serde_tokenstream v0.2.0 |
2539 | 2024-05-08T02:53:33.140Z | Compiling regress v0.9.1 |
2540 | 2024-05-08T02:53:33.166Z | Compiling dirs-sys-next v0.1.2 |
2541 | 2024-05-08T02:53:33.166Z | Compiling ident_case v1.0.1 |
2542 | 2024-05-08T02:53:33.191Z | Compiling heck v0.4.1 |
2543 | 2024-05-08T02:53:33.191Z | Compiling rustls-pki-types v1.3.0 |
2544 | 2024-05-08T02:53:33.191Z | Compiling strsim v0.10.0 |
2545 | 2024-05-08T02:53:33.340Z | Compiling getopts v0.2.21 |
2546 | 2024-05-08T02:53:33.572Z | Compiling darling_core v0.20.8 |
2547 | 2024-05-08T02:53:33.754Z | Compiling dirs-next v2.0.0 |
2548 | 2024-05-08T02:53:33.975Z | Compiling thread_local v1.1.7 |
2549 | 2024-05-08T02:53:34.043Z | Compiling paste v1.0.14 |
2550 | 2024-05-08T02:53:34.173Z | Compiling unsafe-libyaml v0.2.10 |
2551 | 2024-05-08T02:53:34.226Z | Compiling camino v1.1.6 |
2552 | 2024-05-08T02:53:34.331Z | Compiling rustls v0.22.4 |
2553 | 2024-05-08T02:53:34.466Z | Compiling slog-async v2.8.0 |
2554 | 2024-05-08T02:53:34.710Z | Compiling term v0.7.0 |
2555 | 2024-05-08T02:53:34.781Z | Compiling rustls-webpki v0.102.1 |
2556 | 2024-05-08T02:53:34.945Z | Compiling crossbeam-channel v0.5.8 |
2557 | 2024-05-08T02:53:35.555Z | Compiling serde_yaml v0.9.25 |
2558 | 2024-05-08T02:53:36.343Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2559 | 2024-05-08T02:53:36.929Z | Compiling structmeta-derive v0.3.0 |
2560 | 2024-05-08T02:53:38.463Z | Compiling multer v3.0.0 |
2561 | 2024-05-08T02:53:38.699Z | Compiling darling_macro v0.20.8 |
2562 | 2024-05-08T02:53:38.724Z | Compiling match_cfg v0.1.0 |
2563 | 2024-05-08T02:53:38.749Z | Compiling take_mut v0.2.2 |
2564 | 2024-05-08T02:53:38.818Z | Compiling hostname v0.3.1 |
2565 | 2024-05-08T02:53:39.066Z | Compiling slog-term v2.9.1 |
2566 | 2024-05-08T02:53:39.207Z | Compiling structmeta v0.3.0 |
2567 | 2024-05-08T02:53:39.566Z | Compiling darling v0.20.8 |
2568 | 2024-05-08T02:53:40.471Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2569 | 2024-05-08T02:53:40.497Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2570 | 2024-05-08T02:53:40.550Z | Compiling slog-json v2.6.1 |
2571 | 2024-05-08T02:53:40.977Z | Compiling http v1.0.0 |
2572 | 2024-05-08T02:53:41.004Z | Compiling pin-project-internal v1.1.3 |
2573 | 2024-05-08T02:53:41.498Z | Compiling async-stream-impl v0.3.5 |
2574 | 2024-05-08T02:53:41.585Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2575 | 2024-05-08T02:53:41.800Z | Compiling fastrand v2.0.1 |
2576 | 2024-05-08T02:53:41.885Z | Compiling atomic-waker v1.1.1 |
2577 | 2024-05-08T02:53:42.046Z | Compiling waitgroup v0.1.2 |
2578 | 2024-05-08T02:53:42.275Z | Compiling tempfile v3.10.1 |
2579 | 2024-05-08T02:53:42.612Z | Compiling async-stream v0.3.5 |
2580 | 2024-05-08T02:53:42.901Z | Compiling tokio-rustls v0.25.0 |
2581 | 2024-05-08T02:53:43.270Z | Compiling pin-project v1.1.3 |
2582 | 2024-05-08T02:53:43.350Z | Compiling slog-bunyan v2.5.0 |
2583 | 2024-05-08T02:53:43.509Z | Compiling serde_with_macros v3.7.0 |
2584 | 2024-05-08T02:53:43.579Z | Compiling parse-display-derive v0.9.0 |
2585 | 2024-05-08T02:53:43.891Z | Compiling toml v0.8.12 |
2586 | 2024-05-08T02:53:44.872Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2587 | 2024-05-08T02:53:45.021Z | Compiling rustls-pemfile v2.1.2 |
2588 | 2024-05-08T02:53:45.629Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2589 | 2024-05-08T02:53:45.663Z | Compiling sha1 v0.10.6 |
2590 | 2024-05-08T02:53:45.877Z | Compiling strum_macros v0.26.1 |
2591 | 2024-05-08T02:53:46.341Z | Compiling newtype-uuid v1.1.0 |
2592 | 2024-05-08T02:53:46.570Z | Compiling snafu-derive v0.8.2 |
2593 | 2024-05-08T02:53:46.637Z | Compiling serde_path_to_error v0.1.16 |
2594 | 2024-05-08T02:53:46.914Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2595 | 2024-05-08T02:53:47.487Z | Compiling fs-err v2.11.0 |
2596 | 2024-05-08T02:53:47.527Z | Compiling instant v0.1.12 |
2597 | 2024-05-08T02:53:48.090Z | Compiling arc-swap v1.6.0 |
2598 | 2024-05-08T02:53:48.119Z | Compiling buf-list v1.0.3 |
2599 | 2024-05-08T02:53:48.207Z | Compiling same-file v1.0.6 |
2600 | 2024-05-08T02:53:48.313Z | Compiling debug-ignore v1.0.5 |
2601 | 2024-05-08T02:53:48.463Z | Compiling walkdir v2.5.0 |
2602 | 2024-05-08T02:53:49.323Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2603 | 2024-05-08T02:53:49.453Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2604 | 2024-05-08T02:53:49.841Z | Compiling strum v0.26.2 |
2605 | 2024-05-08T02:53:50.073Z | Compiling slog-scope v4.4.0 |
2606 | 2024-05-08T02:53:50.474Z | Compiling backoff v0.4.0 |
2607 | 2024-05-08T02:53:50.732Z | Compiling snafu v0.8.2 |
2608 | 2024-05-08T02:53:50.817Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2609 | 2024-05-08T02:53:50.848Z | Compiling parse-display v0.9.0 |
2610 | 2024-05-08T02:53:51.011Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2611 | 2024-05-08T02:53:51.405Z | Compiling serde_with v3.7.0 |
2612 | 2024-05-08T02:53:51.884Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2613 | 2024-05-08T02:53:52.473Z | Compiling globset v0.4.13 |
2614 | 2024-05-08T02:53:52.501Z | Compiling pem v3.0.4 |
2615 | 2024-05-08T02:53:53.776Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2616 | 2024-05-08T02:53:53.946Z | Compiling olpc-cjson v0.1.3 |
2617 | 2024-05-08T02:53:54.241Z | Compiling macaddr v1.0.1 |
2618 | 2024-05-08T02:53:54.792Z | Compiling serde_plain v1.0.2 |
2619 | 2024-05-08T02:53:54.919Z | Compiling async-recursion v1.1.0 |
2620 | 2024-05-08T02:53:54.949Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2621 | 2024-05-08T02:53:55.226Z | Compiling filetime v0.2.23 |
2622 | 2024-05-08T02:53:55.520Z | Compiling xattr v1.0.1 |
2623 | 2024-05-08T02:53:55.764Z | Compiling typed-path v0.7.0 |
2624 | 2024-05-08T02:53:56.148Z | Compiling tar v0.4.40 |
2625 | 2024-05-08T02:53:59.249Z | Compiling tough v0.17.1 |
2626 | 2024-05-08T02:54:01.334Z | Compiling slog-stdlog v4.1.1 |
2627 | 2024-05-08T02:54:02.117Z | Compiling camino-tempfile v1.1.1 |
2628 | 2024-05-08T02:54:02.220Z | Compiling itertools v0.12.1 |
2629 | 2024-05-08T02:54:02.800Z | Compiling parse-size v1.0.0 |
2630 | 2024-05-08T02:54:03.046Z | Compiling slog-envlogger v2.2.0 |
2631 | 2024-05-08T02:54:04.812Z | Compiling humantime v2.1.0 |
2632 | 2024-05-08T02:54:07.068Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2633 | 2024-05-08T02:54:07.251Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2634 | 2024-05-08T02:54:10.946Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2635 | 2024-05-08T02:54:18.863Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2636 | 2024-05-08T02:54:20.888Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2637 | 2024-05-08T02:54:40.007Z | Finished release [optimized] target(s) in 1m 07s |
2638 | 2024-05-08T02:54:40.100Z | |
2639 | 2024-05-08T02:54:40.100Z | real 1:08.067803967 |
2640 | 2024-05-08T02:54:40.100Z | user 7:10.517350489 |
2641 | 2024-05-08T02:54:40.126Z | sys 36.914161736 |
2642 | 2024-05-08T02:54:40.126Z | trap 0.230521790 |
2643 | 2024-05-08T02:54:40.126Z | tflt 0.243918830 |
2644 | 2024-05-08T02:54:40.126Z | dflt 0.600672566 |
2645 | 2024-05-08T02:54:40.126Z | kflt 0.010386517 |
2646 | 2024-05-08T02:54:40.126Z | lock 13:58.155047298 |
2647 | 2024-05-08T02:54:40.126Z | slp 15:34.490230187 |
2648 | 2024-05-08T02:54:40.126Z | lat 20.029222433 |
2649 | 2024-05-08T02:54:40.126Z | stop 17.927229526 |
2650 | 2024-05-08T02:54:40.127Z | + ptime -m gzip |
2651 | 2024-05-08T02:54:42.035Z | |
2652 | 2024-05-08T02:54:42.035Z | real 1.508633797 |
2653 | 2024-05-08T02:54:42.035Z | user 1.496237125 |
2654 | 2024-05-08T02:54:42.035Z | sys 0.011654388 |
2655 | 2024-05-08T02:54:42.035Z | trap 0.000213482 |
2656 | 2024-05-08T02:54:42.035Z | tflt 0.000000000 |
2657 | 2024-05-08T02:54:42.035Z | dflt 0.000000000 |
2658 | 2024-05-08T02:54:42.036Z | kflt 0.000000000 |
2659 | 2024-05-08T02:54:42.036Z | lock 0.000000000 |
2660 | 2024-05-08T02:54:42.036Z | slp 0.000000000 |
2661 | 2024-05-08T02:54:42.036Z | lat 0.000195201 |
2662 | 2024-05-08T02:54:42.036Z | stop 0.000242820 |
2663 | 2024-05-08T02:54:42.064Z | + banner permission-slip |
2664 | 2024-05-08T02:54:42.064Z | |
2665 | 2024-05-08T02:54:42.064Z | ##### ###### ##### # # # #### #### # #### # # |
2666 | 2024-05-08T02:54:42.064Z | # # # # # ## ## # # # # # # ## # |
2667 | 2024-05-08T02:54:42.064Z | # # ##### # # # ## # # #### #### # # # # # # |
2668 | 2024-05-08T02:54:42.065Z | ##### # ##### # # # # # # # # # # # |
2669 | 2024-05-08T02:54:42.065Z | # # # # # # # # # # # # # # # ## |
2670 | 2024-05-08T02:54:42.065Z | # ###### # # # # # #### #### # #### # # |
2671 | 2024-05-08T02:54:42.065Z | |
2672 | 2024-05-08T02:54:42.065Z | + source ./tools/permslip_commit |
2673 | 2024-05-08T02:54:42.065Z | ++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695 |
2674 | 2024-05-08T02:54:42.065Z | + git init /work/permission-slip-build |
2675 | 2024-05-08T02:54:42.065Z | hint: Using 'master' as the name for the initial branch. This default branch name |
2676 | 2024-05-08T02:54:42.065Z | hint: is subject to change. To configure the initial branch name to use in all |
2677 | 2024-05-08T02:54:42.065Z | hint: of your new repositories, which will suppress this warning, call: |
2678 | 2024-05-08T02:54:42.065Z | hint: |
2679 | 2024-05-08T02:54:42.065Z | hint: git config --global init.defaultBranch <name> |
2680 | 2024-05-08T02:54:42.065Z | hint: |
2681 | 2024-05-08T02:54:42.065Z | hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and |
2682 | 2024-05-08T02:54:42.065Z | hint: 'development'. The just-created branch can be renamed via this command: |
2683 | 2024-05-08T02:54:42.065Z | hint: |
2684 | 2024-05-08T02:54:42.065Z | hint: git branch -m <name> |
2685 | 2024-05-08T02:54:42.065Z | Initialized empty Git repository in /work/permission-slip-build/.git/ |
2686 | 2024-05-08T02:54:42.065Z | + pushd /work/permission-slip-build |
2687 | 2024-05-08T02:54:42.065Z | /work/permission-slip-build /work/oxidecomputer/omicron |
2688 | 2024-05-08T02:54:42.065Z | + git remote add origin https://github.com/oxidecomputer/permission-slip.git |
2689 | 2024-05-08T02:54:42.065Z | + ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695 |
2690 | 2024-05-08T02:54:42.450Z | From https://github.com/oxidecomputer/permission-slip |
2691 | 2024-05-08T02:54:42.450Z | * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD |
2692 | 2024-05-08T02:54:42.476Z | |
2693 | 2024-05-08T02:54:42.476Z | real 0.821740768 |
2694 | 2024-05-08T02:54:42.476Z | user 0.075753299 |
2695 | 2024-05-08T02:54:42.477Z | sys 0.042861040 |
2696 | 2024-05-08T02:54:42.477Z | trap 0.000113873 |
2697 | 2024-05-08T02:54:42.477Z | tflt 0.000000000 |
2698 | 2024-05-08T02:54:42.477Z | dflt 0.000000000 |
2699 | 2024-05-08T02:54:42.477Z | kflt 0.000000000 |
2700 | 2024-05-08T02:54:42.477Z | lock 0.000126261 |
2701 | 2024-05-08T02:54:42.477Z | slp 2.437210610 |
2702 | 2024-05-08T02:54:42.477Z | lat 0.006674224 |
2703 | 2024-05-08T02:54:42.477Z | stop 0.001296126 |
2704 | 2024-05-08T02:54:42.477Z | + git checkout FETCH_HEAD |
2705 | 2024-05-08T02:54:42.477Z | Note: switching to 'FETCH_HEAD'. |
2706 | 2024-05-08T02:54:42.477Z | |
2707 | 2024-05-08T02:54:42.478Z | You are in 'detached HEAD' state. You can look around, make experimental |
2708 | 2024-05-08T02:54:42.478Z | changes and commit them, and you can discard any commits you make in this |
2709 | 2024-05-08T02:54:42.478Z | state without impacting any branches by switching back to a branch. |
2710 | 2024-05-08T02:54:42.478Z | |
2711 | 2024-05-08T02:54:42.478Z | If you want to create a new branch to retain commits you create, you may |
2712 | 2024-05-08T02:54:42.478Z | do so (now or later) by using -c with the switch command. Example: |
2713 | 2024-05-08T02:54:42.478Z | |
2714 | 2024-05-08T02:54:42.478Z | git switch -c <new-branch-name> |
2715 | 2024-05-08T02:54:42.478Z | |
2716 | 2024-05-08T02:54:42.478Z | Or undo this operation with: |
2717 | 2024-05-08T02:54:42.478Z | |
2718 | 2024-05-08T02:54:42.478Z | git switch - |
2719 | 2024-05-08T02:54:42.478Z | |
2720 | 2024-05-08T02:54:42.478Z | Turn off this advice by setting config variable advice.detachedHead to false |
2721 | 2024-05-08T02:54:42.478Z | |
2722 | 2024-05-08T02:54:42.478Z | HEAD is now at 5d44e00 Ensure SSH tables exist in the database |
2723 | 2024-05-08T02:54:42.478Z | + ptime -m cargo build --locked -p permission-slip-client --release |
2724 | 2024-05-08T02:54:42.504Z | info: syncing channel updates for '1.74-x86_64-unknown-illumos' |
2725 | 2024-05-08T02:54:42.609Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
2726 | 2024-05-08T02:54:42.609Z | info: downloading component 'cargo' |
2727 | 2024-05-08T02:54:42.729Z | info: downloading component 'clippy' |
2728 | 2024-05-08T02:54:42.775Z | info: downloading component 'rust-docs' |
2729 | 2024-05-08T02:54:42.951Z | info: downloading component 'rust-std' |
2730 | 2024-05-08T02:54:43.348Z | info: downloading component 'rustc' |
2731 | 2024-05-08T02:54:44.084Z | info: downloading component 'rustfmt' |
2732 | 2024-05-08T02:54:44.127Z | info: installing component 'cargo' |
2733 | 2024-05-08T02:54:45.153Z | info: installing component 'clippy' |
2734 | 2024-05-08T02:54:45.540Z | info: installing component 'rust-docs' |
2735 | 2024-05-08T02:54:47.966Z | info: installing component 'rust-std' |
2736 | 2024-05-08T02:54:49.864Z | info: installing component 'rustc' |
2737 | 2024-05-08T02:54:54.799Z | info: installing component 'rustfmt' |
2738 | 2024-05-08T02:54:55.445Z | Updating crates.io index |
2739 | 2024-05-08T02:54:55.760Z | Updating git repository `https://github.com/oxidecomputer/sshauth` |
2740 | 2024-05-08T02:54:56.673Z | From https://github.com/oxidecomputer/sshauth |
2741 | 2024-05-08T02:54:56.673Z | * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11 |
2742 | 2024-05-08T02:54:56.698Z | * [new branch] main -> origin/main |
2743 | 2024-05-08T02:54:56.698Z | * [new branch] paranoia -> origin/paranoia |
2744 | 2024-05-08T02:54:56.698Z | * [new branch] readme -> origin/readme |
2745 | 2024-05-08T02:54:56.698Z | * [new ref] -> origin/HEAD |
2746 | 2024-05-08T02:54:57.283Z | Downloading crates ... |
2747 | 2024-05-08T02:54:57.418Z | Downloaded autocfg v1.2.0 |
2748 | 2024-05-08T02:54:57.446Z | Downloaded anstyle-query v1.0.2 |
2749 | 2024-05-08T02:54:57.446Z | Downloaded bincode v1.3.3 |
2750 | 2024-05-08T02:54:57.446Z | Downloaded http-body v0.4.6 |
2751 | 2024-05-08T02:54:57.446Z | Downloaded ed25519 v1.5.3 |
2752 | 2024-05-08T02:54:57.446Z | Downloaded flagset v0.4.5 |
2753 | 2024-05-08T02:54:57.446Z | Downloaded iana-time-zone v0.1.60 |
2754 | 2024-05-08T02:54:57.446Z | Downloaded termcolor v1.4.1 |
2755 | 2024-05-08T02:54:57.473Z | Downloaded try-lock v0.2.5 |
2756 | 2024-05-08T02:54:57.473Z | Downloaded ssh-key v0.6.5 |
2757 | 2024-05-08T02:54:57.473Z | Downloaded typify-macro v0.0.16 |
2758 | 2024-05-08T02:54:57.473Z | Downloaded tls_codec_derive v0.4.1 |
2759 | 2024-05-08T02:54:57.473Z | Downloaded xdg v2.5.2 |
2760 | 2024-05-08T02:54:57.474Z | Downloaded unsafe-libyaml v0.2.11 |
2761 | 2024-05-08T02:54:57.500Z | Downloaded x509-cert v0.2.5 |
2762 | 2024-05-08T02:54:57.500Z | Downloaded webpki-roots v0.25.4 |
2763 | 2024-05-08T02:54:57.500Z | Downloaded typify-impl v0.0.16 |
2764 | 2024-05-08T02:54:57.526Z | Downloaded tokio v1.36.0 |
2765 | 2024-05-08T02:54:57.559Z | Downloaded rustix v0.38.32 |
2766 | 2024-05-08T02:54:57.585Z | Downloaded regex-syntax v0.8.3 |
2767 | 2024-05-08T02:54:57.619Z | Downloaded regex-automata v0.4.6 |
2768 | 2024-05-08T02:54:57.647Z | Downloaded unicode-normalization v0.1.23 |
2769 | 2024-05-08T02:54:57.648Z | Downloaded syn v2.0.55 |
2770 | 2024-05-08T02:54:57.648Z | Downloaded serde_json v1.0.115 |
2771 | 2024-05-08T02:54:57.648Z | Downloaded rustls v0.21.10 |
2772 | 2024-05-08T02:54:57.673Z | Downloaded reqwest v0.11.27 |
2773 | 2024-05-08T02:54:57.673Z | Downloaded chrono v0.4.37 |
2774 | 2024-05-08T02:54:57.673Z | Downloaded serde_yaml v0.9.34+deprecated |
2775 | 2024-05-08T02:54:57.673Z | Downloaded regress v0.8.0 |
2776 | 2024-05-08T02:54:57.713Z | Downloaded typify v0.0.16 |
2777 | 2024-05-08T02:54:57.713Z | Downloaded typenum v1.17.0 |
2778 | 2024-05-08T02:54:57.713Z | Downloaded sha2 v0.9.9 |
2779 | 2024-05-08T02:54:57.713Z | Downloaded serde v1.0.197 |
2780 | 2024-05-08T02:54:57.713Z | Downloaded sct v0.7.1 |
2781 | 2024-05-08T02:54:57.713Z | Downloaded ryu v1.0.17 |
2782 | 2024-05-08T02:54:57.713Z | Downloaded oauth2 v4.4.2 |
2783 | 2024-05-08T02:54:57.753Z | Downloaded tls_codec v0.4.1 |
2784 | 2024-05-08T02:54:57.753Z | Downloaded pkg-config v0.3.30 |
2785 | 2024-05-08T02:54:57.753Z | Downloaded ssh-cipher v0.2.0 |
2786 | 2024-05-08T02:54:57.753Z | Downloaded lock_api v0.4.11 |
2787 | 2024-05-08T02:54:57.753Z | Downloaded thiserror-impl v1.0.58 |
2788 | 2024-05-08T02:54:57.753Z | Downloaded thiserror v1.0.58 |
2789 | 2024-05-08T02:54:57.754Z | Downloaded ssh-encoding v0.2.0 |
2790 | 2024-05-08T02:54:57.754Z | Downloaded spki v0.7.3 |
2791 | 2024-05-08T02:54:57.754Z | Downloaded smallvec v1.13.2 |
2792 | 2024-05-08T02:54:57.754Z | Downloaded signature v2.2.0 |
2793 | 2024-05-08T02:54:57.754Z | Downloaded rustls-pemfile v1.0.4 |
2794 | 2024-05-08T02:54:57.755Z | Downloaded quote v1.0.35 |
2795 | 2024-05-08T02:54:57.755Z | Downloaded platforms v3.4.0 |
2796 | 2024-05-08T02:54:57.755Z | Downloaded p384 v0.13.0 |
2797 | 2024-05-08T02:54:57.755Z | Downloaded opaque-debug v0.3.1 |
2798 | 2024-05-08T02:54:57.755Z | Downloaded libm v0.2.8 |
2799 | 2024-05-08T02:54:57.791Z | Downloaded proc-macro2 v1.0.79 |
2800 | 2024-05-08T02:54:57.791Z | Downloaded parking_lot_core v0.9.9 |
2801 | 2024-05-08T02:54:57.792Z | Downloaded itoa v1.0.11 |
2802 | 2024-05-08T02:54:57.792Z | Downloaded signature v1.6.4 |
2803 | 2024-05-08T02:54:57.792Z | Downloaded serde_derive v1.0.197 |
2804 | 2024-05-08T02:54:57.792Z | Downloaded rsa v0.9.6 |
2805 | 2024-05-08T02:54:57.792Z | Downloaded openssl-sys v0.9.101 |
2806 | 2024-05-08T02:54:57.792Z | Downloaded is-terminal v0.4.12 |
2807 | 2024-05-08T02:54:57.792Z | Downloaded heapless v0.7.17 |
2808 | 2024-05-08T02:54:57.792Z | Downloaded h2 v0.3.25 |
2809 | 2024-05-08T02:54:57.792Z | Downloaded ed25519-dalek v1.0.1 |
2810 | 2024-05-08T02:54:57.793Z | Downloaded curve25519-dalek-derive v0.1.1 |
2811 | 2024-05-08T02:54:57.793Z | Downloaded curve25519-dalek v3.2.0 |
2812 | 2024-05-08T02:54:57.820Z | Downloaded crypto-bigint v0.5.5 |
2813 | 2024-05-08T02:54:57.820Z | Downloaded clap-num v1.1.1 |
2814 | 2024-05-08T02:54:57.820Z | Downloaded ed25519-dalek v2.1.1 |
2815 | 2024-05-08T02:54:57.820Z | Downloaded cc v1.0.90 |
2816 | 2024-05-08T02:54:57.820Z | Downloaded block-buffer v0.9.0 |
2817 | 2024-05-08T02:54:57.820Z | Downloaded env_logger v0.10.2 |
2818 | 2024-05-08T02:54:57.820Z | Downloaded ed25519 v2.2.3 |
2819 | 2024-05-08T02:54:57.820Z | Downloaded digest v0.9.0 |
2820 | 2024-05-08T02:54:57.820Z | Downloaded crc-any v2.4.4 |
2821 | 2024-05-08T02:54:57.820Z | Downloaded blake3 v1.5.1 |
2822 | 2024-05-08T02:54:57.846Z | Downloaded bitflags v2.5.0 |
2823 | 2024-05-08T02:54:57.846Z | Downloaded anstyle-parse v0.2.3 |
2824 | 2024-05-08T02:54:57.846Z | Downloaded anstream v0.6.13 |
2825 | 2024-05-08T02:54:57.846Z | Downloaded aho-corasick v1.1.3 |
2826 | 2024-05-08T02:54:57.846Z | Downloaded anyhow v1.0.81 |
2827 | 2024-05-08T02:54:57.846Z | Downloaded ahash v0.8.11 |
2828 | 2024-05-08T02:54:57.966Z | Compiling proc-macro2 v1.0.79 |
2829 | 2024-05-08T02:54:57.966Z | Compiling unicode-ident v1.0.12 |
2830 | 2024-05-08T02:54:57.966Z | Compiling version_check v0.9.4 |
2831 | 2024-05-08T02:54:57.966Z | Compiling cfg-if v1.0.0 |
2832 | 2024-05-08T02:54:57.998Z | Compiling libc v0.2.153 |
2833 | 2024-05-08T02:54:57.999Z | Compiling autocfg v1.2.0 |
2834 | 2024-05-08T02:54:57.999Z | Compiling typenum v1.17.0 |
2835 | 2024-05-08T02:54:57.999Z | Compiling serde v1.0.197 |
2836 | 2024-05-08T02:54:58.111Z | Compiling cc v1.0.90 |
2837 | 2024-05-08T02:54:58.177Z | Compiling const-oid v0.9.6 |
2838 | 2024-05-08T02:54:58.593Z | Compiling subtle v2.5.0 |
2839 | 2024-05-08T02:54:58.618Z | Compiling generic-array v0.14.7 |
2840 | 2024-05-08T02:54:58.706Z | Compiling ahash v0.8.11 |
2841 | 2024-05-08T02:54:58.897Z | Compiling lock_api v0.4.11 |
2842 | 2024-05-08T02:54:59.015Z | Compiling once_cell v1.19.0 |
2843 | 2024-05-08T02:54:59.106Z | Compiling scopeguard v1.2.0 |
2844 | 2024-05-08T02:54:59.266Z | Compiling serde_json v1.0.115 |
2845 | 2024-05-08T02:54:59.414Z | Compiling quote v1.0.35 |
2846 | 2024-05-08T02:54:59.696Z | Compiling syn v1.0.109 |
2847 | 2024-05-08T02:54:59.961Z | Compiling syn v2.0.55 |
2848 | 2024-05-08T02:55:00.143Z | Compiling getrandom v0.2.12 |
2849 | 2024-05-08T02:55:00.176Z | Compiling itoa v1.0.11 |
2850 | 2024-05-08T02:55:00.219Z | Compiling smallvec v1.13.2 |
2851 | 2024-05-08T02:55:00.431Z | Compiling rand_core v0.6.4 |
2852 | 2024-05-08T02:55:00.567Z | Compiling base64ct v1.6.0 |
2853 | 2024-05-08T02:55:00.683Z | Compiling libm v0.2.8 |
2854 | 2024-05-08T02:55:00.734Z | Compiling zerocopy v0.7.32 |
2855 | 2024-05-08T02:55:00.921Z | Compiling bytes v1.6.0 |
2856 | 2024-05-08T02:55:01.373Z | Compiling pin-project-lite v0.2.13 |
2857 | 2024-05-08T02:55:01.402Z | Compiling pem-rfc7468 v0.7.0 |
2858 | 2024-05-08T02:55:01.402Z | Compiling memchr v2.7.1 |
2859 | 2024-05-08T02:55:01.402Z | Compiling parking_lot_core v0.9.9 |
2860 | 2024-05-08T02:55:01.562Z | Compiling num-traits v0.2.18 |
2861 | 2024-05-08T02:55:01.801Z | Compiling thiserror v1.0.58 |
2862 | 2024-05-08T02:55:01.903Z | Compiling log v0.4.21 |
2863 | 2024-05-08T02:55:01.939Z | Compiling allocator-api2 v0.2.16 |
2864 | 2024-05-08T02:55:02.639Z | Compiling hashbrown v0.14.3 |
2865 | 2024-05-08T02:55:03.383Z | Compiling bitflags v2.5.0 |
2866 | 2024-05-08T02:55:03.409Z | Compiling flagset v0.4.5 |
2867 | 2024-05-08T02:55:03.830Z | Compiling parking_lot v0.12.1 |
2868 | 2024-05-08T02:55:03.888Z | Compiling spin v0.9.8 |
2869 | 2024-05-08T02:55:03.979Z | Compiling mio v0.8.11 |
2870 | 2024-05-08T02:55:04.018Z | Compiling signal-hook-registry v1.4.1 |
2871 | 2024-05-08T02:55:04.268Z | Compiling socket2 v0.5.6 |
2872 | 2024-05-08T02:55:04.989Z | Compiling num_cpus v1.16.0 |
2873 | 2024-05-08T02:55:05.114Z | Compiling vcpkg v0.2.15 |
2874 | 2024-05-08T02:55:05.521Z | Compiling schemars v0.8.16 |
2875 | 2024-05-08T02:55:05.889Z | Compiling pkg-config v0.3.30 |
2876 | 2024-05-08T02:55:06.353Z | Compiling semver v1.0.22 |
2877 | 2024-05-08T02:55:06.391Z | Compiling cpufeatures v0.2.12 |
2878 | 2024-05-08T02:55:06.392Z | Compiling serde_derive_internals v0.26.0 |
2879 | 2024-05-08T02:55:06.392Z | Compiling ring v0.17.8 |
2880 | 2024-05-08T02:55:06.815Z | Compiling ryu v1.0.17 |
2881 | 2024-05-08T02:55:06.963Z | Compiling openssl-sys v0.9.101 |
2882 | 2024-05-08T02:55:08.851Z | Compiling slab v0.4.9 |
2883 | 2024-05-08T02:55:08.878Z | Compiling futures-core v0.3.30 |
2884 | 2024-05-08T02:55:08.878Z | Compiling equivalent v1.0.1 |
2885 | 2024-05-08T02:55:08.878Z | Compiling fnv v1.0.7 |
2886 | 2024-05-08T02:55:08.878Z | Compiling http v0.2.12 |
2887 | 2024-05-08T02:55:08.878Z | Compiling rustc_version v0.4.0 |
2888 | 2024-05-08T02:55:08.878Z | Compiling tracing-core v0.1.32 |
2889 | 2024-05-08T02:55:08.878Z | Compiling byteorder v1.5.0 |
2890 | 2024-05-08T02:55:08.878Z | Compiling untrusted v0.9.0 |
2891 | 2024-05-08T02:55:09.052Z | Compiling tracing v0.1.40 |
2892 | 2024-05-08T02:55:09.359Z | Compiling pin-utils v0.1.0 |
2893 | 2024-05-08T02:55:09.457Z | Compiling httparse v1.8.0 |
2894 | 2024-05-08T02:55:09.715Z | Compiling chrono v0.4.37 |
2895 | 2024-05-08T02:55:09.760Z | Compiling futures-sink v0.3.30 |
2896 | 2024-05-08T02:55:09.905Z | Compiling openssl v0.10.64 |
2897 | 2024-05-08T02:55:09.959Z | Compiling futures-task v0.3.30 |
2898 | 2024-05-08T02:55:10.274Z | Compiling ppv-lite86 v0.2.17 |
2899 | 2024-05-08T02:55:10.331Z | Compiling uuid v1.8.0 |
2900 | 2024-05-08T02:55:10.453Z | Compiling serde_derive v1.0.197 |
2901 | 2024-05-08T02:55:10.574Z | Compiling zeroize_derive v1.4.2 |
2902 | 2024-05-08T02:55:10.823Z | Compiling der_derive v0.7.2 |
2903 | 2024-05-08T02:55:10.892Z | Compiling thiserror-impl v1.0.58 |
2904 | 2024-05-08T02:55:11.011Z | Compiling tokio-macros v2.2.0 |
2905 | 2024-05-08T02:55:11.543Z | Compiling schemars_derive v0.8.16 |
2906 | 2024-05-08T02:55:11.923Z | Compiling zeroize v1.7.0 |
2907 | 2024-05-08T02:55:12.469Z | Compiling tokio v1.36.0 |
2908 | 2024-05-08T02:55:12.629Z | Compiling dyn-clone v1.0.17 |
2909 | 2024-05-08T02:55:12.803Z | Compiling futures-io v0.3.30 |
2910 | 2024-05-08T02:55:12.908Z | Compiling der v0.7.8 |
2911 | 2024-05-08T02:55:13.122Z | Compiling foreign-types-shared v0.1.1 |
2912 | 2024-05-08T02:55:13.230Z | Compiling foreign-types v0.3.2 |
2913 | 2024-05-08T02:55:13.324Z | Compiling futures-util v0.3.30 |
2914 | 2024-05-08T02:55:13.415Z | Compiling crypto-common v0.1.6 |
2915 | 2024-05-08T02:55:13.441Z | Compiling block-buffer v0.10.4 |
2916 | 2024-05-08T02:55:13.656Z | Compiling digest v0.10.7 |
2917 | 2024-05-08T02:55:13.734Z | Compiling openssl-macros v0.1.1 |
2918 | 2024-05-08T02:55:14.120Z | Compiling sha2 v0.10.8 |
2919 | 2024-05-08T02:55:14.237Z | Compiling signature v2.2.0 |
2920 | 2024-05-08T02:55:14.549Z | Compiling regress v0.8.0 |
2921 | 2024-05-08T02:55:15.847Z | Compiling spki v0.7.3 |
2922 | 2024-05-08T02:55:16.336Z | Compiling pkcs8 v0.10.2 |
2923 | 2024-05-08T02:55:16.651Z | Compiling native-tls v0.2.11 |
2924 | 2024-05-08T02:55:17.872Z | Compiling try-lock v0.2.5 |
2925 | 2024-05-08T02:55:18.422Z | Compiling rustls v0.21.10 |
2926 | 2024-05-08T02:55:18.482Z | Compiling tinyvec_macros v0.1.1 |
2927 | 2024-05-08T02:55:18.585Z | Compiling heck v0.4.1 |
2928 | 2024-05-08T02:55:18.747Z | Compiling tinyvec v1.6.0 |
2929 | 2024-05-08T02:55:19.011Z | Compiling want v0.3.1 |
2930 | 2024-05-08T02:55:19.159Z | Compiling sct v0.7.1 |
2931 | 2024-05-08T02:55:19.357Z | Compiling rustls-webpki v0.101.7 |
2932 | 2024-05-08T02:55:20.176Z | Compiling tokio-util v0.7.10 |
2933 | 2024-05-08T02:55:21.364Z | Compiling http-body v0.4.6 |
2934 | 2024-05-08T02:55:21.854Z | Compiling futures-channel v0.3.30 |
2935 | 2024-05-08T02:55:22.304Z | Compiling indexmap v2.2.6 |
2936 | 2024-05-08T02:55:22.455Z | Compiling serde_tokenstream v0.2.0 |
2937 | 2024-05-08T02:55:22.900Z | Compiling ff v0.13.0 |
2938 | 2024-05-08T02:55:23.106Z | Compiling percent-encoding v2.3.1 |
2939 | 2024-05-08T02:55:23.137Z | Compiling base16ct v0.2.0 |
2940 | 2024-05-08T02:55:23.528Z | Compiling httpdate v1.0.3 |
2941 | 2024-05-08T02:55:23.776Z | Compiling h2 v0.3.25 |
2942 | 2024-05-08T02:55:23.826Z | Compiling getrandom v0.1.16 |
2943 | 2024-05-08T02:55:24.209Z | Compiling rustix v0.38.32 |
2944 | 2024-05-08T02:55:24.302Z | Compiling iana-time-zone v0.1.60 |
2945 | 2024-05-08T02:55:24.327Z | Compiling tower-service v0.3.2 |
2946 | 2024-05-08T02:55:24.452Z | Compiling openssl-probe v0.1.5 |
2947 | 2024-05-08T02:55:25.000Z | Compiling sec1 v0.7.3 |
2948 | 2024-05-08T02:55:26.582Z | Compiling typify-impl v0.0.16 |
2949 | 2024-05-08T02:55:27.634Z | Compiling form_urlencoded v1.2.1 |
2950 | 2024-05-08T02:55:27.925Z | Compiling group v0.13.0 |
2951 | 2024-05-08T02:55:28.149Z | Compiling hyper v0.14.28 |
2952 | 2024-05-08T02:55:28.391Z | Compiling unicode-normalization v0.1.23 |
2953 | 2024-05-08T02:55:29.737Z | Compiling crypto-bigint v0.5.5 |
2954 | 2024-05-08T02:55:32.975Z | Compiling errno v0.3.8 |
2955 | 2024-05-08T02:55:33.005Z | Compiling platforms v3.4.0 |
2956 | 2024-05-08T02:55:33.339Z | Compiling utf8parse v0.2.1 |
2957 | 2024-05-08T02:55:33.520Z | Compiling radium v0.7.0 |
2958 | 2024-05-08T02:55:33.591Z | Compiling unicode-bidi v0.3.15 |
2959 | 2024-05-08T02:55:34.403Z | Compiling idna v0.5.0 |
2960 | 2024-05-08T02:55:35.269Z | Compiling curve25519-dalek v4.1.2 |
2961 | 2024-05-08T02:55:35.686Z | Compiling anstyle-parse v0.2.3 |
2962 | 2024-05-08T02:55:36.084Z | Compiling typify-macro v0.0.16 |
2963 | 2024-05-08T02:55:36.543Z | Compiling tokio-rustls v0.24.1 |
2964 | 2024-05-08T02:55:36.913Z | Compiling elliptic-curve v0.13.8 |
2965 | 2024-05-08T02:55:37.548Z | Compiling tokio-native-tls v0.3.1 |
2966 | 2024-05-08T02:55:38.216Z | Compiling hmac v0.12.1 |
2967 | 2024-05-08T02:55:38.288Z | Compiling rand_chacha v0.3.1 |
2968 | 2024-05-08T02:55:38.438Z | Compiling aho-corasick v1.1.3 |
2969 | 2024-05-08T02:55:38.844Z | Compiling anstyle v1.0.6 |
2970 | 2024-05-08T02:55:39.486Z | Compiling regex-syntax v0.8.3 |
2971 | 2024-05-08T02:55:39.594Z | Compiling base64 v0.21.7 |
2972 | 2024-05-08T02:55:39.848Z | Compiling maybe-uninit v2.0.0 |
2973 | 2024-05-08T02:55:40.447Z | Compiling tap v1.0.1 |
2974 | 2024-05-08T02:55:40.543Z | Compiling colorchoice v1.0.0 |
2975 | 2024-05-08T02:55:40.602Z | Compiling anstyle-query v1.0.2 |
2976 | 2024-05-08T02:55:40.656Z | Compiling wyz v0.5.1 |
2977 | 2024-05-08T02:55:40.746Z | Compiling anstream v0.6.13 |
2978 | 2024-05-08T02:55:41.147Z | Compiling rustls-pemfile v1.0.4 |
2979 | 2024-05-08T02:55:41.185Z | Compiling rand v0.8.5 |
2980 | 2024-05-08T02:55:41.858Z | Compiling rfc6979 v0.4.0 |
2981 | 2024-05-08T02:55:41.883Z | Compiling rand_core v0.5.1 |
2982 | 2024-05-08T02:55:42.269Z | Compiling hyper-tls v0.5.0 |
2983 | 2024-05-08T02:55:42.295Z | Compiling terminal_size v0.3.0 |
2984 | 2024-05-08T02:55:42.382Z | Compiling hyper-rustls v0.24.2 |
2985 | 2024-05-08T02:55:42.510Z | Compiling regex-automata v0.4.6 |
2986 | 2024-05-08T02:55:42.805Z | Compiling url v2.5.0 |
2987 | 2024-05-08T02:55:43.000Z | Compiling serde_urlencoded v0.7.1 |
2988 | 2024-05-08T02:55:43.331Z | Compiling inout v0.1.3 |
2989 | 2024-05-08T02:55:43.546Z | Compiling curve25519-dalek-derive v0.1.1 |
2990 | 2024-05-08T02:55:43.571Z | Compiling heapless v0.7.17 |
2991 | 2024-05-08T02:55:43.972Z | Compiling num-integer v0.1.46 |
2992 | 2024-05-08T02:55:44.934Z | Compiling encoding_rs v0.8.33 |
2993 | 2024-05-08T02:55:48.069Z | Compiling spin v0.5.2 |
2994 | 2024-05-08T02:55:48.297Z | Compiling clap_lex v0.7.0 |
2995 | 2024-05-08T02:55:49.702Z | Compiling mime v0.3.17 |
2996 | 2024-05-08T02:55:50.790Z | Compiling sync_wrapper v0.1.2 |
2997 | 2024-05-08T02:55:51.918Z | Compiling ipnet v2.9.0 |
2998 | 2024-05-08T02:55:53.165Z | Compiling webpki-roots v0.25.4 |
2999 | 2024-05-08T02:55:53.314Z | Compiling heck v0.5.0 |
3000 | 2024-05-08T02:55:53.677Z | Compiling num-bigint-dig v0.8.4 |
3001 | 2024-05-08T02:55:53.984Z | Compiling packed_struct v0.10.1 |
3002 | 2024-05-08T02:55:54.320Z | Compiling funty v2.0.0 |
3003 | 2024-05-08T02:55:54.434Z | Compiling unicode-width v0.1.11 |
3004 | 2024-05-08T02:55:54.544Z | Compiling strsim v0.11.0 |
3005 | 2024-05-08T02:55:54.577Z | Compiling getopts v0.2.21 |
3006 | 2024-05-08T02:55:55.347Z | Compiling bitvec v1.0.1 |
3007 | 2024-05-08T02:55:55.596Z | Compiling clap_builder v4.5.2 |
3008 | 2024-05-08T02:55:56.075Z | Compiling clap_derive v4.5.4 |
3009 | 2024-05-08T02:55:56.272Z | Compiling reqwest v0.11.27 |
3010 | 2024-05-08T02:56:00.009Z | Compiling lazy_static v1.4.0 |
3011 | 2024-05-08T02:56:00.127Z | Compiling regex v1.10.4 |
3012 | 2024-05-08T02:56:01.021Z | Compiling num-iter v0.1.44 |
3013 | 2024-05-08T02:56:01.251Z | Compiling cipher v0.4.4 |
3014 | 2024-05-08T02:56:01.647Z | Compiling ecdsa v0.16.9 |
3015 | 2024-05-08T02:56:02.784Z | Compiling typify v0.0.16 |
3016 | 2024-05-08T02:56:02.905Z | Compiling primeorder v0.13.6 |
3017 | 2024-05-08T02:56:03.404Z | Compiling openapiv3 v2.0.0 |
3018 | 2024-05-08T02:56:04.875Z | Compiling ssh-encoding v0.2.0 |
3019 | 2024-05-08T02:56:05.333Z | Compiling ed25519 v2.2.3 |
3020 | 2024-05-08T02:56:05.695Z | Compiling digest v0.9.0 |
3021 | 2024-05-08T02:56:05.896Z | Compiling packed_struct_codegen v0.10.1 |
3022 | 2024-05-08T02:56:06.026Z | Compiling hash32 v0.2.1 |
3023 | 2024-05-08T02:56:06.389Z | Compiling anyhow v1.0.81 |
3024 | 2024-05-08T02:56:06.878Z | Compiling stable_deref_trait v1.2.0 |
3025 | 2024-05-08T02:56:07.136Z | Compiling nodrop v0.1.14 |
3026 | 2024-05-08T02:56:07.257Z | Compiling unsafe-libyaml v0.2.11 |
3027 | 2024-05-08T02:56:07.329Z | Compiling slog v2.7.0 |
3028 | 2024-05-08T02:56:07.842Z | Compiling array-init v0.0.4 |
3029 | 2024-05-08T02:56:08.641Z | Compiling serde_yaml v0.9.34+deprecated |
3030 | 2024-05-08T02:56:12.059Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3031 | 2024-05-08T02:56:12.159Z | Compiling ed25519-dalek v2.1.1 |
3032 | 2024-05-08T02:56:12.748Z | Compiling ssh-cipher v0.2.0 |
3033 | 2024-05-08T02:56:12.779Z | Compiling p256 v0.13.2 |
3034 | 2024-05-08T02:56:12.978Z | Compiling smallvec v0.6.14 |
3035 | 2024-05-08T02:56:16.910Z | Compiling clap v4.5.4 |
3036 | 2024-05-08T02:56:17.157Z | Compiling rand_chacha v0.2.2 |
3037 | 2024-05-08T02:56:18.220Z | Compiling pkcs1 v0.7.5 |
3038 | 2024-05-08T02:56:21.321Z | Compiling block-buffer v0.9.0 |
3039 | 2024-05-08T02:56:21.406Z | Compiling zerocopy-derive v0.6.6 |
3040 | 2024-05-08T02:56:21.506Z | Compiling blake3 v1.5.1 |
3041 | 2024-05-08T02:56:22.054Z | Compiling is-terminal v0.4.12 |
3042 | 2024-05-08T02:56:22.179Z | Compiling opaque-debug v0.3.1 |
3043 | 2024-05-08T02:56:22.274Z | Compiling cobs v0.2.3 |
3044 | 2024-05-08T02:56:22.724Z | Compiling termcolor v1.4.1 |
3045 | 2024-05-08T02:56:23.240Z | Compiling bitfield v0.14.0 |
3046 | 2024-05-08T02:56:23.489Z | Compiling signature v1.6.4 |
3047 | 2024-05-08T02:56:23.682Z | Compiling base64 v0.13.1 |
3048 | 2024-05-08T02:56:23.941Z | Compiling embedded-io v0.4.0 |
3049 | 2024-05-08T02:56:24.210Z | Compiling postcard v1.0.8 |
3050 | 2024-05-08T02:56:24.478Z | Compiling ed25519 v1.5.3 |
3051 | 2024-05-08T02:56:24.572Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3052 | 2024-05-08T02:56:24.785Z | Compiling zerocopy v0.6.6 |
3053 | 2024-05-08T02:56:25.193Z | Compiling env_logger v0.10.2 |
3054 | 2024-05-08T02:56:25.590Z | Compiling sha2 v0.9.9 |
3055 | 2024-05-08T02:56:28.047Z | Compiling rsa v0.9.6 |
3056 | 2024-05-08T02:56:28.390Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3057 | 2024-05-08T02:56:30.427Z | Compiling rand v0.7.3 |
3058 | 2024-05-08T02:56:32.469Z | Compiling serde-hex v0.1.0 |
3059 | 2024-05-08T02:56:32.658Z | Compiling ssh-key v0.6.5 |
3060 | 2024-05-08T02:56:35.818Z | Compiling curve25519-dalek v3.2.0 |
3061 | 2024-05-08T02:56:37.001Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3062 | 2024-05-08T02:56:38.565Z | Compiling bincode v1.3.3 |
3063 | 2024-05-08T02:56:39.612Z | Compiling serde_path_to_error v0.1.16 |
3064 | 2024-05-08T02:56:40.526Z | Compiling x509-cert v0.2.5 |
3065 | 2024-05-08T02:56:41.669Z | Compiling constant_time_eq v0.3.0 |
3066 | 2024-05-08T02:56:41.848Z | Compiling arrayvec v0.7.4 |
3067 | 2024-05-08T02:56:42.309Z | Compiling hex v0.4.3 |
3068 | 2024-05-08T02:56:42.957Z | Compiling crc-any v2.4.4 |
3069 | 2024-05-08T02:56:43.841Z | Compiling arrayref v0.3.7 |
3070 | 2024-05-08T02:56:45.715Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3071 | 2024-05-08T02:56:45.793Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3072 | 2024-05-08T02:56:45.992Z | Compiling oauth2 v4.4.2 |
3073 | 2024-05-08T02:56:48.141Z | Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a) |
3074 | 2024-05-08T02:56:51.258Z | Compiling ed25519-dalek v1.0.1 |
3075 | 2024-05-08T02:56:51.845Z | Compiling clap-num v1.1.1 |
3076 | 2024-05-08T02:56:51.978Z | Compiling xdg v2.5.2 |
3077 | 2024-05-08T02:56:52.380Z | Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client) |
3078 | 2024-05-08T02:57:17.156Z | Finished release [optimized] target(s) in 2m 21s |
3079 | 2024-05-08T02:57:17.224Z | |
3080 | 2024-05-08T02:57:17.224Z | real 2:34.720340698 |
3081 | 2024-05-08T02:57:17.224Z | user 15:52.114963130 |
3082 | 2024-05-08T02:57:17.225Z | sys 1:34.499226022 |
3083 | 2024-05-08T02:57:17.225Z | trap 0.543391070 |
3084 | 2024-05-08T02:57:17.225Z | tflt 0.527749034 |
3085 | 2024-05-08T02:57:17.225Z | dflt 0.608352571 |
3086 | 2024-05-08T02:57:17.225Z | kflt 0.000122956 |
3087 | 2024-05-08T02:57:17.225Z | lock 37:57.127637964 |
3088 | 2024-05-08T02:57:17.225Z | slp 43:55.450623446 |
3089 | 2024-05-08T02:57:17.225Z | lat 54.047960017 |
3090 | 2024-05-08T02:57:17.225Z | stop 46.770628225 |
3091 | 2024-05-08T02:57:17.258Z | + ptime -m gzip |
3092 | 2024-05-08T02:57:18.563Z | |
3093 | 2024-05-08T02:57:18.563Z | real 1.333449199 |
3094 | 2024-05-08T02:57:18.563Z | user 1.314203326 |
3095 | 2024-05-08T02:57:18.563Z | sys 0.018481742 |
3096 | 2024-05-08T02:57:18.563Z | trap 0.000191869 |
3097 | 2024-05-08T02:57:18.563Z | tflt 0.000000000 |
3098 | 2024-05-08T02:57:18.563Z | dflt 0.000000000 |
3099 | 2024-05-08T02:57:18.563Z | kflt 0.000000000 |
3100 | 2024-05-08T02:57:18.563Z | lock 0.000000000 |
3101 | 2024-05-08T02:57:18.563Z | slp 0.000000000 |
3102 | 2024-05-08T02:57:18.563Z | lat 0.000254000 |
3103 | 2024-05-08T02:57:18.563Z | stop 0.000232680 |
3104 | 2024-05-08T02:57:18.592Z | process exited: duration 899125 ms, exit code 0 |
|
3105 | 2024-05-08T02:57:18.680Z | found 9 output files |
3106 | 2024-05-08T02:57:18.680Z | uploading: /work/end-to-end-tests/bootstrap-bcc4c7ed525c9a53.gz (9698828 bytes) |
3107 | 2024-05-08T02:57:24.291Z | uploaded: /work/end-to-end-tests/bootstrap-bcc4c7ed525c9a53.gz |
3108 | 2024-05-08T02:57:24.291Z | uploading: /work/end-to-end-tests/bootstrap.gz (104419926 bytes) |
3109 | 2024-05-08T02:58:10.774Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
3110 | 2024-05-08T02:58:10.774Z | uploading: /work/end-to-end-tests/commtest-844f863e97fc2f40.gz (9698303 bytes) |
3111 | 2024-05-08T02:58:18.121Z | uploaded: /work/end-to-end-tests/commtest-844f863e97fc2f40.gz |
3112 | 2024-05-08T02:58:18.121Z | uploading: /work/end-to-end-tests/dhcp_server-684e09390b28e4bd.gz (9696992 bytes) |
3113 | 2024-05-08T02:58:23.932Z | uploaded: /work/end-to-end-tests/dhcp_server-684e09390b28e4bd.gz |
3114 | 2024-05-08T02:58:23.933Z | uploading: /work/end-to-end-tests/end_to_end_tests-972a25bf4e3b4ac1.gz (107863240 bytes) |
3115 | 2024-05-08T02:59:02.138Z | uploaded: /work/end-to-end-tests/end_to_end_tests-972a25bf4e3b4ac1.gz |
3116 | 2024-05-08T02:59:02.167Z | uploading: /work/caboose-util.gz (2411925 bytes) |
3117 | 2024-05-08T02:59:04.288Z | uploaded: /work/caboose-util.gz |
3118 | 2024-05-08T02:59:04.317Z | uploading: /work/tufaceous.gz (11884318 bytes) |
3119 | 2024-05-08T02:59:12.698Z | uploaded: /work/tufaceous.gz |
3120 | 2024-05-08T02:59:12.698Z | uploading: /work/commtest (469408656 bytes) |
3121 | 2024-05-08T03:01:57.659Z | uploaded: /work/commtest |
3122 | 2024-05-08T03:01:57.659Z | uploading: /work/permslip.gz (10331245 bytes) |
3123 | 2024-05-08T03:02:04.234Z | uploaded: /work/permslip.gz |