01KKDEJ1MJ2N3W6DET6NSHV6ZE: 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: 01KKDEJR7Y7A3V9917YV0T9SBM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-11T03:24:01.755Zjob assigned to worker 01KKDEP0GVTPC4S6JSXG42YB7H [factory aws, i-029723c63951c01cc] (queued for 3 m 7 s)
 
22026-03-11T03:24:09.966Zstarting task 0: "setup"
32026-03-11T03:24:09.980Z++ uname -s
42026-03-11T03:24:09.980Z+ kern=SunOS
52026-03-11T03:24:09.980Z+ build_user=build
62026-03-11T03:24:09.980Z+ build_uid=12345
72026-03-11T03:24:09.980Z+ work_dir=/work
82026-03-11T03:24:09.980Z+ input_dir=/input
92026-03-11T03:24:09.980Z+ [[ 0 == 12345 ]]
102026-03-11T03:24:09.980Z+ case "$kern" in
112026-03-11T03:24:09.981Z+ groupadd -g 12345 build
122026-03-11T03:24:09.981Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-11T03:24:11.976Z+ zfs create -o mountpoint=/work rpool/work
142026-03-11T03:24:12.146Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-11T03:24:12.149Z+ home_fs=zfs
162026-03-11T03:24:12.149Z+ [[ zfs == autofs ]]
172026-03-11T03:24:12.149Z+ mkdir -p /home/build
182026-03-11T03:24:12.154Z+ chown build:build /home/build /work
192026-03-11T03:24:14.159Z+ chmod 0700 /home/build /work
202026-03-11T03:24:14.173Zprocess exited: duration 4195 ms, exit code 0
 
212026-03-11T03:24:14.214Zstarting task 1: "rust-toolchain"
222026-03-11T03:24:14.224Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-11T03:24:14.224Z * rust toolchain channel = "stable"
242026-03-11T03:24:14.224Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-11T03:24:14.224Z * rust toolchain profile = "default"
262026-03-11T03:24:14.225Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-11T03:24:14.225Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-11T03:24:14.225Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-11T03:24:14.225Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-11T03:24:14.314Zinfo: downloading installer
312026-03-11T03:24:16.138Zwarn: It looks like you have an existing installation of Rust at:
322026-03-11T03:24:16.139Zwarn: /opt/ooce/bin
332026-03-11T03:24:16.139Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-11T03:24:16.142Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-11T03:24:16.142Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-11T03:24:16.142Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-11T03:24:16.142Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-11T03:24:16.142Zerror: cannot install while Rust is installed
392026-03-11T03:24:16.142Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-11T03:24:16.156Zinfo: profile set to 'default'
412026-03-11T03:24:16.156Zinfo: default host triple is x86_64-unknown-illumos
422026-03-11T03:24:16.159Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-03-11T03:24:16.326Zinfo: latest update on 2026-03-05, rust version 1.94.0 (4a4ef493e 2026-03-02)
442026-03-11T03:24:16.326Zinfo: downloading component 'cargo'
452026-03-11T03:24:17.457Zinfo: downloading component 'clippy'
462026-03-11T03:24:17.890Zinfo: downloading component 'rust-docs'
472026-03-11T03:24:19.637Zinfo: downloading component 'rust-std'
482026-03-11T03:24:21.496Zinfo: downloading component 'rustc'
492026-03-11T03:24:29.117Zinfo: downloading component 'rustfmt'
502026-03-11T03:24:29.369Zinfo: installing component 'cargo'
512026-03-11T03:24:30.198Zinfo: installing component 'clippy'
522026-03-11T03:24:30.552Zinfo: installing component 'rust-docs'
532026-03-11T03:24:32.078Zinfo: installing component 'rust-std'
542026-03-11T03:24:33.535Zinfo: installing component 'rustc'
552026-03-11T03:24:39.341Zinfo: installing component 'rustfmt'
562026-03-11T03:24:39.633Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-03-11T03:24:39.633Z
582026-03-11T03:24:40.045Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
592026-03-11T03:24:40.045Z
602026-03-11T03:24:40.048Z
612026-03-11T03:24:40.048ZRust is installed now. Great!
622026-03-11T03:24:40.048Z
632026-03-11T03:24:40.048ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-11T03:24:40.048Zenvironment variable. This has not been done automatically.
652026-03-11T03:24:40.048Z
662026-03-11T03:24:40.048ZTo configure your current shell, you need to source
672026-03-11T03:24:40.048Zthe corresponding env file under $HOME/.cargo.
682026-03-11T03:24:40.048Z
692026-03-11T03:24:40.048ZThis is usually done by running one of the following (note the leading DOT):
702026-03-11T03:24:40.048Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-11T03:24:40.048Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-11T03:24:40.048Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-11T03:24:40.142Z+ rustup --version
742026-03-11T03:24:40.153Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-11T03:24:40.155Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-11T03:24:40.222Zinfo: The currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
772026-03-11T03:24:40.226Z+ cargo --version
782026-03-11T03:24:40.278Zcargo 1.94.0 (85eff7c80 2026-01-15)
792026-03-11T03:24:40.282Z+ rustc --version
802026-03-11T03:24:40.341Zrustc 1.94.0 (4a4ef493e 2026-03-02)
812026-03-11T03:24:40.344Zprocess exited: duration 26149 ms, exit code 0
 
822026-03-11T03:24:40.351Zstarting task 2: "authentication"
832026-03-11T03:24:40.370Zprocess exited: duration 19 ms, exit code 0
 
842026-03-11T03:24:40.376Zstarting task 3: "clone repository"
852026-03-11T03:24:40.379Z+ mkdir -p /work/oxidecomputer/p4
862026-03-11T03:24:40.382Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
872026-03-11T03:24:40.420ZCloning into '/work/oxidecomputer/p4'...
882026-03-11T03:24:42.151Z+ cd /work/oxidecomputer/p4
892026-03-11T03:24:42.151Z+ git fetch origin ee2cff16909e3f1ed180d0bcef9da01aeb5cffd1
902026-03-11T03:24:42.406ZFrom https://github.com/oxidecomputer/p4
912026-03-11T03:24:42.406Z * branch ee2cff16909e3f1ed180d0bcef9da01aeb5cffd1 -> FETCH_HEAD
922026-03-11T03:24:42.413Z+ [[ -n renovate/tempfile-3.x-lockfile ]]
932026-03-11T03:24:42.418Z++ git branch --show-current
942026-03-11T03:24:42.418Z+ current=main
952026-03-11T03:24:42.418Z+ [[ main != renovate/tempfile-3.x-lockfile ]]
962026-03-11T03:24:42.418Z+ git branch -f renovate/tempfile-3.x-lockfile ee2cff16909e3f1ed180d0bcef9da01aeb5cffd1
972026-03-11T03:24:42.421Z+ git checkout -f renovate/tempfile-3.x-lockfile
982026-03-11T03:24:42.429ZSwitched to branch 'renovate/tempfile-3.x-lockfile'
992026-03-11T03:24:42.432Z+ git reset --hard ee2cff16909e3f1ed180d0bcef9da01aeb5cffd1
1002026-03-11T03:24:42.435ZHEAD is now at ee2cff1 Update Rust crate tempfile to v3.27.0
1012026-03-11T03:24:42.435Zprocess exited: duration 2058 ms, exit code 0
 
