01KMQMW2HQNT3X2919KC0KXB1C: 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: 01KMQMW8671N2KZR00DTG4MYY0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-27T12:39:50.633Zjob assigned to worker 01KMQMWEP6BN8S5ZY7DXPA46VV [factory aws, i-03722e5134827f484] (queued for 48 s)
 
22026-03-27T12:39:57.556Zstarting task 0: "setup"
32026-03-27T12:39:57.561Z++ uname -s
42026-03-27T12:39:57.564Z+ kern=SunOS
52026-03-27T12:39:57.564Z+ build_user=build
62026-03-27T12:39:57.564Z+ build_uid=12345
72026-03-27T12:39:57.564Z+ work_dir=/work
82026-03-27T12:39:57.564Z+ input_dir=/input
92026-03-27T12:39:57.564Z+ [[ 0 == 12345 ]]
102026-03-27T12:39:57.564Z+ case "$kern" in
112026-03-27T12:39:57.564Z+ groupadd -g 12345 build
122026-03-27T12:39:57.567Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-27T12:39:59.560Z+ zfs create -o mountpoint=/work rpool/work
142026-03-27T12:39:59.673Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-27T12:39:59.676Z+ home_fs=zfs
162026-03-27T12:39:59.676Z+ [[ zfs == autofs ]]
172026-03-27T12:39:59.676Z+ mkdir -p /home/build
182026-03-27T12:39:59.676Z+ chown build:build /home/build /work
192026-03-27T12:40:01.666Z+ chmod 0700 /home/build /work
202026-03-27T12:40:01.670Zprocess exited: duration 4137 ms, exit code 0
 
212026-03-27T12:40:01.677Zstarting task 1: "rust-toolchain"
222026-03-27T12:40:01.681Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-27T12:40:01.681Z * rust toolchain channel = "stable"
242026-03-27T12:40:01.681Z * rust toolchain profile = "default"
252026-03-27T12:40:01.681Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-27T12:40:01.681Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-27T12:40:01.681Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-27T12:40:01.684Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-27T12:40:01.684Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-27T12:40:01.806Zinfo: downloading installer
312026-03-27T12:40:03.223Zwarn: It looks like you have an existing installation of Rust at:
322026-03-27T12:40:03.223Zwarn: /opt/ooce/bin
332026-03-27T12:40:03.223Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-27T12:40:03.223Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-27T12:40:03.223Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-27T12:40:03.223Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-27T12:40:03.223Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-27T12:40:03.223Zerror: cannot install while Rust is installed
392026-03-27T12:40:03.223Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-27T12:40:03.223Zwarn: It looks like you have an existing rustup settings file at:
412026-03-27T12:40:03.223Zwarn: /home/build/.rustup/settings.toml
422026-03-27T12:40:03.223Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-27T12:40:03.223Zwarn: instead of the one inferred from the default host triple.
442026-03-27T12:40:03.237Zinfo: profile set to default
452026-03-27T12:40:03.237Zinfo: default host triple is x86_64-unknown-illumos
462026-03-27T12:40:03.240Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-27T12:40:03.388Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-27T12:40:03.391Zinfo: downloading 6 components
492026-03-27T12:40:17.778Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-27T12:40:17.778Z
512026-03-27T12:40:17.809Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-27T12:40:17.809Z
532026-03-27T12:40:17.812Z
542026-03-27T12:40:17.812ZRust is installed now. Great!
552026-03-27T12:40:17.812Z
562026-03-27T12:40:17.812ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-27T12:40:17.812Zenvironment variable. This has not been done automatically.
582026-03-27T12:40:17.812Z
592026-03-27T12:40:17.812ZTo configure your current shell, you need to source
602026-03-27T12:40:17.812Zthe corresponding env file under $HOME/.cargo.
612026-03-27T12:40:17.812Z
622026-03-27T12:40:17.812ZThis is usually done by running one of the following (note the leading DOT):
632026-03-27T12:40:17.812Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-27T12:40:17.813Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-27T12:40:17.813Zsource "~/.cargo/env.nu" # For nushell
662026-03-27T12:40:17.813Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-27T12:40:17.813Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-27T12:40:17.813Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-27T12:40:17.813Zwarn: no default linker (`cc`) was found in your PATH
702026-03-27T12:40:17.813Zwarn: many Rust crates require a system C toolchain to build
712026-03-27T12:40:17.891Z+ rustup --version
722026-03-27T12:40:17.900Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-27T12:40:17.904Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-27T12:40:17.922Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-27T12:40:17.925Z+ cargo --version
762026-03-27T12:40:17.938Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-27T12:40:17.941Z+ rustc --version
782026-03-27T12:40:17.960Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-27T12:40:17.963Zprocess exited: duration 16376 ms, exit code 0
 
802026-03-27T12:40:17.970Zstarting task 2: "authentication"
812026-03-27T12:40:17.987Zprocess exited: duration 16 ms, exit code 0
 
822026-03-27T12:40:17.995Zstarting task 3: "clone repository"
832026-03-27T12:40:17.999Z+ mkdir -p /work/oxidecomputer/p4
842026-03-27T12:40:18.002Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-03-27T12:40:18.033ZCloning into '/work/oxidecomputer/p4'...
862026-03-27T12:40:18.798Z+ cd /work/oxidecomputer/p4
872026-03-27T12:40:18.798Z+ git fetch origin 0e8a28a2edce0a96dd0ac3a3df95af3d58cee839
882026-03-27T12:40:19.039ZFrom https://github.com/oxidecomputer/p4
892026-03-27T12:40:19.039Z * branch 0e8a28a2edce0a96dd0ac3a3df95af3d58cee839 -> FETCH_HEAD
902026-03-27T12:40:19.044Z+ [[ -n zl/multicast ]]
912026-03-27T12:40:19.047Z++ git branch --show-current
922026-03-27T12:40:19.047Z+ current=main
932026-03-27T12:40:19.047Z+ [[ main != zl/multicast ]]
942026-03-27T12:40:19.047Z+ git branch -f zl/multicast 0e8a28a2edce0a96dd0ac3a3df95af3d58cee839
952026-03-27T12:40:19.050Z+ git checkout -f zl/multicast
962026-03-27T12:40:19.056ZSwitched to branch 'zl/multicast'
972026-03-27T12:40:19.059Z+ git reset --hard 0e8a28a2edce0a96dd0ac3a3df95af3d58cee839
982026-03-27T12:40:19.063ZHEAD is now at 0e8a28a [multicast] Bitmap-based replication and bit-slice assignment for softnpu/a4x2
992026-03-27T12:40:19.066Zprocess exited: duration 1074 ms, exit code 0
 
