|
|
|
1 | 2024-04-25T19:17:27.580Z | job assigned to worker 01HWBAH1W7QWHE30K2DS9Q5K8Q (queued for 0 s) |
|
2 | 2024-04-25T19:17:28.263Z | starting task 0: "setup" |
3 | 2024-04-25T19:17:28.324Z | ++ uname -s |
4 | 2024-04-25T19:17:28.328Z | + kern=SunOS |
5 | 2024-04-25T19:17:28.328Z | + case "$kern" in |
6 | 2024-04-25T19:17:28.328Z | + groupadd -g 12345 build |
7 | 2024-04-25T19:17:28.363Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-04-25T19:17:30.373Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-04-25T19:17:30.922Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-04-25T19:17:30.927Z | + home_fs=zfs |
11 | 2024-04-25T19:17:30.927Z | + [[ zfs == autofs ]] |
12 | 2024-04-25T19:17:30.927Z | + mkdir -p /home/build |
13 | 2024-04-25T19:17:30.927Z | + chown build:build /home/build /work |
14 | 2024-04-25T19:17:32.516Z | + chmod 0700 /home/build /work |
15 | 2024-04-25T19:17:32.520Z | process exited: duration 4255 ms, exit code 0 |
|
16 | 2024-04-25T19:17:32.528Z | starting task 1: "rust-toolchain" |
17 | 2024-04-25T19:17:32.534Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-04-25T19:17:32.537Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-04-25T19:17:32.664Z | info: downloading installer |
20 | 2024-04-25T19:17:34.748Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-04-25T19:17:34.748Z | warning: /opt/ooce/bin |
22 | 2024-04-25T19:17:34.748Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-04-25T19:17:34.748Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-04-25T19:17:34.748Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-04-25T19:17:34.749Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-04-25T19:17:34.749Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-04-25T19:17:34.749Z | error: cannot install while Rust is installed |
28 | 2024-04-25T19:17:34.749Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-04-25T19:17:34.875Z | info: profile set to 'default' |
30 | 2024-04-25T19:17:34.876Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-04-25T19:17:34.881Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-04-25T19:17:35.019Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-04-25T19:17:35.020Z | info: downloading component 'cargo' |
34 | 2024-04-25T19:17:35.854Z | info: downloading component 'clippy' |
35 | 2024-04-25T19:17:36.152Z | info: downloading component 'rust-docs' |
36 | 2024-04-25T19:17:37.189Z | info: downloading component 'rust-std' |
37 | 2024-04-25T19:17:39.067Z | info: downloading component 'rustc' |
38 | 2024-04-25T19:17:43.550Z | info: downloading component 'rustfmt' |
39 | 2024-04-25T19:17:43.881Z | info: installing component 'cargo' |
40 | 2024-04-25T19:17:44.689Z | info: installing component 'clippy' |
41 | 2024-04-25T19:17:45.070Z | info: installing component 'rust-docs' |
42 | 2024-04-25T19:17:46.468Z | info: installing component 'rust-std' |
43 | 2024-04-25T19:17:48.271Z | info: installing component 'rustc' |
44 | 2024-04-25T19:17:52.363Z | info: installing component 'rustfmt' |
45 | 2024-04-25T19:17:52.718Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-04-25T19:17:52.719Z | |
47 | 2024-04-25T19:17:52.997Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-04-25T19:17:52.997Z | |
49 | 2024-04-25T19:17:53.002Z | |
50 | 2024-04-25T19:17:53.002Z | Rust is installed now. Great! |
51 | 2024-04-25T19:17:53.002Z | |
52 | 2024-04-25T19:17:53.003Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-04-25T19:17:53.003Z | environment variable. This has not been done automatically. |
54 | 2024-04-25T19:17:53.003Z | |
55 | 2024-04-25T19:17:53.003Z | To configure your current shell, you need to source |
56 | 2024-04-25T19:17:53.003Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-04-25T19:17:53.003Z | |
58 | 2024-04-25T19:17:53.003Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-04-25T19:17:53.003Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-04-25T19:17:53.003Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-04-25T19:17:53.126Z | + rustc --version |
62 | 2024-04-25T19:17:53.187Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-04-25T19:17:53.197Z | process exited: duration 20659 ms, exit code 0 |
|
64 | 2024-04-25T19:17:53.214Z | starting task 2: "authentication" |
65 | 2024-04-25T19:17:53.237Z | process exited: duration 22 ms, exit code 0 |
|
66 | 2024-04-25T19:17:53.693Z | starting task 3: "clone repository" |
67 | 2024-04-25T19:17:53.703Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-04-25T19:17:53.703Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-04-25T19:17:54.148Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-04-25T19:17:58.916Z | + cd /work/oxidecomputer/omicron |
71 | 2024-04-25T19:17:58.916Z | + git fetch origin 503ad20b27ae4e5abaeefe8390f2c122e97b87b5 |
72 | 2024-04-25T19:17:59.272Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-04-25T19:17:59.272Z | * branch 503ad20b27ae4e5abaeefe8390f2c122e97b87b5 -> FETCH_HEAD |
74 | 2024-04-25T19:17:59.291Z | + [[ -n eliza/instance-refactor ]] |
75 | 2024-04-25T19:17:59.291Z | ++ git branch --show-current |
76 | 2024-04-25T19:17:59.291Z | + current=main |
77 | 2024-04-25T19:17:59.291Z | + [[ main != eliza/instance-refactor ]] |
78 | 2024-04-25T19:17:59.292Z | + git branch -f eliza/instance-refactor 503ad20b27ae4e5abaeefe8390f2c122e97b87b5 |
79 | 2024-04-25T19:17:59.292Z | + git checkout -f eliza/instance-refactor |
80 | 2024-04-25T19:17:59.405Z | Switched to branch 'eliza/instance-refactor' |
81 | 2024-04-25T19:17:59.414Z | + git reset --hard 503ad20b27ae4e5abaeefe8390f2c122e97b87b5 |
82 | 2024-04-25T19:17:59.520Z | HEAD is now at 503ad20b2 clippy cleanliness/unused methods |
83 | 2024-04-25T19:17:59.524Z | process exited: duration 5828 ms, exit code 0 |
|
84 | 2024-04-25T19:17:59.530Z | starting task 4: "build" |
85 | 2024-04-25T19:17:59.536Z | + cargo --version |
86 | 2024-04-25T19:17:59.540Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
87 | 2024-04-25T19:17:59.719Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
88 | 2024-04-25T19:17:59.719Z | info: downloading component 'cargo' |
89 | 2024-04-25T19:18:00.710Z | info: downloading component 'clippy' |
90 | 2024-04-25T19:18:01.034Z | info: downloading component 'rust-docs' |
91 | 2024-04-25T19:18:02.339Z | info: downloading component 'rust-std' |
92 | 2024-04-25T19:18:04.233Z | info: downloading component 'rustc' |
93 | 2024-04-25T19:18:09.317Z | info: downloading component 'rustfmt' |
94 | 2024-04-25T19:18:09.618Z | info: installing component 'cargo' |
95 | 2024-04-25T19:18:10.811Z | info: installing component 'clippy' |
96 | 2024-04-25T19:18:10.817Z | info: installing component 'rust-docs' |
97 | 2024-04-25T19:18:12.633Z | info: installing component 'rust-std' |
98 | 2024-04-25T19:18:13.843Z | info: installing component 'rustc' |
99 | 2024-04-25T19:18:17.823Z | info: installing component 'rustfmt' |
100 | 2024-04-25T19:18:18.210Z | cargo 1.77.2 (e52e36006 2024-03-26) |
101 | 2024-04-25T19:18:18.228Z | + rustc --version |
102 | 2024-04-25T19:18:19.129Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
103 | 2024-04-25T19:18:19.129Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-04-25T19:18:29.680Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-04-25T19:18:31.545Z | Startup: Caching catalogs ... Done |
106 | 2024-04-25T19:18:34.049Z | Planning: Solver setup ... Done (2.033s) |
107 | 2024-04-25T19:18:34.094Z | Planning: Running solver ... Done (0.044s) |
108 | 2024-04-25T19:18:34.205Z | Planning: Finding local manifests ... Done (0.079s) |
109 | 2024-04-25T19:18:34.220Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-04-25T19:18:34.616Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-04-25T19:18:34.657Z | Planning: Package planning ... Done (0.048s) |
112 | 2024-04-25T19:18:34.719Z | Planning: Merging actions ... Done (0.051s) |
113 | 2024-04-25T19:18:35.134Z | Planning: Checking for conflicting actions ... Done (0.427s) |
114 | 2024-04-25T19:18:35.145Z | Planning: Consolidating action changes ... Done (0.011s) |
115 | 2024-04-25T19:18:44.361Z | Planning: Evaluating mediators ... Done (9.217s) |
116 | 2024-04-25T19:18:44.371Z | Planning: Planning completed in 12.76 seconds |
117 | 2024-04-25T19:18:44.385Z | Packages to install: 4 |
118 | 2024-04-25T19:18:44.386Z | Mediators to change: 2 |
119 | 2024-04-25T19:18:44.389Z | Services to change: 1 |
120 | 2024-04-25T19:18:44.389Z | Estimated space available: 155.32 GB |
121 | 2024-04-25T19:18:44.389Z | Estimated space to be consumed: 1.44 GB |
122 | 2024-04-25T19:18:44.389Z | Create boot environment: No |
123 | 2024-04-25T19:18:44.389Z | Create backup boot environment: No |
124 | 2024-04-25T19:18:44.389Z | Rebuild boot archive: No |
125 | 2024-04-25T19:18:44.389Z | |
126 | 2024-04-25T19:18:44.389Z | Changed mediators: |
127 | 2024-04-25T19:18:44.389Z | mediator clang: |
128 | 2024-04-25T19:18:44.389Z | version: None -> 15 (system default) |
129 | 2024-04-25T19:18:44.389Z | |
130 | 2024-04-25T19:18:44.389Z | mediator llvm: |
131 | 2024-04-25T19:18:44.390Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-04-25T19:18:44.390Z | |
133 | 2024-04-25T19:18:44.390Z | Changed packages: |
134 | 2024-04-25T19:18:44.390Z | helios-dev |
135 | 2024-04-25T19:18:44.390Z | developer/build-essential |
136 | 2024-04-25T19:18:44.390Z | None -> 11-2.0 |
137 | 2024-04-25T19:18:44.390Z | library/libxmlsec1 |
138 | 2024-04-25T19:18:44.390Z | None -> 1.2.35-2.0 |
139 | 2024-04-25T19:18:44.390Z | ooce/developer/clang-15 |
140 | 2024-04-25T19:18:44.390Z | None -> 15.0.7-2.0 |
141 | 2024-04-25T19:18:44.390Z | ooce/developer/llvm-15 |
142 | 2024-04-25T19:18:44.390Z | None -> 15.0.7-2.0 |
143 | 2024-04-25T19:18:44.390Z | |
144 | 2024-04-25T19:18:44.390Z | Services: |
145 | 2024-04-25T19:18:44.390Z | restart_fmri: |
146 | 2024-04-25T19:18:44.390Z | svc:/system/update-man-index:default |
147 | 2024-04-25T19:18:44.476Z | |
148 | 2024-04-25T19:18:44.477Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-04-25T19:18:49.479Z | Download: 869/3290 items 18.7/212.6MB 8% complete (3.9M/s) |
150 | 2024-04-25T19:18:54.488Z | Download: 1623/3290 items 117.0/212.6MB 55% complete (11.8M/s) |
151 | 2024-04-25T19:18:59.489Z | Download: 3151/3290 items 137.1/212.6MB 64% complete (11.8M/s) |
152 | 2024-04-25T19:19:05.813Z | Download: 3289/3290 items 212.6/212.6MB 100% complete (10.5M/s) |
153 | 2024-04-25T19:19:05.839Z | Download: Completed 212.60 MB in 21.36 seconds (9.9M/s) |
154 | 2024-04-25T19:19:06.031Z | Actions: 1/3689 actions (Installing new actions) |
155 | 2024-04-25T19:19:11.086Z | Actions: 3625/3689 actions (Installing new actions) |
156 | 2024-04-25T19:19:11.599Z | Actions: Completed 3689 actions in 5.57 seconds. |
157 | 2024-04-25T19:19:11.811Z | Done (0.210s) |
158 | 2024-04-25T19:19:11.812Z | Done (0.000s) |
159 | 2024-04-25T19:19:12.089Z | Done (0.277s) |
160 | 2024-04-25T19:19:18.652Z | Done (6.419s) |
161 | 2024-04-25T19:19:18.905Z | Done (0.185s) |
162 | 2024-04-25T19:19:18.921Z | Done (0.000s) |
163 | 2024-04-25T19:19:19.062Z | Done (0.000s) |
164 | 2024-04-25T19:19:19.590Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-04-25T19:19:19.751Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-04-25T19:19:19.755Z | Planning: Consolidating action changes ... Done |
167 | 2024-04-25T19:19:20.023Z | Planning: Evaluating mediators ... Done |
168 | 2024-04-25T19:19:20.032Z | Planning: Planning completed in 0.43 seconds |
169 | 2024-04-25T19:19:20.055Z | Mediators to change: 2 |
170 | 2024-04-25T19:19:20.056Z | Create boot environment: No |
171 | 2024-04-25T19:19:20.066Z | Create backup boot environment: No |
172 | 2024-04-25T19:19:20.131Z | Done |
173 | 2024-04-25T19:19:20.132Z | Done |
174 | 2024-04-25T19:19:20.289Z | Done |
175 | 2024-04-25T19:19:23.876Z | Done |
176 | 2024-04-25T19:19:23.959Z | Done |
177 | 2024-04-25T19:19:23.965Z | Done |
178 | 2024-04-25T19:19:24.078Z | Done |
179 | 2024-04-25T19:19:24.704Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-04-25T19:19:24.709Z | Planning: Merging actions ... Done |
181 | 2024-04-25T19:19:25.037Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-04-25T19:19:25.043Z | Planning: Consolidating action changes ... Done |
183 | 2024-04-25T19:19:25.159Z | Planning: Evaluating mediators ... Done |
184 | 2024-04-25T19:19:25.214Z | Planning: Planning completed in 0.78 seconds |
185 | 2024-04-25T19:19:25.249Z | Packages to change: 1 |
186 | 2024-04-25T19:19:25.249Z | Mediators to change: 1 |
187 | 2024-04-25T19:19:25.258Z | Services to change: 1 |
188 | 2024-04-25T19:19:25.258Z | Create boot environment: No |
189 | 2024-04-25T19:19:25.258Z | Create backup boot environment: Yes |
190 | 2024-04-25T19:19:27.295Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-04-25T19:19:27.303Z | Actions: Completed 6 actions in 0.00 seconds. |
192 | 2024-04-25T19:19:27.303Z | Done |
193 | 2024-04-25T19:19:27.303Z | Done |
194 | 2024-04-25T19:19:27.351Z | Done |
195 | 2024-04-25T19:19:30.907Z | Done |
196 | 2024-04-25T19:19:30.994Z | Done |
197 | 2024-04-25T19:19:30.998Z | Done |
198 | 2024-04-25T19:19:31.148Z | Done |
199 | 2024-04-25T19:19:31.585Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-04-25T19:19:31.585Z | clang system 15 system |
201 | 2024-04-25T19:19:31.585Z | csh system system illumos |
202 | 2024-04-25T19:19:31.585Z | ctags system system illumos |
203 | 2024-04-25T19:19:31.585Z | gcc vendor 12 vendor |
204 | 2024-04-25T19:19:31.585Z | gcc system 10 system |
205 | 2024-04-25T19:19:31.585Z | gcc system 7 system |
206 | 2024-04-25T19:19:31.585Z | go system 1.20 system |
207 | 2024-04-25T19:19:31.585Z | go system 1.19 system |
208 | 2024-04-25T19:19:31.586Z | llvm system 15 system |
209 | 2024-04-25T19:19:31.586Z | llvm system 14 system |
210 | 2024-04-25T19:19:31.586Z | mariadb system 10.6 system |
211 | 2024-04-25T19:19:31.586Z | mta vendor vendor dma |
212 | 2024-04-25T19:19:31.586Z | openjdk system 17 system |
213 | 2024-04-25T19:19:31.586Z | openjdk system 11 system |
214 | 2024-04-25T19:19:31.586Z | openjdk system 1.8 system |
215 | 2024-04-25T19:19:31.586Z | openssl vendor 3 vendor |
216 | 2024-04-25T19:19:31.586Z | perl system 5.36 system |
217 | 2024-04-25T19:19:31.586Z | postgresql system 15 system |
218 | 2024-04-25T19:19:31.586Z | postgresql system 13 system |
219 | 2024-04-25T19:19:31.586Z | python vendor 3 vendor |
220 | 2024-04-25T19:19:31.586Z | python system 2 system |
221 | 2024-04-25T19:19:31.587Z | python3 system 3.11 system |
222 | 2024-04-25T19:19:31.587Z | ruby system 3.0 system |
223 | 2024-04-25T19:19:31.587Z | words vendor vendor american-english |
224 | 2024-04-25T19:19:31.587Z | words system system australian-english |
225 | 2024-04-25T19:19:31.587Z | words system system british-english |
226 | 2024-04-25T19:19:31.587Z | words system system canadian-english |
227 | 2024-04-25T19:19:31.587Z | words system system french |
228 | 2024-04-25T19:19:31.587Z | words system system italian |
229 | 2024-04-25T19:19:31.587Z | words system system ngerman |
230 | 2024-04-25T19:19:31.587Z | words system system ogerman |
231 | 2024-04-25T19:19:31.587Z | words system system spanish |
232 | 2024-04-25T19:19:31.910Z | PUBLISHER TYPE STATUS P LOCATION |
233 | 2024-04-25T19:19:31.910Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
234 | 2024-04-25T19:19:33.239Z | FMRI IFO |
235 | 2024-04-25T19:19:33.239Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-04-25T19:19:33.239Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-04-25T19:19:33.240Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-04-25T19:19:33.240Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-04-25T19:19:33.240Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
240 | 2024-04-25T19:19:33.240Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2024-04-25T19:19:33.240Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
242 | 2024-04-25T19:19:33.240Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
243 | 2024-04-25T19:19:33.240Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
244 | 2024-04-25T19:19:33.240Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
245 | 2024-04-25T19:19:33.241Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
246 | 2024-04-25T19:19:33.241Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
247 | 2024-04-25T19:19:33.481Z | + set -o errexit |
248 | 2024-04-25T19:19:33.485Z | +++ dirname ./tools/ci_download_cockroachdb |
249 | 2024-04-25T19:19:33.485Z | ++ cd ./tools |
250 | 2024-04-25T19:19:33.485Z | ++ pwd |
251 | 2024-04-25T19:19:33.485Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
252 | 2024-04-25T19:19:33.485Z | ++ basename ./tools/ci_download_cockroachdb |
253 | 2024-04-25T19:19:33.490Z | + ARG0=ci_download_cockroachdb |
254 | 2024-04-25T19:19:33.490Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
255 | 2024-04-25T19:19:33.490Z | + CIDL_VERSION=v22.1.9 |
256 | 2024-04-25T19:19:33.490Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
257 | 2024-04-25T19:19:33.490Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
258 | 2024-04-25T19:19:33.490Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
259 | 2024-04-25T19:19:33.490Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
260 | 2024-04-25T19:19:33.490Z | + TARGET_DIR=out |
261 | 2024-04-25T19:19:33.490Z | + DOWNLOAD_DIR=out/downloads |
262 | 2024-04-25T19:19:33.491Z | + DEST_DIR=./out/cockroachdb |
263 | 2024-04-25T19:19:33.491Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
264 | 2024-04-25T19:19:33.491Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
265 | 2024-04-25T19:19:33.491Z | + main |
266 | 2024-04-25T19:19:33.491Z | + [[ 0 != 0 ]] |
267 | 2024-04-25T19:19:33.491Z | + CIDL_OS=solaris2.11 |
268 | 2024-04-25T19:19:33.491Z | + [[ 0 != 0 ]] |
269 | 2024-04-25T19:19:33.491Z | + configure_os solaris2.11 |
270 | 2024-04-25T19:19:33.491Z | + echo 'current directory: /work/oxidecomputer/omicron' |
271 | 2024-04-25T19:19:33.491Z | current directory: /work/oxidecomputer/omicron |
272 | 2024-04-25T19:19:33.491Z | + echo 'configuring based on OS: "solaris2.11"' |
273 | 2024-04-25T19:19:33.491Z | configuring based on OS: "solaris2.11" |
274 | 2024-04-25T19:19:33.491Z | + case "$1" in |
275 | 2024-04-25T19:19:33.491Z | + CIDL_BUILD=illumos |
276 | 2024-04-25T19:19:33.491Z | + CIDL_SUFFIX=tar.gz |
277 | 2024-04-25T19:19:33.491Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
278 | 2024-04-25T19:19:33.491Z | + CIDL_URL_BASE=https://illumos.org/downloads |
279 | 2024-04-25T19:19:33.491Z | + CIDL_ASSEMBLE=do_assemble_illumos |
280 | 2024-04-25T19:19:33.491Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
281 | 2024-04-25T19:19:33.491Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-04-25T19:19:33.491Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-04-25T19:19:33.491Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
284 | 2024-04-25T19:19:33.492Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-04-25T19:19:33.492Z | + CIDL_SHA256FUNC=do_sha256sum |
286 | 2024-04-25T19:19:33.492Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
287 | 2024-04-25T19:19:33.492Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-04-25T19:19:33.492Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
289 | 2024-04-25T19:19:33.492Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-04-25T19:19:33.492Z | + mkdir -p out/downloads |
291 | 2024-04-25T19:19:33.504Z | + mkdir -p ./out/cockroachdb |
292 | 2024-04-25T19:19:33.504Z | + local DO_DOWNLOAD=true |
293 | 2024-04-25T19:19:33.504Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
294 | 2024-04-25T19:19:33.504Z | + '[' true == true ']' |
295 | 2024-04-25T19:19:33.504Z | + echo Downloading... |
296 | 2024-04-25T19:19:33.504Z | Downloading... |
297 | 2024-04-25T19:19:33.504Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-04-25T19:19:33.504Z | + 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 |
299 | 2024-04-25T19:19:36.041Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-04-25T19:19:36.045Z | ++ sha256sum |
301 | 2024-04-25T19:19:36.045Z | ++ awk '{print $1}' |
302 | 2024-04-25T19:19:36.229Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
303 | 2024-04-25T19:19:36.229Z | + [[ 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 ]] |
304 | 2024-04-25T19:19:36.694Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-04-25T19:19:36.694Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
306 | 2024-04-25T19:19:38.406Z | + do_assemble_illumos |
307 | 2024-04-25T19:19:38.409Z | + rm -r ./out/cockroachdb |
308 | 2024-04-25T19:19:38.409Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
309 | 2024-04-25T19:19:38.834Z | + ./out/cockroachdb/bin/cockroach version |
310 | 2024-04-25T19:19:39.016Z | Build Tag: v22.1.9-dirty |
311 | 2024-04-25T19:19:39.016Z | Build Time: 2022/10/26 21:17:46 |
312 | 2024-04-25T19:19:39.016Z | Distribution: OSS |
313 | 2024-04-25T19:19:39.016Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
314 | 2024-04-25T19:19:39.016Z | Go Version: go1.17.13 |
315 | 2024-04-25T19:19:39.016Z | C Compiler: gcc 10.3.0 |
316 | 2024-04-25T19:19:39.016Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
317 | 2024-04-25T19:19:39.016Z | Build Type: release |
318 | 2024-04-25T19:19:39.032Z | + set -o errexit |
319 | 2024-04-25T19:19:39.046Z | +++ dirname ./tools/ci_download_clickhouse |
320 | 2024-04-25T19:19:39.056Z | ++ cd ./tools |
321 | 2024-04-25T19:19:39.056Z | ++ pwd |
322 | 2024-04-25T19:19:39.057Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
323 | 2024-04-25T19:19:39.057Z | ++ basename ./tools/ci_download_clickhouse |
324 | 2024-04-25T19:19:39.057Z | + ARG0=ci_download_clickhouse |
325 | 2024-04-25T19:19:39.057Z | + TARGET_DIR=out |
326 | 2024-04-25T19:19:39.057Z | + DOWNLOAD_DIR=out/downloads |
327 | 2024-04-25T19:19:39.057Z | + DEST_DIR=./out/clickhouse |
328 | 2024-04-25T19:19:39.057Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
329 | 2024-04-25T19:19:39.057Z | + CIDL_VERSION=v23.8.7.24 |
330 | 2024-04-25T19:19:39.057Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
331 | 2024-04-25T19:19:39.057Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
332 | 2024-04-25T19:19:39.057Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
333 | 2024-04-25T19:19:39.058Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
334 | 2024-04-25T19:19:39.058Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
335 | 2024-04-25T19:19:39.058Z | + main |
336 | 2024-04-25T19:19:39.058Z | + [[ 0 != 0 ]] |
337 | 2024-04-25T19:19:39.058Z | + CIDL_OS=solaris2.11 |
338 | 2024-04-25T19:19:39.058Z | + [[ 0 != 0 ]] |
339 | 2024-04-25T19:19:39.058Z | + configure_os solaris2.11 |
340 | 2024-04-25T19:19:39.058Z | + echo 'current directory: /work/oxidecomputer/omicron' |
341 | 2024-04-25T19:19:39.058Z | current directory: /work/oxidecomputer/omicron |
342 | 2024-04-25T19:19:39.058Z | + echo 'configuring based on OS: "solaris2.11"' |
343 | 2024-04-25T19:19:39.058Z | + CIDL_DASHREV= |
344 | 2024-04-25T19:19:39.058Z | + case "$1" in |
345 | 2024-04-25T19:19:39.058Z | configuring based on OS: "solaris2.11" |
346 | 2024-04-25T19:19:39.059Z | + CIDL_PLATFORM=illumos |
347 | 2024-04-25T19:19:39.059Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
348 | 2024-04-25T19:19:39.059Z | + CIDL_MD5FUNC=do_md5sum |
349 | 2024-04-25T19:19:39.059Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
350 | 2024-04-25T19:19:39.059Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
351 | 2024-04-25T19:19:39.059Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
352 | 2024-04-25T19:19:39.059Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
353 | 2024-04-25T19:19:39.059Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
354 | 2024-04-25T19:19:39.059Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
355 | 2024-04-25T19:19:39.059Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
356 | 2024-04-25T19:19:39.059Z | + mkdir -p out/downloads |
357 | 2024-04-25T19:19:39.059Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
358 | 2024-04-25T19:19:39.059Z | + mkdir -p ./out/clickhouse |
359 | 2024-04-25T19:19:39.059Z | + local DO_DOWNLOAD=true |
360 | 2024-04-25T19:19:39.059Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
361 | 2024-04-25T19:19:39.059Z | + '[' true == true ']' |
362 | 2024-04-25T19:19:39.059Z | + echo Downloading... |
363 | 2024-04-25T19:19:39.059Z | Downloading... |
364 | 2024-04-25T19:19:39.059Z | + 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 |
365 | 2024-04-25T19:19:39.060Z | + 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 |
366 | 2024-04-25T19:19:41.013Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
367 | 2024-04-25T19:19:41.018Z | ++ md5sum |
368 | 2024-04-25T19:19:41.018Z | ++ awk '{print $1}' |
369 | 2024-04-25T19:19:41.238Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
370 | 2024-04-25T19:19:41.247Z | + [[ 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 ]] |
371 | 2024-04-25T19:19:41.247Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
372 | 2024-04-25T19:19:41.248Z | + mkdir -p ./out/clickhouse |
373 | 2024-04-25T19:19:41.248Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
374 | 2024-04-25T19:19:45.052Z | + [[ solaris2.11 == darwin* ]] |
375 | 2024-04-25T19:19:45.052Z | + ./out/clickhouse/clickhouse server --version |
376 | 2024-04-25T19:19:45.509Z | ClickHouse server version 23.8.7.1. |
377 | 2024-04-25T19:19:45.531Z | + set -o errexit |
378 | 2024-04-25T19:19:45.537Z | +++ dirname ./tools/ci_download_console |
379 | 2024-04-25T19:19:45.537Z | ++ cd ./tools |
380 | 2024-04-25T19:19:45.537Z | ++ pwd |
381 | 2024-04-25T19:19:45.537Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
382 | 2024-04-25T19:19:45.537Z | ++ basename ./tools/ci_download_console |
383 | 2024-04-25T19:19:45.537Z | + ARG0=ci_download_console |
384 | 2024-04-25T19:19:45.537Z | + TARGET_DIR=out |
385 | 2024-04-25T19:19:45.537Z | + DOWNLOAD_DIR=out/downloads |
386 | 2024-04-25T19:19:45.537Z | + DEST_DIR=./out/console-assets |
387 | 2024-04-25T19:19:45.537Z | + source /work/oxidecomputer/omicron/tools/console_version |
388 | 2024-04-25T19:19:45.541Z | ++ COMMIT=d2a9345f2a87a08bb05a3668c82f5a8884a1afe3 |
389 | 2024-04-25T19:19:45.541Z | ++ SHA2=152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9 |
390 | 2024-04-25T19:19:45.542Z | + URL=https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz |
391 | 2024-04-25T19:19:45.542Z | + TARBALL_FILE=out/downloads/console.tar.gz |
392 | 2024-04-25T19:19:45.542Z | + main |
393 | 2024-04-25T19:19:45.542Z | + [[ 0 != 0 ]] |
394 | 2024-04-25T19:19:45.542Z | + echo 'URL: https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz' |
395 | 2024-04-25T19:19:45.542Z | URL: https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz |
396 | 2024-04-25T19:19:45.542Z | Local file: out/downloads/console.tar.gz |
397 | 2024-04-25T19:19:45.542Z | + echo 'Local file: out/downloads/console.tar.gz' |
398 | 2024-04-25T19:19:45.542Z | + local DO_DOWNLOAD=true |
399 | 2024-04-25T19:19:45.542Z | + [[ -f out/downloads/console.tar.gz ]] |
400 | 2024-04-25T19:19:45.542Z | + mkdir -p out/downloads |
401 | 2024-04-25T19:19:45.542Z | + '[' true == true ']' |
402 | 2024-04-25T19:19:45.542Z | + echo Downloading... |
403 | 2024-04-25T19:19:45.542Z | Downloading... |
404 | 2024-04-25T19:19:45.542Z | + do_download_curl https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz out/downloads/console.tar.gz |
405 | 2024-04-25T19:19:45.542Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz |
406 | 2024-04-25T19:19:46.076Z | ++ do_sha256sum out/downloads/console.tar.gz |
407 | 2024-04-25T19:19:46.080Z | ++ case "$OSTYPE" in |
408 | 2024-04-25T19:19:46.080Z | ++ SHA=sha256sum |
409 | 2024-04-25T19:19:46.080Z | ++ sha256sum |
410 | 2024-04-25T19:19:46.080Z | ++ awk '{print $1}' |
411 | 2024-04-25T19:19:46.084Z | + calculated_sha2=152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9 |
412 | 2024-04-25T19:19:46.088Z | + [[ 152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9 != \1\5\2\b\f\e\0\5\a\8\8\7\a\b\8\8\4\e\a\c\4\b\f\7\7\7\2\2\b\c\3\a\e\f\c\8\0\b\e\7\3\6\2\5\5\3\2\b\3\2\4\1\4\8\c\d\6\4\7\6\c\7\a\9 ]] |
413 | 2024-04-25T19:19:46.088Z | + rm -rf ./out/console-assets |
414 | 2024-04-25T19:19:46.088Z | + mkdir -p ./out/console-assets |
415 | 2024-04-25T19:19:46.091Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
416 | 2024-04-25T19:19:46.091Z | + mkdir -p ./out/console-assets |
417 | 2024-04-25T19:19:46.091Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
418 | 2024-04-25T19:19:46.593Z | + set -o errexit |
419 | 2024-04-25T19:19:46.600Z | +++ dirname ./tools/ci_download_maghemite_openapi |
420 | 2024-04-25T19:19:46.600Z | ++ cd ./tools |
421 | 2024-04-25T19:19:46.600Z | ++ pwd |
422 | 2024-04-25T19:19:46.600Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
423 | 2024-04-25T19:19:46.600Z | ++ basename ./tools/ci_download_maghemite_openapi |
424 | 2024-04-25T19:19:46.600Z | + ARG0=ci_download_maghemite_openapi |
425 | 2024-04-25T19:19:46.600Z | + TARGET_DIR=out |
426 | 2024-04-25T19:19:46.600Z | + DOWNLOAD_DIR=out/downloads |
427 | 2024-04-25T19:19:46.600Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
428 | 2024-04-25T19:19:46.600Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
429 | 2024-04-25T19:19:46.600Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
430 | 2024-04-25T19:19:46.601Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
431 | 2024-04-25T19:19:46.601Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
432 | 2024-04-25T19:19:46.601Z | + main |
433 | 2024-04-25T19:19:46.601Z | + rm -rf out/downloads/root |
434 | 2024-04-25T19:19:46.601Z | + [[ 0 != 0 ]] |
435 | 2024-04-25T19:19:46.601Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
436 | 2024-04-25T19:19:46.601Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
437 | 2024-04-25T19:19:46.601Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
438 | 2024-04-25T19:19:46.601Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
439 | 2024-04-25T19:19:46.601Z | + local DO_DOWNLOAD=true |
440 | 2024-04-25T19:19:46.601Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
441 | 2024-04-25T19:19:46.601Z | + mkdir -p out/downloads |
442 | 2024-04-25T19:19:46.601Z | + '[' true == true ']' |
443 | 2024-04-25T19:19:46.601Z | + echo Downloading... |
444 | 2024-04-25T19:19:46.601Z | Downloading... |
445 | 2024-04-25T19:19:46.601Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
446 | 2024-04-25T19:19:46.601Z | + 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 |
447 | 2024-04-25T19:19:46.601Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
448 | 2024-04-25T19:19:46.601Z | ++ case "$OSTYPE" in |
449 | 2024-04-25T19:19:46.601Z | ++ SHA=sha256sum |
450 | 2024-04-25T19:19:46.601Z | ++ sha256sum |
451 | 2024-04-25T19:19:46.601Z | ++ awk '{print $1}' |
452 | 2024-04-25T19:19:46.601Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
453 | 2024-04-25T19:19:46.602Z | + [[ 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 ]] |
454 | 2024-04-25T19:19:46.602Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
455 | 2024-04-25T19:19:46.602Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
456 | 2024-04-25T19:19:46.602Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
457 | 2024-04-25T19:19:46.602Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
458 | 2024-04-25T19:19:46.602Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
459 | 2024-04-25T19:19:46.602Z | + main |
460 | 2024-04-25T19:19:46.602Z | + rm -rf out/downloads/root |
461 | 2024-04-25T19:19:46.602Z | + [[ 0 != 0 ]] |
462 | 2024-04-25T19:19:46.602Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
463 | 2024-04-25T19:19:46.602Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
464 | 2024-04-25T19:19:46.602Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
465 | 2024-04-25T19:19:46.602Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
466 | 2024-04-25T19:19:46.602Z | + local DO_DOWNLOAD=true |
467 | 2024-04-25T19:19:46.602Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
468 | 2024-04-25T19:19:46.602Z | + mkdir -p out/downloads |
469 | 2024-04-25T19:19:46.603Z | + '[' true == true ']' |
470 | 2024-04-25T19:19:46.603Z | + echo Downloading... |
471 | 2024-04-25T19:19:46.603Z | Downloading... |
472 | 2024-04-25T19:19:46.603Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
473 | 2024-04-25T19:19:46.603Z | + 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 |
474 | 2024-04-25T19:19:46.603Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
475 | 2024-04-25T19:19:46.603Z | ++ case "$OSTYPE" in |
476 | 2024-04-25T19:19:46.603Z | ++ SHA=sha256sum |
477 | 2024-04-25T19:19:46.603Z | ++ sha256sum |
478 | 2024-04-25T19:19:46.604Z | ++ awk '{print $1}' |
479 | 2024-04-25T19:19:46.604Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
480 | 2024-04-25T19:19:46.604Z | + [[ 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 ]] |
481 | 2024-04-25T19:19:46.604Z | + set -o errexit |
482 | 2024-04-25T19:19:46.604Z | +++ dirname ./tools/ci_download_dendrite_openapi |
483 | 2024-04-25T19:19:46.604Z | ++ cd ./tools |
484 | 2024-04-25T19:19:46.604Z | ++ pwd |
485 | 2024-04-25T19:19:46.604Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
486 | 2024-04-25T19:19:46.604Z | ++ basename ./tools/ci_download_dendrite_openapi |
487 | 2024-04-25T19:19:46.604Z | + ARG0=ci_download_dendrite_openapi |
488 | 2024-04-25T19:19:46.604Z | + TARGET_DIR=out |
489 | 2024-04-25T19:19:46.604Z | + DOWNLOAD_DIR=out/downloads |
490 | 2024-04-25T19:19:46.604Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
491 | 2024-04-25T19:19:46.604Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
492 | 2024-04-25T19:19:46.604Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
493 | 2024-04-25T19:19:46.604Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
494 | 2024-04-25T19:19:46.604Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
495 | 2024-04-25T19:19:46.604Z | + main |
496 | 2024-04-25T19:19:46.604Z | + [[ 0 != 0 ]] |
497 | 2024-04-25T19:19:46.604Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
498 | 2024-04-25T19:19:46.604Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
499 | 2024-04-25T19:19:46.604Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
500 | 2024-04-25T19:19:46.605Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
501 | 2024-04-25T19:19:46.605Z | + local DO_DOWNLOAD=true |
502 | 2024-04-25T19:19:46.605Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
503 | 2024-04-25T19:19:46.605Z | + mkdir -p out/downloads |
504 | 2024-04-25T19:19:46.605Z | + '[' true == true ']' |
505 | 2024-04-25T19:19:46.605Z | + echo Downloading... |
506 | 2024-04-25T19:19:46.605Z | Downloading... |
507 | 2024-04-25T19:19:46.605Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
508 | 2024-04-25T19:19:46.605Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
509 | 2024-04-25T19:19:46.605Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
510 | 2024-04-25T19:19:46.605Z | ++ case "$OSTYPE" in |
511 | 2024-04-25T19:19:46.605Z | ++ SHA=sha256sum |
512 | 2024-04-25T19:19:46.605Z | ++ sha256sum |
513 | 2024-04-25T19:19:46.605Z | ++ awk '{print $1}' |
514 | 2024-04-25T19:19:46.609Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
515 | 2024-04-25T19:19:46.609Z | + [[ 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 ]] |
516 | 2024-04-25T19:19:46.609Z | + set -o errexit |
517 | 2024-04-25T19:19:46.609Z | +++ dirname ./tools/ci_download_dendrite_stub |
518 | 2024-04-25T19:19:46.615Z | ++ cd ./tools |
519 | 2024-04-25T19:19:46.615Z | ++ pwd |
520 | 2024-04-25T19:19:46.615Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
521 | 2024-04-25T19:19:46.616Z | ++ basename ./tools/ci_download_dendrite_stub |
522 | 2024-04-25T19:19:46.616Z | + ARG0=ci_download_dendrite_stub |
523 | 2024-04-25T19:19:46.616Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
524 | 2024-04-25T19:19:46.616Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
525 | 2024-04-25T19:19:46.616Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
526 | 2024-04-25T19:19:46.616Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
527 | 2024-04-25T19:19:46.616Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
528 | 2024-04-25T19:19:46.616Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
529 | 2024-04-25T19:19:46.616Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
530 | 2024-04-25T19:19:46.616Z | + TARGET_DIR=out |
531 | 2024-04-25T19:19:46.616Z | + DOWNLOAD_DIR=out/downloads |
532 | 2024-04-25T19:19:46.616Z | + DEST_DIR=./out/dendrite-stub |
533 | 2024-04-25T19:19:46.616Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
534 | 2024-04-25T19:19:46.616Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
535 | 2024-04-25T19:19:46.616Z | + REPO=oxidecomputer/dendrite |
536 | 2024-04-25T19:19:46.616Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
537 | 2024-04-25T19:19:46.616Z | + main |
538 | 2024-04-25T19:19:46.616Z | + [[ 0 != 0 ]] |
539 | 2024-04-25T19:19:46.616Z | + CIDL_OS=solaris2.11 |
540 | 2024-04-25T19:19:46.616Z | + [[ 0 != 0 ]] |
541 | 2024-04-25T19:19:46.616Z | + configure_os solaris2.11 |
542 | 2024-04-25T19:19:46.616Z | + echo 'current directory: /work/oxidecomputer/omicron' |
543 | 2024-04-25T19:19:46.617Z | current directory: /work/oxidecomputer/omicron |
544 | 2024-04-25T19:19:46.617Z | + echo 'configuring based on OS: "solaris2.11"' |
545 | 2024-04-25T19:19:46.617Z | configuring based on OS: "solaris2.11" |
546 | 2024-04-25T19:19:46.617Z | + case "$1" in |
547 | 2024-04-25T19:19:46.617Z | + SET_BINARIES= |
548 | 2024-04-25T19:19:46.617Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
549 | 2024-04-25T19:19:46.617Z | + CIDL_SHA256FUNC=do_sha256sum |
550 | 2024-04-25T19:19:46.617Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
551 | 2024-04-25T19:19:46.617Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
552 | 2024-04-25T19:19:46.617Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
553 | 2024-04-25T19:19:46.617Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
554 | 2024-04-25T19:19:46.617Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
555 | 2024-04-25T19:19:46.617Z | Local file: out/downloads/dendrite-stub.tar.gz |
556 | 2024-04-25T19:19:46.617Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
557 | 2024-04-25T19:19:46.617Z | + mkdir -p out/downloads |
558 | 2024-04-25T19:19:46.622Z | + mkdir -p ./out/dendrite-stub |
559 | 2024-04-25T19:19:46.622Z | + fetch_and_verify |
560 | 2024-04-25T19:19:46.622Z | + local DO_DOWNLOAD=true |
561 | 2024-04-25T19:19:46.622Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
562 | 2024-04-25T19:19:46.622Z | + '[' true == true ']' |
563 | 2024-04-25T19:19:46.622Z | + echo Downloading... |
564 | 2024-04-25T19:19:46.622Z | Downloading... |
565 | 2024-04-25T19:19:46.622Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
566 | 2024-04-25T19:19:46.622Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
567 | 2024-04-25T19:19:57.205Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
568 | 2024-04-25T19:19:57.209Z | ++ sha256sum |
569 | 2024-04-25T19:19:57.209Z | ++ awk '{print $1}' |
570 | 2024-04-25T19:19:57.227Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
571 | 2024-04-25T19:19:57.230Z | + [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]] |
572 | 2024-04-25T19:19:57.230Z | + do_untar out/downloads/dendrite-stub.tar.gz |
573 | 2024-04-25T19:19:57.230Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
574 | 2024-04-25T19:19:57.822Z | + do_assemble |
575 | 2024-04-25T19:19:57.822Z | + rm -r ./out/dendrite-stub |
576 | 2024-04-25T19:19:57.827Z | + mkdir ./out/dendrite-stub |
577 | 2024-04-25T19:19:57.827Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
578 | 2024-04-25T19:19:57.911Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
579 | 2024-04-25T19:19:58.354Z | + set -o errexit |
580 | 2024-04-25T19:19:58.354Z | +++ dirname ./tools/ci_download_maghemite_mgd |
581 | 2024-04-25T19:19:58.355Z | ++ cd ./tools |
582 | 2024-04-25T19:19:58.355Z | ++ pwd |
583 | 2024-04-25T19:19:58.355Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
584 | 2024-04-25T19:19:58.355Z | ++ basename ./tools/ci_download_maghemite_mgd |
585 | 2024-04-25T19:19:58.355Z | + ARG0=ci_download_maghemite_mgd |
586 | 2024-04-25T19:19:58.355Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
587 | 2024-04-25T19:19:58.355Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
588 | 2024-04-25T19:19:58.355Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
589 | 2024-04-25T19:19:58.355Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
590 | 2024-04-25T19:19:58.355Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
591 | 2024-04-25T19:19:58.355Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
592 | 2024-04-25T19:19:58.355Z | + TARGET_DIR=out |
593 | 2024-04-25T19:19:58.355Z | + DOWNLOAD_DIR=out/downloads |
594 | 2024-04-25T19:19:58.355Z | + DEST_DIR=./out/mgd |
595 | 2024-04-25T19:19:58.355Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
596 | 2024-04-25T19:19:58.355Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
597 | 2024-04-25T19:19:58.355Z | + REPO=oxidecomputer/maghemite |
598 | 2024-04-25T19:19:58.355Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
599 | 2024-04-25T19:19:58.355Z | + main |
600 | 2024-04-25T19:19:58.355Z | + rm -rf out/downloads/root |
601 | 2024-04-25T19:19:58.355Z | + [[ 0 != 0 ]] |
602 | 2024-04-25T19:19:58.356Z | + CIDL_OS=solaris2.11 |
603 | 2024-04-25T19:19:58.356Z | + [[ 0 != 0 ]] |
604 | 2024-04-25T19:19:58.356Z | + configure_os solaris2.11 |
605 | 2024-04-25T19:19:58.356Z | + echo 'current directory: /work/oxidecomputer/omicron' |
606 | 2024-04-25T19:19:58.356Z | current directory: /work/oxidecomputer/omicron |
607 | 2024-04-25T19:19:58.356Z | + echo 'configuring based on OS: "solaris2.11"' |
608 | 2024-04-25T19:19:58.356Z | + case "$1" in |
609 | 2024-04-25T19:19:58.356Z | configuring based on OS: "solaris2.11" |
610 | 2024-04-25T19:19:58.356Z | + SET_BINARIES= |
611 | 2024-04-25T19:19:58.356Z | + CIDL_SHA256FUNC=do_sha256sum |
612 | 2024-04-25T19:19:58.356Z | + TARBALL_FILENAME=mgd.tar.gz |
613 | 2024-04-25T19:19:58.356Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
614 | 2024-04-25T19:19:58.356Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
615 | 2024-04-25T19:19:58.356Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
616 | 2024-04-25T19:19:58.356Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
617 | 2024-04-25T19:19:58.356Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
618 | 2024-04-25T19:19:58.356Z | Local file: out/downloads/mgd.tar.gz |
619 | 2024-04-25T19:19:58.356Z | + mkdir -p out/downloads |
620 | 2024-04-25T19:19:58.356Z | + mkdir -p ./out/mgd |
621 | 2024-04-25T19:19:58.356Z | + fetch_and_verify |
622 | 2024-04-25T19:19:58.356Z | + local DO_DOWNLOAD=true |
623 | 2024-04-25T19:19:58.356Z | + [[ -f out/downloads/mgd.tar.gz ]] |
624 | 2024-04-25T19:19:58.356Z | + '[' true == true ']' |
625 | 2024-04-25T19:19:58.356Z | + echo Downloading... |
626 | 2024-04-25T19:19:58.357Z | Downloading... |
627 | 2024-04-25T19:19:58.357Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
628 | 2024-04-25T19:19:58.357Z | + 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 |
629 | 2024-04-25T19:20:08.656Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
630 | 2024-04-25T19:20:08.659Z | ++ sha256sum |
631 | 2024-04-25T19:20:08.659Z | ++ awk '{print $1}' |
632 | 2024-04-25T19:20:08.681Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
633 | 2024-04-25T19:20:08.684Z | + [[ 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 ]] |
634 | 2024-04-25T19:20:08.684Z | + do_untar out/downloads/mgd.tar.gz |
635 | 2024-04-25T19:20:08.684Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
636 | 2024-04-25T19:20:09.277Z | + do_assemble |
637 | 2024-04-25T19:20:09.277Z | + rm -r ./out/mgd |
638 | 2024-04-25T19:20:09.281Z | + mkdir ./out/mgd |
639 | 2024-04-25T19:20:09.284Z | + cp -r out/downloads/root ./out/mgd/root |
640 | 2024-04-25T19:20:09.375Z | + set -o errexit |
641 | 2024-04-25T19:20:09.391Z | +++ dirname ./tools/ci_download_transceiver_control |
642 | 2024-04-25T19:20:09.391Z | ++ cd ./tools |
643 | 2024-04-25T19:20:09.391Z | ++ pwd |
644 | 2024-04-25T19:20:09.391Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
645 | 2024-04-25T19:20:09.391Z | ++ basename ./tools/ci_download_transceiver_control |
646 | 2024-04-25T19:20:09.391Z | + ARG0=ci_download_transceiver_control |
647 | 2024-04-25T19:20:09.391Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
648 | 2024-04-25T19:20:09.391Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
649 | 2024-04-25T19:20:09.391Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
650 | 2024-04-25T19:20:09.392Z | + TARGET_DIR=out |
651 | 2024-04-25T19:20:09.392Z | + DOWNLOAD_DIR=out/downloads |
652 | 2024-04-25T19:20:09.392Z | + DEST_DIR=./out/transceiver-control |
653 | 2024-04-25T19:20:09.392Z | + BIN_DIR=/opt/oxide/bin |
654 | 2024-04-25T19:20:09.392Z | + BINARY=xcvradm |
655 | 2024-04-25T19:20:09.392Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
656 | 2024-04-25T19:20:09.392Z | + REPO=oxidecomputer/transceiver-control |
657 | 2024-04-25T19:20:09.392Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
658 | 2024-04-25T19:20:09.392Z | + main |
659 | 2024-04-25T19:20:09.392Z | + [[ 0 != 0 ]] |
660 | 2024-04-25T19:20:09.392Z | + CIDL_OS=solaris2.11 |
661 | 2024-04-25T19:20:09.392Z | + [[ 0 != 0 ]] |
662 | 2024-04-25T19:20:09.392Z | + configure_os solaris2.11 |
663 | 2024-04-25T19:20:09.392Z | + echo 'current directory: /work/oxidecomputer/omicron' |
664 | 2024-04-25T19:20:09.392Z | current directory: /work/oxidecomputer/omicron |
665 | 2024-04-25T19:20:09.392Z | + echo 'configuring based on OS: "solaris2.11"' |
666 | 2024-04-25T19:20:09.392Z | + case "$1" in |
667 | 2024-04-25T19:20:09.392Z | + SET_BINARIES= |
668 | 2024-04-25T19:20:09.392Z | configuring based on OS: "solaris2.11" |
669 | 2024-04-25T19:20:09.392Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
670 | 2024-04-25T19:20:09.393Z | + CIDL_SHA256FUNC=do_sha256sum |
671 | 2024-04-25T19:20:09.393Z | + ARCHIVE_FILENAME=xcvradm.gz |
672 | 2024-04-25T19:20:09.393Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
673 | 2024-04-25T19:20:09.393Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
674 | 2024-04-25T19:20:09.393Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
675 | 2024-04-25T19:20:09.393Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
676 | 2024-04-25T19:20:09.393Z | + echo 'Local file: out/downloads/xcvradm.gz' |
677 | 2024-04-25T19:20:09.393Z | Local file: out/downloads/xcvradm.gz |
678 | 2024-04-25T19:20:09.393Z | + mkdir -p out/downloads |
679 | 2024-04-25T19:20:09.393Z | + mkdir -p ./out/transceiver-control |
680 | 2024-04-25T19:20:09.393Z | + fetch_and_verify |
681 | 2024-04-25T19:20:09.393Z | + local DO_DOWNLOAD=true |
682 | 2024-04-25T19:20:09.393Z | + [[ -f out/downloads/xcvradm.gz ]] |
683 | 2024-04-25T19:20:09.393Z | + '[' true == true ']' |
684 | 2024-04-25T19:20:09.394Z | + echo Downloading... |
685 | 2024-04-25T19:20:09.394Z | Downloading... |
686 | 2024-04-25T19:20:09.394Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
687 | 2024-04-25T19:20:09.394Z | + 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 |
688 | 2024-04-25T19:20:12.168Z | ++ do_sha256sum out/downloads/xcvradm.gz |
689 | 2024-04-25T19:20:12.172Z | ++ sha256sum |
690 | 2024-04-25T19:20:12.172Z | ++ awk '{print $1}' |
691 | 2024-04-25T19:20:12.186Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
692 | 2024-04-25T19:20:12.186Z | + [[ 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 ]] |
693 | 2024-04-25T19:20:12.186Z | + do_unpack out/downloads/xcvradm.gz |
694 | 2024-04-25T19:20:12.186Z | + mkdir -p out/downloads/root//opt/oxide/bin |
695 | 2024-04-25T19:20:12.192Z | + gzip -dc out/downloads/xcvradm.gz |
696 | 2024-04-25T19:20:14.001Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
697 | 2024-04-25T19:20:14.074Z | + do_assemble |
698 | 2024-04-25T19:20:14.074Z | + rm -r ./out/transceiver-control |
699 | 2024-04-25T19:20:14.074Z | + mkdir ./out/transceiver-control |
700 | 2024-04-25T19:20:14.075Z | + cp -r out/downloads/root ./out/transceiver-control/root |
701 | 2024-04-25T19:20:14.076Z | + set -o errexit |
702 | 2024-04-25T19:20:14.076Z | +++ dirname ./tools/ci_download_thundermuffin |
703 | 2024-04-25T19:20:14.077Z | ++ cd ./tools |
704 | 2024-04-25T19:20:14.078Z | ++ pwd |
705 | 2024-04-25T19:20:14.079Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
706 | 2024-04-25T19:20:14.081Z | ++ basename ./tools/ci_download_thundermuffin |
707 | 2024-04-25T19:20:14.081Z | + ARG0=ci_download_thundermuffin |
708 | 2024-04-25T19:20:14.081Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
709 | 2024-04-25T19:20:14.081Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
710 | 2024-04-25T19:20:14.081Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
711 | 2024-04-25T19:20:14.082Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
712 | 2024-04-25T19:20:14.082Z | + TARGET_DIR=out |
713 | 2024-04-25T19:20:14.083Z | + DOWNLOAD_DIR=out/downloads |
714 | 2024-04-25T19:20:14.083Z | + DEST_DIR=./out/thundermuffin |
715 | 2024-04-25T19:20:14.084Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
716 | 2024-04-25T19:20:14.084Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
717 | 2024-04-25T19:20:14.084Z | + REPO=oxidecomputer/thundermuffin |
718 | 2024-04-25T19:20:14.084Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
719 | 2024-04-25T19:20:14.085Z | + main |
720 | 2024-04-25T19:20:14.086Z | + rm -rf out/downloads/root |
721 | 2024-04-25T19:20:14.086Z | + [[ 0 != 0 ]] |
722 | 2024-04-25T19:20:14.086Z | + CIDL_OS=solaris2.11 |
723 | 2024-04-25T19:20:14.086Z | + [[ 0 != 0 ]] |
724 | 2024-04-25T19:20:14.087Z | + configure_os solaris2.11 |
725 | 2024-04-25T19:20:14.087Z | + echo 'current directory: /work/oxidecomputer/omicron' |
726 | 2024-04-25T19:20:14.088Z | current directory: /work/oxidecomputer/omicron |
727 | 2024-04-25T19:20:14.088Z | + echo 'configuring based on OS: "solaris2.11"' |
728 | 2024-04-25T19:20:14.088Z | + case "$1" in |
729 | 2024-04-25T19:20:14.089Z | configuring based on OS: "solaris2.11" |
730 | 2024-04-25T19:20:14.090Z | + SET_BINARIES= |
731 | 2024-04-25T19:20:14.090Z | + CIDL_SHA256FUNC=do_sha256sum |
732 | 2024-04-25T19:20:14.090Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
733 | 2024-04-25T19:20:14.090Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
734 | 2024-04-25T19:20:14.090Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
735 | 2024-04-25T19:20:14.090Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
736 | 2024-04-25T19:20:14.091Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
737 | 2024-04-25T19:20:14.091Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
738 | 2024-04-25T19:20:14.091Z | Local file: out/downloads/thundermuffin.tar.gz |
739 | 2024-04-25T19:20:14.091Z | + mkdir -p out/downloads |
740 | 2024-04-25T19:20:14.091Z | + mkdir -p ./out/thundermuffin |
741 | 2024-04-25T19:20:14.092Z | + fetch_and_verify |
742 | 2024-04-25T19:20:14.092Z | + local DO_DOWNLOAD=true |
743 | 2024-04-25T19:20:14.092Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
744 | 2024-04-25T19:20:14.092Z | + '[' true == true ']' |
745 | 2024-04-25T19:20:14.092Z | + echo Downloading... |
746 | 2024-04-25T19:20:14.093Z | Downloading... |
747 | 2024-04-25T19:20:14.093Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
748 | 2024-04-25T19:20:14.093Z | + 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 |
749 | 2024-04-25T19:20:15.607Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
750 | 2024-04-25T19:20:15.613Z | ++ sha256sum |
751 | 2024-04-25T19:20:15.613Z | ++ awk '{print $1}' |
752 | 2024-04-25T19:20:15.620Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
753 | 2024-04-25T19:20:15.620Z | + [[ 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 ]] |
754 | 2024-04-25T19:20:15.620Z | + do_untar out/downloads/thundermuffin.tar.gz |
755 | 2024-04-25T19:20:15.621Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
756 | 2024-04-25T19:20:15.681Z | + do_assemble |
757 | 2024-04-25T19:20:15.681Z | + rm -r ./out/thundermuffin |
758 | 2024-04-25T19:20:15.686Z | + mkdir ./out/thundermuffin |
759 | 2024-04-25T19:20:15.686Z | + cp -r out/downloads/root ./out/thundermuffin/root |
760 | 2024-04-25T19:20:15.696Z | All prerequisites installed successfully |
761 | 2024-04-25T19:20:15.696Z | |
762 | 2024-04-25T19:20:15.696Z | real 1:57.313454366 |
763 | 2024-04-25T19:20:15.696Z | user 37.578852740 |
764 | 2024-04-25T19:20:15.697Z | sys 7.151921380 |
765 | 2024-04-25T19:20:15.697Z | trap 0.007577596 |
766 | 2024-04-25T19:20:15.697Z | tflt 0.118251591 |
767 | 2024-04-25T19:20:15.697Z | dflt 0.480846274 |
768 | 2024-04-25T19:20:15.697Z | kflt 0.169280111 |
769 | 2024-04-25T19:20:15.697Z | lock 1.041544086 |
770 | 2024-04-25T19:20:15.697Z | slp 3:58.332185060 |
771 | 2024-04-25T19:20:15.697Z | lat 2.059637976 |
772 | 2024-04-25T19:20:15.697Z | stop 0.113656185 |
773 | 2024-04-25T19:20:15.697Z | + banner end-to-end-tests |
774 | 2024-04-25T19:20:15.704Z | |
775 | 2024-04-25T19:20:15.704Z | ###### # # ##### ##### #### ###### # # ##### |
776 | 2024-04-25T19:20:15.704Z | # ## # # # # # # # ## # # # |
777 | 2024-04-25T19:20:15.704Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
778 | 2024-04-25T19:20:15.704Z | # # # # # # # # # # # # # # # |
779 | 2024-04-25T19:20:15.704Z | # # ## # # # # # # # ## # # |
780 | 2024-04-25T19:20:15.704Z | ###### # # ##### # #### ###### # # ##### |
781 | 2024-04-25T19:20:15.704Z | |
782 | 2024-04-25T19:20:15.704Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
783 | 2024-04-25T19:20:15.704Z | + CARGO_PROFILE_DEV_DEBUG=1 |
784 | 2024-04-25T19:20:15.704Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
785 | 2024-04-25T19:20:15.704Z | + CARGO_PROFILE_TEST_DEBUG=1 |
786 | 2024-04-25T19:20:15.704Z | + export CARGO_INCREMENTAL=0 |
787 | 2024-04-25T19:20:15.705Z | + CARGO_INCREMENTAL=0 |
788 | 2024-04-25T19:20:15.705Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
789 | 2024-04-25T19:20:15.911Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
790 | 2024-04-25T19:20:16.225Z | Updating git repository `https://github.com/oxidecomputer/zone` |
791 | 2024-04-25T19:20:16.536Z | Updating crates.io index |
792 | 2024-04-25T19:20:16.588Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
793 | 2024-04-25T19:20:17.310Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
794 | 2024-04-25T19:20:17.978Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
795 | 2024-04-25T19:20:19.986Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
796 | 2024-04-25T19:20:20.490Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
797 | 2024-04-25T19:20:20.764Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
798 | 2024-04-25T19:20:21.800Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
799 | 2024-04-25T19:20:23.588Z | Updating git repository `https://github.com/oxidecomputer/opte` |
800 | 2024-04-25T19:20:24.648Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
801 | 2024-04-25T19:20:25.784Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
802 | 2024-04-25T19:20:25.796Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
803 | 2024-04-25T19:20:26.296Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
804 | 2024-04-25T19:20:26.653Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
805 | 2024-04-25T19:20:26.966Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
806 | 2024-04-25T19:20:27.367Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
807 | 2024-04-25T19:20:27.714Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
808 | 2024-04-25T19:20:27.989Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
809 | 2024-04-25T19:20:28.271Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
810 | 2024-04-25T19:20:28.533Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
811 | 2024-04-25T19:20:28.875Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
812 | 2024-04-25T19:20:29.315Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
813 | 2024-04-25T19:20:29.589Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
814 | 2024-04-25T19:20:31.218Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
815 | 2024-04-25T19:20:31.564Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
816 | 2024-04-25T19:20:31.912Z | Updating git repository `https://github.com/jgallagher/nix` |
817 | 2024-04-25T19:20:32.897Z | Updating git repository `https://github.com/cbiffle/hubpack` |
818 | 2024-04-25T19:20:33.304Z | Updating git repository `https://github.com/oxidecomputer/typify` |
819 | 2024-04-25T19:20:35.160Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
820 | 2024-04-25T19:20:35.495Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
821 | 2024-04-25T19:20:35.779Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
822 | 2024-04-25T19:20:36.308Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
823 | 2024-04-25T19:20:37.378Z | Downloading crates ... |
824 | 2024-04-25T19:20:37.490Z | Downloaded anstream v0.6.11 |
825 | 2024-04-25T19:20:37.502Z | Downloaded anstyle v1.0.6 |
826 | 2024-04-25T19:20:37.502Z | Downloaded anstyle-query v1.0.0 |
827 | 2024-04-25T19:20:37.516Z | Downloaded ident_case v1.0.1 |
828 | 2024-04-25T19:20:37.516Z | Downloaded aes v0.8.3 |
829 | 2024-04-25T19:20:37.516Z | Downloaded iana-time-zone v0.1.57 |
830 | 2024-04-25T19:20:37.516Z | Downloaded arrayref v0.3.7 |
831 | 2024-04-25T19:20:37.516Z | Downloaded der_derive v0.7.2 |
832 | 2024-04-25T19:20:37.517Z | Downloaded arrayvec v0.7.4 |
833 | 2024-04-25T19:20:37.517Z | Downloaded ascii v1.1.0 |
834 | 2024-04-25T19:20:37.531Z | Downloaded async-stream-impl v0.3.5 |
835 | 2024-04-25T19:20:37.531Z | Downloaded arc-swap v1.6.0 |
836 | 2024-04-25T19:20:37.531Z | Downloaded argon2 v0.5.3 |
837 | 2024-04-25T19:20:37.531Z | Downloaded anstyle-parse v0.2.1 |
838 | 2024-04-25T19:20:37.532Z | Downloaded atomic-waker v1.1.1 |
839 | 2024-04-25T19:20:37.532Z | Downloaded addr2line v0.21.0 |
840 | 2024-04-25T19:20:37.541Z | Downloaded base64 v0.21.7 |
841 | 2024-04-25T19:20:37.541Z | Downloaded adler v1.0.2 |
842 | 2024-04-25T19:20:37.541Z | Downloaded aead v0.5.2 |
843 | 2024-04-25T19:20:37.542Z | Downloaded ahash v0.8.8 |
844 | 2024-04-25T19:20:37.542Z | Downloaded idna v0.3.0 |
845 | 2024-04-25T19:20:37.558Z | Downloaded async-trait v0.1.80 |
846 | 2024-04-25T19:20:37.558Z | Downloaded aes-gcm v0.10.3 |
847 | 2024-04-25T19:20:37.558Z | Downloaded blake2 v0.10.6 |
848 | 2024-04-25T19:20:37.567Z | Downloaded idna v0.2.3 |
849 | 2024-04-25T19:20:37.567Z | Downloaded parking_lot_core v0.9.8 |
850 | 2024-04-25T19:20:37.568Z | Downloaded num-derive v0.4.0 |
851 | 2024-04-25T19:20:37.568Z | Downloaded nibble_vec v0.1.0 |
852 | 2024-04-25T19:20:37.568Z | Downloaded memmap v0.7.0 |
853 | 2024-04-25T19:20:37.568Z | Downloaded cbc v0.1.2 |
854 | 2024-04-25T19:20:37.579Z | Downloaded anyhow v1.0.82 |
855 | 2024-04-25T19:20:37.579Z | Downloaded chacha20 v0.9.1 |
856 | 2024-04-25T19:20:37.579Z | Downloaded itertools v0.10.5 |
857 | 2024-04-25T19:20:37.591Z | Downloaded pbkdf2 v0.12.2 |
858 | 2024-04-25T19:20:37.591Z | Downloaded darling_macro v0.20.8 |
859 | 2024-04-25T19:20:37.591Z | Downloaded match_cfg v0.1.0 |
860 | 2024-04-25T19:20:37.592Z | Downloaded lock_api v0.4.10 |
861 | 2024-04-25T19:20:37.592Z | Downloaded inout v0.1.3 |
862 | 2024-04-25T19:20:37.592Z | Downloaded curve25519-dalek-derive v0.1.0 |
863 | 2024-04-25T19:20:37.592Z | Downloaded ipnet v2.9.0 |
864 | 2024-04-25T19:20:37.592Z | Downloaded normalize-line-endings v0.3.0 |
865 | 2024-04-25T19:20:37.593Z | Downloaded managed v0.8.0 |
866 | 2024-04-25T19:20:37.603Z | Downloaded lru-cache v0.1.2 |
867 | 2024-04-25T19:20:37.604Z | Downloaded instant v0.1.12 |
868 | 2024-04-25T19:20:37.604Z | Downloaded num_enum_derive v0.5.11 |
869 | 2024-04-25T19:20:37.604Z | Downloaded bit-set v0.5.3 |
870 | 2024-04-25T19:20:37.604Z | Downloaded bcrypt-pbkdf v0.10.0 |
871 | 2024-04-25T19:20:37.605Z | Downloaded camino-tempfile v1.1.1 |
872 | 2024-04-25T19:20:37.605Z | Downloaded bit-vec v0.6.3 |
873 | 2024-04-25T19:20:37.623Z | Downloaded md5 v0.7.0 |
874 | 2024-04-25T19:20:37.623Z | Downloaded cstr-argument v0.1.2 |
875 | 2024-04-25T19:20:37.624Z | Downloaded crucible-workspace-hack v0.1.0 |
876 | 2024-04-25T19:20:37.624Z | Downloaded num-conv v0.1.0 |
877 | 2024-04-25T19:20:37.624Z | Downloaded base16ct v0.2.0 |
878 | 2024-04-25T19:20:37.625Z | Downloaded openssl-probe v0.1.5 |
879 | 2024-04-25T19:20:37.625Z | Downloaded ciborium-io v0.2.2 |
880 | 2024-04-25T19:20:37.625Z | Downloaded cfg-if v1.0.0 |
881 | 2024-04-25T19:20:37.625Z | Downloaded opaque-debug v0.3.0 |
882 | 2024-04-25T19:20:37.625Z | Downloaded newline-converter v0.3.0 |
883 | 2024-04-25T19:20:37.626Z | Downloaded bitstruct v0.1.1 |
884 | 2024-04-25T19:20:37.626Z | Downloaded cipher v0.4.4 |
885 | 2024-04-25T19:20:37.626Z | Downloaded backoff v0.4.0 |
886 | 2024-04-25T19:20:37.648Z | Downloaded tower-service v0.3.2 |
887 | 2024-04-25T19:20:37.648Z | Downloaded option-ext v0.2.0 |
888 | 2024-04-25T19:20:37.648Z | Downloaded peg-runtime v0.8.2 |
889 | 2024-04-25T19:20:37.648Z | Downloaded bitflags v2.4.2 |
890 | 2024-04-25T19:20:37.648Z | Downloaded cobs v0.2.3 |
891 | 2024-04-25T19:20:37.648Z | Downloaded openssl-macros v0.1.1 |
892 | 2024-04-25T19:20:37.648Z | Downloaded cpufeatures v0.2.12 |
893 | 2024-04-25T19:20:37.649Z | Downloaded num-rational v0.4.1 |
894 | 2024-04-25T19:20:37.649Z | Downloaded lalrpop-util v0.19.12 |
895 | 2024-04-25T19:20:37.649Z | Downloaded ciborium-ll v0.2.2 |
896 | 2024-04-25T19:20:37.649Z | Downloaded atomicwrites v0.4.3 |
897 | 2024-04-25T19:20:37.649Z | Downloaded is-terminal v0.4.9 |
898 | 2024-04-25T19:20:37.649Z | Downloaded bitflags v1.3.2 |
899 | 2024-04-25T19:20:37.650Z | Downloaded newtype-uuid v1.1.0 |
900 | 2024-04-25T19:20:37.655Z | Downloaded defmt-macros v0.3.6 |
901 | 2024-04-25T19:20:37.655Z | Downloaded internet-checksum v0.2.1 |
902 | 2024-04-25T19:20:37.655Z | Downloaded want v0.3.1 |
903 | 2024-04-25T19:20:37.655Z | Downloaded usdt-macro v0.5.0 |
904 | 2024-04-25T19:20:37.656Z | Downloaded defmt v0.3.5 |
905 | 2024-04-25T19:20:37.656Z | Downloaded foreign-types v0.3.2 |
906 | 2024-04-25T19:20:37.656Z | Downloaded equivalent v1.0.1 |
907 | 2024-04-25T19:20:37.656Z | Downloaded debug-ignore v1.0.5 |
908 | 2024-04-25T19:20:37.656Z | Downloaded clap_lex v0.7.0 |
909 | 2024-04-25T19:20:37.656Z | Downloaded block-padding v0.3.3 |
910 | 2024-04-25T19:20:37.662Z | Downloaded slab v0.4.9 |
911 | 2024-04-25T19:20:37.662Z | Downloaded paste v1.0.14 |
912 | 2024-04-25T19:20:37.670Z | Downloaded signal-hook-registry v1.4.1 |
913 | 2024-04-25T19:20:37.670Z | Downloaded pem v3.0.4 |
914 | 2024-04-25T19:20:37.671Z | Downloaded thiserror-impl-no-std v2.0.2 |
915 | 2024-04-25T19:20:37.671Z | Downloaded thiserror-impl v1.0.58 |
916 | 2024-04-25T19:20:37.677Z | Downloaded pest_generator v2.7.6 |
917 | 2024-04-25T19:20:37.677Z | Downloaded num_enum v0.5.11 |
918 | 2024-04-25T19:20:37.681Z | Downloaded console v0.15.8 |
919 | 2024-04-25T19:20:37.682Z | Downloaded pbkdf2 v0.11.0 |
920 | 2024-04-25T19:20:37.682Z | Downloaded parse-display v0.9.0 |
921 | 2024-04-25T19:20:37.687Z | Downloaded untrusted v0.7.1 |
922 | 2024-04-25T19:20:37.687Z | Downloaded darling v0.20.8 |
923 | 2024-04-25T19:20:37.692Z | Downloaded portpicker v0.1.1 |
924 | 2024-04-25T19:20:37.692Z | Downloaded ctr v0.9.2 |
925 | 2024-04-25T19:20:37.692Z | Downloaded scroll_derive v0.12.0 |
926 | 2024-04-25T19:20:37.692Z | Downloaded utf-8 v0.7.6 |
927 | 2024-04-25T19:20:37.699Z | Downloaded untrusted v0.9.0 |
928 | 2024-04-25T19:20:37.699Z | Downloaded crypto-common v0.1.6 |
929 | 2024-04-25T19:20:37.699Z | Downloaded cookie_store v0.20.0 |
930 | 2024-04-25T19:20:37.700Z | Downloaded static_assertions v1.1.0 |
931 | 2024-04-25T19:20:37.706Z | Downloaded stable_deref_trait v1.2.0 |
932 | 2024-04-25T19:20:37.706Z | Downloaded linear-map v1.2.0 |
933 | 2024-04-25T19:20:37.707Z | Downloaded crc32fast v1.3.2 |
934 | 2024-04-25T19:20:37.707Z | Downloaded libsw v3.3.1 |
935 | 2024-04-25T19:20:37.719Z | Downloaded base64ct v1.6.0 |
936 | 2024-04-25T19:20:37.719Z | Downloaded try-lock v0.2.4 |
937 | 2024-04-25T19:20:37.719Z | Downloaded deranged v0.3.11 |
938 | 2024-04-25T19:20:37.719Z | Downloaded zeroize v1.7.0 |
939 | 2024-04-25T19:20:37.719Z | Downloaded pem-rfc7468 v0.7.0 |
940 | 2024-04-25T19:20:37.719Z | Downloaded getopts v0.2.21 |
941 | 2024-04-25T19:20:37.719Z | Downloaded gethostname v0.4.3 |
942 | 2024-04-25T19:20:37.719Z | Downloaded home v0.5.5 |
943 | 2024-04-25T19:20:37.719Z | Downloaded foreign-types-macros v0.2.3 |
944 | 2024-04-25T19:20:37.719Z | Downloaded foreign-types v0.5.0 |
945 | 2024-04-25T19:20:37.723Z | Downloaded fnv v1.0.7 |
946 | 2024-04-25T19:20:37.723Z | Downloaded hex v0.4.3 |
947 | 2024-04-25T19:20:37.723Z | Downloaded waitgroup v0.1.2 |
948 | 2024-04-25T19:20:37.723Z | Downloaded tokio-rustls v0.25.0 |
949 | 2024-04-25T19:20:37.726Z | Downloaded percent-encoding v2.3.1 |
950 | 2024-04-25T19:20:37.726Z | Downloaded password-hash v0.4.2 |
951 | 2024-04-25T19:20:37.726Z | Downloaded owo-colors v4.0.0 |
952 | 2024-04-25T19:20:37.730Z | Downloaded rand_chacha v0.2.2 |
953 | 2024-04-25T19:20:37.733Z | Downloaded psl-types v2.0.11 |
954 | 2024-04-25T19:20:37.733Z | Downloaded hex-literal v0.4.1 |
955 | 2024-04-25T19:20:37.733Z | Downloaded crossbeam-epoch v0.9.18 |
956 | 2024-04-25T19:20:37.736Z | Downloaded serde_path_to_error v0.1.16 |
957 | 2024-04-25T19:20:37.736Z | Downloaded rustc_version v0.4.0 |
958 | 2024-04-25T19:20:37.740Z | Downloaded rustc_version v0.1.7 |
959 | 2024-04-25T19:20:37.740Z | Downloaded zerocopy-derive v0.7.32 |
960 | 2024-04-25T19:20:37.745Z | Downloaded headers-core v0.2.0 |
961 | 2024-04-25T19:20:37.745Z | Downloaded usdt-attr-macro v0.5.0 |
962 | 2024-04-25T19:20:37.754Z | Downloaded polyval v0.6.1 |
963 | 2024-04-25T19:20:37.754Z | Downloaded cc v1.0.83 |
964 | 2024-04-25T19:20:37.754Z | Downloaded structmeta-derive v0.3.0 |
965 | 2024-04-25T19:20:37.754Z | Downloaded pest_derive v2.7.6 |
966 | 2024-04-25T19:20:37.761Z | Downloaded zeroize_derive v1.4.2 |
967 | 2024-04-25T19:20:37.761Z | Downloaded clap v4.5.4 |
968 | 2024-04-25T19:20:37.767Z | Downloaded smf v0.2.3 |
969 | 2024-04-25T19:20:37.768Z | Downloaded slog-async v2.8.0 |
970 | 2024-04-25T19:20:37.768Z | Downloaded serde_repr v0.1.16 |
971 | 2024-04-25T19:20:37.768Z | Downloaded tokio-rustls v0.24.1 |
972 | 2024-04-25T19:20:37.775Z | Downloaded strum v0.26.2 |
973 | 2024-04-25T19:20:37.775Z | Downloaded erased-serde v0.3.31 |
974 | 2024-04-25T19:20:37.775Z | Downloaded http-range v0.1.5 |
975 | 2024-04-25T19:20:37.775Z | Downloaded ed25519 v2.2.2 |
976 | 2024-04-25T19:20:37.781Z | Downloaded futures-task v0.3.30 |
977 | 2024-04-25T19:20:37.781Z | Downloaded futures-sink v0.3.30 |
978 | 2024-04-25T19:20:37.781Z | Downloaded thread_local v1.1.7 |
979 | 2024-04-25T19:20:37.781Z | Downloaded miniz_oxide v0.7.1 |
980 | 2024-04-25T19:20:37.789Z | Downloaded display-error-chain v0.2.0 |
981 | 2024-04-25T19:20:37.789Z | Downloaded sct v0.7.0 |
982 | 2024-04-25T19:20:37.789Z | Downloaded rustfmt-wrapper v0.2.1 |
983 | 2024-04-25T19:20:37.789Z | Downloaded num-traits v0.2.18 |
984 | 2024-04-25T19:20:37.797Z | Downloaded parking_lot v0.12.1 |
985 | 2024-04-25T19:20:37.797Z | Downloaded chacha20poly1305 v0.10.1 |
986 | 2024-04-25T19:20:37.797Z | Downloaded bytes v1.6.0 |
987 | 2024-04-25T19:20:37.802Z | Downloaded foreign-types-shared v0.3.1 |
988 | 2024-04-25T19:20:37.802Z | Downloaded foreign-types-shared v0.1.1 |
989 | 2024-04-25T19:20:37.802Z | Downloaded usdt-macro v0.3.5 |
990 | 2024-04-25T19:20:37.802Z | Downloaded usdt-attr-macro v0.3.5 |
991 | 2024-04-25T19:20:37.803Z | Downloaded subtle v2.5.0 |
992 | 2024-04-25T19:20:37.803Z | Downloaded hostname v0.3.1 |
993 | 2024-04-25T19:20:37.810Z | Downloaded minimal-lexical v0.2.1 |
994 | 2024-04-25T19:20:37.810Z | Downloaded rustls-pki-types v1.3.0 |
995 | 2024-04-25T19:20:37.817Z | Downloaded rustls-pemfile v1.0.3 |
996 | 2024-04-25T19:20:37.817Z | Downloaded strsim v0.10.0 |
997 | 2024-04-25T19:20:37.818Z | Downloaded diesel_table_macro_syntax v0.1.0 |
998 | 2024-04-25T19:20:37.818Z | Downloaded toml_datetime v0.6.5 |
999 | 2024-04-25T19:20:37.818Z | Downloaded slog-term v2.9.1 |
1000 | 2024-04-25T19:20:37.818Z | Downloaded filetime v0.2.23 |
1001 | 2024-04-25T19:20:37.828Z | Downloaded omicron-zone-package v0.11.0 |
1002 | 2024-04-25T19:20:37.828Z | Downloaded ff v0.13.0 |
1003 | 2024-04-25T19:20:37.828Z | Downloaded half v2.3.1 |
1004 | 2024-04-25T19:20:37.843Z | Downloaded tabled_derive v0.7.0 |
1005 | 2024-04-25T19:20:37.843Z | Downloaded whoami v1.5.1 |
1006 | 2024-04-25T19:20:37.843Z | Downloaded endian-type v0.1.2 |
1007 | 2024-04-25T19:20:37.843Z | Downloaded glob v0.3.1 |
1008 | 2024-04-25T19:20:37.843Z | Downloaded ecdsa v0.16.9 |
1009 | 2024-04-25T19:20:37.843Z | Downloaded serde_urlencoded v0.7.1 |
1010 | 2024-04-25T19:20:37.844Z | Downloaded dtrace-parser v0.1.14 |
1011 | 2024-04-25T19:20:37.844Z | Downloaded humantime v2.1.0 |
1012 | 2024-04-25T19:20:37.860Z | Downloaded hubpack_derive v0.1.1 |
1013 | 2024-04-25T19:20:37.860Z | Downloaded hubpack v0.1.2 |
1014 | 2024-04-25T19:20:37.860Z | Downloaded httpdate v1.0.3 |
1015 | 2024-04-25T19:20:37.860Z | Downloaded http-body v0.4.5 |
1016 | 2024-04-25T19:20:37.860Z | Downloaded strum_macros v0.25.2 |
1017 | 2024-04-25T19:20:37.860Z | Downloaded take_mut v0.2.2 |
1018 | 2024-04-25T19:20:37.861Z | Downloaded float-cmp v0.9.0 |
1019 | 2024-04-25T19:20:37.861Z | Downloaded dof v0.3.0 |
1020 | 2024-04-25T19:20:37.861Z | Downloaded strsim v0.11.0 |
1021 | 2024-04-25T19:20:37.861Z | Downloaded tokio-tungstenite v0.21.0 |
1022 | 2024-04-25T19:20:37.861Z | Downloaded crypto-bigint v0.5.2 |
1023 | 2024-04-25T19:20:37.875Z | Downloaded phf_shared v0.11.2 |
1024 | 2024-04-25T19:20:37.875Z | Downloaded pest_meta v2.7.6 |
1025 | 2024-04-25T19:20:37.875Z | Downloaded rustls-pemfile v2.1.2 |
1026 | 2024-04-25T19:20:37.875Z | Downloaded russh-cryptovec v0.7.0 |
1027 | 2024-04-25T19:20:37.875Z | Downloaded postgres-protocol v0.6.6 |
1028 | 2024-04-25T19:20:37.875Z | Downloaded postcard v1.0.8 |
1029 | 2024-04-25T19:20:37.875Z | Downloaded siphasher v0.3.11 |
1030 | 2024-04-25T19:20:37.875Z | Downloaded serde_arrays v0.1.0 |
1031 | 2024-04-25T19:20:37.875Z | Downloaded rand_core v0.6.4 |
1032 | 2024-04-25T19:20:37.875Z | Downloaded rand_chacha v0.3.1 |
1033 | 2024-04-25T19:20:37.882Z | Downloaded pin-utils v0.1.0 |
1034 | 2024-04-25T19:20:37.882Z | Downloaded phf_shared v0.10.0 |
1035 | 2024-04-25T19:20:37.882Z | Downloaded smallvec v1.13.1 |
1036 | 2024-04-25T19:20:37.882Z | Downloaded p256 v0.13.2 |
1037 | 2024-04-25T19:20:37.882Z | Downloaded fastrand v2.0.1 |
1038 | 2024-04-25T19:20:37.882Z | Downloaded openssl-sys v0.9.102 |
1039 | 2024-04-25T19:20:37.882Z | Downloaded difflib v0.4.0 |
1040 | 2024-04-25T19:20:37.886Z | Downloaded tokio-postgres v0.7.10 |
1041 | 2024-04-25T19:20:37.892Z | Downloaded thread-id v4.2.0 |
1042 | 2024-04-25T19:20:37.892Z | Downloaded terminal_size v0.3.0 |
1043 | 2024-04-25T19:20:37.896Z | Downloaded termcolor v1.2.0 |
1044 | 2024-04-25T19:20:37.896Z | Downloaded spin v0.5.2 |
1045 | 2024-04-25T19:20:37.896Z | Downloaded pkg-config v0.3.27 |
1046 | 2024-04-25T19:20:37.896Z | Downloaded serde_with_macros v3.7.0 |
1047 | 2024-04-25T19:20:37.896Z | Downloaded httparse v1.8.0 |
1048 | 2024-04-25T19:20:37.899Z | Downloaded enum-as-inner v0.5.1 |
1049 | 2024-04-25T19:20:37.900Z | Downloaded serde_tokenstream v0.1.7 |
1050 | 2024-04-25T19:20:37.903Z | Downloaded thiserror-no-std v2.0.2 |
1051 | 2024-04-25T19:20:37.906Z | Downloaded zip v0.6.6 |
1052 | 2024-04-25T19:20:37.909Z | Downloaded version_check v0.9.4 |
1053 | 2024-04-25T19:20:37.914Z | Downloaded plain v0.2.3 |
1054 | 2024-04-25T19:20:37.914Z | Downloaded embedded-io v0.4.0 |
1055 | 2024-04-25T19:20:37.922Z | Downloaded tokio-tungstenite v0.20.1 |
1056 | 2024-04-25T19:20:37.923Z | Downloaded crossbeam-channel v0.5.8 |
1057 | 2024-04-25T19:20:37.937Z | Downloaded usdt-impl v0.5.0 |
1058 | 2024-04-25T19:20:37.937Z | Downloaded toml v0.7.8 |
1059 | 2024-04-25T19:20:37.937Z | Downloaded unicase v2.7.0 |
1060 | 2024-04-25T19:20:37.937Z | Downloaded usdt-impl v0.3.5 |
1061 | 2024-04-25T19:20:37.937Z | Downloaded hmac v0.12.1 |
1062 | 2024-04-25T19:20:37.937Z | Downloaded swrite v0.1.0 |
1063 | 2024-04-25T19:20:37.951Z | Downloaded generic-array v0.14.7 |
1064 | 2024-04-25T19:20:37.951Z | Downloaded xattr v1.0.1 |
1065 | 2024-04-25T19:20:37.951Z | Downloaded usdt v0.5.0 |
1066 | 2024-04-25T19:20:37.951Z | Downloaded tokio-native-tls v0.3.1 |
1067 | 2024-04-25T19:20:37.951Z | Downloaded dtrace-parser v0.2.0 |
1068 | 2024-04-25T19:20:37.952Z | Downloaded phf v0.11.2 |
1069 | 2024-04-25T19:20:37.952Z | Downloaded toml v0.8.12 |
1070 | 2024-04-25T19:20:37.952Z | Downloaded sec1 v0.7.3 |
1071 | 2024-04-25T19:20:37.952Z | Downloaded rand_core v0.5.1 |
1072 | 2024-04-25T19:20:37.967Z | Downloaded pkcs8 v0.10.2 |
1073 | 2024-04-25T19:20:37.967Z | Downloaded pin-project-lite v0.2.13 |
1074 | 2024-04-25T19:20:37.967Z | Downloaded pretty-hex v0.4.1 |
1075 | 2024-04-25T19:20:37.967Z | Downloaded dhcproto-macros v0.1.0 |
1076 | 2024-04-25T19:20:37.968Z | Downloaded same-file v1.0.6 |
1077 | 2024-04-25T19:20:37.968Z | Downloaded either v1.11.0 |
1078 | 2024-04-25T19:20:37.968Z | Downloaded resolv-conf v0.7.0 |
1079 | 2024-04-25T19:20:37.968Z | Downloaded r2d2 v0.8.10 |
1080 | 2024-04-25T19:20:37.968Z | Downloaded rcgen v0.12.1 |
1081 | 2024-04-25T19:20:37.989Z | Downloaded dhcproto v0.11.0 |
1082 | 2024-04-25T19:20:37.989Z | Downloaded derive_more v0.99.17 |
1083 | 2024-04-25T19:20:37.989Z | Downloaded serde_spanned v0.6.5 |
1084 | 2024-04-25T19:20:37.989Z | Downloaded primeorder v0.13.6 |
1085 | 2024-04-25T19:20:37.989Z | Downloaded flagset v0.4.3 |
1086 | 2024-04-25T19:20:37.989Z | Downloaded digest v0.10.7 |
1087 | 2024-04-25T19:20:37.989Z | Downloaded toolchain_find v0.4.0 |
1088 | 2024-04-25T19:20:37.989Z | Downloaded tempfile v3.10.1 |
1089 | 2024-04-25T19:20:38.402Z | Downloaded proc-macro2 v1.0.81 |
1090 | 2024-04-25T19:20:38.402Z | Downloaded semver v0.1.20 |
1091 | 2024-04-25T19:20:38.402Z | Downloaded heapless v0.7.16 |
1092 | 2024-04-25T19:20:38.403Z | Downloaded similar v2.4.0 |
1093 | 2024-04-25T19:20:38.403Z | Downloaded toml v0.5.11 |
1094 | 2024-04-25T19:20:38.403Z | Downloaded signal-hook-mio v0.2.3 |
1095 | 2024-04-25T19:20:38.403Z | Downloaded rfc6979 v0.4.0 |
1096 | 2024-04-25T19:20:38.403Z | Downloaded proc-macro-crate v1.3.1 |
1097 | 2024-04-25T19:20:38.403Z | Downloaded ppv-lite86 v0.2.17 |
1098 | 2024-04-25T19:20:38.403Z | Downloaded group v0.13.0 |
1099 | 2024-04-25T19:20:38.403Z | Downloaded futures-macro v0.3.30 |
1100 | 2024-04-25T19:20:38.403Z | Downloaded stringprep v0.1.3 |
1101 | 2024-04-25T19:20:38.403Z | Downloaded tokio-stream v0.1.15 |
1102 | 2024-04-25T19:20:38.403Z | Downloaded sync_wrapper v0.1.2 |
1103 | 2024-04-25T19:20:38.403Z | Downloaded trust-dns-server v0.22.1 |
1104 | 2024-04-25T19:20:38.403Z | Downloaded sha2 v0.10.8 |
1105 | 2024-04-25T19:20:38.403Z | Downloaded quick-error v1.2.3 |
1106 | 2024-04-25T19:20:38.403Z | Downloaded serde_tokenstream v0.2.0 |
1107 | 2024-04-25T19:20:38.403Z | Downloaded proc-macro-error-attr v1.0.4 |
1108 | 2024-04-25T19:20:38.403Z | Downloaded hyper-tls v0.5.0 |
1109 | 2024-04-25T19:20:38.403Z | Downloaded usdt v0.3.5 |
1110 | 2024-04-25T19:20:38.403Z | Downloaded unicode-xid v0.2.4 |
1111 | 2024-04-25T19:20:38.403Z | Downloaded ron v0.7.1 |
1112 | 2024-04-25T19:20:38.403Z | Downloaded unicode-segmentation v1.10.1 |
1113 | 2024-04-25T19:20:38.403Z | Downloaded spin v0.9.8 |
1114 | 2024-04-25T19:20:38.404Z | Downloaded futures-executor v0.3.30 |
1115 | 2024-04-25T19:20:38.404Z | Downloaded slog-scope v4.4.0 |
1116 | 2024-04-25T19:20:38.404Z | Downloaded slog-json v2.6.1 |
1117 | 2024-04-25T19:20:38.404Z | Downloaded tinyvec_macros v0.1.1 |
1118 | 2024-04-25T19:20:38.404Z | Downloaded serde_yaml v0.9.25 |
1119 | 2024-04-25T19:20:38.404Z | Downloaded time-core v0.1.2 |
1120 | 2024-04-25T19:20:38.404Z | Downloaded utf8parse v0.2.1 |
1121 | 2024-04-25T19:20:38.404Z | Downloaded predicates-core v1.0.6 |
1122 | 2024-04-25T19:20:38.404Z | Downloaded predicates v3.1.0 |
1123 | 2024-04-25T19:20:38.404Z | Downloaded serde_derive v1.0.198 |
1124 | 2024-04-25T19:20:38.404Z | Downloaded slog-envlogger v2.2.0 |
1125 | 2024-04-25T19:20:38.404Z | Downloaded tokio-macros v2.2.0 |
1126 | 2024-04-25T19:20:38.404Z | Downloaded env_logger v0.9.3 |
1127 | 2024-04-25T19:20:38.404Z | Downloaded tungstenite v0.21.0 |
1128 | 2024-04-25T19:20:38.404Z | Downloaded precomputed-hash v0.1.1 |
1129 | 2024-04-25T19:20:38.404Z | Downloaded postgres-types v0.2.6 |
1130 | 2024-04-25T19:20:38.404Z | Downloaded sigpipe v0.1.3 |
1131 | 2024-04-25T19:20:38.404Z | Downloaded string_cache v0.8.7 |
1132 | 2024-04-25T19:20:38.404Z | Downloaded hash32 v0.3.1 |
1133 | 2024-04-25T19:20:38.404Z | Downloaded zerocopy v0.3.0 |
1134 | 2024-04-25T19:20:38.404Z | Downloaded platforms v3.0.2 |
1135 | 2024-04-25T19:20:38.404Z | Downloaded flume v0.11.0 |
1136 | 2024-04-25T19:20:38.404Z | Downloaded fxhash v0.2.1 |
1137 | 2024-04-25T19:20:38.404Z | Downloaded elliptic-curve v0.13.8 |
1138 | 2024-04-25T19:20:38.405Z | Downloaded proc-macro-error v1.0.4 |
1139 | 2024-04-25T19:20:38.405Z | Downloaded futures-io v0.3.30 |
1140 | 2024-04-25T19:20:38.405Z | Downloaded quote v1.0.36 |
1141 | 2024-04-25T19:20:38.405Z | Downloaded schemars v0.8.16 |
1142 | 2024-04-25T19:20:38.405Z | Downloaded rustversion v1.0.14 |
1143 | 2024-04-25T19:20:38.405Z | Downloaded ghash v0.5.0 |
1144 | 2024-04-25T19:20:38.405Z | Downloaded rustc-demangle v0.1.23 |
1145 | 2024-04-25T19:20:38.405Z | Downloaded russh-keys v0.43.0 |
1146 | 2024-04-25T19:20:38.405Z | Downloaded diesel_derives v2.1.2 |
1147 | 2024-04-25T19:20:38.405Z | Downloaded dirs-sys v0.4.1 |
1148 | 2024-04-25T19:20:38.405Z | Downloaded powerfmt v0.2.0 |
1149 | 2024-04-25T19:20:38.405Z | Downloaded hyper-rustls v0.24.2 |
1150 | 2024-04-25T19:20:38.405Z | Downloaded dyn-clone v1.0.17 |
1151 | 2024-04-25T19:20:38.405Z | Downloaded unicode-ident v1.0.12 |
1152 | 2024-04-25T19:20:38.405Z | Downloaded pest v2.7.6 |
1153 | 2024-04-25T19:20:38.405Z | Downloaded dirs-sys-next v0.1.2 |
1154 | 2024-04-25T19:20:38.405Z | Downloaded nom v7.1.3 |
1155 | 2024-04-25T19:20:38.405Z | Downloaded uuid v1.8.0 |
1156 | 2024-04-25T19:20:38.405Z | Downloaded ryu v1.0.15 |
1157 | 2024-04-25T19:20:38.405Z | Downloaded futures-core v0.3.30 |
1158 | 2024-04-25T19:20:38.405Z | Downloaded rayon-core v1.12.1 |
1159 | 2024-04-25T19:20:38.405Z | Downloaded ed25519-dalek v2.0.0 |
1160 | 2024-04-25T19:20:38.406Z | Downloaded tracing-core v0.1.32 |
1161 | 2024-04-25T19:20:38.406Z | Downloaded fixedbitset v0.4.2 |
1162 | 2024-04-25T19:20:38.406Z | Downloaded rand v0.8.5 |
1163 | 2024-04-25T19:20:38.406Z | Downloaded http v1.0.0 |
1164 | 2024-04-25T19:20:38.406Z | Downloaded socket2 v0.5.6 |
1165 | 2024-04-25T19:20:38.406Z | Downloaded term v0.7.0 |
1166 | 2024-04-25T19:20:38.406Z | Downloaded signal-hook v0.3.17 |
1167 | 2024-04-25T19:20:38.406Z | Downloaded serde_derive_internals v0.26.0 |
1168 | 2024-04-25T19:20:38.406Z | Downloaded time-macros v0.2.17 |
1169 | 2024-04-25T19:20:38.406Z | Downloaded zerocopy v0.6.6 |
1170 | 2024-04-25T19:20:38.406Z | Downloaded regex-automata v0.1.10 |
1171 | 2024-04-25T19:20:38.406Z | Downloaded http v0.2.12 |
1172 | 2024-04-25T19:20:38.406Z | Downloaded unsafe-libyaml v0.2.10 |
1173 | 2024-04-25T19:20:38.406Z | Downloaded hyper-staticfile v0.9.5 |
1174 | 2024-04-25T19:20:38.406Z | Downloaded slog v2.7.0 |
1175 | 2024-04-25T19:20:38.406Z | Downloaded flate2 v1.0.28 |
1176 | 2024-04-25T19:20:38.406Z | Downloaded itertools v0.12.1 |
1177 | 2024-04-25T19:20:38.406Z | Downloaded uuid v0.8.2 |
1178 | 2024-04-25T19:20:38.406Z | Downloaded tinyvec v1.6.0 |
1179 | 2024-04-25T19:20:38.406Z | Downloaded semver v1.0.22 |
1180 | 2024-04-25T19:20:38.406Z | Downloaded steno v0.4.0 |
1181 | 2024-04-25T19:20:38.406Z | Downloaded russh v0.43.0 |
1182 | 2024-04-25T19:20:38.406Z | Downloaded url v2.5.0 |
1183 | 2024-04-25T19:20:38.407Z | Downloaded publicsuffix v2.2.3 |
1184 | 2024-04-25T19:20:38.407Z | Downloaded hashbrown v0.14.3 |
1185 | 2024-04-25T19:20:38.407Z | Downloaded serde_json v1.0.116 |
1186 | 2024-04-25T19:20:38.407Z | Downloaded aho-corasick v1.1.2 |
1187 | 2024-04-25T19:20:38.407Z | Downloaded hashbrown v0.12.3 |
1188 | 2024-04-25T19:20:38.407Z | Downloaded trust-dns-client v0.22.0 |
1189 | 2024-04-25T19:20:38.410Z | Downloaded winnow v0.6.1 |
1190 | 2024-04-25T19:20:38.410Z | Downloaded tokio-util v0.7.10 |
1191 | 2024-04-25T19:20:38.411Z | Downloaded winnow v0.5.15 |
1192 | 2024-04-25T19:20:38.411Z | Downloaded toml_edit v0.22.9 |
1193 | 2024-04-25T19:20:38.411Z | Downloaded expectorate v1.1.0 |
1194 | 2024-04-25T19:20:38.411Z | Downloaded unicode-normalization v0.1.22 |
1195 | 2024-04-25T19:20:38.411Z | Downloaded hkdf v0.12.4 |
1196 | 2024-04-25T19:20:38.411Z | Downloaded rand v0.7.3 |
1197 | 2024-04-25T19:20:38.411Z | Downloaded serde_with v3.7.0 |
1198 | 2024-04-25T19:20:38.411Z | Downloaded chrono v0.4.38 |
1199 | 2024-04-25T19:20:38.411Z | Downloaded p521 v0.13.3 |
1200 | 2024-04-25T19:20:38.411Z | Downloaded clap_builder v4.5.2 |
1201 | 2024-04-25T19:20:38.411Z | Downloaded unicode-width v0.1.11 |
1202 | 2024-04-25T19:20:38.411Z | Downloaded futures v0.3.30 |
1203 | 2024-04-25T19:20:38.411Z | Downloaded trust-dns-resolver v0.22.0 |
1204 | 2024-04-25T19:20:38.411Z | Downloaded time v0.3.34 |
1205 | 2024-04-25T19:20:38.411Z | Downloaded toml_edit v0.19.15 |
1206 | 2024-04-25T19:20:38.411Z | Downloaded rustls-webpki v0.101.7 |
1207 | 2024-04-25T19:20:38.411Z | Downloaded reqwest v0.11.24 |
1208 | 2024-04-25T19:20:38.411Z | Downloaded rayon v1.10.0 |
1209 | 2024-04-25T19:20:38.411Z | Downloaded zerocopy v0.7.32 |
1210 | 2024-04-25T19:20:38.411Z | Downloaded h2 v0.3.26 |
1211 | 2024-04-25T19:20:38.411Z | Downloaded hyper v0.14.28 |
1212 | 2024-04-25T19:20:38.411Z | Downloaded idna v0.5.0 |
1213 | 2024-04-25T19:20:38.411Z | Downloaded smoltcp v0.9.1 |
1214 | 2024-04-25T19:20:38.412Z | Downloaded openssl v0.10.64 |
1215 | 2024-04-25T19:20:38.426Z | Downloaded rustls-webpki v0.102.1 |
1216 | 2024-04-25T19:20:38.429Z | Downloaded syn v1.0.109 |
1217 | 2024-04-25T19:20:38.439Z | Downloaded radix_trie v0.2.1 |
1218 | 2024-04-25T19:20:38.444Z | Downloaded rustls v0.21.9 |
1219 | 2024-04-25T19:20:38.468Z | Downloaded vcpkg v0.2.15 |
1220 | 2024-04-25T19:20:38.497Z | Downloaded trust-dns-proto v0.22.0 |
1221 | 2024-04-25T19:20:38.507Z | Downloaded rustix v0.38.31 |
1222 | 2024-04-25T19:20:38.533Z | Downloaded gimli v0.28.0 |
1223 | 2024-04-25T19:20:38.544Z | Downloaded rustls v0.22.4 |
1224 | 2024-04-25T19:20:38.556Z | Downloaded smoltcp v0.11.0 |
1225 | 2024-04-25T19:20:38.562Z | Downloaded regress v0.9.1 |
1226 | 2024-04-25T19:20:38.569Z | Downloaded diesel v2.1.6 |
1227 | 2024-04-25T19:20:38.586Z | Downloaded regex-syntax v0.8.2 |
1228 | 2024-04-25T19:20:38.593Z | Downloaded bstr v1.9.0 |
1229 | 2024-04-25T19:20:38.603Z | Downloaded syn v2.0.59 |
1230 | 2024-04-25T19:20:38.613Z | Downloaded openapiv3 v2.0.0 |
1231 | 2024-04-25T19:20:38.626Z | Downloaded regex-automata v0.4.5 |
1232 | 2024-04-25T19:20:38.642Z | Downloaded sled v0.34.7 |
1233 | 2024-04-25T19:20:38.652Z | Downloaded libc v0.2.153 |
1234 | 2024-04-25T19:20:38.678Z | Downloaded sha3 v0.10.8 |
1235 | 2024-04-25T19:20:38.683Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1236 | 2024-04-25T19:20:38.696Z | Downloaded tokio v1.37.0 |
1237 | 2024-04-25T19:20:38.731Z | Downloaded zerocopy-derive v0.2.0 |
1238 | 2024-04-25T19:20:38.742Z | Downloaded zerocopy-derive v0.6.6 |
1239 | 2024-04-25T19:20:38.757Z | Downloaded bstr v0.2.17 |
1240 | 2024-04-25T19:20:38.769Z | Downloaded curve25519-dalek v4.1.2 |
1241 | 2024-04-25T19:20:38.781Z | Downloaded regex v1.10.4 |
1242 | 2024-04-25T19:20:38.806Z | Downloaded winapi v0.3.9 |
1243 | 2024-04-25T19:20:38.839Z | Downloaded object v0.32.1 |
1244 | 2024-04-25T19:20:38.851Z | Downloaded encoding_rs v0.8.33 |
1245 | 2024-04-25T19:20:38.871Z | Downloaded futures-util v0.3.30 |
1246 | 2024-04-25T19:20:38.885Z | Downloaded webpki-roots v0.25.2 |
1247 | 2024-04-25T19:20:38.897Z | Downloaded goblin v0.8.0 |
1248 | 2024-04-25T19:20:38.907Z | Downloaded petgraph v0.6.4 |
1249 | 2024-04-25T19:20:38.920Z | Downloaded tabled v0.15.0 |
1250 | 2024-04-25T19:20:38.931Z | Downloaded mio v0.8.11 |
1251 | 2024-04-25T19:20:39.349Z | Downloaded unicode-bidi v0.3.15 |
1252 | 2024-04-25T19:20:39.349Z | Downloaded serde v1.0.198 |
1253 | 2024-04-25T19:20:39.349Z | Downloaded slog-dtrace v0.3.0 |
1254 | 2024-04-25T19:20:39.369Z | Downloaded tabwriter v1.4.0 |
1255 | 2024-04-25T19:20:39.369Z | Downloaded tracing-attributes v0.1.27 |
1256 | 2024-04-25T19:20:39.369Z | Downloaded crossterm v0.27.0 |
1257 | 2024-04-25T19:20:39.370Z | Downloaded dirs-next v2.0.0 |
1258 | 2024-04-25T19:20:39.370Z | Downloaded dirs v5.0.1 |
1259 | 2024-04-25T19:20:39.370Z | Downloaded futures-channel v0.3.30 |
1260 | 2024-04-25T19:20:39.370Z | Downloaded scopeguard v1.2.0 |
1261 | 2024-04-25T19:20:39.370Z | Downloaded heapless v0.8.0 |
1262 | 2024-04-25T19:20:39.370Z | Downloaded blake3 v1.5.0 |
1263 | 2024-04-25T19:20:39.370Z | Downloaded tracing v0.1.40 |
1264 | 2024-04-25T19:20:39.370Z | Downloaded sha1 v0.10.6 |
1265 | 2024-04-25T19:20:39.370Z | Downloaded poly1305 v0.8.0 |
1266 | 2024-04-25T19:20:39.370Z | Downloaded getrandom v0.2.12 |
1267 | 2024-04-25T19:20:39.370Z | Downloaded getrandom v0.1.16 |
1268 | 2024-04-25T19:20:39.370Z | Downloaded yasna v0.5.2 |
1269 | 2024-04-25T19:20:39.370Z | Downloaded ucd-trie v0.1.6 |
1270 | 2024-04-25T19:20:39.370Z | Downloaded typenum v1.16.0 |
1271 | 2024-04-25T19:20:39.370Z | Downloaded num-bigint v0.4.4 |
1272 | 2024-04-25T19:20:39.370Z | Downloaded libm v0.2.7 |
1273 | 2024-04-25T19:20:39.370Z | Downloaded memchr v2.7.1 |
1274 | 2024-04-25T19:20:39.370Z | Downloaded scroll v0.12.0 |
1275 | 2024-04-25T19:20:39.370Z | Downloaded scheduled-thread-pool v0.2.7 |
1276 | 2024-04-25T19:20:39.370Z | Downloaded headers v0.3.9 |
1277 | 2024-04-25T19:20:39.370Z | Downloaded indexmap v2.2.6 |
1278 | 2024-04-25T19:20:39.370Z | Downloaded secrecy v0.8.0 |
1279 | 2024-04-25T19:20:39.371Z | Downloaded schemars_derive v0.8.16 |
1280 | 2024-04-25T19:20:39.371Z | Downloaded strum_macros v0.26.1 |
1281 | 2024-04-25T19:20:39.371Z | Downloaded pretty-hex v0.2.1 |
1282 | 2024-04-25T19:20:39.371Z | Downloaded form_urlencoded v1.2.1 |
1283 | 2024-04-25T19:20:39.371Z | Downloaded derive-where v1.2.7 |
1284 | 2024-04-25T19:20:39.371Z | Downloaded papergrid v0.11.0 |
1285 | 2024-04-25T19:20:39.371Z | Downloaded der v0.7.8 |
1286 | 2024-04-25T19:20:39.371Z | Downloaded vsss-rs v3.3.4 |
1287 | 2024-04-25T19:20:39.371Z | Downloaded tungstenite v0.20.1 |
1288 | 2024-04-25T19:20:39.371Z | Downloaded ring v0.17.8 |
1289 | 2024-04-25T19:20:39.371Z | Downloaded ring v0.16.20 |
1290 | 2024-04-25T19:20:39.371Z | Downloaded signature v2.1.0 |
1291 | 2024-04-25T19:20:39.371Z | Downloaded slog-stdlog v4.1.1 |
1292 | 2024-04-25T19:20:39.371Z | Downloaded dof v0.1.5 |
1293 | 2024-04-25T19:20:39.371Z | Downloaded universal-hash v0.5.1 |
1294 | 2024-04-25T19:20:39.371Z | Downloaded base64 v0.22.0 |
1295 | 2024-04-25T19:20:39.371Z | Downloaded darling_core v0.20.8 |
1296 | 2024-04-25T19:20:39.371Z | Downloaded backtrace v0.3.69 |
1297 | 2024-04-25T19:20:39.371Z | Downloaded mime_guess v2.0.4 |
1298 | 2024-04-25T19:20:39.371Z | Downloaded fallible-iterator v0.2.0 |
1299 | 2024-04-25T19:20:39.371Z | Downloaded tar v0.4.40 |
1300 | 2024-04-25T19:20:39.371Z | Downloaded subprocess v0.2.9 |
1301 | 2024-04-25T19:20:39.371Z | Downloaded socket2 v0.4.9 |
1302 | 2024-04-25T19:20:39.372Z | Downloaded base64 v0.13.1 |
1303 | 2024-04-25T19:20:39.372Z | Downloaded structmeta v0.3.0 |
1304 | 2024-04-25T19:20:39.372Z | Downloaded walkdir v2.5.0 |
1305 | 2024-04-25T19:20:39.372Z | Downloaded password-hash v0.5.0 |
1306 | 2024-04-25T19:20:39.372Z | Downloaded crossbeam-utils v0.8.19 |
1307 | 2024-04-25T19:20:39.372Z | Downloaded allocator-api2 v0.2.16 |
1308 | 2024-04-25T19:20:39.372Z | Downloaded const-oid v0.9.6 |
1309 | 2024-04-25T19:20:39.372Z | Downloaded heck v0.5.0 |
1310 | 2024-04-25T19:20:39.372Z | Downloaded heck v0.4.1 |
1311 | 2024-04-25T19:20:39.372Z | Downloaded heck v0.3.3 |
1312 | 2024-04-25T19:20:39.372Z | Downloaded once_cell v1.19.0 |
1313 | 2024-04-25T19:20:39.372Z | Downloaded num-complex v0.4.5 |
1314 | 2024-04-25T19:20:39.372Z | Downloaded parking_lot v0.11.2 |
1315 | 2024-04-25T19:20:39.372Z | Downloaded multer v3.0.0 |
1316 | 2024-04-25T19:20:39.372Z | Downloaded hash32 v0.2.1 |
1317 | 2024-04-25T19:20:39.372Z | Downloaded topological-sort v0.2.2 |
1318 | 2024-04-25T19:20:39.372Z | Downloaded errno v0.3.8 |
1319 | 2024-04-25T19:20:39.372Z | Downloaded zone v0.1.8 |
1320 | 2024-04-25T19:20:39.372Z | Downloaded native-tls v0.2.11 |
1321 | 2024-04-25T19:20:39.372Z | Downloaded indexmap v1.9.3 |
1322 | 2024-04-25T19:20:39.373Z | Downloaded cookie v0.17.0 |
1323 | 2024-04-25T19:20:39.373Z | Downloaded convert_case v0.4.0 |
1324 | 2024-04-25T19:20:39.373Z | Downloaded bzip2 v0.4.4 |
1325 | 2024-04-25T19:20:39.373Z | Downloaded byteorder v1.5.0 |
1326 | 2024-04-25T19:20:39.373Z | Downloaded macaddr v1.0.1 |
1327 | 2024-04-25T19:20:39.373Z | Downloaded log v0.4.21 |
1328 | 2024-04-25T19:20:39.373Z | Downloaded lazy_static v1.4.0 |
1329 | 2024-04-25T19:20:39.373Z | Downloaded cancel-safe-futures v0.1.5 |
1330 | 2024-04-25T19:20:39.373Z | Downloaded camino v1.1.6 |
1331 | 2024-04-25T19:20:39.373Z | Downloaded num_cpus v1.16.0 |
1332 | 2024-04-25T19:20:39.373Z | Downloaded num-integer v0.1.46 |
1333 | 2024-04-25T19:20:39.373Z | Downloaded thiserror v1.0.58 |
1334 | 2024-04-25T19:20:39.373Z | Downloaded synstructure v0.12.6 |
1335 | 2024-04-25T19:20:39.373Z | Downloaded spki v0.7.2 |
1336 | 2024-04-25T19:20:39.373Z | Downloaded slog-bunyan v2.5.0 |
1337 | 2024-04-25T19:20:39.373Z | Downloaded parse-display-derive v0.9.0 |
1338 | 2024-04-25T19:20:39.373Z | Downloaded num-iter v0.1.44 |
1339 | 2024-04-25T19:20:39.373Z | Downloaded num v0.4.2 |
1340 | 2024-04-25T19:20:39.373Z | Downloaded mime v0.3.17 |
1341 | 2024-04-25T19:20:39.373Z | Downloaded linked-hash-map v0.5.6 |
1342 | 2024-04-25T19:20:39.373Z | Downloaded kstat-rs v0.2.3 |
1343 | 2024-04-25T19:20:39.373Z | Downloaded itoa v1.0.9 |
1344 | 2024-04-25T19:20:39.373Z | Downloaded ipnetwork v0.20.0 |
1345 | 2024-04-25T19:20:39.373Z | Downloaded defmt-parser v0.3.3 |
1346 | 2024-04-25T19:20:39.374Z | Downloaded crossbeam-deque v0.8.3 |
1347 | 2024-04-25T19:20:39.374Z | Downloaded colored v2.1.0 |
1348 | 2024-04-25T19:20:39.374Z | Downloaded ciborium v0.2.2 |
1349 | 2024-04-25T19:20:39.374Z | Downloaded zone_cfg_derive v0.1.2 |
1350 | 2024-04-25T19:20:39.374Z | Downloaded clap_derive v4.5.4 |
1351 | 2024-04-25T19:20:39.374Z | Downloaded data-encoding v2.4.0 |
1352 | 2024-04-25T19:20:39.374Z | Downloaded constant_time_eq v0.3.0 |
1353 | 2024-04-25T19:20:39.374Z | Downloaded bytecount v0.6.3 |
1354 | 2024-04-25T19:20:39.378Z | Downloaded blowfish v0.9.1 |
1355 | 2024-04-25T19:20:39.378Z | Downloaded nanorand v0.7.0 |
1356 | 2024-04-25T19:20:39.378Z | Downloaded md-5 v0.10.5 |
1357 | 2024-04-25T19:20:39.378Z | Downloaded keccak v0.1.4 |
1358 | 2024-04-25T19:20:39.378Z | Downloaded new_debug_unreachable v1.0.4 |
1359 | 2024-04-25T19:20:39.378Z | Downloaded memmap2 v0.7.1 |
1360 | 2024-04-25T19:20:39.378Z | Downloaded parking_lot_core v0.8.6 |
1361 | 2024-04-25T19:20:39.378Z | Downloaded num_threads v0.1.6 |
1362 | 2024-04-25T19:20:39.378Z | Downloaded newtype_derive v0.1.6 |
1363 | 2024-04-25T19:20:39.378Z | Downloaded matches v0.1.10 |
1364 | 2024-04-25T19:20:39.378Z | Downloaded libefi-sys v0.1.0 |
1365 | 2024-04-25T19:20:39.378Z | Downloaded colorchoice v1.0.0 |
1366 | 2024-04-25T19:20:39.378Z | Downloaded bitstruct_derive v0.1.0 |
1367 | 2024-04-25T19:20:39.378Z | Downloaded autocfg v1.1.0 |
1368 | 2024-04-25T19:20:39.378Z | Downloaded block-buffer v0.10.4 |
1369 | 2024-04-25T19:20:39.378Z | Downloaded async-stream v0.3.5 |
1370 | 2024-04-25T19:20:39.378Z | Downloaded atty v0.2.14 |
1371 | 2024-04-25T19:20:39.796Z | Compiling proc-macro2 v1.0.81 |
1372 | 2024-04-25T19:20:39.810Z | Compiling unicode-ident v1.0.12 |
1373 | 2024-04-25T19:20:39.810Z | Compiling libc v0.2.153 |
1374 | 2024-04-25T19:20:39.810Z | Compiling serde v1.0.198 |
1375 | 2024-04-25T19:20:39.810Z | Compiling version_check v0.9.4 |
1376 | 2024-04-25T19:20:39.810Z | Compiling cfg-if v1.0.0 |
1377 | 2024-04-25T19:20:39.830Z | Compiling autocfg v1.1.0 |
1378 | 2024-04-25T19:20:39.978Z | Compiling syn v1.0.109 |
1379 | 2024-04-25T19:20:40.002Z | Compiling once_cell v1.19.0 |
1380 | 2024-04-25T19:20:40.068Z | Compiling thiserror v1.0.58 |
1381 | 2024-04-25T19:20:40.416Z | Compiling typenum v1.16.0 |
1382 | 2024-04-25T19:20:40.573Z | Compiling parking_lot_core v0.9.8 |
1383 | 2024-04-25T19:20:40.662Z | Compiling lock_api v0.4.10 |
1384 | 2024-04-25T19:20:41.433Z | Compiling generic-array v0.14.7 |
1385 | 2024-04-25T19:20:41.439Z | Compiling byteorder v1.5.0 |
1386 | 2024-04-25T19:20:41.476Z | Compiling memchr v2.7.1 |
1387 | 2024-04-25T19:20:41.599Z | Compiling libm v0.2.7 |
1388 | 2024-04-25T19:20:41.608Z | Compiling serde_json v1.0.116 |
1389 | 2024-04-25T19:20:41.716Z | Compiling ahash v0.8.8 |
1390 | 2024-04-25T19:20:42.137Z | Compiling num-traits v0.2.18 |
1391 | 2024-04-25T19:20:42.138Z | Compiling log v0.4.21 |
1392 | 2024-04-25T19:20:42.138Z | Compiling itoa v1.0.9 |
1393 | 2024-04-25T19:20:42.347Z | Compiling scopeguard v1.2.0 |
1394 | 2024-04-25T19:20:42.416Z | Compiling quote v1.0.36 |
1395 | 2024-04-25T19:20:42.486Z | Compiling slab v0.4.9 |
1396 | 2024-04-25T19:20:42.787Z | Compiling syn v2.0.59 |
1397 | 2024-04-25T19:20:42.929Z | Compiling getrandom v0.2.12 |
1398 | 2024-04-25T19:20:43.021Z | Compiling cc v1.0.83 |
1399 | 2024-04-25T19:20:43.541Z | Compiling rand_core v0.6.4 |
1400 | 2024-04-25T19:20:43.734Z | Compiling smallvec v1.13.1 |
1401 | 2024-04-25T19:20:43.898Z | Compiling ryu v1.0.15 |
1402 | 2024-04-25T19:20:43.921Z | Compiling allocator-api2 v0.2.16 |
1403 | 2024-04-25T19:20:44.188Z | Compiling pin-project-lite v0.2.13 |
1404 | 2024-04-25T19:20:44.208Z | Compiling subtle v2.5.0 |
1405 | 2024-04-25T19:20:44.310Z | Compiling pkg-config v0.3.27 |
1406 | 2024-04-25T19:20:44.562Z | Compiling heck v0.4.1 |
1407 | 2024-04-25T19:20:44.731Z | Compiling parking_lot v0.12.1 |
1408 | 2024-04-25T19:20:45.062Z | Compiling schemars v0.8.16 |
1409 | 2024-04-25T19:20:45.077Z | Compiling signal-hook-registry v1.4.1 |
1410 | 2024-04-25T19:20:45.425Z | Compiling mio v0.8.11 |
1411 | 2024-04-25T19:20:45.444Z | Compiling equivalent v1.0.1 |
1412 | 2024-04-25T19:20:45.664Z | Compiling num_cpus v1.16.0 |
1413 | 2024-04-25T19:20:45.752Z | Compiling socket2 v0.5.6 |
1414 | 2024-04-25T19:20:45.889Z | Compiling num-conv v0.1.0 |
1415 | 2024-04-25T19:20:45.998Z | Compiling ring v0.17.8 |
1416 | 2024-04-25T19:20:46.188Z | Compiling time-core v0.1.2 |
1417 | 2024-04-25T19:20:46.352Z | Compiling time-macros v0.2.17 |
1418 | 2024-04-25T19:20:46.745Z | Compiling futures-core v0.3.30 |
1419 | 2024-04-25T19:20:46.982Z | Compiling const-oid v0.9.6 |
1420 | 2024-04-25T19:20:47.011Z | Compiling httparse v1.8.0 |
1421 | 2024-04-25T19:20:47.107Z | Compiling vcpkg v0.2.15 |
1422 | 2024-04-25T19:20:48.773Z | Compiling fnv v1.0.7 |
1423 | 2024-04-25T19:20:48.819Z | Compiling futures-sink v0.3.30 |
1424 | 2024-04-25T19:20:48.902Z | Compiling ring v0.16.20 |
1425 | 2024-04-25T19:20:49.234Z | Compiling futures-channel v0.3.30 |
1426 | 2024-04-25T19:20:49.284Z | Compiling openssl-sys v0.9.102 |
1427 | 2024-04-25T19:20:49.357Z | Compiling slog v2.7.0 |
1428 | 2024-04-25T19:20:49.616Z | Compiling spin v0.5.2 |
1429 | 2024-04-25T19:20:49.795Z | Compiling pin-utils v0.1.0 |
1430 | 2024-04-25T19:20:49.827Z | Compiling futures-io v0.3.30 |
1431 | 2024-04-25T19:20:49.850Z | Compiling futures-task v0.3.30 |
1432 | 2024-04-25T19:20:49.877Z | Compiling semver v1.0.22 |
1433 | 2024-04-25T19:20:50.075Z | Compiling serde_derive_internals v0.26.0 |
1434 | 2024-04-25T19:20:50.125Z | Compiling ucd-trie v0.1.6 |
1435 | 2024-04-25T19:20:50.142Z | Compiling openssl v0.10.64 |
1436 | 2024-04-25T19:20:50.268Z | Compiling iana-time-zone v0.1.57 |
1437 | 2024-04-25T19:20:50.758Z | Compiling rustix v0.38.31 |
1438 | 2024-04-25T19:20:50.762Z | Compiling native-tls v0.2.11 |
1439 | 2024-04-25T19:20:50.762Z | Compiling rustls v0.21.9 |
1440 | 2024-04-25T19:20:50.779Z | Compiling cpufeatures v0.2.12 |
1441 | 2024-04-25T19:20:50.826Z | Compiling tinyvec_macros v0.1.1 |
1442 | 2024-04-25T19:20:50.844Z | Compiling backtrace v0.3.69 |
1443 | 2024-04-25T19:20:51.288Z | Compiling cookie v0.17.0 |
1444 | 2024-04-25T19:20:51.288Z | Compiling tinyvec v1.6.0 |
1445 | 2024-04-25T19:20:51.434Z | Compiling aho-corasick v1.1.2 |
1446 | 2024-04-25T19:20:51.715Z | Compiling dyn-clone v1.0.17 |
1447 | 2024-04-25T19:20:51.877Z | Compiling uuid v0.8.2 |
1448 | 2024-04-25T19:20:51.937Z | Compiling regex-syntax v0.8.2 |
1449 | 2024-04-25T19:20:52.317Z | Compiling unicode-normalization v0.1.22 |
1450 | 2024-04-25T19:20:52.552Z | Compiling unicode-bidi v0.3.15 |
1451 | 2024-04-25T19:20:53.010Z | Compiling crossbeam-utils v0.8.19 |
1452 | 2024-04-25T19:20:53.376Z | Compiling anyhow v1.0.82 |
1453 | 2024-04-25T19:20:53.591Z | Compiling ppv-lite86 v0.2.17 |
1454 | 2024-04-25T19:20:53.619Z | Compiling tracing-core v0.1.32 |
1455 | 2024-04-25T19:20:55.036Z | Compiling percent-encoding v2.3.1 |
1456 | 2024-04-25T19:20:55.237Z | Compiling regex-automata v0.4.5 |
1457 | 2024-04-25T19:20:56.090Z | Compiling rand_chacha v0.3.1 |
1458 | 2024-04-25T19:20:57.095Z | Compiling serde_derive v1.0.198 |
1459 | 2024-04-25T19:20:57.118Z | Compiling zeroize_derive v1.4.2 |
1460 | 2024-04-25T19:20:57.138Z | Compiling zerocopy-derive v0.7.32 |
1461 | 2024-04-25T19:20:57.316Z | Compiling thiserror-impl v1.0.58 |
1462 | 2024-04-25T19:20:57.799Z | Compiling tokio-macros v2.2.0 |
1463 | 2024-04-25T19:20:57.907Z | Compiling futures-macro v0.3.30 |
1464 | 2024-04-25T19:20:58.372Z | Compiling tracing-attributes v0.1.27 |
1465 | 2024-04-25T19:20:58.755Z | Compiling zeroize v1.7.0 |
1466 | 2024-04-25T19:20:59.494Z | Compiling zerocopy v0.7.32 |
1467 | 2024-04-25T19:20:59.516Z | Compiling schemars_derive v0.8.16 |
1468 | 2024-04-25T19:21:00.614Z | Compiling crypto-common v0.1.6 |
1469 | 2024-04-25T19:21:00.870Z | Compiling block-buffer v0.10.4 |
1470 | 2024-04-25T19:21:00.976Z | Compiling futures-util v0.3.30 |
1471 | 2024-04-25T19:21:01.181Z | Compiling digest v0.10.7 |
1472 | 2024-04-25T19:21:01.696Z | Compiling pest v2.7.6 |
1473 | 2024-04-25T19:21:01.783Z | Compiling hashbrown v0.14.3 |
1474 | 2024-04-25T19:21:01.797Z | Compiling openssl-macros v0.1.1 |
1475 | 2024-04-25T19:21:02.287Z | Compiling async-trait v0.1.80 |
1476 | 2024-04-25T19:21:03.173Z | Compiling tracing v0.1.40 |
1477 | 2024-04-25T19:21:03.338Z | Compiling regex v1.10.4 |
1478 | 2024-04-25T19:21:03.694Z | Compiling scroll_derive v0.12.0 |
1479 | 2024-04-25T19:21:04.400Z | Compiling pest_meta v2.7.6 |
1480 | 2024-04-25T19:21:04.467Z | Compiling der_derive v0.7.2 |
1481 | 2024-04-25T19:21:05.464Z | Compiling rand v0.8.5 |
1482 | 2024-04-25T19:21:05.547Z | Compiling spin v0.9.8 |
1483 | 2024-04-25T19:21:06.960Z | Compiling pest_generator v2.7.6 |
1484 | 2024-04-25T19:21:06.982Z | Compiling thread-id v4.2.0 |
1485 | 2024-04-25T19:21:07.013Z | Compiling powerfmt v0.2.0 |
1486 | 2024-04-25T19:21:07.041Z | Compiling rustversion v1.0.14 |
1487 | 2024-04-25T19:21:07.402Z | Compiling deranged v0.3.11 |
1488 | 2024-04-25T19:21:07.487Z | Compiling form_urlencoded v1.2.1 |
1489 | 2024-04-25T19:21:07.913Z | Compiling winnow v0.5.15 |
1490 | 2024-04-25T19:21:08.250Z | Compiling num_threads v0.1.6 |
1491 | 2024-04-25T19:21:08.320Z | Compiling unicode-width v0.1.11 |
1492 | 2024-04-25T19:21:09.229Z | Compiling pest_derive v2.7.6 |
1493 | 2024-04-25T19:21:09.353Z | Compiling time v0.3.34 |
1494 | 2024-04-25T19:21:10.407Z | Compiling unicode-xid v0.2.4 |
1495 | 2024-04-25T19:21:10.568Z | Compiling synstructure v0.12.6 |
1496 | 2024-04-25T19:21:11.775Z | Compiling bytes v1.6.0 |
1497 | 2024-04-25T19:21:12.120Z | Compiling indexmap v2.2.6 |
1498 | 2024-04-25T19:21:12.940Z | Compiling tokio v1.37.0 |
1499 | 2024-04-25T19:21:13.115Z | Compiling chrono v0.4.38 |
1500 | 2024-04-25T19:21:13.322Z | Compiling uuid v1.8.0 |
1501 | 2024-04-25T19:21:14.303Z | Compiling bitflags v2.4.2 |
1502 | 2024-04-25T19:21:14.666Z | Compiling http v0.2.12 |
1503 | 2024-04-25T19:21:15.144Z | Compiling toml_datetime v0.6.5 |
1504 | 2024-04-25T19:21:15.552Z | Compiling serde_spanned v0.6.5 |
1505 | 2024-04-25T19:21:15.770Z | Compiling rustc_version v0.4.0 |
1506 | 2024-04-25T19:21:16.846Z | Compiling toml_edit v0.19.15 |
1507 | 2024-04-25T19:21:17.100Z | Compiling openapiv3 v2.0.0 |
1508 | 2024-04-25T19:21:18.506Z | Compiling serde_tokenstream v0.2.0 |
1509 | 2024-04-25T19:21:19.117Z | Compiling idna v0.5.0 |
1510 | 2024-04-25T19:21:20.094Z | Compiling usdt-impl v0.5.0 |
1511 | 2024-04-25T19:21:26.761Z | Compiling crc32fast v1.3.2 |
1512 | 2024-04-25T19:21:26.831Z | Compiling url v2.5.0 |
1513 | 2024-04-25T19:21:26.831Z | Compiling zerocopy-derive v0.2.0 |
1514 | 2024-04-25T19:21:26.831Z | Compiling scroll v0.12.0 |
1515 | 2024-04-25T19:21:26.831Z | Compiling lazy_static v1.4.0 |
1516 | 2024-04-25T19:21:26.831Z | Compiling plain v0.2.3 |
1517 | 2024-04-25T19:21:26.831Z | Compiling goblin v0.8.0 |
1518 | 2024-04-25T19:21:26.832Z | Compiling tokio-util v0.7.10 |
1519 | 2024-04-25T19:21:26.832Z | Compiling pretty-hex v0.4.1 |
1520 | 2024-04-25T19:21:26.832Z | Compiling untrusted v0.9.0 |
1521 | 2024-04-25T19:21:26.832Z | Compiling untrusted v0.7.1 |
1522 | 2024-04-25T19:21:26.832Z | Compiling foreign-types-shared v0.1.1 |
1523 | 2024-04-25T19:21:26.832Z | Compiling foreign-types v0.3.2 |
1524 | 2024-04-25T19:21:27.686Z | Compiling dof v0.3.0 |
1525 | 2024-04-25T19:21:29.665Z | Compiling dtrace-parser v0.2.0 |
1526 | 2024-04-25T19:21:30.172Z | Compiling errno v0.3.8 |
1527 | 2024-04-25T19:21:30.234Z | Compiling usdt-impl v0.3.5 |
1528 | 2024-04-25T19:21:30.409Z | Compiling adler v1.0.2 |
1529 | 2024-04-25T19:21:30.581Z | Compiling try-lock v0.2.4 |
1530 | 2024-04-25T19:21:30.631Z | Compiling base64 v0.21.7 |
1531 | 2024-04-25T19:21:31.180Z | Compiling want v0.3.1 |
1532 | 2024-04-25T19:21:31.398Z | Compiling miniz_oxide v0.7.1 |
1533 | 2024-04-25T19:21:32.255Z | Compiling rustls-webpki v0.101.7 |
1534 | 2024-04-25T19:21:32.688Z | Compiling sct v0.7.0 |
1535 | 2024-04-25T19:21:32.892Z | Compiling h2 v0.3.26 |
1536 | 2024-04-25T19:21:33.826Z | Compiling http-body v0.4.5 |
1537 | 2024-04-25T19:21:34.449Z | Compiling num-bigint v0.4.4 |
1538 | 2024-04-25T19:21:34.471Z | Compiling openssl-probe v0.1.5 |
1539 | 2024-04-25T19:21:34.535Z | Compiling httpdate v1.0.3 |
1540 | 2024-04-25T19:21:34.953Z | Compiling tower-service v0.3.2 |
1541 | 2024-04-25T19:21:36.258Z | Compiling zerocopy v0.3.0 |
1542 | 2024-04-25T19:21:36.981Z | Compiling heapless v0.7.16 |
1543 | 2024-04-25T19:21:37.036Z | Compiling idna v0.3.0 |
1544 | 2024-04-25T19:21:37.479Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1545 | 2024-04-25T19:21:37.522Z | Compiling psl-types v2.0.11 |
1546 | 2024-04-25T19:21:37.930Z | Compiling signal-hook v0.3.17 |
1547 | 2024-04-25T19:21:37.933Z | Compiling base64ct v1.6.0 |
1548 | 2024-04-25T19:21:38.539Z | Compiling publicsuffix v2.2.3 |
1549 | 2024-04-25T19:21:38.821Z | Compiling tokio-native-tls v0.3.1 |
1550 | 2024-04-25T19:21:39.092Z | Compiling dof v0.1.5 |
1551 | 2024-04-25T19:21:39.422Z | Compiling hyper v0.14.28 |
1552 | 2024-04-25T19:21:39.677Z | Compiling tokio-rustls v0.24.1 |
1553 | 2024-04-25T19:21:39.982Z | Compiling crossbeam-epoch v0.9.18 |
1554 | 2024-04-25T19:21:40.070Z | Compiling dtrace-parser v0.1.14 |
1555 | 2024-04-25T19:21:40.313Z | Compiling ipnet v2.9.0 |
1556 | 2024-04-25T19:21:40.852Z | Compiling gimli v0.28.0 |
1557 | 2024-04-25T19:21:42.284Z | Compiling cookie_store v0.20.0 |
1558 | 2024-04-25T19:21:43.261Z | Compiling rustls-pemfile v1.0.3 |
1559 | 2024-04-25T19:21:43.644Z | Compiling serde_urlencoded v0.7.1 |
1560 | 2024-04-25T19:21:44.005Z | Compiling serde_tokenstream v0.1.7 |
1561 | 2024-04-25T19:21:44.214Z | Compiling enum-as-inner v0.5.1 |
1562 | 2024-04-25T19:21:44.537Z | Compiling object v0.32.1 |
1563 | 2024-04-25T19:21:44.788Z | Compiling encoding_rs v0.8.33 |
1564 | 2024-04-25T19:21:45.279Z | Compiling addr2line v0.21.0 |
1565 | 2024-04-25T19:21:45.548Z | Compiling smoltcp v0.9.1 |
1566 | 2024-04-25T19:21:46.044Z | Compiling hyper-rustls v0.24.2 |
1567 | 2024-04-25T19:21:47.448Z | Compiling hyper-tls v0.5.0 |
1568 | 2024-04-25T19:21:47.494Z | Compiling data-encoding v2.4.0 |
1569 | 2024-04-25T19:21:47.494Z | Compiling mime v0.3.17 |
1570 | 2024-04-25T19:21:47.576Z | Compiling sync_wrapper v0.1.2 |
1571 | 2024-04-25T19:21:47.702Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1572 | 2024-04-25T19:21:48.501Z | Compiling either v1.11.0 |
1573 | 2024-04-25T19:21:48.946Z | Compiling webpki-roots v0.25.2 |
1574 | 2024-04-25T19:21:49.295Z | Compiling rustc-demangle v0.1.23 |
1575 | 2024-04-25T19:21:49.369Z | Compiling pem-rfc7468 v0.7.0 |
1576 | 2024-04-25T19:21:49.681Z | Compiling reqwest v0.11.24 |
1577 | 2024-04-25T19:21:51.389Z | Compiling hmac v0.12.1 |
1578 | 2024-04-25T19:21:51.411Z | Compiling futures-executor v0.3.30 |
1579 | 2024-04-25T19:21:51.639Z | Compiling regress v0.9.1 |
1580 | 2024-04-25T19:21:52.556Z | Compiling flagset v0.4.3 |
1581 | 2024-04-25T19:21:53.394Z | Compiling unicode-segmentation v1.10.1 |
1582 | 2024-04-25T19:21:53.567Z | Compiling winnow v0.6.1 |
1583 | 2024-04-25T19:21:53.621Z | Compiling heck v0.5.0 |
1584 | 2024-04-25T19:21:54.124Z | Compiling siphasher v0.3.11 |
1585 | 2024-04-25T19:21:54.250Z | Compiling clap_derive v4.5.4 |
1586 | 2024-04-25T19:21:54.989Z | Compiling der v0.7.8 |
1587 | 2024-04-25T19:21:56.754Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1588 | 2024-04-25T19:21:57.182Z | Compiling toml_edit v0.22.9 |
1589 | 2024-04-25T19:21:59.595Z | Compiling flate2 v1.0.28 |
1590 | 2024-04-25T19:21:59.731Z | Compiling usdt-attr-macro v0.3.5 |
1591 | 2024-04-25T19:21:59.853Z | Compiling usdt-macro v0.3.5 |
1592 | 2024-04-25T19:22:01.367Z | Compiling hubpack_derive v0.1.1 |
1593 | 2024-04-25T19:22:01.724Z | Compiling zerocopy-derive v0.6.6 |
1594 | 2024-04-25T19:22:02.314Z | Compiling bitflags v1.3.2 |
1595 | 2024-04-25T19:22:02.431Z | Compiling utf8parse v0.2.1 |
1596 | 2024-04-25T19:22:02.954Z | Compiling anstyle v1.0.6 |
1597 | 2024-04-25T19:22:02.954Z | Compiling anstyle-parse v0.2.1 |
1598 | 2024-04-25T19:22:02.954Z | Compiling sha2 v0.10.8 |
1599 | 2024-04-25T19:22:04.419Z | Compiling futures v0.3.30 |
1600 | 2024-04-25T19:22:04.826Z | Compiling spki v0.7.2 |
1601 | 2024-04-25T19:22:05.492Z | Compiling md-5 v0.10.5 |
1602 | 2024-04-25T19:22:05.737Z | Compiling toml v0.7.8 |
1603 | 2024-04-25T19:22:05.743Z | Compiling hex v0.4.3 |
1604 | 2024-04-25T19:22:05.864Z | Compiling stringprep v0.1.3 |
1605 | 2024-04-25T19:22:05.895Z | Compiling block-padding v0.3.3 |
1606 | 2024-04-25T19:22:06.209Z | Compiling num-integer v0.1.46 |
1607 | 2024-04-25T19:22:06.338Z | Compiling diesel_table_macro_syntax v0.1.0 |
1608 | 2024-04-25T19:22:06.507Z | Compiling hash32 v0.2.1 |
1609 | 2024-04-25T19:22:06.919Z | Compiling anstyle-query v1.0.0 |
1610 | 2024-04-25T19:22:07.050Z | Compiling fallible-iterator v0.2.0 |
1611 | 2024-04-25T19:22:07.093Z | Compiling stable_deref_trait v1.2.0 |
1612 | 2024-04-25T19:22:07.166Z | Compiling colorchoice v1.0.0 |
1613 | 2024-04-25T19:22:07.316Z | Compiling anstream v0.6.11 |
1614 | 2024-04-25T19:22:07.609Z | Compiling diesel_derives v2.1.2 |
1615 | 2024-04-25T19:22:07.718Z | Compiling postgres-protocol v0.6.6 |
1616 | 2024-04-25T19:22:08.885Z | Compiling inout v0.1.3 |
1617 | 2024-04-25T19:22:09.160Z | Compiling pkcs8 v0.10.2 |
1618 | 2024-04-25T19:22:09.542Z | Compiling phf_shared v0.11.2 |
1619 | 2024-04-25T19:22:09.931Z | Compiling terminal_size v0.3.0 |
1620 | 2024-04-25T19:22:10.121Z | Compiling ff v0.13.0 |
1621 | 2024-04-25T19:22:10.225Z | Compiling strum_macros v0.25.2 |
1622 | 2024-04-25T19:22:11.004Z | Compiling serde_repr v0.1.16 |
1623 | 2024-04-25T19:22:11.013Z | Compiling scheduled-thread-pool v0.2.7 |
1624 | 2024-04-25T19:22:11.014Z | Compiling strsim v0.11.0 |
1625 | 2024-04-25T19:22:11.270Z | Compiling base16ct v0.2.0 |
1626 | 2024-04-25T19:22:11.275Z | Compiling clap_lex v0.7.0 |
1627 | 2024-04-25T19:22:11.705Z | Compiling bit-vec v0.6.3 |
1628 | 2024-04-25T19:22:11.761Z | Compiling regex-automata v0.1.10 |
1629 | 2024-04-25T19:22:11.790Z | Compiling matches v0.1.10 |
1630 | 2024-04-25T19:22:11.840Z | Compiling managed v0.8.0 |
1631 | 2024-04-25T19:22:11.887Z | Compiling idna v0.2.3 |
1632 | 2024-04-25T19:22:12.122Z | Compiling clap_builder v4.5.2 |
1633 | 2024-04-25T19:22:12.281Z | Compiling bstr v0.2.17 |
1634 | 2024-04-25T19:22:13.312Z | Compiling sec1 v0.7.3 |
1635 | 2024-04-25T19:22:13.459Z | Compiling r2d2 v0.8.10 |
1636 | 2024-04-25T19:22:13.843Z | Compiling group v0.13.0 |
1637 | 2024-04-25T19:22:13.953Z | Compiling phf v0.11.2 |
1638 | 2024-04-25T19:22:14.396Z | Compiling signal-hook-mio v0.2.3 |
1639 | 2024-04-25T19:22:14.450Z | Compiling bzip2 v0.4.4 |
1640 | 2024-04-25T19:22:14.558Z | Compiling cipher v0.4.4 |
1641 | 2024-04-25T19:22:14.819Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1642 | 2024-04-25T19:22:14.837Z | Compiling postgres-types v0.2.6 |
1643 | 2024-04-25T19:22:14.951Z | Compiling zerocopy v0.6.6 |
1644 | 2024-04-25T19:22:15.066Z | Compiling hubpack v0.1.2 |
1645 | 2024-04-25T19:22:15.532Z | Compiling phf_shared v0.10.0 |
1646 | 2024-04-25T19:22:15.792Z | Compiling hkdf v0.12.4 |
1647 | 2024-04-25T19:22:16.041Z | Compiling crypto-bigint v0.5.2 |
1648 | 2024-04-25T19:22:16.232Z | Compiling ipnetwork v0.20.0 |
1649 | 2024-04-25T19:22:17.136Z | Compiling float-cmp v0.9.0 |
1650 | 2024-04-25T19:22:17.346Z | Compiling minimal-lexical v0.2.1 |
1651 | 2024-04-25T19:22:17.866Z | Compiling fixedbitset v0.4.2 |
1652 | 2024-04-25T19:22:18.333Z | Compiling precomputed-hash v0.1.1 |
1653 | 2024-04-25T19:22:19.496Z | Compiling whoami v1.5.1 |
1654 | 2024-04-25T19:22:20.109Z | Compiling normalize-line-endings v0.3.0 |
1655 | 2024-04-25T19:22:20.275Z | Compiling new_debug_unreachable v1.0.4 |
1656 | 2024-04-25T19:22:20.375Z | Compiling difflib v0.4.0 |
1657 | 2024-04-25T19:22:20.413Z | Compiling static_assertions v1.1.0 |
1658 | 2024-04-25T19:22:20.501Z | Compiling predicates-core v1.0.6 |
1659 | 2024-04-25T19:22:20.654Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1660 | 2024-04-25T19:22:20.684Z | Compiling string_cache v0.8.7 |
1661 | 2024-04-25T19:22:20.772Z | Compiling predicates v3.1.0 |
1662 | 2024-04-25T19:22:21.439Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1663 | 2024-04-25T19:22:21.587Z | Compiling tokio-postgres v0.7.10 |
1664 | 2024-04-25T19:22:22.004Z | Compiling trust-dns-proto v0.22.0 |
1665 | 2024-04-25T19:22:22.512Z | Compiling petgraph v0.6.4 |
1666 | 2024-04-25T19:22:23.509Z | Compiling diesel v2.1.6 |
1667 | 2024-04-25T19:22:24.466Z | Compiling elliptic-curve v0.13.8 |
1668 | 2024-04-25T19:22:25.250Z | Compiling nom v7.1.3 |
1669 | 2024-04-25T19:22:26.237Z | Compiling yasna v0.5.2 |
1670 | 2024-04-25T19:22:26.301Z | Compiling clap v4.5.4 |
1671 | 2024-04-25T19:22:26.414Z | Compiling zip v0.6.6 |
1672 | 2024-04-25T19:22:27.056Z | Compiling crossterm v0.27.0 |
1673 | 2024-04-25T19:22:28.039Z | Compiling similar v2.4.0 |
1674 | 2024-04-25T19:22:28.220Z | Compiling bit-set v0.5.3 |
1675 | 2024-04-25T19:22:28.515Z | Compiling num-iter v0.1.44 |
1676 | 2024-04-25T19:22:28.701Z | Compiling console v0.15.8 |
1677 | 2024-04-25T19:22:28.924Z | Compiling usdt v0.3.5 |
1678 | 2024-04-25T19:22:29.198Z | Compiling itertools v0.10.5 |
1679 | 2024-04-25T19:22:30.206Z | Compiling tokio-stream v0.1.15 |
1680 | 2024-04-25T19:22:31.606Z | Compiling getopts v0.2.21 |
1681 | 2024-04-25T19:22:31.671Z | Compiling bstr v1.9.0 |
1682 | 2024-04-25T19:22:31.671Z | Compiling lalrpop-util v0.19.12 |
1683 | 2024-04-25T19:22:31.671Z | Compiling peg-runtime v0.8.2 |
1684 | 2024-04-25T19:22:31.671Z | Compiling unsafe-libyaml v0.2.10 |
1685 | 2024-04-25T19:22:31.672Z | Compiling base64 v0.22.0 |
1686 | 2024-04-25T19:22:32.283Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1687 | 2024-04-25T19:22:37.531Z | Compiling serde_yaml v0.9.25 |
1688 | 2024-04-25T19:22:37.703Z | Compiling camino v1.1.6 |
1689 | 2024-04-25T19:22:39.525Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1690 | 2024-04-25T19:22:40.393Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1691 | 2024-04-25T19:22:43.700Z | Compiling sha1 v0.10.6 |
1692 | 2024-04-25T19:22:58.341Z | Compiling ident_case v1.0.1 |
1693 | 2024-04-25T19:22:58.498Z | Compiling strsim v0.10.0 |
1694 | 2024-04-25T19:22:58.525Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1695 | 2024-04-25T19:22:58.805Z | Compiling darling_core v0.20.8 |
1696 | 2024-04-25T19:23:00.604Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1697 | 2024-04-25T19:23:00.697Z | Compiling strum_macros v0.26.1 |
1698 | 2024-04-25T19:23:05.879Z | Compiling strum v0.26.2 |
1699 | 2024-04-25T19:23:06.308Z | Compiling darling_macro v0.20.8 |
1700 | 2024-04-25T19:23:06.331Z | Compiling dirs-sys-next v0.1.2 |
1701 | 2024-04-25T19:23:06.411Z | Compiling match_cfg v0.1.0 |
1702 | 2024-04-25T19:23:06.506Z | Compiling hostname v0.3.1 |
1703 | 2024-04-25T19:23:06.625Z | Compiling dirs-next v2.0.0 |
1704 | 2024-04-25T19:23:06.739Z | Compiling http v1.0.0 |
1705 | 2024-04-25T19:23:06.758Z | Compiling thread_local v1.1.7 |
1706 | 2024-04-25T19:23:06.814Z | Compiling slog-async v2.8.0 |
1707 | 2024-04-25T19:23:07.290Z | Compiling darling v0.20.8 |
1708 | 2024-04-25T19:23:07.290Z | Compiling rustls-pki-types v1.3.0 |
1709 | 2024-04-25T19:23:07.309Z | Compiling term v0.7.0 |
1710 | 2024-04-25T19:23:07.446Z | Compiling crossbeam-channel v0.5.8 |
1711 | 2024-04-25T19:23:07.454Z | Compiling is-terminal v0.4.9 |
1712 | 2024-04-25T19:23:07.576Z | Compiling rustls v0.22.4 |
1713 | 2024-04-25T19:23:07.767Z | Compiling take_mut v0.2.2 |
1714 | 2024-04-25T19:23:07.776Z | Compiling paste v1.0.14 |
1715 | 2024-04-25T19:23:07.895Z | Compiling slog-term v2.9.1 |
1716 | 2024-04-25T19:23:08.018Z | Compiling rustls-webpki v0.102.1 |
1717 | 2024-04-25T19:23:08.083Z | Compiling multer v3.0.0 |
1718 | 2024-04-25T19:23:08.375Z | Compiling instant v0.1.12 |
1719 | 2024-04-25T19:23:08.607Z | Compiling slog-json v2.6.1 |
1720 | 2024-04-25T19:23:09.019Z | Compiling async-stream-impl v0.3.5 |
1721 | 2024-04-25T19:23:09.154Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1722 | 2024-04-25T19:23:09.200Z | Compiling debug-ignore v1.0.5 |
1723 | 2024-04-25T19:23:09.347Z | Compiling atomic-waker v1.1.1 |
1724 | 2024-04-25T19:23:09.528Z | Compiling waitgroup v0.1.2 |
1725 | 2024-04-25T19:23:09.554Z | Compiling slog-bunyan v2.5.0 |
1726 | 2024-04-25T19:23:09.751Z | Compiling rustls-pemfile v2.1.2 |
1727 | 2024-04-25T19:23:09.755Z | Compiling serde_with_macros v3.7.0 |
1728 | 2024-04-25T19:23:09.800Z | Compiling toml v0.8.12 |
1729 | 2024-04-25T19:23:10.193Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1730 | 2024-04-25T19:23:10.215Z | Compiling serde_path_to_error v0.1.16 |
1731 | 2024-04-25T19:23:10.466Z | Compiling async-stream v0.3.5 |
1732 | 2024-04-25T19:23:10.636Z | Compiling structmeta-derive v0.3.0 |
1733 | 2024-04-25T19:23:10.784Z | Compiling proc-macro-error-attr v1.0.4 |
1734 | 2024-04-25T19:23:11.005Z | Compiling proc-macro-error v1.0.4 |
1735 | 2024-04-25T19:23:11.478Z | Compiling newtype-uuid v1.1.0 |
1736 | 2024-04-25T19:23:11.547Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1737 | 2024-04-25T19:23:11.770Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1738 | 2024-04-25T19:23:12.046Z | Compiling backoff v0.4.0 |
1739 | 2024-04-25T19:23:12.329Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1740 | 2024-04-25T19:23:12.361Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1741 | 2024-04-25T19:23:12.380Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1742 | 2024-04-25T19:23:12.507Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1743 | 2024-04-25T19:23:12.665Z | Compiling macaddr v1.0.1 |
1744 | 2024-04-25T19:23:12.735Z | Compiling proc-macro-crate v1.3.1 |
1745 | 2024-04-25T19:23:12.960Z | Compiling tokio-rustls v0.25.0 |
1746 | 2024-04-25T19:23:13.104Z | Compiling serde_with v3.7.0 |
1747 | 2024-04-25T19:23:13.137Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1748 | 2024-04-25T19:23:13.528Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1749 | 2024-04-25T19:23:13.676Z | Compiling structmeta v0.3.0 |
1750 | 2024-04-25T19:23:13.770Z | Compiling num_enum_derive v0.5.11 |
1751 | 2024-04-25T19:23:13.881Z | Compiling foreign-types-macros v0.2.3 |
1752 | 2024-04-25T19:23:14.142Z | Compiling parse-display-derive v0.9.0 |
1753 | 2024-04-25T19:23:15.268Z | Compiling heapless v0.8.0 |
1754 | 2024-04-25T19:23:15.864Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1755 | 2024-04-25T19:23:16.155Z | Compiling foreign-types-shared v0.3.1 |
1756 | 2024-04-25T19:23:16.282Z | Compiling foreign-types v0.5.0 |
1757 | 2024-04-25T19:23:16.682Z | Compiling num_enum v0.5.11 |
1758 | 2024-04-25T19:23:16.899Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1759 | 2024-04-25T19:23:17.042Z | Compiling cstr-argument v0.1.2 |
1760 | 2024-04-25T19:23:17.097Z | Compiling hash32 v0.3.1 |
1761 | 2024-04-25T19:23:17.299Z | Compiling pretty-hex v0.2.1 |
1762 | 2024-04-25T19:23:17.321Z | Compiling smoltcp v0.11.0 |
1763 | 2024-04-25T19:23:17.474Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1764 | 2024-04-25T19:23:17.906Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1765 | 2024-04-25T19:23:18.084Z | Compiling tabwriter v1.4.0 |
1766 | 2024-04-25T19:23:20.031Z | Compiling colored v2.1.0 |
1767 | 2024-04-25T19:23:20.031Z | Compiling socket2 v0.4.9 |
1768 | 2024-04-25T19:23:20.031Z | Compiling parse-display v0.9.0 |
1769 | 2024-04-25T19:23:20.031Z | Compiling embedded-io v0.4.0 |
1770 | 2024-04-25T19:23:20.031Z | Compiling fastrand v2.0.1 |
1771 | 2024-04-25T19:23:20.031Z | Compiling cobs v0.2.3 |
1772 | 2024-04-25T19:23:20.031Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1773 | 2024-04-25T19:23:20.031Z | Compiling postcard v1.0.8 |
1774 | 2024-04-25T19:23:20.031Z | Compiling tempfile v3.10.1 |
1775 | 2024-04-25T19:23:20.031Z | Compiling crucible-workspace-hack v0.1.0 |
1776 | 2024-04-25T19:23:20.031Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1777 | 2024-04-25T19:23:20.032Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1778 | 2024-04-25T19:23:20.032Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1779 | 2024-04-25T19:23:20.032Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1780 | 2024-04-25T19:23:20.276Z | Compiling smf v0.2.3 |
1781 | 2024-04-25T19:23:20.329Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1782 | 2024-04-25T19:23:20.376Z | Compiling humantime v2.1.0 |
1783 | 2024-04-25T19:23:20.910Z | Compiling platforms v3.0.2 |
1784 | 2024-04-25T19:23:20.924Z | Compiling camino-tempfile v1.1.1 |
1785 | 2024-04-25T19:23:21.347Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1786 | 2024-04-25T19:23:21.347Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
1787 | 2024-04-25T19:23:21.347Z | Compiling usdt-attr-macro v0.5.0 |
1788 | 2024-04-25T19:23:21.537Z | Compiling usdt-macro v0.5.0 |
1789 | 2024-04-25T19:23:21.578Z | Compiling num-derive v0.4.0 |
1790 | 2024-04-25T19:23:21.632Z | Compiling memmap v0.7.0 |
1791 | 2024-04-25T19:23:21.977Z | Compiling sigpipe v0.1.3 |
1792 | 2024-04-25T19:23:22.104Z | Compiling utf-8 v0.7.6 |
1793 | 2024-04-25T19:23:22.406Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
1794 | 2024-04-25T19:23:22.472Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1795 | 2024-04-25T19:23:22.824Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1796 | 2024-04-25T19:23:23.079Z | Compiling usdt v0.5.0 |
1797 | 2024-04-25T19:23:23.542Z | Compiling atty v0.2.14 |
1798 | 2024-04-25T19:23:23.606Z | Compiling unicase v2.7.0 |
1799 | 2024-04-25T19:23:23.682Z | Compiling semver v0.1.20 |
1800 | 2024-04-25T19:23:23.920Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
1801 | 2024-04-25T19:23:24.011Z | Compiling rayon-core v1.12.1 |
1802 | 2024-04-25T19:23:24.127Z | Compiling rustc_version v0.1.7 |
1803 | 2024-04-25T19:23:24.332Z | Compiling curve25519-dalek v4.1.2 |
1804 | 2024-04-25T19:23:24.364Z | Compiling newline-converter v0.3.0 |
1805 | 2024-04-25T19:23:24.431Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1806 | 2024-04-25T19:23:24.535Z | Compiling crossbeam-deque v0.8.3 |
1807 | 2024-04-25T19:23:24.589Z | Compiling universal-hash v0.5.1 |
1808 | 2024-04-25T19:23:24.607Z | Compiling same-file v1.0.6 |
1809 | 2024-04-25T19:23:24.896Z | Compiling opaque-debug v0.3.0 |
1810 | 2024-04-25T19:23:24.922Z | Compiling walkdir v2.5.0 |
1811 | 2024-04-25T19:23:24.940Z | Compiling newtype_derive v0.1.6 |
1812 | 2024-04-25T19:23:24.959Z | Compiling expectorate v1.1.0 |
1813 | 2024-04-25T19:23:25.102Z | Compiling tungstenite v0.20.1 |
1814 | 2024-04-25T19:23:25.303Z | Compiling signature v2.1.0 |
1815 | 2024-04-25T19:23:25.356Z | Compiling curve25519-dalek-derive v0.1.0 |
1816 | 2024-04-25T19:23:25.549Z | Compiling blake3 v1.5.0 |
1817 | 2024-04-25T19:23:25.604Z | Compiling num-rational v0.4.1 |
1818 | 2024-04-25T19:23:25.920Z | Compiling termcolor v1.2.0 |
1819 | 2024-04-25T19:23:25.994Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1820 | 2024-04-25T19:23:26.166Z | Compiling arc-swap v1.6.0 |
1821 | 2024-04-25T19:23:26.197Z | Compiling getrandom v0.1.16 |
1822 | 2024-04-25T19:23:26.569Z | Compiling env_logger v0.9.3 |
1823 | 2024-04-25T19:23:26.747Z | Compiling slog-scope v4.4.0 |
1824 | 2024-04-25T19:23:26.970Z | Compiling tokio-tungstenite v0.20.1 |
1825 | 2024-04-25T19:23:27.131Z | Compiling rayon v1.10.0 |
1826 | 2024-04-25T19:23:27.322Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1827 | 2024-04-25T19:23:27.455Z | Compiling password-hash v0.5.0 |
1828 | 2024-04-25T19:23:27.957Z | Compiling blake2 v0.10.6 |
1829 | 2024-04-25T19:23:27.957Z | Compiling bitstruct_derive v0.1.0 |
1830 | 2024-04-25T19:23:27.957Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1831 | 2024-04-25T19:23:28.093Z | Compiling filetime v0.2.23 |
1832 | 2024-04-25T19:23:28.256Z | Compiling memmap2 v0.7.1 |
1833 | 2024-04-25T19:23:28.438Z | Compiling xattr v1.0.1 |
1834 | 2024-04-25T19:23:28.523Z | Compiling arrayvec v0.7.4 |
1835 | 2024-04-25T19:23:28.683Z | Compiling libefi-sys v0.1.0 |
1836 | 2024-04-25T19:23:28.718Z | Compiling home v0.5.5 |
1837 | 2024-04-25T19:23:28.920Z | Compiling arrayref v0.3.7 |
1838 | 2024-04-25T19:23:28.989Z | Compiling parking_lot_core v0.8.6 |
1839 | 2024-04-25T19:23:29.013Z | Compiling linked-hash-map v0.5.6 |
1840 | 2024-04-25T19:23:29.032Z | Compiling ascii v1.1.0 |
1841 | 2024-04-25T19:23:29.055Z | Compiling quick-error v1.2.3 |
1842 | 2024-04-25T19:23:29.220Z | Compiling bytecount v0.6.3 |
1843 | 2024-04-25T19:23:29.251Z | Compiling constant_time_eq v0.3.0 |
1844 | 2024-04-25T19:23:29.352Z | Compiling lru-cache v0.1.2 |
1845 | 2024-04-25T19:23:29.419Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1846 | 2024-04-25T19:23:29.437Z | Compiling papergrid v0.11.0 |
1847 | 2024-04-25T19:23:29.493Z | Compiling bitstruct v0.1.1 |
1848 | 2024-04-25T19:23:29.554Z | Compiling resolv-conf v0.7.0 |
1849 | 2024-04-25T19:23:29.611Z | Compiling toolchain_find v0.4.0 |
1850 | 2024-04-25T19:23:29.675Z | Compiling tar v0.4.40 |
1851 | 2024-04-25T19:23:30.264Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1852 | 2024-04-25T19:23:30.371Z | Compiling argon2 v0.5.3 |
1853 | 2024-04-25T19:23:30.878Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1854 | 2024-04-25T19:23:31.979Z | Compiling slog-stdlog v4.1.1 |
1855 | 2024-04-25T19:23:31.999Z | Compiling tabled_derive v0.7.0 |
1856 | 2024-04-25T19:23:32.351Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1857 | 2024-04-25T19:23:33.214Z | Compiling rfc6979 v0.4.0 |
1858 | 2024-04-25T19:23:33.399Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1859 | 2024-04-25T19:23:33.460Z | Compiling serde_arrays v0.1.0 |
1860 | 2024-04-25T19:23:33.505Z | Compiling erased-serde v0.3.31 |
1861 | 2024-04-25T19:23:33.624Z | Compiling aead v0.5.2 |
1862 | 2024-04-25T19:23:33.669Z | Compiling num-complex v0.4.5 |
1863 | 2024-04-25T19:23:33.751Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1864 | 2024-04-25T19:23:33.977Z | Compiling nibble_vec v0.1.0 |
1865 | 2024-04-25T19:23:34.179Z | Compiling slog-dtrace v0.3.0 |
1866 | 2024-04-25T19:23:34.687Z | Compiling keccak v0.1.4 |
1867 | 2024-04-25T19:23:34.688Z | Compiling endian-type v0.1.2 |
1868 | 2024-04-25T19:23:34.688Z | Compiling topological-sort v0.2.2 |
1869 | 2024-04-25T19:23:34.717Z | Compiling winapi v0.3.9 |
1870 | 2024-04-25T19:23:34.717Z | Compiling cancel-safe-futures v0.1.5 |
1871 | 2024-04-25T19:23:34.768Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1872 | 2024-04-25T19:23:34.849Z | Compiling omicron-zone-package v0.11.0 |
1873 | 2024-04-25T19:23:34.918Z | Compiling radix_trie v0.2.1 |
1874 | 2024-04-25T19:23:35.090Z | Compiling tabled v0.15.0 |
1875 | 2024-04-25T19:23:35.200Z | Compiling num v0.4.2 |
1876 | 2024-04-25T19:23:35.316Z | Compiling sha3 v0.10.8 |
1877 | 2024-04-25T19:23:35.665Z | Compiling rustfmt-wrapper v0.2.1 |
1878 | 2024-04-25T19:23:35.782Z | Compiling ecdsa v0.16.9 |
1879 | 2024-04-25T19:23:35.981Z | Compiling slog-envlogger v2.2.0 |
1880 | 2024-04-25T19:23:36.239Z | Compiling rand_core v0.5.1 |
1881 | 2024-04-25T19:23:36.264Z | Compiling steno v0.4.0 |
1882 | 2024-04-25T19:23:36.577Z | Compiling mime_guess v2.0.4 |
1883 | 2024-04-25T19:23:36.728Z | Compiling trust-dns-resolver v0.22.0 |
1884 | 2024-04-25T19:23:37.911Z | Compiling poly1305 v0.8.0 |
1885 | 2024-04-25T19:23:38.003Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1886 | 2024-04-25T19:23:39.690Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1887 | 2024-04-25T19:23:39.707Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1888 | 2024-04-25T19:23:40.858Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1889 | 2024-04-25T19:23:41.123Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1890 | 2024-04-25T19:23:41.490Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1891 | 2024-04-25T19:23:41.682Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1892 | 2024-04-25T19:23:42.208Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1893 | 2024-04-25T19:23:42.459Z | Compiling primeorder v0.13.6 |
1894 | 2024-04-25T19:23:42.519Z | Compiling chacha20 v0.9.1 |
1895 | 2024-04-25T19:23:42.852Z | Compiling heck v0.3.3 |
1896 | 2024-04-25T19:23:42.950Z | Compiling secrecy v0.8.0 |
1897 | 2024-04-25T19:23:43.462Z | Compiling thiserror-impl-no-std v2.0.2 |
1898 | 2024-04-25T19:23:43.462Z | Compiling half v2.3.1 |
1899 | 2024-04-25T19:23:43.462Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1900 | 2024-04-25T19:23:43.462Z | Compiling convert_case v0.4.0 |
1901 | 2024-04-25T19:23:43.462Z | Compiling ciborium-io v0.2.2 |
1902 | 2024-04-25T19:23:43.948Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1903 | 2024-04-25T19:23:43.953Z | Compiling option-ext v0.2.0 |
1904 | 2024-04-25T19:23:43.953Z | Compiling ciborium-ll v0.2.2 |
1905 | 2024-04-25T19:23:43.953Z | Compiling dirs-sys v0.4.1 |
1906 | 2024-04-25T19:23:44.215Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1907 | 2024-04-25T19:23:44.276Z | Compiling derive_more v0.99.17 |
1908 | 2024-04-25T19:23:44.304Z | Compiling zone_cfg_derive v0.1.2 |
1909 | 2024-04-25T19:23:44.556Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1910 | 2024-04-25T19:23:45.245Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1911 | 2024-04-25T19:23:45.338Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1912 | 2024-04-25T19:23:45.785Z | Compiling parking_lot v0.11.2 |
1913 | 2024-04-25T19:23:45.855Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1914 | 2024-04-25T19:23:46.220Z | Compiling rand_chacha v0.2.2 |
1915 | 2024-04-25T19:23:46.341Z | Compiling thiserror-no-std v2.0.2 |
1916 | 2024-04-25T19:23:46.689Z | Compiling trust-dns-client v0.22.0 |
1917 | 2024-04-25T19:23:48.154Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1918 | 2024-04-25T19:23:48.159Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1919 | 2024-04-25T19:23:48.159Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1920 | 2024-04-25T19:23:49.837Z | Compiling ed25519 v2.2.2 |
1921 | 2024-04-25T19:23:50.716Z | Compiling polyval v0.6.1 |
1922 | 2024-04-25T19:23:50.724Z | Compiling tungstenite v0.21.0 |
1923 | 2024-04-25T19:23:52.804Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1924 | 2024-04-25T19:23:52.986Z | Compiling ctr v0.9.2 |
1925 | 2024-04-25T19:23:53.011Z | Compiling blowfish v0.9.1 |
1926 | 2024-04-25T19:23:53.285Z | Compiling aes v0.8.3 |
1927 | 2024-04-25T19:23:53.864Z | Compiling password-hash v0.4.2 |
1928 | 2024-04-25T19:23:53.872Z | Compiling libsw v3.3.1 |
1929 | 2024-04-25T19:23:54.125Z | Compiling toml v0.5.11 |
1930 | 2024-04-25T19:23:54.438Z | Compiling pbkdf2 v0.12.2 |
1931 | 2024-04-25T19:23:54.623Z | Compiling derive-where v1.2.7 |
1932 | 2024-04-25T19:23:55.782Z | Compiling gethostname v0.4.3 |
1933 | 2024-04-25T19:23:56.026Z | Compiling fxhash v0.2.1 |
1934 | 2024-04-25T19:23:56.063Z | Compiling swrite v0.1.0 |
1935 | 2024-04-25T19:23:56.203Z | Compiling linear-map v1.2.0 |
1936 | 2024-04-25T19:23:56.239Z | Compiling owo-colors v4.0.0 |
1937 | 2024-04-25T19:23:56.261Z | Compiling base64 v0.13.1 |
1938 | 2024-04-25T19:23:56.553Z | Compiling sled v0.34.7 |
1939 | 2024-04-25T19:23:56.882Z | Compiling ron v0.7.1 |
1940 | 2024-04-25T19:23:57.794Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1941 | 2024-04-25T19:23:58.214Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1942 | 2024-04-25T19:23:59.158Z | Compiling trust-dns-server v0.22.1 |
1943 | 2024-04-25T19:23:59.976Z | Compiling bcrypt-pbkdf v0.10.0 |
1944 | 2024-04-25T19:24:00.536Z | Compiling pbkdf2 v0.11.0 |
1945 | 2024-04-25T19:24:00.875Z | Compiling tokio-tungstenite v0.21.0 |
1946 | 2024-04-25T19:24:00.911Z | Compiling ghash v0.5.0 |
1947 | 2024-04-25T19:24:01.102Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1948 | 2024-04-25T19:24:01.420Z | Compiling ed25519-dalek v2.0.0 |
1949 | 2024-04-25T19:24:01.506Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1950 | 2024-04-25T19:24:02.008Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1951 | 2024-04-25T19:24:02.383Z | Compiling russh-cryptovec v0.7.0 |
1952 | 2024-04-25T19:24:02.705Z | Compiling rand v0.7.3 |
1953 | 2024-04-25T19:24:02.803Z | Compiling vsss-rs v3.3.4 |
1954 | 2024-04-25T19:24:04.075Z | Compiling zone v0.1.8 |
1955 | 2024-04-25T19:24:05.625Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1956 | 2024-04-25T19:24:06.132Z | Compiling ciborium v0.2.2 |
1957 | 2024-04-25T19:24:06.157Z | Compiling dirs v5.0.1 |
1958 | 2024-04-25T19:24:06.407Z | Compiling p521 v0.13.3 |
1959 | 2024-04-25T19:24:07.498Z | Compiling p256 v0.13.2 |
1960 | 2024-04-25T19:24:07.615Z | Compiling chacha20poly1305 v0.10.1 |
1961 | 2024-04-25T19:24:08.288Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1962 | 2024-04-25T19:24:08.445Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1963 | 2024-04-25T19:24:08.445Z | Compiling pem v3.0.4 |
1964 | 2024-04-25T19:24:08.749Z | Compiling cbc v0.1.2 |
1965 | 2024-04-25T19:24:09.029Z | Compiling headers-core v0.2.0 |
1966 | 2024-04-25T19:24:09.588Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
1967 | 2024-04-25T19:24:09.593Z | Compiling portpicker v0.1.1 |
1968 | 2024-04-25T19:24:09.593Z | Compiling kstat-rs v0.2.3 |
1969 | 2024-04-25T19:24:09.593Z | Compiling nanorand v0.7.0 |
1970 | 2024-04-25T19:24:09.594Z | Compiling glob v0.3.1 |
1971 | 2024-04-25T19:24:10.042Z | Compiling md5 v0.7.0 |
1972 | 2024-04-25T19:24:10.132Z | Compiling http-range v0.1.5 |
1973 | 2024-04-25T19:24:10.180Z | Compiling flume v0.11.0 |
1974 | 2024-04-25T19:24:10.501Z | Compiling russh-keys v0.43.0 |
1975 | 2024-04-25T19:24:10.557Z | Compiling hyper-staticfile v0.9.5 |
1976 | 2024-04-25T19:24:10.578Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1977 | 2024-04-25T19:24:10.861Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1978 | 2024-04-25T19:24:11.355Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1979 | 2024-04-25T19:24:11.577Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
1980 | 2024-04-25T19:24:13.102Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1981 | 2024-04-25T19:24:13.640Z | Compiling headers v0.3.9 |
1982 | 2024-04-25T19:24:13.782Z | Compiling rcgen v0.12.1 |
1983 | 2024-04-25T19:24:14.802Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1984 | 2024-04-25T19:24:15.677Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1985 | 2024-04-25T19:24:16.224Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1986 | 2024-04-25T19:24:16.346Z | Compiling aes-gcm v0.10.3 |
1987 | 2024-04-25T19:24:17.817Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1988 | 2024-04-25T19:24:20.021Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1989 | 2024-04-25T19:24:21.455Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
1990 | 2024-04-25T19:24:22.318Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
1991 | 2024-04-25T19:24:23.131Z | Compiling atomicwrites v0.4.3 |
1992 | 2024-04-25T19:24:23.520Z | Compiling itertools v0.12.1 |
1993 | 2024-04-25T19:24:24.030Z | Compiling subprocess v0.2.9 |
1994 | 2024-04-25T19:24:25.963Z | Compiling dhcproto-macros v0.1.0 |
1995 | 2024-04-25T19:24:26.135Z | Compiling hex-literal v0.4.1 |
1996 | 2024-04-25T19:24:26.156Z | Compiling display-error-chain v0.2.0 |
1997 | 2024-04-25T19:24:26.290Z | Compiling russh v0.43.0 |
1998 | 2024-04-25T19:24:26.339Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1999 | 2024-04-25T19:24:26.717Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2000 | 2024-04-25T19:24:26.928Z | Compiling dhcproto v0.11.0 |
2001 | 2024-04-25T19:24:28.659Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2002 | 2024-04-25T19:24:29.131Z | Compiling internet-checksum v0.2.1 |
2003 | 2024-04-25T19:24:30.430Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2004 | 2024-04-25T19:24:33.206Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2005 | 2024-04-25T19:24:51.882Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2006 | 2024-04-25T19:25:32.681Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 16s |
2007 | 2024-04-25T19:25:33.122Z | |
2008 | 2024-04-25T19:25:33.123Z | real 5:17.203778517 |
2009 | 2024-04-25T19:25:33.123Z | user 27:33.406425525 |
2010 | 2024-04-25T19:25:33.123Z | sys 6:02.101696551 |
2011 | 2024-04-25T19:25:33.123Z | trap 0.812648242 |
2012 | 2024-04-25T19:25:33.124Z | tflt 3.999224266 |
2013 | 2024-04-25T19:25:33.124Z | dflt 5.107932871 |
2014 | 2024-04-25T19:25:33.124Z | kflt 0.107963789 |
2015 | 2024-04-25T19:25:33.124Z | lock 51:08.529244104 |
2016 | 2024-04-25T19:25:33.124Z | slp 1:19:10.021766039 |
2017 | 2024-04-25T19:25:33.124Z | lat 1:42.388283215 |
2018 | 2024-04-25T19:25:33.125Z | stop 4:35.177750929 |
2019 | 2024-04-25T19:25:33.125Z | + mkdir -p /work |
2020 | 2024-04-25T19:25:33.125Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest |
2021 | 2024-04-25T19:25:33.805Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2022 | 2024-04-25T19:25:42.638Z | Finished dev [unoptimized + debuginfo] target(s) in 9.57s |
2023 | 2024-04-25T19:25:42.723Z | |
2024 | 2024-04-25T19:25:42.727Z | real 9.693838010 |
2025 | 2024-04-25T19:25:42.727Z | user 6.778850267 |
2026 | 2024-04-25T19:25:42.727Z | sys 3.820906760 |
2027 | 2024-04-25T19:25:42.727Z | trap 0.001398810 |
2028 | 2024-04-25T19:25:42.728Z | tflt 0.002582679 |
2029 | 2024-04-25T19:25:42.728Z | dflt 0.044261589 |
2030 | 2024-04-25T19:25:42.728Z | kflt 0.000000000 |
2031 | 2024-04-25T19:25:42.728Z | lock 26.584594768 |
2032 | 2024-04-25T19:25:42.728Z | slp 38.443314854 |
2033 | 2024-04-25T19:25:42.728Z | lat 0.039465693 |
2034 | 2024-04-25T19:25:42.728Z | stop 0.349093051 |
2035 | 2024-04-25T19:25:42.728Z | + cp target/debug/commtest /work/commtest |
2036 | 2024-04-25T19:25:43.188Z | + mkdir -p /work/end-to-end-tests |
2037 | 2024-04-25T19:25:43.192Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2038 | 2024-04-25T19:25:44.275Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2039 | 2024-04-25T19:25:44.275Z | + ptime -m gzip |
2040 | 2024-04-25T19:25:44.283Z | ++ basename target/debug/bootstrap |
2041 | 2024-04-25T19:25:56.840Z | |
2042 | 2024-04-25T19:25:56.840Z | real 12.564678694 |
2043 | 2024-04-25T19:25:56.840Z | user 12.463011154 |
2044 | 2024-04-25T19:25:56.840Z | sys 0.091952447 |
2045 | 2024-04-25T19:25:56.844Z | trap 0.002660327 |
2046 | 2024-04-25T19:25:56.844Z | tflt 0.000000000 |
2047 | 2024-04-25T19:25:56.844Z | dflt 0.000000000 |
2048 | 2024-04-25T19:25:56.844Z | kflt 0.000000000 |
2049 | 2024-04-25T19:25:56.844Z | lock 0.000000000 |
2050 | 2024-04-25T19:25:56.844Z | slp 0.000004309 |
2051 | 2024-04-25T19:25:56.844Z | lat 0.006642198 |
2052 | 2024-04-25T19:25:56.844Z | stop 0.000180889 |
2053 | 2024-04-25T19:25:56.844Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2054 | 2024-04-25T19:25:56.844Z | + ptime -m gzip |
2055 | 2024-04-25T19:25:56.844Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9e0ac39a731573d2 |
2056 | 2024-04-25T19:25:58.020Z | |
2057 | 2024-04-25T19:25:58.020Z | real 1.170402849 |
2058 | 2024-04-25T19:25:58.020Z | user 1.159930992 |
2059 | 2024-04-25T19:25:58.020Z | sys 0.009904043 |
2060 | 2024-04-25T19:25:58.020Z | trap 0.000070251 |
2061 | 2024-04-25T19:25:58.020Z | tflt 0.000000000 |
2062 | 2024-04-25T19:25:58.020Z | dflt 0.000000000 |
2063 | 2024-04-25T19:25:58.028Z | kflt 0.000000000 |
2064 | 2024-04-25T19:25:58.029Z | lock 0.000000000 |
2065 | 2024-04-25T19:25:58.029Z | slp 0.000000000 |
2066 | 2024-04-25T19:25:58.029Z | lat 0.000101958 |
2067 | 2024-04-25T19:25:58.029Z | stop 0.000166840 |
2068 | 2024-04-25T19:25:58.029Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2069 | 2024-04-25T19:25:58.029Z | + ptime -m gzip |
2070 | 2024-04-25T19:25:58.030Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-07d1782656389f6e |
2071 | 2024-04-25T19:25:59.216Z | |
2072 | 2024-04-25T19:25:59.219Z | real 1.193128602 |
2073 | 2024-04-25T19:25:59.219Z | user 1.182180172 |
2074 | 2024-04-25T19:25:59.219Z | sys 0.009639115 |
2075 | 2024-04-25T19:25:59.220Z | trap 0.000373085 |
2076 | 2024-04-25T19:25:59.220Z | tflt 0.000000000 |
2077 | 2024-04-25T19:25:59.220Z | dflt 0.000000000 |
2078 | 2024-04-25T19:25:59.220Z | kflt 0.000000000 |
2079 | 2024-04-25T19:25:59.220Z | lock 0.000000000 |
2080 | 2024-04-25T19:25:59.220Z | slp 0.000000000 |
2081 | 2024-04-25T19:25:59.220Z | lat 0.000544204 |
2082 | 2024-04-25T19:25:59.220Z | stop 0.000166061 |
2083 | 2024-04-25T19:25:59.220Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2084 | 2024-04-25T19:25:59.220Z | + ptime -m gzip |
2085 | 2024-04-25T19:25:59.220Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-72919e54dd0a1e8f |
2086 | 2024-04-25T19:26:00.452Z | |
2087 | 2024-04-25T19:26:00.452Z | real 1.217889005 |
2088 | 2024-04-25T19:26:00.452Z | user 1.208667916 |
2089 | 2024-04-25T19:26:00.452Z | sys 0.008649458 |
2090 | 2024-04-25T19:26:00.452Z | trap 0.000070579 |
2091 | 2024-04-25T19:26:00.452Z | tflt 0.000000000 |
2092 | 2024-04-25T19:26:00.463Z | dflt 0.000000000 |
2093 | 2024-04-25T19:26:00.463Z | kflt 0.000000000 |
2094 | 2024-04-25T19:26:00.464Z | lock 0.000000000 |
2095 | 2024-04-25T19:26:00.464Z | slp 0.000000000 |
2096 | 2024-04-25T19:26:00.464Z | lat 0.000103888 |
2097 | 2024-04-25T19:26:00.464Z | stop 0.000169460 |
2098 | 2024-04-25T19:26:00.464Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2099 | 2024-04-25T19:26:00.464Z | + ptime -m gzip |
2100 | 2024-04-25T19:26:00.464Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-1a59c060357c1b59 |
2101 | 2024-04-25T19:26:13.590Z | |
2102 | 2024-04-25T19:26:13.590Z | real 13.139554418 |
2103 | 2024-04-25T19:26:13.590Z | user 13.060818786 |
2104 | 2024-04-25T19:26:13.590Z | sys 0.075114969 |
2105 | 2024-04-25T19:26:13.590Z | trap 0.001821022 |
2106 | 2024-04-25T19:26:13.590Z | tflt 0.000000000 |
2107 | 2024-04-25T19:26:13.595Z | dflt 0.000000000 |
2108 | 2024-04-25T19:26:13.595Z | kflt 0.000000000 |
2109 | 2024-04-25T19:26:13.595Z | lock 0.000000000 |
2110 | 2024-04-25T19:26:13.595Z | slp 0.000000000 |
2111 | 2024-04-25T19:26:13.595Z | lat 0.001401086 |
2112 | 2024-04-25T19:26:13.596Z | stop 0.000172739 |
2113 | 2024-04-25T19:26:13.596Z | + banner caboose-util |
2114 | 2024-04-25T19:26:13.596Z | |
2115 | 2024-04-25T19:26:13.596Z | #### ## ##### #### #### #### ###### # # ##### |
2116 | 2024-04-25T19:26:13.596Z | # # # # # # # # # # # # # # # |
2117 | 2024-04-25T19:26:13.596Z | # # # ##### # # # # #### ##### ##### # # # |
2118 | 2024-04-25T19:26:13.596Z | # ###### # # # # # # # # # # # |
2119 | 2024-04-25T19:26:13.596Z | # # # # # # # # # # # # # # # # |
2120 | 2024-04-25T19:26:13.596Z | #### # # ##### #### #### #### ###### #### # |
2121 | 2024-04-25T19:26:13.596Z | |
2122 | 2024-04-25T19:26:13.596Z | + ptime -m cargo build --locked -p caboose-util --release |
2123 | 2024-04-25T19:26:14.080Z | Downloading crates ... |
2124 | 2024-04-25T19:26:14.224Z | Downloaded bitfield v0.14.0 |
2125 | 2024-04-25T19:26:14.231Z | Downloaded array-init v0.0.4 |
2126 | 2024-04-25T19:26:14.231Z | Downloaded maybe-uninit v2.0.0 |
2127 | 2024-04-25T19:26:14.237Z | Downloaded crc-catalog v2.2.0 |
2128 | 2024-04-25T19:26:14.237Z | Downloaded funty v2.0.0 |
2129 | 2024-04-25T19:26:14.242Z | Downloaded path-slash v0.1.5 |
2130 | 2024-04-25T19:26:14.248Z | Downloaded nodrop v0.1.14 |
2131 | 2024-04-25T19:26:14.257Z | Downloaded radium v0.7.0 |
2132 | 2024-04-25T19:26:14.257Z | Downloaded packed_struct v0.10.1 |
2133 | 2024-04-25T19:26:14.673Z | Downloaded packed_struct_codegen v0.10.1 |
2134 | 2024-04-25T19:26:14.674Z | Downloaded crc v3.0.1 |
2135 | 2024-04-25T19:26:14.681Z | Downloaded smallvec v0.6.14 |
2136 | 2024-04-25T19:26:14.681Z | Downloaded tap v1.0.1 |
2137 | 2024-04-25T19:26:14.681Z | Downloaded env_logger v0.10.0 |
2138 | 2024-04-25T19:26:14.682Z | Downloaded serde-hex v0.1.0 |
2139 | 2024-04-25T19:26:14.682Z | Downloaded wyz v0.5.1 |
2140 | 2024-04-25T19:26:14.682Z | Downloaded pkcs1 v0.7.5 |
2141 | 2024-04-25T19:26:14.683Z | Downloaded ron v0.8.1 |
2142 | 2024-04-25T19:26:14.683Z | Downloaded hashbrown v0.13.2 |
2143 | 2024-04-25T19:26:14.683Z | Downloaded rsa v0.9.2 |
2144 | 2024-04-25T19:26:14.684Z | Downloaded crc-any v2.4.3 |
2145 | 2024-04-25T19:26:14.684Z | Downloaded x509-cert v0.2.4 |
2146 | 2024-04-25T19:26:14.684Z | Downloaded num-bigint-dig v0.8.4 |
2147 | 2024-04-25T19:26:14.684Z | Downloaded bitvec v1.0.1 |
2148 | 2024-04-25T19:26:14.684Z | Downloaded object v0.30.4 |
2149 | 2024-04-25T19:26:14.685Z | Compiling proc-macro2 v1.0.81 |
2150 | 2024-04-25T19:26:14.685Z | Compiling unicode-ident v1.0.12 |
2151 | 2024-04-25T19:26:14.685Z | Compiling libc v0.2.153 |
2152 | 2024-04-25T19:26:14.685Z | Compiling serde v1.0.198 |
2153 | 2024-04-25T19:26:14.685Z | Compiling autocfg v1.1.0 |
2154 | 2024-04-25T19:26:14.686Z | Compiling version_check v0.9.4 |
2155 | 2024-04-25T19:26:14.686Z | Compiling cfg-if v1.0.0 |
2156 | 2024-04-25T19:26:14.686Z | Compiling typenum v1.16.0 |
2157 | 2024-04-25T19:26:14.686Z | Compiling once_cell v1.19.0 |
2158 | 2024-04-25T19:26:14.686Z | Compiling parking_lot_core v0.9.8 |
2159 | 2024-04-25T19:26:15.011Z | Compiling memchr v2.7.1 |
2160 | 2024-04-25T19:26:15.022Z | Compiling syn v1.0.109 |
2161 | 2024-04-25T19:26:15.041Z | Compiling byteorder v1.5.0 |
2162 | 2024-04-25T19:26:15.121Z | Compiling generic-array v0.14.7 |
2163 | 2024-04-25T19:26:15.423Z | Compiling lock_api v0.4.10 |
2164 | 2024-04-25T19:26:15.492Z | Compiling libm v0.2.7 |
2165 | 2024-04-25T19:26:15.582Z | Compiling num-traits v0.2.18 |
2166 | 2024-04-25T19:26:15.728Z | Compiling ahash v0.8.8 |
2167 | 2024-04-25T19:26:15.794Z | Compiling serde_json v1.0.116 |
2168 | 2024-04-25T19:26:15.872Z | Compiling quote v1.0.36 |
2169 | 2024-04-25T19:26:15.917Z | Compiling thiserror v1.0.58 |
2170 | 2024-04-25T19:26:16.131Z | Compiling pkg-config v0.3.27 |
2171 | 2024-04-25T19:26:16.361Z | Compiling syn v2.0.59 |
2172 | 2024-04-25T19:26:16.374Z | Compiling cc v1.0.83 |
2173 | 2024-04-25T19:26:16.877Z | Compiling getrandom v0.2.12 |
2174 | 2024-04-25T19:26:16.935Z | Compiling scopeguard v1.2.0 |
2175 | 2024-04-25T19:26:16.996Z | Compiling itoa v1.0.9 |
2176 | 2024-04-25T19:26:17.152Z | Compiling log v0.4.21 |
2177 | 2024-04-25T19:26:17.253Z | Compiling slab v0.4.9 |
2178 | 2024-04-25T19:26:17.572Z | Compiling rand_core v0.6.4 |
2179 | 2024-04-25T19:26:18.760Z | Compiling smallvec v1.13.1 |
2180 | 2024-04-25T19:26:18.772Z | Compiling vcpkg v0.2.15 |
2181 | 2024-04-25T19:26:18.804Z | Compiling const-oid v0.9.6 |
2182 | 2024-04-25T19:26:19.096Z | Compiling parking_lot v0.12.1 |
2183 | 2024-04-25T19:26:19.138Z | Compiling ryu v1.0.15 |
2184 | 2024-04-25T19:26:19.403Z | Compiling pin-project-lite v0.2.13 |
2185 | 2024-04-25T19:26:20.556Z | Compiling ring v0.17.8 |
2186 | 2024-04-25T19:26:20.578Z | Compiling openssl-sys v0.9.102 |
2187 | 2024-04-25T19:26:20.579Z | Compiling ucd-trie v0.1.6 |
2188 | 2024-04-25T19:26:20.579Z | Compiling signal-hook-registry v1.4.1 |
2189 | 2024-04-25T19:26:20.896Z | Compiling rustix v0.38.31 |
2190 | 2024-04-25T19:26:20.910Z | Compiling subtle v2.5.0 |
2191 | 2024-04-25T19:26:21.144Z | Compiling ring v0.16.20 |
2192 | 2024-04-25T19:26:21.206Z | Compiling mio v0.8.11 |
2193 | 2024-04-25T19:26:21.611Z | Compiling tinyvec_macros v0.1.1 |
2194 | 2024-04-25T19:26:21.695Z | Compiling semver v1.0.22 |
2195 | 2024-04-25T19:26:22.128Z | Compiling futures-core v0.3.30 |
2196 | 2024-04-25T19:26:22.132Z | Compiling tinyvec v1.6.0 |
2197 | 2024-04-25T19:26:24.187Z | Compiling spin v0.5.2 |
2198 | 2024-04-25T19:26:24.234Z | Compiling unicode-normalization v0.1.22 |
2199 | 2024-04-25T19:26:24.234Z | Compiling socket2 v0.5.6 |
2200 | 2024-04-25T19:26:24.277Z | Compiling num_cpus v1.16.0 |
2201 | 2024-04-25T19:26:24.346Z | Compiling openssl v0.10.64 |
2202 | 2024-04-25T19:26:24.756Z | Compiling allocator-api2 v0.2.16 |
2203 | 2024-04-25T19:26:24.914Z | Compiling unicode-bidi v0.3.15 |
2204 | 2024-04-25T19:26:25.016Z | Compiling unicode-xid v0.2.4 |
2205 | 2024-04-25T19:26:25.191Z | Compiling futures-sink v0.3.30 |
2206 | 2024-04-25T19:26:25.290Z | Compiling httparse v1.8.0 |
2207 | 2024-04-25T19:26:25.319Z | Compiling synstructure v0.12.6 |
2208 | 2024-04-25T19:26:25.672Z | Compiling num-conv v0.1.0 |
2209 | 2024-04-25T19:26:25.776Z | Compiling time-core v0.1.2 |
2210 | 2024-04-25T19:26:25.895Z | Compiling equivalent v1.0.1 |
2211 | 2024-04-25T19:26:25.946Z | Compiling time-macros v0.2.17 |
2212 | 2024-04-25T19:26:26.046Z | Compiling futures-channel v0.3.30 |
2213 | 2024-04-25T19:26:26.506Z | Compiling futures-io v0.3.30 |
2214 | 2024-04-25T19:26:26.713Z | Compiling native-tls v0.2.11 |
2215 | 2024-04-25T19:26:26.763Z | Compiling rustls v0.21.9 |
2216 | 2024-04-25T19:26:26.947Z | Compiling futures-task v0.3.30 |
2217 | 2024-04-25T19:26:27.034Z | Compiling ppv-lite86 v0.2.17 |
2218 | 2024-04-25T19:26:27.150Z | Compiling crc32fast v1.3.2 |
2219 | 2024-04-25T19:26:27.219Z | Compiling pin-utils v0.1.0 |
2220 | 2024-04-25T19:26:27.572Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2221 | 2024-04-25T19:26:27.859Z | Compiling rand_chacha v0.3.1 |
2222 | 2024-04-25T19:26:28.140Z | Compiling spin v0.9.8 |
2223 | 2024-04-25T19:26:28.161Z | Compiling tracing-core v0.1.32 |
2224 | 2024-04-25T19:26:28.205Z | Compiling base64ct v1.6.0 |
2225 | 2024-04-25T19:26:28.533Z | Compiling rand v0.8.5 |
2226 | 2024-04-25T19:26:28.885Z | Compiling pem-rfc7468 v0.7.0 |
2227 | 2024-04-25T19:26:29.052Z | Compiling serde_derive v1.0.198 |
2228 | 2024-04-25T19:26:29.156Z | Compiling zeroize_derive v1.4.2 |
2229 | 2024-04-25T19:26:29.309Z | Compiling zerocopy-derive v0.7.32 |
2230 | 2024-04-25T19:26:29.418Z | Compiling thiserror-impl v1.0.58 |
2231 | 2024-04-25T19:26:29.576Z | Compiling tokio-macros v2.2.0 |
2232 | 2024-04-25T19:26:30.310Z | Compiling futures-macro v0.3.30 |
2233 | 2024-04-25T19:26:30.358Z | Compiling tracing-attributes v0.1.27 |
2234 | 2024-04-25T19:26:30.486Z | Compiling der_derive v0.7.2 |
2235 | 2024-04-25T19:26:30.612Z | Compiling zeroize v1.7.0 |
2236 | 2024-04-25T19:26:31.327Z | Compiling zerocopy v0.7.32 |
2237 | 2024-04-25T19:26:32.268Z | Compiling pest v2.7.6 |
2238 | 2024-04-25T19:26:32.527Z | Compiling crypto-common v0.1.6 |
2239 | 2024-04-25T19:26:32.651Z | Compiling block-buffer v0.10.4 |
2240 | 2024-04-25T19:26:32.811Z | Compiling zerocopy-derive v0.2.0 |
2241 | 2024-04-25T19:26:32.907Z | Compiling digest v0.10.7 |
2242 | 2024-04-25T19:26:32.920Z | Compiling openssl-macros v0.1.1 |
2243 | 2024-04-25T19:26:33.579Z | Compiling futures-util v0.3.30 |
2244 | 2024-04-25T19:26:33.656Z | Compiling hashbrown v0.14.3 |
2245 | 2024-04-25T19:26:33.811Z | Compiling tracing v0.1.40 |
2246 | 2024-04-25T19:26:34.188Z | Compiling scroll_derive v0.12.0 |
2247 | 2024-04-25T19:26:34.271Z | Compiling zerocopy-derive v0.6.6 |
2248 | 2024-04-25T19:26:34.554Z | Compiling pest_meta v2.7.6 |
2249 | 2024-04-25T19:26:35.304Z | Compiling usdt-impl v0.3.5 |
2250 | 2024-04-25T19:26:35.334Z | Compiling cookie v0.17.0 |
2251 | 2024-04-25T19:26:35.677Z | Compiling percent-encoding v2.3.1 |
2252 | 2024-04-25T19:26:35.714Z | Compiling pest_generator v2.7.6 |
2253 | 2024-04-25T19:26:35.939Z | Compiling signal-hook v0.3.17 |
2254 | 2024-04-25T19:26:35.951Z | Compiling schemars v0.8.16 |
2255 | 2024-04-25T19:26:36.101Z | Compiling flagset v0.4.3 |
2256 | 2024-04-25T19:26:36.279Z | Compiling der v0.7.8 |
2257 | 2024-04-25T19:26:37.242Z | Compiling serde_derive_internals v0.26.0 |
2258 | 2024-04-25T19:26:38.451Z | Compiling pest_derive v2.7.6 |
2259 | 2024-04-25T19:26:39.581Z | Compiling errno v0.3.8 |
2260 | 2024-04-25T19:26:39.700Z | Compiling fnv v1.0.7 |
2261 | 2024-04-25T19:26:39.821Z | Compiling schemars_derive v0.8.16 |
2262 | 2024-04-25T19:26:39.837Z | Compiling spki v0.7.2 |
2263 | 2024-04-25T19:26:41.203Z | Compiling zerocopy v0.3.0 |
2264 | 2024-04-25T19:26:41.999Z | Compiling lazy_static v1.4.0 |
2265 | 2024-04-25T19:26:42.106Z | Compiling backtrace v0.3.69 |
2266 | 2024-04-25T19:26:42.508Z | Compiling bytes v1.6.0 |
2267 | 2024-04-25T19:26:42.807Z | Compiling bitflags v2.4.2 |
2268 | 2024-04-25T19:26:43.840Z | Compiling tokio v1.37.0 |
2269 | 2024-04-25T19:26:43.844Z | Compiling indexmap v2.2.6 |
2270 | 2024-04-25T19:26:44.439Z | Compiling rustc_version v0.4.0 |
2271 | 2024-04-25T19:26:44.985Z | Compiling heapless v0.7.16 |
2272 | 2024-04-25T19:26:45.140Z | Compiling http v0.2.12 |
2273 | 2024-04-25T19:26:45.732Z | Compiling uuid v1.8.0 |
2274 | 2024-04-25T19:26:46.350Z | Compiling thread-id v4.2.0 |
2275 | 2024-04-25T19:26:46.452Z | Compiling num-bigint v0.4.4 |
2276 | 2024-04-25T19:26:46.471Z | Compiling heck v0.4.1 |
2277 | 2024-04-25T19:26:46.849Z | Compiling foreign-types-shared v0.1.1 |
2278 | 2024-04-25T19:26:46.925Z | Compiling powerfmt v0.2.0 |
2279 | 2024-04-25T19:26:46.956Z | Compiling base64 v0.21.7 |
2280 | 2024-04-25T19:26:47.251Z | Compiling iana-time-zone v0.1.57 |
2281 | 2024-04-25T19:26:47.297Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2282 | 2024-04-25T19:26:47.583Z | Compiling smoltcp v0.9.1 |
2283 | 2024-04-25T19:26:47.965Z | Compiling untrusted v0.9.0 |
2284 | 2024-04-25T19:26:48.088Z | Compiling untrusted v0.7.1 |
2285 | 2024-04-25T19:26:48.244Z | Compiling crossbeam-utils v0.8.19 |
2286 | 2024-04-25T19:26:48.702Z | Compiling heck v0.5.0 |
2287 | 2024-04-25T19:26:49.116Z | Compiling clap_derive v4.5.4 |
2288 | 2024-04-25T19:26:50.140Z | Compiling chrono v0.4.38 |
2289 | 2024-04-25T19:26:50.797Z | Compiling deranged v0.3.11 |
2290 | 2024-04-25T19:26:51.990Z | Compiling tokio-util v0.7.10 |
2291 | 2024-04-25T19:26:52.140Z | Compiling foreign-types v0.3.2 |
2292 | 2024-04-25T19:26:52.242Z | Compiling dof v0.1.5 |
2293 | 2024-04-25T19:26:52.709Z | Compiling dtrace-parser v0.1.14 |
2294 | 2024-04-25T19:26:52.763Z | Compiling form_urlencoded v1.2.1 |
2295 | 2024-04-25T19:26:53.078Z | Compiling hmac v0.12.1 |
2296 | 2024-04-25T19:26:53.329Z | Compiling num-integer v0.1.46 |
2297 | 2024-04-25T19:26:53.538Z | Compiling rustversion v1.0.14 |
2298 | 2024-04-25T19:26:53.575Z | Compiling num_threads v0.1.6 |
2299 | 2024-04-25T19:26:53.698Z | Compiling adler v1.0.2 |
2300 | 2024-04-25T19:26:54.018Z | Compiling try-lock v0.2.4 |
2301 | 2024-04-25T19:26:54.099Z | Compiling utf8parse v0.2.1 |
2302 | 2024-04-25T19:26:54.151Z | Compiling siphasher v0.3.11 |
2303 | 2024-04-25T19:26:54.232Z | Compiling cpufeatures v0.2.12 |
2304 | 2024-04-25T19:26:54.265Z | Compiling anstyle v1.0.6 |
2305 | 2024-04-25T19:26:54.465Z | Compiling sha2 v0.10.8 |
2306 | 2024-04-25T19:26:54.538Z | Compiling anstyle-parse v0.2.1 |
2307 | 2024-04-25T19:26:54.544Z | Compiling want v0.3.1 |
2308 | 2024-04-25T19:26:54.849Z | Compiling miniz_oxide v0.7.1 |
2309 | 2024-04-25T19:26:56.124Z | Compiling time v0.3.34 |
2310 | 2024-04-25T19:26:57.900Z | Compiling h2 v0.3.26 |
2311 | 2024-04-25T19:26:58.535Z | Compiling rustls-webpki v0.101.7 |
2312 | 2024-04-25T19:26:59.736Z | Compiling sct v0.7.0 |
2313 | 2024-04-25T19:26:59.899Z | Compiling http-body v0.4.5 |
2314 | 2024-04-25T19:27:00.211Z | Compiling serde_tokenstream v0.1.7 |
2315 | 2024-04-25T19:27:00.280Z | Compiling pkcs8 v0.10.2 |
2316 | 2024-04-25T19:27:00.321Z | Compiling hubpack_derive v0.1.1 |
2317 | 2024-04-25T19:27:00.675Z | Compiling async-trait v0.1.80 |
2318 | 2024-04-25T19:27:00.932Z | Compiling idna v0.5.0 |
2319 | 2024-04-25T19:27:01.568Z | Compiling aho-corasick v1.1.2 |
2320 | 2024-04-25T19:27:02.011Z | Compiling usdt-impl v0.5.0 |
2321 | 2024-04-25T19:27:02.274Z | Compiling radium v0.7.0 |
2322 | 2024-04-25T19:27:03.587Z | Compiling openssl-probe v0.1.5 |
2323 | 2024-04-25T19:27:03.588Z | Compiling anstyle-query v1.0.0 |
2324 | 2024-04-25T19:27:03.588Z | Compiling anyhow v1.0.82 |
2325 | 2024-04-25T19:27:03.588Z | Compiling httpdate v1.0.3 |
2326 | 2024-04-25T19:27:03.648Z | Compiling colorchoice v1.0.0 |
2327 | 2024-04-25T19:27:03.648Z | Compiling slog v2.7.0 |
2328 | 2024-04-25T19:27:03.648Z | Compiling tower-service v0.3.2 |
2329 | 2024-04-25T19:27:03.648Z | Compiling regex-syntax v0.8.2 |
2330 | 2024-04-25T19:27:04.243Z | Compiling hyper v0.14.28 |
2331 | 2024-04-25T19:27:04.954Z | Compiling anstream v0.6.11 |
2332 | 2024-04-25T19:27:07.181Z | Compiling regex-automata v0.4.5 |
2333 | 2024-04-25T19:27:09.436Z | Compiling url v2.5.0 |
2334 | 2024-04-25T19:27:14.025Z | Compiling terminal_size v0.3.0 |
2335 | 2024-04-25T19:27:14.119Z | Compiling serde_spanned v0.6.5 |
2336 | 2024-04-25T19:27:14.218Z | Compiling toml_datetime v0.6.5 |
2337 | 2024-04-25T19:27:14.480Z | Compiling zerocopy v0.6.6 |
2338 | 2024-04-25T19:27:14.678Z | Compiling scroll v0.12.0 |
2339 | 2024-04-25T19:27:14.740Z | Compiling md-5 v0.10.5 |
2340 | 2024-04-25T19:27:15.353Z | Compiling stringprep v0.1.3 |
2341 | 2024-04-25T19:27:16.019Z | Compiling idna v0.3.0 |
2342 | 2024-04-25T19:27:16.030Z | Compiling diesel_table_macro_syntax v0.1.0 |
2343 | 2024-04-25T19:27:16.030Z | Compiling hash32 v0.2.1 |
2344 | 2024-04-25T19:27:16.030Z | Compiling clap_lex v0.7.0 |
2345 | 2024-04-25T19:27:16.525Z | Compiling plain v0.2.3 |
2346 | 2024-04-25T19:27:16.525Z | Compiling strsim v0.11.0 |
2347 | 2024-04-25T19:27:16.525Z | Compiling uuid v0.8.2 |
2348 | 2024-04-25T19:27:16.525Z | Compiling maybe-uninit v2.0.0 |
2349 | 2024-04-25T19:27:16.526Z | Compiling stable_deref_trait v1.2.0 |
2350 | 2024-04-25T19:27:16.526Z | Compiling tap v1.0.1 |
2351 | 2024-04-25T19:27:16.526Z | Compiling dyn-clone v1.0.17 |
2352 | 2024-04-25T19:27:16.526Z | Compiling fallible-iterator v0.2.0 |
2353 | 2024-04-25T19:27:16.696Z | Compiling gimli v0.28.0 |
2354 | 2024-04-25T19:27:16.934Z | Compiling psl-types v2.0.11 |
2355 | 2024-04-25T19:27:17.113Z | Compiling postgres-protocol v0.6.6 |
2356 | 2024-04-25T19:27:17.137Z | Compiling publicsuffix v2.2.3 |
2357 | 2024-04-25T19:27:17.371Z | Compiling wyz v0.5.1 |
2358 | 2024-04-25T19:27:17.830Z | Compiling clap_builder v4.5.2 |
2359 | 2024-04-25T19:27:18.217Z | Compiling goblin v0.8.0 |
2360 | 2024-04-25T19:27:18.297Z | Compiling diesel_derives v2.1.2 |
2361 | 2024-04-25T19:27:19.786Z | Compiling tokio-rustls v0.24.1 |
2362 | 2024-04-25T19:27:21.051Z | Compiling addr2line v0.21.0 |
2363 | 2024-04-25T19:27:21.598Z | Compiling strum_macros v0.25.2 |
2364 | 2024-04-25T19:27:23.763Z | Compiling tokio-native-tls v0.3.1 |
2365 | 2024-04-25T19:27:24.030Z | Compiling usdt-macro v0.3.5 |
2366 | 2024-04-25T19:27:24.833Z | Compiling usdt-attr-macro v0.3.5 |
2367 | 2024-04-25T19:27:26.554Z | Compiling phf_shared v0.11.2 |
2368 | 2024-04-25T19:27:26.676Z | Compiling num-iter v0.1.44 |
2369 | 2024-04-25T19:27:26.947Z | Compiling enum-as-inner v0.5.1 |
2370 | 2024-04-25T19:27:27.321Z | Compiling block-padding v0.3.3 |
2371 | 2024-04-25T19:27:27.548Z | Compiling serde_repr v0.1.16 |
2372 | 2024-04-25T19:27:28.656Z | Compiling ff v0.13.0 |
2373 | 2024-04-25T19:27:28.893Z | Compiling scheduled-thread-pool v0.2.7 |
2374 | 2024-04-25T19:27:30.511Z | Compiling object v0.32.1 |
2375 | 2024-04-25T19:27:31.348Z | Compiling base16ct v0.2.0 |
2376 | 2024-04-25T19:27:32.536Z | Compiling packed_struct v0.10.1 |
2377 | 2024-04-25T19:27:32.922Z | Compiling rustc-demangle v0.1.23 |
2378 | 2024-04-25T19:27:32.962Z | Compiling num-bigint-dig v0.8.4 |
2379 | 2024-04-25T19:27:33.278Z | Compiling bit-vec v0.6.3 |
2380 | 2024-04-25T19:27:33.694Z | Compiling managed v0.8.0 |
2381 | 2024-04-25T19:27:33.774Z | Compiling winnow v0.5.15 |
2382 | 2024-04-25T19:27:34.878Z | Compiling matches v0.1.10 |
2383 | 2024-04-25T19:27:34.977Z | Compiling ipnet v2.9.0 |
2384 | 2024-04-25T19:27:36.127Z | Compiling funty v2.0.0 |
2385 | 2024-04-25T19:27:36.178Z | Compiling pretty-hex v0.4.1 |
2386 | 2024-04-25T19:27:37.388Z | Compiling bitflags v1.3.2 |
2387 | 2024-04-25T19:27:37.499Z | Compiling regex-automata v0.1.10 |
2388 | 2024-04-25T19:27:37.499Z | Compiling bstr v0.2.17 |
2389 | 2024-04-25T19:27:37.499Z | Compiling bitvec v1.0.1 |
2390 | 2024-04-25T19:27:37.499Z | Compiling toml_edit v0.19.15 |
2391 | 2024-04-25T19:27:40.555Z | Compiling dof v0.3.0 |
2392 | 2024-04-25T19:27:45.104Z | Compiling idna v0.2.3 |
2393 | 2024-04-25T19:27:45.104Z | Compiling sec1 v0.7.3 |
2394 | 2024-04-25T19:27:45.717Z | Compiling r2d2 v0.8.10 |
2395 | 2024-04-25T19:27:45.780Z | Compiling group v0.13.0 |
2396 | 2024-04-25T19:27:45.781Z | Compiling inout v0.1.3 |
2397 | 2024-04-25T19:27:56.851Z | Compiling phf v0.11.2 |
2398 | 2024-04-25T19:27:57.821Z | Compiling hyper-tls v0.5.0 |
2399 | 2024-04-25T19:27:57.821Z | Compiling clap v4.5.4 |
2400 | 2024-04-25T19:27:57.821Z | Compiling signal-hook-mio v0.2.3 |
2401 | 2024-04-25T19:27:57.821Z | Compiling cookie_store v0.20.0 |
2402 | 2024-04-25T19:27:57.821Z | Compiling flate2 v1.0.28 |
2403 | 2024-04-25T19:27:57.821Z | Compiling hyper-rustls v0.24.2 |
2404 | 2024-04-25T19:27:58.010Z | Compiling bzip2 v0.4.4 |
2405 | 2024-04-25T19:27:58.010Z | Compiling ipnetwork v0.20.0 |
2406 | 2024-04-25T19:27:58.010Z | Compiling postgres-types v0.2.6 |
2407 | 2024-04-25T19:27:58.010Z | Compiling regex v1.10.4 |
2408 | 2024-04-25T19:27:58.010Z | Compiling hubpack v0.1.2 |
2409 | 2024-04-25T19:27:58.010Z | Compiling phf_shared v0.10.0 |
2410 | 2024-04-25T19:27:58.010Z | Compiling rustls-pemfile v1.0.3 |
2411 | 2024-04-25T19:27:58.010Z | Compiling hkdf v0.12.4 |
2412 | 2024-04-25T19:27:58.010Z | Compiling serde_urlencoded v0.7.1 |
2413 | 2024-04-25T19:27:58.011Z | Compiling futures-executor v0.3.30 |
2414 | 2024-04-25T19:27:58.011Z | Compiling dtrace-parser v0.2.0 |
2415 | 2024-04-25T19:27:58.011Z | Compiling crypto-bigint v0.5.2 |
2416 | 2024-04-25T19:27:58.011Z | Compiling packed_struct_codegen v0.10.1 |
2417 | 2024-04-25T19:27:58.011Z | Compiling float-cmp v0.9.0 |
2418 | 2024-04-25T19:27:58.011Z | Compiling indexmap v1.9.3 |
2419 | 2024-04-25T19:27:58.011Z | Compiling encoding_rs v0.8.33 |
2420 | 2024-04-25T19:27:58.011Z | Compiling new_debug_unreachable v1.0.4 |
2421 | 2024-04-25T19:27:58.011Z | Compiling fixedbitset v0.4.2 |
2422 | 2024-04-25T19:27:58.011Z | Compiling nodrop v0.1.14 |
2423 | 2024-04-25T19:27:58.012Z | Compiling mime v0.3.17 |
2424 | 2024-04-25T19:27:58.012Z | Compiling unicode-width v0.1.11 |
2425 | 2024-04-25T19:27:58.012Z | Compiling data-encoding v2.4.0 |
2426 | 2024-04-25T19:27:58.012Z | Compiling precomputed-hash v0.1.1 |
2427 | 2024-04-25T19:27:58.012Z | Compiling either v1.11.0 |
2428 | 2024-04-25T19:27:58.012Z | Compiling unicode-segmentation v1.10.1 |
2429 | 2024-04-25T19:27:58.012Z | Compiling difflib v0.4.0 |
2430 | 2024-04-25T19:27:58.012Z | Compiling crc-catalog v2.2.0 |
2431 | 2024-04-25T19:27:58.012Z | Compiling normalize-line-endings v0.3.0 |
2432 | 2024-04-25T19:27:58.012Z | Compiling static_assertions v1.1.0 |
2433 | 2024-04-25T19:27:58.012Z | Compiling sync_wrapper v0.1.2 |
2434 | 2024-04-25T19:27:58.013Z | Compiling winnow v0.6.1 |
2435 | 2024-04-25T19:27:58.013Z | Compiling minimal-lexical v0.2.1 |
2436 | 2024-04-25T19:27:58.013Z | Compiling webpki-roots v0.25.2 |
2437 | 2024-04-25T19:27:58.014Z | Compiling predicates-core v1.0.6 |
2438 | 2024-04-25T19:27:58.014Z | Compiling whoami v1.5.1 |
2439 | 2024-04-25T19:27:58.014Z | Compiling predicates v3.1.0 |
2440 | 2024-04-25T19:27:58.014Z | Compiling tokio-postgres v0.7.10 |
2441 | 2024-04-25T19:27:59.211Z | Compiling reqwest v0.11.24 |
2442 | 2024-04-25T19:28:00.182Z | Compiling toml_edit v0.22.9 |
2443 | 2024-04-25T19:28:02.180Z | Compiling nom v7.1.3 |
2444 | 2024-04-25T19:28:05.902Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2445 | 2024-04-25T19:28:07.366Z | Compiling similar v2.4.0 |
2446 | 2024-04-25T19:28:09.418Z | Compiling crc v3.0.1 |
2447 | 2024-04-25T19:28:10.143Z | Compiling itertools v0.10.5 |
2448 | 2024-04-25T19:28:11.439Z | Compiling trust-dns-proto v0.22.0 |
2449 | 2024-04-25T19:28:11.758Z | Compiling string_cache v0.8.7 |
2450 | 2024-04-25T19:28:12.201Z | Compiling console v0.15.8 |
2451 | 2024-04-25T19:28:13.396Z | Compiling array-init v0.0.4 |
2452 | 2024-04-25T19:28:14.178Z | Compiling petgraph v0.6.4 |
2453 | 2024-04-25T19:28:15.955Z | Compiling elliptic-curve v0.13.8 |
2454 | 2024-04-25T19:28:27.791Z | Compiling futures v0.3.30 |
2455 | 2024-04-25T19:28:27.936Z | Compiling smallvec v0.6.14 |
2456 | 2024-04-25T19:28:27.936Z | Compiling diesel v2.1.6 |
2457 | 2024-04-25T19:28:27.937Z | Compiling zip v0.6.6 |
2458 | 2024-04-25T19:28:28.004Z | Compiling yasna v0.5.2 |
2459 | 2024-04-25T19:28:28.004Z | Compiling crossterm v0.27.0 |
2460 | 2024-04-25T19:28:28.004Z | Compiling crossbeam-epoch v0.9.18 |
2461 | 2024-04-25T19:28:28.004Z | Compiling cipher v0.4.4 |
2462 | 2024-04-25T19:28:28.004Z | Compiling toml v0.7.8 |
2463 | 2024-04-25T19:28:28.004Z | Compiling bit-set v0.5.3 |
2464 | 2024-04-25T19:28:28.004Z | Compiling usdt v0.3.5 |
2465 | 2024-04-25T19:28:28.004Z | Compiling bstr v1.9.0 |
2466 | 2024-04-25T19:28:28.005Z | Compiling pkcs1 v0.7.5 |
2467 | 2024-04-25T19:28:28.005Z | Compiling tokio-stream v0.1.15 |
2468 | 2024-04-25T19:28:28.005Z | Compiling is-terminal v0.4.9 |
2469 | 2024-04-25T19:28:28.005Z | Compiling openapiv3 v2.0.0 |
2470 | 2024-04-25T19:28:28.005Z | Compiling hex v0.4.3 |
2471 | 2024-04-25T19:28:28.005Z | Compiling signature v2.1.0 |
2472 | 2024-04-25T19:28:29.568Z | Compiling hashbrown v0.12.3 |
2473 | 2024-04-25T19:28:30.248Z | Compiling bitfield v0.14.0 |
2474 | 2024-04-25T19:28:30.449Z | Compiling base64 v0.22.0 |
2475 | 2024-04-25T19:28:30.740Z | Compiling lalrpop-util v0.19.12 |
2476 | 2024-04-25T19:28:31.403Z | Compiling termcolor v1.2.0 |
2477 | 2024-04-25T19:28:31.899Z | Compiling peg-runtime v0.8.2 |
2478 | 2024-04-25T19:28:32.423Z | Compiling env_logger v0.10.0 |
2479 | 2024-04-25T19:28:35.585Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2480 | 2024-04-25T19:28:37.695Z | Compiling rsa v0.9.2 |
2481 | 2024-04-25T19:28:43.946Z | Compiling serde-hex v0.1.0 |
2482 | 2024-04-25T19:28:47.274Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2483 | 2024-04-25T19:28:51.873Z | Compiling ron v0.8.1 |
2484 | 2024-04-25T19:28:54.148Z | Compiling x509-cert v0.2.4 |
2485 | 2024-04-25T19:28:54.548Z | Compiling hashbrown v0.13.2 |
2486 | 2024-04-25T19:28:57.687Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2487 | 2024-04-25T19:29:05.422Z | Compiling crc-any v2.4.3 |
2488 | 2024-04-25T19:29:06.149Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2489 | 2024-04-25T19:29:24.979Z | Compiling object v0.30.4 |
2490 | 2024-04-25T19:29:26.253Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2491 | 2024-04-25T19:29:39.645Z | Compiling path-slash v0.1.5 |
2492 | 2024-04-25T19:29:39.859Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2493 | 2024-04-25T19:29:59.106Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2494 | 2024-04-25T19:29:59.890Z | Finished release [optimized] target(s) in 3m 46s |
2495 | 2024-04-25T19:29:59.968Z | |
2496 | 2024-04-25T19:29:59.968Z | real 3:46.323870208 |
2497 | 2024-04-25T19:29:59.968Z | user 24:58.010942844 |
2498 | 2024-04-25T19:29:59.968Z | sys 3:09.807815363 |
2499 | 2024-04-25T19:29:59.968Z | trap 0.760436958 |
2500 | 2024-04-25T19:29:59.972Z | tflt 1.748176140 |
2501 | 2024-04-25T19:29:59.972Z | dflt 0.380120011 |
2502 | 2024-04-25T19:29:59.972Z | kflt 0.006236702 |
2503 | 2024-04-25T19:29:59.972Z | lock 56:45.029822718 |
2504 | 2024-04-25T19:29:59.972Z | slp 1:14:06.554705541 |
2505 | 2024-04-25T19:29:59.972Z | lat 1:28.544694489 |
2506 | 2024-04-25T19:29:59.972Z | stop 1:26.487696461 |
2507 | 2024-04-25T19:29:59.972Z | + ptime -m gzip |
2508 | 2024-04-25T19:30:00.236Z | |
2509 | 2024-04-25T19:30:00.252Z | real 0.263169286 |
2510 | 2024-04-25T19:30:00.252Z | user 0.260714482 |
2511 | 2024-04-25T19:30:00.252Z | sys 0.001928704 |
2512 | 2024-04-25T19:30:00.252Z | trap 0.000019038 |
2513 | 2024-04-25T19:30:00.253Z | tflt 0.000000000 |
2514 | 2024-04-25T19:30:00.253Z | dflt 0.000000000 |
2515 | 2024-04-25T19:30:00.253Z | kflt 0.000000000 |
2516 | 2024-04-25T19:30:00.253Z | lock 0.000000000 |
2517 | 2024-04-25T19:30:00.253Z | slp 0.000000000 |
2518 | 2024-04-25T19:30:00.253Z | lat 0.000094809 |
2519 | 2024-04-25T19:30:00.253Z | stop 0.000184728 |
2520 | 2024-04-25T19:30:00.254Z | + banner tufaceous |
2521 | 2024-04-25T19:30:00.254Z | |
2522 | 2024-04-25T19:30:00.254Z | ##### # # ###### ## #### ###### #### # # #### |
2523 | 2024-04-25T19:30:00.254Z | # # # # # # # # # # # # # # |
2524 | 2024-04-25T19:30:00.254Z | # # # ##### # # # ##### # # # # #### |
2525 | 2024-04-25T19:30:00.255Z | # # # # ###### # # # # # # # |
2526 | 2024-04-25T19:30:00.255Z | # # # # # # # # # # # # # # # |
2527 | 2024-04-25T19:30:00.255Z | # #### # # # #### ###### #### #### #### |
2528 | 2024-04-25T19:30:00.256Z | |
2529 | 2024-04-25T19:30:00.256Z | + ptime -m cargo build --locked -p tufaceous --release |
2530 | 2024-04-25T19:30:01.156Z | Downloading crates ... |
2531 | 2024-04-25T19:30:01.162Z | Downloaded parse-size v1.0.0 |
2532 | 2024-04-25T19:30:01.162Z | Downloaded async-recursion v1.1.0 |
2533 | 2024-04-25T19:30:01.162Z | Downloaded serde_plain v1.0.2 |
2534 | 2024-04-25T19:30:01.162Z | Downloaded globset v0.4.13 |
2535 | 2024-04-25T19:30:01.162Z | Downloaded olpc-cjson v0.1.3 |
2536 | 2024-04-25T19:30:01.162Z | Downloaded fs-err v2.11.0 |
2537 | 2024-04-25T19:30:01.162Z | Downloaded snafu-derive v0.8.2 |
2538 | 2024-04-25T19:30:01.163Z | Downloaded pin-project-internal v1.1.3 |
2539 | 2024-04-25T19:30:01.163Z | Downloaded typed-path v0.7.0 |
2540 | 2024-04-25T19:30:01.163Z | Downloaded tough v0.17.1 |
2541 | 2024-04-25T19:30:01.163Z | Downloaded snafu v0.8.2 |
2542 | 2024-04-25T19:30:01.163Z | Downloaded pin-project v1.1.3 |
2543 | 2024-04-25T19:30:01.163Z | Downloaded buf-list v1.0.3 |
2544 | 2024-04-25T19:30:01.164Z | Compiling serde_tokenstream v0.2.0 |
2545 | 2024-04-25T19:30:01.164Z | Compiling regress v0.9.1 |
2546 | 2024-04-25T19:30:01.164Z | Compiling dirs-sys-next v0.1.2 |
2547 | 2024-04-25T19:30:01.164Z | Compiling strsim v0.10.0 |
2548 | 2024-04-25T19:30:01.164Z | Compiling ident_case v1.0.1 |
2549 | 2024-04-25T19:30:01.164Z | Compiling rustls-pki-types v1.3.0 |
2550 | 2024-04-25T19:30:01.164Z | Compiling heck v0.4.1 |
2551 | 2024-04-25T19:30:01.292Z | Compiling getopts v0.2.21 |
2552 | 2024-04-25T19:30:01.580Z | Compiling darling_core v0.20.8 |
2553 | 2024-04-25T19:30:01.754Z | Compiling dirs-next v2.0.0 |
2554 | 2024-04-25T19:30:02.004Z | Compiling thread_local v1.1.7 |
2555 | 2024-04-25T19:30:02.032Z | Compiling unsafe-libyaml v0.2.10 |
2556 | 2024-04-25T19:30:02.289Z | Compiling camino v1.1.6 |
2557 | 2024-04-25T19:30:02.363Z | Compiling rustls v0.22.4 |
2558 | 2024-04-25T19:30:02.453Z | Compiling slog-async v2.8.0 |
2559 | 2024-04-25T19:30:02.649Z | Compiling paste v1.0.14 |
2560 | 2024-04-25T19:30:02.877Z | Compiling term v0.7.0 |
2561 | 2024-04-25T19:30:02.889Z | Compiling rustls-webpki v0.102.1 |
2562 | 2024-04-25T19:30:03.176Z | Compiling crossbeam-channel v0.5.8 |
2563 | 2024-04-25T19:30:03.778Z | Compiling serde_yaml v0.9.25 |
2564 | 2024-04-25T19:30:04.826Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2565 | 2024-04-25T19:30:05.724Z | Compiling structmeta-derive v0.3.0 |
2566 | 2024-04-25T19:30:07.234Z | Compiling multer v3.0.0 |
2567 | 2024-04-25T19:30:07.950Z | Compiling take_mut v0.2.2 |
2568 | 2024-04-25T19:30:07.969Z | Compiling match_cfg v0.1.0 |
2569 | 2024-04-25T19:30:07.969Z | Compiling hostname v0.3.1 |
2570 | 2024-04-25T19:30:07.969Z | Compiling darling_macro v0.20.8 |
2571 | 2024-04-25T19:30:07.969Z | Compiling slog-term v2.9.1 |
2572 | 2024-04-25T19:30:08.355Z | Compiling structmeta v0.3.0 |
2573 | 2024-04-25T19:30:08.656Z | Compiling darling v0.20.8 |
2574 | 2024-04-25T19:30:09.827Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2575 | 2024-04-25T19:30:09.847Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2576 | 2024-04-25T19:30:10.068Z | Compiling slog-json v2.6.1 |
2577 | 2024-04-25T19:30:10.528Z | Compiling http v1.0.0 |
2578 | 2024-04-25T19:30:10.576Z | Compiling pin-project-internal v1.1.3 |
2579 | 2024-04-25T19:30:10.789Z | Compiling async-stream-impl v0.3.5 |
2580 | 2024-04-25T19:30:10.843Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2581 | 2024-04-25T19:30:11.206Z | Compiling atomic-waker v1.1.1 |
2582 | 2024-04-25T19:30:11.393Z | Compiling fastrand v2.0.1 |
2583 | 2024-04-25T19:30:11.816Z | Compiling waitgroup v0.1.2 |
2584 | 2024-04-25T19:30:11.823Z | Compiling slog-bunyan v2.5.0 |
2585 | 2024-04-25T19:30:11.953Z | Compiling tempfile v3.10.1 |
2586 | 2024-04-25T19:30:12.485Z | Compiling async-stream v0.3.5 |
2587 | 2024-04-25T19:30:12.493Z | Compiling tokio-rustls v0.25.0 |
2588 | 2024-04-25T19:30:12.846Z | Compiling serde_with_macros v3.7.0 |
2589 | 2024-04-25T19:30:13.406Z | Compiling pin-project v1.1.3 |
2590 | 2024-04-25T19:30:13.531Z | Compiling parse-display-derive v0.9.0 |
2591 | 2024-04-25T19:30:13.848Z | Compiling toml v0.8.12 |
2592 | 2024-04-25T19:30:15.096Z | Compiling rustls-pemfile v2.1.2 |
2593 | 2024-04-25T19:30:15.250Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2594 | 2024-04-25T19:30:15.646Z | Compiling sha1 v0.10.6 |
2595 | 2024-04-25T19:30:15.791Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2596 | 2024-04-25T19:30:15.858Z | Compiling strum_macros v0.26.1 |
2597 | 2024-04-25T19:30:16.559Z | Compiling newtype-uuid v1.1.0 |
2598 | 2024-04-25T19:30:16.878Z | Compiling snafu-derive v0.8.2 |
2599 | 2024-04-25T19:30:17.285Z | Compiling serde_path_to_error v0.1.16 |
2600 | 2024-04-25T19:30:17.411Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2601 | 2024-04-25T19:30:18.152Z | Compiling instant v0.1.12 |
2602 | 2024-04-25T19:30:18.333Z | Compiling fs-err v2.11.0 |
2603 | 2024-04-25T19:30:18.342Z | Compiling debug-ignore v1.0.5 |
2604 | 2024-04-25T19:30:18.807Z | Compiling arc-swap v1.6.0 |
2605 | 2024-04-25T19:30:18.807Z | Compiling buf-list v1.0.3 |
2606 | 2024-04-25T19:30:19.208Z | Compiling same-file v1.0.6 |
2607 | 2024-04-25T19:30:19.715Z | Compiling slog-scope v4.4.0 |
2608 | 2024-04-25T19:30:19.730Z | Compiling walkdir v2.5.0 |
2609 | 2024-04-25T19:30:20.047Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2610 | 2024-04-25T19:30:20.185Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2611 | 2024-04-25T19:30:20.403Z | Compiling strum v0.26.2 |
2612 | 2024-04-25T19:30:20.913Z | Compiling backoff v0.4.0 |
2613 | 2024-04-25T19:30:21.290Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2614 | 2024-04-25T19:30:21.490Z | Compiling parse-display v0.9.0 |
2615 | 2024-04-25T19:30:21.526Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2616 | 2024-04-25T19:30:21.813Z | Compiling snafu v0.8.2 |
2617 | 2024-04-25T19:30:22.010Z | Compiling serde_with v3.7.0 |
2618 | 2024-04-25T19:30:23.122Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2619 | 2024-04-25T19:30:23.553Z | Compiling globset v0.4.13 |
2620 | 2024-04-25T19:30:23.898Z | Compiling pem v3.0.4 |
2621 | 2024-04-25T19:30:25.412Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2622 | 2024-04-25T19:30:25.592Z | Compiling olpc-cjson v0.1.3 |
2623 | 2024-04-25T19:30:25.908Z | Compiling serde_plain v1.0.2 |
2624 | 2024-04-25T19:30:26.434Z | Compiling macaddr v1.0.1 |
2625 | 2024-04-25T19:30:26.481Z | Compiling async-recursion v1.1.0 |
2626 | 2024-04-25T19:30:26.956Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2627 | 2024-04-25T19:30:27.086Z | Compiling xattr v1.0.1 |
2628 | 2024-04-25T19:30:27.384Z | Compiling filetime v0.2.23 |
2629 | 2024-04-25T19:30:27.723Z | Compiling typed-path v0.7.0 |
2630 | 2024-04-25T19:30:27.991Z | Compiling tar v0.4.40 |
2631 | 2024-04-25T19:30:31.895Z | Compiling tough v0.17.1 |
2632 | 2024-04-25T19:30:34.599Z | Compiling slog-stdlog v4.1.1 |
2633 | 2024-04-25T19:30:35.535Z | Compiling camino-tempfile v1.1.1 |
2634 | 2024-04-25T19:30:35.550Z | Compiling itertools v0.12.1 |
2635 | 2024-04-25T19:30:36.369Z | Compiling parse-size v1.0.0 |
2636 | 2024-04-25T19:30:36.661Z | Compiling slog-envlogger v2.2.0 |
2637 | 2024-04-25T19:30:39.068Z | Compiling humantime v2.1.0 |
2638 | 2024-04-25T19:30:42.287Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2639 | 2024-04-25T19:30:42.518Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2640 | 2024-04-25T19:30:47.410Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2641 | 2024-04-25T19:30:55.471Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2642 | 2024-04-25T19:30:57.361Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2643 | 2024-04-25T19:31:16.808Z | Finished release [optimized] target(s) in 1m 16s |
2644 | 2024-04-25T19:31:16.892Z | |
2645 | 2024-04-25T19:31:17.029Z | real 1:16.623690050 |
2646 | 2024-04-25T19:31:17.029Z | user 8:26.477427293 |
2647 | 2024-04-25T19:31:17.029Z | sys 41.812261974 |
2648 | 2024-04-25T19:31:17.029Z | trap 0.225375272 |
2649 | 2024-04-25T19:31:17.029Z | tflt 0.363808690 |
2650 | 2024-04-25T19:31:17.029Z | dflt 0.329587492 |
2651 | 2024-04-25T19:31:17.029Z | kflt 0.000385372 |
2652 | 2024-04-25T19:31:17.029Z | lock 17:06.564020708 |
2653 | 2024-04-25T19:31:17.029Z | slp 18:45.091641185 |
2654 | 2024-04-25T19:31:17.029Z | lat 20.736584640 |
2655 | 2024-04-25T19:31:17.029Z | stop 15.782737994 |
2656 | 2024-04-25T19:31:17.029Z | + ptime -m gzip |
2657 | 2024-04-25T19:31:18.179Z | |
2658 | 2024-04-25T19:31:18.212Z | real 1.274810082 |
2659 | 2024-04-25T19:31:18.212Z | user 1.267910273 |
2660 | 2024-04-25T19:31:18.212Z | sys 0.005845304 |
2661 | 2024-04-25T19:31:18.212Z | trap 0.000161731 |
2662 | 2024-04-25T19:31:18.212Z | tflt 0.000000000 |
2663 | 2024-04-25T19:31:18.212Z | dflt 0.000000000 |
2664 | 2024-04-25T19:31:18.213Z | kflt 0.000000000 |
2665 | 2024-04-25T19:31:18.213Z | lock 0.000000000 |
2666 | 2024-04-25T19:31:18.213Z | slp 0.000000000 |
2667 | 2024-04-25T19:31:18.213Z | lat 0.000482543 |
2668 | 2024-04-25T19:31:18.213Z | stop 0.000176398 |
2669 | 2024-04-25T19:31:18.213Z | + banner permission-slip |
2670 | 2024-04-25T19:31:18.213Z | |
2671 | 2024-04-25T19:31:18.213Z | ##### ###### ##### # # # #### #### # #### # # |
2672 | 2024-04-25T19:31:18.213Z | # # # # # ## ## # # # # # # ## # |
2673 | 2024-04-25T19:31:18.213Z | # # ##### # # # ## # # #### #### # # # # # # |
2674 | 2024-04-25T19:31:18.213Z | ##### # ##### # # # # # # # # # # # |
2675 | 2024-04-25T19:31:18.214Z | # # # # # # # # # # # # # # # ## |
2676 | 2024-04-25T19:31:18.214Z | # ###### # # # # # #### #### # #### # # |
2677 | 2024-04-25T19:31:18.214Z | |
2678 | 2024-04-25T19:31:18.214Z | + source ./tools/permslip_commit |
2679 | 2024-04-25T19:31:18.214Z | ++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695 |
2680 | 2024-04-25T19:31:18.214Z | + git init /work/permission-slip-build |
2681 | 2024-04-25T19:31:18.214Z | hint: Using 'master' as the name for the initial branch. This default branch name |
2682 | 2024-04-25T19:31:18.214Z | hint: is subject to change. To configure the initial branch name to use in all |
2683 | 2024-04-25T19:31:18.214Z | hint: of your new repositories, which will suppress this warning, call: |
2684 | 2024-04-25T19:31:18.214Z | hint: |
2685 | 2024-04-25T19:31:18.214Z | hint: git config --global init.defaultBranch <name> |
2686 | 2024-04-25T19:31:18.215Z | hint: |
2687 | 2024-04-25T19:31:18.215Z | hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and |
2688 | 2024-04-25T19:31:18.215Z | hint: 'development'. The just-created branch can be renamed via this command: |
2689 | 2024-04-25T19:31:18.215Z | hint: |
2690 | 2024-04-25T19:31:18.215Z | hint: git branch -m <name> |
2691 | 2024-04-25T19:31:18.215Z | Initialized empty Git repository in /work/permission-slip-build/.git/ |
2692 | 2024-04-25T19:31:18.215Z | + pushd /work/permission-slip-build |
2693 | 2024-04-25T19:31:18.215Z | /work/permission-slip-build /work/oxidecomputer/omicron |
2694 | 2024-04-25T19:31:18.215Z | + git remote add origin https://github.com/oxidecomputer/permission-slip.git |
2695 | 2024-04-25T19:31:18.215Z | + ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695 |
2696 | 2024-04-25T19:31:18.842Z | From https://github.com/oxidecomputer/permission-slip |
2697 | 2024-04-25T19:31:18.842Z | * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD |
2698 | 2024-04-25T19:31:18.852Z | |
2699 | 2024-04-25T19:31:18.853Z | real 0.659781735 |
2700 | 2024-04-25T19:31:18.853Z | user 0.060649897 |
2701 | 2024-04-25T19:31:18.854Z | sys 0.024729036 |
2702 | 2024-04-25T19:31:18.854Z | trap 0.000065439 |
2703 | 2024-04-25T19:31:18.854Z | tflt 0.000011278 |
2704 | 2024-04-25T19:31:18.854Z | dflt 0.000012638 |
2705 | 2024-04-25T19:31:18.855Z | kflt 0.000000000 |
2706 | 2024-04-25T19:31:18.855Z | lock 0.000030596 |
2707 | 2024-04-25T19:31:18.855Z | slp 1.925446154 |
2708 | 2024-04-25T19:31:18.855Z | lat 0.002007468 |
2709 | 2024-04-25T19:31:18.856Z | stop 0.000781601 |
2710 | 2024-04-25T19:31:18.856Z | + git checkout FETCH_HEAD |
2711 | 2024-04-25T19:31:18.861Z | Note: switching to 'FETCH_HEAD'. |
2712 | 2024-04-25T19:31:18.862Z | |
2713 | 2024-04-25T19:31:18.862Z | You are in 'detached HEAD' state. You can look around, make experimental |
2714 | 2024-04-25T19:31:18.863Z | changes and commit them, and you can discard any commits you make in this |
2715 | 2024-04-25T19:31:18.863Z | state without impacting any branches by switching back to a branch. |
2716 | 2024-04-25T19:31:18.864Z | |
2717 | 2024-04-25T19:31:18.864Z | If you want to create a new branch to retain commits you create, you may |
2718 | 2024-04-25T19:31:18.864Z | do so (now or later) by using -c with the switch command. Example: |
2719 | 2024-04-25T19:31:18.865Z | |
2720 | 2024-04-25T19:31:18.865Z | git switch -c <new-branch-name> |
2721 | 2024-04-25T19:31:18.865Z | |
2722 | 2024-04-25T19:31:18.865Z | Or undo this operation with: |
2723 | 2024-04-25T19:31:18.866Z | |
2724 | 2024-04-25T19:31:18.866Z | git switch - |
2725 | 2024-04-25T19:31:18.866Z | |
2726 | 2024-04-25T19:31:18.866Z | Turn off this advice by setting config variable advice.detachedHead to false |
2727 | 2024-04-25T19:31:18.867Z | |
2728 | 2024-04-25T19:31:18.867Z | HEAD is now at 5d44e00 Ensure SSH tables exist in the database |
2729 | 2024-04-25T19:31:18.868Z | + ptime -m cargo build --locked -p permission-slip-client --release |
2730 | 2024-04-25T19:31:18.875Z | info: syncing channel updates for '1.74-x86_64-unknown-illumos' |
2731 | 2024-04-25T19:31:19.048Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
2732 | 2024-04-25T19:31:19.048Z | info: downloading component 'cargo' |
2733 | 2024-04-25T19:31:19.981Z | info: downloading component 'clippy' |
2734 | 2024-04-25T19:31:20.271Z | info: downloading component 'rust-docs' |
2735 | 2024-04-25T19:31:21.413Z | info: downloading component 'rust-std' |
2736 | 2024-04-25T19:31:23.129Z | info: downloading component 'rustc' |
2737 | 2024-04-25T19:31:28.038Z | info: downloading component 'rustfmt' |
2738 | 2024-04-25T19:31:28.305Z | info: installing component 'cargo' |
2739 | 2024-04-25T19:31:29.197Z | info: installing component 'clippy' |
2740 | 2024-04-25T19:31:29.616Z | info: installing component 'rust-docs' |
2741 | 2024-04-25T19:31:31.026Z | info: installing component 'rust-std' |
2742 | 2024-04-25T19:31:32.706Z | info: installing component 'rustc' |
2743 | 2024-04-25T19:31:36.825Z | info: installing component 'rustfmt' |
2744 | 2024-04-25T19:31:37.370Z | Updating crates.io index |
2745 | 2024-04-25T19:31:37.568Z | Updating git repository `https://github.com/oxidecomputer/sshauth` |
2746 | 2024-04-25T19:31:38.290Z | From https://github.com/oxidecomputer/sshauth |
2747 | 2024-04-25T19:31:38.290Z | * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11 |
2748 | 2024-04-25T19:31:38.307Z | * [new branch] main -> origin/main |
2749 | 2024-04-25T19:31:38.307Z | * [new branch] paranoia -> origin/paranoia |
2750 | 2024-04-25T19:31:38.307Z | * [new branch] readme -> origin/readme |
2751 | 2024-04-25T19:31:38.307Z | * [new ref] -> origin/HEAD |
2752 | 2024-04-25T19:31:38.797Z | Downloading crates ... |
2753 | 2024-04-25T19:31:38.906Z | Downloaded anstyle-parse v0.2.3 |
2754 | 2024-04-25T19:31:38.910Z | Downloaded anstyle-query v1.0.2 |
2755 | 2024-04-25T19:31:38.913Z | Downloaded anstream v0.6.13 |
2756 | 2024-04-25T19:31:38.919Z | Downloaded block-buffer v0.9.0 |
2757 | 2024-04-25T19:31:38.923Z | Downloaded ahash v0.8.11 |
2758 | 2024-04-25T19:31:38.926Z | Downloaded anyhow v1.0.81 |
2759 | 2024-04-25T19:31:38.931Z | Downloaded autocfg v1.2.0 |
2760 | 2024-04-25T19:31:38.943Z | Downloaded bitflags v2.5.0 |
2761 | 2024-04-25T19:31:38.956Z | Downloaded blake3 v1.5.1 |
2762 | 2024-04-25T19:31:38.963Z | Downloaded http-body v0.4.6 |
2763 | 2024-04-25T19:31:38.966Z | Downloaded crypto-bigint v0.5.5 |
2764 | 2024-04-25T19:31:38.969Z | Downloaded cc v1.0.90 |
2765 | 2024-04-25T19:31:38.973Z | Downloaded bincode v1.3.3 |
2766 | 2024-04-25T19:31:38.973Z | Downloaded flagset v0.4.5 |
2767 | 2024-04-25T19:31:38.976Z | Downloaded digest v0.9.0 |
2768 | 2024-04-25T19:31:38.982Z | Downloaded is-terminal v0.4.12 |
2769 | 2024-04-25T19:31:38.995Z | Downloaded try-lock v0.2.5 |
2770 | 2024-04-25T19:31:39.002Z | Downloaded opaque-debug v0.3.1 |
2771 | 2024-04-25T19:31:39.016Z | Downloaded typify-macro v0.0.16 |
2772 | 2024-04-25T19:31:39.016Z | Downloaded itoa v1.0.11 |
2773 | 2024-04-25T19:31:39.024Z | Downloaded termcolor v1.4.1 |
2774 | 2024-04-25T19:31:39.024Z | Downloaded pkg-config v0.3.30 |
2775 | 2024-04-25T19:31:39.030Z | Downloaded ed25519 v2.2.3 |
2776 | 2024-04-25T19:31:39.030Z | Downloaded curve25519-dalek-derive v0.1.1 |
2777 | 2024-04-25T19:31:39.037Z | Downloaded iana-time-zone v0.1.60 |
2778 | 2024-04-25T19:31:39.047Z | Downloaded rustls-pemfile v1.0.4 |
2779 | 2024-04-25T19:31:39.047Z | Downloaded ed25519 v1.5.3 |
2780 | 2024-04-25T19:31:39.053Z | Downloaded sha2 v0.9.9 |
2781 | 2024-04-25T19:31:39.053Z | Downloaded clap-num v1.1.1 |
2782 | 2024-04-25T19:31:39.053Z | Downloaded signature v2.2.0 |
2783 | 2024-04-25T19:31:39.060Z | Downloaded tls_codec v0.4.1 |
2784 | 2024-04-25T19:31:39.060Z | Downloaded typify v0.0.16 |
2785 | 2024-04-25T19:31:39.060Z | Downloaded ssh-cipher v0.2.0 |
2786 | 2024-04-25T19:31:39.060Z | Downloaded tls_codec_derive v0.4.1 |
2787 | 2024-04-25T19:31:39.071Z | Downloaded quote v1.0.35 |
2788 | 2024-04-25T19:31:39.071Z | Downloaded parking_lot_core v0.9.9 |
2789 | 2024-04-25T19:31:39.071Z | Downloaded xdg v2.5.2 |
2790 | 2024-04-25T19:31:39.071Z | Downloaded env_logger v0.10.2 |
2791 | 2024-04-25T19:31:39.090Z | Downloaded spki v0.7.3 |
2792 | 2024-04-25T19:31:39.090Z | Downloaded chrono v0.4.37 |
2793 | 2024-04-25T19:31:39.090Z | Downloaded smallvec v1.13.2 |
2794 | 2024-04-25T19:31:39.111Z | Downloaded ed25519-dalek v1.0.1 |
2795 | 2024-04-25T19:31:39.111Z | Downloaded lock_api v0.4.11 |
2796 | 2024-04-25T19:31:39.111Z | Downloaded platforms v3.4.0 |
2797 | 2024-04-25T19:31:39.112Z | Downloaded sct v0.7.1 |
2798 | 2024-04-25T19:31:39.112Z | Downloaded signature v1.6.4 |
2799 | 2024-04-25T19:31:39.112Z | Downloaded ssh-encoding v0.2.0 |
2800 | 2024-04-25T19:31:39.112Z | Downloaded proc-macro2 v1.0.79 |
2801 | 2024-04-25T19:31:39.112Z | Downloaded ryu v1.0.17 |
2802 | 2024-04-25T19:31:39.125Z | Downloaded crc-any v2.4.4 |
2803 | 2024-04-25T19:31:39.125Z | Downloaded typenum v1.17.0 |
2804 | 2024-04-25T19:31:39.133Z | Downloaded serde_derive v1.0.197 |
2805 | 2024-04-25T19:31:39.142Z | Downloaded ed25519-dalek v2.1.1 |
2806 | 2024-04-25T19:31:39.152Z | Downloaded openssl-sys v0.9.101 |
2807 | 2024-04-25T19:31:39.152Z | Downloaded aho-corasick v1.1.3 |
2808 | 2024-04-25T19:31:39.169Z | Downloaded oauth2 v4.4.2 |
2809 | 2024-04-25T19:31:39.169Z | Downloaded heapless v0.7.17 |
2810 | 2024-04-25T19:31:39.170Z | Downloaded unsafe-libyaml v0.2.11 |
2811 | 2024-04-25T19:31:39.170Z | Downloaded serde v1.0.197 |
2812 | 2024-04-25T19:31:39.180Z | Downloaded rsa v0.9.6 |
2813 | 2024-04-25T19:31:39.180Z | Downloaded serde_yaml v0.9.34+deprecated |
2814 | 2024-04-25T19:31:39.201Z | Downloaded libm v0.2.8 |
2815 | 2024-04-25T19:31:39.209Z | Downloaded x509-cert v0.2.5 |
2816 | 2024-04-25T19:31:39.223Z | Downloaded unicode-normalization v0.1.23 |
2817 | 2024-04-25T19:31:39.234Z | Downloaded ssh-key v0.6.5 |
2818 | 2024-04-25T19:31:39.245Z | Downloaded serde_json v1.0.115 |
2819 | 2024-04-25T19:31:39.271Z | Downloaded h2 v0.3.25 |
2820 | 2024-04-25T19:31:39.275Z | Downloaded reqwest v0.11.27 |
2821 | 2024-04-25T19:31:39.295Z | Downloaded p384 v0.13.0 |
2822 | 2024-04-25T19:31:39.316Z | Downloaded webpki-roots v0.25.4 |
2823 | 2024-04-25T19:31:39.319Z | Downloaded regress v0.8.0 |
2824 | 2024-04-25T19:31:39.334Z | Downloaded syn v2.0.55 |
2825 | 2024-04-25T19:31:39.343Z | Downloaded rustls v0.21.10 |
2826 | 2024-04-25T19:31:39.353Z | Downloaded rustix v0.38.32 |
2827 | 2024-04-25T19:31:39.375Z | Downloaded regex-syntax v0.8.3 |
2828 | 2024-04-25T19:31:39.394Z | Downloaded typify-impl v0.0.16 |
2829 | 2024-04-25T19:31:39.410Z | Downloaded curve25519-dalek v3.2.0 |
2830 | 2024-04-25T19:31:39.417Z | Downloaded regex-automata v0.4.6 |
2831 | 2024-04-25T19:31:39.433Z | Downloaded tokio v1.36.0 |
2832 | 2024-04-25T19:31:39.599Z | Compiling proc-macro2 v1.0.79 |
2833 | 2024-04-25T19:31:39.599Z | Compiling unicode-ident v1.0.12 |
2834 | 2024-04-25T19:31:39.610Z | Compiling version_check v0.9.4 |
2835 | 2024-04-25T19:31:39.610Z | Compiling libc v0.2.153 |
2836 | 2024-04-25T19:31:39.610Z | Compiling cfg-if v1.0.0 |
2837 | 2024-04-25T19:31:39.610Z | Compiling autocfg v1.2.0 |
2838 | 2024-04-25T19:31:39.610Z | Compiling typenum v1.17.0 |
2839 | 2024-04-25T19:31:39.621Z | Compiling serde v1.0.197 |
2840 | 2024-04-25T19:31:39.713Z | Compiling subtle v2.5.0 |
2841 | 2024-04-25T19:31:39.791Z | Compiling cc v1.0.90 |
2842 | 2024-04-25T19:31:40.039Z | Compiling const-oid v0.9.6 |
2843 | 2024-04-25T19:31:40.239Z | Compiling generic-array v0.14.7 |
2844 | 2024-04-25T19:31:40.264Z | Compiling ahash v0.8.11 |
2845 | 2024-04-25T19:31:40.359Z | Compiling lock_api v0.4.11 |
2846 | 2024-04-25T19:31:40.671Z | Compiling once_cell v1.19.0 |
2847 | 2024-04-25T19:31:40.676Z | Compiling scopeguard v1.2.0 |
2848 | 2024-04-25T19:31:40.813Z | Compiling serde_json v1.0.115 |
2849 | 2024-04-25T19:31:41.130Z | Compiling quote v1.0.35 |
2850 | 2024-04-25T19:31:41.221Z | Compiling syn v1.0.109 |
2851 | 2024-04-25T19:31:41.381Z | Compiling smallvec v1.13.2 |
2852 | 2024-04-25T19:31:41.749Z | Compiling syn v2.0.55 |
2853 | 2024-04-25T19:31:41.760Z | Compiling getrandom v0.2.12 |
2854 | 2024-04-25T19:31:41.866Z | Compiling itoa v1.0.11 |
2855 | 2024-04-25T19:31:42.094Z | Compiling rand_core v0.6.4 |
2856 | 2024-04-25T19:31:42.187Z | Compiling base64ct v1.6.0 |
2857 | 2024-04-25T19:31:42.254Z | Compiling zerocopy v0.7.32 |
2858 | 2024-04-25T19:31:42.568Z | Compiling bytes v1.6.0 |
2859 | 2024-04-25T19:31:42.571Z | Compiling parking_lot_core v0.9.9 |
2860 | 2024-04-25T19:31:42.836Z | Compiling pem-rfc7468 v0.7.0 |
2861 | 2024-04-25T19:31:42.970Z | Compiling pin-project-lite v0.2.13 |
2862 | 2024-04-25T19:31:43.047Z | Compiling libm v0.2.8 |
2863 | 2024-04-25T19:31:43.060Z | Compiling memchr v2.7.1 |
2864 | 2024-04-25T19:31:43.127Z | Compiling num-traits v0.2.18 |
2865 | 2024-04-25T19:31:43.493Z | Compiling allocator-api2 v0.2.16 |
2866 | 2024-04-25T19:31:43.531Z | Compiling log v0.4.21 |
2867 | 2024-04-25T19:31:43.705Z | Compiling thiserror v1.0.58 |
2868 | 2024-04-25T19:31:44.475Z | Compiling hashbrown v0.14.3 |
2869 | 2024-04-25T19:31:44.830Z | Compiling bitflags v2.5.0 |
2870 | 2024-04-25T19:31:45.183Z | Compiling flagset v0.4.5 |
2871 | 2024-04-25T19:31:45.661Z | Compiling parking_lot v0.12.1 |
2872 | 2024-04-25T19:31:46.159Z | Compiling socket2 v0.5.6 |
2873 | 2024-04-25T19:31:46.718Z | Compiling num_cpus v1.16.0 |
2874 | 2024-04-25T19:31:46.829Z | Compiling mio v0.8.11 |
2875 | 2024-04-25T19:31:46.860Z | Compiling signal-hook-registry v1.4.1 |
2876 | 2024-04-25T19:31:47.296Z | Compiling spin v0.9.8 |
2877 | 2024-04-25T19:31:47.707Z | Compiling vcpkg v0.2.15 |
2878 | 2024-04-25T19:31:48.337Z | Compiling schemars v0.8.16 |
2879 | 2024-04-25T19:31:48.375Z | Compiling pkg-config v0.3.30 |
2880 | 2024-04-25T19:31:48.481Z | Compiling semver v1.0.22 |
2881 | 2024-04-25T19:31:49.185Z | Compiling cpufeatures v0.2.12 |
2882 | 2024-04-25T19:31:49.200Z | Compiling serde_derive_internals v0.26.0 |
2883 | 2024-04-25T19:31:49.200Z | Compiling ring v0.17.8 |
2884 | 2024-04-25T19:31:49.479Z | Compiling ryu v1.0.17 |
2885 | 2024-04-25T19:31:49.629Z | Compiling openssl-sys v0.9.101 |
2886 | 2024-04-25T19:31:50.675Z | Compiling slab v0.4.9 |
2887 | 2024-04-25T19:31:51.101Z | Compiling equivalent v1.0.1 |
2888 | 2024-04-25T19:31:51.101Z | Compiling fnv v1.0.7 |
2889 | 2024-04-25T19:31:51.101Z | Compiling futures-core v0.3.30 |
2890 | 2024-04-25T19:31:51.185Z | Compiling http v0.2.12 |
2891 | 2024-04-25T19:31:51.217Z | Compiling rustc_version v0.4.0 |
2892 | 2024-04-25T19:31:51.312Z | Compiling tracing-core v0.1.32 |
2893 | 2024-04-25T19:31:51.649Z | Compiling byteorder v1.5.0 |
2894 | 2024-04-25T19:31:51.834Z | Compiling untrusted v0.9.0 |
2895 | 2024-04-25T19:31:52.582Z | Compiling tracing v0.1.40 |
2896 | 2024-04-25T19:31:52.598Z | Compiling ppv-lite86 v0.2.17 |
2897 | 2024-04-25T19:31:52.935Z | Compiling dyn-clone v1.0.17 |
2898 | 2024-04-25T19:31:53.150Z | Compiling chrono v0.4.37 |
2899 | 2024-04-25T19:31:53.212Z | Compiling httparse v1.8.0 |
2900 | 2024-04-25T19:31:53.355Z | Compiling futures-sink v0.3.30 |
2901 | 2024-04-25T19:31:53.505Z | Compiling pin-utils v0.1.0 |
2902 | 2024-04-25T19:31:53.613Z | Compiling uuid v1.8.0 |
2903 | 2024-04-25T19:31:53.714Z | Compiling futures-io v0.3.30 |
2904 | 2024-04-25T19:31:53.833Z | Compiling schemars_derive v0.8.16 |
2905 | 2024-04-25T19:31:53.872Z | Compiling serde_derive v1.0.197 |
2906 | 2024-04-25T19:31:54.354Z | Compiling zeroize_derive v1.4.2 |
2907 | 2024-04-25T19:31:54.354Z | Compiling der_derive v0.7.2 |
2908 | 2024-04-25T19:31:54.354Z | Compiling thiserror-impl v1.0.58 |
2909 | 2024-04-25T19:31:55.243Z | Compiling tokio-macros v2.2.0 |
2910 | 2024-04-25T19:31:55.731Z | Compiling zeroize v1.7.0 |
2911 | 2024-04-25T19:31:56.525Z | Compiling futures-task v0.3.30 |
2912 | 2024-04-25T19:31:56.609Z | Compiling der v0.7.8 |
2913 | 2024-04-25T19:31:56.852Z | Compiling openssl v0.10.64 |
2914 | 2024-04-25T19:31:56.941Z | Compiling tokio v1.36.0 |
2915 | 2024-04-25T19:31:57.088Z | Compiling foreign-types-shared v0.1.1 |
2916 | 2024-04-25T19:31:57.193Z | Compiling foreign-types v0.3.2 |
2917 | 2024-04-25T19:31:57.298Z | Compiling futures-util v0.3.30 |
2918 | 2024-04-25T19:31:57.320Z | Compiling openssl-macros v0.1.1 |
2919 | 2024-04-25T19:31:57.358Z | Compiling regress v0.8.0 |
2920 | 2024-04-25T19:31:57.773Z | Compiling crypto-common v0.1.6 |
2921 | 2024-04-25T19:31:57.773Z | Compiling block-buffer v0.10.4 |
2922 | 2024-04-25T19:31:57.951Z | Compiling digest v0.10.7 |
2923 | 2024-04-25T19:31:58.386Z | Compiling sha2 v0.10.8 |
2924 | 2024-04-25T19:31:59.706Z | Compiling spki v0.7.3 |
2925 | 2024-04-25T19:32:00.269Z | Compiling pkcs8 v0.10.2 |
2926 | 2024-04-25T19:32:02.156Z | Compiling signature v2.2.0 |
2927 | 2024-04-25T19:32:02.423Z | Compiling try-lock v0.2.5 |
2928 | 2024-04-25T19:32:02.570Z | Compiling tinyvec_macros v0.1.1 |
2929 | 2024-04-25T19:32:02.681Z | Compiling rustls v0.21.10 |
2930 | 2024-04-25T19:32:02.833Z | Compiling heck v0.4.1 |
2931 | 2024-04-25T19:32:03.528Z | Compiling native-tls v0.2.11 |
2932 | 2024-04-25T19:32:03.546Z | Compiling tinyvec v1.6.0 |
2933 | 2024-04-25T19:32:03.546Z | Compiling want v0.3.1 |
2934 | 2024-04-25T19:32:03.546Z | Compiling sct v0.7.1 |
2935 | 2024-04-25T19:32:03.756Z | Compiling rustls-webpki v0.101.7 |
2936 | 2024-04-25T19:32:05.246Z | Compiling http-body v0.4.6 |
2937 | 2024-04-25T19:32:05.748Z | Compiling tokio-util v0.7.10 |
2938 | 2024-04-25T19:32:06.095Z | Compiling futures-channel v0.3.30 |
2939 | 2024-04-25T19:32:06.713Z | Compiling ff v0.13.0 |
2940 | 2024-04-25T19:32:07.138Z | Compiling base16ct v0.2.0 |
2941 | 2024-04-25T19:32:07.579Z | Compiling rustix v0.38.32 |
2942 | 2024-04-25T19:32:08.335Z | Compiling indexmap v2.2.6 |
2943 | 2024-04-25T19:32:09.470Z | Compiling serde_tokenstream v0.2.0 |
2944 | 2024-04-25T19:32:09.470Z | Compiling httpdate v1.0.3 |
2945 | 2024-04-25T19:32:09.471Z | Compiling percent-encoding v2.3.1 |
2946 | 2024-04-25T19:32:09.471Z | Compiling openssl-probe v0.1.5 |
2947 | 2024-04-25T19:32:09.471Z | Compiling iana-time-zone v0.1.60 |
2948 | 2024-04-25T19:32:09.472Z | Compiling tower-service v0.3.2 |
2949 | 2024-04-25T19:32:10.523Z | Compiling getrandom v0.1.16 |
2950 | 2024-04-25T19:32:10.524Z | Compiling h2 v0.3.25 |
2951 | 2024-04-25T19:32:10.524Z | Compiling form_urlencoded v1.2.1 |
2952 | 2024-04-25T19:32:12.214Z | Compiling sec1 v0.7.3 |
2953 | 2024-04-25T19:32:14.244Z | Compiling typify-impl v0.0.16 |
2954 | 2024-04-25T19:32:14.330Z | Compiling group v0.13.0 |
2955 | 2024-04-25T19:32:15.274Z | Compiling unicode-normalization v0.1.23 |
2956 | 2024-04-25T19:32:15.697Z | Compiling hyper v0.14.28 |
2957 | 2024-04-25T19:32:16.147Z | Compiling crypto-bigint v0.5.5 |
2958 | 2024-04-25T19:32:19.658Z | Compiling errno v0.3.8 |
2959 | 2024-04-25T19:32:19.924Z | Compiling platforms v3.4.0 |
2960 | 2024-04-25T19:32:20.629Z | Compiling radium v0.7.0 |
2961 | 2024-04-25T19:32:20.652Z | Compiling unicode-bidi v0.3.15 |
2962 | 2024-04-25T19:32:21.176Z | Compiling utf8parse v0.2.1 |
2963 | 2024-04-25T19:32:21.404Z | Compiling anstyle-parse v0.2.3 |
2964 | 2024-04-25T19:32:21.782Z | Compiling idna v0.5.0 |
2965 | 2024-04-25T19:32:23.502Z | Compiling curve25519-dalek v4.1.2 |
2966 | 2024-04-25T19:32:24.159Z | Compiling tokio-rustls v0.24.1 |
2967 | 2024-04-25T19:32:24.620Z | Compiling elliptic-curve v0.13.8 |
2968 | 2024-04-25T19:32:25.397Z | Compiling tokio-native-tls v0.3.1 |
2969 | 2024-04-25T19:32:26.041Z | Compiling typify-macro v0.0.16 |
2970 | 2024-04-25T19:32:26.232Z | Compiling hmac v0.12.1 |
2971 | 2024-04-25T19:32:26.477Z | Compiling rand_chacha v0.3.1 |
2972 | 2024-04-25T19:32:26.697Z | Compiling aho-corasick v1.1.3 |
2973 | 2024-04-25T19:32:27.925Z | Compiling tap v1.0.1 |
2974 | 2024-04-25T19:32:28.112Z | Compiling maybe-uninit v2.0.0 |
2975 | 2024-04-25T19:32:28.147Z | Compiling colorchoice v1.0.0 |
2976 | 2024-04-25T19:32:28.316Z | Compiling anstyle v1.0.6 |
2977 | 2024-04-25T19:32:28.639Z | Compiling anstyle-query v1.0.2 |
2978 | 2024-04-25T19:32:28.865Z | Compiling regex-syntax v0.8.3 |
2979 | 2024-04-25T19:32:28.964Z | Compiling base64 v0.21.7 |
2980 | 2024-04-25T19:32:29.999Z | Compiling rustls-pemfile v1.0.4 |
2981 | 2024-04-25T19:32:30.632Z | Compiling anstream v0.6.13 |
2982 | 2024-04-25T19:32:30.916Z | Compiling wyz v0.5.1 |
2983 | 2024-04-25T19:32:31.371Z | Compiling rand v0.8.5 |
2984 | 2024-04-25T19:32:31.416Z | Compiling rfc6979 v0.4.0 |
2985 | 2024-04-25T19:32:31.623Z | Compiling rand_core v0.5.1 |
2986 | 2024-04-25T19:32:31.989Z | Compiling hyper-tls v0.5.0 |
2987 | 2024-04-25T19:32:32.414Z | Compiling terminal_size v0.3.0 |
2988 | 2024-04-25T19:32:32.418Z | Compiling hyper-rustls v0.24.2 |
2989 | 2024-04-25T19:32:32.419Z | Compiling url v2.5.0 |
2990 | 2024-04-25T19:32:32.508Z | Compiling regex-automata v0.4.6 |
2991 | 2024-04-25T19:32:33.104Z | Compiling serde_urlencoded v0.7.1 |
2992 | 2024-04-25T19:32:33.553Z | Compiling inout v0.1.3 |
2993 | 2024-04-25T19:32:33.770Z | Compiling curve25519-dalek-derive v0.1.1 |
2994 | 2024-04-25T19:32:34.280Z | Compiling heapless v0.7.17 |
2995 | 2024-04-25T19:32:34.333Z | Compiling num-integer v0.1.46 |
2996 | 2024-04-25T19:32:35.468Z | Compiling encoding_rs v0.8.33 |
2997 | 2024-04-25T19:32:38.763Z | Compiling funty v2.0.0 |
2998 | 2024-04-25T19:32:41.146Z | Compiling num-bigint-dig v0.8.4 |
2999 | 2024-04-25T19:32:41.872Z | Compiling clap_lex v0.7.0 |
3000 | 2024-04-25T19:32:42.685Z | Compiling spin v0.5.2 |
3001 | 2024-04-25T19:32:43.143Z | Compiling mime v0.3.17 |
3002 | 2024-04-25T19:32:43.154Z | Compiling heck v0.5.0 |
3003 | 2024-04-25T19:32:43.398Z | Compiling ipnet v2.9.0 |
3004 | 2024-04-25T19:32:44.437Z | Compiling packed_struct v0.10.1 |
3005 | 2024-04-25T19:32:44.943Z | Compiling webpki-roots v0.25.4 |
3006 | 2024-04-25T19:32:45.154Z | Compiling sync_wrapper v0.1.2 |
3007 | 2024-04-25T19:32:45.280Z | Compiling strsim v0.11.0 |
3008 | 2024-04-25T19:32:46.295Z | Compiling unicode-width v0.1.11 |
3009 | 2024-04-25T19:32:46.438Z | Compiling getopts v0.2.21 |
3010 | 2024-04-25T19:32:47.315Z | Compiling clap_builder v4.5.2 |
3011 | 2024-04-25T19:32:47.370Z | Compiling reqwest v0.11.27 |
3012 | 2024-04-25T19:32:48.832Z | Compiling clap_derive v4.5.4 |
3013 | 2024-04-25T19:32:52.272Z | Compiling lazy_static v1.4.0 |
3014 | 2024-04-25T19:32:52.413Z | Compiling bitvec v1.0.1 |
3015 | 2024-04-25T19:32:53.402Z | Compiling regex v1.10.4 |
3016 | 2024-04-25T19:32:57.466Z | Compiling num-iter v0.1.44 |
3017 | 2024-04-25T19:32:57.472Z | Compiling cipher v0.4.4 |
3018 | 2024-04-25T19:32:57.798Z | Compiling ecdsa v0.16.9 |
3019 | 2024-04-25T19:32:59.247Z | Compiling typify v0.0.16 |
3020 | 2024-04-25T19:32:59.390Z | Compiling primeorder v0.13.6 |
3021 | 2024-04-25T19:32:59.615Z | Compiling openapiv3 v2.0.0 |
3022 | 2024-04-25T19:32:59.953Z | Compiling ed25519 v2.2.3 |
3023 | 2024-04-25T19:33:00.340Z | Compiling ssh-encoding v0.2.0 |
3024 | 2024-04-25T19:33:01.738Z | Compiling digest v0.9.0 |
3025 | 2024-04-25T19:33:02.149Z | Compiling packed_struct_codegen v0.10.1 |
3026 | 2024-04-25T19:33:04.587Z | Compiling hash32 v0.2.1 |
3027 | 2024-04-25T19:33:04.894Z | Compiling slog v2.7.0 |
3028 | 2024-04-25T19:33:04.959Z | Compiling unsafe-libyaml v0.2.11 |
3029 | 2024-04-25T19:33:05.132Z | Compiling stable_deref_trait v1.2.0 |
3030 | 2024-04-25T19:33:05.234Z | Compiling anyhow v1.0.81 |
3031 | 2024-04-25T19:33:05.459Z | Compiling nodrop v0.1.14 |
3032 | 2024-04-25T19:33:06.016Z | Compiling array-init v0.0.4 |
3033 | 2024-04-25T19:33:06.712Z | Compiling serde_yaml v0.9.34+deprecated |
3034 | 2024-04-25T19:33:09.005Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3035 | 2024-04-25T19:33:10.810Z | Compiling ssh-cipher v0.2.0 |
3036 | 2024-04-25T19:33:11.117Z | Compiling ed25519-dalek v2.1.1 |
3037 | 2024-04-25T19:33:12.032Z | Compiling p256 v0.13.2 |
3038 | 2024-04-25T19:33:13.070Z | Compiling smallvec v0.6.14 |
3039 | 2024-04-25T19:33:15.884Z | Compiling clap v4.5.4 |
3040 | 2024-04-25T19:33:16.145Z | Compiling rand_chacha v0.2.2 |
3041 | 2024-04-25T19:33:18.403Z | Compiling pkcs1 v0.7.5 |
3042 | 2024-04-25T19:33:18.771Z | Compiling block-buffer v0.9.0 |
3043 | 2024-04-25T19:33:18.990Z | Compiling zerocopy-derive v0.6.6 |
3044 | 2024-04-25T19:33:21.176Z | Compiling blake3 v1.5.1 |
3045 | 2024-04-25T19:33:21.847Z | Compiling is-terminal v0.4.12 |
3046 | 2024-04-25T19:33:21.987Z | Compiling termcolor v1.4.1 |
3047 | 2024-04-25T19:33:22.270Z | Compiling cobs v0.2.3 |
3048 | 2024-04-25T19:33:22.768Z | Compiling signature v1.6.4 |
3049 | 2024-04-25T19:33:22.981Z | Compiling base64 v0.13.1 |
3050 | 2024-04-25T19:33:23.425Z | Compiling opaque-debug v0.3.1 |
3051 | 2024-04-25T19:33:23.539Z | Compiling embedded-io v0.4.0 |
3052 | 2024-04-25T19:33:23.777Z | Compiling bitfield v0.14.0 |
3053 | 2024-04-25T19:33:23.898Z | Compiling postcard v1.0.8 |
3054 | 2024-04-25T19:33:24.068Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3055 | 2024-04-25T19:33:24.997Z | Compiling sha2 v0.9.9 |
3056 | 2024-04-25T19:33:26.300Z | Compiling ed25519 v1.5.3 |
3057 | 2024-04-25T19:33:26.303Z | Compiling env_logger v0.10.2 |
3058 | 2024-04-25T19:33:29.180Z | Compiling zerocopy v0.6.6 |
3059 | 2024-04-25T19:33:29.643Z | Compiling rsa v0.9.6 |
3060 | 2024-04-25T19:33:30.177Z | Compiling rand v0.7.3 |
3061 | 2024-04-25T19:33:30.879Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3062 | 2024-04-25T19:33:31.614Z | Compiling serde-hex v0.1.0 |
3063 | 2024-04-25T19:33:32.977Z | Compiling ssh-key v0.6.5 |
3064 | 2024-04-25T19:33:37.373Z | Compiling curve25519-dalek v3.2.0 |
3065 | 2024-04-25T19:33:38.868Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3066 | 2024-04-25T19:33:40.442Z | Compiling bincode v1.3.3 |
3067 | 2024-04-25T19:33:41.661Z | Compiling serde_path_to_error v0.1.16 |
3068 | 2024-04-25T19:33:42.716Z | Compiling x509-cert v0.2.5 |
3069 | 2024-04-25T19:33:46.664Z | Compiling constant_time_eq v0.3.0 |
3070 | 2024-04-25T19:33:46.829Z | Compiling arrayref v0.3.7 |
3071 | 2024-04-25T19:33:46.921Z | Compiling crc-any v2.4.4 |
3072 | 2024-04-25T19:33:47.042Z | Compiling hex v0.4.3 |
3073 | 2024-04-25T19:33:47.713Z | Compiling arrayvec v0.7.4 |
3074 | 2024-04-25T19:33:47.881Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3075 | 2024-04-25T19:33:50.029Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3076 | 2024-04-25T19:33:50.220Z | Compiling oauth2 v4.4.2 |
3077 | 2024-04-25T19:33:52.351Z | Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a) |
3078 | 2024-04-25T19:33:56.540Z | Compiling ed25519-dalek v1.0.1 |
3079 | 2024-04-25T19:33:56.575Z | Compiling clap-num v1.1.1 |
3080 | 2024-04-25T19:33:56.817Z | Compiling xdg v2.5.2 |
3081 | 2024-04-25T19:33:57.191Z | Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client) |
3082 | 2024-04-25T19:34:35.930Z | Finished release [optimized] target(s) in 2m 44s |
3083 | 2024-04-25T19:34:36.345Z | |
3084 | 2024-04-25T19:34:36.345Z | real 3:02.535681172 |
3085 | 2024-04-25T19:34:36.345Z | user 19:04.203255970 |
3086 | 2024-04-25T19:34:36.345Z | sys 1:39.911714504 |
3087 | 2024-04-25T19:34:36.345Z | trap 0.557292462 |
3088 | 2024-04-25T19:34:36.346Z | tflt 1.114123608 |
3089 | 2024-04-25T19:34:36.346Z | dflt 0.412489596 |
3090 | 2024-04-25T19:34:36.346Z | kflt 0.023315759 |
3091 | 2024-04-25T19:34:36.346Z | lock 45:24.689879677 |
3092 | 2024-04-25T19:34:36.346Z | slp 53:32.888796718 |
3093 | 2024-04-25T19:34:36.346Z | lat 54.728882132 |
3094 | 2024-04-25T19:34:36.346Z | stop 38.224377851 |
3095 | 2024-04-25T19:34:36.346Z | + ptime -m gzip |
3096 | 2024-04-25T19:34:36.346Z | |
3097 | 2024-04-25T19:34:36.346Z | real 1.134431655 |
3098 | 2024-04-25T19:34:36.346Z | user 1.123299891 |
3099 | 2024-04-25T19:34:36.346Z | sys 0.010560151 |
3100 | 2024-04-25T19:34:36.346Z | trap 0.000067811 |
3101 | 2024-04-25T19:34:36.346Z | tflt 0.000000000 |
3102 | 2024-04-25T19:34:36.346Z | dflt 0.000000000 |
3103 | 2024-04-25T19:34:36.346Z | kflt 0.000000000 |
3104 | 2024-04-25T19:34:36.346Z | lock 0.000000000 |
3105 | 2024-04-25T19:34:36.346Z | slp 0.000000000 |
3106 | 2024-04-25T19:34:36.346Z | lat 0.000093279 |
3107 | 2024-04-25T19:34:36.346Z | stop 0.000182898 |
3108 | 2024-04-25T19:34:36.346Z | process exited: duration 982911 ms, exit code 0 |
|
3109 | 2024-04-25T19:34:37.142Z | found 9 output files |
3110 | 2024-04-25T19:34:37.142Z | uploading: /work/end-to-end-tests/bootstrap-72919e54dd0a1e8f.gz (9683637 bytes) |
3111 | 2024-04-25T19:34:40.649Z | uploaded: /work/end-to-end-tests/bootstrap-72919e54dd0a1e8f.gz |
3112 | 2024-04-25T19:34:40.649Z | uploading: /work/end-to-end-tests/bootstrap.gz (104610441 bytes) |
3113 | 2024-04-25T19:35:18.915Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
3114 | 2024-04-25T19:35:18.915Z | uploading: /work/end-to-end-tests/commtest-07d1782656389f6e.gz (9683052 bytes) |
3115 | 2024-04-25T19:35:22.416Z | uploaded: /work/end-to-end-tests/commtest-07d1782656389f6e.gz |
3116 | 2024-04-25T19:35:22.416Z | uploading: /work/end-to-end-tests/dhcp_server-9e0ac39a731573d2.gz (9682355 bytes) |
3117 | 2024-04-25T19:35:26.332Z | uploaded: /work/end-to-end-tests/dhcp_server-9e0ac39a731573d2.gz |
3118 | 2024-04-25T19:35:26.332Z | uploading: /work/end-to-end-tests/end_to_end_tests-1a59c060357c1b59.gz (106247072 bytes) |
3119 | 2024-04-25T19:36:15.479Z | uploaded: /work/end-to-end-tests/end_to_end_tests-1a59c060357c1b59.gz |
3120 | 2024-04-25T19:36:15.479Z | uploading: /work/caboose-util.gz (2413608 bytes) |
3121 | 2024-04-25T19:36:17.073Z | uploaded: /work/caboose-util.gz |
3122 | 2024-04-25T19:36:17.074Z | uploading: /work/tufaceous.gz (11810368 bytes) |
3123 | 2024-04-25T19:36:30.183Z | uploaded: /work/tufaceous.gz |
3124 | 2024-04-25T19:36:30.183Z | uploading: /work/commtest (470604688 bytes) |
3125 | 2024-04-25T19:39:39.422Z | uploaded: /work/commtest |
3126 | 2024-04-25T19:39:39.422Z | uploading: /work/permslip.gz (10331253 bytes) |
3127 | 2024-04-25T19:39:43.277Z | uploaded: /work/permslip.gz |