01KVF2AYCXRDPYTYEPWYHFTF6Y: 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: 01KVF2BM5VFR50YN1YKA7GPBRC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-19T04:32:08.220Zjob assigned to worker 01KVF2BSTRR5T2VC6R88YV4DKH [factory aws, i-01ff763af4475288f] (queued for 47 s)
 
22026-06-19T04:32:15.598Zstarting task 0: "setup"
32026-06-19T04:32:15.604Z++ uname -s
42026-06-19T04:32:15.607Z+ kern=SunOS
52026-06-19T04:32:15.607Z+ build_user=build
62026-06-19T04:32:15.607Z+ build_uid=12345
72026-06-19T04:32:15.607Z+ work_dir=/work
82026-06-19T04:32:15.607Z+ input_dir=/input
92026-06-19T04:32:15.607Z+ [[ 0 == 12345 ]]
102026-06-19T04:32:15.607Z+ case "$kern" in
112026-06-19T04:32:15.607Z+ groupadd -g 12345 build
122026-06-19T04:32:15.610Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-19T04:32:17.612Z+ zfs create -o mountpoint=/work rpool/work
142026-06-19T04:32:17.700Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-19T04:32:17.703Z+ home_fs=zfs
162026-06-19T04:32:17.703Z+ [[ zfs == autofs ]]
172026-06-19T04:32:17.703Z+ mkdir -p /home/build
182026-06-19T04:32:17.703Z+ chown build:build /home/build /work
192026-06-19T04:32:19.704Z+ chmod 0700 /home/build /work
202026-06-19T04:32:19.707Zprocess exited: duration 4106 ms, exit code 0
 
212026-06-19T04:32:19.714Zstarting task 1: "rust-toolchain"
222026-06-19T04:32:19.717Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-19T04:32:19.717Z * rust toolchain channel = "stable"
242026-06-19T04:32:19.717Z * rust toolchain profile = "default"
252026-06-19T04:32:19.717Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-19T04:32:19.717Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-19T04:32:19.717Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-19T04:32:19.720Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-19T04:32:19.720Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-19T04:32:19.818Zinfo: downloading installer
312026-06-19T04:32:21.404Zwarn: It looks like you have an existing installation of Rust at:
322026-06-19T04:32:21.404Zwarn: /opt/ooce/bin
332026-06-19T04:32:21.404Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-19T04:32:21.404Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-19T04:32:21.404Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-19T04:32:21.404Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-19T04:32:21.404Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-19T04:32:21.405Zerror: cannot install while Rust is installed
392026-06-19T04:32:21.405Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-19T04:32:21.405Zwarn: It looks like you have an existing rustup settings file at:
412026-06-19T04:32:21.405Zwarn: /home/build/.rustup/settings.toml
422026-06-19T04:32:21.405Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-19T04:32:21.405Zwarn: instead of the one inferred from the default host triple.
442026-06-19T04:32:21.418Zinfo: profile set to default
452026-06-19T04:32:21.418Zinfo: default host triple is x86_64-unknown-illumos
462026-06-19T04:32:21.421Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-19T04:32:21.572Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-19T04:32:21.575Zinfo: downloading 6 components
492026-06-19T04:32:37.407Z
502026-06-19T04:32:37.407Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-19T04:32:37.434Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-19T04:32:37.434Z
532026-06-19T04:32:37.437Z
542026-06-19T04:32:37.437ZRust is installed now. Great!
552026-06-19T04:32:37.437Z
562026-06-19T04:32:37.437ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-19T04:32:37.437Zenvironment variable. This has not been done automatically.
582026-06-19T04:32:37.437Z
592026-06-19T04:32:37.437ZTo configure your current shell, you need to source
602026-06-19T04:32:37.437Zthe corresponding env file under $HOME/.cargo.
612026-06-19T04:32:37.437Z
622026-06-19T04:32:37.437ZThis is usually done by running one of the following (note the leading DOT):
632026-06-19T04:32:37.437Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-19T04:32:37.438Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-19T04:32:37.438Zsource "~/.cargo/env.nu" # For nushell
662026-06-19T04:32:37.438Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-19T04:32:37.438Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-19T04:32:37.438Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-19T04:32:37.438Zwarn: no default linker (`cc`) was found in your PATH
702026-06-19T04:32:37.438Zwarn: many Rust crates require a system C toolchain to build
712026-06-19T04:32:37.526Z+ rustup --version
722026-06-19T04:32:37.535Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-19T04:32:37.538Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-19T04:32:37.556Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-19T04:32:37.559Z+ cargo --version
762026-06-19T04:32:37.573Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-19T04:32:37.577Z+ rustc --version
782026-06-19T04:32:37.594Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-19T04:32:37.597Zprocess exited: duration 17884 ms, exit code 0
 
802026-06-19T04:32:37.603Zstarting task 2: "authentication"
812026-06-19T04:32:37.619Zprocess exited: duration 16 ms, exit code 0
 
822026-06-19T04:32:37.625Zstarting task 3: "clone repository"
832026-06-19T04:32:37.629Z+ mkdir -p /work/oxidecomputer/p4
842026-06-19T04:32:37.632Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-06-19T04:32:37.661ZCloning into '/work/oxidecomputer/p4'...
862026-06-19T04:32:38.404Z+ cd /work/oxidecomputer/p4
872026-06-19T04:32:38.404Z+ git fetch origin 8770f1df0641bae5434f532e2f0f7a663954452a
882026-06-19T04:32:38.632ZFrom https://github.com/oxidecomputer/p4
892026-06-19T04:32:38.632Z * branch 8770f1df0641bae5434f532e2f0f7a663954452a -> FETCH_HEAD
902026-06-19T04:32:38.636Z+ [[ -n renovate/bitvec-1.x-lockfile ]]
912026-06-19T04:32:38.639Z++ git branch --show-current
922026-06-19T04:32:38.639Z+ current=main
932026-06-19T04:32:38.639Z+ [[ main != renovate/bitvec-1.x-lockfile ]]
942026-06-19T04:32:38.639Z+ git branch -f renovate/bitvec-1.x-lockfile 8770f1df0641bae5434f532e2f0f7a663954452a
952026-06-19T04:32:38.642Z+ git checkout -f renovate/bitvec-1.x-lockfile
962026-06-19T04:32:38.648ZSwitched to branch 'renovate/bitvec-1.x-lockfile'
972026-06-19T04:32:38.650Z+ git reset --hard 8770f1df0641bae5434f532e2f0f7a663954452a
982026-06-19T04:32:38.653ZHEAD is now at 8770f1d Update Rust crate bitvec to v1.1.1
992026-06-19T04:32:38.653Zprocess exited: duration 1026 ms, exit code 0
 
