01KVRCAWFNA1ENPVH0TZVPM23J: 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: 01KVRCGNJAZ3MWX125SAB6WXMW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-22T19:27:27.369Zjob assigned to worker 01KVRCSC9MTQ7ZJWHVA2H27CSG [factory aws, i-0f111db17762d59de] (queued for 5 m 25 s)
 
22026-06-22T19:27:34.295Zstarting task 0: "setup"
32026-06-22T19:27:34.709Z++ uname -s
42026-06-22T19:27:34.718Z+ kern=SunOS
52026-06-22T19:27:34.718Z+ build_user=build
62026-06-22T19:27:34.718Z+ build_uid=12345
72026-06-22T19:27:34.718Z+ work_dir=/work
82026-06-22T19:27:34.718Z+ input_dir=/input
92026-06-22T19:27:34.718Z+ [[ 0 == 12345 ]]
102026-06-22T19:27:34.718Z+ case "$kern" in
112026-06-22T19:27:34.718Z+ groupadd -g 12345 build
122026-06-22T19:27:34.718Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-22T19:27:36.312Z+ zfs create -o mountpoint=/work rpool/work
142026-06-22T19:27:36.406Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-22T19:27:36.409Z+ home_fs=zfs
162026-06-22T19:27:36.409Z+ [[ zfs == autofs ]]
172026-06-22T19:27:36.409Z+ mkdir -p /home/build
182026-06-22T19:27:36.409Z+ chown build:build /home/build /work
192026-06-22T19:27:38.410Z+ chmod 0700 /home/build /work
202026-06-22T19:27:38.414Zprocess exited: duration 4120 ms, exit code 0
 
212026-06-22T19:27:38.836Zstarting task 1: "rust-toolchain"
222026-06-22T19:27:38.846Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-22T19:27:38.846Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-22T19:27:38.846Z * rust toolchain channel = "stable"
252026-06-22T19:27:38.846Z * rust toolchain profile = "default"
262026-06-22T19:27:38.846Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-22T19:27:38.846Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-22T19:27:39.256Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-22T19:27:39.256Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-22T19:27:39.263Zinfo: downloading installer
312026-06-22T19:27:41.049Zwarn: It looks like you have an existing installation of Rust at:
322026-06-22T19:27:41.049Zwarn: /opt/ooce/bin
332026-06-22T19:27:41.049Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-22T19:27:41.049Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-22T19:27:41.049Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-22T19:27:41.049Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-22T19:27:41.050Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-22T19:27:41.050Zerror: cannot install while Rust is installed
392026-06-22T19:27:41.050Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-22T19:27:41.050Zwarn: It looks like you have an existing rustup settings file at:
412026-06-22T19:27:41.050Zwarn: /home/build/.rustup/settings.toml
422026-06-22T19:27:41.050Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-22T19:27:41.050Zwarn: instead of the one inferred from the default host triple.
442026-06-22T19:27:41.097Zinfo: profile set to default
452026-06-22T19:27:41.097Zinfo: default host triple is x86_64-unknown-illumos
462026-06-22T19:27:41.098Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-22T19:27:41.098Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-22T19:27:41.098Zinfo: downloading 6 components
492026-06-22T19:27:55.976Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-22T19:27:55.977Z
512026-06-22T19:27:56.009Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-22T19:27:56.009Z
532026-06-22T19:27:56.009Z
542026-06-22T19:27:56.010ZRust is installed now. Great!
552026-06-22T19:27:56.010Z
562026-06-22T19:27:56.010ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-22T19:27:56.010Zenvironment variable. This has not been done automatically.
582026-06-22T19:27:56.010Z
592026-06-22T19:27:56.010ZTo configure your current shell, you need to source
602026-06-22T19:27:56.010Zthe corresponding env file under $HOME/.cargo.
612026-06-22T19:27:56.010Z
622026-06-22T19:27:56.010ZThis is usually done by running one of the following (note the leading DOT):
632026-06-22T19:27:56.010Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-22T19:27:56.010Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-22T19:27:56.010Zsource "~/.cargo/env.nu" # For nushell
662026-06-22T19:27:56.010Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-22T19:27:56.010Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-22T19:27:56.010Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-22T19:27:56.019Zwarn: no default linker (`cc`) was found in your PATH
702026-06-22T19:27:56.019Zwarn: many Rust crates require a system C toolchain to build
712026-06-22T19:27:56.094Z+ rustup --version
722026-06-22T19:27:56.104Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-22T19:27:56.108Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-22T19:27:56.124Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-22T19:27:56.539Z+ cargo --version
762026-06-22T19:27:56.553Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-22T19:27:56.553Z+ rustc --version
782026-06-22T19:27:56.553Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-22T19:27:56.553Zprocess exited: duration 17325 ms, exit code 0
 
802026-06-22T19:27:56.579Zstarting task 2: "authentication"
812026-06-22T19:27:56.632ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
822026-06-22T19:29:33.949Zprocess exited: duration 97367 ms, exit code 0
 
832026-06-22T19:29:33.959Zstarting task 3: "clone repository"
842026-06-22T19:29:33.963Z+ mkdir -p /work/oxidecomputer/p4
852026-06-22T19:29:33.966Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
862026-06-22T19:29:34.001ZCloning into '/work/oxidecomputer/p4'...
872026-06-22T19:29:35.213Z+ cd /work/oxidecomputer/p4
882026-06-22T19:29:35.214Z+ git fetch origin 2c57a21671419810ed2ab9459f7033f88008d47f
892026-06-22T19:29:35.640ZFrom https://github.com/oxidecomputer/p4
902026-06-22T19:29:35.641Z * branch 2c57a21671419810ed2ab9459f7033f88008d47f -> FETCH_HEAD
912026-06-22T19:29:35.713Z+ [[ -n renovate/lock-file-maintenance ]]
922026-06-22T19:29:35.718Z++ git branch --show-current
932026-06-22T19:29:35.718Z+ current=main
942026-06-22T19:29:35.718Z+ [[ main != renovate/lock-file-maintenance ]]
952026-06-22T19:29:35.718Z+ git branch -f renovate/lock-file-maintenance 2c57a21671419810ed2ab9459f7033f88008d47f
962026-06-22T19:29:35.718Z+ git checkout -f renovate/lock-file-maintenance
972026-06-22T19:29:35.718ZSwitched to branch 'renovate/lock-file-maintenance'
982026-06-22T19:29:35.718Z+ git reset --hard 2c57a21671419810ed2ab9459f7033f88008d47f
992026-06-22T19:29:35.718ZHEAD is now at 2c57a21 Lock file maintenance
1002026-06-22T19:29:35.718Zprocess exited: duration 1707 ms, exit code 0
 
