01M0WAZEMMM5RQNHE9685RWZQQ: 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: 01M0WAZQ7Y48TE96S26V874EQT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T11:31:43.674Zjob assigned to worker 01M0WAZXR5HWPJQNYDW1J99E1C [factory aws, i-03f27923b79ec0d41] (queued for 59 s)
 
22026-08-25T11:31:50.181Zstarting task 0: "setup"
32026-08-25T11:31:50.184Z++ uname -s
42026-08-25T11:31:50.187Z+ kern=SunOS
52026-08-25T11:31:50.187Z+ build_user=build
62026-08-25T11:31:50.187Z+ build_uid=12345
72026-08-25T11:31:50.187Z+ work_dir=/work
82026-08-25T11:31:50.187Z+ input_dir=/input
92026-08-25T11:31:50.187Z+ [[ 0 == 12345 ]]
102026-08-25T11:31:50.187Z+ case "$kern" in
112026-08-25T11:31:50.188Z+ groupadd -g 12345 build
122026-08-25T11:31:50.188Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T11:31:52.193Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T11:31:52.292Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T11:31:52.295Z+ home_fs=zfs
162026-08-25T11:31:52.295Z+ [[ zfs == autofs ]]
172026-08-25T11:31:52.295Z+ mkdir -p /home/build
182026-08-25T11:31:52.295Z+ chown build:build /home/build /work
192026-08-25T11:31:54.297Z+ chmod 0700 /home/build /work
202026-08-25T11:31:54.300Zprocess exited: duration 4118 ms, exit code 0
 
212026-08-25T11:31:54.307Zstarting task 1: "rust-toolchain"
222026-08-25T11:31:54.310Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-25T11:31:54.310Z * rust toolchain channel = "stable"
242026-08-25T11:31:54.310Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-25T11:31:54.310Z * rust toolchain profile = "default"
262026-08-25T11:31:54.310Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T11:31:54.314Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T11:31:54.314Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T11:31:54.314Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-25T11:31:54.433Zinfo: downloading installer
312026-08-25T11:31:55.904Zwarn: It looks like you have an existing installation of Rust at:
322026-08-25T11:31:55.904Zwarn: /opt/ooce/bin
332026-08-25T11:31:55.904Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-25T11:31:55.904Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-25T11:31:55.904Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-25T11:31:55.904Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-25T11:31:55.904Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-25T11:31:55.904Zerror: cannot install while Rust is installed
392026-08-25T11:31:55.904Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-25T11:31:55.904Zwarn: It looks like you have an existing rustup settings file at:
412026-08-25T11:31:55.904Zwarn: /home/build/.rustup/settings.toml
422026-08-25T11:31:55.904Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-25T11:31:55.904Zwarn: instead of the one inferred from the default host triple.
442026-08-25T11:31:55.917Zinfo: profile set to default
452026-08-25T11:31:55.917Zinfo: default host triple is x86_64-unknown-illumos
462026-08-25T11:31:55.920Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-25T11:31:56.066Zinfo: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18)
482026-08-25T11:31:56.069Zinfo: downloading 6 components
492026-08-25T11:32:13.606Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-25T11:32:13.606Z
512026-08-25T11:32:13.639Z stable-x86_64-unknown-illumos installed - rustc 1.98.0 (88d9e12ae 2026-08-18)
522026-08-25T11:32:13.639Z
532026-08-25T11:32:13.639Z
542026-08-25T11:32:13.639ZRust is installed now. Great!
552026-08-25T11:32:13.639Z
562026-08-25T11:32:13.642ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-25T11:32:13.642Zenvironment variable. This has not been done automatically.
582026-08-25T11:32:13.642Z
592026-08-25T11:32:13.642ZTo configure your current shell, you need to source
602026-08-25T11:32:13.642Zthe corresponding env file under $HOME/.cargo.
612026-08-25T11:32:13.642Z
622026-08-25T11:32:13.642ZThis is usually done by running one of the following (note the leading DOT):
632026-08-25T11:32:13.642Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-25T11:32:13.642Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-25T11:32:13.642Zsource "~/.cargo/env.nu" # For nushell
662026-08-25T11:32:13.642Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-25T11:32:13.642Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-25T11:32:13.642Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-25T11:32:13.642Zwarn: no default linker (`cc`) was found in your PATH
702026-08-25T11:32:13.642Zwarn: many Rust crates require a system C toolchain to build
712026-08-25T11:32:13.742Z+ rustup --version
722026-08-25T11:32:13.751Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-25T11:32:13.754Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-25T11:32:13.773Zinfo: the currently active `rustc` version is `rustc 1.98.0 (88d9e12ae 2026-08-18)`
752026-08-25T11:32:13.776Z+ cargo --version
762026-08-25T11:32:13.789Zcargo 1.98.0 (797e8a9bc 2026-08-05)
772026-08-25T11:32:13.792Z+ rustc --version
782026-08-25T11:32:13.810Zrustc 1.98.0 (88d9e12ae 2026-08-18)
792026-08-25T11:32:13.814Zprocess exited: duration 19503 ms, exit code 0
 
802026-08-25T11:32:13.820Zstarting task 2: "authentication"
812026-08-25T11:32:13.836Zprocess exited: duration 16 ms, exit code 0
 
822026-08-25T11:32:13.842Zstarting task 3: "clone repository"
832026-08-25T11:32:13.845Z+ mkdir -p /work/oxidecomputer/p4
842026-08-25T11:32:13.848Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-08-25T11:32:13.878ZCloning into '/work/oxidecomputer/p4'...
862026-08-25T11:32:15.324Z+ cd /work/oxidecomputer/p4
872026-08-25T11:32:15.324Z+ git fetch origin e12ac3ca99bc8e7e124ad7f39ec6054352e611de
882026-08-25T11:32:15.981ZFrom https://github.com/oxidecomputer/p4
892026-08-25T11:32:15.981Z * branch e12ac3ca99bc8e7e124ad7f39ec6054352e611de -> FETCH_HEAD
902026-08-25T11:32:15.987Z+ [[ -n nsk/fix-lpm-extraction ]]
912026-08-25T11:32:15.990Z++ git branch --show-current
922026-08-25T11:32:15.990Z+ current=main
932026-08-25T11:32:15.990Z+ [[ main != nsk/fix-lpm-extraction ]]
942026-08-25T11:32:15.990Z+ git branch -f nsk/fix-lpm-extraction e12ac3ca99bc8e7e124ad7f39ec6054352e611de
952026-08-25T11:32:15.994Z+ git checkout -f nsk/fix-lpm-extraction
962026-08-25T11:32:15.999ZSwitched to branch 'nsk/fix-lpm-extraction'
972026-08-25T11:32:16.002Z+ git reset --hard e12ac3ca99bc8e7e124ad7f39ec6054352e611de
982026-08-25T11:32:16.005ZHEAD is now at e12ac3c fix typo
992026-08-25T11:32:16.005Zprocess exited: duration 2161 ms, exit code 0
 
