01JEM7QND1NHQD8RHH9K43HJ95: 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: 01JEM7QTVDR7J4JK6F5EXZY6Z9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-08T22:55:37.213Zjob assigned to worker 01JEM7QVBMEZ3V73FXG3RASCEZ [factory gimlet-EVT22200007-propolis, EVT22200007/20085] (queued for 23 s)
 
22024-12-08T22:55:45.379Zstarting task 0: "setup"
32024-12-08T22:55:45.403Z++ uname -s
42024-12-08T22:55:45.403Z+ kern=SunOS
52024-12-08T22:55:45.403Z+ case "$kern" in
62024-12-08T22:55:45.403Z+ groupadd -g 12345 build
72024-12-08T22:55:45.403Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-08T22:55:47.399Z+ zfs create -o mountpoint=/work rpool/work
92024-12-08T22:55:47.433Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-08T22:55:47.456Z+ home_fs=zfs
112024-12-08T22:55:47.456Z+ [[ zfs == autofs ]]
122024-12-08T22:55:47.456Z+ mkdir -p /home/build
132024-12-08T22:55:47.456Z+ chown build:build /home/build /work
142024-12-08T22:55:49.441Z+ chmod 0700 /home/build /work
152024-12-08T22:55:49.464Zprocess exited: duration 4067 ms, exit code 0
 
162024-12-08T22:55:49.510Zstarting task 1: "rust-toolchain"
172024-12-08T22:55:49.533Z+ printf ' * toolchain channel = "%s"
182024-12-08T22:55:49.533Z * toolchain channel = "stable"
192024-12-08T22:55:49.533Z' stable
202024-12-08T22:55:49.533Z+ printf ' * toolchain profile = "%s"
212024-12-08T22:55:49.533Z' default
222024-12-08T22:55:49.533Z * toolchain profile = "default"
232024-12-08T22:55:49.533Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-08T22:55:49.533Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-08T22:55:49.653Zinfo: downloading installer
262024-12-08T22:55:50.157Zinfo: profile set to 'default'
272024-12-08T22:55:50.157Zinfo: default host triple is x86_64-unknown-illumos
282024-12-08T22:55:50.157Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-08T22:55:50.252Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-08T22:55:50.252Zinfo: downloading component 'cargo'
312024-12-08T22:55:50.400Zinfo: downloading component 'clippy'
322024-12-08T22:55:50.434Zinfo: downloading component 'rust-docs'
332024-12-08T22:55:50.601Zinfo: downloading component 'rust-std'
342024-12-08T22:55:50.839Zinfo: downloading component 'rustc'
352024-12-08T22:55:51.666Zinfo: downloading component 'rustfmt'
362024-12-08T22:55:51.712Zinfo: installing component 'cargo'
372024-12-08T22:55:52.786Zinfo: installing component 'clippy'
382024-12-08T22:55:53.227Zinfo: installing component 'rust-docs'
392024-12-08T22:55:56.082Zinfo: installing component 'rust-std'
402024-12-08T22:55:57.988Zinfo: installing component 'rustc'
412024-12-08T22:56:04.618Zinfo: installing component 'rustfmt'
422024-12-08T22:56:04.996Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-08T22:56:04.996Z
442024-12-08T22:56:05.143Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-08T22:56:05.143Z
462024-12-08T22:56:05.143Z
472024-12-08T22:56:05.143ZRust is installed now. Great!
482024-12-08T22:56:05.143Z
492024-12-08T22:56:05.167ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-08T22:56:05.167Zenvironment variable. This has not been done automatically.
512024-12-08T22:56:05.167Z
522024-12-08T22:56:05.167ZTo configure your current shell, you need to source
532024-12-08T22:56:05.167Zthe corresponding env file under $HOME/.cargo.
542024-12-08T22:56:05.167Z
552024-12-08T22:56:05.167ZThis is usually done by running one of the following (note the leading DOT):
562024-12-08T22:56:05.167Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-08T22:56:05.167Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-08T22:56:05.239Z+ rustc --version
592024-12-08T22:56:05.351Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-08T22:56:05.374Zprocess exited: duration 15846 ms, exit code 0
 
612024-12-08T22:56:05.420Zstarting task 2: "authentication"
622024-12-08T22:56:05.498Zprocess exited: duration 77 ms, exit code 0
 
632024-12-08T22:56:05.544Zstarting task 3: "clone repository"
642024-12-08T22:56:05.567Z+ mkdir -p /work/oxidecomputer/p4
652024-12-08T22:56:05.567Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
662024-12-08T22:56:05.591ZCloning into '/work/oxidecomputer/p4'...
672024-12-08T22:56:06.451Z+ cd /work/oxidecomputer/p4
682024-12-08T22:56:06.451Z+ git fetch origin 66b6070231c6846697ca84d7962f2d261187b0d7
692024-12-08T22:56:06.727ZFrom https://github.com/oxidecomputer/p4
702024-12-08T22:56:06.727Z * branch 66b6070231c6846697ca84d7962f2d261187b0d7 -> FETCH_HEAD
712024-12-08T22:56:06.750Z+ [[ -n fix-book-vlan-example ]]
722024-12-08T22:56:06.750Z++ git branch --show-current
732024-12-08T22:56:06.750Z+ current=main
742024-12-08T22:56:06.750Z+ [[ main != fix-book-vlan-example ]]
752024-12-08T22:56:06.750Z+ git branch -f fix-book-vlan-example 66b6070231c6846697ca84d7962f2d261187b0d7
762024-12-08T22:56:06.774Z+ git checkout -f fix-book-vlan-example
772024-12-08T22:56:06.774ZSwitched to branch 'fix-book-vlan-example'
782024-12-08T22:56:06.774Z+ git reset --hard 66b6070231c6846697ca84d7962f2d261187b0d7
792024-12-08T22:56:06.797ZHEAD is now at 66b6070 fix vlan example code in book
802024-12-08T22:56:06.797Zprocess exited: duration 1235 ms, exit code 0
 