1012026-06-22T19:29:35.745Zstarting task 4: "build"
1022026-06-22T19:29:35.758Z+ cargo --version
1032026-06-22T19:29:35.764Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1042026-06-22T19:29:36.341Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1052026-06-22T19:29:36.346Zinfo: downloading 6 components
1062026-06-22T19:29:52.865Zcargo 1.92.0 (344c4567c 2025-10-21)
1072026-06-22T19:29:52.868Z+ rustc --version
1082026-06-22T19:29:52.899Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1092026-06-22T19:29:52.903Z+ banner check
1102026-06-22T19:29:52.906Z
1112026-06-22T19:29:52.906Z #### # # ###### #### # #
1122026-06-22T19:29:52.906Z # # # # # # # # #
1132026-06-22T19:29:52.906Z # ###### ##### # ####
1142026-06-22T19:29:52.906Z # # # # # # #
1152026-06-22T19:29:52.906Z # # # # # # # # #
1162026-06-22T19:29:52.906Z #### # # ###### #### # #
1172026-06-22T19:29:52.906Z
1182026-06-22T19:29:52.906Z+ cargo fmt -- --check
1192026-06-22T19:29:53.048Z+ cargo check
1202026-06-22T19:29:53.118Z Updating crates.io index
1212026-06-22T19:29:53.162Z Updating git repository `https://github.com/oxidecomputer/xfr`
1222026-06-22T19:29:53.411ZFrom https://github.com/oxidecomputer/xfr
1232026-06-22T19:29:53.411Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1242026-06-22T19:29:54.653Z Downloading crates ...
1252026-06-22T19:29:54.724Z Downloaded aho-corasick v1.1.4
1262026-06-22T19:29:54.728Z Downloaded glob v0.3.3
1272026-06-22T19:29:54.734Z Downloaded generic-array v0.14.7
1282026-06-22T19:29:54.734Z Downloaded ipnetwork v0.20.0
1292026-06-22T19:29:54.738Z Downloaded dof v0.3.0
1302026-06-22T19:29:54.738Z Downloaded colored v3.1.1
1312026-06-22T19:29:55.151Z Downloaded cpufeatures v0.2.17
1322026-06-22T19:29:55.151Z Downloaded ppv-lite86 v0.2.21
1332026-06-22T19:29:55.151Z Downloaded crypto-common v0.1.7
1342026-06-22T19:29:55.151Z Downloaded zerocopy-derive v0.7.35
1352026-06-22T19:29:55.154Z Downloaded proc-macro2 v1.0.106
1362026-06-22T19:29:55.154Z Downloaded clap_lex v1.1.0
1372026-06-22T19:29:55.154Z Downloaded ucd-trie v0.1.7
1382026-06-22T19:29:55.154Z Downloaded anstream v1.0.0
1392026-06-22T19:29:55.154Z Downloaded regex v1.12.4
1402026-06-22T19:29:55.154Z Downloaded heck v0.5.0
1412026-06-22T19:29:55.154Z Downloaded is_terminal_polyfill v1.70.2
1422026-06-22T19:29:55.154Z Downloaded zerocopy v0.8.52
1432026-06-22T19:29:55.154Z Downloaded pnet_macros v0.35.0
1442026-06-22T19:29:55.154Z Downloaded zmij v1.0.21
1452026-06-22T19:29:55.154Z Downloaded pest_derive v2.8.6
1462026-06-22T19:29:55.154Z Downloaded getrandom v0.4.3
1472026-06-22T19:29:55.154Z Downloaded pnet_transport v0.35.0
1482026-06-22T19:29:55.155Z Downloaded colorchoice v1.0.5
1492026-06-22T19:29:55.155Z Downloaded fastrand v2.4.1
1502026-06-22T19:29:55.155Z Downloaded errno v0.3.14
1512026-06-22T19:29:55.155Z Downloaded radium v0.7.0
1522026-06-22T19:29:55.155Z Downloaded digest v0.10.7
1532026-06-22T19:29:55.155Z Downloaded cfg-if v1.0.4
1542026-06-22T19:29:55.155Z Downloaded num-iter v0.1.45
1552026-06-22T19:29:55.155Z Downloaded anstyle-query v1.1.5
1562026-06-22T19:29:55.155Z Downloaded pretty-hex v0.4.2
1572026-06-22T19:29:55.155Z Downloaded byteorder v1.5.0
1582026-06-22T19:29:55.155Z Downloaded pnet_macros_support v0.35.0
1592026-06-22T19:29:55.155Z Downloaded dtrace-parser v0.2.0
1602026-06-22T19:29:55.155Z Downloaded usdt v0.5.0
1612026-06-22T19:29:55.155Z Downloaded pnet_sys v0.35.0
1622026-06-22T19:29:55.155Z Downloaded memmap v0.7.0
1632026-06-22T19:29:55.155Z Downloaded usdt-attr-macro v0.5.0
1642026-06-22T19:29:55.155Z Downloaded scroll_derive v0.12.1
1652026-06-22T19:29:55.155Z Downloaded tap v1.0.1
1662026-06-22T19:29:55.155Z Downloaded pnet_base v0.35.0
1672026-06-22T19:29:55.155Z Downloaded version_check v0.9.5
1682026-06-22T19:29:55.155Z Downloaded funty v2.0.0
1692026-06-22T19:29:55.155Z Downloaded usdt-macro v0.5.0
1702026-06-22T19:29:55.155Z Downloaded block-buffer v0.10.4
1712026-06-22T19:29:55.155Z Downloaded strsim v0.11.1
1722026-06-22T19:29:55.155Z Downloaded plain v0.2.3
1732026-06-22T19:29:55.155Z Downloaded num v0.4.3
1742026-06-22T19:29:55.155Z Downloaded thread-id v4.2.2
1752026-06-22T19:29:55.155Z Downloaded utf8parse v0.2.2
1762026-06-22T19:29:55.155Z Downloaded itoa v1.0.18
1772026-06-22T19:29:55.155Z Downloaded autocfg v1.5.1
1782026-06-22T19:29:55.155Z Downloaded wyz v0.5.1
1792026-06-22T19:29:55.155Z Downloaded scroll v0.12.0
1802026-06-22T19:29:55.155Z Downloaded num-integer v0.1.46
1812026-06-22T19:29:55.155Z Downloaded pest_meta v2.8.6
1822026-06-22T19:29:55.155Z Downloaded serde_tokenstream v0.2.3
1832026-06-22T19:29:55.155Z Downloaded num-rational v0.4.2
1842026-06-22T19:29:55.155Z Downloaded prettyplease v0.2.37
1852026-06-22T19:29:55.156Z Downloaded pest_generator v2.8.6
1862026-06-22T19:29:55.156Z Downloaded anstyle v1.0.14
1872026-06-22T19:29:55.156Z Downloaded thiserror v1.0.69
1882026-06-22T19:29:55.156Z Downloaded quote v1.0.46
1892026-06-22T19:29:55.156Z Downloaded pnet v0.35.0
1902026-06-22T19:29:55.156Z Downloaded sha2 v0.10.9
1912026-06-22T19:29:55.156Z Downloaded rand_chacha v0.9.0
1922026-06-22T19:29:55.156Z Downloaded num-complex v0.4.6
1932026-06-22T19:29:55.156Z Downloaded tempfile v3.27.0
1942026-06-22T19:29:55.156Z Downloaded anstyle-parse v1.0.0
1952026-06-22T19:29:55.156Z Downloaded no-std-net v0.6.0
1962026-06-22T19:29:55.156Z Downloaded clap v4.6.1
1972026-06-22T19:29:55.156Z Downloaded usdt-impl v0.5.0
1982026-06-22T19:29:55.156Z Downloaded thiserror-impl v1.0.69
1992026-06-22T19:29:55.156Z Downloaded once_cell v1.21.4
2002026-06-22T19:29:55.156Z Downloaded pnet_packet v0.35.0
2012026-06-22T19:29:55.156Z Downloaded pnet_datalink v0.35.0
2022026-06-22T19:29:55.156Z Downloaded clap_derive v4.6.1
2032026-06-22T19:29:55.156Z Downloaded anyhow v1.0.102
2042026-06-22T19:29:55.156Z Downloaded getrandom v0.3.4
2052026-06-22T19:29:55.156Z Downloaded rand_core v0.9.5
2062026-06-22T19:29:55.156Z Downloaded log v0.4.33
2072026-06-22T19:29:55.156Z Downloaded serde_derive v1.0.228
2082026-06-22T19:29:55.156Z Downloaded bitflags v2.13.0
2092026-06-22T19:29:55.156Z Downloaded unicode-ident v1.0.24
2102026-06-22T19:29:55.156Z Downloaded num-traits v0.2.19
2112026-06-22T19:29:55.156Z Downloaded serde v1.0.228
2122026-06-22T19:29:55.156Z Downloaded serde_core v1.0.228
2132026-06-22T19:29:55.156Z Downloaded typenum v1.20.1
2142026-06-22T19:29:55.156Z Downloaded rand v0.9.4
2152026-06-22T19:29:55.156Z Downloaded num-bigint v0.4.6
2162026-06-22T19:29:55.156Z Downloaded memchr v2.8.2
2172026-06-22T19:29:55.156Z Downloaded pest v2.8.6
2182026-06-22T19:29:55.156Z Downloaded clap_builder v4.6.0
2192026-06-22T19:29:55.156Z Downloaded serde_json v1.0.150
2202026-06-22T19:29:55.156Z Downloaded goblin v0.8.2
2212026-06-22T19:29:55.156Z Downloaded zerocopy v0.7.35
2222026-06-22T19:29:55.156Z Downloaded bitvec v1.1.1
2232026-06-22T19:29:55.156Z Downloaded syn v2.0.118
2242026-06-22T19:29:55.157Z Downloaded regex-syntax v0.8.11
2252026-06-22T19:29:55.157Z Downloaded rustix v1.1.4
2262026-06-22T19:29:55.157Z Downloaded regex-automata v0.4.14
2272026-06-22T19:29:55.157Z Downloaded libc v0.2.186
2282026-06-22T19:29:55.221Z Compiling proc-macro2 v1.0.106
2292026-06-22T19:29:55.221Z Compiling quote v1.0.46
2302026-06-22T19:29:55.225Z Compiling unicode-ident v1.0.24
2312026-06-22T19:29:55.225Z Compiling libc v0.2.186
2322026-06-22T19:29:55.225Z Compiling serde_core v1.0.228
2332026-06-22T19:29:55.226Z Compiling memchr v2.8.2
2342026-06-22T19:29:55.226Z Compiling serde v1.0.228
2352026-06-22T19:29:55.432Z Compiling thiserror v1.0.69
2362026-06-22T19:29:55.629Z Compiling zmij v1.0.21
2372026-06-22T19:29:55.636Z Compiling ucd-trie v0.1.7
2382026-06-22T19:29:55.826Z Compiling pest v2.8.6
2392026-06-22T19:29:55.851Z Compiling rustix v1.1.4
2402026-06-22T19:29:55.855Z Compiling getrandom v0.4.3
2412026-06-22T19:29:55.981Z Compiling serde_json v1.0.150
2422026-06-22T19:29:56.137Z Compiling autocfg v1.5.1
2432026-06-22T19:29:56.225Z Compiling version_check v0.9.5
2442026-06-22T19:29:56.450Z Checking syn v2.0.118
2452026-06-22T19:29:56.482Z Compiling num-traits v0.2.19
2462026-06-22T19:29:56.486Z Compiling aho-corasick v1.1.4
2472026-06-22T19:29:56.493Z Compiling prettyplease v0.2.37
2482026-06-22T19:29:56.711Z Compiling regex-syntax v0.8.11
2492026-06-22T19:29:56.892Z Compiling pest_meta v2.8.6
2502026-06-22T19:29:57.058Z Checking cfg-if v1.0.4
2512026-06-22T19:29:57.409Z Compiling itoa v1.0.18
2522026-06-22T19:29:57.609Z Compiling byteorder v1.5.0
2532026-06-22T19:29:57.670Z Compiling usdt-impl v0.5.0
2542026-06-22T19:29:57.903Z Checking num-integer v0.1.46
2552026-06-22T19:29:57.940Z Compiling thread-id v4.2.2
2562026-06-22T19:29:58.017Z Checking colored v3.1.1
2572026-06-22T19:29:58.197Z Compiling regex-automata v0.4.14
2582026-06-22T19:29:58.213Z Checking plain v0.2.3
2592026-06-22T19:29:58.661Z Checking log v0.4.33
2602026-06-22T19:29:58.665Z Compiling errno v0.3.14
2612026-06-22T19:29:58.665Z Compiling bitflags v2.13.0
2622026-06-22T19:29:58.665Z Checking no-std-net v0.6.0
2632026-06-22T19:29:58.720Z Compiling radium v0.7.0
2642026-06-22T19:29:58.777Z Checking pretty-hex v0.4.2
2652026-06-22T19:29:58.851Z Checking pnet_base v0.35.0
2662026-06-22T19:29:59.029Z Compiling pest_generator v2.8.6
2672026-06-22T19:29:59.054Z Compiling fastrand v2.4.1
2682026-06-22T19:29:59.071Z Compiling getrandom v0.3.4
2692026-06-22T19:29:59.281Z Compiling once_cell v1.21.4
2702026-06-22T19:29:59.344Z Checking tap v1.0.1
2712026-06-22T19:29:59.415Z Compiling zerocopy v0.8.52
2722026-06-22T19:29:59.439Z Checking wyz v0.5.1
2732026-06-22T19:29:59.601Z Compiling tempfile v3.27.0
2742026-06-22T19:29:59.635Z Checking num-iter v0.1.45
2752026-06-22T19:29:59.638Z Checking memmap v0.7.0
2762026-06-22T19:29:59.739Z Compiling anyhow v1.0.102
2772026-06-22T19:29:59.826Z Checking funty v2.0.0
2782026-06-22T19:29:59.922Z Compiling regex v1.12.4
2792026-06-22T19:30:00.133Z Checking bitvec v1.1.1
2802026-06-22T19:30:00.213Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2812026-06-22T19:30:00.641Z Compiling serde_derive v1.0.228
2822026-06-22T19:30:00.644Z Compiling thiserror-impl v1.0.69
2832026-06-22T19:30:00.644Z Compiling zerocopy-derive v0.7.35
2842026-06-22T19:30:00.644Z Compiling pest_derive v2.8.6
2852026-06-22T19:30:00.814Z Compiling scroll_derive v0.12.1
2862026-06-22T19:30:00.914Z Compiling pnet_macros v0.35.0
2872026-06-22T19:30:01.139Z Compiling zerocopy v0.7.35
2882026-06-22T19:30:01.501Z Compiling dtrace-parser v0.2.0
2892026-06-22T19:30:01.504Z Checking scroll v0.12.0
2902026-06-22T19:30:01.673Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2912026-06-22T19:30:01.714Z Checking goblin v0.8.2
2922026-06-22T19:30:02.104Z Checking pnet_macros_support v0.35.0
2932026-06-22T19:30:02.109Z Checking pnet_sys v0.35.0
2942026-06-22T19:30:02.221Z Checking utf8parse v0.2.2
2952026-06-22T19:30:02.234Z Checking pnet_packet v0.35.0
2962026-06-22T19:30:02.313Z Checking anstyle-parse v1.0.0
2972026-06-22T19:30:02.455Z Checking rand_core v0.9.5
2982026-06-22T19:30:02.866Z Checking anstyle v1.0.14
2992026-06-22T19:30:03.038Z Checking is_terminal_polyfill v1.70.2
3002026-06-22T19:30:03.060Z Checking colorchoice v1.0.5
3012026-06-22T19:30:03.117Z Checking anstyle-query v1.1.5
3022026-06-22T19:30:03.149Z Compiling pnet v0.35.0
3032026-06-22T19:30:03.197Z Checking anstream v1.0.0
3042026-06-22T19:30:03.358Z Checking num-bigint v0.4.6
3052026-06-22T19:30:03.363Z Checking num-complex v0.4.6
3062026-06-22T19:30:03.379Z Checking ipnetwork v0.20.0
3072026-06-22T19:30:03.513Z Compiling serde_tokenstream v0.2.3
3082026-06-22T19:30:03.550Z Compiling dof v0.3.0
3092026-06-22T19:30:03.707Z Checking pnet_datalink v0.35.0
3102026-06-22T19:30:03.758Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3112026-06-22T19:30:04.068Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3122026-06-22T19:30:04.206Z Checking num-rational v0.4.2
3132026-06-22T19:30:04.231Z Checking pnet_transport v0.35.0
3142026-06-22T19:30:04.274Z Checking strsim v0.11.1
3152026-06-22T19:30:04.321Z Checking clap_lex v1.1.0
3162026-06-22T19:30:04.330Z Compiling heck v0.5.0
3172026-06-22T19:30:04.423Z Compiling usdt-attr-macro v0.5.0
3182026-06-22T19:30:04.432Z Compiling usdt-macro v0.5.0
3192026-06-22T19:30:04.454Z Checking clap_builder v4.6.0
3202026-06-22T19:30:04.482Z Checking num v0.4.3
3212026-06-22T19:30:04.527Z Compiling clap_derive v4.6.1
3222026-06-22T19:30:04.548Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3232026-06-22T19:30:04.615Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3242026-06-22T19:30:04.673Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3252026-06-22T19:30:04.752Z Checking ppv-lite86 v0.2.21
3262026-06-22T19:30:04.963Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3272026-06-22T19:30:05.049Z Checking rand_chacha v0.9.0
3282026-06-22T19:30:05.129Z Checking usdt v0.5.0
3292026-06-22T19:30:05.215Z Checking rand v0.9.4
3302026-06-22T19:30:05.263Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3312026-06-22T19:30:05.594Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3322026-06-22T19:30:05.811Z Checking clap v4.6.1
3332026-06-22T19:30:05.863Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3342026-06-22T19:30:06.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.32s
3352026-06-22T19:30:06.443Z+ cargo clippy --all-targets -- --deny warnings
3362026-06-22T19:30:06.559Z Downloading crates ...
3372026-06-22T19:30:06.633Z Downloaded libloading v0.9.0
3382026-06-22T19:30:06.673Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3392026-06-22T19:30:06.676Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3402026-06-22T19:30:06.695Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3412026-06-22T19:30:06.698Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3422026-06-22T19:30:06.701Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3432026-06-22T19:30:06.704Z Checking libloading v0.9.0
3442026-06-22T19:30:06.948Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3452026-06-22T19:30:07.466Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3462026-06-22T19:30:08.339Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3472026-06-22T19:30:08.339Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3482026-06-22T19:30:09.270Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3492026-06-22T19:30:14.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.79s
3502026-06-22T19:30:14.309Z+ banner build
3512026-06-22T19:30:14.315Z
3522026-06-22T19:30:14.315Z ##### # # # # #####
3532026-06-22T19:30:14.315Z # # # # # # # #
3542026-06-22T19:30:14.315Z ##### # # # # # #
3552026-06-22T19:30:14.315Z # # # # # # # #
3562026-06-22T19:30:14.315Z # # # # # # # #
3572026-06-22T19:30:14.315Z ##### #### # ###### #####
3582026-06-22T19:30:14.315Z
3592026-06-22T19:30:14.315Z+ ptime -m cargo build
3602026-06-22T19:30:14.437Z Compiling unicode-ident v1.0.24
3612026-06-22T19:30:14.437Z Compiling memchr v2.8.2
3622026-06-22T19:30:14.440Z Compiling regex-syntax v0.8.11
3632026-06-22T19:30:14.440Z Compiling ucd-trie v0.1.7
3642026-06-22T19:30:14.440Z Compiling libc v0.2.186
3652026-06-22T19:30:14.440Z Compiling serde_core v1.0.228
3662026-06-22T19:30:14.455Z Compiling cfg-if v1.0.4
3672026-06-22T19:30:14.462Z Compiling zmij v1.0.21
3682026-06-22T19:30:14.510Z Compiling itoa v1.0.18
3692026-06-22T19:30:14.554Z Compiling proc-macro2 v1.0.106
3702026-06-22T19:30:14.678Z Compiling byteorder v1.5.0
3712026-06-22T19:30:14.720Z Compiling num-traits v0.2.19
3722026-06-22T19:30:14.726Z Compiling thread-id v4.2.2
3732026-06-22T19:30:14.774Z Compiling errno v0.3.14
3742026-06-22T19:30:14.791Z Compiling bitflags v2.13.0
3752026-06-22T19:30:14.884Z Compiling aho-corasick v1.1.4
3762026-06-22T19:30:14.903Z Compiling quote v1.0.46
3772026-06-22T19:30:15.009Z Compiling pest v2.8.6
3782026-06-22T19:30:15.109Z Compiling syn v2.0.118
3792026-06-22T19:30:15.183Z Compiling rustix v1.1.4
3802026-06-22T19:30:15.256Z Compiling num-integer v0.1.46
3812026-06-22T19:30:15.328Z Compiling getrandom v0.4.3
3822026-06-22T19:30:15.458Z Compiling plain v0.2.3
3832026-06-22T19:30:15.556Z Compiling log v0.4.33
3842026-06-22T19:30:15.572Z Compiling fastrand v2.4.1
3852026-06-22T19:30:15.736Z Compiling colored v3.1.1
3862026-06-22T19:30:15.814Z Compiling once_cell v1.21.4
3872026-06-22T19:30:16.012Z Compiling regex-automata v0.4.14
3882026-06-22T19:30:16.096Z Compiling pest_meta v2.8.6
3892026-06-22T19:30:16.099Z Compiling serde_json v1.0.150
3902026-06-22T19:30:16.265Z Compiling tempfile v3.27.0
3912026-06-22T19:30:16.274Z Compiling pretty-hex v0.4.2
3922026-06-22T19:30:16.398Z Compiling no-std-net v0.6.0
3932026-06-22T19:30:16.461Z Compiling pnet_base v0.35.0
3942026-06-22T19:30:16.612Z Compiling tap v1.0.1
3952026-06-22T19:30:16.671Z Compiling radium v0.7.0
3962026-06-22T19:30:16.708Z Compiling wyz v0.5.1
3972026-06-22T19:30:17.303Z Compiling num-iter v0.1.45
3982026-06-22T19:30:17.311Z Compiling memmap v0.7.0
3992026-06-22T19:30:17.311Z Compiling funty v2.0.0
4002026-06-22T19:30:17.311Z Compiling getrandom v0.3.4
4012026-06-22T19:30:17.311Z Compiling zerocopy v0.8.52
4022026-06-22T19:30:17.311Z Compiling pnet_macros_support v0.35.0
4032026-06-22T19:30:17.311Z Compiling pnet_sys v0.35.0
4042026-06-22T19:30:17.311Z Compiling utf8parse v0.2.2
4052026-06-22T19:30:17.311Z Compiling bitvec v1.1.1
4062026-06-22T19:30:17.311Z Compiling anstyle-parse v1.0.0
4072026-06-22T19:30:17.311Z Compiling rand_core v0.9.5
4082026-06-22T19:30:17.367Z Compiling pest_generator v2.8.6
4092026-06-22T19:30:17.449Z Compiling prettyplease v0.2.37
4102026-06-22T19:30:17.478Z Compiling anyhow v1.0.102
4112026-06-22T19:30:17.539Z Compiling is_terminal_polyfill v1.70.2
4122026-06-22T19:30:17.647Z Compiling anstyle v1.0.14
4132026-06-22T19:30:17.860Z Compiling regex v1.12.4
4142026-06-22T19:30:17.879Z Compiling colorchoice v1.0.5
4152026-06-22T19:30:17.982Z Compiling anstyle-query v1.1.5
4162026-06-22T19:30:18.003Z Compiling strsim v0.11.1
4172026-06-22T19:30:18.077Z Compiling anstream v1.0.0
4182026-06-22T19:30:18.334Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4192026-06-22T19:30:18.392Z Compiling clap_lex v1.1.0
4202026-06-22T19:30:18.396Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4212026-06-22T19:30:18.470Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4222026-06-22T19:30:18.521Z Compiling clap_builder v4.6.0
4232026-06-22T19:30:19.123Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4242026-06-22T19:30:19.137Z Compiling serde_derive v1.0.228
4252026-06-22T19:30:19.140Z Compiling thiserror-impl v1.0.69
4262026-06-22T19:30:19.140Z Compiling zerocopy-derive v0.7.35
4272026-06-22T19:30:19.140Z Compiling pest_derive v2.8.6
4282026-06-22T19:30:19.854Z Compiling scroll_derive v0.12.1
4292026-06-22T19:30:20.065Z Compiling pnet_macros v0.35.0
4302026-06-22T19:30:20.155Z Compiling ppv-lite86 v0.2.21
4312026-06-22T19:30:20.160Z Compiling zerocopy v0.7.35
4322026-06-22T19:30:20.469Z Compiling rand_chacha v0.9.0
4332026-06-22T19:30:20.478Z Compiling thiserror v1.0.69
4342026-06-22T19:30:20.568Z Compiling dtrace-parser v0.2.0
4352026-06-22T19:30:20.697Z Compiling rand v0.9.4
4362026-06-22T19:30:20.719Z Compiling clap_derive v4.6.1
4372026-06-22T19:30:20.747Z Compiling scroll v0.12.0
4382026-06-22T19:30:20.996Z Compiling goblin v0.8.2
4392026-06-22T19:30:21.610Z Compiling pnet_packet v0.35.0
4402026-06-22T19:30:21.917Z Compiling serde v1.0.228
4412026-06-22T19:30:22.168Z Compiling clap v4.6.1
4422026-06-22T19:30:22.241Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4432026-06-22T19:30:22.291Z Compiling serde_tokenstream v0.2.3
4442026-06-22T19:30:22.291Z Compiling dof v0.3.0
4452026-06-22T19:30:22.291Z Compiling num-bigint v0.4.6
4462026-06-22T19:30:22.294Z Compiling num-complex v0.4.6
4472026-06-22T19:30:22.385Z Compiling ipnetwork v0.20.0
4482026-06-22T19:30:22.600Z Compiling usdt-impl v0.5.0
4492026-06-22T19:30:22.643Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4502026-06-22T19:30:22.722Z Compiling pnet_datalink v0.35.0
4512026-06-22T19:30:23.044Z Compiling usdt-attr-macro v0.5.0
4522026-06-22T19:30:23.087Z Compiling usdt-macro v0.5.0
4532026-06-22T19:30:24.013Z Compiling num-rational v0.4.2
4542026-06-22T19:30:24.036Z Compiling usdt v0.5.0
4552026-06-22T19:30:24.087Z Compiling pnet_transport v0.35.0
4562026-06-22T19:30:24.298Z Compiling pnet v0.35.0
4572026-06-22T19:30:24.322Z Compiling num v0.4.3
4582026-06-22T19:30:24.367Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4592026-06-22T19:30:24.725Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4602026-06-22T19:30:24.852Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4612026-06-22T19:30:24.852Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4622026-06-22T19:30:24.972Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4632026-06-22T19:30:27.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.26s
4642026-06-22T19:30:27.611Z
4652026-06-22T19:30:27.633Zreal 13.286578624
4662026-06-22T19:30:27.633Zuser 1:11.071310898
4672026-06-22T19:30:27.633Zsys 12.124540108
4682026-06-22T19:30:27.633Ztrap 0.040498172
4692026-06-22T19:30:27.633Ztflt 0.033581293
4702026-06-22T19:30:27.633Zdflt 0.067413642
4712026-06-22T19:30:27.634Zkflt 0.000022700
4722026-06-22T19:30:27.634Zlock 2:46.680045855
4732026-06-22T19:30:27.634Zslp 4:52.285495774
4742026-06-22T19:30:27.634Zlat 3.911839553
4752026-06-22T19:30:27.634Zstop 4.214034180
4762026-06-22T19:30:27.634Z+ ptime -m cargo build --release
4772026-06-22T19:30:27.687Z Compiling proc-macro2 v1.0.106
4782026-06-22T19:30:27.687Z Compiling quote v1.0.46
4792026-06-22T19:30:27.687Z Compiling unicode-ident v1.0.24
4802026-06-22T19:30:27.691Z Compiling libc v0.2.186
4812026-06-22T19:30:27.691Z Compiling serde_core v1.0.228
4822026-06-22T19:30:27.691Z Compiling memchr v2.8.2
4832026-06-22T19:30:27.691Z Compiling serde v1.0.228
4842026-06-22T19:30:27.691Z Compiling thiserror v1.0.69
4852026-06-22T19:30:27.799Z Compiling zmij v1.0.21
4862026-06-22T19:30:28.031Z Compiling serde_json v1.0.150
4872026-06-22T19:30:28.049Z Compiling getrandom v0.4.3
4882026-06-22T19:30:28.259Z Compiling rustix v1.1.4
4892026-06-22T19:30:28.265Z Compiling ucd-trie v0.1.7
4902026-06-22T19:30:28.462Z Compiling pest v2.8.6
4912026-06-22T19:30:28.475Z Compiling aho-corasick v1.1.4
4922026-06-22T19:30:28.650Z Compiling prettyplease v0.2.37
4932026-06-22T19:30:28.850Z Compiling regex-syntax v0.8.11
4942026-06-22T19:30:28.875Z Compiling autocfg v1.5.1
4952026-06-22T19:30:29.030Z Compiling syn v2.0.118
4962026-06-22T19:30:29.178Z Compiling version_check v0.9.5
4972026-06-22T19:30:29.441Z Compiling num-traits v0.2.19
4982026-06-22T19:30:29.672Z Compiling pest_meta v2.8.6
4992026-06-22T19:30:30.304Z Compiling regex-automata v0.4.14
5002026-06-22T19:30:30.606Z Compiling byteorder v1.5.0
5012026-06-22T19:30:30.819Z Compiling itoa v1.0.18
5022026-06-22T19:30:30.900Z Compiling cfg-if v1.0.4
5032026-06-22T19:30:30.907Z Compiling usdt-impl v0.5.0
5042026-06-22T19:30:31.124Z Compiling num-integer v0.1.46
5052026-06-22T19:30:31.295Z Compiling pest_generator v2.8.6
5062026-06-22T19:30:31.470Z Compiling thread-id v4.2.2
5072026-06-22T19:30:31.536Z Compiling errno v0.3.14
5082026-06-22T19:30:31.664Z Compiling plain v0.2.3
5092026-06-22T19:30:31.773Z Compiling bitflags v2.13.0
5102026-06-22T19:30:31.860Z Compiling log v0.4.33
5112026-06-22T19:30:31.967Z Compiling regex v1.12.4
5122026-06-22T19:30:32.365Z Compiling colored v3.1.1
5132026-06-22T19:30:32.469Z Compiling serde_derive v1.0.228
5142026-06-22T19:30:32.607Z Compiling thiserror-impl v1.0.69
5152026-06-22T19:30:32.691Z Compiling zerocopy-derive v0.7.35
5162026-06-22T19:30:32.831Z Compiling pest_derive v2.8.6
5172026-06-22T19:30:32.906Z Compiling scroll_derive v0.12.1
5182026-06-22T19:30:33.357Z Compiling fastrand v2.4.1
5192026-06-22T19:30:33.560Z Compiling zerocopy v0.7.35
5202026-06-22T19:30:33.624Z Compiling radium v0.7.0
5212026-06-22T19:30:33.633Z Compiling scroll v0.12.0
5222026-06-22T19:30:33.894Z Compiling dtrace-parser v0.2.0
5232026-06-22T19:30:33.921Z Compiling goblin v0.8.2
5242026-06-22T19:30:34.011Z Compiling no-std-net v0.6.0
5252026-06-22T19:30:34.481Z Compiling pretty-hex v0.4.2
5262026-06-22T19:30:34.485Z Compiling once_cell v1.21.4
5272026-06-22T19:30:34.485Z Compiling pnet_base v0.35.0
5282026-06-22T19:30:34.485Z Compiling tempfile v3.27.0
5292026-06-22T19:30:34.573Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5302026-06-22T19:30:34.711Z Compiling getrandom v0.3.4
5312026-06-22T19:30:34.835Z Compiling tap v1.0.1
5322026-06-22T19:30:34.940Z Compiling zerocopy v0.8.52
5332026-06-22T19:30:35.039Z Compiling wyz v0.5.1
5342026-06-22T19:30:35.253Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5352026-06-22T19:30:35.571Z Compiling num-iter v0.1.45
5362026-06-22T19:30:35.655Z Compiling serde_tokenstream v0.2.3
5372026-06-22T19:30:35.681Z Compiling dof v0.3.0
5382026-06-22T19:30:35.709Z Compiling num-bigint v0.4.6
5392026-06-22T19:30:35.824Z Compiling num-complex v0.4.6
5402026-06-22T19:30:36.062Z Compiling memmap v0.7.0
5412026-06-22T19:30:36.239Z Compiling anyhow v1.0.102
5422026-06-22T19:30:36.282Z Compiling funty v2.0.0
5432026-06-22T19:30:36.436Z Compiling usdt-attr-macro v0.5.0
5442026-06-22T19:30:37.189Z Compiling num-rational v0.4.2
5452026-06-22T19:30:37.235Z Compiling usdt-macro v0.5.0
5462026-06-22T19:30:37.954Z Compiling usdt v0.5.0
5472026-06-22T19:30:38.463Z Compiling num v0.4.3
5482026-06-22T19:30:38.533Z Compiling bitvec v1.1.1
5492026-06-22T19:30:39.016Z Compiling pnet_macros_support v0.35.0
5502026-06-22T19:30:39.136Z Compiling pnet_macros v0.35.0
5512026-06-22T19:30:39.241Z Compiling pnet_sys v0.35.0
5522026-06-22T19:30:39.630Z Compiling utf8parse v0.2.2
5532026-06-22T19:30:39.731Z Compiling anstyle-parse v1.0.0
5542026-06-22T19:30:39.989Z Compiling ppv-lite86 v0.2.21
5552026-06-22T19:30:40.269Z Compiling pnet_packet v0.35.0
5562026-06-22T19:30:40.281Z Compiling rand_core v0.9.5
5572026-06-22T19:30:40.647Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5582026-06-22T19:30:41.279Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5592026-06-22T19:30:41.694Z Compiling ipnetwork v0.20.0
5602026-06-22T19:30:42.319Z Compiling colorchoice v1.0.5
5612026-06-22T19:30:42.426Z Compiling is_terminal_polyfill v1.70.2
5622026-06-22T19:30:42.513Z Compiling pnet v0.35.0
5632026-06-22T19:30:42.645Z Compiling anstyle v1.0.14
5642026-06-22T19:30:42.761Z Compiling anstyle-query v1.1.5
5652026-06-22T19:30:42.838Z Compiling anstream v1.0.0
5662026-06-22T19:30:42.911Z Compiling pnet_transport v0.35.0
5672026-06-22T19:30:43.670Z Compiling pnet_datalink v0.35.0
5682026-06-22T19:30:44.648Z Compiling rand_chacha v0.9.0
5692026-06-22T19:30:44.714Z Compiling strsim v0.11.1
5702026-06-22T19:30:44.964Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5712026-06-22T19:30:45.098Z Compiling clap_lex v1.1.0
5722026-06-22T19:30:45.182Z Compiling heck v0.5.0
5732026-06-22T19:30:45.209Z Compiling rand v0.9.4
5742026-06-22T19:30:45.368Z Compiling clap_derive v4.6.1
5752026-06-22T19:30:45.506Z Compiling clap_builder v4.6.0
5762026-06-22T19:30:46.363Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5772026-06-22T19:30:46.535Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5782026-06-22T19:30:47.038Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5792026-06-22T19:30:47.285Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5802026-06-22T19:30:50.565Z Compiling clap v4.6.1
5812026-06-22T19:30:50.640Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5822026-06-22T19:30:51.995Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5832026-06-22T19:30:58.910Z Finished `release` profile [optimized] target(s) in 31.28s
5842026-06-22T19:30:58.926Z
5852026-06-22T19:30:58.930Zreal 31.305258218
5862026-06-22T19:30:58.930Zuser 3:12.815754012
5872026-06-22T19:30:58.930Zsys 18.190325052
5882026-06-22T19:30:58.930Ztrap 0.112288145
5892026-06-22T19:30:58.930Ztflt 0.215323124
5902026-06-22T19:30:58.930Zdflt 0.187272829
5912026-06-22T19:30:58.930Zkflt 0.000018855
5922026-06-22T19:30:58.930Zlock 10:03.639820526
5932026-06-22T19:30:58.930Zslp 12:28.554149475
5942026-06-22T19:30:58.930Zlat 12.422099853
5952026-06-22T19:30:58.930Zstop 9.082503169
5962026-06-22T19:30:58.930Z+ for x in debug release
5972026-06-22T19:30:58.931Z+ mkdir -p /work/debug
5982026-06-22T19:30:58.931Z+ cp target/debug/x4c /work/debug/
5992026-06-22T19:30:58.978Z+ cp target/debug/libsidecar_lite.so /work/debug/
6002026-06-22T19:30:58.993Z+ for x in debug release
6012026-06-22T19:30:58.993Z+ mkdir -p /work/release
6022026-06-22T19:30:59.003Z+ cp target/release/x4c /work/release/
6032026-06-22T19:30:59.006Z+ cp target/release/libsidecar_lite.so /work/release/
6042026-06-22T19:30:59.016Z+ banner test
6052026-06-22T19:30:59.022Z
6062026-06-22T19:30:59.022Z ##### ###### #### #####
6072026-06-22T19:30:59.022Z # # # #
6082026-06-22T19:30:59.022Z # ##### #### #
6092026-06-22T19:30:59.022Z # # # #
6102026-06-22T19:30:59.022Z # # # # #
6112026-06-22T19:30:59.022Z # ###### #### #
6122026-06-22T19:30:59.022Z
6132026-06-22T19:30:59.022Z+ cargo test
6142026-06-22T19:30:59.082Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6152026-06-22T19:30:59.096Z Compiling libloading v0.9.0
6162026-06-22T19:30:59.099Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6172026-06-22T19:30:59.099Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6182026-06-22T19:30:59.103Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6192026-06-22T19:30:59.103Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6202026-06-22T19:30:59.282Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6212026-06-22T19:31:00.173Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6222026-06-22T19:31:00.173Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6232026-06-22T19:31:00.173Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6242026-06-22T19:31:00.452Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6252026-06-22T19:31:07.041Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.01s
6262026-06-22T19:31:07.057Z Running unittests src/lib.rs (target/debug/deps/p4-d86473dd1a82f78f)
6272026-06-22T19:31:07.062Z
6282026-06-22T19:31:07.062Zrunning 0 tests
6292026-06-22T19:31:07.062Z
6302026-06-22T19:31:07.062Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6312026-06-22T19:31:07.062Z
6322026-06-22T19:31:07.062Z Running unittests src/lib.rs (target/debug/deps/p4_macro-084dd17539aa2cbc)
6332026-06-22T19:31:07.062Z
6342026-06-22T19:31:07.063Zrunning 0 tests
6352026-06-22T19:31:07.063Z
6362026-06-22T19:31:07.063Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6372026-06-22T19:31:07.063Z
6382026-06-22T19:31:07.063Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-49ce78c95aa07e47)
6392026-06-22T19:31:07.063Z
6402026-06-22T19:31:07.063Zrunning 0 tests
6412026-06-22T19:31:07.063Z
6422026-06-22T19:31:07.063Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6432026-06-22T19:31:07.063Z
6442026-06-22T19:31:07.063Z Running unittests src/lib.rs (target/debug/deps/p4_rust-9ebe11588df3b33b)
6452026-06-22T19:31:07.063Z
6462026-06-22T19:31:07.063Zrunning 0 tests
6472026-06-22T19:31:07.063Z
6482026-06-22T19:31:07.063Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6492026-06-22T19:31:07.063Z
6502026-06-22T19:31:07.067Z Running unittests src/lib.rs (target/debug/deps/p4rs-ac98ec64074c8480)
6512026-06-22T19:31:07.067Z
6522026-06-22T19:31:07.067Zrunning 14 tests
6532026-06-22T19:31:07.067Ztest bitmath::tests::bitmath_add_be ... ok
6542026-06-22T19:31:07.067Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6552026-06-22T19:31:07.067Ztest bitmath::tests::bitmath_add_cascade ... ok
6562026-06-22T19:31:07.067Ztest bitmath::tests::bitmath_sub_be ... ok
6572026-06-22T19:31:07.067Ztest bitmath::tests::bitmath_add_nest ... ok
6582026-06-22T19:31:07.067Ztest bitmath::tests::bitmath_add_le ... ok
6592026-06-22T19:31:07.067Ztest bitmath::tests::bitmath_mod ... ok
6602026-06-22T19:31:07.067Ztest bitmath::tests::bitmath_sub_le ... ok
6612026-06-22T19:31:07.067Ztest checksum::tests::udp_checksum ... ok
6622026-06-22T19:31:07.067Ztest table::tests::match_lpm_ternary_1 ... ok
6632026-06-22T19:31:07.067Ztest table::tests::match_lpm_ternary_range ... ok
6642026-06-22T19:31:07.067Ztest table::tests::match_ternary_1 ... ok
6652026-06-22T19:31:07.067Ztest table::tests::match_lpm_1 ... ok
6662026-06-22T19:31:07.067Ztest table::tests::match_with_action ... ok
6672026-06-22T19:31:07.067Z
6682026-06-22T19:31:07.067Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6692026-06-22T19:31:07.067Z
6702026-06-22T19:31:07.068Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-fd9f89dfbd8ff6bc)
6712026-06-22T19:31:07.068Z
6722026-06-22T19:31:07.068Zrunning 0 tests
6732026-06-22T19:31:07.068Z
6742026-06-22T19:31:07.068Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6752026-06-22T19:31:07.068Z
6762026-06-22T19:31:07.068Z Running unittests src/lib.rs (target/debug/deps/tests-db9b411aa9cbcb0a)
6772026-06-22T19:31:07.077Z
6782026-06-22T19:31:07.078Zrunning 15 tests
6792026-06-22T19:31:07.078Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6802026-06-22T19:31:07.078Ztest headers::ipv6_header_read_write ... ok
6812026-06-22T19:31:07.081Ztest dload::pipeline_create ... ok
6822026-06-22T19:31:07.081Ztest ipv6::test_ipv6_parse ... ok
6832026-06-22T19:31:07.081Ztest dload::dynamic_load ... ok
6842026-06-22T19:31:07.081Ztest decap::geneve_decap ... ok
6852026-06-22T19:31:07.081Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6862026-06-22T19:31:07.081Ztest vlan::test_vlan_parse ... ok
6872026-06-22T19:31:07.081Ztest hub::hub2 ... ok
6882026-06-22T19:31:07.082Ztest disag_router::disag_router ... ok
6892026-06-22T19:31:07.098Ztest dynamic_router::dynamic_router2 ... ok
6902026-06-22T19:31:07.098Ztest basic_router::basic_router2 ... ok
6912026-06-22T19:31:07.098Ztest mac_rewrite::mac_rewrite2 ... ok
6922026-06-22T19:31:07.116Ztest arithmetic::arithmetic ... ok
6932026-06-22T19:31:07.116Ztest range::range ... ok
6942026-06-22T19:31:07.116Z
6952026-06-22T19:31:07.116Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
6962026-06-22T19:31:07.116Z
6972026-06-22T19:31:07.116Z Running unittests src/lib.rs (target/debug/deps/x4c-4e8a6f6646f1a7d7)
6982026-06-22T19:31:07.117Z
6992026-06-22T19:31:07.117Zrunning 0 tests
7002026-06-22T19:31:07.117Z
7012026-06-22T19:31:07.117Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7022026-06-22T19:31:07.117Z
7032026-06-22T19:31:07.117Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-da7843592dfe4247)
7042026-06-22T19:31:07.117Z
7052026-06-22T19:31:07.117Zrunning 0 tests
7062026-06-22T19:31:07.117Z
7072026-06-22T19:31:07.117Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7082026-06-22T19:31:07.117Z
7092026-06-22T19:31:07.117Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-bc21c984b7d5c544)
7102026-06-22T19:31:07.117Z
7112026-06-22T19:31:07.117Zrunning 0 tests
7122026-06-22T19:31:07.117Z
7132026-06-22T19:31:07.117Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7142026-06-22T19:31:07.117Z
7152026-06-22T19:31:07.117Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-198a0878cec12871)
7162026-06-22T19:31:07.117Z
7172026-06-22T19:31:07.117Zrunning 0 tests
7182026-06-22T19:31:07.117Z
7192026-06-22T19:31:07.117Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7202026-06-22T19:31:07.117Z
7212026-06-22T19:31:07.117Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7222026-06-22T19:31:07.117Z
7232026-06-22T19:31:07.117Zrunning 0 tests
7242026-06-22T19:31:07.118Z
7252026-06-22T19:31:07.118Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7262026-06-22T19:31:07.118Z
7272026-06-22T19:31:07.134Z Doc-tests p4
7282026-06-22T19:31:07.218Z
7292026-06-22T19:31:07.218Zrunning 0 tests
7302026-06-22T19:31:07.218Z
7312026-06-22T19:31:07.218Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7322026-06-22T19:31:07.218Z
7332026-06-22T19:31:07.227Z Doc-tests p4_macro
7342026-06-22T19:31:07.265Z
7352026-06-22T19:31:07.265Zrunning 2 tests
7362026-06-22T19:31:07.318Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7372026-06-22T19:31:07.318Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7382026-06-22T19:31:07.318Z
7392026-06-22T19:31:07.318Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7402026-06-22T19:31:07.318Z
7412026-06-22T19:31:07.318Z Doc-tests p4_rust
7422026-06-22T19:31:07.414Z
7432026-06-22T19:31:07.414Zrunning 0 tests
7442026-06-22T19:31:07.414Z
7452026-06-22T19:31:07.414Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7462026-06-22T19:31:07.414Z
7472026-06-22T19:31:07.429Z Doc-tests p4rs
7482026-06-22T19:31:07.502Z
7492026-06-22T19:31:07.502Zrunning 1 test
7502026-06-22T19:31:08.335Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7512026-06-22T19:31:08.335Z
7522026-06-22T19:31:08.336Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.83s
7532026-06-22T19:31:08.336Z
7542026-06-22T19:31:08.345Z Doc-tests tests
7552026-06-22T19:31:08.408Z
7562026-06-22T19:31:08.408Zrunning 0 tests
7572026-06-22T19:31:08.408Z
7582026-06-22T19:31:08.408Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7592026-06-22T19:31:08.408Z
7602026-06-22T19:31:08.416Z Doc-tests x4c
7612026-06-22T19:31:08.461Z
7622026-06-22T19:31:08.461Zrunning 0 tests
7632026-06-22T19:31:08.461Z
7642026-06-22T19:31:08.461Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7652026-06-22T19:31:08.461Z
7662026-06-22T19:31:08.466Z Doc-tests x4c_error_codes
7672026-06-22T19:31:08.495Z
7682026-06-22T19:31:08.495Zrunning 0 tests
7692026-06-22T19:31:08.495Z
7702026-06-22T19:31:08.495Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7712026-06-22T19:31:08.495Z
7722026-06-22T19:31:08.503Z+ pushd test
7732026-06-22T19:31:08.507Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7742026-06-22T19:31:08.507Z+ banner 'mac rewr'
7752026-06-22T19:31:08.507Z
7762026-06-22T19:31:08.507Z # # ## #### ##### ###### # # #####
7772026-06-22T19:31:08.507Z ## ## # # # # # # # # # # #
7782026-06-22T19:31:08.507Z # ## # # # # # # ##### # # # #
7792026-06-22T19:31:08.507Z # # ###### # ##### # # ## # #####
7802026-06-22T19:31:08.507Z # # # # # # # # # ## ## # #
7812026-06-22T19:31:08.507Z # # # # #### # # ###### # # # #
7822026-06-22T19:31:08.507Z
7832026-06-22T19:31:08.507Z+ RUST_BACKTRACE=1
7842026-06-22T19:31:08.507Z+ cargo test mac_rewrite -- --nocapture
7852026-06-22T19:31:08.600Z Compiling aho-corasick v1.1.4
7862026-06-22T19:31:08.614Z Compiling getrandom v0.4.3
7872026-06-22T19:31:08.618Z Compiling errno v0.3.14
7882026-06-22T19:31:08.618Z Compiling rustix v1.1.4
7892026-06-22T19:31:08.621Z Compiling prettyplease v0.2.37
7902026-06-22T19:31:09.300Z Compiling regex-automata v0.4.14
7912026-06-22T19:31:09.402Z Compiling tempfile v3.27.0
7922026-06-22T19:31:10.704Z Compiling regex v1.12.4
7932026-06-22T19:31:10.952Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7942026-06-22T19:31:11.021Z Compiling pnet_macros v0.35.0
7952026-06-22T19:31:11.639Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7962026-06-22T19:31:12.010Z Compiling pnet_packet v0.35.0
7972026-06-22T19:31:12.444Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
7982026-06-22T19:31:13.842Z Compiling pnet_transport v0.35.0
7992026-06-22T19:31:13.961Z Compiling pnet v0.35.0
8002026-06-22T19:31:14.048Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8012026-06-22T19:31:20.554Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.03s
8022026-06-22T19:31:20.569Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-86490c99c7d7df1e)
8032026-06-22T19:31:20.573Z
8042026-06-22T19:31:20.573Zrunning 1 test
8052026-06-22T19:31:20.586Z[phy2] do you know the muffin man?
8062026-06-22T19:31:20.586Z[cpu] the muffin man?
8072026-06-22T19:31:20.586Z[cpu] the muffin man!
8082026-06-22T19:31:20.586Z[cpu] why yes
8092026-06-22T19:31:20.586Z[phy1] i know the muffin man
8102026-06-22T19:31:20.586Z[phy3] the muffin man is me!!!
8112026-06-22T19:31:20.586Ztest mac_rewrite::mac_rewrite2 ... ok
8122026-06-22T19:31:20.586Z
8132026-06-22T19:31:20.586Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8142026-06-22T19:31:20.586Z
8152026-06-22T19:31:20.592Z+ banner 'dyn load'
8162026-06-22T19:31:20.593Z
8172026-06-22T19:31:20.593Z ##### # # # # # #### ## #####
8182026-06-22T19:31:20.593Z # # # # ## # # # # # # # #
8192026-06-22T19:31:20.593Z # # # # # # # # # # # # #
8202026-06-22T19:31:20.593Z # # # # # # # # # ###### # #
8212026-06-22T19:31:20.593Z # # # # ## # # # # # # #
8222026-06-22T19:31:20.593Z ##### # # # ###### #### # # #####
8232026-06-22T19:31:20.593Z
8242026-06-22T19:31:20.593Z+ RUST_BACKTRACE=1
8252026-06-22T19:31:20.593Z+ cargo test dload -- --nocapture
8262026-06-22T19:31:20.685Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8272026-06-22T19:31:20.698Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-86490c99c7d7df1e)
8282026-06-22T19:31:20.698Z
8292026-06-22T19:31:20.698Zrunning 2 tests
8302026-06-22T19:31:20.698Ztest dload::pipeline_create ... ok
8312026-06-22T19:31:20.698Ztest dload::dynamic_load ... ok
8322026-06-22T19:31:20.698Z
8332026-06-22T19:31:20.698Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8342026-06-22T19:31:20.698Z
8352026-06-22T19:31:20.698Z+ banner disag
8362026-06-22T19:31:20.698Z
8372026-06-22T19:31:20.698Z ##### # #### ## ####
8382026-06-22T19:31:20.698Z # # # # # # # #
8392026-06-22T19:31:20.698Z # # # #### # # #
8402026-06-22T19:31:20.698Z # # # # ###### # ###
8412026-06-22T19:31:20.698Z # # # # # # # # #
8422026-06-22T19:31:20.698Z ##### # #### # # ####
8432026-06-22T19:31:20.698Z
8442026-06-22T19:31:20.698Z+ RUST_BACKTRACE=1
8452026-06-22T19:31:20.698Z+ cargo test disag_router -- --nocapture
8462026-06-22T19:31:20.778Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8472026-06-22T19:31:20.792Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-86490c99c7d7df1e)
8482026-06-22T19:31:20.792Z
8492026-06-22T19:31:20.792Zrunning 1 test
8502026-06-22T19:31:20.792Z[phy2] do you know the muffin man?
8512026-06-22T19:31:20.793Z[cpu] the muffin man?
8522026-06-22T19:31:20.793Z[cpu] the muffin man!
8532026-06-22T19:31:20.793Z[cpu] why yes
8542026-06-22T19:31:20.793Z[phy1] i know the muffin man
8552026-06-22T19:31:20.793Z[phy3] the muffin man is me!!!
8562026-06-22T19:31:20.793Ztest disag_router::disag_router ... ok
8572026-06-22T19:31:20.793Z
8582026-06-22T19:31:20.793Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8592026-06-22T19:31:20.793Z
8602026-06-22T19:31:20.799Z+ banner 'dyn rtr'
8612026-06-22T19:31:20.799Z
8622026-06-22T19:31:20.799Z ##### # # # # ##### ##### #####
8632026-06-22T19:31:20.799Z # # # # ## # # # # # #
8642026-06-22T19:31:20.799Z # # # # # # # # # # #
8652026-06-22T19:31:20.799Z # # # # # # ##### # #####
8662026-06-22T19:31:20.799Z # # # # ## # # # # #
8672026-06-22T19:31:20.799Z ##### # # # # # # # #
8682026-06-22T19:31:20.799Z
8692026-06-22T19:31:20.799Z+ RUST_BACKTRACE=1
8702026-06-22T19:31:20.799Z+ cargo test dynamic_router -- --nocapture
8712026-06-22T19:31:20.885Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8722026-06-22T19:31:20.905Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-86490c99c7d7df1e)
8732026-06-22T19:31:20.905Z
8742026-06-22T19:31:20.905Zrunning 1 test
8752026-06-22T19:31:20.905Z[phy2] do you know the muffin man?
8762026-06-22T19:31:20.905Z[cpu] the muffin man?
8772026-06-22T19:31:20.905Z[cpu] the muffin man!
8782026-06-22T19:31:20.905Z[cpu] why yes
8792026-06-22T19:31:20.905Z[phy1] i know the muffin man
8802026-06-22T19:31:20.905Z[phy3] the muffin man is me!!!
8812026-06-22T19:31:20.905Ztest dynamic_router::dynamic_router2 ... ok
8822026-06-22T19:31:20.905Z
8832026-06-22T19:31:20.906Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8842026-06-22T19:31:20.906Z
8852026-06-22T19:31:20.920Z+ banner hub
8862026-06-22T19:31:20.921Z
8872026-06-22T19:31:20.921Z # # # # #####
8882026-06-22T19:31:20.921Z # # # # # #
8892026-06-22T19:31:20.921Z ###### # # #####
8902026-06-22T19:31:20.921Z # # # # # #
8912026-06-22T19:31:20.921Z # # # # # #
8922026-06-22T19:31:20.921Z # # #### #####
8932026-06-22T19:31:20.921Z
8942026-06-22T19:31:20.921Z+ RUST_BACKTRACE=1
8952026-06-22T19:31:20.921Z+ cargo test hub -- --nocapture
8962026-06-22T19:31:20.979Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8972026-06-22T19:31:20.987Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-86490c99c7d7df1e)
8982026-06-22T19:31:20.987Z
8992026-06-22T19:31:20.987Zrunning 1 test
9002026-06-22T19:31:20.993Z[phy2] do you know the muffin man?
9012026-06-22T19:31:20.994Z[phy3] do you know the muffin man?
9022026-06-22T19:31:20.994Z[phy1] the muffin man?
9032026-06-22T19:31:20.994Z[phy3] the muffin man?
9042026-06-22T19:31:20.994Z[phy2] the muffin man!
9052026-06-22T19:31:20.994Z[phy3] the muffin man!
9062026-06-22T19:31:20.994Z[phy1] why yes
9072026-06-22T19:31:20.994Z[phy1] i know the muffin man
9082026-06-22T19:31:20.994Z[phy1] the muffin man is me!!!
9092026-06-22T19:31:20.994Z[phy3] why yes
9102026-06-22T19:31:20.994Z[phy3] i know the muffin man
9112026-06-22T19:31:20.994Z[phy3] the muffin man is me!!!
9122026-06-22T19:31:20.994Ztest hub::hub2 ... ok
9132026-06-22T19:31:20.994Z
9142026-06-22T19:31:20.994Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9152026-06-22T19:31:20.994Z
9162026-06-22T19:31:21.003Z+ banner router
9172026-06-22T19:31:21.003Z
9182026-06-22T19:31:21.004Z ##### #### # # ##### ###### #####
9192026-06-22T19:31:21.004Z # # # # # # # # # #
9202026-06-22T19:31:21.004Z # # # # # # # ##### # #
9212026-06-22T19:31:21.004Z ##### # # # # # # #####
9222026-06-22T19:31:21.004Z # # # # # # # # # #
9232026-06-22T19:31:21.004Z # # #### #### # ###### # #
9242026-06-22T19:31:21.004Z
9252026-06-22T19:31:21.004Z+ RUST_BACKTRACE=1
9262026-06-22T19:31:21.004Z+ cargo test basic_router -- --nocapture
9272026-06-22T19:31:21.084Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9282026-06-22T19:31:21.098Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-86490c99c7d7df1e)
9292026-06-22T19:31:21.098Z
9302026-06-22T19:31:21.098Zrunning 1 test
9312026-06-22T19:31:21.151Z[phy2] do you know the muffin man?
9322026-06-22T19:31:21.151Z[phy1] the muffin man?
9332026-06-22T19:31:21.151Z[phy2] the muffin man!
9342026-06-22T19:31:21.151Z[phy1] why yes
9352026-06-22T19:31:21.151Z[phy1] i know the muffin man
9362026-06-22T19:31:21.151Z[phy1] the muffin man is me!!!
9372026-06-22T19:31:21.151Ztest basic_router::basic_router2 ... ok
9382026-06-22T19:31:21.151Z
9392026-06-22T19:31:21.151Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9402026-06-22T19:31:21.151Z
9412026-06-22T19:31:21.151Z+ banner headers
9422026-06-22T19:31:21.151Z
9432026-06-22T19:31:21.151Z # # ###### ## ##### ###### ##### ####
9442026-06-22T19:31:21.151Z # # # # # # # # # # #
9452026-06-22T19:31:21.152Z ###### ##### # # # # ##### # # ####
9462026-06-22T19:31:21.152Z # # # ###### # # # ##### #
9472026-06-22T19:31:21.152Z # # # # # # # # # # # #
9482026-06-22T19:31:21.152Z # # ###### # # ##### ###### # # ####
9492026-06-22T19:31:21.152Z
9502026-06-22T19:31:21.152Z+ RUST_BACKTRACE=1
9512026-06-22T19:31:21.152Z+ cargo test headers -- --nocapture
9522026-06-22T19:31:21.184Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9532026-06-22T19:31:21.200Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-86490c99c7d7df1e)
9542026-06-22T19:31:21.205Z
9552026-06-22T19:31:21.205Zrunning 1 test
9562026-06-22T19:31:21.205Ztest headers::ipv6_header_read_write ... ok
9572026-06-22T19:31:21.205Z
9582026-06-22T19:31:21.205Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9592026-06-22T19:31:21.205Z
9602026-06-22T19:31:21.205Zprocess exited: duration 105428 ms, exit code 0
 
9612026-06-22T19:31:21.259Zfound 4 output files
9622026-06-22T19:31:21.259Zuploading: /work/debug/libsidecar_lite.so (43124432 bytes)
9632026-06-22T19:31:22.818Zuploaded: /work/debug/libsidecar_lite.so
9642026-06-22T19:31:22.818Zuploading: /work/debug/x4c (37732184 bytes)
9652026-06-22T19:31:24.311Zuploaded: /work/debug/x4c
9662026-06-22T19:31:24.311Zuploading: /work/release/libsidecar_lite.so (9928872 bytes)
9672026-06-22T19:31:25.425Zuploaded: /work/release/libsidecar_lite.so
9682026-06-22T19:31:25.425Zuploading: /work/release/x4c (8661016 bytes)
9692026-06-22T19:31:26.524Zuploaded: /work/release/x4c