01KKJN5MXPXJS48R13QMQV67EK: 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: 01KKJN6CTHH3TFTD2JQYERESPC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-13T03:54:10.192Zjob assigned to worker 01KKJN5GD8K15X81R6DYC7DVCZ [factory aws, i-0cdce2a3af0b06032] (queued for 1 m 29 s)
 
22026-03-13T03:54:17.582Zstarting task 0: "setup"
32026-03-13T03:54:17.586Z++ uname -s
42026-03-13T03:54:17.589Z+ kern=SunOS
52026-03-13T03:54:17.589Z+ build_user=build
62026-03-13T03:54:17.589Z+ build_uid=12345
72026-03-13T03:54:17.589Z+ work_dir=/work
82026-03-13T03:54:17.589Z+ input_dir=/input
92026-03-13T03:54:17.589Z+ [[ 0 == 12345 ]]
102026-03-13T03:54:17.589Z+ case "$kern" in
112026-03-13T03:54:17.589Z+ groupadd -g 12345 build
122026-03-13T03:54:17.594Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-13T03:54:19.597Z+ zfs create -o mountpoint=/work rpool/work
142026-03-13T03:54:19.717Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-13T03:54:19.720Z+ home_fs=zfs
162026-03-13T03:54:19.720Z+ [[ zfs == autofs ]]
172026-03-13T03:54:19.720Z+ mkdir -p /home/build
182026-03-13T03:54:19.720Z+ chown build:build /home/build /work
192026-03-13T03:54:20.722Z+ chmod 0700 /home/build /work
202026-03-13T03:54:20.725Zprocess exited: duration 3144 ms, exit code 0
 
212026-03-13T03:54:20.733Zstarting task 1: "rust-toolchain"
222026-03-13T03:54:20.737Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-13T03:54:20.737Z * rust toolchain channel = "stable"
242026-03-13T03:54:20.737Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-13T03:54:20.737Z * rust toolchain profile = "default"
262026-03-13T03:54:20.737Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-13T03:54:20.737Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-13T03:54:20.740Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-13T03:54:20.740Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-13T03:54:20.855Zinfo: downloading installer
312026-03-13T03:54:22.484Zwarn: It looks like you have an existing installation of Rust at:
322026-03-13T03:54:22.484Zwarn: /opt/ooce/bin
332026-03-13T03:54:22.484Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-13T03:54:22.484Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-13T03:54:22.484Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-13T03:54:22.484Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-13T03:54:22.484Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-13T03:54:22.484Zerror: cannot install while Rust is installed
392026-03-13T03:54:22.484Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-13T03:54:22.484Zwarn: It looks like you have an existing rustup settings file at:
412026-03-13T03:54:22.484Zwarn: /home/build/.rustup/settings.toml
422026-03-13T03:54:22.484Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-13T03:54:22.484Zwarn: instead of the one inferred from the default host triple.
442026-03-13T03:54:22.498Zinfo: profile set to default
452026-03-13T03:54:22.498Zinfo: default host triple is x86_64-unknown-illumos
462026-03-13T03:54:22.505Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-13T03:54:22.666Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-13T03:54:22.681Zinfo: downloading 6 components
492026-03-13T03:54:37.913Z
502026-03-13T03:54:37.913Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-03-13T03:54:37.946Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-13T03:54:37.946Z
532026-03-13T03:54:37.949Z
542026-03-13T03:54:37.949ZRust is installed now. Great!
552026-03-13T03:54:37.949Z
562026-03-13T03:54:37.949ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-13T03:54:37.949Zenvironment variable. This has not been done automatically.
582026-03-13T03:54:37.949Z
592026-03-13T03:54:37.949ZTo configure your current shell, you need to source
602026-03-13T03:54:37.949Zthe corresponding env file under $HOME/.cargo.
612026-03-13T03:54:37.950Z
622026-03-13T03:54:37.950ZThis is usually done by running one of the following (note the leading DOT):
632026-03-13T03:54:37.950Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-13T03:54:37.950Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-13T03:54:37.950Zsource "~/.cargo/env.nu" # For nushell
662026-03-13T03:54:37.950Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-13T03:54:37.950Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-13T03:54:37.950Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-13T03:54:37.950Zwarn: no default linker (`cc`) was found in your PATH
702026-03-13T03:54:37.950Zwarn: many Rust crates require a system C toolchain to build
712026-03-13T03:54:38.052Z+ rustup --version
722026-03-13T03:54:38.063Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-13T03:54:38.065Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-13T03:54:38.089Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-13T03:54:38.092Z+ cargo --version
762026-03-13T03:54:38.108Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-13T03:54:38.111Z+ rustc --version
782026-03-13T03:54:38.136Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-13T03:54:38.139Zprocess exited: duration 17404 ms, exit code 0
 
802026-03-13T03:54:38.145Zstarting task 2: "authentication"
812026-03-13T03:54:38.165Zprocess exited: duration 19 ms, exit code 0
 
822026-03-13T03:54:38.171Zstarting task 3: "clone repository"
832026-03-13T03:54:38.174Z+ mkdir -p /work/oxidecomputer/p4
842026-03-13T03:54:38.177Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-03-13T03:54:38.209ZCloning into '/work/oxidecomputer/p4'...
862026-03-13T03:54:39.001Z+ cd /work/oxidecomputer/p4
872026-03-13T03:54:39.006Z+ git fetch origin f79252fefe39e5635eea49b5ab737e0dca0258da
882026-03-13T03:54:39.233ZFrom https://github.com/oxidecomputer/p4
892026-03-13T03:54:39.233Z * branch f79252fefe39e5635eea49b5ab737e0dca0258da -> FETCH_HEAD
902026-03-13T03:54:39.239Z+ [[ -n renovate/clap-4.x-lockfile ]]
912026-03-13T03:54:39.244Z++ git branch --show-current
922026-03-13T03:54:39.244Z+ current=main
932026-03-13T03:54:39.244Z+ [[ main != renovate/clap-4.x-lockfile ]]
942026-03-13T03:54:39.244Z+ git branch -f renovate/clap-4.x-lockfile f79252fefe39e5635eea49b5ab737e0dca0258da
952026-03-13T03:54:39.247Z+ git checkout -f renovate/clap-4.x-lockfile
962026-03-13T03:54:39.254ZSwitched to branch 'renovate/clap-4.x-lockfile'
972026-03-13T03:54:39.257Z+ git reset --hard f79252fefe39e5635eea49b5ab737e0dca0258da
982026-03-13T03:54:39.265ZHEAD is now at f79252f Update Rust crate clap to v4.6.0
992026-03-13T03:54:39.268Zprocess exited: duration 1094 ms, exit code 0
 