812024-12-08T22:56:06.843Zstarting task 4: "build"
822024-12-08T22:56:06.867Z+ cargo --version
832024-12-08T22:56:06.867Zinfo: syncing channel updates for '1.77.0-x86_64-unknown-illumos'
842024-12-08T22:56:06.968Zinfo: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17)
852024-12-08T22:56:06.968Zinfo: downloading component 'cargo'
862024-12-08T22:56:07.086Zinfo: downloading component 'clippy'
872024-12-08T22:56:07.131Zinfo: downloading component 'rust-docs'
882024-12-08T22:56:07.290Zinfo: downloading component 'rust-std'
892024-12-08T22:56:07.552Zinfo: downloading component 'rustc'
902024-12-08T22:56:08.170Zinfo: downloading component 'rustfmt'
912024-12-08T22:56:08.259Zinfo: installing component 'cargo'
922024-12-08T22:56:09.263Zinfo: installing component 'clippy'
932024-12-08T22:56:09.613Zinfo: installing component 'rust-docs'
942024-12-08T22:56:11.862Zinfo: installing component 'rust-std'
952024-12-08T22:56:13.839Zinfo: installing component 'rustc'
962024-12-08T22:56:18.139Zinfo: installing component 'rustfmt'
972024-12-08T22:56:18.559Zcargo 1.77.0 (3fe68eabf 2024-02-29)
982024-12-08T22:56:18.583Z+ rustc --version
992024-12-08T22:56:18.640Zrustc 1.77.0 (aedd173a2 2024-03-17)
1002024-12-08T22:56:18.664Z+ banner check
1012024-12-08T22:56:18.664Z
1022024-12-08T22:56:18.664Z #### # # ###### #### # #
1032024-12-08T22:56:18.664Z # # # # # # # # #
1042024-12-08T22:56:18.664Z # ###### ##### # ####
1052024-12-08T22:56:18.664Z # # # # # # #
1062024-12-08T22:56:18.664Z # # # # # # # # #
1072024-12-08T22:56:18.664Z #### # # ###### #### # #
1082024-12-08T22:56:18.664Z
1092024-12-08T22:56:18.665Z+ cargo fmt -- --check
1102024-12-08T22:56:19.018Z+ cargo check
1112024-12-08T22:56:19.157Z Updating crates.io index
1122024-12-08T22:56:19.180Z Updating git repository `https://github.com/oxidecomputer/xfr`
1132024-12-08T22:56:19.856ZFrom https://github.com/oxidecomputer/xfr
1142024-12-08T22:56:19.856Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1152024-12-08T22:56:20.398Z Downloading crates ...
1162024-12-08T22:56:20.450Z Downloaded num v0.4.0
1172024-12-08T22:56:20.473Z Downloaded unicode-ident v1.0.5
1182024-12-08T22:56:20.473Z Downloaded tap v1.0.1
1192024-12-08T22:56:20.473Z Downloaded funty v2.0.0
1202024-12-08T22:56:20.496Z Downloaded pest_derive v2.4.1
1212024-12-08T22:56:20.520Z Downloaded textwrap v0.16.0
1222024-12-08T22:56:20.520Z Downloaded aho-corasick v0.7.19
1232024-12-08T22:56:20.520Z Downloaded cfg-if v1.0.0
1242024-12-08T22:56:20.520Z Downloaded byteorder v1.4.3
1252024-12-08T22:56:20.520Z Downloaded bitflags v1.3.2
1262024-12-08T22:56:20.520Z Downloaded autocfg v1.1.0
1272024-12-08T22:56:20.520Z Downloaded atty v0.2.14
1282024-12-08T22:56:20.543Z Downloaded num-complex v0.4.2
1292024-12-08T22:56:20.543Z Downloaded anyhow v1.0.66
1302024-12-08T22:56:20.543Z Downloaded proc-macro-error-attr v1.0.4
1312024-12-08T22:56:20.543Z Downloaded heck v0.4.0
1322024-12-08T22:56:20.543Z Downloaded proc-macro2 v1.0.47
1332024-12-08T22:56:20.543Z Downloaded thiserror-impl v1.0.37
1342024-12-08T22:56:20.543Z Downloaded sha1 v0.10.5
1352024-12-08T22:56:20.543Z Downloaded digest v0.10.5
1362024-12-08T22:56:20.543Z Downloaded pnet v0.31.0
1372024-12-08T22:56:20.567Z Downloaded generic-array v0.14.6
1382024-12-08T22:56:20.567Z Downloaded serde_json v1.0.87
1392024-12-08T22:56:20.567Z Downloaded thiserror v1.0.37
1402024-12-08T22:56:20.567Z Downloaded wyz v0.5.0
1412024-12-08T22:56:20.590Z Downloaded termcolor v1.1.3
1422024-12-08T22:56:20.590Z Downloaded ucd-trie v0.1.5
1432024-12-08T22:56:20.590Z Downloaded rand_chacha v0.3.1
1442024-12-08T22:56:20.590Z Downloaded no-std-net v0.6.0
1452024-12-08T22:56:20.590Z Downloaded unicode-xid v0.2.4
1462024-12-08T22:56:20.590Z Downloaded usdt v0.3.5
1472024-12-08T22:56:20.590Z Downloaded pest v2.4.1
1482024-12-08T22:56:20.590Z Downloaded zerocopy v0.3.0
1492024-12-08T22:56:20.590Z Downloaded num-rational v0.4.1
1502024-12-08T22:56:20.590Z Downloaded zerocopy-derive v0.2.0
1512024-12-08T22:56:20.614Z Downloaded usdt-macro v0.3.5
1522024-12-08T22:56:20.614Z Downloaded version_check v0.9.4
1532024-12-08T22:56:20.614Z Downloaded memchr v2.5.0
1542024-12-08T22:56:20.614Z Downloaded ppv-lite86 v0.2.17
1552024-12-08T22:56:20.614Z Downloaded lazy_static v1.4.0
1562024-12-08T22:56:20.614Z Downloaded usdt-impl v0.3.5
1572024-12-08T22:56:20.614Z Downloaded serde_derive v1.0.147
1582024-12-08T22:56:20.614Z Downloaded block-buffer v0.10.3
1592024-12-08T22:56:20.637Z Downloaded serde v1.0.147
1602024-12-08T22:56:20.637Z Downloaded syn v1.0.103
1612024-12-08T22:56:20.637Z Downloaded libc v0.2.137
1622024-12-08T22:56:20.660Z Downloaded regex-syntax v0.6.28
1632024-12-08T22:56:20.683Z Downloaded pnet_packet v0.31.0
1642024-12-08T22:56:20.683Z Downloaded pnet_macros_support v0.31.0
1652024-12-08T22:56:20.683Z Downloaded pest_meta v2.4.1
1662024-12-08T22:56:20.683Z Downloaded num-bigint v0.4.3
1672024-12-08T22:56:20.683Z Downloaded indexmap v1.9.1
1682024-12-08T22:56:20.683Z Downloaded clap v3.2.23
1692024-12-08T22:56:20.707Z Downloaded pnet_datalink v0.31.0
1702024-12-08T22:56:20.707Z Downloaded once_cell v1.16.0
1712024-12-08T22:56:20.707Z Downloaded usdt-attr-macro v0.3.5
1722024-12-08T22:56:20.707Z Downloaded ryu v1.0.11
1732024-12-08T22:56:20.707Z Downloaded rand_core v0.6.4
1742024-12-08T22:56:20.707Z Downloaded pnet_base v0.31.0
1752024-12-08T22:56:20.707Z Downloaded radium v0.7.0
1762024-12-08T22:56:20.707Z Downloaded pnet_transport v0.31.0
1772024-12-08T22:56:20.730Z Downloaded pnet_sys v0.31.0
1782024-12-08T22:56:20.730Z Downloaded regex v1.7.0
1792024-12-08T22:56:20.731Z Downloaded proc-macro-error v1.0.4
1802024-12-08T22:56:20.731Z Downloaded itoa v1.0.4
1812024-12-08T22:56:20.731Z Downloaded getrandom v0.2.8
1822024-12-08T22:56:20.731Z Downloaded dof v0.1.5
1832024-12-08T22:56:20.731Z Downloaded bitvec v1.0.1
1842024-12-08T22:56:20.754Z Downloaded typenum v1.15.0
1852024-12-08T22:56:20.754Z Downloaded thread-id v4.0.0
1862024-12-08T22:56:20.754Z Downloaded strsim v0.10.0
1872024-12-08T22:56:20.754Z Downloaded remove_dir_all v0.5.3
1882024-12-08T22:56:20.754Z Downloaded quote v1.0.21
1892024-12-08T22:56:20.754Z Downloaded pest_generator v2.4.1
1902024-12-08T22:56:20.754Z Downloaded os_str_bytes v6.3.1
1912024-12-08T22:56:20.754Z Downloaded num-traits v0.2.15
1922024-12-08T22:56:20.777Z Downloaded num-iter v0.1.43
1932024-12-08T22:56:20.777Z Downloaded num-integer v0.1.45
1942024-12-08T22:56:20.777Z Downloaded crypto-common v0.1.6
1952024-12-08T22:56:20.777Z Downloaded colored v2.0.0
1962024-12-08T22:56:20.777Z Downloaded clap_lex v0.2.4
1972024-12-08T22:56:20.778Z Downloaded tempfile v3.3.0
1982024-12-08T22:56:20.778Z Downloaded synstructure v0.12.6
1992024-12-08T22:56:20.778Z Downloaded serde_tokenstream v0.1.3
2002024-12-08T22:56:20.778Z Downloaded rand v0.8.5
2012024-12-08T22:56:20.778Z Downloaded prettyplease v0.1.21
2022024-12-08T22:56:20.778Z Downloaded pnet_macros v0.31.0
2032024-12-08T22:56:20.801Z Downloaded ipnetwork v0.19.0
2042024-12-08T22:56:20.801Z Downloaded hashbrown v0.12.3
2052024-12-08T22:56:20.801Z Downloaded glob v0.3.0
2062024-12-08T22:56:20.801Z Downloaded fastrand v1.8.0
2072024-12-08T22:56:20.801Z Downloaded dtrace-parser v0.1.14
2082024-12-08T22:56:20.801Z Downloaded cpufeatures v0.2.5
2092024-12-08T22:56:20.801Z Downloaded clap_derive v3.2.18
2102024-12-08T22:56:20.865Z Compiling proc-macro2 v1.0.47
2112024-12-08T22:56:20.865Z Compiling quote v1.0.21
2122024-12-08T22:56:20.888Z Compiling syn v1.0.103
2132024-12-08T22:56:20.888Z Compiling unicode-ident v1.0.5
2142024-12-08T22:56:20.888Z Compiling libc v0.2.137
2152024-12-08T22:56:20.888Z Compiling autocfg v1.1.0
2162024-12-08T22:56:20.888Z Compiling serde_derive v1.0.147
2172024-12-08T22:56:20.888Z Compiling serde v1.0.147
2182024-12-08T22:56:21.082Z Compiling memchr v2.5.0
2192024-12-08T22:56:21.514Z Compiling thiserror v1.0.37
2202024-12-08T22:56:21.537Z Compiling version_check v0.9.4
2212024-12-08T22:56:21.560Z Compiling ucd-trie v0.1.5
2222024-12-08T22:56:21.584Z Compiling unicode-xid v0.2.4
2232024-12-08T22:56:21.846Z Compiling prettyplease v0.1.21
2242024-12-08T22:56:22.078Z Compiling once_cell v1.16.0
2252024-12-08T22:56:22.153Z Compiling num-traits v0.2.15
2262024-12-08T22:56:22.198Z Compiling serde_json v1.0.87
2272024-12-08T22:56:22.381Z Checking atty v0.2.14
2282024-12-08T22:56:22.469Z Checking cfg-if v1.0.0
2292024-12-08T22:56:22.539Z Compiling regex-syntax v0.6.28
2302024-12-08T22:56:22.655Z Compiling usdt-impl v0.3.5
2312024-12-08T22:56:22.683Z Compiling aho-corasick v0.7.19
2322024-12-08T22:56:22.853Z Compiling num-integer v0.1.45
2332024-12-08T22:56:22.955Z Checking lazy_static v1.4.0
2342024-12-08T22:56:23.045Z Compiling byteorder v1.4.3
2352024-12-08T22:56:23.068Z Checking colored v2.0.0
2362024-12-08T22:56:23.263Z Compiling ryu v1.0.11
2372024-12-08T22:56:23.287Z Compiling itoa v1.0.4
2382024-12-08T22:56:23.448Z Compiling thread-id v4.0.0
2392024-12-08T22:56:23.493Z Compiling num-bigint v0.4.3
2402024-12-08T22:56:23.776Z Compiling num-rational v0.4.1
2412024-12-08T22:56:23.831Z Compiling num-iter v0.1.43
2422024-12-08T22:56:24.073Z Checking no-std-net v0.6.0
2432024-12-08T22:56:24.246Z Compiling radium v0.7.0
2442024-12-08T22:56:24.375Z Checking pnet_base v0.31.0
2452024-12-08T22:56:24.626Z Compiling fastrand v1.8.0
2462024-12-08T22:56:24.649Z Compiling remove_dir_all v0.5.3
2472024-12-08T22:56:24.705Z Checking tap v1.0.1
2482024-12-08T22:56:24.826Z Checking wyz v0.5.0
2492024-12-08T22:56:24.912Z Compiling tempfile v3.3.0
2502024-12-08T22:56:24.999Z Compiling regex v1.7.0
2512024-12-08T22:56:25.076Z Compiling proc-macro-error-attr v1.0.4
2522024-12-08T22:56:25.122Z Checking funty v2.0.0
2532024-12-08T22:56:25.371Z Compiling anyhow v1.0.66
2542024-12-08T22:56:25.900Z Checking bitvec v1.0.1
2552024-12-08T22:56:26.080Z Checking pnet_macros_support v0.31.0
2562024-12-08T22:56:26.104Z Checking getrandom v0.2.8
2572024-12-08T22:56:26.233Z Compiling proc-macro-error v1.0.4
2582024-12-08T22:56:26.289Z Checking pnet_sys v0.31.0
2592024-12-08T22:56:26.443Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2602024-12-08T22:56:26.696Z Checking rand_core v0.6.4
2612024-12-08T22:56:27.102Z Compiling indexmap v1.9.1
2622024-12-08T22:56:27.127Z Checking ppv-lite86 v0.2.17
2632024-12-08T22:56:27.407Z Compiling pnet v0.31.0
2642024-12-08T22:56:27.639Z Compiling synstructure v0.12.6
2652024-12-08T22:56:27.678Z Checking rand_chacha v0.3.1
2662024-12-08T22:56:28.399Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2672024-12-08T22:56:28.901Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
2682024-12-08T22:56:29.006Z Compiling heck v0.4.0
2692024-12-08T22:56:29.197Z Checking os_str_bytes v6.3.1
2702024-12-08T22:56:29.281Z Checking hashbrown v0.12.3
2712024-12-08T22:56:29.314Z Checking rand v0.8.5
2722024-12-08T22:56:29.460Z Checking clap_lex v0.2.4
2732024-12-08T22:56:29.637Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
2742024-12-08T22:56:29.803Z Checking termcolor v1.1.3
2752024-12-08T22:56:30.065Z Checking textwrap v0.16.0
2762024-12-08T22:56:30.108Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
2772024-12-08T22:56:30.255Z Checking strsim v0.10.0
2782024-12-08T22:56:30.324Z Checking bitflags v1.3.2
2792024-12-08T22:56:30.425Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
2802024-12-08T22:56:30.449Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
2812024-12-08T22:56:31.202Z Compiling thiserror-impl v1.0.37
2822024-12-08T22:56:31.202Z Compiling zerocopy-derive v0.2.0
2832024-12-08T22:56:31.202Z Compiling pnet_macros v0.31.0
2842024-12-08T22:56:31.202Z Compiling clap_derive v3.2.18
2852024-12-08T22:56:32.520Z Compiling zerocopy v0.3.0
2862024-12-08T22:56:32.775Z Checking pnet_packet v0.31.0
2872024-12-08T22:56:33.158Z Compiling pest v2.4.1
2882024-12-08T22:56:33.182Z Compiling dof v0.1.5
2892024-12-08T22:56:33.925Z Checking clap v3.2.23
2902024-12-08T22:56:34.230Z Compiling pest_meta v2.4.1
2912024-12-08T22:56:34.962Z Compiling pest_generator v2.4.1
2922024-12-08T22:56:35.750Z Checking pnet_transport v0.31.0
2932024-12-08T22:56:35.910Z Compiling pest_derive v2.4.1
2942024-12-08T22:56:36.383Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
2952024-12-08T22:56:36.542Z Compiling dtrace-parser v0.1.14
2962024-12-08T22:56:39.171Z Checking num-complex v0.4.2
2972024-12-08T22:56:39.171Z Checking ipnetwork v0.19.0
2982024-12-08T22:56:39.195Z Checking serde_tokenstream v0.1.3
2992024-12-08T22:56:39.428Z Checking pnet_datalink v0.31.0
3002024-12-08T22:56:39.452Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3012024-12-08T22:56:41.258Z Checking num v0.4.0
3022024-12-08T22:56:41.877Z Compiling usdt-macro v0.3.5
3032024-12-08T22:56:41.877Z Compiling usdt-attr-macro v0.3.5
3042024-12-08T22:56:42.819Z Checking usdt v0.3.5
3052024-12-08T22:56:42.945Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3062024-12-08T22:56:43.467Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3072024-12-08T22:56:45.012Z Finished dev [unoptimized + debuginfo] target(s) in 25.93s
3082024-12-08T22:56:45.069Z+ cargo clippy --all-targets -- --deny warnings
3092024-12-08T22:56:45.334Z Downloading crates ...
3102024-12-08T22:56:45.401Z Downloaded libloading v0.7.4
3112024-12-08T22:56:45.468Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3122024-12-08T22:56:45.492Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3132024-12-08T22:56:45.492Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3142024-12-08T22:56:45.492Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3152024-12-08T22:56:45.492Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3162024-12-08T22:56:45.493Z Checking libloading v0.7.4
3172024-12-08T22:56:45.805Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3182024-12-08T22:56:47.515Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3192024-12-08T22:56:49.572Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3202024-12-08T22:56:49.643Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3212024-12-08T22:56:51.237Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3222024-12-08T22:57:03.285Z Finished dev [unoptimized + debuginfo] target(s) in 18.07s
3232024-12-08T22:57:03.310Z+ banner build
3242024-12-08T22:57:03.333Z
3252024-12-08T22:57:03.333Z ##### # # # # #####
3262024-12-08T22:57:03.333Z # # # # # # # #
3272024-12-08T22:57:03.333Z ##### # # # # # #
3282024-12-08T22:57:03.333Z # # # # # # # #
3292024-12-08T22:57:03.334Z # # # # # # # #
3302024-12-08T22:57:03.334Z ##### #### # ###### #####
3312024-12-08T22:57:03.334Z
3322024-12-08T22:57:03.334Z+ ptime -m cargo build
3332024-12-08T22:57:03.556Z Compiling unicode-ident v1.0.5
3342024-12-08T22:57:03.580Z Compiling libc v0.2.137
3352024-12-08T22:57:03.580Z Compiling once_cell v1.16.0
3362024-12-08T22:57:03.580Z Compiling ucd-trie v0.1.5
3372024-12-08T22:57:03.580Z Compiling regex-syntax v0.6.28
3382024-12-08T22:57:03.580Z Compiling cfg-if v1.0.0
3392024-12-08T22:57:03.580Z Compiling memchr v2.5.0
3402024-12-08T22:57:03.604Z Compiling byteorder v1.4.3
3412024-12-08T22:57:03.641Z Compiling num-traits v0.2.15
3422024-12-08T22:57:03.712Z Compiling proc-macro2 v1.0.47
3432024-12-08T22:57:03.890Z Compiling ryu v1.0.11
3442024-12-08T22:57:03.961Z Compiling itoa v1.0.4
3452024-12-08T22:57:04.093Z Compiling atty v0.2.14
3462024-12-08T22:57:04.142Z Compiling aho-corasick v0.7.19
3472024-12-08T22:57:04.166Z Compiling lazy_static v1.4.0
3482024-12-08T22:57:04.166Z Compiling thread-id v4.0.0
3492024-12-08T22:57:04.190Z Compiling remove_dir_all v0.5.3
3502024-12-08T22:57:04.239Z Compiling colored v2.0.0
3512024-12-08T22:57:04.263Z Compiling fastrand v1.8.0
3522024-12-08T22:57:04.263Z Compiling quote v1.0.21
3532024-12-08T22:57:04.662Z Compiling syn v1.0.103
3542024-12-08T22:57:04.860Z Compiling tempfile v3.3.0
3552024-12-08T22:57:04.884Z Compiling no-std-net v0.6.0
3562024-12-08T22:57:04.940Z Compiling num-integer v0.1.45
3572024-12-08T22:57:05.078Z Compiling pnet_base v0.31.0
3582024-12-08T22:57:05.233Z Compiling tap v1.0.1
3592024-12-08T22:57:05.291Z Compiling radium v0.7.0
3602024-12-08T22:57:05.368Z Compiling wyz v0.5.0
3612024-12-08T22:57:05.496Z Compiling num-iter v0.1.43
3622024-12-08T22:57:05.576Z Compiling funty v2.0.0
3632024-12-08T22:57:05.636Z Compiling pnet_macros_support v0.31.0
3642024-12-08T22:57:05.660Z Compiling pnet_sys v0.31.0
3652024-12-08T22:57:05.692Z Compiling getrandom v0.2.8
3662024-12-08T22:57:05.778Z Compiling proc-macro-error-attr v1.0.4
3672024-12-08T22:57:05.925Z Compiling regex v1.7.0
3682024-12-08T22:57:06.016Z Compiling rand_core v0.6.4
3692024-12-08T22:57:06.347Z Compiling bitvec v1.0.1
3702024-12-08T22:57:06.376Z Compiling anyhow v1.0.66
3712024-12-08T22:57:06.438Z Compiling ppv-lite86 v0.2.17
3722024-12-08T22:57:07.021Z Compiling rand_chacha v0.3.1
3732024-12-08T22:57:07.048Z Compiling os_str_bytes v6.3.1
3742024-12-08T22:57:07.172Z Compiling hashbrown v0.12.3
3752024-12-08T22:57:07.451Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3762024-12-08T22:57:07.973Z Compiling indexmap v1.9.1
3772024-12-08T22:57:08.010Z Compiling clap_lex v0.2.4
3782024-12-08T22:57:08.512Z Compiling rand v0.8.5
3792024-12-08T22:57:08.633Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3802024-12-08T22:57:08.712Z Compiling textwrap v0.16.0
3812024-12-08T22:57:08.843Z Compiling prettyplease v0.1.21
3822024-12-08T22:57:09.462Z Compiling synstructure v0.12.6
3832024-12-08T22:57:09.757Z Compiling proc-macro-error v1.0.4
3842024-12-08T22:57:10.224Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3852024-12-08T22:57:10.602Z Compiling termcolor v1.1.3
3862024-12-08T22:57:10.752Z Compiling strsim v0.10.0
3872024-12-08T22:57:11.301Z Compiling bitflags v1.3.2
3882024-12-08T22:57:11.472Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3892024-12-08T22:57:12.839Z Compiling serde_derive v1.0.147
3902024-12-08T22:57:12.839Z Compiling thiserror-impl v1.0.37
3912024-12-08T22:57:12.955Z Compiling zerocopy-derive v0.2.0
3922024-12-08T22:57:13.091Z Compiling pnet_macros v0.31.0
3932024-12-08T22:57:13.290Z Compiling clap_derive v3.2.18
3942024-12-08T22:57:14.429Z Compiling zerocopy v0.3.0
3952024-12-08T22:57:14.960Z Compiling thiserror v1.0.37
3962024-12-08T22:57:15.013Z Compiling pnet_packet v0.31.0
3972024-12-08T22:57:15.036Z Compiling pest v2.4.1
3982024-12-08T22:57:15.059Z Compiling dof v0.1.5
3992024-12-08T22:57:15.779Z Compiling clap v3.2.23
4002024-12-08T22:57:16.083Z Compiling pest_meta v2.4.1
4012024-12-08T22:57:16.870Z Compiling pest_generator v2.4.1
4022024-12-08T22:57:17.308Z Compiling serde v1.0.147
4032024-12-08T22:57:17.790Z Compiling pest_derive v2.4.1
4042024-12-08T22:57:18.248Z Compiling pnet_transport v0.31.0
4052024-12-08T22:57:18.486Z Compiling dtrace-parser v0.1.14
4062024-12-08T22:57:18.780Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4072024-12-08T22:57:21.533Z Compiling serde_json v1.0.87
4082024-12-08T22:57:21.533Z Compiling serde_tokenstream v0.1.3
4092024-12-08T22:57:21.557Z Compiling num-bigint v0.4.3
4102024-12-08T22:57:21.557Z Compiling num-complex v0.4.2
4112024-12-08T22:57:21.557Z Compiling ipnetwork v0.19.0
4122024-12-08T22:57:21.806Z Compiling pnet_datalink v0.31.0
4132024-12-08T22:57:21.915Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4142024-12-08T22:57:22.172Z Compiling pnet v0.31.0
4152024-12-08T22:57:22.815Z Compiling usdt-impl v0.3.5
4162024-12-08T22:57:23.415Z Compiling num-rational v0.4.1
4172024-12-08T22:57:23.938Z Compiling num v0.4.0
4182024-12-08T22:57:24.340Z Compiling usdt-attr-macro v0.3.5
4192024-12-08T22:57:24.340Z Compiling usdt-macro v0.3.5
4202024-12-08T22:57:25.489Z Compiling usdt v0.3.5
4212024-12-08T22:57:25.609Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4222024-12-08T22:57:26.214Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4232024-12-08T22:57:26.714Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4242024-12-08T22:57:26.714Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4252024-12-08T22:57:26.806Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4262024-12-08T22:57:32.278Z Finished dev [unoptimized + debuginfo] target(s) in 28.91s
4272024-12-08T22:57:32.302Z
4282024-12-08T22:57:32.302Zreal 28.972702588
4292024-12-08T22:57:32.302Zuser 2:17.987590659
4302024-12-08T22:57:32.302Zsys 31.964328149
4312024-12-08T22:57:32.302Ztrap 0.070148772
4322024-12-08T22:57:32.302Ztflt 0.196496655
4332024-12-08T22:57:32.302Zdflt 0.978981738
4342024-12-08T22:57:32.302Zkflt 0.000156185
4352024-12-08T22:57:32.302Zlock 4:10.343838730
4362024-12-08T22:57:32.302Zslp 5:54.243462552
4372024-12-08T22:57:32.302Zlat 5.145757611
4382024-12-08T22:57:32.302Zstop 2.334299857
4392024-12-08T22:57:32.302Z+ ptime -m cargo build --release
4402024-12-08T22:57:32.491Z Compiling proc-macro2 v1.0.47
4412024-12-08T22:57:32.491Z Compiling quote v1.0.21
4422024-12-08T22:57:32.491Z Compiling unicode-ident v1.0.5
4432024-12-08T22:57:32.514Z Compiling syn v1.0.103
4442024-12-08T22:57:32.514Z Compiling libc v0.2.137
4452024-12-08T22:57:32.514Z Compiling autocfg v1.1.0
4462024-12-08T22:57:32.514Z Compiling serde_derive v1.0.147
4472024-12-08T22:57:32.514Z Compiling serde v1.0.147
4482024-12-08T22:57:32.658Z Compiling memchr v2.5.0
4492024-12-08T22:57:33.005Z Compiling thiserror v1.0.37
4502024-12-08T22:57:33.028Z Compiling version_check v0.9.4
4512024-12-08T22:57:33.126Z Compiling unicode-xid v0.2.4
4522024-12-08T22:57:33.150Z Compiling ucd-trie v0.1.5
4532024-12-08T22:57:33.174Z Compiling once_cell v1.16.0
4542024-12-08T22:57:33.531Z Compiling serde_json v1.0.87
4552024-12-08T22:57:33.555Z Compiling prettyplease v0.1.21
4562024-12-08T22:57:33.606Z Compiling num-traits v0.2.15
4572024-12-08T22:57:33.818Z Compiling aho-corasick v0.7.19
4582024-12-08T22:57:33.889Z Compiling regex-syntax v0.6.28
4592024-12-08T22:57:34.141Z Compiling usdt-impl v0.3.5
4602024-12-08T22:57:34.243Z Compiling num-integer v0.1.45
4612024-12-08T22:57:34.460Z Compiling byteorder v1.4.3
4622024-12-08T22:57:34.584Z Compiling atty v0.2.14
4632024-12-08T22:57:34.825Z Compiling ryu v1.0.11
4642024-12-08T22:57:35.038Z Compiling cfg-if v1.0.0
4652024-12-08T22:57:35.107Z Compiling itoa v1.0.4
4662024-12-08T22:57:35.393Z Compiling thread-id v4.0.0
4672024-12-08T22:57:35.466Z Compiling num-bigint v0.4.3
4682024-12-08T22:57:35.870Z Compiling lazy_static v1.4.0
4692024-12-08T22:57:36.380Z Compiling regex v1.7.0
4702024-12-08T22:57:36.420Z Compiling colored v2.0.0
4712024-12-08T22:57:37.067Z Compiling num-iter v0.1.43
4722024-12-08T22:57:37.243Z Compiling num-rational v0.4.1
4732024-12-08T22:57:37.528Z Compiling fastrand v1.8.0
4742024-12-08T22:57:37.695Z Compiling no-std-net v0.6.0
4752024-12-08T22:57:37.805Z Compiling radium v0.7.0
4762024-12-08T22:57:37.964Z Compiling remove_dir_all v0.5.3
4772024-12-08T22:57:37.987Z Compiling pnet_base v0.31.0
4782024-12-08T22:57:37.987Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4792024-12-08T22:57:38.043Z Compiling tempfile v3.3.0
4802024-12-08T22:57:38.319Z Compiling tap v1.0.1
4812024-12-08T22:57:38.459Z Compiling wyz v0.5.0
4822024-12-08T22:57:38.482Z Compiling proc-macro-error-attr v1.0.4
4832024-12-08T22:57:38.561Z Compiling funty v2.0.0
4842024-12-08T22:57:38.758Z Compiling anyhow v1.0.66
4852024-12-08T22:57:38.813Z Compiling synstructure v0.12.6
4862024-12-08T22:57:39.452Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4872024-12-08T22:57:39.981Z Compiling bitvec v1.0.1
4882024-12-08T22:57:40.225Z Compiling pnet_macros_support v0.31.0
4892024-12-08T22:57:40.393Z Compiling getrandom v0.2.8
4902024-12-08T22:57:40.507Z Compiling proc-macro-error v1.0.4
4912024-12-08T22:57:40.531Z Compiling pnet_sys v0.31.0
4922024-12-08T22:57:40.827Z Compiling rand_core v0.6.4
4932024-12-08T22:57:41.604Z Compiling indexmap v1.9.1
4942024-12-08T22:57:41.729Z Compiling pnet v0.31.0
4952024-12-08T22:57:41.901Z Compiling ppv-lite86 v0.2.17
4962024-12-08T22:57:42.128Z Compiling os_str_bytes v6.3.1
4972024-12-08T22:57:42.479Z Compiling rand_chacha v0.3.1
4982024-12-08T22:57:42.517Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4992024-12-08T22:57:42.880Z Compiling hashbrown v0.12.3
5002024-12-08T22:57:43.131Z Compiling heck v0.4.0
5012024-12-08T22:57:43.437Z Compiling thiserror-impl v1.0.37
5022024-12-08T22:57:43.694Z Compiling zerocopy-derive v0.2.0
5032024-12-08T22:57:43.798Z Compiling pnet_macros v0.31.0
5042024-12-08T22:57:45.133Z Compiling zerocopy v0.3.0
5052024-12-08T22:57:45.496Z Compiling pnet_packet v0.31.0
5062024-12-08T22:57:45.715Z Compiling pest v2.4.1
5072024-12-08T22:57:45.851Z Compiling dof v0.1.5
5082024-12-08T22:57:47.040Z Compiling pest_meta v2.4.1
5092024-12-08T22:57:47.776Z Compiling clap_derive v3.2.18
5102024-12-08T22:57:50.950Z Compiling pest_generator v2.4.1
5112024-12-08T22:57:52.080Z Compiling pest_derive v2.4.1
5122024-12-08T22:57:52.471Z Compiling pnet_transport v0.31.0
5132024-12-08T22:57:52.764Z Compiling dtrace-parser v0.1.14
5142024-12-08T22:57:53.852Z Compiling serde_tokenstream v0.1.3
5152024-12-08T22:57:54.209Z Compiling num-complex v0.4.2
5162024-12-08T22:57:56.256Z Compiling usdt-macro v0.3.5
5172024-12-08T22:57:57.088Z Compiling usdt-attr-macro v0.3.5
5182024-12-08T22:57:58.147Z Compiling usdt v0.3.5
5192024-12-08T22:57:58.536Z Compiling num v0.4.0
5202024-12-08T22:57:58.624Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5212024-12-08T22:57:59.310Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5222024-12-08T22:57:59.817Z Compiling ipnetwork v0.19.0
5232024-12-08T22:58:00.393Z Compiling pnet_datalink v0.31.0
5242024-12-08T22:58:00.608Z Compiling rand v0.8.5
5252024-12-08T22:58:01.310Z Compiling clap_lex v0.2.4
5262024-12-08T22:58:01.839Z Compiling textwrap v0.16.0
5272024-12-08T22:58:02.088Z Compiling strsim v0.10.0
5282024-12-08T22:58:02.136Z Compiling bitflags v1.3.2
5292024-12-08T22:58:02.218Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5302024-12-08T22:58:02.495Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5312024-12-08T22:58:03.057Z Compiling termcolor v1.1.3
5322024-12-08T22:58:03.468Z Compiling clap v3.2.23
5332024-12-08T22:58:03.933Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5342024-12-08T22:58:04.305Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5352024-12-08T22:58:08.120Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5362024-12-08T22:58:12.404Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5372024-12-08T22:58:30.039Z Finished release [optimized] target(s) in 57.66s
5382024-12-08T22:58:30.062Z
5392024-12-08T22:58:30.062Zreal 57.752919492
5402024-12-08T22:58:30.062Zuser 5:29.797278678
5412024-12-08T22:58:30.062Zsys 32.736788509
5422024-12-08T22:58:30.062Ztrap 0.175928672
5432024-12-08T22:58:30.062Ztflt 0.185648273
5442024-12-08T22:58:30.062Zdflt 0.156818951
5452024-12-08T22:58:30.062Zkflt 0.000137809
5462024-12-08T22:58:30.062Zlock 12:50.389847920
5472024-12-08T22:58:30.062Zslp 15:03.772150690
5482024-12-08T22:58:30.062Zlat 15.149888224
5492024-12-08T22:58:30.062Zstop 5.284892738
5502024-12-08T22:58:30.062Z+ for x in debug release
5512024-12-08T22:58:30.062Z+ mkdir -p /work/debug
5522024-12-08T22:58:30.062Z+ cp target/debug/x4c /work/debug/
5532024-12-08T22:58:30.092Z+ cp target/debug/libsidecar_lite.so /work/debug/
5542024-12-08T22:58:30.122Z+ for x in debug release
5552024-12-08T22:58:30.122Z+ mkdir -p /work/release
5562024-12-08T22:58:30.145Z+ cp target/release/x4c /work/release/
5572024-12-08T22:58:30.145Z+ cp target/release/libsidecar_lite.so /work/release/
5582024-12-08T22:58:30.168Z+ banner test
5592024-12-08T22:58:30.168Z
5602024-12-08T22:58:30.168Z ##### ###### #### #####
5612024-12-08T22:58:30.168Z # # # #
5622024-12-08T22:58:30.168Z # ##### #### #
5632024-12-08T22:58:30.168Z # # # #
5642024-12-08T22:58:30.168Z # # # # #
5652024-12-08T22:58:30.168Z # ###### #### #
5662024-12-08T22:58:30.169Z
5672024-12-08T22:58:30.169Z+ cargo test
5682024-12-08T22:58:30.293Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5692024-12-08T22:58:30.316Z Compiling libloading v0.7.4
5702024-12-08T22:58:30.316Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5712024-12-08T22:58:30.316Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5722024-12-08T22:58:30.316Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5732024-12-08T22:58:30.316Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5742024-12-08T22:58:30.650Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5752024-12-08T22:58:31.676Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5762024-12-08T22:58:31.702Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5772024-12-08T22:58:31.702Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5782024-12-08T22:58:32.262Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5792024-12-08T22:58:45.518Z Finished test [unoptimized + debuginfo] target(s) in 15.31s
5802024-12-08T22:58:45.541Z Running unittests src/lib.rs (target/debug/deps/p4-abbc395bb70cae89)
5812024-12-08T22:58:45.541Z
5822024-12-08T22:58:45.541Zrunning 0 tests
5832024-12-08T22:58:45.541Z
5842024-12-08T22:58:45.541Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5852024-12-08T22:58:45.541Z
5862024-12-08T22:58:45.541Z Running unittests src/lib.rs (target/debug/deps/p4_macro-f7aa59be3fa914c1)
5872024-12-08T22:58:45.564Z
5882024-12-08T22:58:45.564Zrunning 0 tests
5892024-12-08T22:58:45.564Z
5902024-12-08T22:58:45.564Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5912024-12-08T22:58:45.564Z
5922024-12-08T22:58:45.564Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-5d71657ad00a7307)
5932024-12-08T22:58:45.564Z
5942024-12-08T22:58:45.564Zrunning 0 tests
5952024-12-08T22:58:45.564Z
5962024-12-08T22:58:45.564Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5972024-12-08T22:58:45.564Z
5982024-12-08T22:58:45.564Z Running unittests src/lib.rs (target/debug/deps/p4_rust-b080b91c7a14b064)
5992024-12-08T22:58:45.564Z
6002024-12-08T22:58:45.564Zrunning 0 tests
6012024-12-08T22:58:45.564Z
6022024-12-08T22:58:45.564Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6032024-12-08T22:58:45.564Z
6042024-12-08T22:58:45.564Z Running unittests src/lib.rs (target/debug/deps/p4rs-799f25ddb112eab1)
6052024-12-08T22:58:45.565Z
6062024-12-08T22:58:45.565Zrunning 11 tests
6072024-12-08T22:58:45.565Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6082024-12-08T22:58:45.565Ztest bitmath::tests::bitmath_add ... ok
6092024-12-08T22:58:45.565Ztest bitmath::tests::bitmath_add_cascade ... ok
6102024-12-08T22:58:45.565Ztest bitmath::tests::bitmath_add_nest ... ok
6112024-12-08T22:58:45.565Ztest bitmath::tests::bitmath_mod ... ok
6122024-12-08T22:58:45.565Ztest checksum::tests::udp_checksum ... ok
6132024-12-08T22:58:45.565Ztest table::tests::match_lpm_1 ... ok
6142024-12-08T22:58:45.565Ztest table::tests::match_lpm_ternary_1 ... ok
6152024-12-08T22:58:45.565Ztest table::tests::match_ternary_1 ... ok
6162024-12-08T22:58:45.565Ztest table::tests::match_lpm_ternary_range ... ok
6172024-12-08T22:58:45.565Ztest table::tests::match_with_action ... ok
6182024-12-08T22:58:45.565Z
6192024-12-08T22:58:45.565Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6202024-12-08T22:58:45.566Z
6212024-12-08T22:58:45.566Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-9c7b289a831603c9)
6222024-12-08T22:58:45.589Z
6232024-12-08T22:58:45.589Zrunning 0 tests
6242024-12-08T22:58:45.589Z
6252024-12-08T22:58:45.589Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6262024-12-08T22:58:45.589Z
6272024-12-08T22:58:45.589Z Running unittests src/lib.rs (target/debug/deps/tests-7665bdeabfa34a15)
6282024-12-08T22:58:45.589Z
6292024-12-08T22:58:45.589Zrunning 14 tests
6302024-12-08T22:58:45.589Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6312024-12-08T22:58:45.589Ztest headers::ipv6_header_read_write ... ok
6322024-12-08T22:58:45.589Ztest ipv6::test_ipv6_parse ... ok
6332024-12-08T22:58:45.589Ztest dload::pipeline_create ... ok
6342024-12-08T22:58:45.589Ztest dload::dynamic_load ... ok
6352024-12-08T22:58:45.613Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6362024-12-08T22:58:45.613Ztest vlan::test_vlan_parse ... ok
6372024-12-08T22:58:45.613Ztest hub::hub2 ... ok
6382024-12-08T22:58:45.613Ztest decap::geneve_decap ... ok
6392024-12-08T22:58:45.613Ztest dynamic_router::dynamic_router2 ... ok
6402024-12-08T22:58:45.613Ztest disag_router::disag_router ... ok
6412024-12-08T22:58:45.613Ztest mac_rewrite::mac_rewrite2 ... ok
6422024-12-08T22:58:45.613Ztest basic_router::basic_router2 ... ok
6432024-12-08T22:58:45.613Ztest range::range ... ok
6442024-12-08T22:58:45.613Z
6452024-12-08T22:58:45.613Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
6462024-12-08T22:58:45.613Z
6472024-12-08T22:58:45.637Z Running unittests src/lib.rs (target/debug/deps/x4c-94bdace97ef6dc80)
6482024-12-08T22:58:45.637Z
6492024-12-08T22:58:45.637Zrunning 0 tests
6502024-12-08T22:58:45.637Z
6512024-12-08T22:58:45.637Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6522024-12-08T22:58:45.637Z
6532024-12-08T22:58:45.637Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-89bb2762bcf4bf2c)
6542024-12-08T22:58:45.637Z
6552024-12-08T22:58:45.637Zrunning 0 tests
6562024-12-08T22:58:45.637Z
6572024-12-08T22:58:45.637Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6582024-12-08T22:58:45.637Z
6592024-12-08T22:58:45.637Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-ddbd09492f9421b3)
6602024-12-08T22:58:45.661Z
6612024-12-08T22:58:45.661Zrunning 0 tests
6622024-12-08T22:58:45.661Z
6632024-12-08T22:58:45.661Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6642024-12-08T22:58:45.661Z
6652024-12-08T22:58:45.661Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-ebda7af6f7678c49)
6662024-12-08T22:58:45.661Z
6672024-12-08T22:58:45.661Zrunning 0 tests
6682024-12-08T22:58:45.661Z
6692024-12-08T22:58:45.661Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6702024-12-08T22:58:45.661Z
6712024-12-08T22:58:45.661Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-6b45f322baf0be68)
6722024-12-08T22:58:45.661Z
6732024-12-08T22:58:45.661Zrunning 0 tests
6742024-12-08T22:58:45.661Z
6752024-12-08T22:58:45.661Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6762024-12-08T22:58:45.661Z
6772024-12-08T22:58:45.661Z Doc-tests p4
6782024-12-08T22:58:45.830Z
6792024-12-08T22:58:45.830Zrunning 0 tests
6802024-12-08T22:58:45.831Z
6812024-12-08T22:58:45.831Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6822024-12-08T22:58:45.831Z
6832024-12-08T22:58:45.854Z Doc-tests p4-macro
6842024-12-08T22:58:45.912Z
6852024-12-08T22:58:45.912Zrunning 2 tests
6862024-12-08T22:58:45.935Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
6872024-12-08T22:58:45.935Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
6882024-12-08T22:58:45.935Z
6892024-12-08T22:58:45.935Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
6902024-12-08T22:58:45.935Z
6912024-12-08T22:58:45.936Z Doc-tests p4-rust
6922024-12-08T22:58:46.238Z
6932024-12-08T22:58:46.238Zrunning 0 tests
6942024-12-08T22:58:46.238Z
6952024-12-08T22:58:46.238Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6962024-12-08T22:58:46.238Z
6972024-12-08T22:58:46.261Z Doc-tests p4rs
6982024-12-08T22:58:46.395Z
6992024-12-08T22:58:46.395Zrunning 1 test
7002024-12-08T22:58:47.364Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7012024-12-08T22:58:47.364Z
7022024-12-08T22:58:47.364Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.97s
7032024-12-08T22:58:47.364Z
7042024-12-08T22:58:47.387Z Doc-tests tests
7052024-12-08T22:58:47.481Z
7062024-12-08T22:58:47.481Zrunning 0 tests
7072024-12-08T22:58:47.481Z
7082024-12-08T22:58:47.481Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7092024-12-08T22:58:47.481Z
7102024-12-08T22:58:47.504Z Doc-tests x4c
7112024-12-08T22:58:47.570Z
7122024-12-08T22:58:47.570Zrunning 0 tests
7132024-12-08T22:58:47.570Z
7142024-12-08T22:58:47.570Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7152024-12-08T22:58:47.570Z
7162024-12-08T22:58:47.593Z Doc-tests x4c_error_codes
7172024-12-08T22:58:47.617Z
7182024-12-08T22:58:47.618Zrunning 0 tests
7192024-12-08T22:58:47.618Z
7202024-12-08T22:58:47.641Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7212024-12-08T22:58:47.641Z
7222024-12-08T22:58:47.641Z+ pushd test
7232024-12-08T22:58:47.641Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7242024-12-08T22:58:47.641Z+ banner 'mac rewr'
7252024-12-08T22:58:47.641Z
7262024-12-08T22:58:47.641Z # # ## #### ##### ###### # # #####
7272024-12-08T22:58:47.641Z ## ## # # # # # # # # # # #
7282024-12-08T22:58:47.641Z # ## # # # # # # ##### # # # #
7292024-12-08T22:58:47.641Z # # ###### # ##### # # ## # #####
7302024-12-08T22:58:47.641Z # # # # # # # # # ## ## # #
7312024-12-08T22:58:47.641Z # # # # #### # # ###### # # # #
7322024-12-08T22:58:47.641Z
7332024-12-08T22:58:47.641Z+ RUST_BACKTRACE=1
7342024-12-08T22:58:47.642Z+ cargo test mac_rewrite -- --nocapture
7352024-12-08T22:58:47.826Z Compiling memchr v2.5.0
7362024-12-08T22:58:47.849Z Compiling pest_meta v2.4.1
7372024-12-08T22:58:47.849Z Compiling prettyplease v0.1.21
7382024-12-08T22:58:47.849Z Compiling tempfile v3.3.0
7392024-12-08T22:58:48.364Z Compiling aho-corasick v0.7.19
7402024-12-08T22:58:48.593Z Compiling pest_generator v2.4.1
7412024-12-08T22:58:49.255Z Compiling regex v1.7.0
7422024-12-08T22:58:49.547Z Compiling pest_derive v2.4.1
7432024-12-08T22:58:50.215Z Compiling dtrace-parser v0.1.14
7442024-12-08T22:58:50.495Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7452024-12-08T22:58:50.591Z Compiling usdt-impl v0.3.5
7462024-12-08T22:58:51.812Z Compiling pnet_macros v0.31.0
7472024-12-08T22:58:51.942Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7482024-12-08T22:58:52.058Z Compiling usdt-attr-macro v0.3.5
7492024-12-08T22:58:52.058Z Compiling usdt-macro v0.3.5
7502024-12-08T22:58:53.296Z Compiling usdt v0.3.5
7512024-12-08T22:58:53.373Z Compiling pnet_packet v0.31.0
7522024-12-08T22:58:53.426Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
7532024-12-08T22:58:53.772Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
7542024-12-08T22:58:56.416Z Compiling pnet_transport v0.31.0
7552024-12-08T22:58:56.593Z Compiling pnet v0.31.0
7562024-12-08T22:58:57.185Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
7572024-12-08T22:59:11.029Z Finished test [unoptimized + debuginfo] target(s) in 23.32s
7582024-12-08T22:59:11.052Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8)
7592024-12-08T22:59:11.052Z
7602024-12-08T22:59:11.054Zrunning 1 test
7612024-12-08T22:59:11.078Z[phy2] do you know the muffin man?
7622024-12-08T22:59:11.078Z[cpu] the muffin man?
7632024-12-08T22:59:11.078Z[cpu] the muffin man!
7642024-12-08T22:59:11.078Z[cpu] why yes
7652024-12-08T22:59:11.078Z[phy1] i know the muffin man
7662024-12-08T22:59:11.078Z[phy3] the muffin man is me!!!
7672024-12-08T22:59:11.078Ztest mac_rewrite::mac_rewrite2 ... ok
7682024-12-08T22:59:11.078Z
7692024-12-08T22:59:11.078Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
7702024-12-08T22:59:11.078Z
7712024-12-08T22:59:11.078Z+ banner 'dyn load'
7722024-12-08T22:59:11.078Z
7732024-12-08T22:59:11.078Z ##### # # # # # #### ## #####
7742024-12-08T22:59:11.078Z # # # # ## # # # # # # # #
7752024-12-08T22:59:11.078Z # # # # # # # # # # # # #
7762024-12-08T22:59:11.078Z # # # # # # # # # ###### # #
7772024-12-08T22:59:11.078Z # # # # ## # # # # # # #
7782024-12-08T22:59:11.078Z ##### # # # ###### #### # # #####
7792024-12-08T22:59:11.078Z
7802024-12-08T22:59:11.078Z+ RUST_BACKTRACE=1
7812024-12-08T22:59:11.079Z+ cargo test dload -- --nocapture
7822024-12-08T22:59:11.243Z Finished test [unoptimized + debuginfo] target(s) in 0.10s
7832024-12-08T22:59:11.267Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8)
7842024-12-08T22:59:11.267Z
7852024-12-08T22:59:11.267Zrunning 2 tests
7862024-12-08T22:59:11.267Ztest dload::dynamic_load ... ok
7872024-12-08T22:59:11.267Ztest dload::pipeline_create ... ok
7882024-12-08T22:59:11.267Z
7892024-12-08T22:59:11.267Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 12 filtered out; finished in 0.01s
7902024-12-08T22:59:11.267Z
7912024-12-08T22:59:11.291Z+ banner disag
7922024-12-08T22:59:11.291Z
7932024-12-08T22:59:11.291Z ##### # #### ## ####
7942024-12-08T22:59:11.291Z # # # # # # # #
7952024-12-08T22:59:11.291Z # # # #### # # #
7962024-12-08T22:59:11.291Z # # # # ###### # ###
7972024-12-08T22:59:11.291Z # # # # # # # # #
7982024-12-08T22:59:11.291Z ##### # #### # # ####
7992024-12-08T22:59:11.291Z
8002024-12-08T22:59:11.291Z+ RUST_BACKTRACE=1
8012024-12-08T22:59:11.291Z+ cargo test disag_router -- --nocapture
8022024-12-08T22:59:11.446Z Finished test [unoptimized + debuginfo] target(s) in 0.10s
8032024-12-08T22:59:11.469Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8)
8042024-12-08T22:59:11.469Z
8052024-12-08T22:59:11.469Zrunning 1 test
8062024-12-08T22:59:11.469Z[phy2] do you know the muffin man?
8072024-12-08T22:59:11.469Z[cpu] the muffin man?
8082024-12-08T22:59:11.469Z[cpu] the muffin man!
8092024-12-08T22:59:11.469Z[cpu] why yes
8102024-12-08T22:59:11.469Z[phy1] i know the muffin man
8112024-12-08T22:59:11.469Z[phy3] the muffin man is me!!!
8122024-12-08T22:59:11.469Ztest disag_router::disag_router ... ok
8132024-12-08T22:59:11.469Z
8142024-12-08T22:59:11.469Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8152024-12-08T22:59:11.469Z
8162024-12-08T22:59:11.492Z+ banner 'dyn rtr'
8172024-12-08T22:59:11.492Z
8182024-12-08T22:59:11.492Z ##### # # # # ##### ##### #####
8192024-12-08T22:59:11.492Z # # # # ## # # # # # #
8202024-12-08T22:59:11.492Z # # # # # # # # # # #
8212024-12-08T22:59:11.492Z # # # # # # ##### # #####
8222024-12-08T22:59:11.493Z # # # # ## # # # # #
8232024-12-08T22:59:11.493Z ##### # # # # # # # #
8242024-12-08T22:59:11.493Z
8252024-12-08T22:59:11.493Z+ RUST_BACKTRACE=1
8262024-12-08T22:59:11.493Z+ cargo test dynamic_router -- --nocapture
8272024-12-08T22:59:11.664Z Finished test [unoptimized + debuginfo] target(s) in 0.11s
8282024-12-08T22:59:11.687Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8)
8292024-12-08T22:59:11.687Z
8302024-12-08T22:59:11.687Zrunning 1 test
8312024-12-08T22:59:11.687Z[phy2] do you know the muffin man?
8322024-12-08T22:59:11.687Z[cpu] the muffin man?
8332024-12-08T22:59:11.687Z[cpu] the muffin man!
8342024-12-08T22:59:11.687Z[cpu] why yes
8352024-12-08T22:59:11.687Z[phy1] i know the muffin man
8362024-12-08T22:59:11.687Z[phy3] the muffin man is me!!!
8372024-12-08T22:59:11.687Ztest dynamic_router::dynamic_router2 ... ok
8382024-12-08T22:59:11.687Z
8392024-12-08T22:59:11.687Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8402024-12-08T22:59:11.687Z
8412024-12-08T22:59:11.710Z+ banner hub
8422024-12-08T22:59:11.710Z
8432024-12-08T22:59:11.710Z # # # # #####
8442024-12-08T22:59:11.711Z # # # # # #
8452024-12-08T22:59:11.711Z ###### # # #####
8462024-12-08T22:59:11.711Z # # # # # #
8472024-12-08T22:59:11.711Z # # # # # #
8482024-12-08T22:59:11.711Z # # #### #####
8492024-12-08T22:59:11.711Z
8502024-12-08T22:59:11.711Z+ RUST_BACKTRACE=1
8512024-12-08T22:59:11.711Z+ cargo test hub -- --nocapture
8522024-12-08T22:59:11.876Z Finished test [unoptimized + debuginfo] target(s) in 0.10s
8532024-12-08T22:59:11.899Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8)
8542024-12-08T22:59:11.899Z
8552024-12-08T22:59:11.899Zrunning 1 test
8562024-12-08T22:59:11.899Z[phy2] do you know the muffin man?
8572024-12-08T22:59:11.899Z[phy3] do you know the muffin man?
8582024-12-08T22:59:11.899Z[phy1] the muffin man?
8592024-12-08T22:59:11.899Z[phy3] the muffin man?
8602024-12-08T22:59:11.899Z[phy2] the muffin man!
8612024-12-08T22:59:11.899Z[phy3] the muffin man!
8622024-12-08T22:59:11.899Z[phy1] why yes
8632024-12-08T22:59:11.899Z[phy1] i know the muffin man
8642024-12-08T22:59:11.899Z[phy1] the muffin man is me!!!
8652024-12-08T22:59:11.899Z[phy3] why yes
8662024-12-08T22:59:11.899Z[phy3] i know the muffin man
8672024-12-08T22:59:11.899Z[phy3] the muffin man is me!!!
8682024-12-08T22:59:11.899Ztest hub::hub2 ... ok
8692024-12-08T22:59:11.899Z
8702024-12-08T22:59:11.899Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8712024-12-08T22:59:11.899Z
8722024-12-08T22:59:11.923Z+ banner router
8732024-12-08T22:59:11.923Z
8742024-12-08T22:59:11.923Z ##### #### # # ##### ###### #####
8752024-12-08T22:59:11.923Z # # # # # # # # # #
8762024-12-08T22:59:11.923Z # # # # # # # ##### # #
8772024-12-08T22:59:11.923Z ##### # # # # # # #####
8782024-12-08T22:59:11.923Z # # # # # # # # # #
8792024-12-08T22:59:11.923Z # # #### #### # ###### # #
8802024-12-08T22:59:11.923Z
8812024-12-08T22:59:11.923Z+ RUST_BACKTRACE=1
8822024-12-08T22:59:11.923Z+ cargo test basic_router -- --nocapture
8832024-12-08T22:59:12.085Z Finished test [unoptimized + debuginfo] target(s) in 0.10s
8842024-12-08T22:59:12.109Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8)
8852024-12-08T22:59:12.109Z
8862024-12-08T22:59:12.109Zrunning 1 test
8872024-12-08T22:59:12.109Z[phy2] do you know the muffin man?
8882024-12-08T22:59:12.109Z[phy1] the muffin man?
8892024-12-08T22:59:12.109Z[phy2] the muffin man!
8902024-12-08T22:59:12.109Z[phy1] why yes
8912024-12-08T22:59:12.109Z[phy1] i know the muffin man
8922024-12-08T22:59:12.109Z[phy1] the muffin man is me!!!
8932024-12-08T22:59:12.109Ztest basic_router::basic_router2 ... ok
8942024-12-08T22:59:12.109Z
8952024-12-08T22:59:12.109Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8962024-12-08T22:59:12.109Z
8972024-12-08T22:59:12.132Z+ banner headers
8982024-12-08T22:59:12.132Z
8992024-12-08T22:59:12.132Z # # ###### ## ##### ###### ##### ####
9002024-12-08T22:59:12.132Z # # # # # # # # # # #
9012024-12-08T22:59:12.132Z ###### ##### # # # # ##### # # ####
9022024-12-08T22:59:12.132Z # # # ###### # # # ##### #
9032024-12-08T22:59:12.132Z # # # # # # # # # # # #
9042024-12-08T22:59:12.132Z # # ###### # # ##### ###### # # ####
9052024-12-08T22:59:12.132Z
9062024-12-08T22:59:12.132Z+ RUST_BACKTRACE=1
9072024-12-08T22:59:12.133Z+ cargo test headers -- --nocapture
9082024-12-08T22:59:12.293Z Finished test [unoptimized + debuginfo] target(s) in 0.10s
9092024-12-08T22:59:12.317Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8)
9102024-12-08T22:59:12.317Z
9112024-12-08T22:59:12.317Zrunning 1 test
9122024-12-08T22:59:12.317Ztest headers::ipv6_header_read_write ... ok
9132024-12-08T22:59:12.317Z
9142024-12-08T22:59:12.317Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.00s
9152024-12-08T22:59:12.317Z
9162024-12-08T22:59:12.317Zprocess exited: duration 185478 ms, exit code 0
 
9172024-12-08T22:59:12.392Zfound 4 output files
9182024-12-08T22:59:12.392Zuploading: /work/debug/libsidecar_lite.so (35277768 bytes)
9192024-12-08T22:59:21.401Zuploaded: /work/debug/libsidecar_lite.so
9202024-12-08T22:59:21.401Zuploading: /work/debug/x4c (41474144 bytes)
9212024-12-08T22:59:32.130Zuploaded: /work/debug/x4c
9222024-12-08T22:59:32.130Zuploading: /work/release/libsidecar_lite.so (8517144 bytes)
9232024-12-08T22:59:35.210Zuploaded: /work/release/libsidecar_lite.so
9242024-12-08T22:59:35.234Zuploading: /work/release/x4c (8323280 bytes)
9252024-12-08T22:59:39.053Zuploaded: /work/release/x4c