01KXHXRZ1B4NSHPTXQEVP4NKKM: 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: 01KXHXSF1D7BYYWSGV84CVJVKK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-15T03:41:32.759Zjob assigned to worker 01KXHXSJHTW1B943A3AHV4S9BZ [factory aws, i-0c034266ac9c38afb] (queued for 54 s)
 
22026-07-15T03:41:39.816Zstarting task 0: "setup"
32026-07-15T03:41:39.832Z++ uname -s
42026-07-15T03:41:39.832Z+ kern=SunOS
52026-07-15T03:41:39.832Z+ build_user=build
62026-07-15T03:41:39.832Z+ build_uid=12345
72026-07-15T03:41:39.832Z+ work_dir=/work
82026-07-15T03:41:39.832Z+ input_dir=/input
92026-07-15T03:41:39.832Z+ [[ 0 == 12345 ]]
102026-07-15T03:41:39.832Z+ case "$kern" in
112026-07-15T03:41:39.832Z+ groupadd -g 12345 build
122026-07-15T03:41:39.832Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-15T03:41:41.829Z+ zfs create -o mountpoint=/work rpool/work
142026-07-15T03:41:41.936Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-15T03:41:41.942Z+ home_fs=zfs
162026-07-15T03:41:41.942Z+ [[ zfs == autofs ]]
172026-07-15T03:41:41.942Z+ mkdir -p /home/build
182026-07-15T03:41:41.942Z+ chown build:build /home/build /work
192026-07-15T03:41:42.999Z+ chmod 0700 /home/build /work
202026-07-15T03:41:43.537Zprocess exited: duration 3126 ms, exit code 0
 
212026-07-15T03:41:43.620Zstarting task 1: "rust-toolchain"
222026-07-15T03:41:43.631Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-15T03:41:43.631Z * rust toolchain channel = "stable"
242026-07-15T03:41:43.631Z * rust toolchain profile = "default"
252026-07-15T03:41:43.631Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-15T03:41:43.631Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-15T03:41:43.631Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-15T03:41:43.631Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-15T03:41:43.631Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-15T03:41:43.728Zinfo: downloading installer
312026-07-15T03:41:45.121Zwarn: It looks like you have an existing installation of Rust at:
322026-07-15T03:41:45.121Zwarn: /opt/ooce/bin
332026-07-15T03:41:45.121Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-15T03:41:45.121Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-15T03:41:45.121Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-15T03:41:45.121Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-15T03:41:45.121Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-15T03:41:45.121Zerror: cannot install while Rust is installed
392026-07-15T03:41:45.121Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-15T03:41:45.126Zwarn: It looks like you have an existing rustup settings file at:
412026-07-15T03:41:45.126Zwarn: /home/build/.rustup/settings.toml
422026-07-15T03:41:45.126Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-15T03:41:45.126Zwarn: instead of the one inferred from the default host triple.
442026-07-15T03:41:45.126Zinfo: profile set to default
452026-07-15T03:41:45.126Zinfo: default host triple is x86_64-unknown-illumos
462026-07-15T03:41:45.126Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-15T03:41:45.245Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-15T03:41:45.257Zinfo: downloading 6 components
492026-07-15T03:41:59.749Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-15T03:41:59.750Z
512026-07-15T03:41:59.780Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-15T03:41:59.780Z
532026-07-15T03:41:59.781Z
542026-07-15T03:41:59.781ZRust is installed now. Great!
552026-07-15T03:41:59.781Z
562026-07-15T03:41:59.781ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-15T03:41:59.781Zenvironment variable. This has not been done automatically.
582026-07-15T03:41:59.785Z
592026-07-15T03:41:59.785ZTo configure your current shell, you need to source
602026-07-15T03:41:59.785Zthe corresponding env file under $HOME/.cargo.
612026-07-15T03:41:59.786Z
622026-07-15T03:41:59.786ZThis is usually done by running one of the following (note the leading DOT):
632026-07-15T03:41:59.786Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-15T03:41:59.786Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-15T03:41:59.786Zsource "~/.cargo/env.nu" # For nushell
662026-07-15T03:41:59.786Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-15T03:41:59.786Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-15T03:41:59.786Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-15T03:41:59.786Zwarn: no default linker (`cc`) was found in your PATH
702026-07-15T03:41:59.786Zwarn: many Rust crates require a system C toolchain to build
712026-07-15T03:41:59.892Z+ rustup --version
722026-07-15T03:41:59.900Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-15T03:41:59.904Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-15T03:41:59.922Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-15T03:41:59.926Z+ cargo --version
762026-07-15T03:41:59.939Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-15T03:41:59.943Z+ rustc --version
782026-07-15T03:41:59.960Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-15T03:41:59.963Zprocess exited: duration 16348 ms, exit code 0
 
802026-07-15T03:41:59.971Zstarting task 2: "authentication"
812026-07-15T03:41:59.988Zprocess exited: duration 16 ms, exit code 0
 
822026-07-15T03:41:59.996Zstarting task 3: "clone repository"
832026-07-15T03:42:00.000Z+ mkdir -p /work/oxidecomputer/p4
842026-07-15T03:42:00.004Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-07-15T03:42:00.033ZCloning into '/work/oxidecomputer/p4'...
862026-07-15T03:42:01.151Z+ cd /work/oxidecomputer/p4
872026-07-15T03:42:01.151Z+ git fetch origin 30c016ca44a9c6d3b2a87da70ce4df579058cc85
882026-07-15T03:42:01.521ZFrom https://github.com/oxidecomputer/p4
892026-07-15T03:42:01.522Z * branch 30c016ca44a9c6d3b2a87da70ce4df579058cc85 -> FETCH_HEAD
902026-07-15T03:42:01.526Z+ [[ -n renovate/syn-2.x-lockfile ]]
912026-07-15T03:42:01.529Z++ git branch --show-current
922026-07-15T03:42:01.529Z+ current=main
932026-07-15T03:42:01.529Z+ [[ main != renovate/syn-2.x-lockfile ]]
942026-07-15T03:42:01.529Z+ git branch -f renovate/syn-2.x-lockfile 30c016ca44a9c6d3b2a87da70ce4df579058cc85
952026-07-15T03:42:01.533Z+ git checkout -f renovate/syn-2.x-lockfile
962026-07-15T03:42:01.537ZSwitched to branch 'renovate/syn-2.x-lockfile'
972026-07-15T03:42:01.542Z+ git reset --hard 30c016ca44a9c6d3b2a87da70ce4df579058cc85
982026-07-15T03:42:01.545ZHEAD is now at 30c016c Update Rust crate syn to v2.0.119
992026-07-15T03:42:01.546Zprocess exited: duration 1549 ms, exit code 0
 
