|
|
|
1 | 2024-03-09T17:03:26.144Z | job assigned to worker 01HRJ2K0AWWH4MV4F74QZCVQ95 (queued for 2 m 6 s) |
|
2 | 2024-03-09T17:03:34.516Z | starting task 0: "setup" |
3 | 2024-03-09T17:03:34.653Z | ++ uname -s |
4 | 2024-03-09T17:03:34.656Z | + kern=SunOS |
5 | 2024-03-09T17:03:34.656Z | + case "$kern" in |
6 | 2024-03-09T17:03:34.656Z | + groupadd -g 12345 build |
7 | 2024-03-09T17:03:34.707Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-09T17:03:36.765Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-09T17:03:36.835Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-09T17:03:36.839Z | + home_fs=zfs |
11 | 2024-03-09T17:03:36.839Z | + [[ zfs == autofs ]] |
12 | 2024-03-09T17:03:36.839Z | + mkdir -p /home/build |
13 | 2024-03-09T17:03:36.839Z | + chown build:build /home/build /work |
14 | 2024-03-09T17:03:38.845Z | + chmod 0700 /home/build /work |
15 | 2024-03-09T17:03:38.850Z | process exited: duration 4327 ms, exit code 0 |
|
16 | 2024-03-09T17:03:38.870Z | starting task 1: "rust-toolchain" |
17 | 2024-03-09T17:03:38.876Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-09T17:03:38.881Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-03-09T17:03:38.989Z | info: downloading installer |
20 | 2024-03-09T17:03:40.336Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-09T17:03:40.336Z | warning: /opt/ooce/bin |
22 | 2024-03-09T17:03:40.336Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-09T17:03:40.336Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-09T17:03:40.336Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-09T17:03:40.336Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-09T17:03:40.336Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-09T17:03:40.336Z | error: cannot install while Rust is installed |
28 | 2024-03-09T17:03:40.336Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-09T17:03:40.576Z | info: profile set to 'default' |
30 | 2024-03-09T17:03:40.576Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-09T17:03:40.583Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-03-09T17:03:40.996Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-03-09T17:03:40.997Z | info: downloading component 'cargo' |
34 | 2024-03-09T17:03:41.348Z | info: downloading component 'clippy' |
35 | 2024-03-09T17:03:41.578Z | info: downloading component 'rust-docs' |
36 | 2024-03-09T17:03:42.357Z | info: downloading component 'rust-std' |
37 | 2024-03-09T17:03:43.736Z | info: downloading component 'rustc' |
38 | 2024-03-09T17:03:47.049Z | info: downloading component 'rustfmt' |
39 | 2024-03-09T17:03:47.242Z | info: installing component 'cargo' |
40 | 2024-03-09T17:03:48.069Z | info: installing component 'clippy' |
41 | 2024-03-09T17:03:48.426Z | info: installing component 'rust-docs' |
42 | 2024-03-09T17:03:49.917Z | info: installing component 'rust-std' |
43 | 2024-03-09T17:03:51.653Z | info: installing component 'rustc' |
44 | 2024-03-09T17:03:55.508Z | info: installing component 'rustfmt' |
45 | 2024-03-09T17:03:55.868Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-03-09T17:03:55.868Z | |
47 | 2024-03-09T17:03:56.154Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-03-09T17:03:56.155Z | |
49 | 2024-03-09T17:03:56.162Z | |
50 | 2024-03-09T17:03:56.162Z | Rust is installed now. Great! |
51 | 2024-03-09T17:03:56.162Z | |
52 | 2024-03-09T17:03:56.162Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-09T17:03:56.162Z | environment variable. This has not been done automatically. |
54 | 2024-03-09T17:03:56.163Z | |
55 | 2024-03-09T17:03:56.163Z | To configure your current shell, run: |
56 | 2024-03-09T17:03:56.163Z | source "$HOME/.cargo/env" |
57 | 2024-03-09T17:03:56.255Z | + rustc --version |
58 | 2024-03-09T17:03:56.307Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-03-09T17:03:56.311Z | process exited: duration 17439 ms, exit code 0 |
|
60 | 2024-03-09T17:03:56.317Z | starting task 2: "authentication" |
61 | 2024-03-09T17:03:56.339Z | process exited: duration 20 ms, exit code 0 |
|
62 | 2024-03-09T17:03:56.345Z | starting task 3: "clone repository" |
63 | 2024-03-09T17:03:56.350Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-03-09T17:03:56.353Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-03-09T17:03:56.765Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-03-09T17:04:01.373Z | + cd /work/oxidecomputer/omicron |
67 | 2024-03-09T17:04:01.373Z | + git fetch origin b8dd072344be38df60305666e7ba327004aa2c57 |
68 | 2024-03-09T17:04:01.696Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-03-09T17:04:01.696Z | * branch b8dd072344be38df60305666e7ba327004aa2c57 -> FETCH_HEAD |
70 | 2024-03-09T17:04:01.704Z | + [[ -n commprobe ]] |
71 | 2024-03-09T17:04:01.710Z | ++ git branch --show-current |
72 | 2024-03-09T17:04:01.710Z | + current=main |
73 | 2024-03-09T17:04:01.710Z | + [[ main != commprobe ]] |
74 | 2024-03-09T17:04:01.710Z | + git branch -f commprobe b8dd072344be38df60305666e7ba327004aa2c57 |
75 | 2024-03-09T17:04:01.715Z | + git checkout -f commprobe |
76 | 2024-03-09T17:04:01.828Z | Switched to branch 'commprobe' |
77 | 2024-03-09T17:04:01.832Z | + git reset --hard b8dd072344be38df60305666e7ba327004aa2c57 |
78 | 2024-03-09T17:04:01.947Z | HEAD is now at b8dd07234 back to main helios branch |
79 | 2024-03-09T17:04:01.950Z | process exited: duration 5601 ms, exit code 0 |
|
80 | 2024-03-09T17:04:01.960Z | starting task 4: "build" |
81 | 2024-03-09T17:04:01.964Z | + cargo --version |
82 | 2024-03-09T17:04:01.968Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
83 | 2024-03-09T17:04:02.577Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
84 | 2024-03-09T17:04:02.578Z | info: downloading component 'cargo' |
85 | 2024-03-09T17:04:02.827Z | info: downloading component 'clippy' |
86 | 2024-03-09T17:04:03.035Z | info: downloading component 'rust-docs' |
87 | 2024-03-09T17:04:03.859Z | info: downloading component 'rust-std' |
88 | 2024-03-09T17:04:05.212Z | info: downloading component 'rustc' |
89 | 2024-03-09T17:04:08.537Z | info: downloading component 'rustfmt' |
90 | 2024-03-09T17:04:08.725Z | info: installing component 'cargo' |
91 | 2024-03-09T17:04:09.583Z | info: installing component 'clippy' |
92 | 2024-03-09T17:04:09.919Z | info: installing component 'rust-docs' |
93 | 2024-03-09T17:04:11.472Z | info: installing component 'rust-std' |
94 | 2024-03-09T17:04:13.232Z | info: installing component 'rustc' |
95 | 2024-03-09T17:04:17.250Z | info: installing component 'rustfmt' |
96 | 2024-03-09T17:04:17.612Z | cargo 1.76.0 (c84b36747 2024-01-18) |
97 | 2024-03-09T17:04:17.618Z | + rustc --version |
98 | 2024-03-09T17:04:17.683Z | rustc 1.76.0 (07dca489a 2024-02-04) |
99 | 2024-03-09T17:04:17.690Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
100 | 2024-03-09T17:04:25.570Z | Startup: Refreshing catalog 'helios-dev' ... Done |
101 | 2024-03-09T17:04:27.007Z | Startup: Caching catalogs ... Done |
102 | 2024-03-09T17:04:28.207Z | Planning: Solver setup ... Done (0.837s) |
103 | 2024-03-09T17:04:28.227Z | Planning: Running solver ... Done (0.017s) |
104 | 2024-03-09T17:04:28.394Z | Planning: Finding local manifests ... Done (0.148s) |
105 | 2024-03-09T17:04:28.404Z | Planning: Fetching manifests: 0/4 0% complete |
106 | 2024-03-09T17:04:28.545Z | Planning: Fetching manifests: 4/4 100% complete |
107 | 2024-03-09T17:04:28.592Z | Planning: Package planning ... Done (0.048s) |
108 | 2024-03-09T17:04:28.643Z | Planning: Merging actions ... Done (0.051s) |
109 | 2024-03-09T17:04:28.979Z | Planning: Checking for conflicting actions ... Done (0.335s) |
110 | 2024-03-09T17:04:28.991Z | Planning: Consolidating action changes ... Done (0.011s) |
111 | 2024-03-09T17:04:36.028Z | Planning: Evaluating mediators ... Done (7.038s) |
112 | 2024-03-09T17:04:36.037Z | Planning: Planning completed in 8.98 seconds |
113 | 2024-03-09T17:04:38.674Z | Packages to install: 4 |
114 | 2024-03-09T17:04:38.674Z | Mediators to change: 2 |
115 | 2024-03-09T17:04:38.674Z | Services to change: 1 |
116 | 2024-03-09T17:04:38.674Z | Estimated space available: 155.32 GB |
117 | 2024-03-09T17:04:38.674Z | Estimated space to be consumed: 1.42 GB |
118 | 2024-03-09T17:04:38.674Z | Create boot environment: No |
119 | 2024-03-09T17:04:38.674Z | Create backup boot environment: No |
120 | 2024-03-09T17:04:38.674Z | Rebuild boot archive: No |
121 | 2024-03-09T17:04:38.674Z | |
122 | 2024-03-09T17:04:38.678Z | Changed mediators: |
123 | 2024-03-09T17:04:38.678Z | mediator clang: |
124 | 2024-03-09T17:04:38.678Z | version: None -> 15 (system default) |
125 | 2024-03-09T17:04:38.678Z | |
126 | 2024-03-09T17:04:38.678Z | mediator llvm: |
127 | 2024-03-09T17:04:38.678Z | version: 14 (system default) -> 15 (system default) |
128 | 2024-03-09T17:04:38.678Z | |
129 | 2024-03-09T17:04:38.678Z | Changed packages: |
130 | 2024-03-09T17:04:38.678Z | helios-dev |
131 | 2024-03-09T17:04:38.678Z | developer/build-essential |
132 | 2024-03-09T17:04:38.679Z | None -> 11-2.0 |
133 | 2024-03-09T17:04:38.679Z | library/libxmlsec1 |
134 | 2024-03-09T17:04:38.679Z | None -> 1.2.35-2.0 |
135 | 2024-03-09T17:04:38.679Z | ooce/developer/clang-15 |
136 | 2024-03-09T17:04:38.679Z | None -> 15.0.7-2.0 |
137 | 2024-03-09T17:04:38.679Z | ooce/developer/llvm-15 |
138 | 2024-03-09T17:04:38.679Z | None -> 15.0.7-2.0 |
139 | 2024-03-09T17:04:38.679Z | |
140 | 2024-03-09T17:04:38.679Z | Services: |
141 | 2024-03-09T17:04:38.679Z | restart_fmri: |
142 | 2024-03-09T17:04:38.679Z | svc:/system/update-man-index:default |
143 | 2024-03-09T17:04:38.840Z | |
144 | 2024-03-09T17:04:38.840Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
145 | 2024-03-09T17:04:43.835Z | Download: 943/3290 items 18.8/212.6MB 8% complete (3.8M/s) |
146 | 2024-03-09T17:04:48.837Z | Download: 2328/3290 items 119.9/212.6MB 56% complete (12.1M/s) |
147 | 2024-03-09T17:04:53.842Z | Download: 3285/3290 items 209.4/212.6MB 98% complete (19.0M/s) |
148 | 2024-03-09T17:04:54.316Z | Download: Completed 212.60 MB in 15.48 seconds (13.7M/s) |
149 | 2024-03-09T17:04:54.704Z | Actions: 1/3689 actions (Installing new actions) |
150 | 2024-03-09T17:04:59.721Z | Actions: 3598/3689 actions (Installing new actions) |
151 | 2024-03-09T17:04:59.903Z | Actions: Completed 3689 actions in 5.20 seconds. |
152 | 2024-03-09T17:05:00.080Z | Done (0.172s) |
153 | 2024-03-09T17:05:00.080Z | Done (0.000s) |
154 | 2024-03-09T17:05:00.316Z | Done (0.233s) |
155 | 2024-03-09T17:05:05.865Z | Done (5.418s) |
156 | 2024-03-09T17:05:06.046Z | Done (0.114s) |
157 | 2024-03-09T17:05:06.050Z | Done (0.000s) |
158 | 2024-03-09T17:05:06.228Z | Done (0.000s) |
159 | 2024-03-09T17:05:06.726Z | Planning: Evaluating mediator changes ... Done |
160 | 2024-03-09T17:05:06.882Z | Planning: Checking for conflicting actions ... Done |
161 | 2024-03-09T17:05:06.885Z | Planning: Consolidating action changes ... Done |
162 | 2024-03-09T17:05:07.148Z | Planning: Evaluating mediators ... Done |
163 | 2024-03-09T17:05:07.155Z | Planning: Planning completed in 0.42 seconds |
164 | 2024-03-09T17:05:07.181Z | Mediators to change: 2 |
165 | 2024-03-09T17:05:07.181Z | Create boot environment: No |
166 | 2024-03-09T17:05:07.181Z | Create backup boot environment: No |
167 | 2024-03-09T17:05:07.250Z | Done |
168 | 2024-03-09T17:05:07.250Z | Done |
169 | 2024-03-09T17:05:07.385Z | Done |
170 | 2024-03-09T17:05:10.966Z | Done |
171 | 2024-03-09T17:05:11.056Z | Done |
172 | 2024-03-09T17:05:11.056Z | Done |
173 | 2024-03-09T17:05:11.143Z | Done |
174 | 2024-03-09T17:05:11.771Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-03-09T17:05:11.774Z | Planning: Merging actions ... Done |
176 | 2024-03-09T17:05:11.973Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-03-09T17:05:11.986Z | Planning: Consolidating action changes ... Done |
178 | 2024-03-09T17:05:12.222Z | Planning: Evaluating mediators ... Done |
179 | 2024-03-09T17:05:12.278Z | Planning: Planning completed in 0.78 seconds |
180 | 2024-03-09T17:05:12.312Z | Packages to change: 1 |
181 | 2024-03-09T17:05:12.312Z | Mediators to change: 1 |
182 | 2024-03-09T17:05:12.312Z | Services to change: 1 |
183 | 2024-03-09T17:05:12.316Z | Create boot environment: No |
184 | 2024-03-09T17:05:12.316Z | Create backup boot environment: Yes |
185 | 2024-03-09T17:05:14.133Z | Actions: 1/6 actions (Updating modified actions) |
186 | 2024-03-09T17:05:14.136Z | Actions: Completed 6 actions in 0.00 seconds. |
187 | 2024-03-09T17:05:14.136Z | Done |
188 | 2024-03-09T17:05:14.136Z | Done |
189 | 2024-03-09T17:05:14.203Z | Done |
190 | 2024-03-09T17:05:17.749Z | Done |
191 | 2024-03-09T17:05:17.831Z | Done |
192 | 2024-03-09T17:05:17.831Z | Done |
193 | 2024-03-09T17:05:17.991Z | Done |
194 | 2024-03-09T17:05:18.407Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
195 | 2024-03-09T17:05:18.407Z | clang system 15 system |
196 | 2024-03-09T17:05:18.408Z | csh system system illumos |
197 | 2024-03-09T17:05:18.408Z | ctags system system illumos |
198 | 2024-03-09T17:05:18.408Z | gcc vendor 12 vendor |
199 | 2024-03-09T17:05:18.408Z | gcc system 10 system |
200 | 2024-03-09T17:05:18.408Z | gcc system 7 system |
201 | 2024-03-09T17:05:18.408Z | go system 1.20 system |
202 | 2024-03-09T17:05:18.408Z | go system 1.19 system |
203 | 2024-03-09T17:05:18.408Z | llvm system 15 system |
204 | 2024-03-09T17:05:18.408Z | llvm system 14 system |
205 | 2024-03-09T17:05:18.408Z | mariadb system 10.6 system |
206 | 2024-03-09T17:05:18.408Z | mta vendor vendor dma |
207 | 2024-03-09T17:05:18.408Z | openjdk system 17 system |
208 | 2024-03-09T17:05:18.408Z | openjdk system 11 system |
209 | 2024-03-09T17:05:18.408Z | openjdk system 1.8 system |
210 | 2024-03-09T17:05:18.408Z | openssl vendor 3 vendor |
211 | 2024-03-09T17:05:18.408Z | perl system 5.36 system |
212 | 2024-03-09T17:05:18.408Z | postgresql system 15 system |
213 | 2024-03-09T17:05:18.408Z | postgresql system 13 system |
214 | 2024-03-09T17:05:18.408Z | python vendor 3 vendor |
215 | 2024-03-09T17:05:18.408Z | python system 2 system |
216 | 2024-03-09T17:05:18.408Z | python3 system 3.11 system |
217 | 2024-03-09T17:05:18.408Z | ruby system 3.0 system |
218 | 2024-03-09T17:05:18.408Z | words vendor vendor american-english |
219 | 2024-03-09T17:05:18.408Z | words system system australian-english |
220 | 2024-03-09T17:05:18.409Z | words system system british-english |
221 | 2024-03-09T17:05:18.409Z | words system system canadian-english |
222 | 2024-03-09T17:05:18.409Z | words system system french |
223 | 2024-03-09T17:05:18.409Z | words system system italian |
224 | 2024-03-09T17:05:18.409Z | words system system ngerman |
225 | 2024-03-09T17:05:18.409Z | words system system ogerman |
226 | 2024-03-09T17:05:18.409Z | words system system spanish |
227 | 2024-03-09T17:05:18.733Z | PUBLISHER TYPE STATUS P LOCATION |
228 | 2024-03-09T17:05:18.733Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
229 | 2024-03-09T17:05:19.897Z | FMRI IFO |
230 | 2024-03-09T17:05:19.897Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
231 | 2024-03-09T17:05:19.898Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
232 | 2024-03-09T17:05:19.898Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
233 | 2024-03-09T17:05:19.898Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
234 | 2024-03-09T17:05:19.898Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
235 | 2024-03-09T17:05:19.898Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-03-09T17:05:19.899Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
237 | 2024-03-09T17:05:19.899Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
238 | 2024-03-09T17:05:19.899Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
239 | 2024-03-09T17:05:19.900Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
240 | 2024-03-09T17:05:19.900Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
241 | 2024-03-09T17:05:19.900Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
242 | 2024-03-09T17:05:20.108Z | + set -o errexit |
243 | 2024-03-09T17:05:20.123Z | +++ dirname ./tools/ci_download_cockroachdb |
244 | 2024-03-09T17:05:20.123Z | ++ cd ./tools |
245 | 2024-03-09T17:05:20.123Z | ++ pwd |
246 | 2024-03-09T17:05:20.123Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
247 | 2024-03-09T17:05:20.123Z | ++ basename ./tools/ci_download_cockroachdb |
248 | 2024-03-09T17:05:20.124Z | + ARG0=ci_download_cockroachdb |
249 | 2024-03-09T17:05:20.124Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
250 | 2024-03-09T17:05:20.124Z | + CIDL_VERSION=v22.1.9 |
251 | 2024-03-09T17:05:20.124Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
252 | 2024-03-09T17:05:20.124Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
253 | 2024-03-09T17:05:20.124Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
254 | 2024-03-09T17:05:20.124Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
255 | 2024-03-09T17:05:20.125Z | + TARGET_DIR=out |
256 | 2024-03-09T17:05:20.125Z | + DOWNLOAD_DIR=out/downloads |
257 | 2024-03-09T17:05:20.125Z | + DEST_DIR=./out/cockroachdb |
258 | 2024-03-09T17:05:20.125Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
259 | 2024-03-09T17:05:20.125Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
260 | 2024-03-09T17:05:20.125Z | + main |
261 | 2024-03-09T17:05:20.125Z | + [[ 0 != 0 ]] |
262 | 2024-03-09T17:05:20.126Z | + CIDL_OS=solaris2.11 |
263 | 2024-03-09T17:05:20.126Z | + [[ 0 != 0 ]] |
264 | 2024-03-09T17:05:20.126Z | + configure_os solaris2.11 |
265 | 2024-03-09T17:05:20.126Z | + echo 'current directory: /work/oxidecomputer/omicron' |
266 | 2024-03-09T17:05:20.126Z | current directory: /work/oxidecomputer/omicron |
267 | 2024-03-09T17:05:20.127Z | configuring based on OS: "solaris2.11" |
268 | 2024-03-09T17:05:20.127Z | + echo 'configuring based on OS: "solaris2.11"' |
269 | 2024-03-09T17:05:20.127Z | + case "$1" in |
270 | 2024-03-09T17:05:20.127Z | + CIDL_BUILD=illumos |
271 | 2024-03-09T17:05:20.127Z | + CIDL_SUFFIX=tar.gz |
272 | 2024-03-09T17:05:20.127Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
273 | 2024-03-09T17:05:20.127Z | + CIDL_URL_BASE=https://illumos.org/downloads |
274 | 2024-03-09T17:05:20.128Z | + CIDL_ASSEMBLE=do_assemble_illumos |
275 | 2024-03-09T17:05:20.128Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
276 | 2024-03-09T17:05:20.128Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-03-09T17:05:20.128Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-03-09T17:05:20.128Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
279 | 2024-03-09T17:05:20.128Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-03-09T17:05:20.129Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-03-09T17:05:20.129Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-03-09T17:05:20.129Z | + CIDL_SHA256FUNC=do_sha256sum |
283 | 2024-03-09T17:05:20.129Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
284 | 2024-03-09T17:05:20.129Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
285 | 2024-03-09T17:05:20.129Z | + mkdir -p out/downloads |
286 | 2024-03-09T17:05:20.130Z | + mkdir -p ./out/cockroachdb |
287 | 2024-03-09T17:05:20.144Z | + local DO_DOWNLOAD=true |
288 | 2024-03-09T17:05:20.144Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
289 | 2024-03-09T17:05:20.145Z | + '[' true == true ']' |
290 | 2024-03-09T17:05:20.145Z | + echo Downloading... |
291 | 2024-03-09T17:05:20.145Z | Downloading... |
292 | 2024-03-09T17:05:20.145Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-03-09T17:05:20.145Z | + 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 |
294 | 2024-03-09T17:05:23.916Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-03-09T17:05:23.929Z | ++ sha256sum |
296 | 2024-03-09T17:05:23.929Z | ++ awk '{print $1}' |
297 | 2024-03-09T17:05:23.980Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
298 | 2024-03-09T17:05:23.980Z | + [[ 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 ]] |
299 | 2024-03-09T17:05:23.980Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-03-09T17:05:23.993Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
301 | 2024-03-09T17:05:26.245Z | + do_assemble_illumos |
302 | 2024-03-09T17:05:26.245Z | + rm -r ./out/cockroachdb |
303 | 2024-03-09T17:05:26.248Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
304 | 2024-03-09T17:05:26.667Z | + ./out/cockroachdb/bin/cockroach version |
305 | 2024-03-09T17:05:26.880Z | Build Tag: v22.1.9-dirty |
306 | 2024-03-09T17:05:26.880Z | Build Time: 2022/10/26 21:17:46 |
307 | 2024-03-09T17:05:26.880Z | Distribution: OSS |
308 | 2024-03-09T17:05:26.880Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
309 | 2024-03-09T17:05:26.880Z | Go Version: go1.17.13 |
310 | 2024-03-09T17:05:26.880Z | C Compiler: gcc 10.3.0 |
311 | 2024-03-09T17:05:26.880Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
312 | 2024-03-09T17:05:26.880Z | Build Type: release |
313 | 2024-03-09T17:05:26.896Z | + set -o errexit |
314 | 2024-03-09T17:05:26.899Z | +++ dirname ./tools/ci_download_clickhouse |
315 | 2024-03-09T17:05:26.903Z | ++ cd ./tools |
316 | 2024-03-09T17:05:26.903Z | ++ pwd |
317 | 2024-03-09T17:05:26.903Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
318 | 2024-03-09T17:05:26.903Z | ++ basename ./tools/ci_download_clickhouse |
319 | 2024-03-09T17:05:26.903Z | + ARG0=ci_download_clickhouse |
320 | 2024-03-09T17:05:26.903Z | + TARGET_DIR=out |
321 | 2024-03-09T17:05:26.903Z | + DOWNLOAD_DIR=out/downloads |
322 | 2024-03-09T17:05:26.903Z | + DEST_DIR=./out/clickhouse |
323 | 2024-03-09T17:05:26.906Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
324 | 2024-03-09T17:05:26.907Z | + CIDL_VERSION=v23.8.7.24 |
325 | 2024-03-09T17:05:26.907Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
326 | 2024-03-09T17:05:26.907Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
327 | 2024-03-09T17:05:26.907Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
328 | 2024-03-09T17:05:26.907Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
329 | 2024-03-09T17:05:26.907Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
330 | 2024-03-09T17:05:26.907Z | + main |
331 | 2024-03-09T17:05:26.907Z | + [[ 0 != 0 ]] |
332 | 2024-03-09T17:05:26.907Z | + CIDL_OS=solaris2.11 |
333 | 2024-03-09T17:05:26.907Z | + [[ 0 != 0 ]] |
334 | 2024-03-09T17:05:26.907Z | + configure_os solaris2.11 |
335 | 2024-03-09T17:05:26.907Z | + echo 'current directory: /work/oxidecomputer/omicron' |
336 | 2024-03-09T17:05:26.907Z | current directory: /work/oxidecomputer/omicron |
337 | 2024-03-09T17:05:26.907Z | + echo 'configuring based on OS: "solaris2.11"' |
338 | 2024-03-09T17:05:26.907Z | + CIDL_DASHREV= |
339 | 2024-03-09T17:05:26.907Z | + case "$1" in |
340 | 2024-03-09T17:05:26.907Z | configuring based on OS: "solaris2.11" |
341 | 2024-03-09T17:05:26.907Z | + CIDL_PLATFORM=illumos |
342 | 2024-03-09T17:05:26.907Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
343 | 2024-03-09T17:05:26.907Z | + CIDL_MD5FUNC=do_md5sum |
344 | 2024-03-09T17:05:26.907Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
345 | 2024-03-09T17:05:26.907Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
346 | 2024-03-09T17:05:26.907Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
347 | 2024-03-09T17:05:26.907Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
348 | 2024-03-09T17:05:26.908Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
349 | 2024-03-09T17:05:26.908Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
350 | 2024-03-09T17:05:26.908Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
351 | 2024-03-09T17:05:26.908Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
352 | 2024-03-09T17:05:26.908Z | + mkdir -p out/downloads |
353 | 2024-03-09T17:05:26.911Z | + mkdir -p ./out/clickhouse |
354 | 2024-03-09T17:05:26.911Z | + local DO_DOWNLOAD=true |
355 | 2024-03-09T17:05:26.911Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
356 | 2024-03-09T17:05:26.911Z | + '[' true == true ']' |
357 | 2024-03-09T17:05:26.911Z | + echo Downloading... |
358 | 2024-03-09T17:05:26.911Z | Downloading... |
359 | 2024-03-09T17:05:26.911Z | + 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 |
360 | 2024-03-09T17:05:26.911Z | + 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 |
361 | 2024-03-09T17:05:28.602Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
362 | 2024-03-09T17:05:28.605Z | ++ md5sum |
363 | 2024-03-09T17:05:28.605Z | ++ awk '{print $1}' |
364 | 2024-03-09T17:05:28.824Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
365 | 2024-03-09T17:05:28.824Z | + [[ 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 ]] |
366 | 2024-03-09T17:05:28.827Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
367 | 2024-03-09T17:05:28.827Z | + mkdir -p ./out/clickhouse |
368 | 2024-03-09T17:05:28.827Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
369 | 2024-03-09T17:05:32.627Z | + [[ solaris2.11 == darwin* ]] |
370 | 2024-03-09T17:05:32.628Z | + ./out/clickhouse/clickhouse server --version |
371 | 2024-03-09T17:05:33.061Z | ClickHouse server version 23.8.7.1. |
372 | 2024-03-09T17:05:33.084Z | + set -o errexit |
373 | 2024-03-09T17:05:33.092Z | +++ dirname ./tools/ci_download_console |
374 | 2024-03-09T17:05:33.092Z | ++ cd ./tools |
375 | 2024-03-09T17:05:33.093Z | ++ pwd |
376 | 2024-03-09T17:05:33.093Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
377 | 2024-03-09T17:05:33.093Z | ++ basename ./tools/ci_download_console |
378 | 2024-03-09T17:05:33.093Z | + ARG0=ci_download_console |
379 | 2024-03-09T17:05:33.093Z | + TARGET_DIR=out |
380 | 2024-03-09T17:05:33.093Z | + DOWNLOAD_DIR=out/downloads |
381 | 2024-03-09T17:05:33.093Z | + DEST_DIR=./out/console-assets |
382 | 2024-03-09T17:05:33.093Z | + source /work/oxidecomputer/omicron/tools/console_version |
383 | 2024-03-09T17:05:33.093Z | ++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198 |
384 | 2024-03-09T17:05:33.094Z | ++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
385 | 2024-03-09T17:05:33.094Z | + URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
386 | 2024-03-09T17:05:33.094Z | + TARBALL_FILE=out/downloads/console.tar.gz |
387 | 2024-03-09T17:05:33.094Z | + main |
388 | 2024-03-09T17:05:33.102Z | + [[ 0 != 0 ]] |
389 | 2024-03-09T17:05:33.102Z | + echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz' |
390 | 2024-03-09T17:05:33.102Z | URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
391 | 2024-03-09T17:05:33.102Z | + echo 'Local file: out/downloads/console.tar.gz' |
392 | 2024-03-09T17:05:33.102Z | Local file: out/downloads/console.tar.gz |
393 | 2024-03-09T17:05:33.102Z | + local DO_DOWNLOAD=true |
394 | 2024-03-09T17:05:33.102Z | + [[ -f out/downloads/console.tar.gz ]] |
395 | 2024-03-09T17:05:33.103Z | + mkdir -p out/downloads |
396 | 2024-03-09T17:05:33.103Z | + '[' true == true ']' |
397 | 2024-03-09T17:05:33.103Z | + echo Downloading... |
398 | 2024-03-09T17:05:33.103Z | Downloading... |
399 | 2024-03-09T17:05:33.103Z | + do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz |
400 | 2024-03-09T17:05:33.103Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
401 | 2024-03-09T17:05:33.674Z | ++ do_sha256sum out/downloads/console.tar.gz |
402 | 2024-03-09T17:05:33.675Z | ++ case "$OSTYPE" in |
403 | 2024-03-09T17:05:33.685Z | ++ SHA=sha256sum |
404 | 2024-03-09T17:05:33.685Z | ++ sha256sum |
405 | 2024-03-09T17:05:33.685Z | ++ awk '{print $1}' |
406 | 2024-03-09T17:05:33.700Z | + calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
407 | 2024-03-09T17:05:33.700Z | + [[ 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 ]] |
408 | 2024-03-09T17:05:33.700Z | + rm -rf ./out/console-assets |
409 | 2024-03-09T17:05:33.700Z | + mkdir -p ./out/console-assets |
410 | 2024-03-09T17:05:33.700Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
411 | 2024-03-09T17:05:33.700Z | + mkdir -p ./out/console-assets |
412 | 2024-03-09T17:05:33.700Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
413 | 2024-03-09T17:05:33.781Z | + set -o errexit |
414 | 2024-03-09T17:05:34.247Z | +++ dirname ./tools/ci_download_maghemite_openapi |
415 | 2024-03-09T17:05:34.247Z | ++ cd ./tools |
416 | 2024-03-09T17:05:34.248Z | ++ pwd |
417 | 2024-03-09T17:05:34.248Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
418 | 2024-03-09T17:05:34.248Z | ++ basename ./tools/ci_download_maghemite_openapi |
419 | 2024-03-09T17:05:34.248Z | + ARG0=ci_download_maghemite_openapi |
420 | 2024-03-09T17:05:34.248Z | + TARGET_DIR=out |
421 | 2024-03-09T17:05:34.248Z | + DOWNLOAD_DIR=out/downloads |
422 | 2024-03-09T17:05:34.248Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
423 | 2024-03-09T17:05:34.249Z | ++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba |
424 | 2024-03-09T17:05:34.249Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
425 | 2024-03-09T17:05:34.249Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json |
426 | 2024-03-09T17:05:34.249Z | + LOCAL_FILE=out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
427 | 2024-03-09T17:05:34.249Z | + main |
428 | 2024-03-09T17:05:34.249Z | + rm -rf out/downloads/root |
429 | 2024-03-09T17:05:34.250Z | + [[ 0 != 0 ]] |
430 | 2024-03-09T17:05:34.250Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json' |
431 | 2024-03-09T17:05:34.250Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json |
432 | 2024-03-09T17:05:34.250Z | + echo 'Local file: out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json' |
433 | 2024-03-09T17:05:34.250Z | Local file: out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
434 | 2024-03-09T17:05:34.251Z | + local DO_DOWNLOAD=true |
435 | 2024-03-09T17:05:34.251Z | + [[ -f out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json ]] |
436 | 2024-03-09T17:05:34.251Z | + mkdir -p out/downloads |
437 | 2024-03-09T17:05:34.251Z | + '[' true == true ']' |
438 | 2024-03-09T17:05:34.251Z | + echo Downloading... |
439 | 2024-03-09T17:05:34.251Z | Downloading... |
440 | 2024-03-09T17:05:34.251Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
441 | 2024-03-09T17:05:34.252Z | + 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 |
442 | 2024-03-09T17:05:34.252Z | ++ do_sha256sum out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
443 | 2024-03-09T17:05:34.252Z | ++ case "$OSTYPE" in |
444 | 2024-03-09T17:05:34.252Z | ++ SHA=sha256sum |
445 | 2024-03-09T17:05:34.252Z | ++ sha256sum |
446 | 2024-03-09T17:05:34.252Z | ++ awk '{print $1}' |
447 | 2024-03-09T17:05:34.252Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
448 | 2024-03-09T17:05:34.253Z | + [[ 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 ]] |
449 | 2024-03-09T17:05:34.253Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
450 | 2024-03-09T17:05:34.253Z | ++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba |
451 | 2024-03-09T17:05:34.253Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
452 | 2024-03-09T17:05:34.253Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json |
453 | 2024-03-09T17:05:34.253Z | + LOCAL_FILE=out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
454 | 2024-03-09T17:05:34.254Z | + main |
455 | 2024-03-09T17:05:34.254Z | + rm -rf out/downloads/root |
456 | 2024-03-09T17:05:34.254Z | + [[ 0 != 0 ]] |
457 | 2024-03-09T17:05:34.254Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json' |
458 | 2024-03-09T17:05:34.254Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json |
459 | 2024-03-09T17:05:34.254Z | Local file: out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
460 | 2024-03-09T17:05:34.255Z | + echo 'Local file: out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json' |
461 | 2024-03-09T17:05:34.255Z | + local DO_DOWNLOAD=true |
462 | 2024-03-09T17:05:34.255Z | + [[ -f out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json ]] |
463 | 2024-03-09T17:05:34.255Z | + mkdir -p out/downloads |
464 | 2024-03-09T17:05:34.255Z | + '[' true == true ']' |
465 | 2024-03-09T17:05:34.255Z | + echo Downloading... |
466 | 2024-03-09T17:05:34.255Z | Downloading... |
467 | 2024-03-09T17:05:34.256Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
468 | 2024-03-09T17:05:34.256Z | + 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 |
469 | 2024-03-09T17:05:34.256Z | ++ do_sha256sum out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
470 | 2024-03-09T17:05:34.256Z | ++ case "$OSTYPE" in |
471 | 2024-03-09T17:05:34.256Z | ++ SHA=sha256sum |
472 | 2024-03-09T17:05:34.256Z | ++ sha256sum |
473 | 2024-03-09T17:05:34.256Z | ++ awk '{print $1}' |
474 | 2024-03-09T17:05:34.257Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
475 | 2024-03-09T17:05:34.257Z | + [[ 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 ]] |
476 | 2024-03-09T17:05:34.257Z | + set -o errexit |
477 | 2024-03-09T17:05:34.257Z | +++ dirname ./tools/ci_download_dendrite_openapi |
478 | 2024-03-09T17:05:34.257Z | ++ cd ./tools |
479 | 2024-03-09T17:05:34.257Z | ++ pwd |
480 | 2024-03-09T17:05:34.258Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
481 | 2024-03-09T17:05:34.258Z | ++ basename ./tools/ci_download_dendrite_openapi |
482 | 2024-03-09T17:05:34.258Z | + ARG0=ci_download_dendrite_openapi |
483 | 2024-03-09T17:05:34.258Z | + TARGET_DIR=out |
484 | 2024-03-09T17:05:34.259Z | + DOWNLOAD_DIR=out/downloads |
485 | 2024-03-09T17:05:34.259Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
486 | 2024-03-09T17:05:34.259Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
487 | 2024-03-09T17:05:34.259Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
488 | 2024-03-09T17:05:34.259Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
489 | 2024-03-09T17:05:34.259Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
490 | 2024-03-09T17:05:34.259Z | + main |
491 | 2024-03-09T17:05:34.260Z | + [[ 0 != 0 ]] |
492 | 2024-03-09T17:05:34.260Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
493 | 2024-03-09T17:05:34.260Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
494 | 2024-03-09T17:05:34.260Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
495 | 2024-03-09T17:05:34.260Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
496 | 2024-03-09T17:05:34.261Z | + local DO_DOWNLOAD=true |
497 | 2024-03-09T17:05:34.261Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
498 | 2024-03-09T17:05:34.261Z | + mkdir -p out/downloads |
499 | 2024-03-09T17:05:34.261Z | + '[' true == true ']' |
500 | 2024-03-09T17:05:34.261Z | + echo Downloading... |
501 | 2024-03-09T17:05:34.261Z | Downloading... |
502 | 2024-03-09T17:05:34.261Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
503 | 2024-03-09T17:05:34.261Z | + 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 |
504 | 2024-03-09T17:05:34.262Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
505 | 2024-03-09T17:05:34.262Z | ++ case "$OSTYPE" in |
506 | 2024-03-09T17:05:34.262Z | ++ SHA=sha256sum |
507 | 2024-03-09T17:05:34.262Z | ++ sha256sum |
508 | 2024-03-09T17:05:34.262Z | ++ awk '{print $1}' |
509 | 2024-03-09T17:05:34.263Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
510 | 2024-03-09T17:05:34.263Z | + [[ 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 ]] |
511 | 2024-03-09T17:05:34.263Z | + set -o errexit |
512 | 2024-03-09T17:05:34.263Z | +++ dirname ./tools/ci_download_dendrite_stub |
513 | 2024-03-09T17:05:34.263Z | ++ cd ./tools |
514 | 2024-03-09T17:05:34.275Z | ++ pwd |
515 | 2024-03-09T17:05:34.275Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
516 | 2024-03-09T17:05:34.275Z | ++ basename ./tools/ci_download_dendrite_stub |
517 | 2024-03-09T17:05:34.275Z | + ARG0=ci_download_dendrite_stub |
518 | 2024-03-09T17:05:34.276Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
519 | 2024-03-09T17:05:34.276Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
520 | 2024-03-09T17:05:34.276Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
521 | 2024-03-09T17:05:34.276Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
522 | 2024-03-09T17:05:34.276Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
523 | 2024-03-09T17:05:34.276Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
524 | 2024-03-09T17:05:34.277Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
525 | 2024-03-09T17:05:34.277Z | + TARGET_DIR=out |
526 | 2024-03-09T17:05:34.277Z | + DOWNLOAD_DIR=out/downloads |
527 | 2024-03-09T17:05:34.277Z | + DEST_DIR=./out/dendrite-stub |
528 | 2024-03-09T17:05:34.277Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
529 | 2024-03-09T17:05:34.277Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
530 | 2024-03-09T17:05:34.278Z | + REPO=oxidecomputer/dendrite |
531 | 2024-03-09T17:05:34.278Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
532 | 2024-03-09T17:05:34.278Z | + main |
533 | 2024-03-09T17:05:34.278Z | + [[ 0 != 0 ]] |
534 | 2024-03-09T17:05:34.278Z | + CIDL_OS=solaris2.11 |
535 | 2024-03-09T17:05:34.279Z | + [[ 0 != 0 ]] |
536 | 2024-03-09T17:05:34.279Z | + configure_os solaris2.11 |
537 | 2024-03-09T17:05:34.279Z | + echo 'current directory: /work/oxidecomputer/omicron' |
538 | 2024-03-09T17:05:34.279Z | current directory: /work/oxidecomputer/omicron |
539 | 2024-03-09T17:05:34.279Z | + echo 'configuring based on OS: "solaris2.11"' |
540 | 2024-03-09T17:05:34.279Z | + case "$1" in |
541 | 2024-03-09T17:05:34.279Z | + SET_BINARIES= |
542 | 2024-03-09T17:05:34.280Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
543 | 2024-03-09T17:05:34.280Z | + CIDL_SHA256FUNC=do_sha256sum |
544 | 2024-03-09T17:05:34.280Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
545 | 2024-03-09T17:05:34.280Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
546 | 2024-03-09T17:05:34.280Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
547 | 2024-03-09T17:05:34.280Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
548 | 2024-03-09T17:05:34.281Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
549 | 2024-03-09T17:05:34.281Z | configuring based on OS: "solaris2.11" |
550 | 2024-03-09T17:05:34.281Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
551 | 2024-03-09T17:05:34.281Z | Local file: out/downloads/dendrite-stub.tar.gz |
552 | 2024-03-09T17:05:34.281Z | + mkdir -p out/downloads |
553 | 2024-03-09T17:05:34.281Z | + mkdir -p ./out/dendrite-stub |
554 | 2024-03-09T17:05:34.281Z | + fetch_and_verify |
555 | 2024-03-09T17:05:34.282Z | + local DO_DOWNLOAD=true |
556 | 2024-03-09T17:05:34.282Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
557 | 2024-03-09T17:05:34.282Z | + '[' true == true ']' |
558 | 2024-03-09T17:05:34.282Z | + echo Downloading... |
559 | 2024-03-09T17:05:34.282Z | Downloading... |
560 | 2024-03-09T17:05:34.282Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
561 | 2024-03-09T17:05:34.283Z | + 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 |
562 | 2024-03-09T17:05:42.820Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
563 | 2024-03-09T17:05:42.823Z | ++ sha256sum |
564 | 2024-03-09T17:05:42.823Z | ++ awk '{print $1}' |
565 | 2024-03-09T17:05:42.846Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
566 | 2024-03-09T17:05:42.846Z | + [[ 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 ]] |
567 | 2024-03-09T17:05:42.849Z | + do_untar out/downloads/dendrite-stub.tar.gz |
568 | 2024-03-09T17:05:42.849Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
569 | 2024-03-09T17:05:43.526Z | + do_assemble |
570 | 2024-03-09T17:05:43.527Z | + rm -r ./out/dendrite-stub |
571 | 2024-03-09T17:05:43.533Z | + mkdir ./out/dendrite-stub |
572 | 2024-03-09T17:05:43.533Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
573 | 2024-03-09T17:05:43.619Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
574 | 2024-03-09T17:05:43.629Z | + set -o errexit |
575 | 2024-03-09T17:05:43.632Z | +++ dirname ./tools/ci_download_maghemite_mgd |
576 | 2024-03-09T17:05:43.632Z | ++ cd ./tools |
577 | 2024-03-09T17:05:43.636Z | ++ pwd |
578 | 2024-03-09T17:05:43.636Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
579 | 2024-03-09T17:05:43.636Z | ++ basename ./tools/ci_download_maghemite_mgd |
580 | 2024-03-09T17:05:43.636Z | + ARG0=ci_download_maghemite_mgd |
581 | 2024-03-09T17:05:43.636Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
582 | 2024-03-09T17:05:43.636Z | ++ CIDL_SHA256=151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d |
583 | 2024-03-09T17:05:43.636Z | ++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511 |
584 | 2024-03-09T17:05:43.636Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
585 | 2024-03-09T17:05:43.636Z | ++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba |
586 | 2024-03-09T17:05:43.636Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
587 | 2024-03-09T17:05:43.636Z | + TARGET_DIR=out |
588 | 2024-03-09T17:05:43.636Z | + DOWNLOAD_DIR=out/downloads |
589 | 2024-03-09T17:05:43.636Z | + DEST_DIR=./out/mgd |
590 | 2024-03-09T17:05:43.636Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
591 | 2024-03-09T17:05:43.636Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
592 | 2024-03-09T17:05:43.636Z | + REPO=oxidecomputer/maghemite |
593 | 2024-03-09T17:05:43.637Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba |
594 | 2024-03-09T17:05:43.637Z | + main |
595 | 2024-03-09T17:05:43.637Z | + rm -rf out/downloads/root |
596 | 2024-03-09T17:05:43.643Z | + [[ 0 != 0 ]] |
597 | 2024-03-09T17:05:43.643Z | + CIDL_OS=solaris2.11 |
598 | 2024-03-09T17:05:43.647Z | + [[ 0 != 0 ]] |
599 | 2024-03-09T17:05:43.647Z | + configure_os solaris2.11 |
600 | 2024-03-09T17:05:43.647Z | + echo 'current directory: /work/oxidecomputer/omicron' |
601 | 2024-03-09T17:05:43.647Z | current directory: /work/oxidecomputer/omicron |
602 | 2024-03-09T17:05:43.647Z | configuring based on OS: "solaris2.11" |
603 | 2024-03-09T17:05:43.647Z | + echo 'configuring based on OS: "solaris2.11"' |
604 | 2024-03-09T17:05:43.647Z | + case "$1" in |
605 | 2024-03-09T17:05:43.647Z | + SET_BINARIES= |
606 | 2024-03-09T17:05:43.648Z | + CIDL_SHA256FUNC=do_sha256sum |
607 | 2024-03-09T17:05:43.648Z | + TARBALL_FILENAME=mgd.tar.gz |
608 | 2024-03-09T17:05:43.648Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz |
609 | 2024-03-09T17:05:43.648Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
610 | 2024-03-09T17:05:43.648Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz' |
611 | 2024-03-09T17:05:43.648Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz |
612 | 2024-03-09T17:05:43.648Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
613 | 2024-03-09T17:05:43.648Z | Local file: out/downloads/mgd.tar.gz |
614 | 2024-03-09T17:05:43.648Z | + mkdir -p out/downloads |
615 | 2024-03-09T17:05:43.648Z | + mkdir -p ./out/mgd |
616 | 2024-03-09T17:05:43.648Z | + fetch_and_verify |
617 | 2024-03-09T17:05:43.648Z | + local DO_DOWNLOAD=true |
618 | 2024-03-09T17:05:43.648Z | + [[ -f out/downloads/mgd.tar.gz ]] |
619 | 2024-03-09T17:05:43.648Z | + '[' true == true ']' |
620 | 2024-03-09T17:05:43.648Z | + echo Downloading... |
621 | 2024-03-09T17:05:43.648Z | Downloading... |
622 | 2024-03-09T17:05:43.648Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz out/downloads/mgd.tar.gz |
623 | 2024-03-09T17:05:43.648Z | + 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 |
624 | 2024-03-09T17:05:49.901Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
625 | 2024-03-09T17:05:49.913Z | ++ sha256sum |
626 | 2024-03-09T17:05:49.913Z | ++ awk '{print $1}' |
627 | 2024-03-09T17:05:49.921Z | + calculated_sha256=151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d |
628 | 2024-03-09T17:05:49.925Z | + [[ 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 ]] |
629 | 2024-03-09T17:05:49.925Z | + do_untar out/downloads/mgd.tar.gz |
630 | 2024-03-09T17:05:49.925Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
631 | 2024-03-09T17:05:50.366Z | + do_assemble |
632 | 2024-03-09T17:05:50.366Z | + rm -r ./out/mgd |
633 | 2024-03-09T17:05:50.370Z | + mkdir ./out/mgd |
634 | 2024-03-09T17:05:50.373Z | + cp -r out/downloads/root ./out/mgd/root |
635 | 2024-03-09T17:05:50.431Z | + set -o errexit |
636 | 2024-03-09T17:05:50.437Z | +++ dirname ./tools/ci_download_transceiver_control |
637 | 2024-03-09T17:05:50.437Z | ++ cd ./tools |
638 | 2024-03-09T17:05:50.437Z | ++ pwd |
639 | 2024-03-09T17:05:50.438Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
640 | 2024-03-09T17:05:50.438Z | ++ basename ./tools/ci_download_transceiver_control |
641 | 2024-03-09T17:05:50.438Z | + ARG0=ci_download_transceiver_control |
642 | 2024-03-09T17:05:50.438Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
643 | 2024-03-09T17:05:50.447Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
644 | 2024-03-09T17:05:50.447Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
645 | 2024-03-09T17:05:50.447Z | + TARGET_DIR=out |
646 | 2024-03-09T17:05:50.447Z | + DOWNLOAD_DIR=out/downloads |
647 | 2024-03-09T17:05:50.447Z | + DEST_DIR=./out/transceiver-control |
648 | 2024-03-09T17:05:50.447Z | + BIN_DIR=/opt/oxide/bin |
649 | 2024-03-09T17:05:50.447Z | + BINARY=xcvradm |
650 | 2024-03-09T17:05:50.447Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
651 | 2024-03-09T17:05:50.447Z | + REPO=oxidecomputer/transceiver-control |
652 | 2024-03-09T17:05:50.448Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
653 | 2024-03-09T17:05:50.448Z | + main |
654 | 2024-03-09T17:05:50.448Z | + [[ 0 != 0 ]] |
655 | 2024-03-09T17:05:50.448Z | + CIDL_OS=solaris2.11 |
656 | 2024-03-09T17:05:50.448Z | + [[ 0 != 0 ]] |
657 | 2024-03-09T17:05:50.448Z | + configure_os solaris2.11 |
658 | 2024-03-09T17:05:50.448Z | + echo 'current directory: /work/oxidecomputer/omicron' |
659 | 2024-03-09T17:05:50.448Z | current directory: /work/oxidecomputer/omicron |
660 | 2024-03-09T17:05:50.448Z | + echo 'configuring based on OS: "solaris2.11"' |
661 | 2024-03-09T17:05:50.448Z | + case "$1" in |
662 | 2024-03-09T17:05:50.448Z | + SET_BINARIES= |
663 | 2024-03-09T17:05:50.448Z | configuring based on OS: "solaris2.11" |
664 | 2024-03-09T17:05:50.448Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
665 | 2024-03-09T17:05:50.449Z | + CIDL_SHA256FUNC=do_sha256sum |
666 | 2024-03-09T17:05:50.449Z | + ARCHIVE_FILENAME=xcvradm.gz |
667 | 2024-03-09T17:05:50.449Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
668 | 2024-03-09T17:05:50.449Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
669 | 2024-03-09T17:05:50.449Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
670 | 2024-03-09T17:05:50.449Z | + echo 'Local file: out/downloads/xcvradm.gz' |
671 | 2024-03-09T17:05:50.449Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
672 | 2024-03-09T17:05:50.449Z | Local file: out/downloads/xcvradm.gz |
673 | 2024-03-09T17:05:50.449Z | + mkdir -p out/downloads |
674 | 2024-03-09T17:05:50.449Z | + mkdir -p ./out/transceiver-control |
675 | 2024-03-09T17:05:50.449Z | + fetch_and_verify |
676 | 2024-03-09T17:05:50.450Z | + local DO_DOWNLOAD=true |
677 | 2024-03-09T17:05:50.450Z | + [[ -f out/downloads/xcvradm.gz ]] |
678 | 2024-03-09T17:05:50.450Z | + '[' true == true ']' |
679 | 2024-03-09T17:05:50.450Z | + echo Downloading... |
680 | 2024-03-09T17:05:50.450Z | Downloading... |
681 | 2024-03-09T17:05:50.450Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
682 | 2024-03-09T17:05:50.450Z | + 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 |
683 | 2024-03-09T17:05:52.491Z | ++ do_sha256sum out/downloads/xcvradm.gz |
684 | 2024-03-09T17:05:52.495Z | ++ sha256sum |
685 | 2024-03-09T17:05:52.495Z | ++ awk '{print $1}' |
686 | 2024-03-09T17:05:52.499Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
687 | 2024-03-09T17:05:52.500Z | + [[ 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 ]] |
688 | 2024-03-09T17:05:52.500Z | + do_unpack out/downloads/xcvradm.gz |
689 | 2024-03-09T17:05:52.500Z | + mkdir -p out/downloads/root//opt/oxide/bin |
690 | 2024-03-09T17:05:52.504Z | + gzip -dc out/downloads/xcvradm.gz |
691 | 2024-03-09T17:05:52.617Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
692 | 2024-03-09T17:05:52.620Z | + do_assemble |
693 | 2024-03-09T17:05:52.620Z | + rm -r ./out/transceiver-control |
694 | 2024-03-09T17:05:52.623Z | + mkdir ./out/transceiver-control |
695 | 2024-03-09T17:05:52.623Z | + cp -r out/downloads/root ./out/transceiver-control/root |
696 | 2024-03-09T17:05:52.692Z | + set -o errexit |
697 | 2024-03-09T17:05:52.695Z | +++ dirname ./tools/ci_download_thundermuffin |
698 | 2024-03-09T17:05:52.698Z | ++ cd ./tools |
699 | 2024-03-09T17:05:52.698Z | ++ pwd |
700 | 2024-03-09T17:05:52.698Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
701 | 2024-03-09T17:05:52.698Z | ++ basename ./tools/ci_download_thundermuffin |
702 | 2024-03-09T17:05:52.698Z | + ARG0=ci_download_thundermuffin |
703 | 2024-03-09T17:05:52.702Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
704 | 2024-03-09T17:05:52.702Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
705 | 2024-03-09T17:05:52.702Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
706 | 2024-03-09T17:05:52.702Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
707 | 2024-03-09T17:05:52.702Z | + TARGET_DIR=out |
708 | 2024-03-09T17:05:52.702Z | + DOWNLOAD_DIR=out/downloads |
709 | 2024-03-09T17:05:52.702Z | + DEST_DIR=./out/thundermuffin |
710 | 2024-03-09T17:05:52.702Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
711 | 2024-03-09T17:05:52.702Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
712 | 2024-03-09T17:05:52.702Z | + REPO=oxidecomputer/thundermuffin |
713 | 2024-03-09T17:05:52.702Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
714 | 2024-03-09T17:05:52.702Z | + main |
715 | 2024-03-09T17:05:52.702Z | + rm -rf out/downloads/root |
716 | 2024-03-09T17:05:52.706Z | + [[ 0 != 0 ]] |
717 | 2024-03-09T17:05:52.706Z | + CIDL_OS=solaris2.11 |
718 | 2024-03-09T17:05:52.706Z | + [[ 0 != 0 ]] |
719 | 2024-03-09T17:05:52.706Z | + configure_os solaris2.11 |
720 | 2024-03-09T17:05:52.706Z | + echo 'current directory: /work/oxidecomputer/omicron' |
721 | 2024-03-09T17:05:52.706Z | current directory: /work/oxidecomputer/omicron |
722 | 2024-03-09T17:05:52.706Z | + echo 'configuring based on OS: "solaris2.11"' |
723 | 2024-03-09T17:05:52.707Z | + case "$1" in |
724 | 2024-03-09T17:05:52.707Z | + SET_BINARIES= |
725 | 2024-03-09T17:05:52.707Z | configuring based on OS: "solaris2.11" |
726 | 2024-03-09T17:05:52.707Z | + CIDL_SHA256FUNC=do_sha256sum |
727 | 2024-03-09T17:05:52.707Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
728 | 2024-03-09T17:05:52.707Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
729 | 2024-03-09T17:05:52.707Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
730 | 2024-03-09T17:05:52.707Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
731 | 2024-03-09T17:05:52.707Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
732 | 2024-03-09T17:05:52.707Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
733 | 2024-03-09T17:05:52.707Z | + mkdir -p out/downloads |
734 | 2024-03-09T17:05:52.707Z | Local file: out/downloads/thundermuffin.tar.gz |
735 | 2024-03-09T17:05:52.710Z | + mkdir -p ./out/thundermuffin |
736 | 2024-03-09T17:05:52.710Z | + fetch_and_verify |
737 | 2024-03-09T17:05:52.711Z | + local DO_DOWNLOAD=true |
738 | 2024-03-09T17:05:52.711Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
739 | 2024-03-09T17:05:52.711Z | + '[' true == true ']' |
740 | 2024-03-09T17:05:52.711Z | + echo Downloading... |
741 | 2024-03-09T17:05:52.711Z | Downloading... |
742 | 2024-03-09T17:05:52.711Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
743 | 2024-03-09T17:05:52.711Z | + 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 |
744 | 2024-03-09T17:05:53.734Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
745 | 2024-03-09T17:05:53.738Z | ++ sha256sum |
746 | 2024-03-09T17:05:53.738Z | ++ awk '{print $1}' |
747 | 2024-03-09T17:05:53.742Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
748 | 2024-03-09T17:05:53.742Z | + [[ 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 ]] |
749 | 2024-03-09T17:05:53.743Z | + do_untar out/downloads/thundermuffin.tar.gz |
750 | 2024-03-09T17:05:53.743Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
751 | 2024-03-09T17:05:53.805Z | + do_assemble |
752 | 2024-03-09T17:05:53.806Z | + rm -r ./out/thundermuffin |
753 | 2024-03-09T17:05:53.814Z | + mkdir ./out/thundermuffin |
754 | 2024-03-09T17:05:53.814Z | + cp -r out/downloads/root ./out/thundermuffin/root |
755 | 2024-03-09T17:05:53.821Z | All prerequisites installed successfully |
756 | 2024-03-09T17:05:53.821Z | |
757 | 2024-03-09T17:05:53.821Z | real 1:36.120992519 |
758 | 2024-03-09T17:05:53.821Z | user 35.047082307 |
759 | 2024-03-09T17:05:53.821Z | sys 6.330096818 |
760 | 2024-03-09T17:05:53.821Z | trap 0.007177394 |
761 | 2024-03-09T17:05:53.821Z | tflt 0.205242251 |
762 | 2024-03-09T17:05:53.821Z | dflt 0.231163849 |
763 | 2024-03-09T17:05:53.821Z | kflt 0.162421892 |
764 | 2024-03-09T17:05:53.822Z | lock 1.509607344 |
765 | 2024-03-09T17:05:53.822Z | slp 3:10.807531227 |
766 | 2024-03-09T17:05:53.822Z | lat 1.973924233 |
767 | 2024-03-09T17:05:53.822Z | stop 0.131517648 |
768 | 2024-03-09T17:05:53.822Z | + banner end-to-end-tests |
769 | 2024-03-09T17:05:53.896Z | |
770 | 2024-03-09T17:05:53.897Z | ###### # # ##### ##### #### ###### # # ##### |
771 | 2024-03-09T17:05:53.897Z | # ## # # # # # # # ## # # # |
772 | 2024-03-09T17:05:53.897Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
773 | 2024-03-09T17:05:53.897Z | # # # # # # # # # # # # # # # |
774 | 2024-03-09T17:05:53.897Z | # # ## # # # # # # # ## # # |
775 | 2024-03-09T17:05:53.897Z | ###### # # ##### # #### ###### # # ##### |
776 | 2024-03-09T17:05:53.897Z | |
777 | 2024-03-09T17:05:53.905Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
778 | 2024-03-09T17:05:53.906Z | + CARGO_PROFILE_DEV_DEBUG=1 |
779 | 2024-03-09T17:05:53.906Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
780 | 2024-03-09T17:05:53.906Z | + CARGO_PROFILE_TEST_DEBUG=1 |
781 | 2024-03-09T17:05:53.906Z | + export CARGO_INCREMENTAL=0 |
782 | 2024-03-09T17:05:53.906Z | + CARGO_INCREMENTAL=0 |
783 | 2024-03-09T17:05:53.906Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
784 | 2024-03-09T17:05:54.104Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
785 | 2024-03-09T17:05:54.428Z | Updating git repository `https://github.com/oxidecomputer/samael` |
786 | 2024-03-09T17:05:54.750Z | Updating git repository `https://github.com/oxidecomputer/zone` |
787 | 2024-03-09T17:05:55.025Z | Updating crates.io index |
788 | 2024-03-09T17:05:55.029Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
789 | 2024-03-09T17:05:55.806Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
790 | 2024-03-09T17:05:57.593Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
791 | 2024-03-09T17:05:58.133Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
792 | 2024-03-09T17:05:58.419Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
793 | 2024-03-09T17:05:58.710Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
794 | 2024-03-09T17:05:58.985Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
795 | 2024-03-09T17:05:59.254Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
796 | 2024-03-09T17:06:00.260Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
797 | 2024-03-09T17:06:02.357Z | Updating git repository `https://github.com/oxidecomputer/opte` |
798 | 2024-03-09T17:06:03.309Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
799 | 2024-03-09T17:06:03.649Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
800 | 2024-03-09T17:06:04.420Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
801 | 2024-03-09T17:06:04.716Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
802 | 2024-03-09T17:06:04.997Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
803 | 2024-03-09T17:06:06.352Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
804 | 2024-03-09T17:06:06.722Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
805 | 2024-03-09T17:06:07.037Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
806 | 2024-03-09T17:06:07.397Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
807 | 2024-03-09T17:06:07.869Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
808 | 2024-03-09T17:06:09.228Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
809 | 2024-03-09T17:06:09.563Z | Updating git repository `https://github.com/jgallagher/nix` |
810 | 2024-03-09T17:06:10.534Z | Updating git repository `https://github.com/cbiffle/hubpack` |
811 | 2024-03-09T17:06:10.931Z | Updating git repository `https://github.com/oxidecomputer/typify` |
812 | 2024-03-09T17:06:12.584Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
813 | 2024-03-09T17:06:13.039Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
814 | 2024-03-09T17:06:13.356Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
815 | 2024-03-09T17:06:14.695Z | Downloading crates ... |
816 | 2024-03-09T17:06:14.906Z | Downloaded md5 v0.7.0 |
817 | 2024-03-09T17:06:14.909Z | Downloaded nibble_vec v0.1.0 |
818 | 2024-03-09T17:06:14.915Z | Downloaded addr2line v0.21.0 |
819 | 2024-03-09T17:06:14.919Z | Downloaded md-5 v0.10.5 |
820 | 2024-03-09T17:06:14.919Z | Downloaded convert_case v0.4.0 |
821 | 2024-03-09T17:06:14.919Z | Downloaded memchr v2.7.1 |
822 | 2024-03-09T17:06:14.925Z | Downloaded num-integer v0.1.46 |
823 | 2024-03-09T17:06:14.928Z | Downloaded nanorand v0.7.0 |
824 | 2024-03-09T17:06:14.933Z | Downloaded multer v3.0.0 |
825 | 2024-03-09T17:06:14.936Z | Downloaded constant_time_eq v0.3.0 |
826 | 2024-03-09T17:06:14.936Z | Downloaded colored v2.1.0 |
827 | 2024-03-09T17:06:14.939Z | Downloaded native-tls v0.2.11 |
828 | 2024-03-09T17:06:14.939Z | Downloaded allocator-api2 v0.2.16 |
829 | 2024-03-09T17:06:14.943Z | Downloaded anstyle-query v1.0.0 |
830 | 2024-03-09T17:06:14.946Z | Downloaded cobs v0.2.3 |
831 | 2024-03-09T17:06:14.949Z | Downloaded aes-gcm v0.10.3 |
832 | 2024-03-09T17:06:14.953Z | Downloaded argon2 v0.5.3 |
833 | 2024-03-09T17:06:14.953Z | Downloaded anstyle v1.0.2 |
834 | 2024-03-09T17:06:14.957Z | Downloaded adler v1.0.2 |
835 | 2024-03-09T17:06:14.957Z | Downloaded ahash v0.8.8 |
836 | 2024-03-09T17:06:14.960Z | Downloaded ansi_term v0.12.1 |
837 | 2024-03-09T17:06:14.963Z | Downloaded minimal-lexical v0.2.1 |
838 | 2024-03-09T17:06:14.966Z | Downloaded memmap v0.7.0 |
839 | 2024-03-09T17:06:14.971Z | Downloaded async-stream-impl v0.3.5 |
840 | 2024-03-09T17:06:14.971Z | Downloaded clap_derive v4.5.0 |
841 | 2024-03-09T17:06:14.974Z | Downloaded atomicwrites v0.4.3 |
842 | 2024-03-09T17:06:14.974Z | Downloaded bit-set v0.5.3 |
843 | 2024-03-09T17:06:14.978Z | Downloaded async-trait v0.1.77 |
844 | 2024-03-09T17:06:14.984Z | Downloaded matches v0.1.10 |
845 | 2024-03-09T17:06:14.984Z | Downloaded atty v0.2.14 |
846 | 2024-03-09T17:06:14.988Z | Downloaded new_debug_unreachable v1.0.4 |
847 | 2024-03-09T17:06:14.988Z | Downloaded aead v0.5.2 |
848 | 2024-03-09T17:06:14.988Z | Downloaded cpufeatures v0.2.12 |
849 | 2024-03-09T17:06:14.991Z | Downloaded kstat-rs v0.2.3 |
850 | 2024-03-09T17:06:14.994Z | Downloaded lazy_static v1.4.0 |
851 | 2024-03-09T17:06:14.994Z | Downloaded bit-vec v0.6.3 |
852 | 2024-03-09T17:06:14.997Z | Downloaded mime_guess v2.0.4 |
853 | 2024-03-09T17:06:15.001Z | Downloaded option-ext v0.2.0 |
854 | 2024-03-09T17:06:15.001Z | Downloaded block-padding v0.3.3 |
855 | 2024-03-09T17:06:15.005Z | Downloaded ciborium-io v0.2.2 |
856 | 2024-03-09T17:06:15.005Z | Downloaded colorchoice v1.0.0 |
857 | 2024-03-09T17:06:15.005Z | Downloaded clap_lex v0.7.0 |
858 | 2024-03-09T17:06:15.008Z | Downloaded cstr-argument v0.1.2 |
859 | 2024-03-09T17:06:15.008Z | Downloaded atomic-waker v1.1.1 |
860 | 2024-03-09T17:06:15.008Z | Downloaded autocfg v1.1.0 |
861 | 2024-03-09T17:06:15.012Z | Downloaded crossbeam-deque v0.8.3 |
862 | 2024-03-09T17:06:15.012Z | Downloaded cookie v0.17.0 |
863 | 2024-03-09T17:06:15.015Z | Downloaded openssl-macros v0.1.1 |
864 | 2024-03-09T17:06:15.015Z | Downloaded curve25519-dalek-derive v0.1.0 |
865 | 2024-03-09T17:06:15.018Z | Downloaded match_cfg v0.1.0 |
866 | 2024-03-09T17:06:15.018Z | Downloaded openssl-probe v0.1.5 |
867 | 2024-03-09T17:06:15.022Z | Downloaded normalize-line-endings v0.3.0 |
868 | 2024-03-09T17:06:15.022Z | Downloaded phf_shared v0.10.0 |
869 | 2024-03-09T17:06:15.022Z | Downloaded num_threads v0.1.6 |
870 | 2024-03-09T17:06:15.025Z | Downloaded num-conv v0.1.0 |
871 | 2024-03-09T17:06:15.025Z | Downloaded darling_macro v0.20.3 |
872 | 2024-03-09T17:06:15.025Z | Downloaded anstream v0.6.11 |
873 | 2024-03-09T17:06:15.028Z | Downloaded base16ct v0.2.0 |
874 | 2024-03-09T17:06:15.028Z | Downloaded newtype_derive v0.1.6 |
875 | 2024-03-09T17:06:15.032Z | Downloaded ipnetwork v0.20.0 |
876 | 2024-03-09T17:06:15.032Z | Downloaded crucible-workspace-hack v0.1.0 |
877 | 2024-03-09T17:06:15.035Z | Downloaded time-core v0.1.2 |
878 | 2024-03-09T17:06:15.035Z | Downloaded internet-checksum v0.2.1 |
879 | 2024-03-09T17:06:15.035Z | Downloaded camino v1.1.6 |
880 | 2024-03-09T17:06:15.038Z | Downloaded camino-tempfile v1.1.1 |
881 | 2024-03-09T17:06:15.042Z | Downloaded tower-service v0.3.2 |
882 | 2024-03-09T17:06:15.042Z | Downloaded cbc v0.1.2 |
883 | 2024-03-09T17:06:15.045Z | Downloaded usdt-macro v0.3.5 |
884 | 2024-03-09T17:06:15.045Z | Downloaded usdt-attr-macro v0.5.0 |
885 | 2024-03-09T17:06:15.045Z | Downloaded strum v0.26.1 |
886 | 2024-03-09T17:06:15.048Z | Downloaded libsw v3.3.1 |
887 | 2024-03-09T17:06:15.048Z | Downloaded num v0.4.1 |
888 | 2024-03-09T17:06:15.054Z | Downloaded chacha20 v0.9.1 |
889 | 2024-03-09T17:06:15.057Z | Downloaded libefi-sys v0.1.0 |
890 | 2024-03-09T17:06:15.057Z | Downloaded macaddr v1.0.1 |
891 | 2024-03-09T17:06:15.057Z | Downloaded spin v0.5.2 |
892 | 2024-03-09T17:06:15.057Z | Downloaded blowfish v0.9.1 |
893 | 2024-03-09T17:06:15.060Z | Downloaded async-stream v0.3.5 |
894 | 2024-03-09T17:06:15.061Z | Downloaded cfg-if v1.0.0 |
895 | 2024-03-09T17:06:15.061Z | Downloaded arrayref v0.3.7 |
896 | 2024-03-09T17:06:15.064Z | Downloaded pin-utils v0.1.0 |
897 | 2024-03-09T17:06:15.064Z | Downloaded pkg-config v0.3.27 |
898 | 2024-03-09T17:06:15.068Z | Downloaded lalrpop-util v0.19.12 |
899 | 2024-03-09T17:06:15.068Z | Downloaded num-iter v0.1.44 |
900 | 2024-03-09T17:06:15.071Z | Downloaded num_enum v0.5.11 |
901 | 2024-03-09T17:06:15.075Z | Downloaded phf v0.11.2 |
902 | 2024-03-09T17:06:15.075Z | Downloaded string_cache v0.8.7 |
903 | 2024-03-09T17:06:15.078Z | Downloaded mime v0.3.17 |
904 | 2024-03-09T17:06:15.078Z | Downloaded percent-encoding v2.3.1 |
905 | 2024-03-09T17:06:15.078Z | Downloaded pem-rfc7468 v0.7.0 |
906 | 2024-03-09T17:06:15.081Z | Downloaded data-encoding v2.4.0 |
907 | 2024-03-09T17:06:15.081Z | Downloaded num_cpus v1.16.0 |
908 | 2024-03-09T17:06:15.085Z | Downloaded base64ct v1.6.0 |
909 | 2024-03-09T17:06:15.088Z | Downloaded ctr v0.9.2 |
910 | 2024-03-09T17:06:15.091Z | Downloaded phf_shared v0.11.2 |
911 | 2024-03-09T17:06:15.092Z | Downloaded defmt-macros v0.3.6 |
912 | 2024-03-09T17:06:15.096Z | Downloaded rand_chacha v0.3.1 |
913 | 2024-03-09T17:06:15.096Z | Downloaded ciborium-ll v0.2.2 |
914 | 2024-03-09T17:06:15.096Z | Downloaded bitflags v2.4.2 |
915 | 2024-03-09T17:06:15.099Z | Downloaded lru-cache v0.1.2 |
916 | 2024-03-09T17:06:15.103Z | Downloaded num-derive v0.4.0 |
917 | 2024-03-09T17:06:15.103Z | Downloaded headers-core v0.2.0 |
918 | 2024-03-09T17:06:15.103Z | Downloaded keccak v0.1.4 |
919 | 2024-03-09T17:06:15.106Z | Downloaded anstyle-parse v0.2.1 |
920 | 2024-03-09T17:06:15.106Z | Downloaded poly1305 v0.8.0 |
921 | 2024-03-09T17:06:15.109Z | Downloaded dtrace-parser v0.2.0 |
922 | 2024-03-09T17:06:15.109Z | Downloaded ed25519 v2.2.2 |
923 | 2024-03-09T17:06:15.112Z | Downloaded powerfmt v0.2.0 |
924 | 2024-03-09T17:06:15.112Z | Downloaded tokio-native-tls v0.3.1 |
925 | 2024-03-09T17:06:15.116Z | Downloaded bzip2 v0.4.4 |
926 | 2024-03-09T17:06:15.116Z | Downloaded thiserror-impl v1.0.57 |
927 | 2024-03-09T17:06:15.122Z | Downloaded cipher v0.4.4 |
928 | 2024-03-09T17:06:15.122Z | Downloaded cancel-safe-futures v0.1.5 |
929 | 2024-03-09T17:06:15.125Z | Downloaded log v0.4.20 |
930 | 2024-03-09T17:06:15.125Z | Downloaded time-macros v0.2.17 |
931 | 2024-03-09T17:06:15.125Z | Downloaded owo-colors v4.0.0 |
932 | 2024-03-09T17:06:15.128Z | Downloaded pest_derive v2.7.6 |
933 | 2024-03-09T17:06:15.131Z | Downloaded rustc_version v0.4.0 |
934 | 2024-03-09T17:06:15.132Z | Downloaded spin v0.9.8 |
935 | 2024-03-09T17:06:15.135Z | Downloaded parking_lot_core v0.8.6 |
936 | 2024-03-09T17:06:15.138Z | Downloaded num-rational v0.4.1 |
937 | 2024-03-09T17:06:15.139Z | Downloaded darling v0.20.3 |
938 | 2024-03-09T17:06:15.142Z | Downloaded foreign-types v0.3.2 |
939 | 2024-03-09T17:06:15.142Z | Downloaded defmt v0.3.5 |
940 | 2024-03-09T17:06:15.145Z | Downloaded russh-cryptovec v0.7.0 |
941 | 2024-03-09T17:06:15.148Z | Downloaded signal-hook-registry v1.4.1 |
942 | 2024-03-09T17:06:15.148Z | Downloaded password-hash v0.5.0 |
943 | 2024-03-09T17:06:15.152Z | Downloaded rustfmt-wrapper v0.2.0 |
944 | 2024-03-09T17:06:15.152Z | Downloaded lock_api v0.4.10 |
945 | 2024-03-09T17:06:15.152Z | Downloaded toml_datetime v0.6.5 |
946 | 2024-03-09T17:06:15.155Z | Downloaded spki v0.7.2 |
947 | 2024-03-09T17:06:15.155Z | Downloaded bcrypt-pbkdf v0.10.0 |
948 | 2024-03-09T17:06:15.159Z | Downloaded pkcs8 v0.10.2 |
949 | 2024-03-09T17:06:15.159Z | Downloaded linear-map v1.2.0 |
950 | 2024-03-09T17:06:15.162Z | Downloaded aho-corasick v1.1.2 |
951 | 2024-03-09T17:06:15.165Z | Downloaded ppv-lite86 v0.2.17 |
952 | 2024-03-09T17:06:15.169Z | Downloaded fxhash v0.2.1 |
953 | 2024-03-09T17:06:15.169Z | Downloaded tinyvec_macros v0.1.1 |
954 | 2024-03-09T17:06:15.169Z | Downloaded difflib v0.4.0 |
955 | 2024-03-09T17:06:15.172Z | Downloaded diesel_table_macro_syntax v0.1.0 |
956 | 2024-03-09T17:06:15.172Z | Downloaded try-lock v0.2.4 |
957 | 2024-03-09T17:06:15.172Z | Downloaded usdt-attr-macro v0.3.5 |
958 | 2024-03-09T17:06:15.178Z | Downloaded base64 v0.21.7 |
959 | 2024-03-09T17:06:15.182Z | Downloaded version_check v0.9.4 |
960 | 2024-03-09T17:06:15.182Z | Downloaded gethostname v0.4.3 |
961 | 2024-03-09T17:06:15.182Z | Downloaded static_assertions v1.1.0 |
962 | 2024-03-09T17:06:15.182Z | Downloaded yasna v0.5.2 |
963 | 2024-03-09T17:06:15.185Z | Downloaded stable_deref_trait v1.2.0 |
964 | 2024-03-09T17:06:15.185Z | Downloaded ciborium v0.2.2 |
965 | 2024-03-09T17:06:15.189Z | Downloaded backtrace v0.3.69 |
966 | 2024-03-09T17:06:15.192Z | Downloaded thiserror v1.0.57 |
967 | 2024-03-09T17:06:15.196Z | Downloaded pest_meta v2.7.6 |
968 | 2024-03-09T17:06:15.199Z | Downloaded toolchain_find v0.2.0 |
969 | 2024-03-09T17:06:15.199Z | Downloaded terminal_size v0.3.0 |
970 | 2024-03-09T17:06:15.204Z | Downloaded scheduled-thread-pool v0.2.7 |
971 | 2024-03-09T17:06:15.204Z | Downloaded textwrap v0.11.0 |
972 | 2024-03-09T17:06:15.204Z | Downloaded fixedbitset v0.4.2 |
973 | 2024-03-09T17:06:15.207Z | Downloaded want v0.3.1 |
974 | 2024-03-09T17:06:15.207Z | Downloaded hex-literal v0.4.1 |
975 | 2024-03-09T17:06:15.207Z | Downloaded errno v0.3.8 |
976 | 2024-03-09T17:06:15.207Z | Downloaded miniz_oxide v0.7.1 |
977 | 2024-03-09T17:06:15.211Z | Downloaded foreign-types-shared v0.3.1 |
978 | 2024-03-09T17:06:15.211Z | Downloaded pin-project-lite v0.2.13 |
979 | 2024-03-09T17:06:15.215Z | Downloaded hash32 v0.2.1 |
980 | 2024-03-09T17:06:15.219Z | Downloaded fastrand v2.0.1 |
981 | 2024-03-09T17:06:15.219Z | Downloaded crossbeam-utils v0.8.19 |
982 | 2024-03-09T17:06:15.222Z | Downloaded crossbeam-epoch v0.9.18 |
983 | 2024-03-09T17:06:15.225Z | Downloaded derive_more v0.99.17 |
984 | 2024-03-09T17:06:15.229Z | Downloaded getopts v0.2.21 |
985 | 2024-03-09T17:06:15.232Z | Downloaded float-cmp v0.9.0 |
986 | 2024-03-09T17:06:15.232Z | Downloaded embedded-io v0.4.0 |
987 | 2024-03-09T17:06:15.235Z | Downloaded const-oid v0.9.6 |
988 | 2024-03-09T17:06:15.235Z | Downloaded zeroize v1.7.0 |
989 | 2024-03-09T17:06:15.239Z | Downloaded rustversion v1.0.14 |
990 | 2024-03-09T17:06:15.239Z | Downloaded mio v0.8.11 |
991 | 2024-03-09T17:06:15.244Z | Downloaded p256 v0.13.2 |
992 | 2024-03-09T17:06:15.250Z | Downloaded rand_core v0.5.1 |
993 | 2024-03-09T17:06:15.253Z | Downloaded dirs-sys-next v0.1.2 |
994 | 2024-03-09T17:06:15.253Z | Downloaded opaque-debug v0.3.0 |
995 | 2024-03-09T17:06:15.253Z | Downloaded utf8parse v0.2.1 |
996 | 2024-03-09T17:06:15.254Z | Downloaded futures-sink v0.3.30 |
997 | 2024-03-09T17:06:15.254Z | Downloaded clap v4.5.1 |
998 | 2024-03-09T17:06:15.261Z | Downloaded psl-types v2.0.11 |
999 | 2024-03-09T17:06:15.266Z | Downloaded pretty-hex v0.4.1 |
1000 | 2024-03-09T17:06:15.266Z | Downloaded scroll_derive v0.12.0 |
1001 | 2024-03-09T17:06:15.266Z | Downloaded topological-sort v0.2.2 |
1002 | 2024-03-09T17:06:15.269Z | Downloaded foreign-types-macros v0.2.3 |
1003 | 2024-03-09T17:06:15.269Z | Downloaded unicode-bidi v0.3.15 |
1004 | 2024-03-09T17:06:15.270Z | Downloaded signature v2.1.0 |
1005 | 2024-03-09T17:06:15.274Z | Downloaded inout v0.1.3 |
1006 | 2024-03-09T17:06:15.274Z | Downloaded http-body v0.4.5 |
1007 | 2024-03-09T17:06:15.274Z | Downloaded unicode-xid v0.2.4 |
1008 | 2024-03-09T17:06:15.277Z | Downloaded term v0.7.0 |
1009 | 2024-03-09T17:06:15.281Z | Downloaded unicase v2.7.0 |
1010 | 2024-03-09T17:06:15.281Z | Downloaded dhcproto-macros v0.1.0 |
1011 | 2024-03-09T17:06:15.281Z | Downloaded serde_derive_internals v0.26.0 |
1012 | 2024-03-09T17:06:15.284Z | Downloaded tokio-rustls v0.24.1 |
1013 | 2024-03-09T17:06:15.284Z | Downloaded serde_repr v0.1.16 |
1014 | 2024-03-09T17:06:15.288Z | Downloaded equivalent v1.0.1 |
1015 | 2024-03-09T17:06:15.288Z | Downloaded same-file v1.0.6 |
1016 | 2024-03-09T17:06:15.291Z | Downloaded filetime v0.2.23 |
1017 | 2024-03-09T17:06:15.291Z | Downloaded utf-8 v0.7.6 |
1018 | 2024-03-09T17:06:15.291Z | Downloaded slog-stdlog v4.1.1 |
1019 | 2024-03-09T17:06:15.294Z | Downloaded hubpack v0.1.2 |
1020 | 2024-03-09T17:06:15.294Z | Downloaded crossbeam-channel v0.5.8 |
1021 | 2024-03-09T17:06:15.298Z | Downloaded semver-parser v0.10.2 |
1022 | 2024-03-09T17:06:15.301Z | Downloaded darling_core v0.20.3 |
1023 | 2024-03-09T17:06:15.305Z | Downloaded foreign-types-shared v0.1.1 |
1024 | 2024-03-09T17:06:15.308Z | Downloaded tokio-rustls v0.25.0 |
1025 | 2024-03-09T17:06:15.308Z | Downloaded hubpack_derive v0.1.1 |
1026 | 2024-03-09T17:06:15.308Z | Downloaded tabwriter v1.4.0 |
1027 | 2024-03-09T17:06:15.311Z | Downloaded rfc6979 v0.4.0 |
1028 | 2024-03-09T17:06:15.311Z | Downloaded ryu v1.0.15 |
1029 | 2024-03-09T17:06:15.315Z | Downloaded subprocess v0.2.9 |
1030 | 2024-03-09T17:06:15.321Z | Downloaded thiserror-no-std v2.0.2 |
1031 | 2024-03-09T17:06:15.324Z | Downloaded thread-id v4.2.0 |
1032 | 2024-03-09T17:06:15.324Z | Downloaded serde_with_macros v3.6.1 |
1033 | 2024-03-09T17:06:15.324Z | Downloaded socket2 v0.4.9 |
1034 | 2024-03-09T17:06:15.324Z | Downloaded dof v0.1.5 |
1035 | 2024-03-09T17:06:15.335Z | Downloaded sec1 v0.7.3 |
1036 | 2024-03-09T17:06:15.338Z | Downloaded swrite v0.1.0 |
1037 | 2024-03-09T17:06:15.338Z | Downloaded ident_case v1.0.1 |
1038 | 2024-03-09T17:06:15.341Z | Downloaded platforms v3.0.2 |
1039 | 2024-03-09T17:06:15.341Z | Downloaded unicode-ident v1.0.12 |
1040 | 2024-03-09T17:06:15.345Z | Downloaded unicode-width v0.1.11 |
1041 | 2024-03-09T17:06:15.348Z | Downloaded hyper-staticfile v0.9.5 |
1042 | 2024-03-09T17:06:15.348Z | Downloaded slog-bunyan v2.5.0 |
1043 | 2024-03-09T17:06:15.351Z | Downloaded zerocopy-derive v0.7.32 |
1044 | 2024-03-09T17:06:15.355Z | Downloaded parking_lot_core v0.9.8 |
1045 | 2024-03-09T17:06:15.355Z | Downloaded flagset v0.4.3 |
1046 | 2024-03-09T17:06:15.358Z | Downloaded trust-dns-server v0.22.1 |
1047 | 2024-03-09T17:06:15.361Z | Downloaded pretty-hex v0.2.1 |
1048 | 2024-03-09T17:06:15.364Z | Downloaded structopt-derive v0.4.18 |
1049 | 2024-03-09T17:06:15.364Z | Downloaded der v0.7.8 |
1050 | 2024-03-09T17:06:15.368Z | Downloaded schemars v0.8.16 |
1051 | 2024-03-09T17:06:15.378Z | Downloaded usdt-macro v0.5.0 |
1052 | 2024-03-09T17:06:15.381Z | Downloaded form_urlencoded v1.2.1 |
1053 | 2024-03-09T17:06:15.381Z | Downloaded display-error-chain v0.2.0 |
1054 | 2024-03-09T17:06:15.382Z | Downloaded slab v0.4.9 |
1055 | 2024-03-09T17:06:15.385Z | Downloaded toml v0.5.11 |
1056 | 2024-03-09T17:06:15.385Z | Downloaded thread_local v1.1.7 |
1057 | 2024-03-09T17:06:15.388Z | Downloaded rustc_version v0.1.7 |
1058 | 2024-03-09T17:06:15.388Z | Downloaded strsim v0.8.0 |
1059 | 2024-03-09T17:06:15.388Z | Downloaded dyn-clone v1.0.17 |
1060 | 2024-03-09T17:06:15.395Z | Downloaded siphasher v0.3.11 |
1061 | 2024-03-09T17:06:15.395Z | Downloaded pest_generator v2.7.6 |
1062 | 2024-03-09T17:06:15.398Z | Downloaded sct v0.7.0 |
1063 | 2024-03-09T17:06:15.398Z | Downloaded rustls-pki-types v1.3.0 |
1064 | 2024-03-09T17:06:15.398Z | Downloaded enum-as-inner v0.5.1 |
1065 | 2024-03-09T17:06:15.398Z | Downloaded dtrace-parser v0.1.14 |
1066 | 2024-03-09T17:06:15.401Z | Downloaded instant v0.1.12 |
1067 | 2024-03-09T17:06:15.401Z | Downloaded whoami v1.5.0 |
1068 | 2024-03-09T17:06:15.402Z | Downloaded russh-keys v0.42.0 |
1069 | 2024-03-09T17:06:15.405Z | Downloaded walkdir v2.4.0 |
1070 | 2024-03-09T17:06:15.408Z | Downloaded dirs-sys v0.4.1 |
1071 | 2024-03-09T17:06:15.408Z | Downloaded slog-async v2.8.0 |
1072 | 2024-03-09T17:06:15.408Z | Downloaded semver v0.1.20 |
1073 | 2024-03-09T17:06:15.411Z | Downloaded pbkdf2 v0.11.0 |
1074 | 2024-03-09T17:06:15.412Z | Downloaded serde_yaml v0.9.25 |
1075 | 2024-03-09T17:06:15.415Z | Downloaded vsss-rs v3.3.4 |
1076 | 2024-03-09T17:06:15.418Z | Downloaded flume v0.11.0 |
1077 | 2024-03-09T17:06:15.421Z | Downloaded postgres-types v0.2.6 |
1078 | 2024-03-09T17:06:15.425Z | Downloaded tungstenite v0.20.1 |
1079 | 2024-03-09T17:06:15.428Z | Downloaded home v0.5.5 |
1080 | 2024-03-09T17:06:15.428Z | Downloaded generic-array v0.14.7 |
1081 | 2024-03-09T17:06:15.428Z | Downloaded toml v0.7.8 |
1082 | 2024-03-09T17:06:15.433Z | Downloaded http-range v0.1.5 |
1083 | 2024-03-09T17:06:15.433Z | Downloaded serde_path_to_error v0.1.15 |
1084 | 2024-03-09T17:06:15.433Z | Downloaded crossterm v0.27.0 |
1085 | 2024-03-09T17:06:15.438Z | Downloaded digest v0.10.7 |
1086 | 2024-03-09T17:06:15.441Z | Downloaded sha2 v0.10.8 |
1087 | 2024-03-09T17:06:15.447Z | Downloaded usdt v0.3.5 |
1088 | 2024-03-09T17:06:15.447Z | Downloaded serde_tokenstream v0.1.7 |
1089 | 2024-03-09T17:06:15.447Z | Downloaded xattr v1.0.1 |
1090 | 2024-03-09T17:06:15.447Z | Downloaded proc-macro-error-attr v1.0.4 |
1091 | 2024-03-09T17:06:15.451Z | Downloaded httpdate v1.0.3 |
1092 | 2024-03-09T17:06:15.451Z | Downloaded take_mut v0.2.2 |
1093 | 2024-03-09T17:06:15.451Z | Downloaded predicates-core v1.0.6 |
1094 | 2024-03-09T17:06:15.451Z | Downloaded waitgroup v0.1.2 |
1095 | 2024-03-09T17:06:15.455Z | Downloaded slog-dtrace v0.3.0 |
1096 | 2024-03-09T17:06:15.455Z | Downloaded hash32 v0.3.1 |
1097 | 2024-03-09T17:06:15.455Z | Downloaded parse-display-derive v0.9.0 |
1098 | 2024-03-09T17:06:15.461Z | Downloaded precomputed-hash v0.1.1 |
1099 | 2024-03-09T17:06:15.461Z | Downloaded scopeguard v1.2.0 |
1100 | 2024-03-09T17:06:15.461Z | Downloaded slog-scope v4.4.0 |
1101 | 2024-03-09T17:06:15.461Z | Downloaded rustls-pemfile v1.0.3 |
1102 | 2024-03-09T17:06:15.464Z | Downloaded group v0.13.0 |
1103 | 2024-03-09T17:06:15.465Z | Downloaded serde_tokenstream v0.2.0 |
1104 | 2024-03-09T17:06:15.465Z | Downloaded deranged v0.3.11 |
1105 | 2024-03-09T17:06:15.468Z | Downloaded usdt v0.5.0 |
1106 | 2024-03-09T17:06:15.468Z | Downloaded fallible-iterator v0.2.0 |
1107 | 2024-03-09T17:06:15.468Z | Downloaded rustls-pemfile v2.1.1 |
1108 | 2024-03-09T17:06:15.472Z | Downloaded trust-dns-resolver v0.22.0 |
1109 | 2024-03-09T17:06:15.475Z | Downloaded slog-term v2.9.0 |
1110 | 2024-03-09T17:06:15.478Z | Downloaded hostname v0.3.1 |
1111 | 2024-03-09T17:06:15.478Z | Downloaded proc-macro-crate v1.3.1 |
1112 | 2024-03-09T17:06:15.478Z | Downloaded foreign-types v0.5.0 |
1113 | 2024-03-09T17:06:15.482Z | Downloaded signal-hook-mio v0.2.3 |
1114 | 2024-03-09T17:06:15.482Z | Downloaded rayon-core v1.12.1 |
1115 | 2024-03-09T17:06:15.485Z | Downloaded httparse v1.8.0 |
1116 | 2024-03-09T17:06:15.485Z | Downloaded url v2.5.0 |
1117 | 2024-03-09T17:06:15.488Z | Downloaded indexmap v1.9.3 |
1118 | 2024-03-09T17:06:15.492Z | Downloaded slog-json v2.6.1 |
1119 | 2024-03-09T17:06:15.495Z | Downloaded once_cell v1.19.0 |
1120 | 2024-03-09T17:06:15.495Z | Downloaded smf v0.2.2 |
1121 | 2024-03-09T17:06:15.498Z | Downloaded structmeta-derive v0.3.0 |
1122 | 2024-03-09T17:06:15.498Z | Downloaded socket2 v0.5.5 |
1123 | 2024-03-09T17:06:15.501Z | Downloaded pbkdf2 v0.12.2 |
1124 | 2024-03-09T17:06:15.501Z | Downloaded polyval v0.6.1 |
1125 | 2024-03-09T17:06:15.501Z | Downloaded r2d2 v0.8.10 |
1126 | 2024-03-09T17:06:15.504Z | Downloaded structmeta v0.3.0 |
1127 | 2024-03-09T17:06:15.505Z | Downloaded secrecy v0.8.0 |
1128 | 2024-03-09T17:06:15.505Z | Downloaded schemars_derive v0.8.16 |
1129 | 2024-03-09T17:06:15.508Z | Downloaded rand_chacha v0.2.2 |
1130 | 2024-03-09T17:06:15.508Z | Downloaded primeorder v0.13.6 |
1131 | 2024-03-09T17:06:15.512Z | Downloaded tokio-tungstenite v0.20.1 |
1132 | 2024-03-09T17:06:15.512Z | Downloaded usdt-impl v0.3.5 |
1133 | 2024-03-09T17:06:15.512Z | Downloaded rcgen v0.12.1 |
1134 | 2024-03-09T17:06:15.515Z | Downloaded synstructure v0.12.6 |
1135 | 2024-03-09T17:06:15.515Z | Downloaded scroll v0.12.0 |
1136 | 2024-03-09T17:06:15.518Z | Downloaded tinyvec v1.6.0 |
1137 | 2024-03-09T17:06:15.521Z | Downloaded itertools v0.10.5 |
1138 | 2024-03-09T17:06:15.528Z | Downloaded quote v1.0.35 |
1139 | 2024-03-09T17:06:15.531Z | Downloaded typenum v1.16.0 |
1140 | 2024-03-09T17:06:15.531Z | Downloaded trust-dns-client v0.22.0 |
1141 | 2024-03-09T17:06:15.535Z | Downloaded strum_macros v0.26.1 |
1142 | 2024-03-09T17:06:15.538Z | Downloaded hmac v0.12.1 |
1143 | 2024-03-09T17:06:15.538Z | Downloaded http v1.0.0 |
1144 | 2024-03-09T17:06:15.542Z | Downloaded flate2 v1.0.28 |
1145 | 2024-03-09T17:06:15.545Z | Downloaded slog v2.7.0 |
1146 | 2024-03-09T17:06:15.548Z | Downloaded blake3 v1.5.0 |
1147 | 2024-03-09T17:06:15.554Z | Downloaded half v2.3.1 |
1148 | 2024-03-09T17:06:15.557Z | Downloaded indexmap v2.2.5 |
1149 | 2024-03-09T17:06:15.561Z | Downloaded tracing-core v0.1.32 |
1150 | 2024-03-09T17:06:15.564Z | Downloaded russh v0.42.0 |
1151 | 2024-03-09T17:06:15.568Z | Downloaded headers v0.3.9 |
1152 | 2024-03-09T17:06:15.572Z | Downloaded endian-type v0.1.2 |
1153 | 2024-03-09T17:06:15.575Z | Downloaded toml_edit v0.19.15 |
1154 | 2024-03-09T17:06:15.587Z | Downloaded similar v2.4.0 |
1155 | 2024-03-09T17:06:15.591Z | Downloaded rand v0.8.5 |
1156 | 2024-03-09T17:06:15.597Z | Downloaded zerocopy v0.7.32 |
1157 | 2024-03-09T17:06:15.610Z | Downloaded zip v0.6.6 |
1158 | 2024-03-09T17:06:15.613Z | Downloaded heck v0.4.1 |
1159 | 2024-03-09T17:06:15.616Z | Downloaded heck v0.3.3 |
1160 | 2024-03-09T17:06:15.616Z | Downloaded hkdf v0.12.4 |
1161 | 2024-03-09T17:06:15.620Z | Downloaded unicode-segmentation v1.10.1 |
1162 | 2024-03-09T17:06:15.623Z | Downloaded proc-macro2 v1.0.78 |
1163 | 2024-03-09T17:06:15.626Z | Downloaded structopt v0.3.26 |
1164 | 2024-03-09T17:06:15.629Z | Downloaded toml_edit v0.22.6 |
1165 | 2024-03-09T17:06:15.649Z | Downloaded heapless v0.7.16 |
1166 | 2024-03-09T17:06:15.653Z | Downloaded http v0.2.12 |
1167 | 2024-03-09T17:06:15.656Z | Downloaded serde_json v1.0.114 |
1168 | 2024-03-09T17:06:15.663Z | Downloaded heapless v0.8.0 |
1169 | 2024-03-09T17:06:15.666Z | Downloaded regex-automata v0.1.10 |
1170 | 2024-03-09T17:06:15.671Z | Downloaded serde_with v3.6.1 |
1171 | 2024-03-09T17:06:15.678Z | Downloaded clap_builder v4.5.1 |
1172 | 2024-03-09T17:06:15.684Z | Downloaded futures-util v0.3.30 |
1173 | 2024-03-09T17:06:15.696Z | Downloaded h2 v0.3.24 |
1174 | 2024-03-09T17:06:15.702Z | Downloaded goblin v0.8.0 |
1175 | 2024-03-09T17:06:15.710Z | Downloaded rand v0.7.3 |
1176 | 2024-03-09T17:06:15.713Z | Downloaded rustls-webpki v0.101.7 |
1177 | 2024-03-09T17:06:15.725Z | Downloaded hashbrown v0.14.3 |
1178 | 2024-03-09T17:06:15.730Z | Downloaded rustls-webpki v0.102.1 |
1179 | 2024-03-09T17:06:15.746Z | Downloaded winnow v0.5.15 |
1180 | 2024-03-09T17:06:15.753Z | Downloaded unicode-normalization v0.1.22 |
1181 | 2024-03-09T17:06:15.757Z | Downloaded syn v1.0.109 |
1182 | 2024-03-09T17:06:16.178Z | Downloaded winnow v0.6.1 |
1183 | 2024-03-09T17:06:16.185Z | Downloaded rayon v1.9.0 |
1184 | 2024-03-09T17:06:16.185Z | Downloaded chrono v0.4.34 |
1185 | 2024-03-09T17:06:16.185Z | Downloaded gimli v0.28.0 |
1186 | 2024-03-09T17:06:16.185Z | Downloaded hyper v0.14.28 |
1187 | 2024-03-09T17:06:16.185Z | Downloaded curve25519-dalek v4.1.1 |
1188 | 2024-03-09T17:06:16.185Z | Downloaded vcpkg v0.2.15 |
1189 | 2024-03-09T17:06:16.185Z | Downloaded regex v1.10.3 |
1190 | 2024-03-09T17:06:16.185Z | Downloaded object v0.32.1 |
1191 | 2024-03-09T17:06:16.185Z | Downloaded rustls v0.21.9 |
1192 | 2024-03-09T17:06:16.185Z | Downloaded idna v0.2.3 |
1193 | 2024-03-09T17:06:16.185Z | Downloaded regress v0.8.0 |
1194 | 2024-03-09T17:06:16.185Z | Downloaded smoltcp v0.9.1 |
1195 | 2024-03-09T17:06:16.185Z | Downloaded rustix v0.38.31 |
1196 | 2024-03-09T17:06:16.185Z | Downloaded rustls v0.22.2 |
1197 | 2024-03-09T17:06:16.186Z | Downloaded regex-syntax v0.8.2 |
1198 | 2024-03-09T17:06:16.186Z | Downloaded sled v0.34.7 |
1199 | 2024-03-09T17:06:16.186Z | Downloaded zerocopy-derive v0.6.4 |
1200 | 2024-03-09T17:06:16.186Z | Downloaded openapiv3 v2.0.0 |
1201 | 2024-03-09T17:06:16.186Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1202 | 2024-03-09T17:06:16.186Z | Downloaded libc v0.2.153 |
1203 | 2024-03-09T17:06:16.186Z | Downloaded sha3 v0.10.8 |
1204 | 2024-03-09T17:06:16.186Z | Downloaded diesel v2.1.4 |
1205 | 2024-03-09T17:06:16.186Z | Downloaded zerocopy-derive v0.2.0 |
1206 | 2024-03-09T17:06:16.186Z | Downloaded webpki-roots v0.25.2 |
1207 | 2024-03-09T17:06:16.186Z | Downloaded idna v0.5.0 |
1208 | 2024-03-09T17:06:16.186Z | Downloaded trust-dns-proto v0.22.0 |
1209 | 2024-03-09T17:06:16.186Z | Downloaded regex-automata v0.4.5 |
1210 | 2024-03-09T17:06:16.186Z | Downloaded bstr v1.9.0 |
1211 | 2024-03-09T17:06:16.186Z | Downloaded bstr v0.2.17 |
1212 | 2024-03-09T17:06:16.186Z | Downloaded smoltcp v0.11.0 |
1213 | 2024-03-09T17:06:16.186Z | Downloaded syn v2.0.51 |
1214 | 2024-03-09T17:06:16.186Z | Downloaded radix_trie v0.2.1 |
1215 | 2024-03-09T17:06:16.186Z | Downloaded tokio v1.36.0 |
1216 | 2024-03-09T17:06:16.186Z | Downloaded idna v0.3.0 |
1217 | 2024-03-09T17:06:16.186Z | Downloaded openssl v0.10.60 |
1218 | 2024-03-09T17:06:16.186Z | Downloaded reqwest v0.11.24 |
1219 | 2024-03-09T17:06:16.186Z | Downloaded petgraph v0.6.4 |
1220 | 2024-03-09T17:06:16.197Z | Downloaded clap v2.34.0 |
1221 | 2024-03-09T17:06:16.204Z | Downloaded publicsuffix v2.2.3 |
1222 | 2024-03-09T17:06:16.210Z | Downloaded serde v1.0.197 |
1223 | 2024-03-09T17:06:16.213Z | Downloaded hashbrown v0.12.3 |
1224 | 2024-03-09T17:06:16.213Z | Downloaded time v0.3.34 |
1225 | 2024-03-09T17:06:16.218Z | Downloaded nom v7.1.3 |
1226 | 2024-03-09T17:06:16.223Z | Downloaded getrandom v0.2.12 |
1227 | 2024-03-09T17:06:16.226Z | Downloaded p521 v0.13.3 |
1228 | 2024-03-09T17:06:16.229Z | Downloaded itertools v0.12.1 |
1229 | 2024-03-09T17:06:16.235Z | Downloaded pest v2.7.6 |
1230 | 2024-03-09T17:06:16.240Z | Downloaded parking_lot v0.12.1 |
1231 | 2024-03-09T17:06:16.243Z | Downloaded steno v0.4.0 |
1232 | 2024-03-09T17:06:16.246Z | Downloaded getrandom v0.1.16 |
1233 | 2024-03-09T17:06:16.250Z | Downloaded elliptic-curve v0.13.8 |
1234 | 2024-03-09T17:06:16.253Z | Downloaded tokio-util v0.7.10 |
1235 | 2024-03-09T17:06:16.256Z | Downloaded unsafe-libyaml v0.2.10 |
1236 | 2024-03-09T17:06:16.259Z | Downloaded zerocopy v0.6.4 |
1237 | 2024-03-09T17:06:16.264Z | Downloaded futures-executor v0.3.30 |
1238 | 2024-03-09T17:06:16.264Z | Downloaded futures-io v0.3.30 |
1239 | 2024-03-09T17:06:16.264Z | Downloaded libm v0.2.7 |
1240 | 2024-03-09T17:06:16.271Z | Downloaded ff v0.13.0 |
1241 | 2024-03-09T17:06:16.274Z | Downloaded slog-envlogger v2.2.0 |
1242 | 2024-03-09T17:06:16.274Z | Downloaded usdt-impl v0.5.0 |
1243 | 2024-03-09T17:06:16.280Z | Downloaded winapi v0.3.9 |
1244 | 2024-03-09T17:06:16.312Z | Downloaded proc-macro-error v1.0.4 |
1245 | 2024-03-09T17:06:16.315Z | Downloaded rustc-demangle v0.1.23 |
1246 | 2024-03-09T17:06:16.318Z | Downloaded futures-channel v0.3.30 |
1247 | 2024-03-09T17:06:16.318Z | Downloaded semver v1.0.22 |
1248 | 2024-03-09T17:06:16.322Z | Downloaded num-bigint v0.4.4 |
1249 | 2024-03-09T17:06:16.325Z | Downloaded aes v0.8.3 |
1250 | 2024-03-09T17:06:16.329Z | Downloaded tokio-postgres v0.7.10 |
1251 | 2024-03-09T17:06:16.332Z | Downloaded tracing-attributes v0.1.27 |
1252 | 2024-03-09T17:06:16.335Z | Downloaded futures-macro v0.3.30 |
1253 | 2024-03-09T17:06:16.335Z | Downloaded serde_derive v1.0.197 |
1254 | 2024-03-09T17:06:16.339Z | Downloaded ed25519-dalek v2.0.0 |
1255 | 2024-03-09T17:06:16.339Z | Downloaded encoding_rs v0.8.33 |
1256 | 2024-03-09T17:06:16.358Z | Downloaded ucd-trie v0.1.6 |
1257 | 2024-03-09T17:06:16.362Z | Downloaded glob v0.3.1 |
1258 | 2024-03-09T17:06:16.362Z | Downloaded dirs-next v2.0.0 |
1259 | 2024-03-09T17:06:16.365Z | Downloaded uuid v1.7.0 |
1260 | 2024-03-09T17:06:16.365Z | Downloaded tracing v0.1.40 |
1261 | 2024-03-09T17:06:16.369Z | Downloaded crypto-bigint v0.5.2 |
1262 | 2024-03-09T17:06:16.373Z | Downloaded universal-hash v0.5.1 |
1263 | 2024-03-09T17:06:16.377Z | Downloaded sha1 v0.10.6 |
1264 | 2024-03-09T17:06:16.377Z | Downloaded signal-hook v0.3.17 |
1265 | 2024-03-09T17:06:16.380Z | Downloaded openssl-sys v0.9.96 |
1266 | 2024-03-09T17:06:16.383Z | Downloaded serde_urlencoded v0.7.1 |
1267 | 2024-03-09T17:06:16.383Z | Downloaded serde_spanned v0.6.5 |
1268 | 2024-03-09T17:06:16.389Z | Downloaded rand_core v0.6.4 |
1269 | 2024-03-09T17:06:16.390Z | Downloaded dirs v5.0.1 |
1270 | 2024-03-09T17:06:16.390Z | Downloaded diesel_derives v2.1.2 |
1271 | 2024-03-09T17:06:16.393Z | Downloaded sync_wrapper v0.1.2 |
1272 | 2024-03-09T17:06:16.393Z | Downloaded tokio-stream v0.1.14 |
1273 | 2024-03-09T17:06:16.393Z | Downloaded postcard v1.0.8 |
1274 | 2024-03-09T17:06:16.397Z | Downloaded toml v0.8.10 |
1275 | 2024-03-09T17:06:16.401Z | Downloaded humantime v2.1.0 |
1276 | 2024-03-09T17:06:16.401Z | Downloaded iana-time-zone v0.1.57 |
1277 | 2024-03-09T17:06:16.405Z | Downloaded stringprep v0.1.3 |
1278 | 2024-03-09T17:06:16.405Z | Downloaded resolv-conf v0.7.0 |
1279 | 2024-03-09T17:06:16.405Z | Downloaded ghash v0.5.0 |
1280 | 2024-03-09T17:06:16.408Z | Downloaded tokio-macros v2.2.0 |
1281 | 2024-03-09T17:06:16.409Z | Downloaded futures v0.3.30 |
1282 | 2024-03-09T17:06:16.412Z | Downloaded bytes v1.5.0 |
1283 | 2024-03-09T17:06:16.415Z | Downloaded der_derive v0.7.2 |
1284 | 2024-03-09T17:06:16.415Z | Downloaded omicron-zone-package v0.11.0 |
1285 | 2024-03-09T17:06:16.419Z | Downloaded hyper-rustls v0.24.2 |
1286 | 2024-03-09T17:06:16.422Z | Downloaded hex v0.4.3 |
1287 | 2024-03-09T17:06:16.422Z | Downloaded derive-where v1.2.7 |
1288 | 2024-03-09T17:06:16.425Z | Downloaded num-traits v0.2.18 |
1289 | 2024-03-09T17:06:16.425Z | Downloaded tar v0.4.40 |
1290 | 2024-03-09T17:06:16.429Z | Downloaded chacha20poly1305 v0.10.1 |
1291 | 2024-03-09T17:06:16.432Z | Downloaded zeroize_derive v1.4.2 |
1292 | 2024-03-09T17:06:16.432Z | Downloaded subtle v2.5.0 |
1293 | 2024-03-09T17:06:16.432Z | Downloaded predicates v3.1.0 |
1294 | 2024-03-09T17:06:16.436Z | Downloaded fnv v1.0.7 |
1295 | 2024-03-09T17:06:16.436Z | Downloaded either v1.10.0 |
1296 | 2024-03-09T17:06:16.436Z | Downloaded arc-swap v1.6.0 |
1297 | 2024-03-09T17:06:16.439Z | Downloaded cc v1.0.83 |
1298 | 2024-03-09T17:06:16.443Z | Downloaded dhcproto v0.11.0 |
1299 | 2024-03-09T17:06:16.446Z | Downloaded quick-error v1.2.3 |
1300 | 2024-03-09T17:06:16.446Z | Downloaded postgres-protocol v0.6.6 |
1301 | 2024-03-09T17:06:16.446Z | Downloaded blake2 v0.10.6 |
1302 | 2024-03-09T17:06:16.449Z | Downloaded futures-core v0.3.30 |
1303 | 2024-03-09T17:06:16.449Z | Downloaded parking_lot v0.11.2 |
1304 | 2024-03-09T17:06:16.452Z | Downloaded ecdsa v0.16.9 |
1305 | 2024-03-09T17:06:16.453Z | Downloaded password-hash v0.4.2 |
1306 | 2024-03-09T17:06:16.455Z | Downloaded num-complex v0.4.4 |
1307 | 2024-03-09T17:06:16.456Z | Downloaded semver v0.11.0 |
1308 | 2024-03-09T17:06:16.461Z | Downloaded crypto-common v0.1.6 |
1309 | 2024-03-09T17:06:16.461Z | Downloaded smallvec v1.13.1 |
1310 | 2024-03-09T17:06:16.465Z | Downloaded futures-task v0.3.30 |
1311 | 2024-03-09T17:06:16.465Z | Downloaded tempfile v3.10.0 |
1312 | 2024-03-09T17:06:16.465Z | Downloaded memmap2 v0.7.1 |
1313 | 2024-03-09T17:06:16.465Z | Downloaded linked-hash-map v0.5.6 |
1314 | 2024-03-09T17:06:16.465Z | Downloaded crc32fast v1.3.2 |
1315 | 2024-03-09T17:06:16.472Z | Downloaded ipnet v2.9.0 |
1316 | 2024-03-09T17:06:16.472Z | Downloaded byteorder v1.5.0 |
1317 | 2024-03-09T17:06:16.472Z | Downloaded anyhow v1.0.79 |
1318 | 2024-03-09T17:06:16.476Z | Downloaded vec_map v0.8.2 |
1319 | 2024-03-09T17:06:16.476Z | Downloaded untrusted v0.7.1 |
1320 | 2024-03-09T17:06:16.476Z | Downloaded console v0.15.8 |
1321 | 2024-03-09T17:06:16.480Z | Downloaded zerocopy v0.3.0 |
1322 | 2024-03-09T17:06:16.480Z | Downloaded bitflags v1.3.2 |
1323 | 2024-03-09T17:06:16.480Z | Downloaded itoa v1.0.9 |
1324 | 2024-03-09T17:06:16.483Z | Downloaded hyper-tls v0.5.0 |
1325 | 2024-03-09T17:06:16.483Z | Downloaded dof v0.3.0 |
1326 | 2024-03-09T17:06:16.483Z | Downloaded thiserror-impl-no-std v2.0.2 |
1327 | 2024-03-09T17:06:16.487Z | Downloaded arrayvec v0.7.4 |
1328 | 2024-03-09T17:06:16.487Z | Downloaded strum_macros v0.25.2 |
1329 | 2024-03-09T17:06:16.490Z | Downloaded paste v1.0.14 |
1330 | 2024-03-09T17:06:16.490Z | Downloaded parse-display v0.9.0 |
1331 | 2024-03-09T17:06:16.490Z | Downloaded plain v0.2.3 |
1332 | 2024-03-09T17:06:16.494Z | Downloaded num_enum_derive v0.5.11 |
1333 | 2024-03-09T17:06:16.494Z | Downloaded debug-ignore v1.0.5 |
1334 | 2024-03-09T17:06:16.494Z | Downloaded managed v0.8.0 |
1335 | 2024-03-09T17:06:16.518Z | Downloaded strsim v0.10.0 |
1336 | 2024-03-09T17:06:16.518Z | Downloaded pem v3.0.2 |
1337 | 2024-03-09T17:06:16.518Z | Downloaded strsim v0.11.0 |
1338 | 2024-03-09T17:06:16.519Z | Downloaded newtype-uuid v1.0.1 |
1339 | 2024-03-09T17:06:16.519Z | Downloaded untrusted v0.9.0 |
1340 | 2024-03-09T17:06:16.519Z | Downloaded defmt-parser v0.3.3 |
1341 | 2024-03-09T17:06:16.519Z | Downloaded block-buffer v0.10.4 |
1342 | 2024-03-09T17:06:16.519Z | Downloaded backoff v0.4.0 |
1343 | 2024-03-09T17:06:16.519Z | Downloaded cookie_store v0.20.0 |
1344 | 2024-03-09T17:06:16.709Z | Downloaded ring v0.17.8 |
1345 | 2024-03-09T17:06:16.830Z | Downloaded ring v0.16.20 |
1346 | 2024-03-09T17:06:17.357Z | Compiling proc-macro2 v1.0.78 |
1347 | 2024-03-09T17:06:17.357Z | Compiling unicode-ident v1.0.12 |
1348 | 2024-03-09T17:06:17.360Z | Compiling libc v0.2.153 |
1349 | 2024-03-09T17:06:17.360Z | Compiling serde v1.0.197 |
1350 | 2024-03-09T17:06:17.360Z | Compiling version_check v0.9.4 |
1351 | 2024-03-09T17:06:17.360Z | Compiling autocfg v1.1.0 |
1352 | 2024-03-09T17:06:17.361Z | Compiling cfg-if v1.0.0 |
1353 | 2024-03-09T17:06:17.533Z | Compiling syn v1.0.109 |
1354 | 2024-03-09T17:06:17.567Z | Compiling once_cell v1.19.0 |
1355 | 2024-03-09T17:06:17.615Z | Compiling typenum v1.16.0 |
1356 | 2024-03-09T17:06:18.002Z | Compiling thiserror v1.0.57 |
1357 | 2024-03-09T17:06:18.225Z | Compiling generic-array v0.14.7 |
1358 | 2024-03-09T17:06:18.304Z | Compiling lock_api v0.4.10 |
1359 | 2024-03-09T17:06:18.534Z | Compiling parking_lot_core v0.9.8 |
1360 | 2024-03-09T17:06:18.636Z | Compiling memchr v2.7.1 |
1361 | 2024-03-09T17:06:18.639Z | Compiling byteorder v1.5.0 |
1362 | 2024-03-09T17:06:18.654Z | Compiling libm v0.2.7 |
1363 | 2024-03-09T17:06:18.684Z | Compiling serde_json v1.0.114 |
1364 | 2024-03-09T17:06:18.915Z | Compiling num-traits v0.2.18 |
1365 | 2024-03-09T17:06:19.007Z | Compiling ahash v0.8.8 |
1366 | 2024-03-09T17:06:19.011Z | Compiling itoa v1.0.9 |
1367 | 2024-03-09T17:06:19.230Z | Compiling slab v0.4.9 |
1368 | 2024-03-09T17:06:19.507Z | Compiling quote v1.0.35 |
1369 | 2024-03-09T17:06:19.526Z | Compiling log v0.4.20 |
1370 | 2024-03-09T17:06:19.961Z | Compiling syn v2.0.51 |
1371 | 2024-03-09T17:06:20.121Z | Compiling getrandom v0.2.12 |
1372 | 2024-03-09T17:06:20.129Z | Compiling cc v1.0.83 |
1373 | 2024-03-09T17:06:20.392Z | Compiling rand_core v0.6.4 |
1374 | 2024-03-09T17:06:20.544Z | Compiling scopeguard v1.2.0 |
1375 | 2024-03-09T17:06:20.823Z | Compiling allocator-api2 v0.2.16 |
1376 | 2024-03-09T17:06:20.888Z | Compiling ryu v1.0.15 |
1377 | 2024-03-09T17:06:20.937Z | Compiling pkg-config v0.3.27 |
1378 | 2024-03-09T17:06:21.216Z | Compiling subtle v2.5.0 |
1379 | 2024-03-09T17:06:21.547Z | Compiling smallvec v1.13.1 |
1380 | 2024-03-09T17:06:21.566Z | Compiling heck v0.4.1 |
1381 | 2024-03-09T17:06:21.635Z | Compiling schemars v0.8.16 |
1382 | 2024-03-09T17:06:21.975Z | Compiling equivalent v1.0.1 |
1383 | 2024-03-09T17:06:22.076Z | Compiling time-core v0.1.2 |
1384 | 2024-03-09T17:06:22.144Z | Compiling num-conv v0.1.0 |
1385 | 2024-03-09T17:06:22.308Z | Compiling vcpkg v0.2.15 |
1386 | 2024-03-09T17:06:22.392Z | Compiling pin-project-lite v0.2.13 |
1387 | 2024-03-09T17:06:22.426Z | Compiling time-macros v0.2.17 |
1388 | 2024-03-09T17:06:23.080Z | Compiling ucd-trie v0.1.6 |
1389 | 2024-03-09T17:06:23.244Z | Compiling ring v0.17.8 |
1390 | 2024-03-09T17:06:23.749Z | Compiling parking_lot v0.12.1 |
1391 | 2024-03-09T17:06:23.895Z | Compiling fnv v1.0.7 |
1392 | 2024-03-09T17:06:24.019Z | Compiling httparse v1.8.0 |
1393 | 2024-03-09T17:06:24.474Z | Compiling signal-hook-registry v1.4.1 |
1394 | 2024-03-09T17:06:24.609Z | Compiling openssl-sys v0.9.96 |
1395 | 2024-03-09T17:06:25.291Z | Compiling const-oid v0.9.6 |
1396 | 2024-03-09T17:06:25.612Z | Compiling ring v0.16.20 |
1397 | 2024-03-09T17:06:25.631Z | Compiling mio v0.8.11 |
1398 | 2024-03-09T17:06:26.024Z | Compiling semver v1.0.22 |
1399 | 2024-03-09T17:06:26.513Z | Compiling socket2 v0.5.5 |
1400 | 2024-03-09T17:06:26.895Z | Compiling num_cpus v1.16.0 |
1401 | 2024-03-09T17:06:27.041Z | Compiling openssl v0.10.60 |
1402 | 2024-03-09T17:06:27.213Z | Compiling serde_derive_internals v0.26.0 |
1403 | 2024-03-09T17:06:27.431Z | Compiling futures-core v0.3.30 |
1404 | 2024-03-09T17:06:27.867Z | Compiling iana-time-zone v0.1.57 |
1405 | 2024-03-09T17:06:27.872Z | Compiling rustls v0.21.9 |
1406 | 2024-03-09T17:06:27.872Z | Compiling native-tls v0.2.11 |
1407 | 2024-03-09T17:06:27.872Z | Compiling rustix v0.38.31 |
1408 | 2024-03-09T17:06:27.881Z | Compiling slog v2.7.0 |
1409 | 2024-03-09T17:06:28.023Z | Compiling tinyvec_macros v0.1.1 |
1410 | 2024-03-09T17:06:28.115Z | Compiling async-trait v0.1.77 |
1411 | 2024-03-09T17:06:28.371Z | Compiling crossbeam-utils v0.8.19 |
1412 | 2024-03-09T17:06:28.450Z | Compiling tinyvec v1.6.0 |
1413 | 2024-03-09T17:06:28.537Z | Compiling cookie v0.17.0 |
1414 | 2024-03-09T17:06:28.682Z | Compiling spin v0.5.2 |
1415 | 2024-03-09T17:06:28.956Z | Compiling aho-corasick v1.1.2 |
1416 | 2024-03-09T17:06:29.019Z | Compiling regex-syntax v0.8.2 |
1417 | 2024-03-09T17:06:29.174Z | Compiling dyn-clone v1.0.17 |
1418 | 2024-03-09T17:06:29.378Z | Compiling unicode-bidi v0.3.15 |
1419 | 2024-03-09T17:06:29.785Z | Compiling futures-sink v0.3.30 |
1420 | 2024-03-09T17:06:29.937Z | Compiling unicode-normalization v0.1.22 |
1421 | 2024-03-09T17:06:29.957Z | Compiling backtrace v0.3.69 |
1422 | 2024-03-09T17:06:30.492Z | Compiling futures-channel v0.3.30 |
1423 | 2024-03-09T17:06:30.914Z | Compiling futures-io v0.3.30 |
1424 | 2024-03-09T17:06:30.957Z | Compiling pin-utils v0.1.0 |
1425 | 2024-03-09T17:06:31.027Z | Compiling cpufeatures v0.2.12 |
1426 | 2024-03-09T17:06:31.056Z | Compiling futures-task v0.3.30 |
1427 | 2024-03-09T17:06:31.233Z | Compiling spin v0.9.8 |
1428 | 2024-03-09T17:06:31.400Z | Compiling tracing-core v0.1.32 |
1429 | 2024-03-09T17:06:31.651Z | Compiling anyhow v1.0.79 |
1430 | 2024-03-09T17:06:32.320Z | Compiling winnow v0.5.15 |
1431 | 2024-03-09T17:06:32.829Z | Compiling regex-automata v0.4.5 |
1432 | 2024-03-09T17:06:33.373Z | Compiling percent-encoding v2.3.1 |
1433 | 2024-03-09T17:06:33.799Z | Compiling crc32fast v1.3.2 |
1434 | 2024-03-09T17:06:34.561Z | Compiling serde_derive v1.0.197 |
1435 | 2024-03-09T17:06:34.824Z | Compiling zeroize_derive v1.4.2 |
1436 | 2024-03-09T17:06:35.007Z | Compiling zerocopy-derive v0.7.32 |
1437 | 2024-03-09T17:06:35.491Z | Compiling thiserror-impl v1.0.57 |
1438 | 2024-03-09T17:06:35.549Z | Compiling tokio-macros v2.2.0 |
1439 | 2024-03-09T17:06:35.665Z | Compiling futures-macro v0.3.30 |
1440 | 2024-03-09T17:06:36.359Z | Compiling zeroize v1.7.0 |
1441 | 2024-03-09T17:06:37.296Z | Compiling tracing-attributes v0.1.27 |
1442 | 2024-03-09T17:06:37.431Z | Compiling zerocopy v0.7.32 |
1443 | 2024-03-09T17:06:37.806Z | Compiling schemars_derive v0.8.16 |
1444 | 2024-03-09T17:06:38.130Z | Compiling crypto-common v0.1.6 |
1445 | 2024-03-09T17:06:38.343Z | Compiling block-buffer v0.10.4 |
1446 | 2024-03-09T17:06:38.572Z | Compiling digest v0.10.7 |
1447 | 2024-03-09T17:06:38.997Z | Compiling pest v2.7.6 |
1448 | 2024-03-09T17:06:39.174Z | Compiling openssl-macros v0.1.1 |
1449 | 2024-03-09T17:06:39.594Z | Compiling hashbrown v0.14.3 |
1450 | 2024-03-09T17:06:41.197Z | Compiling futures-util v0.3.30 |
1451 | 2024-03-09T17:06:41.228Z | Compiling pest_meta v2.7.6 |
1452 | 2024-03-09T17:06:41.316Z | Compiling regex v1.10.3 |
1453 | 2024-03-09T17:06:41.359Z | Compiling tracing v0.1.40 |
1454 | 2024-03-09T17:06:41.933Z | Compiling der_derive v0.7.2 |
1455 | 2024-03-09T17:06:42.502Z | Compiling pest_generator v2.7.6 |
1456 | 2024-03-09T17:06:46.341Z | Compiling pest_derive v2.7.6 |
1457 | 2024-03-09T17:06:46.745Z | Compiling untrusted v0.9.0 |
1458 | 2024-03-09T17:06:46.907Z | Compiling ppv-lite86 v0.2.17 |
1459 | 2024-03-09T17:06:47.141Z | Compiling foreign-types-shared v0.1.1 |
1460 | 2024-03-09T17:06:47.145Z | Compiling untrusted v0.7.1 |
1461 | 2024-03-09T17:06:47.244Z | Compiling unicode-width v0.1.11 |
1462 | 2024-03-09T17:06:47.334Z | Compiling powerfmt v0.2.0 |
1463 | 2024-03-09T17:06:47.394Z | Compiling foreign-types v0.3.2 |
1464 | 2024-03-09T17:06:47.660Z | Compiling deranged v0.3.11 |
1465 | 2024-03-09T17:06:47.822Z | Compiling form_urlencoded v1.2.1 |
1466 | 2024-03-09T17:06:48.260Z | Compiling errno v0.3.8 |
1467 | 2024-03-09T17:06:48.459Z | Compiling try-lock v0.2.4 |
1468 | 2024-03-09T17:06:48.598Z | Compiling unicode-xid v0.2.4 |
1469 | 2024-03-09T17:06:48.767Z | Compiling base64 v0.21.7 |
1470 | 2024-03-09T17:06:49.201Z | Compiling bytes v1.5.0 |
1471 | 2024-03-09T17:06:49.601Z | Compiling indexmap v2.2.5 |
1472 | 2024-03-09T17:06:49.642Z | Compiling chrono v0.4.34 |
1473 | 2024-03-09T17:06:50.496Z | Compiling tokio v1.36.0 |
1474 | 2024-03-09T17:06:50.785Z | Compiling uuid v1.7.0 |
1475 | 2024-03-09T17:06:51.140Z | Compiling bitflags v2.4.2 |
1476 | 2024-03-09T17:06:51.260Z | Compiling http v0.2.12 |
1477 | 2024-03-09T17:06:51.804Z | Compiling toml_datetime v0.6.5 |
1478 | 2024-03-09T17:06:52.263Z | Compiling serde_spanned v0.6.5 |
1479 | 2024-03-09T17:06:52.299Z | Compiling rustc_version v0.4.0 |
1480 | 2024-03-09T17:06:52.500Z | Compiling toml_edit v0.19.15 |
1481 | 2024-03-09T17:06:53.682Z | Compiling num_threads v0.1.6 |
1482 | 2024-03-09T17:06:53.814Z | Compiling time v0.3.34 |
1483 | 2024-03-09T17:06:53.888Z | Compiling http-body v0.4.5 |
1484 | 2024-03-09T17:06:56.206Z | Compiling openapiv3 v2.0.0 |
1485 | 2024-03-09T17:06:57.134Z | Compiling rustls-webpki v0.101.7 |
1486 | 2024-03-09T17:06:57.310Z | Compiling sct v0.7.0 |
1487 | 2024-03-09T17:06:58.130Z | Compiling synstructure v0.12.6 |
1488 | 2024-03-09T17:06:59.145Z | Compiling want v0.3.1 |
1489 | 2024-03-09T17:06:59.387Z | Compiling tokio-util v0.7.10 |
1490 | 2024-03-09T17:06:59.984Z | Compiling scroll_derive v0.12.0 |
1491 | 2024-03-09T17:07:00.137Z | Compiling idna v0.5.0 |
1492 | 2024-03-09T17:07:00.431Z | Compiling h2 v0.3.24 |
1493 | 2024-03-09T17:07:00.779Z | Compiling openssl-probe v0.1.5 |
1494 | 2024-03-09T17:07:01.182Z | Compiling tower-service v0.3.2 |
1495 | 2024-03-09T17:07:01.301Z | Compiling httpdate v1.0.3 |
1496 | 2024-03-09T17:07:01.532Z | Compiling url v2.5.0 |
1497 | 2024-03-09T17:07:03.010Z | Compiling zerocopy-derive v0.2.0 |
1498 | 2024-03-09T17:07:03.154Z | Compiling rand_chacha v0.3.1 |
1499 | 2024-03-09T17:07:03.175Z | Compiling idna v0.3.0 |
1500 | 2024-03-09T17:07:03.475Z | Compiling lazy_static v1.4.0 |
1501 | 2024-03-09T17:07:04.034Z | Compiling thread-id v4.2.0 |
1502 | 2024-03-09T17:07:04.148Z | Compiling psl-types v2.0.11 |
1503 | 2024-03-09T17:07:05.022Z | Compiling adler v1.0.2 |
1504 | 2024-03-09T17:07:05.109Z | Compiling publicsuffix v2.2.3 |
1505 | 2024-03-09T17:07:05.238Z | Compiling miniz_oxide v0.7.1 |
1506 | 2024-03-09T17:07:06.331Z | Compiling tokio-rustls v0.24.1 |
1507 | 2024-03-09T17:07:06.462Z | Compiling rand v0.8.5 |
1508 | 2024-03-09T17:07:06.482Z | Compiling crossbeam-epoch v0.9.18 |
1509 | 2024-03-09T17:07:06.738Z | Compiling tokio-native-tls v0.3.1 |
1510 | 2024-03-09T17:07:06.901Z | Compiling ipnet v2.9.0 |
1511 | 2024-03-09T17:07:07.168Z | Compiling hyper v0.14.28 |
1512 | 2024-03-09T17:07:07.172Z | Compiling cookie_store v0.20.0 |
1513 | 2024-03-09T17:07:07.330Z | Compiling rustls-pemfile v1.0.3 |
1514 | 2024-03-09T17:07:07.717Z | Compiling serde_urlencoded v0.7.1 |
1515 | 2024-03-09T17:07:08.163Z | Compiling serde_tokenstream v0.2.0 |
1516 | 2024-03-09T17:07:08.594Z | Compiling usdt-impl v0.3.5 |
1517 | 2024-03-09T17:07:08.707Z | Compiling encoding_rs v0.8.33 |
1518 | 2024-03-09T17:07:08.728Z | Compiling webpki-roots v0.25.2 |
1519 | 2024-03-09T17:07:08.925Z | Compiling mime v0.3.17 |
1520 | 2024-03-09T17:07:09.087Z | Compiling sync_wrapper v0.1.2 |
1521 | 2024-03-09T17:07:09.220Z | Compiling gimli v0.28.0 |
1522 | 2024-03-09T17:07:09.496Z | Compiling either v1.10.0 |
1523 | 2024-03-09T17:07:11.763Z | Compiling object v0.32.1 |
1524 | 2024-03-09T17:07:11.980Z | Compiling num-bigint v0.4.4 |
1525 | 2024-03-09T17:07:12.830Z | Compiling usdt-impl v0.5.0 |
1526 | 2024-03-09T17:07:12.926Z | Compiling rustc-demangle v0.1.23 |
1527 | 2024-03-09T17:07:13.166Z | Compiling rustversion v1.0.14 |
1528 | 2024-03-09T17:07:13.330Z | Compiling addr2line v0.21.0 |
1529 | 2024-03-09T17:07:13.922Z | Compiling flate2 v1.0.28 |
1530 | 2024-03-09T17:07:13.945Z | Compiling hyper-tls v0.5.0 |
1531 | 2024-03-09T17:07:13.971Z | Compiling hyper-rustls v0.24.2 |
1532 | 2024-03-09T17:07:13.991Z | Compiling zerocopy v0.3.0 |
1533 | 2024-03-09T17:07:14.054Z | Compiling scroll v0.12.0 |
1534 | 2024-03-09T17:07:14.284Z | Compiling reqwest v0.11.24 |
1535 | 2024-03-09T17:07:14.313Z | Compiling heapless v0.7.16 |
1536 | 2024-03-09T17:07:14.365Z | Compiling futures-executor v0.3.30 |
1537 | 2024-03-09T17:07:14.773Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1538 | 2024-03-09T17:07:14.839Z | Compiling base64ct v1.6.0 |
1539 | 2024-03-09T17:07:14.884Z | Compiling plain v0.2.3 |
1540 | 2024-03-09T17:07:15.031Z | Compiling signal-hook v0.3.17 |
1541 | 2024-03-09T17:07:15.195Z | Compiling winnow v0.6.1 |
1542 | 2024-03-09T17:07:15.307Z | Compiling goblin v0.8.0 |
1543 | 2024-03-09T17:07:16.229Z | Compiling dof v0.1.5 |
1544 | 2024-03-09T17:07:17.059Z | Compiling futures v0.3.30 |
1545 | 2024-03-09T17:07:17.319Z | Compiling toml v0.7.8 |
1546 | 2024-03-09T17:07:17.340Z | Compiling hex v0.4.3 |
1547 | 2024-03-09T17:07:17.618Z | Compiling dtrace-parser v0.1.14 |
1548 | 2024-03-09T17:07:18.797Z | Compiling toml_edit v0.22.6 |
1549 | 2024-03-09T17:07:19.084Z | Compiling pretty-hex v0.4.1 |
1550 | 2024-03-09T17:07:21.481Z | Compiling dof v0.3.0 |
1551 | 2024-03-09T17:07:21.870Z | Compiling serde_tokenstream v0.1.7 |
1552 | 2024-03-09T17:07:22.151Z | Compiling dtrace-parser v0.2.0 |
1553 | 2024-03-09T17:07:22.399Z | Compiling enum-as-inner v0.5.1 |
1554 | 2024-03-09T17:07:23.419Z | Compiling smoltcp v0.9.1 |
1555 | 2024-03-09T17:07:23.603Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1556 | 2024-03-09T17:07:23.796Z | Compiling pem-rfc7468 v0.7.0 |
1557 | 2024-03-09T17:07:24.160Z | Compiling hmac v0.12.1 |
1558 | 2024-03-09T17:07:24.426Z | Compiling regress v0.8.0 |
1559 | 2024-03-09T17:07:24.817Z | Compiling unicode-segmentation v1.10.1 |
1560 | 2024-03-09T17:07:24.872Z | Compiling siphasher v0.3.11 |
1561 | 2024-03-09T17:07:25.261Z | Compiling flagset v0.4.3 |
1562 | 2024-03-09T17:07:25.460Z | Compiling der v0.7.8 |
1563 | 2024-03-09T17:07:25.627Z | Compiling usdt-attr-macro v0.3.5 |
1564 | 2024-03-09T17:07:25.891Z | Compiling usdt-macro v0.3.5 |
1565 | 2024-03-09T17:07:25.912Z | Compiling hubpack_derive v0.1.1 |
1566 | 2024-03-09T17:07:26.339Z | Compiling zerocopy-derive v0.6.4 |
1567 | 2024-03-09T17:07:27.107Z | Compiling utf8parse v0.2.1 |
1568 | 2024-03-09T17:07:27.144Z | Compiling anstyle v1.0.2 |
1569 | 2024-03-09T17:07:27.281Z | Compiling anstyle-parse v0.2.1 |
1570 | 2024-03-09T17:07:27.363Z | Compiling sha2 v0.10.8 |
1571 | 2024-03-09T17:07:28.345Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
1572 | 2024-03-09T17:07:28.401Z | Compiling spki v0.7.2 |
1573 | 2024-03-09T17:07:28.695Z | Compiling md-5 v0.10.5 |
1574 | 2024-03-09T17:07:28.768Z | Compiling block-padding v0.3.3 |
1575 | 2024-03-09T17:07:28.887Z | Compiling clap_derive v4.5.0 |
1576 | 2024-03-09T17:07:28.931Z | Compiling stringprep v0.1.3 |
1577 | 2024-03-09T17:07:28.950Z | Compiling diesel_table_macro_syntax v0.1.0 |
1578 | 2024-03-09T17:07:29.008Z | Compiling num-integer v0.1.46 |
1579 | 2024-03-09T17:07:29.350Z | Compiling hash32 v0.2.1 |
1580 | 2024-03-09T17:07:29.745Z | Compiling anstyle-query v1.0.0 |
1581 | 2024-03-09T17:07:29.786Z | Compiling stable_deref_trait v1.2.0 |
1582 | 2024-03-09T17:07:29.804Z | Compiling fallible-iterator v0.2.0 |
1583 | 2024-03-09T17:07:29.917Z | Compiling colorchoice v1.0.0 |
1584 | 2024-03-09T17:07:30.065Z | Compiling anstream v0.6.11 |
1585 | 2024-03-09T17:07:30.488Z | Compiling postgres-protocol v0.6.6 |
1586 | 2024-03-09T17:07:30.643Z | Compiling diesel_derives v2.1.2 |
1587 | 2024-03-09T17:07:30.798Z | Compiling inout v0.1.3 |
1588 | 2024-03-09T17:07:31.073Z | Compiling pkcs8 v0.10.2 |
1589 | 2024-03-09T17:07:31.767Z | Compiling phf_shared v0.11.2 |
1590 | 2024-03-09T17:07:31.970Z | Compiling strum_macros v0.25.2 |
1591 | 2024-03-09T17:07:32.558Z | Compiling ff v0.13.0 |
1592 | 2024-03-09T17:07:32.674Z | Compiling terminal_size v0.3.0 |
1593 | 2024-03-09T17:07:32.888Z | Compiling serde_repr v0.1.16 |
1594 | 2024-03-09T17:07:33.005Z | Compiling scheduled-thread-pool v0.2.7 |
1595 | 2024-03-09T17:07:34.269Z | Compiling matches v0.1.10 |
1596 | 2024-03-09T17:07:34.372Z | Compiling strsim v0.11.0 |
1597 | 2024-03-09T17:07:35.465Z | Compiling data-encoding v2.4.0 |
1598 | 2024-03-09T17:07:35.541Z | Compiling managed v0.8.0 |
1599 | 2024-03-09T17:07:35.573Z | Compiling regex-automata v0.1.10 |
1600 | 2024-03-09T17:07:36.253Z | Compiling clap_lex v0.7.0 |
1601 | 2024-03-09T17:07:36.622Z | Compiling base16ct v0.2.0 |
1602 | 2024-03-09T17:07:36.783Z | Compiling bitflags v1.3.2 |
1603 | 2024-03-09T17:07:36.887Z | Compiling bit-vec v0.6.3 |
1604 | 2024-03-09T17:07:37.334Z | Compiling sec1 v0.7.3 |
1605 | 2024-03-09T17:07:37.900Z | Compiling clap_builder v4.5.1 |
1606 | 2024-03-09T17:07:37.906Z | Compiling bstr v0.2.17 |
1607 | 2024-03-09T17:07:39.543Z | Compiling idna v0.2.3 |
1608 | 2024-03-09T17:07:42.238Z | Compiling r2d2 v0.8.10 |
1609 | 2024-03-09T17:07:42.875Z | Compiling group v0.13.0 |
1610 | 2024-03-09T17:07:43.363Z | Compiling phf v0.11.2 |
1611 | 2024-03-09T17:07:43.676Z | Compiling signal-hook-mio v0.2.3 |
1612 | 2024-03-09T17:07:43.825Z | Compiling bzip2 v0.4.4 |
1613 | 2024-03-09T17:07:43.845Z | Compiling postgres-types v0.2.6 |
1614 | 2024-03-09T17:07:44.229Z | Compiling cipher v0.4.4 |
1615 | 2024-03-09T17:07:44.743Z | Compiling zerocopy v0.6.4 |
1616 | 2024-03-09T17:07:45.573Z | Compiling hubpack v0.1.2 |
1617 | 2024-03-09T17:07:46.022Z | Compiling phf_shared v0.10.0 |
1618 | 2024-03-09T17:07:46.444Z | Compiling hkdf v0.12.4 |
1619 | 2024-03-09T17:07:46.822Z | Compiling crypto-bigint v0.5.2 |
1620 | 2024-03-09T17:07:47.116Z | Compiling ipnetwork v0.20.0 |
1621 | 2024-03-09T17:07:47.141Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
1622 | 2024-03-09T17:07:48.081Z | Compiling float-cmp v0.9.0 |
1623 | 2024-03-09T17:07:49.204Z | Compiling whoami v1.5.0 |
1624 | 2024-03-09T17:07:49.841Z | Compiling minimal-lexical v0.2.1 |
1625 | 2024-03-09T17:07:50.354Z | Compiling normalize-line-endings v0.3.0 |
1626 | 2024-03-09T17:07:50.379Z | Compiling precomputed-hash v0.1.1 |
1627 | 2024-03-09T17:07:50.479Z | Compiling predicates-core v1.0.6 |
1628 | 2024-03-09T17:07:50.603Z | Compiling static_assertions v1.1.0 |
1629 | 2024-03-09T17:07:50.710Z | Compiling difflib v0.4.0 |
1630 | 2024-03-09T17:07:50.829Z | Compiling fixedbitset v0.4.2 |
1631 | 2024-03-09T17:07:51.272Z | Compiling new_debug_unreachable v1.0.4 |
1632 | 2024-03-09T17:07:52.052Z | Compiling string_cache v0.8.7 |
1633 | 2024-03-09T17:07:52.098Z | Compiling predicates v3.1.0 |
1634 | 2024-03-09T17:07:52.377Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
1635 | 2024-03-09T17:07:52.424Z | Compiling petgraph v0.6.4 |
1636 | 2024-03-09T17:07:52.495Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1637 | 2024-03-09T17:07:52.518Z | Compiling nom v7.1.3 |
1638 | 2024-03-09T17:07:53.818Z | Compiling tokio-postgres v0.7.10 |
1639 | 2024-03-09T17:07:53.864Z | Compiling trust-dns-proto v0.22.0 |
1640 | 2024-03-09T17:07:54.514Z | Compiling elliptic-curve v0.13.8 |
1641 | 2024-03-09T17:07:55.736Z | Compiling diesel v2.1.4 |
1642 | 2024-03-09T17:07:56.137Z | Compiling yasna v0.5.2 |
1643 | 2024-03-09T17:07:56.253Z | Compiling zip v0.6.6 |
1644 | 2024-03-09T17:07:57.651Z | Compiling crossterm v0.27.0 |
1645 | 2024-03-09T17:07:58.691Z | Compiling clap v4.5.1 |
1646 | 2024-03-09T17:07:58.809Z | Compiling similar v2.4.0 |
1647 | 2024-03-09T17:07:58.933Z | Compiling bit-set v0.5.3 |
1648 | 2024-03-09T17:07:59.064Z | Compiling num-iter v0.1.44 |
1649 | 2024-03-09T17:07:59.215Z | Compiling usdt v0.3.5 |
1650 | 2024-03-09T17:07:59.523Z | Compiling itertools v0.10.5 |
1651 | 2024-03-09T17:08:01.294Z | Compiling console v0.15.8 |
1652 | 2024-03-09T17:08:01.383Z | Compiling tokio-stream v0.1.14 |
1653 | 2024-03-09T17:08:01.556Z | Compiling getopts v0.2.21 |
1654 | 2024-03-09T17:08:01.848Z | Compiling bstr v1.9.0 |
1655 | 2024-03-09T17:08:02.398Z | Compiling lalrpop-util v0.19.12 |
1656 | 2024-03-09T17:08:02.563Z | Compiling unsafe-libyaml v0.2.10 |
1657 | 2024-03-09T17:08:03.037Z | Compiling camino v1.1.6 |
1658 | 2024-03-09T17:08:03.703Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1659 | 2024-03-09T17:08:03.973Z | Compiling serde_yaml v0.9.25 |
1660 | 2024-03-09T17:08:12.219Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1661 | 2024-03-09T17:08:31.077Z | Compiling ident_case v1.0.1 |
1662 | 2024-03-09T17:08:31.260Z | Compiling strsim v0.10.0 |
1663 | 2024-03-09T17:08:33.267Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1664 | 2024-03-09T17:08:33.302Z | Compiling darling_core v0.20.3 |
1665 | 2024-03-09T17:08:39.568Z | Compiling darling_macro v0.20.3 |
1666 | 2024-03-09T17:08:42.498Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1667 | 2024-03-09T17:08:44.301Z | Compiling sha1 v0.10.6 |
1668 | 2024-03-09T17:08:44.771Z | Compiling darling v0.20.3 |
1669 | 2024-03-09T17:08:44.796Z | Compiling atty v0.2.14 |
1670 | 2024-03-09T17:08:45.887Z | Compiling match_cfg v0.1.0 |
1671 | 2024-03-09T17:08:45.890Z | Compiling dirs-sys-next v0.1.2 |
1672 | 2024-03-09T17:08:45.890Z | Compiling hostname v0.3.1 |
1673 | 2024-03-09T17:08:45.890Z | Compiling rustls-pki-types v1.3.0 |
1674 | 2024-03-09T17:08:45.890Z | Compiling dirs-next v2.0.0 |
1675 | 2024-03-09T17:08:45.890Z | Compiling thread_local v1.1.7 |
1676 | 2024-03-09T17:08:45.890Z | Compiling slog-async v2.8.0 |
1677 | 2024-03-09T17:08:45.890Z | Compiling rustls v0.22.2 |
1678 | 2024-03-09T17:08:45.890Z | Compiling rustls-webpki v0.102.1 |
1679 | 2024-03-09T17:08:46.000Z | Compiling term v0.7.0 |
1680 | 2024-03-09T17:08:46.019Z | Compiling crossbeam-channel v0.5.8 |
1681 | 2024-03-09T17:08:46.046Z | Compiling multer v3.0.0 |
1682 | 2024-03-09T17:08:46.348Z | Compiling instant v0.1.12 |
1683 | 2024-03-09T17:08:46.502Z | Compiling paste v1.0.14 |
1684 | 2024-03-09T17:08:46.810Z | Compiling take_mut v0.2.2 |
1685 | 2024-03-09T17:08:47.034Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1686 | 2024-03-09T17:08:47.279Z | Compiling slog-term v2.9.0 |
1687 | 2024-03-09T17:08:47.702Z | Compiling slog-json v2.6.1 |
1688 | 2024-03-09T17:08:47.995Z | Compiling http v1.0.0 |
1689 | 2024-03-09T17:08:48.074Z | Compiling async-stream-impl v0.3.5 |
1690 | 2024-03-09T17:08:48.200Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1691 | 2024-03-09T17:08:48.492Z | Compiling debug-ignore v1.0.5 |
1692 | 2024-03-09T17:08:48.498Z | Compiling atomic-waker v1.1.1 |
1693 | 2024-03-09T17:08:48.638Z | Compiling waitgroup v0.1.2 |
1694 | 2024-03-09T17:08:48.772Z | Compiling slog-bunyan v2.5.0 |
1695 | 2024-03-09T17:08:48.970Z | Compiling rustls-pemfile v2.1.1 |
1696 | 2024-03-09T17:08:49.441Z | Compiling serde_with_macros v3.6.1 |
1697 | 2024-03-09T17:08:49.477Z | Compiling async-stream v0.3.5 |
1698 | 2024-03-09T17:08:50.162Z | Compiling toml v0.8.10 |
1699 | 2024-03-09T17:08:50.588Z | Compiling strum_macros v0.26.1 |
1700 | 2024-03-09T17:08:50.880Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1701 | 2024-03-09T17:08:51.372Z | Compiling tokio-rustls v0.25.0 |
1702 | 2024-03-09T17:08:51.821Z | Compiling serde_path_to_error v0.1.15 |
1703 | 2024-03-09T17:08:52.008Z | Compiling structmeta-derive v0.3.0 |
1704 | 2024-03-09T17:08:52.708Z | Compiling newtype-uuid v1.0.1 |
1705 | 2024-03-09T17:08:52.768Z | Compiling serde_with v3.6.1 |
1706 | 2024-03-09T17:08:52.988Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1707 | 2024-03-09T17:08:53.082Z | Compiling backoff v0.4.0 |
1708 | 2024-03-09T17:08:53.195Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1709 | 2024-03-09T17:08:53.407Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1710 | 2024-03-09T17:08:53.568Z | Compiling macaddr v1.0.1 |
1711 | 2024-03-09T17:08:53.963Z | Compiling proc-macro-error-attr v1.0.4 |
1712 | 2024-03-09T17:08:54.030Z | Compiling proc-macro-crate v1.3.1 |
1713 | 2024-03-09T17:08:54.337Z | Compiling proc-macro-error v1.0.4 |
1714 | 2024-03-09T17:08:54.640Z | Compiling heapless v0.8.0 |
1715 | 2024-03-09T17:08:55.151Z | Compiling structmeta v0.3.0 |
1716 | 2024-03-09T17:08:55.189Z | Compiling num_enum_derive v0.5.11 |
1717 | 2024-03-09T17:08:55.589Z | Compiling parse-display-derive v0.9.0 |
1718 | 2024-03-09T17:08:56.071Z | Compiling strum v0.26.1 |
1719 | 2024-03-09T17:08:56.251Z | Compiling hash32 v0.3.1 |
1720 | 2024-03-09T17:08:56.492Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1721 | 2024-03-09T17:08:56.495Z | Compiling rayon-core v1.12.1 |
1722 | 2024-03-09T17:08:56.724Z | Compiling smoltcp v0.11.0 |
1723 | 2024-03-09T17:08:57.513Z | Compiling crossbeam-deque v0.8.3 |
1724 | 2024-03-09T17:08:57.617Z | Compiling fastrand v2.0.1 |
1725 | 2024-03-09T17:08:57.717Z | Compiling same-file v1.0.6 |
1726 | 2024-03-09T17:08:57.951Z | Compiling embedded-io v0.4.0 |
1727 | 2024-03-09T17:08:57.993Z | Compiling cobs v0.2.3 |
1728 | 2024-03-09T17:08:58.014Z | Compiling num_enum v0.5.11 |
1729 | 2024-03-09T17:08:58.150Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1730 | 2024-03-09T17:08:58.173Z | Compiling tempfile v3.10.0 |
1731 | 2024-03-09T17:08:58.188Z | Compiling postcard v1.0.8 |
1732 | 2024-03-09T17:08:58.453Z | Compiling walkdir v2.4.0 |
1733 | 2024-03-09T17:08:59.139Z | Compiling semver-parser v0.10.2 |
1734 | 2024-03-09T17:08:59.193Z | Compiling foreign-types-macros v0.2.3 |
1735 | 2024-03-09T17:08:59.216Z | Compiling blake3 v1.5.0 |
1736 | 2024-03-09T17:08:59.820Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1737 | 2024-03-09T17:09:00.127Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1738 | 2024-03-09T17:09:00.423Z | Compiling crucible-workspace-hack v0.1.0 |
1739 | 2024-03-09T17:09:00.481Z | Compiling parse-display v0.9.0 |
1740 | 2024-03-09T17:09:00.527Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1741 | 2024-03-09T17:09:00.692Z | Compiling foreign-types-shared v0.3.1 |
1742 | 2024-03-09T17:09:00.791Z | Compiling foreign-types v0.5.0 |
1743 | 2024-03-09T17:09:00.842Z | Compiling rayon v1.9.0 |
1744 | 2024-03-09T17:09:00.895Z | Compiling semver v0.11.0 |
1745 | 2024-03-09T17:09:01.320Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1746 | 2024-03-09T17:09:01.401Z | Compiling tabwriter v1.4.0 |
1747 | 2024-03-09T17:09:01.432Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1748 | 2024-03-09T17:09:01.753Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1749 | 2024-03-09T17:09:01.976Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1750 | 2024-03-09T17:09:02.237Z | Compiling cstr-argument v0.1.2 |
1751 | 2024-03-09T17:09:02.356Z | Compiling memmap2 v0.7.1 |
1752 | 2024-03-09T17:09:02.463Z | Compiling filetime v0.2.23 |
1753 | 2024-03-09T17:09:02.534Z | Compiling xattr v1.0.1 |
1754 | 2024-03-09T17:09:02.664Z | Compiling arrayref v0.3.7 |
1755 | 2024-03-09T17:09:02.770Z | Compiling pretty-hex v0.2.1 |
1756 | 2024-03-09T17:09:02.791Z | Compiling arrayvec v0.7.4 |
1757 | 2024-03-09T17:09:02.810Z | Compiling home v0.5.5 |
1758 | 2024-03-09T17:09:02.829Z | Compiling constant_time_eq v0.3.0 |
1759 | 2024-03-09T17:09:02.956Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1760 | 2024-03-09T17:09:03.005Z | Compiling toolchain_find v0.2.0 |
1761 | 2024-03-09T17:09:03.057Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1762 | 2024-03-09T17:09:03.197Z | Compiling tar v0.4.40 |
1763 | 2024-03-09T17:09:03.261Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1764 | 2024-03-09T17:09:03.594Z | Compiling camino-tempfile v1.1.1 |
1765 | 2024-03-09T17:09:03.770Z | Compiling colored v2.1.0 |
1766 | 2024-03-09T17:09:03.856Z | Compiling toml v0.5.11 |
1767 | 2024-03-09T17:09:04.005Z | Compiling socket2 v0.4.9 |
1768 | 2024-03-09T17:09:04.048Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1769 | 2024-03-09T17:09:04.165Z | Compiling topological-sort v0.2.2 |
1770 | 2024-03-09T17:09:04.369Z | Compiling platforms v3.0.2 |
1771 | 2024-03-09T17:09:04.390Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1772 | 2024-03-09T17:09:04.970Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1773 | 2024-03-09T17:09:05.298Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
1774 | 2024-03-09T17:09:05.302Z | Compiling heck v0.3.3 |
1775 | 2024-03-09T17:09:05.772Z | Compiling rustfmt-wrapper v0.2.0 |
1776 | 2024-03-09T17:09:05.809Z | Compiling textwrap v0.11.0 |
1777 | 2024-03-09T17:09:06.327Z | Compiling omicron-zone-package v0.11.0 |
1778 | 2024-03-09T17:09:06.396Z | Compiling num-derive v0.4.0 |
1779 | 2024-03-09T17:09:06.515Z | Compiling ansi_term v0.12.1 |
1780 | 2024-03-09T17:09:07.102Z | Compiling libefi-sys v0.1.0 |
1781 | 2024-03-09T17:09:07.396Z | Compiling strsim v0.8.0 |
1782 | 2024-03-09T17:09:07.489Z | Compiling vec_map v0.8.2 |
1783 | 2024-03-09T17:09:07.687Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1784 | 2024-03-09T17:09:07.784Z | Compiling clap v2.34.0 |
1785 | 2024-03-09T17:09:07.991Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1786 | 2024-03-09T17:09:08.037Z | Compiling structopt-derive v0.4.18 |
1787 | 2024-03-09T17:09:08.409Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
1788 | 2024-03-09T17:09:08.812Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb) |
1789 | 2024-03-09T17:09:09.072Z | Compiling smf v0.2.2 |
1790 | 2024-03-09T17:09:09.344Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1791 | 2024-03-09T17:09:09.470Z | Compiling unicase v2.7.0 |
1792 | 2024-03-09T17:09:09.721Z | Compiling semver v0.1.20 |
1793 | 2024-03-09T17:09:09.777Z | Compiling curve25519-dalek v4.1.1 |
1794 | 2024-03-09T17:09:10.356Z | Compiling rustc_version v0.1.7 |
1795 | 2024-03-09T17:09:10.401Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1796 | 2024-03-09T17:09:10.421Z | Compiling universal-hash v0.5.1 |
1797 | 2024-03-09T17:09:10.440Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1798 | 2024-03-09T17:09:10.604Z | Compiling opaque-debug v0.3.0 |
1799 | 2024-03-09T17:09:10.701Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1800 | 2024-03-09T17:09:10.855Z | Compiling newtype_derive v0.1.6 |
1801 | 2024-03-09T17:09:11.066Z | Compiling structopt v0.3.26 |
1802 | 2024-03-09T17:09:11.111Z | Compiling signature v2.1.0 |
1803 | 2024-03-09T17:09:11.134Z | Compiling curve25519-dalek-derive v0.1.0 |
1804 | 2024-03-09T17:09:11.161Z | Compiling gethostname v0.4.3 |
1805 | 2024-03-09T17:09:11.180Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1806 | 2024-03-09T17:09:11.336Z | Compiling num-rational v0.4.1 |
1807 | 2024-03-09T17:09:11.357Z | Compiling getrandom v0.1.16 |
1808 | 2024-03-09T17:09:11.733Z | Compiling usdt-macro v0.5.0 |
1809 | 2024-03-09T17:09:11.752Z | Compiling usdt-attr-macro v0.5.0 |
1810 | 2024-03-09T17:09:11.938Z | Compiling password-hash v0.5.0 |
1811 | 2024-03-09T17:09:12.096Z | Compiling blake2 v0.10.6 |
1812 | 2024-03-09T17:09:12.962Z | Compiling memmap v0.7.0 |
1813 | 2024-03-09T17:09:13.024Z | Compiling linked-hash-map v0.5.6 |
1814 | 2024-03-09T17:09:13.213Z | Compiling parking_lot_core v0.8.6 |
1815 | 2024-03-09T17:09:13.297Z | Compiling quick-error v1.2.3 |
1816 | 2024-03-09T17:09:13.367Z | Compiling usdt v0.5.0 |
1817 | 2024-03-09T17:09:13.386Z | Compiling lru-cache v0.1.2 |
1818 | 2024-03-09T17:09:13.436Z | Compiling resolv-conf v0.7.0 |
1819 | 2024-03-09T17:09:13.571Z | Compiling argon2 v0.5.3 |
1820 | 2024-03-09T17:09:14.236Z | Compiling rfc6979 v0.4.0 |
1821 | 2024-03-09T17:09:14.254Z | Compiling aead v0.5.2 |
1822 | 2024-03-09T17:09:14.257Z | Compiling num-complex v0.4.4 |
1823 | 2024-03-09T17:09:14.423Z | Compiling nibble_vec v0.1.0 |
1824 | 2024-03-09T17:09:14.621Z | Compiling slog-dtrace v0.3.0 |
1825 | 2024-03-09T17:09:14.637Z | Compiling cancel-safe-futures v0.1.5 |
1826 | 2024-03-09T17:09:14.925Z | Compiling winapi v0.3.9 |
1827 | 2024-03-09T17:09:14.987Z | Compiling utf-8 v0.7.6 |
1828 | 2024-03-09T17:09:15.329Z | Compiling arc-swap v1.6.0 |
1829 | 2024-03-09T17:09:15.353Z | Compiling endian-type v0.1.2 |
1830 | 2024-03-09T17:09:15.546Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1831 | 2024-03-09T17:09:15.581Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1832 | 2024-03-09T17:09:15.936Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1833 | 2024-03-09T17:09:15.971Z | Compiling keccak v0.1.4 |
1834 | 2024-03-09T17:09:16.562Z | Compiling sha3 v0.10.8 |
1835 | 2024-03-09T17:09:16.712Z | Compiling slog-scope v4.4.0 |
1836 | 2024-03-09T17:09:16.894Z | Compiling radix_trie v0.2.1 |
1837 | 2024-03-09T17:09:17.041Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1838 | 2024-03-09T17:09:17.277Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1839 | 2024-03-09T17:09:17.561Z | Compiling num v0.4.1 |
1840 | 2024-03-09T17:09:17.595Z | Compiling tungstenite v0.20.1 |
1841 | 2024-03-09T17:09:17.710Z | Compiling ecdsa v0.16.9 |
1842 | 2024-03-09T17:09:17.729Z | Compiling mime_guess v2.0.4 |
1843 | 2024-03-09T17:09:17.749Z | Compiling steno v0.4.0 |
1844 | 2024-03-09T17:09:17.764Z | Compiling rand_core v0.5.1 |
1845 | 2024-03-09T17:09:18.249Z | Compiling trust-dns-resolver v0.22.0 |
1846 | 2024-03-09T17:09:19.078Z | Compiling poly1305 v0.8.0 |
1847 | 2024-03-09T17:09:19.363Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1848 | 2024-03-09T17:09:19.850Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1849 | 2024-03-09T17:09:20.183Z | Compiling primeorder v0.13.6 |
1850 | 2024-03-09T17:09:20.507Z | Compiling chacha20 v0.9.1 |
1851 | 2024-03-09T17:09:20.673Z | Compiling secrecy v0.8.0 |
1852 | 2024-03-09T17:09:20.837Z | Compiling thiserror-impl-no-std v2.0.2 |
1853 | 2024-03-09T17:09:20.937Z | Compiling half v2.3.1 |
1854 | 2024-03-09T17:09:20.957Z | Compiling option-ext v0.2.0 |
1855 | 2024-03-09T17:09:21.087Z | Compiling ciborium-io v0.2.2 |
1856 | 2024-03-09T17:09:21.214Z | Compiling humantime v2.1.0 |
1857 | 2024-03-09T17:09:21.527Z | Compiling convert_case v0.4.0 |
1858 | 2024-03-09T17:09:21.578Z | Compiling ciborium-ll v0.2.2 |
1859 | 2024-03-09T17:09:21.754Z | Compiling dirs-sys v0.4.1 |
1860 | 2024-03-09T17:09:21.994Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1861 | 2024-03-09T17:09:22.460Z | Compiling parking_lot v0.11.2 |
1862 | 2024-03-09T17:09:22.593Z | Compiling derive_more v0.99.17 |
1863 | 2024-03-09T17:09:22.644Z | Compiling tokio-tungstenite v0.20.1 |
1864 | 2024-03-09T17:09:23.141Z | Compiling rand_chacha v0.2.2 |
1865 | 2024-03-09T17:09:23.991Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1866 | 2024-03-09T17:09:24.186Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1867 | 2024-03-09T17:09:24.228Z | Compiling thiserror-no-std v2.0.2 |
1868 | 2024-03-09T17:09:24.345Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1869 | 2024-03-09T17:09:24.627Z | Compiling trust-dns-client v0.22.0 |
1870 | 2024-03-09T17:09:24.692Z | Compiling slog-stdlog v4.1.1 |
1871 | 2024-03-09T17:09:25.155Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1872 | 2024-03-09T17:09:25.753Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1873 | 2024-03-09T17:09:28.197Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1874 | 2024-03-09T17:09:29.047Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1875 | 2024-03-09T17:09:31.261Z | Compiling ed25519 v2.2.2 |
1876 | 2024-03-09T17:09:31.567Z | Compiling polyval v0.6.1 |
1877 | 2024-03-09T17:09:31.722Z | Compiling blowfish v0.9.1 |
1878 | 2024-03-09T17:09:31.791Z | Compiling ctr v0.9.2 |
1879 | 2024-03-09T17:09:32.000Z | Compiling aes v0.8.3 |
1880 | 2024-03-09T17:09:32.140Z | Compiling password-hash v0.4.2 |
1881 | 2024-03-09T17:09:32.188Z | Compiling libsw v3.3.1 |
1882 | 2024-03-09T17:09:32.538Z | Compiling pbkdf2 v0.12.2 |
1883 | 2024-03-09T17:09:32.715Z | Compiling derive-where v1.2.7 |
1884 | 2024-03-09T17:09:33.759Z | Compiling fxhash v0.2.1 |
1885 | 2024-03-09T17:09:33.972Z | Compiling swrite v0.1.0 |
1886 | 2024-03-09T17:09:34.096Z | Compiling linear-map v1.2.0 |
1887 | 2024-03-09T17:09:34.457Z | Compiling owo-colors v4.0.0 |
1888 | 2024-03-09T17:09:34.954Z | Compiling trust-dns-server v0.22.1 |
1889 | 2024-03-09T17:09:36.356Z | Compiling sled v0.34.7 |
1890 | 2024-03-09T17:09:36.903Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1891 | 2024-03-09T17:09:38.538Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1892 | 2024-03-09T17:09:39.453Z | Compiling bcrypt-pbkdf v0.10.0 |
1893 | 2024-03-09T17:09:40.006Z | Compiling pbkdf2 v0.11.0 |
1894 | 2024-03-09T17:09:40.370Z | Compiling ghash v0.5.0 |
1895 | 2024-03-09T17:09:40.442Z | Compiling ed25519-dalek v2.0.0 |
1896 | 2024-03-09T17:09:40.555Z | Compiling russh-cryptovec v0.7.0 |
1897 | 2024-03-09T17:09:40.850Z | Compiling slog-envlogger v2.2.0 |
1898 | 2024-03-09T17:09:40.854Z | Compiling vsss-rs v3.3.4 |
1899 | 2024-03-09T17:09:41.317Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1900 | 2024-03-09T17:09:41.693Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1901 | 2024-03-09T17:09:42.087Z | Compiling rand v0.7.3 |
1902 | 2024-03-09T17:09:42.965Z | Compiling dirs v5.0.1 |
1903 | 2024-03-09T17:09:43.164Z | Compiling ciborium v0.2.2 |
1904 | 2024-03-09T17:09:43.446Z | Compiling chacha20poly1305 v0.10.1 |
1905 | 2024-03-09T17:09:43.674Z | Compiling p521 v0.13.3 |
1906 | 2024-03-09T17:09:43.763Z | Compiling p256 v0.13.2 |
1907 | 2024-03-09T17:09:44.487Z | Compiling cbc v0.1.2 |
1908 | 2024-03-09T17:09:44.594Z | Compiling pem v3.0.2 |
1909 | 2024-03-09T17:09:44.732Z | Compiling headers-core v0.2.0 |
1910 | 2024-03-09T17:09:44.753Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
1911 | 2024-03-09T17:09:44.886Z | Compiling kstat-rs v0.2.3 |
1912 | 2024-03-09T17:09:45.140Z | Compiling nanorand v0.7.0 |
1913 | 2024-03-09T17:09:45.401Z | Compiling glob v0.3.1 |
1914 | 2024-03-09T17:09:45.526Z | Compiling http-range v0.1.5 |
1915 | 2024-03-09T17:09:45.629Z | Compiling md5 v0.7.0 |
1916 | 2024-03-09T17:09:45.702Z | Compiling hyper-staticfile v0.9.5 |
1917 | 2024-03-09T17:09:45.860Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1918 | 2024-03-09T17:09:46.092Z | Compiling russh-keys v0.42.0 |
1919 | 2024-03-09T17:09:46.143Z | Compiling flume v0.11.0 |
1920 | 2024-03-09T17:09:46.395Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1921 | 2024-03-09T17:09:46.706Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
1922 | 2024-03-09T17:09:46.885Z | Compiling rcgen v0.12.1 |
1923 | 2024-03-09T17:09:48.316Z | Compiling headers v0.3.9 |
1924 | 2024-03-09T17:09:49.455Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1925 | 2024-03-09T17:09:49.498Z | Compiling aes-gcm v0.10.3 |
1926 | 2024-03-09T17:09:50.324Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1927 | 2024-03-09T17:09:52.120Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1928 | 2024-03-09T17:09:52.511Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1929 | 2024-03-09T17:09:54.598Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1930 | 2024-03-09T17:09:56.315Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
1931 | 2024-03-09T17:09:56.845Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb) |
1932 | 2024-03-09T17:09:57.744Z | Compiling atomicwrites v0.4.3 |
1933 | 2024-03-09T17:09:58.085Z | Compiling itertools v0.12.1 |
1934 | 2024-03-09T17:09:58.174Z | Compiling subprocess v0.2.9 |
1935 | 2024-03-09T17:09:59.894Z | Compiling hex-literal v0.4.1 |
1936 | 2024-03-09T17:10:00.051Z | Compiling dhcproto-macros v0.1.0 |
1937 | 2024-03-09T17:10:00.338Z | Compiling display-error-chain v0.2.0 |
1938 | 2024-03-09T17:10:00.513Z | Compiling russh v0.42.0 |
1939 | 2024-03-09T17:10:00.937Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1940 | 2024-03-09T17:10:01.016Z | Compiling dhcproto v0.11.0 |
1941 | 2024-03-09T17:10:01.335Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1942 | 2024-03-09T17:10:03.476Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1943 | 2024-03-09T17:10:03.644Z | Compiling internet-checksum v0.2.1 |
1944 | 2024-03-09T17:10:05.071Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1945 | 2024-03-09T17:10:06.622Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1946 | 2024-03-09T17:10:25.445Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1947 | 2024-03-09T17:11:02.762Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 08s |
1948 | 2024-03-09T17:11:03.080Z | |
1949 | 2024-03-09T17:11:03.080Z | real 5:09.096932150 |
1950 | 2024-03-09T17:11:03.091Z | user 27:20.231020775 |
1951 | 2024-03-09T17:11:03.091Z | sys 5:44.524535101 |
1952 | 2024-03-09T17:11:03.092Z | trap 0.787274583 |
1953 | 2024-03-09T17:11:03.092Z | tflt 3.491619957 |
1954 | 2024-03-09T17:11:03.092Z | dflt 4.083440480 |
1955 | 2024-03-09T17:11:03.092Z | kflt 0.280782049 |
1956 | 2024-03-09T17:11:03.092Z | lock 50:49.905067597 |
1957 | 2024-03-09T17:11:03.092Z | slp 1:18:28.777044754 |
1958 | 2024-03-09T17:11:03.092Z | lat 1:38.001034985 |
1959 | 2024-03-09T17:11:03.093Z | stop 4:06.008420936 |
1960 | 2024-03-09T17:11:03.093Z | + mkdir -p /work |
1961 | 2024-03-09T17:11:03.093Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest |
1962 | 2024-03-09T17:11:03.814Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1963 | 2024-03-09T17:11:12.186Z | Finished dev [unoptimized + debuginfo] target(s) in 9.04s |
1964 | 2024-03-09T17:11:12.265Z | |
1965 | 2024-03-09T17:11:12.266Z | real 9.165995129 |
1966 | 2024-03-09T17:11:12.266Z | user 6.438375468 |
1967 | 2024-03-09T17:11:12.266Z | sys 3.651880905 |
1968 | 2024-03-09T17:11:12.266Z | trap 0.001319989 |
1969 | 2024-03-09T17:11:12.266Z | tflt 0.013323984 |
1970 | 2024-03-09T17:11:12.266Z | dflt 0.037896523 |
1971 | 2024-03-09T17:11:12.266Z | kflt 0.000000000 |
1972 | 2024-03-09T17:11:12.266Z | lock 25.141800860 |
1973 | 2024-03-09T17:11:12.266Z | slp 36.353998895 |
1974 | 2024-03-09T17:11:12.266Z | lat 0.037216887 |
1975 | 2024-03-09T17:11:12.266Z | stop 0.325579324 |
1976 | 2024-03-09T17:11:12.283Z | + cp target/debug/commtest /work/commtest |
1977 | 2024-03-09T17:11:12.619Z | + mkdir -p /work/end-to-end-tests |
1978 | 2024-03-09T17:11:12.623Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1979 | 2024-03-09T17:11:13.893Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1980 | 2024-03-09T17:11:13.893Z | + ptime -m gzip |
1981 | 2024-03-09T17:11:13.897Z | ++ basename target/debug/bootstrap |
1982 | 2024-03-09T17:11:26.058Z | |
1983 | 2024-03-09T17:11:26.058Z | real 12.143266145 |
1984 | 2024-03-09T17:11:26.058Z | user 12.056796646 |
1985 | 2024-03-09T17:11:26.058Z | sys 0.076060531 |
1986 | 2024-03-09T17:11:26.059Z | trap 0.002672160 |
1987 | 2024-03-09T17:11:26.059Z | tflt 0.000000000 |
1988 | 2024-03-09T17:11:26.059Z | dflt 0.000000000 |
1989 | 2024-03-09T17:11:26.059Z | kflt 0.000000000 |
1990 | 2024-03-09T17:11:26.059Z | lock 0.000000000 |
1991 | 2024-03-09T17:11:27.283Z | slp 0.000000000 |
1992 | 2024-03-09T17:11:27.283Z | lat 0.007333884 |
1993 | 2024-03-09T17:11:27.283Z | stop 0.000173833 |
1994 | 2024-03-09T17:11:27.283Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1995 | 2024-03-09T17:11:27.283Z | + ptime -m gzip |
1996 | 2024-03-09T17:11:27.283Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-09883187f12d8d1b |
1997 | 2024-03-09T17:11:27.286Z | |
1998 | 2024-03-09T17:11:27.286Z | real 1.190058747 |
1999 | 2024-03-09T17:11:27.286Z | user 1.179282922 |
2000 | 2024-03-09T17:11:27.287Z | sys 0.009236340 |
2001 | 2024-03-09T17:11:27.287Z | trap 0.000435000 |
2002 | 2024-03-09T17:11:27.287Z | tflt 0.000000000 |
2003 | 2024-03-09T17:11:27.287Z | dflt 0.000000000 |
2004 | 2024-03-09T17:11:27.287Z | kflt 0.000000000 |
2005 | 2024-03-09T17:11:27.287Z | lock 0.000000000 |
2006 | 2024-03-09T17:11:27.287Z | slp 0.000000000 |
2007 | 2024-03-09T17:11:27.287Z | lat 0.000703671 |
2008 | 2024-03-09T17:11:27.287Z | stop 0.000181083 |
2009 | 2024-03-09T17:11:27.287Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2010 | 2024-03-09T17:11:27.287Z | + ptime -m gzip |
2011 | 2024-03-09T17:11:27.287Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-65a4db6b155ae45e |
2012 | 2024-03-09T17:11:28.435Z | |
2013 | 2024-03-09T17:11:28.436Z | real 1.183375940 |
2014 | 2024-03-09T17:11:28.436Z | user 1.172709469 |
2015 | 2024-03-09T17:11:28.436Z | sys 0.010090095 |
2016 | 2024-03-09T17:11:28.436Z | trap 0.000092872 |
2017 | 2024-03-09T17:11:28.436Z | tflt 0.000000000 |
2018 | 2024-03-09T17:11:28.436Z | dflt 0.000000000 |
2019 | 2024-03-09T17:11:28.436Z | kflt 0.000000000 |
2020 | 2024-03-09T17:11:28.437Z | lock 0.000000000 |
2021 | 2024-03-09T17:11:28.437Z | slp 0.000000000 |
2022 | 2024-03-09T17:11:28.437Z | lat 0.000096820 |
2023 | 2024-03-09T17:11:28.437Z | stop 0.000168293 |
2024 | 2024-03-09T17:11:28.456Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2025 | 2024-03-09T17:11:28.456Z | + ptime -m gzip |
2026 | 2024-03-09T17:11:28.456Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-1a288711b562a1b6 |
2027 | 2024-03-09T17:11:29.617Z | |
2028 | 2024-03-09T17:11:29.617Z | real 1.183441773 |
2029 | 2024-03-09T17:11:29.617Z | user 1.173964761 |
2030 | 2024-03-09T17:11:29.617Z | sys 0.008899276 |
2031 | 2024-03-09T17:11:29.617Z | trap 0.000096262 |
2032 | 2024-03-09T17:11:29.617Z | tflt 0.000000000 |
2033 | 2024-03-09T17:11:29.621Z | dflt 0.000000000 |
2034 | 2024-03-09T17:11:29.621Z | kflt 0.000000000 |
2035 | 2024-03-09T17:11:29.621Z | lock 0.000000000 |
2036 | 2024-03-09T17:11:29.621Z | slp 0.000000000 |
2037 | 2024-03-09T17:11:29.621Z | lat 0.000090851 |
2038 | 2024-03-09T17:11:29.621Z | stop 0.000172323 |
2039 | 2024-03-09T17:11:29.621Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2040 | 2024-03-09T17:11:29.621Z | + ptime -m gzip |
2041 | 2024-03-09T17:11:29.621Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7b7b0e2adcdf9cf5 |
2042 | 2024-03-09T17:11:42.148Z | |
2043 | 2024-03-09T17:11:42.148Z | real 12.523588022 |
2044 | 2024-03-09T17:11:42.148Z | user 12.431590310 |
2045 | 2024-03-09T17:11:42.148Z | sys 0.088439534 |
2046 | 2024-03-09T17:11:42.148Z | trap 0.001774727 |
2047 | 2024-03-09T17:11:42.148Z | tflt 0.000000000 |
2048 | 2024-03-09T17:11:42.148Z | dflt 0.000000000 |
2049 | 2024-03-09T17:11:42.148Z | kflt 0.000000000 |
2050 | 2024-03-09T17:11:42.148Z | lock 0.000000000 |
2051 | 2024-03-09T17:11:42.148Z | slp 0.000000000 |
2052 | 2024-03-09T17:11:42.148Z | lat 0.001380856 |
2053 | 2024-03-09T17:11:42.148Z | stop 0.000185092 |
2054 | 2024-03-09T17:11:42.153Z | + banner caboose-util |
2055 | 2024-03-09T17:11:42.153Z | |
2056 | 2024-03-09T17:11:42.153Z | #### ## ##### #### #### #### ###### # # ##### |
2057 | 2024-03-09T17:11:42.154Z | # # # # # # # # # # # # # # # |
2058 | 2024-03-09T17:11:42.154Z | # # # ##### # # # # #### ##### ##### # # # |
2059 | 2024-03-09T17:11:42.154Z | # ###### # # # # # # # # # # # |
2060 | 2024-03-09T17:11:42.154Z | # # # # # # # # # # # # # # # # |
2061 | 2024-03-09T17:11:42.154Z | #### # # ##### #### #### #### ###### #### # |
2062 | 2024-03-09T17:11:42.154Z | |
2063 | 2024-03-09T17:11:42.154Z | + ptime -m cargo build --locked -p caboose-util --release |
2064 | 2024-03-09T17:11:42.590Z | Downloading crates ... |
2065 | 2024-03-09T17:11:42.886Z | Downloaded crc-any v2.4.3 |
2066 | 2024-03-09T17:11:42.896Z | Downloaded tap v1.0.1 |
2067 | 2024-03-09T17:11:42.896Z | Downloaded array-init v0.0.4 |
2068 | 2024-03-09T17:11:42.900Z | Downloaded path-slash v0.1.5 |
2069 | 2024-03-09T17:11:42.900Z | Downloaded nodrop v0.1.14 |
2070 | 2024-03-09T17:11:42.903Z | Downloaded is-terminal v0.4.9 |
2071 | 2024-03-09T17:11:42.903Z | Downloaded serde-hex v0.1.0 |
2072 | 2024-03-09T17:11:42.907Z | Downloaded crc v3.0.1 |
2073 | 2024-03-09T17:11:42.910Z | Downloaded smallvec v0.6.14 |
2074 | 2024-03-09T17:11:42.910Z | Downloaded packed_struct_codegen v0.10.1 |
2075 | 2024-03-09T17:11:42.910Z | Downloaded funty v2.0.0 |
2076 | 2024-03-09T17:11:42.914Z | Downloaded wyz v0.5.1 |
2077 | 2024-03-09T17:11:42.914Z | Downloaded packed_struct v0.10.1 |
2078 | 2024-03-09T17:11:42.921Z | Downloaded termcolor v1.2.0 |
2079 | 2024-03-09T17:11:42.921Z | Downloaded maybe-uninit v2.0.0 |
2080 | 2024-03-09T17:11:42.921Z | Downloaded radium v0.7.0 |
2081 | 2024-03-09T17:11:42.924Z | Downloaded crc-catalog v2.2.0 |
2082 | 2024-03-09T17:11:42.924Z | Downloaded pkcs1 v0.7.5 |
2083 | 2024-03-09T17:11:42.924Z | Downloaded env_logger v0.10.0 |
2084 | 2024-03-09T17:11:42.933Z | Downloaded ron v0.8.1 |
2085 | 2024-03-09T17:11:42.938Z | Downloaded rsa v0.9.2 |
2086 | 2024-03-09T17:11:42.942Z | Downloaded bitfield v0.14.0 |
2087 | 2024-03-09T17:11:42.946Z | Downloaded hashbrown v0.13.2 |
2088 | 2024-03-09T17:11:42.950Z | Downloaded x509-cert v0.2.4 |
2089 | 2024-03-09T17:11:42.962Z | Downloaded num-bigint-dig v0.8.4 |
2090 | 2024-03-09T17:11:42.969Z | Downloaded bitvec v1.0.1 |
2091 | 2024-03-09T17:11:42.981Z | Downloaded object v0.30.4 |
2092 | 2024-03-09T17:11:43.084Z | Compiling proc-macro2 v1.0.78 |
2093 | 2024-03-09T17:11:43.084Z | Compiling unicode-ident v1.0.12 |
2094 | 2024-03-09T17:11:43.085Z | Compiling libc v0.2.153 |
2095 | 2024-03-09T17:11:43.093Z | Compiling serde v1.0.197 |
2096 | 2024-03-09T17:11:43.093Z | Compiling autocfg v1.1.0 |
2097 | 2024-03-09T17:11:43.093Z | Compiling version_check v0.9.4 |
2098 | 2024-03-09T17:11:43.093Z | Compiling cfg-if v1.0.0 |
2099 | 2024-03-09T17:11:43.241Z | Compiling typenum v1.16.0 |
2100 | 2024-03-09T17:11:43.241Z | Compiling once_cell v1.19.0 |
2101 | 2024-03-09T17:11:43.338Z | Compiling parking_lot_core v0.9.8 |
2102 | 2024-03-09T17:11:43.626Z | Compiling memchr v2.7.1 |
2103 | 2024-03-09T17:11:43.642Z | Compiling syn v1.0.109 |
2104 | 2024-03-09T17:11:43.707Z | Compiling byteorder v1.5.0 |
2105 | 2024-03-09T17:11:43.796Z | Compiling lock_api v0.4.10 |
2106 | 2024-03-09T17:11:44.077Z | Compiling generic-array v0.14.7 |
2107 | 2024-03-09T17:11:44.121Z | Compiling libm v0.2.7 |
2108 | 2024-03-09T17:11:44.197Z | Compiling num-traits v0.2.18 |
2109 | 2024-03-09T17:11:44.324Z | Compiling ahash v0.8.8 |
2110 | 2024-03-09T17:11:44.388Z | Compiling serde_json v1.0.114 |
2111 | 2024-03-09T17:11:44.468Z | Compiling quote v1.0.35 |
2112 | 2024-03-09T17:11:44.611Z | Compiling thiserror v1.0.57 |
2113 | 2024-03-09T17:11:44.621Z | Compiling pkg-config v0.3.27 |
2114 | 2024-03-09T17:11:45.036Z | Compiling syn v2.0.51 |
2115 | 2024-03-09T17:11:45.075Z | Compiling cc v1.0.83 |
2116 | 2024-03-09T17:11:45.095Z | Compiling getrandom v0.2.12 |
2117 | 2024-03-09T17:11:45.621Z | Compiling itoa v1.0.9 |
2118 | 2024-03-09T17:11:45.627Z | Compiling scopeguard v1.2.0 |
2119 | 2024-03-09T17:11:45.669Z | Compiling log v0.4.20 |
2120 | 2024-03-09T17:11:45.928Z | Compiling slab v0.4.9 |
2121 | 2024-03-09T17:11:46.208Z | Compiling rand_core v0.6.4 |
2122 | 2024-03-09T17:11:46.214Z | Compiling smallvec v1.13.1 |
2123 | 2024-03-09T17:11:46.816Z | Compiling vcpkg v0.2.15 |
2124 | 2024-03-09T17:11:47.600Z | Compiling parking_lot v0.12.1 |
2125 | 2024-03-09T17:11:47.839Z | Compiling pin-project-lite v0.2.13 |
2126 | 2024-03-09T17:11:47.960Z | Compiling ryu v1.0.15 |
2127 | 2024-03-09T17:11:47.965Z | Compiling const-oid v0.9.6 |
2128 | 2024-03-09T17:11:48.442Z | Compiling ring v0.17.8 |
2129 | 2024-03-09T17:11:48.545Z | Compiling openssl-sys v0.9.96 |
2130 | 2024-03-09T17:11:48.578Z | Compiling ucd-trie v0.1.6 |
2131 | 2024-03-09T17:11:49.142Z | Compiling signal-hook-registry v1.4.1 |
2132 | 2024-03-09T17:11:49.575Z | Compiling subtle v2.5.0 |
2133 | 2024-03-09T17:11:49.763Z | Compiling rustix v0.38.31 |
2134 | 2024-03-09T17:11:49.873Z | Compiling ring v0.16.20 |
2135 | 2024-03-09T17:11:50.022Z | Compiling mio v0.8.11 |
2136 | 2024-03-09T17:11:50.443Z | Compiling tinyvec_macros v0.1.1 |
2137 | 2024-03-09T17:11:50.522Z | Compiling futures-core v0.3.30 |
2138 | 2024-03-09T17:11:50.740Z | Compiling semver v1.0.22 |
2139 | 2024-03-09T17:11:50.843Z | Compiling tinyvec v1.6.0 |
2140 | 2024-03-09T17:11:52.300Z | Compiling spin v0.5.2 |
2141 | 2024-03-09T17:11:52.351Z | Compiling unicode-normalization v0.1.22 |
2142 | 2024-03-09T17:11:52.692Z | Compiling socket2 v0.5.5 |
2143 | 2024-03-09T17:11:52.735Z | Compiling num_cpus v1.16.0 |
2144 | 2024-03-09T17:11:53.571Z | Compiling unicode-xid v0.2.4 |
2145 | 2024-03-09T17:11:53.576Z | Compiling heck v0.4.1 |
2146 | 2024-03-09T17:11:53.576Z | Compiling allocator-api2 v0.2.16 |
2147 | 2024-03-09T17:11:53.581Z | Compiling httparse v1.8.0 |
2148 | 2024-03-09T17:11:53.731Z | Compiling unicode-bidi v0.3.15 |
2149 | 2024-03-09T17:11:53.950Z | Compiling openssl v0.10.60 |
2150 | 2024-03-09T17:11:54.118Z | Compiling futures-sink v0.3.30 |
2151 | 2024-03-09T17:11:54.137Z | Compiling synstructure v0.12.6 |
2152 | 2024-03-09T17:11:54.383Z | Compiling time-core v0.1.2 |
2153 | 2024-03-09T17:11:54.534Z | Compiling equivalent v1.0.1 |
2154 | 2024-03-09T17:11:54.630Z | Compiling num-conv v0.1.0 |
2155 | 2024-03-09T17:11:54.901Z | Compiling time-macros v0.2.17 |
2156 | 2024-03-09T17:11:55.019Z | Compiling futures-channel v0.3.30 |
2157 | 2024-03-09T17:11:55.448Z | Compiling native-tls v0.2.11 |
2158 | 2024-03-09T17:11:55.577Z | Compiling futures-io v0.3.30 |
2159 | 2024-03-09T17:11:55.601Z | Compiling rustls v0.21.9 |
2160 | 2024-03-09T17:11:55.748Z | Compiling ppv-lite86 v0.2.17 |
2161 | 2024-03-09T17:11:55.865Z | Compiling futures-task v0.3.30 |
2162 | 2024-03-09T17:11:56.144Z | Compiling crc32fast v1.3.2 |
2163 | 2024-03-09T17:11:56.549Z | Compiling pin-utils v0.1.0 |
2164 | 2024-03-09T17:11:56.659Z | Compiling rand_chacha v0.3.1 |
2165 | 2024-03-09T17:11:56.671Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2166 | 2024-03-09T17:11:57.089Z | Compiling spin v0.9.8 |
2167 | 2024-03-09T17:11:57.157Z | Compiling tracing-core v0.1.32 |
2168 | 2024-03-09T17:11:57.167Z | Compiling base64ct v1.6.0 |
2169 | 2024-03-09T17:11:57.738Z | Compiling pem-rfc7468 v0.7.0 |
2170 | 2024-03-09T17:11:57.825Z | Compiling rand v0.8.5 |
2171 | 2024-03-09T17:11:58.339Z | Compiling serde_derive v1.0.197 |
2172 | 2024-03-09T17:11:58.342Z | Compiling zeroize_derive v1.4.2 |
2173 | 2024-03-09T17:11:58.383Z | Compiling zerocopy-derive v0.7.32 |
2174 | 2024-03-09T17:11:58.424Z | Compiling thiserror-impl v1.0.57 |
2175 | 2024-03-09T17:11:58.444Z | Compiling tokio-macros v2.2.0 |
2176 | 2024-03-09T17:11:58.923Z | Compiling futures-macro v0.3.30 |
2177 | 2024-03-09T17:11:59.434Z | Compiling tracing-attributes v0.1.27 |
2178 | 2024-03-09T17:11:59.691Z | Compiling der_derive v0.7.2 |
2179 | 2024-03-09T17:11:59.756Z | Compiling zeroize v1.7.0 |
2180 | 2024-03-09T17:12:00.395Z | Compiling zerocopy v0.7.32 |
2181 | 2024-03-09T17:12:01.258Z | Compiling pest v2.7.6 |
2182 | 2024-03-09T17:12:01.548Z | Compiling crypto-common v0.1.6 |
2183 | 2024-03-09T17:12:01.589Z | Compiling block-buffer v0.10.4 |
2184 | 2024-03-09T17:12:02.300Z | Compiling digest v0.10.7 |
2185 | 2024-03-09T17:12:02.304Z | Compiling zerocopy-derive v0.2.0 |
2186 | 2024-03-09T17:12:02.304Z | Compiling openssl-macros v0.1.1 |
2187 | 2024-03-09T17:12:02.652Z | Compiling futures-util v0.3.30 |
2188 | 2024-03-09T17:12:02.718Z | Compiling tracing v0.1.40 |
2189 | 2024-03-09T17:12:02.824Z | Compiling hashbrown v0.14.3 |
2190 | 2024-03-09T17:12:03.113Z | Compiling scroll_derive v0.12.0 |
2191 | 2024-03-09T17:12:03.203Z | Compiling zerocopy-derive v0.6.4 |
2192 | 2024-03-09T17:12:03.627Z | Compiling pest_meta v2.7.6 |
2193 | 2024-03-09T17:12:03.864Z | Compiling cookie v0.17.0 |
2194 | 2024-03-09T17:12:04.150Z | Compiling usdt-impl v0.3.5 |
2195 | 2024-03-09T17:12:04.447Z | Compiling flagset v0.4.3 |
2196 | 2024-03-09T17:12:04.460Z | Compiling percent-encoding v2.3.1 |
2197 | 2024-03-09T17:12:04.479Z | Compiling schemars v0.8.16 |
2198 | 2024-03-09T17:12:04.747Z | Compiling signal-hook v0.3.17 |
2199 | 2024-03-09T17:12:04.925Z | Compiling pest_generator v2.7.6 |
2200 | 2024-03-09T17:12:05.013Z | Compiling der v0.7.8 |
2201 | 2024-03-09T17:12:05.101Z | Compiling serde_derive_internals v0.26.0 |
2202 | 2024-03-09T17:12:07.789Z | Compiling pest_derive v2.7.6 |
2203 | 2024-03-09T17:12:08.451Z | Compiling errno v0.3.8 |
2204 | 2024-03-09T17:12:08.705Z | Compiling fnv v1.0.7 |
2205 | 2024-03-09T17:12:09.162Z | Compiling schemars_derive v0.8.16 |
2206 | 2024-03-09T17:12:09.637Z | Compiling spki v0.7.2 |
2207 | 2024-03-09T17:12:10.173Z | Compiling zerocopy v0.3.0 |
2208 | 2024-03-09T17:12:10.306Z | Compiling lazy_static v1.4.0 |
2209 | 2024-03-09T17:12:11.210Z | Compiling backtrace v0.3.69 |
2210 | 2024-03-09T17:12:11.579Z | Compiling thread-id v4.2.0 |
2211 | 2024-03-09T17:12:11.683Z | Compiling num-bigint v0.4.4 |
2212 | 2024-03-09T17:12:12.090Z | Compiling bytes v1.5.0 |
2213 | 2024-03-09T17:12:12.163Z | Compiling bitflags v2.4.2 |
2214 | 2024-03-09T17:12:12.282Z | Compiling indexmap v2.2.5 |
2215 | 2024-03-09T17:12:12.529Z | Compiling uuid v1.7.0 |
2216 | 2024-03-09T17:12:13.229Z | Compiling tokio v1.36.0 |
2217 | 2024-03-09T17:12:13.263Z | Compiling rustc_version v0.4.0 |
2218 | 2024-03-09T17:12:13.863Z | Compiling heapless v0.7.16 |
2219 | 2024-03-09T17:12:14.833Z | Compiling http v0.2.12 |
2220 | 2024-03-09T17:12:14.877Z | Compiling untrusted v0.9.0 |
2221 | 2024-03-09T17:12:15.026Z | Compiling foreign-types-shared v0.1.1 |
2222 | 2024-03-09T17:12:15.124Z | Compiling powerfmt v0.2.0 |
2223 | 2024-03-09T17:12:15.479Z | Compiling smoltcp v0.9.1 |
2224 | 2024-03-09T17:12:15.848Z | Compiling untrusted v0.7.1 |
2225 | 2024-03-09T17:12:16.066Z | Compiling crossbeam-utils v0.8.19 |
2226 | 2024-03-09T17:12:16.523Z | Compiling async-trait v0.1.77 |
2227 | 2024-03-09T17:12:16.575Z | Compiling iana-time-zone v0.1.57 |
2228 | 2024-03-09T17:12:16.957Z | Compiling base64 v0.21.7 |
2229 | 2024-03-09T17:12:17.033Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2230 | 2024-03-09T17:12:17.188Z | Compiling chrono v0.4.34 |
2231 | 2024-03-09T17:12:18.634Z | Compiling deranged v0.3.11 |
2232 | 2024-03-09T17:12:18.795Z | Compiling foreign-types v0.3.2 |
2233 | 2024-03-09T17:12:20.546Z | Compiling dof v0.1.5 |
2234 | 2024-03-09T17:12:20.695Z | Compiling dtrace-parser v0.1.14 |
2235 | 2024-03-09T17:12:20.789Z | Compiling form_urlencoded v1.2.1 |
2236 | 2024-03-09T17:12:20.964Z | Compiling tokio-util v0.7.10 |
2237 | 2024-03-09T17:12:21.136Z | Compiling hmac v0.12.1 |
2238 | 2024-03-09T17:12:21.299Z | Compiling clap_derive v4.5.0 |
2239 | 2024-03-09T17:12:21.354Z | Compiling num-integer v0.1.46 |
2240 | 2024-03-09T17:12:22.372Z | Compiling adler v1.0.2 |
2241 | 2024-03-09T17:12:22.524Z | Compiling siphasher v0.3.11 |
2242 | 2024-03-09T17:12:22.560Z | Compiling rustversion v1.0.14 |
2243 | 2024-03-09T17:12:22.594Z | Compiling utf8parse v0.2.1 |
2244 | 2024-03-09T17:12:22.742Z | Compiling cpufeatures v0.2.12 |
2245 | 2024-03-09T17:12:22.851Z | Compiling anstyle v1.0.2 |
2246 | 2024-03-09T17:12:22.865Z | Compiling num_threads v0.1.6 |
2247 | 2024-03-09T17:12:22.959Z | Compiling try-lock v0.2.4 |
2248 | 2024-03-09T17:12:22.970Z | Compiling time v0.3.34 |
2249 | 2024-03-09T17:12:23.088Z | Compiling want v0.3.1 |
2250 | 2024-03-09T17:12:23.171Z | Compiling sha2 v0.10.8 |
2251 | 2024-03-09T17:12:25.677Z | Compiling anstyle-parse v0.2.1 |
2252 | 2024-03-09T17:12:26.397Z | Compiling miniz_oxide v0.7.1 |
2253 | 2024-03-09T17:12:26.470Z | Compiling h2 v0.3.24 |
2254 | 2024-03-09T17:12:27.653Z | Compiling rustls-webpki v0.101.7 |
2255 | 2024-03-09T17:12:27.800Z | Compiling sct v0.7.0 |
2256 | 2024-03-09T17:12:28.082Z | Compiling http-body v0.4.5 |
2257 | 2024-03-09T17:12:28.960Z | Compiling serde_tokenstream v0.1.7 |
2258 | 2024-03-09T17:12:29.389Z | Compiling pkcs8 v0.10.2 |
2259 | 2024-03-09T17:12:29.491Z | Compiling hubpack_derive v0.1.1 |
2260 | 2024-03-09T17:12:29.874Z | Compiling idna v0.5.0 |
2261 | 2024-03-09T17:12:30.630Z | Compiling aho-corasick v1.1.2 |
2262 | 2024-03-09T17:12:30.937Z | Compiling usdt-impl v0.5.0 |
2263 | 2024-03-09T17:12:31.245Z | Compiling tower-service v0.3.2 |
2264 | 2024-03-09T17:12:31.286Z | Compiling anyhow v1.0.79 |
2265 | 2024-03-09T17:12:31.354Z | Compiling colorchoice v1.0.0 |
2266 | 2024-03-09T17:12:31.373Z | Compiling openssl-probe v0.1.5 |
2267 | 2024-03-09T17:12:31.754Z | Compiling httpdate v1.0.3 |
2268 | 2024-03-09T17:12:31.808Z | Compiling regex-syntax v0.8.2 |
2269 | 2024-03-09T17:12:32.252Z | Compiling radium v0.7.0 |
2270 | 2024-03-09T17:12:33.137Z | Compiling anstyle-query v1.0.0 |
2271 | 2024-03-09T17:12:33.929Z | Compiling slog v2.7.0 |
2272 | 2024-03-09T17:12:34.351Z | Compiling hyper v0.14.28 |
2273 | 2024-03-09T17:12:34.451Z | Compiling anstream v0.6.11 |
2274 | 2024-03-09T17:12:35.440Z | Compiling regex-automata v0.4.5 |
2275 | 2024-03-09T17:12:38.554Z | Compiling url v2.5.0 |
2276 | 2024-03-09T17:12:43.928Z | Compiling terminal_size v0.3.0 |
2277 | 2024-03-09T17:12:43.985Z | Compiling toml_datetime v0.6.5 |
2278 | 2024-03-09T17:12:44.124Z | Compiling serde_spanned v0.6.5 |
2279 | 2024-03-09T17:12:44.398Z | Compiling zerocopy v0.6.4 |
2280 | 2024-03-09T17:12:44.437Z | Compiling scroll v0.12.0 |
2281 | 2024-03-09T17:12:44.658Z | Compiling md-5 v0.10.5 |
2282 | 2024-03-09T17:12:45.052Z | Compiling stringprep v0.1.3 |
2283 | 2024-03-09T17:12:45.096Z | Compiling idna v0.3.0 |
2284 | 2024-03-09T17:12:45.571Z | Compiling diesel_table_macro_syntax v0.1.0 |
2285 | 2024-03-09T17:12:45.823Z | Compiling hash32 v0.2.1 |
2286 | 2024-03-09T17:12:45.863Z | Compiling stable_deref_trait v1.2.0 |
2287 | 2024-03-09T17:12:45.866Z | Compiling plain v0.2.3 |
2288 | 2024-03-09T17:12:45.961Z | Compiling dyn-clone v1.0.17 |
2289 | 2024-03-09T17:12:46.008Z | Compiling tap v1.0.1 |
2290 | 2024-03-09T17:12:46.095Z | Compiling fallible-iterator v0.2.0 |
2291 | 2024-03-09T17:12:46.187Z | Compiling psl-types v2.0.11 |
2292 | 2024-03-09T17:12:46.364Z | Compiling strsim v0.11.0 |
2293 | 2024-03-09T17:12:46.425Z | Compiling gimli v0.28.0 |
2294 | 2024-03-09T17:12:46.450Z | Compiling maybe-uninit v2.0.0 |
2295 | 2024-03-09T17:12:46.486Z | Compiling clap_lex v0.7.0 |
2296 | 2024-03-09T17:12:46.795Z | Compiling clap_builder v4.5.1 |
2297 | 2024-03-09T17:12:46.970Z | Compiling postgres-protocol v0.6.6 |
2298 | 2024-03-09T17:12:47.254Z | Compiling publicsuffix v2.2.3 |
2299 | 2024-03-09T17:12:47.957Z | Compiling wyz v0.5.1 |
2300 | 2024-03-09T17:12:48.238Z | Compiling goblin v0.8.0 |
2301 | 2024-03-09T17:12:48.385Z | Compiling diesel_derives v2.1.2 |
2302 | 2024-03-09T17:12:50.524Z | Compiling addr2line v0.21.0 |
2303 | 2024-03-09T17:12:51.420Z | Compiling strum_macros v0.25.2 |
2304 | 2024-03-09T17:12:52.402Z | Compiling tokio-rustls v0.24.1 |
2305 | 2024-03-09T17:12:52.979Z | Compiling tokio-native-tls v0.3.1 |
2306 | 2024-03-09T17:12:54.293Z | Compiling usdt-macro v0.3.5 |
2307 | 2024-03-09T17:12:55.134Z | Compiling usdt-attr-macro v0.3.5 |
2308 | 2024-03-09T17:12:56.910Z | Compiling phf_shared v0.11.2 |
2309 | 2024-03-09T17:12:57.284Z | Compiling num-iter v0.1.44 |
2310 | 2024-03-09T17:12:57.743Z | Compiling block-padding v0.3.3 |
2311 | 2024-03-09T17:12:57.860Z | Compiling enum-as-inner v0.5.1 |
2312 | 2024-03-09T17:12:57.968Z | Compiling serde_repr v0.1.16 |
2313 | 2024-03-09T17:12:59.015Z | Compiling ff v0.13.0 |
2314 | 2024-03-09T17:12:59.228Z | Compiling scheduled-thread-pool v0.2.7 |
2315 | 2024-03-09T17:13:00.380Z | Compiling object v0.32.1 |
2316 | 2024-03-09T17:13:02.238Z | Compiling packed_struct v0.10.1 |
2317 | 2024-03-09T17:13:02.506Z | Compiling pretty-hex v0.4.1 |
2318 | 2024-03-09T17:13:02.705Z | Compiling bit-vec v0.6.3 |
2319 | 2024-03-09T17:13:03.109Z | Compiling regex-automata v0.1.10 |
2320 | 2024-03-09T17:13:03.348Z | Compiling winnow v0.5.15 |
2321 | 2024-03-09T17:13:03.377Z | Compiling ipnet v2.9.0 |
2322 | 2024-03-09T17:13:04.460Z | Compiling matches v0.1.10 |
2323 | 2024-03-09T17:13:04.549Z | Compiling num-bigint-dig v0.8.4 |
2324 | 2024-03-09T17:13:04.836Z | Compiling rustc-demangle v0.1.23 |
2325 | 2024-03-09T17:13:05.724Z | Compiling base16ct v0.2.0 |
2326 | 2024-03-09T17:13:05.989Z | Compiling funty v2.0.0 |
2327 | 2024-03-09T17:13:06.981Z | Compiling managed v0.8.0 |
2328 | 2024-03-09T17:13:07.012Z | Compiling bitflags v1.3.2 |
2329 | 2024-03-09T17:13:07.015Z | Compiling toml_edit v0.19.15 |
2330 | 2024-03-09T17:13:09.539Z | Compiling bitvec v1.0.1 |
2331 | 2024-03-09T17:13:13.966Z | Compiling sec1 v0.7.3 |
2332 | 2024-03-09T17:13:14.533Z | Compiling idna v0.2.3 |
2333 | 2024-03-09T17:13:15.812Z | Compiling bstr v0.2.17 |
2334 | 2024-03-09T17:13:16.084Z | Compiling dof v0.3.0 |
2335 | 2024-03-09T17:13:16.723Z | Compiling r2d2 v0.8.10 |
2336 | 2024-03-09T17:13:17.030Z | Compiling group v0.13.0 |
2337 | 2024-03-09T17:13:17.088Z | Compiling inout v0.1.3 |
2338 | 2024-03-09T17:13:17.987Z | Compiling phf v0.11.2 |
2339 | 2024-03-09T17:13:18.286Z | Compiling hyper-tls v0.5.0 |
2340 | 2024-03-09T17:13:18.456Z | Compiling hyper-rustls v0.24.2 |
2341 | 2024-03-09T17:13:18.628Z | Compiling signal-hook-mio v0.2.3 |
2342 | 2024-03-09T17:13:18.787Z | Compiling cookie_store v0.20.0 |
2343 | 2024-03-09T17:13:18.800Z | Compiling flate2 v1.0.28 |
2344 | 2024-03-09T17:13:19.658Z | Compiling clap v4.5.1 |
2345 | 2024-03-09T17:13:19.774Z | Compiling bzip2 v0.4.4 |
2346 | 2024-03-09T17:13:20.100Z | Compiling ipnetwork v0.20.0 |
2347 | 2024-03-09T17:13:20.131Z | Compiling postgres-types v0.2.6 |
2348 | 2024-03-09T17:13:20.793Z | Compiling regex v1.10.3 |
2349 | 2024-03-09T17:13:21.156Z | Compiling hubpack v0.1.2 |
2350 | 2024-03-09T17:13:21.221Z | Compiling phf_shared v0.10.0 |
2351 | 2024-03-09T17:13:21.508Z | Compiling rustls-pemfile v1.0.3 |
2352 | 2024-03-09T17:13:21.574Z | Compiling hkdf v0.12.4 |
2353 | 2024-03-09T17:13:21.620Z | Compiling serde_urlencoded v0.7.1 |
2354 | 2024-03-09T17:13:21.805Z | Compiling futures-executor v0.3.30 |
2355 | 2024-03-09T17:13:21.840Z | Compiling dtrace-parser v0.2.0 |
2356 | 2024-03-09T17:13:22.551Z | Compiling crypto-bigint v0.5.2 |
2357 | 2024-03-09T17:13:22.733Z | Compiling packed_struct_codegen v0.10.1 |
2358 | 2024-03-09T17:13:23.477Z | Compiling float-cmp v0.9.0 |
2359 | 2024-03-09T17:13:24.256Z | Compiling indexmap v1.9.3 |
2360 | 2024-03-09T17:13:24.542Z | Compiling encoding_rs v0.8.33 |
2361 | 2024-03-09T17:13:24.667Z | Compiling either v1.10.0 |
2362 | 2024-03-09T17:13:25.050Z | Compiling mime v0.3.17 |
2363 | 2024-03-09T17:13:25.311Z | Compiling static_assertions v1.1.0 |
2364 | 2024-03-09T17:13:25.416Z | Compiling crc-catalog v2.2.0 |
2365 | 2024-03-09T17:13:25.559Z | Compiling predicates-core v1.0.6 |
2366 | 2024-03-09T17:13:25.955Z | Compiling difflib v0.4.0 |
2367 | 2024-03-09T17:13:26.244Z | Compiling unicode-segmentation v1.10.1 |
2368 | 2024-03-09T17:13:26.526Z | Compiling winnow v0.6.1 |
2369 | 2024-03-09T17:13:27.046Z | Compiling sync_wrapper v0.1.2 |
2370 | 2024-03-09T17:13:27.167Z | Compiling precomputed-hash v0.1.1 |
2371 | 2024-03-09T17:13:27.238Z | Compiling nodrop v0.1.14 |
2372 | 2024-03-09T17:13:27.279Z | Compiling normalize-line-endings v0.3.0 |
2373 | 2024-03-09T17:13:27.359Z | Compiling unicode-width v0.1.11 |
2374 | 2024-03-09T17:13:27.394Z | Compiling minimal-lexical v0.2.1 |
2375 | 2024-03-09T17:13:27.517Z | Compiling whoami v1.5.0 |
2376 | 2024-03-09T17:13:28.133Z | Compiling new_debug_unreachable v1.0.4 |
2377 | 2024-03-09T17:13:28.166Z | Compiling fixedbitset v0.4.2 |
2378 | 2024-03-09T17:13:28.546Z | Compiling data-encoding v2.4.0 |
2379 | 2024-03-09T17:13:28.953Z | Compiling webpki-roots v0.25.2 |
2380 | 2024-03-09T17:13:29.101Z | Compiling trust-dns-proto v0.22.0 |
2381 | 2024-03-09T17:13:30.308Z | Compiling toml_edit v0.22.6 |
2382 | 2024-03-09T17:13:31.102Z | Compiling reqwest v0.11.24 |
2383 | 2024-03-09T17:13:33.992Z | Compiling petgraph v0.6.4 |
2384 | 2024-03-09T17:13:36.910Z | Compiling string_cache v0.8.7 |
2385 | 2024-03-09T17:13:37.597Z | Compiling tokio-postgres v0.7.10 |
2386 | 2024-03-09T17:13:37.804Z | Compiling nom v7.1.3 |
2387 | 2024-03-09T17:13:41.526Z | Compiling console v0.15.8 |
2388 | 2024-03-09T17:13:42.181Z | Compiling predicates v3.1.0 |
2389 | 2024-03-09T17:13:42.854Z | Compiling array-init v0.0.4 |
2390 | 2024-03-09T17:13:43.738Z | Compiling similar v2.4.0 |
2391 | 2024-03-09T17:13:44.144Z | Compiling crc v3.0.1 |
2392 | 2024-03-09T17:13:44.887Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2393 | 2024-03-09T17:13:45.620Z | Compiling itertools v0.10.5 |
2394 | 2024-03-09T17:13:45.787Z | Compiling elliptic-curve v0.13.8 |
2395 | 2024-03-09T17:13:49.501Z | Compiling futures v0.3.30 |
2396 | 2024-03-09T17:13:50.835Z | Compiling smallvec v0.6.14 |
2397 | 2024-03-09T17:13:51.306Z | Compiling diesel v2.1.4 |
2398 | 2024-03-09T17:13:51.500Z | Compiling zip v0.6.6 |
2399 | 2024-03-09T17:13:51.574Z | Compiling yasna v0.5.2 |
2400 | 2024-03-09T17:13:51.819Z | Compiling crossterm v0.27.0 |
2401 | 2024-03-09T17:13:52.769Z | Compiling crossbeam-epoch v0.9.18 |
2402 | 2024-03-09T17:13:53.182Z | Compiling cipher v0.4.4 |
2403 | 2024-03-09T17:13:54.028Z | Compiling toml v0.7.8 |
2404 | 2024-03-09T17:13:55.056Z | Compiling bit-set v0.5.3 |
2405 | 2024-03-09T17:13:55.171Z | Compiling usdt v0.3.5 |
2406 | 2024-03-09T17:13:55.619Z | Compiling bstr v1.9.0 |
2407 | 2024-03-09T17:13:56.549Z | Compiling pkcs1 v0.7.5 |
2408 | 2024-03-09T17:13:56.602Z | Compiling tokio-stream v0.1.14 |
2409 | 2024-03-09T17:13:57.279Z | Compiling is-terminal v0.4.9 |
2410 | 2024-03-09T17:13:57.424Z | Compiling openapiv3 v2.0.0 |
2411 | 2024-03-09T17:13:57.539Z | Compiling hex v0.4.3 |
2412 | 2024-03-09T17:13:59.414Z | Compiling signature v2.1.0 |
2413 | 2024-03-09T17:14:01.728Z | Compiling hashbrown v0.12.3 |
2414 | 2024-03-09T17:14:01.797Z | Compiling bitfield v0.14.0 |
2415 | 2024-03-09T17:14:02.457Z | Compiling termcolor v1.2.0 |
2416 | 2024-03-09T17:14:03.457Z | Compiling lalrpop-util v0.19.12 |
2417 | 2024-03-09T17:14:04.842Z | Compiling env_logger v0.10.0 |
2418 | 2024-03-09T17:14:06.198Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2419 | 2024-03-09T17:14:09.272Z | Compiling rsa v0.9.2 |
2420 | 2024-03-09T17:14:15.743Z | Compiling serde-hex v0.1.0 |
2421 | 2024-03-09T17:14:18.626Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2422 | 2024-03-09T17:14:24.847Z | Compiling ron v0.8.1 |
2423 | 2024-03-09T17:14:25.587Z | Compiling x509-cert v0.2.4 |
2424 | 2024-03-09T17:14:26.117Z | Compiling hashbrown v0.13.2 |
2425 | 2024-03-09T17:14:29.030Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2426 | 2024-03-09T17:14:30.602Z | Compiling crc-any v2.4.3 |
2427 | 2024-03-09T17:14:48.882Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2428 | 2024-03-09T17:14:58.081Z | Compiling object v0.30.4 |
2429 | 2024-03-09T17:14:58.638Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2430 | 2024-03-09T17:15:12.019Z | Compiling path-slash v0.1.5 |
2431 | 2024-03-09T17:15:12.258Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2432 | 2024-03-09T17:15:32.077Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2433 | 2024-03-09T17:15:32.823Z | Finished release [optimized] target(s) in 3m 50s |
2434 | 2024-03-09T17:15:32.894Z | |
2435 | 2024-03-09T17:15:32.895Z | real 3:50.698006281 |
2436 | 2024-03-09T17:15:32.895Z | user 25:36.780883624 |
2437 | 2024-03-09T17:15:32.895Z | sys 3:05.977301472 |
2438 | 2024-03-09T17:15:32.895Z | trap 0.784330616 |
2439 | 2024-03-09T17:15:32.895Z | tflt 1.732222930 |
2440 | 2024-03-09T17:15:32.895Z | dflt 0.903556753 |
2441 | 2024-03-09T17:15:32.895Z | kflt 0.009400012 |
2442 | 2024-03-09T17:15:32.898Z | lock 58:33.203526364 |
2443 | 2024-03-09T17:15:32.898Z | slp 1:15:50.744518982 |
2444 | 2024-03-09T17:15:32.898Z | lat 1:25.542485162 |
2445 | 2024-03-09T17:15:32.898Z | stop 1:17.250335434 |
2446 | 2024-03-09T17:15:32.898Z | + ptime -m gzip |
2447 | 2024-03-09T17:15:33.256Z | |
2448 | 2024-03-09T17:15:33.256Z | real 0.357041949 |
2449 | 2024-03-09T17:15:33.256Z | user 0.352386989 |
2450 | 2024-03-09T17:15:33.256Z | sys 0.004125531 |
2451 | 2024-03-09T17:15:33.256Z | trap 0.000030326 |
2452 | 2024-03-09T17:15:33.256Z | tflt 0.000000000 |
2453 | 2024-03-09T17:15:33.256Z | dflt 0.000000000 |
2454 | 2024-03-09T17:15:33.262Z | kflt 0.000000000 |
2455 | 2024-03-09T17:15:33.262Z | lock 0.000000000 |
2456 | 2024-03-09T17:15:33.262Z | slp 0.000000000 |
2457 | 2024-03-09T17:15:33.262Z | lat 0.000093050 |
2458 | 2024-03-09T17:15:33.262Z | stop 0.000190471 |
2459 | 2024-03-09T17:15:33.262Z | + banner tufaceous |
2460 | 2024-03-09T17:15:33.262Z | |
2461 | 2024-03-09T17:15:33.262Z | ##### # # ###### ## #### ###### #### # # #### |
2462 | 2024-03-09T17:15:33.262Z | # # # # # # # # # # # # # # |
2463 | 2024-03-09T17:15:33.262Z | # # # ##### # # # ##### # # # # #### |
2464 | 2024-03-09T17:15:33.262Z | # # # # ###### # # # # # # # |
2465 | 2024-03-09T17:15:33.262Z | # # # # # # # # # # # # # # # |
2466 | 2024-03-09T17:15:33.262Z | # #### # # # #### ###### #### #### #### |
2467 | 2024-03-09T17:15:33.262Z | |
2468 | 2024-03-09T17:15:33.262Z | + ptime -m cargo build --locked -p tufaceous --release |
2469 | 2024-03-09T17:15:33.707Z | Downloading crates ... |
2470 | 2024-03-09T17:15:33.977Z | Downloaded doc-comment v0.3.3 |
2471 | 2024-03-09T17:15:33.991Z | Downloaded parse-size v1.0.0 |
2472 | 2024-03-09T17:15:33.997Z | Downloaded buf-list v1.0.3 |
2473 | 2024-03-09T17:15:34.001Z | Downloaded globset v0.4.13 |
2474 | 2024-03-09T17:15:34.004Z | Downloaded fs-err v2.11.0 |
2475 | 2024-03-09T17:15:34.004Z | Downloaded async-recursion v1.0.5 |
2476 | 2024-03-09T17:15:34.007Z | Downloaded serde_plain v1.0.2 |
2477 | 2024-03-09T17:15:34.007Z | Downloaded olpc-cjson v0.1.3 |
2478 | 2024-03-09T17:15:34.007Z | Downloaded snafu-derive v0.7.5 |
2479 | 2024-03-09T17:15:34.010Z | Downloaded snafu v0.7.5 |
2480 | 2024-03-09T17:15:34.014Z | Downloaded pin-project v1.1.3 |
2481 | 2024-03-09T17:15:34.025Z | Downloaded typed-path v0.7.0 |
2482 | 2024-03-09T17:15:34.031Z | Downloaded tough v0.16.0 |
2483 | 2024-03-09T17:15:34.038Z | Downloaded pin-project-internal v1.1.3 |
2484 | 2024-03-09T17:15:34.132Z | Compiling serde_tokenstream v0.2.0 |
2485 | 2024-03-09T17:15:34.198Z | Compiling regress v0.8.0 |
2486 | 2024-03-09T17:15:34.208Z | Compiling dirs-sys-next v0.1.2 |
2487 | 2024-03-09T17:15:34.211Z | Compiling strsim v0.10.0 |
2488 | 2024-03-09T17:15:34.212Z | Compiling rustls-pki-types v1.3.0 |
2489 | 2024-03-09T17:15:34.212Z | Compiling ident_case v1.0.1 |
2490 | 2024-03-09T17:15:34.235Z | Compiling thread_local v1.1.7 |
2491 | 2024-03-09T17:15:34.362Z | Compiling dirs-next v2.0.0 |
2492 | 2024-03-09T17:15:34.614Z | Compiling darling_core v0.20.3 |
2493 | 2024-03-09T17:15:34.643Z | Compiling camino v1.1.6 |
2494 | 2024-03-09T17:15:34.854Z | Compiling rustls v0.22.2 |
2495 | 2024-03-09T17:15:35.032Z | Compiling slog-async v2.8.0 |
2496 | 2024-03-09T17:15:35.125Z | Compiling heck v0.4.1 |
2497 | 2024-03-09T17:15:35.240Z | Compiling rustls-webpki v0.102.1 |
2498 | 2024-03-09T17:15:35.338Z | Compiling term v0.7.0 |
2499 | 2024-03-09T17:15:35.507Z | Compiling crossbeam-channel v0.5.8 |
2500 | 2024-03-09T17:15:35.531Z | Compiling getopts v0.2.21 |
2501 | 2024-03-09T17:15:36.373Z | Compiling structmeta-derive v0.3.0 |
2502 | 2024-03-09T17:15:36.424Z | Compiling atty v0.2.14 |
2503 | 2024-03-09T17:15:36.559Z | Compiling multer v3.0.0 |
2504 | 2024-03-09T17:15:36.886Z | Compiling paste v1.0.14 |
2505 | 2024-03-09T17:15:37.280Z | Compiling doc-comment v0.3.3 |
2506 | 2024-03-09T17:15:37.321Z | Compiling unsafe-libyaml v0.2.10 |
2507 | 2024-03-09T17:15:37.766Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
2508 | 2024-03-09T17:15:39.065Z | Compiling take_mut v0.2.2 |
2509 | 2024-03-09T17:15:39.221Z | Compiling match_cfg v0.1.0 |
2510 | 2024-03-09T17:15:39.316Z | Compiling hostname v0.3.1 |
2511 | 2024-03-09T17:15:39.567Z | Compiling structmeta v0.3.0 |
2512 | 2024-03-09T17:15:39.661Z | Compiling serde_yaml v0.9.25 |
2513 | 2024-03-09T17:15:40.067Z | Compiling darling_macro v0.20.3 |
2514 | 2024-03-09T17:15:40.171Z | Compiling slog-term v2.9.0 |
2515 | 2024-03-09T17:15:40.969Z | Compiling darling v0.20.3 |
2516 | 2024-03-09T17:15:42.907Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2517 | 2024-03-09T17:15:42.927Z | Compiling slog-json v2.6.1 |
2518 | 2024-03-09T17:15:43.103Z | Compiling http v1.0.0 |
2519 | 2024-03-09T17:15:43.430Z | Compiling async-stream-impl v0.3.5 |
2520 | 2024-03-09T17:15:43.522Z | Compiling pin-project-internal v1.1.3 |
2521 | 2024-03-09T17:15:44.655Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2522 | 2024-03-09T17:15:44.948Z | Compiling atomic-waker v1.1.1 |
2523 | 2024-03-09T17:15:44.974Z | Compiling fastrand v2.0.1 |
2524 | 2024-03-09T17:15:45.553Z | Compiling waitgroup v0.1.2 |
2525 | 2024-03-09T17:15:45.557Z | Compiling tempfile v3.10.0 |
2526 | 2024-03-09T17:15:48.309Z | Compiling pin-project v1.1.3 |
2527 | 2024-03-09T17:15:48.343Z | Compiling tokio-rustls v0.25.0 |
2528 | 2024-03-09T17:15:48.343Z | Compiling async-stream v0.3.5 |
2529 | 2024-03-09T17:15:48.343Z | Compiling slog-bunyan v2.5.0 |
2530 | 2024-03-09T17:15:48.343Z | Compiling serde_with_macros v3.6.1 |
2531 | 2024-03-09T17:15:48.343Z | Compiling parse-display-derive v0.9.0 |
2532 | 2024-03-09T17:15:48.343Z | Compiling toml v0.8.10 |
2533 | 2024-03-09T17:15:48.343Z | Compiling rustls-pemfile v2.1.1 |
2534 | 2024-03-09T17:15:48.726Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2535 | 2024-03-09T17:15:48.934Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2536 | 2024-03-09T17:15:49.518Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
2537 | 2024-03-09T17:15:49.766Z | Compiling sha1 v0.10.6 |
2538 | 2024-03-09T17:15:50.412Z | Compiling newtype-uuid v1.0.1 |
2539 | 2024-03-09T17:15:50.677Z | Compiling strum_macros v0.26.1 |
2540 | 2024-03-09T17:15:50.745Z | Compiling snafu-derive v0.7.5 |
2541 | 2024-03-09T17:15:50.758Z | Compiling serde_path_to_error v0.1.15 |
2542 | 2024-03-09T17:15:51.379Z | Compiling instant v0.1.12 |
2543 | 2024-03-09T17:15:51.538Z | Compiling fs-err v2.11.0 |
2544 | 2024-03-09T17:15:51.752Z | Compiling debug-ignore v1.0.5 |
2545 | 2024-03-09T17:15:51.826Z | Compiling same-file v1.0.6 |
2546 | 2024-03-09T17:15:51.896Z | Compiling buf-list v1.0.3 |
2547 | 2024-03-09T17:15:52.094Z | Compiling arc-swap v1.6.0 |
2548 | 2024-03-09T17:15:52.488Z | Compiling walkdir v2.4.0 |
2549 | 2024-03-09T17:15:53.263Z | Compiling slog-scope v4.4.0 |
2550 | 2024-03-09T17:15:53.868Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
2551 | 2024-03-09T17:15:53.979Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2552 | 2024-03-09T17:15:54.183Z | Compiling backoff v0.4.0 |
2553 | 2024-03-09T17:15:54.529Z | Compiling parse-display v0.9.0 |
2554 | 2024-03-09T17:15:55.319Z | Compiling strum v0.26.1 |
2555 | 2024-03-09T17:15:55.488Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2556 | 2024-03-09T17:15:55.603Z | Compiling snafu v0.7.5 |
2557 | 2024-03-09T17:15:55.805Z | Compiling serde_with v3.6.1 |
2558 | 2024-03-09T17:15:56.667Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2559 | 2024-03-09T17:15:57.015Z | Compiling globset v0.4.13 |
2560 | 2024-03-09T17:15:57.368Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2561 | 2024-03-09T17:15:57.537Z | Compiling pem v3.0.2 |
2562 | 2024-03-09T17:15:59.188Z | Compiling olpc-cjson v0.1.3 |
2563 | 2024-03-09T17:15:59.507Z | Compiling serde_plain v1.0.2 |
2564 | 2024-03-09T17:16:00.026Z | Compiling macaddr v1.0.1 |
2565 | 2024-03-09T17:16:00.170Z | Compiling async-recursion v1.0.5 |
2566 | 2024-03-09T17:16:00.667Z | Compiling filetime v0.2.23 |
2567 | 2024-03-09T17:16:00.973Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2568 | 2024-03-09T17:16:01.004Z | Compiling xattr v1.0.1 |
2569 | 2024-03-09T17:16:01.145Z | Compiling typed-path v0.7.0 |
2570 | 2024-03-09T17:16:01.659Z | Compiling tar v0.4.40 |
2571 | 2024-03-09T17:16:05.546Z | Compiling tough v0.16.0 |
2572 | 2024-03-09T17:16:08.069Z | Compiling slog-stdlog v4.1.1 |
2573 | 2024-03-09T17:16:08.999Z | Compiling camino-tempfile v1.1.1 |
2574 | 2024-03-09T17:16:09.028Z | Compiling itertools v0.12.1 |
2575 | 2024-03-09T17:16:09.847Z | Compiling parse-size v1.0.0 |
2576 | 2024-03-09T17:16:10.145Z | Compiling slog-envlogger v2.2.0 |
2577 | 2024-03-09T17:16:12.406Z | Compiling humantime v2.1.0 |
2578 | 2024-03-09T17:16:15.461Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2579 | 2024-03-09T17:16:15.703Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2580 | 2024-03-09T17:16:24.875Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2581 | 2024-03-09T17:16:26.883Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2582 | 2024-03-09T17:16:45.523Z | Finished release [optimized] target(s) in 1m 12s |
2583 | 2024-03-09T17:16:45.602Z | |
2584 | 2024-03-09T17:16:45.602Z | real 1:12.316699335 |
2585 | 2024-03-09T17:16:45.602Z | user 8:16.614398590 |
2586 | 2024-03-09T17:16:45.602Z | sys 39.297941386 |
2587 | 2024-03-09T17:16:45.605Z | trap 0.227590310 |
2588 | 2024-03-09T17:16:45.605Z | tflt 0.477037819 |
2589 | 2024-03-09T17:16:45.605Z | dflt 0.321503306 |
2590 | 2024-03-09T17:16:45.605Z | kflt 0.006613202 |
2591 | 2024-03-09T17:16:45.605Z | lock 16:46.765181633 |
2592 | 2024-03-09T17:16:45.605Z | slp 18:32.864179470 |
2593 | 2024-03-09T17:16:45.606Z | lat 20.327078074 |
2594 | 2024-03-09T17:16:45.606Z | stop 16.228273417 |
2595 | 2024-03-09T17:16:45.606Z | + ptime -m gzip |
2596 | 2024-03-09T17:16:47.089Z | |
2597 | 2024-03-09T17:16:47.096Z | real 1.480584499 |
2598 | 2024-03-09T17:16:47.096Z | user 1.467227211 |
2599 | 2024-03-09T17:16:47.096Z | sys 0.011871531 |
2600 | 2024-03-09T17:16:47.096Z | trap 0.000396421 |
2601 | 2024-03-09T17:16:47.096Z | tflt 0.000000000 |
2602 | 2024-03-09T17:16:47.096Z | dflt 0.000000000 |
2603 | 2024-03-09T17:16:47.096Z | kflt 0.000000000 |
2604 | 2024-03-09T17:16:47.096Z | lock 0.000000000 |
2605 | 2024-03-09T17:16:47.096Z | slp 0.000000000 |
2606 | 2024-03-09T17:16:47.096Z | lat 0.000690753 |
2607 | 2024-03-09T17:16:47.096Z | stop 0.000174553 |
2608 | 2024-03-09T17:16:47.096Z | process exited: duration 765049 ms, exit code 0 |
|
2609 | 2024-03-09T17:16:47.130Z | found 8 output files |
2610 | 2024-03-09T17:16:47.130Z | uploading: /work/end-to-end-tests/bootstrap-65a4db6b155ae45e.gz (9706448 bytes) |
2611 | 2024-03-09T17:16:49.660Z | uploaded: /work/end-to-end-tests/bootstrap-65a4db6b155ae45e.gz |
2612 | 2024-03-09T17:16:49.668Z | uploading: /work/end-to-end-tests/bootstrap.gz (101036001 bytes) |
2613 | 2024-03-09T17:17:19.606Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2614 | 2024-03-09T17:17:19.606Z | uploading: /work/end-to-end-tests/commtest-1a288711b562a1b6.gz (9706487 bytes) |
2615 | 2024-03-09T17:17:22.951Z | uploaded: /work/end-to-end-tests/commtest-1a288711b562a1b6.gz |
2616 | 2024-03-09T17:17:22.951Z | uploading: /work/end-to-end-tests/dhcp_server-09883187f12d8d1b.gz (9707258 bytes) |
2617 | 2024-03-09T17:17:25.878Z | uploaded: /work/end-to-end-tests/dhcp_server-09883187f12d8d1b.gz |
2618 | 2024-03-09T17:17:25.878Z | uploading: /work/end-to-end-tests/end_to_end_tests-7b7b0e2adcdf9cf5.gz (104418117 bytes) |
2619 | 2024-03-09T17:17:54.120Z | uploaded: /work/end-to-end-tests/end_to_end_tests-7b7b0e2adcdf9cf5.gz |
2620 | 2024-03-09T17:17:54.125Z | uploading: /work/caboose-util.gz (3207558 bytes) |
2621 | 2024-03-09T17:17:56.435Z | uploaded: /work/caboose-util.gz |
2622 | 2024-03-09T17:17:56.438Z | uploading: /work/tufaceous.gz (13587522 bytes) |
2623 | 2024-03-09T17:18:01.038Z | uploaded: /work/tufaceous.gz |
2624 | 2024-03-09T17:18:01.038Z | uploading: /work/commtest (455808584 bytes) |
2625 | 2024-03-09T17:20:05.304Z | uploaded: /work/commtest |