01KVPZDCCFRJPBTNWNR7K96VQE: 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: 01KVPZDM4HEH3CCJJVETF8Q9VC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-22T06:14:41.669Zjob assigned to worker 01KVPZDQMCBE20XAPSQSY19FVS [factory aws, i-0288ce08ac87db2be] (queued for 45 s)
 
22026-06-22T06:14:48.597Zstarting task 0: "setup"
32026-06-22T06:14:48.600Z++ uname -s
42026-06-22T06:14:48.604Z+ kern=SunOS
52026-06-22T06:14:48.604Z+ build_user=build
62026-06-22T06:14:48.604Z+ build_uid=12345
72026-06-22T06:14:48.604Z+ work_dir=/work
82026-06-22T06:14:48.604Z+ input_dir=/input
92026-06-22T06:14:48.604Z+ [[ 0 == 12345 ]]
102026-06-22T06:14:48.604Z+ case "$kern" in
112026-06-22T06:14:48.605Z+ groupadd -g 12345 build
122026-06-22T06:14:48.605Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-22T06:14:50.609Z+ zfs create -o mountpoint=/work rpool/work
142026-06-22T06:14:50.704Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-22T06:14:50.707Z+ home_fs=zfs
162026-06-22T06:14:50.707Z+ [[ zfs == autofs ]]
172026-06-22T06:14:50.707Z+ mkdir -p /home/build
182026-06-22T06:14:50.707Z+ chown build:build /home/build /work
192026-06-22T06:14:52.708Z+ chmod 0700 /home/build /work
202026-06-22T06:14:52.711Zprocess exited: duration 4113 ms, exit code 0
 
212026-06-22T06:14:52.717Zstarting task 1: "rust-toolchain"
222026-06-22T06:14:52.720Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-22T06:14:52.720Z * rust toolchain channel = "stable"
242026-06-22T06:14:52.720Z * rust toolchain profile = "default"
252026-06-22T06:14:52.720Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-22T06:14:52.721Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-22T06:14:52.721Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-22T06:14:52.723Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-22T06:14:52.723Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-22T06:14:52.796Zinfo: downloading installer
312026-06-22T06:14:54.194Zwarn: It looks like you have an existing installation of Rust at:
322026-06-22T06:14:54.194Zwarn: /opt/ooce/bin
332026-06-22T06:14:54.195Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-22T06:14:54.195Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-22T06:14:54.195Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-22T06:14:54.195Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-22T06:14:54.195Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-22T06:14:54.195Zerror: cannot install while Rust is installed
392026-06-22T06:14:54.195Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-22T06:14:54.195Zwarn: It looks like you have an existing rustup settings file at:
412026-06-22T06:14:54.195Zwarn: /home/build/.rustup/settings.toml
422026-06-22T06:14:54.195Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-22T06:14:54.195Zwarn: instead of the one inferred from the default host triple.
442026-06-22T06:14:54.208Zinfo: profile set to default
452026-06-22T06:14:54.208Zinfo: default host triple is x86_64-unknown-illumos
462026-06-22T06:14:54.211Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-22T06:14:54.351Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-22T06:14:54.355Zinfo: downloading 6 components
492026-06-22T06:15:09.371Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-22T06:15:09.371Z
512026-06-22T06:15:09.404Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-22T06:15:09.404Z
532026-06-22T06:15:09.404Z
542026-06-22T06:15:09.404ZRust is installed now. Great!
552026-06-22T06:15:09.404Z
562026-06-22T06:15:09.404ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-22T06:15:09.405Zenvironment variable. This has not been done automatically.
582026-06-22T06:15:09.405Z
592026-06-22T06:15:09.405ZTo configure your current shell, you need to source
602026-06-22T06:15:09.405Zthe corresponding env file under $HOME/.cargo.
612026-06-22T06:15:09.405Z
622026-06-22T06:15:09.405ZThis is usually done by running one of the following (note the leading DOT):
632026-06-22T06:15:09.405Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-22T06:15:09.405Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-22T06:15:09.405Zsource "~/.cargo/env.nu" # For nushell
662026-06-22T06:15:09.405Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-22T06:15:09.405Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-22T06:15:09.405Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-22T06:15:09.408Zwarn: no default linker (`cc`) was found in your PATH
702026-06-22T06:15:09.409Zwarn: many Rust crates require a system C toolchain to build
712026-06-22T06:15:09.493Z+ rustup --version
722026-06-22T06:15:09.502Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-22T06:15:09.506Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-22T06:15:09.523Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-22T06:15:09.526Z+ cargo --version
762026-06-22T06:15:09.539Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-22T06:15:09.542Z+ rustc --version
782026-06-22T06:15:09.561Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-22T06:15:09.564Zprocess exited: duration 16843 ms, exit code 0
 
802026-06-22T06:15:09.570Zstarting task 2: "authentication"
812026-06-22T06:15:09.587Zprocess exited: duration 16 ms, exit code 0
 
822026-06-22T06:15:09.594Zstarting task 3: "clone repository"
832026-06-22T06:15:09.598Z+ mkdir -p /work/oxidecomputer/p4
842026-06-22T06:15:09.601Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-06-22T06:15:09.632ZCloning into '/work/oxidecomputer/p4'...
862026-06-22T06:15:10.865Z+ cd /work/oxidecomputer/p4
872026-06-22T06:15:10.865Z+ git fetch origin 1476c7aa41e4925df7a85ae49b5c030d1bea271f
882026-06-22T06:15:11.310ZFrom https://github.com/oxidecomputer/p4
892026-06-22T06:15:11.310Z * branch 1476c7aa41e4925df7a85ae49b5c030d1bea271f -> FETCH_HEAD
902026-06-22T06:15:11.314Z+ [[ -n '' ]]
912026-06-22T06:15:11.315Z+ git reset --hard 1476c7aa41e4925df7a85ae49b5c030d1bea271f
922026-06-22T06:15:11.321ZHEAD is now at 1476c7a Update Rust crate quote to v1.0.46
932026-06-22T06:15:11.325Zprocess exited: duration 1727 ms, exit code 0
 
