01JE3XZ1WCR3HE3756AQPTWXB3: 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: 01JE3XZ8TAE08X3H2KDE7MTHMD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-02T14:57:30.397Zjob assigned to worker 01JE3XZF0SEWP6RBFBHD1QK674 [factory aws, i-0dc8453bb8fdc3ae5] (queued for 49 s)
 
22024-12-02T14:57:37.938Zstarting task 0: "setup"
32024-12-02T14:57:37.948Z++ uname -s
42024-12-02T14:57:37.950Z+ kern=SunOS
52024-12-02T14:57:37.950Z+ case "$kern" in
62024-12-02T14:57:37.950Z+ groupadd -g 12345 build
72024-12-02T14:57:37.952Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-02T14:57:39.960Z+ zfs create -o mountpoint=/work rpool/work
92024-12-02T14:57:40.139Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-02T14:57:40.142Z+ home_fs=zfs
112024-12-02T14:57:40.142Z+ [[ zfs == autofs ]]
122024-12-02T14:57:40.142Z+ mkdir -p /home/build
132024-12-02T14:57:40.144Z+ chown build:build /home/build /work
142024-12-02T14:57:42.145Z+ chmod 0700 /home/build /work
152024-12-02T14:57:42.147Zprocess exited: duration 4209 ms, exit code 0
 
162024-12-02T14:57:42.152Zstarting task 1: "rust-toolchain"
172024-12-02T14:57:42.157Z+ printf ' * toolchain channel = "%s"
182024-12-02T14:57:42.157Z' stable
192024-12-02T14:57:42.157Z * toolchain channel = "stable"
202024-12-02T14:57:42.158Z * toolchain profile = "default"
212024-12-02T14:57:42.160Z+ printf ' * toolchain profile = "%s"
222024-12-02T14:57:42.160Z' default
232024-12-02T14:57:42.160Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-02T14:57:42.160Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-02T14:57:42.277Zinfo: downloading installer
262024-12-02T14:57:43.425Zinfo: profile set to 'default'
272024-12-02T14:57:43.425Zinfo: default host triple is x86_64-unknown-illumos
282024-12-02T14:57:43.427Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-02T14:57:43.580Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-02T14:57:43.580Zinfo: downloading component 'cargo'
312024-12-02T14:57:44.469Zinfo: downloading component 'clippy'
322024-12-02T14:57:44.808Zinfo: downloading component 'rust-docs'
332024-12-02T14:57:46.045Zinfo: downloading component 'rust-std'
342024-12-02T14:57:47.836Zinfo: downloading component 'rustc'
352024-12-02T14:57:54.595Zinfo: downloading component 'rustfmt'
362024-12-02T14:57:54.856Zinfo: installing component 'cargo'
372024-12-02T14:57:55.698Zinfo: installing component 'clippy'
382024-12-02T14:57:56.086Zinfo: installing component 'rust-docs'
392024-12-02T14:57:57.769Zinfo: installing component 'rust-std'
402024-12-02T14:57:59.472Zinfo: installing component 'rustc'
412024-12-02T14:58:05.272Zinfo: installing component 'rustfmt'
422024-12-02T14:58:05.600Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-02T14:58:05.601Z
442024-12-02T14:58:05.965Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-02T14:58:05.965Z
462024-12-02T14:58:05.968Z
472024-12-02T14:58:05.968ZRust is installed now. Great!
482024-12-02T14:58:05.968Z
492024-12-02T14:58:05.968ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-02T14:58:05.968Zenvironment variable. This has not been done automatically.
512024-12-02T14:58:05.968Z
522024-12-02T14:58:05.968ZTo configure your current shell, you need to source
532024-12-02T14:58:05.968Zthe corresponding env file under $HOME/.cargo.
542024-12-02T14:58:05.968Z
552024-12-02T14:58:05.968ZThis is usually done by running one of the following (note the leading DOT):
562024-12-02T14:58:05.968Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-02T14:58:05.968Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-02T14:58:06.041Z+ rustc --version
592024-12-02T14:58:06.107Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-02T14:58:06.109Zprocess exited: duration 23955 ms, exit code 0
 
612024-12-02T14:58:06.118Zstarting task 2: "authentication"
622024-12-02T14:58:06.138Zprocess exited: duration 19 ms, exit code 0
 
632024-12-02T14:58:06.155Zstarting task 3: "clone repository"
642024-12-02T14:58:06.163Z+ mkdir -p /work/oxidecomputer/p4
652024-12-02T14:58:06.163Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
662024-12-02T14:58:06.200ZCloning into '/work/oxidecomputer/p4'...
672024-12-02T14:58:07.166Z+ cd /work/oxidecomputer/p4
682024-12-02T14:58:07.166Z+ git fetch origin 23e34c7ee4e04294bd379f2711b9a7df55ff54a3
692024-12-02T14:58:07.419ZFrom https://github.com/oxidecomputer/p4
702024-12-02T14:58:07.419Z * branch 23e34c7ee4e04294bd379f2711b9a7df55ff54a3 -> FETCH_HEAD
712024-12-02T14:58:07.427Z+ [[ -n zl/book-render ]]
722024-12-02T14:58:07.430Z++ git branch --show-current
732024-12-02T14:58:07.433Z+ current=main
742024-12-02T14:58:07.433Z+ [[ main != zl/book-render ]]
752024-12-02T14:58:07.433Z+ git branch -f zl/book-render 23e34c7ee4e04294bd379f2711b9a7df55ff54a3
762024-12-02T14:58:07.436Z+ git checkout -f zl/book-render
772024-12-02T14:58:07.444ZSwitched to branch 'zl/book-render'
782024-12-02T14:58:07.447Z+ git reset --hard 23e34c7ee4e04294bd379f2711b9a7df55ff54a3
792024-12-02T14:58:07.453ZHEAD is now at 23e34c7 [book] Fix rendering issue in book with sidebar
802024-12-02T14:58:07.456Zprocess exited: duration 1298 ms, exit code 0
 