1002026-06-19T04:32:38.660Zstarting task 4: "build"
1012026-06-19T04:32:38.663Z+ cargo --version
1022026-06-19T04:32:38.668Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-06-19T04:32:38.843Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-06-19T04:32:38.846Zinfo: downloading 6 components
1052026-06-19T04:32:56.532Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-06-19T04:32:56.535Z+ rustc --version
1072026-06-19T04:32:56.561Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-06-19T04:32:56.565Z+ banner check
1092026-06-19T04:32:56.568Z
1102026-06-19T04:32:56.568Z #### # # ###### #### # #
1112026-06-19T04:32:56.568Z # # # # # # # # #
1122026-06-19T04:32:56.568Z # ###### ##### # ####
1132026-06-19T04:32:56.568Z # # # # # # #
1142026-06-19T04:32:56.568Z # # # # # # # # #
1152026-06-19T04:32:56.568Z #### # # ###### #### # #
1162026-06-19T04:32:56.568Z
1172026-06-19T04:32:56.568Z+ cargo fmt -- --check
1182026-06-19T04:32:56.706Z+ cargo check
1192026-06-19T04:32:56.772Z Updating crates.io index
1202026-06-19T04:32:56.811Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-06-19T04:32:57.067ZFrom https://github.com/oxidecomputer/xfr
1222026-06-19T04:32:57.067Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-06-19T04:32:58.622Z Downloading crates ...
1242026-06-19T04:32:58.683Z Downloaded autocfg v1.5.0
1252026-06-19T04:32:58.693Z Downloaded getrandom v0.4.1
1262026-06-19T04:32:58.696Z Downloaded heck v0.5.0
1272026-06-19T04:32:58.698Z Downloaded anstyle-query v1.1.5
1282026-06-19T04:32:58.701Z Downloaded cpufeatures v0.2.17
1292026-06-19T04:32:58.701Z Downloaded errno v0.3.14
1302026-06-19T04:32:58.707Z Downloaded glob v0.3.3
1312026-06-19T04:32:58.710Z Downloaded zmij v1.0.21
1322026-06-19T04:32:58.710Z Downloaded clap_derive v4.6.1
1332026-06-19T04:32:58.712Z Downloaded anstyle-parse v1.0.0
1342026-06-19T04:32:58.715Z Downloaded fastrand v2.3.0
1352026-06-19T04:32:58.715Z Downloaded colorchoice v1.0.4
1362026-06-19T04:32:58.719Z Downloaded anstyle v1.0.13
1372026-06-19T04:32:58.724Z Downloaded cfg-if v1.0.4
1382026-06-19T04:32:58.729Z Downloaded colored v3.1.1
1392026-06-19T04:32:58.731Z Downloaded zerocopy v0.8.40
1402026-06-19T04:32:58.735Z Downloaded byteorder v1.5.0
1412026-06-19T04:32:58.738Z Downloaded zerocopy-derive v0.7.35
1422026-06-19T04:32:58.741Z Downloaded goblin v0.8.2
1432026-06-19T04:32:58.744Z Downloaded generic-array v0.14.7
1442026-06-19T04:32:58.744Z Downloaded digest v0.10.7
1452026-06-19T04:32:58.744Z Downloaded anstream v1.0.0
1462026-06-19T04:32:58.747Z Downloaded clap v4.6.1
1472026-06-19T04:32:58.750Z Downloaded getrandom v0.3.4
1482026-06-19T04:32:58.752Z Downloaded bitflags v2.11.0
1492026-06-19T04:32:58.755Z Downloaded dof v0.3.0
1502026-06-19T04:32:58.755Z Downloaded funty v2.0.0
1512026-06-19T04:32:58.762Z Downloaded dtrace-parser v0.2.0
1522026-06-19T04:32:58.765Z Downloaded clap_lex v1.0.0
1532026-06-19T04:32:58.765Z Downloaded tap v1.0.1
1542026-06-19T04:32:58.768Z Downloaded crypto-common v0.1.7
1552026-06-19T04:32:58.768Z Downloaded strsim v0.11.1
1562026-06-19T04:32:58.773Z Downloaded block-buffer v0.10.4
1572026-06-19T04:32:58.776Z Downloaded pnet_base v0.35.0
1582026-06-19T04:32:58.776Z Downloaded utf8parse v0.2.2
1592026-06-19T04:32:58.780Z Downloaded itoa v1.0.17
1602026-06-19T04:32:58.782Z Downloaded clap_builder v4.6.0
1612026-06-19T04:32:58.790Z Downloaded thread-id v4.2.2
1622026-06-19T04:32:58.805Z Downloaded usdt-macro v0.5.0
1632026-06-19T04:32:58.810Z Downloaded usdt-attr-macro v0.5.0
1642026-06-19T04:32:58.813Z Downloaded version_check v0.9.5
1652026-06-19T04:32:58.813Z Downloaded pnet_transport v0.35.0
1662026-06-19T04:32:58.813Z Downloaded pnet_macros_support v0.35.0
1672026-06-19T04:32:58.816Z Downloaded num v0.4.3
1682026-06-19T04:32:58.819Z Downloaded usdt v0.5.0
1692026-06-19T04:32:58.822Z Downloaded radium v0.7.0
1702026-06-19T04:32:58.827Z Downloaded is_terminal_polyfill v1.70.2
1712026-06-19T04:32:58.830Z Downloaded scroll_derive v0.12.1
1722026-06-19T04:32:58.830Z Downloaded pnet_sys v0.35.0
1732026-06-19T04:32:58.833Z Downloaded num-iter v0.1.45
1742026-06-19T04:32:58.836Z Downloaded sha2 v0.10.9
1752026-06-19T04:32:58.839Z Downloaded memmap v0.7.0
1762026-06-19T04:32:58.839Z Downloaded pnet_datalink v0.35.0
1772026-06-19T04:32:58.842Z Downloaded num-integer v0.1.46
1782026-06-19T04:32:58.842Z Downloaded no-std-net v0.6.0
1792026-06-19T04:32:58.845Z Downloaded pretty-hex v0.4.1
1802026-06-19T04:32:58.848Z Downloaded pnet_macros v0.35.0
1812026-06-19T04:32:58.851Z Downloaded pnet v0.35.0
1822026-06-19T04:32:58.851Z Downloaded rand_chacha v0.9.0
1832026-06-19T04:32:58.854Z Downloaded usdt-impl v0.5.0
1842026-06-19T04:32:58.854Z Downloaded num-rational v0.4.2
1852026-06-19T04:32:58.856Z Downloaded ipnetwork v0.20.0
1862026-06-19T04:32:58.856Z Downloaded plain v0.2.3
1872026-06-19T04:32:58.859Z Downloaded thiserror v1.0.69
1882026-06-19T04:32:58.862Z Downloaded quote v1.0.45
1892026-06-19T04:32:58.862Z Downloaded rand_core v0.9.5
1902026-06-19T04:32:58.865Z Downloaded thiserror-impl v1.0.69
1912026-06-19T04:32:58.868Z Downloaded num-complex v0.4.6
1922026-06-19T04:32:58.871Z Downloaded wyz v0.5.1
1932026-06-19T04:32:58.874Z Downloaded serde_tokenstream v0.2.3
1942026-06-19T04:32:58.874Z Downloaded scroll v0.12.0
1952026-06-19T04:32:58.877Z Downloaded pnet_packet v0.35.0
1962026-06-19T04:32:58.879Z Downloaded pest_derive v2.8.6
1972026-06-19T04:32:58.882Z Downloaded once_cell v1.21.3
1982026-06-19T04:32:58.890Z Downloaded ppv-lite86 v0.2.21
1992026-06-19T04:32:58.893Z Downloaded tempfile v3.27.0
2002026-06-19T04:32:58.905Z Downloaded anyhow v1.0.102
2012026-06-19T04:32:58.909Z Downloaded ucd-trie v0.1.7
2022026-06-19T04:32:58.912Z Downloaded pest_generator v2.8.6
2032026-06-19T04:32:58.916Z Downloaded serde_derive v1.0.228
2042026-06-19T04:32:58.924Z Downloaded unicode-ident v1.0.24
2052026-06-19T04:32:58.927Z Downloaded num-traits v0.2.19
2062026-06-19T04:32:58.929Z Downloaded serde_core v1.0.228
2072026-06-19T04:32:58.933Z Downloaded log v0.4.29
2082026-06-19T04:32:58.943Z Downloaded proc-macro2 v1.0.106
2092026-06-19T04:32:58.946Z Downloaded pest_meta v2.8.6
2102026-06-19T04:32:58.964Z Downloaded serde v1.0.228
2112026-06-19T04:32:58.967Z Downloaded typenum v1.19.0
2122026-06-19T04:32:58.971Z Downloaded memchr v2.8.0
2132026-06-19T04:32:58.976Z Downloaded prettyplease v0.2.37
2142026-06-19T04:32:58.980Z Downloaded rand v0.9.3
2152026-06-19T04:32:58.983Z Downloaded num-bigint v0.4.6
2162026-06-19T04:32:58.998Z Downloaded aho-corasick v1.1.4
2172026-06-19T04:32:59.023Z Downloaded pest v2.8.6
2182026-06-19T04:32:59.040Z Downloaded regex v1.12.4
2192026-06-19T04:32:59.048Z Downloaded zerocopy v0.7.35
2202026-06-19T04:32:59.056Z Downloaded serde_json v1.0.149
2212026-06-19T04:32:59.070Z Downloaded bitvec v1.1.1
2222026-06-19T04:32:59.091Z Downloaded syn v2.0.118
2232026-06-19T04:32:59.123Z Downloaded regex-syntax v0.8.11
2242026-06-19T04:32:59.139Z Downloaded rustix v1.1.4
2252026-06-19T04:32:59.158Z Downloaded regex-automata v0.4.14
2262026-06-19T04:32:59.179Z Downloaded libc v0.2.182
2272026-06-19T04:32:59.248Z Compiling proc-macro2 v1.0.106
2282026-06-19T04:32:59.248Z Compiling quote v1.0.45
2292026-06-19T04:32:59.251Z Compiling unicode-ident v1.0.24
2302026-06-19T04:32:59.251Z Compiling libc v0.2.182
2312026-06-19T04:32:59.251Z Compiling serde_core v1.0.228
2322026-06-19T04:32:59.251Z Compiling memchr v2.8.0
2332026-06-19T04:32:59.251Z Compiling serde v1.0.228
2342026-06-19T04:32:59.403Z Compiling zmij v1.0.21
2352026-06-19T04:32:59.662Z Compiling thiserror v1.0.69
2362026-06-19T04:32:59.662Z Compiling ucd-trie v0.1.7
2372026-06-19T04:32:59.766Z Compiling getrandom v0.4.1
2382026-06-19T04:32:59.876Z Compiling pest v2.8.6
2392026-06-19T04:32:59.891Z Compiling serde_json v1.0.149
2402026-06-19T04:33:00.038Z Compiling rustix v1.1.4
2412026-06-19T04:33:00.137Z Compiling autocfg v1.5.0
2422026-06-19T04:33:00.145Z Compiling version_check v0.9.5
2432026-06-19T04:33:00.488Z Compiling syn v2.0.118
2442026-06-19T04:33:00.508Z Compiling num-traits v0.2.19
2452026-06-19T04:33:00.564Z Compiling aho-corasick v1.1.4
2462026-06-19T04:33:00.619Z Compiling prettyplease v0.2.37
2472026-06-19T04:33:00.744Z Compiling regex-syntax v0.8.11
2482026-06-19T04:33:01.058Z Compiling pest_meta v2.8.6
2492026-06-19T04:33:01.136Z Checking cfg-if v1.0.4
2502026-06-19T04:33:01.475Z Compiling byteorder v1.5.0
2512026-06-19T04:33:01.694Z Compiling itoa v1.0.17
2522026-06-19T04:33:01.711Z Compiling usdt-impl v0.5.0
2532026-06-19T04:33:01.947Z Checking num-integer v0.1.46
2542026-06-19T04:33:02.011Z Compiling thread-id v4.2.2
2552026-06-19T04:33:02.083Z Checking plain v0.2.3
2562026-06-19T04:33:02.178Z Checking colored v3.1.1
2572026-06-19T04:33:02.253Z Compiling regex-automata v0.4.14
2582026-06-19T04:33:02.354Z Checking log v0.4.29
2592026-06-19T04:33:02.497Z Compiling errno v0.3.14
2602026-06-19T04:33:02.631Z Checking pretty-hex v0.4.1
2612026-06-19T04:33:02.743Z Compiling radium v0.7.0
2622026-06-19T04:33:02.820Z Compiling pest_generator v2.8.6
2632026-06-19T04:33:02.824Z Checking no-std-net v0.6.0
2642026-06-19T04:33:02.884Z Compiling bitflags v2.11.0
2652026-06-19T04:33:02.901Z Checking pnet_base v0.35.0
2662026-06-19T04:33:03.180Z Compiling once_cell v1.21.3
2672026-06-19T04:33:03.183Z Compiling fastrand v2.3.0
2682026-06-19T04:33:03.214Z Compiling zerocopy v0.8.40
2692026-06-19T04:33:03.414Z Checking tap v1.0.1
2702026-06-19T04:33:03.455Z Compiling getrandom v0.3.4
2712026-06-19T04:33:03.507Z Checking wyz v0.5.1
2722026-06-19T04:33:03.692Z Compiling tempfile v3.27.0
2732026-06-19T04:33:03.692Z Checking num-iter v0.1.45
2742026-06-19T04:33:03.796Z Checking memmap v0.7.0
2752026-06-19T04:33:03.818Z Checking funty v2.0.0
2762026-06-19T04:33:03.850Z Compiling anyhow v1.0.102
2772026-06-19T04:33:04.079Z Compiling serde_derive v1.0.228
2782026-06-19T04:33:04.140Z Compiling thiserror-impl v1.0.69
2792026-06-19T04:33:04.171Z Compiling zerocopy-derive v0.7.35
2802026-06-19T04:33:04.192Z Compiling pest_derive v2.8.6
2812026-06-19T04:33:04.396Z Compiling regex v1.12.4
2822026-06-19T04:33:04.507Z Compiling scroll_derive v0.12.1
2832026-06-19T04:33:04.709Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2842026-06-19T04:33:04.983Z Compiling pnet_macros v0.35.0
2852026-06-19T04:33:05.004Z Checking bitvec v1.1.1
2862026-06-19T04:33:05.016Z Compiling zerocopy v0.7.35
2872026-06-19T04:33:05.212Z Checking scroll v0.12.0
2882026-06-19T04:33:05.404Z Compiling dtrace-parser v0.2.0
2892026-06-19T04:33:05.519Z Checking goblin v0.8.2
2902026-06-19T04:33:05.758Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2912026-06-19T04:33:06.050Z Checking pnet_macros_support v0.35.0
2922026-06-19T04:33:06.088Z Checking pnet_sys v0.35.0
2932026-06-19T04:33:06.267Z Checking utf8parse v0.2.2
2942026-06-19T04:33:06.359Z Checking anstyle-parse v1.0.0
2952026-06-19T04:33:06.507Z Checking pnet_packet v0.35.0
2962026-06-19T04:33:06.726Z Checking rand_core v0.9.5
2972026-06-19T04:33:07.040Z Checking colorchoice v1.0.4
2982026-06-19T04:33:07.069Z Checking anstyle v1.0.13
2992026-06-19T04:33:07.132Z Checking anstyle-query v1.1.5
3002026-06-19T04:33:07.168Z Checking num-bigint v0.4.6
3012026-06-19T04:33:07.174Z Checking num-complex v0.4.6
3022026-06-19T04:33:07.238Z Checking ipnetwork v0.20.0
3032026-06-19T04:33:07.385Z Compiling dof v0.3.0
3042026-06-19T04:33:07.408Z Compiling serde_tokenstream v0.2.3
3052026-06-19T04:33:07.503Z Compiling pnet v0.35.0
3062026-06-19T04:33:07.686Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3072026-06-19T04:33:07.721Z Checking is_terminal_polyfill v1.70.2
3082026-06-19T04:33:07.808Z Checking anstream v1.0.0
3092026-06-19T04:33:08.057Z Checking num-rational v0.4.2
3102026-06-19T04:33:08.101Z Checking pnet_datalink v0.35.0
3112026-06-19T04:33:08.212Z Compiling usdt-macro v0.5.0
3122026-06-19T04:33:08.306Z Compiling usdt-attr-macro v0.5.0
3132026-06-19T04:33:08.346Z Checking num v0.4.3
3142026-06-19T04:33:08.417Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3152026-06-19T04:33:08.472Z Checking strsim v0.11.1
3162026-06-19T04:33:08.501Z Checking pnet_transport v0.35.0
3172026-06-19T04:33:08.586Z Compiling heck v0.5.0
3182026-06-19T04:33:08.628Z Checking clap_lex v1.0.0
3192026-06-19T04:33:08.683Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3202026-06-19T04:33:08.713Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3212026-06-19T04:33:08.772Z Checking clap_builder v4.6.0
3222026-06-19T04:33:08.788Z Compiling clap_derive v4.6.1
3232026-06-19T04:33:08.844Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3242026-06-19T04:33:08.892Z Checking ppv-lite86 v0.2.21
3252026-06-19T04:33:08.951Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3262026-06-19T04:33:09.053Z Checking usdt v0.5.0
3272026-06-19T04:33:09.179Z Checking rand_chacha v0.9.0
3282026-06-19T04:33:09.190Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3292026-06-19T04:33:09.346Z Checking rand v0.9.3
3302026-06-19T04:33:09.537Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3312026-06-19T04:33:10.114Z Checking clap v4.6.1
3322026-06-19T04:33:10.176Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3332026-06-19T04:33:10.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.71s
3342026-06-19T04:33:10.507Z+ cargo clippy --all-targets -- --deny warnings
3352026-06-19T04:33:10.626Z Downloading crates ...
3362026-06-19T04:33:10.689Z Downloaded libloading v0.9.0
3372026-06-19T04:33:10.737Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3382026-06-19T04:33:10.753Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3392026-06-19T04:33:10.760Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3402026-06-19T04:33:10.763Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3412026-06-19T04:33:10.766Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3422026-06-19T04:33:10.769Z Checking libloading v0.9.0
3432026-06-19T04:33:11.014Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3442026-06-19T04:33:11.544Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3452026-06-19T04:33:12.399Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3462026-06-19T04:33:12.399Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3472026-06-19T04:33:13.341Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3482026-06-19T04:33:18.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s
3492026-06-19T04:33:18.361Z+ banner build
3502026-06-19T04:33:18.364Z
3512026-06-19T04:33:18.365Z ##### # # # # #####
3522026-06-19T04:33:18.365Z # # # # # # # #
3532026-06-19T04:33:18.365Z ##### # # # # # #
3542026-06-19T04:33:18.365Z # # # # # # # #
3552026-06-19T04:33:18.365Z # # # # # # # #
3562026-06-19T04:33:18.365Z ##### #### # ###### #####
3572026-06-19T04:33:18.365Z
3582026-06-19T04:33:18.365Z+ ptime -m cargo build
3592026-06-19T04:33:18.496Z Compiling unicode-ident v1.0.24
3602026-06-19T04:33:18.496Z Compiling memchr v2.8.0
3612026-06-19T04:33:18.500Z Compiling ucd-trie v0.1.7
3622026-06-19T04:33:18.500Z Compiling regex-syntax v0.8.11
3632026-06-19T04:33:18.500Z Compiling libc v0.2.182
3642026-06-19T04:33:18.500Z Compiling serde_core v1.0.228
3652026-06-19T04:33:18.519Z Compiling cfg-if v1.0.4
3662026-06-19T04:33:18.534Z Compiling zmij v1.0.21
3672026-06-19T04:33:18.565Z Compiling byteorder v1.5.0
3682026-06-19T04:33:18.616Z Compiling proc-macro2 v1.0.106
3692026-06-19T04:33:18.774Z Compiling itoa v1.0.17
3702026-06-19T04:33:18.781Z Compiling num-traits v0.2.19
3712026-06-19T04:33:18.794Z Compiling thread-id v4.2.2
3722026-06-19T04:33:18.860Z Compiling errno v0.3.14
3732026-06-19T04:33:18.864Z Compiling bitflags v2.11.0
3742026-06-19T04:33:18.944Z Compiling aho-corasick v1.1.4
3752026-06-19T04:33:18.972Z Compiling quote v1.0.45
3762026-06-19T04:33:19.081Z Compiling pest v2.8.6
3772026-06-19T04:33:19.188Z Compiling syn v2.0.118
3782026-06-19T04:33:19.252Z Compiling rustix v1.1.4
3792026-06-19T04:33:19.325Z Compiling num-integer v0.1.46
3802026-06-19T04:33:19.383Z Compiling getrandom v0.4.1
3812026-06-19T04:33:19.513Z Compiling log v0.4.29
3822026-06-19T04:33:19.635Z Compiling once_cell v1.21.3
3832026-06-19T04:33:19.684Z Compiling plain v0.2.3
3842026-06-19T04:33:19.780Z Compiling fastrand v2.3.0
3852026-06-19T04:33:19.833Z Compiling colored v3.1.1
3862026-06-19T04:33:20.040Z Compiling regex-automata v0.4.14
3872026-06-19T04:33:20.146Z Compiling pest_meta v2.8.6
3882026-06-19T04:33:20.223Z Compiling serde_json v1.0.149
3892026-06-19T04:33:20.341Z Compiling tempfile v3.27.0
3902026-06-19T04:33:20.379Z Compiling pretty-hex v0.4.1
3912026-06-19T04:33:20.505Z Compiling no-std-net v0.6.0
3922026-06-19T04:33:20.569Z Compiling pnet_base v0.35.0
3932026-06-19T04:33:20.726Z Compiling tap v1.0.1
3942026-06-19T04:33:20.751Z Compiling radium v0.7.0
3952026-06-19T04:33:20.824Z Compiling wyz v0.5.1
3962026-06-19T04:33:20.941Z Compiling num-iter v0.1.45
3972026-06-19T04:33:20.999Z Compiling memmap v0.7.0
3982026-06-19T04:33:21.003Z Compiling funty v2.0.0
3992026-06-19T04:33:21.044Z Compiling getrandom v0.3.4
4002026-06-19T04:33:21.176Z Compiling zerocopy v0.8.40
4012026-06-19T04:33:21.213Z Compiling pnet_macros_support v0.35.0
4022026-06-19T04:33:21.232Z Compiling pnet_sys v0.35.0
4032026-06-19T04:33:21.318Z Compiling bitvec v1.1.1
4042026-06-19T04:33:21.370Z Compiling utf8parse v0.2.2
4052026-06-19T04:33:21.402Z Compiling rand_core v0.9.5
4062026-06-19T04:33:21.467Z Compiling anstyle-parse v1.0.0
4072026-06-19T04:33:21.470Z Compiling anyhow v1.0.102
4082026-06-19T04:33:21.609Z Compiling pest_generator v2.8.6
4092026-06-19T04:33:21.641Z Compiling prettyplease v0.2.37
4102026-06-19T04:33:21.642Z Compiling anstyle v1.0.13
4112026-06-19T04:33:21.849Z Compiling regex v1.12.4
4122026-06-19T04:33:21.853Z Compiling anstyle-query v1.1.5
4132026-06-19T04:33:21.946Z Compiling colorchoice v1.0.4
4142026-06-19T04:33:22.049Z Compiling is_terminal_polyfill v1.70.2
4152026-06-19T04:33:22.130Z Compiling anstream v1.0.0
4162026-06-19T04:33:22.219Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4172026-06-19T04:33:22.310Z Compiling strsim v0.11.1
4182026-06-19T04:33:22.438Z Compiling clap_lex v1.0.0
4192026-06-19T04:33:22.634Z Compiling clap_builder v4.6.0
4202026-06-19T04:33:22.678Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4212026-06-19T04:33:22.700Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4222026-06-19T04:33:23.082Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4232026-06-19T04:33:23.452Z Compiling serde_derive v1.0.228
4242026-06-19T04:33:23.452Z Compiling thiserror-impl v1.0.69
4252026-06-19T04:33:23.455Z Compiling zerocopy-derive v0.7.35
4262026-06-19T04:33:23.455Z Compiling pest_derive v2.8.6
4272026-06-19T04:33:23.532Z Compiling scroll_derive v0.12.1
4282026-06-19T04:33:24.173Z Compiling pnet_macros v0.35.0
4292026-06-19T04:33:24.255Z Compiling ppv-lite86 v0.2.21
4302026-06-19T04:33:24.416Z Compiling scroll v0.12.0
4312026-06-19T04:33:24.488Z Compiling zerocopy v0.7.35
4322026-06-19T04:33:24.580Z Compiling rand_chacha v0.9.0
4332026-06-19T04:33:24.685Z Compiling goblin v0.8.2
4342026-06-19T04:33:24.721Z Compiling clap_derive v4.6.1
4352026-06-19T04:33:24.825Z Compiling thiserror v1.0.69
4362026-06-19T04:33:24.917Z Compiling dtrace-parser v0.2.0
4372026-06-19T04:33:25.008Z Compiling rand v0.9.3
4382026-06-19T04:33:25.761Z Compiling pnet_packet v0.35.0
4392026-06-19T04:33:26.041Z Compiling serde v1.0.228
4402026-06-19T04:33:26.356Z Compiling clap v4.6.1
4412026-06-19T04:33:26.398Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4422026-06-19T04:33:26.418Z Compiling dof v0.3.0
4432026-06-19T04:33:26.421Z Compiling serde_tokenstream v0.2.3
4442026-06-19T04:33:26.421Z Compiling num-bigint v0.4.6
4452026-06-19T04:33:26.422Z Compiling num-complex v0.4.6
4462026-06-19T04:33:26.512Z Compiling ipnetwork v0.20.0
4472026-06-19T04:33:26.690Z Compiling usdt-impl v0.5.0
4482026-06-19T04:33:26.756Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4492026-06-19T04:33:26.790Z Compiling pnet_datalink v0.35.0
4502026-06-19T04:33:27.202Z Compiling usdt-macro v0.5.0
4512026-06-19T04:33:27.404Z Compiling num-rational v0.4.2
4522026-06-19T04:33:27.787Z Compiling usdt-attr-macro v0.5.0
4532026-06-19T04:33:28.111Z Compiling num v0.4.3
4542026-06-19T04:33:28.179Z Compiling pnet_transport v0.35.0
4552026-06-19T04:33:28.326Z Compiling pnet v0.35.0
4562026-06-19T04:33:28.748Z Compiling usdt v0.5.0
4572026-06-19T04:33:28.864Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4582026-06-19T04:33:29.207Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4592026-06-19T04:33:29.329Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4602026-06-19T04:33:29.332Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4612026-06-19T04:33:29.468Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4622026-06-19T04:33:32.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s
4632026-06-19T04:33:32.135Z
4642026-06-19T04:33:32.138Zreal 13.764751362
4652026-06-19T04:33:32.138Zuser 1:12.281381517
4662026-06-19T04:33:32.138Zsys 12.226411690
4672026-06-19T04:33:32.138Ztrap 0.035915830
4682026-06-19T04:33:32.138Ztflt 0.069762687
4692026-06-19T04:33:32.138Zdflt 0.053237640
4702026-06-19T04:33:32.138Zkflt 0.000009180
4712026-06-19T04:33:32.138Zlock 2:51.368954725
4722026-06-19T04:33:32.138Zslp 4:57.702916928
4732026-06-19T04:33:32.138Zlat 4.491996584
4742026-06-19T04:33:32.138Zstop 4.888134851
4752026-06-19T04:33:32.138Z+ ptime -m cargo build --release
4762026-06-19T04:33:32.214Z Compiling proc-macro2 v1.0.106
4772026-06-19T04:33:32.214Z Compiling quote v1.0.45
4782026-06-19T04:33:32.214Z Compiling unicode-ident v1.0.24
4792026-06-19T04:33:32.214Z Compiling libc v0.2.182
4802026-06-19T04:33:32.214Z Compiling serde_core v1.0.228
4812026-06-19T04:33:32.218Z Compiling memchr v2.8.0
4822026-06-19T04:33:32.218Z Compiling serde v1.0.228
4832026-06-19T04:33:32.328Z Compiling zmij v1.0.21
4842026-06-19T04:33:32.531Z Compiling thiserror v1.0.69
4852026-06-19T04:33:32.611Z Compiling ucd-trie v0.1.7
4862026-06-19T04:33:32.866Z Compiling getrandom v0.4.1
4872026-06-19T04:33:32.869Z Compiling serde_json v1.0.149
4882026-06-19T04:33:32.910Z Compiling rustix v1.1.4
4892026-06-19T04:33:33.059Z Compiling pest v2.8.6
4902026-06-19T04:33:33.109Z Compiling aho-corasick v1.1.4
4912026-06-19T04:33:33.436Z Compiling syn v2.0.118
4922026-06-19T04:33:33.500Z Compiling autocfg v1.5.0
4932026-06-19T04:33:33.511Z Compiling version_check v0.9.5
4942026-06-19T04:33:33.561Z Compiling regex-syntax v0.8.11
4952026-06-19T04:33:33.764Z Compiling prettyplease v0.2.37
4962026-06-19T04:33:33.837Z Compiling num-traits v0.2.19
4972026-06-19T04:33:34.115Z Compiling pest_meta v2.8.6
4982026-06-19T04:33:34.937Z Compiling cfg-if v1.0.4
4992026-06-19T04:33:35.000Z Compiling byteorder v1.5.0
5002026-06-19T04:33:35.221Z Compiling regex-automata v0.4.14
5012026-06-19T04:33:35.225Z Compiling itoa v1.0.17
5022026-06-19T04:33:35.382Z Compiling usdt-impl v0.5.0
5032026-06-19T04:33:35.792Z Compiling pest_generator v2.8.6
5042026-06-19T04:33:35.810Z Compiling num-integer v0.1.46
5052026-06-19T04:33:36.251Z Compiling thread-id v4.2.2
5062026-06-19T04:33:36.289Z Compiling errno v0.3.14
5072026-06-19T04:33:36.300Z Compiling plain v0.2.3
5082026-06-19T04:33:36.318Z Compiling bitflags v2.11.0
5092026-06-19T04:33:36.397Z Compiling log v0.4.29
5102026-06-19T04:33:36.948Z Compiling serde_derive v1.0.228
5112026-06-19T04:33:36.971Z Compiling thiserror-impl v1.0.69
5122026-06-19T04:33:36.974Z Compiling zerocopy-derive v0.7.35
5132026-06-19T04:33:37.300Z Compiling pest_derive v2.8.6
5142026-06-19T04:33:37.823Z Compiling regex v1.12.4
5152026-06-19T04:33:37.851Z Compiling scroll_derive v0.12.1
5162026-06-19T04:33:37.868Z Compiling zerocopy v0.7.35
5172026-06-19T04:33:38.286Z Compiling dtrace-parser v0.2.0
5182026-06-19T04:33:38.346Z Compiling no-std-net v0.6.0
5192026-06-19T04:33:38.414Z Compiling colored v3.1.1
5202026-06-19T04:33:38.425Z Compiling radium v0.7.0
5212026-06-19T04:33:38.591Z Compiling scroll v0.12.0
5222026-06-19T04:33:38.724Z Compiling fastrand v2.3.0
5232026-06-19T04:33:38.878Z Compiling goblin v0.8.2
5242026-06-19T04:33:38.896Z Compiling pretty-hex v0.4.1
5252026-06-19T04:33:38.924Z Compiling once_cell v1.21.3
5262026-06-19T04:33:38.961Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5272026-06-19T04:33:39.040Z Compiling pnet_base v0.35.0
5282026-06-19T04:33:39.121Z Compiling tempfile v3.27.0
5292026-06-19T04:33:39.438Z Compiling zerocopy v0.8.40
5302026-06-19T04:33:39.474Z Compiling getrandom v0.3.4
5312026-06-19T04:33:39.830Z Compiling tap v1.0.1
5322026-06-19T04:33:39.936Z Compiling wyz v0.5.1
5332026-06-19T04:33:40.080Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5342026-06-19T04:33:40.139Z Compiling num-iter v0.1.45
5352026-06-19T04:33:40.253Z Compiling serde_tokenstream v0.2.3
5362026-06-19T04:33:40.292Z Compiling dof v0.3.0
5372026-06-19T04:33:40.296Z Compiling num-bigint v0.4.6
5382026-06-19T04:33:40.330Z Compiling num-complex v0.4.6
5392026-06-19T04:33:40.636Z Compiling memmap v0.7.0
5402026-06-19T04:33:40.827Z Compiling funty v2.0.0
5412026-06-19T04:33:40.861Z Compiling anyhow v1.0.102
5422026-06-19T04:33:41.034Z Compiling usdt-macro v0.5.0
5432026-06-19T04:33:41.135Z Compiling usdt-attr-macro v0.5.0
5442026-06-19T04:33:41.399Z Compiling num-rational v0.4.2
5452026-06-19T04:33:41.775Z Compiling num v0.4.3
5462026-06-19T04:33:41.801Z Compiling bitvec v1.1.1
5472026-06-19T04:33:42.036Z Compiling pnet_macros_support v0.35.0
5482026-06-19T04:33:42.691Z Compiling usdt v0.5.0
5492026-06-19T04:33:43.387Z Compiling pnet_macros v0.35.0
5502026-06-19T04:33:43.878Z Compiling pnet_sys v0.35.0
5512026-06-19T04:33:44.411Z Compiling utf8parse v0.2.2
5522026-06-19T04:33:44.503Z Compiling pnet_packet v0.35.0
5532026-06-19T04:33:44.513Z Compiling anstyle-parse v1.0.0
5542026-06-19T04:33:44.730Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5552026-06-19T04:33:45.213Z Compiling ppv-lite86 v0.2.21
5562026-06-19T04:33:45.558Z Compiling rand_core v0.9.5
5572026-06-19T04:33:46.532Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5582026-06-19T04:33:46.578Z Compiling ipnetwork v0.20.0
5592026-06-19T04:33:47.432Z Compiling is_terminal_polyfill v1.70.2
5602026-06-19T04:33:47.519Z Compiling pnet v0.35.0
5612026-06-19T04:33:47.668Z Compiling anstyle v1.0.13
5622026-06-19T04:33:47.770Z Compiling colorchoice v1.0.4
5632026-06-19T04:33:47.885Z Compiling anstyle-query v1.1.5
5642026-06-19T04:33:47.969Z Compiling anstream v1.0.0
5652026-06-19T04:33:48.775Z Compiling pnet_transport v0.35.0
5662026-06-19T04:33:49.122Z Compiling pnet_datalink v0.35.0
5672026-06-19T04:33:49.401Z Compiling rand_chacha v0.9.0
5682026-06-19T04:33:49.417Z Compiling clap_lex v1.0.0
5692026-06-19T04:33:49.611Z Compiling strsim v0.11.1
5702026-06-19T04:33:49.774Z Compiling heck v0.5.0
5712026-06-19T04:33:49.823Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5722026-06-19T04:33:50.078Z Compiling clap_derive v4.6.1
5732026-06-19T04:33:50.302Z Compiling clap_builder v4.6.0
5742026-06-19T04:33:50.456Z Compiling rand v0.9.3
5752026-06-19T04:33:51.189Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5762026-06-19T04:33:51.388Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5772026-06-19T04:33:51.637Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5782026-06-19T04:33:51.888Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5792026-06-19T04:33:55.158Z Compiling clap v4.6.1
5802026-06-19T04:33:55.232Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5812026-06-19T04:33:57.386Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5822026-06-19T04:34:03.909Z Finished `release` profile [optimized] target(s) in 31.76s
5832026-06-19T04:34:03.928Z
5842026-06-19T04:34:03.933Zreal 31.785569589
5852026-06-19T04:34:03.933Zuser 3:15.930082134
5862026-06-19T04:34:03.933Zsys 18.378910209
5872026-06-19T04:34:03.933Ztrap 0.113301863
5882026-06-19T04:34:03.933Ztflt 0.203284648
5892026-06-19T04:34:03.933Zdflt 0.158756182
5902026-06-19T04:34:03.933Zkflt 0.000015710
5912026-06-19T04:34:03.933Zlock 10:21.068312958
5922026-06-19T04:34:03.934Zslp 12:48.457019178
5932026-06-19T04:34:03.934Zlat 13.771677488
5942026-06-19T04:34:03.934Zstop 9.884752283
5952026-06-19T04:34:03.934Z+ for x in debug release
5962026-06-19T04:34:03.934Z+ mkdir -p /work/debug
5972026-06-19T04:34:03.934Z+ cp target/debug/x4c /work/debug/
5982026-06-19T04:34:03.958Z+ cp target/debug/libsidecar_lite.so /work/debug/
5992026-06-19T04:34:03.995Z+ for x in debug release
6002026-06-19T04:34:03.995Z+ mkdir -p /work/release
6012026-06-19T04:34:03.998Z+ cp target/release/x4c /work/release/
6022026-06-19T04:34:04.005Z+ cp target/release/libsidecar_lite.so /work/release/
6032026-06-19T04:34:04.014Z+ banner test
6042026-06-19T04:34:04.019Z
6052026-06-19T04:34:04.019Z ##### ###### #### #####
6062026-06-19T04:34:04.019Z # # # #
6072026-06-19T04:34:04.019Z # ##### #### #
6082026-06-19T04:34:04.019Z # # # #
6092026-06-19T04:34:04.019Z # # # # #
6102026-06-19T04:34:04.019Z # ###### #### #
6112026-06-19T04:34:04.020Z
6122026-06-19T04:34:04.020Z+ cargo test
6132026-06-19T04:34:04.089Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6142026-06-19T04:34:04.105Z Compiling libloading v0.9.0
6152026-06-19T04:34:04.109Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6162026-06-19T04:34:04.109Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6172026-06-19T04:34:04.109Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6182026-06-19T04:34:04.112Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6192026-06-19T04:34:04.295Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6202026-06-19T04:34:05.206Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6212026-06-19T04:34:05.206Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6222026-06-19T04:34:05.206Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6232026-06-19T04:34:05.485Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6242026-06-19T04:34:12.225Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.20s
6252026-06-19T04:34:12.239Z Running unittests src/lib.rs (target/debug/deps/p4-85be53bc186e4c60)
6262026-06-19T04:34:12.242Z
6272026-06-19T04:34:12.242Zrunning 0 tests
6282026-06-19T04:34:12.242Z
6292026-06-19T04:34:12.242Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-06-19T04:34:12.242Z
6312026-06-19T04:34:12.242Z Running unittests src/lib.rs (target/debug/deps/p4_macro-7559636d1037bbb9)
6322026-06-19T04:34:12.244Z
6332026-06-19T04:34:12.244Zrunning 0 tests
6342026-06-19T04:34:12.244Z
6352026-06-19T04:34:12.244Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-06-19T04:34:12.245Z
6372026-06-19T04:34:12.245Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-42b4ab9123dbb28b)
6382026-06-19T04:34:12.247Z
6392026-06-19T04:34:12.247Zrunning 0 tests
6402026-06-19T04:34:12.247Z
6412026-06-19T04:34:12.247Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-06-19T04:34:12.247Z
6432026-06-19T04:34:12.247Z Running unittests src/lib.rs (target/debug/deps/p4_rust-682a88024cdd39f0)
6442026-06-19T04:34:12.247Z
6452026-06-19T04:34:12.247Zrunning 0 tests
6462026-06-19T04:34:12.247Z
6472026-06-19T04:34:12.247Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-06-19T04:34:12.247Z
6492026-06-19T04:34:12.251Z Running unittests src/lib.rs (target/debug/deps/p4rs-71134c454596353c)
6502026-06-19T04:34:12.251Z
6512026-06-19T04:34:12.251Zrunning 14 tests
6522026-06-19T04:34:12.251Ztest bitmath::tests::bitmath_add_nest ... ok
6532026-06-19T04:34:12.251Ztest bitmath::tests::bitmath_add_be ... ok
6542026-06-19T04:34:12.251Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6552026-06-19T04:34:12.251Ztest bitmath::tests::bitmath_mod ... ok
6562026-06-19T04:34:12.251Ztest bitmath::tests::bitmath_sub_le ... ok
6572026-06-19T04:34:12.251Ztest bitmath::tests::bitmath_add_le ... ok
6582026-06-19T04:34:12.251Ztest bitmath::tests::bitmath_add_cascade ... ok
6592026-06-19T04:34:12.251Ztest bitmath::tests::bitmath_sub_be ... ok
6602026-06-19T04:34:12.251Ztest checksum::tests::udp_checksum ... ok
6612026-06-19T04:34:12.251Ztest table::tests::match_lpm_ternary_1 ... ok
6622026-06-19T04:34:12.251Ztest table::tests::match_lpm_ternary_range ... ok
6632026-06-19T04:34:12.251Ztest table::tests::match_lpm_1 ... ok
6642026-06-19T04:34:12.251Ztest table::tests::match_ternary_1 ... ok
6652026-06-19T04:34:12.251Ztest table::tests::match_with_action ... ok
6662026-06-19T04:34:12.251Z
6672026-06-19T04:34:12.251Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6682026-06-19T04:34:12.251Z
6692026-06-19T04:34:12.251Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-6b4b2d1351c9575d)
6702026-06-19T04:34:12.255Z
6712026-06-19T04:34:12.255Zrunning 0 tests
6722026-06-19T04:34:12.255Z
6732026-06-19T04:34:12.255Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6742026-06-19T04:34:12.255Z
6752026-06-19T04:34:12.255Z Running unittests src/lib.rs (target/debug/deps/tests-45eb331100058051)
6762026-06-19T04:34:12.255Z
6772026-06-19T04:34:12.255Zrunning 15 tests
6782026-06-19T04:34:12.259Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6792026-06-19T04:34:12.259Ztest headers::ipv6_header_read_write ... ok
6802026-06-19T04:34:12.259Ztest dload::pipeline_create ... ok
6812026-06-19T04:34:12.262Ztest dload::dynamic_load ... ok
6822026-06-19T04:34:12.262Ztest ipv6::test_ipv6_parse ... ok
6832026-06-19T04:34:12.265Ztest arithmetic::arithmetic ... ok
6842026-06-19T04:34:12.267Ztest decap::geneve_decap ... ok
6852026-06-19T04:34:12.267Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6862026-06-19T04:34:12.267Ztest vlan::test_vlan_parse ... ok
6872026-06-19T04:34:12.276Ztest basic_router::basic_router2 ... ok
6882026-06-19T04:34:12.276Ztest dynamic_router::dynamic_router2 ... ok
6892026-06-19T04:34:12.276Ztest range::range ... ok
6902026-06-19T04:34:12.276Ztest hub::hub2 ... ok
6912026-06-19T04:34:12.279Ztest disag_router::disag_router ... ok
6922026-06-19T04:34:12.279Ztest mac_rewrite::mac_rewrite2 ... ok
6932026-06-19T04:34:12.279Z
6942026-06-19T04:34:12.279Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
6952026-06-19T04:34:12.279Z
6962026-06-19T04:34:12.286Z Running unittests src/lib.rs (target/debug/deps/x4c-3f17fb8bf88cde20)
6972026-06-19T04:34:12.289Z
6982026-06-19T04:34:12.289Zrunning 0 tests
6992026-06-19T04:34:12.289Z
7002026-06-19T04:34:12.289Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7012026-06-19T04:34:12.290Z
7022026-06-19T04:34:12.290Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-ad8bb27043b45cc9)
7032026-06-19T04:34:12.290Z
7042026-06-19T04:34:12.290Zrunning 0 tests
7052026-06-19T04:34:12.290Z
7062026-06-19T04:34:12.290Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-06-19T04:34:12.290Z
7082026-06-19T04:34:12.290Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-225b85a6f8fe0178)
7092026-06-19T04:34:12.293Z
7102026-06-19T04:34:12.293Zrunning 0 tests
7112026-06-19T04:34:12.293Z
7122026-06-19T04:34:12.293Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7132026-06-19T04:34:12.293Z
7142026-06-19T04:34:12.293Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-2fe14b2d9fea3a6e)
7152026-06-19T04:34:12.293Z
7162026-06-19T04:34:12.293Zrunning 0 tests
7172026-06-19T04:34:12.293Z
7182026-06-19T04:34:12.293Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7192026-06-19T04:34:12.293Z
7202026-06-19T04:34:12.293Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7212026-06-19T04:34:12.293Z
7222026-06-19T04:34:12.293Zrunning 0 tests
7232026-06-19T04:34:12.293Z
7242026-06-19T04:34:12.293Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7252026-06-19T04:34:12.293Z
7262026-06-19T04:34:12.297Z Doc-tests p4
7272026-06-19T04:34:12.386Z
7282026-06-19T04:34:12.386Zrunning 0 tests
7292026-06-19T04:34:12.386Z
7302026-06-19T04:34:12.386Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7312026-06-19T04:34:12.386Z
7322026-06-19T04:34:12.394Z Doc-tests p4_macro
7332026-06-19T04:34:12.438Z
7342026-06-19T04:34:12.438Zrunning 2 tests
7352026-06-19T04:34:12.441Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7362026-06-19T04:34:12.441Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7372026-06-19T04:34:12.441Z
7382026-06-19T04:34:12.441Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7392026-06-19T04:34:12.441Z
7402026-06-19T04:34:12.447Z Doc-tests p4_rust
7412026-06-19T04:34:12.604Z
7422026-06-19T04:34:12.604Zrunning 0 tests
7432026-06-19T04:34:12.604Z
7442026-06-19T04:34:12.604Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7452026-06-19T04:34:12.605Z
7462026-06-19T04:34:12.617Z Doc-tests p4rs
7472026-06-19T04:34:12.703Z
7482026-06-19T04:34:12.704Zrunning 1 test
7492026-06-19T04:34:13.545Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7502026-06-19T04:34:13.545Z
7512026-06-19T04:34:13.545Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.84s
7522026-06-19T04:34:13.545Z
7532026-06-19T04:34:13.554Z Doc-tests tests
7542026-06-19T04:34:13.618Z
7552026-06-19T04:34:13.619Zrunning 0 tests
7562026-06-19T04:34:13.619Z
7572026-06-19T04:34:13.619Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7582026-06-19T04:34:13.619Z
7592026-06-19T04:34:13.625Z Doc-tests x4c
7602026-06-19T04:34:13.671Z
7612026-06-19T04:34:13.671Zrunning 0 tests
7622026-06-19T04:34:13.671Z
7632026-06-19T04:34:13.671Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7642026-06-19T04:34:13.671Z
7652026-06-19T04:34:13.676Z Doc-tests x4c_error_codes
7662026-06-19T04:34:13.702Z
7672026-06-19T04:34:13.702Zrunning 0 tests
7682026-06-19T04:34:13.702Z
7692026-06-19T04:34:13.702Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7702026-06-19T04:34:13.702Z
7712026-06-19T04:34:13.713Z+ pushd test
7722026-06-19T04:34:13.717Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7732026-06-19T04:34:13.717Z+ banner 'mac rewr'
7742026-06-19T04:34:13.718Z
7752026-06-19T04:34:13.718Z # # ## #### ##### ###### # # #####
7762026-06-19T04:34:13.718Z ## ## # # # # # # # # # # #
7772026-06-19T04:34:13.718Z # ## # # # # # # ##### # # # #
7782026-06-19T04:34:13.718Z # # ###### # ##### # # ## # #####
7792026-06-19T04:34:13.718Z # # # # # # # # # ## ## # #
7802026-06-19T04:34:13.718Z # # # # #### # # ###### # # # #
7812026-06-19T04:34:13.718Z
7822026-06-19T04:34:13.718Z+ RUST_BACKTRACE=1
7832026-06-19T04:34:13.718Z+ cargo test mac_rewrite -- --nocapture
7842026-06-19T04:34:13.813Z Compiling aho-corasick v1.1.4
7852026-06-19T04:34:13.840Z Compiling getrandom v0.4.1
7862026-06-19T04:34:13.840Z Compiling rustix v1.1.4
7872026-06-19T04:34:13.840Z Compiling errno v0.3.14
7882026-06-19T04:34:13.840Z Compiling prettyplease v0.2.37
7892026-06-19T04:34:14.535Z Compiling regex-automata v0.4.14
7902026-06-19T04:34:14.562Z Compiling tempfile v3.27.0
7912026-06-19T04:34:15.909Z Compiling regex v1.12.4
7922026-06-19T04:34:16.164Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7932026-06-19T04:34:16.232Z Compiling pnet_macros v0.35.0
7942026-06-19T04:34:16.858Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7952026-06-19T04:34:17.235Z Compiling pnet_packet v0.35.0
7962026-06-19T04:34:17.682Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
7972026-06-19T04:34:19.112Z Compiling pnet_transport v0.35.0
7982026-06-19T04:34:19.231Z Compiling pnet v0.35.0
7992026-06-19T04:34:19.321Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8002026-06-19T04:34:25.944Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.21s
8012026-06-19T04:34:25.954Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8022026-06-19T04:34:25.957Z
8032026-06-19T04:34:25.957Zrunning 1 test
8042026-06-19T04:34:25.962Z[phy2] do you know the muffin man?
8052026-06-19T04:34:25.965Z[cpu] the muffin man?
8062026-06-19T04:34:25.965Z[cpu] the muffin man!
8072026-06-19T04:34:25.965Z[cpu] why yes
8082026-06-19T04:34:25.965Z[phy1] i know the muffin man
8092026-06-19T04:34:25.965Z[phy3] the muffin man is me!!!
8102026-06-19T04:34:25.965Ztest mac_rewrite::mac_rewrite2 ... ok
8112026-06-19T04:34:25.965Z
8122026-06-19T04:34:25.965Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8132026-06-19T04:34:25.965Z
8142026-06-19T04:34:25.971Z+ banner 'dyn load'
8152026-06-19T04:34:25.973Z
8162026-06-19T04:34:25.973Z ##### # # # # # #### ## #####
8172026-06-19T04:34:25.973Z # # # # ## # # # # # # # #
8182026-06-19T04:34:25.974Z # # # # # # # # # # # # #
8192026-06-19T04:34:25.974Z # # # # # # # # # ###### # #
8202026-06-19T04:34:25.974Z # # # # ## # # # # # # #
8212026-06-19T04:34:25.974Z ##### # # # ###### #### # # #####
8222026-06-19T04:34:25.974Z
8232026-06-19T04:34:25.974Z+ RUST_BACKTRACE=1
8242026-06-19T04:34:25.974Z+ cargo test dload -- --nocapture
8252026-06-19T04:34:26.060Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8262026-06-19T04:34:26.063Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8272026-06-19T04:34:26.066Z
8282026-06-19T04:34:26.066Zrunning 2 tests
8292026-06-19T04:34:26.069Ztest dload::pipeline_create ... ok
8302026-06-19T04:34:26.072Ztest dload::dynamic_load ... ok
8312026-06-19T04:34:26.072Z
8322026-06-19T04:34:26.072Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8332026-06-19T04:34:26.072Z
8342026-06-19T04:34:26.077Z+ banner disag
8352026-06-19T04:34:26.080Z
8362026-06-19T04:34:26.080Z ##### # #### ## ####
8372026-06-19T04:34:26.080Z # # # # # # # #
8382026-06-19T04:34:26.080Z # # # #### # # #
8392026-06-19T04:34:26.080Z # # # # ###### # ###
8402026-06-19T04:34:26.080Z # # # # # # # # #
8412026-06-19T04:34:26.080Z ##### # #### # # ####
8422026-06-19T04:34:26.080Z
8432026-06-19T04:34:26.080Z+ RUST_BACKTRACE=1
8442026-06-19T04:34:26.080Z+ cargo test disag_router -- --nocapture
8452026-06-19T04:34:26.166Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8462026-06-19T04:34:26.169Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8472026-06-19T04:34:26.172Z
8482026-06-19T04:34:26.172Zrunning 1 test
8492026-06-19T04:34:26.177Z[phy2] do you know the muffin man?
8502026-06-19T04:34:26.180Z[cpu] the muffin man?
8512026-06-19T04:34:26.180Z[cpu] the muffin man!
8522026-06-19T04:34:26.180Z[cpu] why yes
8532026-06-19T04:34:26.180Z[phy1] i know the muffin man
8542026-06-19T04:34:26.180Z[phy3] the muffin man is me!!!
8552026-06-19T04:34:26.180Ztest disag_router::disag_router ... ok
8562026-06-19T04:34:26.180Z
8572026-06-19T04:34:26.180Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8582026-06-19T04:34:26.180Z
8592026-06-19T04:34:26.185Z+ banner 'dyn rtr'
8602026-06-19T04:34:26.189Z
8612026-06-19T04:34:26.189Z ##### # # # # ##### ##### #####
8622026-06-19T04:34:26.189Z # # # # ## # # # # # #
8632026-06-19T04:34:26.189Z # # # # # # # # # # #
8642026-06-19T04:34:26.189Z # # # # # # ##### # #####
8652026-06-19T04:34:26.189Z # # # # ## # # # # #
8662026-06-19T04:34:26.189Z ##### # # # # # # # #
8672026-06-19T04:34:26.189Z
8682026-06-19T04:34:26.189Z+ RUST_BACKTRACE=1
8692026-06-19T04:34:26.189Z+ cargo test dynamic_router -- --nocapture
8702026-06-19T04:34:26.274Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8712026-06-19T04:34:26.277Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8722026-06-19T04:34:26.279Z
8732026-06-19T04:34:26.279Zrunning 1 test
8742026-06-19T04:34:26.285Z[phy2] do you know the muffin man?
8752026-06-19T04:34:26.288Z[cpu] the muffin man?
8762026-06-19T04:34:26.288Z[cpu] the muffin man!
8772026-06-19T04:34:26.288Z[cpu] why yes
8782026-06-19T04:34:26.288Z[phy1] i know the muffin man
8792026-06-19T04:34:26.288Z[phy3] the muffin man is me!!!
8802026-06-19T04:34:26.288Ztest dynamic_router::dynamic_router2 ... ok
8812026-06-19T04:34:26.288Z
8822026-06-19T04:34:26.288Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8832026-06-19T04:34:26.288Z
8842026-06-19T04:34:26.293Z+ banner hub
8852026-06-19T04:34:26.295Z
8862026-06-19T04:34:26.296Z # # # # #####
8872026-06-19T04:34:26.296Z # # # # # #
8882026-06-19T04:34:26.296Z ###### # # #####
8892026-06-19T04:34:26.296Z # # # # # #
8902026-06-19T04:34:26.296Z # # # # # #
8912026-06-19T04:34:26.296Z # # #### #####
8922026-06-19T04:34:26.296Z
8932026-06-19T04:34:26.296Z+ RUST_BACKTRACE=1
8942026-06-19T04:34:26.296Z+ cargo test hub -- --nocapture
8952026-06-19T04:34:26.384Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8962026-06-19T04:34:26.387Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8972026-06-19T04:34:26.390Z
8982026-06-19T04:34:26.390Zrunning 1 test
8992026-06-19T04:34:26.394Z[phy2] do you know the muffin man?
9002026-06-19T04:34:26.394Z[phy3] do you know the muffin man?
9012026-06-19T04:34:26.397Z[phy1] the muffin man?
9022026-06-19T04:34:26.397Z[phy3] the muffin man?
9032026-06-19T04:34:26.397Z[phy2] the muffin man!
9042026-06-19T04:34:26.397Z[phy3] the muffin man!
9052026-06-19T04:34:26.397Z[phy1] why yes
9062026-06-19T04:34:26.397Z[phy1] i know the muffin man
9072026-06-19T04:34:26.397Z[phy1] the muffin man is me!!!
9082026-06-19T04:34:26.397Z[phy3] why yes
9092026-06-19T04:34:26.397Z[phy3] i know the muffin man
9102026-06-19T04:34:26.397Z[phy3] the muffin man is me!!!
9112026-06-19T04:34:26.397Ztest hub::hub2 ... ok
9122026-06-19T04:34:26.397Z
9132026-06-19T04:34:26.397Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9142026-06-19T04:34:26.397Z
9152026-06-19T04:34:26.402Z+ banner router
9162026-06-19T04:34:26.405Z
9172026-06-19T04:34:26.405Z ##### #### # # ##### ###### #####
9182026-06-19T04:34:26.405Z # # # # # # # # # #
9192026-06-19T04:34:26.405Z # # # # # # # ##### # #
9202026-06-19T04:34:26.405Z ##### # # # # # # #####
9212026-06-19T04:34:26.405Z # # # # # # # # # #
9222026-06-19T04:34:26.405Z # # #### #### # ###### # #
9232026-06-19T04:34:26.405Z
9242026-06-19T04:34:26.405Z+ RUST_BACKTRACE=1
9252026-06-19T04:34:26.405Z+ cargo test basic_router -- --nocapture
9262026-06-19T04:34:26.493Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9272026-06-19T04:34:26.496Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9282026-06-19T04:34:26.499Z
9292026-06-19T04:34:26.499Zrunning 1 test
9302026-06-19T04:34:26.504Z[phy2] do you know the muffin man?
9312026-06-19T04:34:26.507Z[phy1] the muffin man?
9322026-06-19T04:34:26.507Z[phy2] the muffin man!
9332026-06-19T04:34:26.507Z[phy1] why yes
9342026-06-19T04:34:26.507Z[phy1] i know the muffin man
9352026-06-19T04:34:26.507Z[phy1] the muffin man is me!!!
9362026-06-19T04:34:26.507Ztest basic_router::basic_router2 ... ok
9372026-06-19T04:34:26.507Z
9382026-06-19T04:34:26.507Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9392026-06-19T04:34:26.507Z
9402026-06-19T04:34:26.512Z+ banner headers
9412026-06-19T04:34:26.515Z
9422026-06-19T04:34:26.515Z # # ###### ## ##### ###### ##### ####
9432026-06-19T04:34:26.515Z # # # # # # # # # # #
9442026-06-19T04:34:26.515Z ###### ##### # # # # ##### # # ####
9452026-06-19T04:34:26.515Z # # # ###### # # # ##### #
9462026-06-19T04:34:26.515Z # # # # # # # # # # # #
9472026-06-19T04:34:26.515Z # # ###### # # ##### ###### # # ####
9482026-06-19T04:34:26.515Z
9492026-06-19T04:34:26.515Z+ RUST_BACKTRACE=1
9502026-06-19T04:34:26.515Z+ cargo test headers -- --nocapture
9512026-06-19T04:34:26.602Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9522026-06-19T04:34:26.605Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9532026-06-19T04:34:26.608Z
9542026-06-19T04:34:26.608Zrunning 1 test
9552026-06-19T04:34:26.608Ztest headers::ipv6_header_read_write ... ok
9562026-06-19T04:34:26.608Z
9572026-06-19T04:34:26.608Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9582026-06-19T04:34:26.608Z
9592026-06-19T04:34:26.615Zprocess exited: duration 107959 ms, exit code 0
 
9602026-06-19T04:34:26.626Zfound 4 output files
9612026-06-19T04:34:26.626Zuploading: /work/debug/libsidecar_lite.so (43098112 bytes)
9622026-06-19T04:34:27.873Zuploaded: /work/debug/libsidecar_lite.so
9632026-06-19T04:34:27.873Zuploading: /work/debug/x4c (37742832 bytes)
9642026-06-19T04:34:29.087Zuploaded: /work/debug/x4c
9652026-06-19T04:34:29.087Zuploading: /work/release/libsidecar_lite.so (9931096 bytes)
9662026-06-19T04:34:30.155Zuploaded: /work/release/libsidecar_lite.so
9672026-06-19T04:34:30.155Zuploading: /work/release/x4c (8660336 bytes)
9682026-06-19T04:34:31.220Zuploaded: /work/release/x4c