01KY40V5QK2EZCRTPQ7EHZ53M3: 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: 01KY40W3RS1CV1T5EE5DQDMNGM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-22T04:21:32.754Zjob assigned to worker 01KY40W4K5NPQF4NP3TTVJEZ92 [factory aws, i-028a0136324389fa2] (queued for 42 s)
 
22026-07-22T04:21:39.832Zstarting task 0: "setup"
32026-07-22T04:21:39.838Z++ uname -s
42026-07-22T04:21:39.844Z+ kern=SunOS
52026-07-22T04:21:39.844Z+ build_user=build
62026-07-22T04:21:39.844Z+ build_uid=12345
72026-07-22T04:21:39.844Z+ work_dir=/work
82026-07-22T04:21:39.844Z+ input_dir=/input
92026-07-22T04:21:39.844Z+ [[ 0 == 12345 ]]
102026-07-22T04:21:39.844Z+ case "$kern" in
112026-07-22T04:21:39.844Z+ groupadd -g 12345 build
122026-07-22T04:21:39.847Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-22T04:21:41.847Z+ zfs create -o mountpoint=/work rpool/work
142026-07-22T04:21:41.920Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-22T04:21:41.923Z+ home_fs=zfs
162026-07-22T04:21:41.923Z+ [[ zfs == autofs ]]
172026-07-22T04:21:41.923Z+ mkdir -p /home/build
182026-07-22T04:21:41.923Z+ chown build:build /home/build /work
192026-07-22T04:21:43.925Z+ chmod 0700 /home/build /work
202026-07-22T04:21:43.928Zprocess exited: duration 4093 ms, exit code 0
 
212026-07-22T04:21:43.934Zstarting task 1: "rust-toolchain"
222026-07-22T04:21:43.938Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-22T04:21:43.938Z * rust toolchain channel = "stable"
242026-07-22T04:21:43.938Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-22T04:21:43.938Z * rust toolchain profile = "default"
262026-07-22T04:21:43.938Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-22T04:21:43.938Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-22T04:21:44.343Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-22T04:21:44.343Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-22T04:21:44.347Zinfo: downloading installer
312026-07-22T04:21:45.300Zwarn: It looks like you have an existing installation of Rust at:
322026-07-22T04:21:45.301Zwarn: /opt/ooce/bin
332026-07-22T04:21:45.301Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-22T04:21:45.301Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-22T04:21:45.301Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-22T04:21:45.301Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-22T04:21:45.301Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-22T04:21:45.301Zerror: cannot install while Rust is installed
392026-07-22T04:21:45.301Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-22T04:21:45.301Zwarn: It looks like you have an existing rustup settings file at:
412026-07-22T04:21:45.301Zwarn: /home/build/.rustup/settings.toml
422026-07-22T04:21:45.301Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-22T04:21:45.301Zwarn: instead of the one inferred from the default host triple.
442026-07-22T04:21:45.315Zinfo: profile set to default
452026-07-22T04:21:45.315Zinfo: default host triple is x86_64-unknown-illumos
462026-07-22T04:21:45.321Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-22T04:21:45.437Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-22T04:21:45.442Zinfo: downloading 6 components
492026-07-22T04:22:01.413Z
502026-07-22T04:22:01.413Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-07-22T04:22:01.444Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-22T04:22:01.444Z
532026-07-22T04:22:01.472Z
542026-07-22T04:22:01.472ZRust is installed now. Great!
552026-07-22T04:22:01.472Z
562026-07-22T04:22:01.472ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-22T04:22:01.472Zenvironment variable. This has not been done automatically.
582026-07-22T04:22:01.472Z
592026-07-22T04:22:01.472ZTo configure your current shell, you need to source
602026-07-22T04:22:01.472Zthe corresponding env file under $HOME/.cargo.
612026-07-22T04:22:01.472Z
622026-07-22T04:22:01.472ZThis is usually done by running one of the following (note the leading DOT):
632026-07-22T04:22:01.472Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-22T04:22:01.473Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-22T04:22:01.473Zsource "~/.cargo/env.nu" # For nushell
662026-07-22T04:22:01.476Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-22T04:22:01.476Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-22T04:22:01.476Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-22T04:22:01.476Zwarn: no default linker (`cc`) was found in your PATH
702026-07-22T04:22:01.476Zwarn: many Rust crates require a system C toolchain to build
712026-07-22T04:22:01.533Z+ rustup --version
722026-07-22T04:22:01.547Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-22T04:22:01.547Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-22T04:22:01.580Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-22T04:22:01.589Z+ cargo --version
762026-07-22T04:22:01.589Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-22T04:22:01.589Z+ rustc --version
782026-07-22T04:22:01.632Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-22T04:22:01.632Zprocess exited: duration 17663 ms, exit code 0
 
802026-07-22T04:22:01.675Zstarting task 2: "authentication"
812026-07-22T04:22:01.713Zprocess exited: duration 27 ms, exit code 0
 
822026-07-22T04:22:01.759Zstarting task 3: "clone repository"
832026-07-22T04:22:01.774Z+ mkdir -p /work/oxidecomputer/p4
842026-07-22T04:22:01.776Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-07-22T04:22:01.792ZCloning into '/work/oxidecomputer/p4'...
862026-07-22T04:22:02.595Z+ cd /work/oxidecomputer/p4
872026-07-22T04:22:02.595Z+ git fetch origin f3f15f30d2acb301d1d024120c37a2fc1b14ff90
882026-07-22T04:22:02.758ZFrom https://github.com/oxidecomputer/p4
892026-07-22T04:22:02.758Z * branch f3f15f30d2acb301d1d024120c37a2fc1b14ff90 -> FETCH_HEAD
902026-07-22T04:22:02.767Z+ [[ -n renovate/clap-4.x-lockfile ]]
912026-07-22T04:22:02.776Z++ git branch --show-current
922026-07-22T04:22:02.776Z+ current=main
932026-07-22T04:22:02.776Z+ [[ main != renovate/clap-4.x-lockfile ]]
942026-07-22T04:22:02.776Z+ git branch -f renovate/clap-4.x-lockfile f3f15f30d2acb301d1d024120c37a2fc1b14ff90
952026-07-22T04:22:02.776Z+ git checkout -f renovate/clap-4.x-lockfile
962026-07-22T04:22:02.776ZSwitched to branch 'renovate/clap-4.x-lockfile'
972026-07-22T04:22:02.781Z+ git reset --hard f3f15f30d2acb301d1d024120c37a2fc1b14ff90
982026-07-22T04:22:02.787ZHEAD is now at f3f15f3 Update Rust crate clap to v4.6.4
992026-07-22T04:22:02.787Zprocess exited: duration 1043 ms, exit code 0
 
