|
|
|
1 | 2024-03-13T03:11:18.125Z | job assigned to worker 01HRTWHXYF1DW74JK9S0445VF9 (queued for 2 m 17 s) |
|
2 | 2024-03-13T03:11:25.361Z | starting task 0: "setup" |
3 | 2024-03-13T03:11:25.429Z | ++ uname -s |
4 | 2024-03-13T03:11:25.438Z | + kern=SunOS |
5 | 2024-03-13T03:11:25.438Z | + case "$kern" in |
6 | 2024-03-13T03:11:25.438Z | + groupadd -g 12345 build |
7 | 2024-03-13T03:11:25.439Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-13T03:11:27.450Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-13T03:11:28.696Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-13T03:11:28.701Z | + home_fs=zfs |
11 | 2024-03-13T03:11:28.701Z | + [[ zfs == autofs ]] |
12 | 2024-03-13T03:11:28.701Z | + mkdir -p /home/build |
13 | 2024-03-13T03:11:28.701Z | + chown build:build /home/build /work |
14 | 2024-03-13T03:11:29.303Z | + chmod 0700 /home/build /work |
15 | 2024-03-13T03:11:29.319Z | process exited: duration 3938 ms, exit code 0 |
|
16 | 2024-03-13T03:11:29.348Z | starting task 1: "rust-toolchain" |
17 | 2024-03-13T03:11:29.356Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-13T03:11:29.356Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-03-13T03:11:29.459Z | info: downloading installer |
20 | 2024-03-13T03:11:31.311Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-13T03:11:31.312Z | warning: /opt/ooce/bin |
22 | 2024-03-13T03:11:31.312Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-13T03:11:31.312Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-13T03:11:31.312Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-13T03:11:31.312Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-13T03:11:31.312Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-13T03:11:31.312Z | error: cannot install while Rust is installed |
28 | 2024-03-13T03:11:31.312Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-13T03:11:31.417Z | info: profile set to 'default' |
30 | 2024-03-13T03:11:31.417Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-13T03:11:31.437Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-03-13T03:11:31.553Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-03-13T03:11:31.553Z | info: downloading component 'cargo' |
34 | 2024-03-13T03:11:32.349Z | info: downloading component 'clippy' |
35 | 2024-03-13T03:11:32.632Z | info: downloading component 'rust-docs' |
36 | 2024-03-13T03:11:33.631Z | info: downloading component 'rust-std' |
37 | 2024-03-13T03:11:35.433Z | info: downloading component 'rustc' |
38 | 2024-03-13T03:11:39.766Z | info: downloading component 'rustfmt' |
39 | 2024-03-13T03:11:41.263Z | info: installing component 'cargo' |
40 | 2024-03-13T03:11:41.281Z | info: installing component 'clippy' |
41 | 2024-03-13T03:11:41.281Z | info: installing component 'rust-docs' |
42 | 2024-03-13T03:11:42.548Z | info: installing component 'rust-std' |
43 | 2024-03-13T03:11:44.364Z | info: installing component 'rustc' |
44 | 2024-03-13T03:11:48.807Z | info: installing component 'rustfmt' |
45 | 2024-03-13T03:11:48.830Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-03-13T03:11:48.830Z | |
47 | 2024-03-13T03:11:49.258Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-03-13T03:11:49.258Z | |
49 | 2024-03-13T03:11:49.259Z | |
50 | 2024-03-13T03:11:49.259Z | Rust is installed now. Great! |
51 | 2024-03-13T03:11:49.259Z | |
52 | 2024-03-13T03:11:49.259Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-13T03:11:49.259Z | environment variable. This has not been done automatically. |
54 | 2024-03-13T03:11:49.259Z | |
55 | 2024-03-13T03:11:49.259Z | To configure your current shell, you need to source |
56 | 2024-03-13T03:11:49.260Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-13T03:11:49.260Z | |
58 | 2024-03-13T03:11:49.260Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-13T03:11:49.260Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-13T03:11:49.260Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-13T03:11:49.260Z | + rustc --version |
62 | 2024-03-13T03:11:49.260Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-03-13T03:11:49.260Z | process exited: duration 19910 ms, exit code 0 |
|
64 | 2024-03-13T03:11:49.303Z | starting task 2: "authentication" |
65 | 2024-03-13T03:11:49.338Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
66 | 2024-03-13T03:12:04.340Z | process exited: duration 15043 ms, exit code 0 |
|
67 | 2024-03-13T03:12:04.406Z | starting task 3: "clone repository" |
68 | 2024-03-13T03:12:04.426Z | + mkdir -p /work/oxidecomputer/omicron |
69 | 2024-03-13T03:12:04.426Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
70 | 2024-03-13T03:12:04.860Z | Cloning into '/work/oxidecomputer/omicron'... |
71 | 2024-03-13T03:12:09.914Z | + cd /work/oxidecomputer/omicron |
72 | 2024-03-13T03:12:09.914Z | + git fetch origin 975c29a6807d6c6e4ca5141a26dc316f5f4fb64a |
73 | 2024-03-13T03:12:10.233Z | From https://github.com/oxidecomputer/omicron |
74 | 2024-03-13T03:12:10.233Z | * branch 975c29a6807d6c6e4ca5141a26dc316f5f4fb64a -> FETCH_HEAD |
75 | 2024-03-13T03:12:10.251Z | + [[ -n renovate/regress-0.x ]] |
76 | 2024-03-13T03:12:10.252Z | ++ git branch --show-current |
77 | 2024-03-13T03:12:10.252Z | + current=main |
78 | 2024-03-13T03:12:10.252Z | + [[ main != renovate/regress-0.x ]] |
79 | 2024-03-13T03:12:10.252Z | + git branch -f renovate/regress-0.x 975c29a6807d6c6e4ca5141a26dc316f5f4fb64a |
80 | 2024-03-13T03:12:10.280Z | + git checkout -f renovate/regress-0.x |
81 | 2024-03-13T03:12:10.406Z | Switched to branch 'renovate/regress-0.x' |
82 | 2024-03-13T03:12:10.406Z | + git reset --hard 975c29a6807d6c6e4ca5141a26dc316f5f4fb64a |
83 | 2024-03-13T03:12:10.407Z | HEAD is now at 975c29a68 chore(deps): update rust crate regress to 0.9.0 |
84 | 2024-03-13T03:12:10.407Z | process exited: duration 5984 ms, exit code 0 |
|
85 | 2024-03-13T03:12:10.896Z | starting task 4: "build" |
86 | 2024-03-13T03:12:10.917Z | + cargo --version |
87 | 2024-03-13T03:12:10.917Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
88 | 2024-03-13T03:12:11.059Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
89 | 2024-03-13T03:12:11.059Z | info: downloading component 'cargo' |
90 | 2024-03-13T03:12:11.812Z | info: downloading component 'clippy' |
91 | 2024-03-13T03:12:12.038Z | info: downloading component 'rust-docs' |
92 | 2024-03-13T03:12:13.370Z | info: downloading component 'rust-std' |
93 | 2024-03-13T03:12:14.466Z | info: downloading component 'rustc' |
94 | 2024-03-13T03:12:18.340Z | info: downloading component 'rustfmt' |
95 | 2024-03-13T03:12:18.559Z | info: installing component 'cargo' |
96 | 2024-03-13T03:12:19.440Z | info: installing component 'clippy' |
97 | 2024-03-13T03:12:19.777Z | info: installing component 'rust-docs' |
98 | 2024-03-13T03:12:21.266Z | info: installing component 'rust-std' |
99 | 2024-03-13T03:12:23.130Z | info: installing component 'rustc' |
100 | 2024-03-13T03:12:27.289Z | info: installing component 'rustfmt' |
101 | 2024-03-13T03:12:28.118Z | cargo 1.76.0 (c84b36747 2024-01-18) |
102 | 2024-03-13T03:12:28.135Z | + rustc --version |
103 | 2024-03-13T03:12:28.135Z | rustc 1.76.0 (07dca489a 2024-02-04) |
104 | 2024-03-13T03:12:28.135Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
105 | 2024-03-13T03:12:38.643Z | Startup: Refreshing catalog 'helios-dev' ... Done |
106 | 2024-03-13T03:12:40.010Z | Startup: Caching catalogs ... Done |
107 | 2024-03-13T03:12:41.718Z | Planning: Solver setup ... Done (0.931s) |
108 | 2024-03-13T03:12:41.739Z | Planning: Running solver ... Done (0.019s) |
109 | 2024-03-13T03:12:41.740Z | Planning: Finding local manifests ... Done (0.069s) |
110 | 2024-03-13T03:12:41.740Z | Planning: Fetching manifests: 0/4 0% complete |
111 | 2024-03-13T03:12:42.207Z | Planning: Fetching manifests: 4/4 100% complete |
112 | 2024-03-13T03:12:42.254Z | Planning: Package planning ... Done (0.050s) |
113 | 2024-03-13T03:12:42.304Z | Planning: Merging actions ... Done (0.052s) |
114 | 2024-03-13T03:12:42.802Z | Planning: Checking for conflicting actions ... Done (0.504s) |
115 | 2024-03-13T03:12:42.817Z | Planning: Consolidating action changes ... Done (0.011s) |
116 | 2024-03-13T03:12:50.339Z | Planning: Evaluating mediators ... Done (7.523s) |
117 | 2024-03-13T03:12:50.357Z | Planning: Planning completed in 10.27 seconds |
118 | 2024-03-13T03:12:50.380Z | Packages to install: 4 |
119 | 2024-03-13T03:12:50.380Z | Mediators to change: 2 |
120 | 2024-03-13T03:12:50.381Z | Services to change: 1 |
121 | 2024-03-13T03:12:50.381Z | Estimated space available: 155.32 GB |
122 | 2024-03-13T03:12:50.382Z | Estimated space to be consumed: 1.42 GB |
123 | 2024-03-13T03:12:50.382Z | Create boot environment: No |
124 | 2024-03-13T03:12:50.385Z | Create backup boot environment: No |
125 | 2024-03-13T03:12:50.385Z | Rebuild boot archive: No |
126 | 2024-03-13T03:12:50.386Z | |
127 | 2024-03-13T03:12:50.386Z | Changed mediators: |
128 | 2024-03-13T03:12:50.386Z | mediator clang: |
129 | 2024-03-13T03:12:50.386Z | version: None -> 15 (system default) |
130 | 2024-03-13T03:12:50.386Z | |
131 | 2024-03-13T03:12:50.387Z | mediator llvm: |
132 | 2024-03-13T03:12:50.387Z | version: 14 (system default) -> 15 (system default) |
133 | 2024-03-13T03:12:50.387Z | |
134 | 2024-03-13T03:12:50.387Z | Changed packages: |
135 | 2024-03-13T03:12:50.387Z | helios-dev |
136 | 2024-03-13T03:12:50.387Z | developer/build-essential |
137 | 2024-03-13T03:12:50.387Z | None -> 11-2.0 |
138 | 2024-03-13T03:12:50.388Z | library/libxmlsec1 |
139 | 2024-03-13T03:12:50.388Z | None -> 1.2.35-2.0 |
140 | 2024-03-13T03:12:50.388Z | ooce/developer/clang-15 |
141 | 2024-03-13T03:12:50.388Z | None -> 15.0.7-2.0 |
142 | 2024-03-13T03:12:50.388Z | ooce/developer/llvm-15 |
143 | 2024-03-13T03:12:50.389Z | None -> 15.0.7-2.0 |
144 | 2024-03-13T03:12:50.389Z | |
145 | 2024-03-13T03:12:50.389Z | Services: |
146 | 2024-03-13T03:12:50.389Z | restart_fmri: |
147 | 2024-03-13T03:12:50.389Z | svc:/system/update-man-index:default |
148 | 2024-03-13T03:12:50.520Z | |
149 | 2024-03-13T03:12:50.520Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
150 | 2024-03-13T03:12:55.653Z | Download: 781/3290 items 18.5/212.6MB 8% complete (3.8M/s) |
151 | 2024-03-13T03:13:07.254Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (9.9M/s) |
152 | 2024-03-13T03:13:12.258Z | Download: 1763/3290 items 118.3/212.6MB 55% complete (7.3M/s) |
153 | 2024-03-13T03:13:17.505Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (4.4M/s) |
154 | 2024-03-13T03:13:22.513Z | Download: 3150/3290 items 138.7/212.6MB 65% complete (1.9M/s) |
155 | 2024-03-13T03:13:26.735Z | Download: Completed 212.60 MB in 36.21 seconds (5.9M/s) |
156 | 2024-03-13T03:13:26.902Z | Actions: 1/3689 actions (Installing new actions) |
157 | 2024-03-13T03:13:32.072Z | Actions: 3685/3689 actions (Installing new actions) |
158 | 2024-03-13T03:13:32.080Z | Actions: Completed 3689 actions in 5.17 seconds. |
159 | 2024-03-13T03:13:32.271Z | Done (0.182s) |
160 | 2024-03-13T03:13:32.271Z | Done (0.000s) |
161 | 2024-03-13T03:13:32.503Z | Done (0.239s) |
162 | 2024-03-13T03:13:38.208Z | Done (5.573s) |
163 | 2024-03-13T03:13:38.348Z | Done (0.069s) |
164 | 2024-03-13T03:13:38.356Z | Done (0.000s) |
165 | 2024-03-13T03:13:38.508Z | Done (0.000s) |
166 | 2024-03-13T03:13:39.040Z | Planning: Evaluating mediator changes ... Done |
167 | 2024-03-13T03:13:39.233Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-03-13T03:13:39.275Z | Planning: Consolidating action changes ... Done |
169 | 2024-03-13T03:13:39.483Z | Planning: Evaluating mediators ... Done |
170 | 2024-03-13T03:13:39.496Z | Planning: Planning completed in 0.45 seconds |
171 | 2024-03-13T03:13:39.513Z | Mediators to change: 2 |
172 | 2024-03-13T03:13:39.513Z | Create boot environment: No |
173 | 2024-03-13T03:13:39.518Z | Create backup boot environment: No |
174 | 2024-03-13T03:13:39.597Z | Done |
175 | 2024-03-13T03:13:39.597Z | Done |
176 | 2024-03-13T03:13:39.735Z | Done |
177 | 2024-03-13T03:13:43.513Z | Done |
178 | 2024-03-13T03:13:43.607Z | Done |
179 | 2024-03-13T03:13:43.628Z | Done |
180 | 2024-03-13T03:13:43.717Z | Done |
181 | 2024-03-13T03:13:44.353Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-03-13T03:13:44.373Z | Planning: Merging actions ... Done |
183 | 2024-03-13T03:13:44.538Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-03-13T03:13:44.552Z | Planning: Consolidating action changes ... Done |
185 | 2024-03-13T03:13:44.815Z | Planning: Evaluating mediators ... Done |
186 | 2024-03-13T03:13:44.876Z | Planning: Planning completed in 0.80 seconds |
187 | 2024-03-13T03:13:44.911Z | Packages to change: 1 |
188 | 2024-03-13T03:13:44.911Z | Mediators to change: 1 |
189 | 2024-03-13T03:13:44.929Z | Services to change: 1 |
190 | 2024-03-13T03:13:44.929Z | Create boot environment: No |
191 | 2024-03-13T03:13:44.929Z | Create backup boot environment: Yes |
192 | 2024-03-13T03:13:46.860Z | Actions: 1/6 actions (Updating modified actions) |
193 | 2024-03-13T03:13:46.908Z | Actions: Completed 6 actions in 0.05 seconds. |
194 | 2024-03-13T03:13:46.908Z | Done |
195 | 2024-03-13T03:13:46.908Z | Done |
196 | 2024-03-13T03:13:46.957Z | Done |
197 | 2024-03-13T03:13:50.653Z | Done |
198 | 2024-03-13T03:13:50.736Z | Done |
199 | 2024-03-13T03:13:50.757Z | Done |
200 | 2024-03-13T03:13:50.841Z | Done |
201 | 2024-03-13T03:13:51.692Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
202 | 2024-03-13T03:13:51.692Z | clang system 15 system |
203 | 2024-03-13T03:13:51.692Z | csh system system illumos |
204 | 2024-03-13T03:13:51.692Z | ctags system system illumos |
205 | 2024-03-13T03:13:51.692Z | gcc vendor 12 vendor |
206 | 2024-03-13T03:13:51.692Z | gcc system 10 system |
207 | 2024-03-13T03:13:51.692Z | gcc system 7 system |
208 | 2024-03-13T03:13:51.692Z | go system 1.20 system |
209 | 2024-03-13T03:13:51.692Z | go system 1.19 system |
210 | 2024-03-13T03:13:51.692Z | llvm system 15 system |
211 | 2024-03-13T03:13:51.692Z | llvm system 14 system |
212 | 2024-03-13T03:13:51.692Z | mariadb system 10.6 system |
213 | 2024-03-13T03:13:51.692Z | mta vendor vendor dma |
214 | 2024-03-13T03:13:51.692Z | openjdk system 17 system |
215 | 2024-03-13T03:13:51.693Z | openjdk system 11 system |
216 | 2024-03-13T03:13:51.693Z | openjdk system 1.8 system |
217 | 2024-03-13T03:13:51.693Z | openssl vendor 3 vendor |
218 | 2024-03-13T03:13:51.693Z | perl system 5.36 system |
219 | 2024-03-13T03:13:51.693Z | postgresql system 15 system |
220 | 2024-03-13T03:13:51.693Z | postgresql system 13 system |
221 | 2024-03-13T03:13:51.693Z | python vendor 3 vendor |
222 | 2024-03-13T03:13:51.693Z | python system 2 system |
223 | 2024-03-13T03:13:51.693Z | python3 system 3.11 system |
224 | 2024-03-13T03:13:51.693Z | ruby system 3.0 system |
225 | 2024-03-13T03:13:51.693Z | words vendor vendor american-english |
226 | 2024-03-13T03:13:51.693Z | words system system australian-english |
227 | 2024-03-13T03:13:51.693Z | words system system british-english |
228 | 2024-03-13T03:13:51.693Z | words system system canadian-english |
229 | 2024-03-13T03:13:51.693Z | words system system french |
230 | 2024-03-13T03:13:51.694Z | words system system italian |
231 | 2024-03-13T03:13:51.694Z | words system system ngerman |
232 | 2024-03-13T03:13:51.694Z | words system system ogerman |
233 | 2024-03-13T03:13:51.694Z | words system system spanish |
234 | 2024-03-13T03:13:51.706Z | PUBLISHER TYPE STATUS P LOCATION |
235 | 2024-03-13T03:13:51.706Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
236 | 2024-03-13T03:13:52.816Z | FMRI IFO |
237 | 2024-03-13T03:13:52.816Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
238 | 2024-03-13T03:13:52.816Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
239 | 2024-03-13T03:13:52.816Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
240 | 2024-03-13T03:13:52.816Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
241 | 2024-03-13T03:13:52.816Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
242 | 2024-03-13T03:13:52.816Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
243 | 2024-03-13T03:13:52.817Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
244 | 2024-03-13T03:13:52.817Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
245 | 2024-03-13T03:13:52.817Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
246 | 2024-03-13T03:13:52.817Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
247 | 2024-03-13T03:13:52.817Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
248 | 2024-03-13T03:13:52.817Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
249 | 2024-03-13T03:13:53.047Z | + set -o errexit |
250 | 2024-03-13T03:13:53.065Z | +++ dirname ./tools/ci_download_cockroachdb |
251 | 2024-03-13T03:13:53.066Z | ++ cd ./tools |
252 | 2024-03-13T03:13:53.066Z | ++ pwd |
253 | 2024-03-13T03:13:53.066Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
254 | 2024-03-13T03:13:53.066Z | ++ basename ./tools/ci_download_cockroachdb |
255 | 2024-03-13T03:13:53.066Z | + ARG0=ci_download_cockroachdb |
256 | 2024-03-13T03:13:53.066Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
257 | 2024-03-13T03:13:53.097Z | + CIDL_VERSION=v22.1.9 |
258 | 2024-03-13T03:13:53.097Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
259 | 2024-03-13T03:13:53.097Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
260 | 2024-03-13T03:13:53.098Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
261 | 2024-03-13T03:13:53.098Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
262 | 2024-03-13T03:13:53.098Z | + TARGET_DIR=out |
263 | 2024-03-13T03:13:53.098Z | + DOWNLOAD_DIR=out/downloads |
264 | 2024-03-13T03:13:53.098Z | + DEST_DIR=./out/cockroachdb |
265 | 2024-03-13T03:13:53.099Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
266 | 2024-03-13T03:13:53.099Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
267 | 2024-03-13T03:13:53.099Z | + main |
268 | 2024-03-13T03:13:53.099Z | + [[ 0 != 0 ]] |
269 | 2024-03-13T03:13:53.100Z | + CIDL_OS=solaris2.11 |
270 | 2024-03-13T03:13:53.100Z | + [[ 0 != 0 ]] |
271 | 2024-03-13T03:13:53.100Z | + configure_os solaris2.11 |
272 | 2024-03-13T03:13:53.100Z | + echo 'current directory: /work/oxidecomputer/omicron' |
273 | 2024-03-13T03:13:53.100Z | current directory: /work/oxidecomputer/omicron |
274 | 2024-03-13T03:13:53.101Z | + echo 'configuring based on OS: "solaris2.11"' |
275 | 2024-03-13T03:13:53.101Z | + case "$1" in |
276 | 2024-03-13T03:13:53.101Z | configuring based on OS: "solaris2.11" |
277 | 2024-03-13T03:13:53.101Z | + CIDL_BUILD=illumos |
278 | 2024-03-13T03:13:53.101Z | + CIDL_SUFFIX=tar.gz |
279 | 2024-03-13T03:13:53.101Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
280 | 2024-03-13T03:13:53.102Z | + CIDL_URL_BASE=https://illumos.org/downloads |
281 | 2024-03-13T03:13:53.102Z | + CIDL_ASSEMBLE=do_assemble_illumos |
282 | 2024-03-13T03:13:53.102Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
283 | 2024-03-13T03:13:53.102Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-03-13T03:13:53.102Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-03-13T03:13:53.103Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
286 | 2024-03-13T03:13:53.103Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-03-13T03:13:53.103Z | + CIDL_SHA256FUNC=do_sha256sum |
288 | 2024-03-13T03:13:53.103Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
289 | 2024-03-13T03:13:53.103Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-03-13T03:13:53.103Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
291 | 2024-03-13T03:13:53.104Z | + mkdir -p out/downloads |
292 | 2024-03-13T03:13:53.104Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-03-13T03:13:53.104Z | + mkdir -p ./out/cockroachdb |
294 | 2024-03-13T03:13:53.104Z | + local DO_DOWNLOAD=true |
295 | 2024-03-13T03:13:53.104Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
296 | 2024-03-13T03:13:53.105Z | + '[' true == true ']' |
297 | 2024-03-13T03:13:53.105Z | + echo Downloading... |
298 | 2024-03-13T03:13:53.105Z | Downloading... |
299 | 2024-03-13T03:13:53.105Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-03-13T03:13:53.106Z | + 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-13T03:13:59.993Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-03-13T03:14:00.018Z | ++ sha256sum |
303 | 2024-03-13T03:14:00.019Z | ++ awk '{print $1}' |
304 | 2024-03-13T03:14:00.061Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
305 | 2024-03-13T03:14:00.061Z | + [[ 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-13T03:14:00.062Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-03-13T03:14:00.077Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
308 | 2024-03-13T03:14:02.488Z | + do_assemble_illumos |
309 | 2024-03-13T03:14:02.488Z | + rm -r ./out/cockroachdb |
310 | 2024-03-13T03:14:02.947Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
311 | 2024-03-13T03:14:02.947Z | + ./out/cockroachdb/bin/cockroach version |
312 | 2024-03-13T03:14:02.947Z | Build Tag: v22.1.9-dirty |
313 | 2024-03-13T03:14:02.947Z | Build Time: 2022/10/26 21:17:46 |
314 | 2024-03-13T03:14:02.947Z | Distribution: OSS |
315 | 2024-03-13T03:14:02.948Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
316 | 2024-03-13T03:14:02.948Z | Go Version: go1.17.13 |
317 | 2024-03-13T03:14:02.948Z | C Compiler: gcc 10.3.0 |
318 | 2024-03-13T03:14:02.948Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
319 | 2024-03-13T03:14:02.948Z | Build Type: release |
320 | 2024-03-13T03:14:02.948Z | + set -o errexit |
321 | 2024-03-13T03:14:02.948Z | +++ dirname ./tools/ci_download_clickhouse |
322 | 2024-03-13T03:14:02.948Z | ++ cd ./tools |
323 | 2024-03-13T03:14:02.948Z | ++ pwd |
324 | 2024-03-13T03:14:02.948Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
325 | 2024-03-13T03:14:02.948Z | ++ basename ./tools/ci_download_clickhouse |
326 | 2024-03-13T03:14:02.949Z | + ARG0=ci_download_clickhouse |
327 | 2024-03-13T03:14:02.949Z | + TARGET_DIR=out |
328 | 2024-03-13T03:14:02.949Z | + DOWNLOAD_DIR=out/downloads |
329 | 2024-03-13T03:14:02.949Z | + DEST_DIR=./out/clickhouse |
330 | 2024-03-13T03:14:02.949Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
331 | 2024-03-13T03:14:02.949Z | + CIDL_VERSION=v23.8.7.24 |
332 | 2024-03-13T03:14:02.949Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
333 | 2024-03-13T03:14:02.949Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
334 | 2024-03-13T03:14:02.949Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
335 | 2024-03-13T03:14:02.949Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
336 | 2024-03-13T03:14:02.950Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
337 | 2024-03-13T03:14:02.950Z | + main |
338 | 2024-03-13T03:14:02.950Z | + [[ 0 != 0 ]] |
339 | 2024-03-13T03:14:02.950Z | + CIDL_OS=solaris2.11 |
340 | 2024-03-13T03:14:02.950Z | + [[ 0 != 0 ]] |
341 | 2024-03-13T03:14:02.950Z | + configure_os solaris2.11 |
342 | 2024-03-13T03:14:02.950Z | + echo 'current directory: /work/oxidecomputer/omicron' |
343 | 2024-03-13T03:14:02.950Z | current directory: /work/oxidecomputer/omicron |
344 | 2024-03-13T03:14:02.950Z | + echo 'configuring based on OS: "solaris2.11"' |
345 | 2024-03-13T03:14:02.950Z | + CIDL_DASHREV= |
346 | 2024-03-13T03:14:02.951Z | + case "$1" in |
347 | 2024-03-13T03:14:02.951Z | configuring based on OS: "solaris2.11" |
348 | 2024-03-13T03:14:02.951Z | + CIDL_PLATFORM=illumos |
349 | 2024-03-13T03:14:02.951Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
350 | 2024-03-13T03:14:02.951Z | + CIDL_MD5FUNC=do_md5sum |
351 | 2024-03-13T03:14:02.951Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
352 | 2024-03-13T03:14:02.951Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
353 | 2024-03-13T03:14:02.951Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
354 | 2024-03-13T03:14:02.951Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-03-13T03:14:02.952Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
356 | 2024-03-13T03:14:02.952Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
357 | 2024-03-13T03:14:02.952Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
358 | 2024-03-13T03:14:02.952Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-03-13T03:14:02.952Z | + mkdir -p out/downloads |
360 | 2024-03-13T03:14:02.952Z | + mkdir -p ./out/clickhouse |
361 | 2024-03-13T03:14:02.952Z | + local DO_DOWNLOAD=true |
362 | 2024-03-13T03:14:02.952Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
363 | 2024-03-13T03:14:02.953Z | + '[' true == true ']' |
364 | 2024-03-13T03:14:02.953Z | + echo Downloading... |
365 | 2024-03-13T03:14:02.953Z | Downloading... |
366 | 2024-03-13T03:14:02.953Z | + 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-13T03:14:02.953Z | + 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-13T03:14:04.442Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
369 | 2024-03-13T03:14:04.857Z | ++ md5sum |
370 | 2024-03-13T03:14:04.857Z | ++ awk '{print $1}' |
371 | 2024-03-13T03:14:04.857Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
372 | 2024-03-13T03:14:04.857Z | + [[ 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-13T03:14:04.857Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
374 | 2024-03-13T03:14:04.858Z | + mkdir -p ./out/clickhouse |
375 | 2024-03-13T03:14:04.858Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
376 | 2024-03-13T03:14:08.504Z | + [[ solaris2.11 == darwin* ]] |
377 | 2024-03-13T03:14:08.504Z | + ./out/clickhouse/clickhouse server --version |
378 | 2024-03-13T03:14:08.647Z | ClickHouse server version 23.8.7.1. |
379 | 2024-03-13T03:14:08.669Z | + set -o errexit |
380 | 2024-03-13T03:14:08.685Z | +++ dirname ./tools/ci_download_console |
381 | 2024-03-13T03:14:08.685Z | ++ cd ./tools |
382 | 2024-03-13T03:14:08.685Z | ++ pwd |
383 | 2024-03-13T03:14:08.686Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
384 | 2024-03-13T03:14:08.686Z | ++ basename ./tools/ci_download_console |
385 | 2024-03-13T03:14:08.686Z | + ARG0=ci_download_console |
386 | 2024-03-13T03:14:08.686Z | + TARGET_DIR=out |
387 | 2024-03-13T03:14:08.686Z | + DOWNLOAD_DIR=out/downloads |
388 | 2024-03-13T03:14:08.686Z | + DEST_DIR=./out/console-assets |
389 | 2024-03-13T03:14:08.686Z | + source /work/oxidecomputer/omicron/tools/console_version |
390 | 2024-03-13T03:14:08.686Z | ++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198 |
391 | 2024-03-13T03:14:08.686Z | ++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
392 | 2024-03-13T03:14:08.686Z | + URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
393 | 2024-03-13T03:14:08.686Z | + TARBALL_FILE=out/downloads/console.tar.gz |
394 | 2024-03-13T03:14:08.687Z | + main |
395 | 2024-03-13T03:14:08.687Z | + [[ 0 != 0 ]] |
396 | 2024-03-13T03:14:08.687Z | + echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz' |
397 | 2024-03-13T03:14:08.687Z | URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
398 | 2024-03-13T03:14:08.688Z | + echo 'Local file: out/downloads/console.tar.gz' |
399 | 2024-03-13T03:14:08.688Z | Local file: out/downloads/console.tar.gz |
400 | 2024-03-13T03:14:08.688Z | + local DO_DOWNLOAD=true |
401 | 2024-03-13T03:14:08.688Z | + [[ -f out/downloads/console.tar.gz ]] |
402 | 2024-03-13T03:14:08.688Z | + mkdir -p out/downloads |
403 | 2024-03-13T03:14:08.688Z | + '[' true == true ']' |
404 | 2024-03-13T03:14:08.688Z | + echo Downloading... |
405 | 2024-03-13T03:14:08.688Z | Downloading... |
406 | 2024-03-13T03:14:08.688Z | + do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz |
407 | 2024-03-13T03:14:08.689Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
408 | 2024-03-13T03:14:09.209Z | ++ do_sha256sum out/downloads/console.tar.gz |
409 | 2024-03-13T03:14:09.209Z | ++ case "$OSTYPE" in |
410 | 2024-03-13T03:14:09.228Z | ++ SHA=sha256sum |
411 | 2024-03-13T03:14:09.228Z | ++ sha256sum |
412 | 2024-03-13T03:14:09.228Z | ++ awk '{print $1}' |
413 | 2024-03-13T03:14:09.229Z | + calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
414 | 2024-03-13T03:14:09.229Z | + [[ b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 != \b\5\a\f\d\1\2\4\3\e\4\0\e\8\6\d\3\a\7\7\9\f\0\8\9\f\e\6\1\e\d\9\c\b\3\f\b\b\d\6\d\5\9\e\5\4\7\e\5\2\2\a\5\9\c\1\b\0\e\4\b\7\d\8 ]] |
415 | 2024-03-13T03:14:09.230Z | + rm -rf ./out/console-assets |
416 | 2024-03-13T03:14:09.230Z | + mkdir -p ./out/console-assets |
417 | 2024-03-13T03:14:09.230Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
418 | 2024-03-13T03:14:09.230Z | + mkdir -p ./out/console-assets |
419 | 2024-03-13T03:14:09.231Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
420 | 2024-03-13T03:14:09.297Z | + set -o errexit |
421 | 2024-03-13T03:14:09.305Z | +++ dirname ./tools/ci_download_maghemite_openapi |
422 | 2024-03-13T03:14:09.305Z | ++ cd ./tools |
423 | 2024-03-13T03:14:09.306Z | ++ pwd |
424 | 2024-03-13T03:14:09.306Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
425 | 2024-03-13T03:14:09.306Z | ++ basename ./tools/ci_download_maghemite_openapi |
426 | 2024-03-13T03:14:09.306Z | + ARG0=ci_download_maghemite_openapi |
427 | 2024-03-13T03:14:09.306Z | + TARGET_DIR=out |
428 | 2024-03-13T03:14:09.307Z | + DOWNLOAD_DIR=out/downloads |
429 | 2024-03-13T03:14:09.307Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
430 | 2024-03-13T03:14:09.307Z | ++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba |
431 | 2024-03-13T03:14:09.308Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
432 | 2024-03-13T03:14:09.308Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json |
433 | 2024-03-13T03:14:09.308Z | + LOCAL_FILE=out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
434 | 2024-03-13T03:14:09.309Z | + main |
435 | 2024-03-13T03:14:09.309Z | + rm -rf out/downloads/root |
436 | 2024-03-13T03:14:09.318Z | + [[ 0 != 0 ]] |
437 | 2024-03-13T03:14:09.318Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json' |
438 | 2024-03-13T03:14:09.319Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json |
439 | 2024-03-13T03:14:09.319Z | + echo 'Local file: out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json' |
440 | 2024-03-13T03:14:09.319Z | Local file: out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
441 | 2024-03-13T03:14:09.319Z | + local DO_DOWNLOAD=true |
442 | 2024-03-13T03:14:09.319Z | + [[ -f out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json ]] |
443 | 2024-03-13T03:14:09.319Z | + mkdir -p out/downloads |
444 | 2024-03-13T03:14:09.320Z | + '[' true == true ']' |
445 | 2024-03-13T03:14:09.320Z | + echo Downloading... |
446 | 2024-03-13T03:14:09.320Z | Downloading... |
447 | 2024-03-13T03:14:09.320Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
448 | 2024-03-13T03:14:09.320Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json |
449 | 2024-03-13T03:14:09.563Z | ++ do_sha256sum out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
450 | 2024-03-13T03:14:09.563Z | ++ case "$OSTYPE" in |
451 | 2024-03-13T03:14:09.589Z | ++ SHA=sha256sum |
452 | 2024-03-13T03:14:09.589Z | ++ sha256sum |
453 | 2024-03-13T03:14:09.589Z | ++ awk '{print $1}' |
454 | 2024-03-13T03:14:09.589Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
455 | 2024-03-13T03:14:09.589Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
456 | 2024-03-13T03:14:09.589Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
457 | 2024-03-13T03:14:09.589Z | ++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba |
458 | 2024-03-13T03:14:09.590Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
459 | 2024-03-13T03:14:09.590Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json |
460 | 2024-03-13T03:14:09.590Z | + LOCAL_FILE=out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
461 | 2024-03-13T03:14:09.590Z | + main |
462 | 2024-03-13T03:14:09.590Z | + rm -rf out/downloads/root |
463 | 2024-03-13T03:14:09.590Z | + [[ 0 != 0 ]] |
464 | 2024-03-13T03:14:09.590Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json' |
465 | 2024-03-13T03:14:09.590Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json |
466 | 2024-03-13T03:14:09.590Z | + echo 'Local file: out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json' |
467 | 2024-03-13T03:14:09.591Z | + local DO_DOWNLOAD=true |
468 | 2024-03-13T03:14:09.591Z | Local file: out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
469 | 2024-03-13T03:14:09.591Z | + [[ -f out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json ]] |
470 | 2024-03-13T03:14:09.591Z | + mkdir -p out/downloads |
471 | 2024-03-13T03:14:09.591Z | + '[' true == true ']' |
472 | 2024-03-13T03:14:09.591Z | + echo Downloading... |
473 | 2024-03-13T03:14:09.591Z | Downloading... |
474 | 2024-03-13T03:14:09.591Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
475 | 2024-03-13T03:14:09.592Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json |
476 | 2024-03-13T03:14:11.474Z | ++ do_sha256sum out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
477 | 2024-03-13T03:14:11.475Z | ++ case "$OSTYPE" in |
478 | 2024-03-13T03:14:11.475Z | ++ SHA=sha256sum |
479 | 2024-03-13T03:14:11.475Z | ++ sha256sum |
480 | 2024-03-13T03:14:11.475Z | ++ awk '{print $1}' |
481 | 2024-03-13T03:14:11.476Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
482 | 2024-03-13T03:14:11.476Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
483 | 2024-03-13T03:14:11.476Z | + set -o errexit |
484 | 2024-03-13T03:14:11.476Z | +++ dirname ./tools/ci_download_dendrite_openapi |
485 | 2024-03-13T03:14:11.476Z | ++ cd ./tools |
486 | 2024-03-13T03:14:11.477Z | ++ pwd |
487 | 2024-03-13T03:14:11.477Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
488 | 2024-03-13T03:14:11.477Z | ++ basename ./tools/ci_download_dendrite_openapi |
489 | 2024-03-13T03:14:11.477Z | + ARG0=ci_download_dendrite_openapi |
490 | 2024-03-13T03:14:11.477Z | + TARGET_DIR=out |
491 | 2024-03-13T03:14:11.478Z | + DOWNLOAD_DIR=out/downloads |
492 | 2024-03-13T03:14:11.478Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
493 | 2024-03-13T03:14:11.478Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
494 | 2024-03-13T03:14:11.478Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
495 | 2024-03-13T03:14:11.479Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
496 | 2024-03-13T03:14:11.479Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
497 | 2024-03-13T03:14:11.479Z | + main |
498 | 2024-03-13T03:14:11.479Z | + [[ 0 != 0 ]] |
499 | 2024-03-13T03:14:11.479Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
500 | 2024-03-13T03:14:11.480Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
501 | 2024-03-13T03:14:11.480Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
502 | 2024-03-13T03:14:11.480Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
503 | 2024-03-13T03:14:11.480Z | + local DO_DOWNLOAD=true |
504 | 2024-03-13T03:14:11.480Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
505 | 2024-03-13T03:14:11.481Z | + mkdir -p out/downloads |
506 | 2024-03-13T03:14:11.481Z | + '[' true == true ']' |
507 | 2024-03-13T03:14:11.481Z | + echo Downloading... |
508 | 2024-03-13T03:14:11.481Z | Downloading... |
509 | 2024-03-13T03:14:11.481Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
510 | 2024-03-13T03:14:11.482Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
511 | 2024-03-13T03:14:11.509Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
512 | 2024-03-13T03:14:11.509Z | ++ case "$OSTYPE" in |
513 | 2024-03-13T03:14:11.509Z | ++ SHA=sha256sum |
514 | 2024-03-13T03:14:11.509Z | ++ sha256sum |
515 | 2024-03-13T03:14:11.509Z | ++ awk '{print $1}' |
516 | 2024-03-13T03:14:11.509Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
517 | 2024-03-13T03:14:11.509Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
518 | 2024-03-13T03:14:11.509Z | + set -o errexit |
519 | 2024-03-13T03:14:11.509Z | +++ dirname ./tools/ci_download_dendrite_stub |
520 | 2024-03-13T03:14:11.509Z | ++ cd ./tools |
521 | 2024-03-13T03:14:11.509Z | ++ pwd |
522 | 2024-03-13T03:14:11.510Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
523 | 2024-03-13T03:14:11.510Z | ++ basename ./tools/ci_download_dendrite_stub |
524 | 2024-03-13T03:14:11.510Z | + ARG0=ci_download_dendrite_stub |
525 | 2024-03-13T03:14:11.510Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
526 | 2024-03-13T03:14:11.510Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
527 | 2024-03-13T03:14:11.510Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
528 | 2024-03-13T03:14:11.510Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
529 | 2024-03-13T03:14:11.510Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
530 | 2024-03-13T03:14:11.510Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
531 | 2024-03-13T03:14:11.510Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
532 | 2024-03-13T03:14:11.510Z | + TARGET_DIR=out |
533 | 2024-03-13T03:14:11.510Z | + DOWNLOAD_DIR=out/downloads |
534 | 2024-03-13T03:14:11.511Z | + DEST_DIR=./out/dendrite-stub |
535 | 2024-03-13T03:14:11.511Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
536 | 2024-03-13T03:14:11.511Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
537 | 2024-03-13T03:14:11.511Z | + REPO=oxidecomputer/dendrite |
538 | 2024-03-13T03:14:11.511Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
539 | 2024-03-13T03:14:11.511Z | + main |
540 | 2024-03-13T03:14:11.511Z | + [[ 0 != 0 ]] |
541 | 2024-03-13T03:14:11.511Z | + CIDL_OS=solaris2.11 |
542 | 2024-03-13T03:14:11.511Z | + [[ 0 != 0 ]] |
543 | 2024-03-13T03:14:11.511Z | + configure_os solaris2.11 |
544 | 2024-03-13T03:14:11.511Z | + echo 'current directory: /work/oxidecomputer/omicron' |
545 | 2024-03-13T03:14:11.511Z | current directory: /work/oxidecomputer/omicron |
546 | 2024-03-13T03:14:11.512Z | + echo 'configuring based on OS: "solaris2.11"' |
547 | 2024-03-13T03:14:11.512Z | + case "$1" in |
548 | 2024-03-13T03:14:11.512Z | configuring based on OS: "solaris2.11" |
549 | 2024-03-13T03:14:11.512Z | + SET_BINARIES= |
550 | 2024-03-13T03:14:11.512Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
551 | 2024-03-13T03:14:11.512Z | + CIDL_SHA256FUNC=do_sha256sum |
552 | 2024-03-13T03:14:11.512Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
553 | 2024-03-13T03:14:11.512Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
554 | 2024-03-13T03:14:11.512Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
555 | 2024-03-13T03:14:11.512Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
556 | 2024-03-13T03:14:11.512Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
557 | 2024-03-13T03:14:11.512Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
558 | 2024-03-13T03:14:11.512Z | Local file: out/downloads/dendrite-stub.tar.gz |
559 | 2024-03-13T03:14:11.513Z | + mkdir -p out/downloads |
560 | 2024-03-13T03:14:11.513Z | + mkdir -p ./out/dendrite-stub |
561 | 2024-03-13T03:14:11.513Z | + fetch_and_verify |
562 | 2024-03-13T03:14:11.513Z | + local DO_DOWNLOAD=true |
563 | 2024-03-13T03:14:11.513Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
564 | 2024-03-13T03:14:11.513Z | + '[' true == true ']' |
565 | 2024-03-13T03:14:11.513Z | + echo Downloading... |
566 | 2024-03-13T03:14:11.513Z | Downloading... |
567 | 2024-03-13T03:14:11.513Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
568 | 2024-03-13T03:14:11.513Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
569 | 2024-03-13T03:14:29.445Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
570 | 2024-03-13T03:14:29.478Z | ++ sha256sum |
571 | 2024-03-13T03:14:29.478Z | ++ awk '{print $1}' |
572 | 2024-03-13T03:14:29.478Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
573 | 2024-03-13T03:14:29.478Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
574 | 2024-03-13T03:14:29.479Z | + do_untar out/downloads/dendrite-stub.tar.gz |
575 | 2024-03-13T03:14:29.479Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
576 | 2024-03-13T03:14:30.143Z | + do_assemble |
577 | 2024-03-13T03:14:30.143Z | + rm -r ./out/dendrite-stub |
578 | 2024-03-13T03:14:30.156Z | + mkdir ./out/dendrite-stub |
579 | 2024-03-13T03:14:30.156Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
580 | 2024-03-13T03:14:30.253Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
581 | 2024-03-13T03:14:30.282Z | + set -o errexit |
582 | 2024-03-13T03:14:30.282Z | +++ dirname ./tools/ci_download_maghemite_mgd |
583 | 2024-03-13T03:14:30.283Z | ++ cd ./tools |
584 | 2024-03-13T03:14:30.283Z | ++ pwd |
585 | 2024-03-13T03:14:30.283Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
586 | 2024-03-13T03:14:30.284Z | ++ basename ./tools/ci_download_maghemite_mgd |
587 | 2024-03-13T03:14:30.284Z | + ARG0=ci_download_maghemite_mgd |
588 | 2024-03-13T03:14:30.284Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
589 | 2024-03-13T03:14:30.285Z | ++ CIDL_SHA256=151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d |
590 | 2024-03-13T03:14:30.285Z | ++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511 |
591 | 2024-03-13T03:14:30.285Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
592 | 2024-03-13T03:14:30.286Z | ++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba |
593 | 2024-03-13T03:14:30.286Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
594 | 2024-03-13T03:14:30.286Z | + TARGET_DIR=out |
595 | 2024-03-13T03:14:30.286Z | + DOWNLOAD_DIR=out/downloads |
596 | 2024-03-13T03:14:30.286Z | + DEST_DIR=./out/mgd |
597 | 2024-03-13T03:14:30.286Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
598 | 2024-03-13T03:14:30.287Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
599 | 2024-03-13T03:14:30.287Z | + REPO=oxidecomputer/maghemite |
600 | 2024-03-13T03:14:30.287Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba |
601 | 2024-03-13T03:14:30.287Z | + main |
602 | 2024-03-13T03:14:30.287Z | + rm -rf out/downloads/root |
603 | 2024-03-13T03:14:30.287Z | + [[ 0 != 0 ]] |
604 | 2024-03-13T03:14:30.287Z | + CIDL_OS=solaris2.11 |
605 | 2024-03-13T03:14:30.288Z | + [[ 0 != 0 ]] |
606 | 2024-03-13T03:14:30.288Z | + configure_os solaris2.11 |
607 | 2024-03-13T03:14:30.288Z | + echo 'current directory: /work/oxidecomputer/omicron' |
608 | 2024-03-13T03:14:30.288Z | current directory: /work/oxidecomputer/omicron |
609 | 2024-03-13T03:14:30.288Z | + echo 'configuring based on OS: "solaris2.11"' |
610 | 2024-03-13T03:14:30.288Z | + case "$1" in |
611 | 2024-03-13T03:14:30.288Z | configuring based on OS: "solaris2.11" |
612 | 2024-03-13T03:14:30.288Z | + SET_BINARIES= |
613 | 2024-03-13T03:14:30.289Z | + CIDL_SHA256FUNC=do_sha256sum |
614 | 2024-03-13T03:14:30.289Z | + TARBALL_FILENAME=mgd.tar.gz |
615 | 2024-03-13T03:14:30.289Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz |
616 | 2024-03-13T03:14:30.289Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
617 | 2024-03-13T03:14:30.289Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz' |
618 | 2024-03-13T03:14:30.290Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz |
619 | 2024-03-13T03:14:30.290Z | Local file: out/downloads/mgd.tar.gz |
620 | 2024-03-13T03:14:30.290Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
621 | 2024-03-13T03:14:30.291Z | + mkdir -p out/downloads |
622 | 2024-03-13T03:14:30.291Z | + mkdir -p ./out/mgd |
623 | 2024-03-13T03:14:30.291Z | + fetch_and_verify |
624 | 2024-03-13T03:14:30.291Z | + local DO_DOWNLOAD=true |
625 | 2024-03-13T03:14:30.292Z | + [[ -f out/downloads/mgd.tar.gz ]] |
626 | 2024-03-13T03:14:30.292Z | + '[' true == true ']' |
627 | 2024-03-13T03:14:30.292Z | + echo Downloading... |
628 | 2024-03-13T03:14:30.292Z | Downloading... |
629 | 2024-03-13T03:14:30.292Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz out/downloads/mgd.tar.gz |
630 | 2024-03-13T03:14:30.292Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz |
631 | 2024-03-13T03:14:45.167Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
632 | 2024-03-13T03:14:45.176Z | ++ sha256sum |
633 | 2024-03-13T03:14:45.176Z | ++ awk '{print $1}' |
634 | 2024-03-13T03:14:45.188Z | + calculated_sha256=151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d |
635 | 2024-03-13T03:14:45.201Z | + [[ 151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d != \1\5\1\a\e\b\2\6\4\1\4\9\8\9\c\a\d\5\7\1\b\3\8\8\6\7\8\6\e\f\b\e\e\a\f\d\9\1\c\4\1\a\9\3\a\7\4\7\c\7\8\4\c\d\c\6\5\4\d\5\8\7\6\d ]] |
636 | 2024-03-13T03:14:45.201Z | + do_untar out/downloads/mgd.tar.gz |
637 | 2024-03-13T03:14:45.201Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
638 | 2024-03-13T03:14:45.631Z | + do_assemble |
639 | 2024-03-13T03:14:45.631Z | + rm -r ./out/mgd |
640 | 2024-03-13T03:14:45.638Z | + mkdir ./out/mgd |
641 | 2024-03-13T03:14:45.638Z | + cp -r out/downloads/root ./out/mgd/root |
642 | 2024-03-13T03:14:45.694Z | + set -o errexit |
643 | 2024-03-13T03:14:45.700Z | +++ dirname ./tools/ci_download_transceiver_control |
644 | 2024-03-13T03:14:45.711Z | ++ cd ./tools |
645 | 2024-03-13T03:14:45.711Z | ++ pwd |
646 | 2024-03-13T03:14:45.712Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
647 | 2024-03-13T03:14:45.712Z | ++ basename ./tools/ci_download_transceiver_control |
648 | 2024-03-13T03:14:45.712Z | + ARG0=ci_download_transceiver_control |
649 | 2024-03-13T03:14:45.712Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
650 | 2024-03-13T03:14:45.712Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
651 | 2024-03-13T03:14:45.712Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
652 | 2024-03-13T03:14:45.712Z | + TARGET_DIR=out |
653 | 2024-03-13T03:14:45.712Z | + DOWNLOAD_DIR=out/downloads |
654 | 2024-03-13T03:14:45.712Z | + DEST_DIR=./out/transceiver-control |
655 | 2024-03-13T03:14:45.712Z | + BIN_DIR=/opt/oxide/bin |
656 | 2024-03-13T03:14:45.713Z | + BINARY=xcvradm |
657 | 2024-03-13T03:14:45.713Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
658 | 2024-03-13T03:14:45.713Z | + REPO=oxidecomputer/transceiver-control |
659 | 2024-03-13T03:14:45.713Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
660 | 2024-03-13T03:14:45.713Z | + main |
661 | 2024-03-13T03:14:45.713Z | + [[ 0 != 0 ]] |
662 | 2024-03-13T03:14:45.713Z | + CIDL_OS=solaris2.11 |
663 | 2024-03-13T03:14:45.713Z | + [[ 0 != 0 ]] |
664 | 2024-03-13T03:14:45.713Z | + configure_os solaris2.11 |
665 | 2024-03-13T03:14:45.713Z | + echo 'current directory: /work/oxidecomputer/omicron' |
666 | 2024-03-13T03:14:45.713Z | current directory: /work/oxidecomputer/omicron |
667 | 2024-03-13T03:14:45.714Z | + echo 'configuring based on OS: "solaris2.11"' |
668 | 2024-03-13T03:14:45.714Z | configuring based on OS: "solaris2.11" |
669 | 2024-03-13T03:14:45.714Z | + case "$1" in |
670 | 2024-03-13T03:14:45.714Z | + SET_BINARIES= |
671 | 2024-03-13T03:14:45.714Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
672 | 2024-03-13T03:14:45.714Z | + CIDL_SHA256FUNC=do_sha256sum |
673 | 2024-03-13T03:14:45.714Z | + ARCHIVE_FILENAME=xcvradm.gz |
674 | 2024-03-13T03:14:45.714Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
675 | 2024-03-13T03:14:45.714Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
676 | 2024-03-13T03:14:45.714Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
677 | 2024-03-13T03:14:45.715Z | + echo 'Local file: out/downloads/xcvradm.gz' |
678 | 2024-03-13T03:14:45.715Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
679 | 2024-03-13T03:14:45.715Z | Local file: out/downloads/xcvradm.gz |
680 | 2024-03-13T03:14:45.715Z | + mkdir -p out/downloads |
681 | 2024-03-13T03:14:45.715Z | + mkdir -p ./out/transceiver-control |
682 | 2024-03-13T03:14:45.725Z | + fetch_and_verify |
683 | 2024-03-13T03:14:45.725Z | + local DO_DOWNLOAD=true |
684 | 2024-03-13T03:14:45.725Z | + [[ -f out/downloads/xcvradm.gz ]] |
685 | 2024-03-13T03:14:45.726Z | + '[' true == true ']' |
686 | 2024-03-13T03:14:45.726Z | + echo Downloading... |
687 | 2024-03-13T03:14:45.726Z | Downloading... |
688 | 2024-03-13T03:14:45.726Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
689 | 2024-03-13T03:14:45.726Z | + 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-13T03:14:50.139Z | ++ do_sha256sum out/downloads/xcvradm.gz |
691 | 2024-03-13T03:14:50.164Z | ++ sha256sum |
692 | 2024-03-13T03:14:50.165Z | ++ awk '{print $1}' |
693 | 2024-03-13T03:14:50.165Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
694 | 2024-03-13T03:14:50.165Z | + [[ 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-13T03:14:50.166Z | + do_unpack out/downloads/xcvradm.gz |
696 | 2024-03-13T03:14:50.166Z | + mkdir -p out/downloads/root//opt/oxide/bin |
697 | 2024-03-13T03:14:50.166Z | + gzip -dc out/downloads/xcvradm.gz |
698 | 2024-03-13T03:14:50.263Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
699 | 2024-03-13T03:14:50.291Z | + do_assemble |
700 | 2024-03-13T03:14:50.292Z | + rm -r ./out/transceiver-control |
701 | 2024-03-13T03:14:50.292Z | + mkdir ./out/transceiver-control |
702 | 2024-03-13T03:14:50.292Z | + cp -r out/downloads/root ./out/transceiver-control/root |
703 | 2024-03-13T03:14:50.406Z | + set -o errexit |
704 | 2024-03-13T03:14:50.406Z | +++ dirname ./tools/ci_download_thundermuffin |
705 | 2024-03-13T03:14:50.407Z | ++ cd ./tools |
706 | 2024-03-13T03:14:50.407Z | ++ pwd |
707 | 2024-03-13T03:14:50.407Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
708 | 2024-03-13T03:14:50.407Z | ++ basename ./tools/ci_download_thundermuffin |
709 | 2024-03-13T03:14:50.407Z | + ARG0=ci_download_thundermuffin |
710 | 2024-03-13T03:14:50.408Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
711 | 2024-03-13T03:14:50.408Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
712 | 2024-03-13T03:14:50.408Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
713 | 2024-03-13T03:14:50.408Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
714 | 2024-03-13T03:14:50.408Z | + TARGET_DIR=out |
715 | 2024-03-13T03:14:50.408Z | + DOWNLOAD_DIR=out/downloads |
716 | 2024-03-13T03:14:50.408Z | + DEST_DIR=./out/thundermuffin |
717 | 2024-03-13T03:14:50.409Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
718 | 2024-03-13T03:14:50.409Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
719 | 2024-03-13T03:14:50.409Z | + REPO=oxidecomputer/thundermuffin |
720 | 2024-03-13T03:14:50.409Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
721 | 2024-03-13T03:14:50.409Z | + main |
722 | 2024-03-13T03:14:50.409Z | + rm -rf out/downloads/root |
723 | 2024-03-13T03:14:50.409Z | + [[ 0 != 0 ]] |
724 | 2024-03-13T03:14:50.410Z | + CIDL_OS=solaris2.11 |
725 | 2024-03-13T03:14:50.410Z | + [[ 0 != 0 ]] |
726 | 2024-03-13T03:14:50.410Z | + configure_os solaris2.11 |
727 | 2024-03-13T03:14:50.410Z | + echo 'current directory: /work/oxidecomputer/omicron' |
728 | 2024-03-13T03:14:50.410Z | current directory: /work/oxidecomputer/omicron |
729 | 2024-03-13T03:14:50.410Z | + echo 'configuring based on OS: "solaris2.11"' |
730 | 2024-03-13T03:14:50.410Z | configuring based on OS: "solaris2.11" |
731 | 2024-03-13T03:14:50.410Z | + case "$1" in |
732 | 2024-03-13T03:14:50.411Z | + SET_BINARIES= |
733 | 2024-03-13T03:14:50.411Z | + CIDL_SHA256FUNC=do_sha256sum |
734 | 2024-03-13T03:14:50.411Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
735 | 2024-03-13T03:14:50.411Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
736 | 2024-03-13T03:14:50.411Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
737 | 2024-03-13T03:14:50.411Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
738 | 2024-03-13T03:14:50.411Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
739 | 2024-03-13T03:14:50.411Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
740 | 2024-03-13T03:14:50.412Z | Local file: out/downloads/thundermuffin.tar.gz |
741 | 2024-03-13T03:14:50.412Z | + mkdir -p out/downloads |
742 | 2024-03-13T03:14:50.412Z | + mkdir -p ./out/thundermuffin |
743 | 2024-03-13T03:14:50.412Z | + fetch_and_verify |
744 | 2024-03-13T03:14:50.412Z | + local DO_DOWNLOAD=true |
745 | 2024-03-13T03:14:50.412Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
746 | 2024-03-13T03:14:50.412Z | + '[' true == true ']' |
747 | 2024-03-13T03:14:50.412Z | + echo Downloading... |
748 | 2024-03-13T03:14:50.412Z | Downloading... |
749 | 2024-03-13T03:14:50.413Z | + 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-13T03:14:50.413Z | + 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-13T03:14:52.679Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
752 | 2024-03-13T03:14:53.114Z | ++ sha256sum |
753 | 2024-03-13T03:14:53.114Z | ++ awk '{print $1}' |
754 | 2024-03-13T03:14:53.114Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
755 | 2024-03-13T03:14:53.114Z | + [[ 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-13T03:14:53.115Z | + do_untar out/downloads/thundermuffin.tar.gz |
757 | 2024-03-13T03:14:53.115Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
758 | 2024-03-13T03:14:53.127Z | + do_assemble |
759 | 2024-03-13T03:14:53.127Z | + rm -r ./out/thundermuffin |
760 | 2024-03-13T03:14:53.127Z | + mkdir ./out/thundermuffin |
761 | 2024-03-13T03:14:53.127Z | + cp -r out/downloads/root ./out/thundermuffin/root |
762 | 2024-03-13T03:14:53.127Z | All prerequisites installed successfully |
763 | 2024-03-13T03:14:53.127Z | |
764 | 2024-03-13T03:14:53.128Z | real 2:25.032554797 |
765 | 2024-03-13T03:14:53.128Z | user 36.796170041 |
766 | 2024-03-13T03:14:53.128Z | sys 6.989522637 |
767 | 2024-03-13T03:14:53.128Z | trap 0.009031429 |
768 | 2024-03-13T03:14:53.128Z | tflt 0.359569301 |
769 | 2024-03-13T03:14:53.128Z | dflt 0.351175741 |
770 | 2024-03-13T03:14:53.128Z | kflt 0.093087049 |
771 | 2024-03-13T03:14:53.128Z | lock 0.987487668 |
772 | 2024-03-13T03:14:53.128Z | slp 5:11.945131733 |
773 | 2024-03-13T03:14:53.129Z | lat 1.930681028 |
774 | 2024-03-13T03:14:53.129Z | stop 0.144902901 |
775 | 2024-03-13T03:14:53.129Z | + banner end-to-end-tests |
776 | 2024-03-13T03:14:53.129Z | |
777 | 2024-03-13T03:14:53.129Z | ###### # # ##### ##### #### ###### # # ##### |
778 | 2024-03-13T03:14:53.129Z | # ## # # # # # # # ## # # # |
779 | 2024-03-13T03:14:53.129Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
780 | 2024-03-13T03:14:53.129Z | # # # # # # # # # # # # # # # |
781 | 2024-03-13T03:14:53.130Z | # # ## # # # # # # # ## # # |
782 | 2024-03-13T03:14:53.130Z | ###### # # ##### # #### ###### # # ##### |
783 | 2024-03-13T03:14:53.130Z | |
784 | 2024-03-13T03:14:53.130Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
785 | 2024-03-13T03:14:53.130Z | + CARGO_PROFILE_DEV_DEBUG=1 |
786 | 2024-03-13T03:14:53.131Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
787 | 2024-03-13T03:14:53.131Z | + CARGO_PROFILE_TEST_DEBUG=1 |
788 | 2024-03-13T03:14:53.131Z | + export CARGO_INCREMENTAL=0 |
789 | 2024-03-13T03:14:53.131Z | + CARGO_INCREMENTAL=0 |
790 | 2024-03-13T03:14:53.131Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
791 | 2024-03-13T03:14:53.131Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
792 | 2024-03-13T03:14:53.329Z | Updating git repository `https://github.com/oxidecomputer/samael` |
793 | 2024-03-13T03:14:53.651Z | Updating git repository `https://github.com/oxidecomputer/zone` |
794 | 2024-03-13T03:14:53.962Z | Updating crates.io index |
795 | 2024-03-13T03:14:54.410Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
796 | 2024-03-13T03:14:54.754Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
797 | 2024-03-13T03:14:56.508Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
798 | 2024-03-13T03:14:57.003Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
799 | 2024-03-13T03:14:57.953Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
800 | 2024-03-13T03:15:00.143Z | Updating git repository `https://github.com/oxidecomputer/opte` |
801 | 2024-03-13T03:15:02.295Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
802 | 2024-03-13T03:15:02.644Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
803 | 2024-03-13T03:15:03.193Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
804 | 2024-03-13T03:15:03.529Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
805 | 2024-03-13T03:15:03.790Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
806 | 2024-03-13T03:15:04.197Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
807 | 2024-03-13T03:15:04.566Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
808 | 2024-03-13T03:15:05.099Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
809 | 2024-03-13T03:15:05.525Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
810 | 2024-03-13T03:15:05.570Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
811 | 2024-03-13T03:15:05.843Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
812 | 2024-03-13T03:15:06.149Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
813 | 2024-03-13T03:15:06.434Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
814 | 2024-03-13T03:15:06.795Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
815 | 2024-03-13T03:15:07.262Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
816 | 2024-03-13T03:15:07.653Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
817 | 2024-03-13T03:15:07.990Z | Updating git repository `https://github.com/jgallagher/nix` |
818 | 2024-03-13T03:15:09.035Z | Updating git repository `https://github.com/cbiffle/hubpack` |
819 | 2024-03-13T03:15:09.369Z | Updating git repository `https://github.com/oxidecomputer/typify` |
820 | 2024-03-13T03:15:11.116Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
821 | 2024-03-13T03:15:11.904Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
822 | 2024-03-13T03:15:11.914Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
823 | 2024-03-13T03:15:13.152Z | Downloading crates ... |
824 | 2024-03-13T03:15:13.241Z | Downloaded aead v0.5.2 |
825 | 2024-03-13T03:15:13.249Z | Downloaded adler v1.0.2 |
826 | 2024-03-13T03:15:13.249Z | Downloaded addr2line v0.21.0 |
827 | 2024-03-13T03:15:13.254Z | Downloaded aes-gcm v0.10.3 |
828 | 2024-03-13T03:15:13.282Z | Downloaded instant v0.1.12 |
829 | 2024-03-13T03:15:13.282Z | Downloaded internet-checksum v0.2.1 |
830 | 2024-03-13T03:15:13.282Z | Downloaded anstream v0.6.11 |
831 | 2024-03-13T03:15:13.282Z | Downloaded camino v1.1.6 |
832 | 2024-03-13T03:15:13.282Z | Downloaded allocator-api2 v0.2.16 |
833 | 2024-03-13T03:15:13.282Z | Downloaded ipnetwork v0.20.0 |
834 | 2024-03-13T03:15:13.286Z | Downloaded bitflags v1.3.2 |
835 | 2024-03-13T03:15:13.286Z | Downloaded dhcproto v0.11.0 |
836 | 2024-03-13T03:15:13.286Z | Downloaded matches v0.1.10 |
837 | 2024-03-13T03:15:13.286Z | Downloaded base64 v0.21.7 |
838 | 2024-03-13T03:15:13.286Z | Downloaded bcrypt-pbkdf v0.10.0 |
839 | 2024-03-13T03:15:13.286Z | Downloaded itoa v1.0.9 |
840 | 2024-03-13T03:15:13.286Z | Downloaded lalrpop-util v0.19.12 |
841 | 2024-03-13T03:15:13.286Z | Downloaded mime_guess v2.0.4 |
842 | 2024-03-13T03:15:13.286Z | Downloaded byteorder v1.5.0 |
843 | 2024-03-13T03:15:13.290Z | Downloaded anstyle-query v1.0.0 |
844 | 2024-03-13T03:15:13.290Z | Downloaded atomicwrites v0.4.3 |
845 | 2024-03-13T03:15:13.290Z | Downloaded camino-tempfile v1.1.1 |
846 | 2024-03-13T03:15:13.293Z | Downloaded mio v0.8.11 |
847 | 2024-03-13T03:15:13.297Z | Downloaded async-stream-impl v0.3.5 |
848 | 2024-03-13T03:15:13.300Z | Downloaded async-stream v0.3.5 |
849 | 2024-03-13T03:15:13.300Z | Downloaded bit-vec v0.6.3 |
850 | 2024-03-13T03:15:13.303Z | Downloaded multer v3.0.0 |
851 | 2024-03-13T03:15:13.307Z | Downloaded num-conv v0.1.0 |
852 | 2024-03-13T03:15:13.307Z | Downloaded atty v0.2.14 |
853 | 2024-03-13T03:15:13.307Z | Downloaded anstyle v1.0.2 |
854 | 2024-03-13T03:15:13.314Z | Downloaded atomic-waker v1.1.1 |
855 | 2024-03-13T03:15:13.315Z | Downloaded clap_lex v0.7.0 |
856 | 2024-03-13T03:15:13.315Z | Downloaded nanorand v0.7.0 |
857 | 2024-03-13T03:15:13.315Z | Downloaded lru-cache v0.1.2 |
858 | 2024-03-13T03:15:13.315Z | Downloaded linked-hash-map v0.5.6 |
859 | 2024-03-13T03:15:13.324Z | Downloaded linear-map v1.2.0 |
860 | 2024-03-13T03:15:13.324Z | Downloaded colorchoice v1.0.0 |
861 | 2024-03-13T03:15:13.324Z | Downloaded lazy_static v1.4.0 |
862 | 2024-03-13T03:15:13.324Z | Downloaded mime v0.3.17 |
863 | 2024-03-13T03:15:13.324Z | Downloaded memmap v0.7.0 |
864 | 2024-03-13T03:15:13.340Z | Downloaded argon2 v0.5.3 |
865 | 2024-03-13T03:15:13.340Z | Downloaded cobs v0.2.3 |
866 | 2024-03-13T03:15:13.340Z | Downloaded arc-swap v1.6.0 |
867 | 2024-03-13T03:15:13.340Z | Downloaded macaddr v1.0.1 |
868 | 2024-03-13T03:15:13.340Z | Downloaded convert_case v0.4.0 |
869 | 2024-03-13T03:15:13.340Z | Downloaded clap_derive v4.5.0 |
870 | 2024-03-13T03:15:13.340Z | Downloaded ciborium-io v0.2.2 |
871 | 2024-03-13T03:15:13.340Z | Downloaded md5 v0.7.0 |
872 | 2024-03-13T03:15:13.350Z | Downloaded block-buffer v0.10.4 |
873 | 2024-03-13T03:15:13.350Z | Downloaded bit-set v0.5.3 |
874 | 2024-03-13T03:15:13.350Z | Downloaded match_cfg v0.1.0 |
875 | 2024-03-13T03:15:13.350Z | Downloaded libefi-sys v0.1.0 |
876 | 2024-03-13T03:15:13.351Z | Downloaded darling_macro v0.20.3 |
877 | 2024-03-13T03:15:13.351Z | Downloaded openssl-probe v0.1.5 |
878 | 2024-03-13T03:15:13.355Z | Downloaded itertools v0.12.1 |
879 | 2024-03-13T03:15:13.355Z | Downloaded openssl-macros v0.1.1 |
880 | 2024-03-13T03:15:13.355Z | Downloaded option-ext v0.2.0 |
881 | 2024-03-13T03:15:13.355Z | Downloaded new_debug_unreachable v1.0.4 |
882 | 2024-03-13T03:15:13.355Z | Downloaded newtype_derive v0.1.6 |
883 | 2024-03-13T03:15:13.359Z | Downloaded cancel-safe-futures v0.1.5 |
884 | 2024-03-13T03:15:13.359Z | Downloaded arrayvec v0.7.4 |
885 | 2024-03-13T03:15:13.363Z | Downloaded num_threads v0.1.6 |
886 | 2024-03-13T03:15:13.363Z | Downloaded normalize-line-endings v0.3.0 |
887 | 2024-03-13T03:15:13.364Z | Downloaded time-core v0.1.2 |
888 | 2024-03-13T03:15:13.367Z | Downloaded colored v2.1.0 |
889 | 2024-03-13T03:15:13.367Z | Downloaded chacha20 v0.9.1 |
890 | 2024-03-13T03:15:13.371Z | Downloaded cbc v0.1.2 |
891 | 2024-03-13T03:15:13.371Z | Downloaded pem v3.0.2 |
892 | 2024-03-13T03:15:13.375Z | Downloaded toolchain_find v0.2.0 |
893 | 2024-03-13T03:15:13.375Z | Downloaded md-5 v0.10.5 |
894 | 2024-03-13T03:15:13.375Z | Downloaded managed v0.8.0 |
895 | 2024-03-13T03:15:13.379Z | Downloaded kstat-rs v0.2.3 |
896 | 2024-03-13T03:15:13.379Z | Downloaded block-padding v0.3.3 |
897 | 2024-03-13T03:15:13.379Z | Downloaded version_check v0.9.4 |
898 | 2024-03-13T03:15:13.383Z | Downloaded foreign-types v0.5.0 |
899 | 2024-03-13T03:15:13.383Z | Downloaded percent-encoding v2.3.1 |
900 | 2024-03-13T03:15:13.383Z | Downloaded swrite v0.1.0 |
901 | 2024-03-13T03:15:13.383Z | Downloaded opaque-debug v0.3.0 |
902 | 2024-03-13T03:15:13.388Z | Downloaded num-derive v0.4.0 |
903 | 2024-03-13T03:15:13.388Z | Downloaded backoff v0.4.0 |
904 | 2024-03-13T03:15:13.388Z | Downloaded waitgroup v0.1.2 |
905 | 2024-03-13T03:15:13.394Z | Downloaded tinyvec_macros v0.1.1 |
906 | 2024-03-13T03:15:13.394Z | Downloaded phf_shared v0.10.0 |
907 | 2024-03-13T03:15:13.394Z | Downloaded keccak v0.1.4 |
908 | 2024-03-13T03:15:13.394Z | Downloaded ctr v0.9.2 |
909 | 2024-03-13T03:15:13.407Z | Downloaded num-integer v0.1.46 |
910 | 2024-03-13T03:15:13.407Z | Downloaded paste v1.0.14 |
911 | 2024-03-13T03:15:13.407Z | Downloaded num_cpus v1.16.0 |
912 | 2024-03-13T03:15:13.414Z | Downloaded num-iter v0.1.44 |
913 | 2024-03-13T03:15:13.414Z | Downloaded slog-stdlog v4.1.1 |
914 | 2024-03-13T03:15:13.414Z | Downloaded pbkdf2 v0.12.2 |
915 | 2024-03-13T03:15:13.414Z | Downloaded nibble_vec v0.1.0 |
916 | 2024-03-13T03:15:13.414Z | Downloaded gethostname v0.4.3 |
917 | 2024-03-13T03:15:13.414Z | Downloaded psl-types v2.0.11 |
918 | 2024-03-13T03:15:13.414Z | Downloaded defmt-macros v0.3.6 |
919 | 2024-03-13T03:15:13.414Z | Downloaded precomputed-hash v0.1.1 |
920 | 2024-03-13T03:15:13.415Z | Downloaded data-encoding v2.4.0 |
921 | 2024-03-13T03:15:13.426Z | Downloaded terminal_size v0.3.0 |
922 | 2024-03-13T03:15:13.426Z | Downloaded num_enum v0.5.11 |
923 | 2024-03-13T03:15:13.426Z | Downloaded time-macros v0.2.17 |
924 | 2024-03-13T03:15:13.860Z | Downloaded phf_shared v0.11.2 |
925 | 2024-03-13T03:15:13.860Z | Downloaded lock_api v0.4.10 |
926 | 2024-03-13T03:15:13.861Z | Downloaded stringprep v0.1.3 |
927 | 2024-03-13T03:15:13.861Z | Downloaded plain v0.2.3 |
928 | 2024-03-13T03:15:13.861Z | Downloaded pin-utils v0.1.0 |
929 | 2024-03-13T03:15:13.861Z | Downloaded utf-8 v0.7.6 |
930 | 2024-03-13T03:15:13.861Z | Downloaded polyval v0.6.1 |
931 | 2024-03-13T03:15:13.861Z | Downloaded owo-colors v4.0.0 |
932 | 2024-03-13T03:15:13.907Z | Downloaded hash32 v0.2.1 |
933 | 2024-03-13T03:15:13.908Z | Downloaded futures-io v0.3.30 |
934 | 2024-03-13T03:15:13.908Z | Downloaded pkg-config v0.3.27 |
935 | 2024-03-13T03:15:13.908Z | Downloaded parking_lot_core v0.9.8 |
936 | 2024-03-13T03:15:13.908Z | Downloaded structopt-derive v0.4.18 |
937 | 2024-03-13T03:15:13.908Z | Downloaded parse-display v0.9.0 |
938 | 2024-03-13T03:15:13.909Z | Downloaded ciborium-ll v0.2.2 |
939 | 2024-03-13T03:15:13.909Z | Downloaded ciborium v0.2.2 |
940 | 2024-03-13T03:15:13.909Z | Downloaded digest v0.10.7 |
941 | 2024-03-13T03:15:13.909Z | Downloaded tower-service v0.3.2 |
942 | 2024-03-13T03:15:13.909Z | Downloaded parking_lot v0.11.2 |
943 | 2024-03-13T03:15:13.909Z | Downloaded der_derive v0.7.2 |
944 | 2024-03-13T03:15:13.909Z | Downloaded hostname v0.3.1 |
945 | 2024-03-13T03:15:13.909Z | Downloaded diesel_table_macro_syntax v0.1.0 |
946 | 2024-03-13T03:15:13.909Z | Downloaded password-hash v0.4.2 |
947 | 2024-03-13T03:15:13.909Z | Downloaded pem-rfc7468 v0.7.0 |
948 | 2024-03-13T03:15:13.909Z | Downloaded native-tls v0.2.11 |
949 | 2024-03-13T03:15:13.909Z | Downloaded usdt-macro v0.5.0 |
950 | 2024-03-13T03:15:13.909Z | Downloaded rfc6979 v0.4.0 |
951 | 2024-03-13T03:15:13.909Z | Downloaded fxhash v0.2.1 |
952 | 2024-03-13T03:15:13.909Z | Downloaded term v0.7.0 |
953 | 2024-03-13T03:15:13.910Z | Downloaded num-complex v0.4.4 |
954 | 2024-03-13T03:15:13.910Z | Downloaded home v0.5.5 |
955 | 2024-03-13T03:15:13.910Z | Downloaded ppv-lite86 v0.2.17 |
956 | 2024-03-13T03:15:13.910Z | Downloaded once_cell v1.19.0 |
957 | 2024-03-13T03:15:13.910Z | Downloaded cookie_store v0.20.0 |
958 | 2024-03-13T03:15:13.910Z | Downloaded scheduled-thread-pool v0.2.7 |
959 | 2024-03-13T03:15:13.910Z | Downloaded pkcs8 v0.10.2 |
960 | 2024-03-13T03:15:13.910Z | Downloaded pest_derive v2.7.6 |
961 | 2024-03-13T03:15:13.910Z | Downloaded slog-json v2.6.1 |
962 | 2024-03-13T03:15:13.910Z | Downloaded pin-project-lite v0.2.13 |
963 | 2024-03-13T03:15:13.910Z | Downloaded poly1305 v0.8.0 |
964 | 2024-03-13T03:15:13.910Z | Downloaded platforms v3.0.2 |
965 | 2024-03-13T03:15:13.910Z | Downloaded num_enum_derive v0.5.11 |
966 | 2024-03-13T03:15:13.911Z | Downloaded memmap2 v0.7.1 |
967 | 2024-03-13T03:15:13.911Z | Downloaded scroll_derive v0.12.0 |
968 | 2024-03-13T03:15:13.911Z | Downloaded signal-hook-registry v1.4.1 |
969 | 2024-03-13T03:15:13.911Z | Downloaded rustls-pki-types v1.3.0 |
970 | 2024-03-13T03:15:13.911Z | Downloaded parking_lot v0.12.1 |
971 | 2024-03-13T03:15:13.911Z | Downloaded semver v0.1.20 |
972 | 2024-03-13T03:15:13.911Z | Downloaded strum v0.26.1 |
973 | 2024-03-13T03:15:13.911Z | Downloaded smf v0.2.2 |
974 | 2024-03-13T03:15:13.912Z | Downloaded crc32fast v1.3.2 |
975 | 2024-03-13T03:15:13.912Z | Downloaded crossbeam-utils v0.8.19 |
976 | 2024-03-13T03:15:13.912Z | Downloaded foreign-types-shared v0.1.1 |
977 | 2024-03-13T03:15:13.912Z | Downloaded take_mut v0.2.2 |
978 | 2024-03-13T03:15:13.912Z | Downloaded display-error-chain v0.2.0 |
979 | 2024-03-13T03:15:13.912Z | Downloaded fallible-iterator v0.2.0 |
980 | 2024-03-13T03:15:13.912Z | Downloaded zerocopy v0.3.0 |
981 | 2024-03-13T03:15:13.912Z | Downloaded quick-error v1.2.3 |
982 | 2024-03-13T03:15:13.912Z | Downloaded zerocopy v0.6.4 |
983 | 2024-03-13T03:15:13.913Z | Downloaded vsss-rs v3.3.4 |
984 | 2024-03-13T03:15:13.913Z | Downloaded futures-task v0.3.30 |
985 | 2024-03-13T03:15:13.913Z | Downloaded hubpack_derive v0.1.1 |
986 | 2024-03-13T03:15:13.913Z | Downloaded inout v0.1.3 |
987 | 2024-03-13T03:15:13.913Z | Downloaded futures-sink v0.3.30 |
988 | 2024-03-13T03:15:13.913Z | Downloaded futures-macro v0.3.30 |
989 | 2024-03-13T03:15:13.913Z | Downloaded futures-executor v0.3.30 |
990 | 2024-03-13T03:15:13.913Z | Downloaded omicron-zone-package v0.11.0 |
991 | 2024-03-13T03:15:13.913Z | Downloaded siphasher v0.3.11 |
992 | 2024-03-13T03:15:13.913Z | Downloaded rustfmt-wrapper v0.2.0 |
993 | 2024-03-13T03:15:13.914Z | Downloaded smallvec v1.13.1 |
994 | 2024-03-13T03:15:13.914Z | Downloaded slog-term v2.9.0 |
995 | 2024-03-13T03:15:13.914Z | Downloaded rand_chacha v0.3.1 |
996 | 2024-03-13T03:15:13.914Z | Downloaded rand_chacha v0.2.2 |
997 | 2024-03-13T03:15:13.914Z | Downloaded generic-array v0.14.7 |
998 | 2024-03-13T03:15:13.914Z | Downloaded darling_core v0.20.3 |
999 | 2024-03-13T03:15:13.914Z | Downloaded rand_core v0.6.4 |
1000 | 2024-03-13T03:15:13.914Z | Downloaded rand_core v0.5.1 |
1001 | 2024-03-13T03:15:13.914Z | Downloaded foreign-types v0.3.2 |
1002 | 2024-03-13T03:15:13.915Z | Downloaded tabwriter v1.4.0 |
1003 | 2024-03-13T03:15:13.915Z | Downloaded strsim v0.8.0 |
1004 | 2024-03-13T03:15:13.915Z | Downloaded sec1 v0.7.3 |
1005 | 2024-03-13T03:15:13.915Z | Downloaded hmac v0.12.1 |
1006 | 2024-03-13T03:15:13.915Z | Downloaded float-cmp v0.9.0 |
1007 | 2024-03-13T03:15:13.915Z | Downloaded universal-hash v0.5.1 |
1008 | 2024-03-13T03:15:13.915Z | Downloaded unicode-xid v0.2.4 |
1009 | 2024-03-13T03:15:13.915Z | Downloaded topological-sort v0.2.2 |
1010 | 2024-03-13T03:15:13.915Z | Downloaded usdt-impl v0.5.0 |
1011 | 2024-03-13T03:15:13.915Z | Downloaded equivalent v1.0.1 |
1012 | 2024-03-13T03:15:13.915Z | Downloaded fnv v1.0.7 |
1013 | 2024-03-13T03:15:13.915Z | Downloaded strum_macros v0.26.1 |
1014 | 2024-03-13T03:15:13.915Z | Downloaded textwrap v0.11.0 |
1015 | 2024-03-13T03:15:13.915Z | Downloaded ident_case v1.0.1 |
1016 | 2024-03-13T03:15:13.915Z | Downloaded heck v0.4.1 |
1017 | 2024-03-13T03:15:13.916Z | Downloaded openssl-sys v0.9.96 |
1018 | 2024-03-13T03:15:13.916Z | Downloaded rustls-pemfile v1.0.3 |
1019 | 2024-03-13T03:15:13.916Z | Downloaded rustc_version v0.4.0 |
1020 | 2024-03-13T03:15:13.916Z | Downloaded rustc_version v0.1.7 |
1021 | 2024-03-13T03:15:13.916Z | Downloaded rcgen v0.12.1 |
1022 | 2024-03-13T03:15:13.916Z | Downloaded signal-hook v0.3.17 |
1023 | 2024-03-13T03:15:13.916Z | Downloaded russh-cryptovec v0.7.0 |
1024 | 2024-03-13T03:15:13.916Z | Downloaded elliptic-curve v0.13.8 |
1025 | 2024-03-13T03:15:13.916Z | Downloaded untrusted v0.9.0 |
1026 | 2024-03-13T03:15:13.916Z | Downloaded strum_macros v0.25.2 |
1027 | 2024-03-13T03:15:13.917Z | Downloaded postgres-protocol v0.6.6 |
1028 | 2024-03-13T03:15:13.917Z | Downloaded want v0.3.1 |
1029 | 2024-03-13T03:15:13.917Z | Downloaded r2d2 v0.8.10 |
1030 | 2024-03-13T03:15:13.917Z | Downloaded tracing-core v0.1.32 |
1031 | 2024-03-13T03:15:13.917Z | Downloaded toml v0.5.11 |
1032 | 2024-03-13T03:15:13.940Z | Downloaded usdt-attr-macro v0.3.5 |
1033 | 2024-03-13T03:15:13.940Z | Downloaded vec_map v0.8.2 |
1034 | 2024-03-13T03:15:13.940Z | Downloaded slog-dtrace v0.3.0 |
1035 | 2024-03-13T03:15:13.940Z | Downloaded slog-bunyan v2.5.0 |
1036 | 2024-03-13T03:15:13.941Z | Downloaded usdt-attr-macro v0.5.0 |
1037 | 2024-03-13T03:15:13.941Z | Downloaded slog-async v2.8.0 |
1038 | 2024-03-13T03:15:13.941Z | Downloaded toml_edit v0.19.15 |
1039 | 2024-03-13T03:15:13.941Z | Downloaded pretty-hex v0.4.1 |
1040 | 2024-03-13T03:15:13.941Z | Downloaded getopts v0.2.21 |
1041 | 2024-03-13T03:15:13.942Z | Downloaded pretty-hex v0.2.1 |
1042 | 2024-03-13T03:15:13.942Z | Downloaded proc-macro-error-attr v1.0.4 |
1043 | 2024-03-13T03:15:13.942Z | Downloaded hash32 v0.3.1 |
1044 | 2024-03-13T03:15:13.942Z | Downloaded errno v0.3.8 |
1045 | 2024-03-13T03:15:13.942Z | Downloaded endian-type v0.1.2 |
1046 | 2024-03-13T03:15:13.942Z | Downloaded similar v2.4.0 |
1047 | 2024-03-13T03:15:13.942Z | Downloaded heapless v0.7.16 |
1048 | 2024-03-13T03:15:13.942Z | Downloaded dtrace-parser v0.2.0 |
1049 | 2024-03-13T03:15:13.942Z | Downloaded iana-time-zone v0.1.57 |
1050 | 2024-03-13T03:15:13.942Z | Downloaded dtrace-parser v0.1.14 |
1051 | 2024-03-13T03:15:13.942Z | Downloaded dhcproto-macros v0.1.0 |
1052 | 2024-03-13T03:15:13.942Z | Downloaded xattr v1.0.1 |
1053 | 2024-03-13T03:15:13.943Z | Downloaded walkdir v2.4.0 |
1054 | 2024-03-13T03:15:13.943Z | Downloaded publicsuffix v2.2.3 |
1055 | 2024-03-13T03:15:13.943Z | Downloaded spin v0.5.2 |
1056 | 2024-03-13T03:15:13.943Z | Downloaded sha1 v0.10.6 |
1057 | 2024-03-13T03:15:13.943Z | Downloaded hex v0.4.3 |
1058 | 2024-03-13T03:15:13.943Z | Downloaded signature v2.1.0 |
1059 | 2024-03-13T03:15:13.943Z | Downloaded serde_tokenstream v0.2.0 |
1060 | 2024-03-13T03:15:13.943Z | Downloaded headers-core v0.2.0 |
1061 | 2024-03-13T03:15:13.943Z | Downloaded http-range v0.1.5 |
1062 | 2024-03-13T03:15:13.943Z | Downloaded tar v0.4.40 |
1063 | 2024-03-13T03:15:13.943Z | Downloaded der v0.7.8 |
1064 | 2024-03-13T03:15:13.943Z | Downloaded hyper-staticfile v0.9.5 |
1065 | 2024-03-13T03:15:13.943Z | Downloaded hubpack v0.1.2 |
1066 | 2024-03-13T03:15:13.943Z | Downloaded utf8parse v0.2.1 |
1067 | 2024-03-13T03:15:13.943Z | Downloaded strsim v0.10.0 |
1068 | 2024-03-13T03:15:13.943Z | Downloaded tokio-tungstenite v0.20.1 |
1069 | 2024-03-13T03:15:13.944Z | Downloaded subprocess v0.2.9 |
1070 | 2024-03-13T03:15:13.944Z | Downloaded thread_local v1.1.7 |
1071 | 2024-03-13T03:15:13.944Z | Downloaded try-lock v0.2.4 |
1072 | 2024-03-13T03:15:13.944Z | Downloaded aho-corasick v1.1.2 |
1073 | 2024-03-13T03:15:13.944Z | Downloaded filetime v0.2.23 |
1074 | 2024-03-13T03:15:13.944Z | Downloaded slog-envlogger v2.2.0 |
1075 | 2024-03-13T03:15:13.944Z | Downloaded unicode-segmentation v1.10.1 |
1076 | 2024-03-13T03:15:13.944Z | Downloaded scopeguard v1.2.0 |
1077 | 2024-03-13T03:15:13.945Z | Downloaded secrecy v0.8.0 |
1078 | 2024-03-13T03:15:13.945Z | Downloaded schemars_derive v0.8.16 |
1079 | 2024-03-13T03:15:13.945Z | Downloaded proc-macro-crate v1.3.1 |
1080 | 2024-03-13T03:15:13.945Z | Downloaded primeorder v0.13.6 |
1081 | 2024-03-13T03:15:13.945Z | Downloaded semver v0.11.0 |
1082 | 2024-03-13T03:15:13.945Z | Downloaded foreign-types-shared v0.3.1 |
1083 | 2024-03-13T03:15:13.945Z | Downloaded zeroize v1.7.0 |
1084 | 2024-03-13T03:15:13.945Z | Downloaded sha2 v0.10.8 |
1085 | 2024-03-13T03:15:13.945Z | Downloaded tungstenite v0.20.1 |
1086 | 2024-03-13T03:15:13.945Z | Downloaded zeroize_derive v1.4.2 |
1087 | 2024-03-13T03:15:13.946Z | Downloaded num-bigint v0.4.4 |
1088 | 2024-03-13T03:15:13.946Z | Downloaded powerfmt v0.2.0 |
1089 | 2024-03-13T03:15:13.946Z | Downloaded httpdate v1.0.3 |
1090 | 2024-03-13T03:15:13.946Z | Downloaded half v2.3.1 |
1091 | 2024-03-13T03:15:13.946Z | Downloaded rustls-pemfile v2.1.1 |
1092 | 2024-03-13T03:15:13.946Z | Downloaded httparse v1.8.0 |
1093 | 2024-03-13T03:15:13.946Z | Downloaded resolv-conf v0.7.0 |
1094 | 2024-03-13T03:15:13.946Z | Downloaded proc-macro2 v1.0.78 |
1095 | 2024-03-13T03:15:13.947Z | Downloaded sync_wrapper v0.1.2 |
1096 | 2024-03-13T03:15:13.947Z | Downloaded tokio-macros v2.2.0 |
1097 | 2024-03-13T03:15:13.947Z | Downloaded crossterm v0.27.0 |
1098 | 2024-03-13T03:15:13.947Z | Downloaded hyper-tls v0.5.0 |
1099 | 2024-03-13T03:15:13.947Z | Downloaded unicode-bidi v0.3.15 |
1100 | 2024-03-13T03:15:13.947Z | Downloaded trust-dns-client v0.22.0 |
1101 | 2024-03-13T03:15:13.947Z | Downloaded tokio-rustls v0.25.0 |
1102 | 2024-03-13T03:15:13.947Z | Downloaded serde_yaml v0.9.25 |
1103 | 2024-03-13T03:15:13.947Z | Downloaded diesel_derives v2.1.2 |
1104 | 2024-03-13T03:15:13.948Z | Downloaded static_assertions v1.1.0 |
1105 | 2024-03-13T03:15:13.948Z | Downloaded usdt v0.5.0 |
1106 | 2024-03-13T03:15:13.948Z | Downloaded flagset v0.4.3 |
1107 | 2024-03-13T03:15:13.948Z | Downloaded form_urlencoded v1.2.1 |
1108 | 2024-03-13T03:15:13.948Z | Downloaded ff v0.13.0 |
1109 | 2024-03-13T03:15:13.948Z | Downloaded unsafe-libyaml v0.2.10 |
1110 | 2024-03-13T03:15:13.948Z | Downloaded proc-macro-error v1.0.4 |
1111 | 2024-03-13T03:15:13.948Z | Downloaded unicode-normalization v0.1.22 |
1112 | 2024-03-13T03:15:13.948Z | Downloaded zerocopy-derive v0.7.32 |
1113 | 2024-03-13T03:15:13.948Z | Downloaded dof v0.1.5 |
1114 | 2024-03-13T03:15:13.948Z | Downloaded enum-as-inner v0.5.1 |
1115 | 2024-03-13T03:15:13.948Z | Downloaded thiserror v1.0.57 |
1116 | 2024-03-13T03:15:13.948Z | Downloaded stable_deref_trait v1.2.0 |
1117 | 2024-03-13T03:15:13.948Z | Downloaded serde_tokenstream v0.1.7 |
1118 | 2024-03-13T03:15:13.948Z | Downloaded serde_spanned v0.6.5 |
1119 | 2024-03-13T03:15:13.949Z | Downloaded serde_path_to_error v0.1.15 |
1120 | 2024-03-13T03:15:13.949Z | Downloaded structmeta-derive v0.3.0 |
1121 | 2024-03-13T03:15:13.949Z | Downloaded tokio-native-tls v0.3.1 |
1122 | 2024-03-13T03:15:13.949Z | Downloaded spki v0.7.2 |
1123 | 2024-03-13T03:15:13.949Z | Downloaded serde_repr v0.1.16 |
1124 | 2024-03-13T03:15:13.949Z | Downloaded http-body v0.4.5 |
1125 | 2024-03-13T03:15:13.949Z | Downloaded getrandom v0.1.16 |
1126 | 2024-03-13T03:15:13.949Z | Downloaded thiserror-impl v1.0.57 |
1127 | 2024-03-13T03:15:13.949Z | Downloaded structmeta v0.3.0 |
1128 | 2024-03-13T03:15:13.949Z | Downloaded tokio-stream v0.1.14 |
1129 | 2024-03-13T03:15:13.949Z | Downloaded toml v0.7.8 |
1130 | 2024-03-13T03:15:13.949Z | Downloaded tokio-rustls v0.24.1 |
1131 | 2024-03-13T03:15:13.949Z | Downloaded getrandom v0.2.12 |
1132 | 2024-03-13T03:15:13.956Z | Downloaded socket2 v0.5.5 |
1133 | 2024-03-13T03:15:13.956Z | Downloaded synstructure v0.12.6 |
1134 | 2024-03-13T03:15:13.957Z | Downloaded nom v7.1.3 |
1135 | 2024-03-13T03:15:13.957Z | Downloaded serde_derive v1.0.197 |
1136 | 2024-03-13T03:15:13.957Z | Downloaded ucd-trie v0.1.6 |
1137 | 2024-03-13T03:15:13.957Z | Downloaded toml v0.8.10 |
1138 | 2024-03-13T03:15:13.957Z | Downloaded libm v0.2.7 |
1139 | 2024-03-13T03:15:13.958Z | Downloaded headers v0.3.9 |
1140 | 2024-03-13T03:15:13.958Z | Downloaded strsim v0.11.0 |
1141 | 2024-03-13T03:15:13.958Z | Downloaded zerocopy v0.7.32 |
1142 | 2024-03-13T03:15:13.958Z | Downloaded heapless v0.8.0 |
1143 | 2024-03-13T03:15:13.958Z | Downloaded ryu v1.0.15 |
1144 | 2024-03-13T03:15:13.958Z | Downloaded clap_builder v4.5.1 |
1145 | 2024-03-13T03:15:13.959Z | Downloaded steno v0.4.0 |
1146 | 2024-03-13T03:15:13.959Z | Downloaded typenum v1.16.0 |
1147 | 2024-03-13T03:15:13.959Z | Downloaded trust-dns-server v0.22.1 |
1148 | 2024-03-13T03:15:13.959Z | Downloaded http v1.0.0 |
1149 | 2024-03-13T03:15:13.959Z | Downloaded http v0.2.12 |
1150 | 2024-03-13T03:15:13.960Z | Downloaded serde_json v1.0.114 |
1151 | 2024-03-13T03:15:13.960Z | Downloaded hashbrown v0.12.3 |
1152 | 2024-03-13T03:15:13.960Z | Downloaded rayon-core v1.12.1 |
1153 | 2024-03-13T03:15:13.960Z | Downloaded zip v0.6.6 |
1154 | 2024-03-13T03:15:13.960Z | Downloaded trust-dns-resolver v0.22.0 |
1155 | 2024-03-13T03:15:13.960Z | Downloaded rand v0.8.5 |
1156 | 2024-03-13T03:15:13.961Z | Downloaded schemars v0.8.16 |
1157 | 2024-03-13T03:15:13.961Z | Downloaded tokio-util v0.7.10 |
1158 | 2024-03-13T03:15:13.961Z | Downloaded serde v1.0.197 |
1159 | 2024-03-13T03:15:13.961Z | Downloaded pest v2.7.6 |
1160 | 2024-03-13T03:15:13.961Z | Downloaded serde_with v3.6.1 |
1161 | 2024-03-13T03:15:13.961Z | Downloaded hashbrown v0.14.3 |
1162 | 2024-03-13T03:15:13.969Z | Downloaded winnow v0.5.15 |
1163 | 2024-03-13T03:15:13.974Z | Downloaded tokio-postgres v0.7.10 |
1164 | 2024-03-13T03:15:13.974Z | Downloaded hkdf v0.12.4 |
1165 | 2024-03-13T03:15:13.989Z | Downloaded reqwest v0.11.24 |
1166 | 2024-03-13T03:15:14.015Z | Downloaded chrono v0.4.34 |
1167 | 2024-03-13T03:15:14.016Z | Downloaded regex-automata v0.1.10 |
1168 | 2024-03-13T03:15:14.029Z | Downloaded russh v0.42.0 |
1169 | 2024-03-13T03:15:14.029Z | Downloaded rand v0.7.3 |
1170 | 2024-03-13T03:15:14.030Z | Downloaded time v0.3.34 |
1171 | 2024-03-13T03:15:14.030Z | Downloaded futures-util v0.3.30 |
1172 | 2024-03-13T03:15:14.039Z | Downloaded vcpkg v0.2.15 |
1173 | 2024-03-13T03:15:14.067Z | Downloaded rustls v0.21.9 |
1174 | 2024-03-13T03:15:14.083Z | Downloaded webpki-roots v0.25.2 |
1175 | 2024-03-13T03:15:14.113Z | Downloaded bstr v1.9.0 |
1176 | 2024-03-13T03:15:14.114Z | Downloaded rustls-webpki v0.101.7 |
1177 | 2024-03-13T03:15:14.139Z | Downloaded idna v0.3.0 |
1178 | 2024-03-13T03:15:14.139Z | Downloaded rustls v0.22.2 |
1179 | 2024-03-13T03:15:14.171Z | Downloaded goblin v0.8.0 |
1180 | 2024-03-13T03:15:14.171Z | Downloaded hyper v0.14.28 |
1181 | 2024-03-13T03:15:14.171Z | Downloaded rayon v1.9.0 |
1182 | 2024-03-13T03:15:14.171Z | Downloaded rustls-webpki v0.102.1 |
1183 | 2024-03-13T03:15:14.182Z | Downloaded regex v1.10.3 |
1184 | 2024-03-13T03:15:14.188Z | Downloaded radix_trie v0.2.1 |
1185 | 2024-03-13T03:15:14.193Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1186 | 2024-03-13T03:15:14.208Z | Downloaded zerocopy-derive v0.6.4 |
1187 | 2024-03-13T03:15:14.215Z | Downloaded syn v2.0.51 |
1188 | 2024-03-13T03:15:14.225Z | Downloaded regex-automata v0.4.5 |
1189 | 2024-03-13T03:15:14.243Z | Downloaded idna v0.2.3 |
1190 | 2024-03-13T03:15:14.261Z | Downloaded syn v1.0.109 |
1191 | 2024-03-13T03:15:14.686Z | Downloaded trust-dns-proto v0.22.0 |
1192 | 2024-03-13T03:15:15.124Z | Downloaded regress v0.8.0 |
1193 | 2024-03-13T03:15:15.124Z | Downloaded smoltcp v0.9.1 |
1194 | 2024-03-13T03:15:15.124Z | Downloaded smoltcp v0.11.0 |
1195 | 2024-03-13T03:15:15.125Z | Downloaded diesel v2.1.4 |
1196 | 2024-03-13T03:15:15.125Z | Downloaded sha3 v0.10.8 |
1197 | 2024-03-13T03:15:15.125Z | Downloaded regress v0.9.0 |
1198 | 2024-03-13T03:15:15.125Z | Downloaded sled v0.34.7 |
1199 | 2024-03-13T03:15:15.125Z | Downloaded zerocopy-derive v0.2.0 |
1200 | 2024-03-13T03:15:15.125Z | Downloaded regex-syntax v0.8.2 |
1201 | 2024-03-13T03:15:15.125Z | Downloaded libc v0.2.153 |
1202 | 2024-03-13T03:15:15.126Z | Downloaded openapiv3 v2.0.0 |
1203 | 2024-03-13T03:15:15.126Z | Downloaded tokio v1.36.0 |
1204 | 2024-03-13T03:15:15.126Z | Downloaded encoding_rs v0.8.33 |
1205 | 2024-03-13T03:15:15.126Z | Downloaded winapi v0.3.9 |
1206 | 2024-03-13T03:15:15.126Z | Downloaded gimli v0.28.0 |
1207 | 2024-03-13T03:15:15.127Z | Downloaded object v0.32.1 |
1208 | 2024-03-13T03:15:15.127Z | Downloaded openssl v0.10.60 |
1209 | 2024-03-13T03:15:15.127Z | Downloaded rustix v0.38.31 |
1210 | 2024-03-13T03:15:15.127Z | Downloaded bstr v0.2.17 |
1211 | 2024-03-13T03:15:15.127Z | Downloaded idna v0.5.0 |
1212 | 2024-03-13T03:15:15.127Z | Downloaded curve25519-dalek v4.1.1 |
1213 | 2024-03-13T03:15:15.128Z | Downloaded petgraph v0.6.4 |
1214 | 2024-03-13T03:15:15.128Z | Downloaded winnow v0.6.1 |
1215 | 2024-03-13T03:15:15.128Z | Downloaded h2 v0.3.24 |
1216 | 2024-03-13T03:15:15.128Z | Downloaded p521 v0.13.3 |
1217 | 2024-03-13T03:15:15.128Z | Downloaded clap v2.34.0 |
1218 | 2024-03-13T03:15:15.129Z | Downloaded flate2 v1.0.28 |
1219 | 2024-03-13T03:15:15.129Z | Downloaded postgres-types v0.2.6 |
1220 | 2024-03-13T03:15:15.129Z | Downloaded semver v1.0.22 |
1221 | 2024-03-13T03:15:15.129Z | Downloaded ecdsa v0.16.9 |
1222 | 2024-03-13T03:15:15.129Z | Downloaded socket2 v0.4.9 |
1223 | 2024-03-13T03:15:15.130Z | Downloaded url v2.5.0 |
1224 | 2024-03-13T03:15:15.130Z | Downloaded yasna v0.5.2 |
1225 | 2024-03-13T03:15:15.130Z | Downloaded tracing v0.1.40 |
1226 | 2024-03-13T03:15:15.130Z | Downloaded uuid v1.7.0 |
1227 | 2024-03-13T03:15:15.130Z | Downloaded toml_edit v0.22.6 |
1228 | 2024-03-13T03:15:15.130Z | Downloaded fastrand v2.0.1 |
1229 | 2024-03-13T03:15:15.131Z | Downloaded fixedbitset v0.4.2 |
1230 | 2024-03-13T03:15:15.131Z | Downloaded semver-parser v0.10.2 |
1231 | 2024-03-13T03:15:15.131Z | Downloaded structopt v0.3.26 |
1232 | 2024-03-13T03:15:15.131Z | Downloaded group v0.13.0 |
1233 | 2024-03-13T03:15:15.132Z | Downloaded rustversion v1.0.14 |
1234 | 2024-03-13T03:15:15.132Z | Downloaded predicates-core v1.0.6 |
1235 | 2024-03-13T03:15:15.132Z | Downloaded predicates v3.1.0 |
1236 | 2024-03-13T03:15:15.132Z | Downloaded ghash v0.5.0 |
1237 | 2024-03-13T03:15:15.132Z | Downloaded slog v2.7.0 |
1238 | 2024-03-13T03:15:15.132Z | Downloaded flume v0.11.0 |
1239 | 2024-03-13T03:15:15.133Z | Downloaded glob v0.3.1 |
1240 | 2024-03-13T03:15:15.133Z | Downloaded unicase v2.7.0 |
1241 | 2024-03-13T03:15:15.133Z | Downloaded toml_datetime v0.6.5 |
1242 | 2024-03-13T03:15:15.133Z | Downloaded indexmap v1.9.3 |
1243 | 2024-03-13T03:15:15.133Z | Downloaded quote v1.0.35 |
1244 | 2024-03-13T03:15:15.133Z | Downloaded hyper-rustls v0.24.2 |
1245 | 2024-03-13T03:15:15.134Z | Downloaded indexmap v2.2.5 |
1246 | 2024-03-13T03:15:15.171Z | Downloaded ed25519-dalek v2.0.0 |
1247 | 2024-03-13T03:15:15.171Z | Downloaded crossbeam-channel v0.5.8 |
1248 | 2024-03-13T03:15:15.171Z | Downloaded dyn-clone v1.0.17 |
1249 | 2024-03-13T03:15:15.171Z | Downloaded usdt v0.3.5 |
1250 | 2024-03-13T03:15:15.171Z | Downloaded rustc-demangle v0.1.23 |
1251 | 2024-03-13T03:15:15.171Z | Downloaded russh-keys v0.42.0 |
1252 | 2024-03-13T03:15:15.171Z | Downloaded postcard v1.0.8 |
1253 | 2024-03-13T03:15:15.171Z | Downloaded futures v0.3.30 |
1254 | 2024-03-13T03:15:15.171Z | Downloaded serde_urlencoded v0.7.1 |
1255 | 2024-03-13T03:15:15.171Z | Downloaded tempfile v3.10.0 |
1256 | 2024-03-13T03:15:15.172Z | Downloaded sct v0.7.0 |
1257 | 2024-03-13T03:15:15.172Z | Downloaded humantime v2.1.0 |
1258 | 2024-03-13T03:15:15.172Z | Downloaded num-traits v0.2.18 |
1259 | 2024-03-13T03:15:15.172Z | Downloaded heck v0.3.3 |
1260 | 2024-03-13T03:15:15.172Z | Downloaded dirs-sys-next v0.1.2 |
1261 | 2024-03-13T03:15:15.172Z | Downloaded dirs-sys v0.4.1 |
1262 | 2024-03-13T03:15:15.172Z | Downloaded whoami v1.5.0 |
1263 | 2024-03-13T03:15:15.172Z | Downloaded untrusted v0.7.1 |
1264 | 2024-03-13T03:15:15.172Z | Downloaded usdt-impl v0.3.5 |
1265 | 2024-03-13T03:15:15.172Z | Downloaded thiserror-no-std v2.0.2 |
1266 | 2024-03-13T03:15:15.172Z | Downloaded blake3 v1.5.0 |
1267 | 2024-03-13T03:15:15.172Z | Downloaded futures-channel v0.3.30 |
1268 | 2024-03-13T03:15:15.172Z | Downloaded memchr v2.7.1 |
1269 | 2024-03-13T03:15:15.173Z | Downloaded scroll v0.12.0 |
1270 | 2024-03-13T03:15:15.173Z | Downloaded slab v0.4.9 |
1271 | 2024-03-13T03:15:15.173Z | Downloaded tracing-attributes v0.1.27 |
1272 | 2024-03-13T03:15:15.173Z | Downloaded tinyvec v1.6.0 |
1273 | 2024-03-13T03:15:15.173Z | Downloaded derive_more v0.99.17 |
1274 | 2024-03-13T03:15:15.173Z | Downloaded crypto-bigint v0.5.2 |
1275 | 2024-03-13T03:15:15.173Z | Downloaded serde_with_macros v3.6.1 |
1276 | 2024-03-13T03:15:15.173Z | Downloaded crossbeam-epoch v0.9.18 |
1277 | 2024-03-13T03:15:15.173Z | Downloaded signal-hook-mio v0.2.3 |
1278 | 2024-03-13T03:15:15.173Z | Downloaded serde_derive_internals v0.26.0 |
1279 | 2024-03-13T03:15:15.173Z | Downloaded phf v0.11.2 |
1280 | 2024-03-13T03:15:15.173Z | Downloaded pest_meta v2.7.6 |
1281 | 2024-03-13T03:15:15.173Z | Downloaded parking_lot_core v0.8.6 |
1282 | 2024-03-13T03:15:15.174Z | Downloaded p256 v0.13.2 |
1283 | 2024-03-13T03:15:15.174Z | Downloaded derive-where v1.2.7 |
1284 | 2024-03-13T03:15:15.174Z | Downloaded futures-core v0.3.30 |
1285 | 2024-03-13T03:15:15.174Z | Downloaded dirs-next v2.0.0 |
1286 | 2024-03-13T03:15:15.174Z | Downloaded dirs v5.0.1 |
1287 | 2024-03-13T03:15:15.174Z | Downloaded difflib v0.4.0 |
1288 | 2024-03-13T03:15:15.174Z | Downloaded usdt-macro v0.3.5 |
1289 | 2024-03-13T03:15:15.174Z | Downloaded thread-id v4.2.0 |
1290 | 2024-03-13T03:15:15.174Z | Downloaded thiserror-impl-no-std v2.0.2 |
1291 | 2024-03-13T03:15:15.174Z | Downloaded unicode-ident v1.0.12 |
1292 | 2024-03-13T03:15:15.174Z | Downloaded spin v0.9.8 |
1293 | 2024-03-13T03:15:15.174Z | Downloaded blake2 v0.10.6 |
1294 | 2024-03-13T03:15:15.174Z | Downloaded backtrace v0.3.69 |
1295 | 2024-03-13T03:15:15.174Z | Downloaded ring v0.17.8 |
1296 | 2024-03-13T03:15:15.174Z | Downloaded miniz_oxide v0.7.1 |
1297 | 2024-03-13T03:15:15.174Z | Downloaded itertools v0.10.5 |
1298 | 2024-03-13T03:15:15.175Z | Downloaded same-file v1.0.6 |
1299 | 2024-03-13T03:15:15.175Z | Downloaded either v1.10.0 |
1300 | 2024-03-13T03:15:15.175Z | Downloaded bitflags v2.4.2 |
1301 | 2024-03-13T03:15:15.175Z | Downloaded num-rational v0.4.1 |
1302 | 2024-03-13T03:15:15.175Z | Downloaded const-oid v0.9.6 |
1303 | 2024-03-13T03:15:15.175Z | Downloaded hex-literal v0.4.1 |
1304 | 2024-03-13T03:15:15.175Z | Downloaded foreign-types-macros v0.2.3 |
1305 | 2024-03-13T03:15:15.175Z | Downloaded password-hash v0.5.0 |
1306 | 2024-03-13T03:15:15.175Z | Downloaded darling v0.20.3 |
1307 | 2024-03-13T03:15:15.175Z | Downloaded chacha20poly1305 v0.10.1 |
1308 | 2024-03-13T03:15:15.175Z | Downloaded cc v1.0.83 |
1309 | 2024-03-13T03:15:15.175Z | Downloaded bytes v1.5.0 |
1310 | 2024-03-13T03:15:15.175Z | Downloaded unicode-width v0.1.11 |
1311 | 2024-03-13T03:15:15.175Z | Downloaded pest_generator v2.7.6 |
1312 | 2024-03-13T03:15:15.175Z | Downloaded log v0.4.20 |
1313 | 2024-03-13T03:15:15.176Z | Downloaded embedded-io v0.4.0 |
1314 | 2024-03-13T03:15:15.176Z | Downloaded ring v0.16.20 |
1315 | 2024-03-13T03:15:15.176Z | Downloaded ed25519 v2.2.2 |
1316 | 2024-03-13T03:15:15.176Z | Downloaded dof v0.3.0 |
1317 | 2024-03-13T03:15:15.176Z | Downloaded libsw v3.3.1 |
1318 | 2024-03-13T03:15:15.176Z | Downloaded console v0.15.8 |
1319 | 2024-03-13T03:15:15.176Z | Downloaded subtle v2.5.0 |
1320 | 2024-03-13T03:15:15.176Z | Downloaded string_cache v0.8.7 |
1321 | 2024-03-13T03:15:15.176Z | Downloaded slog-scope v4.4.0 |
1322 | 2024-03-13T03:15:15.176Z | Downloaded cpufeatures v0.2.12 |
1323 | 2024-03-13T03:15:15.176Z | Downloaded clap v4.5.1 |
1324 | 2024-03-13T03:15:15.176Z | Downloaded pbkdf2 v0.11.0 |
1325 | 2024-03-13T03:15:15.176Z | Downloaded parse-display-derive v0.9.0 |
1326 | 2024-03-13T03:15:15.176Z | Downloaded newtype-uuid v1.0.1 |
1327 | 2024-03-13T03:15:15.176Z | Downloaded defmt-parser v0.3.3 |
1328 | 2024-03-13T03:15:15.176Z | Downloaded debug-ignore v1.0.5 |
1329 | 2024-03-13T03:15:15.176Z | Downloaded num v0.4.1 |
1330 | 2024-03-13T03:15:15.177Z | Downloaded deranged v0.3.11 |
1331 | 2024-03-13T03:15:15.177Z | Downloaded defmt v0.3.5 |
1332 | 2024-03-13T03:15:15.177Z | Downloaded crypto-common v0.1.6 |
1333 | 2024-03-13T03:15:15.177Z | Downloaded crossbeam-deque v0.8.3 |
1334 | 2024-03-13T03:15:15.177Z | Downloaded cookie v0.17.0 |
1335 | 2024-03-13T03:15:15.177Z | Downloaded constant_time_eq v0.3.0 |
1336 | 2024-03-13T03:15:15.177Z | Downloaded cipher v0.4.4 |
1337 | 2024-03-13T03:15:15.177Z | Downloaded cfg-if v1.0.0 |
1338 | 2024-03-13T03:15:15.177Z | Downloaded blowfish v0.9.1 |
1339 | 2024-03-13T03:15:15.177Z | Downloaded minimal-lexical v0.2.1 |
1340 | 2024-03-13T03:15:15.178Z | Downloaded anyhow v1.0.79 |
1341 | 2024-03-13T03:15:15.178Z | Downloaded curve25519-dalek-derive v0.1.0 |
1342 | 2024-03-13T03:15:15.178Z | Downloaded crucible-workspace-hack v0.1.0 |
1343 | 2024-03-13T03:15:15.178Z | Downloaded cstr-argument v0.1.2 |
1344 | 2024-03-13T03:15:15.178Z | Downloaded ansi_term v0.12.1 |
1345 | 2024-03-13T03:15:15.178Z | Downloaded async-trait v0.1.77 |
1346 | 2024-03-13T03:15:15.195Z | Downloaded anstyle-parse v0.2.1 |
1347 | 2024-03-13T03:15:15.195Z | Downloaded autocfg v1.1.0 |
1348 | 2024-03-13T03:15:15.196Z | Downloaded ahash v0.8.8 |
1349 | 2024-03-13T03:15:15.196Z | Downloaded base16ct v0.2.0 |
1350 | 2024-03-13T03:15:15.196Z | Downloaded arrayref v0.3.7 |
1351 | 2024-03-13T03:15:15.196Z | Downloaded ipnet v2.9.0 |
1352 | 2024-03-13T03:15:15.196Z | Downloaded bzip2 v0.4.4 |
1353 | 2024-03-13T03:15:15.196Z | Downloaded base64ct v1.6.0 |
1354 | 2024-03-13T03:15:15.196Z | Downloaded aes v0.8.3 |
1355 | 2024-03-13T03:15:15.513Z | Compiling proc-macro2 v1.0.78 |
1356 | 2024-03-13T03:15:15.514Z | Compiling unicode-ident v1.0.12 |
1357 | 2024-03-13T03:15:15.519Z | Compiling libc v0.2.153 |
1358 | 2024-03-13T03:15:15.520Z | Compiling serde v1.0.197 |
1359 | 2024-03-13T03:15:15.520Z | Compiling version_check v0.9.4 |
1360 | 2024-03-13T03:15:15.520Z | Compiling cfg-if v1.0.0 |
1361 | 2024-03-13T03:15:15.566Z | Compiling autocfg v1.1.0 |
1362 | 2024-03-13T03:15:15.691Z | Compiling syn v1.0.109 |
1363 | 2024-03-13T03:15:15.721Z | Compiling once_cell v1.19.0 |
1364 | 2024-03-13T03:15:15.782Z | Compiling typenum v1.16.0 |
1365 | 2024-03-13T03:15:16.137Z | Compiling thiserror v1.0.57 |
1366 | 2024-03-13T03:15:16.317Z | Compiling generic-array v0.14.7 |
1367 | 2024-03-13T03:15:16.404Z | Compiling lock_api v0.4.10 |
1368 | 2024-03-13T03:15:16.607Z | Compiling parking_lot_core v0.9.8 |
1369 | 2024-03-13T03:15:16.612Z | Compiling memchr v2.7.1 |
1370 | 2024-03-13T03:15:16.676Z | Compiling byteorder v1.5.0 |
1371 | 2024-03-13T03:15:16.679Z | Compiling libm v0.2.7 |
1372 | 2024-03-13T03:15:16.697Z | Compiling ahash v0.8.8 |
1373 | 2024-03-13T03:15:17.036Z | Compiling serde_json v1.0.114 |
1374 | 2024-03-13T03:15:17.059Z | Compiling num-traits v0.2.18 |
1375 | 2024-03-13T03:15:17.359Z | Compiling itoa v1.0.9 |
1376 | 2024-03-13T03:15:17.378Z | Compiling slab v0.4.9 |
1377 | 2024-03-13T03:15:17.567Z | Compiling quote v1.0.35 |
1378 | 2024-03-13T03:15:17.662Z | Compiling log v0.4.20 |
1379 | 2024-03-13T03:15:17.810Z | Compiling getrandom v0.2.12 |
1380 | 2024-03-13T03:15:18.085Z | Compiling syn v2.0.51 |
1381 | 2024-03-13T03:15:18.245Z | Compiling cc v1.0.83 |
1382 | 2024-03-13T03:15:18.349Z | Compiling rand_core v0.6.4 |
1383 | 2024-03-13T03:15:18.696Z | Compiling scopeguard v1.2.0 |
1384 | 2024-03-13T03:15:19.019Z | Compiling ryu v1.0.15 |
1385 | 2024-03-13T03:15:19.041Z | Compiling allocator-api2 v0.2.16 |
1386 | 2024-03-13T03:15:19.063Z | Compiling pkg-config v0.3.27 |
1387 | 2024-03-13T03:15:19.413Z | Compiling subtle v2.5.0 |
1388 | 2024-03-13T03:15:19.739Z | Compiling smallvec v1.13.1 |
1389 | 2024-03-13T03:15:20.236Z | Compiling heck v0.4.1 |
1390 | 2024-03-13T03:15:20.236Z | Compiling equivalent v1.0.1 |
1391 | 2024-03-13T03:15:20.236Z | Compiling schemars v0.8.16 |
1392 | 2024-03-13T03:15:20.304Z | Compiling num-conv v0.1.0 |
1393 | 2024-03-13T03:15:20.353Z | Compiling time-core v0.1.2 |
1394 | 2024-03-13T03:15:20.574Z | Compiling vcpkg v0.2.15 |
1395 | 2024-03-13T03:15:20.626Z | Compiling time-macros v0.2.17 |
1396 | 2024-03-13T03:15:20.635Z | Compiling pin-project-lite v0.2.13 |
1397 | 2024-03-13T03:15:21.465Z | Compiling ring v0.17.8 |
1398 | 2024-03-13T03:15:21.498Z | Compiling ucd-trie v0.1.6 |
1399 | 2024-03-13T03:15:22.111Z | Compiling parking_lot v0.12.1 |
1400 | 2024-03-13T03:15:22.146Z | Compiling httparse v1.8.0 |
1401 | 2024-03-13T03:15:22.566Z | Compiling fnv v1.0.7 |
1402 | 2024-03-13T03:15:22.700Z | Compiling signal-hook-registry v1.4.1 |
1403 | 2024-03-13T03:15:22.917Z | Compiling openssl-sys v0.9.96 |
1404 | 2024-03-13T03:15:23.683Z | Compiling const-oid v0.9.6 |
1405 | 2024-03-13T03:15:23.926Z | Compiling ring v0.16.20 |
1406 | 2024-03-13T03:15:23.947Z | Compiling mio v0.8.11 |
1407 | 2024-03-13T03:15:24.247Z | Compiling semver v1.0.22 |
1408 | 2024-03-13T03:15:24.767Z | Compiling socket2 v0.5.5 |
1409 | 2024-03-13T03:15:25.145Z | Compiling num_cpus v1.16.0 |
1410 | 2024-03-13T03:15:25.269Z | Compiling openssl v0.10.60 |
1411 | 2024-03-13T03:15:26.844Z | Compiling serde_derive_internals v0.26.0 |
1412 | 2024-03-13T03:15:27.020Z | Compiling futures-core v0.3.30 |
1413 | 2024-03-13T03:15:27.020Z | Compiling iana-time-zone v0.1.57 |
1414 | 2024-03-13T03:15:27.020Z | Compiling slog v2.7.0 |
1415 | 2024-03-13T03:15:27.020Z | Compiling rustls v0.21.9 |
1416 | 2024-03-13T03:15:27.021Z | Compiling native-tls v0.2.11 |
1417 | 2024-03-13T03:15:27.021Z | Compiling rustix v0.38.31 |
1418 | 2024-03-13T03:15:27.021Z | Compiling tinyvec_macros v0.1.1 |
1419 | 2024-03-13T03:15:27.021Z | Compiling crossbeam-utils v0.8.19 |
1420 | 2024-03-13T03:15:27.021Z | Compiling async-trait v0.1.77 |
1421 | 2024-03-13T03:15:27.021Z | Compiling tinyvec v1.6.0 |
1422 | 2024-03-13T03:15:27.021Z | Compiling cookie v0.17.0 |
1423 | 2024-03-13T03:15:27.083Z | Compiling spin v0.5.2 |
1424 | 2024-03-13T03:15:27.276Z | Compiling aho-corasick v1.1.2 |
1425 | 2024-03-13T03:15:27.290Z | Compiling regex-syntax v0.8.2 |
1426 | 2024-03-13T03:15:27.514Z | Compiling unicode-bidi v0.3.15 |
1427 | 2024-03-13T03:15:28.035Z | Compiling unicode-normalization v0.1.22 |
1428 | 2024-03-13T03:15:28.084Z | Compiling dyn-clone v1.0.17 |
1429 | 2024-03-13T03:15:28.350Z | Compiling futures-sink v0.3.30 |
1430 | 2024-03-13T03:15:28.511Z | Compiling backtrace v0.3.69 |
1431 | 2024-03-13T03:15:28.966Z | Compiling futures-channel v0.3.30 |
1432 | 2024-03-13T03:15:29.331Z | Compiling futures-task v0.3.30 |
1433 | 2024-03-13T03:15:29.357Z | Compiling futures-io v0.3.30 |
1434 | 2024-03-13T03:15:29.403Z | Compiling pin-utils v0.1.0 |
1435 | 2024-03-13T03:15:29.498Z | Compiling cpufeatures v0.2.12 |
1436 | 2024-03-13T03:15:30.027Z | Compiling spin v0.9.8 |
1437 | 2024-03-13T03:15:30.041Z | Compiling tracing-core v0.1.32 |
1438 | 2024-03-13T03:15:30.041Z | Compiling anyhow v1.0.79 |
1439 | 2024-03-13T03:15:30.657Z | Compiling winnow v0.5.15 |
1440 | 2024-03-13T03:15:31.180Z | Compiling regex-automata v0.4.5 |
1441 | 2024-03-13T03:15:31.696Z | Compiling percent-encoding v2.3.1 |
1442 | 2024-03-13T03:15:31.972Z | Compiling crc32fast v1.3.2 |
1443 | 2024-03-13T03:15:32.830Z | Compiling serde_derive v1.0.197 |
1444 | 2024-03-13T03:15:32.873Z | Compiling zeroize_derive v1.4.2 |
1445 | 2024-03-13T03:15:33.205Z | Compiling zerocopy-derive v0.7.32 |
1446 | 2024-03-13T03:15:33.312Z | Compiling thiserror-impl v1.0.57 |
1447 | 2024-03-13T03:15:33.628Z | Compiling tokio-macros v2.2.0 |
1448 | 2024-03-13T03:15:34.462Z | Compiling futures-macro v0.3.30 |
1449 | 2024-03-13T03:15:34.471Z | Compiling tracing-attributes v0.1.27 |
1450 | 2024-03-13T03:15:34.494Z | Compiling zeroize v1.7.0 |
1451 | 2024-03-13T03:15:35.377Z | Compiling schemars_derive v0.8.16 |
1452 | 2024-03-13T03:15:35.582Z | Compiling zerocopy v0.7.32 |
1453 | 2024-03-13T03:15:36.316Z | Compiling crypto-common v0.1.6 |
1454 | 2024-03-13T03:15:36.761Z | Compiling block-buffer v0.10.4 |
1455 | 2024-03-13T03:15:36.894Z | Compiling pest v2.7.6 |
1456 | 2024-03-13T03:15:36.949Z | Compiling digest v0.10.7 |
1457 | 2024-03-13T03:15:37.433Z | Compiling openssl-macros v0.1.1 |
1458 | 2024-03-13T03:15:37.840Z | Compiling hashbrown v0.14.3 |
1459 | 2024-03-13T03:15:38.233Z | Compiling futures-util v0.3.30 |
1460 | 2024-03-13T03:15:38.487Z | Compiling regex v1.10.3 |
1461 | 2024-03-13T03:15:38.934Z | Compiling tracing v0.1.40 |
1462 | 2024-03-13T03:15:39.278Z | Compiling pest_meta v2.7.6 |
1463 | 2024-03-13T03:15:39.687Z | Compiling der_derive v0.7.2 |
1464 | 2024-03-13T03:15:40.748Z | Compiling pest_generator v2.7.6 |
1465 | 2024-03-13T03:15:44.395Z | Compiling pest_derive v2.7.6 |
1466 | 2024-03-13T03:15:44.503Z | Compiling foreign-types-shared v0.1.1 |
1467 | 2024-03-13T03:15:44.626Z | Compiling untrusted v0.9.0 |
1468 | 2024-03-13T03:15:44.810Z | Compiling ppv-lite86 v0.2.17 |
1469 | 2024-03-13T03:15:45.208Z | Compiling powerfmt v0.2.0 |
1470 | 2024-03-13T03:15:45.304Z | Compiling untrusted v0.7.1 |
1471 | 2024-03-13T03:15:45.911Z | Compiling unicode-width v0.1.11 |
1472 | 2024-03-13T03:15:45.912Z | Compiling deranged v0.3.11 |
1473 | 2024-03-13T03:15:45.912Z | Compiling foreign-types v0.3.2 |
1474 | 2024-03-13T03:15:45.912Z | Compiling form_urlencoded v1.2.1 |
1475 | 2024-03-13T03:15:47.394Z | Compiling errno v0.3.8 |
1476 | 2024-03-13T03:15:47.431Z | Compiling bytes v1.5.0 |
1477 | 2024-03-13T03:15:47.499Z | Compiling indexmap v2.2.5 |
1478 | 2024-03-13T03:15:47.981Z | Compiling uuid v1.7.0 |
1479 | 2024-03-13T03:15:48.005Z | Compiling chrono v0.4.34 |
1480 | 2024-03-13T03:15:48.576Z | Compiling tokio v1.36.0 |
1481 | 2024-03-13T03:15:48.973Z | Compiling bitflags v2.4.2 |
1482 | 2024-03-13T03:15:49.012Z | Compiling http v0.2.12 |
1483 | 2024-03-13T03:15:49.512Z | Compiling serde_spanned v0.6.5 |
1484 | 2024-03-13T03:15:49.576Z | Compiling toml_datetime v0.6.5 |
1485 | 2024-03-13T03:15:49.757Z | Compiling rustc_version v0.4.0 |
1486 | 2024-03-13T03:15:50.054Z | Compiling toml_edit v0.19.15 |
1487 | 2024-03-13T03:15:51.876Z | Compiling base64 v0.21.7 |
1488 | 2024-03-13T03:15:52.625Z | Compiling try-lock v0.2.4 |
1489 | 2024-03-13T03:15:52.762Z | Compiling unicode-xid v0.2.4 |
1490 | 2024-03-13T03:15:52.935Z | Compiling num_threads v0.1.6 |
1491 | 2024-03-13T03:15:52.948Z | Compiling synstructure v0.12.6 |
1492 | 2024-03-13T03:15:53.075Z | Compiling time v0.3.34 |
1493 | 2024-03-13T03:15:54.327Z | Compiling want v0.3.1 |
1494 | 2024-03-13T03:15:54.518Z | Compiling rustls-webpki v0.101.7 |
1495 | 2024-03-13T03:15:54.614Z | Compiling http-body v0.4.5 |
1496 | 2024-03-13T03:15:55.049Z | Compiling openapiv3 v2.0.0 |
1497 | 2024-03-13T03:15:56.422Z | Compiling sct v0.7.0 |
1498 | 2024-03-13T03:15:57.915Z | Compiling tokio-util v0.7.10 |
1499 | 2024-03-13T03:15:58.035Z | Compiling scroll_derive v0.12.0 |
1500 | 2024-03-13T03:15:58.383Z | Compiling idna v0.5.0 |
1501 | 2024-03-13T03:15:59.027Z | Compiling httpdate v1.0.3 |
1502 | 2024-03-13T03:15:59.482Z | Compiling h2 v0.3.24 |
1503 | 2024-03-13T03:15:59.499Z | Compiling openssl-probe v0.1.5 |
1504 | 2024-03-13T03:15:59.562Z | Compiling tower-service v0.3.2 |
1505 | 2024-03-13T03:15:59.700Z | Compiling url v2.5.0 |
1506 | 2024-03-13T03:16:01.128Z | Compiling zerocopy-derive v0.2.0 |
1507 | 2024-03-13T03:16:01.570Z | Compiling rand_chacha v0.3.1 |
1508 | 2024-03-13T03:16:02.168Z | Compiling idna v0.3.0 |
1509 | 2024-03-13T03:16:03.234Z | Compiling lazy_static v1.4.0 |
1510 | 2024-03-13T03:16:03.512Z | Compiling thread-id v4.2.0 |
1511 | 2024-03-13T03:16:03.931Z | Compiling adler v1.0.2 |
1512 | 2024-03-13T03:16:03.931Z | Compiling psl-types v2.0.11 |
1513 | 2024-03-13T03:16:04.000Z | Compiling publicsuffix v2.2.3 |
1514 | 2024-03-13T03:16:04.023Z | Compiling miniz_oxide v0.7.1 |
1515 | 2024-03-13T03:16:04.305Z | Compiling tokio-rustls v0.24.1 |
1516 | 2024-03-13T03:16:05.124Z | Compiling rand v0.8.5 |
1517 | 2024-03-13T03:16:05.135Z | Compiling tokio-native-tls v0.3.1 |
1518 | 2024-03-13T03:16:05.407Z | Compiling crossbeam-epoch v0.9.18 |
1519 | 2024-03-13T03:16:05.814Z | Compiling ipnet v2.9.0 |
1520 | 2024-03-13T03:16:06.005Z | Compiling cookie_store v0.20.0 |
1521 | 2024-03-13T03:16:06.177Z | Compiling rustls-pemfile v1.0.3 |
1522 | 2024-03-13T03:16:06.233Z | Compiling serde_urlencoded v0.7.1 |
1523 | 2024-03-13T03:16:06.586Z | Compiling hyper v0.14.28 |
1524 | 2024-03-13T03:16:06.765Z | Compiling serde_tokenstream v0.2.0 |
1525 | 2024-03-13T03:16:07.135Z | Compiling usdt-impl v0.3.5 |
1526 | 2024-03-13T03:16:07.340Z | Compiling encoding_rs v0.8.33 |
1527 | 2024-03-13T03:16:07.882Z | Compiling sync_wrapper v0.1.2 |
1528 | 2024-03-13T03:16:07.901Z | Compiling gimli v0.28.0 |
1529 | 2024-03-13T03:16:07.901Z | Compiling mime v0.3.17 |
1530 | 2024-03-13T03:16:08.413Z | Compiling either v1.10.0 |
1531 | 2024-03-13T03:16:08.846Z | Compiling webpki-roots v0.25.2 |
1532 | 2024-03-13T03:16:10.207Z | Compiling object v0.32.1 |
1533 | 2024-03-13T03:16:10.259Z | Compiling num-bigint v0.4.4 |
1534 | 2024-03-13T03:16:11.134Z | Compiling usdt-impl v0.5.0 |
1535 | 2024-03-13T03:16:11.460Z | Compiling rustversion v1.0.14 |
1536 | 2024-03-13T03:16:11.646Z | Compiling rustc-demangle v0.1.23 |
1537 | 2024-03-13T03:16:12.136Z | Compiling addr2line v0.21.0 |
1538 | 2024-03-13T03:16:12.527Z | Compiling flate2 v1.0.28 |
1539 | 2024-03-13T03:16:12.592Z | Compiling zerocopy v0.3.0 |
1540 | 2024-03-13T03:16:12.675Z | Compiling scroll v0.12.0 |
1541 | 2024-03-13T03:16:12.696Z | Compiling heapless v0.7.16 |
1542 | 2024-03-13T03:16:12.834Z | Compiling futures-executor v0.3.30 |
1543 | 2024-03-13T03:16:13.196Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1544 | 2024-03-13T03:16:13.268Z | Compiling winnow v0.6.1 |
1545 | 2024-03-13T03:16:13.817Z | Compiling hyper-rustls v0.24.2 |
1546 | 2024-03-13T03:16:13.840Z | Compiling hyper-tls v0.5.0 |
1547 | 2024-03-13T03:16:13.841Z | Compiling plain v0.2.3 |
1548 | 2024-03-13T03:16:13.841Z | Compiling base64ct v1.6.0 |
1549 | 2024-03-13T03:16:13.841Z | Compiling reqwest v0.11.24 |
1550 | 2024-03-13T03:16:13.841Z | Compiling signal-hook v0.3.17 |
1551 | 2024-03-13T03:16:14.036Z | Compiling goblin v0.8.0 |
1552 | 2024-03-13T03:16:14.060Z | Compiling dof v0.1.5 |
1553 | 2024-03-13T03:16:15.551Z | Compiling futures v0.3.30 |
1554 | 2024-03-13T03:16:15.971Z | Compiling toml v0.7.8 |
1555 | 2024-03-13T03:16:16.745Z | Compiling toml_edit v0.22.6 |
1556 | 2024-03-13T03:16:16.961Z | Compiling hex v0.4.3 |
1557 | 2024-03-13T03:16:17.598Z | Compiling dtrace-parser v0.1.14 |
1558 | 2024-03-13T03:16:17.671Z | Compiling pretty-hex v0.4.1 |
1559 | 2024-03-13T03:16:20.082Z | Compiling dof v0.3.0 |
1560 | 2024-03-13T03:16:20.873Z | Compiling serde_tokenstream v0.1.7 |
1561 | 2024-03-13T03:16:20.921Z | Compiling dtrace-parser v0.2.0 |
1562 | 2024-03-13T03:16:21.848Z | Compiling enum-as-inner v0.5.1 |
1563 | 2024-03-13T03:16:22.336Z | Compiling smoltcp v0.9.1 |
1564 | 2024-03-13T03:16:22.374Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1565 | 2024-03-13T03:16:22.415Z | Compiling pem-rfc7468 v0.7.0 |
1566 | 2024-03-13T03:16:23.058Z | Compiling hmac v0.12.1 |
1567 | 2024-03-13T03:16:23.230Z | Compiling regress v0.8.0 |
1568 | 2024-03-13T03:16:23.663Z | Compiling siphasher v0.3.11 |
1569 | 2024-03-13T03:16:23.689Z | Compiling flagset v0.4.3 |
1570 | 2024-03-13T03:16:23.901Z | Compiling unicode-segmentation v1.10.1 |
1571 | 2024-03-13T03:16:24.021Z | Compiling der v0.7.8 |
1572 | 2024-03-13T03:16:24.713Z | Compiling usdt-attr-macro v0.3.5 |
1573 | 2024-03-13T03:16:25.165Z | Compiling usdt-macro v0.3.5 |
1574 | 2024-03-13T03:16:25.171Z | Compiling hubpack_derive v0.1.1 |
1575 | 2024-03-13T03:16:25.367Z | Compiling zerocopy-derive v0.6.4 |
1576 | 2024-03-13T03:16:25.742Z | Compiling anstyle v1.0.2 |
1577 | 2024-03-13T03:16:25.805Z | Compiling utf8parse v0.2.1 |
1578 | 2024-03-13T03:16:26.094Z | Compiling sha2 v0.10.8 |
1579 | 2024-03-13T03:16:26.106Z | Compiling anstyle-parse v0.2.1 |
1580 | 2024-03-13T03:16:26.212Z | Compiling spki v0.7.2 |
1581 | 2024-03-13T03:16:26.588Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
1582 | 2024-03-13T03:16:27.558Z | Compiling md-5 v0.10.5 |
1583 | 2024-03-13T03:16:27.638Z | Compiling block-padding v0.3.3 |
1584 | 2024-03-13T03:16:27.763Z | Compiling clap_derive v4.5.0 |
1585 | 2024-03-13T03:16:27.822Z | Compiling stringprep v0.1.3 |
1586 | 2024-03-13T03:16:27.886Z | Compiling diesel_table_macro_syntax v0.1.0 |
1587 | 2024-03-13T03:16:27.990Z | Compiling num-integer v0.1.46 |
1588 | 2024-03-13T03:16:28.353Z | Compiling hash32 v0.2.1 |
1589 | 2024-03-13T03:16:28.761Z | Compiling colorchoice v1.0.0 |
1590 | 2024-03-13T03:16:28.834Z | Compiling stable_deref_trait v1.2.0 |
1591 | 2024-03-13T03:16:28.871Z | Compiling fallible-iterator v0.2.0 |
1592 | 2024-03-13T03:16:29.355Z | Compiling anstyle-query v1.0.0 |
1593 | 2024-03-13T03:16:29.361Z | Compiling anstream v0.6.11 |
1594 | 2024-03-13T03:16:29.571Z | Compiling postgres-protocol v0.6.6 |
1595 | 2024-03-13T03:16:29.693Z | Compiling diesel_derives v2.1.2 |
1596 | 2024-03-13T03:16:29.891Z | Compiling inout v0.1.3 |
1597 | 2024-03-13T03:16:29.971Z | Compiling pkcs8 v0.10.2 |
1598 | 2024-03-13T03:16:30.734Z | Compiling phf_shared v0.11.2 |
1599 | 2024-03-13T03:16:31.145Z | Compiling strum_macros v0.25.2 |
1600 | 2024-03-13T03:16:31.560Z | Compiling ff v0.13.0 |
1601 | 2024-03-13T03:16:31.597Z | Compiling terminal_size v0.3.0 |
1602 | 2024-03-13T03:16:31.818Z | Compiling serde_repr v0.1.16 |
1603 | 2024-03-13T03:16:32.059Z | Compiling scheduled-thread-pool v0.2.7 |
1604 | 2024-03-13T03:16:32.999Z | Compiling clap_lex v0.7.0 |
1605 | 2024-03-13T03:16:33.065Z | Compiling matches v0.1.10 |
1606 | 2024-03-13T03:16:33.583Z | Compiling base16ct v0.2.0 |
1607 | 2024-03-13T03:16:33.891Z | Compiling bitflags v1.3.2 |
1608 | 2024-03-13T03:16:34.006Z | Compiling managed v0.8.0 |
1609 | 2024-03-13T03:16:34.481Z | Compiling strsim v0.11.0 |
1610 | 2024-03-13T03:16:34.675Z | Compiling data-encoding v2.4.0 |
1611 | 2024-03-13T03:16:35.383Z | Compiling bit-vec v0.6.3 |
1612 | 2024-03-13T03:16:35.480Z | Compiling regex-automata v0.1.10 |
1613 | 2024-03-13T03:16:35.989Z | Compiling bstr v0.2.17 |
1614 | 2024-03-13T03:16:36.881Z | Compiling clap_builder v4.5.1 |
1615 | 2024-03-13T03:16:41.359Z | Compiling sec1 v0.7.3 |
1616 | 2024-03-13T03:16:41.895Z | Compiling idna v0.2.3 |
1617 | 2024-03-13T03:16:41.980Z | Compiling r2d2 v0.8.10 |
1618 | 2024-03-13T03:16:42.593Z | Compiling group v0.13.0 |
1619 | 2024-03-13T03:16:43.575Z | Compiling phf v0.11.2 |
1620 | 2024-03-13T03:16:43.790Z | Compiling signal-hook-mio v0.2.3 |
1621 | 2024-03-13T03:16:43.922Z | Compiling postgres-types v0.2.6 |
1622 | 2024-03-13T03:16:43.953Z | Compiling cipher v0.4.4 |
1623 | 2024-03-13T03:16:44.881Z | Compiling bzip2 v0.4.4 |
1624 | 2024-03-13T03:16:44.888Z | Compiling zerocopy v0.6.4 |
1625 | 2024-03-13T03:16:45.448Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
1626 | 2024-03-13T03:16:45.457Z | Compiling hubpack v0.1.2 |
1627 | 2024-03-13T03:16:45.921Z | Compiling phf_shared v0.10.0 |
1628 | 2024-03-13T03:16:46.520Z | Compiling hkdf v0.12.4 |
1629 | 2024-03-13T03:16:46.533Z | Compiling crypto-bigint v0.5.2 |
1630 | 2024-03-13T03:16:46.534Z | Compiling ipnetwork v0.20.0 |
1631 | 2024-03-13T03:16:47.417Z | Compiling float-cmp v0.9.0 |
1632 | 2024-03-13T03:16:47.655Z | Compiling fixedbitset v0.4.2 |
1633 | 2024-03-13T03:16:48.348Z | Compiling static_assertions v1.1.0 |
1634 | 2024-03-13T03:16:48.473Z | Compiling normalize-line-endings v0.3.0 |
1635 | 2024-03-13T03:16:48.593Z | Compiling whoami v1.5.0 |
1636 | 2024-03-13T03:16:49.706Z | Compiling minimal-lexical v0.2.1 |
1637 | 2024-03-13T03:16:49.743Z | Compiling predicates-core v1.0.6 |
1638 | 2024-03-13T03:16:49.795Z | Compiling precomputed-hash v0.1.1 |
1639 | 2024-03-13T03:16:49.948Z | Compiling new_debug_unreachable v1.0.4 |
1640 | 2024-03-13T03:16:50.120Z | Compiling difflib v0.4.0 |
1641 | 2024-03-13T03:16:50.145Z | Compiling string_cache v0.8.7 |
1642 | 2024-03-13T03:16:50.928Z | Compiling predicates v3.1.0 |
1643 | 2024-03-13T03:16:50.928Z | Compiling nom v7.1.3 |
1644 | 2024-03-13T03:16:50.928Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
1645 | 2024-03-13T03:16:50.928Z | Compiling tokio-postgres v0.7.10 |
1646 | 2024-03-13T03:16:51.056Z | Compiling trust-dns-proto v0.22.0 |
1647 | 2024-03-13T03:16:51.760Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1648 | 2024-03-13T03:16:52.487Z | Compiling elliptic-curve v0.13.8 |
1649 | 2024-03-13T03:16:54.022Z | Compiling petgraph v0.6.4 |
1650 | 2024-03-13T03:16:55.052Z | Compiling diesel v2.1.4 |
1651 | 2024-03-13T03:16:56.031Z | Compiling yasna v0.5.2 |
1652 | 2024-03-13T03:16:56.051Z | Compiling zip v0.6.6 |
1653 | 2024-03-13T03:16:57.852Z | Compiling crossterm v0.27.0 |
1654 | 2024-03-13T03:16:58.093Z | Compiling clap v4.5.1 |
1655 | 2024-03-13T03:16:58.359Z | Compiling similar v2.4.0 |
1656 | 2024-03-13T03:16:58.549Z | Compiling bit-set v0.5.3 |
1657 | 2024-03-13T03:16:58.575Z | Compiling num-iter v0.1.44 |
1658 | 2024-03-13T03:16:58.785Z | Compiling usdt v0.3.5 |
1659 | 2024-03-13T03:16:59.075Z | Compiling itertools v0.10.5 |
1660 | 2024-03-13T03:16:59.976Z | Compiling console v0.15.8 |
1661 | 2024-03-13T03:17:00.802Z | Compiling tokio-stream v0.1.14 |
1662 | 2024-03-13T03:17:00.822Z | Compiling getopts v0.2.21 |
1663 | 2024-03-13T03:17:01.443Z | Compiling bstr v1.9.0 |
1664 | 2024-03-13T03:17:01.741Z | Compiling unsafe-libyaml v0.2.10 |
1665 | 2024-03-13T03:17:01.785Z | Compiling camino v1.1.6 |
1666 | 2024-03-13T03:17:02.214Z | Compiling lalrpop-util v0.19.12 |
1667 | 2024-03-13T03:17:03.026Z | Compiling serde_yaml v0.9.25 |
1668 | 2024-03-13T03:17:03.215Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1669 | 2024-03-13T03:17:11.730Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1670 | 2024-03-13T03:17:33.330Z | Compiling ident_case v1.0.1 |
1671 | 2024-03-13T03:17:33.330Z | Compiling strsim v0.10.0 |
1672 | 2024-03-13T03:17:33.330Z | Compiling darling_core v0.20.3 |
1673 | 2024-03-13T03:17:33.330Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1674 | 2024-03-13T03:17:39.585Z | Compiling darling_macro v0.20.3 |
1675 | 2024-03-13T03:17:42.361Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1676 | 2024-03-13T03:17:43.733Z | Compiling sha1 v0.10.6 |
1677 | 2024-03-13T03:17:44.208Z | Compiling darling v0.20.3 |
1678 | 2024-03-13T03:17:44.248Z | Compiling atty v0.2.14 |
1679 | 2024-03-13T03:17:44.286Z | Compiling match_cfg v0.1.0 |
1680 | 2024-03-13T03:17:44.323Z | Compiling dirs-sys-next v0.1.2 |
1681 | 2024-03-13T03:17:44.388Z | Compiling hostname v0.3.1 |
1682 | 2024-03-13T03:17:44.410Z | Compiling rustls-pki-types v1.3.0 |
1683 | 2024-03-13T03:17:44.964Z | Compiling dirs-next v2.0.0 |
1684 | 2024-03-13T03:17:44.968Z | Compiling thread_local v1.1.7 |
1685 | 2024-03-13T03:17:44.969Z | Compiling slog-async v2.8.0 |
1686 | 2024-03-13T03:17:44.982Z | Compiling rustls v0.22.2 |
1687 | 2024-03-13T03:17:45.182Z | Compiling rustls-webpki v0.102.1 |
1688 | 2024-03-13T03:17:45.227Z | Compiling term v0.7.0 |
1689 | 2024-03-13T03:17:45.448Z | Compiling crossbeam-channel v0.5.8 |
1690 | 2024-03-13T03:17:45.892Z | Compiling multer v3.0.0 |
1691 | 2024-03-13T03:17:46.196Z | Compiling instant v0.1.12 |
1692 | 2024-03-13T03:17:46.347Z | Compiling paste v1.0.14 |
1693 | 2024-03-13T03:17:46.367Z | Compiling take_mut v0.2.2 |
1694 | 2024-03-13T03:17:46.534Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1695 | 2024-03-13T03:17:46.818Z | Compiling slog-term v2.9.0 |
1696 | 2024-03-13T03:17:46.912Z | Compiling slog-json v2.6.1 |
1697 | 2024-03-13T03:17:47.306Z | Compiling http v1.0.0 |
1698 | 2024-03-13T03:17:47.326Z | Compiling async-stream-impl v0.3.5 |
1699 | 2024-03-13T03:17:47.892Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1700 | 2024-03-13T03:17:48.118Z | Compiling atomic-waker v1.1.1 |
1701 | 2024-03-13T03:17:48.262Z | Compiling debug-ignore v1.0.5 |
1702 | 2024-03-13T03:17:48.399Z | Compiling waitgroup v0.1.2 |
1703 | 2024-03-13T03:17:48.430Z | Compiling slog-bunyan v2.5.0 |
1704 | 2024-03-13T03:17:48.647Z | Compiling rustls-pemfile v2.1.1 |
1705 | 2024-03-13T03:17:48.768Z | Compiling async-stream v0.3.5 |
1706 | 2024-03-13T03:17:49.123Z | Compiling serde_with_macros v3.6.1 |
1707 | 2024-03-13T03:17:49.865Z | Compiling toml v0.8.10 |
1708 | 2024-03-13T03:17:49.931Z | Compiling strum_macros v0.26.1 |
1709 | 2024-03-13T03:17:50.222Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1710 | 2024-03-13T03:17:51.663Z | Compiling tokio-rustls v0.25.0 |
1711 | 2024-03-13T03:17:52.072Z | Compiling serde_path_to_error v0.1.15 |
1712 | 2024-03-13T03:17:52.382Z | Compiling structmeta-derive v0.3.0 |
1713 | 2024-03-13T03:17:52.411Z | Compiling serde_with v3.6.1 |
1714 | 2024-03-13T03:17:52.487Z | Compiling regress v0.9.0 |
1715 | 2024-03-13T03:17:52.536Z | Compiling newtype-uuid v1.0.1 |
1716 | 2024-03-13T03:17:52.879Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1717 | 2024-03-13T03:17:53.135Z | Compiling backoff v0.4.0 |
1718 | 2024-03-13T03:17:53.489Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1719 | 2024-03-13T03:17:54.286Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1720 | 2024-03-13T03:17:54.451Z | Compiling macaddr v1.0.1 |
1721 | 2024-03-13T03:17:54.926Z | Compiling proc-macro-error-attr v1.0.4 |
1722 | 2024-03-13T03:17:55.319Z | Compiling proc-macro-crate v1.3.1 |
1723 | 2024-03-13T03:17:55.340Z | Compiling strum v0.26.1 |
1724 | 2024-03-13T03:17:55.512Z | Compiling proc-macro-error v1.0.4 |
1725 | 2024-03-13T03:17:55.693Z | Compiling structmeta v0.3.0 |
1726 | 2024-03-13T03:17:55.814Z | Compiling heapless v0.8.0 |
1727 | 2024-03-13T03:17:56.153Z | Compiling parse-display-derive v0.9.0 |
1728 | 2024-03-13T03:17:56.472Z | Compiling num_enum_derive v0.5.11 |
1729 | 2024-03-13T03:17:56.654Z | Compiling hash32 v0.3.1 |
1730 | 2024-03-13T03:17:56.919Z | Compiling rayon-core v1.12.1 |
1731 | 2024-03-13T03:17:57.221Z | Compiling smoltcp v0.11.0 |
1732 | 2024-03-13T03:17:57.489Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1733 | 2024-03-13T03:17:57.922Z | Compiling crossbeam-deque v0.8.3 |
1734 | 2024-03-13T03:17:58.007Z | Compiling cobs v0.2.3 |
1735 | 2024-03-13T03:17:58.258Z | Compiling embedded-io v0.4.0 |
1736 | 2024-03-13T03:17:58.347Z | Compiling fastrand v2.0.1 |
1737 | 2024-03-13T03:17:58.499Z | Compiling same-file v1.0.6 |
1738 | 2024-03-13T03:17:58.746Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1739 | 2024-03-13T03:17:58.907Z | Compiling tempfile v3.10.0 |
1740 | 2024-03-13T03:17:59.098Z | Compiling walkdir v2.4.0 |
1741 | 2024-03-13T03:17:59.318Z | Compiling num_enum v0.5.11 |
1742 | 2024-03-13T03:17:59.496Z | Compiling postcard v1.0.8 |
1743 | 2024-03-13T03:17:59.888Z | Compiling semver-parser v0.10.2 |
1744 | 2024-03-13T03:17:59.929Z | Compiling foreign-types-macros v0.2.3 |
1745 | 2024-03-13T03:18:00.352Z | Compiling blake3 v1.5.0 |
1746 | 2024-03-13T03:18:00.973Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1747 | 2024-03-13T03:18:01.034Z | Compiling parse-display v0.9.0 |
1748 | 2024-03-13T03:18:01.229Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1749 | 2024-03-13T03:18:01.667Z | Compiling foreign-types-shared v0.3.1 |
1750 | 2024-03-13T03:18:01.678Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1751 | 2024-03-13T03:18:01.678Z | Compiling crucible-workspace-hack v0.1.0 |
1752 | 2024-03-13T03:18:01.679Z | Compiling foreign-types v0.5.0 |
1753 | 2024-03-13T03:18:01.679Z | Compiling semver v0.11.0 |
1754 | 2024-03-13T03:18:01.679Z | Compiling rayon v1.9.0 |
1755 | 2024-03-13T03:18:01.891Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1756 | 2024-03-13T03:18:01.988Z | Compiling tabwriter v1.4.0 |
1757 | 2024-03-13T03:18:02.058Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1758 | 2024-03-13T03:18:02.392Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1759 | 2024-03-13T03:18:02.569Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1760 | 2024-03-13T03:18:02.804Z | Compiling cstr-argument v0.1.2 |
1761 | 2024-03-13T03:18:02.929Z | Compiling xattr v1.0.1 |
1762 | 2024-03-13T03:18:03.032Z | Compiling filetime v0.2.23 |
1763 | 2024-03-13T03:18:03.152Z | Compiling memmap2 v0.7.1 |
1764 | 2024-03-13T03:18:03.247Z | Compiling constant_time_eq v0.3.0 |
1765 | 2024-03-13T03:18:03.357Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1766 | 2024-03-13T03:18:03.447Z | Compiling arrayvec v0.7.4 |
1767 | 2024-03-13T03:18:03.478Z | Compiling home v0.5.5 |
1768 | 2024-03-13T03:18:03.558Z | Compiling pretty-hex v0.2.1 |
1769 | 2024-03-13T03:18:03.663Z | Compiling arrayref v0.3.7 |
1770 | 2024-03-13T03:18:03.723Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1771 | 2024-03-13T03:18:03.765Z | Compiling toolchain_find v0.2.0 |
1772 | 2024-03-13T03:18:03.835Z | Compiling tar v0.4.40 |
1773 | 2024-03-13T03:18:03.859Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1774 | 2024-03-13T03:18:04.308Z | Compiling camino-tempfile v1.1.1 |
1775 | 2024-03-13T03:18:04.461Z | Compiling colored v2.1.0 |
1776 | 2024-03-13T03:18:04.486Z | Compiling toml v0.5.11 |
1777 | 2024-03-13T03:18:04.714Z | Compiling socket2 v0.4.9 |
1778 | 2024-03-13T03:18:04.752Z | Compiling topological-sort v0.2.2 |
1779 | 2024-03-13T03:18:04.905Z | Compiling platforms v3.0.2 |
1780 | 2024-03-13T03:18:04.984Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1781 | 2024-03-13T03:18:05.294Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1782 | 2024-03-13T03:18:05.612Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1783 | 2024-03-13T03:18:05.980Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
1784 | 2024-03-13T03:18:06.301Z | Compiling rustfmt-wrapper v0.2.0 |
1785 | 2024-03-13T03:18:06.929Z | Compiling omicron-zone-package v0.11.0 |
1786 | 2024-03-13T03:18:07.184Z | Compiling num-derive v0.4.0 |
1787 | 2024-03-13T03:18:07.184Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1788 | 2024-03-13T03:18:07.649Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1789 | 2024-03-13T03:18:08.201Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
1790 | 2024-03-13T03:18:08.641Z | Compiling smf v0.2.2 |
1791 | 2024-03-13T03:18:08.796Z | Compiling unicase v2.7.0 |
1792 | 2024-03-13T03:18:08.874Z | Compiling semver v0.1.20 |
1793 | 2024-03-13T03:18:08.951Z | Compiling curve25519-dalek v4.1.1 |
1794 | 2024-03-13T03:18:09.520Z | Compiling universal-hash v0.5.1 |
1795 | 2024-03-13T03:18:09.525Z | Compiling opaque-debug v0.3.0 |
1796 | 2024-03-13T03:18:09.525Z | Compiling rustc_version v0.1.7 |
1797 | 2024-03-13T03:18:09.525Z | Compiling signature v2.1.0 |
1798 | 2024-03-13T03:18:09.557Z | Compiling curve25519-dalek-derive v0.1.0 |
1799 | 2024-03-13T03:18:09.584Z | Compiling num-rational v0.4.1 |
1800 | 2024-03-13T03:18:09.604Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb) |
1801 | 2024-03-13T03:18:09.742Z | Compiling getrandom v0.1.16 |
1802 | 2024-03-13T03:18:09.766Z | Compiling newtype_derive v0.1.6 |
1803 | 2024-03-13T03:18:10.134Z | Compiling usdt-macro v0.5.0 |
1804 | 2024-03-13T03:18:10.173Z | Compiling usdt-attr-macro v0.5.0 |
1805 | 2024-03-13T03:18:10.206Z | Compiling heck v0.3.3 |
1806 | 2024-03-13T03:18:10.476Z | Compiling textwrap v0.11.0 |
1807 | 2024-03-13T03:18:10.507Z | Compiling password-hash v0.5.0 |
1808 | 2024-03-13T03:18:10.622Z | Compiling blake2 v0.10.6 |
1809 | 2024-03-13T03:18:10.993Z | Compiling memmap v0.7.0 |
1810 | 2024-03-13T03:18:11.353Z | Compiling linked-hash-map v0.5.6 |
1811 | 2024-03-13T03:18:11.582Z | Compiling ansi_term v0.12.1 |
1812 | 2024-03-13T03:18:11.621Z | Compiling parking_lot_core v0.8.6 |
1813 | 2024-03-13T03:18:11.685Z | Compiling vec_map v0.8.2 |
1814 | 2024-03-13T03:18:11.799Z | Compiling strsim v0.8.0 |
1815 | 2024-03-13T03:18:11.993Z | Compiling libefi-sys v0.1.0 |
1816 | 2024-03-13T03:18:12.064Z | Compiling quick-error v1.2.3 |
1817 | 2024-03-13T03:18:12.111Z | Compiling clap v2.34.0 |
1818 | 2024-03-13T03:18:12.138Z | Compiling usdt v0.5.0 |
1819 | 2024-03-13T03:18:12.225Z | Compiling resolv-conf v0.7.0 |
1820 | 2024-03-13T03:18:12.294Z | Compiling lru-cache v0.1.2 |
1821 | 2024-03-13T03:18:12.463Z | Compiling argon2 v0.5.3 |
1822 | 2024-03-13T03:18:12.501Z | Compiling structopt-derive v0.4.18 |
1823 | 2024-03-13T03:18:13.439Z | Compiling rfc6979 v0.4.0 |
1824 | 2024-03-13T03:18:13.460Z | Compiling aead v0.5.2 |
1825 | 2024-03-13T03:18:13.630Z | Compiling num-complex v0.4.4 |
1826 | 2024-03-13T03:18:13.812Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1827 | 2024-03-13T03:18:14.196Z | Compiling nibble_vec v0.1.0 |
1828 | 2024-03-13T03:18:14.427Z | Compiling slog-dtrace v0.3.0 |
1829 | 2024-03-13T03:18:14.715Z | Compiling keccak v0.1.4 |
1830 | 2024-03-13T03:18:14.739Z | Compiling cancel-safe-futures v0.1.5 |
1831 | 2024-03-13T03:18:15.089Z | Compiling arc-swap v1.6.0 |
1832 | 2024-03-13T03:18:15.109Z | Compiling winapi v0.3.9 |
1833 | 2024-03-13T03:18:15.694Z | Compiling utf-8 v0.7.6 |
1834 | 2024-03-13T03:18:15.694Z | Compiling endian-type v0.1.2 |
1835 | 2024-03-13T03:18:15.701Z | Compiling tungstenite v0.20.1 |
1836 | 2024-03-13T03:18:16.170Z | Compiling structopt v0.3.26 |
1837 | 2024-03-13T03:18:16.175Z | Compiling slog-scope v4.4.0 |
1838 | 2024-03-13T03:18:16.175Z | Compiling radix_trie v0.2.1 |
1839 | 2024-03-13T03:18:16.175Z | Compiling sha3 v0.10.8 |
1840 | 2024-03-13T03:18:16.308Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1841 | 2024-03-13T03:18:16.375Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1842 | 2024-03-13T03:18:16.567Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1843 | 2024-03-13T03:18:16.988Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1844 | 2024-03-13T03:18:17.478Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1845 | 2024-03-13T03:18:17.929Z | Compiling num v0.4.1 |
1846 | 2024-03-13T03:18:18.059Z | Compiling ecdsa v0.16.9 |
1847 | 2024-03-13T03:18:18.145Z | Compiling mime_guess v2.0.4 |
1848 | 2024-03-13T03:18:18.272Z | Compiling steno v0.4.0 |
1849 | 2024-03-13T03:18:18.353Z | Compiling rand_core v0.5.1 |
1850 | 2024-03-13T03:18:18.866Z | Compiling trust-dns-resolver v0.22.0 |
1851 | 2024-03-13T03:18:19.537Z | Compiling poly1305 v0.8.0 |
1852 | 2024-03-13T03:18:20.088Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1853 | 2024-03-13T03:18:20.180Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1854 | 2024-03-13T03:18:20.803Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1855 | 2024-03-13T03:18:21.118Z | Compiling primeorder v0.13.6 |
1856 | 2024-03-13T03:18:21.291Z | Compiling chacha20 v0.9.1 |
1857 | 2024-03-13T03:18:21.317Z | Compiling secrecy v0.8.0 |
1858 | 2024-03-13T03:18:21.362Z | Compiling thiserror-impl-no-std v2.0.2 |
1859 | 2024-03-13T03:18:21.590Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1860 | 2024-03-13T03:18:21.608Z | Compiling half v2.3.1 |
1861 | 2024-03-13T03:18:21.740Z | Compiling humantime v2.1.0 |
1862 | 2024-03-13T03:18:22.183Z | Compiling ciborium-io v0.2.2 |
1863 | 2024-03-13T03:18:22.253Z | Compiling convert_case v0.4.0 |
1864 | 2024-03-13T03:18:22.315Z | Compiling option-ext v0.2.0 |
1865 | 2024-03-13T03:18:22.367Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1866 | 2024-03-13T03:18:22.467Z | Compiling dirs-sys v0.4.1 |
1867 | 2024-03-13T03:18:22.522Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1868 | 2024-03-13T03:18:23.160Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1869 | 2024-03-13T03:18:23.595Z | Compiling ciborium-ll v0.2.2 |
1870 | 2024-03-13T03:18:23.599Z | Compiling derive_more v0.99.17 |
1871 | 2024-03-13T03:18:23.599Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1872 | 2024-03-13T03:18:23.834Z | Compiling parking_lot v0.11.2 |
1873 | 2024-03-13T03:18:24.090Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1874 | 2024-03-13T03:18:24.133Z | Compiling rand_chacha v0.2.2 |
1875 | 2024-03-13T03:18:24.714Z | Compiling thiserror-no-std v2.0.2 |
1876 | 2024-03-13T03:18:24.815Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1877 | 2024-03-13T03:18:24.870Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1878 | 2024-03-13T03:18:25.021Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1879 | 2024-03-13T03:18:25.729Z | Compiling tokio-tungstenite v0.20.1 |
1880 | 2024-03-13T03:18:25.729Z | Compiling trust-dns-client v0.22.0 |
1881 | 2024-03-13T03:18:25.891Z | Compiling slog-stdlog v4.1.1 |
1882 | 2024-03-13T03:18:26.420Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1883 | 2024-03-13T03:18:26.875Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1884 | 2024-03-13T03:18:28.769Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1885 | 2024-03-13T03:18:29.760Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1886 | 2024-03-13T03:18:32.376Z | Compiling ed25519 v2.2.2 |
1887 | 2024-03-13T03:18:32.562Z | Compiling polyval v0.6.1 |
1888 | 2024-03-13T03:18:32.855Z | Compiling ctr v0.9.2 |
1889 | 2024-03-13T03:18:33.021Z | Compiling aes v0.8.3 |
1890 | 2024-03-13T03:18:33.225Z | Compiling blowfish v0.9.1 |
1891 | 2024-03-13T03:18:33.297Z | Compiling password-hash v0.4.2 |
1892 | 2024-03-13T03:18:33.704Z | Compiling libsw v3.3.1 |
1893 | 2024-03-13T03:18:34.306Z | Compiling pbkdf2 v0.12.2 |
1894 | 2024-03-13T03:18:34.478Z | Compiling derive-where v1.2.7 |
1895 | 2024-03-13T03:18:35.561Z | Compiling gethostname v0.4.3 |
1896 | 2024-03-13T03:18:35.872Z | Compiling fxhash v0.2.1 |
1897 | 2024-03-13T03:18:36.071Z | Compiling linear-map v1.2.0 |
1898 | 2024-03-13T03:18:36.113Z | Compiling owo-colors v4.0.0 |
1899 | 2024-03-13T03:18:36.507Z | Compiling swrite v0.1.0 |
1900 | 2024-03-13T03:18:36.586Z | Compiling sled v0.34.7 |
1901 | 2024-03-13T03:18:38.246Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1902 | 2024-03-13T03:18:38.479Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1903 | 2024-03-13T03:18:39.839Z | Compiling trust-dns-server v0.22.1 |
1904 | 2024-03-13T03:18:40.927Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1905 | 2024-03-13T03:18:41.024Z | Compiling bcrypt-pbkdf v0.10.0 |
1906 | 2024-03-13T03:18:41.617Z | Compiling pbkdf2 v0.11.0 |
1907 | 2024-03-13T03:18:41.976Z | Compiling ghash v0.5.0 |
1908 | 2024-03-13T03:18:42.179Z | Compiling ed25519-dalek v2.0.0 |
1909 | 2024-03-13T03:18:42.292Z | Compiling slog-envlogger v2.2.0 |
1910 | 2024-03-13T03:18:43.128Z | Compiling russh-cryptovec v0.7.0 |
1911 | 2024-03-13T03:18:44.658Z | Compiling vsss-rs v3.3.4 |
1912 | 2024-03-13T03:18:44.659Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1913 | 2024-03-13T03:18:44.659Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1914 | 2024-03-13T03:18:44.674Z | Compiling rand v0.7.3 |
1915 | 2024-03-13T03:18:45.959Z | Compiling ciborium v0.2.2 |
1916 | 2024-03-13T03:18:46.392Z | Compiling dirs v5.0.1 |
1917 | 2024-03-13T03:18:46.598Z | Compiling chacha20poly1305 v0.10.1 |
1918 | 2024-03-13T03:18:46.655Z | Compiling p521 v0.13.3 |
1919 | 2024-03-13T03:18:46.825Z | Compiling p256 v0.13.2 |
1920 | 2024-03-13T03:18:47.023Z | Compiling cbc v0.1.2 |
1921 | 2024-03-13T03:18:47.228Z | Compiling pem v3.0.2 |
1922 | 2024-03-13T03:18:47.263Z | Compiling headers-core v0.2.0 |
1923 | 2024-03-13T03:18:47.420Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
1924 | 2024-03-13T03:18:47.440Z | Compiling kstat-rs v0.2.3 |
1925 | 2024-03-13T03:18:47.724Z | Compiling nanorand v0.7.0 |
1926 | 2024-03-13T03:18:47.931Z | Compiling http-range v0.1.5 |
1927 | 2024-03-13T03:18:48.030Z | Compiling md5 v0.7.0 |
1928 | 2024-03-13T03:18:48.130Z | Compiling glob v0.3.1 |
1929 | 2024-03-13T03:18:48.636Z | Compiling flume v0.11.0 |
1930 | 2024-03-13T03:18:48.636Z | Compiling russh-keys v0.42.0 |
1931 | 2024-03-13T03:18:48.636Z | Compiling hyper-staticfile v0.9.5 |
1932 | 2024-03-13T03:18:48.637Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1933 | 2024-03-13T03:18:49.022Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1934 | 2024-03-13T03:18:49.459Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
1935 | 2024-03-13T03:18:49.459Z | Compiling rcgen v0.12.1 |
1936 | 2024-03-13T03:18:49.460Z | Compiling headers v0.3.9 |
1937 | 2024-03-13T03:18:51.659Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1938 | 2024-03-13T03:18:51.673Z | Compiling aes-gcm v0.10.3 |
1939 | 2024-03-13T03:18:51.795Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1940 | 2024-03-13T03:18:51.984Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1941 | 2024-03-13T03:18:57.186Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1942 | 2024-03-13T03:19:02.311Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
1943 | 2024-03-13T03:19:02.811Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1944 | 2024-03-13T03:19:02.811Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb) |
1945 | 2024-03-13T03:19:02.977Z | Compiling atomicwrites v0.4.3 |
1946 | 2024-03-13T03:19:02.977Z | Compiling itertools v0.12.1 |
1947 | 2024-03-13T03:19:02.977Z | Compiling subprocess v0.2.9 |
1948 | 2024-03-13T03:19:02.978Z | Compiling dhcproto-macros v0.1.0 |
1949 | 2024-03-13T03:19:02.978Z | Compiling display-error-chain v0.2.0 |
1950 | 2024-03-13T03:19:03.062Z | Compiling hex-literal v0.4.1 |
1951 | 2024-03-13T03:19:03.185Z | Compiling russh v0.42.0 |
1952 | 2024-03-13T03:19:03.849Z | Compiling dhcproto v0.11.0 |
1953 | 2024-03-13T03:19:04.030Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1954 | 2024-03-13T03:19:04.759Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1955 | 2024-03-13T03:19:04.907Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1956 | 2024-03-13T03:19:06.668Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1957 | 2024-03-13T03:19:07.293Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1958 | 2024-03-13T03:19:07.786Z | Compiling internet-checksum v0.2.1 |
1959 | 2024-03-13T03:19:27.865Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1960 | 2024-03-13T03:20:07.952Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 15s |
1961 | 2024-03-13T03:20:08.282Z | |
1962 | 2024-03-13T03:20:08.291Z | real 5:15.517698526 |
1963 | 2024-03-13T03:20:08.291Z | user 27:59.417383408 |
1964 | 2024-03-13T03:20:08.292Z | sys 5:52.019649936 |
1965 | 2024-03-13T03:20:08.292Z | trap 0.849418818 |
1966 | 2024-03-13T03:20:08.292Z | tflt 3.128424328 |
1967 | 2024-03-13T03:20:08.292Z | dflt 4.269149549 |
1968 | 2024-03-13T03:20:08.292Z | kflt 0.017846482 |
1969 | 2024-03-13T03:20:08.292Z | lock 52:06.093550447 |
1970 | 2024-03-13T03:20:08.292Z | slp 1:20:11.767162829 |
1971 | 2024-03-13T03:20:08.292Z | lat 1:41.558093716 |
1972 | 2024-03-13T03:20:08.293Z | stop 4:30.353171047 |
1973 | 2024-03-13T03:20:08.293Z | + mkdir -p /work |
1974 | 2024-03-13T03:20:08.293Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest |
1975 | 2024-03-13T03:20:09.053Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1976 | 2024-03-13T03:20:18.114Z | Finished dev [unoptimized + debuginfo] target(s) in 9.78s |
1977 | 2024-03-13T03:20:18.205Z | |
1978 | 2024-03-13T03:20:18.205Z | real 9.898385582 |
1979 | 2024-03-13T03:20:18.205Z | user 7.348811599 |
1980 | 2024-03-13T03:20:18.205Z | sys 3.455545847 |
1981 | 2024-03-13T03:20:18.205Z | trap 0.002321110 |
1982 | 2024-03-13T03:20:18.205Z | tflt 0.029478160 |
1983 | 2024-03-13T03:20:18.205Z | dflt 0.027192452 |
1984 | 2024-03-13T03:20:18.209Z | kflt 0.000000000 |
1985 | 2024-03-13T03:20:18.209Z | lock 27.314849741 |
1986 | 2024-03-13T03:20:18.209Z | slp 39.504781374 |
1987 | 2024-03-13T03:20:18.209Z | lat 0.045832146 |
1988 | 2024-03-13T03:20:18.209Z | stop 0.328564553 |
1989 | 2024-03-13T03:20:18.209Z | + cp target/debug/commtest /work/commtest |
1990 | 2024-03-13T03:20:18.640Z | + mkdir -p /work/end-to-end-tests |
1991 | 2024-03-13T03:20:18.648Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1992 | 2024-03-13T03:20:19.039Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1993 | 2024-03-13T03:20:19.039Z | + ptime -m gzip |
1994 | 2024-03-13T03:20:19.042Z | ++ basename target/debug/bootstrap |
1995 | 2024-03-13T03:20:31.493Z | |
1996 | 2024-03-13T03:20:31.496Z | real 12.449670385 |
1997 | 2024-03-13T03:20:31.496Z | user 12.352669603 |
1998 | 2024-03-13T03:20:31.496Z | sys 0.082089758 |
1999 | 2024-03-13T03:20:31.496Z | trap 0.003726077 |
2000 | 2024-03-13T03:20:31.496Z | tflt 0.000000000 |
2001 | 2024-03-13T03:20:31.497Z | dflt 0.000000000 |
2002 | 2024-03-13T03:20:31.497Z | kflt 0.000000000 |
2003 | 2024-03-13T03:20:31.497Z | lock 0.000000000 |
2004 | 2024-03-13T03:20:31.497Z | slp 0.000000000 |
2005 | 2024-03-13T03:20:31.497Z | lat 0.010769862 |
2006 | 2024-03-13T03:20:31.497Z | stop 0.000192585 |
2007 | 2024-03-13T03:20:31.497Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2008 | 2024-03-13T03:20:31.497Z | + ptime -m gzip |
2009 | 2024-03-13T03:20:31.497Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-ef47fb3f0eb26d6a |
2010 | 2024-03-13T03:20:32.674Z | |
2011 | 2024-03-13T03:20:32.677Z | real 1.175677939 |
2012 | 2024-03-13T03:20:32.677Z | user 1.165786312 |
2013 | 2024-03-13T03:20:32.677Z | sys 0.009329545 |
2014 | 2024-03-13T03:20:32.678Z | trap 0.000078308 |
2015 | 2024-03-13T03:20:32.678Z | tflt 0.000000000 |
2016 | 2024-03-13T03:20:32.678Z | dflt 0.000000000 |
2017 | 2024-03-13T03:20:32.678Z | kflt 0.000000000 |
2018 | 2024-03-13T03:20:32.678Z | lock 0.000000000 |
2019 | 2024-03-13T03:20:32.678Z | slp 0.000000000 |
2020 | 2024-03-13T03:20:32.678Z | lat 0.000093601 |
2021 | 2024-03-13T03:20:32.678Z | stop 0.000171500 |
2022 | 2024-03-13T03:20:32.678Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2023 | 2024-03-13T03:20:32.678Z | + ptime -m gzip |
2024 | 2024-03-13T03:20:32.678Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ce54f5d7753d595c |
2025 | 2024-03-13T03:20:33.868Z | |
2026 | 2024-03-13T03:20:33.872Z | real 1.186792890 |
2027 | 2024-03-13T03:20:33.872Z | user 1.174888391 |
2028 | 2024-03-13T03:20:33.872Z | sys 0.010707567 |
2029 | 2024-03-13T03:20:33.872Z | trap 0.000340909 |
2030 | 2024-03-13T03:20:33.872Z | tflt 0.000000000 |
2031 | 2024-03-13T03:20:33.872Z | dflt 0.000000000 |
2032 | 2024-03-13T03:20:33.872Z | kflt 0.000000000 |
2033 | 2024-03-13T03:20:33.872Z | lock 0.000000000 |
2034 | 2024-03-13T03:20:33.872Z | slp 0.000000000 |
2035 | 2024-03-13T03:20:33.872Z | lat 0.000458598 |
2036 | 2024-03-13T03:20:33.872Z | stop 0.000169870 |
2037 | 2024-03-13T03:20:33.872Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2038 | 2024-03-13T03:20:33.872Z | + ptime -m gzip |
2039 | 2024-03-13T03:20:33.873Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a3be395245e6bd94 |
2040 | 2024-03-13T03:20:35.078Z | |
2041 | 2024-03-13T03:20:35.078Z | real 1.205393181 |
2042 | 2024-03-13T03:20:35.078Z | user 1.195643826 |
2043 | 2024-03-13T03:20:35.078Z | sys 0.009152587 |
2044 | 2024-03-13T03:20:35.078Z | trap 0.000115094 |
2045 | 2024-03-13T03:20:35.078Z | tflt 0.000000000 |
2046 | 2024-03-13T03:20:35.078Z | dflt 0.000000000 |
2047 | 2024-03-13T03:20:35.078Z | kflt 0.000000000 |
2048 | 2024-03-13T03:20:35.081Z | lock 0.000000000 |
2049 | 2024-03-13T03:20:35.081Z | slp 0.000000000 |
2050 | 2024-03-13T03:20:35.081Z | lat 0.000095972 |
2051 | 2024-03-13T03:20:35.082Z | stop 0.000167498 |
2052 | 2024-03-13T03:20:35.082Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2053 | 2024-03-13T03:20:35.082Z | + ptime -m gzip |
2054 | 2024-03-13T03:20:35.082Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2f0c448a5875b5d7 |
2055 | 2024-03-13T03:20:47.989Z | |
2056 | 2024-03-13T03:20:47.989Z | real 12.906654486 |
2057 | 2024-03-13T03:20:47.989Z | user 12.820372473 |
2058 | 2024-03-13T03:20:47.989Z | sys 0.083201992 |
2059 | 2024-03-13T03:20:47.989Z | trap 0.001539781 |
2060 | 2024-03-13T03:20:47.989Z | tflt 0.000000000 |
2061 | 2024-03-13T03:20:47.992Z | dflt 0.000000000 |
2062 | 2024-03-13T03:20:47.992Z | kflt 0.000000000 |
2063 | 2024-03-13T03:20:47.992Z | lock 0.000000000 |
2064 | 2024-03-13T03:20:47.992Z | slp 0.000000000 |
2065 | 2024-03-13T03:20:47.992Z | lat 0.001149761 |
2066 | 2024-03-13T03:20:47.993Z | stop 0.000169779 |
2067 | 2024-03-13T03:20:47.993Z | + banner caboose-util |
2068 | 2024-03-13T03:20:47.993Z | |
2069 | 2024-03-13T03:20:47.993Z | #### ## ##### #### #### #### ###### # # ##### |
2070 | 2024-03-13T03:20:47.993Z | # # # # # # # # # # # # # # # |
2071 | 2024-03-13T03:20:47.993Z | # # # ##### # # # # #### ##### ##### # # # |
2072 | 2024-03-13T03:20:47.993Z | # ###### # # # # # # # # # # # |
2073 | 2024-03-13T03:20:47.993Z | # # # # # # # # # # # # # # # # |
2074 | 2024-03-13T03:20:47.993Z | #### # # ##### #### #### #### ###### #### # |
2075 | 2024-03-13T03:20:47.993Z | |
2076 | 2024-03-13T03:20:47.993Z | + ptime -m cargo build --locked -p caboose-util --release |
2077 | 2024-03-13T03:20:48.452Z | Downloading crates ... |
2078 | 2024-03-13T03:20:48.614Z | Downloaded array-init v0.0.4 |
2079 | 2024-03-13T03:20:48.620Z | Downloaded path-slash v0.1.5 |
2080 | 2024-03-13T03:20:48.623Z | Downloaded nodrop v0.1.14 |
2081 | 2024-03-13T03:20:48.630Z | Downloaded crc-catalog v2.2.0 |
2082 | 2024-03-13T03:20:49.039Z | Downloaded bitfield v0.14.0 |
2083 | 2024-03-13T03:20:49.039Z | Downloaded tap v1.0.1 |
2084 | 2024-03-13T03:20:49.039Z | Downloaded funty v2.0.0 |
2085 | 2024-03-13T03:20:49.039Z | Downloaded wyz v0.5.1 |
2086 | 2024-03-13T03:20:49.055Z | Downloaded radium v0.7.0 |
2087 | 2024-03-13T03:20:49.055Z | Downloaded termcolor v1.2.0 |
2088 | 2024-03-13T03:20:49.055Z | Downloaded crc v3.0.1 |
2089 | 2024-03-13T03:20:49.055Z | Downloaded packed_struct_codegen v0.10.1 |
2090 | 2024-03-13T03:20:49.055Z | Downloaded serde-hex v0.1.0 |
2091 | 2024-03-13T03:20:49.055Z | Downloaded maybe-uninit v2.0.0 |
2092 | 2024-03-13T03:20:49.055Z | Downloaded env_logger v0.10.0 |
2093 | 2024-03-13T03:20:49.056Z | Downloaded pkcs1 v0.7.5 |
2094 | 2024-03-13T03:20:49.056Z | Downloaded packed_struct v0.10.1 |
2095 | 2024-03-13T03:20:49.056Z | Downloaded is-terminal v0.4.9 |
2096 | 2024-03-13T03:20:49.056Z | Downloaded smallvec v0.6.14 |
2097 | 2024-03-13T03:20:49.056Z | Downloaded crc-any v2.4.3 |
2098 | 2024-03-13T03:20:49.056Z | Downloaded ron v0.8.1 |
2099 | 2024-03-13T03:20:49.056Z | Downloaded rsa v0.9.2 |
2100 | 2024-03-13T03:20:49.056Z | Downloaded hashbrown v0.13.2 |
2101 | 2024-03-13T03:20:49.056Z | Downloaded x509-cert v0.2.4 |
2102 | 2024-03-13T03:20:49.056Z | Downloaded num-bigint-dig v0.8.4 |
2103 | 2024-03-13T03:20:49.056Z | Downloaded object v0.30.4 |
2104 | 2024-03-13T03:20:49.056Z | Downloaded bitvec v1.0.1 |
2105 | 2024-03-13T03:20:49.056Z | Compiling proc-macro2 v1.0.78 |
2106 | 2024-03-13T03:20:49.056Z | Compiling unicode-ident v1.0.12 |
2107 | 2024-03-13T03:20:49.056Z | Compiling libc v0.2.153 |
2108 | 2024-03-13T03:20:49.056Z | Compiling serde v1.0.197 |
2109 | 2024-03-13T03:20:49.056Z | Compiling autocfg v1.1.0 |
2110 | 2024-03-13T03:20:49.057Z | Compiling version_check v0.9.4 |
2111 | 2024-03-13T03:20:49.057Z | Compiling cfg-if v1.0.0 |
2112 | 2024-03-13T03:20:49.057Z | Compiling typenum v1.16.0 |
2113 | 2024-03-13T03:20:49.057Z | Compiling once_cell v1.19.0 |
2114 | 2024-03-13T03:20:49.057Z | Compiling parking_lot_core v0.9.8 |
2115 | 2024-03-13T03:20:49.357Z | Compiling memchr v2.7.1 |
2116 | 2024-03-13T03:20:49.389Z | Compiling syn v1.0.109 |
2117 | 2024-03-13T03:20:49.419Z | Compiling byteorder v1.5.0 |
2118 | 2024-03-13T03:20:49.547Z | Compiling lock_api v0.4.10 |
2119 | 2024-03-13T03:20:49.815Z | Compiling generic-array v0.14.7 |
2120 | 2024-03-13T03:20:49.860Z | Compiling libm v0.2.7 |
2121 | 2024-03-13T03:20:49.954Z | Compiling num-traits v0.2.18 |
2122 | 2024-03-13T03:20:50.080Z | Compiling ahash v0.8.8 |
2123 | 2024-03-13T03:20:50.163Z | Compiling quote v1.0.35 |
2124 | 2024-03-13T03:20:50.660Z | Compiling serde_json v1.0.114 |
2125 | 2024-03-13T03:20:50.664Z | Compiling thiserror v1.0.57 |
2126 | 2024-03-13T03:20:50.664Z | Compiling syn v2.0.51 |
2127 | 2024-03-13T03:20:50.745Z | Compiling cc v1.0.83 |
2128 | 2024-03-13T03:20:50.766Z | Compiling getrandom v0.2.12 |
2129 | 2024-03-13T03:20:50.887Z | Compiling pkg-config v0.3.27 |
2130 | 2024-03-13T03:20:51.315Z | Compiling scopeguard v1.2.0 |
2131 | 2024-03-13T03:20:51.388Z | Compiling itoa v1.0.9 |
2132 | 2024-03-13T03:20:51.588Z | Compiling log v0.4.20 |
2133 | 2024-03-13T03:20:51.727Z | Compiling slab v0.4.9 |
2134 | 2024-03-13T03:20:52.039Z | Compiling rand_core v0.6.4 |
2135 | 2024-03-13T03:20:52.129Z | Compiling smallvec v1.13.1 |
2136 | 2024-03-13T03:20:52.637Z | Compiling vcpkg v0.2.15 |
2137 | 2024-03-13T03:20:53.307Z | Compiling pin-project-lite v0.2.13 |
2138 | 2024-03-13T03:20:53.434Z | Compiling const-oid v0.9.6 |
2139 | 2024-03-13T03:20:53.519Z | Compiling parking_lot v0.12.1 |
2140 | 2024-03-13T03:20:53.696Z | Compiling ryu v1.0.15 |
2141 | 2024-03-13T03:20:54.375Z | Compiling ring v0.17.8 |
2142 | 2024-03-13T03:20:54.431Z | Compiling ucd-trie v0.1.6 |
2143 | 2024-03-13T03:20:54.449Z | Compiling openssl-sys v0.9.96 |
2144 | 2024-03-13T03:20:54.946Z | Compiling signal-hook-registry v1.4.1 |
2145 | 2024-03-13T03:20:55.422Z | Compiling subtle v2.5.0 |
2146 | 2024-03-13T03:20:55.599Z | Compiling rustix v0.38.31 |
2147 | 2024-03-13T03:20:55.716Z | Compiling ring v0.16.20 |
2148 | 2024-03-13T03:20:55.724Z | Compiling mio v0.8.11 |
2149 | 2024-03-13T03:20:56.291Z | Compiling futures-core v0.3.30 |
2150 | 2024-03-13T03:20:56.529Z | Compiling tinyvec_macros v0.1.1 |
2151 | 2024-03-13T03:20:56.617Z | Compiling semver v1.0.22 |
2152 | 2024-03-13T03:20:56.699Z | Compiling tinyvec v1.6.0 |
2153 | 2024-03-13T03:20:57.469Z | Compiling spin v0.5.2 |
2154 | 2024-03-13T03:20:58.264Z | Compiling unicode-normalization v0.1.22 |
2155 | 2024-03-13T03:20:58.573Z | Compiling num_cpus v1.16.0 |
2156 | 2024-03-13T03:20:58.662Z | Compiling socket2 v0.5.5 |
2157 | 2024-03-13T03:20:58.693Z | Compiling futures-sink v0.3.30 |
2158 | 2024-03-13T03:20:58.849Z | Compiling heck v0.4.1 |
2159 | 2024-03-13T03:20:59.264Z | Compiling unicode-bidi v0.3.15 |
2160 | 2024-03-13T03:20:59.278Z | Compiling httparse v1.8.0 |
2161 | 2024-03-13T03:20:59.493Z | Compiling allocator-api2 v0.2.16 |
2162 | 2024-03-13T03:20:59.658Z | Compiling openssl v0.10.60 |
2163 | 2024-03-13T03:21:00.127Z | Compiling unicode-xid v0.2.4 |
2164 | 2024-03-13T03:21:00.277Z | Compiling synstructure v0.12.6 |
2165 | 2024-03-13T03:21:00.426Z | Compiling num-conv v0.1.0 |
2166 | 2024-03-13T03:21:00.550Z | Compiling time-core v0.1.2 |
2167 | 2024-03-13T03:21:00.569Z | Compiling equivalent v1.0.1 |
2168 | 2024-03-13T03:21:00.715Z | Compiling time-macros v0.2.17 |
2169 | 2024-03-13T03:21:00.744Z | Compiling futures-channel v0.3.30 |
2170 | 2024-03-13T03:21:01.326Z | Compiling crc32fast v1.3.2 |
2171 | 2024-03-13T03:21:01.497Z | Compiling native-tls v0.2.11 |
2172 | 2024-03-13T03:21:01.739Z | Compiling futures-task v0.3.30 |
2173 | 2024-03-13T03:21:01.848Z | Compiling rustls v0.21.9 |
2174 | 2024-03-13T03:21:01.883Z | Compiling futures-io v0.3.30 |
2175 | 2024-03-13T03:21:02.036Z | Compiling ppv-lite86 v0.2.17 |
2176 | 2024-03-13T03:21:02.108Z | Compiling pin-utils v0.1.0 |
2177 | 2024-03-13T03:21:02.322Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2178 | 2024-03-13T03:21:02.842Z | Compiling rand_chacha v0.3.1 |
2179 | 2024-03-13T03:21:02.853Z | Compiling spin v0.9.8 |
2180 | 2024-03-13T03:21:02.865Z | Compiling tracing-core v0.1.32 |
2181 | 2024-03-13T03:21:03.137Z | Compiling base64ct v1.6.0 |
2182 | 2024-03-13T03:21:03.221Z | Compiling rand v0.8.5 |
2183 | 2024-03-13T03:21:03.723Z | Compiling pem-rfc7468 v0.7.0 |
2184 | 2024-03-13T03:21:03.924Z | Compiling serde_derive v1.0.197 |
2185 | 2024-03-13T03:21:04.065Z | Compiling zeroize_derive v1.4.2 |
2186 | 2024-03-13T03:21:04.173Z | Compiling zerocopy-derive v0.7.32 |
2187 | 2024-03-13T03:21:04.202Z | Compiling thiserror-impl v1.0.57 |
2188 | 2024-03-13T03:21:04.561Z | Compiling tokio-macros v2.2.0 |
2189 | 2024-03-13T03:21:05.145Z | Compiling futures-macro v0.3.30 |
2190 | 2024-03-13T03:21:05.202Z | Compiling tracing-attributes v0.1.27 |
2191 | 2024-03-13T03:21:05.363Z | Compiling der_derive v0.7.2 |
2192 | 2024-03-13T03:21:05.499Z | Compiling zeroize v1.7.0 |
2193 | 2024-03-13T03:21:06.233Z | Compiling zerocopy v0.7.32 |
2194 | 2024-03-13T03:21:07.128Z | Compiling pest v2.7.6 |
2195 | 2024-03-13T03:21:07.505Z | Compiling crypto-common v0.1.6 |
2196 | 2024-03-13T03:21:07.590Z | Compiling block-buffer v0.10.4 |
2197 | 2024-03-13T03:21:07.714Z | Compiling zerocopy-derive v0.2.0 |
2198 | 2024-03-13T03:21:07.894Z | Compiling digest v0.10.7 |
2199 | 2024-03-13T03:21:07.965Z | Compiling openssl-macros v0.1.1 |
2200 | 2024-03-13T03:21:08.618Z | Compiling hashbrown v0.14.3 |
2201 | 2024-03-13T03:21:08.627Z | Compiling futures-util v0.3.30 |
2202 | 2024-03-13T03:21:08.697Z | Compiling tracing v0.1.40 |
2203 | 2024-03-13T03:21:09.201Z | Compiling zerocopy-derive v0.6.4 |
2204 | 2024-03-13T03:21:09.262Z | Compiling scroll_derive v0.12.0 |
2205 | 2024-03-13T03:21:09.454Z | Compiling pest_meta v2.7.6 |
2206 | 2024-03-13T03:21:10.317Z | Compiling cookie v0.17.0 |
2207 | 2024-03-13T03:21:10.320Z | Compiling usdt-impl v0.3.5 |
2208 | 2024-03-13T03:21:10.586Z | Compiling signal-hook v0.3.17 |
2209 | 2024-03-13T03:21:10.634Z | Compiling flagset v0.4.3 |
2210 | 2024-03-13T03:21:10.842Z | Compiling pest_generator v2.7.6 |
2211 | 2024-03-13T03:21:10.877Z | Compiling schemars v0.8.16 |
2212 | 2024-03-13T03:21:10.987Z | Compiling percent-encoding v2.3.1 |
2213 | 2024-03-13T03:21:11.213Z | Compiling der v0.7.8 |
2214 | 2024-03-13T03:21:11.299Z | Compiling serde_derive_internals v0.26.0 |
2215 | 2024-03-13T03:21:13.587Z | Compiling pest_derive v2.7.6 |
2216 | 2024-03-13T03:21:14.308Z | Compiling errno v0.3.8 |
2217 | 2024-03-13T03:21:14.556Z | Compiling fnv v1.0.7 |
2218 | 2024-03-13T03:21:14.688Z | Compiling schemars_derive v0.8.16 |
2219 | 2024-03-13T03:21:14.718Z | Compiling spki v0.7.2 |
2220 | 2024-03-13T03:21:16.600Z | Compiling zerocopy v0.3.0 |
2221 | 2024-03-13T03:21:16.754Z | Compiling lazy_static v1.4.0 |
2222 | 2024-03-13T03:21:17.718Z | Compiling bytes v1.5.0 |
2223 | 2024-03-13T03:21:17.804Z | Compiling bitflags v2.4.2 |
2224 | 2024-03-13T03:21:18.802Z | Compiling tokio v1.36.0 |
2225 | 2024-03-13T03:21:18.932Z | Compiling indexmap v2.2.5 |
2226 | 2024-03-13T03:21:19.572Z | Compiling rustc_version v0.4.0 |
2227 | 2024-03-13T03:21:20.200Z | Compiling heapless v0.7.16 |
2228 | 2024-03-13T03:21:20.427Z | Compiling http v0.2.12 |
2229 | 2024-03-13T03:21:20.692Z | Compiling uuid v1.7.0 |
2230 | 2024-03-13T03:21:21.516Z | Compiling backtrace v0.3.69 |
2231 | 2024-03-13T03:21:21.718Z | Compiling thread-id v4.2.0 |
2232 | 2024-03-13T03:21:21.832Z | Compiling num-bigint v0.4.4 |
2233 | 2024-03-13T03:21:21.897Z | Compiling untrusted v0.7.1 |
2234 | 2024-03-13T03:21:22.084Z | Compiling iana-time-zone v0.1.57 |
2235 | 2024-03-13T03:21:22.434Z | Compiling smoltcp v0.9.1 |
2236 | 2024-03-13T03:21:22.701Z | Compiling base64 v0.21.7 |
2237 | 2024-03-13T03:21:22.850Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2238 | 2024-03-13T03:21:23.044Z | Compiling foreign-types-shared v0.1.1 |
2239 | 2024-03-13T03:21:23.157Z | Compiling async-trait v0.1.77 |
2240 | 2024-03-13T03:21:23.601Z | Compiling untrusted v0.9.0 |
2241 | 2024-03-13T03:21:23.758Z | Compiling powerfmt v0.2.0 |
2242 | 2024-03-13T03:21:23.867Z | Compiling crossbeam-utils v0.8.19 |
2243 | 2024-03-13T03:21:24.098Z | Compiling deranged v0.3.11 |
2244 | 2024-03-13T03:21:24.438Z | Compiling foreign-types v0.3.2 |
2245 | 2024-03-13T03:21:25.173Z | Compiling chrono v0.4.34 |
2246 | 2024-03-13T03:21:25.688Z | Compiling dof v0.1.5 |
2247 | 2024-03-13T03:21:26.261Z | Compiling dtrace-parser v0.1.14 |
2248 | 2024-03-13T03:21:26.437Z | Compiling form_urlencoded v1.2.1 |
2249 | 2024-03-13T03:21:26.894Z | Compiling tokio-util v0.7.10 |
2250 | 2024-03-13T03:21:27.617Z | Compiling hmac v0.12.1 |
2251 | 2024-03-13T03:21:27.833Z | Compiling clap_derive v4.5.0 |
2252 | 2024-03-13T03:21:27.884Z | Compiling num-integer v0.1.46 |
2253 | 2024-03-13T03:21:28.500Z | Compiling anstyle v1.0.2 |
2254 | 2024-03-13T03:21:28.772Z | Compiling utf8parse v0.2.1 |
2255 | 2024-03-13T03:21:28.843Z | Compiling try-lock v0.2.4 |
2256 | 2024-03-13T03:21:28.986Z | Compiling rustversion v1.0.14 |
2257 | 2024-03-13T03:21:29.043Z | Compiling num_threads v0.1.6 |
2258 | 2024-03-13T03:21:29.055Z | Compiling adler v1.0.2 |
2259 | 2024-03-13T03:21:29.064Z | Compiling siphasher v0.3.11 |
2260 | 2024-03-13T03:21:29.166Z | Compiling cpufeatures v0.2.12 |
2261 | 2024-03-13T03:21:29.267Z | Compiling sha2 v0.10.8 |
2262 | 2024-03-13T03:21:29.449Z | Compiling miniz_oxide v0.7.1 |
2263 | 2024-03-13T03:21:29.612Z | Compiling time v0.3.34 |
2264 | 2024-03-13T03:21:32.501Z | Compiling want v0.3.1 |
2265 | 2024-03-13T03:21:32.657Z | Compiling anstyle-parse v0.2.1 |
2266 | 2024-03-13T03:21:32.772Z | Compiling h2 v0.3.24 |
2267 | 2024-03-13T03:21:33.439Z | Compiling sct v0.7.0 |
2268 | 2024-03-13T03:21:34.451Z | Compiling rustls-webpki v0.101.7 |
2269 | 2024-03-13T03:21:35.239Z | Compiling http-body v0.4.5 |
2270 | 2024-03-13T03:21:35.640Z | Compiling serde_tokenstream v0.1.7 |
2271 | 2024-03-13T03:21:35.836Z | Compiling pkcs8 v0.10.2 |
2272 | 2024-03-13T03:21:36.162Z | Compiling hubpack_derive v0.1.1 |
2273 | 2024-03-13T03:21:36.289Z | Compiling idna v0.5.0 |
2274 | 2024-03-13T03:21:37.261Z | Compiling aho-corasick v1.1.2 |
2275 | 2024-03-13T03:21:37.336Z | Compiling usdt-impl v0.5.0 |
2276 | 2024-03-13T03:21:37.660Z | Compiling colorchoice v1.0.0 |
2277 | 2024-03-13T03:21:37.702Z | Compiling anstyle-query v1.0.0 |
2278 | 2024-03-13T03:21:37.842Z | Compiling anyhow v1.0.79 |
2279 | 2024-03-13T03:21:38.109Z | Compiling slog v2.7.0 |
2280 | 2024-03-13T03:21:38.499Z | Compiling openssl-probe v0.1.5 |
2281 | 2024-03-13T03:21:38.964Z | Compiling httpdate v1.0.3 |
2282 | 2024-03-13T03:21:39.384Z | Compiling tower-service v0.3.2 |
2283 | 2024-03-13T03:21:39.433Z | Compiling radium v0.7.0 |
2284 | 2024-03-13T03:21:39.663Z | Compiling regex-syntax v0.8.2 |
2285 | 2024-03-13T03:21:39.898Z | Compiling hyper v0.14.28 |
2286 | 2024-03-13T03:21:43.699Z | Compiling regex-automata v0.4.5 |
2287 | 2024-03-13T03:21:47.101Z | Compiling anstream v0.6.11 |
2288 | 2024-03-13T03:21:48.115Z | Compiling url v2.5.0 |
2289 | 2024-03-13T03:21:49.860Z | Compiling terminal_size v0.3.0 |
2290 | 2024-03-13T03:21:50.516Z | Compiling serde_spanned v0.6.5 |
2291 | 2024-03-13T03:21:50.647Z | Compiling toml_datetime v0.6.5 |
2292 | 2024-03-13T03:21:50.774Z | Compiling zerocopy v0.6.4 |
2293 | 2024-03-13T03:21:50.936Z | Compiling scroll v0.12.0 |
2294 | 2024-03-13T03:21:51.155Z | Compiling md-5 v0.10.5 |
2295 | 2024-03-13T03:21:51.536Z | Compiling idna v0.3.0 |
2296 | 2024-03-13T03:21:51.612Z | Compiling stringprep v0.1.3 |
2297 | 2024-03-13T03:21:51.670Z | Compiling diesel_table_macro_syntax v0.1.0 |
2298 | 2024-03-13T03:21:51.950Z | Compiling hash32 v0.2.1 |
2299 | 2024-03-13T03:21:52.078Z | Compiling dyn-clone v1.0.17 |
2300 | 2024-03-13T03:21:52.204Z | Compiling maybe-uninit v2.0.0 |
2301 | 2024-03-13T03:21:52.209Z | Compiling stable_deref_trait v1.2.0 |
2302 | 2024-03-13T03:21:52.312Z | Compiling fallible-iterator v0.2.0 |
2303 | 2024-03-13T03:21:52.413Z | Compiling strsim v0.11.0 |
2304 | 2024-03-13T03:21:52.540Z | Compiling plain v0.2.3 |
2305 | 2024-03-13T03:21:52.687Z | Compiling clap_lex v0.7.0 |
2306 | 2024-03-13T03:21:52.782Z | Compiling psl-types v2.0.11 |
2307 | 2024-03-13T03:21:52.926Z | Compiling tap v1.0.1 |
2308 | 2024-03-13T03:21:52.976Z | Compiling gimli v0.28.0 |
2309 | 2024-03-13T03:21:53.014Z | Compiling postgres-protocol v0.6.6 |
2310 | 2024-03-13T03:21:53.026Z | Compiling publicsuffix v2.2.3 |
2311 | 2024-03-13T03:21:53.101Z | Compiling tokio-rustls v0.24.1 |
2312 | 2024-03-13T03:21:53.148Z | Compiling wyz v0.5.1 |
2313 | 2024-03-13T03:21:53.276Z | Compiling clap_builder v4.5.1 |
2314 | 2024-03-13T03:21:53.507Z | Compiling goblin v0.8.0 |
2315 | 2024-03-13T03:21:54.706Z | Compiling diesel_derives v2.1.2 |
2316 | 2024-03-13T03:21:57.383Z | Compiling addr2line v0.21.0 |
2317 | 2024-03-13T03:21:57.707Z | Compiling strum_macros v0.25.2 |
2318 | 2024-03-13T03:21:59.886Z | Compiling tokio-native-tls v0.3.1 |
2319 | 2024-03-13T03:22:00.736Z | Compiling usdt-attr-macro v0.3.5 |
2320 | 2024-03-13T03:22:01.408Z | Compiling usdt-macro v0.3.5 |
2321 | 2024-03-13T03:22:02.855Z | Compiling phf_shared v0.11.2 |
2322 | 2024-03-13T03:22:03.052Z | Compiling num-iter v0.1.44 |
2323 | 2024-03-13T03:22:03.694Z | Compiling block-padding v0.3.3 |
2324 | 2024-03-13T03:22:03.719Z | Compiling enum-as-inner v0.5.1 |
2325 | 2024-03-13T03:22:03.923Z | Compiling serde_repr v0.1.16 |
2326 | 2024-03-13T03:22:04.957Z | Compiling ff v0.13.0 |
2327 | 2024-03-13T03:22:05.190Z | Compiling scheduled-thread-pool v0.2.7 |
2328 | 2024-03-13T03:22:07.574Z | Compiling object v0.32.1 |
2329 | 2024-03-13T03:22:09.109Z | Compiling managed v0.8.0 |
2330 | 2024-03-13T03:22:09.566Z | Compiling packed_struct v0.10.1 |
2331 | 2024-03-13T03:22:09.960Z | Compiling bit-vec v0.6.3 |
2332 | 2024-03-13T03:22:10.397Z | Compiling base16ct v0.2.0 |
2333 | 2024-03-13T03:22:10.805Z | Compiling bitflags v1.3.2 |
2334 | 2024-03-13T03:22:11.423Z | Compiling funty v2.0.0 |
2335 | 2024-03-13T03:22:11.560Z | Compiling regex-automata v0.1.10 |
2336 | 2024-03-13T03:22:12.056Z | Compiling matches v0.1.10 |
2337 | 2024-03-13T03:22:12.148Z | Compiling pretty-hex v0.4.1 |
2338 | 2024-03-13T03:22:12.366Z | Compiling winnow v0.5.15 |
2339 | 2024-03-13T03:22:14.024Z | Compiling num-bigint-dig v0.8.4 |
2340 | 2024-03-13T03:22:14.313Z | Compiling ipnet v2.9.0 |
2341 | 2024-03-13T03:22:14.794Z | Compiling rustc-demangle v0.1.23 |
2342 | 2024-03-13T03:22:15.712Z | Compiling bitvec v1.0.1 |
2343 | 2024-03-13T03:22:16.186Z | Compiling toml_edit v0.19.15 |
2344 | 2024-03-13T03:22:18.364Z | Compiling dof v0.3.0 |
2345 | 2024-03-13T03:22:20.048Z | Compiling idna v0.2.3 |
2346 | 2024-03-13T03:22:20.319Z | Compiling bstr v0.2.17 |
2347 | 2024-03-13T03:22:22.616Z | Compiling sec1 v0.7.3 |
2348 | 2024-03-13T03:22:22.960Z | Compiling r2d2 v0.8.10 |
2349 | 2024-03-13T03:22:23.187Z | Compiling group v0.13.0 |
2350 | 2024-03-13T03:22:23.322Z | Compiling inout v0.1.3 |
2351 | 2024-03-13T03:22:24.039Z | Compiling phf v0.11.2 |
2352 | 2024-03-13T03:22:24.343Z | Compiling hyper-tls v0.5.0 |
2353 | 2024-03-13T03:22:24.715Z | Compiling signal-hook-mio v0.2.3 |
2354 | 2024-03-13T03:22:24.728Z | Compiling cookie_store v0.20.0 |
2355 | 2024-03-13T03:22:24.879Z | Compiling clap v4.5.1 |
2356 | 2024-03-13T03:22:24.908Z | Compiling flate2 v1.0.28 |
2357 | 2024-03-13T03:22:25.010Z | Compiling ipnetwork v0.20.0 |
2358 | 2024-03-13T03:22:25.786Z | Compiling bzip2 v0.4.4 |
2359 | 2024-03-13T03:22:25.839Z | Compiling postgres-types v0.2.6 |
2360 | 2024-03-13T03:22:26.159Z | Compiling hyper-rustls v0.24.2 |
2361 | 2024-03-13T03:22:26.170Z | Compiling regex v1.10.3 |
2362 | 2024-03-13T03:22:26.910Z | Compiling hubpack v0.1.2 |
2363 | 2024-03-13T03:22:27.066Z | Compiling rustls-pemfile v1.0.3 |
2364 | 2024-03-13T03:22:27.168Z | Compiling phf_shared v0.10.0 |
2365 | 2024-03-13T03:22:27.223Z | Compiling hkdf v0.12.4 |
2366 | 2024-03-13T03:22:27.355Z | Compiling serde_urlencoded v0.7.1 |
2367 | 2024-03-13T03:22:27.452Z | Compiling dtrace-parser v0.2.0 |
2368 | 2024-03-13T03:22:27.463Z | Compiling futures-executor v0.3.30 |
2369 | 2024-03-13T03:22:28.528Z | Compiling crypto-bigint v0.5.2 |
2370 | 2024-03-13T03:22:28.677Z | Compiling packed_struct_codegen v0.10.1 |
2371 | 2024-03-13T03:22:29.285Z | Compiling float-cmp v0.9.0 |
2372 | 2024-03-13T03:22:30.088Z | Compiling indexmap v1.9.3 |
2373 | 2024-03-13T03:22:30.382Z | Compiling encoding_rs v0.8.33 |
2374 | 2024-03-13T03:22:30.730Z | Compiling static_assertions v1.1.0 |
2375 | 2024-03-13T03:22:31.014Z | Compiling whoami v1.5.0 |
2376 | 2024-03-13T03:22:31.609Z | Compiling mime v0.3.17 |
2377 | 2024-03-13T03:22:32.148Z | Compiling fixedbitset v0.4.2 |
2378 | 2024-03-13T03:22:32.536Z | Compiling new_debug_unreachable v1.0.4 |
2379 | 2024-03-13T03:22:32.539Z | Compiling minimal-lexical v0.2.1 |
2380 | 2024-03-13T03:22:32.644Z | Compiling webpki-roots v0.25.2 |
2381 | 2024-03-13T03:22:32.791Z | Compiling normalize-line-endings v0.3.0 |
2382 | 2024-03-13T03:22:32.929Z | Compiling sync_wrapper v0.1.2 |
2383 | 2024-03-13T03:22:33.076Z | Compiling precomputed-hash v0.1.1 |
2384 | 2024-03-13T03:22:33.080Z | Compiling winnow v0.6.1 |
2385 | 2024-03-13T03:22:33.294Z | Compiling unicode-width v0.1.11 |
2386 | 2024-03-13T03:22:33.894Z | Compiling predicates-core v1.0.6 |
2387 | 2024-03-13T03:22:34.063Z | Compiling unicode-segmentation v1.10.1 |
2388 | 2024-03-13T03:22:34.209Z | Compiling crc-catalog v2.2.0 |
2389 | 2024-03-13T03:22:34.354Z | Compiling data-encoding v2.4.0 |
2390 | 2024-03-13T03:22:34.882Z | Compiling nodrop v0.1.14 |
2391 | 2024-03-13T03:22:35.012Z | Compiling difflib v0.4.0 |
2392 | 2024-03-13T03:22:35.518Z | Compiling either v1.10.0 |
2393 | 2024-03-13T03:22:35.952Z | Compiling itertools v0.10.5 |
2394 | 2024-03-13T03:22:36.189Z | Compiling predicates v3.1.0 |
2395 | 2024-03-13T03:22:36.356Z | Compiling array-init v0.0.4 |
2396 | 2024-03-13T03:22:36.880Z | Compiling toml_edit v0.22.6 |
2397 | 2024-03-13T03:22:38.557Z | Compiling trust-dns-proto v0.22.0 |
2398 | 2024-03-13T03:22:38.901Z | Compiling similar v2.4.0 |
2399 | 2024-03-13T03:22:39.611Z | Compiling crc v3.0.1 |
2400 | 2024-03-13T03:22:41.318Z | Compiling console v0.15.8 |
2401 | 2024-03-13T03:22:42.598Z | Compiling string_cache v0.8.7 |
2402 | 2024-03-13T03:22:43.021Z | Compiling reqwest v0.11.24 |
2403 | 2024-03-13T03:22:44.470Z | Compiling nom v7.1.3 |
2404 | 2024-03-13T03:22:51.602Z | Compiling petgraph v0.6.4 |
2405 | 2024-03-13T03:22:51.602Z | Compiling tokio-postgres v0.7.10 |
2406 | 2024-03-13T03:22:51.602Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2407 | 2024-03-13T03:22:51.602Z | Compiling elliptic-curve v0.13.8 |
2408 | 2024-03-13T03:22:55.792Z | Compiling futures v0.3.30 |
2409 | 2024-03-13T03:22:56.796Z | Compiling yasna v0.5.2 |
2410 | 2024-03-13T03:22:57.157Z | Compiling smallvec v0.6.14 |
2411 | 2024-03-13T03:22:57.193Z | Compiling zip v0.6.6 |
2412 | 2024-03-13T03:22:57.479Z | Compiling diesel v2.1.4 |
2413 | 2024-03-13T03:22:57.632Z | Compiling crossterm v0.27.0 |
2414 | 2024-03-13T03:22:58.442Z | Compiling crossbeam-epoch v0.9.18 |
2415 | 2024-03-13T03:22:58.469Z | Compiling cipher v0.4.4 |
2416 | 2024-03-13T03:22:59.381Z | Compiling toml v0.7.8 |
2417 | 2024-03-13T03:23:00.956Z | Compiling bit-set v0.5.3 |
2418 | 2024-03-13T03:23:01.084Z | Compiling usdt v0.3.5 |
2419 | 2024-03-13T03:23:02.055Z | Compiling bstr v1.9.0 |
2420 | 2024-03-13T03:23:02.552Z | Compiling pkcs1 v0.7.5 |
2421 | 2024-03-13T03:23:03.667Z | Compiling tokio-stream v0.1.14 |
2422 | 2024-03-13T03:23:04.679Z | Compiling is-terminal v0.4.9 |
2423 | 2024-03-13T03:23:05.255Z | Compiling openapiv3 v2.0.0 |
2424 | 2024-03-13T03:23:06.722Z | Compiling hex v0.4.3 |
2425 | 2024-03-13T03:23:07.469Z | Compiling signature v2.1.0 |
2426 | 2024-03-13T03:23:09.107Z | Compiling lalrpop-util v0.19.12 |
2427 | 2024-03-13T03:23:10.159Z | Compiling termcolor v1.2.0 |
2428 | 2024-03-13T03:23:11.207Z | Compiling hashbrown v0.12.3 |
2429 | 2024-03-13T03:23:11.891Z | Compiling bitfield v0.14.0 |
2430 | 2024-03-13T03:23:12.165Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2431 | 2024-03-13T03:23:15.868Z | Compiling env_logger v0.10.0 |
2432 | 2024-03-13T03:23:18.853Z | Compiling rsa v0.9.2 |
2433 | 2024-03-13T03:23:24.968Z | Compiling serde-hex v0.1.0 |
2434 | 2024-03-13T03:23:29.852Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2435 | 2024-03-13T03:23:33.143Z | Compiling ron v0.8.1 |
2436 | 2024-03-13T03:23:35.238Z | Compiling x509-cert v0.2.4 |
2437 | 2024-03-13T03:23:35.398Z | Compiling hashbrown v0.13.2 |
2438 | 2024-03-13T03:23:36.110Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2439 | 2024-03-13T03:23:41.579Z | Compiling crc-any v2.4.3 |
2440 | 2024-03-13T03:23:53.845Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2441 | 2024-03-13T03:24:06.277Z | Compiling object v0.30.4 |
2442 | 2024-03-13T03:24:07.210Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2443 | 2024-03-13T03:24:19.474Z | Compiling path-slash v0.1.5 |
2444 | 2024-03-13T03:24:19.708Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2445 | 2024-03-13T03:24:41.096Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2446 | 2024-03-13T03:24:41.890Z | Finished release [optimized] target(s) in 3m 53s |
2447 | 2024-03-13T03:24:41.966Z | |
2448 | 2024-03-13T03:24:41.969Z | real 3:53.994412654 |
2449 | 2024-03-13T03:24:41.969Z | user 25:57.478923557 |
2450 | 2024-03-13T03:24:41.969Z | sys 3:10.156746640 |
2451 | 2024-03-13T03:24:41.969Z | trap 0.813784851 |
2452 | 2024-03-13T03:24:41.969Z | tflt 1.631759744 |
2453 | 2024-03-13T03:24:41.969Z | dflt 0.883716630 |
2454 | 2024-03-13T03:24:41.969Z | kflt 0.002608938 |
2455 | 2024-03-13T03:24:41.969Z | lock 58:45.177385871 |
2456 | 2024-03-13T03:24:41.969Z | slp 1:16:26.681689004 |
2457 | 2024-03-13T03:24:41.969Z | lat 1:29.600267814 |
2458 | 2024-03-13T03:24:41.969Z | stop 1:20.466408484 |
2459 | 2024-03-13T03:24:41.969Z | + ptime -m gzip |
2460 | 2024-03-13T03:24:42.329Z | |
2461 | 2024-03-13T03:24:42.330Z | real 0.354060638 |
2462 | 2024-03-13T03:24:42.330Z | user 0.349173532 |
2463 | 2024-03-13T03:24:42.330Z | sys 0.004335295 |
2464 | 2024-03-13T03:24:42.330Z | trap 0.000028016 |
2465 | 2024-03-13T03:24:42.330Z | tflt 0.000000000 |
2466 | 2024-03-13T03:24:42.333Z | dflt 0.000000000 |
2467 | 2024-03-13T03:24:42.333Z | kflt 0.000000000 |
2468 | 2024-03-13T03:24:42.333Z | lock 0.000000000 |
2469 | 2024-03-13T03:24:42.333Z | slp 0.000000000 |
2470 | 2024-03-13T03:24:42.333Z | lat 0.000103495 |
2471 | 2024-03-13T03:24:42.333Z | stop 0.000203927 |
2472 | 2024-03-13T03:24:42.334Z | + banner tufaceous |
2473 | 2024-03-13T03:24:42.334Z | |
2474 | 2024-03-13T03:24:42.334Z | ##### # # ###### ## #### ###### #### # # #### |
2475 | 2024-03-13T03:24:42.334Z | # # # # # # # # # # # # # # |
2476 | 2024-03-13T03:24:42.334Z | # # # ##### # # # ##### # # # # #### |
2477 | 2024-03-13T03:24:42.334Z | # # # # ###### # # # # # # # |
2478 | 2024-03-13T03:24:42.334Z | # # # # # # # # # # # # # # # |
2479 | 2024-03-13T03:24:42.334Z | # #### # # # #### ###### #### #### #### |
2480 | 2024-03-13T03:24:42.334Z | |
2481 | 2024-03-13T03:24:42.334Z | + ptime -m cargo build --locked -p tufaceous --release |
2482 | 2024-03-13T03:24:42.802Z | Downloading crates ... |
2483 | 2024-03-13T03:24:42.983Z | Downloaded fs-err v2.11.0 |
2484 | 2024-03-13T03:24:42.986Z | Downloaded async-recursion v1.0.5 |
2485 | 2024-03-13T03:24:42.989Z | Downloaded pin-project-internal v1.1.3 |
2486 | 2024-03-13T03:24:42.994Z | Downloaded parse-size v1.0.0 |
2487 | 2024-03-13T03:24:42.998Z | Downloaded doc-comment v0.3.3 |
2488 | 2024-03-13T03:24:42.998Z | Downloaded olpc-cjson v0.1.3 |
2489 | 2024-03-13T03:24:43.001Z | Downloaded serde_plain v1.0.2 |
2490 | 2024-03-13T03:24:43.001Z | Downloaded buf-list v1.0.3 |
2491 | 2024-03-13T03:24:43.005Z | Downloaded globset v0.4.13 |
2492 | 2024-03-13T03:24:43.007Z | Downloaded snafu-derive v0.7.5 |
2493 | 2024-03-13T03:24:43.013Z | Downloaded snafu v0.7.5 |
2494 | 2024-03-13T03:24:43.019Z | Downloaded tough v0.16.0 |
2495 | 2024-03-13T03:24:43.026Z | Downloaded typed-path v0.7.0 |
2496 | 2024-03-13T03:24:43.032Z | Downloaded pin-project v1.1.3 |
2497 | 2024-03-13T03:24:43.144Z | Compiling serde_tokenstream v0.2.0 |
2498 | 2024-03-13T03:24:43.209Z | Compiling regress v0.8.0 |
2499 | 2024-03-13T03:24:43.222Z | Compiling dirs-sys-next v0.1.2 |
2500 | 2024-03-13T03:24:43.222Z | Compiling ident_case v1.0.1 |
2501 | 2024-03-13T03:24:43.225Z | Compiling strsim v0.10.0 |
2502 | 2024-03-13T03:24:43.225Z | Compiling rustls-pki-types v1.3.0 |
2503 | 2024-03-13T03:24:43.253Z | Compiling thread_local v1.1.7 |
2504 | 2024-03-13T03:24:43.379Z | Compiling rustls v0.22.2 |
2505 | 2024-03-13T03:24:43.664Z | Compiling darling_core v0.20.3 |
2506 | 2024-03-13T03:24:43.667Z | Compiling dirs-next v2.0.0 |
2507 | 2024-03-13T03:24:43.862Z | Compiling slog-async v2.8.0 |
2508 | 2024-03-13T03:24:44.078Z | Compiling camino v1.1.6 |
2509 | 2024-03-13T03:24:44.271Z | Compiling heck v0.4.1 |
2510 | 2024-03-13T03:24:44.712Z | Compiling term v0.7.0 |
2511 | 2024-03-13T03:24:44.720Z | Compiling rustls-webpki v0.102.1 |
2512 | 2024-03-13T03:24:44.720Z | Compiling crossbeam-channel v0.5.8 |
2513 | 2024-03-13T03:24:45.518Z | Compiling getopts v0.2.21 |
2514 | 2024-03-13T03:24:46.305Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
2515 | 2024-03-13T03:24:46.351Z | Compiling structmeta-derive v0.3.0 |
2516 | 2024-03-13T03:24:48.554Z | Compiling atty v0.2.14 |
2517 | 2024-03-13T03:24:48.607Z | Compiling darling_macro v0.20.3 |
2518 | 2024-03-13T03:24:48.704Z | Compiling multer v3.0.0 |
2519 | 2024-03-13T03:24:48.716Z | Compiling take_mut v0.2.2 |
2520 | 2024-03-13T03:24:48.879Z | Compiling match_cfg v0.1.0 |
2521 | 2024-03-13T03:24:48.952Z | Compiling doc-comment v0.3.3 |
2522 | 2024-03-13T03:24:48.986Z | Compiling paste v1.0.14 |
2523 | 2024-03-13T03:24:48.998Z | Compiling unsafe-libyaml v0.2.10 |
2524 | 2024-03-13T03:24:49.072Z | Compiling structmeta v0.3.0 |
2525 | 2024-03-13T03:24:49.462Z | Compiling hostname v0.3.1 |
2526 | 2024-03-13T03:24:49.525Z | Compiling darling v0.20.3 |
2527 | 2024-03-13T03:24:49.561Z | Compiling slog-term v2.9.0 |
2528 | 2024-03-13T03:24:50.752Z | Compiling serde_yaml v0.9.25 |
2529 | 2024-03-13T03:24:52.668Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2530 | 2024-03-13T03:24:52.687Z | Compiling slog-json v2.6.1 |
2531 | 2024-03-13T03:24:52.780Z | Compiling http v1.0.0 |
2532 | 2024-03-13T03:24:53.214Z | Compiling pin-project-internal v1.1.3 |
2533 | 2024-03-13T03:24:53.673Z | Compiling async-stream-impl v0.3.5 |
2534 | 2024-03-13T03:24:54.682Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2535 | 2024-03-13T03:24:54.933Z | Compiling atomic-waker v1.1.1 |
2536 | 2024-03-13T03:24:54.984Z | Compiling fastrand v2.0.1 |
2537 | 2024-03-13T03:24:55.128Z | Compiling waitgroup v0.1.2 |
2538 | 2024-03-13T03:24:55.284Z | Compiling async-stream v0.3.5 |
2539 | 2024-03-13T03:24:55.381Z | Compiling tempfile v3.10.0 |
2540 | 2024-03-13T03:24:55.723Z | Compiling tokio-rustls v0.25.0 |
2541 | 2024-03-13T03:24:56.032Z | Compiling pin-project v1.1.3 |
2542 | 2024-03-13T03:24:56.169Z | Compiling slog-bunyan v2.5.0 |
2543 | 2024-03-13T03:24:56.290Z | Compiling serde_with_macros v3.6.1 |
2544 | 2024-03-13T03:24:57.258Z | Compiling parse-display-derive v0.9.0 |
2545 | 2024-03-13T03:24:57.600Z | Compiling toml v0.8.10 |
2546 | 2024-03-13T03:24:57.614Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
2547 | 2024-03-13T03:24:57.775Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2548 | 2024-03-13T03:24:58.663Z | Compiling rustls-pemfile v2.1.1 |
2549 | 2024-03-13T03:24:59.126Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2550 | 2024-03-13T03:24:59.458Z | Compiling sha1 v0.10.6 |
2551 | 2024-03-13T03:24:59.811Z | Compiling newtype-uuid v1.0.1 |
2552 | 2024-03-13T03:25:00.158Z | Compiling strum_macros v0.26.1 |
2553 | 2024-03-13T03:25:00.388Z | Compiling snafu-derive v0.7.5 |
2554 | 2024-03-13T03:25:00.683Z | Compiling serde_path_to_error v0.1.15 |
2555 | 2024-03-13T03:25:01.282Z | Compiling instant v0.1.12 |
2556 | 2024-03-13T03:25:01.459Z | Compiling fs-err v2.11.0 |
2557 | 2024-03-13T03:25:01.666Z | Compiling debug-ignore v1.0.5 |
2558 | 2024-03-13T03:25:01.769Z | Compiling arc-swap v1.6.0 |
2559 | 2024-03-13T03:25:01.826Z | Compiling buf-list v1.0.3 |
2560 | 2024-03-13T03:25:02.040Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
2561 | 2024-03-13T03:25:02.175Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2562 | 2024-03-13T03:25:02.511Z | Compiling same-file v1.0.6 |
2563 | 2024-03-13T03:25:02.769Z | Compiling walkdir v2.4.0 |
2564 | 2024-03-13T03:25:03.633Z | Compiling slog-scope v4.4.0 |
2565 | 2024-03-13T03:25:04.731Z | Compiling backoff v0.4.0 |
2566 | 2024-03-13T03:25:04.917Z | Compiling strum v0.26.1 |
2567 | 2024-03-13T03:25:05.080Z | Compiling parse-display v0.9.0 |
2568 | 2024-03-13T03:25:05.227Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2569 | 2024-03-13T03:25:05.396Z | Compiling snafu v0.7.5 |
2570 | 2024-03-13T03:25:05.443Z | Compiling serde_with v3.6.1 |
2571 | 2024-03-13T03:25:06.844Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2572 | 2024-03-13T03:25:07.261Z | Compiling globset v0.4.13 |
2573 | 2024-03-13T03:25:07.557Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2574 | 2024-03-13T03:25:07.736Z | Compiling pem v3.0.2 |
2575 | 2024-03-13T03:25:09.222Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2576 | 2024-03-13T03:25:09.453Z | Compiling olpc-cjson v0.1.3 |
2577 | 2024-03-13T03:25:09.771Z | Compiling regress v0.9.0 |
2578 | 2024-03-13T03:25:09.992Z | Compiling macaddr v1.0.1 |
2579 | 2024-03-13T03:25:10.656Z | Compiling serde_plain v1.0.2 |
2580 | 2024-03-13T03:25:11.188Z | Compiling async-recursion v1.0.5 |
2581 | 2024-03-13T03:25:12.161Z | Compiling xattr v1.0.1 |
2582 | 2024-03-13T03:25:12.481Z | Compiling filetime v0.2.23 |
2583 | 2024-03-13T03:25:12.839Z | Compiling typed-path v0.7.0 |
2584 | 2024-03-13T03:25:15.795Z | Compiling tough v0.16.0 |
2585 | 2024-03-13T03:25:19.053Z | Compiling tar v0.4.40 |
2586 | 2024-03-13T03:25:20.703Z | Compiling slog-stdlog v4.1.1 |
2587 | 2024-03-13T03:25:22.274Z | Compiling camino-tempfile v1.1.1 |
2588 | 2024-03-13T03:25:22.619Z | Compiling itertools v0.12.1 |
2589 | 2024-03-13T03:25:23.139Z | Compiling parse-size v1.0.0 |
2590 | 2024-03-13T03:25:23.442Z | Compiling slog-envlogger v2.2.0 |
2591 | 2024-03-13T03:25:24.751Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2592 | 2024-03-13T03:25:24.988Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2593 | 2024-03-13T03:25:25.029Z | Compiling humantime v2.1.0 |
2594 | 2024-03-13T03:25:34.878Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2595 | 2024-03-13T03:25:37.110Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2596 | 2024-03-13T03:25:56.752Z | Finished release [optimized] target(s) in 1m 14s |
2597 | 2024-03-13T03:25:56.830Z | |
2598 | 2024-03-13T03:25:56.830Z | real 1:14.495558521 |
2599 | 2024-03-13T03:25:56.830Z | user 8:28.361650566 |
2600 | 2024-03-13T03:25:56.830Z | sys 40.188205820 |
2601 | 2024-03-13T03:25:56.830Z | trap 0.238152129 |
2602 | 2024-03-13T03:25:56.830Z | tflt 0.437043327 |
2603 | 2024-03-13T03:25:56.833Z | dflt 0.247356031 |
2604 | 2024-03-13T03:25:56.833Z | kflt 0.000120147 |
2605 | 2024-03-13T03:25:56.833Z | lock 17:14.114781489 |
2606 | 2024-03-13T03:25:56.834Z | slp 19:39.722784062 |
2607 | 2024-03-13T03:25:56.834Z | lat 19.451004175 |
2608 | 2024-03-13T03:25:56.834Z | stop 14.354103434 |
2609 | 2024-03-13T03:25:56.834Z | + ptime -m gzip |
2610 | 2024-03-13T03:25:58.318Z | |
2611 | 2024-03-13T03:25:58.319Z | real 1.485546514 |
2612 | 2024-03-13T03:25:58.319Z | user 1.469937028 |
2613 | 2024-03-13T03:25:58.319Z | sys 0.015019524 |
2614 | 2024-03-13T03:25:58.319Z | trap 0.000101416 |
2615 | 2024-03-13T03:25:58.319Z | tflt 0.000000000 |
2616 | 2024-03-13T03:25:58.323Z | dflt 0.000000000 |
2617 | 2024-03-13T03:25:58.323Z | kflt 0.000000000 |
2618 | 2024-03-13T03:25:58.323Z | lock 0.000000000 |
2619 | 2024-03-13T03:25:58.323Z | slp 0.000000000 |
2620 | 2024-03-13T03:25:58.323Z | lat 0.000095042 |
2621 | 2024-03-13T03:25:58.323Z | stop 0.000178371 |
2622 | 2024-03-13T03:25:58.323Z | process exited: duration 827586 ms, exit code 0 |
|
2623 | 2024-03-13T03:25:58.331Z | found 8 output files |
2624 | 2024-03-13T03:25:58.331Z | uploading: /work/end-to-end-tests/bootstrap-a3be395245e6bd94.gz (9706602 bytes) |
2625 | 2024-03-13T03:26:03.394Z | uploaded: /work/end-to-end-tests/bootstrap-a3be395245e6bd94.gz |
2626 | 2024-03-13T03:26:03.394Z | uploading: /work/end-to-end-tests/bootstrap.gz (102999771 bytes) |
2627 | 2024-03-13T03:26:43.823Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2628 | 2024-03-13T03:26:43.823Z | uploading: /work/end-to-end-tests/commtest-ef47fb3f0eb26d6a.gz (9706467 bytes) |
2629 | 2024-03-13T03:26:48.406Z | uploaded: /work/end-to-end-tests/commtest-ef47fb3f0eb26d6a.gz |
2630 | 2024-03-13T03:26:48.414Z | uploading: /work/end-to-end-tests/dhcp_server-ce54f5d7753d595c.gz (9707405 bytes) |
2631 | 2024-03-13T03:26:51.771Z | uploaded: /work/end-to-end-tests/dhcp_server-ce54f5d7753d595c.gz |
2632 | 2024-03-13T03:26:51.775Z | uploading: /work/end-to-end-tests/end_to_end_tests-2f0c448a5875b5d7.gz (106387078 bytes) |
2633 | 2024-03-13T03:27:21.018Z | uploaded: /work/end-to-end-tests/end_to_end_tests-2f0c448a5875b5d7.gz |
2634 | 2024-03-13T03:27:21.018Z | uploading: /work/caboose-util.gz (3207558 bytes) |
2635 | 2024-03-13T03:27:23.428Z | uploaded: /work/caboose-util.gz |
2636 | 2024-03-13T03:27:23.428Z | uploading: /work/tufaceous.gz (13645465 bytes) |
2637 | 2024-03-13T03:27:28.194Z | uploaded: /work/tufaceous.gz |
2638 | 2024-03-13T03:27:28.194Z | uploading: /work/commtest (463184848 bytes) |
2639 | 2024-03-13T03:30:12.799Z | uploaded: /work/commtest |