01KZ86611YVQ6P7CS4MT9Q9FYK: 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: 01KZ86693194VM4A5MJGFTN1E6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-05T05:27:11.612Zjob assigned to worker 01KZ866DGG8H9R92CRB8D6NQ94 [factory aws, i-03e25902d9ef89b36] (queued for 45 s)
 
22026-08-05T05:27:17.929Zstarting task 0: "setup"
32026-08-05T05:27:17.933Z++ uname -s
42026-08-05T05:27:17.937Z+ kern=SunOS
52026-08-05T05:27:17.937Z+ build_user=build
62026-08-05T05:27:17.937Z+ build_uid=12345
72026-08-05T05:27:17.937Z+ work_dir=/work
82026-08-05T05:27:17.937Z+ input_dir=/input
92026-08-05T05:27:17.937Z+ [[ 0 == 12345 ]]
102026-08-05T05:27:17.937Z+ case "$kern" in
112026-08-05T05:27:17.937Z+ groupadd -g 12345 build
122026-08-05T05:27:17.937Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-05T05:27:19.943Z+ zfs create -o mountpoint=/work rpool/work
142026-08-05T05:27:20.015Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-05T05:27:20.019Z+ home_fs=zfs
162026-08-05T05:27:20.019Z+ [[ zfs == autofs ]]
172026-08-05T05:27:20.019Z+ mkdir -p /home/build
182026-08-05T05:27:20.019Z+ chown build:build /home/build /work
192026-08-05T05:27:22.020Z+ chmod 0700 /home/build /work
202026-08-05T05:27:22.023Zprocess exited: duration 4095 ms, exit code 0
 
212026-08-05T05:27:22.029Zstarting task 1: "rust-toolchain"
222026-08-05T05:27:22.034Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-05T05:27:22.034Z * rust toolchain channel = "stable"
242026-08-05T05:27:22.034Z * rust toolchain profile = "default"
252026-08-05T05:27:22.034Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-05T05:27:22.034Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-05T05:27:22.037Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-05T05:27:22.037Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-05T05:27:22.037Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-05T05:27:22.164Zinfo: downloading installer
312026-08-05T05:27:23.698Zwarn: It looks like you have an existing installation of Rust at:
322026-08-05T05:27:23.698Zwarn: /opt/ooce/bin
332026-08-05T05:27:23.698Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-05T05:27:23.698Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-05T05:27:23.698Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-05T05:27:23.698Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-05T05:27:23.698Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-05T05:27:23.698Zerror: cannot install while Rust is installed
392026-08-05T05:27:23.701Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-05T05:27:23.701Zwarn: It looks like you have an existing rustup settings file at:
412026-08-05T05:27:23.701Zwarn: /home/build/.rustup/settings.toml
422026-08-05T05:27:23.701Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-05T05:27:23.701Zwarn: instead of the one inferred from the default host triple.
442026-08-05T05:27:23.712Zinfo: profile set to default
452026-08-05T05:27:23.712Zinfo: default host triple is x86_64-unknown-illumos
462026-08-05T05:27:23.715Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-05T05:27:23.841Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-05T05:27:23.844Zinfo: downloading 6 components
492026-08-05T05:27:38.419Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-05T05:27:38.419Z
512026-08-05T05:27:38.447Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-05T05:27:38.447Z
532026-08-05T05:27:38.447Z
542026-08-05T05:27:38.447ZRust is installed now. Great!
552026-08-05T05:27:38.447Z
562026-08-05T05:27:38.447ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-05T05:27:38.447Zenvironment variable. This has not been done automatically.
582026-08-05T05:27:38.447Z
592026-08-05T05:27:38.447ZTo configure your current shell, you need to source
602026-08-05T05:27:38.447Zthe corresponding env file under $HOME/.cargo.
612026-08-05T05:27:38.447Z
622026-08-05T05:27:38.447ZThis is usually done by running one of the following (note the leading DOT):
632026-08-05T05:27:38.447Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-05T05:27:38.447Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-05T05:27:38.447Zsource "~/.cargo/env.nu" # For nushell
662026-08-05T05:27:38.447Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-05T05:27:38.447Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-05T05:27:38.447Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-05T05:27:38.450Zwarn: no default linker (`cc`) was found in your PATH
702026-08-05T05:27:38.450Zwarn: many Rust crates require a system C toolchain to build
712026-08-05T05:27:38.534Z+ rustup --version
722026-08-05T05:27:38.543Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-05T05:27:38.546Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-05T05:27:38.564Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-05T05:27:38.566Z+ cargo --version
762026-08-05T05:27:38.581Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-05T05:27:38.584Z+ rustc --version
782026-08-05T05:27:38.603Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-05T05:27:38.606Zprocess exited: duration 16575 ms, exit code 0
 
802026-08-05T05:27:38.612Zstarting task 2: "authentication"
812026-08-05T05:27:38.629Zprocess exited: duration 16 ms, exit code 0
 
822026-08-05T05:27:38.634Zstarting task 3: "clone repository"
832026-08-05T05:27:38.638Z+ mkdir -p /work/oxidecomputer/p4
842026-08-05T05:27:38.641Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-08-05T05:27:38.673ZCloning into '/work/oxidecomputer/p4'...
862026-08-05T05:27:39.473Z+ cd /work/oxidecomputer/p4
872026-08-05T05:27:39.473Z+ git fetch origin 593cc16c955182055dbe193060b43a20932b9709
882026-08-05T05:27:39.708ZFrom https://github.com/oxidecomputer/p4
892026-08-05T05:27:39.708Z * branch 593cc16c955182055dbe193060b43a20932b9709 -> FETCH_HEAD
902026-08-05T05:27:39.712Z+ [[ -n renovate/clap ]]
912026-08-05T05:27:39.716Z++ git branch --show-current
922026-08-05T05:27:39.716Z+ current=main
932026-08-05T05:27:39.716Z+ [[ main != renovate/clap ]]
942026-08-05T05:27:39.716Z+ git branch -f renovate/clap 593cc16c955182055dbe193060b43a20932b9709
952026-08-05T05:27:39.719Z+ git checkout -f renovate/clap
962026-08-05T05:27:39.724ZSwitched to branch 'renovate/clap'
972026-08-05T05:27:39.727Z+ git reset --hard 593cc16c955182055dbe193060b43a20932b9709
982026-08-05T05:27:39.730ZHEAD is now at 593cc16 Update Rust crate clap to v4.6.5
992026-08-05T05:27:39.730Zprocess exited: duration 1093 ms, exit code 0
 
