01KX55HQMFAVHN41T8V2AR8KEJ: 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: 01KX55J42A1TKTK4WEVDXFMQ8N

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-10T04:47:03.664Zjob assigned to worker 01KX55J73X0MHC771015PR4EDZ [factory aws, i-0a6c57bfbd0336916] (queued for 44 s)
 
22026-07-10T04:47:10.164Zstarting task 0: "setup"
32026-07-10T04:47:10.169Z++ uname -s
42026-07-10T04:47:10.173Z+ kern=SunOS
52026-07-10T04:47:10.173Z+ build_user=build
62026-07-10T04:47:10.173Z+ build_uid=12345
72026-07-10T04:47:10.173Z+ work_dir=/work
82026-07-10T04:47:10.173Z+ input_dir=/input
92026-07-10T04:47:10.173Z+ [[ 0 == 12345 ]]
102026-07-10T04:47:10.173Z+ case "$kern" in
112026-07-10T04:47:10.173Z+ groupadd -g 12345 build
122026-07-10T04:47:10.173Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-10T04:47:12.179Z+ zfs create -o mountpoint=/work rpool/work
142026-07-10T04:47:12.262Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-10T04:47:12.265Z+ home_fs=zfs
162026-07-10T04:47:12.265Z+ [[ zfs == autofs ]]
172026-07-10T04:47:12.265Z+ mkdir -p /home/build
182026-07-10T04:47:12.265Z+ chown build:build /home/build /work
192026-07-10T04:47:14.267Z+ chmod 0700 /home/build /work
202026-07-10T04:47:14.270Zprocess exited: duration 4106 ms, exit code 0
 
212026-07-10T04:47:14.277Zstarting task 1: "rust-toolchain"
222026-07-10T04:47:14.281Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-10T04:47:14.281Z * rust toolchain channel = "stable"
242026-07-10T04:47:14.281Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-10T04:47:14.281Z * rust toolchain profile = "default"
262026-07-10T04:47:14.281Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-10T04:47:14.281Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-10T04:47:14.284Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-10T04:47:14.285Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-10T04:47:14.394Zinfo: downloading installer
312026-07-10T04:47:15.696Zwarn: It looks like you have an existing installation of Rust at:
322026-07-10T04:47:15.697Zwarn: /opt/ooce/bin
332026-07-10T04:47:15.697Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-10T04:47:15.697Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-10T04:47:15.697Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-10T04:47:15.697Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-10T04:47:15.697Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-10T04:47:15.697Zerror: cannot install while Rust is installed
392026-07-10T04:47:15.697Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-10T04:47:15.697Zwarn: It looks like you have an existing rustup settings file at:
412026-07-10T04:47:15.697Zwarn: /home/build/.rustup/settings.toml
422026-07-10T04:47:15.697Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-10T04:47:15.697Zwarn: instead of the one inferred from the default host triple.
442026-07-10T04:47:15.709Zinfo: profile set to default
452026-07-10T04:47:15.709Zinfo: default host triple is x86_64-unknown-illumos
462026-07-10T04:47:15.712Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-10T04:47:15.843Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-10T04:47:15.847Zinfo: downloading 6 components
492026-07-10T04:47:30.380Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-10T04:47:30.380Z
512026-07-10T04:47:30.407Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-10T04:47:30.407Z
532026-07-10T04:47:30.408Z
542026-07-10T04:47:30.408ZRust is installed now. Great!
552026-07-10T04:47:30.408Z
562026-07-10T04:47:30.411ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-10T04:47:30.411Zenvironment variable. This has not been done automatically.
582026-07-10T04:47:30.411Z
592026-07-10T04:47:30.412ZTo configure your current shell, you need to source
602026-07-10T04:47:30.412Zthe corresponding env file under $HOME/.cargo.
612026-07-10T04:47:30.412Z
622026-07-10T04:47:30.412ZThis is usually done by running one of the following (note the leading DOT):
632026-07-10T04:47:30.412Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-10T04:47:30.412Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-10T04:47:30.412Zsource "~/.cargo/env.nu" # For nushell
662026-07-10T04:47:30.412Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-10T04:47:30.412Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-10T04:47:30.412Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-10T04:47:30.412Zwarn: no default linker (`cc`) was found in your PATH
702026-07-10T04:47:30.412Zwarn: many Rust crates require a system C toolchain to build
712026-07-10T04:47:30.499Z+ rustup --version
722026-07-10T04:47:30.508Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-10T04:47:30.511Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-10T04:47:30.529Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-10T04:47:30.532Z+ cargo --version
762026-07-10T04:47:30.546Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-10T04:47:30.549Z+ rustc --version
782026-07-10T04:47:30.568Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-10T04:47:30.571Zprocess exited: duration 16291 ms, exit code 0
 
802026-07-10T04:47:30.577Zstarting task 2: "authentication"
812026-07-10T04:47:30.593Zprocess exited: duration 15 ms, exit code 0
 
822026-07-10T04:47:30.599Zstarting task 3: "clone repository"
832026-07-10T04:47:30.603Z+ mkdir -p /work/oxidecomputer/p4
842026-07-10T04:47:30.606Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-07-10T04:47:30.638ZCloning into '/work/oxidecomputer/p4'...
862026-07-10T04:47:31.450Z+ cd /work/oxidecomputer/p4
872026-07-10T04:47:31.454Z+ git fetch origin 3f0b39fa20ff185c49568981a47bd302e58d7c67
882026-07-10T04:47:31.684ZFrom https://github.com/oxidecomputer/p4
892026-07-10T04:47:31.684Z * branch 3f0b39fa20ff185c49568981a47bd302e58d7c67 -> FETCH_HEAD
902026-07-10T04:47:31.689Z+ [[ -n renovate/regex-1.x-lockfile ]]
912026-07-10T04:47:31.692Z++ git branch --show-current
922026-07-10T04:47:31.692Z+ current=main
932026-07-10T04:47:31.692Z+ [[ main != renovate/regex-1.x-lockfile ]]
942026-07-10T04:47:31.692Z+ git branch -f renovate/regex-1.x-lockfile 3f0b39fa20ff185c49568981a47bd302e58d7c67
952026-07-10T04:47:31.695Z+ git checkout -f renovate/regex-1.x-lockfile
962026-07-10T04:47:31.701ZSwitched to branch 'renovate/regex-1.x-lockfile'
972026-07-10T04:47:31.704Z+ git reset --hard 3f0b39fa20ff185c49568981a47bd302e58d7c67
982026-07-10T04:47:31.708ZHEAD is now at 3f0b39f Update Rust crate regex to v1.13.0
992026-07-10T04:47:31.711Zprocess exited: duration 1108 ms, exit code 0
 
