01KXWA0BEJKY0VV9T75XZJ4NDR: 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: 01KXWA0VENZTP3NZAJD5H65WBW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-19T04:27:40.042Zjob assigned to worker 01KXWA0WHDMVS8S5YEP33FX3MM [factory aws, i-06333969e7dfbba5d] (queued for 52 s)
 
22026-07-19T04:27:47.018Zstarting task 0: "setup"
32026-07-19T04:27:47.022Z++ uname -s
42026-07-19T04:27:47.025Z+ kern=SunOS
52026-07-19T04:27:47.025Z+ build_user=build
62026-07-19T04:27:47.025Z+ build_uid=12345
72026-07-19T04:27:47.025Z+ work_dir=/work
82026-07-19T04:27:47.025Z+ input_dir=/input
92026-07-19T04:27:47.025Z+ [[ 0 == 12345 ]]
102026-07-19T04:27:47.025Z+ case "$kern" in
112026-07-19T04:27:47.025Z+ groupadd -g 12345 build
122026-07-19T04:27:47.028Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-19T04:27:49.031Z+ zfs create -o mountpoint=/work rpool/work
142026-07-19T04:27:49.129Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-19T04:27:49.132Z+ home_fs=zfs
162026-07-19T04:27:49.132Z+ [[ zfs == autofs ]]
172026-07-19T04:27:49.132Z+ mkdir -p /home/build
182026-07-19T04:27:49.132Z+ chown build:build /home/build /work
192026-07-19T04:27:51.134Z+ chmod 0700 /home/build /work
202026-07-19T04:27:51.138Zprocess exited: duration 4117 ms, exit code 0
 
212026-07-19T04:27:51.144Zstarting task 1: "rust-toolchain"
222026-07-19T04:27:51.147Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-19T04:27:51.147Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-19T04:27:51.148Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-19T04:27:51.148Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-19T04:27:51.148Z * rust toolchain channel = "stable"
272026-07-19T04:27:51.148Z * rust toolchain profile = "default"
282026-07-19T04:27:51.151Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-19T04:27:51.151Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-19T04:27:51.269Zinfo: downloading installer
312026-07-19T04:27:52.618Zwarn: It looks like you have an existing installation of Rust at:
322026-07-19T04:27:52.618Zwarn: /opt/ooce/bin
332026-07-19T04:27:52.618Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-19T04:27:52.618Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-19T04:27:52.618Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-19T04:27:52.618Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-19T04:27:52.618Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-19T04:27:52.618Zerror: cannot install while Rust is installed
392026-07-19T04:27:52.618Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-19T04:27:52.618Zwarn: It looks like you have an existing rustup settings file at:
412026-07-19T04:27:52.618Zwarn: /home/build/.rustup/settings.toml
422026-07-19T04:27:52.618Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-19T04:27:52.618Zwarn: instead of the one inferred from the default host triple.
442026-07-19T04:27:52.631Zinfo: profile set to default
452026-07-19T04:27:52.631Zinfo: default host triple is x86_64-unknown-illumos
462026-07-19T04:27:52.634Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-19T04:27:52.760Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-19T04:27:52.763Zinfo: downloading 6 components
492026-07-19T04:28:08.616Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-19T04:28:08.616Z
512026-07-19T04:28:08.642Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-19T04:28:08.643Z
532026-07-19T04:28:08.643Z
542026-07-19T04:28:08.643ZRust is installed now. Great!
552026-07-19T04:28:08.643Z
562026-07-19T04:28:08.643ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-19T04:28:08.643Zenvironment variable. This has not been done automatically.
582026-07-19T04:28:08.643Z
592026-07-19T04:28:08.643ZTo configure your current shell, you need to source
602026-07-19T04:28:08.643Zthe corresponding env file under $HOME/.cargo.
612026-07-19T04:28:08.643Z
622026-07-19T04:28:08.643ZThis is usually done by running one of the following (note the leading DOT):
632026-07-19T04:28:08.643Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-19T04:28:08.643Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-19T04:28:08.643Zsource "~/.cargo/env.nu" # For nushell
662026-07-19T04:28:08.643Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-19T04:28:08.643Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-19T04:28:08.643Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-19T04:28:08.646Zwarn: no default linker (`cc`) was found in your PATH
702026-07-19T04:28:08.646Zwarn: many Rust crates require a system C toolchain to build
712026-07-19T04:28:08.744Z+ rustup --version
722026-07-19T04:28:08.752Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-19T04:28:08.755Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-19T04:28:08.775Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-19T04:28:08.777Z+ cargo --version
762026-07-19T04:28:08.791Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-19T04:28:08.794Z+ rustc --version
782026-07-19T04:28:08.812Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-19T04:28:08.815Zprocess exited: duration 17667 ms, exit code 0
 
802026-07-19T04:28:08.821Zstarting task 2: "authentication"
812026-07-19T04:28:08.837Zprocess exited: duration 15 ms, exit code 0
 
822026-07-19T04:28:08.842Zstarting task 3: "clone repository"
832026-07-19T04:28:08.845Z+ mkdir -p /work/oxidecomputer/p4
842026-07-19T04:28:08.848Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-07-19T04:28:08.879ZCloning into '/work/oxidecomputer/p4'...
862026-07-19T04:28:09.625Z+ cd /work/oxidecomputer/p4
872026-07-19T04:28:09.625Z+ git fetch origin 782589eb264196bebbabea5482a49ed40efd63a8
882026-07-19T04:28:09.840ZFrom https://github.com/oxidecomputer/p4
892026-07-19T04:28:09.840Z * branch 782589eb264196bebbabea5482a49ed40efd63a8 -> FETCH_HEAD
902026-07-19T04:28:09.845Z+ [[ -n renovate/quote-1.x-lockfile ]]
912026-07-19T04:28:09.847Z++ git branch --show-current
922026-07-19T04:28:09.847Z+ current=main
932026-07-19T04:28:09.847Z+ [[ main != renovate/quote-1.x-lockfile ]]
942026-07-19T04:28:09.847Z+ git branch -f renovate/quote-1.x-lockfile 782589eb264196bebbabea5482a49ed40efd63a8
952026-07-19T04:28:09.850Z+ git checkout -f renovate/quote-1.x-lockfile
962026-07-19T04:28:09.856ZSwitched to branch 'renovate/quote-1.x-lockfile'
972026-07-19T04:28:09.859Z+ git reset --hard 782589eb264196bebbabea5482a49ed40efd63a8
982026-07-19T04:28:09.864ZHEAD is now at 782589e Update Rust crate quote to v1.0.47
992026-07-19T04:28:09.867Zprocess exited: duration 1021 ms, exit code 0
 
