01M0JV5RE92BKQXMJCY0EG5F4Q: 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: 01M0JV60WSXB5K8KZP3NYP6KER

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-21T19:02:12.431Zjob assigned to worker 01M0JV670NNQC5MD5ZCT6TSNFR [factory aws, i-0b061621f52724718] (queued for 48 s)
 
22026-08-21T19:02:19.395Zstarting task 0: "setup"
32026-08-21T19:02:19.399Z++ uname -s
42026-08-21T19:02:19.402Z+ kern=SunOS
52026-08-21T19:02:19.402Z+ build_user=build
62026-08-21T19:02:19.402Z+ build_uid=12345
72026-08-21T19:02:19.402Z+ work_dir=/work
82026-08-21T19:02:19.402Z+ input_dir=/input
92026-08-21T19:02:19.402Z+ [[ 0 == 12345 ]]
102026-08-21T19:02:19.402Z+ case "$kern" in
112026-08-21T19:02:19.402Z+ groupadd -g 12345 build
122026-08-21T19:02:19.402Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-21T19:02:21.407Z+ zfs create -o mountpoint=/work rpool/work
142026-08-21T19:02:21.485Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-21T19:02:21.489Z+ home_fs=zfs
162026-08-21T19:02:21.489Z+ [[ zfs == autofs ]]
172026-08-21T19:02:21.489Z+ mkdir -p /home/build
182026-08-21T19:02:21.489Z+ chown build:build /home/build /work
192026-08-21T19:02:23.487Z+ chmod 0700 /home/build /work
202026-08-21T19:02:23.490Zprocess exited: duration 4094 ms, exit code 0
 
212026-08-21T19:02:23.499Zstarting task 1: "rust-toolchain"
222026-08-21T19:02:23.503Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-21T19:02:23.503Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-21T19:02:23.503Z * rust toolchain channel = "stable"
252026-08-21T19:02:23.503Z * rust toolchain profile = "default"
262026-08-21T19:02:23.503Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-21T19:02:23.503Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-21T19:02:23.506Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-21T19:02:23.506Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-21T19:02:23.603Zinfo: downloading installer
312026-08-21T19:02:25.021Zwarn: It looks like you have an existing installation of Rust at:
322026-08-21T19:02:25.022Zwarn: /opt/ooce/bin
332026-08-21T19:02:25.022Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-21T19:02:25.022Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-21T19:02:25.022Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-21T19:02:25.022Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-21T19:02:25.022Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-21T19:02:25.022Zerror: cannot install while Rust is installed
392026-08-21T19:02:25.022Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-21T19:02:25.022Zwarn: It looks like you have an existing rustup settings file at:
412026-08-21T19:02:25.022Zwarn: /home/build/.rustup/settings.toml
422026-08-21T19:02:25.022Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-21T19:02:25.022Zwarn: instead of the one inferred from the default host triple.
442026-08-21T19:02:25.056Zinfo: profile set to default
452026-08-21T19:02:25.056Zinfo: default host triple is x86_64-unknown-illumos
462026-08-21T19:02:25.059Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-21T19:02:25.200Zinfo: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18)
482026-08-21T19:02:25.204Zinfo: downloading 6 components
492026-08-21T19:02:42.361Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-21T19:02:42.361Z
512026-08-21T19:02:42.387Z stable-x86_64-unknown-illumos installed - rustc 1.98.0 (88d9e12ae 2026-08-18)
522026-08-21T19:02:42.388Z
532026-08-21T19:02:42.391Z
542026-08-21T19:02:42.391ZRust is installed now. Great!
552026-08-21T19:02:42.391Z
562026-08-21T19:02:42.391ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-21T19:02:42.391Zenvironment variable. This has not been done automatically.
582026-08-21T19:02:42.391Z
592026-08-21T19:02:42.391ZTo configure your current shell, you need to source
602026-08-21T19:02:42.391Zthe corresponding env file under $HOME/.cargo.
612026-08-21T19:02:42.391Z
622026-08-21T19:02:42.391ZThis is usually done by running one of the following (note the leading DOT):
632026-08-21T19:02:42.391Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-21T19:02:42.391Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-21T19:02:42.391Zsource "~/.cargo/env.nu" # For nushell
662026-08-21T19:02:42.391Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-21T19:02:42.391Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-21T19:02:42.391Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-21T19:02:42.391Zwarn: no default linker (`cc`) was found in your PATH
702026-08-21T19:02:42.391Zwarn: many Rust crates require a system C toolchain to build
712026-08-21T19:02:42.479Z+ rustup --version
722026-08-21T19:02:42.487Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-21T19:02:42.490Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-21T19:02:42.508Zinfo: the currently active `rustc` version is `rustc 1.98.0 (88d9e12ae 2026-08-18)`
752026-08-21T19:02:42.510Z+ cargo --version
762026-08-21T19:02:42.524Zcargo 1.98.0 (797e8a9bc 2026-08-05)
772026-08-21T19:02:42.527Z+ rustc --version
782026-08-21T19:02:42.545Zrustc 1.98.0 (88d9e12ae 2026-08-18)
792026-08-21T19:02:42.548Zprocess exited: duration 19047 ms, exit code 0
 
802026-08-21T19:02:42.554Zstarting task 2: "authentication"
812026-08-21T19:02:42.570Zprocess exited: duration 16 ms, exit code 0
 
822026-08-21T19:02:42.576Zstarting task 3: "clone repository"
832026-08-21T19:02:42.579Z+ mkdir -p /work/oxidecomputer/p4
842026-08-21T19:02:42.582Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-08-21T19:02:42.657ZCloning into '/work/oxidecomputer/p4'...
862026-08-21T19:02:43.588Z+ cd /work/oxidecomputer/p4
872026-08-21T19:02:43.588Z+ git fetch origin 83ee051b6d922a3b2fe2cf9f98c7cd107ea0223a
882026-08-21T19:02:43.888ZFrom https://github.com/oxidecomputer/p4
892026-08-21T19:02:43.889Z * branch 83ee051b6d922a3b2fe2cf9f98c7cd107ea0223a -> FETCH_HEAD
902026-08-21T19:02:43.895Z+ [[ -n nsk/fix-bitvec-to-biguint-non-aligned ]]
912026-08-21T19:02:43.898Z++ git branch --show-current
922026-08-21T19:02:43.898Z+ current=main
932026-08-21T19:02:43.898Z+ [[ main != nsk/fix-bitvec-to-biguint-non-aligned ]]
942026-08-21T19:02:43.898Z+ git branch -f nsk/fix-bitvec-to-biguint-non-aligned 83ee051b6d922a3b2fe2cf9f98c7cd107ea0223a
952026-08-21T19:02:43.901Z+ git checkout -f nsk/fix-bitvec-to-biguint-non-aligned
962026-08-21T19:02:43.907ZSwitched to branch 'nsk/fix-bitvec-to-biguint-non-aligned'
972026-08-21T19:02:43.910Z+ git reset --hard 83ee051b6d922a3b2fe2cf9f98c7cd107ea0223a
982026-08-21T19:02:43.914ZHEAD is now at 83ee051 fix bitvec_to_biguint last byte alignement
992026-08-21T19:02:43.917Zprocess exited: duration 1338 ms, exit code 0
 