1002026-07-10T04:47:31.717Zstarting task 4: "build"
1012026-07-10T04:47:31.721Z+ cargo --version
1022026-07-10T04:47:31.727Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-07-10T04:47:31.882Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-07-10T04:47:31.886Zinfo: downloading 6 components
1052026-07-10T04:47:47.823Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-07-10T04:47:47.826Z+ rustc --version
1072026-07-10T04:47:47.852Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-07-10T04:47:47.856Z+ banner check
1092026-07-10T04:47:47.859Z
1102026-07-10T04:47:47.859Z #### # # ###### #### # #
1112026-07-10T04:47:47.860Z # # # # # # # # #
1122026-07-10T04:47:47.860Z # ###### ##### # ####
1132026-07-10T04:47:47.860Z # # # # # # #
1142026-07-10T04:47:47.860Z # # # # # # # # #
1152026-07-10T04:47:47.860Z #### # # ###### #### # #
1162026-07-10T04:47:47.860Z
1172026-07-10T04:47:47.860Z+ cargo fmt -- --check
1182026-07-10T04:47:48.003Z+ cargo check
1192026-07-10T04:47:48.071Z Updating crates.io index
1202026-07-10T04:47:48.074Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-07-10T04:47:48.379ZFrom https://github.com/oxidecomputer/xfr
1222026-07-10T04:47:48.379Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-07-10T04:47:49.152Z Downloading crates ...
1242026-07-10T04:47:49.209Z Downloaded clap_lex v1.0.0
1252026-07-10T04:47:49.219Z Downloaded clap v4.6.1
1262026-07-10T04:47:49.224Z Downloaded plain v0.2.3
1272026-07-10T04:47:49.227Z Downloaded pnet_packet v0.35.0
1282026-07-10T04:47:49.231Z Downloaded pretty-hex v0.4.1
1292026-07-10T04:47:49.233Z Downloaded thread-id v4.2.2
1302026-07-10T04:47:49.237Z Downloaded ppv-lite86 v0.2.21
1312026-07-10T04:47:49.237Z Downloaded autocfg v1.5.0
1322026-07-10T04:47:49.240Z Downloaded tempfile v3.27.0
1332026-07-10T04:47:49.244Z Downloaded serde_core v1.0.228
1342026-07-10T04:47:49.247Z Downloaded num-traits v0.2.19
1352026-07-10T04:47:49.250Z Downloaded is_terminal_polyfill v1.70.2
1362026-07-10T04:47:49.250Z Downloaded usdt-impl v0.5.0
1372026-07-10T04:47:49.250Z Downloaded scroll v0.12.0
1382026-07-10T04:47:49.250Z Downloaded anyhow v1.0.102
1392026-07-10T04:47:49.253Z Downloaded generic-array v0.14.7
1402026-07-10T04:47:49.257Z Downloaded zerocopy-derive v0.7.35
1412026-07-10T04:47:49.260Z Downloaded zerocopy v0.8.40
1422026-07-10T04:47:49.265Z Downloaded zmij v1.0.21
1432026-07-10T04:47:49.268Z Downloaded dtrace-parser v0.2.0
1442026-07-10T04:47:49.268Z Downloaded dof v0.3.0
1452026-07-10T04:47:49.268Z Downloaded cpufeatures v0.2.17
1462026-07-10T04:47:49.268Z Downloaded errno v0.3.14
1472026-07-10T04:47:49.272Z Downloaded unicode-ident v1.0.24
1482026-07-10T04:47:49.272Z Downloaded memmap v0.7.0
1492026-07-10T04:47:49.275Z Downloaded heck v0.5.0
1502026-07-10T04:47:49.275Z Downloaded anstyle-query v1.1.5
1512026-07-10T04:47:49.275Z Downloaded num-integer v0.1.46
1522026-07-10T04:47:49.275Z Downloaded glob v0.3.3
1532026-07-10T04:47:49.278Z Downloaded colorchoice v1.0.4
1542026-07-10T04:47:49.284Z Downloaded version_check v0.9.5
1552026-07-10T04:47:49.287Z Downloaded fastrand v2.3.0
1562026-07-10T04:47:49.290Z Downloaded no-std-net v0.6.0
1572026-07-10T04:47:49.290Z Downloaded clap_derive v4.6.1
1582026-07-10T04:47:49.294Z Downloaded usdt v0.5.0
1592026-07-10T04:47:49.299Z Downloaded pnet_transport v0.35.0
1602026-07-10T04:47:49.304Z Downloaded pnet_macros_support v0.35.0
1612026-07-10T04:47:49.307Z Downloaded scroll_derive v0.12.1
1622026-07-10T04:47:49.310Z Downloaded num v0.4.3
1632026-07-10T04:47:49.317Z Downloaded pnet_sys v0.35.0
1642026-07-10T04:47:49.320Z Downloaded cfg-if v1.0.4
1652026-07-10T04:47:49.323Z Downloaded pnet_base v0.35.0
1662026-07-10T04:47:49.326Z Downloaded utf8parse v0.2.2
1672026-07-10T04:47:49.326Z Downloaded strsim v0.11.1
1682026-07-10T04:47:49.329Z Downloaded radium v0.7.0
1692026-07-10T04:47:49.329Z Downloaded block-buffer v0.10.4
1702026-07-10T04:47:49.332Z Downloaded usdt-macro v0.5.0
1712026-07-10T04:47:49.332Z Downloaded num-iter v0.1.45
1722026-07-10T04:47:49.335Z Downloaded tap v1.0.1
1732026-07-10T04:47:49.335Z Downloaded crypto-common v0.1.7
1742026-07-10T04:47:49.347Z Downloaded usdt-attr-macro v0.5.0
1752026-07-10T04:47:49.359Z Downloaded num-complex v0.4.6
1762026-07-10T04:47:49.363Z Downloaded itoa v1.0.17
1772026-07-10T04:47:49.366Z Downloaded quote v1.0.45
1782026-07-10T04:47:49.373Z Downloaded anstyle-parse v1.0.0
1792026-07-10T04:47:49.376Z Downloaded serde_tokenstream v0.2.3
1802026-07-10T04:47:49.379Z Downloaded once_cell v1.21.3
1812026-07-10T04:47:49.380Z Downloaded getrandom v0.3.4
1822026-07-10T04:47:49.383Z Downloaded pnet v0.35.0
1832026-07-10T04:47:49.383Z Downloaded ipnetwork v0.20.0
1842026-07-10T04:47:49.386Z Downloaded anstyle v1.0.13
1852026-07-10T04:47:49.389Z Downloaded thiserror v1.0.69
1862026-07-10T04:47:49.392Z Downloaded funty v2.0.0
1872026-07-10T04:47:49.392Z Downloaded rand_core v0.9.5
1882026-07-10T04:47:49.392Z Downloaded anstream v1.0.0
1892026-07-10T04:47:49.396Z Downloaded pnet_datalink v0.35.0
1902026-07-10T04:47:49.399Z Downloaded thiserror-impl v1.0.69
1912026-07-10T04:47:49.399Z Downloaded num-rational v0.4.2
1922026-07-10T04:47:49.399Z Downloaded digest v0.10.7
1932026-07-10T04:47:49.402Z Downloaded rand_chacha v0.9.0
1942026-07-10T04:47:49.402Z Downloaded byteorder v1.5.0
1952026-07-10T04:47:49.405Z Downloaded wyz v0.5.1
1962026-07-10T04:47:49.405Z Downloaded pest_derive v2.8.6
1972026-07-10T04:47:49.409Z Downloaded colored v3.1.1
1982026-07-10T04:47:49.417Z Downloaded serde_derive v1.0.228
1992026-07-10T04:47:49.420Z Downloaded pnet_macros v0.35.0
2002026-07-10T04:47:49.430Z Downloaded ucd-trie v0.1.7
2012026-07-10T04:47:49.436Z Downloaded sha2 v0.10.9
2022026-07-10T04:47:49.439Z Downloaded pest_generator v2.8.6
2032026-07-10T04:47:49.442Z Downloaded log v0.4.29
2042026-07-10T04:47:49.443Z Downloaded getrandom v0.4.1
2052026-07-10T04:47:49.460Z Downloaded memchr v2.8.0
2062026-07-10T04:47:49.466Z Downloaded typenum v1.19.0
2072026-07-10T04:47:49.469Z Downloaded pest_meta v2.8.6
2082026-07-10T04:47:49.481Z Downloaded prettyplease v0.2.37
2092026-07-10T04:47:49.484Z Downloaded proc-macro2 v1.0.106
2102026-07-10T04:47:49.487Z Downloaded serde v1.0.228
2112026-07-10T04:47:49.490Z Downloaded bitflags v2.11.0
2122026-07-10T04:47:49.507Z Downloaded num-bigint v0.4.6
2132026-07-10T04:47:49.521Z Downloaded rand v0.9.3
2142026-07-10T04:47:49.524Z Downloaded pest v2.8.6
2152026-07-10T04:47:49.545Z Downloaded serde_json v1.0.149
2162026-07-10T04:47:49.563Z Downloaded aho-corasick v1.1.4
2172026-07-10T04:47:49.570Z Downloaded regex v1.13.0
2182026-07-10T04:47:49.574Z Downloaded zerocopy v0.7.35
2192026-07-10T04:47:49.582Z Downloaded clap_builder v4.6.0
2202026-07-10T04:47:49.586Z Downloaded goblin v0.8.2
2212026-07-10T04:47:49.602Z Downloaded bitvec v1.1.1
2222026-07-10T04:47:49.634Z Downloaded syn v2.0.118
2232026-07-10T04:47:49.650Z Downloaded regex-syntax v0.8.11
2242026-07-10T04:47:49.655Z Downloaded rustix v1.1.4
2252026-07-10T04:47:49.689Z Downloaded regex-automata v0.4.14
2262026-07-10T04:47:49.703Z Downloaded libc v0.2.182
2272026-07-10T04:47:49.772Z Compiling proc-macro2 v1.0.106
2282026-07-10T04:47:49.772Z Compiling quote v1.0.45
2292026-07-10T04:47:49.775Z Compiling unicode-ident v1.0.24
2302026-07-10T04:47:49.775Z Compiling libc v0.2.182
2312026-07-10T04:47:49.775Z Compiling serde_core v1.0.228
2322026-07-10T04:47:49.775Z Compiling memchr v2.8.0
2332026-07-10T04:47:49.775Z Compiling serde v1.0.228
2342026-07-10T04:47:49.924Z Compiling thiserror v1.0.69
2352026-07-10T04:47:50.181Z Compiling zmij v1.0.21
2362026-07-10T04:47:50.197Z Compiling ucd-trie v0.1.7
2372026-07-10T04:47:50.381Z Compiling pest v2.8.6
2382026-07-10T04:47:50.396Z Compiling getrandom v0.4.1
2392026-07-10T04:47:50.413Z Compiling rustix v1.1.4
2402026-07-10T04:47:50.520Z Compiling serde_json v1.0.149
2412026-07-10T04:47:50.669Z Compiling autocfg v1.5.0
2422026-07-10T04:47:50.760Z Compiling version_check v0.9.5
2432026-07-10T04:47:51.056Z Compiling aho-corasick v1.1.4
2442026-07-10T04:47:51.115Z Compiling syn v2.0.118
2452026-07-10T04:47:51.115Z Compiling num-traits v0.2.19
2462026-07-10T04:47:51.167Z Compiling prettyplease v0.2.37
2472026-07-10T04:47:51.347Z Compiling regex-syntax v0.8.11
2482026-07-10T04:47:51.576Z Compiling pest_meta v2.8.6
2492026-07-10T04:47:51.715Z Checking cfg-if v1.0.4
2502026-07-10T04:47:52.115Z Compiling itoa v1.0.17
2512026-07-10T04:47:52.287Z Compiling byteorder v1.5.0
2522026-07-10T04:47:52.312Z Compiling usdt-impl v0.5.0
2532026-07-10T04:47:52.521Z Checking num-integer v0.1.46
2542026-07-10T04:47:52.526Z Compiling thread-id v4.2.2
2552026-07-10T04:47:52.658Z Checking log v0.4.29
2562026-07-10T04:47:52.738Z Checking plain v0.2.3
2572026-07-10T04:47:52.829Z Compiling regex-automata v0.4.14
2582026-07-10T04:47:52.918Z Checking colored v3.1.1
2592026-07-10T04:47:53.107Z Compiling errno v0.3.14
2602026-07-10T04:47:53.265Z Compiling bitflags v2.11.0
2612026-07-10T04:47:53.389Z Checking no-std-net v0.6.0
2622026-07-10T04:47:53.452Z Compiling pest_generator v2.8.6
2632026-07-10T04:47:53.474Z Checking pretty-hex v0.4.1
2642026-07-10T04:47:53.477Z Compiling radium v0.7.0
2652026-07-10T04:47:53.568Z Checking pnet_base v0.35.0
2662026-07-10T04:47:53.753Z Checking tap v1.0.1
2672026-07-10T04:47:53.758Z Compiling getrandom v0.3.4
2682026-07-10T04:47:53.769Z Compiling fastrand v2.3.0
2692026-07-10T04:47:53.848Z Compiling zerocopy v0.8.40
2702026-07-10T04:47:54.007Z Compiling once_cell v1.21.3
2712026-07-10T04:47:54.099Z Checking wyz v0.5.1
2722026-07-10T04:47:54.263Z Compiling tempfile v3.27.0
2732026-07-10T04:47:54.271Z Checking num-iter v0.1.45
2742026-07-10T04:47:54.359Z Checking memmap v0.7.0
2752026-07-10T04:47:54.371Z Checking funty v2.0.0
2762026-07-10T04:47:54.480Z Compiling anyhow v1.0.102
2772026-07-10T04:47:54.587Z Compiling regex v1.13.0
2782026-07-10T04:47:54.676Z Checking bitvec v1.1.1
2792026-07-10T04:47:54.709Z Compiling serde_derive v1.0.228
2802026-07-10T04:47:54.803Z Compiling thiserror-impl v1.0.69
2812026-07-10T04:47:54.897Z Compiling zerocopy-derive v0.7.35
2822026-07-10T04:47:54.981Z Compiling pest_derive v2.8.6
2832026-07-10T04:47:55.042Z Compiling scroll_derive v0.12.1
2842026-07-10T04:47:55.446Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2852026-07-10T04:47:55.489Z Compiling pnet_macros v0.35.0
2862026-07-10T04:47:55.728Z Compiling zerocopy v0.7.35
2872026-07-10T04:47:55.733Z Checking scroll v0.12.0
2882026-07-10T04:47:56.073Z Compiling dtrace-parser v0.2.0
2892026-07-10T04:47:56.092Z Checking goblin v0.8.2
2902026-07-10T04:47:56.560Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2912026-07-10T04:47:56.788Z Checking pnet_macros_support v0.35.0
2922026-07-10T04:47:56.852Z Checking pnet_sys v0.35.0
2932026-07-10T04:47:56.962Z Checking utf8parse v0.2.2
2942026-07-10T04:47:56.978Z Checking pnet_packet v0.35.0
2952026-07-10T04:47:57.059Z Checking anstyle-parse v1.0.0
2962026-07-10T04:47:57.205Z Checking rand_core v0.9.5
2972026-07-10T04:47:57.673Z Checking anstyle-query v1.1.5
2982026-07-10T04:47:57.759Z Checking is_terminal_polyfill v1.70.2
2992026-07-10T04:47:57.793Z Checking num-bigint v0.4.6
3002026-07-10T04:47:57.820Z Checking num-complex v0.4.6
3012026-07-10T04:47:57.835Z Checking ipnetwork v0.20.0
3022026-07-10T04:47:57.841Z Checking anstyle v1.0.13
3032026-07-10T04:47:57.932Z Compiling serde_tokenstream v0.2.3
3042026-07-10T04:47:58.004Z Compiling dof v0.3.0
3052026-07-10T04:47:58.007Z Checking colorchoice v1.0.4
3062026-07-10T04:47:58.161Z Compiling pnet v0.35.0
3072026-07-10T04:47:58.211Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3082026-07-10T04:47:58.381Z Checking anstream v1.0.0
3092026-07-10T04:47:58.534Z Checking pnet_datalink v0.35.0
3102026-07-10T04:47:58.608Z Checking num-rational v0.4.2
3112026-07-10T04:47:58.731Z Checking strsim v0.11.1
3122026-07-10T04:47:58.784Z Compiling usdt-attr-macro v0.5.0
3132026-07-10T04:47:58.881Z Compiling usdt-macro v0.5.0
3142026-07-10T04:47:58.886Z Checking num v0.4.3
3152026-07-10T04:47:58.906Z Checking pnet_transport v0.35.0
3162026-07-10T04:47:58.945Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3172026-07-10T04:47:58.964Z Compiling heck v0.5.0
3182026-07-10T04:47:59.047Z Checking clap_lex v1.0.0
3192026-07-10T04:47:59.118Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3202026-07-10T04:47:59.163Z Compiling clap_derive v4.6.1
3212026-07-10T04:47:59.187Z Checking clap_builder v4.6.0
3222026-07-10T04:47:59.224Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3232026-07-10T04:47:59.264Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3242026-07-10T04:47:59.504Z Checking ppv-lite86 v0.2.21
3252026-07-10T04:47:59.510Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3262026-07-10T04:47:59.564Z Checking usdt v0.5.0
3272026-07-10T04:47:59.701Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3282026-07-10T04:47:59.774Z Checking rand_chacha v0.9.0
3292026-07-10T04:47:59.938Z Checking rand v0.9.3
3302026-07-10T04:48:00.042Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3312026-07-10T04:48:00.500Z Checking clap v4.6.1
3322026-07-10T04:48:00.556Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3332026-07-10T04:48:00.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.98s
3342026-07-10T04:48:01.070Z+ cargo clippy --all-targets -- --deny warnings
3352026-07-10T04:48:01.188Z Downloading crates ...
3362026-07-10T04:48:01.243Z Downloaded libloading v0.9.0
3372026-07-10T04:48:01.292Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3382026-07-10T04:48:01.309Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3392026-07-10T04:48:01.315Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3402026-07-10T04:48:01.319Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3412026-07-10T04:48:01.319Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3422026-07-10T04:48:01.322Z Checking libloading v0.9.0
3432026-07-10T04:48:01.571Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3442026-07-10T04:48:02.101Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3452026-07-10T04:48:02.947Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3462026-07-10T04:48:02.947Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3472026-07-10T04:48:03.882Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3482026-07-10T04:48:08.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.79s
3492026-07-10T04:48:08.938Z+ banner build
3502026-07-10T04:48:08.941Z
3512026-07-10T04:48:08.941Z ##### # # # # #####
3522026-07-10T04:48:08.941Z # # # # # # # #
3532026-07-10T04:48:08.942Z ##### # # # # # #
3542026-07-10T04:48:08.942Z # # # # # # # #
3552026-07-10T04:48:08.942Z # # # # # # # #
3562026-07-10T04:48:08.942Z ##### #### # ###### #####
3572026-07-10T04:48:08.942Z
3582026-07-10T04:48:08.942Z+ ptime -m cargo build
3592026-07-10T04:48:09.074Z Compiling unicode-ident v1.0.24
3602026-07-10T04:48:09.074Z Compiling memchr v2.8.0
3612026-07-10T04:48:09.077Z Compiling regex-syntax v0.8.11
3622026-07-10T04:48:09.077Z Compiling libc v0.2.182
3632026-07-10T04:48:09.078Z Compiling serde_core v1.0.228
3642026-07-10T04:48:09.091Z Compiling ucd-trie v0.1.7
3652026-07-10T04:48:09.097Z Compiling cfg-if v1.0.4
3662026-07-10T04:48:09.102Z Compiling zmij v1.0.21
3672026-07-10T04:48:09.145Z Compiling itoa v1.0.17
3682026-07-10T04:48:09.193Z Compiling proc-macro2 v1.0.106
3692026-07-10T04:48:09.315Z Compiling byteorder v1.5.0
3702026-07-10T04:48:09.359Z Compiling num-traits v0.2.19
3712026-07-10T04:48:09.376Z Compiling errno v0.3.14
3722026-07-10T04:48:09.411Z Compiling thread-id v4.2.2
3732026-07-10T04:48:09.478Z Compiling aho-corasick v1.1.4
3742026-07-10T04:48:09.505Z Compiling pest v2.8.6
3752026-07-10T04:48:09.523Z Compiling bitflags v2.11.0
3762026-07-10T04:48:09.745Z Compiling quote v1.0.45
3772026-07-10T04:48:09.750Z Compiling rustix v1.1.4
3782026-07-10T04:48:09.899Z Compiling syn v2.0.118
3792026-07-10T04:48:09.957Z Compiling num-integer v0.1.46
3802026-07-10T04:48:10.019Z Compiling getrandom v0.4.1
3812026-07-10T04:48:10.153Z Compiling log v0.4.29
3822026-07-10T04:48:10.267Z Compiling fastrand v2.3.0
3832026-07-10T04:48:10.322Z Compiling colored v3.1.1
3842026-07-10T04:48:10.528Z Compiling regex-automata v0.4.14
3852026-07-10T04:48:10.628Z Compiling pest_meta v2.8.6
3862026-07-10T04:48:10.705Z Compiling once_cell v1.21.3
3872026-07-10T04:48:10.758Z Compiling serde_json v1.0.149
3882026-07-10T04:48:10.896Z Compiling plain v0.2.3
3892026-07-10T04:48:10.903Z Compiling tempfile v3.27.0
3902026-07-10T04:48:10.994Z Compiling pretty-hex v0.4.1
3912026-07-10T04:48:11.121Z Compiling no-std-net v0.6.0
3922026-07-10T04:48:11.187Z Compiling pnet_base v0.35.0
3932026-07-10T04:48:11.311Z Compiling tap v1.0.1
3942026-07-10T04:48:11.340Z Compiling radium v0.7.0
3952026-07-10T04:48:11.412Z Compiling wyz v0.5.1
3962026-07-10T04:48:11.528Z Compiling num-iter v0.1.45
3972026-07-10T04:48:11.531Z Compiling memmap v0.7.0
3982026-07-10T04:48:11.587Z Compiling funty v2.0.0
3992026-07-10T04:48:11.632Z Compiling zerocopy v0.8.40
4002026-07-10T04:48:11.695Z Compiling getrandom v0.3.4
4012026-07-10T04:48:11.772Z Compiling pnet_macros_support v0.35.0
4022026-07-10T04:48:11.857Z Compiling pnet_sys v0.35.0
4032026-07-10T04:48:11.877Z Compiling utf8parse v0.2.2
4042026-07-10T04:48:11.902Z Compiling bitvec v1.1.1
4052026-07-10T04:48:11.943Z Compiling anstyle-parse v1.0.0
4062026-07-10T04:48:11.971Z Compiling rand_core v0.9.5
4072026-07-10T04:48:12.023Z Compiling anyhow v1.0.102
4082026-07-10T04:48:12.116Z Compiling colorchoice v1.0.4
4092026-07-10T04:48:12.176Z Compiling pest_generator v2.8.6
4102026-07-10T04:48:12.217Z Compiling prettyplease v0.2.37
4112026-07-10T04:48:12.223Z Compiling is_terminal_polyfill v1.70.2
4122026-07-10T04:48:12.296Z Compiling regex v1.13.0
4132026-07-10T04:48:12.409Z Compiling anstyle-query v1.1.5
4142026-07-10T04:48:12.504Z Compiling anstyle v1.0.13
4152026-07-10T04:48:12.716Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4162026-07-10T04:48:12.748Z Compiling anstream v1.0.0
4172026-07-10T04:48:12.775Z Compiling strsim v0.11.1
4182026-07-10T04:48:13.058Z Compiling clap_lex v1.0.0
4192026-07-10T04:48:13.160Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4202026-07-10T04:48:13.196Z Compiling clap_builder v4.6.0
4212026-07-10T04:48:13.293Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4222026-07-10T04:48:13.548Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4232026-07-10T04:48:13.943Z Compiling serde_derive v1.0.228
4242026-07-10T04:48:13.943Z Compiling thiserror-impl v1.0.69
4252026-07-10T04:48:13.949Z Compiling zerocopy-derive v0.7.35
4262026-07-10T04:48:13.952Z Compiling pest_derive v2.8.6
4272026-07-10T04:48:14.068Z Compiling scroll_derive v0.12.1
4282026-07-10T04:48:14.628Z Compiling pnet_macros v0.35.0
4292026-07-10T04:48:14.664Z Compiling ppv-lite86 v0.2.21
4302026-07-10T04:48:14.932Z Compiling scroll v0.12.0
4312026-07-10T04:48:14.955Z Compiling zerocopy v0.7.35
4322026-07-10T04:48:14.985Z Compiling rand_chacha v0.9.0
4332026-07-10T04:48:15.167Z Compiling goblin v0.8.2
4342026-07-10T04:48:15.183Z Compiling rand v0.9.3
4352026-07-10T04:48:15.287Z Compiling thiserror v1.0.69
4362026-07-10T04:48:15.378Z Compiling dtrace-parser v0.2.0
4372026-07-10T04:48:15.411Z Compiling clap_derive v4.6.1
4382026-07-10T04:48:16.249Z Compiling pnet_packet v0.35.0
4392026-07-10T04:48:16.669Z Compiling serde v1.0.228
4402026-07-10T04:48:16.950Z Compiling clap v4.6.1
4412026-07-10T04:48:16.992Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4422026-07-10T04:48:17.055Z Compiling dof v0.3.0
4432026-07-10T04:48:17.055Z Compiling serde_tokenstream v0.2.3
4442026-07-10T04:48:17.058Z Compiling num-bigint v0.4.6
4452026-07-10T04:48:17.058Z Compiling num-complex v0.4.6
4462026-07-10T04:48:17.151Z Compiling ipnetwork v0.20.0
4472026-07-10T04:48:17.332Z Compiling usdt-impl v0.5.0
4482026-07-10T04:48:17.399Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4492026-07-10T04:48:17.431Z Compiling pnet_datalink v0.35.0
4502026-07-10T04:48:17.845Z Compiling usdt-attr-macro v0.5.0
4512026-07-10T04:48:18.033Z Compiling num-rational v0.4.2
4522026-07-10T04:48:18.323Z Compiling usdt-macro v0.5.0
4532026-07-10T04:48:18.680Z Compiling num v0.4.3
4542026-07-10T04:48:18.748Z Compiling pnet_transport v0.35.0
4552026-07-10T04:48:18.917Z Compiling pnet v0.35.0
4562026-07-10T04:48:19.220Z Compiling usdt v0.5.0
4572026-07-10T04:48:19.335Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4582026-07-10T04:48:19.662Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4592026-07-10T04:48:19.782Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4602026-07-10T04:48:19.782Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4612026-07-10T04:48:19.916Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4622026-07-10T04:48:22.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.65s
4632026-07-10T04:48:22.628Z
4642026-07-10T04:48:22.631Zreal 13.677742103
4652026-07-10T04:48:22.631Zuser 1:11.344431024
4662026-07-10T04:48:22.631Zsys 12.005136924
4672026-07-10T04:48:22.631Ztrap 0.038002637
4682026-07-10T04:48:22.631Ztflt 0.055293695
4692026-07-10T04:48:22.631Zdflt 0.047522336
4702026-07-10T04:48:22.631Zkflt 0.000016054
4712026-07-10T04:48:22.631Zlock 2:48.096662251
4722026-07-10T04:48:22.631Zslp 4:52.817451064
4732026-07-10T04:48:22.631Zlat 3.821151937
4742026-07-10T04:48:22.631Zstop 4.896372864
4752026-07-10T04:48:22.631Z+ ptime -m cargo build --release
4762026-07-10T04:48:22.708Z Compiling proc-macro2 v1.0.106
4772026-07-10T04:48:22.708Z Compiling quote v1.0.45
4782026-07-10T04:48:22.708Z Compiling unicode-ident v1.0.24
4792026-07-10T04:48:22.708Z Compiling libc v0.2.182
4802026-07-10T04:48:22.708Z Compiling serde_core v1.0.228
4812026-07-10T04:48:22.711Z Compiling memchr v2.8.0
4822026-07-10T04:48:22.711Z Compiling serde v1.0.228
4832026-07-10T04:48:22.712Z Compiling zmij v1.0.21
4842026-07-10T04:48:23.003Z Compiling thiserror v1.0.69
4852026-07-10T04:48:23.056Z Compiling serde_json v1.0.149
4862026-07-10T04:48:23.065Z Compiling ucd-trie v0.1.7
4872026-07-10T04:48:23.261Z Compiling rustix v1.1.4
4882026-07-10T04:48:23.283Z Compiling getrandom v0.4.1
4892026-07-10T04:48:23.306Z Compiling pest v2.8.6
4902026-07-10T04:48:23.550Z Compiling aho-corasick v1.1.4
4912026-07-10T04:48:23.846Z Compiling syn v2.0.118
4922026-07-10T04:48:23.885Z Compiling prettyplease v0.2.37
4932026-07-10T04:48:23.913Z Compiling version_check v0.9.5
4942026-07-10T04:48:23.989Z Compiling autocfg v1.5.0
4952026-07-10T04:48:24.126Z Compiling regex-syntax v0.8.11
4962026-07-10T04:48:24.322Z Compiling pest_meta v2.8.6
4972026-07-10T04:48:24.492Z Compiling num-traits v0.2.19
4982026-07-10T04:48:25.360Z Compiling cfg-if v1.0.4
4992026-07-10T04:48:25.426Z Compiling itoa v1.0.17
5002026-07-10T04:48:25.510Z Compiling byteorder v1.5.0
5012026-07-10T04:48:25.590Z Compiling regex-automata v0.4.14
5022026-07-10T04:48:25.721Z Compiling usdt-impl v0.5.0
5032026-07-10T04:48:26.170Z Compiling pest_generator v2.8.6
5042026-07-10T04:48:26.313Z Compiling num-integer v0.1.46
5052026-07-10T04:48:26.530Z Compiling thread-id v4.2.2
5062026-07-10T04:48:26.533Z Compiling errno v0.3.14
5072026-07-10T04:48:26.614Z Compiling plain v0.2.3
5082026-07-10T04:48:26.716Z Compiling bitflags v2.11.0
5092026-07-10T04:48:26.848Z Compiling log v0.4.29
5102026-07-10T04:48:27.184Z Compiling no-std-net v0.6.0
5112026-07-10T04:48:27.252Z Compiling pretty-hex v0.4.1
5122026-07-10T04:48:27.327Z Compiling regex v1.13.0
5132026-07-10T04:48:27.398Z Compiling colored v3.1.1
5142026-07-10T04:48:27.405Z Compiling serde_derive v1.0.228
5152026-07-10T04:48:27.702Z Compiling thiserror-impl v1.0.69
5162026-07-10T04:48:27.705Z Compiling zerocopy-derive v0.7.35
5172026-07-10T04:48:28.070Z Compiling pest_derive v2.8.6
5182026-07-10T04:48:28.200Z Compiling scroll_derive v0.12.1
5192026-07-10T04:48:28.581Z Compiling zerocopy v0.7.35
5202026-07-10T04:48:28.750Z Compiling radium v0.7.0
5212026-07-10T04:48:28.918Z Compiling scroll v0.12.0
5222026-07-10T04:48:28.980Z Compiling dtrace-parser v0.2.0
5232026-07-10T04:48:29.114Z Compiling fastrand v2.3.0
5242026-07-10T04:48:29.137Z Compiling once_cell v1.21.3
5252026-07-10T04:48:29.165Z Compiling goblin v0.8.2
5262026-07-10T04:48:29.329Z Compiling tempfile v3.27.0
5272026-07-10T04:48:29.520Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5282026-07-10T04:48:29.593Z Compiling pnet_base v0.35.0
5292026-07-10T04:48:29.721Z Compiling zerocopy v0.8.40
5302026-07-10T04:48:29.778Z Compiling getrandom v0.3.4
5312026-07-10T04:48:30.106Z Compiling tap v1.0.1
5322026-07-10T04:48:30.209Z Compiling wyz v0.5.1
5332026-07-10T04:48:30.312Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5342026-07-10T04:48:30.593Z Compiling serde_tokenstream v0.2.3
5352026-07-10T04:48:30.620Z Compiling dof v0.3.0
5362026-07-10T04:48:30.653Z Compiling num-bigint v0.4.6
5372026-07-10T04:48:30.722Z Compiling num-complex v0.4.6
5382026-07-10T04:48:30.958Z Compiling num-iter v0.1.45
5392026-07-10T04:48:31.073Z Compiling memmap v0.7.0
5402026-07-10T04:48:31.266Z Compiling funty v2.0.0
5412026-07-10T04:48:31.303Z Compiling anyhow v1.0.102
5422026-07-10T04:48:31.388Z Compiling usdt-macro v0.5.0
5432026-07-10T04:48:31.395Z Compiling usdt-attr-macro v0.5.0
5442026-07-10T04:48:31.920Z Compiling num-rational v0.4.2
5452026-07-10T04:48:32.070Z Compiling bitvec v1.1.1
5462026-07-10T04:48:33.218Z Compiling usdt v0.5.0
5472026-07-10T04:48:33.866Z Compiling num v0.4.3
5482026-07-10T04:48:34.136Z Compiling pnet_macros_support v0.35.0
5492026-07-10T04:48:34.202Z Compiling pnet_macros v0.35.0
5502026-07-10T04:48:34.236Z Compiling pnet_sys v0.35.0
5512026-07-10T04:48:34.433Z Compiling utf8parse v0.2.2
5522026-07-10T04:48:34.533Z Compiling anstyle-parse v1.0.0
5532026-07-10T04:48:34.748Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5542026-07-10T04:48:35.281Z Compiling pnet_packet v0.35.0
5552026-07-10T04:48:35.445Z Compiling ppv-lite86 v0.2.21
5562026-07-10T04:48:35.773Z Compiling rand_core v0.9.5
5572026-07-10T04:48:36.060Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5582026-07-10T04:48:36.614Z Compiling ipnetwork v0.20.0
5592026-07-10T04:48:37.180Z Compiling anstyle v1.0.13
5602026-07-10T04:48:37.439Z Compiling anstyle-query v1.1.5
5612026-07-10T04:48:37.468Z Compiling is_terminal_polyfill v1.70.2
5622026-07-10T04:48:37.537Z Compiling pnet v0.35.0
5632026-07-10T04:48:37.553Z Compiling colorchoice v1.0.4
5642026-07-10T04:48:37.665Z Compiling anstream v1.0.0
5652026-07-10T04:48:37.768Z Compiling pnet_transport v0.35.0
5662026-07-10T04:48:38.296Z Compiling pnet_datalink v0.35.0
5672026-07-10T04:48:39.456Z Compiling rand_chacha v0.9.0
5682026-07-10T04:48:39.817Z Compiling clap_lex v1.0.0
5692026-07-10T04:48:40.007Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5702026-07-10T04:48:40.168Z Compiling strsim v0.11.1
5712026-07-10T04:48:40.178Z Compiling heck v0.5.0
5722026-07-10T04:48:40.257Z Compiling rand v0.9.3
5732026-07-10T04:48:40.360Z Compiling clap_derive v4.6.1
5742026-07-10T04:48:40.401Z Compiling clap_builder v4.6.0
5752026-07-10T04:48:41.969Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5762026-07-10T04:48:41.973Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5772026-07-10T04:48:42.222Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5782026-07-10T04:48:42.465Z Compiling clap v4.6.1
5792026-07-10T04:48:42.578Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5802026-07-10T04:48:45.299Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5812026-07-10T04:48:47.978Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5822026-07-10T04:48:54.803Z Finished `release` profile [optimized] target(s) in 32.16s
5832026-07-10T04:48:54.824Z
5842026-07-10T04:48:54.828Zreal 32.184487735
5852026-07-10T04:48:54.828Zuser 3:13.568371394
5862026-07-10T04:48:54.828Zsys 18.151278519
5872026-07-10T04:48:54.828Ztrap 0.107706209
5882026-07-10T04:48:54.828Ztflt 0.212081072
5892026-07-10T04:48:54.828Zdflt 0.155588022
5902026-07-10T04:48:54.828Zkflt 0.000018435
5912026-07-10T04:48:54.828Zlock 9:57.388495752
5922026-07-10T04:48:54.828Zslp 12:17.899566594
5932026-07-10T04:48:54.828Zlat 13.812332189
5942026-07-10T04:48:54.828Zstop 9.043610159
5952026-07-10T04:48:54.828Z+ for x in debug release
5962026-07-10T04:48:54.828Z+ mkdir -p /work/debug
5972026-07-10T04:48:54.828Z+ cp target/debug/x4c /work/debug/
5982026-07-10T04:48:54.854Z+ cp target/debug/libsidecar_lite.so /work/debug/
5992026-07-10T04:48:54.889Z+ for x in debug release
6002026-07-10T04:48:54.889Z+ mkdir -p /work/release
6012026-07-10T04:48:54.893Z+ cp target/release/x4c /work/release/
6022026-07-10T04:48:54.899Z+ cp target/release/libsidecar_lite.so /work/release/
6032026-07-10T04:48:54.908Z+ banner test
6042026-07-10T04:48:54.912Z
6052026-07-10T04:48:54.912Z ##### ###### #### #####
6062026-07-10T04:48:54.912Z # # # #
6072026-07-10T04:48:54.912Z # ##### #### #
6082026-07-10T04:48:54.912Z # # # #
6092026-07-10T04:48:54.912Z # # # # #
6102026-07-10T04:48:54.912Z # ###### #### #
6112026-07-10T04:48:54.912Z
6122026-07-10T04:48:54.912Z+ cargo test
6132026-07-10T04:48:54.981Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6142026-07-10T04:48:54.997Z Compiling libloading v0.9.0
6152026-07-10T04:48:55.002Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6162026-07-10T04:48:55.002Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6172026-07-10T04:48:55.002Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6182026-07-10T04:48:55.006Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6192026-07-10T04:48:55.186Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6202026-07-10T04:48:56.098Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6212026-07-10T04:48:56.098Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6222026-07-10T04:48:56.098Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6232026-07-10T04:48:56.375Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6242026-07-10T04:49:03.033Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.11s
6252026-07-10T04:49:03.047Z Running unittests src/lib.rs (target/debug/deps/p4-fcbfe42f56ff9ff5)
6262026-07-10T04:49:03.050Z
6272026-07-10T04:49:03.050Zrunning 0 tests
6282026-07-10T04:49:03.050Z
6292026-07-10T04:49:03.050Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-07-10T04:49:03.050Z
6312026-07-10T04:49:03.050Z Running unittests src/lib.rs (target/debug/deps/p4_macro-ec51a767835d8443)
6322026-07-10T04:49:03.053Z
6332026-07-10T04:49:03.053Zrunning 0 tests
6342026-07-10T04:49:03.053Z
6352026-07-10T04:49:03.053Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-07-10T04:49:03.054Z
6372026-07-10T04:49:03.054Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-ab056ac20cd75aeb)
6382026-07-10T04:49:03.054Z
6392026-07-10T04:49:03.054Zrunning 0 tests
6402026-07-10T04:49:03.054Z
6412026-07-10T04:49:03.054Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-07-10T04:49:03.054Z
6432026-07-10T04:49:03.057Z Running unittests src/lib.rs (target/debug/deps/p4_rust-1bacfdb8eba25669)
6442026-07-10T04:49:03.057Z
6452026-07-10T04:49:03.057Zrunning 0 tests
6462026-07-10T04:49:03.057Z
6472026-07-10T04:49:03.057Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-07-10T04:49:03.057Z
6492026-07-10T04:49:03.057Z Running unittests src/lib.rs (target/debug/deps/p4rs-96c815fbf211bfb6)
6502026-07-10T04:49:03.057Z
6512026-07-10T04:49:03.057Zrunning 14 tests
6522026-07-10T04:49:03.060Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6532026-07-10T04:49:03.060Ztest bitmath::tests::bitmath_add_be ... ok
6542026-07-10T04:49:03.060Ztest bitmath::tests::bitmath_add_nest ... ok
6552026-07-10T04:49:03.060Ztest bitmath::tests::bitmath_sub_be ... ok
6562026-07-10T04:49:03.060Ztest bitmath::tests::bitmath_add_cascade ... ok
6572026-07-10T04:49:03.060Ztest bitmath::tests::bitmath_add_le ... ok
6582026-07-10T04:49:03.060Ztest bitmath::tests::bitmath_mod ... ok
6592026-07-10T04:49:03.060Ztest bitmath::tests::bitmath_sub_le ... ok
6602026-07-10T04:49:03.060Ztest checksum::tests::udp_checksum ... ok
6612026-07-10T04:49:03.060Ztest table::tests::match_lpm_ternary_1 ... ok
6622026-07-10T04:49:03.060Ztest table::tests::match_lpm_ternary_range ... ok
6632026-07-10T04:49:03.060Ztest table::tests::match_lpm_1 ... ok
6642026-07-10T04:49:03.060Ztest table::tests::match_ternary_1 ... ok
6652026-07-10T04:49:03.060Ztest table::tests::match_with_action ... ok
6662026-07-10T04:49:03.060Z
6672026-07-10T04:49:03.060Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6682026-07-10T04:49:03.061Z
6692026-07-10T04:49:03.061Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-5bd97487dddda1d7)
6702026-07-10T04:49:03.061Z
6712026-07-10T04:49:03.061Zrunning 0 tests
6722026-07-10T04:49:03.061Z
6732026-07-10T04:49:03.064Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6742026-07-10T04:49:03.064Z
6752026-07-10T04:49:03.064Z Running unittests src/lib.rs (target/debug/deps/tests-82f51f6690609b13)
6762026-07-10T04:49:03.064Z
6772026-07-10T04:49:03.064Zrunning 15 tests
6782026-07-10T04:49:03.067Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6792026-07-10T04:49:03.067Ztest headers::ipv6_header_read_write ... ok
6802026-07-10T04:49:03.070Ztest dload::pipeline_create ... ok
6812026-07-10T04:49:03.070Ztest ipv6::test_ipv6_parse ... ok
6822026-07-10T04:49:03.070Ztest dload::dynamic_load ... ok
6832026-07-10T04:49:03.073Ztest arithmetic::arithmetic ... ok
6842026-07-10T04:49:03.076Ztest hub::hub2 ... ok
6852026-07-10T04:49:03.076Ztest basic_router::basic_router2 ... ok
6862026-07-10T04:49:03.076Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6872026-07-10T04:49:03.076Ztest decap::geneve_decap ... ok
6882026-07-10T04:49:03.076Ztest vlan::test_vlan_parse ... ok
6892026-07-10T04:49:03.076Ztest dynamic_router::dynamic_router2 ... ok
6902026-07-10T04:49:03.089Ztest disag_router::disag_router ... ok
6912026-07-10T04:49:03.146Ztest mac_rewrite::mac_rewrite2 ... ok
6922026-07-10T04:49:03.149Ztest range::range ... ok
6932026-07-10T04:49:03.149Z
6942026-07-10T04:49:03.149Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
6952026-07-10T04:49:03.149Z
6962026-07-10T04:49:03.152Z Running unittests src/lib.rs (target/debug/deps/x4c-b9467acd6b0b0ffa)
6972026-07-10T04:49:03.155Z
6982026-07-10T04:49:03.155Zrunning 0 tests
6992026-07-10T04:49:03.155Z
7002026-07-10T04:49:03.156Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7012026-07-10T04:49:03.156Z
7022026-07-10T04:49:03.156Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-f056597bc4aff2a0)
7032026-07-10T04:49:03.156Z
7042026-07-10T04:49:03.156Zrunning 0 tests
7052026-07-10T04:49:03.156Z
7062026-07-10T04:49:03.156Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-07-10T04:49:03.156Z
7082026-07-10T04:49:03.156Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-6c83f39545f77116)
7092026-07-10T04:49:03.159Z
7102026-07-10T04:49:03.159Zrunning 0 tests
7112026-07-10T04:49:03.159Z
7122026-07-10T04:49:03.159Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7132026-07-10T04:49:03.159Z
7142026-07-10T04:49:03.159Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-4e6253e728ccdc14)
7152026-07-10T04:49:03.159Z
7162026-07-10T04:49:03.159Zrunning 0 tests
7172026-07-10T04:49:03.159Z
7182026-07-10T04:49:03.159Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7192026-07-10T04:49:03.159Z
7202026-07-10T04:49:03.159Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7212026-07-10T04:49:03.162Z
7222026-07-10T04:49:03.162Zrunning 0 tests
7232026-07-10T04:49:03.162Z
7242026-07-10T04:49:03.162Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7252026-07-10T04:49:03.162Z
7262026-07-10T04:49:03.162Z Doc-tests p4
7272026-07-10T04:49:03.248Z
7282026-07-10T04:49:03.248Zrunning 0 tests
7292026-07-10T04:49:03.251Z
7302026-07-10T04:49:03.251Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7312026-07-10T04:49:03.251Z
7322026-07-10T04:49:03.256Z Doc-tests p4_macro
7332026-07-10T04:49:03.300Z
7342026-07-10T04:49:03.300Zrunning 2 tests
7352026-07-10T04:49:03.304Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7362026-07-10T04:49:03.304Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7372026-07-10T04:49:03.304Z
7382026-07-10T04:49:03.304Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7392026-07-10T04:49:03.304Z
7402026-07-10T04:49:03.307Z Doc-tests p4_rust
7412026-07-10T04:49:03.462Z
7422026-07-10T04:49:03.462Zrunning 0 tests
7432026-07-10T04:49:03.462Z
7442026-07-10T04:49:03.462Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7452026-07-10T04:49:03.462Z
7462026-07-10T04:49:03.473Z Doc-tests p4rs
7472026-07-10T04:49:03.556Z
7482026-07-10T04:49:03.556Zrunning 1 test
7492026-07-10T04:49:04.373Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7502026-07-10T04:49:04.373Z
7512026-07-10T04:49:04.373Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.82s
7522026-07-10T04:49:04.373Z
7532026-07-10T04:49:04.383Z Doc-tests tests
7542026-07-10T04:49:04.446Z
7552026-07-10T04:49:04.446Zrunning 0 tests
7562026-07-10T04:49:04.446Z
7572026-07-10T04:49:04.446Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7582026-07-10T04:49:04.446Z
7592026-07-10T04:49:04.453Z Doc-tests x4c
7602026-07-10T04:49:04.497Z
7612026-07-10T04:49:04.497Zrunning 0 tests
7622026-07-10T04:49:04.497Z
7632026-07-10T04:49:04.497Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7642026-07-10T04:49:04.497Z
7652026-07-10T04:49:04.502Z Doc-tests x4c_error_codes
7662026-07-10T04:49:04.529Z
7672026-07-10T04:49:04.529Zrunning 0 tests
7682026-07-10T04:49:04.529Z
7692026-07-10T04:49:04.529Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7702026-07-10T04:49:04.529Z
7712026-07-10T04:49:04.540Z+ pushd test
7722026-07-10T04:49:04.544Z+ banner 'mac rewr'
7732026-07-10T04:49:04.544Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7742026-07-10T04:49:04.544Z
7752026-07-10T04:49:04.544Z # # ## #### ##### ###### # # #####
7762026-07-10T04:49:04.544Z ## ## # # # # # # # # # # #
7772026-07-10T04:49:04.544Z # ## # # # # # # ##### # # # #
7782026-07-10T04:49:04.544Z # # ###### # ##### # # ## # #####
7792026-07-10T04:49:04.544Z # # # # # # # # # ## ## # #
7802026-07-10T04:49:04.544Z # # # # #### # # ###### # # # #
7812026-07-10T04:49:04.544Z
7822026-07-10T04:49:04.544Z+ RUST_BACKTRACE=1
7832026-07-10T04:49:04.544Z+ cargo test mac_rewrite -- --nocapture
7842026-07-10T04:49:04.641Z Compiling aho-corasick v1.1.4
7852026-07-10T04:49:04.661Z Compiling getrandom v0.4.1
7862026-07-10T04:49:04.661Z Compiling errno v0.3.14
7872026-07-10T04:49:04.661Z Compiling rustix v1.1.4
7882026-07-10T04:49:04.664Z Compiling prettyplease v0.2.37
7892026-07-10T04:49:05.342Z Compiling regex-automata v0.4.14
7902026-07-10T04:49:05.373Z Compiling tempfile v3.27.0
7912026-07-10T04:49:06.733Z Compiling regex v1.13.0
7922026-07-10T04:49:06.985Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7932026-07-10T04:49:07.050Z Compiling pnet_macros v0.35.0
7942026-07-10T04:49:07.679Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7952026-07-10T04:49:08.043Z Compiling pnet_packet v0.35.0
7962026-07-10T04:49:08.490Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
7972026-07-10T04:49:09.883Z Compiling pnet_transport v0.35.0
7982026-07-10T04:49:10.002Z Compiling pnet v0.35.0
7992026-07-10T04:49:10.090Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8002026-07-10T04:49:16.800Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.24s
8012026-07-10T04:49:16.812Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-676148c58e2c4a7e)
8022026-07-10T04:49:16.815Z
8032026-07-10T04:49:16.815Zrunning 1 test
8042026-07-10T04:49:16.821Z[phy2] do you know the muffin man?
8052026-07-10T04:49:16.823Z[cpu] the muffin man?
8062026-07-10T04:49:16.823Z[cpu] the muffin man!
8072026-07-10T04:49:16.824Z[cpu] why yes
8082026-07-10T04:49:16.824Z[phy1] i know the muffin man
8092026-07-10T04:49:16.824Z[phy3] the muffin man is me!!!
8102026-07-10T04:49:16.824Ztest mac_rewrite::mac_rewrite2 ... ok
8112026-07-10T04:49:16.824Z
8122026-07-10T04:49:16.824Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8132026-07-10T04:49:16.824Z
8142026-07-10T04:49:16.829Z+ banner 'dyn load'
8152026-07-10T04:49:16.832Z
8162026-07-10T04:49:16.832Z ##### # # # # # #### ## #####
8172026-07-10T04:49:16.832Z # # # # ## # # # # # # # #
8182026-07-10T04:49:16.832Z # # # # # # # # # # # # #
8192026-07-10T04:49:16.832Z # # # # # # # # # ###### # #
8202026-07-10T04:49:16.832Z # # # # ## # # # # # # #
8212026-07-10T04:49:16.832Z ##### # # # ###### #### # # #####
8222026-07-10T04:49:16.832Z
8232026-07-10T04:49:16.832Z+ RUST_BACKTRACE=1
8242026-07-10T04:49:16.832Z+ cargo test dload -- --nocapture
8252026-07-10T04:49:16.918Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8262026-07-10T04:49:16.921Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-676148c58e2c4a7e)
8272026-07-10T04:49:16.924Z
8282026-07-10T04:49:16.924Zrunning 2 tests
8292026-07-10T04:49:16.928Ztest dload::pipeline_create ... ok
8302026-07-10T04:49:16.931Ztest dload::dynamic_load ... ok
8312026-07-10T04:49:16.931Z
8322026-07-10T04:49:16.931Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8332026-07-10T04:49:16.931Z
8342026-07-10T04:49:16.936Z+ banner disag
8352026-07-10T04:49:16.938Z
8362026-07-10T04:49:16.938Z ##### # #### ## ####
8372026-07-10T04:49:16.939Z # # # # # # # #
8382026-07-10T04:49:16.939Z # # # #### # # #
8392026-07-10T04:49:16.939Z # # # # ###### # ###
8402026-07-10T04:49:16.939Z # # # # # # # # #
8412026-07-10T04:49:16.939Z ##### # #### # # ####
8422026-07-10T04:49:16.939Z
8432026-07-10T04:49:16.939Z+ RUST_BACKTRACE=1
8442026-07-10T04:49:16.939Z+ cargo test disag_router -- --nocapture
8452026-07-10T04:49:17.025Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8462026-07-10T04:49:17.028Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-676148c58e2c4a7e)
8472026-07-10T04:49:17.031Z
8482026-07-10T04:49:17.031Zrunning 1 test
8492026-07-10T04:49:17.036Z[phy2] do you know the muffin man?
8502026-07-10T04:49:17.040Z[cpu] the muffin man?
8512026-07-10T04:49:17.040Z[cpu] the muffin man!
8522026-07-10T04:49:17.040Z[cpu] why yes
8532026-07-10T04:49:17.040Z[phy1] i know the muffin man
8542026-07-10T04:49:17.040Z[phy3] the muffin man is me!!!
8552026-07-10T04:49:17.040Ztest disag_router::disag_router ... ok
8562026-07-10T04:49:17.040Z
8572026-07-10T04:49:17.040Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8582026-07-10T04:49:17.040Z
8592026-07-10T04:49:17.044Z+ banner 'dyn rtr'
8602026-07-10T04:49:17.047Z
8612026-07-10T04:49:17.047Z ##### # # # # ##### ##### #####
8622026-07-10T04:49:17.047Z # # # # ## # # # # # #
8632026-07-10T04:49:17.047Z # # # # # # # # # # #
8642026-07-10T04:49:17.047Z # # # # # # ##### # #####
8652026-07-10T04:49:17.047Z # # # # ## # # # # #
8662026-07-10T04:49:17.047Z ##### # # # # # # # #
8672026-07-10T04:49:17.047Z
8682026-07-10T04:49:17.047Z+ RUST_BACKTRACE=1
8692026-07-10T04:49:17.047Z+ cargo test dynamic_router -- --nocapture
8702026-07-10T04:49:17.135Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8712026-07-10T04:49:17.138Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-676148c58e2c4a7e)
8722026-07-10T04:49:17.141Z
8732026-07-10T04:49:17.141Zrunning 1 test
8742026-07-10T04:49:17.147Z[phy2] do you know the muffin man?
8752026-07-10T04:49:17.150Z[cpu] the muffin man?
8762026-07-10T04:49:17.150Z[cpu] the muffin man!
8772026-07-10T04:49:17.150Z[cpu] why yes
8782026-07-10T04:49:17.150Z[phy1] i know the muffin man
8792026-07-10T04:49:17.150Z[phy3] the muffin man is me!!!
8802026-07-10T04:49:17.150Ztest dynamic_router::dynamic_router2 ... ok
8812026-07-10T04:49:17.150Z
8822026-07-10T04:49:17.150Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8832026-07-10T04:49:17.150Z
8842026-07-10T04:49:17.154Z+ banner hub
8852026-07-10T04:49:17.157Z
8862026-07-10T04:49:17.157Z # # # # #####
8872026-07-10T04:49:17.157Z # # # # # #
8882026-07-10T04:49:17.157Z ###### # # #####
8892026-07-10T04:49:17.157Z # # # # # #
8902026-07-10T04:49:17.157Z # # # # # #
8912026-07-10T04:49:17.157Z # # #### #####
8922026-07-10T04:49:17.157Z
8932026-07-10T04:49:17.158Z+ RUST_BACKTRACE=1
8942026-07-10T04:49:17.158Z+ cargo test hub -- --nocapture
8952026-07-10T04:49:17.244Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8962026-07-10T04:49:17.247Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-676148c58e2c4a7e)
8972026-07-10T04:49:17.250Z
8982026-07-10T04:49:17.250Zrunning 1 test
8992026-07-10T04:49:17.255Z[phy2] do you know the muffin man?
9002026-07-10T04:49:17.255Z[phy3] do you know the muffin man?
9012026-07-10T04:49:17.258Z[phy1] the muffin man?
9022026-07-10T04:49:17.258Z[phy3] the muffin man?
9032026-07-10T04:49:17.258Z[phy2] the muffin man!
9042026-07-10T04:49:17.258Z[phy3] the muffin man!
9052026-07-10T04:49:17.258Z[phy1] why yes
9062026-07-10T04:49:17.258Z[phy1] i know the muffin man
9072026-07-10T04:49:17.258Z[phy1] the muffin man is me!!!
9082026-07-10T04:49:17.258Z[phy3] why yes
9092026-07-10T04:49:17.258Z[phy3] i know the muffin man
9102026-07-10T04:49:17.258Z[phy3] the muffin man is me!!!
9112026-07-10T04:49:17.258Ztest hub::hub2 ... ok
9122026-07-10T04:49:17.258Z
9132026-07-10T04:49:17.258Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9142026-07-10T04:49:17.258Z
9152026-07-10T04:49:17.263Z+ banner router
9162026-07-10T04:49:17.266Z
9172026-07-10T04:49:17.266Z ##### #### # # ##### ###### #####
9182026-07-10T04:49:17.266Z # # # # # # # # # #
9192026-07-10T04:49:17.266Z # # # # # # # ##### # #
9202026-07-10T04:49:17.266Z ##### # # # # # # #####
9212026-07-10T04:49:17.266Z # # # # # # # # # #
9222026-07-10T04:49:17.266Z # # #### #### # ###### # #
9232026-07-10T04:49:17.266Z
9242026-07-10T04:49:17.266Z+ RUST_BACKTRACE=1
9252026-07-10T04:49:17.266Z+ cargo test basic_router -- --nocapture
9262026-07-10T04:49:17.352Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9272026-07-10T04:49:17.355Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-676148c58e2c4a7e)
9282026-07-10T04:49:17.358Z
9292026-07-10T04:49:17.358Zrunning 1 test
9302026-07-10T04:49:17.362Z[phy2] do you know the muffin man?
9312026-07-10T04:49:17.365Z[phy1] the muffin man?
9322026-07-10T04:49:17.366Z[phy2] the muffin man!
9332026-07-10T04:49:17.366Z[phy1] why yes
9342026-07-10T04:49:17.366Z[phy1] i know the muffin man
9352026-07-10T04:49:17.366Z[phy1] the muffin man is me!!!
9362026-07-10T04:49:17.366Ztest basic_router::basic_router2 ... ok
9372026-07-10T04:49:17.366Z
9382026-07-10T04:49:17.366Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9392026-07-10T04:49:17.366Z
9402026-07-10T04:49:17.370Z+ banner headers
9412026-07-10T04:49:17.373Z
9422026-07-10T04:49:17.373Z # # ###### ## ##### ###### ##### ####
9432026-07-10T04:49:17.373Z # # # # # # # # # # #
9442026-07-10T04:49:17.373Z ###### ##### # # # # ##### # # ####
9452026-07-10T04:49:17.373Z # # # ###### # # # ##### #
9462026-07-10T04:49:17.373Z # # # # # # # # # # # #
9472026-07-10T04:49:17.373Z # # ###### # # ##### ###### # # ####
9482026-07-10T04:49:17.373Z
9492026-07-10T04:49:17.374Z+ RUST_BACKTRACE=1
9502026-07-10T04:49:17.374Z+ cargo test headers -- --nocapture
9512026-07-10T04:49:17.459Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9522026-07-10T04:49:17.462Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-676148c58e2c4a7e)
9532026-07-10T04:49:17.466Z
9542026-07-10T04:49:17.466Zrunning 1 test
9552026-07-10T04:49:17.466Ztest headers::ipv6_header_read_write ... ok
9562026-07-10T04:49:17.466Z
9572026-07-10T04:49:17.466Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9582026-07-10T04:49:17.466Z
9592026-07-10T04:49:17.470Zprocess exited: duration 105739 ms, exit code 0
 
9602026-07-10T04:49:17.477Zfound 4 output files
9612026-07-10T04:49:17.484Zuploading: /work/debug/libsidecar_lite.so (43098552 bytes)
9622026-07-10T04:49:18.834Zuploaded: /work/debug/libsidecar_lite.so
9632026-07-10T04:49:18.834Zuploading: /work/debug/x4c (37742912 bytes)
9642026-07-10T04:49:20.108Zuploaded: /work/debug/x4c
9652026-07-10T04:49:20.108Zuploading: /work/release/libsidecar_lite.so (9931256 bytes)
9662026-07-10T04:49:21.175Zuploaded: /work/release/libsidecar_lite.so
9672026-07-10T04:49:21.175Zuploading: /work/release/x4c (8661552 bytes)
9682026-07-10T04:49:22.235Zuploaded: /work/release/x4c