01KM62STE8ZDRMBA1GVTW986ST: 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: 01KM62T5RZ63KZXWN4S8Y16BSK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-20T16:57:06.783Zjob assigned to worker 01KM62TB15W66X3547FEMB9R9Q [factory aws, i-0940bf88dae28cdaf] (queued for 51 s)
 
22026-03-20T16:57:14.817Zstarting task 0: "setup"
32026-03-20T16:57:14.821Z++ uname -s
42026-03-20T16:57:14.824Z+ kern=SunOS
52026-03-20T16:57:14.824Z+ build_user=build
62026-03-20T16:57:14.824Z+ build_uid=12345
72026-03-20T16:57:14.824Z+ work_dir=/work
82026-03-20T16:57:14.825Z+ input_dir=/input
92026-03-20T16:57:14.825Z+ [[ 0 == 12345 ]]
102026-03-20T16:57:14.825Z+ case "$kern" in
112026-03-20T16:57:14.825Z+ groupadd -g 12345 build
122026-03-20T16:57:14.828Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-20T16:57:16.832Z+ zfs create -o mountpoint=/work rpool/work
142026-03-20T16:57:16.950Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-20T16:57:16.953Z+ home_fs=zfs
162026-03-20T16:57:16.953Z+ [[ zfs == autofs ]]
172026-03-20T16:57:16.953Z+ mkdir -p /home/build
182026-03-20T16:57:16.956Z+ chown build:build /home/build /work
192026-03-20T16:57:18.956Z+ chmod 0700 /home/build /work
202026-03-20T16:57:18.960Zprocess exited: duration 4142 ms, exit code 0
 
212026-03-20T16:57:18.970Zstarting task 1: "rust-toolchain"
222026-03-20T16:57:18.973Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-20T16:57:18.973Z * rust toolchain channel = "stable"
242026-03-20T16:57:18.973Z * rust toolchain profile = "default"
252026-03-20T16:57:18.973Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-20T16:57:18.973Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-20T16:57:18.973Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-20T16:57:18.977Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-20T16:57:18.977Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-20T16:57:19.111Zinfo: downloading installer
312026-03-20T16:57:20.749Zwarn: It looks like you have an existing installation of Rust at:
322026-03-20T16:57:20.749Zwarn: /opt/ooce/bin
332026-03-20T16:57:20.750Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-20T16:57:20.750Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-20T16:57:20.750Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-20T16:57:20.750Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-20T16:57:20.750Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-20T16:57:20.750Zerror: cannot install while Rust is installed
392026-03-20T16:57:20.750Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-20T16:57:20.750Zwarn: It looks like you have an existing rustup settings file at:
412026-03-20T16:57:20.750Zwarn: /home/build/.rustup/settings.toml
422026-03-20T16:57:20.750Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-20T16:57:20.750Zwarn: instead of the one inferred from the default host triple.
442026-03-20T16:57:20.765Zinfo: profile set to default
452026-03-20T16:57:20.765Zinfo: default host triple is x86_64-unknown-illumos
462026-03-20T16:57:20.768Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-20T16:57:20.911Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-20T16:57:20.914Zinfo: downloading 6 components
492026-03-20T16:57:35.578Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-20T16:57:35.578Z
512026-03-20T16:57:35.616Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-20T16:57:35.617Z
532026-03-20T16:57:35.617Z
542026-03-20T16:57:35.617ZRust is installed now. Great!
552026-03-20T16:57:35.617Z
562026-03-20T16:57:35.620ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-20T16:57:35.620Zenvironment variable. This has not been done automatically.
582026-03-20T16:57:35.620Z
592026-03-20T16:57:35.620ZTo configure your current shell, you need to source
602026-03-20T16:57:35.620Zthe corresponding env file under $HOME/.cargo.
612026-03-20T16:57:35.621Z
622026-03-20T16:57:35.621ZThis is usually done by running one of the following (note the leading DOT):
632026-03-20T16:57:35.621Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-20T16:57:35.621Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-20T16:57:35.621Zsource "~/.cargo/env.nu" # For nushell
662026-03-20T16:57:35.621Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-20T16:57:35.621Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-20T16:57:35.621Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-20T16:57:35.621Zwarn: no default linker (`cc`) was found in your PATH
702026-03-20T16:57:35.621Zwarn: many Rust crates require a system C toolchain to build
712026-03-20T16:57:35.729Z+ rustup --version
722026-03-20T16:57:35.739Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-20T16:57:35.742Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-20T16:57:35.766Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-20T16:57:35.770Z+ cargo --version
762026-03-20T16:57:35.786Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-20T16:57:35.789Z+ rustc --version
782026-03-20T16:57:35.815Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-20T16:57:35.819Zprocess exited: duration 16847 ms, exit code 0
 
802026-03-20T16:57:35.825Zstarting task 2: "authentication"
812026-03-20T16:57:35.845Zprocess exited: duration 19 ms, exit code 0
 
822026-03-20T16:57:35.851Zstarting task 3: "clone repository"
832026-03-20T16:57:35.855Z+ mkdir -p /work/oxidecomputer/p4
842026-03-20T16:57:35.858Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-03-20T16:57:35.889ZCloning into '/work/oxidecomputer/p4'...
862026-03-20T16:57:37.000Z+ cd /work/oxidecomputer/p4
872026-03-20T16:57:37.004Z+ git fetch origin 0e20707853ef5ec7ce04e3b069053698231f7dc2
882026-03-20T16:57:37.433ZFrom https://github.com/oxidecomputer/p4
892026-03-20T16:57:37.433Z * branch 0e20707853ef5ec7ce04e3b069053698231f7dc2 -> FETCH_HEAD
902026-03-20T16:57:37.438Z+ [[ -n zl/multicast ]]
912026-03-20T16:57:37.441Z++ git branch --show-current
922026-03-20T16:57:37.444Z+ current=main
932026-03-20T16:57:37.444Z+ [[ main != zl/multicast ]]
942026-03-20T16:57:37.444Z+ git branch -f zl/multicast 0e20707853ef5ec7ce04e3b069053698231f7dc2
952026-03-20T16:57:37.447Z+ git checkout -f zl/multicast
962026-03-20T16:57:37.454ZSwitched to branch 'zl/multicast'
972026-03-20T16:57:37.457Z+ git reset --hard 0e20707853ef5ec7ce04e3b069053698231f7dc2
982026-03-20T16:57:37.463ZHEAD is now at 0e20707 [multicast] Add multicast replication and bit-slice assignment for softnpu/a4x2
992026-03-20T16:57:37.467Zprocess exited: duration 1613 ms, exit code 0
 