1022026-03-11T03:24:42.441Zstarting task 4: "build"
1032026-03-11T03:24:42.445Z+ cargo --version
1042026-03-11T03:24:42.452Zinfo: syncing channel updates for '1.92.0-x86_64-unknown-illumos'
1052026-03-11T03:24:42.637Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
1062026-03-11T03:24:42.640Zinfo: downloading component 'cargo'
1072026-03-11T03:24:43.605Zinfo: downloading component 'clippy'
1082026-03-11T03:24:43.997Zinfo: downloading component 'rust-docs'
1092026-03-11T03:24:45.415Zinfo: downloading component 'rust-std'
1102026-03-11T03:24:47.186Zinfo: downloading component 'rustc'
1112026-03-11T03:24:56.028Zinfo: downloading component 'rustfmt'
1122026-03-11T03:24:56.315Zinfo: installing component 'cargo'
1132026-03-11T03:24:57.154Zinfo: installing component 'clippy'
1142026-03-11T03:24:57.500Zinfo: installing component 'rust-docs'
1152026-03-11T03:24:58.928Zinfo: installing component 'rust-std'
1162026-03-11T03:25:00.423Zinfo: installing component 'rustc'
1172026-03-11T03:25:06.220Zinfo: installing component 'rustfmt'
1182026-03-11T03:25:06.623Zcargo 1.92.0 (344c4567c 2025-10-21)
1192026-03-11T03:25:06.627Z+ rustc --version
1202026-03-11T03:25:06.702Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1212026-03-11T03:25:06.706Z+ banner check
1222026-03-11T03:25:06.709Z
1232026-03-11T03:25:06.710Z #### # # ###### #### # #
1242026-03-11T03:25:06.710Z # # # # # # # # #
1252026-03-11T03:25:06.710Z # ###### ##### # ####
1262026-03-11T03:25:06.710Z # # # # # # #
1272026-03-11T03:25:06.710Z # # # # # # # # #
1282026-03-11T03:25:06.710Z #### # # ###### #### # #
1292026-03-11T03:25:06.710Z
1302026-03-11T03:25:06.710Z+ cargo fmt -- --check
1312026-03-11T03:25:07.031Z+ cargo check
1322026-03-11T03:25:07.158Z Updating crates.io index
1332026-03-11T03:25:07.225Z Updating git repository `https://github.com/oxidecomputer/xfr`
1342026-03-11T03:25:07.536ZFrom https://github.com/oxidecomputer/xfr
1352026-03-11T03:25:07.536Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1362026-03-11T03:25:08.820Z Downloading crates ...
1372026-03-11T03:25:08.895Z Downloaded cfg-if v1.0.4
1382026-03-11T03:25:08.905Z Downloaded autocfg v1.5.0
1392026-03-11T03:25:08.905Z Downloaded pnet_base v0.35.0
1402026-03-11T03:25:08.905Z Downloaded byteorder v1.5.0
1412026-03-11T03:25:08.906Z Downloaded generic-array v0.14.7
1422026-03-11T03:25:08.906Z Downloaded pnet_packet v0.35.0
1432026-03-11T03:25:08.906Z Downloaded anstyle-query v1.1.5
1442026-03-11T03:25:08.906Z Downloaded wyz v0.5.1
1452026-03-11T03:25:08.906Z Downloaded aho-corasick v1.1.4
1462026-03-11T03:25:08.906Z Downloaded itoa v1.0.17
1472026-03-11T03:25:08.906Z Downloaded crypto-common v0.1.7
1482026-03-11T03:25:08.906Z Downloaded glob v0.3.3
1492026-03-11T03:25:08.906Z Downloaded zmij v1.0.21
1502026-03-11T03:25:08.906Z Downloaded clap_derive v4.5.55
1512026-03-11T03:25:08.918Z Downloaded zerocopy-derive v0.7.35
1522026-03-11T03:25:08.918Z Downloaded pnet v0.35.0
1532026-03-11T03:25:08.939Z Downloaded serde_core v1.0.228
1542026-03-11T03:25:08.940Z Downloaded plain v0.2.3
1552026-03-11T03:25:08.953Z Downloaded pnet_transport v0.35.0
1562026-03-11T03:25:08.953Z Downloaded pnet_macros_support v0.35.0
1572026-03-11T03:25:08.953Z Downloaded radium v0.7.0
1582026-03-11T03:25:08.973Z Downloaded is_terminal_polyfill v1.70.2
1592026-03-11T03:25:08.973Z Downloaded colorchoice v1.0.4
1602026-03-11T03:25:08.973Z Downloaded funty v2.0.0
1612026-03-11T03:25:08.973Z Downloaded dof v0.3.0
1622026-03-11T03:25:08.974Z Downloaded fastrand v2.3.0
1632026-03-11T03:25:08.974Z Downloaded errno v0.3.14
1642026-03-11T03:25:08.997Z Downloaded digest v0.10.7
1652026-03-11T03:25:08.997Z Downloaded version_check v0.9.5
1662026-03-11T03:25:08.997Z Downloaded memmap v0.7.0
1672026-03-11T03:25:08.998Z Downloaded heck v0.5.0
1682026-03-11T03:25:08.998Z Downloaded cpufeatures v0.2.17
1692026-03-11T03:25:08.998Z Downloaded tap v1.0.1
1702026-03-11T03:25:09.025Z Downloaded scroll_derive v0.12.1
1712026-03-11T03:25:09.025Z Downloaded pnet_sys v0.35.0
1722026-03-11T03:25:09.054Z Downloaded strsim v0.11.1
1732026-03-11T03:25:09.055Z Downloaded usdt v0.5.0
1742026-03-11T03:25:09.055Z Downloaded utf8parse v0.2.2
1752026-03-11T03:25:09.055Z Downloaded clap_lex v1.0.0
1762026-03-11T03:25:09.055Z Downloaded rand_core v0.9.5
1772026-03-11T03:25:09.055Z Downloaded pnet_macros v0.35.0
1782026-03-11T03:25:09.055Z Downloaded num-rational v0.4.2
1792026-03-11T03:25:09.055Z Downloaded scroll v0.12.0
1802026-03-11T03:25:09.055Z Downloaded serde_tokenstream v0.2.3
1812026-03-11T03:25:09.055Z Downloaded num v0.4.3
1822026-03-11T03:25:09.056Z Downloaded num-iter v0.1.45
1832026-03-11T03:25:09.056Z Downloaded pretty-hex v0.4.1
1842026-03-11T03:25:09.056Z Downloaded thread-id v4.2.2
1852026-03-11T03:25:09.056Z Downloaded usdt-macro v0.5.0
1862026-03-11T03:25:09.056Z Downloaded pest_generator v2.8.6
1872026-03-11T03:25:09.056Z Downloaded colored v3.1.1
1882026-03-11T03:25:09.056Z Downloaded dtrace-parser v0.2.0
1892026-03-11T03:25:09.056Z Downloaded quote v1.0.45
1902026-03-11T03:25:09.057Z Downloaded no-std-net v0.6.0
1912026-03-11T03:25:09.057Z Downloaded ipnetwork v0.20.0
1922026-03-11T03:25:09.057Z Downloaded num-complex v0.4.6
1932026-03-11T03:25:09.057Z Downloaded block-buffer v0.10.4
1942026-03-11T03:25:09.057Z Downloaded anstyle v1.0.13
1952026-03-11T03:25:09.057Z Downloaded pnet_datalink v0.35.0
1962026-03-11T03:25:09.057Z Downloaded usdt-attr-macro v0.5.0
1972026-03-11T03:25:09.086Z Downloaded anstyle-parse v0.2.7
1982026-03-11T03:25:09.086Z Downloaded once_cell v1.21.3
1992026-03-11T03:25:09.086Z Downloaded num-integer v0.1.46
2002026-03-11T03:25:09.086Z Downloaded rand_chacha v0.9.0
2012026-03-11T03:25:09.086Z Downloaded anyhow v1.0.102
2022026-03-11T03:25:09.086Z Downloaded sha2 v0.10.9
2032026-03-11T03:25:09.086Z Downloaded usdt-impl v0.5.0
2042026-03-11T03:25:09.086Z Downloaded anstream v0.6.21
2052026-03-11T03:25:09.086Z Downloaded ppv-lite86 v0.2.21
2062026-03-11T03:25:09.115Z Downloaded ucd-trie v0.1.7
2072026-03-11T03:25:09.115Z Downloaded proc-macro2 v1.0.106
2082026-03-11T03:25:09.115Z Downloaded unicode-ident v1.0.24
2092026-03-11T03:25:09.115Z Downloaded bitflags v2.11.0
2102026-03-11T03:25:09.115Z Downloaded tempfile v3.27.0
2112026-03-11T03:25:09.115Z Downloaded thiserror v1.0.69
2122026-03-11T03:25:09.115Z Downloaded serde_derive v1.0.228
2132026-03-11T03:25:09.115Z Downloaded num-traits v0.2.19
2142026-03-11T03:25:09.116Z Downloaded getrandom v0.3.4
2152026-03-11T03:25:09.116Z Downloaded log v0.4.29
2162026-03-11T03:25:09.130Z Downloaded typenum v1.19.0
2172026-03-11T03:25:09.130Z Downloaded pest_meta v2.8.6
2182026-03-11T03:25:09.152Z Downloaded serde v1.0.228
2192026-03-11T03:25:09.169Z Downloaded prettyplease v0.2.37
2202026-03-11T03:25:09.169Z Downloaded rand v0.9.2
2212026-03-11T03:25:09.170Z Downloaded memchr v2.8.0
2222026-03-11T03:25:09.180Z Downloaded num-bigint v0.4.6
2232026-03-11T03:25:09.202Z Downloaded pest v2.8.6
2242026-03-11T03:25:09.217Z Downloaded thiserror-impl v1.0.69
2252026-03-11T03:25:09.217Z Downloaded regex v1.12.3
2262026-03-11T03:25:09.232Z Downloaded zerocopy v0.7.35
2272026-03-11T03:25:09.232Z Downloaded serde_json v1.0.149
2282026-03-11T03:25:09.239Z Downloaded clap_builder v4.5.60
2292026-03-11T03:25:09.239Z Downloaded goblin v0.8.2
2302026-03-11T03:25:09.248Z Downloaded bitvec v1.0.1
2312026-03-11T03:25:09.262Z Downloaded zerocopy v0.8.40
2322026-03-11T03:25:09.274Z Downloaded libc v0.2.182
2332026-03-11T03:25:09.310Z Downloaded syn v2.0.117
2342026-03-11T03:25:09.317Z Downloaded regex-syntax v0.8.10
2352026-03-11T03:25:09.317Z Downloaded rustix v1.1.4
2362026-03-11T03:25:09.330Z Downloaded pest_derive v2.8.6
2372026-03-11T03:25:09.341Z Downloaded regex-automata v0.4.14
2382026-03-11T03:25:09.401Z Downloaded clap v4.5.60
2392026-03-11T03:25:09.470Z Compiling proc-macro2 v1.0.106
2402026-03-11T03:25:09.473Z Compiling quote v1.0.45
2412026-03-11T03:25:09.473Z Compiling unicode-ident v1.0.24
2422026-03-11T03:25:09.473Z Compiling libc v0.2.182
2432026-03-11T03:25:09.473Z Compiling serde_core v1.0.228
2442026-03-11T03:25:09.474Z Compiling memchr v2.8.0
2452026-03-11T03:25:09.474Z Compiling serde v1.0.228
2462026-03-11T03:25:09.702Z Compiling rustix v1.1.4
2472026-03-11T03:25:09.973Z Compiling zmij v1.0.21
2482026-03-11T03:25:09.980Z Compiling thiserror v1.0.69
2492026-03-11T03:25:10.290Z Compiling ucd-trie v0.1.7
2502026-03-11T03:25:10.371Z Compiling serde_json v1.0.149
2512026-03-11T03:25:10.492Z Compiling pest v2.8.6
2522026-03-11T03:25:10.575Z Compiling autocfg v1.5.0
2532026-03-11T03:25:10.642Z Checking cfg-if v1.0.4
2542026-03-11T03:25:10.657Z Compiling prettyplease v0.2.37
2552026-03-11T03:25:10.706Z Compiling version_check v0.9.5
2562026-03-11T03:25:10.951Z Checking syn v2.0.117
2572026-03-11T03:25:11.036Z Compiling num-traits v0.2.19
2582026-03-11T03:25:11.062Z Compiling aho-corasick v1.1.4
2592026-03-11T03:25:11.071Z Compiling regex-syntax v0.8.10
2602026-03-11T03:25:11.304Z Compiling getrandom v0.3.4
2612026-03-11T03:25:12.147Z Compiling pest_meta v2.8.6
2622026-03-11T03:25:12.474Z Compiling itoa v1.0.17
2632026-03-11T03:25:12.722Z Compiling byteorder v1.5.0
2642026-03-11T03:25:13.084Z Compiling usdt-impl v0.5.0
2652026-03-11T03:25:13.117Z Compiling regex-automata v0.4.14
2662026-03-11T03:25:13.202Z Checking colored v3.1.1
2672026-03-11T03:25:13.504Z Checking num-integer v0.1.46
2682026-03-11T03:25:13.612Z Compiling thread-id v4.2.2
2692026-03-11T03:25:13.806Z Checking log v0.4.29
2702026-03-11T03:25:13.981Z Checking plain v0.2.3
2712026-03-11T03:25:14.123Z Compiling errno v0.3.14
2722026-03-11T03:25:14.227Z Checking no-std-net v0.6.0
2732026-03-11T03:25:14.300Z Compiling bitflags v2.11.0
2742026-03-11T03:25:14.360Z Compiling radium v0.7.0
2752026-03-11T03:25:14.367Z Checking pretty-hex v0.4.1
2762026-03-11T03:25:14.546Z Compiling pest_generator v2.8.6
2772026-03-11T03:25:14.660Z Checking pnet_base v0.35.0
2782026-03-11T03:25:14.898Z Compiling zerocopy v0.8.40
2792026-03-11T03:25:14.926Z Compiling once_cell v1.21.3
2802026-03-11T03:25:15.361Z Checking tap v1.0.1
2812026-03-11T03:25:15.475Z Compiling regex v1.12.3
2822026-03-11T03:25:15.492Z Compiling fastrand v2.3.0
2832026-03-11T03:25:15.617Z Checking wyz v0.5.1
2842026-03-11T03:25:15.728Z Compiling tempfile v3.27.0
2852026-03-11T03:25:16.031Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2862026-03-11T03:25:16.061Z Checking num-iter v0.1.45
2872026-03-11T03:25:16.160Z Checking memmap v0.7.0
2882026-03-11T03:25:16.310Z Checking funty v2.0.0
2892026-03-11T03:25:16.429Z Compiling serde_derive v1.0.228
2902026-03-11T03:25:16.606Z Compiling thiserror-impl v1.0.69
2912026-03-11T03:25:16.657Z Compiling zerocopy-derive v0.7.35
2922026-03-11T03:25:16.747Z Compiling pest_derive v2.8.6
2932026-03-11T03:25:16.823Z Compiling scroll_derive v0.12.1
2942026-03-11T03:25:16.830Z Compiling anyhow v1.0.102
2952026-03-11T03:25:17.362Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2962026-03-11T03:25:17.494Z Compiling pnet_macros v0.35.0
2972026-03-11T03:25:17.775Z Checking scroll v0.12.0
2982026-03-11T03:25:17.811Z Compiling zerocopy v0.7.35
2992026-03-11T03:25:18.070Z Checking goblin v0.8.2
3002026-03-11T03:25:18.293Z Compiling dtrace-parser v0.2.0
3012026-03-11T03:25:18.659Z Checking bitvec v1.0.1
3022026-03-11T03:25:19.000Z Checking pnet_macros_support v0.35.0
3032026-03-11T03:25:19.128Z Checking pnet_sys v0.35.0
3042026-03-11T03:25:19.162Z Checking utf8parse v0.2.2
3052026-03-11T03:25:19.171Z Checking pnet_packet v0.35.0
3062026-03-11T03:25:19.272Z Checking anstyle-parse v0.2.7
3072026-03-11T03:25:19.495Z Checking rand_core v0.9.5
3082026-03-11T03:25:19.694Z Checking anstyle v1.0.13
3092026-03-11T03:25:19.911Z Checking colorchoice v1.0.4
3102026-03-11T03:25:19.926Z Checking is_terminal_polyfill v1.70.2
3112026-03-11T03:25:20.016Z Compiling pnet v0.35.0
3122026-03-11T03:25:20.016Z Checking anstyle-query v1.1.5
3132026-03-11T03:25:20.111Z Checking anstream v0.6.21
3142026-03-11T03:25:20.364Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3152026-03-11T03:25:20.433Z Checking strsim v0.11.1
3162026-03-11T03:25:20.626Z Compiling heck v0.5.0
3172026-03-11T03:25:20.663Z Checking clap_lex v1.0.0
3182026-03-11T03:25:20.722Z Checking num-bigint v0.4.6
3192026-03-11T03:25:20.798Z Checking num-complex v0.4.6
3202026-03-11T03:25:20.815Z Checking dof v0.3.0
3212026-03-11T03:25:20.833Z Checking ipnetwork v0.20.0
3222026-03-11T03:25:20.883Z Compiling serde_tokenstream v0.2.3
3232026-03-11T03:25:21.042Z Checking pnet_datalink v0.35.0
3242026-03-11T03:25:21.236Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3252026-03-11T03:25:21.287Z Compiling clap_derive v4.5.55
3262026-03-11T03:25:21.413Z Checking clap_builder v4.5.60
3272026-03-11T03:25:21.905Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3282026-03-11T03:25:21.929Z Checking num-rational v0.4.2
3292026-03-11T03:25:21.951Z Checking pnet_transport v0.35.0
3302026-03-11T03:25:21.976Z Compiling usdt-attr-macro v0.5.0
3312026-03-11T03:25:22.125Z Compiling usdt-macro v0.5.0
3322026-03-11T03:25:22.296Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3332026-03-11T03:25:22.304Z Checking num v0.4.3
3342026-03-11T03:25:22.450Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3352026-03-11T03:25:22.940Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3362026-03-11T03:25:23.020Z Checking usdt v0.5.0
3372026-03-11T03:25:23.079Z Checking ppv-lite86 v0.2.21
3382026-03-11T03:25:23.206Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3392026-03-11T03:25:23.493Z Checking rand_chacha v0.9.0
3402026-03-11T03:25:23.587Z Checking clap v4.5.60
3412026-03-11T03:25:23.665Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3422026-03-11T03:25:23.693Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3432026-03-11T03:25:23.709Z Checking rand v0.9.2
3442026-03-11T03:25:25.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.95s
3452026-03-11T03:25:25.120Z+ cargo clippy --all-targets -- --deny warnings
3462026-03-11T03:25:25.362Z Downloading crates ...
3472026-03-11T03:25:25.418Z Downloaded libloading v0.9.0
3482026-03-11T03:25:25.479Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3492026-03-11T03:25:25.500Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3502026-03-11T03:25:25.507Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3512026-03-11T03:25:25.510Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3522026-03-11T03:25:25.513Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3532026-03-11T03:25:25.516Z Checking libloading v0.9.0
3542026-03-11T03:25:25.817Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3552026-03-11T03:25:26.584Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3562026-03-11T03:25:27.806Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3572026-03-11T03:25:27.809Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3582026-03-11T03:25:29.056Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3592026-03-11T03:25:36.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.97s
3602026-03-11T03:25:36.265Z+ banner build
3612026-03-11T03:25:36.268Z
3622026-03-11T03:25:36.268Z ##### # # # # #####
3632026-03-11T03:25:36.268Z # # # # # # # #
3642026-03-11T03:25:36.268Z ##### # # # # # #
3652026-03-11T03:25:36.268Z # # # # # # # #
3662026-03-11T03:25:36.268Z # # # # # # # #
3672026-03-11T03:25:36.268Z ##### #### # ###### #####
3682026-03-11T03:25:36.268Z
3692026-03-11T03:25:36.268Z+ ptime -m cargo build
3702026-03-11T03:25:36.488Z Compiling unicode-ident v1.0.24
3712026-03-11T03:25:36.488Z Compiling memchr v2.8.0
3722026-03-11T03:25:36.491Z Compiling cfg-if v1.0.4
3732026-03-11T03:25:36.491Z Compiling regex-syntax v0.8.10
3742026-03-11T03:25:36.491Z Compiling libc v0.2.182
3752026-03-11T03:25:36.491Z Compiling serde_core v1.0.228
3762026-03-11T03:25:36.515Z Compiling ucd-trie v0.1.7
3772026-03-11T03:25:36.518Z Compiling zmij v1.0.21
3782026-03-11T03:25:36.565Z Compiling byteorder v1.5.0
3792026-03-11T03:25:36.634Z Compiling proc-macro2 v1.0.106
3802026-03-11T03:25:36.835Z Compiling itoa v1.0.17
3812026-03-11T03:25:36.867Z Compiling bitflags v2.11.0
3822026-03-11T03:25:36.873Z Compiling num-traits v0.2.19
3832026-03-11T03:25:37.007Z Compiling errno v0.3.14
3842026-03-11T03:25:37.073Z Compiling aho-corasick v1.1.4
3852026-03-11T03:25:37.154Z Compiling quote v1.0.45
3862026-03-11T03:25:37.187Z Compiling pest v2.8.6
3872026-03-11T03:25:37.424Z Compiling syn v2.0.117
3882026-03-11T03:25:37.544Z Compiling rustix v1.1.4
3892026-03-11T03:25:37.625Z Compiling fastrand v2.3.0
3902026-03-11T03:25:37.809Z Compiling once_cell v1.21.3
3912026-03-11T03:25:37.937Z Compiling thread-id v4.2.2
3922026-03-11T03:25:38.015Z Compiling colored v3.1.1
3932026-03-11T03:25:38.049Z Compiling getrandom v0.3.4
3942026-03-11T03:25:38.251Z Compiling num-integer v0.1.46
3952026-03-11T03:25:38.529Z Compiling regex-automata v0.4.14
3962026-03-11T03:25:38.671Z Compiling pest_meta v2.8.6
3972026-03-11T03:25:38.790Z Compiling plain v0.2.3
3982026-03-11T03:25:38.906Z Compiling log v0.4.29
3992026-03-11T03:25:38.939Z Compiling serde_json v1.0.149
4002026-03-11T03:25:39.124Z Compiling no-std-net v0.6.0
4012026-03-11T03:25:39.137Z Compiling pretty-hex v0.4.1
4022026-03-11T03:25:39.196Z Compiling pnet_base v0.35.0
4032026-03-11T03:25:39.378Z Compiling tap v1.0.1
4042026-03-11T03:25:39.448Z Compiling tempfile v3.27.0
4052026-03-11T03:25:39.497Z Compiling wyz v0.5.1
4062026-03-11T03:25:39.738Z Compiling radium v0.7.0
4072026-03-11T03:25:39.885Z Compiling num-iter v0.1.45
4082026-03-11T03:25:39.983Z Compiling memmap v0.7.0
4092026-03-11T03:25:39.995Z Compiling funty v2.0.0
4102026-03-11T03:25:40.011Z Compiling zerocopy v0.8.40
4112026-03-11T03:25:40.227Z Compiling pnet_macros_support v0.35.0
4122026-03-11T03:25:40.249Z Compiling pnet_sys v0.35.0
4132026-03-11T03:25:40.354Z Compiling utf8parse v0.2.2
4142026-03-11T03:25:40.466Z Compiling bitvec v1.0.1
4152026-03-11T03:25:40.466Z Compiling anstyle-parse v0.2.7
4162026-03-11T03:25:40.524Z Compiling anyhow v1.0.102
4172026-03-11T03:25:40.561Z Compiling rand_core v0.9.5
4182026-03-11T03:25:40.675Z Compiling pest_generator v2.8.6
4192026-03-11T03:25:40.825Z Compiling prettyplease v0.2.37
4202026-03-11T03:25:40.938Z Compiling regex v1.12.3
4212026-03-11T03:25:41.030Z Compiling colorchoice v1.0.4
4222026-03-11T03:25:41.159Z Compiling anstyle-query v1.1.5
4232026-03-11T03:25:41.261Z Compiling anstyle v1.0.13
4242026-03-11T03:25:41.493Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4252026-03-11T03:25:41.533Z Compiling is_terminal_polyfill v1.70.2
4262026-03-11T03:25:41.542Z Compiling clap_lex v1.0.0
4272026-03-11T03:25:41.625Z Compiling anstream v0.6.21
4282026-03-11T03:25:41.835Z Compiling strsim v0.11.1
4292026-03-11T03:25:42.165Z Compiling clap_builder v4.5.60
4302026-03-11T03:25:42.334Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4312026-03-11T03:25:42.511Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4322026-03-11T03:25:42.622Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4332026-03-11T03:25:43.598Z Compiling serde_derive v1.0.228
4342026-03-11T03:25:43.601Z Compiling thiserror-impl v1.0.69
4352026-03-11T03:25:43.601Z Compiling zerocopy-derive v0.7.35
4362026-03-11T03:25:43.617Z Compiling pest_derive v2.8.6
4372026-03-11T03:25:44.435Z Compiling scroll_derive v0.12.1
4382026-03-11T03:25:44.497Z Compiling pnet_macros v0.35.0
4392026-03-11T03:25:44.812Z Compiling ppv-lite86 v0.2.21
4402026-03-11T03:25:44.943Z Compiling zerocopy v0.7.35
4412026-03-11T03:25:44.962Z Compiling clap_derive v4.5.55
4422026-03-11T03:25:45.252Z Compiling rand_chacha v0.9.0
4432026-03-11T03:25:45.348Z Compiling thiserror v1.0.69
4442026-03-11T03:25:45.456Z Compiling dtrace-parser v0.2.0
4452026-03-11T03:25:45.565Z Compiling scroll v0.12.0
4462026-03-11T03:25:45.724Z Compiling rand v0.9.2
4472026-03-11T03:25:45.900Z Compiling goblin v0.8.2
4482026-03-11T03:25:46.517Z Compiling pnet_packet v0.35.0
4492026-03-11T03:25:47.079Z Compiling serde v1.0.228
4502026-03-11T03:25:47.284Z Compiling clap v4.5.60
4512026-03-11T03:25:47.333Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4522026-03-11T03:25:47.630Z Compiling serde_tokenstream v0.2.3
4532026-03-11T03:25:47.630Z Compiling dof v0.3.0
4542026-03-11T03:25:47.630Z Compiling num-bigint v0.4.6
4552026-03-11T03:25:47.630Z Compiling num-complex v0.4.6
4562026-03-11T03:25:47.814Z Compiling ipnetwork v0.20.0
4572026-03-11T03:25:48.019Z Compiling usdt-impl v0.5.0
4582026-03-11T03:25:48.106Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4592026-03-11T03:25:48.172Z Compiling pnet_datalink v0.35.0
4602026-03-11T03:25:48.667Z Compiling usdt-macro v0.5.0
4612026-03-11T03:25:48.730Z Compiling usdt-attr-macro v0.5.0
4622026-03-11T03:25:49.024Z Compiling num-rational v0.4.2
4632026-03-11T03:25:49.811Z Compiling num v0.4.3
4642026-03-11T03:25:49.888Z Compiling pnet_transport v0.35.0
4652026-03-11T03:25:50.066Z Compiling pnet v0.35.0
4662026-03-11T03:25:50.428Z Compiling usdt v0.5.0
4672026-03-11T03:25:50.594Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4682026-03-11T03:25:51.051Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4692026-03-11T03:25:51.204Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4702026-03-11T03:25:51.205Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4712026-03-11T03:25:51.376Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4722026-03-11T03:25:54.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.64s
4732026-03-11T03:25:54.994Z
4742026-03-11T03:25:54.997Zreal 18.716225726
4752026-03-11T03:25:54.997Zuser 1:42.414267971
4762026-03-11T03:25:54.997Zsys 14.831991225
4772026-03-11T03:25:54.997Ztrap 0.059186052
4782026-03-11T03:25:54.997Ztflt 0.061187177
4792026-03-11T03:25:54.997Zdflt 0.097880246
4802026-03-11T03:25:54.997Zkflt 0.000026186
4812026-03-11T03:25:54.997Zlock 4:10.029618742
4822026-03-11T03:25:54.997Zslp 6:44.636258617
4832026-03-11T03:25:54.997Zlat 5.121617754
4842026-03-11T03:25:54.998Zstop 6.298155473
4852026-03-11T03:25:54.998Z+ ptime -m cargo build --release
4862026-03-11T03:25:55.145Z Compiling proc-macro2 v1.0.106
4872026-03-11T03:25:55.145Z Compiling quote v1.0.45
4882026-03-11T03:25:55.148Z Compiling unicode-ident v1.0.24
4892026-03-11T03:25:55.149Z Compiling libc v0.2.182
4902026-03-11T03:25:55.149Z Compiling serde_core v1.0.228
4912026-03-11T03:25:55.149Z Compiling memchr v2.8.0
4922026-03-11T03:25:55.149Z Compiling serde v1.0.228
4932026-03-11T03:25:55.281Z Compiling zmij v1.0.21
4942026-03-11T03:25:55.537Z Compiling thiserror v1.0.69
4952026-03-11T03:25:55.636Z Compiling ucd-trie v0.1.7
4962026-03-11T03:25:55.884Z Compiling serde_json v1.0.149
4972026-03-11T03:25:55.897Z Compiling rustix v1.1.4
4982026-03-11T03:25:55.917Z Compiling pest v2.8.6
4992026-03-11T03:25:56.168Z Compiling aho-corasick v1.1.4
5002026-03-11T03:25:56.583Z Compiling version_check v0.9.5
5012026-03-11T03:25:56.662Z Compiling syn v2.0.117
5022026-03-11T03:25:56.667Z Compiling regex-syntax v0.8.10
5032026-03-11T03:25:56.824Z Compiling prettyplease v0.2.37
5042026-03-11T03:25:56.920Z Compiling autocfg v1.5.0
5052026-03-11T03:25:57.366Z Compiling pest_meta v2.8.6
5062026-03-11T03:25:57.592Z Compiling num-traits v0.2.19
5072026-03-11T03:25:58.816Z Compiling regex-automata v0.4.14
5082026-03-11T03:25:58.888Z Compiling getrandom v0.3.4
5092026-03-11T03:25:59.265Z Compiling byteorder v1.5.0
5102026-03-11T03:25:59.305Z Compiling itoa v1.0.17
5112026-03-11T03:25:59.550Z Compiling usdt-impl v0.5.0
5122026-03-11T03:25:59.836Z Compiling cfg-if v1.0.4
5132026-03-11T03:25:59.986Z Compiling num-integer v0.1.46
5142026-03-11T03:26:00.127Z Compiling pest_generator v2.8.6
5152026-03-11T03:26:00.387Z Compiling errno v0.3.14
5162026-03-11T03:26:00.462Z Compiling thread-id v4.2.2
5172026-03-11T03:26:00.544Z Compiling plain v0.2.3
5182026-03-11T03:26:00.612Z Compiling log v0.4.29
5192026-03-11T03:26:00.814Z Compiling bitflags v2.11.0
5202026-03-11T03:26:01.127Z Compiling regex v1.12.3
5212026-03-11T03:26:01.657Z Compiling radium v0.7.0
5222026-03-11T03:26:01.661Z Compiling colored v3.1.1
5232026-03-11T03:26:01.862Z Compiling serde_derive v1.0.228
5242026-03-11T03:26:02.011Z Compiling thiserror-impl v1.0.69
5252026-03-11T03:26:02.053Z Compiling zerocopy-derive v0.7.35
5262026-03-11T03:26:02.265Z Compiling pest_derive v2.8.6
5272026-03-11T03:26:02.444Z Compiling scroll_derive v0.12.1
5282026-03-11T03:26:02.951Z Compiling pretty-hex v0.4.1
5292026-03-11T03:26:03.172Z Compiling no-std-net v0.6.0
5302026-03-11T03:26:03.211Z Compiling zerocopy v0.7.35
5312026-03-11T03:26:03.428Z Compiling scroll v0.12.0
5322026-03-11T03:26:03.759Z Compiling dtrace-parser v0.2.0
5332026-03-11T03:26:03.914Z Compiling goblin v0.8.2
5342026-03-11T03:26:03.976Z Compiling once_cell v1.21.3
5352026-03-11T03:26:04.004Z Compiling fastrand v2.3.0
5362026-03-11T03:26:04.219Z Compiling tempfile v3.27.0
5372026-03-11T03:26:04.300Z Compiling pnet_base v0.35.0
5382026-03-11T03:26:04.387Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5392026-03-11T03:26:04.644Z Compiling tap v1.0.1
5402026-03-11T03:26:04.725Z Compiling zerocopy v0.8.40
5412026-03-11T03:26:04.766Z Compiling wyz v0.5.1
5422026-03-11T03:26:05.263Z Compiling num-iter v0.1.45
5432026-03-11T03:26:05.331Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5442026-03-11T03:26:05.399Z Compiling memmap v0.7.0
5452026-03-11T03:26:05.495Z Compiling funty v2.0.0
5462026-03-11T03:26:05.927Z Compiling anyhow v1.0.102
5472026-03-11T03:26:06.351Z Compiling serde_tokenstream v0.2.3
5482026-03-11T03:26:06.358Z Compiling dof v0.3.0
5492026-03-11T03:26:06.461Z Compiling num-bigint v0.4.6
5502026-03-11T03:26:06.761Z Compiling num-complex v0.4.6
5512026-03-11T03:26:06.808Z Compiling bitvec v1.0.1
5522026-03-11T03:26:07.389Z Compiling pnet_macros_support v0.35.0
5532026-03-11T03:26:07.399Z Compiling usdt-macro v0.5.0
5542026-03-11T03:26:07.444Z Compiling usdt-attr-macro v0.5.0
5552026-03-11T03:26:08.286Z Compiling num-rational v0.4.2
5562026-03-11T03:26:09.786Z Compiling usdt v0.5.0
5572026-03-11T03:26:09.907Z Compiling num v0.4.3
5582026-03-11T03:26:09.988Z Compiling pnet_macros v0.35.0
5592026-03-11T03:26:10.594Z Compiling pnet_sys v0.35.0
5602026-03-11T03:26:11.121Z Compiling utf8parse v0.2.2
5612026-03-11T03:26:11.244Z Compiling anstyle-parse v0.2.7
5622026-03-11T03:26:11.457Z Compiling pnet_packet v0.35.0
5632026-03-11T03:26:11.508Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5642026-03-11T03:26:11.908Z Compiling ppv-lite86 v0.2.21
5652026-03-11T03:26:12.834Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5662026-03-11T03:26:13.776Z Compiling ipnetwork v0.20.0
5672026-03-11T03:26:14.191Z Compiling rand_core v0.9.5
5682026-03-11T03:26:14.698Z Compiling colorchoice v1.0.4
5692026-03-11T03:26:14.829Z Compiling is_terminal_polyfill v1.70.2
5702026-03-11T03:26:14.930Z Compiling anstyle-query v1.1.5
5712026-03-11T03:26:15.045Z Compiling anstyle v1.0.13
5722026-03-11T03:26:15.091Z Compiling pnet v0.35.0
5732026-03-11T03:26:15.365Z Compiling anstream v0.6.21
5742026-03-11T03:26:16.004Z Compiling pnet_transport v0.35.0
5752026-03-11T03:26:16.535Z Compiling rand_chacha v0.9.0
5762026-03-11T03:26:17.221Z Compiling pnet_datalink v0.35.0
5772026-03-11T03:26:17.538Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5782026-03-11T03:26:17.842Z Compiling clap_lex v1.0.0
5792026-03-11T03:26:18.069Z Compiling strsim v0.11.1
5802026-03-11T03:26:18.268Z Compiling heck v0.5.0
5812026-03-11T03:26:18.378Z Compiling clap_builder v4.5.60
5822026-03-11T03:26:18.517Z Compiling clap_derive v4.5.55
5832026-03-11T03:26:19.600Z Compiling rand v0.9.2
5842026-03-11T03:26:20.343Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5852026-03-11T03:26:20.538Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5862026-03-11T03:26:20.835Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5872026-03-11T03:26:21.283Z Compiling clap v4.5.60
5882026-03-11T03:26:21.371Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5892026-03-11T03:26:25.433Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5902026-03-11T03:26:26.273Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5912026-03-11T03:26:37.516Z Finished `release` profile [optimized] target(s) in 42.46s
5922026-03-11T03:26:37.541Z
5932026-03-11T03:26:37.544Zreal 42.534722084
5942026-03-11T03:26:37.544Zuser 4:16.562088283
5952026-03-11T03:26:37.544Zsys 21.884403105
5962026-03-11T03:26:37.544Ztrap 0.144748271
5972026-03-11T03:26:37.544Ztflt 0.163182840
5982026-03-11T03:26:37.544Zdflt 0.233578415
5992026-03-11T03:26:37.544Zkflt 0.000111552
6002026-03-11T03:26:37.544Zlock 13:45.187223703
6012026-03-11T03:26:37.544Zslp 16:35.515348426
6022026-03-11T03:26:37.544Zlat 16.242690656
6032026-03-11T03:26:37.544Zstop 11.466307045
6042026-03-11T03:26:37.544Z+ for x in debug release
6052026-03-11T03:26:37.544Z+ mkdir -p /work/debug
6062026-03-11T03:26:37.544Z+ cp target/debug/x4c /work/debug/
6072026-03-11T03:26:37.577Z+ cp target/debug/libsidecar_lite.so /work/debug/
6082026-03-11T03:26:37.609Z+ for x in debug release
6092026-03-11T03:26:37.609Z+ mkdir -p /work/release
6102026-03-11T03:26:37.612Z+ cp target/release/x4c /work/release/
6112026-03-11T03:26:37.620Z+ cp target/release/libsidecar_lite.so /work/release/
6122026-03-11T03:26:37.631Z+ banner test
6132026-03-11T03:26:37.635Z
6142026-03-11T03:26:37.635Z ##### ###### #### #####
6152026-03-11T03:26:37.635Z # # # #
6162026-03-11T03:26:37.635Z # ##### #### #
6172026-03-11T03:26:37.635Z # # # #
6182026-03-11T03:26:37.635Z # # # # #
6192026-03-11T03:26:37.635Z # ###### #### #
6202026-03-11T03:26:37.635Z
6212026-03-11T03:26:37.635Z+ cargo test
6222026-03-11T03:26:37.774Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6232026-03-11T03:26:37.792Z Compiling libloading v0.9.0
6242026-03-11T03:26:37.796Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6252026-03-11T03:26:37.799Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6262026-03-11T03:26:37.799Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6272026-03-11T03:26:37.802Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6282026-03-11T03:26:38.042Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6292026-03-11T03:26:39.170Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6302026-03-11T03:26:39.170Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6312026-03-11T03:26:39.170Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6322026-03-11T03:26:39.517Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6332026-03-11T03:26:48.839Z Finished `test` profile [unoptimized + debuginfo] target(s) in 11.14s
6342026-03-11T03:26:48.856Z Running unittests src/lib.rs (target/debug/deps/p4-1546c95bd2fe8ca4)
6352026-03-11T03:26:48.859Z
6362026-03-11T03:26:48.859Zrunning 0 tests
6372026-03-11T03:26:48.859Z
6382026-03-11T03:26:48.859Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6392026-03-11T03:26:48.859Z
6402026-03-11T03:26:48.859Z Running unittests src/lib.rs (target/debug/deps/p4_macro-e49bd567b5ae8045)
6412026-03-11T03:26:48.862Z
6422026-03-11T03:26:48.862Zrunning 0 tests
6432026-03-11T03:26:48.862Z
6442026-03-11T03:26:48.862Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6452026-03-11T03:26:48.862Z
6462026-03-11T03:26:48.865Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-f9211c86308ccaad)
6472026-03-11T03:26:48.865Z
6482026-03-11T03:26:48.865Zrunning 0 tests
6492026-03-11T03:26:48.865Z
6502026-03-11T03:26:48.865Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6512026-03-11T03:26:48.865Z
6522026-03-11T03:26:48.865Z Running unittests src/lib.rs (target/debug/deps/p4_rust-354c25839f910525)
6532026-03-11T03:26:48.868Z
6542026-03-11T03:26:48.868Zrunning 0 tests
6552026-03-11T03:26:48.868Z
6562026-03-11T03:26:48.868Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6572026-03-11T03:26:48.868Z
6582026-03-11T03:26:48.868Z Running unittests src/lib.rs (target/debug/deps/p4rs-3afe60b63e34350f)
6592026-03-11T03:26:48.871Z
6602026-03-11T03:26:48.871Zrunning 14 tests
6612026-03-11T03:26:48.871Ztest bitmath::tests::bitmath_add_cascade ... ok
6622026-03-11T03:26:48.871Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6632026-03-11T03:26:48.871Ztest bitmath::tests::bitmath_add_le ... ok
6642026-03-11T03:26:48.871Ztest bitmath::tests::bitmath_add_nest ... ok
6652026-03-11T03:26:48.871Ztest bitmath::tests::bitmath_mod ... ok
6662026-03-11T03:26:48.871Ztest bitmath::tests::bitmath_add_be ... ok
6672026-03-11T03:26:48.871Ztest bitmath::tests::bitmath_sub_le ... ok
6682026-03-11T03:26:48.872Ztest bitmath::tests::bitmath_sub_be ... ok
6692026-03-11T03:26:48.872Ztest checksum::tests::udp_checksum ... ok
6702026-03-11T03:26:48.872Ztest table::tests::match_lpm_ternary_1 ... ok
6712026-03-11T03:26:48.872Ztest table::tests::match_lpm_ternary_range ... ok
6722026-03-11T03:26:48.872Ztest table::tests::match_ternary_1 ... ok
6732026-03-11T03:26:48.872Ztest table::tests::match_lpm_1 ... ok
6742026-03-11T03:26:48.872Ztest table::tests::match_with_action ... ok
6752026-03-11T03:26:48.872Z
6762026-03-11T03:26:48.872Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6772026-03-11T03:26:48.872Z
6782026-03-11T03:26:48.872Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-13062e2b5e99abed)
6792026-03-11T03:26:48.875Z
6802026-03-11T03:26:48.875Zrunning 0 tests
6812026-03-11T03:26:48.875Z
6822026-03-11T03:26:48.875Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6832026-03-11T03:26:48.875Z
6842026-03-11T03:26:48.875Z Running unittests src/lib.rs (target/debug/deps/tests-a73d03d47dc9fba7)
6852026-03-11T03:26:48.875Z
6862026-03-11T03:26:48.875Zrunning 15 tests
6872026-03-11T03:26:48.879Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6882026-03-11T03:26:48.882Ztest headers::ipv6_header_read_write ... ok
6892026-03-11T03:26:48.882Ztest dload::pipeline_create ... ok
6902026-03-11T03:26:48.882Ztest ipv6::test_ipv6_parse ... ok
6912026-03-11T03:26:48.882Ztest dload::dynamic_load ... ok
6922026-03-11T03:26:48.887Ztest arithmetic::arithmetic ... ok
6932026-03-11T03:26:48.890Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6942026-03-11T03:26:48.890Ztest decap::geneve_decap ... ok
6952026-03-11T03:26:48.890Ztest hub::hub2 ... ok
6962026-03-11T03:26:48.891Ztest disag_router::disag_router ... ok
6972026-03-11T03:26:48.891Ztest dynamic_router::dynamic_router2 ... ok
6982026-03-11T03:26:48.891Ztest vlan::test_vlan_parse ... ok
6992026-03-11T03:26:48.894Ztest basic_router::basic_router2 ... ok
7002026-03-11T03:26:48.903Ztest range::range ... ok
7012026-03-11T03:26:48.906Ztest mac_rewrite::mac_rewrite2 ... ok
7022026-03-11T03:26:48.906Z
7032026-03-11T03:26:48.906Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
7042026-03-11T03:26:48.906Z
7052026-03-11T03:26:48.913Z Running unittests src/lib.rs (target/debug/deps/x4c-5f5bd548406d0f4f)
7062026-03-11T03:26:48.915Z
7072026-03-11T03:26:48.915Zrunning 0 tests
7082026-03-11T03:26:48.916Z
7092026-03-11T03:26:48.916Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7102026-03-11T03:26:48.916Z
7112026-03-11T03:26:48.916Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-ccc4900124a23644)
7122026-03-11T03:26:48.919Z
7132026-03-11T03:26:48.919Zrunning 0 tests
7142026-03-11T03:26:48.919Z
7152026-03-11T03:26:48.919Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7162026-03-11T03:26:48.919Z
7172026-03-11T03:26:48.919Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-3a2e4fc4b0fb7846)
7182026-03-11T03:26:48.922Z
7192026-03-11T03:26:48.922Zrunning 0 tests
7202026-03-11T03:26:48.922Z
7212026-03-11T03:26:48.922Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7222026-03-11T03:26:48.922Z
7232026-03-11T03:26:48.922Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-e4ba2bf66014fdff)
7242026-03-11T03:26:48.923Z
7252026-03-11T03:26:48.923Zrunning 0 tests
7262026-03-11T03:26:48.923Z
7272026-03-11T03:26:48.923Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7282026-03-11T03:26:48.923Z
7292026-03-11T03:26:48.923Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7302026-03-11T03:26:48.927Z
7312026-03-11T03:26:48.927Zrunning 0 tests
7322026-03-11T03:26:48.927Z
7332026-03-11T03:26:48.927Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7342026-03-11T03:26:48.927Z
7352026-03-11T03:26:48.927Z Doc-tests p4
7362026-03-11T03:26:49.045Z
7372026-03-11T03:26:49.045Zrunning 0 tests
7382026-03-11T03:26:49.045Z
7392026-03-11T03:26:49.045Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7402026-03-11T03:26:49.045Z
7412026-03-11T03:26:49.056Z Doc-tests p4_macro
7422026-03-11T03:26:49.112Z
7432026-03-11T03:26:49.112Zrunning 2 tests
7442026-03-11T03:26:49.115Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7452026-03-11T03:26:49.115Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7462026-03-11T03:26:49.115Z
7472026-03-11T03:26:49.115Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7482026-03-11T03:26:49.115Z
7492026-03-11T03:26:49.119Z Doc-tests p4_rust
7502026-03-11T03:26:49.340Z
7512026-03-11T03:26:49.340Zrunning 0 tests
7522026-03-11T03:26:49.340Z
7532026-03-11T03:26:49.340Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7542026-03-11T03:26:49.340Z
7552026-03-11T03:26:49.354Z Doc-tests p4rs
7562026-03-11T03:26:49.462Z
7572026-03-11T03:26:49.462Zrunning 1 test
7582026-03-11T03:26:50.516Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7592026-03-11T03:26:50.516Z
7602026-03-11T03:26:50.516Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.05s
7612026-03-11T03:26:50.516Z
7622026-03-11T03:26:50.527Z Doc-tests tests
7632026-03-11T03:26:50.607Z
7642026-03-11T03:26:50.608Zrunning 0 tests
7652026-03-11T03:26:50.608Z
7662026-03-11T03:26:50.608Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7672026-03-11T03:26:50.608Z
7682026-03-11T03:26:50.617Z Doc-tests x4c
7692026-03-11T03:26:50.675Z
7702026-03-11T03:26:50.675Zrunning 0 tests
7712026-03-11T03:26:50.675Z
7722026-03-11T03:26:50.675Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7732026-03-11T03:26:50.675Z
7742026-03-11T03:26:50.683Z Doc-tests x4c_error_codes
7752026-03-11T03:26:50.719Z
7762026-03-11T03:26:50.719Zrunning 0 tests
7772026-03-11T03:26:50.719Z
7782026-03-11T03:26:50.722Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7792026-03-11T03:26:50.722Z
7802026-03-11T03:26:50.733Z+ pushd test
7812026-03-11T03:26:50.736Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7822026-03-11T03:26:50.736Z+ banner 'mac rewr'
7832026-03-11T03:26:50.736Z
7842026-03-11T03:26:50.736Z # # ## #### ##### ###### # # #####
7852026-03-11T03:26:50.736Z ## ## # # # # # # # # # # #
7862026-03-11T03:26:50.736Z # ## # # # # # # ##### # # # #
7872026-03-11T03:26:50.736Z # # ###### # ##### # # ## # #####
7882026-03-11T03:26:50.736Z # # # # # # # # # ## ## # #
7892026-03-11T03:26:50.736Z # # # # #### # # ###### # # # #
7902026-03-11T03:26:50.736Z
7912026-03-11T03:26:50.736Z+ RUST_BACKTRACE=1
7922026-03-11T03:26:50.736Z+ cargo test mac_rewrite -- --nocapture
7932026-03-11T03:26:50.913Z Compiling aho-corasick v1.1.4
7942026-03-11T03:26:50.930Z Compiling errno v0.3.14
7952026-03-11T03:26:50.933Z Compiling rustix v1.1.4
7962026-03-11T03:26:50.936Z Compiling prettyplease v0.2.37
7972026-03-11T03:26:51.912Z Compiling regex-automata v0.4.14
7982026-03-11T03:26:51.936Z Compiling tempfile v3.27.0
7992026-03-11T03:26:53.907Z Compiling regex v1.12.3
8002026-03-11T03:26:54.256Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
8012026-03-11T03:26:54.346Z Compiling pnet_macros v0.35.0
8022026-03-11T03:26:55.252Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
8032026-03-11T03:26:55.618Z Compiling pnet_packet v0.35.0
8042026-03-11T03:26:56.389Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
8052026-03-11T03:26:58.356Z Compiling pnet_transport v0.35.0
8062026-03-11T03:26:58.509Z Compiling pnet v0.35.0
8072026-03-11T03:26:58.639Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8082026-03-11T03:27:08.037Z Finished `test` profile [unoptimized + debuginfo] target(s) in 17.23s
8092026-03-11T03:27:08.051Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-d4cfefd7db7dfff8)
8102026-03-11T03:27:08.054Z
8112026-03-11T03:27:08.054Zrunning 1 test
8122026-03-11T03:27:08.062Z[phy2] do you know the muffin man?
8132026-03-11T03:27:08.065Z[cpu] the muffin man?
8142026-03-11T03:27:08.065Z[cpu] the muffin man!
8152026-03-11T03:27:08.065Z[cpu] why yes
8162026-03-11T03:27:08.065Z[phy1] i know the muffin man
8172026-03-11T03:27:08.065Z[phy3] the muffin man is me!!!
8182026-03-11T03:27:08.065Ztest mac_rewrite::mac_rewrite2 ... ok
8192026-03-11T03:27:08.065Z
8202026-03-11T03:27:08.065Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8212026-03-11T03:27:08.065Z
8222026-03-11T03:27:08.072Z+ banner 'dyn load'
8232026-03-11T03:27:08.075Z
8242026-03-11T03:27:08.075Z ##### # # # # # #### ## #####
8252026-03-11T03:27:08.075Z # # # # ## # # # # # # # #
8262026-03-11T03:27:08.075Z # # # # # # # # # # # # #
8272026-03-11T03:27:08.075Z # # # # # # # # # ###### # #
8282026-03-11T03:27:08.075Z # # # # ## # # # # # # #
8292026-03-11T03:27:08.075Z ##### # # # ###### #### # # #####
8302026-03-11T03:27:08.075Z
8312026-03-11T03:27:08.075Z+ RUST_BACKTRACE=1
8322026-03-11T03:27:08.075Z+ cargo test dload -- --nocapture
8332026-03-11T03:27:08.238Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
8342026-03-11T03:27:08.241Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-d4cfefd7db7dfff8)
8352026-03-11T03:27:08.244Z
8362026-03-11T03:27:08.244Zrunning 2 tests
8372026-03-11T03:27:08.249Ztest dload::pipeline_create ... ok
8382026-03-11T03:27:08.252Ztest dload::dynamic_load ... ok
8392026-03-11T03:27:08.252Z
8402026-03-11T03:27:08.252Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8412026-03-11T03:27:08.252Z
8422026-03-11T03:27:08.259Z+ banner disag
8432026-03-11T03:27:08.262Z
8442026-03-11T03:27:08.262Z ##### # #### ## ####
8452026-03-11T03:27:08.262Z # # # # # # # #
8462026-03-11T03:27:08.262Z # # # #### # # #
8472026-03-11T03:27:08.262Z # # # # ###### # ###
8482026-03-11T03:27:08.262Z # # # # # # # # #
8492026-03-11T03:27:08.262Z ##### # #### # # ####
8502026-03-11T03:27:08.262Z
8512026-03-11T03:27:08.262Z+ RUST_BACKTRACE=1
8522026-03-11T03:27:08.262Z+ cargo test disag_router -- --nocapture
8532026-03-11T03:27:08.431Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
8542026-03-11T03:27:08.435Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-d4cfefd7db7dfff8)
8552026-03-11T03:27:08.438Z
8562026-03-11T03:27:08.438Zrunning 1 test
8572026-03-11T03:27:08.445Z[phy2] do you know the muffin man?
8582026-03-11T03:27:08.451Z[cpu] the muffin man?
8592026-03-11T03:27:08.451Z[cpu] the muffin man!
8602026-03-11T03:27:08.451Z[cpu] why yes
8612026-03-11T03:27:08.451Z[phy1] i know the muffin man
8622026-03-11T03:27:08.451Z[phy3] the muffin man is me!!!
8632026-03-11T03:27:08.451Ztest disag_router::disag_router ... ok
8642026-03-11T03:27:08.451Z
8652026-03-11T03:27:08.451Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8662026-03-11T03:27:08.451Z
8672026-03-11T03:27:08.455Z+ banner 'dyn rtr'
8682026-03-11T03:27:08.458Z
8692026-03-11T03:27:08.459Z ##### # # # # ##### ##### #####
8702026-03-11T03:27:08.459Z # # # # ## # # # # # #
8712026-03-11T03:27:08.459Z # # # # # # # # # # #
8722026-03-11T03:27:08.459Z # # # # # # ##### # #####
8732026-03-11T03:27:08.459Z # # # # ## # # # # #
8742026-03-11T03:27:08.459Z ##### # # # # # # # #
8752026-03-11T03:27:08.459Z
8762026-03-11T03:27:08.459Z+ RUST_BACKTRACE=1
8772026-03-11T03:27:08.459Z+ cargo test dynamic_router -- --nocapture
8782026-03-11T03:27:08.625Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
8792026-03-11T03:27:08.629Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-d4cfefd7db7dfff8)
8802026-03-11T03:27:08.632Z
8812026-03-11T03:27:08.632Zrunning 1 test
8822026-03-11T03:27:08.639Z[phy2] do you know the muffin man?
8832026-03-11T03:27:08.642Z[cpu] the muffin man?
8842026-03-11T03:27:08.642Z[cpu] the muffin man!
8852026-03-11T03:27:08.642Z[cpu] why yes
8862026-03-11T03:27:08.642Z[phy1] i know the muffin man
8872026-03-11T03:27:08.642Z[phy3] the muffin man is me!!!
8882026-03-11T03:27:08.642Ztest dynamic_router::dynamic_router2 ... ok
8892026-03-11T03:27:08.642Z
8902026-03-11T03:27:08.642Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8912026-03-11T03:27:08.642Z
8922026-03-11T03:27:08.648Z+ banner hub
8932026-03-11T03:27:08.651Z
8942026-03-11T03:27:08.651Z # # # # #####
8952026-03-11T03:27:08.651Z # # # # # #
8962026-03-11T03:27:08.651Z ###### # # #####
8972026-03-11T03:27:08.651Z # # # # # #
8982026-03-11T03:27:08.651Z # # # # # #
8992026-03-11T03:27:08.651Z # # #### #####
9002026-03-11T03:27:08.651Z
9012026-03-11T03:27:08.651Z+ RUST_BACKTRACE=1
9022026-03-11T03:27:08.652Z+ cargo test hub -- --nocapture
9032026-03-11T03:27:08.820Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
9042026-03-11T03:27:08.824Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-d4cfefd7db7dfff8)
9052026-03-11T03:27:08.826Z
9062026-03-11T03:27:08.826Zrunning 1 test
9072026-03-11T03:27:08.834Z[phy2] do you know the muffin man?
9082026-03-11T03:27:08.834Z[phy3] do you know the muffin man?
9092026-03-11T03:27:08.837Z[phy1] the muffin man?
9102026-03-11T03:27:08.837Z[phy3] the muffin man?
9112026-03-11T03:27:08.837Z[phy2] the muffin man!
9122026-03-11T03:27:08.837Z[phy3] the muffin man!
9132026-03-11T03:27:08.837Z[phy1] why yes
9142026-03-11T03:27:08.837Z[phy1] i know the muffin man
9152026-03-11T03:27:08.837Z[phy1] the muffin man is me!!!
9162026-03-11T03:27:08.837Z[phy3] why yes
9172026-03-11T03:27:08.837Z[phy3] i know the muffin man
9182026-03-11T03:27:08.837Z[phy3] the muffin man is me!!!
9192026-03-11T03:27:08.837Ztest hub::hub2 ... ok
9202026-03-11T03:27:08.837Z
9212026-03-11T03:27:08.837Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9222026-03-11T03:27:08.837Z
9232026-03-11T03:27:08.843Z+ banner router
9242026-03-11T03:27:08.846Z
9252026-03-11T03:27:08.846Z ##### #### # # ##### ###### #####
9262026-03-11T03:27:08.846Z # # # # # # # # # #
9272026-03-11T03:27:08.846Z # # # # # # # ##### # #
9282026-03-11T03:27:08.846Z ##### # # # # # # #####
9292026-03-11T03:27:08.846Z # # # # # # # # # #
9302026-03-11T03:27:08.846Z # # #### #### # ###### # #
9312026-03-11T03:27:08.846Z
9322026-03-11T03:27:08.846Z+ RUST_BACKTRACE=1
9332026-03-11T03:27:08.846Z+ cargo test basic_router -- --nocapture
9342026-03-11T03:27:09.010Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
9352026-03-11T03:27:09.014Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-d4cfefd7db7dfff8)
9362026-03-11T03:27:09.018Z
9372026-03-11T03:27:09.018Zrunning 1 test
9382026-03-11T03:27:09.021Z[phy2] do you know the muffin man?
9392026-03-11T03:27:09.025Z[phy1] the muffin man?
9402026-03-11T03:27:09.025Z[phy2] the muffin man!
9412026-03-11T03:27:09.025Z[phy1] why yes
9422026-03-11T03:27:09.025Z[phy1] i know the muffin man
9432026-03-11T03:27:09.025Z[phy1] the muffin man is me!!!
9442026-03-11T03:27:09.025Ztest basic_router::basic_router2 ... ok
9452026-03-11T03:27:09.025Z
9462026-03-11T03:27:09.025Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9472026-03-11T03:27:09.025Z
9482026-03-11T03:27:09.031Z+ banner headers
9492026-03-11T03:27:09.034Z
9502026-03-11T03:27:09.034Z # # ###### ## ##### ###### ##### ####
9512026-03-11T03:27:09.034Z # # # # # # # # # # #
9522026-03-11T03:27:09.034Z ###### ##### # # # # ##### # # ####
9532026-03-11T03:27:09.034Z # # # ###### # # # ##### #
9542026-03-11T03:27:09.034Z # # # # # # # # # # # #
9552026-03-11T03:27:09.035Z # # ###### # # ##### ###### # # ####
9562026-03-11T03:27:09.035Z
9572026-03-11T03:27:09.035Z+ RUST_BACKTRACE=1
9582026-03-11T03:27:09.035Z+ cargo test headers -- --nocapture
9592026-03-11T03:27:09.196Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
9602026-03-11T03:27:09.199Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-d4cfefd7db7dfff8)
9612026-03-11T03:27:09.202Z
9622026-03-11T03:27:09.202Zrunning 1 test
9632026-03-11T03:27:09.202Ztest headers::ipv6_header_read_write ... ok
9642026-03-11T03:27:09.202Z
9652026-03-11T03:27:09.202Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9662026-03-11T03:27:09.202Z
9672026-03-11T03:27:09.208Zprocess exited: duration 146758 ms, exit code 0
 
9682026-03-11T03:27:09.225Zfound 4 output files
9692026-03-11T03:27:09.225Zuploading: /work/debug/libsidecar_lite.so (43096712 bytes)
9702026-03-11T03:27:10.801Zuploaded: /work/debug/libsidecar_lite.so
9712026-03-11T03:27:10.801Zuploading: /work/debug/x4c (37773440 bytes)
9722026-03-11T03:27:12.998Zuploaded: /work/debug/x4c
9732026-03-11T03:27:13.010Zuploading: /work/release/libsidecar_lite.so (9834400 bytes)
9742026-03-11T03:27:14.291Zuploaded: /work/release/libsidecar_lite.so
9752026-03-11T03:27:14.291Zuploading: /work/release/x4c (8578456 bytes)
9762026-03-11T03:27:15.406Zuploaded: /work/release/x4c