01KPA81ZHP5PX693B433A29C2W: 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: 01KPA83E4G4VHQ75M2ZWAGPDH2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-16T04:17:47.350Zjob assigned to worker 01KPA83E67KC42GW7R3RQ1FDV7 [factory aws, i-0c5a2ab0bd195148f] (queued for 44 s)
 
22026-04-16T04:17:54.385Zstarting task 0: "setup"
32026-04-16T04:17:54.402Z++ uname -s
42026-04-16T04:17:54.402Z+ kern=SunOS
52026-04-16T04:17:54.402Z+ build_user=build
62026-04-16T04:17:54.402Z+ build_uid=12345
72026-04-16T04:17:54.402Z+ work_dir=/work
82026-04-16T04:17:54.402Z+ input_dir=/input
92026-04-16T04:17:54.403Z+ [[ 0 == 12345 ]]
102026-04-16T04:17:54.403Z+ case "$kern" in
112026-04-16T04:17:54.403Z+ groupadd -g 12345 build
122026-04-16T04:17:54.403Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-16T04:17:56.981Z+ zfs create -o mountpoint=/work rpool/work
142026-04-16T04:17:57.059Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-16T04:17:57.059Z+ home_fs=zfs
162026-04-16T04:17:57.059Z+ [[ zfs == autofs ]]
172026-04-16T04:17:57.059Z+ mkdir -p /home/build
182026-04-16T04:17:57.059Z+ chown build:build /home/build /work
192026-04-16T04:17:58.516Z+ chmod 0700 /home/build /work
202026-04-16T04:17:58.529Zprocess exited: duration 4137 ms, exit code 0
 
212026-04-16T04:17:58.580Zstarting task 1: "rust-toolchain"
222026-04-16T04:17:58.608Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-16T04:17:58.608Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-16T04:17:58.608Z * rust toolchain channel = "stable"
252026-04-16T04:17:58.608Z * rust toolchain profile = "default"
262026-04-16T04:17:58.608Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-16T04:17:58.608Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-16T04:17:58.608Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-16T04:17:58.609Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-16T04:17:58.750Zinfo: downloading installer
312026-04-16T04:18:00.134Zwarn: It looks like you have an existing installation of Rust at:
322026-04-16T04:18:00.134Zwarn: /opt/ooce/bin
332026-04-16T04:18:00.134Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-16T04:18:00.134Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-16T04:18:00.134Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-16T04:18:00.135Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-16T04:18:00.135Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-16T04:18:00.135Zerror: cannot install while Rust is installed
392026-04-16T04:18:00.135Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-16T04:18:00.135Zwarn: It looks like you have an existing rustup settings file at:
412026-04-16T04:18:00.135Zwarn: /home/build/.rustup/settings.toml
422026-04-16T04:18:00.135Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-16T04:18:00.135Zwarn: instead of the one inferred from the default host triple.
442026-04-16T04:18:00.155Zinfo: profile set to default
452026-04-16T04:18:00.155Zinfo: default host triple is x86_64-unknown-illumos
462026-04-16T04:18:00.164Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-16T04:18:00.296Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-16T04:18:00.313Zinfo: downloading 6 components
492026-04-16T04:18:15.992Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-16T04:18:15.992Z
512026-04-16T04:18:16.171Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-16T04:18:16.171Z
532026-04-16T04:18:16.171Z
542026-04-16T04:18:16.171ZRust is installed now. Great!
552026-04-16T04:18:16.171Z
562026-04-16T04:18:16.171ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-16T04:18:16.171Zenvironment variable. This has not been done automatically.
582026-04-16T04:18:16.171Z
592026-04-16T04:18:16.171ZTo configure your current shell, you need to source
602026-04-16T04:18:16.171Zthe corresponding env file under $HOME/.cargo.
612026-04-16T04:18:16.172Z
622026-04-16T04:18:16.172ZThis is usually done by running one of the following (note the leading DOT):
632026-04-16T04:18:16.172Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-16T04:18:16.172Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-16T04:18:16.172Zsource "~/.cargo/env.nu" # For nushell
662026-04-16T04:18:16.173Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-16T04:18:16.173Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-16T04:18:16.173Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-16T04:18:16.173Zwarn: no default linker (`cc`) was found in your PATH
702026-04-16T04:18:16.173Zwarn: many Rust crates require a system C toolchain to build
712026-04-16T04:18:16.173Z+ rustup --version
722026-04-16T04:18:16.173Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-16T04:18:16.173Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-16T04:18:16.174Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-16T04:18:16.174Z+ cargo --version
762026-04-16T04:18:16.174Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-16T04:18:16.174Z+ rustc --version
782026-04-16T04:18:16.174Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-16T04:18:16.174Zprocess exited: duration 16982 ms, exit code 0
 
802026-04-16T04:18:16.462Zstarting task 2: "authentication"
812026-04-16T04:18:16.677Zprocess exited: duration 111 ms, exit code 0
 
822026-04-16T04:18:17.399Zstarting task 3: "clone repository"
832026-04-16T04:18:17.456Z+ mkdir -p /work/oxidecomputer/p4
842026-04-16T04:18:17.457Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-04-16T04:18:17.457ZCloning into '/work/oxidecomputer/p4'...
862026-04-16T04:18:18.305Z+ cd /work/oxidecomputer/p4
872026-04-16T04:18:18.305Z+ git fetch origin 5875dfdfb692f34002b5963e32d193cb1dbbff94
882026-04-16T04:18:18.670ZFrom https://github.com/oxidecomputer/p4
892026-04-16T04:18:18.670Z * branch 5875dfdfb692f34002b5963e32d193cb1dbbff94 -> FETCH_HEAD
902026-04-16T04:18:18.702Z+ [[ -n renovate/clap-4.x-lockfile ]]
912026-04-16T04:18:18.702Z++ git branch --show-current
922026-04-16T04:18:18.702Z+ current=main
932026-04-16T04:18:18.702Z+ [[ main != renovate/clap-4.x-lockfile ]]
942026-04-16T04:18:18.702Z+ git branch -f renovate/clap-4.x-lockfile 5875dfdfb692f34002b5963e32d193cb1dbbff94
952026-04-16T04:18:18.702Z+ git checkout -f renovate/clap-4.x-lockfile
962026-04-16T04:18:18.702ZSwitched to branch 'renovate/clap-4.x-lockfile'
972026-04-16T04:18:18.702Z+ git reset --hard 5875dfdfb692f34002b5963e32d193cb1dbbff94
982026-04-16T04:18:18.702ZHEAD is now at 5875dfd Update Rust crate clap to v4.6.1
992026-04-16T04:18:18.702Zprocess exited: duration 1470 ms, exit code 0
 