812024-12-02T14:58:07.461Zstarting task 4: "build"
822024-12-02T14:58:07.466Z+ cargo --version
832024-12-02T14:58:07.471Zinfo: syncing channel updates for '1.77.0-x86_64-unknown-illumos'
842024-12-02T14:58:07.632Zinfo: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17)
852024-12-02T14:58:07.632Zinfo: downloading component 'cargo'
862024-12-02T14:58:08.880Zinfo: downloading component 'clippy'
872024-12-02T14:58:09.422Zinfo: downloading component 'rust-docs'
882024-12-02T14:58:10.567Zinfo: downloading component 'rust-std'
892024-12-02T14:58:12.977Zinfo: downloading component 'rustc'
902024-12-02T14:58:18.577Zinfo: downloading component 'rustfmt'
912024-12-02T14:58:19.046Zinfo: installing component 'cargo'
922024-12-02T14:58:19.817Zinfo: installing component 'clippy'
932024-12-02T14:58:20.128Zinfo: installing component 'rust-docs'
942024-12-02T14:58:21.578Zinfo: installing component 'rust-std'
952024-12-02T14:58:23.230Zinfo: installing component 'rustc'
962024-12-02T14:58:26.992Zinfo: installing component 'rustfmt'
972024-12-02T14:58:27.358Zcargo 1.77.0 (3fe68eabf 2024-02-29)
982024-12-02T14:58:27.360Z+ rustc --version
992024-12-02T14:58:27.424Zrustc 1.77.0 (aedd173a2 2024-03-17)
1002024-12-02T14:58:27.429Z+ banner check
1012024-12-02T14:58:27.432Z
1022024-12-02T14:58:27.432Z #### # # ###### #### # #
1032024-12-02T14:58:27.432Z # # # # # # # # #
1042024-12-02T14:58:27.432Z # ###### ##### # ####
1052024-12-02T14:58:27.432Z # # # # # # #
1062024-12-02T14:58:27.432Z # # # # # # # # #
1072024-12-02T14:58:27.434Z #### # # ###### #### # #
1082024-12-02T14:58:27.434Z+ cargo fmt -- --check
1092024-12-02T14:58:27.434Z
1102024-12-02T14:58:27.745Z+ cargo check
1112024-12-02T14:58:27.858Z Updating crates.io index
1122024-12-02T14:58:27.860Z Updating git repository `https://github.com/oxidecomputer/xfr`
1132024-12-02T14:58:28.515ZFrom https://github.com/oxidecomputer/xfr
1142024-12-02T14:58:28.515Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1152024-12-02T14:58:29.047Z Downloading crates ...
1162024-12-02T14:58:29.123Z Downloaded anyhow v1.0.66
1172024-12-02T14:58:29.133Z Downloaded aho-corasick v0.7.19
1182024-12-02T14:58:29.136Z Downloaded block-buffer v0.10.3
1192024-12-02T14:58:29.139Z Downloaded autocfg v1.1.0
1202024-12-02T14:58:29.139Z Downloaded atty v0.2.14
1212024-12-02T14:58:29.141Z Downloaded bitflags v1.3.2
1222024-12-02T14:58:29.154Z Downloaded bitvec v1.0.1
1232024-12-02T14:58:29.170Z Downloaded fastrand v1.8.0
1242024-12-02T14:58:29.173Z Downloaded crypto-common v0.1.6
1252024-12-02T14:58:29.173Z Downloaded cfg-if v1.0.0
1262024-12-02T14:58:29.180Z Downloaded num-traits v0.2.15
1272024-12-02T14:58:29.188Z Downloaded glob v0.3.0
1282024-12-02T14:58:29.190Z Downloaded num-iter v0.1.43
1292024-12-02T14:58:29.190Z Downloaded heck v0.4.0
1302024-12-02T14:58:29.193Z Downloaded digest v0.10.5
1312024-12-02T14:58:29.195Z Downloaded clap_derive v3.2.18
1322024-12-02T14:58:29.195Z Downloaded byteorder v1.4.3
1332024-12-02T14:58:29.198Z Downloaded cpufeatures v0.2.5
1342024-12-02T14:58:29.200Z Downloaded clap_lex v0.2.4
1352024-12-02T14:58:29.202Z Downloaded num-complex v0.4.2
1362024-12-02T14:58:29.206Z Downloaded num-bigint v0.4.3
1372024-12-02T14:58:29.211Z Downloaded getrandom v0.2.8
1382024-12-02T14:58:29.215Z Downloaded dtrace-parser v0.1.14
1392024-12-02T14:58:29.217Z Downloaded once_cell v1.16.0
1402024-12-02T14:58:29.220Z Downloaded itoa v1.0.4
1412024-12-02T14:58:29.222Z Downloaded clap v3.2.23
1422024-12-02T14:58:29.239Z Downloaded no-std-net v0.6.0
1432024-12-02T14:58:29.242Z Downloaded num v0.4.0
1442024-12-02T14:58:29.245Z Downloaded num-integer v0.1.45
1452024-12-02T14:58:29.245Z Downloaded lazy_static v1.4.0
1462024-12-02T14:58:29.248Z Downloaded generic-array v0.14.6
1472024-12-02T14:58:29.248Z Downloaded funty v2.0.0
1482024-12-02T14:58:29.250Z Downloaded dof v0.1.5
1492024-12-02T14:58:29.250Z Downloaded colored v2.0.0
1502024-12-02T14:58:29.252Z Downloaded pnet_base v0.31.0
1512024-12-02T14:58:29.252Z Downloaded usdt-attr-macro v0.3.5
1522024-12-02T14:58:29.253Z Downloaded strsim v0.10.0
1532024-12-02T14:58:29.260Z Downloaded rand_chacha v0.3.1
1542024-12-02T14:58:29.263Z Downloaded proc-macro-error-attr v1.0.4
1552024-12-02T14:58:29.263Z Downloaded pnet_sys v0.31.0
1562024-12-02T14:58:29.265Z Downloaded pnet_macros_support v0.31.0
1572024-12-02T14:58:29.265Z Downloaded os_str_bytes v6.3.1
1582024-12-02T14:58:29.267Z Downloaded ppv-lite86 v0.2.17
1592024-12-02T14:58:29.267Z Downloaded pest_derive v2.4.1
1602024-12-02T14:58:29.270Z Downloaded thread-id v4.0.0
1612024-12-02T14:58:29.273Z Downloaded synstructure v0.12.6
1622024-12-02T14:58:29.273Z Downloaded sha1 v0.10.5
1632024-12-02T14:58:29.273Z Downloaded tap v1.0.1
1642024-12-02T14:58:29.276Z Downloaded radium v0.7.0
1652024-12-02T14:58:29.278Z Downloaded remove_dir_all v0.5.3
1662024-12-02T14:58:29.281Z Downloaded usdt v0.3.5
1672024-12-02T14:58:29.281Z Downloaded unicode-xid v0.2.4
1682024-12-02T14:58:29.281Z Downloaded termcolor v1.1.3
1692024-12-02T14:58:29.285Z Downloaded num-rational v0.4.1
1702024-12-02T14:58:29.287Z Downloaded version_check v0.9.4
1712024-12-02T14:58:29.290Z Downloaded zerocopy v0.3.0
1722024-12-02T14:58:29.290Z Downloaded thiserror-impl v1.0.37
1732024-12-02T14:58:29.292Z Downloaded thiserror v1.0.37
1742024-12-02T14:58:29.295Z Downloaded wyz v0.5.0
1752024-12-02T14:58:29.297Z Downloaded rand_core v0.6.4
1762024-12-02T14:58:29.299Z Downloaded pest_meta v2.4.1
1772024-12-02T14:58:29.302Z Downloaded pnet_packet v0.31.0
1782024-12-02T14:58:29.302Z Downloaded usdt-impl v0.3.5
1792024-12-02T14:58:29.304Z Downloaded proc-macro-error v1.0.4
1802024-12-02T14:58:29.307Z Downloaded unicode-ident v1.0.5
1812024-12-02T14:58:29.309Z Downloaded tempfile v3.3.0
1822024-12-02T14:58:29.311Z Downloaded quote v1.0.21
1832024-12-02T14:58:29.313Z Downloaded pest_generator v2.4.1
1842024-12-02T14:58:29.313Z Downloaded typenum v1.15.0
1852024-12-02T14:58:29.316Z Downloaded usdt-macro v0.3.5
1862024-12-02T14:58:29.320Z Downloaded prettyplease v0.1.21
1872024-12-02T14:58:29.323Z Downloaded ryu v1.0.11
1882024-12-02T14:58:29.326Z Downloaded textwrap v0.16.0
1892024-12-02T14:58:29.328Z Downloaded serde_derive v1.0.147
1902024-12-02T14:58:29.330Z Downloaded memchr v2.5.0
1912024-12-02T14:58:29.334Z Downloaded ucd-trie v0.1.5
1922024-12-02T14:58:29.336Z Downloaded indexmap v1.9.1
1932024-12-02T14:58:29.339Z Downloaded proc-macro2 v1.0.47
1942024-12-02T14:58:29.349Z Downloaded serde v1.0.147
1952024-12-02T14:58:29.352Z Downloaded pest v2.4.1
1962024-12-02T14:58:29.356Z Downloaded hashbrown v0.12.3
1972024-12-02T14:58:29.359Z Downloaded rand v0.8.5
1982024-12-02T14:58:29.362Z Downloaded ipnetwork v0.19.0
1992024-12-02T14:58:29.367Z Downloaded pnet_macros v0.31.0
2002024-12-02T14:58:29.375Z Downloaded serde_tokenstream v0.1.3
2012024-12-02T14:58:29.378Z Downloaded pnet_transport v0.31.0
2022024-12-02T14:58:29.380Z Downloaded pnet_datalink v0.31.0
2032024-12-02T14:58:29.380Z Downloaded pnet v0.31.0
2042024-12-02T14:58:29.385Z Downloaded serde_json v1.0.87
2052024-12-02T14:58:29.420Z Downloaded syn v1.0.103
2062024-12-02T14:58:29.429Z Downloaded regex v1.7.0
2072024-12-02T14:58:29.436Z Downloaded regex-syntax v0.6.28
2082024-12-02T14:58:29.465Z Downloaded zerocopy-derive v0.2.0
2092024-12-02T14:58:29.472Z Downloaded libc v0.2.137
2102024-12-02T14:58:29.577Z Compiling proc-macro2 v1.0.47
2112024-12-02T14:58:29.577Z Compiling quote v1.0.21
2122024-12-02T14:58:29.579Z Compiling syn v1.0.103
2132024-12-02T14:58:29.579Z Compiling unicode-ident v1.0.5
2142024-12-02T14:58:29.579Z Compiling libc v0.2.137
2152024-12-02T14:58:29.579Z Compiling autocfg v1.1.0
2162024-12-02T14:58:29.579Z Compiling serde_derive v1.0.147
2172024-12-02T14:58:29.586Z Compiling serde v1.0.147
2182024-12-02T14:58:29.745Z Compiling memchr v2.5.0
2192024-12-02T14:58:30.140Z Compiling thiserror v1.0.37
2202024-12-02T14:58:30.142Z Compiling version_check v0.9.4
2212024-12-02T14:58:30.200Z Compiling unicode-xid v0.2.4
2222024-12-02T14:58:30.219Z Compiling ucd-trie v0.1.5
2232024-12-02T14:58:30.331Z Compiling prettyplease v0.1.21
2242024-12-02T14:58:30.645Z Compiling once_cell v1.16.0
2252024-12-02T14:58:30.703Z Compiling num-traits v0.2.15
2262024-12-02T14:58:30.798Z Compiling serde_json v1.0.87
2272024-12-02T14:58:30.995Z Checking atty v0.2.14
2282024-12-02T14:58:31.099Z Compiling regex-syntax v0.6.28
2292024-12-02T14:58:31.242Z Checking cfg-if v1.0.0
2302024-12-02T14:58:31.404Z Compiling usdt-impl v0.3.5
2312024-12-02T14:58:31.550Z Compiling aho-corasick v0.7.19
2322024-12-02T14:58:31.607Z Compiling num-integer v0.1.45
2332024-12-02T14:58:31.762Z Checking lazy_static v1.4.0
2342024-12-02T14:58:31.866Z Compiling byteorder v1.4.3
2352024-12-02T14:58:31.941Z Checking colored v2.0.0
2362024-12-02T14:58:32.078Z Compiling itoa v1.0.4
2372024-12-02T14:58:32.166Z Compiling ryu v1.0.11
2382024-12-02T14:58:32.284Z Compiling thread-id v4.0.0
2392024-12-02T14:58:32.320Z Compiling num-bigint v0.4.3
2402024-12-02T14:58:32.764Z Compiling num-iter v0.1.43
2412024-12-02T14:58:32.774Z Compiling num-rational v0.4.1
2422024-12-02T14:58:33.096Z Compiling radium v0.7.0
2432024-12-02T14:58:33.108Z Checking no-std-net v0.6.0
2442024-12-02T14:58:33.467Z Checking pnet_base v0.31.0
2452024-12-02T14:58:33.748Z Checking tap v1.0.1
2462024-12-02T14:58:33.825Z Compiling remove_dir_all v0.5.3
2472024-12-02T14:58:33.839Z Compiling fastrand v1.8.0
2482024-12-02T14:58:33.879Z Checking wyz v0.5.0
2492024-12-02T14:58:34.045Z Compiling proc-macro-error-attr v1.0.4
2502024-12-02T14:58:34.245Z Compiling regex v1.7.0
2512024-12-02T14:58:34.259Z Compiling tempfile v3.3.0
2522024-12-02T14:58:34.373Z Compiling anyhow v1.0.66
2532024-12-02T14:58:34.865Z Checking funty v2.0.0
2542024-12-02T14:58:35.220Z Checking pnet_macros_support v0.31.0
2552024-12-02T14:58:35.383Z Checking getrandom v0.2.8
2562024-12-02T14:58:35.417Z Checking pnet_sys v0.31.0
2572024-12-02T14:58:35.565Z Compiling proc-macro-error v1.0.4
2582024-12-02T14:58:35.756Z Checking bitvec v1.0.1
2592024-12-02T14:58:35.888Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2602024-12-02T14:58:36.190Z Checking rand_core v0.6.4
2612024-12-02T14:58:36.458Z Compiling indexmap v1.9.1
2622024-12-02T14:58:36.642Z Compiling pnet v0.31.0
2632024-12-02T14:58:36.793Z Checking ppv-lite86 v0.2.17
2642024-12-02T14:58:37.019Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
2652024-12-02T14:58:37.387Z Compiling synstructure v0.12.6
2662024-12-02T14:58:38.468Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2672024-12-02T14:58:39.056Z Checking rand_chacha v0.3.1
2682024-12-02T14:58:39.419Z Checking hashbrown v0.12.3
2692024-12-02T14:58:39.477Z Checking os_str_bytes v6.3.1
2702024-12-02T14:58:39.678Z Compiling heck v0.4.0
2712024-12-02T14:58:39.802Z Checking clap_lex v0.2.4
2722024-12-02T14:58:39.966Z Checking rand v0.8.5
2732024-12-02T14:58:40.044Z Checking textwrap v0.16.0
2742024-12-02T14:58:40.385Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
2752024-12-02T14:58:40.590Z Checking bitflags v1.3.2
2762024-12-02T14:58:40.592Z Checking termcolor v1.1.3
2772024-12-02T14:58:40.661Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
2782024-12-02T14:58:40.688Z Checking strsim v0.10.0
2792024-12-02T14:58:40.929Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
2802024-12-02T14:58:41.024Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
2812024-12-02T14:58:41.791Z Compiling thiserror-impl v1.0.37
2822024-12-02T14:58:41.791Z Compiling zerocopy-derive v0.2.0
2832024-12-02T14:58:41.794Z Compiling pnet_macros v0.31.0
2842024-12-02T14:58:41.794Z Compiling clap_derive v3.2.18
2852024-12-02T14:58:43.275Z Compiling zerocopy v0.3.0
2862024-12-02T14:58:43.584Z Checking pnet_packet v0.31.0
2872024-12-02T14:58:43.889Z Compiling pest v2.4.1
2882024-12-02T14:58:44.018Z Compiling dof v0.1.5
2892024-12-02T14:58:45.237Z Compiling pest_meta v2.4.1
2902024-12-02T14:58:45.246Z Checking clap v3.2.23
2912024-12-02T14:58:46.123Z Compiling pest_generator v2.4.1
2922024-12-02T14:58:47.242Z Compiling pest_derive v2.4.1
2932024-12-02T14:58:47.336Z Checking pnet_transport v0.31.0
2942024-12-02T14:58:47.849Z Compiling dtrace-parser v0.1.14
2952024-12-02T14:58:47.874Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
2962024-12-02T14:58:50.065Z Checking num-complex v0.4.2
2972024-12-02T14:58:50.065Z Checking ipnetwork v0.19.0
2982024-12-02T14:58:50.068Z Checking serde_tokenstream v0.1.3
2992024-12-02T14:58:50.293Z Checking pnet_datalink v0.31.0
3002024-12-02T14:58:50.347Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3012024-12-02T14:58:52.075Z Checking num v0.4.0
3022024-12-02T14:58:52.503Z Compiling usdt-macro v0.3.5
3032024-12-02T14:58:52.503Z Compiling usdt-attr-macro v0.3.5
3042024-12-02T14:58:53.298Z Checking usdt v0.3.5
3052024-12-02T14:58:53.395Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3062024-12-02T14:58:53.806Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3072024-12-02T14:58:55.051Z Finished dev [unoptimized + debuginfo] target(s) in 27.26s
3082024-12-02T14:58:55.106Z+ cargo clippy --all-targets -- --deny warnings
3092024-12-02T14:58:55.310Z Downloading crates ...
3102024-12-02T14:58:55.472Z Downloaded libloading v0.7.4
3112024-12-02T14:58:55.472Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3122024-12-02T14:58:55.472Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3132024-12-02T14:58:55.472Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3142024-12-02T14:58:55.472Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3152024-12-02T14:58:55.472Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3162024-12-02T14:58:55.472Z Checking libloading v0.7.4
3172024-12-02T14:58:55.806Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3182024-12-02T14:58:57.411Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3192024-12-02T14:58:59.382Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3202024-12-02T14:58:59.432Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3212024-12-02T14:59:00.827Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3222024-12-02T14:59:11.406Z Finished dev [unoptimized + debuginfo] target(s) in 16.18s
3232024-12-02T14:59:11.426Z+ banner build
3242024-12-02T14:59:11.430Z
3252024-12-02T14:59:11.430Z ##### # # # # #####
3262024-12-02T14:59:11.430Z # # # # # # # #
3272024-12-02T14:59:11.430Z ##### # # # # # #
3282024-12-02T14:59:11.430Z # # # # # # # #
3292024-12-02T14:59:11.430Z # # # # # # # #
3302024-12-02T14:59:11.430Z ##### #### # ###### #####
3312024-12-02T14:59:11.430Z
3322024-12-02T14:59:11.430Z+ ptime -m cargo build
3332024-12-02T14:59:11.621Z Compiling unicode-ident v1.0.5
3342024-12-02T14:59:11.624Z Compiling libc v0.2.137
3352024-12-02T14:59:11.627Z Compiling once_cell v1.16.0
3362024-12-02T14:59:11.629Z Compiling ucd-trie v0.1.5
3372024-12-02T14:59:11.630Z Compiling regex-syntax v0.6.28
3382024-12-02T14:59:11.630Z Compiling memchr v2.5.0
3392024-12-02T14:59:11.630Z Compiling cfg-if v1.0.0
3402024-12-02T14:59:11.643Z Compiling byteorder v1.4.3
3412024-12-02T14:59:11.696Z Compiling num-traits v0.2.15
3422024-12-02T14:59:11.769Z Compiling proc-macro2 v1.0.47
3432024-12-02T14:59:11.995Z Compiling lazy_static v1.4.0
3442024-12-02T14:59:12.077Z Compiling itoa v1.0.4
3452024-12-02T14:59:12.096Z Compiling ryu v1.0.11
3462024-12-02T14:59:12.263Z Compiling atty v0.2.14
3472024-12-02T14:59:12.277Z Compiling thread-id v4.0.0
3482024-12-02T14:59:12.304Z Compiling fastrand v1.8.0
3492024-12-02T14:59:12.360Z Compiling aho-corasick v0.7.19
3502024-12-02T14:59:12.365Z Compiling colored v2.0.0
3512024-12-02T14:59:12.400Z Compiling remove_dir_all v0.5.3
3522024-12-02T14:59:12.476Z Compiling quote v1.0.21
3532024-12-02T14:59:12.870Z Compiling syn v1.0.103
3542024-12-02T14:59:13.140Z Compiling tempfile v3.3.0
3552024-12-02T14:59:13.231Z Compiling no-std-net v0.6.0
3562024-12-02T14:59:13.307Z Compiling pnet_base v0.31.0
3572024-12-02T14:59:13.547Z Compiling num-integer v0.1.45
3582024-12-02T14:59:13.633Z Compiling tap v1.0.1
3592024-12-02T14:59:13.695Z Compiling radium v0.7.0
3602024-12-02T14:59:13.778Z Compiling wyz v0.5.0
3612024-12-02T14:59:13.901Z Compiling funty v2.0.0
3622024-12-02T14:59:14.112Z Compiling num-iter v0.1.43
3632024-12-02T14:59:14.174Z Compiling pnet_macros_support v0.31.0
3642024-12-02T14:59:14.269Z Compiling pnet_sys v0.31.0
3652024-12-02T14:59:14.319Z Compiling getrandom v0.2.8
3662024-12-02T14:59:14.326Z Compiling proc-macro-error-attr v1.0.4
3672024-12-02T14:59:14.593Z Compiling rand_core v0.6.4
3682024-12-02T14:59:14.679Z Compiling regex v1.7.0
3692024-12-02T14:59:15.015Z Compiling bitvec v1.0.1
3702024-12-02T14:59:15.091Z Compiling anyhow v1.0.66
3712024-12-02T14:59:15.198Z Compiling ppv-lite86 v0.2.17
3722024-12-02T14:59:15.873Z Compiling hashbrown v0.12.3
3732024-12-02T14:59:15.936Z Compiling rand_chacha v0.3.1
3742024-12-02T14:59:15.954Z Compiling os_str_bytes v6.3.1
3752024-12-02T14:59:16.472Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3762024-12-02T14:59:16.942Z Compiling indexmap v1.9.1
3772024-12-02T14:59:17.184Z Compiling clap_lex v0.2.4
3782024-12-02T14:59:17.786Z Compiling rand v0.8.5
3792024-12-02T14:59:17.790Z Compiling bitflags v1.3.2
3802024-12-02T14:59:17.859Z Compiling strsim v0.10.0
3812024-12-02T14:59:18.256Z Compiling termcolor v1.1.3
3822024-12-02T14:59:18.784Z Compiling prettyplease v0.1.21
3832024-12-02T14:59:19.075Z Compiling synstructure v0.12.6
3842024-12-02T14:59:19.389Z Compiling proc-macro-error v1.0.4
3852024-12-02T14:59:19.937Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3862024-12-02T14:59:20.460Z Compiling textwrap v0.16.0
3872024-12-02T14:59:21.124Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3882024-12-02T14:59:21.523Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3892024-12-02T14:59:23.128Z Compiling serde_derive v1.0.147
3902024-12-02T14:59:23.128Z Compiling thiserror-impl v1.0.37
3912024-12-02T14:59:23.131Z Compiling zerocopy-derive v0.2.0
3922024-12-02T14:59:23.239Z Compiling pnet_macros v0.31.0
3932024-12-02T14:59:24.002Z Compiling clap_derive v3.2.18
3942024-12-02T14:59:24.988Z Compiling zerocopy v0.3.0
3952024-12-02T14:59:25.510Z Compiling pnet_packet v0.31.0
3962024-12-02T14:59:25.541Z Compiling thiserror v1.0.37
3972024-12-02T14:59:25.607Z Compiling pest v2.4.1
3982024-12-02T14:59:25.607Z Compiling dof v0.1.5
3992024-12-02T14:59:26.987Z Compiling pest_meta v2.4.1
4002024-12-02T14:59:27.062Z Compiling clap v3.2.23
4012024-12-02T14:59:27.682Z Compiling pest_generator v2.4.1
4022024-12-02T14:59:28.260Z Compiling serde v1.0.147
4032024-12-02T14:59:28.754Z Compiling pest_derive v2.4.1
4042024-12-02T14:59:29.197Z Compiling pnet_transport v0.31.0
4052024-12-02T14:59:29.423Z Compiling dtrace-parser v0.1.14
4062024-12-02T14:59:30.132Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4072024-12-02T14:59:32.546Z Compiling serde_json v1.0.87
4082024-12-02T14:59:32.546Z Compiling serde_tokenstream v0.1.3
4092024-12-02T14:59:32.547Z Compiling num-bigint v0.4.3
4102024-12-02T14:59:32.553Z Compiling num-complex v0.4.2
4112024-12-02T14:59:32.588Z Compiling ipnetwork v0.19.0
4122024-12-02T14:59:32.872Z Compiling pnet_datalink v0.31.0
4132024-12-02T14:59:32.961Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4142024-12-02T14:59:33.301Z Compiling pnet v0.31.0
4152024-12-02T14:59:34.068Z Compiling usdt-impl v0.3.5
4162024-12-02T14:59:34.764Z Compiling num-rational v0.4.1
4172024-12-02T14:59:35.449Z Compiling num v0.4.0
4182024-12-02T14:59:35.634Z Compiling usdt-attr-macro v0.3.5
4192024-12-02T14:59:35.634Z Compiling usdt-macro v0.3.5
4202024-12-02T14:59:36.651Z Compiling usdt v0.3.5
4212024-12-02T14:59:36.744Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4222024-12-02T14:59:37.213Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4232024-12-02T14:59:37.577Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4242024-12-02T14:59:37.577Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4252024-12-02T14:59:37.680Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4262024-12-02T14:59:42.447Z Finished dev [unoptimized + debuginfo] target(s) in 30.97s
4272024-12-02T14:59:42.459Z
4282024-12-02T14:59:42.463Zreal 31.024682806
4292024-12-02T14:59:42.463Zuser 2:39.392335680
4302024-12-02T14:59:42.463Zsys 32.654197407
4312024-12-02T14:59:42.463Ztrap 0.072207891
4322024-12-02T14:59:42.463Ztflt 0.252137713
4332024-12-02T14:59:42.463Zdflt 0.730839338
4342024-12-02T14:59:42.463Zkflt 0.000113717
4352024-12-02T14:59:42.463Zlock 4:42.673117345
4362024-12-02T14:59:42.463Zslp 6:43.843972436
4372024-12-02T14:59:42.463Zlat 4.549695537
4382024-12-02T14:59:42.463Zstop 4.290406135
4392024-12-02T14:59:42.463Z+ ptime -m cargo build --release
4402024-12-02T14:59:42.580Z Compiling proc-macro2 v1.0.47
4412024-12-02T14:59:42.580Z Compiling quote v1.0.21
4422024-12-02T14:59:42.583Z Compiling unicode-ident v1.0.5
4432024-12-02T14:59:42.583Z Compiling syn v1.0.103
4442024-12-02T14:59:42.583Z Compiling libc v0.2.137
4452024-12-02T14:59:42.583Z Compiling autocfg v1.1.0
4462024-12-02T14:59:42.583Z Compiling serde v1.0.147
4472024-12-02T14:59:42.583Z Compiling serde_derive v1.0.147
4482024-12-02T14:59:42.733Z Compiling memchr v2.5.0
4492024-12-02T14:59:43.085Z Compiling version_check v0.9.4
4502024-12-02T14:59:43.088Z Compiling thiserror v1.0.37
4512024-12-02T14:59:43.191Z Compiling ucd-trie v0.1.5
4522024-12-02T14:59:43.194Z Compiling unicode-xid v0.2.4
4532024-12-02T14:59:43.209Z Compiling once_cell v1.16.0
4542024-12-02T14:59:43.638Z Compiling prettyplease v0.1.21
4552024-12-02T14:59:43.671Z Compiling serde_json v1.0.87
4562024-12-02T14:59:43.804Z Compiling num-traits v0.2.15
4572024-12-02T14:59:43.815Z Compiling regex-syntax v0.6.28
4582024-12-02T14:59:44.152Z Compiling aho-corasick v0.7.19
4592024-12-02T14:59:44.376Z Compiling usdt-impl v0.3.5
4602024-12-02T14:59:44.752Z Compiling num-integer v0.1.45
4612024-12-02T14:59:44.791Z Compiling byteorder v1.4.3
4622024-12-02T14:59:45.272Z Compiling atty v0.2.14
4632024-12-02T14:59:45.392Z Compiling cfg-if v1.0.0
4642024-12-02T14:59:45.466Z Compiling itoa v1.0.4
4652024-12-02T14:59:45.649Z Compiling ryu v1.0.11
4662024-12-02T14:59:46.018Z Compiling thread-id v4.0.0
4672024-12-02T14:59:46.218Z Compiling num-bigint v0.4.3
4682024-12-02T14:59:46.527Z Compiling lazy_static v1.4.0
4692024-12-02T14:59:46.847Z Compiling colored v2.0.0
4702024-12-02T14:59:47.176Z Compiling regex v1.7.0
4712024-12-02T14:59:47.803Z Compiling num-rational v0.4.1
4722024-12-02T14:59:48.157Z Compiling num-iter v0.1.43
4732024-12-02T14:59:48.429Z Compiling fastrand v1.8.0
4742024-12-02T14:59:48.873Z Compiling remove_dir_all v0.5.3
4752024-12-02T14:59:48.947Z Compiling radium v0.7.0
4762024-12-02T14:59:49.004Z Compiling no-std-net v0.6.0
4772024-12-02T14:59:49.087Z Compiling pnet_base v0.31.0
4782024-12-02T14:59:49.092Z Compiling tempfile v3.3.0
4792024-12-02T14:59:49.133Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4802024-12-02T14:59:49.464Z Compiling tap v1.0.1
4812024-12-02T14:59:49.619Z Compiling wyz v0.5.0
4822024-12-02T14:59:49.650Z Compiling proc-macro-error-attr v1.0.4
4832024-12-02T14:59:49.663Z Compiling funty v2.0.0
4842024-12-02T14:59:49.994Z Compiling anyhow v1.0.66
4852024-12-02T14:59:50.047Z Compiling pnet_macros_support v0.31.0
4862024-12-02T14:59:50.220Z Compiling synstructure v0.12.6
4872024-12-02T14:59:51.650Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4882024-12-02T14:59:51.950Z Compiling bitvec v1.0.1
4892024-12-02T14:59:52.148Z Compiling getrandom v0.2.8
4902024-12-02T14:59:52.288Z Compiling pnet_sys v0.31.0
4912024-12-02T14:59:52.450Z Compiling proc-macro-error v1.0.4
4922024-12-02T14:59:52.590Z Compiling rand_core v0.6.4
4932024-12-02T14:59:53.041Z Compiling indexmap v1.9.1
4942024-12-02T14:59:53.518Z Compiling ppv-lite86 v0.2.17
4952024-12-02T14:59:53.747Z Compiling pnet v0.31.0
4962024-12-02T14:59:54.297Z Compiling rand_chacha v0.3.1
4972024-12-02T14:59:54.740Z Compiling hashbrown v0.12.3
4982024-12-02T14:59:55.139Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4992024-12-02T14:59:55.503Z Compiling heck v0.4.0
5002024-12-02T14:59:55.892Z Compiling thiserror-impl v1.0.37
5012024-12-02T14:59:56.172Z Compiling zerocopy-derive v0.2.0
5022024-12-02T14:59:56.172Z Compiling pnet_macros v0.31.0
5032024-12-02T14:59:57.797Z Compiling zerocopy v0.3.0
5042024-12-02T14:59:58.537Z Compiling pnet_packet v0.31.0
5052024-12-02T14:59:58.860Z Compiling pest v2.4.1
5062024-12-02T14:59:58.890Z Compiling dof v0.1.5
5072024-12-02T15:00:00.455Z Compiling pest_meta v2.4.1
5082024-12-02T15:00:01.035Z Compiling os_str_bytes v6.3.1
5092024-12-02T15:00:01.620Z Compiling pest_generator v2.4.1
5102024-12-02T15:00:03.176Z Compiling pnet_transport v0.31.0
5112024-12-02T15:00:03.873Z Compiling pest_derive v2.4.1
5122024-12-02T15:00:04.734Z Compiling dtrace-parser v0.1.14
5132024-12-02T15:00:07.658Z Compiling clap_lex v0.2.4
5142024-12-02T15:00:09.453Z Compiling clap_derive v3.2.18
5152024-12-02T15:00:09.840Z Compiling serde_tokenstream v0.1.3
5162024-12-02T15:00:11.587Z Compiling num-complex v0.4.2
5172024-12-02T15:00:13.925Z Compiling usdt-macro v0.3.5
5182024-12-02T15:00:15.191Z Compiling usdt-attr-macro v0.3.5
5192024-12-02T15:00:16.607Z Compiling usdt v0.3.5
5202024-12-02T15:00:16.789Z Compiling num v0.4.0
5212024-12-02T15:00:16.883Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5222024-12-02T15:00:17.101Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5232024-12-02T15:00:17.106Z Compiling ipnetwork v0.19.0
5242024-12-02T15:00:18.080Z Compiling pnet_datalink v0.31.0
5252024-12-02T15:00:18.630Z Compiling rand v0.8.5
5262024-12-02T15:00:19.748Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5272024-12-02T15:00:20.100Z Compiling textwrap v0.16.0
5282024-12-02T15:00:20.402Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5292024-12-02T15:00:20.528Z Compiling bitflags v1.3.2
5302024-12-02T15:00:20.609Z Compiling termcolor v1.1.3
5312024-12-02T15:00:21.121Z Compiling strsim v0.10.0
5322024-12-02T15:00:21.596Z Compiling clap v3.2.23
5332024-12-02T15:00:22.737Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5342024-12-02T15:00:23.094Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5352024-12-02T15:00:29.478Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5362024-12-02T15:00:33.583Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5372024-12-02T15:00:49.279Z Finished release [optimized] target(s) in 1m 06s
5382024-12-02T15:00:49.360Z
5392024-12-02T15:00:49.360Zreal 1:06.771595219
5402024-12-02T15:00:49.360Zuser 6:58.035663216
5412024-12-02T15:00:49.360Zsys 40.040608665
5422024-12-02T15:00:49.360Ztrap 0.197401186
5432024-12-02T15:00:49.360Ztflt 0.495065136
5442024-12-02T15:00:49.360Zdflt 0.073050424
5452024-12-02T15:00:49.360Zkflt 0.000019350
5462024-12-02T15:00:49.360Zlock 16:09.109136005
5472024-12-02T15:00:49.360Zslp 19:09.843447043
5482024-12-02T15:00:49.360Zlat 18.518419174
5492024-12-02T15:00:49.360Zstop 7.723423545
5502024-12-02T15:00:49.360Z+ for x in debug release
5512024-12-02T15:00:49.360Z+ mkdir -p /work/debug
5522024-12-02T15:00:49.360Z+ cp target/debug/x4c /work/debug/
5532024-12-02T15:00:49.360Z+ cp target/debug/libsidecar_lite.so /work/debug/
5542024-12-02T15:00:49.360Z+ for x in debug release
5552024-12-02T15:00:49.360Z+ mkdir -p /work/release
5562024-12-02T15:00:49.360Z+ cp target/release/x4c /work/release/
5572024-12-02T15:00:49.441Z+ cp target/release/libsidecar_lite.so /work/release/
5582024-12-02T15:00:49.441Z+ banner test
5592024-12-02T15:00:49.441Z
5602024-12-02T15:00:49.441Z ##### ###### #### #####
5612024-12-02T15:00:49.442Z # # # #
5622024-12-02T15:00:49.442Z # ##### #### #
5632024-12-02T15:00:49.442Z # # # #
5642024-12-02T15:00:49.442Z # # # # #
5652024-12-02T15:00:49.442Z # ###### #### #
5662024-12-02T15:00:49.442Z
5672024-12-02T15:00:49.442Z+ cargo test
5682024-12-02T15:00:49.511Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5692024-12-02T15:00:49.511Z Compiling libloading v0.7.4
5702024-12-02T15:00:49.511Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5712024-12-02T15:00:49.511Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5722024-12-02T15:00:49.511Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5732024-12-02T15:00:49.511Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5742024-12-02T15:00:49.841Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5752024-12-02T15:00:51.021Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5762024-12-02T15:00:51.022Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5772024-12-02T15:00:51.022Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5782024-12-02T15:00:51.558Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5792024-12-02T15:01:02.868Z Finished test [unoptimized + debuginfo] target(s) in 13.48s
5802024-12-02T15:01:02.876Z Running unittests src/lib.rs (target/debug/deps/p4-abbc395bb70cae89)
5812024-12-02T15:01:02.883Z
5822024-12-02T15:01:02.884Zrunning 0 tests
5832024-12-02T15:01:02.884Z
5842024-12-02T15:01:02.884Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5852024-12-02T15:01:02.884Z
5862024-12-02T15:01:02.887Z Running unittests src/lib.rs (target/debug/deps/p4_macro-f7aa59be3fa914c1)
5872024-12-02T15:01:02.890Z
5882024-12-02T15:01:02.890Zrunning 0 tests
5892024-12-02T15:01:02.890Z
5902024-12-02T15:01:02.890Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5912024-12-02T15:01:02.890Z
5922024-12-02T15:01:02.890Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-5d71657ad00a7307)
5932024-12-02T15:01:02.893Z
5942024-12-02T15:01:02.893Zrunning 0 tests
5952024-12-02T15:01:02.893Z
5962024-12-02T15:01:02.893Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5972024-12-02T15:01:02.893Z
5982024-12-02T15:01:02.893Z Running unittests src/lib.rs (target/debug/deps/p4_rust-b080b91c7a14b064)
5992024-12-02T15:01:02.897Z
6002024-12-02T15:01:02.897Zrunning 0 tests
6012024-12-02T15:01:02.897Z
6022024-12-02T15:01:02.898Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6032024-12-02T15:01:02.898Z
6042024-12-02T15:01:02.898Z Running unittests src/lib.rs (target/debug/deps/p4rs-799f25ddb112eab1)
6052024-12-02T15:01:02.902Z
6062024-12-02T15:01:02.902Zrunning 11 tests
6072024-12-02T15:01:02.902Ztest bitmath::tests::bitmath_add_cascade ... ok
6082024-12-02T15:01:02.902Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6092024-12-02T15:01:02.902Ztest bitmath::tests::bitmath_add ... ok
6102024-12-02T15:01:02.902Ztest bitmath::tests::bitmath_add_nest ... ok
6112024-12-02T15:01:02.902Ztest bitmath::tests::bitmath_mod ... ok
6122024-12-02T15:01:02.902Ztest checksum::tests::udp_checksum ... ok
6132024-12-02T15:01:02.902Ztest table::tests::match_lpm_ternary_1 ... ok
6142024-12-02T15:01:02.902Ztest table::tests::match_lpm_1 ... ok
6152024-12-02T15:01:02.902Ztest table::tests::match_lpm_ternary_range ... ok
6162024-12-02T15:01:02.905Ztest table::tests::match_ternary_1 ... ok
6172024-12-02T15:01:02.905Ztest table::tests::match_with_action ... ok
6182024-12-02T15:01:02.905Z
6192024-12-02T15:01:02.906Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6202024-12-02T15:01:02.906Z
6212024-12-02T15:01:02.906Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-9c7b289a831603c9)
6222024-12-02T15:01:02.906Z
6232024-12-02T15:01:02.906Zrunning 0 tests
6242024-12-02T15:01:02.906Z
6252024-12-02T15:01:02.906Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6262024-12-02T15:01:02.906Z
6272024-12-02T15:01:02.909Z Running unittests src/lib.rs (target/debug/deps/tests-7665bdeabfa34a15)
6282024-12-02T15:01:02.912Z
6292024-12-02T15:01:02.912Zrunning 14 tests
6302024-12-02T15:01:02.914Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6312024-12-02T15:01:02.915Ztest headers::ipv6_header_read_write ... ok
6322024-12-02T15:01:02.915Ztest ipv6::test_ipv6_parse ... ok
6332024-12-02T15:01:02.917Ztest dload::pipeline_create ... ok
6342024-12-02T15:01:02.917Ztest dload::dynamic_load ... ok
6352024-12-02T15:01:02.917Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6362024-12-02T15:01:02.920Ztest vlan::test_vlan_parse ... ok
6372024-12-02T15:01:02.925Ztest decap::geneve_decap ... ok
6382024-12-02T15:01:02.928Ztest range::range ... ok
6392024-12-02T15:01:02.928Ztest dynamic_router::dynamic_router2 ... ok
6402024-12-02T15:01:02.930Ztest hub::hub2 ... ok
6412024-12-02T15:01:02.931Ztest disag_router::disag_router ... ok
6422024-12-02T15:01:02.934Ztest basic_router::basic_router2 ... ok
6432024-12-02T15:01:02.934Ztest mac_rewrite::mac_rewrite2 ... ok
6442024-12-02T15:01:02.934Z
6452024-12-02T15:01:02.937Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
6462024-12-02T15:01:02.937Z
6472024-12-02T15:01:02.941Z Running unittests src/lib.rs (target/debug/deps/x4c-94bdace97ef6dc80)
6482024-12-02T15:01:02.949Z
6492024-12-02T15:01:02.949Zrunning 0 tests
6502024-12-02T15:01:02.949Z
6512024-12-02T15:01:02.949Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6522024-12-02T15:01:02.949Z
6532024-12-02T15:01:02.949Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-89bb2762bcf4bf2c)
6542024-12-02T15:01:02.952Z
6552024-12-02T15:01:02.952Zrunning 0 tests
6562024-12-02T15:01:02.952Z
6572024-12-02T15:01:02.952Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6582024-12-02T15:01:02.952Z
6592024-12-02T15:01:02.952Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-ddbd09492f9421b3)
6602024-12-02T15:01:02.954Z
6612024-12-02T15:01:02.954Zrunning 0 tests
6622024-12-02T15:01:02.954Z
6632024-12-02T15:01:02.954Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6642024-12-02T15:01:02.954Z
6652024-12-02T15:01:02.954Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-ebda7af6f7678c49)
6662024-12-02T15:01:02.957Z
6672024-12-02T15:01:02.957Zrunning 0 tests
6682024-12-02T15:01:02.957Z
6692024-12-02T15:01:02.957Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6702024-12-02T15:01:02.957Z
6712024-12-02T15:01:02.961Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-6b45f322baf0be68)
6722024-12-02T15:01:02.963Z
6732024-12-02T15:01:02.963Zrunning 0 tests
6742024-12-02T15:01:02.963Z
6752024-12-02T15:01:02.963Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6762024-12-02T15:01:02.964Z
6772024-12-02T15:01:02.964Z Doc-tests p4
6782024-12-02T15:01:03.116Z
6792024-12-02T15:01:03.116Zrunning 0 tests
6802024-12-02T15:01:03.116Z
6812024-12-02T15:01:03.116Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6822024-12-02T15:01:03.116Z
6832024-12-02T15:01:03.124Z Doc-tests p4-macro
6842024-12-02T15:01:03.178Z
6852024-12-02T15:01:03.179Zrunning 2 tests
6862024-12-02T15:01:03.182Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
6872024-12-02T15:01:03.182Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
6882024-12-02T15:01:03.182Z
6892024-12-02T15:01:03.182Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
6902024-12-02T15:01:03.182Z
6912024-12-02T15:01:03.185Z Doc-tests p4-rust
6922024-12-02T15:01:03.447Z
6932024-12-02T15:01:03.447Zrunning 0 tests
6942024-12-02T15:01:03.447Z
6952024-12-02T15:01:03.447Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6962024-12-02T15:01:03.447Z
6972024-12-02T15:01:03.458Z Doc-tests p4rs
6982024-12-02T15:01:03.575Z
6992024-12-02T15:01:03.575Zrunning 1 test
7002024-12-02T15:01:04.371Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7012024-12-02T15:01:04.371Z
7022024-12-02T15:01:04.371Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.80s
7032024-12-02T15:01:04.371Z
7042024-12-02T15:01:04.381Z Doc-tests tests
7052024-12-02T15:01:04.458Z
7062024-12-02T15:01:04.458Zrunning 0 tests
7072024-12-02T15:01:04.458Z
7082024-12-02T15:01:04.458Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7092024-12-02T15:01:04.458Z
7102024-12-02T15:01:04.466Z Doc-tests x4c
7112024-12-02T15:01:04.533Z
7122024-12-02T15:01:04.533Zrunning 0 tests
7132024-12-02T15:01:04.534Z
7142024-12-02T15:01:04.534Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7152024-12-02T15:01:04.534Z
7162024-12-02T15:01:04.540Z Doc-tests x4c_error_codes
7172024-12-02T15:01:04.577Z
7182024-12-02T15:01:04.577Zrunning 0 tests
7192024-12-02T15:01:04.577Z
7202024-12-02T15:01:04.577Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7212024-12-02T15:01:04.577Z
7222024-12-02T15:01:04.588Z+ pushd test
7232024-12-02T15:01:04.592Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7242024-12-02T15:01:04.592Z+ banner 'mac rewr'
7252024-12-02T15:01:04.592Z
7262024-12-02T15:01:04.592Z # # ## #### ##### ###### # # #####
7272024-12-02T15:01:04.592Z ## ## # # # # # # # # # # #
7282024-12-02T15:01:04.592Z # ## # # # # # # ##### # # # #
7292024-12-02T15:01:04.592Z # # ###### # ##### # # ## # #####
7302024-12-02T15:01:04.592Z # # # # # # # # # ## ## # #
7312024-12-02T15:01:04.592Z # # # # #### # # ###### # # # #
7322024-12-02T15:01:04.592Z
7332024-12-02T15:01:04.592Z+ RUST_BACKTRACE=1
7342024-12-02T15:01:04.592Z+ cargo test mac_rewrite -- --nocapture
7352024-12-02T15:01:04.749Z Compiling memchr v2.5.0
7362024-12-02T15:01:04.760Z Compiling pest_meta v2.4.1
7372024-12-02T15:01:04.763Z Compiling prettyplease v0.1.21
7382024-12-02T15:01:04.768Z Compiling tempfile v3.3.0
7392024-12-02T15:01:05.206Z Compiling aho-corasick v0.7.19
7402024-12-02T15:01:05.482Z Compiling pest_generator v2.4.1
7412024-12-02T15:01:06.197Z Compiling regex v1.7.0
7422024-12-02T15:01:06.500Z Compiling pest_derive v2.4.1
7432024-12-02T15:01:07.082Z Compiling dtrace-parser v0.1.14
7442024-12-02T15:01:07.308Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7452024-12-02T15:01:07.410Z Compiling usdt-impl v0.3.5
7462024-12-02T15:01:08.737Z Compiling pnet_macros v0.31.0
7472024-12-02T15:01:09.007Z Compiling usdt-macro v0.3.5
7482024-12-02T15:01:09.007Z Compiling usdt-attr-macro v0.3.5
7492024-12-02T15:01:09.048Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7502024-12-02T15:01:10.289Z Compiling pnet_packet v0.31.0
7512024-12-02T15:01:10.336Z Compiling usdt v0.3.5
7522024-12-02T15:01:10.448Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
7532024-12-02T15:01:10.830Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
7542024-12-02T15:01:13.149Z Compiling pnet_transport v0.31.0
7552024-12-02T15:01:13.280Z Compiling pnet v0.31.0
7562024-12-02T15:01:13.707Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
7572024-12-02T15:01:24.271Z Finished test [unoptimized + debuginfo] target(s) in 19.61s
7582024-12-02T15:01:24.277Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8)
7592024-12-02T15:01:24.284Z
7602024-12-02T15:01:24.284Zrunning 1 test
7612024-12-02T15:01:24.291Z[phy2] do you know the muffin man?
7622024-12-02T15:01:24.294Z[cpu] the muffin man?
7632024-12-02T15:01:24.294Z[cpu] the muffin man!
7642024-12-02T15:01:24.294Z[cpu] why yes
7652024-12-02T15:01:24.294Z[phy1] i know the muffin man
7662024-12-02T15:01:24.294Z[phy3] the muffin man is me!!!
7672024-12-02T15:01:24.294Ztest mac_rewrite::mac_rewrite2 ... ok
7682024-12-02T15:01:24.294Z
7692024-12-02T15:01:24.294Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
7702024-12-02T15:01:24.294Z
7712024-12-02T15:01:24.300Z+ banner 'dyn load'
7722024-12-02T15:01:24.302Z
7732024-12-02T15:01:24.302Z ##### # # # # # #### ## #####
7742024-12-02T15:01:24.302Z # # # # ## # # # # # # # #
7752024-12-02T15:01:24.302Z # # # # # # # # # # # # #
7762024-12-02T15:01:24.302Z # # # # # # # # # ###### # #
7772024-12-02T15:01:24.302Z # # # # ## # # # # # # #
7782024-12-02T15:01:24.302Z ##### # # # ###### #### # # #####
7792024-12-02T15:01:24.302Z
7802024-12-02T15:01:24.302Z+ RUST_BACKTRACE=1
7812024-12-02T15:01:24.302Z+ cargo test dload -- --nocapture
7822024-12-02T15:01:24.440Z Finished test [unoptimized + debuginfo] target(s) in 0.08s
7832024-12-02T15:01:24.443Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8)
7842024-12-02T15:01:24.454Z
7852024-12-02T15:01:24.454Zrunning 2 tests
7862024-12-02T15:01:24.461Ztest dload::dynamic_load ... ok
7872024-12-02T15:01:24.464Ztest dload::pipeline_create ... ok
7882024-12-02T15:01:24.465Z
7892024-12-02T15:01:24.465Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 12 filtered out; finished in 0.01s
7902024-12-02T15:01:24.465Z
7912024-12-02T15:01:24.469Z+ banner disag
7922024-12-02T15:01:24.469Z
7932024-12-02T15:01:24.469Z ##### # #### ## ####
7942024-12-02T15:01:24.469Z # # # # # # # #
7952024-12-02T15:01:24.469Z # # # #### # # #
7962024-12-02T15:01:24.469Z # # # # ###### # ###
7972024-12-02T15:01:24.469Z # # # # # # # # #
7982024-12-02T15:01:24.469Z ##### # #### # # ####
7992024-12-02T15:01:24.469Z
8002024-12-02T15:01:24.470Z+ RUST_BACKTRACE=1
8012024-12-02T15:01:24.470Z+ cargo test disag_router -- --nocapture
8022024-12-02T15:01:24.605Z Finished test [unoptimized + debuginfo] target(s) in 0.08s
8032024-12-02T15:01:24.609Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8)
8042024-12-02T15:01:24.620Z
8052024-12-02T15:01:24.620Zrunning 1 test
8062024-12-02T15:01:24.627Z[phy2] do you know the muffin man?
8072024-12-02T15:01:24.630Z[cpu] the muffin man?
8082024-12-02T15:01:24.630Z[cpu] the muffin man!
8092024-12-02T15:01:24.631Z[cpu] why yes
8102024-12-02T15:01:24.631Z[phy1] i know the muffin man
8112024-12-02T15:01:24.631Z[phy3] the muffin man is me!!!
8122024-12-02T15:01:24.631Ztest disag_router::disag_router ... ok
8132024-12-02T15:01:24.631Z
8142024-12-02T15:01:24.631Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8152024-12-02T15:01:24.631Z
8162024-12-02T15:01:24.636Z+ banner 'dyn rtr'
8172024-12-02T15:01:24.640Z
8182024-12-02T15:01:24.640Z ##### # # # # ##### ##### #####
8192024-12-02T15:01:24.640Z # # # # ## # # # # # #
8202024-12-02T15:01:24.640Z # # # # # # # # # # #
8212024-12-02T15:01:24.640Z # # # # # # ##### # #####
8222024-12-02T15:01:24.641Z # # # # ## # # # # #
8232024-12-02T15:01:24.641Z ##### # # # # # # # #
8242024-12-02T15:01:24.641Z
8252024-12-02T15:01:24.641Z+ RUST_BACKTRACE=1
8262024-12-02T15:01:24.641Z+ cargo test dynamic_router -- --nocapture
8272024-12-02T15:01:24.786Z Finished test [unoptimized + debuginfo] target(s) in 0.08s
8282024-12-02T15:01:24.790Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8)
8292024-12-02T15:01:24.790Z
8302024-12-02T15:01:24.791Zrunning 1 test
8312024-12-02T15:01:24.800Z[phy2] do you know the muffin man?
8322024-12-02T15:01:24.804Z[cpu] the muffin man?
8332024-12-02T15:01:24.804Z[cpu] the muffin man!
8342024-12-02T15:01:24.804Z[cpu] why yes
8352024-12-02T15:01:24.804Z[phy1] i know the muffin man
8362024-12-02T15:01:24.804Z[phy3] the muffin man is me!!!
8372024-12-02T15:01:24.804Ztest dynamic_router::dynamic_router2 ... ok
8382024-12-02T15:01:24.804Z
8392024-12-02T15:01:24.804Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8402024-12-02T15:01:24.804Z
8412024-12-02T15:01:24.807Z+ banner hub
8422024-12-02T15:01:24.807Z
8432024-12-02T15:01:24.807Z # # # # #####
8442024-12-02T15:01:24.807Z # # # # # #
8452024-12-02T15:01:24.807Z ###### # # #####
8462024-12-02T15:01:24.807Z # # # # # #
8472024-12-02T15:01:24.807Z # # # # # #
8482024-12-02T15:01:24.807Z # # #### #####
8492024-12-02T15:01:24.807Z
8502024-12-02T15:01:24.807Z+ RUST_BACKTRACE=1
8512024-12-02T15:01:24.807Z+ cargo test hub -- --nocapture
8522024-12-02T15:01:24.950Z Finished test [unoptimized + debuginfo] target(s) in 0.08s
8532024-12-02T15:01:24.962Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8)
8542024-12-02T15:01:24.967Z
8552024-12-02T15:01:24.967Zrunning 1 test
8562024-12-02T15:01:24.967Z[phy2] do you know the muffin man?
8572024-12-02T15:01:24.968Z[phy3] do you know the muffin man?
8582024-12-02T15:01:24.968Z[phy1] the muffin man?
8592024-12-02T15:01:24.968Z[phy3] the muffin man?
8602024-12-02T15:01:24.972Z[phy2] the muffin man!
8612024-12-02T15:01:24.972Z[phy3] the muffin man!
8622024-12-02T15:01:24.972Z[phy1] why yes
8632024-12-02T15:01:24.973Z[phy1] i know the muffin man
8642024-12-02T15:01:24.973Z[phy1] the muffin man is me!!!
8652024-12-02T15:01:24.973Z[phy3] why yes
8662024-12-02T15:01:24.973Z[phy3] i know the muffin man
8672024-12-02T15:01:24.973Z[phy3] the muffin man is me!!!
8682024-12-02T15:01:24.973Ztest hub::hub2 ... ok
8692024-12-02T15:01:24.973Z
8702024-12-02T15:01:24.973Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8712024-12-02T15:01:24.973Z
8722024-12-02T15:01:24.977Z+ banner router
8732024-12-02T15:01:24.977Z
8742024-12-02T15:01:24.977Z ##### #### # # ##### ###### #####
8752024-12-02T15:01:24.977Z # # # # # # # # # #
8762024-12-02T15:01:24.977Z # # # # # # # ##### # #
8772024-12-02T15:01:24.977Z ##### # # # # # # #####
8782024-12-02T15:01:24.977Z # # # # # # # # # #
8792024-12-02T15:01:24.977Z # # #### #### # ###### # #
8802024-12-02T15:01:24.977Z
8812024-12-02T15:01:24.977Z+ RUST_BACKTRACE=1
8822024-12-02T15:01:24.977Z+ cargo test basic_router -- --nocapture
8832024-12-02T15:01:25.126Z Finished test [unoptimized + debuginfo] target(s) in 0.08s
8842024-12-02T15:01:25.143Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8)
8852024-12-02T15:01:25.143Z
8862024-12-02T15:01:25.144Zrunning 1 test
8872024-12-02T15:01:25.144Z[phy2] do you know the muffin man?
8882024-12-02T15:01:25.144Z[phy1] the muffin man?
8892024-12-02T15:01:25.144Z[phy2] the muffin man!
8902024-12-02T15:01:25.144Z[phy1] why yes
8912024-12-02T15:01:25.144Z[phy1] i know the muffin man
8922024-12-02T15:01:25.144Z[phy1] the muffin man is me!!!
8932024-12-02T15:01:25.144Ztest basic_router::basic_router2 ... ok
8942024-12-02T15:01:25.144Z
8952024-12-02T15:01:25.144Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8962024-12-02T15:01:25.144Z
8972024-12-02T15:01:25.164Z+ banner headers
8982024-12-02T15:01:25.165Z
8992024-12-02T15:01:25.165Z # # ###### ## ##### ###### ##### ####
9002024-12-02T15:01:25.165Z # # # # # # # # # # #
9012024-12-02T15:01:25.165Z ###### ##### # # # # ##### # # ####
9022024-12-02T15:01:25.165Z # # # ###### # # # ##### #
9032024-12-02T15:01:25.165Z # # # # # # # # # # # #
9042024-12-02T15:01:25.165Z # # ###### # # ##### ###### # # ####
9052024-12-02T15:01:25.165Z
9062024-12-02T15:01:25.165Z+ RUST_BACKTRACE=1
9072024-12-02T15:01:25.166Z+ cargo test headers -- --nocapture
9082024-12-02T15:01:25.278Z Finished test [unoptimized + debuginfo] target(s) in 0.08s
9092024-12-02T15:01:25.282Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8)
9102024-12-02T15:01:25.294Z
9112024-12-02T15:01:25.294Zrunning 1 test
9122024-12-02T15:01:25.301Ztest headers::ipv6_header_read_write ... ok
9132024-12-02T15:01:25.301Z
9142024-12-02T15:01:25.301Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.00s
9152024-12-02T15:01:25.301Z
9162024-12-02T15:01:25.312Zprocess exited: duration 197832 ms, exit code 0
 
9172024-12-02T15:01:25.330Zfound 4 output files
9182024-12-02T15:01:25.330Zuploading: /work/debug/libsidecar_lite.so (35277648 bytes)
9192024-12-02T15:01:27.844Zuploaded: /work/debug/libsidecar_lite.so
9202024-12-02T15:01:27.844Zuploading: /work/debug/x4c (41474144 bytes)
9212024-12-02T15:01:30.211Zuploaded: /work/debug/x4c
9222024-12-02T15:01:30.219Zuploading: /work/release/libsidecar_lite.so (8517312 bytes)
9232024-12-02T15:01:31.522Zuploaded: /work/release/libsidecar_lite.so
9242024-12-02T15:01:31.523Zuploading: /work/release/x4c (8323280 bytes)
9252024-12-02T15:01:32.739Zuploaded: /work/release/x4c