|
|
|
1 | 2024-03-28T07:17:25.499Z | job assigned to worker 01HT1YKST4JP8KW2T5FYM0MR6R (queued for 2 m 8 s) |
|
2 | 2024-03-28T07:17:32.906Z | starting task 0: "setup" |
3 | 2024-03-28T07:17:33.401Z | ++ uname -s |
4 | 2024-03-28T07:17:33.411Z | + kern=SunOS |
5 | 2024-03-28T07:17:33.411Z | + case "$kern" in |
6 | 2024-03-28T07:17:33.411Z | + groupadd -g 12345 build |
7 | 2024-03-28T07:17:33.412Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-28T07:17:35.110Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-28T07:17:35.641Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-28T07:17:35.645Z | + home_fs=zfs |
11 | 2024-03-28T07:17:35.645Z | + [[ zfs == autofs ]] |
12 | 2024-03-28T07:17:35.645Z | + mkdir -p /home/build |
13 | 2024-03-28T07:17:35.645Z | + chown build:build /home/build /work |
14 | 2024-03-28T07:17:36.645Z | + chmod 0700 /home/build /work |
15 | 2024-03-28T07:17:36.649Z | process exited: duration 3739 ms, exit code 0 |
|
16 | 2024-03-28T07:17:36.657Z | starting task 1: "rust-toolchain" |
17 | 2024-03-28T07:17:36.664Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-28T07:17:36.668Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-03-28T07:17:36.781Z | info: downloading installer |
20 | 2024-03-28T07:17:38.656Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-28T07:17:38.656Z | warning: /opt/ooce/bin |
22 | 2024-03-28T07:17:38.656Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-28T07:17:38.656Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-28T07:17:38.656Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-28T07:17:38.656Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-28T07:17:38.656Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-28T07:17:38.656Z | error: cannot install while Rust is installed |
28 | 2024-03-28T07:17:38.656Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-28T07:17:38.922Z | info: profile set to 'default' |
30 | 2024-03-28T07:17:38.922Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-28T07:17:38.925Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-03-28T07:17:39.147Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-03-28T07:17:39.147Z | info: downloading component 'cargo' |
34 | 2024-03-28T07:17:40.246Z | info: downloading component 'clippy' |
35 | 2024-03-28T07:17:40.605Z | info: downloading component 'rust-docs' |
36 | 2024-03-28T07:17:42.246Z | info: downloading component 'rust-std' |
37 | 2024-03-28T07:17:44.933Z | info: downloading component 'rustc' |
38 | 2024-03-28T07:17:51.149Z | info: downloading component 'rustfmt' |
39 | 2024-03-28T07:17:51.553Z | info: installing component 'cargo' |
40 | 2024-03-28T07:17:52.372Z | info: installing component 'clippy' |
41 | 2024-03-28T07:17:52.731Z | info: installing component 'rust-docs' |
42 | 2024-03-28T07:17:54.142Z | info: installing component 'rust-std' |
43 | 2024-03-28T07:17:56.021Z | info: installing component 'rustc' |
44 | 2024-03-28T07:18:00.012Z | info: installing component 'rustfmt' |
45 | 2024-03-28T07:18:00.352Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-03-28T07:18:00.352Z | |
47 | 2024-03-28T07:18:00.635Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-03-28T07:18:00.635Z | |
49 | 2024-03-28T07:18:00.639Z | |
50 | 2024-03-28T07:18:00.639Z | Rust is installed now. Great! |
51 | 2024-03-28T07:18:00.639Z | |
52 | 2024-03-28T07:18:00.639Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-28T07:18:00.639Z | environment variable. This has not been done automatically. |
54 | 2024-03-28T07:18:00.640Z | |
55 | 2024-03-28T07:18:00.640Z | To configure your current shell, you need to source |
56 | 2024-03-28T07:18:00.640Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-28T07:18:00.640Z | |
58 | 2024-03-28T07:18:00.640Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-28T07:18:00.640Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-28T07:18:00.640Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-28T07:18:00.751Z | + rustc --version |
62 | 2024-03-28T07:18:00.813Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-03-28T07:18:00.816Z | process exited: duration 24154 ms, exit code 0 |
|
64 | 2024-03-28T07:18:00.822Z | starting task 2: "authentication" |
65 | 2024-03-28T07:18:00.849Z | process exited: duration 22 ms, exit code 0 |
|
66 | 2024-03-28T07:18:00.856Z | starting task 3: "clone repository" |
67 | 2024-03-28T07:18:00.860Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-03-28T07:18:00.867Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-03-28T07:18:01.329Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-03-28T07:18:07.172Z | + cd /work/oxidecomputer/omicron |
71 | 2024-03-28T07:18:07.172Z | + git fetch origin 3d116a771a135290dcc0cbb4c7352d2769e21648 |
72 | 2024-03-28T07:18:07.811Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-03-28T07:18:07.811Z | * branch 3d116a771a135290dcc0cbb4c7352d2769e21648 -> FETCH_HEAD |
74 | 2024-03-28T07:18:07.818Z | + [[ -n '' ]] |
75 | 2024-03-28T07:18:07.818Z | + git reset --hard 3d116a771a135290dcc0cbb4c7352d2769e21648 |
76 | 2024-03-28T07:18:07.942Z | HEAD is now at 3d116a771 wip - vnc proxy - avoid double join handle |
77 | 2024-03-28T07:18:07.949Z | process exited: duration 7080 ms, exit code 0 |
|
78 | 2024-03-28T07:18:07.956Z | starting task 4: "build" |
79 | 2024-03-28T07:18:07.963Z | + cargo --version |
80 | 2024-03-28T07:18:07.969Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
81 | 2024-03-28T07:18:08.116Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
82 | 2024-03-28T07:18:08.116Z | info: downloading component 'cargo' |
83 | 2024-03-28T07:18:08.855Z | info: downloading component 'clippy' |
84 | 2024-03-28T07:18:09.085Z | info: downloading component 'rust-docs' |
85 | 2024-03-28T07:18:09.988Z | info: downloading component 'rust-std' |
86 | 2024-03-28T07:18:11.451Z | info: downloading component 'rustc' |
87 | 2024-03-28T07:18:15.267Z | info: downloading component 'rustfmt' |
88 | 2024-03-28T07:18:15.532Z | info: installing component 'cargo' |
89 | 2024-03-28T07:18:16.392Z | info: installing component 'clippy' |
90 | 2024-03-28T07:18:16.722Z | info: installing component 'rust-docs' |
91 | 2024-03-28T07:18:18.187Z | info: installing component 'rust-std' |
92 | 2024-03-28T07:18:20.049Z | info: installing component 'rustc' |
93 | 2024-03-28T07:18:24.042Z | info: installing component 'rustfmt' |
94 | 2024-03-28T07:18:24.408Z | cargo 1.76.0 (c84b36747 2024-01-18) |
95 | 2024-03-28T07:18:24.414Z | + rustc --version |
96 | 2024-03-28T07:18:24.477Z | rustc 1.76.0 (07dca489a 2024-02-04) |
97 | 2024-03-28T07:18:24.489Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
98 | 2024-03-28T07:18:37.838Z | Startup: Refreshing catalog 'helios-dev' ... Done |
99 | 2024-03-28T07:18:39.373Z | Startup: Caching catalogs ... Done |
100 | 2024-03-28T07:18:41.002Z | Planning: Solver setup ... Done (1.256s) |
101 | 2024-03-28T07:18:41.022Z | Planning: Running solver ... Done (0.025s) |
102 | 2024-03-28T07:18:41.268Z | Planning: Finding local manifests ... Done (0.219s) |
103 | 2024-03-28T07:18:41.275Z | Planning: Fetching manifests: 0/4 0% complete |
104 | 2024-03-28T07:18:42.010Z | Planning: Fetching manifests: 4/4 100% complete |
105 | 2024-03-28T07:18:42.014Z | Planning: Package planning ... Done (0.048s) |
106 | 2024-03-28T07:18:42.014Z | Planning: Merging actions ... Done (0.051s) |
107 | 2024-03-28T07:18:42.247Z | Planning: Checking for conflicting actions ... Done (0.551s) |
108 | 2024-03-28T07:18:42.258Z | Planning: Consolidating action changes ... Done (0.011s) |
109 | 2024-03-28T07:18:49.814Z | Planning: Evaluating mediators ... Done (7.540s) |
110 | 2024-03-28T07:18:49.862Z | Planning: Planning completed in 10.39 seconds |
111 | 2024-03-28T07:18:49.862Z | Packages to install: 4 |
112 | 2024-03-28T07:18:49.862Z | Mediators to change: 2 |
113 | 2024-03-28T07:18:49.862Z | Services to change: 1 |
114 | 2024-03-28T07:18:49.862Z | Estimated space available: 155.31 GB |
115 | 2024-03-28T07:18:49.862Z | Estimated space to be consumed: 1.43 GB |
116 | 2024-03-28T07:18:49.862Z | Create boot environment: No |
117 | 2024-03-28T07:18:49.862Z | Create backup boot environment: No |
118 | 2024-03-28T07:18:49.862Z | Rebuild boot archive: No |
119 | 2024-03-28T07:18:49.862Z | |
120 | 2024-03-28T07:18:49.862Z | Changed mediators: |
121 | 2024-03-28T07:18:49.862Z | mediator clang: |
122 | 2024-03-28T07:18:49.862Z | version: None -> 15 (system default) |
123 | 2024-03-28T07:18:49.862Z | |
124 | 2024-03-28T07:18:49.863Z | mediator llvm: |
125 | 2024-03-28T07:18:49.863Z | version: 14 (system default) -> 15 (system default) |
126 | 2024-03-28T07:18:49.863Z | |
127 | 2024-03-28T07:18:49.863Z | Changed packages: |
128 | 2024-03-28T07:18:49.863Z | helios-dev |
129 | 2024-03-28T07:18:49.863Z | developer/build-essential |
130 | 2024-03-28T07:18:49.863Z | None -> 11-2.0 |
131 | 2024-03-28T07:18:49.863Z | library/libxmlsec1 |
132 | 2024-03-28T07:18:49.863Z | None -> 1.2.35-2.0 |
133 | 2024-03-28T07:18:49.863Z | ooce/developer/clang-15 |
134 | 2024-03-28T07:18:49.863Z | None -> 15.0.7-2.0 |
135 | 2024-03-28T07:18:49.863Z | ooce/developer/llvm-15 |
136 | 2024-03-28T07:18:49.863Z | None -> 15.0.7-2.0 |
137 | 2024-03-28T07:18:49.863Z | |
138 | 2024-03-28T07:18:49.863Z | Services: |
139 | 2024-03-28T07:18:49.863Z | restart_fmri: |
140 | 2024-03-28T07:18:49.863Z | svc:/system/update-man-index:default |
141 | 2024-03-28T07:18:49.962Z | |
142 | 2024-03-28T07:18:49.962Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
143 | 2024-03-28T07:18:54.966Z | Download: 880/3290 items 18.8/212.6MB 8% complete (3.9M/s) |
144 | 2024-03-28T07:18:59.968Z | Download: 1303/3290 items 116.4/212.6MB 54% complete (11.8M/s) |
145 | 2024-03-28T07:19:04.975Z | Download: 1902/3290 items 118.4/212.6MB 55% complete (10.0M/s) |
146 | 2024-03-28T07:19:11.507Z | Download: 2220/3290 items 119.0/212.6MB 55% complete (6.5M/s) |
147 | 2024-03-28T07:19:16.494Z | Download: 3256/3290 items 205.8/212.6MB 96% complete (8.7M/s) |
148 | 2024-03-28T07:19:22.460Z | Download: 3287/3290 items 212.5/212.6MB 99% complete (10.3M/s) |
149 | 2024-03-28T07:19:28.856Z | Download: 3289/3290 items 212.6/212.6MB 100% complete (9.9M/s) |
150 | 2024-03-28T07:19:28.881Z | Download: Completed 212.60 MB in 38.92 seconds (5.5M/s) |
151 | 2024-03-28T07:19:29.050Z | Actions: 1/3689 actions (Installing new actions) |
152 | 2024-03-28T07:19:34.058Z | Actions: 3657/3689 actions (Installing new actions) |
153 | 2024-03-28T07:19:34.066Z | Actions: Completed 3689 actions in 5.02 seconds. |
154 | 2024-03-28T07:19:34.170Z | Done (0.101s) |
155 | 2024-03-28T07:19:34.171Z | Done (0.000s) |
156 | 2024-03-28T07:19:34.425Z | Done (0.253s) |
157 | 2024-03-28T07:19:39.656Z | Done (5.094s) |
158 | 2024-03-28T07:19:39.812Z | Done (0.085s) |
159 | 2024-03-28T07:19:39.815Z | Done (0.000s) |
160 | 2024-03-28T07:19:39.960Z | Done (0.000s) |
161 | 2024-03-28T07:19:40.492Z | Planning: Evaluating mediator changes ... Done |
162 | 2024-03-28T07:19:40.639Z | Planning: Checking for conflicting actions ... Done |
163 | 2024-03-28T07:19:40.642Z | Planning: Consolidating action changes ... Done |
164 | 2024-03-28T07:19:40.907Z | Planning: Evaluating mediators ... Done |
165 | 2024-03-28T07:19:40.910Z | Planning: Planning completed in 0.43 seconds |
166 | 2024-03-28T07:19:40.941Z | Mediators to change: 2 |
167 | 2024-03-28T07:19:40.941Z | Create boot environment: No |
168 | 2024-03-28T07:19:40.945Z | Create backup boot environment: No |
169 | 2024-03-28T07:19:41.029Z | Done |
170 | 2024-03-28T07:19:41.029Z | Done |
171 | 2024-03-28T07:19:41.171Z | Done |
172 | 2024-03-28T07:19:44.760Z | Done |
173 | 2024-03-28T07:19:44.851Z | Done |
174 | 2024-03-28T07:19:44.880Z | Done |
175 | 2024-03-28T07:19:44.944Z | Done |
176 | 2024-03-28T07:19:45.582Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-03-28T07:19:45.585Z | Planning: Merging actions ... Done |
178 | 2024-03-28T07:19:45.773Z | Planning: Checking for conflicting actions ... Done |
179 | 2024-03-28T07:19:45.776Z | Planning: Consolidating action changes ... Done |
180 | 2024-03-28T07:19:46.049Z | Planning: Evaluating mediators ... Done |
181 | 2024-03-28T07:19:46.109Z | Planning: Planning completed in 0.80 seconds |
182 | 2024-03-28T07:19:46.146Z | Packages to change: 1 |
183 | 2024-03-28T07:19:46.147Z | Mediators to change: 1 |
184 | 2024-03-28T07:19:46.162Z | Services to change: 1 |
185 | 2024-03-28T07:19:46.162Z | Create boot environment: No |
186 | 2024-03-28T07:19:46.162Z | Create backup boot environment: Yes |
187 | 2024-03-28T07:19:48.061Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2024-03-28T07:19:48.065Z | Actions: Completed 6 actions in 0.00 seconds. |
189 | 2024-03-28T07:19:48.065Z | Done |
190 | 2024-03-28T07:19:48.065Z | Done |
191 | 2024-03-28T07:19:48.115Z | Done |
192 | 2024-03-28T07:19:51.763Z | Done |
193 | 2024-03-28T07:19:51.854Z | Done |
194 | 2024-03-28T07:19:51.860Z | Done |
195 | 2024-03-28T07:19:51.966Z | Done |
196 | 2024-03-28T07:19:52.410Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2024-03-28T07:19:52.410Z | clang system 15 system |
198 | 2024-03-28T07:19:52.410Z | csh system system illumos |
199 | 2024-03-28T07:19:52.410Z | ctags system system illumos |
200 | 2024-03-28T07:19:52.410Z | gcc vendor 12 vendor |
201 | 2024-03-28T07:19:52.411Z | gcc system 10 system |
202 | 2024-03-28T07:19:52.411Z | gcc system 7 system |
203 | 2024-03-28T07:19:52.411Z | go system 1.20 system |
204 | 2024-03-28T07:19:52.411Z | go system 1.19 system |
205 | 2024-03-28T07:19:52.411Z | llvm system 15 system |
206 | 2024-03-28T07:19:52.411Z | llvm system 14 system |
207 | 2024-03-28T07:19:52.411Z | mariadb system 10.6 system |
208 | 2024-03-28T07:19:52.411Z | mta vendor vendor dma |
209 | 2024-03-28T07:19:52.411Z | openjdk system 17 system |
210 | 2024-03-28T07:19:52.411Z | openjdk system 11 system |
211 | 2024-03-28T07:19:52.411Z | openjdk system 1.8 system |
212 | 2024-03-28T07:19:52.411Z | openssl vendor 3 vendor |
213 | 2024-03-28T07:19:52.411Z | perl system 5.36 system |
214 | 2024-03-28T07:19:52.411Z | postgresql system 15 system |
215 | 2024-03-28T07:19:52.411Z | postgresql system 13 system |
216 | 2024-03-28T07:19:52.411Z | python vendor 3 vendor |
217 | 2024-03-28T07:19:52.411Z | python system 2 system |
218 | 2024-03-28T07:19:52.411Z | python3 system 3.11 system |
219 | 2024-03-28T07:19:52.411Z | ruby system 3.0 system |
220 | 2024-03-28T07:19:52.411Z | words vendor vendor american-english |
221 | 2024-03-28T07:19:52.411Z | words system system australian-english |
222 | 2024-03-28T07:19:52.412Z | words system system british-english |
223 | 2024-03-28T07:19:52.412Z | words system system canadian-english |
224 | 2024-03-28T07:19:52.412Z | words system system french |
225 | 2024-03-28T07:19:52.412Z | words system system italian |
226 | 2024-03-28T07:19:52.412Z | words system system ngerman |
227 | 2024-03-28T07:19:52.412Z | words system system ogerman |
228 | 2024-03-28T07:19:52.412Z | words system system spanish |
229 | 2024-03-28T07:19:52.745Z | PUBLISHER TYPE STATUS P LOCATION |
230 | 2024-03-28T07:19:52.745Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
231 | 2024-03-28T07:19:53.977Z | FMRI IFO |
232 | 2024-03-28T07:19:53.977Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2024-03-28T07:19:53.977Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2024-03-28T07:19:53.977Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2024-03-28T07:19:53.977Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
236 | 2024-03-28T07:19:53.977Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
237 | 2024-03-28T07:19:53.977Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2024-03-28T07:19:53.978Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
239 | 2024-03-28T07:19:53.978Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
240 | 2024-03-28T07:19:53.978Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
241 | 2024-03-28T07:19:53.978Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
242 | 2024-03-28T07:19:53.978Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
243 | 2024-03-28T07:19:53.978Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
244 | 2024-03-28T07:19:54.209Z | + set -o errexit |
245 | 2024-03-28T07:19:54.212Z | +++ dirname ./tools/ci_download_cockroachdb |
246 | 2024-03-28T07:19:54.215Z | ++ cd ./tools |
247 | 2024-03-28T07:19:54.215Z | ++ pwd |
248 | 2024-03-28T07:19:54.215Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
249 | 2024-03-28T07:19:54.215Z | ++ basename ./tools/ci_download_cockroachdb |
250 | 2024-03-28T07:19:54.220Z | + ARG0=ci_download_cockroachdb |
251 | 2024-03-28T07:19:54.220Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
252 | 2024-03-28T07:19:54.220Z | + CIDL_VERSION=v22.1.9 |
253 | 2024-03-28T07:19:54.220Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
254 | 2024-03-28T07:19:54.220Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
255 | 2024-03-28T07:19:54.220Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
256 | 2024-03-28T07:19:54.220Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
257 | 2024-03-28T07:19:54.221Z | + TARGET_DIR=out |
258 | 2024-03-28T07:19:54.221Z | + DOWNLOAD_DIR=out/downloads |
259 | 2024-03-28T07:19:54.221Z | + DEST_DIR=./out/cockroachdb |
260 | 2024-03-28T07:19:54.221Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
261 | 2024-03-28T07:19:54.221Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
262 | 2024-03-28T07:19:54.226Z | + main |
263 | 2024-03-28T07:19:54.226Z | + [[ 0 != 0 ]] |
264 | 2024-03-28T07:19:54.226Z | + CIDL_OS=solaris2.11 |
265 | 2024-03-28T07:19:54.226Z | + [[ 0 != 0 ]] |
266 | 2024-03-28T07:19:54.226Z | + configure_os solaris2.11 |
267 | 2024-03-28T07:19:54.226Z | + echo 'current directory: /work/oxidecomputer/omicron' |
268 | 2024-03-28T07:19:54.226Z | + echo 'configuring based on OS: "solaris2.11"' |
269 | 2024-03-28T07:19:54.226Z | current directory: /work/oxidecomputer/omicron |
270 | 2024-03-28T07:19:54.227Z | configuring based on OS: "solaris2.11" |
271 | 2024-03-28T07:19:54.227Z | + case "$1" in |
272 | 2024-03-28T07:19:54.227Z | + CIDL_BUILD=illumos |
273 | 2024-03-28T07:19:54.227Z | + CIDL_SUFFIX=tar.gz |
274 | 2024-03-28T07:19:54.227Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
275 | 2024-03-28T07:19:54.227Z | + CIDL_URL_BASE=https://illumos.org/downloads |
276 | 2024-03-28T07:19:54.227Z | + CIDL_ASSEMBLE=do_assemble_illumos |
277 | 2024-03-28T07:19:54.227Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
278 | 2024-03-28T07:19:54.227Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-03-28T07:19:54.227Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-03-28T07:19:54.227Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
281 | 2024-03-28T07:19:54.227Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-03-28T07:19:54.227Z | + CIDL_SHA256FUNC=do_sha256sum |
283 | 2024-03-28T07:19:54.227Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
284 | 2024-03-28T07:19:54.227Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-03-28T07:19:54.227Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
286 | 2024-03-28T07:19:54.227Z | + mkdir -p out/downloads |
287 | 2024-03-28T07:19:54.227Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-03-28T07:19:54.227Z | + mkdir -p ./out/cockroachdb |
289 | 2024-03-28T07:19:54.227Z | + local DO_DOWNLOAD=true |
290 | 2024-03-28T07:19:54.228Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
291 | 2024-03-28T07:19:54.228Z | + '[' true == true ']' |
292 | 2024-03-28T07:19:54.228Z | + echo Downloading... |
293 | 2024-03-28T07:19:54.228Z | Downloading... |
294 | 2024-03-28T07:19:54.228Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-03-28T07:19:54.228Z | + 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 |
296 | 2024-03-28T07:19:56.226Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-03-28T07:19:56.237Z | ++ sha256sum |
298 | 2024-03-28T07:19:56.237Z | ++ awk '{print $1}' |
299 | 2024-03-28T07:19:56.350Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
300 | 2024-03-28T07:19:56.351Z | + [[ 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 ]] |
301 | 2024-03-28T07:19:56.369Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-03-28T07:19:56.370Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
303 | 2024-03-28T07:19:58.527Z | + do_assemble_illumos |
304 | 2024-03-28T07:19:58.533Z | + rm -r ./out/cockroachdb |
305 | 2024-03-28T07:19:58.533Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
306 | 2024-03-28T07:19:58.939Z | + ./out/cockroachdb/bin/cockroach version |
307 | 2024-03-28T07:19:59.078Z | Build Tag: v22.1.9-dirty |
308 | 2024-03-28T07:19:59.079Z | Build Time: 2022/10/26 21:17:46 |
309 | 2024-03-28T07:19:59.079Z | Distribution: OSS |
310 | 2024-03-28T07:19:59.079Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
311 | 2024-03-28T07:19:59.079Z | Go Version: go1.17.13 |
312 | 2024-03-28T07:19:59.079Z | C Compiler: gcc 10.3.0 |
313 | 2024-03-28T07:19:59.079Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
314 | 2024-03-28T07:19:59.080Z | Build Type: release |
315 | 2024-03-28T07:19:59.089Z | + set -o errexit |
316 | 2024-03-28T07:19:59.089Z | +++ dirname ./tools/ci_download_clickhouse |
317 | 2024-03-28T07:19:59.089Z | ++ cd ./tools |
318 | 2024-03-28T07:19:59.090Z | ++ pwd |
319 | 2024-03-28T07:19:59.090Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
320 | 2024-03-28T07:19:59.098Z | ++ basename ./tools/ci_download_clickhouse |
321 | 2024-03-28T07:19:59.098Z | + ARG0=ci_download_clickhouse |
322 | 2024-03-28T07:19:59.098Z | + TARGET_DIR=out |
323 | 2024-03-28T07:19:59.098Z | + DOWNLOAD_DIR=out/downloads |
324 | 2024-03-28T07:19:59.099Z | + DEST_DIR=./out/clickhouse |
325 | 2024-03-28T07:19:59.099Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
326 | 2024-03-28T07:19:59.099Z | + CIDL_VERSION=v23.8.7.24 |
327 | 2024-03-28T07:19:59.099Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
328 | 2024-03-28T07:19:59.099Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
329 | 2024-03-28T07:19:59.099Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
330 | 2024-03-28T07:19:59.099Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
331 | 2024-03-28T07:19:59.100Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
332 | 2024-03-28T07:19:59.100Z | + main |
333 | 2024-03-28T07:19:59.100Z | + [[ 0 != 0 ]] |
334 | 2024-03-28T07:19:59.100Z | + CIDL_OS=solaris2.11 |
335 | 2024-03-28T07:19:59.100Z | + [[ 0 != 0 ]] |
336 | 2024-03-28T07:19:59.101Z | + configure_os solaris2.11 |
337 | 2024-03-28T07:19:59.101Z | + echo 'current directory: /work/oxidecomputer/omicron' |
338 | 2024-03-28T07:19:59.101Z | current directory: /work/oxidecomputer/omicron |
339 | 2024-03-28T07:19:59.101Z | + echo 'configuring based on OS: "solaris2.11"' |
340 | 2024-03-28T07:19:59.101Z | + CIDL_DASHREV= |
341 | 2024-03-28T07:19:59.101Z | + case "$1" in |
342 | 2024-03-28T07:19:59.101Z | configuring based on OS: "solaris2.11" |
343 | 2024-03-28T07:19:59.101Z | + CIDL_PLATFORM=illumos |
344 | 2024-03-28T07:19:59.101Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
345 | 2024-03-28T07:19:59.102Z | + CIDL_MD5FUNC=do_md5sum |
346 | 2024-03-28T07:19:59.102Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
347 | 2024-03-28T07:19:59.102Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
348 | 2024-03-28T07:19:59.102Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
349 | 2024-03-28T07:19:59.102Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
350 | 2024-03-28T07:19:59.103Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
351 | 2024-03-28T07:19:59.103Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
352 | 2024-03-28T07:19:59.103Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
353 | 2024-03-28T07:19:59.103Z | + mkdir -p out/downloads |
354 | 2024-03-28T07:19:59.103Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-03-28T07:19:59.103Z | + mkdir -p ./out/clickhouse |
356 | 2024-03-28T07:19:59.103Z | + local DO_DOWNLOAD=true |
357 | 2024-03-28T07:19:59.103Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
358 | 2024-03-28T07:19:59.103Z | + '[' true == true ']' |
359 | 2024-03-28T07:19:59.103Z | + echo Downloading... |
360 | 2024-03-28T07:19:59.104Z | Downloading... |
361 | 2024-03-28T07:19:59.104Z | + 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 |
362 | 2024-03-28T07:19:59.104Z | + 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 |
363 | 2024-03-28T07:20:00.685Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
364 | 2024-03-28T07:20:00.691Z | ++ md5sum |
365 | 2024-03-28T07:20:00.691Z | ++ awk '{print $1}' |
366 | 2024-03-28T07:20:00.910Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
367 | 2024-03-28T07:20:00.910Z | + [[ 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 ]] |
368 | 2024-03-28T07:20:00.914Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
369 | 2024-03-28T07:20:00.914Z | + mkdir -p ./out/clickhouse |
370 | 2024-03-28T07:20:00.914Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
371 | 2024-03-28T07:20:04.760Z | + [[ solaris2.11 == darwin* ]] |
372 | 2024-03-28T07:20:04.760Z | + ./out/clickhouse/clickhouse server --version |
373 | 2024-03-28T07:20:04.999Z | ClickHouse server version 23.8.7.1. |
374 | 2024-03-28T07:20:05.020Z | + set -o errexit |
375 | 2024-03-28T07:20:05.025Z | +++ dirname ./tools/ci_download_console |
376 | 2024-03-28T07:20:05.025Z | ++ cd ./tools |
377 | 2024-03-28T07:20:05.025Z | ++ pwd |
378 | 2024-03-28T07:20:05.029Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
379 | 2024-03-28T07:20:05.029Z | ++ basename ./tools/ci_download_console |
380 | 2024-03-28T07:20:05.029Z | + ARG0=ci_download_console |
381 | 2024-03-28T07:20:05.029Z | + TARGET_DIR=out |
382 | 2024-03-28T07:20:05.029Z | + DOWNLOAD_DIR=out/downloads |
383 | 2024-03-28T07:20:05.029Z | + DEST_DIR=./out/console-assets |
384 | 2024-03-28T07:20:05.029Z | + source /work/oxidecomputer/omicron/tools/console_version |
385 | 2024-03-28T07:20:05.029Z | ++ COMMIT=0114288974fb9e36bf392277fe59b0de357ec137 |
386 | 2024-03-28T07:20:05.029Z | ++ SHA2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada |
387 | 2024-03-28T07:20:05.030Z | + URL=https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
388 | 2024-03-28T07:20:05.030Z | + TARBALL_FILE=out/downloads/console.tar.gz |
389 | 2024-03-28T07:20:05.030Z | + main |
390 | 2024-03-28T07:20:05.030Z | + [[ 0 != 0 ]] |
391 | 2024-03-28T07:20:05.030Z | + echo 'URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz' |
392 | 2024-03-28T07:20:05.030Z | + echo 'Local file: out/downloads/console.tar.gz' |
393 | 2024-03-28T07:20:05.030Z | URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
394 | 2024-03-28T07:20:05.030Z | Local file: out/downloads/console.tar.gz |
395 | 2024-03-28T07:20:05.030Z | + local DO_DOWNLOAD=true |
396 | 2024-03-28T07:20:05.030Z | + [[ -f out/downloads/console.tar.gz ]] |
397 | 2024-03-28T07:20:05.030Z | + mkdir -p out/downloads |
398 | 2024-03-28T07:20:05.034Z | + '[' true == true ']' |
399 | 2024-03-28T07:20:05.034Z | + echo Downloading... |
400 | 2024-03-28T07:20:05.034Z | Downloading... |
401 | 2024-03-28T07:20:05.034Z | + do_download_curl https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz out/downloads/console.tar.gz |
402 | 2024-03-28T07:20:05.035Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
403 | 2024-03-28T07:20:05.622Z | ++ do_sha256sum out/downloads/console.tar.gz |
404 | 2024-03-28T07:20:05.622Z | ++ case "$OSTYPE" in |
405 | 2024-03-28T07:20:05.625Z | ++ SHA=sha256sum |
406 | 2024-03-28T07:20:05.626Z | ++ sha256sum |
407 | 2024-03-28T07:20:05.626Z | ++ awk '{print $1}' |
408 | 2024-03-28T07:20:05.630Z | + calculated_sha2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada |
409 | 2024-03-28T07:20:05.633Z | + [[ 12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada != \1\2\e\4\e\0\2\0\5\6\6\5\1\2\7\b\6\f\9\9\9\1\1\4\8\4\b\7\d\6\1\e\5\0\e\f\7\4\0\f\7\a\9\4\a\c\6\c\9\5\e\1\1\9\1\8\f\0\c\e\7\a\d\a ]] |
410 | 2024-03-28T07:20:05.634Z | + rm -rf ./out/console-assets |
411 | 2024-03-28T07:20:05.634Z | + mkdir -p ./out/console-assets |
412 | 2024-03-28T07:20:05.637Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
413 | 2024-03-28T07:20:05.637Z | + mkdir -p ./out/console-assets |
414 | 2024-03-28T07:20:05.637Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
415 | 2024-03-28T07:20:05.730Z | + set -o errexit |
416 | 2024-03-28T07:20:05.740Z | +++ dirname ./tools/ci_download_maghemite_openapi |
417 | 2024-03-28T07:20:05.741Z | ++ cd ./tools |
418 | 2024-03-28T07:20:05.741Z | ++ pwd |
419 | 2024-03-28T07:20:05.741Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
420 | 2024-03-28T07:20:05.741Z | ++ basename ./tools/ci_download_maghemite_openapi |
421 | 2024-03-28T07:20:05.741Z | + ARG0=ci_download_maghemite_openapi |
422 | 2024-03-28T07:20:05.742Z | + TARGET_DIR=out |
423 | 2024-03-28T07:20:05.742Z | + DOWNLOAD_DIR=out/downloads |
424 | 2024-03-28T07:20:05.742Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
425 | 2024-03-28T07:20:05.742Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
426 | 2024-03-28T07:20:05.742Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
427 | 2024-03-28T07:20:05.742Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
428 | 2024-03-28T07:20:05.742Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
429 | 2024-03-28T07:20:05.742Z | + main |
430 | 2024-03-28T07:20:05.743Z | + rm -rf out/downloads/root |
431 | 2024-03-28T07:20:05.759Z | + [[ 0 != 0 ]] |
432 | 2024-03-28T07:20:05.759Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
433 | 2024-03-28T07:20:05.760Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
434 | 2024-03-28T07:20:05.760Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
435 | 2024-03-28T07:20:05.760Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
436 | 2024-03-28T07:20:05.760Z | + local DO_DOWNLOAD=true |
437 | 2024-03-28T07:20:05.760Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
438 | 2024-03-28T07:20:05.760Z | + mkdir -p out/downloads |
439 | 2024-03-28T07:20:05.760Z | + '[' true == true ']' |
440 | 2024-03-28T07:20:05.761Z | + echo Downloading... |
441 | 2024-03-28T07:20:05.761Z | Downloading... |
442 | 2024-03-28T07:20:05.761Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
443 | 2024-03-28T07:20:05.761Z | + 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 |
444 | 2024-03-28T07:20:05.963Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
445 | 2024-03-28T07:20:05.963Z | ++ case "$OSTYPE" in |
446 | 2024-03-28T07:20:05.968Z | ++ SHA=sha256sum |
447 | 2024-03-28T07:20:05.968Z | ++ sha256sum |
448 | 2024-03-28T07:20:05.968Z | ++ awk '{print $1}' |
449 | 2024-03-28T07:20:05.972Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
450 | 2024-03-28T07:20:05.972Z | + [[ 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 ]] |
451 | 2024-03-28T07:20:05.972Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
452 | 2024-03-28T07:20:05.972Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
453 | 2024-03-28T07:20:05.972Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
454 | 2024-03-28T07:20:05.972Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
455 | 2024-03-28T07:20:05.972Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
456 | 2024-03-28T07:20:05.972Z | + main |
457 | 2024-03-28T07:20:05.972Z | + rm -rf out/downloads/root |
458 | 2024-03-28T07:20:05.972Z | + [[ 0 != 0 ]] |
459 | 2024-03-28T07:20:05.972Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
460 | 2024-03-28T07:20:05.972Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
461 | 2024-03-28T07:20:05.973Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
462 | 2024-03-28T07:20:05.973Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
463 | 2024-03-28T07:20:05.973Z | + local DO_DOWNLOAD=true |
464 | 2024-03-28T07:20:05.973Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
465 | 2024-03-28T07:20:05.973Z | + mkdir -p out/downloads |
466 | 2024-03-28T07:20:05.973Z | + '[' true == true ']' |
467 | 2024-03-28T07:20:05.973Z | + echo Downloading... |
468 | 2024-03-28T07:20:05.973Z | Downloading... |
469 | 2024-03-28T07:20:05.973Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
470 | 2024-03-28T07:20:05.973Z | + 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 |
471 | 2024-03-28T07:20:06.068Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
472 | 2024-03-28T07:20:06.072Z | ++ case "$OSTYPE" in |
473 | 2024-03-28T07:20:06.072Z | ++ SHA=sha256sum |
474 | 2024-03-28T07:20:06.072Z | ++ sha256sum |
475 | 2024-03-28T07:20:06.072Z | ++ awk '{print $1}' |
476 | 2024-03-28T07:20:06.076Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
477 | 2024-03-28T07:20:06.076Z | + [[ 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 ]] |
478 | 2024-03-28T07:20:06.081Z | + set -o errexit |
479 | 2024-03-28T07:20:06.088Z | +++ dirname ./tools/ci_download_dendrite_openapi |
480 | 2024-03-28T07:20:06.100Z | ++ cd ./tools |
481 | 2024-03-28T07:20:06.100Z | ++ pwd |
482 | 2024-03-28T07:20:06.101Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
483 | 2024-03-28T07:20:06.101Z | ++ basename ./tools/ci_download_dendrite_openapi |
484 | 2024-03-28T07:20:06.101Z | + ARG0=ci_download_dendrite_openapi |
485 | 2024-03-28T07:20:06.101Z | + TARGET_DIR=out |
486 | 2024-03-28T07:20:06.101Z | + DOWNLOAD_DIR=out/downloads |
487 | 2024-03-28T07:20:06.101Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
488 | 2024-03-28T07:20:06.101Z | ++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb |
489 | 2024-03-28T07:20:06.101Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
490 | 2024-03-28T07:20:06.101Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json |
491 | 2024-03-28T07:20:06.101Z | + LOCAL_FILE=out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
492 | 2024-03-28T07:20:06.101Z | + main |
493 | 2024-03-28T07:20:06.101Z | + [[ 0 != 0 ]] |
494 | 2024-03-28T07:20:06.101Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json' |
495 | 2024-03-28T07:20:06.101Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json |
496 | 2024-03-28T07:20:06.101Z | + echo 'Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json' |
497 | 2024-03-28T07:20:06.101Z | Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
498 | 2024-03-28T07:20:06.101Z | + local DO_DOWNLOAD=true |
499 | 2024-03-28T07:20:06.101Z | + [[ -f out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json ]] |
500 | 2024-03-28T07:20:06.101Z | + mkdir -p out/downloads |
501 | 2024-03-28T07:20:06.101Z | + '[' true == true ']' |
502 | 2024-03-28T07:20:06.102Z | + echo Downloading... |
503 | 2024-03-28T07:20:06.102Z | Downloading... |
504 | 2024-03-28T07:20:06.102Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
505 | 2024-03-28T07:20:06.102Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json |
506 | 2024-03-28T07:20:06.200Z | ++ do_sha256sum out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
507 | 2024-03-28T07:20:06.207Z | ++ case "$OSTYPE" in |
508 | 2024-03-28T07:20:06.207Z | ++ SHA=sha256sum |
509 | 2024-03-28T07:20:06.207Z | ++ sha256sum |
510 | 2024-03-28T07:20:06.207Z | ++ awk '{print $1}' |
511 | 2024-03-28T07:20:06.207Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
512 | 2024-03-28T07:20:06.207Z | + [[ 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 ]] |
513 | 2024-03-28T07:20:06.211Z | + set -o errexit |
514 | 2024-03-28T07:20:06.217Z | +++ dirname ./tools/ci_download_dendrite_stub |
515 | 2024-03-28T07:20:06.217Z | ++ cd ./tools |
516 | 2024-03-28T07:20:06.217Z | ++ pwd |
517 | 2024-03-28T07:20:06.217Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
518 | 2024-03-28T07:20:06.221Z | ++ basename ./tools/ci_download_dendrite_stub |
519 | 2024-03-28T07:20:06.221Z | + ARG0=ci_download_dendrite_stub |
520 | 2024-03-28T07:20:06.221Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
521 | 2024-03-28T07:20:06.221Z | ++ CIDL_SHA256_ILLUMOS=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
522 | 2024-03-28T07:20:06.221Z | ++ CIDL_SHA256_LINUX_DPD=db3e419cf4381607482c55230c64c6afa80388a26db8efa48e437ebc8b82526a |
523 | 2024-03-28T07:20:06.221Z | ++ CIDL_SHA256_LINUX_SWADM=1de82f6b7419aa0e6e0632def69d5b370a9cb3ac2261527fce96840eb5af5b8d |
524 | 2024-03-28T07:20:06.221Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
525 | 2024-03-28T07:20:06.221Z | ++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb |
526 | 2024-03-28T07:20:06.221Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
527 | 2024-03-28T07:20:06.221Z | + TARGET_DIR=out |
528 | 2024-03-28T07:20:06.222Z | + DOWNLOAD_DIR=out/downloads |
529 | 2024-03-28T07:20:06.222Z | + DEST_DIR=./out/dendrite-stub |
530 | 2024-03-28T07:20:06.222Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
531 | 2024-03-28T07:20:06.222Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
532 | 2024-03-28T07:20:06.222Z | + REPO=oxidecomputer/dendrite |
533 | 2024-03-28T07:20:06.222Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb |
534 | 2024-03-28T07:20:06.222Z | + main |
535 | 2024-03-28T07:20:06.222Z | + [[ 0 != 0 ]] |
536 | 2024-03-28T07:20:06.222Z | + CIDL_OS=solaris2.11 |
537 | 2024-03-28T07:20:06.222Z | + [[ 0 != 0 ]] |
538 | 2024-03-28T07:20:06.222Z | + configure_os solaris2.11 |
539 | 2024-03-28T07:20:06.222Z | + echo 'current directory: /work/oxidecomputer/omicron' |
540 | 2024-03-28T07:20:06.222Z | current directory: /work/oxidecomputer/omicron |
541 | 2024-03-28T07:20:06.222Z | + echo 'configuring based on OS: "solaris2.11"' |
542 | 2024-03-28T07:20:06.222Z | + case "$1" in |
543 | 2024-03-28T07:20:06.222Z | configuring based on OS: "solaris2.11" |
544 | 2024-03-28T07:20:06.222Z | + SET_BINARIES= |
545 | 2024-03-28T07:20:06.222Z | + CIDL_SHA256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
546 | 2024-03-28T07:20:06.222Z | + CIDL_SHA256FUNC=do_sha256sum |
547 | 2024-03-28T07:20:06.222Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
548 | 2024-03-28T07:20:06.222Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz |
549 | 2024-03-28T07:20:06.223Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
550 | 2024-03-28T07:20:06.223Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz' |
551 | 2024-03-28T07:20:06.223Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz |
552 | 2024-03-28T07:20:06.223Z | Local file: out/downloads/dendrite-stub.tar.gz |
553 | 2024-03-28T07:20:06.223Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
554 | 2024-03-28T07:20:06.223Z | + mkdir -p out/downloads |
555 | 2024-03-28T07:20:06.223Z | + mkdir -p ./out/dendrite-stub |
556 | 2024-03-28T07:20:06.223Z | + fetch_and_verify |
557 | 2024-03-28T07:20:06.223Z | + local DO_DOWNLOAD=true |
558 | 2024-03-28T07:20:06.223Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
559 | 2024-03-28T07:20:06.223Z | + '[' true == true ']' |
560 | 2024-03-28T07:20:06.223Z | + echo Downloading... |
561 | 2024-03-28T07:20:06.223Z | Downloading... |
562 | 2024-03-28T07:20:06.223Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
563 | 2024-03-28T07:20:06.223Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz |
564 | 2024-03-28T07:20:14.688Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
565 | 2024-03-28T07:20:14.691Z | ++ sha256sum |
566 | 2024-03-28T07:20:14.692Z | ++ awk '{print $1}' |
567 | 2024-03-28T07:20:14.711Z | + calculated_sha256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
568 | 2024-03-28T07:20:14.714Z | + [[ 1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a != \1\4\0\5\1\8\5\c\c\9\6\4\5\b\3\a\6\f\1\b\f\8\2\d\2\f\f\d\8\9\f\1\7\5\0\5\e\4\e\6\2\5\7\9\5\c\d\0\b\e\b\5\8\f\0\4\3\f\a\7\f\d\8\a ]] |
569 | 2024-03-28T07:20:14.714Z | + do_untar out/downloads/dendrite-stub.tar.gz |
570 | 2024-03-28T07:20:14.714Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
571 | 2024-03-28T07:20:15.313Z | + do_assemble |
572 | 2024-03-28T07:20:15.313Z | + rm -r ./out/dendrite-stub |
573 | 2024-03-28T07:20:15.321Z | + mkdir ./out/dendrite-stub |
574 | 2024-03-28T07:20:15.321Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
575 | 2024-03-28T07:20:15.390Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
576 | 2024-03-28T07:20:15.401Z | + set -o errexit |
577 | 2024-03-28T07:20:15.404Z | +++ dirname ./tools/ci_download_maghemite_mgd |
578 | 2024-03-28T07:20:15.408Z | ++ cd ./tools |
579 | 2024-03-28T07:20:15.408Z | ++ pwd |
580 | 2024-03-28T07:20:15.408Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
581 | 2024-03-28T07:20:15.408Z | ++ basename ./tools/ci_download_maghemite_mgd |
582 | 2024-03-28T07:20:15.408Z | + ARG0=ci_download_maghemite_mgd |
583 | 2024-03-28T07:20:15.408Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
584 | 2024-03-28T07:20:15.408Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
585 | 2024-03-28T07:20:15.408Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
586 | 2024-03-28T07:20:15.408Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
587 | 2024-03-28T07:20:15.408Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
588 | 2024-03-28T07:20:15.412Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
589 | 2024-03-28T07:20:15.412Z | + TARGET_DIR=out |
590 | 2024-03-28T07:20:15.412Z | + DOWNLOAD_DIR=out/downloads |
591 | 2024-03-28T07:20:15.412Z | + DEST_DIR=./out/mgd |
592 | 2024-03-28T07:20:15.412Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
593 | 2024-03-28T07:20:15.412Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
594 | 2024-03-28T07:20:15.412Z | + REPO=oxidecomputer/maghemite |
595 | 2024-03-28T07:20:15.412Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
596 | 2024-03-28T07:20:15.412Z | + main |
597 | 2024-03-28T07:20:15.412Z | + rm -rf out/downloads/root |
598 | 2024-03-28T07:20:15.416Z | + [[ 0 != 0 ]] |
599 | 2024-03-28T07:20:15.416Z | + CIDL_OS=solaris2.11 |
600 | 2024-03-28T07:20:15.419Z | + [[ 0 != 0 ]] |
601 | 2024-03-28T07:20:15.419Z | + configure_os solaris2.11 |
602 | 2024-03-28T07:20:15.419Z | + echo 'current directory: /work/oxidecomputer/omicron' |
603 | 2024-03-28T07:20:15.419Z | current directory: /work/oxidecomputer/omicron |
604 | 2024-03-28T07:20:15.419Z | + echo 'configuring based on OS: "solaris2.11"' |
605 | 2024-03-28T07:20:15.419Z | configuring based on OS: "solaris2.11" |
606 | 2024-03-28T07:20:15.419Z | + case "$1" in |
607 | 2024-03-28T07:20:15.419Z | + SET_BINARIES= |
608 | 2024-03-28T07:20:15.420Z | + CIDL_SHA256FUNC=do_sha256sum |
609 | 2024-03-28T07:20:15.420Z | + TARBALL_FILENAME=mgd.tar.gz |
610 | 2024-03-28T07:20:15.420Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
611 | 2024-03-28T07:20:15.420Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
612 | 2024-03-28T07:20:15.420Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
613 | 2024-03-28T07:20:15.420Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
614 | 2024-03-28T07:20:15.420Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
615 | 2024-03-28T07:20:15.420Z | Local file: out/downloads/mgd.tar.gz |
616 | 2024-03-28T07:20:15.420Z | + mkdir -p out/downloads |
617 | 2024-03-28T07:20:15.420Z | + mkdir -p ./out/mgd |
618 | 2024-03-28T07:20:15.423Z | + fetch_and_verify |
619 | 2024-03-28T07:20:15.423Z | + local DO_DOWNLOAD=true |
620 | 2024-03-28T07:20:15.424Z | + [[ -f out/downloads/mgd.tar.gz ]] |
621 | 2024-03-28T07:20:15.424Z | + '[' true == true ']' |
622 | 2024-03-28T07:20:15.424Z | + echo Downloading... |
623 | 2024-03-28T07:20:15.424Z | Downloading... |
624 | 2024-03-28T07:20:15.424Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
625 | 2024-03-28T07:20:15.424Z | + 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 |
626 | 2024-03-28T07:20:24.143Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
627 | 2024-03-28T07:20:24.147Z | ++ sha256sum |
628 | 2024-03-28T07:20:24.147Z | ++ awk '{print $1}' |
629 | 2024-03-28T07:20:24.168Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
630 | 2024-03-28T07:20:24.172Z | + [[ 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 ]] |
631 | 2024-03-28T07:20:24.172Z | + do_untar out/downloads/mgd.tar.gz |
632 | 2024-03-28T07:20:24.172Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
633 | 2024-03-28T07:20:24.767Z | + do_assemble |
634 | 2024-03-28T07:20:24.767Z | + rm -r ./out/mgd |
635 | 2024-03-28T07:20:24.771Z | + mkdir ./out/mgd |
636 | 2024-03-28T07:20:24.774Z | + cp -r out/downloads/root ./out/mgd/root |
637 | 2024-03-28T07:20:24.850Z | + set -o errexit |
638 | 2024-03-28T07:20:24.855Z | +++ dirname ./tools/ci_download_transceiver_control |
639 | 2024-03-28T07:20:24.855Z | ++ cd ./tools |
640 | 2024-03-28T07:20:24.859Z | ++ pwd |
641 | 2024-03-28T07:20:24.859Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
642 | 2024-03-28T07:20:24.859Z | ++ basename ./tools/ci_download_transceiver_control |
643 | 2024-03-28T07:20:24.859Z | + ARG0=ci_download_transceiver_control |
644 | 2024-03-28T07:20:24.860Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
645 | 2024-03-28T07:20:24.860Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
646 | 2024-03-28T07:20:24.860Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
647 | 2024-03-28T07:20:24.860Z | + TARGET_DIR=out |
648 | 2024-03-28T07:20:24.860Z | + DOWNLOAD_DIR=out/downloads |
649 | 2024-03-28T07:20:24.860Z | + DEST_DIR=./out/transceiver-control |
650 | 2024-03-28T07:20:24.860Z | + BIN_DIR=/opt/oxide/bin |
651 | 2024-03-28T07:20:24.860Z | + BINARY=xcvradm |
652 | 2024-03-28T07:20:24.860Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
653 | 2024-03-28T07:20:24.860Z | + REPO=oxidecomputer/transceiver-control |
654 | 2024-03-28T07:20:24.860Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
655 | 2024-03-28T07:20:24.860Z | + main |
656 | 2024-03-28T07:20:24.860Z | + [[ 0 != 0 ]] |
657 | 2024-03-28T07:20:24.860Z | + CIDL_OS=solaris2.11 |
658 | 2024-03-28T07:20:24.860Z | + [[ 0 != 0 ]] |
659 | 2024-03-28T07:20:24.860Z | + configure_os solaris2.11 |
660 | 2024-03-28T07:20:24.860Z | + echo 'current directory: /work/oxidecomputer/omicron' |
661 | 2024-03-28T07:20:24.860Z | current directory: /work/oxidecomputer/omicron |
662 | 2024-03-28T07:20:24.860Z | + echo 'configuring based on OS: "solaris2.11"' |
663 | 2024-03-28T07:20:24.860Z | configuring based on OS: "solaris2.11" |
664 | 2024-03-28T07:20:24.860Z | + case "$1" in |
665 | 2024-03-28T07:20:24.861Z | + SET_BINARIES= |
666 | 2024-03-28T07:20:24.861Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
667 | 2024-03-28T07:20:24.861Z | + CIDL_SHA256FUNC=do_sha256sum |
668 | 2024-03-28T07:20:24.861Z | + ARCHIVE_FILENAME=xcvradm.gz |
669 | 2024-03-28T07:20:24.861Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
670 | 2024-03-28T07:20:24.861Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
671 | 2024-03-28T07:20:24.861Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
672 | 2024-03-28T07:20:24.861Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
673 | 2024-03-28T07:20:24.861Z | + echo 'Local file: out/downloads/xcvradm.gz' |
674 | 2024-03-28T07:20:24.861Z | + mkdir -p out/downloads |
675 | 2024-03-28T07:20:24.861Z | Local file: out/downloads/xcvradm.gz |
676 | 2024-03-28T07:20:24.864Z | + mkdir -p ./out/transceiver-control |
677 | 2024-03-28T07:20:24.864Z | + fetch_and_verify |
678 | 2024-03-28T07:20:24.865Z | + local DO_DOWNLOAD=true |
679 | 2024-03-28T07:20:24.865Z | + [[ -f out/downloads/xcvradm.gz ]] |
680 | 2024-03-28T07:20:24.865Z | + '[' true == true ']' |
681 | 2024-03-28T07:20:24.865Z | + echo Downloading... |
682 | 2024-03-28T07:20:24.865Z | Downloading... |
683 | 2024-03-28T07:20:24.865Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
684 | 2024-03-28T07:20:24.865Z | + 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 |
685 | 2024-03-28T07:20:29.377Z | ++ do_sha256sum out/downloads/xcvradm.gz |
686 | 2024-03-28T07:20:29.380Z | ++ sha256sum |
687 | 2024-03-28T07:20:29.380Z | ++ awk '{print $1}' |
688 | 2024-03-28T07:20:29.385Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
689 | 2024-03-28T07:20:29.389Z | + [[ 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 ]] |
690 | 2024-03-28T07:20:29.389Z | + do_unpack out/downloads/xcvradm.gz |
691 | 2024-03-28T07:20:29.389Z | + mkdir -p out/downloads/root//opt/oxide/bin |
692 | 2024-03-28T07:20:29.389Z | + gzip -dc out/downloads/xcvradm.gz |
693 | 2024-03-28T07:20:29.507Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
694 | 2024-03-28T07:20:29.510Z | + do_assemble |
695 | 2024-03-28T07:20:29.510Z | + rm -r ./out/transceiver-control |
696 | 2024-03-28T07:20:29.514Z | + mkdir ./out/transceiver-control |
697 | 2024-03-28T07:20:29.514Z | + cp -r out/downloads/root ./out/transceiver-control/root |
698 | 2024-03-28T07:20:29.601Z | + set -o errexit |
699 | 2024-03-28T07:20:29.604Z | +++ dirname ./tools/ci_download_thundermuffin |
700 | 2024-03-28T07:20:29.610Z | ++ cd ./tools |
701 | 2024-03-28T07:20:29.610Z | ++ pwd |
702 | 2024-03-28T07:20:29.610Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
703 | 2024-03-28T07:20:29.610Z | ++ basename ./tools/ci_download_thundermuffin |
704 | 2024-03-28T07:20:29.615Z | + ARG0=ci_download_thundermuffin |
705 | 2024-03-28T07:20:29.615Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
706 | 2024-03-28T07:20:29.615Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
707 | 2024-03-28T07:20:29.615Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
708 | 2024-03-28T07:20:29.615Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
709 | 2024-03-28T07:20:29.615Z | + TARGET_DIR=out |
710 | 2024-03-28T07:20:29.615Z | + DOWNLOAD_DIR=out/downloads |
711 | 2024-03-28T07:20:29.615Z | + DEST_DIR=./out/thundermuffin |
712 | 2024-03-28T07:20:29.615Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
713 | 2024-03-28T07:20:29.615Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
714 | 2024-03-28T07:20:29.615Z | + REPO=oxidecomputer/thundermuffin |
715 | 2024-03-28T07:20:29.615Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
716 | 2024-03-28T07:20:29.615Z | + main |
717 | 2024-03-28T07:20:29.615Z | + rm -rf out/downloads/root |
718 | 2024-03-28T07:20:29.619Z | + [[ 0 != 0 ]] |
719 | 2024-03-28T07:20:29.619Z | + CIDL_OS=solaris2.11 |
720 | 2024-03-28T07:20:29.619Z | + [[ 0 != 0 ]] |
721 | 2024-03-28T07:20:29.619Z | + configure_os solaris2.11 |
722 | 2024-03-28T07:20:29.619Z | + echo 'current directory: /work/oxidecomputer/omicron' |
723 | 2024-03-28T07:20:29.619Z | current directory: /work/oxidecomputer/omicron |
724 | 2024-03-28T07:20:29.619Z | + echo 'configuring based on OS: "solaris2.11"' |
725 | 2024-03-28T07:20:29.619Z | + case "$1" in |
726 | 2024-03-28T07:20:29.619Z | configuring based on OS: "solaris2.11" |
727 | 2024-03-28T07:20:29.619Z | + SET_BINARIES= |
728 | 2024-03-28T07:20:29.619Z | + CIDL_SHA256FUNC=do_sha256sum |
729 | 2024-03-28T07:20:29.619Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
730 | 2024-03-28T07:20:29.620Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
731 | 2024-03-28T07:20:29.620Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
732 | 2024-03-28T07:20:29.620Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
733 | 2024-03-28T07:20:29.620Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
734 | 2024-03-28T07:20:29.620Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
735 | 2024-03-28T07:20:29.620Z | + mkdir -p out/downloads |
736 | 2024-03-28T07:20:29.620Z | Local file: out/downloads/thundermuffin.tar.gz |
737 | 2024-03-28T07:20:29.623Z | + mkdir -p ./out/thundermuffin |
738 | 2024-03-28T07:20:29.623Z | + fetch_and_verify |
739 | 2024-03-28T07:20:29.623Z | + local DO_DOWNLOAD=true |
740 | 2024-03-28T07:20:29.623Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
741 | 2024-03-28T07:20:29.623Z | + '[' true == true ']' |
742 | 2024-03-28T07:20:29.624Z | + echo Downloading... |
743 | 2024-03-28T07:20:29.624Z | Downloading... |
744 | 2024-03-28T07:20:29.624Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
745 | 2024-03-28T07:20:29.624Z | + 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 |
746 | 2024-03-28T07:20:30.686Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
747 | 2024-03-28T07:20:30.689Z | ++ sha256sum |
748 | 2024-03-28T07:20:30.689Z | ++ awk '{print $1}' |
749 | 2024-03-28T07:20:30.692Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
750 | 2024-03-28T07:20:30.697Z | + [[ 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 ]] |
751 | 2024-03-28T07:20:30.697Z | + do_untar out/downloads/thundermuffin.tar.gz |
752 | 2024-03-28T07:20:30.697Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
753 | 2024-03-28T07:20:30.760Z | + do_assemble |
754 | 2024-03-28T07:20:30.760Z | + rm -r ./out/thundermuffin |
755 | 2024-03-28T07:20:30.765Z | + mkdir ./out/thundermuffin |
756 | 2024-03-28T07:20:30.765Z | + cp -r out/downloads/root ./out/thundermuffin/root |
757 | 2024-03-28T07:20:30.774Z | All prerequisites installed successfully |
758 | 2024-03-28T07:20:30.839Z | |
759 | 2024-03-28T07:20:30.839Z | real 2:06.228774289 |
760 | 2024-03-28T07:20:30.839Z | user 37.276607907 |
761 | 2024-03-28T07:20:30.839Z | sys 6.987064980 |
762 | 2024-03-28T07:20:30.839Z | trap 0.008157693 |
763 | 2024-03-28T07:20:30.840Z | tflt 0.178062707 |
764 | 2024-03-28T07:20:30.840Z | dflt 0.561526196 |
765 | 2024-03-28T07:20:30.840Z | kflt 0.111099990 |
766 | 2024-03-28T07:20:30.841Z | lock 0.922147221 |
767 | 2024-03-28T07:20:30.841Z | slp 4:10.995218827 |
768 | 2024-03-28T07:20:30.841Z | lat 2.020409104 |
769 | 2024-03-28T07:20:30.841Z | stop 0.133326713 |
770 | 2024-03-28T07:20:30.842Z | + banner end-to-end-tests |
771 | 2024-03-28T07:20:30.842Z | |
772 | 2024-03-28T07:20:30.842Z | ###### # # ##### ##### #### ###### # # ##### |
773 | 2024-03-28T07:20:30.842Z | # ## # # # # # # # ## # # # |
774 | 2024-03-28T07:20:30.842Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
775 | 2024-03-28T07:20:30.842Z | # # # # # # # # # # # # # # # |
776 | 2024-03-28T07:20:30.842Z | # # ## # # # # # # # ## # # |
777 | 2024-03-28T07:20:30.842Z | ###### # # ##### # #### ###### # # ##### |
778 | 2024-03-28T07:20:30.842Z | |
779 | 2024-03-28T07:20:30.843Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
780 | 2024-03-28T07:20:30.843Z | + CARGO_PROFILE_DEV_DEBUG=1 |
781 | 2024-03-28T07:20:30.843Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
782 | 2024-03-28T07:20:30.843Z | + CARGO_PROFILE_TEST_DEBUG=1 |
783 | 2024-03-28T07:20:30.843Z | + export CARGO_INCREMENTAL=0 |
784 | 2024-03-28T07:20:30.843Z | + CARGO_INCREMENTAL=0 |
785 | 2024-03-28T07:20:30.843Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
786 | 2024-03-28T07:20:30.995Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
787 | 2024-03-28T07:20:31.304Z | Updating git repository `https://github.com/oxidecomputer/samael` |
788 | 2024-03-28T07:20:31.630Z | Updating git repository `https://github.com/oxidecomputer/zone` |
789 | 2024-03-28T07:20:31.962Z | Updating crates.io index |
790 | 2024-03-28T07:20:32.456Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
791 | 2024-03-28T07:20:32.765Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
792 | 2024-03-28T07:20:33.388Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
793 | 2024-03-28T07:20:35.311Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
794 | 2024-03-28T07:20:35.800Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
795 | 2024-03-28T07:20:36.096Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
796 | 2024-03-28T07:20:36.960Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
797 | 2024-03-28T07:20:39.252Z | Updating git repository `https://github.com/oxidecomputer/opte` |
798 | 2024-03-28T07:20:40.244Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
799 | 2024-03-28T07:20:40.967Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
800 | 2024-03-28T07:20:41.274Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
801 | 2024-03-28T07:20:41.838Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
802 | 2024-03-28T07:20:42.140Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
803 | 2024-03-28T07:20:42.427Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
804 | 2024-03-28T07:20:42.823Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
805 | 2024-03-28T07:20:43.144Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
806 | 2024-03-28T07:20:43.430Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
807 | 2024-03-28T07:20:43.705Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
808 | 2024-03-28T07:20:43.959Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
809 | 2024-03-28T07:20:44.312Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
810 | 2024-03-28T07:20:44.597Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
811 | 2024-03-28T07:20:44.960Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
812 | 2024-03-28T07:20:45.532Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
813 | 2024-03-28T07:20:45.842Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
814 | 2024-03-28T07:20:46.151Z | Updating git repository `https://github.com/jgallagher/nix` |
815 | 2024-03-28T07:20:47.067Z | Updating git repository `https://github.com/cbiffle/hubpack` |
816 | 2024-03-28T07:20:47.368Z | Updating git repository `https://github.com/oxidecomputer/typify` |
817 | 2024-03-28T07:20:49.084Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
818 | 2024-03-28T07:20:50.440Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
819 | 2024-03-28T07:20:50.726Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
820 | 2024-03-28T07:20:51.135Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
821 | 2024-03-28T07:20:52.212Z | Downloading crates ... |
822 | 2024-03-28T07:20:52.294Z | Downloaded aead v0.5.2 |
823 | 2024-03-28T07:20:52.300Z | Downloaded ahash v0.8.8 |
824 | 2024-03-28T07:20:52.303Z | Downloaded ascii v1.1.0 |
825 | 2024-03-28T07:20:52.317Z | Downloaded adler v1.0.2 |
826 | 2024-03-28T07:20:52.320Z | Downloaded addr2line v0.21.0 |
827 | 2024-03-28T07:20:52.320Z | Downloaded inout v0.1.3 |
828 | 2024-03-28T07:20:52.324Z | Downloaded atty v0.2.14 |
829 | 2024-03-28T07:20:52.327Z | Downloaded bitstruct_derive v0.1.0 |
830 | 2024-03-28T07:20:52.327Z | Downloaded atomicwrites v0.4.3 |
831 | 2024-03-28T07:20:52.330Z | Downloaded instant v0.1.12 |
832 | 2024-03-28T07:20:52.333Z | Downloaded anstyle v1.0.6 |
833 | 2024-03-28T07:20:52.336Z | Downloaded lalrpop-util v0.19.12 |
834 | 2024-03-28T07:20:52.340Z | Downloaded match_cfg v0.1.0 |
835 | 2024-03-28T07:20:52.340Z | Downloaded lazy_static v1.4.0 |
836 | 2024-03-28T07:20:52.340Z | Downloaded arrayref v0.3.7 |
837 | 2024-03-28T07:20:52.345Z | Downloaded libefi-sys v0.1.0 |
838 | 2024-03-28T07:20:52.345Z | Downloaded keccak v0.1.4 |
839 | 2024-03-28T07:20:52.348Z | Downloaded linked-hash-map v0.5.6 |
840 | 2024-03-28T07:20:52.348Z | Downloaded bitstruct v0.1.1 |
841 | 2024-03-28T07:20:52.348Z | Downloaded indexmap v2.2.5 |
842 | 2024-03-28T07:20:52.352Z | Downloaded phf_shared v0.10.0 |
843 | 2024-03-28T07:20:52.360Z | Downloaded linear-map v1.2.0 |
844 | 2024-03-28T07:20:52.360Z | Downloaded blowfish v0.9.1 |
845 | 2024-03-28T07:20:52.364Z | Downloaded macaddr v1.0.1 |
846 | 2024-03-28T07:20:52.364Z | Downloaded ipnet v2.9.0 |
847 | 2024-03-28T07:20:52.364Z | Downloaded num v0.4.1 |
848 | 2024-03-28T07:20:52.364Z | Downloaded log v0.4.21 |
849 | 2024-03-28T07:20:52.367Z | Downloaded pkg-config v0.3.27 |
850 | 2024-03-28T07:20:52.367Z | Downloaded lock_api v0.4.10 |
851 | 2024-03-28T07:20:52.370Z | Downloaded argon2 v0.5.3 |
852 | 2024-03-28T07:20:52.371Z | Downloaded num-conv v0.1.0 |
853 | 2024-03-28T07:20:52.376Z | Downloaded bit-set v0.5.3 |
854 | 2024-03-28T07:20:52.384Z | Downloaded normalize-line-endings v0.3.0 |
855 | 2024-03-28T07:20:52.384Z | Downloaded block-padding v0.3.3 |
856 | 2024-03-28T07:20:52.384Z | Downloaded base16ct v0.2.0 |
857 | 2024-03-28T07:20:52.384Z | Downloaded ansi_term v0.12.1 |
858 | 2024-03-28T07:20:52.388Z | Downloaded paste v1.0.14 |
859 | 2024-03-28T07:20:52.388Z | Downloaded camino-tempfile v1.1.1 |
860 | 2024-03-28T07:20:52.388Z | Downloaded bcrypt-pbkdf v0.10.0 |
861 | 2024-03-28T07:20:52.388Z | Downloaded opaque-debug v0.3.0 |
862 | 2024-03-28T07:20:52.391Z | Downloaded bitflags v1.3.2 |
863 | 2024-03-28T07:20:52.391Z | Downloaded num_threads v0.1.6 |
864 | 2024-03-28T07:20:52.394Z | Downloaded openssl-probe v0.1.5 |
865 | 2024-03-28T07:20:52.394Z | Downloaded plain v0.2.3 |
866 | 2024-03-28T07:20:52.397Z | Downloaded pin-utils v0.1.0 |
867 | 2024-03-28T07:20:52.397Z | Downloaded parking_lot_core v0.9.8 |
868 | 2024-03-28T07:20:52.400Z | Downloaded pem-rfc7468 v0.7.0 |
869 | 2024-03-28T07:20:52.403Z | Downloaded option-ext v0.2.0 |
870 | 2024-03-28T07:20:52.404Z | Downloaded curve25519-dalek-derive v0.1.0 |
871 | 2024-03-28T07:20:52.404Z | Downloaded darling_macro v0.20.3 |
872 | 2024-03-28T07:20:52.407Z | Downloaded crucible-workspace-hack v0.1.0 |
873 | 2024-03-28T07:20:52.407Z | Downloaded ident_case v1.0.1 |
874 | 2024-03-28T07:20:52.407Z | Downloaded openssl-macros v0.1.1 |
875 | 2024-03-28T07:20:52.407Z | Downloaded cstr-argument v0.1.2 |
876 | 2024-03-28T07:20:52.410Z | Downloaded tinyvec_macros v0.1.1 |
877 | 2024-03-28T07:20:52.410Z | Downloaded new_debug_unreachable v1.0.4 |
878 | 2024-03-28T07:20:52.410Z | Downloaded newtype-uuid v1.0.1 |
879 | 2024-03-28T07:20:52.413Z | Downloaded managed v0.8.0 |
880 | 2024-03-28T07:20:52.414Z | Downloaded md5 v0.7.0 |
881 | 2024-03-28T07:20:52.417Z | Downloaded colorchoice v1.0.0 |
882 | 2024-03-28T07:20:52.417Z | Downloaded num-integer v0.1.46 |
883 | 2024-03-28T07:20:52.430Z | Downloaded ciborium-io v0.2.2 |
884 | 2024-03-28T07:20:52.430Z | Downloaded anyhow v1.0.79 |
885 | 2024-03-28T07:20:52.430Z | Downloaded newtype_derive v0.1.6 |
886 | 2024-03-28T07:20:52.430Z | Downloaded pin-project-lite v0.2.13 |
887 | 2024-03-28T07:20:52.430Z | Downloaded md-5 v0.10.5 |
888 | 2024-03-28T07:20:52.433Z | Downloaded try-lock v0.2.4 |
889 | 2024-03-28T07:20:52.433Z | Downloaded phf_shared v0.11.2 |
890 | 2024-03-28T07:20:52.434Z | Downloaded want v0.3.1 |
891 | 2024-03-28T07:20:52.434Z | Downloaded num_cpus v1.16.0 |
892 | 2024-03-28T07:20:52.441Z | Downloaded pest_generator v2.7.6 |
893 | 2024-03-28T07:20:52.444Z | Downloaded pem v3.0.2 |
894 | 2024-03-28T07:20:52.444Z | Downloaded pbkdf2 v0.12.2 |
895 | 2024-03-28T07:20:52.444Z | Downloaded cipher v0.4.4 |
896 | 2024-03-28T07:20:52.444Z | Downloaded percent-encoding v2.3.1 |
897 | 2024-03-28T07:20:52.448Z | Downloaded byteorder v1.5.0 |
898 | 2024-03-28T07:20:52.448Z | Downloaded block-buffer v0.10.4 |
899 | 2024-03-28T07:20:52.448Z | Downloaded autocfg v1.1.0 |
900 | 2024-03-28T07:20:52.451Z | Downloaded num-iter v0.1.44 |
901 | 2024-03-28T07:20:52.451Z | Downloaded ctr v0.9.2 |
902 | 2024-03-28T07:20:52.454Z | Downloaded crypto-common v0.1.6 |
903 | 2024-03-28T07:20:52.454Z | Downloaded constant_time_eq v0.3.0 |
904 | 2024-03-28T07:20:52.458Z | Downloaded stringprep v0.1.3 |
905 | 2024-03-28T07:20:52.461Z | Downloaded pbkdf2 v0.11.0 |
906 | 2024-03-28T07:20:52.461Z | Downloaded cpufeatures v0.2.12 |
907 | 2024-03-28T07:20:52.465Z | Downloaded arc-swap v1.6.0 |
908 | 2024-03-28T07:20:52.468Z | Downloaded http-range v0.1.5 |
909 | 2024-03-28T07:20:52.468Z | Downloaded pretty-hex v0.4.1 |
910 | 2024-03-28T07:20:52.471Z | Downloaded pretty-hex v0.2.1 |
911 | 2024-03-28T07:20:52.471Z | Downloaded defmt v0.3.5 |
912 | 2024-03-28T07:20:52.481Z | Downloaded native-tls v0.2.11 |
913 | 2024-03-28T07:20:52.486Z | Downloaded vec_map v0.8.2 |
914 | 2024-03-28T07:20:52.486Z | Downloaded usdt v0.3.5 |
915 | 2024-03-28T07:20:52.486Z | Downloaded dirs-sys v0.4.1 |
916 | 2024-03-28T07:20:52.486Z | Downloaded dirs-next v2.0.0 |
917 | 2024-03-28T07:20:52.486Z | Downloaded whoami v1.5.0 |
918 | 2024-03-28T07:20:52.491Z | Downloaded pkcs8 v0.10.2 |
919 | 2024-03-28T07:20:52.491Z | Downloaded slog-scope v4.4.0 |
920 | 2024-03-28T07:20:52.496Z | Downloaded structmeta-derive v0.3.0 |
921 | 2024-03-28T07:20:52.496Z | Downloaded pest_meta v2.7.6 |
922 | 2024-03-28T07:20:52.496Z | Downloaded ff v0.13.0 |
923 | 2024-03-28T07:20:52.500Z | Downloaded fastrand v2.0.1 |
924 | 2024-03-28T07:20:52.500Z | Downloaded phf v0.11.2 |
925 | 2024-03-28T07:20:52.500Z | Downloaded time-macros v0.2.17 |
926 | 2024-03-28T07:20:52.503Z | Downloaded owo-colors v4.0.0 |
927 | 2024-03-28T07:20:52.507Z | Downloaded utf-8 v0.7.6 |
928 | 2024-03-28T07:20:52.509Z | Downloaded backoff v0.4.0 |
929 | 2024-03-28T07:20:52.510Z | Downloaded libm v0.2.7 |
930 | 2024-03-28T07:20:52.520Z | Downloaded foreign-types-shared v0.1.1 |
931 | 2024-03-28T07:20:52.526Z | Downloaded swrite v0.1.0 |
932 | 2024-03-28T07:20:52.526Z | Downloaded utf8parse v0.2.1 |
933 | 2024-03-28T07:20:52.529Z | Downloaded usdt-macro v0.5.0 |
934 | 2024-03-28T07:20:52.529Z | Downloaded fallible-iterator v0.2.0 |
935 | 2024-03-28T07:20:52.529Z | Downloaded same-file v1.0.6 |
936 | 2024-03-28T07:20:52.529Z | Downloaded rustc_version v0.1.7 |
937 | 2024-03-28T07:20:52.529Z | Downloaded parking_lot_core v0.8.6 |
938 | 2024-03-28T07:20:52.533Z | Downloaded futures-macro v0.3.30 |
939 | 2024-03-28T07:20:52.533Z | Downloaded futures-io v0.3.30 |
940 | 2024-03-28T07:20:52.536Z | Downloaded parking_lot v0.12.1 |
941 | 2024-03-28T07:20:52.540Z | Downloaded serde_arrays v0.1.0 |
942 | 2024-03-28T07:20:52.540Z | Downloaded darling v0.20.3 |
943 | 2024-03-28T07:20:52.543Z | Downloaded slog-envlogger v2.2.0 |
944 | 2024-03-28T07:20:52.547Z | Downloaded getrandom v0.2.12 |
945 | 2024-03-28T07:20:52.550Z | Downloaded hash32 v0.3.1 |
946 | 2024-03-28T07:20:52.550Z | Downloaded num-traits v0.2.18 |
947 | 2024-03-28T07:20:52.553Z | Downloaded usdt-macro v0.3.5 |
948 | 2024-03-28T07:20:52.561Z | Downloaded itertools v0.12.1 |
949 | 2024-03-28T07:20:52.570Z | Downloaded thiserror-impl-no-std v2.0.2 |
950 | 2024-03-28T07:20:52.570Z | Downloaded waitgroup v0.1.2 |
951 | 2024-03-28T07:20:52.570Z | Downloaded topological-sort v0.2.2 |
952 | 2024-03-28T07:20:52.574Z | Downloaded rand_core v0.5.1 |
953 | 2024-03-28T07:20:52.574Z | Downloaded httparse v1.8.0 |
954 | 2024-03-28T07:20:52.574Z | Downloaded version_check v0.9.4 |
955 | 2024-03-28T07:20:52.574Z | Downloaded dtrace-parser v0.2.0 |
956 | 2024-03-28T07:20:52.574Z | Downloaded dtrace-parser v0.1.14 |
957 | 2024-03-28T07:20:52.578Z | Downloaded diesel_table_macro_syntax v0.1.0 |
958 | 2024-03-28T07:20:52.578Z | Downloaded crossbeam-utils v0.8.19 |
959 | 2024-03-28T07:20:52.581Z | Downloaded scroll_derive v0.12.0 |
960 | 2024-03-28T07:20:52.581Z | Downloaded scheduled-thread-pool v0.2.7 |
961 | 2024-03-28T07:20:52.581Z | Downloaded rustc-demangle v0.1.23 |
962 | 2024-03-28T07:20:52.585Z | Downloaded getrandom v0.1.16 |
963 | 2024-03-28T07:20:52.588Z | Downloaded headers-core v0.2.0 |
964 | 2024-03-28T07:20:52.588Z | Downloaded crossbeam-epoch v0.9.18 |
965 | 2024-03-28T07:20:52.592Z | Downloaded clap v4.5.1 |
966 | 2024-03-28T07:20:52.599Z | Downloaded rfc6979 v0.4.0 |
967 | 2024-03-28T07:20:52.603Z | Downloaded hubpack v0.1.2 |
968 | 2024-03-28T07:20:52.603Z | Downloaded thiserror-impl v1.0.57 |
969 | 2024-03-28T07:20:52.610Z | Downloaded bytes v1.5.0 |
970 | 2024-03-28T07:20:52.616Z | Downloaded rustls-pemfile v1.0.3 |
971 | 2024-03-28T07:20:52.616Z | Downloaded hex v0.4.3 |
972 | 2024-03-28T07:20:52.616Z | Downloaded glob v0.3.1 |
973 | 2024-03-28T07:20:52.619Z | Downloaded foreign-types-macros v0.2.3 |
974 | 2024-03-28T07:20:52.620Z | Downloaded strsim v0.11.0 |
975 | 2024-03-28T07:20:52.620Z | Downloaded strsim v0.8.0 |
976 | 2024-03-28T07:20:52.620Z | Downloaded string_cache v0.8.7 |
977 | 2024-03-28T07:20:52.623Z | Downloaded tokio-native-tls v0.3.1 |
978 | 2024-03-28T07:20:52.623Z | Downloaded tokio-macros v2.2.0 |
979 | 2024-03-28T07:20:52.626Z | Downloaded hex-literal v0.4.1 |
980 | 2024-03-28T07:20:52.627Z | Downloaded heck v0.3.3 |
981 | 2024-03-28T07:20:52.631Z | Downloaded foreign-types v0.5.0 |
982 | 2024-03-28T07:20:52.631Z | Downloaded dof v0.3.0 |
983 | 2024-03-28T07:20:52.631Z | Downloaded russh-keys v0.42.0 |
984 | 2024-03-28T07:20:52.634Z | Downloaded psl-types v2.0.11 |
985 | 2024-03-28T07:20:52.634Z | Downloaded tungstenite v0.21.0 |
986 | 2024-03-28T07:20:52.638Z | Downloaded portpicker v0.1.1 |
987 | 2024-03-28T07:20:52.644Z | Downloaded quick-error v1.2.3 |
988 | 2024-03-28T07:20:52.644Z | Downloaded tungstenite v0.20.1 |
989 | 2024-03-28T07:20:52.648Z | Downloaded powerfmt v0.2.0 |
990 | 2024-03-28T07:20:52.648Z | Downloaded gethostname v0.4.3 |
991 | 2024-03-28T07:20:52.648Z | Downloaded darling_core v0.20.3 |
992 | 2024-03-28T07:20:52.651Z | Downloaded zone_cfg_derive v0.1.2 |
993 | 2024-03-28T07:20:52.655Z | Downloaded p256 v0.13.2 |
994 | 2024-03-28T07:20:52.658Z | Downloaded take_mut v0.2.2 |
995 | 2024-03-28T07:20:52.658Z | Downloaded sha1 v0.10.6 |
996 | 2024-03-28T07:20:52.662Z | Downloaded rand_chacha v0.2.2 |
997 | 2024-03-28T07:20:52.662Z | Downloaded zeroize v1.7.0 |
998 | 2024-03-28T07:20:52.665Z | Downloaded rand_chacha v0.3.1 |
999 | 2024-03-28T07:20:52.665Z | Downloaded thread_local v1.1.7 |
1000 | 2024-03-28T07:20:52.669Z | Downloaded sync_wrapper v0.1.2 |
1001 | 2024-03-28T07:20:52.669Z | Downloaded foreign-types v0.3.2 |
1002 | 2024-03-28T07:20:52.669Z | Downloaded precomputed-hash v0.1.1 |
1003 | 2024-03-28T07:20:52.674Z | Downloaded subtle v2.5.0 |
1004 | 2024-03-28T07:20:52.674Z | Downloaded url v2.5.0 |
1005 | 2024-03-28T07:20:52.687Z | Downloaded derive_more v0.99.17 |
1006 | 2024-03-28T07:20:52.692Z | Downloaded httpdate v1.0.3 |
1007 | 2024-03-28T07:20:52.692Z | Downloaded dof v0.1.5 |
1008 | 2024-03-28T07:20:52.692Z | Downloaded base64 v0.21.7 |
1009 | 2024-03-28T07:20:52.692Z | Downloaded proc-macro-error-attr v1.0.4 |
1010 | 2024-03-28T07:20:52.693Z | Downloaded mio v0.8.11 |
1011 | 2024-03-28T07:20:52.697Z | Downloaded slog-stdlog v4.1.1 |
1012 | 2024-03-28T07:20:52.702Z | Downloaded slog-json v2.6.1 |
1013 | 2024-03-28T07:20:52.702Z | Downloaded slog-async v2.8.0 |
1014 | 2024-03-28T07:20:52.702Z | Downloaded spin v0.5.2 |
1015 | 2024-03-28T07:20:52.707Z | Downloaded serde_tokenstream v0.2.0 |
1016 | 2024-03-28T07:20:52.707Z | Downloaded toml_edit v0.19.15 |
1017 | 2024-03-28T07:20:52.725Z | Downloaded endian-type v0.1.2 |
1018 | 2024-03-28T07:20:52.728Z | Downloaded toml v0.8.10 |
1019 | 2024-03-28T07:20:52.728Z | Downloaded zerocopy v0.3.0 |
1020 | 2024-03-28T07:20:52.731Z | Downloaded deranged v0.3.11 |
1021 | 2024-03-28T07:20:52.731Z | Downloaded zone v0.1.8 |
1022 | 2024-03-28T07:20:52.731Z | Downloaded enum-as-inner v0.5.1 |
1023 | 2024-03-28T07:20:52.734Z | Downloaded schemars v0.8.16 |
1024 | 2024-03-28T07:20:52.747Z | Downloaded primeorder v0.13.6 |
1025 | 2024-03-28T07:20:52.751Z | Downloaded dhcproto-macros v0.1.0 |
1026 | 2024-03-28T07:20:52.751Z | Downloaded num-bigint v0.4.4 |
1027 | 2024-03-28T07:20:52.757Z | Downloaded rustls-pki-types v1.3.0 |
1028 | 2024-03-28T07:20:52.761Z | Downloaded crossbeam-channel v0.5.8 |
1029 | 2024-03-28T07:20:52.764Z | Downloaded smf v0.2.2 |
1030 | 2024-03-28T07:20:52.764Z | Downloaded strum v0.26.1 |
1031 | 2024-03-28T07:20:52.764Z | Downloaded float-cmp v0.9.0 |
1032 | 2024-03-28T07:20:52.767Z | Downloaded slog-dtrace v0.3.0 |
1033 | 2024-03-28T07:20:52.767Z | Downloaded proc-macro-error v1.0.4 |
1034 | 2024-03-28T07:20:52.771Z | Downloaded rustversion v1.0.14 |
1035 | 2024-03-28T07:20:52.776Z | Downloaded form_urlencoded v1.2.1 |
1036 | 2024-03-28T07:20:52.776Z | Downloaded filetime v0.2.23 |
1037 | 2024-03-28T07:20:52.780Z | Downloaded untrusted v0.7.1 |
1038 | 2024-03-28T07:20:52.780Z | Downloaded env_logger v0.9.3 |
1039 | 2024-03-28T07:20:52.780Z | Downloaded walkdir v2.4.0 |
1040 | 2024-03-28T07:20:52.783Z | Downloaded tokio-stream v0.1.14 |
1041 | 2024-03-28T07:20:52.789Z | Downloaded getopts v0.2.21 |
1042 | 2024-03-28T07:20:52.795Z | Downloaded hyper-tls v0.5.0 |
1043 | 2024-03-28T07:20:52.796Z | Downloaded hyper-staticfile v0.9.5 |
1044 | 2024-03-28T07:20:52.796Z | Downloaded postgres-protocol v0.6.6 |
1045 | 2024-03-28T07:20:52.799Z | Downloaded derive-where v1.2.7 |
1046 | 2024-03-28T07:20:52.799Z | Downloaded fnv v1.0.7 |
1047 | 2024-03-28T07:20:52.799Z | Downloaded ppv-lite86 v0.2.17 |
1048 | 2024-03-28T07:20:52.802Z | Downloaded unicode-ident v1.0.12 |
1049 | 2024-03-28T07:20:52.805Z | Downloaded embedded-io v0.4.0 |
1050 | 2024-03-28T07:20:52.805Z | Downloaded slab v0.4.9 |
1051 | 2024-03-28T07:20:52.809Z | Downloaded difflib v0.4.0 |
1052 | 2024-03-28T07:20:52.809Z | Downloaded der_derive v0.7.2 |
1053 | 2024-03-28T07:20:52.812Z | Downloaded zerocopy-derive v0.7.32 |
1054 | 2024-03-28T07:20:52.815Z | Downloaded semver v0.1.20 |
1055 | 2024-03-28T07:20:52.818Z | Downloaded trust-dns-server v0.22.1 |
1056 | 2024-03-28T07:20:52.821Z | Downloaded thiserror v1.0.57 |
1057 | 2024-03-28T07:20:52.826Z | Downloaded serde v1.0.197 |
1058 | 2024-03-28T07:20:52.830Z | Downloaded structmeta v0.3.0 |
1059 | 2024-03-28T07:20:52.833Z | Downloaded russh-cryptovec v0.7.0 |
1060 | 2024-03-28T07:20:52.833Z | Downloaded usdt v0.5.0 |
1061 | 2024-03-28T07:20:52.833Z | Downloaded tracing-attributes v0.1.27 |
1062 | 2024-03-28T07:20:52.836Z | Downloaded term v0.7.0 |
1063 | 2024-03-28T07:20:52.840Z | Downloaded home v0.5.5 |
1064 | 2024-03-28T07:20:52.847Z | Downloaded fxhash v0.2.1 |
1065 | 2024-03-28T07:20:52.847Z | Downloaded serde_urlencoded v0.7.1 |
1066 | 2024-03-28T07:20:52.847Z | Downloaded scopeguard v1.2.0 |
1067 | 2024-03-28T07:20:52.850Z | Downloaded rustc_version v0.4.0 |
1068 | 2024-03-28T07:20:52.850Z | Downloaded postcard v1.0.8 |
1069 | 2024-03-28T07:20:52.850Z | Downloaded terminal_size v0.3.0 |
1070 | 2024-03-28T07:20:52.854Z | Downloaded synstructure v0.12.6 |
1071 | 2024-03-28T07:20:52.854Z | Downloaded postgres-types v0.2.6 |
1072 | 2024-03-28T07:20:52.857Z | Downloaded hyper-rustls v0.24.2 |
1073 | 2024-03-28T07:20:52.857Z | Downloaded time-core v0.1.2 |
1074 | 2024-03-28T07:20:52.861Z | Downloaded hubpack_derive v0.1.1 |
1075 | 2024-03-28T07:20:52.861Z | Downloaded zeroize_derive v1.4.2 |
1076 | 2024-03-28T07:20:52.861Z | Downloaded static_assertions v1.1.0 |
1077 | 2024-03-28T07:20:52.864Z | Downloaded stable_deref_trait v1.2.0 |
1078 | 2024-03-28T07:20:52.864Z | Downloaded semver v1.0.22 |
1079 | 2024-03-28T07:20:52.868Z | Downloaded rcgen v0.12.1 |
1080 | 2024-03-28T07:20:52.872Z | Downloaded group v0.13.0 |
1081 | 2024-03-28T07:20:52.872Z | Downloaded serde_with_macros v3.6.1 |
1082 | 2024-03-28T07:20:52.875Z | Downloaded futures-task v0.3.30 |
1083 | 2024-03-28T07:20:52.875Z | Downloaded futures-sink v0.3.30 |
1084 | 2024-03-28T07:20:52.875Z | Downloaded ecdsa v0.16.9 |
1085 | 2024-03-28T07:20:52.879Z | Downloaded siphasher v0.3.11 |
1086 | 2024-03-28T07:20:52.879Z | Downloaded ghash v0.5.0 |
1087 | 2024-03-28T07:20:52.887Z | Downloaded rand v0.8.5 |
1088 | 2024-03-28T07:20:52.891Z | Downloaded crossterm v0.27.0 |
1089 | 2024-03-28T07:20:52.891Z | Downloaded trust-dns-resolver v0.22.0 |
1090 | 2024-03-28T07:20:52.895Z | Downloaded humantime v2.1.0 |
1091 | 2024-03-28T07:20:52.898Z | Downloaded rayon-core v1.12.1 |
1092 | 2024-03-28T07:20:52.901Z | Downloaded heapless v0.7.16 |
1093 | 2024-03-28T07:20:52.905Z | Downloaded dirs-sys-next v0.1.2 |
1094 | 2024-03-28T07:20:52.908Z | Downloaded hashbrown v0.14.3 |
1095 | 2024-03-28T07:20:52.912Z | Downloaded dyn-clone v1.0.17 |
1096 | 2024-03-28T07:20:52.915Z | Downloaded spin v0.9.8 |
1097 | 2024-03-28T07:20:52.918Z | Downloaded futures-channel v0.3.30 |
1098 | 2024-03-28T07:20:52.918Z | Downloaded hostname v0.3.1 |
1099 | 2024-03-28T07:20:52.922Z | Downloaded unsafe-libyaml v0.2.10 |
1100 | 2024-03-28T07:20:52.925Z | Downloaded ron v0.7.1 |
1101 | 2024-03-28T07:20:52.929Z | Downloaded serde_derive v1.0.197 |
1102 | 2024-03-28T07:20:52.932Z | Downloaded zerocopy v0.6.4 |
1103 | 2024-03-28T07:20:52.938Z | Downloaded diesel_derives v2.1.2 |
1104 | 2024-03-28T07:20:52.948Z | Downloaded rustfmt-wrapper v0.2.0 |
1105 | 2024-03-28T07:20:52.949Z | Downloaded publicsuffix v2.2.3 |
1106 | 2024-03-28T07:20:52.949Z | Downloaded similar v2.4.0 |
1107 | 2024-03-28T07:20:52.952Z | Downloaded futures v0.3.30 |
1108 | 2024-03-28T07:20:52.955Z | Downloaded aho-corasick v1.1.2 |
1109 | 2024-03-28T07:20:52.960Z | Downloaded subprocess v0.2.9 |
1110 | 2024-03-28T07:20:52.963Z | Downloaded steno v0.4.0 |
1111 | 2024-03-28T07:20:52.967Z | Downloaded ryu v1.0.15 |
1112 | 2024-03-28T07:20:52.971Z | Downloaded petgraph v0.6.4 |
1113 | 2024-03-28T07:20:52.989Z | Downloaded tracing v0.1.40 |
1114 | 2024-03-28T07:20:52.997Z | Downloaded socket2 v0.5.5 |
1115 | 2024-03-28T07:20:53.001Z | Downloaded unicode-normalization v0.1.22 |
1116 | 2024-03-28T07:20:53.001Z | Downloaded rand v0.7.3 |
1117 | 2024-03-28T07:20:53.007Z | Downloaded structopt v0.3.26 |
1118 | 2024-03-28T07:20:53.012Z | Downloaded zip v0.6.6 |
1119 | 2024-03-28T07:20:53.015Z | Downloaded flate2 v1.0.28 |
1120 | 2024-03-28T07:20:53.024Z | Downloaded reqwest v0.11.24 |
1121 | 2024-03-28T07:20:53.040Z | Downloaded unicode-bidi v0.3.15 |
1122 | 2024-03-28T07:20:53.045Z | Downloaded goblin v0.8.0 |
1123 | 2024-03-28T07:20:53.045Z | Downloaded clap_builder v4.5.1 |
1124 | 2024-03-28T07:20:53.049Z | Downloaded tokio-postgres v0.7.10 |
1125 | 2024-03-28T07:20:53.052Z | Downloaded clap v2.34.0 |
1126 | 2024-03-28T07:20:53.059Z | Downloaded blake3 v1.5.0 |
1127 | 2024-03-28T07:20:53.068Z | Downloaded time v0.3.34 |
1128 | 2024-03-28T07:20:53.074Z | Downloaded object v0.32.1 |
1129 | 2024-03-28T07:20:53.088Z | Downloaded heapless v0.8.0 |
1130 | 2024-03-28T07:20:53.103Z | Downloaded unicode-segmentation v1.10.1 |
1131 | 2024-03-28T07:20:53.106Z | Downloaded tokio-util v0.7.10 |
1132 | 2024-03-28T07:20:53.107Z | Downloaded vcpkg v0.2.15 |
1133 | 2024-03-28T07:20:53.140Z | Downloaded http v0.2.12 |
1134 | 2024-03-28T07:20:53.144Z | Downloaded rustls-webpki v0.101.7 |
1135 | 2024-03-28T07:20:53.163Z | Downloaded futures-util v0.3.30 |
1136 | 2024-03-28T07:20:53.172Z | Downloaded rustls-webpki v0.102.1 |
1137 | 2024-03-28T07:20:53.193Z | Downloaded idna v0.3.0 |
1138 | 2024-03-28T07:20:53.199Z | Downloaded idna v0.5.0 |
1139 | 2024-03-28T07:20:53.207Z | Downloaded zerocopy v0.7.32 |
1140 | 2024-03-28T07:20:53.223Z | Downloaded hkdf v0.12.4 |
1141 | 2024-03-28T07:20:53.226Z | Downloaded h2 v0.3.24 |
1142 | 2024-03-28T07:20:53.233Z | Downloaded trust-dns-proto v0.22.0 |
1143 | 2024-03-28T07:20:53.248Z | Downloaded hyper v0.14.28 |
1144 | 2024-03-28T07:20:53.253Z | Downloaded syn v2.0.52 |
1145 | 2024-03-28T07:20:53.265Z | Downloaded gimli v0.28.0 |
1146 | 2024-03-28T07:20:53.275Z | Downloaded rustls v0.22.2 |
1147 | 2024-03-28T07:20:53.289Z | Downloaded regress v0.9.0 |
1148 | 2024-03-28T07:20:53.298Z | Downloaded regex v1.10.3 |
1149 | 2024-03-28T07:20:53.313Z | Downloaded smoltcp v0.11.0 |
1150 | 2024-03-28T07:20:53.326Z | Downloaded bstr v0.2.17 |
1151 | 2024-03-28T07:20:53.336Z | Downloaded curve25519-dalek v4.1.1 |
1152 | 2024-03-28T07:20:53.346Z | Downloaded rustls v0.21.9 |
1153 | 2024-03-28T07:20:53.358Z | Downloaded libc v0.2.153 |
1154 | 2024-03-28T07:20:53.390Z | Downloaded rustix v0.38.31 |
1155 | 2024-03-28T07:20:53.411Z | Downloaded tokio v1.36.0 |
1156 | 2024-03-28T07:20:53.449Z | Downloaded regex-automata v0.4.5 |
1157 | 2024-03-28T07:20:53.468Z | Downloaded winapi v0.3.9 |
1158 | 2024-03-28T07:20:53.509Z | Downloaded sled v0.34.7 |
1159 | 2024-03-28T07:20:53.521Z | Downloaded zerocopy-derive v0.2.0 |
1160 | 2024-03-28T07:20:53.530Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1161 | 2024-03-28T07:20:53.543Z | Downloaded zerocopy-derive v0.6.4 |
1162 | 2024-03-28T07:20:53.553Z | Downloaded bstr v1.9.0 |
1163 | 2024-03-28T07:20:53.565Z | Downloaded diesel v2.1.4 |
1164 | 2024-03-28T07:20:53.583Z | Downloaded sha3 v0.10.8 |
1165 | 2024-03-28T07:20:53.587Z | Downloaded regex-syntax v0.8.2 |
1166 | 2024-03-28T07:20:53.596Z | Downloaded radix_trie v0.2.1 |
1167 | 2024-03-28T07:20:53.602Z | Downloaded openapiv3 v2.0.0 |
1168 | 2024-03-28T07:20:53.618Z | Downloaded idna v0.2.3 |
1169 | 2024-03-28T07:20:53.621Z | Downloaded syn v1.0.109 |
1170 | 2024-03-28T07:20:53.633Z | Downloaded rayon v1.9.0 |
1171 | 2024-03-28T07:20:53.644Z | Downloaded smoltcp v0.9.1 |
1172 | 2024-03-28T07:20:53.655Z | Downloaded encoding_rs v0.8.33 |
1173 | 2024-03-28T07:20:53.678Z | Downloaded webpki-roots v0.25.2 |
1174 | 2024-03-28T07:20:53.682Z | Downloaded chrono v0.4.34 |
1175 | 2024-03-28T07:20:53.690Z | Downloaded serde_json v1.0.114 |
1176 | 2024-03-28T07:20:53.697Z | Downloaded openssl v0.10.60 |
1177 | 2024-03-28T07:20:53.708Z | Downloaded serde_with v3.6.1 |
1178 | 2024-03-28T07:20:53.716Z | Downloaded russh v0.42.0 |
1179 | 2024-03-28T07:20:53.722Z | Downloaded winnow v0.6.1 |
1180 | 2024-03-28T07:20:53.729Z | Downloaded toml v0.7.8 |
1181 | 2024-03-28T07:20:53.733Z | Downloaded toml v0.5.11 |
1182 | 2024-03-28T07:20:53.736Z | Downloaded half v2.3.1 |
1183 | 2024-03-28T07:20:53.739Z | Downloaded http v1.0.0 |
1184 | 2024-03-28T07:20:53.742Z | Downloaded winnow v0.5.15 |
1185 | 2024-03-28T07:20:53.748Z | Downloaded slog v2.7.0 |
1186 | 2024-03-28T07:20:53.751Z | Downloaded elliptic-curve v0.13.8 |
1187 | 2024-03-28T07:20:53.754Z | Downloaded dirs v5.0.1 |
1188 | 2024-03-28T07:20:53.757Z | Downloaded digest v0.10.7 |
1189 | 2024-03-28T07:20:53.757Z | Downloaded flume v0.11.0 |
1190 | 2024-03-28T07:20:53.760Z | Downloaded semver v0.11.0 |
1191 | 2024-03-28T07:20:53.764Z | Downloaded trust-dns-client v0.22.0 |
1192 | 2024-03-28T07:20:53.770Z | Downloaded ring v0.16.20 |
1193 | 2024-03-28T07:20:53.847Z | Downloaded untrusted v0.9.0 |
1194 | 2024-03-28T07:20:53.851Z | Downloaded hmac v0.12.1 |
1195 | 2024-03-28T07:20:53.851Z | Downloaded regex-automata v0.1.10 |
1196 | 2024-03-28T07:20:53.855Z | Downloaded tokio-rustls v0.24.1 |
1197 | 2024-03-28T07:20:53.858Z | Downloaded proc-macro2 v1.0.78 |
1198 | 2024-03-28T07:20:53.861Z | Downloaded indexmap v1.9.3 |
1199 | 2024-03-28T07:20:53.865Z | Downloaded serde_derive_internals v0.26.0 |
1200 | 2024-03-28T07:20:53.865Z | Downloaded tokio-tungstenite v0.21.0 |
1201 | 2024-03-28T07:20:53.871Z | Downloaded nom v7.1.3 |
1202 | 2024-03-28T07:20:53.875Z | Downloaded scroll v0.12.0 |
1203 | 2024-03-28T07:20:53.875Z | Downloaded schemars_derive v0.8.16 |
1204 | 2024-03-28T07:20:53.875Z | Downloaded headers v0.3.9 |
1205 | 2024-03-28T07:20:53.878Z | Downloaded tracing-core v0.1.32 |
1206 | 2024-03-28T07:20:53.881Z | Downloaded hashbrown v0.12.3 |
1207 | 2024-03-28T07:20:53.884Z | Downloaded serde_spanned v0.6.5 |
1208 | 2024-03-28T07:20:53.888Z | Downloaded serde_repr v0.1.16 |
1209 | 2024-03-28T07:20:53.888Z | Downloaded either v1.10.0 |
1210 | 2024-03-28T07:20:53.891Z | Downloaded strum_macros v0.25.2 |
1211 | 2024-03-28T07:20:53.891Z | Downloaded smallvec v1.13.1 |
1212 | 2024-03-28T07:20:53.895Z | Downloaded slog-term v2.9.0 |
1213 | 2024-03-28T07:20:53.895Z | Downloaded pest v2.7.6 |
1214 | 2024-03-28T07:20:53.904Z | Downloaded iana-time-zone v0.1.57 |
1215 | 2024-03-28T07:20:53.908Z | Downloaded tokio-rustls v0.25.0 |
1216 | 2024-03-28T07:20:53.911Z | Downloaded yasna v0.5.2 |
1217 | 2024-03-28T07:20:53.911Z | Downloaded tempfile v3.10.0 |
1218 | 2024-03-28T07:20:53.914Z | Downloaded universal-hash v0.5.1 |
1219 | 2024-03-28T07:20:53.914Z | Downloaded unicode-width v0.1.11 |
1220 | 2024-03-28T07:20:53.914Z | Downloaded termcolor v1.2.0 |
1221 | 2024-03-28T07:20:53.921Z | Downloaded tabwriter v1.4.0 |
1222 | 2024-03-28T07:20:53.921Z | Downloaded signal-hook v0.3.17 |
1223 | 2024-03-28T07:20:53.924Z | Downloaded xattr v1.0.1 |
1224 | 2024-03-28T07:20:53.924Z | Downloaded unicase v2.7.0 |
1225 | 2024-03-28T07:20:53.924Z | Downloaded serde_yaml v0.9.25 |
1226 | 2024-03-28T07:20:53.927Z | Downloaded aes v0.8.3 |
1227 | 2024-03-28T07:20:53.932Z | Downloaded predicates v3.1.0 |
1228 | 2024-03-28T07:20:53.932Z | Downloaded hash32 v0.2.1 |
1229 | 2024-03-28T07:20:53.936Z | Downloaded generic-array v0.14.7 |
1230 | 2024-03-28T07:20:53.936Z | Downloaded ucd-trie v0.1.6 |
1231 | 2024-03-28T07:20:53.937Z | Downloaded quote v1.0.35 |
1232 | 2024-03-28T07:20:53.940Z | Downloaded typenum v1.16.0 |
1233 | 2024-03-28T07:20:53.940Z | Downloaded sha2 v0.10.8 |
1234 | 2024-03-28T07:20:53.943Z | Downloaded ring v0.17.8 |
1235 | 2024-03-28T07:20:54.009Z | Downloaded toml_edit v0.22.6 |
1236 | 2024-03-28T07:20:54.029Z | Downloaded serde_tokenstream v0.1.7 |
1237 | 2024-03-28T07:20:54.034Z | Downloaded secrecy v0.8.0 |
1238 | 2024-03-28T07:20:54.043Z | Downloaded sec1 v0.7.3 |
1239 | 2024-03-28T07:20:54.043Z | Downloaded sct v0.7.0 |
1240 | 2024-03-28T07:20:54.048Z | Downloaded ed25519-dalek v2.0.0 |
1241 | 2024-03-28T07:20:54.048Z | Downloaded minimal-lexical v0.2.1 |
1242 | 2024-03-28T07:20:54.048Z | Downloaded dhcproto v0.11.0 |
1243 | 2024-03-28T07:20:54.051Z | Downloaded rand_core v0.6.4 |
1244 | 2024-03-28T07:20:54.051Z | Downloaded r2d2 v0.8.10 |
1245 | 2024-03-28T07:20:54.051Z | Downloaded display-error-chain v0.2.0 |
1246 | 2024-03-28T07:20:54.051Z | Downloaded heck v0.4.1 |
1247 | 2024-03-28T07:20:54.051Z | Downloaded uuid v1.7.0 |
1248 | 2024-03-28T07:20:54.054Z | Downloaded strsim v0.10.0 |
1249 | 2024-03-28T07:20:54.054Z | Downloaded rustls-pemfile v2.1.1 |
1250 | 2024-03-28T07:20:54.058Z | Downloaded thread-id v4.2.0 |
1251 | 2024-03-28T07:20:54.058Z | Downloaded p521 v0.13.3 |
1252 | 2024-03-28T07:20:54.061Z | Downloaded openssl-sys v0.9.96 |
1253 | 2024-03-28T07:20:54.065Z | Downloaded crypto-bigint v0.5.2 |
1254 | 2024-03-28T07:20:54.070Z | Downloaded backtrace v0.3.69 |
1255 | 2024-03-28T07:20:54.074Z | Downloaded socket2 v0.4.9 |
1256 | 2024-03-28T07:20:54.078Z | Downloaded memchr v2.7.1 |
1257 | 2024-03-28T07:20:54.081Z | Downloaded equivalent v1.0.1 |
1258 | 2024-03-28T07:20:54.084Z | Downloaded vsss-rs v3.3.4 |
1259 | 2024-03-28T07:20:54.084Z | Downloaded poly1305 v0.8.0 |
1260 | 2024-03-28T07:20:54.087Z | Downloaded signal-hook-mio v0.2.3 |
1261 | 2024-03-28T07:20:54.087Z | Downloaded serde_path_to_error v0.1.16 |
1262 | 2024-03-28T07:20:54.090Z | Downloaded uuid v0.8.2 |
1263 | 2024-03-28T07:20:54.093Z | Downloaded tokio-tungstenite v0.20.1 |
1264 | 2024-03-28T07:20:54.093Z | Downloaded futures-executor v0.3.30 |
1265 | 2024-03-28T07:20:54.096Z | Downloaded futures-core v0.3.30 |
1266 | 2024-03-28T07:20:54.096Z | Downloaded flagset v0.4.3 |
1267 | 2024-03-28T07:20:54.096Z | Downloaded fixedbitset v0.4.2 |
1268 | 2024-03-28T07:20:54.100Z | Downloaded resolv-conf v0.7.0 |
1269 | 2024-03-28T07:20:54.100Z | Downloaded usdt-impl v0.5.0 |
1270 | 2024-03-28T07:20:54.100Z | Downloaded usdt-impl v0.3.5 |
1271 | 2024-03-28T07:20:54.103Z | Downloaded unicode-xid v0.2.4 |
1272 | 2024-03-28T07:20:54.103Z | Downloaded tinyvec v1.6.0 |
1273 | 2024-03-28T07:20:54.109Z | Downloaded proc-macro-crate v1.3.1 |
1274 | 2024-03-28T07:20:54.109Z | Downloaded omicron-zone-package v0.11.0 |
1275 | 2024-03-28T07:20:54.112Z | Downloaded base64 v0.22.0 |
1276 | 2024-03-28T07:20:54.115Z | Downloaded foreign-types-shared v0.3.1 |
1277 | 2024-03-28T07:20:54.115Z | Downloaded signature v2.1.0 |
1278 | 2024-03-28T07:20:54.115Z | Downloaded signal-hook-registry v1.4.1 |
1279 | 2024-03-28T07:20:54.115Z | Downloaded semver-parser v0.10.2 |
1280 | 2024-03-28T07:20:54.120Z | Downloaded const-oid v0.9.6 |
1281 | 2024-03-28T07:20:54.120Z | Downloaded cookie v0.17.0 |
1282 | 2024-03-28T07:20:54.123Z | Downloaded ciborium v0.2.2 |
1283 | 2024-03-28T07:20:54.124Z | Downloaded structopt-derive v0.4.18 |
1284 | 2024-03-28T07:20:54.124Z | Downloaded polyval v0.6.1 |
1285 | 2024-03-28T07:20:54.127Z | Downloaded http-body v0.4.5 |
1286 | 2024-03-28T07:20:54.127Z | Downloaded tar v0.4.40 |
1287 | 2024-03-28T07:20:54.130Z | Downloaded chacha20poly1305 v0.10.1 |
1288 | 2024-03-28T07:20:54.130Z | Downloaded usdt-attr-macro v0.5.0 |
1289 | 2024-03-28T07:20:54.133Z | Downloaded usdt-attr-macro v0.3.5 |
1290 | 2024-03-28T07:20:54.133Z | Downloaded parking_lot v0.11.2 |
1291 | 2024-03-28T07:20:54.133Z | Downloaded clap_derive v4.5.0 |
1292 | 2024-03-28T07:20:54.136Z | Downloaded strum_macros v0.26.1 |
1293 | 2024-03-28T07:20:54.136Z | Downloaded cc v1.0.83 |
1294 | 2024-03-28T07:20:54.140Z | Downloaded base64 v0.13.1 |
1295 | 2024-03-28T07:20:54.143Z | Downloaded allocator-api2 v0.2.16 |
1296 | 2024-03-28T07:20:54.146Z | Downloaded num-complex v0.4.4 |
1297 | 2024-03-28T07:20:54.146Z | Downloaded errno v0.3.8 |
1298 | 2024-03-28T07:20:54.149Z | Downloaded erased-serde v0.3.31 |
1299 | 2024-03-28T07:20:54.149Z | Downloaded cookie_store v0.20.0 |
1300 | 2024-03-28T07:20:54.152Z | Downloaded tower-service v0.3.2 |
1301 | 2024-03-28T07:20:54.152Z | Downloaded toolchain_find v0.2.0 |
1302 | 2024-03-28T07:20:54.152Z | Downloaded predicates-core v1.0.6 |
1303 | 2024-03-28T07:20:54.158Z | Downloaded itertools v0.10.5 |
1304 | 2024-03-28T07:20:54.161Z | Downloaded crossbeam-deque v0.8.3 |
1305 | 2024-03-28T07:20:54.161Z | Downloaded crc32fast v1.3.2 |
1306 | 2024-03-28T07:20:54.161Z | Downloaded convert_case v0.4.0 |
1307 | 2024-03-28T07:20:54.165Z | Downloaded console v0.15.8 |
1308 | 2024-03-28T07:20:54.165Z | Downloaded password-hash v0.5.0 |
1309 | 2024-03-28T07:20:54.168Z | Downloaded mime_guess v2.0.4 |
1310 | 2024-03-28T07:20:54.168Z | Downloaded num-rational v0.4.1 |
1311 | 2024-03-28T07:20:54.171Z | Downloaded bitflags v2.4.2 |
1312 | 2024-03-28T07:20:54.174Z | Downloaded ed25519 v2.2.2 |
1313 | 2024-03-28T07:20:54.174Z | Downloaded textwrap v0.11.0 |
1314 | 2024-03-28T07:20:54.177Z | Downloaded chacha20 v0.9.1 |
1315 | 2024-03-28T07:20:54.177Z | Downloaded spki v0.7.2 |
1316 | 2024-03-28T07:20:54.181Z | Downloaded defmt-parser v0.3.3 |
1317 | 2024-03-28T07:20:54.181Z | Downloaded pest_derive v2.7.6 |
1318 | 2024-03-28T07:20:54.181Z | Downloaded password-hash v0.4.2 |
1319 | 2024-03-28T07:20:54.184Z | Downloaded once_cell v1.19.0 |
1320 | 2024-03-28T07:20:54.187Z | Downloaded nibble_vec v0.1.0 |
1321 | 2024-03-28T07:20:54.187Z | Downloaded camino v1.1.6 |
1322 | 2024-03-28T07:20:54.187Z | Downloaded multer v3.0.0 |
1323 | 2024-03-28T07:20:54.190Z | Downloaded memmap2 v0.7.1 |
1324 | 2024-03-28T07:20:54.193Z | Downloaded platforms v3.0.2 |
1325 | 2024-03-28T07:20:54.193Z | Downloaded aes-gcm v0.10.3 |
1326 | 2024-03-28T07:20:54.197Z | Downloaded slog-bunyan v2.5.0 |
1327 | 2024-03-28T07:20:54.197Z | Downloaded defmt-macros v0.3.6 |
1328 | 2024-03-28T07:20:54.203Z | Downloaded blake2 v0.10.6 |
1329 | 2024-03-28T07:20:54.207Z | Downloaded data-encoding v2.4.0 |
1330 | 2024-03-28T07:20:54.207Z | Downloaded debug-ignore v1.0.5 |
1331 | 2024-03-28T07:20:54.207Z | Downloaded toml_datetime v0.6.5 |
1332 | 2024-03-28T07:20:54.207Z | Downloaded thiserror-no-std v2.0.2 |
1333 | 2024-03-28T07:20:54.210Z | Downloaded cobs v0.2.3 |
1334 | 2024-03-28T07:20:54.210Z | Downloaded num_enum v0.5.11 |
1335 | 2024-03-28T07:20:54.213Z | Downloaded num-derive v0.4.0 |
1336 | 2024-03-28T07:20:54.227Z | Downloaded colored v2.1.0 |
1337 | 2024-03-28T07:20:54.239Z | Downloaded clap_lex v0.7.0 |
1338 | 2024-03-28T07:20:54.242Z | Downloaded parse-display-derive v0.9.0 |
1339 | 2024-03-28T07:20:54.242Z | Downloaded parse-display v0.9.0 |
1340 | 2024-03-28T07:20:54.245Z | Downloaded num_enum_derive v0.5.11 |
1341 | 2024-03-28T07:20:54.245Z | Downloaded mime v0.3.17 |
1342 | 2024-03-28T07:20:54.248Z | Downloaded memmap v0.7.0 |
1343 | 2024-03-28T07:20:54.248Z | Downloaded ciborium-ll v0.2.2 |
1344 | 2024-03-28T07:20:54.248Z | Downloaded cancel-safe-futures v0.1.5 |
1345 | 2024-03-28T07:20:54.252Z | Downloaded bzip2 v0.4.4 |
1346 | 2024-03-28T07:20:54.255Z | Downloaded base64ct v1.6.0 |
1347 | 2024-03-28T07:20:54.258Z | Downloaded async-trait v0.1.77 |
1348 | 2024-03-28T07:20:54.262Z | Downloaded nanorand v0.7.0 |
1349 | 2024-03-28T07:20:54.265Z | Downloaded lru-cache v0.1.2 |
1350 | 2024-03-28T07:20:54.271Z | Downloaded cbc v0.1.2 |
1351 | 2024-03-28T07:20:54.271Z | Downloaded matches v0.1.10 |
1352 | 2024-03-28T07:20:54.271Z | Downloaded miniz_oxide v0.7.1 |
1353 | 2024-03-28T07:20:54.275Z | Downloaded cfg-if v1.0.0 |
1354 | 2024-03-28T07:20:54.275Z | Downloaded atomic-waker v1.1.1 |
1355 | 2024-03-28T07:20:54.275Z | Downloaded bit-vec v0.6.3 |
1356 | 2024-03-28T07:20:54.275Z | Downloaded arrayvec v0.7.4 |
1357 | 2024-03-28T07:20:54.278Z | Downloaded anstream v0.6.11 |
1358 | 2024-03-28T07:20:54.281Z | Downloaded anstyle-parse v0.2.1 |
1359 | 2024-03-28T07:20:54.284Z | Downloaded libsw v3.3.1 |
1360 | 2024-03-28T07:20:54.284Z | Downloaded der v0.7.8 |
1361 | 2024-03-28T07:20:54.290Z | Downloaded async-stream-impl v0.3.5 |
1362 | 2024-03-28T07:20:54.294Z | Downloaded kstat-rs v0.2.3 |
1363 | 2024-03-28T07:20:54.294Z | Downloaded internet-checksum v0.2.1 |
1364 | 2024-03-28T07:20:54.297Z | Downloaded async-stream v0.3.5 |
1365 | 2024-03-28T07:20:54.297Z | Downloaded anstyle-query v1.0.0 |
1366 | 2024-03-28T07:20:54.300Z | Downloaded itoa v1.0.9 |
1367 | 2024-03-28T07:20:54.300Z | Downloaded ipnetwork v0.20.0 |
1368 | 2024-03-28T07:20:54.772Z | Compiling proc-macro2 v1.0.78 |
1369 | 2024-03-28T07:20:54.772Z | Compiling unicode-ident v1.0.12 |
1370 | 2024-03-28T07:20:54.778Z | Compiling libc v0.2.153 |
1371 | 2024-03-28T07:20:54.778Z | Compiling serde v1.0.197 |
1372 | 2024-03-28T07:20:54.778Z | Compiling version_check v0.9.4 |
1373 | 2024-03-28T07:20:54.778Z | Compiling cfg-if v1.0.0 |
1374 | 2024-03-28T07:20:54.818Z | Compiling autocfg v1.1.0 |
1375 | 2024-03-28T07:20:54.952Z | Compiling syn v1.0.109 |
1376 | 2024-03-28T07:20:54.993Z | Compiling thiserror v1.0.57 |
1377 | 2024-03-28T07:20:55.042Z | Compiling once_cell v1.19.0 |
1378 | 2024-03-28T07:20:55.448Z | Compiling typenum v1.16.0 |
1379 | 2024-03-28T07:20:55.605Z | Compiling parking_lot_core v0.9.8 |
1380 | 2024-03-28T07:20:55.647Z | Compiling lock_api v0.4.10 |
1381 | 2024-03-28T07:20:56.063Z | Compiling generic-array v0.14.7 |
1382 | 2024-03-28T07:20:56.079Z | Compiling memchr v2.7.1 |
1383 | 2024-03-28T07:20:56.252Z | Compiling byteorder v1.5.0 |
1384 | 2024-03-28T07:20:56.272Z | Compiling libm v0.2.7 |
1385 | 2024-03-28T07:20:56.325Z | Compiling serde_json v1.0.114 |
1386 | 2024-03-28T07:20:56.348Z | Compiling num-traits v0.2.18 |
1387 | 2024-03-28T07:20:56.582Z | Compiling ahash v0.8.8 |
1388 | 2024-03-28T07:20:56.655Z | Compiling log v0.4.21 |
1389 | 2024-03-28T07:20:56.918Z | Compiling itoa v1.0.9 |
1390 | 2024-03-28T07:20:57.097Z | Compiling quote v1.0.35 |
1391 | 2024-03-28T07:20:57.156Z | Compiling scopeguard v1.2.0 |
1392 | 2024-03-28T07:20:57.289Z | Compiling slab v0.4.9 |
1393 | 2024-03-28T07:20:57.634Z | Compiling syn v2.0.52 |
1394 | 2024-03-28T07:20:57.689Z | Compiling getrandom v0.2.12 |
1395 | 2024-03-28T07:20:57.722Z | Compiling cc v1.0.83 |
1396 | 2024-03-28T07:20:58.053Z | Compiling rand_core v0.6.4 |
1397 | 2024-03-28T07:20:58.367Z | Compiling smallvec v1.13.1 |
1398 | 2024-03-28T07:20:58.565Z | Compiling ryu v1.0.15 |
1399 | 2024-03-28T07:20:58.698Z | Compiling allocator-api2 v0.2.16 |
1400 | 2024-03-28T07:20:58.800Z | Compiling heck v0.4.1 |
1401 | 2024-03-28T07:20:58.828Z | Compiling subtle v2.5.0 |
1402 | 2024-03-28T07:20:58.900Z | Compiling pin-project-lite v0.2.13 |
1403 | 2024-03-28T07:20:59.164Z | Compiling pkg-config v0.3.27 |
1404 | 2024-03-28T07:20:59.470Z | Compiling parking_lot v0.12.1 |
1405 | 2024-03-28T07:20:59.490Z | Compiling schemars v0.8.16 |
1406 | 2024-03-28T07:20:59.749Z | Compiling signal-hook-registry v1.4.1 |
1407 | 2024-03-28T07:20:59.838Z | Compiling mio v0.8.11 |
1408 | 2024-03-28T07:21:00.598Z | Compiling equivalent v1.0.1 |
1409 | 2024-03-28T07:21:00.628Z | Compiling num_cpus v1.16.0 |
1410 | 2024-03-28T07:21:00.719Z | Compiling socket2 v0.5.5 |
1411 | 2024-03-28T07:21:00.757Z | Compiling time-core v0.1.2 |
1412 | 2024-03-28T07:21:00.842Z | Compiling ring v0.17.8 |
1413 | 2024-03-28T07:21:00.928Z | Compiling num-conv v0.1.0 |
1414 | 2024-03-28T07:21:01.209Z | Compiling time-macros v0.2.17 |
1415 | 2024-03-28T07:21:01.404Z | Compiling futures-core v0.3.30 |
1416 | 2024-03-28T07:21:01.494Z | Compiling vcpkg v0.2.15 |
1417 | 2024-03-28T07:21:01.662Z | Compiling httparse v1.8.0 |
1418 | 2024-03-28T07:21:01.711Z | Compiling const-oid v0.9.6 |
1419 | 2024-03-28T07:21:03.023Z | Compiling ucd-trie v0.1.6 |
1420 | 2024-03-28T07:21:03.596Z | Compiling fnv v1.0.7 |
1421 | 2024-03-28T07:21:03.650Z | Compiling futures-sink v0.3.30 |
1422 | 2024-03-28T07:21:03.731Z | Compiling ring v0.16.20 |
1423 | 2024-03-28T07:21:03.789Z | Compiling openssl-sys v0.9.96 |
1424 | 2024-03-28T07:21:03.955Z | Compiling spin v0.5.2 |
1425 | 2024-03-28T07:21:04.189Z | Compiling futures-channel v0.3.30 |
1426 | 2024-03-28T07:21:04.445Z | Compiling futures-task v0.3.30 |
1427 | 2024-03-28T07:21:04.656Z | Compiling pin-utils v0.1.0 |
1428 | 2024-03-28T07:21:04.741Z | Compiling slog v2.7.0 |
1429 | 2024-03-28T07:21:04.764Z | Compiling futures-io v0.3.30 |
1430 | 2024-03-28T07:21:04.764Z | Compiling openssl v0.10.60 |
1431 | 2024-03-28T07:21:04.800Z | Compiling async-trait v0.1.77 |
1432 | 2024-03-28T07:21:04.850Z | Compiling iana-time-zone v0.1.57 |
1433 | 2024-03-28T07:21:05.097Z | Compiling serde_derive_internals v0.26.0 |
1434 | 2024-03-28T07:21:05.183Z | Compiling rustls v0.21.9 |
1435 | 2024-03-28T07:21:05.273Z | Compiling native-tls v0.2.11 |
1436 | 2024-03-28T07:21:05.365Z | Compiling semver v1.0.22 |
1437 | 2024-03-28T07:21:05.527Z | Compiling tinyvec_macros v0.1.1 |
1438 | 2024-03-28T07:21:05.605Z | Compiling cpufeatures v0.2.12 |
1439 | 2024-03-28T07:21:05.668Z | Compiling tinyvec v1.6.0 |
1440 | 2024-03-28T07:21:05.706Z | Compiling backtrace v0.3.69 |
1441 | 2024-03-28T07:21:05.858Z | Compiling cookie v0.17.0 |
1442 | 2024-03-28T07:21:06.343Z | Compiling aho-corasick v1.1.2 |
1443 | 2024-03-28T07:21:06.364Z | Compiling regex-syntax v0.8.2 |
1444 | 2024-03-28T07:21:06.907Z | Compiling uuid v0.8.2 |
1445 | 2024-03-28T07:21:07.013Z | Compiling unicode-bidi v0.3.15 |
1446 | 2024-03-28T07:21:07.130Z | Compiling unicode-normalization v0.1.22 |
1447 | 2024-03-28T07:21:07.778Z | Compiling rustix v0.38.31 |
1448 | 2024-03-28T07:21:07.838Z | Compiling dyn-clone v1.0.17 |
1449 | 2024-03-28T07:21:08.217Z | Compiling crossbeam-utils v0.8.19 |
1450 | 2024-03-28T07:21:08.530Z | Compiling anyhow v1.0.79 |
1451 | 2024-03-28T07:21:08.552Z | Compiling ppv-lite86 v0.2.17 |
1452 | 2024-03-28T07:21:08.830Z | Compiling tracing-core v0.1.32 |
1453 | 2024-03-28T07:21:09.938Z | Compiling regex-automata v0.4.5 |
1454 | 2024-03-28T07:21:11.039Z | Compiling percent-encoding v2.3.1 |
1455 | 2024-03-28T07:21:11.394Z | Compiling rand_chacha v0.3.1 |
1456 | 2024-03-28T07:21:12.429Z | Compiling serde_derive v1.0.197 |
1457 | 2024-03-28T07:21:12.630Z | Compiling zeroize_derive v1.4.2 |
1458 | 2024-03-28T07:21:12.839Z | Compiling thiserror-impl v1.0.57 |
1459 | 2024-03-28T07:21:13.213Z | Compiling zerocopy-derive v0.7.32 |
1460 | 2024-03-28T07:21:13.235Z | Compiling tokio-macros v2.2.0 |
1461 | 2024-03-28T07:21:13.256Z | Compiling futures-macro v0.3.30 |
1462 | 2024-03-28T07:21:13.939Z | Compiling tracing-attributes v0.1.27 |
1463 | 2024-03-28T07:21:14.328Z | Compiling zeroize v1.7.0 |
1464 | 2024-03-28T07:21:15.004Z | Compiling schemars_derive v0.8.16 |
1465 | 2024-03-28T07:21:15.515Z | Compiling futures-util v0.3.30 |
1466 | 2024-03-28T07:21:15.700Z | Compiling zerocopy v0.7.32 |
1467 | 2024-03-28T07:21:16.206Z | Compiling crypto-common v0.1.6 |
1468 | 2024-03-28T07:21:16.431Z | Compiling pest v2.7.6 |
1469 | 2024-03-28T07:21:17.934Z | Compiling hashbrown v0.14.3 |
1470 | 2024-03-28T07:21:17.953Z | Compiling block-buffer v0.10.4 |
1471 | 2024-03-28T07:21:18.192Z | Compiling digest v0.10.7 |
1472 | 2024-03-28T07:21:18.212Z | Compiling openssl-macros v0.1.1 |
1473 | 2024-03-28T07:21:18.643Z | Compiling pest_meta v2.7.6 |
1474 | 2024-03-28T07:21:19.320Z | Compiling tracing v0.1.40 |
1475 | 2024-03-28T07:21:19.537Z | Compiling regex v1.10.3 |
1476 | 2024-03-28T07:21:19.867Z | Compiling der_derive v0.7.2 |
1477 | 2024-03-28T07:21:20.643Z | Compiling pest_generator v2.7.6 |
1478 | 2024-03-28T07:21:20.908Z | Compiling scroll_derive v0.12.0 |
1479 | 2024-03-28T07:21:21.733Z | Compiling rand v0.8.5 |
1480 | 2024-03-28T07:21:22.438Z | Compiling spin v0.9.8 |
1481 | 2024-03-28T07:21:22.776Z | Compiling thread-id v4.2.0 |
1482 | 2024-03-28T07:21:22.798Z | Compiling powerfmt v0.2.0 |
1483 | 2024-03-28T07:21:22.806Z | Compiling rustversion v1.0.14 |
1484 | 2024-03-28T07:21:23.118Z | Compiling deranged v0.3.11 |
1485 | 2024-03-28T07:21:23.141Z | Compiling form_urlencoded v1.2.1 |
1486 | 2024-03-28T07:21:23.541Z | Compiling unicode-width v0.1.11 |
1487 | 2024-03-28T07:21:23.691Z | Compiling pest_derive v2.7.6 |
1488 | 2024-03-28T07:21:23.852Z | Compiling winnow v0.5.15 |
1489 | 2024-03-28T07:21:23.967Z | Compiling num_threads v0.1.6 |
1490 | 2024-03-28T07:21:25.187Z | Compiling time v0.3.34 |
1491 | 2024-03-28T07:21:25.914Z | Compiling unicode-xid v0.2.4 |
1492 | 2024-03-28T07:21:26.085Z | Compiling synstructure v0.12.6 |
1493 | 2024-03-28T07:21:27.233Z | Compiling bytes v1.5.0 |
1494 | 2024-03-28T07:21:27.498Z | Compiling indexmap v2.2.5 |
1495 | 2024-03-28T07:21:28.433Z | Compiling tokio v1.36.0 |
1496 | 2024-03-28T07:21:28.486Z | Compiling uuid v1.7.0 |
1497 | 2024-03-28T07:21:28.908Z | Compiling chrono v0.4.34 |
1498 | 2024-03-28T07:21:30.277Z | Compiling http v0.2.12 |
1499 | 2024-03-28T07:21:30.585Z | Compiling bitflags v2.4.2 |
1500 | 2024-03-28T07:21:31.117Z | Compiling serde_spanned v0.6.5 |
1501 | 2024-03-28T07:21:31.359Z | Compiling toml_datetime v0.6.5 |
1502 | 2024-03-28T07:21:31.853Z | Compiling rustc_version v0.4.0 |
1503 | 2024-03-28T07:21:32.910Z | Compiling toml_edit v0.19.15 |
1504 | 2024-03-28T07:21:32.913Z | Compiling openapiv3 v2.0.0 |
1505 | 2024-03-28T07:21:33.594Z | Compiling serde_tokenstream v0.2.0 |
1506 | 2024-03-28T07:21:35.202Z | Compiling idna v0.5.0 |
1507 | 2024-03-28T07:21:35.748Z | Compiling lazy_static v1.4.0 |
1508 | 2024-03-28T07:21:35.876Z | Compiling usdt-impl v0.5.0 |
1509 | 2024-03-28T07:21:36.262Z | Compiling crc32fast v1.3.2 |
1510 | 2024-03-28T07:21:36.787Z | Compiling url v2.5.0 |
1511 | 2024-03-28T07:21:36.806Z | Compiling zerocopy-derive v0.2.0 |
1512 | 2024-03-28T07:21:36.858Z | Compiling scroll v0.12.0 |
1513 | 2024-03-28T07:21:37.522Z | Compiling plain v0.2.3 |
1514 | 2024-03-28T07:21:37.687Z | Compiling goblin v0.8.0 |
1515 | 2024-03-28T07:21:39.591Z | Compiling untrusted v0.7.1 |
1516 | 2024-03-28T07:21:39.786Z | Compiling untrusted v0.9.0 |
1517 | 2024-03-28T07:21:39.961Z | Compiling pretty-hex v0.4.1 |
1518 | 2024-03-28T07:21:40.600Z | Compiling foreign-types-shared v0.1.1 |
1519 | 2024-03-28T07:21:40.726Z | Compiling foreign-types v0.3.2 |
1520 | 2024-03-28T07:21:41.038Z | Compiling tokio-util v0.7.10 |
1521 | 2024-03-28T07:21:44.675Z | Compiling dof v0.3.0 |
1522 | 2024-03-28T07:21:45.172Z | Compiling dtrace-parser v0.2.0 |
1523 | 2024-03-28T07:21:46.809Z | Compiling errno v0.3.8 |
1524 | 2024-03-28T07:21:47.001Z | Compiling usdt-impl v0.3.5 |
1525 | 2024-03-28T07:21:47.196Z | Compiling base64 v0.21.7 |
1526 | 2024-03-28T07:21:47.316Z | Compiling try-lock v0.2.4 |
1527 | 2024-03-28T07:21:47.360Z | Compiling adler v1.0.2 |
1528 | 2024-03-28T07:21:47.492Z | Compiling miniz_oxide v0.7.1 |
1529 | 2024-03-28T07:21:47.587Z | Compiling want v0.3.1 |
1530 | 2024-03-28T07:21:48.323Z | Compiling rustls-webpki v0.101.7 |
1531 | 2024-03-28T07:21:48.751Z | Compiling sct v0.7.0 |
1532 | 2024-03-28T07:21:48.983Z | Compiling h2 v0.3.24 |
1533 | 2024-03-28T07:21:50.345Z | Compiling http-body v0.4.5 |
1534 | 2024-03-28T07:21:50.726Z | Compiling num-bigint v0.4.4 |
1535 | 2024-03-28T07:21:50.744Z | Compiling httpdate v1.0.3 |
1536 | 2024-03-28T07:21:51.045Z | Compiling tower-service v0.3.2 |
1537 | 2024-03-28T07:21:51.180Z | Compiling openssl-probe v0.1.5 |
1538 | 2024-03-28T07:21:52.566Z | Compiling zerocopy v0.3.0 |
1539 | 2024-03-28T07:21:53.368Z | Compiling heapless v0.7.16 |
1540 | 2024-03-28T07:21:53.388Z | Compiling idna v0.3.0 |
1541 | 2024-03-28T07:21:53.700Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1542 | 2024-03-28T07:21:53.795Z | Compiling base64ct v1.6.0 |
1543 | 2024-03-28T07:21:54.419Z | Compiling signal-hook v0.3.17 |
1544 | 2024-03-28T07:21:55.011Z | Compiling psl-types v2.0.11 |
1545 | 2024-03-28T07:21:55.203Z | Compiling unicode-segmentation v1.10.1 |
1546 | 2024-03-28T07:21:55.346Z | Compiling publicsuffix v2.2.3 |
1547 | 2024-03-28T07:21:55.447Z | Compiling tokio-native-tls v0.3.1 |
1548 | 2024-03-28T07:21:55.740Z | Compiling hyper v0.14.28 |
1549 | 2024-03-28T07:21:56.060Z | Compiling tokio-rustls v0.24.1 |
1550 | 2024-03-28T07:21:56.789Z | Compiling dof v0.1.5 |
1551 | 2024-03-28T07:21:57.347Z | Compiling crossbeam-epoch v0.9.18 |
1552 | 2024-03-28T07:21:57.576Z | Compiling dtrace-parser v0.1.14 |
1553 | 2024-03-28T07:21:57.794Z | Compiling ipnet v2.9.0 |
1554 | 2024-03-28T07:21:58.178Z | Compiling gimli v0.28.0 |
1555 | 2024-03-28T07:21:58.595Z | Compiling bitflags v1.3.2 |
1556 | 2024-03-28T07:21:59.441Z | Compiling cookie_store v0.20.0 |
1557 | 2024-03-28T07:22:00.177Z | Compiling rustls-pemfile v1.0.3 |
1558 | 2024-03-28T07:22:00.593Z | Compiling serde_urlencoded v0.7.1 |
1559 | 2024-03-28T07:22:01.174Z | Compiling serde_tokenstream v0.1.7 |
1560 | 2024-03-28T07:22:01.496Z | Compiling enum-as-inner v0.5.1 |
1561 | 2024-03-28T07:22:01.660Z | Compiling object v0.32.1 |
1562 | 2024-03-28T07:22:01.712Z | Compiling encoding_rs v0.8.33 |
1563 | 2024-03-28T07:22:02.494Z | Compiling hyper-tls v0.5.0 |
1564 | 2024-03-28T07:22:02.851Z | Compiling hyper-rustls v0.24.2 |
1565 | 2024-03-28T07:22:03.123Z | Compiling addr2line v0.21.0 |
1566 | 2024-03-28T07:22:03.338Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1567 | 2024-03-28T07:22:03.526Z | Compiling webpki-roots v0.25.2 |
1568 | 2024-03-28T07:22:03.701Z | Compiling smoltcp v0.9.1 |
1569 | 2024-03-28T07:22:04.482Z | Compiling rustc-demangle v0.1.23 |
1570 | 2024-03-28T07:22:05.490Z | Compiling mime v0.3.17 |
1571 | 2024-03-28T07:22:05.883Z | Compiling either v1.10.0 |
1572 | 2024-03-28T07:22:05.923Z | Compiling sync_wrapper v0.1.2 |
1573 | 2024-03-28T07:22:06.216Z | Compiling data-encoding v2.4.0 |
1574 | 2024-03-28T07:22:06.279Z | Compiling reqwest v0.11.24 |
1575 | 2024-03-28T07:22:06.370Z | Compiling pem-rfc7468 v0.7.0 |
1576 | 2024-03-28T07:22:09.213Z | Compiling hmac v0.12.1 |
1577 | 2024-03-28T07:22:09.266Z | Compiling futures-executor v0.3.30 |
1578 | 2024-03-28T07:22:09.498Z | Compiling regress v0.9.0 |
1579 | 2024-03-28T07:22:10.350Z | Compiling flagset v0.4.3 |
1580 | 2024-03-28T07:22:10.577Z | Compiling siphasher v0.3.11 |
1581 | 2024-03-28T07:22:11.639Z | Compiling der v0.7.8 |
1582 | 2024-03-28T07:22:13.065Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1583 | 2024-03-28T07:22:14.046Z | Compiling flate2 v1.0.28 |
1584 | 2024-03-28T07:22:14.636Z | Compiling usdt-attr-macro v0.3.5 |
1585 | 2024-03-28T07:22:14.854Z | Compiling usdt-macro v0.3.5 |
1586 | 2024-03-28T07:22:16.244Z | Compiling hubpack_derive v0.1.1 |
1587 | 2024-03-28T07:22:16.811Z | Compiling zerocopy-derive v0.6.4 |
1588 | 2024-03-28T07:22:17.041Z | Compiling clap_derive v4.5.0 |
1589 | 2024-03-28T07:22:17.668Z | Compiling winnow v0.6.1 |
1590 | 2024-03-28T07:22:17.687Z | Compiling anstyle v1.0.6 |
1591 | 2024-03-28T07:22:18.348Z | Compiling utf8parse v0.2.1 |
1592 | 2024-03-28T07:22:19.058Z | Compiling anstyle-parse v0.2.1 |
1593 | 2024-03-28T07:22:19.431Z | Compiling sha2 v0.10.8 |
1594 | 2024-03-28T07:22:20.515Z | Compiling futures v0.3.30 |
1595 | 2024-03-28T07:22:20.903Z | Compiling toml_edit v0.22.6 |
1596 | 2024-03-28T07:22:20.954Z | Compiling spki v0.7.2 |
1597 | 2024-03-28T07:22:21.857Z | Compiling md-5 v0.10.5 |
1598 | 2024-03-28T07:22:22.093Z | Compiling toml v0.7.8 |
1599 | 2024-03-28T07:22:22.144Z | Compiling hex v0.4.3 |
1600 | 2024-03-28T07:22:22.151Z | Compiling block-padding v0.3.3 |
1601 | 2024-03-28T07:22:22.177Z | Compiling stringprep v0.1.3 |
1602 | 2024-03-28T07:22:22.825Z | Compiling num-integer v0.1.46 |
1603 | 2024-03-28T07:22:23.145Z | Compiling diesel_table_macro_syntax v0.1.0 |
1604 | 2024-03-28T07:22:23.206Z | Compiling hash32 v0.2.1 |
1605 | 2024-03-28T07:22:24.198Z | Compiling fallible-iterator v0.2.0 |
1606 | 2024-03-28T07:22:24.203Z | Compiling stable_deref_trait v1.2.0 |
1607 | 2024-03-28T07:22:24.204Z | Compiling colorchoice v1.0.0 |
1608 | 2024-03-28T07:22:24.204Z | Compiling anstyle-query v1.0.0 |
1609 | 2024-03-28T07:22:24.204Z | Compiling anstream v0.6.11 |
1610 | 2024-03-28T07:22:24.560Z | Compiling postgres-protocol v0.6.6 |
1611 | 2024-03-28T07:22:25.282Z | Compiling diesel_derives v2.1.2 |
1612 | 2024-03-28T07:22:25.923Z | Compiling inout v0.1.3 |
1613 | 2024-03-28T07:22:26.664Z | Compiling pkcs8 v0.10.2 |
1614 | 2024-03-28T07:22:27.339Z | Compiling phf_shared v0.11.2 |
1615 | 2024-03-28T07:22:27.628Z | Compiling terminal_size v0.3.0 |
1616 | 2024-03-28T07:22:27.725Z | Compiling ff v0.13.0 |
1617 | 2024-03-28T07:22:27.950Z | Compiling strum_macros v0.25.2 |
1618 | 2024-03-28T07:22:28.166Z | Compiling serde_repr v0.1.16 |
1619 | 2024-03-28T07:22:28.238Z | Compiling scheduled-thread-pool v0.2.7 |
1620 | 2024-03-28T07:22:28.483Z | Compiling matches v0.1.10 |
1621 | 2024-03-28T07:22:28.580Z | Compiling regex-automata v0.1.10 |
1622 | 2024-03-28T07:22:28.822Z | Compiling clap_lex v0.7.0 |
1623 | 2024-03-28T07:22:29.211Z | Compiling managed v0.8.0 |
1624 | 2024-03-28T07:22:29.286Z | Compiling strsim v0.11.0 |
1625 | 2024-03-28T07:22:29.335Z | Compiling base16ct v0.2.0 |
1626 | 2024-03-28T07:22:29.401Z | Compiling bit-vec v0.6.3 |
1627 | 2024-03-28T07:22:29.675Z | Compiling clap_builder v4.5.1 |
1628 | 2024-03-28T07:22:29.855Z | Compiling sec1 v0.7.3 |
1629 | 2024-03-28T07:22:29.930Z | Compiling bstr v0.2.17 |
1630 | 2024-03-28T07:22:30.251Z | Compiling idna v0.2.3 |
1631 | 2024-03-28T07:22:30.437Z | Compiling r2d2 v0.8.10 |
1632 | 2024-03-28T07:22:31.356Z | Compiling group v0.13.0 |
1633 | 2024-03-28T07:22:31.841Z | Compiling phf v0.11.2 |
1634 | 2024-03-28T07:22:31.871Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1635 | 2024-03-28T07:22:31.980Z | Compiling signal-hook-mio v0.2.3 |
1636 | 2024-03-28T07:22:32.132Z | Compiling bzip2 v0.4.4 |
1637 | 2024-03-28T07:22:32.265Z | Compiling cipher v0.4.4 |
1638 | 2024-03-28T07:22:32.512Z | Compiling postgres-types v0.2.6 |
1639 | 2024-03-28T07:22:32.750Z | Compiling zerocopy v0.6.4 |
1640 | 2024-03-28T07:22:32.891Z | Compiling hubpack v0.1.2 |
1641 | 2024-03-28T07:22:33.364Z | Compiling phf_shared v0.10.0 |
1642 | 2024-03-28T07:22:33.624Z | Compiling hkdf v0.12.4 |
1643 | 2024-03-28T07:22:33.865Z | Compiling crypto-bigint v0.5.2 |
1644 | 2024-03-28T07:22:33.887Z | Compiling ipnetwork v0.20.0 |
1645 | 2024-03-28T07:22:34.843Z | Compiling float-cmp v0.9.0 |
1646 | 2024-03-28T07:22:35.245Z | Compiling difflib v0.4.0 |
1647 | 2024-03-28T07:22:37.064Z | Compiling whoami v1.5.0 |
1648 | 2024-03-28T07:22:37.183Z | Compiling normalize-line-endings v0.3.0 |
1649 | 2024-03-28T07:22:37.317Z | Compiling predicates-core v1.0.6 |
1650 | 2024-03-28T07:22:37.427Z | Compiling precomputed-hash v0.1.1 |
1651 | 2024-03-28T07:22:37.708Z | Compiling static_assertions v1.1.0 |
1652 | 2024-03-28T07:22:37.820Z | Compiling fixedbitset v0.4.2 |
1653 | 2024-03-28T07:22:37.842Z | Compiling new_debug_unreachable v1.0.4 |
1654 | 2024-03-28T07:22:37.937Z | Compiling minimal-lexical v0.2.1 |
1655 | 2024-03-28T07:22:38.273Z | Compiling petgraph v0.6.4 |
1656 | 2024-03-28T07:22:38.480Z | Compiling nom v7.1.3 |
1657 | 2024-03-28T07:22:38.588Z | Compiling trust-dns-proto v0.22.0 |
1658 | 2024-03-28T07:22:39.089Z | Compiling string_cache v0.8.7 |
1659 | 2024-03-28T07:22:39.105Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1660 | 2024-03-28T07:22:39.986Z | Compiling predicates v3.1.0 |
1661 | 2024-03-28T07:22:41.777Z | Compiling tokio-postgres v0.7.10 |
1662 | 2024-03-28T07:22:41.959Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1663 | 2024-03-28T07:22:41.963Z | Compiling diesel v2.1.4 |
1664 | 2024-03-28T07:22:42.258Z | Compiling elliptic-curve v0.13.8 |
1665 | 2024-03-28T07:22:42.328Z | Compiling yasna v0.5.2 |
1666 | 2024-03-28T07:22:43.029Z | Compiling clap v4.5.1 |
1667 | 2024-03-28T07:22:43.737Z | Compiling zip v0.6.6 |
1668 | 2024-03-28T07:22:44.240Z | Compiling crossterm v0.27.0 |
1669 | 2024-03-28T07:22:45.181Z | Compiling similar v2.4.0 |
1670 | 2024-03-28T07:22:45.629Z | Compiling bit-set v0.5.3 |
1671 | 2024-03-28T07:22:45.911Z | Compiling num-iter v0.1.44 |
1672 | 2024-03-28T07:22:46.103Z | Compiling usdt v0.3.5 |
1673 | 2024-03-28T07:22:46.387Z | Compiling itertools v0.10.5 |
1674 | 2024-03-28T07:22:46.714Z | Compiling console v0.15.8 |
1675 | 2024-03-28T07:22:47.187Z | Compiling tokio-stream v0.1.14 |
1676 | 2024-03-28T07:22:48.411Z | Compiling getopts v0.2.21 |
1677 | 2024-03-28T07:22:48.411Z | Compiling bstr v1.9.0 |
1678 | 2024-03-28T07:22:48.744Z | Compiling unsafe-libyaml v0.2.10 |
1679 | 2024-03-28T07:22:48.959Z | Compiling lalrpop-util v0.19.12 |
1680 | 2024-03-28T07:22:50.036Z | Compiling serde_yaml v0.9.25 |
1681 | 2024-03-28T07:22:50.218Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1682 | 2024-03-28T07:22:54.407Z | Compiling camino v1.1.6 |
1683 | 2024-03-28T07:22:55.370Z | Compiling atty v0.2.14 |
1684 | 2024-03-28T07:22:58.636Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1685 | 2024-03-28T07:22:58.686Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1686 | 2024-03-28T07:23:02.771Z | Compiling sha1 v0.10.6 |
1687 | 2024-03-28T07:23:17.482Z | Compiling ident_case v1.0.1 |
1688 | 2024-03-28T07:23:17.505Z | Compiling strsim v0.10.0 |
1689 | 2024-03-28T07:23:17.631Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1690 | 2024-03-28T07:23:17.857Z | Compiling darling_core v0.20.3 |
1691 | 2024-03-28T07:23:19.695Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1692 | 2024-03-28T07:23:19.812Z | Compiling strum_macros v0.26.1 |
1693 | 2024-03-28T07:23:24.093Z | Compiling darling_macro v0.20.3 |
1694 | 2024-03-28T07:23:25.234Z | Compiling strum v0.26.1 |
1695 | 2024-03-28T07:23:25.423Z | Compiling darling v0.20.3 |
1696 | 2024-03-28T07:23:25.527Z | Compiling dirs-sys-next v0.1.2 |
1697 | 2024-03-28T07:23:25.551Z | Compiling match_cfg v0.1.0 |
1698 | 2024-03-28T07:23:25.652Z | Compiling hostname v0.3.1 |
1699 | 2024-03-28T07:23:25.908Z | Compiling dirs-next v2.0.0 |
1700 | 2024-03-28T07:23:26.184Z | Compiling http v1.0.0 |
1701 | 2024-03-28T07:23:26.205Z | Compiling thread_local v1.1.7 |
1702 | 2024-03-28T07:23:26.337Z | Compiling slog-async v2.8.0 |
1703 | 2024-03-28T07:23:26.393Z | Compiling rustls-pki-types v1.3.0 |
1704 | 2024-03-28T07:23:26.753Z | Compiling term v0.7.0 |
1705 | 2024-03-28T07:23:26.938Z | Compiling crossbeam-channel v0.5.8 |
1706 | 2024-03-28T07:23:27.187Z | Compiling take_mut v0.2.2 |
1707 | 2024-03-28T07:23:27.237Z | Compiling rustls v0.22.2 |
1708 | 2024-03-28T07:23:27.353Z | Compiling slog-term v2.9.0 |
1709 | 2024-03-28T07:23:27.650Z | Compiling rustls-webpki v0.102.1 |
1710 | 2024-03-28T07:23:27.672Z | Compiling multer v3.0.0 |
1711 | 2024-03-28T07:23:27.980Z | Compiling instant v0.1.12 |
1712 | 2024-03-28T07:23:28.103Z | Compiling paste v1.0.14 |
1713 | 2024-03-28T07:23:28.218Z | Compiling slog-json v2.6.1 |
1714 | 2024-03-28T07:23:28.305Z | Compiling async-stream-impl v0.3.5 |
1715 | 2024-03-28T07:23:28.629Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1716 | 2024-03-28T07:23:28.680Z | Compiling debug-ignore v1.0.5 |
1717 | 2024-03-28T07:23:28.722Z | Compiling atomic-waker v1.1.1 |
1718 | 2024-03-28T07:23:28.841Z | Compiling waitgroup v0.1.2 |
1719 | 2024-03-28T07:23:28.999Z | Compiling slog-bunyan v2.5.0 |
1720 | 2024-03-28T07:23:29.063Z | Compiling rustls-pemfile v2.1.1 |
1721 | 2024-03-28T07:23:29.202Z | Compiling serde_with_macros v3.6.1 |
1722 | 2024-03-28T07:23:29.591Z | Compiling toml v0.8.10 |
1723 | 2024-03-28T07:23:29.783Z | Compiling async-stream v0.3.5 |
1724 | 2024-03-28T07:23:29.848Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1725 | 2024-03-28T07:23:30.109Z | Compiling serde_path_to_error v0.1.16 |
1726 | 2024-03-28T07:23:30.172Z | Compiling structmeta-derive v0.3.0 |
1727 | 2024-03-28T07:23:30.194Z | Compiling newtype-uuid v1.0.1 |
1728 | 2024-03-28T07:23:30.508Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1729 | 2024-03-28T07:23:30.978Z | Compiling proc-macro-error-attr v1.0.4 |
1730 | 2024-03-28T07:23:31.314Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1731 | 2024-03-28T07:23:31.378Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1732 | 2024-03-28T07:23:31.387Z | Compiling backoff v0.4.0 |
1733 | 2024-03-28T07:23:31.475Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1734 | 2024-03-28T07:23:31.617Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
1735 | 2024-03-28T07:23:31.717Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1736 | 2024-03-28T07:23:31.890Z | Compiling macaddr v1.0.1 |
1737 | 2024-03-28T07:23:32.072Z | Compiling proc-macro-error v1.0.4 |
1738 | 2024-03-28T07:23:32.343Z | Compiling proc-macro-crate v1.3.1 |
1739 | 2024-03-28T07:23:32.440Z | Compiling serde_with v3.6.1 |
1740 | 2024-03-28T07:23:32.552Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1741 | 2024-03-28T07:23:32.917Z | Compiling tokio-rustls v0.25.0 |
1742 | 2024-03-28T07:23:33.376Z | Compiling structmeta v0.3.0 |
1743 | 2024-03-28T07:23:33.440Z | Compiling num_enum_derive v0.5.11 |
1744 | 2024-03-28T07:23:33.812Z | Compiling parse-display-derive v0.9.0 |
1745 | 2024-03-28T07:23:33.892Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1746 | 2024-03-28T07:23:34.218Z | Compiling foreign-types-macros v0.2.3 |
1747 | 2024-03-28T07:23:35.629Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1748 | 2024-03-28T07:23:35.933Z | Compiling foreign-types-shared v0.3.1 |
1749 | 2024-03-28T07:23:36.068Z | Compiling heapless v0.8.0 |
1750 | 2024-03-28T07:23:36.357Z | Compiling num_enum v0.5.11 |
1751 | 2024-03-28T07:23:36.433Z | Compiling foreign-types v0.5.0 |
1752 | 2024-03-28T07:23:36.705Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1753 | 2024-03-28T07:23:36.744Z | Compiling cstr-argument v0.1.2 |
1754 | 2024-03-28T07:23:36.966Z | Compiling hash32 v0.3.1 |
1755 | 2024-03-28T07:23:37.008Z | Compiling pretty-hex v0.2.1 |
1756 | 2024-03-28T07:23:37.196Z | Compiling smoltcp v0.11.0 |
1757 | 2024-03-28T07:23:37.234Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1758 | 2024-03-28T07:23:37.727Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1759 | 2024-03-28T07:23:37.983Z | Compiling tabwriter v1.4.0 |
1760 | 2024-03-28T07:23:38.356Z | Compiling colored v2.1.0 |
1761 | 2024-03-28T07:23:38.504Z | Compiling socket2 v0.4.9 |
1762 | 2024-03-28T07:23:38.722Z | Compiling cobs v0.2.3 |
1763 | 2024-03-28T07:23:38.772Z | Compiling fastrand v2.0.1 |
1764 | 2024-03-28T07:23:38.878Z | Compiling parse-display v0.9.0 |
1765 | 2024-03-28T07:23:39.030Z | Compiling embedded-io v0.4.0 |
1766 | 2024-03-28T07:23:39.096Z | Compiling tempfile v3.10.0 |
1767 | 2024-03-28T07:23:39.277Z | Compiling postcard v1.0.8 |
1768 | 2024-03-28T07:23:39.352Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1769 | 2024-03-28T07:23:39.466Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1770 | 2024-03-28T07:23:39.627Z | Compiling crucible-workspace-hack v0.1.0 |
1771 | 2024-03-28T07:23:39.650Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1772 | 2024-03-28T07:23:39.744Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1773 | 2024-03-28T07:23:39.946Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1774 | 2024-03-28T07:23:40.137Z | Compiling smf v0.2.2 |
1775 | 2024-03-28T07:23:40.172Z | Compiling platforms v3.0.2 |
1776 | 2024-03-28T07:23:40.273Z | Compiling humantime v2.1.0 |
1777 | 2024-03-28T07:23:40.504Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1778 | 2024-03-28T07:23:40.764Z | Compiling camino-tempfile v1.1.1 |
1779 | 2024-03-28T07:23:40.767Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1780 | 2024-03-28T07:23:40.831Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1781 | 2024-03-28T07:23:41.236Z | Compiling heck v0.3.3 |
1782 | 2024-03-28T07:23:41.283Z | Compiling usdt-macro v0.5.0 |
1783 | 2024-03-28T07:23:41.588Z | Compiling usdt-attr-macro v0.5.0 |
1784 | 2024-03-28T07:23:41.671Z | Compiling num-derive v0.4.0 |
1785 | 2024-03-28T07:23:41.700Z | Compiling memmap v0.7.0 |
1786 | 2024-03-28T07:23:42.059Z | Compiling utf-8 v0.7.6 |
1787 | 2024-03-28T07:23:42.350Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1788 | 2024-03-28T07:23:42.391Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1789 | 2024-03-28T07:23:42.806Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1790 | 2024-03-28T07:23:43.198Z | Compiling usdt v0.5.0 |
1791 | 2024-03-28T07:23:43.471Z | Compiling unicase v2.7.0 |
1792 | 2024-03-28T07:23:43.731Z | Compiling semver v0.1.20 |
1793 | 2024-03-28T07:23:43.775Z | Compiling rayon-core v1.12.1 |
1794 | 2024-03-28T07:23:44.066Z | Compiling curve25519-dalek v4.1.1 |
1795 | 2024-03-28T07:23:44.169Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478) |
1796 | 2024-03-28T07:23:44.252Z | Compiling rustc_version v0.1.7 |
1797 | 2024-03-28T07:23:44.359Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1798 | 2024-03-28T07:23:44.468Z | Compiling crossbeam-deque v0.8.3 |
1799 | 2024-03-28T07:23:44.654Z | Compiling universal-hash v0.5.1 |
1800 | 2024-03-28T07:23:44.807Z | Compiling opaque-debug v0.3.0 |
1801 | 2024-03-28T07:23:44.855Z | Compiling same-file v1.0.6 |
1802 | 2024-03-28T07:23:44.876Z | Compiling newtype_derive v0.1.6 |
1803 | 2024-03-28T07:23:45.056Z | Compiling walkdir v2.4.0 |
1804 | 2024-03-28T07:23:45.117Z | Compiling tungstenite v0.20.1 |
1805 | 2024-03-28T07:23:45.264Z | Compiling semver-parser v0.10.2 |
1806 | 2024-03-28T07:23:45.308Z | Compiling signature v2.1.0 |
1807 | 2024-03-28T07:23:45.562Z | Compiling curve25519-dalek-derive v0.1.0 |
1808 | 2024-03-28T07:23:45.812Z | Compiling blake3 v1.5.0 |
1809 | 2024-03-28T07:23:46.006Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1810 | 2024-03-28T07:23:46.179Z | Compiling num-rational v0.4.1 |
1811 | 2024-03-28T07:23:46.433Z | Compiling arc-swap v1.6.0 |
1812 | 2024-03-28T07:23:46.489Z | Compiling getrandom v0.1.16 |
1813 | 2024-03-28T07:23:46.719Z | Compiling termcolor v1.2.0 |
1814 | 2024-03-28T07:23:47.064Z | Compiling slog-scope v4.4.0 |
1815 | 2024-03-28T07:23:47.263Z | Compiling env_logger v0.9.3 |
1816 | 2024-03-28T07:23:47.352Z | Compiling tokio-tungstenite v0.20.1 |
1817 | 2024-03-28T07:23:47.374Z | Compiling semver v0.11.0 |
1818 | 2024-03-28T07:23:47.563Z | Compiling rayon v1.9.0 |
1819 | 2024-03-28T07:23:47.845Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1820 | 2024-03-28T07:23:47.921Z | Compiling password-hash v0.5.0 |
1821 | 2024-03-28T07:23:48.195Z | Compiling textwrap v0.11.0 |
1822 | 2024-03-28T07:23:48.317Z | Compiling blake2 v0.10.6 |
1823 | 2024-03-28T07:23:48.679Z | Compiling bitstruct_derive v0.1.0 |
1824 | 2024-03-28T07:23:48.693Z | Compiling memmap2 v0.7.1 |
1825 | 2024-03-28T07:23:48.720Z | Compiling xattr v1.0.1 |
1826 | 2024-03-28T07:23:48.998Z | Compiling filetime v0.2.23 |
1827 | 2024-03-28T07:23:49.021Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1828 | 2024-03-28T07:23:49.135Z | Compiling linked-hash-map v0.5.6 |
1829 | 2024-03-28T07:23:49.159Z | Compiling home v0.5.5 |
1830 | 2024-03-28T07:23:49.340Z | Compiling vec_map v0.8.2 |
1831 | 2024-03-28T07:23:49.432Z | Compiling quick-error v1.2.3 |
1832 | 2024-03-28T07:23:49.526Z | Compiling constant_time_eq v0.3.0 |
1833 | 2024-03-28T07:23:49.598Z | Compiling arrayvec v0.7.4 |
1834 | 2024-03-28T07:23:49.645Z | Compiling base64 v0.22.0 |
1835 | 2024-03-28T07:23:49.724Z | Compiling ascii v1.1.0 |
1836 | 2024-03-28T07:23:49.831Z | Compiling libefi-sys v0.1.0 |
1837 | 2024-03-28T07:23:50.013Z | Compiling arrayref v0.3.7 |
1838 | 2024-03-28T07:23:50.119Z | Compiling ansi_term v0.12.1 |
1839 | 2024-03-28T07:23:50.122Z | Compiling parking_lot_core v0.8.6 |
1840 | 2024-03-28T07:23:50.122Z | Compiling strsim v0.8.0 |
1841 | 2024-03-28T07:23:50.366Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1842 | 2024-03-28T07:23:50.445Z | Compiling clap v2.34.0 |
1843 | 2024-03-28T07:23:50.656Z | Compiling bitstruct v0.1.1 |
1844 | 2024-03-28T07:23:50.686Z | Compiling resolv-conf v0.7.0 |
1845 | 2024-03-28T07:23:50.772Z | Compiling lru-cache v0.1.2 |
1846 | 2024-03-28T07:23:50.775Z | Compiling toolchain_find v0.2.0 |
1847 | 2024-03-28T07:23:50.985Z | Compiling tar v0.4.40 |
1848 | 2024-03-28T07:23:51.477Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1849 | 2024-03-28T07:23:51.499Z | Compiling argon2 v0.5.3 |
1850 | 2024-03-28T07:23:51.750Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1851 | 2024-03-28T07:23:53.145Z | Compiling slog-stdlog v4.1.1 |
1852 | 2024-03-28T07:23:53.227Z | Compiling structopt-derive v0.4.18 |
1853 | 2024-03-28T07:23:53.524Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1854 | 2024-03-28T07:23:53.890Z | Compiling rfc6979 v0.4.0 |
1855 | 2024-03-28T07:23:54.248Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1856 | 2024-03-28T07:23:54.457Z | Compiling toml v0.5.11 |
1857 | 2024-03-28T07:23:54.482Z | Compiling erased-serde v0.3.31 |
1858 | 2024-03-28T07:23:54.554Z | Compiling serde_arrays v0.1.0 |
1859 | 2024-03-28T07:23:54.650Z | Compiling aead v0.5.2 |
1860 | 2024-03-28T07:23:54.728Z | Compiling num-complex v0.4.4 |
1861 | 2024-03-28T07:23:54.986Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1862 | 2024-03-28T07:23:55.374Z | Compiling nibble_vec v0.1.0 |
1863 | 2024-03-28T07:23:55.590Z | Compiling slog-dtrace v0.3.0 |
1864 | 2024-03-28T07:23:55.785Z | Compiling endian-type v0.1.2 |
1865 | 2024-03-28T07:23:55.893Z | Compiling topological-sort v0.2.2 |
1866 | 2024-03-28T07:23:55.920Z | Compiling keccak v0.1.4 |
1867 | 2024-03-28T07:23:55.996Z | Compiling cancel-safe-futures v0.1.5 |
1868 | 2024-03-28T07:23:56.016Z | Compiling winapi v0.3.9 |
1869 | 2024-03-28T07:23:56.121Z | Compiling rustfmt-wrapper v0.2.0 |
1870 | 2024-03-28T07:23:56.339Z | Compiling structopt v0.3.26 |
1871 | 2024-03-28T07:23:56.395Z | Compiling sha3 v0.10.8 |
1872 | 2024-03-28T07:23:56.510Z | Compiling omicron-zone-package v0.11.0 |
1873 | 2024-03-28T07:23:56.736Z | Compiling radix_trie v0.2.1 |
1874 | 2024-03-28T07:23:56.944Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1875 | 2024-03-28T07:23:57.104Z | Compiling num v0.4.1 |
1876 | 2024-03-28T07:23:57.362Z | Compiling ecdsa v0.16.9 |
1877 | 2024-03-28T07:23:57.413Z | Compiling slog-envlogger v2.2.0 |
1878 | 2024-03-28T07:23:57.600Z | Compiling rand_core v0.5.1 |
1879 | 2024-03-28T07:23:58.116Z | Compiling mime_guess v2.0.4 |
1880 | 2024-03-28T07:23:58.184Z | Compiling steno v0.4.0 |
1881 | 2024-03-28T07:23:58.210Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1882 | 2024-03-28T07:23:58.237Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1883 | 2024-03-28T07:23:59.329Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1884 | 2024-03-28T07:23:59.553Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1885 | 2024-03-28T07:23:59.574Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1886 | 2024-03-28T07:23:59.953Z | Compiling trust-dns-resolver v0.22.0 |
1887 | 2024-03-28T07:24:01.185Z | Compiling poly1305 v0.8.0 |
1888 | 2024-03-28T07:24:01.417Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1889 | 2024-03-28T07:24:02.158Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1890 | 2024-03-28T07:24:03.055Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1891 | 2024-03-28T07:24:03.344Z | Compiling primeorder v0.13.6 |
1892 | 2024-03-28T07:24:03.366Z | Compiling chacha20 v0.9.1 |
1893 | 2024-03-28T07:24:03.843Z | Compiling secrecy v0.8.0 |
1894 | 2024-03-28T07:24:03.848Z | Compiling thiserror-impl-no-std v2.0.2 |
1895 | 2024-03-28T07:24:04.121Z | Compiling half v2.3.1 |
1896 | 2024-03-28T07:24:04.769Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1897 | 2024-03-28T07:24:04.945Z | Compiling option-ext v0.2.0 |
1898 | 2024-03-28T07:24:05.091Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1899 | 2024-03-28T07:24:05.183Z | Compiling ciborium-io v0.2.2 |
1900 | 2024-03-28T07:24:05.331Z | Compiling convert_case v0.4.0 |
1901 | 2024-03-28T07:24:05.430Z | Compiling ciborium-ll v0.2.2 |
1902 | 2024-03-28T07:24:05.866Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1903 | 2024-03-28T07:24:06.360Z | Compiling derive_more v0.99.17 |
1904 | 2024-03-28T07:24:06.406Z | Compiling dirs-sys v0.4.1 |
1905 | 2024-03-28T07:24:06.428Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1906 | 2024-03-28T07:24:06.512Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1907 | 2024-03-28T07:24:07.068Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1908 | 2024-03-28T07:24:07.289Z | Compiling thiserror-no-std v2.0.2 |
1909 | 2024-03-28T07:24:07.322Z | Compiling parking_lot v0.11.2 |
1910 | 2024-03-28T07:24:07.446Z | Compiling rand_chacha v0.2.2 |
1911 | 2024-03-28T07:24:07.449Z | Compiling trust-dns-client v0.22.0 |
1912 | 2024-03-28T07:24:07.603Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1913 | 2024-03-28T07:24:08.332Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1914 | 2024-03-28T07:24:08.999Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1915 | 2024-03-28T07:24:09.479Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1916 | 2024-03-28T07:24:11.239Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1917 | 2024-03-28T07:24:12.850Z | Compiling ed25519 v2.2.2 |
1918 | 2024-03-28T07:24:13.326Z | Compiling polyval v0.6.1 |
1919 | 2024-03-28T07:24:13.388Z | Compiling tungstenite v0.21.0 |
1920 | 2024-03-28T07:24:13.764Z | Compiling zone_cfg_derive v0.1.2 |
1921 | 2024-03-28T07:24:15.341Z | Compiling aes v0.8.3 |
1922 | 2024-03-28T07:24:15.396Z | Compiling ctr v0.9.2 |
1923 | 2024-03-28T07:24:15.399Z | Compiling blowfish v0.9.1 |
1924 | 2024-03-28T07:24:15.657Z | Compiling password-hash v0.4.2 |
1925 | 2024-03-28T07:24:15.737Z | Compiling libsw v3.3.1 |
1926 | 2024-03-28T07:24:16.060Z | Compiling pbkdf2 v0.12.2 |
1927 | 2024-03-28T07:24:16.247Z | Compiling derive-where v1.2.7 |
1928 | 2024-03-28T07:24:16.655Z | Compiling gethostname v0.4.3 |
1929 | 2024-03-28T07:24:17.613Z | Compiling fxhash v0.2.1 |
1930 | 2024-03-28T07:24:17.703Z | Compiling owo-colors v4.0.0 |
1931 | 2024-03-28T07:24:17.819Z | Compiling linear-map v1.2.0 |
1932 | 2024-03-28T07:24:18.177Z | Compiling swrite v0.1.0 |
1933 | 2024-03-28T07:24:18.317Z | Compiling base64 v0.13.1 |
1934 | 2024-03-28T07:24:18.362Z | Compiling sled v0.34.7 |
1935 | 2024-03-28T07:24:18.933Z | Compiling ron v0.7.1 |
1936 | 2024-03-28T07:24:19.746Z | Compiling trust-dns-server v0.22.1 |
1937 | 2024-03-28T07:24:19.958Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1938 | 2024-03-28T07:24:20.875Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1939 | 2024-03-28T07:24:21.358Z | Compiling bcrypt-pbkdf v0.10.0 |
1940 | 2024-03-28T07:24:21.973Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1941 | 2024-03-28T07:24:22.311Z | Compiling pbkdf2 v0.11.0 |
1942 | 2024-03-28T07:24:22.671Z | Compiling zone v0.1.8 |
1943 | 2024-03-28T07:24:24.016Z | Compiling tokio-tungstenite v0.21.0 |
1944 | 2024-03-28T07:24:24.272Z | Compiling ghash v0.5.0 |
1945 | 2024-03-28T07:24:24.546Z | Compiling ed25519-dalek v2.0.0 |
1946 | 2024-03-28T07:24:24.612Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1947 | 2024-03-28T07:24:24.612Z | Compiling rand v0.7.3 |
1948 | 2024-03-28T07:24:25.351Z | Compiling russh-cryptovec v0.7.0 |
1949 | 2024-03-28T07:24:25.531Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1950 | 2024-03-28T07:24:25.675Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1951 | 2024-03-28T07:24:26.863Z | Compiling vsss-rs v3.3.4 |
1952 | 2024-03-28T07:24:27.255Z | Compiling dirs v5.0.1 |
1953 | 2024-03-28T07:24:27.358Z | Compiling ciborium v0.2.2 |
1954 | 2024-03-28T07:24:28.220Z | Compiling p256 v0.13.2 |
1955 | 2024-03-28T07:24:28.867Z | Compiling p521 v0.13.3 |
1956 | 2024-03-28T07:24:29.114Z | Compiling chacha20poly1305 v0.10.1 |
1957 | 2024-03-28T07:24:29.364Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1958 | 2024-03-28T07:24:30.553Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
1959 | 2024-03-28T07:24:30.849Z | Compiling cbc v0.1.2 |
1960 | 2024-03-28T07:24:31.112Z | Compiling pem v3.0.2 |
1961 | 2024-03-28T07:24:31.473Z | Compiling headers-core v0.2.0 |
1962 | 2024-03-28T07:24:31.513Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1963 | 2024-03-28T07:24:31.514Z | Compiling portpicker v0.1.1 |
1964 | 2024-03-28T07:24:31.543Z | Compiling kstat-rs v0.2.3 |
1965 | 2024-03-28T07:24:31.787Z | Compiling nanorand v0.7.0 |
1966 | 2024-03-28T07:24:31.808Z | Compiling md5 v0.7.0 |
1967 | 2024-03-28T07:24:32.135Z | Compiling http-range v0.1.5 |
1968 | 2024-03-28T07:24:32.165Z | Compiling glob v0.3.1 |
1969 | 2024-03-28T07:24:32.237Z | Compiling flume v0.11.0 |
1970 | 2024-03-28T07:24:32.388Z | Compiling hyper-staticfile v0.9.5 |
1971 | 2024-03-28T07:24:32.518Z | Compiling russh-keys v0.42.0 |
1972 | 2024-03-28T07:24:32.944Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1973 | 2024-03-28T07:24:33.179Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1974 | 2024-03-28T07:24:33.237Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1975 | 2024-03-28T07:24:33.334Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1976 | 2024-03-28T07:24:35.817Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1977 | 2024-03-28T07:24:35.906Z | Compiling headers v0.3.9 |
1978 | 2024-03-28T07:24:35.927Z | Compiling rcgen v0.12.1 |
1979 | 2024-03-28T07:24:36.061Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1980 | 2024-03-28T07:24:37.993Z | Compiling aes-gcm v0.10.3 |
1981 | 2024-03-28T07:24:38.402Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1982 | 2024-03-28T07:24:38.533Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1983 | 2024-03-28T07:24:40.611Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1984 | 2024-03-28T07:24:42.819Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1985 | 2024-03-28T07:24:43.854Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1986 | 2024-03-28T07:24:45.319Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478) |
1987 | 2024-03-28T07:24:45.849Z | Compiling atomicwrites v0.4.3 |
1988 | 2024-03-28T07:24:45.862Z | Compiling itertools v0.12.1 |
1989 | 2024-03-28T07:24:46.043Z | Compiling subprocess v0.2.9 |
1990 | 2024-03-28T07:24:47.011Z | Compiling hex-literal v0.4.1 |
1991 | 2024-03-28T07:24:47.169Z | Compiling dhcproto-macros v0.1.0 |
1992 | 2024-03-28T07:24:47.963Z | Compiling display-error-chain v0.2.0 |
1993 | 2024-03-28T07:24:48.157Z | Compiling russh v0.42.0 |
1994 | 2024-03-28T07:24:48.189Z | Compiling dhcproto v0.11.0 |
1995 | 2024-03-28T07:24:48.278Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1996 | 2024-03-28T07:24:49.051Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1997 | 2024-03-28T07:24:51.027Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1998 | 2024-03-28T07:24:51.050Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1999 | 2024-03-28T07:24:51.506Z | Compiling internet-checksum v0.2.1 |
2000 | 2024-03-28T07:24:54.809Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2001 | 2024-03-28T07:25:14.192Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2002 | 2024-03-28T07:25:53.618Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 22s |
2003 | 2024-03-28T07:25:53.952Z | |
2004 | 2024-03-28T07:25:53.953Z | real 5:23.062489960 |
2005 | 2024-03-28T07:25:53.953Z | user 28:26.855248128 |
2006 | 2024-03-28T07:25:53.953Z | sys 6:04.687096682 |
2007 | 2024-03-28T07:25:53.953Z | trap 0.843984093 |
2008 | 2024-03-28T07:25:53.953Z | tflt 3.957986923 |
2009 | 2024-03-28T07:25:53.953Z | dflt 5.048500334 |
2010 | 2024-03-28T07:25:53.957Z | kflt 0.097574693 |
2011 | 2024-03-28T07:25:53.957Z | lock 57:53.306642194 |
2012 | 2024-03-28T07:25:53.957Z | slp 1:21:26.350836660 |
2013 | 2024-03-28T07:25:53.957Z | lat 1:43.541886721 |
2014 | 2024-03-28T07:25:53.957Z | stop 5:01.508053818 |
2015 | 2024-03-28T07:25:53.957Z | + mkdir -p /work |
2016 | 2024-03-28T07:25:53.957Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest |
2017 | 2024-03-28T07:25:54.751Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2018 | 2024-03-28T07:26:03.364Z | Finished dev [unoptimized + debuginfo] target(s) in 9.35s |
2019 | 2024-03-28T07:26:03.452Z | |
2020 | 2024-03-28T07:26:03.452Z | real 9.475460706 |
2021 | 2024-03-28T07:26:03.453Z | user 6.772770172 |
2022 | 2024-03-28T07:26:03.453Z | sys 3.673970220 |
2023 | 2024-03-28T07:26:03.453Z | trap 0.001477424 |
2024 | 2024-03-28T07:26:03.458Z | tflt 0.004824920 |
2025 | 2024-03-28T07:26:03.458Z | dflt 0.058146854 |
2026 | 2024-03-28T07:26:03.459Z | kflt 0.000000000 |
2027 | 2024-03-28T07:26:03.459Z | lock 25.660473855 |
2028 | 2024-03-28T07:26:03.459Z | slp 37.594770519 |
2029 | 2024-03-28T07:26:03.459Z | lat 0.047060065 |
2030 | 2024-03-28T07:26:03.459Z | stop 0.350432874 |
2031 | 2024-03-28T07:26:03.459Z | + cp target/debug/commtest /work/commtest |
2032 | 2024-03-28T07:26:03.880Z | + mkdir -p /work/end-to-end-tests |
2033 | 2024-03-28T07:26:03.883Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2034 | 2024-03-28T07:26:04.930Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2035 | 2024-03-28T07:26:04.930Z | + ptime -m gzip |
2036 | 2024-03-28T07:26:04.934Z | ++ basename target/debug/bootstrap |
2037 | 2024-03-28T07:26:17.269Z | |
2038 | 2024-03-28T07:26:17.272Z | real 12.331693524 |
2039 | 2024-03-28T07:26:17.272Z | user 12.236954037 |
2040 | 2024-03-28T07:26:17.273Z | sys 0.083043995 |
2041 | 2024-03-28T07:26:17.273Z | trap 0.003646580 |
2042 | 2024-03-28T07:26:17.273Z | tflt 0.000000000 |
2043 | 2024-03-28T07:26:17.273Z | dflt 0.000000000 |
2044 | 2024-03-28T07:26:17.273Z | kflt 0.000000000 |
2045 | 2024-03-28T07:26:17.273Z | lock 0.000000000 |
2046 | 2024-03-28T07:26:17.273Z | slp 0.000000000 |
2047 | 2024-03-28T07:26:17.273Z | lat 0.007641298 |
2048 | 2024-03-28T07:26:17.273Z | stop 0.000181242 |
2049 | 2024-03-28T07:26:17.273Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2050 | 2024-03-28T07:26:17.273Z | + ptime -m gzip |
2051 | 2024-03-28T07:26:17.273Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ff102e56804eb5ef |
2052 | 2024-03-28T07:26:18.461Z | |
2053 | 2024-03-28T07:26:18.464Z | real 1.185591058 |
2054 | 2024-03-28T07:26:18.464Z | user 1.174330236 |
2055 | 2024-03-28T07:26:18.464Z | sys 0.009617245 |
2056 | 2024-03-28T07:26:18.464Z | trap 0.000571271 |
2057 | 2024-03-28T07:26:18.464Z | tflt 0.000000000 |
2058 | 2024-03-28T07:26:18.465Z | dflt 0.000000000 |
2059 | 2024-03-28T07:26:18.465Z | kflt 0.000000000 |
2060 | 2024-03-28T07:26:18.465Z | lock 0.000000000 |
2061 | 2024-03-28T07:26:18.465Z | slp 0.000000000 |
2062 | 2024-03-28T07:26:18.465Z | lat 0.000658826 |
2063 | 2024-03-28T07:26:18.465Z | stop 0.000186231 |
2064 | 2024-03-28T07:26:18.465Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2065 | 2024-03-28T07:26:18.465Z | + ptime -m gzip |
2066 | 2024-03-28T07:26:18.465Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4e2cec6ef87779f4 |
2067 | 2024-03-28T07:26:19.642Z | |
2068 | 2024-03-28T07:26:19.642Z | real 1.174599650 |
2069 | 2024-03-28T07:26:19.642Z | user 1.165023878 |
2070 | 2024-03-28T07:26:19.642Z | sys 0.008986240 |
2071 | 2024-03-28T07:26:19.642Z | trap 0.000075142 |
2072 | 2024-03-28T07:26:19.646Z | tflt 0.000000000 |
2073 | 2024-03-28T07:26:19.646Z | dflt 0.000000000 |
2074 | 2024-03-28T07:26:19.646Z | kflt 0.000000000 |
2075 | 2024-03-28T07:26:19.646Z | lock 0.000000000 |
2076 | 2024-03-28T07:26:19.646Z | slp 0.000000000 |
2077 | 2024-03-28T07:26:19.646Z | lat 0.000101780 |
2078 | 2024-03-28T07:26:19.646Z | stop 0.000175992 |
2079 | 2024-03-28T07:26:19.646Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2080 | 2024-03-28T07:26:19.646Z | + ptime -m gzip |
2081 | 2024-03-28T07:26:19.646Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-78be43f584392ee5 |
2082 | 2024-03-28T07:26:20.824Z | |
2083 | 2024-03-28T07:26:20.824Z | real 1.174914559 |
2084 | 2024-03-28T07:26:20.824Z | user 1.165161858 |
2085 | 2024-03-28T07:26:20.824Z | sys 0.009177980 |
2086 | 2024-03-28T07:26:20.824Z | trap 0.000070170 |
2087 | 2024-03-28T07:26:20.824Z | tflt 0.000000000 |
2088 | 2024-03-28T07:26:20.824Z | dflt 0.000000000 |
2089 | 2024-03-28T07:26:20.829Z | kflt 0.000000000 |
2090 | 2024-03-28T07:26:20.829Z | lock 0.000000000 |
2091 | 2024-03-28T07:26:20.829Z | slp 0.000000000 |
2092 | 2024-03-28T07:26:20.829Z | lat 0.000101490 |
2093 | 2024-03-28T07:26:20.830Z | stop 0.000176822 |
2094 | 2024-03-28T07:26:20.830Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2095 | 2024-03-28T07:26:20.830Z | + ptime -m gzip |
2096 | 2024-03-28T07:26:20.830Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-24b036c434c391e4 |
2097 | 2024-03-28T07:26:33.306Z | |
2098 | 2024-03-28T07:26:33.309Z | real 12.474338060 |
2099 | 2024-03-28T07:26:33.309Z | user 12.396133547 |
2100 | 2024-03-28T07:26:33.309Z | sys 0.074679719 |
2101 | 2024-03-28T07:26:33.309Z | trap 0.001712470 |
2102 | 2024-03-28T07:26:33.309Z | tflt 0.000000000 |
2103 | 2024-03-28T07:26:33.309Z | dflt 0.000000000 |
2104 | 2024-03-28T07:26:33.309Z | kflt 0.000000000 |
2105 | 2024-03-28T07:26:33.309Z | lock 0.000000000 |
2106 | 2024-03-28T07:26:33.310Z | slp 0.000000000 |
2107 | 2024-03-28T07:26:33.310Z | lat 0.001409288 |
2108 | 2024-03-28T07:26:33.310Z | stop 0.000174163 |
2109 | 2024-03-28T07:26:33.310Z | + banner caboose-util |
2110 | 2024-03-28T07:26:33.310Z | |
2111 | 2024-03-28T07:26:33.310Z | #### ## ##### #### #### #### ###### # # ##### |
2112 | 2024-03-28T07:26:33.310Z | # # # # # # # # # # # # # # # |
2113 | 2024-03-28T07:26:33.310Z | # # # ##### # # # # #### ##### ##### # # # |
2114 | 2024-03-28T07:26:33.310Z | # ###### # # # # # # # # # # # |
2115 | 2024-03-28T07:26:33.310Z | # # # # # # # # # # # # # # # # |
2116 | 2024-03-28T07:26:33.310Z | #### # # ##### #### #### #### ###### #### # |
2117 | 2024-03-28T07:26:33.310Z | |
2118 | 2024-03-28T07:26:33.310Z | + ptime -m cargo build --locked -p caboose-util --release |
2119 | 2024-03-28T07:26:33.801Z | Downloading crates ... |
2120 | 2024-03-28T07:26:33.957Z | Downloaded nodrop v0.1.14 |
2121 | 2024-03-28T07:26:33.963Z | Downloaded crc v3.0.1 |
2122 | 2024-03-28T07:26:33.966Z | Downloaded env_logger v0.10.0 |
2123 | 2024-03-28T07:26:33.969Z | Downloaded wyz v0.5.1 |
2124 | 2024-03-28T07:26:33.969Z | Downloaded funty v2.0.0 |
2125 | 2024-03-28T07:26:33.973Z | Downloaded array-init v0.0.4 |
2126 | 2024-03-28T07:26:33.973Z | Downloaded crc-any v2.4.3 |
2127 | 2024-03-28T07:26:33.976Z | Downloaded maybe-uninit v2.0.0 |
2128 | 2024-03-28T07:26:33.976Z | Downloaded path-slash v0.1.5 |
2129 | 2024-03-28T07:26:33.983Z | Downloaded serde-hex v0.1.0 |
2130 | 2024-03-28T07:26:33.986Z | Downloaded is-terminal v0.4.9 |
2131 | 2024-03-28T07:26:33.986Z | Downloaded radium v0.7.0 |
2132 | 2024-03-28T07:26:33.989Z | Downloaded crc-catalog v2.2.0 |
2133 | 2024-03-28T07:26:33.989Z | Downloaded tap v1.0.1 |
2134 | 2024-03-28T07:26:33.989Z | Downloaded smallvec v0.6.14 |
2135 | 2024-03-28T07:26:33.992Z | Downloaded packed_struct_codegen v0.10.1 |
2136 | 2024-03-28T07:26:33.992Z | Downloaded bitfield v0.14.0 |
2137 | 2024-03-28T07:26:33.992Z | Downloaded pkcs1 v0.7.5 |
2138 | 2024-03-28T07:26:33.995Z | Downloaded packed_struct v0.10.1 |
2139 | 2024-03-28T07:26:34.007Z | Downloaded ron v0.8.1 |
2140 | 2024-03-28T07:26:34.012Z | Downloaded rsa v0.9.2 |
2141 | 2024-03-28T07:26:34.020Z | Downloaded x509-cert v0.2.4 |
2142 | 2024-03-28T07:26:34.023Z | Downloaded num-bigint-dig v0.8.4 |
2143 | 2024-03-28T07:26:34.027Z | Downloaded hashbrown v0.13.2 |
2144 | 2024-03-28T07:26:34.030Z | Downloaded bitvec v1.0.1 |
2145 | 2024-03-28T07:26:34.044Z | Downloaded object v0.30.4 |
2146 | 2024-03-28T07:26:34.149Z | Compiling proc-macro2 v1.0.78 |
2147 | 2024-03-28T07:26:34.149Z | Compiling unicode-ident v1.0.12 |
2148 | 2024-03-28T07:26:34.154Z | Compiling libc v0.2.153 |
2149 | 2024-03-28T07:26:34.154Z | Compiling serde v1.0.197 |
2150 | 2024-03-28T07:26:34.154Z | Compiling autocfg v1.1.0 |
2151 | 2024-03-28T07:26:34.154Z | Compiling version_check v0.9.4 |
2152 | 2024-03-28T07:26:34.154Z | Compiling cfg-if v1.0.0 |
2153 | 2024-03-28T07:26:34.301Z | Compiling typenum v1.16.0 |
2154 | 2024-03-28T07:26:34.322Z | Compiling once_cell v1.19.0 |
2155 | 2024-03-28T07:26:34.355Z | Compiling parking_lot_core v0.9.8 |
2156 | 2024-03-28T07:26:34.721Z | Compiling memchr v2.7.1 |
2157 | 2024-03-28T07:26:34.731Z | Compiling syn v1.0.109 |
2158 | 2024-03-28T07:26:34.753Z | Compiling byteorder v1.5.0 |
2159 | 2024-03-28T07:26:34.871Z | Compiling lock_api v0.4.10 |
2160 | 2024-03-28T07:26:35.149Z | Compiling generic-array v0.14.7 |
2161 | 2024-03-28T07:26:35.167Z | Compiling libm v0.2.7 |
2162 | 2024-03-28T07:26:35.253Z | Compiling num-traits v0.2.18 |
2163 | 2024-03-28T07:26:35.414Z | Compiling ahash v0.8.8 |
2164 | 2024-03-28T07:26:35.457Z | Compiling serde_json v1.0.114 |
2165 | 2024-03-28T07:26:35.645Z | Compiling quote v1.0.35 |
2166 | 2024-03-28T07:26:35.735Z | Compiling thiserror v1.0.57 |
2167 | 2024-03-28T07:26:35.750Z | Compiling pkg-config v0.3.27 |
2168 | 2024-03-28T07:26:36.180Z | Compiling syn v2.0.52 |
2169 | 2024-03-28T07:26:36.180Z | Compiling cc v1.0.83 |
2170 | 2024-03-28T07:26:36.225Z | Compiling getrandom v0.2.12 |
2171 | 2024-03-28T07:26:36.767Z | Compiling itoa v1.0.9 |
2172 | 2024-03-28T07:26:36.785Z | Compiling scopeguard v1.2.0 |
2173 | 2024-03-28T07:26:36.813Z | Compiling log v0.4.21 |
2174 | 2024-03-28T07:26:37.044Z | Compiling slab v0.4.9 |
2175 | 2024-03-28T07:26:37.324Z | Compiling rand_core v0.6.4 |
2176 | 2024-03-28T07:26:37.346Z | Compiling smallvec v1.13.1 |
2177 | 2024-03-28T07:26:37.967Z | Compiling vcpkg v0.2.15 |
2178 | 2024-03-28T07:26:38.708Z | Compiling parking_lot v0.12.1 |
2179 | 2024-03-28T07:26:38.806Z | Compiling ryu v1.0.15 |
2180 | 2024-03-28T07:26:38.949Z | Compiling const-oid v0.9.6 |
2181 | 2024-03-28T07:26:39.075Z | Compiling pin-project-lite v0.2.13 |
2182 | 2024-03-28T07:26:39.540Z | Compiling ring v0.17.8 |
2183 | 2024-03-28T07:26:39.674Z | Compiling ucd-trie v0.1.6 |
2184 | 2024-03-28T07:26:39.704Z | Compiling openssl-sys v0.9.96 |
2185 | 2024-03-28T07:26:40.150Z | Compiling signal-hook-registry v1.4.1 |
2186 | 2024-03-28T07:26:40.538Z | Compiling rustix v0.38.31 |
2187 | 2024-03-28T07:26:40.927Z | Compiling subtle v2.5.0 |
2188 | 2024-03-28T07:26:41.025Z | Compiling ring v0.16.20 |
2189 | 2024-03-28T07:26:41.141Z | Compiling mio v0.8.11 |
2190 | 2024-03-28T07:26:41.318Z | Compiling tinyvec_macros v0.1.1 |
2191 | 2024-03-28T07:26:41.408Z | Compiling futures-core v0.3.30 |
2192 | 2024-03-28T07:26:41.643Z | Compiling semver v1.0.22 |
2193 | 2024-03-28T07:26:41.997Z | Compiling tinyvec v1.6.0 |
2194 | 2024-03-28T07:26:43.261Z | Compiling spin v0.5.2 |
2195 | 2024-03-28T07:26:43.511Z | Compiling unicode-normalization v0.1.22 |
2196 | 2024-03-28T07:26:43.781Z | Compiling socket2 v0.5.5 |
2197 | 2024-03-28T07:26:43.946Z | Compiling num_cpus v1.16.0 |
2198 | 2024-03-28T07:26:44.067Z | Compiling openssl v0.10.60 |
2199 | 2024-03-28T07:26:44.545Z | Compiling unicode-xid v0.2.4 |
2200 | 2024-03-28T07:26:44.557Z | Compiling heck v0.4.1 |
2201 | 2024-03-28T07:26:44.625Z | Compiling futures-sink v0.3.30 |
2202 | 2024-03-28T07:26:44.702Z | Compiling httparse v1.8.0 |
2203 | 2024-03-28T07:26:44.854Z | Compiling unicode-bidi v0.3.15 |
2204 | 2024-03-28T07:26:44.956Z | Compiling allocator-api2 v0.2.16 |
2205 | 2024-03-28T07:26:45.074Z | Compiling synstructure v0.12.6 |
2206 | 2024-03-28T07:26:45.731Z | Compiling equivalent v1.0.1 |
2207 | 2024-03-28T07:26:45.742Z | Compiling num-conv v0.1.0 |
2208 | 2024-03-28T07:26:46.018Z | Compiling time-core v0.1.2 |
2209 | 2024-03-28T07:26:46.156Z | Compiling futures-channel v0.3.30 |
2210 | 2024-03-28T07:26:46.180Z | Compiling time-macros v0.2.17 |
2211 | 2024-03-28T07:26:46.570Z | Compiling ppv-lite86 v0.2.17 |
2212 | 2024-03-28T07:26:46.602Z | Compiling crc32fast v1.3.2 |
2213 | 2024-03-28T07:26:46.685Z | Compiling futures-task v0.3.30 |
2214 | 2024-03-28T07:26:46.972Z | Compiling futures-io v0.3.30 |
2215 | 2024-03-28T07:26:47.019Z | Compiling native-tls v0.2.11 |
2216 | 2024-03-28T07:26:47.378Z | Compiling pin-utils v0.1.0 |
2217 | 2024-03-28T07:26:47.412Z | Compiling rustls v0.21.9 |
2218 | 2024-03-28T07:26:47.601Z | Compiling rand_chacha v0.3.1 |
2219 | 2024-03-28T07:26:47.681Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2220 | 2024-03-28T07:26:48.227Z | Compiling spin v0.9.8 |
2221 | 2024-03-28T07:26:48.265Z | Compiling tracing-core v0.1.32 |
2222 | 2024-03-28T07:26:48.285Z | Compiling base64ct v1.6.0 |
2223 | 2024-03-28T07:26:48.924Z | Compiling pem-rfc7468 v0.7.0 |
2224 | 2024-03-28T07:26:48.985Z | Compiling rand v0.8.5 |
2225 | 2024-03-28T07:26:49.336Z | Compiling usdt-impl v0.3.5 |
2226 | 2024-03-28T07:26:49.572Z | Compiling cookie v0.17.0 |
2227 | 2024-03-28T07:26:49.646Z | Compiling percent-encoding v2.3.1 |
2228 | 2024-03-28T07:26:49.680Z | Compiling signal-hook v0.3.17 |
2229 | 2024-03-28T07:26:49.735Z | Compiling zerocopy-derive v0.2.0 |
2230 | 2024-03-28T07:26:49.748Z | Compiling serde_derive v1.0.197 |
2231 | 2024-03-28T07:26:49.845Z | Compiling zeroize_derive v1.4.2 |
2232 | 2024-03-28T07:26:49.933Z | Compiling zerocopy-derive v0.7.32 |
2233 | 2024-03-28T07:26:49.936Z | Compiling thiserror-impl v1.0.57 |
2234 | 2024-03-28T07:26:50.417Z | Compiling tokio-macros v2.2.0 |
2235 | 2024-03-28T07:26:50.555Z | Compiling futures-macro v0.3.30 |
2236 | 2024-03-28T07:26:50.861Z | Compiling tracing-attributes v0.1.27 |
2237 | 2024-03-28T07:26:51.250Z | Compiling zeroize v1.7.0 |
2238 | 2024-03-28T07:26:51.930Z | Compiling der_derive v0.7.2 |
2239 | 2024-03-28T07:26:51.989Z | Compiling zerocopy v0.7.32 |
2240 | 2024-03-28T07:26:53.005Z | Compiling pest v2.7.6 |
2241 | 2024-03-28T07:26:53.095Z | Compiling crypto-common v0.1.6 |
2242 | 2024-03-28T07:26:53.179Z | Compiling block-buffer v0.10.4 |
2243 | 2024-03-28T07:26:53.429Z | Compiling digest v0.10.7 |
2244 | 2024-03-28T07:26:53.486Z | Compiling openssl-macros v0.1.1 |
2245 | 2024-03-28T07:26:54.163Z | Compiling futures-util v0.3.30 |
2246 | 2024-03-28T07:26:54.176Z | Compiling tracing v0.1.40 |
2247 | 2024-03-28T07:26:54.268Z | Compiling zerocopy-derive v0.6.4 |
2248 | 2024-03-28T07:26:54.421Z | Compiling hashbrown v0.14.3 |
2249 | 2024-03-28T07:26:54.613Z | Compiling scroll_derive v0.12.0 |
2250 | 2024-03-28T07:26:54.712Z | Compiling flagset v0.4.3 |
2251 | 2024-03-28T07:26:55.307Z | Compiling pest_meta v2.7.6 |
2252 | 2024-03-28T07:26:56.028Z | Compiling schemars v0.8.16 |
2253 | 2024-03-28T07:26:56.068Z | Compiling der v0.7.8 |
2254 | 2024-03-28T07:26:56.183Z | Compiling serde_derive_internals v0.26.0 |
2255 | 2024-03-28T07:26:58.521Z | Compiling pest_generator v2.7.6 |
2256 | 2024-03-28T07:26:59.927Z | Compiling errno v0.3.8 |
2257 | 2024-03-28T07:27:00.183Z | Compiling fnv v1.0.7 |
2258 | 2024-03-28T07:27:00.313Z | Compiling schemars_derive v0.8.16 |
2259 | 2024-03-28T07:27:00.365Z | Compiling pest_derive v2.7.6 |
2260 | 2024-03-28T07:27:01.081Z | Compiling spki v0.7.2 |
2261 | 2024-03-28T07:27:01.586Z | Compiling zerocopy v0.3.0 |
2262 | 2024-03-28T07:27:02.090Z | Compiling lazy_static v1.4.0 |
2263 | 2024-03-28T07:27:02.849Z | Compiling backtrace v0.3.69 |
2264 | 2024-03-28T07:27:03.192Z | Compiling thread-id v4.2.0 |
2265 | 2024-03-28T07:27:03.231Z | Compiling num-bigint v0.4.4 |
2266 | 2024-03-28T07:27:03.308Z | Compiling untrusted v0.9.0 |
2267 | 2024-03-28T07:27:03.374Z | Compiling async-trait v0.1.77 |
2268 | 2024-03-28T07:27:03.462Z | Compiling bytes v1.5.0 |
2269 | 2024-03-28T07:27:03.790Z | Compiling bitflags v2.4.2 |
2270 | 2024-03-28T07:27:04.251Z | Compiling indexmap v2.2.5 |
2271 | 2024-03-28T07:27:04.348Z | Compiling tokio v1.36.0 |
2272 | 2024-03-28T07:27:04.944Z | Compiling rustc_version v0.4.0 |
2273 | 2024-03-28T07:27:05.586Z | Compiling heapless v0.7.16 |
2274 | 2024-03-28T07:27:05.696Z | Compiling http v0.2.12 |
2275 | 2024-03-28T07:27:06.460Z | Compiling uuid v1.7.0 |
2276 | 2024-03-28T07:27:07.161Z | Compiling iana-time-zone v0.1.57 |
2277 | 2024-03-28T07:27:07.173Z | Compiling base64 v0.21.7 |
2278 | 2024-03-28T07:27:07.569Z | Compiling smoltcp v0.9.1 |
2279 | 2024-03-28T07:27:08.088Z | Compiling foreign-types-shared v0.1.1 |
2280 | 2024-03-28T07:27:08.191Z | Compiling untrusted v0.7.1 |
2281 | 2024-03-28T07:27:08.194Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2282 | 2024-03-28T07:27:08.371Z | Compiling powerfmt v0.2.0 |
2283 | 2024-03-28T07:27:08.401Z | Compiling crossbeam-utils v0.8.19 |
2284 | 2024-03-28T07:27:08.915Z | Compiling deranged v0.3.11 |
2285 | 2024-03-28T07:27:09.916Z | Compiling foreign-types v0.3.2 |
2286 | 2024-03-28T07:27:10.006Z | Compiling chrono v0.4.34 |
2287 | 2024-03-28T07:27:11.044Z | Compiling dof v0.1.5 |
2288 | 2024-03-28T07:27:11.400Z | Compiling dtrace-parser v0.1.14 |
2289 | 2024-03-28T07:27:11.791Z | Compiling hmac v0.12.1 |
2290 | 2024-03-28T07:27:12.009Z | Compiling form_urlencoded v1.2.1 |
2291 | 2024-03-28T07:27:12.289Z | Compiling clap_derive v4.5.0 |
2292 | 2024-03-28T07:27:12.685Z | Compiling tokio-util v0.7.10 |
2293 | 2024-03-28T07:27:13.076Z | Compiling num-integer v0.1.46 |
2294 | 2024-03-28T07:27:13.751Z | Compiling rustversion v1.0.14 |
2295 | 2024-03-28T07:27:14.154Z | Compiling try-lock v0.2.4 |
2296 | 2024-03-28T07:27:14.213Z | Compiling cpufeatures v0.2.12 |
2297 | 2024-03-28T07:27:14.308Z | Compiling adler v1.0.2 |
2298 | 2024-03-28T07:27:14.326Z | Compiling num_threads v0.1.6 |
2299 | 2024-03-28T07:27:14.446Z | Compiling anstyle v1.0.6 |
2300 | 2024-03-28T07:27:14.472Z | Compiling siphasher v0.3.11 |
2301 | 2024-03-28T07:27:14.506Z | Compiling utf8parse v0.2.1 |
2302 | 2024-03-28T07:27:14.689Z | Compiling anstyle-parse v0.2.1 |
2303 | 2024-03-28T07:27:14.906Z | Compiling miniz_oxide v0.7.1 |
2304 | 2024-03-28T07:27:14.981Z | Compiling time v0.3.34 |
2305 | 2024-03-28T07:27:15.143Z | Compiling sha2 v0.10.8 |
2306 | 2024-03-28T07:27:16.189Z | Compiling want v0.3.1 |
2307 | 2024-03-28T07:27:18.124Z | Compiling h2 v0.3.24 |
2308 | 2024-03-28T07:27:18.787Z | Compiling rustls-webpki v0.101.7 |
2309 | 2024-03-28T07:27:19.911Z | Compiling sct v0.7.0 |
2310 | 2024-03-28T07:27:20.553Z | Compiling http-body v0.4.5 |
2311 | 2024-03-28T07:27:21.164Z | Compiling serde_tokenstream v0.1.7 |
2312 | 2024-03-28T07:27:21.377Z | Compiling pkcs8 v0.10.2 |
2313 | 2024-03-28T07:27:21.489Z | Compiling hubpack_derive v0.1.1 |
2314 | 2024-03-28T07:27:21.815Z | Compiling idna v0.5.0 |
2315 | 2024-03-28T07:27:22.587Z | Compiling aho-corasick v1.1.2 |
2316 | 2024-03-28T07:27:22.638Z | Compiling usdt-impl v0.5.0 |
2317 | 2024-03-28T07:27:23.154Z | Compiling anyhow v1.0.79 |
2318 | 2024-03-28T07:27:23.339Z | Compiling tower-service v0.3.2 |
2319 | 2024-03-28T07:27:23.462Z | Compiling colorchoice v1.0.0 |
2320 | 2024-03-28T07:27:23.617Z | Compiling httpdate v1.0.3 |
2321 | 2024-03-28T07:27:23.909Z | Compiling anstyle-query v1.0.0 |
2322 | 2024-03-28T07:27:24.027Z | Compiling openssl-probe v0.1.5 |
2323 | 2024-03-28T07:27:24.283Z | Compiling radium v0.7.0 |
2324 | 2024-03-28T07:27:24.294Z | Compiling slog v2.7.0 |
2325 | 2024-03-28T07:27:24.690Z | Compiling regex-syntax v0.8.2 |
2326 | 2024-03-28T07:27:25.477Z | Compiling hyper v0.14.28 |
2327 | 2024-03-28T07:27:28.094Z | Compiling anstream v0.6.11 |
2328 | 2024-03-28T07:27:28.387Z | Compiling regex-automata v0.4.5 |
2329 | 2024-03-28T07:27:30.655Z | Compiling url v2.5.0 |
2330 | 2024-03-28T07:27:35.152Z | Compiling terminal_size v0.3.0 |
2331 | 2024-03-28T07:27:35.247Z | Compiling serde_spanned v0.6.5 |
2332 | 2024-03-28T07:27:35.364Z | Compiling toml_datetime v0.6.5 |
2333 | 2024-03-28T07:27:35.497Z | Compiling zerocopy v0.6.4 |
2334 | 2024-03-28T07:27:35.648Z | Compiling scroll v0.12.0 |
2335 | 2024-03-28T07:27:35.772Z | Compiling md-5 v0.10.5 |
2336 | 2024-03-28T07:27:36.370Z | Compiling stringprep v0.1.3 |
2337 | 2024-03-28T07:27:36.415Z | Compiling idna v0.3.0 |
2338 | 2024-03-28T07:27:36.946Z | Compiling diesel_table_macro_syntax v0.1.0 |
2339 | 2024-03-28T07:27:37.168Z | Compiling hash32 v0.2.1 |
2340 | 2024-03-28T07:27:37.509Z | Compiling clap_lex v0.7.0 |
2341 | 2024-03-28T07:27:37.709Z | Compiling strsim v0.11.0 |
2342 | 2024-03-28T07:27:37.746Z | Compiling maybe-uninit v2.0.0 |
2343 | 2024-03-28T07:27:37.773Z | Compiling dyn-clone v1.0.17 |
2344 | 2024-03-28T07:27:37.808Z | Compiling gimli v0.28.0 |
2345 | 2024-03-28T07:27:38.191Z | Compiling stable_deref_trait v1.2.0 |
2346 | 2024-03-28T07:27:38.284Z | Compiling plain v0.2.3 |
2347 | 2024-03-28T07:27:38.354Z | Compiling uuid v0.8.2 |
2348 | 2024-03-28T07:27:38.458Z | Compiling psl-types v2.0.11 |
2349 | 2024-03-28T07:27:38.461Z | Compiling tap v1.0.1 |
2350 | 2024-03-28T07:27:38.560Z | Compiling fallible-iterator v0.2.0 |
2351 | 2024-03-28T07:27:38.629Z | Compiling publicsuffix v2.2.3 |
2352 | 2024-03-28T07:27:38.652Z | Compiling wyz v0.5.1 |
2353 | 2024-03-28T07:27:39.286Z | Compiling postgres-protocol v0.6.6 |
2354 | 2024-03-28T07:27:39.411Z | Compiling goblin v0.8.0 |
2355 | 2024-03-28T07:27:39.879Z | Compiling clap_builder v4.5.1 |
2356 | 2024-03-28T07:27:40.197Z | Compiling diesel_derives v2.1.2 |
2357 | 2024-03-28T07:27:42.225Z | Compiling addr2line v0.21.0 |
2358 | 2024-03-28T07:27:42.842Z | Compiling tokio-rustls v0.24.1 |
2359 | 2024-03-28T07:27:43.239Z | Compiling strum_macros v0.25.2 |
2360 | 2024-03-28T07:27:44.672Z | Compiling tokio-native-tls v0.3.1 |
2361 | 2024-03-28T07:27:45.493Z | Compiling usdt-macro v0.3.5 |
2362 | 2024-03-28T07:27:46.764Z | Compiling usdt-attr-macro v0.3.5 |
2363 | 2024-03-28T07:27:48.103Z | Compiling phf_shared v0.11.2 |
2364 | 2024-03-28T07:27:48.310Z | Compiling num-iter v0.1.44 |
2365 | 2024-03-28T07:27:48.843Z | Compiling block-padding v0.3.3 |
2366 | 2024-03-28T07:27:49.068Z | Compiling serde_repr v0.1.16 |
2367 | 2024-03-28T07:27:49.166Z | Compiling enum-as-inner v0.5.1 |
2368 | 2024-03-28T07:27:50.117Z | Compiling ff v0.13.0 |
2369 | 2024-03-28T07:27:50.338Z | Compiling scheduled-thread-pool v0.2.7 |
2370 | 2024-03-28T07:27:52.714Z | Compiling object v0.32.1 |
2371 | 2024-03-28T07:27:53.628Z | Compiling rustc-demangle v0.1.23 |
2372 | 2024-03-28T07:27:54.390Z | Compiling packed_struct v0.10.1 |
2373 | 2024-03-28T07:27:54.460Z | Compiling managed v0.8.0 |
2374 | 2024-03-28T07:27:54.798Z | Compiling regex-automata v0.1.10 |
2375 | 2024-03-28T07:27:55.303Z | Compiling ipnet v2.9.0 |
2376 | 2024-03-28T07:27:55.715Z | Compiling winnow v0.5.15 |
2377 | 2024-03-28T07:27:56.494Z | Compiling pretty-hex v0.4.1 |
2378 | 2024-03-28T07:27:56.703Z | Compiling bit-vec v0.6.3 |
2379 | 2024-03-28T07:27:57.136Z | Compiling bitflags v1.3.2 |
2380 | 2024-03-28T07:27:57.228Z | Compiling matches v0.1.10 |
2381 | 2024-03-28T07:27:57.323Z | Compiling num-bigint-dig v0.8.4 |
2382 | 2024-03-28T07:27:57.634Z | Compiling base16ct v0.2.0 |
2383 | 2024-03-28T07:27:58.639Z | Compiling funty v2.0.0 |
2384 | 2024-03-28T07:27:59.479Z | Compiling toml_edit v0.19.15 |
2385 | 2024-03-28T07:28:00.585Z | Compiling bitvec v1.0.1 |
2386 | 2024-03-28T07:28:04.878Z | Compiling sec1 v0.7.3 |
2387 | 2024-03-28T07:28:05.458Z | Compiling idna v0.2.3 |
2388 | 2024-03-28T07:28:06.733Z | Compiling dof v0.3.0 |
2389 | 2024-03-28T07:28:06.883Z | Compiling bstr v0.2.17 |
2390 | 2024-03-28T07:28:08.652Z | Compiling r2d2 v0.8.10 |
2391 | 2024-03-28T07:28:08.772Z | Compiling group v0.13.0 |
2392 | 2024-03-28T07:28:08.990Z | Compiling inout v0.1.3 |
2393 | 2024-03-28T07:28:09.926Z | Compiling phf v0.11.2 |
2394 | 2024-03-28T07:28:10.236Z | Compiling hyper-tls v0.5.0 |
2395 | 2024-03-28T07:28:10.426Z | Compiling clap v4.5.1 |
2396 | 2024-03-28T07:28:10.548Z | Compiling hyper-rustls v0.24.2 |
2397 | 2024-03-28T07:28:10.560Z | Compiling signal-hook-mio v0.2.3 |
2398 | 2024-03-28T07:28:10.719Z | Compiling cookie_store v0.20.0 |
2399 | 2024-03-28T07:28:10.909Z | Compiling flate2 v1.0.28 |
2400 | 2024-03-28T07:28:11.845Z | Compiling bzip2 v0.4.4 |
2401 | 2024-03-28T07:28:12.015Z | Compiling ipnetwork v0.20.0 |
2402 | 2024-03-28T07:28:12.069Z | Compiling postgres-types v0.2.6 |
2403 | 2024-03-28T07:28:12.319Z | Compiling regex v1.10.3 |
2404 | 2024-03-28T07:28:12.796Z | Compiling hubpack v0.1.2 |
2405 | 2024-03-28T07:28:12.807Z | Compiling phf_shared v0.10.0 |
2406 | 2024-03-28T07:28:13.163Z | Compiling rustls-pemfile v1.0.3 |
2407 | 2024-03-28T07:28:13.230Z | Compiling serde_urlencoded v0.7.1 |
2408 | 2024-03-28T07:28:13.348Z | Compiling hkdf v0.12.4 |
2409 | 2024-03-28T07:28:13.507Z | Compiling dtrace-parser v0.2.0 |
2410 | 2024-03-28T07:28:13.529Z | Compiling futures-executor v0.3.30 |
2411 | 2024-03-28T07:28:14.272Z | Compiling crypto-bigint v0.5.2 |
2412 | 2024-03-28T07:28:14.455Z | Compiling packed_struct_codegen v0.10.1 |
2413 | 2024-03-28T07:28:15.206Z | Compiling float-cmp v0.9.0 |
2414 | 2024-03-28T07:28:16.006Z | Compiling indexmap v1.9.3 |
2415 | 2024-03-28T07:28:16.302Z | Compiling encoding_rs v0.8.33 |
2416 | 2024-03-28T07:28:16.482Z | Compiling predicates-core v1.0.6 |
2417 | 2024-03-28T07:28:17.904Z | Compiling either v1.10.0 |
2418 | 2024-03-28T07:28:17.935Z | Compiling webpki-roots v0.25.2 |
2419 | 2024-03-28T07:28:18.093Z | Compiling minimal-lexical v0.2.1 |
2420 | 2024-03-28T07:28:18.319Z | Compiling winnow v0.6.1 |
2421 | 2024-03-28T07:28:18.669Z | Compiling sync_wrapper v0.1.2 |
2422 | 2024-03-28T07:28:18.800Z | Compiling whoami v1.5.0 |
2423 | 2024-03-28T07:28:18.950Z | Compiling new_debug_unreachable v1.0.4 |
2424 | 2024-03-28T07:28:19.043Z | Compiling mime v0.3.17 |
2425 | 2024-03-28T07:28:19.603Z | Compiling fixedbitset v0.4.2 |
2426 | 2024-03-28T07:28:19.917Z | Compiling unicode-segmentation v1.10.1 |
2427 | 2024-03-28T07:28:20.009Z | Compiling data-encoding v2.4.0 |
2428 | 2024-03-28T07:28:20.733Z | Compiling unicode-width v0.1.11 |
2429 | 2024-03-28T07:28:21.692Z | Compiling crc-catalog v2.2.0 |
2430 | 2024-03-28T07:28:21.773Z | Compiling nodrop v0.1.14 |
2431 | 2024-03-28T07:28:21.833Z | Compiling precomputed-hash v0.1.1 |
2432 | 2024-03-28T07:28:21.898Z | Compiling difflib v0.4.0 |
2433 | 2024-03-28T07:28:21.952Z | Compiling normalize-line-endings v0.3.0 |
2434 | 2024-03-28T07:28:22.039Z | Compiling static_assertions v1.1.0 |
2435 | 2024-03-28T07:28:22.071Z | Compiling string_cache v0.8.7 |
2436 | 2024-03-28T07:28:22.140Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2437 | 2024-03-28T07:28:22.478Z | Compiling predicates v3.1.0 |
2438 | 2024-03-28T07:28:23.164Z | Compiling array-init v0.0.4 |
2439 | 2024-03-28T07:28:23.783Z | Compiling crc v3.0.1 |
2440 | 2024-03-28T07:28:24.014Z | Compiling toml_edit v0.22.6 |
2441 | 2024-03-28T07:28:25.311Z | Compiling console v0.15.8 |
2442 | 2024-03-28T07:28:26.615Z | Compiling trust-dns-proto v0.22.0 |
2443 | 2024-03-28T07:28:27.162Z | Compiling similar v2.4.0 |
2444 | 2024-03-28T07:28:27.618Z | Compiling petgraph v0.6.4 |
2445 | 2024-03-28T07:28:29.222Z | Compiling reqwest v0.11.24 |
2446 | 2024-03-28T07:28:31.454Z | Compiling tokio-postgres v0.7.10 |
2447 | 2024-03-28T07:28:34.400Z | Compiling nom v7.1.3 |
2448 | 2024-03-28T07:28:36.095Z | Compiling itertools v0.10.5 |
2449 | 2024-03-28T07:28:38.965Z | Compiling elliptic-curve v0.13.8 |
2450 | 2024-03-28T07:28:42.113Z | Compiling futures v0.3.30 |
2451 | 2024-03-28T07:28:43.210Z | Compiling diesel v2.1.4 |
2452 | 2024-03-28T07:28:43.501Z | Compiling smallvec v0.6.14 |
2453 | 2024-03-28T07:28:43.504Z | Compiling zip v0.6.6 |
2454 | 2024-03-28T07:28:43.590Z | Compiling yasna v0.5.2 |
2455 | 2024-03-28T07:28:43.963Z | Compiling crossterm v0.27.0 |
2456 | 2024-03-28T07:28:44.762Z | Compiling crossbeam-epoch v0.9.18 |
2457 | 2024-03-28T07:28:45.187Z | Compiling cipher v0.4.4 |
2458 | 2024-03-28T07:28:45.897Z | Compiling toml v0.7.8 |
2459 | 2024-03-28T07:28:47.471Z | Compiling bit-set v0.5.3 |
2460 | 2024-03-28T07:28:47.686Z | Compiling usdt v0.3.5 |
2461 | 2024-03-28T07:28:48.082Z | Compiling bstr v1.9.0 |
2462 | 2024-03-28T07:28:48.398Z | Compiling pkcs1 v0.7.5 |
2463 | 2024-03-28T07:28:49.045Z | Compiling tokio-stream v0.1.14 |
2464 | 2024-03-28T07:28:49.747Z | Compiling is-terminal v0.4.9 |
2465 | 2024-03-28T07:28:49.895Z | Compiling openapiv3 v2.0.0 |
2466 | 2024-03-28T07:28:49.990Z | Compiling hex v0.4.3 |
2467 | 2024-03-28T07:28:51.758Z | Compiling signature v2.1.0 |
2468 | 2024-03-28T07:28:53.906Z | Compiling hashbrown v0.12.3 |
2469 | 2024-03-28T07:28:55.029Z | Compiling bitfield v0.14.0 |
2470 | 2024-03-28T07:28:55.418Z | Compiling termcolor v1.2.0 |
2471 | 2024-03-28T07:28:56.460Z | Compiling lalrpop-util v0.19.12 |
2472 | 2024-03-28T07:28:57.414Z | Compiling env_logger v0.10.0 |
2473 | 2024-03-28T07:28:58.015Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2474 | 2024-03-28T07:29:03.515Z | Compiling rsa v0.9.2 |
2475 | 2024-03-28T07:29:09.625Z | Compiling serde-hex v0.1.0 |
2476 | 2024-03-28T07:29:14.809Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2477 | 2024-03-28T07:29:18.307Z | Compiling ron v0.8.1 |
2478 | 2024-03-28T07:29:18.552Z | Compiling x509-cert v0.2.4 |
2479 | 2024-03-28T07:29:19.595Z | Compiling hashbrown v0.13.2 |
2480 | 2024-03-28T07:29:21.355Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2481 | 2024-03-28T07:29:25.052Z | Compiling crc-any v2.4.3 |
2482 | 2024-03-28T07:29:40.209Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2483 | 2024-03-28T07:29:55.029Z | Compiling object v0.30.4 |
2484 | 2024-03-28T07:29:55.781Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2485 | 2024-03-28T07:30:02.818Z | Compiling path-slash v0.1.5 |
2486 | 2024-03-28T07:30:03.045Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2487 | 2024-03-28T07:30:27.006Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2488 | 2024-03-28T07:30:27.808Z | Finished release [optimized] target(s) in 3m 54s |
2489 | 2024-03-28T07:30:27.888Z | |
2490 | 2024-03-28T07:30:27.891Z | real 3:54.521393695 |
2491 | 2024-03-28T07:30:27.891Z | user 25:44.245906015 |
2492 | 2024-03-28T07:30:27.891Z | sys 3:09.702891167 |
2493 | 2024-03-28T07:30:27.891Z | trap 0.796378729 |
2494 | 2024-03-28T07:30:27.892Z | tflt 1.639159726 |
2495 | 2024-03-28T07:30:27.892Z | dflt 0.844328175 |
2496 | 2024-03-28T07:30:27.892Z | kflt 0.000320285 |
2497 | 2024-03-28T07:30:27.892Z | lock 59:01.303973017 |
2498 | 2024-03-28T07:30:27.892Z | slp 1:16:10.356583401 |
2499 | 2024-03-28T07:30:27.892Z | lat 1:30.767839154 |
2500 | 2024-03-28T07:30:27.892Z | stop 1:28.470566427 |
2501 | 2024-03-28T07:30:27.892Z | + ptime -m gzip |
2502 | 2024-03-28T07:30:28.248Z | |
2503 | 2024-03-28T07:30:28.251Z | real 0.356462083 |
2504 | 2024-03-28T07:30:28.251Z | user 0.352598916 |
2505 | 2024-03-28T07:30:28.251Z | sys 0.003297602 |
2506 | 2024-03-28T07:30:28.251Z | trap 0.000032846 |
2507 | 2024-03-28T07:30:28.251Z | tflt 0.000000000 |
2508 | 2024-03-28T07:30:28.251Z | dflt 0.000000000 |
2509 | 2024-03-28T07:30:28.251Z | kflt 0.000000000 |
2510 | 2024-03-28T07:30:28.251Z | lock 0.000000000 |
2511 | 2024-03-28T07:30:28.252Z | slp 0.000000000 |
2512 | 2024-03-28T07:30:28.252Z | lat 0.000120138 |
2513 | 2024-03-28T07:30:28.252Z | stop 0.000187761 |
2514 | 2024-03-28T07:30:28.252Z | + banner tufaceous |
2515 | 2024-03-28T07:30:28.252Z | |
2516 | 2024-03-28T07:30:28.252Z | ##### # # ###### ## #### ###### #### # # #### |
2517 | 2024-03-28T07:30:28.252Z | # # # # # # # # # # # # # # |
2518 | 2024-03-28T07:30:28.252Z | # # # ##### # # # ##### # # # # #### |
2519 | 2024-03-28T07:30:28.252Z | # # # # ###### # # # # # # # |
2520 | 2024-03-28T07:30:28.252Z | # # # # # # # # # # # # # # # |
2521 | 2024-03-28T07:30:28.252Z | # #### # # # #### ###### #### #### #### |
2522 | 2024-03-28T07:30:28.252Z | |
2523 | 2024-03-28T07:30:28.252Z | + ptime -m cargo build --locked -p tufaceous --release |
2524 | 2024-03-28T07:30:28.763Z | Downloading crates ... |
2525 | 2024-03-28T07:30:28.950Z | Downloaded fs-err v2.11.0 |
2526 | 2024-03-28T07:30:28.956Z | Downloaded globset v0.4.13 |
2527 | 2024-03-28T07:30:28.959Z | Downloaded doc-comment v0.3.3 |
2528 | 2024-03-28T07:30:28.964Z | Downloaded parse-size v1.0.0 |
2529 | 2024-03-28T07:30:28.967Z | Downloaded async-recursion v1.0.5 |
2530 | 2024-03-28T07:30:28.971Z | Downloaded buf-list v1.0.3 |
2531 | 2024-03-28T07:30:28.975Z | Downloaded serde_plain v1.0.2 |
2532 | 2024-03-28T07:30:28.982Z | Downloaded snafu-derive v0.7.5 |
2533 | 2024-03-28T07:30:28.982Z | Downloaded pin-project-internal v1.1.3 |
2534 | 2024-03-28T07:30:28.982Z | Downloaded pin-project v1.1.3 |
2535 | 2024-03-28T07:30:28.987Z | Downloaded typed-path v0.7.0 |
2536 | 2024-03-28T07:30:28.997Z | Downloaded tough v0.16.0 |
2537 | 2024-03-28T07:30:29.009Z | Downloaded snafu v0.7.5 |
2538 | 2024-03-28T07:30:29.013Z | Downloaded olpc-cjson v0.1.3 |
2539 | 2024-03-28T07:30:29.100Z | Compiling serde_tokenstream v0.2.0 |
2540 | 2024-03-28T07:30:29.170Z | Compiling regress v0.9.0 |
2541 | 2024-03-28T07:30:29.181Z | Compiling dirs-sys-next v0.1.2 |
2542 | 2024-03-28T07:30:29.184Z | Compiling ident_case v1.0.1 |
2543 | 2024-03-28T07:30:29.184Z | Compiling rustls-pki-types v1.3.0 |
2544 | 2024-03-28T07:30:29.192Z | Compiling heck v0.4.1 |
2545 | 2024-03-28T07:30:29.197Z | Compiling strsim v0.10.0 |
2546 | 2024-03-28T07:30:29.342Z | Compiling getopts v0.2.21 |
2547 | 2024-03-28T07:30:29.645Z | Compiling darling_core v0.20.3 |
2548 | 2024-03-28T07:30:29.872Z | Compiling dirs-next v2.0.0 |
2549 | 2024-03-28T07:30:30.124Z | Compiling thread_local v1.1.7 |
2550 | 2024-03-28T07:30:30.156Z | Compiling slog-async v2.8.0 |
2551 | 2024-03-28T07:30:30.338Z | Compiling camino v1.1.6 |
2552 | 2024-03-28T07:30:30.398Z | Compiling unsafe-libyaml v0.2.10 |
2553 | 2024-03-28T07:30:30.449Z | Compiling rustls v0.22.2 |
2554 | 2024-03-28T07:30:30.657Z | Compiling rustls-webpki v0.102.1 |
2555 | 2024-03-28T07:30:30.742Z | Compiling term v0.7.0 |
2556 | 2024-03-28T07:30:30.950Z | Compiling crossbeam-channel v0.5.8 |
2557 | 2024-03-28T07:30:32.215Z | Compiling serde_yaml v0.9.25 |
2558 | 2024-03-28T07:30:32.636Z | Compiling structmeta-derive v0.3.0 |
2559 | 2024-03-28T07:30:33.035Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2560 | 2024-03-28T07:30:35.049Z | Compiling darling_macro v0.20.3 |
2561 | 2024-03-28T07:30:35.125Z | Compiling atty v0.2.14 |
2562 | 2024-03-28T07:30:35.269Z | Compiling multer v3.0.0 |
2563 | 2024-03-28T07:30:35.406Z | Compiling take_mut v0.2.2 |
2564 | 2024-03-28T07:30:35.555Z | Compiling paste v1.0.14 |
2565 | 2024-03-28T07:30:35.574Z | Compiling match_cfg v0.1.0 |
2566 | 2024-03-28T07:30:35.626Z | Compiling doc-comment v0.3.3 |
2567 | 2024-03-28T07:30:35.664Z | Compiling hostname v0.3.1 |
2568 | 2024-03-28T07:30:35.943Z | Compiling darling v0.20.3 |
2569 | 2024-03-28T07:30:36.030Z | Compiling structmeta v0.3.0 |
2570 | 2024-03-28T07:30:36.042Z | Compiling slog-term v2.9.0 |
2571 | 2024-03-28T07:30:36.418Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2572 | 2024-03-28T07:30:36.439Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2573 | 2024-03-28T07:30:38.058Z | Compiling slog-json v2.6.1 |
2574 | 2024-03-28T07:30:38.098Z | Compiling http v1.0.0 |
2575 | 2024-03-28T07:30:38.198Z | Compiling async-stream-impl v0.3.5 |
2576 | 2024-03-28T07:30:38.549Z | Compiling pin-project-internal v1.1.3 |
2577 | 2024-03-28T07:30:38.995Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2578 | 2024-03-28T07:30:39.291Z | Compiling atomic-waker v1.1.1 |
2579 | 2024-03-28T07:30:39.303Z | Compiling fastrand v2.0.1 |
2580 | 2024-03-28T07:30:39.448Z | Compiling async-stream v0.3.5 |
2581 | 2024-03-28T07:30:39.476Z | Compiling waitgroup v0.1.2 |
2582 | 2024-03-28T07:30:39.720Z | Compiling tempfile v3.10.0 |
2583 | 2024-03-28T07:30:39.826Z | Compiling slog-bunyan v2.5.0 |
2584 | 2024-03-28T07:30:40.201Z | Compiling parse-display-derive v0.9.0 |
2585 | 2024-03-28T07:30:41.326Z | Compiling pin-project v1.1.3 |
2586 | 2024-03-28T07:30:41.471Z | Compiling tokio-rustls v0.25.0 |
2587 | 2024-03-28T07:30:41.651Z | Compiling serde_with_macros v3.6.1 |
2588 | 2024-03-28T07:30:43.032Z | Compiling toml v0.8.10 |
2589 | 2024-03-28T07:30:43.068Z | Compiling rustls-pemfile v2.1.1 |
2590 | 2024-03-28T07:30:43.146Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2591 | 2024-03-28T07:30:43.828Z | Compiling sha1 v0.10.6 |
2592 | 2024-03-28T07:30:44.169Z | Compiling strum_macros v0.26.1 |
2593 | 2024-03-28T07:30:44.465Z | Compiling newtype-uuid v1.0.1 |
2594 | 2024-03-28T07:30:44.731Z | Compiling snafu-derive v0.7.5 |
2595 | 2024-03-28T07:30:44.731Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2596 | 2024-03-28T07:30:44.813Z | Compiling serde_path_to_error v0.1.16 |
2597 | 2024-03-28T07:30:45.133Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2598 | 2024-03-28T07:30:45.833Z | Compiling fs-err v2.11.0 |
2599 | 2024-03-28T07:30:45.860Z | Compiling instant v0.1.12 |
2600 | 2024-03-28T07:30:46.033Z | Compiling arc-swap v1.6.0 |
2601 | 2024-03-28T07:30:46.133Z | Compiling same-file v1.0.6 |
2602 | 2024-03-28T07:30:46.394Z | Compiling debug-ignore v1.0.5 |
2603 | 2024-03-28T07:30:46.542Z | Compiling buf-list v1.0.3 |
2604 | 2024-03-28T07:30:46.817Z | Compiling slog-scope v4.4.0 |
2605 | 2024-03-28T07:30:47.831Z | Compiling walkdir v2.4.0 |
2606 | 2024-03-28T07:30:48.982Z | Compiling strum v0.26.1 |
2607 | 2024-03-28T07:30:49.031Z | Compiling backoff v0.4.0 |
2608 | 2024-03-28T07:30:49.071Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2609 | 2024-03-28T07:30:49.147Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2610 | 2024-03-28T07:30:49.334Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2611 | 2024-03-28T07:30:49.409Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2612 | 2024-03-28T07:30:49.540Z | Compiling serde_with v3.6.1 |
2613 | 2024-03-28T07:30:49.656Z | Compiling snafu v0.7.5 |
2614 | 2024-03-28T07:30:49.804Z | Compiling parse-display v0.9.0 |
2615 | 2024-03-28T07:30:51.153Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2616 | 2024-03-28T07:30:52.652Z | Compiling globset v0.4.13 |
2617 | 2024-03-28T07:30:52.668Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2618 | 2024-03-28T07:30:52.669Z | Compiling pem v3.0.2 |
2619 | 2024-03-28T07:30:53.773Z | Compiling olpc-cjson v0.1.3 |
2620 | 2024-03-28T07:30:53.988Z | Compiling serde_plain v1.0.2 |
2621 | 2024-03-28T07:30:54.106Z | Compiling macaddr v1.0.1 |
2622 | 2024-03-28T07:30:54.511Z | Compiling async-recursion v1.0.5 |
2623 | 2024-03-28T07:30:54.769Z | Compiling xattr v1.0.1 |
2624 | 2024-03-28T07:30:55.077Z | Compiling filetime v0.2.23 |
2625 | 2024-03-28T07:30:55.431Z | Compiling typed-path v0.7.0 |
2626 | 2024-03-28T07:30:55.482Z | Compiling tar v0.4.40 |
2627 | 2024-03-28T07:30:56.121Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2628 | 2024-03-28T07:31:00.397Z | Compiling tough v0.16.0 |
2629 | 2024-03-28T07:31:02.332Z | Compiling slog-stdlog v4.1.1 |
2630 | 2024-03-28T07:31:03.217Z | Compiling camino-tempfile v1.1.1 |
2631 | 2024-03-28T07:31:03.251Z | Compiling itertools v0.12.1 |
2632 | 2024-03-28T07:31:04.055Z | Compiling parse-size v1.0.0 |
2633 | 2024-03-28T07:31:04.347Z | Compiling slog-envlogger v2.2.0 |
2634 | 2024-03-28T07:31:07.002Z | Compiling humantime v2.1.0 |
2635 | 2024-03-28T07:31:11.852Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2636 | 2024-03-28T07:31:12.078Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
2637 | 2024-03-28T07:31:19.974Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2638 | 2024-03-28T07:31:26.152Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2639 | 2024-03-28T07:31:28.174Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2640 | 2024-03-28T07:31:47.219Z | Finished release [optimized] target(s) in 1m 18s |
2641 | 2024-03-28T07:31:47.300Z | |
2642 | 2024-03-28T07:31:47.300Z | real 1:19.015654552 |
2643 | 2024-03-28T07:31:47.300Z | user 8:30.781016471 |
2644 | 2024-03-28T07:31:47.300Z | sys 41.257162781 |
2645 | 2024-03-28T07:31:47.300Z | trap 0.238149097 |
2646 | 2024-03-28T07:31:47.300Z | tflt 0.492012308 |
2647 | 2024-03-28T07:31:47.303Z | dflt 0.420402896 |
2648 | 2024-03-28T07:31:47.303Z | kflt 0.000577131 |
2649 | 2024-03-28T07:31:47.303Z | lock 16:57.293252599 |
2650 | 2024-03-28T07:31:47.303Z | slp 18:49.997017635 |
2651 | 2024-03-28T07:31:47.304Z | lat 18.952744756 |
2652 | 2024-03-28T07:31:47.304Z | stop 14.792212181 |
2653 | 2024-03-28T07:31:47.304Z | + ptime -m gzip |
2654 | 2024-03-28T07:31:48.805Z | |
2655 | 2024-03-28T07:31:48.808Z | real 1.501158608 |
2656 | 2024-03-28T07:31:48.808Z | user 1.488460273 |
2657 | 2024-03-28T07:31:48.808Z | sys 0.011201191 |
2658 | 2024-03-28T07:31:48.808Z | trap 0.000376904 |
2659 | 2024-03-28T07:31:48.808Z | tflt 0.000000000 |
2660 | 2024-03-28T07:31:48.808Z | dflt 0.000000000 |
2661 | 2024-03-28T07:31:48.808Z | kflt 0.000000000 |
2662 | 2024-03-28T07:31:48.808Z | lock 0.000000000 |
2663 | 2024-03-28T07:31:48.808Z | slp 0.000000000 |
2664 | 2024-03-28T07:31:48.808Z | lat 0.000675122 |
2665 | 2024-03-28T07:31:48.808Z | stop 0.000206759 |
2666 | 2024-03-28T07:31:48.808Z | process exited: duration 820724 ms, exit code 0 |
|
2667 | 2024-03-28T07:31:48.818Z | found 8 output files |
2668 | 2024-03-28T07:31:48.818Z | uploading: /work/end-to-end-tests/bootstrap-4e2cec6ef87779f4.gz (9708826 bytes) |
2669 | 2024-03-28T07:31:54.205Z | uploaded: /work/end-to-end-tests/bootstrap-4e2cec6ef87779f4.gz |
2670 | 2024-03-28T07:31:54.205Z | uploading: /work/end-to-end-tests/bootstrap.gz (102281556 bytes) |
2671 | 2024-03-28T07:32:23.571Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2672 | 2024-03-28T07:32:23.571Z | uploading: /work/end-to-end-tests/commtest-78be43f584392ee5.gz (9708413 bytes) |
2673 | 2024-03-28T07:32:28.203Z | uploaded: /work/end-to-end-tests/commtest-78be43f584392ee5.gz |
2674 | 2024-03-28T07:32:28.203Z | uploading: /work/end-to-end-tests/dhcp_server-ff102e56804eb5ef.gz (9708227 bytes) |
2675 | 2024-03-28T07:32:31.545Z | uploaded: /work/end-to-end-tests/dhcp_server-ff102e56804eb5ef.gz |
2676 | 2024-03-28T07:32:31.545Z | uploading: /work/end-to-end-tests/end_to_end_tests-24b036c434c391e4.gz (103614435 bytes) |
2677 | 2024-03-28T07:32:58.420Z | uploaded: /work/end-to-end-tests/end_to_end_tests-24b036c434c391e4.gz |
2678 | 2024-03-28T07:32:58.420Z | uploading: /work/caboose-util.gz (3207788 bytes) |
2679 | 2024-03-28T07:33:00.754Z | uploaded: /work/caboose-util.gz |
2680 | 2024-03-28T07:33:00.754Z | uploading: /work/tufaceous.gz (13688375 bytes) |
2681 | 2024-03-28T07:33:05.351Z | uploaded: /work/tufaceous.gz |
2682 | 2024-03-28T07:33:05.351Z | uploading: /work/commtest (461708600 bytes) |
2683 | 2024-03-28T07:35:32.564Z | uploaded: /work/commtest |