|
|
|
1 | 2024-12-08T22:55:37.213Z | job assigned to worker 01JEM7QVBMEZ3V73FXG3RASCEZ [factory gimlet-EVT22200007-propolis, EVT22200007/20085] (queued for 23 s) |
|
2 | 2024-12-08T22:55:45.379Z | starting task 0: "setup" |
3 | 2024-12-08T22:55:45.403Z | ++ uname -s |
4 | 2024-12-08T22:55:45.403Z | + kern=SunOS |
5 | 2024-12-08T22:55:45.403Z | + case "$kern" in |
6 | 2024-12-08T22:55:45.403Z | + groupadd -g 12345 build |
7 | 2024-12-08T22:55:45.403Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-08T22:55:47.399Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-08T22:55:47.433Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-08T22:55:47.456Z | + home_fs=zfs |
11 | 2024-12-08T22:55:47.456Z | + [[ zfs == autofs ]] |
12 | 2024-12-08T22:55:47.456Z | + mkdir -p /home/build |
13 | 2024-12-08T22:55:47.456Z | + chown build:build /home/build /work |
14 | 2024-12-08T22:55:49.441Z | + chmod 0700 /home/build /work |
15 | 2024-12-08T22:55:49.464Z | process exited: duration 4067 ms, exit code 0 |
|
16 | 2024-12-08T22:55:49.510Z | starting task 1: "rust-toolchain" |
17 | 2024-12-08T22:55:49.533Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-08T22:55:49.533Z | * toolchain channel = "stable" |
19 | 2024-12-08T22:55:49.533Z | ' stable |
20 | 2024-12-08T22:55:49.533Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-08T22:55:49.533Z | ' default |
22 | 2024-12-08T22:55:49.533Z | * toolchain profile = "default" |
23 | 2024-12-08T22:55:49.533Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-08T22:55:49.533Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-08T22:55:49.653Z | info: downloading installer |
26 | 2024-12-08T22:55:50.157Z | info: profile set to 'default' |
27 | 2024-12-08T22:55:50.157Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-08T22:55:50.157Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-08T22:55:50.252Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-08T22:55:50.252Z | info: downloading component 'cargo' |
31 | 2024-12-08T22:55:50.400Z | info: downloading component 'clippy' |
32 | 2024-12-08T22:55:50.434Z | info: downloading component 'rust-docs' |
33 | 2024-12-08T22:55:50.601Z | info: downloading component 'rust-std' |
34 | 2024-12-08T22:55:50.839Z | info: downloading component 'rustc' |
35 | 2024-12-08T22:55:51.666Z | info: downloading component 'rustfmt' |
36 | 2024-12-08T22:55:51.712Z | info: installing component 'cargo' |
37 | 2024-12-08T22:55:52.786Z | info: installing component 'clippy' |
38 | 2024-12-08T22:55:53.227Z | info: installing component 'rust-docs' |
39 | 2024-12-08T22:55:56.082Z | info: installing component 'rust-std' |
40 | 2024-12-08T22:55:57.988Z | info: installing component 'rustc' |
41 | 2024-12-08T22:56:04.618Z | info: installing component 'rustfmt' |
42 | 2024-12-08T22:56:04.996Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-08T22:56:04.996Z | |
44 | 2024-12-08T22:56:05.143Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-08T22:56:05.143Z | |
46 | 2024-12-08T22:56:05.143Z | |
47 | 2024-12-08T22:56:05.143Z | Rust is installed now. Great! |
48 | 2024-12-08T22:56:05.143Z | |
49 | 2024-12-08T22:56:05.167Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-08T22:56:05.167Z | environment variable. This has not been done automatically. |
51 | 2024-12-08T22:56:05.167Z | |
52 | 2024-12-08T22:56:05.167Z | To configure your current shell, you need to source |
53 | 2024-12-08T22:56:05.167Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-08T22:56:05.167Z | |
55 | 2024-12-08T22:56:05.167Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-08T22:56:05.167Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-08T22:56:05.167Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-08T22:56:05.239Z | + rustc --version |
59 | 2024-12-08T22:56:05.351Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-08T22:56:05.374Z | process exited: duration 15846 ms, exit code 0 |
|
61 | 2024-12-08T22:56:05.420Z | starting task 2: "authentication" |
62 | 2024-12-08T22:56:05.498Z | process exited: duration 77 ms, exit code 0 |
|
63 | 2024-12-08T22:56:05.544Z | starting task 3: "clone repository" |
64 | 2024-12-08T22:56:05.567Z | + mkdir -p /work/oxidecomputer/p4 |
65 | 2024-12-08T22:56:05.567Z | + git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4 |
66 | 2024-12-08T22:56:05.591Z | Cloning into '/work/oxidecomputer/p4'... |
67 | 2024-12-08T22:56:06.451Z | + cd /work/oxidecomputer/p4 |
68 | 2024-12-08T22:56:06.451Z | + git fetch origin 66b6070231c6846697ca84d7962f2d261187b0d7 |
69 | 2024-12-08T22:56:06.727Z | From https://github.com/oxidecomputer/p4 |
70 | 2024-12-08T22:56:06.727Z | * branch 66b6070231c6846697ca84d7962f2d261187b0d7 -> FETCH_HEAD |
71 | 2024-12-08T22:56:06.750Z | + [[ -n fix-book-vlan-example ]] |
72 | 2024-12-08T22:56:06.750Z | ++ git branch --show-current |
73 | 2024-12-08T22:56:06.750Z | + current=main |
74 | 2024-12-08T22:56:06.750Z | + [[ main != fix-book-vlan-example ]] |
75 | 2024-12-08T22:56:06.750Z | + git branch -f fix-book-vlan-example 66b6070231c6846697ca84d7962f2d261187b0d7 |
76 | 2024-12-08T22:56:06.774Z | + git checkout -f fix-book-vlan-example |
77 | 2024-12-08T22:56:06.774Z | Switched to branch 'fix-book-vlan-example' |
78 | 2024-12-08T22:56:06.774Z | + git reset --hard 66b6070231c6846697ca84d7962f2d261187b0d7 |
79 | 2024-12-08T22:56:06.797Z | HEAD is now at 66b6070 fix vlan example code in book |
80 | 2024-12-08T22:56:06.797Z | process exited: duration 1235 ms, exit code 0 |
|
81 | 2024-12-08T22:56:06.843Z | starting task 4: "build" |
82 | 2024-12-08T22:56:06.867Z | + cargo --version |
83 | 2024-12-08T22:56:06.867Z | info: syncing channel updates for '1.77.0-x86_64-unknown-illumos' |
84 | 2024-12-08T22:56:06.968Z | info: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17) |
85 | 2024-12-08T22:56:06.968Z | info: downloading component 'cargo' |
86 | 2024-12-08T22:56:07.086Z | info: downloading component 'clippy' |
87 | 2024-12-08T22:56:07.131Z | info: downloading component 'rust-docs' |
88 | 2024-12-08T22:56:07.290Z | info: downloading component 'rust-std' |
89 | 2024-12-08T22:56:07.552Z | info: downloading component 'rustc' |
90 | 2024-12-08T22:56:08.170Z | info: downloading component 'rustfmt' |
91 | 2024-12-08T22:56:08.259Z | info: installing component 'cargo' |
92 | 2024-12-08T22:56:09.263Z | info: installing component 'clippy' |
93 | 2024-12-08T22:56:09.613Z | info: installing component 'rust-docs' |
94 | 2024-12-08T22:56:11.862Z | info: installing component 'rust-std' |
95 | 2024-12-08T22:56:13.839Z | info: installing component 'rustc' |
96 | 2024-12-08T22:56:18.139Z | info: installing component 'rustfmt' |
97 | 2024-12-08T22:56:18.559Z | cargo 1.77.0 (3fe68eabf 2024-02-29) |
98 | 2024-12-08T22:56:18.583Z | + rustc --version |
99 | 2024-12-08T22:56:18.640Z | rustc 1.77.0 (aedd173a2 2024-03-17) |
100 | 2024-12-08T22:56:18.664Z | + banner check |
101 | 2024-12-08T22:56:18.664Z | |
102 | 2024-12-08T22:56:18.664Z | #### # # ###### #### # # |
103 | 2024-12-08T22:56:18.664Z | # # # # # # # # # |
104 | 2024-12-08T22:56:18.664Z | # ###### ##### # #### |
105 | 2024-12-08T22:56:18.664Z | # # # # # # # |
106 | 2024-12-08T22:56:18.664Z | # # # # # # # # # |
107 | 2024-12-08T22:56:18.664Z | #### # # ###### #### # # |
108 | 2024-12-08T22:56:18.664Z | |
109 | 2024-12-08T22:56:18.665Z | + cargo fmt -- --check |
110 | 2024-12-08T22:56:19.018Z | + cargo check |
111 | 2024-12-08T22:56:19.157Z | Updating crates.io index |
112 | 2024-12-08T22:56:19.180Z | Updating git repository `https://github.com/oxidecomputer/xfr` |
113 | 2024-12-08T22:56:19.856Z | From https://github.com/oxidecomputer/xfr |
114 | 2024-12-08T22:56:19.856Z | * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d |
115 | 2024-12-08T22:56:20.398Z | Downloading crates ... |
116 | 2024-12-08T22:56:20.450Z | Downloaded num v0.4.0 |
117 | 2024-12-08T22:56:20.473Z | Downloaded unicode-ident v1.0.5 |
118 | 2024-12-08T22:56:20.473Z | Downloaded tap v1.0.1 |
119 | 2024-12-08T22:56:20.473Z | Downloaded funty v2.0.0 |
120 | 2024-12-08T22:56:20.496Z | Downloaded pest_derive v2.4.1 |
121 | 2024-12-08T22:56:20.520Z | Downloaded textwrap v0.16.0 |
122 | 2024-12-08T22:56:20.520Z | Downloaded aho-corasick v0.7.19 |
123 | 2024-12-08T22:56:20.520Z | Downloaded cfg-if v1.0.0 |
124 | 2024-12-08T22:56:20.520Z | Downloaded byteorder v1.4.3 |
125 | 2024-12-08T22:56:20.520Z | Downloaded bitflags v1.3.2 |
126 | 2024-12-08T22:56:20.520Z | Downloaded autocfg v1.1.0 |
127 | 2024-12-08T22:56:20.520Z | Downloaded atty v0.2.14 |
128 | 2024-12-08T22:56:20.543Z | Downloaded num-complex v0.4.2 |
129 | 2024-12-08T22:56:20.543Z | Downloaded anyhow v1.0.66 |
130 | 2024-12-08T22:56:20.543Z | Downloaded proc-macro-error-attr v1.0.4 |
131 | 2024-12-08T22:56:20.543Z | Downloaded heck v0.4.0 |
132 | 2024-12-08T22:56:20.543Z | Downloaded proc-macro2 v1.0.47 |
133 | 2024-12-08T22:56:20.543Z | Downloaded thiserror-impl v1.0.37 |
134 | 2024-12-08T22:56:20.543Z | Downloaded sha1 v0.10.5 |
135 | 2024-12-08T22:56:20.543Z | Downloaded digest v0.10.5 |
136 | 2024-12-08T22:56:20.543Z | Downloaded pnet v0.31.0 |
137 | 2024-12-08T22:56:20.567Z | Downloaded generic-array v0.14.6 |
138 | 2024-12-08T22:56:20.567Z | Downloaded serde_json v1.0.87 |
139 | 2024-12-08T22:56:20.567Z | Downloaded thiserror v1.0.37 |
140 | 2024-12-08T22:56:20.567Z | Downloaded wyz v0.5.0 |
141 | 2024-12-08T22:56:20.590Z | Downloaded termcolor v1.1.3 |
142 | 2024-12-08T22:56:20.590Z | Downloaded ucd-trie v0.1.5 |
143 | 2024-12-08T22:56:20.590Z | Downloaded rand_chacha v0.3.1 |
144 | 2024-12-08T22:56:20.590Z | Downloaded no-std-net v0.6.0 |
145 | 2024-12-08T22:56:20.590Z | Downloaded unicode-xid v0.2.4 |
146 | 2024-12-08T22:56:20.590Z | Downloaded usdt v0.3.5 |
147 | 2024-12-08T22:56:20.590Z | Downloaded pest v2.4.1 |
148 | 2024-12-08T22:56:20.590Z | Downloaded zerocopy v0.3.0 |
149 | 2024-12-08T22:56:20.590Z | Downloaded num-rational v0.4.1 |
150 | 2024-12-08T22:56:20.590Z | Downloaded zerocopy-derive v0.2.0 |
151 | 2024-12-08T22:56:20.614Z | Downloaded usdt-macro v0.3.5 |
152 | 2024-12-08T22:56:20.614Z | Downloaded version_check v0.9.4 |
153 | 2024-12-08T22:56:20.614Z | Downloaded memchr v2.5.0 |
154 | 2024-12-08T22:56:20.614Z | Downloaded ppv-lite86 v0.2.17 |
155 | 2024-12-08T22:56:20.614Z | Downloaded lazy_static v1.4.0 |
156 | 2024-12-08T22:56:20.614Z | Downloaded usdt-impl v0.3.5 |
157 | 2024-12-08T22:56:20.614Z | Downloaded serde_derive v1.0.147 |
158 | 2024-12-08T22:56:20.614Z | Downloaded block-buffer v0.10.3 |
159 | 2024-12-08T22:56:20.637Z | Downloaded serde v1.0.147 |
160 | 2024-12-08T22:56:20.637Z | Downloaded syn v1.0.103 |
161 | 2024-12-08T22:56:20.637Z | Downloaded libc v0.2.137 |
162 | 2024-12-08T22:56:20.660Z | Downloaded regex-syntax v0.6.28 |
163 | 2024-12-08T22:56:20.683Z | Downloaded pnet_packet v0.31.0 |
164 | 2024-12-08T22:56:20.683Z | Downloaded pnet_macros_support v0.31.0 |
165 | 2024-12-08T22:56:20.683Z | Downloaded pest_meta v2.4.1 |
166 | 2024-12-08T22:56:20.683Z | Downloaded num-bigint v0.4.3 |
167 | 2024-12-08T22:56:20.683Z | Downloaded indexmap v1.9.1 |
168 | 2024-12-08T22:56:20.683Z | Downloaded clap v3.2.23 |
169 | 2024-12-08T22:56:20.707Z | Downloaded pnet_datalink v0.31.0 |
170 | 2024-12-08T22:56:20.707Z | Downloaded once_cell v1.16.0 |
171 | 2024-12-08T22:56:20.707Z | Downloaded usdt-attr-macro v0.3.5 |
172 | 2024-12-08T22:56:20.707Z | Downloaded ryu v1.0.11 |
173 | 2024-12-08T22:56:20.707Z | Downloaded rand_core v0.6.4 |
174 | 2024-12-08T22:56:20.707Z | Downloaded pnet_base v0.31.0 |
175 | 2024-12-08T22:56:20.707Z | Downloaded radium v0.7.0 |
176 | 2024-12-08T22:56:20.707Z | Downloaded pnet_transport v0.31.0 |
177 | 2024-12-08T22:56:20.730Z | Downloaded pnet_sys v0.31.0 |
178 | 2024-12-08T22:56:20.730Z | Downloaded regex v1.7.0 |
179 | 2024-12-08T22:56:20.731Z | Downloaded proc-macro-error v1.0.4 |
180 | 2024-12-08T22:56:20.731Z | Downloaded itoa v1.0.4 |
181 | 2024-12-08T22:56:20.731Z | Downloaded getrandom v0.2.8 |
182 | 2024-12-08T22:56:20.731Z | Downloaded dof v0.1.5 |
183 | 2024-12-08T22:56:20.731Z | Downloaded bitvec v1.0.1 |
184 | 2024-12-08T22:56:20.754Z | Downloaded typenum v1.15.0 |
185 | 2024-12-08T22:56:20.754Z | Downloaded thread-id v4.0.0 |
186 | 2024-12-08T22:56:20.754Z | Downloaded strsim v0.10.0 |
187 | 2024-12-08T22:56:20.754Z | Downloaded remove_dir_all v0.5.3 |
188 | 2024-12-08T22:56:20.754Z | Downloaded quote v1.0.21 |
189 | 2024-12-08T22:56:20.754Z | Downloaded pest_generator v2.4.1 |
190 | 2024-12-08T22:56:20.754Z | Downloaded os_str_bytes v6.3.1 |
191 | 2024-12-08T22:56:20.754Z | Downloaded num-traits v0.2.15 |
192 | 2024-12-08T22:56:20.777Z | Downloaded num-iter v0.1.43 |
193 | 2024-12-08T22:56:20.777Z | Downloaded num-integer v0.1.45 |
194 | 2024-12-08T22:56:20.777Z | Downloaded crypto-common v0.1.6 |
195 | 2024-12-08T22:56:20.777Z | Downloaded colored v2.0.0 |
196 | 2024-12-08T22:56:20.777Z | Downloaded clap_lex v0.2.4 |
197 | 2024-12-08T22:56:20.778Z | Downloaded tempfile v3.3.0 |
198 | 2024-12-08T22:56:20.778Z | Downloaded synstructure v0.12.6 |
199 | 2024-12-08T22:56:20.778Z | Downloaded serde_tokenstream v0.1.3 |
200 | 2024-12-08T22:56:20.778Z | Downloaded rand v0.8.5 |
201 | 2024-12-08T22:56:20.778Z | Downloaded prettyplease v0.1.21 |
202 | 2024-12-08T22:56:20.778Z | Downloaded pnet_macros v0.31.0 |
203 | 2024-12-08T22:56:20.801Z | Downloaded ipnetwork v0.19.0 |
204 | 2024-12-08T22:56:20.801Z | Downloaded hashbrown v0.12.3 |
205 | 2024-12-08T22:56:20.801Z | Downloaded glob v0.3.0 |
206 | 2024-12-08T22:56:20.801Z | Downloaded fastrand v1.8.0 |
207 | 2024-12-08T22:56:20.801Z | Downloaded dtrace-parser v0.1.14 |
208 | 2024-12-08T22:56:20.801Z | Downloaded cpufeatures v0.2.5 |
209 | 2024-12-08T22:56:20.801Z | Downloaded clap_derive v3.2.18 |
210 | 2024-12-08T22:56:20.865Z | Compiling proc-macro2 v1.0.47 |
211 | 2024-12-08T22:56:20.865Z | Compiling quote v1.0.21 |
212 | 2024-12-08T22:56:20.888Z | Compiling syn v1.0.103 |
213 | 2024-12-08T22:56:20.888Z | Compiling unicode-ident v1.0.5 |
214 | 2024-12-08T22:56:20.888Z | Compiling libc v0.2.137 |
215 | 2024-12-08T22:56:20.888Z | Compiling autocfg v1.1.0 |
216 | 2024-12-08T22:56:20.888Z | Compiling serde_derive v1.0.147 |
217 | 2024-12-08T22:56:20.888Z | Compiling serde v1.0.147 |
218 | 2024-12-08T22:56:21.082Z | Compiling memchr v2.5.0 |
219 | 2024-12-08T22:56:21.514Z | Compiling thiserror v1.0.37 |
220 | 2024-12-08T22:56:21.537Z | Compiling version_check v0.9.4 |
221 | 2024-12-08T22:56:21.560Z | Compiling ucd-trie v0.1.5 |
222 | 2024-12-08T22:56:21.584Z | Compiling unicode-xid v0.2.4 |
223 | 2024-12-08T22:56:21.846Z | Compiling prettyplease v0.1.21 |
224 | 2024-12-08T22:56:22.078Z | Compiling once_cell v1.16.0 |
225 | 2024-12-08T22:56:22.153Z | Compiling num-traits v0.2.15 |
226 | 2024-12-08T22:56:22.198Z | Compiling serde_json v1.0.87 |
227 | 2024-12-08T22:56:22.381Z | Checking atty v0.2.14 |
228 | 2024-12-08T22:56:22.469Z | Checking cfg-if v1.0.0 |
229 | 2024-12-08T22:56:22.539Z | Compiling regex-syntax v0.6.28 |
230 | 2024-12-08T22:56:22.655Z | Compiling usdt-impl v0.3.5 |
231 | 2024-12-08T22:56:22.683Z | Compiling aho-corasick v0.7.19 |
232 | 2024-12-08T22:56:22.853Z | Compiling num-integer v0.1.45 |
233 | 2024-12-08T22:56:22.955Z | Checking lazy_static v1.4.0 |
234 | 2024-12-08T22:56:23.045Z | Compiling byteorder v1.4.3 |
235 | 2024-12-08T22:56:23.068Z | Checking colored v2.0.0 |
236 | 2024-12-08T22:56:23.263Z | Compiling ryu v1.0.11 |
237 | 2024-12-08T22:56:23.287Z | Compiling itoa v1.0.4 |
238 | 2024-12-08T22:56:23.448Z | Compiling thread-id v4.0.0 |
239 | 2024-12-08T22:56:23.493Z | Compiling num-bigint v0.4.3 |
240 | 2024-12-08T22:56:23.776Z | Compiling num-rational v0.4.1 |
241 | 2024-12-08T22:56:23.831Z | Compiling num-iter v0.1.43 |
242 | 2024-12-08T22:56:24.073Z | Checking no-std-net v0.6.0 |
243 | 2024-12-08T22:56:24.246Z | Compiling radium v0.7.0 |
244 | 2024-12-08T22:56:24.375Z | Checking pnet_base v0.31.0 |
245 | 2024-12-08T22:56:24.626Z | Compiling fastrand v1.8.0 |
246 | 2024-12-08T22:56:24.649Z | Compiling remove_dir_all v0.5.3 |
247 | 2024-12-08T22:56:24.705Z | Checking tap v1.0.1 |
248 | 2024-12-08T22:56:24.826Z | Checking wyz v0.5.0 |
249 | 2024-12-08T22:56:24.912Z | Compiling tempfile v3.3.0 |
250 | 2024-12-08T22:56:24.999Z | Compiling regex v1.7.0 |
251 | 2024-12-08T22:56:25.076Z | Compiling proc-macro-error-attr v1.0.4 |
252 | 2024-12-08T22:56:25.122Z | Checking funty v2.0.0 |
253 | 2024-12-08T22:56:25.371Z | Compiling anyhow v1.0.66 |
254 | 2024-12-08T22:56:25.900Z | Checking bitvec v1.0.1 |
255 | 2024-12-08T22:56:26.080Z | Checking pnet_macros_support v0.31.0 |
256 | 2024-12-08T22:56:26.104Z | Checking getrandom v0.2.8 |
257 | 2024-12-08T22:56:26.233Z | Compiling proc-macro-error v1.0.4 |
258 | 2024-12-08T22:56:26.289Z | Checking pnet_sys v0.31.0 |
259 | 2024-12-08T22:56:26.443Z | Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4) |
260 | 2024-12-08T22:56:26.696Z | Checking rand_core v0.6.4 |
261 | 2024-12-08T22:56:27.102Z | Compiling indexmap v1.9.1 |
262 | 2024-12-08T22:56:27.127Z | Checking ppv-lite86 v0.2.17 |
263 | 2024-12-08T22:56:27.407Z | Compiling pnet v0.31.0 |
264 | 2024-12-08T22:56:27.639Z | Compiling synstructure v0.12.6 |
265 | 2024-12-08T22:56:27.678Z | Checking rand_chacha v0.3.1 |
266 | 2024-12-08T22:56:28.399Z | Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust) |
267 | 2024-12-08T22:56:28.901Z | Compiling tests v0.1.0 (/work/oxidecomputer/p4/test) |
268 | 2024-12-08T22:56:29.006Z | Compiling heck v0.4.0 |
269 | 2024-12-08T22:56:29.197Z | Checking os_str_bytes v6.3.1 |
270 | 2024-12-08T22:56:29.281Z | Checking hashbrown v0.12.3 |
271 | 2024-12-08T22:56:29.314Z | Checking rand v0.8.5 |
272 | 2024-12-08T22:56:29.460Z | Checking clap_lex v0.2.4 |
273 | 2024-12-08T22:56:29.637Z | Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73) |
274 | 2024-12-08T22:56:29.803Z | Checking termcolor v1.1.3 |
275 | 2024-12-08T22:56:30.065Z | Checking textwrap v0.16.0 |
276 | 2024-12-08T22:56:30.108Z | Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code) |
277 | 2024-12-08T22:56:30.255Z | Checking strsim v0.10.0 |
278 | 2024-12-08T22:56:30.324Z | Checking bitflags v1.3.2 |
279 | 2024-12-08T22:56:30.425Z | Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite) |
280 | 2024-12-08T22:56:30.449Z | Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes) |
281 | 2024-12-08T22:56:31.202Z | Compiling thiserror-impl v1.0.37 |
282 | 2024-12-08T22:56:31.202Z | Compiling zerocopy-derive v0.2.0 |
283 | 2024-12-08T22:56:31.202Z | Compiling pnet_macros v0.31.0 |
284 | 2024-12-08T22:56:31.202Z | Compiling clap_derive v3.2.18 |
285 | 2024-12-08T22:56:32.520Z | Compiling zerocopy v0.3.0 |
286 | 2024-12-08T22:56:32.775Z | Checking pnet_packet v0.31.0 |
287 | 2024-12-08T22:56:33.158Z | Compiling pest v2.4.1 |
288 | 2024-12-08T22:56:33.182Z | Compiling dof v0.1.5 |
289 | 2024-12-08T22:56:33.925Z | Checking clap v3.2.23 |
290 | 2024-12-08T22:56:34.230Z | Compiling pest_meta v2.4.1 |
291 | 2024-12-08T22:56:34.962Z | Compiling pest_generator v2.4.1 |
292 | 2024-12-08T22:56:35.750Z | Checking pnet_transport v0.31.0 |
293 | 2024-12-08T22:56:35.910Z | Compiling pest_derive v2.4.1 |
294 | 2024-12-08T22:56:36.383Z | Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c) |
295 | 2024-12-08T22:56:36.542Z | Compiling dtrace-parser v0.1.14 |
296 | 2024-12-08T22:56:39.171Z | Checking num-complex v0.4.2 |
297 | 2024-12-08T22:56:39.171Z | Checking ipnetwork v0.19.0 |
298 | 2024-12-08T22:56:39.195Z | Checking serde_tokenstream v0.1.3 |
299 | 2024-12-08T22:56:39.428Z | Checking pnet_datalink v0.31.0 |
300 | 2024-12-08T22:56:39.452Z | Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro) |
301 | 2024-12-08T22:56:41.258Z | Checking num v0.4.0 |
302 | 2024-12-08T22:56:41.877Z | Compiling usdt-macro v0.3.5 |
303 | 2024-12-08T22:56:41.877Z | Compiling usdt-attr-macro v0.3.5 |
304 | 2024-12-08T22:56:42.819Z | Checking usdt v0.3.5 |
305 | 2024-12-08T22:56:42.945Z | Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs) |
306 | 2024-12-08T22:56:43.467Z | Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test) |
307 | 2024-12-08T22:56:45.012Z | Finished dev [unoptimized + debuginfo] target(s) in 25.93s |
308 | 2024-12-08T22:56:45.069Z | + cargo clippy --all-targets -- --deny warnings |
309 | 2024-12-08T22:56:45.334Z | Downloading crates ... |
310 | 2024-12-08T22:56:45.401Z | Downloaded libloading v0.7.4 |
311 | 2024-12-08T22:56:45.468Z | Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4) |
312 | 2024-12-08T22:56:45.492Z | Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs) |
313 | 2024-12-08T22:56:45.492Z | Compiling tests v0.1.0 (/work/oxidecomputer/p4/test) |
314 | 2024-12-08T22:56:45.492Z | Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code) |
315 | 2024-12-08T22:56:45.492Z | Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite) |
316 | 2024-12-08T22:56:45.493Z | Checking libloading v0.7.4 |
317 | 2024-12-08T22:56:45.805Z | Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes) |
318 | 2024-12-08T22:56:47.515Z | Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust) |
319 | 2024-12-08T22:56:49.572Z | Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro) |
320 | 2024-12-08T22:56:49.643Z | Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c) |
321 | 2024-12-08T22:56:51.237Z | Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test) |
322 | 2024-12-08T22:57:03.285Z | Finished dev [unoptimized + debuginfo] target(s) in 18.07s |
323 | 2024-12-08T22:57:03.310Z | + banner build |
324 | 2024-12-08T22:57:03.333Z | |
325 | 2024-12-08T22:57:03.333Z | ##### # # # # ##### |
326 | 2024-12-08T22:57:03.333Z | # # # # # # # # |
327 | 2024-12-08T22:57:03.333Z | ##### # # # # # # |
328 | 2024-12-08T22:57:03.333Z | # # # # # # # # |
329 | 2024-12-08T22:57:03.334Z | # # # # # # # # |
330 | 2024-12-08T22:57:03.334Z | ##### #### # ###### ##### |
331 | 2024-12-08T22:57:03.334Z | |
332 | 2024-12-08T22:57:03.334Z | + ptime -m cargo build |
333 | 2024-12-08T22:57:03.556Z | Compiling unicode-ident v1.0.5 |
334 | 2024-12-08T22:57:03.580Z | Compiling libc v0.2.137 |
335 | 2024-12-08T22:57:03.580Z | Compiling once_cell v1.16.0 |
336 | 2024-12-08T22:57:03.580Z | Compiling ucd-trie v0.1.5 |
337 | 2024-12-08T22:57:03.580Z | Compiling regex-syntax v0.6.28 |
338 | 2024-12-08T22:57:03.580Z | Compiling cfg-if v1.0.0 |
339 | 2024-12-08T22:57:03.580Z | Compiling memchr v2.5.0 |
340 | 2024-12-08T22:57:03.604Z | Compiling byteorder v1.4.3 |
341 | 2024-12-08T22:57:03.641Z | Compiling num-traits v0.2.15 |
342 | 2024-12-08T22:57:03.712Z | Compiling proc-macro2 v1.0.47 |
343 | 2024-12-08T22:57:03.890Z | Compiling ryu v1.0.11 |
344 | 2024-12-08T22:57:03.961Z | Compiling itoa v1.0.4 |
345 | 2024-12-08T22:57:04.093Z | Compiling atty v0.2.14 |
346 | 2024-12-08T22:57:04.142Z | Compiling aho-corasick v0.7.19 |
347 | 2024-12-08T22:57:04.166Z | Compiling lazy_static v1.4.0 |
348 | 2024-12-08T22:57:04.166Z | Compiling thread-id v4.0.0 |
349 | 2024-12-08T22:57:04.190Z | Compiling remove_dir_all v0.5.3 |
350 | 2024-12-08T22:57:04.239Z | Compiling colored v2.0.0 |
351 | 2024-12-08T22:57:04.263Z | Compiling fastrand v1.8.0 |
352 | 2024-12-08T22:57:04.263Z | Compiling quote v1.0.21 |
353 | 2024-12-08T22:57:04.662Z | Compiling syn v1.0.103 |
354 | 2024-12-08T22:57:04.860Z | Compiling tempfile v3.3.0 |
355 | 2024-12-08T22:57:04.884Z | Compiling no-std-net v0.6.0 |
356 | 2024-12-08T22:57:04.940Z | Compiling num-integer v0.1.45 |
357 | 2024-12-08T22:57:05.078Z | Compiling pnet_base v0.31.0 |
358 | 2024-12-08T22:57:05.233Z | Compiling tap v1.0.1 |
359 | 2024-12-08T22:57:05.291Z | Compiling radium v0.7.0 |
360 | 2024-12-08T22:57:05.368Z | Compiling wyz v0.5.0 |
361 | 2024-12-08T22:57:05.496Z | Compiling num-iter v0.1.43 |
362 | 2024-12-08T22:57:05.576Z | Compiling funty v2.0.0 |
363 | 2024-12-08T22:57:05.636Z | Compiling pnet_macros_support v0.31.0 |
364 | 2024-12-08T22:57:05.660Z | Compiling pnet_sys v0.31.0 |
365 | 2024-12-08T22:57:05.692Z | Compiling getrandom v0.2.8 |
366 | 2024-12-08T22:57:05.778Z | Compiling proc-macro-error-attr v1.0.4 |
367 | 2024-12-08T22:57:05.925Z | Compiling regex v1.7.0 |
368 | 2024-12-08T22:57:06.016Z | Compiling rand_core v0.6.4 |
369 | 2024-12-08T22:57:06.347Z | Compiling bitvec v1.0.1 |
370 | 2024-12-08T22:57:06.376Z | Compiling anyhow v1.0.66 |
371 | 2024-12-08T22:57:06.438Z | Compiling ppv-lite86 v0.2.17 |
372 | 2024-12-08T22:57:07.021Z | Compiling rand_chacha v0.3.1 |
373 | 2024-12-08T22:57:07.048Z | Compiling os_str_bytes v6.3.1 |
374 | 2024-12-08T22:57:07.172Z | Compiling hashbrown v0.12.3 |
375 | 2024-12-08T22:57:07.451Z | Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4) |
376 | 2024-12-08T22:57:07.973Z | Compiling indexmap v1.9.1 |
377 | 2024-12-08T22:57:08.010Z | Compiling clap_lex v0.2.4 |
378 | 2024-12-08T22:57:08.512Z | Compiling rand v0.8.5 |
379 | 2024-12-08T22:57:08.633Z | Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73) |
380 | 2024-12-08T22:57:08.712Z | Compiling textwrap v0.16.0 |
381 | 2024-12-08T22:57:08.843Z | Compiling prettyplease v0.1.21 |
382 | 2024-12-08T22:57:09.462Z | Compiling synstructure v0.12.6 |
383 | 2024-12-08T22:57:09.757Z | Compiling proc-macro-error v1.0.4 |
384 | 2024-12-08T22:57:10.224Z | Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust) |
385 | 2024-12-08T22:57:10.602Z | Compiling termcolor v1.1.3 |
386 | 2024-12-08T22:57:10.752Z | Compiling strsim v0.10.0 |
387 | 2024-12-08T22:57:11.301Z | Compiling bitflags v1.3.2 |
388 | 2024-12-08T22:57:11.472Z | Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes) |
389 | 2024-12-08T22:57:12.839Z | Compiling serde_derive v1.0.147 |
390 | 2024-12-08T22:57:12.839Z | Compiling thiserror-impl v1.0.37 |
391 | 2024-12-08T22:57:12.955Z | Compiling zerocopy-derive v0.2.0 |
392 | 2024-12-08T22:57:13.091Z | Compiling pnet_macros v0.31.0 |
393 | 2024-12-08T22:57:13.290Z | Compiling clap_derive v3.2.18 |
394 | 2024-12-08T22:57:14.429Z | Compiling zerocopy v0.3.0 |
395 | 2024-12-08T22:57:14.960Z | Compiling thiserror v1.0.37 |
396 | 2024-12-08T22:57:15.013Z | Compiling pnet_packet v0.31.0 |
397 | 2024-12-08T22:57:15.036Z | Compiling pest v2.4.1 |
398 | 2024-12-08T22:57:15.059Z | Compiling dof v0.1.5 |
399 | 2024-12-08T22:57:15.779Z | Compiling clap v3.2.23 |
400 | 2024-12-08T22:57:16.083Z | Compiling pest_meta v2.4.1 |
401 | 2024-12-08T22:57:16.870Z | Compiling pest_generator v2.4.1 |
402 | 2024-12-08T22:57:17.308Z | Compiling serde v1.0.147 |
403 | 2024-12-08T22:57:17.790Z | Compiling pest_derive v2.4.1 |
404 | 2024-12-08T22:57:18.248Z | Compiling pnet_transport v0.31.0 |
405 | 2024-12-08T22:57:18.486Z | Compiling dtrace-parser v0.1.14 |
406 | 2024-12-08T22:57:18.780Z | Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c) |
407 | 2024-12-08T22:57:21.533Z | Compiling serde_json v1.0.87 |
408 | 2024-12-08T22:57:21.533Z | Compiling serde_tokenstream v0.1.3 |
409 | 2024-12-08T22:57:21.557Z | Compiling num-bigint v0.4.3 |
410 | 2024-12-08T22:57:21.557Z | Compiling num-complex v0.4.2 |
411 | 2024-12-08T22:57:21.557Z | Compiling ipnetwork v0.19.0 |
412 | 2024-12-08T22:57:21.806Z | Compiling pnet_datalink v0.31.0 |
413 | 2024-12-08T22:57:21.915Z | Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro) |
414 | 2024-12-08T22:57:22.172Z | Compiling pnet v0.31.0 |
415 | 2024-12-08T22:57:22.815Z | Compiling usdt-impl v0.3.5 |
416 | 2024-12-08T22:57:23.415Z | Compiling num-rational v0.4.1 |
417 | 2024-12-08T22:57:23.938Z | Compiling num v0.4.0 |
418 | 2024-12-08T22:57:24.340Z | Compiling usdt-attr-macro v0.3.5 |
419 | 2024-12-08T22:57:24.340Z | Compiling usdt-macro v0.3.5 |
420 | 2024-12-08T22:57:25.489Z | Compiling usdt v0.3.5 |
421 | 2024-12-08T22:57:25.609Z | Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs) |
422 | 2024-12-08T22:57:26.214Z | Compiling tests v0.1.0 (/work/oxidecomputer/p4/test) |
423 | 2024-12-08T22:57:26.714Z | Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite) |
424 | 2024-12-08T22:57:26.714Z | Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test) |
425 | 2024-12-08T22:57:26.806Z | Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code) |
426 | 2024-12-08T22:57:32.278Z | Finished dev [unoptimized + debuginfo] target(s) in 28.91s |
427 | 2024-12-08T22:57:32.302Z | |
428 | 2024-12-08T22:57:32.302Z | real 28.972702588 |
429 | 2024-12-08T22:57:32.302Z | user 2:17.987590659 |
430 | 2024-12-08T22:57:32.302Z | sys 31.964328149 |
431 | 2024-12-08T22:57:32.302Z | trap 0.070148772 |
432 | 2024-12-08T22:57:32.302Z | tflt 0.196496655 |
433 | 2024-12-08T22:57:32.302Z | dflt 0.978981738 |
434 | 2024-12-08T22:57:32.302Z | kflt 0.000156185 |
435 | 2024-12-08T22:57:32.302Z | lock 4:10.343838730 |
436 | 2024-12-08T22:57:32.302Z | slp 5:54.243462552 |
437 | 2024-12-08T22:57:32.302Z | lat 5.145757611 |
438 | 2024-12-08T22:57:32.302Z | stop 2.334299857 |
439 | 2024-12-08T22:57:32.302Z | + ptime -m cargo build --release |
440 | 2024-12-08T22:57:32.491Z | Compiling proc-macro2 v1.0.47 |
441 | 2024-12-08T22:57:32.491Z | Compiling quote v1.0.21 |
442 | 2024-12-08T22:57:32.491Z | Compiling unicode-ident v1.0.5 |
443 | 2024-12-08T22:57:32.514Z | Compiling syn v1.0.103 |
444 | 2024-12-08T22:57:32.514Z | Compiling libc v0.2.137 |
445 | 2024-12-08T22:57:32.514Z | Compiling autocfg v1.1.0 |
446 | 2024-12-08T22:57:32.514Z | Compiling serde_derive v1.0.147 |
447 | 2024-12-08T22:57:32.514Z | Compiling serde v1.0.147 |
448 | 2024-12-08T22:57:32.658Z | Compiling memchr v2.5.0 |
449 | 2024-12-08T22:57:33.005Z | Compiling thiserror v1.0.37 |
450 | 2024-12-08T22:57:33.028Z | Compiling version_check v0.9.4 |
451 | 2024-12-08T22:57:33.126Z | Compiling unicode-xid v0.2.4 |
452 | 2024-12-08T22:57:33.150Z | Compiling ucd-trie v0.1.5 |
453 | 2024-12-08T22:57:33.174Z | Compiling once_cell v1.16.0 |
454 | 2024-12-08T22:57:33.531Z | Compiling serde_json v1.0.87 |
455 | 2024-12-08T22:57:33.555Z | Compiling prettyplease v0.1.21 |
456 | 2024-12-08T22:57:33.606Z | Compiling num-traits v0.2.15 |
457 | 2024-12-08T22:57:33.818Z | Compiling aho-corasick v0.7.19 |
458 | 2024-12-08T22:57:33.889Z | Compiling regex-syntax v0.6.28 |
459 | 2024-12-08T22:57:34.141Z | Compiling usdt-impl v0.3.5 |
460 | 2024-12-08T22:57:34.243Z | Compiling num-integer v0.1.45 |
461 | 2024-12-08T22:57:34.460Z | Compiling byteorder v1.4.3 |
462 | 2024-12-08T22:57:34.584Z | Compiling atty v0.2.14 |
463 | 2024-12-08T22:57:34.825Z | Compiling ryu v1.0.11 |
464 | 2024-12-08T22:57:35.038Z | Compiling cfg-if v1.0.0 |
465 | 2024-12-08T22:57:35.107Z | Compiling itoa v1.0.4 |
466 | 2024-12-08T22:57:35.393Z | Compiling thread-id v4.0.0 |
467 | 2024-12-08T22:57:35.466Z | Compiling num-bigint v0.4.3 |
468 | 2024-12-08T22:57:35.870Z | Compiling lazy_static v1.4.0 |
469 | 2024-12-08T22:57:36.380Z | Compiling regex v1.7.0 |
470 | 2024-12-08T22:57:36.420Z | Compiling colored v2.0.0 |
471 | 2024-12-08T22:57:37.067Z | Compiling num-iter v0.1.43 |
472 | 2024-12-08T22:57:37.243Z | Compiling num-rational v0.4.1 |
473 | 2024-12-08T22:57:37.528Z | Compiling fastrand v1.8.0 |
474 | 2024-12-08T22:57:37.695Z | Compiling no-std-net v0.6.0 |
475 | 2024-12-08T22:57:37.805Z | Compiling radium v0.7.0 |
476 | 2024-12-08T22:57:37.964Z | Compiling remove_dir_all v0.5.3 |
477 | 2024-12-08T22:57:37.987Z | Compiling pnet_base v0.31.0 |
478 | 2024-12-08T22:57:37.987Z | Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4) |
479 | 2024-12-08T22:57:38.043Z | Compiling tempfile v3.3.0 |
480 | 2024-12-08T22:57:38.319Z | Compiling tap v1.0.1 |
481 | 2024-12-08T22:57:38.459Z | Compiling wyz v0.5.0 |
482 | 2024-12-08T22:57:38.482Z | Compiling proc-macro-error-attr v1.0.4 |
483 | 2024-12-08T22:57:38.561Z | Compiling funty v2.0.0 |
484 | 2024-12-08T22:57:38.758Z | Compiling anyhow v1.0.66 |
485 | 2024-12-08T22:57:38.813Z | Compiling synstructure v0.12.6 |
486 | 2024-12-08T22:57:39.452Z | Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust) |
487 | 2024-12-08T22:57:39.981Z | Compiling bitvec v1.0.1 |
488 | 2024-12-08T22:57:40.225Z | Compiling pnet_macros_support v0.31.0 |
489 | 2024-12-08T22:57:40.393Z | Compiling getrandom v0.2.8 |
490 | 2024-12-08T22:57:40.507Z | Compiling proc-macro-error v1.0.4 |
491 | 2024-12-08T22:57:40.531Z | Compiling pnet_sys v0.31.0 |
492 | 2024-12-08T22:57:40.827Z | Compiling rand_core v0.6.4 |
493 | 2024-12-08T22:57:41.604Z | Compiling indexmap v1.9.1 |
494 | 2024-12-08T22:57:41.729Z | Compiling pnet v0.31.0 |
495 | 2024-12-08T22:57:41.901Z | Compiling ppv-lite86 v0.2.17 |
496 | 2024-12-08T22:57:42.128Z | Compiling os_str_bytes v6.3.1 |
497 | 2024-12-08T22:57:42.479Z | Compiling rand_chacha v0.3.1 |
498 | 2024-12-08T22:57:42.517Z | Compiling tests v0.1.0 (/work/oxidecomputer/p4/test) |
499 | 2024-12-08T22:57:42.880Z | Compiling hashbrown v0.12.3 |
500 | 2024-12-08T22:57:43.131Z | Compiling heck v0.4.0 |
501 | 2024-12-08T22:57:43.437Z | Compiling thiserror-impl v1.0.37 |
502 | 2024-12-08T22:57:43.694Z | Compiling zerocopy-derive v0.2.0 |
503 | 2024-12-08T22:57:43.798Z | Compiling pnet_macros v0.31.0 |
504 | 2024-12-08T22:57:45.133Z | Compiling zerocopy v0.3.0 |
505 | 2024-12-08T22:57:45.496Z | Compiling pnet_packet v0.31.0 |
506 | 2024-12-08T22:57:45.715Z | Compiling pest v2.4.1 |
507 | 2024-12-08T22:57:45.851Z | Compiling dof v0.1.5 |
508 | 2024-12-08T22:57:47.040Z | Compiling pest_meta v2.4.1 |
509 | 2024-12-08T22:57:47.776Z | Compiling clap_derive v3.2.18 |
510 | 2024-12-08T22:57:50.950Z | Compiling pest_generator v2.4.1 |
511 | 2024-12-08T22:57:52.080Z | Compiling pest_derive v2.4.1 |
512 | 2024-12-08T22:57:52.471Z | Compiling pnet_transport v0.31.0 |
513 | 2024-12-08T22:57:52.764Z | Compiling dtrace-parser v0.1.14 |
514 | 2024-12-08T22:57:53.852Z | Compiling serde_tokenstream v0.1.3 |
515 | 2024-12-08T22:57:54.209Z | Compiling num-complex v0.4.2 |
516 | 2024-12-08T22:57:56.256Z | Compiling usdt-macro v0.3.5 |
517 | 2024-12-08T22:57:57.088Z | Compiling usdt-attr-macro v0.3.5 |
518 | 2024-12-08T22:57:58.147Z | Compiling usdt v0.3.5 |
519 | 2024-12-08T22:57:58.536Z | Compiling num v0.4.0 |
520 | 2024-12-08T22:57:58.624Z | Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs) |
521 | 2024-12-08T22:57:59.310Z | Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro) |
522 | 2024-12-08T22:57:59.817Z | Compiling ipnetwork v0.19.0 |
523 | 2024-12-08T22:58:00.393Z | Compiling pnet_datalink v0.31.0 |
524 | 2024-12-08T22:58:00.608Z | Compiling rand v0.8.5 |
525 | 2024-12-08T22:58:01.310Z | Compiling clap_lex v0.2.4 |
526 | 2024-12-08T22:58:01.839Z | Compiling textwrap v0.16.0 |
527 | 2024-12-08T22:58:02.088Z | Compiling strsim v0.10.0 |
528 | 2024-12-08T22:58:02.136Z | Compiling bitflags v1.3.2 |
529 | 2024-12-08T22:58:02.218Z | Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code) |
530 | 2024-12-08T22:58:02.495Z | Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73) |
531 | 2024-12-08T22:58:03.057Z | Compiling termcolor v1.1.3 |
532 | 2024-12-08T22:58:03.468Z | Compiling clap v3.2.23 |
533 | 2024-12-08T22:58:03.933Z | Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite) |
534 | 2024-12-08T22:58:04.305Z | Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes) |
535 | 2024-12-08T22:58:08.120Z | Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c) |
536 | 2024-12-08T22:58:12.404Z | Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test) |
537 | 2024-12-08T22:58:30.039Z | Finished release [optimized] target(s) in 57.66s |
538 | 2024-12-08T22:58:30.062Z | |
539 | 2024-12-08T22:58:30.062Z | real 57.752919492 |
540 | 2024-12-08T22:58:30.062Z | user 5:29.797278678 |
541 | 2024-12-08T22:58:30.062Z | sys 32.736788509 |
542 | 2024-12-08T22:58:30.062Z | trap 0.175928672 |
543 | 2024-12-08T22:58:30.062Z | tflt 0.185648273 |
544 | 2024-12-08T22:58:30.062Z | dflt 0.156818951 |
545 | 2024-12-08T22:58:30.062Z | kflt 0.000137809 |
546 | 2024-12-08T22:58:30.062Z | lock 12:50.389847920 |
547 | 2024-12-08T22:58:30.062Z | slp 15:03.772150690 |
548 | 2024-12-08T22:58:30.062Z | lat 15.149888224 |
549 | 2024-12-08T22:58:30.062Z | stop 5.284892738 |
550 | 2024-12-08T22:58:30.062Z | + for x in debug release |
551 | 2024-12-08T22:58:30.062Z | + mkdir -p /work/debug |
552 | 2024-12-08T22:58:30.062Z | + cp target/debug/x4c /work/debug/ |
553 | 2024-12-08T22:58:30.092Z | + cp target/debug/libsidecar_lite.so /work/debug/ |
554 | 2024-12-08T22:58:30.122Z | + for x in debug release |
555 | 2024-12-08T22:58:30.122Z | + mkdir -p /work/release |
556 | 2024-12-08T22:58:30.145Z | + cp target/release/x4c /work/release/ |
557 | 2024-12-08T22:58:30.145Z | + cp target/release/libsidecar_lite.so /work/release/ |
558 | 2024-12-08T22:58:30.168Z | + banner test |
559 | 2024-12-08T22:58:30.168Z | |
560 | 2024-12-08T22:58:30.168Z | ##### ###### #### ##### |
561 | 2024-12-08T22:58:30.168Z | # # # # |
562 | 2024-12-08T22:58:30.168Z | # ##### #### # |
563 | 2024-12-08T22:58:30.168Z | # # # # |
564 | 2024-12-08T22:58:30.168Z | # # # # # |
565 | 2024-12-08T22:58:30.168Z | # ###### #### # |
566 | 2024-12-08T22:58:30.169Z | |
567 | 2024-12-08T22:58:30.169Z | + cargo test |
568 | 2024-12-08T22:58:30.293Z | Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro) |
569 | 2024-12-08T22:58:30.316Z | Compiling libloading v0.7.4 |
570 | 2024-12-08T22:58:30.316Z | Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs) |
571 | 2024-12-08T22:58:30.316Z | Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c) |
572 | 2024-12-08T22:58:30.316Z | Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust) |
573 | 2024-12-08T22:58:30.316Z | Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4) |
574 | 2024-12-08T22:58:30.650Z | Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes) |
575 | 2024-12-08T22:58:31.676Z | Compiling tests v0.1.0 (/work/oxidecomputer/p4/test) |
576 | 2024-12-08T22:58:31.702Z | Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test) |
577 | 2024-12-08T22:58:31.702Z | Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite) |
578 | 2024-12-08T22:58:32.262Z | Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code) |
579 | 2024-12-08T22:58:45.518Z | Finished test [unoptimized + debuginfo] target(s) in 15.31s |
580 | 2024-12-08T22:58:45.541Z | Running unittests src/lib.rs (target/debug/deps/p4-abbc395bb70cae89) |
581 | 2024-12-08T22:58:45.541Z | |
582 | 2024-12-08T22:58:45.541Z | running 0 tests |
583 | 2024-12-08T22:58:45.541Z | |
584 | 2024-12-08T22:58:45.541Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
585 | 2024-12-08T22:58:45.541Z | |
586 | 2024-12-08T22:58:45.541Z | Running unittests src/lib.rs (target/debug/deps/p4_macro-f7aa59be3fa914c1) |
587 | 2024-12-08T22:58:45.564Z | |
588 | 2024-12-08T22:58:45.564Z | running 0 tests |
589 | 2024-12-08T22:58:45.564Z | |
590 | 2024-12-08T22:58:45.564Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
591 | 2024-12-08T22:58:45.564Z | |
592 | 2024-12-08T22:58:45.564Z | Running unittests src/main.rs (target/debug/deps/p4_macro_test-5d71657ad00a7307) |
593 | 2024-12-08T22:58:45.564Z | |
594 | 2024-12-08T22:58:45.564Z | running 0 tests |
595 | 2024-12-08T22:58:45.564Z | |
596 | 2024-12-08T22:58:45.564Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
597 | 2024-12-08T22:58:45.564Z | |
598 | 2024-12-08T22:58:45.564Z | Running unittests src/lib.rs (target/debug/deps/p4_rust-b080b91c7a14b064) |
599 | 2024-12-08T22:58:45.564Z | |
600 | 2024-12-08T22:58:45.564Z | running 0 tests |
601 | 2024-12-08T22:58:45.564Z | |
602 | 2024-12-08T22:58:45.564Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
603 | 2024-12-08T22:58:45.564Z | |
604 | 2024-12-08T22:58:45.564Z | Running unittests src/lib.rs (target/debug/deps/p4rs-799f25ddb112eab1) |
605 | 2024-12-08T22:58:45.565Z | |
606 | 2024-12-08T22:58:45.565Z | running 11 tests |
607 | 2024-12-08T22:58:45.565Z | test bitmath::tests::bitmath_add_mixed_size ... ok |
608 | 2024-12-08T22:58:45.565Z | test bitmath::tests::bitmath_add ... ok |
609 | 2024-12-08T22:58:45.565Z | test bitmath::tests::bitmath_add_cascade ... ok |
610 | 2024-12-08T22:58:45.565Z | test bitmath::tests::bitmath_add_nest ... ok |
611 | 2024-12-08T22:58:45.565Z | test bitmath::tests::bitmath_mod ... ok |
612 | 2024-12-08T22:58:45.565Z | test checksum::tests::udp_checksum ... ok |
613 | 2024-12-08T22:58:45.565Z | test table::tests::match_lpm_1 ... ok |
614 | 2024-12-08T22:58:45.565Z | test table::tests::match_lpm_ternary_1 ... ok |
615 | 2024-12-08T22:58:45.565Z | test table::tests::match_ternary_1 ... ok |
616 | 2024-12-08T22:58:45.565Z | test table::tests::match_lpm_ternary_range ... ok |
617 | 2024-12-08T22:58:45.565Z | test table::tests::match_with_action ... ok |
618 | 2024-12-08T22:58:45.565Z | |
619 | 2024-12-08T22:58:45.565Z | test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
620 | 2024-12-08T22:58:45.566Z | |
621 | 2024-12-08T22:58:45.566Z | Running unittests src/lib.rs (target/debug/deps/sidecar_lite-9c7b289a831603c9) |
622 | 2024-12-08T22:58:45.589Z | |
623 | 2024-12-08T22:58:45.589Z | running 0 tests |
624 | 2024-12-08T22:58:45.589Z | |
625 | 2024-12-08T22:58:45.589Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
626 | 2024-12-08T22:58:45.589Z | |
627 | 2024-12-08T22:58:45.589Z | Running unittests src/lib.rs (target/debug/deps/tests-7665bdeabfa34a15) |
628 | 2024-12-08T22:58:45.589Z | |
629 | 2024-12-08T22:58:45.589Z | running 14 tests |
630 | 2024-12-08T22:58:45.589Z | test controller_multiple_instantiation::controller_multiple_instantiation ... ok |
631 | 2024-12-08T22:58:45.589Z | test headers::ipv6_header_read_write ... ok |
632 | 2024-12-08T22:58:45.589Z | test ipv6::test_ipv6_parse ... ok |
633 | 2024-12-08T22:58:45.589Z | test dload::pipeline_create ... ok |
634 | 2024-12-08T22:58:45.589Z | test dload::dynamic_load ... ok |
635 | 2024-12-08T22:58:45.613Z | test table_in_egress_and_ingress::table_in_egress_and_ingress ... ok |
636 | 2024-12-08T22:58:45.613Z | test vlan::test_vlan_parse ... ok |
637 | 2024-12-08T22:58:45.613Z | test hub::hub2 ... ok |
638 | 2024-12-08T22:58:45.613Z | test decap::geneve_decap ... ok |
639 | 2024-12-08T22:58:45.613Z | test dynamic_router::dynamic_router2 ... ok |
640 | 2024-12-08T22:58:45.613Z | test disag_router::disag_router ... ok |
641 | 2024-12-08T22:58:45.613Z | test mac_rewrite::mac_rewrite2 ... ok |
642 | 2024-12-08T22:58:45.613Z | test basic_router::basic_router2 ... ok |
643 | 2024-12-08T22:58:45.613Z | test range::range ... ok |
644 | 2024-12-08T22:58:45.613Z | |
645 | 2024-12-08T22:58:45.613Z | test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
646 | 2024-12-08T22:58:45.613Z | |
647 | 2024-12-08T22:58:45.637Z | Running unittests src/lib.rs (target/debug/deps/x4c-94bdace97ef6dc80) |
648 | 2024-12-08T22:58:45.637Z | |
649 | 2024-12-08T22:58:45.637Z | running 0 tests |
650 | 2024-12-08T22:58:45.637Z | |
651 | 2024-12-08T22:58:45.637Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
652 | 2024-12-08T22:58:45.637Z | |
653 | 2024-12-08T22:58:45.637Z | Running unittests src/bin/x4c.rs (target/debug/deps/x4c-89bb2762bcf4bf2c) |
654 | 2024-12-08T22:58:45.637Z | |
655 | 2024-12-08T22:58:45.637Z | running 0 tests |
656 | 2024-12-08T22:58:45.637Z | |
657 | 2024-12-08T22:58:45.637Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
658 | 2024-12-08T22:58:45.637Z | |
659 | 2024-12-08T22:58:45.637Z | Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-ddbd09492f9421b3) |
660 | 2024-12-08T22:58:45.661Z | |
661 | 2024-12-08T22:58:45.661Z | running 0 tests |
662 | 2024-12-08T22:58:45.661Z | |
663 | 2024-12-08T22:58:45.661Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
664 | 2024-12-08T22:58:45.661Z | |
665 | 2024-12-08T22:58:45.661Z | Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-ebda7af6f7678c49) |
666 | 2024-12-08T22:58:45.661Z | |
667 | 2024-12-08T22:58:45.661Z | running 0 tests |
668 | 2024-12-08T22:58:45.661Z | |
669 | 2024-12-08T22:58:45.661Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
670 | 2024-12-08T22:58:45.661Z | |
671 | 2024-12-08T22:58:45.661Z | Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-6b45f322baf0be68) |
672 | 2024-12-08T22:58:45.661Z | |
673 | 2024-12-08T22:58:45.661Z | running 0 tests |
674 | 2024-12-08T22:58:45.661Z | |
675 | 2024-12-08T22:58:45.661Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
676 | 2024-12-08T22:58:45.661Z | |
677 | 2024-12-08T22:58:45.661Z | Doc-tests p4 |
678 | 2024-12-08T22:58:45.830Z | |
679 | 2024-12-08T22:58:45.830Z | running 0 tests |
680 | 2024-12-08T22:58:45.831Z | |
681 | 2024-12-08T22:58:45.831Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
682 | 2024-12-08T22:58:45.831Z | |
683 | 2024-12-08T22:58:45.854Z | Doc-tests p4-macro |
684 | 2024-12-08T22:58:45.912Z | |
685 | 2024-12-08T22:58:45.912Z | running 2 tests |
686 | 2024-12-08T22:58:45.935Z | test lang/p4-macro/src/lib.rs - (line 18) ... ignored |
687 | 2024-12-08T22:58:45.935Z | test lang/p4-macro/src/lib.rs - (line 6) ... ignored |
688 | 2024-12-08T22:58:45.935Z | |
689 | 2024-12-08T22:58:45.935Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
690 | 2024-12-08T22:58:45.935Z | |
691 | 2024-12-08T22:58:45.936Z | Doc-tests p4-rust |
692 | 2024-12-08T22:58:46.238Z | |
693 | 2024-12-08T22:58:46.238Z | running 0 tests |
694 | 2024-12-08T22:58:46.238Z | |
695 | 2024-12-08T22:58:46.238Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
696 | 2024-12-08T22:58:46.238Z | |
697 | 2024-12-08T22:58:46.261Z | Doc-tests p4rs |
698 | 2024-12-08T22:58:46.395Z | |
699 | 2024-12-08T22:58:46.395Z | running 1 test |
700 | 2024-12-08T22:58:47.364Z | test lang/p4rs/src/lib.rs - (line 11) ... ok |
701 | 2024-12-08T22:58:47.364Z | |
702 | 2024-12-08T22:58:47.364Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.97s |
703 | 2024-12-08T22:58:47.364Z | |
704 | 2024-12-08T22:58:47.387Z | Doc-tests tests |
705 | 2024-12-08T22:58:47.481Z | |
706 | 2024-12-08T22:58:47.481Z | running 0 tests |
707 | 2024-12-08T22:58:47.481Z | |
708 | 2024-12-08T22:58:47.481Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
709 | 2024-12-08T22:58:47.481Z | |
710 | 2024-12-08T22:58:47.504Z | Doc-tests x4c |
711 | 2024-12-08T22:58:47.570Z | |
712 | 2024-12-08T22:58:47.570Z | running 0 tests |
713 | 2024-12-08T22:58:47.570Z | |
714 | 2024-12-08T22:58:47.570Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
715 | 2024-12-08T22:58:47.570Z | |
716 | 2024-12-08T22:58:47.593Z | Doc-tests x4c_error_codes |
717 | 2024-12-08T22:58:47.617Z | |
718 | 2024-12-08T22:58:47.618Z | running 0 tests |
719 | 2024-12-08T22:58:47.618Z | |
720 | 2024-12-08T22:58:47.641Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
721 | 2024-12-08T22:58:47.641Z | |
722 | 2024-12-08T22:58:47.641Z | + pushd test |
723 | 2024-12-08T22:58:47.641Z | /work/oxidecomputer/p4/test /work/oxidecomputer/p4 |
724 | 2024-12-08T22:58:47.641Z | + banner 'mac rewr' |
725 | 2024-12-08T22:58:47.641Z | |
726 | 2024-12-08T22:58:47.641Z | # # ## #### ##### ###### # # ##### |
727 | 2024-12-08T22:58:47.641Z | ## ## # # # # # # # # # # # |
728 | 2024-12-08T22:58:47.641Z | # ## # # # # # # ##### # # # # |
729 | 2024-12-08T22:58:47.641Z | # # ###### # ##### # # ## # ##### |
730 | 2024-12-08T22:58:47.641Z | # # # # # # # # # ## ## # # |
731 | 2024-12-08T22:58:47.641Z | # # # # #### # # ###### # # # # |
732 | 2024-12-08T22:58:47.641Z | |
733 | 2024-12-08T22:58:47.641Z | + RUST_BACKTRACE=1 |
734 | 2024-12-08T22:58:47.642Z | + cargo test mac_rewrite -- --nocapture |
735 | 2024-12-08T22:58:47.826Z | Compiling memchr v2.5.0 |
736 | 2024-12-08T22:58:47.849Z | Compiling pest_meta v2.4.1 |
737 | 2024-12-08T22:58:47.849Z | Compiling prettyplease v0.1.21 |
738 | 2024-12-08T22:58:47.849Z | Compiling tempfile v3.3.0 |
739 | 2024-12-08T22:58:48.364Z | Compiling aho-corasick v0.7.19 |
740 | 2024-12-08T22:58:48.593Z | Compiling pest_generator v2.4.1 |
741 | 2024-12-08T22:58:49.255Z | Compiling regex v1.7.0 |
742 | 2024-12-08T22:58:49.547Z | Compiling pest_derive v2.4.1 |
743 | 2024-12-08T22:58:50.215Z | Compiling dtrace-parser v0.1.14 |
744 | 2024-12-08T22:58:50.495Z | Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4) |
745 | 2024-12-08T22:58:50.591Z | Compiling usdt-impl v0.3.5 |
746 | 2024-12-08T22:58:51.812Z | Compiling pnet_macros v0.31.0 |
747 | 2024-12-08T22:58:51.942Z | Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust) |
748 | 2024-12-08T22:58:52.058Z | Compiling usdt-attr-macro v0.3.5 |
749 | 2024-12-08T22:58:52.058Z | Compiling usdt-macro v0.3.5 |
750 | 2024-12-08T22:58:53.296Z | Compiling usdt v0.3.5 |
751 | 2024-12-08T22:58:53.373Z | Compiling pnet_packet v0.31.0 |
752 | 2024-12-08T22:58:53.426Z | Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs) |
753 | 2024-12-08T22:58:53.772Z | Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro) |
754 | 2024-12-08T22:58:56.416Z | Compiling pnet_transport v0.31.0 |
755 | 2024-12-08T22:58:56.593Z | Compiling pnet v0.31.0 |
756 | 2024-12-08T22:58:57.185Z | Compiling tests v0.1.0 (/work/oxidecomputer/p4/test) |
757 | 2024-12-08T22:59:11.029Z | Finished test [unoptimized + debuginfo] target(s) in 23.32s |
758 | 2024-12-08T22:59:11.052Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8) |
759 | 2024-12-08T22:59:11.052Z | |
760 | 2024-12-08T22:59:11.054Z | running 1 test |
761 | 2024-12-08T22:59:11.078Z | [phy2] do you know the muffin man? |
762 | 2024-12-08T22:59:11.078Z | [cpu] the muffin man? |
763 | 2024-12-08T22:59:11.078Z | [cpu] the muffin man! |
764 | 2024-12-08T22:59:11.078Z | [cpu] why yes |
765 | 2024-12-08T22:59:11.078Z | [phy1] i know the muffin man |
766 | 2024-12-08T22:59:11.078Z | [phy3] the muffin man is me!!! |
767 | 2024-12-08T22:59:11.078Z | test mac_rewrite::mac_rewrite2 ... ok |
768 | 2024-12-08T22:59:11.078Z | |
769 | 2024-12-08T22:59:11.078Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s |
770 | 2024-12-08T22:59:11.078Z | |
771 | 2024-12-08T22:59:11.078Z | + banner 'dyn load' |
772 | 2024-12-08T22:59:11.078Z | |
773 | 2024-12-08T22:59:11.078Z | ##### # # # # # #### ## ##### |
774 | 2024-12-08T22:59:11.078Z | # # # # ## # # # # # # # # |
775 | 2024-12-08T22:59:11.078Z | # # # # # # # # # # # # # |
776 | 2024-12-08T22:59:11.078Z | # # # # # # # # # ###### # # |
777 | 2024-12-08T22:59:11.078Z | # # # # ## # # # # # # # |
778 | 2024-12-08T22:59:11.078Z | ##### # # # ###### #### # # ##### |
779 | 2024-12-08T22:59:11.078Z | |
780 | 2024-12-08T22:59:11.078Z | + RUST_BACKTRACE=1 |
781 | 2024-12-08T22:59:11.079Z | + cargo test dload -- --nocapture |
782 | 2024-12-08T22:59:11.243Z | Finished test [unoptimized + debuginfo] target(s) in 0.10s |
783 | 2024-12-08T22:59:11.267Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8) |
784 | 2024-12-08T22:59:11.267Z | |
785 | 2024-12-08T22:59:11.267Z | running 2 tests |
786 | 2024-12-08T22:59:11.267Z | test dload::dynamic_load ... ok |
787 | 2024-12-08T22:59:11.267Z | test dload::pipeline_create ... ok |
788 | 2024-12-08T22:59:11.267Z | |
789 | 2024-12-08T22:59:11.267Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 12 filtered out; finished in 0.01s |
790 | 2024-12-08T22:59:11.267Z | |
791 | 2024-12-08T22:59:11.291Z | + banner disag |
792 | 2024-12-08T22:59:11.291Z | |
793 | 2024-12-08T22:59:11.291Z | ##### # #### ## #### |
794 | 2024-12-08T22:59:11.291Z | # # # # # # # # |
795 | 2024-12-08T22:59:11.291Z | # # # #### # # # |
796 | 2024-12-08T22:59:11.291Z | # # # # ###### # ### |
797 | 2024-12-08T22:59:11.291Z | # # # # # # # # # |
798 | 2024-12-08T22:59:11.291Z | ##### # #### # # #### |
799 | 2024-12-08T22:59:11.291Z | |
800 | 2024-12-08T22:59:11.291Z | + RUST_BACKTRACE=1 |
801 | 2024-12-08T22:59:11.291Z | + cargo test disag_router -- --nocapture |
802 | 2024-12-08T22:59:11.446Z | Finished test [unoptimized + debuginfo] target(s) in 0.10s |
803 | 2024-12-08T22:59:11.469Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8) |
804 | 2024-12-08T22:59:11.469Z | |
805 | 2024-12-08T22:59:11.469Z | running 1 test |
806 | 2024-12-08T22:59:11.469Z | [phy2] do you know the muffin man? |
807 | 2024-12-08T22:59:11.469Z | [cpu] the muffin man? |
808 | 2024-12-08T22:59:11.469Z | [cpu] the muffin man! |
809 | 2024-12-08T22:59:11.469Z | [cpu] why yes |
810 | 2024-12-08T22:59:11.469Z | [phy1] i know the muffin man |
811 | 2024-12-08T22:59:11.469Z | [phy3] the muffin man is me!!! |
812 | 2024-12-08T22:59:11.469Z | test disag_router::disag_router ... ok |
813 | 2024-12-08T22:59:11.469Z | |
814 | 2024-12-08T22:59:11.469Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s |
815 | 2024-12-08T22:59:11.469Z | |
816 | 2024-12-08T22:59:11.492Z | + banner 'dyn rtr' |
817 | 2024-12-08T22:59:11.492Z | |
818 | 2024-12-08T22:59:11.492Z | ##### # # # # ##### ##### ##### |
819 | 2024-12-08T22:59:11.492Z | # # # # ## # # # # # # |
820 | 2024-12-08T22:59:11.492Z | # # # # # # # # # # # |
821 | 2024-12-08T22:59:11.492Z | # # # # # # ##### # ##### |
822 | 2024-12-08T22:59:11.493Z | # # # # ## # # # # # |
823 | 2024-12-08T22:59:11.493Z | ##### # # # # # # # # |
824 | 2024-12-08T22:59:11.493Z | |
825 | 2024-12-08T22:59:11.493Z | + RUST_BACKTRACE=1 |
826 | 2024-12-08T22:59:11.493Z | + cargo test dynamic_router -- --nocapture |
827 | 2024-12-08T22:59:11.664Z | Finished test [unoptimized + debuginfo] target(s) in 0.11s |
828 | 2024-12-08T22:59:11.687Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8) |
829 | 2024-12-08T22:59:11.687Z | |
830 | 2024-12-08T22:59:11.687Z | running 1 test |
831 | 2024-12-08T22:59:11.687Z | [phy2] do you know the muffin man? |
832 | 2024-12-08T22:59:11.687Z | [cpu] the muffin man? |
833 | 2024-12-08T22:59:11.687Z | [cpu] the muffin man! |
834 | 2024-12-08T22:59:11.687Z | [cpu] why yes |
835 | 2024-12-08T22:59:11.687Z | [phy1] i know the muffin man |
836 | 2024-12-08T22:59:11.687Z | [phy3] the muffin man is me!!! |
837 | 2024-12-08T22:59:11.687Z | test dynamic_router::dynamic_router2 ... ok |
838 | 2024-12-08T22:59:11.687Z | |
839 | 2024-12-08T22:59:11.687Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s |
840 | 2024-12-08T22:59:11.687Z | |
841 | 2024-12-08T22:59:11.710Z | + banner hub |
842 | 2024-12-08T22:59:11.710Z | |
843 | 2024-12-08T22:59:11.710Z | # # # # ##### |
844 | 2024-12-08T22:59:11.711Z | # # # # # # |
845 | 2024-12-08T22:59:11.711Z | ###### # # ##### |
846 | 2024-12-08T22:59:11.711Z | # # # # # # |
847 | 2024-12-08T22:59:11.711Z | # # # # # # |
848 | 2024-12-08T22:59:11.711Z | # # #### ##### |
849 | 2024-12-08T22:59:11.711Z | |
850 | 2024-12-08T22:59:11.711Z | + RUST_BACKTRACE=1 |
851 | 2024-12-08T22:59:11.711Z | + cargo test hub -- --nocapture |
852 | 2024-12-08T22:59:11.876Z | Finished test [unoptimized + debuginfo] target(s) in 0.10s |
853 | 2024-12-08T22:59:11.899Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8) |
854 | 2024-12-08T22:59:11.899Z | |
855 | 2024-12-08T22:59:11.899Z | running 1 test |
856 | 2024-12-08T22:59:11.899Z | [phy2] do you know the muffin man? |
857 | 2024-12-08T22:59:11.899Z | [phy3] do you know the muffin man? |
858 | 2024-12-08T22:59:11.899Z | [phy1] the muffin man? |
859 | 2024-12-08T22:59:11.899Z | [phy3] the muffin man? |
860 | 2024-12-08T22:59:11.899Z | [phy2] the muffin man! |
861 | 2024-12-08T22:59:11.899Z | [phy3] the muffin man! |
862 | 2024-12-08T22:59:11.899Z | [phy1] why yes |
863 | 2024-12-08T22:59:11.899Z | [phy1] i know the muffin man |
864 | 2024-12-08T22:59:11.899Z | [phy1] the muffin man is me!!! |
865 | 2024-12-08T22:59:11.899Z | [phy3] why yes |
866 | 2024-12-08T22:59:11.899Z | [phy3] i know the muffin man |
867 | 2024-12-08T22:59:11.899Z | [phy3] the muffin man is me!!! |
868 | 2024-12-08T22:59:11.899Z | test hub::hub2 ... ok |
869 | 2024-12-08T22:59:11.899Z | |
870 | 2024-12-08T22:59:11.899Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s |
871 | 2024-12-08T22:59:11.899Z | |
872 | 2024-12-08T22:59:11.923Z | + banner router |
873 | 2024-12-08T22:59:11.923Z | |
874 | 2024-12-08T22:59:11.923Z | ##### #### # # ##### ###### ##### |
875 | 2024-12-08T22:59:11.923Z | # # # # # # # # # # |
876 | 2024-12-08T22:59:11.923Z | # # # # # # # ##### # # |
877 | 2024-12-08T22:59:11.923Z | ##### # # # # # # ##### |
878 | 2024-12-08T22:59:11.923Z | # # # # # # # # # # |
879 | 2024-12-08T22:59:11.923Z | # # #### #### # ###### # # |
880 | 2024-12-08T22:59:11.923Z | |
881 | 2024-12-08T22:59:11.923Z | + RUST_BACKTRACE=1 |
882 | 2024-12-08T22:59:11.923Z | + cargo test basic_router -- --nocapture |
883 | 2024-12-08T22:59:12.085Z | Finished test [unoptimized + debuginfo] target(s) in 0.10s |
884 | 2024-12-08T22:59:12.109Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8) |
885 | 2024-12-08T22:59:12.109Z | |
886 | 2024-12-08T22:59:12.109Z | running 1 test |
887 | 2024-12-08T22:59:12.109Z | [phy2] do you know the muffin man? |
888 | 2024-12-08T22:59:12.109Z | [phy1] the muffin man? |
889 | 2024-12-08T22:59:12.109Z | [phy2] the muffin man! |
890 | 2024-12-08T22:59:12.109Z | [phy1] why yes |
891 | 2024-12-08T22:59:12.109Z | [phy1] i know the muffin man |
892 | 2024-12-08T22:59:12.109Z | [phy1] the muffin man is me!!! |
893 | 2024-12-08T22:59:12.109Z | test basic_router::basic_router2 ... ok |
894 | 2024-12-08T22:59:12.109Z | |
895 | 2024-12-08T22:59:12.109Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s |
896 | 2024-12-08T22:59:12.109Z | |
897 | 2024-12-08T22:59:12.132Z | + banner headers |
898 | 2024-12-08T22:59:12.132Z | |
899 | 2024-12-08T22:59:12.132Z | # # ###### ## ##### ###### ##### #### |
900 | 2024-12-08T22:59:12.132Z | # # # # # # # # # # # |
901 | 2024-12-08T22:59:12.132Z | ###### ##### # # # # ##### # # #### |
902 | 2024-12-08T22:59:12.132Z | # # # ###### # # # ##### # |
903 | 2024-12-08T22:59:12.132Z | # # # # # # # # # # # # |
904 | 2024-12-08T22:59:12.132Z | # # ###### # # ##### ###### # # #### |
905 | 2024-12-08T22:59:12.132Z | |
906 | 2024-12-08T22:59:12.132Z | + RUST_BACKTRACE=1 |
907 | 2024-12-08T22:59:12.133Z | + cargo test headers -- --nocapture |
908 | 2024-12-08T22:59:12.293Z | Finished test [unoptimized + debuginfo] target(s) in 0.10s |
909 | 2024-12-08T22:59:12.317Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8) |
910 | 2024-12-08T22:59:12.317Z | |
911 | 2024-12-08T22:59:12.317Z | running 1 test |
912 | 2024-12-08T22:59:12.317Z | test headers::ipv6_header_read_write ... ok |
913 | 2024-12-08T22:59:12.317Z | |
914 | 2024-12-08T22:59:12.317Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.00s |
915 | 2024-12-08T22:59:12.317Z | |
916 | 2024-12-08T22:59:12.317Z | process exited: duration 185478 ms, exit code 0 |
|
917 | 2024-12-08T22:59:12.392Z | found 4 output files |
918 | 2024-12-08T22:59:12.392Z | uploading: /work/debug/libsidecar_lite.so (35277768 bytes) |
919 | 2024-12-08T22:59:21.401Z | uploaded: /work/debug/libsidecar_lite.so |
920 | 2024-12-08T22:59:21.401Z | uploading: /work/debug/x4c (41474144 bytes) |
921 | 2024-12-08T22:59:32.130Z | uploaded: /work/debug/x4c |
922 | 2024-12-08T22:59:32.130Z | uploading: /work/release/libsidecar_lite.so (8517144 bytes) |
923 | 2024-12-08T22:59:35.210Z | uploaded: /work/release/libsidecar_lite.so |
924 | 2024-12-08T22:59:35.234Z | uploading: /work/release/x4c (8323280 bytes) |
925 | 2024-12-08T22:59:39.053Z | uploaded: /work/release/x4c |