1002026-03-27T12:40:19.074Zstarting task 4: "build"
1012026-03-27T12:40:19.077Z+ cargo --version
1022026-03-27T12:40:19.083Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-03-27T12:40:19.238Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-03-27T12:40:19.241Zinfo: downloading 6 components
1052026-03-27T12:40:33.967Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-03-27T12:40:33.971Z+ rustc --version
1072026-03-27T12:40:33.998Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-03-27T12:40:34.002Z+ banner check
1092026-03-27T12:40:34.006Z
1102026-03-27T12:40:34.006Z #### # # ###### #### # #
1112026-03-27T12:40:34.006Z # # # # # # # # #
1122026-03-27T12:40:34.006Z # ###### ##### # ####
1132026-03-27T12:40:34.006Z # # # # # # #
1142026-03-27T12:40:34.006Z # # # # # # # # #
1152026-03-27T12:40:34.006Z #### # # ###### #### # #
1162026-03-27T12:40:34.006Z
1172026-03-27T12:40:34.006Z+ cargo fmt -- --check
1182026-03-27T12:40:34.160Z+ cargo check
1192026-03-27T12:40:34.229Z Updating crates.io index
1202026-03-27T12:40:34.232Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-03-27T12:40:34.528ZFrom https://github.com/oxidecomputer/xfr
1222026-03-27T12:40:34.528Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-03-27T12:40:35.354Z Downloading crates ...
1242026-03-27T12:40:35.419Z Downloaded aho-corasick v1.1.4
1252026-03-27T12:40:35.423Z Downloaded zmij v1.0.21
1262026-03-27T12:40:35.426Z Downloaded pnet_datalink v0.35.0
1272026-03-27T12:40:35.426Z Downloaded funty v2.0.0
1282026-03-27T12:40:35.426Z Downloaded zerocopy-derive v0.7.35
1292026-03-27T12:40:35.430Z Downloaded ipnetwork v0.20.0
1302026-03-27T12:40:35.433Z Downloaded dof v0.3.0
1312026-03-27T12:40:35.436Z Downloaded num-traits v0.2.19
1322026-03-27T12:40:35.436Z Downloaded pnet_sys v0.35.0
1332026-03-27T12:40:35.436Z Downloaded digest v0.10.7
1342026-03-27T12:40:35.439Z Downloaded glob v0.3.3
1352026-03-27T12:40:35.442Z Downloaded zerocopy v0.8.40
1362026-03-27T12:40:35.447Z Downloaded num v0.4.3
1372026-03-27T12:40:35.450Z Downloaded pnet_packet v0.35.0
1382026-03-27T12:40:35.453Z Downloaded pretty-hex v0.4.1
1392026-03-27T12:40:35.453Z Downloaded itoa v1.0.17
1402026-03-27T12:40:35.457Z Downloaded memmap v0.7.0
1412026-03-27T12:40:35.460Z Downloaded num-integer v0.1.46
1422026-03-27T12:40:35.463Z Downloaded scroll v0.12.0
1432026-03-27T12:40:35.463Z Downloaded pnet_macros v0.35.0
1442026-03-27T12:40:35.463Z Downloaded generic-array v0.14.7
1452026-03-27T12:40:35.466Z Downloaded clap_lex v1.0.0
1462026-03-27T12:40:35.469Z Downloaded crypto-common v0.1.7
1472026-03-27T12:40:35.473Z Downloaded fastrand v2.3.0
1482026-03-27T12:40:35.473Z Downloaded serde_tokenstream v0.2.3
1492026-03-27T12:40:35.473Z Downloaded dtrace-parser v0.2.0
1502026-03-27T12:40:35.478Z Downloaded colorchoice v1.0.4
1512026-03-27T12:40:35.481Z Downloaded pnet_base v0.35.0
1522026-03-27T12:40:35.485Z Downloaded errno v0.3.14
1532026-03-27T12:40:35.485Z Downloaded pnet_transport v0.35.0
1542026-03-27T12:40:35.491Z Downloaded plain v0.2.3
1552026-03-27T12:40:35.496Z Downloaded strsim v0.11.1
1562026-03-27T12:40:35.499Z Downloaded num-iter v0.1.45
1572026-03-27T12:40:35.505Z Downloaded radium v0.7.0
1582026-03-27T12:40:35.508Z Downloaded version_check v0.9.5
1592026-03-27T12:40:35.512Z Downloaded anstyle-query v1.1.5
1602026-03-27T12:40:35.512Z Downloaded block-buffer v0.10.4
1612026-03-27T12:40:35.515Z Downloaded thread-id v4.2.2
1622026-03-27T12:40:35.515Z Downloaded is_terminal_polyfill v1.70.2
1632026-03-27T12:40:35.518Z Downloaded ppv-lite86 v0.2.21
1642026-03-27T12:40:35.521Z Downloaded no-std-net v0.6.0
1652026-03-27T12:40:35.529Z Downloaded cpufeatures v0.2.17
1662026-03-27T12:40:35.536Z Downloaded heck v0.5.0
1672026-03-27T12:40:35.542Z Downloaded pnet_macros_support v0.35.0
1682026-03-27T12:40:35.545Z Downloaded tap v1.0.1
1692026-03-27T12:40:35.545Z Downloaded cfg-if v1.0.4
1702026-03-27T12:40:35.553Z Downloaded usdt-macro v0.5.0
1712026-03-27T12:40:35.558Z Downloaded anstyle-parse v1.0.0
1722026-03-27T12:40:35.561Z Downloaded thiserror-impl v1.0.69
1732026-03-27T12:40:35.561Z Downloaded rand_core v0.9.5
1742026-03-27T12:40:35.564Z Downloaded rand_chacha v0.9.0
1752026-03-27T12:40:35.565Z Downloaded byteorder v1.5.0
1762026-03-27T12:40:35.569Z Downloaded utf8parse v0.2.2
1772026-03-27T12:40:35.572Z Downloaded thiserror v1.0.69
1782026-03-27T12:40:35.576Z Downloaded pnet v0.35.0
1792026-03-27T12:40:35.576Z Downloaded usdt-impl v0.5.0
1802026-03-27T12:40:35.576Z Downloaded autocfg v1.5.0
1812026-03-27T12:40:35.576Z Downloaded pest_derive v2.8.6
1822026-03-27T12:40:35.579Z Downloaded getrandom v0.3.4
1832026-03-27T12:40:35.579Z Downloaded wyz v0.5.1
1842026-03-27T12:40:35.579Z Downloaded anstyle v1.0.13
1852026-03-27T12:40:35.582Z Downloaded sha2 v0.10.9
1862026-03-27T12:40:35.585Z Downloaded num-complex v0.4.6
1872026-03-27T12:40:35.588Z Downloaded usdt v0.5.0
1882026-03-27T12:40:35.592Z Downloaded scroll_derive v0.12.1
1892026-03-27T12:40:35.592Z Downloaded quote v1.0.45
1902026-03-27T12:40:35.592Z Downloaded anstream v1.0.0
1912026-03-27T12:40:35.599Z Downloaded usdt-attr-macro v0.5.0
1922026-03-27T12:40:35.618Z Downloaded once_cell v1.21.3
1932026-03-27T12:40:35.623Z Downloaded num-rational v0.4.2
1942026-03-27T12:40:35.627Z Downloaded num-bigint v0.4.6
1952026-03-27T12:40:35.630Z Downloaded clap_derive v4.6.0
1962026-03-27T12:40:35.633Z Downloaded tempfile v3.27.0
1972026-03-27T12:40:35.633Z Downloaded colored v3.1.1
1982026-03-27T12:40:35.643Z Downloaded ucd-trie v0.1.7
1992026-03-27T12:40:35.646Z Downloaded bitflags v2.11.0
2002026-03-27T12:40:35.646Z Downloaded log v0.4.29
2012026-03-27T12:40:35.649Z Downloaded getrandom v0.4.1
2022026-03-27T12:40:35.649Z Downloaded pest_generator v2.8.6
2032026-03-27T12:40:35.652Z Downloaded serde_core v1.0.228
2042026-03-27T12:40:35.655Z Downloaded clap v4.6.0
2052026-03-27T12:40:35.663Z Downloaded anyhow v1.0.102
2062026-03-27T12:40:35.667Z Downloaded unicode-ident v1.0.24
2072026-03-27T12:40:35.670Z Downloaded serde_derive v1.0.228
2082026-03-27T12:40:35.674Z Downloaded proc-macro2 v1.0.106
2092026-03-27T12:40:35.674Z Downloaded pest_meta v2.8.6
2102026-03-27T12:40:35.685Z Downloaded typenum v1.19.0
2112026-03-27T12:40:35.692Z Downloaded prettyplease v0.2.37
2122026-03-27T12:40:35.701Z Downloaded pest v2.8.6
2132026-03-27T12:40:35.710Z Downloaded regex v1.12.3
2142026-03-27T12:40:35.713Z Downloaded memchr v2.8.0
2152026-03-27T12:40:35.716Z Downloaded rand v0.9.2
2162026-03-27T12:40:35.719Z Downloaded serde v1.0.228
2172026-03-27T12:40:35.761Z Downloaded serde_json v1.0.149
2182026-03-27T12:40:35.765Z Downloaded zerocopy v0.7.35
2192026-03-27T12:40:35.773Z Downloaded clap_builder v4.6.0
2202026-03-27T12:40:35.777Z Downloaded goblin v0.8.2
2212026-03-27T12:40:35.791Z Downloaded bitvec v1.0.1
2222026-03-27T12:40:35.820Z Downloaded syn v2.0.117
2232026-03-27T12:40:35.839Z Downloaded regex-syntax v0.8.10
2242026-03-27T12:40:35.855Z Downloaded rustix v1.1.4
2252026-03-27T12:40:35.883Z Downloaded regex-automata v0.4.14
2262026-03-27T12:40:35.900Z Downloaded libc v0.2.182
2272026-03-27T12:40:35.969Z Compiling proc-macro2 v1.0.106
2282026-03-27T12:40:35.969Z Compiling quote v1.0.45
2292026-03-27T12:40:35.969Z Compiling unicode-ident v1.0.24
2302026-03-27T12:40:35.973Z Compiling libc v0.2.182
2312026-03-27T12:40:35.973Z Compiling serde_core v1.0.228
2322026-03-27T12:40:35.973Z Compiling memchr v2.8.0
2332026-03-27T12:40:35.973Z Compiling serde v1.0.228
2342026-03-27T12:40:36.125Z Compiling thiserror v1.0.69
2352026-03-27T12:40:36.386Z Compiling zmij v1.0.21
2362026-03-27T12:40:36.386Z Compiling ucd-trie v0.1.7
2372026-03-27T12:40:36.584Z Compiling pest v2.8.6
2382026-03-27T12:40:36.593Z Compiling rustix v1.1.4
2392026-03-27T12:40:36.603Z Compiling serde_json v1.0.149
2402026-03-27T12:40:36.718Z Compiling getrandom v0.4.1
2412026-03-27T12:40:36.837Z Compiling autocfg v1.5.0
2422026-03-27T12:40:36.988Z Compiling version_check v0.9.5
2432026-03-27T12:40:37.192Z Compiling syn v2.0.117
2442026-03-27T12:40:37.224Z Compiling num-traits v0.2.19
2452026-03-27T12:40:37.269Z Compiling aho-corasick v1.1.4
2462026-03-27T12:40:37.273Z Compiling regex-syntax v0.8.10
2472026-03-27T12:40:37.449Z Compiling prettyplease v0.2.37
2482026-03-27T12:40:37.690Z Compiling pest_meta v2.8.6
2492026-03-27T12:40:37.931Z Checking cfg-if v1.0.4
2502026-03-27T12:40:38.241Z Compiling byteorder v1.5.0
2512026-03-27T12:40:38.460Z Compiling itoa v1.0.17
2522026-03-27T12:40:38.499Z Compiling usdt-impl v0.5.0
2532026-03-27T12:40:38.638Z Checking num-integer v0.1.46
2542026-03-27T12:40:38.693Z Compiling thread-id v4.2.2
2552026-03-27T12:40:38.748Z Compiling regex-automata v0.4.14
2562026-03-27T12:40:39.050Z Checking plain v0.2.3
2572026-03-27T12:40:39.053Z Checking colored v3.1.1
2582026-03-27T12:40:39.142Z Checking log v0.4.29
2592026-03-27T12:40:39.279Z Compiling errno v0.3.14
2602026-03-27T12:40:39.331Z Compiling bitflags v2.11.0
2612026-03-27T12:40:39.416Z Checking no-std-net v0.6.0
2622026-03-27T12:40:39.480Z Compiling pest_generator v2.8.6
2632026-03-27T12:40:39.485Z Compiling radium v0.7.0
2642026-03-27T12:40:39.536Z Checking pretty-hex v0.4.1
2652026-03-27T12:40:39.747Z Checking pnet_base v0.35.0
2662026-03-27T12:40:39.865Z Compiling fastrand v2.3.0
2672026-03-27T12:40:39.869Z Compiling zerocopy v0.8.40
2682026-03-27T12:40:39.895Z Compiling once_cell v1.21.3
2692026-03-27T12:40:40.096Z Checking tap v1.0.1
2702026-03-27T12:40:40.129Z Compiling getrandom v0.3.4
2712026-03-27T12:40:40.207Z Checking wyz v0.5.1
2722026-03-27T12:40:40.383Z Checking num-iter v0.1.45
2732026-03-27T12:40:40.414Z Compiling tempfile v3.27.0
2742026-03-27T12:40:40.466Z Checking memmap v0.7.0
2752026-03-27T12:40:40.479Z Compiling regex v1.12.3
2762026-03-27T12:40:40.584Z Compiling anyhow v1.0.102
2772026-03-27T12:40:40.751Z Checking funty v2.0.0
2782026-03-27T12:40:40.759Z Compiling serde_derive v1.0.228
2792026-03-27T12:40:40.878Z Compiling thiserror-impl v1.0.69
2802026-03-27T12:40:40.908Z Compiling zerocopy-derive v0.7.35
2812026-03-27T12:40:41.066Z Compiling pest_derive v2.8.6
2822026-03-27T12:40:41.097Z Compiling scroll_derive v0.12.1
2832026-03-27T12:40:41.194Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2842026-03-27T12:40:41.421Z Compiling pnet_macros v0.35.0
2852026-03-27T12:40:41.577Z Checking bitvec v1.0.1
2862026-03-27T12:40:41.773Z Compiling zerocopy v0.7.35
2872026-03-27T12:40:41.796Z Checking scroll v0.12.0
2882026-03-27T12:40:42.021Z Checking goblin v0.8.2
2892026-03-27T12:40:42.156Z Compiling dtrace-parser v0.2.0
2902026-03-27T12:40:42.420Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2912026-03-27T12:40:42.759Z Checking pnet_macros_support v0.35.0
2922026-03-27T12:40:42.781Z Checking pnet_sys v0.35.0
2932026-03-27T12:40:42.975Z Checking utf8parse v0.2.2
2942026-03-27T12:40:43.073Z Checking anstyle-parse v1.0.0
2952026-03-27T12:40:43.090Z Checking pnet_packet v0.35.0
2962026-03-27T12:40:43.412Z Checking rand_core v0.9.5
2972026-03-27T12:40:43.784Z Compiling pnet v0.35.0
2982026-03-27T12:40:43.860Z Checking num-bigint v0.4.6
2992026-03-27T12:40:43.873Z Checking num-complex v0.4.6
3002026-03-27T12:40:43.979Z Checking dof v0.3.0
3012026-03-27T12:40:43.991Z Checking ipnetwork v0.20.0
3022026-03-27T12:40:44.065Z Compiling serde_tokenstream v0.2.3
3032026-03-27T12:40:44.209Z Checking colorchoice v1.0.4
3042026-03-27T12:40:44.298Z Checking anstyle-query v1.1.5
3052026-03-27T12:40:44.341Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3062026-03-27T12:40:44.371Z Checking anstyle v1.0.13
3072026-03-27T12:40:44.377Z Checking is_terminal_polyfill v1.70.2
3082026-03-27T12:40:44.541Z Checking anstream v1.0.0
3092026-03-27T12:40:44.680Z Checking pnet_datalink v0.35.0
3102026-03-27T12:40:44.684Z Checking num-rational v0.4.2
3112026-03-27T12:40:44.884Z Checking strsim v0.11.1
3122026-03-27T12:40:44.965Z Checking num v0.4.3
3132026-03-27T12:40:45.026Z Compiling usdt-attr-macro v0.5.0
3142026-03-27T12:40:45.032Z Compiling usdt-macro v0.5.0
3152026-03-27T12:40:45.037Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3162026-03-27T12:40:45.064Z Checking pnet_transport v0.35.0
3172026-03-27T12:40:45.161Z Compiling heck v0.5.0
3182026-03-27T12:40:45.208Z Checking clap_lex v1.0.0
3192026-03-27T12:40:45.298Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3202026-03-27T12:40:45.303Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3212026-03-27T12:40:45.350Z Checking clap_builder v4.6.0
3222026-03-27T12:40:45.359Z Compiling clap_derive v4.6.0
3232026-03-27T12:40:45.422Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3242026-03-27T12:40:45.612Z Checking ppv-lite86 v0.2.21
3252026-03-27T12:40:45.691Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3262026-03-27T12:40:45.745Z Checking usdt v0.5.0
3272026-03-27T12:40:45.886Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3282026-03-27T12:40:45.897Z Checking rand_chacha v0.9.0
3292026-03-27T12:40:46.062Z Checking rand v0.9.2
3302026-03-27T12:40:46.238Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3312026-03-27T12:40:46.662Z Checking clap v4.6.0
3322026-03-27T12:40:46.714Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3332026-03-27T12:40:47.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.02s
3342026-03-27T12:40:47.189Z+ cargo clippy --all-targets -- --deny warnings
3352026-03-27T12:40:47.309Z Downloading crates ...
3362026-03-27T12:40:47.358Z Downloaded libloading v0.9.0
3372026-03-27T12:40:47.405Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3382026-03-27T12:40:47.421Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3392026-03-27T12:40:47.427Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3402026-03-27T12:40:47.431Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3412026-03-27T12:40:47.434Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3422026-03-27T12:40:47.437Z Checking libloading v0.9.0
3432026-03-27T12:40:47.685Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3442026-03-27T12:40:48.224Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3452026-03-27T12:40:49.142Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3462026-03-27T12:40:49.142Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3472026-03-27T12:40:50.066Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3482026-03-27T12:40:56.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.86s
3492026-03-27T12:40:56.073Z+ banner build
3502026-03-27T12:40:56.076Z
3512026-03-27T12:40:56.076Z ##### # # # # #####
3522026-03-27T12:40:56.076Z # # # # # # # #
3532026-03-27T12:40:56.076Z ##### # # # # # #
3542026-03-27T12:40:56.076Z # # # # # # # #
3552026-03-27T12:40:56.076Z # # # # # # # #
3562026-03-27T12:40:56.076Z ##### #### # ###### #####
3572026-03-27T12:40:56.076Z
3582026-03-27T12:40:56.076Z+ ptime -m cargo build
3592026-03-27T12:40:56.208Z Compiling unicode-ident v1.0.24
3602026-03-27T12:40:56.208Z Compiling memchr v2.8.0
3612026-03-27T12:40:56.208Z Compiling ucd-trie v0.1.7
3622026-03-27T12:40:56.212Z Compiling libc v0.2.182
3632026-03-27T12:40:56.213Z Compiling serde_core v1.0.228
3642026-03-27T12:40:56.213Z Compiling regex-syntax v0.8.10
3652026-03-27T12:40:56.231Z Compiling cfg-if v1.0.4
3662026-03-27T12:40:56.234Z Compiling zmij v1.0.21
3672026-03-27T12:40:56.277Z Compiling byteorder v1.5.0
3682026-03-27T12:40:56.327Z Compiling proc-macro2 v1.0.106
3692026-03-27T12:40:56.480Z Compiling itoa v1.0.17
3702026-03-27T12:40:56.488Z Compiling num-traits v0.2.19
3712026-03-27T12:40:56.504Z Compiling errno v0.3.14
3722026-03-27T12:40:56.551Z Compiling thread-id v4.2.2
3732026-03-27T12:40:56.620Z Compiling aho-corasick v1.1.4
3742026-03-27T12:40:56.635Z Compiling pest v2.8.6
3752026-03-27T12:40:56.647Z Compiling bitflags v2.11.0
3762026-03-27T12:40:56.864Z Compiling quote v1.0.45
3772026-03-27T12:40:56.880Z Compiling rustix v1.1.4
3782026-03-27T12:40:57.036Z Compiling syn v2.0.117
3792026-03-27T12:40:57.096Z Compiling num-integer v0.1.46
3802026-03-27T12:40:57.142Z Compiling getrandom v0.4.1
3812026-03-27T12:40:57.274Z Compiling fastrand v2.3.0
3822026-03-27T12:40:57.408Z Compiling plain v0.2.3
3832026-03-27T12:40:57.504Z Compiling colored v3.1.1
3842026-03-27T12:40:57.532Z Compiling log v0.4.29
3852026-03-27T12:40:57.701Z Compiling regex-automata v0.4.14
3862026-03-27T12:40:57.741Z Compiling pest_meta v2.8.6
3872026-03-27T12:40:57.880Z Compiling serde_json v1.0.149
3882026-03-27T12:40:57.900Z Compiling once_cell v1.21.3
3892026-03-27T12:40:58.026Z Compiling pretty-hex v0.4.1
3902026-03-27T12:40:58.104Z Compiling tempfile v3.27.0
3912026-03-27T12:40:58.156Z Compiling no-std-net v0.6.0
3922026-03-27T12:40:58.220Z Compiling pnet_base v0.35.0
3932026-03-27T12:40:58.375Z Compiling tap v1.0.1
3942026-03-27T12:40:58.475Z Compiling wyz v0.5.1
3952026-03-27T12:40:58.521Z Compiling radium v0.7.0
3962026-03-27T12:40:58.650Z Compiling num-iter v0.1.45
3972026-03-27T12:40:58.653Z Compiling memmap v0.7.0
3982026-03-27T12:40:58.703Z Compiling funty v2.0.0
3992026-03-27T12:40:58.751Z Compiling getrandom v0.3.4
4002026-03-27T12:40:58.818Z Compiling zerocopy v0.8.40
4012026-03-27T12:40:58.857Z Compiling pnet_macros_support v0.35.0
4022026-03-27T12:40:58.912Z Compiling pnet_sys v0.35.0
4032026-03-27T12:40:58.961Z Compiling utf8parse v0.2.2
4042026-03-27T12:40:59.017Z Compiling bitvec v1.0.1
4052026-03-27T12:40:59.054Z Compiling anstyle-parse v1.0.0
4062026-03-27T12:40:59.057Z Compiling rand_core v0.9.5
4072026-03-27T12:40:59.081Z Compiling anyhow v1.0.102
4082026-03-27T12:40:59.223Z Compiling anstyle v1.0.13
4092026-03-27T12:40:59.253Z Compiling colorchoice v1.0.4
4102026-03-27T12:40:59.340Z Compiling pest_generator v2.8.6
4112026-03-27T12:40:59.354Z Compiling regex v1.12.3
4122026-03-27T12:40:59.430Z Compiling prettyplease v0.2.37
4132026-03-27T12:40:59.461Z Compiling is_terminal_polyfill v1.70.2
4142026-03-27T12:40:59.541Z Compiling anstyle-query v1.1.5
4152026-03-27T12:40:59.636Z Compiling anstream v1.0.0
4162026-03-27T12:40:59.835Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4172026-03-27T12:40:59.948Z Compiling strsim v0.11.1
4182026-03-27T12:40:59.972Z Compiling clap_lex v1.0.0
4192026-03-27T12:41:00.210Z Compiling clap_builder v4.6.0
4202026-03-27T12:41:00.335Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4212026-03-27T12:41:00.456Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4222026-03-27T12:41:00.706Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4232026-03-27T12:41:01.155Z Compiling serde_derive v1.0.228
4242026-03-27T12:41:01.155Z Compiling thiserror-impl v1.0.69
4252026-03-27T12:41:01.159Z Compiling zerocopy-derive v0.7.35
4262026-03-27T12:41:01.159Z Compiling pest_derive v2.8.6
4272026-03-27T12:41:01.184Z Compiling scroll_derive v0.12.1
4282026-03-27T12:41:01.825Z Compiling pnet_macros v0.35.0
4292026-03-27T12:41:01.857Z Compiling ppv-lite86 v0.2.21
4302026-03-27T12:41:02.041Z Compiling scroll v0.12.0
4312026-03-27T12:41:02.168Z Compiling zerocopy v0.7.35
4322026-03-27T12:41:02.172Z Compiling rand_chacha v0.9.0
4332026-03-27T12:41:02.299Z Compiling goblin v0.8.2
4342026-03-27T12:41:02.415Z Compiling rand v0.9.2
4352026-03-27T12:41:02.482Z Compiling thiserror v1.0.69
4362026-03-27T12:41:02.571Z Compiling dtrace-parser v0.2.0
4372026-03-27T12:41:02.593Z Compiling clap_derive v4.6.0
4382026-03-27T12:41:03.369Z Compiling pnet_packet v0.35.0
4392026-03-27T12:41:03.651Z Compiling serde v1.0.228
4402026-03-27T12:41:04.031Z Compiling serde_tokenstream v0.2.3
4412026-03-27T12:41:04.031Z Compiling dof v0.3.0
4422026-03-27T12:41:04.031Z Compiling num-bigint v0.4.6
4432026-03-27T12:41:04.034Z Compiling num-complex v0.4.6
4442026-03-27T12:41:04.064Z Compiling ipnetwork v0.20.0
4452026-03-27T12:41:04.127Z Compiling clap v4.6.0
4462026-03-27T12:41:04.193Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4472026-03-27T12:41:04.301Z Compiling usdt-impl v0.5.0
4482026-03-27T12:41:04.332Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4492026-03-27T12:41:04.360Z Compiling pnet_datalink v0.35.0
4502026-03-27T12:41:04.873Z Compiling usdt-attr-macro v0.5.0
4512026-03-27T12:41:05.039Z Compiling num-rational v0.4.2
4522026-03-27T12:41:05.438Z Compiling usdt-macro v0.5.0
4532026-03-27T12:41:05.450Z Compiling num v0.4.3
4542026-03-27T12:41:05.518Z Compiling pnet_transport v0.35.0
4552026-03-27T12:41:05.695Z Compiling pnet v0.35.0
4562026-03-27T12:41:06.312Z Compiling usdt v0.5.0
4572026-03-27T12:41:06.432Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4582026-03-27T12:41:06.791Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4592026-03-27T12:41:06.918Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4602026-03-27T12:41:06.918Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4612026-03-27T12:41:07.046Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4622026-03-27T12:41:09.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
4632026-03-27T12:41:09.758Z
4642026-03-27T12:41:09.761Zreal 13.750209677
4652026-03-27T12:41:09.761Zuser 1:11.827745161
4662026-03-27T12:41:09.761Zsys 12.018295303
4672026-03-27T12:41:09.761Ztrap 0.039758285
4682026-03-27T12:41:09.761Ztflt 0.060660656
4692026-03-27T12:41:09.761Zdflt 0.068791128
4702026-03-27T12:41:09.761Zkflt 0.000011151
4712026-03-27T12:41:09.761Zlock 2:49.471470945
4722026-03-27T12:41:09.761Zslp 4:52.733009405
4732026-03-27T12:41:09.761Zlat 3.748760120
4742026-03-27T12:41:09.761Zstop 4.444314982
4752026-03-27T12:41:09.761Z+ ptime -m cargo build --release
4762026-03-27T12:41:09.839Z Compiling proc-macro2 v1.0.106
4772026-03-27T12:41:09.839Z Compiling quote v1.0.45
4782026-03-27T12:41:09.839Z Compiling unicode-ident v1.0.24
4792026-03-27T12:41:09.839Z Compiling libc v0.2.182
4802026-03-27T12:41:09.843Z Compiling serde_core v1.0.228
4812026-03-27T12:41:09.843Z Compiling memchr v2.8.0
4822026-03-27T12:41:09.843Z Compiling serde v1.0.228
4832026-03-27T12:41:09.959Z Compiling thiserror v1.0.69
4842026-03-27T12:41:10.165Z Compiling zmij v1.0.21
4852026-03-27T12:41:10.266Z Compiling ucd-trie v0.1.7
4862026-03-27T12:41:10.400Z Compiling getrandom v0.4.1
4872026-03-27T12:41:10.452Z Compiling serde_json v1.0.149
4882026-03-27T12:41:10.471Z Compiling rustix v1.1.4
4892026-03-27T12:41:10.605Z Compiling pest v2.8.6
4902026-03-27T12:41:10.670Z Compiling aho-corasick v1.1.4
4912026-03-27T12:41:11.011Z Compiling syn v2.0.117
4922026-03-27T12:41:11.040Z Compiling prettyplease v0.2.37
4932026-03-27T12:41:11.047Z Compiling regex-syntax v0.8.10
4942026-03-27T12:41:11.179Z Compiling version_check v0.9.5
4952026-03-27T12:41:11.278Z Compiling autocfg v1.5.0
4962026-03-27T12:41:11.617Z Compiling num-traits v0.2.19
4972026-03-27T12:41:11.824Z Compiling pest_meta v2.8.6
4982026-03-27T12:41:12.522Z Compiling regex-automata v0.4.14
4992026-03-27T12:41:12.654Z Compiling byteorder v1.5.0
5002026-03-27T12:41:12.872Z Compiling itoa v1.0.17
5012026-03-27T12:41:13.039Z Compiling cfg-if v1.0.4
5022026-03-27T12:41:13.085Z Compiling usdt-impl v0.5.0
5032026-03-27T12:41:13.304Z Compiling num-integer v0.1.46
5042026-03-27T12:41:13.336Z Compiling pest_generator v2.8.6
5052026-03-27T12:41:13.725Z Compiling thread-id v4.2.2
5062026-03-27T12:41:13.794Z Compiling errno v0.3.14
5072026-03-27T12:41:13.798Z Compiling plain v0.2.3
5082026-03-27T12:41:13.943Z Compiling log v0.4.29
5092026-03-27T12:41:13.984Z Compiling bitflags v2.11.0
5102026-03-27T12:41:14.314Z Compiling regex v1.12.3
5112026-03-27T12:41:14.522Z Compiling serde_derive v1.0.228
5122026-03-27T12:41:14.713Z Compiling thiserror-impl v1.0.69
5132026-03-27T12:41:14.718Z Compiling zerocopy-derive v0.7.35
5142026-03-27T12:41:14.966Z Compiling pest_derive v2.8.6
5152026-03-27T12:41:15.099Z Compiling scroll_derive v0.12.1
5162026-03-27T12:41:15.503Z Compiling pretty-hex v0.4.1
5172026-03-27T12:41:15.570Z Compiling zerocopy v0.7.35
5182026-03-27T12:41:15.715Z Compiling no-std-net v0.6.0
5192026-03-27T12:41:15.785Z Compiling radium v0.7.0
5202026-03-27T12:41:15.819Z Compiling scroll v0.12.0
5212026-03-27T12:41:15.992Z Compiling dtrace-parser v0.2.0
5222026-03-27T12:41:16.105Z Compiling goblin v0.8.2
5232026-03-27T12:41:16.109Z Compiling colored v3.1.1
5242026-03-27T12:41:16.230Z Compiling once_cell v1.21.3
5252026-03-27T12:41:16.404Z Compiling fastrand v2.3.0
5262026-03-27T12:41:16.428Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5272026-03-27T12:41:16.570Z Compiling tempfile v3.27.0
5282026-03-27T12:41:16.822Z Compiling pnet_base v0.35.0
5292026-03-27T12:41:17.012Z Compiling getrandom v0.3.4
5302026-03-27T12:41:17.069Z Compiling tap v1.0.1
5312026-03-27T12:41:17.176Z Compiling zerocopy v0.8.40
5322026-03-27T12:41:17.508Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5332026-03-27T12:41:17.539Z Compiling wyz v0.5.1
5342026-03-27T12:41:17.735Z Compiling num-bigint v0.4.6
5352026-03-27T12:41:17.811Z Compiling serde_tokenstream v0.2.3
5362026-03-27T12:41:17.830Z Compiling dof v0.3.0
5372026-03-27T12:41:17.840Z Compiling num-complex v0.4.6
5382026-03-27T12:41:18.170Z Compiling num-iter v0.1.45
5392026-03-27T12:41:18.285Z Compiling memmap v0.7.0
5402026-03-27T12:41:18.333Z Compiling funty v2.0.0
5412026-03-27T12:41:18.510Z Compiling anyhow v1.0.102
5422026-03-27T12:41:18.600Z Compiling usdt-attr-macro v0.5.0
5432026-03-27T12:41:18.630Z Compiling usdt-macro v0.5.0
5442026-03-27T12:41:19.285Z Compiling num-rational v0.4.2
5452026-03-27T12:41:19.327Z Compiling bitvec v1.0.1
5462026-03-27T12:41:20.577Z Compiling num v0.4.3
5472026-03-27T12:41:20.651Z Compiling usdt v0.5.0
5482026-03-27T12:41:21.354Z Compiling pnet_macros_support v0.35.0
5492026-03-27T12:41:21.476Z Compiling pnet_macros v0.35.0
5502026-03-27T12:41:21.511Z Compiling pnet_sys v0.35.0
5512026-03-27T12:41:21.525Z Compiling utf8parse v0.2.2
5522026-03-27T12:41:21.707Z Compiling anstyle-parse v1.0.0
5532026-03-27T12:41:21.922Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5542026-03-27T12:41:22.555Z Compiling pnet_packet v0.35.0
5552026-03-27T12:41:22.861Z Compiling ppv-lite86 v0.2.21
5562026-03-27T12:41:23.020Z Compiling rand_core v0.9.5
5572026-03-27T12:41:23.558Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5582026-03-27T12:41:23.887Z Compiling ipnetwork v0.20.0
5592026-03-27T12:41:24.544Z Compiling anstyle v1.0.13
5602026-03-27T12:41:24.805Z Compiling is_terminal_polyfill v1.70.2
5612026-03-27T12:41:24.888Z Compiling anstyle-query v1.1.5
5622026-03-27T12:41:24.892Z Compiling colorchoice v1.0.4
5632026-03-27T12:41:24.988Z Compiling pnet v0.35.0
5642026-03-27T12:41:24.997Z Compiling anstream v1.0.0
5652026-03-27T12:41:25.219Z Compiling pnet_transport v0.35.0
5662026-03-27T12:41:25.983Z Compiling pnet_datalink v0.35.0
5672026-03-27T12:41:26.881Z Compiling rand_chacha v0.9.0
5682026-03-27T12:41:26.954Z Compiling clap_lex v1.0.0
5692026-03-27T12:41:27.024Z Compiling heck v0.5.0
5702026-03-27T12:41:27.217Z Compiling strsim v0.11.1
5712026-03-27T12:41:27.309Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5722026-03-27T12:41:27.542Z Compiling clap_builder v4.6.0
5732026-03-27T12:41:27.557Z Compiling clap_derive v4.6.0
5742026-03-27T12:41:27.777Z Compiling rand v0.9.2
5752026-03-27T12:41:28.586Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5762026-03-27T12:41:28.852Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5772026-03-27T12:41:28.896Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5782026-03-27T12:41:29.240Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5792026-03-27T12:41:31.995Z Compiling clap v4.6.0
5802026-03-27T12:41:32.071Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5812026-03-27T12:41:34.323Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5822026-03-27T12:41:41.822Z Finished `release` profile [optimized] target(s) in 32.23s
5832026-03-27T12:41:41.843Z
5842026-03-27T12:41:41.846Zreal 32.255630150
5852026-03-27T12:41:41.846Zuser 3:13.991685019
5862026-03-27T12:41:41.846Zsys 18.244177834
5872026-03-27T12:41:41.846Ztrap 0.111525684
5882026-03-27T12:41:41.846Ztflt 0.166435982
5892026-03-27T12:41:41.846Zdflt 0.290378025
5902026-03-27T12:41:41.846Zkflt 0.000024886
5912026-03-27T12:41:41.846Zlock 9:56.882814854
5922026-03-27T12:41:41.846Zslp 12:16.733453081
5932026-03-27T12:41:41.846Zlat 11.735974606
5942026-03-27T12:41:41.846Zstop 9.722486904
5952026-03-27T12:41:41.846Z+ for x in debug release
5962026-03-27T12:41:41.846Z+ mkdir -p /work/debug
5972026-03-27T12:41:41.846Z+ cp target/debug/x4c /work/debug/
5982026-03-27T12:41:41.874Z+ cp target/debug/libsidecar_lite.so /work/debug/
5992026-03-27T12:41:41.909Z+ for x in debug release
6002026-03-27T12:41:41.909Z+ mkdir -p /work/release
6012026-03-27T12:41:41.913Z+ cp target/release/x4c /work/release/
6022026-03-27T12:41:41.919Z+ cp target/release/libsidecar_lite.so /work/release/
6032026-03-27T12:41:41.928Z+ banner test
6042026-03-27T12:41:41.932Z
6052026-03-27T12:41:41.932Z ##### ###### #### #####
6062026-03-27T12:41:41.932Z # # # #
6072026-03-27T12:41:41.932Z # ##### #### #
6082026-03-27T12:41:41.932Z # # # #
6092026-03-27T12:41:41.932Z # # # # #
6102026-03-27T12:41:41.932Z # ###### #### #
6112026-03-27T12:41:41.932Z
6122026-03-27T12:41:41.932Z+ cargo test
6132026-03-27T12:41:42.002Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6142026-03-27T12:41:42.018Z Compiling libloading v0.9.0
6152026-03-27T12:41:42.021Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6162026-03-27T12:41:42.024Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6172026-03-27T12:41:42.024Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6182026-03-27T12:41:42.024Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6192026-03-27T12:41:42.211Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6202026-03-27T12:41:43.140Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6212026-03-27T12:41:43.140Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6222026-03-27T12:41:43.140Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6232026-03-27T12:41:43.430Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6242026-03-27T12:41:51.170Z Finished `test` profile [unoptimized + debuginfo] target(s) in 9.28s
6252026-03-27T12:41:51.183Z Running unittests src/lib.rs (target/debug/deps/p4-1546c95bd2fe8ca4)
6262026-03-27T12:41:51.186Z
6272026-03-27T12:41:51.186Zrunning 2 tests
6282026-03-27T12:41:51.190Ztest hlir::tests::slice_read_clean ... ok
6292026-03-27T12:41:51.190Ztest hlir::tests::slice_assign_clean ... ok
6302026-03-27T12:41:51.190Z
6312026-03-27T12:41:51.190Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6322026-03-27T12:41:51.190Z
6332026-03-27T12:41:51.190Z Running unittests src/lib.rs (target/debug/deps/p4_macro-cd90d596811a5660)
6342026-03-27T12:41:51.190Z
6352026-03-27T12:41:51.190Zrunning 0 tests
6362026-03-27T12:41:51.190Z
6372026-03-27T12:41:51.190Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6382026-03-27T12:41:51.190Z
6392026-03-27T12:41:51.190Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-97a008f78b6c0ec4)
6402026-03-27T12:41:51.194Z
6412026-03-27T12:41:51.194Zrunning 0 tests
6422026-03-27T12:41:51.194Z
6432026-03-27T12:41:51.194Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6442026-03-27T12:41:51.194Z
6452026-03-27T12:41:51.194Z Running unittests src/lib.rs (target/debug/deps/p4_rust-f82cf211dee49060)
6462026-03-27T12:41:51.194Z
6472026-03-27T12:41:51.194Zrunning 11 tests
6482026-03-27T12:41:51.194Ztest expression::tests::slice_16bit_low_byte ... ok
6492026-03-27T12:41:51.194Ztest expression::tests::slice_16bit_top_nibble ... ok
6502026-03-27T12:41:51.194Ztest expression::tests::slice_128bit_top_two_bytes ... ok
6512026-03-27T12:41:51.194Ztest expression::tests::slice_128bit_top_byte ... ok
6522026-03-27T12:41:51.194Ztest expression::tests::slice_32bit_bottom_nibble ... ok
6532026-03-27T12:41:51.194Ztest expression::tests::slice_32bit_middle_byte ... ok
6542026-03-27T12:41:51.194Ztest expression::tests::slice_32bit_bottom_two_bytes ... ok
6552026-03-27T12:41:51.194Ztest expression::tests::slice_32bit_top_nibble ... ok
6562026-03-27T12:41:51.194Ztest expression::tests::slice_32bit_top_three_bytes ... ok
6572026-03-27T12:41:51.194Ztest expression::tests::slice_48bit_upper_24 ... ok
6582026-03-27T12:41:51.194Ztest expression::tests::slice_non_contiguous_returns_none ... ok
6592026-03-27T12:41:51.194Z
6602026-03-27T12:41:51.194Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6612026-03-27T12:41:51.194Z
6622026-03-27T12:41:51.194Z Running unittests src/lib.rs (target/debug/deps/p4rs-3afe60b63e34350f)
6632026-03-27T12:41:51.198Z
6642026-03-27T12:41:51.198Zrunning 19 tests
6652026-03-27T12:41:51.198Ztest bitmath::tests::bitmath_mod ... ok
6662026-03-27T12:41:51.198Ztest bitmath::tests::bitmath_add_be ... ok
6672026-03-27T12:41:51.198Ztest bitmath::tests::bitmath_shl_be ... ok
6682026-03-27T12:41:51.198Ztest bitmath::tests::bitmath_add_le ... ok
6692026-03-27T12:41:51.198Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6702026-03-27T12:41:51.198Ztest bitmath::tests::bitmath_shl_le ... ok
6712026-03-27T12:41:51.198Ztest bitmath::tests::bitmath_add_cascade ... ok
6722026-03-27T12:41:51.198Ztest bitmath::tests::bitmath_add_nest ... ok
6732026-03-27T12:41:51.198Ztest bitmath::tests::bitmath_shl_shr_roundtrip_le ... ok
6742026-03-27T12:41:51.198Ztest bitmath::tests::bitmath_shr_be ... ok
6752026-03-27T12:41:51.198Ztest bitmath::tests::bitmath_shr_le ... ok
6762026-03-27T12:41:51.198Ztest bitmath::tests::bitmath_sub_be ... ok
6772026-03-27T12:41:51.198Ztest bitmath::tests::bitmath_sub_le ... ok
6782026-03-27T12:41:51.198Ztest checksum::tests::udp_checksum ... ok
6792026-03-27T12:41:51.198Ztest table::tests::match_lpm_ternary_1 ... ok
6802026-03-27T12:41:51.198Ztest table::tests::match_lpm_ternary_range ... ok
6812026-03-27T12:41:51.198Ztest table::tests::match_lpm_1 ... ok
6822026-03-27T12:41:51.199Ztest table::tests::match_ternary_1 ... ok
6832026-03-27T12:41:51.199Ztest table::tests::match_with_action ... ok
6842026-03-27T12:41:51.199Z
6852026-03-27T12:41:51.199Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6862026-03-27T12:41:51.199Z
6872026-03-27T12:41:51.199Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-5386dbfce708873f)
6882026-03-27T12:41:51.202Z
6892026-03-27T12:41:51.202Zrunning 0 tests
6902026-03-27T12:41:51.202Z
6912026-03-27T12:41:51.202Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6922026-03-27T12:41:51.202Z
6932026-03-27T12:41:51.202Z Running unittests src/lib.rs (target/debug/deps/tests-1b637ef03272df3f)
6942026-03-27T12:41:51.202Z
6952026-03-27T12:41:51.202Zrunning 24 tests
6962026-03-27T12:41:51.206Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6972026-03-27T12:41:51.206Ztest headers::ipv6_header_read_write ... ok
6982026-03-27T12:41:51.206Ztest dload::pipeline_create ... ok
6992026-03-27T12:41:51.209Ztest ipv6::test_ipv6_parse ... ok
7002026-03-27T12:41:51.209Ztest dload::dynamic_load ... ok
7012026-03-27T12:41:51.213Ztest dynamic_router::dynamic_router2 ... ok
7022026-03-27T12:41:51.213Ztest basic_router::basic_router2 ... ok
7032026-03-27T12:41:51.225Ztest hub::hub2 ... ok
7042026-03-27T12:41:51.225Ztest disag_router::disag_router ... ok
7052026-03-27T12:41:51.229Ztest mcast::bitmap_all_ports ... ok
7062026-03-27T12:41:51.229Ztest arithmetic::arithmetic ... ok
7072026-03-27T12:41:51.229Ztest decap::geneve_decap ... ok
7082026-03-27T12:41:51.229Ztest mcast::bitmap_empty ... ok
7092026-03-27T12:41:51.232Ztest mcast::bitmap_ports_1_2 ... ok
7102026-03-27T12:41:51.236Ztest mcast::bitmap_precedence_over_broadcast ... ok
7112026-03-27T12:41:51.236Ztest mcast::bitmap_no_self_replication ... ok
7122026-03-27T12:41:51.236Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
7132026-03-27T12:41:51.239Ztest vlan::test_vlan_parse ... ok
7142026-03-27T12:41:51.239Ztest shift::shift_in_egress ... ok
7152026-03-27T12:41:51.249Ztest slice_read::slice_read_top_nibble ... ok
7162026-03-27T12:41:51.253Ztest slice_assign::slice_assign_mcast_mac ... ok
7172026-03-27T12:41:51.264Ztest shift::shift_higher_port ... ok
7182026-03-27T12:41:51.268Ztest range::range ... ok
7192026-03-27T12:41:51.309Ztest mac_rewrite::mac_rewrite2 ... ok
7202026-03-27T12:41:51.309Z
7212026-03-27T12:41:51.309Ztest result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
7222026-03-27T12:41:51.309Z
7232026-03-27T12:41:51.324Z Running unittests src/lib.rs (target/debug/deps/x4c-2985a640bf8d8149)
7242026-03-27T12:41:51.328Z
7252026-03-27T12:41:51.328Zrunning 0 tests
7262026-03-27T12:41:51.328Z
7272026-03-27T12:41:51.328Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7282026-03-27T12:41:51.328Z
7292026-03-27T12:41:51.328Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-2e05505f32d0e974)
7302026-03-27T12:41:51.328Z
7312026-03-27T12:41:51.328Zrunning 0 tests
7322026-03-27T12:41:51.328Z
7332026-03-27T12:41:51.328Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7342026-03-27T12:41:51.328Z
7352026-03-27T12:41:51.328Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-a85c950da1038504)
7362026-03-27T12:41:51.332Z
7372026-03-27T12:41:51.332Zrunning 0 tests
7382026-03-27T12:41:51.332Z
7392026-03-27T12:41:51.332Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7402026-03-27T12:41:51.332Z
7412026-03-27T12:41:51.332Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-7cfba82c616208f5)
7422026-03-27T12:41:51.332Z
7432026-03-27T12:41:51.332Zrunning 0 tests
7442026-03-27T12:41:51.332Z
7452026-03-27T12:41:51.332Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7462026-03-27T12:41:51.332Z
7472026-03-27T12:41:51.332Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7482026-03-27T12:41:51.335Z
7492026-03-27T12:41:51.335Zrunning 0 tests
7502026-03-27T12:41:51.335Z
7512026-03-27T12:41:51.335Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7522026-03-27T12:41:51.335Z
7532026-03-27T12:41:51.335Z Doc-tests p4
7542026-03-27T12:41:51.427Z
7552026-03-27T12:41:51.427Zrunning 0 tests
7562026-03-27T12:41:51.427Z
7572026-03-27T12:41:51.430Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7582026-03-27T12:41:51.431Z
7592026-03-27T12:41:51.439Z Doc-tests p4_macro
7602026-03-27T12:41:51.486Z
7612026-03-27T12:41:51.486Zrunning 2 tests
7622026-03-27T12:41:51.490Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7632026-03-27T12:41:51.490Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7642026-03-27T12:41:51.490Z
7652026-03-27T12:41:51.490Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7662026-03-27T12:41:51.490Z
7672026-03-27T12:41:51.493Z Doc-tests p4_rust
7682026-03-27T12:41:51.663Z
7692026-03-27T12:41:51.663Zrunning 0 tests
7702026-03-27T12:41:51.663Z
7712026-03-27T12:41:51.663Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7722026-03-27T12:41:51.664Z
7732026-03-27T12:41:51.679Z Doc-tests p4rs
7742026-03-27T12:41:51.766Z
7752026-03-27T12:41:51.766Zrunning 1 test
7762026-03-27T12:41:52.575Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7772026-03-27T12:41:52.575Z
7782026-03-27T12:41:52.575Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.81s
7792026-03-27T12:41:52.575Z
7802026-03-27T12:41:52.587Z Doc-tests tests
7812026-03-27T12:41:52.652Z
7822026-03-27T12:41:52.652Zrunning 0 tests
7832026-03-27T12:41:52.652Z
7842026-03-27T12:41:52.652Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7852026-03-27T12:41:52.652Z
7862026-03-27T12:41:52.662Z Doc-tests x4c
7872026-03-27T12:41:52.713Z
7882026-03-27T12:41:52.713Zrunning 0 tests
7892026-03-27T12:41:52.713Z
7902026-03-27T12:41:52.713Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7912026-03-27T12:41:52.713Z
7922026-03-27T12:41:52.719Z Doc-tests x4c_error_codes
7932026-03-27T12:41:52.749Z
7942026-03-27T12:41:52.749Zrunning 0 tests
7952026-03-27T12:41:52.749Z
7962026-03-27T12:41:52.749Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7972026-03-27T12:41:52.749Z
7982026-03-27T12:41:52.761Z+ pushd test
7992026-03-27T12:41:52.764Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
8002026-03-27T12:41:52.764Z+ banner 'mac rewr'
8012026-03-27T12:41:52.764Z
8022026-03-27T12:41:52.764Z # # ## #### ##### ###### # # #####
8032026-03-27T12:41:52.764Z ## ## # # # # # # # # # # #
8042026-03-27T12:41:52.764Z # ## # # # # # # ##### # # # #
8052026-03-27T12:41:52.764Z # # ###### # ##### # # ## # #####
8062026-03-27T12:41:52.764Z # # # # # # # # # ## ## # #
8072026-03-27T12:41:52.764Z # # # # #### # # ###### # # # #
8082026-03-27T12:41:52.764Z
8092026-03-27T12:41:52.764Z+ RUST_BACKTRACE=1
8102026-03-27T12:41:52.764Z+ cargo test mac_rewrite -- --nocapture
8112026-03-27T12:41:52.862Z Compiling aho-corasick v1.1.4
8122026-03-27T12:41:52.876Z Compiling getrandom v0.4.1
8132026-03-27T12:41:52.880Z Compiling rustix v1.1.4
8142026-03-27T12:41:52.880Z Compiling errno v0.3.14
8152026-03-27T12:41:52.883Z Compiling prettyplease v0.2.37
8162026-03-27T12:41:53.567Z Compiling regex-automata v0.4.14
8172026-03-27T12:41:53.613Z Compiling tempfile v3.27.0
8182026-03-27T12:41:54.963Z Compiling regex v1.12.3
8192026-03-27T12:41:55.215Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
8202026-03-27T12:41:55.284Z Compiling pnet_macros v0.35.0
8212026-03-27T12:41:55.915Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
8222026-03-27T12:41:56.275Z Compiling pnet_packet v0.35.0
8232026-03-27T12:41:56.783Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
8242026-03-27T12:41:58.128Z Compiling pnet_transport v0.35.0
8252026-03-27T12:41:58.248Z Compiling pnet v0.35.0
8262026-03-27T12:41:58.338Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8272026-03-27T12:42:06.056Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.35s
8282026-03-27T12:42:06.068Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
8292026-03-27T12:42:06.071Z
8302026-03-27T12:42:06.071Zrunning 1 test
8312026-03-27T12:42:06.076Z[phy2] do you know the muffin man?
8322026-03-27T12:42:06.079Z[cpu] the muffin man?
8332026-03-27T12:42:06.079Z[cpu] the muffin man!
8342026-03-27T12:42:06.079Z[cpu] why yes
8352026-03-27T12:42:06.079Z[phy1] i know the muffin man
8362026-03-27T12:42:06.079Z[phy3] the muffin man is me!!!
8372026-03-27T12:42:06.079Ztest mac_rewrite::mac_rewrite2 ... ok
8382026-03-27T12:42:06.079Z
8392026-03-27T12:42:06.079Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 23 filtered out; finished in 0.01s
8402026-03-27T12:42:06.079Z
8412026-03-27T12:42:06.085Z+ banner 'dyn load'
8422026-03-27T12:42:06.088Z
8432026-03-27T12:42:06.088Z ##### # # # # # #### ## #####
8442026-03-27T12:42:06.088Z # # # # ## # # # # # # # #
8452026-03-27T12:42:06.088Z # # # # # # # # # # # # #
8462026-03-27T12:42:06.088Z # # # # # # # # # ###### # #
8472026-03-27T12:42:06.088Z # # # # ## # # # # # # #
8482026-03-27T12:42:06.088Z ##### # # # ###### #### # # #####
8492026-03-27T12:42:06.088Z
8502026-03-27T12:42:06.089Z+ RUST_BACKTRACE=1
8512026-03-27T12:42:06.089Z+ cargo test dload -- --nocapture
8522026-03-27T12:42:06.174Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8532026-03-27T12:42:06.178Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
8542026-03-27T12:42:06.181Z
8552026-03-27T12:42:06.181Zrunning 2 tests
8562026-03-27T12:42:06.185Ztest dload::pipeline_create ... ok
8572026-03-27T12:42:06.188Ztest dload::dynamic_load ... ok
8582026-03-27T12:42:06.188Z
8592026-03-27T12:42:06.188Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 22 filtered out; finished in 0.01s
8602026-03-27T12:42:06.188Z
8612026-03-27T12:42:06.191Z+ banner disag
8622026-03-27T12:42:06.195Z
8632026-03-27T12:42:06.195Z ##### # #### ## ####
8642026-03-27T12:42:06.195Z # # # # # # # #
8652026-03-27T12:42:06.195Z # # # #### # # #
8662026-03-27T12:42:06.195Z # # # # ###### # ###
8672026-03-27T12:42:06.195Z # # # # # # # # #
8682026-03-27T12:42:06.195Z ##### # #### # # ####
8692026-03-27T12:42:06.195Z
8702026-03-27T12:42:06.195Z+ RUST_BACKTRACE=1
8712026-03-27T12:42:06.195Z+ cargo test disag_router -- --nocapture
8722026-03-27T12:42:06.280Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8732026-03-27T12:42:06.284Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
8742026-03-27T12:42:06.287Z
8752026-03-27T12:42:06.287Zrunning 1 test
8762026-03-27T12:42:06.291Z[phy2] do you know the muffin man?
8772026-03-27T12:42:06.294Z[cpu] the muffin man?
8782026-03-27T12:42:06.294Z[cpu] the muffin man!
8792026-03-27T12:42:06.294Z[cpu] why yes
8802026-03-27T12:42:06.294Z[phy1] i know the muffin man
8812026-03-27T12:42:06.294Z[phy3] the muffin man is me!!!
8822026-03-27T12:42:06.294Ztest disag_router::disag_router ... ok
8832026-03-27T12:42:06.294Z
8842026-03-27T12:42:06.295Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 23 filtered out; finished in 0.01s
8852026-03-27T12:42:06.295Z
8862026-03-27T12:42:06.299Z+ banner 'dyn rtr'
8872026-03-27T12:42:06.302Z
8882026-03-27T12:42:06.303Z ##### # # # # ##### ##### #####
8892026-03-27T12:42:06.303Z # # # # ## # # # # # #
8902026-03-27T12:42:06.303Z # # # # # # # # # # #
8912026-03-27T12:42:06.303Z # # # # # # ##### # #####
8922026-03-27T12:42:06.303Z # # # # ## # # # # #
8932026-03-27T12:42:06.303Z ##### # # # # # # # #
8942026-03-27T12:42:06.303Z
8952026-03-27T12:42:06.303Z+ RUST_BACKTRACE=1
8962026-03-27T12:42:06.303Z+ cargo test dynamic_router -- --nocapture
8972026-03-27T12:42:06.387Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8982026-03-27T12:42:06.391Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
8992026-03-27T12:42:06.395Z
9002026-03-27T12:42:06.395Zrunning 1 test
9012026-03-27T12:42:06.399Z[phy2] do you know the muffin man?
9022026-03-27T12:42:06.402Z[cpu] the muffin man?
9032026-03-27T12:42:06.402Z[cpu] the muffin man!
9042026-03-27T12:42:06.402Z[cpu] why yes
9052026-03-27T12:42:06.402Z[phy1] i know the muffin man
9062026-03-27T12:42:06.402Z[phy3] the muffin man is me!!!
9072026-03-27T12:42:06.402Ztest dynamic_router::dynamic_router2 ... ok
9082026-03-27T12:42:06.402Z
9092026-03-27T12:42:06.402Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 23 filtered out; finished in 0.01s
9102026-03-27T12:42:06.402Z
9112026-03-27T12:42:06.407Z+ banner hub
9122026-03-27T12:42:06.411Z
9132026-03-27T12:42:06.411Z # # # # #####
9142026-03-27T12:42:06.411Z # # # # # #
9152026-03-27T12:42:06.411Z ###### # # #####
9162026-03-27T12:42:06.411Z # # # # # #
9172026-03-27T12:42:06.411Z # # # # # #
9182026-03-27T12:42:06.411Z # # #### #####
9192026-03-27T12:42:06.412Z
9202026-03-27T12:42:06.412Z+ RUST_BACKTRACE=1
9212026-03-27T12:42:06.412Z+ cargo test hub -- --nocapture
9222026-03-27T12:42:06.496Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9232026-03-27T12:42:06.500Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
9242026-03-27T12:42:06.503Z
9252026-03-27T12:42:06.503Zrunning 1 test
9262026-03-27T12:42:06.507Z[phy2] do you know the muffin man?
9272026-03-27T12:42:06.507Z[phy3] do you know the muffin man?
9282026-03-27T12:42:06.510Z[phy1] the muffin man?
9292026-03-27T12:42:06.510Z[phy3] the muffin man?
9302026-03-27T12:42:06.510Z[phy2] the muffin man!
9312026-03-27T12:42:06.510Z[phy3] the muffin man!
9322026-03-27T12:42:06.510Z[phy1] why yes
9332026-03-27T12:42:06.510Z[phy1] i know the muffin man
9342026-03-27T12:42:06.510Z[phy1] the muffin man is me!!!
9352026-03-27T12:42:06.510Z[phy3] why yes
9362026-03-27T12:42:06.511Z[phy3] i know the muffin man
9372026-03-27T12:42:06.511Z[phy3] the muffin man is me!!!
9382026-03-27T12:42:06.511Ztest hub::hub2 ... ok
9392026-03-27T12:42:06.511Z
9402026-03-27T12:42:06.511Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 23 filtered out; finished in 0.01s
9412026-03-27T12:42:06.511Z
9422026-03-27T12:42:06.515Z+ banner router
9432026-03-27T12:42:06.518Z
9442026-03-27T12:42:06.518Z ##### #### # # ##### ###### #####
9452026-03-27T12:42:06.518Z # # # # # # # # # #
9462026-03-27T12:42:06.518Z # # # # # # # ##### # #
9472026-03-27T12:42:06.518Z ##### # # # # # # #####
9482026-03-27T12:42:06.518Z # # # # # # # # # #
9492026-03-27T12:42:06.518Z # # #### #### # ###### # #
9502026-03-27T12:42:06.518Z
9512026-03-27T12:42:06.518Z+ RUST_BACKTRACE=1
9522026-03-27T12:42:06.518Z+ cargo test basic_router -- --nocapture
9532026-03-27T12:42:06.604Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9542026-03-27T12:42:06.607Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
9552026-03-27T12:42:06.611Z
9562026-03-27T12:42:06.611Zrunning 1 test
9572026-03-27T12:42:06.614Z[phy2] do you know the muffin man?
9582026-03-27T12:42:06.617Z[phy1] the muffin man?
9592026-03-27T12:42:06.617Z[phy2] the muffin man!
9602026-03-27T12:42:06.617Z[phy1] why yes
9612026-03-27T12:42:06.618Z[phy1] i know the muffin man
9622026-03-27T12:42:06.618Z[phy1] the muffin man is me!!!
9632026-03-27T12:42:06.618Ztest basic_router::basic_router2 ... ok
9642026-03-27T12:42:06.618Z
9652026-03-27T12:42:06.618Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 23 filtered out; finished in 0.01s
9662026-03-27T12:42:06.618Z
9672026-03-27T12:42:06.622Z+ banner headers
9682026-03-27T12:42:06.626Z
9692026-03-27T12:42:06.626Z # # ###### ## ##### ###### ##### ####
9702026-03-27T12:42:06.626Z # # # # # # # # # # #
9712026-03-27T12:42:06.626Z ###### ##### # # # # ##### # # ####
9722026-03-27T12:42:06.626Z # # # ###### # # # ##### #
9732026-03-27T12:42:06.626Z # # # # # # # # # # # #
9742026-03-27T12:42:06.626Z # # ###### # # ##### ###### # # ####
9752026-03-27T12:42:06.626Z
9762026-03-27T12:42:06.626Z+ RUST_BACKTRACE=1
9772026-03-27T12:42:06.626Z+ cargo test headers -- --nocapture
9782026-03-27T12:42:06.711Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9792026-03-27T12:42:06.714Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
9802026-03-27T12:42:06.718Z
9812026-03-27T12:42:06.718Zrunning 1 test
9822026-03-27T12:42:06.718Ztest headers::ipv6_header_read_write ... ok
9832026-03-27T12:42:06.718Z
9842026-03-27T12:42:06.718Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 23 filtered out; finished in 0.00s
9852026-03-27T12:42:06.718Z
9862026-03-27T12:42:06.723Zprocess exited: duration 108250 ms, exit code 0
 
9872026-03-27T12:42:06.734Zfound 4 output files
9882026-03-27T12:42:06.734Zuploading: /work/debug/libsidecar_lite.so (43267720 bytes)
9892026-03-27T12:42:07.981Zuploaded: /work/debug/libsidecar_lite.so
9902026-03-27T12:42:07.981Zuploading: /work/debug/x4c (37900720 bytes)
9912026-03-27T12:42:09.196Zuploaded: /work/debug/x4c
9922026-03-27T12:42:09.197Zuploading: /work/release/libsidecar_lite.so (9882848 bytes)
9932026-03-27T12:42:10.273Zuploaded: /work/release/libsidecar_lite.so
9942026-03-27T12:42:10.273Zuploading: /work/release/x4c (8611424 bytes)
9952026-03-27T12:42:11.335Zuploaded: /work/release/x4c