01M0ZKA6ZH0YANP85XDR50Y0AR: 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: 01M0ZKAESBPJ9XYT69T6NY7APP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-26T17:54:56.288Zjob assigned to worker 01M0ZKAMM5KEYR9CE7A8AH6N78 [factory aws, i-0c53f87a7fdee60cb] (queued for 47 s)
 
22026-08-26T17:55:03.406Zstarting task 0: "setup"
32026-08-26T17:55:03.411Z++ uname -s
42026-08-26T17:55:03.414Z+ kern=SunOS
52026-08-26T17:55:03.414Z+ build_user=build
62026-08-26T17:55:03.414Z+ build_uid=12345
72026-08-26T17:55:03.414Z+ work_dir=/work
82026-08-26T17:55:03.414Z+ input_dir=/input
92026-08-26T17:55:03.415Z+ [[ 0 == 12345 ]]
102026-08-26T17:55:03.415Z+ case "$kern" in
112026-08-26T17:55:03.415Z+ groupadd -g 12345 build
122026-08-26T17:55:03.418Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-26T17:55:05.419Z+ zfs create -o mountpoint=/work rpool/work
142026-08-26T17:55:05.627Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-26T17:55:05.630Z+ home_fs=zfs
162026-08-26T17:55:05.630Z+ [[ zfs == autofs ]]
172026-08-26T17:55:05.630Z+ mkdir -p /home/build
182026-08-26T17:55:05.630Z+ chown build:build /home/build /work
192026-08-26T17:55:07.631Z+ chmod 0700 /home/build /work
202026-08-26T17:55:07.634Zprocess exited: duration 4226 ms, exit code 0
 
212026-08-26T17:55:07.641Zstarting task 1: "rust-toolchain"
222026-08-26T17:55:07.644Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-26T17:55:07.644Z * rust toolchain channel = "stable"
242026-08-26T17:55:07.644Z * rust toolchain profile = "default"
252026-08-26T17:55:07.644Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-26T17:55:07.644Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-26T17:55:07.644Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-26T17:55:07.647Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-26T17:55:07.647Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-26T17:55:07.767Zinfo: downloading installer
312026-08-26T17:55:08.987Zwarn: It looks like you have an existing installation of Rust at:
322026-08-26T17:55:08.987Zwarn: /opt/ooce/bin
332026-08-26T17:55:08.987Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-26T17:55:08.987Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-26T17:55:08.987Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-26T17:55:08.987Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-26T17:55:08.987Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-26T17:55:08.987Zerror: cannot install while Rust is installed
392026-08-26T17:55:08.987Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-26T17:55:08.987Zwarn: It looks like you have an existing rustup settings file at:
412026-08-26T17:55:08.987Zwarn: /home/build/.rustup/settings.toml
422026-08-26T17:55:08.987Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-26T17:55:08.987Zwarn: instead of the one inferred from the default host triple.
442026-08-26T17:55:09.000Zinfo: profile set to default
452026-08-26T17:55:09.000Zinfo: default host triple is x86_64-unknown-illumos
462026-08-26T17:55:09.004Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-26T17:55:09.133Zinfo: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18)
482026-08-26T17:55:09.136Zinfo: downloading 6 components
492026-08-26T17:55:23.056Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-26T17:55:23.056Z
512026-08-26T17:55:23.084Z stable-x86_64-unknown-illumos installed - rustc 1.98.0 (88d9e12ae 2026-08-18)
522026-08-26T17:55:23.085Z
532026-08-26T17:55:23.085Z
542026-08-26T17:55:23.085ZRust is installed now. Great!
552026-08-26T17:55:23.085Z
562026-08-26T17:55:23.088ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-26T17:55:23.088Zenvironment variable. This has not been done automatically.
582026-08-26T17:55:23.088Z
592026-08-26T17:55:23.088ZTo configure your current shell, you need to source
602026-08-26T17:55:23.088Zthe corresponding env file under $HOME/.cargo.
612026-08-26T17:55:23.088Z
622026-08-26T17:55:23.088ZThis is usually done by running one of the following (note the leading DOT):
632026-08-26T17:55:23.088Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-26T17:55:23.088Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-26T17:55:23.088Zsource "~/.cargo/env.nu" # For nushell
662026-08-26T17:55:23.088Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-26T17:55:23.088Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-26T17:55:23.088Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-26T17:55:23.089Zwarn: no default linker (`cc`) was found in your PATH
702026-08-26T17:55:23.089Zwarn: many Rust crates require a system C toolchain to build
712026-08-26T17:55:23.174Z+ rustup --version
722026-08-26T17:55:23.183Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-26T17:55:23.186Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-26T17:55:23.204Zinfo: the currently active `rustc` version is `rustc 1.98.0 (88d9e12ae 2026-08-18)`
752026-08-26T17:55:23.207Z+ cargo --version
762026-08-26T17:55:23.220Zcargo 1.98.0 (797e8a9bc 2026-08-05)
772026-08-26T17:55:23.223Z+ rustc --version
782026-08-26T17:55:23.242Zrustc 1.98.0 (88d9e12ae 2026-08-18)
792026-08-26T17:55:23.245Zprocess exited: duration 15602 ms, exit code 0
 
802026-08-26T17:55:23.251Zstarting task 2: "authentication"
812026-08-26T17:55:23.267Zprocess exited: duration 15 ms, exit code 0
 
822026-08-26T17:55:23.274Zstarting task 3: "clone repository"
832026-08-26T17:55:23.277Z+ mkdir -p /work/oxidecomputer/p4
842026-08-26T17:55:23.280Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-08-26T17:55:23.311ZCloning into '/work/oxidecomputer/p4'...
862026-08-26T17:55:25.725Z+ cd /work/oxidecomputer/p4
872026-08-26T17:55:25.725Z+ git fetch origin 0f721dd3e6666b265b479b79cde0824d8a6c2550
882026-08-26T17:55:26.293ZFrom https://github.com/oxidecomputer/p4
892026-08-26T17:55:26.293Z * branch 0f721dd3e6666b265b479b79cde0824d8a6c2550 -> FETCH_HEAD
902026-08-26T17:55:26.297Z+ [[ -n nsk/fix-range-composite-key ]]
912026-08-26T17:55:26.300Z++ git branch --show-current
922026-08-26T17:55:26.301Z+ current=main
932026-08-26T17:55:26.301Z+ [[ main != nsk/fix-range-composite-key ]]
942026-08-26T17:55:26.301Z+ git branch -f nsk/fix-range-composite-key 0f721dd3e6666b265b479b79cde0824d8a6c2550
952026-08-26T17:55:26.303Z+ git checkout -f nsk/fix-range-composite-key
962026-08-26T17:55:26.309ZSwitched to branch 'nsk/fix-range-composite-key'
972026-08-26T17:55:26.311Z+ git reset --hard 0f721dd3e6666b265b479b79cde0824d8a6c2550
982026-08-26T17:55:26.316ZHEAD is now at 0f721dd fix range offset for composite key and add vlan trunk test
992026-08-26T17:55:26.318Zprocess exited: duration 3042 ms, exit code 0
 
