01KVF2AZDYX6K7ZKVVNNBVGA0K: 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: 01KVF2BN24M19DADAFPBKQA7BG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-19T04:32:18.270Zjob assigned to worker 01KVF2BTY4ER18XV88MHA4RDVG [factory aws, i-0c0775794b365e164] (queued for 56 s)
 
22026-06-19T04:32:24.943Zstarting task 0: "setup"
32026-06-19T04:32:24.949Z++ uname -s
42026-06-19T04:32:24.952Z+ kern=SunOS
52026-06-19T04:32:24.952Z+ build_user=build
62026-06-19T04:32:24.952Z+ build_uid=12345
72026-06-19T04:32:24.952Z+ work_dir=/work
82026-06-19T04:32:24.952Z+ input_dir=/input
92026-06-19T04:32:24.952Z+ [[ 0 == 12345 ]]
102026-06-19T04:32:24.952Z+ case "$kern" in
112026-06-19T04:32:24.952Z+ groupadd -g 12345 build
122026-06-19T04:32:24.952Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-19T04:32:26.958Z+ zfs create -o mountpoint=/work rpool/work
142026-06-19T04:32:27.039Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-19T04:32:27.042Z+ home_fs=zfs
162026-06-19T04:32:27.042Z+ [[ zfs == autofs ]]
172026-06-19T04:32:27.042Z+ mkdir -p /home/build
182026-06-19T04:32:27.042Z+ chown build:build /home/build /work
192026-06-19T04:32:29.043Z+ chmod 0700 /home/build /work
202026-06-19T04:32:29.046Zprocess exited: duration 4100 ms, exit code 0
 
212026-06-19T04:32:29.053Zstarting task 1: "rust-toolchain"
222026-06-19T04:32:29.056Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-19T04:32:29.056Z * rust toolchain channel = "stable"
242026-06-19T04:32:29.056Z * rust toolchain profile = "default"
252026-06-19T04:32:29.056Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-19T04:32:29.056Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-19T04:32:29.056Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-19T04:32:29.059Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-19T04:32:29.059Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-19T04:32:29.175Zinfo: downloading installer
312026-06-19T04:32:30.777Zwarn: It looks like you have an existing installation of Rust at:
322026-06-19T04:32:30.777Zwarn: /opt/ooce/bin
332026-06-19T04:32:30.777Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-19T04:32:30.777Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-19T04:32:30.777Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-19T04:32:30.777Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-19T04:32:30.777Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-19T04:32:30.777Zerror: cannot install while Rust is installed
392026-06-19T04:32:30.777Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-19T04:32:30.777Zwarn: It looks like you have an existing rustup settings file at:
412026-06-19T04:32:30.777Zwarn: /home/build/.rustup/settings.toml
422026-06-19T04:32:30.777Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-19T04:32:30.777Zwarn: instead of the one inferred from the default host triple.
442026-06-19T04:32:30.791Zinfo: profile set to default
452026-06-19T04:32:30.791Zinfo: default host triple is x86_64-unknown-illumos
462026-06-19T04:32:30.794Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-19T04:32:30.955Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-19T04:32:30.959Zinfo: downloading 6 components
492026-06-19T04:32:46.897Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-19T04:32:46.897Z
512026-06-19T04:32:46.933Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-19T04:32:46.933Z
532026-06-19T04:32:46.934Z
542026-06-19T04:32:46.934ZRust is installed now. Great!
552026-06-19T04:32:46.934Z
562026-06-19T04:32:46.934ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-19T04:32:46.934Zenvironment variable. This has not been done automatically.
582026-06-19T04:32:46.934Z
592026-06-19T04:32:46.934ZTo configure your current shell, you need to source
602026-06-19T04:32:46.934Zthe corresponding env file under $HOME/.cargo.
612026-06-19T04:32:46.934Z
622026-06-19T04:32:46.934ZThis is usually done by running one of the following (note the leading DOT):
632026-06-19T04:32:46.937Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-19T04:32:46.937Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-19T04:32:46.937Zsource "~/.cargo/env.nu" # For nushell
662026-06-19T04:32:46.937Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-19T04:32:46.938Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-19T04:32:46.938Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-19T04:32:46.938Zwarn: no default linker (`cc`) was found in your PATH
702026-06-19T04:32:46.938Zwarn: many Rust crates require a system C toolchain to build
712026-06-19T04:32:47.035Z+ rustup --version
722026-06-19T04:32:47.043Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-19T04:32:47.046Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-19T04:32:47.065Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-19T04:32:47.067Z+ cargo --version
762026-06-19T04:32:47.080Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-19T04:32:47.083Z+ rustc --version
782026-06-19T04:32:47.102Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-19T04:32:47.105Zprocess exited: duration 18051 ms, exit code 0
 
802026-06-19T04:32:47.111Zstarting task 2: "authentication"
812026-06-19T04:32:47.127Zprocess exited: duration 16 ms, exit code 0
 
822026-06-19T04:32:47.133Zstarting task 3: "clone repository"
832026-06-19T04:32:47.136Z+ mkdir -p /work/oxidecomputer/p4
842026-06-19T04:32:47.139Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-06-19T04:32:47.169ZCloning into '/work/oxidecomputer/p4'...
862026-06-19T04:32:48.248Z+ cd /work/oxidecomputer/p4
872026-06-19T04:32:48.248Z+ git fetch origin 969781212c1c2dc3016cb2cdaa031ea23f6d7c45
882026-06-19T04:32:48.620ZFrom https://github.com/oxidecomputer/p4
892026-06-19T04:32:48.620Z * branch 969781212c1c2dc3016cb2cdaa031ea23f6d7c45 -> FETCH_HEAD
902026-06-19T04:32:48.624Z+ [[ -n renovate/actions-checkout-7.x ]]
912026-06-19T04:32:48.627Z++ git branch --show-current
922026-06-19T04:32:48.627Z+ current=main
932026-06-19T04:32:48.627Z+ [[ main != renovate/actions-checkout-7.x ]]
942026-06-19T04:32:48.627Z+ git branch -f renovate/actions-checkout-7.x 969781212c1c2dc3016cb2cdaa031ea23f6d7c45
952026-06-19T04:32:48.630Z+ git checkout -f renovate/actions-checkout-7.x
962026-06-19T04:32:48.635ZSwitched to branch 'renovate/actions-checkout-7.x'
972026-06-19T04:32:48.638Z+ git reset --hard 969781212c1c2dc3016cb2cdaa031ea23f6d7c45
982026-06-19T04:32:48.642ZHEAD is now at 9697812 Update actions/checkout action to v7
992026-06-19T04:32:48.646Zprocess exited: duration 1509 ms, exit code 0
 