1002026-03-13T03:54:39.275Zstarting task 4: "build"
1012026-03-13T03:54:39.279Z+ cargo --version
1022026-03-13T03:54:39.285Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-03-13T03:54:39.475Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-03-13T03:54:39.478Zinfo: downloading 6 components
1052026-03-13T03:54:55.808Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-03-13T03:54:55.811Z+ rustc --version
1072026-03-13T03:54:55.853Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-03-13T03:54:55.859Z+ banner check
1092026-03-13T03:54:55.862Z
1102026-03-13T03:54:55.862Z #### # # ###### #### # #
1112026-03-13T03:54:55.862Z # # # # # # # # #
1122026-03-13T03:54:55.862Z # ###### ##### # ####
1132026-03-13T03:54:55.862Z # # # # # # #
1142026-03-13T03:54:55.865Z # # # # # # # # #
1152026-03-13T03:54:55.865Z #### # # ###### #### # #
1162026-03-13T03:54:55.866Z
1172026-03-13T03:54:55.866Z+ cargo fmt -- --check
1182026-03-13T03:54:56.122Z+ cargo check
1192026-03-13T03:54:56.149Z Updating crates.io index
1202026-03-13T03:54:56.151Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-03-13T03:54:56.424ZFrom https://github.com/oxidecomputer/xfr
1222026-03-13T03:54:56.424Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-03-13T03:54:57.455Z Downloading crates ...
1242026-03-13T03:54:57.529Z Downloaded clap_derive v4.6.0
1252026-03-13T03:54:57.534Z Downloaded zerocopy-derive v0.7.35
1262026-03-13T03:54:57.539Z Downloaded fastrand v2.3.0
1272026-03-13T03:54:57.539Z Downloaded usdt-macro v0.5.0
1282026-03-13T03:54:57.539Z Downloaded crypto-common v0.1.7
1292026-03-13T03:54:57.542Z Downloaded zmij v1.0.21
1302026-03-13T03:54:57.550Z Downloaded zerocopy v0.8.40
1312026-03-13T03:54:57.594Z Downloaded errno v0.3.14
1322026-03-13T03:54:57.600Z Downloaded anstream v1.0.0
1332026-03-13T03:54:57.605Z Downloaded clap_builder v4.6.0
1342026-03-13T03:54:57.611Z Downloaded tap v1.0.1
1352026-03-13T03:54:57.614Z Downloaded once_cell v1.21.3
1362026-03-13T03:54:57.614Z Downloaded pnet_packet v0.35.0
1372026-03-13T03:54:57.617Z Downloaded byteorder v1.5.0
1382026-03-13T03:54:57.622Z Downloaded pnet_transport v0.35.0
1392026-03-13T03:54:57.630Z Downloaded pnet_macros v0.35.0
1402026-03-13T03:54:57.633Z Downloaded no-std-net v0.6.0
1412026-03-13T03:54:57.636Z Downloaded num-complex v0.4.6
1422026-03-13T03:54:57.639Z Downloaded digest v0.10.7
1432026-03-13T03:54:57.642Z Downloaded colorchoice v1.0.4
1442026-03-13T03:54:57.646Z Downloaded anyhow v1.0.102
1452026-03-13T03:54:57.648Z Downloaded pest_generator v2.8.6
1462026-03-13T03:54:57.659Z Downloaded serde_core v1.0.228
1472026-03-13T03:54:57.663Z Downloaded sha2 v0.10.9
1482026-03-13T03:54:57.663Z Downloaded version_check v0.9.5
1492026-03-13T03:54:57.663Z Downloaded typenum v1.19.0
1502026-03-13T03:54:57.667Z Downloaded scroll_derive v0.12.1
1512026-03-13T03:54:57.667Z Downloaded colored v3.1.1
1522026-03-13T03:54:57.671Z Downloaded usdt v0.5.0
1532026-03-13T03:54:57.684Z Downloaded rand_core v0.9.5
1542026-03-13T03:54:57.687Z Downloaded prettyplease v0.2.37
1552026-03-13T03:54:57.687Z Downloaded ipnetwork v0.20.0
1562026-03-13T03:54:57.692Z Downloaded getrandom v0.3.4
1572026-03-13T03:54:57.695Z Downloaded autocfg v1.5.0
1582026-03-13T03:54:57.722Z Downloaded clap_lex v1.0.0
1592026-03-13T03:54:57.733Z Downloaded is_terminal_polyfill v1.70.2
1602026-03-13T03:54:57.736Z Downloaded cfg-if v1.0.4
1612026-03-13T03:54:57.736Z Downloaded anstyle-query v1.1.5
1622026-03-13T03:54:57.745Z Downloaded pretty-hex v0.4.1
1632026-03-13T03:54:57.748Z Downloaded pnet_sys v0.35.0
1642026-03-13T03:54:57.751Z Downloaded strsim v0.11.1
1652026-03-13T03:54:57.757Z Downloaded anstyle v1.0.13
1662026-03-13T03:54:57.766Z Downloaded usdt-attr-macro v0.5.0
1672026-03-13T03:54:57.769Z Downloaded itoa v1.0.17
1682026-03-13T03:54:57.769Z Downloaded radium v0.7.0
1692026-03-13T03:54:57.769Z Downloaded pnet_macros_support v0.35.0
1702026-03-13T03:54:57.773Z Downloaded funty v2.0.0
1712026-03-13T03:54:57.776Z Downloaded num-rational v0.4.2
1722026-03-13T03:54:57.776Z Downloaded pnet v0.35.0
1732026-03-13T03:54:57.779Z Downloaded dof v0.3.0
1742026-03-13T03:54:57.779Z Downloaded tempfile v3.27.0
1752026-03-13T03:54:57.782Z Downloaded num v0.4.3
1762026-03-13T03:54:57.787Z Downloaded wyz v0.5.1
1772026-03-13T03:54:57.798Z Downloaded usdt-impl v0.5.0
1782026-03-13T03:54:57.802Z Downloaded num-integer v0.1.46
1792026-03-13T03:54:57.802Z Downloaded thiserror-impl v1.0.69
1802026-03-13T03:54:57.842Z Downloaded getrandom v0.4.1
1812026-03-13T03:54:57.846Z Downloaded pest_meta v2.8.6
1822026-03-13T03:54:57.850Z Downloaded ucd-trie v0.1.7
1832026-03-13T03:54:57.854Z Downloaded syn v2.0.117
1842026-03-13T03:54:57.862Z Downloaded serde_derive v1.0.228
1852026-03-13T03:54:57.867Z Downloaded memchr v2.8.0
1862026-03-13T03:54:57.867Z Downloaded pest v2.8.6
1872026-03-13T03:54:57.872Z Downloaded zerocopy v0.7.35
1882026-03-13T03:54:57.881Z Downloaded goblin v0.8.2
1892026-03-13T03:54:57.896Z Downloaded serde_json v1.0.149
1902026-03-13T03:54:57.900Z Downloaded regex v1.12.3
1912026-03-13T03:54:57.913Z Downloaded regex-syntax v0.8.10
1922026-03-13T03:54:57.923Z Downloaded bitvec v1.0.1
1932026-03-13T03:54:57.939Z Downloaded rustix v1.1.4
1942026-03-13T03:54:57.956Z Downloaded libc v0.2.182
1952026-03-13T03:54:58.020Z Downloaded clap v4.6.0
1962026-03-13T03:54:58.027Z Downloaded anstyle-parse v1.0.0
1972026-03-13T03:54:58.042Z Downloaded bitflags v2.11.0
1982026-03-13T03:54:58.048Z Downloaded thiserror v1.0.69
1992026-03-13T03:54:58.052Z Downloaded utf8parse v0.2.2
2002026-03-13T03:54:58.055Z Downloaded num-iter v0.1.45
2012026-03-13T03:54:58.055Z Downloaded pnet_base v0.35.0
2022026-03-13T03:54:58.055Z Downloaded heck v0.5.0
2032026-03-13T03:54:58.065Z Downloaded scroll v0.12.0
2042026-03-13T03:54:58.068Z Downloaded pnet_datalink v0.35.0
2052026-03-13T03:54:58.071Z Downloaded rand v0.9.2
2062026-03-13T03:54:58.483Z Downloaded block-buffer v0.10.4
2072026-03-13T03:54:58.483Z Downloaded ppv-lite86 v0.2.21
2082026-03-13T03:54:58.483Z Downloaded dtrace-parser v0.2.0
2092026-03-13T03:54:58.486Z Downloaded aho-corasick v1.1.4
2102026-03-13T03:54:58.486Z Downloaded plain v0.2.3
2112026-03-13T03:54:58.486Z Downloaded generic-array v0.14.7
2122026-03-13T03:54:58.486Z Downloaded cpufeatures v0.2.17
2132026-03-13T03:54:58.486Z Downloaded proc-macro2 v1.0.106
2142026-03-13T03:54:58.486Z Downloaded memmap v0.7.0
2152026-03-13T03:54:58.486Z Downloaded pest_derive v2.8.6
2162026-03-13T03:54:58.486Z Downloaded quote v1.0.45
2172026-03-13T03:54:58.486Z Downloaded serde_tokenstream v0.2.3
2182026-03-13T03:54:58.486Z Downloaded num-traits v0.2.19
2192026-03-13T03:54:58.486Z Downloaded rand_chacha v0.9.0
2202026-03-13T03:54:58.486Z Downloaded log v0.4.29
2212026-03-13T03:54:58.486Z Downloaded glob v0.3.3
2222026-03-13T03:54:58.486Z Downloaded thread-id v4.2.2
2232026-03-13T03:54:58.486Z Downloaded unicode-ident v1.0.24
2242026-03-13T03:54:58.486Z Downloaded num-bigint v0.4.6
2252026-03-13T03:54:58.486Z Downloaded serde v1.0.228
2262026-03-13T03:54:58.486Z Downloaded regex-automata v0.4.14
2272026-03-13T03:54:58.486Z Compiling proc-macro2 v1.0.106
2282026-03-13T03:54:58.486Z Compiling quote v1.0.45
2292026-03-13T03:54:58.486Z Compiling unicode-ident v1.0.24
2302026-03-13T03:54:58.486Z Compiling libc v0.2.182
2312026-03-13T03:54:58.486Z Compiling serde_core v1.0.228
2322026-03-13T03:54:58.486Z Compiling memchr v2.8.0
2332026-03-13T03:54:58.487Z Compiling serde v1.0.228
2342026-03-13T03:54:58.487Z Compiling thiserror v1.0.69
2352026-03-13T03:54:58.761Z Compiling zmij v1.0.21
2362026-03-13T03:54:58.814Z Compiling ucd-trie v0.1.7
2372026-03-13T03:54:59.053Z Compiling pest v2.8.6
2382026-03-13T03:54:59.069Z Compiling serde_json v1.0.149
2392026-03-13T03:54:59.125Z Compiling rustix v1.1.4
2402026-03-13T03:54:59.387Z Compiling getrandom v0.4.1
2412026-03-13T03:54:59.471Z Compiling autocfg v1.5.0
2422026-03-13T03:54:59.855Z Compiling version_check v0.9.5
2432026-03-13T03:54:59.893Z Checking syn v2.0.117
2442026-03-13T03:54:59.938Z Compiling num-traits v0.2.19
2452026-03-13T03:55:00.088Z Compiling aho-corasick v1.1.4
2462026-03-13T03:55:00.215Z Compiling regex-syntax v0.8.10
2472026-03-13T03:55:00.221Z Compiling prettyplease v0.2.37
2482026-03-13T03:55:00.704Z Compiling pest_meta v2.8.6
2492026-03-13T03:55:00.842Z Checking cfg-if v1.0.4
2502026-03-13T03:55:01.421Z Compiling byteorder v1.5.0
2512026-03-13T03:55:01.691Z Compiling itoa v1.0.17
2522026-03-13T03:55:01.710Z Compiling usdt-impl v0.5.0
2532026-03-13T03:55:02.058Z Checking num-integer v0.1.46
2542026-03-13T03:55:02.085Z Compiling thread-id v4.2.2
2552026-03-13T03:55:02.344Z Compiling regex-automata v0.4.14
2562026-03-13T03:55:02.428Z Checking colored v3.1.1
2572026-03-13T03:55:02.559Z Checking log v0.4.29
2582026-03-13T03:55:02.620Z Checking plain v0.2.3
2592026-03-13T03:55:02.737Z Compiling errno v0.3.14
2602026-03-13T03:55:02.898Z Checking no-std-net v0.6.0
2612026-03-13T03:55:02.972Z Compiling bitflags v2.11.0
2622026-03-13T03:55:03.046Z Checking pretty-hex v0.4.1
2632026-03-13T03:55:03.139Z Compiling radium v0.7.0
2642026-03-13T03:55:03.226Z Compiling pest_generator v2.8.6
2652026-03-13T03:55:03.524Z Checking pnet_base v0.35.0
2662026-03-13T03:55:03.597Z Checking tap v1.0.1
2672026-03-13T03:55:03.644Z Compiling zerocopy v0.8.40
2682026-03-13T03:55:03.704Z Compiling once_cell v1.21.3
2692026-03-13T03:55:03.931Z Compiling getrandom v0.3.4
2702026-03-13T03:55:03.941Z Compiling fastrand v2.3.0
2712026-03-13T03:55:04.041Z Checking wyz v0.5.1
2722026-03-13T03:55:04.201Z Compiling tempfile v3.27.0
2732026-03-13T03:55:04.276Z Checking num-iter v0.1.45
2742026-03-13T03:55:04.390Z Checking memmap v0.7.0
2752026-03-13T03:55:04.410Z Compiling anyhow v1.0.102
2762026-03-13T03:55:04.557Z Checking funty v2.0.0
2772026-03-13T03:55:04.817Z Compiling regex v1.12.3
2782026-03-13T03:55:05.018Z Checking bitvec v1.0.1
2792026-03-13T03:55:05.131Z Compiling serde_derive v1.0.228
2802026-03-13T03:55:05.265Z Compiling thiserror-impl v1.0.69
2812026-03-13T03:55:05.353Z Compiling zerocopy-derive v0.7.35
2822026-03-13T03:55:05.369Z Compiling pest_derive v2.8.6
2832026-03-13T03:55:05.983Z Compiling scroll_derive v0.12.1
2842026-03-13T03:55:06.046Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2852026-03-13T03:55:06.464Z Compiling zerocopy v0.7.35
2862026-03-13T03:55:06.934Z Checking scroll v0.12.0
2872026-03-13T03:55:06.961Z Compiling dtrace-parser v0.2.0
2882026-03-13T03:55:07.176Z Checking goblin v0.8.2
2892026-03-13T03:55:07.550Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2902026-03-13T03:55:07.815Z Compiling pnet_macros v0.35.0
2912026-03-13T03:55:07.949Z Checking pnet_macros_support v0.35.0
2922026-03-13T03:55:08.044Z Checking pnet_sys v0.35.0
2932026-03-13T03:55:08.055Z Checking utf8parse v0.2.2
2942026-03-13T03:55:08.164Z Checking anstyle-parse v1.0.0
2952026-03-13T03:55:08.571Z Checking rand_core v0.9.5
2962026-03-13T03:55:08.721Z Checking colorchoice v1.0.4
2972026-03-13T03:55:08.830Z Checking anstyle v1.0.13
2982026-03-13T03:55:09.052Z Checking anstyle-query v1.1.5
2992026-03-13T03:55:09.159Z Checking ppv-lite86 v0.2.21
3002026-03-13T03:55:09.205Z Checking pnet_packet v0.35.0
3012026-03-13T03:55:09.230Z Checking is_terminal_polyfill v1.70.2
3022026-03-13T03:55:09.323Z Compiling pnet v0.35.0
3032026-03-13T03:55:09.373Z Checking num-bigint v0.4.6
3042026-03-13T03:55:09.389Z Checking num-complex v0.4.6
3052026-03-13T03:55:09.474Z Compiling serde_tokenstream v0.2.3
3062026-03-13T03:55:09.504Z Compiling dof v0.3.0
3072026-03-13T03:55:09.568Z Checking ipnetwork v0.20.0
3082026-03-13T03:55:09.595Z Checking rand_chacha v0.9.0
3092026-03-13T03:55:09.787Z Checking pnet_datalink v0.35.0
3102026-03-13T03:55:09.836Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3112026-03-13T03:55:09.988Z Checking anstream v1.0.0
3122026-03-13T03:55:10.224Z Checking strsim v0.11.1
3132026-03-13T03:55:10.415Z Compiling heck v0.5.0
3142026-03-13T03:55:10.541Z Compiling usdt-macro v0.5.0
3152026-03-13T03:55:10.604Z Checking num-rational v0.4.2
3162026-03-13T03:55:10.618Z Compiling usdt-attr-macro v0.5.0
3172026-03-13T03:55:10.674Z Checking clap_lex v1.0.0
3182026-03-13T03:55:10.730Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3192026-03-13T03:55:10.849Z Checking clap_builder v4.6.0
3202026-03-13T03:55:10.905Z Compiling clap_derive v4.6.0
3212026-03-13T03:55:11.395Z Checking num v0.4.3
3222026-03-13T03:55:11.402Z Checking rand v0.9.2
3232026-03-13T03:55:11.402Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3242026-03-13T03:55:11.402Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3252026-03-13T03:55:11.402Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3262026-03-13T03:55:11.519Z Checking usdt v0.5.0
3272026-03-13T03:55:11.654Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3282026-03-13T03:55:11.693Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3292026-03-13T03:55:12.004Z Checking pnet_transport v0.35.0
3302026-03-13T03:55:12.144Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3312026-03-13T03:55:12.631Z Checking clap v4.6.0
3322026-03-13T03:55:12.703Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3332026-03-13T03:55:13.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.19s
3342026-03-13T03:55:13.347Z+ cargo clippy --all-targets -- --deny warnings
3352026-03-13T03:55:13.502Z Downloading crates ...
3362026-03-13T03:55:13.570Z Downloaded libloading v0.9.0
3372026-03-13T03:55:13.625Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3382026-03-13T03:55:13.646Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3392026-03-13T03:55:13.654Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3402026-03-13T03:55:13.658Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3412026-03-13T03:55:13.662Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3422026-03-13T03:55:13.665Z Checking libloading v0.9.0
3432026-03-13T03:55:13.964Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3442026-03-13T03:55:14.784Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3452026-03-13T03:55:15.976Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3462026-03-13T03:55:15.976Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3472026-03-13T03:55:17.186Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3482026-03-13T03:55:24.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.01s
3492026-03-13T03:55:24.467Z+ banner build
3502026-03-13T03:55:24.467Z
3512026-03-13T03:55:24.467Z ##### # # # # #####
3522026-03-13T03:55:24.467Z # # # # # # # #
3532026-03-13T03:55:24.467Z ##### # # # # # #
3542026-03-13T03:55:24.467Z # # # # # # # #
3552026-03-13T03:55:24.467Z # # # # # # # #
3562026-03-13T03:55:24.467Z ##### #### # ###### #####
3572026-03-13T03:55:24.467Z
3582026-03-13T03:55:24.467Z+ ptime -m cargo build
3592026-03-13T03:55:24.628Z Compiling unicode-ident v1.0.24
3602026-03-13T03:55:24.628Z Compiling memchr v2.8.0
3612026-03-13T03:55:24.631Z Compiling regex-syntax v0.8.10
3622026-03-13T03:55:24.631Z Compiling libc v0.2.182
3632026-03-13T03:55:24.631Z Compiling serde_core v1.0.228
3642026-03-13T03:55:24.648Z Compiling ucd-trie v0.1.7
3652026-03-13T03:55:24.657Z Compiling cfg-if v1.0.4
3662026-03-13T03:55:24.660Z Compiling zmij v1.0.21
3672026-03-13T03:55:24.714Z Compiling itoa v1.0.17
3682026-03-13T03:55:24.778Z Compiling proc-macro2 v1.0.106
3692026-03-13T03:55:24.929Z Compiling byteorder v1.5.0
3702026-03-13T03:55:25.003Z Compiling num-traits v0.2.19
3712026-03-13T03:55:25.010Z Compiling bitflags v2.11.0
3722026-03-13T03:55:25.154Z Compiling thread-id v4.2.2
3732026-03-13T03:55:25.205Z Compiling aho-corasick v1.1.4
3742026-03-13T03:55:25.234Z Compiling quote v1.0.45
3752026-03-13T03:55:25.281Z Compiling pest v2.8.6
3762026-03-13T03:55:25.539Z Compiling syn v2.0.117
3772026-03-13T03:55:25.615Z Compiling errno v0.3.14
3782026-03-13T03:55:25.735Z Compiling rustix v1.1.4
3792026-03-13T03:55:25.781Z Compiling getrandom v0.4.1
3802026-03-13T03:55:25.928Z Compiling num-integer v0.1.46
3812026-03-13T03:55:25.943Z Compiling once_cell v1.21.3
3822026-03-13T03:55:26.593Z Compiling colored v3.1.1
3832026-03-13T03:55:26.595Z Compiling plain v0.2.3
3842026-03-13T03:55:26.596Z Compiling fastrand v2.3.0
3852026-03-13T03:55:26.740Z Compiling regex-automata v0.4.14
3862026-03-13T03:55:26.785Z Compiling pest_meta v2.8.6
3872026-03-13T03:55:27.003Z Compiling log v0.4.29
3882026-03-13T03:55:27.147Z Compiling serde_json v1.0.149
3892026-03-13T03:55:27.304Z Compiling tempfile v3.27.0
3902026-03-13T03:55:27.325Z Compiling pretty-hex v0.4.1
3912026-03-13T03:55:27.377Z Compiling no-std-net v0.6.0
3922026-03-13T03:55:27.450Z Compiling pnet_base v0.35.0
3932026-03-13T03:55:27.639Z Compiling tap v1.0.1
3942026-03-13T03:55:27.718Z Compiling radium v0.7.0
3952026-03-13T03:55:27.757Z Compiling wyz v0.5.1
3962026-03-13T03:55:28.102Z Compiling num-iter v0.1.45
3972026-03-13T03:55:28.108Z Compiling memmap v0.7.0
3982026-03-13T03:55:28.108Z Compiling funty v2.0.0
3992026-03-13T03:55:28.108Z Compiling getrandom v0.3.4
4002026-03-13T03:55:28.208Z Compiling zerocopy v0.8.40
4012026-03-13T03:55:28.301Z Compiling pnet_macros_support v0.35.0
4022026-03-13T03:55:28.351Z Compiling pnet_sys v0.35.0
4032026-03-13T03:55:28.535Z Compiling utf8parse v0.2.2
4042026-03-13T03:55:28.541Z Compiling bitvec v1.0.1
4052026-03-13T03:55:28.673Z Compiling anstyle-parse v1.0.0
4062026-03-13T03:55:28.682Z Compiling rand_core v0.9.5
4072026-03-13T03:55:28.690Z Compiling anyhow v1.0.102
4082026-03-13T03:55:28.768Z Compiling pest_generator v2.8.6
4092026-03-13T03:55:28.920Z Compiling prettyplease v0.2.37
4102026-03-13T03:55:29.061Z Compiling regex v1.12.3
4112026-03-13T03:55:29.204Z Compiling colorchoice v1.0.4
4122026-03-13T03:55:29.330Z Compiling is_terminal_polyfill v1.70.2
4132026-03-13T03:55:29.425Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4142026-03-13T03:55:29.590Z Compiling anstyle-query v1.1.5
4152026-03-13T03:55:29.642Z Compiling anstyle v1.0.13
4162026-03-13T03:55:29.705Z Compiling strsim v0.11.1
4172026-03-13T03:55:29.922Z Compiling anstream v1.0.0
4182026-03-13T03:55:30.199Z Compiling clap_lex v1.0.0
4192026-03-13T03:55:30.236Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4202026-03-13T03:55:30.328Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4212026-03-13T03:55:30.400Z Compiling clap_builder v4.6.0
4222026-03-13T03:55:30.530Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4232026-03-13T03:55:31.427Z Compiling serde_derive v1.0.228
4242026-03-13T03:55:31.427Z Compiling thiserror-impl v1.0.69
4252026-03-13T03:55:31.430Z Compiling zerocopy-derive v0.7.35
4262026-03-13T03:55:31.430Z Compiling pest_derive v2.8.6
4272026-03-13T03:55:31.869Z Compiling scroll_derive v0.12.1
4282026-03-13T03:55:32.328Z Compiling pnet_macros v0.35.0
4292026-03-13T03:55:32.582Z Compiling scroll v0.12.0
4302026-03-13T03:55:32.634Z Compiling ppv-lite86 v0.2.21
4312026-03-13T03:55:32.656Z Compiling clap_derive v4.6.0
4322026-03-13T03:55:32.774Z Compiling zerocopy v0.7.35
4332026-03-13T03:55:32.917Z Compiling goblin v0.8.2
4342026-03-13T03:55:33.059Z Compiling rand_chacha v0.9.0
4352026-03-13T03:55:33.188Z Compiling thiserror v1.0.69
4362026-03-13T03:55:33.293Z Compiling dtrace-parser v0.2.0
4372026-03-13T03:55:33.546Z Compiling rand v0.9.2
4382026-03-13T03:55:34.343Z Compiling pnet_packet v0.35.0
4392026-03-13T03:55:34.889Z Compiling serde v1.0.228
4402026-03-13T03:55:35.036Z Compiling clap v4.6.0
4412026-03-13T03:55:35.086Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4422026-03-13T03:55:35.447Z Compiling dof v0.3.0
4432026-03-13T03:55:35.447Z Compiling serde_tokenstream v0.2.3
4442026-03-13T03:55:35.450Z Compiling num-bigint v0.4.6
4452026-03-13T03:55:35.452Z Compiling num-complex v0.4.6
4462026-03-13T03:55:35.571Z Compiling ipnetwork v0.20.0
4472026-03-13T03:55:35.784Z Compiling usdt-impl v0.5.0
4482026-03-13T03:55:35.802Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4492026-03-13T03:55:35.914Z Compiling pnet_datalink v0.35.0
4502026-03-13T03:55:36.469Z Compiling usdt-macro v0.5.0
4512026-03-13T03:55:37.313Z Compiling num-rational v0.4.2
4522026-03-13T03:55:37.343Z Compiling usdt-attr-macro v0.5.0
4532026-03-13T03:55:37.595Z Compiling pnet_transport v0.35.0
4542026-03-13T03:55:37.742Z Compiling num v0.4.3
4552026-03-13T03:55:37.791Z Compiling pnet v0.35.0
4562026-03-13T03:55:38.466Z Compiling usdt v0.5.0
4572026-03-13T03:55:38.617Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4582026-03-13T03:55:39.077Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4592026-03-13T03:55:39.280Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4602026-03-13T03:55:39.283Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4612026-03-13T03:55:39.414Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4622026-03-13T03:55:42.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.51s
4632026-03-13T03:55:43.009Z
4642026-03-13T03:55:43.012Zreal 18.542675875
4652026-03-13T03:55:43.012Zuser 1:39.158300084
4662026-03-13T03:55:43.012Zsys 14.690772232
4672026-03-13T03:55:43.012Ztrap 0.053200952
4682026-03-13T03:55:43.012Ztflt 0.035810075
4692026-03-13T03:55:43.012Zdflt 0.050691766
4702026-03-13T03:55:43.012Zkflt 0.000017995
4712026-03-13T03:55:43.012Zlock 4:05.458402135
4722026-03-13T03:55:43.012Zslp 6:37.273042738
4732026-03-13T03:55:43.012Zlat 4.087075165
4742026-03-13T03:55:43.012Zstop 5.722376121
4752026-03-13T03:55:43.012Z+ ptime -m cargo build --release
4762026-03-13T03:55:43.112Z Compiling proc-macro2 v1.0.106
4772026-03-13T03:55:43.112Z Compiling quote v1.0.45
4782026-03-13T03:55:43.112Z Compiling unicode-ident v1.0.24
4792026-03-13T03:55:43.115Z Compiling libc v0.2.182
4802026-03-13T03:55:43.115Z Compiling serde_core v1.0.228
4812026-03-13T03:55:43.115Z Compiling memchr v2.8.0
4822026-03-13T03:55:43.115Z Compiling serde v1.0.228
4832026-03-13T03:55:43.115Z Compiling zmij v1.0.21
4842026-03-13T03:55:43.485Z Compiling thiserror v1.0.69
4852026-03-13T03:55:43.514Z Compiling getrandom v0.4.1
4862026-03-13T03:55:43.586Z Compiling rustix v1.1.4
4872026-03-13T03:55:43.852Z Compiling ucd-trie v0.1.7
4882026-03-13T03:55:43.862Z Compiling serde_json v1.0.149
4892026-03-13T03:55:44.033Z Compiling pest v2.8.6
4902026-03-13T03:55:44.216Z Compiling aho-corasick v1.1.4
4912026-03-13T03:55:44.655Z Compiling autocfg v1.5.0
4922026-03-13T03:55:44.732Z Compiling syn v2.0.117
4932026-03-13T03:55:44.775Z Compiling prettyplease v0.2.37
4942026-03-13T03:55:44.851Z Compiling regex-syntax v0.8.10
4952026-03-13T03:55:45.113Z Compiling version_check v0.9.5
4962026-03-13T03:55:45.465Z Compiling num-traits v0.2.19
4972026-03-13T03:55:45.756Z Compiling pest_meta v2.8.6
4982026-03-13T03:55:46.778Z Compiling itoa v1.0.17
4992026-03-13T03:55:46.820Z Compiling byteorder v1.5.0
5002026-03-13T03:55:46.983Z Compiling regex-automata v0.4.14
5012026-03-13T03:55:47.089Z Compiling cfg-if v1.0.4
5022026-03-13T03:55:47.547Z Compiling usdt-impl v0.5.0
5032026-03-13T03:55:47.938Z Compiling pest_generator v2.8.6
5042026-03-13T03:55:47.969Z Compiling num-integer v0.1.46
5052026-03-13T03:55:48.051Z Compiling thread-id v4.2.2
5062026-03-13T03:55:48.132Z Compiling errno v0.3.14
5072026-03-13T03:55:48.432Z Compiling plain v0.2.3
5082026-03-13T03:55:48.468Z Compiling bitflags v2.11.0
5092026-03-13T03:55:48.732Z Compiling log v0.4.29
5102026-03-13T03:55:48.989Z Compiling fastrand v2.3.0
5112026-03-13T03:55:49.321Z Compiling regex v1.12.3
5122026-03-13T03:55:49.325Z Compiling colored v3.1.1
5132026-03-13T03:55:49.719Z Compiling radium v0.7.0
5142026-03-13T03:55:49.796Z Compiling serde_derive v1.0.228
5152026-03-13T03:55:49.835Z Compiling thiserror-impl v1.0.69
5162026-03-13T03:55:50.050Z Compiling zerocopy-derive v0.7.35
5172026-03-13T03:55:50.471Z Compiling pest_derive v2.8.6
5182026-03-13T03:55:50.562Z Compiling scroll_derive v0.12.1
5192026-03-13T03:55:50.704Z Compiling once_cell v1.21.3
5202026-03-13T03:55:51.187Z Compiling zerocopy v0.7.35
5212026-03-13T03:55:51.495Z Compiling scroll v0.12.0
5222026-03-13T03:55:51.515Z Compiling dtrace-parser v0.2.0
5232026-03-13T03:55:51.881Z Compiling goblin v0.8.2
5242026-03-13T03:55:51.905Z Compiling pretty-hex v0.4.1
5252026-03-13T03:55:51.955Z Compiling no-std-net v0.6.0
5262026-03-13T03:55:52.034Z Compiling pnet_base v0.35.0
5272026-03-13T03:55:52.083Z Compiling tempfile v3.27.0
5282026-03-13T03:55:52.196Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5292026-03-13T03:55:52.468Z Compiling getrandom v0.3.4
5302026-03-13T03:55:52.502Z Compiling tap v1.0.1
5312026-03-13T03:55:52.629Z Compiling zerocopy v0.8.40
5322026-03-13T03:55:52.928Z Compiling wyz v0.5.1
5332026-03-13T03:55:53.162Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5342026-03-13T03:55:53.243Z Compiling num-iter v0.1.45
5352026-03-13T03:55:53.386Z Compiling memmap v0.7.0
5362026-03-13T03:55:53.472Z Compiling anyhow v1.0.102
5372026-03-13T03:55:53.744Z Compiling funty v2.0.0
5382026-03-13T03:55:54.367Z Compiling serde_tokenstream v0.2.3
5392026-03-13T03:55:54.407Z Compiling dof v0.3.0
5402026-03-13T03:55:54.624Z Compiling num-bigint v0.4.6
5412026-03-13T03:55:54.880Z Compiling num-complex v0.4.6
5422026-03-13T03:55:55.087Z Compiling bitvec v1.0.1
5432026-03-13T03:55:55.579Z Compiling usdt-attr-macro v0.5.0
5442026-03-13T03:55:55.627Z Compiling usdt-macro v0.5.0
5452026-03-13T03:55:56.468Z Compiling num-rational v0.4.2
5462026-03-13T03:55:58.004Z Compiling num v0.4.3
5472026-03-13T03:55:58.085Z Compiling usdt v0.5.0
5482026-03-13T03:55:58.121Z Compiling pnet_macros_support v0.35.0
5492026-03-13T03:55:58.267Z Compiling pnet_macros v0.35.0
5502026-03-13T03:55:58.739Z Compiling pnet_sys v0.35.0
5512026-03-13T03:55:58.981Z Compiling utf8parse v0.2.2
5522026-03-13T03:55:59.144Z Compiling anstyle-parse v1.0.0
5532026-03-13T03:55:59.305Z Compiling ppv-lite86 v0.2.21
5542026-03-13T03:55:59.542Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5552026-03-13T03:55:59.790Z Compiling pnet_packet v0.35.0
5562026-03-13T03:55:59.813Z Compiling rand_core v0.9.5
5572026-03-13T03:56:00.137Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5582026-03-13T03:56:00.740Z Compiling ipnetwork v0.20.0
5592026-03-13T03:56:02.176Z Compiling pnet v0.35.0
5602026-03-13T03:56:02.359Z Compiling anstyle v1.0.13
5612026-03-13T03:56:02.450Z Compiling anstyle-query v1.1.5
5622026-03-13T03:56:02.572Z Compiling is_terminal_polyfill v1.70.2
5632026-03-13T03:56:02.698Z Compiling colorchoice v1.0.4
5642026-03-13T03:56:02.815Z Compiling anstream v1.0.0
5652026-03-13T03:56:03.145Z Compiling pnet_transport v0.35.0
5662026-03-13T03:56:03.761Z Compiling pnet_datalink v0.35.0
5672026-03-13T03:56:05.268Z Compiling rand_chacha v0.9.0
5682026-03-13T03:56:05.721Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5692026-03-13T03:56:05.966Z Compiling heck v0.5.0
5702026-03-13T03:56:06.186Z Compiling strsim v0.11.1
5712026-03-13T03:56:06.621Z Compiling clap_lex v1.0.0
5722026-03-13T03:56:06.624Z Compiling clap_derive v4.6.0
5732026-03-13T03:56:06.688Z Compiling clap_builder v4.6.0
5742026-03-13T03:56:07.222Z Compiling rand v0.9.2
5752026-03-13T03:56:08.280Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5762026-03-13T03:56:08.363Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5772026-03-13T03:56:08.633Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5782026-03-13T03:56:09.018Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5792026-03-13T03:56:12.912Z Compiling clap v4.6.0
5802026-03-13T03:56:12.916Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5812026-03-13T03:56:15.444Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5822026-03-13T03:56:25.125Z Finished `release` profile [optimized] target(s) in 42.10s
5832026-03-13T03:56:25.152Z
5842026-03-13T03:56:25.155Zreal 42.133716646
5852026-03-13T03:56:25.155Zuser 4:15.390943779
5862026-03-13T03:56:25.155Zsys 22.219898929
5872026-03-13T03:56:25.155Ztrap 0.141812349
5882026-03-13T03:56:25.155Ztflt 0.169935688
5892026-03-13T03:56:25.155Zdflt 0.257515151
5902026-03-13T03:56:25.155Zkflt 0.000019267
5912026-03-13T03:56:25.155Zlock 13:15.614155757
5922026-03-13T03:56:25.155Zslp 16:05.881391442
5932026-03-13T03:56:25.155Zlat 16.529291831
5942026-03-13T03:56:25.155Zstop 11.990680361
5952026-03-13T03:56:25.155Z+ for x in debug release
5962026-03-13T03:56:25.155Z+ mkdir -p /work/debug
5972026-03-13T03:56:25.155Z+ cp target/debug/x4c /work/debug/
5982026-03-13T03:56:25.183Z+ cp target/debug/libsidecar_lite.so /work/debug/
5992026-03-13T03:56:25.221Z+ for x in debug release
6002026-03-13T03:56:25.221Z+ mkdir -p /work/release
6012026-03-13T03:56:25.224Z+ cp target/release/x4c /work/release/
6022026-03-13T03:56:25.234Z+ cp target/release/libsidecar_lite.so /work/release/
6032026-03-13T03:56:25.247Z+ banner test
6042026-03-13T03:56:25.250Z
6052026-03-13T03:56:25.250Z ##### ###### #### #####
6062026-03-13T03:56:25.250Z # # # #
6072026-03-13T03:56:25.250Z # ##### #### #
6082026-03-13T03:56:25.251Z # # # #
6092026-03-13T03:56:25.251Z # # # # #
6102026-03-13T03:56:25.251Z # ###### #### #
6112026-03-13T03:56:25.251Z
6122026-03-13T03:56:25.251Z+ cargo test
6132026-03-13T03:56:25.346Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6142026-03-13T03:56:25.367Z Compiling libloading v0.9.0
6152026-03-13T03:56:25.370Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6162026-03-13T03:56:25.370Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6172026-03-13T03:56:25.372Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6182026-03-13T03:56:25.375Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6192026-03-13T03:56:25.613Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6202026-03-13T03:56:26.742Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6212026-03-13T03:56:26.742Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6222026-03-13T03:56:26.742Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6232026-03-13T03:56:27.096Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6242026-03-13T03:56:36.428Z Finished `test` profile [unoptimized + debuginfo] target(s) in 11.17s
6252026-03-13T03:56:36.446Z Running unittests src/lib.rs (target/debug/deps/p4-1546c95bd2fe8ca4)
6262026-03-13T03:56:36.448Z
6272026-03-13T03:56:36.449Zrunning 0 tests
6282026-03-13T03:56:36.449Z
6292026-03-13T03:56:36.449Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-03-13T03:56:36.449Z
6312026-03-13T03:56:36.449Z Running unittests src/lib.rs (target/debug/deps/p4_macro-cd90d596811a5660)
6322026-03-13T03:56:36.451Z
6332026-03-13T03:56:36.452Zrunning 0 tests
6342026-03-13T03:56:36.454Z
6352026-03-13T03:56:36.454Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-03-13T03:56:36.454Z
6372026-03-13T03:56:36.454Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-97a008f78b6c0ec4)
6382026-03-13T03:56:36.454Z
6392026-03-13T03:56:36.454Zrunning 0 tests
6402026-03-13T03:56:36.454Z
6412026-03-13T03:56:36.454Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-03-13T03:56:36.454Z
6432026-03-13T03:56:36.454Z Running unittests src/lib.rs (target/debug/deps/p4_rust-f82cf211dee49060)
6442026-03-13T03:56:36.457Z
6452026-03-13T03:56:36.457Zrunning 0 tests
6462026-03-13T03:56:36.457Z
6472026-03-13T03:56:36.457Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-03-13T03:56:36.457Z
6492026-03-13T03:56:36.457Z Running unittests src/lib.rs (target/debug/deps/p4rs-3afe60b63e34350f)
6502026-03-13T03:56:36.460Z
6512026-03-13T03:56:36.460Zrunning 14 tests
6522026-03-13T03:56:36.460Ztest bitmath::tests::bitmath_add_cascade ... ok
6532026-03-13T03:56:36.460Ztest bitmath::tests::bitmath_add_nest ... ok
6542026-03-13T03:56:36.461Ztest bitmath::tests::bitmath_add_be ... ok
6552026-03-13T03:56:36.461Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6562026-03-13T03:56:36.461Ztest bitmath::tests::bitmath_mod ... ok
6572026-03-13T03:56:36.461Ztest bitmath::tests::bitmath_add_le ... ok
6582026-03-13T03:56:36.461Ztest bitmath::tests::bitmath_sub_be ... ok
6592026-03-13T03:56:36.461Ztest bitmath::tests::bitmath_sub_le ... ok
6602026-03-13T03:56:36.461Ztest checksum::tests::udp_checksum ... ok
6612026-03-13T03:56:36.461Ztest table::tests::match_lpm_ternary_1 ... ok
6622026-03-13T03:56:36.461Ztest table::tests::match_lpm_ternary_range ... ok
6632026-03-13T03:56:36.461Ztest table::tests::match_ternary_1 ... ok
6642026-03-13T03:56:36.461Ztest table::tests::match_lpm_1 ... ok
6652026-03-13T03:56:36.461Ztest table::tests::match_with_action ... ok
6662026-03-13T03:56:36.461Z
6672026-03-13T03:56:36.461Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6682026-03-13T03:56:36.461Z
6692026-03-13T03:56:36.461Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-5386dbfce708873f)
6702026-03-13T03:56:36.464Z
6712026-03-13T03:56:36.464Zrunning 0 tests
6722026-03-13T03:56:36.464Z
6732026-03-13T03:56:36.464Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6742026-03-13T03:56:36.464Z
6752026-03-13T03:56:36.464Z Running unittests src/lib.rs (target/debug/deps/tests-1b637ef03272df3f)
6762026-03-13T03:56:36.467Z
6772026-03-13T03:56:36.467Zrunning 15 tests
6782026-03-13T03:56:36.469Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6792026-03-13T03:56:36.469Ztest headers::ipv6_header_read_write ... ok
6802026-03-13T03:56:36.472Ztest dload::pipeline_create ... ok
6812026-03-13T03:56:36.472Ztest ipv6::test_ipv6_parse ... ok
6822026-03-13T03:56:36.472Ztest dload::dynamic_load ... ok
6832026-03-13T03:56:36.479Ztest basic_router::basic_router2 ... ok
6842026-03-13T03:56:36.482Ztest arithmetic::arithmetic ... ok
6852026-03-13T03:56:36.482Ztest hub::hub2 ... ok
6862026-03-13T03:56:36.482Ztest vlan::test_vlan_parse ... ok
6872026-03-13T03:56:36.482Ztest dynamic_router::dynamic_router2 ... ok
6882026-03-13T03:56:36.485Ztest decap::geneve_decap ... ok
6892026-03-13T03:56:36.486Ztest range::range ... ok
6902026-03-13T03:56:36.486Ztest disag_router::disag_router ... ok
6912026-03-13T03:56:36.497Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6922026-03-13T03:56:36.539Ztest mac_rewrite::mac_rewrite2 ... ok
6932026-03-13T03:56:36.539Z
6942026-03-13T03:56:36.539Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
6952026-03-13T03:56:36.539Z
6962026-03-13T03:56:36.552Z Running unittests src/lib.rs (target/debug/deps/x4c-2985a640bf8d8149)
6972026-03-13T03:56:36.555Z
6982026-03-13T03:56:36.555Zrunning 0 tests
6992026-03-13T03:56:36.555Z
7002026-03-13T03:56:36.555Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7012026-03-13T03:56:36.555Z
7022026-03-13T03:56:36.555Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-2e05505f32d0e974)
7032026-03-13T03:56:36.555Z
7042026-03-13T03:56:36.555Zrunning 0 tests
7052026-03-13T03:56:36.555Z
7062026-03-13T03:56:36.555Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-03-13T03:56:36.555Z
7082026-03-13T03:56:36.555Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-a85c950da1038504)
7092026-03-13T03:56:36.559Z
7102026-03-13T03:56:36.559Zrunning 0 tests
7112026-03-13T03:56:36.559Z
7122026-03-13T03:56:36.559Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7132026-03-13T03:56:36.559Z
7142026-03-13T03:56:36.559Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-7cfba82c616208f5)
7152026-03-13T03:56:36.559Z
7162026-03-13T03:56:36.559Zrunning 0 tests
7172026-03-13T03:56:36.559Z
7182026-03-13T03:56:36.562Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7192026-03-13T03:56:36.562Z
7202026-03-13T03:56:36.562Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7212026-03-13T03:56:36.562Z
7222026-03-13T03:56:36.562Zrunning 0 tests
7232026-03-13T03:56:36.562Z
7242026-03-13T03:56:36.562Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7252026-03-13T03:56:36.562Z
7262026-03-13T03:56:36.562Z Doc-tests p4
7272026-03-13T03:56:36.681Z
7282026-03-13T03:56:36.681Zrunning 0 tests
7292026-03-13T03:56:36.681Z
7302026-03-13T03:56:36.681Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7312026-03-13T03:56:36.681Z
7322026-03-13T03:56:36.692Z Doc-tests p4_macro
7332026-03-13T03:56:36.747Z
7342026-03-13T03:56:36.747Zrunning 2 tests
7352026-03-13T03:56:36.751Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7362026-03-13T03:56:36.751Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7372026-03-13T03:56:36.751Z
7382026-03-13T03:56:36.751Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7392026-03-13T03:56:36.751Z
7402026-03-13T03:56:36.754Z Doc-tests p4_rust
7412026-03-13T03:56:36.973Z
7422026-03-13T03:56:36.973Zrunning 0 tests
7432026-03-13T03:56:36.973Z
7442026-03-13T03:56:36.973Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7452026-03-13T03:56:36.973Z
7462026-03-13T03:56:36.986Z Doc-tests p4rs
7472026-03-13T03:56:37.092Z
7482026-03-13T03:56:37.092Zrunning 1 test
7492026-03-13T03:56:38.158Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7502026-03-13T03:56:38.158Z
7512026-03-13T03:56:38.158Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.07s
7522026-03-13T03:56:38.158Z
7532026-03-13T03:56:38.169Z Doc-tests tests
7542026-03-13T03:56:38.249Z
7552026-03-13T03:56:38.249Zrunning 0 tests
7562026-03-13T03:56:38.249Z
7572026-03-13T03:56:38.249Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7582026-03-13T03:56:38.249Z
7592026-03-13T03:56:38.259Z Doc-tests x4c
7602026-03-13T03:56:38.316Z
7612026-03-13T03:56:38.317Zrunning 0 tests
7622026-03-13T03:56:38.317Z
7632026-03-13T03:56:38.317Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7642026-03-13T03:56:38.317Z
7652026-03-13T03:56:38.326Z Doc-tests x4c_error_codes
7662026-03-13T03:56:38.357Z
7672026-03-13T03:56:38.357Zrunning 0 tests
7682026-03-13T03:56:38.357Z
7692026-03-13T03:56:38.360Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7702026-03-13T03:56:38.360Z
7712026-03-13T03:56:38.371Z+ pushd test
7722026-03-13T03:56:38.374Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7732026-03-13T03:56:38.374Z+ banner 'mac rewr'
7742026-03-13T03:56:38.374Z
7752026-03-13T03:56:38.374Z # # ## #### ##### ###### # # #####
7762026-03-13T03:56:38.374Z ## ## # # # # # # # # # # #
7772026-03-13T03:56:38.374Z # ## # # # # # # ##### # # # #
7782026-03-13T03:56:38.374Z # # ###### # ##### # # ## # #####
7792026-03-13T03:56:38.374Z # # # # # # # # # ## ## # #
7802026-03-13T03:56:38.374Z # # # # #### # # ###### # # # #
7812026-03-13T03:56:38.374Z
7822026-03-13T03:56:38.374Z+ RUST_BACKTRACE=1
7832026-03-13T03:56:38.374Z+ cargo test mac_rewrite -- --nocapture
7842026-03-13T03:56:38.513Z Compiling aho-corasick v1.1.4
7852026-03-13T03:56:38.531Z Compiling rustix v1.1.4
7862026-03-13T03:56:38.534Z Compiling getrandom v0.4.1
7872026-03-13T03:56:38.534Z Compiling errno v0.3.14
7882026-03-13T03:56:38.538Z Compiling prettyplease v0.2.37
7892026-03-13T03:56:39.539Z Compiling regex-automata v0.4.14
7902026-03-13T03:56:39.562Z Compiling tempfile v3.27.0
7912026-03-13T03:56:41.553Z Compiling regex v1.12.3
7922026-03-13T03:56:41.903Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7932026-03-13T03:56:41.992Z Compiling pnet_macros v0.35.0
7942026-03-13T03:56:42.897Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7952026-03-13T03:56:43.266Z Compiling pnet_packet v0.35.0
7962026-03-13T03:56:43.980Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
7972026-03-13T03:56:46.002Z Compiling pnet_transport v0.35.0
7982026-03-13T03:56:46.153Z Compiling pnet v0.35.0
7992026-03-13T03:56:46.289Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8002026-03-13T03:56:55.515Z Finished `test` profile [unoptimized + debuginfo] target(s) in 17.12s
8012026-03-13T03:56:55.531Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
8022026-03-13T03:56:55.536Z
8032026-03-13T03:56:55.536Zrunning 1 test
8042026-03-13T03:56:55.543Z[phy2] do you know the muffin man?
8052026-03-13T03:56:55.546Z[cpu] the muffin man?
8062026-03-13T03:56:55.546Z[cpu] the muffin man!
8072026-03-13T03:56:55.546Z[cpu] why yes
8082026-03-13T03:56:55.546Z[phy1] i know the muffin man
8092026-03-13T03:56:55.546Z[phy3] the muffin man is me!!!
8102026-03-13T03:56:55.546Ztest mac_rewrite::mac_rewrite2 ... ok
8112026-03-13T03:56:55.546Z
8122026-03-13T03:56:55.546Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8132026-03-13T03:56:55.546Z
8142026-03-13T03:56:55.552Z+ banner 'dyn load'
8152026-03-13T03:56:55.555Z
8162026-03-13T03:56:55.555Z ##### # # # # # #### ## #####
8172026-03-13T03:56:55.555Z # # # # ## # # # # # # # #
8182026-03-13T03:56:55.555Z # # # # # # # # # # # # #
8192026-03-13T03:56:55.555Z # # # # # # # # # ###### # #
8202026-03-13T03:56:55.555Z # # # # ## # # # # # # #
8212026-03-13T03:56:55.555Z ##### # # # ###### #### # # #####
8222026-03-13T03:56:55.555Z
8232026-03-13T03:56:55.555Z+ RUST_BACKTRACE=1
8242026-03-13T03:56:55.555Z+ cargo test dload -- --nocapture
8252026-03-13T03:56:55.674Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
8262026-03-13T03:56:55.680Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
8272026-03-13T03:56:55.683Z
8282026-03-13T03:56:55.683Zrunning 2 tests
8292026-03-13T03:56:55.687Ztest dload::pipeline_create ... ok
8302026-03-13T03:56:55.690Ztest dload::dynamic_load ... ok
8312026-03-13T03:56:55.690Z
8322026-03-13T03:56:55.690Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8332026-03-13T03:56:55.690Z
8342026-03-13T03:56:55.697Z+ banner disag
8352026-03-13T03:56:55.699Z
8362026-03-13T03:56:55.699Z ##### # #### ## ####
8372026-03-13T03:56:55.699Z # # # # # # # #
8382026-03-13T03:56:55.699Z # # # #### # # #
8392026-03-13T03:56:55.699Z # # # # ###### # ###
8402026-03-13T03:56:55.699Z # # # # # # # # #
8412026-03-13T03:56:55.699Z ##### # #### # # ####
8422026-03-13T03:56:55.699Z
8432026-03-13T03:56:55.699Z+ RUST_BACKTRACE=1
8442026-03-13T03:56:55.699Z+ cargo test disag_router -- --nocapture
8452026-03-13T03:56:55.831Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
8462026-03-13T03:56:55.837Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
8472026-03-13T03:56:55.837Z
8482026-03-13T03:56:55.837Zrunning 1 test
8492026-03-13T03:56:55.841Z[phy2] do you know the muffin man?
8502026-03-13T03:56:55.842Z[cpu] the muffin man?
8512026-03-13T03:56:55.842Z[cpu] the muffin man!
8522026-03-13T03:56:55.842Z[cpu] why yes
8532026-03-13T03:56:55.842Z[phy1] i know the muffin man
8542026-03-13T03:56:55.842Z[phy3] the muffin man is me!!!
8552026-03-13T03:56:55.847Ztest disag_router::disag_router ... ok
8562026-03-13T03:56:55.847Z
8572026-03-13T03:56:55.847Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8582026-03-13T03:56:55.847Z
8592026-03-13T03:56:55.851Z+ banner 'dyn rtr'
8602026-03-13T03:56:55.854Z
8612026-03-13T03:56:55.855Z ##### # # # # ##### ##### #####
8622026-03-13T03:56:55.855Z # # # # ## # # # # # #
8632026-03-13T03:56:55.855Z # # # # # # # # # # #
8642026-03-13T03:56:55.855Z # # # # # # ##### # #####
8652026-03-13T03:56:55.855Z # # # # ## # # # # #
8662026-03-13T03:56:55.855Z ##### # # # # # # # #
8672026-03-13T03:56:55.855Z
8682026-03-13T03:56:55.855Z+ RUST_BACKTRACE=1
8692026-03-13T03:56:55.855Z+ cargo test dynamic_router -- --nocapture
8702026-03-13T03:56:55.999Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
8712026-03-13T03:56:56.013Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
8722026-03-13T03:56:56.013Z
8732026-03-13T03:56:56.013Zrunning 1 test
8742026-03-13T03:56:56.013Z[phy2] do you know the muffin man?
8752026-03-13T03:56:56.013Z[cpu] the muffin man?
8762026-03-13T03:56:56.013Z[cpu] the muffin man!
8772026-03-13T03:56:56.013Z[cpu] why yes
8782026-03-13T03:56:56.013Z[phy1] i know the muffin man
8792026-03-13T03:56:56.013Z[phy3] the muffin man is me!!!
8802026-03-13T03:56:56.013Ztest dynamic_router::dynamic_router2 ... ok
8812026-03-13T03:56:56.014Z
8822026-03-13T03:56:56.014Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8832026-03-13T03:56:56.014Z
8842026-03-13T03:56:56.014Z+ banner hub
8852026-03-13T03:56:56.014Z
8862026-03-13T03:56:56.014Z # # # # #####
8872026-03-13T03:56:56.014Z # # # # # #
8882026-03-13T03:56:56.014Z ###### # # #####
8892026-03-13T03:56:56.014Z # # # # # #
8902026-03-13T03:56:56.014Z # # # # # #
8912026-03-13T03:56:56.014Z # # #### #####
8922026-03-13T03:56:56.014Z
8932026-03-13T03:56:56.014Z+ RUST_BACKTRACE=1
8942026-03-13T03:56:56.014Z+ cargo test hub -- --nocapture
8952026-03-13T03:56:56.145Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
8962026-03-13T03:56:56.184Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
8972026-03-13T03:56:56.184Z
8982026-03-13T03:56:56.184Zrunning 1 test
8992026-03-13T03:56:56.184Z[phy2] do you know the muffin man?
9002026-03-13T03:56:56.185Z[phy3] do you know the muffin man?
9012026-03-13T03:56:56.185Z[phy1] the muffin man?
9022026-03-13T03:56:56.185Z[phy3] the muffin man?
9032026-03-13T03:56:56.185Z[phy2] the muffin man!
9042026-03-13T03:56:56.185Z[phy3] the muffin man!
9052026-03-13T03:56:56.185Z[phy1] why yes
9062026-03-13T03:56:56.185Z[phy1] i know the muffin man
9072026-03-13T03:56:56.186Z[phy1] the muffin man is me!!!
9082026-03-13T03:56:56.186Z[phy3] why yes
9092026-03-13T03:56:56.186Z[phy3] i know the muffin man
9102026-03-13T03:56:56.186Z[phy3] the muffin man is me!!!
9112026-03-13T03:56:56.186Ztest hub::hub2 ... ok
9122026-03-13T03:56:56.186Z
9132026-03-13T03:56:56.186Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9142026-03-13T03:56:56.187Z
9152026-03-13T03:56:56.187Z+ banner router
9162026-03-13T03:56:56.187Z
9172026-03-13T03:56:56.187Z ##### #### # # ##### ###### #####
9182026-03-13T03:56:56.187Z # # # # # # # # # #
9192026-03-13T03:56:56.187Z # # # # # # # ##### # #
9202026-03-13T03:56:56.187Z ##### # # # # # # #####
9212026-03-13T03:56:56.187Z # # # # # # # # # #
9222026-03-13T03:56:56.187Z # # #### #### # ###### # #
9232026-03-13T03:56:56.187Z
9242026-03-13T03:56:56.187Z+ RUST_BACKTRACE=1
9252026-03-13T03:56:56.187Z+ cargo test basic_router -- --nocapture
9262026-03-13T03:56:56.288Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
9272026-03-13T03:56:56.308Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
9282026-03-13T03:56:56.308Z
9292026-03-13T03:56:56.308Zrunning 1 test
9302026-03-13T03:56:56.309Z[phy2] do you know the muffin man?
9312026-03-13T03:56:56.309Z[phy1] the muffin man?
9322026-03-13T03:56:56.309Z[phy2] the muffin man!
9332026-03-13T03:56:56.309Z[phy1] why yes
9342026-03-13T03:56:56.309Z[phy1] i know the muffin man
9352026-03-13T03:56:56.309Z[phy1] the muffin man is me!!!
9362026-03-13T03:56:56.310Ztest basic_router::basic_router2 ... ok
9372026-03-13T03:56:56.310Z
9382026-03-13T03:56:56.310Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9392026-03-13T03:56:56.310Z
9402026-03-13T03:56:56.328Z+ banner headers
9412026-03-13T03:56:56.328Z
9422026-03-13T03:56:56.328Z # # ###### ## ##### ###### ##### ####
9432026-03-13T03:56:56.328Z # # # # # # # # # # #
9442026-03-13T03:56:56.328Z ###### ##### # # # # ##### # # ####
9452026-03-13T03:56:56.328Z # # # ###### # # # ##### #
9462026-03-13T03:56:56.328Z # # # # # # # # # # # #
9472026-03-13T03:56:56.328Z # # ###### # # ##### ###### # # ####
9482026-03-13T03:56:56.328Z
9492026-03-13T03:56:56.329Z+ RUST_BACKTRACE=1
9502026-03-13T03:56:56.329Z+ cargo test headers -- --nocapture
9512026-03-13T03:56:56.514Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
9522026-03-13T03:56:56.545Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
9532026-03-13T03:56:56.545Z
9542026-03-13T03:56:56.545Zrunning 1 test
9552026-03-13T03:56:56.546Ztest headers::ipv6_header_read_write ... ok
9562026-03-13T03:56:56.546Z
9572026-03-13T03:56:56.546Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9582026-03-13T03:56:56.546Z
9592026-03-13T03:56:56.546Zprocess exited: duration 137148 ms, exit code 0
 
9602026-03-13T03:56:56.589Zfound 4 output files
9612026-03-13T03:56:56.589Zuploading: /work/debug/libsidecar_lite.so (43097048 bytes)
9622026-03-13T03:56:58.353Zuploaded: /work/debug/libsidecar_lite.so
9632026-03-13T03:56:58.361Zuploading: /work/debug/x4c (37742568 bytes)
9642026-03-13T03:56:59.882Zuploaded: /work/debug/x4c
9652026-03-13T03:56:59.883Zuploading: /work/release/libsidecar_lite.so (9837824 bytes)
9662026-03-13T03:57:01.148Zuploaded: /work/release/libsidecar_lite.so
9672026-03-13T03:57:01.151Zuploading: /work/release/x4c (8571776 bytes)
9682026-03-13T03:57:02.265Zuploaded: /work/release/x4c