|
|
|
1 | 2024-12-02T14:57:30.397Z | job assigned to worker 01JE3XZF0SEWP6RBFBHD1QK674 [factory aws, i-0dc8453bb8fdc3ae5] (queued for 49 s) |
|
2 | 2024-12-02T14:57:37.938Z | starting task 0: "setup" |
3 | 2024-12-02T14:57:37.948Z | ++ uname -s |
4 | 2024-12-02T14:57:37.950Z | + kern=SunOS |
5 | 2024-12-02T14:57:37.950Z | + case "$kern" in |
6 | 2024-12-02T14:57:37.950Z | + groupadd -g 12345 build |
7 | 2024-12-02T14:57:37.952Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-02T14:57:39.960Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-02T14:57:40.139Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-02T14:57:40.142Z | + home_fs=zfs |
11 | 2024-12-02T14:57:40.142Z | + [[ zfs == autofs ]] |
12 | 2024-12-02T14:57:40.142Z | + mkdir -p /home/build |
13 | 2024-12-02T14:57:40.144Z | + chown build:build /home/build /work |
14 | 2024-12-02T14:57:42.145Z | + chmod 0700 /home/build /work |
15 | 2024-12-02T14:57:42.147Z | process exited: duration 4209 ms, exit code 0 |
|
16 | 2024-12-02T14:57:42.152Z | starting task 1: "rust-toolchain" |
17 | 2024-12-02T14:57:42.157Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-02T14:57:42.157Z | ' stable |
19 | 2024-12-02T14:57:42.157Z | * toolchain channel = "stable" |
20 | 2024-12-02T14:57:42.158Z | * toolchain profile = "default" |
21 | 2024-12-02T14:57:42.160Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-02T14:57:42.160Z | ' default |
23 | 2024-12-02T14:57:42.160Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-02T14:57:42.160Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-02T14:57:42.277Z | info: downloading installer |
26 | 2024-12-02T14:57:43.425Z | info: profile set to 'default' |
27 | 2024-12-02T14:57:43.425Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-02T14:57:43.427Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-02T14:57:43.580Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-02T14:57:43.580Z | info: downloading component 'cargo' |
31 | 2024-12-02T14:57:44.469Z | info: downloading component 'clippy' |
32 | 2024-12-02T14:57:44.808Z | info: downloading component 'rust-docs' |
33 | 2024-12-02T14:57:46.045Z | info: downloading component 'rust-std' |
34 | 2024-12-02T14:57:47.836Z | info: downloading component 'rustc' |
35 | 2024-12-02T14:57:54.595Z | info: downloading component 'rustfmt' |
36 | 2024-12-02T14:57:54.856Z | info: installing component 'cargo' |
37 | 2024-12-02T14:57:55.698Z | info: installing component 'clippy' |
38 | 2024-12-02T14:57:56.086Z | info: installing component 'rust-docs' |
39 | 2024-12-02T14:57:57.769Z | info: installing component 'rust-std' |
40 | 2024-12-02T14:57:59.472Z | info: installing component 'rustc' |
41 | 2024-12-02T14:58:05.272Z | info: installing component 'rustfmt' |
42 | 2024-12-02T14:58:05.600Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-02T14:58:05.601Z | |
44 | 2024-12-02T14:58:05.965Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-02T14:58:05.965Z | |
46 | 2024-12-02T14:58:05.968Z | |
47 | 2024-12-02T14:58:05.968Z | Rust is installed now. Great! |
48 | 2024-12-02T14:58:05.968Z | |
49 | 2024-12-02T14:58:05.968Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-02T14:58:05.968Z | environment variable. This has not been done automatically. |
51 | 2024-12-02T14:58:05.968Z | |
52 | 2024-12-02T14:58:05.968Z | To configure your current shell, you need to source |
53 | 2024-12-02T14:58:05.968Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-02T14:58:05.968Z | |
55 | 2024-12-02T14:58:05.968Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-02T14:58:05.968Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-02T14:58:05.968Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-02T14:58:06.041Z | + rustc --version |
59 | 2024-12-02T14:58:06.107Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-02T14:58:06.109Z | process exited: duration 23955 ms, exit code 0 |
|
61 | 2024-12-02T14:58:06.118Z | starting task 2: "authentication" |
62 | 2024-12-02T14:58:06.138Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-12-02T14:58:06.155Z | starting task 3: "clone repository" |
64 | 2024-12-02T14:58:06.163Z | + mkdir -p /work/oxidecomputer/p4 |
65 | 2024-12-02T14:58:06.163Z | + git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4 |
66 | 2024-12-02T14:58:06.200Z | Cloning into '/work/oxidecomputer/p4'... |
67 | 2024-12-02T14:58:07.166Z | + cd /work/oxidecomputer/p4 |
68 | 2024-12-02T14:58:07.166Z | + git fetch origin 23e34c7ee4e04294bd379f2711b9a7df55ff54a3 |
69 | 2024-12-02T14:58:07.419Z | From https://github.com/oxidecomputer/p4 |
70 | 2024-12-02T14:58:07.419Z | * branch 23e34c7ee4e04294bd379f2711b9a7df55ff54a3 -> FETCH_HEAD |
71 | 2024-12-02T14:58:07.427Z | + [[ -n zl/book-render ]] |
72 | 2024-12-02T14:58:07.430Z | ++ git branch --show-current |
73 | 2024-12-02T14:58:07.433Z | + current=main |
74 | 2024-12-02T14:58:07.433Z | + [[ main != zl/book-render ]] |
75 | 2024-12-02T14:58:07.433Z | + git branch -f zl/book-render 23e34c7ee4e04294bd379f2711b9a7df55ff54a3 |
76 | 2024-12-02T14:58:07.436Z | + git checkout -f zl/book-render |
77 | 2024-12-02T14:58:07.444Z | Switched to branch 'zl/book-render' |
78 | 2024-12-02T14:58:07.447Z | + git reset --hard 23e34c7ee4e04294bd379f2711b9a7df55ff54a3 |
79 | 2024-12-02T14:58:07.453Z | HEAD is now at 23e34c7 [book] Fix rendering issue in book with sidebar |
80 | 2024-12-02T14:58:07.456Z | process exited: duration 1298 ms, exit code 0 |
|
81 | 2024-12-02T14:58:07.461Z | starting task 4: "build" |
82 | 2024-12-02T14:58:07.466Z | + cargo --version |
83 | 2024-12-02T14:58:07.471Z | info: syncing channel updates for '1.77.0-x86_64-unknown-illumos' |
84 | 2024-12-02T14:58:07.632Z | info: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17) |
85 | 2024-12-02T14:58:07.632Z | info: downloading component 'cargo' |
86 | 2024-12-02T14:58:08.880Z | info: downloading component 'clippy' |
87 | 2024-12-02T14:58:09.422Z | info: downloading component 'rust-docs' |
88 | 2024-12-02T14:58:10.567Z | info: downloading component 'rust-std' |
89 | 2024-12-02T14:58:12.977Z | info: downloading component 'rustc' |
90 | 2024-12-02T14:58:18.577Z | info: downloading component 'rustfmt' |
91 | 2024-12-02T14:58:19.046Z | info: installing component 'cargo' |
92 | 2024-12-02T14:58:19.817Z | info: installing component 'clippy' |
93 | 2024-12-02T14:58:20.128Z | info: installing component 'rust-docs' |
94 | 2024-12-02T14:58:21.578Z | info: installing component 'rust-std' |
95 | 2024-12-02T14:58:23.230Z | info: installing component 'rustc' |
96 | 2024-12-02T14:58:26.992Z | info: installing component 'rustfmt' |
97 | 2024-12-02T14:58:27.358Z | cargo 1.77.0 (3fe68eabf 2024-02-29) |
98 | 2024-12-02T14:58:27.360Z | + rustc --version |
99 | 2024-12-02T14:58:27.424Z | rustc 1.77.0 (aedd173a2 2024-03-17) |
100 | 2024-12-02T14:58:27.429Z | + banner check |
101 | 2024-12-02T14:58:27.432Z | |
102 | 2024-12-02T14:58:27.432Z | #### # # ###### #### # # |
103 | 2024-12-02T14:58:27.432Z | # # # # # # # # # |
104 | 2024-12-02T14:58:27.432Z | # ###### ##### # #### |
105 | 2024-12-02T14:58:27.432Z | # # # # # # # |
106 | 2024-12-02T14:58:27.432Z | # # # # # # # # # |
107 | 2024-12-02T14:58:27.434Z | #### # # ###### #### # # |
108 | 2024-12-02T14:58:27.434Z | + cargo fmt -- --check |
109 | 2024-12-02T14:58:27.434Z | |
110 | 2024-12-02T14:58:27.745Z | + cargo check |
111 | 2024-12-02T14:58:27.858Z | Updating crates.io index |
112 | 2024-12-02T14:58:27.860Z | Updating git repository `https://github.com/oxidecomputer/xfr` |
113 | 2024-12-02T14:58:28.515Z | From https://github.com/oxidecomputer/xfr |
114 | 2024-12-02T14:58:28.515Z | * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d |
115 | 2024-12-02T14:58:29.047Z | Downloading crates ... |
116 | 2024-12-02T14:58:29.123Z | Downloaded anyhow v1.0.66 |
117 | 2024-12-02T14:58:29.133Z | Downloaded aho-corasick v0.7.19 |
118 | 2024-12-02T14:58:29.136Z | Downloaded block-buffer v0.10.3 |
119 | 2024-12-02T14:58:29.139Z | Downloaded autocfg v1.1.0 |
120 | 2024-12-02T14:58:29.139Z | Downloaded atty v0.2.14 |
121 | 2024-12-02T14:58:29.141Z | Downloaded bitflags v1.3.2 |
122 | 2024-12-02T14:58:29.154Z | Downloaded bitvec v1.0.1 |
123 | 2024-12-02T14:58:29.170Z | Downloaded fastrand v1.8.0 |
124 | 2024-12-02T14:58:29.173Z | Downloaded crypto-common v0.1.6 |
125 | 2024-12-02T14:58:29.173Z | Downloaded cfg-if v1.0.0 |
126 | 2024-12-02T14:58:29.180Z | Downloaded num-traits v0.2.15 |
127 | 2024-12-02T14:58:29.188Z | Downloaded glob v0.3.0 |
128 | 2024-12-02T14:58:29.190Z | Downloaded num-iter v0.1.43 |
129 | 2024-12-02T14:58:29.190Z | Downloaded heck v0.4.0 |
130 | 2024-12-02T14:58:29.193Z | Downloaded digest v0.10.5 |
131 | 2024-12-02T14:58:29.195Z | Downloaded clap_derive v3.2.18 |
132 | 2024-12-02T14:58:29.195Z | Downloaded byteorder v1.4.3 |
133 | 2024-12-02T14:58:29.198Z | Downloaded cpufeatures v0.2.5 |
134 | 2024-12-02T14:58:29.200Z | Downloaded clap_lex v0.2.4 |
135 | 2024-12-02T14:58:29.202Z | Downloaded num-complex v0.4.2 |
136 | 2024-12-02T14:58:29.206Z | Downloaded num-bigint v0.4.3 |
137 | 2024-12-02T14:58:29.211Z | Downloaded getrandom v0.2.8 |
138 | 2024-12-02T14:58:29.215Z | Downloaded dtrace-parser v0.1.14 |
139 | 2024-12-02T14:58:29.217Z | Downloaded once_cell v1.16.0 |
140 | 2024-12-02T14:58:29.220Z | Downloaded itoa v1.0.4 |
141 | 2024-12-02T14:58:29.222Z | Downloaded clap v3.2.23 |
142 | 2024-12-02T14:58:29.239Z | Downloaded no-std-net v0.6.0 |
143 | 2024-12-02T14:58:29.242Z | Downloaded num v0.4.0 |
144 | 2024-12-02T14:58:29.245Z | Downloaded num-integer v0.1.45 |
145 | 2024-12-02T14:58:29.245Z | Downloaded lazy_static v1.4.0 |
146 | 2024-12-02T14:58:29.248Z | Downloaded generic-array v0.14.6 |
147 | 2024-12-02T14:58:29.248Z | Downloaded funty v2.0.0 |
148 | 2024-12-02T14:58:29.250Z | Downloaded dof v0.1.5 |
149 | 2024-12-02T14:58:29.250Z | Downloaded colored v2.0.0 |
150 | 2024-12-02T14:58:29.252Z | Downloaded pnet_base v0.31.0 |
151 | 2024-12-02T14:58:29.252Z | Downloaded usdt-attr-macro v0.3.5 |
152 | 2024-12-02T14:58:29.253Z | Downloaded strsim v0.10.0 |
153 | 2024-12-02T14:58:29.260Z | Downloaded rand_chacha v0.3.1 |
154 | 2024-12-02T14:58:29.263Z | Downloaded proc-macro-error-attr v1.0.4 |
155 | 2024-12-02T14:58:29.263Z | Downloaded pnet_sys v0.31.0 |
156 | 2024-12-02T14:58:29.265Z | Downloaded pnet_macros_support v0.31.0 |
157 | 2024-12-02T14:58:29.265Z | Downloaded os_str_bytes v6.3.1 |
158 | 2024-12-02T14:58:29.267Z | Downloaded ppv-lite86 v0.2.17 |
159 | 2024-12-02T14:58:29.267Z | Downloaded pest_derive v2.4.1 |
160 | 2024-12-02T14:58:29.270Z | Downloaded thread-id v4.0.0 |
161 | 2024-12-02T14:58:29.273Z | Downloaded synstructure v0.12.6 |
162 | 2024-12-02T14:58:29.273Z | Downloaded sha1 v0.10.5 |
163 | 2024-12-02T14:58:29.273Z | Downloaded tap v1.0.1 |
164 | 2024-12-02T14:58:29.276Z | Downloaded radium v0.7.0 |
165 | 2024-12-02T14:58:29.278Z | Downloaded remove_dir_all v0.5.3 |
166 | 2024-12-02T14:58:29.281Z | Downloaded usdt v0.3.5 |
167 | 2024-12-02T14:58:29.281Z | Downloaded unicode-xid v0.2.4 |
168 | 2024-12-02T14:58:29.281Z | Downloaded termcolor v1.1.3 |
169 | 2024-12-02T14:58:29.285Z | Downloaded num-rational v0.4.1 |
170 | 2024-12-02T14:58:29.287Z | Downloaded version_check v0.9.4 |
171 | 2024-12-02T14:58:29.290Z | Downloaded zerocopy v0.3.0 |
172 | 2024-12-02T14:58:29.290Z | Downloaded thiserror-impl v1.0.37 |
173 | 2024-12-02T14:58:29.292Z | Downloaded thiserror v1.0.37 |
174 | 2024-12-02T14:58:29.295Z | Downloaded wyz v0.5.0 |
175 | 2024-12-02T14:58:29.297Z | Downloaded rand_core v0.6.4 |
176 | 2024-12-02T14:58:29.299Z | Downloaded pest_meta v2.4.1 |
177 | 2024-12-02T14:58:29.302Z | Downloaded pnet_packet v0.31.0 |
178 | 2024-12-02T14:58:29.302Z | Downloaded usdt-impl v0.3.5 |
179 | 2024-12-02T14:58:29.304Z | Downloaded proc-macro-error v1.0.4 |
180 | 2024-12-02T14:58:29.307Z | Downloaded unicode-ident v1.0.5 |
181 | 2024-12-02T14:58:29.309Z | Downloaded tempfile v3.3.0 |
182 | 2024-12-02T14:58:29.311Z | Downloaded quote v1.0.21 |
183 | 2024-12-02T14:58:29.313Z | Downloaded pest_generator v2.4.1 |
184 | 2024-12-02T14:58:29.313Z | Downloaded typenum v1.15.0 |
185 | 2024-12-02T14:58:29.316Z | Downloaded usdt-macro v0.3.5 |
186 | 2024-12-02T14:58:29.320Z | Downloaded prettyplease v0.1.21 |
187 | 2024-12-02T14:58:29.323Z | Downloaded ryu v1.0.11 |
188 | 2024-12-02T14:58:29.326Z | Downloaded textwrap v0.16.0 |
189 | 2024-12-02T14:58:29.328Z | Downloaded serde_derive v1.0.147 |
190 | 2024-12-02T14:58:29.330Z | Downloaded memchr v2.5.0 |
191 | 2024-12-02T14:58:29.334Z | Downloaded ucd-trie v0.1.5 |
192 | 2024-12-02T14:58:29.336Z | Downloaded indexmap v1.9.1 |
193 | 2024-12-02T14:58:29.339Z | Downloaded proc-macro2 v1.0.47 |
194 | 2024-12-02T14:58:29.349Z | Downloaded serde v1.0.147 |
195 | 2024-12-02T14:58:29.352Z | Downloaded pest v2.4.1 |
196 | 2024-12-02T14:58:29.356Z | Downloaded hashbrown v0.12.3 |
197 | 2024-12-02T14:58:29.359Z | Downloaded rand v0.8.5 |
198 | 2024-12-02T14:58:29.362Z | Downloaded ipnetwork v0.19.0 |
199 | 2024-12-02T14:58:29.367Z | Downloaded pnet_macros v0.31.0 |
200 | 2024-12-02T14:58:29.375Z | Downloaded serde_tokenstream v0.1.3 |
201 | 2024-12-02T14:58:29.378Z | Downloaded pnet_transport v0.31.0 |
202 | 2024-12-02T14:58:29.380Z | Downloaded pnet_datalink v0.31.0 |
203 | 2024-12-02T14:58:29.380Z | Downloaded pnet v0.31.0 |
204 | 2024-12-02T14:58:29.385Z | Downloaded serde_json v1.0.87 |
205 | 2024-12-02T14:58:29.420Z | Downloaded syn v1.0.103 |
206 | 2024-12-02T14:58:29.429Z | Downloaded regex v1.7.0 |
207 | 2024-12-02T14:58:29.436Z | Downloaded regex-syntax v0.6.28 |
208 | 2024-12-02T14:58:29.465Z | Downloaded zerocopy-derive v0.2.0 |
209 | 2024-12-02T14:58:29.472Z | Downloaded libc v0.2.137 |
210 | 2024-12-02T14:58:29.577Z | Compiling proc-macro2 v1.0.47 |
211 | 2024-12-02T14:58:29.577Z | Compiling quote v1.0.21 |
212 | 2024-12-02T14:58:29.579Z | Compiling syn v1.0.103 |
213 | 2024-12-02T14:58:29.579Z | Compiling unicode-ident v1.0.5 |
214 | 2024-12-02T14:58:29.579Z | Compiling libc v0.2.137 |
215 | 2024-12-02T14:58:29.579Z | Compiling autocfg v1.1.0 |
216 | 2024-12-02T14:58:29.579Z | Compiling serde_derive v1.0.147 |
217 | 2024-12-02T14:58:29.586Z | Compiling serde v1.0.147 |
218 | 2024-12-02T14:58:29.745Z | Compiling memchr v2.5.0 |
219 | 2024-12-02T14:58:30.140Z | Compiling thiserror v1.0.37 |
220 | 2024-12-02T14:58:30.142Z | Compiling version_check v0.9.4 |
221 | 2024-12-02T14:58:30.200Z | Compiling unicode-xid v0.2.4 |
222 | 2024-12-02T14:58:30.219Z | Compiling ucd-trie v0.1.5 |
223 | 2024-12-02T14:58:30.331Z | Compiling prettyplease v0.1.21 |
224 | 2024-12-02T14:58:30.645Z | Compiling once_cell v1.16.0 |
225 | 2024-12-02T14:58:30.703Z | Compiling num-traits v0.2.15 |
226 | 2024-12-02T14:58:30.798Z | Compiling serde_json v1.0.87 |
227 | 2024-12-02T14:58:30.995Z | Checking atty v0.2.14 |
228 | 2024-12-02T14:58:31.099Z | Compiling regex-syntax v0.6.28 |
229 | 2024-12-02T14:58:31.242Z | Checking cfg-if v1.0.0 |
230 | 2024-12-02T14:58:31.404Z | Compiling usdt-impl v0.3.5 |
231 | 2024-12-02T14:58:31.550Z | Compiling aho-corasick v0.7.19 |
232 | 2024-12-02T14:58:31.607Z | Compiling num-integer v0.1.45 |
233 | 2024-12-02T14:58:31.762Z | Checking lazy_static v1.4.0 |
234 | 2024-12-02T14:58:31.866Z | Compiling byteorder v1.4.3 |
235 | 2024-12-02T14:58:31.941Z | Checking colored v2.0.0 |
236 | 2024-12-02T14:58:32.078Z | Compiling itoa v1.0.4 |
237 | 2024-12-02T14:58:32.166Z | Compiling ryu v1.0.11 |
238 | 2024-12-02T14:58:32.284Z | Compiling thread-id v4.0.0 |
239 | 2024-12-02T14:58:32.320Z | Compiling num-bigint v0.4.3 |
240 | 2024-12-02T14:58:32.764Z | Compiling num-iter v0.1.43 |
241 | 2024-12-02T14:58:32.774Z | Compiling num-rational v0.4.1 |
242 | 2024-12-02T14:58:33.096Z | Compiling radium v0.7.0 |
243 | 2024-12-02T14:58:33.108Z | Checking no-std-net v0.6.0 |
244 | 2024-12-02T14:58:33.467Z | Checking pnet_base v0.31.0 |
245 | 2024-12-02T14:58:33.748Z | Checking tap v1.0.1 |
246 | 2024-12-02T14:58:33.825Z | Compiling remove_dir_all v0.5.3 |
247 | 2024-12-02T14:58:33.839Z | Compiling fastrand v1.8.0 |
248 | 2024-12-02T14:58:33.879Z | Checking wyz v0.5.0 |
249 | 2024-12-02T14:58:34.045Z | Compiling proc-macro-error-attr v1.0.4 |
250 | 2024-12-02T14:58:34.245Z | Compiling regex v1.7.0 |
251 | 2024-12-02T14:58:34.259Z | Compiling tempfile v3.3.0 |
252 | 2024-12-02T14:58:34.373Z | Compiling anyhow v1.0.66 |
253 | 2024-12-02T14:58:34.865Z | Checking funty v2.0.0 |
254 | 2024-12-02T14:58:35.220Z | Checking pnet_macros_support v0.31.0 |
255 | 2024-12-02T14:58:35.383Z | Checking getrandom v0.2.8 |
256 | 2024-12-02T14:58:35.417Z | Checking pnet_sys v0.31.0 |
257 | 2024-12-02T14:58:35.565Z | Compiling proc-macro-error v1.0.4 |
258 | 2024-12-02T14:58:35.756Z | Checking bitvec v1.0.1 |
259 | 2024-12-02T14:58:35.888Z | Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4) |
260 | 2024-12-02T14:58:36.190Z | Checking rand_core v0.6.4 |
261 | 2024-12-02T14:58:36.458Z | Compiling indexmap v1.9.1 |
262 | 2024-12-02T14:58:36.642Z | Compiling pnet v0.31.0 |
263 | 2024-12-02T14:58:36.793Z | Checking ppv-lite86 v0.2.17 |
264 | 2024-12-02T14:58:37.019Z | Compiling tests v0.1.0 (/work/oxidecomputer/p4/test) |
265 | 2024-12-02T14:58:37.387Z | Compiling synstructure v0.12.6 |
266 | 2024-12-02T14:58:38.468Z | Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust) |
267 | 2024-12-02T14:58:39.056Z | Checking rand_chacha v0.3.1 |
268 | 2024-12-02T14:58:39.419Z | Checking hashbrown v0.12.3 |
269 | 2024-12-02T14:58:39.477Z | Checking os_str_bytes v6.3.1 |
270 | 2024-12-02T14:58:39.678Z | Compiling heck v0.4.0 |
271 | 2024-12-02T14:58:39.802Z | Checking clap_lex v0.2.4 |
272 | 2024-12-02T14:58:39.966Z | Checking rand v0.8.5 |
273 | 2024-12-02T14:58:40.044Z | Checking textwrap v0.16.0 |
274 | 2024-12-02T14:58:40.385Z | Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73) |
275 | 2024-12-02T14:58:40.590Z | Checking bitflags v1.3.2 |
276 | 2024-12-02T14:58:40.592Z | Checking termcolor v1.1.3 |
277 | 2024-12-02T14:58:40.661Z | Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code) |
278 | 2024-12-02T14:58:40.688Z | Checking strsim v0.10.0 |
279 | 2024-12-02T14:58:40.929Z | Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite) |
280 | 2024-12-02T14:58:41.024Z | Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes) |
281 | 2024-12-02T14:58:41.791Z | Compiling thiserror-impl v1.0.37 |
282 | 2024-12-02T14:58:41.791Z | Compiling zerocopy-derive v0.2.0 |
283 | 2024-12-02T14:58:41.794Z | Compiling pnet_macros v0.31.0 |
284 | 2024-12-02T14:58:41.794Z | Compiling clap_derive v3.2.18 |
285 | 2024-12-02T14:58:43.275Z | Compiling zerocopy v0.3.0 |
286 | 2024-12-02T14:58:43.584Z | Checking pnet_packet v0.31.0 |
287 | 2024-12-02T14:58:43.889Z | Compiling pest v2.4.1 |
288 | 2024-12-02T14:58:44.018Z | Compiling dof v0.1.5 |
289 | 2024-12-02T14:58:45.237Z | Compiling pest_meta v2.4.1 |
290 | 2024-12-02T14:58:45.246Z | Checking clap v3.2.23 |
291 | 2024-12-02T14:58:46.123Z | Compiling pest_generator v2.4.1 |
292 | 2024-12-02T14:58:47.242Z | Compiling pest_derive v2.4.1 |
293 | 2024-12-02T14:58:47.336Z | Checking pnet_transport v0.31.0 |
294 | 2024-12-02T14:58:47.849Z | Compiling dtrace-parser v0.1.14 |
295 | 2024-12-02T14:58:47.874Z | Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c) |
296 | 2024-12-02T14:58:50.065Z | Checking num-complex v0.4.2 |
297 | 2024-12-02T14:58:50.065Z | Checking ipnetwork v0.19.0 |
298 | 2024-12-02T14:58:50.068Z | Checking serde_tokenstream v0.1.3 |
299 | 2024-12-02T14:58:50.293Z | Checking pnet_datalink v0.31.0 |
300 | 2024-12-02T14:58:50.347Z | Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro) |
301 | 2024-12-02T14:58:52.075Z | Checking num v0.4.0 |
302 | 2024-12-02T14:58:52.503Z | Compiling usdt-macro v0.3.5 |
303 | 2024-12-02T14:58:52.503Z | Compiling usdt-attr-macro v0.3.5 |
304 | 2024-12-02T14:58:53.298Z | Checking usdt v0.3.5 |
305 | 2024-12-02T14:58:53.395Z | Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs) |
306 | 2024-12-02T14:58:53.806Z | Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test) |
307 | 2024-12-02T14:58:55.051Z | Finished dev [unoptimized + debuginfo] target(s) in 27.26s |
308 | 2024-12-02T14:58:55.106Z | + cargo clippy --all-targets -- --deny warnings |
309 | 2024-12-02T14:58:55.310Z | Downloading crates ... |
310 | 2024-12-02T14:58:55.472Z | Downloaded libloading v0.7.4 |
311 | 2024-12-02T14:58:55.472Z | Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4) |
312 | 2024-12-02T14:58:55.472Z | Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs) |
313 | 2024-12-02T14:58:55.472Z | Compiling tests v0.1.0 (/work/oxidecomputer/p4/test) |
314 | 2024-12-02T14:58:55.472Z | Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code) |
315 | 2024-12-02T14:58:55.472Z | Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite) |
316 | 2024-12-02T14:58:55.472Z | Checking libloading v0.7.4 |
317 | 2024-12-02T14:58:55.806Z | Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes) |
318 | 2024-12-02T14:58:57.411Z | Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust) |
319 | 2024-12-02T14:58:59.382Z | Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro) |
320 | 2024-12-02T14:58:59.432Z | Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c) |
321 | 2024-12-02T14:59:00.827Z | Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test) |
322 | 2024-12-02T14:59:11.406Z | Finished dev [unoptimized + debuginfo] target(s) in 16.18s |
323 | 2024-12-02T14:59:11.426Z | + banner build |
324 | 2024-12-02T14:59:11.430Z | |
325 | 2024-12-02T14:59:11.430Z | ##### # # # # ##### |
326 | 2024-12-02T14:59:11.430Z | # # # # # # # # |
327 | 2024-12-02T14:59:11.430Z | ##### # # # # # # |
328 | 2024-12-02T14:59:11.430Z | # # # # # # # # |
329 | 2024-12-02T14:59:11.430Z | # # # # # # # # |
330 | 2024-12-02T14:59:11.430Z | ##### #### # ###### ##### |
331 | 2024-12-02T14:59:11.430Z | |
332 | 2024-12-02T14:59:11.430Z | + ptime -m cargo build |
333 | 2024-12-02T14:59:11.621Z | Compiling unicode-ident v1.0.5 |
334 | 2024-12-02T14:59:11.624Z | Compiling libc v0.2.137 |
335 | 2024-12-02T14:59:11.627Z | Compiling once_cell v1.16.0 |
336 | 2024-12-02T14:59:11.629Z | Compiling ucd-trie v0.1.5 |
337 | 2024-12-02T14:59:11.630Z | Compiling regex-syntax v0.6.28 |
338 | 2024-12-02T14:59:11.630Z | Compiling memchr v2.5.0 |
339 | 2024-12-02T14:59:11.630Z | Compiling cfg-if v1.0.0 |
340 | 2024-12-02T14:59:11.643Z | Compiling byteorder v1.4.3 |
341 | 2024-12-02T14:59:11.696Z | Compiling num-traits v0.2.15 |
342 | 2024-12-02T14:59:11.769Z | Compiling proc-macro2 v1.0.47 |
343 | 2024-12-02T14:59:11.995Z | Compiling lazy_static v1.4.0 |
344 | 2024-12-02T14:59:12.077Z | Compiling itoa v1.0.4 |
345 | 2024-12-02T14:59:12.096Z | Compiling ryu v1.0.11 |
346 | 2024-12-02T14:59:12.263Z | Compiling atty v0.2.14 |
347 | 2024-12-02T14:59:12.277Z | Compiling thread-id v4.0.0 |
348 | 2024-12-02T14:59:12.304Z | Compiling fastrand v1.8.0 |
349 | 2024-12-02T14:59:12.360Z | Compiling aho-corasick v0.7.19 |
350 | 2024-12-02T14:59:12.365Z | Compiling colored v2.0.0 |
351 | 2024-12-02T14:59:12.400Z | Compiling remove_dir_all v0.5.3 |
352 | 2024-12-02T14:59:12.476Z | Compiling quote v1.0.21 |
353 | 2024-12-02T14:59:12.870Z | Compiling syn v1.0.103 |
354 | 2024-12-02T14:59:13.140Z | Compiling tempfile v3.3.0 |
355 | 2024-12-02T14:59:13.231Z | Compiling no-std-net v0.6.0 |
356 | 2024-12-02T14:59:13.307Z | Compiling pnet_base v0.31.0 |
357 | 2024-12-02T14:59:13.547Z | Compiling num-integer v0.1.45 |
358 | 2024-12-02T14:59:13.633Z | Compiling tap v1.0.1 |
359 | 2024-12-02T14:59:13.695Z | Compiling radium v0.7.0 |
360 | 2024-12-02T14:59:13.778Z | Compiling wyz v0.5.0 |
361 | 2024-12-02T14:59:13.901Z | Compiling funty v2.0.0 |
362 | 2024-12-02T14:59:14.112Z | Compiling num-iter v0.1.43 |
363 | 2024-12-02T14:59:14.174Z | Compiling pnet_macros_support v0.31.0 |
364 | 2024-12-02T14:59:14.269Z | Compiling pnet_sys v0.31.0 |
365 | 2024-12-02T14:59:14.319Z | Compiling getrandom v0.2.8 |
366 | 2024-12-02T14:59:14.326Z | Compiling proc-macro-error-attr v1.0.4 |
367 | 2024-12-02T14:59:14.593Z | Compiling rand_core v0.6.4 |
368 | 2024-12-02T14:59:14.679Z | Compiling regex v1.7.0 |
369 | 2024-12-02T14:59:15.015Z | Compiling bitvec v1.0.1 |
370 | 2024-12-02T14:59:15.091Z | Compiling anyhow v1.0.66 |
371 | 2024-12-02T14:59:15.198Z | Compiling ppv-lite86 v0.2.17 |
372 | 2024-12-02T14:59:15.873Z | Compiling hashbrown v0.12.3 |
373 | 2024-12-02T14:59:15.936Z | Compiling rand_chacha v0.3.1 |
374 | 2024-12-02T14:59:15.954Z | Compiling os_str_bytes v6.3.1 |
375 | 2024-12-02T14:59:16.472Z | Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4) |
376 | 2024-12-02T14:59:16.942Z | Compiling indexmap v1.9.1 |
377 | 2024-12-02T14:59:17.184Z | Compiling clap_lex v0.2.4 |
378 | 2024-12-02T14:59:17.786Z | Compiling rand v0.8.5 |
379 | 2024-12-02T14:59:17.790Z | Compiling bitflags v1.3.2 |
380 | 2024-12-02T14:59:17.859Z | Compiling strsim v0.10.0 |
381 | 2024-12-02T14:59:18.256Z | Compiling termcolor v1.1.3 |
382 | 2024-12-02T14:59:18.784Z | Compiling prettyplease v0.1.21 |
383 | 2024-12-02T14:59:19.075Z | Compiling synstructure v0.12.6 |
384 | 2024-12-02T14:59:19.389Z | Compiling proc-macro-error v1.0.4 |
385 | 2024-12-02T14:59:19.937Z | Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust) |
386 | 2024-12-02T14:59:20.460Z | Compiling textwrap v0.16.0 |
387 | 2024-12-02T14:59:21.124Z | Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73) |
388 | 2024-12-02T14:59:21.523Z | Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes) |
389 | 2024-12-02T14:59:23.128Z | Compiling serde_derive v1.0.147 |
390 | 2024-12-02T14:59:23.128Z | Compiling thiserror-impl v1.0.37 |
391 | 2024-12-02T14:59:23.131Z | Compiling zerocopy-derive v0.2.0 |
392 | 2024-12-02T14:59:23.239Z | Compiling pnet_macros v0.31.0 |
393 | 2024-12-02T14:59:24.002Z | Compiling clap_derive v3.2.18 |
394 | 2024-12-02T14:59:24.988Z | Compiling zerocopy v0.3.0 |
395 | 2024-12-02T14:59:25.510Z | Compiling pnet_packet v0.31.0 |
396 | 2024-12-02T14:59:25.541Z | Compiling thiserror v1.0.37 |
397 | 2024-12-02T14:59:25.607Z | Compiling pest v2.4.1 |
398 | 2024-12-02T14:59:25.607Z | Compiling dof v0.1.5 |
399 | 2024-12-02T14:59:26.987Z | Compiling pest_meta v2.4.1 |
400 | 2024-12-02T14:59:27.062Z | Compiling clap v3.2.23 |
401 | 2024-12-02T14:59:27.682Z | Compiling pest_generator v2.4.1 |
402 | 2024-12-02T14:59:28.260Z | Compiling serde v1.0.147 |
403 | 2024-12-02T14:59:28.754Z | Compiling pest_derive v2.4.1 |
404 | 2024-12-02T14:59:29.197Z | Compiling pnet_transport v0.31.0 |
405 | 2024-12-02T14:59:29.423Z | Compiling dtrace-parser v0.1.14 |
406 | 2024-12-02T14:59:30.132Z | Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c) |
407 | 2024-12-02T14:59:32.546Z | Compiling serde_json v1.0.87 |
408 | 2024-12-02T14:59:32.546Z | Compiling serde_tokenstream v0.1.3 |
409 | 2024-12-02T14:59:32.547Z | Compiling num-bigint v0.4.3 |
410 | 2024-12-02T14:59:32.553Z | Compiling num-complex v0.4.2 |
411 | 2024-12-02T14:59:32.588Z | Compiling ipnetwork v0.19.0 |
412 | 2024-12-02T14:59:32.872Z | Compiling pnet_datalink v0.31.0 |
413 | 2024-12-02T14:59:32.961Z | Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro) |
414 | 2024-12-02T14:59:33.301Z | Compiling pnet v0.31.0 |
415 | 2024-12-02T14:59:34.068Z | Compiling usdt-impl v0.3.5 |
416 | 2024-12-02T14:59:34.764Z | Compiling num-rational v0.4.1 |
417 | 2024-12-02T14:59:35.449Z | Compiling num v0.4.0 |
418 | 2024-12-02T14:59:35.634Z | Compiling usdt-attr-macro v0.3.5 |
419 | 2024-12-02T14:59:35.634Z | Compiling usdt-macro v0.3.5 |
420 | 2024-12-02T14:59:36.651Z | Compiling usdt v0.3.5 |
421 | 2024-12-02T14:59:36.744Z | Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs) |
422 | 2024-12-02T14:59:37.213Z | Compiling tests v0.1.0 (/work/oxidecomputer/p4/test) |
423 | 2024-12-02T14:59:37.577Z | Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test) |
424 | 2024-12-02T14:59:37.577Z | Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite) |
425 | 2024-12-02T14:59:37.680Z | Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code) |
426 | 2024-12-02T14:59:42.447Z | Finished dev [unoptimized + debuginfo] target(s) in 30.97s |
427 | 2024-12-02T14:59:42.459Z | |
428 | 2024-12-02T14:59:42.463Z | real 31.024682806 |
429 | 2024-12-02T14:59:42.463Z | user 2:39.392335680 |
430 | 2024-12-02T14:59:42.463Z | sys 32.654197407 |
431 | 2024-12-02T14:59:42.463Z | trap 0.072207891 |
432 | 2024-12-02T14:59:42.463Z | tflt 0.252137713 |
433 | 2024-12-02T14:59:42.463Z | dflt 0.730839338 |
434 | 2024-12-02T14:59:42.463Z | kflt 0.000113717 |
435 | 2024-12-02T14:59:42.463Z | lock 4:42.673117345 |
436 | 2024-12-02T14:59:42.463Z | slp 6:43.843972436 |
437 | 2024-12-02T14:59:42.463Z | lat 4.549695537 |
438 | 2024-12-02T14:59:42.463Z | stop 4.290406135 |
439 | 2024-12-02T14:59:42.463Z | + ptime -m cargo build --release |
440 | 2024-12-02T14:59:42.580Z | Compiling proc-macro2 v1.0.47 |
441 | 2024-12-02T14:59:42.580Z | Compiling quote v1.0.21 |
442 | 2024-12-02T14:59:42.583Z | Compiling unicode-ident v1.0.5 |
443 | 2024-12-02T14:59:42.583Z | Compiling syn v1.0.103 |
444 | 2024-12-02T14:59:42.583Z | Compiling libc v0.2.137 |
445 | 2024-12-02T14:59:42.583Z | Compiling autocfg v1.1.0 |
446 | 2024-12-02T14:59:42.583Z | Compiling serde v1.0.147 |
447 | 2024-12-02T14:59:42.583Z | Compiling serde_derive v1.0.147 |
448 | 2024-12-02T14:59:42.733Z | Compiling memchr v2.5.0 |
449 | 2024-12-02T14:59:43.085Z | Compiling version_check v0.9.4 |
450 | 2024-12-02T14:59:43.088Z | Compiling thiserror v1.0.37 |
451 | 2024-12-02T14:59:43.191Z | Compiling ucd-trie v0.1.5 |
452 | 2024-12-02T14:59:43.194Z | Compiling unicode-xid v0.2.4 |
453 | 2024-12-02T14:59:43.209Z | Compiling once_cell v1.16.0 |
454 | 2024-12-02T14:59:43.638Z | Compiling prettyplease v0.1.21 |
455 | 2024-12-02T14:59:43.671Z | Compiling serde_json v1.0.87 |
456 | 2024-12-02T14:59:43.804Z | Compiling num-traits v0.2.15 |
457 | 2024-12-02T14:59:43.815Z | Compiling regex-syntax v0.6.28 |
458 | 2024-12-02T14:59:44.152Z | Compiling aho-corasick v0.7.19 |
459 | 2024-12-02T14:59:44.376Z | Compiling usdt-impl v0.3.5 |
460 | 2024-12-02T14:59:44.752Z | Compiling num-integer v0.1.45 |
461 | 2024-12-02T14:59:44.791Z | Compiling byteorder v1.4.3 |
462 | 2024-12-02T14:59:45.272Z | Compiling atty v0.2.14 |
463 | 2024-12-02T14:59:45.392Z | Compiling cfg-if v1.0.0 |
464 | 2024-12-02T14:59:45.466Z | Compiling itoa v1.0.4 |
465 | 2024-12-02T14:59:45.649Z | Compiling ryu v1.0.11 |
466 | 2024-12-02T14:59:46.018Z | Compiling thread-id v4.0.0 |
467 | 2024-12-02T14:59:46.218Z | Compiling num-bigint v0.4.3 |
468 | 2024-12-02T14:59:46.527Z | Compiling lazy_static v1.4.0 |
469 | 2024-12-02T14:59:46.847Z | Compiling colored v2.0.0 |
470 | 2024-12-02T14:59:47.176Z | Compiling regex v1.7.0 |
471 | 2024-12-02T14:59:47.803Z | Compiling num-rational v0.4.1 |
472 | 2024-12-02T14:59:48.157Z | Compiling num-iter v0.1.43 |
473 | 2024-12-02T14:59:48.429Z | Compiling fastrand v1.8.0 |
474 | 2024-12-02T14:59:48.873Z | Compiling remove_dir_all v0.5.3 |
475 | 2024-12-02T14:59:48.947Z | Compiling radium v0.7.0 |
476 | 2024-12-02T14:59:49.004Z | Compiling no-std-net v0.6.0 |
477 | 2024-12-02T14:59:49.087Z | Compiling pnet_base v0.31.0 |
478 | 2024-12-02T14:59:49.092Z | Compiling tempfile v3.3.0 |
479 | 2024-12-02T14:59:49.133Z | Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4) |
480 | 2024-12-02T14:59:49.464Z | Compiling tap v1.0.1 |
481 | 2024-12-02T14:59:49.619Z | Compiling wyz v0.5.0 |
482 | 2024-12-02T14:59:49.650Z | Compiling proc-macro-error-attr v1.0.4 |
483 | 2024-12-02T14:59:49.663Z | Compiling funty v2.0.0 |
484 | 2024-12-02T14:59:49.994Z | Compiling anyhow v1.0.66 |
485 | 2024-12-02T14:59:50.047Z | Compiling pnet_macros_support v0.31.0 |
486 | 2024-12-02T14:59:50.220Z | Compiling synstructure v0.12.6 |
487 | 2024-12-02T14:59:51.650Z | Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust) |
488 | 2024-12-02T14:59:51.950Z | Compiling bitvec v1.0.1 |
489 | 2024-12-02T14:59:52.148Z | Compiling getrandom v0.2.8 |
490 | 2024-12-02T14:59:52.288Z | Compiling pnet_sys v0.31.0 |
491 | 2024-12-02T14:59:52.450Z | Compiling proc-macro-error v1.0.4 |
492 | 2024-12-02T14:59:52.590Z | Compiling rand_core v0.6.4 |
493 | 2024-12-02T14:59:53.041Z | Compiling indexmap v1.9.1 |
494 | 2024-12-02T14:59:53.518Z | Compiling ppv-lite86 v0.2.17 |
495 | 2024-12-02T14:59:53.747Z | Compiling pnet v0.31.0 |
496 | 2024-12-02T14:59:54.297Z | Compiling rand_chacha v0.3.1 |
497 | 2024-12-02T14:59:54.740Z | Compiling hashbrown v0.12.3 |
498 | 2024-12-02T14:59:55.139Z | Compiling tests v0.1.0 (/work/oxidecomputer/p4/test) |
499 | 2024-12-02T14:59:55.503Z | Compiling heck v0.4.0 |
500 | 2024-12-02T14:59:55.892Z | Compiling thiserror-impl v1.0.37 |
501 | 2024-12-02T14:59:56.172Z | Compiling zerocopy-derive v0.2.0 |
502 | 2024-12-02T14:59:56.172Z | Compiling pnet_macros v0.31.0 |
503 | 2024-12-02T14:59:57.797Z | Compiling zerocopy v0.3.0 |
504 | 2024-12-02T14:59:58.537Z | Compiling pnet_packet v0.31.0 |
505 | 2024-12-02T14:59:58.860Z | Compiling pest v2.4.1 |
506 | 2024-12-02T14:59:58.890Z | Compiling dof v0.1.5 |
507 | 2024-12-02T15:00:00.455Z | Compiling pest_meta v2.4.1 |
508 | 2024-12-02T15:00:01.035Z | Compiling os_str_bytes v6.3.1 |
509 | 2024-12-02T15:00:01.620Z | Compiling pest_generator v2.4.1 |
510 | 2024-12-02T15:00:03.176Z | Compiling pnet_transport v0.31.0 |
511 | 2024-12-02T15:00:03.873Z | Compiling pest_derive v2.4.1 |
512 | 2024-12-02T15:00:04.734Z | Compiling dtrace-parser v0.1.14 |
513 | 2024-12-02T15:00:07.658Z | Compiling clap_lex v0.2.4 |
514 | 2024-12-02T15:00:09.453Z | Compiling clap_derive v3.2.18 |
515 | 2024-12-02T15:00:09.840Z | Compiling serde_tokenstream v0.1.3 |
516 | 2024-12-02T15:00:11.587Z | Compiling num-complex v0.4.2 |
517 | 2024-12-02T15:00:13.925Z | Compiling usdt-macro v0.3.5 |
518 | 2024-12-02T15:00:15.191Z | Compiling usdt-attr-macro v0.3.5 |
519 | 2024-12-02T15:00:16.607Z | Compiling usdt v0.3.5 |
520 | 2024-12-02T15:00:16.789Z | Compiling num v0.4.0 |
521 | 2024-12-02T15:00:16.883Z | Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs) |
522 | 2024-12-02T15:00:17.101Z | Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro) |
523 | 2024-12-02T15:00:17.106Z | Compiling ipnetwork v0.19.0 |
524 | 2024-12-02T15:00:18.080Z | Compiling pnet_datalink v0.31.0 |
525 | 2024-12-02T15:00:18.630Z | Compiling rand v0.8.5 |
526 | 2024-12-02T15:00:19.748Z | Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code) |
527 | 2024-12-02T15:00:20.100Z | Compiling textwrap v0.16.0 |
528 | 2024-12-02T15:00:20.402Z | Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73) |
529 | 2024-12-02T15:00:20.528Z | Compiling bitflags v1.3.2 |
530 | 2024-12-02T15:00:20.609Z | Compiling termcolor v1.1.3 |
531 | 2024-12-02T15:00:21.121Z | Compiling strsim v0.10.0 |
532 | 2024-12-02T15:00:21.596Z | Compiling clap v3.2.23 |
533 | 2024-12-02T15:00:22.737Z | Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite) |
534 | 2024-12-02T15:00:23.094Z | Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes) |
535 | 2024-12-02T15:00:29.478Z | Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c) |
536 | 2024-12-02T15:00:33.583Z | Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test) |
537 | 2024-12-02T15:00:49.279Z | Finished release [optimized] target(s) in 1m 06s |
538 | 2024-12-02T15:00:49.360Z | |
539 | 2024-12-02T15:00:49.360Z | real 1:06.771595219 |
540 | 2024-12-02T15:00:49.360Z | user 6:58.035663216 |
541 | 2024-12-02T15:00:49.360Z | sys 40.040608665 |
542 | 2024-12-02T15:00:49.360Z | trap 0.197401186 |
543 | 2024-12-02T15:00:49.360Z | tflt 0.495065136 |
544 | 2024-12-02T15:00:49.360Z | dflt 0.073050424 |
545 | 2024-12-02T15:00:49.360Z | kflt 0.000019350 |
546 | 2024-12-02T15:00:49.360Z | lock 16:09.109136005 |
547 | 2024-12-02T15:00:49.360Z | slp 19:09.843447043 |
548 | 2024-12-02T15:00:49.360Z | lat 18.518419174 |
549 | 2024-12-02T15:00:49.360Z | stop 7.723423545 |
550 | 2024-12-02T15:00:49.360Z | + for x in debug release |
551 | 2024-12-02T15:00:49.360Z | + mkdir -p /work/debug |
552 | 2024-12-02T15:00:49.360Z | + cp target/debug/x4c /work/debug/ |
553 | 2024-12-02T15:00:49.360Z | + cp target/debug/libsidecar_lite.so /work/debug/ |
554 | 2024-12-02T15:00:49.360Z | + for x in debug release |
555 | 2024-12-02T15:00:49.360Z | + mkdir -p /work/release |
556 | 2024-12-02T15:00:49.360Z | + cp target/release/x4c /work/release/ |
557 | 2024-12-02T15:00:49.441Z | + cp target/release/libsidecar_lite.so /work/release/ |
558 | 2024-12-02T15:00:49.441Z | + banner test |
559 | 2024-12-02T15:00:49.441Z | |
560 | 2024-12-02T15:00:49.441Z | ##### ###### #### ##### |
561 | 2024-12-02T15:00:49.442Z | # # # # |
562 | 2024-12-02T15:00:49.442Z | # ##### #### # |
563 | 2024-12-02T15:00:49.442Z | # # # # |
564 | 2024-12-02T15:00:49.442Z | # # # # # |
565 | 2024-12-02T15:00:49.442Z | # ###### #### # |
566 | 2024-12-02T15:00:49.442Z | |
567 | 2024-12-02T15:00:49.442Z | + cargo test |
568 | 2024-12-02T15:00:49.511Z | Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro) |
569 | 2024-12-02T15:00:49.511Z | Compiling libloading v0.7.4 |
570 | 2024-12-02T15:00:49.511Z | Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c) |
571 | 2024-12-02T15:00:49.511Z | Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs) |
572 | 2024-12-02T15:00:49.511Z | Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust) |
573 | 2024-12-02T15:00:49.511Z | Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4) |
574 | 2024-12-02T15:00:49.841Z | Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes) |
575 | 2024-12-02T15:00:51.021Z | Compiling tests v0.1.0 (/work/oxidecomputer/p4/test) |
576 | 2024-12-02T15:00:51.022Z | Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test) |
577 | 2024-12-02T15:00:51.022Z | Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite) |
578 | 2024-12-02T15:00:51.558Z | Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code) |
579 | 2024-12-02T15:01:02.868Z | Finished test [unoptimized + debuginfo] target(s) in 13.48s |
580 | 2024-12-02T15:01:02.876Z | Running unittests src/lib.rs (target/debug/deps/p4-abbc395bb70cae89) |
581 | 2024-12-02T15:01:02.883Z | |
582 | 2024-12-02T15:01:02.884Z | running 0 tests |
583 | 2024-12-02T15:01:02.884Z | |
584 | 2024-12-02T15:01:02.884Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
585 | 2024-12-02T15:01:02.884Z | |
586 | 2024-12-02T15:01:02.887Z | Running unittests src/lib.rs (target/debug/deps/p4_macro-f7aa59be3fa914c1) |
587 | 2024-12-02T15:01:02.890Z | |
588 | 2024-12-02T15:01:02.890Z | running 0 tests |
589 | 2024-12-02T15:01:02.890Z | |
590 | 2024-12-02T15:01:02.890Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
591 | 2024-12-02T15:01:02.890Z | |
592 | 2024-12-02T15:01:02.890Z | Running unittests src/main.rs (target/debug/deps/p4_macro_test-5d71657ad00a7307) |
593 | 2024-12-02T15:01:02.893Z | |
594 | 2024-12-02T15:01:02.893Z | running 0 tests |
595 | 2024-12-02T15:01:02.893Z | |
596 | 2024-12-02T15:01:02.893Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
597 | 2024-12-02T15:01:02.893Z | |
598 | 2024-12-02T15:01:02.893Z | Running unittests src/lib.rs (target/debug/deps/p4_rust-b080b91c7a14b064) |
599 | 2024-12-02T15:01:02.897Z | |
600 | 2024-12-02T15:01:02.897Z | running 0 tests |
601 | 2024-12-02T15:01:02.897Z | |
602 | 2024-12-02T15:01:02.898Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
603 | 2024-12-02T15:01:02.898Z | |
604 | 2024-12-02T15:01:02.898Z | Running unittests src/lib.rs (target/debug/deps/p4rs-799f25ddb112eab1) |
605 | 2024-12-02T15:01:02.902Z | |
606 | 2024-12-02T15:01:02.902Z | running 11 tests |
607 | 2024-12-02T15:01:02.902Z | test bitmath::tests::bitmath_add_cascade ... ok |
608 | 2024-12-02T15:01:02.902Z | test bitmath::tests::bitmath_add_mixed_size ... ok |
609 | 2024-12-02T15:01:02.902Z | test bitmath::tests::bitmath_add ... ok |
610 | 2024-12-02T15:01:02.902Z | test bitmath::tests::bitmath_add_nest ... ok |
611 | 2024-12-02T15:01:02.902Z | test bitmath::tests::bitmath_mod ... ok |
612 | 2024-12-02T15:01:02.902Z | test checksum::tests::udp_checksum ... ok |
613 | 2024-12-02T15:01:02.902Z | test table::tests::match_lpm_ternary_1 ... ok |
614 | 2024-12-02T15:01:02.902Z | test table::tests::match_lpm_1 ... ok |
615 | 2024-12-02T15:01:02.902Z | test table::tests::match_lpm_ternary_range ... ok |
616 | 2024-12-02T15:01:02.905Z | test table::tests::match_ternary_1 ... ok |
617 | 2024-12-02T15:01:02.905Z | test table::tests::match_with_action ... ok |
618 | 2024-12-02T15:01:02.905Z | |
619 | 2024-12-02T15:01:02.906Z | test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
620 | 2024-12-02T15:01:02.906Z | |
621 | 2024-12-02T15:01:02.906Z | Running unittests src/lib.rs (target/debug/deps/sidecar_lite-9c7b289a831603c9) |
622 | 2024-12-02T15:01:02.906Z | |
623 | 2024-12-02T15:01:02.906Z | running 0 tests |
624 | 2024-12-02T15:01:02.906Z | |
625 | 2024-12-02T15:01:02.906Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
626 | 2024-12-02T15:01:02.906Z | |
627 | 2024-12-02T15:01:02.909Z | Running unittests src/lib.rs (target/debug/deps/tests-7665bdeabfa34a15) |
628 | 2024-12-02T15:01:02.912Z | |
629 | 2024-12-02T15:01:02.912Z | running 14 tests |
630 | 2024-12-02T15:01:02.914Z | test controller_multiple_instantiation::controller_multiple_instantiation ... ok |
631 | 2024-12-02T15:01:02.915Z | test headers::ipv6_header_read_write ... ok |
632 | 2024-12-02T15:01:02.915Z | test ipv6::test_ipv6_parse ... ok |
633 | 2024-12-02T15:01:02.917Z | test dload::pipeline_create ... ok |
634 | 2024-12-02T15:01:02.917Z | test dload::dynamic_load ... ok |
635 | 2024-12-02T15:01:02.917Z | test table_in_egress_and_ingress::table_in_egress_and_ingress ... ok |
636 | 2024-12-02T15:01:02.920Z | test vlan::test_vlan_parse ... ok |
637 | 2024-12-02T15:01:02.925Z | test decap::geneve_decap ... ok |
638 | 2024-12-02T15:01:02.928Z | test range::range ... ok |
639 | 2024-12-02T15:01:02.928Z | test dynamic_router::dynamic_router2 ... ok |
640 | 2024-12-02T15:01:02.930Z | test hub::hub2 ... ok |
641 | 2024-12-02T15:01:02.931Z | test disag_router::disag_router ... ok |
642 | 2024-12-02T15:01:02.934Z | test basic_router::basic_router2 ... ok |
643 | 2024-12-02T15:01:02.934Z | test mac_rewrite::mac_rewrite2 ... ok |
644 | 2024-12-02T15:01:02.934Z | |
645 | 2024-12-02T15:01:02.937Z | test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
646 | 2024-12-02T15:01:02.937Z | |
647 | 2024-12-02T15:01:02.941Z | Running unittests src/lib.rs (target/debug/deps/x4c-94bdace97ef6dc80) |
648 | 2024-12-02T15:01:02.949Z | |
649 | 2024-12-02T15:01:02.949Z | running 0 tests |
650 | 2024-12-02T15:01:02.949Z | |
651 | 2024-12-02T15:01:02.949Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
652 | 2024-12-02T15:01:02.949Z | |
653 | 2024-12-02T15:01:02.949Z | Running unittests src/bin/x4c.rs (target/debug/deps/x4c-89bb2762bcf4bf2c) |
654 | 2024-12-02T15:01:02.952Z | |
655 | 2024-12-02T15:01:02.952Z | running 0 tests |
656 | 2024-12-02T15:01:02.952Z | |
657 | 2024-12-02T15:01:02.952Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
658 | 2024-12-02T15:01:02.952Z | |
659 | 2024-12-02T15:01:02.952Z | Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-ddbd09492f9421b3) |
660 | 2024-12-02T15:01:02.954Z | |
661 | 2024-12-02T15:01:02.954Z | running 0 tests |
662 | 2024-12-02T15:01:02.954Z | |
663 | 2024-12-02T15:01:02.954Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
664 | 2024-12-02T15:01:02.954Z | |
665 | 2024-12-02T15:01:02.954Z | Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-ebda7af6f7678c49) |
666 | 2024-12-02T15:01:02.957Z | |
667 | 2024-12-02T15:01:02.957Z | running 0 tests |
668 | 2024-12-02T15:01:02.957Z | |
669 | 2024-12-02T15:01:02.957Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
670 | 2024-12-02T15:01:02.957Z | |
671 | 2024-12-02T15:01:02.961Z | Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-6b45f322baf0be68) |
672 | 2024-12-02T15:01:02.963Z | |
673 | 2024-12-02T15:01:02.963Z | running 0 tests |
674 | 2024-12-02T15:01:02.963Z | |
675 | 2024-12-02T15:01:02.963Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
676 | 2024-12-02T15:01:02.964Z | |
677 | 2024-12-02T15:01:02.964Z | Doc-tests p4 |
678 | 2024-12-02T15:01:03.116Z | |
679 | 2024-12-02T15:01:03.116Z | running 0 tests |
680 | 2024-12-02T15:01:03.116Z | |
681 | 2024-12-02T15:01:03.116Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
682 | 2024-12-02T15:01:03.116Z | |
683 | 2024-12-02T15:01:03.124Z | Doc-tests p4-macro |
684 | 2024-12-02T15:01:03.178Z | |
685 | 2024-12-02T15:01:03.179Z | running 2 tests |
686 | 2024-12-02T15:01:03.182Z | test lang/p4-macro/src/lib.rs - (line 18) ... ignored |
687 | 2024-12-02T15:01:03.182Z | test lang/p4-macro/src/lib.rs - (line 6) ... ignored |
688 | 2024-12-02T15:01:03.182Z | |
689 | 2024-12-02T15:01:03.182Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
690 | 2024-12-02T15:01:03.182Z | |
691 | 2024-12-02T15:01:03.185Z | Doc-tests p4-rust |
692 | 2024-12-02T15:01:03.447Z | |
693 | 2024-12-02T15:01:03.447Z | running 0 tests |
694 | 2024-12-02T15:01:03.447Z | |
695 | 2024-12-02T15:01:03.447Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
696 | 2024-12-02T15:01:03.447Z | |
697 | 2024-12-02T15:01:03.458Z | Doc-tests p4rs |
698 | 2024-12-02T15:01:03.575Z | |
699 | 2024-12-02T15:01:03.575Z | running 1 test |
700 | 2024-12-02T15:01:04.371Z | test lang/p4rs/src/lib.rs - (line 11) ... ok |
701 | 2024-12-02T15:01:04.371Z | |
702 | 2024-12-02T15:01:04.371Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.80s |
703 | 2024-12-02T15:01:04.371Z | |
704 | 2024-12-02T15:01:04.381Z | Doc-tests tests |
705 | 2024-12-02T15:01:04.458Z | |
706 | 2024-12-02T15:01:04.458Z | running 0 tests |
707 | 2024-12-02T15:01:04.458Z | |
708 | 2024-12-02T15:01:04.458Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
709 | 2024-12-02T15:01:04.458Z | |
710 | 2024-12-02T15:01:04.466Z | Doc-tests x4c |
711 | 2024-12-02T15:01:04.533Z | |
712 | 2024-12-02T15:01:04.533Z | running 0 tests |
713 | 2024-12-02T15:01:04.534Z | |
714 | 2024-12-02T15:01:04.534Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
715 | 2024-12-02T15:01:04.534Z | |
716 | 2024-12-02T15:01:04.540Z | Doc-tests x4c_error_codes |
717 | 2024-12-02T15:01:04.577Z | |
718 | 2024-12-02T15:01:04.577Z | running 0 tests |
719 | 2024-12-02T15:01:04.577Z | |
720 | 2024-12-02T15:01:04.577Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
721 | 2024-12-02T15:01:04.577Z | |
722 | 2024-12-02T15:01:04.588Z | + pushd test |
723 | 2024-12-02T15:01:04.592Z | /work/oxidecomputer/p4/test /work/oxidecomputer/p4 |
724 | 2024-12-02T15:01:04.592Z | + banner 'mac rewr' |
725 | 2024-12-02T15:01:04.592Z | |
726 | 2024-12-02T15:01:04.592Z | # # ## #### ##### ###### # # ##### |
727 | 2024-12-02T15:01:04.592Z | ## ## # # # # # # # # # # # |
728 | 2024-12-02T15:01:04.592Z | # ## # # # # # # ##### # # # # |
729 | 2024-12-02T15:01:04.592Z | # # ###### # ##### # # ## # ##### |
730 | 2024-12-02T15:01:04.592Z | # # # # # # # # # ## ## # # |
731 | 2024-12-02T15:01:04.592Z | # # # # #### # # ###### # # # # |
732 | 2024-12-02T15:01:04.592Z | |
733 | 2024-12-02T15:01:04.592Z | + RUST_BACKTRACE=1 |
734 | 2024-12-02T15:01:04.592Z | + cargo test mac_rewrite -- --nocapture |
735 | 2024-12-02T15:01:04.749Z | Compiling memchr v2.5.0 |
736 | 2024-12-02T15:01:04.760Z | Compiling pest_meta v2.4.1 |
737 | 2024-12-02T15:01:04.763Z | Compiling prettyplease v0.1.21 |
738 | 2024-12-02T15:01:04.768Z | Compiling tempfile v3.3.0 |
739 | 2024-12-02T15:01:05.206Z | Compiling aho-corasick v0.7.19 |
740 | 2024-12-02T15:01:05.482Z | Compiling pest_generator v2.4.1 |
741 | 2024-12-02T15:01:06.197Z | Compiling regex v1.7.0 |
742 | 2024-12-02T15:01:06.500Z | Compiling pest_derive v2.4.1 |
743 | 2024-12-02T15:01:07.082Z | Compiling dtrace-parser v0.1.14 |
744 | 2024-12-02T15:01:07.308Z | Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4) |
745 | 2024-12-02T15:01:07.410Z | Compiling usdt-impl v0.3.5 |
746 | 2024-12-02T15:01:08.737Z | Compiling pnet_macros v0.31.0 |
747 | 2024-12-02T15:01:09.007Z | Compiling usdt-macro v0.3.5 |
748 | 2024-12-02T15:01:09.007Z | Compiling usdt-attr-macro v0.3.5 |
749 | 2024-12-02T15:01:09.048Z | Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust) |
750 | 2024-12-02T15:01:10.289Z | Compiling pnet_packet v0.31.0 |
751 | 2024-12-02T15:01:10.336Z | Compiling usdt v0.3.5 |
752 | 2024-12-02T15:01:10.448Z | Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs) |
753 | 2024-12-02T15:01:10.830Z | Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro) |
754 | 2024-12-02T15:01:13.149Z | Compiling pnet_transport v0.31.0 |
755 | 2024-12-02T15:01:13.280Z | Compiling pnet v0.31.0 |
756 | 2024-12-02T15:01:13.707Z | Compiling tests v0.1.0 (/work/oxidecomputer/p4/test) |
757 | 2024-12-02T15:01:24.271Z | Finished test [unoptimized + debuginfo] target(s) in 19.61s |
758 | 2024-12-02T15:01:24.277Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8) |
759 | 2024-12-02T15:01:24.284Z | |
760 | 2024-12-02T15:01:24.284Z | running 1 test |
761 | 2024-12-02T15:01:24.291Z | [phy2] do you know the muffin man? |
762 | 2024-12-02T15:01:24.294Z | [cpu] the muffin man? |
763 | 2024-12-02T15:01:24.294Z | [cpu] the muffin man! |
764 | 2024-12-02T15:01:24.294Z | [cpu] why yes |
765 | 2024-12-02T15:01:24.294Z | [phy1] i know the muffin man |
766 | 2024-12-02T15:01:24.294Z | [phy3] the muffin man is me!!! |
767 | 2024-12-02T15:01:24.294Z | test mac_rewrite::mac_rewrite2 ... ok |
768 | 2024-12-02T15:01:24.294Z | |
769 | 2024-12-02T15:01:24.294Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s |
770 | 2024-12-02T15:01:24.294Z | |
771 | 2024-12-02T15:01:24.300Z | + banner 'dyn load' |
772 | 2024-12-02T15:01:24.302Z | |
773 | 2024-12-02T15:01:24.302Z | ##### # # # # # #### ## ##### |
774 | 2024-12-02T15:01:24.302Z | # # # # ## # # # # # # # # |
775 | 2024-12-02T15:01:24.302Z | # # # # # # # # # # # # # |
776 | 2024-12-02T15:01:24.302Z | # # # # # # # # # ###### # # |
777 | 2024-12-02T15:01:24.302Z | # # # # ## # # # # # # # |
778 | 2024-12-02T15:01:24.302Z | ##### # # # ###### #### # # ##### |
779 | 2024-12-02T15:01:24.302Z | |
780 | 2024-12-02T15:01:24.302Z | + RUST_BACKTRACE=1 |
781 | 2024-12-02T15:01:24.302Z | + cargo test dload -- --nocapture |
782 | 2024-12-02T15:01:24.440Z | Finished test [unoptimized + debuginfo] target(s) in 0.08s |
783 | 2024-12-02T15:01:24.443Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8) |
784 | 2024-12-02T15:01:24.454Z | |
785 | 2024-12-02T15:01:24.454Z | running 2 tests |
786 | 2024-12-02T15:01:24.461Z | test dload::dynamic_load ... ok |
787 | 2024-12-02T15:01:24.464Z | test dload::pipeline_create ... ok |
788 | 2024-12-02T15:01:24.465Z | |
789 | 2024-12-02T15:01:24.465Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 12 filtered out; finished in 0.01s |
790 | 2024-12-02T15:01:24.465Z | |
791 | 2024-12-02T15:01:24.469Z | + banner disag |
792 | 2024-12-02T15:01:24.469Z | |
793 | 2024-12-02T15:01:24.469Z | ##### # #### ## #### |
794 | 2024-12-02T15:01:24.469Z | # # # # # # # # |
795 | 2024-12-02T15:01:24.469Z | # # # #### # # # |
796 | 2024-12-02T15:01:24.469Z | # # # # ###### # ### |
797 | 2024-12-02T15:01:24.469Z | # # # # # # # # # |
798 | 2024-12-02T15:01:24.469Z | ##### # #### # # #### |
799 | 2024-12-02T15:01:24.469Z | |
800 | 2024-12-02T15:01:24.470Z | + RUST_BACKTRACE=1 |
801 | 2024-12-02T15:01:24.470Z | + cargo test disag_router -- --nocapture |
802 | 2024-12-02T15:01:24.605Z | Finished test [unoptimized + debuginfo] target(s) in 0.08s |
803 | 2024-12-02T15:01:24.609Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8) |
804 | 2024-12-02T15:01:24.620Z | |
805 | 2024-12-02T15:01:24.620Z | running 1 test |
806 | 2024-12-02T15:01:24.627Z | [phy2] do you know the muffin man? |
807 | 2024-12-02T15:01:24.630Z | [cpu] the muffin man? |
808 | 2024-12-02T15:01:24.630Z | [cpu] the muffin man! |
809 | 2024-12-02T15:01:24.631Z | [cpu] why yes |
810 | 2024-12-02T15:01:24.631Z | [phy1] i know the muffin man |
811 | 2024-12-02T15:01:24.631Z | [phy3] the muffin man is me!!! |
812 | 2024-12-02T15:01:24.631Z | test disag_router::disag_router ... ok |
813 | 2024-12-02T15:01:24.631Z | |
814 | 2024-12-02T15:01:24.631Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s |
815 | 2024-12-02T15:01:24.631Z | |
816 | 2024-12-02T15:01:24.636Z | + banner 'dyn rtr' |
817 | 2024-12-02T15:01:24.640Z | |
818 | 2024-12-02T15:01:24.640Z | ##### # # # # ##### ##### ##### |
819 | 2024-12-02T15:01:24.640Z | # # # # ## # # # # # # |
820 | 2024-12-02T15:01:24.640Z | # # # # # # # # # # # |
821 | 2024-12-02T15:01:24.640Z | # # # # # # ##### # ##### |
822 | 2024-12-02T15:01:24.641Z | # # # # ## # # # # # |
823 | 2024-12-02T15:01:24.641Z | ##### # # # # # # # # |
824 | 2024-12-02T15:01:24.641Z | |
825 | 2024-12-02T15:01:24.641Z | + RUST_BACKTRACE=1 |
826 | 2024-12-02T15:01:24.641Z | + cargo test dynamic_router -- --nocapture |
827 | 2024-12-02T15:01:24.786Z | Finished test [unoptimized + debuginfo] target(s) in 0.08s |
828 | 2024-12-02T15:01:24.790Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8) |
829 | 2024-12-02T15:01:24.790Z | |
830 | 2024-12-02T15:01:24.791Z | running 1 test |
831 | 2024-12-02T15:01:24.800Z | [phy2] do you know the muffin man? |
832 | 2024-12-02T15:01:24.804Z | [cpu] the muffin man? |
833 | 2024-12-02T15:01:24.804Z | [cpu] the muffin man! |
834 | 2024-12-02T15:01:24.804Z | [cpu] why yes |
835 | 2024-12-02T15:01:24.804Z | [phy1] i know the muffin man |
836 | 2024-12-02T15:01:24.804Z | [phy3] the muffin man is me!!! |
837 | 2024-12-02T15:01:24.804Z | test dynamic_router::dynamic_router2 ... ok |
838 | 2024-12-02T15:01:24.804Z | |
839 | 2024-12-02T15:01:24.804Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s |
840 | 2024-12-02T15:01:24.804Z | |
841 | 2024-12-02T15:01:24.807Z | + banner hub |
842 | 2024-12-02T15:01:24.807Z | |
843 | 2024-12-02T15:01:24.807Z | # # # # ##### |
844 | 2024-12-02T15:01:24.807Z | # # # # # # |
845 | 2024-12-02T15:01:24.807Z | ###### # # ##### |
846 | 2024-12-02T15:01:24.807Z | # # # # # # |
847 | 2024-12-02T15:01:24.807Z | # # # # # # |
848 | 2024-12-02T15:01:24.807Z | # # #### ##### |
849 | 2024-12-02T15:01:24.807Z | |
850 | 2024-12-02T15:01:24.807Z | + RUST_BACKTRACE=1 |
851 | 2024-12-02T15:01:24.807Z | + cargo test hub -- --nocapture |
852 | 2024-12-02T15:01:24.950Z | Finished test [unoptimized + debuginfo] target(s) in 0.08s |
853 | 2024-12-02T15:01:24.962Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8) |
854 | 2024-12-02T15:01:24.967Z | |
855 | 2024-12-02T15:01:24.967Z | running 1 test |
856 | 2024-12-02T15:01:24.967Z | [phy2] do you know the muffin man? |
857 | 2024-12-02T15:01:24.968Z | [phy3] do you know the muffin man? |
858 | 2024-12-02T15:01:24.968Z | [phy1] the muffin man? |
859 | 2024-12-02T15:01:24.968Z | [phy3] the muffin man? |
860 | 2024-12-02T15:01:24.972Z | [phy2] the muffin man! |
861 | 2024-12-02T15:01:24.972Z | [phy3] the muffin man! |
862 | 2024-12-02T15:01:24.972Z | [phy1] why yes |
863 | 2024-12-02T15:01:24.973Z | [phy1] i know the muffin man |
864 | 2024-12-02T15:01:24.973Z | [phy1] the muffin man is me!!! |
865 | 2024-12-02T15:01:24.973Z | [phy3] why yes |
866 | 2024-12-02T15:01:24.973Z | [phy3] i know the muffin man |
867 | 2024-12-02T15:01:24.973Z | [phy3] the muffin man is me!!! |
868 | 2024-12-02T15:01:24.973Z | test hub::hub2 ... ok |
869 | 2024-12-02T15:01:24.973Z | |
870 | 2024-12-02T15:01:24.973Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s |
871 | 2024-12-02T15:01:24.973Z | |
872 | 2024-12-02T15:01:24.977Z | + banner router |
873 | 2024-12-02T15:01:24.977Z | |
874 | 2024-12-02T15:01:24.977Z | ##### #### # # ##### ###### ##### |
875 | 2024-12-02T15:01:24.977Z | # # # # # # # # # # |
876 | 2024-12-02T15:01:24.977Z | # # # # # # # ##### # # |
877 | 2024-12-02T15:01:24.977Z | ##### # # # # # # ##### |
878 | 2024-12-02T15:01:24.977Z | # # # # # # # # # # |
879 | 2024-12-02T15:01:24.977Z | # # #### #### # ###### # # |
880 | 2024-12-02T15:01:24.977Z | |
881 | 2024-12-02T15:01:24.977Z | + RUST_BACKTRACE=1 |
882 | 2024-12-02T15:01:24.977Z | + cargo test basic_router -- --nocapture |
883 | 2024-12-02T15:01:25.126Z | Finished test [unoptimized + debuginfo] target(s) in 0.08s |
884 | 2024-12-02T15:01:25.143Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8) |
885 | 2024-12-02T15:01:25.143Z | |
886 | 2024-12-02T15:01:25.144Z | running 1 test |
887 | 2024-12-02T15:01:25.144Z | [phy2] do you know the muffin man? |
888 | 2024-12-02T15:01:25.144Z | [phy1] the muffin man? |
889 | 2024-12-02T15:01:25.144Z | [phy2] the muffin man! |
890 | 2024-12-02T15:01:25.144Z | [phy1] why yes |
891 | 2024-12-02T15:01:25.144Z | [phy1] i know the muffin man |
892 | 2024-12-02T15:01:25.144Z | [phy1] the muffin man is me!!! |
893 | 2024-12-02T15:01:25.144Z | test basic_router::basic_router2 ... ok |
894 | 2024-12-02T15:01:25.144Z | |
895 | 2024-12-02T15:01:25.144Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s |
896 | 2024-12-02T15:01:25.144Z | |
897 | 2024-12-02T15:01:25.164Z | + banner headers |
898 | 2024-12-02T15:01:25.165Z | |
899 | 2024-12-02T15:01:25.165Z | # # ###### ## ##### ###### ##### #### |
900 | 2024-12-02T15:01:25.165Z | # # # # # # # # # # # |
901 | 2024-12-02T15:01:25.165Z | ###### ##### # # # # ##### # # #### |
902 | 2024-12-02T15:01:25.165Z | # # # ###### # # # ##### # |
903 | 2024-12-02T15:01:25.165Z | # # # # # # # # # # # # |
904 | 2024-12-02T15:01:25.165Z | # # ###### # # ##### ###### # # #### |
905 | 2024-12-02T15:01:25.165Z | |
906 | 2024-12-02T15:01:25.165Z | + RUST_BACKTRACE=1 |
907 | 2024-12-02T15:01:25.166Z | + cargo test headers -- --nocapture |
908 | 2024-12-02T15:01:25.278Z | Finished test [unoptimized + debuginfo] target(s) in 0.08s |
909 | 2024-12-02T15:01:25.282Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8) |
910 | 2024-12-02T15:01:25.294Z | |
911 | 2024-12-02T15:01:25.294Z | running 1 test |
912 | 2024-12-02T15:01:25.301Z | test headers::ipv6_header_read_write ... ok |
913 | 2024-12-02T15:01:25.301Z | |
914 | 2024-12-02T15:01:25.301Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.00s |
915 | 2024-12-02T15:01:25.301Z | |
916 | 2024-12-02T15:01:25.312Z | process exited: duration 197832 ms, exit code 0 |
|
917 | 2024-12-02T15:01:25.330Z | found 4 output files |
918 | 2024-12-02T15:01:25.330Z | uploading: /work/debug/libsidecar_lite.so (35277648 bytes) |
919 | 2024-12-02T15:01:27.844Z | uploaded: /work/debug/libsidecar_lite.so |
920 | 2024-12-02T15:01:27.844Z | uploading: /work/debug/x4c (41474144 bytes) |
921 | 2024-12-02T15:01:30.211Z | uploaded: /work/debug/x4c |
922 | 2024-12-02T15:01:30.219Z | uploading: /work/release/libsidecar_lite.so (8517312 bytes) |
923 | 2024-12-02T15:01:31.522Z | uploaded: /work/release/libsidecar_lite.so |
924 | 2024-12-02T15:01:31.523Z | uploading: /work/release/x4c (8323280 bytes) |
925 | 2024-12-02T15:01:32.739Z | uploaded: /work/release/x4c |