1002026-07-15T03:42:01.553Zstarting task 4: "build"
1012026-07-15T03:42:01.559Z+ cargo --version
1022026-07-15T03:42:01.563Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-07-15T03:42:01.714Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-07-15T03:42:01.718Zinfo: downloading 6 components
1052026-07-15T03:42:18.587Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-07-15T03:42:18.591Z+ rustc --version
1072026-07-15T03:42:18.617Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-07-15T03:42:18.622Z+ banner check
1092026-07-15T03:42:18.628Z
1102026-07-15T03:42:18.628Z #### # # ###### #### # #
1112026-07-15T03:42:18.629Z # # # # # # # # #
1122026-07-15T03:42:18.629Z # ###### ##### # ####
1132026-07-15T03:42:18.629Z # # # # # # #
1142026-07-15T03:42:18.629Z # # # # # # # # #
1152026-07-15T03:42:18.629Z #### # # ###### #### # #
1162026-07-15T03:42:18.629Z
1172026-07-15T03:42:18.629Z+ cargo fmt -- --check
1182026-07-15T03:42:18.761Z+ cargo check
1192026-07-15T03:42:18.826Z Updating crates.io index
1202026-07-15T03:42:18.830Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-07-15T03:42:19.098ZFrom https://github.com/oxidecomputer/xfr
1222026-07-15T03:42:19.098Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-07-15T03:42:20.064Z Downloading crates ...
1242026-07-15T03:42:20.116Z Downloaded generic-array v0.14.7
1252026-07-15T03:42:20.119Z Downloaded errno v0.3.14
1262026-07-15T03:42:20.125Z Downloaded cfg-if v1.0.4
1272026-07-15T03:42:20.129Z Downloaded version_check v0.9.5
1282026-07-15T03:42:20.133Z Downloaded fastrand v2.3.0
1292026-07-15T03:42:20.133Z Downloaded funty v2.0.0
1302026-07-15T03:42:20.136Z Downloaded dtrace-parser v0.2.0
1312026-07-15T03:42:20.139Z Downloaded cpufeatures v0.2.17
1322026-07-15T03:42:20.143Z Downloaded zmij v1.0.21
1332026-07-15T03:42:20.146Z Downloaded crypto-common v0.1.7
1342026-07-15T03:42:20.149Z Downloaded sha2 v0.10.9
1352026-07-15T03:42:20.154Z Downloaded digest v0.10.7
1362026-07-15T03:42:20.154Z Downloaded clap_lex v1.0.0
1372026-07-15T03:42:20.157Z Downloaded dof v0.3.0
1382026-07-15T03:42:20.157Z Downloaded anstream v1.0.0
1392026-07-15T03:42:20.160Z Downloaded byteorder v1.5.0
1402026-07-15T03:42:20.160Z Downloaded clap v4.6.1
1412026-07-15T03:42:20.167Z Downloaded colored v3.1.1
1422026-07-15T03:42:20.170Z Downloaded pest_derive v2.8.6
1432026-07-15T03:42:20.170Z Downloaded zerocopy v0.8.40
1442026-07-15T03:42:20.173Z Downloaded log v0.4.29
1452026-07-15T03:42:20.177Z Downloaded heck v0.5.0
1462026-07-15T03:42:20.177Z Downloaded colorchoice v1.0.4
1472026-07-15T03:42:20.180Z Downloaded zerocopy-derive v0.7.35
1482026-07-15T03:42:20.180Z Downloaded clap_derive v4.6.1
1492026-07-15T03:42:20.183Z Downloaded rand v0.9.3
1502026-07-15T03:42:20.201Z Downloaded scroll_derive v0.12.1
1512026-07-15T03:42:20.204Z Downloaded pretty-hex v0.4.1
1522026-07-15T03:42:20.204Z Downloaded is_terminal_polyfill v1.70.2
1532026-07-15T03:42:20.204Z Downloaded memmap v0.7.0
1542026-07-15T03:42:20.208Z Downloaded num v0.4.3
1552026-07-15T03:42:20.211Z Downloaded pnet_macros_support v0.35.0
1562026-07-15T03:42:20.214Z Downloaded strsim v0.11.1
1572026-07-15T03:42:20.217Z Downloaded thread-id v4.2.2
1582026-07-15T03:42:20.220Z Downloaded anstyle-parse v1.0.0
1592026-07-15T03:42:20.230Z Downloaded pnet_base v0.35.0
1602026-07-15T03:42:20.235Z Downloaded anstyle-query v1.1.5
1612026-07-15T03:42:20.239Z Downloaded itoa v1.0.17
1622026-07-15T03:42:20.248Z Downloaded usdt-macro v0.5.0
1632026-07-15T03:42:20.251Z Downloaded block-buffer v0.10.4
1642026-07-15T03:42:20.251Z Downloaded tap v1.0.1
1652026-07-15T03:42:20.254Z Downloaded usdt-attr-macro v0.5.0
1662026-07-15T03:42:20.254Z Downloaded usdt v0.5.0
1672026-07-15T03:42:20.254Z Downloaded pnet_sys v0.35.0
1682026-07-15T03:42:20.257Z Downloaded utf8parse v0.2.2
1692026-07-15T03:42:20.257Z Downloaded num-iter v0.1.45
1702026-07-15T03:42:20.257Z Downloaded pnet_transport v0.35.0
1712026-07-15T03:42:20.261Z Downloaded radium v0.7.0
1722026-07-15T03:42:20.267Z Downloaded anstyle v1.0.13
1732026-07-15T03:42:20.270Z Downloaded ppv-lite86 v0.2.21
1742026-07-15T03:42:20.274Z Downloaded num-complex v0.4.6
1752026-07-15T03:42:20.277Z Downloaded serde_tokenstream v0.2.3
1762026-07-15T03:42:20.277Z Downloaded quote v1.0.45
1772026-07-15T03:42:20.283Z Downloaded tempfile v3.27.0
1782026-07-15T03:42:20.287Z Downloaded once_cell v1.21.3
1792026-07-15T03:42:20.287Z Downloaded getrandom v0.4.1
1802026-07-15T03:42:20.290Z Downloaded anyhow v1.0.102
1812026-07-15T03:42:20.293Z Downloaded pnet_macros v0.35.0
1822026-07-15T03:42:20.293Z Downloaded rand_core v0.9.5
1832026-07-15T03:42:20.294Z Downloaded num-integer v0.1.46
1842026-07-15T03:42:20.297Z Downloaded thiserror-impl v1.0.69
1852026-07-15T03:42:20.297Z Downloaded num-rational v0.4.2
1862026-07-15T03:42:20.300Z Downloaded scroll v0.12.0
1872026-07-15T03:42:20.303Z Downloaded plain v0.2.3
1882026-07-15T03:42:20.303Z Downloaded pnet v0.35.0
1892026-07-15T03:42:20.307Z Downloaded ipnetwork v0.20.0
1902026-07-15T03:42:20.307Z Downloaded glob v0.3.3
1912026-07-15T03:42:20.310Z Downloaded no-std-net v0.6.0
1922026-07-15T03:42:20.313Z Downloaded usdt-impl v0.5.0
1932026-07-15T03:42:20.320Z Downloaded rand_chacha v0.9.0
1942026-07-15T03:42:20.320Z Downloaded pnet_packet v0.35.0
1952026-07-15T03:42:20.323Z Downloaded ucd-trie v0.1.7
1962026-07-15T03:42:20.323Z Downloaded thiserror v1.0.69
1972026-07-15T03:42:20.327Z Downloaded pest_generator v2.8.6
1982026-07-15T03:42:20.327Z Downloaded pnet_datalink v0.35.0
1992026-07-15T03:42:20.327Z Downloaded autocfg v1.5.0
2002026-07-15T03:42:20.338Z Downloaded bitflags v2.11.0
2012026-07-15T03:42:20.342Z Downloaded wyz v0.5.1
2022026-07-15T03:42:20.346Z Downloaded num-traits v0.2.19
2032026-07-15T03:42:20.346Z Downloaded unicode-ident v1.0.24
2042026-07-15T03:42:20.365Z Downloaded serde_derive v1.0.228
2052026-07-15T03:42:20.371Z Downloaded pest_meta v2.8.6
2062026-07-15T03:42:20.374Z Downloaded memchr v2.8.0
2072026-07-15T03:42:20.378Z Downloaded aho-corasick v1.1.4
2082026-07-15T03:42:20.385Z Downloaded serde_core v1.0.228
2092026-07-15T03:42:20.388Z Downloaded prettyplease v0.2.37
2102026-07-15T03:42:20.392Z Downloaded getrandom v0.3.4
2112026-07-15T03:42:20.395Z Downloaded typenum v1.19.0
2122026-07-15T03:42:20.398Z Downloaded serde v1.0.228
2132026-07-15T03:42:20.402Z Downloaded proc-macro2 v1.0.106
2142026-07-15T03:42:20.415Z Downloaded num-bigint v0.4.6
2152026-07-15T03:42:20.419Z Downloaded clap_builder v4.6.0
2162026-07-15T03:42:20.456Z Downloaded regex v1.12.4
2172026-07-15T03:42:20.461Z Downloaded pest v2.8.6
2182026-07-15T03:42:20.466Z Downloaded zerocopy v0.7.35
2192026-07-15T03:42:20.475Z Downloaded serde_json v1.0.149
2202026-07-15T03:42:20.478Z Downloaded goblin v0.8.2
2212026-07-15T03:42:20.489Z Downloaded bitvec v1.1.1
2222026-07-15T03:42:20.494Z Downloaded regex-syntax v0.8.11
2232026-07-15T03:42:20.515Z Downloaded syn v2.0.119
2242026-07-15T03:42:20.539Z Downloaded rustix v1.1.4
2252026-07-15T03:42:20.568Z Downloaded regex-automata v0.4.14
2262026-07-15T03:42:20.581Z Downloaded libc v0.2.182
2272026-07-15T03:42:20.649Z Compiling proc-macro2 v1.0.106
2282026-07-15T03:42:20.649Z Compiling quote v1.0.45
2292026-07-15T03:42:20.652Z Compiling unicode-ident v1.0.24
2302026-07-15T03:42:20.652Z Compiling libc v0.2.182
2312026-07-15T03:42:20.652Z Compiling serde_core v1.0.228
2322026-07-15T03:42:20.652Z Compiling memchr v2.8.0
2332026-07-15T03:42:20.653Z Compiling serde v1.0.228
2342026-07-15T03:42:20.804Z Compiling zmij v1.0.21
2352026-07-15T03:42:21.055Z Compiling thiserror v1.0.69
2362026-07-15T03:42:21.064Z Compiling ucd-trie v0.1.7
2372026-07-15T03:42:21.157Z Compiling rustix v1.1.4
2382026-07-15T03:42:21.257Z Compiling pest v2.8.6
2392026-07-15T03:42:21.283Z Compiling getrandom v0.4.1
2402026-07-15T03:42:21.458Z Compiling serde_json v1.0.149
2412026-07-15T03:42:21.557Z Compiling version_check v0.9.5
2422026-07-15T03:42:21.726Z Compiling autocfg v1.5.0
2432026-07-15T03:42:21.822Z Compiling aho-corasick v1.1.4
2442026-07-15T03:42:21.856Z Compiling syn v2.0.119
2452026-07-15T03:42:21.933Z Compiling prettyplease v0.2.37
2462026-07-15T03:42:22.076Z Compiling num-traits v0.2.19
2472026-07-15T03:42:22.170Z Compiling regex-syntax v0.8.11
2482026-07-15T03:42:22.314Z Compiling pest_meta v2.8.6
2492026-07-15T03:42:22.592Z Checking cfg-if v1.0.4
2502026-07-15T03:42:22.907Z Compiling itoa v1.0.17
2512026-07-15T03:42:23.080Z Compiling byteorder v1.5.0
2522026-07-15T03:42:23.143Z Compiling usdt-impl v0.5.0
2532026-07-15T03:42:23.295Z Checking num-integer v0.1.46
2542026-07-15T03:42:23.367Z Compiling thread-id v4.2.2
2552026-07-15T03:42:23.505Z Checking colored v3.1.1
2562026-07-15T03:42:23.630Z Compiling regex-automata v0.4.14
2572026-07-15T03:42:23.637Z Checking log v0.4.29
2582026-07-15T03:42:23.690Z Checking plain v0.2.3
2592026-07-15T03:42:23.792Z Compiling errno v0.3.14
2602026-07-15T03:42:23.991Z Compiling radium v0.7.0
2612026-07-15T03:42:24.029Z Compiling bitflags v2.11.0
2622026-07-15T03:42:24.186Z Compiling pest_generator v2.8.6
2632026-07-15T03:42:24.229Z Checking no-std-net v0.6.0
2642026-07-15T03:42:24.254Z Checking pretty-hex v0.4.1
2652026-07-15T03:42:24.288Z Checking pnet_base v0.35.0
2662026-07-15T03:42:24.500Z Compiling getrandom v0.3.4
2672026-07-15T03:42:24.534Z Compiling zerocopy v0.8.40
2682026-07-15T03:42:24.793Z Compiling fastrand v2.3.0
2692026-07-15T03:42:24.813Z Checking tap v1.0.1
2702026-07-15T03:42:24.824Z Compiling once_cell v1.21.3
2712026-07-15T03:42:24.904Z Checking wyz v0.5.1
2722026-07-15T03:42:25.000Z Compiling tempfile v3.27.0
2732026-07-15T03:42:25.013Z Checking num-iter v0.1.45
2742026-07-15T03:42:25.022Z Checking memmap v0.7.0
2752026-07-15T03:42:25.095Z Compiling anyhow v1.0.102
2762026-07-15T03:42:25.192Z Checking funty v2.0.0
2772026-07-15T03:42:25.377Z Compiling serde_derive v1.0.228
2782026-07-15T03:42:25.414Z Compiling thiserror-impl v1.0.69
2792026-07-15T03:42:25.427Z Compiling zerocopy-derive v0.7.35
2802026-07-15T03:42:25.498Z Compiling pest_derive v2.8.6
2812026-07-15T03:42:25.757Z Compiling regex v1.12.4
2822026-07-15T03:42:25.805Z Compiling scroll_derive v0.12.1
2832026-07-15T03:42:26.016Z Checking bitvec v1.1.1
2842026-07-15T03:42:26.155Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2852026-07-15T03:42:26.280Z Compiling zerocopy v0.7.35
2862026-07-15T03:42:26.505Z Checking scroll v0.12.0
2872026-07-15T03:42:26.703Z Compiling dtrace-parser v0.2.0
2882026-07-15T03:42:26.783Z Checking goblin v0.8.2
2892026-07-15T03:42:26.830Z Compiling pnet_macros v0.35.0
2902026-07-15T03:42:27.035Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2912026-07-15T03:42:27.548Z Checking pnet_macros_support v0.35.0
2922026-07-15T03:42:27.658Z Checking pnet_sys v0.35.0
2932026-07-15T03:42:27.762Z Checking utf8parse v0.2.2
2942026-07-15T03:42:27.853Z Checking anstyle-parse v1.0.0
2952026-07-15T03:42:27.870Z Checking pnet_packet v0.35.0
2962026-07-15T03:42:27.995Z Checking rand_core v0.9.5
2972026-07-15T03:42:28.415Z Compiling pnet v0.35.0
2982026-07-15T03:42:28.423Z Checking anstyle v1.0.13
2992026-07-15T03:42:28.487Z Checking num-bigint v0.4.6
3002026-07-15T03:42:28.509Z Checking num-complex v0.4.6
3012026-07-15T03:42:28.592Z Compiling serde_tokenstream v0.2.3
3022026-07-15T03:42:28.625Z Compiling dof v0.3.0
3032026-07-15T03:42:28.646Z Checking ipnetwork v0.20.0
3042026-07-15T03:42:28.810Z Checking colorchoice v1.0.4
3052026-07-15T03:42:28.898Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3062026-07-15T03:42:29.003Z Checking anstyle-query v1.1.5
3072026-07-15T03:42:29.085Z Checking is_terminal_polyfill v1.70.2
3082026-07-15T03:42:29.163Z Checking anstream v1.0.0
3092026-07-15T03:42:29.266Z Checking pnet_datalink v0.35.0
3102026-07-15T03:42:29.307Z Checking num-rational v0.4.2
3112026-07-15T03:42:29.364Z Compiling usdt-macro v0.5.0
3122026-07-15T03:42:29.460Z Compiling usdt-attr-macro v0.5.0
3132026-07-15T03:42:29.581Z Checking num v0.4.3
3142026-07-15T03:42:29.655Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3152026-07-15T03:42:29.703Z Checking clap_lex v1.0.0
3162026-07-15T03:42:29.729Z Checking strsim v0.11.1
3172026-07-15T03:42:29.779Z Checking pnet_transport v0.35.0
3182026-07-15T03:42:29.845Z Compiling heck v0.5.0
3192026-07-15T03:42:29.879Z Checking clap_builder v4.6.0
3202026-07-15T03:42:29.918Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3212026-07-15T03:42:29.986Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3222026-07-15T03:42:30.026Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3232026-07-15T03:42:30.046Z Compiling clap_derive v4.6.1
3242026-07-15T03:42:30.235Z Checking usdt v0.5.0
3252026-07-15T03:42:30.252Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3262026-07-15T03:42:30.360Z Checking ppv-lite86 v0.2.21
3272026-07-15T03:42:30.379Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3282026-07-15T03:42:30.637Z Checking rand_chacha v0.9.0
3292026-07-15T03:42:30.725Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3302026-07-15T03:42:30.807Z Checking rand v0.9.3
3312026-07-15T03:42:31.386Z Checking clap v4.6.1
3322026-07-15T03:42:31.443Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3332026-07-15T03:42:31.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.09s
3342026-07-15T03:42:31.932Z+ cargo clippy --all-targets -- --deny warnings
3352026-07-15T03:42:32.050Z Downloading crates ...
3362026-07-15T03:42:32.122Z Downloaded libloading v0.9.0
3372026-07-15T03:42:32.169Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3382026-07-15T03:42:32.173Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3392026-07-15T03:42:32.194Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3402026-07-15T03:42:32.197Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3412026-07-15T03:42:32.200Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3422026-07-15T03:42:32.200Z Checking libloading v0.9.0
3432026-07-15T03:42:32.443Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3442026-07-15T03:42:32.967Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3452026-07-15T03:42:33.807Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3462026-07-15T03:42:33.807Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3472026-07-15T03:42:34.712Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3482026-07-15T03:42:39.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.70s
3492026-07-15T03:42:39.704Z+ banner build
3502026-07-15T03:42:39.707Z
3512026-07-15T03:42:39.707Z ##### # # # # #####
3522026-07-15T03:42:39.707Z # # # # # # # #
3532026-07-15T03:42:39.707Z ##### # # # # # #
3542026-07-15T03:42:39.707Z # # # # # # # #
3552026-07-15T03:42:39.707Z # # # # # # # #
3562026-07-15T03:42:39.708Z ##### #### # ###### #####
3572026-07-15T03:42:39.708Z
3582026-07-15T03:42:39.708Z+ ptime -m cargo build
3592026-07-15T03:42:39.838Z Compiling unicode-ident v1.0.24
3602026-07-15T03:42:39.838Z Compiling memchr v2.8.0
3612026-07-15T03:42:39.841Z Compiling regex-syntax v0.8.11
3622026-07-15T03:42:39.841Z Compiling libc v0.2.182
3632026-07-15T03:42:39.841Z Compiling serde_core v1.0.228
3642026-07-15T03:42:39.841Z Compiling ucd-trie v0.1.7
3652026-07-15T03:42:39.864Z Compiling cfg-if v1.0.4
3662026-07-15T03:42:39.867Z Compiling zmij v1.0.21
3672026-07-15T03:42:39.908Z Compiling byteorder v1.5.0
3682026-07-15T03:42:39.955Z Compiling proc-macro2 v1.0.106
3692026-07-15T03:42:40.113Z Compiling itoa v1.0.17
3702026-07-15T03:42:40.127Z Compiling num-traits v0.2.19
3712026-07-15T03:42:40.130Z Compiling bitflags v2.11.0
3722026-07-15T03:42:40.186Z Compiling errno v0.3.14
3732026-07-15T03:42:40.284Z Compiling aho-corasick v1.1.4
3742026-07-15T03:42:40.323Z Compiling quote v1.0.45
3752026-07-15T03:42:40.342Z Compiling pest v2.8.6
3762026-07-15T03:42:40.530Z Compiling syn v2.0.119
3772026-07-15T03:42:40.597Z Compiling thread-id v4.2.2
3782026-07-15T03:42:40.664Z Compiling num-integer v0.1.46
3792026-07-15T03:42:40.672Z Compiling rustix v1.1.4
3802026-07-15T03:42:40.735Z Compiling getrandom v0.4.1
3812026-07-15T03:42:40.864Z Compiling fastrand v2.3.0
3822026-07-15T03:42:40.970Z Compiling plain v0.2.3
3832026-07-15T03:42:41.062Z Compiling colored v3.1.1
3842026-07-15T03:42:41.120Z Compiling once_cell v1.21.3
3852026-07-15T03:42:41.316Z Compiling regex-automata v0.4.14
3862026-07-15T03:42:41.430Z Compiling pest_meta v2.8.6
3872026-07-15T03:42:41.533Z Compiling serde_json v1.0.149
3882026-07-15T03:42:41.598Z Compiling log v0.4.29
3892026-07-15T03:42:41.662Z Compiling tempfile v3.27.0
3902026-07-15T03:42:41.768Z Compiling pretty-hex v0.4.1
3912026-07-15T03:42:41.891Z Compiling no-std-net v0.6.0
3922026-07-15T03:42:41.954Z Compiling pnet_base v0.35.0
3932026-07-15T03:42:42.066Z Compiling tap v1.0.1
3942026-07-15T03:42:42.103Z Compiling radium v0.7.0
3952026-07-15T03:42:42.160Z Compiling wyz v0.5.1
3962026-07-15T03:42:42.283Z Compiling num-iter v0.1.45
3972026-07-15T03:42:42.309Z Compiling memmap v0.7.0
3982026-07-15T03:42:42.334Z Compiling funty v2.0.0
3992026-07-15T03:42:42.384Z Compiling zerocopy v0.8.40
4002026-07-15T03:42:42.476Z Compiling getrandom v0.3.4
4012026-07-15T03:42:42.501Z Compiling pnet_macros_support v0.35.0
4022026-07-15T03:42:42.605Z Compiling pnet_sys v0.35.0
4032026-07-15T03:42:42.637Z Compiling bitvec v1.1.1
4042026-07-15T03:42:42.654Z Compiling utf8parse v0.2.2
4052026-07-15T03:42:42.719Z Compiling rand_core v0.9.5
4062026-07-15T03:42:42.749Z Compiling anstyle-parse v1.0.0
4072026-07-15T03:42:42.769Z Compiling anyhow v1.0.102
4082026-07-15T03:42:42.919Z Compiling pest_generator v2.8.6
4092026-07-15T03:42:42.919Z Compiling prettyplease v0.2.37
4102026-07-15T03:42:42.963Z Compiling anstyle-query v1.1.5
4112026-07-15T03:42:43.056Z Compiling regex v1.12.4
4122026-07-15T03:42:43.151Z Compiling anstyle v1.0.13
4132026-07-15T03:42:43.360Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4142026-07-15T03:42:43.503Z Compiling colorchoice v1.0.4
4152026-07-15T03:42:43.514Z Compiling is_terminal_polyfill v1.70.2
4162026-07-15T03:42:43.591Z Compiling anstream v1.0.0
4172026-07-15T03:42:43.603Z Compiling strsim v0.11.1
4182026-07-15T03:42:43.894Z Compiling clap_lex v1.0.0
4192026-07-15T03:42:43.901Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4202026-07-15T03:42:43.987Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4212026-07-15T03:42:44.038Z Compiling clap_builder v4.6.0
4222026-07-15T03:42:44.199Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4232026-07-15T03:42:44.627Z Compiling serde_derive v1.0.228
4242026-07-15T03:42:44.630Z Compiling thiserror-impl v1.0.69
4252026-07-15T03:42:44.634Z Compiling zerocopy-derive v0.7.35
4262026-07-15T03:42:44.637Z Compiling pest_derive v2.8.6
4272026-07-15T03:42:44.866Z Compiling scroll_derive v0.12.1
4282026-07-15T03:42:45.376Z Compiling pnet_macros v0.35.0
4292026-07-15T03:42:45.380Z Compiling ppv-lite86 v0.2.21
4302026-07-15T03:42:45.642Z Compiling zerocopy v0.7.35
4312026-07-15T03:42:45.694Z Compiling rand_chacha v0.9.0
4322026-07-15T03:42:45.789Z Compiling scroll v0.12.0
4332026-07-15T03:42:45.848Z Compiling clap_derive v4.6.1
4342026-07-15T03:42:46.010Z Compiling thiserror v1.0.69
4352026-07-15T03:42:46.042Z Compiling goblin v0.8.2
4362026-07-15T03:42:46.098Z Compiling dtrace-parser v0.2.0
4372026-07-15T03:42:46.129Z Compiling rand v0.9.3
4382026-07-15T03:42:46.940Z Compiling pnet_packet v0.35.0
4392026-07-15T03:42:47.199Z Compiling serde v1.0.228
4402026-07-15T03:42:47.456Z Compiling clap v4.6.1
4412026-07-15T03:42:47.497Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4422026-07-15T03:42:47.570Z Compiling dof v0.3.0
4432026-07-15T03:42:47.570Z Compiling serde_tokenstream v0.2.3
4442026-07-15T03:42:47.570Z Compiling num-bigint v0.4.6
4452026-07-15T03:42:47.574Z Compiling num-complex v0.4.6
4462026-07-15T03:42:47.664Z Compiling ipnetwork v0.20.0
4472026-07-15T03:42:47.836Z Compiling usdt-impl v0.5.0
4482026-07-15T03:42:47.898Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4492026-07-15T03:42:47.937Z Compiling pnet_datalink v0.35.0
4502026-07-15T03:42:48.310Z Compiling usdt-attr-macro v0.5.0
4512026-07-15T03:42:48.511Z Compiling num-rational v0.4.2
4522026-07-15T03:42:49.114Z Compiling usdt-macro v0.5.0
4532026-07-15T03:42:49.166Z Compiling num v0.4.3
4542026-07-15T03:42:49.232Z Compiling pnet_transport v0.35.0
4552026-07-15T03:42:49.409Z Compiling pnet v0.35.0
4562026-07-15T03:42:49.921Z Compiling usdt v0.5.0
4572026-07-15T03:42:50.035Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4582026-07-15T03:42:50.380Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4592026-07-15T03:42:50.500Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4602026-07-15T03:42:50.500Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4612026-07-15T03:42:50.641Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4622026-07-15T03:42:53.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s
4632026-07-15T03:42:53.294Z
4642026-07-15T03:42:53.297Zreal 13.578283240
4652026-07-15T03:42:53.297Zuser 1:11.140129245
4662026-07-15T03:42:53.297Zsys 11.857910313
4672026-07-15T03:42:53.297Ztrap 0.039934773
4682026-07-15T03:42:53.297Ztflt 0.095741392
4692026-07-15T03:42:53.297Zdflt 0.090978632
4702026-07-15T03:42:53.297Zkflt 0.000629942
4712026-07-15T03:42:53.297Zlock 2:47.661423392
4722026-07-15T03:42:53.297Zslp 4:49.840828685
4732026-07-15T03:42:53.297Zlat 3.900143410
4742026-07-15T03:42:53.297Zstop 4.671772946
4752026-07-15T03:42:53.297Z+ ptime -m cargo build --release
4762026-07-15T03:42:53.374Z Compiling proc-macro2 v1.0.106
4772026-07-15T03:42:53.374Z Compiling quote v1.0.45
4782026-07-15T03:42:53.374Z Compiling unicode-ident v1.0.24
4792026-07-15T03:42:53.374Z Compiling libc v0.2.182
4802026-07-15T03:42:53.377Z Compiling serde_core v1.0.228
4812026-07-15T03:42:53.377Z Compiling memchr v2.8.0
4822026-07-15T03:42:53.377Z Compiling serde v1.0.228
4832026-07-15T03:42:53.377Z Compiling thiserror v1.0.69
4842026-07-15T03:42:53.683Z Compiling zmij v1.0.21
4852026-07-15T03:42:53.714Z Compiling ucd-trie v0.1.7
4862026-07-15T03:42:53.725Z Compiling rustix v1.1.4
4872026-07-15T03:42:53.913Z Compiling getrandom v0.4.1
4882026-07-15T03:42:53.960Z Compiling serde_json v1.0.149
4892026-07-15T03:42:54.068Z Compiling pest v2.8.6
4902026-07-15T03:42:54.171Z Compiling aho-corasick v1.1.4
4912026-07-15T03:42:54.513Z Compiling prettyplease v0.2.37
4922026-07-15T03:42:54.530Z Compiling regex-syntax v0.8.11
4932026-07-15T03:42:54.642Z Compiling syn v2.0.119
4942026-07-15T03:42:54.646Z Compiling autocfg v1.5.0
4952026-07-15T03:42:54.752Z Compiling version_check v0.9.5
4962026-07-15T03:42:54.974Z Compiling num-traits v0.2.19
4972026-07-15T03:42:55.228Z Compiling pest_meta v2.8.6
4982026-07-15T03:42:56.049Z Compiling byteorder v1.5.0
4992026-07-15T03:42:56.269Z Compiling regex-automata v0.4.14
5002026-07-15T03:42:56.272Z Compiling itoa v1.0.17
5012026-07-15T03:42:56.434Z Compiling cfg-if v1.0.4
5022026-07-15T03:42:56.496Z Compiling usdt-impl v0.5.0
5032026-07-15T03:42:56.845Z Compiling num-integer v0.1.46
5042026-07-15T03:42:56.900Z Compiling thread-id v4.2.2
5052026-07-15T03:42:56.972Z Compiling errno v0.3.14
5062026-07-15T03:42:57.074Z Compiling pest_generator v2.8.6
5072026-07-15T03:42:57.384Z Compiling plain v0.2.3
5082026-07-15T03:42:57.401Z Compiling bitflags v2.11.0
5092026-07-15T03:42:57.487Z Compiling log v0.4.29
5102026-07-15T03:42:57.927Z Compiling pretty-hex v0.4.1
5112026-07-15T03:42:58.070Z Compiling regex v1.12.4
5122026-07-15T03:42:58.122Z Compiling radium v0.7.0
5132026-07-15T03:42:58.194Z Compiling serde_derive v1.0.228
5142026-07-15T03:42:58.380Z Compiling thiserror-impl v1.0.69
5152026-07-15T03:42:58.406Z Compiling zerocopy-derive v0.7.35
5162026-07-15T03:42:58.458Z Compiling pest_derive v2.8.6
5172026-07-15T03:42:58.820Z Compiling scroll_derive v0.12.1
5182026-07-15T03:42:58.976Z Compiling colored v3.1.1
5192026-07-15T03:42:59.267Z Compiling zerocopy v0.7.35
5202026-07-15T03:42:59.325Z Compiling no-std-net v0.6.0
5212026-07-15T03:42:59.529Z Compiling scroll v0.12.0
5222026-07-15T03:42:59.673Z Compiling dtrace-parser v0.2.0
5232026-07-15T03:42:59.824Z Compiling goblin v0.8.2
5242026-07-15T03:42:59.863Z Compiling fastrand v2.3.0
5252026-07-15T03:42:59.896Z Compiling once_cell v1.21.3
5262026-07-15T03:43:00.086Z Compiling tempfile v3.27.0
5272026-07-15T03:43:00.086Z Compiling pnet_base v0.35.0
5282026-07-15T03:43:00.262Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5292026-07-15T03:43:00.412Z Compiling tap v1.0.1
5302026-07-15T03:43:00.453Z Compiling zerocopy v0.8.40
5312026-07-15T03:43:00.513Z Compiling getrandom v0.3.4
5322026-07-15T03:43:00.856Z Compiling wyz v0.5.1
5332026-07-15T03:43:01.057Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5342026-07-15T03:43:01.094Z Compiling num-iter v0.1.45
5352026-07-15T03:43:01.208Z Compiling memmap v0.7.0
5362026-07-15T03:43:01.388Z Compiling funty v2.0.0
5372026-07-15T03:43:01.437Z Compiling serde_tokenstream v0.2.3
5382026-07-15T03:43:01.481Z Compiling dof v0.3.0
5392026-07-15T03:43:01.544Z Compiling num-bigint v0.4.6
5402026-07-15T03:43:01.817Z Compiling num-complex v0.4.6
5412026-07-15T03:43:02.095Z Compiling anyhow v1.0.102
5422026-07-15T03:43:02.224Z Compiling usdt-macro v0.5.0
5432026-07-15T03:43:02.319Z Compiling usdt-attr-macro v0.5.0
5442026-07-15T03:43:02.343Z Compiling bitvec v1.1.1
5452026-07-15T03:43:02.654Z Compiling num-rational v0.4.2
5462026-07-15T03:43:03.916Z Compiling usdt v0.5.0
5472026-07-15T03:43:04.477Z Compiling num v0.4.3
5482026-07-15T03:43:04.599Z Compiling pnet_macros_support v0.35.0
5492026-07-15T03:43:04.719Z Compiling pnet_macros v0.35.0
5502026-07-15T03:43:04.741Z Compiling pnet_sys v0.35.0
5512026-07-15T03:43:05.075Z Compiling utf8parse v0.2.2
5522026-07-15T03:43:05.297Z Compiling anstyle-parse v1.0.0
5532026-07-15T03:43:05.515Z Compiling rand_core v0.9.5
5542026-07-15T03:43:05.776Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5552026-07-15T03:43:05.845Z Compiling pnet_packet v0.35.0
5562026-07-15T03:43:06.230Z Compiling ppv-lite86 v0.2.21
5572026-07-15T03:43:07.268Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5582026-07-15T03:43:07.391Z Compiling ipnetwork v0.20.0
5592026-07-15T03:43:08.030Z Compiling is_terminal_polyfill v1.70.2
5602026-07-15T03:43:08.114Z Compiling anstyle v1.0.13
5612026-07-15T03:43:08.203Z Compiling pnet v0.35.0
5622026-07-15T03:43:08.371Z Compiling anstyle-query v1.1.5
5632026-07-15T03:43:08.424Z Compiling colorchoice v1.0.4
5642026-07-15T03:43:08.533Z Compiling anstream v1.0.0
5652026-07-15T03:43:09.498Z Compiling pnet_transport v0.35.0
5662026-07-15T03:43:09.989Z Compiling pnet_datalink v0.35.0
5672026-07-15T03:43:10.214Z Compiling rand_chacha v0.9.0
5682026-07-15T03:43:10.515Z Compiling strsim v0.11.1
5692026-07-15T03:43:10.664Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5702026-07-15T03:43:10.778Z Compiling clap_lex v1.0.0
5712026-07-15T03:43:10.907Z Compiling heck v0.5.0
5722026-07-15T03:43:11.017Z Compiling clap_builder v4.6.0
5732026-07-15T03:43:11.103Z Compiling clap_derive v4.6.1
5742026-07-15T03:43:11.577Z Compiling rand v0.9.3
5752026-07-15T03:43:12.306Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5762026-07-15T03:43:12.478Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5772026-07-15T03:43:12.732Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5782026-07-15T03:43:13.105Z Compiling clap v4.6.1
5792026-07-15T03:43:13.186Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5802026-07-15T03:43:15.785Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5812026-07-15T03:43:18.037Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5822026-07-15T03:43:24.804Z Finished `release` profile [optimized] target(s) in 31.49s
5832026-07-15T03:43:24.826Z
5842026-07-15T03:43:24.826Zreal 31.521067477
5852026-07-15T03:43:24.826Zuser 3:12.225129970
5862026-07-15T03:43:24.826Zsys 18.046984755
5872026-07-15T03:43:24.826Ztrap 0.107442461
5882026-07-15T03:43:24.826Ztflt 0.226733715
5892026-07-15T03:43:24.826Zdflt 0.210921638
5902026-07-15T03:43:24.826Zkflt 0.000016258
5912026-07-15T03:43:24.826Zlock 9:53.441763377
5922026-07-15T03:43:24.826Zslp 12:13.508851037
5932026-07-15T03:43:24.826Zlat 13.511865592
5942026-07-15T03:43:24.826Zstop 9.501745726
5952026-07-15T03:43:24.826Z+ for x in debug release
5962026-07-15T03:43:24.826Z+ mkdir -p /work/debug
5972026-07-15T03:43:24.830Z+ cp target/debug/x4c /work/debug/
5982026-07-15T03:43:24.853Z+ cp target/debug/libsidecar_lite.so /work/debug/
5992026-07-15T03:43:24.888Z+ for x in debug release
6002026-07-15T03:43:24.888Z+ mkdir -p /work/release
6012026-07-15T03:43:24.891Z+ cp target/release/x4c /work/release/
6022026-07-15T03:43:24.897Z+ cp target/release/libsidecar_lite.so /work/release/
6032026-07-15T03:43:24.907Z+ banner test
6042026-07-15T03:43:24.910Z
6052026-07-15T03:43:24.910Z ##### ###### #### #####
6062026-07-15T03:43:24.910Z # # # #
6072026-07-15T03:43:24.910Z # ##### #### #
6082026-07-15T03:43:24.910Z # # # #
6092026-07-15T03:43:24.910Z # # # # #
6102026-07-15T03:43:24.910Z # ###### #### #
6112026-07-15T03:43:24.910Z
6122026-07-15T03:43:24.910Z+ cargo test
6132026-07-15T03:43:24.979Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6142026-07-15T03:43:24.995Z Compiling libloading v0.9.0
6152026-07-15T03:43:24.998Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6162026-07-15T03:43:25.007Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6172026-07-15T03:43:25.007Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6182026-07-15T03:43:25.011Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6192026-07-15T03:43:25.220Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6202026-07-15T03:43:26.162Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6212026-07-15T03:43:26.162Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6222026-07-15T03:43:26.162Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6232026-07-15T03:43:26.382Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6242026-07-15T03:43:33.055Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.13s
6252026-07-15T03:43:33.068Z Running unittests src/lib.rs (target/debug/deps/p4-85be53bc186e4c60)
6262026-07-15T03:43:33.071Z
6272026-07-15T03:43:33.071Zrunning 0 tests
6282026-07-15T03:43:33.071Z
6292026-07-15T03:43:33.071Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-07-15T03:43:33.071Z
6312026-07-15T03:43:33.071Z Running unittests src/lib.rs (target/debug/deps/p4_macro-c83584de4f90014c)
6322026-07-15T03:43:33.074Z
6332026-07-15T03:43:33.074Zrunning 0 tests
6342026-07-15T03:43:33.074Z
6352026-07-15T03:43:33.074Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-07-15T03:43:33.074Z
6372026-07-15T03:43:33.074Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-69d0feca78019f53)
6382026-07-15T03:43:33.077Z
6392026-07-15T03:43:33.077Zrunning 0 tests
6402026-07-15T03:43:33.077Z
6412026-07-15T03:43:33.077Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-07-15T03:43:33.077Z
6432026-07-15T03:43:33.078Z Running unittests src/lib.rs (target/debug/deps/p4_rust-1575d271e509bbc0)
6442026-07-15T03:43:33.078Z
6452026-07-15T03:43:33.078Zrunning 0 tests
6462026-07-15T03:43:33.078Z
6472026-07-15T03:43:33.078Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-07-15T03:43:33.078Z
6492026-07-15T03:43:33.078Z Running unittests src/lib.rs (target/debug/deps/p4rs-efb53071a4477243)
6502026-07-15T03:43:33.080Z
6512026-07-15T03:43:33.080Zrunning 14 tests
6522026-07-15T03:43:33.081Ztest bitmath::tests::bitmath_add_cascade ... ok
6532026-07-15T03:43:33.081Ztest bitmath::tests::bitmath_mod ... ok
6542026-07-15T03:43:33.081Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6552026-07-15T03:43:33.081Ztest bitmath::tests::bitmath_add_le ... ok
6562026-07-15T03:43:33.081Ztest bitmath::tests::bitmath_add_nest ... ok
6572026-07-15T03:43:33.081Ztest bitmath::tests::bitmath_sub_be ... ok
6582026-07-15T03:43:33.081Ztest bitmath::tests::bitmath_sub_le ... ok
6592026-07-15T03:43:33.081Ztest bitmath::tests::bitmath_add_be ... ok
6602026-07-15T03:43:33.081Ztest checksum::tests::udp_checksum ... ok
6612026-07-15T03:43:33.081Ztest table::tests::match_lpm_ternary_1 ... ok
6622026-07-15T03:43:33.081Ztest table::tests::match_lpm_ternary_range ... ok
6632026-07-15T03:43:33.081Ztest table::tests::match_ternary_1 ... ok
6642026-07-15T03:43:33.081Ztest table::tests::match_lpm_1 ... ok
6652026-07-15T03:43:33.081Ztest table::tests::match_with_action ... ok
6662026-07-15T03:43:33.081Z
6672026-07-15T03:43:33.081Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6682026-07-15T03:43:33.081Z
6692026-07-15T03:43:33.081Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-d2b6c336a6b3f7ce)
6702026-07-15T03:43:33.084Z
6712026-07-15T03:43:33.084Zrunning 0 tests
6722026-07-15T03:43:33.084Z
6732026-07-15T03:43:33.084Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6742026-07-15T03:43:33.084Z
6752026-07-15T03:43:33.084Z Running unittests src/lib.rs (target/debug/deps/tests-f26e511a3f870eec)
6762026-07-15T03:43:33.084Z
6772026-07-15T03:43:33.084Zrunning 15 tests
6782026-07-15T03:43:33.087Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6792026-07-15T03:43:33.087Ztest headers::ipv6_header_read_write ... ok
6802026-07-15T03:43:33.090Ztest dload::pipeline_create ... ok
6812026-07-15T03:43:33.090Ztest ipv6::test_ipv6_parse ... ok
6822026-07-15T03:43:33.090Ztest dload::dynamic_load ... ok
6832026-07-15T03:43:33.095Ztest basic_router::basic_router2 ... ok
6842026-07-15T03:43:33.098Ztest disag_router::disag_router ... ok
6852026-07-15T03:43:33.098Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6862026-07-15T03:43:33.098Ztest hub::hub2 ... ok
6872026-07-15T03:43:33.098Ztest vlan::test_vlan_parse ... ok
6882026-07-15T03:43:33.106Ztest arithmetic::arithmetic ... ok
6892026-07-15T03:43:33.106Ztest dynamic_router::dynamic_router2 ... ok
6902026-07-15T03:43:33.106Ztest range::range ... ok
6912026-07-15T03:43:33.109Ztest mac_rewrite::mac_rewrite2 ... ok
6922026-07-15T03:43:33.112Ztest decap::geneve_decap ... ok
6932026-07-15T03:43:33.112Z
6942026-07-15T03:43:33.115Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
6952026-07-15T03:43:33.115Z
6962026-07-15T03:43:33.119Z Running unittests src/lib.rs (target/debug/deps/x4c-2cbe113bae2d02ac)
6972026-07-15T03:43:33.122Z
6982026-07-15T03:43:33.122Zrunning 0 tests
6992026-07-15T03:43:33.122Z
7002026-07-15T03:43:33.122Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7012026-07-15T03:43:33.122Z
7022026-07-15T03:43:33.122Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-4c63cb1e62b79370)
7032026-07-15T03:43:33.125Z
7042026-07-15T03:43:33.125Zrunning 0 tests
7052026-07-15T03:43:33.125Z
7062026-07-15T03:43:33.125Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-07-15T03:43:33.125Z
7082026-07-15T03:43:33.125Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-3e0c39540009c485)
7092026-07-15T03:43:33.125Z
7102026-07-15T03:43:33.125Zrunning 0 tests
7112026-07-15T03:43:33.125Z
7122026-07-15T03:43:33.125Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7132026-07-15T03:43:33.125Z
7142026-07-15T03:43:33.125Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-97aded0034fabd40)
7152026-07-15T03:43:33.128Z
7162026-07-15T03:43:33.128Zrunning 0 tests
7172026-07-15T03:43:33.128Z
7182026-07-15T03:43:33.128Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7192026-07-15T03:43:33.128Z
7202026-07-15T03:43:33.128Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7212026-07-15T03:43:33.129Z
7222026-07-15T03:43:33.129Zrunning 0 tests
7232026-07-15T03:43:33.129Z
7242026-07-15T03:43:33.129Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7252026-07-15T03:43:33.129Z
7262026-07-15T03:43:33.129Z Doc-tests p4
7272026-07-15T03:43:33.216Z
7282026-07-15T03:43:33.216Zrunning 0 tests
7292026-07-15T03:43:33.216Z
7302026-07-15T03:43:33.216Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7312026-07-15T03:43:33.217Z
7322026-07-15T03:43:33.225Z Doc-tests p4_macro
7332026-07-15T03:43:33.269Z
7342026-07-15T03:43:33.269Zrunning 2 tests
7352026-07-15T03:43:33.273Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7362026-07-15T03:43:33.273Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7372026-07-15T03:43:33.273Z
7382026-07-15T03:43:33.273Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7392026-07-15T03:43:33.273Z
7402026-07-15T03:43:33.277Z Doc-tests p4_rust
7412026-07-15T03:43:33.431Z
7422026-07-15T03:43:33.431Zrunning 0 tests
7432026-07-15T03:43:33.431Z
7442026-07-15T03:43:33.431Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7452026-07-15T03:43:33.431Z
7462026-07-15T03:43:33.443Z Doc-tests p4rs
7472026-07-15T03:43:33.526Z
7482026-07-15T03:43:33.526Zrunning 1 test
7492026-07-15T03:43:34.349Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7502026-07-15T03:43:34.349Z
7512026-07-15T03:43:34.349Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.82s
7522026-07-15T03:43:34.350Z
7532026-07-15T03:43:34.358Z Doc-tests tests
7542026-07-15T03:43:34.421Z
7552026-07-15T03:43:34.421Zrunning 0 tests
7562026-07-15T03:43:34.421Z
7572026-07-15T03:43:34.421Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7582026-07-15T03:43:34.421Z
7592026-07-15T03:43:34.428Z Doc-tests x4c
7602026-07-15T03:43:34.472Z
7612026-07-15T03:43:34.472Zrunning 0 tests
7622026-07-15T03:43:34.472Z
7632026-07-15T03:43:34.472Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7642026-07-15T03:43:34.472Z
7652026-07-15T03:43:34.477Z Doc-tests x4c_error_codes
7662026-07-15T03:43:34.503Z
7672026-07-15T03:43:34.503Zrunning 0 tests
7682026-07-15T03:43:34.503Z
7692026-07-15T03:43:34.503Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7702026-07-15T03:43:34.503Z
7712026-07-15T03:43:34.514Z+ pushd test
7722026-07-15T03:43:34.517Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7732026-07-15T03:43:34.517Z+ banner 'mac rewr'
7742026-07-15T03:43:34.517Z
7752026-07-15T03:43:34.517Z # # ## #### ##### ###### # # #####
7762026-07-15T03:43:34.517Z ## ## # # # # # # # # # # #
7772026-07-15T03:43:34.517Z # ## # # # # # # ##### # # # #
7782026-07-15T03:43:34.517Z # # ###### # ##### # # ## # #####
7792026-07-15T03:43:34.517Z # # # # # # # # # ## ## # #
7802026-07-15T03:43:34.517Z # # # # #### # # ###### # # # #
7812026-07-15T03:43:34.517Z
7822026-07-15T03:43:34.517Z+ RUST_BACKTRACE=1
7832026-07-15T03:43:34.517Z+ cargo test mac_rewrite -- --nocapture
7842026-07-15T03:43:34.614Z Compiling aho-corasick v1.1.4
7852026-07-15T03:43:34.629Z Compiling getrandom v0.4.1
7862026-07-15T03:43:34.632Z Compiling rustix v1.1.4
7872026-07-15T03:43:34.632Z Compiling errno v0.3.14
7882026-07-15T03:43:34.635Z Compiling prettyplease v0.2.37
7892026-07-15T03:43:35.329Z Compiling regex-automata v0.4.14
7902026-07-15T03:43:35.372Z Compiling tempfile v3.27.0
7912026-07-15T03:43:36.714Z Compiling regex v1.12.4
7922026-07-15T03:43:36.964Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7932026-07-15T03:43:37.031Z Compiling pnet_macros v0.35.0
7942026-07-15T03:43:37.676Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7952026-07-15T03:43:38.030Z Compiling pnet_packet v0.35.0
7962026-07-15T03:43:38.490Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
7972026-07-15T03:43:39.869Z Compiling pnet_transport v0.35.0
7982026-07-15T03:43:39.986Z Compiling pnet v0.35.0
7992026-07-15T03:43:40.074Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8002026-07-15T03:43:46.665Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.13s
8012026-07-15T03:43:46.676Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-f949fc0ab213db74)
8022026-07-15T03:43:46.679Z
8032026-07-15T03:43:46.679Zrunning 1 test
8042026-07-15T03:43:46.683Z[phy2] do you know the muffin man?
8052026-07-15T03:43:46.687Z[cpu] the muffin man?
8062026-07-15T03:43:46.687Z[cpu] the muffin man!
8072026-07-15T03:43:46.687Z[cpu] why yes
8082026-07-15T03:43:46.687Z[phy1] i know the muffin man
8092026-07-15T03:43:46.687Z[phy3] the muffin man is me!!!
8102026-07-15T03:43:46.687Ztest mac_rewrite::mac_rewrite2 ... ok
8112026-07-15T03:43:46.687Z
8122026-07-15T03:43:46.687Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8132026-07-15T03:43:46.687Z
8142026-07-15T03:43:46.693Z+ banner 'dyn load'
8152026-07-15T03:43:46.696Z
8162026-07-15T03:43:46.696Z ##### # # # # # #### ## #####
8172026-07-15T03:43:46.696Z # # # # ## # # # # # # # #
8182026-07-15T03:43:46.696Z # # # # # # # # # # # # #
8192026-07-15T03:43:46.696Z # # # # # # # # # ###### # #
8202026-07-15T03:43:46.696Z # # # # ## # # # # # # #
8212026-07-15T03:43:46.696Z ##### # # # ###### #### # # #####
8222026-07-15T03:43:46.696Z
8232026-07-15T03:43:46.696Z+ RUST_BACKTRACE=1
8242026-07-15T03:43:46.696Z+ cargo test dload -- --nocapture
8252026-07-15T03:43:46.780Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8262026-07-15T03:43:46.783Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-f949fc0ab213db74)
8272026-07-15T03:43:46.786Z
8282026-07-15T03:43:46.786Zrunning 2 tests
8292026-07-15T03:43:46.789Ztest dload::pipeline_create ... ok
8302026-07-15T03:43:46.792Ztest dload::dynamic_load ... ok
8312026-07-15T03:43:46.792Z
8322026-07-15T03:43:46.792Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8332026-07-15T03:43:46.792Z
8342026-07-15T03:43:46.797Z+ banner disag
8352026-07-15T03:43:46.800Z
8362026-07-15T03:43:46.800Z ##### # #### ## ####
8372026-07-15T03:43:46.800Z # # # # # # # #
8382026-07-15T03:43:46.800Z # # # #### # # #
8392026-07-15T03:43:46.800Z # # # # ###### # ###
8402026-07-15T03:43:46.800Z # # # # # # # # #
8412026-07-15T03:43:46.800Z ##### # #### # # ####
8422026-07-15T03:43:46.800Z
8432026-07-15T03:43:46.800Z+ RUST_BACKTRACE=1
8442026-07-15T03:43:46.800Z+ cargo test disag_router -- --nocapture
8452026-07-15T03:43:46.885Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8462026-07-15T03:43:46.888Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-f949fc0ab213db74)
8472026-07-15T03:43:46.891Z
8482026-07-15T03:43:46.891Zrunning 1 test
8492026-07-15T03:43:46.896Z[phy2] do you know the muffin man?
8502026-07-15T03:43:46.899Z[cpu] the muffin man?
8512026-07-15T03:43:46.899Z[cpu] the muffin man!
8522026-07-15T03:43:46.899Z[cpu] why yes
8532026-07-15T03:43:46.899Z[phy1] i know the muffin man
8542026-07-15T03:43:46.899Z[phy3] the muffin man is me!!!
8552026-07-15T03:43:46.899Ztest disag_router::disag_router ... ok
8562026-07-15T03:43:46.899Z
8572026-07-15T03:43:46.899Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8582026-07-15T03:43:46.899Z
8592026-07-15T03:43:46.904Z+ banner 'dyn rtr'
8602026-07-15T03:43:46.907Z
8612026-07-15T03:43:46.907Z ##### # # # # ##### ##### #####
8622026-07-15T03:43:46.907Z # # # # ## # # # # # #
8632026-07-15T03:43:46.907Z # # # # # # # # # # #
8642026-07-15T03:43:46.907Z # # # # # # ##### # #####
8652026-07-15T03:43:46.907Z # # # # ## # # # # #
8662026-07-15T03:43:46.907Z ##### # # # # # # # #
8672026-07-15T03:43:46.907Z
8682026-07-15T03:43:46.907Z+ RUST_BACKTRACE=1
8692026-07-15T03:43:46.907Z+ cargo test dynamic_router -- --nocapture
8702026-07-15T03:43:46.992Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8712026-07-15T03:43:46.995Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-f949fc0ab213db74)
8722026-07-15T03:43:46.998Z
8732026-07-15T03:43:46.998Zrunning 1 test
8742026-07-15T03:43:47.003Z[phy2] do you know the muffin man?
8752026-07-15T03:43:47.006Z[cpu] the muffin man?
8762026-07-15T03:43:47.006Z[cpu] the muffin man!
8772026-07-15T03:43:47.006Z[cpu] why yes
8782026-07-15T03:43:47.006Z[phy1] i know the muffin man
8792026-07-15T03:43:47.006Z[phy3] the muffin man is me!!!
8802026-07-15T03:43:47.006Ztest dynamic_router::dynamic_router2 ... ok
8812026-07-15T03:43:47.006Z
8822026-07-15T03:43:47.006Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8832026-07-15T03:43:47.006Z
8842026-07-15T03:43:47.011Z+ banner hub
8852026-07-15T03:43:47.013Z
8862026-07-15T03:43:47.014Z # # # # #####
8872026-07-15T03:43:47.014Z # # # # # #
8882026-07-15T03:43:47.014Z ###### # # #####
8892026-07-15T03:43:47.014Z # # # # # #
8902026-07-15T03:43:47.014Z # # # # # #
8912026-07-15T03:43:47.014Z # # #### #####
8922026-07-15T03:43:47.014Z
8932026-07-15T03:43:47.014Z+ RUST_BACKTRACE=1
8942026-07-15T03:43:47.014Z+ cargo test hub -- --nocapture
8952026-07-15T03:43:47.099Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8962026-07-15T03:43:47.102Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-f949fc0ab213db74)
8972026-07-15T03:43:47.105Z
8982026-07-15T03:43:47.105Zrunning 1 test
8992026-07-15T03:43:47.109Z[phy2] do you know the muffin man?
9002026-07-15T03:43:47.109Z[phy3] do you know the muffin man?
9012026-07-15T03:43:47.112Z[phy1] the muffin man?
9022026-07-15T03:43:47.112Z[phy3] the muffin man?
9032026-07-15T03:43:47.112Z[phy2] the muffin man!
9042026-07-15T03:43:47.112Z[phy3] the muffin man!
9052026-07-15T03:43:47.112Z[phy1] why yes
9062026-07-15T03:43:47.112Z[phy1] i know the muffin man
9072026-07-15T03:43:47.112Z[phy1] the muffin man is me!!!
9082026-07-15T03:43:47.112Z[phy3] why yes
9092026-07-15T03:43:47.112Z[phy3] i know the muffin man
9102026-07-15T03:43:47.112Z[phy3] the muffin man is me!!!
9112026-07-15T03:43:47.112Ztest hub::hub2 ... ok
9122026-07-15T03:43:47.112Z
9132026-07-15T03:43:47.112Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9142026-07-15T03:43:47.112Z
9152026-07-15T03:43:47.117Z+ banner router
9162026-07-15T03:43:47.120Z
9172026-07-15T03:43:47.120Z ##### #### # # ##### ###### #####
9182026-07-15T03:43:47.120Z # # # # # # # # # #
9192026-07-15T03:43:47.120Z # # # # # # # ##### # #
9202026-07-15T03:43:47.120Z ##### # # # # # # #####
9212026-07-15T03:43:47.120Z # # # # # # # # # #
9222026-07-15T03:43:47.120Z # # #### #### # ###### # #
9232026-07-15T03:43:47.120Z
9242026-07-15T03:43:47.120Z+ RUST_BACKTRACE=1
9252026-07-15T03:43:47.120Z+ cargo test basic_router -- --nocapture
9262026-07-15T03:43:47.205Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9272026-07-15T03:43:47.208Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-f949fc0ab213db74)
9282026-07-15T03:43:47.211Z
9292026-07-15T03:43:47.211Zrunning 1 test
9302026-07-15T03:43:47.215Z[phy2] do you know the muffin man?
9312026-07-15T03:43:47.218Z[phy1] the muffin man?
9322026-07-15T03:43:47.218Z[phy2] the muffin man!
9332026-07-15T03:43:47.219Z[phy1] why yes
9342026-07-15T03:43:47.219Z[phy1] i know the muffin man
9352026-07-15T03:43:47.219Z[phy1] the muffin man is me!!!
9362026-07-15T03:43:47.219Ztest basic_router::basic_router2 ... ok
9372026-07-15T03:43:47.219Z
9382026-07-15T03:43:47.219Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9392026-07-15T03:43:47.219Z
9402026-07-15T03:43:47.223Z+ banner headers
9412026-07-15T03:43:47.226Z
9422026-07-15T03:43:47.226Z # # ###### ## ##### ###### ##### ####
9432026-07-15T03:43:47.226Z # # # # # # # # # # #
9442026-07-15T03:43:47.226Z ###### ##### # # # # ##### # # ####
9452026-07-15T03:43:47.226Z # # # ###### # # # ##### #
9462026-07-15T03:43:47.226Z # # # # # # # # # # # #
9472026-07-15T03:43:47.226Z # # ###### # # ##### ###### # # ####
9482026-07-15T03:43:47.226Z
9492026-07-15T03:43:47.226Z+ RUST_BACKTRACE=1
9502026-07-15T03:43:47.227Z+ cargo test headers -- --nocapture
9512026-07-15T03:43:47.312Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9522026-07-15T03:43:47.315Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-f949fc0ab213db74)
9532026-07-15T03:43:47.318Z
9542026-07-15T03:43:47.318Zrunning 1 test
9552026-07-15T03:43:47.318Ztest headers::ipv6_header_read_write ... ok
9562026-07-15T03:43:47.318Z
9572026-07-15T03:43:47.319Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9582026-07-15T03:43:47.319Z
9592026-07-15T03:43:47.324Zprocess exited: duration 105766 ms, exit code 0
 
9602026-07-15T03:43:47.335Zfound 4 output files
9612026-07-15T03:43:47.335Zuploading: /work/debug/libsidecar_lite.so (43116432 bytes)
9622026-07-15T03:43:48.650Zuploaded: /work/debug/libsidecar_lite.so
9632026-07-15T03:43:48.650Zuploading: /work/debug/x4c (37731904 bytes)
9642026-07-15T03:43:49.940Zuploaded: /work/debug/x4c
9652026-07-15T03:43:49.948Zuploading: /work/release/libsidecar_lite.so (9843712 bytes)
9662026-07-15T03:43:51.023Zuploaded: /work/release/libsidecar_lite.so
9672026-07-15T03:43:51.023Zuploading: /work/release/x4c (8573360 bytes)
9682026-07-15T03:43:52.083Zuploaded: /work/release/x4c