|
|
|
1 | 2025-01-30T03:37:56.251Z | job assigned to worker 01JJTMHDBQ0AKWXD4DVV3PAB7V [factory aws, i-06b016ee517fcd11c] (queued for 48 s) |
|
2 | 2025-01-30T03:38:03.855Z | starting task 0: "setup" |
3 | 2025-01-30T03:38:03.863Z | ++ uname -s |
4 | 2025-01-30T03:38:03.866Z | + kern=SunOS |
5 | 2025-01-30T03:38:03.866Z | + case "$kern" in |
6 | 2025-01-30T03:38:03.866Z | + groupadd -g 12345 build |
7 | 2025-01-30T03:38:03.866Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-30T03:38:05.873Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-30T03:38:05.962Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-30T03:38:05.965Z | + home_fs=zfs |
11 | 2025-01-30T03:38:05.965Z | + [[ zfs == autofs ]] |
12 | 2025-01-30T03:38:05.965Z | + mkdir -p /home/build |
13 | 2025-01-30T03:38:05.965Z | + chown build:build /home/build /work |
14 | 2025-01-30T03:38:06.968Z | + chmod 0700 /home/build /work |
15 | 2025-01-30T03:38:06.971Z | process exited: duration 3114 ms, exit code 0 |
|
16 | 2025-01-30T03:38:06.976Z | starting task 1: "rust-toolchain" |
17 | 2025-01-30T03:38:06.981Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-30T03:38:06.981Z | ' stable |
19 | 2025-01-30T03:38:06.981Z | * toolchain channel = "stable" |
20 | 2025-01-30T03:38:06.981Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-30T03:38:06.981Z | ' default |
22 | 2025-01-30T03:38:06.984Z | * toolchain profile = "default" |
23 | 2025-01-30T03:38:06.984Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-30T03:38:06.984Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2025-01-30T03:38:07.098Z | info: downloading installer |
26 | 2025-01-30T03:38:08.346Z | info: profile set to 'default' |
27 | 2025-01-30T03:38:08.346Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-30T03:38:08.348Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2025-01-30T03:38:08.497Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-30T03:38:08.497Z | info: downloading component 'cargo' |
31 | 2025-01-30T03:38:09.396Z | info: downloading component 'clippy' |
32 | 2025-01-30T03:38:09.729Z | info: downloading component 'rust-docs' |
33 | 2025-01-30T03:38:10.919Z | info: downloading component 'rust-std' |
34 | 2025-01-30T03:38:12.697Z | info: downloading component 'rustc' |
35 | 2025-01-30T03:38:19.633Z | info: downloading component 'rustfmt' |
36 | 2025-01-30T03:38:19.895Z | info: installing component 'cargo' |
37 | 2025-01-30T03:38:20.734Z | info: installing component 'clippy' |
38 | 2025-01-30T03:38:21.128Z | info: installing component 'rust-docs' |
39 | 2025-01-30T03:38:22.791Z | info: installing component 'rust-std' |
40 | 2025-01-30T03:38:24.516Z | info: installing component 'rustc' |
41 | 2025-01-30T03:38:30.553Z | info: installing component 'rustfmt' |
42 | 2025-01-30T03:38:30.877Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2025-01-30T03:38:30.877Z | |
44 | 2025-01-30T03:38:31.262Z | stable-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-30T03:38:31.262Z | |
46 | 2025-01-30T03:38:31.262Z | |
47 | 2025-01-30T03:38:31.262Z | Rust is installed now. Great! |
48 | 2025-01-30T03:38:31.262Z | |
49 | 2025-01-30T03:38:31.262Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-30T03:38:31.262Z | environment variable. This has not been done automatically. |
51 | 2025-01-30T03:38:31.262Z | |
52 | 2025-01-30T03:38:31.262Z | To configure your current shell, you need to source |
53 | 2025-01-30T03:38:31.262Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-30T03:38:31.262Z | |
55 | 2025-01-30T03:38:31.262Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-30T03:38:31.262Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-30T03:38:31.262Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-30T03:38:31.334Z | + rustc --version |
59 | 2025-01-30T03:38:31.400Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-30T03:38:31.404Z | process exited: duration 24422 ms, exit code 0 |
|
61 | 2025-01-30T03:38:31.409Z | starting task 2: "authentication" |
62 | 2025-01-30T03:38:31.429Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2025-01-30T03:38:31.434Z | starting task 3: "clone repository" |
64 | 2025-01-30T03:38:31.439Z | + mkdir -p /work/oxidecomputer/p4 |
65 | 2025-01-30T03:38:31.441Z | + git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4 |
66 | 2025-01-30T03:38:31.686Z | Cloning into '/work/oxidecomputer/p4'... |
67 | 2025-01-30T03:38:32.554Z | + cd /work/oxidecomputer/p4 |
68 | 2025-01-30T03:38:32.557Z | + git fetch origin 3c62bd93840d4c13adea989af144b0071af6a12f |
69 | 2025-01-30T03:38:32.797Z | From https://github.com/oxidecomputer/p4 |
70 | 2025-01-30T03:38:32.797Z | * branch 3c62bd93840d4c13adea989af144b0071af6a12f -> FETCH_HEAD |
71 | 2025-01-30T03:38:32.804Z | + [[ -n async ]] |
72 | 2025-01-30T03:38:32.806Z | ++ git branch --show-current |
73 | 2025-01-30T03:38:32.809Z | + current=main |
74 | 2025-01-30T03:38:32.809Z | + [[ main != async ]] |
75 | 2025-01-30T03:38:32.809Z | + git branch -f async 3c62bd93840d4c13adea989af144b0071af6a12f |
76 | 2025-01-30T03:38:32.812Z | + git checkout -f async |
77 | 2025-01-30T03:38:32.821Z | Switched to branch 'async' |
78 | 2025-01-30T03:38:32.824Z | + git reset --hard 3c62bd93840d4c13adea989af144b0071af6a12f |
79 | 2025-01-30T03:38:32.832Z | HEAD is now at 3c62bd9 htq: fix extract codegen |
80 | 2025-01-30T03:38:32.835Z | process exited: duration 1398 ms, exit code 0 |
|
81 | 2025-01-30T03:38:32.840Z | starting task 4: "build" |
82 | 2025-01-30T03:38:32.845Z | + cargo --version |
83 | 2025-01-30T03:38:32.849Z | info: syncing channel updates for '1.77.0-x86_64-unknown-illumos' |
84 | 2025-01-30T03:38:32.982Z | info: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17) |
85 | 2025-01-30T03:38:32.982Z | info: downloading component 'cargo' |
86 | 2025-01-30T03:38:33.986Z | info: downloading component 'clippy' |
87 | 2025-01-30T03:38:34.415Z | info: downloading component 'rust-docs' |
88 | 2025-01-30T03:38:35.314Z | info: downloading component 'rust-std' |
89 | 2025-01-30T03:38:37.308Z | info: downloading component 'rustc' |
90 | 2025-01-30T03:38:41.916Z | info: downloading component 'rustfmt' |
91 | 2025-01-30T03:38:42.230Z | info: installing component 'cargo' |
92 | 2025-01-30T03:38:43.010Z | info: installing component 'clippy' |
93 | 2025-01-30T03:38:43.317Z | info: installing component 'rust-docs' |
94 | 2025-01-30T03:38:44.758Z | info: installing component 'rust-std' |
95 | 2025-01-30T03:38:46.366Z | info: installing component 'rustc' |
96 | 2025-01-30T03:38:50.149Z | info: installing component 'rustfmt' |
97 | 2025-01-30T03:38:50.514Z | cargo 1.77.0 (3fe68eabf 2024-02-29) |
98 | 2025-01-30T03:38:50.517Z | + rustc --version |
99 | 2025-01-30T03:38:50.580Z | rustc 1.77.0 (aedd173a2 2024-03-17) |
100 | 2025-01-30T03:38:50.584Z | + banner check |
101 | 2025-01-30T03:38:50.711Z | |
102 | 2025-01-30T03:38:50.711Z | #### # # ###### #### # # |
103 | 2025-01-30T03:38:50.711Z | # # # # # # # # # |
104 | 2025-01-30T03:38:50.711Z | # ###### ##### # #### |
105 | 2025-01-30T03:38:50.711Z | # # # # # # # |
106 | 2025-01-30T03:38:50.711Z | # # # # # # # # # |
107 | 2025-01-30T03:38:50.711Z | #### # # ###### #### # # |
108 | 2025-01-30T03:38:50.711Z | |
109 | 2025-01-30T03:38:50.714Z | + cargo fmt -- --check |
110 | 2025-01-30T03:38:51.046Z | + cargo check |
111 | 2025-01-30T03:38:51.162Z | Updating crates.io index |
112 | 2025-01-30T03:38:51.215Z | Updating git repository `https://github.com/oxidecomputer/htq` |
113 | 2025-01-30T03:38:51.996Z | From https://github.com/oxidecomputer/htq |
114 | 2025-01-30T03:38:51.996Z | * [new branch] main -> origin/main |
115 | 2025-01-30T03:38:51.999Z | * [new branch] sector-001 -> origin/sector-001 |
116 | 2025-01-30T03:38:51.999Z | * [new ref] -> origin/HEAD |
117 | 2025-01-30T03:38:52.010Z | Updating git repository `https://github.com/oxidecomputer/xfr` |
118 | 2025-01-30T03:38:52.597Z | From https://github.com/oxidecomputer/xfr |
119 | 2025-01-30T03:38:52.597Z | * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d |
120 | 2025-01-30T03:38:53.312Z | Downloading crates ... |
121 | 2025-01-30T03:38:53.388Z | Downloaded bitflags v1.3.2 |
122 | 2025-01-30T03:38:53.397Z | Downloaded block-buffer v0.10.4 |
123 | 2025-01-30T03:38:53.399Z | Downloaded atty v0.2.14 |
124 | 2025-01-30T03:38:53.406Z | Downloaded bitflags v2.8.0 |
125 | 2025-01-30T03:38:53.433Z | Downloaded strsim v0.10.0 |
126 | 2025-01-30T03:38:53.435Z | Downloaded zerocopy v0.7.35 |
127 | 2025-01-30T03:38:53.449Z | Downloaded zerocopy-derive v0.7.35 |
128 | 2025-01-30T03:38:53.453Z | Downloaded usdt-attr-macro v0.3.5 |
129 | 2025-01-30T03:38:53.455Z | Downloaded thiserror-impl v1.0.69 |
130 | 2025-01-30T03:38:53.455Z | Downloaded pnet_base v0.31.0 |
131 | 2025-01-30T03:38:53.455Z | Downloaded num-iter v0.1.45 |
132 | 2025-01-30T03:38:53.458Z | Downloaded termcolor v1.4.1 |
133 | 2025-01-30T03:38:53.458Z | Downloaded ppv-lite86 v0.2.20 |
134 | 2025-01-30T03:38:53.460Z | Downloaded pnet_macros_support v0.31.0 |
135 | 2025-01-30T03:38:53.461Z | Downloaded clap_derive v3.2.25 |
136 | 2025-01-30T03:38:53.463Z | Downloaded num-integer v0.1.46 |
137 | 2025-01-30T03:38:53.463Z | Downloaded num v0.4.3 |
138 | 2025-01-30T03:38:53.466Z | Downloaded zerocopy v0.3.2 |
139 | 2025-01-30T03:38:53.466Z | Downloaded thiserror-impl v2.0.11 |
140 | 2025-01-30T03:38:53.468Z | Downloaded synstructure v0.12.6 |
141 | 2025-01-30T03:38:53.468Z | Downloaded once_cell v1.20.2 |
142 | 2025-01-30T03:38:53.471Z | Downloaded heck v0.4.1 |
143 | 2025-01-30T03:38:53.471Z | Downloaded num-complex v0.4.6 |
144 | 2025-01-30T03:38:53.473Z | Downloaded dtrace-parser v0.1.14 |
145 | 2025-01-30T03:38:53.473Z | Downloaded generic-array v0.14.7 |
146 | 2025-01-30T03:38:53.476Z | Downloaded errno v0.3.10 |
147 | 2025-01-30T03:38:53.476Z | Downloaded cfg-if v1.0.0 |
148 | 2025-01-30T03:38:53.476Z | Downloaded autocfg v1.4.0 |
149 | 2025-01-30T03:38:53.479Z | Downloaded radium v0.7.0 |
150 | 2025-01-30T03:38:53.479Z | Downloaded serde_tokenstream v0.1.7 |
151 | 2025-01-30T03:38:53.481Z | Downloaded proc-macro-error-attr v1.0.4 |
152 | 2025-01-30T03:38:53.484Z | Downloaded itoa v1.0.14 |
153 | 2025-01-30T03:38:53.484Z | Downloaded glob v0.3.2 |
154 | 2025-01-30T03:38:53.486Z | Downloaded dof v0.1.5 |
155 | 2025-01-30T03:38:53.486Z | Downloaded lazy_static v1.5.0 |
156 | 2025-01-30T03:38:53.489Z | Downloaded fastrand v2.3.0 |
157 | 2025-01-30T03:38:53.499Z | Downloaded wyz v0.5.1 |
158 | 2025-01-30T03:38:53.501Z | Downloaded sha2 v0.10.8 |
159 | 2025-01-30T03:38:53.504Z | Downloaded quote v1.0.38 |
160 | 2025-01-30T03:38:53.507Z | Downloaded colored v2.2.0 |
161 | 2025-01-30T03:38:53.509Z | Downloaded funty v2.0.0 |
162 | 2025-01-30T03:38:53.509Z | Downloaded tap v1.0.1 |
163 | 2025-01-30T03:38:53.509Z | Downloaded rand_core v0.6.4 |
164 | 2025-01-30T03:38:53.512Z | Downloaded crypto-common v0.1.6 |
165 | 2025-01-30T03:38:53.512Z | Downloaded clap_lex v0.2.4 |
166 | 2025-01-30T03:38:53.514Z | Downloaded pnet_datalink v0.31.0 |
167 | 2025-01-30T03:38:53.517Z | Downloaded usdt v0.3.5 |
168 | 2025-01-30T03:38:53.520Z | Downloaded prettyplease v0.1.25 |
169 | 2025-01-30T03:38:53.523Z | Downloaded thiserror v1.0.69 |
170 | 2025-01-30T03:38:53.527Z | Downloaded ipnetwork v0.19.0 |
171 | 2025-01-30T03:38:53.530Z | Downloaded version_check v0.9.5 |
172 | 2025-01-30T03:38:53.533Z | Downloaded usdt-impl v0.3.5 |
173 | 2025-01-30T03:38:53.533Z | Downloaded anyhow v1.0.95 |
174 | 2025-01-30T03:38:53.535Z | Downloaded unicode-xid v0.2.6 |
175 | 2025-01-30T03:38:53.538Z | Downloaded ryu v1.0.19 |
176 | 2025-01-30T03:38:53.540Z | Downloaded os_str_bytes v6.6.1 |
177 | 2025-01-30T03:38:53.543Z | Downloaded digest v0.10.7 |
178 | 2025-01-30T03:38:53.543Z | Downloaded cpufeatures v0.2.17 |
179 | 2025-01-30T03:38:53.546Z | Downloaded bitvec v1.0.1 |
180 | 2025-01-30T03:38:53.557Z | Downloaded usdt-macro v0.3.5 |
181 | 2025-01-30T03:38:53.560Z | Downloaded num-traits v0.2.19 |
182 | 2025-01-30T03:38:53.562Z | Downloaded unicode-ident v1.0.16 |
183 | 2025-01-30T03:38:53.565Z | Downloaded rand_chacha v0.3.1 |
184 | 2025-01-30T03:38:53.565Z | Downloaded proc-macro-error v1.0.4 |
185 | 2025-01-30T03:38:53.568Z | Downloaded ucd-trie v0.1.7 |
186 | 2025-01-30T03:38:53.570Z | Downloaded textwrap v0.16.1 |
187 | 2025-01-30T03:38:53.570Z | Downloaded num-rational v0.4.2 |
188 | 2025-01-30T03:38:53.573Z | Downloaded getrandom v0.2.15 |
189 | 2025-01-30T03:38:53.575Z | Downloaded thiserror v2.0.11 |
190 | 2025-01-30T03:38:53.579Z | Downloaded tempfile v3.15.0 |
191 | 2025-01-30T03:38:53.582Z | Downloaded serde_derive v1.0.217 |
192 | 2025-01-30T03:38:53.584Z | Downloaded proc-macro2 v1.0.93 |
193 | 2025-01-30T03:38:53.587Z | Downloaded thread-id v4.2.2 |
194 | 2025-01-30T03:38:53.590Z | Downloaded pest_meta v2.7.15 |
195 | 2025-01-30T03:38:53.590Z | Downloaded pest_generator v2.7.15 |
196 | 2025-01-30T03:38:53.593Z | Downloaded pest_derive v2.7.15 |
197 | 2025-01-30T03:38:53.593Z | Downloaded no-std-net v0.6.0 |
198 | 2025-01-30T03:38:53.595Z | Downloaded pnet_transport v0.31.0 |
199 | 2025-01-30T03:38:53.595Z | Downloaded memchr v2.7.4 |
200 | 2025-01-30T03:38:53.599Z | Downloaded byteorder v1.5.0 |
201 | 2025-01-30T03:38:53.602Z | Downloaded typenum v1.17.0 |
202 | 2025-01-30T03:38:53.604Z | Downloaded serde v1.0.217 |
203 | 2025-01-30T03:38:53.607Z | Downloaded pnet_packet v0.31.0 |
204 | 2025-01-30T03:38:53.609Z | Downloaded pnet_macros v0.31.0 |
205 | 2025-01-30T03:38:53.612Z | Downloaded indexmap v1.9.3 |
206 | 2025-01-30T03:38:53.615Z | Downloaded pnet v0.31.0 |
207 | 2025-01-30T03:38:53.622Z | Downloaded pnet_sys v0.31.0 |
208 | 2025-01-30T03:38:53.624Z | Downloaded rand v0.8.5 |
209 | 2025-01-30T03:38:53.629Z | Downloaded hashbrown v0.12.3 |
210 | 2025-01-30T03:38:53.636Z | Downloaded num-bigint v0.4.6 |
211 | 2025-01-30T03:38:53.651Z | Downloaded pest v2.7.15 |
212 | 2025-01-30T03:38:53.655Z | Downloaded aho-corasick v1.1.3 |
213 | 2025-01-30T03:38:53.661Z | Downloaded serde_json v1.0.138 |
214 | 2025-01-30T03:38:53.678Z | Downloaded winnow v0.6.25 |
215 | 2025-01-30T03:38:53.695Z | Downloaded syn v1.0.109 |
216 | 2025-01-30T03:38:53.713Z | Downloaded regex v1.11.1 |
217 | 2025-01-30T03:38:53.724Z | Downloaded syn v2.0.96 |
218 | 2025-01-30T03:38:53.735Z | Downloaded clap v3.2.25 |
219 | 2025-01-30T03:38:53.746Z | Downloaded rustix v0.38.44 |
220 | 2025-01-30T03:38:53.767Z | Downloaded regex-syntax v0.8.5 |
221 | 2025-01-30T03:38:53.788Z | Downloaded zerocopy-derive v0.2.0 |
222 | 2025-01-30T03:38:53.796Z | Downloaded regex-automata v0.4.9 |
223 | 2025-01-30T03:38:53.811Z | Downloaded libc v0.2.169 |
224 | 2025-01-30T03:38:53.928Z | Compiling proc-macro2 v1.0.93 |
225 | 2025-01-30T03:38:53.928Z | Compiling unicode-ident v1.0.16 |
226 | 2025-01-30T03:38:53.928Z | Compiling libc v0.2.169 |
227 | 2025-01-30T03:38:53.931Z | Compiling syn v1.0.109 |
228 | 2025-01-30T03:38:53.931Z | Compiling memchr v2.7.4 |
229 | 2025-01-30T03:38:53.931Z | Compiling thiserror v1.0.69 |
230 | 2025-01-30T03:38:53.937Z | Compiling serde v1.0.217 |
231 | 2025-01-30T03:38:53.940Z | Compiling version_check v0.9.5 |
232 | 2025-01-30T03:38:54.510Z | Compiling thiserror v2.0.11 |
233 | 2025-01-30T03:38:54.770Z | Compiling autocfg v1.4.0 |
234 | 2025-01-30T03:38:55.199Z | Compiling once_cell v1.20.2 |
235 | 2025-01-30T03:38:55.358Z | Compiling rustix v0.38.44 |
236 | 2025-01-30T03:38:55.454Z | Compiling unicode-xid v0.2.6 |
237 | 2025-01-30T03:38:55.557Z | Compiling ucd-trie v0.1.7 |
238 | 2025-01-30T03:38:55.861Z | Compiling prettyplease v0.1.25 |
239 | 2025-01-30T03:38:56.475Z | Compiling aho-corasick v1.1.3 |
240 | 2025-01-30T03:38:56.502Z | Checking cfg-if v1.0.0 |
241 | 2025-01-30T03:38:56.547Z | Compiling regex-syntax v0.8.5 |
242 | 2025-01-30T03:38:56.554Z | Compiling num-traits v0.2.19 |
243 | 2025-01-30T03:38:56.562Z | Checking lazy_static v1.5.0 |
244 | 2025-01-30T03:38:56.855Z | Compiling serde_json v1.0.138 |
245 | 2025-01-30T03:38:57.152Z | Checking byteorder v1.5.0 |
246 | 2025-01-30T03:38:57.219Z | Checking quote v1.0.38 |
247 | 2025-01-30T03:38:57.550Z | Compiling syn v2.0.96 |
248 | 2025-01-30T03:38:57.715Z | Checking colored v2.2.0 |
249 | 2025-01-30T03:38:57.960Z | Compiling usdt-impl v0.3.5 |
250 | 2025-01-30T03:38:58.421Z | Compiling itoa v1.0.14 |
251 | 2025-01-30T03:38:58.432Z | Compiling ryu v1.0.19 |
252 | 2025-01-30T03:38:58.608Z | Compiling thread-id v4.2.2 |
253 | 2025-01-30T03:38:58.693Z | Checking getrandom v0.2.15 |
254 | 2025-01-30T03:38:59.497Z | Checking num-integer v0.1.46 |
255 | 2025-01-30T03:38:59.965Z | Compiling regex-automata v0.4.9 |
256 | 2025-01-30T03:39:01.013Z | Compiling errno v0.3.10 |
257 | 2025-01-30T03:39:01.165Z | Compiling bitflags v2.8.0 |
258 | 2025-01-30T03:39:01.365Z | Compiling radium v0.7.0 |
259 | 2025-01-30T03:39:01.509Z | Checking no-std-net v0.6.0 |
260 | 2025-01-30T03:39:01.790Z | Checking pnet_base v0.31.0 |
261 | 2025-01-30T03:39:02.377Z | Checking tap v1.0.1 |
262 | 2025-01-30T03:39:02.581Z | Compiling fastrand v2.3.0 |
263 | 2025-01-30T03:39:02.601Z | Checking wyz v0.5.1 |
264 | 2025-01-30T03:39:03.012Z | Checking num-iter v0.1.45 |
265 | 2025-01-30T03:39:03.157Z | Compiling proc-macro-error-attr v1.0.4 |
266 | 2025-01-30T03:39:03.319Z | Checking funty v2.0.0 |
267 | 2025-01-30T03:39:03.442Z | Compiling thiserror-impl v1.0.69 |
268 | 2025-01-30T03:39:03.475Z | Compiling serde_derive v1.0.217 |
269 | 2025-01-30T03:39:03.862Z | Compiling thiserror-impl v2.0.11 |
270 | 2025-01-30T03:39:04.202Z | Compiling synstructure v0.12.6 |
271 | 2025-01-30T03:39:04.278Z | Compiling regex v1.11.1 |
272 | 2025-01-30T03:39:05.246Z | Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4) |
273 | 2025-01-30T03:39:07.076Z | Compiling pest v2.7.15 |
274 | 2025-01-30T03:39:07.204Z | Compiling p4-cg v0.1.0 (/work/oxidecomputer/p4/codegen/common) |
275 | 2025-01-30T03:39:07.275Z | Compiling zerocopy-derive v0.7.35 |
276 | 2025-01-30T03:39:07.440Z | Compiling tempfile v3.15.0 |
277 | 2025-01-30T03:39:07.989Z | Compiling anyhow v1.0.95 |
278 | 2025-01-30T03:39:08.212Z | Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust) |
279 | 2025-01-30T03:39:08.688Z | Checking bitvec v1.0.1 |
280 | 2025-01-30T03:39:09.131Z | Compiling zerocopy-derive v0.2.0 |
281 | 2025-01-30T03:39:09.217Z | Checking zerocopy v0.7.35 |
282 | 2025-01-30T03:39:09.261Z | Compiling pnet_macros v0.31.0 |
283 | 2025-01-30T03:39:09.719Z | Compiling pest_meta v2.7.15 |
284 | 2025-01-30T03:39:09.814Z | Checking pnet_macros_support v0.31.0 |
285 | 2025-01-30T03:39:09.965Z | Checking pnet_sys v0.31.0 |
286 | 2025-01-30T03:39:10.114Z | Compiling proc-macro-error v1.0.4 |
287 | 2025-01-30T03:39:10.610Z | Checking ppv-lite86 v0.2.20 |
288 | 2025-01-30T03:39:10.957Z | Compiling pest_generator v2.7.15 |
289 | 2025-01-30T03:39:11.329Z | Compiling zerocopy v0.3.2 |
290 | 2025-01-30T03:39:11.601Z | Checking pnet_packet v0.31.0 |
291 | 2025-01-30T03:39:11.877Z | Compiling dof v0.1.5 |
292 | 2025-01-30T03:39:12.650Z | Checking rand_core v0.6.4 |
293 | 2025-01-30T03:39:12.684Z | Compiling indexmap v1.9.3 |
294 | 2025-01-30T03:39:12.830Z | Compiling pnet v0.31.0 |
295 | 2025-01-30T03:39:12.897Z | Checking rand_chacha v0.3.1 |
296 | 2025-01-30T03:39:13.150Z | Checking hashbrown v0.12.3 |
297 | 2025-01-30T03:39:13.203Z | Checking os_str_bytes v6.6.1 |
298 | 2025-01-30T03:39:13.543Z | Compiling heck v0.4.1 |
299 | 2025-01-30T03:39:13.640Z | Checking winnow v0.6.25 |
300 | 2025-01-30T03:39:13.892Z | Compiling pest_derive v2.7.15 |
301 | 2025-01-30T03:39:13.905Z | Compiling tests v0.1.0 (/work/oxidecomputer/p4/test) |
302 | 2025-01-30T03:39:14.262Z | Compiling clap_derive v3.2.25 |
303 | 2025-01-30T03:39:14.731Z | Compiling dtrace-parser v0.1.14 |
304 | 2025-01-30T03:39:15.194Z | Checking clap_lex v0.2.4 |
305 | 2025-01-30T03:39:15.398Z | Checking rand v0.8.5 |
306 | 2025-01-30T03:39:15.541Z | Checking num-bigint v0.4.6 |
307 | 2025-01-30T03:39:16.507Z | Compiling serde_tokenstream v0.1.7 |
308 | 2025-01-30T03:39:16.593Z | Checking num-complex v0.4.6 |
309 | 2025-01-30T03:39:16.619Z | Checking ipnetwork v0.19.0 |
310 | 2025-01-30T03:39:16.896Z | Checking pnet_datalink v0.31.0 |
311 | 2025-01-30T03:39:16.966Z | Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro) |
312 | 2025-01-30T03:39:17.255Z | Checking pnet_transport v0.31.0 |
313 | 2025-01-30T03:39:17.429Z | Checking htq v0.1.0 (https://github.com/oxidecomputer/htq?branch=sector-001#cc2e6230) |
314 | 2025-01-30T03:39:17.724Z | Checking num-rational v0.4.2 |
315 | 2025-01-30T03:39:18.010Z | Checking atty v0.2.14 |
316 | 2025-01-30T03:39:18.122Z | Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73) |
317 | 2025-01-30T03:39:18.214Z | Checking bitflags v1.3.2 |
318 | 2025-01-30T03:39:18.286Z | Checking strsim v0.10.0 |
319 | 2025-01-30T03:39:18.306Z | Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code) |
320 | 2025-01-30T03:39:18.312Z | Checking num v0.4.3 |
321 | 2025-01-30T03:39:18.389Z | Checking termcolor v1.4.1 |
322 | 2025-01-30T03:39:18.464Z | Checking textwrap v0.16.1 |
323 | 2025-01-30T03:39:18.664Z | Checking p4-htq v0.1.0 (/work/oxidecomputer/p4/codegen/htq) |
324 | 2025-01-30T03:39:19.733Z | Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite) |
325 | 2025-01-30T03:39:19.736Z | Checking clap v3.2.25 |
326 | 2025-01-30T03:39:19.736Z | Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes) |
327 | 2025-01-30T03:39:19.736Z | Compiling usdt-attr-macro v0.3.5 |
328 | 2025-01-30T03:39:19.736Z | Compiling usdt-macro v0.3.5 |
329 | 2025-01-30T03:39:20.312Z | Checking usdt v0.3.5 |
330 | 2025-01-30T03:39:20.419Z | Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs) |
331 | 2025-01-30T03:39:20.851Z | Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test) |
332 | 2025-01-30T03:39:21.038Z | Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c) |
333 | 2025-01-30T03:39:22.087Z | Finished dev [unoptimized + debuginfo] target(s) in 30.99s |
334 | 2025-01-30T03:39:22.161Z | + cargo clippy --all-targets -- --deny warnings |
335 | 2025-01-30T03:39:22.370Z | Downloading crates ... |
336 | 2025-01-30T03:39:22.466Z | Downloaded libloading v0.7.4 |
337 | 2025-01-30T03:39:22.525Z | Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4) |
338 | 2025-01-30T03:39:22.528Z | Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs) |
339 | 2025-01-30T03:39:22.536Z | Compiling tests v0.1.0 (/work/oxidecomputer/p4/test) |
340 | 2025-01-30T03:39:22.539Z | Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code) |
341 | 2025-01-30T03:39:22.542Z | Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite) |
342 | 2025-01-30T03:39:22.543Z | Checking libloading v0.7.4 |
343 | 2025-01-30T03:39:22.889Z | Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes) |
344 | 2025-01-30T03:39:24.528Z | Compiling p4-cg v0.1.0 (/work/oxidecomputer/p4/codegen/common) |
345 | 2025-01-30T03:39:24.553Z | Checking p4-htq v0.1.0 (/work/oxidecomputer/p4/codegen/htq) |
346 | 2025-01-30T03:39:24.570Z | Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust) |
347 | 2025-01-30T03:39:26.773Z | Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c) |
348 | 2025-01-30T03:39:26.776Z | Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro) |
349 | 2025-01-30T03:39:28.176Z | Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test) |
350 | 2025-01-30T03:39:38.275Z | Finished dev [unoptimized + debuginfo] target(s) in 15.99s |
351 | 2025-01-30T03:39:38.296Z | + banner build |
352 | 2025-01-30T03:39:38.299Z | |
353 | 2025-01-30T03:39:38.299Z | ##### # # # # ##### |
354 | 2025-01-30T03:39:38.299Z | # # # # # # # # |
355 | 2025-01-30T03:39:38.299Z | ##### # # # # # # |
356 | 2025-01-30T03:39:38.299Z | # # # # # # # # |
357 | 2025-01-30T03:39:38.299Z | # # # # # # # # |
358 | 2025-01-30T03:39:38.299Z | ##### #### # ###### ##### |
359 | 2025-01-30T03:39:38.299Z | |
360 | 2025-01-30T03:39:38.299Z | + ptime -m cargo build |
361 | 2025-01-30T03:39:38.504Z | Compiling unicode-ident v1.0.16 |
362 | 2025-01-30T03:39:38.504Z | Compiling memchr v2.7.4 |
363 | 2025-01-30T03:39:38.506Z | Compiling once_cell v1.20.2 |
364 | 2025-01-30T03:39:38.511Z | Compiling libc v0.2.169 |
365 | 2025-01-30T03:39:38.513Z | Compiling regex-syntax v0.8.5 |
366 | 2025-01-30T03:39:38.516Z | Compiling byteorder v1.5.0 |
367 | 2025-01-30T03:39:38.518Z | Compiling cfg-if v1.0.0 |
368 | 2025-01-30T03:39:38.520Z | Compiling ucd-trie v0.1.7 |
369 | 2025-01-30T03:39:38.580Z | Compiling lazy_static v1.5.0 |
370 | 2025-01-30T03:39:38.652Z | Compiling proc-macro2 v1.0.93 |
371 | 2025-01-30T03:39:38.679Z | Compiling colored v2.2.0 |
372 | 2025-01-30T03:39:38.885Z | Compiling bitflags v2.8.0 |
373 | 2025-01-30T03:39:38.927Z | Compiling num-traits v0.2.19 |
374 | 2025-01-30T03:39:39.227Z | Compiling itoa v1.0.14 |
375 | 2025-01-30T03:39:39.299Z | Compiling ryu v1.0.19 |
376 | 2025-01-30T03:39:39.407Z | Compiling quote v1.0.38 |
377 | 2025-01-30T03:39:39.615Z | Compiling aho-corasick v1.1.3 |
378 | 2025-01-30T03:39:39.661Z | Compiling errno v0.3.10 |
379 | 2025-01-30T03:39:39.859Z | Compiling syn v2.0.96 |
380 | 2025-01-30T03:39:39.960Z | Compiling syn v1.0.109 |
381 | 2025-01-30T03:39:40.198Z | Compiling rustix v0.38.44 |
382 | 2025-01-30T03:39:40.556Z | Compiling fastrand v2.3.0 |
383 | 2025-01-30T03:39:41.036Z | Compiling thread-id v4.2.2 |
384 | 2025-01-30T03:39:41.084Z | Compiling num-integer v0.1.46 |
385 | 2025-01-30T03:39:41.116Z | Compiling getrandom v0.2.15 |
386 | 2025-01-30T03:39:41.396Z | Compiling no-std-net v0.6.0 |
387 | 2025-01-30T03:39:41.469Z | Compiling pnet_base v0.31.0 |
388 | 2025-01-30T03:39:41.816Z | Compiling tap v1.0.1 |
389 | 2025-01-30T03:39:41.928Z | Compiling regex-automata v0.4.9 |
390 | 2025-01-30T03:39:41.967Z | Compiling wyz v0.5.1 |
391 | 2025-01-30T03:39:42.395Z | Compiling tempfile v3.15.0 |
392 | 2025-01-30T03:39:42.480Z | Compiling num-iter v0.1.45 |
393 | 2025-01-30T03:39:42.633Z | Compiling radium v0.7.0 |
394 | 2025-01-30T03:39:43.068Z | Compiling funty v2.0.0 |
395 | 2025-01-30T03:39:43.399Z | Compiling pnet_macros_support v0.31.0 |
396 | 2025-01-30T03:39:43.555Z | Compiling pnet_sys v0.31.0 |
397 | 2025-01-30T03:39:43.878Z | Compiling proc-macro-error-attr v1.0.4 |
398 | 2025-01-30T03:39:44.771Z | Compiling bitvec v1.0.1 |
399 | 2025-01-30T03:39:45.061Z | Compiling anyhow v1.0.95 |
400 | 2025-01-30T03:39:45.768Z | Compiling serde_derive v1.0.217 |
401 | 2025-01-30T03:39:46.047Z | Compiling thiserror-impl v1.0.69 |
402 | 2025-01-30T03:39:46.068Z | Compiling thiserror-impl v2.0.11 |
403 | 2025-01-30T03:39:46.123Z | Compiling regex v1.11.1 |
404 | 2025-01-30T03:39:47.218Z | Compiling synstructure v0.12.6 |
405 | 2025-01-30T03:39:48.622Z | Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4) |
406 | 2025-01-30T03:39:48.816Z | Compiling prettyplease v0.1.25 |
407 | 2025-01-30T03:39:48.878Z | Compiling thiserror v1.0.69 |
408 | 2025-01-30T03:39:48.984Z | Compiling zerocopy-derive v0.7.35 |
409 | 2025-01-30T03:39:49.151Z | Compiling thiserror v2.0.11 |
410 | 2025-01-30T03:39:49.273Z | Compiling pest v2.7.15 |
411 | 2025-01-30T03:39:51.113Z | Compiling p4-cg v0.1.0 (/work/oxidecomputer/p4/codegen/common) |
412 | 2025-01-30T03:39:51.191Z | Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust) |
413 | 2025-01-30T03:39:51.301Z | Compiling zerocopy v0.7.35 |
414 | 2025-01-30T03:39:51.798Z | Compiling pest_meta v2.7.15 |
415 | 2025-01-30T03:39:52.213Z | Compiling zerocopy-derive v0.2.0 |
416 | 2025-01-30T03:39:52.282Z | Compiling pnet_macros v0.31.0 |
417 | 2025-01-30T03:39:52.921Z | Compiling ppv-lite86 v0.2.20 |
418 | 2025-01-30T03:39:53.070Z | Compiling serde v1.0.217 |
419 | 2025-01-30T03:39:53.735Z | Compiling pest_generator v2.7.15 |
420 | 2025-01-30T03:39:54.055Z | Compiling zerocopy v0.3.2 |
421 | 2025-01-30T03:39:54.123Z | Compiling rand_core v0.6.4 |
422 | 2025-01-30T03:39:54.583Z | Compiling rand_chacha v0.3.1 |
423 | 2025-01-30T03:39:54.684Z | Compiling dof v0.1.5 |
424 | 2025-01-30T03:39:55.224Z | Compiling pnet_packet v0.31.0 |
425 | 2025-01-30T03:39:55.301Z | Compiling proc-macro-error v1.0.4 |
426 | 2025-01-30T03:39:55.466Z | Compiling winnow v0.6.25 |
427 | 2025-01-30T03:39:55.487Z | Compiling os_str_bytes v6.6.1 |
428 | 2025-01-30T03:39:55.668Z | Compiling hashbrown v0.12.3 |
429 | 2025-01-30T03:39:55.817Z | Compiling rand v0.8.5 |
430 | 2025-01-30T03:39:55.848Z | Compiling clap_derive v3.2.25 |
431 | 2025-01-30T03:39:55.956Z | Compiling pest_derive v2.7.15 |
432 | 2025-01-30T03:39:56.040Z | Compiling clap_lex v0.2.4 |
433 | 2025-01-30T03:39:56.742Z | Compiling indexmap v1.9.3 |
434 | 2025-01-30T03:39:56.835Z | Compiling dtrace-parser v0.1.14 |
435 | 2025-01-30T03:39:57.565Z | Compiling atty v0.2.14 |
436 | 2025-01-30T03:39:57.671Z | Compiling termcolor v1.4.1 |
437 | 2025-01-30T03:39:58.355Z | Compiling bitflags v1.3.2 |
438 | 2025-01-30T03:39:58.432Z | Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73) |
439 | 2025-01-30T03:39:58.566Z | Compiling strsim v0.10.0 |
440 | 2025-01-30T03:39:58.656Z | Compiling htq v0.1.0 (https://github.com/oxidecomputer/htq?branch=sector-001#cc2e6230) |
441 | 2025-01-30T03:39:59.057Z | Compiling serde_json v1.0.138 |
442 | 2025-01-30T03:39:59.077Z | Compiling serde_tokenstream v0.1.7 |
443 | 2025-01-30T03:39:59.197Z | Compiling num-bigint v0.4.6 |
444 | 2025-01-30T03:39:59.302Z | Compiling num-complex v0.4.6 |
445 | 2025-01-30T03:39:59.550Z | Compiling ipnetwork v0.19.0 |
446 | 2025-01-30T03:39:59.555Z | Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro) |
447 | 2025-01-30T03:40:00.159Z | Compiling pnet_datalink v0.31.0 |
448 | 2025-01-30T03:40:00.287Z | Compiling pnet_transport v0.31.0 |
449 | 2025-01-30T03:40:00.415Z | Compiling textwrap v0.16.1 |
450 | 2025-01-30T03:40:00.706Z | Compiling pnet v0.31.0 |
451 | 2025-01-30T03:40:00.795Z | Compiling usdt-impl v0.3.5 |
452 | 2025-01-30T03:40:01.532Z | Compiling clap v3.2.25 |
453 | 2025-01-30T03:40:01.821Z | Compiling num-rational v0.4.2 |
454 | 2025-01-30T03:40:02.204Z | Compiling p4-htq v0.1.0 (/work/oxidecomputer/p4/codegen/htq) |
455 | 2025-01-30T03:40:02.277Z | Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes) |
456 | 2025-01-30T03:40:02.606Z | Compiling num v0.4.3 |
457 | 2025-01-30T03:40:02.787Z | Compiling usdt-macro v0.3.5 |
458 | 2025-01-30T03:40:03.084Z | Compiling usdt-attr-macro v0.3.5 |
459 | 2025-01-30T03:40:04.633Z | Compiling usdt v0.3.5 |
460 | 2025-01-30T03:40:04.763Z | Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs) |
461 | 2025-01-30T03:40:05.074Z | Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c) |
462 | 2025-01-30T03:40:05.297Z | Compiling tests v0.1.0 (/work/oxidecomputer/p4/test) |
463 | 2025-01-30T03:40:05.869Z | Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test) |
464 | 2025-01-30T03:40:05.878Z | Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite) |
465 | 2025-01-30T03:40:06.011Z | Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code) |
466 | 2025-01-30T03:40:11.601Z | Finished dev [unoptimized + debuginfo] target(s) in 33.25s |
467 | 2025-01-30T03:40:11.616Z | |
468 | 2025-01-30T03:40:11.619Z | real 33.303287166 |
469 | 2025-01-30T03:40:11.619Z | user 3:22.231567237 |
470 | 2025-01-30T03:40:11.620Z | sys 37.709518161 |
471 | 2025-01-30T03:40:11.620Z | trap 0.109703175 |
472 | 2025-01-30T03:40:11.620Z | tflt 0.200335802 |
473 | 2025-01-30T03:40:11.620Z | dflt 0.249552574 |
474 | 2025-01-30T03:40:11.620Z | kflt 0.000014077 |
475 | 2025-01-30T03:40:11.620Z | lock 6:28.738027960 |
476 | 2025-01-30T03:40:11.620Z | slp 10:06.191893741 |
477 | 2025-01-30T03:40:11.620Z | lat 5.980563046 |
478 | 2025-01-30T03:40:11.620Z | stop 4.589365759 |
479 | 2025-01-30T03:40:11.620Z | + ptime -m cargo build --release |
480 | 2025-01-30T03:40:11.748Z | Compiling proc-macro2 v1.0.93 |
481 | 2025-01-30T03:40:11.748Z | Compiling unicode-ident v1.0.16 |
482 | 2025-01-30T03:40:11.748Z | Compiling libc v0.2.169 |
483 | 2025-01-30T03:40:11.751Z | Compiling syn v1.0.109 |
484 | 2025-01-30T03:40:11.751Z | Compiling memchr v2.7.4 |
485 | 2025-01-30T03:40:11.751Z | Compiling thiserror v1.0.69 |
486 | 2025-01-30T03:40:11.751Z | Compiling serde v1.0.217 |
487 | 2025-01-30T03:40:11.751Z | Compiling version_check v0.9.5 |
488 | 2025-01-30T03:40:11.900Z | Compiling thiserror v2.0.11 |
489 | 2025-01-30T03:40:12.265Z | Compiling autocfg v1.4.0 |
490 | 2025-01-30T03:40:12.282Z | Compiling once_cell v1.20.2 |
491 | 2025-01-30T03:40:12.601Z | Compiling rustix v0.38.44 |
492 | 2025-01-30T03:40:12.619Z | Compiling unicode-xid v0.2.6 |
493 | 2025-01-30T03:40:12.749Z | Compiling ucd-trie v0.1.7 |
494 | 2025-01-30T03:40:13.101Z | Compiling aho-corasick v1.1.3 |
495 | 2025-01-30T03:40:13.185Z | Compiling quote v1.0.38 |
496 | 2025-01-30T03:40:13.287Z | Compiling regex-syntax v0.8.5 |
497 | 2025-01-30T03:40:13.630Z | Compiling syn v2.0.96 |
498 | 2025-01-30T03:40:13.827Z | Compiling serde_json v1.0.138 |
499 | 2025-01-30T03:40:13.861Z | Compiling prettyplease v0.1.25 |
500 | 2025-01-30T03:40:14.191Z | Compiling num-traits v0.2.19 |
501 | 2025-01-30T03:40:14.220Z | Compiling byteorder v1.5.0 |
502 | 2025-01-30T03:40:14.962Z | Compiling usdt-impl v0.3.5 |
503 | 2025-01-30T03:40:17.387Z | Compiling regex-automata v0.4.9 |
504 | 2025-01-30T03:40:17.491Z | Compiling lazy_static v1.5.0 |
505 | 2025-01-30T03:40:17.604Z | Compiling colored v2.2.0 |
506 | 2025-01-30T03:40:17.968Z | Compiling itoa v1.0.14 |
507 | 2025-01-30T03:40:18.162Z | Compiling cfg-if v1.0.0 |
508 | 2025-01-30T03:40:18.237Z | Compiling ryu v1.0.19 |
509 | 2025-01-30T03:40:19.149Z | Compiling getrandom v0.2.15 |
510 | 2025-01-30T03:40:19.197Z | Compiling num-integer v0.1.46 |
511 | 2025-01-30T03:40:19.439Z | Compiling thread-id v4.2.2 |
512 | 2025-01-30T03:40:19.475Z | Compiling errno v0.3.10 |
513 | 2025-01-30T03:40:19.628Z | Compiling bitflags v2.8.0 |
514 | 2025-01-30T03:40:19.783Z | Compiling thiserror-impl v1.0.69 |
515 | 2025-01-30T03:40:19.885Z | Compiling serde_derive v1.0.217 |
516 | 2025-01-30T03:40:19.972Z | Compiling thiserror-impl v2.0.11 |
517 | 2025-01-30T03:40:20.349Z | Compiling synstructure v0.12.6 |
518 | 2025-01-30T03:40:21.102Z | Compiling regex v1.11.1 |
519 | 2025-01-30T03:40:22.017Z | Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4) |
520 | 2025-01-30T03:40:23.101Z | Compiling pest v2.7.15 |
521 | 2025-01-30T03:40:24.166Z | Compiling no-std-net v0.6.0 |
522 | 2025-01-30T03:40:24.817Z | Compiling fastrand v2.3.0 |
523 | 2025-01-30T03:40:24.826Z | Compiling radium v0.7.0 |
524 | 2025-01-30T03:40:25.239Z | Compiling tempfile v3.15.0 |
525 | 2025-01-30T03:40:25.295Z | Compiling pnet_base v0.31.0 |
526 | 2025-01-30T03:40:25.475Z | Compiling pest_meta v2.7.15 |
527 | 2025-01-30T03:40:25.545Z | Compiling zerocopy-derive v0.2.0 |
528 | 2025-01-30T03:40:25.593Z | Compiling p4-cg v0.1.0 (/work/oxidecomputer/p4/codegen/common) |
529 | 2025-01-30T03:40:26.916Z | Compiling pest_generator v2.7.15 |
530 | 2025-01-30T03:40:27.392Z | Compiling zerocopy v0.3.2 |
531 | 2025-01-30T03:40:27.961Z | Compiling dof v0.1.5 |
532 | 2025-01-30T03:40:28.633Z | Compiling tap v1.0.1 |
533 | 2025-01-30T03:40:28.788Z | Compiling wyz v0.5.1 |
534 | 2025-01-30T03:40:29.245Z | Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust) |
535 | 2025-01-30T03:40:29.550Z | Compiling pest_derive v2.7.15 |
536 | 2025-01-30T03:40:30.359Z | Compiling dtrace-parser v0.1.14 |
537 | 2025-01-30T03:40:32.641Z | Compiling zerocopy-derive v0.7.35 |
538 | 2025-01-30T03:40:33.387Z | Compiling serde_tokenstream v0.1.7 |
539 | 2025-01-30T03:40:33.978Z | Compiling num-bigint v0.4.6 |
540 | 2025-01-30T03:40:37.295Z | Compiling num-rational v0.4.2 |
541 | 2025-01-30T03:40:37.861Z | Compiling usdt-attr-macro v0.3.5 |
542 | 2025-01-30T03:40:39.407Z | Compiling usdt-macro v0.3.5 |
543 | 2025-01-30T03:40:40.773Z | Compiling num-complex v0.4.6 |
544 | 2025-01-30T03:40:41.246Z | Compiling num-iter v0.1.45 |
545 | 2025-01-30T03:40:41.415Z | Compiling proc-macro-error-attr v1.0.4 |
546 | 2025-01-30T03:40:41.563Z | Compiling anyhow v1.0.95 |
547 | 2025-01-30T03:40:41.762Z | Compiling funty v2.0.0 |
548 | 2025-01-30T03:40:42.112Z | Compiling num v0.4.3 |
549 | 2025-01-30T03:40:42.246Z | Compiling usdt v0.3.5 |
550 | 2025-01-30T03:40:42.750Z | Compiling zerocopy v0.7.35 |
551 | 2025-01-30T03:40:43.628Z | Compiling bitvec v1.0.1 |
552 | 2025-01-30T03:40:44.198Z | Compiling pnet_macros v0.31.0 |
553 | 2025-01-30T03:40:44.410Z | Compiling pnet_macros_support v0.31.0 |
554 | 2025-01-30T03:40:44.547Z | Compiling pnet_sys v0.31.0 |
555 | 2025-01-30T03:40:44.587Z | Compiling proc-macro-error v1.0.4 |
556 | 2025-01-30T03:40:44.890Z | Compiling ppv-lite86 v0.2.20 |
557 | 2025-01-30T03:40:46.645Z | Compiling pnet_packet v0.31.0 |
558 | 2025-01-30T03:40:46.849Z | Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro) |
559 | 2025-01-30T03:40:47.225Z | Compiling ipnetwork v0.19.0 |
560 | 2025-01-30T03:40:48.197Z | Compiling rand_core v0.6.4 |
561 | 2025-01-30T03:40:48.522Z | Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs) |
562 | 2025-01-30T03:40:48.635Z | Compiling indexmap v1.9.3 |
563 | 2025-01-30T03:40:49.239Z | Compiling pnet v0.31.0 |
564 | 2025-01-30T03:40:49.570Z | Compiling rand_chacha v0.3.1 |
565 | 2025-01-30T03:40:51.006Z | Compiling pnet_datalink v0.31.0 |
566 | 2025-01-30T03:40:51.839Z | Compiling pnet_transport v0.31.0 |
567 | 2025-01-30T03:40:51.895Z | Compiling winnow v0.6.25 |
568 | 2025-01-30T03:40:52.541Z | Compiling hashbrown v0.12.3 |
569 | 2025-01-30T03:40:53.075Z | Compiling tests v0.1.0 (/work/oxidecomputer/p4/test) |
570 | 2025-01-30T03:40:53.426Z | Compiling os_str_bytes v6.6.1 |
571 | 2025-01-30T03:40:53.815Z | Compiling heck v0.4.1 |
572 | 2025-01-30T03:40:54.201Z | Compiling clap_derive v3.2.25 |
573 | 2025-01-30T03:40:54.964Z | Compiling clap_lex v0.2.4 |
574 | 2025-01-30T03:40:55.874Z | Compiling htq v0.1.0 (https://github.com/oxidecomputer/htq?branch=sector-001#cc2e6230) |
575 | 2025-01-30T03:40:56.755Z | Compiling rand v0.8.5 |
576 | 2025-01-30T03:40:57.017Z | Compiling atty v0.2.14 |
577 | 2025-01-30T03:40:57.132Z | Compiling termcolor v1.4.1 |
578 | 2025-01-30T03:40:58.162Z | Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code) |
579 | 2025-01-30T03:40:58.497Z | Compiling bitflags v1.3.2 |
580 | 2025-01-30T03:40:58.574Z | Compiling textwrap v0.16.1 |
581 | 2025-01-30T03:40:58.584Z | Compiling strsim v0.10.0 |
582 | 2025-01-30T03:40:58.722Z | Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73) |
583 | 2025-01-30T03:40:59.912Z | Compiling clap v3.2.25 |
584 | 2025-01-30T03:41:01.314Z | Compiling p4-htq v0.1.0 (/work/oxidecomputer/p4/codegen/htq) |
585 | 2025-01-30T03:41:05.267Z | Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite) |
586 | 2025-01-30T03:41:05.630Z | Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c) |
587 | 2025-01-30T03:41:10.423Z | Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes) |
588 | 2025-01-30T03:41:16.481Z | Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test) |
589 | 2025-01-30T03:41:32.891Z | Finished release [optimized] target(s) in 1m 21s |
590 | 2025-01-30T03:41:32.907Z | |
591 | 2025-01-30T03:41:32.910Z | real 1:21.269822759 |
592 | 2025-01-30T03:41:32.910Z | user 8:33.860278772 |
593 | 2025-01-30T03:41:32.910Z | sys 46.405973047 |
594 | 2025-01-30T03:41:32.910Z | trap 0.241955986 |
595 | 2025-01-30T03:41:32.910Z | tflt 0.624910639 |
596 | 2025-01-30T03:41:32.910Z | dflt 0.182253855 |
597 | 2025-01-30T03:41:32.910Z | kflt 0.008455369 |
598 | 2025-01-30T03:41:32.910Z | lock 21:03.018624466 |
599 | 2025-01-30T03:41:32.910Z | slp 24:34.974829120 |
600 | 2025-01-30T03:41:32.910Z | lat 22.865425180 |
601 | 2025-01-30T03:41:32.910Z | stop 8.887808675 |
602 | 2025-01-30T03:41:32.910Z | + for x in debug release |
603 | 2025-01-30T03:41:32.910Z | + mkdir -p /work/debug |
604 | 2025-01-30T03:41:32.913Z | + cp target/debug/x4c /work/debug/ |
605 | 2025-01-30T03:41:32.957Z | + cp target/debug/libsidecar_lite.so /work/debug/ |
606 | 2025-01-30T03:41:32.993Z | + for x in debug release |
607 | 2025-01-30T03:41:32.994Z | + mkdir -p /work/release |
608 | 2025-01-30T03:41:32.996Z | + cp target/release/x4c /work/release/ |
609 | 2025-01-30T03:41:33.008Z | + cp target/release/libsidecar_lite.so /work/release/ |
610 | 2025-01-30T03:41:33.019Z | + banner test |
611 | 2025-01-30T03:41:33.022Z | |
612 | 2025-01-30T03:41:33.022Z | ##### ###### #### ##### |
613 | 2025-01-30T03:41:33.022Z | # # # # |
614 | 2025-01-30T03:41:33.022Z | # ##### #### # |
615 | 2025-01-30T03:41:33.022Z | # # # # |
616 | 2025-01-30T03:41:33.023Z | # # # # # |
617 | 2025-01-30T03:41:33.023Z | # ###### #### # |
618 | 2025-01-30T03:41:33.023Z | |
619 | 2025-01-30T03:41:33.023Z | + cargo test |
620 | 2025-01-30T03:41:33.143Z | Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro) |
621 | 2025-01-30T03:41:33.155Z | Compiling libloading v0.7.4 |
622 | 2025-01-30T03:41:33.158Z | Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c) |
623 | 2025-01-30T03:41:33.160Z | Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust) |
624 | 2025-01-30T03:41:33.160Z | Compiling p4-htq v0.1.0 (/work/oxidecomputer/p4/codegen/htq) |
625 | 2025-01-30T03:41:33.160Z | Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs) |
626 | 2025-01-30T03:41:33.530Z | Compiling p4-cg v0.1.0 (/work/oxidecomputer/p4/codegen/common) |
627 | 2025-01-30T03:41:33.584Z | Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4) |
628 | 2025-01-30T03:41:33.718Z | Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes) |
629 | 2025-01-30T03:41:34.966Z | Compiling tests v0.1.0 (/work/oxidecomputer/p4/test) |
630 | 2025-01-30T03:41:34.966Z | Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test) |
631 | 2025-01-30T03:41:34.968Z | Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite) |
632 | 2025-01-30T03:41:35.487Z | Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code) |
633 | 2025-01-30T03:41:47.030Z | Finished test [unoptimized + debuginfo] target(s) in 13.96s |
634 | 2025-01-30T03:41:47.039Z | Running unittests src/lib.rs (target/debug/deps/p4-f3e4b4263892e081) |
635 | 2025-01-30T03:41:47.047Z | |
636 | 2025-01-30T03:41:47.047Z | running 0 tests |
637 | 2025-01-30T03:41:47.047Z | |
638 | 2025-01-30T03:41:47.047Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
639 | 2025-01-30T03:41:47.047Z | |
640 | 2025-01-30T03:41:47.050Z | Running unittests src/lib.rs (target/debug/deps/p4_cg-c5f7c05cd0e1bda2) |
641 | 2025-01-30T03:41:47.053Z | |
642 | 2025-01-30T03:41:47.053Z | running 0 tests |
643 | 2025-01-30T03:41:47.053Z | |
644 | 2025-01-30T03:41:47.053Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
645 | 2025-01-30T03:41:47.053Z | |
646 | 2025-01-30T03:41:47.053Z | Running unittests src/lib.rs (target/debug/deps/p4_htq-b2f1f5ad1dbacdf2) |
647 | 2025-01-30T03:41:47.055Z | |
648 | 2025-01-30T03:41:47.055Z | running 0 tests |
649 | 2025-01-30T03:41:47.055Z | |
650 | 2025-01-30T03:41:47.055Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
651 | 2025-01-30T03:41:47.056Z | |
652 | 2025-01-30T03:41:47.058Z | Running unittests src/lib.rs (target/debug/deps/p4_macro-72de85fb9092d97d) |
653 | 2025-01-30T03:41:47.061Z | |
654 | 2025-01-30T03:41:47.061Z | running 0 tests |
655 | 2025-01-30T03:41:47.061Z | |
656 | 2025-01-30T03:41:47.061Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
657 | 2025-01-30T03:41:47.061Z | |
658 | 2025-01-30T03:41:47.061Z | Running unittests src/main.rs (target/debug/deps/p4_macro_test-b7699527f3e6d776) |
659 | 2025-01-30T03:41:47.064Z | |
660 | 2025-01-30T03:41:47.064Z | running 0 tests |
661 | 2025-01-30T03:41:47.064Z | |
662 | 2025-01-30T03:41:47.064Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
663 | 2025-01-30T03:41:47.064Z | |
664 | 2025-01-30T03:41:47.066Z | Running unittests src/lib.rs (target/debug/deps/p4_rust-929f7f26779cae0c) |
665 | 2025-01-30T03:41:47.069Z | |
666 | 2025-01-30T03:41:47.069Z | running 0 tests |
667 | 2025-01-30T03:41:47.069Z | |
668 | 2025-01-30T03:41:47.069Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
669 | 2025-01-30T03:41:47.069Z | |
670 | 2025-01-30T03:41:47.069Z | Running unittests src/lib.rs (target/debug/deps/p4rs-65167f248815809c) |
671 | 2025-01-30T03:41:47.072Z | |
672 | 2025-01-30T03:41:47.072Z | running 11 tests |
673 | 2025-01-30T03:41:47.075Z | test bitmath::tests::bitmath_add ... ok |
674 | 2025-01-30T03:41:47.075Z | test bitmath::tests::bitmath_add_mixed_size ... ok |
675 | 2025-01-30T03:41:47.075Z | test bitmath::tests::bitmath_add_nest ... ok |
676 | 2025-01-30T03:41:47.075Z | test bitmath::tests::bitmath_add_cascade ... ok |
677 | 2025-01-30T03:41:47.075Z | test bitmath::tests::bitmath_mod ... ok |
678 | 2025-01-30T03:41:47.075Z | test checksum::tests::udp_checksum ... ok |
679 | 2025-01-30T03:41:47.075Z | test table::tests::match_lpm_ternary_1 ... ok |
680 | 2025-01-30T03:41:47.075Z | test table::tests::match_lpm_1 ... ok |
681 | 2025-01-30T03:41:47.075Z | test table::tests::match_lpm_ternary_range ... ok |
682 | 2025-01-30T03:41:47.075Z | test table::tests::match_ternary_1 ... ok |
683 | 2025-01-30T03:41:47.075Z | test table::tests::match_with_action ... ok |
684 | 2025-01-30T03:41:47.075Z | |
685 | 2025-01-30T03:41:47.075Z | test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
686 | 2025-01-30T03:41:47.075Z | |
687 | 2025-01-30T03:41:47.075Z | Running unittests src/lib.rs (target/debug/deps/sidecar_lite-b216b94295b8228f) |
688 | 2025-01-30T03:41:47.078Z | |
689 | 2025-01-30T03:41:47.078Z | running 0 tests |
690 | 2025-01-30T03:41:47.078Z | |
691 | 2025-01-30T03:41:47.078Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
692 | 2025-01-30T03:41:47.078Z | |
693 | 2025-01-30T03:41:47.081Z | Running unittests src/lib.rs (target/debug/deps/tests-307f38245e9930b2) |
694 | 2025-01-30T03:41:47.083Z | |
695 | 2025-01-30T03:41:47.083Z | running 14 tests |
696 | 2025-01-30T03:41:47.087Z | test controller_multiple_instantiation::controller_multiple_instantiation ... ok |
697 | 2025-01-30T03:41:47.087Z | test headers::ipv6_header_read_write ... ok |
698 | 2025-01-30T03:41:47.089Z | test ipv6::test_ipv6_parse ... ok |
699 | 2025-01-30T03:41:47.089Z | test dload::pipeline_create ... ok |
700 | 2025-01-30T03:41:47.092Z | test dload::dynamic_load ... ok |
701 | 2025-01-30T03:41:47.092Z | test table_in_egress_and_ingress::table_in_egress_and_ingress ... ok |
702 | 2025-01-30T03:41:47.092Z | test vlan::test_vlan_parse ... ok |
703 | 2025-01-30T03:41:47.098Z | test decap::geneve_decap ... ok |
704 | 2025-01-30T03:41:47.098Z | test hub::hub2 ... ok |
705 | 2025-01-30T03:41:47.104Z | test basic_router::basic_router2 ... ok |
706 | 2025-01-30T03:41:47.104Z | test disag_router::disag_router ... ok |
707 | 2025-01-30T03:41:47.104Z | test dynamic_router::dynamic_router2 ... ok |
708 | 2025-01-30T03:41:47.104Z | test range::range ... ok |
709 | 2025-01-30T03:41:47.107Z | test mac_rewrite::mac_rewrite2 ... ok |
710 | 2025-01-30T03:41:47.107Z | |
711 | 2025-01-30T03:41:47.107Z | test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
712 | 2025-01-30T03:41:47.107Z | |
713 | 2025-01-30T03:41:47.113Z | Running unittests src/lib.rs (target/debug/deps/x4c-37fffd342cdfdf8e) |
714 | 2025-01-30T03:41:47.117Z | |
715 | 2025-01-30T03:41:47.118Z | running 0 tests |
716 | 2025-01-30T03:41:47.118Z | |
717 | 2025-01-30T03:41:47.118Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
718 | 2025-01-30T03:41:47.118Z | |
719 | 2025-01-30T03:41:47.120Z | Running unittests src/bin/x4c.rs (target/debug/deps/x4c-678d9eb35ae920c1) |
720 | 2025-01-30T03:41:47.123Z | |
721 | 2025-01-30T03:41:47.123Z | running 0 tests |
722 | 2025-01-30T03:41:47.123Z | |
723 | 2025-01-30T03:41:47.123Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
724 | 2025-01-30T03:41:47.123Z | |
725 | 2025-01-30T03:41:47.123Z | Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-f52c8fcd8e53a394) |
726 | 2025-01-30T03:41:47.126Z | |
727 | 2025-01-30T03:41:47.126Z | running 0 tests |
728 | 2025-01-30T03:41:47.126Z | |
729 | 2025-01-30T03:41:47.126Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
730 | 2025-01-30T03:41:47.126Z | |
731 | 2025-01-30T03:41:47.126Z | Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-20c874810a5d45c2) |
732 | 2025-01-30T03:41:47.130Z | |
733 | 2025-01-30T03:41:47.130Z | running 0 tests |
734 | 2025-01-30T03:41:47.130Z | |
735 | 2025-01-30T03:41:47.132Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
736 | 2025-01-30T03:41:47.132Z | |
737 | 2025-01-30T03:41:47.132Z | Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-6b45f322baf0be68) |
738 | 2025-01-30T03:41:47.135Z | |
739 | 2025-01-30T03:41:47.135Z | running 0 tests |
740 | 2025-01-30T03:41:47.135Z | |
741 | 2025-01-30T03:41:47.135Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
742 | 2025-01-30T03:41:47.135Z | |
743 | 2025-01-30T03:41:47.135Z | Doc-tests p4 |
744 | 2025-01-30T03:41:47.296Z | |
745 | 2025-01-30T03:41:47.296Z | running 0 tests |
746 | 2025-01-30T03:41:47.296Z | |
747 | 2025-01-30T03:41:47.296Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
748 | 2025-01-30T03:41:47.296Z | |
749 | 2025-01-30T03:41:47.306Z | Doc-tests p4-cg |
750 | 2025-01-30T03:41:47.338Z | |
751 | 2025-01-30T03:41:47.338Z | running 0 tests |
752 | 2025-01-30T03:41:47.338Z | |
753 | 2025-01-30T03:41:47.338Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
754 | 2025-01-30T03:41:47.338Z | |
755 | 2025-01-30T03:41:47.341Z | Doc-tests p4-htq |
756 | 2025-01-30T03:41:47.423Z | |
757 | 2025-01-30T03:41:47.423Z | running 0 tests |
758 | 2025-01-30T03:41:47.423Z | |
759 | 2025-01-30T03:41:47.423Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
760 | 2025-01-30T03:41:47.423Z | |
761 | 2025-01-30T03:41:47.429Z | Doc-tests p4-macro |
762 | 2025-01-30T03:41:47.481Z | |
763 | 2025-01-30T03:41:47.482Z | running 2 tests |
764 | 2025-01-30T03:41:47.484Z | test lang/p4-macro/src/lib.rs - (line 18) ... ignored |
765 | 2025-01-30T03:41:47.484Z | test lang/p4-macro/src/lib.rs - (line 6) ... ignored |
766 | 2025-01-30T03:41:47.484Z | |
767 | 2025-01-30T03:41:47.484Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
768 | 2025-01-30T03:41:47.484Z | |
769 | 2025-01-30T03:41:47.487Z | Doc-tests p4-rust |
770 | 2025-01-30T03:41:47.739Z | |
771 | 2025-01-30T03:41:47.739Z | running 0 tests |
772 | 2025-01-30T03:41:47.739Z | |
773 | 2025-01-30T03:41:47.739Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
774 | 2025-01-30T03:41:47.739Z | |
775 | 2025-01-30T03:41:47.749Z | Doc-tests p4rs |
776 | 2025-01-30T03:41:47.862Z | |
777 | 2025-01-30T03:41:47.863Z | running 1 test |
778 | 2025-01-30T03:41:48.702Z | test lang/p4rs/src/lib.rs - (line 11) ... ok |
779 | 2025-01-30T03:41:48.702Z | |
780 | 2025-01-30T03:41:48.702Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.84s |
781 | 2025-01-30T03:41:48.702Z | |
782 | 2025-01-30T03:41:48.711Z | Doc-tests tests |
783 | 2025-01-30T03:41:48.790Z | |
784 | 2025-01-30T03:41:48.790Z | running 0 tests |
785 | 2025-01-30T03:41:48.790Z | |
786 | 2025-01-30T03:41:48.791Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
787 | 2025-01-30T03:41:48.791Z | |
788 | 2025-01-30T03:41:48.798Z | Doc-tests x4c |
789 | 2025-01-30T03:41:48.857Z | |
790 | 2025-01-30T03:41:48.857Z | running 0 tests |
791 | 2025-01-30T03:41:48.857Z | |
792 | 2025-01-30T03:41:48.857Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
793 | 2025-01-30T03:41:48.857Z | |
794 | 2025-01-30T03:41:48.862Z | Doc-tests x4c_error_codes |
795 | 2025-01-30T03:41:48.897Z | |
796 | 2025-01-30T03:41:48.897Z | running 0 tests |
797 | 2025-01-30T03:41:48.900Z | |
798 | 2025-01-30T03:41:48.900Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
799 | 2025-01-30T03:41:48.900Z | |
800 | 2025-01-30T03:41:48.904Z | + pushd test |
801 | 2025-01-30T03:41:48.906Z | /work/oxidecomputer/p4/test /work/oxidecomputer/p4 |
802 | 2025-01-30T03:41:48.906Z | + banner 'mac rewr' |
803 | 2025-01-30T03:41:48.906Z | |
804 | 2025-01-30T03:41:48.906Z | # # ## #### ##### ###### # # ##### |
805 | 2025-01-30T03:41:48.906Z | ## ## # # # # # # # # # # # |
806 | 2025-01-30T03:41:48.906Z | # ## # # # # # # ##### # # # # |
807 | 2025-01-30T03:41:48.906Z | # # ###### # ##### # # ## # ##### |
808 | 2025-01-30T03:41:48.906Z | # # # # # # # # # ## ## # # |
809 | 2025-01-30T03:41:48.906Z | # # # # #### # # ###### # # # # |
810 | 2025-01-30T03:41:48.906Z | |
811 | 2025-01-30T03:41:48.906Z | + RUST_BACKTRACE=1 |
812 | 2025-01-30T03:41:48.906Z | + cargo test mac_rewrite -- --nocapture |
813 | 2025-01-30T03:41:49.067Z | Compiling libc v0.2.169 |
814 | 2025-01-30T03:41:49.070Z | Compiling aho-corasick v1.1.3 |
815 | 2025-01-30T03:41:49.070Z | Compiling pest_meta v2.7.15 |
816 | 2025-01-30T03:41:49.087Z | Compiling rustix v0.38.44 |
817 | 2025-01-30T03:41:49.090Z | Compiling prettyplease v0.1.25 |
818 | 2025-01-30T03:41:49.921Z | Compiling pest_generator v2.7.15 |
819 | 2025-01-30T03:41:50.129Z | Compiling thread-id v4.2.2 |
820 | 2025-01-30T03:41:50.229Z | Compiling errno v0.3.10 |
821 | 2025-01-30T03:41:50.244Z | Compiling getrandom v0.2.15 |
822 | 2025-01-30T03:41:50.415Z | Compiling pnet_sys v0.31.0 |
823 | 2025-01-30T03:41:50.449Z | Compiling rand_core v0.6.4 |
824 | 2025-01-30T03:41:50.574Z | Compiling pnet_datalink v0.31.0 |
825 | 2025-01-30T03:41:50.723Z | Compiling regex-automata v0.4.9 |
826 | 2025-01-30T03:41:50.875Z | Compiling rand_chacha v0.3.1 |
827 | 2025-01-30T03:41:51.359Z | Compiling rand v0.8.5 |
828 | 2025-01-30T03:41:51.769Z | Compiling pest_derive v2.7.15 |
829 | 2025-01-30T03:41:52.152Z | Compiling tempfile v3.15.0 |
830 | 2025-01-30T03:41:52.613Z | Compiling dtrace-parser v0.1.14 |
831 | 2025-01-30T03:41:52.954Z | Compiling usdt-impl v0.3.5 |
832 | 2025-01-30T03:41:54.123Z | Compiling regex v1.11.1 |
833 | 2025-01-30T03:41:54.287Z | Compiling usdt-attr-macro v0.3.5 |
834 | 2025-01-30T03:41:54.287Z | Compiling usdt-macro v0.3.5 |
835 | 2025-01-30T03:41:54.685Z | Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4) |
836 | 2025-01-30T03:41:55.583Z | Compiling pnet_macros v0.31.0 |
837 | 2025-01-30T03:41:55.724Z | Compiling usdt v0.3.5 |
838 | 2025-01-30T03:41:55.829Z | Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs) |
839 | 2025-01-30T03:41:56.168Z | Compiling p4-cg v0.1.0 (/work/oxidecomputer/p4/codegen/common) |
840 | 2025-01-30T03:41:56.238Z | Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust) |
841 | 2025-01-30T03:41:57.183Z | Compiling pnet_packet v0.31.0 |
842 | 2025-01-30T03:41:57.946Z | Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro) |
843 | 2025-01-30T03:41:59.985Z | Compiling pnet_transport v0.31.0 |
844 | 2025-01-30T03:42:00.121Z | Compiling pnet v0.31.0 |
845 | 2025-01-30T03:42:00.531Z | Compiling tests v0.1.0 (/work/oxidecomputer/p4/test) |
846 | 2025-01-30T03:42:11.037Z | Finished test [unoptimized + debuginfo] target(s) in 22.07s |
847 | 2025-01-30T03:42:11.045Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1dcde4035b6b9b41) |
848 | 2025-01-30T03:42:11.053Z | |
849 | 2025-01-30T03:42:11.053Z | running 1 test |
850 | 2025-01-30T03:42:11.060Z | [phy2] do you know the muffin man? |
851 | 2025-01-30T03:42:11.063Z | [cpu] the muffin man? |
852 | 2025-01-30T03:42:11.063Z | [cpu] the muffin man! |
853 | 2025-01-30T03:42:11.063Z | [cpu] why yes |
854 | 2025-01-30T03:42:11.063Z | [phy1] i know the muffin man |
855 | 2025-01-30T03:42:11.063Z | [phy3] the muffin man is me!!! |
856 | 2025-01-30T03:42:11.063Z | test mac_rewrite::mac_rewrite2 ... ok |
857 | 2025-01-30T03:42:11.063Z | |
858 | 2025-01-30T03:42:11.063Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s |
859 | 2025-01-30T03:42:11.063Z | |
860 | 2025-01-30T03:42:11.069Z | + banner 'dyn load' |
861 | 2025-01-30T03:42:11.071Z | |
862 | 2025-01-30T03:42:11.071Z | ##### # # # # # #### ## ##### |
863 | 2025-01-30T03:42:11.071Z | # # # # ## # # # # # # # # |
864 | 2025-01-30T03:42:11.071Z | # # # # # # # # # # # # # |
865 | 2025-01-30T03:42:11.072Z | # # # # # # # # # ###### # # |
866 | 2025-01-30T03:42:11.072Z | # # # # ## # # # # # # # |
867 | 2025-01-30T03:42:11.072Z | ##### # # # ###### #### # # ##### |
868 | 2025-01-30T03:42:11.072Z | |
869 | 2025-01-30T03:42:11.072Z | + RUST_BACKTRACE=1 |
870 | 2025-01-30T03:42:11.072Z | + cargo test dload -- --nocapture |
871 | 2025-01-30T03:42:11.220Z | Finished test [unoptimized + debuginfo] target(s) in 0.09s |
872 | 2025-01-30T03:42:11.223Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1dcde4035b6b9b41) |
873 | 2025-01-30T03:42:11.236Z | |
874 | 2025-01-30T03:42:11.236Z | running 2 tests |
875 | 2025-01-30T03:42:11.243Z | test dload::dynamic_load ... ok |
876 | 2025-01-30T03:42:11.246Z | test dload::pipeline_create ... ok |
877 | 2025-01-30T03:42:11.246Z | |
878 | 2025-01-30T03:42:11.246Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 12 filtered out; finished in 0.01s |
879 | 2025-01-30T03:42:11.246Z | |
880 | 2025-01-30T03:42:11.249Z | + banner disag |
881 | 2025-01-30T03:42:11.251Z | |
882 | 2025-01-30T03:42:11.251Z | ##### # #### ## #### |
883 | 2025-01-30T03:42:11.251Z | # # # # # # # # |
884 | 2025-01-30T03:42:11.251Z | # # # #### # # # |
885 | 2025-01-30T03:42:11.251Z | # # # # ###### # ### |
886 | 2025-01-30T03:42:11.251Z | # # # # # # # # # |
887 | 2025-01-30T03:42:11.251Z | ##### # #### # # #### |
888 | 2025-01-30T03:42:11.251Z | |
889 | 2025-01-30T03:42:11.251Z | + RUST_BACKTRACE=1 |
890 | 2025-01-30T03:42:11.251Z | + cargo test disag_router -- --nocapture |
891 | 2025-01-30T03:42:11.396Z | Finished test [unoptimized + debuginfo] target(s) in 0.09s |
892 | 2025-01-30T03:42:11.399Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1dcde4035b6b9b41) |
893 | 2025-01-30T03:42:11.412Z | |
894 | 2025-01-30T03:42:11.412Z | running 1 test |
895 | 2025-01-30T03:42:11.420Z | [phy2] do you know the muffin man? |
896 | 2025-01-30T03:42:11.422Z | [cpu] the muffin man? |
897 | 2025-01-30T03:42:11.422Z | [cpu] the muffin man! |
898 | 2025-01-30T03:42:11.422Z | [cpu] why yes |
899 | 2025-01-30T03:42:11.422Z | [phy1] i know the muffin man |
900 | 2025-01-30T03:42:11.422Z | [phy3] the muffin man is me!!! |
901 | 2025-01-30T03:42:11.423Z | test disag_router::disag_router ... ok |
902 | 2025-01-30T03:42:11.423Z | |
903 | 2025-01-30T03:42:11.423Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s |
904 | 2025-01-30T03:42:11.423Z | |
905 | 2025-01-30T03:42:11.428Z | + banner 'dyn rtr' |
906 | 2025-01-30T03:42:11.431Z | |
907 | 2025-01-30T03:42:11.431Z | ##### # # # # ##### ##### ##### |
908 | 2025-01-30T03:42:11.431Z | # # # # ## # # # # # # |
909 | 2025-01-30T03:42:11.431Z | # # # # # # # # # # # |
910 | 2025-01-30T03:42:11.431Z | # # # # # # ##### # ##### |
911 | 2025-01-30T03:42:11.431Z | # # # # ## # # # # # |
912 | 2025-01-30T03:42:11.431Z | ##### # # # # # # # # |
913 | 2025-01-30T03:42:11.431Z | |
914 | 2025-01-30T03:42:11.431Z | + RUST_BACKTRACE=1 |
915 | 2025-01-30T03:42:11.431Z | + cargo test dynamic_router -- --nocapture |
916 | 2025-01-30T03:42:11.577Z | Finished test [unoptimized + debuginfo] target(s) in 0.09s |
917 | 2025-01-30T03:42:11.580Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1dcde4035b6b9b41) |
918 | 2025-01-30T03:42:11.593Z | |
919 | 2025-01-30T03:42:11.594Z | running 1 test |
920 | 2025-01-30T03:42:11.601Z | [phy2] do you know the muffin man? |
921 | 2025-01-30T03:42:11.604Z | [cpu] the muffin man? |
922 | 2025-01-30T03:42:11.604Z | [cpu] the muffin man! |
923 | 2025-01-30T03:42:11.604Z | [cpu] why yes |
924 | 2025-01-30T03:42:11.604Z | [phy1] i know the muffin man |
925 | 2025-01-30T03:42:11.604Z | [phy3] the muffin man is me!!! |
926 | 2025-01-30T03:42:11.604Z | test dynamic_router::dynamic_router2 ... ok |
927 | 2025-01-30T03:42:11.604Z | |
928 | 2025-01-30T03:42:11.604Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s |
929 | 2025-01-30T03:42:11.604Z | |
930 | 2025-01-30T03:42:11.609Z | + banner hub |
931 | 2025-01-30T03:42:11.611Z | |
932 | 2025-01-30T03:42:11.611Z | # # # # ##### |
933 | 2025-01-30T03:42:11.611Z | # # # # # # |
934 | 2025-01-30T03:42:11.611Z | ###### # # ##### |
935 | 2025-01-30T03:42:11.611Z | # # # # # # |
936 | 2025-01-30T03:42:11.611Z | # # # # # # |
937 | 2025-01-30T03:42:11.611Z | # # #### ##### |
938 | 2025-01-30T03:42:11.611Z | |
939 | 2025-01-30T03:42:11.611Z | + RUST_BACKTRACE=1 |
940 | 2025-01-30T03:42:11.611Z | + cargo test hub -- --nocapture |
941 | 2025-01-30T03:42:11.757Z | Finished test [unoptimized + debuginfo] target(s) in 0.09s |
942 | 2025-01-30T03:42:11.759Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1dcde4035b6b9b41) |
943 | 2025-01-30T03:42:11.773Z | |
944 | 2025-01-30T03:42:11.773Z | running 1 test |
945 | 2025-01-30T03:42:11.780Z | [phy2] do you know the muffin man? |
946 | 2025-01-30T03:42:11.780Z | [phy3] do you know the muffin man? |
947 | 2025-01-30T03:42:11.783Z | [phy1] the muffin man? |
948 | 2025-01-30T03:42:11.784Z | [phy3] the muffin man? |
949 | 2025-01-30T03:42:11.784Z | [phy2] the muffin man! |
950 | 2025-01-30T03:42:11.784Z | [phy3] the muffin man! |
951 | 2025-01-30T03:42:11.784Z | [phy1] why yes |
952 | 2025-01-30T03:42:11.784Z | [phy1] i know the muffin man |
953 | 2025-01-30T03:42:11.784Z | [phy1] the muffin man is me!!! |
954 | 2025-01-30T03:42:11.784Z | [phy3] why yes |
955 | 2025-01-30T03:42:11.784Z | [phy3] i know the muffin man |
956 | 2025-01-30T03:42:11.784Z | [phy3] the muffin man is me!!! |
957 | 2025-01-30T03:42:11.784Z | test hub::hub2 ... ok |
958 | 2025-01-30T03:42:11.784Z | |
959 | 2025-01-30T03:42:11.784Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s |
960 | 2025-01-30T03:42:11.784Z | |
961 | 2025-01-30T03:42:11.788Z | + banner router |
962 | 2025-01-30T03:42:11.791Z | |
963 | 2025-01-30T03:42:11.791Z | ##### #### # # ##### ###### ##### |
964 | 2025-01-30T03:42:11.791Z | # # # # # # # # # # |
965 | 2025-01-30T03:42:11.791Z | # # # # # # # ##### # # |
966 | 2025-01-30T03:42:11.791Z | ##### # # # # # # ##### |
967 | 2025-01-30T03:42:11.791Z | # # # # # # # # # # |
968 | 2025-01-30T03:42:11.791Z | # # #### #### # ###### # # |
969 | 2025-01-30T03:42:11.791Z | |
970 | 2025-01-30T03:42:11.791Z | + RUST_BACKTRACE=1 |
971 | 2025-01-30T03:42:11.791Z | + cargo test basic_router -- --nocapture |
972 | 2025-01-30T03:42:11.934Z | Finished test [unoptimized + debuginfo] target(s) in 0.09s |
973 | 2025-01-30T03:42:11.937Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1dcde4035b6b9b41) |
974 | 2025-01-30T03:42:11.952Z | |
975 | 2025-01-30T03:42:11.952Z | running 1 test |
976 | 2025-01-30T03:42:11.958Z | [phy2] do you know the muffin man? |
977 | 2025-01-30T03:42:11.960Z | [phy1] the muffin man? |
978 | 2025-01-30T03:42:11.960Z | [phy2] the muffin man! |
979 | 2025-01-30T03:42:11.960Z | [phy1] why yes |
980 | 2025-01-30T03:42:11.960Z | [phy1] i know the muffin man |
981 | 2025-01-30T03:42:11.960Z | [phy1] the muffin man is me!!! |
982 | 2025-01-30T03:42:11.960Z | test basic_router::basic_router2 ... ok |
983 | 2025-01-30T03:42:11.960Z | |
984 | 2025-01-30T03:42:11.960Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s |
985 | 2025-01-30T03:42:11.960Z | |
986 | 2025-01-30T03:42:11.965Z | + banner headers |
987 | 2025-01-30T03:42:11.968Z | |
988 | 2025-01-30T03:42:11.968Z | # # ###### ## ##### ###### ##### #### |
989 | 2025-01-30T03:42:11.968Z | # # # # # # # # # # # |
990 | 2025-01-30T03:42:11.968Z | ###### ##### # # # # ##### # # #### |
991 | 2025-01-30T03:42:11.968Z | # # # ###### # # # ##### # |
992 | 2025-01-30T03:42:11.968Z | # # # # # # # # # # # # |
993 | 2025-01-30T03:42:11.968Z | # # ###### # # ##### ###### # # #### |
994 | 2025-01-30T03:42:11.968Z | |
995 | 2025-01-30T03:42:11.968Z | + RUST_BACKTRACE=1 |
996 | 2025-01-30T03:42:11.968Z | + cargo test headers -- --nocapture |
997 | 2025-01-30T03:42:12.112Z | Finished test [unoptimized + debuginfo] target(s) in 0.09s |
998 | 2025-01-30T03:42:12.114Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1dcde4035b6b9b41) |
999 | 2025-01-30T03:42:12.128Z | |
1000 | 2025-01-30T03:42:12.128Z | running 1 test |
1001 | 2025-01-30T03:42:12.131Z | test headers::ipv6_header_read_write ... ok |
1002 | 2025-01-30T03:42:12.131Z | |
1003 | 2025-01-30T03:42:12.131Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.00s |
1004 | 2025-01-30T03:42:12.131Z | |
1005 | 2025-01-30T03:42:12.134Z | process exited: duration 219255 ms, exit code 0 |
|
1006 | 2025-01-30T03:42:12.140Z | found 4 output files |
1007 | 2025-01-30T03:42:12.140Z | uploading: /work/debug/libsidecar_lite.so (37392336 bytes) |
1008 | 2025-01-30T03:42:13.653Z | uploaded: /work/debug/libsidecar_lite.so |
1009 | 2025-01-30T03:42:13.653Z | uploading: /work/debug/x4c (51010016 bytes) |
1010 | 2025-01-30T03:42:15.292Z | uploaded: /work/debug/x4c |
1011 | 2025-01-30T03:42:15.292Z | uploading: /work/release/libsidecar_lite.so (8937168 bytes) |
1012 | 2025-01-30T03:42:16.467Z | uploaded: /work/release/libsidecar_lite.so |
1013 | 2025-01-30T03:42:16.467Z | uploading: /work/release/x4c (9660008 bytes) |
1014 | 2025-01-30T03:42:17.634Z | uploaded: /work/release/x4c |