01HWK8T9J1W5Z4Q76W10SBPMCM: build-and-test

BasicConfig {
    output_rules: [
        "/work/debug/*",
        "/work/release/*",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HWK8TFAMETX05QB7AVNCQHFB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-28T21:12:55.991Zjob assigned to worker 01HWK8TFDQVXG09TSQ3N9GN2GW (queued for 34 s)
 
22024-04-28T21:12:56.284Zstarting task 0: "setup"
32024-04-28T21:12:56.313Z++ uname -s
42024-04-28T21:12:56.313Z+ kern=SunOS
52024-04-28T21:12:56.313Z+ case "$kern" in
62024-04-28T21:12:56.313Z+ groupadd -g 12345 build
72024-04-28T21:12:56.313Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-28T21:12:58.321Z+ zfs create -o mountpoint=/work rpool/work
92024-04-28T21:12:58.359Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-28T21:12:58.390Z+ home_fs=zfs
112024-04-28T21:12:58.390Z+ [[ zfs == autofs ]]
122024-04-28T21:12:58.390Z+ mkdir -p /home/build
132024-04-28T21:12:58.390Z+ chown build:build /home/build /work
142024-04-28T21:12:59.366Z+ chmod 0700 /home/build /work
152024-04-28T21:12:59.391Zprocess exited: duration 3085 ms, exit code 0
 
162024-04-28T21:12:59.444Zstarting task 1: "rust-toolchain"
172024-04-28T21:12:59.469Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-28T21:12:59.470Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192024-04-28T21:12:59.590Zinfo: downloading installer
202024-04-28T21:13:00.355Zwarning: it looks like you have an existing installation of Rust at:
212024-04-28T21:13:00.355Zwarning: /opt/ooce/bin
222024-04-28T21:13:00.355Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-28T21:13:00.355Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-28T21:13:00.355Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-28T21:13:00.355Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-28T21:13:00.355Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-28T21:13:00.355Zerror: cannot install while Rust is installed
282024-04-28T21:13:00.355Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-28T21:13:00.402Zinfo: profile set to 'default'
302024-04-28T21:13:00.402Zinfo: default host triple is x86_64-unknown-illumos
312024-04-28T21:13:00.430Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322024-04-28T21:13:00.504Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
332024-04-28T21:13:00.504Zinfo: downloading component 'cargo'
342024-04-28T21:13:00.619Zinfo: downloading component 'clippy'
352024-04-28T21:13:00.661Zinfo: downloading component 'rust-docs'
362024-04-28T21:13:00.818Zinfo: downloading component 'rust-std'
372024-04-28T21:13:01.068Zinfo: downloading component 'rustc'
382024-04-28T21:13:01.808Zinfo: downloading component 'rustfmt'
392024-04-28T21:13:01.862Zinfo: installing component 'cargo'
402024-04-28T21:13:02.900Zinfo: installing component 'clippy'
412024-04-28T21:13:03.273Zinfo: installing component 'rust-docs'
422024-04-28T21:13:05.891Zinfo: installing component 'rust-std'
432024-04-28T21:13:07.826Zinfo: installing component 'rustc'
442024-04-28T21:13:12.598Zinfo: installing component 'rustfmt'
452024-04-28T21:13:12.963Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462024-04-28T21:13:12.963Z
472024-04-28T21:13:13.077Z stable-x86_64-unknown-illumos installed - rustc 1.77.2 (25ef9e3d8 2024-04-09)
482024-04-28T21:13:13.077Z
492024-04-28T21:13:13.103Z
502024-04-28T21:13:13.103ZRust is installed now. Great!
512024-04-28T21:13:13.103Z
522024-04-28T21:13:13.103ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-28T21:13:13.103Zenvironment variable. This has not been done automatically.
542024-04-28T21:13:13.103Z
552024-04-28T21:13:13.103ZTo configure your current shell, you need to source
562024-04-28T21:13:13.103Zthe corresponding env file under $HOME/.cargo.
572024-04-28T21:13:13.103Z
582024-04-28T21:13:13.103ZThis is usually done by running one of the following (note the leading DOT):
592024-04-28T21:13:13.103Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-28T21:13:13.103Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-28T21:13:13.142Z+ rustc --version
622024-04-28T21:13:13.250Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
632024-04-28T21:13:13.275Zprocess exited: duration 13812 ms, exit code 0
 
642024-04-28T21:13:13.326Zstarting task 2: "authentication"
652024-04-28T21:13:13.383Zprocess exited: duration 57 ms, exit code 0
 
662024-04-28T21:13:13.435Zstarting task 3: "clone repository"
672024-04-28T21:13:13.461Z+ mkdir -p /work/oxidecomputer/p4
682024-04-28T21:13:13.461Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
692024-04-28T21:13:13.486ZCloning into '/work/oxidecomputer/p4'...
702024-04-28T21:13:14.351Z+ cd /work/oxidecomputer/p4
712024-04-28T21:13:14.351Z+ git fetch origin 3c8731fa2779d4c84299546086e46ae4cb66c407
722024-04-28T21:13:14.703ZFrom https://github.com/oxidecomputer/p4
732024-04-28T21:13:14.703Z * branch 3c8731fa2779d4c84299546086e46ae4cb66c407 -> FETCH_HEAD
742024-04-28T21:13:14.728Z+ [[ -n type-handling-improvements ]]
752024-04-28T21:13:14.728Z++ git branch --show-current
762024-04-28T21:13:14.729Z+ current=main
772024-04-28T21:13:14.729Z+ [[ main != type-handling-improvements ]]
782024-04-28T21:13:14.729Z+ git branch -f type-handling-improvements 3c8731fa2779d4c84299546086e46ae4cb66c407
792024-04-28T21:13:14.729Z+ git checkout -f type-handling-improvements
802024-04-28T21:13:14.754ZSwitched to branch 'type-handling-improvements'
812024-04-28T21:13:14.754Z+ git reset --hard 3c8731fa2779d4c84299546086e46ae4cb66c407
822024-04-28T21:13:14.779ZHEAD is now at 3c8731f a few type handling improvements
832024-04-28T21:13:14.779Zprocess exited: duration 1325 ms, exit code 0
 
842024-04-28T21:13:14.832Zstarting task 4: "build"
852024-04-28T21:13:14.857Z+ cargo --version
862024-04-28T21:13:14.932Zcargo 1.77.2 (e52e36006 2024-03-26)
872024-04-28T21:13:14.957Z+ rustc --version
882024-04-28T21:13:15.025Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
892024-04-28T21:13:15.051Z+ banner check
902024-04-28T21:13:15.051Z
912024-04-28T21:13:15.051Z #### # # ###### #### # #
922024-04-28T21:13:15.051Z # # # # # # # # #
932024-04-28T21:13:15.051Z # ###### ##### # ####
942024-04-28T21:13:15.051Z # # # # # # #
952024-04-28T21:13:15.051Z # # # # # # # # #
962024-04-28T21:13:15.051Z #### # # ###### #### # #
972024-04-28T21:13:15.051Z
982024-04-28T21:13:15.051Z+ cargo fmt -- --check
992024-04-28T21:13:15.506Z+ cargo check
1002024-04-28T21:13:15.689Z Updating crates.io index
1012024-04-28T21:13:15.788Z Updating git repository `https://github.com/oxidecomputer/xfr`
1022024-04-28T21:13:16.529ZFrom https://github.com/oxidecomputer/xfr
1032024-04-28T21:13:16.529Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1042024-04-28T21:13:17.417Z Downloading crates ...
1052024-04-28T21:13:17.487Z Downloaded crossbeam-utils v0.8.12
1062024-04-28T21:13:17.552Z Downloaded zerocopy-derive v0.2.0
1072024-04-28T21:13:17.577Z Downloaded zerocopy v0.3.0
1082024-04-28T21:13:17.578Z Downloaded wyz v0.5.0
1092024-04-28T21:13:17.578Z Downloaded version_check v0.9.4
1102024-04-28T21:13:17.578Z Downloaded usdt-macro v0.3.5
1112024-04-28T21:13:17.578Z Downloaded usdt-impl v0.3.5
1122024-04-28T21:13:17.578Z Downloaded serde_tokenstream v0.1.3
1132024-04-28T21:13:17.578Z Downloaded usdt-attr-macro v0.3.5
1142024-04-28T21:13:17.578Z Downloaded usdt v0.3.5
1152024-04-28T21:13:17.578Z Downloaded unicode-xid v0.2.4
1162024-04-28T21:13:17.578Z Downloaded unicode-ident v1.0.5
1172024-04-28T21:13:17.578Z Downloaded ucd-trie v0.1.5
1182024-04-28T21:13:17.578Z Downloaded typenum v1.15.0
1192024-04-28T21:13:17.603Z Downloaded time-macros v0.2.6
1202024-04-28T21:13:17.603Z Downloaded time-core v0.1.0
1212024-04-28T21:13:17.603Z Downloaded time v0.3.17
1222024-04-28T21:13:17.603Z Downloaded thread_local v1.1.4
1232024-04-28T21:13:17.603Z Downloaded thread-id v4.0.0
1242024-04-28T21:13:17.603Z Downloaded thiserror-impl v1.0.37
1252024-04-28T21:13:17.603Z Downloaded thiserror v1.0.37
1262024-04-28T21:13:17.603Z Downloaded textwrap v0.16.0
1272024-04-28T21:13:17.604Z Downloaded termcolor v1.1.3
1282024-04-28T21:13:17.604Z Downloaded term v0.7.0
1292024-04-28T21:13:17.604Z Downloaded tempfile v3.3.0
1302024-04-28T21:13:17.629Z Downloaded tap v1.0.1
1312024-04-28T21:13:17.629Z Downloaded take_mut v0.2.2
1322024-04-28T21:13:17.629Z Downloaded synstructure v0.12.6
1332024-04-28T21:13:17.629Z Downloaded syn v1.0.103
1342024-04-28T21:13:17.629Z Downloaded strsim v0.10.0
1352024-04-28T21:13:17.629Z Downloaded slog-term v2.9.0
1362024-04-28T21:13:17.629Z Downloaded slog-stdlog v4.1.1
1372024-04-28T21:13:17.629Z Downloaded slog-scope v4.4.0
1382024-04-28T21:13:17.629Z Downloaded slog-envlogger v2.2.0
1392024-04-28T21:13:17.629Z Downloaded slog-async v2.7.0
1402024-04-28T21:13:17.629Z Downloaded slog v2.7.0
1412024-04-28T21:13:17.654Z Downloaded sha1 v0.10.5
1422024-04-28T21:13:17.654Z Downloaded serde_json v1.0.87
1432024-04-28T21:13:17.655Z Downloaded serde_derive v1.0.147
1442024-04-28T21:13:17.655Z Downloaded serde v1.0.147
1452024-04-28T21:13:17.655Z Downloaded ryu v1.0.11
1462024-04-28T21:13:17.655Z Downloaded remove_dir_all v0.5.3
1472024-04-28T21:13:17.655Z Downloaded regex-syntax v0.6.28
1482024-04-28T21:13:17.680Z Downloaded regex v1.7.0
1492024-04-28T21:13:17.680Z Downloaded rand_core v0.6.4
1502024-04-28T21:13:17.680Z Downloaded rand_chacha v0.3.1
1512024-04-28T21:13:17.680Z Downloaded rand v0.8.5
1522024-04-28T21:13:17.680Z Downloaded radium v0.7.0
1532024-04-28T21:13:17.680Z Downloaded quote v1.0.21
1542024-04-28T21:13:17.680Z Downloaded proc-macro2 v1.0.47
1552024-04-28T21:13:17.680Z Downloaded proc-macro-error-attr v1.0.4
1562024-04-28T21:13:17.680Z Downloaded proc-macro-error v1.0.4
1572024-04-28T21:13:17.706Z Downloaded prettyplease v0.1.21
1582024-04-28T21:13:17.706Z Downloaded ppv-lite86 v0.2.17
1592024-04-28T21:13:17.706Z Downloaded pnet_transport v0.31.0
1602024-04-28T21:13:17.706Z Downloaded pnet_sys v0.31.0
1612024-04-28T21:13:17.706Z Downloaded pnet_packet v0.31.0
1622024-04-28T21:13:17.706Z Downloaded pnet_macros_support v0.31.0
1632024-04-28T21:13:17.706Z Downloaded pnet_macros v0.31.0
1642024-04-28T21:13:17.706Z Downloaded pnet_datalink v0.31.0
1652024-04-28T21:13:17.706Z Downloaded pnet_base v0.31.0
1662024-04-28T21:13:17.706Z Downloaded pnet v0.31.0
1672024-04-28T21:13:17.706Z Downloaded pest_meta v2.4.1
1682024-04-28T21:13:17.706Z Downloaded pest_generator v2.4.1
1692024-04-28T21:13:17.706Z Downloaded pest_derive v2.4.1
1702024-04-28T21:13:17.706Z Downloaded pest v2.4.1
1712024-04-28T21:13:17.731Z Downloaded os_str_bytes v6.3.1
1722024-04-28T21:13:17.731Z Downloaded once_cell v1.16.0
1732024-04-28T21:13:17.731Z Downloaded num_threads v0.1.6
1742024-04-28T21:13:17.731Z Downloaded num-traits v0.2.15
1752024-04-28T21:13:17.732Z Downloaded num-rational v0.4.1
1762024-04-28T21:13:17.732Z Downloaded num-iter v0.1.43
1772024-04-28T21:13:17.732Z Downloaded num-integer v0.1.45
1782024-04-28T21:13:17.732Z Downloaded num-complex v0.4.2
1792024-04-28T21:13:17.732Z Downloaded num-bigint v0.4.3
1802024-04-28T21:13:17.732Z Downloaded num v0.4.0
1812024-04-28T21:13:17.732Z Downloaded no-std-net v0.6.0
1822024-04-28T21:13:17.732Z Downloaded memchr v2.5.0
1832024-04-28T21:13:17.757Z Downloaded log v0.4.17
1842024-04-28T21:13:17.757Z Downloaded libc v0.2.137
1852024-04-28T21:13:17.782Z Downloaded lazy_static v1.4.0
1862024-04-28T21:13:17.782Z Downloaded itoa v1.0.4
1872024-04-28T21:13:17.782Z Downloaded ipnetwork v0.19.0
1882024-04-28T21:13:17.782Z Downloaded indexmap v1.9.1
1892024-04-28T21:13:17.783Z Downloaded heck v0.4.0
1902024-04-28T21:13:17.783Z Downloaded hashbrown v0.12.3
1912024-04-28T21:13:17.783Z Downloaded glob v0.3.0
1922024-04-28T21:13:17.783Z Downloaded getrandom v0.2.8
1932024-04-28T21:13:17.783Z Downloaded generic-array v0.14.6
1942024-04-28T21:13:17.783Z Downloaded funty v2.0.0
1952024-04-28T21:13:17.783Z Downloaded fastrand v1.8.0
1962024-04-28T21:13:17.808Z Downloaded dtrace-parser v0.1.14
1972024-04-28T21:13:17.808Z Downloaded dof v0.1.5
1982024-04-28T21:13:17.808Z Downloaded dirs-sys-next v0.1.2
1992024-04-28T21:13:17.808Z Downloaded dirs-next v2.0.0
2002024-04-28T21:13:17.808Z Downloaded digest v0.10.5
2012024-04-28T21:13:17.808Z Downloaded crypto-common v0.1.6
2022024-04-28T21:13:17.808Z Downloaded crossbeam-channel v0.5.6
2032024-04-28T21:13:17.808Z Downloaded cpufeatures v0.2.5
2042024-04-28T21:13:17.808Z Downloaded colored v2.0.0
2052024-04-28T21:13:17.808Z Downloaded clap v3.2.23
2062024-04-28T21:13:17.833Z Downloaded cfg-if v1.0.0
2072024-04-28T21:13:17.833Z Downloaded byteorder v1.4.3
2082024-04-28T21:13:17.833Z Downloaded autocfg v1.1.0
2092024-04-28T21:13:17.833Z Downloaded arc-swap v1.5.1
2102024-04-28T21:13:17.833Z Downloaded anyhow v1.0.66
2112024-04-28T21:13:17.833Z Downloaded clap_lex v0.2.4
2122024-04-28T21:13:17.833Z Downloaded clap_derive v3.2.18
2132024-04-28T21:13:17.833Z Downloaded block-buffer v0.10.3
2142024-04-28T21:13:17.833Z Downloaded bitvec v1.0.1
2152024-04-28T21:13:17.859Z Downloaded bitflags v1.3.2
2162024-04-28T21:13:17.859Z Downloaded atty v0.2.14
2172024-04-28T21:13:17.859Z Downloaded aho-corasick v0.7.19
2182024-04-28T21:13:17.933Z Compiling proc-macro2 v1.0.47
2192024-04-28T21:13:17.958Z Compiling quote v1.0.21
2202024-04-28T21:13:17.958Z Compiling syn v1.0.103
2212024-04-28T21:13:17.958Z Compiling unicode-ident v1.0.5
2222024-04-28T21:13:17.958Z Compiling libc v0.2.137
2232024-04-28T21:13:17.958Z Compiling autocfg v1.1.0
2242024-04-28T21:13:17.958Z Compiling serde_derive v1.0.147
2252024-04-28T21:13:17.958Z Compiling memchr v2.5.0
2262024-04-28T21:13:18.144Z Compiling serde v1.0.147
2272024-04-28T21:13:18.477Z Checking cfg-if v1.0.0
2282024-04-28T21:13:18.502Z Compiling version_check v0.9.4
2292024-04-28T21:13:18.527Z Compiling thiserror v1.0.37
2302024-04-28T21:13:18.607Z Compiling ucd-trie v0.1.5
2312024-04-28T21:13:18.678Z Compiling unicode-xid v0.2.4
2322024-04-28T21:13:18.806Z Compiling once_cell v1.16.0
2332024-04-28T21:13:19.003Z Compiling prettyplease v0.1.21
2342024-04-28T21:13:19.069Z Checking atty v0.2.14
2352024-04-28T21:13:19.095Z Checking lazy_static v1.4.0
2362024-04-28T21:13:19.160Z Compiling num-traits v0.2.15
2372024-04-28T21:13:19.325Z Compiling serde_json v1.0.87
2382024-04-28T21:13:19.541Z Checking regex-syntax v0.6.28
2392024-04-28T21:13:19.731Z Checking aho-corasick v0.7.19
2402024-04-28T21:13:19.823Z Compiling slog v2.7.0
2412024-04-28T21:13:20.275Z Checking colored v2.0.0
2422024-04-28T21:13:20.477Z Compiling usdt-impl v0.3.5
2432024-04-28T21:13:20.600Z Compiling num-integer v0.1.45
2442024-04-28T21:13:20.796Z Checking itoa v1.0.4
2452024-04-28T21:13:20.896Z Compiling byteorder v1.4.3
2462024-04-28T21:13:21.310Z Compiling crossbeam-utils v0.8.12
2472024-04-28T21:13:21.509Z Compiling ryu v1.0.11
2482024-04-28T21:13:21.627Z Checking dirs-sys-next v0.1.2
2492024-04-28T21:13:21.652Z Compiling thread-id v4.0.0
2502024-04-28T21:13:21.736Z Compiling num-bigint v0.4.3
2512024-04-28T21:13:21.780Z Compiling log v0.4.17
2522024-04-28T21:13:21.855Z Checking regex v1.7.0
2532024-04-28T21:13:21.916Z Compiling time-core v0.1.0
2542024-04-28T21:13:22.013Z Compiling time-macros v0.2.6
2552024-04-28T21:13:22.087Z Checking dirs-next v2.0.0
2562024-04-28T21:13:22.450Z Checking thread_local v1.1.4
2572024-04-28T21:13:22.659Z Compiling num-iter v0.1.43
2582024-04-28T21:13:22.741Z Compiling num-rational v0.4.1
2592024-04-28T21:13:22.996Z Checking arc-swap v1.5.1
2602024-04-28T21:13:23.047Z Checking num_threads v0.1.6
2612024-04-28T21:13:23.073Z Checking no-std-net v0.6.0
2622024-04-28T21:13:23.120Z Compiling slog-async v2.7.0
2632024-04-28T21:13:23.145Z Compiling radium v0.7.0
2642024-04-28T21:13:23.595Z Checking slog-scope v4.4.0
2652024-04-28T21:13:23.620Z Checking pnet_base v0.31.0
2662024-04-28T21:13:23.645Z Checking time v0.3.17
2672024-04-28T21:13:23.852Z Checking crossbeam-channel v0.5.6
2682024-04-28T21:13:23.880Z Checking term v0.7.0
2692024-04-28T21:13:24.089Z Compiling fastrand v1.8.0
2702024-04-28T21:13:24.210Z Checking take_mut v0.2.2
2712024-04-28T21:13:24.235Z Checking tap v1.0.1
2722024-04-28T21:13:24.235Z Compiling remove_dir_all v0.5.3
2732024-04-28T21:13:24.329Z Compiling synstructure v0.12.6
2742024-04-28T21:13:24.394Z Checking wyz v0.5.0
2752024-04-28T21:13:24.448Z Compiling tempfile v3.3.0
2762024-04-28T21:13:24.724Z Checking slog-stdlog v4.1.1
2772024-04-28T21:13:24.752Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2782024-04-28T21:13:24.856Z Checking slog-term v2.9.0
2792024-04-28T21:13:24.977Z Compiling proc-macro-error-attr v1.0.4
2802024-04-28T21:13:25.236Z Checking funty v2.0.0
2812024-04-28T21:13:25.262Z Compiling anyhow v1.0.66
2822024-04-28T21:13:25.332Z Checking slog-envlogger v2.2.0
2832024-04-28T21:13:25.492Z Checking pnet_macros_support v0.31.0
2842024-04-28T21:13:25.549Z Compiling proc-macro-error v1.0.4
2852024-04-28T21:13:25.628Z Checking getrandom v0.2.8
2862024-04-28T21:13:25.808Z Checking pnet_sys v0.31.0
2872024-04-28T21:13:25.965Z Checking rand_core v0.6.4
2882024-04-28T21:13:26.008Z Checking bitvec v1.0.1
2892024-04-28T21:13:26.202Z Compiling indexmap v1.9.1
2902024-04-28T21:13:26.314Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2912024-04-28T21:13:26.479Z Checking ppv-lite86 v0.2.17
2922024-04-28T21:13:26.637Z Compiling pnet v0.31.0
2932024-04-28T21:13:27.008Z Checking rand_chacha v0.3.1
2942024-04-28T21:13:27.179Z Checking hashbrown v0.12.3
2952024-04-28T21:13:27.282Z Checking os_str_bytes v6.3.1
2962024-04-28T21:13:27.465Z Compiling heck v0.4.0
2972024-04-28T21:13:27.546Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
2982024-04-28T21:13:27.773Z Checking clap_lex v0.2.4
2992024-04-28T21:13:27.799Z Checking rand v0.8.5
3002024-04-28T21:13:27.964Z Checking textwrap v0.16.0
3012024-04-28T21:13:28.210Z Checking strsim v0.10.0
3022024-04-28T21:13:28.378Z Checking termcolor v1.1.3
3032024-04-28T21:13:28.405Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3042024-04-28T21:13:28.544Z Checking bitflags v1.3.2
3052024-04-28T21:13:28.619Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3062024-04-28T21:13:28.746Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3072024-04-28T21:13:28.771Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3082024-04-28T21:13:28.959Z Compiling thiserror-impl v1.0.37
3092024-04-28T21:13:28.959Z Compiling zerocopy-derive v0.2.0
3102024-04-28T21:13:28.959Z Compiling pnet_macros v0.31.0
3112024-04-28T21:13:28.960Z Compiling clap_derive v3.2.18
3122024-04-28T21:13:30.350Z Compiling zerocopy v0.3.0
3132024-04-28T21:13:30.596Z Checking pnet_packet v0.31.0
3142024-04-28T21:13:30.936Z Compiling pest v2.4.1
3152024-04-28T21:13:30.968Z Compiling dof v0.1.5
3162024-04-28T21:13:31.734Z Checking clap v3.2.23
3172024-04-28T21:13:31.976Z Compiling pest_meta v2.4.1
3182024-04-28T21:13:32.714Z Compiling pest_generator v2.4.1
3192024-04-28T21:13:33.568Z Checking pnet_transport v0.31.0
3202024-04-28T21:13:33.773Z Compiling pest_derive v2.4.1
3212024-04-28T21:13:34.176Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3222024-04-28T21:13:34.430Z Compiling dtrace-parser v0.1.14
3232024-04-28T21:13:37.086Z Checking num-complex v0.4.2
3242024-04-28T21:13:37.086Z Checking ipnetwork v0.19.0
3252024-04-28T21:13:37.086Z Checking serde_tokenstream v0.1.3
3262024-04-28T21:13:37.360Z Checking pnet_datalink v0.31.0
3272024-04-28T21:13:37.385Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3282024-04-28T21:13:39.181Z Checking num v0.4.0
3292024-04-28T21:13:39.617Z Compiling usdt-attr-macro v0.3.5
3302024-04-28T21:13:39.618Z Compiling usdt-macro v0.3.5
3312024-04-28T21:13:40.565Z Checking usdt v0.3.5
3322024-04-28T21:13:40.702Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3332024-04-28T21:13:41.229Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3342024-04-28T21:13:42.740Z Finished dev [unoptimized + debuginfo] target(s) in 27.16s
3352024-04-28T21:13:42.808Z+ cargo clippy --all-targets -- --deny warnings
3362024-04-28T21:13:43.079Z Downloading crates ...
3372024-04-28T21:13:43.147Z Downloaded libloading v0.7.4
3382024-04-28T21:13:43.211Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3392024-04-28T21:13:43.236Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3402024-04-28T21:13:43.236Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3412024-04-28T21:13:43.236Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3422024-04-28T21:13:43.236Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3432024-04-28T21:13:43.236Z Checking libloading v0.7.4
3442024-04-28T21:13:43.564Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3452024-04-28T21:13:45.235Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3462024-04-28T21:13:47.243Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3472024-04-28T21:13:47.268Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3482024-04-28T21:13:49.087Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3492024-04-28T21:13:58.133Z Finished dev [unoptimized + debuginfo] target(s) in 15.17s
3502024-04-28T21:13:58.165Z+ banner build
3512024-04-28T21:13:58.190Z
3522024-04-28T21:13:58.190Z ##### # # # # #####
3532024-04-28T21:13:58.190Z # # # # # # # #
3542024-04-28T21:13:58.190Z ##### # # # # # #
3552024-04-28T21:13:58.190Z # # # # # # # #
3562024-04-28T21:13:58.190Z # # # # # # # #
3572024-04-28T21:13:58.190Z ##### #### # ###### #####
3582024-04-28T21:13:58.190Z
3592024-04-28T21:13:58.190Z+ ptime -m cargo build
3602024-04-28T21:13:58.429Z Compiling unicode-ident v1.0.5
3612024-04-28T21:13:58.429Z Compiling cfg-if v1.0.0
3622024-04-28T21:13:58.454Z Compiling libc v0.2.137
3632024-04-28T21:13:58.454Z Compiling once_cell v1.16.0
3642024-04-28T21:13:58.454Z Compiling regex-syntax v0.6.28
3652024-04-28T21:13:58.454Z Compiling lazy_static v1.4.0
3662024-04-28T21:13:58.454Z Compiling memchr v2.5.0
3672024-04-28T21:13:58.454Z Compiling ucd-trie v0.1.5
3682024-04-28T21:13:58.504Z Compiling itoa v1.0.4
3692024-04-28T21:13:58.546Z Compiling proc-macro2 v1.0.47
3702024-04-28T21:13:58.588Z Compiling byteorder v1.4.3
3712024-04-28T21:13:58.667Z Compiling num-traits v0.2.15
3722024-04-28T21:13:58.774Z Compiling ryu v1.0.11
3732024-04-28T21:13:58.961Z Compiling atty v0.2.14
3742024-04-28T21:13:58.986Z Compiling thread-id v4.0.0
3752024-04-28T21:13:59.042Z Compiling aho-corasick v0.7.19
3762024-04-28T21:13:59.067Z Compiling colored v2.0.0
3772024-04-28T21:13:59.067Z Compiling slog v2.7.0
3782024-04-28T21:13:59.067Z Compiling fastrand v1.8.0
3792024-04-28T21:13:59.544Z Compiling quote v1.0.21
3802024-04-28T21:13:59.569Z Compiling remove_dir_all v0.5.3
3812024-04-28T21:13:59.641Z Compiling tempfile v3.3.0
3822024-04-28T21:13:59.666Z Compiling dirs-sys-next v0.1.2
3832024-04-28T21:13:59.692Z Compiling time-core v0.1.0
3842024-04-28T21:13:59.780Z Compiling time-macros v0.2.6
3852024-04-28T21:14:00.079Z Compiling syn v1.0.103
3862024-04-28T21:14:00.191Z Compiling num-integer v0.1.45
3872024-04-28T21:14:00.262Z Compiling dirs-next v2.0.0
3882024-04-28T21:14:00.295Z Compiling crossbeam-utils v0.8.12
3892024-04-28T21:14:00.414Z Compiling thread_local v1.1.4
3902024-04-28T21:14:00.834Z Compiling regex v1.7.0
3912024-04-28T21:14:00.896Z Compiling no-std-net v0.6.0
3922024-04-28T21:14:00.985Z Compiling arc-swap v1.5.1
3932024-04-28T21:14:01.269Z Compiling num_threads v0.1.6
3942024-04-28T21:14:01.369Z Compiling time v0.3.17
3952024-04-28T21:14:01.394Z Compiling slog-scope v4.4.0
3962024-04-28T21:14:01.446Z Compiling pnet_base v0.31.0
3972024-04-28T21:14:01.616Z Compiling crossbeam-channel v0.5.6
3982024-04-28T21:14:01.691Z Compiling term v0.7.0
3992024-04-28T21:14:01.951Z Compiling log v0.4.17
4002024-04-28T21:14:02.399Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4012024-04-28T21:14:02.608Z Compiling take_mut v0.2.2
4022024-04-28T21:14:02.734Z Compiling tap v1.0.1
4032024-04-28T21:14:02.869Z Compiling wyz v0.5.0
4042024-04-28T21:14:03.193Z Compiling slog-async v2.7.0
4052024-04-28T21:14:03.257Z Compiling slog-term v2.9.0
4062024-04-28T21:14:03.703Z Compiling slog-stdlog v4.1.1
4072024-04-28T21:14:03.767Z Compiling num-iter v0.1.43
4082024-04-28T21:14:03.907Z Compiling radium v0.7.0
4092024-04-28T21:14:04.022Z Compiling funty v2.0.0
4102024-04-28T21:14:04.212Z Compiling slog-envlogger v2.2.0
4112024-04-28T21:14:04.258Z Compiling pnet_macros_support v0.31.0
4122024-04-28T21:14:04.286Z Compiling pnet_sys v0.31.0
4132024-04-28T21:14:04.455Z Compiling getrandom v0.2.8
4142024-04-28T21:14:04.593Z Compiling proc-macro-error-attr v1.0.4
4152024-04-28T21:14:04.774Z Compiling rand_core v0.6.4
4162024-04-28T21:14:04.902Z Compiling synstructure v0.12.6
4172024-04-28T21:14:05.132Z Compiling prettyplease v0.1.21
4182024-04-28T21:14:05.286Z Compiling bitvec v1.0.1
4192024-04-28T21:14:05.640Z Compiling anyhow v1.0.66
4202024-04-28T21:14:06.058Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4212024-04-28T21:14:06.247Z Compiling ppv-lite86 v0.2.17
4222024-04-28T21:14:06.567Z Compiling proc-macro-error v1.0.4
4232024-04-28T21:14:06.812Z Compiling rand_chacha v0.3.1
4242024-04-28T21:14:06.847Z Compiling os_str_bytes v6.3.1
4252024-04-28T21:14:07.008Z Compiling hashbrown v0.12.3
4262024-04-28T21:14:07.272Z Compiling clap_lex v0.2.4
4272024-04-28T21:14:07.744Z Compiling rand v0.8.5
4282024-04-28T21:14:07.779Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4292024-04-28T21:14:07.857Z Compiling indexmap v1.9.1
4302024-04-28T21:14:07.981Z Compiling strsim v0.10.0
4312024-04-28T21:14:08.378Z Compiling bitflags v1.3.2
4322024-04-28T21:14:08.458Z Compiling termcolor v1.1.3
4332024-04-28T21:14:08.551Z Compiling textwrap v0.16.0
4342024-04-28T21:14:08.976Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4352024-04-28T21:14:09.371Z Compiling serde_derive v1.0.147
4362024-04-28T21:14:09.371Z Compiling thiserror-impl v1.0.37
4372024-04-28T21:14:09.371Z Compiling zerocopy-derive v0.2.0
4382024-04-28T21:14:09.396Z Compiling pnet_macros v0.31.0
4392024-04-28T21:14:09.448Z Compiling clap_derive v3.2.18
4402024-04-28T21:14:10.843Z Compiling zerocopy v0.3.0
4412024-04-28T21:14:11.317Z Compiling pnet_packet v0.31.0
4422024-04-28T21:14:11.477Z Compiling thiserror v1.0.37
4432024-04-28T21:14:11.556Z Compiling pest v2.4.1
4442024-04-28T21:14:11.581Z Compiling dof v0.1.5
4452024-04-28T21:14:12.088Z Compiling clap v3.2.23
4462024-04-28T21:14:12.616Z Compiling pest_meta v2.4.1
4472024-04-28T21:14:13.384Z Compiling pest_generator v2.4.1
4482024-04-28T21:14:13.617Z Compiling serde v1.0.147
4492024-04-28T21:14:14.413Z Compiling pest_derive v2.4.1
4502024-04-28T21:14:14.447Z Compiling pnet_transport v0.31.0
4512024-04-28T21:14:14.981Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4522024-04-28T21:14:15.098Z Compiling dtrace-parser v0.1.14
4532024-04-28T21:14:17.723Z Compiling serde_json v1.0.87
4542024-04-28T21:14:17.723Z Compiling serde_tokenstream v0.1.3
4552024-04-28T21:14:17.748Z Compiling num-bigint v0.4.3
4562024-04-28T21:14:17.748Z Compiling num-complex v0.4.2
4572024-04-28T21:14:17.748Z Compiling ipnetwork v0.19.0
4582024-04-28T21:14:17.974Z Compiling pnet_datalink v0.31.0
4592024-04-28T21:14:18.077Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4602024-04-28T21:14:18.301Z Compiling pnet v0.31.0
4612024-04-28T21:14:18.968Z Compiling usdt-impl v0.3.5
4622024-04-28T21:14:19.596Z Compiling num-rational v0.4.1
4632024-04-28T21:14:20.190Z Compiling num v0.4.0
4642024-04-28T21:14:20.426Z Compiling usdt-attr-macro v0.3.5
4652024-04-28T21:14:20.426Z Compiling usdt-macro v0.3.5
4662024-04-28T21:14:21.563Z Compiling usdt v0.3.5
4672024-04-28T21:14:21.690Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4682024-04-28T21:14:22.335Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4692024-04-28T21:14:22.850Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4702024-04-28T21:14:22.850Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4712024-04-28T21:14:22.875Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4722024-04-28T21:14:28.376Z Finished dev [unoptimized + debuginfo] target(s) in 30.14s
4732024-04-28T21:14:28.401Z
4742024-04-28T21:14:28.401Zreal 30.217223842
4752024-04-28T21:14:28.401Zuser 2:27.297609076
4762024-04-28T21:14:28.401Zsys 35.100017954
4772024-04-28T21:14:28.401Ztrap 0.077907803
4782024-04-28T21:14:28.401Ztflt 0.161575897
4792024-04-28T21:14:28.401Zdflt 0.883677116
4802024-04-28T21:14:28.401Zkflt 0.000103025
4812024-04-28T21:14:28.401Zlock 4:32.020370495
4822024-04-28T21:14:28.401Zslp 6:41.492011895
4832024-04-28T21:14:28.401Zlat 6.087987333
4842024-04-28T21:14:28.401Zstop 3.177362305
4852024-04-28T21:14:28.401Z+ ptime -m cargo build --release
4862024-04-28T21:14:28.568Z Compiling proc-macro2 v1.0.47
4872024-04-28T21:14:28.568Z Compiling quote v1.0.21
4882024-04-28T21:14:28.592Z Compiling unicode-ident v1.0.5
4892024-04-28T21:14:28.592Z Compiling syn v1.0.103
4902024-04-28T21:14:28.592Z Compiling libc v0.2.137
4912024-04-28T21:14:28.592Z Compiling autocfg v1.1.0
4922024-04-28T21:14:28.592Z Compiling serde_derive v1.0.147
4932024-04-28T21:14:28.592Z Compiling serde v1.0.147
4942024-04-28T21:14:28.718Z Compiling memchr v2.5.0
4952024-04-28T21:14:29.033Z Compiling thiserror v1.0.37
4962024-04-28T21:14:29.057Z Compiling version_check v0.9.4
4972024-04-28T21:14:29.057Z Compiling cfg-if v1.0.0
4982024-04-28T21:14:29.152Z Compiling ucd-trie v0.1.5
4992024-04-28T21:14:29.185Z Compiling unicode-xid v0.2.4
5002024-04-28T21:14:29.210Z Compiling once_cell v1.16.0
5012024-04-28T21:14:29.670Z Compiling prettyplease v0.1.21
5022024-04-28T21:14:29.695Z Compiling serde_json v1.0.87
5032024-04-28T21:14:29.764Z Compiling atty v0.2.14
5042024-04-28T21:14:29.791Z Compiling num-traits v0.2.15
5052024-04-28T21:14:29.983Z Compiling lazy_static v1.4.0
5062024-04-28T21:14:30.086Z Compiling aho-corasick v0.7.19
5072024-04-28T21:14:30.110Z Compiling regex-syntax v0.6.28
5082024-04-28T21:14:30.395Z Compiling usdt-impl v0.3.5
5092024-04-28T21:14:30.716Z Compiling slog v2.7.0
5102024-04-28T21:14:32.452Z Compiling num-integer v0.1.45
5112024-04-28T21:14:32.558Z Compiling itoa v1.0.4
5122024-04-28T21:14:32.709Z Compiling regex v1.7.0
5132024-04-28T21:14:32.801Z Compiling byteorder v1.4.3
5142024-04-28T21:14:34.029Z Compiling ryu v1.0.11
5152024-04-28T21:14:34.235Z Compiling crossbeam-utils v0.8.12
5162024-04-28T21:14:34.527Z Compiling colored v2.0.0
5172024-04-28T21:14:34.633Z Compiling thread-id v4.0.0
5182024-04-28T21:14:34.816Z Compiling dirs-sys-next v0.1.2
5192024-04-28T21:14:35.187Z Compiling synstructure v0.12.6
5202024-04-28T21:14:35.806Z Compiling num-bigint v0.4.3
5212024-04-28T21:14:36.223Z Compiling log v0.4.17
5222024-04-28T21:14:36.329Z Compiling time-core v0.1.0
5232024-04-28T21:14:36.556Z Compiling time-macros v0.2.6
5242024-04-28T21:14:37.088Z Compiling dirs-next v2.0.0
5252024-04-28T21:14:37.175Z Compiling thread_local v1.1.4
5262024-04-28T21:14:37.356Z Compiling num-iter v0.1.43
5272024-04-28T21:14:37.638Z Compiling num-rational v0.4.1
5282024-04-28T21:14:37.922Z Compiling remove_dir_all v0.5.3
5292024-04-28T21:14:37.996Z Compiling num_threads v0.1.6
5302024-04-28T21:14:38.060Z Compiling arc-swap v1.5.1
5312024-04-28T21:14:38.197Z Compiling no-std-net v0.6.0
5322024-04-28T21:14:38.224Z Compiling slog-async v2.7.0
5332024-04-28T21:14:38.281Z Compiling radium v0.7.0
5342024-04-28T21:14:38.649Z Compiling fastrand v1.8.0
5352024-04-28T21:14:38.690Z Compiling slog-scope v4.4.0
5362024-04-28T21:14:38.714Z Compiling pnet_base v0.31.0
5372024-04-28T21:14:38.738Z Compiling time v0.3.17
5382024-04-28T21:14:38.962Z Compiling tempfile v3.3.0
5392024-04-28T21:14:39.217Z Compiling crossbeam-channel v0.5.6
5402024-04-28T21:14:39.602Z Compiling thiserror-impl v1.0.37
5412024-04-28T21:14:40.641Z Compiling zerocopy-derive v0.2.0
5422024-04-28T21:14:40.793Z Compiling term v0.7.0
5432024-04-28T21:14:41.924Z Compiling pest v2.4.1
5442024-04-28T21:14:42.074Z Compiling zerocopy v0.3.0
5452024-04-28T21:14:42.728Z Compiling dof v0.1.5
5462024-04-28T21:14:43.193Z Compiling pest_meta v2.4.1
5472024-04-28T21:14:44.441Z Compiling pest_generator v2.4.1
5482024-04-28T21:14:45.010Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5492024-04-28T21:14:45.783Z Compiling pest_derive v2.4.1
5502024-04-28T21:14:46.038Z Compiling take_mut v0.2.2
5512024-04-28T21:14:46.111Z Compiling tap v1.0.1
5522024-04-28T21:14:46.254Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5532024-04-28T21:14:46.491Z Compiling dtrace-parser v0.1.14
5542024-04-28T21:14:47.671Z Compiling wyz v0.5.0
5552024-04-28T21:14:48.025Z Compiling slog-stdlog v4.1.1
5562024-04-28T21:14:48.323Z Compiling slog-term v2.9.0
5572024-04-28T21:14:48.883Z Compiling proc-macro-error-attr v1.0.4
5582024-04-28T21:14:49.169Z Compiling funty v2.0.0
5592024-04-28T21:14:49.202Z Compiling anyhow v1.0.66
5602024-04-28T21:14:49.893Z Compiling serde_tokenstream v0.1.3
5612024-04-28T21:14:50.535Z Compiling num-complex v0.4.2
5622024-04-28T21:14:51.581Z Compiling bitvec v1.0.1
5632024-04-28T21:14:51.752Z Compiling slog-envlogger v2.2.0
5642024-04-28T21:14:52.272Z Compiling usdt-attr-macro v0.3.5
5652024-04-28T21:14:53.871Z Compiling usdt-macro v0.3.5
5662024-04-28T21:14:54.836Z Compiling usdt v0.3.5
5672024-04-28T21:14:55.051Z Compiling num v0.4.0
5682024-04-28T21:14:55.141Z Compiling pnet_macros v0.31.0
5692024-04-28T21:14:55.259Z Compiling pnet_macros_support v0.31.0
5702024-04-28T21:14:55.329Z Compiling proc-macro-error v1.0.4
5712024-04-28T21:14:55.396Z Compiling pnet_sys v0.31.0
5722024-04-28T21:14:55.422Z Compiling getrandom v0.2.8
5732024-04-28T21:14:55.706Z Compiling rand_core v0.6.4
5742024-04-28T21:14:55.735Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5752024-04-28T21:14:55.910Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5762024-04-28T21:14:56.416Z Compiling ipnetwork v0.19.0
5772024-04-28T21:14:56.857Z Compiling pnet_packet v0.31.0
5782024-04-28T21:14:56.882Z Compiling indexmap v1.9.1
5792024-04-28T21:14:57.043Z Compiling pnet v0.31.0
5802024-04-28T21:14:57.179Z Compiling ppv-lite86 v0.2.17
5812024-04-28T21:14:57.248Z Compiling pnet_datalink v0.31.0
5822024-04-28T21:14:57.742Z Compiling heck v0.4.0
5832024-04-28T21:14:57.809Z Compiling rand_chacha v0.3.1
5842024-04-28T21:14:57.895Z Compiling hashbrown v0.12.3
5852024-04-28T21:14:58.047Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5862024-04-28T21:14:58.073Z Compiling os_str_bytes v6.3.1
5872024-04-28T21:14:58.357Z Compiling clap_lex v0.2.4
5882024-04-28T21:14:58.505Z Compiling rand v0.8.5
5892024-04-28T21:14:59.020Z Compiling clap_derive v3.2.18
5902024-04-28T21:15:00.320Z Compiling pnet_transport v0.31.0
5912024-04-28T21:15:00.401Z Compiling bitflags v1.3.2
5922024-04-28T21:15:00.457Z Compiling termcolor v1.1.3
5932024-04-28T21:15:00.482Z Compiling textwrap v0.16.0
5942024-04-28T21:15:00.965Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5952024-04-28T21:15:01.222Z Compiling strsim v0.10.0
5962024-04-28T21:15:01.254Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5972024-04-28T21:15:02.298Z Compiling clap v3.2.23
5982024-04-28T21:15:02.559Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5992024-04-28T21:15:02.865Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6002024-04-28T21:15:09.276Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6012024-04-28T21:15:09.795Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6022024-04-28T21:15:30.034Z Finished release [optimized] target(s) in 1m 01s
6032024-04-28T21:15:30.058Z
6042024-04-28T21:15:30.058Zreal 1:01.651758185
6052024-04-28T21:15:30.058Zuser 5:52.634980142
6062024-04-28T21:15:30.058Zsys 37.827615231
6072024-04-28T21:15:30.059Ztrap 0.187709595
6082024-04-28T21:15:30.059Ztflt 0.238927997
6092024-04-28T21:15:30.059Zdflt 0.145732949
6102024-04-28T21:15:30.059Zkflt 0.000033467
6112024-04-28T21:15:30.059Zlock 14:01.332626207
6122024-04-28T21:15:30.059Zslp 16:48.140013590
6132024-04-28T21:15:30.059Zlat 17.068120724
6142024-04-28T21:15:30.059Zstop 6.403164067
6152024-04-28T21:15:30.059Z+ for x in debug release
6162024-04-28T21:15:30.059Z+ mkdir -p /work/debug
6172024-04-28T21:15:30.059Z+ cp target/debug/x4c /work/debug/
6182024-04-28T21:15:30.090Z+ cp target/debug/libsidecar_lite.so /work/debug/
6192024-04-28T21:15:30.122Z+ for x in debug release
6202024-04-28T21:15:30.122Z+ mkdir -p /work/release
6212024-04-28T21:15:30.147Z+ cp target/release/x4c /work/release/
6222024-04-28T21:15:30.147Z+ cp target/release/libsidecar_lite.so /work/release/
6232024-04-28T21:15:30.172Z+ banner test
6242024-04-28T21:15:30.172Z
6252024-04-28T21:15:30.172Z ##### ###### #### #####
6262024-04-28T21:15:30.172Z # # # #
6272024-04-28T21:15:30.172Z # ##### #### #
6282024-04-28T21:15:30.172Z # # # #
6292024-04-28T21:15:30.172Z # # # # #
6302024-04-28T21:15:30.172Z # ###### #### #
6312024-04-28T21:15:30.172Z
6322024-04-28T21:15:30.172Z+ cargo test
6332024-04-28T21:15:30.307Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6342024-04-28T21:15:30.332Z Compiling libloading v0.7.4
6352024-04-28T21:15:30.332Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6362024-04-28T21:15:30.332Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6372024-04-28T21:15:30.332Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6382024-04-28T21:15:30.332Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6392024-04-28T21:15:30.669Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6402024-04-28T21:15:31.721Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6412024-04-28T21:15:31.721Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6422024-04-28T21:15:31.721Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6432024-04-28T21:15:32.287Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6442024-04-28T21:15:42.763Z Finished test [unoptimized + debuginfo] target(s) in 12.55s
6452024-04-28T21:15:42.788Z Running unittests src/lib.rs (target/debug/deps/p4-a0ac19085c623cf7)
6462024-04-28T21:15:42.788Z
6472024-04-28T21:15:42.788Zrunning 0 tests
6482024-04-28T21:15:42.788Z
6492024-04-28T21:15:42.788Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6502024-04-28T21:15:42.788Z
6512024-04-28T21:15:42.788Z Running unittests src/lib.rs (target/debug/deps/p4_macro-727957f02261fe1f)
6522024-04-28T21:15:42.788Z
6532024-04-28T21:15:42.788Zrunning 0 tests
6542024-04-28T21:15:42.788Z
6552024-04-28T21:15:42.788Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6562024-04-28T21:15:42.788Z
6572024-04-28T21:15:42.789Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-2bc6dfec1624254e)
6582024-04-28T21:15:42.813Z
6592024-04-28T21:15:42.814Zrunning 0 tests
6602024-04-28T21:15:42.814Z
6612024-04-28T21:15:42.814Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6622024-04-28T21:15:42.814Z
6632024-04-28T21:15:42.814Z Running unittests src/lib.rs (target/debug/deps/p4_rust-e044143b9bcde621)
6642024-04-28T21:15:42.814Z
6652024-04-28T21:15:42.814Zrunning 0 tests
6662024-04-28T21:15:42.814Z
6672024-04-28T21:15:42.814Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6682024-04-28T21:15:42.814Z
6692024-04-28T21:15:42.814Z Running unittests src/lib.rs (target/debug/deps/p4rs-728ad2e84da3ac33)
6702024-04-28T21:15:42.814Z
6712024-04-28T21:15:42.814Zrunning 11 tests
6722024-04-28T21:15:42.814Ztest bitmath::tests::bitmath_add_cascade ... ok
6732024-04-28T21:15:42.814Ztest bitmath::tests::bitmath_add ... ok
6742024-04-28T21:15:42.814Ztest bitmath::tests::bitmath_add_nest ... ok
6752024-04-28T21:15:42.814Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6762024-04-28T21:15:42.814Ztest bitmath::tests::bitmath_mod ... ok
6772024-04-28T21:15:42.814Ztest checksum::tests::udp_checksum ... ok
6782024-04-28T21:15:42.814Ztest table::tests::match_lpm_ternary_1 ... ok
6792024-04-28T21:15:42.814Ztest table::tests::match_lpm_1 ... ok
6802024-04-28T21:15:42.814Ztest table::tests::match_ternary_1 ... ok
6812024-04-28T21:15:42.814Ztest table::tests::match_lpm_ternary_range ... ok
6822024-04-28T21:15:42.815Ztest table::tests::match_with_action ... ok
6832024-04-28T21:15:42.815Z
6842024-04-28T21:15:42.815Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6852024-04-28T21:15:42.815Z
6862024-04-28T21:15:42.815Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-7753271dead79385)
6872024-04-28T21:15:42.839Z
6882024-04-28T21:15:42.839Zrunning 0 tests
6892024-04-28T21:15:42.840Z
6902024-04-28T21:15:42.840Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6912024-04-28T21:15:42.840Z
6922024-04-28T21:15:42.840Z Running unittests src/lib.rs (target/debug/deps/tests-b0dee0ac6b4677c3)
6932024-04-28T21:15:42.840Z
6942024-04-28T21:15:42.840Zrunning 12 tests
6952024-04-28T21:15:42.840Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6962024-04-28T21:15:42.840Ztest headers::ipv6_header_read_write ... ok
6972024-04-28T21:15:42.840Ztest dload::pipeline_create ... ok
6982024-04-28T21:15:42.865Ztest dload::dynamic_load ... ok
6992024-04-28T21:15:42.865Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
7002024-04-28T21:15:42.865Ztest dynamic_router::dynamic_router2 ... ok
7012024-04-28T21:15:42.865Ztest disag_router::disag_router ... ok
7022024-04-28T21:15:42.865Ztest mac_rewrite::mac_rewrite2 ... ok
7032024-04-28T21:15:42.865Ztest decap::geneve_decap ... ok
7042024-04-28T21:15:42.865Ztest hub::hub2 ... ok
7052024-04-28T21:15:42.865Ztest basic_router::basic_router2 ... ok
7062024-04-28T21:15:42.865Ztest range::range ... ok
7072024-04-28T21:15:42.865Z
7082024-04-28T21:15:42.865Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
7092024-04-28T21:15:42.865Z
7102024-04-28T21:15:42.890Z Running unittests src/lib.rs (target/debug/deps/x4c-583782ab0c20b403)
7112024-04-28T21:15:42.890Z
7122024-04-28T21:15:42.890Zrunning 0 tests
7132024-04-28T21:15:42.890Z
7142024-04-28T21:15:42.890Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7152024-04-28T21:15:42.890Z
7162024-04-28T21:15:42.890Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-f9c302705bb2a2da)
7172024-04-28T21:15:42.890Z
7182024-04-28T21:15:42.890Zrunning 0 tests
7192024-04-28T21:15:42.890Z
7202024-04-28T21:15:42.890Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7212024-04-28T21:15:42.890Z
7222024-04-28T21:15:42.890Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-8dee9185228eb8dc)
7232024-04-28T21:15:42.890Z
7242024-04-28T21:15:42.890Zrunning 0 tests
7252024-04-28T21:15:42.890Z
7262024-04-28T21:15:42.890Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7272024-04-28T21:15:42.891Z
7282024-04-28T21:15:42.891Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-9eccdbd5011d53b4)
7292024-04-28T21:15:42.915Z
7302024-04-28T21:15:42.915Zrunning 0 tests
7312024-04-28T21:15:42.915Z
7322024-04-28T21:15:42.915Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7332024-04-28T21:15:42.915Z
7342024-04-28T21:15:42.915Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-2824bbc18b6cdb9d)
7352024-04-28T21:15:42.916Z
7362024-04-28T21:15:42.916Zrunning 0 tests
7372024-04-28T21:15:42.916Z
7382024-04-28T21:15:42.916Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7392024-04-28T21:15:42.916Z
7402024-04-28T21:15:42.916Z Doc-tests p4
7412024-04-28T21:15:43.086Z
7422024-04-28T21:15:43.086Zrunning 0 tests
7432024-04-28T21:15:43.086Z
7442024-04-28T21:15:43.110Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7452024-04-28T21:15:43.111Z
7462024-04-28T21:15:43.111Z Doc-tests p4-macro
7472024-04-28T21:15:43.169Z
7482024-04-28T21:15:43.169Zrunning 2 tests
7492024-04-28T21:15:43.194Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7502024-04-28T21:15:43.194Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7512024-04-28T21:15:43.194Z
7522024-04-28T21:15:43.194Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7532024-04-28T21:15:43.194Z
7542024-04-28T21:15:43.194Z Doc-tests p4-rust
7552024-04-28T21:15:43.490Z
7562024-04-28T21:15:43.490Zrunning 0 tests
7572024-04-28T21:15:43.490Z
7582024-04-28T21:15:43.490Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7592024-04-28T21:15:43.490Z
7602024-04-28T21:15:43.515Z Doc-tests p4rs
7612024-04-28T21:15:43.658Z
7622024-04-28T21:15:43.658Zrunning 1 test
7632024-04-28T21:15:44.667Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7642024-04-28T21:15:44.667Z
7652024-04-28T21:15:44.668Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.01s
7662024-04-28T21:15:44.668Z
7672024-04-28T21:15:44.692Z Doc-tests tests
7682024-04-28T21:15:44.791Z
7692024-04-28T21:15:44.791Zrunning 0 tests
7702024-04-28T21:15:44.791Z
7712024-04-28T21:15:44.791Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7722024-04-28T21:15:44.791Z
7732024-04-28T21:15:44.816Z Doc-tests x4c
7742024-04-28T21:15:44.883Z
7752024-04-28T21:15:44.883Zrunning 0 tests
7762024-04-28T21:15:44.884Z
7772024-04-28T21:15:44.884Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7782024-04-28T21:15:44.884Z
7792024-04-28T21:15:44.908Z Doc-tests x4c_error_codes
7802024-04-28T21:15:44.941Z
7812024-04-28T21:15:44.941Zrunning 0 tests
7822024-04-28T21:15:44.941Z
7832024-04-28T21:15:44.941Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7842024-04-28T21:15:44.941Z
7852024-04-28T21:15:44.966Z+ pushd test
7862024-04-28T21:15:44.966Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7872024-04-28T21:15:44.966Z+ banner 'mac rewr'
7882024-04-28T21:15:44.966Z
7892024-04-28T21:15:44.967Z # # ## #### ##### ###### # # #####
7902024-04-28T21:15:44.967Z ## ## # # # # # # # # # # #
7912024-04-28T21:15:44.967Z # ## # # # # # # ##### # # # #
7922024-04-28T21:15:44.967Z # # ###### # ##### # # ## # #####
7932024-04-28T21:15:44.967Z # # # # # # # # # ## ## # #
7942024-04-28T21:15:44.967Z # # # # #### # # ###### # # # #
7952024-04-28T21:15:44.967Z
7962024-04-28T21:15:44.967Z+ RUST_BACKTRACE=1
7972024-04-28T21:15:44.967Z+ cargo test mac_rewrite -- --nocapture
7982024-04-28T21:15:45.164Z Compiling prettyplease v0.1.21
7992024-04-28T21:15:45.189Z Compiling tempfile v3.3.0
8002024-04-28T21:15:45.189Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
8012024-04-28T21:15:46.578Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
8022024-04-28T21:15:48.387Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
8032024-04-28T21:15:49.454Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8042024-04-28T21:16:00.052Z Finished test [unoptimized + debuginfo] target(s) in 15.02s
8052024-04-28T21:16:00.077Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-dabaf22a6a82b6a2)
8062024-04-28T21:16:00.077Z
8072024-04-28T21:16:00.077Zrunning 1 test
8082024-04-28T21:16:00.102Z[phy2] do you know the muffin man?
8092024-04-28T21:16:00.102Z[cpu] the muffin man?
8102024-04-28T21:16:00.102Z[cpu] the muffin man!
8112024-04-28T21:16:00.102Z[cpu] why yes
8122024-04-28T21:16:00.102Z[phy1] i know the muffin man
8132024-04-28T21:16:00.102Z[phy3] the muffin man is me!!!
8142024-04-28T21:16:00.102Ztest mac_rewrite::mac_rewrite2 ... ok
8152024-04-28T21:16:00.102Z
8162024-04-28T21:16:00.102Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 11 filtered out; finished in 0.01s
8172024-04-28T21:16:00.102Z
8182024-04-28T21:16:00.102Z+ banner 'dyn load'
8192024-04-28T21:16:00.102Z
8202024-04-28T21:16:00.102Z ##### # # # # # #### ## #####
8212024-04-28T21:16:00.102Z # # # # ## # # # # # # # #
8222024-04-28T21:16:00.102Z # # # # # # # # # # # # #
8232024-04-28T21:16:00.102Z # # # # # # # # # ###### # #
8242024-04-28T21:16:00.102Z # # # # ## # # # # # # #
8252024-04-28T21:16:00.102Z ##### # # # ###### #### # # #####
8262024-04-28T21:16:00.102Z
8272024-04-28T21:16:00.102Z+ RUST_BACKTRACE=1
8282024-04-28T21:16:00.102Z+ cargo test dload -- --nocapture
8292024-04-28T21:16:00.285Z Finished test [unoptimized + debuginfo] target(s) in 0.12s
8302024-04-28T21:16:00.310Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-dabaf22a6a82b6a2)
8312024-04-28T21:16:00.310Z
8322024-04-28T21:16:00.310Zrunning 2 tests
8332024-04-28T21:16:00.310Ztest dload::pipeline_create ... ok
8342024-04-28T21:16:00.310Ztest dload::dynamic_load ... ok
8352024-04-28T21:16:00.310Z
8362024-04-28T21:16:00.310Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 10 filtered out; finished in 0.01s
8372024-04-28T21:16:00.310Z
8382024-04-28T21:16:00.334Z+ banner disag
8392024-04-28T21:16:00.334Z
8402024-04-28T21:16:00.335Z ##### # #### ## ####
8412024-04-28T21:16:00.335Z # # # # # # # #
8422024-04-28T21:16:00.335Z # # # #### # # #
8432024-04-28T21:16:00.335Z # # # # ###### # ###
8442024-04-28T21:16:00.335Z # # # # # # # # #
8452024-04-28T21:16:00.335Z ##### # #### # # ####
8462024-04-28T21:16:00.335Z
8472024-04-28T21:16:00.335Z+ RUST_BACKTRACE=1
8482024-04-28T21:16:00.335Z+ cargo test disag_router -- --nocapture
8492024-04-28T21:16:00.502Z Finished test [unoptimized + debuginfo] target(s) in 0.11s
8502024-04-28T21:16:00.527Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-dabaf22a6a82b6a2)
8512024-04-28T21:16:00.527Z
8522024-04-28T21:16:00.527Zrunning 1 test
8532024-04-28T21:16:00.527Z[phy2] do you know the muffin man?
8542024-04-28T21:16:00.527Z[cpu] the muffin man?
8552024-04-28T21:16:00.527Z[cpu] the muffin man!
8562024-04-28T21:16:00.527Z[cpu] why yes
8572024-04-28T21:16:00.527Z[phy1] i know the muffin man
8582024-04-28T21:16:00.527Z[phy3] the muffin man is me!!!
8592024-04-28T21:16:00.527Ztest disag_router::disag_router ... ok
8602024-04-28T21:16:00.527Z
8612024-04-28T21:16:00.527Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 11 filtered out; finished in 0.01s
8622024-04-28T21:16:00.527Z
8632024-04-28T21:16:00.554Z+ banner 'dyn rtr'
8642024-04-28T21:16:00.554Z
8652024-04-28T21:16:00.555Z ##### # # # # ##### ##### #####
8662024-04-28T21:16:00.555Z # # # # ## # # # # # #
8672024-04-28T21:16:00.555Z # # # # # # # # # # #
8682024-04-28T21:16:00.555Z # # # # # # ##### # #####
8692024-04-28T21:16:00.555Z # # # # ## # # # # #
8702024-04-28T21:16:00.555Z ##### # # # # # # # #
8712024-04-28T21:16:00.555Z
8722024-04-28T21:16:00.555Z+ RUST_BACKTRACE=1
8732024-04-28T21:16:00.555Z+ cargo test dynamic_router -- --nocapture
8742024-04-28T21:16:00.731Z Finished test [unoptimized + debuginfo] target(s) in 0.12s
8752024-04-28T21:16:00.756Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-dabaf22a6a82b6a2)
8762024-04-28T21:16:00.756Z
8772024-04-28T21:16:00.756Zrunning 1 test
8782024-04-28T21:16:00.756Z[phy2] do you know the muffin man?
8792024-04-28T21:16:00.756Z[cpu] the muffin man?
8802024-04-28T21:16:00.756Z[cpu] the muffin man!
8812024-04-28T21:16:00.756Z[cpu] why yes
8822024-04-28T21:16:00.756Z[phy1] i know the muffin man
8832024-04-28T21:16:00.756Z[phy3] the muffin man is me!!!
8842024-04-28T21:16:00.756Ztest dynamic_router::dynamic_router2 ... ok
8852024-04-28T21:16:00.756Z
8862024-04-28T21:16:00.756Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 11 filtered out; finished in 0.01s
8872024-04-28T21:16:00.757Z
8882024-04-28T21:16:00.781Z+ banner hub
8892024-04-28T21:16:00.781Z
8902024-04-28T21:16:00.781Z # # # # #####
8912024-04-28T21:16:00.781Z # # # # # #
8922024-04-28T21:16:00.781Z ###### # # #####
8932024-04-28T21:16:00.781Z # # # # # #
8942024-04-28T21:16:00.781Z # # # # # #
8952024-04-28T21:16:00.781Z # # #### #####
8962024-04-28T21:16:00.781Z
8972024-04-28T21:16:00.781Z+ RUST_BACKTRACE=1
8982024-04-28T21:16:00.782Z+ cargo test hub -- --nocapture
8992024-04-28T21:16:00.962Z Finished test [unoptimized + debuginfo] target(s) in 0.12s
9002024-04-28T21:16:00.989Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-dabaf22a6a82b6a2)
9012024-04-28T21:16:00.989Z
9022024-04-28T21:16:00.989Zrunning 1 test
9032024-04-28T21:16:00.989Z[phy2] do you know the muffin man?
9042024-04-28T21:16:00.989Z[phy3] do you know the muffin man?
9052024-04-28T21:16:00.990Z[phy1] the muffin man?
9062024-04-28T21:16:00.990Z[phy3] the muffin man?
9072024-04-28T21:16:00.990Z[phy2] the muffin man!
9082024-04-28T21:16:00.990Z[phy3] the muffin man!
9092024-04-28T21:16:00.990Z[phy1] why yes
9102024-04-28T21:16:00.990Z[phy1] i know the muffin man
9112024-04-28T21:16:00.990Z[phy1] the muffin man is me!!!
9122024-04-28T21:16:00.990Z[phy3] why yes
9132024-04-28T21:16:00.990Z[phy3] i know the muffin man
9142024-04-28T21:16:00.990Z[phy3] the muffin man is me!!!
9152024-04-28T21:16:00.990Ztest hub::hub2 ... ok
9162024-04-28T21:16:00.990Z
9172024-04-28T21:16:00.990Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 11 filtered out; finished in 0.01s
9182024-04-28T21:16:00.990Z
9192024-04-28T21:16:01.015Z+ banner router
9202024-04-28T21:16:01.015Z
9212024-04-28T21:16:01.015Z ##### #### # # ##### ###### #####
9222024-04-28T21:16:01.015Z # # # # # # # # # #
9232024-04-28T21:16:01.015Z # # # # # # # ##### # #
9242024-04-28T21:16:01.015Z ##### # # # # # # #####
9252024-04-28T21:16:01.015Z # # # # # # # # # #
9262024-04-28T21:16:01.015Z # # #### #### # ###### # #
9272024-04-28T21:16:01.015Z
9282024-04-28T21:16:01.016Z+ RUST_BACKTRACE=1
9292024-04-28T21:16:01.016Z+ cargo test basic_router -- --nocapture
9302024-04-28T21:16:01.186Z Finished test [unoptimized + debuginfo] target(s) in 0.11s
9312024-04-28T21:16:01.215Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-dabaf22a6a82b6a2)
9322024-04-28T21:16:01.215Z
9332024-04-28T21:16:01.215Zrunning 1 test
9342024-04-28T21:16:01.215Z[phy2] do you know the muffin man?
9352024-04-28T21:16:01.215Z[phy1] the muffin man?
9362024-04-28T21:16:01.215Z[phy2] the muffin man!
9372024-04-28T21:16:01.215Z[phy1] why yes
9382024-04-28T21:16:01.215Z[phy1] i know the muffin man
9392024-04-28T21:16:01.215Z[phy1] the muffin man is me!!!
9402024-04-28T21:16:01.215Ztest basic_router::basic_router2 ... ok
9412024-04-28T21:16:01.215Z
9422024-04-28T21:16:01.215Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 11 filtered out; finished in 0.01s
9432024-04-28T21:16:01.215Z
9442024-04-28T21:16:01.240Z+ banner headers
9452024-04-28T21:16:01.240Z
9462024-04-28T21:16:01.240Z # # ###### ## ##### ###### ##### ####
9472024-04-28T21:16:01.240Z # # # # # # # # # # #
9482024-04-28T21:16:01.240Z ###### ##### # # # # ##### # # ####
9492024-04-28T21:16:01.240Z # # # ###### # # # ##### #
9502024-04-28T21:16:01.240Z # # # # # # # # # # # #
9512024-04-28T21:16:01.240Z # # ###### # # ##### ###### # # ####
9522024-04-28T21:16:01.240Z
9532024-04-28T21:16:01.240Z+ RUST_BACKTRACE=1
9542024-04-28T21:16:01.240Z+ cargo test headers -- --nocapture
9552024-04-28T21:16:01.424Z Finished test [unoptimized + debuginfo] target(s) in 0.12s
9562024-04-28T21:16:01.449Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-dabaf22a6a82b6a2)
9572024-04-28T21:16:01.449Z
9582024-04-28T21:16:01.450Zrunning 1 test
9592024-04-28T21:16:01.450Ztest headers::ipv6_header_read_write ... ok
9602024-04-28T21:16:01.450Z
9612024-04-28T21:16:01.450Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 11 filtered out; finished in 0.00s
9622024-04-28T21:16:01.450Z
9632024-04-28T21:16:01.450Zprocess exited: duration 166621 ms, exit code 0
 
9642024-04-28T21:16:01.501Zfound 4 output files
9652024-04-28T21:16:01.501Zuploading: /work/debug/libsidecar_lite.so (35633744 bytes)
9662024-04-28T21:16:13.462Zuploaded: /work/debug/libsidecar_lite.so
9672024-04-28T21:16:13.462Zuploading: /work/debug/x4c (41433936 bytes)
9682024-04-28T21:16:26.434Zuploaded: /work/debug/x4c
9692024-04-28T21:16:26.434Zuploading: /work/release/libsidecar_lite.so (8554592 bytes)
9702024-04-28T21:16:30.055Zuploaded: /work/release/libsidecar_lite.so
9712024-04-28T21:16:30.083Zuploading: /work/release/x4c (8295648 bytes)
9722024-04-28T21:16:33.856Zuploaded: /work/release/x4c