01M0VFV8HGZ26WF4MM1ESRK076: 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: 01M0VFYDHR2E1WXRCN4JX81MK0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T03:39:03.022Zjob assigned to worker 01M0VFYFFJA7C1YWV1FPSVVJJ7 [factory aws, i-00937b90c6790feec] (queued for 52 s)
 
22026-08-25T03:39:09.627Zstarting task 0: "setup"
32026-08-25T03:39:09.641Z++ uname -s
42026-08-25T03:39:09.641Z+ kern=SunOS
52026-08-25T03:39:09.641Z+ build_user=build
62026-08-25T03:39:09.642Z+ build_uid=12345
72026-08-25T03:39:09.642Z+ work_dir=/work
82026-08-25T03:39:09.642Z+ input_dir=/input
92026-08-25T03:39:09.642Z+ [[ 0 == 12345 ]]
102026-08-25T03:39:09.642Z+ case "$kern" in
112026-08-25T03:39:09.642Z+ groupadd -g 12345 build
122026-08-25T03:39:09.642Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T03:39:11.630Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T03:39:11.705Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T03:39:11.714Z+ home_fs=zfs
162026-08-25T03:39:11.714Z+ [[ zfs == autofs ]]
172026-08-25T03:39:11.714Z+ mkdir -p /home/build
182026-08-25T03:39:11.714Z+ chown build:build /home/build /work
192026-08-25T03:39:13.716Z+ chmod 0700 /home/build /work
202026-08-25T03:39:14.171Zprocess exited: duration 4095 ms, exit code 0
 
212026-08-25T03:39:14.249Zstarting task 1: "rust-toolchain"
222026-08-25T03:39:14.269Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-25T03:39:14.269Z * rust toolchain channel = "stable"
242026-08-25T03:39:14.269Z * rust toolchain profile = "default"
252026-08-25T03:39:14.269Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-25T03:39:14.270Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T03:39:14.270Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T03:39:14.270Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T03:39:14.270Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-25T03:39:14.357Zinfo: downloading installer
312026-08-25T03:39:15.706Zwarn: It looks like you have an existing installation of Rust at:
322026-08-25T03:39:15.706Zwarn: /opt/ooce/bin
332026-08-25T03:39:15.707Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-25T03:39:15.713Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-25T03:39:15.714Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-25T03:39:15.714Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-25T03:39:15.714Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-25T03:39:15.714Zerror: cannot install while Rust is installed
392026-08-25T03:39:15.714Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-25T03:39:15.714Zwarn: It looks like you have an existing rustup settings file at:
412026-08-25T03:39:15.714Zwarn: /home/build/.rustup/settings.toml
422026-08-25T03:39:15.714Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-25T03:39:15.714Zwarn: instead of the one inferred from the default host triple.
442026-08-25T03:39:15.720Zinfo: profile set to default
452026-08-25T03:39:15.720Zinfo: default host triple is x86_64-unknown-illumos
462026-08-25T03:39:15.720Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-25T03:39:15.864Zinfo: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18)
482026-08-25T03:39:15.871Zinfo: downloading 6 components
492026-08-25T03:39:31.345Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-25T03:39:31.345Z
512026-08-25T03:39:31.367Z stable-x86_64-unknown-illumos installed - rustc 1.98.0 (88d9e12ae 2026-08-18)
522026-08-25T03:39:31.367Z
532026-08-25T03:39:31.367Z
542026-08-25T03:39:31.367ZRust is installed now. Great!
552026-08-25T03:39:31.367Z
562026-08-25T03:39:31.374ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-25T03:39:31.374Zenvironment variable. This has not been done automatically.
582026-08-25T03:39:31.374Z
592026-08-25T03:39:31.374ZTo configure your current shell, you need to source
602026-08-25T03:39:31.374Zthe corresponding env file under $HOME/.cargo.
612026-08-25T03:39:31.374Z
622026-08-25T03:39:31.374ZThis is usually done by running one of the following (note the leading DOT):
632026-08-25T03:39:31.374Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-25T03:39:31.374Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-25T03:39:31.374Zsource "~/.cargo/env.nu" # For nushell
662026-08-25T03:39:31.374Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-25T03:39:31.374Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-25T03:39:31.375Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-25T03:39:31.375Zwarn: no default linker (`cc`) was found in your PATH
702026-08-25T03:39:31.375Zwarn: many Rust crates require a system C toolchain to build
712026-08-25T03:39:31.467Z+ rustup --version
722026-08-25T03:39:31.475Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-25T03:39:31.489Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-25T03:39:31.495Zinfo: the currently active `rustc` version is `rustc 1.98.0 (88d9e12ae 2026-08-18)`
752026-08-25T03:39:31.500Z+ cargo --version
762026-08-25T03:39:31.513Zcargo 1.98.0 (797e8a9bc 2026-08-05)
772026-08-25T03:39:31.518Z+ rustc --version
782026-08-25T03:39:31.534Zrustc 1.98.0 (88d9e12ae 2026-08-18)
792026-08-25T03:39:31.537Zprocess exited: duration 17310 ms, exit code 0
 
802026-08-25T03:39:31.544Zstarting task 2: "authentication"
812026-08-25T03:39:31.561ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
822026-08-25T03:40:25.586Zprocess exited: duration 54041 ms, exit code 0
 
832026-08-25T03:40:25.592Zstarting task 3: "clone repository"
842026-08-25T03:40:25.596Z+ mkdir -p /work/oxidecomputer/p4
852026-08-25T03:40:25.599Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
862026-08-25T03:40:25.629ZCloning into '/work/oxidecomputer/p4'...
872026-08-25T03:40:26.445Z+ cd /work/oxidecomputer/p4
882026-08-25T03:40:26.445Z+ git fetch origin b91f5b48fad4f7ef2be8e5ac007565ef1a0460c3
892026-08-25T03:40:26.735ZFrom https://github.com/oxidecomputer/p4
902026-08-25T03:40:26.735Z * branch b91f5b48fad4f7ef2be8e5ac007565ef1a0460c3 -> FETCH_HEAD
912026-08-25T03:40:26.741Z+ [[ -n renovate/clap ]]
922026-08-25T03:40:26.744Z++ git branch --show-current
932026-08-25T03:40:26.744Z+ current=main
942026-08-25T03:40:26.744Z+ [[ main != renovate/clap ]]
952026-08-25T03:40:26.744Z+ git branch -f renovate/clap b91f5b48fad4f7ef2be8e5ac007565ef1a0460c3
962026-08-25T03:40:26.744Z+ git checkout -f renovate/clap
972026-08-25T03:40:26.750ZSwitched to branch 'renovate/clap'
982026-08-25T03:40:26.753Z+ git reset --hard b91f5b48fad4f7ef2be8e5ac007565ef1a0460c3
992026-08-25T03:40:26.757ZHEAD is now at b91f5b4 Update Rust crate clap to v4.6.6
1002026-08-25T03:40:26.759Zprocess exited: duration 1164 ms, exit code 0
 