1002026-08-25T11:32:16.012Zstarting task 4: "build"
1012026-08-25T11:32:16.015Z+ cargo --version
1022026-08-25T11:32:16.021Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-08-25T11:32:16.187Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-08-25T11:32:16.191Zinfo: downloading 6 components
1052026-08-25T11:32:29.753Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-08-25T11:32:29.757Z+ rustc --version
1072026-08-25T11:32:29.783Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-08-25T11:32:29.787Z+ banner check
1092026-08-25T11:32:29.790Z
1102026-08-25T11:32:29.790Z #### # # ###### #### # #
1112026-08-25T11:32:29.790Z # # # # # # # # #
1122026-08-25T11:32:29.790Z # ###### ##### # ####
1132026-08-25T11:32:29.790Z # # # # # # #
1142026-08-25T11:32:29.790Z # # # # # # # # #
1152026-08-25T11:32:29.790Z #### # # ###### #### # #
1162026-08-25T11:32:29.790Z
1172026-08-25T11:32:29.790Z+ cargo fmt -- --check
1182026-08-25T11:32:29.930Z+ cargo check
1192026-08-25T11:32:29.996Z Updating crates.io index
1202026-08-25T11:32:30.030Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-08-25T11:32:30.432ZFrom https://github.com/oxidecomputer/xfr
1222026-08-25T11:32:30.432Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-08-25T11:32:31.224Z Downloading crates ...
1242026-08-25T11:32:31.269Z Downloaded block-buffer v0.10.4
1252026-08-25T11:32:31.275Z Downloaded cfg-if v1.0.4
1262026-08-25T11:32:31.278Z Downloaded byteorder v1.5.0
1272026-08-25T11:32:31.283Z Downloaded clap v4.6.1
1282026-08-25T11:32:31.291Z Downloaded zmij v1.0.21
1292026-08-25T11:32:31.294Z Downloaded aho-corasick v1.1.4
1302026-08-25T11:32:31.298Z Downloaded fastrand v2.3.0
1312026-08-25T11:32:31.301Z Downloaded clap_lex v1.0.0
1322026-08-25T11:32:31.301Z Downloaded num-iter v0.1.45
1332026-08-25T11:32:31.301Z Downloaded clap_derive v4.6.1
1342026-08-25T11:32:31.305Z Downloaded pnet_base v0.35.0
1352026-08-25T11:32:31.308Z Downloaded scroll_derive v0.12.1
1362026-08-25T11:32:31.312Z Downloaded memmap v0.7.0
1372026-08-25T11:32:31.314Z Downloaded is_terminal_polyfill v1.70.2
1382026-08-25T11:32:31.314Z Downloaded zerocopy v0.8.40
1392026-08-25T11:32:31.320Z Downloaded pnet_macros v0.35.0
1402026-08-25T11:32:31.323Z Downloaded funty v2.0.0
1412026-08-25T11:32:31.323Z Downloaded usdt-macro v0.5.0
1422026-08-25T11:32:31.323Z Downloaded crypto-common v0.1.7
1432026-08-25T11:32:31.326Z Downloaded cpufeatures v0.2.17
1442026-08-25T11:32:31.336Z Downloaded generic-array v0.14.7
1452026-08-25T11:32:31.343Z Downloaded errno v0.3.14
1462026-08-25T11:32:31.346Z Downloaded usdt-attr-macro v0.5.0
1472026-08-25T11:32:31.350Z Downloaded anstream v1.0.0
1482026-08-25T11:32:31.353Z Downloaded ucd-trie v0.1.7
1492026-08-25T11:32:31.353Z Downloaded dof v0.3.0
1502026-08-25T11:32:31.357Z Downloaded dtrace-parser v0.2.0
1512026-08-25T11:32:31.364Z Downloaded utf8parse v0.2.2
1522026-08-25T11:32:31.367Z Downloaded num v0.4.3
1532026-08-25T11:32:31.370Z Downloaded pnet_sys v0.35.0
1542026-08-25T11:32:31.370Z Downloaded itoa v1.0.17
1552026-08-25T11:32:31.373Z Downloaded version_check v0.9.5
1562026-08-25T11:32:31.376Z Downloaded pretty-hex v0.4.1
1572026-08-25T11:32:31.376Z Downloaded anstyle-query v1.1.5
1582026-08-25T11:32:31.379Z Downloaded usdt v0.5.0
1592026-08-25T11:32:31.379Z Downloaded radium v0.7.0
1602026-08-25T11:32:31.382Z Downloaded thread-id v4.2.2
1612026-08-25T11:32:31.385Z Downloaded strsim v0.11.1
1622026-08-25T11:32:31.385Z Downloaded plain v0.2.3
1632026-08-25T11:32:31.390Z Downloaded heck v0.5.0
1642026-08-25T11:32:31.393Z Downloaded tap v1.0.1
1652026-08-25T11:32:31.393Z Downloaded quote v1.0.45
1662026-08-25T11:32:31.396Z Downloaded pnet_datalink v0.35.0
1672026-08-25T11:32:31.396Z Downloaded ipnetwork v0.20.0
1682026-08-25T11:32:31.399Z Downloaded num-complex v0.4.6
1692026-08-25T11:32:31.402Z Downloaded wyz v0.5.1
1702026-08-25T11:32:31.408Z Downloaded ppv-lite86 v0.2.21
1712026-08-25T11:32:31.411Z Downloaded num-integer v0.1.46
1722026-08-25T11:32:31.414Z Downloaded thiserror v1.0.69
1732026-08-25T11:32:31.417Z Downloaded tempfile v3.27.0
1742026-08-25T11:32:31.417Z Downloaded pnet_packet v0.35.0
1752026-08-25T11:32:31.420Z Downloaded unicode-ident v1.0.24
1762026-08-25T11:32:31.420Z Downloaded sha2 v0.10.9
1772026-08-25T11:32:31.423Z Downloaded pnet_transport v0.35.0
1782026-08-25T11:32:31.423Z Downloaded pnet_macros_support v0.35.0
1792026-08-25T11:32:31.423Z Downloaded num-rational v0.4.2
1802026-08-25T11:32:31.423Z Downloaded digest v0.10.7
1812026-08-25T11:32:31.426Z Downloaded thiserror-impl v1.0.69
1822026-08-25T11:32:31.429Z Downloaded serde_tokenstream v0.2.3
1832026-08-25T11:32:31.432Z Downloaded autocfg v1.5.0
1842026-08-25T11:32:31.432Z Downloaded usdt-impl v0.5.0
1852026-08-25T11:32:31.432Z Downloaded glob v0.3.3
1862026-08-25T11:32:31.435Z Downloaded anstyle v1.0.13
1872026-08-25T11:32:31.438Z Downloaded rand_core v0.9.5
1882026-08-25T11:32:31.438Z Downloaded colorchoice v1.0.4
1892026-08-25T11:32:31.438Z Downloaded pnet v0.35.0
1902026-08-25T11:32:31.441Z Downloaded no-std-net v0.6.0
1912026-08-25T11:32:31.441Z Downloaded once_cell v1.21.3
1922026-08-25T11:32:31.444Z Downloaded anstyle-parse v1.0.0
1932026-08-25T11:32:31.447Z Downloaded colored v3.1.1
1942026-08-25T11:32:31.454Z Downloaded pest_generator v2.8.6
1952026-08-25T11:32:31.457Z Downloaded proc-macro2 v1.0.106
1962026-08-25T11:32:31.457Z Downloaded bitflags v2.11.0
1972026-08-25T11:32:31.460Z Downloaded anyhow v1.0.102
1982026-08-25T11:32:31.465Z Downloaded zerocopy-derive v0.7.35
1992026-08-25T11:32:31.468Z Downloaded pest_derive v2.8.6
2002026-08-25T11:32:31.471Z Downloaded scroll v0.12.0
2012026-08-25T11:32:31.471Z Downloaded rand_chacha v0.9.0
2022026-08-25T11:32:31.474Z Downloaded getrandom v0.3.4
2032026-08-25T11:32:31.477Z Downloaded num-traits v0.2.19
2042026-08-25T11:32:31.481Z Downloaded log v0.4.29
2052026-08-25T11:32:31.484Z Downloaded getrandom v0.4.1
2062026-08-25T11:32:31.488Z Downloaded serde_derive v1.0.228
2072026-08-25T11:32:31.493Z Downloaded serde_core v1.0.228
2082026-08-25T11:32:31.498Z Downloaded pest_meta v2.8.6
2092026-08-25T11:32:31.498Z Downloaded prettyplease v0.2.37
2102026-08-25T11:32:31.503Z Downloaded typenum v1.19.0
2112026-08-25T11:32:31.518Z Downloaded memchr v2.8.0
2122026-08-25T11:32:31.534Z Downloaded serde v1.0.228
2132026-08-25T11:32:31.537Z Downloaded rand v0.9.3
2142026-08-25T11:32:31.539Z Downloaded num-bigint v0.4.6
2152026-08-25T11:32:31.561Z Downloaded pest v2.8.6
2162026-08-25T11:32:31.567Z Downloaded clap_builder v4.6.0
2172026-08-25T11:32:31.575Z Downloaded serde_json v1.0.149
2182026-08-25T11:32:31.579Z Downloaded zerocopy v0.7.35
2192026-08-25T11:32:31.591Z Downloaded regex v1.12.4
2202026-08-25T11:32:31.601Z Downloaded goblin v0.8.2
2212026-08-25T11:32:31.621Z Downloaded bitvec v1.1.1
2222026-08-25T11:32:31.643Z Downloaded syn v2.0.118
2232026-08-25T11:32:31.650Z Downloaded regex-syntax v0.8.11
2242026-08-25T11:32:31.666Z Downloaded rustix v1.1.4
2252026-08-25T11:32:31.694Z Downloaded regex-automata v0.4.14
2262026-08-25T11:32:31.707Z Downloaded libc v0.2.182
2272026-08-25T11:32:31.775Z Compiling proc-macro2 v1.0.106
2282026-08-25T11:32:31.775Z Compiling quote v1.0.45
2292026-08-25T11:32:31.779Z Compiling unicode-ident v1.0.24
2302026-08-25T11:32:31.779Z Compiling libc v0.2.182
2312026-08-25T11:32:31.779Z Compiling serde_core v1.0.228
2322026-08-25T11:32:31.779Z Compiling memchr v2.8.0
2332026-08-25T11:32:31.779Z Compiling serde v1.0.228
2342026-08-25T11:32:31.922Z Compiling thiserror v1.0.69
2352026-08-25T11:32:32.170Z Compiling zmij v1.0.21
2362026-08-25T11:32:32.179Z Compiling ucd-trie v0.1.7
2372026-08-25T11:32:32.436Z Compiling pest v2.8.6
2382026-08-25T11:32:32.479Z Compiling getrandom v0.4.1
2392026-08-25T11:32:32.492Z Compiling rustix v1.1.4
2402026-08-25T11:32:32.606Z Compiling serde_json v1.0.149
2412026-08-25T11:32:32.754Z Compiling version_check v0.9.5
2422026-08-25T11:32:32.848Z Compiling autocfg v1.5.0
2432026-08-25T11:32:33.055Z Compiling aho-corasick v1.1.4
2442026-08-25T11:32:33.102Z Compiling syn v2.0.118
2452026-08-25T11:32:33.146Z Compiling regex-syntax v0.8.11
2462026-08-25T11:32:33.195Z Compiling num-traits v0.2.19
2472026-08-25T11:32:33.425Z Compiling prettyplease v0.2.37
2482026-08-25T11:32:33.660Z Compiling pest_meta v2.8.6
2492026-08-25T11:32:33.784Z Checking cfg-if v1.0.4
2502026-08-25T11:32:34.096Z Compiling byteorder v1.5.0
2512026-08-25T11:32:34.314Z Compiling itoa v1.0.17
2522026-08-25T11:32:34.352Z Compiling usdt-impl v0.5.0
2532026-08-25T11:32:34.490Z Checking num-integer v0.1.46
2542026-08-25T11:32:34.610Z Compiling regex-automata v0.4.14
2552026-08-25T11:32:34.722Z Compiling thread-id v4.2.2
2562026-08-25T11:32:34.795Z Checking colored v3.1.1
2572026-08-25T11:32:34.920Z Checking plain v0.2.3
2582026-08-25T11:32:34.973Z Checking log v0.4.29
2592026-08-25T11:32:35.173Z Compiling errno v0.3.14
2602026-08-25T11:32:35.259Z Checking pretty-hex v0.4.1
2612026-08-25T11:32:35.310Z Compiling radium v0.7.0
2622026-08-25T11:32:35.372Z Compiling bitflags v2.11.0
2632026-08-25T11:32:35.388Z Compiling pest_generator v2.8.6
2642026-08-25T11:32:35.428Z Checking no-std-net v0.6.0
2652026-08-25T11:32:35.490Z Checking pnet_base v0.35.0
2662026-08-25T11:32:35.739Z Compiling fastrand v2.3.0
2672026-08-25T11:32:35.762Z Compiling once_cell v1.21.3
2682026-08-25T11:32:35.768Z Checking tap v1.0.1
2692026-08-25T11:32:35.859Z Compiling zerocopy v0.8.40
2702026-08-25T11:32:35.954Z Compiling getrandom v0.3.4
2712026-08-25T11:32:36.006Z Checking wyz v0.5.1
2722026-08-25T11:32:36.265Z Compiling tempfile v3.27.0
2732026-08-25T11:32:36.293Z Compiling regex v1.12.4
2742026-08-25T11:32:36.306Z Checking num-iter v0.1.45
2752026-08-25T11:32:36.327Z Checking memmap v0.7.0
2762026-08-25T11:32:36.401Z Compiling anyhow v1.0.102
2772026-08-25T11:32:36.444Z Checking funty v2.0.0
2782026-08-25T11:32:36.592Z Compiling serde_derive v1.0.228
2792026-08-25T11:32:36.602Z Compiling thiserror-impl v1.0.69
2802026-08-25T11:32:36.679Z Compiling zerocopy-derive v0.7.35
2812026-08-25T11:32:36.715Z Compiling pest_derive v2.8.6
2822026-08-25T11:32:36.753Z Compiling scroll_derive v0.12.1
2832026-08-25T11:32:36.885Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2842026-08-25T11:32:37.181Z Compiling pnet_macros v0.35.0
2852026-08-25T11:32:37.209Z Checking bitvec v1.1.1
2862026-08-25T11:32:37.439Z Checking scroll v0.12.0
2872026-08-25T11:32:37.550Z Compiling zerocopy v0.7.35
2882026-08-25T11:32:37.658Z Checking goblin v0.8.2
2892026-08-25T11:32:37.905Z Compiling dtrace-parser v0.2.0
2902026-08-25T11:32:38.308Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2912026-08-25T11:32:38.666Z Checking pnet_macros_support v0.35.0
2922026-08-25T11:32:38.768Z Checking pnet_sys v0.35.0
2932026-08-25T11:32:38.781Z Checking utf8parse v0.2.2
2942026-08-25T11:32:38.870Z Checking anstyle-parse v1.0.0
2952026-08-25T11:32:38.875Z Checking pnet_packet v0.35.0
2962026-08-25T11:32:39.198Z Checking rand_core v0.9.5
2972026-08-25T11:32:39.581Z Checking is_terminal_polyfill v1.70.2
2982026-08-25T11:32:39.655Z Checking colorchoice v1.0.4
2992026-08-25T11:32:39.663Z Checking dof v0.3.0
3002026-08-25T11:32:39.688Z Checking num-bigint v0.4.6
3012026-08-25T11:32:39.740Z Checking num-complex v0.4.6
3022026-08-25T11:32:39.807Z Compiling serde_tokenstream v0.2.3
3032026-08-25T11:32:40.008Z Checking ipnetwork v0.20.0
3042026-08-25T11:32:40.078Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3052026-08-25T11:32:40.171Z Checking anstyle v1.0.13
3062026-08-25T11:32:40.194Z Compiling pnet v0.35.0
3072026-08-25T11:32:40.333Z Checking anstyle-query v1.1.5
3082026-08-25T11:32:40.416Z Checking anstream v1.0.0
3092026-08-25T11:32:40.420Z Checking pnet_datalink v0.35.0
3102026-08-25T11:32:40.500Z Checking num-rational v0.4.2
3112026-08-25T11:32:40.585Z Compiling usdt-macro v0.5.0
3122026-08-25T11:32:40.599Z Compiling usdt-attr-macro v0.5.0
3132026-08-25T11:32:40.773Z Checking num v0.4.3
3142026-08-25T11:32:40.809Z Checking pnet_transport v0.35.0
3152026-08-25T11:32:40.845Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3162026-08-25T11:32:40.908Z Checking strsim v0.11.1
3172026-08-25T11:32:40.947Z Checking clap_lex v1.0.0
3182026-08-25T11:32:40.957Z Compiling heck v0.5.0
3192026-08-25T11:32:41.088Z Checking clap_builder v4.6.0
3202026-08-25T11:32:41.106Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3212026-08-25T11:32:41.123Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3222026-08-25T11:32:41.152Z Compiling clap_derive v4.6.1
3232026-08-25T11:32:41.234Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3242026-08-25T11:32:41.306Z Checking usdt v0.5.0
3252026-08-25T11:32:41.369Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3262026-08-25T11:32:41.435Z Checking ppv-lite86 v0.2.21
3272026-08-25T11:32:41.442Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3282026-08-25T11:32:41.708Z Checking rand_chacha v0.9.0
3292026-08-25T11:32:41.775Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3302026-08-25T11:32:41.871Z Checking rand v0.9.3
3312026-08-25T11:32:42.458Z Checking clap v4.6.1
3322026-08-25T11:32:42.517Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3332026-08-25T11:32:42.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.99s
3342026-08-25T11:32:43.011Z+ cargo clippy --all-targets -- --deny warnings
3352026-08-25T11:32:43.130Z Downloading crates ...
3362026-08-25T11:32:43.182Z Downloaded libloading v0.9.0
3372026-08-25T11:32:43.231Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3382026-08-25T11:32:43.248Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3392026-08-25T11:32:43.255Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3402026-08-25T11:32:43.258Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3412026-08-25T11:32:43.258Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3422026-08-25T11:32:43.261Z Checking libloading v0.9.0
3432026-08-25T11:32:43.505Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3442026-08-25T11:32:44.035Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3452026-08-25T11:32:44.869Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3462026-08-25T11:32:44.869Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3472026-08-25T11:32:45.811Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3482026-08-25T11:32:51.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.10s
3492026-08-25T11:32:51.179Z+ banner build
3502026-08-25T11:32:51.182Z
3512026-08-25T11:32:51.182Z ##### # # # # #####
3522026-08-25T11:32:51.182Z # # # # # # # #
3532026-08-25T11:32:51.182Z ##### # # # # # #
3542026-08-25T11:32:51.182Z # # # # # # # #
3552026-08-25T11:32:51.182Z # # # # # # # #
3562026-08-25T11:32:51.183Z ##### #### # ###### #####
3572026-08-25T11:32:51.183Z
3582026-08-25T11:32:51.183Z+ ptime -m cargo build
3592026-08-25T11:32:51.313Z Compiling unicode-ident v1.0.24
3602026-08-25T11:32:51.313Z Compiling memchr v2.8.0
3612026-08-25T11:32:51.317Z Compiling regex-syntax v0.8.11
3622026-08-25T11:32:51.330Z Compiling libc v0.2.182
3632026-08-25T11:32:51.334Z Compiling serde_core v1.0.228
3642026-08-25T11:32:51.334Z Compiling ucd-trie v0.1.7
3652026-08-25T11:32:51.338Z Compiling cfg-if v1.0.4
3662026-08-25T11:32:51.341Z Compiling zmij v1.0.21
3672026-08-25T11:32:51.382Z Compiling byteorder v1.5.0
3682026-08-25T11:32:51.430Z Compiling proc-macro2 v1.0.106
3692026-08-25T11:32:51.589Z Compiling itoa v1.0.17
3702026-08-25T11:32:51.595Z Compiling num-traits v0.2.19
3712026-08-25T11:32:51.604Z Compiling thread-id v4.2.2
3722026-08-25T11:32:51.649Z Compiling errno v0.3.14
3732026-08-25T11:32:51.667Z Compiling bitflags v2.11.0
3742026-08-25T11:32:51.755Z Compiling aho-corasick v1.1.4
3752026-08-25T11:32:51.780Z Compiling quote v1.0.45
3762026-08-25T11:32:51.879Z Compiling pest v2.8.6
3772026-08-25T11:32:51.987Z Compiling syn v2.0.118
3782026-08-25T11:32:52.059Z Compiling rustix v1.1.4
3792026-08-25T11:32:52.134Z Compiling num-integer v0.1.46
3802026-08-25T11:32:52.188Z Compiling getrandom v0.4.1
3812026-08-25T11:32:52.317Z Compiling colored v3.1.1
3822026-08-25T11:32:52.449Z Compiling plain v0.2.3
3832026-08-25T11:32:52.544Z Compiling once_cell v1.21.3
3842026-08-25T11:32:52.703Z Compiling fastrand v2.3.0
3852026-08-25T11:32:52.738Z Compiling log v0.4.29
3862026-08-25T11:32:52.906Z Compiling regex-automata v0.4.14
3872026-08-25T11:32:52.928Z Compiling pest_meta v2.8.6
3882026-08-25T11:32:52.957Z Compiling tempfile v3.27.0
3892026-08-25T11:32:53.134Z Compiling serde_json v1.0.149
3902026-08-25T11:32:53.163Z Compiling pretty-hex v0.4.1
3912026-08-25T11:32:53.286Z Compiling no-std-net v0.6.0
3922026-08-25T11:32:53.348Z Compiling pnet_base v0.35.0
3932026-08-25T11:32:53.356Z Compiling tap v1.0.1
3942026-08-25T11:32:53.452Z Compiling wyz v0.5.1
3952026-08-25T11:32:53.498Z Compiling radium v0.7.0
3962026-08-25T11:32:53.625Z Compiling num-iter v0.1.45
3972026-08-25T11:32:53.681Z Compiling memmap v0.7.0
3982026-08-25T11:32:53.728Z Compiling funty v2.0.0
3992026-08-25T11:32:53.812Z Compiling zerocopy v0.8.40
4002026-08-25T11:32:53.849Z Compiling getrandom v0.3.4
4012026-08-25T11:32:54.006Z Compiling pnet_macros_support v0.35.0
4022026-08-25T11:32:54.011Z Compiling pnet_sys v0.35.0
4032026-08-25T11:32:54.112Z Compiling bitvec v1.1.1
4042026-08-25T11:32:54.175Z Compiling utf8parse v0.2.2
4052026-08-25T11:32:54.213Z Compiling rand_core v0.9.5
4062026-08-25T11:32:54.239Z Compiling anyhow v1.0.102
4072026-08-25T11:32:54.269Z Compiling pest_generator v2.8.6
4082026-08-25T11:32:54.359Z Compiling prettyplease v0.2.37
4092026-08-25T11:32:54.414Z Compiling anstyle-parse v1.0.0
4102026-08-25T11:32:54.587Z Compiling regex v1.12.4
4112026-08-25T11:32:54.625Z Compiling is_terminal_polyfill v1.70.2
4122026-08-25T11:32:54.704Z Compiling colorchoice v1.0.4
4132026-08-25T11:32:54.806Z Compiling anstyle v1.0.13
4142026-08-25T11:32:54.879Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4152026-08-25T11:32:55.013Z Compiling anstyle-query v1.1.5
4162026-08-25T11:32:55.032Z Compiling strsim v0.11.1
4172026-08-25T11:32:55.107Z Compiling anstream v1.0.0
4182026-08-25T11:32:55.340Z Compiling clap_lex v1.0.0
4192026-08-25T11:32:55.411Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4202026-08-25T11:32:55.415Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4212026-08-25T11:32:55.473Z Compiling clap_builder v4.6.0
4222026-08-25T11:32:55.761Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4232026-08-25T11:32:56.126Z Compiling serde_derive v1.0.228
4242026-08-25T11:32:56.126Z Compiling thiserror-impl v1.0.69
4252026-08-25T11:32:56.129Z Compiling zerocopy-derive v0.7.35
4262026-08-25T11:32:56.132Z Compiling pest_derive v2.8.6
4272026-08-25T11:32:56.316Z Compiling scroll_derive v0.12.1
4282026-08-25T11:32:56.756Z Compiling pnet_macros v0.35.0
4292026-08-25T11:32:56.825Z Compiling ppv-lite86 v0.2.21
4302026-08-25T11:32:57.125Z Compiling zerocopy v0.7.35
4312026-08-25T11:32:57.130Z Compiling rand_chacha v0.9.0
4322026-08-25T11:32:57.182Z Compiling scroll v0.12.0
4332026-08-25T11:32:57.340Z Compiling rand v0.9.3
4342026-08-25T11:32:57.495Z Compiling goblin v0.8.2
4352026-08-25T11:32:57.499Z Compiling thiserror v1.0.69
4362026-08-25T11:32:57.585Z Compiling dtrace-parser v0.2.0
4372026-08-25T11:32:57.607Z Compiling clap_derive v4.6.1
4382026-08-25T11:32:58.337Z Compiling pnet_packet v0.35.0
4392026-08-25T11:32:58.754Z Compiling serde v1.0.228
4402026-08-25T11:32:59.093Z Compiling clap v4.6.1
4412026-08-25T11:32:59.132Z Compiling dof v0.3.0
4422026-08-25T11:32:59.135Z Compiling serde_tokenstream v0.2.3
4432026-08-25T11:32:59.135Z Compiling num-bigint v0.4.6
4442026-08-25T11:32:59.135Z Compiling num-complex v0.4.6
4452026-08-25T11:32:59.153Z Compiling ipnetwork v0.20.0
4462026-08-25T11:32:59.224Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4472026-08-25T11:32:59.396Z Compiling usdt-impl v0.5.0
4482026-08-25T11:32:59.418Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4492026-08-25T11:32:59.460Z Compiling pnet_datalink v0.35.0
4502026-08-25T11:32:59.879Z Compiling usdt-attr-macro v0.5.0
4512026-08-25T11:33:00.455Z Compiling num-rational v0.4.2
4522026-08-25T11:33:00.560Z Compiling usdt-macro v0.5.0
4532026-08-25T11:33:00.768Z Compiling num v0.4.3
4542026-08-25T11:33:00.808Z Compiling pnet_transport v0.35.0
4552026-08-25T11:33:01.009Z Compiling pnet v0.35.0
4562026-08-25T11:33:01.403Z Compiling usdt v0.5.0
4572026-08-25T11:33:01.515Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4582026-08-25T11:33:01.841Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4592026-08-25T11:33:01.961Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4602026-08-25T11:33:01.961Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4612026-08-25T11:33:02.093Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4622026-08-25T11:33:04.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s
4632026-08-25T11:33:04.748Z
4642026-08-25T11:33:04.751Zreal 13.557671567
4652026-08-25T11:33:04.751Zuser 1:10.787503010
4662026-08-25T11:33:04.751Zsys 11.811721412
4672026-08-25T11:33:04.751Ztrap 0.036596166
4682026-08-25T11:33:04.751Ztflt 0.043183395
4692026-08-25T11:33:04.751Zdflt 0.075498222
4702026-08-25T11:33:04.751Zkflt 0.000028893
4712026-08-25T11:33:04.751Zlock 2:45.915940314
4722026-08-25T11:33:04.751Zslp 4:49.447249676
4732026-08-25T11:33:04.751Zlat 3.463887558
4742026-08-25T11:33:04.751Zstop 4.431247672
4752026-08-25T11:33:04.751Z+ ptime -m cargo build --release
4762026-08-25T11:33:04.827Z Compiling proc-macro2 v1.0.106
4772026-08-25T11:33:04.827Z Compiling quote v1.0.45
4782026-08-25T11:33:04.827Z Compiling unicode-ident v1.0.24
4792026-08-25T11:33:04.827Z Compiling libc v0.2.182
4802026-08-25T11:33:04.830Z Compiling serde_core v1.0.228
4812026-08-25T11:33:04.830Z Compiling memchr v2.8.0
4822026-08-25T11:33:04.830Z Compiling serde v1.0.228
4832026-08-25T11:33:04.941Z Compiling thiserror v1.0.69
4842026-08-25T11:33:05.135Z Compiling zmij v1.0.21
4852026-08-25T11:33:05.236Z Compiling getrandom v0.4.1
4862026-08-25T11:33:05.366Z Compiling ucd-trie v0.1.7
4872026-08-25T11:33:05.413Z Compiling rustix v1.1.4
4882026-08-25T11:33:05.496Z Compiling serde_json v1.0.149
4892026-08-25T11:33:05.568Z Compiling pest v2.8.6
4902026-08-25T11:33:05.593Z Compiling aho-corasick v1.1.4
4912026-08-25T11:33:05.974Z Compiling syn v2.0.118
4922026-08-25T11:33:05.981Z Compiling prettyplease v0.2.37
4932026-08-25T11:33:06.040Z Compiling regex-syntax v0.8.11
4942026-08-25T11:33:06.045Z Compiling autocfg v1.5.0
4952026-08-25T11:33:06.212Z Compiling version_check v0.9.5
4962026-08-25T11:33:06.466Z Compiling num-traits v0.2.19
4972026-08-25T11:33:06.699Z Compiling pest_meta v2.8.6
4982026-08-25T11:33:07.455Z Compiling cfg-if v1.0.4
4992026-08-25T11:33:07.520Z Compiling byteorder v1.5.0
5002026-08-25T11:33:07.737Z Compiling regex-automata v0.4.14
5012026-08-25T11:33:07.741Z Compiling itoa v1.0.17
5022026-08-25T11:33:08.004Z Compiling usdt-impl v0.5.0
5032026-08-25T11:33:08.315Z Compiling pest_generator v2.8.6
5042026-08-25T11:33:08.351Z Compiling num-integer v0.1.46
5052026-08-25T11:33:08.707Z Compiling errno v0.3.14
5062026-08-25T11:33:08.763Z Compiling thread-id v4.2.2
5072026-08-25T11:33:08.817Z Compiling bitflags v2.11.0
5082026-08-25T11:33:08.982Z Compiling plain v0.2.3
5092026-08-25T11:33:09.010Z Compiling log v0.4.29
5102026-08-25T11:33:09.402Z Compiling colored v3.1.1
5112026-08-25T11:33:09.479Z Compiling regex v1.12.4
5122026-08-25T11:33:09.486Z Compiling serde_derive v1.0.228
5132026-08-25T11:33:09.695Z Compiling thiserror-impl v1.0.69
5142026-08-25T11:33:09.860Z Compiling zerocopy-derive v0.7.35
5152026-08-25T11:33:09.969Z Compiling pest_derive v2.8.6
5162026-08-25T11:33:10.291Z Compiling scroll_derive v0.12.1
5172026-08-25T11:33:10.493Z Compiling pretty-hex v0.4.1
5182026-08-25T11:33:10.640Z Compiling once_cell v1.21.3
5192026-08-25T11:33:10.708Z Compiling zerocopy v0.7.35
5202026-08-25T11:33:10.830Z Compiling no-std-net v0.6.0
5212026-08-25T11:33:10.963Z Compiling dtrace-parser v0.2.0
5222026-08-25T11:33:10.989Z Compiling radium v0.7.0
5232026-08-25T11:33:11.021Z Compiling scroll v0.12.0
5242026-08-25T11:33:11.235Z Compiling fastrand v2.3.0
5252026-08-25T11:33:11.273Z Compiling goblin v0.8.2
5262026-08-25T11:33:11.459Z Compiling tempfile v3.27.0
5272026-08-25T11:33:11.519Z Compiling pnet_base v0.35.0
5282026-08-25T11:33:11.630Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5292026-08-25T11:33:11.874Z Compiling getrandom v0.3.4
5302026-08-25T11:33:11.966Z Compiling zerocopy v0.8.40
5312026-08-25T11:33:12.385Z Compiling tap v1.0.1
5322026-08-25T11:33:12.467Z Compiling wyz v0.5.1
5332026-08-25T11:33:12.525Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5342026-08-25T11:33:12.675Z Compiling serde_tokenstream v0.2.3
5352026-08-25T11:33:12.735Z Compiling dof v0.3.0
5362026-08-25T11:33:12.739Z Compiling num-bigint v0.4.6
5372026-08-25T11:33:12.846Z Compiling num-complex v0.4.6
5382026-08-25T11:33:13.168Z Compiling num-iter v0.1.45
5392026-08-25T11:33:13.283Z Compiling memmap v0.7.0
5402026-08-25T11:33:13.347Z Compiling funty v2.0.0
5412026-08-25T11:33:13.505Z Compiling anyhow v1.0.102
5422026-08-25T11:33:13.586Z Compiling usdt-macro v0.5.0
5432026-08-25T11:33:13.590Z Compiling usdt-attr-macro v0.5.0
5442026-08-25T11:33:13.877Z Compiling num-rational v0.4.2
5452026-08-25T11:33:14.298Z Compiling num v0.4.3
5462026-08-25T11:33:14.365Z Compiling bitvec v1.1.1
5472026-08-25T11:33:14.689Z Compiling usdt v0.5.0
5482026-08-25T11:33:15.357Z Compiling pnet_macros_support v0.35.0
5492026-08-25T11:33:15.477Z Compiling pnet_macros v0.35.0
5502026-08-25T11:33:16.244Z Compiling pnet_sys v0.35.0
5512026-08-25T11:33:16.442Z Compiling utf8parse v0.2.2
5522026-08-25T11:33:16.539Z Compiling anstyle-parse v1.0.0
5532026-08-25T11:33:16.552Z Compiling pnet_packet v0.35.0
5542026-08-25T11:33:16.749Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5552026-08-25T11:33:17.824Z Compiling rand_core v0.9.5
5562026-08-25T11:33:18.394Z Compiling ppv-lite86 v0.2.21
5572026-08-25T11:33:18.719Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5582026-08-25T11:33:18.774Z Compiling ipnetwork v0.20.0
5592026-08-25T11:33:19.464Z Compiling pnet v0.35.0
5602026-08-25T11:33:19.590Z Compiling anstyle-query v1.1.5
5612026-08-25T11:33:19.685Z Compiling colorchoice v1.0.4
5622026-08-25T11:33:19.794Z Compiling anstyle v1.0.13
5632026-08-25T11:33:20.052Z Compiling is_terminal_polyfill v1.70.2
5642026-08-25T11:33:20.137Z Compiling anstream v1.0.0
5652026-08-25T11:33:21.010Z Compiling pnet_datalink v0.35.0
5662026-08-25T11:33:21.445Z Compiling pnet_transport v0.35.0
5672026-08-25T11:33:21.450Z Compiling rand_chacha v0.9.0
5682026-08-25T11:33:21.782Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5692026-08-25T11:33:21.948Z Compiling heck v0.5.0
5702026-08-25T11:33:21.988Z Compiling clap_lex v1.0.0
5712026-08-25T11:33:22.001Z Compiling strsim v0.11.1
5722026-08-25T11:33:22.247Z Compiling clap_builder v4.6.0
5732026-08-25T11:33:22.494Z Compiling clap_derive v4.6.1
5742026-08-25T11:33:22.853Z Compiling rand v0.9.3
5752026-08-25T11:33:23.558Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5762026-08-25T11:33:23.802Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5772026-08-25T11:33:23.906Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5782026-08-25T11:33:24.424Z Compiling clap v4.6.1
5792026-08-25T11:33:24.499Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5802026-08-25T11:33:27.545Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5812026-08-25T11:33:29.671Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5822026-08-25T11:33:36.168Z Finished `release` profile [optimized] target(s) in 31.40s
5832026-08-25T11:33:36.190Z
5842026-08-25T11:33:36.193Zreal 31.429972453
5852026-08-25T11:33:36.193Zuser 3:12.859505513
5862026-08-25T11:33:36.193Zsys 17.964756367
5872026-08-25T11:33:36.193Ztrap 0.108256890
5882026-08-25T11:33:36.193Ztflt 0.258646882
5892026-08-25T11:33:36.193Zdflt 0.164592494
5902026-08-25T11:33:36.193Zkflt 0.000025425
5912026-08-25T11:33:36.193Zlock 10:09.541135436
5922026-08-25T11:33:36.193Zslp 12:30.876412499
5932026-08-25T11:33:36.193Zlat 12.932366133
5942026-08-25T11:33:36.193Zstop 9.896031899
5952026-08-25T11:33:36.193Z+ for x in debug release
5962026-08-25T11:33:36.193Z+ mkdir -p /work/debug
5972026-08-25T11:33:36.193Z+ cp target/debug/x4c /work/debug/
5982026-08-25T11:33:36.216Z+ cp target/debug/libsidecar_lite.so /work/debug/
5992026-08-25T11:33:36.252Z+ for x in debug release
6002026-08-25T11:33:36.252Z+ mkdir -p /work/release
6012026-08-25T11:33:36.255Z+ cp target/release/x4c /work/release/
6022026-08-25T11:33:36.262Z+ cp target/release/libsidecar_lite.so /work/release/
6032026-08-25T11:33:36.271Z+ banner test
6042026-08-25T11:33:36.274Z
6052026-08-25T11:33:36.274Z ##### ###### #### #####
6062026-08-25T11:33:36.274Z # # # #
6072026-08-25T11:33:36.274Z # ##### #### #
6082026-08-25T11:33:36.274Z # # # #
6092026-08-25T11:33:36.274Z # # # # #
6102026-08-25T11:33:36.274Z # ###### #### #
6112026-08-25T11:33:36.274Z
6122026-08-25T11:33:36.274Z+ cargo test
6132026-08-25T11:33:36.345Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6142026-08-25T11:33:36.360Z Compiling libloading v0.9.0
6152026-08-25T11:33:36.363Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6162026-08-25T11:33:36.364Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6172026-08-25T11:33:36.364Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6182026-08-25T11:33:36.367Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6192026-08-25T11:33:36.546Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6202026-08-25T11:33:37.423Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6212026-08-25T11:33:37.423Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6222026-08-25T11:33:37.423Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6232026-08-25T11:33:37.692Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6242026-08-25T11:33:44.675Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.39s
6252026-08-25T11:33:44.688Z Running unittests src/lib.rs (target/debug/deps/p4-85be53bc186e4c60)
6262026-08-25T11:33:44.692Z
6272026-08-25T11:33:44.692Zrunning 0 tests
6282026-08-25T11:33:44.692Z
6292026-08-25T11:33:44.692Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-08-25T11:33:44.692Z
6312026-08-25T11:33:44.692Z Running unittests src/lib.rs (target/debug/deps/p4_macro-7559636d1037bbb9)
6322026-08-25T11:33:44.695Z
6332026-08-25T11:33:44.695Zrunning 0 tests
6342026-08-25T11:33:44.695Z
6352026-08-25T11:33:44.695Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-08-25T11:33:44.696Z
6372026-08-25T11:33:44.696Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-42b4ab9123dbb28b)
6382026-08-25T11:33:44.696Z
6392026-08-25T11:33:44.696Zrunning 0 tests
6402026-08-25T11:33:44.696Z
6412026-08-25T11:33:44.696Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-08-25T11:33:44.696Z
6432026-08-25T11:33:44.696Z Running unittests src/lib.rs (target/debug/deps/p4_rust-682a88024cdd39f0)
6442026-08-25T11:33:44.699Z
6452026-08-25T11:33:44.699Zrunning 0 tests
6462026-08-25T11:33:44.699Z
6472026-08-25T11:33:44.699Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-08-25T11:33:44.699Z
6492026-08-25T11:33:44.699Z Running unittests src/lib.rs (target/debug/deps/p4rs-71134c454596353c)
6502026-08-25T11:33:44.699Z
6512026-08-25T11:33:44.699Zrunning 14 tests
6522026-08-25T11:33:44.699Ztest bitmath::tests::bitmath_add_nest ... ok
6532026-08-25T11:33:44.699Ztest bitmath::tests::bitmath_add_be ... ok
6542026-08-25T11:33:44.699Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6552026-08-25T11:33:44.700Ztest bitmath::tests::bitmath_add_le ... ok
6562026-08-25T11:33:44.700Ztest bitmath::tests::bitmath_add_cascade ... ok
6572026-08-25T11:33:44.700Ztest bitmath::tests::bitmath_sub_be ... ok
6582026-08-25T11:33:44.700Ztest bitmath::tests::bitmath_sub_le ... ok
6592026-08-25T11:33:44.700Ztest bitmath::tests::bitmath_mod ... ok
6602026-08-25T11:33:44.700Ztest checksum::tests::udp_checksum ... ok
6612026-08-25T11:33:44.700Ztest table::tests::match_lpm_ternary_1 ... ok
6622026-08-25T11:33:44.700Ztest table::tests::match_lpm_ternary_range ... ok
6632026-08-25T11:33:44.700Ztest table::tests::match_lpm_1 ... ok
6642026-08-25T11:33:44.700Ztest table::tests::match_ternary_1 ... ok
6652026-08-25T11:33:44.700Ztest table::tests::match_with_action ... ok
6662026-08-25T11:33:44.700Z
6672026-08-25T11:33:44.700Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6682026-08-25T11:33:44.700Z
6692026-08-25T11:33:44.700Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-6b4b2d1351c9575d)
6702026-08-25T11:33:44.704Z
6712026-08-25T11:33:44.704Zrunning 0 tests
6722026-08-25T11:33:44.704Z
6732026-08-25T11:33:44.704Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6742026-08-25T11:33:44.704Z
6752026-08-25T11:33:44.704Z Running unittests src/lib.rs (target/debug/deps/tests-45eb331100058051)
6762026-08-25T11:33:44.704Z
6772026-08-25T11:33:44.704Zrunning 16 tests
6782026-08-25T11:33:44.707Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6792026-08-25T11:33:44.707Ztest headers::ipv6_header_read_write ... ok
6802026-08-25T11:33:44.711Ztest dload::pipeline_create ... ok
6812026-08-25T11:33:44.711Ztest ipv6::test_ipv6_parse ... ok
6822026-08-25T11:33:44.711Ztest dload::dynamic_load ... ok
6832026-08-25T11:33:44.715Ztest arithmetic::arithmetic ... ok
6842026-08-25T11:33:44.715Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6852026-08-25T11:33:44.715Ztest decap::geneve_decap ... ok
6862026-08-25T11:33:44.715Ztest vlan::test_vlan_parse ... ok
6872026-08-25T11:33:44.715Ztest hub::hub2 ... ok
6882026-08-25T11:33:44.718Ztest basic_router::basic_router2 ... ok
6892026-08-25T11:33:44.723Ztest vrf_router::vrf_router ... ok
6902026-08-25T11:33:44.726Ztest range::range ... ok
6912026-08-25T11:33:44.765Ztest disag_router::disag_router ... ok
6922026-08-25T11:33:44.774Ztest mac_rewrite::mac_rewrite2 ... ok
6932026-08-25T11:33:44.818Ztest dynamic_router::dynamic_router2 ... ok
6942026-08-25T11:33:44.818Z
6952026-08-25T11:33:44.818Ztest result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
6962026-08-25T11:33:44.818Z
6972026-08-25T11:33:44.825Z Running unittests src/lib.rs (target/debug/deps/x4c-3f17fb8bf88cde20)
6982026-08-25T11:33:44.829Z
6992026-08-25T11:33:44.829Zrunning 0 tests
7002026-08-25T11:33:44.829Z
7012026-08-25T11:33:44.829Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7022026-08-25T11:33:44.829Z
7032026-08-25T11:33:44.829Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-ad8bb27043b45cc9)
7042026-08-25T11:33:44.829Z
7052026-08-25T11:33:44.829Zrunning 0 tests
7062026-08-25T11:33:44.829Z
7072026-08-25T11:33:44.829Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7082026-08-25T11:33:44.829Z
7092026-08-25T11:33:44.829Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-225b85a6f8fe0178)
7102026-08-25T11:33:44.833Z
7112026-08-25T11:33:44.833Zrunning 0 tests
7122026-08-25T11:33:44.833Z
7132026-08-25T11:33:44.833Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7142026-08-25T11:33:44.833Z
7152026-08-25T11:33:44.833Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-2fe14b2d9fea3a6e)
7162026-08-25T11:33:44.833Z
7172026-08-25T11:33:44.833Zrunning 0 tests
7182026-08-25T11:33:44.833Z
7192026-08-25T11:33:44.833Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7202026-08-25T11:33:44.833Z
7212026-08-25T11:33:44.833Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7222026-08-25T11:33:44.837Z
7232026-08-25T11:33:44.837Zrunning 0 tests
7242026-08-25T11:33:44.837Z
7252026-08-25T11:33:44.837Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7262026-08-25T11:33:44.837Z
7272026-08-25T11:33:44.837Z Doc-tests p4
7282026-08-25T11:33:44.921Z
7292026-08-25T11:33:44.922Zrunning 0 tests
7302026-08-25T11:33:44.922Z
7312026-08-25T11:33:44.922Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7322026-08-25T11:33:44.922Z
7332026-08-25T11:33:44.931Z Doc-tests p4_macro
7342026-08-25T11:33:44.975Z
7352026-08-25T11:33:44.975Zrunning 2 tests
7362026-08-25T11:33:44.979Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7372026-08-25T11:33:44.979Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7382026-08-25T11:33:44.979Z
7392026-08-25T11:33:44.979Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7402026-08-25T11:33:44.979Z
7412026-08-25T11:33:44.982Z Doc-tests p4_rust
7422026-08-25T11:33:45.137Z
7432026-08-25T11:33:45.137Zrunning 0 tests
7442026-08-25T11:33:45.137Z
7452026-08-25T11:33:45.137Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7462026-08-25T11:33:45.137Z
7472026-08-25T11:33:45.149Z Doc-tests p4rs
7482026-08-25T11:33:45.231Z
7492026-08-25T11:33:45.231Zrunning 1 test
7502026-08-25T11:33:46.038Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7512026-08-25T11:33:46.038Z
7522026-08-25T11:33:46.038Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.81s
7532026-08-25T11:33:46.038Z
7542026-08-25T11:33:46.046Z Doc-tests tests
7552026-08-25T11:33:46.109Z
7562026-08-25T11:33:46.109Zrunning 0 tests
7572026-08-25T11:33:46.109Z
7582026-08-25T11:33:46.109Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7592026-08-25T11:33:46.109Z
7602026-08-25T11:33:46.116Z Doc-tests x4c
7612026-08-25T11:33:46.160Z
7622026-08-25T11:33:46.161Zrunning 0 tests
7632026-08-25T11:33:46.161Z
7642026-08-25T11:33:46.161Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7652026-08-25T11:33:46.161Z
7662026-08-25T11:33:46.164Z Doc-tests x4c_error_codes
7672026-08-25T11:33:46.191Z
7682026-08-25T11:33:46.191Zrunning 0 tests
7692026-08-25T11:33:46.191Z
7702026-08-25T11:33:46.191Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7712026-08-25T11:33:46.191Z
7722026-08-25T11:33:46.202Z+ pushd test
7732026-08-25T11:33:46.206Z+ banner 'mac rewr'
7742026-08-25T11:33:46.206Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7752026-08-25T11:33:46.206Z
7762026-08-25T11:33:46.206Z # # ## #### ##### ###### # # #####
7772026-08-25T11:33:46.206Z ## ## # # # # # # # # # # #
7782026-08-25T11:33:46.206Z # ## # # # # # # ##### # # # #
7792026-08-25T11:33:46.206Z # # ###### # ##### # # ## # #####
7802026-08-25T11:33:46.206Z # # # # # # # # # ## ## # #
7812026-08-25T11:33:46.206Z # # # # #### # # ###### # # # #
7822026-08-25T11:33:46.206Z
7832026-08-25T11:33:46.206Z+ RUST_BACKTRACE=1
7842026-08-25T11:33:46.206Z+ cargo test mac_rewrite -- --nocapture
7852026-08-25T11:33:46.302Z Compiling aho-corasick v1.1.4
7862026-08-25T11:33:46.316Z Compiling rustix v1.1.4
7872026-08-25T11:33:46.319Z Compiling getrandom v0.4.1
7882026-08-25T11:33:46.319Z Compiling errno v0.3.14
7892026-08-25T11:33:46.323Z Compiling prettyplease v0.2.37
7902026-08-25T11:33:47.004Z Compiling regex-automata v0.4.14
7912026-08-25T11:33:47.035Z Compiling tempfile v3.27.0
7922026-08-25T11:33:48.375Z Compiling regex v1.12.4
7932026-08-25T11:33:48.623Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7942026-08-25T11:33:48.690Z Compiling pnet_macros v0.35.0
7952026-08-25T11:33:49.307Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7962026-08-25T11:33:49.666Z Compiling pnet_packet v0.35.0
7972026-08-25T11:33:50.115Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
7982026-08-25T11:33:51.506Z Compiling pnet_transport v0.35.0
7992026-08-25T11:33:51.624Z Compiling pnet v0.35.0
8002026-08-25T11:33:51.712Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8012026-08-25T11:33:58.616Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.39s
8022026-08-25T11:33:58.627Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8032026-08-25T11:33:58.630Z
8042026-08-25T11:33:58.630Zrunning 1 test
8052026-08-25T11:33:58.634Z[phy2] do you know the muffin man?
8062026-08-25T11:33:58.638Z[cpu] the muffin man?
8072026-08-25T11:33:58.638Z[cpu] the muffin man!
8082026-08-25T11:33:58.638Z[cpu] why yes
8092026-08-25T11:33:58.638Z[phy1] i know the muffin man
8102026-08-25T11:33:58.638Z[phy3] the muffin man is me!!!
8112026-08-25T11:33:58.638Ztest mac_rewrite::mac_rewrite2 ... ok
8122026-08-25T11:33:58.638Z
8132026-08-25T11:33:58.638Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 15 filtered out; finished in 0.01s
8142026-08-25T11:33:58.638Z
8152026-08-25T11:33:58.644Z+ banner 'dyn load'
8162026-08-25T11:33:58.647Z
8172026-08-25T11:33:58.647Z ##### # # # # # #### ## #####
8182026-08-25T11:33:58.647Z # # # # ## # # # # # # # #
8192026-08-25T11:33:58.647Z # # # # # # # # # # # # #
8202026-08-25T11:33:58.647Z # # # # # # # # # ###### # #
8212026-08-25T11:33:58.647Z # # # # ## # # # # # # #
8222026-08-25T11:33:58.647Z ##### # # # ###### #### # # #####
8232026-08-25T11:33:58.647Z
8242026-08-25T11:33:58.647Z+ RUST_BACKTRACE=1
8252026-08-25T11:33:58.647Z+ cargo test dload -- --nocapture
8262026-08-25T11:33:58.733Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8272026-08-25T11:33:58.736Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8282026-08-25T11:33:58.739Z
8292026-08-25T11:33:58.739Zrunning 2 tests
8302026-08-25T11:33:58.742Ztest dload::pipeline_create ... ok
8312026-08-25T11:33:58.745Ztest dload::dynamic_load ... ok
8322026-08-25T11:33:58.745Z
8332026-08-25T11:33:58.745Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8342026-08-25T11:33:58.745Z
8352026-08-25T11:33:58.750Z+ banner disag
8362026-08-25T11:33:58.753Z
8372026-08-25T11:33:58.753Z ##### # #### ## ####
8382026-08-25T11:33:58.753Z # # # # # # # #
8392026-08-25T11:33:58.753Z # # # #### # # #
8402026-08-25T11:33:58.753Z # # # # ###### # ###
8412026-08-25T11:33:58.754Z # # # # # # # # #
8422026-08-25T11:33:58.754Z ##### # #### # # ####
8432026-08-25T11:33:58.754Z
8442026-08-25T11:33:58.754Z+ RUST_BACKTRACE=1
8452026-08-25T11:33:58.754Z+ cargo test disag_router -- --nocapture
8462026-08-25T11:33:58.839Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8472026-08-25T11:33:58.842Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8482026-08-25T11:33:58.845Z
8492026-08-25T11:33:58.845Zrunning 1 test
8502026-08-25T11:33:58.850Z[phy2] do you know the muffin man?
8512026-08-25T11:33:58.853Z[cpu] the muffin man?
8522026-08-25T11:33:58.853Z[cpu] the muffin man!
8532026-08-25T11:33:58.853Z[cpu] why yes
8542026-08-25T11:33:58.853Z[phy1] i know the muffin man
8552026-08-25T11:33:58.853Z[phy3] the muffin man is me!!!
8562026-08-25T11:33:58.853Ztest disag_router::disag_router ... ok
8572026-08-25T11:33:58.853Z
8582026-08-25T11:33:58.853Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 15 filtered out; finished in 0.01s
8592026-08-25T11:33:58.853Z
8602026-08-25T11:33:58.858Z+ banner 'dyn rtr'
8612026-08-25T11:33:58.861Z
8622026-08-25T11:33:58.861Z ##### # # # # ##### ##### #####
8632026-08-25T11:33:58.861Z # # # # ## # # # # # #
8642026-08-25T11:33:58.861Z # # # # # # # # # # #
8652026-08-25T11:33:58.861Z # # # # # # ##### # #####
8662026-08-25T11:33:58.861Z # # # # ## # # # # #
8672026-08-25T11:33:58.861Z ##### # # # # # # # #
8682026-08-25T11:33:58.861Z
8692026-08-25T11:33:58.861Z+ RUST_BACKTRACE=1
8702026-08-25T11:33:58.861Z+ cargo test dynamic_router -- --nocapture
8712026-08-25T11:33:58.949Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8722026-08-25T11:33:58.952Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8732026-08-25T11:33:58.955Z
8742026-08-25T11:33:58.955Zrunning 1 test
8752026-08-25T11:33:58.960Z[phy2] do you know the muffin man?
8762026-08-25T11:33:58.962Z[cpu] the muffin man?
8772026-08-25T11:33:58.962Z[cpu] the muffin man!
8782026-08-25T11:33:58.963Z[cpu] why yes
8792026-08-25T11:33:58.963Z[phy1] i know the muffin man
8802026-08-25T11:33:58.963Z[phy3] the muffin man is me!!!
8812026-08-25T11:33:58.963Ztest dynamic_router::dynamic_router2 ... ok
8822026-08-25T11:33:58.963Z
8832026-08-25T11:33:58.963Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 15 filtered out; finished in 0.01s
8842026-08-25T11:33:58.963Z
8852026-08-25T11:33:58.968Z+ banner hub
8862026-08-25T11:33:58.971Z
8872026-08-25T11:33:58.971Z # # # # #####
8882026-08-25T11:33:58.971Z # # # # # #
8892026-08-25T11:33:58.971Z ###### # # #####
8902026-08-25T11:33:58.971Z # # # # # #
8912026-08-25T11:33:58.971Z # # # # # #
8922026-08-25T11:33:58.971Z # # #### #####
8932026-08-25T11:33:58.971Z
8942026-08-25T11:33:58.971Z+ RUST_BACKTRACE=1
8952026-08-25T11:33:58.972Z+ cargo test hub -- --nocapture
8962026-08-25T11:33:59.057Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8972026-08-25T11:33:59.060Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8982026-08-25T11:33:59.063Z
8992026-08-25T11:33:59.063Zrunning 1 test
9002026-08-25T11:33:59.067Z[phy2] do you know the muffin man?
9012026-08-25T11:33:59.067Z[phy3] do you know the muffin man?
9022026-08-25T11:33:59.071Z[phy1] the muffin man?
9032026-08-25T11:33:59.071Z[phy3] the muffin man?
9042026-08-25T11:33:59.071Z[phy2] the muffin man!
9052026-08-25T11:33:59.071Z[phy3] the muffin man!
9062026-08-25T11:33:59.071Z[phy1] why yes
9072026-08-25T11:33:59.071Z[phy1] i know the muffin man
9082026-08-25T11:33:59.071Z[phy1] the muffin man is me!!!
9092026-08-25T11:33:59.071Z[phy3] why yes
9102026-08-25T11:33:59.071Z[phy3] i know the muffin man
9112026-08-25T11:33:59.071Z[phy3] the muffin man is me!!!
9122026-08-25T11:33:59.071Ztest hub::hub2 ... ok
9132026-08-25T11:33:59.071Z
9142026-08-25T11:33:59.071Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 15 filtered out; finished in 0.01s
9152026-08-25T11:33:59.071Z
9162026-08-25T11:33:59.076Z+ banner router
9172026-08-25T11:33:59.079Z
9182026-08-25T11:33:59.079Z ##### #### # # ##### ###### #####
9192026-08-25T11:33:59.079Z # # # # # # # # # #
9202026-08-25T11:33:59.079Z # # # # # # # ##### # #
9212026-08-25T11:33:59.079Z ##### # # # # # # #####
9222026-08-25T11:33:59.079Z # # # # # # # # # #
9232026-08-25T11:33:59.079Z # # #### #### # ###### # #
9242026-08-25T11:33:59.079Z
9252026-08-25T11:33:59.079Z+ RUST_BACKTRACE=1
9262026-08-25T11:33:59.079Z+ cargo test basic_router -- --nocapture
9272026-08-25T11:33:59.165Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9282026-08-25T11:33:59.168Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9292026-08-25T11:33:59.171Z
9302026-08-25T11:33:59.171Zrunning 1 test
9312026-08-25T11:33:59.175Z[phy2] do you know the muffin man?
9322026-08-25T11:33:59.178Z[phy1] the muffin man?
9332026-08-25T11:33:59.179Z[phy2] the muffin man!
9342026-08-25T11:33:59.179Z[phy1] why yes
9352026-08-25T11:33:59.179Z[phy1] i know the muffin man
9362026-08-25T11:33:59.179Z[phy1] the muffin man is me!!!
9372026-08-25T11:33:59.179Ztest basic_router::basic_router2 ... ok
9382026-08-25T11:33:59.179Z
9392026-08-25T11:33:59.179Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 15 filtered out; finished in 0.01s
9402026-08-25T11:33:59.179Z
9412026-08-25T11:33:59.184Z+ banner headers
9422026-08-25T11:33:59.187Z
9432026-08-25T11:33:59.187Z # # ###### ## ##### ###### ##### ####
9442026-08-25T11:33:59.187Z # # # # # # # # # # #
9452026-08-25T11:33:59.187Z ###### ##### # # # # ##### # # ####
9462026-08-25T11:33:59.187Z # # # ###### # # # ##### #
9472026-08-25T11:33:59.187Z # # # # # # # # # # # #
9482026-08-25T11:33:59.187Z # # ###### # # ##### ###### # # ####
9492026-08-25T11:33:59.187Z
9502026-08-25T11:33:59.187Z+ RUST_BACKTRACE=1
9512026-08-25T11:33:59.187Z+ cargo test headers -- --nocapture
9522026-08-25T11:33:59.274Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9532026-08-25T11:33:59.277Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9542026-08-25T11:33:59.280Z
9552026-08-25T11:33:59.280Zrunning 1 test
9562026-08-25T11:33:59.280Ztest headers::ipv6_header_read_write ... ok
9572026-08-25T11:33:59.280Z
9582026-08-25T11:33:59.280Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 15 filtered out; finished in 0.00s
9592026-08-25T11:33:59.280Z
9602026-08-25T11:33:59.286Zprocess exited: duration 103264 ms, exit code 0
 
9612026-08-25T11:33:59.300Zfound 4 output files
9622026-08-25T11:33:59.332Zuploading: /work/debug/libsidecar_lite.so (43098496 bytes)
9632026-08-25T11:34:00.578Zuploaded: /work/debug/libsidecar_lite.so
9642026-08-25T11:34:00.578Zuploading: /work/debug/x4c (37742936 bytes)
9652026-08-25T11:34:01.883Zuploaded: /work/debug/x4c
9662026-08-25T11:34:01.883Zuploading: /work/release/libsidecar_lite.so (9930880 bytes)
9672026-08-25T11:34:02.977Zuploaded: /work/release/libsidecar_lite.so
9682026-08-25T11:34:02.977Zuploading: /work/release/x4c (8660336 bytes)
9692026-08-25T11:34:04.057Zuploaded: /work/release/x4c