1002026-07-19T04:28:09.873Zstarting task 4: "build"
1012026-07-19T04:28:09.876Z+ cargo --version
1022026-07-19T04:28:09.881Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-07-19T04:28:10.103Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-07-19T04:28:10.106Zinfo: downloading 6 components
1052026-07-19T04:28:24.330Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-07-19T04:28:24.334Z+ rustc --version
1072026-07-19T04:28:24.366Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-07-19T04:28:24.370Z+ banner check
1092026-07-19T04:28:24.374Z
1102026-07-19T04:28:24.374Z #### # # ###### #### # #
1112026-07-19T04:28:24.374Z # # # # # # # # #
1122026-07-19T04:28:24.374Z # ###### ##### # ####
1132026-07-19T04:28:24.374Z # # # # # # #
1142026-07-19T04:28:24.374Z # # # # # # # # #
1152026-07-19T04:28:24.374Z #### # # ###### #### # #
1162026-07-19T04:28:24.374Z
1172026-07-19T04:28:24.374Z+ cargo fmt -- --check
1182026-07-19T04:28:24.515Z+ cargo check
1192026-07-19T04:28:24.585Z Updating crates.io index
1202026-07-19T04:28:24.588Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-07-19T04:28:24.849ZFrom https://github.com/oxidecomputer/xfr
1222026-07-19T04:28:24.849Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-07-19T04:28:25.655Z Downloading crates ...
1242026-07-19T04:28:25.709Z Downloaded byteorder v1.5.0
1252026-07-19T04:28:25.714Z Downloaded funty v2.0.0
1262026-07-19T04:28:25.717Z Downloaded anyhow v1.0.102
1272026-07-19T04:28:25.720Z Downloaded colorchoice v1.0.4
1282026-07-19T04:28:25.722Z Downloaded zmij v1.0.21
1292026-07-19T04:28:25.726Z Downloaded anstyle-query v1.1.5
1302026-07-19T04:28:25.732Z Downloaded cfg-if v1.0.4
1312026-07-19T04:28:25.732Z Downloaded block-buffer v0.10.4
1322026-07-19T04:28:25.732Z Downloaded pnet_macros v0.35.0
1332026-07-19T04:28:25.737Z Downloaded zerocopy-derive v0.7.35
1342026-07-19T04:28:25.737Z Downloaded clap_lex v1.0.0
1352026-07-19T04:28:25.737Z Downloaded bitflags v2.11.0
1362026-07-19T04:28:25.740Z Downloaded clap_derive v4.6.1
1372026-07-19T04:28:25.740Z Downloaded anstream v1.0.0
1382026-07-19T04:28:25.740Z Downloaded autocfg v1.5.0
1392026-07-19T04:28:25.742Z Downloaded anstyle v1.0.13
1402026-07-19T04:28:25.746Z Downloaded zerocopy v0.8.40
1412026-07-19T04:28:25.752Z Downloaded clap v4.6.1
1422026-07-19T04:28:25.757Z Downloaded pnet_sys v0.35.0
1432026-07-19T04:28:25.762Z Downloaded aho-corasick v1.1.4
1442026-07-19T04:28:25.764Z Downloaded scroll_derive v0.12.1
1452026-07-19T04:28:25.765Z Downloaded anstyle-parse v1.0.0
1462026-07-19T04:28:25.765Z Downloaded fastrand v2.3.0
1472026-07-19T04:28:25.765Z Downloaded num-rational v0.4.2
1482026-07-19T04:28:25.765Z Downloaded dof v0.3.0
1492026-07-19T04:28:25.768Z Downloaded pnet_transport v0.35.0
1502026-07-19T04:28:25.773Z Downloaded pretty-hex v0.4.1
1512026-07-19T04:28:25.777Z Downloaded tap v1.0.1
1522026-07-19T04:28:25.777Z Downloaded heck v0.5.0
1532026-07-19T04:28:25.780Z Downloaded itoa v1.0.17
1542026-07-19T04:28:25.782Z Downloaded utf8parse v0.2.2
1552026-07-19T04:28:25.783Z Downloaded scroll v0.12.0
1562026-07-19T04:28:25.783Z Downloaded digest v0.10.7
1572026-07-19T04:28:25.788Z Downloaded cpufeatures v0.2.17
1582026-07-19T04:28:25.794Z Downloaded crypto-common v0.1.7
1592026-07-19T04:28:25.797Z Downloaded num v0.4.3
1602026-07-19T04:28:25.797Z Downloaded is_terminal_polyfill v1.70.2
1612026-07-19T04:28:25.797Z Downloaded generic-array v0.14.7
1622026-07-19T04:28:25.800Z Downloaded errno v0.3.14
1632026-07-19T04:28:25.805Z Downloaded num-iter v0.1.45
1642026-07-19T04:28:25.808Z Downloaded pnet_macros_support v0.35.0
1652026-07-19T04:28:25.808Z Downloaded usdt-macro v0.5.0
1662026-07-19T04:28:25.808Z Downloaded strsim v0.11.1
1672026-07-19T04:28:25.811Z Downloaded plain v0.2.3
1682026-07-19T04:28:25.811Z Downloaded memmap v0.7.0
1692026-07-19T04:28:25.814Z Downloaded usdt-attr-macro v0.5.0
1702026-07-19T04:28:25.814Z Downloaded version_check v0.9.5
1712026-07-19T04:28:25.814Z Downloaded radium v0.7.0
1722026-07-19T04:28:25.820Z Downloaded dtrace-parser v0.2.0
1732026-07-19T04:28:25.858Z Downloaded sha2 v0.10.9
1742026-07-19T04:28:25.858Z Downloaded thread-id v4.2.2
1752026-07-19T04:28:25.858Z Downloaded wyz v0.5.1
1762026-07-19T04:28:25.858Z Downloaded thiserror-impl v1.0.69
1772026-07-19T04:28:25.858Z Downloaded thiserror v1.0.69
1782026-07-19T04:28:25.858Z Downloaded no-std-net v0.6.0
1792026-07-19T04:28:25.858Z Downloaded pnet v0.35.0
1802026-07-19T04:28:25.858Z Downloaded colored v3.1.1
1812026-07-19T04:28:25.858Z Downloaded usdt-impl v0.5.0
1822026-07-19T04:28:25.858Z Downloaded ppv-lite86 v0.2.21
1832026-07-19T04:28:25.858Z Downloaded pnet_base v0.35.0
1842026-07-19T04:28:25.858Z Downloaded num-complex v0.4.6
1852026-07-19T04:28:25.858Z Downloaded usdt v0.5.0
1862026-07-19T04:28:25.858Z Downloaded rand_chacha v0.9.0
1872026-07-19T04:28:25.858Z Downloaded pnet_datalink v0.35.0
1882026-07-19T04:28:25.858Z Downloaded num-integer v0.1.46
1892026-07-19T04:28:25.858Z Downloaded ipnetwork v0.20.0
1902026-07-19T04:28:25.862Z Downloaded serde_tokenstream v0.2.3
1912026-07-19T04:28:25.865Z Downloaded glob v0.3.3
1922026-07-19T04:28:25.868Z Downloaded pest_meta v2.8.6
1932026-07-19T04:28:25.868Z Downloaded pest_derive v2.8.6
1942026-07-19T04:28:25.878Z Downloaded pnet_packet v0.35.0
1952026-07-19T04:28:25.881Z Downloaded tempfile v3.27.0
1962026-07-19T04:28:25.884Z Downloaded quote v1.0.47
1972026-07-19T04:28:25.886Z Downloaded ucd-trie v0.1.7
1982026-07-19T04:28:25.886Z Downloaded rand_core v0.9.5
1992026-07-19T04:28:25.890Z Downloaded once_cell v1.21.3
2002026-07-19T04:28:25.890Z Downloaded num-traits v0.2.19
2012026-07-19T04:28:25.893Z Downloaded pest_generator v2.8.6
2022026-07-19T04:28:25.897Z Downloaded getrandom v0.4.1
2032026-07-19T04:28:25.900Z Downloaded getrandom v0.3.4
2042026-07-19T04:28:25.903Z Downloaded unicode-ident v1.0.24
2052026-07-19T04:28:25.907Z Downloaded serde_derive v1.0.228
2062026-07-19T04:28:25.910Z Downloaded proc-macro2 v1.0.106
2072026-07-19T04:28:25.916Z Downloaded log v0.4.29
2082026-07-19T04:28:25.925Z Downloaded typenum v1.19.0
2092026-07-19T04:28:25.927Z Downloaded serde_core v1.0.228
2102026-07-19T04:28:25.936Z Downloaded serde v1.0.228
2112026-07-19T04:28:25.939Z Downloaded prettyplease v0.2.37
2122026-07-19T04:28:25.950Z Downloaded num-bigint v0.4.6
2132026-07-19T04:28:25.955Z Downloaded rand v0.9.3
2142026-07-19T04:28:25.957Z Downloaded clap_builder v4.6.0
2152026-07-19T04:28:25.962Z Downloaded memchr v2.8.0
2162026-07-19T04:28:25.966Z Downloaded pest v2.8.6
2172026-07-19T04:28:25.982Z Downloaded regex v1.12.4
2182026-07-19T04:28:25.985Z Downloaded zerocopy v0.7.35
2192026-07-19T04:28:25.993Z Downloaded serde_json v1.0.149
2202026-07-19T04:28:25.997Z Downloaded bitvec v1.1.1
2212026-07-19T04:28:26.005Z Downloaded goblin v0.8.2
2222026-07-19T04:28:26.033Z Downloaded syn v2.0.118
2232026-07-19T04:28:26.042Z Downloaded regex-syntax v0.8.11
2242026-07-19T04:28:26.052Z Downloaded rustix v1.1.4
2252026-07-19T04:28:26.086Z Downloaded regex-automata v0.4.14
2262026-07-19T04:28:26.095Z Downloaded libc v0.2.182
2272026-07-19T04:28:26.162Z Compiling proc-macro2 v1.0.106
2282026-07-19T04:28:26.162Z Compiling quote v1.0.47
2292026-07-19T04:28:26.166Z Compiling unicode-ident v1.0.24
2302026-07-19T04:28:26.166Z Compiling libc v0.2.182
2312026-07-19T04:28:26.166Z Compiling serde_core v1.0.228
2322026-07-19T04:28:26.166Z Compiling memchr v2.8.0
2332026-07-19T04:28:26.166Z Compiling serde v1.0.228
2342026-07-19T04:28:26.326Z Compiling zmij v1.0.21
2352026-07-19T04:28:26.576Z Compiling thiserror v1.0.69
2362026-07-19T04:28:26.589Z Compiling ucd-trie v0.1.7
2372026-07-19T04:28:26.685Z Compiling getrandom v0.4.1
2382026-07-19T04:28:26.776Z Compiling pest v2.8.6
2392026-07-19T04:28:26.813Z Compiling serde_json v1.0.149
2402026-07-19T04:28:26.950Z Compiling rustix v1.1.4
2412026-07-19T04:28:27.053Z Compiling autocfg v1.5.0
2422026-07-19T04:28:27.057Z Compiling version_check v0.9.5
2432026-07-19T04:28:27.390Z Compiling syn v2.0.118
2442026-07-19T04:28:27.417Z Compiling num-traits v0.2.19
2452026-07-19T04:28:27.465Z Compiling aho-corasick v1.1.4
2462026-07-19T04:28:27.523Z Compiling regex-syntax v0.8.11
2472026-07-19T04:28:27.650Z Compiling prettyplease v0.2.37
2482026-07-19T04:28:27.885Z Compiling pest_meta v2.8.6
2492026-07-19T04:28:28.101Z Checking cfg-if v1.0.4
2502026-07-19T04:28:28.414Z Compiling byteorder v1.5.0
2512026-07-19T04:28:28.633Z Compiling itoa v1.0.17
2522026-07-19T04:28:28.680Z Compiling usdt-impl v0.5.0
2532026-07-19T04:28:28.875Z Checking num-integer v0.1.46
2542026-07-19T04:28:28.907Z Compiling thread-id v4.2.2
2552026-07-19T04:28:28.978Z Compiling regex-automata v0.4.14
2562026-07-19T04:28:29.278Z Checking plain v0.2.3
2572026-07-19T04:28:29.363Z Checking log v0.4.29
2582026-07-19T04:28:29.372Z Checking colored v3.1.1
2592026-07-19T04:28:29.558Z Compiling errno v0.3.14
2602026-07-19T04:28:29.652Z Checking pretty-hex v0.4.1
2612026-07-19T04:28:29.704Z Compiling bitflags v2.11.0
2622026-07-19T04:28:29.759Z Compiling pest_generator v2.8.6
2632026-07-19T04:28:29.764Z Compiling radium v0.7.0
2642026-07-19T04:28:29.829Z Checking no-std-net v0.6.0
2652026-07-19T04:28:29.892Z Checking pnet_base v0.35.0
2662026-07-19T04:28:30.147Z Compiling fastrand v2.3.0
2672026-07-19T04:28:30.152Z Checking tap v1.0.1
2682026-07-19T04:28:30.157Z Compiling once_cell v1.21.3
2692026-07-19T04:28:30.358Z Compiling getrandom v0.3.4
2702026-07-19T04:28:30.383Z Compiling zerocopy v0.8.40
2712026-07-19T04:28:30.391Z Checking wyz v0.5.1
2722026-07-19T04:28:30.562Z Checking num-iter v0.1.45
2732026-07-19T04:28:30.664Z Compiling tempfile v3.27.0
2742026-07-19T04:28:30.707Z Checking memmap v0.7.0
2752026-07-19T04:28:30.777Z Compiling regex v1.12.4
2762026-07-19T04:28:30.822Z Checking funty v2.0.0
2772026-07-19T04:28:30.986Z Compiling anyhow v1.0.102
2782026-07-19T04:28:31.017Z Compiling serde_derive v1.0.228
2792026-07-19T04:28:31.105Z Compiling thiserror-impl v1.0.69
2802026-07-19T04:28:31.125Z Compiling zerocopy-derive v0.7.35
2812026-07-19T04:28:31.261Z Compiling pest_derive v2.8.6
2822026-07-19T04:28:31.312Z Compiling scroll_derive v0.12.1
2832026-07-19T04:28:31.400Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2842026-07-19T04:28:31.618Z Compiling pnet_macros v0.35.0
2852026-07-19T04:28:31.964Z Compiling zerocopy v0.7.35
2862026-07-19T04:28:32.003Z Checking scroll v0.12.0
2872026-07-19T04:28:32.222Z Checking goblin v0.8.2
2882026-07-19T04:28:32.349Z Compiling dtrace-parser v0.2.0
2892026-07-19T04:28:32.508Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2902026-07-19T04:28:32.699Z Checking bitvec v1.1.1
2912026-07-19T04:28:32.900Z Checking pnet_macros_support v0.35.0
2922026-07-19T04:28:33.005Z Checking pnet_sys v0.35.0
2932026-07-19T04:28:33.085Z Checking utf8parse v0.2.2
2942026-07-19T04:28:33.181Z Checking anstyle-parse v1.0.0
2952026-07-19T04:28:33.326Z Checking pnet_packet v0.35.0
2962026-07-19T04:28:33.872Z Checking rand_core v0.9.5
2972026-07-19T04:28:34.114Z Checking num-bigint v0.4.6
2982026-07-19T04:28:34.148Z Checking num-complex v0.4.6
2992026-07-19T04:28:34.235Z Compiling serde_tokenstream v0.2.3
3002026-07-19T04:28:34.255Z Compiling dof v0.3.0
3012026-07-19T04:28:34.279Z Checking ipnetwork v0.20.0
3022026-07-19T04:28:34.450Z Checking anstyle v1.0.13
3032026-07-19T04:28:34.509Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3042026-07-19T04:28:34.597Z Checking anstyle-query v1.1.5
3052026-07-19T04:28:34.619Z Checking is_terminal_polyfill v1.70.2
3062026-07-19T04:28:34.699Z Compiling pnet v0.35.0
3072026-07-19T04:28:34.795Z Checking colorchoice v1.0.4
3082026-07-19T04:28:34.894Z Checking anstream v1.0.0
3092026-07-19T04:28:34.923Z Checking pnet_datalink v0.35.0
3102026-07-19T04:28:34.953Z Checking num-rational v0.4.2
3112026-07-19T04:28:35.020Z Compiling usdt-attr-macro v0.5.0
3122026-07-19T04:28:35.044Z Compiling usdt-macro v0.5.0
3132026-07-19T04:28:35.235Z Checking num v0.4.3
3142026-07-19T04:28:35.301Z Checking clap_lex v1.0.0
3152026-07-19T04:28:35.343Z Checking pnet_transport v0.35.0
3162026-07-19T04:28:35.364Z Compiling heck v0.5.0
3172026-07-19T04:28:35.441Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3182026-07-19T04:28:35.483Z Checking strsim v0.11.1
3192026-07-19T04:28:35.550Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3202026-07-19T04:28:35.555Z Compiling clap_derive v4.6.1
3212026-07-19T04:28:35.585Z Checking ppv-lite86 v0.2.21
3222026-07-19T04:28:35.633Z Checking clap_builder v4.6.0
3232026-07-19T04:28:35.703Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3242026-07-19T04:28:35.712Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3252026-07-19T04:28:35.734Z Checking usdt v0.5.0
3262026-07-19T04:28:35.825Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3272026-07-19T04:28:35.868Z Checking rand_chacha v0.9.0
3282026-07-19T04:28:35.873Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3292026-07-19T04:28:36.035Z Checking rand v0.9.3
3302026-07-19T04:28:36.207Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3312026-07-19T04:28:36.868Z Checking clap v4.6.1
3322026-07-19T04:28:36.928Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3332026-07-19T04:28:37.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.62s
3342026-07-19T04:28:37.225Z+ cargo clippy --all-targets -- --deny warnings
3352026-07-19T04:28:37.343Z Downloading crates ...
3362026-07-19T04:28:37.392Z Downloaded libloading v0.9.0
3372026-07-19T04:28:37.438Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3382026-07-19T04:28:37.455Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3392026-07-19T04:28:37.461Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3402026-07-19T04:28:37.464Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3412026-07-19T04:28:37.464Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3422026-07-19T04:28:37.468Z Checking libloading v0.9.0
3432026-07-19T04:28:37.729Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3442026-07-19T04:28:38.236Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3452026-07-19T04:28:39.135Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3462026-07-19T04:28:39.135Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3472026-07-19T04:28:40.024Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3482026-07-19T04:28:45.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.73s
3492026-07-19T04:28:45.034Z+ banner build
3502026-07-19T04:28:45.037Z
3512026-07-19T04:28:45.037Z ##### # # # # #####
3522026-07-19T04:28:45.037Z # # # # # # # #
3532026-07-19T04:28:45.037Z ##### # # # # # #
3542026-07-19T04:28:45.037Z # # # # # # # #
3552026-07-19T04:28:45.037Z # # # # # # # #
3562026-07-19T04:28:45.037Z ##### #### # ###### #####
3572026-07-19T04:28:45.037Z
3582026-07-19T04:28:45.037Z+ ptime -m cargo build
3592026-07-19T04:28:45.168Z Compiling unicode-ident v1.0.24
3602026-07-19T04:28:45.168Z Compiling memchr v2.8.0
3612026-07-19T04:28:45.171Z Compiling ucd-trie v0.1.7
3622026-07-19T04:28:45.171Z Compiling regex-syntax v0.8.11
3632026-07-19T04:28:45.171Z Compiling libc v0.2.182
3642026-07-19T04:28:45.183Z Compiling serde_core v1.0.228
3652026-07-19T04:28:45.186Z Compiling cfg-if v1.0.4
3662026-07-19T04:28:45.194Z Compiling zmij v1.0.21
3672026-07-19T04:28:45.236Z Compiling byteorder v1.5.0
3682026-07-19T04:28:45.284Z Compiling proc-macro2 v1.0.106
3692026-07-19T04:28:45.442Z Compiling itoa v1.0.17
3702026-07-19T04:28:45.451Z Compiling num-traits v0.2.19
3712026-07-19T04:28:45.464Z Compiling thread-id v4.2.2
3722026-07-19T04:28:45.510Z Compiling errno v0.3.14
3732026-07-19T04:28:45.529Z Compiling bitflags v2.11.0
3742026-07-19T04:28:45.611Z Compiling aho-corasick v1.1.4
3752026-07-19T04:28:45.640Z Compiling quote v1.0.47
3762026-07-19T04:28:45.748Z Compiling pest v2.8.6
3772026-07-19T04:28:45.851Z Compiling syn v2.0.118
3782026-07-19T04:28:45.919Z Compiling rustix v1.1.4
3792026-07-19T04:28:45.992Z Compiling num-integer v0.1.46
3802026-07-19T04:28:46.059Z Compiling getrandom v0.4.1
3812026-07-19T04:28:46.191Z Compiling once_cell v1.21.3
3822026-07-19T04:28:46.312Z Compiling fastrand v2.3.0
3832026-07-19T04:28:46.392Z Compiling plain v0.2.3
3842026-07-19T04:28:46.487Z Compiling colored v3.1.1
3852026-07-19T04:28:46.572Z Compiling log v0.4.29
3862026-07-19T04:28:46.746Z Compiling regex-automata v0.4.14
3872026-07-19T04:28:46.790Z Compiling pest_meta v2.8.6
3882026-07-19T04:28:46.876Z Compiling serde_json v1.0.149
3892026-07-19T04:28:47.008Z Compiling tempfile v3.27.0
3902026-07-19T04:28:47.011Z Compiling pretty-hex v0.4.1
3912026-07-19T04:28:47.132Z Compiling no-std-net v0.6.0
3922026-07-19T04:28:47.195Z Compiling pnet_base v0.35.0
3932026-07-19T04:28:47.351Z Compiling tap v1.0.1
3942026-07-19T04:28:47.413Z Compiling radium v0.7.0
3952026-07-19T04:28:47.448Z Compiling wyz v0.5.1
3962026-07-19T04:28:47.598Z Compiling num-iter v0.1.45
3972026-07-19T04:28:47.627Z Compiling memmap v0.7.0
3982026-07-19T04:28:47.656Z Compiling funty v2.0.0
3992026-07-19T04:28:47.700Z Compiling getrandom v0.3.4
4002026-07-19T04:28:47.799Z Compiling zerocopy v0.8.40
4012026-07-19T04:28:47.858Z Compiling pnet_macros_support v0.35.0
4022026-07-19T04:28:47.866Z Compiling pnet_sys v0.35.0
4032026-07-19T04:28:47.963Z Compiling bitvec v1.1.1
4042026-07-19T04:28:48.006Z Compiling utf8parse v0.2.2
4052026-07-19T04:28:48.034Z Compiling rand_core v0.9.5
4062026-07-19T04:28:48.069Z Compiling anyhow v1.0.102
4072026-07-19T04:28:48.101Z Compiling anstyle-parse v1.0.0
4082026-07-19T04:28:48.240Z Compiling pest_generator v2.8.6
4092026-07-19T04:28:48.271Z Compiling prettyplease v0.2.37
4102026-07-19T04:28:48.295Z Compiling colorchoice v1.0.4
4112026-07-19T04:28:48.398Z Compiling regex v1.12.4
4122026-07-19T04:28:48.457Z Compiling is_terminal_polyfill v1.70.2
4132026-07-19T04:28:48.537Z Compiling anstyle v1.0.13
4142026-07-19T04:28:48.748Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4152026-07-19T04:28:48.877Z Compiling anstyle-query v1.1.5
4162026-07-19T04:28:48.880Z Compiling strsim v0.11.1
4172026-07-19T04:28:48.974Z Compiling anstream v1.0.0
4182026-07-19T04:28:49.277Z Compiling clap_lex v1.0.0
4192026-07-19T04:28:49.289Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4202026-07-19T04:28:49.296Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4212026-07-19T04:28:49.433Z Compiling clap_builder v4.6.0
4222026-07-19T04:28:49.684Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4232026-07-19T04:28:50.007Z Compiling serde_derive v1.0.228
4242026-07-19T04:28:50.010Z Compiling thiserror-impl v1.0.69
4252026-07-19T04:28:50.014Z Compiling zerocopy-derive v0.7.35
4262026-07-19T04:28:50.017Z Compiling pest_derive v2.8.6
4272026-07-19T04:28:50.233Z Compiling scroll_derive v0.12.1
4282026-07-19T04:28:50.727Z Compiling pnet_macros v0.35.0
4292026-07-19T04:28:50.850Z Compiling ppv-lite86 v0.2.21
4302026-07-19T04:28:51.016Z Compiling zerocopy v0.7.35
4312026-07-19T04:28:51.099Z Compiling scroll v0.12.0
4322026-07-19T04:28:51.166Z Compiling rand_chacha v0.9.0
4332026-07-19T04:28:51.291Z Compiling clap_derive v4.6.1
4342026-07-19T04:28:51.336Z Compiling thiserror v1.0.69
4352026-07-19T04:28:51.351Z Compiling goblin v0.8.2
4362026-07-19T04:28:51.424Z Compiling dtrace-parser v0.2.0
4372026-07-19T04:28:51.555Z Compiling rand v0.9.3
4382026-07-19T04:28:52.279Z Compiling pnet_packet v0.35.0
4392026-07-19T04:28:52.543Z Compiling serde v1.0.228
4402026-07-19T04:28:52.908Z Compiling clap v4.6.1
4412026-07-19T04:28:52.919Z Compiling serde_tokenstream v0.2.3
4422026-07-19T04:28:52.919Z Compiling dof v0.3.0
4432026-07-19T04:28:52.923Z Compiling num-bigint v0.4.6
4442026-07-19T04:28:52.923Z Compiling num-complex v0.4.6
4452026-07-19T04:28:52.971Z Compiling ipnetwork v0.20.0
4462026-07-19T04:28:53.015Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4472026-07-19T04:28:53.186Z Compiling usdt-impl v0.5.0
4482026-07-19T04:28:53.241Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4492026-07-19T04:28:53.253Z Compiling pnet_datalink v0.35.0
4502026-07-19T04:28:53.643Z Compiling usdt-attr-macro v0.5.0
4512026-07-19T04:28:53.791Z Compiling usdt-macro v0.5.0
4522026-07-19T04:28:54.498Z Compiling num-rational v0.4.2
4532026-07-19T04:28:54.683Z Compiling pnet_transport v0.35.0
4542026-07-19T04:28:54.735Z Compiling usdt v0.5.0
4552026-07-19T04:28:54.807Z Compiling num v0.4.3
4562026-07-19T04:28:54.876Z Compiling pnet v0.35.0
4572026-07-19T04:28:54.917Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4582026-07-19T04:28:55.295Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4592026-07-19T04:28:55.422Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4602026-07-19T04:28:55.430Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4612026-07-19T04:28:55.553Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4622026-07-19T04:28:58.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.13s
4632026-07-19T04:28:58.199Z
4642026-07-19T04:28:58.202Zreal 13.153269430
4652026-07-19T04:28:58.202Zuser 1:11.411705215
4662026-07-19T04:28:58.202Zsys 12.095580108
4672026-07-19T04:28:58.202Ztrap 0.038876292
4682026-07-19T04:28:58.202Ztflt 0.057332914
4692026-07-19T04:28:58.202Zdflt 0.051070271
4702026-07-19T04:28:58.202Zkflt 0.000029924
4712026-07-19T04:28:58.202Zlock 2:46.102539666
4722026-07-19T04:28:58.202Zslp 4:54.379415221
4732026-07-19T04:28:58.202Zlat 3.866041700
4742026-07-19T04:28:58.202Zstop 4.480181472
4752026-07-19T04:28:58.202Z+ ptime -m cargo build --release
4762026-07-19T04:28:58.278Z Compiling proc-macro2 v1.0.106
4772026-07-19T04:28:58.278Z Compiling quote v1.0.47
4782026-07-19T04:28:58.279Z Compiling unicode-ident v1.0.24
4792026-07-19T04:28:58.279Z Compiling libc v0.2.182
4802026-07-19T04:28:58.281Z Compiling serde_core v1.0.228
4812026-07-19T04:28:58.281Z Compiling memchr v2.8.0
4822026-07-19T04:28:58.281Z Compiling serde v1.0.228
4832026-07-19T04:28:58.281Z Compiling zmij v1.0.21
4842026-07-19T04:28:58.570Z Compiling thiserror v1.0.69
4852026-07-19T04:28:58.621Z Compiling getrandom v0.4.1
4862026-07-19T04:28:58.634Z Compiling ucd-trie v0.1.7
4872026-07-19T04:28:58.910Z Compiling rustix v1.1.4
4882026-07-19T04:28:58.944Z Compiling serde_json v1.0.149
4892026-07-19T04:28:58.952Z Compiling pest v2.8.6
4902026-07-19T04:28:59.172Z Compiling aho-corasick v1.1.4
4912026-07-19T04:28:59.314Z Compiling version_check v0.9.5
4922026-07-19T04:28:59.559Z Compiling autocfg v1.5.0
4932026-07-19T04:28:59.570Z Compiling prettyplease v0.2.37
4942026-07-19T04:28:59.667Z Compiling syn v2.0.118
4952026-07-19T04:28:59.806Z Compiling regex-syntax v0.8.11
4962026-07-19T04:28:59.898Z Compiling num-traits v0.2.19
4972026-07-19T04:29:00.138Z Compiling pest_meta v2.8.6
4982026-07-19T04:29:01.014Z Compiling cfg-if v1.0.4
4992026-07-19T04:29:01.079Z Compiling byteorder v1.5.0
5002026-07-19T04:29:01.139Z Compiling itoa v1.0.17
5012026-07-19T04:29:01.295Z Compiling regex-automata v0.4.14
5022026-07-19T04:29:01.389Z Compiling usdt-impl v0.5.0
5032026-07-19T04:29:01.895Z Compiling num-integer v0.1.46
5042026-07-19T04:29:02.060Z Compiling pest_generator v2.8.6
5052026-07-19T04:29:02.111Z Compiling errno v0.3.14
5062026-07-19T04:29:02.121Z Compiling thread-id v4.2.2
5072026-07-19T04:29:02.208Z Compiling plain v0.2.3
5082026-07-19T04:29:02.240Z Compiling bitflags v2.11.0
5092026-07-19T04:29:02.305Z Compiling log v0.4.29
5102026-07-19T04:29:02.735Z Compiling fastrand v2.3.0
5112026-07-19T04:29:02.933Z Compiling radium v0.7.0
5122026-07-19T04:29:02.955Z Compiling regex v1.12.4
5132026-07-19T04:29:03.169Z Compiling serde_derive v1.0.228
5142026-07-19T04:29:03.217Z Compiling thiserror-impl v1.0.69
5152026-07-19T04:29:03.336Z Compiling zerocopy-derive v0.7.35
5162026-07-19T04:29:03.429Z Compiling pest_derive v2.8.6
5172026-07-19T04:29:03.862Z Compiling scroll_derive v0.12.1
5182026-07-19T04:29:03.949Z Compiling pretty-hex v0.4.1
5192026-07-19T04:29:04.100Z Compiling colored v3.1.1
5202026-07-19T04:29:04.244Z Compiling zerocopy v0.7.35
5212026-07-19T04:29:04.403Z Compiling once_cell v1.21.3
5222026-07-19T04:29:04.515Z Compiling dtrace-parser v0.2.0
5232026-07-19T04:29:04.581Z Compiling scroll v0.12.0
5242026-07-19T04:29:04.696Z Compiling no-std-net v0.6.0
5252026-07-19T04:29:04.791Z Compiling pnet_base v0.35.0
5262026-07-19T04:29:04.871Z Compiling goblin v0.8.2
5272026-07-19T04:29:04.978Z Compiling tempfile v3.27.0
5282026-07-19T04:29:05.090Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5292026-07-19T04:29:05.381Z Compiling zerocopy v0.8.40
5302026-07-19T04:29:05.421Z Compiling tap v1.0.1
5312026-07-19T04:29:05.523Z Compiling getrandom v0.3.4
5322026-07-19T04:29:05.804Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5332026-07-19T04:29:05.863Z Compiling wyz v0.5.1
5342026-07-19T04:29:06.190Z Compiling num-iter v0.1.45
5352026-07-19T04:29:06.273Z Compiling memmap v0.7.0
5362026-07-19T04:29:06.305Z Compiling anyhow v1.0.102
5372026-07-19T04:29:06.446Z Compiling serde_tokenstream v0.2.3
5382026-07-19T04:29:06.489Z Compiling dof v0.3.0
5392026-07-19T04:29:06.504Z Compiling num-bigint v0.4.6
5402026-07-19T04:29:06.632Z Compiling num-complex v0.4.6
5412026-07-19T04:29:06.824Z Compiling funty v2.0.0
5422026-07-19T04:29:07.220Z Compiling usdt-attr-macro v0.5.0
5432026-07-19T04:29:07.237Z Compiling usdt-macro v0.5.0
5442026-07-19T04:29:07.775Z Compiling num-rational v0.4.2
5452026-07-19T04:29:07.941Z Compiling bitvec v1.1.1
5462026-07-19T04:29:09.078Z Compiling usdt v0.5.0
5472026-07-19T04:29:09.759Z Compiling num v0.4.3
5482026-07-19T04:29:09.831Z Compiling pnet_macros_support v0.35.0
5492026-07-19T04:29:09.955Z Compiling pnet_macros v0.35.0
5502026-07-19T04:29:10.103Z Compiling pnet_sys v0.35.0
5512026-07-19T04:29:10.218Z Compiling utf8parse v0.2.2
5522026-07-19T04:29:10.320Z Compiling anstyle-parse v1.0.0
5532026-07-19T04:29:10.461Z Compiling ppv-lite86 v0.2.21
5542026-07-19T04:29:10.538Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5552026-07-19T04:29:10.792Z Compiling rand_core v0.9.5
5562026-07-19T04:29:11.061Z Compiling pnet_packet v0.35.0
5572026-07-19T04:29:11.585Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5582026-07-19T04:29:11.753Z Compiling ipnetwork v0.20.0
5592026-07-19T04:29:12.444Z Compiling colorchoice v1.0.4
5602026-07-19T04:29:12.466Z Compiling anstyle-query v1.1.5
5612026-07-19T04:29:12.560Z Compiling pnet v0.35.0
5622026-07-19T04:29:12.785Z Compiling anstyle v1.0.13
5632026-07-19T04:29:12.943Z Compiling is_terminal_polyfill v1.70.2
5642026-07-19T04:29:13.039Z Compiling anstream v1.0.0
5652026-07-19T04:29:13.515Z Compiling pnet_transport v0.35.0
5662026-07-19T04:29:14.023Z Compiling pnet_datalink v0.35.0
5672026-07-19T04:29:14.483Z Compiling rand_chacha v0.9.0
5682026-07-19T04:29:15.373Z Compiling strsim v0.11.1
5692026-07-19T04:29:17.744Z Compiling clap_lex v1.0.0
5702026-07-19T04:29:17.779Z Compiling heck v0.5.0
5712026-07-19T04:29:17.779Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5722026-07-19T04:29:17.779Z Compiling clap_derive v4.6.1
5732026-07-19T04:29:17.779Z Compiling clap_builder v4.6.0
5742026-07-19T04:29:17.779Z Compiling rand v0.9.3
5752026-07-19T04:29:17.809Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5762026-07-19T04:29:17.809Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5772026-07-19T04:29:17.957Z Compiling clap v4.6.1
5782026-07-19T04:29:18.032Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5792026-07-19T04:29:18.281Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5802026-07-19T04:29:21.026Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5812026-07-19T04:29:23.513Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5822026-07-19T04:29:30.367Z Finished `release` profile [optimized] target(s) in 32.15s
5832026-07-19T04:29:30.389Z
5842026-07-19T04:29:30.389Zreal 32.175993665
5852026-07-19T04:29:30.389Zuser 3:13.781524366
5862026-07-19T04:29:30.389Zsys 18.105871837
5872026-07-19T04:29:30.389Ztrap 0.111991207
5882026-07-19T04:29:30.389Ztflt 0.266635626
5892026-07-19T04:29:30.389Zdflt 0.195197708
5902026-07-19T04:29:30.394Zkflt 0.000030451
5912026-07-19T04:29:30.395Zlock 10:01.534393057
5922026-07-19T04:29:30.395Zslp 12:21.463948363
5932026-07-19T04:29:30.395Zlat 13.226894853
5942026-07-19T04:29:30.395Zstop 9.460068575
5952026-07-19T04:29:30.395Z+ for x in debug release
5962026-07-19T04:29:30.395Z+ mkdir -p /work/debug
5972026-07-19T04:29:30.395Z+ cp target/debug/x4c /work/debug/
5982026-07-19T04:29:30.420Z+ cp target/debug/libsidecar_lite.so /work/debug/
5992026-07-19T04:29:30.456Z+ for x in debug release
6002026-07-19T04:29:30.456Z+ mkdir -p /work/release
6012026-07-19T04:29:30.459Z+ cp target/release/x4c /work/release/
6022026-07-19T04:29:30.524Z+ cp target/release/libsidecar_lite.so /work/release/
6032026-07-19T04:29:30.535Z+ banner test
6042026-07-19T04:29:30.535Z
6052026-07-19T04:29:30.535Z ##### ###### #### #####
6062026-07-19T04:29:30.535Z # # # #
6072026-07-19T04:29:30.535Z # ##### #### #
6082026-07-19T04:29:30.535Z # # # #
6092026-07-19T04:29:30.535Z # # # # #
6102026-07-19T04:29:30.535Z # ###### #### #
6112026-07-19T04:29:30.535Z
6122026-07-19T04:29:30.535Z+ cargo test
6132026-07-19T04:29:30.548Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6142026-07-19T04:29:30.565Z Compiling libloading v0.9.0
6152026-07-19T04:29:30.578Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6162026-07-19T04:29:30.578Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6172026-07-19T04:29:30.652Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6182026-07-19T04:29:30.652Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6192026-07-19T04:29:30.774Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6202026-07-19T04:29:31.656Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6212026-07-19T04:29:31.656Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6222026-07-19T04:29:31.656Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6232026-07-19T04:29:31.927Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6242026-07-19T04:29:38.669Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.18s
6252026-07-19T04:29:38.683Z Running unittests src/lib.rs (target/debug/deps/p4-85be53bc186e4c60)
6262026-07-19T04:29:38.687Z
6272026-07-19T04:29:38.687Zrunning 0 tests
6282026-07-19T04:29:38.687Z
6292026-07-19T04:29:38.687Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-07-19T04:29:38.687Z
6312026-07-19T04:29:38.687Z Running unittests src/lib.rs (target/debug/deps/p4_macro-1d4b3a11079355fe)
6322026-07-19T04:29:38.687Z
6332026-07-19T04:29:38.687Zrunning 0 tests
6342026-07-19T04:29:38.687Z
6352026-07-19T04:29:38.687Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-07-19T04:29:38.687Z
6372026-07-19T04:29:38.687Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-f0d318a3674a853f)
6382026-07-19T04:29:38.691Z
6392026-07-19T04:29:38.691Zrunning 0 tests
6402026-07-19T04:29:38.691Z
6412026-07-19T04:29:38.691Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-07-19T04:29:38.691Z
6432026-07-19T04:29:38.691Z Running unittests src/lib.rs (target/debug/deps/p4_rust-bcabdfdfc7396098)
6442026-07-19T04:29:38.691Z
6452026-07-19T04:29:38.691Zrunning 0 tests
6462026-07-19T04:29:38.691Z
6472026-07-19T04:29:38.691Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-07-19T04:29:38.691Z
6492026-07-19T04:29:38.691Z Running unittests src/lib.rs (target/debug/deps/p4rs-36385d96fefec5e8)
6502026-07-19T04:29:38.692Z
6512026-07-19T04:29:38.692Zrunning 14 tests
6522026-07-19T04:29:38.700Ztest bitmath::tests::bitmath_add_cascade ... ok
6532026-07-19T04:29:38.700Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6542026-07-19T04:29:38.700Ztest bitmath::tests::bitmath_add_le ... ok
6552026-07-19T04:29:38.701Ztest bitmath::tests::bitmath_add_nest ... ok
6562026-07-19T04:29:38.701Ztest bitmath::tests::bitmath_add_be ... ok
6572026-07-19T04:29:38.701Ztest bitmath::tests::bitmath_mod ... ok
6582026-07-19T04:29:38.701Ztest bitmath::tests::bitmath_sub_be ... ok
6592026-07-19T04:29:38.701Ztest bitmath::tests::bitmath_sub_le ... ok
6602026-07-19T04:29:38.701Ztest checksum::tests::udp_checksum ... ok
6612026-07-19T04:29:38.701Ztest table::tests::match_lpm_ternary_1 ... ok
6622026-07-19T04:29:38.701Ztest table::tests::match_lpm_ternary_range ... ok
6632026-07-19T04:29:38.701Ztest table::tests::match_ternary_1 ... ok
6642026-07-19T04:29:38.701Ztest table::tests::match_lpm_1 ... ok
6652026-07-19T04:29:38.701Ztest table::tests::match_with_action ... ok
6662026-07-19T04:29:38.701Z
6672026-07-19T04:29:38.701Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6682026-07-19T04:29:38.701Z
6692026-07-19T04:29:38.701Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-c9a6f273b2389b36)
6702026-07-19T04:29:38.701Z
6712026-07-19T04:29:38.701Zrunning 0 tests
6722026-07-19T04:29:38.701Z
6732026-07-19T04:29:38.701Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6742026-07-19T04:29:38.701Z
6752026-07-19T04:29:38.702Z Running unittests src/lib.rs (target/debug/deps/tests-f4bd6922910e08e7)
6762026-07-19T04:29:38.702Z
6772026-07-19T04:29:38.702Zrunning 15 tests
6782026-07-19T04:29:38.705Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6792026-07-19T04:29:38.705Ztest headers::ipv6_header_read_write ... ok
6802026-07-19T04:29:38.706Ztest dload::pipeline_create ... ok
6812026-07-19T04:29:38.706Ztest ipv6::test_ipv6_parse ... ok
6822026-07-19T04:29:38.706Ztest dload::dynamic_load ... ok
6832026-07-19T04:29:38.711Ztest decap::geneve_decap ... ok
6842026-07-19T04:29:38.711Ztest disag_router::disag_router ... ok
6852026-07-19T04:29:38.719Ztest dynamic_router::dynamic_router2 ... ok
6862026-07-19T04:29:38.719Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6872026-07-19T04:29:38.719Ztest arithmetic::arithmetic ... ok
6882026-07-19T04:29:38.719Ztest range::range ... ok
6892026-07-19T04:29:38.719Ztest hub::hub2 ... ok
6902026-07-19T04:29:38.719Ztest vlan::test_vlan_parse ... ok
6912026-07-19T04:29:38.719Ztest mac_rewrite::mac_rewrite2 ... ok
6922026-07-19T04:29:38.810Ztest basic_router::basic_router2 ... ok
6932026-07-19T04:29:38.810Z
6942026-07-19T04:29:38.810Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
6952026-07-19T04:29:38.810Z
6962026-07-19T04:29:38.819Z Running unittests src/lib.rs (target/debug/deps/x4c-cc84ec4a9589a4ce)
6972026-07-19T04:29:38.824Z
6982026-07-19T04:29:38.824Zrunning 0 tests
6992026-07-19T04:29:38.824Z
7002026-07-19T04:29:38.824Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7012026-07-19T04:29:38.824Z
7022026-07-19T04:29:38.824Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-2279583c2c89928e)
7032026-07-19T04:29:38.824Z
7042026-07-19T04:29:38.824Zrunning 0 tests
7052026-07-19T04:29:38.825Z
7062026-07-19T04:29:38.825Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-07-19T04:29:38.825Z
7082026-07-19T04:29:38.825Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-857bf2d2017d896f)
7092026-07-19T04:29:38.842Z
7102026-07-19T04:29:38.842Zrunning 0 tests
7112026-07-19T04:29:38.842Z
7122026-07-19T04:29:38.842Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7132026-07-19T04:29:38.842Z
7142026-07-19T04:29:38.842Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-edca74384a57be6b)
7152026-07-19T04:29:38.842Z
7162026-07-19T04:29:38.842Zrunning 0 tests
7172026-07-19T04:29:38.842Z
7182026-07-19T04:29:38.842Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7192026-07-19T04:29:38.842Z
7202026-07-19T04:29:38.842Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7212026-07-19T04:29:38.842Z
7222026-07-19T04:29:38.842Zrunning 0 tests
7232026-07-19T04:29:38.842Z
7242026-07-19T04:29:38.842Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7252026-07-19T04:29:38.842Z
7262026-07-19T04:29:38.842Z Doc-tests p4
7272026-07-19T04:29:38.925Z
7282026-07-19T04:29:38.925Zrunning 0 tests
7292026-07-19T04:29:38.925Z
7302026-07-19T04:29:38.925Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7312026-07-19T04:29:38.925Z
7322026-07-19T04:29:38.938Z Doc-tests p4_macro
7332026-07-19T04:29:38.978Z
7342026-07-19T04:29:38.978Zrunning 2 tests
7352026-07-19T04:29:38.982Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7362026-07-19T04:29:38.982Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7372026-07-19T04:29:38.982Z
7382026-07-19T04:29:38.982Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7392026-07-19T04:29:38.982Z
7402026-07-19T04:29:38.982Z Doc-tests p4_rust
7412026-07-19T04:29:39.149Z
7422026-07-19T04:29:39.149Zrunning 0 tests
7432026-07-19T04:29:39.149Z
7442026-07-19T04:29:39.149Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7452026-07-19T04:29:39.149Z
7462026-07-19T04:29:39.157Z Doc-tests p4rs
7472026-07-19T04:29:39.244Z
7482026-07-19T04:29:39.244Zrunning 1 test
7492026-07-19T04:29:40.062Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7502026-07-19T04:29:40.062Z
7512026-07-19T04:29:40.062Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.82s
7522026-07-19T04:29:40.062Z
7532026-07-19T04:29:40.071Z Doc-tests tests
7542026-07-19T04:29:40.136Z
7552026-07-19T04:29:40.136Zrunning 0 tests
7562026-07-19T04:29:40.136Z
7572026-07-19T04:29:40.136Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7582026-07-19T04:29:40.136Z
7592026-07-19T04:29:40.189Z Doc-tests x4c
7602026-07-19T04:29:40.205Z
7612026-07-19T04:29:40.205Zrunning 0 tests
7622026-07-19T04:29:40.205Z
7632026-07-19T04:29:40.205Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7642026-07-19T04:29:40.205Z
7652026-07-19T04:29:40.205Z Doc-tests x4c_error_codes
7662026-07-19T04:29:40.222Z
7672026-07-19T04:29:40.222Zrunning 0 tests
7682026-07-19T04:29:40.222Z
7692026-07-19T04:29:40.222Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7702026-07-19T04:29:40.222Z
7712026-07-19T04:29:40.234Z+ pushd test
7722026-07-19T04:29:40.238Z+ banner 'mac rewr'
7732026-07-19T04:29:40.238Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7742026-07-19T04:29:40.238Z
7752026-07-19T04:29:40.238Z # # ## #### ##### ###### # # #####
7762026-07-19T04:29:40.238Z ## ## # # # # # # # # # # #
7772026-07-19T04:29:40.238Z # ## # # # # # # ##### # # # #
7782026-07-19T04:29:40.238Z # # ###### # ##### # # ## # #####
7792026-07-19T04:29:40.238Z # # # # # # # # # ## ## # #
7802026-07-19T04:29:40.238Z # # # # #### # # ###### # # # #
7812026-07-19T04:29:40.239Z
7822026-07-19T04:29:40.239Z+ RUST_BACKTRACE=1
7832026-07-19T04:29:40.239Z+ cargo test mac_rewrite -- --nocapture
7842026-07-19T04:29:40.420Z Compiling aho-corasick v1.1.4
7852026-07-19T04:29:40.429Z Compiling getrandom v0.4.1
7862026-07-19T04:29:40.429Z Compiling errno v0.3.14
7872026-07-19T04:29:40.429Z Compiling rustix v1.1.4
7882026-07-19T04:29:40.429Z Compiling prettyplease v0.2.37
7892026-07-19T04:29:41.045Z Compiling regex-automata v0.4.14
7902026-07-19T04:29:41.065Z Compiling tempfile v3.27.0
7912026-07-19T04:29:42.451Z Compiling regex v1.12.4
7922026-07-19T04:29:42.659Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7932026-07-19T04:29:42.726Z Compiling pnet_macros v0.35.0
7942026-07-19T04:29:44.434Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7952026-07-19T04:29:44.451Z Compiling pnet_packet v0.35.0
7962026-07-19T04:29:44.451Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
7972026-07-19T04:29:45.568Z Compiling pnet_transport v0.35.0
7982026-07-19T04:29:45.680Z Compiling pnet v0.35.0
7992026-07-19T04:29:45.768Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8002026-07-19T04:29:52.287Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.03s
8012026-07-19T04:29:52.298Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1b0035cef7c02a09)
8022026-07-19T04:29:52.300Z
8032026-07-19T04:29:52.300Zrunning 1 test
8042026-07-19T04:29:52.306Z[phy2] do you know the muffin man?
8052026-07-19T04:29:52.308Z[cpu] the muffin man?
8062026-07-19T04:29:52.308Z[cpu] the muffin man!
8072026-07-19T04:29:52.308Z[cpu] why yes
8082026-07-19T04:29:52.308Z[phy1] i know the muffin man
8092026-07-19T04:29:52.308Z[phy3] the muffin man is me!!!
8102026-07-19T04:29:52.308Ztest mac_rewrite::mac_rewrite2 ... ok
8112026-07-19T04:29:52.308Z
8122026-07-19T04:29:52.308Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8132026-07-19T04:29:52.309Z
8142026-07-19T04:29:52.314Z+ banner 'dyn load'
8152026-07-19T04:29:52.317Z
8162026-07-19T04:29:52.317Z ##### # # # # # #### ## #####
8172026-07-19T04:29:52.317Z # # # # ## # # # # # # # #
8182026-07-19T04:29:52.317Z # # # # # # # # # # # # #
8192026-07-19T04:29:52.317Z # # # # # # # # # ###### # #
8202026-07-19T04:29:52.317Z # # # # ## # # # # # # #
8212026-07-19T04:29:52.317Z ##### # # # ###### #### # # #####
8222026-07-19T04:29:52.317Z
8232026-07-19T04:29:52.317Z+ RUST_BACKTRACE=1
8242026-07-19T04:29:52.317Z+ cargo test dload -- --nocapture
8252026-07-19T04:29:52.403Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8262026-07-19T04:29:52.407Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1b0035cef7c02a09)
8272026-07-19T04:29:52.409Z
8282026-07-19T04:29:52.409Zrunning 2 tests
8292026-07-19T04:29:52.412Ztest dload::pipeline_create ... ok
8302026-07-19T04:29:52.415Ztest dload::dynamic_load ... ok
8312026-07-19T04:29:52.415Z
8322026-07-19T04:29:52.415Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8332026-07-19T04:29:52.415Z
8342026-07-19T04:29:52.420Z+ banner disag
8352026-07-19T04:29:52.423Z
8362026-07-19T04:29:52.423Z ##### # #### ## ####
8372026-07-19T04:29:52.423Z # # # # # # # #
8382026-07-19T04:29:52.423Z # # # #### # # #
8392026-07-19T04:29:52.423Z # # # # ###### # ###
8402026-07-19T04:29:52.423Z # # # # # # # # #
8412026-07-19T04:29:52.423Z ##### # #### # # ####
8422026-07-19T04:29:52.423Z
8432026-07-19T04:29:52.423Z+ RUST_BACKTRACE=1
8442026-07-19T04:29:52.423Z+ cargo test disag_router -- --nocapture
8452026-07-19T04:29:52.509Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8462026-07-19T04:29:52.512Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1b0035cef7c02a09)
8472026-07-19T04:29:52.515Z
8482026-07-19T04:29:52.515Zrunning 1 test
8492026-07-19T04:29:52.520Z[phy2] do you know the muffin man?
8502026-07-19T04:29:52.522Z[cpu] the muffin man?
8512026-07-19T04:29:52.522Z[cpu] the muffin man!
8522026-07-19T04:29:52.522Z[cpu] why yes
8532026-07-19T04:29:52.522Z[phy1] i know the muffin man
8542026-07-19T04:29:52.522Z[phy3] the muffin man is me!!!
8552026-07-19T04:29:52.522Ztest disag_router::disag_router ... ok
8562026-07-19T04:29:52.522Z
8572026-07-19T04:29:52.522Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8582026-07-19T04:29:52.522Z
8592026-07-19T04:29:52.528Z+ banner 'dyn rtr'
8602026-07-19T04:29:52.531Z
8612026-07-19T04:29:52.531Z ##### # # # # ##### ##### #####
8622026-07-19T04:29:52.531Z # # # # ## # # # # # #
8632026-07-19T04:29:52.531Z # # # # # # # # # # #
8642026-07-19T04:29:52.531Z # # # # # # ##### # #####
8652026-07-19T04:29:52.531Z # # # # ## # # # # #
8662026-07-19T04:29:52.531Z ##### # # # # # # # #
8672026-07-19T04:29:52.531Z
8682026-07-19T04:29:52.531Z+ RUST_BACKTRACE=1
8692026-07-19T04:29:52.531Z+ cargo test dynamic_router -- --nocapture
8702026-07-19T04:29:52.616Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8712026-07-19T04:29:52.619Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1b0035cef7c02a09)
8722026-07-19T04:29:52.621Z
8732026-07-19T04:29:52.621Zrunning 1 test
8742026-07-19T04:29:52.631Z[phy2] do you know the muffin man?
8752026-07-19T04:29:52.633Z[cpu] the muffin man?
8762026-07-19T04:29:52.633Z[cpu] the muffin man!
8772026-07-19T04:29:52.633Z[cpu] why yes
8782026-07-19T04:29:52.633Z[phy1] i know the muffin man
8792026-07-19T04:29:52.633Z[phy3] the muffin man is me!!!
8802026-07-19T04:29:52.633Ztest dynamic_router::dynamic_router2 ... ok
8812026-07-19T04:29:52.634Z
8822026-07-19T04:29:52.634Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8832026-07-19T04:29:52.634Z
8842026-07-19T04:29:52.636Z+ banner hub
8852026-07-19T04:29:52.636Z
8862026-07-19T04:29:52.637Z # # # # #####
8872026-07-19T04:29:52.637Z # # # # # #
8882026-07-19T04:29:52.637Z ###### # # #####
8892026-07-19T04:29:52.637Z # # # # # #
8902026-07-19T04:29:52.637Z # # # # # #
8912026-07-19T04:29:52.637Z # # #### #####
8922026-07-19T04:29:52.637Z
8932026-07-19T04:29:52.637Z+ RUST_BACKTRACE=1
8942026-07-19T04:29:52.637Z+ cargo test hub -- --nocapture
8952026-07-19T04:29:52.723Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8962026-07-19T04:29:52.726Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1b0035cef7c02a09)
8972026-07-19T04:29:52.729Z
8982026-07-19T04:29:52.729Zrunning 1 test
8992026-07-19T04:29:52.734Z[phy2] do you know the muffin man?
9002026-07-19T04:29:52.734Z[phy3] do you know the muffin man?
9012026-07-19T04:29:52.737Z[phy1] the muffin man?
9022026-07-19T04:29:52.737Z[phy3] the muffin man?
9032026-07-19T04:29:52.737Z[phy2] the muffin man!
9042026-07-19T04:29:52.737Z[phy3] the muffin man!
9052026-07-19T04:29:52.737Z[phy1] why yes
9062026-07-19T04:29:52.737Z[phy1] i know the muffin man
9072026-07-19T04:29:52.737Z[phy1] the muffin man is me!!!
9082026-07-19T04:29:52.737Z[phy3] why yes
9092026-07-19T04:29:52.737Z[phy3] i know the muffin man
9102026-07-19T04:29:52.737Z[phy3] the muffin man is me!!!
9112026-07-19T04:29:52.737Ztest hub::hub2 ... ok
9122026-07-19T04:29:52.737Z
9132026-07-19T04:29:52.738Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9142026-07-19T04:29:52.738Z
9152026-07-19T04:29:52.743Z+ banner router
9162026-07-19T04:29:52.745Z
9172026-07-19T04:29:52.745Z ##### #### # # ##### ###### #####
9182026-07-19T04:29:52.745Z # # # # # # # # # #
9192026-07-19T04:29:52.745Z # # # # # # # ##### # #
9202026-07-19T04:29:52.745Z ##### # # # # # # #####
9212026-07-19T04:29:52.745Z # # # # # # # # # #
9222026-07-19T04:29:52.745Z # # #### #### # ###### # #
9232026-07-19T04:29:52.745Z
9242026-07-19T04:29:52.745Z+ RUST_BACKTRACE=1
9252026-07-19T04:29:52.745Z+ cargo test basic_router -- --nocapture
9262026-07-19T04:29:52.832Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9272026-07-19T04:29:52.835Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1b0035cef7c02a09)
9282026-07-19T04:29:52.838Z
9292026-07-19T04:29:52.838Zrunning 1 test
9302026-07-19T04:29:52.843Z[phy2] do you know the muffin man?
9312026-07-19T04:29:52.847Z[phy1] the muffin man?
9322026-07-19T04:29:52.847Z[phy2] the muffin man!
9332026-07-19T04:29:52.847Z[phy1] why yes
9342026-07-19T04:29:52.847Z[phy1] i know the muffin man
9352026-07-19T04:29:52.847Z[phy1] the muffin man is me!!!
9362026-07-19T04:29:52.847Ztest basic_router::basic_router2 ... ok
9372026-07-19T04:29:52.847Z
9382026-07-19T04:29:52.847Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9392026-07-19T04:29:52.847Z
9402026-07-19T04:29:52.851Z+ banner headers
9412026-07-19T04:29:52.853Z
9422026-07-19T04:29:52.853Z # # ###### ## ##### ###### ##### ####
9432026-07-19T04:29:52.853Z # # # # # # # # # # #
9442026-07-19T04:29:52.853Z ###### ##### # # # # ##### # # ####
9452026-07-19T04:29:52.853Z # # # ###### # # # ##### #
9462026-07-19T04:29:52.853Z # # # # # # # # # # # #
9472026-07-19T04:29:52.853Z # # ###### # # ##### ###### # # ####
9482026-07-19T04:29:52.853Z
9492026-07-19T04:29:52.853Z+ RUST_BACKTRACE=1
9502026-07-19T04:29:52.853Z+ cargo test headers -- --nocapture
9512026-07-19T04:29:52.939Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9522026-07-19T04:29:52.942Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1b0035cef7c02a09)
9532026-07-19T04:29:52.945Z
9542026-07-19T04:29:52.945Zrunning 1 test
9552026-07-19T04:29:52.945Ztest headers::ipv6_header_read_write ... ok
9562026-07-19T04:29:52.945Z
9572026-07-19T04:29:52.945Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9582026-07-19T04:29:52.945Z
9592026-07-19T04:29:52.950Zprocess exited: duration 103061 ms, exit code 0
 
9602026-07-19T04:29:52.957Zfound 4 output files
9612026-07-19T04:29:52.957Zuploading: /work/debug/libsidecar_lite.so (43098912 bytes)
9622026-07-19T04:29:54.241Zuploaded: /work/debug/libsidecar_lite.so
9632026-07-19T04:29:54.241Zuploading: /work/debug/x4c (37743504 bytes)
9642026-07-19T04:29:55.493Zuploaded: /work/debug/x4c
9652026-07-19T04:29:55.493Zuploading: /work/release/libsidecar_lite.so (9932544 bytes)
9662026-07-19T04:29:56.565Zuploaded: /work/release/libsidecar_lite.so
9672026-07-19T04:29:56.566Zuploading: /work/release/x4c (8666704 bytes)
9682026-07-19T04:29:57.630Zuploaded: /work/release/x4c