1012026-08-25T03:40:26.765Zstarting task 4: "build"
1022026-08-25T03:40:26.772Z+ cargo --version
1032026-08-25T03:40:26.775Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1042026-08-25T03:40:26.955Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1052026-08-25T03:40:26.957Zinfo: downloading 6 components
1062026-08-25T03:40:42.902Zcargo 1.92.0 (344c4567c 2025-10-21)
1072026-08-25T03:40:42.907Z+ rustc --version
1082026-08-25T03:40:42.932Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1092026-08-25T03:40:42.936Z+ banner check
1102026-08-25T03:40:42.940Z
1112026-08-25T03:40:42.940Z #### # # ###### #### # #
1122026-08-25T03:40:42.940Z # # # # # # # # #
1132026-08-25T03:40:42.940Z # ###### ##### # ####
1142026-08-25T03:40:42.940Z # # # # # # #
1152026-08-25T03:40:42.940Z # # # # # # # # #
1162026-08-25T03:40:42.940Z #### # # ###### #### # #
1172026-08-25T03:40:42.940Z
1182026-08-25T03:40:42.941Z+ cargo fmt -- --check
1192026-08-25T03:40:43.095Z+ cargo check
1202026-08-25T03:40:43.141Z Updating crates.io index
1212026-08-25T03:40:43.173Z Updating git repository `https://github.com/oxidecomputer/xfr`
1222026-08-25T03:40:43.482ZFrom https://github.com/oxidecomputer/xfr
1232026-08-25T03:40:43.482Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1242026-08-25T03:40:44.587Z Downloading crates ...
1252026-08-25T03:40:44.640Z Downloaded anstyle-query v1.1.5
1262026-08-25T03:40:44.645Z Downloaded pnet_transport v0.35.0
1272026-08-25T03:40:44.645Z Downloaded autocfg v1.5.0
1282026-08-25T03:40:44.645Z Downloaded pretty-hex v0.4.1
1292026-08-25T03:40:44.648Z Downloaded anstyle v1.0.14
1302026-08-25T03:40:44.648Z Downloaded tap v1.0.1
1312026-08-25T03:40:44.651Z Downloaded dtrace-parser v0.2.0
1322026-08-25T03:40:44.651Z Downloaded itoa v1.0.17
1332026-08-25T03:40:44.651Z Downloaded zerocopy-derive v0.7.35
1342026-08-25T03:40:44.654Z Downloaded funty v2.0.0
1352026-08-25T03:40:44.656Z Downloaded strsim v0.11.1
1362026-08-25T03:40:44.656Z Downloaded thiserror-impl v1.0.69
1372026-08-25T03:40:44.656Z Downloaded zmij v1.0.21
1382026-08-25T03:40:44.659Z Downloaded num-complex v0.4.6
1392026-08-25T03:40:44.659Z Downloaded clap_derive v4.6.4
1402026-08-25T03:40:44.662Z Downloaded getrandom v0.4.1
1412026-08-25T03:40:44.665Z Downloaded colored v3.1.1
1422026-08-25T03:40:44.668Z Downloaded pest v2.8.6
1432026-08-25T03:40:44.670Z Downloaded zerocopy v0.7.35
1442026-08-25T03:40:44.678Z Downloaded bitvec v1.1.1
1452026-08-25T03:40:44.686Z Downloaded usdt v0.5.0
1462026-08-25T03:40:44.693Z Downloaded ucd-trie v0.1.7
1472026-08-25T03:40:44.693Z Downloaded quote v1.0.45
1482026-08-25T03:40:44.693Z Downloaded num-iter v0.1.45
1492026-08-25T03:40:44.696Z Downloaded tempfile v3.27.0
1502026-08-25T03:40:44.696Z Downloaded no-std-net v0.6.0
1512026-08-25T03:40:44.696Z Downloaded anyhow v1.0.102
1522026-08-25T03:40:44.696Z Downloaded dof v0.3.0
1532026-08-25T03:40:44.696Z Downloaded zerocopy v0.8.40
1542026-08-25T03:40:44.701Z Downloaded heck v0.5.0
1552026-08-25T03:40:44.704Z Downloaded glob v0.3.3
1562026-08-25T03:40:44.704Z Downloaded block-buffer v0.10.4
1572026-08-25T03:40:44.704Z Downloaded pnet_sys v0.35.0
1582026-08-25T03:40:44.707Z Downloaded is_terminal_polyfill v1.70.2
1592026-08-25T03:40:44.710Z Downloaded utf8parse v0.2.2
1602026-08-25T03:40:44.710Z Downloaded cpufeatures v0.2.17
1612026-08-25T03:40:44.710Z Downloaded colorchoice v1.0.4
1622026-08-25T03:40:44.713Z Downloaded fastrand v2.3.0
1632026-08-25T03:40:44.716Z Downloaded thiserror v1.0.69
1642026-08-25T03:40:44.719Z Downloaded scroll v0.12.0
1652026-08-25T03:40:44.724Z Downloaded pnet_macros_support v0.35.0
1662026-08-25T03:40:44.727Z Downloaded pnet_base v0.35.0
1672026-08-25T03:40:44.727Z Downloaded crypto-common v0.1.7
1682026-08-25T03:40:44.727Z Downloaded num v0.4.3
1692026-08-25T03:40:44.727Z Downloaded thread-id v4.2.2
1702026-08-25T03:40:44.727Z Downloaded usdt-attr-macro v0.5.0
1712026-08-25T03:40:44.730Z Downloaded clap_lex v1.0.0
1722026-08-25T03:40:44.730Z Downloaded errno v0.3.14
1732026-08-25T03:40:44.735Z Downloaded usdt-macro v0.5.0
1742026-08-25T03:40:44.738Z Downloaded scroll_derive v0.12.1
1752026-08-25T03:40:44.744Z Downloaded generic-array v0.14.7
1762026-08-25T03:40:44.748Z Downloaded plain v0.2.3
1772026-08-25T03:40:44.749Z Downloaded cfg-if v1.0.4
1782026-08-25T03:40:44.752Z Downloaded memmap v0.7.0
1792026-08-25T03:40:44.755Z Downloaded radium v0.7.0
1802026-08-25T03:40:44.755Z Downloaded num-rational v0.4.2
1812026-08-25T03:40:44.758Z Downloaded digest v0.10.7
1822026-08-25T03:40:44.760Z Downloaded anstream v1.0.0
1832026-08-25T03:40:44.760Z Downloaded once_cell v1.21.3
1842026-08-25T03:40:44.765Z Downloaded pnet v0.35.0
1852026-08-25T03:40:44.768Z Downloaded typenum v1.19.0
1862026-08-25T03:40:44.771Z Downloaded serde_tokenstream v0.2.3
1872026-08-25T03:40:44.771Z Downloaded byteorder v1.5.0
1882026-08-25T03:40:44.771Z Downloaded rand_core v0.9.5
1892026-08-25T03:40:44.771Z Downloaded wyz v0.5.1
1902026-08-25T03:40:44.774Z Downloaded anstyle-parse v1.0.0
1912026-08-25T03:40:44.774Z Downloaded ppv-lite86 v0.2.21
1922026-08-25T03:40:44.774Z Downloaded pnet_macros v0.35.0
1932026-08-25T03:40:44.777Z Downloaded rand_chacha v0.9.0
1942026-08-25T03:40:44.780Z Downloaded sha2 v0.10.9
1952026-08-25T03:40:44.787Z Downloaded usdt-impl v0.5.0
1962026-08-25T03:40:44.790Z Downloaded num-traits v0.2.19
1972026-08-25T03:40:44.792Z Downloaded version_check v0.9.5
1982026-08-25T03:40:44.795Z Downloaded pest_generator v2.8.6
1992026-08-25T03:40:44.795Z Downloaded pnet_datalink v0.35.0
2002026-08-25T03:40:44.800Z Downloaded pnet_packet v0.35.0
2012026-08-25T03:40:44.806Z Downloaded bitflags v2.11.0
2022026-08-25T03:40:44.810Z Downloaded serde_derive v1.0.228
2032026-08-25T03:40:44.812Z Downloaded ipnetwork v0.20.0
2042026-08-25T03:40:44.812Z Downloaded getrandom v0.3.4
2052026-08-25T03:40:44.815Z Downloaded num-integer v0.1.46
2062026-08-25T03:40:44.818Z Downloaded serde_core v1.0.228
2072026-08-25T03:40:44.818Z Downloaded pest_derive v2.8.6
2082026-08-25T03:40:44.821Z Downloaded unicode-ident v1.0.24
2092026-08-25T03:40:44.825Z Downloaded log v0.4.29
2102026-08-25T03:40:44.827Z Downloaded proc-macro2 v1.0.106
2112026-08-25T03:40:44.830Z Downloaded clap v4.6.6
2122026-08-25T03:40:44.836Z Downloaded pest_meta v2.8.6
2132026-08-25T03:40:44.840Z Downloaded prettyplease v0.2.37
2142026-08-25T03:40:44.844Z Downloaded serde v1.0.228
2152026-08-25T03:40:44.859Z Downloaded num-bigint v0.4.6
2162026-08-25T03:40:44.863Z Downloaded memchr v2.8.0
2172026-08-25T03:40:44.866Z Downloaded rand v0.9.3
2182026-08-25T03:40:44.880Z Downloaded regex v1.12.4
2192026-08-25T03:40:44.887Z Downloaded serde_json v1.0.149
2202026-08-25T03:40:44.899Z Downloaded aho-corasick v1.1.4
2212026-08-25T03:40:44.902Z Downloaded clap_builder v4.6.6
2222026-08-25T03:40:44.906Z Downloaded goblin v0.8.2
2232026-08-25T03:40:44.948Z Downloaded syn v3.0.4
2242026-08-25T03:40:44.955Z Downloaded syn v2.0.118
2252026-08-25T03:40:44.962Z Downloaded regex-syntax v0.8.11
2262026-08-25T03:40:44.982Z Downloaded rustix v1.1.4
2272026-08-25T03:40:44.994Z Downloaded regex-automata v0.4.14
2282026-08-25T03:40:45.008Z Downloaded libc v0.2.182
2292026-08-25T03:40:45.081Z Compiling proc-macro2 v1.0.106
2302026-08-25T03:40:45.081Z Compiling quote v1.0.45
2312026-08-25T03:40:45.081Z Compiling unicode-ident v1.0.24
2322026-08-25T03:40:45.081Z Compiling libc v0.2.182
2332026-08-25T03:40:45.084Z Compiling serde_core v1.0.228
2342026-08-25T03:40:45.084Z Compiling memchr v2.8.0
2352026-08-25T03:40:45.084Z Compiling serde v1.0.228
2362026-08-25T03:40:45.245Z Compiling zmij v1.0.21
2372026-08-25T03:40:45.511Z Compiling thiserror v1.0.69
2382026-08-25T03:40:45.529Z Compiling ucd-trie v0.1.7
2392026-08-25T03:40:45.660Z Compiling pest v2.8.6
2402026-08-25T03:40:45.743Z Compiling rustix v1.1.4
2412026-08-25T03:40:45.746Z Compiling serde_json v1.0.149
2422026-08-25T03:40:45.886Z Compiling getrandom v0.4.1
2432026-08-25T03:40:45.988Z Compiling version_check v0.9.5
2442026-08-25T03:40:46.251Z Compiling autocfg v1.5.0
2452026-08-25T03:40:46.305Z Compiling syn v2.0.118
2462026-08-25T03:40:46.323Z Compiling aho-corasick v1.1.4
2472026-08-25T03:40:46.390Z Compiling prettyplease v0.2.37
2482026-08-25T03:40:46.603Z Compiling num-traits v0.2.19
2492026-08-25T03:40:46.628Z Compiling regex-syntax v0.8.11
2502026-08-25T03:40:46.836Z Compiling pest_meta v2.8.6
2512026-08-25T03:40:47.044Z Checking cfg-if v1.0.4
2522026-08-25T03:40:47.363Z Compiling itoa v1.0.17
2532026-08-25T03:40:47.536Z Compiling byteorder v1.5.0
2542026-08-25T03:40:47.573Z Compiling usdt-impl v0.5.0
2552026-08-25T03:40:47.765Z Checking num-integer v0.1.46
2562026-08-25T03:40:47.805Z Compiling thread-id v4.2.2
2572026-08-25T03:40:47.980Z Checking plain v0.2.3
2582026-08-25T03:40:48.078Z Checking colored v3.1.1
2592026-08-25T03:40:48.147Z Compiling regex-automata v0.4.14
2602026-08-25T03:40:48.176Z Checking log v0.4.29
2612026-08-25T03:40:48.322Z Compiling errno v0.3.14
2622026-08-25T03:40:48.521Z Compiling radium v0.7.0
2632026-08-25T03:40:48.528Z Checking no-std-net v0.6.0
2642026-08-25T03:40:48.581Z Checking pretty-hex v0.4.1
2652026-08-25T03:40:48.691Z Compiling pest_generator v2.8.6
2662026-08-25T03:40:48.697Z Compiling bitflags v2.11.0
2672026-08-25T03:40:48.743Z Checking pnet_base v0.35.0
2682026-08-25T03:40:48.893Z Compiling getrandom v0.3.4
2692026-08-25T03:40:48.955Z Checking tap v1.0.1
2702026-08-25T03:40:49.003Z Compiling fastrand v2.3.0
2712026-08-25T03:40:49.049Z Compiling zerocopy v0.8.40
2722026-08-25T03:40:49.223Z Compiling once_cell v1.21.3
2732026-08-25T03:40:49.277Z Checking wyz v0.5.1
2742026-08-25T03:40:49.437Z Checking num-iter v0.1.45
2752026-08-25T03:40:49.458Z Checking memmap v0.7.0
2762026-08-25T03:40:49.539Z Compiling tempfile v3.27.0
2772026-08-25T03:40:49.601Z Compiling anyhow v1.0.102
2782026-08-25T03:40:49.636Z Checking funty v2.0.0
2792026-08-25T03:40:49.825Z Compiling serde_derive v1.0.228
2802026-08-25T03:40:49.854Z Compiling thiserror-impl v1.0.69
2812026-08-25T03:40:49.917Z Compiling zerocopy-derive v0.7.35
2822026-08-25T03:40:49.937Z Compiling pest_derive v2.8.6
2832026-08-25T03:40:50.163Z Compiling regex v1.12.4
2842026-08-25T03:40:50.208Z Compiling scroll_derive v0.12.1
2852026-08-25T03:40:50.490Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2862026-08-25T03:40:50.557Z Checking bitvec v1.1.1
2872026-08-25T03:40:50.767Z Compiling pnet_macros v0.35.0
2882026-08-25T03:40:50.795Z Compiling zerocopy v0.7.35
2892026-08-25T03:40:50.900Z Checking scroll v0.12.0
2902026-08-25T03:40:51.152Z Compiling dtrace-parser v0.2.0
2912026-08-25T03:40:51.209Z Checking goblin v0.8.2
2922026-08-25T03:40:51.388Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2932026-08-25T03:40:51.968Z Checking pnet_macros_support v0.35.0
2942026-08-25T03:40:52.073Z Checking pnet_sys v0.35.0
2952026-08-25T03:40:52.097Z Checking utf8parse v0.2.2
2962026-08-25T03:40:52.179Z Checking pnet_packet v0.35.0
2972026-08-25T03:40:52.190Z Checking anstyle-parse v1.0.0
2982026-08-25T03:40:52.329Z Checking rand_core v0.9.5
2992026-08-25T03:40:52.802Z Checking anstyle-query v1.1.5
3002026-08-25T03:40:52.909Z Checking num-bigint v0.4.6
3012026-08-25T03:40:52.955Z Checking num-complex v0.4.6
3022026-08-25T03:40:53.047Z Checking ipnetwork v0.20.0
3032026-08-25T03:40:53.135Z Compiling serde_tokenstream v0.2.3
3042026-08-25T03:40:53.154Z Compiling dof v0.3.0
3052026-08-25T03:40:53.261Z Checking is_terminal_polyfill v1.70.2
3062026-08-25T03:40:53.292Z Checking anstyle v1.0.14
3072026-08-25T03:40:53.339Z Checking colorchoice v1.0.4
3082026-08-25T03:40:53.427Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3092026-08-25T03:40:53.461Z Compiling pnet v0.35.0
3102026-08-25T03:40:53.492Z Checking anstream v1.0.0
3112026-08-25T03:40:53.683Z Checking pnet_datalink v0.35.0
3122026-08-25T03:40:53.728Z Checking num-rational v0.4.2
3132026-08-25T03:40:53.920Z Compiling usdt-macro v0.5.0
3142026-08-25T03:40:53.940Z Compiling usdt-attr-macro v0.5.0
3152026-08-25T03:40:54.005Z Checking num v0.4.3
3162026-08-25T03:40:54.067Z Compiling syn v3.0.4
3172026-08-25T03:40:54.101Z Checking pnet_transport v0.35.0
3182026-08-25T03:40:54.229Z Checking strsim v0.11.1
3192026-08-25T03:40:54.242Z Checking clap_lex v1.0.0
3202026-08-25T03:40:54.269Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3212026-08-25T03:40:54.339Z Compiling heck v0.5.0
3222026-08-25T03:40:54.379Z Checking clap_builder v4.6.6
3232026-08-25T03:40:54.536Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3242026-08-25T03:40:54.575Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3252026-08-25T03:40:54.596Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3262026-08-25T03:40:54.621Z Checking ppv-lite86 v0.2.21
3272026-08-25T03:40:54.649Z Checking usdt v0.5.0
3282026-08-25T03:40:54.790Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3292026-08-25T03:40:54.834Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3302026-08-25T03:40:54.895Z Checking rand_chacha v0.9.0
3312026-08-25T03:40:55.064Z Checking rand v0.9.3
3322026-08-25T03:40:55.138Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3332026-08-25T03:40:56.179Z Compiling clap_derive v4.6.4
3342026-08-25T03:40:57.246Z Checking clap v4.6.6
3352026-08-25T03:40:57.291Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3362026-08-25T03:40:57.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.39s
3372026-08-25T03:40:57.555Z+ cargo clippy --all-targets -- --deny warnings
3382026-08-25T03:40:57.680Z Downloading crates ...
3392026-08-25T03:40:57.727Z Downloaded libloading v0.9.0
3402026-08-25T03:40:57.770Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3412026-08-25T03:40:57.796Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3422026-08-25T03:40:57.800Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3432026-08-25T03:40:57.800Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3442026-08-25T03:40:57.800Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3452026-08-25T03:40:57.804Z Checking libloading v0.9.0
3462026-08-25T03:40:58.044Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3472026-08-25T03:40:58.568Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3482026-08-25T03:40:59.413Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3492026-08-25T03:40:59.413Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3502026-08-25T03:41:00.412Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3512026-08-25T03:41:05.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s
3522026-08-25T03:41:05.312Z+ banner build
3532026-08-25T03:41:05.316Z
3542026-08-25T03:41:05.316Z ##### # # # # #####
3552026-08-25T03:41:05.316Z # # # # # # # #
3562026-08-25T03:41:05.316Z ##### # # # # # #
3572026-08-25T03:41:05.316Z # # # # # # # #
3582026-08-25T03:41:05.316Z # # # # # # # #
3592026-08-25T03:41:05.316Z ##### #### # ###### #####
3602026-08-25T03:41:05.316Z
3612026-08-25T03:41:05.316Z+ ptime -m cargo build
3622026-08-25T03:41:05.448Z Compiling unicode-ident v1.0.24
3632026-08-25T03:41:05.448Z Compiling memchr v2.8.0
3642026-08-25T03:41:05.452Z Compiling regex-syntax v0.8.11
3652026-08-25T03:41:05.452Z Compiling libc v0.2.182
3662026-08-25T03:41:05.452Z Compiling serde_core v1.0.228
3672026-08-25T03:41:05.452Z Compiling ucd-trie v0.1.7
3682026-08-25T03:41:05.469Z Compiling cfg-if v1.0.4
3692026-08-25T03:41:05.474Z Compiling zmij v1.0.21
3702026-08-25T03:41:05.517Z Compiling byteorder v1.5.0
3712026-08-25T03:41:05.568Z Compiling proc-macro2 v1.0.106
3722026-08-25T03:41:05.724Z Compiling itoa v1.0.17
3732026-08-25T03:41:05.732Z Compiling num-traits v0.2.19
3742026-08-25T03:41:05.744Z Compiling bitflags v2.11.0
3752026-08-25T03:41:05.789Z Compiling errno v0.3.14
3762026-08-25T03:41:05.891Z Compiling aho-corasick v1.1.4
3772026-08-25T03:41:05.921Z Compiling quote v1.0.45
3782026-08-25T03:41:05.955Z Compiling pest v2.8.6
3792026-08-25T03:41:06.120Z Compiling syn v2.0.118
3802026-08-25T03:41:06.198Z Compiling thread-id v4.2.2
3812026-08-25T03:41:06.265Z Compiling num-integer v0.1.46
3822026-08-25T03:41:06.268Z Compiling rustix v1.1.4
3832026-08-25T03:41:06.338Z Compiling getrandom v0.4.1
3842026-08-25T03:41:06.467Z Compiling log v0.4.29
3852026-08-25T03:41:06.578Z Compiling colored v3.1.1
3862026-08-25T03:41:06.637Z Compiling plain v0.2.3
3872026-08-25T03:41:06.745Z Compiling once_cell v1.21.3
3882026-08-25T03:41:06.929Z Compiling regex-automata v0.4.14
3892026-08-25T03:41:06.953Z Compiling fastrand v2.3.0
3902026-08-25T03:41:07.134Z Compiling pest_meta v2.8.6
3912026-08-25T03:41:07.207Z Compiling serde_json v1.0.149
3922026-08-25T03:41:07.220Z Compiling tempfile v3.27.0
3932026-08-25T03:41:07.283Z Compiling pretty-hex v0.4.1
3942026-08-25T03:41:07.405Z Compiling no-std-net v0.6.0
3952026-08-25T03:41:07.477Z Compiling pnet_base v0.35.0
3962026-08-25T03:41:07.625Z Compiling tap v1.0.1
3972026-08-25T03:41:07.626Z Compiling radium v0.7.0
3982026-08-25T03:41:07.717Z Compiling wyz v0.5.1
3992026-08-25T03:41:07.801Z Compiling num-iter v0.1.45
4002026-08-25T03:41:07.894Z Compiling memmap v0.7.0
4012026-08-25T03:41:07.905Z Compiling funty v2.0.0
4022026-08-25T03:41:07.920Z Compiling getrandom v0.3.4
4032026-08-25T03:41:08.066Z Compiling zerocopy v0.8.40
4042026-08-25T03:41:08.084Z Compiling pnet_macros_support v0.35.0
4052026-08-25T03:41:08.119Z Compiling pnet_sys v0.35.0
4062026-08-25T03:41:08.194Z Compiling utf8parse v0.2.2
4072026-08-25T03:41:08.282Z Compiling bitvec v1.1.1
4082026-08-25T03:41:08.294Z Compiling anstyle-parse v1.0.0
4092026-08-25T03:41:08.319Z Compiling rand_core v0.9.5
4102026-08-25T03:41:08.407Z Compiling pest_generator v2.8.6
4112026-08-25T03:41:08.452Z Compiling prettyplease v0.2.37
4122026-08-25T03:41:08.523Z Compiling anyhow v1.0.102
4132026-08-25T03:41:08.531Z Compiling is_terminal_polyfill v1.70.2
4142026-08-25T03:41:08.607Z Compiling regex v1.12.4
4152026-08-25T03:41:08.908Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4162026-08-25T03:41:09.017Z Compiling anstyle v1.0.14
4172026-08-25T03:41:09.052Z Compiling colorchoice v1.0.4
4182026-08-25T03:41:09.154Z Compiling anstyle-query v1.1.5
4192026-08-25T03:41:09.225Z Compiling anstream v1.0.0
4202026-08-25T03:41:09.247Z Compiling syn v3.0.4
4212026-08-25T03:41:09.430Z Compiling clap_lex v1.0.0
4222026-08-25T03:41:09.527Z Compiling strsim v0.11.1
4232026-08-25T03:41:09.665Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4242026-08-25T03:41:09.806Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4252026-08-25T03:41:09.909Z Compiling clap_builder v4.6.6
4262026-08-25T03:41:09.936Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4272026-08-25T03:41:10.531Z Compiling serde_derive v1.0.228
4282026-08-25T03:41:10.531Z Compiling thiserror-impl v1.0.69
4292026-08-25T03:41:10.531Z Compiling zerocopy-derive v0.7.35
4302026-08-25T03:41:10.535Z Compiling pest_derive v2.8.6
4312026-08-25T03:41:11.099Z Compiling scroll_derive v0.12.1
4322026-08-25T03:41:11.250Z Compiling pnet_macros v0.35.0
4332026-08-25T03:41:11.472Z Compiling ppv-lite86 v0.2.21
4342026-08-25T03:41:11.561Z Compiling zerocopy v0.7.35
4352026-08-25T03:41:11.776Z Compiling rand_chacha v0.9.0
4362026-08-25T03:41:11.852Z Compiling thiserror v1.0.69
4372026-08-25T03:41:11.943Z Compiling dtrace-parser v0.2.0
4382026-08-25T03:41:11.960Z Compiling scroll v0.12.0
4392026-08-25T03:41:12.100Z Compiling rand v0.9.3
4402026-08-25T03:41:12.191Z Compiling goblin v0.8.2
4412026-08-25T03:41:12.198Z Compiling clap_derive v4.6.4
4422026-08-25T03:41:12.812Z Compiling pnet_packet v0.35.0
4432026-08-25T03:41:13.123Z Compiling serde v1.0.228
4442026-08-25T03:41:13.491Z Compiling serde_tokenstream v0.2.3
4452026-08-25T03:41:13.491Z Compiling dof v0.3.0
4462026-08-25T03:41:13.491Z Compiling num-bigint v0.4.6
4472026-08-25T03:41:13.495Z Compiling num-complex v0.4.6
4482026-08-25T03:41:13.511Z Compiling ipnetwork v0.20.0
4492026-08-25T03:41:13.587Z Compiling clap v4.6.6
4502026-08-25T03:41:13.652Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4512026-08-25T03:41:13.754Z Compiling usdt-impl v0.5.0
4522026-08-25T03:41:13.779Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4532026-08-25T03:41:13.823Z Compiling pnet_datalink v0.35.0
4542026-08-25T03:41:14.208Z Compiling usdt-macro v0.5.0
4552026-08-25T03:41:14.226Z Compiling usdt-attr-macro v0.5.0
4562026-08-25T03:41:14.380Z Compiling num-rational v0.4.2
4572026-08-25T03:41:15.014Z Compiling num v0.4.3
4582026-08-25T03:41:15.084Z Compiling pnet_transport v0.35.0
4592026-08-25T03:41:15.274Z Compiling pnet v0.35.0
4602026-08-25T03:41:15.532Z Compiling usdt v0.5.0
4612026-08-25T03:41:15.666Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4622026-08-25T03:41:16.006Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4632026-08-25T03:41:16.126Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4642026-08-25T03:41:16.126Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4652026-08-25T03:41:16.259Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4662026-08-25T03:41:18.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.56s
4672026-08-25T03:41:18.906Z
4682026-08-25T03:41:18.909Zreal 13.583418948
4692026-08-25T03:41:18.909Zuser 1:13.371760476
4702026-08-25T03:41:18.909Zsys 12.145760282
4712026-08-25T03:41:18.909Ztrap 0.040114513
4722026-08-25T03:41:18.910Ztflt 0.041452995
4732026-08-25T03:41:18.910Zdflt 0.122698815
4742026-08-25T03:41:18.910Zkflt 0.000016363
4752026-08-25T03:41:18.910Zlock 2:52.741605122
4762026-08-25T03:41:18.910Zslp 4:58.211513357
4772026-08-25T03:41:18.910Zlat 3.846474997
4782026-08-25T03:41:18.910Zstop 4.955853764
4792026-08-25T03:41:18.910Z+ ptime -m cargo build --release
4802026-08-25T03:41:18.984Z Compiling proc-macro2 v1.0.106
4812026-08-25T03:41:18.984Z Compiling quote v1.0.45
4822026-08-25T03:41:18.985Z Compiling unicode-ident v1.0.24
4832026-08-25T03:41:18.989Z Compiling libc v0.2.182
4842026-08-25T03:41:18.989Z Compiling serde_core v1.0.228
4852026-08-25T03:41:18.990Z Compiling memchr v2.8.0
4862026-08-25T03:41:18.990Z Compiling serde v1.0.228
4872026-08-25T03:41:18.990Z Compiling zmij v1.0.21
4882026-08-25T03:41:19.097Z Compiling thiserror v1.0.69
4892026-08-25T03:41:19.327Z Compiling ucd-trie v0.1.7
4902026-08-25T03:41:19.332Z Compiling getrandom v0.4.1
4912026-08-25T03:41:19.522Z Compiling serde_json v1.0.149
4922026-08-25T03:41:19.528Z Compiling rustix v1.1.4
4932026-08-25T03:41:19.599Z Compiling pest v2.8.6
4942026-08-25T03:41:19.759Z Compiling aho-corasick v1.1.4
4952026-08-25T03:41:19.915Z Compiling autocfg v1.5.0
4962026-08-25T03:41:20.171Z Compiling regex-syntax v0.8.11
4972026-08-25T03:41:20.325Z Compiling syn v2.0.118
4982026-08-25T03:41:20.350Z Compiling prettyplease v0.2.37
4992026-08-25T03:41:20.514Z Compiling version_check v0.9.5
5002026-08-25T03:41:20.774Z Compiling pest_meta v2.8.6
5012026-08-25T03:41:20.880Z Compiling num-traits v0.2.19
5022026-08-25T03:41:21.615Z Compiling regex-automata v0.4.14
5032026-08-25T03:41:21.912Z Compiling itoa v1.0.17
5042026-08-25T03:41:22.023Z Compiling cfg-if v1.0.4
5052026-08-25T03:41:22.073Z Compiling byteorder v1.5.0
5062026-08-25T03:41:22.234Z Compiling usdt-impl v0.5.0
5072026-08-25T03:41:22.451Z Compiling num-integer v0.1.46
5082026-08-25T03:41:22.650Z Compiling pest_generator v2.8.6
5092026-08-25T03:41:22.794Z Compiling thread-id v4.2.2
5102026-08-25T03:41:22.866Z Compiling errno v0.3.14
5112026-08-25T03:41:22.986Z Compiling log v0.4.29
5122026-08-25T03:41:22.993Z Compiling bitflags v2.11.0
5132026-08-25T03:41:23.173Z Compiling plain v0.2.3
5142026-08-25T03:41:23.349Z Compiling regex v1.12.4
5152026-08-25T03:41:23.719Z Compiling radium v0.7.0
5162026-08-25T03:41:23.723Z Compiling fastrand v2.3.0
5172026-08-25T03:41:23.793Z Compiling serde_derive v1.0.228
5182026-08-25T03:41:23.940Z Compiling thiserror-impl v1.0.69
5192026-08-25T03:41:23.949Z Compiling zerocopy-derive v0.7.35
5202026-08-25T03:41:24.004Z Compiling pest_derive v2.8.6
5212026-08-25T03:41:24.177Z Compiling scroll_derive v0.12.1
5222026-08-25T03:41:24.516Z Compiling pretty-hex v0.4.1
5232026-08-25T03:41:24.661Z Compiling colored v3.1.1
5242026-08-25T03:41:24.842Z Compiling zerocopy v0.7.35
5252026-08-25T03:41:24.895Z Compiling scroll v0.12.0
5262026-08-25T03:41:25.191Z Compiling dtrace-parser v0.2.0
5272026-08-25T03:41:25.213Z Compiling goblin v0.8.2
5282026-08-25T03:41:25.391Z Compiling once_cell v1.21.3
5292026-08-25T03:41:25.585Z Compiling no-std-net v0.6.0
5302026-08-25T03:41:25.594Z Compiling tempfile v3.27.0
5312026-08-25T03:41:25.652Z Compiling pnet_base v0.35.0
5322026-08-25T03:41:25.816Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5332026-08-25T03:41:26.006Z Compiling zerocopy v0.8.40
5342026-08-25T03:41:26.044Z Compiling tap v1.0.1
5352026-08-25T03:41:26.146Z Compiling getrandom v0.3.4
5362026-08-25T03:41:26.427Z Compiling wyz v0.5.1
5372026-08-25T03:41:26.484Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5382026-08-25T03:41:26.714Z Compiling num-iter v0.1.45
5392026-08-25T03:41:26.847Z Compiling memmap v0.7.0
5402026-08-25T03:41:26.905Z Compiling anyhow v1.0.102
5412026-08-25T03:41:27.047Z Compiling serde_tokenstream v0.2.3
5422026-08-25T03:41:27.111Z Compiling dof v0.3.0
5432026-08-25T03:41:27.136Z Compiling num-bigint v0.4.6
5442026-08-25T03:41:27.236Z Compiling num-complex v0.4.6
5452026-08-25T03:41:27.322Z Compiling funty v2.0.0
5462026-08-25T03:41:27.723Z Compiling bitvec v1.1.1
5472026-08-25T03:41:27.948Z Compiling usdt-macro v0.5.0
5482026-08-25T03:41:28.318Z Compiling num-rational v0.4.2
5492026-08-25T03:41:28.610Z Compiling usdt-attr-macro v0.5.0
5502026-08-25T03:41:29.327Z Compiling usdt v0.5.0
5512026-08-25T03:41:29.546Z Compiling num v0.4.3
5522026-08-25T03:41:29.804Z Compiling pnet_macros_support v0.35.0
5532026-08-25T03:41:29.923Z Compiling pnet_macros v0.35.0
5542026-08-25T03:41:30.575Z Compiling pnet_sys v0.35.0
5552026-08-25T03:41:30.718Z Compiling utf8parse v0.2.2
5562026-08-25T03:41:30.818Z Compiling anstyle-parse v1.0.0
5572026-08-25T03:41:31.815Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5582026-08-25T03:41:31.844Z Compiling pnet_packet v0.35.0
5592026-08-25T03:41:32.078Z Compiling rand_core v0.9.5
5602026-08-25T03:41:32.906Z Compiling ppv-lite86 v0.2.21
5612026-08-25T03:41:33.046Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5622026-08-25T03:41:33.237Z Compiling ipnetwork v0.20.0
5632026-08-25T03:41:33.914Z Compiling anstyle v1.0.14
5642026-08-25T03:41:33.917Z Compiling anstyle-query v1.1.5
5652026-08-25T03:41:34.009Z Compiling pnet v0.35.0
5662026-08-25T03:41:34.240Z Compiling colorchoice v1.0.4
5672026-08-25T03:41:34.351Z Compiling is_terminal_polyfill v1.70.2
5682026-08-25T03:41:34.437Z Compiling anstream v1.0.0
5692026-08-25T03:41:35.074Z Compiling pnet_datalink v0.35.0
5702026-08-25T03:41:35.567Z Compiling pnet_transport v0.35.0
5712026-08-25T03:41:35.894Z Compiling rand_chacha v0.9.0
5722026-08-25T03:41:35.909Z Compiling syn v3.0.4
5732026-08-25T03:41:35.990Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5742026-08-25T03:41:36.214Z Compiling heck v0.5.0
5752026-08-25T03:41:36.232Z Compiling clap_lex v1.0.0
5762026-08-25T03:41:36.584Z Compiling strsim v0.11.1
5772026-08-25T03:41:36.669Z Compiling rand v0.9.3
5782026-08-25T03:41:37.390Z Compiling clap_builder v4.6.6
5792026-08-25T03:41:37.535Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5802026-08-25T03:41:37.779Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5812026-08-25T03:41:38.167Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5822026-08-25T03:41:38.742Z Compiling clap_derive v4.6.4
5832026-08-25T03:41:40.442Z Compiling clap v4.6.6
5842026-08-25T03:41:40.515Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5852026-08-25T03:41:41.783Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5862026-08-25T03:41:44.371Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5872026-08-25T03:41:51.213Z Finished `release` profile [optimized] target(s) in 32.29s
5882026-08-25T03:41:51.234Z
5892026-08-25T03:41:51.237Zreal 32.319623601
5902026-08-25T03:41:51.237Zuser 3:15.378417906
5912026-08-25T03:41:51.238Zsys 18.109768389
5922026-08-25T03:41:51.238Ztrap 0.110597301
5932026-08-25T03:41:51.238Ztflt 0.213715250
5942026-08-25T03:41:51.238Zdflt 0.164657976
5952026-08-25T03:41:51.238Zkflt 0.000016037
5962026-08-25T03:41:51.238Zlock 10:12.510398340
5972026-08-25T03:41:51.238Zslp 12:34.828405687
5982026-08-25T03:41:51.238Zlat 12.158322652
5992026-08-25T03:41:51.238Zstop 9.681826959
6002026-08-25T03:41:51.238Z+ for x in debug release
6012026-08-25T03:41:51.238Z+ mkdir -p /work/debug
6022026-08-25T03:41:51.238Z+ cp target/debug/x4c /work/debug/
6032026-08-25T03:41:51.264Z+ cp target/debug/libsidecar_lite.so /work/debug/
6042026-08-25T03:41:51.299Z+ for x in debug release
6052026-08-25T03:41:51.299Z+ mkdir -p /work/release
6062026-08-25T03:41:51.302Z+ cp target/release/x4c /work/release/
6072026-08-25T03:41:51.308Z+ cp target/release/libsidecar_lite.so /work/release/
6082026-08-25T03:41:51.317Z+ banner test
6092026-08-25T03:41:51.323Z
6102026-08-25T03:41:51.323Z ##### ###### #### #####
6112026-08-25T03:41:51.323Z # # # #
6122026-08-25T03:41:51.323Z # ##### #### #
6132026-08-25T03:41:51.323Z # # # #
6142026-08-25T03:41:51.323Z # # # # #
6152026-08-25T03:41:51.323Z # ###### #### #
6162026-08-25T03:41:51.323Z
6172026-08-25T03:41:51.323Z+ cargo test
6182026-08-25T03:41:51.392Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6192026-08-25T03:41:51.409Z Compiling libloading v0.9.0
6202026-08-25T03:41:51.413Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6212026-08-25T03:41:51.413Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6222026-08-25T03:41:51.413Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6232026-08-25T03:41:51.416Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6242026-08-25T03:41:51.597Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6252026-08-25T03:41:52.483Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6262026-08-25T03:41:52.483Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6272026-08-25T03:41:52.487Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6282026-08-25T03:41:52.755Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6292026-08-25T03:41:59.405Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.07s
6302026-08-25T03:41:59.419Z Running unittests src/lib.rs (target/debug/deps/p4-85be53bc186e4c60)
6312026-08-25T03:41:59.422Z
6322026-08-25T03:41:59.422Zrunning 0 tests
6332026-08-25T03:41:59.422Z
6342026-08-25T03:41:59.422Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6352026-08-25T03:41:59.422Z
6362026-08-25T03:41:59.422Z Running unittests src/lib.rs (target/debug/deps/p4_macro-7559636d1037bbb9)
6372026-08-25T03:41:59.426Z
6382026-08-25T03:41:59.426Zrunning 0 tests
6392026-08-25T03:41:59.426Z
6402026-08-25T03:41:59.426Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6412026-08-25T03:41:59.426Z
6422026-08-25T03:41:59.426Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-42b4ab9123dbb28b)
6432026-08-25T03:41:59.429Z
6442026-08-25T03:41:59.429Zrunning 0 tests
6452026-08-25T03:41:59.429Z
6462026-08-25T03:41:59.429Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6472026-08-25T03:41:59.429Z
6482026-08-25T03:41:59.429Z Running unittests src/lib.rs (target/debug/deps/p4_rust-682a88024cdd39f0)
6492026-08-25T03:41:59.429Z
6502026-08-25T03:41:59.429Zrunning 0 tests
6512026-08-25T03:41:59.429Z
6522026-08-25T03:41:59.429Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6532026-08-25T03:41:59.429Z
6542026-08-25T03:41:59.429Z Running unittests src/lib.rs (target/debug/deps/p4rs-71134c454596353c)
6552026-08-25T03:41:59.436Z
6562026-08-25T03:41:59.436Zrunning 14 tests
6572026-08-25T03:41:59.436Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6582026-08-25T03:41:59.436Ztest bitmath::tests::bitmath_add_cascade ... ok
6592026-08-25T03:41:59.436Ztest bitmath::tests::bitmath_add_nest ... ok
6602026-08-25T03:41:59.436Ztest bitmath::tests::bitmath_mod ... ok
6612026-08-25T03:41:59.436Ztest bitmath::tests::bitmath_add_be ... ok
6622026-08-25T03:41:59.436Ztest bitmath::tests::bitmath_sub_be ... ok
6632026-08-25T03:41:59.436Ztest bitmath::tests::bitmath_add_le ... ok
6642026-08-25T03:41:59.437Ztest bitmath::tests::bitmath_sub_le ... ok
6652026-08-25T03:41:59.437Ztest checksum::tests::udp_checksum ... ok
6662026-08-25T03:41:59.437Ztest table::tests::match_lpm_ternary_1 ... ok
6672026-08-25T03:41:59.437Ztest table::tests::match_lpm_ternary_range ... ok
6682026-08-25T03:41:59.437Ztest table::tests::match_lpm_1 ... ok
6692026-08-25T03:41:59.437Ztest table::tests::match_ternary_1 ... ok
6702026-08-25T03:41:59.437Ztest table::tests::match_with_action ... ok
6712026-08-25T03:41:59.437Z
6722026-08-25T03:41:59.437Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6732026-08-25T03:41:59.437Z
6742026-08-25T03:41:59.437Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-6b4b2d1351c9575d)
6752026-08-25T03:41:59.437Z
6762026-08-25T03:41:59.437Zrunning 0 tests
6772026-08-25T03:41:59.437Z
6782026-08-25T03:41:59.437Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6792026-08-25T03:41:59.437Z
6802026-08-25T03:41:59.437Z Running unittests src/lib.rs (target/debug/deps/tests-45eb331100058051)
6812026-08-25T03:41:59.437Z
6822026-08-25T03:41:59.437Zrunning 15 tests
6832026-08-25T03:41:59.437Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6842026-08-25T03:41:59.440Ztest headers::ipv6_header_read_write ... ok
6852026-08-25T03:41:59.440Ztest dload::pipeline_create ... ok
6862026-08-25T03:41:59.440Ztest ipv6::test_ipv6_parse ... ok
6872026-08-25T03:41:59.443Ztest dload::dynamic_load ... ok
6882026-08-25T03:41:59.446Ztest arithmetic::arithmetic ... ok
6892026-08-25T03:41:59.446Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6902026-08-25T03:41:59.449Ztest vlan::test_vlan_parse ... ok
6912026-08-25T03:41:59.449Ztest basic_router::basic_router2 ... ok
6922026-08-25T03:41:59.449Ztest decap::geneve_decap ... ok
6932026-08-25T03:41:59.449Ztest disag_router::disag_router ... ok
6942026-08-25T03:41:59.449Ztest dynamic_router::dynamic_router2 ... ok
6952026-08-25T03:41:59.458Ztest mac_rewrite::mac_rewrite2 ... ok
6962026-08-25T03:41:59.458Ztest range::range ... ok
6972026-08-25T03:41:59.527Ztest hub::hub2 ... ok
6982026-08-25T03:41:59.527Z
6992026-08-25T03:41:59.532Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
7002026-08-25T03:41:59.532Z
7012026-08-25T03:41:59.532Z Running unittests src/lib.rs (target/debug/deps/x4c-cf9bf35c9ef147c0)
7022026-08-25T03:41:59.535Z
7032026-08-25T03:41:59.535Zrunning 0 tests
7042026-08-25T03:41:59.536Z
7052026-08-25T03:41:59.536Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7062026-08-25T03:41:59.536Z
7072026-08-25T03:41:59.536Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-e21164960de2f738)
7082026-08-25T03:41:59.536Z
7092026-08-25T03:41:59.536Zrunning 0 tests
7102026-08-25T03:41:59.536Z
7112026-08-25T03:41:59.536Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7122026-08-25T03:41:59.536Z
7132026-08-25T03:41:59.536Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-225b85a6f8fe0178)
7142026-08-25T03:41:59.536Z
7152026-08-25T03:41:59.536Zrunning 0 tests
7162026-08-25T03:41:59.536Z
7172026-08-25T03:41:59.536Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7182026-08-25T03:41:59.536Z
7192026-08-25T03:41:59.536Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-2fe14b2d9fea3a6e)
7202026-08-25T03:41:59.540Z
7212026-08-25T03:41:59.540Zrunning 0 tests
7222026-08-25T03:41:59.540Z
7232026-08-25T03:41:59.540Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7242026-08-25T03:41:59.540Z
7252026-08-25T03:41:59.540Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7262026-08-25T03:41:59.540Z
7272026-08-25T03:41:59.540Zrunning 0 tests
7282026-08-25T03:41:59.540Z
7292026-08-25T03:41:59.540Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7302026-08-25T03:41:59.540Z
7312026-08-25T03:41:59.540Z Doc-tests p4
7322026-08-25T03:41:59.625Z
7332026-08-25T03:41:59.625Zrunning 0 tests
7342026-08-25T03:41:59.625Z
7352026-08-25T03:41:59.626Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7362026-08-25T03:41:59.626Z
7372026-08-25T03:41:59.635Z Doc-tests p4_macro
7382026-08-25T03:41:59.678Z
7392026-08-25T03:41:59.678Zrunning 2 tests
7402026-08-25T03:41:59.681Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7412026-08-25T03:41:59.681Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7422026-08-25T03:41:59.681Z
7432026-08-25T03:41:59.681Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7442026-08-25T03:41:59.681Z
7452026-08-25T03:41:59.684Z Doc-tests p4_rust
7462026-08-25T03:41:59.839Z
7472026-08-25T03:41:59.839Zrunning 0 tests
7482026-08-25T03:41:59.839Z
7492026-08-25T03:41:59.839Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7502026-08-25T03:41:59.839Z
7512026-08-25T03:41:59.851Z Doc-tests p4rs
7522026-08-25T03:41:59.932Z
7532026-08-25T03:41:59.932Zrunning 1 test
7542026-08-25T03:42:00.753Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7552026-08-25T03:42:00.753Z
7562026-08-25T03:42:00.753Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.82s
7572026-08-25T03:42:00.753Z
7582026-08-25T03:42:00.763Z Doc-tests tests
7592026-08-25T03:42:00.825Z
7602026-08-25T03:42:00.825Zrunning 0 tests
7612026-08-25T03:42:00.825Z
7622026-08-25T03:42:00.825Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7632026-08-25T03:42:00.825Z
7642026-08-25T03:42:00.835Z Doc-tests x4c
7652026-08-25T03:42:00.949Z
7662026-08-25T03:42:00.949Zrunning 0 tests
7672026-08-25T03:42:00.949Z
7682026-08-25T03:42:00.949Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7692026-08-25T03:42:00.949Z
7702026-08-25T03:42:00.956Z Doc-tests x4c_error_codes
7712026-08-25T03:42:00.956Z
7722026-08-25T03:42:00.956Zrunning 0 tests
7732026-08-25T03:42:00.956Z
7742026-08-25T03:42:00.956Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7752026-08-25T03:42:00.956Z
7762026-08-25T03:42:00.956Z+ pushd test
7772026-08-25T03:42:00.956Z+ banner 'mac rewr'
7782026-08-25T03:42:00.956Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7792026-08-25T03:42:00.956Z
7802026-08-25T03:42:00.956Z # # ## #### ##### ###### # # #####
7812026-08-25T03:42:00.956Z ## ## # # # # # # # # # # #
7822026-08-25T03:42:00.956Z # ## # # # # # # ##### # # # #
7832026-08-25T03:42:00.956Z # # ###### # ##### # # ## # #####
7842026-08-25T03:42:00.957Z # # # # # # # # # ## ## # #
7852026-08-25T03:42:00.957Z # # # # #### # # ###### # # # #
7862026-08-25T03:42:00.957Z
7872026-08-25T03:42:00.957Z+ RUST_BACKTRACE=1
7882026-08-25T03:42:00.957Z+ cargo test mac_rewrite -- --nocapture
7892026-08-25T03:42:01.017Z Compiling aho-corasick v1.1.4
7902026-08-25T03:42:01.032Z Compiling rustix v1.1.4
7912026-08-25T03:42:01.036Z Compiling getrandom v0.4.1
7922026-08-25T03:42:01.039Z Compiling errno v0.3.14
7932026-08-25T03:42:01.039Z Compiling prettyplease v0.2.37
7942026-08-25T03:42:01.718Z Compiling regex-automata v0.4.14
7952026-08-25T03:42:01.740Z Compiling tempfile v3.27.0
7962026-08-25T03:42:03.079Z Compiling regex v1.12.4
7972026-08-25T03:42:03.325Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7982026-08-25T03:42:03.393Z Compiling pnet_macros v0.35.0
7992026-08-25T03:42:04.014Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
8002026-08-25T03:42:04.383Z Compiling pnet_packet v0.35.0
8012026-08-25T03:42:04.810Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
8022026-08-25T03:42:06.216Z Compiling pnet_transport v0.35.0
8032026-08-25T03:42:06.332Z Compiling pnet v0.35.0
8042026-08-25T03:42:06.420Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8052026-08-25T03:42:12.941Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.00s
8062026-08-25T03:42:12.954Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8072026-08-25T03:42:12.958Z
8082026-08-25T03:42:12.958Zrunning 1 test
8092026-08-25T03:42:12.961Z[phy2] do you know the muffin man?
8102026-08-25T03:42:12.961Z[cpu] the muffin man?
8112026-08-25T03:42:12.961Z[cpu] the muffin man!
8122026-08-25T03:42:12.961Z[cpu] why yes
8132026-08-25T03:42:12.961Z[phy1] i know the muffin man
8142026-08-25T03:42:12.963Z[phy3] the muffin man is me!!!
8152026-08-25T03:42:12.963Ztest mac_rewrite::mac_rewrite2 ... ok
8162026-08-25T03:42:12.963Z
8172026-08-25T03:42:12.963Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8182026-08-25T03:42:12.963Z
8192026-08-25T03:42:12.968Z+ banner 'dyn load'
8202026-08-25T03:42:12.971Z
8212026-08-25T03:42:12.971Z ##### # # # # # #### ## #####
8222026-08-25T03:42:12.971Z # # # # ## # # # # # # # #
8232026-08-25T03:42:12.971Z # # # # # # # # # # # # #
8242026-08-25T03:42:12.971Z # # # # # # # # # ###### # #
8252026-08-25T03:42:12.971Z # # # # ## # # # # # # #
8262026-08-25T03:42:12.971Z ##### # # # ###### #### # # #####
8272026-08-25T03:42:12.971Z
8282026-08-25T03:42:12.971Z+ RUST_BACKTRACE=1
8292026-08-25T03:42:12.972Z+ cargo test dload -- --nocapture
8302026-08-25T03:42:13.059Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8312026-08-25T03:42:13.063Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8322026-08-25T03:42:13.063Z
8332026-08-25T03:42:13.063Zrunning 2 tests
8342026-08-25T03:42:13.066Ztest dload::pipeline_create ... ok
8352026-08-25T03:42:13.069Ztest dload::dynamic_load ... ok
8362026-08-25T03:42:13.069Z
8372026-08-25T03:42:13.069Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8382026-08-25T03:42:13.069Z
8392026-08-25T03:42:13.078Z+ banner disag
8402026-08-25T03:42:13.083Z
8412026-08-25T03:42:13.083Z ##### # #### ## ####
8422026-08-25T03:42:13.083Z # # # # # # # #
8432026-08-25T03:42:13.083Z # # # #### # # #
8442026-08-25T03:42:13.083Z # # # # ###### # ###
8452026-08-25T03:42:13.083Z # # # # # # # # #
8462026-08-25T03:42:13.083Z ##### # #### # # ####
8472026-08-25T03:42:13.083Z
8482026-08-25T03:42:13.083Z+ RUST_BACKTRACE=1
8492026-08-25T03:42:13.083Z+ cargo test disag_router -- --nocapture
8502026-08-25T03:42:13.163Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8512026-08-25T03:42:13.167Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8522026-08-25T03:42:13.170Z
8532026-08-25T03:42:13.170Zrunning 1 test
8542026-08-25T03:42:13.174Z[phy2] do you know the muffin man?
8552026-08-25T03:42:13.176Z[cpu] the muffin man?
8562026-08-25T03:42:13.176Z[cpu] the muffin man!
8572026-08-25T03:42:13.176Z[cpu] why yes
8582026-08-25T03:42:13.177Z[phy1] i know the muffin man
8592026-08-25T03:42:13.177Z[phy3] the muffin man is me!!!
8602026-08-25T03:42:13.177Ztest disag_router::disag_router ... ok
8612026-08-25T03:42:13.177Z
8622026-08-25T03:42:13.177Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8632026-08-25T03:42:13.177Z
8642026-08-25T03:42:13.181Z+ banner 'dyn rtr'
8652026-08-25T03:42:13.185Z
8662026-08-25T03:42:13.185Z ##### # # # # ##### ##### #####
8672026-08-25T03:42:13.185Z # # # # ## # # # # # #
8682026-08-25T03:42:13.185Z # # # # # # # # # # #
8692026-08-25T03:42:13.185Z # # # # # # ##### # #####
8702026-08-25T03:42:13.185Z # # # # ## # # # # #
8712026-08-25T03:42:13.185Z ##### # # # # # # # #
8722026-08-25T03:42:13.185Z
8732026-08-25T03:42:13.185Z+ RUST_BACKTRACE=1
8742026-08-25T03:42:13.185Z+ cargo test dynamic_router -- --nocapture
8752026-08-25T03:42:13.269Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8762026-08-25T03:42:13.272Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8772026-08-25T03:42:13.275Z
8782026-08-25T03:42:13.275Zrunning 1 test
8792026-08-25T03:42:13.280Z[phy2] do you know the muffin man?
8802026-08-25T03:42:13.283Z[cpu] the muffin man?
8812026-08-25T03:42:13.283Z[cpu] the muffin man!
8822026-08-25T03:42:13.283Z[cpu] why yes
8832026-08-25T03:42:13.283Z[phy1] i know the muffin man
8842026-08-25T03:42:13.283Z[phy3] the muffin man is me!!!
8852026-08-25T03:42:13.283Ztest dynamic_router::dynamic_router2 ... ok
8862026-08-25T03:42:13.283Z
8872026-08-25T03:42:13.283Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8882026-08-25T03:42:13.283Z
8892026-08-25T03:42:13.288Z+ banner hub
8902026-08-25T03:42:13.292Z
8912026-08-25T03:42:13.292Z # # # # #####
8922026-08-25T03:42:13.292Z # # # # # #
8932026-08-25T03:42:13.292Z ###### # # #####
8942026-08-25T03:42:13.293Z # # # # # #
8952026-08-25T03:42:13.293Z # # # # # #
8962026-08-25T03:42:13.293Z # # #### #####
8972026-08-25T03:42:13.293Z
8982026-08-25T03:42:13.293Z+ RUST_BACKTRACE=1
8992026-08-25T03:42:13.293Z+ cargo test hub -- --nocapture
9002026-08-25T03:42:13.376Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9012026-08-25T03:42:13.380Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9022026-08-25T03:42:13.383Z
9032026-08-25T03:42:13.383Zrunning 1 test
9042026-08-25T03:42:13.387Z[phy2] do you know the muffin man?
9052026-08-25T03:42:13.387Z[phy3] do you know the muffin man?
9062026-08-25T03:42:13.390Z[phy1] the muffin man?
9072026-08-25T03:42:13.390Z[phy3] the muffin man?
9082026-08-25T03:42:13.390Z[phy2] the muffin man!
9092026-08-25T03:42:13.390Z[phy3] the muffin man!
9102026-08-25T03:42:13.390Z[phy1] why yes
9112026-08-25T03:42:13.390Z[phy1] i know the muffin man
9122026-08-25T03:42:13.390Z[phy1] the muffin man is me!!!
9132026-08-25T03:42:13.390Z[phy3] why yes
9142026-08-25T03:42:13.390Z[phy3] i know the muffin man
9152026-08-25T03:42:13.390Z[phy3] the muffin man is me!!!
9162026-08-25T03:42:13.390Ztest hub::hub2 ... ok
9172026-08-25T03:42:13.390Z
9182026-08-25T03:42:13.391Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9192026-08-25T03:42:13.391Z
9202026-08-25T03:42:13.394Z+ banner router
9212026-08-25T03:42:13.397Z
9222026-08-25T03:42:13.397Z ##### #### # # ##### ###### #####
9232026-08-25T03:42:13.397Z # # # # # # # # # #
9242026-08-25T03:42:13.397Z # # # # # # # ##### # #
9252026-08-25T03:42:13.397Z ##### # # # # # # #####
9262026-08-25T03:42:13.397Z # # # # # # # # # #
9272026-08-25T03:42:13.397Z # # #### #### # ###### # #
9282026-08-25T03:42:13.397Z
9292026-08-25T03:42:13.397Z+ RUST_BACKTRACE=1
9302026-08-25T03:42:13.397Z+ cargo test basic_router -- --nocapture
9312026-08-25T03:42:13.484Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9322026-08-25T03:42:13.488Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9332026-08-25T03:42:13.491Z
9342026-08-25T03:42:13.491Zrunning 1 test
9352026-08-25T03:42:13.499Z[phy2] do you know the muffin man?
9362026-08-25T03:42:13.499Z[phy1] the muffin man?
9372026-08-25T03:42:13.499Z[phy2] the muffin man!
9382026-08-25T03:42:13.503Z[phy1] why yes
9392026-08-25T03:42:13.503Z[phy1] i know the muffin man
9402026-08-25T03:42:13.503Z[phy1] the muffin man is me!!!
9412026-08-25T03:42:13.503Ztest basic_router::basic_router2 ... ok
9422026-08-25T03:42:13.503Z
9432026-08-25T03:42:13.503Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9442026-08-25T03:42:13.503Z
9452026-08-25T03:42:13.503Z+ banner headers
9462026-08-25T03:42:13.511Z
9472026-08-25T03:42:13.511Z # # ###### ## ##### ###### ##### ####
9482026-08-25T03:42:13.511Z # # # # # # # # # # #
9492026-08-25T03:42:13.511Z ###### ##### # # # # ##### # # ####
9502026-08-25T03:42:13.511Z # # # ###### # # # ##### #
9512026-08-25T03:42:13.511Z # # # # # # # # # # # #
9522026-08-25T03:42:13.511Z # # ###### # # ##### ###### # # ####
9532026-08-25T03:42:13.511Z
9542026-08-25T03:42:13.511Z+ RUST_BACKTRACE=1
9552026-08-25T03:42:13.511Z+ cargo test headers -- --nocapture
9562026-08-25T03:42:13.591Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9572026-08-25T03:42:13.616Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9582026-08-25T03:42:13.629Z
9592026-08-25T03:42:13.630Zrunning 1 test
9602026-08-25T03:42:13.630Ztest headers::ipv6_header_read_write ... ok
9612026-08-25T03:42:13.630Z
9622026-08-25T03:42:13.630Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9632026-08-25T03:42:13.631Z
9642026-08-25T03:42:13.631Zprocess exited: duration 106834 ms, exit code 0
 
9652026-08-25T03:42:13.654Zfound 4 output files
9662026-08-25T03:42:13.655Zuploading: /work/debug/libsidecar_lite.so (43098384 bytes)
9672026-08-25T03:42:15.445Zuploaded: /work/debug/libsidecar_lite.so
9682026-08-25T03:42:15.449Zuploading: /work/debug/x4c (37732624 bytes)
9692026-08-25T03:42:16.952Zuploaded: /work/debug/x4c
9702026-08-25T03:42:16.969Zuploading: /work/release/libsidecar_lite.so (9930656 bytes)
9712026-08-25T03:42:18.237Zuploaded: /work/release/libsidecar_lite.so
9722026-08-25T03:42:18.237Zuploading: /work/release/x4c (8660104 bytes)
9732026-08-25T03:42:19.919Zuploaded: /work/release/x4c