1002026-08-21T19:02:43.923Zstarting task 4: "build"
1012026-08-21T19:02:43.926Z+ cargo --version
1022026-08-21T19:02:43.931Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-08-21T19:02:44.105Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-08-21T19:02:44.109Zinfo: downloading 6 components
1052026-08-21T19:02:58.377Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-08-21T19:02:58.380Z+ rustc --version
1072026-08-21T19:02:58.408Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-08-21T19:02:58.412Z+ banner check
1092026-08-21T19:02:58.416Z
1102026-08-21T19:02:58.416Z #### # # ###### #### # #
1112026-08-21T19:02:58.416Z # # # # # # # # #
1122026-08-21T19:02:58.416Z # ###### ##### # ####
1132026-08-21T19:02:58.416Z # # # # # # #
1142026-08-21T19:02:58.416Z # # # # # # # # #
1152026-08-21T19:02:58.416Z #### # # ###### #### # #
1162026-08-21T19:02:58.416Z
1172026-08-21T19:02:58.416Z+ cargo fmt -- --check
1182026-08-21T19:02:58.554Z+ cargo check
1192026-08-21T19:02:58.620Z Updating crates.io index
1202026-08-21T19:02:58.624Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-08-21T19:02:58.984ZFrom https://github.com/oxidecomputer/xfr
1222026-08-21T19:02:58.984Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-08-21T19:02:59.786Z Downloading crates ...
1242026-08-21T19:02:59.842Z Downloaded anstyle-parse v1.0.0
1252026-08-21T19:02:59.848Z Downloaded anstyle-query v1.1.5
1262026-08-21T19:02:59.852Z Downloaded anyhow v1.0.102
1272026-08-21T19:02:59.857Z Downloaded itoa v1.0.17
1282026-08-21T19:02:59.860Z Downloaded block-buffer v0.10.4
1292026-08-21T19:02:59.860Z Downloaded tap v1.0.1
1302026-08-21T19:02:59.863Z Downloaded zmij v1.0.21
1312026-08-21T19:02:59.866Z Downloaded clap_lex v1.0.0
1322026-08-21T19:02:59.869Z Downloaded pretty-hex v0.4.1
1332026-08-21T19:02:59.872Z Downloaded errno v0.3.14
1342026-08-21T19:02:59.875Z Downloaded num v0.4.3
1352026-08-21T19:02:59.878Z Downloaded pnet_sys v0.35.0
1362026-08-21T19:02:59.881Z Downloaded plain v0.2.3
1372026-08-21T19:02:59.887Z Downloaded zerocopy v0.8.40
1382026-08-21T19:02:59.893Z Downloaded usdt-attr-macro v0.5.0
1392026-08-21T19:02:59.896Z Downloaded rand_core v0.9.5
1402026-08-21T19:02:59.896Z Downloaded ipnetwork v0.20.0
1412026-08-21T19:02:59.896Z Downloaded num-rational v0.4.2
1422026-08-21T19:02:59.899Z Downloaded is_terminal_polyfill v1.70.2
1432026-08-21T19:02:59.902Z Downloaded heck v0.5.0
1442026-08-21T19:02:59.910Z Downloaded pnet_transport v0.35.0
1452026-08-21T19:02:59.913Z Downloaded num-iter v0.1.45
1462026-08-21T19:02:59.913Z Downloaded cfg-if v1.0.4
1472026-08-21T19:02:59.919Z Downloaded pnet_base v0.35.0
1482026-08-21T19:02:59.922Z Downloaded dtrace-parser v0.2.0
1492026-08-21T19:02:59.925Z Downloaded pnet_macros_support v0.35.0
1502026-08-21T19:02:59.936Z Downloaded funty v2.0.0
1512026-08-21T19:02:59.939Z Downloaded radium v0.7.0
1522026-08-21T19:02:59.939Z Downloaded byteorder v1.5.0
1532026-08-21T19:02:59.942Z Downloaded autocfg v1.5.0
1542026-08-21T19:02:59.945Z Downloaded pnet_macros v0.35.0
1552026-08-21T19:03:00.019Z Downloaded generic-array v0.14.7
1562026-08-21T19:03:00.020Z Downloaded rand_chacha v0.9.0
1572026-08-21T19:03:00.020Z Downloaded memmap v0.7.0
1582026-08-21T19:03:00.020Z Downloaded crypto-common v0.1.7
1592026-08-21T19:03:00.020Z Downloaded usdt-macro v0.5.0
1602026-08-21T19:03:00.020Z Downloaded fastrand v2.3.0
1612026-08-21T19:03:00.020Z Downloaded strsim v0.11.1
1622026-08-21T19:03:00.020Z Downloaded utf8parse v0.2.2
1632026-08-21T19:03:00.020Z Downloaded version_check v0.9.5
1642026-08-21T19:03:00.020Z Downloaded thread-id v4.2.2
1652026-08-21T19:03:00.020Z Downloaded colorchoice v1.0.4
1662026-08-21T19:03:00.020Z Downloaded dof v0.3.0
1672026-08-21T19:03:00.020Z Downloaded cpufeatures v0.2.17
1682026-08-21T19:03:00.020Z Downloaded num-complex v0.4.6
1692026-08-21T19:03:00.020Z Downloaded digest v0.10.7
1702026-08-21T19:03:00.020Z Downloaded anstyle v1.0.13
1712026-08-21T19:03:00.020Z Downloaded scroll_derive v0.12.1
1722026-08-21T19:03:00.020Z Downloaded pnet_datalink v0.35.0
1732026-08-21T19:03:00.020Z Downloaded pnet v0.35.0
1742026-08-21T19:03:00.020Z Downloaded colored v3.1.1
1752026-08-21T19:03:00.020Z Downloaded thiserror v1.0.69
1762026-08-21T19:03:00.025Z Downloaded scroll v0.12.0
1772026-08-21T19:03:00.025Z Downloaded num-integer v0.1.46
1782026-08-21T19:03:00.028Z Downloaded pest_derive v2.8.6
1792026-08-21T19:03:00.031Z Downloaded serde_tokenstream v0.2.3
1802026-08-21T19:03:00.031Z Downloaded bitflags v2.11.0
1812026-08-21T19:03:00.035Z Downloaded quote v1.0.45
1822026-08-21T19:03:00.039Z Downloaded wyz v0.5.1
1832026-08-21T19:03:00.043Z Downloaded usdt v0.5.0
1842026-08-21T19:03:00.043Z Downloaded anstream v1.0.0
1852026-08-21T19:03:00.050Z Downloaded usdt-impl v0.5.0
1862026-08-21T19:03:00.054Z Downloaded sha2 v0.10.9
1872026-08-21T19:03:00.059Z Downloaded no-std-net v0.6.0
1882026-08-21T19:03:00.062Z Downloaded ppv-lite86 v0.2.21
1892026-08-21T19:03:00.062Z Downloaded tempfile v3.27.0
1902026-08-21T19:03:00.069Z Downloaded pnet_packet v0.35.0
1912026-08-21T19:03:00.073Z Downloaded glob v0.3.3
1922026-08-21T19:03:00.078Z Downloaded num-traits v0.2.19
1932026-08-21T19:03:00.082Z Downloaded log v0.4.29
1942026-08-21T19:03:00.090Z Downloaded thiserror-impl v1.0.69
1952026-08-21T19:03:00.095Z Downloaded clap_derive v4.6.1
1962026-08-21T19:03:00.099Z Downloaded zerocopy-derive v0.7.35
1972026-08-21T19:03:00.099Z Downloaded once_cell v1.21.3
1982026-08-21T19:03:00.102Z Downloaded getrandom v0.3.4
1992026-08-21T19:03:00.102Z Downloaded ucd-trie v0.1.7
2002026-08-21T19:03:00.105Z Downloaded pest_generator v2.8.6
2012026-08-21T19:03:00.105Z Downloaded serde_core v1.0.228
2022026-08-21T19:03:00.108Z Downloaded clap v4.6.1
2032026-08-21T19:03:00.111Z Downloaded proc-macro2 v1.0.106
2042026-08-21T19:03:00.124Z Downloaded unicode-ident v1.0.24
2052026-08-21T19:03:00.128Z Downloaded getrandom v0.4.1
2062026-08-21T19:03:00.131Z Downloaded serde_derive v1.0.228
2072026-08-21T19:03:00.135Z Downloaded prettyplease v0.2.37
2082026-08-21T19:03:00.142Z Downloaded pest_meta v2.8.6
2092026-08-21T19:03:00.151Z Downloaded typenum v1.19.0
2102026-08-21T19:03:00.154Z Downloaded memchr v2.8.0
2112026-08-21T19:03:00.159Z Downloaded num-bigint v0.4.6
2122026-08-21T19:03:00.168Z Downloaded serde v1.0.228
2132026-08-21T19:03:00.185Z Downloaded rand v0.9.3
2142026-08-21T19:03:00.209Z Downloaded serde_json v1.0.149
2152026-08-21T19:03:00.220Z Downloaded pest v2.8.6
2162026-08-21T19:03:00.223Z Downloaded bitvec v1.1.1
2172026-08-21T19:03:00.236Z Downloaded regex v1.12.4
2182026-08-21T19:03:00.240Z Downloaded aho-corasick v1.1.4
2192026-08-21T19:03:00.245Z Downloaded zerocopy v0.7.35
2202026-08-21T19:03:00.254Z Downloaded clap_builder v4.6.0
2212026-08-21T19:03:00.261Z Downloaded goblin v0.8.2
2222026-08-21T19:03:00.301Z Downloaded syn v2.0.118
2232026-08-21T19:03:00.311Z Downloaded regex-syntax v0.8.11
2242026-08-21T19:03:00.331Z Downloaded rustix v1.1.4
2252026-08-21T19:03:00.363Z Downloaded regex-automata v0.4.14
2262026-08-21T19:03:00.373Z Downloaded libc v0.2.182
2272026-08-21T19:03:00.440Z Compiling proc-macro2 v1.0.106
2282026-08-21T19:03:00.440Z Compiling quote v1.0.45
2292026-08-21T19:03:00.441Z Compiling unicode-ident v1.0.24
2302026-08-21T19:03:00.444Z Compiling libc v0.2.182
2312026-08-21T19:03:00.444Z Compiling serde_core v1.0.228
2322026-08-21T19:03:00.444Z Compiling memchr v2.8.0
2332026-08-21T19:03:00.444Z Compiling serde v1.0.228
2342026-08-21T19:03:00.592Z Compiling thiserror v1.0.69
2352026-08-21T19:03:00.822Z Compiling zmij v1.0.21
2362026-08-21T19:03:01.049Z Compiling ucd-trie v0.1.7
2372026-08-21T19:03:01.053Z Compiling serde_json v1.0.149
2382026-08-21T19:03:01.129Z Compiling rustix v1.1.4
2392026-08-21T19:03:01.171Z Compiling pest v2.8.6
2402026-08-21T19:03:01.252Z Compiling getrandom v0.4.1
2412026-08-21T19:03:01.414Z Compiling version_check v0.9.5
2422026-08-21T19:03:01.538Z Compiling autocfg v1.5.0
2432026-08-21T19:03:01.805Z Compiling aho-corasick v1.1.4
2442026-08-21T19:03:01.852Z Checking syn v2.0.118
2452026-08-21T19:03:01.969Z Compiling num-traits v0.2.19
2462026-08-21T19:03:01.985Z Compiling prettyplease v0.2.37
2472026-08-21T19:03:02.192Z Compiling regex-syntax v0.8.11
2482026-08-21T19:03:02.375Z Compiling pest_meta v2.8.6
2492026-08-21T19:03:02.475Z Checking cfg-if v1.0.4
2502026-08-21T19:03:02.921Z Compiling itoa v1.0.17
2512026-08-21T19:03:03.046Z Compiling byteorder v1.5.0
2522026-08-21T19:03:03.121Z Compiling usdt-impl v0.5.0
2532026-08-21T19:03:03.242Z Checking num-integer v0.1.46
2542026-08-21T19:03:03.256Z Compiling thread-id v4.2.2
2552026-08-21T19:03:03.457Z Checking colored v3.1.1
2562026-08-21T19:03:03.630Z Compiling regex-automata v0.4.14
2572026-08-21T19:03:03.658Z Checking log v0.4.29
2582026-08-21T19:03:03.663Z Checking plain v0.2.3
2592026-08-21T19:03:03.791Z Compiling errno v0.3.14
2602026-08-21T19:03:03.928Z Compiling bitflags v2.11.0
2612026-08-21T19:03:04.012Z Checking no-std-net v0.6.0
2622026-08-21T19:03:04.057Z Checking pretty-hex v0.4.1
2632026-08-21T19:03:04.072Z Compiling radium v0.7.0
2642026-08-21T19:03:04.130Z Checking pnet_base v0.35.0
2652026-08-21T19:03:04.244Z Compiling pest_generator v2.8.6
2662026-08-21T19:03:04.423Z Compiling zerocopy v0.8.40
2672026-08-21T19:03:04.431Z Compiling fastrand v2.3.0
2682026-08-21T19:03:04.663Z Checking tap v1.0.1
2692026-08-21T19:03:04.754Z Compiling getrandom v0.3.4
2702026-08-21T19:03:04.759Z Compiling once_cell v1.21.3
2712026-08-21T19:03:04.823Z Checking wyz v0.5.1
2722026-08-21T19:03:04.940Z Compiling tempfile v3.27.0
2732026-08-21T19:03:04.962Z Checking num-iter v0.1.45
2742026-08-21T19:03:04.984Z Checking memmap v0.7.0
2752026-08-21T19:03:05.084Z Compiling anyhow v1.0.102
2762026-08-21T19:03:05.098Z Checking funty v2.0.0
2772026-08-21T19:03:05.375Z Compiling regex v1.12.4
2782026-08-21T19:03:05.396Z Checking bitvec v1.1.1
2792026-08-21T19:03:05.453Z Compiling serde_derive v1.0.228
2802026-08-21T19:03:05.551Z Compiling thiserror-impl v1.0.69
2812026-08-21T19:03:05.589Z Compiling zerocopy-derive v0.7.35
2822026-08-21T19:03:05.665Z Compiling pest_derive v2.8.6
2832026-08-21T19:03:05.760Z Compiling scroll_derive v0.12.1
2842026-08-21T19:03:06.194Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2852026-08-21T19:03:06.215Z Compiling pnet_macros v0.35.0
2862026-08-21T19:03:06.419Z Compiling zerocopy v0.7.35
2872026-08-21T19:03:06.429Z Checking scroll v0.12.0
2882026-08-21T19:03:06.645Z Checking goblin v0.8.2
2892026-08-21T19:03:06.792Z Compiling dtrace-parser v0.2.0
2902026-08-21T19:03:07.232Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2912026-08-21T19:03:07.391Z Checking pnet_macros_support v0.35.0
2922026-08-21T19:03:07.488Z Checking pnet_sys v0.35.0
2932026-08-21T19:03:07.613Z Checking utf8parse v0.2.2
2942026-08-21T19:03:07.616Z Checking pnet_packet v0.35.0
2952026-08-21T19:03:07.703Z Checking anstyle-parse v1.0.0
2962026-08-21T19:03:08.037Z Checking rand_core v0.9.5
2972026-08-21T19:03:08.187Z Compiling pnet v0.35.0
2982026-08-21T19:03:08.339Z Checking colorchoice v1.0.4
2992026-08-21T19:03:08.401Z Checking is_terminal_polyfill v1.70.2
3002026-08-21T19:03:08.497Z Checking anstyle v1.0.13
3012026-08-21T19:03:08.502Z Checking num-bigint v0.4.6
3022026-08-21T19:03:08.583Z Checking num-complex v0.4.6
3032026-08-21T19:03:08.640Z Compiling dof v0.3.0
3042026-08-21T19:03:08.654Z Compiling serde_tokenstream v0.2.3
3052026-08-21T19:03:08.674Z Checking ipnetwork v0.20.0
3062026-08-21T19:03:08.833Z Checking anstyle-query v1.1.5
3072026-08-21T19:03:08.910Z Checking anstream v1.0.0
3082026-08-21T19:03:08.913Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3092026-08-21T19:03:08.964Z Checking pnet_datalink v0.35.0
3102026-08-21T19:03:09.267Z Checking clap_lex v1.0.0
3112026-08-21T19:03:09.311Z Checking num-rational v0.4.2
3122026-08-21T19:03:09.402Z Compiling heck v0.5.0
3132026-08-21T19:03:09.421Z Compiling usdt-attr-macro v0.5.0
3142026-08-21T19:03:09.516Z Compiling usdt-macro v0.5.0
3152026-08-21T19:03:09.528Z Checking pnet_transport v0.35.0
3162026-08-21T19:03:09.579Z Checking num v0.4.3
3172026-08-21T19:03:09.593Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3182026-08-21T19:03:09.642Z Checking strsim v0.11.1
3192026-08-21T19:03:09.729Z Compiling clap_derive v4.6.1
3202026-08-21T19:03:09.732Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3212026-08-21T19:03:09.784Z Checking clap_builder v4.6.0
3222026-08-21T19:03:09.844Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3232026-08-21T19:03:09.968Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3242026-08-21T19:03:10.092Z Checking ppv-lite86 v0.2.21
3252026-08-21T19:03:10.125Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3262026-08-21T19:03:10.173Z Checking usdt v0.5.0
3272026-08-21T19:03:10.310Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3282026-08-21T19:03:10.360Z Checking rand_chacha v0.9.0
3292026-08-21T19:03:10.519Z Checking rand v0.9.3
3302026-08-21T19:03:10.662Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3312026-08-21T19:03:11.050Z Checking clap v4.6.1
3322026-08-21T19:03:11.105Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3332026-08-21T19:03:11.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.99s
3342026-08-21T19:03:11.627Z+ cargo clippy --all-targets -- --deny warnings
3352026-08-21T19:03:11.753Z Downloading crates ...
3362026-08-21T19:03:11.806Z Downloaded libloading v0.9.0
3372026-08-21T19:03:11.856Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3382026-08-21T19:03:11.873Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3392026-08-21T19:03:11.878Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3402026-08-21T19:03:11.882Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3412026-08-21T19:03:11.882Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3422026-08-21T19:03:11.886Z Checking libloading v0.9.0
3432026-08-21T19:03:12.130Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3442026-08-21T19:03:12.659Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3452026-08-21T19:03:13.499Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3462026-08-21T19:03:13.499Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3472026-08-21T19:03:14.418Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3482026-08-21T19:03:19.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.72s
3492026-08-21T19:03:19.416Z+ banner build
3502026-08-21T19:03:19.419Z
3512026-08-21T19:03:19.419Z ##### # # # # #####
3522026-08-21T19:03:19.419Z # # # # # # # #
3532026-08-21T19:03:19.419Z ##### # # # # # #
3542026-08-21T19:03:19.419Z # # # # # # # #
3552026-08-21T19:03:19.420Z # # # # # # # #
3562026-08-21T19:03:19.420Z ##### #### # ###### #####
3572026-08-21T19:03:19.420Z
3582026-08-21T19:03:19.420Z+ ptime -m cargo build
3592026-08-21T19:03:19.546Z Compiling unicode-ident v1.0.24
3602026-08-21T19:03:19.546Z Compiling memchr v2.8.0
3612026-08-21T19:03:19.550Z Compiling regex-syntax v0.8.11
3622026-08-21T19:03:19.550Z Compiling ucd-trie v0.1.7
3632026-08-21T19:03:19.550Z Compiling libc v0.2.182
3642026-08-21T19:03:19.550Z Compiling serde_core v1.0.228
3652026-08-21T19:03:19.551Z Compiling cfg-if v1.0.4
3662026-08-21T19:03:19.571Z Compiling zmij v1.0.21
3672026-08-21T19:03:19.612Z Compiling byteorder v1.5.0
3682026-08-21T19:03:19.662Z Compiling proc-macro2 v1.0.106
3692026-08-21T19:03:19.818Z Compiling itoa v1.0.17
3702026-08-21T19:03:19.823Z Compiling num-traits v0.2.19
3712026-08-21T19:03:19.838Z Compiling errno v0.3.14
3722026-08-21T19:03:19.879Z Compiling thread-id v4.2.2
3732026-08-21T19:03:19.945Z Compiling aho-corasick v1.1.4
3742026-08-21T19:03:19.964Z Compiling pest v2.8.6
3752026-08-21T19:03:19.982Z Compiling bitflags v2.11.0
3762026-08-21T19:03:20.200Z Compiling quote v1.0.45
3772026-08-21T19:03:20.211Z Compiling rustix v1.1.4
3782026-08-21T19:03:20.365Z Compiling syn v2.0.118
3792026-08-21T19:03:20.420Z Compiling num-integer v0.1.46
3802026-08-21T19:03:20.479Z Compiling getrandom v0.4.1
3812026-08-21T19:03:20.608Z Compiling once_cell v1.21.3
3822026-08-21T19:03:20.728Z Compiling colored v3.1.1
3832026-08-21T19:03:20.804Z Compiling fastrand v2.3.0
3842026-08-21T19:03:21.052Z Compiling regex-automata v0.4.14
3852026-08-21T19:03:21.068Z Compiling pest_meta v2.8.6
3862026-08-21T19:03:21.097Z Compiling plain v0.2.3
3872026-08-21T19:03:21.192Z Compiling serde_json v1.0.149
3882026-08-21T19:03:21.214Z Compiling log v0.4.29
3892026-08-21T19:03:21.364Z Compiling tempfile v3.27.0
3902026-08-21T19:03:21.383Z Compiling pretty-hex v0.4.1
3912026-08-21T19:03:21.506Z Compiling no-std-net v0.6.0
3922026-08-21T19:03:21.569Z Compiling pnet_base v0.35.0
3932026-08-21T19:03:21.746Z Compiling tap v1.0.1
3942026-08-21T19:03:21.768Z Compiling radium v0.7.0
3952026-08-21T19:03:21.843Z Compiling wyz v0.5.1
3962026-08-21T19:03:21.954Z Compiling num-iter v0.1.45
3972026-08-21T19:03:21.964Z Compiling memmap v0.7.0
3982026-08-21T19:03:22.020Z Compiling funty v2.0.0
3992026-08-21T19:03:22.057Z Compiling zerocopy v0.8.40
4002026-08-21T19:03:22.133Z Compiling getrandom v0.3.4
4012026-08-21T19:03:22.205Z Compiling pnet_macros_support v0.35.0
4022026-08-21T19:03:22.295Z Compiling pnet_sys v0.35.0
4032026-08-21T19:03:22.309Z Compiling utf8parse v0.2.2
4042026-08-21T19:03:22.318Z Compiling rand_core v0.9.5
4052026-08-21T19:03:22.384Z Compiling bitvec v1.1.1
4062026-08-21T19:03:22.401Z Compiling anstyle-parse v1.0.0
4072026-08-21T19:03:22.460Z Compiling anyhow v1.0.102
4082026-08-21T19:03:22.517Z Compiling colorchoice v1.0.4
4092026-08-21T19:03:22.570Z Compiling anstyle v1.0.13
4102026-08-21T19:03:22.615Z Compiling pest_generator v2.8.6
4112026-08-21T19:03:22.656Z Compiling prettyplease v0.2.37
4122026-08-21T19:03:22.771Z Compiling regex v1.12.4
4132026-08-21T19:03:22.832Z Compiling anstyle-query v1.1.5
4142026-08-21T19:03:22.926Z Compiling is_terminal_polyfill v1.70.2
4152026-08-21T19:03:23.005Z Compiling anstream v1.0.0
4162026-08-21T19:03:23.216Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4172026-08-21T19:03:23.219Z Compiling clap_lex v1.0.0
4182026-08-21T19:03:23.311Z Compiling strsim v0.11.1
4192026-08-21T19:03:23.444Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4202026-08-21T19:03:23.587Z Compiling clap_builder v4.6.0
4212026-08-21T19:03:23.633Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4222026-08-21T19:03:24.004Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4232026-08-21T19:03:24.367Z Compiling serde_derive v1.0.228
4242026-08-21T19:03:24.368Z Compiling thiserror-impl v1.0.69
4252026-08-21T19:03:24.371Z Compiling zerocopy-derive v0.7.35
4262026-08-21T19:03:24.376Z Compiling pest_derive v2.8.6
4272026-08-21T19:03:24.474Z Compiling scroll_derive v0.12.1
4282026-08-21T19:03:25.017Z Compiling pnet_macros v0.35.0
4292026-08-21T19:03:25.072Z Compiling ppv-lite86 v0.2.21
4302026-08-21T19:03:25.327Z Compiling scroll v0.12.0
4312026-08-21T19:03:25.361Z Compiling zerocopy v0.7.35
4322026-08-21T19:03:25.378Z Compiling rand_chacha v0.9.0
4332026-08-21T19:03:25.578Z Compiling goblin v0.8.2
4342026-08-21T19:03:25.583Z Compiling rand v0.9.3
4352026-08-21T19:03:25.692Z Compiling thiserror v1.0.69
4362026-08-21T19:03:25.781Z Compiling dtrace-parser v0.2.0
4372026-08-21T19:03:25.789Z Compiling clap_derive v4.6.1
4382026-08-21T19:03:26.538Z Compiling pnet_packet v0.35.0
4392026-08-21T19:03:26.980Z Compiling serde v1.0.228
4402026-08-21T19:03:27.320Z Compiling clap v4.6.1
4412026-08-21T19:03:27.357Z Compiling serde_tokenstream v0.2.3
4422026-08-21T19:03:27.357Z Compiling dof v0.3.0
4432026-08-21T19:03:27.360Z Compiling num-bigint v0.4.6
4442026-08-21T19:03:27.360Z Compiling num-complex v0.4.6
4452026-08-21T19:03:27.380Z Compiling ipnetwork v0.20.0
4462026-08-21T19:03:27.456Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4472026-08-21T19:03:27.622Z Compiling usdt-impl v0.5.0
4482026-08-21T19:03:27.646Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4492026-08-21T19:03:27.694Z Compiling pnet_datalink v0.35.0
4502026-08-21T19:03:28.126Z Compiling usdt-attr-macro v0.5.0
4512026-08-21T19:03:28.135Z Compiling usdt-macro v0.5.0
4522026-08-21T19:03:28.291Z Compiling num-rational v0.4.2
4532026-08-21T19:03:28.713Z Compiling num v0.4.3
4542026-08-21T19:03:28.780Z Compiling pnet_transport v0.35.0
4552026-08-21T19:03:28.927Z Compiling pnet v0.35.0
4562026-08-21T19:03:29.087Z Compiling usdt v0.5.0
4572026-08-21T19:03:29.238Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4582026-08-21T19:03:29.587Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4592026-08-21T19:03:29.710Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4602026-08-21T19:03:29.710Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4612026-08-21T19:03:29.846Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4622026-08-21T19:03:32.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.15s
4632026-08-21T19:03:32.598Z
4642026-08-21T19:03:32.601Zreal 13.172348444
4652026-08-21T19:03:32.601Zuser 1:10.452715606
4662026-08-21T19:03:32.601Zsys 11.837657454
4672026-08-21T19:03:32.601Ztrap 0.039186829
4682026-08-21T19:03:32.601Ztflt 0.056055489
4692026-08-21T19:03:32.601Zdflt 0.064500461
4702026-08-21T19:03:32.601Zkflt 0.000012888
4712026-08-21T19:03:32.602Zlock 2:45.165174235
4722026-08-21T19:03:32.602Zslp 4:46.392851508
4732026-08-21T19:03:32.602Zlat 3.593427691
4742026-08-21T19:03:32.602Zstop 4.508160796
4752026-08-21T19:03:32.602Z+ ptime -m cargo build --release
4762026-08-21T19:03:32.677Z Compiling proc-macro2 v1.0.106
4772026-08-21T19:03:32.677Z Compiling quote v1.0.45
4782026-08-21T19:03:32.677Z Compiling unicode-ident v1.0.24
4792026-08-21T19:03:32.677Z Compiling libc v0.2.182
4802026-08-21T19:03:32.680Z Compiling serde_core v1.0.228
4812026-08-21T19:03:32.680Z Compiling memchr v2.8.0
4822026-08-21T19:03:32.680Z Compiling serde v1.0.228
4832026-08-21T19:03:32.680Z Compiling zmij v1.0.21
4842026-08-21T19:03:32.790Z Compiling thiserror v1.0.69
4852026-08-21T19:03:33.018Z Compiling getrandom v0.4.1
4862026-08-21T19:03:33.024Z Compiling rustix v1.1.4
4872026-08-21T19:03:33.219Z Compiling serde_json v1.0.149
4882026-08-21T19:03:33.278Z Compiling ucd-trie v0.1.7
4892026-08-21T19:03:33.444Z Compiling pest v2.8.6
4902026-08-21T19:03:33.460Z Compiling aho-corasick v1.1.4
4912026-08-21T19:03:33.509Z Compiling regex-syntax v0.8.11
4922026-08-21T19:03:33.816Z Compiling autocfg v1.5.0
4932026-08-21T19:03:34.009Z Compiling syn v2.0.118
4942026-08-21T19:03:34.155Z Compiling version_check v0.9.5
4952026-08-21T19:03:34.228Z Compiling prettyplease v0.2.37
4962026-08-21T19:03:34.466Z Compiling pest_meta v2.8.6
4972026-08-21T19:03:34.641Z Compiling num-traits v0.2.19
4982026-08-21T19:03:34.989Z Compiling regex-automata v0.4.14
4992026-08-21T19:03:35.538Z Compiling byteorder v1.5.0
5002026-08-21T19:03:35.588Z Compiling cfg-if v1.0.4
5012026-08-21T19:03:35.650Z Compiling itoa v1.0.17
5022026-08-21T19:03:35.666Z Compiling usdt-impl v0.5.0
5032026-08-21T19:03:36.003Z Compiling num-integer v0.1.46
5042026-08-21T19:03:36.154Z Compiling thread-id v4.2.2
5052026-08-21T19:03:36.225Z Compiling errno v0.3.14
5062026-08-21T19:03:36.251Z Compiling pest_generator v2.8.6
5072026-08-21T19:03:36.624Z Compiling regex v1.12.4
5082026-08-21T19:03:36.629Z Compiling bitflags v2.11.0
5092026-08-21T19:03:36.728Z Compiling plain v0.2.3
5102026-08-21T19:03:36.826Z Compiling log v0.4.29
5112026-08-21T19:03:37.301Z Compiling fastrand v2.3.0
5122026-08-21T19:03:37.452Z Compiling radium v0.7.0
5132026-08-21T19:03:37.496Z Compiling serde_derive v1.0.228
5142026-08-21T19:03:37.522Z Compiling thiserror-impl v1.0.69
5152026-08-21T19:03:37.555Z Compiling zerocopy-derive v0.7.35
5162026-08-21T19:03:37.675Z Compiling pest_derive v2.8.6
5172026-08-21T19:03:37.730Z Compiling scroll_derive v0.12.1
5182026-08-21T19:03:38.191Z Compiling colored v3.1.1
5192026-08-21T19:03:38.411Z Compiling zerocopy v0.7.35
5202026-08-21T19:03:38.429Z Compiling scroll v0.12.0
5212026-08-21T19:03:38.668Z Compiling goblin v0.8.2
5222026-08-21T19:03:38.792Z Compiling dtrace-parser v0.2.0
5232026-08-21T19:03:38.807Z Compiling pretty-hex v0.4.1
5242026-08-21T19:03:38.948Z Compiling once_cell v1.21.3
5252026-08-21T19:03:39.074Z Compiling no-std-net v0.6.0
5262026-08-21T19:03:39.133Z Compiling pnet_base v0.35.0
5272026-08-21T19:03:39.138Z Compiling tempfile v3.27.0
5282026-08-21T19:03:39.346Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5292026-08-21T19:03:39.578Z Compiling tap v1.0.1
5302026-08-21T19:03:39.621Z Compiling zerocopy v0.8.40
5312026-08-21T19:03:39.677Z Compiling getrandom v0.3.4
5322026-08-21T19:03:40.007Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5332026-08-21T19:03:40.036Z Compiling wyz v0.5.1
5342026-08-21T19:03:40.424Z Compiling num-iter v0.1.45
5352026-08-21T19:03:40.441Z Compiling memmap v0.7.0
5362026-08-21T19:03:40.535Z Compiling funty v2.0.0
5372026-08-21T19:03:40.657Z Compiling serde_tokenstream v0.2.3
5382026-08-21T19:03:40.673Z Compiling dof v0.3.0
5392026-08-21T19:03:40.791Z Compiling num-bigint v0.4.6
5402026-08-21T19:03:41.006Z Compiling num-complex v0.4.6
5412026-08-21T19:03:41.021Z Compiling anyhow v1.0.102
5422026-08-21T19:03:41.425Z Compiling usdt-attr-macro v0.5.0
5432026-08-21T19:03:41.486Z Compiling usdt-macro v0.5.0
5442026-08-21T19:03:41.716Z Compiling bitvec v1.1.1
5452026-08-21T19:03:42.174Z Compiling num-rational v0.4.2
5462026-08-21T19:03:43.428Z Compiling num v0.4.3
5472026-08-21T19:03:43.498Z Compiling usdt v0.5.0
5482026-08-21T19:03:44.021Z Compiling pnet_macros_support v0.35.0
5492026-08-21T19:03:44.071Z Compiling pnet_macros v0.35.0
5502026-08-21T19:03:44.160Z Compiling pnet_sys v0.35.0
5512026-08-21T19:03:44.304Z Compiling utf8parse v0.2.2
5522026-08-21T19:03:44.405Z Compiling anstyle-parse v1.0.0
5532026-08-21T19:03:44.615Z Compiling rand_core v0.9.5
5542026-08-21T19:03:44.871Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5552026-08-21T19:03:45.137Z Compiling pnet_packet v0.35.0
5562026-08-21T19:03:45.416Z Compiling ppv-lite86 v0.2.21
5572026-08-21T19:03:45.917Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5582026-08-21T19:03:46.441Z Compiling ipnetwork v0.20.0
5592026-08-21T19:03:46.948Z Compiling anstyle-query v1.1.5
5602026-08-21T19:03:47.030Z Compiling colorchoice v1.0.4
5612026-08-21T19:03:47.041Z Compiling is_terminal_polyfill v1.70.2
5622026-08-21T19:03:47.139Z Compiling pnet v0.35.0
5632026-08-21T19:03:47.362Z Compiling anstyle v1.0.13
5642026-08-21T19:03:47.510Z Compiling pnet_transport v0.35.0
5652026-08-21T19:03:47.620Z Compiling anstream v1.0.0
5662026-08-21T19:03:48.244Z Compiling pnet_datalink v0.35.0
5672026-08-21T19:03:49.202Z Compiling rand_chacha v0.9.0
5682026-08-21T19:03:49.592Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5692026-08-21T19:03:49.599Z Compiling clap_lex v1.0.0
5702026-08-21T19:03:49.745Z Compiling strsim v0.11.1
5712026-08-21T19:03:49.827Z Compiling heck v0.5.0
5722026-08-21T19:03:49.973Z Compiling clap_builder v4.6.0
5732026-08-21T19:03:50.015Z Compiling clap_derive v4.6.1
5742026-08-21T19:03:50.561Z Compiling rand v0.9.3
5752026-08-21T19:03:51.330Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5762026-08-21T19:03:51.623Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5772026-08-21T19:03:51.684Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5782026-08-21T19:03:52.250Z Compiling clap v4.6.1
5792026-08-21T19:03:52.329Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5802026-08-21T19:03:54.901Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5812026-08-21T19:03:57.483Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5822026-08-21T19:04:04.233Z Finished `release` profile [optimized] target(s) in 31.62s
5832026-08-21T19:04:04.253Z
5842026-08-21T19:04:04.256Zreal 31.644246131
5852026-08-21T19:04:04.256Zuser 3:11.029183302
5862026-08-21T19:04:04.256Zsys 17.702550157
5872026-08-21T19:04:04.256Ztrap 0.107792846
5882026-08-21T19:04:04.256Ztflt 0.209355113
5892026-08-21T19:04:04.256Zdflt 0.276874579
5902026-08-21T19:04:04.256Zkflt 0.000046583
5912026-08-21T19:04:04.256Zlock 9:45.422427513
5922026-08-21T19:04:04.256Zslp 12:03.038014074
5932026-08-21T19:04:04.256Zlat 12.873601238
5942026-08-21T19:04:04.256Zstop 9.853209731
5952026-08-21T19:04:04.256Z+ for x in debug release
5962026-08-21T19:04:04.256Z+ mkdir -p /work/debug
5972026-08-21T19:04:04.256Z+ cp target/debug/x4c /work/debug/
5982026-08-21T19:04:04.281Z+ cp target/debug/libsidecar_lite.so /work/debug/
5992026-08-21T19:04:04.315Z+ for x in debug release
6002026-08-21T19:04:04.316Z+ mkdir -p /work/release
6012026-08-21T19:04:04.319Z+ cp target/release/x4c /work/release/
6022026-08-21T19:04:04.325Z+ cp target/release/libsidecar_lite.so /work/release/
6032026-08-21T19:04:04.335Z+ banner test
6042026-08-21T19:04:04.339Z
6052026-08-21T19:04:04.339Z ##### ###### #### #####
6062026-08-21T19:04:04.339Z # # # #
6072026-08-21T19:04:04.339Z # ##### #### #
6082026-08-21T19:04:04.339Z # # # #
6092026-08-21T19:04:04.339Z # # # # #
6102026-08-21T19:04:04.339Z # ###### #### #
6112026-08-21T19:04:04.339Z
6122026-08-21T19:04:04.339Z+ cargo test
6132026-08-21T19:04:04.406Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6142026-08-21T19:04:04.422Z Compiling libloading v0.9.0
6152026-08-21T19:04:04.424Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6162026-08-21T19:04:04.424Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6172026-08-21T19:04:04.424Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6182026-08-21T19:04:04.427Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6192026-08-21T19:04:04.608Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6202026-08-21T19:04:05.483Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6212026-08-21T19:04:05.484Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6222026-08-21T19:04:05.484Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6232026-08-21T19:04:05.750Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6242026-08-21T19:04:12.381Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.03s
6252026-08-21T19:04:12.394Z Running unittests src/lib.rs (target/debug/deps/p4-85be53bc186e4c60)
6262026-08-21T19:04:12.397Z
6272026-08-21T19:04:12.397Zrunning 0 tests
6282026-08-21T19:04:12.397Z
6292026-08-21T19:04:12.397Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-08-21T19:04:12.397Z
6312026-08-21T19:04:12.397Z Running unittests src/lib.rs (target/debug/deps/p4_macro-7559636d1037bbb9)
6322026-08-21T19:04:12.400Z
6332026-08-21T19:04:12.400Zrunning 0 tests
6342026-08-21T19:04:12.400Z
6352026-08-21T19:04:12.400Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-08-21T19:04:12.400Z
6372026-08-21T19:04:12.400Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-42b4ab9123dbb28b)
6382026-08-21T19:04:12.400Z
6392026-08-21T19:04:12.400Zrunning 0 tests
6402026-08-21T19:04:12.400Z
6412026-08-21T19:04:12.400Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-08-21T19:04:12.400Z
6432026-08-21T19:04:12.404Z Running unittests src/lib.rs (target/debug/deps/p4_rust-682a88024cdd39f0)
6442026-08-21T19:04:12.404Z
6452026-08-21T19:04:12.404Zrunning 0 tests
6462026-08-21T19:04:12.404Z
6472026-08-21T19:04:12.404Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-08-21T19:04:12.404Z
6492026-08-21T19:04:12.404Z Running unittests src/lib.rs (target/debug/deps/p4rs-71134c454596353c)
6502026-08-21T19:04:12.404Z
6512026-08-21T19:04:12.404Zrunning 15 tests
6522026-08-21T19:04:12.407Ztest bitmath::tests::bitmath_add_cascade ... ok
6532026-08-21T19:04:12.407Ztest bitmath::tests::bitmath_add_nest ... ok
6542026-08-21T19:04:12.407Ztest bitmath::tests::bitmath_add_be ... ok
6552026-08-21T19:04:12.407Ztest bitmath::tests::bitmath_add_le ... ok
6562026-08-21T19:04:12.407Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6572026-08-21T19:04:12.407Ztest bitmath::tests::bitmath_mod ... ok
6582026-08-21T19:04:12.407Ztest bitmath::tests::bitmath_sub_be ... ok
6592026-08-21T19:04:12.407Ztest bitmath::tests::bitmath_sub_le ... ok
6602026-08-21T19:04:12.407Ztest checksum::tests::udp_checksum ... ok
6612026-08-21T19:04:12.407Ztest tests::bitvec_to_biguint_non_byte_aligned ... ok
6622026-08-21T19:04:12.407Ztest table::tests::match_ternary_1 ... ok
6632026-08-21T19:04:12.407Ztest table::tests::match_lpm_ternary_1 ... ok
6642026-08-21T19:04:12.407Ztest table::tests::match_lpm_1 ... ok
6652026-08-21T19:04:12.407Ztest table::tests::match_lpm_ternary_range ... ok
6662026-08-21T19:04:12.407Ztest table::tests::match_with_action ... ok
6672026-08-21T19:04:12.407Z
6682026-08-21T19:04:12.407Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6692026-08-21T19:04:12.407Z
6702026-08-21T19:04:12.407Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-6b4b2d1351c9575d)
6712026-08-21T19:04:12.407Z
6722026-08-21T19:04:12.407Zrunning 0 tests
6732026-08-21T19:04:12.407Z
6742026-08-21T19:04:12.408Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6752026-08-21T19:04:12.408Z
6762026-08-21T19:04:12.408Z Running unittests src/lib.rs (target/debug/deps/tests-45eb331100058051)
6772026-08-21T19:04:12.411Z
6782026-08-21T19:04:12.411Zrunning 15 tests
6792026-08-21T19:04:12.414Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6802026-08-21T19:04:12.414Ztest headers::ipv6_header_read_write ... ok
6812026-08-21T19:04:12.414Ztest dload::pipeline_create ... ok
6822026-08-21T19:04:12.414Ztest ipv6::test_ipv6_parse ... ok
6832026-08-21T19:04:12.417Ztest dload::dynamic_load ... ok
6842026-08-21T19:04:12.420Ztest arithmetic::arithmetic ... ok
6852026-08-21T19:04:12.423Ztest hub::hub2 ... ok
6862026-08-21T19:04:12.423Ztest basic_router::basic_router2 ... ok
6872026-08-21T19:04:12.423Ztest decap::geneve_decap ... ok
6882026-08-21T19:04:12.423Ztest disag_router::disag_router ... ok
6892026-08-21T19:04:12.423Ztest range::range ... ok
6902026-08-21T19:04:12.433Ztest mac_rewrite::mac_rewrite2 ... ok
6912026-08-21T19:04:12.433Ztest vlan::test_vlan_parse ... ok
6922026-08-21T19:04:12.433Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6932026-08-21T19:04:12.485Ztest dynamic_router::dynamic_router2 ... ok
6942026-08-21T19:04:12.485Z
6952026-08-21T19:04:12.485Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
6962026-08-21T19:04:12.485Z
6972026-08-21T19:04:12.492Z Running unittests src/lib.rs (target/debug/deps/x4c-3f17fb8bf88cde20)
6982026-08-21T19:04:12.495Z
6992026-08-21T19:04:12.495Zrunning 0 tests
7002026-08-21T19:04:12.495Z
7012026-08-21T19:04:12.495Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7022026-08-21T19:04:12.495Z
7032026-08-21T19:04:12.495Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-ad8bb27043b45cc9)
7042026-08-21T19:04:12.495Z
7052026-08-21T19:04:12.495Zrunning 0 tests
7062026-08-21T19:04:12.495Z
7072026-08-21T19:04:12.495Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7082026-08-21T19:04:12.495Z
7092026-08-21T19:04:12.495Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-225b85a6f8fe0178)
7102026-08-21T19:04:12.498Z
7112026-08-21T19:04:12.498Zrunning 0 tests
7122026-08-21T19:04:12.498Z
7132026-08-21T19:04:12.498Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7142026-08-21T19:04:12.498Z
7152026-08-21T19:04:12.498Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-2fe14b2d9fea3a6e)
7162026-08-21T19:04:12.499Z
7172026-08-21T19:04:12.499Zrunning 0 tests
7182026-08-21T19:04:12.499Z
7192026-08-21T19:04:12.499Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7202026-08-21T19:04:12.499Z
7212026-08-21T19:04:12.499Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7222026-08-21T19:04:12.502Z
7232026-08-21T19:04:12.502Zrunning 0 tests
7242026-08-21T19:04:12.502Z
7252026-08-21T19:04:12.502Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7262026-08-21T19:04:12.502Z
7272026-08-21T19:04:12.502Z Doc-tests p4
7282026-08-21T19:04:12.587Z
7292026-08-21T19:04:12.587Zrunning 0 tests
7302026-08-21T19:04:12.587Z
7312026-08-21T19:04:12.587Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7322026-08-21T19:04:12.587Z
7332026-08-21T19:04:12.596Z Doc-tests p4_macro
7342026-08-21T19:04:12.639Z
7352026-08-21T19:04:12.639Zrunning 2 tests
7362026-08-21T19:04:12.642Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7372026-08-21T19:04:12.642Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7382026-08-21T19:04:12.642Z
7392026-08-21T19:04:12.642Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7402026-08-21T19:04:12.642Z
7412026-08-21T19:04:12.645Z Doc-tests p4_rust
7422026-08-21T19:04:12.803Z
7432026-08-21T19:04:12.803Zrunning 0 tests
7442026-08-21T19:04:12.803Z
7452026-08-21T19:04:12.803Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7462026-08-21T19:04:12.803Z
7472026-08-21T19:04:12.814Z Doc-tests p4rs
7482026-08-21T19:04:12.896Z
7492026-08-21T19:04:12.896Zrunning 1 test
7502026-08-21T19:04:13.695Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7512026-08-21T19:04:13.695Z
7522026-08-21T19:04:13.695Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.80s
7532026-08-21T19:04:13.695Z
7542026-08-21T19:04:13.704Z Doc-tests tests
7552026-08-21T19:04:13.766Z
7562026-08-21T19:04:13.767Zrunning 0 tests
7572026-08-21T19:04:13.767Z
7582026-08-21T19:04:13.767Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7592026-08-21T19:04:13.767Z
7602026-08-21T19:04:13.773Z Doc-tests x4c
7612026-08-21T19:04:13.817Z
7622026-08-21T19:04:13.817Zrunning 0 tests
7632026-08-21T19:04:13.817Z
7642026-08-21T19:04:13.817Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7652026-08-21T19:04:13.817Z
7662026-08-21T19:04:13.822Z Doc-tests x4c_error_codes
7672026-08-21T19:04:13.848Z
7682026-08-21T19:04:13.848Zrunning 0 tests
7692026-08-21T19:04:13.848Z
7702026-08-21T19:04:13.848Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7712026-08-21T19:04:13.848Z
7722026-08-21T19:04:13.859Z+ pushd test
7732026-08-21T19:04:13.862Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7742026-08-21T19:04:13.863Z+ banner 'mac rewr'
7752026-08-21T19:04:13.863Z
7762026-08-21T19:04:13.863Z # # ## #### ##### ###### # # #####
7772026-08-21T19:04:13.863Z ## ## # # # # # # # # # # #
7782026-08-21T19:04:13.863Z # ## # # # # # # ##### # # # #
7792026-08-21T19:04:13.863Z # # ###### # ##### # # ## # #####
7802026-08-21T19:04:13.863Z # # # # # # # # # ## ## # #
7812026-08-21T19:04:13.863Z # # # # #### # # ###### # # # #
7822026-08-21T19:04:13.863Z
7832026-08-21T19:04:13.863Z+ RUST_BACKTRACE=1
7842026-08-21T19:04:13.863Z+ cargo test mac_rewrite -- --nocapture
7852026-08-21T19:04:13.957Z Compiling aho-corasick v1.1.4
7862026-08-21T19:04:13.972Z Compiling getrandom v0.4.1
7872026-08-21T19:04:13.972Z Compiling rustix v1.1.4
7882026-08-21T19:04:13.975Z Compiling errno v0.3.14
7892026-08-21T19:04:13.978Z Compiling prettyplease v0.2.37
7902026-08-21T19:04:14.649Z Compiling regex-automata v0.4.14
7912026-08-21T19:04:14.685Z Compiling tempfile v3.27.0
7922026-08-21T19:04:16.013Z Compiling regex v1.12.4
7932026-08-21T19:04:16.259Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7942026-08-21T19:04:16.325Z Compiling pnet_macros v0.35.0
7952026-08-21T19:04:16.951Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7962026-08-21T19:04:17.294Z Compiling pnet_packet v0.35.0
7972026-08-21T19:04:17.755Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
7982026-08-21T19:04:19.122Z Compiling pnet_transport v0.35.0
7992026-08-21T19:04:19.242Z Compiling pnet v0.35.0
8002026-08-21T19:04:19.328Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8012026-08-21T19:04:25.878Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.00s
8022026-08-21T19:04:25.888Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8032026-08-21T19:04:25.891Z
8042026-08-21T19:04:25.891Zrunning 1 test
8052026-08-21T19:04:25.896Z[phy2] do you know the muffin man?
8062026-08-21T19:04:25.898Z[cpu] the muffin man?
8072026-08-21T19:04:25.898Z[cpu] the muffin man!
8082026-08-21T19:04:25.899Z[cpu] why yes
8092026-08-21T19:04:25.899Z[phy1] i know the muffin man
8102026-08-21T19:04:25.899Z[phy3] the muffin man is me!!!
8112026-08-21T19:04:25.899Ztest mac_rewrite::mac_rewrite2 ... ok
8122026-08-21T19:04:25.899Z
8132026-08-21T19:04:25.899Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8142026-08-21T19:04:25.899Z
8152026-08-21T19:04:25.904Z+ banner 'dyn load'
8162026-08-21T19:04:25.907Z
8172026-08-21T19:04:25.907Z ##### # # # # # #### ## #####
8182026-08-21T19:04:25.907Z # # # # ## # # # # # # # #
8192026-08-21T19:04:25.907Z # # # # # # # # # # # # #
8202026-08-21T19:04:25.907Z # # # # # # # # # ###### # #
8212026-08-21T19:04:25.907Z # # # # ## # # # # # # #
8222026-08-21T19:04:25.907Z ##### # # # ###### #### # # #####
8232026-08-21T19:04:25.907Z
8242026-08-21T19:04:25.907Z+ RUST_BACKTRACE=1
8252026-08-21T19:04:25.907Z+ cargo test dload -- --nocapture
8262026-08-21T19:04:25.992Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8272026-08-21T19:04:25.995Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8282026-08-21T19:04:25.998Z
8292026-08-21T19:04:25.998Zrunning 2 tests
8302026-08-21T19:04:26.001Ztest dload::pipeline_create ... ok
8312026-08-21T19:04:26.004Ztest dload::dynamic_load ... ok
8322026-08-21T19:04:26.005Z
8332026-08-21T19:04:26.005Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8342026-08-21T19:04:26.005Z
8352026-08-21T19:04:26.008Z+ banner disag
8362026-08-21T19:04:26.011Z
8372026-08-21T19:04:26.012Z ##### # #### ## ####
8382026-08-21T19:04:26.012Z # # # # # # # #
8392026-08-21T19:04:26.012Z # # # #### # # #
8402026-08-21T19:04:26.012Z # # # # ###### # ###
8412026-08-21T19:04:26.012Z # # # # # # # # #
8422026-08-21T19:04:26.012Z ##### # #### # # ####
8432026-08-21T19:04:26.012Z
8442026-08-21T19:04:26.012Z+ RUST_BACKTRACE=1
8452026-08-21T19:04:26.012Z+ cargo test disag_router -- --nocapture
8462026-08-21T19:04:26.097Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8472026-08-21T19:04:26.100Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8482026-08-21T19:04:26.104Z
8492026-08-21T19:04:26.104Zrunning 1 test
8502026-08-21T19:04:26.107Z[phy2] do you know the muffin man?
8512026-08-21T19:04:26.107Z[cpu] the muffin man?
8522026-08-21T19:04:26.107Z[cpu] the muffin man!
8532026-08-21T19:04:26.107Z[cpu] why yes
8542026-08-21T19:04:26.110Z[phy1] i know the muffin man
8552026-08-21T19:04:26.110Z[phy3] the muffin man is me!!!
8562026-08-21T19:04:26.110Ztest disag_router::disag_router ... ok
8572026-08-21T19:04:26.110Z
8582026-08-21T19:04:26.110Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8592026-08-21T19:04:26.110Z
8602026-08-21T19:04:26.114Z+ banner 'dyn rtr'
8612026-08-21T19:04:26.117Z
8622026-08-21T19:04:26.117Z ##### # # # # ##### ##### #####
8632026-08-21T19:04:26.117Z # # # # ## # # # # # #
8642026-08-21T19:04:26.117Z # # # # # # # # # # #
8652026-08-21T19:04:26.117Z # # # # # # ##### # #####
8662026-08-21T19:04:26.117Z # # # # ## # # # # #
8672026-08-21T19:04:26.117Z ##### # # # # # # # #
8682026-08-21T19:04:26.117Z
8692026-08-21T19:04:26.117Z+ RUST_BACKTRACE=1
8702026-08-21T19:04:26.117Z+ cargo test dynamic_router -- --nocapture
8712026-08-21T19:04:26.201Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8722026-08-21T19:04:26.205Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8732026-08-21T19:04:26.208Z
8742026-08-21T19:04:26.208Zrunning 1 test
8752026-08-21T19:04:26.212Z[phy2] do you know the muffin man?
8762026-08-21T19:04:26.215Z[cpu] the muffin man?
8772026-08-21T19:04:26.215Z[cpu] the muffin man!
8782026-08-21T19:04:26.215Z[cpu] why yes
8792026-08-21T19:04:26.215Z[phy1] i know the muffin man
8802026-08-21T19:04:26.215Z[phy3] the muffin man is me!!!
8812026-08-21T19:04:26.215Ztest dynamic_router::dynamic_router2 ... ok
8822026-08-21T19:04:26.215Z
8832026-08-21T19:04:26.215Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8842026-08-21T19:04:26.215Z
8852026-08-21T19:04:26.219Z+ banner hub
8862026-08-21T19:04:26.222Z
8872026-08-21T19:04:26.222Z # # # # #####
8882026-08-21T19:04:26.222Z # # # # # #
8892026-08-21T19:04:26.222Z ###### # # #####
8902026-08-21T19:04:26.222Z # # # # # #
8912026-08-21T19:04:26.222Z # # # # # #
8922026-08-21T19:04:26.222Z # # #### #####
8932026-08-21T19:04:26.222Z
8942026-08-21T19:04:26.222Z+ RUST_BACKTRACE=1
8952026-08-21T19:04:26.223Z+ cargo test hub -- --nocapture
8962026-08-21T19:04:26.307Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8972026-08-21T19:04:26.310Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8982026-08-21T19:04:26.313Z
8992026-08-21T19:04:26.313Zrunning 1 test
9002026-08-21T19:04:26.317Z[phy2] do you know the muffin man?
9012026-08-21T19:04:26.317Z[phy3] do you know the muffin man?
9022026-08-21T19:04:26.320Z[phy1] the muffin man?
9032026-08-21T19:04:26.320Z[phy3] the muffin man?
9042026-08-21T19:04:26.320Z[phy2] the muffin man!
9052026-08-21T19:04:26.320Z[phy3] the muffin man!
9062026-08-21T19:04:26.320Z[phy1] why yes
9072026-08-21T19:04:26.320Z[phy1] i know the muffin man
9082026-08-21T19:04:26.320Z[phy1] the muffin man is me!!!
9092026-08-21T19:04:26.320Z[phy3] why yes
9102026-08-21T19:04:26.320Z[phy3] i know the muffin man
9112026-08-21T19:04:26.320Z[phy3] the muffin man is me!!!
9122026-08-21T19:04:26.320Ztest hub::hub2 ... ok
9132026-08-21T19:04:26.320Z
9142026-08-21T19:04:26.320Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9152026-08-21T19:04:26.320Z
9162026-08-21T19:04:26.325Z+ banner router
9172026-08-21T19:04:26.328Z
9182026-08-21T19:04:26.328Z ##### #### # # ##### ###### #####
9192026-08-21T19:04:26.328Z # # # # # # # # # #
9202026-08-21T19:04:26.328Z # # # # # # # ##### # #
9212026-08-21T19:04:26.328Z ##### # # # # # # #####
9222026-08-21T19:04:26.328Z # # # # # # # # # #
9232026-08-21T19:04:26.328Z # # #### #### # ###### # #
9242026-08-21T19:04:26.328Z
9252026-08-21T19:04:26.328Z+ RUST_BACKTRACE=1
9262026-08-21T19:04:26.328Z+ cargo test basic_router -- --nocapture
9272026-08-21T19:04:26.412Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9282026-08-21T19:04:26.415Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9292026-08-21T19:04:26.418Z
9302026-08-21T19:04:26.418Zrunning 1 test
9312026-08-21T19:04:26.423Z[phy2] do you know the muffin man?
9322026-08-21T19:04:26.426Z[phy1] the muffin man?
9332026-08-21T19:04:26.426Z[phy2] the muffin man!
9342026-08-21T19:04:26.426Z[phy1] why yes
9352026-08-21T19:04:26.426Z[phy1] i know the muffin man
9362026-08-21T19:04:26.426Z[phy1] the muffin man is me!!!
9372026-08-21T19:04:26.426Ztest basic_router::basic_router2 ... ok
9382026-08-21T19:04:26.426Z
9392026-08-21T19:04:26.426Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9402026-08-21T19:04:26.426Z
9412026-08-21T19:04:26.429Z+ banner headers
9422026-08-21T19:04:26.432Z
9432026-08-21T19:04:26.432Z # # ###### ## ##### ###### ##### ####
9442026-08-21T19:04:26.432Z # # # # # # # # # # #
9452026-08-21T19:04:26.432Z ###### ##### # # # # ##### # # ####
9462026-08-21T19:04:26.432Z # # # ###### # # # ##### #
9472026-08-21T19:04:26.432Z # # # # # # # # # # # #
9482026-08-21T19:04:26.432Z # # ###### # # ##### ###### # # ####
9492026-08-21T19:04:26.432Z
9502026-08-21T19:04:26.432Z+ RUST_BACKTRACE=1
9512026-08-21T19:04:26.433Z+ cargo test headers -- --nocapture
9522026-08-21T19:04:26.517Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9532026-08-21T19:04:26.520Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9542026-08-21T19:04:26.523Z
9552026-08-21T19:04:26.523Zrunning 1 test
9562026-08-21T19:04:26.523Ztest headers::ipv6_header_read_write ... ok
9572026-08-21T19:04:26.523Z
9582026-08-21T19:04:26.523Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9592026-08-21T19:04:26.523Z
9602026-08-21T19:04:26.528Zprocess exited: duration 102598 ms, exit code 0
 
9612026-08-21T19:04:26.539Zfound 4 output files
9622026-08-21T19:04:26.539Zuploading: /work/debug/libsidecar_lite.so (43100416 bytes)
9632026-08-21T19:04:27.780Zuploaded: /work/debug/libsidecar_lite.so
9642026-08-21T19:04:27.784Zuploading: /work/debug/x4c (37742832 bytes)
9652026-08-21T19:04:29.012Zuploaded: /work/debug/x4c
9662026-08-21T19:04:29.012Zuploading: /work/release/libsidecar_lite.so (9931192 bytes)
9672026-08-21T19:04:30.092Zuploaded: /work/release/libsidecar_lite.so
9682026-08-21T19:04:30.092Zuploading: /work/release/x4c (8660336 bytes)
9692026-08-21T19:04:31.163Zuploaded: /work/release/x4c