1002026-07-22T04:22:02.798Zstarting task 4: "build"
1012026-07-22T04:22:02.803Z+ cargo --version
1022026-07-22T04:22:02.806Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-07-22T04:22:02.959Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-07-22T04:22:02.964Zinfo: downloading 6 components
1052026-07-22T04:22:19.031Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-07-22T04:22:19.102Z+ rustc --version
1072026-07-22T04:22:19.103Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-07-22T04:22:19.103Z+ banner check
1092026-07-22T04:22:19.103Z
1102026-07-22T04:22:19.103Z #### # # ###### #### # #
1112026-07-22T04:22:19.103Z # # # # # # # # #
1122026-07-22T04:22:19.103Z # ###### ##### # ####
1132026-07-22T04:22:19.103Z # # # # # # #
1142026-07-22T04:22:19.103Z # # # # # # # # #
1152026-07-22T04:22:19.103Z #### # # ###### #### # #
1162026-07-22T04:22:19.103Z
1172026-07-22T04:22:19.104Z+ cargo fmt -- --check
1182026-07-22T04:22:19.203Z+ cargo check
1192026-07-22T04:22:19.247Z Updating crates.io index
1202026-07-22T04:22:19.356Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-07-22T04:22:19.612ZFrom https://github.com/oxidecomputer/xfr
1222026-07-22T04:22:19.612Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-07-22T04:22:21.036Z Downloading crates ...
1242026-07-22T04:22:21.108Z Downloaded no-std-net v0.6.0
1252026-07-22T04:22:21.108Z Downloaded log v0.4.29
1262026-07-22T04:22:21.108Z Downloaded colored v3.1.1
1272026-07-22T04:22:21.165Z Downloaded zerocopy-derive v0.7.35
1282026-07-22T04:22:21.165Z Downloaded zmij v1.0.21
1292026-07-22T04:22:21.165Z Downloaded is_terminal_polyfill v1.70.2
1302026-07-22T04:22:21.165Z Downloaded fastrand v2.3.0
1312026-07-22T04:22:21.165Z Downloaded num-traits v0.2.19
1322026-07-22T04:22:21.165Z Downloaded zerocopy v0.7.35
1332026-07-22T04:22:21.165Z Downloaded itoa v1.0.17
1342026-07-22T04:22:21.165Z Downloaded heck v0.5.0
1352026-07-22T04:22:21.166Z Downloaded glob v0.3.3
1362026-07-22T04:22:21.166Z Downloaded zerocopy v0.8.40
1372026-07-22T04:22:21.166Z Downloaded pnet_packet v0.35.0
1382026-07-22T04:22:21.166Z Downloaded generic-array v0.14.7
1392026-07-22T04:22:21.166Z Downloaded proc-macro2 v1.0.106
1402026-07-22T04:22:21.166Z Downloaded memmap v0.7.0
1412026-07-22T04:22:21.166Z Downloaded dof v0.3.0
1422026-07-22T04:22:21.166Z Downloaded getrandom v0.3.4
1432026-07-22T04:22:21.166Z Downloaded num v0.4.3
1442026-07-22T04:22:21.166Z Downloaded errno v0.3.14
1452026-07-22T04:22:21.167Z Downloaded radium v0.7.0
1462026-07-22T04:22:21.167Z Downloaded anstream v1.0.0
1472026-07-22T04:22:21.167Z Downloaded funty v2.0.0
1482026-07-22T04:22:21.167Z Downloaded dtrace-parser v0.2.0
1492026-07-22T04:22:21.167Z Downloaded clap_lex v1.0.0
1502026-07-22T04:22:21.167Z Downloaded strsim v0.11.1
1512026-07-22T04:22:21.167Z Downloaded cpufeatures v0.2.17
1522026-07-22T04:22:21.167Z Downloaded utf8parse v0.2.2
1532026-07-22T04:22:21.167Z Downloaded plain v0.2.3
1542026-07-22T04:22:21.167Z Downloaded pnet_base v0.35.0
1552026-07-22T04:22:21.167Z Downloaded ipnetwork v0.20.0
1562026-07-22T04:22:21.196Z Downloaded pnet_transport v0.35.0
1572026-07-22T04:22:21.197Z Downloaded colorchoice v1.0.4
1582026-07-22T04:22:21.197Z Downloaded cfg-if v1.0.4
1592026-07-22T04:22:21.197Z Downloaded pretty-hex v0.4.1
1602026-07-22T04:22:21.197Z Downloaded scroll_derive v0.12.1
1612026-07-22T04:22:21.197Z Downloaded version_check v0.9.5
1622026-07-22T04:22:21.197Z Downloaded thread-id v4.2.2
1632026-07-22T04:22:21.197Z Downloaded usdt-attr-macro v0.5.0
1642026-07-22T04:22:21.197Z Downloaded usdt v0.5.0
1652026-07-22T04:22:21.197Z Downloaded autocfg v1.5.0
1662026-07-22T04:22:21.198Z Downloaded tap v1.0.1
1672026-07-22T04:22:21.198Z Downloaded crypto-common v0.1.7
1682026-07-22T04:22:21.198Z Downloaded block-buffer v0.10.4
1692026-07-22T04:22:21.198Z Downloaded usdt-macro v0.5.0
1702026-07-22T04:22:21.198Z Downloaded pnet_macros_support v0.35.0
1712026-07-22T04:22:21.239Z Downloaded pnet_sys v0.35.0
1722026-07-22T04:22:21.239Z Downloaded anstyle-query v1.1.5
1732026-07-22T04:22:21.239Z Downloaded usdt-impl v0.5.0
1742026-07-22T04:22:21.239Z Downloaded ppv-lite86 v0.2.21
1752026-07-22T04:22:21.239Z Downloaded memchr v2.8.0
1762026-07-22T04:22:21.239Z Downloaded wyz v0.5.1
1772026-07-22T04:22:21.239Z Downloaded pnet_macros v0.35.0
1782026-07-22T04:22:21.239Z Downloaded num-rational v0.4.2
1792026-07-22T04:22:21.239Z Downloaded digest v0.10.7
1802026-07-22T04:22:21.239Z Downloaded byteorder v1.5.0
1812026-07-22T04:22:21.239Z Downloaded rand_chacha v0.9.0
1822026-07-22T04:22:21.240Z Downloaded sha2 v0.10.9
1832026-07-22T04:22:21.240Z Downloaded serde_tokenstream v0.2.3
1842026-07-22T04:22:21.240Z Downloaded pest_derive v2.8.6
1852026-07-22T04:22:21.240Z Downloaded pnet_datalink v0.35.0
1862026-07-22T04:22:21.263Z Downloaded num-integer v0.1.46
1872026-07-22T04:22:21.263Z Downloaded pest v2.8.6
1882026-07-22T04:22:21.264Z Downloaded thiserror v1.0.69
1892026-07-22T04:22:21.264Z Downloaded rand_core v0.9.5
1902026-07-22T04:22:21.264Z Downloaded pnet v0.35.0
1912026-07-22T04:22:21.264Z Downloaded anstyle v1.0.14
1922026-07-22T04:22:21.264Z Downloaded quote v1.0.45
1932026-07-22T04:22:21.264Z Downloaded anstyle-parse v1.0.0
1942026-07-22T04:22:21.265Z Downloaded bitflags v2.11.0
1952026-07-22T04:22:21.265Z Downloaded thiserror-impl v1.0.69
1962026-07-22T04:22:21.265Z Downloaded num-iter v0.1.45
1972026-07-22T04:22:21.265Z Downloaded clap_derive v4.6.4
1982026-07-22T04:22:21.323Z Downloaded pest_generator v2.8.6
1992026-07-22T04:22:21.324Z Downloaded num-complex v0.4.6
2002026-07-22T04:22:21.324Z Downloaded once_cell v1.21.3
2012026-07-22T04:22:21.324Z Downloaded ucd-trie v0.1.7
2022026-07-22T04:22:21.324Z Downloaded scroll v0.12.0
2032026-07-22T04:22:21.324Z Downloaded getrandom v0.4.1
2042026-07-22T04:22:21.324Z Downloaded anyhow v1.0.102
2052026-07-22T04:22:21.324Z Downloaded num-bigint v0.4.6
2062026-07-22T04:22:21.458Z Downloaded regex v1.12.4
2072026-07-22T04:22:21.458Z Downloaded clap v4.6.4
2082026-07-22T04:22:21.458Z Downloaded unicode-ident v1.0.24
2092026-07-22T04:22:21.458Z Downloaded serde_derive v1.0.228
2102026-07-22T04:22:21.458Z Downloaded serde_core v1.0.228
2112026-07-22T04:22:21.458Z Downloaded pest_meta v2.8.6
2122026-07-22T04:22:21.458Z Downloaded prettyplease v0.2.37
2132026-07-22T04:22:21.458Z Downloaded typenum v1.19.0
2142026-07-22T04:22:21.458Z Downloaded tempfile v3.27.0
2152026-07-22T04:22:21.459Z Downloaded serde v1.0.228
2162026-07-22T04:22:21.459Z Downloaded rand v0.9.3
2172026-07-22T04:22:21.459Z Downloaded aho-corasick v1.1.4
2182026-07-22T04:22:21.459Z Downloaded serde_json v1.0.149
2192026-07-22T04:22:21.459Z Downloaded goblin v0.8.2
2202026-07-22T04:22:21.459Z Downloaded clap_builder v4.6.2
2212026-07-22T04:22:21.459Z Downloaded syn v3.0.3
2222026-07-22T04:22:21.567Z Downloaded bitvec v1.1.1
2232026-07-22T04:22:21.567Z Downloaded syn v2.0.118
2242026-07-22T04:22:21.567Z Downloaded regex-syntax v0.8.11
2252026-07-22T04:22:21.567Z Downloaded rustix v1.1.4
2262026-07-22T04:22:21.567Z Downloaded regex-automata v0.4.14
2272026-07-22T04:22:21.567Z Downloaded libc v0.2.182
2282026-07-22T04:22:21.639Z Compiling proc-macro2 v1.0.106
2292026-07-22T04:22:21.640Z Compiling quote v1.0.45
2302026-07-22T04:22:21.640Z Compiling unicode-ident v1.0.24
2312026-07-22T04:22:21.640Z Compiling libc v0.2.182
2322026-07-22T04:22:21.640Z Compiling serde_core v1.0.228
2332026-07-22T04:22:21.640Z Compiling memchr v2.8.0
2342026-07-22T04:22:21.640Z Compiling serde v1.0.228
2352026-07-22T04:22:21.755Z Compiling zmij v1.0.21
2362026-07-22T04:22:22.010Z Compiling thiserror v1.0.69
2372026-07-22T04:22:22.098Z Compiling ucd-trie v0.1.7
2382026-07-22T04:22:22.180Z Compiling serde_json v1.0.149
2392026-07-22T04:22:22.259Z Compiling pest v2.8.6
2402026-07-22T04:22:22.259Z Compiling getrandom v0.4.1
2412026-07-22T04:22:22.375Z Compiling rustix v1.1.4
2422026-07-22T04:22:22.528Z Compiling autocfg v1.5.0
2432026-07-22T04:22:22.604Z Compiling version_check v0.9.5
2442026-07-22T04:22:22.861Z Compiling syn v2.0.118
2452026-07-22T04:22:22.920Z Compiling num-traits v0.2.19
2462026-07-22T04:22:22.991Z Compiling aho-corasick v1.1.4
2472026-07-22T04:22:22.991Z Compiling prettyplease v0.2.37
2482026-07-22T04:22:23.103Z Compiling regex-syntax v0.8.11
2492026-07-22T04:22:23.331Z Compiling pest_meta v2.8.6
2502026-07-22T04:22:23.487Z Checking cfg-if v1.0.4
2512026-07-22T04:22:23.826Z Compiling byteorder v1.5.0
2522026-07-22T04:22:24.043Z Compiling itoa v1.0.17
2532026-07-22T04:22:24.125Z Compiling usdt-impl v0.5.0
2542026-07-22T04:22:24.226Z Checking num-integer v0.1.46
2552026-07-22T04:22:24.380Z Compiling thread-id v4.2.2
2562026-07-22T04:22:24.392Z Checking log v0.4.29
2572026-07-22T04:22:24.517Z Compiling regex-automata v0.4.14
2582026-07-22T04:22:24.551Z Checking colored v3.1.1
2592026-07-22T04:22:24.710Z Checking plain v0.2.3
2602026-07-22T04:22:24.806Z Compiling errno v0.3.14
2612026-07-22T04:22:24.942Z Compiling bitflags v2.11.0
2622026-07-22T04:22:25.057Z Compiling pest_generator v2.8.6
2632026-07-22T04:22:25.088Z Checking no-std-net v0.6.0
2642026-07-22T04:22:25.109Z Compiling radium v0.7.0
2652026-07-22T04:22:25.145Z Checking pretty-hex v0.4.1
2662026-07-22T04:22:25.254Z Checking pnet_base v0.35.0
2672026-07-22T04:22:25.399Z Checking tap v1.0.1
2682026-07-22T04:22:25.455Z Compiling once_cell v1.21.3
2692026-07-22T04:22:25.513Z Compiling fastrand v2.3.0
2702026-07-22T04:22:25.652Z Compiling getrandom v0.3.4
2712026-07-22T04:22:25.676Z Compiling zerocopy v0.8.40
2722026-07-22T04:22:25.745Z Checking wyz v0.5.1
2732026-07-22T04:22:25.912Z Checking num-iter v0.1.45
2742026-07-22T04:22:25.917Z Checking memmap v0.7.0
2752026-07-22T04:22:26.048Z Compiling tempfile v3.27.0
2762026-07-22T04:22:26.051Z Checking funty v2.0.0
2772026-07-22T04:22:26.172Z Compiling anyhow v1.0.102
2782026-07-22T04:22:26.360Z Compiling serde_derive v1.0.228
2792026-07-22T04:22:26.436Z Compiling thiserror-impl v1.0.69
2802026-07-22T04:22:26.458Z Compiling zerocopy-derive v0.7.35
2812026-07-22T04:22:26.511Z Compiling pest_derive v2.8.6
2822026-07-22T04:22:26.544Z Compiling regex v1.12.4
2832026-07-22T04:22:26.746Z Compiling scroll_derive v0.12.1
2842026-07-22T04:22:26.948Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2852026-07-22T04:22:27.108Z Compiling pnet_macros v0.35.0
2862026-07-22T04:22:27.221Z Checking bitvec v1.1.1
2872026-07-22T04:22:27.239Z Compiling zerocopy v0.7.35
2882026-07-22T04:22:27.460Z Checking scroll v0.12.0
2892026-07-22T04:22:27.654Z Compiling dtrace-parser v0.2.0
2902026-07-22T04:22:27.771Z Checking goblin v0.8.2
2912026-07-22T04:22:28.005Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2922026-07-22T04:22:28.333Z Checking pnet_macros_support v0.35.0
2932026-07-22T04:22:28.443Z Checking pnet_sys v0.35.0
2942026-07-22T04:22:28.494Z Checking utf8parse v0.2.2
2952026-07-22T04:22:28.589Z Checking anstyle-parse v1.0.0
2962026-07-22T04:22:28.733Z Checking pnet_packet v0.35.0
2972026-07-22T04:22:28.775Z Checking rand_core v0.9.5
2982026-07-22T04:22:29.306Z Checking anstyle-query v1.1.5
2992026-07-22T04:22:29.400Z Checking colorchoice v1.0.4
3002026-07-22T04:22:29.457Z Checking num-bigint v0.4.6
3012026-07-22T04:22:29.487Z Checking num-complex v0.4.6
3022026-07-22T04:22:29.547Z Compiling serde_tokenstream v0.2.3
3032026-07-22T04:22:29.618Z Compiling dof v0.3.0
3042026-07-22T04:22:29.669Z Checking ipnetwork v0.20.0
3052026-07-22T04:22:29.821Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3062026-07-22T04:22:29.828Z Checking is_terminal_polyfill v1.70.2
3072026-07-22T04:22:29.834Z Checking anstyle v1.0.14
3082026-07-22T04:22:29.999Z Compiling pnet v0.35.0
3092026-07-22T04:22:30.225Z Checking anstream v1.0.0
3102026-07-22T04:22:30.279Z Checking num-rational v0.4.2
3112026-07-22T04:22:30.289Z Checking pnet_datalink v0.35.0
3122026-07-22T04:22:30.436Z Compiling usdt-attr-macro v0.5.0
3132026-07-22T04:22:30.482Z Compiling usdt-macro v0.5.0
3142026-07-22T04:22:30.553Z Checking num v0.4.3
3152026-07-22T04:22:30.619Z Compiling syn v3.0.3
3162026-07-22T04:22:30.655Z Checking pnet_transport v0.35.0
3172026-07-22T04:22:30.662Z Compiling heck v0.5.0
3182026-07-22T04:22:30.764Z Checking clap_lex v1.0.0
3192026-07-22T04:22:30.794Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3202026-07-22T04:22:30.864Z Checking strsim v0.11.1
3212026-07-22T04:22:31.002Z Checking ppv-lite86 v0.2.21
3222026-07-22T04:22:31.027Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3232026-07-22T04:22:31.082Z Checking clap_builder v4.6.2
3242026-07-22T04:22:31.124Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3252026-07-22T04:22:31.153Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3262026-07-22T04:22:31.197Z Checking usdt v0.5.0
3272026-07-22T04:22:31.301Z Checking rand_chacha v0.9.0
3282026-07-22T04:22:31.344Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3292026-07-22T04:22:31.367Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3302026-07-22T04:22:31.493Z Checking rand v0.9.3
3312026-07-22T04:22:31.709Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3322026-07-22T04:22:32.741Z Compiling clap_derive v4.6.4
3332026-07-22T04:22:33.808Z Checking clap v4.6.4
3342026-07-22T04:22:33.853Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3352026-07-22T04:22:34.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.87s
3362026-07-22T04:22:34.123Z+ cargo clippy --all-targets -- --deny warnings
3372026-07-22T04:22:34.251Z Downloading crates ...
3382026-07-22T04:22:34.297Z Downloaded libloading v0.9.0
3392026-07-22T04:22:34.346Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3402026-07-22T04:22:34.361Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3412026-07-22T04:22:34.367Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3422026-07-22T04:22:34.370Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3432026-07-22T04:22:34.370Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3442026-07-22T04:22:34.374Z Checking libloading v0.9.0
3452026-07-22T04:22:34.618Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3462026-07-22T04:22:35.138Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3472026-07-22T04:22:35.997Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3482026-07-22T04:22:35.997Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3492026-07-22T04:22:36.952Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3502026-07-22T04:22:41.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.74s
3512026-07-22T04:22:41.940Z+ banner build
3522026-07-22T04:22:41.945Z
3532026-07-22T04:22:41.945Z ##### # # # # #####
3542026-07-22T04:22:41.945Z # # # # # # # #
3552026-07-22T04:22:41.945Z ##### # # # # # #
3562026-07-22T04:22:41.945Z # # # # # # # #
3572026-07-22T04:22:41.945Z # # # # # # # #
3582026-07-22T04:22:41.945Z ##### #### # ###### #####
3592026-07-22T04:22:41.945Z
3602026-07-22T04:22:41.946Z+ ptime -m cargo build
3612026-07-22T04:22:42.072Z Compiling unicode-ident v1.0.24
3622026-07-22T04:22:42.072Z Compiling memchr v2.8.0
3632026-07-22T04:22:42.072Z Compiling regex-syntax v0.8.11
3642026-07-22T04:22:42.076Z Compiling libc v0.2.182
3652026-07-22T04:22:42.076Z Compiling serde_core v1.0.228
3662026-07-22T04:22:42.089Z Compiling ucd-trie v0.1.7
3672026-07-22T04:22:42.097Z Compiling cfg-if v1.0.4
3682026-07-22T04:22:42.103Z Compiling zmij v1.0.21
3692026-07-22T04:22:42.144Z Compiling byteorder v1.5.0
3702026-07-22T04:22:42.195Z Compiling proc-macro2 v1.0.106
3712026-07-22T04:22:42.350Z Compiling itoa v1.0.17
3722026-07-22T04:22:42.359Z Compiling num-traits v0.2.19
3732026-07-22T04:22:42.363Z Compiling bitflags v2.11.0
3742026-07-22T04:22:42.416Z Compiling errno v0.3.14
3752026-07-22T04:22:42.518Z Compiling aho-corasick v1.1.4
3762026-07-22T04:22:42.550Z Compiling quote v1.0.45
3772026-07-22T04:22:42.577Z Compiling pest v2.8.6
3782026-07-22T04:22:42.756Z Compiling syn v2.0.118
3792026-07-22T04:22:42.829Z Compiling thread-id v4.2.2
3802026-07-22T04:22:42.898Z Compiling num-integer v0.1.46
3812026-07-22T04:22:42.902Z Compiling rustix v1.1.4
3822026-07-22T04:22:42.958Z Compiling getrandom v0.4.1
3832026-07-22T04:22:43.090Z Compiling plain v0.2.3
3842026-07-22T04:22:43.184Z Compiling colored v3.1.1
3852026-07-22T04:22:43.211Z Compiling log v0.4.29
3862026-07-22T04:22:43.379Z Compiling once_cell v1.21.3
3872026-07-22T04:22:43.560Z Compiling regex-automata v0.4.14
3882026-07-22T04:22:43.583Z Compiling fastrand v2.3.0
3892026-07-22T04:22:43.766Z Compiling pest_meta v2.8.6
3902026-07-22T04:22:43.842Z Compiling serde_json v1.0.149
3912026-07-22T04:22:43.855Z Compiling tempfile v3.27.0
3922026-07-22T04:22:43.896Z Compiling no-std-net v0.6.0
3932026-07-22T04:22:43.957Z Compiling pretty-hex v0.4.1
3942026-07-22T04:22:44.087Z Compiling pnet_base v0.35.0
3952026-07-22T04:22:44.235Z Compiling tap v1.0.1
3962026-07-22T04:22:44.258Z Compiling radium v0.7.0
3972026-07-22T04:22:44.332Z Compiling wyz v0.5.1
3982026-07-22T04:22:44.440Z Compiling num-iter v0.1.45
3992026-07-22T04:22:44.505Z Compiling memmap v0.7.0
4002026-07-22T04:22:44.541Z Compiling funty v2.0.0
4012026-07-22T04:22:44.553Z Compiling getrandom v0.3.4
4022026-07-22T04:22:44.678Z Compiling zerocopy v0.8.40
4032026-07-22T04:22:44.716Z Compiling pnet_macros_support v0.35.0
4042026-07-22T04:22:44.751Z Compiling pnet_sys v0.35.0
4052026-07-22T04:22:44.821Z Compiling utf8parse v0.2.2
4062026-07-22T04:22:44.917Z Compiling bitvec v1.1.1
4072026-07-22T04:22:44.921Z Compiling anstyle-parse v1.0.0
4082026-07-22T04:22:44.961Z Compiling rand_core v0.9.5
4092026-07-22T04:22:45.066Z Compiling pest_generator v2.8.6
4102026-07-22T04:22:45.090Z Compiling prettyplease v0.2.37
4112026-07-22T04:22:45.167Z Compiling anyhow v1.0.102
4122026-07-22T04:22:45.183Z Compiling is_terminal_polyfill v1.70.2
4132026-07-22T04:22:45.262Z Compiling regex v1.12.4
4142026-07-22T04:22:45.548Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4152026-07-22T04:22:45.670Z Compiling anstyle-query v1.1.5
4162026-07-22T04:22:45.719Z Compiling colorchoice v1.0.4
4172026-07-22T04:22:45.764Z Compiling anstyle v1.0.14
4182026-07-22T04:22:45.820Z Compiling syn v3.0.3
4192026-07-22T04:22:45.986Z Compiling anstream v1.0.0
4202026-07-22T04:22:46.119Z Compiling clap_lex v1.0.0
4212026-07-22T04:22:46.305Z Compiling strsim v0.11.1
4222026-07-22T04:22:46.359Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4232026-07-22T04:22:46.506Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4242026-07-22T04:22:46.593Z Compiling clap_builder v4.6.2
4252026-07-22T04:22:46.694Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4262026-07-22T04:22:47.182Z Compiling serde_derive v1.0.228
4272026-07-22T04:22:47.182Z Compiling thiserror-impl v1.0.69
4282026-07-22T04:22:47.186Z Compiling zerocopy-derive v0.7.35
4292026-07-22T04:22:47.224Z Compiling pest_derive v2.8.6
4302026-07-22T04:22:47.702Z Compiling scroll_derive v0.12.1
4312026-07-22T04:22:47.936Z Compiling pnet_macros v0.35.0
4322026-07-22T04:22:48.124Z Compiling ppv-lite86 v0.2.21
4332026-07-22T04:22:48.202Z Compiling zerocopy v0.7.35
4342026-07-22T04:22:48.436Z Compiling rand_chacha v0.9.0
4352026-07-22T04:22:48.501Z Compiling thiserror v1.0.69
4362026-07-22T04:22:48.575Z Compiling dtrace-parser v0.2.0
4372026-07-22T04:22:48.590Z Compiling scroll v0.12.0
4382026-07-22T04:22:48.745Z Compiling rand v0.9.3
4392026-07-22T04:22:48.761Z Compiling clap_derive v4.6.4
4402026-07-22T04:22:48.846Z Compiling goblin v0.8.2
4412026-07-22T04:22:49.503Z Compiling pnet_packet v0.35.0
4422026-07-22T04:22:49.853Z Compiling serde v1.0.228
4432026-07-22T04:22:50.098Z Compiling clap v4.6.4
4442026-07-22T04:22:50.140Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4452026-07-22T04:22:50.225Z Compiling serde_tokenstream v0.2.3
4462026-07-22T04:22:50.225Z Compiling dof v0.3.0
4472026-07-22T04:22:50.225Z Compiling num-bigint v0.4.6
4482026-07-22T04:22:50.228Z Compiling num-complex v0.4.6
4492026-07-22T04:22:50.318Z Compiling ipnetwork v0.20.0
4502026-07-22T04:22:50.496Z Compiling usdt-impl v0.5.0
4512026-07-22T04:22:50.553Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4522026-07-22T04:22:50.589Z Compiling pnet_datalink v0.35.0
4532026-07-22T04:22:50.967Z Compiling usdt-macro v0.5.0
4542026-07-22T04:22:51.033Z Compiling usdt-attr-macro v0.5.0
4552026-07-22T04:22:51.921Z Compiling num-rational v0.4.2
4562026-07-22T04:22:52.027Z Compiling pnet_transport v0.35.0
4572026-07-22T04:22:52.030Z Compiling usdt v0.5.0
4582026-07-22T04:22:52.223Z Compiling pnet v0.35.0
4592026-07-22T04:22:52.249Z Compiling num v0.4.3
4602026-07-22T04:22:52.292Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4612026-07-22T04:22:52.653Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4622026-07-22T04:22:52.777Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4632026-07-22T04:22:52.781Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4642026-07-22T04:22:52.911Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4652026-07-22T04:22:55.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s
4662026-07-22T04:22:55.566Z
4672026-07-22T04:22:55.571Zreal 13.618380134
4682026-07-22T04:22:55.571Zuser 1:14.115450830
4692026-07-22T04:22:55.571Zsys 12.205125522
4702026-07-22T04:22:55.571Ztrap 0.040017603
4712026-07-22T04:22:55.571Ztflt 0.038612885
4722026-07-22T04:22:55.571Zdflt 0.078319615
4732026-07-22T04:22:55.571Zkflt 0.000011726
4742026-07-22T04:22:55.571Zlock 2:55.874472735
4752026-07-22T04:22:55.571Zslp 5:05.633561357
4762026-07-22T04:22:55.571Zlat 3.461187663
4772026-07-22T04:22:55.571Zstop 4.398239207
4782026-07-22T04:22:55.571Z+ ptime -m cargo build --release
4792026-07-22T04:22:55.645Z Compiling proc-macro2 v1.0.106
4802026-07-22T04:22:55.645Z Compiling quote v1.0.45
4812026-07-22T04:22:55.645Z Compiling unicode-ident v1.0.24
4822026-07-22T04:22:55.648Z Compiling libc v0.2.182
4832026-07-22T04:22:55.648Z Compiling serde_core v1.0.228
4842026-07-22T04:22:55.648Z Compiling memchr v2.8.0
4852026-07-22T04:22:55.648Z Compiling serde v1.0.228
4862026-07-22T04:22:55.759Z Compiling zmij v1.0.21
4872026-07-22T04:22:55.962Z Compiling thiserror v1.0.69
4882026-07-22T04:22:56.127Z Compiling ucd-trie v0.1.7
4892026-07-22T04:22:56.270Z Compiling rustix v1.1.4
4902026-07-22T04:22:56.336Z Compiling getrandom v0.4.1
4912026-07-22T04:22:56.357Z Compiling serde_json v1.0.149
4922026-07-22T04:22:56.448Z Compiling pest v2.8.6
4932026-07-22T04:22:56.595Z Compiling aho-corasick v1.1.4
4942026-07-22T04:22:56.663Z Compiling version_check v0.9.5
4952026-07-22T04:22:56.915Z Compiling regex-syntax v0.8.11
4962026-07-22T04:22:56.918Z Compiling autocfg v1.5.0
4972026-07-22T04:22:56.921Z Compiling prettyplease v0.2.37
4982026-07-22T04:22:57.124Z Compiling syn v2.0.118
4992026-07-22T04:22:57.250Z Compiling num-traits v0.2.19
5002026-07-22T04:22:57.487Z Compiling pest_meta v2.8.6
5012026-07-22T04:22:58.467Z Compiling regex-automata v0.4.14
5022026-07-22T04:22:58.478Z Compiling itoa v1.0.17
5032026-07-22T04:22:58.639Z Compiling byteorder v1.5.0
5042026-07-22T04:22:58.749Z Compiling cfg-if v1.0.4
5052026-07-22T04:22:58.855Z Compiling usdt-impl v0.5.0
5062026-07-22T04:22:59.178Z Compiling num-integer v0.1.46
5072026-07-22T04:22:59.395Z Compiling pest_generator v2.8.6
5082026-07-22T04:22:59.429Z Compiling thread-id v4.2.2
5092026-07-22T04:22:59.501Z Compiling errno v0.3.14
5102026-07-22T04:22:59.507Z Compiling log v0.4.29
5112026-07-22T04:22:59.637Z Compiling plain v0.2.3
5122026-07-22T04:22:59.719Z Compiling bitflags v2.11.0
5132026-07-22T04:23:00.103Z Compiling regex v1.12.4
5142026-07-22T04:23:00.457Z Compiling once_cell v1.21.3
5152026-07-22T04:23:00.493Z Compiling pretty-hex v0.4.1
5162026-07-22T04:23:00.598Z Compiling serde_derive v1.0.228
5172026-07-22T04:23:00.630Z Compiling thiserror-impl v1.0.69
5182026-07-22T04:23:00.651Z Compiling zerocopy-derive v0.7.35
5192026-07-22T04:23:00.738Z Compiling pest_derive v2.8.6
5202026-07-22T04:23:00.994Z Compiling scroll_derive v0.12.1
5212026-07-22T04:23:01.299Z Compiling fastrand v2.3.0
5222026-07-22T04:23:01.532Z Compiling zerocopy v0.7.35
5232026-07-22T04:23:01.696Z Compiling radium v0.7.0
5242026-07-22T04:23:01.744Z Compiling scroll v0.12.0
5252026-07-22T04:23:01.953Z Compiling dtrace-parser v0.2.0
5262026-07-22T04:23:02.037Z Compiling goblin v0.8.2
5272026-07-22T04:23:02.071Z Compiling colored v3.1.1
5282026-07-22T04:23:02.119Z Compiling no-std-net v0.6.0
5292026-07-22T04:23:02.186Z Compiling pnet_base v0.35.0
5302026-07-22T04:23:02.364Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5312026-07-22T04:23:02.534Z Compiling tempfile v3.27.0
5322026-07-22T04:23:02.819Z Compiling zerocopy v0.8.40
5332026-07-22T04:23:02.850Z Compiling tap v1.0.1
5342026-07-22T04:23:02.954Z Compiling getrandom v0.3.4
5352026-07-22T04:23:03.249Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5362026-07-22T04:23:03.294Z Compiling wyz v0.5.1
5372026-07-22T04:23:03.490Z Compiling num-iter v0.1.45
5382026-07-22T04:23:03.531Z Compiling memmap v0.7.0
5392026-07-22T04:23:03.601Z Compiling funty v2.0.0
5402026-07-22T04:23:03.750Z Compiling anyhow v1.0.102
5412026-07-22T04:23:03.934Z Compiling serde_tokenstream v0.2.3
5422026-07-22T04:23:03.983Z Compiling dof v0.3.0
5432026-07-22T04:23:04.079Z Compiling num-bigint v0.4.6
5442026-07-22T04:23:04.281Z Compiling num-complex v0.4.6
5452026-07-22T04:23:04.528Z Compiling bitvec v1.1.1
5462026-07-22T04:23:04.727Z Compiling usdt-attr-macro v0.5.0
5472026-07-22T04:23:04.781Z Compiling usdt-macro v0.5.0
5482026-07-22T04:23:05.456Z Compiling num-rational v0.4.2
5492026-07-22T04:23:05.456Z Compiling usdt v0.5.0
5502026-07-22T04:23:06.140Z Compiling num v0.4.3
5512026-07-22T04:23:06.656Z Compiling pnet_macros_support v0.35.0
5522026-07-22T04:23:06.746Z Compiling pnet_macros v0.35.0
5532026-07-22T04:23:06.779Z Compiling pnet_sys v0.35.0
5542026-07-22T04:23:07.255Z Compiling utf8parse v0.2.2
5552026-07-22T04:23:07.671Z Compiling anstyle-parse v1.0.0
5562026-07-22T04:23:07.868Z Compiling pnet_packet v0.35.0
5572026-07-22T04:23:07.882Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5582026-07-22T04:23:08.938Z Compiling rand_core v0.9.5
5592026-07-22T04:23:09.743Z Compiling ppv-lite86 v0.2.21
5602026-07-22T04:23:09.986Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5612026-07-22T04:23:10.067Z Compiling ipnetwork v0.20.0
5622026-07-22T04:23:10.761Z Compiling pnet v0.35.0
5632026-07-22T04:23:10.999Z Compiling anstyle v1.0.14
5642026-07-22T04:23:11.256Z Compiling is_terminal_polyfill v1.70.2
5652026-07-22T04:23:11.256Z Compiling anstyle-query v1.1.5
5662026-07-22T04:23:11.342Z Compiling colorchoice v1.0.4
5672026-07-22T04:23:11.457Z Compiling anstream v1.0.0
5682026-07-22T04:23:12.113Z Compiling pnet_datalink v0.35.0
5692026-07-22T04:23:12.492Z Compiling pnet_transport v0.35.0
5702026-07-22T04:23:12.714Z Compiling rand_chacha v0.9.0
5712026-07-22T04:23:12.738Z Compiling syn v3.0.3
5722026-07-22T04:23:13.020Z Compiling clap_lex v1.0.0
5732026-07-22T04:23:13.061Z Compiling heck v0.5.0
5742026-07-22T04:23:13.256Z Compiling strsim v0.11.1
5752026-07-22T04:23:13.373Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5762026-07-22T04:23:13.624Z Compiling clap_builder v4.6.2
5772026-07-22T04:23:13.666Z Compiling rand v0.9.3
5782026-07-22T04:23:14.487Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5792026-07-22T04:23:14.733Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5802026-07-22T04:23:14.805Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5812026-07-22T04:23:15.634Z Compiling clap_derive v4.6.4
5822026-07-22T04:23:17.359Z Compiling clap v4.6.4
5832026-07-22T04:23:17.421Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5842026-07-22T04:23:18.430Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5852026-07-22T04:23:21.245Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5862026-07-22T04:23:28.000Z Finished `release` profile [optimized] target(s) in 32.42s
5872026-07-22T04:23:28.021Z
5882026-07-22T04:23:28.022Zreal 32.445222530
5892026-07-22T04:23:28.022Zuser 3:16.522518381
5902026-07-22T04:23:28.022Zsys 18.317515155
5912026-07-22T04:23:28.022Ztrap 0.114600306
5922026-07-22T04:23:28.026Ztflt 0.261375520
5932026-07-22T04:23:28.026Zdflt 0.217049088
5942026-07-22T04:23:28.026Zkflt 0.000045036
5952026-07-22T04:23:28.026Zlock 10:21.168029446
5962026-07-22T04:23:28.026Zslp 12:43.768301863
5972026-07-22T04:23:28.026Zlat 12.780445575
5982026-07-22T04:23:28.026Zstop 9.882400209
5992026-07-22T04:23:28.026Z+ for x in debug release
6002026-07-22T04:23:28.026Z+ mkdir -p /work/debug
6012026-07-22T04:23:28.026Z+ cp target/debug/x4c /work/debug/
6022026-07-22T04:23:28.052Z+ cp target/debug/libsidecar_lite.so /work/debug/
6032026-07-22T04:23:28.086Z+ for x in debug release
6042026-07-22T04:23:28.086Z+ mkdir -p /work/release
6052026-07-22T04:23:28.097Z+ cp target/release/x4c /work/release/
6062026-07-22T04:23:28.104Z+ cp target/release/libsidecar_lite.so /work/release/
6072026-07-22T04:23:28.142Z+ banner test
6082026-07-22T04:23:28.142Z
6092026-07-22T04:23:28.142Z ##### ###### #### #####
6102026-07-22T04:23:28.142Z # # # #
6112026-07-22T04:23:28.142Z # ##### #### #
6122026-07-22T04:23:28.142Z # # # #
6132026-07-22T04:23:28.142Z # # # # #
6142026-07-22T04:23:28.142Z # ###### #### #
6152026-07-22T04:23:28.142Z
6162026-07-22T04:23:28.142Z+ cargo test
6172026-07-22T04:23:28.186Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6182026-07-22T04:23:28.196Z Compiling libloading v0.9.0
6192026-07-22T04:23:28.200Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6202026-07-22T04:23:28.200Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6212026-07-22T04:23:28.200Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6222026-07-22T04:23:28.203Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6232026-07-22T04:23:28.388Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6242026-07-22T04:23:29.291Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6252026-07-22T04:23:29.291Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6262026-07-22T04:23:29.291Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6272026-07-22T04:23:29.582Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6282026-07-22T04:23:36.285Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.16s
6292026-07-22T04:23:36.303Z Running unittests src/lib.rs (target/debug/deps/p4-85be53bc186e4c60)
6302026-07-22T04:23:36.307Z
6312026-07-22T04:23:36.307Zrunning 0 tests
6322026-07-22T04:23:36.310Z
6332026-07-22T04:23:36.310Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6342026-07-22T04:23:36.310Z
6352026-07-22T04:23:36.310Z Running unittests src/lib.rs (target/debug/deps/p4_macro-7559636d1037bbb9)
6362026-07-22T04:23:36.310Z
6372026-07-22T04:23:36.310Zrunning 0 tests
6382026-07-22T04:23:36.310Z
6392026-07-22T04:23:36.310Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6402026-07-22T04:23:36.310Z
6412026-07-22T04:23:36.310Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-42b4ab9123dbb28b)
6422026-07-22T04:23:36.310Z
6432026-07-22T04:23:36.310Zrunning 0 tests
6442026-07-22T04:23:36.310Z
6452026-07-22T04:23:36.310Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6462026-07-22T04:23:36.310Z
6472026-07-22T04:23:36.310Z Running unittests src/lib.rs (target/debug/deps/p4_rust-682a88024cdd39f0)
6482026-07-22T04:23:36.310Z
6492026-07-22T04:23:36.310Zrunning 0 tests
6502026-07-22T04:23:36.310Z
6512026-07-22T04:23:36.310Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6522026-07-22T04:23:36.310Z
6532026-07-22T04:23:36.310Z Running unittests src/lib.rs (target/debug/deps/p4rs-71134c454596353c)
6542026-07-22T04:23:36.315Z
6552026-07-22T04:23:36.315Zrunning 14 tests
6562026-07-22T04:23:36.315Ztest bitmath::tests::bitmath_add_nest ... ok
6572026-07-22T04:23:36.315Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6582026-07-22T04:23:36.315Ztest bitmath::tests::bitmath_add_be ... ok
6592026-07-22T04:23:36.315Ztest bitmath::tests::bitmath_sub_be ... ok
6602026-07-22T04:23:36.315Ztest bitmath::tests::bitmath_sub_le ... ok
6612026-07-22T04:23:36.315Ztest bitmath::tests::bitmath_mod ... ok
6622026-07-22T04:23:36.316Ztest bitmath::tests::bitmath_add_le ... ok
6632026-07-22T04:23:36.316Ztest bitmath::tests::bitmath_add_cascade ... ok
6642026-07-22T04:23:36.316Ztest checksum::tests::udp_checksum ... ok
6652026-07-22T04:23:36.316Ztest table::tests::match_lpm_ternary_range ... ok
6662026-07-22T04:23:36.316Ztest table::tests::match_lpm_ternary_1 ... ok
6672026-07-22T04:23:36.316Ztest table::tests::match_lpm_1 ... ok
6682026-07-22T04:23:36.316Ztest table::tests::match_ternary_1 ... ok
6692026-07-22T04:23:36.316Ztest table::tests::match_with_action ... ok
6702026-07-22T04:23:36.316Z
6712026-07-22T04:23:36.317Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6722026-07-22T04:23:36.317Z
6732026-07-22T04:23:36.317Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-6b4b2d1351c9575d)
6742026-07-22T04:23:36.317Z
6752026-07-22T04:23:36.317Zrunning 0 tests
6762026-07-22T04:23:36.317Z
6772026-07-22T04:23:36.317Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6782026-07-22T04:23:36.317Z
6792026-07-22T04:23:36.317Z Running unittests src/lib.rs (target/debug/deps/tests-45eb331100058051)
6802026-07-22T04:23:36.317Z
6812026-07-22T04:23:36.317Zrunning 15 tests
6822026-07-22T04:23:36.317Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6832026-07-22T04:23:36.327Ztest headers::ipv6_header_read_write ... ok
6842026-07-22T04:23:36.327Ztest dload::pipeline_create ... ok
6852026-07-22T04:23:36.327Ztest ipv6::test_ipv6_parse ... ok
6862026-07-22T04:23:36.327Ztest dload::dynamic_load ... ok
6872026-07-22T04:23:36.332Ztest arithmetic::arithmetic ... ok
6882026-07-22T04:23:36.332Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6892026-07-22T04:23:36.332Ztest basic_router::basic_router2 ... ok
6902026-07-22T04:23:36.332Ztest hub::hub2 ... ok
6912026-07-22T04:23:36.332Ztest mac_rewrite::mac_rewrite2 ... ok
6922026-07-22T04:23:36.332Ztest decap::geneve_decap ... ok
6932026-07-22T04:23:36.332Ztest vlan::test_vlan_parse ... ok
6942026-07-22T04:23:36.340Ztest dynamic_router::dynamic_router2 ... ok
6952026-07-22T04:23:36.346Ztest disag_router::disag_router ... ok
6962026-07-22T04:23:36.397Ztest range::range ... ok
6972026-07-22T04:23:36.397Z
6982026-07-22T04:23:36.405Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
6992026-07-22T04:23:36.405Z
7002026-07-22T04:23:36.408Z Running unittests src/lib.rs (target/debug/deps/x4c-cbd01d26f1dd3bc5)
7012026-07-22T04:23:36.408Z
7022026-07-22T04:23:36.408Zrunning 0 tests
7032026-07-22T04:23:36.408Z
7042026-07-22T04:23:36.408Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7052026-07-22T04:23:36.408Z
7062026-07-22T04:23:36.408Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-a5a17c69117d0f21)
7072026-07-22T04:23:36.408Z
7082026-07-22T04:23:36.408Zrunning 0 tests
7092026-07-22T04:23:36.408Z
7102026-07-22T04:23:36.408Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7112026-07-22T04:23:36.408Z
7122026-07-22T04:23:36.408Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-225b85a6f8fe0178)
7132026-07-22T04:23:36.419Z
7142026-07-22T04:23:36.419Zrunning 0 tests
7152026-07-22T04:23:36.420Z
7162026-07-22T04:23:36.420Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7172026-07-22T04:23:36.420Z
7182026-07-22T04:23:36.420Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-2fe14b2d9fea3a6e)
7192026-07-22T04:23:36.420Z
7202026-07-22T04:23:36.420Zrunning 0 tests
7212026-07-22T04:23:36.420Z
7222026-07-22T04:23:36.420Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7232026-07-22T04:23:36.420Z
7242026-07-22T04:23:36.420Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7252026-07-22T04:23:36.420Z
7262026-07-22T04:23:36.420Zrunning 0 tests
7272026-07-22T04:23:36.420Z
7282026-07-22T04:23:36.421Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7292026-07-22T04:23:36.421Z
7302026-07-22T04:23:36.424Z Doc-tests p4
7312026-07-22T04:23:36.506Z
7322026-07-22T04:23:36.506Zrunning 0 tests
7332026-07-22T04:23:36.506Z
7342026-07-22T04:23:36.506Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7352026-07-22T04:23:36.506Z
7362026-07-22T04:23:36.516Z Doc-tests p4_macro
7372026-07-22T04:23:36.565Z
7382026-07-22T04:23:36.565Zrunning 2 tests
7392026-07-22T04:23:36.572Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7402026-07-22T04:23:36.572Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7412026-07-22T04:23:36.573Z
7422026-07-22T04:23:36.573Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7432026-07-22T04:23:36.573Z
7442026-07-22T04:23:36.573Z Doc-tests p4_rust
7452026-07-22T04:23:36.730Z
7462026-07-22T04:23:36.730Zrunning 0 tests
7472026-07-22T04:23:36.730Z
7482026-07-22T04:23:36.730Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7492026-07-22T04:23:36.730Z
7502026-07-22T04:23:36.742Z Doc-tests p4rs
7512026-07-22T04:23:36.828Z
7522026-07-22T04:23:36.828Zrunning 1 test
7532026-07-22T04:23:37.648Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7542026-07-22T04:23:37.648Z
7552026-07-22T04:23:37.648Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.82s
7562026-07-22T04:23:37.648Z
7572026-07-22T04:23:37.658Z Doc-tests tests
7582026-07-22T04:23:37.725Z
7592026-07-22T04:23:37.725Zrunning 0 tests
7602026-07-22T04:23:37.726Z
7612026-07-22T04:23:37.726Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7622026-07-22T04:23:37.726Z
7632026-07-22T04:23:37.736Z Doc-tests x4c
7642026-07-22T04:23:37.774Z
7652026-07-22T04:23:37.774Zrunning 0 tests
7662026-07-22T04:23:37.774Z
7672026-07-22T04:23:37.774Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7682026-07-22T04:23:37.774Z
7692026-07-22T04:23:37.779Z Doc-tests x4c_error_codes
7702026-07-22T04:23:37.806Z
7712026-07-22T04:23:37.806Zrunning 0 tests
7722026-07-22T04:23:37.806Z
7732026-07-22T04:23:37.806Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7742026-07-22T04:23:37.806Z
7752026-07-22T04:23:37.817Z+ pushd test
7762026-07-22T04:23:37.820Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7772026-07-22T04:23:37.820Z+ banner 'mac rewr'
7782026-07-22T04:23:37.820Z
7792026-07-22T04:23:37.820Z # # ## #### ##### ###### # # #####
7802026-07-22T04:23:37.820Z ## ## # # # # # # # # # # #
7812026-07-22T04:23:37.821Z # ## # # # # # # ##### # # # #
7822026-07-22T04:23:37.821Z # # ###### # ##### # # ## # #####
7832026-07-22T04:23:37.821Z # # # # # # # # # ## ## # #
7842026-07-22T04:23:37.821Z # # # # #### # # ###### # # # #
7852026-07-22T04:23:37.821Z
7862026-07-22T04:23:37.821Z+ RUST_BACKTRACE=1
7872026-07-22T04:23:37.821Z+ cargo test mac_rewrite -- --nocapture
7882026-07-22T04:23:37.944Z Compiling aho-corasick v1.1.4
7892026-07-22T04:23:37.961Z Compiling getrandom v0.4.1
7902026-07-22T04:23:37.961Z Compiling errno v0.3.14
7912026-07-22T04:23:37.961Z Compiling rustix v1.1.4
7922026-07-22T04:23:37.961Z Compiling prettyplease v0.2.37
7932026-07-22T04:23:40.555Z Compiling regex-automata v0.4.14
7942026-07-22T04:23:40.633Z Compiling tempfile v3.27.0
7952026-07-22T04:23:40.698Z Compiling regex v1.12.4
7962026-07-22T04:23:40.698Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7972026-07-22T04:23:40.698Z Compiling pnet_macros v0.35.0
7982026-07-22T04:23:40.927Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7992026-07-22T04:23:41.310Z Compiling pnet_packet v0.35.0
8002026-07-22T04:23:41.753Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
8012026-07-22T04:23:43.218Z Compiling pnet_transport v0.35.0
8022026-07-22T04:23:43.321Z Compiling pnet v0.35.0
8032026-07-22T04:23:43.577Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8042026-07-22T04:23:49.980Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.14s
8052026-07-22T04:23:49.992Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8062026-07-22T04:23:50.014Z
8072026-07-22T04:23:50.014Zrunning 1 test
8082026-07-22T04:23:50.030Z[phy2] do you know the muffin man?
8092026-07-22T04:23:50.030Z[cpu] the muffin man?
8102026-07-22T04:23:50.030Z[cpu] the muffin man!
8112026-07-22T04:23:50.030Z[cpu] why yes
8122026-07-22T04:23:50.030Z[phy1] i know the muffin man
8132026-07-22T04:23:50.030Z[phy3] the muffin man is me!!!
8142026-07-22T04:23:50.030Ztest mac_rewrite::mac_rewrite2 ... ok
8152026-07-22T04:23:50.030Z
8162026-07-22T04:23:50.030Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8172026-07-22T04:23:50.030Z
8182026-07-22T04:23:50.030Z+ banner 'dyn load'
8192026-07-22T04:23:50.031Z
8202026-07-22T04:23:50.031Z ##### # # # # # #### ## #####
8212026-07-22T04:23:50.031Z # # # # ## # # # # # # # #
8222026-07-22T04:23:50.031Z # # # # # # # # # # # # #
8232026-07-22T04:23:50.031Z # # # # # # # # # ###### # #
8242026-07-22T04:23:50.031Z # # # # ## # # # # # # #
8252026-07-22T04:23:50.031Z ##### # # # ###### #### # # #####
8262026-07-22T04:23:50.031Z
8272026-07-22T04:23:50.031Z+ RUST_BACKTRACE=1
8282026-07-22T04:23:50.031Z+ cargo test dload -- --nocapture
8292026-07-22T04:23:50.100Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8302026-07-22T04:23:50.124Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8312026-07-22T04:23:50.124Z
8322026-07-22T04:23:50.124Zrunning 2 tests
8332026-07-22T04:23:50.124Ztest dload::pipeline_create ... ok
8342026-07-22T04:23:50.124Ztest dload::dynamic_load ... ok
8352026-07-22T04:23:50.124Z
8362026-07-22T04:23:50.124Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8372026-07-22T04:23:50.124Z
8382026-07-22T04:23:50.133Z+ banner disag
8392026-07-22T04:23:50.133Z
8402026-07-22T04:23:50.133Z ##### # #### ## ####
8412026-07-22T04:23:50.133Z # # # # # # # #
8422026-07-22T04:23:50.133Z # # # #### # # #
8432026-07-22T04:23:50.133Z # # # # ###### # ###
8442026-07-22T04:23:50.133Z # # # # # # # # #
8452026-07-22T04:23:50.133Z ##### # #### # # ####
8462026-07-22T04:23:50.133Z
8472026-07-22T04:23:50.133Z+ RUST_BACKTRACE=1
8482026-07-22T04:23:50.133Z+ cargo test disag_router -- --nocapture
8492026-07-22T04:23:50.202Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8502026-07-22T04:23:50.205Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8512026-07-22T04:23:50.206Z
8522026-07-22T04:23:50.206Zrunning 1 test
8532026-07-22T04:23:50.212Z[phy2] do you know the muffin man?
8542026-07-22T04:23:50.219Z[cpu] the muffin man?
8552026-07-22T04:23:50.220Z[cpu] the muffin man!
8562026-07-22T04:23:50.220Z[cpu] why yes
8572026-07-22T04:23:50.220Z[phy1] i know the muffin man
8582026-07-22T04:23:50.220Z[phy3] the muffin man is me!!!
8592026-07-22T04:23:50.220Ztest disag_router::disag_router ... ok
8602026-07-22T04:23:50.220Z
8612026-07-22T04:23:50.220Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8622026-07-22T04:23:50.221Z
8632026-07-22T04:23:50.226Z+ banner 'dyn rtr'
8642026-07-22T04:23:50.226Z
8652026-07-22T04:23:50.226Z ##### # # # # ##### ##### #####
8662026-07-22T04:23:50.226Z # # # # ## # # # # # #
8672026-07-22T04:23:50.226Z # # # # # # # # # # #
8682026-07-22T04:23:50.226Z # # # # # # ##### # #####
8692026-07-22T04:23:50.226Z # # # # ## # # # # #
8702026-07-22T04:23:50.226Z ##### # # # # # # # #
8712026-07-22T04:23:50.226Z
8722026-07-22T04:23:50.226Z+ RUST_BACKTRACE=1
8732026-07-22T04:23:50.226Z+ cargo test dynamic_router -- --nocapture
8742026-07-22T04:23:50.362Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8752026-07-22T04:23:50.452Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8762026-07-22T04:23:50.452Z
8772026-07-22T04:23:50.452Zrunning 1 test
8782026-07-22T04:23:50.452Z[phy2] do you know the muffin man?
8792026-07-22T04:23:50.452Z[cpu] the muffin man?
8802026-07-22T04:23:50.452Z[cpu] the muffin man!
8812026-07-22T04:23:50.452Z[cpu] why yes
8822026-07-22T04:23:50.452Z[phy1] i know the muffin man
8832026-07-22T04:23:50.452Z[phy3] the muffin man is me!!!
8842026-07-22T04:23:50.452Ztest dynamic_router::dynamic_router2 ... ok
8852026-07-22T04:23:50.452Z
8862026-07-22T04:23:50.452Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8872026-07-22T04:23:50.455Z
8882026-07-22T04:23:50.455Z+ banner hub
8892026-07-22T04:23:50.455Z
8902026-07-22T04:23:50.455Z # # # # #####
8912026-07-22T04:23:50.455Z # # # # # #
8922026-07-22T04:23:50.455Z ###### # # #####
8932026-07-22T04:23:50.455Z # # # # # #
8942026-07-22T04:23:50.455Z # # # # # #
8952026-07-22T04:23:50.455Z # # #### #####
8962026-07-22T04:23:50.455Z
8972026-07-22T04:23:50.455Z+ RUST_BACKTRACE=1
8982026-07-22T04:23:50.455Z+ cargo test hub -- --nocapture
8992026-07-22T04:23:51.376Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9002026-07-22T04:23:51.376Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9012026-07-22T04:23:51.376Z
9022026-07-22T04:23:51.376Zrunning 1 test
9032026-07-22T04:23:51.376Z[phy2] do you know the muffin man?
9042026-07-22T04:23:51.376Z[phy3] do you know the muffin man?
9052026-07-22T04:23:51.376Z[phy1] the muffin man?
9062026-07-22T04:23:51.376Z[phy3] the muffin man?
9072026-07-22T04:23:51.377Z[phy2] the muffin man!
9082026-07-22T04:23:51.377Z[phy3] the muffin man!
9092026-07-22T04:23:51.377Z[phy1] why yes
9102026-07-22T04:23:51.377Z[phy1] i know the muffin man
9112026-07-22T04:23:51.377Z[phy1] the muffin man is me!!!
9122026-07-22T04:23:51.377Z[phy3] why yes
9132026-07-22T04:23:51.377Z[phy3] i know the muffin man
9142026-07-22T04:23:51.378Z[phy3] the muffin man is me!!!
9152026-07-22T04:23:51.378Ztest hub::hub2 ... ok
9162026-07-22T04:23:51.378Z
9172026-07-22T04:23:51.378Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9182026-07-22T04:23:51.378Z
9192026-07-22T04:23:51.378Z+ banner router
9202026-07-22T04:23:51.378Z
9212026-07-22T04:23:51.378Z ##### #### # # ##### ###### #####
9222026-07-22T04:23:51.378Z # # # # # # # # # #
9232026-07-22T04:23:51.378Z # # # # # # # ##### # #
9242026-07-22T04:23:51.378Z ##### # # # # # # #####
9252026-07-22T04:23:51.378Z # # # # # # # # # #
9262026-07-22T04:23:51.378Z # # #### #### # ###### # #
9272026-07-22T04:23:51.378Z
9282026-07-22T04:23:51.378Z+ RUST_BACKTRACE=1
9292026-07-22T04:23:51.379Z+ cargo test basic_router -- --nocapture
9302026-07-22T04:23:51.418Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9312026-07-22T04:23:51.418Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9322026-07-22T04:23:51.418Z
9332026-07-22T04:23:51.419Zrunning 1 test
9342026-07-22T04:23:51.419Z[phy2] do you know the muffin man?
9352026-07-22T04:23:51.419Z[phy1] the muffin man?
9362026-07-22T04:23:51.419Z[phy2] the muffin man!
9372026-07-22T04:23:51.419Z[phy1] why yes
9382026-07-22T04:23:51.419Z[phy1] i know the muffin man
9392026-07-22T04:23:51.419Z[phy1] the muffin man is me!!!
9402026-07-22T04:23:51.419Ztest basic_router::basic_router2 ... ok
9412026-07-22T04:23:51.419Z
9422026-07-22T04:23:51.419Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9432026-07-22T04:23:51.420Z
9442026-07-22T04:23:51.420Z+ banner headers
9452026-07-22T04:23:51.420Z
9462026-07-22T04:23:51.420Z # # ###### ## ##### ###### ##### ####
9472026-07-22T04:23:51.420Z # # # # # # # # # # #
9482026-07-22T04:23:51.420Z ###### ##### # # # # ##### # # ####
9492026-07-22T04:23:51.420Z # # # ###### # # # ##### #
9502026-07-22T04:23:51.420Z # # # # # # # # # # # #
9512026-07-22T04:23:51.420Z # # ###### # # ##### ###### # # ####
9522026-07-22T04:23:51.420Z
9532026-07-22T04:23:51.420Z+ RUST_BACKTRACE=1
9542026-07-22T04:23:51.420Z+ cargo test headers -- --nocapture
9552026-07-22T04:23:51.420Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9562026-07-22T04:23:51.420Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9572026-07-22T04:23:51.420Z
9582026-07-22T04:23:51.420Zrunning 1 test
9592026-07-22T04:23:51.420Ztest headers::ipv6_header_read_write ... ok
9602026-07-22T04:23:51.420Z
9612026-07-22T04:23:51.420Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9622026-07-22T04:23:51.420Z
9632026-07-22T04:23:51.420Zprocess exited: duration 107838 ms, exit code 0
 
9642026-07-22T04:23:51.503Zfound 4 output files
9652026-07-22T04:23:51.504Zuploading: /work/debug/libsidecar_lite.so (43098368 bytes)
9662026-07-22T04:23:53.188Zuploaded: /work/debug/libsidecar_lite.so
9672026-07-22T04:23:53.188Zuploading: /work/debug/x4c (37736376 bytes)
9682026-07-22T04:23:56.282Zuploaded: /work/debug/x4c
9692026-07-22T04:23:56.283Zuploading: /work/release/libsidecar_lite.so (9931064 bytes)
9702026-07-22T04:23:57.436Zuploaded: /work/release/libsidecar_lite.so
9712026-07-22T04:23:57.438Zuploading: /work/release/x4c (8660136 bytes)
9722026-07-22T04:23:58.823Zuploaded: /work/release/x4c