1002026-08-05T05:27:39.736Zstarting task 4: "build"
1012026-08-05T05:27:39.740Z+ cargo --version
1022026-08-05T05:27:39.746Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-08-05T05:27:39.938Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-08-05T05:27:39.943Zinfo: downloading 6 components
1052026-08-05T05:27:55.754Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-08-05T05:27:55.757Z+ rustc --version
1072026-08-05T05:27:55.784Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-08-05T05:27:55.788Z+ banner check
1092026-08-05T05:27:55.791Z
1102026-08-05T05:27:55.791Z #### # # ###### #### # #
1112026-08-05T05:27:55.791Z # # # # # # # # #
1122026-08-05T05:27:55.791Z # ###### ##### # ####
1132026-08-05T05:27:55.791Z # # # # # # #
1142026-08-05T05:27:55.791Z # # # # # # # # #
1152026-08-05T05:27:55.791Z #### # # ###### #### # #
1162026-08-05T05:27:55.791Z
1172026-08-05T05:27:55.791Z+ cargo fmt -- --check
1182026-08-05T05:27:55.935Z+ cargo check
1192026-08-05T05:27:56.005Z Updating crates.io index
1202026-08-05T05:27:56.008Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-08-05T05:27:56.299ZFrom https://github.com/oxidecomputer/xfr
1222026-08-05T05:27:56.299Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-08-05T05:27:57.375Z Downloading crates ...
1242026-08-05T05:27:57.426Z Downloaded num-complex v0.4.6
1252026-08-05T05:27:57.431Z Downloaded generic-array v0.14.7
1262026-08-05T05:27:57.443Z Downloaded errno v0.3.14
1272026-08-05T05:27:57.446Z Downloaded zmij v1.0.21
1282026-08-05T05:27:57.447Z Downloaded dtrace-parser v0.2.0
1292026-08-05T05:27:57.456Z Downloaded zerocopy-derive v0.7.35
1302026-08-05T05:27:57.461Z Downloaded zerocopy v0.7.35
1312026-08-05T05:27:57.470Z Downloaded getrandom v0.4.1
1322026-08-05T05:27:57.475Z Downloaded funty v2.0.0
1332026-08-05T05:27:57.478Z Downloaded fastrand v2.3.0
1342026-08-05T05:27:57.481Z Downloaded crypto-common v0.1.7
1352026-08-05T05:27:57.484Z Downloaded once_cell v1.21.3
1362026-08-05T05:27:57.489Z Downloaded pnet_sys v0.35.0
1372026-08-05T05:27:57.492Z Downloaded plain v0.2.3
1382026-08-05T05:27:57.492Z Downloaded scroll_derive v0.12.1
1392026-08-05T05:27:57.492Z Downloaded block-buffer v0.10.4
1402026-08-05T05:27:57.495Z Downloaded radium v0.7.0
1412026-08-05T05:27:57.498Z Downloaded anstyle-query v1.1.5
1422026-08-05T05:27:57.498Z Downloaded pnet_transport v0.35.0
1432026-08-05T05:27:57.501Z Downloaded is_terminal_polyfill v1.70.2
1442026-08-05T05:27:57.501Z Downloaded clap_lex v1.0.0
1452026-08-05T05:27:57.504Z Downloaded heck v0.5.0
1462026-08-05T05:27:57.504Z Downloaded pnet_macros_support v0.35.0
1472026-08-05T05:27:57.507Z Downloaded pretty-hex v0.4.1
1482026-08-05T05:27:57.507Z Downloaded glob v0.3.3
1492026-08-05T05:27:57.510Z Downloaded rand_core v0.9.5
1502026-08-05T05:27:57.514Z Downloaded num v0.4.3
1512026-08-05T05:27:57.519Z Downloaded usdt-attr-macro v0.5.0
1522026-08-05T05:27:57.526Z Downloaded dof v0.3.0
1532026-08-05T05:27:57.529Z Downloaded pnet_base v0.35.0
1542026-08-05T05:27:57.532Z Downloaded num-iter v0.1.45
1552026-08-05T05:27:57.535Z Downloaded strsim v0.11.1
1562026-08-05T05:27:57.535Z Downloaded usdt-macro v0.5.0
1572026-08-05T05:27:57.538Z Downloaded cfg-if v1.0.4
1582026-08-05T05:27:57.547Z Downloaded memmap v0.7.0
1592026-08-05T05:27:57.550Z Downloaded version_check v0.9.5
1602026-08-05T05:27:57.550Z Downloaded cpufeatures v0.2.17
1612026-08-05T05:27:57.556Z Downloaded colorchoice v1.0.4
1622026-08-05T05:27:57.564Z Downloaded thread-id v4.2.2
1632026-08-05T05:27:57.567Z Downloaded tap v1.0.1
1642026-08-05T05:27:57.567Z Downloaded itoa v1.0.17
1652026-08-05T05:27:57.570Z Downloaded usdt v0.5.0
1662026-08-05T05:27:57.573Z Downloaded quote v1.0.45
1672026-08-05T05:27:57.576Z Downloaded pnet_macros v0.35.0
1682026-08-05T05:27:57.585Z Downloaded pnet v0.35.0
1692026-08-05T05:27:57.589Z Downloaded rand_chacha v0.9.0
1702026-08-05T05:27:57.592Z Downloaded goblin v0.8.2
1712026-08-05T05:27:57.595Z Downloaded scroll v0.12.0
1722026-08-05T05:27:57.595Z Downloaded pnet_datalink v0.35.0
1732026-08-05T05:27:57.595Z Downloaded num-integer v0.1.46
1742026-08-05T05:27:57.599Z Downloaded num-rational v0.4.2
1752026-08-05T05:27:57.602Z Downloaded no-std-net v0.6.0
1762026-08-05T05:27:57.602Z Downloaded wyz v0.5.1
1772026-08-05T05:27:57.602Z Downloaded utf8parse v0.2.2
1782026-08-05T05:27:57.606Z Downloaded thiserror-impl v1.0.69
1792026-08-05T05:27:57.606Z Downloaded serde_tokenstream v0.2.3
1802026-08-05T05:27:57.606Z Downloaded ipnetwork v0.20.0
1812026-08-05T05:27:57.606Z Downloaded autocfg v1.5.0
1822026-08-05T05:27:57.609Z Downloaded digest v0.10.7
1832026-08-05T05:27:57.614Z Downloaded anstyle v1.0.14
1842026-08-05T05:27:57.617Z Downloaded anstream v1.0.0
1852026-08-05T05:27:57.621Z Downloaded thiserror v1.0.69
1862026-08-05T05:27:57.629Z Downloaded pnet_packet v0.35.0
1872026-08-05T05:27:57.632Z Downloaded ppv-lite86 v0.2.21
1882026-08-05T05:27:57.638Z Downloaded usdt-impl v0.5.0
1892026-08-05T05:27:57.642Z Downloaded pest_generator v2.8.6
1902026-08-05T05:27:57.645Z Downloaded byteorder v1.5.0
1912026-08-05T05:27:57.648Z Downloaded anstyle-parse v1.0.0
1922026-08-05T05:27:57.651Z Downloaded colored v3.1.1
1932026-08-05T05:27:57.656Z Downloaded pest_derive v2.8.6
1942026-08-05T05:27:57.663Z Downloaded ucd-trie v0.1.7
1952026-08-05T05:27:57.666Z Downloaded sha2 v0.10.9
1962026-08-05T05:27:57.674Z Downloaded tempfile v3.27.0
1972026-08-05T05:27:57.685Z Downloaded num-traits v0.2.19
1982026-08-05T05:27:57.689Z Downloaded unicode-ident v1.0.24
1992026-08-05T05:27:57.689Z Downloaded proc-macro2 v1.0.106
2002026-08-05T05:27:57.692Z Downloaded getrandom v0.3.4
2012026-08-05T05:27:57.692Z Downloaded bitflags v2.11.0
2022026-08-05T05:27:57.695Z Downloaded serde_core v1.0.228
2032026-08-05T05:27:57.698Z Downloaded serde_derive v1.0.228
2042026-08-05T05:27:57.698Z Downloaded clap_derive v4.6.4
2052026-08-05T05:27:57.703Z Downloaded anyhow v1.0.102
2062026-08-05T05:27:57.706Z Downloaded typenum v1.19.0
2072026-08-05T05:27:57.706Z Downloaded pest_meta v2.8.6
2082026-08-05T05:27:57.709Z Downloaded prettyplease v0.2.37
2092026-08-05T05:27:57.709Z Downloaded log v0.4.29
2102026-08-05T05:27:57.714Z Downloaded memchr v2.8.0
2112026-08-05T05:27:57.717Z Downloaded clap v4.6.5
2122026-08-05T05:27:57.726Z Downloaded serde v1.0.228
2132026-08-05T05:27:57.735Z Downloaded rand v0.9.3
2142026-08-05T05:27:57.756Z Downloaded num-bigint v0.4.6
2152026-08-05T05:27:57.773Z Downloaded pest v2.8.6
2162026-08-05T05:27:57.780Z Downloaded serde_json v1.0.149
2172026-08-05T05:27:57.786Z Downloaded regex v1.12.4
2182026-08-05T05:27:57.798Z Downloaded aho-corasick v1.1.4
2192026-08-05T05:27:57.814Z Downloaded clap_builder v4.6.5
2202026-08-05T05:27:57.836Z Downloaded bitvec v1.1.1
2212026-08-05T05:27:57.858Z Downloaded zerocopy v0.8.40
2222026-08-05T05:27:57.863Z Downloaded syn v2.0.118
2232026-08-05T05:27:57.872Z Downloaded syn v3.0.3
2242026-08-05T05:27:57.888Z Downloaded libc v0.2.182
2252026-08-05T05:27:57.907Z Downloaded regex-syntax v0.8.11
2262026-08-05T05:27:57.911Z Downloaded rustix v1.1.4
2272026-08-05T05:27:57.933Z Downloaded regex-automata v0.4.14
2282026-08-05T05:27:57.989Z Compiling proc-macro2 v1.0.106
2292026-08-05T05:27:57.993Z Compiling quote v1.0.45
2302026-08-05T05:27:57.993Z Compiling unicode-ident v1.0.24
2312026-08-05T05:27:57.993Z Compiling libc v0.2.182
2322026-08-05T05:27:57.993Z Compiling serde_core v1.0.228
2332026-08-05T05:27:57.993Z Compiling memchr v2.8.0
2342026-08-05T05:27:57.993Z Compiling serde v1.0.228
2352026-08-05T05:27:58.144Z Compiling thiserror v1.0.69
2362026-08-05T05:27:58.388Z Compiling zmij v1.0.21
2372026-08-05T05:27:58.397Z Compiling ucd-trie v0.1.7
2382026-08-05T05:27:58.576Z Compiling pest v2.8.6
2392026-08-05T05:27:58.607Z Compiling rustix v1.1.4
2402026-08-05T05:27:58.610Z Compiling serde_json v1.0.149
2412026-08-05T05:27:58.725Z Compiling getrandom v0.4.1
2422026-08-05T05:27:58.847Z Compiling version_check v0.9.5
2432026-08-05T05:27:59.016Z Compiling autocfg v1.5.0
2442026-08-05T05:27:59.165Z Checking syn v2.0.118
2452026-08-05T05:27:59.185Z Compiling aho-corasick v1.1.4
2462026-08-05T05:27:59.233Z Compiling prettyplease v0.2.37
2472026-08-05T05:27:59.354Z Compiling num-traits v0.2.19
2482026-08-05T05:27:59.475Z Compiling regex-syntax v0.8.11
2492026-08-05T05:27:59.692Z Compiling pest_meta v2.8.6
2502026-08-05T05:27:59.944Z Checking cfg-if v1.0.4
2512026-08-05T05:28:00.259Z Compiling itoa v1.0.17
2522026-08-05T05:28:00.432Z Compiling byteorder v1.5.0
2532026-08-05T05:28:00.521Z Compiling usdt-impl v0.5.0
2542026-08-05T05:28:00.723Z Checking num-integer v0.1.46
2552026-08-05T05:28:00.726Z Compiling thread-id v4.2.2
2562026-08-05T05:28:00.941Z Checking colored v3.1.1
2572026-08-05T05:28:00.997Z Compiling regex-automata v0.4.14
2582026-08-05T05:28:01.007Z Checking plain v0.2.3
2592026-08-05T05:28:01.127Z Checking log v0.4.29
2602026-08-05T05:28:01.266Z Compiling errno v0.3.14
2612026-08-05T05:28:01.448Z Checking no-std-net v0.6.0
2622026-08-05T05:28:01.468Z Checking pretty-hex v0.4.1
2632026-08-05T05:28:01.513Z Compiling radium v0.7.0
2642026-08-05T05:28:01.581Z Compiling bitflags v2.11.0
2652026-08-05T05:28:01.587Z Checking pnet_base v0.35.0
2662026-08-05T05:28:01.774Z Compiling pest_generator v2.8.6
2672026-08-05T05:28:01.822Z Checking tap v1.0.1
2682026-08-05T05:28:01.830Z Compiling zerocopy v0.8.40
2692026-08-05T05:28:01.890Z Compiling once_cell v1.21.3
2702026-08-05T05:28:01.915Z Compiling fastrand v2.3.0
2712026-08-05T05:28:02.157Z Compiling getrandom v0.3.4
2722026-08-05T05:28:02.265Z Checking wyz v0.5.1
2732026-08-05T05:28:02.427Z Checking num-iter v0.1.45
2742026-08-05T05:28:02.430Z Checking memmap v0.7.0
2752026-08-05T05:28:02.483Z Compiling tempfile v3.27.0
2762026-08-05T05:28:02.526Z Checking funty v2.0.0
2772026-08-05T05:28:02.598Z Compiling anyhow v1.0.102
2782026-08-05T05:28:02.808Z Compiling regex v1.12.4
2792026-08-05T05:28:02.825Z Checking bitvec v1.1.1
2802026-08-05T05:28:02.975Z Compiling serde_derive v1.0.228
2812026-08-05T05:28:03.089Z Compiling thiserror-impl v1.0.69
2822026-08-05T05:28:03.121Z Compiling zerocopy-derive v0.7.35
2832026-08-05T05:28:03.162Z Compiling pest_derive v2.8.6
2842026-08-05T05:28:03.193Z Compiling scroll_derive v0.12.1
2852026-08-05T05:28:03.655Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2862026-08-05T05:28:03.667Z Compiling pnet_macros v0.35.0
2872026-08-05T05:28:03.880Z Checking scroll v0.12.0
2882026-08-05T05:28:03.950Z Compiling zerocopy v0.7.35
2892026-08-05T05:28:04.095Z Checking goblin v0.8.2
2902026-08-05T05:28:04.329Z Compiling dtrace-parser v0.2.0
2912026-08-05T05:28:04.706Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2922026-08-05T05:28:04.944Z Checking pnet_macros_support v0.35.0
2932026-08-05T05:28:05.016Z Checking pnet_sys v0.35.0
2942026-08-05T05:28:05.125Z Checking utf8parse v0.2.2
2952026-08-05T05:28:05.159Z Checking pnet_packet v0.35.0
2962026-08-05T05:28:05.217Z Checking anstyle-parse v1.0.0
2972026-08-05T05:28:05.359Z Checking rand_core v0.9.5
2982026-08-05T05:28:05.715Z Checking anstyle-query v1.1.5
2992026-08-05T05:28:05.964Z Checking anstyle v1.0.14
3002026-08-05T05:28:05.976Z Checking colorchoice v1.0.4
3012026-08-05T05:28:06.009Z Checking is_terminal_polyfill v1.70.2
3022026-08-05T05:28:06.040Z Checking num-bigint v0.4.6
3032026-08-05T05:28:06.061Z Checking num-complex v0.4.6
3042026-08-05T05:28:06.084Z Checking ipnetwork v0.20.0
3052026-08-05T05:28:06.133Z Compiling dof v0.3.0
3062026-08-05T05:28:06.145Z Compiling serde_tokenstream v0.2.3
3072026-08-05T05:28:06.248Z Compiling pnet v0.35.0
3082026-08-05T05:28:06.416Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3092026-08-05T05:28:06.459Z Checking pnet_datalink v0.35.0
3102026-08-05T05:28:06.471Z Checking anstream v1.0.0
3112026-08-05T05:28:06.837Z Compiling syn v3.0.3
3122026-08-05T05:28:06.843Z Checking num-rational v0.4.2
3132026-08-05T05:28:06.900Z Compiling usdt-attr-macro v0.5.0
3142026-08-05T05:28:07.053Z Compiling usdt-macro v0.5.0
3152026-08-05T05:28:07.081Z Checking pnet_transport v0.35.0
3162026-08-05T05:28:07.108Z Checking num v0.4.3
3172026-08-05T05:28:07.175Z Checking clap_lex v1.0.0
3182026-08-05T05:28:07.225Z Compiling heck v0.5.0
3192026-08-05T05:28:07.248Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3202026-08-05T05:28:07.304Z Checking strsim v0.11.1
3212026-08-05T05:28:07.452Z Checking clap_builder v4.6.5
3222026-08-05T05:28:07.487Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3232026-08-05T05:28:07.511Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3242026-08-05T05:28:07.606Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3252026-08-05T05:28:07.717Z Checking usdt v0.5.0
3262026-08-05T05:28:07.723Z Checking ppv-lite86 v0.2.21
3272026-08-05T05:28:07.772Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3282026-08-05T05:28:07.880Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3292026-08-05T05:28:08.007Z Checking rand_chacha v0.9.0
3302026-08-05T05:28:08.168Z Checking rand v0.9.3
3312026-08-05T05:28:08.216Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3322026-08-05T05:28:08.900Z Compiling clap_derive v4.6.4
3332026-08-05T05:28:10.008Z Checking clap v4.6.5
3342026-08-05T05:28:10.056Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3352026-08-05T05:28:10.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s
3362026-08-05T05:28:10.331Z+ cargo clippy --all-targets -- --deny warnings
3372026-08-05T05:28:10.454Z Downloading crates ...
3382026-08-05T05:28:10.506Z Downloaded libloading v0.9.0
3392026-08-05T05:28:10.554Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3402026-08-05T05:28:10.571Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3412026-08-05T05:28:10.578Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3422026-08-05T05:28:10.581Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3432026-08-05T05:28:10.581Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3442026-08-05T05:28:10.584Z Checking libloading v0.9.0
3452026-08-05T05:28:10.834Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3462026-08-05T05:28:11.351Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3472026-08-05T05:28:12.197Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3482026-08-05T05:28:12.201Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3492026-08-05T05:28:13.116Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3502026-08-05T05:28:18.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.71s
3512026-08-05T05:28:18.121Z+ banner build
3522026-08-05T05:28:18.124Z
3532026-08-05T05:28:18.124Z ##### # # # # #####
3542026-08-05T05:28:18.124Z # # # # # # # #
3552026-08-05T05:28:18.124Z ##### # # # # # #
3562026-08-05T05:28:18.124Z # # # # # # # #
3572026-08-05T05:28:18.124Z # # # # # # # #
3582026-08-05T05:28:18.124Z ##### #### # ###### #####
3592026-08-05T05:28:18.124Z
3602026-08-05T05:28:18.124Z+ ptime -m cargo build
3612026-08-05T05:28:18.259Z Compiling unicode-ident v1.0.24
3622026-08-05T05:28:18.259Z Compiling memchr v2.8.0
3632026-08-05T05:28:18.259Z Compiling ucd-trie v0.1.7
3642026-08-05T05:28:18.259Z Compiling regex-syntax v0.8.11
3652026-08-05T05:28:18.259Z Compiling libc v0.2.182
3662026-08-05T05:28:18.263Z Compiling serde_core v1.0.228
3672026-08-05T05:28:18.285Z Compiling cfg-if v1.0.4
3682026-08-05T05:28:18.288Z Compiling zmij v1.0.21
3692026-08-05T05:28:18.330Z Compiling itoa v1.0.17
3702026-08-05T05:28:18.376Z Compiling proc-macro2 v1.0.106
3712026-08-05T05:28:18.497Z Compiling byteorder v1.5.0
3722026-08-05T05:28:18.543Z Compiling num-traits v0.2.19
3732026-08-05T05:28:18.554Z Compiling errno v0.3.14
3742026-08-05T05:28:18.600Z Compiling thread-id v4.2.2
3752026-08-05T05:28:18.668Z Compiling aho-corasick v1.1.4
3762026-08-05T05:28:18.682Z Compiling pest v2.8.6
3772026-08-05T05:28:18.699Z Compiling bitflags v2.11.0
3782026-08-05T05:28:18.923Z Compiling quote v1.0.45
3792026-08-05T05:28:18.930Z Compiling rustix v1.1.4
3802026-08-05T05:28:19.087Z Compiling syn v2.0.118
3812026-08-05T05:28:19.139Z Compiling num-integer v0.1.46
3822026-08-05T05:28:19.204Z Compiling getrandom v0.4.1
3832026-08-05T05:28:19.335Z Compiling plain v0.2.3
3842026-08-05T05:28:19.429Z Compiling log v0.4.29
3852026-08-05T05:28:19.446Z Compiling fastrand v2.3.0
3862026-08-05T05:28:19.604Z Compiling once_cell v1.21.3
3872026-08-05T05:28:19.702Z Compiling regex-automata v0.4.14
3882026-08-05T05:28:19.795Z Compiling pest_meta v2.8.6
3892026-08-05T05:28:19.804Z Compiling colored v3.1.1
3902026-08-05T05:28:19.959Z Compiling serde_json v1.0.149
3912026-08-05T05:28:20.116Z Compiling tempfile v3.27.0
3922026-08-05T05:28:20.186Z Compiling pretty-hex v0.4.1
3932026-08-05T05:28:20.311Z Compiling no-std-net v0.6.0
3942026-08-05T05:28:20.374Z Compiling pnet_base v0.35.0
3952026-08-05T05:28:20.511Z Compiling tap v1.0.1
3962026-08-05T05:28:20.525Z Compiling radium v0.7.0
3972026-08-05T05:28:20.613Z Compiling wyz v0.5.1
3982026-08-05T05:28:20.692Z Compiling num-iter v0.1.45
3992026-08-05T05:28:20.707Z Compiling memmap v0.7.0
4002026-08-05T05:28:20.788Z Compiling funty v2.0.0
4012026-08-05T05:28:20.795Z Compiling getrandom v0.3.4
4022026-08-05T05:28:20.879Z Compiling zerocopy v0.8.40
4032026-08-05T05:28:20.952Z Compiling pnet_macros_support v0.35.0
4042026-08-05T05:28:20.955Z Compiling pnet_sys v0.35.0
4052026-08-05T05:28:21.055Z Compiling utf8parse v0.2.2
4062026-08-05T05:28:21.068Z Compiling rand_core v0.9.5
4072026-08-05T05:28:21.077Z Compiling anyhow v1.0.102
4082026-08-05T05:28:21.116Z Compiling bitvec v1.1.1
4092026-08-05T05:28:21.150Z Compiling anstyle-parse v1.0.0
4102026-08-05T05:28:21.269Z Compiling colorchoice v1.0.4
4112026-08-05T05:28:21.320Z Compiling anstyle-query v1.1.5
4122026-08-05T05:28:21.370Z Compiling regex v1.12.4
4132026-08-05T05:28:21.413Z Compiling pest_generator v2.8.6
4142026-08-05T05:28:21.418Z Compiling prettyplease v0.2.37
4152026-08-05T05:28:21.452Z Compiling anstyle v1.0.14
4162026-08-05T05:28:21.662Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4172026-08-05T05:28:21.823Z Compiling is_terminal_polyfill v1.70.2
4182026-08-05T05:28:21.903Z Compiling anstream v1.0.0
4192026-08-05T05:28:22.010Z Compiling syn v3.0.3
4202026-08-05T05:28:22.209Z Compiling strsim v0.11.1
4212026-08-05T05:28:22.402Z Compiling clap_lex v1.0.0
4222026-08-05T05:28:22.591Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4232026-08-05T05:28:22.644Z Compiling clap_builder v4.6.5
4242026-08-05T05:28:22.764Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4252026-08-05T05:28:22.908Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4262026-08-05T05:28:23.396Z Compiling serde_derive v1.0.228
4272026-08-05T05:28:23.396Z Compiling thiserror-impl v1.0.69
4282026-08-05T05:28:23.396Z Compiling zerocopy-derive v0.7.35
4292026-08-05T05:28:23.396Z Compiling pest_derive v2.8.6
4302026-08-05T05:28:23.847Z Compiling scroll_derive v0.12.1
4312026-08-05T05:28:24.118Z Compiling pnet_macros v0.35.0
4322026-08-05T05:28:24.180Z Compiling ppv-lite86 v0.2.21
4332026-08-05T05:28:24.421Z Compiling zerocopy v0.7.35
4342026-08-05T05:28:24.489Z Compiling rand_chacha v0.9.0
4352026-08-05T05:28:24.788Z Compiling thiserror v1.0.69
4362026-08-05T05:28:24.792Z Compiling scroll v0.12.0
4372026-08-05T05:28:24.878Z Compiling dtrace-parser v0.2.0
4382026-08-05T05:28:24.932Z Compiling clap_derive v4.6.4
4392026-08-05T05:28:24.951Z Compiling rand v0.9.3
4402026-08-05T05:28:25.033Z Compiling goblin v0.8.2
4412026-08-05T05:28:25.700Z Compiling pnet_packet v0.35.0
4422026-08-05T05:28:26.166Z Compiling serde v1.0.228
4432026-08-05T05:28:26.283Z Compiling clap v4.6.5
4442026-08-05T05:28:26.324Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4452026-08-05T05:28:26.544Z Compiling serde_tokenstream v0.2.3
4462026-08-05T05:28:26.545Z Compiling dof v0.3.0
4472026-08-05T05:28:26.567Z Compiling num-bigint v0.4.6
4482026-08-05T05:28:26.579Z Compiling num-complex v0.4.6
4492026-08-05T05:28:26.642Z Compiling ipnetwork v0.20.0
4502026-08-05T05:28:26.815Z Compiling usdt-impl v0.5.0
4512026-08-05T05:28:26.875Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4522026-08-05T05:28:26.912Z Compiling pnet_datalink v0.35.0
4532026-08-05T05:28:27.252Z Compiling usdt-attr-macro v0.5.0
4542026-08-05T05:28:27.474Z Compiling num-rational v0.4.2
4552026-08-05T05:28:28.082Z Compiling usdt-macro v0.5.0
4562026-08-05T05:28:28.115Z Compiling num v0.4.3
4572026-08-05T05:28:28.187Z Compiling pnet_transport v0.35.0
4582026-08-05T05:28:28.316Z Compiling pnet v0.35.0
4592026-08-05T05:28:28.905Z Compiling usdt v0.5.0
4602026-08-05T05:28:29.019Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4612026-08-05T05:28:29.354Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4622026-08-05T05:28:29.475Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4632026-08-05T05:28:29.478Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4642026-08-05T05:28:29.664Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4652026-08-05T05:28:32.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.20s
4662026-08-05T05:28:32.357Z
4672026-08-05T05:28:32.361Zreal 14.224792602
4682026-08-05T05:28:32.361Zuser 1:13.807565370
4692026-08-05T05:28:32.361Zsys 12.127444812
4702026-08-05T05:28:32.361Ztrap 0.040262527
4712026-08-05T05:28:32.361Ztflt 0.067698562
4722026-08-05T05:28:32.361Zdflt 0.117608011
4732026-08-05T05:28:32.361Zkflt 0.000023032
4742026-08-05T05:28:32.361Zlock 2:56.833303647
4752026-08-05T05:28:32.361Zslp 5:04.627438992
4762026-08-05T05:28:32.361Zlat 3.530824171
4772026-08-05T05:28:32.361Zstop 4.588922185
4782026-08-05T05:28:32.361Z+ ptime -m cargo build --release
4792026-08-05T05:28:32.437Z Compiling proc-macro2 v1.0.106
4802026-08-05T05:28:32.437Z Compiling quote v1.0.45
4812026-08-05T05:28:32.437Z Compiling unicode-ident v1.0.24
4822026-08-05T05:28:32.441Z Compiling libc v0.2.182
4832026-08-05T05:28:32.441Z Compiling serde_core v1.0.228
4842026-08-05T05:28:32.441Z Compiling memchr v2.8.0
4852026-08-05T05:28:32.441Z Compiling serde v1.0.228
4862026-08-05T05:28:32.441Z Compiling thiserror v1.0.69
4872026-08-05T05:28:32.551Z Compiling zmij v1.0.21
4882026-08-05T05:28:32.776Z Compiling rustix v1.1.4
4892026-08-05T05:28:32.789Z Compiling getrandom v0.4.1
4902026-08-05T05:28:32.987Z Compiling ucd-trie v0.1.7
4912026-08-05T05:28:33.047Z Compiling serde_json v1.0.149
4922026-08-05T05:28:33.115Z Compiling pest v2.8.6
4932026-08-05T05:28:33.188Z Compiling aho-corasick v1.1.4
4942026-08-05T05:28:33.313Z Compiling autocfg v1.5.0
4952026-08-05T05:28:33.578Z Compiling prettyplease v0.2.37
4962026-08-05T05:28:33.647Z Compiling version_check v0.9.5
4972026-08-05T05:28:33.765Z Compiling syn v2.0.118
4982026-08-05T05:28:33.883Z Compiling regex-syntax v0.8.11
4992026-08-05T05:28:33.917Z Compiling num-traits v0.2.19
5002026-08-05T05:28:34.152Z Compiling pest_meta v2.8.6
5012026-08-05T05:28:35.081Z Compiling byteorder v1.5.0
5022026-08-05T05:28:35.153Z Compiling cfg-if v1.0.4
5032026-08-05T05:28:35.216Z Compiling itoa v1.0.17
5042026-08-05T05:28:35.292Z Compiling usdt-impl v0.5.0
5052026-08-05T05:28:35.376Z Compiling regex-automata v0.4.14
5062026-08-05T05:28:35.853Z Compiling num-integer v0.1.46
5072026-08-05T05:28:35.988Z Compiling errno v0.3.14
5082026-08-05T05:28:36.004Z Compiling thread-id v4.2.2
5092026-08-05T05:28:36.119Z Compiling pest_generator v2.8.6
5102026-08-05T05:28:36.208Z Compiling bitflags v2.11.0
5112026-08-05T05:28:36.291Z Compiling log v0.4.29
5122026-08-05T05:28:36.441Z Compiling plain v0.2.3
5132026-08-05T05:28:36.988Z Compiling once_cell v1.21.3
5142026-08-05T05:28:37.037Z Compiling radium v0.7.0
5152026-08-05T05:28:37.184Z Compiling regex v1.12.4
5162026-08-05T05:28:37.318Z Compiling serde_derive v1.0.228
5172026-08-05T05:28:37.325Z Compiling thiserror-impl v1.0.69
5182026-08-05T05:28:37.487Z Compiling zerocopy-derive v0.7.35
5192026-08-05T05:28:37.560Z Compiling pest_derive v2.8.6
5202026-08-05T05:28:37.923Z Compiling scroll_derive v0.12.1
5212026-08-05T05:28:38.091Z Compiling fastrand v2.3.0
5222026-08-05T05:28:38.283Z Compiling pretty-hex v0.4.1
5232026-08-05T05:28:38.313Z Compiling colored v3.1.1
5242026-08-05T05:28:38.355Z Compiling zerocopy v0.7.35
5252026-08-05T05:28:38.579Z Compiling dtrace-parser v0.2.0
5262026-08-05T05:28:38.630Z Compiling scroll v0.12.0
5272026-08-05T05:28:38.919Z Compiling goblin v0.8.2
5282026-08-05T05:28:38.968Z Compiling no-std-net v0.6.0
5292026-08-05T05:28:39.031Z Compiling pnet_base v0.35.0
5302026-08-05T05:28:39.094Z Compiling tempfile v3.27.0
5312026-08-05T05:28:39.215Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5322026-08-05T05:28:39.405Z Compiling zerocopy v0.8.40
5332026-08-05T05:28:39.454Z Compiling tap v1.0.1
5342026-08-05T05:28:39.602Z Compiling getrandom v0.3.4
5352026-08-05T05:28:39.871Z Compiling wyz v0.5.1
5362026-08-05T05:28:39.946Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5372026-08-05T05:28:40.088Z Compiling num-iter v0.1.45
5382026-08-05T05:28:40.202Z Compiling memmap v0.7.0
5392026-08-05T05:28:40.363Z Compiling funty v2.0.0
5402026-08-05T05:28:40.434Z Compiling anyhow v1.0.102
5412026-08-05T05:28:40.561Z Compiling serde_tokenstream v0.2.3
5422026-08-05T05:28:40.621Z Compiling dof v0.3.0
5432026-08-05T05:28:40.762Z Compiling num-bigint v0.4.6
5442026-08-05T05:28:40.833Z Compiling num-complex v0.4.6
5452026-08-05T05:28:41.213Z Compiling bitvec v1.1.1
5462026-08-05T05:28:41.465Z Compiling usdt-attr-macro v0.5.0
5472026-08-05T05:28:41.510Z Compiling usdt-macro v0.5.0
5482026-08-05T05:28:42.174Z Compiling num-rational v0.4.2
5492026-08-05T05:28:43.320Z Compiling usdt v0.5.0
5502026-08-05T05:28:43.406Z Compiling num v0.4.3
5512026-08-05T05:28:43.478Z Compiling pnet_macros_support v0.35.0
5522026-08-05T05:28:43.599Z Compiling pnet_macros v0.35.0
5532026-08-05T05:28:44.167Z Compiling pnet_sys v0.35.0
5542026-08-05T05:28:44.386Z Compiling utf8parse v0.2.2
5552026-08-05T05:28:44.490Z Compiling anstyle-parse v1.0.0
5562026-08-05T05:28:44.577Z Compiling ppv-lite86 v0.2.21
5572026-08-05T05:28:44.700Z Compiling pnet_packet v0.35.0
5582026-08-05T05:28:44.723Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5592026-08-05T05:28:44.912Z Compiling rand_core v0.9.5
5602026-08-05T05:28:45.777Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5612026-08-05T05:28:45.875Z Compiling ipnetwork v0.20.0
5622026-08-05T05:28:46.673Z Compiling is_terminal_polyfill v1.70.2
5632026-08-05T05:28:46.711Z Compiling colorchoice v1.0.4
5642026-08-05T05:28:46.820Z Compiling anstyle-query v1.1.5
5652026-08-05T05:28:46.917Z Compiling anstyle v1.0.14
5662026-08-05T05:28:47.139Z Compiling pnet v0.35.0
5672026-08-05T05:28:47.174Z Compiling anstream v1.0.0
5682026-08-05T05:28:47.368Z Compiling pnet_transport v0.35.0
5692026-08-05T05:28:47.858Z Compiling pnet_datalink v0.35.0
5702026-08-05T05:28:48.991Z Compiling rand_chacha v0.9.0
5712026-08-05T05:28:49.424Z Compiling syn v3.0.3
5722026-08-05T05:28:49.471Z Compiling clap_lex v1.0.0
5732026-08-05T05:28:49.540Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5742026-08-05T05:28:49.777Z Compiling heck v0.5.0
5752026-08-05T05:28:49.849Z Compiling strsim v0.11.1
5762026-08-05T05:28:50.019Z Compiling rand v0.9.3
5772026-08-05T05:28:50.100Z Compiling clap_builder v4.6.5
5782026-08-05T05:28:51.661Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5792026-08-05T05:28:51.708Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5802026-08-05T05:28:52.272Z Compiling clap_derive v4.6.4
5812026-08-05T05:28:52.327Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5822026-08-05T05:28:53.944Z Compiling clap v4.6.5
5832026-08-05T05:28:54.019Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5842026-08-05T05:28:55.802Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5852026-08-05T05:28:58.134Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5862026-08-05T05:29:04.903Z Finished `release` profile [optimized] target(s) in 32.53s
5872026-08-05T05:29:04.926Z
5882026-08-05T05:29:04.926Zreal 32.557877512
5892026-08-05T05:29:04.926Zuser 3:14.814988050
5902026-08-05T05:29:04.930Zsys 18.267506703
5912026-08-05T05:29:04.930Ztrap 0.106229796
5922026-08-05T05:29:04.930Ztflt 0.224237574
5932026-08-05T05:29:04.930Zdflt 0.183584072
5942026-08-05T05:29:04.930Zkflt 0.000027897
5952026-08-05T05:29:04.930Zlock 10:13.429807555
5962026-08-05T05:29:04.930Zslp 12:33.097856996
5972026-08-05T05:29:04.930Zlat 12.629020595
5982026-08-05T05:29:04.930Zstop 9.550996968
5992026-08-05T05:29:04.930Z+ for x in debug release
6002026-08-05T05:29:04.930Z+ mkdir -p /work/debug
6012026-08-05T05:29:04.930Z+ cp target/debug/x4c /work/debug/
6022026-08-05T05:29:04.954Z+ cp target/debug/libsidecar_lite.so /work/debug/
6032026-08-05T05:29:04.989Z+ for x in debug release
6042026-08-05T05:29:04.989Z+ mkdir -p /work/release
6052026-08-05T05:29:04.993Z+ cp target/release/x4c /work/release/
6062026-08-05T05:29:04.999Z+ cp target/release/libsidecar_lite.so /work/release/
6072026-08-05T05:29:05.008Z+ banner test
6082026-08-05T05:29:05.012Z
6092026-08-05T05:29:05.012Z ##### ###### #### #####
6102026-08-05T05:29:05.012Z # # # #
6112026-08-05T05:29:05.012Z # ##### #### #
6122026-08-05T05:29:05.012Z # # # #
6132026-08-05T05:29:05.012Z # # # # #
6142026-08-05T05:29:05.012Z # ###### #### #
6152026-08-05T05:29:05.012Z
6162026-08-05T05:29:05.012Z+ cargo test
6172026-08-05T05:29:05.083Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6182026-08-05T05:29:05.100Z Compiling libloading v0.9.0
6192026-08-05T05:29:05.104Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6202026-08-05T05:29:05.107Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6212026-08-05T05:29:05.107Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6222026-08-05T05:29:05.107Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6232026-08-05T05:29:05.291Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6242026-08-05T05:29:06.214Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6252026-08-05T05:29:06.214Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6262026-08-05T05:29:06.214Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6272026-08-05T05:29:06.488Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6282026-08-05T05:29:13.154Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.13s
6292026-08-05T05:29:13.168Z Running unittests src/lib.rs (target/debug/deps/p4-85be53bc186e4c60)
6302026-08-05T05:29:13.172Z
6312026-08-05T05:29:13.172Zrunning 0 tests
6322026-08-05T05:29:13.172Z
6332026-08-05T05:29:13.172Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6342026-08-05T05:29:13.172Z
6352026-08-05T05:29:13.172Z Running unittests src/lib.rs (target/debug/deps/p4_macro-7559636d1037bbb9)
6362026-08-05T05:29:13.175Z
6372026-08-05T05:29:13.175Zrunning 0 tests
6382026-08-05T05:29:13.175Z
6392026-08-05T05:29:13.175Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6402026-08-05T05:29:13.175Z
6412026-08-05T05:29:13.175Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-42b4ab9123dbb28b)
6422026-08-05T05:29:13.175Z
6432026-08-05T05:29:13.175Zrunning 0 tests
6442026-08-05T05:29:13.175Z
6452026-08-05T05:29:13.175Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6462026-08-05T05:29:13.175Z
6472026-08-05T05:29:13.175Z Running unittests src/lib.rs (target/debug/deps/p4_rust-682a88024cdd39f0)
6482026-08-05T05:29:13.179Z
6492026-08-05T05:29:13.179Zrunning 0 tests
6502026-08-05T05:29:13.179Z
6512026-08-05T05:29:13.179Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6522026-08-05T05:29:13.179Z
6532026-08-05T05:29:13.179Z Running unittests src/lib.rs (target/debug/deps/p4rs-71134c454596353c)
6542026-08-05T05:29:13.179Z
6552026-08-05T05:29:13.179Zrunning 14 tests
6562026-08-05T05:29:13.179Ztest bitmath::tests::bitmath_add_be ... ok
6572026-08-05T05:29:13.179Ztest bitmath::tests::bitmath_add_le ... ok
6582026-08-05T05:29:13.179Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6592026-08-05T05:29:13.179Ztest bitmath::tests::bitmath_add_cascade ... ok
6602026-08-05T05:29:13.179Ztest bitmath::tests::bitmath_add_nest ... ok
6612026-08-05T05:29:13.179Ztest bitmath::tests::bitmath_sub_be ... ok
6622026-08-05T05:29:13.179Ztest bitmath::tests::bitmath_sub_le ... ok
6632026-08-05T05:29:13.179Ztest bitmath::tests::bitmath_mod ... ok
6642026-08-05T05:29:13.183Ztest checksum::tests::udp_checksum ... ok
6652026-08-05T05:29:13.183Ztest table::tests::match_lpm_ternary_range ... ok
6662026-08-05T05:29:13.183Ztest table::tests::match_lpm_ternary_1 ... ok
6672026-08-05T05:29:13.183Ztest table::tests::match_ternary_1 ... ok
6682026-08-05T05:29:13.183Ztest table::tests::match_lpm_1 ... ok
6692026-08-05T05:29:13.183Ztest table::tests::match_with_action ... ok
6702026-08-05T05:29:13.183Z
6712026-08-05T05:29:13.183Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6722026-08-05T05:29:13.183Z
6732026-08-05T05:29:13.183Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-6b4b2d1351c9575d)
6742026-08-05T05:29:13.183Z
6752026-08-05T05:29:13.183Zrunning 0 tests
6762026-08-05T05:29:13.183Z
6772026-08-05T05:29:13.183Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6782026-08-05T05:29:13.183Z
6792026-08-05T05:29:13.183Z Running unittests src/lib.rs (target/debug/deps/tests-45eb331100058051)
6802026-08-05T05:29:13.183Z
6812026-08-05T05:29:13.183Zrunning 15 tests
6822026-08-05T05:29:13.187Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6832026-08-05T05:29:13.187Ztest headers::ipv6_header_read_write ... ok
6842026-08-05T05:29:13.190Ztest dload::pipeline_create ... ok
6852026-08-05T05:29:13.190Ztest ipv6::test_ipv6_parse ... ok
6862026-08-05T05:29:13.190Ztest dload::dynamic_load ... ok
6872026-08-05T05:29:13.196Ztest arithmetic::arithmetic ... ok
6882026-08-05T05:29:13.196Ztest basic_router::basic_router2 ... ok
6892026-08-05T05:29:13.196Ztest decap::geneve_decap ... ok
6902026-08-05T05:29:13.196Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6912026-08-05T05:29:13.199Ztest hub::hub2 ... ok
6922026-08-05T05:29:13.199Ztest disag_router::disag_router ... ok
6932026-08-05T05:29:13.199Ztest vlan::test_vlan_parse ... ok
6942026-08-05T05:29:13.209Ztest mac_rewrite::mac_rewrite2 ... ok
6952026-08-05T05:29:13.209Ztest dynamic_router::dynamic_router2 ... ok
6962026-08-05T05:29:13.277Ztest range::range ... ok
6972026-08-05T05:29:13.277Z
6982026-08-05T05:29:13.277Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
6992026-08-05T05:29:13.277Z
7002026-08-05T05:29:13.281Z Running unittests src/lib.rs (target/debug/deps/x4c-b11bf0220948bf68)
7012026-08-05T05:29:13.281Z
7022026-08-05T05:29:13.281Zrunning 0 tests
7032026-08-05T05:29:13.281Z
7042026-08-05T05:29:13.281Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7052026-08-05T05:29:13.281Z
7062026-08-05T05:29:13.286Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-f8e902b40f2786c7)
7072026-08-05T05:29:13.286Z
7082026-08-05T05:29:13.286Zrunning 0 tests
7092026-08-05T05:29:13.286Z
7102026-08-05T05:29:13.286Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7112026-08-05T05:29:13.286Z
7122026-08-05T05:29:13.286Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-225b85a6f8fe0178)
7132026-08-05T05:29:13.286Z
7142026-08-05T05:29:13.286Zrunning 0 tests
7152026-08-05T05:29:13.286Z
7162026-08-05T05:29:13.286Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7172026-08-05T05:29:13.286Z
7182026-08-05T05:29:13.286Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-2fe14b2d9fea3a6e)
7192026-08-05T05:29:13.289Z
7202026-08-05T05:29:13.289Zrunning 0 tests
7212026-08-05T05:29:13.290Z
7222026-08-05T05:29:13.290Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7232026-08-05T05:29:13.290Z
7242026-08-05T05:29:13.290Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7252026-08-05T05:29:13.290Z
7262026-08-05T05:29:13.290Zrunning 0 tests
7272026-08-05T05:29:13.290Z
7282026-08-05T05:29:13.290Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7292026-08-05T05:29:13.290Z
7302026-08-05T05:29:13.290Z Doc-tests p4
7312026-08-05T05:29:13.376Z
7322026-08-05T05:29:13.376Zrunning 0 tests
7332026-08-05T05:29:13.376Z
7342026-08-05T05:29:13.376Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7352026-08-05T05:29:13.376Z
7362026-08-05T05:29:13.386Z Doc-tests p4_macro
7372026-08-05T05:29:13.438Z
7382026-08-05T05:29:13.438Zrunning 2 tests
7392026-08-05T05:29:13.441Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7402026-08-05T05:29:13.442Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7412026-08-05T05:29:13.442Z
7422026-08-05T05:29:13.442Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7432026-08-05T05:29:13.442Z
7442026-08-05T05:29:13.442Z Doc-tests p4_rust
7452026-08-05T05:29:13.591Z
7462026-08-05T05:29:13.591Zrunning 0 tests
7472026-08-05T05:29:13.592Z
7482026-08-05T05:29:13.592Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7492026-08-05T05:29:13.592Z
7502026-08-05T05:29:13.603Z Doc-tests p4rs
7512026-08-05T05:29:13.686Z
7522026-08-05T05:29:13.686Zrunning 1 test
7532026-08-05T05:29:14.532Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7542026-08-05T05:29:14.532Z
7552026-08-05T05:29:14.532Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.85s
7562026-08-05T05:29:14.532Z
7572026-08-05T05:29:14.545Z Doc-tests tests
7582026-08-05T05:29:14.614Z
7592026-08-05T05:29:14.615Zrunning 0 tests
7602026-08-05T05:29:14.615Z
7612026-08-05T05:29:14.615Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7622026-08-05T05:29:14.615Z
7632026-08-05T05:29:14.623Z Doc-tests x4c
7642026-08-05T05:29:14.668Z
7652026-08-05T05:29:14.668Zrunning 0 tests
7662026-08-05T05:29:14.668Z
7672026-08-05T05:29:14.668Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7682026-08-05T05:29:14.668Z
7692026-08-05T05:29:14.674Z Doc-tests x4c_error_codes
7702026-08-05T05:29:14.702Z
7712026-08-05T05:29:14.702Zrunning 0 tests
7722026-08-05T05:29:14.703Z
7732026-08-05T05:29:14.703Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7742026-08-05T05:29:14.703Z
7752026-08-05T05:29:14.714Z+ pushd test
7762026-08-05T05:29:14.718Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7772026-08-05T05:29:14.718Z+ banner 'mac rewr'
7782026-08-05T05:29:14.719Z
7792026-08-05T05:29:14.719Z # # ## #### ##### ###### # # #####
7802026-08-05T05:29:14.719Z ## ## # # # # # # # # # # #
7812026-08-05T05:29:14.719Z # ## # # # # # # ##### # # # #
7822026-08-05T05:29:14.719Z # # ###### # ##### # # ## # #####
7832026-08-05T05:29:14.719Z # # # # # # # # # ## ## # #
7842026-08-05T05:29:14.719Z # # # # #### # # ###### # # # #
7852026-08-05T05:29:14.719Z
7862026-08-05T05:29:14.719Z+ RUST_BACKTRACE=1
7872026-08-05T05:29:14.719Z+ cargo test mac_rewrite -- --nocapture
7882026-08-05T05:29:14.817Z Compiling aho-corasick v1.1.4
7892026-08-05T05:29:14.831Z Compiling getrandom v0.4.1
7902026-08-05T05:29:14.831Z Compiling rustix v1.1.4
7912026-08-05T05:29:14.834Z Compiling errno v0.3.14
7922026-08-05T05:29:14.837Z Compiling prettyplease v0.2.37
7932026-08-05T05:29:15.526Z Compiling regex-automata v0.4.14
7942026-08-05T05:29:15.556Z Compiling tempfile v3.27.0
7952026-08-05T05:29:16.912Z Compiling regex v1.12.4
7962026-08-05T05:29:17.165Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7972026-08-05T05:29:17.235Z Compiling pnet_macros v0.35.0
7982026-08-05T05:29:17.848Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7992026-08-05T05:29:18.223Z Compiling pnet_packet v0.35.0
8002026-08-05T05:29:18.650Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
8012026-08-05T05:29:20.075Z Compiling pnet_transport v0.35.0
8022026-08-05T05:29:20.195Z Compiling pnet v0.35.0
8032026-08-05T05:29:20.283Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8042026-08-05T05:29:26.888Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.15s
8052026-08-05T05:29:26.901Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8062026-08-05T05:29:26.904Z
8072026-08-05T05:29:26.904Zrunning 1 test
8082026-08-05T05:29:26.909Z[phy2] do you know the muffin man?
8092026-08-05T05:29:26.912Z[cpu] the muffin man?
8102026-08-05T05:29:26.912Z[cpu] the muffin man!
8112026-08-05T05:29:26.912Z[cpu] why yes
8122026-08-05T05:29:26.912Z[phy1] i know the muffin man
8132026-08-05T05:29:26.912Z[phy3] the muffin man is me!!!
8142026-08-05T05:29:26.912Ztest mac_rewrite::mac_rewrite2 ... ok
8152026-08-05T05:29:26.913Z
8162026-08-05T05:29:26.913Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8172026-08-05T05:29:26.913Z
8182026-08-05T05:29:26.919Z+ banner 'dyn load'
8192026-08-05T05:29:26.922Z
8202026-08-05T05:29:26.922Z ##### # # # # # #### ## #####
8212026-08-05T05:29:26.922Z # # # # ## # # # # # # # #
8222026-08-05T05:29:26.922Z # # # # # # # # # # # # #
8232026-08-05T05:29:26.922Z # # # # # # # # # ###### # #
8242026-08-05T05:29:26.922Z # # # # ## # # # # # # #
8252026-08-05T05:29:26.922Z ##### # # # ###### #### # # #####
8262026-08-05T05:29:26.922Z
8272026-08-05T05:29:26.922Z+ RUST_BACKTRACE=1
8282026-08-05T05:29:26.922Z+ cargo test dload -- --nocapture
8292026-08-05T05:29:27.008Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8302026-08-05T05:29:27.011Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8312026-08-05T05:29:27.014Z
8322026-08-05T05:29:27.014Zrunning 2 tests
8332026-08-05T05:29:27.017Ztest dload::pipeline_create ... ok
8342026-08-05T05:29:27.020Ztest dload::dynamic_load ... ok
8352026-08-05T05:29:27.020Z
8362026-08-05T05:29:27.020Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8372026-08-05T05:29:27.020Z
8382026-08-05T05:29:27.025Z+ banner disag
8392026-08-05T05:29:27.028Z
8402026-08-05T05:29:27.028Z ##### # #### ## ####
8412026-08-05T05:29:27.028Z # # # # # # # #
8422026-08-05T05:29:27.028Z # # # #### # # #
8432026-08-05T05:29:27.028Z # # # # ###### # ###
8442026-08-05T05:29:27.028Z # # # # # # # # #
8452026-08-05T05:29:27.028Z ##### # #### # # ####
8462026-08-05T05:29:27.028Z
8472026-08-05T05:29:27.028Z+ RUST_BACKTRACE=1
8482026-08-05T05:29:27.028Z+ cargo test disag_router -- --nocapture
8492026-08-05T05:29:27.113Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8502026-08-05T05:29:27.116Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8512026-08-05T05:29:27.119Z
8522026-08-05T05:29:27.119Zrunning 1 test
8532026-08-05T05:29:27.123Z[phy2] do you know the muffin man?
8542026-08-05T05:29:27.126Z[cpu] the muffin man?
8552026-08-05T05:29:27.126Z[cpu] the muffin man!
8562026-08-05T05:29:27.126Z[cpu] why yes
8572026-08-05T05:29:27.126Z[phy1] i know the muffin man
8582026-08-05T05:29:27.126Z[phy3] the muffin man is me!!!
8592026-08-05T05:29:27.126Ztest disag_router::disag_router ... ok
8602026-08-05T05:29:27.127Z
8612026-08-05T05:29:27.127Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8622026-08-05T05:29:27.127Z
8632026-08-05T05:29:27.132Z+ banner 'dyn rtr'
8642026-08-05T05:29:27.135Z
8652026-08-05T05:29:27.135Z ##### # # # # ##### ##### #####
8662026-08-05T05:29:27.135Z # # # # ## # # # # # #
8672026-08-05T05:29:27.135Z # # # # # # # # # # #
8682026-08-05T05:29:27.135Z # # # # # # ##### # #####
8692026-08-05T05:29:27.135Z # # # # ## # # # # #
8702026-08-05T05:29:27.135Z ##### # # # # # # # #
8712026-08-05T05:29:27.135Z
8722026-08-05T05:29:27.135Z+ RUST_BACKTRACE=1
8732026-08-05T05:29:27.135Z+ cargo test dynamic_router -- --nocapture
8742026-08-05T05:29:27.220Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8752026-08-05T05:29:27.223Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8762026-08-05T05:29:27.226Z
8772026-08-05T05:29:27.226Zrunning 1 test
8782026-08-05T05:29:27.231Z[phy2] do you know the muffin man?
8792026-08-05T05:29:27.234Z[cpu] the muffin man?
8802026-08-05T05:29:27.234Z[cpu] the muffin man!
8812026-08-05T05:29:27.234Z[cpu] why yes
8822026-08-05T05:29:27.234Z[phy1] i know the muffin man
8832026-08-05T05:29:27.234Z[phy3] the muffin man is me!!!
8842026-08-05T05:29:27.234Ztest dynamic_router::dynamic_router2 ... ok
8852026-08-05T05:29:27.234Z
8862026-08-05T05:29:27.234Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8872026-08-05T05:29:27.234Z
8882026-08-05T05:29:27.239Z+ banner hub
8892026-08-05T05:29:27.242Z
8902026-08-05T05:29:27.242Z # # # # #####
8912026-08-05T05:29:27.242Z # # # # # #
8922026-08-05T05:29:27.242Z ###### # # #####
8932026-08-05T05:29:27.242Z # # # # # #
8942026-08-05T05:29:27.242Z # # # # # #
8952026-08-05T05:29:27.242Z # # #### #####
8962026-08-05T05:29:27.242Z
8972026-08-05T05:29:27.242Z+ RUST_BACKTRACE=1
8982026-08-05T05:29:27.242Z+ cargo test hub -- --nocapture
8992026-08-05T05:29:27.328Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9002026-08-05T05:29:27.331Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9012026-08-05T05:29:27.334Z
9022026-08-05T05:29:27.334Zrunning 1 test
9032026-08-05T05:29:27.339Z[phy2] do you know the muffin man?
9042026-08-05T05:29:27.339Z[phy3] do you know the muffin man?
9052026-08-05T05:29:27.341Z[phy1] the muffin man?
9062026-08-05T05:29:27.342Z[phy3] the muffin man?
9072026-08-05T05:29:27.342Z[phy2] the muffin man!
9082026-08-05T05:29:27.342Z[phy3] the muffin man!
9092026-08-05T05:29:27.342Z[phy1] why yes
9102026-08-05T05:29:27.342Z[phy1] i know the muffin man
9112026-08-05T05:29:27.342Z[phy1] the muffin man is me!!!
9122026-08-05T05:29:27.342Z[phy3] why yes
9132026-08-05T05:29:27.342Z[phy3] i know the muffin man
9142026-08-05T05:29:27.342Z[phy3] the muffin man is me!!!
9152026-08-05T05:29:27.342Ztest hub::hub2 ... ok
9162026-08-05T05:29:27.342Z
9172026-08-05T05:29:27.342Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9182026-08-05T05:29:27.342Z
9192026-08-05T05:29:27.347Z+ banner router
9202026-08-05T05:29:27.350Z
9212026-08-05T05:29:27.350Z ##### #### # # ##### ###### #####
9222026-08-05T05:29:27.350Z # # # # # # # # # #
9232026-08-05T05:29:27.350Z # # # # # # # ##### # #
9242026-08-05T05:29:27.350Z ##### # # # # # # #####
9252026-08-05T05:29:27.350Z # # # # # # # # # #
9262026-08-05T05:29:27.350Z # # #### #### # ###### # #
9272026-08-05T05:29:27.350Z
9282026-08-05T05:29:27.350Z+ RUST_BACKTRACE=1
9292026-08-05T05:29:27.350Z+ cargo test basic_router -- --nocapture
9302026-08-05T05:29:27.436Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9312026-08-05T05:29:27.439Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9322026-08-05T05:29:27.442Z
9332026-08-05T05:29:27.442Zrunning 1 test
9342026-08-05T05:29:27.447Z[phy2] do you know the muffin man?
9352026-08-05T05:29:27.450Z[phy1] the muffin man?
9362026-08-05T05:29:27.450Z[phy2] the muffin man!
9372026-08-05T05:29:27.450Z[phy1] why yes
9382026-08-05T05:29:27.450Z[phy1] i know the muffin man
9392026-08-05T05:29:27.450Z[phy1] the muffin man is me!!!
9402026-08-05T05:29:27.450Ztest basic_router::basic_router2 ... ok
9412026-08-05T05:29:27.450Z
9422026-08-05T05:29:27.450Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9432026-08-05T05:29:27.450Z
9442026-08-05T05:29:27.455Z+ banner headers
9452026-08-05T05:29:27.458Z
9462026-08-05T05:29:27.458Z # # ###### ## ##### ###### ##### ####
9472026-08-05T05:29:27.458Z # # # # # # # # # # #
9482026-08-05T05:29:27.458Z ###### ##### # # # # ##### # # ####
9492026-08-05T05:29:27.458Z # # # ###### # # # ##### #
9502026-08-05T05:29:27.458Z # # # # # # # # # # # #
9512026-08-05T05:29:27.458Z # # ###### # # ##### ###### # # ####
9522026-08-05T05:29:27.458Z
9532026-08-05T05:29:27.458Z+ RUST_BACKTRACE=1
9542026-08-05T05:29:27.458Z+ cargo test headers -- --nocapture
9552026-08-05T05:29:27.545Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9562026-08-05T05:29:27.548Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9572026-08-05T05:29:27.548Z
9582026-08-05T05:29:27.548Zrunning 1 test
9592026-08-05T05:29:27.551Ztest headers::ipv6_header_read_write ... ok
9602026-08-05T05:29:27.551Z
9612026-08-05T05:29:27.551Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9622026-08-05T05:29:27.551Z
9632026-08-05T05:29:27.555Zprocess exited: duration 107813 ms, exit code 0
 
9642026-08-05T05:29:27.566Zfound 4 output files
9652026-08-05T05:29:27.566Zuploading: /work/debug/libsidecar_lite.so (43098400 bytes)
9662026-08-05T05:29:28.834Zuploaded: /work/debug/libsidecar_lite.so
9672026-08-05T05:29:28.834Zuploading: /work/debug/x4c (37739136 bytes)
9682026-08-05T05:29:30.093Zuploaded: /work/debug/x4c
9692026-08-05T05:29:30.093Zuploading: /work/release/libsidecar_lite.so (9931120 bytes)
9702026-08-05T05:29:31.169Zuploaded: /work/release/libsidecar_lite.so
9712026-08-05T05:29:31.170Zuploading: /work/release/x4c (8660488 bytes)
9722026-08-05T05:29:32.228Zuploaded: /work/release/x4c