942026-06-22T06:15:11.331Zstarting task 4: "build"
952026-06-22T06:15:11.334Z+ cargo --version
962026-06-22T06:15:11.339Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
972026-06-22T06:15:11.500Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
982026-06-22T06:15:11.503Zinfo: downloading 6 components
992026-06-22T06:16:14.481Zcargo 1.92.0 (344c4567c 2025-10-21)
1002026-06-22T06:16:14.481Z+ rustc --version
1012026-06-22T06:16:14.481Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1022026-06-22T06:16:14.497Z+ banner check
1032026-06-22T06:16:14.497Z
1042026-06-22T06:16:14.497Z #### # # ###### #### # #
1052026-06-22T06:16:14.498Z # # # # # # # # #
1062026-06-22T06:16:14.498Z # ###### ##### # ####
1072026-06-22T06:16:14.498Z # # # # # # #
1082026-06-22T06:16:14.498Z # # # # # # # # #
1092026-06-22T06:16:14.498Z #### # # ###### #### # #
1102026-06-22T06:16:14.498Z
1112026-06-22T06:16:14.498Z+ cargo fmt -- --check
1122026-06-22T06:16:14.498Z+ cargo check
1132026-06-22T06:16:14.498Z Updating crates.io index
1142026-06-22T06:16:14.498Z Updating git repository `https://github.com/oxidecomputer/xfr`
1152026-06-22T06:16:14.498ZFrom https://github.com/oxidecomputer/xfr
1162026-06-22T06:16:14.498Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1172026-06-22T06:16:14.498Z Downloading crates ...
1182026-06-22T06:16:14.498Z Downloaded cfg-if v1.0.4
1192026-06-22T06:16:14.498Z Downloaded clap v4.6.1
1202026-06-22T06:16:14.498Z Downloaded num-iter v0.1.45
1212026-06-22T06:16:14.498Z Downloaded aho-corasick v1.1.4
1222026-06-22T06:16:14.498Z Downloaded generic-array v0.14.7
1232026-06-22T06:16:14.498Z Downloaded digest v0.10.7
1242026-06-22T06:16:14.498Z Downloaded ppv-lite86 v0.2.21
1252026-06-22T06:16:14.498Z Downloaded scroll_derive v0.12.1
1262026-06-22T06:16:14.498Z Downloaded errno v0.3.14
1272026-06-22T06:16:14.498Z Downloaded cpufeatures v0.2.17
1282026-06-22T06:16:14.498Z Downloaded colored v3.1.1
1292026-06-22T06:16:14.498Z Downloaded rand_chacha v0.9.0
1302026-06-22T06:16:14.498Z Downloaded byteorder v1.5.0
1312026-06-22T06:16:14.499Z Downloaded zmij v1.0.21
1322026-06-22T06:16:14.499Z Downloaded glob v0.3.3
1332026-06-22T06:16:14.499Z Downloaded colorchoice v1.0.4
1342026-06-22T06:16:14.499Z Downloaded fastrand v2.3.0
1352026-06-22T06:16:14.499Z Downloaded tap v1.0.1
1362026-06-22T06:16:14.499Z Downloaded crypto-common v0.1.7
1372026-06-22T06:16:14.499Z Downloaded zerocopy v0.8.40
1382026-06-22T06:16:14.500Z Downloaded strsim v0.11.1
1392026-06-22T06:16:14.500Z Downloaded serde_core v1.0.228
1402026-06-22T06:16:14.500Z Downloaded pest_generator v2.8.6
1412026-06-22T06:16:14.500Z Downloaded no-std-net v0.6.0
1422026-06-22T06:16:14.500Z Downloaded once_cell v1.21.3
1432026-06-22T06:16:14.500Z Downloaded clap_lex v1.0.0
1442026-06-22T06:16:14.500Z Downloaded utf8parse v0.2.2
1452026-06-22T06:16:14.500Z Downloaded dof v0.3.0
1462026-06-22T06:16:14.501Z Downloaded usdt-macro v0.5.0
1472026-06-22T06:16:14.501Z Downloaded num-integer v0.1.46
1482026-06-22T06:16:14.501Z Downloaded anyhow v1.0.102
1492026-06-22T06:16:14.501Z Downloaded funty v2.0.0
1502026-06-22T06:16:14.501Z Downloaded pnet_transport v0.35.0
1512026-06-22T06:16:14.501Z Downloaded is_terminal_polyfill v1.70.2
1522026-06-22T06:16:14.501Z Downloaded usdt-attr-macro v0.5.0
1532026-06-22T06:16:14.501Z Downloaded num v0.4.3
1542026-06-22T06:16:14.501Z Downloaded ipnetwork v0.20.0
1552026-06-22T06:16:14.501Z Downloaded heck v0.5.0
1562026-06-22T06:16:14.501Z Downloaded radium v0.7.0
1572026-06-22T06:16:14.501Z Downloaded pnet_base v0.35.0
1582026-06-22T06:16:14.501Z Downloaded version_check v0.9.5
1592026-06-22T06:16:14.501Z Downloaded plain v0.2.3
1602026-06-22T06:16:14.501Z Downloaded pnet_sys v0.35.0
1612026-06-22T06:16:14.501Z Downloaded pretty-hex v0.4.1
1622026-06-22T06:16:14.501Z Downloaded pnet_macros_support v0.35.0
1632026-06-22T06:16:14.501Z Downloaded usdt v0.5.0
1642026-06-22T06:16:14.501Z Downloaded thread-id v4.2.2
1652026-06-22T06:16:14.501Z Downloaded itoa v1.0.17
1662026-06-22T06:16:14.501Z Downloaded dtrace-parser v0.2.0
1672026-06-22T06:16:14.501Z Downloaded thiserror-impl v1.0.69
1682026-06-22T06:16:14.501Z Downloaded scroll v0.12.0
1692026-06-22T06:16:14.501Z Downloaded anstyle v1.0.13
1702026-06-22T06:16:14.501Z Downloaded thiserror v1.0.69
1712026-06-22T06:16:14.501Z Downloaded pest_meta v2.8.6
1722026-06-22T06:16:14.502Z Downloaded memmap v0.7.0
1732026-06-22T06:16:14.502Z Downloaded serde_tokenstream v0.2.3
1742026-06-22T06:16:14.502Z Downloaded anstyle-query v1.1.5
1752026-06-22T06:16:14.502Z Downloaded serde v1.0.228
1762026-06-22T06:16:14.502Z Downloaded rand_core v0.9.5
1772026-06-22T06:16:14.502Z Downloaded pnet v0.35.0
1782026-06-22T06:16:14.502Z Downloaded block-buffer v0.10.4
1792026-06-22T06:16:14.502Z Downloaded pnet_datalink v0.35.0
1802026-06-22T06:16:14.502Z Downloaded wyz v0.5.1
1812026-06-22T06:16:14.502Z Downloaded autocfg v1.5.0
1822026-06-22T06:16:14.502Z Downloaded pnet_macros v0.35.0
1832026-06-22T06:16:14.502Z Downloaded anstream v1.0.0
1842026-06-22T06:16:14.502Z Downloaded usdt-impl v0.5.0
1852026-06-22T06:16:14.502Z Downloaded quote v1.0.46
1862026-06-22T06:16:14.502Z Downloaded anstyle-parse v1.0.0
1872026-06-22T06:16:14.502Z Downloaded sha2 v0.10.9
1882026-06-22T06:16:14.502Z Downloaded num-complex v0.4.6
1892026-06-22T06:16:14.502Z Downloaded num-rational v0.4.2
1902026-06-22T06:16:14.502Z Downloaded clap_derive v4.6.1
1912026-06-22T06:16:14.502Z Downloaded pest_derive v2.8.6
1922026-06-22T06:16:14.502Z Downloaded bitflags v2.11.0
1932026-06-22T06:16:14.502Z Downloaded zerocopy-derive v0.7.35
1942026-06-22T06:16:14.503Z Downloaded pnet_packet v0.35.0
1952026-06-22T06:16:14.503Z Downloaded unicode-ident v1.0.24
1962026-06-22T06:16:14.503Z Downloaded log v0.4.29
1972026-06-22T06:16:14.503Z Downloaded tempfile v3.27.0
1982026-06-22T06:16:14.503Z Downloaded getrandom v0.4.1
1992026-06-22T06:16:14.503Z Downloaded serde_derive v1.0.228
2002026-06-22T06:16:14.503Z
2012026-06-22T06:16:14.503Z ##### # # # # #####
2022026-06-22T06:16:14.507Z # # # # # # # #
2032026-06-22T06:16:14.507Z ##### # # # # # #
2042026-06-22T06:16:14.507Z # # # # # # # #
2052026-06-22T06:16:14.507Z # # # # # # # #
2062026-06-22T06:16:14.507Z ##### #### # ###### #####
2072026-06-22T06:16:14.507Z
2082026-06-22T06:16:14.507Z Downloaded ucd-trie v0.1.7
2092026-06-22T06:16:14.507Z Downloaded proc-macro2 v1.0.106
2102026-06-22T06:16:14.508Z Downloaded num-traits v0.2.19
2112026-06-22T06:16:14.508Z Downloaded getrandom v0.3.4
2122026-06-22T06:16:14.508Z Downloaded prettyplease v0.2.37
2132026-06-22T06:16:14.508Z Downloaded memchr v2.8.0
2142026-06-22T06:16:14.508Z Downloaded typenum v1.19.0
2152026-06-22T06:16:14.508Z Downloaded serde_json v1.0.149
2162026-06-22T06:16:14.508Z Downloaded rand v0.9.3
2172026-06-22T06:16:14.508Z Downloaded pest v2.8.6
2182026-06-22T06:16:14.508Z Downloaded num-bigint v0.4.6
2192026-06-22T06:16:14.508Z Downloaded zerocopy v0.7.35
2202026-06-22T06:16:14.508Z Downloaded clap_builder v4.6.0
2212026-06-22T06:16:14.508Z Downloaded regex v1.12.4
2222026-06-22T06:16:14.508Z Downloaded goblin v0.8.2
2232026-06-22T06:16:14.508Z Downloaded bitvec v1.1.1
2242026-06-22T06:16:14.508Z Downloaded syn v2.0.118
2252026-06-22T06:16:14.508Z Downloaded regex-syntax v0.8.11
2262026-06-22T06:16:14.508Z Downloaded rustix v1.1.4
2272026-06-22T06:16:14.508Z Downloaded regex-automata v0.4.14
2282026-06-22T06:16:14.508Z Downloaded libc v0.2.182
2292026-06-22T06:16:14.508Z Compiling proc-macro2 v1.0.106
2302026-06-22T06:16:14.508Z Compiling quote v1.0.46
2312026-06-22T06:16:14.508Z Compiling unicode-ident v1.0.24
2322026-06-22T06:16:14.508Z Compiling libc v0.2.182
2332026-06-22T06:16:14.508Z Compiling serde_core v1.0.228
2342026-06-22T06:16:14.508Z Compiling memchr v2.8.0
2352026-06-22T06:16:14.508Z Compiling serde v1.0.228
2362026-06-22T06:16:14.509Z Compiling zmij v1.0.21
2372026-06-22T06:16:14.509Z Compiling thiserror v1.0.69
2382026-06-22T06:16:14.509Z Compiling ucd-trie v0.1.7
2392026-06-22T06:16:14.509Z Compiling rustix v1.1.4
2402026-06-22T06:16:14.509Z Compiling pest v2.8.6
2412026-06-22T06:16:14.509Z Compiling getrandom v0.4.1
2422026-06-22T06:16:14.509Z Compiling serde_json v1.0.149
2432026-06-22T06:16:14.509Z Compiling version_check v0.9.5
2442026-06-22T06:16:14.509Z Compiling autocfg v1.5.0
2452026-06-22T06:16:14.509Z Compiling aho-corasick v1.1.4
2462026-06-22T06:16:14.509Z Checking syn v2.0.118
2472026-06-22T06:16:14.509Z Compiling regex-syntax v0.8.11
2482026-06-22T06:16:14.509Z Compiling num-traits v0.2.19
2492026-06-22T06:16:14.509Z Compiling pest_meta v2.8.6
2502026-06-22T06:16:14.509Z Compiling prettyplease v0.2.37
2512026-06-22T06:16:14.509Z Checking cfg-if v1.0.4
2522026-06-22T06:16:14.509Z Compiling itoa v1.0.17
2532026-06-22T06:16:14.509Z Compiling byteorder v1.5.0
2542026-06-22T06:16:14.509Z Compiling usdt-impl v0.5.0
2552026-06-22T06:16:14.509Z Checking num-integer v0.1.46
2562026-06-22T06:16:14.509Z Compiling regex-automata v0.4.14
2572026-06-22T06:16:14.510Z Compiling thread-id v4.2.2
2582026-06-22T06:16:14.510Z Checking log v0.4.29
2592026-06-22T06:16:14.510Z Checking plain v0.2.3
2602026-06-22T06:16:14.510Z Checking colored v3.1.1
2612026-06-22T06:16:14.510Z Compiling errno v0.3.14
2622026-06-22T06:16:14.510Z Compiling radium v0.7.0
2632026-06-22T06:16:14.510Z Compiling pest_generator v2.8.6
2642026-06-22T06:16:14.510Z Checking no-std-net v0.6.0
2652026-06-22T06:16:14.510Z Compiling bitflags v2.11.0
2662026-06-22T06:16:14.510Z Checking pretty-hex v0.4.1
2672026-06-22T06:16:14.510Z Checking pnet_base v0.35.0
2682026-06-22T06:16:14.510Z Checking tap v1.0.1
2692026-06-22T06:16:14.510Z Compiling once_cell v1.21.3
2702026-06-22T06:16:14.510Z Compiling zerocopy v0.8.40
2712026-06-22T06:16:14.510Z Compiling fastrand v2.3.0
2722026-06-22T06:16:14.510Z Compiling getrandom v0.3.4
2732026-06-22T06:16:14.510Z Checking wyz v0.5.1
2742026-06-22T06:16:14.510Z Checking num-iter v0.1.45
2752026-06-22T06:16:14.510Z Compiling tempfile v3.27.0
2762026-06-22T06:16:14.510Z Checking memmap v0.7.0
2772026-06-22T06:16:14.510Z Compiling regex v1.12.4
2782026-06-22T06:16:14.510Z Compiling anyhow v1.0.102
2792026-06-22T06:16:14.510Z Checking funty v2.0.0
2802026-06-22T06:16:14.510Z Compiling serde_derive v1.0.228
2812026-06-22T06:16:14.511Z Compiling thiserror-impl v1.0.69
2822026-06-22T06:16:14.511Z Compiling zerocopy-derive v0.7.35
2832026-06-22T06:16:14.511Z Compiling pest_derive v2.8.6
2842026-06-22T06:16:14.511Z Compiling scroll_derive v0.12.1
2852026-06-22T06:16:14.511Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2862026-06-22T06:16:14.511Z Compiling pnet_macros v0.35.0
2872026-06-22T06:16:14.511Z Checking bitvec v1.1.1
2882026-06-22T06:16:14.511Z Compiling zerocopy v0.7.35
2892026-06-22T06:16:14.511Z Checking scroll v0.12.0
2902026-06-22T06:16:14.511Z Checking goblin v0.8.2
2912026-06-22T06:16:14.511Z Compiling dtrace-parser v0.2.0
2922026-06-22T06:16:14.511Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2932026-06-22T06:16:14.511Z Checking pnet_macros_support v0.35.0
2942026-06-22T06:16:14.511Z Checking pnet_sys v0.35.0
2952026-06-22T06:16:14.511Z Checking utf8parse v0.2.2
2962026-06-22T06:16:14.511Z Checking anstyle-parse v1.0.0
2972026-06-22T06:16:14.511Z Checking pnet_packet v0.35.0
2982026-06-22T06:16:14.511Z Checking rand_core v0.9.5
2992026-06-22T06:16:14.511Z Checking anstyle v1.0.13
3002026-06-22T06:16:14.511Z Checking colorchoice v1.0.4
3012026-06-22T06:16:14.511Z Checking num-bigint v0.4.6
3022026-06-22T06:16:14.516Z Checking num-complex v0.4.6
3032026-06-22T06:16:14.516Z Checking ipnetwork v0.20.0
3042026-06-22T06:16:14.516Z Checking dof v0.3.0
3052026-06-22T06:16:14.516Z Compiling serde_tokenstream v0.2.3
3062026-06-22T06:16:14.516Z Checking anstyle-query v1.1.5
3072026-06-22T06:16:14.516Z Compiling pnet v0.35.0
3082026-06-22T06:16:14.516Z Checking is_terminal_polyfill v1.70.2
3092026-06-22T06:16:14.516Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3102026-06-22T06:16:14.516Z Checking anstream v1.0.0
3112026-06-22T06:16:14.516Z Checking pnet_datalink v0.35.0
3122026-06-22T06:16:14.516Z Checking num-rational v0.4.2
3132026-06-22T06:16:14.516Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3142026-06-22T06:16:14.516Z Compiling usdt-attr-macro v0.5.0
3152026-06-22T06:16:14.516Z Compiling usdt-macro v0.5.0
3162026-06-22T06:16:14.516Z Checking num v0.4.3
3172026-06-22T06:16:14.516Z Checking pnet_transport v0.35.0
3182026-06-22T06:16:14.516Z Checking clap_lex v1.0.0
3192026-06-22T06:16:14.516Z Checking strsim v0.11.1
3202026-06-22T06:16:14.516Z Compiling heck v0.5.0
3212026-06-22T06:16:14.517Z Checking clap_builder v4.6.0
3222026-06-22T06:16:14.517Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3232026-06-22T06:16:14.517Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3242026-06-22T06:16:14.517Z Compiling clap_derive v4.6.1
3252026-06-22T06:16:14.517Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3262026-06-22T06:16:14.517Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3272026-06-22T06:16:14.517Z Checking ppv-lite86 v0.2.21
3282026-06-22T06:16:14.517Z Checking usdt v0.5.0
3292026-06-22T06:16:14.517Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3302026-06-22T06:16:14.517Z Checking rand_chacha v0.9.0
3312026-06-22T06:16:14.517Z Checking rand v0.9.3
3322026-06-22T06:16:14.517Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3332026-06-22T06:16:14.517Z Checking clap v4.6.1
3342026-06-22T06:16:14.517Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3352026-06-22T06:16:14.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.45s
3362026-06-22T06:16:14.517Z+ cargo clippy --all-targets -- --deny warnings
3372026-06-22T06:16:14.517Z Downloading crates ...
3382026-06-22T06:16:14.517Z Downloaded libloading v0.9.0
3392026-06-22T06:16:14.517Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3402026-06-22T06:16:14.517Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3412026-06-22T06:16:14.517Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3422026-06-22T06:16:14.517Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3432026-06-22T06:16:14.517Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3442026-06-22T06:16:14.517Z Checking libloading v0.9.0
3452026-06-22T06:16:14.517Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3462026-06-22T06:16:14.517Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3472026-06-22T06:16:14.518Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3482026-06-22T06:16:14.518Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3492026-06-22T06:16:14.518Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3502026-06-22T06:16:14.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.76s
3512026-06-22T06:16:14.518Z+ banner build
3522026-06-22T06:16:14.518Z+ ptime -m cargo build
3532026-06-22T06:16:14.518Z Compiling unicode-ident v1.0.24
3542026-06-22T06:16:14.518Z Compiling memchr v2.8.0
3552026-06-22T06:16:14.518Z Compiling regex-syntax v0.8.11
3562026-06-22T06:16:14.518Z Compiling libc v0.2.182
3572026-06-22T06:16:14.518Z Compiling serde_core v1.0.228
3582026-06-22T06:16:14.518Z Compiling ucd-trie v0.1.7
3592026-06-22T06:16:14.532Z Compiling cfg-if v1.0.4
3602026-06-22T06:16:14.532Z Compiling zmij v1.0.21
3612026-06-22T06:16:14.532Z Compiling itoa v1.0.17
3622026-06-22T06:16:14.532Z Compiling proc-macro2 v1.0.106
3632026-06-22T06:16:14.532Z Compiling byteorder v1.5.0
3642026-06-22T06:16:14.532Z Compiling num-traits v0.2.19
3652026-06-22T06:16:14.532Z Compiling thread-id v4.2.2
3662026-06-22T06:16:14.532Z Compiling errno v0.3.14
3672026-06-22T06:16:14.532Z Compiling bitflags v2.11.0
3682026-06-22T06:16:14.532Z Compiling aho-corasick v1.1.4
3692026-06-22T06:16:14.532Z Compiling quote v1.0.46
3702026-06-22T06:16:14.533Z Compiling pest v2.8.6
3712026-06-22T06:16:14.533Z Compiling syn v2.0.118
3722026-06-22T06:16:14.533Z Compiling rustix v1.1.4
3732026-06-22T06:16:14.533Z Compiling num-integer v0.1.46
3742026-06-22T06:16:14.533Z Compiling getrandom v0.4.1
3752026-06-22T06:16:14.533Z Compiling once_cell v1.21.3
3762026-06-22T06:16:14.533Z Compiling log v0.4.29
3772026-06-22T06:16:14.533Z Compiling colored v3.1.1
3782026-06-22T06:16:14.533Z Compiling fastrand v2.3.0
3792026-06-22T06:16:14.533Z Compiling regex-automata v0.4.14
3802026-06-22T06:16:14.533Z Compiling pest_meta v2.8.6
3812026-06-22T06:16:14.533Z Compiling plain v0.2.3
3822026-06-22T06:16:14.533Z Compiling serde_json v1.0.149
3832026-06-22T06:16:14.533Z Compiling tempfile v3.27.0
3842026-06-22T06:16:14.533Z Compiling no-std-net v0.6.0
3852026-06-22T06:16:14.533Z Compiling pretty-hex v0.4.1
3862026-06-22T06:16:14.533Z Compiling pnet_base v0.35.0
3872026-06-22T06:16:14.533Z Compiling tap v1.0.1
3882026-06-22T06:16:14.533Z Compiling radium v0.7.0
3892026-06-22T06:16:14.533Z Compiling wyz v0.5.1
3902026-06-22T06:16:14.533Z Compiling num-iter v0.1.45
3912026-06-22T06:16:14.533Z Compiling memmap v0.7.0
3922026-06-22T06:16:14.533Z Compiling funty v2.0.0
3932026-06-22T06:16:14.533Z Compiling getrandom v0.3.4
3942026-06-22T06:16:14.533Z Compiling zerocopy v0.8.40
3952026-06-22T06:16:14.533Z Compiling pnet_macros_support v0.35.0
3962026-06-22T06:16:14.534Z Compiling pnet_sys v0.35.0
3972026-06-22T06:16:14.534Z Compiling bitvec v1.1.1
3982026-06-22T06:16:14.534Z Compiling utf8parse v0.2.2
3992026-06-22T06:16:14.534Z Compiling rand_core v0.9.5
4002026-06-22T06:16:14.534Z Compiling anyhow v1.0.102
4012026-06-22T06:16:14.534Z Compiling pest_generator v2.8.6
4022026-06-22T06:16:14.538Z Compiling prettyplease v0.2.37
4032026-06-22T06:16:14.538Z Compiling anstyle-parse v1.0.0
4042026-06-22T06:16:14.538Z Compiling regex v1.12.4
4052026-06-22T06:16:14.538Z Compiling anstyle v1.0.13
4062026-06-22T06:16:14.538Z Compiling anstyle-query v1.1.5
4072026-06-22T06:16:14.538Z Compiling colorchoice v1.0.4
4082026-06-22T06:16:14.539Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4092026-06-22T06:16:14.539Z Compiling is_terminal_polyfill v1.70.2
4102026-06-22T06:16:14.539Z Compiling anstream v1.0.0
4112026-06-22T06:16:14.539Z Compiling clap_lex v1.0.0
4122026-06-22T06:16:14.539Z Compiling strsim v0.11.1
4132026-06-22T06:16:14.539Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4142026-06-22T06:16:14.539Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4152026-06-22T06:16:14.539Z Compiling clap_builder v4.6.0
4162026-06-22T06:16:14.539Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4172026-06-22T06:16:14.539Z Compiling serde_derive v1.0.228
4182026-06-22T06:16:14.539Z Compiling thiserror-impl v1.0.69
4192026-06-22T06:16:14.539Z Compiling zerocopy-derive v0.7.35
4202026-06-22T06:16:14.539Z Compiling pest_derive v2.8.6
4212026-06-22T06:16:14.539Z Compiling scroll_derive v0.12.1
4222026-06-22T06:16:14.539Z Compiling pnet_macros v0.35.0
4232026-06-22T06:16:14.539Z Compiling ppv-lite86 v0.2.21
4242026-06-22T06:16:14.539Z Compiling zerocopy v0.7.35
4252026-06-22T06:16:14.539Z Compiling rand_chacha v0.9.0
4262026-06-22T06:16:14.539Z Compiling thiserror v1.0.69
4272026-06-22T06:16:14.539Z Compiling clap_derive v4.6.1
4282026-06-22T06:16:14.539Z Compiling dtrace-parser v0.2.0
4292026-06-22T06:16:14.539Z Compiling scroll v0.12.0
4302026-06-22T06:16:14.539Z Compiling rand v0.9.3
4312026-06-22T06:16:14.539Z Compiling goblin v0.8.2
4322026-06-22T06:16:14.539Z Compiling pnet_packet v0.35.0
4332026-06-22T06:16:14.539Z Compiling serde v1.0.228
4342026-06-22T06:16:14.539Z Compiling clap v4.6.1
4352026-06-22T06:16:14.540Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4362026-06-22T06:16:14.540Z Compiling dof v0.3.0
4372026-06-22T06:16:14.540Z Compiling serde_tokenstream v0.2.3
4382026-06-22T06:16:14.540Z Compiling num-bigint v0.4.6
4392026-06-22T06:16:14.540Z Compiling num-complex v0.4.6
4402026-06-22T06:16:14.540Z Compiling ipnetwork v0.20.0
4412026-06-22T06:16:14.540Z Compiling usdt-impl v0.5.0
4422026-06-22T06:16:14.540Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4432026-06-22T06:16:14.540Z Compiling pnet_datalink v0.35.0
4442026-06-22T06:16:14.540Z Compiling usdt-attr-macro v0.5.0
4452026-06-22T06:16:14.540Z Compiling usdt-macro v0.5.0
4462026-06-22T06:16:14.540Z Compiling num-rational v0.4.2
4472026-06-22T06:16:14.540Z Compiling num v0.4.3
4482026-06-22T06:16:14.540Z Compiling pnet_transport v0.35.0
4492026-06-22T06:16:14.540Z Compiling pnet v0.35.0
4502026-06-22T06:16:14.540Z Compiling usdt v0.5.0
4512026-06-22T06:16:14.540Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4522026-06-22T06:16:14.540Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4532026-06-22T06:16:14.540Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4542026-06-22T06:16:14.540Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4552026-06-22T06:16:14.540Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4562026-06-22T06:16:14.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.31s
4572026-06-22T06:16:14.540Z
4582026-06-22T06:16:14.540Zreal 13.332536981
4592026-06-22T06:16:14.540Zuser 1:11.635794292
4602026-06-22T06:16:14.540Zsys 12.096597415
4612026-06-22T06:16:14.540Ztrap 0.036837558
4622026-06-22T06:16:14.540Ztflt 0.075879964
4632026-06-22T06:16:14.540Zdflt 0.072317480
4642026-06-22T06:16:14.540Zkflt 0.000024886
4652026-06-22T06:16:14.540Zlock 2:45.871801540
4662026-06-22T06:16:14.540Zslp 4:53.432140145
4672026-06-22T06:16:14.540Zlat 3.461275127
4682026-06-22T06:16:14.540Zstop 4.871020395
4692026-06-22T06:16:14.541Z+ ptime -m cargo build --release
4702026-06-22T06:16:14.541Z Compiling proc-macro2 v1.0.106
4712026-06-22T06:16:14.541Z Compiling quote v1.0.46
4722026-06-22T06:16:14.541Z Compiling unicode-ident v1.0.24
4732026-06-22T06:16:14.541Z Compiling libc v0.2.182
4742026-06-22T06:16:14.541Z Compiling serde_core v1.0.228
4752026-06-22T06:16:14.541Z Compiling memchr v2.8.0
4762026-06-22T06:16:14.541Z Compiling serde v1.0.228
4772026-06-22T06:16:14.541Z Compiling thiserror v1.0.69
4782026-06-22T06:16:14.541Z Compiling zmij v1.0.21
4792026-06-22T06:16:14.541Z Compiling rustix v1.1.4
4802026-06-22T06:16:14.541Z Compiling ucd-trie v0.1.7
4812026-06-22T06:16:14.541Z Compiling getrandom v0.4.1
4822026-06-22T06:16:14.541Z Compiling serde_json v1.0.149
4832026-06-22T06:16:14.541Z Compiling pest v2.8.6
4842026-06-22T06:16:14.541Z Compiling aho-corasick v1.1.4
4852026-06-22T06:16:14.541Z Compiling prettyplease v0.2.37
4862026-06-22T06:16:14.541Z Compiling version_check v0.9.5
4872026-06-22T06:16:14.541Z Compiling regex-syntax v0.8.11
4882026-06-22T06:16:14.541Z Compiling autocfg v1.5.0
4892026-06-22T06:16:14.541Z Compiling syn v2.0.118
4902026-06-22T06:16:14.541Z Compiling num-traits v0.2.19
4912026-06-22T06:16:14.541Z Compiling pest_meta v2.8.6
4922026-06-22T06:16:14.541Z Compiling regex-automata v0.4.14
4932026-06-22T06:16:14.541Z Compiling itoa v1.0.17
4942026-06-22T06:16:14.541Z Compiling cfg-if v1.0.4
4952026-06-22T06:16:14.541Z Compiling byteorder v1.5.0
4962026-06-22T06:16:14.541Z Compiling usdt-impl v0.5.0
4972026-06-22T06:16:14.541Z Compiling num-integer v0.1.46
4982026-06-22T06:16:14.541Z Compiling errno v0.3.14
4992026-06-22T06:16:14.541Z Compiling pest_generator v2.8.6
5002026-06-22T06:16:14.541Z Compiling thread-id v4.2.2
5012026-06-22T06:16:14.541Z Compiling log v0.4.29
5022026-06-22T06:16:14.546Z Compiling bitflags v2.11.0
5032026-06-22T06:16:14.546Z Compiling plain v0.2.3
5042026-06-22T06:16:14.546Z Compiling regex v1.12.4
5052026-06-22T06:16:14.546Z Compiling colored v3.1.1
5062026-06-22T06:16:14.546Z Compiling serde_derive v1.0.228
5072026-06-22T06:16:14.546Z Compiling thiserror-impl v1.0.69
5082026-06-22T06:16:14.547Z Compiling zerocopy-derive v0.7.35
5092026-06-22T06:16:14.547Z Compiling pest_derive v2.8.6
5102026-06-22T06:16:14.547Z Compiling scroll_derive v0.12.1
5112026-06-22T06:16:14.547Z Compiling fastrand v2.3.0
5122026-06-22T06:16:14.547Z Compiling radium v0.7.0
5132026-06-22T06:16:14.547Z Compiling zerocopy v0.7.35
5142026-06-22T06:16:14.547Z Compiling scroll v0.12.0
5152026-06-22T06:16:14.547Z Compiling dtrace-parser v0.2.0
5162026-06-22T06:16:14.547Z Compiling no-std-net v0.6.0
5172026-06-22T06:16:14.547Z Compiling pretty-hex v0.4.1
5182026-06-22T06:16:14.547Z Compiling goblin v0.8.2
5192026-06-22T06:16:14.547Z Compiling once_cell v1.21.3
5202026-06-22T06:16:14.547Z Compiling pnet_base v0.35.0
5212026-06-22T06:16:14.547Z Compiling tempfile v3.27.0
5222026-06-22T06:16:14.547Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5232026-06-22T06:16:14.547Z Compiling zerocopy v0.8.40
5242026-06-22T06:16:14.547Z Compiling getrandom v0.3.4
5252026-06-22T06:16:14.547Z Compiling tap v1.0.1
5262026-06-22T06:16:14.547Z Compiling wyz v0.5.1
5272026-06-22T06:16:14.547Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5282026-06-22T06:16:14.547Z Compiling num-iter v0.1.45
5292026-06-22T06:16:14.547Z Compiling memmap v0.7.0
5302026-06-22T06:16:14.547Z Compiling anyhow v1.0.102
5312026-06-22T06:16:14.547Z Compiling funty v2.0.0
5322026-06-22T06:16:14.547Z Compiling serde_tokenstream v0.2.3
5332026-06-22T06:16:14.547Z Compiling dof v0.3.0
5342026-06-22T06:16:14.547Z Compiling num-bigint v0.4.6
5352026-06-22T06:16:14.548Z Compiling num-complex v0.4.6
5362026-06-22T06:16:14.548Z Compiling bitvec v1.1.1
5372026-06-22T06:16:14.548Z Compiling usdt-macro v0.5.0
5382026-06-22T06:16:14.548Z Compiling usdt-attr-macro v0.5.0
5392026-06-22T06:16:14.548Z Compiling num-rational v0.4.2
5402026-06-22T06:16:14.548Z Compiling usdt v0.5.0
5412026-06-22T06:16:14.548Z Compiling num v0.4.3
5422026-06-22T06:16:14.585Z Compiling pnet_macros_support v0.35.0
5432026-06-22T06:16:14.717Z Compiling pnet_macros v0.35.0
5442026-06-22T06:16:14.837Z Compiling pnet_sys v0.35.0
5452026-06-22T06:16:15.702Z Compiling utf8parse v0.2.2
5462026-06-22T06:16:15.808Z Compiling anstyle-parse v1.0.0
5472026-06-22T06:16:15.858Z Compiling pnet_packet v0.35.0
5482026-06-22T06:16:16.021Z Compiling rand_core v0.9.5
5492026-06-22T06:16:16.279Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5502026-06-22T06:16:17.940Z Compiling ppv-lite86 v0.2.21
5512026-06-22T06:16:18.267Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5522026-06-22T06:16:18.315Z Compiling ipnetwork v0.20.0
5532026-06-22T06:16:19.163Z Compiling pnet v0.35.0
5542026-06-22T06:16:19.391Z Compiling colorchoice v1.0.4
5552026-06-22T06:16:19.405Z Compiling is_terminal_polyfill v1.70.2
5562026-06-22T06:16:19.486Z Compiling anstyle-query v1.1.5
5572026-06-22T06:16:19.496Z Compiling anstyle v1.0.13
5582026-06-22T06:16:19.768Z Compiling anstream v1.0.0
5592026-06-22T06:16:20.416Z Compiling pnet_datalink v0.35.0
5602026-06-22T06:16:20.615Z Compiling rand_chacha v0.9.0
5612026-06-22T06:16:20.712Z Compiling pnet_transport v0.35.0
5622026-06-22T06:16:21.030Z Compiling strsim v0.11.1
5632026-06-22T06:16:21.043Z Compiling heck v0.5.0
5642026-06-22T06:16:21.158Z Compiling clap_lex v1.0.0
5652026-06-22T06:16:21.239Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5662026-06-22T06:16:21.512Z Compiling clap_builder v4.6.0
5672026-06-22T06:16:21.809Z Compiling clap_derive v4.6.1
5682026-06-22T06:16:22.043Z Compiling rand v0.9.3
5692026-06-22T06:16:22.751Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5702026-06-22T06:16:22.988Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5712026-06-22T06:16:23.019Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5722026-06-22T06:16:23.595Z Compiling clap v4.6.1
5732026-06-22T06:16:23.670Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5742026-06-22T06:16:26.615Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5752026-06-22T06:16:28.633Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5762026-06-22T06:16:35.506Z Finished `release` profile [optimized] target(s) in 31.74s
5772026-06-22T06:16:35.528Z
5782026-06-22T06:16:35.530Zreal 31.765062323
5792026-06-22T06:16:35.531Zuser 3:14.091511549
5802026-06-22T06:16:35.531Zsys 18.195590214
5812026-06-22T06:16:35.531Ztrap 0.111847744
5822026-06-22T06:16:35.531Ztflt 0.162993454
5832026-06-22T06:16:35.532Zdflt 0.190972355
5842026-06-22T06:16:35.532Zkflt 0.000018476
5852026-06-22T06:16:35.532Zlock 10:11.473338042
5862026-06-22T06:16:35.532Zslp 12:33.372910164
5872026-06-22T06:16:35.532Zlat 13.607410539
5882026-06-22T06:16:35.532Zstop 10.312223549
5892026-06-22T06:16:35.532Z+ for x in debug release
5902026-06-22T06:16:35.532Z+ mkdir -p /work/debug
5912026-06-22T06:16:35.532Z+ cp target/debug/x4c /work/debug/
5922026-06-22T06:16:35.558Z+ cp target/debug/libsidecar_lite.so /work/debug/
5932026-06-22T06:16:35.592Z+ for x in debug release
5942026-06-22T06:16:35.592Z+ mkdir -p /work/release
5952026-06-22T06:16:35.595Z+ cp target/release/x4c /work/release/
5962026-06-22T06:16:35.602Z+ cp target/release/libsidecar_lite.so /work/release/
5972026-06-22T06:16:35.611Z+ banner test
5982026-06-22T06:16:35.614Z
5992026-06-22T06:16:35.614Z ##### ###### #### #####
6002026-06-22T06:16:35.614Z # # # #
6012026-06-22T06:16:35.614Z # ##### #### #
6022026-06-22T06:16:35.614Z # # # #
6032026-06-22T06:16:35.614Z # # # # #
6042026-06-22T06:16:35.614Z # ###### #### #
6052026-06-22T06:16:35.614Z
6062026-06-22T06:16:35.614Z+ cargo test
6072026-06-22T06:16:35.687Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6082026-06-22T06:16:35.702Z Compiling libloading v0.9.0
6092026-06-22T06:16:35.705Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6102026-06-22T06:16:35.708Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6112026-06-22T06:16:35.709Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6122026-06-22T06:16:35.712Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6132026-06-22T06:16:35.891Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6142026-06-22T06:16:36.790Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6152026-06-22T06:16:36.790Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6162026-06-22T06:16:36.793Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6172026-06-22T06:16:37.063Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6182026-06-22T06:16:43.733Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.11s
6192026-06-22T06:16:43.746Z Running unittests src/lib.rs (target/debug/deps/p4-85be53bc186e4c60)
6202026-06-22T06:16:43.749Z
6212026-06-22T06:16:43.749Zrunning 0 tests
6222026-06-22T06:16:43.749Z
6232026-06-22T06:16:43.749Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6242026-06-22T06:16:43.749Z
6252026-06-22T06:16:43.749Z Running unittests src/lib.rs (target/debug/deps/p4_macro-000928bb8ad261cc)
6262026-06-22T06:16:43.752Z
6272026-06-22T06:16:43.752Zrunning 0 tests
6282026-06-22T06:16:43.752Z
6292026-06-22T06:16:43.752Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-06-22T06:16:43.752Z
6312026-06-22T06:16:43.752Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-f10f2203c72b4ebc)
6322026-06-22T06:16:43.755Z
6332026-06-22T06:16:43.755Zrunning 0 tests
6342026-06-22T06:16:43.755Z
6352026-06-22T06:16:43.755Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-06-22T06:16:43.755Z
6372026-06-22T06:16:43.755Z Running unittests src/lib.rs (target/debug/deps/p4_rust-8798fa911c99d441)
6382026-06-22T06:16:43.755Z
6392026-06-22T06:16:43.755Zrunning 0 tests
6402026-06-22T06:16:43.755Z
6412026-06-22T06:16:43.755Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-06-22T06:16:43.755Z
6432026-06-22T06:16:43.755Z Running unittests src/lib.rs (target/debug/deps/p4rs-fbe0164f24a386d8)
6442026-06-22T06:16:43.758Z
6452026-06-22T06:16:43.758Zrunning 14 tests
6462026-06-22T06:16:43.759Ztest bitmath::tests::bitmath_add_nest ... ok
6472026-06-22T06:16:43.759Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6482026-06-22T06:16:43.759Ztest bitmath::tests::bitmath_mod ... ok
6492026-06-22T06:16:43.759Ztest bitmath::tests::bitmath_add_be ... ok
6502026-06-22T06:16:43.759Ztest bitmath::tests::bitmath_sub_le ... ok
6512026-06-22T06:16:43.759Ztest bitmath::tests::bitmath_sub_be ... ok
6522026-06-22T06:16:43.759Ztest bitmath::tests::bitmath_add_cascade ... ok
6532026-06-22T06:16:43.759Ztest bitmath::tests::bitmath_add_le ... ok
6542026-06-22T06:16:43.759Ztest checksum::tests::udp_checksum ... ok
6552026-06-22T06:16:43.759Ztest table::tests::match_lpm_ternary_1 ... ok
6562026-06-22T06:16:43.759Ztest table::tests::match_lpm_ternary_range ... ok
6572026-06-22T06:16:43.759Ztest table::tests::match_ternary_1 ... ok
6582026-06-22T06:16:43.759Ztest table::tests::match_lpm_1 ... ok
6592026-06-22T06:16:43.759Ztest table::tests::match_with_action ... ok
6602026-06-22T06:16:43.759Z
6612026-06-22T06:16:43.759Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6622026-06-22T06:16:43.759Z
6632026-06-22T06:16:43.759Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-184b36fe8f4b880b)
6642026-06-22T06:16:43.763Z
6652026-06-22T06:16:43.763Zrunning 0 tests
6662026-06-22T06:16:43.763Z
6672026-06-22T06:16:43.763Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6682026-06-22T06:16:43.763Z
6692026-06-22T06:16:43.763Z Running unittests src/lib.rs (target/debug/deps/tests-cec6efd26f6c582f)
6702026-06-22T06:16:43.763Z
6712026-06-22T06:16:43.763Zrunning 15 tests
6722026-06-22T06:16:43.766Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6732026-06-22T06:16:43.766Ztest headers::ipv6_header_read_write ... ok
6742026-06-22T06:16:43.766Ztest dload::pipeline_create ... ok
6752026-06-22T06:16:43.769Ztest ipv6::test_ipv6_parse ... ok
6762026-06-22T06:16:43.769Ztest dload::dynamic_load ... ok
6772026-06-22T06:16:43.773Ztest hub::hub2 ... ok
6782026-06-22T06:16:43.773Ztest basic_router::basic_router2 ... ok
6792026-06-22T06:16:43.776Ztest decap::geneve_decap ... ok
6802026-06-22T06:16:43.776Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6812026-06-22T06:16:43.776Ztest vlan::test_vlan_parse ... ok
6822026-06-22T06:16:43.776Ztest arithmetic::arithmetic ... ok
6832026-06-22T06:16:43.782Ztest disag_router::disag_router ... ok
6842026-06-22T06:16:43.845Ztest dynamic_router::dynamic_router2 ... ok
6852026-06-22T06:16:43.848Ztest mac_rewrite::mac_rewrite2 ... ok
6862026-06-22T06:16:43.848Ztest range::range ... ok
6872026-06-22T06:16:43.848Z
6882026-06-22T06:16:43.848Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
6892026-06-22T06:16:43.848Z
6902026-06-22T06:16:43.853Z Running unittests src/lib.rs (target/debug/deps/x4c-6091e672c4037600)
6912026-06-22T06:16:43.856Z
6922026-06-22T06:16:43.856Zrunning 0 tests
6932026-06-22T06:16:43.856Z
6942026-06-22T06:16:43.856Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6952026-06-22T06:16:43.856Z
6962026-06-22T06:16:43.856Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-48fa3b3052be3ee5)
6972026-06-22T06:16:43.859Z
6982026-06-22T06:16:43.859Zrunning 0 tests
6992026-06-22T06:16:43.859Z
7002026-06-22T06:16:43.859Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7012026-06-22T06:16:43.859Z
7022026-06-22T06:16:43.859Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-717fe05c8856cec6)
7032026-06-22T06:16:43.859Z
7042026-06-22T06:16:43.859Zrunning 0 tests
7052026-06-22T06:16:43.859Z
7062026-06-22T06:16:43.859Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-06-22T06:16:43.859Z
7082026-06-22T06:16:43.859Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-7f24af1be3687a2b)
7092026-06-22T06:16:43.862Z
7102026-06-22T06:16:43.862Zrunning 0 tests
7112026-06-22T06:16:43.862Z
7122026-06-22T06:16:43.862Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7132026-06-22T06:16:43.862Z
7142026-06-22T06:16:43.862Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7152026-06-22T06:16:43.862Z
7162026-06-22T06:16:43.862Zrunning 0 tests
7172026-06-22T06:16:43.862Z
7182026-06-22T06:16:43.862Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7192026-06-22T06:16:43.863Z
7202026-06-22T06:16:43.863Z Doc-tests p4
7212026-06-22T06:16:43.951Z
7222026-06-22T06:16:43.951Zrunning 0 tests
7232026-06-22T06:16:43.951Z
7242026-06-22T06:16:43.951Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7252026-06-22T06:16:43.951Z
7262026-06-22T06:16:43.960Z Doc-tests p4_macro
7272026-06-22T06:16:44.004Z
7282026-06-22T06:16:44.004Zrunning 2 tests
7292026-06-22T06:16:44.008Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7302026-06-22T06:16:44.008Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7312026-06-22T06:16:44.008Z
7322026-06-22T06:16:44.008Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7332026-06-22T06:16:44.008Z
7342026-06-22T06:16:44.011Z Doc-tests p4_rust
7352026-06-22T06:16:44.167Z
7362026-06-22T06:16:44.167Zrunning 0 tests
7372026-06-22T06:16:44.167Z
7382026-06-22T06:16:44.167Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7392026-06-22T06:16:44.167Z
7402026-06-22T06:16:44.179Z Doc-tests p4rs
7412026-06-22T06:16:44.262Z
7422026-06-22T06:16:44.263Zrunning 1 test
7432026-06-22T06:16:45.102Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7442026-06-22T06:16:45.102Z
7452026-06-22T06:16:45.102Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.84s
7462026-06-22T06:16:45.102Z
7472026-06-22T06:16:45.112Z Doc-tests tests
7482026-06-22T06:16:45.177Z
7492026-06-22T06:16:45.177Zrunning 0 tests
7502026-06-22T06:16:45.177Z
7512026-06-22T06:16:45.177Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7522026-06-22T06:16:45.177Z
7532026-06-22T06:16:45.185Z Doc-tests x4c
7542026-06-22T06:16:45.230Z
7552026-06-22T06:16:45.231Zrunning 0 tests
7562026-06-22T06:16:45.231Z
7572026-06-22T06:16:45.231Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7582026-06-22T06:16:45.231Z
7592026-06-22T06:16:45.236Z Doc-tests x4c_error_codes
7602026-06-22T06:16:45.264Z
7612026-06-22T06:16:45.264Zrunning 0 tests
7622026-06-22T06:16:45.264Z
7632026-06-22T06:16:45.267Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7642026-06-22T06:16:45.267Z
7652026-06-22T06:16:45.275Z+ pushd test
7662026-06-22T06:16:45.278Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7672026-06-22T06:16:45.278Z+ banner 'mac rewr'
7682026-06-22T06:16:45.278Z
7692026-06-22T06:16:45.278Z # # ## #### ##### ###### # # #####
7702026-06-22T06:16:45.279Z ## ## # # # # # # # # # # #
7712026-06-22T06:16:45.279Z # ## # # # # # # ##### # # # #
7722026-06-22T06:16:45.279Z # # ###### # ##### # # ## # #####
7732026-06-22T06:16:45.279Z # # # # # # # # # ## ## # #
7742026-06-22T06:16:45.279Z # # # # #### # # ###### # # # #
7752026-06-22T06:16:45.279Z
7762026-06-22T06:16:45.279Z+ RUST_BACKTRACE=1
7772026-06-22T06:16:45.279Z+ cargo test mac_rewrite -- --nocapture
7782026-06-22T06:16:45.376Z Compiling aho-corasick v1.1.4
7792026-06-22T06:16:45.390Z Compiling getrandom v0.4.1
7802026-06-22T06:16:45.390Z Compiling rustix v1.1.4
7812026-06-22T06:16:45.394Z Compiling errno v0.3.14
7822026-06-22T06:16:45.397Z Compiling prettyplease v0.2.37
7832026-06-22T06:16:46.082Z Compiling regex-automata v0.4.14
7842026-06-22T06:16:46.128Z Compiling tempfile v3.27.0
7852026-06-22T06:16:47.466Z Compiling regex v1.12.4
7862026-06-22T06:16:47.725Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7872026-06-22T06:16:47.795Z Compiling pnet_macros v0.35.0
7882026-06-22T06:16:48.420Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7892026-06-22T06:16:48.785Z Compiling pnet_packet v0.35.0
7902026-06-22T06:16:49.238Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
7912026-06-22T06:16:50.643Z Compiling pnet_transport v0.35.0
7922026-06-22T06:16:50.760Z Compiling pnet v0.35.0
7932026-06-22T06:16:50.846Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
7942026-06-22T06:16:57.405Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.11s
7952026-06-22T06:16:57.416Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-ceced364e1c634e0)
7962026-06-22T06:16:57.418Z
7972026-06-22T06:16:57.418Zrunning 1 test
7982026-06-22T06:16:57.423Z[phy2] do you know the muffin man?
7992026-06-22T06:16:57.426Z[cpu] the muffin man?
8002026-06-22T06:16:57.426Z[cpu] the muffin man!
8012026-06-22T06:16:57.426Z[cpu] why yes
8022026-06-22T06:16:57.426Z[phy1] i know the muffin man
8032026-06-22T06:16:57.426Z[phy3] the muffin man is me!!!
8042026-06-22T06:16:57.426Ztest mac_rewrite::mac_rewrite2 ... ok
8052026-06-22T06:16:57.426Z
8062026-06-22T06:16:57.426Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8072026-06-22T06:16:57.426Z
8082026-06-22T06:16:57.433Z+ banner 'dyn load'
8092026-06-22T06:16:57.435Z
8102026-06-22T06:16:57.435Z ##### # # # # # #### ## #####
8112026-06-22T06:16:57.435Z # # # # ## # # # # # # # #
8122026-06-22T06:16:57.436Z # # # # # # # # # # # # #
8132026-06-22T06:16:57.436Z # # # # # # # # # ###### # #
8142026-06-22T06:16:57.436Z # # # # ## # # # # # # #
8152026-06-22T06:16:57.436Z ##### # # # ###### #### # # #####
8162026-06-22T06:16:57.436Z
8172026-06-22T06:16:57.436Z+ RUST_BACKTRACE=1
8182026-06-22T06:16:57.436Z+ cargo test dload -- --nocapture
8192026-06-22T06:16:57.521Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8202026-06-22T06:16:57.524Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-ceced364e1c634e0)
8212026-06-22T06:16:57.527Z
8222026-06-22T06:16:57.527Zrunning 2 tests
8232026-06-22T06:16:57.530Ztest dload::pipeline_create ... ok
8242026-06-22T06:16:57.533Ztest dload::dynamic_load ... ok
8252026-06-22T06:16:57.533Z
8262026-06-22T06:16:57.533Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8272026-06-22T06:16:57.533Z
8282026-06-22T06:16:57.538Z+ banner disag
8292026-06-22T06:16:57.541Z
8302026-06-22T06:16:57.541Z ##### # #### ## ####
8312026-06-22T06:16:57.541Z # # # # # # # #
8322026-06-22T06:16:57.541Z # # # #### # # #
8332026-06-22T06:16:57.541Z # # # # ###### # ###
8342026-06-22T06:16:57.541Z # # # # # # # # #
8352026-06-22T06:16:57.541Z ##### # #### # # ####
8362026-06-22T06:16:57.541Z
8372026-06-22T06:16:57.541Z+ RUST_BACKTRACE=1
8382026-06-22T06:16:57.541Z+ cargo test disag_router -- --nocapture
8392026-06-22T06:16:57.627Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8402026-06-22T06:16:57.630Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-ceced364e1c634e0)
8412026-06-22T06:16:57.633Z
8422026-06-22T06:16:57.633Zrunning 1 test
8432026-06-22T06:16:57.638Z[phy2] do you know the muffin man?
8442026-06-22T06:16:57.641Z[cpu] the muffin man?
8452026-06-22T06:16:57.642Z[cpu] the muffin man!
8462026-06-22T06:16:57.642Z[cpu] why yes
8472026-06-22T06:16:57.642Z[phy1] i know the muffin man
8482026-06-22T06:16:57.642Z[phy3] the muffin man is me!!!
8492026-06-22T06:16:57.642Ztest disag_router::disag_router ... ok
8502026-06-22T06:16:57.642Z
8512026-06-22T06:16:57.642Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8522026-06-22T06:16:57.642Z
8532026-06-22T06:16:57.647Z+ banner 'dyn rtr'
8542026-06-22T06:16:57.649Z
8552026-06-22T06:16:57.649Z ##### # # # # ##### ##### #####
8562026-06-22T06:16:57.649Z # # # # ## # # # # # #
8572026-06-22T06:16:57.649Z # # # # # # # # # # #
8582026-06-22T06:16:57.650Z # # # # # # ##### # #####
8592026-06-22T06:16:57.650Z # # # # ## # # # # #
8602026-06-22T06:16:57.650Z ##### # # # # # # # #
8612026-06-22T06:16:57.650Z
8622026-06-22T06:16:57.650Z+ RUST_BACKTRACE=1
8632026-06-22T06:16:57.650Z+ cargo test dynamic_router -- --nocapture
8642026-06-22T06:16:57.735Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8652026-06-22T06:16:57.739Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-ceced364e1c634e0)
8662026-06-22T06:16:57.741Z
8672026-06-22T06:16:57.741Zrunning 1 test
8682026-06-22T06:16:57.746Z[phy2] do you know the muffin man?
8692026-06-22T06:16:57.749Z[cpu] the muffin man?
8702026-06-22T06:16:57.749Z[cpu] the muffin man!
8712026-06-22T06:16:57.749Z[cpu] why yes
8722026-06-22T06:16:57.749Z[phy1] i know the muffin man
8732026-06-22T06:16:57.749Z[phy3] the muffin man is me!!!
8742026-06-22T06:16:57.749Ztest dynamic_router::dynamic_router2 ... ok
8752026-06-22T06:16:57.749Z
8762026-06-22T06:16:57.749Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8772026-06-22T06:16:57.749Z
8782026-06-22T06:16:57.754Z+ banner hub
8792026-06-22T06:16:57.757Z
8802026-06-22T06:16:57.757Z # # # # #####
8812026-06-22T06:16:57.757Z # # # # # #
8822026-06-22T06:16:57.757Z ###### # # #####
8832026-06-22T06:16:57.757Z # # # # # #
8842026-06-22T06:16:57.757Z # # # # # #
8852026-06-22T06:16:57.757Z # # #### #####
8862026-06-22T06:16:57.757Z
8872026-06-22T06:16:57.757Z+ RUST_BACKTRACE=1
8882026-06-22T06:16:57.757Z+ cargo test hub -- --nocapture
8892026-06-22T06:16:57.844Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8902026-06-22T06:16:57.847Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-ceced364e1c634e0)
8912026-06-22T06:16:57.849Z
8922026-06-22T06:16:57.850Zrunning 1 test
8932026-06-22T06:16:57.854Z[phy2] do you know the muffin man?
8942026-06-22T06:16:57.854Z[phy3] do you know the muffin man?
8952026-06-22T06:16:57.857Z[phy1] the muffin man?
8962026-06-22T06:16:57.857Z[phy3] the muffin man?
8972026-06-22T06:16:57.857Z[phy2] the muffin man!
8982026-06-22T06:16:57.857Z[phy3] the muffin man!
8992026-06-22T06:16:57.857Z[phy1] why yes
9002026-06-22T06:16:57.857Z[phy1] i know the muffin man
9012026-06-22T06:16:57.857Z[phy1] the muffin man is me!!!
9022026-06-22T06:16:57.857Z[phy3] why yes
9032026-06-22T06:16:57.857Z[phy3] i know the muffin man
9042026-06-22T06:16:57.857Z[phy3] the muffin man is me!!!
9052026-06-22T06:16:57.857Ztest hub::hub2 ... ok
9062026-06-22T06:16:57.857Z
9072026-06-22T06:16:57.857Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9082026-06-22T06:16:57.857Z
9092026-06-22T06:16:57.863Z+ banner router
9102026-06-22T06:16:57.866Z
9112026-06-22T06:16:57.866Z ##### #### # # ##### ###### #####
9122026-06-22T06:16:57.866Z # # # # # # # # # #
9132026-06-22T06:16:57.866Z # # # # # # # ##### # #
9142026-06-22T06:16:57.866Z ##### # # # # # # #####
9152026-06-22T06:16:57.866Z # # # # # # # # # #
9162026-06-22T06:16:57.866Z # # #### #### # ###### # #
9172026-06-22T06:16:57.866Z
9182026-06-22T06:16:57.867Z+ RUST_BACKTRACE=1
9192026-06-22T06:16:57.867Z+ cargo test basic_router -- --nocapture
9202026-06-22T06:16:57.951Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9212026-06-22T06:16:57.954Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-ceced364e1c634e0)
9222026-06-22T06:16:57.957Z
9232026-06-22T06:16:57.957Zrunning 1 test
9242026-06-22T06:16:57.962Z[phy2] do you know the muffin man?
9252026-06-22T06:16:57.965Z[phy1] the muffin man?
9262026-06-22T06:16:57.965Z[phy2] the muffin man!
9272026-06-22T06:16:57.965Z[phy1] why yes
9282026-06-22T06:16:57.965Z[phy1] i know the muffin man
9292026-06-22T06:16:57.965Z[phy1] the muffin man is me!!!
9302026-06-22T06:16:57.965Ztest basic_router::basic_router2 ... ok
9312026-06-22T06:16:57.965Z
9322026-06-22T06:16:57.965Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9332026-06-22T06:16:57.965Z
9342026-06-22T06:16:57.970Z+ banner headers
9352026-06-22T06:16:57.973Z
9362026-06-22T06:16:57.973Z # # ###### ## ##### ###### ##### ####
9372026-06-22T06:16:57.973Z # # # # # # # # # # #
9382026-06-22T06:16:57.973Z ###### ##### # # # # ##### # # ####
9392026-06-22T06:16:57.973Z # # # ###### # # # ##### #
9402026-06-22T06:16:57.973Z # # # # # # # # # # # #
9412026-06-22T06:16:57.973Z # # ###### # # ##### ###### # # ####
9422026-06-22T06:16:57.973Z
9432026-06-22T06:16:57.973Z+ RUST_BACKTRACE=1
9442026-06-22T06:16:57.974Z+ cargo test headers -- --nocapture
9452026-06-22T06:16:58.059Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9462026-06-22T06:16:58.062Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-ceced364e1c634e0)
9472026-06-22T06:16:58.065Z
9482026-06-22T06:16:58.065Zrunning 1 test
9492026-06-22T06:16:58.065Ztest headers::ipv6_header_read_write ... ok
9502026-06-22T06:16:58.065Z
9512026-06-22T06:16:58.065Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9522026-06-22T06:16:58.065Z
9532026-06-22T06:16:58.071Zprocess exited: duration 106725 ms, exit code 0
 
9542026-06-22T06:16:58.078Zfound 4 output files
9552026-06-22T06:16:58.078Zuploading: /work/debug/libsidecar_lite.so (43100992 bytes)
9562026-06-22T06:16:59.724Zuploaded: /work/debug/libsidecar_lite.so
9572026-06-22T06:16:59.724Zuploading: /work/debug/x4c (37743272 bytes)
9582026-06-22T06:17:00.922Zuploaded: /work/debug/x4c
9592026-06-22T06:17:00.922Zuploading: /work/release/libsidecar_lite.so (9932192 bytes)
9602026-06-22T06:17:02.004Zuploaded: /work/release/libsidecar_lite.so
9612026-06-22T06:17:02.009Zuploading: /work/release/x4c (8661864 bytes)
9622026-06-22T06:17:03.067Zuploaded: /work/release/x4c