1002026-03-20T16:57:37.475Zstarting task 4: "build"
1012026-03-20T16:57:37.478Z+ cargo --version
1022026-03-20T16:57:37.485Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-03-20T16:57:37.661Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-03-20T16:57:37.664Zinfo: downloading 6 components
1052026-03-20T16:57:53.642Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-03-20T16:57:53.645Z+ rustc --version
1072026-03-20T16:57:53.680Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-03-20T16:57:53.685Z+ banner check
1092026-03-20T16:57:53.688Z
1102026-03-20T16:57:53.688Z #### # # ###### #### # #
1112026-03-20T16:57:53.688Z # # # # # # # # #
1122026-03-20T16:57:53.688Z # ###### ##### # ####
1132026-03-20T16:57:53.688Z # # # # # # #
1142026-03-20T16:57:53.688Z # # # # # # # # #
1152026-03-20T16:57:53.688Z #### # # ###### #### # #
1162026-03-20T16:57:53.688Z
1172026-03-20T16:57:53.691Z+ cargo fmt -- --check
1182026-03-20T16:57:53.882Z+ cargo check
1192026-03-20T16:57:53.966Z Updating crates.io index
1202026-03-20T16:57:54.004Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-03-20T16:57:54.299ZFrom https://github.com/oxidecomputer/xfr
1222026-03-20T16:57:54.299Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-03-20T16:57:55.412Z Downloading crates ...
1242026-03-20T16:57:55.469Z Downloaded block-buffer v0.10.4
1252026-03-20T16:57:55.473Z Downloaded autocfg v1.5.0
1262026-03-20T16:57:55.478Z Downloaded bitflags v2.11.0
1272026-03-20T16:57:55.483Z Downloaded errno v0.3.14
1282026-03-20T16:57:55.486Z Downloaded cpufeatures v0.2.17
1292026-03-20T16:57:55.491Z Downloaded generic-array v0.14.7
1302026-03-20T16:57:55.494Z Downloaded dtrace-parser v0.2.0
1312026-03-20T16:57:55.494Z Downloaded aho-corasick v1.1.4
1322026-03-20T16:57:55.498Z Downloaded zerocopy-derive v0.7.35
1332026-03-20T16:57:55.501Z Downloaded fastrand v2.3.0
1342026-03-20T16:57:55.504Z Downloaded dof v0.3.0
1352026-03-20T16:57:55.507Z Downloaded bitvec v1.0.1
1362026-03-20T16:57:55.515Z Downloaded proc-macro2 v1.0.106
1372026-03-20T16:57:55.518Z Downloaded ppv-lite86 v0.2.21
1382026-03-20T16:57:55.521Z Downloaded itoa v1.0.17
1392026-03-20T16:57:55.521Z Downloaded memmap v0.7.0
1402026-03-20T16:57:55.521Z Downloaded is_terminal_polyfill v1.70.2
1412026-03-20T16:57:55.524Z Downloaded clap_derive v4.5.55
1422026-03-20T16:57:55.524Z Downloaded utf8parse v0.2.2
1432026-03-20T16:57:55.526Z Downloaded cfg-if v1.0.4
1442026-03-20T16:57:55.526Z Downloaded pnet_transport v0.35.0
1452026-03-20T16:57:55.527Z Downloaded crypto-common v0.1.7
1462026-03-20T16:57:55.527Z Downloaded num v0.4.3
1472026-03-20T16:57:55.530Z Downloaded pnet_packet v0.35.0
1482026-03-20T16:57:55.530Z Downloaded num-iter v0.1.45
1492026-03-20T16:57:55.533Z Downloaded byteorder v1.5.0
1502026-03-20T16:57:55.533Z Downloaded thread-id v4.2.2
1512026-03-20T16:57:55.535Z Downloaded serde_tokenstream v0.2.3
1522026-03-20T16:57:55.535Z Downloaded anstream v0.6.21
1532026-03-20T16:57:55.539Z Downloaded pest_generator v2.8.6
1542026-03-20T16:57:55.542Z Downloaded usdt v0.5.0
1552026-03-20T16:57:55.542Z Downloaded heck v0.5.0
1562026-03-20T16:57:55.545Z Downloaded pretty-hex v0.4.1
1572026-03-20T16:57:55.545Z Downloaded anstyle-query v1.1.5
1582026-03-20T16:57:55.547Z Downloaded strsim v0.11.1
1592026-03-20T16:57:55.554Z Downloaded num-rational v0.4.2
1602026-03-20T16:57:55.557Z Downloaded funty v2.0.0
1612026-03-20T16:57:55.557Z Downloaded scroll v0.12.0
1622026-03-20T16:57:55.564Z Downloaded usdt-macro v0.5.0
1632026-03-20T16:57:55.567Z Downloaded colorchoice v1.0.4
1642026-03-20T16:57:55.570Z Downloaded pnet_macros_support v0.35.0
1652026-03-20T16:57:55.576Z Downloaded scroll_derive v0.12.1
1662026-03-20T16:57:55.582Z Downloaded clap_lex v1.0.0
1672026-03-20T16:57:55.593Z Downloaded thiserror v1.0.69
1682026-03-20T16:57:55.596Z Downloaded glob v0.3.3
1692026-03-20T16:57:55.600Z Downloaded pnet_sys v0.35.0
1702026-03-20T16:57:55.603Z Downloaded plain v0.2.3
1712026-03-20T16:57:55.605Z Downloaded usdt-attr-macro v0.5.0
1722026-03-20T16:57:55.606Z Downloaded tap v1.0.1
1732026-03-20T16:57:55.608Z Downloaded anstyle-parse v0.2.7
1742026-03-20T16:57:55.611Z Downloaded digest v0.10.7
1752026-03-20T16:57:55.611Z Downloaded version_check v0.9.5
1762026-03-20T16:57:55.614Z Downloaded anstyle v1.0.13
1772026-03-20T16:57:55.617Z Downloaded radium v0.7.0
1782026-03-20T16:57:55.619Z Downloaded num-integer v0.1.46
1792026-03-20T16:57:55.623Z Downloaded pnet_base v0.35.0
1802026-03-20T16:57:55.630Z Downloaded rand_chacha v0.9.0
1812026-03-20T16:57:55.633Z Downloaded ipnetwork v0.20.0
1822026-03-20T16:57:55.636Z Downloaded wyz v0.5.1
1832026-03-20T16:57:55.636Z Downloaded ucd-trie v0.1.7
1842026-03-20T16:57:55.639Z Downloaded quote v1.0.44
1852026-03-20T16:57:55.639Z Downloaded num-complex v0.4.6
1862026-03-20T16:57:55.644Z Downloaded zmij v1.0.21
1872026-03-20T16:57:55.659Z Downloaded sha2 v0.10.9
1882026-03-20T16:57:55.661Z Downloaded usdt-impl v0.5.0
1892026-03-20T16:57:55.664Z Downloaded thiserror-impl v1.0.69
1902026-03-20T16:57:55.664Z Downloaded no-std-net v0.6.0
1912026-03-20T16:57:55.667Z Downloaded tempfile v3.26.0
1922026-03-20T16:57:55.670Z Downloaded pnet_macros v0.35.0
1932026-03-20T16:57:55.670Z Downloaded colored v3.1.1
1942026-03-20T16:57:55.673Z Downloaded pnet_datalink v0.35.0
1952026-03-20T16:57:55.676Z Downloaded rand_core v0.9.5
1962026-03-20T16:57:55.679Z Downloaded pest_derive v2.8.6
1972026-03-20T16:57:55.682Z Downloaded once_cell v1.21.3
1982026-03-20T16:57:55.685Z Downloaded serde_core v1.0.228
1992026-03-20T16:57:55.689Z Downloaded anyhow v1.0.102
2002026-03-20T16:57:55.696Z Downloaded unicode-ident v1.0.24
2012026-03-20T16:57:55.707Z Downloaded pest_meta v2.8.6
2022026-03-20T16:57:55.710Z Downloaded log v0.4.29
2032026-03-20T16:57:55.713Z Downloaded num-traits v0.2.19
2042026-03-20T16:57:55.713Z Downloaded getrandom v0.3.4
2052026-03-20T16:57:55.716Z Downloaded clap v4.5.60
2062026-03-20T16:57:55.722Z Downloaded serde_derive v1.0.228
2072026-03-20T16:57:55.725Z Downloaded prettyplease v0.2.37
2082026-03-20T16:57:55.728Z Downloaded pnet v0.35.0
2092026-03-20T16:57:55.731Z Downloaded typenum v1.19.0
2102026-03-20T16:57:55.734Z Downloaded num-bigint v0.4.6
2112026-03-20T16:57:55.737Z Downloaded memchr v2.8.0
2122026-03-20T16:57:55.740Z Downloaded serde v1.0.228
2132026-03-20T16:57:55.748Z Downloaded rand v0.9.2
2142026-03-20T16:57:55.770Z Downloaded pest v2.8.6
2152026-03-20T16:57:55.783Z Downloaded regex v1.12.3
2162026-03-20T16:57:55.798Z Downloaded zerocopy v0.7.35
2172026-03-20T16:57:55.811Z Downloaded serde_json v1.0.149
2182026-03-20T16:57:55.815Z Downloaded goblin v0.8.2
2192026-03-20T16:57:55.819Z Downloaded clap_builder v4.5.60
2202026-03-20T16:57:55.849Z Downloaded zerocopy v0.8.39
2212026-03-20T16:57:55.864Z Downloaded syn v2.0.117
2222026-03-20T16:57:55.872Z Downloaded regex-syntax v0.8.9
2232026-03-20T16:57:55.881Z Downloaded rustix v1.1.4
2242026-03-20T16:57:55.905Z Downloaded regex-automata v0.4.14
2252026-03-20T16:57:55.921Z Downloaded libc v0.2.182
2262026-03-20T16:57:56.006Z Compiling proc-macro2 v1.0.106
2272026-03-20T16:57:56.010Z Compiling quote v1.0.44
2282026-03-20T16:57:56.010Z Compiling unicode-ident v1.0.24
2292026-03-20T16:57:56.010Z Compiling libc v0.2.182
2302026-03-20T16:57:56.010Z Compiling serde_core v1.0.228
2312026-03-20T16:57:56.010Z Compiling memchr v2.8.0
2322026-03-20T16:57:56.010Z Compiling serde v1.0.228
2332026-03-20T16:57:56.314Z Compiling zmij v1.0.21
2342026-03-20T16:57:56.580Z Compiling thiserror v1.0.69
2352026-03-20T16:57:56.599Z Compiling rustix v1.1.4
2362026-03-20T16:57:56.718Z Compiling ucd-trie v0.1.7
2372026-03-20T16:57:57.010Z Compiling pest v2.8.6
2382026-03-20T16:57:57.124Z Compiling serde_json v1.0.149
2392026-03-20T16:57:57.204Z Checking cfg-if v1.0.4
2402026-03-20T16:57:57.270Z Compiling autocfg v1.5.0
2412026-03-20T16:57:57.290Z Compiling version_check v0.9.5
2422026-03-20T16:57:57.598Z Checking syn v2.0.117
2432026-03-20T16:57:57.695Z Compiling prettyplease v0.2.37
2442026-03-20T16:57:57.734Z Compiling num-traits v0.2.19
2452026-03-20T16:57:57.750Z Compiling aho-corasick v1.1.4
2462026-03-20T16:57:57.990Z Compiling getrandom v0.3.4
2472026-03-20T16:57:58.018Z Compiling regex-syntax v0.8.9
2482026-03-20T16:57:58.605Z Compiling pest_meta v2.8.6
2492026-03-20T16:57:59.179Z Compiling byteorder v1.5.0
2502026-03-20T16:57:59.538Z Compiling itoa v1.0.17
2512026-03-20T16:57:59.780Z Compiling usdt-impl v0.5.0
2522026-03-20T16:57:59.787Z Checking colored v3.1.1
2532026-03-20T16:58:00.489Z Compiling regex-automata v0.4.14
2542026-03-20T16:58:00.492Z Checking num-integer v0.1.46
2552026-03-20T16:58:00.492Z Compiling thread-id v4.2.2
2562026-03-20T16:58:00.492Z Checking plain v0.2.3
2572026-03-20T16:58:00.492Z Checking log v0.4.29
2582026-03-20T16:58:00.758Z Compiling errno v0.3.14
2592026-03-20T16:58:00.917Z Compiling pest_generator v2.8.6
2602026-03-20T16:58:00.920Z Checking no-std-net v0.6.0
2612026-03-20T16:58:00.943Z Compiling radium v0.7.0
2622026-03-20T16:58:00.987Z Compiling bitflags v2.11.0
2632026-03-20T16:58:01.043Z Checking pretty-hex v0.4.1
2642026-03-20T16:58:01.273Z Checking pnet_base v0.35.0
2652026-03-20T16:58:01.603Z Compiling fastrand v2.3.0
2662026-03-20T16:58:01.904Z Compiling zerocopy v0.8.39
2672026-03-20T16:58:02.135Z Checking tap v1.0.1
2682026-03-20T16:58:02.250Z Compiling once_cell v1.21.3
2692026-03-20T16:58:02.350Z Checking wyz v0.5.1
2702026-03-20T16:58:02.402Z Compiling regex v1.12.3
2712026-03-20T16:58:02.498Z Compiling tempfile v3.26.0
2722026-03-20T16:58:02.776Z Checking num-iter v0.1.45
2732026-03-20T16:58:02.808Z Compiling serde_derive v1.0.228
2742026-03-20T16:58:02.897Z Compiling thiserror-impl v1.0.69
2752026-03-20T16:58:02.929Z Compiling zerocopy-derive v0.7.35
2762026-03-20T16:58:02.936Z Compiling pest_derive v2.8.6
2772026-03-20T16:58:03.274Z Compiling scroll_derive v0.12.1
2782026-03-20T16:58:03.525Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2792026-03-20T16:58:03.570Z Checking memmap v0.7.0
2802026-03-20T16:58:03.686Z Compiling anyhow v1.0.102
2812026-03-20T16:58:04.025Z Compiling zerocopy v0.7.35
2822026-03-20T16:58:04.138Z Checking funty v2.0.0
2832026-03-20T16:58:04.194Z Checking scroll v0.12.0
2842026-03-20T16:58:04.537Z Compiling dtrace-parser v0.2.0
2852026-03-20T16:58:04.568Z Checking goblin v0.8.2
2862026-03-20T16:58:04.777Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2872026-03-20T16:58:04.798Z Checking bitvec v1.0.1
2882026-03-20T16:58:05.118Z Compiling pnet_macros v0.35.0
2892026-03-20T16:58:05.421Z Checking pnet_macros_support v0.35.0
2902026-03-20T16:58:05.551Z Checking pnet_sys v0.35.0
2912026-03-20T16:58:05.685Z Checking utf8parse v0.2.2
2922026-03-20T16:58:05.796Z Checking anstyle-parse v0.2.7
2932026-03-20T16:58:06.640Z Checking pnet_packet v0.35.0
2942026-03-20T16:58:06.699Z Checking rand_core v0.9.5
2952026-03-20T16:58:06.769Z Compiling pnet v0.35.0
2962026-03-20T16:58:06.913Z Checking anstyle v1.0.13
2972026-03-20T16:58:06.933Z Checking is_terminal_polyfill v1.70.2
2982026-03-20T16:58:07.025Z Checking anstyle-query v1.1.5
2992026-03-20T16:58:07.031Z Checking colorchoice v1.0.4
3002026-03-20T16:58:07.065Z Checking num-bigint v0.4.6
3012026-03-20T16:58:07.121Z Checking num-complex v0.4.6
3022026-03-20T16:58:07.133Z Checking ipnetwork v0.20.0
3032026-03-20T16:58:07.137Z Checking anstream v0.6.21
3042026-03-20T16:58:07.266Z Compiling dof v0.3.0
3052026-03-20T16:58:07.347Z Compiling serde_tokenstream v0.2.3
3062026-03-20T16:58:07.375Z Checking pnet_datalink v0.35.0
3072026-03-20T16:58:07.632Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3082026-03-20T16:58:07.701Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3092026-03-20T16:58:07.715Z Checking clap_lex v1.0.0
3102026-03-20T16:58:07.886Z Compiling heck v0.5.0
3112026-03-20T16:58:07.936Z Checking strsim v0.11.1
3122026-03-20T16:58:08.126Z Checking clap_builder v4.5.60
3132026-03-20T16:58:08.141Z Compiling clap_derive v4.5.55
3142026-03-20T16:58:08.266Z Checking num-rational v0.4.2
3152026-03-20T16:58:08.287Z Compiling usdt-macro v0.5.0
3162026-03-20T16:58:08.362Z Compiling usdt-attr-macro v0.5.0
3172026-03-20T16:58:08.641Z Checking num v0.4.3
3182026-03-20T16:58:08.770Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3192026-03-20T16:58:08.859Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3202026-03-20T16:58:09.163Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3212026-03-20T16:58:09.272Z Checking usdt v0.5.0
3222026-03-20T16:58:09.416Z Checking pnet_transport v0.35.0
3232026-03-20T16:58:09.450Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3242026-03-20T16:58:09.529Z Checking ppv-lite86 v0.2.21
3252026-03-20T16:58:09.673Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3262026-03-20T16:58:09.911Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3272026-03-20T16:58:09.925Z Checking rand_chacha v0.9.0
3282026-03-20T16:58:10.137Z Checking rand v0.9.2
3292026-03-20T16:58:10.274Z Checking clap v4.5.60
3302026-03-20T16:58:10.346Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3312026-03-20T16:58:11.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.61s
3322026-03-20T16:58:11.590Z+ cargo clippy --all-targets -- --deny warnings
3332026-03-20T16:58:11.747Z Downloading crates ...
3342026-03-20T16:58:11.808Z Downloaded libloading v0.9.0
3352026-03-20T16:58:11.871Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3362026-03-20T16:58:11.891Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3372026-03-20T16:58:11.898Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3382026-03-20T16:58:11.903Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3392026-03-20T16:58:11.906Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3402026-03-20T16:58:11.906Z Checking libloading v0.9.0
3412026-03-20T16:58:12.219Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3422026-03-20T16:58:13.011Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3432026-03-20T16:58:14.338Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3442026-03-20T16:58:14.341Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3452026-03-20T16:58:15.587Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3462026-03-20T16:58:24.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.61s
3472026-03-20T16:58:24.291Z+ banner build
3482026-03-20T16:58:24.294Z
3492026-03-20T16:58:24.294Z ##### # # # # #####
3502026-03-20T16:58:24.294Z # # # # # # # #
3512026-03-20T16:58:24.294Z ##### # # # # # #
3522026-03-20T16:58:24.294Z # # # # # # # #
3532026-03-20T16:58:24.294Z # # # # # # # #
3542026-03-20T16:58:24.294Z ##### #### # ###### #####
3552026-03-20T16:58:24.294Z
3562026-03-20T16:58:24.294Z+ ptime -m cargo build
3572026-03-20T16:58:24.464Z Compiling unicode-ident v1.0.24
3582026-03-20T16:58:24.464Z Compiling memchr v2.8.0
3592026-03-20T16:58:24.467Z Compiling cfg-if v1.0.4
3602026-03-20T16:58:24.467Z Compiling regex-syntax v0.8.9
3612026-03-20T16:58:24.481Z Compiling libc v0.2.182
3622026-03-20T16:58:24.484Z Compiling serde_core v1.0.228
3632026-03-20T16:58:24.488Z Compiling ucd-trie v0.1.7
3642026-03-20T16:58:24.495Z Compiling zmij v1.0.21
3652026-03-20T16:58:24.541Z Compiling byteorder v1.5.0
3662026-03-20T16:58:24.613Z Compiling proc-macro2 v1.0.106
3672026-03-20T16:58:24.813Z Compiling itoa v1.0.17
3682026-03-20T16:58:24.835Z Compiling bitflags v2.11.0
3692026-03-20T16:58:24.842Z Compiling num-traits v0.2.19
3702026-03-20T16:58:24.979Z Compiling errno v0.3.14
3712026-03-20T16:58:25.023Z Compiling aho-corasick v1.1.4
3722026-03-20T16:58:25.108Z Compiling quote v1.0.44
3732026-03-20T16:58:25.140Z Compiling pest v2.8.6
3742026-03-20T16:58:25.381Z Compiling syn v2.0.117
3752026-03-20T16:58:25.483Z Compiling rustix v1.1.4
3762026-03-20T16:58:25.562Z Compiling once_cell v1.21.3
3772026-03-20T16:58:25.760Z Compiling fastrand v2.3.0
3782026-03-20T16:58:25.814Z Compiling thread-id v4.2.2
3792026-03-20T16:58:25.896Z Compiling colored v3.1.1
3802026-03-20T16:58:26.082Z Compiling getrandom v0.3.4
3812026-03-20T16:58:26.284Z Compiling num-integer v0.1.46
3822026-03-20T16:58:26.417Z Compiling log v0.4.29
3832026-03-20T16:58:26.644Z Compiling regex-automata v0.4.14
3842026-03-20T16:58:26.706Z Compiling pest_meta v2.8.6
3852026-03-20T16:58:26.726Z Compiling plain v0.2.3
3862026-03-20T16:58:26.842Z Compiling pretty-hex v0.4.1
3872026-03-20T16:58:26.911Z Compiling serde_json v1.0.149
3882026-03-20T16:58:26.993Z Compiling no-std-net v0.6.0
3892026-03-20T16:58:27.065Z Compiling pnet_base v0.35.0
3902026-03-20T16:58:27.250Z Compiling tap v1.0.1
3912026-03-20T16:58:27.263Z Compiling tempfile v3.26.0
3922026-03-20T16:58:27.369Z Compiling wyz v0.5.1
3932026-03-20T16:58:27.605Z Compiling radium v0.7.0
3942026-03-20T16:58:27.791Z Compiling num-iter v0.1.45
3952026-03-20T16:58:27.832Z Compiling memmap v0.7.0
3962026-03-20T16:58:27.862Z Compiling funty v2.0.0
3972026-03-20T16:58:27.915Z Compiling zerocopy v0.8.39
3982026-03-20T16:58:28.050Z Compiling pnet_macros_support v0.35.0
3992026-03-20T16:58:28.144Z Compiling pnet_sys v0.35.0
4002026-03-20T16:58:28.179Z Compiling utf8parse v0.2.2
4012026-03-20T16:58:28.295Z Compiling anstyle-parse v0.2.7
4022026-03-20T16:58:28.355Z Compiling bitvec v1.0.1
4032026-03-20T16:58:28.468Z Compiling anyhow v1.0.102
4042026-03-20T16:58:28.511Z Compiling rand_core v0.9.5
4052026-03-20T16:58:28.592Z Compiling pest_generator v2.8.6
4062026-03-20T16:58:28.775Z Compiling prettyplease v0.2.37
4072026-03-20T16:58:28.789Z Compiling is_terminal_polyfill v1.70.2
4082026-03-20T16:58:28.881Z Compiling colorchoice v1.0.4
4092026-03-20T16:58:28.977Z Compiling regex v1.12.3
4102026-03-20T16:58:29.003Z Compiling anstyle-query v1.1.5
4112026-03-20T16:58:29.115Z Compiling anstyle v1.0.13
4122026-03-20T16:58:29.383Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4132026-03-20T16:58:29.422Z Compiling anstream v0.6.21
4142026-03-20T16:58:29.583Z Compiling strsim v0.11.1
4152026-03-20T16:58:29.825Z Compiling clap_lex v1.0.0
4162026-03-20T16:58:30.082Z Compiling clap_builder v4.5.60
4172026-03-20T16:58:30.116Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4182026-03-20T16:58:30.286Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4192026-03-20T16:58:30.615Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4202026-03-20T16:58:31.500Z Compiling serde_derive v1.0.228
4212026-03-20T16:58:31.500Z Compiling thiserror-impl v1.0.69
4222026-03-20T16:58:31.503Z Compiling zerocopy-derive v0.7.35
4232026-03-20T16:58:31.515Z Compiling pest_derive v2.8.6
4242026-03-20T16:58:32.306Z Compiling scroll_derive v0.12.1
4252026-03-20T16:58:32.395Z Compiling pnet_macros v0.35.0
4262026-03-20T16:58:32.837Z Compiling zerocopy v0.7.35
4272026-03-20T16:58:32.990Z Compiling ppv-lite86 v0.2.21
4282026-03-20T16:58:32.995Z Compiling clap_derive v4.5.55
4292026-03-20T16:58:33.256Z Compiling thiserror v1.0.69
4302026-03-20T16:58:33.366Z Compiling dtrace-parser v0.2.0
4312026-03-20T16:58:33.406Z Compiling scroll v0.12.0
4322026-03-20T16:58:33.422Z Compiling rand_chacha v0.9.0
4332026-03-20T16:58:33.727Z Compiling goblin v0.8.2
4342026-03-20T16:58:33.973Z Compiling rand v0.9.2
4352026-03-20T16:58:34.390Z Compiling pnet_packet v0.35.0
4362026-03-20T16:58:34.936Z Compiling serde v1.0.228
4372026-03-20T16:58:35.255Z Compiling clap v4.5.60
4382026-03-20T16:58:35.311Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4392026-03-20T16:58:35.491Z Compiling serde_tokenstream v0.2.3
4402026-03-20T16:58:35.491Z Compiling dof v0.3.0
4412026-03-20T16:58:35.491Z Compiling num-bigint v0.4.6
4422026-03-20T16:58:35.496Z Compiling num-complex v0.4.6
4432026-03-20T16:58:35.608Z Compiling ipnetwork v0.20.0
4442026-03-20T16:58:35.836Z Compiling usdt-impl v0.5.0
4452026-03-20T16:58:35.951Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4462026-03-20T16:58:35.951Z Compiling pnet_datalink v0.35.0
4472026-03-20T16:58:36.453Z Compiling usdt-attr-macro v0.5.0
4482026-03-20T16:58:36.496Z Compiling usdt-macro v0.5.0
4492026-03-20T16:58:36.861Z Compiling num-rational v0.4.2
4502026-03-20T16:58:37.633Z Compiling num v0.4.3
4512026-03-20T16:58:37.656Z Compiling pnet_transport v0.35.0
4522026-03-20T16:58:37.822Z Compiling pnet v0.35.0
4532026-03-20T16:58:38.308Z Compiling usdt v0.5.0
4542026-03-20T16:58:38.469Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4552026-03-20T16:58:38.932Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4562026-03-20T16:58:39.086Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4572026-03-20T16:58:39.089Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4582026-03-20T16:58:39.255Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4592026-03-20T16:58:43.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.69s
4602026-03-20T16:58:43.027Z
4612026-03-20T16:58:43.030Zreal 18.720968002
4622026-03-20T16:58:43.030Zuser 1:42.222775128
4632026-03-20T16:58:43.030Zsys 15.002757265
4642026-03-20T16:58:43.030Ztrap 0.058591728
4652026-03-20T16:58:43.030Ztflt 0.042154964
4662026-03-20T16:58:43.030Zdflt 0.110582576
4672026-03-20T16:58:43.030Zkflt 0.000019473
4682026-03-20T16:58:43.030Zlock 4:09.768731568
4692026-03-20T16:58:43.030Zslp 6:44.889037434
4702026-03-20T16:58:43.030Zlat 4.045350410
4712026-03-20T16:58:43.030Zstop 5.641062224
4722026-03-20T16:58:43.030Z+ ptime -m cargo build --release
4732026-03-20T16:58:43.132Z Compiling proc-macro2 v1.0.106
4742026-03-20T16:58:43.132Z Compiling quote v1.0.44
4752026-03-20T16:58:43.135Z Compiling unicode-ident v1.0.24
4762026-03-20T16:58:43.135Z Compiling libc v0.2.182
4772026-03-20T16:58:43.135Z Compiling serde_core v1.0.228
4782026-03-20T16:58:43.135Z Compiling memchr v2.8.0
4792026-03-20T16:58:43.135Z Compiling serde v1.0.228
4802026-03-20T16:58:43.270Z Compiling zmij v1.0.21
4812026-03-20T16:58:43.526Z Compiling thiserror v1.0.69
4822026-03-20T16:58:43.601Z Compiling ucd-trie v0.1.7
4832026-03-20T16:58:43.863Z Compiling rustix v1.1.4
4842026-03-20T16:58:43.886Z Compiling serde_json v1.0.149
4852026-03-20T16:58:43.911Z Compiling pest v2.8.6
4862026-03-20T16:58:44.176Z Compiling aho-corasick v1.1.4
4872026-03-20T16:58:44.344Z Compiling prettyplease v0.2.37
4882026-03-20T16:58:44.641Z Compiling autocfg v1.5.0
4892026-03-20T16:58:44.645Z Compiling regex-syntax v0.8.9
4902026-03-20T16:58:44.778Z Compiling version_check v0.9.5
4912026-03-20T16:58:44.903Z Compiling syn v2.0.117
4922026-03-20T16:58:45.076Z Compiling num-traits v0.2.19
4932026-03-20T16:58:45.358Z Compiling pest_meta v2.8.6
4942026-03-20T16:58:46.704Z Compiling regex-automata v0.4.14
4952026-03-20T16:58:46.804Z Compiling getrandom v0.3.4
4962026-03-20T16:58:47.224Z Compiling itoa v1.0.17
4972026-03-20T16:58:47.227Z Compiling byteorder v1.5.0
4982026-03-20T16:58:47.512Z Compiling usdt-impl v0.5.0
4992026-03-20T16:58:47.820Z Compiling cfg-if v1.0.4
5002026-03-20T16:58:48.117Z Compiling num-integer v0.1.46
5012026-03-20T16:58:48.243Z Compiling pest_generator v2.8.6
5022026-03-20T16:58:48.312Z Compiling thread-id v4.2.2
5032026-03-20T16:58:48.371Z Compiling errno v0.3.14
5042026-03-20T16:58:48.392Z Compiling plain v0.2.3
5052026-03-20T16:58:48.529Z Compiling log v0.4.29
5062026-03-20T16:58:48.706Z Compiling bitflags v2.11.0
5072026-03-20T16:58:49.025Z Compiling regex v1.12.3
5082026-03-20T16:58:49.570Z Compiling fastrand v2.3.0
5092026-03-20T16:58:49.726Z Compiling radium v0.7.0
5102026-03-20T16:58:49.857Z Compiling once_cell v1.21.3
5112026-03-20T16:58:49.986Z Compiling serde_derive v1.0.228
5122026-03-20T16:58:50.071Z Compiling thiserror-impl v1.0.69
5132026-03-20T16:58:50.098Z Compiling zerocopy-derive v0.7.35
5142026-03-20T16:58:50.180Z Compiling pest_derive v2.8.6
5152026-03-20T16:58:50.283Z Compiling scroll_derive v0.12.1
5162026-03-20T16:58:50.824Z Compiling colored v3.1.1
5172026-03-20T16:58:51.263Z Compiling scroll v0.12.0
5182026-03-20T16:58:51.266Z Compiling pretty-hex v0.4.1
5192026-03-20T16:58:51.271Z Compiling zerocopy v0.7.35
5202026-03-20T16:58:51.653Z Compiling goblin v0.8.2
5212026-03-20T16:58:51.784Z Compiling dtrace-parser v0.2.0
5222026-03-20T16:58:52.070Z Compiling no-std-net v0.6.0
5232026-03-20T16:58:52.145Z Compiling pnet_base v0.35.0
5242026-03-20T16:58:52.320Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5252026-03-20T16:58:52.395Z Compiling tempfile v3.26.0
5262026-03-20T16:58:52.689Z Compiling tap v1.0.1
5272026-03-20T16:58:52.814Z Compiling zerocopy v0.8.39
5282026-03-20T16:58:52.814Z Compiling wyz v0.5.1
5292026-03-20T16:58:53.348Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5302026-03-20T16:58:53.380Z Compiling num-iter v0.1.45
5312026-03-20T16:58:53.512Z Compiling memmap v0.7.0
5322026-03-20T16:58:53.516Z Compiling anyhow v1.0.102
5332026-03-20T16:58:53.898Z Compiling funty v2.0.0
5342026-03-20T16:58:54.462Z Compiling serde_tokenstream v0.2.3
5352026-03-20T16:58:54.597Z Compiling dof v0.3.0
5362026-03-20T16:58:54.838Z Compiling num-bigint v0.4.6
5372026-03-20T16:58:55.059Z Compiling num-complex v0.4.6
5382026-03-20T16:58:55.189Z Compiling bitvec v1.0.1
5392026-03-20T16:58:55.598Z Compiling usdt-attr-macro v0.5.0
5402026-03-20T16:58:55.755Z Compiling usdt-macro v0.5.0
5412026-03-20T16:58:56.530Z Compiling num-rational v0.4.2
5422026-03-20T16:58:58.133Z Compiling usdt v0.5.0
5432026-03-20T16:58:58.161Z Compiling num v0.4.3
5442026-03-20T16:58:58.241Z Compiling pnet_macros_support v0.35.0
5452026-03-20T16:58:58.386Z Compiling pnet_macros v0.35.0
5462026-03-20T16:58:58.791Z Compiling pnet_sys v0.35.0
5472026-03-20T16:58:59.005Z Compiling utf8parse v0.2.2
5482026-03-20T16:58:59.124Z Compiling anstyle-parse v0.2.7
5492026-03-20T16:58:59.387Z Compiling ppv-lite86 v0.2.21
5502026-03-20T16:58:59.507Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5512026-03-20T16:58:59.848Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5522026-03-20T16:58:59.867Z Compiling pnet_packet v0.35.0
5532026-03-20T16:59:00.790Z Compiling ipnetwork v0.20.0
5542026-03-20T16:59:01.758Z Compiling rand_core v0.9.5
5552026-03-20T16:59:02.520Z Compiling pnet v0.35.0
5562026-03-20T16:59:02.793Z Compiling anstyle-query v1.1.5
5572026-03-20T16:59:02.857Z Compiling colorchoice v1.0.4
5582026-03-20T16:59:02.908Z Compiling is_terminal_polyfill v1.70.2
5592026-03-20T16:59:02.988Z Compiling anstyle v1.0.13
5602026-03-20T16:59:03.314Z Compiling anstream v0.6.21
5612026-03-20T16:59:03.935Z Compiling pnet_transport v0.35.0
5622026-03-20T16:59:04.226Z Compiling rand_chacha v0.9.0
5632026-03-20T16:59:04.885Z Compiling pnet_datalink v0.35.0
5642026-03-20T16:59:04.941Z Compiling clap_lex v1.0.0
5652026-03-20T16:59:05.371Z Compiling heck v0.5.0
5662026-03-20T16:59:05.930Z Compiling strsim v0.11.1
5672026-03-20T16:59:06.091Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5682026-03-20T16:59:06.405Z Compiling clap_builder v4.5.60
5692026-03-20T16:59:06.606Z Compiling clap_derive v4.5.55
5702026-03-20T16:59:07.625Z Compiling rand v0.9.2
5712026-03-20T16:59:08.387Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5722026-03-20T16:59:08.562Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5732026-03-20T16:59:08.915Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5742026-03-20T16:59:09.216Z Compiling clap v4.5.60
5752026-03-20T16:59:09.310Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5762026-03-20T16:59:13.490Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5772026-03-20T16:59:15.072Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5782026-03-20T16:59:24.951Z Finished `release` profile [optimized] target(s) in 41.90s
5792026-03-20T16:59:24.975Z
5802026-03-20T16:59:24.978Zreal 41.931501427
5812026-03-20T16:59:24.978Zuser 4:19.865414009
5822026-03-20T16:59:24.978Zsys 22.265774619
5832026-03-20T16:59:24.978Ztrap 0.142969721
5842026-03-20T16:59:24.978Ztflt 0.175936116
5852026-03-20T16:59:24.978Zdflt 0.201728345
5862026-03-20T16:59:24.978Zkflt 0.000023665
5872026-03-20T16:59:24.978Zlock 13:41.441319821
5882026-03-20T16:59:24.978Zslp 16:35.165258785
5892026-03-20T16:59:24.978Zlat 16.133120261
5902026-03-20T16:59:24.978Zstop 11.118500075
5912026-03-20T16:59:24.979Z+ for x in debug release
5922026-03-20T16:59:24.979Z+ mkdir -p /work/debug
5932026-03-20T16:59:24.979Z+ cp target/debug/x4c /work/debug/
5942026-03-20T16:59:25.009Z+ cp target/debug/libsidecar_lite.so /work/debug/
5952026-03-20T16:59:25.048Z+ for x in debug release
5962026-03-20T16:59:25.048Z+ mkdir -p /work/release
5972026-03-20T16:59:25.051Z+ cp target/release/x4c /work/release/
5982026-03-20T16:59:25.060Z+ cp target/release/libsidecar_lite.so /work/release/
5992026-03-20T16:59:25.073Z+ banner test
6002026-03-20T16:59:25.076Z
6012026-03-20T16:59:25.076Z ##### ###### #### #####
6022026-03-20T16:59:25.076Z # # # #
6032026-03-20T16:59:25.076Z # ##### #### #
6042026-03-20T16:59:25.076Z # # # #
6052026-03-20T16:59:25.076Z # # # # #
6062026-03-20T16:59:25.076Z # ###### #### #
6072026-03-20T16:59:25.076Z
6082026-03-20T16:59:25.076Z+ cargo test
6092026-03-20T16:59:25.168Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6102026-03-20T16:59:25.186Z Compiling libloading v0.9.0
6112026-03-20T16:59:25.190Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6122026-03-20T16:59:25.190Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6132026-03-20T16:59:25.193Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6142026-03-20T16:59:25.196Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6152026-03-20T16:59:25.438Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6162026-03-20T16:59:26.615Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6172026-03-20T16:59:26.615Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6182026-03-20T16:59:26.620Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6192026-03-20T16:59:26.978Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6202026-03-20T16:59:37.898Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.81s
6212026-03-20T16:59:37.916Z Running unittests src/lib.rs (target/debug/deps/p4-8052cf7e4697e3cd)
6222026-03-20T16:59:37.920Z
6232026-03-20T16:59:37.920Zrunning 2 tests
6242026-03-20T16:59:37.920Ztest hlir::test::slice_assign_clean ... ok
6252026-03-20T16:59:37.920Ztest hlir::test::slice_read_clean ... ok
6262026-03-20T16:59:37.920Z
6272026-03-20T16:59:37.920Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6282026-03-20T16:59:37.920Z
6292026-03-20T16:59:37.920Z Running unittests src/lib.rs (target/debug/deps/p4_macro-75e55cecca31d63a)
6302026-03-20T16:59:37.924Z
6312026-03-20T16:59:37.924Zrunning 0 tests
6322026-03-20T16:59:37.924Z
6332026-03-20T16:59:37.924Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6342026-03-20T16:59:37.924Z
6352026-03-20T16:59:37.924Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-82425ed9e517ab72)
6362026-03-20T16:59:37.928Z
6372026-03-20T16:59:37.928Zrunning 0 tests
6382026-03-20T16:59:37.928Z
6392026-03-20T16:59:37.928Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6402026-03-20T16:59:37.928Z
6412026-03-20T16:59:37.928Z Running unittests src/lib.rs (target/debug/deps/p4_rust-540329e1d59283c5)
6422026-03-20T16:59:37.932Z
6432026-03-20T16:59:37.932Zrunning 11 tests
6442026-03-20T16:59:37.933Ztest expression::test::slice_128bit_top_byte ... ok
6452026-03-20T16:59:37.933Ztest expression::test::slice_16bit_low_byte ... ok
6462026-03-20T16:59:37.933Ztest expression::test::slice_128bit_top_two_bytes ... ok
6472026-03-20T16:59:37.933Ztest expression::test::slice_16bit_top_nibble ... ok
6482026-03-20T16:59:37.933Ztest expression::test::slice_32bit_bottom_nibble ... ok
6492026-03-20T16:59:37.933Ztest expression::test::slice_32bit_bottom_two_bytes ... ok
6502026-03-20T16:59:37.933Ztest expression::test::slice_32bit_middle_byte ... ok
6512026-03-20T16:59:37.933Ztest expression::test::slice_32bit_top_nibble ... ok
6522026-03-20T16:59:37.933Ztest expression::test::slice_32bit_top_three_bytes ... ok
6532026-03-20T16:59:37.933Ztest expression::test::slice_48bit_upper_24 ... ok
6542026-03-20T16:59:37.933Ztest expression::test::slice_non_contiguous_returns_none ... ok
6552026-03-20T16:59:37.933Z
6562026-03-20T16:59:37.933Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6572026-03-20T16:59:37.934Z
6582026-03-20T16:59:37.934Z Running unittests src/lib.rs (target/debug/deps/p4rs-3be131a98aea6b61)
6592026-03-20T16:59:37.934Z
6602026-03-20T16:59:37.934Zrunning 14 tests
6612026-03-20T16:59:37.934Ztest bitmath::tests::bitmath_add_cascade ... ok
6622026-03-20T16:59:37.934Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6632026-03-20T16:59:37.934Ztest bitmath::tests::bitmath_add_le ... ok
6642026-03-20T16:59:37.934Ztest bitmath::tests::bitmath_add_be ... ok
6652026-03-20T16:59:37.934Ztest bitmath::tests::bitmath_add_nest ... ok
6662026-03-20T16:59:37.934Ztest bitmath::tests::bitmath_mod ... ok
6672026-03-20T16:59:37.934Ztest bitmath::tests::bitmath_sub_le ... ok
6682026-03-20T16:59:37.934Ztest bitmath::tests::bitmath_sub_be ... ok
6692026-03-20T16:59:37.934Ztest checksum::tests::udp_checksum ... ok
6702026-03-20T16:59:37.934Ztest table::tests::match_lpm_ternary_1 ... ok
6712026-03-20T16:59:37.935Ztest table::tests::match_lpm_ternary_range ... ok
6722026-03-20T16:59:37.935Ztest table::tests::match_ternary_1 ... ok
6732026-03-20T16:59:37.935Ztest table::tests::match_lpm_1 ... ok
6742026-03-20T16:59:37.935Ztest table::tests::match_with_action ... ok
6752026-03-20T16:59:37.935Z
6762026-03-20T16:59:37.935Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6772026-03-20T16:59:37.935Z
6782026-03-20T16:59:37.940Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-1c29630cbe5fc1c3)
6792026-03-20T16:59:37.940Z
6802026-03-20T16:59:37.940Zrunning 0 tests
6812026-03-20T16:59:37.941Z
6822026-03-20T16:59:37.941Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6832026-03-20T16:59:37.941Z
6842026-03-20T16:59:37.941Z Running unittests src/lib.rs (target/debug/deps/tests-00ae874c2aab84e0)
6852026-03-20T16:59:37.941Z
6862026-03-20T16:59:37.941Zrunning 25 tests
6872026-03-20T16:59:37.945Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6882026-03-20T16:59:37.945Ztest headers::ipv6_header_read_write ... ok
6892026-03-20T16:59:37.945Ztest dload::pipeline_create ... ok
6902026-03-20T16:59:37.945Ztest ipv6::test_ipv6_parse ... ok
6912026-03-20T16:59:37.945Ztest dload::dynamic_load ... ok
6922026-03-20T16:59:37.950Ztest arithmetic::arithmetic ... ok
6932026-03-20T16:59:37.953Ztest decap::geneve_decap ... ok
6942026-03-20T16:59:37.953Ztest basic_router::basic_router2 ... ok
6952026-03-20T16:59:37.953Ztest hub::hub2 ... ok
6962026-03-20T16:59:37.953Ztest disag_router::disag_router ... ok
6972026-03-20T16:59:37.953Ztest mcast::mcast_group_lifecycle ... ok
6982026-03-20T16:59:37.958Ztest dynamic_router::dynamic_router2 ... ok
6992026-03-20T16:59:37.972Ztest mcast::mcast_no_self_replication ... ok
7002026-03-20T16:59:37.972Ztest mcast::mcast_bifurcated ... ok
7012026-03-20T16:59:37.978Ztest mcast::mcast_ingress_in_both_groups ... ok
7022026-03-20T16:59:37.983Ztest mcast::mcast_empty_group ... ok
7032026-03-20T16:59:37.993Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
7042026-03-20T16:59:37.993Ztest slice_assign::slice_assign_mcast_mac ... ok
7052026-03-20T16:59:37.993Ztest range::range ... ok
7062026-03-20T16:59:37.993Ztest slice_read::slice_read_top_nibble ... ok
7072026-03-20T16:59:38.006Ztest mcast::mcast_group_a ... ok
7082026-03-20T16:59:38.007Ztest vlan::test_vlan_parse ... ok
7092026-03-20T16:59:38.017Ztest mcast::mcast_group_b ... ok
7102026-03-20T16:59:38.017Ztest mac_rewrite::mac_rewrite2 ... ok
7112026-03-20T16:59:38.017Ztest mcast::mcast_precedence_over_broadcast ... ok
7122026-03-20T16:59:38.017Z
7132026-03-20T16:59:38.018Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
7142026-03-20T16:59:38.018Z
7152026-03-20T16:59:38.037Z Running unittests src/lib.rs (target/debug/deps/x4c-57f252a817fcd4d2)
7162026-03-20T16:59:38.042Z
7172026-03-20T16:59:38.042Zrunning 0 tests
7182026-03-20T16:59:38.042Z
7192026-03-20T16:59:38.043Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7202026-03-20T16:59:38.043Z
7212026-03-20T16:59:38.043Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-fd671a49c17d8426)
7222026-03-20T16:59:38.043Z
7232026-03-20T16:59:38.043Zrunning 0 tests
7242026-03-20T16:59:38.043Z
7252026-03-20T16:59:38.043Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7262026-03-20T16:59:38.043Z
7272026-03-20T16:59:38.043Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-306a4d70f984852b)
7282026-03-20T16:59:38.048Z
7292026-03-20T16:59:38.048Zrunning 0 tests
7302026-03-20T16:59:38.048Z
7312026-03-20T16:59:38.048Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7322026-03-20T16:59:38.048Z
7332026-03-20T16:59:38.048Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-f6e6acf5a53006a4)
7342026-03-20T16:59:38.048Z
7352026-03-20T16:59:38.048Zrunning 0 tests
7362026-03-20T16:59:38.048Z
7372026-03-20T16:59:38.048Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7382026-03-20T16:59:38.048Z
7392026-03-20T16:59:38.048Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7402026-03-20T16:59:38.052Z
7412026-03-20T16:59:38.052Zrunning 0 tests
7422026-03-20T16:59:38.052Z
7432026-03-20T16:59:38.052Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7442026-03-20T16:59:38.052Z
7452026-03-20T16:59:38.052Z Doc-tests p4
7462026-03-20T16:59:38.168Z
7472026-03-20T16:59:38.168Zrunning 0 tests
7482026-03-20T16:59:38.168Z
7492026-03-20T16:59:38.168Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7502026-03-20T16:59:38.168Z
7512026-03-20T16:59:38.179Z Doc-tests p4_macro
7522026-03-20T16:59:38.237Z
7532026-03-20T16:59:38.237Zrunning 2 tests
7542026-03-20T16:59:38.243Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7552026-03-20T16:59:38.243Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7562026-03-20T16:59:38.243Z
7572026-03-20T16:59:38.243Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7582026-03-20T16:59:38.243Z
7592026-03-20T16:59:38.243Z Doc-tests p4_rust
7602026-03-20T16:59:38.485Z
7612026-03-20T16:59:38.485Zrunning 0 tests
7622026-03-20T16:59:38.485Z
7632026-03-20T16:59:38.485Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7642026-03-20T16:59:38.485Z
7652026-03-20T16:59:38.502Z Doc-tests p4rs
7662026-03-20T16:59:38.607Z
7672026-03-20T16:59:38.608Zrunning 1 test
7682026-03-20T16:59:39.650Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7692026-03-20T16:59:39.650Z
7702026-03-20T16:59:39.650Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.04s
7712026-03-20T16:59:39.650Z
7722026-03-20T16:59:39.660Z Doc-tests tests
7732026-03-20T16:59:39.739Z
7742026-03-20T16:59:39.739Zrunning 0 tests
7752026-03-20T16:59:39.739Z
7762026-03-20T16:59:39.739Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7772026-03-20T16:59:39.739Z
7782026-03-20T16:59:39.748Z Doc-tests x4c
7792026-03-20T16:59:39.804Z
7802026-03-20T16:59:39.804Zrunning 0 tests
7812026-03-20T16:59:39.804Z
7822026-03-20T16:59:39.804Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7832026-03-20T16:59:39.804Z
7842026-03-20T16:59:39.811Z Doc-tests x4c_error_codes
7852026-03-20T16:59:39.846Z
7862026-03-20T16:59:39.846Zrunning 0 tests
7872026-03-20T16:59:39.846Z
7882026-03-20T16:59:39.846Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7892026-03-20T16:59:39.846Z
7902026-03-20T16:59:39.860Z+ pushd test
7912026-03-20T16:59:39.865Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7922026-03-20T16:59:39.865Z+ banner 'mac rewr'
7932026-03-20T16:59:39.865Z
7942026-03-20T16:59:39.865Z # # ## #### ##### ###### # # #####
7952026-03-20T16:59:39.866Z ## ## # # # # # # # # # # #
7962026-03-20T16:59:39.866Z # ## # # # # # # ##### # # # #
7972026-03-20T16:59:39.866Z # # ###### # ##### # # ## # #####
7982026-03-20T16:59:39.866Z # # # # # # # # # ## ## # #
7992026-03-20T16:59:39.866Z # # # # #### # # ###### # # # #
8002026-03-20T16:59:39.866Z
8012026-03-20T16:59:39.866Z+ RUST_BACKTRACE=1
8022026-03-20T16:59:39.866Z+ cargo test mac_rewrite -- --nocapture
8032026-03-20T16:59:39.999Z Compiling aho-corasick v1.1.4
8042026-03-20T16:59:40.014Z Compiling rustix v1.1.4
8052026-03-20T16:59:40.018Z Compiling errno v0.3.14
8062026-03-20T16:59:40.021Z Compiling prettyplease v0.2.37
8072026-03-20T16:59:40.987Z Compiling regex-automata v0.4.14
8082026-03-20T16:59:41.030Z Compiling tempfile v3.26.0
8092026-03-20T16:59:43.018Z Compiling regex v1.12.3
8102026-03-20T16:59:43.368Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
8112026-03-20T16:59:43.457Z Compiling pnet_macros v0.35.0
8122026-03-20T16:59:44.367Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
8132026-03-20T16:59:44.711Z Compiling pnet_packet v0.35.0
8142026-03-20T16:59:45.568Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
8152026-03-20T16:59:47.449Z Compiling pnet_transport v0.35.0
8162026-03-20T16:59:47.600Z Compiling pnet v0.35.0
8172026-03-20T16:59:47.727Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8182026-03-20T16:59:58.563Z Finished `test` profile [unoptimized + debuginfo] target(s) in 18.67s
8192026-03-20T16:59:58.577Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-054196f8f35a45df)
8202026-03-20T16:59:58.580Z
8212026-03-20T16:59:58.580Zrunning 1 test
8222026-03-20T16:59:58.586Z[phy2] do you know the muffin man?
8232026-03-20T16:59:58.591Z[cpu] the muffin man?
8242026-03-20T16:59:58.591Z[cpu] the muffin man!
8252026-03-20T16:59:58.591Z[cpu] why yes
8262026-03-20T16:59:58.591Z[phy1] i know the muffin man
8272026-03-20T16:59:58.591Z[phy3] the muffin man is me!!!
8282026-03-20T16:59:58.591Ztest mac_rewrite::mac_rewrite2 ... ok
8292026-03-20T16:59:58.591Z
8302026-03-20T16:59:58.591Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 24 filtered out; finished in 0.01s
8312026-03-20T16:59:58.591Z
8322026-03-20T16:59:58.596Z+ banner 'dyn load'
8332026-03-20T16:59:58.599Z
8342026-03-20T16:59:58.599Z ##### # # # # # #### ## #####
8352026-03-20T16:59:58.599Z # # # # ## # # # # # # # #
8362026-03-20T16:59:58.599Z # # # # # # # # # # # # #
8372026-03-20T16:59:58.599Z # # # # # # # # # ###### # #
8382026-03-20T16:59:58.599Z # # # # ## # # # # # # #
8392026-03-20T16:59:58.599Z ##### # # # ###### #### # # #####
8402026-03-20T16:59:58.599Z
8412026-03-20T16:59:58.599Z+ RUST_BACKTRACE=1
8422026-03-20T16:59:58.599Z+ cargo test dload -- --nocapture
8432026-03-20T16:59:58.715Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
8442026-03-20T16:59:58.718Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-054196f8f35a45df)
8452026-03-20T16:59:58.721Z
8462026-03-20T16:59:58.721Zrunning 2 tests
8472026-03-20T16:59:58.726Ztest dload::pipeline_create ... ok
8482026-03-20T16:59:58.730Ztest dload::dynamic_load ... ok
8492026-03-20T16:59:58.730Z
8502026-03-20T16:59:58.730Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 23 filtered out; finished in 0.01s
8512026-03-20T16:59:58.730Z
8522026-03-20T16:59:58.736Z+ banner disag
8532026-03-20T16:59:58.740Z
8542026-03-20T16:59:58.740Z ##### # #### ## ####
8552026-03-20T16:59:58.740Z # # # # # # # #
8562026-03-20T16:59:58.740Z # # # #### # # #
8572026-03-20T16:59:58.740Z # # # # ###### # ###
8582026-03-20T16:59:58.740Z # # # # # # # # #
8592026-03-20T16:59:58.741Z ##### # #### # # ####
8602026-03-20T16:59:58.741Z
8612026-03-20T16:59:58.741Z+ RUST_BACKTRACE=1
8622026-03-20T16:59:58.741Z+ cargo test disag_router -- --nocapture
8632026-03-20T16:59:58.857Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
8642026-03-20T16:59:58.864Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-054196f8f35a45df)
8652026-03-20T16:59:58.864Z
8662026-03-20T16:59:58.864Zrunning 1 test
8672026-03-20T16:59:58.868Z[phy2] do you know the muffin man?
8682026-03-20T16:59:58.874Z[cpu] the muffin man?
8692026-03-20T16:59:58.874Z[cpu] the muffin man!
8702026-03-20T16:59:58.874Z[cpu] why yes
8712026-03-20T16:59:58.874Z[phy1] i know the muffin man
8722026-03-20T16:59:58.874Z[phy3] the muffin man is me!!!
8732026-03-20T16:59:58.874Ztest disag_router::disag_router ... ok
8742026-03-20T16:59:58.874Z
8752026-03-20T16:59:58.874Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 24 filtered out; finished in 0.01s
8762026-03-20T16:59:58.874Z
8772026-03-20T16:59:58.878Z+ banner 'dyn rtr'
8782026-03-20T16:59:58.882Z
8792026-03-20T16:59:58.882Z ##### # # # # ##### ##### #####
8802026-03-20T16:59:58.882Z # # # # ## # # # # # #
8812026-03-20T16:59:58.882Z # # # # # # # # # # #
8822026-03-20T16:59:58.882Z # # # # # # ##### # #####
8832026-03-20T16:59:58.882Z # # # # ## # # # # #
8842026-03-20T16:59:58.882Z ##### # # # # # # # #
8852026-03-20T16:59:58.882Z
8862026-03-20T16:59:58.882Z+ RUST_BACKTRACE=1
8872026-03-20T16:59:58.882Z+ cargo test dynamic_router -- --nocapture
8882026-03-20T16:59:59.000Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
8892026-03-20T16:59:59.004Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-054196f8f35a45df)
8902026-03-20T16:59:59.007Z
8912026-03-20T16:59:59.007Zrunning 1 test
8922026-03-20T16:59:59.014Z[phy2] do you know the muffin man?
8932026-03-20T16:59:59.017Z[cpu] the muffin man?
8942026-03-20T16:59:59.017Z[cpu] the muffin man!
8952026-03-20T16:59:59.017Z[cpu] why yes
8962026-03-20T16:59:59.017Z[phy1] i know the muffin man
8972026-03-20T16:59:59.017Z[phy3] the muffin man is me!!!
8982026-03-20T16:59:59.017Ztest dynamic_router::dynamic_router2 ... ok
8992026-03-20T16:59:59.017Z
9002026-03-20T16:59:59.017Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 24 filtered out; finished in 0.01s
9012026-03-20T16:59:59.017Z
9022026-03-20T16:59:59.023Z+ banner hub
9032026-03-20T16:59:59.027Z
9042026-03-20T16:59:59.027Z # # # # #####
9052026-03-20T16:59:59.027Z # # # # # #
9062026-03-20T16:59:59.027Z ###### # # #####
9072026-03-20T16:59:59.027Z # # # # # #
9082026-03-20T16:59:59.027Z # # # # # #
9092026-03-20T16:59:59.027Z # # #### #####
9102026-03-20T16:59:59.027Z
9112026-03-20T16:59:59.027Z+ RUST_BACKTRACE=1
9122026-03-20T16:59:59.027Z+ cargo test hub -- --nocapture
9132026-03-20T16:59:59.141Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
9142026-03-20T16:59:59.145Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-054196f8f35a45df)
9152026-03-20T16:59:59.150Z
9162026-03-20T16:59:59.150Zrunning 1 test
9172026-03-20T16:59:59.156Z[phy2] do you know the muffin man?
9182026-03-20T16:59:59.156Z[phy3] do you know the muffin man?
9192026-03-20T16:59:59.160Z[phy1] the muffin man?
9202026-03-20T16:59:59.161Z[phy3] the muffin man?
9212026-03-20T16:59:59.161Z[phy2] the muffin man!
9222026-03-20T16:59:59.161Z[phy3] the muffin man!
9232026-03-20T16:59:59.161Z[phy1] why yes
9242026-03-20T16:59:59.161Z[phy1] i know the muffin man
9252026-03-20T16:59:59.161Z[phy1] the muffin man is me!!!
9262026-03-20T16:59:59.161Z[phy3] why yes
9272026-03-20T16:59:59.161Z[phy3] i know the muffin man
9282026-03-20T16:59:59.161Z[phy3] the muffin man is me!!!
9292026-03-20T16:59:59.161Ztest hub::hub2 ... ok
9302026-03-20T16:59:59.161Z
9312026-03-20T16:59:59.162Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 24 filtered out; finished in 0.01s
9322026-03-20T16:59:59.162Z
9332026-03-20T16:59:59.168Z+ banner router
9342026-03-20T16:59:59.172Z
9352026-03-20T16:59:59.172Z ##### #### # # ##### ###### #####
9362026-03-20T16:59:59.172Z # # # # # # # # # #
9372026-03-20T16:59:59.172Z # # # # # # # ##### # #
9382026-03-20T16:59:59.172Z ##### # # # # # # #####
9392026-03-20T16:59:59.172Z # # # # # # # # # #
9402026-03-20T16:59:59.172Z # # #### #### # ###### # #
9412026-03-20T16:59:59.172Z
9422026-03-20T16:59:59.172Z+ RUST_BACKTRACE=1
9432026-03-20T16:59:59.172Z+ cargo test basic_router -- --nocapture
9442026-03-20T16:59:59.291Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
9452026-03-20T16:59:59.294Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-054196f8f35a45df)
9462026-03-20T16:59:59.297Z
9472026-03-20T16:59:59.297Zrunning 1 test
9482026-03-20T16:59:59.302Z[phy2] do you know the muffin man?
9492026-03-20T16:59:59.305Z[phy1] the muffin man?
9502026-03-20T16:59:59.305Z[phy2] the muffin man!
9512026-03-20T16:59:59.306Z[phy1] why yes
9522026-03-20T16:59:59.306Z[phy1] i know the muffin man
9532026-03-20T16:59:59.306Z[phy1] the muffin man is me!!!
9542026-03-20T16:59:59.306Ztest basic_router::basic_router2 ... ok
9552026-03-20T16:59:59.306Z
9562026-03-20T16:59:59.306Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 24 filtered out; finished in 0.01s
9572026-03-20T16:59:59.306Z
9582026-03-20T16:59:59.312Z+ banner headers
9592026-03-20T16:59:59.315Z
9602026-03-20T16:59:59.315Z # # ###### ## ##### ###### ##### ####
9612026-03-20T16:59:59.315Z # # # # # # # # # # #
9622026-03-20T16:59:59.315Z ###### ##### # # # # ##### # # ####
9632026-03-20T16:59:59.315Z # # # ###### # # # ##### #
9642026-03-20T16:59:59.316Z # # # # # # # # # # # #
9652026-03-20T16:59:59.316Z # # ###### # # ##### ###### # # ####
9662026-03-20T16:59:59.316Z
9672026-03-20T16:59:59.316Z+ RUST_BACKTRACE=1
9682026-03-20T16:59:59.316Z+ cargo test headers -- --nocapture
9692026-03-20T16:59:59.435Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
9702026-03-20T16:59:59.438Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-054196f8f35a45df)
9712026-03-20T16:59:59.441Z
9722026-03-20T16:59:59.441Zrunning 1 test
9732026-03-20T16:59:59.444Ztest headers::ipv6_header_read_write ... ok
9742026-03-20T16:59:59.444Z
9752026-03-20T16:59:59.444Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 24 filtered out; finished in 0.00s
9762026-03-20T16:59:59.444Z
9772026-03-20T16:59:59.449Zprocess exited: duration 141950 ms, exit code 0
 
9782026-03-20T16:59:59.466Zfound 4 output files
9792026-03-20T16:59:59.466Zuploading: /work/debug/libsidecar_lite.so (43763912 bytes)
9802026-03-20T17:00:00.834Zuploaded: /work/debug/libsidecar_lite.so
9812026-03-20T17:00:00.834Zuploading: /work/debug/x4c (37940224 bytes)
9822026-03-20T17:00:02.099Zuploaded: /work/debug/x4c
9832026-03-20T17:00:02.107Zuploading: /work/release/libsidecar_lite.so (9965664 bytes)
9842026-03-20T17:00:03.198Zuploaded: /work/release/libsidecar_lite.so
9852026-03-20T17:00:03.198Zuploading: /work/release/x4c (8701304 bytes)
9862026-03-20T17:00:04.283Zuploaded: /work/release/x4c