1002026-06-19T04:32:48.652Zstarting task 4: "build"
1012026-06-19T04:32:48.657Z+ cargo --version
1022026-06-19T04:32:48.662Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-06-19T04:32:48.836Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-06-19T04:32:48.843Zinfo: downloading 6 components
1052026-06-19T04:33:03.567Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-06-19T04:33:03.571Z+ rustc --version
1072026-06-19T04:33:03.598Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-06-19T04:33:03.602Z+ banner check
1092026-06-19T04:33:03.606Z
1102026-06-19T04:33:03.606Z #### # # ###### #### # #
1112026-06-19T04:33:03.606Z # # # # # # # # #
1122026-06-19T04:33:03.606Z # ###### ##### # ####
1132026-06-19T04:33:03.606Z # # # # # # #
1142026-06-19T04:33:03.606Z # # # # # # # # #
1152026-06-19T04:33:03.606Z #### # # ###### #### # #
1162026-06-19T04:33:03.606Z
1172026-06-19T04:33:03.606Z+ cargo fmt -- --check
1182026-06-19T04:33:03.747Z+ cargo check
1192026-06-19T04:33:03.815Z Updating crates.io index
1202026-06-19T04:33:03.861Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-06-19T04:33:04.137ZFrom https://github.com/oxidecomputer/xfr
1222026-06-19T04:33:04.137Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-06-19T04:33:05.584Z Downloading crates ...
1242026-06-19T04:33:05.642Z Downloaded autocfg v1.5.0
1252026-06-19T04:33:05.651Z Downloaded generic-array v0.14.7
1262026-06-19T04:33:05.654Z Downloaded ppv-lite86 v0.2.21
1272026-06-19T04:33:05.654Z Downloaded num-complex v0.4.6
1282026-06-19T04:33:05.657Z Downloaded cfg-if v1.0.4
1292026-06-19T04:33:05.660Z Downloaded num-rational v0.4.2
1302026-06-19T04:33:05.660Z Downloaded zmij v1.0.21
1312026-06-19T04:33:05.663Z Downloaded usdt v0.5.0
1322026-06-19T04:33:05.663Z Downloaded anstyle-query v1.1.5
1332026-06-19T04:33:05.666Z Downloaded tap v1.0.1
1342026-06-19T04:33:05.666Z Downloaded aho-corasick v1.1.4
1352026-06-19T04:33:05.669Z Downloaded zerocopy-derive v0.7.35
1362026-06-19T04:33:05.672Z Downloaded pnet_packet v0.35.0
1372026-06-19T04:33:05.675Z Downloaded fastrand v2.3.0
1382026-06-19T04:33:05.675Z Downloaded itoa v1.0.17
1392026-06-19T04:33:05.678Z Downloaded ipnetwork v0.20.0
1402026-06-19T04:33:05.681Z Downloaded cpufeatures v0.2.17
1412026-06-19T04:33:05.689Z Downloaded zerocopy v0.8.40
1422026-06-19T04:33:05.695Z Downloaded serde_core v1.0.228
1432026-06-19T04:33:05.698Z Downloaded num-traits v0.2.19
1442026-06-19T04:33:05.698Z Downloaded digest v0.10.7
1452026-06-19T04:33:05.701Z Downloaded colored v3.1.1
1462026-06-19T04:33:05.701Z Downloaded getrandom v0.4.1
1472026-06-19T04:33:05.710Z Downloaded strsim v0.11.1
1482026-06-19T04:33:05.714Z Downloaded bitvec v1.0.1
1492026-06-19T04:33:05.723Z Downloaded usdt-attr-macro v0.5.0
1502026-06-19T04:33:05.726Z Downloaded num-iter v0.1.45
1512026-06-19T04:33:05.726Z Downloaded errno v0.3.14
1522026-06-19T04:33:05.726Z Downloaded is_terminal_polyfill v1.70.2
1532026-06-19T04:33:05.726Z Downloaded funty v2.0.0
1542026-06-19T04:33:05.726Z Downloaded dof v0.3.0
1552026-06-19T04:33:05.730Z Downloaded pnet_transport v0.35.0
1562026-06-19T04:33:05.733Z Downloaded dtrace-parser v0.2.0
1572026-06-19T04:33:05.733Z Downloaded colorchoice v1.0.4
1582026-06-19T04:33:05.737Z Downloaded memmap v0.7.0
1592026-06-19T04:33:05.740Z Downloaded pnet_sys v0.35.0
1602026-06-19T04:33:05.743Z Downloaded clap_lex v1.0.0
1612026-06-19T04:33:05.747Z Downloaded radium v0.7.0
1622026-06-19T04:33:05.750Z Downloaded crypto-common v0.1.7
1632026-06-19T04:33:05.753Z Downloaded num v0.4.3
1642026-06-19T04:33:05.764Z Downloaded plain v0.2.3
1652026-06-19T04:33:05.764Z Downloaded scroll_derive v0.12.1
1662026-06-19T04:33:05.764Z Downloaded pretty-hex v0.4.1
1672026-06-19T04:33:05.764Z Downloaded pnet_base v0.35.0
1682026-06-19T04:33:05.767Z Downloaded thread-id v4.2.2
1692026-06-19T04:33:05.767Z Downloaded block-buffer v0.10.4
1702026-06-19T04:33:05.773Z Downloaded pnet_macros_support v0.35.0
1712026-06-19T04:33:05.782Z Downloaded version_check v0.9.5
1722026-06-19T04:33:05.788Z Downloaded num-integer v0.1.46
1732026-06-19T04:33:05.791Z Downloaded rand_core v0.9.5
1742026-06-19T04:33:05.794Z Downloaded utf8parse v0.2.2
1752026-06-19T04:33:05.797Z Downloaded heck v0.5.0
1762026-06-19T04:33:05.797Z Downloaded usdt-macro v0.5.0
1772026-06-19T04:33:05.804Z Downloaded byteorder v1.5.0
1782026-06-19T04:33:05.807Z Downloaded pnet_macros v0.35.0
1792026-06-19T04:33:05.810Z Downloaded no-std-net v0.6.0
1802026-06-19T04:33:05.814Z Downloaded anstream v1.0.0
1812026-06-19T04:33:05.818Z Downloaded quote v1.0.45
1822026-06-19T04:33:05.821Z Downloaded scroll v0.12.0
1832026-06-19T04:33:05.821Z Downloaded glob v0.3.3
1842026-06-19T04:33:05.830Z Downloaded pnet v0.35.0
1852026-06-19T04:33:05.833Z Downloaded anstyle v1.0.13
1862026-06-19T04:33:05.844Z Downloaded serde_tokenstream v0.2.3
1872026-06-19T04:33:05.851Z Downloaded thiserror-impl v1.0.69
1882026-06-19T04:33:05.854Z Downloaded thiserror v1.0.69
1892026-06-19T04:33:05.857Z Downloaded wyz v0.5.1
1902026-06-19T04:33:05.857Z Downloaded usdt-impl v0.5.0
1912026-06-19T04:33:05.862Z Downloaded sha2 v0.10.9
1922026-06-19T04:33:05.865Z Downloaded once_cell v1.21.3
1932026-06-19T04:33:05.868Z Downloaded bitflags v2.11.0
1942026-06-19T04:33:05.875Z Downloaded tempfile v3.27.0
1952026-06-19T04:33:05.879Z Downloaded anyhow v1.0.102
1962026-06-19T04:33:05.883Z Downloaded pest_derive v2.8.6
1972026-06-19T04:33:05.895Z Downloaded serde_derive v1.0.228
1982026-06-19T04:33:05.898Z Downloaded unicode-ident v1.0.24
1992026-06-19T04:33:05.898Z Downloaded pest_generator v2.8.6
2002026-06-19T04:33:05.901Z Downloaded getrandom v0.3.4
2012026-06-19T04:33:05.901Z Downloaded clap_derive v4.6.1
2022026-06-19T04:33:05.904Z Downloaded proc-macro2 v1.0.106
2032026-06-19T04:33:05.907Z Downloaded rand_chacha v0.9.0
2042026-06-19T04:33:05.910Z Downloaded pnet_datalink v0.35.0
2052026-06-19T04:33:05.913Z Downloaded ucd-trie v0.1.7
2062026-06-19T04:33:05.913Z Downloaded log v0.4.29
2072026-06-19T04:33:05.916Z Downloaded anstyle-parse v1.0.0
2082026-06-19T04:33:05.920Z Downloaded pest_meta v2.8.6
2092026-06-19T04:33:05.923Z Downloaded clap v4.6.1
2102026-06-19T04:33:05.927Z Downloaded num-bigint v0.4.6
2112026-06-19T04:33:05.930Z Downloaded typenum v1.19.0
2122026-06-19T04:33:05.939Z Downloaded prettyplease v0.2.37
2132026-06-19T04:33:05.948Z Downloaded serde v1.0.228
2142026-06-19T04:33:05.951Z Downloaded memchr v2.8.0
2152026-06-19T04:33:05.959Z Downloaded rand v0.9.3
2162026-06-19T04:33:05.975Z Downloaded pest v2.8.6
2172026-06-19T04:33:05.999Z Downloaded zerocopy v0.7.35
2182026-06-19T04:33:06.008Z Downloaded serde_json v1.0.149
2192026-06-19T04:33:06.012Z Downloaded clap_builder v4.6.0
2202026-06-19T04:33:06.016Z Downloaded regex v1.12.4
2212026-06-19T04:33:06.019Z Downloaded goblin v0.8.2
2222026-06-19T04:33:06.055Z Downloaded syn v2.0.118
2232026-06-19T04:33:06.085Z Downloaded regex-syntax v0.8.11
2242026-06-19T04:33:06.108Z Downloaded rustix v1.1.4
2252026-06-19T04:33:06.132Z Downloaded regex-automata v0.4.14
2262026-06-19T04:33:06.144Z Downloaded libc v0.2.182
2272026-06-19T04:33:06.212Z Compiling proc-macro2 v1.0.106
2282026-06-19T04:33:06.215Z Compiling quote v1.0.45
2292026-06-19T04:33:06.215Z Compiling unicode-ident v1.0.24
2302026-06-19T04:33:06.216Z Compiling libc v0.2.182
2312026-06-19T04:33:06.216Z Compiling serde_core v1.0.228
2322026-06-19T04:33:06.216Z Compiling memchr v2.8.0
2332026-06-19T04:33:06.216Z Compiling serde v1.0.228
2342026-06-19T04:33:06.384Z Compiling zmij v1.0.21
2352026-06-19T04:33:06.682Z Compiling thiserror v1.0.69
2362026-06-19T04:33:06.709Z Compiling ucd-trie v0.1.7
2372026-06-19T04:33:06.814Z Compiling getrandom v0.4.1
2382026-06-19T04:33:06.925Z Compiling pest v2.8.6
2392026-06-19T04:33:06.930Z Compiling serde_json v1.0.149
2402026-06-19T04:33:07.088Z Compiling rustix v1.1.4
2412026-06-19T04:33:07.166Z Compiling version_check v0.9.5
2422026-06-19T04:33:07.170Z Compiling autocfg v1.5.0
2432026-06-19T04:33:07.518Z Compiling num-traits v0.2.19
2442026-06-19T04:33:07.523Z Checking syn v2.0.118
2452026-06-19T04:33:07.576Z Compiling aho-corasick v1.1.4
2462026-06-19T04:33:07.679Z Compiling prettyplease v0.2.37
2472026-06-19T04:33:07.742Z Compiling regex-syntax v0.8.11
2482026-06-19T04:33:08.085Z Compiling pest_meta v2.8.6
2492026-06-19T04:33:08.179Z Checking cfg-if v1.0.4
2502026-06-19T04:33:08.499Z Compiling itoa v1.0.17
2512026-06-19T04:33:08.676Z Compiling byteorder v1.5.0
2522026-06-19T04:33:08.762Z Compiling usdt-impl v0.5.0
2532026-06-19T04:33:08.965Z Checking num-integer v0.1.46
2542026-06-19T04:33:09.026Z Compiling thread-id v4.2.2
2552026-06-19T04:33:09.114Z Checking log v0.4.29
2562026-06-19T04:33:09.259Z Compiling regex-automata v0.4.14
2572026-06-19T04:33:09.307Z Checking plain v0.2.3
2582026-06-19T04:33:09.432Z Checking colored v3.1.1
2592026-06-19T04:33:09.619Z Compiling errno v0.3.14
2602026-06-19T04:33:09.721Z Compiling radium v0.7.0
2612026-06-19T04:33:09.760Z Compiling bitflags v2.11.0
2622026-06-19T04:33:09.871Z Checking pretty-hex v0.4.1
2632026-06-19T04:33:09.911Z Checking no-std-net v0.6.0
2642026-06-19T04:33:09.974Z Checking pnet_base v0.35.0
2652026-06-19T04:33:10.003Z Compiling pest_generator v2.8.6
2662026-06-19T04:33:10.151Z Compiling zerocopy v0.8.40
2672026-06-19T04:33:10.172Z Checking tap v1.0.1
2682026-06-19T04:33:10.184Z Compiling once_cell v1.21.3
2692026-06-19T04:33:10.266Z Compiling getrandom v0.3.4
2702026-06-19T04:33:10.539Z Compiling fastrand v2.3.0
2712026-06-19T04:33:10.607Z Checking wyz v0.5.1
2722026-06-19T04:33:10.693Z Checking num-iter v0.1.45
2732026-06-19T04:33:10.741Z Compiling tempfile v3.27.0
2742026-06-19T04:33:10.767Z Checking memmap v0.7.0
2752026-06-19T04:33:10.790Z Compiling anyhow v1.0.102
2762026-06-19T04:33:10.793Z Checking funty v2.0.0
2772026-06-19T04:33:11.061Z Compiling regex v1.12.4
2782026-06-19T04:33:11.093Z Checking bitvec v1.0.1
2792026-06-19T04:33:11.217Z Compiling serde_derive v1.0.228
2802026-06-19T04:33:11.290Z Compiling thiserror-impl v1.0.69
2812026-06-19T04:33:11.315Z Compiling zerocopy-derive v0.7.35
2822026-06-19T04:33:11.448Z Compiling pest_derive v2.8.6
2832026-06-19T04:33:11.451Z Compiling scroll_derive v0.12.1
2842026-06-19T04:33:11.867Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2852026-06-19T04:33:11.996Z Compiling pnet_macros v0.35.0
2862026-06-19T04:33:12.189Z Checking scroll v0.12.0
2872026-06-19T04:33:12.219Z Compiling zerocopy v0.7.35
2882026-06-19T04:33:12.405Z Checking goblin v0.8.2
2892026-06-19T04:33:12.606Z Compiling dtrace-parser v0.2.0
2902026-06-19T04:33:12.754Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2912026-06-19T04:33:13.211Z Checking pnet_macros_support v0.35.0
2922026-06-19T04:33:13.257Z Checking pnet_sys v0.35.0
2932026-06-19T04:33:13.326Z Checking utf8parse v0.2.2
2942026-06-19T04:33:13.367Z Checking pnet_packet v0.35.0
2952026-06-19T04:33:13.417Z Checking anstyle-parse v1.0.0
2962026-06-19T04:33:13.564Z Checking rand_core v0.9.5
2972026-06-19T04:33:14.044Z Checking anstyle-query v1.1.5
2982026-06-19T04:33:14.123Z Checking colorchoice v1.0.4
2992026-06-19T04:33:14.212Z Checking is_terminal_polyfill v1.70.2
3002026-06-19T04:33:14.229Z Compiling pnet v0.35.0
3012026-06-19T04:33:14.329Z Checking num-bigint v0.4.6
3022026-06-19T04:33:14.375Z Checking dof v0.3.0
3032026-06-19T04:33:14.425Z Checking num-complex v0.4.6
3042026-06-19T04:33:14.440Z Checking ipnetwork v0.20.0
3052026-06-19T04:33:14.463Z Compiling serde_tokenstream v0.2.3
3062026-06-19T04:33:14.609Z Checking anstyle v1.0.13
3072026-06-19T04:33:14.737Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3082026-06-19T04:33:14.782Z Checking anstream v1.0.0
3092026-06-19T04:33:14.871Z Checking pnet_datalink v0.35.0
3102026-06-19T04:33:15.103Z Compiling heck v0.5.0
3112026-06-19T04:33:15.149Z Checking num-rational v0.4.2
3122026-06-19T04:33:15.277Z Checking pnet_transport v0.35.0
3132026-06-19T04:33:15.282Z Compiling usdt-attr-macro v0.5.0
3142026-06-19T04:33:15.306Z Compiling usdt-macro v0.5.0
3152026-06-19T04:33:15.425Z Checking clap_lex v1.0.0
3162026-06-19T04:33:15.428Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3172026-06-19T04:33:15.446Z Checking num v0.4.3
3182026-06-19T04:33:15.513Z Checking strsim v0.11.1
3192026-06-19T04:33:15.574Z Compiling clap_derive v4.6.1
3202026-06-19T04:33:15.635Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3212026-06-19T04:33:15.665Z Checking clap_builder v4.6.0
3222026-06-19T04:33:15.693Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3232026-06-19T04:33:15.758Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3242026-06-19T04:33:15.785Z Checking ppv-lite86 v0.2.21
3252026-06-19T04:33:15.987Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3262026-06-19T04:33:15.987Z Checking usdt v0.5.0
3272026-06-19T04:33:16.068Z Checking rand_chacha v0.9.0
3282026-06-19T04:33:16.129Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3292026-06-19T04:33:16.238Z Checking rand v0.9.3
3302026-06-19T04:33:16.484Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3312026-06-19T04:33:16.922Z Checking clap v4.6.1
3322026-06-19T04:33:16.978Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3332026-06-19T04:33:17.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s
3342026-06-19T04:33:17.449Z+ cargo clippy --all-targets -- --deny warnings
3352026-06-19T04:33:17.570Z Downloading crates ...
3362026-06-19T04:33:17.630Z Downloaded libloading v0.9.0
3372026-06-19T04:33:17.679Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3382026-06-19T04:33:17.696Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3392026-06-19T04:33:17.702Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3402026-06-19T04:33:17.705Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3412026-06-19T04:33:17.706Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3422026-06-19T04:33:17.709Z Checking libloading v0.9.0
3432026-06-19T04:33:17.956Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3442026-06-19T04:33:18.498Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3452026-06-19T04:33:19.349Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3462026-06-19T04:33:19.349Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3472026-06-19T04:33:20.257Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3482026-06-19T04:33:25.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.76s
3492026-06-19T04:33:25.283Z+ banner build
3502026-06-19T04:33:25.286Z
3512026-06-19T04:33:25.286Z ##### # # # # #####
3522026-06-19T04:33:25.286Z # # # # # # # #
3532026-06-19T04:33:25.286Z ##### # # # # # #
3542026-06-19T04:33:25.286Z # # # # # # # #
3552026-06-19T04:33:25.286Z # # # # # # # #
3562026-06-19T04:33:25.286Z ##### #### # ###### #####
3572026-06-19T04:33:25.286Z
3582026-06-19T04:33:25.286Z+ ptime -m cargo build
3592026-06-19T04:33:25.419Z Compiling unicode-ident v1.0.24
3602026-06-19T04:33:25.419Z Compiling memchr v2.8.0
3612026-06-19T04:33:25.422Z Compiling regex-syntax v0.8.11
3622026-06-19T04:33:25.435Z Compiling libc v0.2.182
3632026-06-19T04:33:25.438Z Compiling serde_core v1.0.228
3642026-06-19T04:33:25.438Z Compiling ucd-trie v0.1.7
3652026-06-19T04:33:25.441Z Compiling cfg-if v1.0.4
3662026-06-19T04:33:25.472Z Compiling zmij v1.0.21
3672026-06-19T04:33:25.485Z Compiling itoa v1.0.17
3682026-06-19T04:33:25.536Z Compiling proc-macro2 v1.0.106
3692026-06-19T04:33:25.656Z Compiling byteorder v1.5.0
3702026-06-19T04:33:25.701Z Compiling num-traits v0.2.19
3712026-06-19T04:33:25.713Z Compiling thread-id v4.2.2
3722026-06-19T04:33:25.760Z Compiling errno v0.3.14
3732026-06-19T04:33:25.777Z Compiling bitflags v2.11.0
3742026-06-19T04:33:25.864Z Compiling aho-corasick v1.1.4
3752026-06-19T04:33:25.892Z Compiling quote v1.0.45
3762026-06-19T04:33:25.995Z Compiling pest v2.8.6
3772026-06-19T04:33:26.101Z Compiling syn v2.0.118
3782026-06-19T04:33:26.175Z Compiling rustix v1.1.4
3792026-06-19T04:33:26.253Z Compiling num-integer v0.1.46
3802026-06-19T04:33:26.297Z Compiling getrandom v0.4.1
3812026-06-19T04:33:26.430Z Compiling fastrand v2.3.0
3822026-06-19T04:33:26.559Z Compiling once_cell v1.21.3
3832026-06-19T04:33:26.693Z Compiling log v0.4.29
3842026-06-19T04:33:26.772Z Compiling colored v3.1.1
3852026-06-19T04:33:26.867Z Compiling regex-automata v0.4.14
3862026-06-19T04:33:27.081Z Compiling pest_meta v2.8.6
3872026-06-19T04:33:27.163Z Compiling serde_json v1.0.149
3882026-06-19T04:33:27.258Z Compiling plain v0.2.3
3892026-06-19T04:33:27.284Z Compiling tempfile v3.27.0
3902026-06-19T04:33:27.352Z Compiling no-std-net v0.6.0
3912026-06-19T04:33:27.414Z Compiling pretty-hex v0.4.1
3922026-06-19T04:33:27.539Z Compiling pnet_base v0.35.0
3932026-06-19T04:33:27.686Z Compiling tap v1.0.1
3942026-06-19T04:33:27.691Z Compiling radium v0.7.0
3952026-06-19T04:33:27.784Z Compiling wyz v0.5.1
3962026-06-19T04:33:27.870Z Compiling num-iter v0.1.45
3972026-06-19T04:33:27.913Z Compiling memmap v0.7.0
3982026-06-19T04:33:27.959Z Compiling funty v2.0.0
3992026-06-19T04:33:27.972Z Compiling getrandom v0.3.4
4002026-06-19T04:33:28.084Z Compiling zerocopy v0.8.40
4012026-06-19T04:33:28.121Z Compiling pnet_macros_support v0.35.0
4022026-06-19T04:33:28.137Z Compiling pnet_sys v0.35.0
4032026-06-19T04:33:28.228Z Compiling utf8parse v0.2.2
4042026-06-19T04:33:28.290Z Compiling bitvec v1.0.1
4052026-06-19T04:33:28.307Z Compiling anstyle-parse v1.0.0
4062026-06-19T04:33:28.323Z Compiling rand_core v0.9.5
4072026-06-19T04:33:28.383Z Compiling pest_generator v2.8.6
4082026-06-19T04:33:28.479Z Compiling prettyplease v0.2.37
4092026-06-19T04:33:28.532Z Compiling regex v1.12.4
4102026-06-19T04:33:28.598Z Compiling anyhow v1.0.102
4112026-06-19T04:33:28.981Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4122026-06-19T04:33:28.984Z Compiling is_terminal_polyfill v1.70.2
4132026-06-19T04:33:28.987Z Compiling colorchoice v1.0.4
4142026-06-19T04:33:29.059Z Compiling anstyle v1.0.13
4152026-06-19T04:33:29.081Z Compiling anstyle-query v1.1.5
4162026-06-19T04:33:29.177Z Compiling strsim v0.11.1
4172026-06-19T04:33:29.270Z Compiling anstream v1.0.0
4182026-06-19T04:33:29.484Z Compiling clap_lex v1.0.0
4192026-06-19T04:33:29.567Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4202026-06-19T04:33:29.580Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4212026-06-19T04:33:29.640Z Compiling clap_builder v4.6.0
4222026-06-19T04:33:29.932Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4232026-06-19T04:33:30.229Z Compiling serde_derive v1.0.228
4242026-06-19T04:33:30.229Z Compiling thiserror-impl v1.0.69
4252026-06-19T04:33:30.232Z Compiling zerocopy-derive v0.7.35
4262026-06-19T04:33:30.235Z Compiling pest_derive v2.8.6
4272026-06-19T04:33:30.489Z Compiling scroll_derive v0.12.1
4282026-06-19T04:33:30.940Z Compiling pnet_macros v0.35.0
4292026-06-19T04:33:31.074Z Compiling ppv-lite86 v0.2.21
4302026-06-19T04:33:31.237Z Compiling zerocopy v0.7.35
4312026-06-19T04:33:31.364Z Compiling scroll v0.12.0
4322026-06-19T04:33:31.387Z Compiling rand_chacha v0.9.0
4332026-06-19T04:33:31.527Z Compiling clap_derive v4.6.1
4342026-06-19T04:33:31.570Z Compiling thiserror v1.0.69
4352026-06-19T04:33:31.661Z Compiling dtrace-parser v0.2.0
4362026-06-19T04:33:31.674Z Compiling goblin v0.8.2
4372026-06-19T04:33:31.811Z Compiling rand v0.9.3
4382026-06-19T04:33:32.544Z Compiling pnet_packet v0.35.0
4392026-06-19T04:33:33.008Z Compiling serde v1.0.228
4402026-06-19T04:33:33.166Z Compiling clap v4.6.1
4412026-06-19T04:33:33.208Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4422026-06-19T04:33:33.380Z Compiling dof v0.3.0
4432026-06-19T04:33:33.380Z Compiling serde_tokenstream v0.2.3
4442026-06-19T04:33:33.380Z Compiling num-bigint v0.4.6
4452026-06-19T04:33:33.380Z Compiling num-complex v0.4.6
4462026-06-19T04:33:33.477Z Compiling ipnetwork v0.20.0
4472026-06-19T04:33:33.649Z Compiling usdt-impl v0.5.0
4482026-06-19T04:33:33.717Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4492026-06-19T04:33:33.755Z Compiling pnet_datalink v0.35.0
4502026-06-19T04:33:34.159Z Compiling usdt-attr-macro v0.5.0
4512026-06-19T04:33:34.357Z Compiling num-rational v0.4.2
4522026-06-19T04:33:34.750Z Compiling usdt-macro v0.5.0
4532026-06-19T04:33:35.011Z Compiling num v0.4.3
4542026-06-19T04:33:35.080Z Compiling pnet_transport v0.35.0
4552026-06-19T04:33:35.249Z Compiling pnet v0.35.0
4562026-06-19T04:33:35.598Z Compiling usdt v0.5.0
4572026-06-19T04:33:35.712Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4582026-06-19T04:33:36.042Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4592026-06-19T04:33:36.163Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4602026-06-19T04:33:36.163Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4612026-06-19T04:33:36.297Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4622026-06-19T04:33:38.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
4632026-06-19T04:33:38.974Z
4642026-06-19T04:33:38.977Zreal 13.681496901
4652026-06-19T04:33:38.977Zuser 1:11.314425779
4662026-06-19T04:33:38.977Zsys 11.980382525
4672026-06-19T04:33:38.977Ztrap 0.039016830
4682026-06-19T04:33:38.977Ztflt 0.070578326
4692026-06-19T04:33:38.977Zdflt 0.092310143
4702026-06-19T04:33:38.977Zkflt 0.000013440
4712026-06-19T04:33:38.977Zlock 2:49.579889136
4722026-06-19T04:33:38.977Zslp 4:54.978409268
4732026-06-19T04:33:38.977Zlat 3.441883792
4742026-06-19T04:33:38.977Zstop 4.451302455
4752026-06-19T04:33:38.977Z+ ptime -m cargo build --release
4762026-06-19T04:33:39.055Z Compiling proc-macro2 v1.0.106
4772026-06-19T04:33:39.055Z Compiling quote v1.0.45
4782026-06-19T04:33:39.055Z Compiling unicode-ident v1.0.24
4792026-06-19T04:33:39.055Z Compiling libc v0.2.182
4802026-06-19T04:33:39.058Z Compiling serde_core v1.0.228
4812026-06-19T04:33:39.058Z Compiling memchr v2.8.0
4822026-06-19T04:33:39.058Z Compiling serde v1.0.228
4832026-06-19T04:33:39.058Z Compiling thiserror v1.0.69
4842026-06-19T04:33:39.365Z Compiling zmij v1.0.21
4852026-06-19T04:33:39.396Z Compiling getrandom v0.4.1
4862026-06-19T04:33:39.407Z Compiling rustix v1.1.4
4872026-06-19T04:33:39.648Z Compiling serde_json v1.0.149
4882026-06-19T04:33:39.656Z Compiling ucd-trie v0.1.7
4892026-06-19T04:33:39.845Z Compiling pest v2.8.6
4902026-06-19T04:33:39.861Z Compiling aho-corasick v1.1.4
4912026-06-19T04:33:40.000Z Compiling regex-syntax v0.8.11
4922026-06-19T04:33:40.202Z Compiling version_check v0.9.5
4932026-06-19T04:33:40.344Z Compiling prettyplease v0.2.37
4942026-06-19T04:33:40.429Z Compiling syn v2.0.118
4952026-06-19T04:33:40.455Z Compiling autocfg v1.5.0
4962026-06-19T04:33:40.785Z Compiling num-traits v0.2.19
4972026-06-19T04:33:41.025Z Compiling pest_meta v2.8.6
4982026-06-19T04:33:41.458Z Compiling regex-automata v0.4.14
4992026-06-19T04:33:42.045Z Compiling itoa v1.0.17
5002026-06-19T04:33:42.063Z Compiling cfg-if v1.0.4
5012026-06-19T04:33:42.127Z Compiling byteorder v1.5.0
5022026-06-19T04:33:42.350Z Compiling usdt-impl v0.5.0
5032026-06-19T04:33:42.560Z Compiling num-integer v0.1.46
5042026-06-19T04:33:42.702Z Compiling errno v0.3.14
5052026-06-19T04:33:42.761Z Compiling thread-id v4.2.2
5062026-06-19T04:33:42.832Z Compiling pest_generator v2.8.6
5072026-06-19T04:33:43.054Z Compiling bitflags v2.11.0
5082026-06-19T04:33:43.170Z Compiling plain v0.2.3
5092026-06-19T04:33:43.252Z Compiling regex v1.12.4
5102026-06-19T04:33:43.278Z Compiling log v0.4.29
5112026-06-19T04:33:43.732Z Compiling pretty-hex v0.4.1
5122026-06-19T04:33:43.881Z Compiling colored v3.1.1
5132026-06-19T04:33:43.902Z Compiling fastrand v2.3.0
5142026-06-19T04:33:44.002Z Compiling serde_derive v1.0.228
5152026-06-19T04:33:44.105Z Compiling thiserror-impl v1.0.69
5162026-06-19T04:33:44.126Z Compiling zerocopy-derive v0.7.35
5172026-06-19T04:33:44.173Z Compiling pest_derive v2.8.6
5182026-06-19T04:33:44.275Z Compiling scroll_derive v0.12.1
5192026-06-19T04:33:44.977Z Compiling zerocopy v0.7.35
5202026-06-19T04:33:45.001Z Compiling scroll v0.12.0
5212026-06-19T04:33:45.228Z Compiling goblin v0.8.2
5222026-06-19T04:33:45.354Z Compiling dtrace-parser v0.2.0
5232026-06-19T04:33:45.385Z Compiling once_cell v1.21.3
5242026-06-19T04:33:45.514Z Compiling radium v0.7.0
5252026-06-19T04:33:45.577Z Compiling no-std-net v0.6.0
5262026-06-19T04:33:45.644Z Compiling pnet_base v0.35.0
5272026-06-19T04:33:45.808Z Compiling tempfile v3.27.0
5282026-06-19T04:33:45.924Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5292026-06-19T04:33:46.128Z Compiling zerocopy v0.8.40
5302026-06-19T04:33:46.139Z Compiling getrandom v0.3.4
5312026-06-19T04:33:46.470Z Compiling tap v1.0.1
5322026-06-19T04:33:46.600Z Compiling wyz v0.5.1
5332026-06-19T04:33:46.767Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5342026-06-19T04:33:46.803Z Compiling num-iter v0.1.45
5352026-06-19T04:33:46.919Z Compiling memmap v0.7.0
5362026-06-19T04:33:47.064Z Compiling anyhow v1.0.102
5372026-06-19T04:33:47.145Z Compiling serde_tokenstream v0.2.3
5382026-06-19T04:33:47.204Z Compiling dof v0.3.0
5392026-06-19T04:33:47.347Z Compiling num-bigint v0.4.6
5402026-06-19T04:33:47.407Z Compiling num-complex v0.4.6
5412026-06-19T04:33:47.436Z Compiling funty v2.0.0
5422026-06-19T04:33:47.903Z Compiling bitvec v1.0.1
5432026-06-19T04:33:48.056Z Compiling usdt-macro v0.5.0
5442026-06-19T04:33:48.432Z Compiling num-rational v0.4.2
5452026-06-19T04:33:48.732Z Compiling usdt-attr-macro v0.5.0
5462026-06-19T04:33:49.443Z Compiling usdt v0.5.0
5472026-06-19T04:33:49.692Z Compiling num v0.4.3
5482026-06-19T04:33:50.095Z Compiling pnet_macros_support v0.35.0
5492026-06-19T04:33:50.182Z Compiling pnet_macros v0.35.0
5502026-06-19T04:33:50.213Z Compiling pnet_sys v0.35.0
5512026-06-19T04:33:50.503Z Compiling utf8parse v0.2.2
5522026-06-19T04:33:50.910Z Compiling anstyle-parse v1.0.0
5532026-06-19T04:33:51.122Z Compiling rand_core v0.9.5
5542026-06-19T04:33:51.385Z Compiling pnet_packet v0.35.0
5552026-06-19T04:33:52.132Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5562026-06-19T04:33:53.176Z Compiling ppv-lite86 v0.2.21
5572026-06-19T04:33:53.359Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5582026-06-19T04:33:53.507Z Compiling ipnetwork v0.20.0
5592026-06-19T04:33:54.146Z Compiling anstyle v1.0.13
5602026-06-19T04:33:54.428Z Compiling anstyle-query v1.1.5
5612026-06-19T04:33:54.527Z Compiling pnet v0.35.0
5622026-06-19T04:33:54.673Z Compiling is_terminal_polyfill v1.70.2
5632026-06-19T04:33:54.751Z Compiling colorchoice v1.0.4
5642026-06-19T04:33:54.862Z Compiling anstream v1.0.0
5652026-06-19T04:33:55.512Z Compiling pnet_datalink v0.35.0
5662026-06-19T04:33:56.055Z Compiling pnet_transport v0.35.0
5672026-06-19T04:33:56.104Z Compiling rand_chacha v0.9.0
5682026-06-19T04:33:56.167Z Compiling clap_lex v1.0.0
5692026-06-19T04:33:56.392Z Compiling strsim v0.11.1
5702026-06-19T04:33:56.523Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5712026-06-19T04:33:56.668Z Compiling heck v0.5.0
5722026-06-19T04:33:56.859Z Compiling clap_builder v4.6.0
5732026-06-19T04:33:56.863Z Compiling clap_derive v4.6.1
5742026-06-19T04:33:57.106Z Compiling rand v0.9.3
5752026-06-19T04:33:57.839Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5762026-06-19T04:33:58.016Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5772026-06-19T04:33:58.268Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5782026-06-19T04:33:58.562Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5792026-06-19T04:34:01.237Z Compiling clap v4.6.1
5802026-06-19T04:34:01.313Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5812026-06-19T04:34:04.428Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5822026-06-19T04:34:11.302Z Finished `release` profile [optimized] target(s) in 32.31s
5832026-06-19T04:34:11.322Z
5842026-06-19T04:34:11.325Zreal 32.340614407
5852026-06-19T04:34:11.325Zuser 3:14.194965333
5862026-06-19T04:34:11.325Zsys 18.218949112
5872026-06-19T04:34:11.325Ztrap 0.106091566
5882026-06-19T04:34:11.325Ztflt 0.176806093
5892026-06-19T04:34:11.325Zdflt 0.268398326
5902026-06-19T04:34:11.325Zkflt 0.000030970
5912026-06-19T04:34:11.325Zlock 9:59.476783522
5922026-06-19T04:34:11.325Zslp 12:17.383284794
5932026-06-19T04:34:11.325Zlat 12.402570936
5942026-06-19T04:34:11.325Zstop 9.358565728
5952026-06-19T04:34:11.325Z+ for x in debug release
5962026-06-19T04:34:11.326Z+ mkdir -p /work/debug
5972026-06-19T04:34:11.326Z+ cp target/debug/x4c /work/debug/
5982026-06-19T04:34:11.349Z+ cp target/debug/libsidecar_lite.so /work/debug/
5992026-06-19T04:34:11.383Z+ for x in debug release
6002026-06-19T04:34:11.383Z+ mkdir -p /work/release
6012026-06-19T04:34:11.386Z+ cp target/release/x4c /work/release/
6022026-06-19T04:34:11.393Z+ cp target/release/libsidecar_lite.so /work/release/
6032026-06-19T04:34:11.403Z+ banner test
6042026-06-19T04:34:11.405Z
6052026-06-19T04:34:11.406Z ##### ###### #### #####
6062026-06-19T04:34:11.406Z # # # #
6072026-06-19T04:34:11.406Z # ##### #### #
6082026-06-19T04:34:11.406Z # # # #
6092026-06-19T04:34:11.406Z # # # # #
6102026-06-19T04:34:11.406Z # ###### #### #
6112026-06-19T04:34:11.406Z
6122026-06-19T04:34:11.406Z+ cargo test
6132026-06-19T04:34:11.475Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6142026-06-19T04:34:11.491Z Compiling libloading v0.9.0
6152026-06-19T04:34:11.494Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6162026-06-19T04:34:11.494Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6172026-06-19T04:34:11.494Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6182026-06-19T04:34:11.497Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6192026-06-19T04:34:11.708Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6202026-06-19T04:34:12.600Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6212026-06-19T04:34:12.600Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6222026-06-19T04:34:12.600Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6232026-06-19T04:34:12.875Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6242026-06-19T04:34:19.579Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.16s
6252026-06-19T04:34:19.593Z Running unittests src/lib.rs (target/debug/deps/p4-85be53bc186e4c60)
6262026-06-19T04:34:19.596Z
6272026-06-19T04:34:19.596Zrunning 0 tests
6282026-06-19T04:34:19.596Z
6292026-06-19T04:34:19.596Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-06-19T04:34:19.596Z
6312026-06-19T04:34:19.596Z Running unittests src/lib.rs (target/debug/deps/p4_macro-7559636d1037bbb9)
6322026-06-19T04:34:19.599Z
6332026-06-19T04:34:19.599Zrunning 0 tests
6342026-06-19T04:34:19.599Z
6352026-06-19T04:34:19.599Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-06-19T04:34:19.599Z
6372026-06-19T04:34:19.600Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-d114af5eba8d7c97)
6382026-06-19T04:34:19.600Z
6392026-06-19T04:34:19.600Zrunning 0 tests
6402026-06-19T04:34:19.600Z
6412026-06-19T04:34:19.600Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-06-19T04:34:19.600Z
6432026-06-19T04:34:19.600Z Running unittests src/lib.rs (target/debug/deps/p4_rust-682a88024cdd39f0)
6442026-06-19T04:34:19.603Z
6452026-06-19T04:34:19.603Zrunning 0 tests
6462026-06-19T04:34:19.603Z
6472026-06-19T04:34:19.603Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-06-19T04:34:19.603Z
6492026-06-19T04:34:19.603Z Running unittests src/lib.rs (target/debug/deps/p4rs-ccad68096cbc9f24)
6502026-06-19T04:34:19.603Z
6512026-06-19T04:34:19.603Zrunning 14 tests
6522026-06-19T04:34:19.603Ztest bitmath::tests::bitmath_add_nest ... ok
6532026-06-19T04:34:19.603Ztest bitmath::tests::bitmath_add_cascade ... ok
6542026-06-19T04:34:19.603Ztest bitmath::tests::bitmath_add_le ... ok
6552026-06-19T04:34:19.603Ztest bitmath::tests::bitmath_mod ... ok
6562026-06-19T04:34:19.603Ztest bitmath::tests::bitmath_sub_be ... ok
6572026-06-19T04:34:19.603Ztest bitmath::tests::bitmath_add_be ... ok
6582026-06-19T04:34:19.603Ztest bitmath::tests::bitmath_sub_le ... ok
6592026-06-19T04:34:19.603Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6602026-06-19T04:34:19.603Ztest checksum::tests::udp_checksum ... ok
6612026-06-19T04:34:19.603Ztest table::tests::match_lpm_ternary_1 ... ok
6622026-06-19T04:34:19.603Ztest table::tests::match_lpm_ternary_range ... ok
6632026-06-19T04:34:19.603Ztest table::tests::match_ternary_1 ... ok
6642026-06-19T04:34:19.603Ztest table::tests::match_lpm_1 ... ok
6652026-06-19T04:34:19.604Ztest table::tests::match_with_action ... ok
6662026-06-19T04:34:19.604Z
6672026-06-19T04:34:19.604Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6682026-06-19T04:34:19.604Z
6692026-06-19T04:34:19.607Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-24aab2bddaa86ca4)
6702026-06-19T04:34:19.607Z
6712026-06-19T04:34:19.607Zrunning 0 tests
6722026-06-19T04:34:19.607Z
6732026-06-19T04:34:19.607Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6742026-06-19T04:34:19.607Z
6752026-06-19T04:34:19.607Z Running unittests src/lib.rs (target/debug/deps/tests-ef00a6d662b5026d)
6762026-06-19T04:34:19.607Z
6772026-06-19T04:34:19.607Zrunning 15 tests
6782026-06-19T04:34:19.610Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6792026-06-19T04:34:19.613Ztest headers::ipv6_header_read_write ... ok
6802026-06-19T04:34:19.613Ztest dload::pipeline_create ... ok
6812026-06-19T04:34:19.613Ztest ipv6::test_ipv6_parse ... ok
6822026-06-19T04:34:19.616Ztest dload::dynamic_load ... ok
6832026-06-19T04:34:19.619Ztest arithmetic::arithmetic ... ok
6842026-06-19T04:34:19.619Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6852026-06-19T04:34:19.619Ztest vlan::test_vlan_parse ... ok
6862026-06-19T04:34:19.619Ztest hub::hub2 ... ok
6872026-06-19T04:34:19.622Ztest disag_router::disag_router ... ok
6882026-06-19T04:34:19.622Ztest mac_rewrite::mac_rewrite2 ... ok
6892026-06-19T04:34:19.622Ztest range::range ... ok
6902026-06-19T04:34:19.622Ztest decap::geneve_decap ... ok
6912026-06-19T04:34:19.633Ztest basic_router::basic_router2 ... ok
6922026-06-19T04:34:19.695Ztest dynamic_router::dynamic_router2 ... ok
6932026-06-19T04:34:19.695Z
6942026-06-19T04:34:19.698Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
6952026-06-19T04:34:19.698Z
6962026-06-19T04:34:19.702Z Running unittests src/lib.rs (target/debug/deps/x4c-3f17fb8bf88cde20)
6972026-06-19T04:34:19.705Z
6982026-06-19T04:34:19.705Zrunning 0 tests
6992026-06-19T04:34:19.705Z
7002026-06-19T04:34:19.705Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7012026-06-19T04:34:19.705Z
7022026-06-19T04:34:19.705Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-ad8bb27043b45cc9)
7032026-06-19T04:34:19.705Z
7042026-06-19T04:34:19.705Zrunning 0 tests
7052026-06-19T04:34:19.705Z
7062026-06-19T04:34:19.705Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-06-19T04:34:19.705Z
7082026-06-19T04:34:19.708Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-2ddd657c47680a49)
7092026-06-19T04:34:19.708Z
7102026-06-19T04:34:19.708Zrunning 0 tests
7112026-06-19T04:34:19.708Z
7122026-06-19T04:34:19.708Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7132026-06-19T04:34:19.708Z
7142026-06-19T04:34:19.708Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-ae213ae0703339a3)
7152026-06-19T04:34:19.708Z
7162026-06-19T04:34:19.708Zrunning 0 tests
7172026-06-19T04:34:19.708Z
7182026-06-19T04:34:19.708Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7192026-06-19T04:34:19.708Z
7202026-06-19T04:34:19.712Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7212026-06-19T04:34:19.712Z
7222026-06-19T04:34:19.712Zrunning 0 tests
7232026-06-19T04:34:19.712Z
7242026-06-19T04:34:19.712Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7252026-06-19T04:34:19.712Z
7262026-06-19T04:34:19.712Z Doc-tests p4
7272026-06-19T04:34:19.802Z
7282026-06-19T04:34:19.802Zrunning 0 tests
7292026-06-19T04:34:19.802Z
7302026-06-19T04:34:19.805Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7312026-06-19T04:34:19.805Z
7322026-06-19T04:34:19.812Z Doc-tests p4_macro
7332026-06-19T04:34:19.857Z
7342026-06-19T04:34:19.857Zrunning 2 tests
7352026-06-19T04:34:19.860Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7362026-06-19T04:34:19.860Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7372026-06-19T04:34:19.860Z
7382026-06-19T04:34:19.860Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7392026-06-19T04:34:19.860Z
7402026-06-19T04:34:19.863Z Doc-tests p4_rust
7412026-06-19T04:34:20.021Z
7422026-06-19T04:34:20.021Zrunning 0 tests
7432026-06-19T04:34:20.021Z
7442026-06-19T04:34:20.021Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7452026-06-19T04:34:20.021Z
7462026-06-19T04:34:20.033Z Doc-tests p4rs
7472026-06-19T04:34:20.118Z
7482026-06-19T04:34:20.118Zrunning 1 test
7492026-06-19T04:34:20.927Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7502026-06-19T04:34:20.927Z
7512026-06-19T04:34:20.927Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.81s
7522026-06-19T04:34:20.927Z
7532026-06-19T04:34:20.938Z Doc-tests tests
7542026-06-19T04:34:21.001Z
7552026-06-19T04:34:21.001Zrunning 0 tests
7562026-06-19T04:34:21.001Z
7572026-06-19T04:34:21.001Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7582026-06-19T04:34:21.001Z
7592026-06-19T04:34:21.009Z Doc-tests x4c
7602026-06-19T04:34:21.053Z
7612026-06-19T04:34:21.053Zrunning 0 tests
7622026-06-19T04:34:21.053Z
7632026-06-19T04:34:21.053Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7642026-06-19T04:34:21.053Z
7652026-06-19T04:34:21.058Z Doc-tests x4c_error_codes
7662026-06-19T04:34:21.086Z
7672026-06-19T04:34:21.086Zrunning 0 tests
7682026-06-19T04:34:21.086Z
7692026-06-19T04:34:21.086Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7702026-06-19T04:34:21.086Z
7712026-06-19T04:34:21.097Z+ pushd test
7722026-06-19T04:34:21.100Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7732026-06-19T04:34:21.100Z+ banner 'mac rewr'
7742026-06-19T04:34:21.100Z
7752026-06-19T04:34:21.100Z # # ## #### ##### ###### # # #####
7762026-06-19T04:34:21.100Z ## ## # # # # # # # # # # #
7772026-06-19T04:34:21.100Z # ## # # # # # # ##### # # # #
7782026-06-19T04:34:21.100Z # # ###### # ##### # # ## # #####
7792026-06-19T04:34:21.100Z # # # # # # # # # ## ## # #
7802026-06-19T04:34:21.100Z # # # # #### # # ###### # # # #
7812026-06-19T04:34:21.100Z
7822026-06-19T04:34:21.100Z+ RUST_BACKTRACE=1
7832026-06-19T04:34:21.100Z+ cargo test mac_rewrite -- --nocapture
7842026-06-19T04:34:21.196Z Compiling aho-corasick v1.1.4
7852026-06-19T04:34:21.210Z Compiling getrandom v0.4.1
7862026-06-19T04:34:21.213Z Compiling rustix v1.1.4
7872026-06-19T04:34:21.213Z Compiling errno v0.3.14
7882026-06-19T04:34:21.219Z Compiling prettyplease v0.2.37
7892026-06-19T04:34:21.920Z Compiling regex-automata v0.4.14
7902026-06-19T04:34:21.944Z Compiling tempfile v3.27.0
7912026-06-19T04:34:23.284Z Compiling regex v1.12.4
7922026-06-19T04:34:23.533Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7932026-06-19T04:34:23.602Z Compiling pnet_macros v0.35.0
7942026-06-19T04:34:24.223Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7952026-06-19T04:34:24.591Z Compiling pnet_packet v0.35.0
7962026-06-19T04:34:25.049Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
7972026-06-19T04:34:26.451Z Compiling pnet_transport v0.35.0
7982026-06-19T04:34:26.589Z Compiling pnet v0.35.0
7992026-06-19T04:34:26.680Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8002026-06-19T04:34:33.337Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.22s
8012026-06-19T04:34:33.349Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-9c12536571b7421f)
8022026-06-19T04:34:33.353Z
8032026-06-19T04:34:33.353Zrunning 1 test
8042026-06-19T04:34:33.357Z[phy2] do you know the muffin man?
8052026-06-19T04:34:33.360Z[cpu] the muffin man?
8062026-06-19T04:34:33.360Z[cpu] the muffin man!
8072026-06-19T04:34:33.360Z[cpu] why yes
8082026-06-19T04:34:33.360Z[phy1] i know the muffin man
8092026-06-19T04:34:33.360Z[phy3] the muffin man is me!!!
8102026-06-19T04:34:33.360Ztest mac_rewrite::mac_rewrite2 ... ok
8112026-06-19T04:34:33.360Z
8122026-06-19T04:34:33.360Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8132026-06-19T04:34:33.360Z
8142026-06-19T04:34:33.366Z+ banner 'dyn load'
8152026-06-19T04:34:33.369Z
8162026-06-19T04:34:33.369Z ##### # # # # # #### ## #####
8172026-06-19T04:34:33.369Z # # # # ## # # # # # # # #
8182026-06-19T04:34:33.369Z # # # # # # # # # # # # #
8192026-06-19T04:34:33.369Z # # # # # # # # # ###### # #
8202026-06-19T04:34:33.369Z # # # # ## # # # # # # #
8212026-06-19T04:34:33.369Z ##### # # # ###### #### # # #####
8222026-06-19T04:34:33.369Z
8232026-06-19T04:34:33.369Z+ RUST_BACKTRACE=1
8242026-06-19T04:34:33.369Z+ cargo test dload -- --nocapture
8252026-06-19T04:34:33.455Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8262026-06-19T04:34:33.458Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-9c12536571b7421f)
8272026-06-19T04:34:33.461Z
8282026-06-19T04:34:33.461Zrunning 2 tests
8292026-06-19T04:34:33.464Ztest dload::pipeline_create ... ok
8302026-06-19T04:34:33.467Ztest dload::dynamic_load ... ok
8312026-06-19T04:34:33.467Z
8322026-06-19T04:34:33.467Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8332026-06-19T04:34:33.467Z
8342026-06-19T04:34:33.471Z+ banner disag
8352026-06-19T04:34:33.474Z
8362026-06-19T04:34:33.474Z ##### # #### ## ####
8372026-06-19T04:34:33.474Z # # # # # # # #
8382026-06-19T04:34:33.474Z # # # #### # # #
8392026-06-19T04:34:33.474Z # # # # ###### # ###
8402026-06-19T04:34:33.474Z # # # # # # # # #
8412026-06-19T04:34:33.474Z ##### # #### # # ####
8422026-06-19T04:34:33.474Z
8432026-06-19T04:34:33.474Z+ RUST_BACKTRACE=1
8442026-06-19T04:34:33.474Z+ cargo test disag_router -- --nocapture
8452026-06-19T04:34:33.559Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8462026-06-19T04:34:33.563Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-9c12536571b7421f)
8472026-06-19T04:34:33.566Z
8482026-06-19T04:34:33.566Zrunning 1 test
8492026-06-19T04:34:33.570Z[phy2] do you know the muffin man?
8502026-06-19T04:34:33.572Z[cpu] the muffin man?
8512026-06-19T04:34:33.572Z[cpu] the muffin man!
8522026-06-19T04:34:33.573Z[cpu] why yes
8532026-06-19T04:34:33.573Z[phy1] i know the muffin man
8542026-06-19T04:34:33.573Z[phy3] the muffin man is me!!!
8552026-06-19T04:34:33.573Ztest disag_router::disag_router ... ok
8562026-06-19T04:34:33.573Z
8572026-06-19T04:34:33.573Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8582026-06-19T04:34:33.573Z
8592026-06-19T04:34:33.577Z+ banner 'dyn rtr'
8602026-06-19T04:34:33.581Z
8612026-06-19T04:34:33.583Z ##### # # # # ##### ##### #####
8622026-06-19T04:34:33.583Z # # # # ## # # # # # #
8632026-06-19T04:34:33.583Z # # # # # # # # # # #
8642026-06-19T04:34:33.583Z # # # # # # ##### # #####
8652026-06-19T04:34:33.583Z # # # # ## # # # # #
8662026-06-19T04:34:33.583Z ##### # # # # # # # #
8672026-06-19T04:34:33.583Z
8682026-06-19T04:34:33.583Z+ RUST_BACKTRACE=1
8692026-06-19T04:34:33.583Z+ cargo test dynamic_router -- --nocapture
8702026-06-19T04:34:33.666Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8712026-06-19T04:34:33.670Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-9c12536571b7421f)
8722026-06-19T04:34:33.674Z
8732026-06-19T04:34:33.674Zrunning 1 test
8742026-06-19T04:34:33.678Z[phy2] do you know the muffin man?
8752026-06-19T04:34:33.678Z[cpu] the muffin man?
8762026-06-19T04:34:33.682Z[cpu] the muffin man!
8772026-06-19T04:34:33.682Z[cpu] why yes
8782026-06-19T04:34:33.682Z[phy1] i know the muffin man
8792026-06-19T04:34:33.682Z[phy3] the muffin man is me!!!
8802026-06-19T04:34:33.682Ztest dynamic_router::dynamic_router2 ... ok
8812026-06-19T04:34:33.683Z
8822026-06-19T04:34:33.683Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8832026-06-19T04:34:33.683Z
8842026-06-19T04:34:33.686Z+ banner hub
8852026-06-19T04:34:33.692Z
8862026-06-19T04:34:33.692Z # # # # #####
8872026-06-19T04:34:33.692Z # # # # # #
8882026-06-19T04:34:33.692Z ###### # # #####
8892026-06-19T04:34:33.692Z # # # # # #
8902026-06-19T04:34:33.692Z # # # # # #
8912026-06-19T04:34:33.692Z # # #### #####
8922026-06-19T04:34:33.692Z
8932026-06-19T04:34:33.692Z+ RUST_BACKTRACE=1
8942026-06-19T04:34:33.692Z+ cargo test hub -- --nocapture
8952026-06-19T04:34:33.775Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8962026-06-19T04:34:33.778Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-9c12536571b7421f)
8972026-06-19T04:34:33.781Z
8982026-06-19T04:34:33.782Zrunning 1 test
8992026-06-19T04:34:33.786Z[phy2] do you know the muffin man?
9002026-06-19T04:34:33.786Z[phy3] do you know the muffin man?
9012026-06-19T04:34:33.789Z[phy1] the muffin man?
9022026-06-19T04:34:33.789Z[phy3] the muffin man?
9032026-06-19T04:34:33.789Z[phy2] the muffin man!
9042026-06-19T04:34:33.789Z[phy3] the muffin man!
9052026-06-19T04:34:33.789Z[phy1] why yes
9062026-06-19T04:34:33.789Z[phy1] i know the muffin man
9072026-06-19T04:34:33.789Z[phy1] the muffin man is me!!!
9082026-06-19T04:34:33.789Z[phy3] why yes
9092026-06-19T04:34:33.789Z[phy3] i know the muffin man
9102026-06-19T04:34:33.789Z[phy3] the muffin man is me!!!
9112026-06-19T04:34:33.789Ztest hub::hub2 ... ok
9122026-06-19T04:34:33.789Z
9132026-06-19T04:34:33.789Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9142026-06-19T04:34:33.789Z
9152026-06-19T04:34:33.793Z+ banner router
9162026-06-19T04:34:33.796Z
9172026-06-19T04:34:33.796Z ##### #### # # ##### ###### #####
9182026-06-19T04:34:33.796Z # # # # # # # # # #
9192026-06-19T04:34:33.796Z # # # # # # # ##### # #
9202026-06-19T04:34:33.796Z ##### # # # # # # #####
9212026-06-19T04:34:33.796Z # # # # # # # # # #
9222026-06-19T04:34:33.796Z # # #### #### # ###### # #
9232026-06-19T04:34:33.797Z
9242026-06-19T04:34:33.797Z+ RUST_BACKTRACE=1
9252026-06-19T04:34:33.797Z+ cargo test basic_router -- --nocapture
9262026-06-19T04:34:33.883Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9272026-06-19T04:34:33.887Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-9c12536571b7421f)
9282026-06-19T04:34:33.891Z
9292026-06-19T04:34:33.891Zrunning 1 test
9302026-06-19T04:34:33.894Z[phy2] do you know the muffin man?
9312026-06-19T04:34:33.894Z[phy1] the muffin man?
9322026-06-19T04:34:33.894Z[phy2] the muffin man!
9332026-06-19T04:34:33.894Z[phy1] why yes
9342026-06-19T04:34:33.894Z[phy1] i know the muffin man
9352026-06-19T04:34:33.894Z[phy1] the muffin man is me!!!
9362026-06-19T04:34:33.895Ztest basic_router::basic_router2 ... ok
9372026-06-19T04:34:33.895Z
9382026-06-19T04:34:33.895Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9392026-06-19T04:34:33.895Z
9402026-06-19T04:34:33.901Z+ banner headers
9412026-06-19T04:34:33.904Z
9422026-06-19T04:34:33.904Z # # ###### ## ##### ###### ##### ####
9432026-06-19T04:34:33.905Z # # # # # # # # # # #
9442026-06-19T04:34:33.905Z ###### ##### # # # # ##### # # ####
9452026-06-19T04:34:33.905Z # # # ###### # # # ##### #
9462026-06-19T04:34:33.905Z # # # # # # # # # # # #
9472026-06-19T04:34:33.905Z # # ###### # # ##### ###### # # ####
9482026-06-19T04:34:33.905Z
9492026-06-19T04:34:33.905Z+ RUST_BACKTRACE=1
9502026-06-19T04:34:33.905Z+ cargo test headers -- --nocapture
9512026-06-19T04:34:33.989Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9522026-06-19T04:34:33.993Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-9c12536571b7421f)
9532026-06-19T04:34:33.997Z
9542026-06-19T04:34:33.997Zrunning 1 test
9552026-06-19T04:34:33.997Ztest headers::ipv6_header_read_write ... ok
9562026-06-19T04:34:33.997Z
9572026-06-19T04:34:33.997Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9582026-06-19T04:34:33.997Z
9592026-06-19T04:34:34.001Zprocess exited: duration 105349 ms, exit code 0
 
9602026-06-19T04:34:34.016Zfound 4 output files
9612026-06-19T04:34:34.016Zuploading: /work/debug/libsidecar_lite.so (43094840 bytes)
9622026-06-19T04:34:35.733Zuploaded: /work/debug/libsidecar_lite.so
9632026-06-19T04:34:35.736Zuploading: /work/debug/x4c (37742832 bytes)
9642026-06-19T04:34:36.967Zuploaded: /work/debug/x4c
9652026-06-19T04:34:36.967Zuploading: /work/release/libsidecar_lite.so (9931416 bytes)
9662026-06-19T04:34:38.041Zuploaded: /work/release/libsidecar_lite.so
9672026-06-19T04:34:38.041Zuploading: /work/release/x4c (8660336 bytes)
9682026-06-19T04:34:39.105Zuploaded: /work/release/x4c