|
|
|
1 | 2024-03-25T16:51:25.324Z | job assigned to worker 01HSV88TXFHQXH7HZ9WNCHC6MH (queued for 2 m 2 s) |
|
2 | 2024-03-25T16:51:31.775Z | starting task 0: "setup" |
3 | 2024-03-25T16:51:31.829Z | ++ uname -s |
4 | 2024-03-25T16:51:31.833Z | + kern=SunOS |
5 | 2024-03-25T16:51:31.833Z | + case "$kern" in |
6 | 2024-03-25T16:51:31.833Z | + groupadd -g 12345 build |
7 | 2024-03-25T16:51:31.894Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-25T16:51:33.903Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-25T16:51:34.000Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-25T16:51:34.004Z | + home_fs=zfs |
11 | 2024-03-25T16:51:34.004Z | + [[ zfs == autofs ]] |
12 | 2024-03-25T16:51:34.004Z | + mkdir -p /home/build |
13 | 2024-03-25T16:51:34.004Z | + chown build:build /home/build /work |
14 | 2024-03-25T16:51:36.016Z | + chmod 0700 /home/build /work |
15 | 2024-03-25T16:51:36.032Z | process exited: duration 4234 ms, exit code 0 |
|
16 | 2024-03-25T16:51:36.062Z | starting task 1: "rust-toolchain" |
17 | 2024-03-25T16:51:36.065Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-25T16:51:36.065Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-03-25T16:51:36.172Z | info: downloading installer |
20 | 2024-03-25T16:51:37.815Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-25T16:51:37.815Z | warning: /opt/ooce/bin |
22 | 2024-03-25T16:51:37.815Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-25T16:51:37.815Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-25T16:51:37.815Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-25T16:51:37.815Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-25T16:51:37.815Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-25T16:51:37.816Z | error: cannot install while Rust is installed |
28 | 2024-03-25T16:51:37.816Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-25T16:51:37.980Z | info: profile set to 'default' |
30 | 2024-03-25T16:51:37.980Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-25T16:51:37.983Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-03-25T16:51:38.134Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-03-25T16:51:38.135Z | info: downloading component 'cargo' |
34 | 2024-03-25T16:51:38.991Z | info: downloading component 'clippy' |
35 | 2024-03-25T16:51:39.312Z | info: downloading component 'rust-docs' |
36 | 2024-03-25T16:51:40.413Z | info: downloading component 'rust-std' |
37 | 2024-03-25T16:51:42.362Z | info: downloading component 'rustc' |
38 | 2024-03-25T16:51:46.882Z | info: downloading component 'rustfmt' |
39 | 2024-03-25T16:51:47.153Z | info: installing component 'cargo' |
40 | 2024-03-25T16:51:48.001Z | info: installing component 'clippy' |
41 | 2024-03-25T16:51:49.727Z | info: installing component 'rust-docs' |
42 | 2024-03-25T16:51:51.156Z | info: installing component 'rust-std' |
43 | 2024-03-25T16:51:52.956Z | info: installing component 'rustc' |
44 | 2024-03-25T16:51:57.077Z | info: installing component 'rustfmt' |
45 | 2024-03-25T16:51:57.454Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-03-25T16:51:57.454Z | |
47 | 2024-03-25T16:51:57.735Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-03-25T16:51:57.735Z | |
49 | 2024-03-25T16:51:57.738Z | |
50 | 2024-03-25T16:51:57.739Z | Rust is installed now. Great! |
51 | 2024-03-25T16:51:57.739Z | |
52 | 2024-03-25T16:51:57.739Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-25T16:51:57.739Z | environment variable. This has not been done automatically. |
54 | 2024-03-25T16:51:57.739Z | |
55 | 2024-03-25T16:51:57.739Z | To configure your current shell, you need to source |
56 | 2024-03-25T16:51:57.739Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-25T16:51:57.739Z | |
58 | 2024-03-25T16:51:57.739Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-25T16:51:57.739Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-25T16:51:57.739Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-25T16:51:57.838Z | + rustc --version |
62 | 2024-03-25T16:51:57.900Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-03-25T16:51:57.906Z | process exited: duration 21848 ms, exit code 0 |
|
64 | 2024-03-25T16:51:57.912Z | starting task 2: "authentication" |
65 | 2024-03-25T16:51:57.933Z | process exited: duration 20 ms, exit code 0 |
|
66 | 2024-03-25T16:51:57.940Z | starting task 3: "clone repository" |
67 | 2024-03-25T16:51:57.945Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-03-25T16:51:57.948Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-03-25T16:51:58.431Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-03-25T16:52:05.461Z | + cd /work/oxidecomputer/omicron |
71 | 2024-03-25T16:52:05.461Z | + git fetch origin 31deab968f0a24f8e7ea471e2c173113682f5204 |
72 | 2024-03-25T16:52:05.792Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-03-25T16:52:05.792Z | * branch 31deab968f0a24f8e7ea471e2c173113682f5204 -> FETCH_HEAD |
74 | 2024-03-25T16:52:05.799Z | + [[ -n iliana/unsplit ]] |
75 | 2024-03-25T16:52:05.803Z | ++ git branch --show-current |
76 | 2024-03-25T16:52:05.803Z | + current=main |
77 | 2024-03-25T16:52:05.803Z | + [[ main != iliana/unsplit ]] |
78 | 2024-03-25T16:52:05.803Z | + git branch -f iliana/unsplit 31deab968f0a24f8e7ea471e2c173113682f5204 |
79 | 2024-03-25T16:52:05.807Z | + git checkout -f iliana/unsplit |
80 | 2024-03-25T16:52:05.924Z | Switched to branch 'iliana/unsplit' |
81 | 2024-03-25T16:52:05.928Z | + git reset --hard 31deab968f0a24f8e7ea471e2c173113682f5204 |
82 | 2024-03-25T16:52:05.935Z | HEAD is now at 31deab968 stop splitting the TUF repo on the 1 GiB boundary |
83 | 2024-03-25T16:52:05.939Z | process exited: duration 7994 ms, exit code 0 |
|
84 | 2024-03-25T16:52:05.950Z | starting task 4: "build" |
85 | 2024-03-25T16:52:05.957Z | + cargo --version |
86 | 2024-03-25T16:52:05.963Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-03-25T16:52:06.523Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-03-25T16:52:06.523Z | info: downloading component 'cargo' |
89 | 2024-03-25T16:52:07.271Z | info: downloading component 'clippy' |
90 | 2024-03-25T16:52:07.640Z | info: downloading component 'rust-docs' |
91 | 2024-03-25T16:52:09.161Z | info: downloading component 'rust-std' |
92 | 2024-03-25T16:52:10.477Z | info: downloading component 'rustc' |
93 | 2024-03-25T16:52:14.760Z | info: downloading component 'rustfmt' |
94 | 2024-03-25T16:52:15.050Z | info: installing component 'cargo' |
95 | 2024-03-25T16:52:15.917Z | info: installing component 'clippy' |
96 | 2024-03-25T16:52:16.247Z | info: installing component 'rust-docs' |
97 | 2024-03-25T16:52:17.751Z | info: installing component 'rust-std' |
98 | 2024-03-25T16:52:19.592Z | info: installing component 'rustc' |
99 | 2024-03-25T16:52:23.440Z | info: installing component 'rustfmt' |
100 | 2024-03-25T16:52:23.820Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-03-25T16:52:23.825Z | + rustc --version |
102 | 2024-03-25T16:52:23.883Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-03-25T16:52:23.891Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-03-25T16:52:35.939Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-03-25T16:52:37.361Z | Startup: Caching catalogs ... Done |
106 | 2024-03-25T16:52:39.058Z | Planning: Solver setup ... Done (1.251s) |
107 | 2024-03-25T16:52:39.112Z | Planning: Running solver ... Done (0.025s) |
108 | 2024-03-25T16:52:39.234Z | Planning: Finding local manifests ... Done (0.196s) |
109 | 2024-03-25T16:52:39.242Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-03-25T16:52:40.118Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-03-25T16:52:40.163Z | Planning: Package planning ... Done (0.047s) |
112 | 2024-03-25T16:52:40.642Z | Planning: Merging actions ... Done (0.053s) |
113 | 2024-03-25T16:52:40.823Z | Planning: Checking for conflicting actions ... Done (0.612s) |
114 | 2024-03-25T16:52:40.835Z | Planning: Consolidating action changes ... Done (0.011s) |
115 | 2024-03-25T16:52:47.562Z | Planning: Evaluating mediators ... Done (6.720s) |
116 | 2024-03-25T16:52:47.569Z | Planning: Planning completed in 10.15 seconds |
117 | 2024-03-25T16:52:47.580Z | Packages to install: 4 |
118 | 2024-03-25T16:52:47.580Z | Mediators to change: 2 |
119 | 2024-03-25T16:52:47.581Z | Services to change: 1 |
120 | 2024-03-25T16:52:47.589Z | Estimated space available: 155.32 GB |
121 | 2024-03-25T16:52:47.590Z | Estimated space to be consumed: 1.43 GB |
122 | 2024-03-25T16:52:47.590Z | Create boot environment: No |
123 | 2024-03-25T16:52:47.590Z | Create backup boot environment: No |
124 | 2024-03-25T16:52:47.598Z | Rebuild boot archive: No |
125 | 2024-03-25T16:52:47.599Z | |
126 | 2024-03-25T16:52:47.599Z | Changed mediators: |
127 | 2024-03-25T16:52:47.599Z | mediator clang: |
128 | 2024-03-25T16:52:47.599Z | version: None -> 15 (system default) |
129 | 2024-03-25T16:52:47.599Z | |
130 | 2024-03-25T16:52:47.600Z | mediator llvm: |
131 | 2024-03-25T16:52:47.600Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-03-25T16:52:47.600Z | |
133 | 2024-03-25T16:52:47.600Z | Changed packages: |
134 | 2024-03-25T16:52:47.600Z | helios-dev |
135 | 2024-03-25T16:52:47.600Z | developer/build-essential |
136 | 2024-03-25T16:52:47.601Z | None -> 11-2.0 |
137 | 2024-03-25T16:52:47.601Z | library/libxmlsec1 |
138 | 2024-03-25T16:52:47.608Z | None -> 1.2.35-2.0 |
139 | 2024-03-25T16:52:47.608Z | ooce/developer/clang-15 |
140 | 2024-03-25T16:52:47.608Z | None -> 15.0.7-2.0 |
141 | 2024-03-25T16:52:47.609Z | ooce/developer/llvm-15 |
142 | 2024-03-25T16:52:47.609Z | None -> 15.0.7-2.0 |
143 | 2024-03-25T16:52:47.609Z | |
144 | 2024-03-25T16:52:47.609Z | Services: |
145 | 2024-03-25T16:52:47.609Z | restart_fmri: |
146 | 2024-03-25T16:52:47.610Z | svc:/system/update-man-index:default |
147 | 2024-03-25T16:52:47.702Z | |
148 | 2024-03-25T16:52:47.702Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-03-25T16:52:52.704Z | Download: 446/3290 items 16.8/212.6MB 7% complete (3.8M/s) |
150 | 2024-03-25T16:52:57.710Z | Download: 990/3290 items 19.3/212.6MB 9% complete (2.0M/s) |
151 | 2024-03-25T16:53:02.721Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (6.6M/s) |
152 | 2024-03-25T16:53:07.719Z | Download: 1660/3290 items 117.9/212.6MB 55% complete (9.9M/s) |
153 | 2024-03-25T16:53:12.719Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (4.6M/s) |
154 | 2024-03-25T16:53:18.311Z | Download: 3248/3290 items 202.7/212.6MB 95% complete (8.5M/s) |
155 | 2024-03-25T16:53:19.848Z | Download: Completed 212.60 MB in 32.14 seconds (6.6M/s) |
156 | 2024-03-25T16:53:20.010Z | Actions: 1/3689 actions (Installing new actions) |
157 | 2024-03-25T16:53:25.110Z | Actions: 3574/3689 actions (Installing new actions) |
158 | 2024-03-25T16:53:25.489Z | Actions: Completed 3689 actions in 5.47 seconds. |
159 | 2024-03-25T16:53:25.593Z | Done (0.099s) |
160 | 2024-03-25T16:53:25.593Z | Done (0.000s) |
161 | 2024-03-25T16:53:25.847Z | Done (0.251s) |
162 | 2024-03-25T16:53:31.528Z | Done (5.555s) |
163 | 2024-03-25T16:53:31.802Z | Done (0.197s) |
164 | 2024-03-25T16:53:31.802Z | Done (0.000s) |
165 | 2024-03-25T16:53:31.937Z | Done (0.000s) |
166 | 2024-03-25T16:53:32.462Z | Planning: Evaluating mediator changes ... Done |
167 | 2024-03-25T16:53:32.613Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-03-25T16:53:32.652Z | Planning: Consolidating action changes ... Done |
169 | 2024-03-25T16:53:32.883Z | Planning: Evaluating mediators ... Done |
170 | 2024-03-25T16:53:32.886Z | Planning: Planning completed in 0.43 seconds |
171 | 2024-03-25T16:53:32.918Z | Mediators to change: 2 |
172 | 2024-03-25T16:53:32.918Z | Create boot environment: No |
173 | 2024-03-25T16:53:32.918Z | Create backup boot environment: No |
174 | 2024-03-25T16:53:32.994Z | Done |
175 | 2024-03-25T16:53:32.994Z | Done |
176 | 2024-03-25T16:53:33.139Z | Done |
177 | 2024-03-25T16:53:36.743Z | Done |
178 | 2024-03-25T16:53:36.833Z | Done |
179 | 2024-03-25T16:53:36.841Z | Done |
180 | 2024-03-25T16:53:36.942Z | Done |
181 | 2024-03-25T16:53:37.577Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-03-25T16:53:37.592Z | Planning: Merging actions ... Done |
183 | 2024-03-25T16:53:37.763Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-03-25T16:53:37.774Z | Planning: Consolidating action changes ... Done |
185 | 2024-03-25T16:53:38.027Z | Planning: Evaluating mediators ... Done |
186 | 2024-03-25T16:53:38.082Z | Planning: Planning completed in 0.78 seconds |
187 | 2024-03-25T16:53:38.116Z | Packages to change: 1 |
188 | 2024-03-25T16:53:38.116Z | Mediators to change: 1 |
189 | 2024-03-25T16:53:38.116Z | Services to change: 1 |
190 | 2024-03-25T16:53:38.116Z | Create boot environment: No |
191 | 2024-03-25T16:53:38.120Z | Create backup boot environment: Yes |
192 | 2024-03-25T16:53:39.848Z | Actions: 1/6 actions (Updating modified actions) |
193 | 2024-03-25T16:53:39.859Z | Actions: Completed 6 actions in 0.00 seconds. |
194 | 2024-03-25T16:53:39.859Z | Done |
195 | 2024-03-25T16:53:39.859Z | Done |
196 | 2024-03-25T16:53:39.906Z | Done |
197 | 2024-03-25T16:53:43.477Z | Done |
198 | 2024-03-25T16:53:43.572Z | Done |
199 | 2024-03-25T16:53:43.577Z | Done |
200 | 2024-03-25T16:53:43.668Z | Done |
201 | 2024-03-25T16:53:44.119Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
202 | 2024-03-25T16:53:44.119Z | clang system 15 system |
203 | 2024-03-25T16:53:44.119Z | csh system system illumos |
204 | 2024-03-25T16:53:44.120Z | ctags system system illumos |
205 | 2024-03-25T16:53:44.120Z | gcc vendor 12 vendor |
206 | 2024-03-25T16:53:44.120Z | gcc system 10 system |
207 | 2024-03-25T16:53:44.120Z | gcc system 7 system |
208 | 2024-03-25T16:53:44.120Z | go system 1.20 system |
209 | 2024-03-25T16:53:44.120Z | go system 1.19 system |
210 | 2024-03-25T16:53:44.120Z | llvm system 15 system |
211 | 2024-03-25T16:53:44.120Z | llvm system 14 system |
212 | 2024-03-25T16:53:44.120Z | mariadb system 10.6 system |
213 | 2024-03-25T16:53:44.120Z | mta vendor vendor dma |
214 | 2024-03-25T16:53:44.121Z | openjdk system 17 system |
215 | 2024-03-25T16:53:44.121Z | openjdk system 11 system |
216 | 2024-03-25T16:53:44.121Z | openjdk system 1.8 system |
217 | 2024-03-25T16:53:44.121Z | openssl vendor 3 vendor |
218 | 2024-03-25T16:53:44.121Z | perl system 5.36 system |
219 | 2024-03-25T16:53:44.121Z | postgresql system 15 system |
220 | 2024-03-25T16:53:44.121Z | postgresql system 13 system |
221 | 2024-03-25T16:53:44.121Z | python vendor 3 vendor |
222 | 2024-03-25T16:53:44.121Z | python system 2 system |
223 | 2024-03-25T16:53:44.121Z | python3 system 3.11 system |
224 | 2024-03-25T16:53:44.121Z | ruby system 3.0 system |
225 | 2024-03-25T16:53:44.121Z | words vendor vendor american-english |
226 | 2024-03-25T16:53:44.122Z | words system system australian-english |
227 | 2024-03-25T16:53:44.122Z | words system system british-english |
228 | 2024-03-25T16:53:44.122Z | words system system canadian-english |
229 | 2024-03-25T16:53:44.122Z | words system system french |
230 | 2024-03-25T16:53:44.122Z | words system system italian |
231 | 2024-03-25T16:53:44.122Z | words system system ngerman |
232 | 2024-03-25T16:53:44.122Z | words system system ogerman |
233 | 2024-03-25T16:53:44.122Z | words system system spanish |
234 | 2024-03-25T16:53:44.449Z | PUBLISHER TYPE STATUS P LOCATION |
235 | 2024-03-25T16:53:44.449Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
236 | 2024-03-25T16:53:45.643Z | FMRI IFO |
237 | 2024-03-25T16:53:45.643Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
238 | 2024-03-25T16:53:45.643Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
239 | 2024-03-25T16:53:45.643Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
240 | 2024-03-25T16:53:45.643Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
241 | 2024-03-25T16:53:45.643Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
242 | 2024-03-25T16:53:45.643Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
243 | 2024-03-25T16:53:45.643Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
244 | 2024-03-25T16:53:45.643Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
245 | 2024-03-25T16:53:45.644Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
246 | 2024-03-25T16:53:45.644Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
247 | 2024-03-25T16:53:45.644Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
248 | 2024-03-25T16:53:45.644Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
249 | 2024-03-25T16:53:45.866Z | + set -o errexit |
250 | 2024-03-25T16:53:45.870Z | +++ dirname ./tools/ci_download_cockroachdb |
251 | 2024-03-25T16:53:45.870Z | ++ cd ./tools |
252 | 2024-03-25T16:53:45.870Z | ++ pwd |
253 | 2024-03-25T16:53:45.871Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
254 | 2024-03-25T16:53:45.875Z | ++ basename ./tools/ci_download_cockroachdb |
255 | 2024-03-25T16:53:45.875Z | + ARG0=ci_download_cockroachdb |
256 | 2024-03-25T16:53:45.875Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
257 | 2024-03-25T16:53:45.875Z | + CIDL_VERSION=v22.1.9 |
258 | 2024-03-25T16:53:45.875Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
259 | 2024-03-25T16:53:45.875Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
260 | 2024-03-25T16:53:45.875Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
261 | 2024-03-25T16:53:45.875Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
262 | 2024-03-25T16:53:45.875Z | + TARGET_DIR=out |
263 | 2024-03-25T16:53:45.875Z | + DOWNLOAD_DIR=out/downloads |
264 | 2024-03-25T16:53:45.875Z | + DEST_DIR=./out/cockroachdb |
265 | 2024-03-25T16:53:45.875Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
266 | 2024-03-25T16:53:45.875Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
267 | 2024-03-25T16:53:45.875Z | + main |
268 | 2024-03-25T16:53:45.876Z | + [[ 0 != 0 ]] |
269 | 2024-03-25T16:53:45.876Z | + CIDL_OS=solaris2.11 |
270 | 2024-03-25T16:53:45.876Z | + [[ 0 != 0 ]] |
271 | 2024-03-25T16:53:45.876Z | + configure_os solaris2.11 |
272 | 2024-03-25T16:53:45.876Z | + echo 'current directory: /work/oxidecomputer/omicron' |
273 | 2024-03-25T16:53:45.876Z | + echo 'configuring based on OS: "solaris2.11"' |
274 | 2024-03-25T16:53:45.876Z | + case "$1" in |
275 | 2024-03-25T16:53:45.876Z | + CIDL_BUILD=illumos |
276 | 2024-03-25T16:53:45.876Z | + CIDL_SUFFIX=tar.gz |
277 | 2024-03-25T16:53:45.876Z | current directory: /work/oxidecomputer/omicron |
278 | 2024-03-25T16:53:45.876Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
279 | 2024-03-25T16:53:45.877Z | + CIDL_URL_BASE=https://illumos.org/downloads |
280 | 2024-03-25T16:53:45.877Z | + CIDL_ASSEMBLE=do_assemble_illumos |
281 | 2024-03-25T16:53:45.877Z | configuring based on OS: "solaris2.11" |
282 | 2024-03-25T16:53:45.877Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
283 | 2024-03-25T16:53:45.877Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-03-25T16:53:45.877Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-03-25T16:53:45.877Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
286 | 2024-03-25T16:53:45.877Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-03-25T16:53:45.877Z | + CIDL_SHA256FUNC=do_sha256sum |
288 | 2024-03-25T16:53:45.877Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
289 | 2024-03-25T16:53:45.877Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
290 | 2024-03-25T16:53:45.877Z | + mkdir -p out/downloads |
291 | 2024-03-25T16:53:45.878Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-03-25T16:53:45.878Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-03-25T16:53:45.881Z | + mkdir -p ./out/cockroachdb |
294 | 2024-03-25T16:53:45.882Z | + local DO_DOWNLOAD=true |
295 | 2024-03-25T16:53:45.882Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
296 | 2024-03-25T16:53:45.882Z | + '[' true == true ']' |
297 | 2024-03-25T16:53:45.882Z | + echo Downloading... |
298 | 2024-03-25T16:53:45.882Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-03-25T16:53:45.882Z | Downloading... |
300 | 2024-03-25T16:53:45.882Z | + 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 |
301 | 2024-03-25T16:53:48.759Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-03-25T16:53:48.764Z | ++ sha256sum |
303 | 2024-03-25T16:53:48.764Z | ++ awk '{print $1}' |
304 | 2024-03-25T16:53:48.875Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
305 | 2024-03-25T16:53:48.875Z | + [[ 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 ]] |
306 | 2024-03-25T16:53:48.875Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-03-25T16:53:48.888Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
308 | 2024-03-25T16:53:51.040Z | + do_assemble_illumos |
309 | 2024-03-25T16:53:51.040Z | + rm -r ./out/cockroachdb |
310 | 2024-03-25T16:53:51.057Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
311 | 2024-03-25T16:53:51.470Z | + ./out/cockroachdb/bin/cockroach version |
312 | 2024-03-25T16:53:51.648Z | Build Tag: v22.1.9-dirty |
313 | 2024-03-25T16:53:51.648Z | Build Time: 2022/10/26 21:17:46 |
314 | 2024-03-25T16:53:51.648Z | Distribution: OSS |
315 | 2024-03-25T16:53:51.648Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
316 | 2024-03-25T16:53:51.648Z | Go Version: go1.17.13 |
317 | 2024-03-25T16:53:51.649Z | C Compiler: gcc 10.3.0 |
318 | 2024-03-25T16:53:51.649Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
319 | 2024-03-25T16:53:51.649Z | Build Type: release |
320 | 2024-03-25T16:53:51.665Z | + set -o errexit |
321 | 2024-03-25T16:53:51.683Z | +++ dirname ./tools/ci_download_clickhouse |
322 | 2024-03-25T16:53:51.683Z | ++ cd ./tools |
323 | 2024-03-25T16:53:51.683Z | ++ pwd |
324 | 2024-03-25T16:53:51.683Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
325 | 2024-03-25T16:53:51.684Z | ++ basename ./tools/ci_download_clickhouse |
326 | 2024-03-25T16:53:51.684Z | + ARG0=ci_download_clickhouse |
327 | 2024-03-25T16:53:51.684Z | + TARGET_DIR=out |
328 | 2024-03-25T16:53:51.684Z | + DOWNLOAD_DIR=out/downloads |
329 | 2024-03-25T16:53:51.685Z | + DEST_DIR=./out/clickhouse |
330 | 2024-03-25T16:53:51.685Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
331 | 2024-03-25T16:53:51.685Z | + CIDL_VERSION=v23.8.7.24 |
332 | 2024-03-25T16:53:51.685Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
333 | 2024-03-25T16:53:51.686Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
334 | 2024-03-25T16:53:51.686Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
335 | 2024-03-25T16:53:51.686Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
336 | 2024-03-25T16:53:51.686Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
337 | 2024-03-25T16:53:51.687Z | + main |
338 | 2024-03-25T16:53:51.687Z | + [[ 0 != 0 ]] |
339 | 2024-03-25T16:53:51.687Z | + CIDL_OS=solaris2.11 |
340 | 2024-03-25T16:53:51.687Z | + [[ 0 != 0 ]] |
341 | 2024-03-25T16:53:51.688Z | + configure_os solaris2.11 |
342 | 2024-03-25T16:53:51.688Z | + echo 'current directory: /work/oxidecomputer/omicron' |
343 | 2024-03-25T16:53:51.688Z | current directory: /work/oxidecomputer/omicron |
344 | 2024-03-25T16:53:51.688Z | + echo 'configuring based on OS: "solaris2.11"' |
345 | 2024-03-25T16:53:51.689Z | + CIDL_DASHREV= |
346 | 2024-03-25T16:53:51.689Z | + case "$1" in |
347 | 2024-03-25T16:53:51.689Z | configuring based on OS: "solaris2.11" |
348 | 2024-03-25T16:53:51.690Z | + CIDL_PLATFORM=illumos |
349 | 2024-03-25T16:53:51.690Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
350 | 2024-03-25T16:53:51.690Z | + CIDL_MD5FUNC=do_md5sum |
351 | 2024-03-25T16:53:51.690Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
352 | 2024-03-25T16:53:51.691Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
353 | 2024-03-25T16:53:51.691Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
354 | 2024-03-25T16:53:51.691Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-03-25T16:53:51.691Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
356 | 2024-03-25T16:53:51.691Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
357 | 2024-03-25T16:53:51.693Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
358 | 2024-03-25T16:53:51.696Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-03-25T16:53:51.697Z | + mkdir -p out/downloads |
360 | 2024-03-25T16:53:51.697Z | + mkdir -p ./out/clickhouse |
361 | 2024-03-25T16:53:51.697Z | + local DO_DOWNLOAD=true |
362 | 2024-03-25T16:53:51.698Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
363 | 2024-03-25T16:53:51.698Z | + '[' true == true ']' |
364 | 2024-03-25T16:53:51.698Z | + echo Downloading... |
365 | 2024-03-25T16:53:51.698Z | Downloading... |
366 | 2024-03-25T16:53:51.699Z | + 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 |
367 | 2024-03-25T16:53:51.699Z | + 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 |
368 | 2024-03-25T16:53:53.476Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
369 | 2024-03-25T16:53:53.890Z | ++ md5sum |
370 | 2024-03-25T16:53:53.890Z | ++ awk '{print $1}' |
371 | 2024-03-25T16:53:53.890Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
372 | 2024-03-25T16:53:53.890Z | + [[ 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 ]] |
373 | 2024-03-25T16:53:53.890Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
374 | 2024-03-25T16:53:53.890Z | + mkdir -p ./out/clickhouse |
375 | 2024-03-25T16:53:53.890Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
376 | 2024-03-25T16:53:57.482Z | + [[ solaris2.11 == darwin* ]] |
377 | 2024-03-25T16:53:57.482Z | + ./out/clickhouse/clickhouse server --version |
378 | 2024-03-25T16:53:57.857Z | ClickHouse server version 23.8.7.1. |
379 | 2024-03-25T16:53:57.874Z | + set -o errexit |
380 | 2024-03-25T16:53:57.877Z | +++ dirname ./tools/ci_download_console |
381 | 2024-03-25T16:53:57.880Z | ++ cd ./tools |
382 | 2024-03-25T16:53:57.880Z | ++ pwd |
383 | 2024-03-25T16:53:57.880Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
384 | 2024-03-25T16:53:57.880Z | ++ basename ./tools/ci_download_console |
385 | 2024-03-25T16:53:57.880Z | + ARG0=ci_download_console |
386 | 2024-03-25T16:53:57.881Z | + TARGET_DIR=out |
387 | 2024-03-25T16:53:57.881Z | + DOWNLOAD_DIR=out/downloads |
388 | 2024-03-25T16:53:57.881Z | + DEST_DIR=./out/console-assets |
389 | 2024-03-25T16:53:57.881Z | + source /work/oxidecomputer/omicron/tools/console_version |
390 | 2024-03-25T16:53:57.881Z | ++ COMMIT=0114288974fb9e36bf392277fe59b0de357ec137 |
391 | 2024-03-25T16:53:57.881Z | ++ SHA2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada |
392 | 2024-03-25T16:53:57.884Z | + URL=https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
393 | 2024-03-25T16:53:57.884Z | + TARBALL_FILE=out/downloads/console.tar.gz |
394 | 2024-03-25T16:53:57.884Z | + main |
395 | 2024-03-25T16:53:57.884Z | + [[ 0 != 0 ]] |
396 | 2024-03-25T16:53:57.884Z | + echo 'URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz' |
397 | 2024-03-25T16:53:57.884Z | URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
398 | 2024-03-25T16:53:57.885Z | + echo 'Local file: out/downloads/console.tar.gz' |
399 | 2024-03-25T16:53:57.885Z | + local DO_DOWNLOAD=true |
400 | 2024-03-25T16:53:57.885Z | Local file: out/downloads/console.tar.gz |
401 | 2024-03-25T16:53:57.885Z | + [[ -f out/downloads/console.tar.gz ]] |
402 | 2024-03-25T16:53:57.885Z | + mkdir -p out/downloads |
403 | 2024-03-25T16:53:57.885Z | + '[' true == true ']' |
404 | 2024-03-25T16:53:57.885Z | + echo Downloading... |
405 | 2024-03-25T16:53:57.885Z | Downloading... |
406 | 2024-03-25T16:53:57.885Z | + do_download_curl https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz out/downloads/console.tar.gz |
407 | 2024-03-25T16:53:57.885Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
408 | 2024-03-25T16:53:58.469Z | ++ do_sha256sum out/downloads/console.tar.gz |
409 | 2024-03-25T16:53:58.469Z | ++ case "$OSTYPE" in |
410 | 2024-03-25T16:53:58.469Z | ++ SHA=sha256sum |
411 | 2024-03-25T16:53:58.474Z | ++ sha256sum |
412 | 2024-03-25T16:53:58.474Z | ++ awk '{print $1}' |
413 | 2024-03-25T16:53:58.474Z | + calculated_sha2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada |
414 | 2024-03-25T16:53:58.474Z | + [[ 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 ]] |
415 | 2024-03-25T16:53:58.474Z | + rm -rf ./out/console-assets |
416 | 2024-03-25T16:53:58.475Z | + mkdir -p ./out/console-assets |
417 | 2024-03-25T16:53:58.475Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
418 | 2024-03-25T16:53:58.475Z | + mkdir -p ./out/console-assets |
419 | 2024-03-25T16:53:58.501Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
420 | 2024-03-25T16:53:58.566Z | + set -o errexit |
421 | 2024-03-25T16:53:58.573Z | +++ dirname ./tools/ci_download_maghemite_openapi |
422 | 2024-03-25T16:53:58.573Z | ++ cd ./tools |
423 | 2024-03-25T16:53:58.574Z | ++ pwd |
424 | 2024-03-25T16:53:58.574Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
425 | 2024-03-25T16:53:58.574Z | ++ basename ./tools/ci_download_maghemite_openapi |
426 | 2024-03-25T16:53:58.574Z | + ARG0=ci_download_maghemite_openapi |
427 | 2024-03-25T16:53:58.574Z | + TARGET_DIR=out |
428 | 2024-03-25T16:53:58.574Z | + DOWNLOAD_DIR=out/downloads |
429 | 2024-03-25T16:53:58.574Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
430 | 2024-03-25T16:53:58.574Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
431 | 2024-03-25T16:53:58.574Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
432 | 2024-03-25T16:53:58.574Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
433 | 2024-03-25T16:53:58.574Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
434 | 2024-03-25T16:53:58.575Z | + main |
435 | 2024-03-25T16:53:58.575Z | + rm -rf out/downloads/root |
436 | 2024-03-25T16:53:58.579Z | + [[ 0 != 0 ]] |
437 | 2024-03-25T16:53:58.580Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
438 | 2024-03-25T16:53:58.580Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
439 | 2024-03-25T16:53:58.580Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
440 | 2024-03-25T16:53:58.580Z | + local DO_DOWNLOAD=true |
441 | 2024-03-25T16:53:58.580Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
442 | 2024-03-25T16:53:58.580Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
443 | 2024-03-25T16:53:58.580Z | + mkdir -p out/downloads |
444 | 2024-03-25T16:53:58.580Z | + '[' true == true ']' |
445 | 2024-03-25T16:53:58.580Z | + echo Downloading... |
446 | 2024-03-25T16:53:58.580Z | Downloading... |
447 | 2024-03-25T16:53:58.580Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
448 | 2024-03-25T16:53:58.580Z | + 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 |
449 | 2024-03-25T16:53:58.752Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
450 | 2024-03-25T16:53:58.752Z | ++ case "$OSTYPE" in |
451 | 2024-03-25T16:53:58.756Z | ++ SHA=sha256sum |
452 | 2024-03-25T16:53:58.756Z | ++ sha256sum |
453 | 2024-03-25T16:53:58.756Z | ++ awk '{print $1}' |
454 | 2024-03-25T16:53:58.761Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
455 | 2024-03-25T16:53:58.761Z | + [[ 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 ]] |
456 | 2024-03-25T16:53:58.761Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
457 | 2024-03-25T16:53:58.761Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
458 | 2024-03-25T16:53:58.761Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
459 | 2024-03-25T16:53:58.761Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
460 | 2024-03-25T16:53:58.761Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
461 | 2024-03-25T16:53:58.761Z | + main |
462 | 2024-03-25T16:53:58.761Z | + rm -rf out/downloads/root |
463 | 2024-03-25T16:53:58.761Z | + [[ 0 != 0 ]] |
464 | 2024-03-25T16:53:58.761Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
465 | 2024-03-25T16:53:58.761Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
466 | 2024-03-25T16:53:58.761Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
467 | 2024-03-25T16:53:58.761Z | + local DO_DOWNLOAD=true |
468 | 2024-03-25T16:53:58.761Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
469 | 2024-03-25T16:53:58.761Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
470 | 2024-03-25T16:53:58.762Z | + mkdir -p out/downloads |
471 | 2024-03-25T16:53:58.767Z | + '[' true == true ']' |
472 | 2024-03-25T16:53:58.767Z | + echo Downloading... |
473 | 2024-03-25T16:53:58.768Z | Downloading... |
474 | 2024-03-25T16:53:58.768Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
475 | 2024-03-25T16:53:58.768Z | + 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 |
476 | 2024-03-25T16:53:58.867Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
477 | 2024-03-25T16:53:58.870Z | ++ case "$OSTYPE" in |
478 | 2024-03-25T16:53:58.870Z | ++ SHA=sha256sum |
479 | 2024-03-25T16:53:58.870Z | ++ sha256sum |
480 | 2024-03-25T16:53:58.870Z | ++ awk '{print $1}' |
481 | 2024-03-25T16:53:58.870Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
482 | 2024-03-25T16:53:58.870Z | + [[ 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 ]] |
483 | 2024-03-25T16:53:58.880Z | + set -o errexit |
484 | 2024-03-25T16:53:58.891Z | +++ dirname ./tools/ci_download_dendrite_openapi |
485 | 2024-03-25T16:53:58.891Z | ++ cd ./tools |
486 | 2024-03-25T16:53:58.891Z | ++ pwd |
487 | 2024-03-25T16:53:58.891Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
488 | 2024-03-25T16:53:58.891Z | ++ basename ./tools/ci_download_dendrite_openapi |
489 | 2024-03-25T16:53:58.891Z | + ARG0=ci_download_dendrite_openapi |
490 | 2024-03-25T16:53:58.891Z | + TARGET_DIR=out |
491 | 2024-03-25T16:53:58.891Z | + DOWNLOAD_DIR=out/downloads |
492 | 2024-03-25T16:53:58.891Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
493 | 2024-03-25T16:53:58.891Z | ++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb |
494 | 2024-03-25T16:53:58.891Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
495 | 2024-03-25T16:53:58.891Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json |
496 | 2024-03-25T16:53:58.891Z | + LOCAL_FILE=out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
497 | 2024-03-25T16:53:58.891Z | + main |
498 | 2024-03-25T16:53:58.891Z | + [[ 0 != 0 ]] |
499 | 2024-03-25T16:53:58.891Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json' |
500 | 2024-03-25T16:53:58.891Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json |
501 | 2024-03-25T16:53:58.891Z | + echo 'Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json' |
502 | 2024-03-25T16:53:58.891Z | + local DO_DOWNLOAD=true |
503 | 2024-03-25T16:53:58.892Z | Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
504 | 2024-03-25T16:53:58.892Z | + [[ -f out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json ]] |
505 | 2024-03-25T16:53:58.892Z | + mkdir -p out/downloads |
506 | 2024-03-25T16:53:58.892Z | + '[' true == true ']' |
507 | 2024-03-25T16:53:58.892Z | + echo Downloading... |
508 | 2024-03-25T16:53:58.892Z | Downloading... |
509 | 2024-03-25T16:53:58.892Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
510 | 2024-03-25T16:53:58.892Z | + 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 |
511 | 2024-03-25T16:54:02.172Z | ++ do_sha256sum out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
512 | 2024-03-25T16:54:02.172Z | ++ case "$OSTYPE" in |
513 | 2024-03-25T16:54:02.172Z | ++ SHA=sha256sum |
514 | 2024-03-25T16:54:02.176Z | ++ sha256sum |
515 | 2024-03-25T16:54:02.177Z | ++ awk '{print $1}' |
516 | 2024-03-25T16:54:02.177Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
517 | 2024-03-25T16:54:02.177Z | + [[ 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 ]] |
518 | 2024-03-25T16:54:02.182Z | + set -o errexit |
519 | 2024-03-25T16:54:02.186Z | +++ dirname ./tools/ci_download_dendrite_stub |
520 | 2024-03-25T16:54:02.186Z | ++ cd ./tools |
521 | 2024-03-25T16:54:02.186Z | ++ pwd |
522 | 2024-03-25T16:54:02.186Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
523 | 2024-03-25T16:54:02.194Z | ++ basename ./tools/ci_download_dendrite_stub |
524 | 2024-03-25T16:54:02.195Z | + ARG0=ci_download_dendrite_stub |
525 | 2024-03-25T16:54:02.195Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
526 | 2024-03-25T16:54:02.195Z | ++ CIDL_SHA256_ILLUMOS=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
527 | 2024-03-25T16:54:02.195Z | ++ CIDL_SHA256_LINUX_DPD=db3e419cf4381607482c55230c64c6afa80388a26db8efa48e437ebc8b82526a |
528 | 2024-03-25T16:54:02.195Z | ++ CIDL_SHA256_LINUX_SWADM=1de82f6b7419aa0e6e0632def69d5b370a9cb3ac2261527fce96840eb5af5b8d |
529 | 2024-03-25T16:54:02.195Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
530 | 2024-03-25T16:54:02.195Z | ++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb |
531 | 2024-03-25T16:54:02.195Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
532 | 2024-03-25T16:54:02.195Z | + TARGET_DIR=out |
533 | 2024-03-25T16:54:02.195Z | + DOWNLOAD_DIR=out/downloads |
534 | 2024-03-25T16:54:02.195Z | + DEST_DIR=./out/dendrite-stub |
535 | 2024-03-25T16:54:02.195Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
536 | 2024-03-25T16:54:02.195Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
537 | 2024-03-25T16:54:02.195Z | + REPO=oxidecomputer/dendrite |
538 | 2024-03-25T16:54:02.195Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb |
539 | 2024-03-25T16:54:02.195Z | + main |
540 | 2024-03-25T16:54:02.196Z | + [[ 0 != 0 ]] |
541 | 2024-03-25T16:54:02.196Z | + CIDL_OS=solaris2.11 |
542 | 2024-03-25T16:54:02.196Z | + [[ 0 != 0 ]] |
543 | 2024-03-25T16:54:02.196Z | + configure_os solaris2.11 |
544 | 2024-03-25T16:54:02.196Z | + echo 'current directory: /work/oxidecomputer/omicron' |
545 | 2024-03-25T16:54:02.196Z | current directory: /work/oxidecomputer/omicron |
546 | 2024-03-25T16:54:02.196Z | + echo 'configuring based on OS: "solaris2.11"' |
547 | 2024-03-25T16:54:02.196Z | + case "$1" in |
548 | 2024-03-25T16:54:02.196Z | configuring based on OS: "solaris2.11" |
549 | 2024-03-25T16:54:02.196Z | + SET_BINARIES= |
550 | 2024-03-25T16:54:02.196Z | + CIDL_SHA256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
551 | 2024-03-25T16:54:02.196Z | + CIDL_SHA256FUNC=do_sha256sum |
552 | 2024-03-25T16:54:02.196Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
553 | 2024-03-25T16:54:02.196Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz |
554 | 2024-03-25T16:54:02.196Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
555 | 2024-03-25T16:54:02.197Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz' |
556 | 2024-03-25T16:54:02.197Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
557 | 2024-03-25T16:54:02.197Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz |
558 | 2024-03-25T16:54:02.197Z | Local file: out/downloads/dendrite-stub.tar.gz |
559 | 2024-03-25T16:54:02.197Z | + mkdir -p out/downloads |
560 | 2024-03-25T16:54:02.197Z | + mkdir -p ./out/dendrite-stub |
561 | 2024-03-25T16:54:02.197Z | + fetch_and_verify |
562 | 2024-03-25T16:54:02.197Z | + local DO_DOWNLOAD=true |
563 | 2024-03-25T16:54:02.197Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
564 | 2024-03-25T16:54:02.197Z | + '[' true == true ']' |
565 | 2024-03-25T16:54:02.197Z | + echo Downloading... |
566 | 2024-03-25T16:54:02.197Z | Downloading... |
567 | 2024-03-25T16:54:02.197Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
568 | 2024-03-25T16:54:02.197Z | + 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 |
569 | 2024-03-25T16:54:12.248Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
570 | 2024-03-25T16:54:12.269Z | ++ sha256sum |
571 | 2024-03-25T16:54:12.269Z | ++ awk '{print $1}' |
572 | 2024-03-25T16:54:12.269Z | + calculated_sha256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
573 | 2024-03-25T16:54:12.269Z | + [[ 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 ]] |
574 | 2024-03-25T16:54:12.270Z | + do_untar out/downloads/dendrite-stub.tar.gz |
575 | 2024-03-25T16:54:12.270Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
576 | 2024-03-25T16:54:12.853Z | + do_assemble |
577 | 2024-03-25T16:54:12.853Z | + rm -r ./out/dendrite-stub |
578 | 2024-03-25T16:54:12.857Z | + mkdir ./out/dendrite-stub |
579 | 2024-03-25T16:54:12.860Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
580 | 2024-03-25T16:54:12.942Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
581 | 2024-03-25T16:54:12.969Z | + set -o errexit |
582 | 2024-03-25T16:54:12.969Z | +++ dirname ./tools/ci_download_maghemite_mgd |
583 | 2024-03-25T16:54:12.969Z | ++ cd ./tools |
584 | 2024-03-25T16:54:12.969Z | ++ pwd |
585 | 2024-03-25T16:54:12.969Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
586 | 2024-03-25T16:54:12.969Z | ++ basename ./tools/ci_download_maghemite_mgd |
587 | 2024-03-25T16:54:12.969Z | + ARG0=ci_download_maghemite_mgd |
588 | 2024-03-25T16:54:12.969Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
589 | 2024-03-25T16:54:12.969Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
590 | 2024-03-25T16:54:12.969Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
591 | 2024-03-25T16:54:12.969Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
592 | 2024-03-25T16:54:12.969Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
593 | 2024-03-25T16:54:12.969Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
594 | 2024-03-25T16:54:12.969Z | + TARGET_DIR=out |
595 | 2024-03-25T16:54:12.969Z | + DOWNLOAD_DIR=out/downloads |
596 | 2024-03-25T16:54:12.969Z | + DEST_DIR=./out/mgd |
597 | 2024-03-25T16:54:12.969Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
598 | 2024-03-25T16:54:12.969Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
599 | 2024-03-25T16:54:12.970Z | + REPO=oxidecomputer/maghemite |
600 | 2024-03-25T16:54:12.970Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
601 | 2024-03-25T16:54:12.970Z | + main |
602 | 2024-03-25T16:54:12.970Z | + rm -rf out/downloads/root |
603 | 2024-03-25T16:54:12.983Z | + [[ 0 != 0 ]] |
604 | 2024-03-25T16:54:12.984Z | + CIDL_OS=solaris2.11 |
605 | 2024-03-25T16:54:12.984Z | + [[ 0 != 0 ]] |
606 | 2024-03-25T16:54:12.984Z | + configure_os solaris2.11 |
607 | 2024-03-25T16:54:12.984Z | + echo 'current directory: /work/oxidecomputer/omicron' |
608 | 2024-03-25T16:54:12.984Z | current directory: /work/oxidecomputer/omicron |
609 | 2024-03-25T16:54:12.984Z | + echo 'configuring based on OS: "solaris2.11"' |
610 | 2024-03-25T16:54:12.984Z | + case "$1" in |
611 | 2024-03-25T16:54:12.984Z | + SET_BINARIES= |
612 | 2024-03-25T16:54:12.984Z | configuring based on OS: "solaris2.11" |
613 | 2024-03-25T16:54:12.984Z | + CIDL_SHA256FUNC=do_sha256sum |
614 | 2024-03-25T16:54:12.984Z | + TARBALL_FILENAME=mgd.tar.gz |
615 | 2024-03-25T16:54:12.985Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
616 | 2024-03-25T16:54:12.985Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
617 | 2024-03-25T16:54:12.985Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
618 | 2024-03-25T16:54:12.985Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
619 | 2024-03-25T16:54:12.985Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
620 | 2024-03-25T16:54:12.985Z | Local file: out/downloads/mgd.tar.gz |
621 | 2024-03-25T16:54:12.985Z | + mkdir -p out/downloads |
622 | 2024-03-25T16:54:12.985Z | + mkdir -p ./out/mgd |
623 | 2024-03-25T16:54:12.985Z | + fetch_and_verify |
624 | 2024-03-25T16:54:12.985Z | + local DO_DOWNLOAD=true |
625 | 2024-03-25T16:54:12.985Z | + [[ -f out/downloads/mgd.tar.gz ]] |
626 | 2024-03-25T16:54:12.985Z | + '[' true == true ']' |
627 | 2024-03-25T16:54:12.985Z | + echo Downloading... |
628 | 2024-03-25T16:54:12.985Z | Downloading... |
629 | 2024-03-25T16:54:12.985Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
630 | 2024-03-25T16:54:12.985Z | + 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 |
631 | 2024-03-25T16:54:23.721Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
632 | 2024-03-25T16:54:23.747Z | ++ sha256sum |
633 | 2024-03-25T16:54:23.747Z | ++ awk '{print $1}' |
634 | 2024-03-25T16:54:23.753Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
635 | 2024-03-25T16:54:23.753Z | + [[ 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 ]] |
636 | 2024-03-25T16:54:23.753Z | + do_untar out/downloads/mgd.tar.gz |
637 | 2024-03-25T16:54:23.753Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
638 | 2024-03-25T16:54:24.332Z | + do_assemble |
639 | 2024-03-25T16:54:24.332Z | + rm -r ./out/mgd |
640 | 2024-03-25T16:54:24.336Z | + mkdir ./out/mgd |
641 | 2024-03-25T16:54:24.339Z | + cp -r out/downloads/root ./out/mgd/root |
642 | 2024-03-25T16:54:24.422Z | + set -o errexit |
643 | 2024-03-25T16:54:24.453Z | +++ dirname ./tools/ci_download_transceiver_control |
644 | 2024-03-25T16:54:24.453Z | ++ cd ./tools |
645 | 2024-03-25T16:54:24.453Z | ++ pwd |
646 | 2024-03-25T16:54:24.453Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
647 | 2024-03-25T16:54:24.453Z | ++ basename ./tools/ci_download_transceiver_control |
648 | 2024-03-25T16:54:24.453Z | + ARG0=ci_download_transceiver_control |
649 | 2024-03-25T16:54:24.454Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
650 | 2024-03-25T16:54:24.454Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
651 | 2024-03-25T16:54:24.454Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
652 | 2024-03-25T16:54:24.454Z | + TARGET_DIR=out |
653 | 2024-03-25T16:54:24.454Z | + DOWNLOAD_DIR=out/downloads |
654 | 2024-03-25T16:54:24.454Z | + DEST_DIR=./out/transceiver-control |
655 | 2024-03-25T16:54:24.454Z | + BIN_DIR=/opt/oxide/bin |
656 | 2024-03-25T16:54:24.454Z | + BINARY=xcvradm |
657 | 2024-03-25T16:54:24.455Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
658 | 2024-03-25T16:54:24.455Z | + REPO=oxidecomputer/transceiver-control |
659 | 2024-03-25T16:54:24.455Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
660 | 2024-03-25T16:54:24.455Z | + main |
661 | 2024-03-25T16:54:24.455Z | + [[ 0 != 0 ]] |
662 | 2024-03-25T16:54:24.455Z | + CIDL_OS=solaris2.11 |
663 | 2024-03-25T16:54:24.455Z | + [[ 0 != 0 ]] |
664 | 2024-03-25T16:54:24.455Z | + configure_os solaris2.11 |
665 | 2024-03-25T16:54:24.455Z | + echo 'current directory: /work/oxidecomputer/omicron' |
666 | 2024-03-25T16:54:24.455Z | + echo 'configuring based on OS: "solaris2.11"' |
667 | 2024-03-25T16:54:24.456Z | current directory: /work/oxidecomputer/omicron |
668 | 2024-03-25T16:54:24.456Z | configuring based on OS: "solaris2.11" |
669 | 2024-03-25T16:54:24.456Z | + case "$1" in |
670 | 2024-03-25T16:54:24.456Z | + SET_BINARIES= |
671 | 2024-03-25T16:54:24.456Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
672 | 2024-03-25T16:54:24.456Z | + CIDL_SHA256FUNC=do_sha256sum |
673 | 2024-03-25T16:54:24.456Z | + ARCHIVE_FILENAME=xcvradm.gz |
674 | 2024-03-25T16:54:24.456Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
675 | 2024-03-25T16:54:24.456Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
676 | 2024-03-25T16:54:24.456Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
677 | 2024-03-25T16:54:24.456Z | + echo 'Local file: out/downloads/xcvradm.gz' |
678 | 2024-03-25T16:54:24.456Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
679 | 2024-03-25T16:54:24.457Z | Local file: out/downloads/xcvradm.gz |
680 | 2024-03-25T16:54:24.457Z | + mkdir -p out/downloads |
681 | 2024-03-25T16:54:24.457Z | + mkdir -p ./out/transceiver-control |
682 | 2024-03-25T16:54:24.457Z | + fetch_and_verify |
683 | 2024-03-25T16:54:24.457Z | + local DO_DOWNLOAD=true |
684 | 2024-03-25T16:54:24.457Z | + [[ -f out/downloads/xcvradm.gz ]] |
685 | 2024-03-25T16:54:24.457Z | + '[' true == true ']' |
686 | 2024-03-25T16:54:24.457Z | + echo Downloading... |
687 | 2024-03-25T16:54:24.458Z | Downloading... |
688 | 2024-03-25T16:54:24.458Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
689 | 2024-03-25T16:54:24.458Z | + 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 |
690 | 2024-03-25T16:54:27.385Z | ++ do_sha256sum out/downloads/xcvradm.gz |
691 | 2024-03-25T16:54:27.427Z | ++ sha256sum |
692 | 2024-03-25T16:54:27.427Z | ++ awk '{print $1}' |
693 | 2024-03-25T16:54:27.428Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
694 | 2024-03-25T16:54:27.428Z | + [[ 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 ]] |
695 | 2024-03-25T16:54:27.431Z | + do_unpack out/downloads/xcvradm.gz |
696 | 2024-03-25T16:54:27.431Z | + mkdir -p out/downloads/root//opt/oxide/bin |
697 | 2024-03-25T16:54:27.431Z | + gzip -dc out/downloads/xcvradm.gz |
698 | 2024-03-25T16:54:27.508Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
699 | 2024-03-25T16:54:27.522Z | + do_assemble |
700 | 2024-03-25T16:54:27.523Z | + rm -r ./out/transceiver-control |
701 | 2024-03-25T16:54:27.523Z | + mkdir ./out/transceiver-control |
702 | 2024-03-25T16:54:27.523Z | + cp -r out/downloads/root ./out/transceiver-control/root |
703 | 2024-03-25T16:54:27.603Z | + set -o errexit |
704 | 2024-03-25T16:54:27.611Z | +++ dirname ./tools/ci_download_thundermuffin |
705 | 2024-03-25T16:54:27.611Z | ++ cd ./tools |
706 | 2024-03-25T16:54:27.612Z | ++ pwd |
707 | 2024-03-25T16:54:27.612Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
708 | 2024-03-25T16:54:27.612Z | ++ basename ./tools/ci_download_thundermuffin |
709 | 2024-03-25T16:54:27.612Z | + ARG0=ci_download_thundermuffin |
710 | 2024-03-25T16:54:27.612Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
711 | 2024-03-25T16:54:27.612Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
712 | 2024-03-25T16:54:27.612Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
713 | 2024-03-25T16:54:27.613Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
714 | 2024-03-25T16:54:27.613Z | + TARGET_DIR=out |
715 | 2024-03-25T16:54:27.613Z | + DOWNLOAD_DIR=out/downloads |
716 | 2024-03-25T16:54:27.613Z | + DEST_DIR=./out/thundermuffin |
717 | 2024-03-25T16:54:27.613Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
718 | 2024-03-25T16:54:27.613Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
719 | 2024-03-25T16:54:27.613Z | + REPO=oxidecomputer/thundermuffin |
720 | 2024-03-25T16:54:27.613Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
721 | 2024-03-25T16:54:27.614Z | + main |
722 | 2024-03-25T16:54:27.614Z | + rm -rf out/downloads/root |
723 | 2024-03-25T16:54:27.624Z | + [[ 0 != 0 ]] |
724 | 2024-03-25T16:54:27.624Z | + CIDL_OS=solaris2.11 |
725 | 2024-03-25T16:54:27.625Z | + [[ 0 != 0 ]] |
726 | 2024-03-25T16:54:27.625Z | + configure_os solaris2.11 |
727 | 2024-03-25T16:54:27.625Z | + echo 'current directory: /work/oxidecomputer/omicron' |
728 | 2024-03-25T16:54:27.625Z | + echo 'configuring based on OS: "solaris2.11"' |
729 | 2024-03-25T16:54:27.625Z | current directory: /work/oxidecomputer/omicron |
730 | 2024-03-25T16:54:27.625Z | configuring based on OS: "solaris2.11" |
731 | 2024-03-25T16:54:27.625Z | + case "$1" in |
732 | 2024-03-25T16:54:27.625Z | + SET_BINARIES= |
733 | 2024-03-25T16:54:27.625Z | + CIDL_SHA256FUNC=do_sha256sum |
734 | 2024-03-25T16:54:27.625Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
735 | 2024-03-25T16:54:27.625Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
736 | 2024-03-25T16:54:27.625Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
737 | 2024-03-25T16:54:27.625Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
738 | 2024-03-25T16:54:27.625Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
739 | 2024-03-25T16:54:27.625Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
740 | 2024-03-25T16:54:27.625Z | Local file: out/downloads/thundermuffin.tar.gz |
741 | 2024-03-25T16:54:27.625Z | + mkdir -p out/downloads |
742 | 2024-03-25T16:54:27.625Z | + mkdir -p ./out/thundermuffin |
743 | 2024-03-25T16:54:27.625Z | + fetch_and_verify |
744 | 2024-03-25T16:54:27.625Z | + local DO_DOWNLOAD=true |
745 | 2024-03-25T16:54:27.626Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
746 | 2024-03-25T16:54:27.626Z | + '[' true == true ']' |
747 | 2024-03-25T16:54:27.626Z | + echo Downloading... |
748 | 2024-03-25T16:54:27.626Z | Downloading... |
749 | 2024-03-25T16:54:27.626Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
750 | 2024-03-25T16:54:27.626Z | + 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 |
751 | 2024-03-25T16:54:28.674Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
752 | 2024-03-25T16:54:28.678Z | ++ sha256sum |
753 | 2024-03-25T16:54:28.678Z | ++ awk '{print $1}' |
754 | 2024-03-25T16:54:28.686Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
755 | 2024-03-25T16:54:28.686Z | + [[ 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 ]] |
756 | 2024-03-25T16:54:28.686Z | + do_untar out/downloads/thundermuffin.tar.gz |
757 | 2024-03-25T16:54:28.686Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
758 | 2024-03-25T16:54:28.748Z | + do_assemble |
759 | 2024-03-25T16:54:28.749Z | + rm -r ./out/thundermuffin |
760 | 2024-03-25T16:54:28.769Z | + mkdir ./out/thundermuffin |
761 | 2024-03-25T16:54:28.769Z | + cp -r out/downloads/root ./out/thundermuffin/root |
762 | 2024-03-25T16:54:28.787Z | All prerequisites installed successfully |
763 | 2024-03-25T16:54:28.787Z | |
764 | 2024-03-25T16:54:28.788Z | real 2:04.792568282 |
765 | 2024-03-25T16:54:28.788Z | user 36.718974475 |
766 | 2024-03-25T16:54:28.788Z | sys 6.659976342 |
767 | 2024-03-25T16:54:28.788Z | trap 0.007160011 |
768 | 2024-03-25T16:54:28.788Z | tflt 0.134127392 |
769 | 2024-03-25T16:54:28.789Z | dflt 0.747025544 |
770 | 2024-03-25T16:54:28.789Z | kflt 0.129263163 |
771 | 2024-03-25T16:54:28.789Z | lock 1.015323782 |
772 | 2024-03-25T16:54:28.789Z | slp 4:15.031071244 |
773 | 2024-03-25T16:54:28.789Z | lat 2.088015991 |
774 | 2024-03-25T16:54:28.789Z | stop 0.117134280 |
775 | 2024-03-25T16:54:28.789Z | + banner end-to-end-tests |
776 | 2024-03-25T16:54:28.790Z | |
777 | 2024-03-25T16:54:28.790Z | ###### # # ##### ##### #### ###### # # ##### |
778 | 2024-03-25T16:54:28.790Z | # ## # # # # # # # ## # # # |
779 | 2024-03-25T16:54:28.790Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
780 | 2024-03-25T16:54:28.790Z | # # # # # # # # # # # # # # # |
781 | 2024-03-25T16:54:28.790Z | # # ## # # # # # # # ## # # |
782 | 2024-03-25T16:54:28.791Z | ###### # # ##### # #### ###### # # ##### |
783 | 2024-03-25T16:54:28.791Z | |
784 | 2024-03-25T16:54:28.791Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
785 | 2024-03-25T16:54:28.791Z | + CARGO_PROFILE_DEV_DEBUG=1 |
786 | 2024-03-25T16:54:28.791Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
787 | 2024-03-25T16:54:28.791Z | + CARGO_PROFILE_TEST_DEBUG=1 |
788 | 2024-03-25T16:54:28.792Z | + export CARGO_INCREMENTAL=0 |
789 | 2024-03-25T16:54:28.792Z | + CARGO_INCREMENTAL=0 |
790 | 2024-03-25T16:54:28.792Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
791 | 2024-03-25T16:54:28.977Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
792 | 2024-03-25T16:54:29.297Z | Updating git repository `https://github.com/oxidecomputer/samael` |
793 | 2024-03-25T16:54:29.634Z | Updating git repository `https://github.com/oxidecomputer/zone` |
794 | 2024-03-25T16:54:29.943Z | Updating crates.io index |
795 | 2024-03-25T16:54:30.013Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
796 | 2024-03-25T16:54:30.830Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
797 | 2024-03-25T16:54:31.467Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
798 | 2024-03-25T16:54:33.398Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
799 | 2024-03-25T16:54:34.192Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
800 | 2024-03-25T16:54:34.596Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
801 | 2024-03-25T16:54:35.561Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
802 | 2024-03-25T16:54:37.897Z | Updating git repository `https://github.com/oxidecomputer/opte` |
803 | 2024-03-25T16:54:38.991Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
804 | 2024-03-25T16:54:39.309Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
805 | 2024-03-25T16:54:40.017Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
806 | 2024-03-25T16:54:40.314Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
807 | 2024-03-25T16:54:40.630Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
808 | 2024-03-25T16:54:41.164Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
809 | 2024-03-25T16:54:41.470Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
810 | 2024-03-25T16:54:42.860Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
811 | 2024-03-25T16:54:43.112Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
812 | 2024-03-25T16:54:43.376Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
813 | 2024-03-25T16:54:43.781Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
814 | 2024-03-25T16:54:44.657Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
815 | 2024-03-25T16:54:44.668Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
816 | 2024-03-25T16:54:45.037Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
817 | 2024-03-25T16:54:45.379Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
818 | 2024-03-25T16:54:45.755Z | Updating git repository `https://github.com/jgallagher/nix` |
819 | 2024-03-25T16:54:46.709Z | Updating git repository `https://github.com/cbiffle/hubpack` |
820 | 2024-03-25T16:54:47.126Z | Updating git repository `https://github.com/oxidecomputer/typify` |
821 | 2024-03-25T16:54:49.967Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
822 | 2024-03-25T16:54:50.355Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
823 | 2024-03-25T16:54:50.788Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
824 | 2024-03-25T16:54:51.997Z | Downloading crates ... |
825 | 2024-03-25T16:54:52.103Z | Downloaded atty v0.2.14 |
826 | 2024-03-25T16:54:52.121Z | Downloaded anstyle v1.0.2 |
827 | 2024-03-25T16:54:52.121Z | Downloaded anstyle-query v1.0.0 |
828 | 2024-03-25T16:54:52.625Z | Downloaded atomicwrites v0.4.3 |
829 | 2024-03-25T16:54:52.625Z | Downloaded instant v0.1.12 |
830 | 2024-03-25T16:54:52.625Z | Downloaded ipnetwork v0.20.0 |
831 | 2024-03-25T16:54:52.625Z | Downloaded itoa v1.0.9 |
832 | 2024-03-25T16:54:52.625Z | Downloaded block-padding v0.3.3 |
833 | 2024-03-25T16:54:52.625Z | Downloaded async-stream v0.3.5 |
834 | 2024-03-25T16:54:52.625Z | Downloaded arrayref v0.3.7 |
835 | 2024-03-25T16:54:52.625Z | Downloaded lazy_static v1.4.0 |
836 | 2024-03-25T16:54:52.625Z | Downloaded keccak v0.1.4 |
837 | 2024-03-25T16:54:52.625Z | Downloaded ipnet v2.9.0 |
838 | 2024-03-25T16:54:52.625Z | Downloaded kstat-rs v0.2.3 |
839 | 2024-03-25T16:54:52.626Z | Downloaded lalrpop-util v0.19.12 |
840 | 2024-03-25T16:54:52.626Z | Downloaded internet-checksum v0.2.1 |
841 | 2024-03-25T16:54:52.626Z | Downloaded async-trait v0.1.77 |
842 | 2024-03-25T16:54:52.626Z | Downloaded inout v0.1.3 |
843 | 2024-03-25T16:54:52.626Z | Downloaded autocfg v1.1.0 |
844 | 2024-03-25T16:54:52.626Z | Downloaded anstyle-parse v0.2.1 |
845 | 2024-03-25T16:54:52.626Z | Downloaded num-conv v0.1.0 |
846 | 2024-03-25T16:54:52.626Z | Downloaded itertools v0.10.5 |
847 | 2024-03-25T16:54:52.626Z | Downloaded openssl-macros v0.1.1 |
848 | 2024-03-25T16:54:52.626Z | Downloaded num-derive v0.4.0 |
849 | 2024-03-25T16:54:52.626Z | Downloaded md-5 v0.10.5 |
850 | 2024-03-25T16:54:52.626Z | Downloaded opaque-debug v0.3.0 |
851 | 2024-03-25T16:54:52.626Z | Downloaded native-tls v0.2.11 |
852 | 2024-03-25T16:54:52.626Z | Downloaded mime_guess v2.0.4 |
853 | 2024-03-25T16:54:52.626Z | Downloaded paste v1.0.14 |
854 | 2024-03-25T16:54:52.626Z | Downloaded nanorand v0.7.0 |
855 | 2024-03-25T16:54:52.626Z | Downloaded aead v0.5.2 |
856 | 2024-03-25T16:54:52.626Z | Downloaded openssl-probe v0.1.5 |
857 | 2024-03-25T16:54:52.626Z | Downloaded normalize-line-endings v0.3.0 |
858 | 2024-03-25T16:54:52.626Z | Downloaded itertools v0.12.1 |
859 | 2024-03-25T16:54:52.627Z | Downloaded percent-encoding v2.3.1 |
860 | 2024-03-25T16:54:52.627Z | Downloaded pem v3.0.2 |
861 | 2024-03-25T16:54:52.627Z | Downloaded pbkdf2 v0.12.2 |
862 | 2024-03-25T16:54:52.627Z | Downloaded new_debug_unreachable v1.0.4 |
863 | 2024-03-25T16:54:52.627Z | Downloaded curve25519-dalek-derive v0.1.0 |
864 | 2024-03-25T16:54:52.627Z | Downloaded cstr-argument v0.1.2 |
865 | 2024-03-25T16:54:52.627Z | Downloaded option-ext v0.2.0 |
866 | 2024-03-25T16:54:52.627Z | Downloaded colorchoice v1.0.0 |
867 | 2024-03-25T16:54:52.627Z | Downloaded num_threads v0.1.6 |
868 | 2024-03-25T16:54:52.627Z | Downloaded newtype_derive v0.1.6 |
869 | 2024-03-25T16:54:52.627Z | Downloaded anstream v0.6.11 |
870 | 2024-03-25T16:54:52.627Z | Downloaded md5 v0.7.0 |
871 | 2024-03-25T16:54:52.627Z | Downloaded match_cfg v0.1.0 |
872 | 2024-03-25T16:54:52.627Z | Downloaded darling_macro v0.20.3 |
873 | 2024-03-25T16:54:52.627Z | Downloaded crucible-workspace-hack v0.1.0 |
874 | 2024-03-25T16:54:52.627Z | Downloaded matches v0.1.10 |
875 | 2024-03-25T16:54:52.627Z | Downloaded ciborium-io v0.2.2 |
876 | 2024-03-25T16:54:52.627Z | Downloaded cancel-safe-futures v0.1.5 |
877 | 2024-03-25T16:54:52.627Z | Downloaded phf_shared v0.10.0 |
878 | 2024-03-25T16:54:52.627Z | Downloaded chacha20 v0.9.1 |
879 | 2024-03-25T16:54:52.627Z | Downloaded byteorder v1.5.0 |
880 | 2024-03-25T16:54:52.628Z | Downloaded bit-set v0.5.3 |
881 | 2024-03-25T16:54:52.628Z | Downloaded bit-vec v0.6.3 |
882 | 2024-03-25T16:54:52.628Z | Downloaded memmap2 v0.7.1 |
883 | 2024-03-25T16:54:52.628Z | Downloaded bitflags v1.3.2 |
884 | 2024-03-25T16:54:52.628Z | Downloaded async-stream-impl v0.3.5 |
885 | 2024-03-25T16:54:52.628Z | Downloaded num-iter v0.1.44 |
886 | 2024-03-25T16:54:52.628Z | Downloaded num-integer v0.1.46 |
887 | 2024-03-25T16:54:52.628Z | Downloaded libefi-sys v0.1.0 |
888 | 2024-03-25T16:54:52.628Z | Downloaded backoff v0.4.0 |
889 | 2024-03-25T16:54:52.628Z | Downloaded arrayvec v0.7.4 |
890 | 2024-03-25T16:54:52.628Z | Downloaded aho-corasick v1.1.2 |
891 | 2024-03-25T16:54:52.628Z | Downloaded usdt-attr-macro v0.3.5 |
892 | 2024-03-25T16:54:52.628Z | Downloaded usdt-macro v0.3.5 |
893 | 2024-03-25T16:54:52.628Z | Downloaded tower-service v0.3.2 |
894 | 2024-03-25T16:54:52.628Z | Downloaded take_mut v0.2.2 |
895 | 2024-03-25T16:54:52.628Z | Downloaded strum v0.26.1 |
896 | 2024-03-25T16:54:52.628Z | Downloaded cbc v0.1.2 |
897 | 2024-03-25T16:54:52.628Z | Downloaded convert_case v0.4.0 |
898 | 2024-03-25T16:54:52.628Z | Downloaded crossbeam-deque v0.8.3 |
899 | 2024-03-25T16:54:52.628Z | Downloaded constant_time_eq v0.3.0 |
900 | 2024-03-25T16:54:52.628Z | Downloaded parse-display v0.9.0 |
901 | 2024-03-25T16:54:52.629Z | Downloaded clap_lex v0.7.0 |
902 | 2024-03-25T16:54:52.629Z | Downloaded pbkdf2 v0.11.0 |
903 | 2024-03-25T16:54:52.629Z | Downloaded cpufeatures v0.2.12 |
904 | 2024-03-25T16:54:52.629Z | Downloaded linear-map v1.2.0 |
905 | 2024-03-25T16:54:52.629Z | Downloaded colored v2.1.0 |
906 | 2024-03-25T16:54:52.629Z | Downloaded ciborium-ll v0.2.2 |
907 | 2024-03-25T16:54:52.629Z | Downloaded lru-cache v0.1.2 |
908 | 2024-03-25T16:54:52.629Z | Downloaded crypto-common v0.1.6 |
909 | 2024-03-25T16:54:52.629Z | Downloaded base16ct v0.2.0 |
910 | 2024-03-25T16:54:52.629Z | Downloaded ctr v0.9.2 |
911 | 2024-03-25T16:54:52.629Z | Downloaded num v0.4.1 |
912 | 2024-03-25T16:54:52.629Z | Downloaded newtype-uuid v1.0.1 |
913 | 2024-03-25T16:54:52.629Z | Downloaded mime v0.3.17 |
914 | 2024-03-25T16:54:52.629Z | Downloaded nibble_vec v0.1.0 |
915 | 2024-03-25T16:54:52.629Z | Downloaded macaddr v1.0.1 |
916 | 2024-03-25T16:54:52.629Z | Downloaded linked-hash-map v0.5.6 |
917 | 2024-03-25T16:54:52.629Z | Downloaded pest_meta v2.7.6 |
918 | 2024-03-25T16:54:52.629Z | Downloaded once_cell v1.19.0 |
919 | 2024-03-25T16:54:52.629Z | Downloaded parking_lot v0.11.2 |
920 | 2024-03-25T16:54:52.630Z | Downloaded slog-scope v4.4.0 |
921 | 2024-03-25T16:54:52.630Z | Downloaded pin-utils v0.1.0 |
922 | 2024-03-25T16:54:52.630Z | Downloaded pest_generator v2.7.6 |
923 | 2024-03-25T16:54:52.630Z | Downloaded password-hash v0.5.0 |
924 | 2024-03-25T16:54:52.630Z | Downloaded gethostname v0.4.3 |
925 | 2024-03-25T16:54:52.630Z | Downloaded log v0.4.21 |
926 | 2024-03-25T16:54:52.630Z | Downloaded plain v0.2.3 |
927 | 2024-03-25T16:54:52.630Z | Downloaded base64ct v1.6.0 |
928 | 2024-03-25T16:54:52.635Z | Downloaded string_cache v0.8.7 |
929 | 2024-03-25T16:54:52.635Z | Downloaded tokio-native-tls v0.3.1 |
930 | 2024-03-25T16:54:52.635Z | Downloaded hubpack_derive v0.1.1 |
931 | 2024-03-25T16:54:52.635Z | Downloaded tokio-macros v2.2.0 |
932 | 2024-03-25T16:54:52.636Z | Downloaded unicase v2.7.0 |
933 | 2024-03-25T16:54:52.636Z | Downloaded strum_macros v0.25.2 |
934 | 2024-03-25T16:54:52.636Z | Downloaded structmeta v0.3.0 |
935 | 2024-03-25T16:54:52.636Z | Downloaded tabwriter v1.4.0 |
936 | 2024-03-25T16:54:52.636Z | Downloaded topological-sort v0.2.2 |
937 | 2024-03-25T16:54:52.636Z | Downloaded backtrace v0.3.69 |
938 | 2024-03-25T16:54:52.636Z | Downloaded either v1.10.0 |
939 | 2024-03-25T16:54:52.636Z | Downloaded float-cmp v0.9.0 |
940 | 2024-03-25T16:54:52.636Z | Downloaded crc32fast v1.3.2 |
941 | 2024-03-25T16:54:52.636Z | Downloaded cookie v0.17.0 |
942 | 2024-03-25T16:54:52.636Z | Downloaded pest_derive v2.7.6 |
943 | 2024-03-25T16:54:52.636Z | Downloaded deranged v0.3.11 |
944 | 2024-03-25T16:54:52.636Z | Downloaded num_cpus v1.16.0 |
945 | 2024-03-25T16:54:52.636Z | Downloaded defmt v0.3.5 |
946 | 2024-03-25T16:54:52.636Z | Downloaded darling v0.20.3 |
947 | 2024-03-25T16:54:52.636Z | Downloaded num_enum_derive v0.5.11 |
948 | 2024-03-25T16:54:52.636Z | Downloaded num-complex v0.4.4 |
949 | 2024-03-25T16:54:52.636Z | Downloaded multer v3.0.0 |
950 | 2024-03-25T16:54:52.636Z | Downloaded zerocopy v0.3.0 |
951 | 2024-03-25T16:54:52.636Z | Downloaded parking_lot_core v0.9.8 |
952 | 2024-03-25T16:54:52.636Z | Downloaded glob v0.3.1 |
953 | 2024-03-25T16:54:52.637Z | Downloaded fixedbitset v0.4.2 |
954 | 2024-03-25T16:54:52.637Z | Downloaded p256 v0.13.2 |
955 | 2024-03-25T16:54:52.637Z | Downloaded heck v0.3.3 |
956 | 2024-03-25T16:54:52.637Z | Downloaded psl-types v2.0.11 |
957 | 2024-03-25T16:54:52.637Z | Downloaded usdt-attr-macro v0.5.0 |
958 | 2024-03-25T16:54:52.637Z | Downloaded hyper-tls v0.5.0 |
959 | 2024-03-25T16:54:52.637Z | Downloaded hyper-staticfile v0.9.5 |
960 | 2024-03-25T16:54:52.637Z | Downloaded platforms v3.0.2 |
961 | 2024-03-25T16:54:52.637Z | Downloaded spin v0.5.2 |
962 | 2024-03-25T16:54:52.637Z | Downloaded pretty-hex v0.4.1 |
963 | 2024-03-25T16:54:52.637Z | Downloaded fxhash v0.2.1 |
964 | 2024-03-25T16:54:52.637Z | Downloaded endian-type v0.1.2 |
965 | 2024-03-25T16:54:52.637Z | Downloaded foreign-types-shared v0.1.1 |
966 | 2024-03-25T16:54:52.637Z | Downloaded camino v1.1.6 |
967 | 2024-03-25T16:54:52.637Z | Downloaded scroll_derive v0.12.0 |
968 | 2024-03-25T16:54:52.637Z | Downloaded http-body v0.4.5 |
969 | 2024-03-25T16:54:52.637Z | Downloaded blake2 v0.10.6 |
970 | 2024-03-25T16:54:52.637Z | Downloaded slog-dtrace v0.3.0 |
971 | 2024-03-25T16:54:52.637Z | Downloaded siphasher v0.3.11 |
972 | 2024-03-25T16:54:52.637Z | Downloaded serde_tokenstream v0.1.7 |
973 | 2024-03-25T16:54:52.638Z | Downloaded password-hash v0.4.2 |
974 | 2024-03-25T16:54:52.638Z | Downloaded crossbeam-epoch v0.9.18 |
975 | 2024-03-25T16:54:52.638Z | Downloaded miniz_oxide v0.7.1 |
976 | 2024-03-25T16:54:52.638Z | Downloaded num-traits v0.2.18 |
977 | 2024-03-25T16:54:52.638Z | Downloaded strsim v0.11.0 |
978 | 2024-03-25T16:54:52.638Z | Downloaded strsim v0.10.0 |
979 | 2024-03-25T16:54:52.638Z | Downloaded zerocopy v0.6.4 |
980 | 2024-03-25T16:54:52.638Z | Downloaded thread_local v1.1.7 |
981 | 2024-03-25T16:54:52.638Z | Downloaded thread-id v4.2.0 |
982 | 2024-03-25T16:54:52.638Z | Downloaded thiserror-no-std v2.0.2 |
983 | 2024-03-25T16:54:52.638Z | Downloaded swrite v0.1.0 |
984 | 2024-03-25T16:54:52.638Z | Downloaded terminal_size v0.3.0 |
985 | 2024-03-25T16:54:52.638Z | Downloaded thiserror-impl-no-std v2.0.2 |
986 | 2024-03-25T16:54:52.638Z | Downloaded thiserror-impl v1.0.57 |
987 | 2024-03-25T16:54:52.638Z | Downloaded dirs-sys-next v0.1.2 |
988 | 2024-03-25T16:54:52.638Z | Downloaded textwrap v0.11.0 |
989 | 2024-03-25T16:54:52.638Z | Downloaded derive-where v1.2.7 |
990 | 2024-03-25T16:54:52.638Z | Downloaded http-range v0.1.5 |
991 | 2024-03-25T16:54:52.638Z | Downloaded universal-hash v0.5.1 |
992 | 2024-03-25T16:54:52.639Z | Downloaded hash32 v0.2.1 |
993 | 2024-03-25T16:54:52.639Z | Downloaded want v0.3.1 |
994 | 2024-03-25T16:54:52.639Z | Downloaded usdt-impl v0.5.0 |
995 | 2024-03-25T16:54:52.639Z | Downloaded usdt-impl v0.3.5 |
996 | 2024-03-25T16:54:52.639Z | Downloaded russh-keys v0.42.0 |
997 | 2024-03-25T16:54:52.639Z | Downloaded unsafe-libyaml v0.2.10 |
998 | 2024-03-25T16:54:52.639Z | Downloaded quick-error v1.2.3 |
999 | 2024-03-25T16:54:52.639Z | Downloaded foreign-types-macros v0.2.3 |
1000 | 2024-03-25T16:54:52.639Z | Downloaded rfc6979 v0.4.0 |
1001 | 2024-03-25T16:54:52.639Z | Downloaded r2d2 v0.8.10 |
1002 | 2024-03-25T16:54:52.639Z | Downloaded foreign-types v0.5.0 |
1003 | 2024-03-25T16:54:52.639Z | Downloaded scroll v0.12.0 |
1004 | 2024-03-25T16:54:52.639Z | Downloaded rustc-demangle v0.1.23 |
1005 | 2024-03-25T16:54:52.639Z | Downloaded openssl-sys v0.9.96 |
1006 | 2024-03-25T16:54:52.639Z | Downloaded clap v4.5.1 |
1007 | 2024-03-25T16:54:52.639Z | Downloaded dtrace-parser v0.2.0 |
1008 | 2024-03-25T16:54:52.639Z | Downloaded dhcproto-macros v0.1.0 |
1009 | 2024-03-25T16:54:52.639Z | Downloaded slog-bunyan v2.5.0 |
1010 | 2024-03-25T16:54:52.639Z | Downloaded sha1 v0.10.6 |
1011 | 2024-03-25T16:54:52.639Z | Downloaded resolv-conf v0.7.0 |
1012 | 2024-03-25T16:54:52.639Z | Downloaded toml_datetime v0.6.5 |
1013 | 2024-03-25T16:54:52.640Z | Downloaded structmeta-derive v0.3.0 |
1014 | 2024-03-25T16:54:52.640Z | Downloaded subtle v2.5.0 |
1015 | 2024-03-25T16:54:52.640Z | Downloaded try-lock v0.2.4 |
1016 | 2024-03-25T16:54:52.640Z | Downloaded toolchain_find v0.2.0 |
1017 | 2024-03-25T16:54:52.640Z | Downloaded bitflags v2.4.2 |
1018 | 2024-03-25T16:54:52.640Z | Downloaded fastrand v2.0.1 |
1019 | 2024-03-25T16:54:52.640Z | Downloaded walkdir v2.4.0 |
1020 | 2024-03-25T16:54:52.640Z | Downloaded uuid v1.7.0 |
1021 | 2024-03-25T16:54:52.640Z | Downloaded precomputed-hash v0.1.1 |
1022 | 2024-03-25T16:54:52.640Z | Downloaded usdt v0.5.0 |
1023 | 2024-03-25T16:54:52.640Z | Downloaded dof v0.3.0 |
1024 | 2024-03-25T16:54:52.640Z | Downloaded usdt v0.3.5 |
1025 | 2024-03-25T16:54:52.640Z | Downloaded hmac v0.12.1 |
1026 | 2024-03-25T16:54:52.640Z | Downloaded structopt-derive v0.4.18 |
1027 | 2024-03-25T16:54:52.640Z | Downloaded base64 v0.21.7 |
1028 | 2024-03-25T16:54:52.646Z | Downloaded futures-executor v0.3.30 |
1029 | 2024-03-25T16:54:52.646Z | Downloaded powerfmt v0.2.0 |
1030 | 2024-03-25T16:54:52.646Z | Downloaded hostname v0.3.1 |
1031 | 2024-03-25T16:54:52.646Z | Downloaded filetime v0.2.23 |
1032 | 2024-03-25T16:54:52.647Z | Downloaded ff v0.13.0 |
1033 | 2024-03-25T16:54:52.647Z | Downloaded base64 v0.22.0 |
1034 | 2024-03-25T16:54:52.647Z | Downloaded getopts v0.2.21 |
1035 | 2024-03-25T16:54:52.647Z | Downloaded generic-array v0.14.7 |
1036 | 2024-03-25T16:54:52.647Z | Downloaded flume v0.11.0 |
1037 | 2024-03-25T16:54:52.647Z | Downloaded der v0.7.8 |
1038 | 2024-03-25T16:54:52.647Z | Downloaded flate2 v1.0.28 |
1039 | 2024-03-25T16:54:52.647Z | Downloaded rand_chacha v0.2.2 |
1040 | 2024-03-25T16:54:52.647Z | Downloaded sec1 v0.7.3 |
1041 | 2024-03-25T16:54:52.647Z | Downloaded serde_with_macros v3.6.1 |
1042 | 2024-03-25T16:54:52.647Z | Downloaded dyn-clone v1.0.17 |
1043 | 2024-03-25T16:54:52.647Z | Downloaded version_check v0.9.4 |
1044 | 2024-03-25T16:54:52.647Z | Downloaded strum_macros v0.26.1 |
1045 | 2024-03-25T16:54:52.647Z | Downloaded usdt-macro v0.5.0 |
1046 | 2024-03-25T16:54:52.647Z | Downloaded secrecy v0.8.0 |
1047 | 2024-03-25T16:54:52.647Z | Downloaded typenum v1.16.0 |
1048 | 2024-03-25T16:54:52.647Z | Downloaded foreign-types v0.3.2 |
1049 | 2024-03-25T16:54:52.647Z | Downloaded hash32 v0.3.1 |
1050 | 2024-03-25T16:54:52.647Z | Downloaded stringprep v0.1.3 |
1051 | 2024-03-25T16:54:52.647Z | Downloaded static_assertions v1.1.0 |
1052 | 2024-03-25T16:54:52.647Z | Downloaded foreign-types-shared v0.3.1 |
1053 | 2024-03-25T16:54:52.648Z | Downloaded time-core v0.1.2 |
1054 | 2024-03-25T16:54:52.648Z | Downloaded stable_deref_trait v1.2.0 |
1055 | 2024-03-25T16:54:52.648Z | Downloaded sync_wrapper v0.1.2 |
1056 | 2024-03-25T16:54:52.648Z | Downloaded darling_core v0.20.3 |
1057 | 2024-03-25T16:54:52.648Z | Downloaded primeorder v0.13.6 |
1058 | 2024-03-25T16:54:52.648Z | Downloaded pretty-hex v0.2.1 |
1059 | 2024-03-25T16:54:52.648Z | Downloaded polyval v0.6.1 |
1060 | 2024-03-25T16:54:52.648Z | Downloaded slog-envlogger v2.2.0 |
1061 | 2024-03-25T16:54:52.648Z | Downloaded half v2.3.1 |
1062 | 2024-03-25T16:54:52.648Z | Downloaded utf8parse v0.2.1 |
1063 | 2024-03-25T16:54:52.648Z | Downloaded hex v0.4.3 |
1064 | 2024-03-25T16:54:52.648Z | Downloaded heck v0.4.1 |
1065 | 2024-03-25T16:54:52.648Z | Downloaded tinyvec_macros v0.1.1 |
1066 | 2024-03-25T16:54:52.648Z | Downloaded rustls-pemfile v2.1.1 |
1067 | 2024-03-25T16:54:52.648Z | Downloaded ed25519-dalek v2.0.0 |
1068 | 2024-03-25T16:54:52.648Z | Downloaded postgres-types v0.2.6 |
1069 | 2024-03-25T16:54:52.648Z | Downloaded slog-stdlog v4.1.1 |
1070 | 2024-03-25T16:54:52.648Z | Downloaded crypto-bigint v0.5.2 |
1071 | 2024-03-25T16:54:52.648Z | Downloaded rand_core v0.6.4 |
1072 | 2024-03-25T16:54:52.648Z | Downloaded rand_core v0.5.1 |
1073 | 2024-03-25T16:54:52.648Z | Downloaded rand_chacha v0.3.1 |
1074 | 2024-03-25T16:54:52.649Z | Downloaded num-bigint v0.4.4 |
1075 | 2024-03-25T16:54:52.649Z | Downloaded memchr v2.7.1 |
1076 | 2024-03-25T16:54:52.649Z | Downloaded scheduled-thread-pool v0.2.7 |
1077 | 2024-03-25T16:54:52.649Z | Downloaded spin v0.9.8 |
1078 | 2024-03-25T16:54:52.649Z | Downloaded socket2 v0.5.5 |
1079 | 2024-03-25T16:54:52.649Z | Downloaded socket2 v0.4.9 |
1080 | 2024-03-25T16:54:52.649Z | Downloaded semver v1.0.22 |
1081 | 2024-03-25T16:54:52.649Z | Downloaded equivalent v1.0.1 |
1082 | 2024-03-25T16:54:52.649Z | Downloaded subprocess v0.2.9 |
1083 | 2024-03-25T16:54:52.649Z | Downloaded spki v0.7.2 |
1084 | 2024-03-25T16:54:52.649Z | Downloaded untrusted v0.9.0 |
1085 | 2024-03-25T16:54:52.649Z | Downloaded digest v0.10.7 |
1086 | 2024-03-25T16:54:52.649Z | Downloaded headers-core v0.2.0 |
1087 | 2024-03-25T16:54:52.649Z | Downloaded futures-io v0.3.30 |
1088 | 2024-03-25T16:54:52.649Z | Downloaded futures-core v0.3.30 |
1089 | 2024-03-25T16:54:52.649Z | Downloaded form_urlencoded v1.2.1 |
1090 | 2024-03-25T16:54:52.649Z | Downloaded tracing-attributes v0.1.27 |
1091 | 2024-03-25T16:54:52.649Z | Downloaded signal-hook-registry v1.4.1 |
1092 | 2024-03-25T16:54:52.649Z | Downloaded signal-hook-mio v0.2.3 |
1093 | 2024-03-25T16:54:52.649Z | Downloaded enum-as-inner v0.5.1 |
1094 | 2024-03-25T16:54:52.650Z | Downloaded tokio-rustls v0.24.1 |
1095 | 2024-03-25T16:54:52.650Z | Downloaded postgres-protocol v0.6.6 |
1096 | 2024-03-25T16:54:52.650Z | Downloaded uuid v0.8.2 |
1097 | 2024-03-25T16:54:52.650Z | Downloaded zip v0.6.6 |
1098 | 2024-03-25T16:54:52.650Z | Downloaded aes-gcm v0.10.3 |
1099 | 2024-03-25T16:54:52.650Z | Downloaded ident_case v1.0.1 |
1100 | 2024-03-25T16:54:52.650Z | Downloaded crossbeam-channel v0.5.8 |
1101 | 2024-03-25T16:54:52.650Z | Downloaded rustversion v1.0.14 |
1102 | 2024-03-25T16:54:52.650Z | Downloaded serde_urlencoded v0.7.1 |
1103 | 2024-03-25T16:54:52.655Z | Downloaded getrandom v0.2.12 |
1104 | 2024-03-25T16:54:52.655Z | Downloaded untrusted v0.7.1 |
1105 | 2024-03-25T16:54:52.655Z | Downloaded serde_tokenstream v0.2.0 |
1106 | 2024-03-25T16:54:52.655Z | Downloaded futures-task v0.3.30 |
1107 | 2024-03-25T16:54:52.658Z | Downloaded structopt v0.3.26 |
1108 | 2024-03-25T16:54:52.662Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1109 | 2024-03-25T16:54:52.665Z | Downloaded waitgroup v0.1.2 |
1110 | 2024-03-25T16:54:52.665Z | Downloaded errno v0.3.8 |
1111 | 2024-03-25T16:54:52.665Z | Downloaded zeroize_derive v1.4.2 |
1112 | 2024-03-25T16:54:52.670Z | Downloaded ryu v1.0.15 |
1113 | 2024-03-25T16:54:52.670Z | Downloaded serde_yaml v0.9.25 |
1114 | 2024-03-25T16:54:52.674Z | Downloaded blake3 v1.5.0 |
1115 | 2024-03-25T16:54:52.680Z | Downloaded utf-8 v0.7.6 |
1116 | 2024-03-25T16:54:52.683Z | Downloaded futures-macro v0.3.30 |
1117 | 2024-03-25T16:54:52.683Z | Downloaded dirs v5.0.1 |
1118 | 2024-03-25T16:54:52.686Z | Downloaded slog v2.7.0 |
1119 | 2024-03-25T16:54:52.690Z | Downloaded zeroize v1.7.0 |
1120 | 2024-03-25T16:54:52.690Z | Downloaded time-macros v0.2.17 |
1121 | 2024-03-25T16:54:52.693Z | Downloaded rustfmt-wrapper v0.2.0 |
1122 | 2024-03-25T16:54:52.693Z | Downloaded term v0.7.0 |
1123 | 2024-03-25T16:54:52.696Z | Downloaded postcard v1.0.8 |
1124 | 2024-03-25T16:54:52.703Z | Downloaded embedded-io v0.4.0 |
1125 | 2024-03-25T16:54:52.706Z | Downloaded signal-hook v0.3.17 |
1126 | 2024-03-25T16:54:52.706Z | Downloaded fallible-iterator v0.2.0 |
1127 | 2024-03-25T16:54:52.706Z | Downloaded tokio-tungstenite v0.20.1 |
1128 | 2024-03-25T16:54:52.709Z | Downloaded tar v0.4.40 |
1129 | 2024-03-25T16:54:52.709Z | Downloaded dirs-next v2.0.0 |
1130 | 2024-03-25T16:54:52.712Z | Downloaded rustls-pki-types v1.3.0 |
1131 | 2024-03-25T16:54:52.712Z | Downloaded slab v0.4.9 |
1132 | 2024-03-25T16:54:52.732Z | Downloaded signature v2.1.0 |
1133 | 2024-03-25T16:54:52.732Z | Downloaded rustls-pemfile v1.0.3 |
1134 | 2024-03-25T16:54:52.732Z | Downloaded indexmap v1.9.3 |
1135 | 2024-03-25T16:54:52.732Z | Downloaded time v0.3.34 |
1136 | 2024-03-25T16:54:52.733Z | Downloaded difflib v0.4.0 |
1137 | 2024-03-25T16:54:52.733Z | Downloaded sha2 v0.10.8 |
1138 | 2024-03-25T16:54:52.737Z | Downloaded unicode-xid v0.2.4 |
1139 | 2024-03-25T16:54:52.737Z | Downloaded ecdsa v0.16.9 |
1140 | 2024-03-25T16:54:52.737Z | Downloaded hex-literal v0.4.1 |
1141 | 2024-03-25T16:54:52.737Z | Downloaded tinyvec v1.6.0 |
1142 | 2024-03-25T16:54:52.740Z | Downloaded ghash v0.5.0 |
1143 | 2024-03-25T16:54:52.740Z | Downloaded futures-sink v0.3.30 |
1144 | 2024-03-25T16:54:52.740Z | Downloaded unicode-width v0.1.11 |
1145 | 2024-03-25T16:54:52.743Z | Downloaded tempfile v3.10.0 |
1146 | 2024-03-25T16:54:52.747Z | Downloaded rustc_version v0.4.0 |
1147 | 2024-03-25T16:54:52.747Z | Downloaded crossterm v0.27.0 |
1148 | 2024-03-25T16:54:52.752Z | Downloaded tracing-core v0.1.32 |
1149 | 2024-03-25T16:54:52.755Z | Downloaded tokio-stream v0.1.14 |
1150 | 2024-03-25T16:54:52.759Z | Downloaded httpdate v1.0.3 |
1151 | 2024-03-25T16:54:52.762Z | Downloaded zerocopy-derive v0.7.32 |
1152 | 2024-03-25T16:54:52.766Z | Downloaded proc-macro-error v1.0.4 |
1153 | 2024-03-25T16:54:52.769Z | Downloaded tokio-rustls v0.25.0 |
1154 | 2024-03-25T16:54:52.772Z | Downloaded http v1.0.0 |
1155 | 2024-03-25T16:54:52.776Z | Downloaded indexmap v2.2.5 |
1156 | 2024-03-25T16:54:52.780Z | Downloaded vsss-rs v3.3.4 |
1157 | 2024-03-25T16:54:52.784Z | Downloaded slog-term v2.9.0 |
1158 | 2024-03-25T16:54:52.784Z | Downloaded proc-macro-crate v1.3.1 |
1159 | 2024-03-25T16:54:52.788Z | Downloaded tokio-postgres v0.7.10 |
1160 | 2024-03-25T16:54:52.791Z | Downloaded http v0.2.12 |
1161 | 2024-03-25T16:54:52.796Z | Downloaded unicode-ident v1.0.12 |
1162 | 2024-03-25T16:54:52.799Z | Downloaded rcgen v0.12.1 |
1163 | 2024-03-25T16:54:52.799Z | Downloaded semver-parser v0.10.2 |
1164 | 2024-03-25T16:54:52.802Z | Downloaded ucd-trie v0.1.6 |
1165 | 2024-03-25T16:54:52.805Z | Downloaded rayon-core v1.12.1 |
1166 | 2024-03-25T16:54:52.809Z | Downloaded trust-dns-server v0.22.1 |
1167 | 2024-03-25T16:54:52.812Z | Downloaded serde_derive v1.0.197 |
1168 | 2024-03-25T16:54:52.815Z | Downloaded toml v0.5.11 |
1169 | 2024-03-25T16:54:52.820Z | Downloaded headers v0.3.9 |
1170 | 2024-03-25T16:54:52.823Z | Downloaded clap_builder v4.5.1 |
1171 | 2024-03-25T16:54:52.831Z | Downloaded rand v0.8.5 |
1172 | 2024-03-25T16:54:52.835Z | Downloaded diesel_derives v2.1.2 |
1173 | 2024-03-25T16:54:52.839Z | Downloaded publicsuffix v2.2.3 |
1174 | 2024-03-25T16:54:52.844Z | Downloaded unicode-bidi v0.3.15 |
1175 | 2024-03-25T16:54:52.844Z | Downloaded winnow v0.5.15 |
1176 | 2024-03-25T16:54:52.850Z | Downloaded steno v0.4.0 |
1177 | 2024-03-25T16:54:52.854Z | Downloaded trust-dns-client v0.22.0 |
1178 | 2024-03-25T16:54:52.871Z | Downloaded elliptic-curve v0.13.8 |
1179 | 2024-03-25T16:54:52.876Z | Downloaded winnow v0.6.1 |
1180 | 2024-03-25T16:54:52.876Z | Downloaded serde v1.0.197 |
1181 | 2024-03-25T16:54:52.884Z | Downloaded hashbrown v0.12.3 |
1182 | 2024-03-25T16:54:52.884Z | Downloaded heapless v0.8.0 |
1183 | 2024-03-25T16:54:52.896Z | Downloaded tungstenite v0.20.1 |
1184 | 2024-03-25T16:54:52.896Z | Downloaded unicode-normalization v0.1.22 |
1185 | 2024-03-25T16:54:53.321Z | Downloaded heapless v0.7.16 |
1186 | 2024-03-25T16:54:53.321Z | Downloaded unicode-segmentation v1.10.1 |
1187 | 2024-03-25T16:54:53.322Z | Downloaded clap v2.34.0 |
1188 | 2024-03-25T16:54:53.741Z | Downloaded chrono v0.4.34 |
1189 | 2024-03-25T16:54:53.741Z | Downloaded russh v0.42.0 |
1190 | 2024-03-25T16:54:53.741Z | Downloaded rand v0.7.3 |
1191 | 2024-03-25T16:54:53.741Z | Downloaded serde_with v3.6.1 |
1192 | 2024-03-25T16:54:53.741Z | Downloaded toml_edit v0.22.6 |
1193 | 2024-03-25T16:54:53.741Z | Downloaded petgraph v0.6.4 |
1194 | 2024-03-25T16:54:53.741Z | Downloaded h2 v0.3.24 |
1195 | 2024-03-25T16:54:53.741Z | Downloaded rustls-webpki v0.101.7 |
1196 | 2024-03-25T16:54:53.741Z | Downloaded futures-util v0.3.30 |
1197 | 2024-03-25T16:54:53.742Z | Downloaded goblin v0.8.0 |
1198 | 2024-03-25T16:54:53.742Z | Downloaded serde_json v1.0.114 |
1199 | 2024-03-25T16:54:53.742Z | Downloaded reqwest v0.11.24 |
1200 | 2024-03-25T16:54:53.742Z | Downloaded hyper v0.14.28 |
1201 | 2024-03-25T16:54:53.742Z | Downloaded zerocopy v0.7.32 |
1202 | 2024-03-25T16:54:53.742Z | Downloaded tokio-util v0.7.10 |
1203 | 2024-03-25T16:54:53.742Z | Downloaded gimli v0.28.0 |
1204 | 2024-03-25T16:54:53.742Z | Downloaded rayon v1.9.0 |
1205 | 2024-03-25T16:54:53.742Z | Downloaded bstr v0.2.17 |
1206 | 2024-03-25T16:54:53.742Z | Downloaded vcpkg v0.2.15 |
1207 | 2024-03-25T16:54:53.742Z | Downloaded idna v0.5.0 |
1208 | 2024-03-25T16:54:53.742Z | Downloaded syn v2.0.52 |
1209 | 2024-03-25T16:54:53.742Z | Downloaded hkdf v0.12.4 |
1210 | 2024-03-25T16:54:53.742Z | Downloaded idna v0.3.0 |
1211 | 2024-03-25T16:54:53.742Z | Downloaded bstr v1.9.0 |
1212 | 2024-03-25T16:54:53.742Z | Downloaded rustls-webpki v0.102.1 |
1213 | 2024-03-25T16:54:53.742Z | Downloaded rustls v0.22.2 |
1214 | 2024-03-25T16:54:53.742Z | Downloaded smoltcp v0.9.1 |
1215 | 2024-03-25T16:54:53.742Z | Downloaded regex v1.10.3 |
1216 | 2024-03-25T16:54:53.742Z | Downloaded syn v1.0.109 |
1217 | 2024-03-25T16:54:53.743Z | Downloaded trust-dns-proto v0.22.0 |
1218 | 2024-03-25T16:54:53.743Z | Downloaded idna v0.2.3 |
1219 | 2024-03-25T16:54:53.743Z | Downloaded rustls v0.21.9 |
1220 | 2024-03-25T16:54:53.743Z | Downloaded smoltcp v0.11.0 |
1221 | 2024-03-25T16:54:53.743Z | Downloaded diesel v2.1.4 |
1222 | 2024-03-25T16:54:53.743Z | Downloaded rustix v0.38.31 |
1223 | 2024-03-25T16:54:53.743Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1224 | 2024-03-25T16:54:53.743Z | Downloaded regex-automata v0.4.5 |
1225 | 2024-03-25T16:54:53.747Z | Downloaded zerocopy-derive v0.2.0 |
1226 | 2024-03-25T16:54:53.747Z | Downloaded openapiv3 v2.0.0 |
1227 | 2024-03-25T16:54:53.747Z | Downloaded sha3 v0.10.8 |
1228 | 2024-03-25T16:54:53.747Z | Downloaded sled v0.34.7 |
1229 | 2024-03-25T16:54:53.747Z | Downloaded radix_trie v0.2.1 |
1230 | 2024-03-25T16:54:53.747Z | Downloaded webpki-roots v0.25.2 |
1231 | 2024-03-25T16:54:53.747Z | Downloaded zerocopy-derive v0.6.4 |
1232 | 2024-03-25T16:54:53.747Z | Downloaded regex-syntax v0.8.2 |
1233 | 2024-03-25T16:54:53.747Z | Downloaded libc v0.2.153 |
1234 | 2024-03-25T16:54:53.747Z | Downloaded tokio v1.36.0 |
1235 | 2024-03-25T16:54:53.747Z | Downloaded winapi v0.3.9 |
1236 | 2024-03-25T16:54:53.748Z | Downloaded regress v0.9.0 |
1237 | 2024-03-25T16:54:53.748Z | Downloaded openssl v0.10.60 |
1238 | 2024-03-25T16:54:53.748Z | Downloaded encoding_rs v0.8.33 |
1239 | 2024-03-25T16:54:53.748Z | Downloaded object v0.32.1 |
1240 | 2024-03-25T16:54:53.748Z | Downloaded curve25519-dalek v4.1.1 |
1241 | 2024-03-25T16:54:53.748Z | Downloaded regex-automata v0.1.10 |
1242 | 2024-03-25T16:54:53.748Z | Downloaded toml_edit v0.19.15 |
1243 | 2024-03-25T16:54:53.748Z | Downloaded url v2.5.0 |
1244 | 2024-03-25T16:54:53.748Z | Downloaded hashbrown v0.14.3 |
1245 | 2024-03-25T16:54:53.748Z | Downloaded similar v2.4.0 |
1246 | 2024-03-25T16:54:53.748Z | Downloaded schemars v0.8.16 |
1247 | 2024-03-25T16:54:53.748Z | Downloaded trust-dns-resolver v0.22.0 |
1248 | 2024-03-25T16:54:53.748Z | Downloaded futures v0.3.30 |
1249 | 2024-03-25T16:54:53.748Z | Downloaded nom v7.1.3 |
1250 | 2024-03-25T16:54:53.748Z | Downloaded pest v2.7.6 |
1251 | 2024-03-25T16:54:53.748Z | Downloaded mio v0.8.11 |
1252 | 2024-03-25T16:54:53.748Z | Downloaded toml v0.7.8 |
1253 | 2024-03-25T16:54:53.748Z | Downloaded strsim v0.8.0 |
1254 | 2024-03-25T16:54:53.748Z | Downloaded p521 v0.13.3 |
1255 | 2024-03-25T16:54:53.748Z | Downloaded schemars_derive v0.8.16 |
1256 | 2024-03-25T16:54:53.748Z | Downloaded futures-channel v0.3.30 |
1257 | 2024-03-25T16:54:53.748Z | Downloaded minimal-lexical v0.2.1 |
1258 | 2024-03-25T16:54:53.749Z | Downloaded smallvec v1.13.1 |
1259 | 2024-03-25T16:54:53.749Z | Downloaded aes v0.8.3 |
1260 | 2024-03-25T16:54:53.749Z | Downloaded serde_path_to_error v0.1.16 |
1261 | 2024-03-25T16:54:53.749Z | Downloaded serde_derive_internals v0.26.0 |
1262 | 2024-03-25T16:54:53.749Z | Downloaded hubpack v0.1.2 |
1263 | 2024-03-25T16:54:53.749Z | Downloaded tracing v0.1.40 |
1264 | 2024-03-25T16:54:53.749Z | Downloaded predicates v3.1.0 |
1265 | 2024-03-25T16:54:53.749Z | Downloaded predicates-core v1.0.6 |
1266 | 2024-03-25T16:54:53.749Z | Downloaded slog-async v2.8.0 |
1267 | 2024-03-25T16:54:53.749Z | Downloaded libm v0.2.7 |
1268 | 2024-03-25T16:54:53.749Z | Downloaded same-file v1.0.6 |
1269 | 2024-03-25T16:54:53.749Z | Downloaded display-error-chain v0.2.0 |
1270 | 2024-03-25T16:54:53.749Z | Downloaded iana-time-zone v0.1.57 |
1271 | 2024-03-25T16:54:53.749Z | Downloaded group v0.13.0 |
1272 | 2024-03-25T16:54:53.749Z | Downloaded vec_map v0.8.2 |
1273 | 2024-03-25T16:54:53.749Z | Downloaded getrandom v0.1.16 |
1274 | 2024-03-25T16:54:53.749Z | Downloaded slog-json v2.6.1 |
1275 | 2024-03-25T16:54:53.749Z | Downloaded httparse v1.8.0 |
1276 | 2024-03-25T16:54:53.749Z | Downloaded dtrace-parser v0.1.14 |
1277 | 2024-03-25T16:54:53.749Z | Downloaded fnv v1.0.7 |
1278 | 2024-03-25T16:54:53.750Z | Downloaded dhcproto v0.11.0 |
1279 | 2024-03-25T16:54:53.750Z | Downloaded proc-macro2 v1.0.78 |
1280 | 2024-03-25T16:54:53.750Z | Downloaded sct v0.7.0 |
1281 | 2024-03-25T16:54:53.750Z | Downloaded quote v1.0.35 |
1282 | 2024-03-25T16:54:53.750Z | Downloaded ppv-lite86 v0.2.17 |
1283 | 2024-03-25T16:54:53.750Z | Downloaded dof v0.1.5 |
1284 | 2024-03-25T16:54:53.750Z | Downloaded chacha20poly1305 v0.10.1 |
1285 | 2024-03-25T16:54:53.750Z | Downloaded dirs-sys v0.4.1 |
1286 | 2024-03-25T16:54:53.750Z | Downloaded toml v0.8.10 |
1287 | 2024-03-25T16:54:53.750Z | Downloaded bytes v1.5.0 |
1288 | 2024-03-25T16:54:53.750Z | Downloaded ahash v0.8.8 |
1289 | 2024-03-25T16:54:53.750Z | Downloaded thiserror v1.0.57 |
1290 | 2024-03-25T16:54:53.750Z | Downloaded hyper-rustls v0.24.2 |
1291 | 2024-03-25T16:54:53.750Z | Downloaded whoami v1.5.0 |
1292 | 2024-03-25T16:54:53.750Z | Downloaded yasna v0.5.2 |
1293 | 2024-03-25T16:54:53.750Z | Downloaded cc v1.0.83 |
1294 | 2024-03-25T16:54:53.750Z | Downloaded crossbeam-utils v0.8.19 |
1295 | 2024-03-25T16:54:53.750Z | Downloaded const-oid v0.9.6 |
1296 | 2024-03-25T16:54:53.750Z | Downloaded owo-colors v4.0.0 |
1297 | 2024-03-25T16:54:53.750Z | Downloaded cookie_store v0.20.0 |
1298 | 2024-03-25T16:54:53.750Z | Downloaded addr2line v0.21.0 |
1299 | 2024-03-25T16:54:53.751Z | Downloaded ring v0.17.8 |
1300 | 2024-03-25T16:54:53.808Z | Downloaded scopeguard v1.2.0 |
1301 | 2024-03-25T16:54:53.811Z | Downloaded rustc_version v0.1.7 |
1302 | 2024-03-25T16:54:53.811Z | Downloaded serde_spanned v0.6.5 |
1303 | 2024-03-25T16:54:53.811Z | Downloaded serde_repr v0.1.16 |
1304 | 2024-03-25T16:54:53.815Z | Downloaded semver v0.11.0 |
1305 | 2024-03-25T16:54:53.815Z | Downloaded semver v0.1.20 |
1306 | 2024-03-25T16:54:53.815Z | Downloaded russh-cryptovec v0.7.0 |
1307 | 2024-03-25T16:54:53.815Z | Downloaded proc-macro-error-attr v1.0.4 |
1308 | 2024-03-25T16:54:53.819Z | Downloaded humantime v2.1.0 |
1309 | 2024-03-25T16:54:53.819Z | Downloaded home v0.5.5 |
1310 | 2024-03-25T16:54:53.819Z | Downloaded phf_shared v0.11.2 |
1311 | 2024-03-25T16:54:53.819Z | Downloaded poly1305 v0.8.0 |
1312 | 2024-03-25T16:54:53.823Z | Downloaded pkg-config v0.3.27 |
1313 | 2024-03-25T16:54:53.823Z | Downloaded pkcs8 v0.10.2 |
1314 | 2024-03-25T16:54:53.829Z | Downloaded pin-project-lite v0.2.13 |
1315 | 2024-03-25T16:54:53.838Z | Downloaded der_derive v0.7.2 |
1316 | 2024-03-25T16:54:53.838Z | Downloaded anyhow v1.0.79 |
1317 | 2024-03-25T16:54:53.838Z | Downloaded xattr v1.0.1 |
1318 | 2024-03-25T16:54:53.838Z | Downloaded parking_lot v0.12.1 |
1319 | 2024-03-25T16:54:53.843Z | Downloaded omicron-zone-package v0.11.0 |
1320 | 2024-03-25T16:54:53.843Z | Downloaded lock_api v0.4.10 |
1321 | 2024-03-25T16:54:53.843Z | Downloaded console v0.15.8 |
1322 | 2024-03-25T16:54:53.847Z | Downloaded parse-display-derive v0.9.0 |
1323 | 2024-03-25T16:54:53.847Z | Downloaded parking_lot_core v0.8.6 |
1324 | 2024-03-25T16:54:53.847Z | Downloaded num-rational v0.4.1 |
1325 | 2024-03-25T16:54:53.858Z | Downloaded blowfish v0.9.1 |
1326 | 2024-03-25T16:54:53.858Z | Downloaded ring v0.16.20 |
1327 | 2024-03-25T16:54:53.930Z | Downloaded flagset v0.4.3 |
1328 | 2024-03-25T16:54:53.934Z | Downloaded ed25519 v2.2.2 |
1329 | 2024-03-25T16:54:53.934Z | Downloaded pem-rfc7468 v0.7.0 |
1330 | 2024-03-25T16:54:53.934Z | Downloaded libsw v3.3.1 |
1331 | 2024-03-25T16:54:53.934Z | Downloaded clap_derive v4.5.0 |
1332 | 2024-03-25T16:54:53.937Z | Downloaded synstructure v0.12.6 |
1333 | 2024-03-25T16:54:53.937Z | Downloaded phf v0.11.2 |
1334 | 2024-03-25T16:54:53.937Z | Downloaded arc-swap v1.6.0 |
1335 | 2024-03-25T16:54:53.940Z | Downloaded smf v0.2.2 |
1336 | 2024-03-25T16:54:53.945Z | Downloaded defmt-macros v0.3.6 |
1337 | 2024-03-25T16:54:53.945Z | Downloaded data-encoding v2.4.0 |
1338 | 2024-03-25T16:54:53.948Z | Downloaded ciborium v0.2.2 |
1339 | 2024-03-25T16:54:53.948Z | Downloaded bzip2 v0.4.4 |
1340 | 2024-03-25T16:54:53.948Z | Downloaded block-buffer v0.10.4 |
1341 | 2024-03-25T16:54:53.948Z | Downloaded num_enum v0.5.11 |
1342 | 2024-03-25T16:54:53.955Z | Downloaded defmt-parser v0.3.3 |
1343 | 2024-03-25T16:54:53.967Z | Downloaded debug-ignore v1.0.5 |
1344 | 2024-03-25T16:54:53.968Z | Downloaded managed v0.8.0 |
1345 | 2024-03-25T16:54:53.968Z | Downloaded memmap v0.7.0 |
1346 | 2024-03-25T16:54:53.968Z | Downloaded cobs v0.2.3 |
1347 | 2024-03-25T16:54:53.968Z | Downloaded cipher v0.4.4 |
1348 | 2024-03-25T16:54:53.968Z | Downloaded allocator-api2 v0.2.16 |
1349 | 2024-03-25T16:54:53.984Z | Downloaded cfg-if v1.0.0 |
1350 | 2024-03-25T16:54:53.984Z | Downloaded camino-tempfile v1.1.1 |
1351 | 2024-03-25T16:54:53.984Z | Downloaded bcrypt-pbkdf v0.10.0 |
1352 | 2024-03-25T16:54:53.984Z | Downloaded atomic-waker v1.1.1 |
1353 | 2024-03-25T16:54:53.984Z | Downloaded argon2 v0.5.3 |
1354 | 2024-03-25T16:54:53.984Z | Downloaded ansi_term v0.12.1 |
1355 | 2024-03-25T16:54:53.984Z | Downloaded adler v1.0.2 |
1356 | 2024-03-25T16:54:53.984Z | Downloaded derive_more v0.99.17 |
1357 | 2024-03-25T16:54:54.398Z | Compiling proc-macro2 v1.0.78 |
1358 | 2024-03-25T16:54:54.399Z | Compiling unicode-ident v1.0.12 |
1359 | 2024-03-25T16:54:54.407Z | Compiling libc v0.2.153 |
1360 | 2024-03-25T16:54:54.407Z | Compiling serde v1.0.197 |
1361 | 2024-03-25T16:54:54.408Z | Compiling version_check v0.9.4 |
1362 | 2024-03-25T16:54:54.408Z | Compiling cfg-if v1.0.0 |
1363 | 2024-03-25T16:54:54.443Z | Compiling autocfg v1.1.0 |
1364 | 2024-03-25T16:54:54.569Z | Compiling syn v1.0.109 |
1365 | 2024-03-25T16:54:54.597Z | Compiling typenum v1.16.0 |
1366 | 2024-03-25T16:54:54.673Z | Compiling once_cell v1.19.0 |
1367 | 2024-03-25T16:54:55.045Z | Compiling thiserror v1.0.57 |
1368 | 2024-03-25T16:54:55.208Z | Compiling generic-array v0.14.7 |
1369 | 2024-03-25T16:54:55.261Z | Compiling lock_api v0.4.10 |
1370 | 2024-03-25T16:54:55.755Z | Compiling parking_lot_core v0.9.8 |
1371 | 2024-03-25T16:54:55.762Z | Compiling memchr v2.7.1 |
1372 | 2024-03-25T16:54:55.904Z | Compiling byteorder v1.5.0 |
1373 | 2024-03-25T16:54:55.916Z | Compiling libm v0.2.7 |
1374 | 2024-03-25T16:54:55.929Z | Compiling serde_json v1.0.114 |
1375 | 2024-03-25T16:54:56.106Z | Compiling num-traits v0.2.18 |
1376 | 2024-03-25T16:54:56.224Z | Compiling ahash v0.8.8 |
1377 | 2024-03-25T16:54:56.524Z | Compiling itoa v1.0.9 |
1378 | 2024-03-25T16:54:56.614Z | Compiling log v0.4.21 |
1379 | 2024-03-25T16:54:56.929Z | Compiling quote v1.0.35 |
1380 | 2024-03-25T16:54:57.040Z | Compiling scopeguard v1.2.0 |
1381 | 2024-03-25T16:54:57.112Z | Compiling slab v0.4.9 |
1382 | 2024-03-25T16:54:57.433Z | Compiling syn v2.0.52 |
1383 | 2024-03-25T16:54:57.614Z | Compiling getrandom v0.2.12 |
1384 | 2024-03-25T16:54:57.635Z | Compiling cc v1.0.83 |
1385 | 2024-03-25T16:54:57.836Z | Compiling rand_core v0.6.4 |
1386 | 2024-03-25T16:54:58.339Z | Compiling allocator-api2 v0.2.16 |
1387 | 2024-03-25T16:54:58.393Z | Compiling ryu v1.0.15 |
1388 | 2024-03-25T16:54:58.501Z | Compiling smallvec v1.13.1 |
1389 | 2024-03-25T16:54:58.637Z | Compiling pkg-config v0.3.27 |
1390 | 2024-03-25T16:54:58.775Z | Compiling subtle v2.5.0 |
1391 | 2024-03-25T16:54:58.940Z | Compiling pin-project-lite v0.2.13 |
1392 | 2024-03-25T16:54:59.085Z | Compiling heck v0.4.1 |
1393 | 2024-03-25T16:54:59.545Z | Compiling equivalent v1.0.1 |
1394 | 2024-03-25T16:54:59.553Z | Compiling schemars v0.8.16 |
1395 | 2024-03-25T16:54:59.553Z | Compiling parking_lot v0.12.1 |
1396 | 2024-03-25T16:54:59.574Z | Compiling time-core v0.1.2 |
1397 | 2024-03-25T16:54:59.749Z | Compiling num-conv v0.1.0 |
1398 | 2024-03-25T16:54:59.763Z | Compiling signal-hook-registry v1.4.1 |
1399 | 2024-03-25T16:55:00.014Z | Compiling time-macros v0.2.17 |
1400 | 2024-03-25T16:55:00.682Z | Compiling vcpkg v0.2.15 |
1401 | 2024-03-25T16:55:01.192Z | Compiling ring v0.17.8 |
1402 | 2024-03-25T16:55:01.370Z | Compiling mio v0.8.11 |
1403 | 2024-03-25T16:55:02.635Z | Compiling fnv v1.0.7 |
1404 | 2024-03-25T16:55:02.658Z | Compiling httparse v1.8.0 |
1405 | 2024-03-25T16:55:02.760Z | Compiling const-oid v0.9.6 |
1406 | 2024-03-25T16:55:02.985Z | Compiling openssl-sys v0.9.96 |
1407 | 2024-03-25T16:55:03.085Z | Compiling socket2 v0.5.5 |
1408 | 2024-03-25T16:55:03.130Z | Compiling num_cpus v1.16.0 |
1409 | 2024-03-25T16:55:03.266Z | Compiling ucd-trie v0.1.6 |
1410 | 2024-03-25T16:55:03.872Z | Compiling futures-core v0.3.30 |
1411 | 2024-03-25T16:55:03.978Z | Compiling ring v0.16.20 |
1412 | 2024-03-25T16:55:04.057Z | Compiling semver v1.0.22 |
1413 | 2024-03-25T16:55:04.126Z | Compiling openssl v0.10.60 |
1414 | 2024-03-25T16:55:04.517Z | Compiling futures-sink v0.3.30 |
1415 | 2024-03-25T16:55:04.536Z | Compiling iana-time-zone v0.1.57 |
1416 | 2024-03-25T16:55:04.556Z | Compiling native-tls v0.2.11 |
1417 | 2024-03-25T16:55:04.671Z | Compiling slog v2.7.0 |
1418 | 2024-03-25T16:55:04.835Z | Compiling serde_derive_internals v0.26.0 |
1419 | 2024-03-25T16:55:05.093Z | Compiling spin v0.5.2 |
1420 | 2024-03-25T16:55:05.109Z | Compiling rustls v0.21.9 |
1421 | 2024-03-25T16:55:05.197Z | Compiling futures-channel v0.3.30 |
1422 | 2024-03-25T16:55:05.365Z | Compiling cookie v0.17.0 |
1423 | 2024-03-25T16:55:05.575Z | Compiling pin-utils v0.1.0 |
1424 | 2024-03-25T16:55:05.602Z | Compiling futures-io v0.3.30 |
1425 | 2024-03-25T16:55:05.662Z | Compiling rustix v0.38.31 |
1426 | 2024-03-25T16:55:05.688Z | Compiling futures-task v0.3.30 |
1427 | 2024-03-25T16:55:05.993Z | Compiling aho-corasick v1.1.2 |
1428 | 2024-03-25T16:55:06.839Z | Compiling regex-syntax v0.8.2 |
1429 | 2024-03-25T16:55:06.843Z | Compiling tinyvec_macros v0.1.1 |
1430 | 2024-03-25T16:55:06.843Z | Compiling cpufeatures v0.2.12 |
1431 | 2024-03-25T16:55:06.843Z | Compiling crossbeam-utils v0.8.19 |
1432 | 2024-03-25T16:55:06.843Z | Compiling async-trait v0.1.77 |
1433 | 2024-03-25T16:55:07.108Z | Compiling uuid v0.8.2 |
1434 | 2024-03-25T16:55:07.145Z | Compiling dyn-clone v1.0.17 |
1435 | 2024-03-25T16:55:07.294Z | Compiling tinyvec v1.6.0 |
1436 | 2024-03-25T16:55:08.614Z | Compiling backtrace v0.3.69 |
1437 | 2024-03-25T16:55:08.749Z | Compiling unicode-normalization v0.1.22 |
1438 | 2024-03-25T16:55:09.785Z | Compiling unicode-bidi v0.3.15 |
1439 | 2024-03-25T16:55:09.942Z | Compiling regex-automata v0.4.5 |
1440 | 2024-03-25T16:55:10.318Z | Compiling tracing-core v0.1.32 |
1441 | 2024-03-25T16:55:11.786Z | Compiling ppv-lite86 v0.2.17 |
1442 | 2024-03-25T16:55:11.962Z | Compiling anyhow v1.0.79 |
1443 | 2024-03-25T16:55:12.099Z | Compiling spin v0.9.8 |
1444 | 2024-03-25T16:55:12.164Z | Compiling serde_derive v1.0.197 |
1445 | 2024-03-25T16:55:12.322Z | Compiling zeroize_derive v1.4.2 |
1446 | 2024-03-25T16:55:12.492Z | Compiling zerocopy-derive v0.7.32 |
1447 | 2024-03-25T16:55:12.495Z | Compiling thiserror-impl v1.0.57 |
1448 | 2024-03-25T16:55:12.534Z | Compiling tokio-macros v2.2.0 |
1449 | 2024-03-25T16:55:12.654Z | Compiling futures-macro v0.3.30 |
1450 | 2024-03-25T16:55:13.264Z | Compiling tracing-attributes v0.1.27 |
1451 | 2024-03-25T16:55:13.957Z | Compiling zeroize v1.7.0 |
1452 | 2024-03-25T16:55:14.330Z | Compiling schemars_derive v0.8.16 |
1453 | 2024-03-25T16:55:14.863Z | Compiling zerocopy v0.7.32 |
1454 | 2024-03-25T16:55:15.734Z | Compiling crypto-common v0.1.6 |
1455 | 2024-03-25T16:55:15.906Z | Compiling block-buffer v0.10.4 |
1456 | 2024-03-25T16:55:16.158Z | Compiling pest v2.7.6 |
1457 | 2024-03-25T16:55:16.228Z | Compiling digest v0.10.7 |
1458 | 2024-03-25T16:55:16.573Z | Compiling openssl-macros v0.1.1 |
1459 | 2024-03-25T16:55:18.981Z | Compiling hashbrown v0.14.3 |
1460 | 2024-03-25T16:55:19.438Z | Compiling futures-util v0.3.30 |
1461 | 2024-03-25T16:55:19.439Z | Compiling der_derive v0.7.2 |
1462 | 2024-03-25T16:55:19.439Z | Compiling pest_meta v2.7.6 |
1463 | 2024-03-25T16:55:19.439Z | Compiling regex v1.10.3 |
1464 | 2024-03-25T16:55:20.178Z | Compiling pest_generator v2.7.6 |
1465 | 2024-03-25T16:55:20.318Z | Compiling tracing v0.1.40 |
1466 | 2024-03-25T16:55:21.004Z | Compiling percent-encoding v2.3.1 |
1467 | 2024-03-25T16:55:21.342Z | Compiling unicode-xid v0.2.4 |
1468 | 2024-03-25T16:55:21.532Z | Compiling powerfmt v0.2.0 |
1469 | 2024-03-25T16:55:22.191Z | Compiling deranged v0.3.11 |
1470 | 2024-03-25T16:55:22.489Z | Compiling synstructure v0.12.6 |
1471 | 2024-03-25T16:55:22.814Z | Compiling scroll_derive v0.12.0 |
1472 | 2024-03-25T16:55:23.606Z | Compiling pest_derive v2.7.6 |
1473 | 2024-03-25T16:55:24.278Z | Compiling winnow v0.5.15 |
1474 | 2024-03-25T16:55:24.303Z | Compiling crc32fast v1.3.2 |
1475 | 2024-03-25T16:55:24.376Z | Compiling unicode-width v0.1.11 |
1476 | 2024-03-25T16:55:24.525Z | Compiling num_threads v0.1.6 |
1477 | 2024-03-25T16:55:31.317Z | Compiling time v0.3.34 |
1478 | 2024-03-25T16:55:31.586Z | Compiling zerocopy-derive v0.2.0 |
1479 | 2024-03-25T16:55:31.586Z | Compiling rand_chacha v0.3.1 |
1480 | 2024-03-25T16:55:31.586Z | Compiling bytes v1.5.0 |
1481 | 2024-03-25T16:55:31.670Z | Compiling indexmap v2.2.5 |
1482 | 2024-03-25T16:55:31.670Z | Compiling tokio v1.36.0 |
1483 | 2024-03-25T16:55:31.670Z | Compiling chrono v0.4.34 |
1484 | 2024-03-25T16:55:31.670Z | Compiling uuid v1.7.0 |
1485 | 2024-03-25T16:55:31.670Z | Compiling http v0.2.12 |
1486 | 2024-03-25T16:55:31.671Z | Compiling bitflags v2.4.2 |
1487 | 2024-03-25T16:55:31.671Z | Compiling rustc_version v0.4.0 |
1488 | 2024-03-25T16:55:31.671Z | Compiling toml_datetime v0.6.5 |
1489 | 2024-03-25T16:55:31.671Z | Compiling serde_spanned v0.6.5 |
1490 | 2024-03-25T16:55:31.672Z | Compiling toml_edit v0.19.15 |
1491 | 2024-03-25T16:55:32.296Z | Compiling thread-id v4.2.0 |
1492 | 2024-03-25T16:55:33.974Z | Compiling openapiv3 v2.0.0 |
1493 | 2024-03-25T16:55:36.192Z | Compiling rand v0.8.5 |
1494 | 2024-03-25T16:55:36.218Z | Compiling form_urlencoded v1.2.1 |
1495 | 2024-03-25T16:55:36.600Z | Compiling foreign-types-shared v0.1.1 |
1496 | 2024-03-25T16:55:36.713Z | Compiling untrusted v0.7.1 |
1497 | 2024-03-25T16:55:36.900Z | Compiling untrusted v0.9.0 |
1498 | 2024-03-25T16:55:37.507Z | Compiling tokio-util v0.7.10 |
1499 | 2024-03-25T16:55:38.315Z | Compiling foreign-types v0.3.2 |
1500 | 2024-03-25T16:55:39.222Z | Compiling errno v0.3.8 |
1501 | 2024-03-25T16:55:39.827Z | Compiling usdt-impl v0.3.5 |
1502 | 2024-03-25T16:55:39.831Z | Compiling base64 v0.21.7 |
1503 | 2024-03-25T16:55:39.831Z | Compiling try-lock v0.2.4 |
1504 | 2024-03-25T16:55:39.913Z | Compiling want v0.3.1 |
1505 | 2024-03-25T16:55:40.473Z | Compiling sct v0.7.0 |
1506 | 2024-03-25T16:55:41.632Z | Compiling rustls-webpki v0.101.7 |
1507 | 2024-03-25T16:55:41.795Z | Compiling h2 v0.3.24 |
1508 | 2024-03-25T16:55:42.346Z | Compiling http-body v0.4.5 |
1509 | 2024-03-25T16:55:42.767Z | Compiling idna v0.5.0 |
1510 | 2024-03-25T16:55:43.675Z | Compiling num-bigint v0.4.4 |
1511 | 2024-03-25T16:55:43.955Z | Compiling usdt-impl v0.5.0 |
1512 | 2024-03-25T16:55:44.332Z | Compiling httpdate v1.0.3 |
1513 | 2024-03-25T16:55:44.484Z | Compiling tower-service v0.3.2 |
1514 | 2024-03-25T16:55:44.508Z | Compiling rustversion v1.0.14 |
1515 | 2024-03-25T16:55:44.597Z | Compiling openssl-probe v0.1.5 |
1516 | 2024-03-25T16:55:44.758Z | Compiling url v2.5.0 |
1517 | 2024-03-25T16:55:46.117Z | Compiling heapless v0.7.16 |
1518 | 2024-03-25T16:55:46.648Z | Compiling zerocopy v0.3.0 |
1519 | 2024-03-25T16:55:46.663Z | Compiling serde_tokenstream v0.2.0 |
1520 | 2024-03-25T16:55:46.927Z | Compiling scroll v0.12.0 |
1521 | 2024-03-25T16:55:47.198Z | Compiling idna v0.3.0 |
1522 | 2024-03-25T16:55:47.218Z | Compiling lazy_static v1.4.0 |
1523 | 2024-03-25T16:55:47.493Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1524 | 2024-03-25T16:55:47.519Z | Compiling base64ct v1.6.0 |
1525 | 2024-03-25T16:55:48.538Z | Compiling adler v1.0.2 |
1526 | 2024-03-25T16:55:48.569Z | Compiling plain v0.2.3 |
1527 | 2024-03-25T16:55:48.569Z | Compiling signal-hook v0.3.17 |
1528 | 2024-03-25T16:55:48.569Z | Compiling hyper v0.14.28 |
1529 | 2024-03-25T16:55:48.579Z | Compiling psl-types v2.0.11 |
1530 | 2024-03-25T16:55:48.681Z | Compiling goblin v0.8.0 |
1531 | 2024-03-25T16:55:48.742Z | Compiling publicsuffix v2.2.3 |
1532 | 2024-03-25T16:55:48.786Z | Compiling miniz_oxide v0.7.1 |
1533 | 2024-03-25T16:55:49.639Z | Compiling tokio-rustls v0.24.1 |
1534 | 2024-03-25T16:55:50.457Z | Compiling dof v0.1.5 |
1535 | 2024-03-25T16:55:50.876Z | Compiling tokio-native-tls v0.3.1 |
1536 | 2024-03-25T16:55:50.876Z | Compiling crossbeam-epoch v0.9.18 |
1537 | 2024-03-25T16:55:50.967Z | Compiling dtrace-parser v0.1.14 |
1538 | 2024-03-25T16:55:51.180Z | Compiling pretty-hex v0.4.1 |
1539 | 2024-03-25T16:55:51.426Z | Compiling ipnet v2.9.0 |
1540 | 2024-03-25T16:55:52.325Z | Compiling cookie_store v0.20.0 |
1541 | 2024-03-25T16:55:53.085Z | Compiling rustls-pemfile v1.0.3 |
1542 | 2024-03-25T16:55:53.104Z | Compiling serde_urlencoded v0.7.1 |
1543 | 2024-03-25T16:55:53.473Z | Compiling serde_tokenstream v0.1.7 |
1544 | 2024-03-25T16:55:53.718Z | Compiling dtrace-parser v0.2.0 |
1545 | 2024-03-25T16:55:53.865Z | Compiling enum-as-inner v0.5.1 |
1546 | 2024-03-25T16:55:54.037Z | Compiling encoding_rs v0.8.33 |
1547 | 2024-03-25T16:55:54.058Z | Compiling either v1.10.0 |
1548 | 2024-03-25T16:55:54.474Z | Compiling dof v0.3.0 |
1549 | 2024-03-25T16:55:54.833Z | Compiling sync_wrapper v0.1.2 |
1550 | 2024-03-25T16:55:54.878Z | Compiling webpki-roots v0.25.2 |
1551 | 2024-03-25T16:55:55.021Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1552 | 2024-03-25T16:55:55.041Z | Compiling smoltcp v0.9.1 |
1553 | 2024-03-25T16:55:55.544Z | Compiling hyper-tls v0.5.0 |
1554 | 2024-03-25T16:55:55.667Z | Compiling hyper-rustls v0.24.2 |
1555 | 2024-03-25T16:55:55.778Z | Compiling mime v0.3.17 |
1556 | 2024-03-25T16:55:55.824Z | Compiling gimli v0.28.0 |
1557 | 2024-03-25T16:55:55.871Z | Compiling pem-rfc7468 v0.7.0 |
1558 | 2024-03-25T16:55:56.393Z | Compiling reqwest v0.11.24 |
1559 | 2024-03-25T16:55:56.830Z | Compiling hmac v0.12.1 |
1560 | 2024-03-25T16:55:57.119Z | Compiling object v0.32.1 |
1561 | 2024-03-25T16:55:58.118Z | Compiling unicode-segmentation v1.10.1 |
1562 | 2024-03-25T16:55:58.178Z | Compiling siphasher v0.3.11 |
1563 | 2024-03-25T16:55:58.251Z | Compiling flagset v0.4.3 |
1564 | 2024-03-25T16:55:58.454Z | Compiling rustc-demangle v0.1.23 |
1565 | 2024-03-25T16:55:58.541Z | Compiling der v0.7.8 |
1566 | 2024-03-25T16:55:59.080Z | Compiling flate2 v1.0.28 |
1567 | 2024-03-25T16:55:59.300Z | Compiling usdt-attr-macro v0.3.5 |
1568 | 2024-03-25T16:55:59.431Z | Compiling usdt-macro v0.3.5 |
1569 | 2024-03-25T16:56:00.029Z | Compiling addr2line v0.21.0 |
1570 | 2024-03-25T16:56:00.771Z | Compiling futures-executor v0.3.30 |
1571 | 2024-03-25T16:56:00.843Z | Compiling hubpack_derive v0.1.1 |
1572 | 2024-03-25T16:56:01.023Z | Compiling zerocopy-derive v0.6.4 |
1573 | 2024-03-25T16:56:03.335Z | Compiling winnow v0.6.1 |
1574 | 2024-03-25T16:56:03.945Z | Compiling utf8parse v0.2.1 |
1575 | 2024-03-25T16:56:04.111Z | Compiling anstyle v1.0.2 |
1576 | 2024-03-25T16:56:04.149Z | Compiling anstyle-parse v0.2.1 |
1577 | 2024-03-25T16:56:04.495Z | Compiling sha2 v0.10.8 |
1578 | 2024-03-25T16:56:06.911Z | Compiling toml_edit v0.22.6 |
1579 | 2024-03-25T16:56:08.925Z | Compiling futures v0.3.30 |
1580 | 2024-03-25T16:56:09.055Z | Compiling spki v0.7.2 |
1581 | 2024-03-25T16:56:10.305Z | Compiling md-5 v0.10.5 |
1582 | 2024-03-25T16:56:10.563Z | Compiling toml v0.7.8 |
1583 | 2024-03-25T16:56:10.696Z | Compiling hex v0.4.3 |
1584 | 2024-03-25T16:56:10.975Z | Compiling regress v0.9.0 |
1585 | 2024-03-25T16:56:11.286Z | Compiling block-padding v0.3.3 |
1586 | 2024-03-25T16:56:11.571Z | Compiling clap_derive v4.5.0 |
1587 | 2024-03-25T16:56:11.826Z | Compiling stringprep v0.1.3 |
1588 | 2024-03-25T16:56:12.340Z | Compiling diesel_table_macro_syntax v0.1.0 |
1589 | 2024-03-25T16:56:12.740Z | Compiling num-integer v0.1.46 |
1590 | 2024-03-25T16:56:12.841Z | Compiling hash32 v0.2.1 |
1591 | 2024-03-25T16:56:13.432Z | Compiling fallible-iterator v0.2.0 |
1592 | 2024-03-25T16:56:13.527Z | Compiling colorchoice v1.0.0 |
1593 | 2024-03-25T16:56:13.692Z | Compiling stable_deref_trait v1.2.0 |
1594 | 2024-03-25T16:56:13.802Z | Compiling anstyle-query v1.0.0 |
1595 | 2024-03-25T16:56:13.947Z | Compiling anstream v0.6.11 |
1596 | 2024-03-25T16:56:14.134Z | Compiling postgres-protocol v0.6.6 |
1597 | 2024-03-25T16:56:14.687Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1598 | 2024-03-25T16:56:16.223Z | Compiling diesel_derives v2.1.2 |
1599 | 2024-03-25T16:56:16.671Z | Compiling inout v0.1.3 |
1600 | 2024-03-25T16:56:17.186Z | Compiling pkcs8 v0.10.2 |
1601 | 2024-03-25T16:56:18.059Z | Compiling phf_shared v0.11.2 |
1602 | 2024-03-25T16:56:18.293Z | Compiling strum_macros v0.25.2 |
1603 | 2024-03-25T16:56:18.822Z | Compiling terminal_size v0.3.0 |
1604 | 2024-03-25T16:56:19.004Z | Compiling ff v0.13.0 |
1605 | 2024-03-25T16:56:19.228Z | Compiling serde_repr v0.1.16 |
1606 | 2024-03-25T16:56:19.264Z | Compiling scheduled-thread-pool v0.2.7 |
1607 | 2024-03-25T16:56:20.199Z | Compiling base16ct v0.2.0 |
1608 | 2024-03-25T16:56:20.306Z | Compiling bit-vec v0.6.3 |
1609 | 2024-03-25T16:56:20.417Z | Compiling bitflags v1.3.2 |
1610 | 2024-03-25T16:56:20.525Z | Compiling matches v0.1.10 |
1611 | 2024-03-25T16:56:20.545Z | Compiling strsim v0.11.0 |
1612 | 2024-03-25T16:56:20.628Z | Compiling data-encoding v2.4.0 |
1613 | 2024-03-25T16:56:20.732Z | Compiling managed v0.8.0 |
1614 | 2024-03-25T16:56:21.521Z | Compiling regex-automata v0.1.10 |
1615 | 2024-03-25T16:56:22.843Z | Compiling clap_lex v0.7.0 |
1616 | 2024-03-25T16:56:22.843Z | Compiling clap_builder v4.5.1 |
1617 | 2024-03-25T16:56:22.843Z | Compiling bstr v0.2.17 |
1618 | 2024-03-25T16:56:24.037Z | Compiling idna v0.2.3 |
1619 | 2024-03-25T16:56:25.321Z | Compiling sec1 v0.7.3 |
1620 | 2024-03-25T16:56:25.634Z | Compiling r2d2 v0.8.10 |
1621 | 2024-03-25T16:56:25.957Z | Compiling group v0.13.0 |
1622 | 2024-03-25T16:56:26.189Z | Compiling phf v0.11.2 |
1623 | 2024-03-25T16:56:26.528Z | Compiling signal-hook-mio v0.2.3 |
1624 | 2024-03-25T16:56:26.586Z | Compiling bzip2 v0.4.4 |
1625 | 2024-03-25T16:56:26.672Z | Compiling cipher v0.4.4 |
1626 | 2024-03-25T16:56:26.694Z | Compiling postgres-types v0.2.6 |
1627 | 2024-03-25T16:56:27.184Z | Compiling zerocopy v0.6.4 |
1628 | 2024-03-25T16:56:28.028Z | Compiling hubpack v0.1.2 |
1629 | 2024-03-25T16:56:28.176Z | Compiling phf_shared v0.10.0 |
1630 | 2024-03-25T16:56:28.279Z | Compiling hkdf v0.12.4 |
1631 | 2024-03-25T16:56:28.496Z | Compiling ipnetwork v0.20.0 |
1632 | 2024-03-25T16:56:28.542Z | Compiling crypto-bigint v0.5.2 |
1633 | 2024-03-25T16:56:31.753Z | Compiling float-cmp v0.9.0 |
1634 | 2024-03-25T16:56:32.218Z | Compiling minimal-lexical v0.2.1 |
1635 | 2024-03-25T16:56:32.484Z | Compiling precomputed-hash v0.1.1 |
1636 | 2024-03-25T16:56:32.655Z | Compiling static_assertions v1.1.0 |
1637 | 2024-03-25T16:56:32.743Z | Compiling whoami v1.5.0 |
1638 | 2024-03-25T16:56:32.764Z | Compiling difflib v0.4.0 |
1639 | 2024-03-25T16:56:33.457Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1640 | 2024-03-25T16:56:34.370Z | Compiling new_debug_unreachable v1.0.4 |
1641 | 2024-03-25T16:56:34.491Z | Compiling fixedbitset v0.4.2 |
1642 | 2024-03-25T16:56:34.659Z | Compiling predicates-core v1.0.6 |
1643 | 2024-03-25T16:56:34.948Z | Compiling normalize-line-endings v0.3.0 |
1644 | 2024-03-25T16:56:35.033Z | Compiling petgraph v0.6.4 |
1645 | 2024-03-25T16:56:35.077Z | Compiling predicates v3.1.0 |
1646 | 2024-03-25T16:56:35.451Z | Compiling string_cache v0.8.7 |
1647 | 2024-03-25T16:56:35.861Z | Compiling trust-dns-proto v0.22.0 |
1648 | 2024-03-25T16:56:36.683Z | Compiling tokio-postgres v0.7.10 |
1649 | 2024-03-25T16:56:36.877Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1650 | 2024-03-25T16:56:37.100Z | Compiling diesel v2.1.4 |
1651 | 2024-03-25T16:56:38.647Z | Compiling nom v7.1.3 |
1652 | 2024-03-25T16:56:39.040Z | Compiling elliptic-curve v0.13.8 |
1653 | 2024-03-25T16:56:39.869Z | Compiling yasna v0.5.2 |
1654 | 2024-03-25T16:56:40.160Z | Compiling zip v0.6.6 |
1655 | 2024-03-25T16:56:41.563Z | Compiling crossterm v0.27.0 |
1656 | 2024-03-25T16:56:41.768Z | Compiling clap v4.5.1 |
1657 | 2024-03-25T16:56:42.178Z | Compiling similar v2.4.0 |
1658 | 2024-03-25T16:56:42.252Z | Compiling bit-set v0.5.3 |
1659 | 2024-03-25T16:56:42.306Z | Compiling num-iter v0.1.44 |
1660 | 2024-03-25T16:56:42.362Z | Compiling usdt v0.3.5 |
1661 | 2024-03-25T16:56:42.485Z | Compiling itertools v0.10.5 |
1662 | 2024-03-25T16:56:42.543Z | Compiling console v0.15.8 |
1663 | 2024-03-25T16:56:42.635Z | Compiling tokio-stream v0.1.14 |
1664 | 2024-03-25T16:56:43.361Z | Compiling bstr v1.9.0 |
1665 | 2024-03-25T16:56:43.999Z | Compiling lalrpop-util v0.19.12 |
1666 | 2024-03-25T16:56:46.200Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1667 | 2024-03-25T16:56:46.342Z | Compiling getopts v0.2.21 |
1668 | 2024-03-25T16:56:46.640Z | Compiling unsafe-libyaml v0.2.10 |
1669 | 2024-03-25T16:56:47.660Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1670 | 2024-03-25T16:56:48.240Z | Compiling serde_yaml v0.9.25 |
1671 | 2024-03-25T16:56:50.956Z | Compiling camino v1.1.6 |
1672 | 2024-03-25T16:56:56.300Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1673 | 2024-03-25T16:57:08.648Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1674 | 2024-03-25T16:57:10.089Z | Compiling strsim v0.10.0 |
1675 | 2024-03-25T16:57:10.939Z | Compiling ident_case v1.0.1 |
1676 | 2024-03-25T16:57:11.126Z | Compiling darling_core v0.20.3 |
1677 | 2024-03-25T16:57:14.408Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1678 | 2024-03-25T16:57:20.964Z | Compiling darling_macro v0.20.3 |
1679 | 2024-03-25T16:57:21.994Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1680 | 2024-03-25T16:57:23.311Z | Compiling sha1 v0.10.6 |
1681 | 2024-03-25T16:57:23.542Z | Compiling darling v0.20.3 |
1682 | 2024-03-25T16:57:23.662Z | Compiling atty v0.2.14 |
1683 | 2024-03-25T16:57:23.768Z | Compiling match_cfg v0.1.0 |
1684 | 2024-03-25T16:57:23.816Z | Compiling dirs-sys-next v0.1.2 |
1685 | 2024-03-25T16:57:23.854Z | Compiling rustls-pki-types v1.3.0 |
1686 | 2024-03-25T16:57:23.875Z | Compiling hostname v0.3.1 |
1687 | 2024-03-25T16:57:24.106Z | Compiling dirs-next v2.0.0 |
1688 | 2024-03-25T16:57:24.409Z | Compiling thread_local v1.1.7 |
1689 | 2024-03-25T16:57:24.445Z | Compiling slog-async v2.8.0 |
1690 | 2024-03-25T16:57:24.572Z | Compiling rustls v0.22.2 |
1691 | 2024-03-25T16:57:24.815Z | Compiling rustls-webpki v0.102.1 |
1692 | 2024-03-25T16:57:24.893Z | Compiling term v0.7.0 |
1693 | 2024-03-25T16:57:24.997Z | Compiling crossbeam-channel v0.5.8 |
1694 | 2024-03-25T16:57:25.020Z | Compiling multer v3.0.0 |
1695 | 2024-03-25T16:57:25.317Z | Compiling instant v0.1.12 |
1696 | 2024-03-25T16:57:25.465Z | Compiling paste v1.0.14 |
1697 | 2024-03-25T16:57:25.684Z | Compiling take_mut v0.2.2 |
1698 | 2024-03-25T16:57:26.036Z | Compiling slog-term v2.9.0 |
1699 | 2024-03-25T16:57:26.118Z | Compiling slog-json v2.6.1 |
1700 | 2024-03-25T16:57:26.144Z | Compiling http v1.0.0 |
1701 | 2024-03-25T16:57:26.469Z | Compiling async-stream-impl v0.3.5 |
1702 | 2024-03-25T16:57:26.576Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1703 | 2024-03-25T16:57:26.907Z | Compiling debug-ignore v1.0.5 |
1704 | 2024-03-25T16:57:27.000Z | Compiling atomic-waker v1.1.1 |
1705 | 2024-03-25T16:57:27.120Z | Compiling waitgroup v0.1.2 |
1706 | 2024-03-25T16:57:27.150Z | Compiling slog-bunyan v2.5.0 |
1707 | 2024-03-25T16:57:27.329Z | Compiling rustls-pemfile v2.1.1 |
1708 | 2024-03-25T16:57:27.357Z | Compiling serde_with_macros v3.6.1 |
1709 | 2024-03-25T16:57:27.374Z | Compiling toml v0.8.10 |
1710 | 2024-03-25T16:57:27.896Z | Compiling async-stream v0.3.5 |
1711 | 2024-03-25T16:57:28.240Z | Compiling strum_macros v0.26.1 |
1712 | 2024-03-25T16:57:28.477Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1713 | 2024-03-25T16:57:28.744Z | Compiling serde_path_to_error v0.1.16 |
1714 | 2024-03-25T16:57:28.827Z | Compiling structmeta-derive v0.3.0 |
1715 | 2024-03-25T16:57:29.062Z | Compiling newtype-uuid v1.0.1 |
1716 | 2024-03-25T16:57:29.364Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1717 | 2024-03-25T16:57:29.598Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1718 | 2024-03-25T16:57:29.828Z | Compiling backoff v0.4.0 |
1719 | 2024-03-25T16:57:30.130Z | Compiling tokio-rustls v0.25.0 |
1720 | 2024-03-25T16:57:30.173Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1721 | 2024-03-25T16:57:30.356Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1722 | 2024-03-25T16:57:30.524Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
1723 | 2024-03-25T16:57:30.632Z | Compiling serde_with v3.6.1 |
1724 | 2024-03-25T16:57:31.129Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1725 | 2024-03-25T16:57:31.293Z | Compiling macaddr v1.0.1 |
1726 | 2024-03-25T16:57:31.791Z | Compiling proc-macro-error-attr v1.0.4 |
1727 | 2024-03-25T16:57:32.061Z | Compiling structmeta v0.3.0 |
1728 | 2024-03-25T16:57:32.201Z | Compiling proc-macro-crate v1.3.1 |
1729 | 2024-03-25T16:57:32.526Z | Compiling parse-display-derive v0.9.0 |
1730 | 2024-03-25T16:57:33.785Z | Compiling proc-macro-error v1.0.4 |
1731 | 2024-03-25T16:57:33.793Z | Compiling strum v0.26.1 |
1732 | 2024-03-25T16:57:33.794Z | Compiling heapless v0.8.0 |
1733 | 2024-03-25T16:57:33.917Z | Compiling num_enum_derive v0.5.11 |
1734 | 2024-03-25T16:57:34.531Z | Compiling hash32 v0.3.1 |
1735 | 2024-03-25T16:57:34.768Z | Compiling smoltcp v0.11.0 |
1736 | 2024-03-25T16:57:35.359Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1737 | 2024-03-25T16:57:36.266Z | Compiling cobs v0.2.3 |
1738 | 2024-03-25T16:57:36.521Z | Compiling embedded-io v0.4.0 |
1739 | 2024-03-25T16:57:36.603Z | Compiling fastrand v2.0.1 |
1740 | 2024-03-25T16:57:36.755Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1741 | 2024-03-25T16:57:36.779Z | Compiling num_enum v0.5.11 |
1742 | 2024-03-25T16:57:36.918Z | Compiling tempfile v3.10.0 |
1743 | 2024-03-25T16:57:37.066Z | Compiling postcard v1.0.8 |
1744 | 2024-03-25T16:57:37.156Z | Compiling foreign-types-macros v0.2.3 |
1745 | 2024-03-25T16:57:37.479Z | Compiling parse-display v0.9.0 |
1746 | 2024-03-25T16:57:37.796Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1747 | 2024-03-25T16:57:37.868Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1748 | 2024-03-25T16:57:37.885Z | Compiling foreign-types-shared v0.3.1 |
1749 | 2024-03-25T16:57:38.011Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1750 | 2024-03-25T16:57:38.090Z | Compiling crucible-workspace-hack v0.1.0 |
1751 | 2024-03-25T16:57:38.224Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1752 | 2024-03-25T16:57:38.340Z | Compiling tabwriter v1.4.0 |
1753 | 2024-03-25T16:57:38.394Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1754 | 2024-03-25T16:57:38.411Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1755 | 2024-03-25T16:57:38.446Z | Compiling foreign-types v0.5.0 |
1756 | 2024-03-25T16:57:38.570Z | Compiling cstr-argument v0.1.2 |
1757 | 2024-03-25T16:57:38.819Z | Compiling pretty-hex v0.2.1 |
1758 | 2024-03-25T16:57:38.839Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1759 | 2024-03-25T16:57:39.009Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1760 | 2024-03-25T16:57:39.154Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1761 | 2024-03-25T16:57:39.293Z | Compiling colored v2.1.0 |
1762 | 2024-03-25T16:57:39.314Z | Compiling socket2 v0.4.9 |
1763 | 2024-03-25T16:57:39.744Z | Compiling platforms v3.0.2 |
1764 | 2024-03-25T16:57:39.744Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1765 | 2024-03-25T16:57:39.744Z | Compiling camino-tempfile v1.1.1 |
1766 | 2024-03-25T16:57:39.745Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1767 | 2024-03-25T16:57:39.745Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1768 | 2024-03-25T16:57:39.745Z | Compiling num-derive v0.4.0 |
1769 | 2024-03-25T16:57:40.164Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1770 | 2024-03-25T16:57:40.239Z | Compiling smf v0.2.2 |
1771 | 2024-03-25T16:57:40.614Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1772 | 2024-03-25T16:57:40.633Z | Compiling unicase v2.7.0 |
1773 | 2024-03-25T16:57:40.953Z | Compiling rayon-core v1.12.1 |
1774 | 2024-03-25T16:57:41.223Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1775 | 2024-03-25T16:57:41.252Z | Compiling semver v0.1.20 |
1776 | 2024-03-25T16:57:41.704Z | Compiling rustc_version v0.1.7 |
1777 | 2024-03-25T16:57:41.970Z | Compiling curve25519-dalek v4.1.1 |
1778 | 2024-03-25T16:57:42.159Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1779 | 2024-03-25T16:57:42.195Z | Compiling crossbeam-deque v0.8.3 |
1780 | 2024-03-25T16:57:42.260Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1781 | 2024-03-25T16:57:42.541Z | Compiling universal-hash v0.5.1 |
1782 | 2024-03-25T16:57:42.604Z | Compiling opaque-debug v0.3.0 |
1783 | 2024-03-25T16:57:42.730Z | Compiling same-file v1.0.6 |
1784 | 2024-03-25T16:57:42.952Z | Compiling walkdir v2.4.0 |
1785 | 2024-03-25T16:57:42.978Z | Compiling newtype_derive v0.1.6 |
1786 | 2024-03-25T16:57:43.271Z | Compiling semver-parser v0.10.2 |
1787 | 2024-03-25T16:57:43.322Z | Compiling signature v2.1.0 |
1788 | 2024-03-25T16:57:43.574Z | Compiling curve25519-dalek-derive v0.1.0 |
1789 | 2024-03-25T16:57:43.716Z | Compiling blake3 v1.5.0 |
1790 | 2024-03-25T16:57:43.716Z | Compiling num-rational v0.4.1 |
1791 | 2024-03-25T16:57:43.963Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1792 | 2024-03-25T16:57:44.054Z | Compiling getrandom v0.1.16 |
1793 | 2024-03-25T16:57:44.365Z | Compiling semver v0.11.0 |
1794 | 2024-03-25T16:57:44.649Z | Compiling rayon v1.9.0 |
1795 | 2024-03-25T16:57:44.992Z | Compiling usdt-macro v0.5.0 |
1796 | 2024-03-25T16:57:45.458Z | Compiling usdt-attr-macro v0.5.0 |
1797 | 2024-03-25T16:57:45.469Z | Compiling heck v0.3.3 |
1798 | 2024-03-25T16:57:45.469Z | Compiling textwrap v0.11.0 |
1799 | 2024-03-25T16:57:45.583Z | Compiling password-hash v0.5.0 |
1800 | 2024-03-25T16:57:45.737Z | Compiling blake2 v0.10.6 |
1801 | 2024-03-25T16:57:45.882Z | Compiling memmap v0.7.0 |
1802 | 2024-03-25T16:57:46.261Z | Compiling filetime v0.2.23 |
1803 | 2024-03-25T16:57:46.525Z | Compiling memmap2 v0.7.1 |
1804 | 2024-03-25T16:57:46.651Z | Compiling xattr v1.0.1 |
1805 | 2024-03-25T16:57:46.724Z | Compiling vec_map v0.8.2 |
1806 | 2024-03-25T16:57:46.760Z | Compiling home v0.5.5 |
1807 | 2024-03-25T16:57:46.916Z | Compiling libefi-sys v0.1.0 |
1808 | 2024-03-25T16:57:46.958Z | Compiling arrayvec v0.7.4 |
1809 | 2024-03-25T16:57:47.016Z | Compiling parking_lot_core v0.8.6 |
1810 | 2024-03-25T16:57:47.021Z | Compiling linked-hash-map v0.5.6 |
1811 | 2024-03-25T16:57:47.184Z | Compiling arrayref v0.3.7 |
1812 | 2024-03-25T16:57:47.226Z | Compiling ansi_term v0.12.1 |
1813 | 2024-03-25T16:57:47.294Z | Compiling constant_time_eq v0.3.0 |
1814 | 2024-03-25T16:57:47.353Z | Compiling strsim v0.8.0 |
1815 | 2024-03-25T16:57:47.391Z | Compiling base64 v0.22.0 |
1816 | 2024-03-25T16:57:47.480Z | Compiling quick-error v1.2.3 |
1817 | 2024-03-25T16:57:47.526Z | Compiling lru-cache v0.1.2 |
1818 | 2024-03-25T16:57:48.030Z | Compiling resolv-conf v0.7.0 |
1819 | 2024-03-25T16:57:48.042Z | Compiling clap v2.34.0 |
1820 | 2024-03-25T16:57:48.042Z | Compiling toolchain_find v0.2.0 |
1821 | 2024-03-25T16:57:48.042Z | Compiling tar v0.4.40 |
1822 | 2024-03-25T16:57:48.179Z | Compiling usdt v0.5.0 |
1823 | 2024-03-25T16:57:48.431Z | Compiling argon2 v0.5.3 |
1824 | 2024-03-25T16:57:48.475Z | Compiling structopt-derive v0.4.18 |
1825 | 2024-03-25T16:57:51.194Z | Compiling rfc6979 v0.4.0 |
1826 | 2024-03-25T16:57:51.198Z | Compiling toml v0.5.11 |
1827 | 2024-03-25T16:57:51.198Z | Compiling aead v0.5.2 |
1828 | 2024-03-25T16:57:51.406Z | Compiling num-complex v0.4.4 |
1829 | 2024-03-25T16:57:51.523Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1830 | 2024-03-25T16:57:51.612Z | Compiling nibble_vec v0.1.0 |
1831 | 2024-03-25T16:57:51.814Z | Compiling slog-dtrace v0.3.0 |
1832 | 2024-03-25T16:57:51.925Z | Compiling keccak v0.1.4 |
1833 | 2024-03-25T16:57:52.008Z | Compiling utf-8 v0.7.6 |
1834 | 2024-03-25T16:57:52.117Z | Compiling topological-sort v0.2.2 |
1835 | 2024-03-25T16:57:52.314Z | Compiling endian-type v0.1.2 |
1836 | 2024-03-25T16:57:52.335Z | Compiling arc-swap v1.6.0 |
1837 | 2024-03-25T16:57:52.491Z | Compiling cancel-safe-futures v0.1.5 |
1838 | 2024-03-25T16:57:52.537Z | Compiling winapi v0.3.9 |
1839 | 2024-03-25T16:57:52.869Z | Compiling slog-scope v4.4.0 |
1840 | 2024-03-25T16:57:52.930Z | Compiling rustfmt-wrapper v0.2.0 |
1841 | 2024-03-25T16:57:52.991Z | Compiling radix_trie v0.2.1 |
1842 | 2024-03-25T16:57:53.847Z | Compiling num v0.4.1 |
1843 | 2024-03-25T16:57:53.852Z | Compiling omicron-zone-package v0.11.0 |
1844 | 2024-03-25T16:57:53.852Z | Compiling sha3 v0.10.8 |
1845 | 2024-03-25T16:57:53.852Z | Compiling tungstenite v0.20.1 |
1846 | 2024-03-25T16:57:53.878Z | Compiling structopt v0.3.26 |
1847 | 2024-03-25T16:57:53.949Z | Compiling ecdsa v0.16.9 |
1848 | 2024-03-25T16:57:54.273Z | Compiling rand_core v0.5.1 |
1849 | 2024-03-25T16:57:54.555Z | Compiling steno v0.4.0 |
1850 | 2024-03-25T16:57:54.767Z | Compiling mime_guess v2.0.4 |
1851 | 2024-03-25T16:57:54.802Z | Compiling trust-dns-resolver v0.22.0 |
1852 | 2024-03-25T16:57:55.737Z | Compiling poly1305 v0.8.0 |
1853 | 2024-03-25T16:57:56.070Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1854 | 2024-03-25T16:57:56.150Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1855 | 2024-03-25T16:57:56.766Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1856 | 2024-03-25T16:57:56.809Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1857 | 2024-03-25T16:57:57.302Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1858 | 2024-03-25T16:57:57.541Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1859 | 2024-03-25T16:57:57.829Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1860 | 2024-03-25T16:57:58.269Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1861 | 2024-03-25T16:57:58.530Z | Compiling primeorder v0.13.6 |
1862 | 2024-03-25T16:57:58.550Z | Compiling chacha20 v0.9.1 |
1863 | 2024-03-25T16:57:59.025Z | Compiling secrecy v0.8.0 |
1864 | 2024-03-25T16:57:59.135Z | Compiling thiserror-impl-no-std v2.0.2 |
1865 | 2024-03-25T16:57:59.290Z | Compiling half v2.3.1 |
1866 | 2024-03-25T16:57:59.867Z | Compiling humantime v2.1.0 |
1867 | 2024-03-25T16:58:00.122Z | Compiling convert_case v0.4.0 |
1868 | 2024-03-25T16:58:00.427Z | Compiling ciborium-io v0.2.2 |
1869 | 2024-03-25T16:58:00.564Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1870 | 2024-03-25T16:58:00.727Z | Compiling option-ext v0.2.0 |
1871 | 2024-03-25T16:58:00.745Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1872 | 2024-03-25T16:58:00.860Z | Compiling dirs-sys v0.4.1 |
1873 | 2024-03-25T16:58:01.148Z | Compiling derive_more v0.99.17 |
1874 | 2024-03-25T16:58:01.329Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1875 | 2024-03-25T16:58:01.559Z | Compiling ciborium-ll v0.2.2 |
1876 | 2024-03-25T16:58:01.982Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1877 | 2024-03-25T16:58:02.538Z | Compiling parking_lot v0.11.2 |
1878 | 2024-03-25T16:58:02.595Z | Compiling thiserror-no-std v2.0.2 |
1879 | 2024-03-25T16:58:02.705Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1880 | 2024-03-25T16:58:02.726Z | Compiling rand_chacha v0.2.2 |
1881 | 2024-03-25T16:58:02.747Z | Compiling tokio-tungstenite v0.20.1 |
1882 | 2024-03-25T16:58:03.390Z | Compiling trust-dns-client v0.22.0 |
1883 | 2024-03-25T16:58:03.499Z | Compiling slog-stdlog v4.1.1 |
1884 | 2024-03-25T16:58:03.873Z | Compiling ed25519 v2.2.2 |
1885 | 2024-03-25T16:58:04.225Z | Compiling polyval v0.6.1 |
1886 | 2024-03-25T16:58:04.244Z | Compiling blowfish v0.9.1 |
1887 | 2024-03-25T16:58:04.248Z | Compiling aes v0.8.3 |
1888 | 2024-03-25T16:58:04.342Z | Compiling ctr v0.9.2 |
1889 | 2024-03-25T16:58:04.629Z | Compiling password-hash v0.4.2 |
1890 | 2024-03-25T16:58:04.690Z | Compiling libsw v3.3.1 |
1891 | 2024-03-25T16:58:04.990Z | Compiling pbkdf2 v0.12.2 |
1892 | 2024-03-25T16:58:05.161Z | Compiling derive-where v1.2.7 |
1893 | 2024-03-25T16:58:05.588Z | Compiling gethostname v0.4.3 |
1894 | 2024-03-25T16:58:06.164Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1895 | 2024-03-25T16:58:06.461Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1896 | 2024-03-25T16:58:07.230Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1897 | 2024-03-25T16:58:08.912Z | Compiling fxhash v0.2.1 |
1898 | 2024-03-25T16:58:08.972Z | Compiling linear-map v1.2.0 |
1899 | 2024-03-25T16:58:09.109Z | Compiling owo-colors v4.0.0 |
1900 | 2024-03-25T16:58:09.364Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1901 | 2024-03-25T16:58:10.159Z | Compiling swrite v0.1.0 |
1902 | 2024-03-25T16:58:10.571Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1903 | 2024-03-25T16:58:10.610Z | Compiling sled v0.34.7 |
1904 | 2024-03-25T16:58:11.603Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1905 | 2024-03-25T16:58:13.868Z | Compiling trust-dns-server v0.22.1 |
1906 | 2024-03-25T16:58:13.871Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1907 | 2024-03-25T16:58:14.052Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1908 | 2024-03-25T16:58:14.666Z | Compiling bcrypt-pbkdf v0.10.0 |
1909 | 2024-03-25T16:58:15.191Z | Compiling pbkdf2 v0.11.0 |
1910 | 2024-03-25T16:58:15.285Z | Compiling ghash v0.5.0 |
1911 | 2024-03-25T16:58:15.484Z | Compiling ed25519-dalek v2.0.0 |
1912 | 2024-03-25T16:58:15.557Z | Compiling slog-envlogger v2.2.0 |
1913 | 2024-03-25T16:58:15.560Z | Compiling russh-cryptovec v0.7.0 |
1914 | 2024-03-25T16:58:15.855Z | Compiling rand v0.7.3 |
1915 | 2024-03-25T16:58:15.876Z | Compiling vsss-rs v3.3.4 |
1916 | 2024-03-25T16:58:16.476Z | Compiling ciborium v0.2.2 |
1917 | 2024-03-25T16:58:16.556Z | Compiling dirs v5.0.1 |
1918 | 2024-03-25T16:58:16.770Z | Compiling p521 v0.13.3 |
1919 | 2024-03-25T16:58:17.383Z | Compiling p256 v0.13.2 |
1920 | 2024-03-25T16:58:17.943Z | Compiling chacha20poly1305 v0.10.1 |
1921 | 2024-03-25T16:58:18.175Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
1922 | 2024-03-25T16:58:18.235Z | Compiling cbc v0.1.2 |
1923 | 2024-03-25T16:58:18.428Z | Compiling pem v3.0.2 |
1924 | 2024-03-25T16:58:18.470Z | Compiling headers-core v0.2.0 |
1925 | 2024-03-25T16:58:18.641Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1926 | 2024-03-25T16:58:19.013Z | Compiling kstat-rs v0.2.3 |
1927 | 2024-03-25T16:58:19.224Z | Compiling nanorand v0.7.0 |
1928 | 2024-03-25T16:58:19.484Z | Compiling glob v0.3.1 |
1929 | 2024-03-25T16:58:19.609Z | Compiling md5 v0.7.0 |
1930 | 2024-03-25T16:58:19.630Z | Compiling http-range v0.1.5 |
1931 | 2024-03-25T16:58:19.791Z | Compiling flume v0.11.0 |
1932 | 2024-03-25T16:58:19.995Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1933 | 2024-03-25T16:58:20.485Z | Compiling hyper-staticfile v0.9.5 |
1934 | 2024-03-25T16:58:20.506Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1935 | 2024-03-25T16:58:20.602Z | Compiling russh-keys v0.42.0 |
1936 | 2024-03-25T16:58:21.493Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1937 | 2024-03-25T16:58:21.824Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1938 | 2024-03-25T16:58:22.453Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1939 | 2024-03-25T16:58:23.576Z | Compiling rcgen v0.12.1 |
1940 | 2024-03-25T16:58:23.970Z | Compiling headers v0.3.9 |
1941 | 2024-03-25T16:58:24.236Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1942 | 2024-03-25T16:58:26.206Z | Compiling aes-gcm v0.10.3 |
1943 | 2024-03-25T16:58:26.527Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1944 | 2024-03-25T16:58:27.474Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1945 | 2024-03-25T16:58:28.575Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1946 | 2024-03-25T16:58:28.730Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1947 | 2024-03-25T16:58:31.205Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1948 | 2024-03-25T16:58:31.737Z | Compiling atomicwrites v0.4.3 |
1949 | 2024-03-25T16:58:32.060Z | Compiling itertools v0.12.1 |
1950 | 2024-03-25T16:58:32.099Z | Compiling subprocess v0.2.9 |
1951 | 2024-03-25T16:58:32.818Z | Compiling display-error-chain v0.2.0 |
1952 | 2024-03-25T16:58:33.008Z | Compiling dhcproto-macros v0.1.0 |
1953 | 2024-03-25T16:58:34.015Z | Compiling hex-literal v0.4.1 |
1954 | 2024-03-25T16:58:34.583Z | Compiling russh v0.42.0 |
1955 | 2024-03-25T16:58:34.586Z | Compiling dhcproto v0.11.0 |
1956 | 2024-03-25T16:58:35.314Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1957 | 2024-03-25T16:58:35.875Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1958 | 2024-03-25T16:58:37.120Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1959 | 2024-03-25T16:58:37.807Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1960 | 2024-03-25T16:58:38.277Z | Compiling internet-checksum v0.2.1 |
1961 | 2024-03-25T16:58:50.005Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1962 | 2024-03-25T16:58:50.123Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1963 | 2024-03-25T16:59:07.273Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1964 | 2024-03-25T16:59:44.020Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 15s |
1965 | 2024-03-25T16:59:44.335Z | |
1966 | 2024-03-25T16:59:44.335Z | real 5:15.480416534 |
1967 | 2024-03-25T16:59:44.335Z | user 27:03.670830432 |
1968 | 2024-03-25T16:59:44.335Z | sys 5:46.566171382 |
1969 | 2024-03-25T16:59:44.336Z | trap 0.796389468 |
1970 | 2024-03-25T16:59:44.336Z | tflt 3.987993495 |
1971 | 2024-03-25T16:59:44.336Z | dflt 6.675731196 |
1972 | 2024-03-25T16:59:44.336Z | kflt 0.102771606 |
1973 | 2024-03-25T16:59:44.339Z | lock 50:02.151571351 |
1974 | 2024-03-25T16:59:44.339Z | slp 1:17:13.327398306 |
1975 | 2024-03-25T16:59:44.339Z | lat 1:38.341249722 |
1976 | 2024-03-25T16:59:44.339Z | stop 4:17.282504192 |
1977 | 2024-03-25T16:59:44.339Z | + mkdir -p /work |
1978 | 2024-03-25T16:59:44.339Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest |
1979 | 2024-03-25T16:59:45.137Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1980 | 2024-03-25T16:59:53.737Z | Finished dev [unoptimized + debuginfo] target(s) in 9.35s |
1981 | 2024-03-25T16:59:53.820Z | |
1982 | 2024-03-25T16:59:53.820Z | real 9.464136039 |
1983 | 2024-03-25T16:59:53.820Z | user 6.656969548 |
1984 | 2024-03-25T16:59:53.820Z | sys 3.703875833 |
1985 | 2024-03-25T16:59:53.820Z | trap 0.002149847 |
1986 | 2024-03-25T16:59:53.820Z | tflt 0.007719110 |
1987 | 2024-03-25T16:59:53.823Z | dflt 0.050168051 |
1988 | 2024-03-25T16:59:53.823Z | kflt 0.000000000 |
1989 | 2024-03-25T16:59:53.824Z | lock 26.206854461 |
1990 | 2024-03-25T16:59:53.824Z | slp 37.511891982 |
1991 | 2024-03-25T16:59:53.824Z | lat 0.135566290 |
1992 | 2024-03-25T16:59:53.824Z | stop 0.343944431 |
1993 | 2024-03-25T16:59:53.824Z | + cp target/debug/commtest /work/commtest |
1994 | 2024-03-25T16:59:54.256Z | + mkdir -p /work/end-to-end-tests |
1995 | 2024-03-25T16:59:54.259Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1996 | 2024-03-25T16:59:55.003Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1997 | 2024-03-25T16:59:55.003Z | + ptime -m gzip |
1998 | 2024-03-25T16:59:55.009Z | ++ basename target/debug/bootstrap |
1999 | 2024-03-25T17:00:07.505Z | |
2000 | 2024-03-25T17:00:07.505Z | real 12.495803851 |
2001 | 2024-03-25T17:00:07.505Z | user 12.406142680 |
2002 | 2024-03-25T17:00:07.506Z | sys 0.076910641 |
2003 | 2024-03-25T17:00:07.506Z | trap 0.003574575 |
2004 | 2024-03-25T17:00:07.506Z | tflt 0.000000000 |
2005 | 2024-03-25T17:00:07.506Z | dflt 0.000000000 |
2006 | 2024-03-25T17:00:07.506Z | kflt 0.000000000 |
2007 | 2024-03-25T17:00:07.509Z | lock 0.000000000 |
2008 | 2024-03-25T17:00:07.509Z | slp 0.000000000 |
2009 | 2024-03-25T17:00:07.509Z | lat 0.008772713 |
2010 | 2024-03-25T17:00:07.509Z | stop 0.000179704 |
2011 | 2024-03-25T17:00:07.509Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2012 | 2024-03-25T17:00:07.509Z | + ptime -m gzip |
2013 | 2024-03-25T17:00:07.510Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-cdb0b653f05d35f0 |
2014 | 2024-03-25T17:00:08.698Z | |
2015 | 2024-03-25T17:00:08.698Z | real 1.186313555 |
2016 | 2024-03-25T17:00:08.698Z | user 1.176603938 |
2017 | 2024-03-25T17:00:08.699Z | sys 0.009121238 |
2018 | 2024-03-25T17:00:08.699Z | trap 0.000069893 |
2019 | 2024-03-25T17:00:08.699Z | tflt 0.000000000 |
2020 | 2024-03-25T17:00:08.699Z | dflt 0.000000000 |
2021 | 2024-03-25T17:00:08.699Z | kflt 0.000000000 |
2022 | 2024-03-25T17:00:08.699Z | lock 0.000000000 |
2023 | 2024-03-25T17:00:08.699Z | slp 0.000000000 |
2024 | 2024-03-25T17:00:08.703Z | lat 0.000111940 |
2025 | 2024-03-25T17:00:08.703Z | stop 0.000179264 |
2026 | 2024-03-25T17:00:08.703Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2027 | 2024-03-25T17:00:08.703Z | + ptime -m gzip |
2028 | 2024-03-25T17:00:08.703Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3cb81999e7440661 |
2029 | 2024-03-25T17:00:09.902Z | |
2030 | 2024-03-25T17:00:09.902Z | real 1.196830239 |
2031 | 2024-03-25T17:00:09.902Z | user 1.185282024 |
2032 | 2024-03-25T17:00:09.902Z | sys 0.010295746 |
2033 | 2024-03-25T17:00:09.902Z | trap 0.000405973 |
2034 | 2024-03-25T17:00:09.902Z | tflt 0.000000000 |
2035 | 2024-03-25T17:00:09.903Z | dflt 0.000000000 |
2036 | 2024-03-25T17:00:09.903Z | kflt 0.000000000 |
2037 | 2024-03-25T17:00:09.903Z | lock 0.000000000 |
2038 | 2024-03-25T17:00:09.903Z | slp 0.000000000 |
2039 | 2024-03-25T17:00:09.903Z | lat 0.000434741 |
2040 | 2024-03-25T17:00:09.903Z | stop 0.000185033 |
2041 | 2024-03-25T17:00:09.907Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2042 | 2024-03-25T17:00:09.907Z | + ptime -m gzip |
2043 | 2024-03-25T17:00:09.907Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-e25b00f6d79ff279 |
2044 | 2024-03-25T17:00:11.106Z | |
2045 | 2024-03-25T17:00:11.106Z | real 1.195978192 |
2046 | 2024-03-25T17:00:11.106Z | user 1.185246988 |
2047 | 2024-03-25T17:00:11.106Z | sys 0.010127577 |
2048 | 2024-03-25T17:00:11.106Z | trap 0.000072583 |
2049 | 2024-03-25T17:00:11.106Z | tflt 0.000000000 |
2050 | 2024-03-25T17:00:11.106Z | dflt 0.000000000 |
2051 | 2024-03-25T17:00:11.106Z | kflt 0.000000000 |
2052 | 2024-03-25T17:00:11.106Z | lock 0.000000000 |
2053 | 2024-03-25T17:00:11.106Z | slp 0.000000000 |
2054 | 2024-03-25T17:00:11.106Z | lat 0.000118109 |
2055 | 2024-03-25T17:00:11.106Z | stop 0.000188952 |
2056 | 2024-03-25T17:00:11.109Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2057 | 2024-03-25T17:00:11.110Z | + ptime -m gzip |
2058 | 2024-03-25T17:00:11.110Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-92ca3720317208b2 |
2059 | 2024-03-25T17:00:23.496Z | |
2060 | 2024-03-25T17:00:23.500Z | real 12.386470261 |
2061 | 2024-03-25T17:00:23.500Z | user 12.309509325 |
2062 | 2024-03-25T17:00:23.500Z | sys 0.074329747 |
2063 | 2024-03-25T17:00:23.500Z | trap 0.001358163 |
2064 | 2024-03-25T17:00:23.500Z | tflt 0.000000000 |
2065 | 2024-03-25T17:00:23.500Z | dflt 0.000000000 |
2066 | 2024-03-25T17:00:23.500Z | kflt 0.000000000 |
2067 | 2024-03-25T17:00:23.500Z | lock 0.000000000 |
2068 | 2024-03-25T17:00:23.500Z | slp 0.000000000 |
2069 | 2024-03-25T17:00:23.500Z | lat 0.000863845 |
2070 | 2024-03-25T17:00:23.500Z | stop 0.000187073 |
2071 | 2024-03-25T17:00:23.500Z | + banner caboose-util |
2072 | 2024-03-25T17:00:23.500Z | |
2073 | 2024-03-25T17:00:23.501Z | #### ## ##### #### #### #### ###### # # ##### |
2074 | 2024-03-25T17:00:23.501Z | # # # # # # # # # # # # # # # |
2075 | 2024-03-25T17:00:23.501Z | # # # ##### # # # # #### ##### ##### # # # |
2076 | 2024-03-25T17:00:23.501Z | # ###### # # # # # # # # # # # |
2077 | 2024-03-25T17:00:23.501Z | # # # # # # # # # # # # # # # # |
2078 | 2024-03-25T17:00:23.501Z | #### # # ##### #### #### #### ###### #### # |
2079 | 2024-03-25T17:00:23.501Z | |
2080 | 2024-03-25T17:00:23.501Z | + ptime -m cargo build --locked -p caboose-util --release |
2081 | 2024-03-25T17:00:23.948Z | Downloading crates ... |
2082 | 2024-03-25T17:00:24.076Z | Downloaded env_logger v0.10.0 |
2083 | 2024-03-25T17:00:24.080Z | Downloaded crc-catalog v2.2.0 |
2084 | 2024-03-25T17:00:24.083Z | Downloaded bitfield v0.14.0 |
2085 | 2024-03-25T17:00:24.090Z | Downloaded path-slash v0.1.5 |
2086 | 2024-03-25T17:00:24.093Z | Downloaded nodrop v0.1.14 |
2087 | 2024-03-25T17:00:24.098Z | Downloaded maybe-uninit v2.0.0 |
2088 | 2024-03-25T17:00:24.098Z | Downloaded array-init v0.0.4 |
2089 | 2024-03-25T17:00:24.101Z | Downloaded wyz v0.5.1 |
2090 | 2024-03-25T17:00:24.101Z | Downloaded tap v1.0.1 |
2091 | 2024-03-25T17:00:24.101Z | Downloaded packed_struct v0.10.1 |
2092 | 2024-03-25T17:00:24.107Z | Downloaded smallvec v0.6.14 |
2093 | 2024-03-25T17:00:24.107Z | Downloaded is-terminal v0.4.9 |
2094 | 2024-03-25T17:00:24.107Z | Downloaded funty v2.0.0 |
2095 | 2024-03-25T17:00:24.111Z | Downloaded crc v3.0.1 |
2096 | 2024-03-25T17:00:24.111Z | Downloaded serde-hex v0.1.0 |
2097 | 2024-03-25T17:00:24.111Z | Downloaded radium v0.7.0 |
2098 | 2024-03-25T17:00:24.111Z | Downloaded packed_struct_codegen v0.10.1 |
2099 | 2024-03-25T17:00:24.111Z | Downloaded termcolor v1.2.0 |
2100 | 2024-03-25T17:00:24.126Z | Downloaded pkcs1 v0.7.5 |
2101 | 2024-03-25T17:00:24.126Z | Downloaded crc-any v2.4.3 |
2102 | 2024-03-25T17:00:24.126Z | Downloaded rsa v0.9.2 |
2103 | 2024-03-25T17:00:24.130Z | Downloaded ron v0.8.1 |
2104 | 2024-03-25T17:00:24.134Z | Downloaded x509-cert v0.2.4 |
2105 | 2024-03-25T17:00:24.140Z | Downloaded num-bigint-dig v0.8.4 |
2106 | 2024-03-25T17:00:24.144Z | Downloaded bitvec v1.0.1 |
2107 | 2024-03-25T17:00:24.158Z | Downloaded object v0.30.4 |
2108 | 2024-03-25T17:00:24.167Z | Downloaded hashbrown v0.13.2 |
2109 | 2024-03-25T17:00:24.267Z | Compiling proc-macro2 v1.0.78 |
2110 | 2024-03-25T17:00:24.271Z | Compiling unicode-ident v1.0.12 |
2111 | 2024-03-25T17:00:24.271Z | Compiling libc v0.2.153 |
2112 | 2024-03-25T17:00:24.271Z | Compiling serde v1.0.197 |
2113 | 2024-03-25T17:00:24.271Z | Compiling autocfg v1.1.0 |
2114 | 2024-03-25T17:00:24.271Z | Compiling version_check v0.9.4 |
2115 | 2024-03-25T17:00:24.335Z | Compiling cfg-if v1.0.0 |
2116 | 2024-03-25T17:00:24.438Z | Compiling typenum v1.16.0 |
2117 | 2024-03-25T17:00:24.454Z | Compiling once_cell v1.19.0 |
2118 | 2024-03-25T17:00:24.479Z | Compiling parking_lot_core v0.9.8 |
2119 | 2024-03-25T17:00:24.822Z | Compiling memchr v2.7.1 |
2120 | 2024-03-25T17:00:24.853Z | Compiling syn v1.0.109 |
2121 | 2024-03-25T17:00:24.867Z | Compiling byteorder v1.5.0 |
2122 | 2024-03-25T17:00:24.998Z | Compiling lock_api v0.4.10 |
2123 | 2024-03-25T17:00:25.272Z | Compiling generic-array v0.14.7 |
2124 | 2024-03-25T17:00:25.333Z | Compiling libm v0.2.7 |
2125 | 2024-03-25T17:00:25.404Z | Compiling num-traits v0.2.18 |
2126 | 2024-03-25T17:00:25.539Z | Compiling ahash v0.8.8 |
2127 | 2024-03-25T17:00:25.642Z | Compiling quote v1.0.35 |
2128 | 2024-03-25T17:00:25.681Z | Compiling serde_json v1.0.114 |
2129 | 2024-03-25T17:00:25.863Z | Compiling pkg-config v0.3.27 |
2130 | 2024-03-25T17:00:25.975Z | Compiling thiserror v1.0.57 |
2131 | 2024-03-25T17:00:26.244Z | Compiling syn v2.0.52 |
2132 | 2024-03-25T17:00:26.257Z | Compiling cc v1.0.83 |
2133 | 2024-03-25T17:00:26.314Z | Compiling getrandom v0.2.12 |
2134 | 2024-03-25T17:00:26.850Z | Compiling scopeguard v1.2.0 |
2135 | 2024-03-25T17:00:26.870Z | Compiling itoa v1.0.9 |
2136 | 2024-03-25T17:00:26.914Z | Compiling log v0.4.21 |
2137 | 2024-03-25T17:00:27.108Z | Compiling slab v0.4.9 |
2138 | 2024-03-25T17:00:27.416Z | Compiling rand_core v0.6.4 |
2139 | 2024-03-25T17:00:27.605Z | Compiling smallvec v1.13.1 |
2140 | 2024-03-25T17:00:28.082Z | Compiling vcpkg v0.2.15 |
2141 | 2024-03-25T17:00:28.731Z | Compiling ryu v1.0.15 |
2142 | 2024-03-25T17:00:28.940Z | Compiling parking_lot v0.12.1 |
2143 | 2024-03-25T17:00:29.005Z | Compiling pin-project-lite v0.2.13 |
2144 | 2024-03-25T17:00:29.022Z | Compiling const-oid v0.9.6 |
2145 | 2024-03-25T17:00:29.563Z | Compiling ring v0.17.8 |
2146 | 2024-03-25T17:00:29.922Z | Compiling openssl-sys v0.9.96 |
2147 | 2024-03-25T17:00:30.047Z | Compiling ucd-trie v0.1.6 |
2148 | 2024-03-25T17:00:30.550Z | Compiling signal-hook-registry v1.4.1 |
2149 | 2024-03-25T17:00:30.842Z | Compiling subtle v2.5.0 |
2150 | 2024-03-25T17:00:31.161Z | Compiling rustix v0.38.31 |
2151 | 2024-03-25T17:00:31.249Z | Compiling ring v0.16.20 |
2152 | 2024-03-25T17:00:31.312Z | Compiling mio v0.8.11 |
2153 | 2024-03-25T17:00:31.819Z | Compiling semver v1.0.22 |
2154 | 2024-03-25T17:00:32.378Z | Compiling tinyvec_macros v0.1.1 |
2155 | 2024-03-25T17:00:32.389Z | Compiling futures-core v0.3.30 |
2156 | 2024-03-25T17:00:32.389Z | Compiling tinyvec v1.6.0 |
2157 | 2024-03-25T17:00:32.950Z | Compiling spin v0.5.2 |
2158 | 2024-03-25T17:00:33.777Z | Compiling unicode-normalization v0.1.22 |
2159 | 2024-03-25T17:00:34.007Z | Compiling socket2 v0.5.5 |
2160 | 2024-03-25T17:00:34.190Z | Compiling num_cpus v1.16.0 |
2161 | 2024-03-25T17:00:34.312Z | Compiling unicode-xid v0.2.4 |
2162 | 2024-03-25T17:00:34.564Z | Compiling allocator-api2 v0.2.16 |
2163 | 2024-03-25T17:00:34.856Z | Compiling httparse v1.8.0 |
2164 | 2024-03-25T17:00:34.903Z | Compiling heck v0.4.1 |
2165 | 2024-03-25T17:00:34.939Z | Compiling futures-sink v0.3.30 |
2166 | 2024-03-25T17:00:35.099Z | Compiling unicode-bidi v0.3.15 |
2167 | 2024-03-25T17:00:35.215Z | Compiling openssl v0.10.60 |
2168 | 2024-03-25T17:00:35.599Z | Compiling synstructure v0.12.6 |
2169 | 2024-03-25T17:00:35.886Z | Compiling time-core v0.1.2 |
2170 | 2024-03-25T17:00:36.055Z | Compiling num-conv v0.1.0 |
2171 | 2024-03-25T17:00:36.059Z | Compiling equivalent v1.0.1 |
2172 | 2024-03-25T17:00:36.324Z | Compiling time-macros v0.2.17 |
2173 | 2024-03-25T17:00:36.351Z | Compiling futures-channel v0.3.30 |
2174 | 2024-03-25T17:00:36.773Z | Compiling futures-task v0.3.30 |
2175 | 2024-03-25T17:00:36.880Z | Compiling native-tls v0.2.11 |
2176 | 2024-03-25T17:00:37.069Z | Compiling pin-utils v0.1.0 |
2177 | 2024-03-25T17:00:37.157Z | Compiling ppv-lite86 v0.2.17 |
2178 | 2024-03-25T17:00:37.200Z | Compiling rustls v0.21.9 |
2179 | 2024-03-25T17:00:37.324Z | Compiling crc32fast v1.3.2 |
2180 | 2024-03-25T17:00:37.745Z | Compiling futures-io v0.3.30 |
2181 | 2024-03-25T17:00:37.933Z | Compiling rand_chacha v0.3.1 |
2182 | 2024-03-25T17:00:38.033Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2183 | 2024-03-25T17:00:38.460Z | Compiling spin v0.9.8 |
2184 | 2024-03-25T17:00:38.464Z | Compiling tracing-core v0.1.32 |
2185 | 2024-03-25T17:00:38.514Z | Compiling base64ct v1.6.0 |
2186 | 2024-03-25T17:00:39.211Z | Compiling pem-rfc7468 v0.7.0 |
2187 | 2024-03-25T17:00:39.240Z | Compiling rand v0.8.5 |
2188 | 2024-03-25T17:00:39.511Z | Compiling serde_derive v1.0.197 |
2189 | 2024-03-25T17:00:39.617Z | Compiling zeroize_derive v1.4.2 |
2190 | 2024-03-25T17:00:39.761Z | Compiling zerocopy-derive v0.7.32 |
2191 | 2024-03-25T17:00:39.850Z | Compiling thiserror-impl v1.0.57 |
2192 | 2024-03-25T17:00:39.871Z | Compiling tokio-macros v2.2.0 |
2193 | 2024-03-25T17:00:40.528Z | Compiling futures-macro v0.3.30 |
2194 | 2024-03-25T17:00:40.855Z | Compiling tracing-attributes v0.1.27 |
2195 | 2024-03-25T17:00:41.003Z | Compiling zeroize v1.7.0 |
2196 | 2024-03-25T17:00:41.439Z | Compiling der_derive v0.7.2 |
2197 | 2024-03-25T17:00:41.816Z | Compiling zerocopy v0.7.32 |
2198 | 2024-03-25T17:00:42.701Z | Compiling crypto-common v0.1.6 |
2199 | 2024-03-25T17:00:42.738Z | Compiling pest v2.7.6 |
2200 | 2024-03-25T17:00:42.745Z | Compiling block-buffer v0.10.4 |
2201 | 2024-03-25T17:00:43.001Z | Compiling digest v0.10.7 |
2202 | 2024-03-25T17:00:43.104Z | Compiling zerocopy-derive v0.2.0 |
2203 | 2024-03-25T17:00:43.552Z | Compiling openssl-macros v0.1.1 |
2204 | 2024-03-25T17:00:44.099Z | Compiling hashbrown v0.14.3 |
2205 | 2024-03-25T17:00:44.142Z | Compiling futures-util v0.3.30 |
2206 | 2024-03-25T17:00:44.202Z | Compiling tracing v0.1.40 |
2207 | 2024-03-25T17:00:44.712Z | Compiling scroll_derive v0.12.0 |
2208 | 2024-03-25T17:00:44.722Z | Compiling zerocopy-derive v0.6.4 |
2209 | 2024-03-25T17:00:44.862Z | Compiling usdt-impl v0.3.5 |
2210 | 2024-03-25T17:00:45.177Z | Compiling pest_meta v2.7.6 |
2211 | 2024-03-25T17:00:45.344Z | Compiling cookie v0.17.0 |
2212 | 2024-03-25T17:00:45.777Z | Compiling percent-encoding v2.3.1 |
2213 | 2024-03-25T17:00:46.020Z | Compiling schemars v0.8.16 |
2214 | 2024-03-25T17:00:46.034Z | Compiling signal-hook v0.3.17 |
2215 | 2024-03-25T17:00:46.101Z | Compiling flagset v0.4.3 |
2216 | 2024-03-25T17:00:46.303Z | Compiling der v0.7.8 |
2217 | 2024-03-25T17:00:46.430Z | Compiling pest_generator v2.7.6 |
2218 | 2024-03-25T17:00:46.614Z | Compiling serde_derive_internals v0.26.0 |
2219 | 2024-03-25T17:00:49.340Z | Compiling pest_derive v2.7.6 |
2220 | 2024-03-25T17:00:50.055Z | Compiling errno v0.3.8 |
2221 | 2024-03-25T17:00:50.219Z | Compiling fnv v1.0.7 |
2222 | 2024-03-25T17:00:50.370Z | Compiling schemars_derive v0.8.16 |
2223 | 2024-03-25T17:00:51.164Z | Compiling spki v0.7.2 |
2224 | 2024-03-25T17:00:51.679Z | Compiling zerocopy v0.3.0 |
2225 | 2024-03-25T17:00:51.901Z | Compiling lazy_static v1.4.0 |
2226 | 2024-03-25T17:00:52.814Z | Compiling backtrace v0.3.69 |
2227 | 2024-03-25T17:00:53.214Z | Compiling bytes v1.5.0 |
2228 | 2024-03-25T17:00:53.353Z | Compiling bitflags v2.4.2 |
2229 | 2024-03-25T17:00:53.745Z | Compiling indexmap v2.2.5 |
2230 | 2024-03-25T17:00:53.964Z | Compiling rustc_version v0.4.0 |
2231 | 2024-03-25T17:00:54.057Z | Compiling tokio v1.36.0 |
2232 | 2024-03-25T17:00:54.137Z | Compiling http v0.2.12 |
2233 | 2024-03-25T17:00:55.285Z | Compiling heapless v0.7.16 |
2234 | 2024-03-25T17:00:56.267Z | Compiling uuid v1.7.0 |
2235 | 2024-03-25T17:00:56.396Z | Compiling thread-id v4.2.0 |
2236 | 2024-03-25T17:00:56.501Z | Compiling num-bigint v0.4.4 |
2237 | 2024-03-25T17:00:56.928Z | Compiling untrusted v0.9.0 |
2238 | 2024-03-25T17:00:56.931Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2239 | 2024-03-25T17:00:57.101Z | Compiling powerfmt v0.2.0 |
2240 | 2024-03-25T17:00:57.418Z | Compiling foreign-types-shared v0.1.1 |
2241 | 2024-03-25T17:00:57.467Z | Compiling iana-time-zone v0.1.57 |
2242 | 2024-03-25T17:00:57.517Z | Compiling crossbeam-utils v0.8.19 |
2243 | 2024-03-25T17:00:57.823Z | Compiling smoltcp v0.9.1 |
2244 | 2024-03-25T17:00:58.034Z | Compiling async-trait v0.1.77 |
2245 | 2024-03-25T17:00:58.171Z | Compiling untrusted v0.7.1 |
2246 | 2024-03-25T17:00:58.347Z | Compiling base64 v0.21.7 |
2247 | 2024-03-25T17:00:59.143Z | Compiling chrono v0.4.34 |
2248 | 2024-03-25T17:00:59.569Z | Compiling foreign-types v0.3.2 |
2249 | 2024-03-25T17:00:59.658Z | Compiling deranged v0.3.11 |
2250 | 2024-03-25T17:01:01.765Z | Compiling dof v0.1.5 |
2251 | 2024-03-25T17:01:01.787Z | Compiling dtrace-parser v0.1.14 |
2252 | 2024-03-25T17:01:02.013Z | Compiling form_urlencoded v1.2.1 |
2253 | 2024-03-25T17:01:02.300Z | Compiling tokio-util v0.7.10 |
2254 | 2024-03-25T17:01:02.713Z | Compiling hmac v0.12.1 |
2255 | 2024-03-25T17:01:02.717Z | Compiling clap_derive v4.5.0 |
2256 | 2024-03-25T17:01:02.943Z | Compiling num-integer v0.1.46 |
2257 | 2024-03-25T17:01:03.530Z | Compiling siphasher v0.3.11 |
2258 | 2024-03-25T17:01:03.746Z | Compiling adler v1.0.2 |
2259 | 2024-03-25T17:01:03.883Z | Compiling anstyle v1.0.2 |
2260 | 2024-03-25T17:01:03.932Z | Compiling cpufeatures v0.2.12 |
2261 | 2024-03-25T17:01:04.063Z | Compiling num_threads v0.1.6 |
2262 | 2024-03-25T17:01:04.139Z | Compiling rustversion v1.0.14 |
2263 | 2024-03-25T17:01:04.191Z | Compiling utf8parse v0.2.1 |
2264 | 2024-03-25T17:01:04.256Z | Compiling try-lock v0.2.4 |
2265 | 2024-03-25T17:01:04.433Z | Compiling want v0.3.1 |
2266 | 2024-03-25T17:01:04.683Z | Compiling anstyle-parse v0.2.1 |
2267 | 2024-03-25T17:01:05.070Z | Compiling time v0.3.34 |
2268 | 2024-03-25T17:01:05.088Z | Compiling sha2 v0.10.8 |
2269 | 2024-03-25T17:01:07.829Z | Compiling miniz_oxide v0.7.1 |
2270 | 2024-03-25T17:01:08.681Z | Compiling h2 v0.3.24 |
2271 | 2024-03-25T17:01:09.178Z | Compiling rustls-webpki v0.101.7 |
2272 | 2024-03-25T17:01:09.931Z | Compiling sct v0.7.0 |
2273 | 2024-03-25T17:01:10.167Z | Compiling http-body v0.4.5 |
2274 | 2024-03-25T17:01:10.563Z | Compiling serde_tokenstream v0.1.7 |
2275 | 2024-03-25T17:01:10.923Z | Compiling pkcs8 v0.10.2 |
2276 | 2024-03-25T17:01:11.121Z | Compiling hubpack_derive v0.1.1 |
2277 | 2024-03-25T17:01:11.345Z | Compiling idna v0.5.0 |
2278 | 2024-03-25T17:01:12.319Z | Compiling aho-corasick v1.1.2 |
2279 | 2024-03-25T17:01:12.490Z | Compiling usdt-impl v0.5.0 |
2280 | 2024-03-25T17:01:12.723Z | Compiling colorchoice v1.0.0 |
2281 | 2024-03-25T17:01:12.804Z | Compiling anyhow v1.0.79 |
2282 | 2024-03-25T17:01:12.815Z | Compiling tower-service v0.3.2 |
2283 | 2024-03-25T17:01:12.888Z | Compiling openssl-probe v0.1.5 |
2284 | 2024-03-25T17:01:13.267Z | Compiling anstyle-query v1.0.0 |
2285 | 2024-03-25T17:01:13.928Z | Compiling httpdate v1.0.3 |
2286 | 2024-03-25T17:01:14.147Z | Compiling regex-syntax v0.8.2 |
2287 | 2024-03-25T17:01:14.438Z | Compiling slog v2.7.0 |
2288 | 2024-03-25T17:01:15.025Z | Compiling radium v0.7.0 |
2289 | 2024-03-25T17:01:15.754Z | Compiling hyper v0.14.28 |
2290 | 2024-03-25T17:01:17.656Z | Compiling regex-automata v0.4.5 |
2291 | 2024-03-25T17:01:18.756Z | Compiling anstream v0.6.11 |
2292 | 2024-03-25T17:01:23.143Z | Compiling url v2.5.0 |
2293 | 2024-03-25T17:01:24.831Z | Compiling terminal_size v0.3.0 |
2294 | 2024-03-25T17:01:25.383Z | Compiling serde_spanned v0.6.5 |
2295 | 2024-03-25T17:01:25.430Z | Compiling toml_datetime v0.6.5 |
2296 | 2024-03-25T17:01:25.639Z | Compiling zerocopy v0.6.4 |
2297 | 2024-03-25T17:01:25.901Z | Compiling scroll v0.12.0 |
2298 | 2024-03-25T17:01:25.972Z | Compiling md-5 v0.10.5 |
2299 | 2024-03-25T17:01:26.521Z | Compiling idna v0.3.0 |
2300 | 2024-03-25T17:01:26.525Z | Compiling stringprep v0.1.3 |
2301 | 2024-03-25T17:01:27.063Z | Compiling diesel_table_macro_syntax v0.1.0 |
2302 | 2024-03-25T17:01:27.075Z | Compiling hash32 v0.2.1 |
2303 | 2024-03-25T17:01:27.222Z | Compiling stable_deref_trait v1.2.0 |
2304 | 2024-03-25T17:01:27.254Z | Compiling uuid v0.8.2 |
2305 | 2024-03-25T17:01:27.328Z | Compiling plain v0.2.3 |
2306 | 2024-03-25T17:01:27.430Z | Compiling gimli v0.28.0 |
2307 | 2024-03-25T17:01:27.441Z | Compiling tap v1.0.1 |
2308 | 2024-03-25T17:01:27.614Z | Compiling dyn-clone v1.0.17 |
2309 | 2024-03-25T17:01:27.632Z | Compiling maybe-uninit v2.0.0 |
2310 | 2024-03-25T17:01:27.706Z | Compiling psl-types v2.0.11 |
2311 | 2024-03-25T17:01:27.782Z | Compiling strsim v0.11.0 |
2312 | 2024-03-25T17:01:27.932Z | Compiling fallible-iterator v0.2.0 |
2313 | 2024-03-25T17:01:28.061Z | Compiling clap_lex v0.7.0 |
2314 | 2024-03-25T17:01:28.292Z | Compiling publicsuffix v2.2.3 |
2315 | 2024-03-25T17:01:28.558Z | Compiling clap_builder v4.5.1 |
2316 | 2024-03-25T17:01:28.646Z | Compiling postgres-protocol v0.6.6 |
2317 | 2024-03-25T17:01:29.132Z | Compiling wyz v0.5.1 |
2318 | 2024-03-25T17:01:29.902Z | Compiling tokio-rustls v0.24.1 |
2319 | 2024-03-25T17:01:29.916Z | Compiling goblin v0.8.0 |
2320 | 2024-03-25T17:01:29.983Z | Compiling diesel_derives v2.1.2 |
2321 | 2024-03-25T17:01:31.784Z | Compiling addr2line v0.21.0 |
2322 | 2024-03-25T17:01:32.797Z | Compiling strum_macros v0.25.2 |
2323 | 2024-03-25T17:01:34.348Z | Compiling tokio-native-tls v0.3.1 |
2324 | 2024-03-25T17:01:35.188Z | Compiling usdt-attr-macro v0.3.5 |
2325 | 2024-03-25T17:01:36.447Z | Compiling usdt-macro v0.3.5 |
2326 | 2024-03-25T17:01:38.086Z | Compiling phf_shared v0.11.2 |
2327 | 2024-03-25T17:01:38.460Z | Compiling num-iter v0.1.44 |
2328 | 2024-03-25T17:01:39.321Z | Compiling block-padding v0.3.3 |
2329 | 2024-03-25T17:01:39.334Z | Compiling enum-as-inner v0.5.1 |
2330 | 2024-03-25T17:01:39.553Z | Compiling serde_repr v0.1.16 |
2331 | 2024-03-25T17:01:40.624Z | Compiling ff v0.13.0 |
2332 | 2024-03-25T17:01:40.846Z | Compiling scheduled-thread-pool v0.2.7 |
2333 | 2024-03-25T17:01:42.025Z | Compiling object v0.32.1 |
2334 | 2024-03-25T17:01:45.094Z | Compiling matches v0.1.10 |
2335 | 2024-03-25T17:01:45.133Z | Compiling pretty-hex v0.4.1 |
2336 | 2024-03-25T17:01:45.184Z | Compiling packed_struct v0.10.1 |
2337 | 2024-03-25T17:01:45.344Z | Compiling rustc-demangle v0.1.23 |
2338 | 2024-03-25T17:01:45.583Z | Compiling bit-vec v0.6.3 |
2339 | 2024-03-25T17:01:46.672Z | Compiling funty v2.0.0 |
2340 | 2024-03-25T17:01:46.788Z | Compiling num-bigint-dig v0.8.4 |
2341 | 2024-03-25T17:01:47.183Z | Compiling managed v0.8.0 |
2342 | 2024-03-25T17:01:47.647Z | Compiling regex-automata v0.1.10 |
2343 | 2024-03-25T17:01:48.128Z | Compiling ipnet v2.9.0 |
2344 | 2024-03-25T17:01:48.832Z | Compiling base16ct v0.2.0 |
2345 | 2024-03-25T17:01:49.140Z | Compiling winnow v0.5.15 |
2346 | 2024-03-25T17:01:49.250Z | Compiling bitflags v1.3.2 |
2347 | 2024-03-25T17:01:49.312Z | Compiling sec1 v0.7.3 |
2348 | 2024-03-25T17:01:49.877Z | Compiling bstr v0.2.17 |
2349 | 2024-03-25T17:01:51.254Z | Compiling bitvec v1.0.1 |
2350 | 2024-03-25T17:01:52.570Z | Compiling toml_edit v0.19.15 |
2351 | 2024-03-25T17:01:55.804Z | Compiling dof v0.3.0 |
2352 | 2024-03-25T17:01:57.296Z | Compiling idna v0.2.3 |
2353 | 2024-03-25T17:01:58.664Z | Compiling r2d2 v0.8.10 |
2354 | 2024-03-25T17:01:58.966Z | Compiling group v0.13.0 |
2355 | 2024-03-25T17:01:59.041Z | Compiling inout v0.1.3 |
2356 | 2024-03-25T17:02:00.790Z | Compiling phf v0.11.2 |
2357 | 2024-03-25T17:02:01.102Z | Compiling hyper-tls v0.5.0 |
2358 | 2024-03-25T17:02:01.189Z | Compiling signal-hook-mio v0.2.3 |
2359 | 2024-03-25T17:02:01.363Z | Compiling cookie_store v0.20.0 |
2360 | 2024-03-25T17:02:01.437Z | Compiling clap v4.5.1 |
2361 | 2024-03-25T17:02:01.553Z | Compiling flate2 v1.0.28 |
2362 | 2024-03-25T17:02:02.485Z | Compiling bzip2 v0.4.4 |
2363 | 2024-03-25T17:02:02.678Z | Compiling ipnetwork v0.20.0 |
2364 | 2024-03-25T17:02:02.873Z | Compiling hyper-rustls v0.24.2 |
2365 | 2024-03-25T17:02:02.895Z | Compiling postgres-types v0.2.6 |
2366 | 2024-03-25T17:02:03.317Z | Compiling regex v1.10.3 |
2367 | 2024-03-25T17:02:03.600Z | Compiling hubpack v0.1.2 |
2368 | 2024-03-25T17:02:03.609Z | Compiling rustls-pemfile v1.0.3 |
2369 | 2024-03-25T17:02:03.960Z | Compiling phf_shared v0.10.0 |
2370 | 2024-03-25T17:02:04.030Z | Compiling hkdf v0.12.4 |
2371 | 2024-03-25T17:02:04.212Z | Compiling serde_urlencoded v0.7.1 |
2372 | 2024-03-25T17:02:04.296Z | Compiling dtrace-parser v0.2.0 |
2373 | 2024-03-25T17:02:04.325Z | Compiling futures-executor v0.3.30 |
2374 | 2024-03-25T17:02:05.048Z | Compiling crypto-bigint v0.5.2 |
2375 | 2024-03-25T17:02:05.058Z | Compiling packed_struct_codegen v0.10.1 |
2376 | 2024-03-25T17:02:05.972Z | Compiling float-cmp v0.9.0 |
2377 | 2024-03-25T17:02:06.792Z | Compiling indexmap v1.9.3 |
2378 | 2024-03-25T17:02:07.084Z | Compiling encoding_rs v0.8.33 |
2379 | 2024-03-25T17:02:07.241Z | Compiling precomputed-hash v0.1.1 |
2380 | 2024-03-25T17:02:07.357Z | Compiling difflib v0.4.0 |
2381 | 2024-03-25T17:02:07.659Z | Compiling minimal-lexical v0.2.1 |
2382 | 2024-03-25T17:02:08.163Z | Compiling either v1.10.0 |
2383 | 2024-03-25T17:02:08.591Z | Compiling whoami v1.5.0 |
2384 | 2024-03-25T17:02:08.603Z | Compiling unicode-width v0.1.11 |
2385 | 2024-03-25T17:02:08.632Z | Compiling nodrop v0.1.14 |
2386 | 2024-03-25T17:02:08.755Z | Compiling mime v0.3.17 |
2387 | 2024-03-25T17:02:08.767Z | Compiling sync_wrapper v0.1.2 |
2388 | 2024-03-25T17:02:08.889Z | Compiling predicates-core v1.0.6 |
2389 | 2024-03-25T17:02:09.230Z | Compiling static_assertions v1.1.0 |
2390 | 2024-03-25T17:02:09.290Z | Compiling data-encoding v2.4.0 |
2391 | 2024-03-25T17:02:09.293Z | Compiling fixedbitset v0.4.2 |
2392 | 2024-03-25T17:02:09.314Z | Compiling crc-catalog v2.2.0 |
2393 | 2024-03-25T17:02:09.446Z | Compiling new_debug_unreachable v1.0.4 |
2394 | 2024-03-25T17:02:09.533Z | Compiling normalize-line-endings v0.3.0 |
2395 | 2024-03-25T17:02:09.537Z | Compiling winnow v0.6.1 |
2396 | 2024-03-25T17:02:09.661Z | Compiling unicode-segmentation v1.10.1 |
2397 | 2024-03-25T17:02:09.678Z | Compiling webpki-roots v0.25.2 |
2398 | 2024-03-25T17:02:13.001Z | Compiling similar v2.4.0 |
2399 | 2024-03-25T17:02:13.329Z | Compiling toml_edit v0.22.6 |
2400 | 2024-03-25T17:02:15.229Z | Compiling trust-dns-proto v0.22.0 |
2401 | 2024-03-25T17:02:15.918Z | Compiling reqwest v0.11.24 |
2402 | 2024-03-25T17:02:16.489Z | Compiling predicates v3.1.0 |
2403 | 2024-03-25T17:02:18.083Z | Compiling petgraph v0.6.4 |
2404 | 2024-03-25T17:02:20.621Z | Compiling string_cache v0.8.7 |
2405 | 2024-03-25T17:02:21.344Z | Compiling crc v3.0.1 |
2406 | 2024-03-25T17:02:22.039Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2407 | 2024-03-25T17:02:23.042Z | Compiling tokio-postgres v0.7.10 |
2408 | 2024-03-25T17:02:23.694Z | Compiling console v0.15.8 |
2409 | 2024-03-25T17:02:25.031Z | Compiling array-init v0.0.4 |
2410 | 2024-03-25T17:02:26.312Z | Compiling itertools v0.10.5 |
2411 | 2024-03-25T17:02:27.624Z | Compiling nom v7.1.3 |
2412 | 2024-03-25T17:02:28.358Z | Compiling elliptic-curve v0.13.8 |
2413 | 2024-03-25T17:02:30.687Z | Compiling futures v0.3.30 |
2414 | 2024-03-25T17:02:32.539Z | Compiling smallvec v0.6.14 |
2415 | 2024-03-25T17:02:32.990Z | Compiling diesel v2.1.4 |
2416 | 2024-03-25T17:02:33.038Z | Compiling zip v0.6.6 |
2417 | 2024-03-25T17:02:33.282Z | Compiling yasna v0.5.2 |
2418 | 2024-03-25T17:02:33.300Z | Compiling crossterm v0.27.0 |
2419 | 2024-03-25T17:02:34.323Z | Compiling crossbeam-epoch v0.9.18 |
2420 | 2024-03-25T17:02:34.937Z | Compiling cipher v0.4.4 |
2421 | 2024-03-25T17:02:35.871Z | Compiling toml v0.7.8 |
2422 | 2024-03-25T17:02:36.754Z | Compiling bit-set v0.5.3 |
2423 | 2024-03-25T17:02:37.040Z | Compiling usdt v0.3.5 |
2424 | 2024-03-25T17:02:37.860Z | Compiling bstr v1.9.0 |
2425 | 2024-03-25T17:02:38.555Z | Compiling pkcs1 v0.7.5 |
2426 | 2024-03-25T17:02:39.160Z | Compiling tokio-stream v0.1.14 |
2427 | 2024-03-25T17:02:39.473Z | Compiling is-terminal v0.4.9 |
2428 | 2024-03-25T17:02:40.072Z | Compiling openapiv3 v2.0.0 |
2429 | 2024-03-25T17:02:40.091Z | Compiling hex v0.4.3 |
2430 | 2024-03-25T17:02:41.648Z | Compiling signature v2.1.0 |
2431 | 2024-03-25T17:02:43.793Z | Compiling hashbrown v0.12.3 |
2432 | 2024-03-25T17:02:44.592Z | Compiling bitfield v0.14.0 |
2433 | 2024-03-25T17:02:45.825Z | Compiling lalrpop-util v0.19.12 |
2434 | 2024-03-25T17:02:46.580Z | Compiling termcolor v1.2.0 |
2435 | 2024-03-25T17:02:47.045Z | Compiling env_logger v0.10.0 |
2436 | 2024-03-25T17:02:50.714Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2437 | 2024-03-25T17:02:51.706Z | Compiling rsa v0.9.2 |
2438 | 2024-03-25T17:02:58.978Z | Compiling serde-hex v0.1.0 |
2439 | 2024-03-25T17:03:00.828Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2440 | 2024-03-25T17:03:07.032Z | Compiling ron v0.8.1 |
2441 | 2024-03-25T17:03:07.860Z | Compiling x509-cert v0.2.4 |
2442 | 2024-03-25T17:03:08.534Z | Compiling hashbrown v0.13.2 |
2443 | 2024-03-25T17:03:11.157Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2444 | 2024-03-25T17:03:12.541Z | Compiling crc-any v2.4.3 |
2445 | 2024-03-25T17:03:33.923Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2446 | 2024-03-25T17:03:38.919Z | Compiling object v0.30.4 |
2447 | 2024-03-25T17:03:39.785Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2448 | 2024-03-25T17:03:53.560Z | Compiling path-slash v0.1.5 |
2449 | 2024-03-25T17:03:54.168Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2450 | 2024-03-25T17:04:14.923Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2451 | 2024-03-25T17:04:15.670Z | Finished release [optimized] target(s) in 3m 52s |
2452 | 2024-03-25T17:04:15.742Z | |
2453 | 2024-03-25T17:04:15.746Z | real 3:52.196881515 |
2454 | 2024-03-25T17:04:15.746Z | user 25:40.692773338 |
2455 | 2024-03-25T17:04:15.746Z | sys 3:10.441153512 |
2456 | 2024-03-25T17:04:15.746Z | trap 0.794022993 |
2457 | 2024-03-25T17:04:15.746Z | tflt 1.688518640 |
2458 | 2024-03-25T17:04:15.746Z | dflt 0.900541455 |
2459 | 2024-03-25T17:04:15.746Z | kflt 0.020059609 |
2460 | 2024-03-25T17:04:15.746Z | lock 58:03.967955970 |
2461 | 2024-03-25T17:04:15.746Z | slp 1:15:42.973989133 |
2462 | 2024-03-25T17:04:15.746Z | lat 1:33.598621778 |
2463 | 2024-03-25T17:04:15.746Z | stop 1:24.702307780 |
2464 | 2024-03-25T17:04:15.746Z | + ptime -m gzip |
2465 | 2024-03-25T17:04:16.100Z | |
2466 | 2024-03-25T17:04:16.100Z | real 0.353881380 |
2467 | 2024-03-25T17:04:16.100Z | user 0.349193574 |
2468 | 2024-03-25T17:04:16.100Z | sys 0.004127024 |
2469 | 2024-03-25T17:04:16.100Z | trap 0.000025377 |
2470 | 2024-03-25T17:04:16.100Z | tflt 0.000000000 |
2471 | 2024-03-25T17:04:16.100Z | dflt 0.000000000 |
2472 | 2024-03-25T17:04:16.104Z | kflt 0.000000000 |
2473 | 2024-03-25T17:04:16.104Z | lock 0.000000000 |
2474 | 2024-03-25T17:04:16.104Z | slp 0.000000000 |
2475 | 2024-03-25T17:04:16.104Z | lat 0.000092371 |
2476 | 2024-03-25T17:04:16.104Z | stop 0.000224720 |
2477 | 2024-03-25T17:04:16.104Z | + banner tufaceous |
2478 | 2024-03-25T17:04:16.104Z | |
2479 | 2024-03-25T17:04:16.104Z | ##### # # ###### ## #### ###### #### # # #### |
2480 | 2024-03-25T17:04:16.104Z | # # # # # # # # # # # # # # |
2481 | 2024-03-25T17:04:16.104Z | # # # ##### # # # ##### # # # # #### |
2482 | 2024-03-25T17:04:16.104Z | # # # # ###### # # # # # # # |
2483 | 2024-03-25T17:04:16.104Z | # # # # # # # # # # # # # # # |
2484 | 2024-03-25T17:04:16.104Z | # #### # # # #### ###### #### #### #### |
2485 | 2024-03-25T17:04:16.104Z | |
2486 | 2024-03-25T17:04:16.104Z | + ptime -m cargo build --locked -p tufaceous --release |
2487 | 2024-03-25T17:04:16.561Z | Downloading crates ... |
2488 | 2024-03-25T17:04:17.147Z | Downloaded olpc-cjson v0.1.3 |
2489 | 2024-03-25T17:04:17.150Z | Downloaded snafu v0.7.5 |
2490 | 2024-03-25T17:04:17.150Z | Downloaded parse-size v1.0.0 |
2491 | 2024-03-25T17:04:17.150Z | Downloaded doc-comment v0.3.3 |
2492 | 2024-03-25T17:04:17.150Z | Downloaded serde_plain v1.0.2 |
2493 | 2024-03-25T17:04:17.150Z | Downloaded globset v0.4.13 |
2494 | 2024-03-25T17:04:17.150Z | Downloaded fs-err v2.11.0 |
2495 | 2024-03-25T17:04:17.150Z | Downloaded snafu-derive v0.7.5 |
2496 | 2024-03-25T17:04:17.150Z | Downloaded pin-project-internal v1.1.3 |
2497 | 2024-03-25T17:04:17.150Z | Downloaded buf-list v1.0.3 |
2498 | 2024-03-25T17:04:17.151Z | Downloaded async-recursion v1.0.5 |
2499 | 2024-03-25T17:04:17.151Z | Downloaded pin-project v1.1.3 |
2500 | 2024-03-25T17:04:17.151Z | Downloaded typed-path v0.7.0 |
2501 | 2024-03-25T17:04:17.151Z | Downloaded tough v0.16.0 |
2502 | 2024-03-25T17:04:17.151Z | Compiling serde_tokenstream v0.2.0 |
2503 | 2024-03-25T17:04:17.151Z | Compiling regress v0.9.0 |
2504 | 2024-03-25T17:04:17.151Z | Compiling dirs-sys-next v0.1.2 |
2505 | 2024-03-25T17:04:17.151Z | Compiling rustls-pki-types v1.3.0 |
2506 | 2024-03-25T17:04:17.151Z | Compiling strsim v0.10.0 |
2507 | 2024-03-25T17:04:17.151Z | Compiling heck v0.4.1 |
2508 | 2024-03-25T17:04:17.151Z | Compiling ident_case v1.0.1 |
2509 | 2024-03-25T17:04:17.165Z | Compiling dirs-next v2.0.0 |
2510 | 2024-03-25T17:04:17.427Z | Compiling darling_core v0.20.3 |
2511 | 2024-03-25T17:04:17.441Z | Compiling getopts v0.2.21 |
2512 | 2024-03-25T17:04:17.651Z | Compiling thread_local v1.1.7 |
2513 | 2024-03-25T17:04:18.086Z | Compiling unsafe-libyaml v0.2.10 |
2514 | 2024-03-25T17:04:18.225Z | Compiling camino v1.1.6 |
2515 | 2024-03-25T17:04:18.231Z | Compiling rustls v0.22.2 |
2516 | 2024-03-25T17:04:18.300Z | Compiling slog-async v2.8.0 |
2517 | 2024-03-25T17:04:18.510Z | Compiling rustls-webpki v0.102.1 |
2518 | 2024-03-25T17:04:18.523Z | Compiling term v0.7.0 |
2519 | 2024-03-25T17:04:18.814Z | Compiling crossbeam-channel v0.5.8 |
2520 | 2024-03-25T17:04:19.809Z | Compiling serde_yaml v0.9.25 |
2521 | 2024-03-25T17:04:21.128Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2522 | 2024-03-25T17:04:21.729Z | Compiling structmeta-derive v0.3.0 |
2523 | 2024-03-25T17:04:22.867Z | Compiling darling_macro v0.20.3 |
2524 | 2024-03-25T17:04:22.892Z | Compiling atty v0.2.14 |
2525 | 2024-03-25T17:04:23.043Z | Compiling multer v3.0.0 |
2526 | 2024-03-25T17:04:23.339Z | Compiling match_cfg v0.1.0 |
2527 | 2024-03-25T17:04:23.439Z | Compiling doc-comment v0.3.3 |
2528 | 2024-03-25T17:04:23.505Z | Compiling paste v1.0.14 |
2529 | 2024-03-25T17:04:23.650Z | Compiling take_mut v0.2.2 |
2530 | 2024-03-25T17:04:23.793Z | Compiling darling v0.20.3 |
2531 | 2024-03-25T17:04:23.903Z | Compiling hostname v0.3.1 |
2532 | 2024-03-25T17:04:24.045Z | Compiling slog-term v2.9.0 |
2533 | 2024-03-25T17:04:24.427Z | Compiling structmeta v0.3.0 |
2534 | 2024-03-25T17:04:24.813Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2535 | 2024-03-25T17:04:24.833Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2536 | 2024-03-25T17:04:25.942Z | Compiling slog-json v2.6.1 |
2537 | 2024-03-25T17:04:26.096Z | Compiling http v1.0.0 |
2538 | 2024-03-25T17:04:26.414Z | Compiling async-stream-impl v0.3.5 |
2539 | 2024-03-25T17:04:26.471Z | Compiling pin-project-internal v1.1.3 |
2540 | 2024-03-25T17:04:26.990Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2541 | 2024-03-25T17:04:27.150Z | Compiling atomic-waker v1.1.1 |
2542 | 2024-03-25T17:04:27.286Z | Compiling fastrand v2.0.1 |
2543 | 2024-03-25T17:04:27.397Z | Compiling waitgroup v0.1.2 |
2544 | 2024-03-25T17:04:27.648Z | Compiling tempfile v3.10.0 |
2545 | 2024-03-25T17:04:27.675Z | Compiling async-stream v0.3.5 |
2546 | 2024-03-25T17:04:27.993Z | Compiling slog-bunyan v2.5.0 |
2547 | 2024-03-25T17:04:28.367Z | Compiling parse-display-derive v0.9.0 |
2548 | 2024-03-25T17:04:29.308Z | Compiling pin-project v1.1.3 |
2549 | 2024-03-25T17:04:29.443Z | Compiling tokio-rustls v0.25.0 |
2550 | 2024-03-25T17:04:29.884Z | Compiling serde_with_macros v3.6.1 |
2551 | 2024-03-25T17:04:30.780Z | Compiling toml v0.8.10 |
2552 | 2024-03-25T17:04:30.968Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2553 | 2024-03-25T17:04:31.035Z | Compiling rustls-pemfile v2.1.1 |
2554 | 2024-03-25T17:04:31.785Z | Compiling sha1 v0.10.6 |
2555 | 2024-03-25T17:04:32.245Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2556 | 2024-03-25T17:04:32.401Z | Compiling strum_macros v0.26.1 |
2557 | 2024-03-25T17:04:32.675Z | Compiling newtype-uuid v1.0.1 |
2558 | 2024-03-25T17:04:32.695Z | Compiling snafu-derive v0.7.5 |
2559 | 2024-03-25T17:04:32.908Z | Compiling serde_path_to_error v0.1.16 |
2560 | 2024-03-25T17:04:32.991Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2561 | 2024-03-25T17:04:33.728Z | Compiling instant v0.1.12 |
2562 | 2024-03-25T17:04:33.897Z | Compiling fs-err v2.11.0 |
2563 | 2024-03-25T17:04:33.901Z | Compiling debug-ignore v1.0.5 |
2564 | 2024-03-25T17:04:34.055Z | Compiling buf-list v1.0.3 |
2565 | 2024-03-25T17:04:34.193Z | Compiling same-file v1.0.6 |
2566 | 2024-03-25T17:04:34.468Z | Compiling arc-swap v1.6.0 |
2567 | 2024-03-25T17:04:34.702Z | Compiling walkdir v2.4.0 |
2568 | 2024-03-25T17:04:35.248Z | Compiling slog-scope v4.4.0 |
2569 | 2024-03-25T17:04:36.313Z | Compiling backoff v0.4.0 |
2570 | 2024-03-25T17:04:36.544Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2571 | 2024-03-25T17:04:36.653Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2572 | 2024-03-25T17:04:36.676Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2573 | 2024-03-25T17:04:36.882Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2574 | 2024-03-25T17:04:37.009Z | Compiling strum v0.26.1 |
2575 | 2024-03-25T17:04:37.209Z | Compiling serde_with v3.6.1 |
2576 | 2024-03-25T17:04:37.250Z | Compiling parse-display v0.9.0 |
2577 | 2024-03-25T17:04:37.692Z | Compiling snafu v0.7.5 |
2578 | 2024-03-25T17:04:39.199Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2579 | 2024-03-25T17:04:39.506Z | Compiling globset v0.4.13 |
2580 | 2024-03-25T17:04:39.917Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2581 | 2024-03-25T17:04:40.098Z | Compiling pem v3.0.2 |
2582 | 2024-03-25T17:04:41.730Z | Compiling olpc-cjson v0.1.3 |
2583 | 2024-03-25T17:04:41.743Z | Compiling serde_plain v1.0.2 |
2584 | 2024-03-25T17:04:42.041Z | Compiling macaddr v1.0.1 |
2585 | 2024-03-25T17:04:42.301Z | Compiling async-recursion v1.0.5 |
2586 | 2024-03-25T17:04:42.688Z | Compiling filetime v0.2.23 |
2587 | 2024-03-25T17:04:43.048Z | Compiling xattr v1.0.1 |
2588 | 2024-03-25T17:04:43.280Z | Compiling typed-path v0.7.0 |
2589 | 2024-03-25T17:04:43.374Z | Compiling tar v0.4.40 |
2590 | 2024-03-25T17:04:43.528Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2591 | 2024-03-25T17:04:47.958Z | Compiling tough v0.16.0 |
2592 | 2024-03-25T17:04:50.048Z | Compiling slog-stdlog v4.1.1 |
2593 | 2024-03-25T17:04:51.014Z | Compiling camino-tempfile v1.1.1 |
2594 | 2024-03-25T17:04:51.055Z | Compiling itertools v0.12.1 |
2595 | 2024-03-25T17:04:51.867Z | Compiling parse-size v1.0.0 |
2596 | 2024-03-25T17:04:52.172Z | Compiling slog-envlogger v2.2.0 |
2597 | 2024-03-25T17:04:54.773Z | Compiling humantime v2.1.0 |
2598 | 2024-03-25T17:04:59.172Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2599 | 2024-03-25T17:04:59.404Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
2600 | 2024-03-25T17:05:04.181Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2601 | 2024-03-25T17:05:12.241Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2602 | 2024-03-25T17:05:14.331Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2603 | 2024-03-25T17:05:33.302Z | Finished release [optimized] target(s) in 1m 17s |
2604 | 2024-03-25T17:05:33.380Z | |
2605 | 2024-03-25T17:05:33.380Z | real 1:17.248282529 |
2606 | 2024-03-25T17:05:33.380Z | user 8:33.879532865 |
2607 | 2024-03-25T17:05:33.380Z | sys 40.699324815 |
2608 | 2024-03-25T17:05:33.380Z | trap 0.235362728 |
2609 | 2024-03-25T17:05:33.380Z | tflt 0.412363388 |
2610 | 2024-03-25T17:05:33.380Z | dflt 0.479237863 |
2611 | 2024-03-25T17:05:33.380Z | kflt 0.000005598 |
2612 | 2024-03-25T17:05:33.381Z | lock 17:22.312723525 |
2613 | 2024-03-25T17:05:33.381Z | slp 18:55.207055397 |
2614 | 2024-03-25T17:05:33.384Z | lat 20.926681296 |
2615 | 2024-03-25T17:05:33.384Z | stop 16.224788332 |
2616 | 2024-03-25T17:05:33.384Z | + ptime -m gzip |
2617 | 2024-03-25T17:05:34.882Z | |
2618 | 2024-03-25T17:05:34.882Z | real 1.490833941 |
2619 | 2024-03-25T17:05:34.882Z | user 1.478307298 |
2620 | 2024-03-25T17:05:34.882Z | sys 0.011169544 |
2621 | 2024-03-25T17:05:34.882Z | trap 0.000340976 |
2622 | 2024-03-25T17:05:34.882Z | tflt 0.000000000 |
2623 | 2024-03-25T17:05:34.882Z | dflt 0.000000000 |
2624 | 2024-03-25T17:05:34.882Z | kflt 0.000000000 |
2625 | 2024-03-25T17:05:34.882Z | lock 0.000000000 |
2626 | 2024-03-25T17:05:34.886Z | slp 0.000000000 |
2627 | 2024-03-25T17:05:34.886Z | lat 0.000597168 |
2628 | 2024-03-25T17:05:34.886Z | stop 0.000192703 |
2629 | 2024-03-25T17:05:34.886Z | process exited: duration 808838 ms, exit code 0 |
|
2630 | 2024-03-25T17:05:34.895Z | found 8 output files |
2631 | 2024-03-25T17:05:34.895Z | uploading: /work/end-to-end-tests/bootstrap-3cb81999e7440661.gz (9708824 bytes) |
2632 | 2024-03-25T17:05:41.517Z | uploaded: /work/end-to-end-tests/bootstrap-3cb81999e7440661.gz |
2633 | 2024-03-25T17:05:41.524Z | uploading: /work/end-to-end-tests/bootstrap.gz (102284017 bytes) |
2634 | 2024-03-25T17:06:09.973Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2635 | 2024-03-25T17:06:09.990Z | uploading: /work/end-to-end-tests/commtest-e25b00f6d79ff279.gz (9708487 bytes) |
2636 | 2024-03-25T17:06:15.826Z | uploaded: /work/end-to-end-tests/commtest-e25b00f6d79ff279.gz |
2637 | 2024-03-25T17:06:15.826Z | uploading: /work/end-to-end-tests/dhcp_server-cdb0b653f05d35f0.gz (9708300 bytes) |
2638 | 2024-03-25T17:06:18.731Z | uploaded: /work/end-to-end-tests/dhcp_server-cdb0b653f05d35f0.gz |
2639 | 2024-03-25T17:06:18.731Z | uploading: /work/end-to-end-tests/end_to_end_tests-92ca3720317208b2.gz (103617816 bytes) |
2640 | 2024-03-25T17:06:47.253Z | uploaded: /work/end-to-end-tests/end_to_end_tests-92ca3720317208b2.gz |
2641 | 2024-03-25T17:06:47.265Z | uploading: /work/caboose-util.gz (3208802 bytes) |
2642 | 2024-03-25T17:06:49.206Z | uploaded: /work/caboose-util.gz |
2643 | 2024-03-25T17:06:49.206Z | uploading: /work/tufaceous.gz (13687396 bytes) |
2644 | 2024-03-25T17:06:53.119Z | uploaded: /work/tufaceous.gz |
2645 | 2024-03-25T17:06:53.119Z | uploading: /work/commtest (461560192 bytes) |
2646 | 2024-03-25T17:09:14.639Z | uploaded: /work/commtest |