|
|
|
1 | 2024-03-30T02:59:48.261Z | job assigned to worker 01HT6MNJPGCEJAZHM55R988B2T (queued for 2 m 0 s) |
|
2 | 2024-03-30T02:59:56.111Z | starting task 0: "setup" |
3 | 2024-03-30T02:59:56.562Z | ++ uname -s |
4 | 2024-03-30T02:59:56.574Z | + kern=SunOS |
5 | 2024-03-30T02:59:56.574Z | + case "$kern" in |
6 | 2024-03-30T02:59:56.574Z | + groupadd -g 12345 build |
7 | 2024-03-30T02:59:56.574Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-30T02:59:58.209Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-30T02:59:58.332Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-30T02:59:58.340Z | + home_fs=zfs |
11 | 2024-03-30T02:59:58.340Z | + [[ zfs == autofs ]] |
12 | 2024-03-30T02:59:58.340Z | + mkdir -p /home/build |
13 | 2024-03-30T02:59:58.340Z | + chown build:build /home/build /work |
14 | 2024-03-30T03:00:00.337Z | + chmod 0700 /home/build /work |
15 | 2024-03-30T03:00:00.345Z | process exited: duration 4228 ms, exit code 0 |
|
16 | 2024-03-30T03:00:00.352Z | starting task 1: "rust-toolchain" |
17 | 2024-03-30T03:00:00.361Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-30T03:00:00.365Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-03-30T03:00:00.529Z | info: downloading installer |
20 | 2024-03-30T03:00:02.468Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-30T03:00:02.468Z | warning: /opt/ooce/bin |
22 | 2024-03-30T03:00:02.468Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-30T03:00:02.468Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-30T03:00:02.469Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-30T03:00:02.469Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-30T03:00:02.469Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-30T03:00:02.469Z | error: cannot install while Rust is installed |
28 | 2024-03-30T03:00:02.469Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-30T03:00:02.559Z | info: profile set to 'default' |
30 | 2024-03-30T03:00:02.559Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-30T03:00:02.564Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-03-30T03:00:02.684Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-03-30T03:00:02.684Z | info: downloading component 'cargo' |
34 | 2024-03-30T03:00:03.333Z | info: downloading component 'clippy' |
35 | 2024-03-30T03:00:03.562Z | info: downloading component 'rust-docs' |
36 | 2024-03-30T03:00:04.377Z | info: downloading component 'rust-std' |
37 | 2024-03-30T03:00:05.835Z | info: downloading component 'rustc' |
38 | 2024-03-30T03:00:09.355Z | info: downloading component 'rustfmt' |
39 | 2024-03-30T03:00:09.560Z | info: installing component 'cargo' |
40 | 2024-03-30T03:00:10.373Z | info: installing component 'clippy' |
41 | 2024-03-30T03:00:10.730Z | info: installing component 'rust-docs' |
42 | 2024-03-30T03:00:12.146Z | info: installing component 'rust-std' |
43 | 2024-03-30T03:00:13.897Z | info: installing component 'rustc' |
44 | 2024-03-30T03:00:17.952Z | info: installing component 'rustfmt' |
45 | 2024-03-30T03:00:18.296Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-03-30T03:00:18.296Z | |
47 | 2024-03-30T03:00:18.571Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-03-30T03:00:18.571Z | |
49 | 2024-03-30T03:00:18.597Z | |
50 | 2024-03-30T03:00:18.597Z | Rust is installed now. Great! |
51 | 2024-03-30T03:00:18.597Z | |
52 | 2024-03-30T03:00:18.598Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-30T03:00:18.598Z | environment variable. This has not been done automatically. |
54 | 2024-03-30T03:00:18.598Z | |
55 | 2024-03-30T03:00:18.598Z | To configure your current shell, you need to source |
56 | 2024-03-30T03:00:18.598Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-30T03:00:18.599Z | |
58 | 2024-03-30T03:00:18.599Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-30T03:00:18.599Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-30T03:00:18.599Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-30T03:00:18.652Z | + rustc --version |
62 | 2024-03-30T03:00:18.718Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-03-30T03:00:18.727Z | process exited: duration 18363 ms, exit code 0 |
|
64 | 2024-03-30T03:00:18.742Z | starting task 2: "authentication" |
65 | 2024-03-30T03:00:18.765Z | process exited: duration 24 ms, exit code 0 |
|
66 | 2024-03-30T03:00:18.790Z | starting task 3: "clone repository" |
67 | 2024-03-30T03:00:18.799Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-03-30T03:00:18.799Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-03-30T03:00:19.060Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-03-30T03:00:48.774Z | + cd /work/oxidecomputer/omicron |
71 | 2024-03-30T03:00:48.775Z | + git fetch origin ea672660e773382cdde3eb7d1812abefa078e1e1 |
72 | 2024-03-30T03:00:49.707Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-03-30T03:00:49.707Z | * branch ea672660e773382cdde3eb7d1812abefa078e1e1 -> FETCH_HEAD |
74 | 2024-03-30T03:00:49.716Z | + [[ -n sunshowers/spr/oxlog-add-sigpipereset ]] |
75 | 2024-03-30T03:00:49.719Z | ++ git branch --show-current |
76 | 2024-03-30T03:00:49.722Z | + current=main |
77 | 2024-03-30T03:00:49.722Z | + [[ main != sunshowers/spr/oxlog-add-sigpipereset ]] |
78 | 2024-03-30T03:00:49.722Z | + git branch -f sunshowers/spr/oxlog-add-sigpipereset ea672660e773382cdde3eb7d1812abefa078e1e1 |
79 | 2024-03-30T03:00:49.725Z | + git checkout -f sunshowers/spr/oxlog-add-sigpipereset |
80 | 2024-03-30T03:00:49.855Z | Switched to branch 'sunshowers/spr/oxlog-add-sigpipereset' |
81 | 2024-03-30T03:00:49.860Z | + git reset --hard ea672660e773382cdde3eb7d1812abefa078e1e1 |
82 | 2024-03-30T03:00:49.872Z | HEAD is now at ea672660e [𝘀𝗽𝗿] initial version |
83 | 2024-03-30T03:00:49.876Z | process exited: duration 31081 ms, exit code 0 |
|
84 | 2024-03-30T03:00:49.889Z | starting task 4: "build" |
85 | 2024-03-30T03:00:49.895Z | + cargo --version |
86 | 2024-03-30T03:00:49.909Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-03-30T03:00:50.069Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-03-30T03:00:50.069Z | info: downloading component 'cargo' |
89 | 2024-03-30T03:00:50.948Z | info: downloading component 'clippy' |
90 | 2024-03-30T03:00:51.214Z | info: downloading component 'rust-docs' |
91 | 2024-03-30T03:00:52.306Z | info: downloading component 'rust-std' |
92 | 2024-03-30T03:00:54.077Z | info: downloading component 'rustc' |
93 | 2024-03-30T03:00:58.510Z | info: downloading component 'rustfmt' |
94 | 2024-03-30T03:00:58.798Z | info: installing component 'cargo' |
95 | 2024-03-30T03:00:59.716Z | info: installing component 'clippy' |
96 | 2024-03-30T03:01:00.056Z | info: installing component 'rust-docs' |
97 | 2024-03-30T03:01:01.574Z | info: installing component 'rust-std' |
98 | 2024-03-30T03:01:03.447Z | info: installing component 'rustc' |
99 | 2024-03-30T03:01:07.404Z | info: installing component 'rustfmt' |
100 | 2024-03-30T03:01:07.797Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-03-30T03:01:07.800Z | + rustc --version |
102 | 2024-03-30T03:01:07.873Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-03-30T03:01:07.877Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-03-30T03:01:22.705Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-03-30T03:01:22.849Z | Startup: Caching catalogs ... Done |
106 | 2024-03-30T03:01:24.013Z | Planning: Solver setup ... Done (1.438s) |
107 | 2024-03-30T03:01:24.039Z | Planning: Running solver ... Done (0.028s) |
108 | 2024-03-30T03:01:24.218Z | Planning: Finding local manifests ... Done (0.145s) |
109 | 2024-03-30T03:01:24.268Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-03-30T03:01:24.712Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-03-30T03:01:24.770Z | Planning: Package planning ... Done (0.057s) |
112 | 2024-03-30T03:01:24.820Z | Planning: Merging actions ... Done (0.053s) |
113 | 2024-03-30T03:01:25.604Z | Planning: Checking for conflicting actions ... Done (0.780s) |
114 | 2024-03-30T03:01:25.613Z | Planning: Consolidating action changes ... Done (0.012s) |
115 | 2024-03-30T03:01:33.014Z | Planning: Evaluating mediators ... Done (7.399s) |
116 | 2024-03-30T03:01:33.027Z | Planning: Planning completed in 10.82 seconds |
117 | 2024-03-30T03:01:33.042Z | Packages to install: 4 |
118 | 2024-03-30T03:01:33.042Z | Mediators to change: 2 |
119 | 2024-03-30T03:01:33.042Z | Services to change: 1 |
120 | 2024-03-30T03:01:33.042Z | Estimated space available: 155.31 GB |
121 | 2024-03-30T03:01:33.042Z | Estimated space to be consumed: 1.43 GB |
122 | 2024-03-30T03:01:33.042Z | Create boot environment: No |
123 | 2024-03-30T03:01:33.042Z | Create backup boot environment: No |
124 | 2024-03-30T03:01:33.046Z | Rebuild boot archive: No |
125 | 2024-03-30T03:01:33.046Z | |
126 | 2024-03-30T03:01:33.046Z | Changed mediators: |
127 | 2024-03-30T03:01:33.046Z | mediator clang: |
128 | 2024-03-30T03:01:33.046Z | version: None -> 15 (system default) |
129 | 2024-03-30T03:01:33.046Z | |
130 | 2024-03-30T03:01:33.046Z | mediator llvm: |
131 | 2024-03-30T03:01:33.046Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-03-30T03:01:33.046Z | |
133 | 2024-03-30T03:01:33.046Z | Changed packages: |
134 | 2024-03-30T03:01:33.046Z | helios-dev |
135 | 2024-03-30T03:01:33.046Z | developer/build-essential |
136 | 2024-03-30T03:01:33.046Z | None -> 11-2.0 |
137 | 2024-03-30T03:01:33.046Z | library/libxmlsec1 |
138 | 2024-03-30T03:01:33.046Z | None -> 1.2.35-2.0 |
139 | 2024-03-30T03:01:33.046Z | ooce/developer/clang-15 |
140 | 2024-03-30T03:01:33.046Z | None -> 15.0.7-2.0 |
141 | 2024-03-30T03:01:33.047Z | ooce/developer/llvm-15 |
142 | 2024-03-30T03:01:33.047Z | None -> 15.0.7-2.0 |
143 | 2024-03-30T03:01:33.047Z | |
144 | 2024-03-30T03:01:33.047Z | Services: |
145 | 2024-03-30T03:01:33.047Z | restart_fmri: |
146 | 2024-03-30T03:01:33.047Z | svc:/system/update-man-index:default |
147 | 2024-03-30T03:01:33.152Z | |
148 | 2024-03-30T03:01:33.152Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-03-30T03:01:39.072Z | Download: 219/3290 items 1.5/212.6MB 0% complete (280k/s) |
150 | 2024-03-30T03:01:44.075Z | Download: 247/3290 items 1.6/212.6MB 0% complete (201k/s) |
151 | 2024-03-30T03:01:49.084Z | Download: 664/3290 items 17.7/212.6MB 8% complete (1.6M/s) |
152 | 2024-03-30T03:01:54.086Z | Download: 1137/3290 items 70.5/212.6MB 33% complete (6.8M/s) |
153 | 2024-03-30T03:01:59.112Z | Download: 1201/3290 items 83.5/212.6MB 39% complete (6.6M/s) |
154 | 2024-03-30T03:02:04.114Z | Download: 1968/3290 items 117.9/212.6MB 55% complete (5.4M/s) |
155 | 2024-03-30T03:02:16.027Z | Download: 2221/3290 items 118.5/212.6MB 55% complete (4.3M/s) |
156 | 2024-03-30T03:02:21.031Z | Download: 2940/3290 items 120.9/212.6MB 56% complete (515k/s) |
157 | 2024-03-30T03:02:33.150Z | Download: 3243/3290 items 202.8/212.6MB 95% complete (9.9M/s) |
158 | 2024-03-30T03:02:50.360Z | Download: 3284/3290 items 211.1/212.6MB 99% complete |
159 | 2024-03-30T03:02:58.627Z | Download: 3289/3290 items 212.0/212.6MB 99% complete (22.3M/s) |
160 | 2024-03-30T03:02:58.672Z | Download: Completed 212.60 MB in 85.50 seconds (2.5M/s) |
161 | 2024-03-30T03:02:58.821Z | Actions: 1/3689 actions (Installing new actions) |
162 | 2024-03-30T03:03:03.822Z | Actions: 3688/3689 actions (Installing new actions) |
163 | 2024-03-30T03:03:03.826Z | Actions: Completed 3689 actions in 5.00 seconds. |
164 | 2024-03-30T03:03:04.038Z | Done (0.206s) |
165 | 2024-03-30T03:03:04.038Z | Done (0.000s) |
166 | 2024-03-30T03:03:04.294Z | Done (0.258s) |
167 | 2024-03-30T03:03:09.524Z | Done (5.080s) |
168 | 2024-03-30T03:03:09.679Z | Done (0.080s) |
169 | 2024-03-30T03:03:09.689Z | Done (0.000s) |
170 | 2024-03-30T03:03:09.824Z | Done (0.000s) |
171 | 2024-03-30T03:03:10.376Z | Planning: Evaluating mediator changes ... Done |
172 | 2024-03-30T03:03:10.551Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-03-30T03:03:10.561Z | Planning: Consolidating action changes ... Done |
174 | 2024-03-30T03:03:10.823Z | Planning: Evaluating mediators ... Done |
175 | 2024-03-30T03:03:10.827Z | Planning: Planning completed in 0.44 seconds |
176 | 2024-03-30T03:03:10.855Z | Mediators to change: 2 |
177 | 2024-03-30T03:03:10.855Z | Create boot environment: No |
178 | 2024-03-30T03:03:10.855Z | Create backup boot environment: No |
179 | 2024-03-30T03:03:10.915Z | Done |
180 | 2024-03-30T03:03:10.915Z | Done |
181 | 2024-03-30T03:03:11.069Z | Done |
182 | 2024-03-30T03:03:14.881Z | Done |
183 | 2024-03-30T03:03:14.954Z | Done |
184 | 2024-03-30T03:03:14.954Z | Done |
185 | 2024-03-30T03:03:15.066Z | Done |
186 | 2024-03-30T03:03:15.720Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-03-30T03:03:15.733Z | Planning: Merging actions ... Done |
188 | 2024-03-30T03:03:15.921Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-03-30T03:03:15.942Z | Planning: Consolidating action changes ... Done |
190 | 2024-03-30T03:03:16.551Z | Planning: Evaluating mediators ... Done |
191 | 2024-03-30T03:03:16.552Z | Planning: Planning completed in 0.80 seconds |
192 | 2024-03-30T03:03:16.552Z | Packages to change: 1 |
193 | 2024-03-30T03:03:16.552Z | Mediators to change: 1 |
194 | 2024-03-30T03:03:16.552Z | Services to change: 1 |
195 | 2024-03-30T03:03:16.552Z | Create boot environment: No |
196 | 2024-03-30T03:03:16.552Z | Create backup boot environment: Yes |
197 | 2024-03-30T03:03:18.181Z | Actions: 1/6 actions (Updating modified actions) |
198 | 2024-03-30T03:03:18.196Z | Actions: Completed 6 actions in 0.00 seconds. |
199 | 2024-03-30T03:03:18.197Z | Done |
200 | 2024-03-30T03:03:18.197Z | Done |
201 | 2024-03-30T03:03:18.609Z | Done |
202 | 2024-03-30T03:03:22.034Z | Done |
203 | 2024-03-30T03:03:22.130Z | Done |
204 | 2024-03-30T03:03:22.136Z | Done |
205 | 2024-03-30T03:03:22.238Z | Done |
206 | 2024-03-30T03:03:22.736Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
207 | 2024-03-30T03:03:22.736Z | clang system 15 system |
208 | 2024-03-30T03:03:22.736Z | csh system system illumos |
209 | 2024-03-30T03:03:22.736Z | ctags system system illumos |
210 | 2024-03-30T03:03:22.736Z | gcc vendor 12 vendor |
211 | 2024-03-30T03:03:22.736Z | gcc system 10 system |
212 | 2024-03-30T03:03:22.736Z | gcc system 7 system |
213 | 2024-03-30T03:03:22.736Z | go system 1.20 system |
214 | 2024-03-30T03:03:22.736Z | go system 1.19 system |
215 | 2024-03-30T03:03:22.736Z | llvm system 15 system |
216 | 2024-03-30T03:03:22.736Z | llvm system 14 system |
217 | 2024-03-30T03:03:22.737Z | mariadb system 10.6 system |
218 | 2024-03-30T03:03:22.737Z | mta vendor vendor dma |
219 | 2024-03-30T03:03:22.737Z | openjdk system 17 system |
220 | 2024-03-30T03:03:22.737Z | openjdk system 11 system |
221 | 2024-03-30T03:03:22.737Z | openjdk system 1.8 system |
222 | 2024-03-30T03:03:22.737Z | openssl vendor 3 vendor |
223 | 2024-03-30T03:03:22.737Z | perl system 5.36 system |
224 | 2024-03-30T03:03:22.737Z | postgresql system 15 system |
225 | 2024-03-30T03:03:22.737Z | postgresql system 13 system |
226 | 2024-03-30T03:03:22.737Z | python vendor 3 vendor |
227 | 2024-03-30T03:03:22.737Z | python system 2 system |
228 | 2024-03-30T03:03:22.737Z | python3 system 3.11 system |
229 | 2024-03-30T03:03:22.737Z | ruby system 3.0 system |
230 | 2024-03-30T03:03:22.737Z | words vendor vendor american-english |
231 | 2024-03-30T03:03:22.737Z | words system system australian-english |
232 | 2024-03-30T03:03:22.737Z | words system system british-english |
233 | 2024-03-30T03:03:22.737Z | words system system canadian-english |
234 | 2024-03-30T03:03:22.737Z | words system system french |
235 | 2024-03-30T03:03:22.737Z | words system system italian |
236 | 2024-03-30T03:03:22.738Z | words system system ngerman |
237 | 2024-03-30T03:03:22.738Z | words system system ogerman |
238 | 2024-03-30T03:03:22.738Z | words system system spanish |
239 | 2024-03-30T03:03:23.118Z | PUBLISHER TYPE STATUS P LOCATION |
240 | 2024-03-30T03:03:23.118Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
241 | 2024-03-30T03:03:24.478Z | FMRI IFO |
242 | 2024-03-30T03:03:24.478Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
243 | 2024-03-30T03:03:24.478Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
244 | 2024-03-30T03:03:24.478Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
245 | 2024-03-30T03:03:24.478Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
246 | 2024-03-30T03:03:24.478Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
247 | 2024-03-30T03:03:24.479Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
248 | 2024-03-30T03:03:24.479Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
249 | 2024-03-30T03:03:24.479Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
250 | 2024-03-30T03:03:24.479Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
251 | 2024-03-30T03:03:24.479Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
252 | 2024-03-30T03:03:24.479Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
253 | 2024-03-30T03:03:24.479Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
254 | 2024-03-30T03:03:24.777Z | + set -o errexit |
255 | 2024-03-30T03:03:24.781Z | +++ dirname ./tools/ci_download_cockroachdb |
256 | 2024-03-30T03:03:24.782Z | ++ cd ./tools |
257 | 2024-03-30T03:03:24.782Z | ++ pwd |
258 | 2024-03-30T03:03:24.782Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
259 | 2024-03-30T03:03:24.786Z | ++ basename ./tools/ci_download_cockroachdb |
260 | 2024-03-30T03:03:24.786Z | + ARG0=ci_download_cockroachdb |
261 | 2024-03-30T03:03:24.787Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
262 | 2024-03-30T03:03:24.791Z | + CIDL_VERSION=v22.1.9 |
263 | 2024-03-30T03:03:24.792Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
264 | 2024-03-30T03:03:24.792Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
265 | 2024-03-30T03:03:24.792Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
266 | 2024-03-30T03:03:24.792Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
267 | 2024-03-30T03:03:24.792Z | + TARGET_DIR=out |
268 | 2024-03-30T03:03:24.793Z | + DOWNLOAD_DIR=out/downloads |
269 | 2024-03-30T03:03:24.793Z | + DEST_DIR=./out/cockroachdb |
270 | 2024-03-30T03:03:24.793Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
271 | 2024-03-30T03:03:24.793Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
272 | 2024-03-30T03:03:24.793Z | + main |
273 | 2024-03-30T03:03:24.793Z | + [[ 0 != 0 ]] |
274 | 2024-03-30T03:03:24.793Z | + CIDL_OS=solaris2.11 |
275 | 2024-03-30T03:03:24.793Z | + [[ 0 != 0 ]] |
276 | 2024-03-30T03:03:24.793Z | + configure_os solaris2.11 |
277 | 2024-03-30T03:03:24.794Z | + echo 'current directory: /work/oxidecomputer/omicron' |
278 | 2024-03-30T03:03:24.794Z | current directory: /work/oxidecomputer/omicron |
279 | 2024-03-30T03:03:24.794Z | + echo 'configuring based on OS: "solaris2.11"' |
280 | 2024-03-30T03:03:24.794Z | configuring based on OS: "solaris2.11" |
281 | 2024-03-30T03:03:24.794Z | + case "$1" in |
282 | 2024-03-30T03:03:24.794Z | + CIDL_BUILD=illumos |
283 | 2024-03-30T03:03:24.794Z | + CIDL_SUFFIX=tar.gz |
284 | 2024-03-30T03:03:24.795Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
285 | 2024-03-30T03:03:24.795Z | + CIDL_URL_BASE=https://illumos.org/downloads |
286 | 2024-03-30T03:03:24.795Z | + CIDL_ASSEMBLE=do_assemble_illumos |
287 | 2024-03-30T03:03:24.795Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
288 | 2024-03-30T03:03:24.795Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-03-30T03:03:24.795Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-03-30T03:03:24.795Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
291 | 2024-03-30T03:03:24.796Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-03-30T03:03:24.796Z | + CIDL_SHA256FUNC=do_sha256sum |
293 | 2024-03-30T03:03:24.796Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
294 | 2024-03-30T03:03:24.796Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-03-30T03:03:24.796Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
296 | 2024-03-30T03:03:24.796Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-03-30T03:03:24.796Z | + mkdir -p out/downloads |
298 | 2024-03-30T03:03:24.796Z | + mkdir -p ./out/cockroachdb |
299 | 2024-03-30T03:03:24.801Z | + local DO_DOWNLOAD=true |
300 | 2024-03-30T03:03:24.801Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
301 | 2024-03-30T03:03:24.801Z | + '[' true == true ']' |
302 | 2024-03-30T03:03:24.801Z | + echo Downloading... |
303 | 2024-03-30T03:03:24.801Z | Downloading... |
304 | 2024-03-30T03:03:24.801Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-03-30T03:03:24.802Z | + 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 |
306 | 2024-03-30T03:03:26.750Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-03-30T03:03:26.753Z | ++ sha256sum |
308 | 2024-03-30T03:03:26.753Z | ++ awk '{print $1}' |
309 | 2024-03-30T03:03:26.856Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
310 | 2024-03-30T03:03:26.856Z | + [[ 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 ]] |
311 | 2024-03-30T03:03:26.862Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-03-30T03:03:26.862Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
313 | 2024-03-30T03:03:29.064Z | + do_assemble_illumos |
314 | 2024-03-30T03:03:29.065Z | + rm -r ./out/cockroachdb |
315 | 2024-03-30T03:03:29.076Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
316 | 2024-03-30T03:03:29.488Z | + ./out/cockroachdb/bin/cockroach version |
317 | 2024-03-30T03:03:29.701Z | Build Tag: v22.1.9-dirty |
318 | 2024-03-30T03:03:29.701Z | Build Time: 2022/10/26 21:17:46 |
319 | 2024-03-30T03:03:29.701Z | Distribution: OSS |
320 | 2024-03-30T03:03:29.701Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
321 | 2024-03-30T03:03:29.701Z | Go Version: go1.17.13 |
322 | 2024-03-30T03:03:29.701Z | C Compiler: gcc 10.3.0 |
323 | 2024-03-30T03:03:29.701Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
324 | 2024-03-30T03:03:29.701Z | Build Type: release |
325 | 2024-03-30T03:03:29.721Z | + set -o errexit |
326 | 2024-03-30T03:03:29.729Z | +++ dirname ./tools/ci_download_clickhouse |
327 | 2024-03-30T03:03:29.729Z | ++ cd ./tools |
328 | 2024-03-30T03:03:29.729Z | ++ pwd |
329 | 2024-03-30T03:03:29.729Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
330 | 2024-03-30T03:03:29.745Z | ++ basename ./tools/ci_download_clickhouse |
331 | 2024-03-30T03:03:29.745Z | + ARG0=ci_download_clickhouse |
332 | 2024-03-30T03:03:29.745Z | + TARGET_DIR=out |
333 | 2024-03-30T03:03:29.745Z | + DOWNLOAD_DIR=out/downloads |
334 | 2024-03-30T03:03:29.745Z | + DEST_DIR=./out/clickhouse |
335 | 2024-03-30T03:03:29.745Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
336 | 2024-03-30T03:03:29.745Z | + CIDL_VERSION=v23.8.7.24 |
337 | 2024-03-30T03:03:29.745Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
338 | 2024-03-30T03:03:29.745Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
339 | 2024-03-30T03:03:29.745Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
340 | 2024-03-30T03:03:29.745Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
341 | 2024-03-30T03:03:29.745Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
342 | 2024-03-30T03:03:29.746Z | + main |
343 | 2024-03-30T03:03:29.746Z | + [[ 0 != 0 ]] |
344 | 2024-03-30T03:03:29.746Z | + CIDL_OS=solaris2.11 |
345 | 2024-03-30T03:03:29.746Z | + [[ 0 != 0 ]] |
346 | 2024-03-30T03:03:29.746Z | + configure_os solaris2.11 |
347 | 2024-03-30T03:03:29.746Z | + echo 'current directory: /work/oxidecomputer/omicron' |
348 | 2024-03-30T03:03:29.746Z | + echo 'configuring based on OS: "solaris2.11"' |
349 | 2024-03-30T03:03:29.746Z | current directory: /work/oxidecomputer/omicron |
350 | 2024-03-30T03:03:29.746Z | configuring based on OS: "solaris2.11" |
351 | 2024-03-30T03:03:29.746Z | + CIDL_DASHREV= |
352 | 2024-03-30T03:03:29.746Z | + case "$1" in |
353 | 2024-03-30T03:03:29.746Z | + CIDL_PLATFORM=illumos |
354 | 2024-03-30T03:03:29.747Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
355 | 2024-03-30T03:03:29.747Z | + CIDL_MD5FUNC=do_md5sum |
356 | 2024-03-30T03:03:29.747Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
357 | 2024-03-30T03:03:29.747Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
358 | 2024-03-30T03:03:29.747Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-03-30T03:03:29.747Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
360 | 2024-03-30T03:03:29.747Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
361 | 2024-03-30T03:03:29.747Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
362 | 2024-03-30T03:03:29.748Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
363 | 2024-03-30T03:03:29.748Z | + mkdir -p out/downloads |
364 | 2024-03-30T03:03:29.748Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
365 | 2024-03-30T03:03:29.748Z | + mkdir -p ./out/clickhouse |
366 | 2024-03-30T03:03:30.165Z | + local DO_DOWNLOAD=true |
367 | 2024-03-30T03:03:30.165Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
368 | 2024-03-30T03:03:30.165Z | + '[' true == true ']' |
369 | 2024-03-30T03:03:30.165Z | + echo Downloading... |
370 | 2024-03-30T03:03:30.165Z | Downloading... |
371 | 2024-03-30T03:03:30.165Z | + 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 |
372 | 2024-03-30T03:03:30.165Z | + 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 |
373 | 2024-03-30T03:03:31.333Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
374 | 2024-03-30T03:03:31.345Z | ++ md5sum |
375 | 2024-03-30T03:03:31.345Z | ++ awk '{print $1}' |
376 | 2024-03-30T03:03:31.558Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
377 | 2024-03-30T03:03:31.558Z | + [[ 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 ]] |
378 | 2024-03-30T03:03:31.561Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
379 | 2024-03-30T03:03:31.561Z | + mkdir -p ./out/clickhouse |
380 | 2024-03-30T03:03:31.562Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
381 | 2024-03-30T03:03:35.399Z | + [[ solaris2.11 == darwin* ]] |
382 | 2024-03-30T03:03:35.399Z | + ./out/clickhouse/clickhouse server --version |
383 | 2024-03-30T03:03:35.634Z | ClickHouse server version 23.8.7.1. |
384 | 2024-03-30T03:03:35.660Z | + set -o errexit |
385 | 2024-03-30T03:03:35.670Z | +++ dirname ./tools/ci_download_console |
386 | 2024-03-30T03:03:35.670Z | ++ cd ./tools |
387 | 2024-03-30T03:03:35.670Z | ++ pwd |
388 | 2024-03-30T03:03:35.670Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
389 | 2024-03-30T03:03:35.670Z | ++ basename ./tools/ci_download_console |
390 | 2024-03-30T03:03:35.670Z | + ARG0=ci_download_console |
391 | 2024-03-30T03:03:35.670Z | + TARGET_DIR=out |
392 | 2024-03-30T03:03:35.671Z | + DOWNLOAD_DIR=out/downloads |
393 | 2024-03-30T03:03:35.671Z | + DEST_DIR=./out/console-assets |
394 | 2024-03-30T03:03:35.671Z | + source /work/oxidecomputer/omicron/tools/console_version |
395 | 2024-03-30T03:03:35.671Z | ++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3 |
396 | 2024-03-30T03:03:35.671Z | ++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
397 | 2024-03-30T03:03:35.671Z | + URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
398 | 2024-03-30T03:03:35.671Z | + TARBALL_FILE=out/downloads/console.tar.gz |
399 | 2024-03-30T03:03:35.671Z | + main |
400 | 2024-03-30T03:03:35.672Z | + [[ 0 != 0 ]] |
401 | 2024-03-30T03:03:35.672Z | + echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz' |
402 | 2024-03-30T03:03:35.672Z | + echo 'Local file: out/downloads/console.tar.gz' |
403 | 2024-03-30T03:03:35.672Z | URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
404 | 2024-03-30T03:03:35.672Z | Local file: out/downloads/console.tar.gz |
405 | 2024-03-30T03:03:35.672Z | + local DO_DOWNLOAD=true |
406 | 2024-03-30T03:03:35.672Z | + [[ -f out/downloads/console.tar.gz ]] |
407 | 2024-03-30T03:03:35.673Z | + mkdir -p out/downloads |
408 | 2024-03-30T03:03:35.683Z | + '[' true == true ']' |
409 | 2024-03-30T03:03:35.684Z | + echo Downloading... |
410 | 2024-03-30T03:03:35.684Z | Downloading... |
411 | 2024-03-30T03:03:35.684Z | + do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz |
412 | 2024-03-30T03:03:35.684Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
413 | 2024-03-30T03:03:36.313Z | ++ do_sha256sum out/downloads/console.tar.gz |
414 | 2024-03-30T03:03:36.313Z | ++ case "$OSTYPE" in |
415 | 2024-03-30T03:03:36.313Z | ++ SHA=sha256sum |
416 | 2024-03-30T03:03:36.761Z | ++ sha256sum |
417 | 2024-03-30T03:03:36.762Z | ++ awk '{print $1}' |
418 | 2024-03-30T03:03:36.762Z | + calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
419 | 2024-03-30T03:03:36.762Z | + [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]] |
420 | 2024-03-30T03:03:36.762Z | + rm -rf ./out/console-assets |
421 | 2024-03-30T03:03:36.762Z | + mkdir -p ./out/console-assets |
422 | 2024-03-30T03:03:36.762Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
423 | 2024-03-30T03:03:36.762Z | + mkdir -p ./out/console-assets |
424 | 2024-03-30T03:03:36.762Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
425 | 2024-03-30T03:03:36.784Z | + set -o errexit |
426 | 2024-03-30T03:03:36.784Z | +++ dirname ./tools/ci_download_maghemite_openapi |
427 | 2024-03-30T03:03:36.784Z | ++ cd ./tools |
428 | 2024-03-30T03:03:36.785Z | ++ pwd |
429 | 2024-03-30T03:03:36.785Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
430 | 2024-03-30T03:03:36.785Z | ++ basename ./tools/ci_download_maghemite_openapi |
431 | 2024-03-30T03:03:36.786Z | + ARG0=ci_download_maghemite_openapi |
432 | 2024-03-30T03:03:36.786Z | + TARGET_DIR=out |
433 | 2024-03-30T03:03:36.786Z | + DOWNLOAD_DIR=out/downloads |
434 | 2024-03-30T03:03:36.786Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
435 | 2024-03-30T03:03:36.787Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
436 | 2024-03-30T03:03:36.787Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
437 | 2024-03-30T03:03:36.787Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
438 | 2024-03-30T03:03:36.787Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
439 | 2024-03-30T03:03:36.788Z | + main |
440 | 2024-03-30T03:03:36.788Z | + rm -rf out/downloads/root |
441 | 2024-03-30T03:03:36.788Z | + [[ 0 != 0 ]] |
442 | 2024-03-30T03:03:36.788Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
443 | 2024-03-30T03:03:36.788Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
444 | 2024-03-30T03:03:36.789Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
445 | 2024-03-30T03:03:36.789Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
446 | 2024-03-30T03:03:36.789Z | + local DO_DOWNLOAD=true |
447 | 2024-03-30T03:03:36.789Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
448 | 2024-03-30T03:03:36.790Z | + mkdir -p out/downloads |
449 | 2024-03-30T03:03:36.790Z | + '[' true == true ']' |
450 | 2024-03-30T03:03:36.790Z | + echo Downloading... |
451 | 2024-03-30T03:03:36.790Z | Downloading... |
452 | 2024-03-30T03:03:36.791Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
453 | 2024-03-30T03:03:36.791Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
454 | 2024-03-30T03:03:36.791Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
455 | 2024-03-30T03:03:36.791Z | ++ case "$OSTYPE" in |
456 | 2024-03-30T03:03:36.791Z | ++ SHA=sha256sum |
457 | 2024-03-30T03:03:36.791Z | ++ sha256sum |
458 | 2024-03-30T03:03:36.791Z | ++ awk '{print $1}' |
459 | 2024-03-30T03:03:36.791Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
460 | 2024-03-30T03:03:36.791Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
461 | 2024-03-30T03:03:36.791Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
462 | 2024-03-30T03:03:36.792Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
463 | 2024-03-30T03:03:36.792Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
464 | 2024-03-30T03:03:36.792Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
465 | 2024-03-30T03:03:36.792Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
466 | 2024-03-30T03:03:36.792Z | + main |
467 | 2024-03-30T03:03:36.792Z | + rm -rf out/downloads/root |
468 | 2024-03-30T03:03:36.792Z | + [[ 0 != 0 ]] |
469 | 2024-03-30T03:03:36.792Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
470 | 2024-03-30T03:03:36.792Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
471 | 2024-03-30T03:03:36.793Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
472 | 2024-03-30T03:03:36.793Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
473 | 2024-03-30T03:03:36.793Z | + local DO_DOWNLOAD=true |
474 | 2024-03-30T03:03:36.793Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
475 | 2024-03-30T03:03:36.793Z | + mkdir -p out/downloads |
476 | 2024-03-30T03:03:36.793Z | + '[' true == true ']' |
477 | 2024-03-30T03:03:36.793Z | + echo Downloading... |
478 | 2024-03-30T03:03:36.793Z | Downloading... |
479 | 2024-03-30T03:03:36.793Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
480 | 2024-03-30T03:03:36.793Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
481 | 2024-03-30T03:03:36.942Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
482 | 2024-03-30T03:03:36.949Z | ++ case "$OSTYPE" in |
483 | 2024-03-30T03:03:36.949Z | ++ SHA=sha256sum |
484 | 2024-03-30T03:03:36.949Z | ++ sha256sum |
485 | 2024-03-30T03:03:36.950Z | ++ awk '{print $1}' |
486 | 2024-03-30T03:03:36.950Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
487 | 2024-03-30T03:03:36.950Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
488 | 2024-03-30T03:03:36.951Z | + set -o errexit |
489 | 2024-03-30T03:03:36.959Z | +++ dirname ./tools/ci_download_dendrite_openapi |
490 | 2024-03-30T03:03:36.959Z | ++ cd ./tools |
491 | 2024-03-30T03:03:36.959Z | ++ pwd |
492 | 2024-03-30T03:03:36.959Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
493 | 2024-03-30T03:03:36.959Z | ++ basename ./tools/ci_download_dendrite_openapi |
494 | 2024-03-30T03:03:36.960Z | + ARG0=ci_download_dendrite_openapi |
495 | 2024-03-30T03:03:36.960Z | + TARGET_DIR=out |
496 | 2024-03-30T03:03:36.960Z | + DOWNLOAD_DIR=out/downloads |
497 | 2024-03-30T03:03:36.960Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
498 | 2024-03-30T03:03:36.960Z | ++ COMMIT=eeb194461a4b863dae25a933541b1a4fb8efe14d |
499 | 2024-03-30T03:03:36.960Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
500 | 2024-03-30T03:03:36.960Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json |
501 | 2024-03-30T03:03:36.961Z | + LOCAL_FILE=out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json |
502 | 2024-03-30T03:03:36.961Z | + main |
503 | 2024-03-30T03:03:36.961Z | + [[ 0 != 0 ]] |
504 | 2024-03-30T03:03:36.961Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json' |
505 | 2024-03-30T03:03:36.961Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json |
506 | 2024-03-30T03:03:36.961Z | + echo 'Local file: out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json' |
507 | 2024-03-30T03:03:36.961Z | + local DO_DOWNLOAD=true |
508 | 2024-03-30T03:03:36.962Z | Local file: out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json |
509 | 2024-03-30T03:03:36.962Z | + [[ -f out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json ]] |
510 | 2024-03-30T03:03:36.962Z | + mkdir -p out/downloads |
511 | 2024-03-30T03:03:36.976Z | + '[' true == true ']' |
512 | 2024-03-30T03:03:36.976Z | + echo Downloading... |
513 | 2024-03-30T03:03:36.977Z | Downloading... |
514 | 2024-03-30T03:03:36.977Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json |
515 | 2024-03-30T03:03:36.977Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json |
516 | 2024-03-30T03:03:37.170Z | ++ do_sha256sum out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json |
517 | 2024-03-30T03:03:37.170Z | ++ case "$OSTYPE" in |
518 | 2024-03-30T03:03:37.170Z | ++ SHA=sha256sum |
519 | 2024-03-30T03:03:37.181Z | ++ sha256sum |
520 | 2024-03-30T03:03:37.181Z | ++ awk '{print $1}' |
521 | 2024-03-30T03:03:37.181Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
522 | 2024-03-30T03:03:37.189Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
523 | 2024-03-30T03:03:37.189Z | + set -o errexit |
524 | 2024-03-30T03:03:37.189Z | +++ dirname ./tools/ci_download_dendrite_stub |
525 | 2024-03-30T03:03:37.195Z | ++ cd ./tools |
526 | 2024-03-30T03:03:37.196Z | ++ pwd |
527 | 2024-03-30T03:03:37.196Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
528 | 2024-03-30T03:03:37.196Z | ++ basename ./tools/ci_download_dendrite_stub |
529 | 2024-03-30T03:03:37.196Z | + ARG0=ci_download_dendrite_stub |
530 | 2024-03-30T03:03:37.196Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
531 | 2024-03-30T03:03:37.196Z | ++ CIDL_SHA256_ILLUMOS=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d |
532 | 2024-03-30T03:03:37.196Z | ++ CIDL_SHA256_LINUX_DPD=c56a5754996bdce4cf4142829a80f050563c5cab8c30a05b9e56b8d85723d0f5 |
533 | 2024-03-30T03:03:37.196Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
534 | 2024-03-30T03:03:37.196Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
535 | 2024-03-30T03:03:37.196Z | ++ COMMIT=eeb194461a4b863dae25a933541b1a4fb8efe14d |
536 | 2024-03-30T03:03:37.196Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
537 | 2024-03-30T03:03:37.196Z | + TARGET_DIR=out |
538 | 2024-03-30T03:03:37.196Z | + DOWNLOAD_DIR=out/downloads |
539 | 2024-03-30T03:03:37.196Z | + DEST_DIR=./out/dendrite-stub |
540 | 2024-03-30T03:03:37.196Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
541 | 2024-03-30T03:03:37.196Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
542 | 2024-03-30T03:03:37.196Z | + REPO=oxidecomputer/dendrite |
543 | 2024-03-30T03:03:37.196Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d |
544 | 2024-03-30T03:03:37.197Z | + main |
545 | 2024-03-30T03:03:37.197Z | + [[ 0 != 0 ]] |
546 | 2024-03-30T03:03:37.197Z | + CIDL_OS=solaris2.11 |
547 | 2024-03-30T03:03:37.197Z | + [[ 0 != 0 ]] |
548 | 2024-03-30T03:03:37.197Z | + configure_os solaris2.11 |
549 | 2024-03-30T03:03:37.197Z | + echo 'current directory: /work/oxidecomputer/omicron' |
550 | 2024-03-30T03:03:37.197Z | current directory: /work/oxidecomputer/omicron |
551 | 2024-03-30T03:03:37.197Z | + echo 'configuring based on OS: "solaris2.11"' |
552 | 2024-03-30T03:03:37.197Z | + case "$1" in |
553 | 2024-03-30T03:03:37.197Z | configuring based on OS: "solaris2.11" |
554 | 2024-03-30T03:03:37.197Z | + SET_BINARIES= |
555 | 2024-03-30T03:03:37.197Z | + CIDL_SHA256=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d |
556 | 2024-03-30T03:03:37.197Z | + CIDL_SHA256FUNC=do_sha256sum |
557 | 2024-03-30T03:03:37.197Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
558 | 2024-03-30T03:03:37.197Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz |
559 | 2024-03-30T03:03:37.197Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
560 | 2024-03-30T03:03:37.197Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz' |
561 | 2024-03-30T03:03:37.197Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz |
562 | 2024-03-30T03:03:37.197Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
563 | 2024-03-30T03:03:37.197Z | + mkdir -p out/downloads |
564 | 2024-03-30T03:03:37.197Z | Local file: out/downloads/dendrite-stub.tar.gz |
565 | 2024-03-30T03:03:37.206Z | + mkdir -p ./out/dendrite-stub |
566 | 2024-03-30T03:03:37.206Z | + fetch_and_verify |
567 | 2024-03-30T03:03:37.206Z | + local DO_DOWNLOAD=true |
568 | 2024-03-30T03:03:37.206Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
569 | 2024-03-30T03:03:37.206Z | + '[' true == true ']' |
570 | 2024-03-30T03:03:37.206Z | + echo Downloading... |
571 | 2024-03-30T03:03:37.206Z | Downloading... |
572 | 2024-03-30T03:03:37.206Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
573 | 2024-03-30T03:03:37.206Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz |
574 | 2024-03-30T03:03:44.500Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
575 | 2024-03-30T03:03:44.504Z | ++ sha256sum |
576 | 2024-03-30T03:03:44.504Z | ++ awk '{print $1}' |
577 | 2024-03-30T03:03:44.539Z | + calculated_sha256=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d |
578 | 2024-03-30T03:03:44.540Z | + [[ 79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d != \7\9\c\3\2\4\4\1\d\7\d\5\3\2\8\a\0\6\e\9\2\e\7\d\9\c\4\1\0\8\0\5\e\9\d\8\b\e\9\d\7\8\d\5\9\c\e\1\e\d\6\c\3\e\0\f\b\a\9\3\1\9\8\d ]] |
579 | 2024-03-30T03:03:44.550Z | + do_untar out/downloads/dendrite-stub.tar.gz |
580 | 2024-03-30T03:03:44.551Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
581 | 2024-03-30T03:03:45.148Z | + do_assemble |
582 | 2024-03-30T03:03:45.148Z | + rm -r ./out/dendrite-stub |
583 | 2024-03-30T03:03:45.157Z | + mkdir ./out/dendrite-stub |
584 | 2024-03-30T03:03:45.158Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
585 | 2024-03-30T03:03:45.244Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
586 | 2024-03-30T03:03:45.254Z | + set -o errexit |
587 | 2024-03-30T03:03:45.265Z | +++ dirname ./tools/ci_download_maghemite_mgd |
588 | 2024-03-30T03:03:45.265Z | ++ cd ./tools |
589 | 2024-03-30T03:03:45.266Z | ++ pwd |
590 | 2024-03-30T03:03:45.266Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
591 | 2024-03-30T03:03:45.266Z | ++ basename ./tools/ci_download_maghemite_mgd |
592 | 2024-03-30T03:03:45.266Z | + ARG0=ci_download_maghemite_mgd |
593 | 2024-03-30T03:03:45.266Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
594 | 2024-03-30T03:03:45.266Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
595 | 2024-03-30T03:03:45.266Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
596 | 2024-03-30T03:03:45.266Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
597 | 2024-03-30T03:03:45.267Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
598 | 2024-03-30T03:03:45.267Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
599 | 2024-03-30T03:03:45.267Z | + TARGET_DIR=out |
600 | 2024-03-30T03:03:45.267Z | + DOWNLOAD_DIR=out/downloads |
601 | 2024-03-30T03:03:45.267Z | + DEST_DIR=./out/mgd |
602 | 2024-03-30T03:03:45.267Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
603 | 2024-03-30T03:03:45.267Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
604 | 2024-03-30T03:03:45.267Z | + REPO=oxidecomputer/maghemite |
605 | 2024-03-30T03:03:45.268Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
606 | 2024-03-30T03:03:45.268Z | + main |
607 | 2024-03-30T03:03:45.268Z | + rm -rf out/downloads/root |
608 | 2024-03-30T03:03:45.280Z | + [[ 0 != 0 ]] |
609 | 2024-03-30T03:03:45.281Z | + CIDL_OS=solaris2.11 |
610 | 2024-03-30T03:03:45.281Z | + [[ 0 != 0 ]] |
611 | 2024-03-30T03:03:45.281Z | + configure_os solaris2.11 |
612 | 2024-03-30T03:03:45.281Z | + echo 'current directory: /work/oxidecomputer/omicron' |
613 | 2024-03-30T03:03:45.281Z | current directory: /work/oxidecomputer/omicron |
614 | 2024-03-30T03:03:45.281Z | + echo 'configuring based on OS: "solaris2.11"' |
615 | 2024-03-30T03:03:45.281Z | + case "$1" in |
616 | 2024-03-30T03:03:45.281Z | configuring based on OS: "solaris2.11" |
617 | 2024-03-30T03:03:45.281Z | + SET_BINARIES= |
618 | 2024-03-30T03:03:45.281Z | + CIDL_SHA256FUNC=do_sha256sum |
619 | 2024-03-30T03:03:45.281Z | + TARBALL_FILENAME=mgd.tar.gz |
620 | 2024-03-30T03:03:45.281Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
621 | 2024-03-30T03:03:45.281Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
622 | 2024-03-30T03:03:45.281Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
623 | 2024-03-30T03:03:45.282Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
624 | 2024-03-30T03:03:45.282Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
625 | 2024-03-30T03:03:45.282Z | Local file: out/downloads/mgd.tar.gz |
626 | 2024-03-30T03:03:45.282Z | + mkdir -p out/downloads |
627 | 2024-03-30T03:03:45.282Z | + mkdir -p ./out/mgd |
628 | 2024-03-30T03:03:45.282Z | + fetch_and_verify |
629 | 2024-03-30T03:03:45.282Z | + local DO_DOWNLOAD=true |
630 | 2024-03-30T03:03:45.282Z | + [[ -f out/downloads/mgd.tar.gz ]] |
631 | 2024-03-30T03:03:45.282Z | + '[' true == true ']' |
632 | 2024-03-30T03:03:45.282Z | + echo Downloading... |
633 | 2024-03-30T03:03:45.282Z | Downloading... |
634 | 2024-03-30T03:03:45.282Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
635 | 2024-03-30T03:03:45.282Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
636 | 2024-03-30T03:03:52.884Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
637 | 2024-03-30T03:03:52.888Z | ++ sha256sum |
638 | 2024-03-30T03:03:52.888Z | ++ awk '{print $1}' |
639 | 2024-03-30T03:03:52.888Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
640 | 2024-03-30T03:03:52.888Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
641 | 2024-03-30T03:03:52.888Z | + do_untar out/downloads/mgd.tar.gz |
642 | 2024-03-30T03:03:52.888Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
643 | 2024-03-30T03:03:53.095Z | + do_assemble |
644 | 2024-03-30T03:03:53.095Z | + rm -r ./out/mgd |
645 | 2024-03-30T03:03:53.098Z | + mkdir ./out/mgd |
646 | 2024-03-30T03:03:53.101Z | + cp -r out/downloads/root ./out/mgd/root |
647 | 2024-03-30T03:03:53.189Z | + set -o errexit |
648 | 2024-03-30T03:03:53.192Z | +++ dirname ./tools/ci_download_transceiver_control |
649 | 2024-03-30T03:03:53.192Z | ++ cd ./tools |
650 | 2024-03-30T03:03:53.192Z | ++ pwd |
651 | 2024-03-30T03:03:53.196Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
652 | 2024-03-30T03:03:53.197Z | ++ basename ./tools/ci_download_transceiver_control |
653 | 2024-03-30T03:03:53.197Z | + ARG0=ci_download_transceiver_control |
654 | 2024-03-30T03:03:53.197Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
655 | 2024-03-30T03:03:53.197Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
656 | 2024-03-30T03:03:53.197Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
657 | 2024-03-30T03:03:53.197Z | + TARGET_DIR=out |
658 | 2024-03-30T03:03:53.198Z | + DOWNLOAD_DIR=out/downloads |
659 | 2024-03-30T03:03:53.198Z | + DEST_DIR=./out/transceiver-control |
660 | 2024-03-30T03:03:53.198Z | + BIN_DIR=/opt/oxide/bin |
661 | 2024-03-30T03:03:53.198Z | + BINARY=xcvradm |
662 | 2024-03-30T03:03:53.198Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
663 | 2024-03-30T03:03:53.198Z | + REPO=oxidecomputer/transceiver-control |
664 | 2024-03-30T03:03:53.198Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
665 | 2024-03-30T03:03:53.203Z | + main |
666 | 2024-03-30T03:03:53.203Z | + [[ 0 != 0 ]] |
667 | 2024-03-30T03:03:53.204Z | + CIDL_OS=solaris2.11 |
668 | 2024-03-30T03:03:53.204Z | + [[ 0 != 0 ]] |
669 | 2024-03-30T03:03:53.204Z | + configure_os solaris2.11 |
670 | 2024-03-30T03:03:53.204Z | + echo 'current directory: /work/oxidecomputer/omicron' |
671 | 2024-03-30T03:03:53.204Z | current directory: /work/oxidecomputer/omicron |
672 | 2024-03-30T03:03:53.205Z | + echo 'configuring based on OS: "solaris2.11"' |
673 | 2024-03-30T03:03:53.205Z | + case "$1" in |
674 | 2024-03-30T03:03:53.205Z | configuring based on OS: "solaris2.11" |
675 | 2024-03-30T03:03:53.205Z | + SET_BINARIES= |
676 | 2024-03-30T03:03:53.206Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
677 | 2024-03-30T03:03:53.206Z | + CIDL_SHA256FUNC=do_sha256sum |
678 | 2024-03-30T03:03:53.206Z | + ARCHIVE_FILENAME=xcvradm.gz |
679 | 2024-03-30T03:03:53.206Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
680 | 2024-03-30T03:03:53.206Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
681 | 2024-03-30T03:03:53.207Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
682 | 2024-03-30T03:03:53.207Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
683 | 2024-03-30T03:03:53.207Z | + echo 'Local file: out/downloads/xcvradm.gz' |
684 | 2024-03-30T03:03:53.207Z | Local file: out/downloads/xcvradm.gz |
685 | 2024-03-30T03:03:53.207Z | + mkdir -p out/downloads |
686 | 2024-03-30T03:03:53.207Z | + mkdir -p ./out/transceiver-control |
687 | 2024-03-30T03:03:53.208Z | + fetch_and_verify |
688 | 2024-03-30T03:03:53.208Z | + local DO_DOWNLOAD=true |
689 | 2024-03-30T03:03:53.208Z | + [[ -f out/downloads/xcvradm.gz ]] |
690 | 2024-03-30T03:03:53.208Z | + '[' true == true ']' |
691 | 2024-03-30T03:03:53.208Z | + echo Downloading... |
692 | 2024-03-30T03:03:53.208Z | Downloading... |
693 | 2024-03-30T03:03:53.209Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
694 | 2024-03-30T03:03:53.209Z | + 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 |
695 | 2024-03-30T03:03:57.087Z | ++ do_sha256sum out/downloads/xcvradm.gz |
696 | 2024-03-30T03:03:57.094Z | ++ sha256sum |
697 | 2024-03-30T03:03:57.094Z | ++ awk '{print $1}' |
698 | 2024-03-30T03:03:57.099Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
699 | 2024-03-30T03:03:57.099Z | + [[ 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 ]] |
700 | 2024-03-30T03:03:57.099Z | + do_unpack out/downloads/xcvradm.gz |
701 | 2024-03-30T03:03:57.099Z | + mkdir -p out/downloads/root//opt/oxide/bin |
702 | 2024-03-30T03:03:57.100Z | + gzip -dc out/downloads/xcvradm.gz |
703 | 2024-03-30T03:03:57.227Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
704 | 2024-03-30T03:03:57.239Z | + do_assemble |
705 | 2024-03-30T03:03:57.239Z | + rm -r ./out/transceiver-control |
706 | 2024-03-30T03:03:57.239Z | + mkdir ./out/transceiver-control |
707 | 2024-03-30T03:03:57.240Z | + cp -r out/downloads/root ./out/transceiver-control/root |
708 | 2024-03-30T03:03:57.322Z | + set -o errexit |
709 | 2024-03-30T03:03:57.331Z | +++ dirname ./tools/ci_download_thundermuffin |
710 | 2024-03-30T03:03:57.332Z | ++ cd ./tools |
711 | 2024-03-30T03:03:57.332Z | ++ pwd |
712 | 2024-03-30T03:03:57.332Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
713 | 2024-03-30T03:03:57.332Z | ++ basename ./tools/ci_download_thundermuffin |
714 | 2024-03-30T03:03:57.332Z | + ARG0=ci_download_thundermuffin |
715 | 2024-03-30T03:03:57.333Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
716 | 2024-03-30T03:03:57.333Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
717 | 2024-03-30T03:03:57.333Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
718 | 2024-03-30T03:03:57.333Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
719 | 2024-03-30T03:03:57.333Z | + TARGET_DIR=out |
720 | 2024-03-30T03:03:57.333Z | + DOWNLOAD_DIR=out/downloads |
721 | 2024-03-30T03:03:57.333Z | + DEST_DIR=./out/thundermuffin |
722 | 2024-03-30T03:03:57.333Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
723 | 2024-03-30T03:03:57.333Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
724 | 2024-03-30T03:03:57.333Z | + REPO=oxidecomputer/thundermuffin |
725 | 2024-03-30T03:03:57.333Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
726 | 2024-03-30T03:03:57.333Z | + main |
727 | 2024-03-30T03:03:57.333Z | + rm -rf out/downloads/root |
728 | 2024-03-30T03:03:57.342Z | + [[ 0 != 0 ]] |
729 | 2024-03-30T03:03:57.343Z | + CIDL_OS=solaris2.11 |
730 | 2024-03-30T03:03:57.343Z | + [[ 0 != 0 ]] |
731 | 2024-03-30T03:03:57.345Z | + configure_os solaris2.11 |
732 | 2024-03-30T03:03:57.345Z | + echo 'current directory: /work/oxidecomputer/omicron' |
733 | 2024-03-30T03:03:57.346Z | + echo 'configuring based on OS: "solaris2.11"' |
734 | 2024-03-30T03:03:57.347Z | current directory: /work/oxidecomputer/omicron |
735 | 2024-03-30T03:03:57.347Z | configuring based on OS: "solaris2.11" |
736 | 2024-03-30T03:03:57.347Z | + case "$1" in |
737 | 2024-03-30T03:03:57.347Z | + SET_BINARIES= |
738 | 2024-03-30T03:03:57.347Z | + CIDL_SHA256FUNC=do_sha256sum |
739 | 2024-03-30T03:03:57.348Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
740 | 2024-03-30T03:03:57.348Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
741 | 2024-03-30T03:03:57.348Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
742 | 2024-03-30T03:03:57.348Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
743 | 2024-03-30T03:03:57.349Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
744 | 2024-03-30T03:03:57.349Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
745 | 2024-03-30T03:03:57.349Z | + mkdir -p out/downloads |
746 | 2024-03-30T03:03:57.349Z | Local file: out/downloads/thundermuffin.tar.gz |
747 | 2024-03-30T03:03:57.349Z | + mkdir -p ./out/thundermuffin |
748 | 2024-03-30T03:03:57.349Z | + fetch_and_verify |
749 | 2024-03-30T03:03:57.349Z | + local DO_DOWNLOAD=true |
750 | 2024-03-30T03:03:57.350Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
751 | 2024-03-30T03:03:57.350Z | + '[' true == true ']' |
752 | 2024-03-30T03:03:57.350Z | + echo Downloading... |
753 | 2024-03-30T03:03:57.350Z | Downloading... |
754 | 2024-03-30T03:03:57.350Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
755 | 2024-03-30T03:03:57.350Z | + 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 |
756 | 2024-03-30T03:03:59.243Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
757 | 2024-03-30T03:03:59.252Z | ++ sha256sum |
758 | 2024-03-30T03:03:59.252Z | ++ awk '{print $1}' |
759 | 2024-03-30T03:03:59.256Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
760 | 2024-03-30T03:03:59.256Z | + [[ 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 ]] |
761 | 2024-03-30T03:03:59.256Z | + do_untar out/downloads/thundermuffin.tar.gz |
762 | 2024-03-30T03:03:59.256Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
763 | 2024-03-30T03:03:59.313Z | + do_assemble |
764 | 2024-03-30T03:03:59.313Z | + rm -r ./out/thundermuffin |
765 | 2024-03-30T03:03:59.317Z | + mkdir ./out/thundermuffin |
766 | 2024-03-30T03:03:59.321Z | + cp -r out/downloads/root ./out/thundermuffin/root |
767 | 2024-03-30T03:03:59.330Z | All prerequisites installed successfully |
768 | 2024-03-30T03:03:59.336Z | |
769 | 2024-03-30T03:03:59.336Z | real 2:51.375339101 |
770 | 2024-03-30T03:03:59.336Z | user 38.599236844 |
771 | 2024-03-30T03:03:59.336Z | sys 7.413835925 |
772 | 2024-03-30T03:03:59.336Z | trap 0.010440651 |
773 | 2024-03-30T03:03:59.336Z | tflt 0.155279756 |
774 | 2024-03-30T03:03:59.336Z | dflt 0.463671794 |
775 | 2024-03-30T03:03:59.336Z | kflt 0.145064383 |
776 | 2024-03-30T03:03:59.336Z | lock 1.294435124 |
777 | 2024-03-30T03:03:59.336Z | slp 5:37.309994781 |
778 | 2024-03-30T03:03:59.336Z | lat 2.215564488 |
779 | 2024-03-30T03:03:59.337Z | stop 0.158809413 |
780 | 2024-03-30T03:03:59.337Z | + banner end-to-end-tests |
781 | 2024-03-30T03:03:59.337Z | |
782 | 2024-03-30T03:03:59.337Z | ###### # # ##### ##### #### ###### # # ##### |
783 | 2024-03-30T03:03:59.337Z | # ## # # # # # # # ## # # # |
784 | 2024-03-30T03:03:59.337Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
785 | 2024-03-30T03:03:59.337Z | # # # # # # # # # # # # # # # |
786 | 2024-03-30T03:03:59.337Z | # # ## # # # # # # # ## # # |
787 | 2024-03-30T03:03:59.337Z | ###### # # ##### # #### ###### # # ##### |
788 | 2024-03-30T03:03:59.337Z | |
789 | 2024-03-30T03:03:59.337Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
790 | 2024-03-30T03:03:59.337Z | + CARGO_PROFILE_DEV_DEBUG=1 |
791 | 2024-03-30T03:03:59.337Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
792 | 2024-03-30T03:03:59.338Z | + CARGO_PROFILE_TEST_DEBUG=1 |
793 | 2024-03-30T03:03:59.338Z | + export CARGO_INCREMENTAL=0 |
794 | 2024-03-30T03:03:59.338Z | + CARGO_INCREMENTAL=0 |
795 | 2024-03-30T03:03:59.338Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
796 | 2024-03-30T03:03:59.567Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
797 | 2024-03-30T03:04:00.584Z | Updating git repository `https://github.com/oxidecomputer/samael` |
798 | 2024-03-30T03:04:01.572Z | Updating git repository `https://github.com/oxidecomputer/zone` |
799 | 2024-03-30T03:04:02.378Z | Updating crates.io index |
800 | 2024-03-30T03:04:02.796Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
801 | 2024-03-30T03:04:04.511Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
802 | 2024-03-30T03:04:06.152Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
803 | 2024-03-30T03:04:10.392Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
804 | 2024-03-30T03:04:11.181Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
805 | 2024-03-30T03:04:11.916Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
806 | 2024-03-30T03:04:15.161Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
807 | 2024-03-30T03:04:19.778Z | Updating git repository `https://github.com/oxidecomputer/opte` |
808 | 2024-03-30T03:04:22.370Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
809 | 2024-03-30T03:04:26.370Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
810 | 2024-03-30T03:04:27.191Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
811 | 2024-03-30T03:04:28.363Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
812 | 2024-03-30T03:04:29.130Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
813 | 2024-03-30T03:04:29.876Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
814 | 2024-03-30T03:04:30.943Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
815 | 2024-03-30T03:04:31.669Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
816 | 2024-03-30T03:04:32.626Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
817 | 2024-03-30T03:04:33.300Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
818 | 2024-03-30T03:04:34.032Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
819 | 2024-03-30T03:04:34.909Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
820 | 2024-03-30T03:04:35.877Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
821 | 2024-03-30T03:04:36.591Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
822 | 2024-03-30T03:04:38.588Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
823 | 2024-03-30T03:04:39.528Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
824 | 2024-03-30T03:04:40.446Z | Updating git repository `https://github.com/jgallagher/nix` |
825 | 2024-03-30T03:04:44.864Z | Updating git repository `https://github.com/cbiffle/hubpack` |
826 | 2024-03-30T03:04:46.041Z | Updating git repository `https://github.com/oxidecomputer/typify` |
827 | 2024-03-30T03:04:49.166Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
828 | 2024-03-30T03:04:50.696Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
829 | 2024-03-30T03:04:51.524Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
830 | 2024-03-30T03:04:53.108Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
831 | 2024-03-30T03:04:55.066Z | Downloading crates ... |
832 | 2024-03-30T03:04:55.219Z | Downloaded addr2line v0.21.0 |
833 | 2024-03-30T03:04:55.224Z | Downloaded aead v0.5.2 |
834 | 2024-03-30T03:04:55.227Z | Downloaded adler v1.0.2 |
835 | 2024-03-30T03:04:55.232Z | Downloaded aes-gcm v0.10.3 |
836 | 2024-03-30T03:04:55.238Z | Downloaded aes v0.8.3 |
837 | 2024-03-30T03:04:55.242Z | Downloaded ahash v0.8.8 |
838 | 2024-03-30T03:04:55.249Z | Downloaded aho-corasick v1.1.2 |
839 | 2024-03-30T03:04:55.256Z | Downloaded ident_case v1.0.1 |
840 | 2024-03-30T03:04:55.261Z | Downloaded iana-time-zone v0.1.57 |
841 | 2024-03-30T03:04:55.262Z | Downloaded defmt-parser v0.3.3 |
842 | 2024-03-30T03:04:55.262Z | Downloaded anyhow v1.0.79 |
843 | 2024-03-30T03:04:55.265Z | Downloaded arrayvec v0.7.4 |
844 | 2024-03-30T03:04:55.268Z | Downloaded async-stream v0.3.5 |
845 | 2024-03-30T03:04:55.271Z | Downloaded autocfg v1.1.0 |
846 | 2024-03-30T03:04:55.272Z | Downloaded atty v0.2.14 |
847 | 2024-03-30T03:04:55.277Z | Downloaded backoff v0.4.0 |
848 | 2024-03-30T03:04:55.281Z | Downloaded idna v0.2.3 |
849 | 2024-03-30T03:04:55.286Z | Downloaded base64 v0.21.7 |
850 | 2024-03-30T03:04:55.290Z | Downloaded bit-vec v0.6.3 |
851 | 2024-03-30T03:04:55.293Z | Downloaded bitflags v1.3.2 |
852 | 2024-03-30T03:04:55.297Z | Downloaded instant v0.1.12 |
853 | 2024-03-30T03:04:55.297Z | Downloaded bitflags v2.4.2 |
854 | 2024-03-30T03:04:55.304Z | Downloaded blake2 v0.10.6 |
855 | 2024-03-30T03:04:55.308Z | Downloaded base64 v0.22.0 |
856 | 2024-03-30T03:04:55.311Z | Downloaded idna v0.3.0 |
857 | 2024-03-30T03:04:55.321Z | Downloaded ipnetwork v0.20.0 |
858 | 2024-03-30T03:04:55.327Z | Downloaded itertools v0.12.1 |
859 | 2024-03-30T03:04:55.330Z | Downloaded lazy_static v1.4.0 |
860 | 2024-03-30T03:04:55.330Z | Downloaded lalrpop-util v0.19.12 |
861 | 2024-03-30T03:04:55.331Z | Downloaded keccak v0.1.4 |
862 | 2024-03-30T03:04:55.334Z | Downloaded itoa v1.0.9 |
863 | 2024-03-30T03:04:55.334Z | Downloaded ipnet v2.9.0 |
864 | 2024-03-30T03:04:55.337Z | Downloaded byteorder v1.5.0 |
865 | 2024-03-30T03:04:55.344Z | Downloaded linked-hash-map v0.5.6 |
866 | 2024-03-30T03:04:55.344Z | Downloaded libefi-sys v0.1.0 |
867 | 2024-03-30T03:04:55.344Z | Downloaded bzip2 v0.4.4 |
868 | 2024-03-30T03:04:55.344Z | Downloaded bytes v1.5.0 |
869 | 2024-03-30T03:04:55.351Z | Downloaded log v0.4.21 |
870 | 2024-03-30T03:04:55.761Z | Downloaded lock_api v0.4.10 |
871 | 2024-03-30T03:04:55.761Z | Downloaded md5 v0.7.0 |
872 | 2024-03-30T03:04:55.761Z | Downloaded camino v1.1.6 |
873 | 2024-03-30T03:04:55.761Z | Downloaded memchr v2.7.1 |
874 | 2024-03-30T03:04:55.765Z | Downloaded mime_guess v2.0.4 |
875 | 2024-03-30T03:04:55.765Z | Downloaded mime v0.3.17 |
876 | 2024-03-30T03:04:55.765Z | Downloaded minimal-lexical v0.2.1 |
877 | 2024-03-30T03:04:55.766Z | Downloaded memmap2 v0.7.1 |
878 | 2024-03-30T03:04:55.766Z | Downloaded chrono v0.4.34 |
879 | 2024-03-30T03:04:55.766Z | Downloaded newline-converter v0.3.0 |
880 | 2024-03-30T03:04:55.766Z | Downloaded num v0.4.1 |
881 | 2024-03-30T03:04:55.766Z | Downloaded normalize-line-endings v0.3.0 |
882 | 2024-03-30T03:04:55.766Z | Downloaded nom v7.1.3 |
883 | 2024-03-30T03:04:55.766Z | Downloaded num-bigint v0.4.4 |
884 | 2024-03-30T03:04:55.766Z | Downloaded num_cpus v1.16.0 |
885 | 2024-03-30T03:04:55.766Z | Downloaded num_threads v0.1.6 |
886 | 2024-03-30T03:04:55.766Z | Downloaded opaque-debug v0.3.0 |
887 | 2024-03-30T03:04:55.766Z | Downloaded once_cell v1.19.0 |
888 | 2024-03-30T03:04:55.766Z | Downloaded crc32fast v1.3.2 |
889 | 2024-03-30T03:04:55.766Z | Downloaded crossbeam-deque v0.8.3 |
890 | 2024-03-30T03:04:55.766Z | Downloaded crossbeam-epoch v0.9.18 |
891 | 2024-03-30T03:04:55.766Z | Downloaded crossbeam-channel v0.5.8 |
892 | 2024-03-30T03:04:55.766Z | Downloaded openssl-macros v0.1.1 |
893 | 2024-03-30T03:04:55.766Z | Downloaded crossbeam-utils v0.8.19 |
894 | 2024-03-30T03:04:55.767Z | Downloaded crossterm v0.27.0 |
895 | 2024-03-30T03:04:55.767Z | Downloaded p256 v0.13.2 |
896 | 2024-03-30T03:04:55.767Z | Downloaded owo-colors v4.0.0 |
897 | 2024-03-30T03:04:55.767Z | Downloaded parking_lot v0.12.1 |
898 | 2024-03-30T03:04:55.767Z | Downloaded ctr v0.9.2 |
899 | 2024-03-30T03:04:55.767Z | Downloaded parking_lot_core v0.8.6 |
900 | 2024-03-30T03:04:55.767Z | Downloaded papergrid v0.11.0 |
901 | 2024-03-30T03:04:55.767Z | Downloaded password-hash v0.4.2 |
902 | 2024-03-30T03:04:55.767Z | Downloaded darling_macro v0.20.3 |
903 | 2024-03-30T03:04:55.767Z | Downloaded pem-rfc7468 v0.7.0 |
904 | 2024-03-30T03:04:55.767Z | Downloaded percent-encoding v2.3.1 |
905 | 2024-03-30T03:04:55.767Z | Downloaded pest_derive v2.7.6 |
906 | 2024-03-30T03:04:55.767Z | Downloaded crucible-workspace-hack v0.1.0 |
907 | 2024-03-30T03:04:55.767Z | Downloaded signal-hook-registry v1.4.1 |
908 | 2024-03-30T03:04:55.767Z | Downloaded slog-term v2.9.0 |
909 | 2024-03-30T03:04:55.767Z | Downloaded socket2 v0.4.9 |
910 | 2024-03-30T03:04:55.767Z | Downloaded slog-bunyan v2.5.0 |
911 | 2024-03-30T03:04:55.767Z | Downloaded petgraph v0.6.4 |
912 | 2024-03-30T03:04:55.767Z | Downloaded strum v0.26.1 |
913 | 2024-03-30T03:04:55.767Z | Downloaded structmeta-derive v0.3.0 |
914 | 2024-03-30T03:04:55.768Z | Downloaded stable_deref_trait v1.2.0 |
915 | 2024-03-30T03:04:55.768Z | Downloaded slab v0.4.9 |
916 | 2024-03-30T03:04:55.768Z | Downloaded pest v2.7.6 |
917 | 2024-03-30T03:04:55.768Z | Downloaded tokio-native-tls v0.3.1 |
918 | 2024-03-30T03:04:55.768Z | Downloaded strum_macros v0.25.2 |
919 | 2024-03-30T03:04:55.768Z | Downloaded tokio-rustls v0.25.0 |
920 | 2024-03-30T03:04:55.768Z | Downloaded tracing-attributes v0.1.27 |
921 | 2024-03-30T03:04:55.768Z | Downloaded tokio-rustls v0.24.1 |
922 | 2024-03-30T03:04:55.768Z | Downloaded tracing v0.1.40 |
923 | 2024-03-30T03:04:55.768Z | Downloaded unicase v2.7.0 |
924 | 2024-03-30T03:04:55.768Z | Downloaded ucd-trie v0.1.6 |
925 | 2024-03-30T03:04:55.768Z | Downloaded tungstenite v0.21.0 |
926 | 2024-03-30T03:04:55.768Z | Downloaded pest_meta v2.7.6 |
927 | 2024-03-30T03:04:55.768Z | Downloaded usdt-macro v0.5.0 |
928 | 2024-03-30T03:04:55.768Z | Downloaded unicode-bidi v0.3.15 |
929 | 2024-03-30T03:04:55.768Z | Downloaded pbkdf2 v0.12.2 |
930 | 2024-03-30T03:04:55.768Z | Downloaded parse-display v0.9.0 |
931 | 2024-03-30T03:04:55.768Z | Downloaded paste v1.0.14 |
932 | 2024-03-30T03:04:55.768Z | Downloaded zeroize_derive v1.4.2 |
933 | 2024-03-30T03:04:55.768Z | Downloaded strum_macros v0.26.1 |
934 | 2024-03-30T03:04:55.768Z | Downloaded dirs-sys v0.4.1 |
935 | 2024-03-30T03:04:55.769Z | Downloaded version_check v0.9.4 |
936 | 2024-03-30T03:04:55.769Z | Downloaded subtle v2.5.0 |
937 | 2024-03-30T03:04:55.769Z | Downloaded foreign-types-shared v0.3.1 |
938 | 2024-03-30T03:04:55.769Z | Downloaded dyn-clone v1.0.17 |
939 | 2024-03-30T03:04:55.769Z | Downloaded ghash v0.5.0 |
940 | 2024-03-30T03:04:55.769Z | Downloaded getrandom v0.2.12 |
941 | 2024-03-30T03:04:55.769Z | Downloaded erased-serde v0.3.31 |
942 | 2024-03-30T03:04:55.769Z | Downloaded zerocopy-derive v0.7.32 |
943 | 2024-03-30T03:04:55.769Z | Downloaded hex-literal v0.4.1 |
944 | 2024-03-30T03:04:55.769Z | Downloaded getrandom v0.1.16 |
945 | 2024-03-30T03:04:55.769Z | Downloaded http-body v0.4.5 |
946 | 2024-03-30T03:04:55.769Z | Downloaded getopts v0.2.21 |
947 | 2024-03-30T03:04:55.769Z | Downloaded foreign-types-shared v0.1.1 |
948 | 2024-03-30T03:04:55.769Z | Downloaded http-range v0.1.5 |
949 | 2024-03-30T03:04:55.769Z | Downloaded foreign-types-macros v0.2.3 |
950 | 2024-03-30T03:04:55.769Z | Downloaded foreign-types v0.5.0 |
951 | 2024-03-30T03:04:55.769Z | Downloaded precomputed-hash v0.1.1 |
952 | 2024-03-30T03:04:55.769Z | Downloaded http v1.0.0 |
953 | 2024-03-30T03:04:55.769Z | Downloaded rand_core v0.6.4 |
954 | 2024-03-30T03:04:55.769Z | Downloaded rand_core v0.5.1 |
955 | 2024-03-30T03:04:55.769Z | Downloaded semver v0.1.20 |
956 | 2024-03-30T03:04:55.770Z | Downloaded serde_tokenstream v0.1.7 |
957 | 2024-03-30T03:04:55.770Z | Downloaded synstructure v0.12.6 |
958 | 2024-03-30T03:04:55.770Z | Downloaded cancel-safe-futures v0.1.5 |
959 | 2024-03-30T03:04:55.770Z | Downloaded term v0.7.0 |
960 | 2024-03-30T03:04:55.770Z | Downloaded terminal_size v0.3.0 |
961 | 2024-03-30T03:04:55.770Z | Downloaded rustls-webpki v0.101.7 |
962 | 2024-03-30T03:04:55.770Z | Downloaded group v0.13.0 |
963 | 2024-03-30T03:04:55.770Z | Downloaded digest v0.10.7 |
964 | 2024-03-30T03:04:55.770Z | Downloaded difflib v0.4.0 |
965 | 2024-03-30T03:04:55.770Z | Downloaded diesel_table_macro_syntax v0.1.0 |
966 | 2024-03-30T03:04:55.770Z | Downloaded ron v0.7.1 |
967 | 2024-03-30T03:04:55.770Z | Downloaded hyper-tls v0.5.0 |
968 | 2024-03-30T03:04:55.770Z | Downloaded hyper-staticfile v0.9.5 |
969 | 2024-03-30T03:04:55.770Z | Downloaded hyper-rustls v0.24.2 |
970 | 2024-03-30T03:04:55.770Z | Downloaded serde_urlencoded v0.7.1 |
971 | 2024-03-30T03:04:55.770Z | Downloaded proc-macro-error-attr v1.0.4 |
972 | 2024-03-30T03:04:55.770Z | Downloaded proc-macro-error v1.0.4 |
973 | 2024-03-30T03:04:55.770Z | Downloaded rand_chacha v0.2.2 |
974 | 2024-03-30T03:04:55.774Z | Downloaded serde_with_macros v3.6.1 |
975 | 2024-03-30T03:04:55.774Z | Downloaded goblin v0.8.0 |
976 | 2024-03-30T03:04:55.774Z | Downloaded serde_yaml v0.9.25 |
977 | 2024-03-30T03:04:55.774Z | Downloaded structmeta v0.3.0 |
978 | 2024-03-30T03:04:55.774Z | Downloaded steno v0.4.0 |
979 | 2024-03-30T03:04:55.774Z | Downloaded openapiv3 v2.0.0 |
980 | 2024-03-30T03:04:55.774Z | Downloaded usdt v0.5.0 |
981 | 2024-03-30T03:04:55.774Z | Downloaded thread-id v4.2.0 |
982 | 2024-03-30T03:04:55.774Z | Downloaded thiserror-no-std v2.0.2 |
983 | 2024-03-30T03:04:55.774Z | Downloaded usdt-impl v0.3.5 |
984 | 2024-03-30T03:04:55.775Z | Downloaded usdt-attr-macro v0.5.0 |
985 | 2024-03-30T03:04:55.775Z | Downloaded usdt-attr-macro v0.3.5 |
986 | 2024-03-30T03:04:55.775Z | Downloaded thread_local v1.1.7 |
987 | 2024-03-30T03:04:55.775Z | Downloaded thiserror-impl-no-std v2.0.2 |
988 | 2024-03-30T03:04:55.775Z | Downloaded same-file v1.0.6 |
989 | 2024-03-30T03:04:55.775Z | Downloaded thiserror-impl v1.0.57 |
990 | 2024-03-30T03:04:55.775Z | Downloaded thiserror v1.0.57 |
991 | 2024-03-30T03:04:55.775Z | Downloaded serde_derive v1.0.197 |
992 | 2024-03-30T03:04:55.775Z | Downloaded ecdsa v0.16.9 |
993 | 2024-03-30T03:04:55.775Z | Downloaded siphasher v0.3.11 |
994 | 2024-03-30T03:04:55.775Z | Downloaded serde v1.0.197 |
995 | 2024-03-30T03:04:55.775Z | Downloaded spin v0.5.2 |
996 | 2024-03-30T03:04:55.775Z | Downloaded socket2 v0.5.5 |
997 | 2024-03-30T03:04:55.775Z | Downloaded toolchain_find v0.2.0 |
998 | 2024-03-30T03:04:55.775Z | Downloaded toml_edit v0.19.15 |
999 | 2024-03-30T03:04:55.775Z | Downloaded want v0.3.1 |
1000 | 2024-03-30T03:04:55.775Z | Downloaded walkdir v2.4.0 |
1001 | 2024-03-30T03:04:55.775Z | Downloaded unicode-normalization v0.1.22 |
1002 | 2024-03-30T03:04:55.775Z | Downloaded toml_edit v0.22.6 |
1003 | 2024-03-30T03:04:55.775Z | Downloaded headers v0.3.9 |
1004 | 2024-03-30T03:04:55.776Z | Downloaded generic-array v0.14.7 |
1005 | 2024-03-30T03:04:55.776Z | Downloaded pin-utils v0.1.0 |
1006 | 2024-03-30T03:04:55.776Z | Downloaded heck v0.4.1 |
1007 | 2024-03-30T03:04:55.776Z | Downloaded slog v2.7.0 |
1008 | 2024-03-30T03:04:55.776Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1009 | 2024-03-30T03:04:55.780Z | Downloaded r2d2 v0.8.10 |
1010 | 2024-03-30T03:04:55.783Z | Downloaded signature v2.1.0 |
1011 | 2024-03-30T03:04:55.783Z | Downloaded syn v2.0.52 |
1012 | 2024-03-30T03:04:55.794Z | Downloaded fallible-iterator v0.2.0 |
1013 | 2024-03-30T03:04:55.800Z | Downloaded unicode-xid v0.2.4 |
1014 | 2024-03-30T03:04:55.801Z | Downloaded elliptic-curve v0.13.8 |
1015 | 2024-03-30T03:04:55.804Z | Downloaded hmac v0.12.1 |
1016 | 2024-03-30T03:04:55.804Z | Downloaded derive-where v1.2.7 |
1017 | 2024-03-30T03:04:55.811Z | Downloaded deranged v0.3.11 |
1018 | 2024-03-30T03:04:55.811Z | Downloaded zerocopy v0.3.0 |
1019 | 2024-03-30T03:04:55.811Z | Downloaded try-lock v0.2.4 |
1020 | 2024-03-30T03:04:55.814Z | Downloaded tinyvec_macros v0.1.1 |
1021 | 2024-03-30T03:04:55.814Z | Downloaded whoami v1.5.0 |
1022 | 2024-03-30T03:04:55.828Z | Downloaded portpicker v0.1.1 |
1023 | 2024-03-30T03:04:55.828Z | Downloaded powerfmt v0.2.0 |
1024 | 2024-03-30T03:04:55.828Z | Downloaded home v0.5.5 |
1025 | 2024-03-30T03:04:55.828Z | Downloaded uuid v1.7.0 |
1026 | 2024-03-30T03:04:55.832Z | Downloaded secrecy v0.8.0 |
1027 | 2024-03-30T03:04:55.832Z | Downloaded ppv-lite86 v0.2.17 |
1028 | 2024-03-30T03:04:55.832Z | Downloaded postgres-types v0.2.6 |
1029 | 2024-03-30T03:04:55.833Z | Downloaded vsss-rs v3.3.4 |
1030 | 2024-03-30T03:04:55.833Z | Downloaded rand v0.8.5 |
1031 | 2024-03-30T03:04:55.837Z | Downloaded errno v0.3.8 |
1032 | 2024-03-30T03:04:55.837Z | Downloaded rand v0.7.3 |
1033 | 2024-03-30T03:04:56.249Z | Downloaded embedded-io v0.4.0 |
1034 | 2024-03-30T03:04:56.255Z | Downloaded dhcproto v0.11.0 |
1035 | 2024-03-30T03:04:56.256Z | Downloaded fixedbitset v0.4.2 |
1036 | 2024-03-30T03:04:56.256Z | Downloaded either v1.10.0 |
1037 | 2024-03-30T03:04:56.256Z | Downloaded filetime v0.2.23 |
1038 | 2024-03-30T03:04:56.256Z | Downloaded unsafe-libyaml v0.2.10 |
1039 | 2024-03-30T03:04:56.256Z | Downloaded regex-syntax v0.8.2 |
1040 | 2024-03-30T03:04:56.256Z | Downloaded untrusted v0.9.0 |
1041 | 2024-03-30T03:04:56.257Z | Downloaded toml v0.7.8 |
1042 | 2024-03-30T03:04:56.257Z | Downloaded slog-async v2.8.0 |
1043 | 2024-03-30T03:04:56.257Z | Downloaded url v2.5.0 |
1044 | 2024-03-30T03:04:56.257Z | Downloaded der_derive v0.7.2 |
1045 | 2024-03-30T03:04:56.257Z | Downloaded derive_more v0.99.17 |
1046 | 2024-03-30T03:04:56.257Z | Downloaded tokio-tungstenite v0.20.1 |
1047 | 2024-03-30T03:04:56.258Z | Downloaded tungstenite v0.20.1 |
1048 | 2024-03-30T03:04:56.258Z | Downloaded hashbrown v0.14.3 |
1049 | 2024-03-30T03:04:56.258Z | Downloaded predicates-core v1.0.6 |
1050 | 2024-03-30T03:04:56.258Z | Downloaded headers-core v0.2.0 |
1051 | 2024-03-30T03:04:56.258Z | Downloaded polyval v0.6.1 |
1052 | 2024-03-30T03:04:56.258Z | Downloaded scroll_derive v0.12.0 |
1053 | 2024-03-30T03:04:56.258Z | Downloaded scopeguard v1.2.0 |
1054 | 2024-03-30T03:04:56.258Z | Downloaded sec1 v0.7.3 |
1055 | 2024-03-30T03:04:56.258Z | Downloaded sct v0.7.0 |
1056 | 2024-03-30T03:04:56.258Z | Downloaded scroll v0.12.0 |
1057 | 2024-03-30T03:04:56.258Z | Downloaded float-cmp v0.9.0 |
1058 | 2024-03-30T03:04:56.258Z | Downloaded slog-json v2.6.1 |
1059 | 2024-03-30T03:04:56.258Z | Downloaded ed25519-dalek v2.0.0 |
1060 | 2024-03-30T03:04:56.258Z | Downloaded serde_json v1.0.114 |
1061 | 2024-03-30T03:04:56.258Z | Downloaded russh v0.42.0 |
1062 | 2024-03-30T03:04:56.258Z | Downloaded strsim v0.11.0 |
1063 | 2024-03-30T03:04:56.258Z | Downloaded pretty-hex v0.2.1 |
1064 | 2024-03-30T03:04:56.258Z | Downloaded xattr v1.0.1 |
1065 | 2024-03-30T03:04:56.258Z | Downloaded futures-io v0.3.30 |
1066 | 2024-03-30T03:04:56.259Z | Downloaded der v0.7.8 |
1067 | 2024-03-30T03:04:56.259Z | Downloaded trust-dns-resolver v0.22.0 |
1068 | 2024-03-30T03:04:56.259Z | Downloaded tracing-core v0.1.32 |
1069 | 2024-03-30T03:04:56.259Z | Downloaded trust-dns-client v0.22.0 |
1070 | 2024-03-30T03:04:56.259Z | Downloaded slog-envlogger v2.2.0 |
1071 | 2024-03-30T03:04:56.259Z | Downloaded sha2 v0.10.8 |
1072 | 2024-03-30T03:04:56.259Z | Downloaded rustc_version v0.1.7 |
1073 | 2024-03-30T03:04:56.259Z | Downloaded russh-keys v0.42.0 |
1074 | 2024-03-30T03:04:56.259Z | Downloaded zone_cfg_derive v0.1.2 |
1075 | 2024-03-30T03:04:56.259Z | Downloaded rustc-demangle v0.1.23 |
1076 | 2024-03-30T03:04:56.259Z | Downloaded regex v1.10.3 |
1077 | 2024-03-30T03:04:56.259Z | Downloaded trust-dns-server v0.22.1 |
1078 | 2024-03-30T03:04:56.259Z | Downloaded zerocopy-derive v0.2.0 |
1079 | 2024-03-30T03:04:56.259Z | Downloaded rustfmt-wrapper v0.2.0 |
1080 | 2024-03-30T03:04:56.259Z | Downloaded zerocopy v0.6.4 |
1081 | 2024-03-30T03:04:56.259Z | Downloaded russh-cryptovec v0.7.0 |
1082 | 2024-03-30T03:04:56.259Z | Downloaded slog-stdlog v4.1.1 |
1083 | 2024-03-30T03:04:56.259Z | Downloaded slog-scope v4.4.0 |
1084 | 2024-03-30T03:04:56.259Z | Downloaded sync_wrapper v0.1.2 |
1085 | 2024-03-30T03:04:56.259Z | Downloaded rand_chacha v0.3.1 |
1086 | 2024-03-30T03:04:56.259Z | Downloaded futures v0.3.30 |
1087 | 2024-03-30T03:04:56.260Z | Downloaded humantime v2.1.0 |
1088 | 2024-03-30T03:04:56.260Z | Downloaded fxhash v0.2.1 |
1089 | 2024-03-30T03:04:56.260Z | Downloaded rustc_version v0.4.0 |
1090 | 2024-03-30T03:04:56.260Z | Downloaded heapless v0.7.16 |
1091 | 2024-03-30T03:04:56.260Z | Downloaded futures-core v0.3.30 |
1092 | 2024-03-30T03:04:56.260Z | Downloaded utf8parse v0.2.1 |
1093 | 2024-03-30T03:04:56.260Z | Downloaded glob v0.3.1 |
1094 | 2024-03-30T03:04:56.260Z | Downloaded utf-8 v0.7.6 |
1095 | 2024-03-30T03:04:56.260Z | Downloaded hyper v0.14.28 |
1096 | 2024-03-30T03:04:56.260Z | Downloaded time-core v0.1.2 |
1097 | 2024-03-30T03:04:56.260Z | Downloaded httpdate v1.0.3 |
1098 | 2024-03-30T03:04:56.260Z | Downloaded httparse v1.8.0 |
1099 | 2024-03-30T03:04:56.260Z | Downloaded spin v0.9.8 |
1100 | 2024-03-30T03:04:56.260Z | Downloaded tokio-tungstenite v0.21.0 |
1101 | 2024-03-30T03:04:56.260Z | Downloaded spki v0.7.2 |
1102 | 2024-03-30T03:04:56.260Z | Downloaded time-macros v0.2.17 |
1103 | 2024-03-30T03:04:56.260Z | Downloaded tabled v0.15.0 |
1104 | 2024-03-30T03:04:56.260Z | Downloaded time v0.3.34 |
1105 | 2024-03-30T03:04:56.260Z | Downloaded rayon-core v1.12.1 |
1106 | 2024-03-30T03:04:56.260Z | Downloaded rustix v0.38.31 |
1107 | 2024-03-30T03:04:56.260Z | Downloaded trust-dns-proto v0.22.0 |
1108 | 2024-03-30T03:04:56.261Z | Downloaded rustls v0.22.2 |
1109 | 2024-03-30T03:04:56.261Z | Downloaded winnow v0.6.1 |
1110 | 2024-03-30T03:04:56.261Z | Downloaded smallvec v1.13.1 |
1111 | 2024-03-30T03:04:56.261Z | Downloaded uuid v0.8.2 |
1112 | 2024-03-30T03:04:56.261Z | Downloaded smf v0.2.2 |
1113 | 2024-03-30T03:04:56.261Z | Downloaded ryu v1.0.15 |
1114 | 2024-03-30T03:04:56.261Z | Downloaded usdt-macro v0.3.5 |
1115 | 2024-03-30T03:04:56.261Z | Downloaded usdt-impl v0.5.0 |
1116 | 2024-03-30T03:04:56.261Z | Downloaded encoding_rs v0.8.33 |
1117 | 2024-03-30T03:04:56.261Z | Downloaded futures-executor v0.3.30 |
1118 | 2024-03-30T03:04:56.261Z | Downloaded futures-channel v0.3.30 |
1119 | 2024-03-30T03:04:56.261Z | Downloaded diesel_derives v2.1.2 |
1120 | 2024-03-30T03:04:56.261Z | Downloaded take_mut v0.2.2 |
1121 | 2024-03-30T03:04:56.261Z | Downloaded tabwriter v1.4.0 |
1122 | 2024-03-30T03:04:56.261Z | Downloaded tabled_derive v0.7.0 |
1123 | 2024-03-30T03:04:56.261Z | Downloaded regex-automata v0.1.10 |
1124 | 2024-03-30T03:04:56.261Z | Downloaded rcgen v0.12.1 |
1125 | 2024-03-30T03:04:56.261Z | Downloaded hostname v0.3.1 |
1126 | 2024-03-30T03:04:56.261Z | Downloaded heck v0.3.3 |
1127 | 2024-03-30T03:04:56.261Z | Downloaded reqwest v0.11.24 |
1128 | 2024-03-30T03:04:56.261Z | Downloaded phf_shared v0.11.2 |
1129 | 2024-03-30T03:04:56.262Z | Downloaded heapless v0.8.0 |
1130 | 2024-03-30T03:04:56.262Z | Downloaded hashbrown v0.12.3 |
1131 | 2024-03-30T03:04:56.262Z | Downloaded hubpack_derive v0.1.1 |
1132 | 2024-03-30T03:04:56.262Z | Downloaded gethostname v0.4.3 |
1133 | 2024-03-30T03:04:56.262Z | Downloaded tokio-util v0.7.10 |
1134 | 2024-03-30T03:04:56.272Z | Downloaded tower-service v0.3.2 |
1135 | 2024-03-30T03:04:56.272Z | Downloaded toml v0.8.10 |
1136 | 2024-03-30T03:04:56.272Z | Downloaded sled v0.34.7 |
1137 | 2024-03-30T03:04:56.272Z | Downloaded dhcproto-macros v0.1.0 |
1138 | 2024-03-30T03:04:56.273Z | Downloaded regress v0.9.0 |
1139 | 2024-03-30T03:04:56.273Z | Downloaded plain v0.2.3 |
1140 | 2024-03-30T03:04:56.273Z | Downloaded flate2 v1.0.28 |
1141 | 2024-03-30T03:04:56.273Z | Downloaded regex-automata v0.4.5 |
1142 | 2024-03-30T03:04:56.273Z | Downloaded waitgroup v0.1.2 |
1143 | 2024-03-30T03:04:56.273Z | Downloaded untrusted v0.7.1 |
1144 | 2024-03-30T03:04:56.273Z | Downloaded topological-sort v0.2.2 |
1145 | 2024-03-30T03:04:56.273Z | Downloaded stringprep v0.1.3 |
1146 | 2024-03-30T03:04:56.273Z | Downloaded sigpipe v0.1.3 |
1147 | 2024-03-30T03:04:56.273Z | Downloaded rfc6979 v0.4.0 |
1148 | 2024-03-30T03:04:56.273Z | Downloaded resolv-conf v0.7.0 |
1149 | 2024-03-30T03:04:56.273Z | Downloaded hubpack v0.1.2 |
1150 | 2024-03-30T03:04:56.273Z | Downloaded flume v0.11.0 |
1151 | 2024-03-30T03:04:56.273Z | Downloaded strsim v0.10.0 |
1152 | 2024-03-30T03:04:56.273Z | Downloaded smoltcp v0.9.1 |
1153 | 2024-03-30T03:04:56.273Z | Downloaded smoltcp v0.11.0 |
1154 | 2024-03-30T03:04:56.288Z | Downloaded diesel v2.1.4 |
1155 | 2024-03-30T03:04:56.298Z | Downloaded tokio v1.36.0 |
1156 | 2024-03-30T03:04:56.336Z | Downloaded string_cache v0.8.7 |
1157 | 2024-03-30T03:04:56.345Z | Downloaded static_assertions v1.1.0 |
1158 | 2024-03-30T03:04:56.345Z | Downloaded rustls-webpki v0.102.1 |
1159 | 2024-03-30T03:04:56.352Z | Downloaded semver-parser v0.10.2 |
1160 | 2024-03-30T03:04:56.352Z | Downloaded schemars_derive v0.8.16 |
1161 | 2024-03-30T03:04:56.352Z | Downloaded pin-project-lite v0.2.13 |
1162 | 2024-03-30T03:04:56.362Z | Downloaded futures-util v0.3.30 |
1163 | 2024-03-30T03:04:56.370Z | Downloaded semver v1.0.22 |
1164 | 2024-03-30T03:04:56.379Z | Downloaded semver v0.11.0 |
1165 | 2024-03-30T03:04:56.379Z | Downloaded rustversion v1.0.14 |
1166 | 2024-03-30T03:04:56.408Z | Downloaded futures-task v0.3.30 |
1167 | 2024-03-30T03:04:56.408Z | Downloaded futures-macro v0.3.30 |
1168 | 2024-03-30T03:04:56.408Z | Downloaded futures-sink v0.3.30 |
1169 | 2024-03-30T03:04:56.408Z | Downloaded ff v0.13.0 |
1170 | 2024-03-30T03:04:56.408Z | Downloaded fastrand v2.0.1 |
1171 | 2024-03-30T03:04:56.408Z | Downloaded unicode-ident v1.0.12 |
1172 | 2024-03-30T03:04:56.408Z | Downloaded universal-hash v0.5.1 |
1173 | 2024-03-30T03:04:56.408Z | Downloaded toml v0.5.11 |
1174 | 2024-03-30T03:04:56.409Z | Downloaded sha1 v0.10.6 |
1175 | 2024-03-30T03:04:56.409Z | Downloaded serde_path_to_error v0.1.16 |
1176 | 2024-03-30T03:04:56.409Z | Downloaded expectorate v1.1.0 |
1177 | 2024-03-30T03:04:56.419Z | Downloaded slog-dtrace v0.3.0 |
1178 | 2024-03-30T03:04:56.419Z | Downloaded similar v2.4.0 |
1179 | 2024-03-30T03:04:56.420Z | Downloaded sha3 v0.10.8 |
1180 | 2024-03-30T03:04:56.420Z | Downloaded winapi v0.3.9 |
1181 | 2024-03-30T03:04:56.449Z | Downloaded radix_trie v0.2.1 |
1182 | 2024-03-30T03:04:56.453Z | Downloaded rustls v0.21.9 |
1183 | 2024-03-30T03:04:56.465Z | Downloaded toml_datetime v0.6.5 |
1184 | 2024-03-30T03:04:56.468Z | Downloaded postgres-protocol v0.6.6 |
1185 | 2024-03-30T03:04:56.468Z | Downloaded postcard v1.0.8 |
1186 | 2024-03-30T03:04:56.468Z | Downloaded pkg-config v0.3.27 |
1187 | 2024-03-30T03:04:56.472Z | Downloaded pkcs8 v0.10.2 |
1188 | 2024-03-30T03:04:56.475Z | Downloaded env_logger v0.9.3 |
1189 | 2024-03-30T03:04:56.475Z | Downloaded winnow v0.5.15 |
1190 | 2024-03-30T03:04:56.483Z | Downloaded tinyvec v1.6.0 |
1191 | 2024-03-30T03:04:56.486Z | Downloaded unicode-width v0.1.11 |
1192 | 2024-03-30T03:04:56.490Z | Downloaded unicode-segmentation v1.10.1 |
1193 | 2024-03-30T03:04:56.493Z | Downloaded tokio-stream v0.1.14 |
1194 | 2024-03-30T03:04:56.497Z | Downloaded tokio-macros v2.2.0 |
1195 | 2024-03-30T03:04:56.497Z | Downloaded signal-hook-mio v0.2.3 |
1196 | 2024-03-30T03:04:56.497Z | Downloaded signal-hook v0.3.17 |
1197 | 2024-03-30T03:04:56.503Z | Downloaded quote v1.0.35 |
1198 | 2024-03-30T03:04:56.507Z | Downloaded quick-error v1.2.3 |
1199 | 2024-03-30T03:04:56.507Z | Downloaded proc-macro2 v1.0.78 |
1200 | 2024-03-30T03:04:56.507Z | Downloaded proc-macro-crate v1.3.1 |
1201 | 2024-03-30T03:04:56.510Z | Downloaded primeorder v0.13.6 |
1202 | 2024-03-30T03:04:56.510Z | Downloaded pretty-hex v0.4.1 |
1203 | 2024-03-30T03:04:56.510Z | Downloaded hkdf v0.12.4 |
1204 | 2024-03-30T03:04:56.514Z | Downloaded hex v0.4.3 |
1205 | 2024-03-30T03:04:56.514Z | Downloaded form_urlencoded v1.2.1 |
1206 | 2024-03-30T03:04:56.517Z | Downloaded foreign-types v0.3.2 |
1207 | 2024-03-30T03:04:56.517Z | Downloaded fnv v1.0.7 |
1208 | 2024-03-30T03:04:56.517Z | Downloaded enum-as-inner v0.5.1 |
1209 | 2024-03-30T03:04:56.521Z | Downloaded endian-type v0.1.2 |
1210 | 2024-03-30T03:04:56.521Z | Downloaded webpki-roots v0.25.2 |
1211 | 2024-03-30T03:04:56.524Z | Downloaded syn v1.0.109 |
1212 | 2024-03-30T03:04:56.534Z | Downloaded swrite v0.1.0 |
1213 | 2024-03-30T03:04:56.538Z | Downloaded serde_derive_internals v0.26.0 |
1214 | 2024-03-30T03:04:56.538Z | Downloaded schemars v0.8.16 |
1215 | 2024-03-30T03:04:56.547Z | Downloaded scheduled-thread-pool v0.2.7 |
1216 | 2024-03-30T03:04:56.552Z | Downloaded gimli v0.28.0 |
1217 | 2024-03-30T03:04:56.561Z | Downloaded object v0.32.1 |
1218 | 2024-03-30T03:04:56.567Z | Downloaded phf_shared v0.10.0 |
1219 | 2024-03-30T03:04:56.570Z | Downloaded half v2.3.1 |
1220 | 2024-03-30T03:04:56.570Z | Downloaded dof v0.3.0 |
1221 | 2024-03-30T03:04:56.574Z | Downloaded dof v0.1.5 |
1222 | 2024-03-30T03:04:56.574Z | Downloaded phf v0.11.2 |
1223 | 2024-03-30T03:04:56.574Z | Downloaded hash32 v0.3.1 |
1224 | 2024-03-30T03:04:56.574Z | Downloaded hash32 v0.2.1 |
1225 | 2024-03-30T03:04:56.577Z | Downloaded ed25519 v2.2.2 |
1226 | 2024-03-30T03:04:56.577Z | Downloaded zerocopy-derive v0.6.4 |
1227 | 2024-03-30T03:04:56.588Z | Downloaded dirs v5.0.1 |
1228 | 2024-03-30T03:04:56.592Z | Downloaded zone v0.1.8 |
1229 | 2024-03-30T03:04:56.592Z | Downloaded display-error-chain v0.2.0 |
1230 | 2024-03-30T03:04:56.592Z | Downloaded dirs-sys-next v0.1.2 |
1231 | 2024-03-30T03:04:56.593Z | Downloaded dirs-next v2.0.0 |
1232 | 2024-03-30T03:04:56.593Z | Downloaded libc v0.2.153 |
1233 | 2024-03-30T03:04:56.620Z | Downloaded serde_with v3.6.1 |
1234 | 2024-03-30T03:04:56.626Z | Downloaded h2 v0.3.24 |
1235 | 2024-03-30T03:04:56.634Z | Downloaded serde_arrays v0.1.0 |
1236 | 2024-03-30T03:04:56.638Z | Downloaded zerocopy v0.7.32 |
1237 | 2024-03-30T03:04:56.650Z | Downloaded usdt v0.3.5 |
1238 | 2024-03-30T03:04:56.654Z | Downloaded textwrap v0.11.0 |
1239 | 2024-03-30T03:04:56.654Z | Downloaded rustls-pki-types v1.3.0 |
1240 | 2024-03-30T03:04:56.657Z | Downloaded rustls-pemfile v2.1.1 |
1241 | 2024-03-30T03:04:56.657Z | Downloaded termcolor v1.2.0 |
1242 | 2024-03-30T03:04:56.665Z | Downloaded tempfile v3.10.0 |
1243 | 2024-03-30T03:04:56.666Z | Downloaded tar v0.4.40 |
1244 | 2024-03-30T03:04:56.666Z | Downloaded rustls-pemfile v1.0.3 |
1245 | 2024-03-30T03:04:56.670Z | Downloaded serde_tokenstream v0.2.0 |
1246 | 2024-03-30T03:04:56.671Z | Downloaded rayon v1.9.0 |
1247 | 2024-03-30T03:04:56.677Z | Downloaded serde_spanned v0.6.5 |
1248 | 2024-03-30T03:04:56.681Z | Downloaded serde_repr v0.1.16 |
1249 | 2024-03-30T03:04:56.681Z | Downloaded publicsuffix v2.2.3 |
1250 | 2024-03-30T03:04:56.684Z | Downloaded psl-types v2.0.11 |
1251 | 2024-03-30T03:04:56.684Z | Downloaded predicates v3.1.0 |
1252 | 2024-03-30T03:04:56.684Z | Downloaded poly1305 v0.8.0 |
1253 | 2024-03-30T03:04:56.688Z | Downloaded platforms v3.0.2 |
1254 | 2024-03-30T03:04:56.691Z | Downloaded http v0.2.12 |
1255 | 2024-03-30T03:04:56.695Z | Downloaded flagset v0.4.3 |
1256 | 2024-03-30T03:04:56.695Z | Downloaded curve25519-dalek v4.1.1 |
1257 | 2024-03-30T03:04:56.702Z | Downloaded parking_lot_core v0.9.8 |
1258 | 2024-03-30T03:04:56.710Z | Downloaded equivalent v1.0.1 |
1259 | 2024-03-30T03:04:56.710Z | Downloaded zip v0.6.6 |
1260 | 2024-03-30T03:04:56.714Z | Downloaded dtrace-parser v0.2.0 |
1261 | 2024-03-30T03:04:56.714Z | Downloaded dtrace-parser v0.1.14 |
1262 | 2024-03-30T03:04:56.715Z | Downloaded subprocess v0.2.9 |
1263 | 2024-03-30T03:04:56.718Z | Downloaded openssl v0.10.60 |
1264 | 2024-03-30T03:04:56.726Z | Downloaded zeroize v1.7.0 |
1265 | 2024-03-30T03:04:56.731Z | Downloaded yasna v0.5.2 |
1266 | 2024-03-30T03:04:56.731Z | Downloaded vec_map v0.8.2 |
1267 | 2024-03-30T03:04:56.731Z | Downloaded vcpkg v0.2.15 |
1268 | 2024-03-30T03:04:56.765Z | Downloaded strsim v0.8.0 |
1269 | 2024-03-30T03:04:56.768Z | Downloaded parse-display-derive v0.9.0 |
1270 | 2024-03-30T03:04:56.768Z | Downloaded typenum v1.16.0 |
1271 | 2024-03-30T03:04:56.771Z | Downloaded option-ext v0.2.0 |
1272 | 2024-03-30T03:04:56.772Z | Downloaded openssl-sys v0.9.96 |
1273 | 2024-03-30T03:04:56.775Z | Downloaded tokio-postgres v0.7.10 |
1274 | 2024-03-30T03:04:56.784Z | Downloaded openssl-probe v0.1.5 |
1275 | 2024-03-30T03:04:56.787Z | Downloaded num-traits v0.2.18 |
1276 | 2024-03-30T03:04:56.788Z | Downloaded structopt-derive v0.4.18 |
1277 | 2024-03-30T03:04:56.788Z | Downloaded structopt v0.3.26 |
1278 | 2024-03-30T03:04:56.792Z | Downloaded ring v0.17.8 |
1279 | 2024-03-30T03:04:56.865Z | Downloaded miniz_oxide v0.7.1 |
1280 | 2024-03-30T03:04:56.869Z | Downloaded match_cfg v0.1.0 |
1281 | 2024-03-30T03:04:56.869Z | Downloaded itertools v0.10.5 |
1282 | 2024-03-30T03:04:56.873Z | Downloaded indexmap v1.9.3 |
1283 | 2024-03-30T03:04:56.884Z | Downloaded idna v0.5.0 |
1284 | 2024-03-30T03:04:56.887Z | Downloaded clap v2.34.0 |
1285 | 2024-03-30T03:04:56.892Z | Downloaded bstr v1.9.0 |
1286 | 2024-03-30T03:04:56.901Z | Downloaded bstr v0.2.17 |
1287 | 2024-03-30T03:04:56.910Z | Downloaded ring v0.16.20 |
1288 | 2024-03-30T03:04:56.990Z | Downloaded pest_generator v2.7.6 |
1289 | 2024-03-30T03:04:56.994Z | Downloaded darling_core v0.20.3 |
1290 | 2024-03-30T03:04:56.998Z | Downloaded crypto-common v0.1.6 |
1291 | 2024-03-30T03:04:56.998Z | Downloaded cobs v0.2.3 |
1292 | 2024-03-30T03:04:57.001Z | Downloaded cipher v0.4.4 |
1293 | 2024-03-30T03:04:57.001Z | Downloaded defmt-macros v0.3.6 |
1294 | 2024-03-30T03:04:57.002Z | Downloaded bitstruct v0.1.1 |
1295 | 2024-03-30T03:04:57.005Z | Downloaded pem v3.0.2 |
1296 | 2024-03-30T03:04:57.005Z | Downloaded pbkdf2 v0.11.0 |
1297 | 2024-03-30T03:04:57.008Z | Downloaded defmt v0.3.5 |
1298 | 2024-03-30T03:04:57.011Z | Downloaded debug-ignore v1.0.5 |
1299 | 2024-03-30T03:04:57.011Z | Downloaded block-buffer v0.10.4 |
1300 | 2024-03-30T03:04:57.011Z | Downloaded peg-runtime v0.8.2 |
1301 | 2024-03-30T03:04:57.014Z | Downloaded password-hash v0.5.0 |
1302 | 2024-03-30T03:04:57.015Z | Downloaded data-encoding v2.4.0 |
1303 | 2024-03-30T03:04:57.015Z | Downloaded darling v0.20.3 |
1304 | 2024-03-30T03:04:57.018Z | Downloaded curve25519-dalek-derive v0.1.0 |
1305 | 2024-03-30T03:04:57.018Z | Downloaded p521 v0.13.3 |
1306 | 2024-03-30T03:04:57.025Z | Downloaded newtype_derive v0.1.6 |
1307 | 2024-03-30T03:04:57.028Z | Downloaded cstr-argument v0.1.2 |
1308 | 2024-03-30T03:04:57.028Z | Downloaded parking_lot v0.11.2 |
1309 | 2024-03-30T03:04:57.028Z | Downloaded argon2 v0.5.3 |
1310 | 2024-03-30T03:04:57.028Z | Downloaded clap_builder v4.5.1 |
1311 | 2024-03-30T03:04:57.031Z | Downloaded async-stream-impl v0.3.5 |
1312 | 2024-03-30T03:04:57.034Z | Downloaded omicron-zone-package v0.11.0 |
1313 | 2024-03-30T03:04:57.038Z | Downloaded crypto-bigint v0.5.2 |
1314 | 2024-03-30T03:04:57.041Z | Downloaded cookie_store v0.20.0 |
1315 | 2024-03-30T03:04:57.044Z | Downloaded cpufeatures v0.2.12 |
1316 | 2024-03-30T03:04:57.044Z | Downloaded cookie v0.17.0 |
1317 | 2024-03-30T03:04:57.047Z | Downloaded num_enum_derive v0.5.11 |
1318 | 2024-03-30T03:04:57.047Z | Downloaded num_enum v0.5.11 |
1319 | 2024-03-30T03:04:57.051Z | Downloaded convert_case v0.4.0 |
1320 | 2024-03-30T03:04:57.051Z | Downloaded constant_time_eq v0.3.0 |
1321 | 2024-03-30T03:04:57.054Z | Downloaded const-oid v0.9.6 |
1322 | 2024-03-30T03:04:57.054Z | Downloaded num-rational v0.4.1 |
1323 | 2024-03-30T03:04:57.057Z | Downloaded num-iter v0.1.44 |
1324 | 2024-03-30T03:04:57.057Z | Downloaded num-integer v0.1.46 |
1325 | 2024-03-30T03:04:57.057Z | Downloaded num-derive v0.4.0 |
1326 | 2024-03-30T03:04:57.062Z | Downloaded num-conv v0.1.0 |
1327 | 2024-03-30T03:04:57.062Z | Downloaded num-complex v0.4.4 |
1328 | 2024-03-30T03:04:57.062Z | Downloaded lru-cache v0.1.2 |
1329 | 2024-03-30T03:04:57.062Z | Downloaded console v0.15.8 |
1330 | 2024-03-30T03:04:57.065Z | Downloaded colored v2.1.0 |
1331 | 2024-03-30T03:04:57.069Z | Downloaded clap v4.5.1 |
1332 | 2024-03-30T03:04:57.073Z | Downloaded nibble_vec v0.1.0 |
1333 | 2024-03-30T03:04:57.077Z | Downloaded colorchoice v1.0.0 |
1334 | 2024-03-30T03:04:57.077Z | Downloaded newtype-uuid v1.0.1 |
1335 | 2024-03-30T03:04:57.077Z | Downloaded clap_derive v4.5.0 |
1336 | 2024-03-30T03:04:57.084Z | Downloaded new_debug_unreachable v1.0.4 |
1337 | 2024-03-30T03:04:57.084Z | Downloaded native-tls v0.2.11 |
1338 | 2024-03-30T03:04:57.084Z | Downloaded nanorand v0.7.0 |
1339 | 2024-03-30T03:04:57.090Z | Downloaded multer v3.0.0 |
1340 | 2024-03-30T03:04:57.090Z | Downloaded mio v0.8.11 |
1341 | 2024-03-30T03:04:57.093Z | Downloaded clap_lex v0.7.0 |
1342 | 2024-03-30T03:04:57.093Z | Downloaded ciborium-ll v0.2.2 |
1343 | 2024-03-30T03:04:57.093Z | Downloaded ciborium-io v0.2.2 |
1344 | 2024-03-30T03:04:57.093Z | Downloaded ciborium v0.2.2 |
1345 | 2024-03-30T03:04:57.093Z | Downloaded chacha20poly1305 v0.10.1 |
1346 | 2024-03-30T03:04:57.096Z | Downloaded chacha20 v0.9.1 |
1347 | 2024-03-30T03:04:57.096Z | Downloaded memmap v0.7.0 |
1348 | 2024-03-30T03:04:57.099Z | Downloaded md-5 v0.10.5 |
1349 | 2024-03-30T03:04:57.099Z | Downloaded cfg-if v1.0.0 |
1350 | 2024-03-30T03:04:57.100Z | Downloaded cc v1.0.83 |
1351 | 2024-03-30T03:04:57.103Z | Downloaded cbc v0.1.2 |
1352 | 2024-03-30T03:04:57.103Z | Downloaded camino-tempfile v1.1.1 |
1353 | 2024-03-30T03:04:57.106Z | Downloaded matches v0.1.10 |
1354 | 2024-03-30T03:04:57.106Z | Downloaded managed v0.8.0 |
1355 | 2024-03-30T03:04:57.106Z | Downloaded macaddr v1.0.1 |
1356 | 2024-03-30T03:04:57.109Z | Downloaded linear-map v1.2.0 |
1357 | 2024-03-30T03:04:57.110Z | Downloaded kstat-rs v0.2.3 |
1358 | 2024-03-30T03:04:57.110Z | Downloaded libsw v3.3.1 |
1359 | 2024-03-30T03:04:57.113Z | Downloaded libm v0.2.7 |
1360 | 2024-03-30T03:04:57.121Z | Downloaded bytecount v0.6.3 |
1361 | 2024-03-30T03:04:57.125Z | Downloaded internet-checksum v0.2.1 |
1362 | 2024-03-30T03:04:57.125Z | Downloaded blowfish v0.9.1 |
1363 | 2024-03-30T03:04:57.125Z | Downloaded ansi_term v0.12.1 |
1364 | 2024-03-30T03:04:57.125Z | Downloaded block-padding v0.3.3 |
1365 | 2024-03-30T03:04:57.125Z | Downloaded blake3 v1.5.0 |
1366 | 2024-03-30T03:04:57.131Z | Downloaded bitstruct_derive v0.1.0 |
1367 | 2024-03-30T03:04:57.134Z | Downloaded inout v0.1.3 |
1368 | 2024-03-30T03:04:57.134Z | Downloaded indexmap v2.2.5 |
1369 | 2024-03-30T03:04:57.137Z | Downloaded bit-set v0.5.3 |
1370 | 2024-03-30T03:04:57.137Z | Downloaded bcrypt-pbkdf v0.10.0 |
1371 | 2024-03-30T03:04:57.140Z | Downloaded base64ct v1.6.0 |
1372 | 2024-03-30T03:04:57.140Z | Downloaded base64 v0.13.1 |
1373 | 2024-03-30T03:04:57.143Z | Downloaded base16ct v0.2.0 |
1374 | 2024-03-30T03:04:57.143Z | Downloaded backtrace v0.3.69 |
1375 | 2024-03-30T03:04:57.150Z | Downloaded atomicwrites v0.4.3 |
1376 | 2024-03-30T03:04:57.153Z | Downloaded atomic-waker v1.1.1 |
1377 | 2024-03-30T03:04:57.153Z | Downloaded async-trait v0.1.77 |
1378 | 2024-03-30T03:04:57.153Z | Downloaded ascii v1.1.0 |
1379 | 2024-03-30T03:04:57.156Z | Downloaded arrayref v0.3.7 |
1380 | 2024-03-30T03:04:57.156Z | Downloaded arc-swap v1.6.0 |
1381 | 2024-03-30T03:04:57.160Z | Downloaded anstyle-parse v0.2.1 |
1382 | 2024-03-30T03:04:57.160Z | Downloaded anstyle-query v1.0.0 |
1383 | 2024-03-30T03:04:57.169Z | Downloaded anstyle v1.0.6 |
1384 | 2024-03-30T03:04:57.169Z | Downloaded anstream v0.6.11 |
1385 | 2024-03-30T03:04:57.169Z | Downloaded allocator-api2 v0.2.16 |
1386 | 2024-03-30T03:04:57.609Z | Compiling proc-macro2 v1.0.78 |
1387 | 2024-03-30T03:04:57.609Z | Compiling unicode-ident v1.0.12 |
1388 | 2024-03-30T03:04:57.609Z | Compiling libc v0.2.153 |
1389 | 2024-03-30T03:04:57.613Z | Compiling serde v1.0.197 |
1390 | 2024-03-30T03:04:57.613Z | Compiling version_check v0.9.4 |
1391 | 2024-03-30T03:04:57.614Z | Compiling cfg-if v1.0.0 |
1392 | 2024-03-30T03:04:57.614Z | Compiling autocfg v1.1.0 |
1393 | 2024-03-30T03:04:57.845Z | Compiling syn v1.0.109 |
1394 | 2024-03-30T03:04:57.878Z | Compiling thiserror v1.0.57 |
1395 | 2024-03-30T03:04:57.885Z | Compiling once_cell v1.19.0 |
1396 | 2024-03-30T03:04:58.282Z | Compiling typenum v1.16.0 |
1397 | 2024-03-30T03:04:58.425Z | Compiling parking_lot_core v0.9.8 |
1398 | 2024-03-30T03:04:58.480Z | Compiling lock_api v0.4.10 |
1399 | 2024-03-30T03:04:58.932Z | Compiling generic-array v0.14.7 |
1400 | 2024-03-30T03:04:58.954Z | Compiling memchr v2.7.1 |
1401 | 2024-03-30T03:04:58.962Z | Compiling byteorder v1.5.0 |
1402 | 2024-03-30T03:04:59.190Z | Compiling libm v0.2.7 |
1403 | 2024-03-30T03:04:59.248Z | Compiling serde_json v1.0.114 |
1404 | 2024-03-30T03:04:59.254Z | Compiling num-traits v0.2.18 |
1405 | 2024-03-30T03:04:59.370Z | Compiling ahash v0.8.8 |
1406 | 2024-03-30T03:04:59.657Z | Compiling log v0.4.21 |
1407 | 2024-03-30T03:04:59.684Z | Compiling itoa v1.0.9 |
1408 | 2024-03-30T03:05:00.077Z | Compiling scopeguard v1.2.0 |
1409 | 2024-03-30T03:05:00.163Z | Compiling quote v1.0.35 |
1410 | 2024-03-30T03:05:00.292Z | Compiling slab v0.4.9 |
1411 | 2024-03-30T03:05:00.638Z | Compiling syn v2.0.52 |
1412 | 2024-03-30T03:05:00.755Z | Compiling getrandom v0.2.12 |
1413 | 2024-03-30T03:05:00.833Z | Compiling cc v1.0.83 |
1414 | 2024-03-30T03:05:01.213Z | Compiling rand_core v0.6.4 |
1415 | 2024-03-30T03:05:01.692Z | Compiling smallvec v1.13.1 |
1416 | 2024-03-30T03:05:02.179Z | Compiling ryu v1.0.15 |
1417 | 2024-03-30T03:05:02.179Z | Compiling heck v0.4.1 |
1418 | 2024-03-30T03:05:02.179Z | Compiling allocator-api2 v0.2.16 |
1419 | 2024-03-30T03:05:02.179Z | Compiling pin-project-lite v0.2.13 |
1420 | 2024-03-30T03:05:02.186Z | Compiling subtle v2.5.0 |
1421 | 2024-03-30T03:05:02.400Z | Compiling pkg-config v0.3.27 |
1422 | 2024-03-30T03:05:02.648Z | Compiling parking_lot v0.12.1 |
1423 | 2024-03-30T03:05:02.864Z | Compiling schemars v0.8.16 |
1424 | 2024-03-30T03:05:03.008Z | Compiling signal-hook-registry v1.4.1 |
1425 | 2024-03-30T03:05:03.216Z | Compiling mio v0.8.11 |
1426 | 2024-03-30T03:05:03.859Z | Compiling equivalent v1.0.1 |
1427 | 2024-03-30T03:05:03.883Z | Compiling socket2 v0.5.5 |
1428 | 2024-03-30T03:05:03.974Z | Compiling num_cpus v1.16.0 |
1429 | 2024-03-30T03:05:03.998Z | Compiling ring v0.17.8 |
1430 | 2024-03-30T03:05:04.098Z | Compiling num-conv v0.1.0 |
1431 | 2024-03-30T03:05:04.402Z | Compiling time-core v0.1.2 |
1432 | 2024-03-30T03:05:04.620Z | Compiling time-macros v0.2.17 |
1433 | 2024-03-30T03:05:04.620Z | Compiling futures-core v0.3.30 |
1434 | 2024-03-30T03:05:04.926Z | Compiling const-oid v0.9.6 |
1435 | 2024-03-30T03:05:04.940Z | Compiling vcpkg v0.2.15 |
1436 | 2024-03-30T03:05:05.058Z | Compiling httparse v1.8.0 |
1437 | 2024-03-30T03:05:06.424Z | Compiling ucd-trie v0.1.6 |
1438 | 2024-03-30T03:05:06.745Z | Compiling fnv v1.0.7 |
1439 | 2024-03-30T03:05:06.900Z | Compiling futures-sink v0.3.30 |
1440 | 2024-03-30T03:05:07.052Z | Compiling spin v0.5.2 |
1441 | 2024-03-30T03:05:07.055Z | Compiling ring v0.16.20 |
1442 | 2024-03-30T03:05:07.262Z | Compiling openssl-sys v0.9.96 |
1443 | 2024-03-30T03:05:07.476Z | Compiling futures-channel v0.3.30 |
1444 | 2024-03-30T03:05:07.739Z | Compiling slog v2.7.0 |
1445 | 2024-03-30T03:05:07.925Z | Compiling pin-utils v0.1.0 |
1446 | 2024-03-30T03:05:08.025Z | Compiling futures-task v0.3.30 |
1447 | 2024-03-30T03:05:08.191Z | Compiling futures-io v0.3.30 |
1448 | 2024-03-30T03:05:08.355Z | Compiling openssl v0.10.60 |
1449 | 2024-03-30T03:05:08.359Z | Compiling async-trait v0.1.77 |
1450 | 2024-03-30T03:05:08.359Z | Compiling iana-time-zone v0.1.57 |
1451 | 2024-03-30T03:05:08.359Z | Compiling serde_derive_internals v0.26.0 |
1452 | 2024-03-30T03:05:08.533Z | Compiling semver v1.0.22 |
1453 | 2024-03-30T03:05:08.614Z | Compiling rustls v0.21.9 |
1454 | 2024-03-30T03:05:08.676Z | Compiling native-tls v0.2.11 |
1455 | 2024-03-30T03:05:08.862Z | Compiling tinyvec_macros v0.1.1 |
1456 | 2024-03-30T03:05:08.977Z | Compiling cpufeatures v0.2.12 |
1457 | 2024-03-30T03:05:09.032Z | Compiling tinyvec v1.6.0 |
1458 | 2024-03-30T03:05:09.035Z | Compiling backtrace v0.3.69 |
1459 | 2024-03-30T03:05:09.121Z | Compiling cookie v0.17.0 |
1460 | 2024-03-30T03:05:09.665Z | Compiling aho-corasick v1.1.2 |
1461 | 2024-03-30T03:05:09.749Z | Compiling uuid v0.8.2 |
1462 | 2024-03-30T03:05:10.780Z | Compiling regex-syntax v0.8.2 |
1463 | 2024-03-30T03:05:10.783Z | Compiling unicode-normalization v0.1.22 |
1464 | 2024-03-30T03:05:10.783Z | Compiling rustix v0.38.31 |
1465 | 2024-03-30T03:05:10.783Z | Compiling dyn-clone v1.0.17 |
1466 | 2024-03-30T03:05:10.919Z | Compiling unicode-bidi v0.3.15 |
1467 | 2024-03-30T03:05:11.332Z | Compiling crossbeam-utils v0.8.19 |
1468 | 2024-03-30T03:05:11.750Z | Compiling ppv-lite86 v0.2.17 |
1469 | 2024-03-30T03:05:11.971Z | Compiling anyhow v1.0.79 |
1470 | 2024-03-30T03:05:12.181Z | Compiling tracing-core v0.1.32 |
1471 | 2024-03-30T03:05:13.294Z | Compiling percent-encoding v2.3.1 |
1472 | 2024-03-30T03:05:13.928Z | Compiling regex-automata v0.4.5 |
1473 | 2024-03-30T03:05:14.753Z | Compiling rand_chacha v0.3.1 |
1474 | 2024-03-30T03:05:15.838Z | Compiling rand v0.8.5 |
1475 | 2024-03-30T03:05:15.865Z | Compiling serde_derive v1.0.197 |
1476 | 2024-03-30T03:05:16.433Z | Compiling zeroize_derive v1.4.2 |
1477 | 2024-03-30T03:05:16.478Z | Compiling thiserror-impl v1.0.57 |
1478 | 2024-03-30T03:05:16.667Z | Compiling zerocopy-derive v0.7.32 |
1479 | 2024-03-30T03:05:17.268Z | Compiling tokio-macros v2.2.0 |
1480 | 2024-03-30T03:05:17.313Z | Compiling futures-macro v0.3.30 |
1481 | 2024-03-30T03:05:17.924Z | Compiling tracing-attributes v0.1.27 |
1482 | 2024-03-30T03:05:18.124Z | Compiling zeroize v1.7.0 |
1483 | 2024-03-30T03:05:19.081Z | Compiling schemars_derive v0.8.16 |
1484 | 2024-03-30T03:05:19.163Z | Compiling zerocopy v0.7.32 |
1485 | 2024-03-30T03:05:20.033Z | Compiling crypto-common v0.1.6 |
1486 | 2024-03-30T03:05:20.253Z | Compiling pest v2.7.6 |
1487 | 2024-03-30T03:05:20.301Z | Compiling block-buffer v0.10.4 |
1488 | 2024-03-30T03:05:20.586Z | Compiling digest v0.10.7 |
1489 | 2024-03-30T03:05:21.042Z | Compiling futures-util v0.3.30 |
1490 | 2024-03-30T03:05:21.298Z | Compiling openssl-macros v0.1.1 |
1491 | 2024-03-30T03:05:21.552Z | Compiling hashbrown v0.14.3 |
1492 | 2024-03-30T03:05:22.733Z | Compiling pest_meta v2.7.6 |
1493 | 2024-03-30T03:05:22.985Z | Compiling tracing v0.1.40 |
1494 | 2024-03-30T03:05:23.339Z | Compiling regex v1.10.3 |
1495 | 2024-03-30T03:05:23.524Z | Compiling der_derive v0.7.2 |
1496 | 2024-03-30T03:05:24.187Z | Compiling pest_generator v2.7.6 |
1497 | 2024-03-30T03:05:24.513Z | Compiling scroll_derive v0.12.0 |
1498 | 2024-03-30T03:05:26.109Z | Compiling spin v0.9.8 |
1499 | 2024-03-30T03:05:26.324Z | Compiling thread-id v4.2.0 |
1500 | 2024-03-30T03:05:26.425Z | Compiling powerfmt v0.2.0 |
1501 | 2024-03-30T03:05:26.449Z | Compiling rustversion v1.0.14 |
1502 | 2024-03-30T03:05:26.716Z | Compiling deranged v0.3.11 |
1503 | 2024-03-30T03:05:26.815Z | Compiling form_urlencoded v1.2.1 |
1504 | 2024-03-30T03:05:27.305Z | Compiling num_threads v0.1.6 |
1505 | 2024-03-30T03:05:27.328Z | Compiling unicode-width v0.1.11 |
1506 | 2024-03-30T03:05:27.479Z | Compiling winnow v0.5.15 |
1507 | 2024-03-30T03:05:27.886Z | Compiling pest_derive v2.7.6 |
1508 | 2024-03-30T03:05:28.772Z | Compiling time v0.3.34 |
1509 | 2024-03-30T03:05:29.232Z | Compiling lazy_static v1.4.0 |
1510 | 2024-03-30T03:05:29.731Z | Compiling unicode-xid v0.2.4 |
1511 | 2024-03-30T03:05:29.917Z | Compiling synstructure v0.12.6 |
1512 | 2024-03-30T03:05:31.102Z | Compiling bytes v1.5.0 |
1513 | 2024-03-30T03:05:31.546Z | Compiling indexmap v2.2.5 |
1514 | 2024-03-30T03:05:32.468Z | Compiling tokio v1.36.0 |
1515 | 2024-03-30T03:05:32.719Z | Compiling uuid v1.7.0 |
1516 | 2024-03-30T03:05:33.016Z | Compiling chrono v0.4.34 |
1517 | 2024-03-30T03:05:34.713Z | Compiling http v0.2.12 |
1518 | 2024-03-30T03:05:35.410Z | Compiling bitflags v2.4.2 |
1519 | 2024-03-30T03:05:36.032Z | Compiling toml_datetime v0.6.5 |
1520 | 2024-03-30T03:05:36.601Z | Compiling serde_spanned v0.6.5 |
1521 | 2024-03-30T03:05:36.869Z | Compiling rustc_version v0.4.0 |
1522 | 2024-03-30T03:05:37.366Z | Compiling toml_edit v0.19.15 |
1523 | 2024-03-30T03:05:37.447Z | Compiling openapiv3 v2.0.0 |
1524 | 2024-03-30T03:05:38.674Z | Compiling serde_tokenstream v0.2.0 |
1525 | 2024-03-30T03:05:39.945Z | Compiling idna v0.5.0 |
1526 | 2024-03-30T03:05:40.639Z | Compiling usdt-impl v0.5.0 |
1527 | 2024-03-30T03:05:41.120Z | Compiling crc32fast v1.3.2 |
1528 | 2024-03-30T03:05:41.349Z | Compiling url v2.5.0 |
1529 | 2024-03-30T03:05:41.638Z | Compiling zerocopy-derive v0.2.0 |
1530 | 2024-03-30T03:05:41.678Z | Compiling scroll v0.12.0 |
1531 | 2024-03-30T03:05:42.358Z | Compiling plain v0.2.3 |
1532 | 2024-03-30T03:05:42.539Z | Compiling goblin v0.8.0 |
1533 | 2024-03-30T03:05:44.795Z | Compiling untrusted v0.7.1 |
1534 | 2024-03-30T03:05:45.010Z | Compiling pretty-hex v0.4.1 |
1535 | 2024-03-30T03:05:45.239Z | Compiling untrusted v0.9.0 |
1536 | 2024-03-30T03:05:45.686Z | Compiling foreign-types-shared v0.1.1 |
1537 | 2024-03-30T03:05:45.810Z | Compiling foreign-types v0.3.2 |
1538 | 2024-03-30T03:05:45.920Z | Compiling tokio-util v0.7.10 |
1539 | 2024-03-30T03:05:50.353Z | Compiling dof v0.3.0 |
1540 | 2024-03-30T03:05:52.001Z | Compiling dtrace-parser v0.2.0 |
1541 | 2024-03-30T03:05:52.853Z | Compiling errno v0.3.8 |
1542 | 2024-03-30T03:05:52.929Z | Compiling usdt-impl v0.3.5 |
1543 | 2024-03-30T03:05:53.006Z | Compiling try-lock v0.2.4 |
1544 | 2024-03-30T03:05:53.088Z | Compiling adler v1.0.2 |
1545 | 2024-03-30T03:05:53.112Z | Compiling base64 v0.21.7 |
1546 | 2024-03-30T03:05:53.272Z | Compiling miniz_oxide v0.7.1 |
1547 | 2024-03-30T03:05:53.351Z | Compiling want v0.3.1 |
1548 | 2024-03-30T03:05:54.348Z | Compiling rustls-webpki v0.101.7 |
1549 | 2024-03-30T03:05:54.806Z | Compiling sct v0.7.0 |
1550 | 2024-03-30T03:05:54.972Z | Compiling h2 v0.3.24 |
1551 | 2024-03-30T03:05:55.945Z | Compiling http-body v0.4.5 |
1552 | 2024-03-30T03:05:56.688Z | Compiling num-bigint v0.4.4 |
1553 | 2024-03-30T03:05:56.838Z | Compiling openssl-probe v0.1.5 |
1554 | 2024-03-30T03:05:57.170Z | Compiling tower-service v0.3.2 |
1555 | 2024-03-30T03:05:57.209Z | Compiling httpdate v1.0.3 |
1556 | 2024-03-30T03:05:58.784Z | Compiling zerocopy v0.3.0 |
1557 | 2024-03-30T03:05:59.497Z | Compiling heapless v0.7.16 |
1558 | 2024-03-30T03:05:59.641Z | Compiling idna v0.3.0 |
1559 | 2024-03-30T03:05:59.992Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1560 | 2024-03-30T03:06:00.032Z | Compiling base64ct v1.6.0 |
1561 | 2024-03-30T03:06:00.471Z | Compiling psl-types v2.0.11 |
1562 | 2024-03-30T03:06:00.651Z | Compiling signal-hook v0.3.17 |
1563 | 2024-03-30T03:06:01.354Z | Compiling unicode-segmentation v1.10.1 |
1564 | 2024-03-30T03:06:01.585Z | Compiling tokio-native-tls v0.3.1 |
1565 | 2024-03-30T03:06:01.859Z | Compiling publicsuffix v2.2.3 |
1566 | 2024-03-30T03:06:02.288Z | Compiling hyper v0.14.28 |
1567 | 2024-03-30T03:06:03.360Z | Compiling tokio-rustls v0.24.1 |
1568 | 2024-03-30T03:06:03.398Z | Compiling dof v0.1.5 |
1569 | 2024-03-30T03:06:03.625Z | Compiling crossbeam-epoch v0.9.18 |
1570 | 2024-03-30T03:06:03.748Z | Compiling dtrace-parser v0.1.14 |
1571 | 2024-03-30T03:06:03.844Z | Compiling ipnet v2.9.0 |
1572 | 2024-03-30T03:06:04.354Z | Compiling gimli v0.28.0 |
1573 | 2024-03-30T03:06:04.913Z | Compiling bitflags v1.3.2 |
1574 | 2024-03-30T03:06:05.575Z | Compiling cookie_store v0.20.0 |
1575 | 2024-03-30T03:06:07.235Z | Compiling rustls-pemfile v1.0.3 |
1576 | 2024-03-30T03:06:07.263Z | Compiling serde_urlencoded v0.7.1 |
1577 | 2024-03-30T03:06:07.852Z | Compiling serde_tokenstream v0.1.7 |
1578 | 2024-03-30T03:06:07.977Z | Compiling enum-as-inner v0.5.1 |
1579 | 2024-03-30T03:06:08.222Z | Compiling object v0.32.1 |
1580 | 2024-03-30T03:06:08.404Z | Compiling encoding_rs v0.8.33 |
1581 | 2024-03-30T03:06:09.084Z | Compiling addr2line v0.21.0 |
1582 | 2024-03-30T03:06:09.496Z | Compiling hyper-tls v0.5.0 |
1583 | 2024-03-30T03:06:09.797Z | Compiling hyper-rustls v0.24.2 |
1584 | 2024-03-30T03:06:10.189Z | Compiling webpki-roots v0.25.2 |
1585 | 2024-03-30T03:06:10.259Z | Compiling rustc-demangle v0.1.23 |
1586 | 2024-03-30T03:06:10.382Z | Compiling mime v0.3.17 |
1587 | 2024-03-30T03:06:11.288Z | Compiling data-encoding v2.4.0 |
1588 | 2024-03-30T03:06:11.609Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1589 | 2024-03-30T03:06:12.448Z | Compiling sync_wrapper v0.1.2 |
1590 | 2024-03-30T03:06:12.919Z | Compiling smoltcp v0.9.1 |
1591 | 2024-03-30T03:06:13.274Z | Compiling either v1.10.0 |
1592 | 2024-03-30T03:06:13.662Z | Compiling pem-rfc7468 v0.7.0 |
1593 | 2024-03-30T03:06:13.707Z | Compiling reqwest v0.11.24 |
1594 | 2024-03-30T03:06:15.465Z | Compiling hmac v0.12.1 |
1595 | 2024-03-30T03:06:15.757Z | Compiling futures-executor v0.3.30 |
1596 | 2024-03-30T03:06:16.713Z | Compiling regress v0.9.0 |
1597 | 2024-03-30T03:06:17.189Z | Compiling flagset v0.4.3 |
1598 | 2024-03-30T03:06:17.256Z | Compiling siphasher v0.3.11 |
1599 | 2024-03-30T03:06:17.732Z | Compiling der v0.7.8 |
1600 | 2024-03-30T03:06:19.682Z | Compiling flate2 v1.0.28 |
1601 | 2024-03-30T03:06:20.710Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1602 | 2024-03-30T03:06:21.177Z | Compiling usdt-macro v0.3.5 |
1603 | 2024-03-30T03:06:21.260Z | Compiling usdt-attr-macro v0.3.5 |
1604 | 2024-03-30T03:06:22.833Z | Compiling hubpack_derive v0.1.1 |
1605 | 2024-03-30T03:06:23.224Z | Compiling clap_derive v4.5.0 |
1606 | 2024-03-30T03:06:23.855Z | Compiling zerocopy-derive v0.6.4 |
1607 | 2024-03-30T03:06:24.244Z | Compiling utf8parse v0.2.1 |
1608 | 2024-03-30T03:06:24.334Z | Compiling anstyle v1.0.6 |
1609 | 2024-03-30T03:06:24.804Z | Compiling winnow v0.6.1 |
1610 | 2024-03-30T03:06:26.337Z | Compiling anstyle-parse v0.2.1 |
1611 | 2024-03-30T03:06:26.534Z | Compiling sha2 v0.10.8 |
1612 | 2024-03-30T03:06:27.807Z | Compiling futures v0.3.30 |
1613 | 2024-03-30T03:06:27.945Z | Compiling spki v0.7.2 |
1614 | 2024-03-30T03:06:28.676Z | Compiling toml_edit v0.22.6 |
1615 | 2024-03-30T03:06:29.007Z | Compiling md-5 v0.10.5 |
1616 | 2024-03-30T03:06:29.244Z | Compiling toml v0.7.8 |
1617 | 2024-03-30T03:06:29.312Z | Compiling hex v0.4.3 |
1618 | 2024-03-30T03:06:29.360Z | Compiling block-padding v0.3.3 |
1619 | 2024-03-30T03:06:29.681Z | Compiling stringprep v0.1.3 |
1620 | 2024-03-30T03:06:30.147Z | Compiling num-integer v0.1.46 |
1621 | 2024-03-30T03:06:30.513Z | Compiling diesel_table_macro_syntax v0.1.0 |
1622 | 2024-03-30T03:06:30.823Z | Compiling hash32 v0.2.1 |
1623 | 2024-03-30T03:06:31.036Z | Compiling stable_deref_trait v1.2.0 |
1624 | 2024-03-30T03:06:31.152Z | Compiling fallible-iterator v0.2.0 |
1625 | 2024-03-30T03:06:31.176Z | Compiling colorchoice v1.0.0 |
1626 | 2024-03-30T03:06:31.362Z | Compiling anstyle-query v1.0.0 |
1627 | 2024-03-30T03:06:31.509Z | Compiling anstream v0.6.11 |
1628 | 2024-03-30T03:06:31.908Z | Compiling postgres-protocol v0.6.6 |
1629 | 2024-03-30T03:06:32.533Z | Compiling diesel_derives v2.1.2 |
1630 | 2024-03-30T03:06:33.715Z | Compiling inout v0.1.3 |
1631 | 2024-03-30T03:06:34.678Z | Compiling pkcs8 v0.10.2 |
1632 | 2024-03-30T03:06:35.394Z | Compiling phf_shared v0.11.2 |
1633 | 2024-03-30T03:06:35.715Z | Compiling terminal_size v0.3.0 |
1634 | 2024-03-30T03:06:35.805Z | Compiling ff v0.13.0 |
1635 | 2024-03-30T03:06:36.046Z | Compiling strum_macros v0.25.2 |
1636 | 2024-03-30T03:06:36.091Z | Compiling serde_repr v0.1.16 |
1637 | 2024-03-30T03:06:36.343Z | Compiling scheduled-thread-pool v0.2.7 |
1638 | 2024-03-30T03:06:36.799Z | Compiling clap_lex v0.7.0 |
1639 | 2024-03-30T03:06:36.957Z | Compiling managed v0.8.0 |
1640 | 2024-03-30T03:06:37.337Z | Compiling matches v0.1.10 |
1641 | 2024-03-30T03:06:37.363Z | Compiling regex-automata v0.1.10 |
1642 | 2024-03-30T03:06:37.449Z | Compiling strsim v0.11.0 |
1643 | 2024-03-30T03:06:37.452Z | Compiling base16ct v0.2.0 |
1644 | 2024-03-30T03:06:37.804Z | Compiling bit-vec v0.6.3 |
1645 | 2024-03-30T03:06:37.865Z | Compiling bstr v0.2.17 |
1646 | 2024-03-30T03:06:37.891Z | Compiling clap_builder v4.5.1 |
1647 | 2024-03-30T03:06:38.057Z | Compiling sec1 v0.7.3 |
1648 | 2024-03-30T03:06:38.286Z | Compiling idna v0.2.3 |
1649 | 2024-03-30T03:06:38.698Z | Compiling r2d2 v0.8.10 |
1650 | 2024-03-30T03:06:39.476Z | Compiling group v0.13.0 |
1651 | 2024-03-30T03:06:40.059Z | Compiling phf v0.11.2 |
1652 | 2024-03-30T03:06:40.383Z | Compiling signal-hook-mio v0.2.3 |
1653 | 2024-03-30T03:06:40.513Z | Compiling bzip2 v0.4.4 |
1654 | 2024-03-30T03:06:40.607Z | Compiling cipher v0.4.4 |
1655 | 2024-03-30T03:06:40.970Z | Compiling postgres-types v0.2.6 |
1656 | 2024-03-30T03:06:41.031Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1657 | 2024-03-30T03:06:41.150Z | Compiling zerocopy v0.6.4 |
1658 | 2024-03-30T03:06:41.422Z | Compiling hubpack v0.1.2 |
1659 | 2024-03-30T03:06:41.945Z | Compiling phf_shared v0.10.0 |
1660 | 2024-03-30T03:06:42.077Z | Compiling hkdf v0.12.4 |
1661 | 2024-03-30T03:06:42.400Z | Compiling crypto-bigint v0.5.2 |
1662 | 2024-03-30T03:06:42.705Z | Compiling ipnetwork v0.20.0 |
1663 | 2024-03-30T03:06:43.568Z | Compiling float-cmp v0.9.0 |
1664 | 2024-03-30T03:06:43.847Z | Compiling static_assertions v1.1.0 |
1665 | 2024-03-30T03:06:44.385Z | Compiling whoami v1.5.0 |
1666 | 2024-03-30T03:06:44.915Z | Compiling precomputed-hash v0.1.1 |
1667 | 2024-03-30T03:06:45.059Z | Compiling difflib v0.4.0 |
1668 | 2024-03-30T03:06:46.218Z | Compiling minimal-lexical v0.2.1 |
1669 | 2024-03-30T03:06:46.845Z | Compiling predicates-core v1.0.6 |
1670 | 2024-03-30T03:06:47.008Z | Compiling normalize-line-endings v0.3.0 |
1671 | 2024-03-30T03:06:47.167Z | Compiling new_debug_unreachable v1.0.4 |
1672 | 2024-03-30T03:06:47.241Z | Compiling fixedbitset v0.4.2 |
1673 | 2024-03-30T03:06:47.437Z | Compiling string_cache v0.8.7 |
1674 | 2024-03-30T03:06:47.743Z | Compiling petgraph v0.6.4 |
1675 | 2024-03-30T03:06:47.809Z | Compiling trust-dns-proto v0.22.0 |
1676 | 2024-03-30T03:06:47.971Z | Compiling predicates v3.1.0 |
1677 | 2024-03-30T03:06:48.903Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1678 | 2024-03-30T03:06:49.067Z | Compiling nom v7.1.3 |
1679 | 2024-03-30T03:06:50.013Z | Compiling elliptic-curve v0.13.8 |
1680 | 2024-03-30T03:06:50.561Z | Compiling diesel v2.1.4 |
1681 | 2024-03-30T03:06:50.864Z | Compiling tokio-postgres v0.7.10 |
1682 | 2024-03-30T03:06:51.771Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1683 | 2024-03-30T03:06:52.228Z | Compiling yasna v0.5.2 |
1684 | 2024-03-30T03:06:52.980Z | Compiling clap v4.5.1 |
1685 | 2024-03-30T03:06:53.699Z | Compiling zip v0.6.6 |
1686 | 2024-03-30T03:06:54.215Z | Compiling crossterm v0.27.0 |
1687 | 2024-03-30T03:06:55.791Z | Compiling similar v2.4.0 |
1688 | 2024-03-30T03:06:56.089Z | Compiling bit-set v0.5.3 |
1689 | 2024-03-30T03:06:56.394Z | Compiling num-iter v0.1.44 |
1690 | 2024-03-30T03:06:56.590Z | Compiling usdt v0.3.5 |
1691 | 2024-03-30T03:06:56.887Z | Compiling itertools v0.10.5 |
1692 | 2024-03-30T03:06:56.972Z | Compiling console v0.15.8 |
1693 | 2024-03-30T03:06:58.072Z | Compiling tokio-stream v0.1.14 |
1694 | 2024-03-30T03:06:58.483Z | Compiling getopts v0.2.21 |
1695 | 2024-03-30T03:06:58.505Z | Compiling bstr v1.9.0 |
1696 | 2024-03-30T03:06:59.307Z | Compiling peg-runtime v0.8.2 |
1697 | 2024-03-30T03:06:59.597Z | Compiling lalrpop-util v0.19.12 |
1698 | 2024-03-30T03:06:59.833Z | Compiling unsafe-libyaml v0.2.10 |
1699 | 2024-03-30T03:07:00.385Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1700 | 2024-03-30T03:07:01.765Z | Compiling serde_yaml v0.9.25 |
1701 | 2024-03-30T03:07:04.701Z | Compiling camino v1.1.6 |
1702 | 2024-03-30T03:07:05.898Z | Compiling atty v0.2.14 |
1703 | 2024-03-30T03:07:08.989Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1704 | 2024-03-30T03:07:09.184Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1705 | 2024-03-30T03:07:12.905Z | Compiling sha1 v0.10.6 |
1706 | 2024-03-30T03:07:28.460Z | Compiling ident_case v1.0.1 |
1707 | 2024-03-30T03:07:28.569Z | Compiling strsim v0.10.0 |
1708 | 2024-03-30T03:07:28.666Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1709 | 2024-03-30T03:07:28.913Z | Compiling darling_core v0.20.3 |
1710 | 2024-03-30T03:07:29.663Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1711 | 2024-03-30T03:07:31.025Z | Compiling strum_macros v0.26.1 |
1712 | 2024-03-30T03:07:35.704Z | Compiling darling_macro v0.20.3 |
1713 | 2024-03-30T03:07:36.972Z | Compiling darling v0.20.3 |
1714 | 2024-03-30T03:07:37.006Z | Compiling strum v0.26.1 |
1715 | 2024-03-30T03:07:37.099Z | Compiling dirs-sys-next v0.1.2 |
1716 | 2024-03-30T03:07:37.203Z | Compiling match_cfg v0.1.0 |
1717 | 2024-03-30T03:07:37.309Z | Compiling hostname v0.3.1 |
1718 | 2024-03-30T03:07:37.406Z | Compiling dirs-next v2.0.0 |
1719 | 2024-03-30T03:07:37.569Z | Compiling http v1.0.0 |
1720 | 2024-03-30T03:07:37.591Z | Compiling thread_local v1.1.7 |
1721 | 2024-03-30T03:07:37.617Z | Compiling slog-async v2.8.0 |
1722 | 2024-03-30T03:07:37.763Z | Compiling rustls-pki-types v1.3.0 |
1723 | 2024-03-30T03:07:38.208Z | Compiling term v0.7.0 |
1724 | 2024-03-30T03:07:38.269Z | Compiling crossbeam-channel v0.5.8 |
1725 | 2024-03-30T03:07:38.574Z | Compiling proc-macro-error-attr v1.0.4 |
1726 | 2024-03-30T03:07:38.900Z | Compiling take_mut v0.2.2 |
1727 | 2024-03-30T03:07:38.946Z | Compiling rustls v0.22.2 |
1728 | 2024-03-30T03:07:39.069Z | Compiling slog-term v2.9.0 |
1729 | 2024-03-30T03:07:39.232Z | Compiling rustls-webpki v0.102.1 |
1730 | 2024-03-30T03:07:39.292Z | Compiling multer v3.0.0 |
1731 | 2024-03-30T03:07:39.527Z | Compiling proc-macro-error v1.0.4 |
1732 | 2024-03-30T03:07:39.680Z | Compiling instant v0.1.12 |
1733 | 2024-03-30T03:07:39.870Z | Compiling paste v1.0.14 |
1734 | 2024-03-30T03:07:40.087Z | Compiling slog-json v2.6.1 |
1735 | 2024-03-30T03:07:40.478Z | Compiling async-stream-impl v0.3.5 |
1736 | 2024-03-30T03:07:40.516Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1737 | 2024-03-30T03:07:40.544Z | Compiling atomic-waker v1.1.1 |
1738 | 2024-03-30T03:07:40.642Z | Compiling debug-ignore v1.0.5 |
1739 | 2024-03-30T03:07:40.760Z | Compiling waitgroup v0.1.2 |
1740 | 2024-03-30T03:07:40.960Z | Compiling slog-bunyan v2.5.0 |
1741 | 2024-03-30T03:07:41.209Z | Compiling rustls-pemfile v2.1.1 |
1742 | 2024-03-30T03:07:41.565Z | Compiling serde_with_macros v3.6.1 |
1743 | 2024-03-30T03:07:41.737Z | Compiling toml v0.8.10 |
1744 | 2024-03-30T03:07:41.824Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1745 | 2024-03-30T03:07:42.040Z | Compiling async-stream v0.3.5 |
1746 | 2024-03-30T03:07:42.241Z | Compiling serde_path_to_error v0.1.16 |
1747 | 2024-03-30T03:07:42.273Z | Compiling structmeta-derive v0.3.0 |
1748 | 2024-03-30T03:07:42.411Z | Compiling newtype-uuid v1.0.1 |
1749 | 2024-03-30T03:07:42.758Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1750 | 2024-03-30T03:07:43.212Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1751 | 2024-03-30T03:07:43.479Z | Compiling backoff v0.4.0 |
1752 | 2024-03-30T03:07:43.618Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1753 | 2024-03-30T03:07:43.652Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1754 | 2024-03-30T03:07:43.831Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1755 | 2024-03-30T03:07:43.867Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1756 | 2024-03-30T03:07:44.054Z | Compiling macaddr v1.0.1 |
1757 | 2024-03-30T03:07:44.326Z | Compiling proc-macro-crate v1.3.1 |
1758 | 2024-03-30T03:07:44.573Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1759 | 2024-03-30T03:07:44.599Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1760 | 2024-03-30T03:07:44.987Z | Compiling foreign-types-macros v0.2.3 |
1761 | 2024-03-30T03:07:45.013Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1762 | 2024-03-30T03:07:45.205Z | Compiling serde_with v3.6.1 |
1763 | 2024-03-30T03:07:45.330Z | Compiling tokio-rustls v0.25.0 |
1764 | 2024-03-30T03:07:46.638Z | Compiling num_enum_derive v0.5.11 |
1765 | 2024-03-30T03:07:46.641Z | Compiling structmeta v0.3.0 |
1766 | 2024-03-30T03:07:46.641Z | Compiling parse-display-derive v0.9.0 |
1767 | 2024-03-30T03:07:46.641Z | Compiling heapless v0.8.0 |
1768 | 2024-03-30T03:07:47.043Z | Compiling foreign-types-shared v0.3.1 |
1769 | 2024-03-30T03:07:47.201Z | Compiling foreign-types v0.5.0 |
1770 | 2024-03-30T03:07:48.158Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1771 | 2024-03-30T03:07:48.804Z | Compiling num_enum v0.5.11 |
1772 | 2024-03-30T03:07:48.990Z | Compiling cstr-argument v0.1.2 |
1773 | 2024-03-30T03:07:49.105Z | Compiling hash32 v0.3.1 |
1774 | 2024-03-30T03:07:49.287Z | Compiling pretty-hex v0.2.1 |
1775 | 2024-03-30T03:07:49.406Z | Compiling smoltcp v0.11.0 |
1776 | 2024-03-30T03:07:49.517Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1777 | 2024-03-30T03:07:49.978Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1778 | 2024-03-30T03:07:50.561Z | Compiling tabwriter v1.4.0 |
1779 | 2024-03-30T03:07:50.638Z | Compiling colored v2.1.0 |
1780 | 2024-03-30T03:07:50.814Z | Compiling socket2 v0.4.9 |
1781 | 2024-03-30T03:07:51.127Z | Compiling embedded-io v0.4.0 |
1782 | 2024-03-30T03:07:51.371Z | Compiling fastrand v2.0.1 |
1783 | 2024-03-30T03:07:51.499Z | Compiling cobs v0.2.3 |
1784 | 2024-03-30T03:07:51.689Z | Compiling parse-display v0.9.0 |
1785 | 2024-03-30T03:07:51.794Z | Compiling tempfile v3.10.0 |
1786 | 2024-03-30T03:07:51.817Z | Compiling postcard v1.0.8 |
1787 | 2024-03-30T03:07:51.982Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1788 | 2024-03-30T03:07:52.195Z | Compiling crucible-workspace-hack v0.1.0 |
1789 | 2024-03-30T03:07:52.311Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1790 | 2024-03-30T03:07:52.433Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1791 | 2024-03-30T03:07:52.510Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1792 | 2024-03-30T03:07:52.542Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1793 | 2024-03-30T03:07:52.737Z | Compiling smf v0.2.2 |
1794 | 2024-03-30T03:07:52.797Z | Compiling humantime v2.1.0 |
1795 | 2024-03-30T03:07:52.875Z | Compiling platforms v3.0.2 |
1796 | 2024-03-30T03:07:53.238Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1797 | 2024-03-30T03:07:53.486Z | Compiling camino-tempfile v1.1.1 |
1798 | 2024-03-30T03:07:53.587Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1799 | 2024-03-30T03:07:53.607Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
1800 | 2024-03-30T03:07:53.968Z | Compiling heck v0.3.3 |
1801 | 2024-03-30T03:07:54.116Z | Compiling usdt-macro v0.5.0 |
1802 | 2024-03-30T03:07:54.139Z | Compiling usdt-attr-macro v0.5.0 |
1803 | 2024-03-30T03:07:54.444Z | Compiling num-derive v0.4.0 |
1804 | 2024-03-30T03:07:54.903Z | Compiling sigpipe v0.1.3 |
1805 | 2024-03-30T03:07:55.064Z | Compiling memmap v0.7.0 |
1806 | 2024-03-30T03:07:55.255Z | Compiling utf-8 v0.7.6 |
1807 | 2024-03-30T03:07:55.453Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1808 | 2024-03-30T03:07:55.625Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1809 | 2024-03-30T03:07:55.756Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
1810 | 2024-03-30T03:07:55.999Z | Compiling usdt v0.5.0 |
1811 | 2024-03-30T03:07:56.568Z | Compiling unicase v2.7.0 |
1812 | 2024-03-30T03:07:56.905Z | Compiling semver v0.1.20 |
1813 | 2024-03-30T03:07:56.924Z | Compiling rayon-core v1.12.1 |
1814 | 2024-03-30T03:07:56.997Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b) |
1815 | 2024-03-30T03:07:57.217Z | Compiling curve25519-dalek v4.1.1 |
1816 | 2024-03-30T03:07:57.279Z | Compiling rustc_version v0.1.7 |
1817 | 2024-03-30T03:07:57.421Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1818 | 2024-03-30T03:07:57.538Z | Compiling newline-converter v0.3.0 |
1819 | 2024-03-30T03:07:57.604Z | Compiling crossbeam-deque v0.8.3 |
1820 | 2024-03-30T03:07:57.712Z | Compiling universal-hash v0.5.1 |
1821 | 2024-03-30T03:07:57.809Z | Compiling opaque-debug v0.3.0 |
1822 | 2024-03-30T03:07:57.871Z | Compiling same-file v1.0.6 |
1823 | 2024-03-30T03:07:57.966Z | Compiling newtype_derive v0.1.6 |
1824 | 2024-03-30T03:07:57.969Z | Compiling expectorate v1.1.0 |
1825 | 2024-03-30T03:07:58.065Z | Compiling walkdir v2.4.0 |
1826 | 2024-03-30T03:07:58.134Z | Compiling tungstenite v0.20.1 |
1827 | 2024-03-30T03:07:58.264Z | Compiling semver-parser v0.10.2 |
1828 | 2024-03-30T03:07:58.445Z | Compiling signature v2.1.0 |
1829 | 2024-03-30T03:07:58.705Z | Compiling curve25519-dalek-derive v0.1.0 |
1830 | 2024-03-30T03:07:58.874Z | Compiling blake3 v1.5.0 |
1831 | 2024-03-30T03:07:59.116Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1832 | 2024-03-30T03:07:59.355Z | Compiling num-rational v0.4.1 |
1833 | 2024-03-30T03:07:59.554Z | Compiling termcolor v1.2.0 |
1834 | 2024-03-30T03:07:59.733Z | Compiling arc-swap v1.6.0 |
1835 | 2024-03-30T03:07:59.844Z | Compiling getrandom v0.1.16 |
1836 | 2024-03-30T03:08:00.334Z | Compiling slog-scope v4.4.0 |
1837 | 2024-03-30T03:08:00.437Z | Compiling env_logger v0.9.3 |
1838 | 2024-03-30T03:08:00.480Z | Compiling tokio-tungstenite v0.20.1 |
1839 | 2024-03-30T03:08:00.611Z | Compiling semver v0.11.0 |
1840 | 2024-03-30T03:08:00.781Z | Compiling rayon v1.9.0 |
1841 | 2024-03-30T03:08:01.046Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1842 | 2024-03-30T03:08:01.127Z | Compiling password-hash v0.5.0 |
1843 | 2024-03-30T03:08:01.507Z | Compiling textwrap v0.11.0 |
1844 | 2024-03-30T03:08:01.532Z | Compiling blake2 v0.10.6 |
1845 | 2024-03-30T03:08:01.862Z | Compiling bitstruct_derive v0.1.0 |
1846 | 2024-03-30T03:08:02.032Z | Compiling memmap2 v0.7.1 |
1847 | 2024-03-30T03:08:02.062Z | Compiling filetime v0.2.23 |
1848 | 2024-03-30T03:08:02.261Z | Compiling xattr v1.0.1 |
1849 | 2024-03-30T03:08:02.425Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1850 | 2024-03-30T03:08:02.467Z | Compiling strsim v0.8.0 |
1851 | 2024-03-30T03:08:02.535Z | Compiling ansi_term v0.12.1 |
1852 | 2024-03-30T03:08:02.571Z | Compiling quick-error v1.2.3 |
1853 | 2024-03-30T03:08:02.735Z | Compiling constant_time_eq v0.3.0 |
1854 | 2024-03-30T03:08:02.950Z | Compiling base64 v0.22.0 |
1855 | 2024-03-30T03:08:03.047Z | Compiling ascii v1.1.0 |
1856 | 2024-03-30T03:08:03.105Z | Compiling parking_lot_core v0.8.6 |
1857 | 2024-03-30T03:08:03.151Z | Compiling arrayref v0.3.7 |
1858 | 2024-03-30T03:08:03.265Z | Compiling arrayvec v0.7.4 |
1859 | 2024-03-30T03:08:03.306Z | Compiling bytecount v0.6.3 |
1860 | 2024-03-30T03:08:03.537Z | Compiling libefi-sys v0.1.0 |
1861 | 2024-03-30T03:08:03.574Z | Compiling vec_map v0.8.2 |
1862 | 2024-03-30T03:08:03.666Z | Compiling linked-hash-map v0.5.6 |
1863 | 2024-03-30T03:08:03.705Z | Compiling home v0.5.5 |
1864 | 2024-03-30T03:08:03.804Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1865 | 2024-03-30T03:08:03.875Z | Compiling clap v2.34.0 |
1866 | 2024-03-30T03:08:03.911Z | Compiling toolchain_find v0.2.0 |
1867 | 2024-03-30T03:08:03.995Z | Compiling lru-cache v0.1.2 |
1868 | 2024-03-30T03:08:04.044Z | Compiling papergrid v0.11.0 |
1869 | 2024-03-30T03:08:04.207Z | Compiling bitstruct v0.1.1 |
1870 | 2024-03-30T03:08:04.343Z | Compiling resolv-conf v0.7.0 |
1871 | 2024-03-30T03:08:04.646Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1872 | 2024-03-30T03:08:04.930Z | Compiling tar v0.4.40 |
1873 | 2024-03-30T03:08:05.199Z | Compiling argon2 v0.5.3 |
1874 | 2024-03-30T03:08:06.254Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1875 | 2024-03-30T03:08:07.273Z | Compiling slog-stdlog v4.1.1 |
1876 | 2024-03-30T03:08:07.668Z | Compiling structopt-derive v0.4.18 |
1877 | 2024-03-30T03:08:07.819Z | Compiling tabled_derive v0.7.0 |
1878 | 2024-03-30T03:08:08.282Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1879 | 2024-03-30T03:08:08.742Z | Compiling rfc6979 v0.4.0 |
1880 | 2024-03-30T03:08:08.982Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1881 | 2024-03-30T03:08:09.033Z | Compiling erased-serde v0.3.31 |
1882 | 2024-03-30T03:08:09.369Z | Compiling serde_arrays v0.1.0 |
1883 | 2024-03-30T03:08:09.402Z | Compiling toml v0.5.11 |
1884 | 2024-03-30T03:08:09.550Z | Compiling aead v0.5.2 |
1885 | 2024-03-30T03:08:09.573Z | Compiling num-complex v0.4.4 |
1886 | 2024-03-30T03:08:09.909Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1887 | 2024-03-30T03:08:10.310Z | Compiling nibble_vec v0.1.0 |
1888 | 2024-03-30T03:08:10.506Z | Compiling slog-dtrace v0.3.0 |
1889 | 2024-03-30T03:08:10.530Z | Compiling endian-type v0.1.2 |
1890 | 2024-03-30T03:08:10.632Z | Compiling topological-sort v0.2.2 |
1891 | 2024-03-30T03:08:10.683Z | Compiling keccak v0.1.4 |
1892 | 2024-03-30T03:08:10.777Z | Compiling winapi v0.3.9 |
1893 | 2024-03-30T03:08:10.800Z | Compiling cancel-safe-futures v0.1.5 |
1894 | 2024-03-30T03:08:10.852Z | Compiling omicron-zone-package v0.11.0 |
1895 | 2024-03-30T03:08:10.895Z | Compiling structopt v0.3.26 |
1896 | 2024-03-30T03:08:11.068Z | Compiling sha3 v0.10.8 |
1897 | 2024-03-30T03:08:11.198Z | Compiling rustfmt-wrapper v0.2.0 |
1898 | 2024-03-30T03:08:11.696Z | Compiling radix_trie v0.2.1 |
1899 | 2024-03-30T03:08:11.871Z | Compiling tabled v0.15.0 |
1900 | 2024-03-30T03:08:11.892Z | Compiling num v0.4.1 |
1901 | 2024-03-30T03:08:12.071Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1902 | 2024-03-30T03:08:12.378Z | Compiling ecdsa v0.16.9 |
1903 | 2024-03-30T03:08:12.404Z | Compiling slog-envlogger v2.2.0 |
1904 | 2024-03-30T03:08:13.227Z | Compiling rand_core v0.5.1 |
1905 | 2024-03-30T03:08:13.227Z | Compiling steno v0.4.0 |
1906 | 2024-03-30T03:08:13.258Z | Compiling mime_guess v2.0.4 |
1907 | 2024-03-30T03:08:13.325Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1908 | 2024-03-30T03:08:13.721Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1909 | 2024-03-30T03:08:14.716Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1910 | 2024-03-30T03:08:14.926Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1911 | 2024-03-30T03:08:14.947Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1912 | 2024-03-30T03:08:15.342Z | Compiling trust-dns-resolver v0.22.0 |
1913 | 2024-03-30T03:08:17.888Z | Compiling poly1305 v0.8.0 |
1914 | 2024-03-30T03:08:18.219Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1915 | 2024-03-30T03:08:18.999Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1916 | 2024-03-30T03:08:19.730Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1917 | 2024-03-30T03:08:19.912Z | Compiling primeorder v0.13.6 |
1918 | 2024-03-30T03:08:20.055Z | Compiling chacha20 v0.9.1 |
1919 | 2024-03-30T03:08:20.452Z | Compiling secrecy v0.8.0 |
1920 | 2024-03-30T03:08:20.553Z | Compiling thiserror-impl-no-std v2.0.2 |
1921 | 2024-03-30T03:08:20.733Z | Compiling half v2.3.1 |
1922 | 2024-03-30T03:08:21.341Z | Compiling convert_case v0.4.0 |
1923 | 2024-03-30T03:08:21.750Z | Compiling ciborium-io v0.2.2 |
1924 | 2024-03-30T03:08:21.893Z | Compiling option-ext v0.2.0 |
1925 | 2024-03-30T03:08:21.941Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1926 | 2024-03-30T03:08:22.023Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1927 | 2024-03-30T03:08:22.047Z | Compiling dirs-sys v0.4.1 |
1928 | 2024-03-30T03:08:22.097Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1929 | 2024-03-30T03:08:22.151Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1930 | 2024-03-30T03:08:22.354Z | Compiling ciborium-ll v0.2.2 |
1931 | 2024-03-30T03:08:22.392Z | Compiling derive_more v0.99.17 |
1932 | 2024-03-30T03:08:22.695Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1933 | 2024-03-30T03:08:23.006Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1934 | 2024-03-30T03:08:23.180Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1935 | 2024-03-30T03:08:23.282Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1936 | 2024-03-30T03:08:23.725Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1937 | 2024-03-30T03:08:24.016Z | Compiling thiserror-no-std v2.0.2 |
1938 | 2024-03-30T03:08:24.159Z | Compiling parking_lot v0.11.2 |
1939 | 2024-03-30T03:08:25.242Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1940 | 2024-03-30T03:08:25.677Z | Compiling rand_chacha v0.2.2 |
1941 | 2024-03-30T03:08:27.319Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1942 | 2024-03-30T03:08:28.493Z | Compiling trust-dns-client v0.22.0 |
1943 | 2024-03-30T03:08:30.462Z | Compiling ed25519 v2.2.2 |
1944 | 2024-03-30T03:08:31.010Z | Compiling polyval v0.6.1 |
1945 | 2024-03-30T03:08:31.442Z | Compiling tungstenite v0.21.0 |
1946 | 2024-03-30T03:08:31.505Z | Compiling zone_cfg_derive v0.1.2 |
1947 | 2024-03-30T03:08:31.848Z | Compiling aes v0.8.3 |
1948 | 2024-03-30T03:08:31.932Z | Compiling ctr v0.9.2 |
1949 | 2024-03-30T03:08:32.347Z | Compiling blowfish v0.9.1 |
1950 | 2024-03-30T03:08:32.667Z | Compiling password-hash v0.4.2 |
1951 | 2024-03-30T03:08:32.861Z | Compiling libsw v3.3.1 |
1952 | 2024-03-30T03:08:33.247Z | Compiling pbkdf2 v0.12.2 |
1953 | 2024-03-30T03:08:33.454Z | Compiling derive-where v1.2.7 |
1954 | 2024-03-30T03:08:33.731Z | Compiling gethostname v0.4.3 |
1955 | 2024-03-30T03:08:34.156Z | Compiling fxhash v0.2.1 |
1956 | 2024-03-30T03:08:34.399Z | Compiling owo-colors v4.0.0 |
1957 | 2024-03-30T03:08:34.433Z | Compiling base64 v0.13.1 |
1958 | 2024-03-30T03:08:35.074Z | Compiling linear-map v1.2.0 |
1959 | 2024-03-30T03:08:35.137Z | Compiling swrite v0.1.0 |
1960 | 2024-03-30T03:08:35.300Z | Compiling trust-dns-server v0.22.1 |
1961 | 2024-03-30T03:08:35.499Z | Compiling ron v0.7.1 |
1962 | 2024-03-30T03:08:37.053Z | Compiling sled v0.34.7 |
1963 | 2024-03-30T03:08:37.466Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1964 | 2024-03-30T03:08:37.983Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1965 | 2024-03-30T03:08:38.366Z | Compiling bcrypt-pbkdf v0.10.0 |
1966 | 2024-03-30T03:08:39.011Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1967 | 2024-03-30T03:08:39.793Z | Compiling zone v0.1.8 |
1968 | 2024-03-30T03:08:41.531Z | Compiling pbkdf2 v0.11.0 |
1969 | 2024-03-30T03:08:41.973Z | Compiling tokio-tungstenite v0.21.0 |
1970 | 2024-03-30T03:08:42.000Z | Compiling ghash v0.5.0 |
1971 | 2024-03-30T03:08:42.175Z | Compiling ed25519-dalek v2.0.0 |
1972 | 2024-03-30T03:08:42.232Z | Compiling russh-cryptovec v0.7.0 |
1973 | 2024-03-30T03:08:42.562Z | Compiling rand v0.7.3 |
1974 | 2024-03-30T03:08:42.947Z | Compiling vsss-rs v3.3.4 |
1975 | 2024-03-30T03:08:43.249Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1976 | 2024-03-30T03:08:43.750Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1977 | 2024-03-30T03:08:44.090Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1978 | 2024-03-30T03:08:45.088Z | Compiling ciborium v0.2.2 |
1979 | 2024-03-30T03:08:46.755Z | Compiling dirs v5.0.1 |
1980 | 2024-03-30T03:08:46.788Z | Compiling chacha20poly1305 v0.10.1 |
1981 | 2024-03-30T03:08:47.007Z | Compiling p521 v0.13.3 |
1982 | 2024-03-30T03:08:47.048Z | Compiling p256 v0.13.2 |
1983 | 2024-03-30T03:08:48.030Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1984 | 2024-03-30T03:08:48.057Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1985 | 2024-03-30T03:08:48.283Z | Compiling cbc v0.1.2 |
1986 | 2024-03-30T03:08:48.572Z | Compiling pem v3.0.2 |
1987 | 2024-03-30T03:08:49.533Z | Compiling headers-core v0.2.0 |
1988 | 2024-03-30T03:08:49.729Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
1989 | 2024-03-30T03:08:49.769Z | Compiling kstat-rs v0.2.3 |
1990 | 2024-03-30T03:08:49.796Z | Compiling portpicker v0.1.1 |
1991 | 2024-03-30T03:08:49.835Z | Compiling nanorand v0.7.0 |
1992 | 2024-03-30T03:08:50.154Z | Compiling glob v0.3.1 |
1993 | 2024-03-30T03:08:50.179Z | Compiling md5 v0.7.0 |
1994 | 2024-03-30T03:08:50.500Z | Compiling http-range v0.1.5 |
1995 | 2024-03-30T03:08:50.552Z | Compiling russh-keys v0.42.0 |
1996 | 2024-03-30T03:08:50.727Z | Compiling hyper-staticfile v0.9.5 |
1997 | 2024-03-30T03:08:50.901Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1998 | 2024-03-30T03:08:51.287Z | Compiling flume v0.11.0 |
1999 | 2024-03-30T03:08:51.605Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2000 | 2024-03-30T03:08:51.812Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
2001 | 2024-03-30T03:08:52.040Z | Compiling headers v0.3.9 |
2002 | 2024-03-30T03:08:53.422Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2003 | 2024-03-30T03:08:54.072Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2004 | 2024-03-30T03:08:54.168Z | Compiling rcgen v0.12.1 |
2005 | 2024-03-30T03:08:55.791Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2006 | 2024-03-30T03:08:56.933Z | Compiling aes-gcm v0.10.3 |
2007 | 2024-03-30T03:08:57.097Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2008 | 2024-03-30T03:08:57.274Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2009 | 2024-03-30T03:08:59.441Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2010 | 2024-03-30T03:09:00.790Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2011 | 2024-03-30T03:09:03.809Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
2012 | 2024-03-30T03:09:04.187Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b) |
2013 | 2024-03-30T03:09:04.330Z | Compiling atomicwrites v0.4.3 |
2014 | 2024-03-30T03:09:04.355Z | Compiling itertools v0.12.1 |
2015 | 2024-03-30T03:09:04.744Z | Compiling subprocess v0.2.9 |
2016 | 2024-03-30T03:09:05.959Z | Compiling display-error-chain v0.2.0 |
2017 | 2024-03-30T03:09:06.168Z | Compiling hex-literal v0.4.1 |
2018 | 2024-03-30T03:09:06.368Z | Compiling dhcproto-macros v0.1.0 |
2019 | 2024-03-30T03:09:07.030Z | Compiling russh v0.42.0 |
2020 | 2024-03-30T03:09:07.391Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2021 | 2024-03-30T03:09:07.425Z | Compiling dhcproto v0.11.0 |
2022 | 2024-03-30T03:09:07.698Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2023 | 2024-03-30T03:09:10.384Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2024 | 2024-03-30T03:09:10.879Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2025 | 2024-03-30T03:09:11.026Z | Compiling internet-checksum v0.2.1 |
2026 | 2024-03-30T03:09:13.142Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2027 | 2024-03-30T03:09:37.103Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2028 | 2024-03-30T03:10:19.631Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 20s |
2029 | 2024-03-30T03:10:19.974Z | |
2030 | 2024-03-30T03:10:19.974Z | real 6:20.518991198 |
2031 | 2024-03-30T03:10:19.974Z | user 30:29.928384542 |
2032 | 2024-03-30T03:10:19.974Z | sys 6:24.847469308 |
2033 | 2024-03-30T03:10:19.974Z | trap 1.000542846 |
2034 | 2024-03-30T03:10:19.977Z | tflt 3.790382307 |
2035 | 2024-03-30T03:10:19.977Z | dflt 5.007323982 |
2036 | 2024-03-30T03:10:19.977Z | kflt 0.081630897 |
2037 | 2024-03-30T03:10:19.977Z | lock 57:02.166861831 |
2038 | 2024-03-30T03:10:19.978Z | slp 1:27:33.467656388 |
2039 | 2024-03-30T03:10:19.978Z | lat 1:47.937269391 |
2040 | 2024-03-30T03:10:19.978Z | stop 4:54.143996464 |
2041 | 2024-03-30T03:10:19.978Z | + mkdir -p /work |
2042 | 2024-03-30T03:10:19.978Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest |
2043 | 2024-03-30T03:10:20.784Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2044 | 2024-03-30T03:10:30.496Z | Finished dev [unoptimized + debuginfo] target(s) in 10.46s |
2045 | 2024-03-30T03:10:30.600Z | |
2046 | 2024-03-30T03:10:30.600Z | real 10.596436867 |
2047 | 2024-03-30T03:10:30.601Z | user 7.796661875 |
2048 | 2024-03-30T03:10:30.601Z | sys 3.742418333 |
2049 | 2024-03-30T03:10:30.601Z | trap 0.002547723 |
2050 | 2024-03-30T03:10:30.601Z | tflt 0.007772361 |
2051 | 2024-03-30T03:10:30.601Z | dflt 0.058187998 |
2052 | 2024-03-30T03:10:30.601Z | kflt 0.000000000 |
2053 | 2024-03-30T03:10:30.601Z | lock 29.124674908 |
2054 | 2024-03-30T03:10:30.601Z | slp 42.874936904 |
2055 | 2024-03-30T03:10:30.601Z | lat 0.050950747 |
2056 | 2024-03-30T03:10:30.601Z | stop 0.352356928 |
2057 | 2024-03-30T03:10:30.604Z | + cp target/debug/commtest /work/commtest |
2058 | 2024-03-30T03:10:31.093Z | + mkdir -p /work/end-to-end-tests |
2059 | 2024-03-30T03:10:31.096Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2060 | 2024-03-30T03:10:32.066Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2061 | 2024-03-30T03:10:32.066Z | + ptime -m gzip |
2062 | 2024-03-30T03:10:32.069Z | ++ basename target/debug/bootstrap |
2063 | 2024-03-30T03:10:44.757Z | |
2064 | 2024-03-30T03:10:44.757Z | real 12.682454267 |
2065 | 2024-03-30T03:10:44.761Z | user 12.556758508 |
2066 | 2024-03-30T03:10:44.761Z | sys 0.107765785 |
2067 | 2024-03-30T03:10:44.761Z | trap 0.005527059 |
2068 | 2024-03-30T03:10:44.761Z | tflt 0.000000000 |
2069 | 2024-03-30T03:10:44.761Z | dflt 0.000000000 |
2070 | 2024-03-30T03:10:44.761Z | kflt 0.000000000 |
2071 | 2024-03-30T03:10:44.761Z | lock 0.000000000 |
2072 | 2024-03-30T03:10:44.761Z | slp 0.000000000 |
2073 | 2024-03-30T03:10:44.761Z | lat 0.011957164 |
2074 | 2024-03-30T03:10:44.761Z | stop 0.000199531 |
2075 | 2024-03-30T03:10:44.762Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2076 | 2024-03-30T03:10:44.762Z | + ptime -m gzip |
2077 | 2024-03-30T03:10:44.762Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-02abe27d9f4e5a4e |
2078 | 2024-03-30T03:10:45.958Z | |
2079 | 2024-03-30T03:10:45.958Z | real 1.192182867 |
2080 | 2024-03-30T03:10:45.958Z | user 1.177862933 |
2081 | 2024-03-30T03:10:45.959Z | sys 0.013309633 |
2082 | 2024-03-30T03:10:45.959Z | trap 0.000306664 |
2083 | 2024-03-30T03:10:45.959Z | tflt 0.000000000 |
2084 | 2024-03-30T03:10:45.959Z | dflt 0.000000000 |
2085 | 2024-03-30T03:10:45.959Z | kflt 0.000000000 |
2086 | 2024-03-30T03:10:45.963Z | lock 0.000000000 |
2087 | 2024-03-30T03:10:45.963Z | slp 0.000000000 |
2088 | 2024-03-30T03:10:45.963Z | lat 0.000286828 |
2089 | 2024-03-30T03:10:45.963Z | stop 0.000183313 |
2090 | 2024-03-30T03:10:45.963Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2091 | 2024-03-30T03:10:45.963Z | + ptime -m gzip |
2092 | 2024-03-30T03:10:45.963Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4c5c7f95ab8318fe |
2093 | 2024-03-30T03:10:47.155Z | |
2094 | 2024-03-30T03:10:47.165Z | real 1.191047054 |
2095 | 2024-03-30T03:10:47.165Z | user 1.175885252 |
2096 | 2024-03-30T03:10:47.166Z | sys 0.013656724 |
2097 | 2024-03-30T03:10:47.166Z | trap 0.000462010 |
2098 | 2024-03-30T03:10:47.166Z | tflt 0.000000000 |
2099 | 2024-03-30T03:10:47.166Z | dflt 0.000000000 |
2100 | 2024-03-30T03:10:47.166Z | kflt 0.000000000 |
2101 | 2024-03-30T03:10:47.166Z | lock 0.000000000 |
2102 | 2024-03-30T03:10:47.166Z | slp 0.000000000 |
2103 | 2024-03-30T03:10:47.166Z | lat 0.000548949 |
2104 | 2024-03-30T03:10:47.166Z | stop 0.000257272 |
2105 | 2024-03-30T03:10:47.166Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2106 | 2024-03-30T03:10:47.166Z | + ptime -m gzip |
2107 | 2024-03-30T03:10:47.166Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-837e9fa044232757 |
2108 | 2024-03-30T03:10:48.345Z | |
2109 | 2024-03-30T03:10:48.345Z | real 1.182178816 |
2110 | 2024-03-30T03:10:48.345Z | user 1.169709060 |
2111 | 2024-03-30T03:10:48.345Z | sys 0.011754800 |
2112 | 2024-03-30T03:10:48.346Z | trap 0.000158105 |
2113 | 2024-03-30T03:10:48.346Z | tflt 0.000000000 |
2114 | 2024-03-30T03:10:48.346Z | dflt 0.000000000 |
2115 | 2024-03-30T03:10:48.346Z | kflt 0.000000000 |
2116 | 2024-03-30T03:10:48.346Z | lock 0.000000000 |
2117 | 2024-03-30T03:10:48.346Z | slp 0.000000000 |
2118 | 2024-03-30T03:10:48.346Z | lat 0.000137949 |
2119 | 2024-03-30T03:10:48.347Z | stop 0.000189502 |
2120 | 2024-03-30T03:10:48.354Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2121 | 2024-03-30T03:10:48.354Z | + ptime -m gzip |
2122 | 2024-03-30T03:10:48.354Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-691b9647f9a24cf2 |
2123 | 2024-03-30T03:11:01.107Z | |
2124 | 2024-03-30T03:11:01.127Z | real 12.750579521 |
2125 | 2024-03-30T03:11:01.127Z | user 12.643935003 |
2126 | 2024-03-30T03:11:01.127Z | sys 0.102840345 |
2127 | 2024-03-30T03:11:01.127Z | trap 0.001958010 |
2128 | 2024-03-30T03:11:01.127Z | tflt 0.000000000 |
2129 | 2024-03-30T03:11:01.127Z | dflt 0.000000000 |
2130 | 2024-03-30T03:11:01.127Z | kflt 0.000000000 |
2131 | 2024-03-30T03:11:01.127Z | lock 0.000000000 |
2132 | 2024-03-30T03:11:01.127Z | slp 0.000000000 |
2133 | 2024-03-30T03:11:01.128Z | lat 0.001421760 |
2134 | 2024-03-30T03:11:01.128Z | stop 0.000184312 |
2135 | 2024-03-30T03:11:01.128Z | + banner caboose-util |
2136 | 2024-03-30T03:11:01.128Z | |
2137 | 2024-03-30T03:11:01.128Z | #### ## ##### #### #### #### ###### # # ##### |
2138 | 2024-03-30T03:11:01.128Z | # # # # # # # # # # # # # # # |
2139 | 2024-03-30T03:11:01.128Z | # # # ##### # # # # #### ##### ##### # # # |
2140 | 2024-03-30T03:11:01.128Z | # ###### # # # # # # # # # # # |
2141 | 2024-03-30T03:11:01.128Z | # # # # # # # # # # # # # # # # |
2142 | 2024-03-30T03:11:01.129Z | #### # # ##### #### #### #### ###### #### # |
2143 | 2024-03-30T03:11:01.129Z | |
2144 | 2024-03-30T03:11:01.129Z | + ptime -m cargo build --locked -p caboose-util --release |
2145 | 2024-03-30T03:11:01.618Z | Downloading crates ... |
2146 | 2024-03-30T03:11:01.801Z | Downloaded bitfield v0.14.0 |
2147 | 2024-03-30T03:11:01.806Z | Downloaded array-init v0.0.4 |
2148 | 2024-03-30T03:11:01.810Z | Downloaded rsa v0.9.2 |
2149 | 2024-03-30T03:11:01.814Z | Downloaded wyz v0.5.1 |
2150 | 2024-03-30T03:11:01.819Z | Downloaded radium v0.7.0 |
2151 | 2024-03-30T03:11:01.819Z | Downloaded path-slash v0.1.5 |
2152 | 2024-03-30T03:11:01.819Z | Downloaded packed_struct v0.10.1 |
2153 | 2024-03-30T03:11:01.819Z | Downloaded nodrop v0.1.14 |
2154 | 2024-03-30T03:11:01.837Z | Downloaded tap v1.0.1 |
2155 | 2024-03-30T03:11:01.837Z | Downloaded is-terminal v0.4.9 |
2156 | 2024-03-30T03:11:01.842Z | Downloaded maybe-uninit v2.0.0 |
2157 | 2024-03-30T03:11:01.842Z | Downloaded packed_struct_codegen v0.10.1 |
2158 | 2024-03-30T03:11:01.842Z | Downloaded serde-hex v0.1.0 |
2159 | 2024-03-30T03:11:01.842Z | Downloaded crc v3.0.1 |
2160 | 2024-03-30T03:11:01.842Z | Downloaded pkcs1 v0.7.5 |
2161 | 2024-03-30T03:11:01.842Z | Downloaded smallvec v0.6.14 |
2162 | 2024-03-30T03:11:01.842Z | Downloaded crc-catalog v2.2.0 |
2163 | 2024-03-30T03:11:01.842Z | Downloaded funty v2.0.0 |
2164 | 2024-03-30T03:11:01.842Z | Downloaded env_logger v0.10.0 |
2165 | 2024-03-30T03:11:01.846Z | Downloaded crc-any v2.4.3 |
2166 | 2024-03-30T03:11:01.850Z | Downloaded ron v0.8.1 |
2167 | 2024-03-30T03:11:01.854Z | Downloaded hashbrown v0.13.2 |
2168 | 2024-03-30T03:11:01.862Z | Downloaded x509-cert v0.2.4 |
2169 | 2024-03-30T03:11:01.870Z | Downloaded num-bigint-dig v0.8.4 |
2170 | 2024-03-30T03:11:01.873Z | Downloaded bitvec v1.0.1 |
2171 | 2024-03-30T03:11:01.887Z | Downloaded object v0.30.4 |
2172 | 2024-03-30T03:11:02.000Z | Compiling proc-macro2 v1.0.78 |
2173 | 2024-03-30T03:11:02.001Z | Compiling unicode-ident v1.0.12 |
2174 | 2024-03-30T03:11:02.004Z | Compiling libc v0.2.153 |
2175 | 2024-03-30T03:11:02.005Z | Compiling serde v1.0.197 |
2176 | 2024-03-30T03:11:02.005Z | Compiling autocfg v1.1.0 |
2177 | 2024-03-30T03:11:02.005Z | Compiling version_check v0.9.4 |
2178 | 2024-03-30T03:11:02.005Z | Compiling cfg-if v1.0.0 |
2179 | 2024-03-30T03:11:02.185Z | Compiling typenum v1.16.0 |
2180 | 2024-03-30T03:11:02.616Z | Compiling once_cell v1.19.0 |
2181 | 2024-03-30T03:11:02.639Z | Compiling parking_lot_core v0.9.8 |
2182 | 2024-03-30T03:11:02.639Z | Compiling memchr v2.7.1 |
2183 | 2024-03-30T03:11:02.639Z | Compiling syn v1.0.109 |
2184 | 2024-03-30T03:11:02.639Z | Compiling byteorder v1.5.0 |
2185 | 2024-03-30T03:11:02.762Z | Compiling lock_api v0.4.10 |
2186 | 2024-03-30T03:11:03.050Z | Compiling generic-array v0.14.7 |
2187 | 2024-03-30T03:11:03.110Z | Compiling libm v0.2.7 |
2188 | 2024-03-30T03:11:03.188Z | Compiling num-traits v0.2.18 |
2189 | 2024-03-30T03:11:03.331Z | Compiling ahash v0.8.8 |
2190 | 2024-03-30T03:11:03.415Z | Compiling quote v1.0.35 |
2191 | 2024-03-30T03:11:03.470Z | Compiling serde_json v1.0.114 |
2192 | 2024-03-30T03:11:03.558Z | Compiling thiserror v1.0.57 |
2193 | 2024-03-30T03:11:03.988Z | Compiling syn v2.0.52 |
2194 | 2024-03-30T03:11:04.014Z | Compiling cc v1.0.83 |
2195 | 2024-03-30T03:11:04.036Z | Compiling getrandom v0.2.12 |
2196 | 2024-03-30T03:11:04.227Z | Compiling pkg-config v0.3.27 |
2197 | 2024-03-30T03:11:04.718Z | Compiling scopeguard v1.2.0 |
2198 | 2024-03-30T03:11:04.846Z | Compiling itoa v1.0.9 |
2199 | 2024-03-30T03:11:04.870Z | Compiling log v0.4.21 |
2200 | 2024-03-30T03:11:05.186Z | Compiling slab v0.4.9 |
2201 | 2024-03-30T03:11:05.437Z | Compiling rand_core v0.6.4 |
2202 | 2024-03-30T03:11:05.723Z | Compiling smallvec v1.13.1 |
2203 | 2024-03-30T03:11:06.109Z | Compiling vcpkg v0.2.15 |
2204 | 2024-03-30T03:11:06.646Z | Compiling pin-project-lite v0.2.13 |
2205 | 2024-03-30T03:11:06.773Z | Compiling const-oid v0.9.6 |
2206 | 2024-03-30T03:11:07.039Z | Compiling ryu v1.0.15 |
2207 | 2024-03-30T03:11:07.317Z | Compiling parking_lot v0.12.1 |
2208 | 2024-03-30T03:11:07.769Z | Compiling ring v0.17.8 |
2209 | 2024-03-30T03:11:07.895Z | Compiling openssl-sys v0.9.96 |
2210 | 2024-03-30T03:11:08.234Z | Compiling ucd-trie v0.1.6 |
2211 | 2024-03-30T03:11:08.773Z | Compiling signal-hook-registry v1.4.1 |
2212 | 2024-03-30T03:11:08.917Z | Compiling subtle v2.5.0 |
2213 | 2024-03-30T03:11:08.960Z | Compiling rustix v0.38.31 |
2214 | 2024-03-30T03:11:09.225Z | Compiling ring v0.16.20 |
2215 | 2024-03-30T03:11:09.414Z | Compiling mio v0.8.11 |
2216 | 2024-03-30T03:11:09.704Z | Compiling futures-core v0.3.30 |
2217 | 2024-03-30T03:11:09.966Z | Compiling semver v1.0.22 |
2218 | 2024-03-30T03:11:10.256Z | Compiling tinyvec_macros v0.1.1 |
2219 | 2024-03-30T03:11:10.345Z | Compiling tinyvec v1.6.0 |
2220 | 2024-03-30T03:11:11.059Z | Compiling spin v0.5.2 |
2221 | 2024-03-30T03:11:11.910Z | Compiling unicode-normalization v0.1.22 |
2222 | 2024-03-30T03:11:12.253Z | Compiling num_cpus v1.16.0 |
2223 | 2024-03-30T03:11:12.378Z | Compiling socket2 v0.5.5 |
2224 | 2024-03-30T03:11:12.465Z | Compiling heck v0.4.1 |
2225 | 2024-03-30T03:11:12.905Z | Compiling allocator-api2 v0.2.16 |
2226 | 2024-03-30T03:11:13.035Z | Compiling openssl v0.10.60 |
2227 | 2024-03-30T03:11:13.310Z | Compiling unicode-xid v0.2.4 |
2228 | 2024-03-30T03:11:13.427Z | Compiling unicode-bidi v0.3.15 |
2229 | 2024-03-30T03:11:13.463Z | Compiling httparse v1.8.0 |
2230 | 2024-03-30T03:11:13.802Z | Compiling futures-sink v0.3.30 |
2231 | 2024-03-30T03:11:13.942Z | Compiling synstructure v0.12.6 |
2232 | 2024-03-30T03:11:14.076Z | Compiling equivalent v1.0.1 |
2233 | 2024-03-30T03:11:14.136Z | Compiling num-conv v0.1.0 |
2234 | 2024-03-30T03:11:14.180Z | Compiling time-core v0.1.2 |
2235 | 2024-03-30T03:11:14.419Z | Compiling time-macros v0.2.17 |
2236 | 2024-03-30T03:11:14.762Z | Compiling futures-channel v0.3.30 |
2237 | 2024-03-30T03:11:15.191Z | Compiling futures-io v0.3.30 |
2238 | 2024-03-30T03:11:15.362Z | Compiling pin-utils v0.1.0 |
2239 | 2024-03-30T03:11:15.367Z | Compiling futures-task v0.3.30 |
2240 | 2024-03-30T03:11:15.462Z | Compiling ppv-lite86 v0.2.17 |
2241 | 2024-03-30T03:11:15.661Z | Compiling native-tls v0.2.11 |
2242 | 2024-03-30T03:11:15.750Z | Compiling crc32fast v1.3.2 |
2243 | 2024-03-30T03:11:16.210Z | Compiling rustls v0.21.9 |
2244 | 2024-03-30T03:11:16.321Z | Compiling rand_chacha v0.3.1 |
2245 | 2024-03-30T03:11:16.500Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2246 | 2024-03-30T03:11:16.866Z | Compiling spin v0.9.8 |
2247 | 2024-03-30T03:11:16.914Z | Compiling tracing-core v0.1.32 |
2248 | 2024-03-30T03:11:17.001Z | Compiling base64ct v1.6.0 |
2249 | 2024-03-30T03:11:17.549Z | Compiling pem-rfc7468 v0.7.0 |
2250 | 2024-03-30T03:11:17.608Z | Compiling rand v0.8.5 |
2251 | 2024-03-30T03:11:17.693Z | Compiling serde_derive v1.0.197 |
2252 | 2024-03-30T03:11:17.713Z | Compiling zeroize_derive v1.4.2 |
2253 | 2024-03-30T03:11:18.396Z | Compiling zerocopy-derive v0.7.32 |
2254 | 2024-03-30T03:11:18.423Z | Compiling thiserror-impl v1.0.57 |
2255 | 2024-03-30T03:11:18.423Z | Compiling tokio-macros v2.2.0 |
2256 | 2024-03-30T03:11:19.158Z | Compiling zeroize v1.7.0 |
2257 | 2024-03-30T03:11:19.265Z | Compiling futures-macro v0.3.30 |
2258 | 2024-03-30T03:11:19.550Z | Compiling tracing-attributes v0.1.27 |
2259 | 2024-03-30T03:11:19.764Z | Compiling der_derive v0.7.2 |
2260 | 2024-03-30T03:11:20.064Z | Compiling zerocopy v0.7.32 |
2261 | 2024-03-30T03:11:20.988Z | Compiling pest v2.7.6 |
2262 | 2024-03-30T03:11:21.009Z | Compiling crypto-common v0.1.6 |
2263 | 2024-03-30T03:11:21.212Z | Compiling block-buffer v0.10.4 |
2264 | 2024-03-30T03:11:21.464Z | Compiling digest v0.10.7 |
2265 | 2024-03-30T03:11:21.477Z | Compiling zerocopy-derive v0.2.0 |
2266 | 2024-03-30T03:11:21.923Z | Compiling openssl-macros v0.1.1 |
2267 | 2024-03-30T03:11:22.115Z | Compiling futures-util v0.3.30 |
2268 | 2024-03-30T03:11:22.624Z | Compiling hashbrown v0.14.3 |
2269 | 2024-03-30T03:11:22.897Z | Compiling tracing v0.1.40 |
2270 | 2024-03-30T03:11:23.224Z | Compiling zerocopy-derive v0.6.4 |
2271 | 2024-03-30T03:11:23.382Z | Compiling pest_meta v2.7.6 |
2272 | 2024-03-30T03:11:23.440Z | Compiling scroll_derive v0.12.0 |
2273 | 2024-03-30T03:11:24.247Z | Compiling usdt-impl v0.3.5 |
2274 | 2024-03-30T03:11:24.358Z | Compiling cookie v0.17.0 |
2275 | 2024-03-30T03:11:24.649Z | Compiling pest_generator v2.7.6 |
2276 | 2024-03-30T03:11:24.871Z | Compiling schemars v0.8.16 |
2277 | 2024-03-30T03:11:24.978Z | Compiling flagset v0.4.3 |
2278 | 2024-03-30T03:11:25.120Z | Compiling signal-hook v0.3.17 |
2279 | 2024-03-30T03:11:25.229Z | Compiling percent-encoding v2.3.1 |
2280 | 2024-03-30T03:11:25.524Z | Compiling der v0.7.8 |
2281 | 2024-03-30T03:11:26.435Z | Compiling serde_derive_internals v0.26.0 |
2282 | 2024-03-30T03:11:27.616Z | Compiling pest_derive v2.7.6 |
2283 | 2024-03-30T03:11:28.748Z | Compiling errno v0.3.8 |
2284 | 2024-03-30T03:11:28.886Z | Compiling fnv v1.0.7 |
2285 | 2024-03-30T03:11:29.035Z | Compiling schemars_derive v0.8.16 |
2286 | 2024-03-30T03:11:29.049Z | Compiling spki v0.7.2 |
2287 | 2024-03-30T03:11:30.508Z | Compiling zerocopy v0.3.0 |
2288 | 2024-03-30T03:11:31.180Z | Compiling lazy_static v1.4.0 |
2289 | 2024-03-30T03:11:31.474Z | Compiling backtrace v0.3.69 |
2290 | 2024-03-30T03:11:31.869Z | Compiling bytes v1.5.0 |
2291 | 2024-03-30T03:11:32.684Z | Compiling bitflags v2.4.2 |
2292 | 2024-03-30T03:11:33.158Z | Compiling tokio v1.36.0 |
2293 | 2024-03-30T03:11:33.328Z | Compiling indexmap v2.2.5 |
2294 | 2024-03-30T03:11:34.042Z | Compiling rustc_version v0.4.0 |
2295 | 2024-03-30T03:11:34.722Z | Compiling heapless v0.7.16 |
2296 | 2024-03-30T03:11:35.176Z | Compiling http v0.2.12 |
2297 | 2024-03-30T03:11:35.227Z | Compiling uuid v1.7.0 |
2298 | 2024-03-30T03:11:36.041Z | Compiling thread-id v4.2.0 |
2299 | 2024-03-30T03:11:36.167Z | Compiling num-bigint v0.4.4 |
2300 | 2024-03-30T03:11:36.470Z | Compiling base64 v0.21.7 |
2301 | 2024-03-30T03:11:36.667Z | Compiling crossbeam-utils v0.8.19 |
2302 | 2024-03-30T03:11:37.228Z | Compiling smoltcp v0.9.1 |
2303 | 2024-03-30T03:11:37.740Z | Compiling iana-time-zone v0.1.57 |
2304 | 2024-03-30T03:11:37.766Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2305 | 2024-03-30T03:11:38.312Z | Compiling powerfmt v0.2.0 |
2306 | 2024-03-30T03:11:38.324Z | Compiling async-trait v0.1.77 |
2307 | 2024-03-30T03:11:38.324Z | Compiling foreign-types-shared v0.1.1 |
2308 | 2024-03-30T03:11:38.392Z | Compiling untrusted v0.9.0 |
2309 | 2024-03-30T03:11:38.579Z | Compiling untrusted v0.7.1 |
2310 | 2024-03-30T03:11:39.789Z | Compiling foreign-types v0.3.2 |
2311 | 2024-03-30T03:11:39.877Z | Compiling deranged v0.3.11 |
2312 | 2024-03-30T03:11:40.120Z | Compiling chrono v0.4.34 |
2313 | 2024-03-30T03:11:41.017Z | Compiling dof v0.1.5 |
2314 | 2024-03-30T03:11:41.819Z | Compiling dtrace-parser v0.1.14 |
2315 | 2024-03-30T03:11:41.872Z | Compiling form_urlencoded v1.2.1 |
2316 | 2024-03-30T03:11:42.209Z | Compiling tokio-util v0.7.10 |
2317 | 2024-03-30T03:11:42.424Z | Compiling hmac v0.12.1 |
2318 | 2024-03-30T03:11:42.664Z | Compiling clap_derive v4.5.0 |
2319 | 2024-03-30T03:11:42.858Z | Compiling num-integer v0.1.46 |
2320 | 2024-03-30T03:11:43.905Z | Compiling anstyle v1.0.6 |
2321 | 2024-03-30T03:11:44.021Z | Compiling cpufeatures v0.2.12 |
2322 | 2024-03-30T03:11:44.051Z | Compiling utf8parse v0.2.1 |
2323 | 2024-03-30T03:11:44.131Z | Compiling rustversion v1.0.14 |
2324 | 2024-03-30T03:11:44.134Z | Compiling try-lock v0.2.4 |
2325 | 2024-03-30T03:11:44.232Z | Compiling siphasher v0.3.11 |
2326 | 2024-03-30T03:11:44.314Z | Compiling num_threads v0.1.6 |
2327 | 2024-03-30T03:11:44.423Z | Compiling adler v1.0.2 |
2328 | 2024-03-30T03:11:44.527Z | Compiling time v0.3.34 |
2329 | 2024-03-30T03:11:45.006Z | Compiling miniz_oxide v0.7.1 |
2330 | 2024-03-30T03:11:45.020Z | Compiling want v0.3.1 |
2331 | 2024-03-30T03:11:45.020Z | Compiling anstyle-parse v0.2.1 |
2332 | 2024-03-30T03:11:45.021Z | Compiling sha2 v0.10.8 |
2333 | 2024-03-30T03:11:48.406Z | Compiling h2 v0.3.24 |
2334 | 2024-03-30T03:11:49.977Z | Compiling rustls-webpki v0.101.7 |
2335 | 2024-03-30T03:11:50.083Z | Compiling sct v0.7.0 |
2336 | 2024-03-30T03:11:51.353Z | Compiling http-body v0.4.5 |
2337 | 2024-03-30T03:11:51.511Z | Compiling serde_tokenstream v0.1.7 |
2338 | 2024-03-30T03:11:51.789Z | Compiling pkcs8 v0.10.2 |
2339 | 2024-03-30T03:11:51.872Z | Compiling hubpack_derive v0.1.1 |
2340 | 2024-03-30T03:11:52.276Z | Compiling idna v0.5.0 |
2341 | 2024-03-30T03:11:53.060Z | Compiling aho-corasick v1.1.2 |
2342 | 2024-03-30T03:11:53.158Z | Compiling usdt-impl v0.5.0 |
2343 | 2024-03-30T03:11:53.879Z | Compiling tower-service v0.3.2 |
2344 | 2024-03-30T03:11:54.018Z | Compiling regex-syntax v0.8.2 |
2345 | 2024-03-30T03:11:54.048Z | Compiling radium v0.7.0 |
2346 | 2024-03-30T03:11:54.473Z | Compiling colorchoice v1.0.0 |
2347 | 2024-03-30T03:11:54.744Z | Compiling openssl-probe v0.1.5 |
2348 | 2024-03-30T03:11:54.755Z | Compiling anyhow v1.0.79 |
2349 | 2024-03-30T03:11:55.017Z | Compiling httpdate v1.0.3 |
2350 | 2024-03-30T03:11:55.887Z | Compiling slog v2.7.0 |
2351 | 2024-03-30T03:11:56.372Z | Compiling anstyle-query v1.0.0 |
2352 | 2024-03-30T03:11:56.728Z | Compiling anstream v0.6.11 |
2353 | 2024-03-30T03:11:57.320Z | Compiling hyper v0.14.28 |
2354 | 2024-03-30T03:11:58.227Z | Compiling regex-automata v0.4.5 |
2355 | 2024-03-30T03:12:01.881Z | Compiling url v2.5.0 |
2356 | 2024-03-30T03:12:06.712Z | Compiling terminal_size v0.3.0 |
2357 | 2024-03-30T03:12:07.039Z | Compiling serde_spanned v0.6.5 |
2358 | 2024-03-30T03:12:07.468Z | Compiling toml_datetime v0.6.5 |
2359 | 2024-03-30T03:12:07.468Z | Compiling zerocopy v0.6.4 |
2360 | 2024-03-30T03:12:07.483Z | Compiling scroll v0.12.0 |
2361 | 2024-03-30T03:12:07.781Z | Compiling md-5 v0.10.5 |
2362 | 2024-03-30T03:12:08.153Z | Compiling stringprep v0.1.3 |
2363 | 2024-03-30T03:12:08.178Z | Compiling idna v0.3.0 |
2364 | 2024-03-30T03:12:08.723Z | Compiling diesel_table_macro_syntax v0.1.0 |
2365 | 2024-03-30T03:12:08.744Z | Compiling hash32 v0.2.1 |
2366 | 2024-03-30T03:12:08.954Z | Compiling plain v0.2.3 |
2367 | 2024-03-30T03:12:09.118Z | Compiling dyn-clone v1.0.17 |
2368 | 2024-03-30T03:12:09.335Z | Compiling strsim v0.11.0 |
2369 | 2024-03-30T03:12:09.345Z | Compiling psl-types v2.0.11 |
2370 | 2024-03-30T03:12:09.509Z | Compiling fallible-iterator v0.2.0 |
2371 | 2024-03-30T03:12:09.555Z | Compiling gimli v0.28.0 |
2372 | 2024-03-30T03:12:09.592Z | Compiling clap_lex v0.7.0 |
2373 | 2024-03-30T03:12:09.693Z | Compiling tap v1.0.1 |
2374 | 2024-03-30T03:12:09.936Z | Compiling uuid v0.8.2 |
2375 | 2024-03-30T03:12:10.053Z | Compiling stable_deref_trait v1.2.0 |
2376 | 2024-03-30T03:12:10.138Z | Compiling maybe-uninit v2.0.0 |
2377 | 2024-03-30T03:12:10.260Z | Compiling postgres-protocol v0.6.6 |
2378 | 2024-03-30T03:12:10.996Z | Compiling wyz v0.5.1 |
2379 | 2024-03-30T03:12:11.465Z | Compiling clap_builder v4.5.1 |
2380 | 2024-03-30T03:12:11.533Z | Compiling publicsuffix v2.2.3 |
2381 | 2024-03-30T03:12:11.664Z | Compiling diesel_derives v2.1.2 |
2382 | 2024-03-30T03:12:11.798Z | Compiling goblin v0.8.0 |
2383 | 2024-03-30T03:12:13.963Z | Compiling addr2line v0.21.0 |
2384 | 2024-03-30T03:12:14.563Z | Compiling tokio-rustls v0.24.1 |
2385 | 2024-03-30T03:12:14.822Z | Compiling strum_macros v0.25.2 |
2386 | 2024-03-30T03:12:16.251Z | Compiling tokio-native-tls v0.3.1 |
2387 | 2024-03-30T03:12:17.038Z | Compiling usdt-attr-macro v0.3.5 |
2388 | 2024-03-30T03:12:18.820Z | Compiling usdt-macro v0.3.5 |
2389 | 2024-03-30T03:12:20.335Z | Compiling phf_shared v0.11.2 |
2390 | 2024-03-30T03:12:21.161Z | Compiling num-iter v0.1.44 |
2391 | 2024-03-30T03:12:21.161Z | Compiling block-padding v0.3.3 |
2392 | 2024-03-30T03:12:21.162Z | Compiling enum-as-inner v0.5.1 |
2393 | 2024-03-30T03:12:21.743Z | Compiling serde_repr v0.1.16 |
2394 | 2024-03-30T03:12:22.419Z | Compiling ff v0.13.0 |
2395 | 2024-03-30T03:12:22.653Z | Compiling scheduled-thread-pool v0.2.7 |
2396 | 2024-03-30T03:12:25.521Z | Compiling object v0.32.1 |
2397 | 2024-03-30T03:12:25.556Z | Compiling funty v2.0.0 |
2398 | 2024-03-30T03:12:26.622Z | Compiling ipnet v2.9.0 |
2399 | 2024-03-30T03:12:27.812Z | Compiling bit-vec v0.6.3 |
2400 | 2024-03-30T03:12:28.209Z | Compiling packed_struct v0.10.1 |
2401 | 2024-03-30T03:12:28.650Z | Compiling bitflags v1.3.2 |
2402 | 2024-03-30T03:12:29.185Z | Compiling rustc-demangle v0.1.23 |
2403 | 2024-03-30T03:12:29.200Z | Compiling managed v0.8.0 |
2404 | 2024-03-30T03:12:29.586Z | Compiling matches v0.1.10 |
2405 | 2024-03-30T03:12:29.766Z | Compiling base16ct v0.2.0 |
2406 | 2024-03-30T03:12:30.085Z | Compiling winnow v0.5.15 |
2407 | 2024-03-30T03:12:30.655Z | Compiling regex-automata v0.1.10 |
2408 | 2024-03-30T03:12:31.083Z | Compiling pretty-hex v0.4.1 |
2409 | 2024-03-30T03:12:31.352Z | Compiling num-bigint-dig v0.8.4 |
2410 | 2024-03-30T03:12:31.625Z | Compiling dof v0.3.0 |
2411 | 2024-03-30T03:12:34.277Z | Compiling toml_edit v0.19.15 |
2412 | 2024-03-30T03:12:36.098Z | Compiling bstr v0.2.17 |
2413 | 2024-03-30T03:12:38.781Z | Compiling sec1 v0.7.3 |
2414 | 2024-03-30T03:12:39.627Z | Compiling idna v0.2.3 |
2415 | 2024-03-30T03:12:41.192Z | Compiling bitvec v1.0.1 |
2416 | 2024-03-30T03:12:42.033Z | Compiling r2d2 v0.8.10 |
2417 | 2024-03-30T03:12:42.078Z | Compiling group v0.13.0 |
2418 | 2024-03-30T03:12:42.427Z | Compiling inout v0.1.3 |
2419 | 2024-03-30T03:12:43.938Z | Compiling phf v0.11.2 |
2420 | 2024-03-30T03:12:44.305Z | Compiling hyper-tls v0.5.0 |
2421 | 2024-03-30T03:12:45.104Z | Compiling clap v4.5.1 |
2422 | 2024-03-30T03:12:45.125Z | Compiling signal-hook-mio v0.2.3 |
2423 | 2024-03-30T03:12:45.125Z | Compiling hyper-rustls v0.24.2 |
2424 | 2024-03-30T03:12:45.125Z | Compiling cookie_store v0.20.0 |
2425 | 2024-03-30T03:12:45.222Z | Compiling flate2 v1.0.28 |
2426 | 2024-03-30T03:12:45.990Z | Compiling ipnetwork v0.20.0 |
2427 | 2024-03-30T03:12:46.288Z | Compiling bzip2 v0.4.4 |
2428 | 2024-03-30T03:12:46.424Z | Compiling postgres-types v0.2.6 |
2429 | 2024-03-30T03:12:46.593Z | Compiling regex v1.10.3 |
2430 | 2024-03-30T03:12:46.933Z | Compiling hubpack v0.1.2 |
2431 | 2024-03-30T03:12:47.000Z | Compiling phf_shared v0.10.0 |
2432 | 2024-03-30T03:12:47.434Z | Compiling rustls-pemfile v1.0.3 |
2433 | 2024-03-30T03:12:47.434Z | Compiling hkdf v0.12.4 |
2434 | 2024-03-30T03:12:47.681Z | Compiling serde_urlencoded v0.7.1 |
2435 | 2024-03-30T03:12:47.786Z | Compiling dtrace-parser v0.2.0 |
2436 | 2024-03-30T03:12:47.806Z | Compiling futures-executor v0.3.30 |
2437 | 2024-03-30T03:12:48.815Z | Compiling crypto-bigint v0.5.2 |
2438 | 2024-03-30T03:12:48.923Z | Compiling packed_struct_codegen v0.10.1 |
2439 | 2024-03-30T03:12:49.651Z | Compiling float-cmp v0.9.0 |
2440 | 2024-03-30T03:12:50.951Z | Compiling indexmap v1.9.3 |
2441 | 2024-03-30T03:12:50.960Z | Compiling encoding_rs v0.8.33 |
2442 | 2024-03-30T03:12:51.184Z | Compiling predicates-core v1.0.6 |
2443 | 2024-03-30T03:12:51.517Z | Compiling webpki-roots v0.25.2 |
2444 | 2024-03-30T03:12:51.687Z | Compiling either v1.10.0 |
2445 | 2024-03-30T03:12:51.831Z | Compiling sync_wrapper v0.1.2 |
2446 | 2024-03-30T03:12:51.958Z | Compiling unicode-width v0.1.11 |
2447 | 2024-03-30T03:12:52.153Z | Compiling unicode-segmentation v1.10.1 |
2448 | 2024-03-30T03:12:52.358Z | Compiling normalize-line-endings v0.3.0 |
2449 | 2024-03-30T03:12:52.691Z | Compiling fixedbitset v0.4.2 |
2450 | 2024-03-30T03:12:52.954Z | Compiling data-encoding v2.4.0 |
2451 | 2024-03-30T03:12:52.974Z | Compiling static_assertions v1.1.0 |
2452 | 2024-03-30T03:12:53.083Z | Compiling whoami v1.5.0 |
2453 | 2024-03-30T03:12:53.122Z | Compiling difflib v0.4.0 |
2454 | 2024-03-30T03:12:53.690Z | Compiling precomputed-hash v0.1.1 |
2455 | 2024-03-30T03:12:53.827Z | Compiling minimal-lexical v0.2.1 |
2456 | 2024-03-30T03:12:54.358Z | Compiling nodrop v0.1.14 |
2457 | 2024-03-30T03:12:55.317Z | Compiling new_debug_unreachable v1.0.4 |
2458 | 2024-03-30T03:12:55.317Z | Compiling crc-catalog v2.2.0 |
2459 | 2024-03-30T03:12:55.318Z | Compiling mime v0.3.17 |
2460 | 2024-03-30T03:12:55.318Z | Compiling winnow v0.6.1 |
2461 | 2024-03-30T03:12:55.318Z | Compiling crc v3.0.1 |
2462 | 2024-03-30T03:12:55.775Z | Compiling reqwest v0.11.24 |
2463 | 2024-03-30T03:12:58.809Z | Compiling toml_edit v0.22.6 |
2464 | 2024-03-30T03:13:01.700Z | Compiling string_cache v0.8.7 |
2465 | 2024-03-30T03:13:02.567Z | Compiling array-init v0.0.4 |
2466 | 2024-03-30T03:13:03.470Z | Compiling nom v7.1.3 |
2467 | 2024-03-30T03:13:06.587Z | Compiling trust-dns-proto v0.22.0 |
2468 | 2024-03-30T03:13:06.735Z | Compiling predicates v3.1.0 |
2469 | 2024-03-30T03:13:07.444Z | Compiling tokio-postgres v0.7.10 |
2470 | 2024-03-30T03:13:08.377Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2471 | 2024-03-30T03:13:08.880Z | Compiling petgraph v0.6.4 |
2472 | 2024-03-30T03:13:12.287Z | Compiling similar v2.4.0 |
2473 | 2024-03-30T03:13:12.847Z | Compiling console v0.15.8 |
2474 | 2024-03-30T03:13:13.277Z | Compiling itertools v0.10.5 |
2475 | 2024-03-30T03:13:14.794Z | Compiling elliptic-curve v0.13.8 |
2476 | 2024-03-30T03:13:16.145Z | Compiling futures v0.3.30 |
2477 | 2024-03-30T03:13:18.663Z | Compiling zip v0.6.6 |
2478 | 2024-03-30T03:13:18.684Z | Compiling smallvec v0.6.14 |
2479 | 2024-03-30T03:13:18.823Z | Compiling diesel v2.1.4 |
2480 | 2024-03-30T03:13:19.041Z | Compiling yasna v0.5.2 |
2481 | 2024-03-30T03:13:19.557Z | Compiling crossterm v0.27.0 |
2482 | 2024-03-30T03:13:19.952Z | Compiling crossbeam-epoch v0.9.18 |
2483 | 2024-03-30T03:13:20.728Z | Compiling cipher v0.4.4 |
2484 | 2024-03-30T03:13:21.899Z | Compiling toml v0.7.8 |
2485 | 2024-03-30T03:13:22.843Z | Compiling bit-set v0.5.3 |
2486 | 2024-03-30T03:13:23.102Z | Compiling usdt v0.3.5 |
2487 | 2024-03-30T03:13:24.034Z | Compiling bstr v1.9.0 |
2488 | 2024-03-30T03:13:24.939Z | Compiling pkcs1 v0.7.5 |
2489 | 2024-03-30T03:13:25.500Z | Compiling tokio-stream v0.1.14 |
2490 | 2024-03-30T03:13:25.878Z | Compiling is-terminal v0.4.9 |
2491 | 2024-03-30T03:13:26.516Z | Compiling openapiv3 v2.0.0 |
2492 | 2024-03-30T03:13:26.560Z | Compiling hex v0.4.3 |
2493 | 2024-03-30T03:13:28.222Z | Compiling signature v2.1.0 |
2494 | 2024-03-30T03:13:29.553Z | Compiling bitfield v0.14.0 |
2495 | 2024-03-30T03:13:30.377Z | Compiling peg-runtime v0.8.2 |
2496 | 2024-03-30T03:13:31.383Z | Compiling termcolor v1.2.0 |
2497 | 2024-03-30T03:13:31.573Z | Compiling hashbrown v0.12.3 |
2498 | 2024-03-30T03:13:33.324Z | Compiling lalrpop-util v0.19.12 |
2499 | 2024-03-30T03:13:34.161Z | Compiling env_logger v0.10.0 |
2500 | 2024-03-30T03:13:37.319Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2501 | 2024-03-30T03:13:38.491Z | Compiling rsa v0.9.2 |
2502 | 2024-03-30T03:13:45.354Z | Compiling serde-hex v0.1.0 |
2503 | 2024-03-30T03:13:51.178Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2504 | 2024-03-30T03:13:54.535Z | Compiling ron v0.8.1 |
2505 | 2024-03-30T03:13:55.708Z | Compiling x509-cert v0.2.4 |
2506 | 2024-03-30T03:13:56.224Z | Compiling hashbrown v0.13.2 |
2507 | 2024-03-30T03:14:00.770Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2508 | 2024-03-30T03:14:06.791Z | Compiling crc-any v2.4.3 |
2509 | 2024-03-30T03:14:07.792Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2510 | 2024-03-30T03:14:29.507Z | Compiling object v0.30.4 |
2511 | 2024-03-30T03:14:29.766Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2512 | 2024-03-30T03:14:43.297Z | Compiling path-slash v0.1.5 |
2513 | 2024-03-30T03:14:44.764Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2514 | 2024-03-30T03:15:07.402Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2515 | 2024-03-30T03:15:08.228Z | Finished release [optimized] target(s) in 4m 07s |
2516 | 2024-03-30T03:15:08.303Z | |
2517 | 2024-03-30T03:15:08.304Z | real 4:07.131205456 |
2518 | 2024-03-30T03:15:08.304Z | user 27:17.402782854 |
2519 | 2024-03-30T03:15:08.304Z | sys 3:22.284758220 |
2520 | 2024-03-30T03:15:08.304Z | trap 0.930813776 |
2521 | 2024-03-30T03:15:08.313Z | tflt 1.935923147 |
2522 | 2024-03-30T03:15:08.313Z | dflt 0.736619329 |
2523 | 2024-03-30T03:15:08.313Z | kflt 0.019595263 |
2524 | 2024-03-30T03:15:08.313Z | lock 1:01:59.049190422 |
2525 | 2024-03-30T03:15:08.313Z | slp 1:19:50.472037594 |
2526 | 2024-03-30T03:15:08.313Z | lat 1:40.184672076 |
2527 | 2024-03-30T03:15:08.313Z | stop 1:41.172224646 |
2528 | 2024-03-30T03:15:08.313Z | + ptime -m gzip |
2529 | 2024-03-30T03:15:08.668Z | |
2530 | 2024-03-30T03:15:08.668Z | real 0.354845235 |
2531 | 2024-03-30T03:15:08.668Z | user 0.349377810 |
2532 | 2024-03-30T03:15:08.668Z | sys 0.004869292 |
2533 | 2024-03-30T03:15:08.668Z | trap 0.000040274 |
2534 | 2024-03-30T03:15:08.668Z | tflt 0.000000000 |
2535 | 2024-03-30T03:15:08.668Z | dflt 0.000000000 |
2536 | 2024-03-30T03:15:08.669Z | kflt 0.000000000 |
2537 | 2024-03-30T03:15:08.669Z | lock 0.000000000 |
2538 | 2024-03-30T03:15:08.669Z | slp 0.000000000 |
2539 | 2024-03-30T03:15:08.669Z | lat 0.000148827 |
2540 | 2024-03-30T03:15:08.669Z | stop 0.000179654 |
2541 | 2024-03-30T03:15:08.679Z | + banner tufaceous |
2542 | 2024-03-30T03:15:08.679Z | |
2543 | 2024-03-30T03:15:08.680Z | ##### # # ###### ## #### ###### #### # # #### |
2544 | 2024-03-30T03:15:08.680Z | # # # # # # # # # # # # # # |
2545 | 2024-03-30T03:15:08.680Z | # # # ##### # # # ##### # # # # #### |
2546 | 2024-03-30T03:15:08.680Z | # # # # ###### # # # # # # # |
2547 | 2024-03-30T03:15:08.680Z | # # # # # # # # # # # # # # # |
2548 | 2024-03-30T03:15:08.680Z | # #### # # # #### ###### #### #### #### |
2549 | 2024-03-30T03:15:08.680Z | |
2550 | 2024-03-30T03:15:08.680Z | + ptime -m cargo build --locked -p tufaceous --release |
2551 | 2024-03-30T03:15:09.214Z | Downloading crates ... |
2552 | 2024-03-30T03:15:09.402Z | Downloaded doc-comment v0.3.3 |
2553 | 2024-03-30T03:15:09.412Z | Downloaded async-recursion v1.0.5 |
2554 | 2024-03-30T03:15:09.412Z | Downloaded globset v0.4.13 |
2555 | 2024-03-30T03:15:09.412Z | Downloaded pin-project-internal v1.1.3 |
2556 | 2024-03-30T03:15:09.412Z | Downloaded snafu-derive v0.7.5 |
2557 | 2024-03-30T03:15:09.413Z | Downloaded serde_plain v1.0.2 |
2558 | 2024-03-30T03:15:09.413Z | Downloaded parse-size v1.0.0 |
2559 | 2024-03-30T03:15:09.413Z | Downloaded fs-err v2.11.0 |
2560 | 2024-03-30T03:15:09.413Z | Downloaded olpc-cjson v0.1.3 |
2561 | 2024-03-30T03:15:09.413Z | Downloaded buf-list v1.0.3 |
2562 | 2024-03-30T03:15:09.449Z | Downloaded snafu v0.7.5 |
2563 | 2024-03-30T03:15:09.450Z | Downloaded pin-project v1.1.3 |
2564 | 2024-03-30T03:15:09.914Z | Downloaded typed-path v0.7.0 |
2565 | 2024-03-30T03:15:09.914Z | Downloaded tough v0.16.0 |
2566 | 2024-03-30T03:15:09.914Z | Compiling serde_tokenstream v0.2.0 |
2567 | 2024-03-30T03:15:09.914Z | Compiling regress v0.9.0 |
2568 | 2024-03-30T03:15:09.914Z | Compiling dirs-sys-next v0.1.2 |
2569 | 2024-03-30T03:15:09.914Z | Compiling heck v0.4.1 |
2570 | 2024-03-30T03:15:09.914Z | Compiling strsim v0.10.0 |
2571 | 2024-03-30T03:15:09.914Z | Compiling rustls-pki-types v1.3.0 |
2572 | 2024-03-30T03:15:09.914Z | Compiling ident_case v1.0.1 |
2573 | 2024-03-30T03:15:09.914Z | Compiling dirs-next v2.0.0 |
2574 | 2024-03-30T03:15:10.099Z | Compiling darling_core v0.20.3 |
2575 | 2024-03-30T03:15:10.122Z | Compiling getopts v0.2.21 |
2576 | 2024-03-30T03:15:10.338Z | Compiling thread_local v1.1.7 |
2577 | 2024-03-30T03:15:10.852Z | Compiling slog-async v2.8.0 |
2578 | 2024-03-30T03:15:10.880Z | Compiling rustls v0.22.2 |
2579 | 2024-03-30T03:15:11.013Z | Compiling unsafe-libyaml v0.2.10 |
2580 | 2024-03-30T03:15:11.031Z | Compiling camino v1.1.6 |
2581 | 2024-03-30T03:15:11.204Z | Compiling rustls-webpki v0.102.1 |
2582 | 2024-03-30T03:15:11.219Z | Compiling term v0.7.0 |
2583 | 2024-03-30T03:15:11.638Z | Compiling crossbeam-channel v0.5.8 |
2584 | 2024-03-30T03:15:12.867Z | Compiling serde_yaml v0.9.25 |
2585 | 2024-03-30T03:15:13.407Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2586 | 2024-03-30T03:15:13.462Z | Compiling structmeta-derive v0.3.0 |
2587 | 2024-03-30T03:15:15.631Z | Compiling darling_macro v0.20.3 |
2588 | 2024-03-30T03:15:15.695Z | Compiling atty v0.2.14 |
2589 | 2024-03-30T03:15:15.852Z | Compiling multer v3.0.0 |
2590 | 2024-03-30T03:15:16.170Z | Compiling paste v1.0.14 |
2591 | 2024-03-30T03:15:16.182Z | Compiling take_mut v0.2.2 |
2592 | 2024-03-30T03:15:16.712Z | Compiling doc-comment v0.3.3 |
2593 | 2024-03-30T03:15:17.150Z | Compiling match_cfg v0.1.0 |
2594 | 2024-03-30T03:15:17.150Z | Compiling hostname v0.3.1 |
2595 | 2024-03-30T03:15:17.151Z | Compiling darling v0.20.3 |
2596 | 2024-03-30T03:15:17.151Z | Compiling structmeta v0.3.0 |
2597 | 2024-03-30T03:15:17.151Z | Compiling slog-term v2.9.0 |
2598 | 2024-03-30T03:15:17.151Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2599 | 2024-03-30T03:15:17.151Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2600 | 2024-03-30T03:15:18.681Z | Compiling slog-json v2.6.1 |
2601 | 2024-03-30T03:15:18.701Z | Compiling http v1.0.0 |
2602 | 2024-03-30T03:15:19.002Z | Compiling async-stream-impl v0.3.5 |
2603 | 2024-03-30T03:15:19.167Z | Compiling pin-project-internal v1.1.3 |
2604 | 2024-03-30T03:15:19.806Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2605 | 2024-03-30T03:15:20.255Z | Compiling atomic-waker v1.1.1 |
2606 | 2024-03-30T03:15:20.255Z | Compiling fastrand v2.0.1 |
2607 | 2024-03-30T03:15:20.266Z | Compiling waitgroup v0.1.2 |
2608 | 2024-03-30T03:15:20.286Z | Compiling async-stream v0.3.5 |
2609 | 2024-03-30T03:15:20.498Z | Compiling tempfile v3.10.0 |
2610 | 2024-03-30T03:15:20.901Z | Compiling slog-bunyan v2.5.0 |
2611 | 2024-03-30T03:15:21.338Z | Compiling parse-display-derive v0.9.0 |
2612 | 2024-03-30T03:15:22.020Z | Compiling pin-project v1.1.3 |
2613 | 2024-03-30T03:15:22.141Z | Compiling tokio-rustls v0.25.0 |
2614 | 2024-03-30T03:15:22.584Z | Compiling serde_with_macros v3.6.1 |
2615 | 2024-03-30T03:15:23.874Z | Compiling toml v0.8.10 |
2616 | 2024-03-30T03:15:23.894Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2617 | 2024-03-30T03:15:23.894Z | Compiling rustls-pemfile v2.1.1 |
2618 | 2024-03-30T03:15:24.471Z | Compiling sha1 v0.10.6 |
2619 | 2024-03-30T03:15:25.350Z | Compiling strum_macros v0.26.1 |
2620 | 2024-03-30T03:15:25.371Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2621 | 2024-03-30T03:15:25.387Z | Compiling newtype-uuid v1.0.1 |
2622 | 2024-03-30T03:15:25.399Z | Compiling snafu-derive v0.7.5 |
2623 | 2024-03-30T03:15:25.696Z | Compiling serde_path_to_error v0.1.16 |
2624 | 2024-03-30T03:15:25.735Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2625 | 2024-03-30T03:15:26.488Z | Compiling instant v0.1.12 |
2626 | 2024-03-30T03:15:26.665Z | Compiling fs-err v2.11.0 |
2627 | 2024-03-30T03:15:26.787Z | Compiling debug-ignore v1.0.5 |
2628 | 2024-03-30T03:15:26.923Z | Compiling same-file v1.0.6 |
2629 | 2024-03-30T03:15:26.939Z | Compiling arc-swap v1.6.0 |
2630 | 2024-03-30T03:15:27.210Z | Compiling buf-list v1.0.3 |
2631 | 2024-03-30T03:15:27.720Z | Compiling slog-scope v4.4.0 |
2632 | 2024-03-30T03:15:27.812Z | Compiling walkdir v2.4.0 |
2633 | 2024-03-30T03:15:29.495Z | Compiling backoff v0.4.0 |
2634 | 2024-03-30T03:15:30.119Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2635 | 2024-03-30T03:15:30.125Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2636 | 2024-03-30T03:15:30.126Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2637 | 2024-03-30T03:15:30.126Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2638 | 2024-03-30T03:15:30.214Z | Compiling strum v0.26.1 |
2639 | 2024-03-30T03:15:30.264Z | Compiling serde_with v3.6.1 |
2640 | 2024-03-30T03:15:30.430Z | Compiling parse-display v0.9.0 |
2641 | 2024-03-30T03:15:30.522Z | Compiling snafu v0.7.5 |
2642 | 2024-03-30T03:15:32.114Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2643 | 2024-03-30T03:15:32.741Z | Compiling globset v0.4.13 |
2644 | 2024-03-30T03:15:34.345Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2645 | 2024-03-30T03:15:34.495Z | Compiling pem v3.0.2 |
2646 | 2024-03-30T03:15:34.928Z | Compiling olpc-cjson v0.1.3 |
2647 | 2024-03-30T03:15:35.206Z | Compiling serde_plain v1.0.2 |
2648 | 2024-03-30T03:15:35.284Z | Compiling macaddr v1.0.1 |
2649 | 2024-03-30T03:15:35.792Z | Compiling async-recursion v1.0.5 |
2650 | 2024-03-30T03:15:36.092Z | Compiling xattr v1.0.1 |
2651 | 2024-03-30T03:15:36.394Z | Compiling filetime v0.2.23 |
2652 | 2024-03-30T03:15:36.852Z | Compiling typed-path v0.7.0 |
2653 | 2024-03-30T03:15:36.898Z | Compiling tar v0.4.40 |
2654 | 2024-03-30T03:15:37.653Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2655 | 2024-03-30T03:15:41.958Z | Compiling tough v0.16.0 |
2656 | 2024-03-30T03:15:44.114Z | Compiling slog-stdlog v4.1.1 |
2657 | 2024-03-30T03:15:45.208Z | Compiling camino-tempfile v1.1.1 |
2658 | 2024-03-30T03:15:46.201Z | Compiling itertools v0.12.1 |
2659 | 2024-03-30T03:15:46.255Z | Compiling parse-size v1.0.0 |
2660 | 2024-03-30T03:15:46.468Z | Compiling slog-envlogger v2.2.0 |
2661 | 2024-03-30T03:15:49.484Z | Compiling humantime v2.1.0 |
2662 | 2024-03-30T03:15:54.521Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2663 | 2024-03-30T03:15:54.765Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2664 | 2024-03-30T03:16:00.741Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2665 | 2024-03-30T03:16:08.926Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2666 | 2024-03-30T03:16:10.209Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2667 | 2024-03-30T03:16:30.979Z | Finished release [optimized] target(s) in 1m 22s |
2668 | 2024-03-30T03:16:31.084Z | |
2669 | 2024-03-30T03:16:31.084Z | real 1:22.373639014 |
2670 | 2024-03-30T03:16:31.084Z | user 8:59.415240066 |
2671 | 2024-03-30T03:16:31.084Z | sys 42.827587603 |
2672 | 2024-03-30T03:16:31.084Z | trap 0.280903926 |
2673 | 2024-03-30T03:16:31.084Z | tflt 0.526918417 |
2674 | 2024-03-30T03:16:31.084Z | dflt 0.539940776 |
2675 | 2024-03-30T03:16:31.084Z | kflt 0.000069768 |
2676 | 2024-03-30T03:16:31.502Z | lock 18:09.243019954 |
2677 | 2024-03-30T03:16:31.502Z | slp 19:44.501479153 |
2678 | 2024-03-30T03:16:31.502Z | lat 21.128348083 |
2679 | 2024-03-30T03:16:31.502Z | stop 17.427849262 |
2680 | 2024-03-30T03:16:31.503Z | + ptime -m gzip |
2681 | 2024-03-30T03:16:32.577Z | |
2682 | 2024-03-30T03:16:32.577Z | real 1.492738738 |
2683 | 2024-03-30T03:16:32.577Z | user 1.477757741 |
2684 | 2024-03-30T03:16:32.578Z | sys 0.013905804 |
2685 | 2024-03-30T03:16:32.578Z | trap 0.000371234 |
2686 | 2024-03-30T03:16:32.578Z | tflt 0.000000000 |
2687 | 2024-03-30T03:16:32.578Z | dflt 0.000000000 |
2688 | 2024-03-30T03:16:32.578Z | kflt 0.000000000 |
2689 | 2024-03-30T03:16:32.578Z | lock 0.000000000 |
2690 | 2024-03-30T03:16:32.578Z | slp 0.000000000 |
2691 | 2024-03-30T03:16:32.578Z | lat 0.000251093 |
2692 | 2024-03-30T03:16:32.587Z | stop 0.000198100 |
2693 | 2024-03-30T03:16:32.587Z | process exited: duration 942537 ms, exit code 0 |
|
2694 | 2024-03-30T03:16:32.610Z | found 8 output files |
2695 | 2024-03-30T03:16:32.610Z | uploading: /work/end-to-end-tests/bootstrap-4c5c7f95ab8318fe.gz (9708770 bytes) |
2696 | 2024-03-30T03:16:41.405Z | uploaded: /work/end-to-end-tests/bootstrap-4c5c7f95ab8318fe.gz |
2697 | 2024-03-30T03:16:41.405Z | uploading: /work/end-to-end-tests/bootstrap.gz (104854530 bytes) |
2698 | 2024-03-30T03:17:58.105Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2699 | 2024-03-30T03:17:58.105Z | uploading: /work/end-to-end-tests/commtest-837e9fa044232757.gz (9708436 bytes) |
2700 | 2024-03-30T03:18:06.137Z | uploaded: /work/end-to-end-tests/commtest-837e9fa044232757.gz |
2701 | 2024-03-30T03:18:06.137Z | uploading: /work/end-to-end-tests/dhcp_server-02abe27d9f4e5a4e.gz (9708226 bytes) |
2702 | 2024-03-30T03:18:15.056Z | uploaded: /work/end-to-end-tests/dhcp_server-02abe27d9f4e5a4e.gz |
2703 | 2024-03-30T03:18:15.056Z | uploading: /work/end-to-end-tests/end_to_end_tests-691b9647f9a24cf2.gz (106198456 bytes) |
2704 | 2024-03-30T03:18:57.669Z | uploaded: /work/end-to-end-tests/end_to_end_tests-691b9647f9a24cf2.gz |
2705 | 2024-03-30T03:18:57.669Z | uploading: /work/caboose-util.gz (3207985 bytes) |
2706 | 2024-03-30T03:19:00.199Z | uploaded: /work/caboose-util.gz |
2707 | 2024-03-30T03:19:00.200Z | uploading: /work/tufaceous.gz (13690396 bytes) |
2708 | 2024-03-30T03:19:11.825Z | uploaded: /work/tufaceous.gz |
2709 | 2024-03-30T03:19:11.825Z | uploading: /work/commtest (473749328 bytes) |
2710 | 2024-03-30T03:23:07.109Z | uploaded: /work/commtest |