1002026-04-16T04:18:18.817Zstarting task 4: "build"
1012026-04-16T04:18:18.866Z+ cargo --version
1022026-04-16T04:18:18.866Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-04-16T04:18:19.438Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-04-16T04:18:19.438Zinfo: downloading 6 components
1052026-04-16T04:18:38.529Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-04-16T04:18:38.529Z+ rustc --version
1072026-04-16T04:18:38.529Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-04-16T04:18:38.529Z+ banner check
1092026-04-16T04:18:38.529Z
1102026-04-16T04:18:38.529Z #### # # ###### #### # #
1112026-04-16T04:18:38.529Z # # # # # # # # #
1122026-04-16T04:18:38.529Z # ###### ##### # ####
1132026-04-16T04:18:38.529Z # # # # # # #
1142026-04-16T04:18:38.529Z # # # # # # # # #
1152026-04-16T04:18:38.529Z #### # # ###### #### # #
1162026-04-16T04:18:38.529Z
1172026-04-16T04:18:38.529Z+ cargo fmt -- --check
1182026-04-16T04:18:38.529Z+ cargo check
1192026-04-16T04:18:38.529Z Updating crates.io index
1202026-04-16T04:18:38.529Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-04-16T04:18:38.529ZFrom https://github.com/oxidecomputer/xfr
1222026-04-16T04:18:38.529Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-04-16T04:18:38.529Z Downloading crates ...
1242026-04-16T04:18:38.529Z Downloaded anstyle-parse v1.0.0
1252026-04-16T04:18:38.530Z Downloaded pnet_transport v0.35.0
1262026-04-16T04:18:38.530Z Downloaded crypto-common v0.1.7
1272026-04-16T04:18:38.530Z Downloaded colorchoice v1.0.4
1282026-04-16T04:18:38.530Z Downloaded usdt v0.5.0
1292026-04-16T04:18:38.530Z Downloaded dof v0.3.0
1302026-04-16T04:18:38.530Z Downloaded getrandom v0.3.4
1312026-04-16T04:18:38.530Z Downloaded strsim v0.11.1
1322026-04-16T04:18:38.530Z Downloaded funty v2.0.0
1332026-04-16T04:18:38.530Z Downloaded anstyle-query v1.1.5
1342026-04-16T04:18:38.530Z Downloaded is_terminal_polyfill v1.70.2
1352026-04-16T04:18:38.530Z Downloaded pretty-hex v0.4.1
1362026-04-16T04:18:38.531Z Downloaded zerocopy-derive v0.7.35
1372026-04-16T04:18:38.531Z Downloaded zmij v1.0.21
1382026-04-16T04:18:38.531Z Downloaded num v0.4.3
1392026-04-16T04:18:38.531Z Downloaded clap_lex v1.0.0
1402026-04-16T04:18:38.531Z Downloaded thread-id v4.2.2
1412026-04-16T04:18:38.531Z Downloaded ppv-lite86 v0.2.21
1422026-04-16T04:18:38.531Z Downloaded itoa v1.0.17
1432026-04-16T04:18:38.531Z Downloaded scroll v0.12.0
1442026-04-16T04:18:38.531Z Downloaded zerocopy v0.8.40
1452026-04-16T04:18:38.531Z Downloaded usdt-impl v0.5.0
1462026-04-16T04:18:38.531Z Downloaded radium v0.7.0
1472026-04-16T04:18:38.531Z Downloaded num-complex v0.4.6
1482026-04-16T04:18:38.531Z Downloaded num-iter v0.1.45
1492026-04-16T04:18:38.532Z Downloaded heck v0.5.0
1502026-04-16T04:18:38.532Z Downloaded pest_generator v2.8.6
1512026-04-16T04:18:38.532Z Downloaded memmap v0.7.0
1522026-04-16T04:18:38.532Z Downloaded cpufeatures v0.2.17
1532026-04-16T04:18:38.532Z Downloaded block-buffer v0.10.4
1542026-04-16T04:18:38.532Z Downloaded pnet_sys v0.35.0
1552026-04-16T04:18:38.532Z Downloaded generic-array v0.14.7
1562026-04-16T04:18:38.532Z Downloaded fastrand v2.3.0
1572026-04-16T04:18:38.532Z Downloaded cfg-if v1.0.4
1582026-04-16T04:18:38.532Z Downloaded dtrace-parser v0.2.0
1592026-04-16T04:18:38.532Z Downloaded serde_core v1.0.228
1602026-04-16T04:18:38.532Z Downloaded pnet_macros v0.35.0
1612026-04-16T04:18:38.532Z Downloaded glob v0.3.3
1622026-04-16T04:18:38.532Z Downloaded anyhow v1.0.102
1632026-04-16T04:18:38.532Z Downloaded pnet_macros_support v0.35.0
1642026-04-16T04:18:38.532Z Downloaded tap v1.0.1
1652026-04-16T04:18:38.532Z Downloaded errno v0.3.14
1662026-04-16T04:18:38.532Z Downloaded pnet_base v0.35.0
1672026-04-16T04:18:38.533Z Downloaded usdt-attr-macro v0.5.0
1682026-04-16T04:18:38.533Z Downloaded scroll_derive v0.12.1
1692026-04-16T04:18:38.533Z Downloaded version_check v0.9.5
1702026-04-16T04:18:38.533Z Downloaded thiserror-impl v1.0.69
1712026-04-16T04:18:38.533Z Downloaded autocfg v1.5.0
1722026-04-16T04:18:38.533Z Downloaded utf8parse v0.2.2
1732026-04-16T04:18:38.533Z Downloaded usdt-macro v0.5.0
1742026-04-16T04:18:38.533Z Downloaded clap_derive v4.6.1
1752026-04-16T04:18:38.533Z Downloaded byteorder v1.5.0
1762026-04-16T04:18:38.533Z Downloaded serde_tokenstream v0.2.3
1772026-04-16T04:18:38.533Z Downloaded digest v0.10.7
1782026-04-16T04:18:38.533Z Downloaded plain v0.2.3
1792026-04-16T04:18:38.533Z Downloaded num-integer v0.1.46
1802026-04-16T04:18:38.533Z Downloaded pnet v0.35.0
1812026-04-16T04:18:38.533Z Downloaded num-rational v0.4.2
1822026-04-16T04:18:38.533Z Downloaded rand_chacha v0.9.0
1832026-04-16T04:18:38.533Z Downloaded no-std-net v0.6.0
1842026-04-16T04:18:38.533Z Downloaded quote v1.0.45
1852026-04-16T04:18:38.533Z Downloaded pest_derive v2.8.6
1862026-04-16T04:18:38.533Z Downloaded anstyle v1.0.13
1872026-04-16T04:18:38.533Z Downloaded ucd-trie v0.1.7
1882026-04-16T04:18:38.533Z Downloaded anstream v1.0.0
1892026-04-16T04:18:38.533Z Downloaded thiserror v1.0.69
1902026-04-16T04:18:38.533Z Downloaded rand_core v0.9.5
1912026-04-16T04:18:38.533Z Downloaded prettyplease v0.2.37
1922026-04-16T04:18:38.534Z Downloaded ipnetwork v0.20.0
1932026-04-16T04:18:38.534Z Downloaded wyz v0.5.1
1942026-04-16T04:18:38.534Z Downloaded tempfile v3.27.0
1952026-04-16T04:18:38.534Z Downloaded bitflags v2.11.0
1962026-04-16T04:18:38.534Z Downloaded once_cell v1.21.3
1972026-04-16T04:18:38.534Z Downloaded num-traits v0.2.19
1982026-04-16T04:18:38.534Z Downloaded sha2 v0.10.9
1992026-04-16T04:18:38.534Z Downloaded pnet_datalink v0.35.0
2002026-04-16T04:18:38.534Z Downloaded pnet_packet v0.35.0
2012026-04-16T04:18:38.534Z Downloaded unicode-ident v1.0.24
2022026-04-16T04:18:38.534Z Downloaded colored v3.1.1
2032026-04-16T04:18:38.534Z Downloaded getrandom v0.4.1
2042026-04-16T04:18:38.534Z Downloaded log v0.4.29
2052026-04-16T04:18:38.790Z Downloaded serde_derive v1.0.228
2062026-04-16T04:18:38.790Z Downloaded proc-macro2 v1.0.106
2072026-04-16T04:18:38.790Z Downloaded clap v4.6.1
2082026-04-16T04:18:38.790Z Downloaded pest_meta v2.8.6
2092026-04-16T04:18:38.790Z Downloaded typenum v1.19.0
2102026-04-16T04:18:38.790Z Downloaded memchr v2.8.0
2112026-04-16T04:18:38.790Z Downloaded pest v2.8.6
2122026-04-16T04:18:38.790Z Downloaded serde v1.0.228
2132026-04-16T04:18:38.791Z Downloaded rand v0.9.2
2142026-04-16T04:18:38.791Z Downloaded num-bigint v0.4.6
2152026-04-16T04:18:38.791Z Downloaded regex v1.12.3
2162026-04-16T04:18:38.791Z Downloaded zerocopy v0.7.35
2172026-04-16T04:18:38.791Z Downloaded goblin v0.8.2
2182026-04-16T04:18:38.791Z Downloaded serde_json v1.0.149
2192026-04-16T04:18:38.791Z Downloaded aho-corasick v1.1.4
2202026-04-16T04:18:38.791Z Downloaded clap_builder v4.6.0
2212026-04-16T04:18:38.791Z Downloaded bitvec v1.0.1
2222026-04-16T04:18:38.791Z Downloaded syn v2.0.117
2232026-04-16T04:18:38.791Z Downloaded regex-syntax v0.8.10
2242026-04-16T04:18:38.791Z Downloaded rustix v1.1.4
2252026-04-16T04:18:38.791Z Downloaded regex-automata v0.4.14
2262026-04-16T04:18:38.791Z Downloaded libc v0.2.182
2272026-04-16T04:18:38.791Z Compiling proc-macro2 v1.0.106
2282026-04-16T04:18:38.791Z Compiling quote v1.0.45
2292026-04-16T04:18:38.791Z Compiling unicode-ident v1.0.24
2302026-04-16T04:18:38.791Z Compiling libc v0.2.182
2312026-04-16T04:18:38.791Z Compiling serde_core v1.0.228
2322026-04-16T04:18:38.791Z Compiling memchr v2.8.0
2332026-04-16T04:18:38.791Z Compiling serde v1.0.228
2342026-04-16T04:18:38.832Z Compiling zmij v1.0.21
2352026-04-16T04:18:38.982Z Compiling thiserror v1.0.69
2362026-04-16T04:18:38.999Z Compiling ucd-trie v0.1.7
2372026-04-16T04:18:39.287Z Compiling rustix v1.1.4
2382026-04-16T04:18:39.294Z Compiling pest v2.8.6
2392026-04-16T04:18:39.295Z Compiling serde_json v1.0.149
2402026-04-16T04:18:39.402Z Compiling getrandom v0.4.1
2412026-04-16T04:18:39.452Z Compiling autocfg v1.5.0
2422026-04-16T04:18:39.651Z Compiling version_check v0.9.5
2432026-04-16T04:18:39.823Z Compiling syn v2.0.117
2442026-04-16T04:18:39.856Z Compiling num-traits v0.2.19
2452026-04-16T04:18:40.085Z Compiling aho-corasick v1.1.4
2462026-04-16T04:18:40.137Z Compiling regex-syntax v0.8.10
2472026-04-16T04:18:40.137Z Compiling prettyplease v0.2.37
2482026-04-16T04:18:40.340Z Compiling pest_meta v2.8.6
2492026-04-16T04:18:40.578Z Checking cfg-if v1.0.4
2502026-04-16T04:18:40.901Z Compiling itoa v1.0.17
2512026-04-16T04:18:41.087Z Compiling byteorder v1.5.0
2522026-04-16T04:18:41.240Z Compiling usdt-impl v0.5.0
2532026-04-16T04:18:41.359Z Checking num-integer v0.1.46
2542026-04-16T04:18:41.382Z Compiling thread-id v4.2.2
2552026-04-16T04:18:41.430Z Compiling regex-automata v0.4.14
2562026-04-16T04:18:41.697Z Checking plain v0.2.3
2572026-04-16T04:18:41.765Z Checking colored v3.1.1
2582026-04-16T04:18:41.799Z Checking log v0.4.29
2592026-04-16T04:18:41.974Z Compiling errno v0.3.14
2602026-04-16T04:18:42.116Z Compiling bitflags v2.11.0
2612026-04-16T04:18:42.150Z Checking no-std-net v0.6.0
2622026-04-16T04:18:42.203Z Checking pretty-hex v0.4.1
2632026-04-16T04:18:42.269Z Compiling pest_generator v2.8.6
2642026-04-16T04:18:42.314Z Compiling radium v0.7.0
2652026-04-16T04:18:42.510Z Checking pnet_base v0.35.0
2662026-04-16T04:18:42.672Z Compiling getrandom v0.3.4
2672026-04-16T04:18:42.680Z Compiling zerocopy v0.8.40
2682026-04-16T04:18:43.105Z Checking tap v1.0.1
2692026-04-16T04:18:43.161Z Compiling fastrand v2.3.0
2702026-04-16T04:18:43.161Z Compiling once_cell v1.21.3
2712026-04-16T04:18:43.161Z Checking wyz v0.5.1
2722026-04-16T04:18:43.218Z Compiling tempfile v3.27.0
2732026-04-16T04:18:43.251Z Checking num-iter v0.1.45
2742026-04-16T04:18:43.251Z Checking memmap v0.7.0
2752026-04-16T04:18:43.283Z Compiling regex v1.12.3
2762026-04-16T04:18:43.332Z Compiling anyhow v1.0.102
2772026-04-16T04:18:43.541Z Checking funty v2.0.0
2782026-04-16T04:18:43.655Z Compiling serde_derive v1.0.228
2792026-04-16T04:18:43.697Z Compiling thiserror-impl v1.0.69
2802026-04-16T04:18:43.711Z Compiling zerocopy-derive v0.7.35
2812026-04-16T04:18:43.875Z Compiling pest_derive v2.8.6
2822026-04-16T04:18:43.907Z Compiling scroll_derive v0.12.1
2832026-04-16T04:18:44.053Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2842026-04-16T04:18:44.265Z Compiling pnet_macros v0.35.0
2852026-04-16T04:18:44.408Z Checking bitvec v1.0.1
2862026-04-16T04:18:44.677Z Compiling zerocopy v0.7.35
2872026-04-16T04:18:44.703Z Checking scroll v0.12.0
2882026-04-16T04:18:44.920Z Checking goblin v0.8.2
2892026-04-16T04:18:45.024Z Compiling dtrace-parser v0.2.0
2902026-04-16T04:18:45.276Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2912026-04-16T04:18:45.723Z Checking pnet_macros_support v0.35.0
2922026-04-16T04:18:45.792Z Checking pnet_sys v0.35.0
2932026-04-16T04:18:45.917Z Checking utf8parse v0.2.2
2942026-04-16T04:18:46.043Z Checking anstyle-parse v1.0.0
2952026-04-16T04:18:46.126Z Checking pnet_packet v0.35.0
2962026-04-16T04:18:46.172Z Checking rand_core v0.9.5
2972026-04-16T04:18:46.750Z Checking anstyle-query v1.1.5
2982026-04-16T04:18:46.832Z Checking num-bigint v0.4.6
2992026-04-16T04:18:46.896Z Checking num-complex v0.4.6
3002026-04-16T04:18:46.939Z Checking dof v0.3.0
3012026-04-16T04:18:47.003Z Checking ipnetwork v0.20.0
3022026-04-16T04:18:47.071Z Compiling serde_tokenstream v0.2.3
3032026-04-16T04:18:47.283Z Checking anstyle v1.0.13
3042026-04-16T04:18:47.310Z Checking colorchoice v1.0.4
3052026-04-16T04:18:47.388Z Compiling pnet v0.35.0
3062026-04-16T04:18:47.412Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3072026-04-16T04:18:47.540Z Checking is_terminal_polyfill v1.70.2
3082026-04-16T04:18:47.626Z Checking anstream v1.0.0
3092026-04-16T04:18:47.644Z Checking pnet_datalink v0.35.0
3102026-04-16T04:18:47.754Z Checking num-rational v0.4.2
3112026-04-16T04:18:48.025Z Compiling usdt-attr-macro v0.5.0
3122026-04-16T04:18:48.072Z Compiling usdt-macro v0.5.0
3132026-04-16T04:18:48.090Z Checking num v0.4.3
3142026-04-16T04:18:48.122Z Checking strsim v0.11.1
3152026-04-16T04:18:48.148Z Checking pnet_transport v0.35.0
3162026-04-16T04:18:48.233Z Checking clap_lex v1.0.0
3172026-04-16T04:18:48.290Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3182026-04-16T04:18:48.307Z Compiling heck v0.5.0
3192026-04-16T04:18:48.439Z Checking clap_builder v4.6.0
3202026-04-16T04:18:48.470Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3212026-04-16T04:18:48.519Z Compiling clap_derive v4.6.1
3222026-04-16T04:18:48.570Z Checking ppv-lite86 v0.2.21
3232026-04-16T04:18:48.579Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3242026-04-16T04:18:48.675Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3252026-04-16T04:18:48.727Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3262026-04-16T04:18:48.790Z Checking usdt v0.5.0
3272026-04-16T04:18:48.862Z Checking rand_chacha v0.9.0
3282026-04-16T04:18:48.936Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3292026-04-16T04:18:49.034Z Checking rand v0.9.2
3302026-04-16T04:18:49.312Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3312026-04-16T04:18:49.913Z Checking clap v4.6.1
3322026-04-16T04:18:49.975Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3332026-04-16T04:18:50.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s
3342026-04-16T04:18:50.309Z+ cargo clippy --all-targets -- --deny warnings
3352026-04-16T04:18:50.438Z Downloading crates ...
3362026-04-16T04:18:50.515Z Downloaded libloading v0.9.0
3372026-04-16T04:18:50.581Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3382026-04-16T04:18:51.035Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3392026-04-16T04:18:51.035Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3402026-04-16T04:18:51.035Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3412026-04-16T04:18:51.035Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3422026-04-16T04:18:51.035Z Checking libloading v0.9.0
3432026-04-16T04:18:51.050Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3442026-04-16T04:18:51.433Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3452026-04-16T04:18:52.385Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3462026-04-16T04:18:52.385Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3472026-04-16T04:18:53.350Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3482026-04-16T04:18:58.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.22s
3492026-04-16T04:18:58.617Z+ banner build
3502026-04-16T04:18:58.622Z
3512026-04-16T04:18:58.622Z ##### # # # # #####
3522026-04-16T04:18:58.622Z # # # # # # # #
3532026-04-16T04:18:58.623Z ##### # # # # # #
3542026-04-16T04:18:58.623Z # # # # # # # #
3552026-04-16T04:18:58.623Z # # # # # # # #
3562026-04-16T04:18:58.623Z ##### #### # ###### #####
3572026-04-16T04:18:58.623Z
3582026-04-16T04:18:58.623Z+ ptime -m cargo build
3592026-04-16T04:18:58.733Z Compiling unicode-ident v1.0.24
3602026-04-16T04:18:58.733Z Compiling memchr v2.8.0
3612026-04-16T04:18:58.733Z Compiling ucd-trie v0.1.7
3622026-04-16T04:18:58.742Z Compiling libc v0.2.182
3632026-04-16T04:18:58.742Z Compiling serde_core v1.0.228
3642026-04-16T04:18:58.751Z Compiling regex-syntax v0.8.10
3652026-04-16T04:18:58.756Z Compiling cfg-if v1.0.4
3662026-04-16T04:18:58.765Z Compiling zmij v1.0.21
3672026-04-16T04:18:58.811Z Compiling byteorder v1.5.0
3682026-04-16T04:18:58.875Z Compiling proc-macro2 v1.0.106
3692026-04-16T04:18:59.025Z Compiling itoa v1.0.17
3702026-04-16T04:18:59.035Z Compiling num-traits v0.2.19
3712026-04-16T04:18:59.048Z Compiling errno v0.3.14
3722026-04-16T04:18:59.097Z Compiling thread-id v4.2.2
3732026-04-16T04:18:59.165Z Compiling aho-corasick v1.1.4
3742026-04-16T04:18:59.200Z Compiling pest v2.8.6
3752026-04-16T04:18:59.212Z Compiling bitflags v2.11.0
3762026-04-16T04:18:59.507Z Compiling quote v1.0.45
3772026-04-16T04:18:59.507Z Compiling rustix v1.1.4
3782026-04-16T04:18:59.615Z Compiling syn v2.0.117
3792026-04-16T04:18:59.661Z Compiling num-integer v0.1.46
3802026-04-16T04:18:59.719Z Compiling getrandom v0.4.1
3812026-04-16T04:18:59.855Z Compiling log v0.4.29
3822026-04-16T04:18:59.988Z Compiling colored v3.1.1
3832026-04-16T04:19:00.036Z Compiling fastrand v2.3.0
3842026-04-16T04:19:00.346Z Compiling regex-automata v0.4.14
3852026-04-16T04:19:00.380Z Compiling pest_meta v2.8.6
3862026-04-16T04:19:00.406Z Compiling plain v0.2.3
3872026-04-16T04:19:00.497Z Compiling serde_json v1.0.149
3882026-04-16T04:19:01.026Z Compiling once_cell v1.21.3
3892026-04-16T04:19:01.072Z Compiling no-std-net v0.6.0
3902026-04-16T04:19:01.072Z Compiling tempfile v3.27.0
3912026-04-16T04:19:01.072Z Compiling pretty-hex v0.4.1
3922026-04-16T04:19:01.072Z Compiling pnet_base v0.35.0
3932026-04-16T04:19:01.072Z Compiling tap v1.0.1
3942026-04-16T04:19:01.125Z Compiling wyz v0.5.1
3952026-04-16T04:19:01.165Z Compiling radium v0.7.0
3962026-04-16T04:19:01.356Z Compiling num-iter v0.1.45
3972026-04-16T04:19:01.404Z Compiling memmap v0.7.0
3982026-04-16T04:19:01.404Z Compiling funty v2.0.0
3992026-04-16T04:19:01.586Z Compiling getrandom v0.3.4
4002026-04-16T04:19:01.681Z Compiling zerocopy v0.8.40
4012026-04-16T04:19:01.681Z Compiling pnet_macros_support v0.35.0
4022026-04-16T04:19:01.681Z Compiling pnet_sys v0.35.0
4032026-04-16T04:19:01.744Z Compiling bitvec v1.0.1
4042026-04-16T04:19:01.805Z Compiling utf8parse v0.2.2
4052026-04-16T04:19:01.839Z Compiling rand_core v0.9.5
4062026-04-16T04:19:01.839Z Compiling anstyle-parse v1.0.0
4072026-04-16T04:19:01.839Z Compiling anyhow v1.0.102
4082026-04-16T04:19:01.997Z Compiling anstyle-query v1.1.5
4092026-04-16T04:19:02.022Z Compiling anstyle v1.0.13
4102026-04-16T04:19:02.043Z Compiling pest_generator v2.8.6
4112026-04-16T04:19:02.067Z Compiling prettyplease v0.2.37
4122026-04-16T04:19:02.215Z Compiling regex v1.12.3
4132026-04-16T04:19:02.223Z Compiling is_terminal_polyfill v1.70.2
4142026-04-16T04:19:02.349Z Compiling colorchoice v1.0.4
4152026-04-16T04:19:02.492Z Compiling anstream v1.0.0
4162026-04-16T04:19:03.948Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4172026-04-16T04:19:04.057Z Compiling strsim v0.11.1
4182026-04-16T04:19:04.057Z Compiling clap_lex v1.0.0
4192026-04-16T04:19:04.057Z Compiling clap_builder v4.6.0
4202026-04-16T04:19:04.057Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4212026-04-16T04:19:04.057Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4222026-04-16T04:19:04.057Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4232026-04-16T04:19:04.057Z Compiling serde_derive v1.0.228
4242026-04-16T04:19:04.057Z Compiling thiserror-impl v1.0.69
4252026-04-16T04:19:04.057Z Compiling zerocopy-derive v0.7.35
4262026-04-16T04:19:04.057Z Compiling pest_derive v2.8.6
4272026-04-16T04:19:04.119Z Compiling scroll_derive v0.12.1
4282026-04-16T04:19:04.728Z Compiling pnet_macros v0.35.0
4292026-04-16T04:19:04.763Z Compiling ppv-lite86 v0.2.21
4302026-04-16T04:19:04.977Z Compiling scroll v0.12.0
4312026-04-16T04:19:05.071Z Compiling zerocopy v0.7.35
4322026-04-16T04:19:05.102Z Compiling rand_chacha v0.9.0
4332026-04-16T04:19:05.217Z Compiling goblin v0.8.2
4342026-04-16T04:19:05.283Z Compiling rand v0.9.2
4352026-04-16T04:19:05.396Z Compiling thiserror v1.0.69
4362026-04-16T04:19:05.497Z Compiling dtrace-parser v0.2.0
4372026-04-16T04:19:05.536Z Compiling clap_derive v4.6.1
4382026-04-16T04:19:06.407Z Compiling pnet_packet v0.35.0
4392026-04-16T04:19:06.637Z Compiling serde v1.0.228
4402026-04-16T04:19:07.033Z Compiling serde_tokenstream v0.2.3
4412026-04-16T04:19:07.033Z Compiling dof v0.3.0
4422026-04-16T04:19:07.046Z Compiling num-bigint v0.4.6
4432026-04-16T04:19:07.047Z Compiling num-complex v0.4.6
4442026-04-16T04:19:07.081Z Compiling ipnetwork v0.20.0
4452026-04-16T04:19:07.129Z Compiling clap v4.6.1
4462026-04-16T04:19:07.190Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4472026-04-16T04:19:07.355Z Compiling usdt-impl v0.5.0
4482026-04-16T04:19:07.417Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4492026-04-16T04:19:07.454Z Compiling pnet_datalink v0.35.0
4502026-04-16T04:19:07.930Z Compiling usdt-attr-macro v0.5.0
4512026-04-16T04:19:08.129Z Compiling num-rational v0.4.2
4522026-04-16T04:19:08.565Z Compiling usdt-macro v0.5.0
4532026-04-16T04:19:08.855Z Compiling num v0.4.3
4542026-04-16T04:19:08.949Z Compiling pnet_transport v0.35.0
4552026-04-16T04:19:09.172Z Compiling pnet v0.35.0
4562026-04-16T04:19:09.523Z Compiling usdt v0.5.0
4572026-04-16T04:19:09.638Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4582026-04-16T04:19:10.018Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4592026-04-16T04:19:10.097Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4602026-04-16T04:19:10.135Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4612026-04-16T04:19:10.224Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4622026-04-16T04:19:13.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.49s
4632026-04-16T04:19:13.156Z
4642026-04-16T04:19:13.187Zreal 14.518368359
4652026-04-16T04:19:13.187Zuser 1:16.269762910
4662026-04-16T04:19:13.187Zsys 12.668400725
4672026-04-16T04:19:13.187Ztrap 0.043264775
4682026-04-16T04:19:13.187Ztflt 0.041167727
4692026-04-16T04:19:13.187Zdflt 0.076104881
4702026-04-16T04:19:13.187Zkflt 0.000006348
4712026-04-16T04:19:13.187Zlock 3:00.190076520
4722026-04-16T04:19:13.187Zslp 5:11.511382778
4732026-04-16T04:19:13.188Zlat 3.335953452
4742026-04-16T04:19:13.188Zstop 4.493314093
4752026-04-16T04:19:13.188Z+ ptime -m cargo build --release
4762026-04-16T04:19:13.229Z Compiling proc-macro2 v1.0.106
4772026-04-16T04:19:13.229Z Compiling quote v1.0.45
4782026-04-16T04:19:13.240Z Compiling unicode-ident v1.0.24
4792026-04-16T04:19:13.241Z Compiling libc v0.2.182
4802026-04-16T04:19:13.241Z Compiling serde_core v1.0.228
4812026-04-16T04:19:13.241Z Compiling memchr v2.8.0
4822026-04-16T04:19:13.241Z Compiling serde v1.0.228
4832026-04-16T04:19:13.241Z Compiling zmij v1.0.21
4842026-04-16T04:19:13.334Z Compiling thiserror v1.0.69
4852026-04-16T04:19:13.588Z Compiling rustix v1.1.4
4862026-04-16T04:19:13.603Z Compiling serde_json v1.0.149
4872026-04-16T04:19:13.816Z Compiling ucd-trie v0.1.7
4882026-04-16T04:19:13.880Z Compiling getrandom v0.4.1
4892026-04-16T04:19:14.002Z Compiling pest v2.8.6
4902026-04-16T04:19:14.099Z Compiling aho-corasick v1.1.4
4912026-04-16T04:19:14.430Z Compiling version_check v0.9.5
4922026-04-16T04:19:14.640Z Compiling syn v2.0.117
4932026-04-16T04:19:14.695Z Compiling prettyplease v0.2.37
4942026-04-16T04:19:14.701Z Compiling regex-syntax v0.8.10
4952026-04-16T04:19:14.866Z Compiling autocfg v1.5.0
4962026-04-16T04:19:15.219Z Compiling pest_meta v2.8.6
4972026-04-16T04:19:15.308Z Compiling num-traits v0.2.19
4982026-04-16T04:19:16.313Z Compiling cfg-if v1.0.4
4992026-04-16T04:19:16.618Z Compiling itoa v1.0.17
5002026-04-16T04:19:16.737Z Compiling regex-automata v0.4.14
5012026-04-16T04:19:16.737Z Compiling byteorder v1.5.0
5022026-04-16T04:19:16.850Z Compiling usdt-impl v0.5.0
5032026-04-16T04:19:17.054Z Compiling pest_generator v2.8.6
5042026-04-16T04:19:17.118Z Compiling num-integer v0.1.46
5052026-04-16T04:19:17.426Z Compiling errno v0.3.14
5062026-04-16T04:19:17.585Z Compiling thread-id v4.2.2
5072026-04-16T04:19:17.725Z Compiling plain v0.2.3
5082026-04-16T04:19:17.813Z Compiling log v0.4.29
5092026-04-16T04:19:17.813Z Compiling bitflags v2.11.0
5102026-04-16T04:19:19.319Z Compiling regex v1.12.3
5112026-04-16T04:19:19.397Z Compiling colored v3.1.1
5122026-04-16T04:19:19.398Z Compiling serde_derive v1.0.228
5132026-04-16T04:19:19.398Z Compiling thiserror-impl v1.0.69
5142026-04-16T04:19:19.398Z Compiling zerocopy-derive v0.7.35
5152026-04-16T04:19:19.398Z Compiling pest_derive v2.8.6
5162026-04-16T04:19:19.398Z Compiling scroll_derive v0.12.1
5172026-04-16T04:19:19.671Z Compiling no-std-net v0.6.0
5182026-04-16T04:19:19.711Z Compiling zerocopy v0.7.35
5192026-04-16T04:19:19.734Z Compiling once_cell v1.21.3
5202026-04-16T04:19:19.945Z Compiling fastrand v2.3.0
5212026-04-16T04:19:19.982Z Compiling scroll v0.12.0
5222026-04-16T04:19:20.158Z Compiling dtrace-parser v0.2.0
5232026-04-16T04:19:20.319Z Compiling goblin v0.8.2
5242026-04-16T04:19:20.343Z Compiling radium v0.7.0
5252026-04-16T04:19:20.343Z Compiling pretty-hex v0.4.1
5262026-04-16T04:19:20.606Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5272026-04-16T04:19:20.668Z Compiling tempfile v3.27.0
5282026-04-16T04:19:20.751Z Compiling pnet_base v0.35.0
5292026-04-16T04:19:21.014Z Compiling getrandom v0.3.4
5302026-04-16T04:19:21.042Z Compiling zerocopy v0.8.40
5312026-04-16T04:19:21.566Z Compiling tap v1.0.1
5322026-04-16T04:19:21.614Z Compiling wyz v0.5.1
5332026-04-16T04:19:21.704Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5342026-04-16T04:19:21.803Z Compiling num-iter v0.1.45
5352026-04-16T04:19:21.906Z Compiling serde_tokenstream v0.2.3
5362026-04-16T04:19:21.947Z Compiling dof v0.3.0
5372026-04-16T04:19:22.024Z Compiling num-bigint v0.4.6
5382026-04-16T04:19:22.024Z Compiling num-complex v0.4.6
5392026-04-16T04:19:22.361Z Compiling memmap v0.7.0
5402026-04-16T04:19:22.612Z Compiling anyhow v1.0.102
5412026-04-16T04:19:22.657Z Compiling funty v2.0.0
5422026-04-16T04:19:22.830Z Compiling usdt-attr-macro v0.5.0
5432026-04-16T04:19:22.882Z Compiling usdt-macro v0.5.0
5442026-04-16T04:19:23.349Z Compiling num-rational v0.4.2
5452026-04-16T04:19:23.615Z Compiling bitvec v1.0.1
5462026-04-16T04:19:23.860Z Compiling num v0.4.3
5472026-04-16T04:19:24.805Z Compiling usdt v0.5.0
5482026-04-16T04:19:25.498Z Compiling pnet_macros_support v0.35.0
5492026-04-16T04:19:25.632Z Compiling pnet_macros v0.35.0
5502026-04-16T04:19:26.011Z Compiling pnet_sys v0.35.0
5512026-04-16T04:19:26.167Z Compiling utf8parse v0.2.2
5522026-04-16T04:19:26.213Z Compiling anstyle-parse v1.0.0
5532026-04-16T04:19:26.452Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5542026-04-16T04:19:26.835Z Compiling pnet_packet v0.35.0
5552026-04-16T04:19:27.546Z Compiling ppv-lite86 v0.2.21
5562026-04-16T04:19:27.639Z Compiling rand_core v0.9.5
5572026-04-16T04:19:27.938Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5582026-04-16T04:19:28.733Z Compiling ipnetwork v0.20.0
5592026-04-16T04:19:29.123Z Compiling pnet v0.35.0
5602026-04-16T04:19:29.408Z Compiling anstyle v1.0.13
5612026-04-16T04:19:29.696Z Compiling colorchoice v1.0.4
5622026-04-16T04:19:29.736Z Compiling is_terminal_polyfill v1.70.2
5632026-04-16T04:19:29.736Z Compiling anstyle-query v1.1.5
5642026-04-16T04:19:29.844Z Compiling anstream v1.0.0
5652026-04-16T04:19:31.638Z Compiling pnet_transport v0.35.0
5662026-04-16T04:19:31.696Z Compiling pnet_datalink v0.35.0
5672026-04-16T04:19:31.696Z Compiling rand_chacha v0.9.0
5682026-04-16T04:19:32.291Z Compiling heck v0.5.0
5692026-04-16T04:19:32.410Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5702026-04-16T04:19:32.478Z Compiling clap_lex v1.0.0
5712026-04-16T04:19:32.520Z Compiling strsim v0.11.1
5722026-04-16T04:19:32.630Z Compiling clap_derive v4.6.1
5732026-04-16T04:19:33.681Z Compiling clap_builder v4.6.0
5742026-04-16T04:19:33.704Z Compiling rand v0.9.2
5752026-04-16T04:19:34.342Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5762026-04-16T04:19:34.627Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5772026-04-16T04:19:34.627Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5782026-04-16T04:19:35.062Z Compiling clap v4.6.1
5792026-04-16T04:19:35.179Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5802026-04-16T04:19:38.417Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5812026-04-16T04:19:39.434Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5822026-04-16T04:19:48.957Z Finished `release` profile [optimized] target(s) in 35.01s
5832026-04-16T04:19:49.060Z
5842026-04-16T04:19:49.060Zreal 35.036001631
5852026-04-16T04:19:49.060Zuser 3:34.811107747
5862026-04-16T04:19:49.060Zsys 19.511628702
5872026-04-16T04:19:49.060Ztrap 0.122146656
5882026-04-16T04:19:49.061Ztflt 0.266291568
5892026-04-16T04:19:49.061Zdflt 0.121462969
5902026-04-16T04:19:49.061Zkflt 0.000049395
5912026-04-16T04:19:49.061Zlock 11:18.000628763
5922026-04-16T04:19:49.061Zslp 13:49.867099352
5932026-04-16T04:19:49.061Zlat 13.980515093
5942026-04-16T04:19:49.061Zstop 11.088518647
5952026-04-16T04:19:49.061Z+ for x in debug release
5962026-04-16T04:19:49.061Z+ mkdir -p /work/debug
5972026-04-16T04:19:49.061Z+ cp target/debug/x4c /work/debug/
5982026-04-16T04:19:49.061Z+ cp target/debug/libsidecar_lite.so /work/debug/
5992026-04-16T04:19:49.061Z+ for x in debug release
6002026-04-16T04:19:49.061Z+ mkdir -p /work/release
6012026-04-16T04:19:49.061Z+ cp target/release/x4c /work/release/
6022026-04-16T04:19:49.061Z+ cp target/release/libsidecar_lite.so /work/release/
6032026-04-16T04:19:49.061Z+ banner test
6042026-04-16T04:19:49.061Z
6052026-04-16T04:19:49.061Z ##### ###### #### #####
6062026-04-16T04:19:49.061Z # # # #
6072026-04-16T04:19:49.061Z # ##### #### #
6082026-04-16T04:19:49.061Z # # # #
6092026-04-16T04:19:49.061Z # # # # #
6102026-04-16T04:19:49.062Z # ###### #### #
6112026-04-16T04:19:49.062Z
6122026-04-16T04:19:49.062Z+ cargo test
6132026-04-16T04:19:49.062Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6142026-04-16T04:19:49.062Z Compiling libloading v0.9.0
6152026-04-16T04:19:49.062Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6162026-04-16T04:19:49.062Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6172026-04-16T04:19:49.062Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6182026-04-16T04:19:49.062Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6192026-04-16T04:19:49.062Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6202026-04-16T04:19:49.656Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6212026-04-16T04:19:49.656Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6222026-04-16T04:19:49.656Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6232026-04-16T04:19:49.885Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6242026-04-16T04:19:57.217Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.95s
6252026-04-16T04:19:57.240Z Running unittests src/lib.rs (target/debug/deps/p4-1546c95bd2fe8ca4)
6262026-04-16T04:19:57.254Z
6272026-04-16T04:19:57.254Zrunning 0 tests
6282026-04-16T04:19:57.254Z
6292026-04-16T04:19:57.254Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-04-16T04:19:57.254Z
6312026-04-16T04:19:57.254Z Running unittests src/lib.rs (target/debug/deps/p4_macro-cd90d596811a5660)
6322026-04-16T04:19:57.254Z
6332026-04-16T04:19:57.254Zrunning 0 tests
6342026-04-16T04:19:57.254Z
6352026-04-16T04:19:57.254Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-04-16T04:19:57.254Z
6372026-04-16T04:19:57.254Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-97a008f78b6c0ec4)
6382026-04-16T04:19:57.254Z
6392026-04-16T04:19:57.254Zrunning 0 tests
6402026-04-16T04:19:57.254Z
6412026-04-16T04:19:57.254Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-04-16T04:19:57.254Z
6432026-04-16T04:19:57.254Z Running unittests src/lib.rs (target/debug/deps/p4_rust-f82cf211dee49060)
6442026-04-16T04:19:57.254Z
6452026-04-16T04:19:57.254Zrunning 0 tests
6462026-04-16T04:19:57.254Z
6472026-04-16T04:19:57.254Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-04-16T04:19:57.254Z
6492026-04-16T04:19:57.255Z Running unittests src/lib.rs (target/debug/deps/p4rs-3afe60b63e34350f)
6502026-04-16T04:19:57.255Z
6512026-04-16T04:19:57.255Zrunning 14 tests
6522026-04-16T04:19:57.255Ztest bitmath::tests::bitmath_add_cascade ... ok
6532026-04-16T04:19:57.255Ztest bitmath::tests::bitmath_add_nest ... ok
6542026-04-16T04:19:57.255Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6552026-04-16T04:19:57.255Ztest bitmath::tests::bitmath_add_be ... ok
6562026-04-16T04:19:57.255Ztest bitmath::tests::bitmath_add_le ... ok
6572026-04-16T04:19:57.255Ztest bitmath::tests::bitmath_mod ... ok
6582026-04-16T04:19:57.255Ztest bitmath::tests::bitmath_sub_le ... ok
6592026-04-16T04:19:57.255Ztest bitmath::tests::bitmath_sub_be ... ok
6602026-04-16T04:19:57.255Ztest checksum::tests::udp_checksum ... ok
6612026-04-16T04:19:57.255Ztest table::tests::match_lpm_ternary_1 ... ok
6622026-04-16T04:19:57.255Ztest table::tests::match_lpm_ternary_range ... ok
6632026-04-16T04:19:57.255Ztest table::tests::match_lpm_1 ... ok
6642026-04-16T04:19:57.255Ztest table::tests::match_ternary_1 ... ok
6652026-04-16T04:19:57.255Ztest table::tests::match_with_action ... ok
6662026-04-16T04:19:57.255Z
6672026-04-16T04:19:57.255Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6682026-04-16T04:19:57.255Z
6692026-04-16T04:19:57.255Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-5386dbfce708873f)
6702026-04-16T04:19:57.255Z
6712026-04-16T04:19:57.255Zrunning 0 tests
6722026-04-16T04:19:57.255Z
6732026-04-16T04:19:57.255Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6742026-04-16T04:19:57.255Z
6752026-04-16T04:19:57.255Z Running unittests src/lib.rs (target/debug/deps/tests-1b637ef03272df3f)
6762026-04-16T04:19:57.338Z
6772026-04-16T04:19:57.339Zrunning 15 tests
6782026-04-16T04:19:57.339Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6792026-04-16T04:19:57.339Ztest headers::ipv6_header_read_write ... ok
6802026-04-16T04:19:57.339Ztest dload::pipeline_create ... ok
6812026-04-16T04:19:57.339Ztest ipv6::test_ipv6_parse ... ok
6822026-04-16T04:19:57.339Ztest dload::dynamic_load ... ok
6832026-04-16T04:19:57.339Ztest arithmetic::arithmetic ... ok
6842026-04-16T04:19:57.339Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6852026-04-16T04:19:57.339Ztest decap::geneve_decap ... ok
6862026-04-16T04:19:57.339Ztest vlan::test_vlan_parse ... ok
6872026-04-16T04:19:57.339Ztest basic_router::basic_router2 ... ok
6882026-04-16T04:19:57.361Ztest mac_rewrite::mac_rewrite2 ... ok
6892026-04-16T04:19:57.361Ztest dynamic_router::dynamic_router2 ... ok
6902026-04-16T04:19:57.361Ztest hub::hub2 ... ok
6912026-04-16T04:19:57.361Ztest disag_router::disag_router ... ok
6922026-04-16T04:19:57.361Ztest range::range ... ok
6932026-04-16T04:19:57.361Z
6942026-04-16T04:19:57.361Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
6952026-04-16T04:19:57.361Z
6962026-04-16T04:19:57.361Z Running unittests src/lib.rs (target/debug/deps/x4c-9707aa4209365ef8)
6972026-04-16T04:19:57.362Z
6982026-04-16T04:19:57.362Zrunning 0 tests
6992026-04-16T04:19:57.362Z
7002026-04-16T04:19:57.362Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7012026-04-16T04:19:57.362Z
7022026-04-16T04:19:57.362Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-5c80e53829874271)
7032026-04-16T04:19:57.362Z
7042026-04-16T04:19:57.362Zrunning 0 tests
7052026-04-16T04:19:57.362Z
7062026-04-16T04:19:57.362Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-04-16T04:19:57.362Z
7082026-04-16T04:19:57.362Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-a85c950da1038504)
7092026-04-16T04:19:57.362Z
7102026-04-16T04:19:57.362Zrunning 0 tests
7112026-04-16T04:19:57.362Z
7122026-04-16T04:19:57.362Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7132026-04-16T04:19:57.362Z
7142026-04-16T04:19:57.362Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-7cfba82c616208f5)
7152026-04-16T04:19:57.362Z
7162026-04-16T04:19:57.362Zrunning 0 tests
7172026-04-16T04:19:57.362Z
7182026-04-16T04:19:57.362Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7192026-04-16T04:19:57.362Z
7202026-04-16T04:19:57.362Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7212026-04-16T04:19:57.362Z
7222026-04-16T04:19:57.363Zrunning 0 tests
7232026-04-16T04:19:57.363Z
7242026-04-16T04:19:57.363Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7252026-04-16T04:19:57.363Z
7262026-04-16T04:19:57.363Z Doc-tests p4
7272026-04-16T04:19:57.439Z
7282026-04-16T04:19:57.439Zrunning 0 tests
7292026-04-16T04:19:57.439Z
7302026-04-16T04:19:57.439Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7312026-04-16T04:19:57.439Z
7322026-04-16T04:19:57.447Z Doc-tests p4_macro
7332026-04-16T04:19:57.499Z
7342026-04-16T04:19:57.500Zrunning 2 tests
7352026-04-16T04:19:57.514Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7362026-04-16T04:19:57.514Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7372026-04-16T04:19:57.514Z
7382026-04-16T04:19:57.514Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7392026-04-16T04:19:57.514Z
7402026-04-16T04:19:57.514Z Doc-tests p4_rust
7412026-04-16T04:19:57.686Z
7422026-04-16T04:19:57.686Zrunning 0 tests
7432026-04-16T04:19:57.686Z
7442026-04-16T04:19:57.686Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7452026-04-16T04:19:57.686Z
7462026-04-16T04:19:57.694Z Doc-tests p4rs
7472026-04-16T04:19:57.792Z
7482026-04-16T04:19:57.792Zrunning 1 test
7492026-04-16T04:19:58.633Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7502026-04-16T04:19:58.633Z
7512026-04-16T04:19:58.633Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.85s
7522026-04-16T04:19:58.633Z
7532026-04-16T04:19:58.644Z Doc-tests tests
7542026-04-16T04:19:58.713Z
7552026-04-16T04:19:58.713Zrunning 0 tests
7562026-04-16T04:19:58.714Z
7572026-04-16T04:19:58.714Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7582026-04-16T04:19:58.714Z
7592026-04-16T04:19:58.721Z Doc-tests x4c
7602026-04-16T04:19:58.772Z
7612026-04-16T04:19:58.772Zrunning 0 tests
7622026-04-16T04:19:58.772Z
7632026-04-16T04:19:58.772Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7642026-04-16T04:19:58.772Z
7652026-04-16T04:19:58.778Z Doc-tests x4c_error_codes
7662026-04-16T04:19:58.805Z
7672026-04-16T04:19:58.805Zrunning 0 tests
7682026-04-16T04:19:58.805Z
7692026-04-16T04:19:58.805Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7702026-04-16T04:19:58.805Z
7712026-04-16T04:19:58.816Z+ pushd test
7722026-04-16T04:19:58.820Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7732026-04-16T04:19:58.820Z+ banner 'mac rewr'
7742026-04-16T04:19:58.820Z
7752026-04-16T04:19:58.820Z # # ## #### ##### ###### # # #####
7762026-04-16T04:19:58.820Z ## ## # # # # # # # # # # #
7772026-04-16T04:19:58.820Z # ## # # # # # # ##### # # # #
7782026-04-16T04:19:58.820Z # # ###### # ##### # # ## # #####
7792026-04-16T04:19:58.820Z # # # # # # # # # ## ## # #
7802026-04-16T04:19:58.820Z # # # # #### # # ###### # # # #
7812026-04-16T04:19:58.820Z
7822026-04-16T04:19:58.821Z+ RUST_BACKTRACE=1
7832026-04-16T04:19:58.821Z+ cargo test mac_rewrite -- --nocapture
7842026-04-16T04:19:58.925Z Compiling aho-corasick v1.1.4
7852026-04-16T04:19:58.941Z Compiling rustix v1.1.4
7862026-04-16T04:19:58.944Z Compiling getrandom v0.4.1
7872026-04-16T04:19:58.944Z Compiling errno v0.3.14
7882026-04-16T04:19:58.949Z Compiling prettyplease v0.2.37
7892026-04-16T04:19:59.689Z Compiling regex-automata v0.4.14
7902026-04-16T04:19:59.780Z Compiling tempfile v3.27.0
7912026-04-16T04:20:01.162Z Compiling regex v1.12.3
7922026-04-16T04:20:01.429Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7932026-04-16T04:20:01.499Z Compiling pnet_macros v0.35.0
7942026-04-16T04:20:02.200Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7952026-04-16T04:20:02.553Z Compiling pnet_packet v0.35.0
7962026-04-16T04:20:03.062Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
7972026-04-16T04:20:04.550Z Compiling pnet_transport v0.35.0
7982026-04-16T04:20:04.665Z Compiling pnet v0.35.0
7992026-04-16T04:20:04.830Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8002026-04-16T04:20:11.818Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.97s
8012026-04-16T04:20:11.827Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
8022026-04-16T04:20:11.839Z
8032026-04-16T04:20:11.839Zrunning 1 test
8042026-04-16T04:20:11.848Z[phy2] do you know the muffin man?
8052026-04-16T04:20:11.848Z[cpu] the muffin man?
8062026-04-16T04:20:11.848Z[cpu] the muffin man!
8072026-04-16T04:20:11.848Z[cpu] why yes
8082026-04-16T04:20:11.848Z[phy1] i know the muffin man
8092026-04-16T04:20:11.848Z[phy3] the muffin man is me!!!
8102026-04-16T04:20:11.848Ztest mac_rewrite::mac_rewrite2 ... ok
8112026-04-16T04:20:11.848Z
8122026-04-16T04:20:11.848Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8132026-04-16T04:20:11.849Z
8142026-04-16T04:20:11.849Z+ banner 'dyn load'
8152026-04-16T04:20:11.849Z
8162026-04-16T04:20:11.849Z ##### # # # # # #### ## #####
8172026-04-16T04:20:11.849Z # # # # ## # # # # # # # #
8182026-04-16T04:20:11.849Z # # # # # # # # # # # # #
8192026-04-16T04:20:11.849Z # # # # # # # # # ###### # #
8202026-04-16T04:20:11.849Z # # # # ## # # # # # # #
8212026-04-16T04:20:11.850Z ##### # # # ###### #### # # #####
8222026-04-16T04:20:11.850Z
8232026-04-16T04:20:11.850Z+ RUST_BACKTRACE=1
8242026-04-16T04:20:11.850Z+ cargo test dload -- --nocapture
8252026-04-16T04:20:11.972Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
8262026-04-16T04:20:12.007Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
8272026-04-16T04:20:12.007Z
8282026-04-16T04:20:12.007Zrunning 2 tests
8292026-04-16T04:20:12.007Ztest dload::pipeline_create ... ok
8302026-04-16T04:20:12.007Ztest dload::dynamic_load ... ok
8312026-04-16T04:20:12.007Z
8322026-04-16T04:20:12.007Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8332026-04-16T04:20:12.007Z
8342026-04-16T04:20:12.007Z+ banner disag
8352026-04-16T04:20:12.007Z
8362026-04-16T04:20:12.007Z ##### # #### ## ####
8372026-04-16T04:20:12.007Z # # # # # # # #
8382026-04-16T04:20:12.007Z # # # #### # # #
8392026-04-16T04:20:12.008Z # # # # ###### # ###
8402026-04-16T04:20:12.008Z # # # # # # # # #
8412026-04-16T04:20:12.008Z ##### # #### # # ####
8422026-04-16T04:20:12.008Z
8432026-04-16T04:20:12.008Z+ RUST_BACKTRACE=1
8442026-04-16T04:20:12.008Z+ cargo test disag_router -- --nocapture
8452026-04-16T04:20:12.068Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
8462026-04-16T04:20:12.097Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
8472026-04-16T04:20:12.098Z
8482026-04-16T04:20:12.098Zrunning 1 test
8492026-04-16T04:20:12.110Z[phy2] do you know the muffin man?
8502026-04-16T04:20:12.110Z[cpu] the muffin man?
8512026-04-16T04:20:12.110Z[cpu] the muffin man!
8522026-04-16T04:20:12.110Z[cpu] why yes
8532026-04-16T04:20:12.110Z[phy1] i know the muffin man
8542026-04-16T04:20:12.110Z[phy3] the muffin man is me!!!
8552026-04-16T04:20:12.110Ztest disag_router::disag_router ... ok
8562026-04-16T04:20:12.111Z
8572026-04-16T04:20:12.111Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8582026-04-16T04:20:12.111Z
8592026-04-16T04:20:12.111Z+ banner 'dyn rtr'
8602026-04-16T04:20:12.111Z
8612026-04-16T04:20:12.111Z ##### # # # # ##### ##### #####
8622026-04-16T04:20:12.111Z # # # # ## # # # # # #
8632026-04-16T04:20:12.111Z # # # # # # # # # # #
8642026-04-16T04:20:12.111Z # # # # # # ##### # #####
8652026-04-16T04:20:12.111Z # # # # ## # # # # #
8662026-04-16T04:20:12.111Z ##### # # # # # # # #
8672026-04-16T04:20:12.111Z
8682026-04-16T04:20:12.111Z+ RUST_BACKTRACE=1
8692026-04-16T04:20:12.111Z+ cargo test dynamic_router -- --nocapture
8702026-04-16T04:20:12.303Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
8712026-04-16T04:20:12.323Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
8722026-04-16T04:20:12.323Z
8732026-04-16T04:20:12.323Zrunning 1 test
8742026-04-16T04:20:12.324Z[phy2] do you know the muffin man?
8752026-04-16T04:20:12.324Z[cpu] the muffin man?
8762026-04-16T04:20:12.324Z[cpu] the muffin man!
8772026-04-16T04:20:12.324Z[cpu] why yes
8782026-04-16T04:20:12.324Z[phy1] i know the muffin man
8792026-04-16T04:20:12.324Z[phy3] the muffin man is me!!!
8802026-04-16T04:20:12.324Ztest dynamic_router::dynamic_router2 ... ok
8812026-04-16T04:20:12.324Z
8822026-04-16T04:20:12.324Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8832026-04-16T04:20:12.324Z
8842026-04-16T04:20:12.324Z+ banner hub
8852026-04-16T04:20:12.324Z
8862026-04-16T04:20:12.324Z # # # # #####
8872026-04-16T04:20:12.324Z # # # # # #
8882026-04-16T04:20:12.324Z ###### # # #####
8892026-04-16T04:20:12.324Z # # # # # #
8902026-04-16T04:20:12.324Z # # # # # #
8912026-04-16T04:20:12.324Z # # #### #####
8922026-04-16T04:20:12.324Z
8932026-04-16T04:20:12.324Z+ RUST_BACKTRACE=1
8942026-04-16T04:20:12.324Z+ cargo test hub -- --nocapture
8952026-04-16T04:20:12.349Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
8962026-04-16T04:20:12.349Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
8972026-04-16T04:20:12.349Z
8982026-04-16T04:20:12.349Zrunning 1 test
8992026-04-16T04:20:12.349Z[phy2] do you know the muffin man?
9002026-04-16T04:20:12.349Z[phy3] do you know the muffin man?
9012026-04-16T04:20:12.349Z[phy1] the muffin man?
9022026-04-16T04:20:12.349Z[phy3] the muffin man?
9032026-04-16T04:20:12.349Z[phy2] the muffin man!
9042026-04-16T04:20:12.349Z[phy3] the muffin man!
9052026-04-16T04:20:12.349Z[phy1] why yes
9062026-04-16T04:20:12.349Z[phy1] i know the muffin man
9072026-04-16T04:20:12.349Z[phy1] the muffin man is me!!!
9082026-04-16T04:20:12.349Z[phy3] why yes
9092026-04-16T04:20:12.350Z[phy3] i know the muffin man
9102026-04-16T04:20:12.350Z[phy3] the muffin man is me!!!
9112026-04-16T04:20:12.350Ztest hub::hub2 ... ok
9122026-04-16T04:20:12.350Z
9132026-04-16T04:20:12.350Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9142026-04-16T04:20:12.350Z
9152026-04-16T04:20:12.367Z+ banner router
9162026-04-16T04:20:12.367Z
9172026-04-16T04:20:12.367Z ##### #### # # ##### ###### #####
9182026-04-16T04:20:12.367Z # # # # # # # # # #
9192026-04-16T04:20:12.367Z # # # # # # # ##### # #
9202026-04-16T04:20:12.367Z ##### # # # # # # #####
9212026-04-16T04:20:12.367Z # # # # # # # # # #
9222026-04-16T04:20:12.367Z # # #### #### # ###### # #
9232026-04-16T04:20:12.367Z
9242026-04-16T04:20:12.367Z+ RUST_BACKTRACE=1
9252026-04-16T04:20:12.367Z+ cargo test basic_router -- --nocapture
9262026-04-16T04:20:12.448Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
9272026-04-16T04:20:12.467Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
9282026-04-16T04:20:12.467Z
9292026-04-16T04:20:12.467Zrunning 1 test
9302026-04-16T04:20:12.467Z[phy2] do you know the muffin man?
9312026-04-16T04:20:12.467Z[phy1] the muffin man?
9322026-04-16T04:20:12.467Z[phy2] the muffin man!
9332026-04-16T04:20:12.467Z[phy1] why yes
9342026-04-16T04:20:12.467Z[phy1] i know the muffin man
9352026-04-16T04:20:12.467Z[phy1] the muffin man is me!!!
9362026-04-16T04:20:12.467Ztest basic_router::basic_router2 ... ok
9372026-04-16T04:20:12.467Z
9382026-04-16T04:20:12.468Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9392026-04-16T04:20:12.468Z
9402026-04-16T04:20:12.468Z+ banner headers
9412026-04-16T04:20:12.491Z
9422026-04-16T04:20:12.491Z # # ###### ## ##### ###### ##### ####
9432026-04-16T04:20:12.491Z # # # # # # # # # # #
9442026-04-16T04:20:12.491Z ###### ##### # # # # ##### # # ####
9452026-04-16T04:20:12.491Z # # # ###### # # # ##### #
9462026-04-16T04:20:12.491Z # # # # # # # # # # # #
9472026-04-16T04:20:12.491Z # # ###### # # ##### ###### # # ####
9482026-04-16T04:20:12.491Z
9492026-04-16T04:20:12.491Z+ RUST_BACKTRACE=1
9502026-04-16T04:20:12.491Z+ cargo test headers -- --nocapture
9512026-04-16T04:20:12.565Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
9522026-04-16T04:20:12.589Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
9532026-04-16T04:20:12.589Z
9542026-04-16T04:20:12.589Zrunning 1 test
9552026-04-16T04:20:12.589Ztest headers::ipv6_header_read_write ... ok
9562026-04-16T04:20:12.589Z
9572026-04-16T04:20:12.589Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9582026-04-16T04:20:12.589Z
9592026-04-16T04:20:12.589Zprocess exited: duration 113797 ms, exit code 0
 
9602026-04-16T04:20:12.634Zfound 4 output files
9612026-04-16T04:20:12.634Zuploading: /work/debug/libsidecar_lite.so (43097296 bytes)
9622026-04-16T04:20:14.522Zuploaded: /work/debug/libsidecar_lite.so
9632026-04-16T04:20:14.522Zuploading: /work/debug/x4c (37742592 bytes)
9642026-04-16T04:20:16.098Zuploaded: /work/debug/x4c
9652026-04-16T04:20:16.098Zuploading: /work/release/libsidecar_lite.so (9838312 bytes)
9662026-04-16T04:20:17.337Zuploaded: /work/release/libsidecar_lite.so
9672026-04-16T04:20:17.337Zuploading: /work/release/x4c (8571144 bytes)
9682026-04-16T04:20:18.569Zuploaded: /work/release/x4c