1002026-08-26T17:55:26.324Zstarting task 4: "build"
1012026-08-26T17:55:26.327Z+ cargo --version
1022026-08-26T17:55:26.332Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-08-26T17:55:26.490Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-08-26T17:55:26.493Zinfo: downloading 6 components
1052026-08-26T17:55:40.395Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-08-26T17:55:40.399Z+ rustc --version
1072026-08-26T17:55:40.426Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-08-26T17:55:40.429Z+ banner check
1092026-08-26T17:55:40.433Z
1102026-08-26T17:55:40.433Z #### # # ###### #### # #
1112026-08-26T17:55:40.433Z # # # # # # # # #
1122026-08-26T17:55:40.433Z # ###### ##### # ####
1132026-08-26T17:55:40.433Z # # # # # # #
1142026-08-26T17:55:40.433Z # # # # # # # # #
1152026-08-26T17:55:40.433Z #### # # ###### #### # #
1162026-08-26T17:55:40.433Z
1172026-08-26T17:55:40.433Z+ cargo fmt -- --check
1182026-08-26T17:55:40.575Z+ cargo check
1192026-08-26T17:55:40.641Z Updating crates.io index
1202026-08-26T17:55:40.674Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-08-26T17:55:40.986ZFrom https://github.com/oxidecomputer/xfr
1222026-08-26T17:55:40.986Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-08-26T17:55:41.727Z Downloading crates ...
1242026-08-26T17:55:41.780Z Downloaded memmap v0.7.0
1252026-08-26T17:55:41.786Z Downloaded num v0.4.3
1262026-08-26T17:55:41.789Z Downloaded dof v0.3.0
1272026-08-26T17:55:41.795Z Downloaded anstyle-parse v1.0.0
1282026-08-26T17:55:41.798Z Downloaded pnet_transport v0.35.0
1292026-08-26T17:55:41.801Z Downloaded cpufeatures v0.2.17
1302026-08-26T17:55:41.801Z Downloaded zmij v1.0.21
1312026-08-26T17:55:41.804Z Downloaded fastrand v2.3.0
1322026-08-26T17:55:41.806Z Downloaded num-iter v0.1.45
1332026-08-26T17:55:41.806Z Downloaded zerocopy-derive v0.7.35
1342026-08-26T17:55:41.809Z Downloaded errno v0.3.14
1352026-08-26T17:55:41.812Z Downloaded itoa v1.0.17
1362026-08-26T17:55:41.812Z Downloaded crypto-common v0.1.7
1372026-08-26T17:55:41.812Z Downloaded funty v2.0.0
1382026-08-26T17:55:41.815Z Downloaded heck v0.5.0
1392026-08-26T17:55:41.817Z Downloaded generic-array v0.14.7
1402026-08-26T17:55:41.820Z Downloaded anstream v1.0.0
1412026-08-26T17:55:41.823Z Downloaded dtrace-parser v0.2.0
1422026-08-26T17:55:41.823Z Downloaded plain v0.2.3
1432026-08-26T17:55:41.823Z Downloaded is_terminal_polyfill v1.70.2
1442026-08-26T17:55:41.825Z Downloaded zerocopy v0.8.40
1452026-08-26T17:55:41.830Z Downloaded pnet_sys v0.35.0
1462026-08-26T17:55:41.838Z Downloaded pretty-hex v0.4.1
1472026-08-26T17:55:41.847Z Downloaded digest v0.10.7
1482026-08-26T17:55:41.853Z Downloaded version_check v0.9.5
1492026-08-26T17:55:41.859Z Downloaded utf8parse v0.2.2
1502026-08-26T17:55:41.863Z Downloaded pnet_macros_support v0.35.0
1512026-08-26T17:55:41.867Z Downloaded usdt v0.5.0
1522026-08-26T17:55:41.870Z Downloaded thread-id v4.2.2
1532026-08-26T17:55:41.870Z Downloaded scroll_derive v0.12.1
1542026-08-26T17:55:41.870Z Downloaded colorchoice v1.0.4
1552026-08-26T17:55:41.872Z Downloaded block-buffer v0.10.4
1562026-08-26T17:55:41.872Z Downloaded radium v0.7.0
1572026-08-26T17:55:41.872Z Downloaded pnet_base v0.35.0
1582026-08-26T17:55:41.875Z Downloaded tap v1.0.1
1592026-08-26T17:55:41.879Z Downloaded anstyle-query v1.1.5
1602026-08-26T17:55:41.882Z Downloaded strsim v0.11.1
1612026-08-26T17:55:41.884Z Downloaded cfg-if v1.0.4
1622026-08-26T17:55:41.887Z Downloaded usdt-macro v0.5.0
1632026-08-26T17:55:41.890Z Downloaded ipnetwork v0.20.0
1642026-08-26T17:55:41.892Z Downloaded num-rational v0.4.2
1652026-08-26T17:55:41.892Z Downloaded no-std-net v0.6.0
1662026-08-26T17:55:41.895Z Downloaded num-integer v0.1.46
1672026-08-26T17:55:41.895Z Downloaded pnet_datalink v0.35.0
1682026-08-26T17:55:41.898Z Downloaded scroll v0.12.0
1692026-08-26T17:55:41.901Z Downloaded thiserror-impl v1.0.69
1702026-08-26T17:55:41.904Z Downloaded num-complex v0.4.6
1712026-08-26T17:55:41.904Z Downloaded clap_lex v1.0.0
1722026-08-26T17:55:41.904Z Downloaded serde_tokenstream v0.2.3
1732026-08-26T17:55:41.908Z Downloaded rand_chacha v0.9.0
1742026-08-26T17:55:41.912Z Downloaded pnet v0.35.0
1752026-08-26T17:55:41.912Z Downloaded pest_derive v2.8.6
1762026-08-26T17:55:41.917Z Downloaded usdt-attr-macro v0.5.0
1772026-08-26T17:55:41.920Z Downloaded autocfg v1.5.0
1782026-08-26T17:55:41.920Z Downloaded anstyle v1.0.13
1792026-08-26T17:55:41.920Z Downloaded pnet_macros v0.35.0
1802026-08-26T17:55:41.925Z Downloaded wyz v0.5.1
1812026-08-26T17:55:41.928Z Downloaded thiserror v1.0.69
1822026-08-26T17:55:41.930Z Downloaded byteorder v1.5.0
1832026-08-26T17:55:41.933Z Downloaded rand_core v0.9.5
1842026-08-26T17:55:41.936Z Downloaded once_cell v1.21.3
1852026-08-26T17:55:41.940Z Downloaded quote v1.0.45
1862026-08-26T17:55:41.942Z Downloaded pnet_packet v0.35.0
1872026-08-26T17:55:41.950Z Downloaded num-traits v0.2.19
1882026-08-26T17:55:41.952Z Downloaded getrandom v0.4.1
1892026-08-26T17:55:41.955Z Downloaded glob v0.3.3
1902026-08-26T17:55:41.955Z Downloaded getrandom v0.3.4
1912026-08-26T17:55:41.958Z Downloaded colored v3.1.1
1922026-08-26T17:55:41.958Z Downloaded ucd-trie v0.1.7
1932026-08-26T17:55:41.961Z Downloaded sha2 v0.10.9
1942026-08-26T17:55:41.961Z Downloaded ppv-lite86 v0.2.21
1952026-08-26T17:55:41.963Z Downloaded clap_derive v4.6.1
1962026-08-26T17:55:41.963Z Downloaded usdt-impl v0.5.0
1972026-08-26T17:55:41.963Z Downloaded bitflags v2.11.0
1982026-08-26T17:55:41.966Z Downloaded pest_generator v2.8.6
1992026-08-26T17:55:41.971Z Downloaded serde_derive v1.0.228
2002026-08-26T17:55:41.974Z Downloaded proc-macro2 v1.0.106
2012026-08-26T17:55:41.980Z Downloaded pest_meta v2.8.6
2022026-08-26T17:55:41.983Z Downloaded log v0.4.29
2032026-08-26T17:55:41.986Z Downloaded pest v2.8.6
2042026-08-26T17:55:41.989Z Downloaded tempfile v3.27.0
2052026-08-26T17:55:41.992Z Downloaded clap v4.6.1
2062026-08-26T17:55:41.996Z Downloaded anyhow v1.0.102
2072026-08-26T17:55:41.999Z Downloaded unicode-ident v1.0.24
2082026-08-26T17:55:42.002Z Downloaded prettyplease v0.2.37
2092026-08-26T17:55:42.005Z Downloaded memchr v2.8.0
2102026-08-26T17:55:42.007Z Downloaded serde_core v1.0.228
2112026-08-26T17:55:42.007Z Downloaded typenum v1.19.0
2122026-08-26T17:55:42.027Z Downloaded serde v1.0.228
2132026-08-26T17:55:42.030Z Downloaded num-bigint v0.4.6
2142026-08-26T17:55:42.035Z Downloaded rand v0.9.3
2152026-08-26T17:55:42.049Z Downloaded regex v1.12.4
2162026-08-26T17:55:42.062Z Downloaded serde_json v1.0.149
2172026-08-26T17:55:42.071Z Downloaded aho-corasick v1.1.4
2182026-08-26T17:55:42.078Z Downloaded zerocopy v0.7.35
2192026-08-26T17:55:42.088Z Downloaded clap_builder v4.6.0
2202026-08-26T17:55:42.091Z Downloaded goblin v0.8.2
2212026-08-26T17:55:42.097Z Downloaded bitvec v1.1.1
2222026-08-26T17:55:42.130Z Downloaded syn v2.0.118
2232026-08-26T17:55:42.145Z Downloaded regex-syntax v0.8.11
2242026-08-26T17:55:42.150Z Downloaded rustix v1.1.4
2252026-08-26T17:55:42.179Z Downloaded regex-automata v0.4.14
2262026-08-26T17:55:42.188Z Downloaded libc v0.2.182
2272026-08-26T17:55:42.256Z Compiling proc-macro2 v1.0.106
2282026-08-26T17:55:42.256Z Compiling quote v1.0.45
2292026-08-26T17:55:42.259Z Compiling unicode-ident v1.0.24
2302026-08-26T17:55:42.259Z Compiling libc v0.2.182
2312026-08-26T17:55:42.259Z Compiling serde_core v1.0.228
2322026-08-26T17:55:42.259Z Compiling memchr v2.8.0
2332026-08-26T17:55:42.259Z Compiling serde v1.0.228
2342026-08-26T17:55:42.406Z Compiling thiserror v1.0.69
2352026-08-26T17:55:42.663Z Compiling zmij v1.0.21
2362026-08-26T17:55:42.669Z Compiling ucd-trie v0.1.7
2372026-08-26T17:55:42.853Z Compiling pest v2.8.6
2382026-08-26T17:55:42.877Z Compiling serde_json v1.0.149
2392026-08-26T17:55:42.880Z Compiling rustix v1.1.4
2402026-08-26T17:55:42.993Z Compiling getrandom v0.4.1
2412026-08-26T17:55:43.110Z Compiling version_check v0.9.5
2422026-08-26T17:55:43.263Z Compiling autocfg v1.5.0
2432026-08-26T17:55:43.424Z Checking syn v2.0.118
2442026-08-26T17:55:43.436Z Compiling aho-corasick v1.1.4
2452026-08-26T17:55:43.478Z Compiling regex-syntax v0.8.11
2462026-08-26T17:55:43.602Z Compiling num-traits v0.2.19
2472026-08-26T17:55:43.838Z Compiling prettyplease v0.2.37
2482026-08-26T17:55:44.096Z Compiling pest_meta v2.8.6
2492026-08-26T17:55:44.237Z Checking cfg-if v1.0.4
2502026-08-26T17:55:44.552Z Compiling byteorder v1.5.0
2512026-08-26T17:55:44.778Z Compiling itoa v1.0.17
2522026-08-26T17:55:44.885Z Compiling usdt-impl v0.5.0
2532026-08-26T17:55:44.952Z Checking num-integer v0.1.46
2542026-08-26T17:55:44.977Z Compiling thread-id v4.2.2
2552026-08-26T17:55:45.049Z Compiling regex-automata v0.4.14
2562026-08-26T17:55:45.377Z Checking colored v3.1.1
2572026-08-26T17:55:45.437Z Checking plain v0.2.3
2582026-08-26T17:55:45.492Z Checking log v0.4.29
2592026-08-26T17:55:45.646Z Compiling errno v0.3.14
2602026-08-26T17:55:45.755Z Checking pretty-hex v0.4.1
2612026-08-26T17:55:45.783Z Checking no-std-net v0.6.0
2622026-08-26T17:55:45.825Z Compiling radium v0.7.0
2632026-08-26T17:55:45.854Z Compiling bitflags v2.11.0
2642026-08-26T17:55:45.866Z Checking pnet_base v0.35.0
2652026-08-26T17:55:46.042Z Compiling pest_generator v2.8.6
2662026-08-26T17:55:46.122Z Compiling getrandom v0.3.4
2672026-08-26T17:55:46.174Z Compiling zerocopy v0.8.40
2682026-08-26T17:55:46.452Z Compiling fastrand v2.3.0
2692026-08-26T17:55:46.493Z Checking tap v1.0.1
2702026-08-26T17:55:46.574Z Compiling once_cell v1.21.3
2712026-08-26T17:55:46.587Z Checking wyz v0.5.1
2722026-08-26T17:55:46.686Z Checking num-iter v0.1.45
2732026-08-26T17:55:46.750Z Compiling tempfile v3.27.0
2742026-08-26T17:55:46.771Z Checking memmap v0.7.0
2752026-08-26T17:55:46.785Z Checking funty v2.0.0
2762026-08-26T17:55:46.827Z Compiling regex v1.12.4
2772026-08-26T17:55:47.066Z Compiling anyhow v1.0.102
2782026-08-26T17:55:47.082Z Checking bitvec v1.1.1
2792026-08-26T17:55:47.212Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2802026-08-26T17:55:47.255Z Compiling serde_derive v1.0.228
2812026-08-26T17:55:47.359Z Compiling thiserror-impl v1.0.69
2822026-08-26T17:55:47.388Z Compiling zerocopy-derive v0.7.35
2832026-08-26T17:55:47.456Z Compiling pest_derive v2.8.6
2842026-08-26T17:55:47.694Z Compiling scroll_derive v0.12.1
2852026-08-26T17:55:47.956Z Compiling pnet_macros v0.35.0
2862026-08-26T17:55:48.231Z Compiling zerocopy v0.7.35
2872026-08-26T17:55:48.372Z Checking scroll v0.12.0
2882026-08-26T17:55:48.585Z Compiling dtrace-parser v0.2.0
2892026-08-26T17:55:48.596Z Checking goblin v0.8.2
2902026-08-26T17:55:48.786Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2912026-08-26T17:55:49.123Z Checking pnet_macros_support v0.35.0
2922026-08-26T17:55:49.228Z Checking pnet_sys v0.35.0
2932026-08-26T17:55:49.242Z Checking utf8parse v0.2.2
2942026-08-26T17:55:49.334Z Checking anstyle-parse v1.0.0
2952026-08-26T17:55:49.337Z Checking pnet_packet v0.35.0
2962026-08-26T17:55:49.478Z Checking rand_core v0.9.5
2972026-08-26T17:55:49.897Z Checking anstyle-query v1.1.5
2982026-08-26T17:55:49.944Z Checking is_terminal_polyfill v1.70.2
2992026-08-26T17:55:50.065Z Checking anstyle v1.0.13
3002026-08-26T17:55:50.121Z Checking colorchoice v1.0.4
3012026-08-26T17:55:50.212Z Compiling pnet v0.35.0
3022026-08-26T17:55:50.237Z Checking anstream v1.0.0
3032026-08-26T17:55:50.343Z Checking num-bigint v0.4.6
3042026-08-26T17:55:50.365Z Checking num-complex v0.4.6
3052026-08-26T17:55:50.419Z Compiling serde_tokenstream v0.2.3
3062026-08-26T17:55:50.424Z Compiling dof v0.3.0
3072026-08-26T17:55:50.473Z Checking ipnetwork v0.20.0
3082026-08-26T17:55:50.638Z Checking pnet_datalink v0.35.0
3092026-08-26T17:55:50.693Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3102026-08-26T17:55:51.152Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3112026-08-26T17:55:51.157Z Checking num-rational v0.4.2
3122026-08-26T17:55:51.190Z Compiling usdt-attr-macro v0.5.0
3132026-08-26T17:55:51.281Z Compiling usdt-macro v0.5.0
3142026-08-26T17:55:51.309Z Checking pnet_transport v0.35.0
3152026-08-26T17:55:51.406Z Checking clap_lex v1.0.0
3162026-08-26T17:55:51.427Z Checking num v0.4.3
3172026-08-26T17:55:51.454Z Compiling heck v0.5.0
3182026-08-26T17:55:51.490Z Checking strsim v0.11.1
3192026-08-26T17:55:51.564Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3202026-08-26T17:55:51.592Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3212026-08-26T17:55:51.653Z Checking clap_builder v4.6.0
3222026-08-26T17:55:51.656Z Compiling clap_derive v4.6.1
3232026-08-26T17:55:51.688Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3242026-08-26T17:55:51.888Z Checking ppv-lite86 v0.2.21
3252026-08-26T17:55:51.921Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3262026-08-26T17:55:51.961Z Checking usdt v0.5.0
3272026-08-26T17:55:52.096Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3282026-08-26T17:55:52.163Z Checking rand_chacha v0.9.0
3292026-08-26T17:55:52.325Z Checking rand v0.9.3
3302026-08-26T17:55:52.431Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3312026-08-26T17:55:52.965Z Checking clap v4.6.1
3322026-08-26T17:55:53.022Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3332026-08-26T17:55:53.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.78s
3342026-08-26T17:55:53.440Z+ cargo clippy --all-targets -- --deny warnings
3352026-08-26T17:55:53.558Z Downloading crates ...
3362026-08-26T17:55:53.609Z Downloaded libloading v0.9.0
3372026-08-26T17:55:53.656Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3382026-08-26T17:55:53.672Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3392026-08-26T17:55:53.679Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3402026-08-26T17:55:53.682Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3412026-08-26T17:55:53.685Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3422026-08-26T17:55:53.688Z Checking libloading v0.9.0
3432026-08-26T17:55:53.983Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3442026-08-26T17:55:54.499Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3452026-08-26T17:55:55.356Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3462026-08-26T17:55:55.356Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3472026-08-26T17:55:56.279Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3482026-08-26T17:56:01.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.48s
3492026-08-26T17:56:01.993Z+ banner build
3502026-08-26T17:56:01.997Z
3512026-08-26T17:56:01.997Z ##### # # # # #####
3522026-08-26T17:56:01.997Z # # # # # # # #
3532026-08-26T17:56:01.997Z ##### # # # # # #
3542026-08-26T17:56:01.997Z # # # # # # # #
3552026-08-26T17:56:01.997Z # # # # # # # #
3562026-08-26T17:56:01.997Z ##### #### # ###### #####
3572026-08-26T17:56:01.997Z
3582026-08-26T17:56:01.997Z+ ptime -m cargo build
3592026-08-26T17:56:02.126Z Compiling unicode-ident v1.0.24
3602026-08-26T17:56:02.126Z Compiling memchr v2.8.0
3612026-08-26T17:56:02.129Z Compiling ucd-trie v0.1.7
3622026-08-26T17:56:02.129Z Compiling libc v0.2.182
3632026-08-26T17:56:02.142Z Compiling serde_core v1.0.228
3642026-08-26T17:56:02.145Z Compiling regex-syntax v0.8.11
3652026-08-26T17:56:02.148Z Compiling cfg-if v1.0.4
3662026-08-26T17:56:02.152Z Compiling zmij v1.0.21
3672026-08-26T17:56:02.195Z Compiling byteorder v1.5.0
3682026-08-26T17:56:02.241Z Compiling proc-macro2 v1.0.106
3692026-08-26T17:56:02.400Z Compiling itoa v1.0.17
3702026-08-26T17:56:02.407Z Compiling num-traits v0.2.19
3712026-08-26T17:56:02.423Z Compiling errno v0.3.14
3722026-08-26T17:56:02.462Z Compiling thread-id v4.2.2
3732026-08-26T17:56:02.528Z Compiling aho-corasick v1.1.4
3742026-08-26T17:56:02.551Z Compiling pest v2.8.6
3752026-08-26T17:56:02.565Z Compiling bitflags v2.11.0
3762026-08-26T17:56:02.781Z Compiling quote v1.0.45
3772026-08-26T17:56:02.801Z Compiling rustix v1.1.4
3782026-08-26T17:56:02.941Z Compiling syn v2.0.118
3792026-08-26T17:56:02.998Z Compiling num-integer v0.1.46
3802026-08-26T17:56:03.056Z Compiling getrandom v0.4.1
3812026-08-26T17:56:03.186Z Compiling plain v0.2.3
3822026-08-26T17:56:03.279Z Compiling fastrand v2.3.0
3832026-08-26T17:56:03.301Z Compiling once_cell v1.21.3
3842026-08-26T17:56:03.498Z Compiling colored v3.1.1
3852026-08-26T17:56:03.532Z Compiling log v0.4.29
3862026-08-26T17:56:03.667Z Compiling regex-automata v0.4.14
3872026-08-26T17:56:03.699Z Compiling pest_meta v2.8.6
3882026-08-26T17:56:03.817Z Compiling serde_json v1.0.149
3892026-08-26T17:56:03.876Z Compiling tempfile v3.27.0
3902026-08-26T17:56:03.932Z Compiling pretty-hex v0.4.1
3912026-08-26T17:56:04.060Z Compiling no-std-net v0.6.0
3922026-08-26T17:56:04.123Z Compiling pnet_base v0.35.0
3932026-08-26T17:56:04.278Z Compiling tap v1.0.1
3942026-08-26T17:56:04.288Z Compiling radium v0.7.0
3952026-08-26T17:56:04.375Z Compiling wyz v0.5.1
3962026-08-26T17:56:04.479Z Compiling num-iter v0.1.45
3972026-08-26T17:56:04.557Z Compiling memmap v0.7.0
3982026-08-26T17:56:04.582Z Compiling funty v2.0.0
3992026-08-26T17:56:04.594Z Compiling getrandom v0.3.4
4002026-08-26T17:56:04.727Z Compiling zerocopy v0.8.40
4012026-08-26T17:56:04.754Z Compiling pnet_macros_support v0.35.0
4022026-08-26T17:56:04.836Z Compiling pnet_sys v0.35.0
4032026-08-26T17:56:04.855Z Compiling utf8parse v0.2.2
4042026-08-26T17:56:04.950Z Compiling bitvec v1.1.1
4052026-08-26T17:56:04.961Z Compiling anstyle-parse v1.0.0
4062026-08-26T17:56:05.002Z Compiling rand_core v0.9.5
4072026-08-26T17:56:05.012Z Compiling anyhow v1.0.102
4082026-08-26T17:56:05.126Z Compiling colorchoice v1.0.4
4092026-08-26T17:56:05.205Z Compiling pest_generator v2.8.6
4102026-08-26T17:56:05.205Z Compiling prettyplease v0.2.37
4112026-08-26T17:56:05.225Z Compiling is_terminal_polyfill v1.70.2
4122026-08-26T17:56:05.301Z Compiling anstyle v1.0.13
4132026-08-26T17:56:05.385Z Compiling regex v1.12.4
4142026-08-26T17:56:05.508Z Compiling anstyle-query v1.1.5
4152026-08-26T17:56:05.601Z Compiling anstream v1.0.0
4162026-08-26T17:56:05.800Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4172026-08-26T17:56:05.827Z Compiling clap_lex v1.0.0
4182026-08-26T17:56:05.907Z Compiling strsim v0.11.1
4192026-08-26T17:56:06.058Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4202026-08-26T17:56:06.177Z Compiling clap_builder v4.6.0
4212026-08-26T17:56:06.198Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4222026-08-26T17:56:06.595Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4232026-08-26T17:56:06.991Z Compiling serde_derive v1.0.228
4242026-08-26T17:56:06.991Z Compiling thiserror-impl v1.0.69
4252026-08-26T17:56:06.994Z Compiling zerocopy-derive v0.7.35
4262026-08-26T17:56:06.994Z Compiling pest_derive v2.8.6
4272026-08-26T17:56:07.051Z Compiling scroll_derive v0.12.1
4282026-08-26T17:56:07.690Z Compiling pnet_macros v0.35.0
4292026-08-26T17:56:07.703Z Compiling ppv-lite86 v0.2.21
4302026-08-26T17:56:07.908Z Compiling scroll v0.12.0
4312026-08-26T17:56:07.990Z Compiling zerocopy v0.7.35
4322026-08-26T17:56:08.013Z Compiling rand_chacha v0.9.0
4332026-08-26T17:56:08.159Z Compiling goblin v0.8.2
4342026-08-26T17:56:08.175Z Compiling clap_derive v4.6.1
4352026-08-26T17:56:08.314Z Compiling thiserror v1.0.69
4362026-08-26T17:56:08.403Z Compiling dtrace-parser v0.2.0
4372026-08-26T17:56:08.432Z Compiling rand v0.9.3
4382026-08-26T17:56:09.266Z Compiling pnet_packet v0.35.0
4392026-08-26T17:56:09.529Z Compiling serde v1.0.228
4402026-08-26T17:56:09.796Z Compiling clap v4.6.1
4412026-08-26T17:56:09.838Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4422026-08-26T17:56:09.911Z Compiling dof v0.3.0
4432026-08-26T17:56:09.911Z Compiling serde_tokenstream v0.2.3
4442026-08-26T17:56:09.911Z Compiling num-bigint v0.4.6
4452026-08-26T17:56:09.914Z Compiling num-complex v0.4.6
4462026-08-26T17:56:10.006Z Compiling ipnetwork v0.20.0
4472026-08-26T17:56:10.180Z Compiling usdt-impl v0.5.0
4482026-08-26T17:56:10.252Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4492026-08-26T17:56:10.289Z Compiling pnet_datalink v0.35.0
4502026-08-26T17:56:10.692Z Compiling usdt-attr-macro v0.5.0
4512026-08-26T17:56:10.892Z Compiling num-rational v0.4.2
4522026-08-26T17:56:11.293Z Compiling usdt-macro v0.5.0
4532026-08-26T17:56:11.529Z Compiling num v0.4.3
4542026-08-26T17:56:11.597Z Compiling pnet_transport v0.35.0
4552026-08-26T17:56:11.791Z Compiling pnet v0.35.0
4562026-08-26T17:56:12.153Z Compiling usdt v0.5.0
4572026-08-26T17:56:12.266Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4582026-08-26T17:56:12.592Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4592026-08-26T17:56:12.712Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4602026-08-26T17:56:12.712Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4612026-08-26T17:56:12.844Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4622026-08-26T17:56:15.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.51s
4632026-08-26T17:56:15.537Z
4642026-08-26T17:56:15.540Zreal 13.533754092
4652026-08-26T17:56:15.540Zuser 1:10.935255022
4662026-08-26T17:56:15.540Zsys 11.785039136
4672026-08-26T17:56:15.540Ztrap 0.037294710
4682026-08-26T17:56:15.541Ztflt 0.058729499
4692026-08-26T17:56:15.541Zdflt 0.044327563
4702026-08-26T17:56:15.541Zkflt 0.000016335
4712026-08-26T17:56:15.541Zlock 2:47.684590270
4722026-08-26T17:56:15.541Zslp 4:49.793863557
4732026-08-26T17:56:15.541Zlat 3.315307491
4742026-08-26T17:56:15.541Zstop 4.597454000
4752026-08-26T17:56:15.541Z+ ptime -m cargo build --release
4762026-08-26T17:56:15.618Z Compiling proc-macro2 v1.0.106
4772026-08-26T17:56:15.618Z Compiling quote v1.0.45
4782026-08-26T17:56:15.618Z Compiling unicode-ident v1.0.24
4792026-08-26T17:56:15.621Z Compiling libc v0.2.182
4802026-08-26T17:56:15.621Z Compiling serde_core v1.0.228
4812026-08-26T17:56:15.621Z Compiling memchr v2.8.0
4822026-08-26T17:56:15.621Z Compiling serde v1.0.228
4832026-08-26T17:56:15.730Z Compiling zmij v1.0.21
4842026-08-26T17:56:15.932Z Compiling thiserror v1.0.69
4852026-08-26T17:56:16.012Z Compiling serde_json v1.0.149
4862026-08-26T17:56:16.164Z Compiling ucd-trie v0.1.7
4872026-08-26T17:56:16.239Z Compiling getrandom v0.4.1
4882026-08-26T17:56:16.239Z Compiling rustix v1.1.4
4892026-08-26T17:56:16.367Z Compiling pest v2.8.6
4902026-08-26T17:56:16.387Z Compiling aho-corasick v1.1.4
4912026-08-26T17:56:16.767Z Compiling syn v2.0.118
4922026-08-26T17:56:16.817Z Compiling regex-syntax v0.8.11
4932026-08-26T17:56:16.826Z Compiling autocfg v1.5.0
4942026-08-26T17:56:16.836Z Compiling version_check v0.9.5
4952026-08-26T17:56:17.088Z Compiling prettyplease v0.2.37
4962026-08-26T17:56:17.322Z Compiling num-traits v0.2.19
4972026-08-26T17:56:17.553Z Compiling pest_meta v2.8.6
4982026-08-26T17:56:18.206Z Compiling cfg-if v1.0.4
4992026-08-26T17:56:18.268Z Compiling regex-automata v0.4.14
5002026-08-26T17:56:18.479Z Compiling byteorder v1.5.0
5012026-08-26T17:56:18.689Z Compiling itoa v1.0.17
5022026-08-26T17:56:18.772Z Compiling usdt-impl v0.5.0
5032026-08-26T17:56:19.081Z Compiling pest_generator v2.8.6
5042026-08-26T17:56:19.179Z Compiling num-integer v0.1.46
5052026-08-26T17:56:19.530Z Compiling errno v0.3.14
5062026-08-26T17:56:19.541Z Compiling thread-id v4.2.2
5072026-08-26T17:56:19.618Z Compiling bitflags v2.11.0
5082026-08-26T17:56:19.676Z Compiling log v0.4.29
5092026-08-26T17:56:19.811Z Compiling plain v0.2.3
5102026-08-26T17:56:20.037Z Compiling regex v1.12.4
5112026-08-26T17:56:20.231Z Compiling serde_derive v1.0.228
5122026-08-26T17:56:20.235Z Compiling thiserror-impl v1.0.69
5132026-08-26T17:56:20.429Z Compiling zerocopy-derive v0.7.35
5142026-08-26T17:56:20.697Z Compiling pest_derive v2.8.6
5152026-08-26T17:56:20.863Z Compiling scroll_derive v0.12.1
5162026-08-26T17:56:21.273Z Compiling zerocopy v0.7.35
5172026-08-26T17:56:21.496Z Compiling dtrace-parser v0.2.0
5182026-08-26T17:56:21.593Z Compiling scroll v0.12.0
5192026-08-26T17:56:21.808Z Compiling colored v3.1.1
5202026-08-26T17:56:21.878Z Compiling goblin v0.8.2
5212026-08-26T17:56:21.893Z Compiling radium v0.7.0
5222026-08-26T17:56:22.056Z Compiling no-std-net v0.6.0
5232026-08-26T17:56:22.122Z Compiling pretty-hex v0.4.1
5242026-08-26T17:56:22.176Z Compiling once_cell v1.21.3
5252026-08-26T17:56:22.209Z Compiling fastrand v2.3.0
5262026-08-26T17:56:22.267Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5272026-08-26T17:56:22.369Z Compiling tempfile v3.27.0
5282026-08-26T17:56:22.430Z Compiling pnet_base v0.35.0
5292026-08-26T17:56:22.678Z Compiling tap v1.0.1
5302026-08-26T17:56:22.684Z Compiling zerocopy v0.8.40
5312026-08-26T17:56:22.780Z Compiling getrandom v0.3.4
5322026-08-26T17:56:23.127Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5332026-08-26T17:56:23.150Z Compiling wyz v0.5.1
5342026-08-26T17:56:23.343Z Compiling num-iter v0.1.45
5352026-08-26T17:56:23.453Z Compiling num-bigint v0.4.6
5362026-08-26T17:56:23.516Z Compiling serde_tokenstream v0.2.3
5372026-08-26T17:56:23.539Z Compiling dof v0.3.0
5382026-08-26T17:56:23.544Z Compiling num-complex v0.4.6
5392026-08-26T17:56:23.875Z Compiling memmap v0.7.0
5402026-08-26T17:56:24.048Z Compiling funty v2.0.0
5412026-08-26T17:56:24.095Z Compiling anyhow v1.0.102
5422026-08-26T17:56:24.309Z Compiling usdt-macro v0.5.0
5432026-08-26T17:56:25.002Z Compiling num-rational v0.4.2
5442026-08-26T17:56:25.136Z Compiling usdt-attr-macro v0.5.0
5452026-08-26T17:56:25.853Z Compiling usdt v0.5.0
5462026-08-26T17:56:26.242Z Compiling num v0.4.3
5472026-08-26T17:56:26.490Z Compiling bitvec v1.1.1
5482026-08-26T17:56:26.735Z Compiling pnet_macros_support v0.35.0
5492026-08-26T17:56:26.854Z Compiling pnet_macros v0.35.0
5502026-08-26T17:56:26.991Z Compiling pnet_sys v0.35.0
5512026-08-26T17:56:27.193Z Compiling utf8parse v0.2.2
5522026-08-26T17:56:27.483Z Compiling ppv-lite86 v0.2.21
5532026-08-26T17:56:27.802Z Compiling anstyle-parse v1.0.0
5542026-08-26T17:56:27.942Z Compiling pnet_packet v0.35.0
5552026-08-26T17:56:28.013Z Compiling rand_core v0.9.5
5562026-08-26T17:56:28.582Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5572026-08-26T17:56:29.276Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5582026-08-26T17:56:29.658Z Compiling ipnetwork v0.20.0
5592026-08-26T17:56:30.219Z Compiling colorchoice v1.0.4
5602026-08-26T17:56:30.280Z Compiling anstyle-query v1.1.5
5612026-08-26T17:56:30.374Z Compiling pnet v0.35.0
5622026-08-26T17:56:30.590Z Compiling anstyle v1.0.13
5632026-08-26T17:56:30.708Z Compiling is_terminal_polyfill v1.70.2
5642026-08-26T17:56:30.794Z Compiling anstream v1.0.0
5652026-08-26T17:56:31.435Z Compiling pnet_transport v0.35.0
5662026-08-26T17:56:31.917Z Compiling pnet_datalink v0.35.0
5672026-08-26T17:56:32.231Z Compiling rand_chacha v0.9.0
5682026-08-26T17:56:32.653Z Compiling clap_lex v1.0.0
5692026-08-26T17:56:32.774Z Compiling strsim v0.11.1
5702026-08-26T17:56:32.779Z Compiling heck v0.5.0
5712026-08-26T17:56:32.969Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5722026-08-26T17:56:33.003Z Compiling clap_derive v4.6.1
5732026-08-26T17:56:33.213Z Compiling clap_builder v4.6.0
5742026-08-26T17:56:33.590Z Compiling rand v0.9.3
5752026-08-26T17:56:34.299Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5762026-08-26T17:56:34.470Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5772026-08-26T17:56:34.717Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5782026-08-26T17:56:35.145Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5792026-08-26T17:56:37.785Z Compiling clap v4.6.1
5802026-08-26T17:56:37.857Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5812026-08-26T17:56:40.521Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5822026-08-26T17:56:47.424Z Finished `release` profile [optimized] target(s) in 31.87s
5832026-08-26T17:56:47.444Z
5842026-08-26T17:56:47.447Zreal 31.897491761
5852026-08-26T17:56:47.447Zuser 3:12.247224316
5862026-08-26T17:56:47.447Zsys 17.788329253
5872026-08-26T17:56:47.447Ztrap 0.105259567
5882026-08-26T17:56:47.447Ztflt 0.178922043
5892026-08-26T17:56:47.447Zdflt 0.241438816
5902026-08-26T17:56:47.447Zkflt 0.000022178
5912026-08-26T17:56:47.447Zlock 9:49.697440033
5922026-08-26T17:56:47.448Zslp 12:07.643768711
5932026-08-26T17:56:47.448Zlat 12.209411055
5942026-08-26T17:56:47.448Zstop 10.427726532
5952026-08-26T17:56:47.448Z+ for x in debug release
5962026-08-26T17:56:47.448Z+ mkdir -p /work/debug
5972026-08-26T17:56:47.448Z+ cp target/debug/x4c /work/debug/
5982026-08-26T17:56:47.473Z+ cp target/debug/libsidecar_lite.so /work/debug/
5992026-08-26T17:56:47.507Z+ for x in debug release
6002026-08-26T17:56:47.508Z+ mkdir -p /work/release
6012026-08-26T17:56:47.512Z+ cp target/release/x4c /work/release/
6022026-08-26T17:56:47.517Z+ cp target/release/libsidecar_lite.so /work/release/
6032026-08-26T17:56:47.527Z+ banner test
6042026-08-26T17:56:47.530Z
6052026-08-26T17:56:47.530Z ##### ###### #### #####
6062026-08-26T17:56:47.530Z # # # #
6072026-08-26T17:56:47.530Z # ##### #### #
6082026-08-26T17:56:47.530Z # # # #
6092026-08-26T17:56:47.530Z # # # # #
6102026-08-26T17:56:47.530Z # ###### #### #
6112026-08-26T17:56:47.530Z
6122026-08-26T17:56:47.530Z+ cargo test
6132026-08-26T17:56:47.600Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6142026-08-26T17:56:47.615Z Compiling libloading v0.9.0
6152026-08-26T17:56:47.618Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6162026-08-26T17:56:47.618Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6172026-08-26T17:56:47.621Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6182026-08-26T17:56:47.623Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6192026-08-26T17:56:47.801Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6202026-08-26T17:56:48.690Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6212026-08-26T17:56:48.690Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6222026-08-26T17:56:48.693Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6232026-08-26T17:56:48.962Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6242026-08-26T17:56:56.291Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.75s
6252026-08-26T17:56:56.304Z Running unittests src/lib.rs (target/debug/deps/p4-85be53bc186e4c60)
6262026-08-26T17:56:56.308Z
6272026-08-26T17:56:56.308Zrunning 0 tests
6282026-08-26T17:56:56.308Z
6292026-08-26T17:56:56.308Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-08-26T17:56:56.308Z
6312026-08-26T17:56:56.308Z Running unittests src/lib.rs (target/debug/deps/p4_macro-7559636d1037bbb9)
6322026-08-26T17:56:56.311Z
6332026-08-26T17:56:56.311Zrunning 0 tests
6342026-08-26T17:56:56.311Z
6352026-08-26T17:56:56.311Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-08-26T17:56:56.311Z
6372026-08-26T17:56:56.311Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-42b4ab9123dbb28b)
6382026-08-26T17:56:56.311Z
6392026-08-26T17:56:56.312Zrunning 0 tests
6402026-08-26T17:56:56.312Z
6412026-08-26T17:56:56.312Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-08-26T17:56:56.312Z
6432026-08-26T17:56:56.312Z Running unittests src/lib.rs (target/debug/deps/p4_rust-682a88024cdd39f0)
6442026-08-26T17:56:56.315Z
6452026-08-26T17:56:56.315Zrunning 0 tests
6462026-08-26T17:56:56.315Z
6472026-08-26T17:56:56.315Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-08-26T17:56:56.315Z
6492026-08-26T17:56:56.315Z Running unittests src/lib.rs (target/debug/deps/p4rs-71134c454596353c)
6502026-08-26T17:56:56.315Z
6512026-08-26T17:56:56.315Zrunning 15 tests
6522026-08-26T17:56:56.316Ztest bitmath::tests::bitmath_add_cascade ... ok
6532026-08-26T17:56:56.316Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6542026-08-26T17:56:56.316Ztest bitmath::tests::bitmath_add_be ... ok
6552026-08-26T17:56:56.316Ztest bitmath::tests::bitmath_mod ... ok
6562026-08-26T17:56:56.316Ztest bitmath::tests::bitmath_sub_be ... ok
6572026-08-26T17:56:56.316Ztest bitmath::tests::bitmath_sub_le ... ok
6582026-08-26T17:56:56.316Ztest bitmath::tests::bitmath_add_le ... ok
6592026-08-26T17:56:56.316Ztest bitmath::tests::bitmath_add_nest ... ok
6602026-08-26T17:56:56.316Ztest checksum::tests::udp_checksum ... ok
6612026-08-26T17:56:56.316Ztest table::tests::match_lpm_ternary_1 ... ok
6622026-08-26T17:56:56.316Ztest table::tests::match_lpm_ternary_range ... ok
6632026-08-26T17:56:56.316Ztest table::tests::match_lpm_1 ... ok
6642026-08-26T17:56:56.316Ztest table::tests::match_ternary_1 ... ok
6652026-08-26T17:56:56.316Ztest tests::bitvec_to_biguint_non_byte_aligned ... ok
6662026-08-26T17:56:56.316Ztest table::tests::match_with_action ... ok
6672026-08-26T17:56:56.316Z
6682026-08-26T17:56:56.316Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6692026-08-26T17:56:56.316Z
6702026-08-26T17:56:56.320Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-6b4b2d1351c9575d)
6712026-08-26T17:56:56.320Z
6722026-08-26T17:56:56.320Zrunning 0 tests
6732026-08-26T17:56:56.320Z
6742026-08-26T17:56:56.320Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6752026-08-26T17:56:56.320Z
6762026-08-26T17:56:56.320Z Running unittests src/lib.rs (target/debug/deps/tests-45eb331100058051)
6772026-08-26T17:56:56.320Z
6782026-08-26T17:56:56.320Zrunning 17 tests
6792026-08-26T17:56:56.323Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6802026-08-26T17:56:56.323Ztest headers::ipv6_header_read_write ... ok
6812026-08-26T17:56:56.326Ztest dload::pipeline_create ... ok
6822026-08-26T17:56:56.326Ztest ipv6::test_ipv6_parse ... ok
6832026-08-26T17:56:56.326Ztest dload::dynamic_load ... ok
6842026-08-26T17:56:56.330Ztest decap::geneve_decap ... ok
6852026-08-26T17:56:56.334Ztest basic_router::basic_router2 ... ok
6862026-08-26T17:56:56.334Ztest hub::hub2 ... ok
6872026-08-26T17:56:56.334Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6882026-08-26T17:56:56.334Ztest vlan::test_vlan_parse ... ok
6892026-08-26T17:56:56.337Ztest mac_rewrite::mac_rewrite2 ... ok
6902026-08-26T17:56:56.337Ztest vlan_trunk::vlan_trunk ... ok
6912026-08-26T17:56:56.342Ztest arithmetic::arithmetic ... ok
6922026-08-26T17:56:56.345Ztest range::range ... ok
6932026-08-26T17:56:56.345Ztest dynamic_router::dynamic_router2 ... ok
6942026-08-26T17:56:56.348Ztest disag_router::disag_router ... ok
6952026-08-26T17:56:56.351Ztest vrf_router::vrf_router ... ok
6962026-08-26T17:56:56.354Z
6972026-08-26T17:56:56.354Ztest result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
6982026-08-26T17:56:56.354Z
6992026-08-26T17:56:56.359Z Running unittests src/lib.rs (target/debug/deps/x4c-3f17fb8bf88cde20)
7002026-08-26T17:56:56.362Z
7012026-08-26T17:56:56.362Zrunning 0 tests
7022026-08-26T17:56:56.362Z
7032026-08-26T17:56:56.362Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7042026-08-26T17:56:56.362Z
7052026-08-26T17:56:56.362Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-ad8bb27043b45cc9)
7062026-08-26T17:56:56.366Z
7072026-08-26T17:56:56.366Zrunning 0 tests
7082026-08-26T17:56:56.366Z
7092026-08-26T17:56:56.366Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7102026-08-26T17:56:56.366Z
7112026-08-26T17:56:56.366Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-225b85a6f8fe0178)
7122026-08-26T17:56:56.366Z
7132026-08-26T17:56:56.366Zrunning 0 tests
7142026-08-26T17:56:56.366Z
7152026-08-26T17:56:56.366Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7162026-08-26T17:56:56.366Z
7172026-08-26T17:56:56.366Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-2fe14b2d9fea3a6e)
7182026-08-26T17:56:56.369Z
7192026-08-26T17:56:56.369Zrunning 0 tests
7202026-08-26T17:56:56.369Z
7212026-08-26T17:56:56.369Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7222026-08-26T17:56:56.369Z
7232026-08-26T17:56:56.369Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7242026-08-26T17:56:56.369Z
7252026-08-26T17:56:56.369Zrunning 0 tests
7262026-08-26T17:56:56.369Z
7272026-08-26T17:56:56.369Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7282026-08-26T17:56:56.370Z
7292026-08-26T17:56:56.370Z Doc-tests p4
7302026-08-26T17:56:56.457Z
7312026-08-26T17:56:56.457Zrunning 0 tests
7322026-08-26T17:56:56.457Z
7332026-08-26T17:56:56.460Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7342026-08-26T17:56:56.460Z
7352026-08-26T17:56:56.466Z Doc-tests p4_macro
7362026-08-26T17:56:56.509Z
7372026-08-26T17:56:56.510Zrunning 2 tests
7382026-08-26T17:56:56.513Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7392026-08-26T17:56:56.513Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7402026-08-26T17:56:56.513Z
7412026-08-26T17:56:56.513Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7422026-08-26T17:56:56.513Z
7432026-08-26T17:56:56.516Z Doc-tests p4_rust
7442026-08-26T17:56:56.671Z
7452026-08-26T17:56:56.671Zrunning 0 tests
7462026-08-26T17:56:56.671Z
7472026-08-26T17:56:56.671Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7482026-08-26T17:56:56.671Z
7492026-08-26T17:56:56.683Z Doc-tests p4rs
7502026-08-26T17:56:56.766Z
7512026-08-26T17:56:56.766Zrunning 1 test
7522026-08-26T17:56:57.575Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7532026-08-26T17:56:57.575Z
7542026-08-26T17:56:57.575Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.81s
7552026-08-26T17:56:57.575Z
7562026-08-26T17:56:57.584Z Doc-tests tests
7572026-08-26T17:56:57.647Z
7582026-08-26T17:56:57.647Zrunning 0 tests
7592026-08-26T17:56:57.647Z
7602026-08-26T17:56:57.647Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7612026-08-26T17:56:57.647Z
7622026-08-26T17:56:57.654Z Doc-tests x4c
7632026-08-26T17:56:57.699Z
7642026-08-26T17:56:57.699Zrunning 0 tests
7652026-08-26T17:56:57.699Z
7662026-08-26T17:56:57.699Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7672026-08-26T17:56:57.699Z
7682026-08-26T17:56:57.704Z Doc-tests x4c_error_codes
7692026-08-26T17:56:57.731Z
7702026-08-26T17:56:57.731Zrunning 0 tests
7712026-08-26T17:56:57.731Z
7722026-08-26T17:56:57.734Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7732026-08-26T17:56:57.734Z
7742026-08-26T17:56:57.741Z+ pushd test
7752026-08-26T17:56:57.744Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7762026-08-26T17:56:57.744Z+ banner 'mac rewr'
7772026-08-26T17:56:57.744Z
7782026-08-26T17:56:57.744Z # # ## #### ##### ###### # # #####
7792026-08-26T17:56:57.744Z ## ## # # # # # # # # # # #
7802026-08-26T17:56:57.745Z # ## # # # # # # ##### # # # #
7812026-08-26T17:56:57.745Z # # ###### # ##### # # ## # #####
7822026-08-26T17:56:57.745Z # # # # # # # # # ## ## # #
7832026-08-26T17:56:57.745Z # # # # #### # # ###### # # # #
7842026-08-26T17:56:57.745Z
7852026-08-26T17:56:57.745Z+ RUST_BACKTRACE=1
7862026-08-26T17:56:57.745Z+ cargo test mac_rewrite -- --nocapture
7872026-08-26T17:56:57.841Z Compiling aho-corasick v1.1.4
7882026-08-26T17:56:57.855Z Compiling rustix v1.1.4
7892026-08-26T17:56:57.858Z Compiling errno v0.3.14
7902026-08-26T17:56:57.858Z Compiling getrandom v0.4.1
7912026-08-26T17:56:57.861Z Compiling prettyplease v0.2.37
7922026-08-26T17:56:58.543Z Compiling regex-automata v0.4.14
7932026-08-26T17:56:58.568Z Compiling tempfile v3.27.0
7942026-08-26T17:56:59.921Z Compiling regex v1.12.4
7952026-08-26T17:57:00.178Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7962026-08-26T17:57:00.246Z Compiling pnet_macros v0.35.0
7972026-08-26T17:57:00.863Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7982026-08-26T17:57:01.225Z Compiling pnet_packet v0.35.0
7992026-08-26T17:57:01.671Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
8002026-08-26T17:57:03.059Z Compiling pnet_transport v0.35.0
8012026-08-26T17:57:03.176Z Compiling pnet v0.35.0
8022026-08-26T17:57:03.263Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8032026-08-26T17:57:10.536Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.77s
8042026-08-26T17:57:10.548Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8052026-08-26T17:57:10.551Z
8062026-08-26T17:57:10.551Zrunning 1 test
8072026-08-26T17:57:10.556Z[phy2] do you know the muffin man?
8082026-08-26T17:57:10.559Z[cpu] the muffin man?
8092026-08-26T17:57:10.559Z[cpu] the muffin man!
8102026-08-26T17:57:10.559Z[cpu] why yes
8112026-08-26T17:57:10.559Z[phy1] i know the muffin man
8122026-08-26T17:57:10.559Z[phy3] the muffin man is me!!!
8132026-08-26T17:57:10.559Ztest mac_rewrite::mac_rewrite2 ... ok
8142026-08-26T17:57:10.559Z
8152026-08-26T17:57:10.559Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 16 filtered out; finished in 0.01s
8162026-08-26T17:57:10.559Z
8172026-08-26T17:57:10.564Z+ banner 'dyn load'
8182026-08-26T17:57:10.567Z
8192026-08-26T17:57:10.567Z ##### # # # # # #### ## #####
8202026-08-26T17:57:10.567Z # # # # ## # # # # # # # #
8212026-08-26T17:57:10.567Z # # # # # # # # # # # # #
8222026-08-26T17:57:10.567Z # # # # # # # # # ###### # #
8232026-08-26T17:57:10.567Z # # # # ## # # # # # # #
8242026-08-26T17:57:10.567Z ##### # # # ###### #### # # #####
8252026-08-26T17:57:10.567Z
8262026-08-26T17:57:10.567Z+ RUST_BACKTRACE=1
8272026-08-26T17:57:10.567Z+ cargo test dload -- --nocapture
8282026-08-26T17:57:10.652Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8292026-08-26T17:57:10.655Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8302026-08-26T17:57:10.658Z
8312026-08-26T17:57:10.658Zrunning 2 tests
8322026-08-26T17:57:10.661Ztest dload::pipeline_create ... ok
8332026-08-26T17:57:10.664Ztest dload::dynamic_load ... ok
8342026-08-26T17:57:10.664Z
8352026-08-26T17:57:10.664Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 15 filtered out; finished in 0.01s
8362026-08-26T17:57:10.664Z
8372026-08-26T17:57:10.669Z+ banner disag
8382026-08-26T17:57:10.672Z
8392026-08-26T17:57:10.672Z ##### # #### ## ####
8402026-08-26T17:57:10.672Z # # # # # # # #
8412026-08-26T17:57:10.672Z # # # #### # # #
8422026-08-26T17:57:10.672Z # # # # ###### # ###
8432026-08-26T17:57:10.672Z # # # # # # # # #
8442026-08-26T17:57:10.672Z ##### # #### # # ####
8452026-08-26T17:57:10.672Z
8462026-08-26T17:57:10.672Z+ RUST_BACKTRACE=1
8472026-08-26T17:57:10.672Z+ cargo test disag_router -- --nocapture
8482026-08-26T17:57:10.757Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8492026-08-26T17:57:10.760Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8502026-08-26T17:57:10.763Z
8512026-08-26T17:57:10.763Zrunning 1 test
8522026-08-26T17:57:10.768Z[phy2] do you know the muffin man?
8532026-08-26T17:57:10.771Z[cpu] the muffin man?
8542026-08-26T17:57:10.771Z[cpu] the muffin man!
8552026-08-26T17:57:10.771Z[cpu] why yes
8562026-08-26T17:57:10.771Z[phy1] i know the muffin man
8572026-08-26T17:57:10.771Z[phy3] the muffin man is me!!!
8582026-08-26T17:57:10.771Ztest disag_router::disag_router ... ok
8592026-08-26T17:57:10.771Z
8602026-08-26T17:57:10.771Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 16 filtered out; finished in 0.01s
8612026-08-26T17:57:10.771Z
8622026-08-26T17:57:10.776Z+ banner 'dyn rtr'
8632026-08-26T17:57:10.778Z
8642026-08-26T17:57:10.779Z ##### # # # # ##### ##### #####
8652026-08-26T17:57:10.779Z # # # # ## # # # # # #
8662026-08-26T17:57:10.779Z # # # # # # # # # # #
8672026-08-26T17:57:10.779Z # # # # # # ##### # #####
8682026-08-26T17:57:10.779Z # # # # ## # # # # #
8692026-08-26T17:57:10.779Z ##### # # # # # # # #
8702026-08-26T17:57:10.779Z
8712026-08-26T17:57:10.779Z+ RUST_BACKTRACE=1
8722026-08-26T17:57:10.779Z+ cargo test dynamic_router -- --nocapture
8732026-08-26T17:57:10.864Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8742026-08-26T17:57:10.867Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8752026-08-26T17:57:10.870Z
8762026-08-26T17:57:10.870Zrunning 1 test
8772026-08-26T17:57:10.875Z[phy2] do you know the muffin man?
8782026-08-26T17:57:10.878Z[cpu] the muffin man?
8792026-08-26T17:57:10.878Z[cpu] the muffin man!
8802026-08-26T17:57:10.878Z[cpu] why yes
8812026-08-26T17:57:10.878Z[phy1] i know the muffin man
8822026-08-26T17:57:10.878Z[phy3] the muffin man is me!!!
8832026-08-26T17:57:10.878Ztest dynamic_router::dynamic_router2 ... ok
8842026-08-26T17:57:10.878Z
8852026-08-26T17:57:10.878Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 16 filtered out; finished in 0.01s
8862026-08-26T17:57:10.878Z
8872026-08-26T17:57:10.883Z+ banner hub
8882026-08-26T17:57:10.886Z
8892026-08-26T17:57:10.886Z # # # # #####
8902026-08-26T17:57:10.886Z # # # # # #
8912026-08-26T17:57:10.886Z ###### # # #####
8922026-08-26T17:57:10.886Z # # # # # #
8932026-08-26T17:57:10.886Z # # # # # #
8942026-08-26T17:57:10.886Z # # #### #####
8952026-08-26T17:57:10.886Z
8962026-08-26T17:57:10.886Z+ RUST_BACKTRACE=1
8972026-08-26T17:57:10.886Z+ cargo test hub -- --nocapture
8982026-08-26T17:57:10.971Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8992026-08-26T17:57:10.974Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9002026-08-26T17:57:10.977Z
9012026-08-26T17:57:10.977Zrunning 1 test
9022026-08-26T17:57:10.982Z[phy2] do you know the muffin man?
9032026-08-26T17:57:10.982Z[phy3] do you know the muffin man?
9042026-08-26T17:57:10.985Z[phy1] the muffin man?
9052026-08-26T17:57:10.985Z[phy3] the muffin man?
9062026-08-26T17:57:10.985Z[phy2] the muffin man!
9072026-08-26T17:57:10.985Z[phy3] the muffin man!
9082026-08-26T17:57:10.985Z[phy1] why yes
9092026-08-26T17:57:10.985Z[phy1] i know the muffin man
9102026-08-26T17:57:10.985Z[phy1] the muffin man is me!!!
9112026-08-26T17:57:10.985Z[phy3] why yes
9122026-08-26T17:57:10.985Z[phy3] i know the muffin man
9132026-08-26T17:57:10.985Z[phy3] the muffin man is me!!!
9142026-08-26T17:57:10.985Ztest hub::hub2 ... ok
9152026-08-26T17:57:10.985Z
9162026-08-26T17:57:10.985Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 16 filtered out; finished in 0.01s
9172026-08-26T17:57:10.985Z
9182026-08-26T17:57:10.989Z+ banner router
9192026-08-26T17:57:10.992Z
9202026-08-26T17:57:10.992Z ##### #### # # ##### ###### #####
9212026-08-26T17:57:10.992Z # # # # # # # # # #
9222026-08-26T17:57:10.992Z # # # # # # # ##### # #
9232026-08-26T17:57:10.992Z ##### # # # # # # #####
9242026-08-26T17:57:10.992Z # # # # # # # # # #
9252026-08-26T17:57:10.992Z # # #### #### # ###### # #
9262026-08-26T17:57:10.992Z
9272026-08-26T17:57:10.992Z+ RUST_BACKTRACE=1
9282026-08-26T17:57:10.992Z+ cargo test basic_router -- --nocapture
9292026-08-26T17:57:11.079Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9302026-08-26T17:57:11.083Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9312026-08-26T17:57:11.086Z
9322026-08-26T17:57:11.086Zrunning 1 test
9332026-08-26T17:57:11.090Z[phy2] do you know the muffin man?
9342026-08-26T17:57:11.092Z[phy1] the muffin man?
9352026-08-26T17:57:11.093Z[phy2] the muffin man!
9362026-08-26T17:57:11.093Z[phy1] why yes
9372026-08-26T17:57:11.093Z[phy1] i know the muffin man
9382026-08-26T17:57:11.093Z[phy1] the muffin man is me!!!
9392026-08-26T17:57:11.093Ztest basic_router::basic_router2 ... ok
9402026-08-26T17:57:11.093Z
9412026-08-26T17:57:11.093Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 16 filtered out; finished in 0.01s
9422026-08-26T17:57:11.093Z
9432026-08-26T17:57:11.098Z+ banner headers
9442026-08-26T17:57:11.101Z
9452026-08-26T17:57:11.101Z # # ###### ## ##### ###### ##### ####
9462026-08-26T17:57:11.101Z # # # # # # # # # # #
9472026-08-26T17:57:11.101Z ###### ##### # # # # ##### # # ####
9482026-08-26T17:57:11.101Z # # # ###### # # # ##### #
9492026-08-26T17:57:11.101Z # # # # # # # # # # # #
9502026-08-26T17:57:11.101Z # # ###### # # ##### ###### # # ####
9512026-08-26T17:57:11.101Z
9522026-08-26T17:57:11.101Z+ RUST_BACKTRACE=1
9532026-08-26T17:57:11.101Z+ cargo test headers -- --nocapture
9542026-08-26T17:57:11.186Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9552026-08-26T17:57:11.189Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9562026-08-26T17:57:11.192Z
9572026-08-26T17:57:11.192Zrunning 1 test
9582026-08-26T17:57:11.192Ztest headers::ipv6_header_read_write ... ok
9592026-08-26T17:57:11.192Z
9602026-08-26T17:57:11.192Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 16 filtered out; finished in 0.00s
9612026-08-26T17:57:11.192Z
9622026-08-26T17:57:11.197Zprocess exited: duration 104869 ms, exit code 0
 
9632026-08-26T17:57:11.208Zfound 4 output files
9642026-08-26T17:57:11.244Zuploading: /work/debug/libsidecar_lite.so (43099816 bytes)
9652026-08-26T17:57:12.872Zuploaded: /work/debug/libsidecar_lite.so
9662026-08-26T17:57:12.878Zuploading: /work/debug/x4c (37743048 bytes)
9672026-08-26T17:57:14.279Zuploaded: /work/debug/x4c
9682026-08-26T17:57:14.279Zuploading: /work/release/libsidecar_lite.so (9931456 bytes)
9692026-08-26T17:57:15.359Zuploaded: /work/release/libsidecar_lite.so
9702026-08-26T17:57:15.359Zuploading: /work/release/x4c (8660400 bytes)
9712026-08-26T17:57:16.416Zuploaded: /work/release/x4c