01KNV08M7SZJR9S9098RKMRSXT: 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: 01KNV08ST47Y8KB2FYWF8MV6SH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-10T06:12:18.264Zjob assigned to worker 01KNV08WXR90QTNJBVMRZ3RDN4 [factory aws, i-0e50837b1e18f5e3c] (queued for 44 s)
 
22026-04-10T06:12:24.876Zstarting task 0: "setup"
32026-04-10T06:12:24.881Z++ uname -s
42026-04-10T06:12:24.884Z+ kern=SunOS
52026-04-10T06:12:24.884Z+ build_user=build
62026-04-10T06:12:24.884Z+ build_uid=12345
72026-04-10T06:12:24.884Z+ work_dir=/work
82026-04-10T06:12:24.884Z+ input_dir=/input
92026-04-10T06:12:24.884Z+ [[ 0 == 12345 ]]
102026-04-10T06:12:24.884Z+ case "$kern" in
112026-04-10T06:12:24.884Z+ groupadd -g 12345 build
122026-04-10T06:12:24.886Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-10T06:12:26.892Z+ zfs create -o mountpoint=/work rpool/work
142026-04-10T06:12:27.008Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-10T06:12:27.011Z+ home_fs=zfs
162026-04-10T06:12:27.011Z+ [[ zfs == autofs ]]
172026-04-10T06:12:27.011Z+ mkdir -p /home/build
182026-04-10T06:12:27.011Z+ chown build:build /home/build /work
192026-04-10T06:12:29.012Z+ chmod 0700 /home/build /work
202026-04-10T06:12:29.016Zprocess exited: duration 4141 ms, exit code 0
 
212026-04-10T06:12:29.021Zstarting task 1: "rust-toolchain"
222026-04-10T06:12:29.026Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-10T06:12:29.026Z * rust toolchain channel = "stable"
242026-04-10T06:12:29.026Z * rust toolchain profile = "default"
252026-04-10T06:12:29.026Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-10T06:12:29.026Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-10T06:12:29.026Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-10T06:12:29.029Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-10T06:12:29.029Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-10T06:12:29.174Zinfo: downloading installer
312026-04-10T06:12:30.543Zwarn: It looks like you have an existing installation of Rust at:
322026-04-10T06:12:30.543Zwarn: /opt/ooce/bin
332026-04-10T06:12:30.543Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-10T06:12:30.543Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-10T06:12:30.543Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-10T06:12:30.543Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-10T06:12:30.543Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-10T06:12:30.544Zerror: cannot install while Rust is installed
392026-04-10T06:12:30.544Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-10T06:12:30.544Zwarn: It looks like you have an existing rustup settings file at:
412026-04-10T06:12:30.544Zwarn: /home/build/.rustup/settings.toml
422026-04-10T06:12:30.544Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-10T06:12:30.544Zwarn: instead of the one inferred from the default host triple.
442026-04-10T06:12:30.557Zinfo: profile set to default
452026-04-10T06:12:30.557Zinfo: default host triple is x86_64-unknown-illumos
462026-04-10T06:12:30.560Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-10T06:12:30.690Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-10T06:12:30.693Zinfo: downloading 6 components
492026-04-10T06:12:45.461Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-10T06:12:45.461Z
512026-04-10T06:12:45.490Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-10T06:12:45.490Z
532026-04-10T06:12:45.490Z
542026-04-10T06:12:45.490ZRust is installed now. Great!
552026-04-10T06:12:45.490Z
562026-04-10T06:12:45.490ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-10T06:12:45.490Zenvironment variable. This has not been done automatically.
582026-04-10T06:12:45.490Z
592026-04-10T06:12:45.490ZTo configure your current shell, you need to source
602026-04-10T06:12:45.490Zthe corresponding env file under $HOME/.cargo.
612026-04-10T06:12:45.490Z
622026-04-10T06:12:45.490ZThis is usually done by running one of the following (note the leading DOT):
632026-04-10T06:12:45.490Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-10T06:12:45.490Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-10T06:12:45.494Zsource "~/.cargo/env.nu" # For nushell
662026-04-10T06:12:45.494Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-10T06:12:45.494Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-10T06:12:45.494Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-10T06:12:45.494Zwarn: no default linker (`cc`) was found in your PATH
702026-04-10T06:12:45.494Zwarn: many Rust crates require a system C toolchain to build
712026-04-10T06:12:45.577Z+ rustup --version
722026-04-10T06:12:45.585Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-10T06:12:45.588Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-10T06:12:45.606Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-10T06:12:45.609Z+ cargo --version
762026-04-10T06:12:45.622Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-10T06:12:45.625Z+ rustc --version
782026-04-10T06:12:45.645Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-10T06:12:45.648Zprocess exited: duration 16625 ms, exit code 0
 
802026-04-10T06:12:45.653Zstarting task 2: "authentication"
812026-04-10T06:12:45.670Zprocess exited: duration 15 ms, exit code 0
 
822026-04-10T06:12:45.676Zstarting task 3: "clone repository"
832026-04-10T06:12:45.679Z+ mkdir -p /work/oxidecomputer/p4
842026-04-10T06:12:45.682Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-04-10T06:12:45.714ZCloning into '/work/oxidecomputer/p4'...
862026-04-10T06:12:46.795Z+ cd /work/oxidecomputer/p4
872026-04-10T06:12:46.795Z+ git fetch origin b5baa6a8e246681cfe284646e9dd55b6039e30e8
882026-04-10T06:12:47.164ZFrom https://github.com/oxidecomputer/p4
892026-04-10T06:12:47.164Z * branch b5baa6a8e246681cfe284646e9dd55b6039e30e8 -> FETCH_HEAD
902026-04-10T06:12:47.169Z+ [[ -n '' ]]
912026-04-10T06:12:47.169Z+ git reset --hard b5baa6a8e246681cfe284646e9dd55b6039e30e8
922026-04-10T06:12:47.176ZHEAD is now at b5baa6a Update ad-m/github-push-action action to v1.1.0
932026-04-10T06:12:47.179Zprocess exited: duration 1501 ms, exit code 0
 
942026-04-10T06:12:47.184Zstarting task 4: "build"
952026-04-10T06:12:47.189Z+ cargo --version
962026-04-10T06:12:47.194Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
972026-04-10T06:12:47.362Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
982026-04-10T06:12:47.365Zinfo: downloading 6 components
992026-04-10T06:13:01.877Zcargo 1.92.0 (344c4567c 2025-10-21)
1002026-04-10T06:13:01.880Z+ rustc --version
1012026-04-10T06:13:01.911Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1022026-04-10T06:13:01.916Z+ banner check
1032026-04-10T06:13:01.919Z
1042026-04-10T06:13:01.919Z #### # # ###### #### # #
1052026-04-10T06:13:01.919Z # # # # # # # # #
1062026-04-10T06:13:01.919Z # ###### ##### # ####
1072026-04-10T06:13:01.919Z # # # # # # #
1082026-04-10T06:13:01.919Z # # # # # # # # #
1092026-04-10T06:13:01.919Z #### # # ###### #### # #
1102026-04-10T06:13:01.919Z
1112026-04-10T06:13:01.919Z+ cargo fmt -- --check
1122026-04-10T06:13:02.062Z+ cargo check
1132026-04-10T06:13:02.131Z Updating crates.io index
1142026-04-10T06:13:02.165Z Updating git repository `https://github.com/oxidecomputer/xfr`
1152026-04-10T06:13:02.444ZFrom https://github.com/oxidecomputer/xfr
1162026-04-10T06:13:02.444Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1172026-04-10T06:13:03.657Z Downloading crates ...
1182026-04-10T06:13:03.704Z Downloaded anstyle-query v1.1.5
1192026-04-10T06:13:03.707Z Downloaded errno v0.3.14
1202026-04-10T06:13:03.710Z Downloaded colorchoice v1.0.4
1212026-04-10T06:13:03.710Z Downloaded bitflags v2.11.0
1222026-04-10T06:13:03.715Z Downloaded anstream v1.0.0
1232026-04-10T06:13:03.724Z Downloaded usdt v0.5.0
1242026-04-10T06:13:03.726Z Downloaded thiserror-impl v1.0.69
1252026-04-10T06:13:03.726Z Downloaded block-buffer v0.10.4
1262026-04-10T06:13:03.726Z Downloaded tap v1.0.1
1272026-04-10T06:13:03.729Z Downloaded crypto-common v0.1.7
1282026-04-10T06:13:03.729Z Downloaded digest v0.10.7
1292026-04-10T06:13:03.732Z Downloaded colored v3.1.1
1302026-04-10T06:13:03.732Z Downloaded zmij v1.0.21
1312026-04-10T06:13:03.735Z Downloaded fastrand v2.3.0
1322026-04-10T06:13:03.735Z Downloaded byteorder v1.5.0
1332026-04-10T06:13:03.738Z Downloaded zerocopy-derive v0.7.35
1342026-04-10T06:13:03.746Z Downloaded zerocopy v0.8.40
1352026-04-10T06:13:03.752Z Downloaded dtrace-parser v0.2.0
1362026-04-10T06:13:03.755Z Downloaded clap_derive v4.6.0
1372026-04-10T06:13:03.755Z Downloaded clap_builder v4.6.0
1382026-04-10T06:13:03.759Z Downloaded funty v2.0.0
1392026-04-10T06:13:03.767Z Downloaded clap_lex v1.0.0
1402026-04-10T06:13:03.769Z Downloaded cfg-if v1.0.4
1412026-04-10T06:13:03.772Z Downloaded cpufeatures v0.2.17
1422026-04-10T06:13:03.776Z Downloaded pretty-hex v0.4.1
1432026-04-10T06:13:03.779Z Downloaded heck v0.5.0
1442026-04-10T06:13:03.782Z Downloaded strsim v0.11.1
1452026-04-10T06:13:03.786Z Downloaded radium v0.7.0
1462026-04-10T06:13:03.789Z Downloaded is_terminal_polyfill v1.70.2
1472026-04-10T06:13:03.792Z Downloaded utf8parse v0.2.2
1482026-04-10T06:13:03.792Z Downloaded plain v0.2.3
1492026-04-10T06:13:03.796Z Downloaded num v0.4.3
1502026-04-10T06:13:03.800Z Downloaded anstyle v1.0.13
1512026-04-10T06:13:03.800Z Downloaded dof v0.3.0
1522026-04-10T06:13:03.805Z Downloaded pnet_macros_support v0.35.0
1532026-04-10T06:13:03.808Z Downloaded thread-id v4.2.2
1542026-04-10T06:13:03.812Z Downloaded generic-array v0.14.7
1552026-04-10T06:13:03.814Z Downloaded memmap v0.7.0
1562026-04-10T06:13:03.815Z Downloaded pnet_sys v0.35.0
1572026-04-10T06:13:03.817Z Downloaded pnet_base v0.35.0
1582026-04-10T06:13:03.820Z Downloaded scroll_derive v0.12.1
1592026-04-10T06:13:03.823Z Downloaded usdt-attr-macro v0.5.0
1602026-04-10T06:13:03.823Z Downloaded num-iter v0.1.45
1612026-04-10T06:13:03.823Z Downloaded itoa v1.0.17
1622026-04-10T06:13:03.826Z Downloaded usdt-macro v0.5.0
1632026-04-10T06:13:03.835Z Downloaded version_check v0.9.5
1642026-04-10T06:13:03.839Z Downloaded usdt-impl v0.5.0
1652026-04-10T06:13:03.842Z Downloaded thiserror v1.0.69
1662026-04-10T06:13:03.845Z Downloaded rand_core v0.9.5
1672026-04-10T06:13:03.845Z Downloaded pnet_macros v0.35.0
1682026-04-10T06:13:03.847Z Downloaded autocfg v1.5.0
1692026-04-10T06:13:03.847Z Downloaded num-integer v0.1.46
1702026-04-10T06:13:03.850Z Downloaded sha2 v0.10.9
1712026-04-10T06:13:03.850Z Downloaded scroll v0.12.0
1722026-04-10T06:13:03.850Z Downloaded pnet_transport v0.35.0
1732026-04-10T06:13:03.855Z Downloaded ppv-lite86 v0.2.21
1742026-04-10T06:13:03.858Z Downloaded quote v1.0.45
1752026-04-10T06:13:03.862Z Downloaded wyz v0.5.1
1762026-04-10T06:13:03.865Z Downloaded rand_chacha v0.9.0
1772026-04-10T06:13:03.865Z Downloaded no-std-net v0.6.0
1782026-04-10T06:13:03.869Z Downloaded pnet_datalink v0.35.0
1792026-04-10T06:13:03.872Z Downloaded serde_tokenstream v0.2.3
1802026-04-10T06:13:03.878Z Downloaded glob v0.3.3
1812026-04-10T06:13:03.887Z Downloaded anstyle-parse v1.0.0
1822026-04-10T06:13:03.894Z Downloaded pest_derive v2.8.6
1832026-04-10T06:13:03.905Z Downloaded anyhow v1.0.102
1842026-04-10T06:13:03.908Z Downloaded ipnetwork v0.20.0
1852026-04-10T06:13:03.911Z Downloaded tempfile v3.27.0
1862026-04-10T06:13:03.911Z Downloaded once_cell v1.21.3
1872026-04-10T06:13:03.914Z Downloaded num-rational v0.4.2
1882026-04-10T06:13:03.921Z Downloaded pnet v0.35.0
1892026-04-10T06:13:03.924Z Downloaded proc-macro2 v1.0.106
1902026-04-10T06:13:03.928Z Downloaded pnet_packet v0.35.0
1912026-04-10T06:13:03.930Z Downloaded num-complex v0.4.6
1922026-04-10T06:13:03.930Z Downloaded getrandom v0.3.4
1932026-04-10T06:13:03.933Z Downloaded serde_derive v1.0.228
1942026-04-10T06:13:03.933Z Downloaded log v0.4.29
1952026-04-10T06:13:03.939Z Downloaded num-traits v0.2.19
1962026-04-10T06:13:03.942Z Downloaded getrandom v0.4.1
1972026-04-10T06:13:03.946Z Downloaded serde_core v1.0.228
1982026-04-10T06:13:03.949Z Downloaded pest_generator v2.8.6
1992026-04-10T06:13:03.955Z Downloaded pest_meta v2.8.6
2002026-04-10T06:13:03.961Z Downloaded ucd-trie v0.1.7
2012026-04-10T06:13:03.964Z Downloaded typenum v1.19.0
2022026-04-10T06:13:03.967Z Downloaded unicode-ident v1.0.24
2032026-04-10T06:13:03.967Z Downloaded clap v4.6.0
2042026-04-10T06:13:03.972Z Downloaded prettyplease v0.2.37
2052026-04-10T06:13:03.974Z Downloaded memchr v2.8.0
2062026-04-10T06:13:03.977Z Downloaded serde v1.0.228
2072026-04-10T06:13:03.987Z Downloaded rand v0.9.2
2082026-04-10T06:13:03.990Z Downloaded num-bigint v0.4.6
2092026-04-10T06:13:03.998Z Downloaded aho-corasick v1.1.4
2102026-04-10T06:13:04.021Z Downloaded pest v2.8.6
2112026-04-10T06:13:04.029Z Downloaded serde_json v1.0.149
2122026-04-10T06:13:04.033Z Downloaded regex v1.12.3
2132026-04-10T06:13:04.039Z Downloaded zerocopy v0.7.35
2142026-04-10T06:13:04.047Z Downloaded goblin v0.8.2
2152026-04-10T06:13:04.056Z Downloaded bitvec v1.0.1
2162026-04-10T06:13:04.094Z Downloaded syn v2.0.117
2172026-04-10T06:13:04.109Z Downloaded regex-syntax v0.8.10
2182026-04-10T06:13:04.118Z Downloaded rustix v1.1.4
2192026-04-10T06:13:04.130Z Downloaded libc v0.2.182
2202026-04-10T06:13:04.148Z Downloaded regex-automata v0.4.14
2212026-04-10T06:13:04.206Z Compiling proc-macro2 v1.0.106
2222026-04-10T06:13:04.206Z Compiling quote v1.0.45
2232026-04-10T06:13:04.209Z Compiling unicode-ident v1.0.24
2242026-04-10T06:13:04.209Z Compiling libc v0.2.182
2252026-04-10T06:13:04.209Z Compiling serde_core v1.0.228
2262026-04-10T06:13:04.209Z Compiling memchr v2.8.0
2272026-04-10T06:13:04.209Z Compiling serde v1.0.228
2282026-04-10T06:13:04.372Z Compiling zmij v1.0.21
2292026-04-10T06:13:04.641Z Compiling thiserror v1.0.69
2302026-04-10T06:13:04.648Z Compiling ucd-trie v0.1.7
2312026-04-10T06:13:04.740Z Compiling getrandom v0.4.1
2322026-04-10T06:13:04.855Z Compiling pest v2.8.6
2332026-04-10T06:13:04.867Z Compiling serde_json v1.0.149
2342026-04-10T06:13:05.005Z Compiling rustix v1.1.4
2352026-04-10T06:13:05.108Z Compiling version_check v0.9.5
2362026-04-10T06:13:05.113Z Compiling autocfg v1.5.0
2372026-04-10T06:13:05.438Z Compiling syn v2.0.117
2382026-04-10T06:13:05.468Z Compiling num-traits v0.2.19
2392026-04-10T06:13:05.516Z Compiling aho-corasick v1.1.4
2402026-04-10T06:13:05.562Z Compiling prettyplease v0.2.37
2412026-04-10T06:13:05.698Z Compiling regex-syntax v0.8.10
2422026-04-10T06:13:05.975Z Compiling pest_meta v2.8.6
2432026-04-10T06:13:06.064Z Checking cfg-if v1.0.4
2442026-04-10T06:13:06.403Z Compiling itoa v1.0.17
2452026-04-10T06:13:06.616Z Compiling byteorder v1.5.0
2462026-04-10T06:13:06.658Z Compiling usdt-impl v0.5.0
2472026-04-10T06:13:06.840Z Checking num-integer v0.1.46
2482026-04-10T06:13:06.956Z Compiling thread-id v4.2.2
2492026-04-10T06:13:07.029Z Checking log v0.4.29
2502026-04-10T06:13:07.053Z Checking plain v0.2.3
2512026-04-10T06:13:07.149Z Checking colored v3.1.1
2522026-04-10T06:13:07.169Z Compiling regex-automata v0.4.14
2532026-04-10T06:13:07.451Z Compiling errno v0.3.14
2542026-04-10T06:13:07.590Z Compiling radium v0.7.0
2552026-04-10T06:13:07.673Z Checking pretty-hex v0.4.1
2562026-04-10T06:13:07.791Z Compiling bitflags v2.11.0
2572026-04-10T06:13:07.814Z Compiling pest_generator v2.8.6
2582026-04-10T06:13:07.847Z Checking no-std-net v0.6.0
2592026-04-10T06:13:07.910Z Checking pnet_base v0.35.0
2602026-04-10T06:13:08.103Z Compiling getrandom v0.3.4
2612026-04-10T06:13:08.108Z Compiling once_cell v1.21.3
2622026-04-10T06:13:08.300Z Checking tap v1.0.1
2632026-04-10T06:13:08.395Z Compiling zerocopy v0.8.40
2642026-04-10T06:13:08.404Z Compiling fastrand v2.3.0
2652026-04-10T06:13:08.421Z Checking wyz v0.5.1
2662026-04-10T06:13:08.581Z Checking num-iter v0.1.45
2672026-04-10T06:13:08.589Z Checking memmap v0.7.0
2682026-04-10T06:13:08.626Z Compiling tempfile v3.27.0
2692026-04-10T06:13:08.706Z Checking funty v2.0.0
2702026-04-10T06:13:08.804Z Compiling anyhow v1.0.102
2712026-04-10T06:13:08.948Z Compiling regex v1.12.3
2722026-04-10T06:13:09.008Z Checking bitvec v1.0.1
2732026-04-10T06:13:09.019Z Compiling serde_derive v1.0.228
2742026-04-10T06:13:09.124Z Compiling thiserror-impl v1.0.69
2752026-04-10T06:13:09.178Z Compiling zerocopy-derive v0.7.35
2762026-04-10T06:13:09.341Z Compiling pest_derive v2.8.6
2772026-04-10T06:13:09.358Z Compiling scroll_derive v0.12.1
2782026-04-10T06:13:09.761Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2792026-04-10T06:13:09.843Z Compiling pnet_macros v0.35.0
2802026-04-10T06:13:10.007Z Compiling zerocopy v0.7.35
2812026-04-10T06:13:10.037Z Checking scroll v0.12.0
2822026-04-10T06:13:10.251Z Checking goblin v0.8.2
2832026-04-10T06:13:10.366Z Compiling dtrace-parser v0.2.0
2842026-04-10T06:13:10.558Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2852026-04-10T06:13:11.023Z Checking pnet_macros_support v0.35.0
2862026-04-10T06:13:11.099Z Checking pnet_sys v0.35.0
2872026-04-10T06:13:11.204Z Checking utf8parse v0.2.2
2882026-04-10T06:13:11.204Z Checking pnet_packet v0.35.0
2892026-04-10T06:13:11.296Z Checking anstyle-parse v1.0.0
2902026-04-10T06:13:11.443Z Checking rand_core v0.9.5
2912026-04-10T06:13:11.935Z Checking is_terminal_polyfill v1.70.2
2922026-04-10T06:13:12.011Z Checking colorchoice v1.0.4
2932026-04-10T06:13:12.065Z Checking num-bigint v0.4.6
2942026-04-10T06:13:12.098Z Checking num-complex v0.4.6
2952026-04-10T06:13:12.141Z Checking ipnetwork v0.20.0
2962026-04-10T06:13:12.261Z Compiling pnet v0.35.0
2972026-04-10T06:13:12.272Z Compiling dof v0.3.0
2982026-04-10T06:13:12.320Z Compiling serde_tokenstream v0.2.3
2992026-04-10T06:13:12.472Z Checking anstyle v1.0.13
3002026-04-10T06:13:12.605Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3012026-04-10T06:13:12.608Z Checking anstyle-query v1.1.5
3022026-04-10T06:13:12.682Z Checking anstream v1.0.0
3032026-04-10T06:13:12.834Z Checking pnet_datalink v0.35.0
3042026-04-10T06:13:12.911Z Checking num-rational v0.4.2
3052026-04-10T06:13:13.038Z Checking clap_lex v1.0.0
3062026-04-10T06:13:13.115Z Compiling usdt-attr-macro v0.5.0
3072026-04-10T06:13:13.152Z Compiling usdt-macro v0.5.0
3082026-04-10T06:13:13.176Z Checking pnet_transport v0.35.0
3092026-04-10T06:13:13.196Z Checking num v0.4.3
3102026-04-10T06:13:13.243Z Checking strsim v0.11.1
3112026-04-10T06:13:13.259Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3122026-04-10T06:13:13.315Z Compiling heck v0.5.0
3132026-04-10T06:13:13.395Z Checking clap_builder v4.6.0
3142026-04-10T06:13:13.507Z Compiling clap_derive v4.6.0
3152026-04-10T06:13:13.507Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3162026-04-10T06:13:13.519Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3172026-04-10T06:13:13.637Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3182026-04-10T06:13:13.748Z Checking ppv-lite86 v0.2.21
3192026-04-10T06:13:13.804Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3202026-04-10T06:13:13.821Z Checking usdt v0.5.0
3212026-04-10T06:13:13.958Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3222026-04-10T06:13:14.022Z Checking rand_chacha v0.9.0
3232026-04-10T06:13:14.187Z Checking rand v0.9.2
3242026-04-10T06:13:14.296Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3252026-04-10T06:13:14.822Z Checking clap v4.6.0
3262026-04-10T06:13:14.881Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3272026-04-10T06:13:15.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.18s
3282026-04-10T06:13:15.330Z+ cargo clippy --all-targets -- --deny warnings
3292026-04-10T06:13:15.449Z Downloading crates ...
3302026-04-10T06:13:15.500Z Downloaded libloading v0.9.0
3312026-04-10T06:13:15.547Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3322026-04-10T06:13:15.550Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3332026-04-10T06:13:15.569Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3342026-04-10T06:13:15.572Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3352026-04-10T06:13:15.575Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3362026-04-10T06:13:15.578Z Checking libloading v0.9.0
3372026-04-10T06:13:15.816Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3382026-04-10T06:13:16.337Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3392026-04-10T06:13:17.213Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3402026-04-10T06:13:17.213Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3412026-04-10T06:13:18.138Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3422026-04-10T06:13:23.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.71s
3432026-04-10T06:13:23.115Z+ banner build
3442026-04-10T06:13:23.118Z
3452026-04-10T06:13:23.118Z ##### # # # # #####
3462026-04-10T06:13:23.118Z # # # # # # # #
3472026-04-10T06:13:23.118Z ##### # # # # # #
3482026-04-10T06:13:23.118Z # # # # # # # #
3492026-04-10T06:13:23.118Z # # # # # # # #
3502026-04-10T06:13:23.118Z ##### #### # ###### #####
3512026-04-10T06:13:23.118Z
3522026-04-10T06:13:23.118Z+ ptime -m cargo build
3532026-04-10T06:13:23.248Z Compiling unicode-ident v1.0.24
3542026-04-10T06:13:23.248Z Compiling memchr v2.8.0
3552026-04-10T06:13:23.251Z Compiling regex-syntax v0.8.10
3562026-04-10T06:13:23.251Z Compiling ucd-trie v0.1.7
3572026-04-10T06:13:23.252Z Compiling libc v0.2.182
3582026-04-10T06:13:23.264Z Compiling serde_core v1.0.228
3592026-04-10T06:13:23.272Z Compiling cfg-if v1.0.4
3602026-04-10T06:13:23.275Z Compiling zmij v1.0.21
3612026-04-10T06:13:23.319Z Compiling byteorder v1.5.0
3622026-04-10T06:13:23.365Z Compiling proc-macro2 v1.0.106
3632026-04-10T06:13:23.524Z Compiling itoa v1.0.17
3642026-04-10T06:13:23.528Z Compiling num-traits v0.2.19
3652026-04-10T06:13:23.540Z Compiling errno v0.3.14
3662026-04-10T06:13:23.585Z Compiling thread-id v4.2.2
3672026-04-10T06:13:23.652Z Compiling aho-corasick v1.1.4
3682026-04-10T06:13:23.668Z Compiling pest v2.8.6
3692026-04-10T06:13:23.690Z Compiling bitflags v2.11.0
3702026-04-10T06:13:23.904Z Compiling quote v1.0.45
3712026-04-10T06:13:23.928Z Compiling rustix v1.1.4
3722026-04-10T06:13:24.069Z Compiling syn v2.0.117
3732026-04-10T06:13:24.117Z Compiling num-integer v0.1.46
3742026-04-10T06:13:24.180Z Compiling getrandom v0.4.1
3752026-04-10T06:13:24.307Z Compiling colored v3.1.1
3762026-04-10T06:13:24.421Z Compiling once_cell v1.21.3
3772026-04-10T06:13:24.621Z Compiling fastrand v2.3.0
3782026-04-10T06:13:24.682Z Compiling regex-automata v0.4.14
3792026-04-10T06:13:24.795Z Compiling pest_meta v2.8.6
3802026-04-10T06:13:24.874Z Compiling plain v0.2.3
3812026-04-10T06:13:24.929Z Compiling serde_json v1.0.149
3822026-04-10T06:13:24.966Z Compiling log v0.4.29
3832026-04-10T06:13:25.055Z Compiling tempfile v3.27.0
3842026-04-10T06:13:25.134Z Compiling no-std-net v0.6.0
3852026-04-10T06:13:25.198Z Compiling pretty-hex v0.4.1
3862026-04-10T06:13:25.323Z Compiling pnet_base v0.35.0
3872026-04-10T06:13:25.460Z Compiling tap v1.0.1
3882026-04-10T06:13:25.476Z Compiling radium v0.7.0
3892026-04-10T06:13:25.555Z Compiling wyz v0.5.1
3902026-04-10T06:13:25.657Z Compiling num-iter v0.1.45
3912026-04-10T06:13:25.660Z Compiling memmap v0.7.0
3922026-04-10T06:13:25.728Z Compiling funty v2.0.0
3932026-04-10T06:13:25.758Z Compiling zerocopy v0.8.40
3942026-04-10T06:13:25.826Z Compiling getrandom v0.3.4
3952026-04-10T06:13:25.878Z Compiling pnet_macros_support v0.35.0
3962026-04-10T06:13:25.983Z Compiling pnet_sys v0.35.0
3972026-04-10T06:13:25.987Z Compiling utf8parse v0.2.2
3982026-04-10T06:13:26.043Z Compiling bitvec v1.0.1
3992026-04-10T06:13:26.066Z Compiling anstyle-parse v1.0.0
4002026-04-10T06:13:26.075Z Compiling rand_core v0.9.5
4012026-04-10T06:13:26.147Z Compiling anyhow v1.0.102
4022026-04-10T06:13:26.235Z Compiling anstyle-query v1.1.5
4032026-04-10T06:13:26.277Z Compiling is_terminal_polyfill v1.70.2
4042026-04-10T06:13:26.326Z Compiling regex v1.12.3
4052026-04-10T06:13:26.353Z Compiling pest_generator v2.8.6
4062026-04-10T06:13:26.358Z Compiling prettyplease v0.2.37
4072026-04-10T06:13:26.523Z Compiling anstyle v1.0.13
4082026-04-10T06:13:26.746Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4092026-04-10T06:13:26.803Z Compiling colorchoice v1.0.4
4102026-04-10T06:13:26.908Z Compiling anstream v1.0.0
4112026-04-10T06:13:27.001Z Compiling clap_lex v1.0.0
4122026-04-10T06:13:27.219Z Compiling strsim v0.11.1
4132026-04-10T06:13:27.242Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4142026-04-10T06:13:27.383Z Compiling clap_builder v4.6.0
4152026-04-10T06:13:27.387Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4162026-04-10T06:13:27.716Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4172026-04-10T06:13:28.133Z Compiling serde_derive v1.0.228
4182026-04-10T06:13:28.133Z Compiling thiserror-impl v1.0.69
4192026-04-10T06:13:28.136Z Compiling zerocopy-derive v0.7.35
4202026-04-10T06:13:28.136Z Compiling pest_derive v2.8.6
4212026-04-10T06:13:28.164Z Compiling scroll_derive v0.12.1
4222026-04-10T06:13:28.770Z Compiling pnet_macros v0.35.0
4232026-04-10T06:13:28.826Z Compiling ppv-lite86 v0.2.21
4242026-04-10T06:13:29.014Z Compiling scroll v0.12.0
4252026-04-10T06:13:29.122Z Compiling zerocopy v0.7.35
4262026-04-10T06:13:29.130Z Compiling rand_chacha v0.9.0
4272026-04-10T06:13:29.268Z Compiling goblin v0.8.2
4282026-04-10T06:13:29.305Z Compiling rand v0.9.2
4292026-04-10T06:13:29.437Z Compiling thiserror v1.0.69
4302026-04-10T06:13:29.525Z Compiling dtrace-parser v0.2.0
4312026-04-10T06:13:29.549Z Compiling clap_derive v4.6.0
4322026-04-10T06:13:30.304Z Compiling pnet_packet v0.35.0
4332026-04-10T06:13:30.705Z Compiling serde v1.0.228
4342026-04-10T06:13:31.008Z Compiling clap v4.6.0
4352026-04-10T06:13:31.050Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4362026-04-10T06:13:31.077Z Compiling serde_tokenstream v0.2.3
4372026-04-10T06:13:31.078Z Compiling dof v0.3.0
4382026-04-10T06:13:31.081Z Compiling num-bigint v0.4.6
4392026-04-10T06:13:31.081Z Compiling num-complex v0.4.6
4402026-04-10T06:13:31.172Z Compiling ipnetwork v0.20.0
4412026-04-10T06:13:31.345Z Compiling usdt-impl v0.5.0
4422026-04-10T06:13:31.415Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4432026-04-10T06:13:31.466Z Compiling pnet_datalink v0.35.0
4442026-04-10T06:13:31.899Z Compiling usdt-macro v0.5.0
4452026-04-10T06:13:32.111Z Compiling num-rational v0.4.2
4462026-04-10T06:13:32.389Z Compiling usdt-attr-macro v0.5.0
4472026-04-10T06:13:32.764Z Compiling num v0.4.3
4482026-04-10T06:13:32.831Z Compiling pnet_transport v0.35.0
4492026-04-10T06:13:32.961Z Compiling pnet v0.35.0
4502026-04-10T06:13:33.348Z Compiling usdt v0.5.0
4512026-04-10T06:13:33.463Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4522026-04-10T06:13:33.788Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4532026-04-10T06:13:33.908Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4542026-04-10T06:13:33.908Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4552026-04-10T06:13:34.042Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4562026-04-10T06:13:36.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.52s
4572026-04-10T06:13:36.670Z
4582026-04-10T06:13:36.673Zreal 13.544899981
4592026-04-10T06:13:36.673Zuser 1:10.784093520
4602026-04-10T06:13:36.673Zsys 11.805165149
4612026-04-10T06:13:36.673Ztrap 0.038425022
4622026-04-10T06:13:36.673Ztflt 0.022847283
4632026-04-10T06:13:36.673Zdflt 0.099777507
4642026-04-10T06:13:36.673Zkflt 0.000082483
4652026-04-10T06:13:36.673Zlock 2:47.037380007
4662026-04-10T06:13:36.673Zslp 4:50.473897390
4672026-04-10T06:13:36.673Zlat 3.433066761
4682026-04-10T06:13:36.673Zstop 4.384590637
4692026-04-10T06:13:36.674Z+ ptime -m cargo build --release
4702026-04-10T06:13:36.751Z Compiling proc-macro2 v1.0.106
4712026-04-10T06:13:36.751Z Compiling quote v1.0.45
4722026-04-10T06:13:36.751Z Compiling unicode-ident v1.0.24
4732026-04-10T06:13:36.755Z Compiling libc v0.2.182
4742026-04-10T06:13:36.755Z Compiling serde_core v1.0.228
4752026-04-10T06:13:36.755Z Compiling memchr v2.8.0
4762026-04-10T06:13:36.755Z Compiling serde v1.0.228
4772026-04-10T06:13:36.755Z Compiling thiserror v1.0.69
4782026-04-10T06:13:37.064Z Compiling zmij v1.0.21
4792026-04-10T06:13:37.094Z Compiling rustix v1.1.4
4802026-04-10T06:13:37.100Z Compiling getrandom v0.4.1
4812026-04-10T06:13:37.342Z Compiling ucd-trie v0.1.7
4822026-04-10T06:13:37.360Z Compiling serde_json v1.0.149
4832026-04-10T06:13:37.539Z Compiling pest v2.8.6
4842026-04-10T06:13:37.542Z Compiling aho-corasick v1.1.4
4852026-04-10T06:13:37.906Z Compiling syn v2.0.117
4862026-04-10T06:13:37.915Z Compiling autocfg v1.5.0
4872026-04-10T06:13:37.952Z Compiling prettyplease v0.2.37
4882026-04-10T06:13:38.043Z Compiling regex-syntax v0.8.10
4892026-04-10T06:13:38.189Z Compiling version_check v0.9.5
4902026-04-10T06:13:38.442Z Compiling num-traits v0.2.19
4912026-04-10T06:13:38.685Z Compiling pest_meta v2.8.6
4922026-04-10T06:13:39.383Z Compiling itoa v1.0.17
4932026-04-10T06:13:39.538Z Compiling regex-automata v0.4.14
4942026-04-10T06:13:39.546Z Compiling byteorder v1.5.0
4952026-04-10T06:13:39.754Z Compiling cfg-if v1.0.4
4962026-04-10T06:13:39.896Z Compiling usdt-impl v0.5.0
4972026-04-10T06:13:40.218Z Compiling pest_generator v2.8.6
4982026-04-10T06:13:40.241Z Compiling num-integer v0.1.46
4992026-04-10T06:13:40.418Z Compiling thread-id v4.2.2
5002026-04-10T06:13:40.493Z Compiling errno v0.3.14
5012026-04-10T06:13:40.709Z Compiling plain v0.2.3
5022026-04-10T06:13:40.719Z Compiling log v0.4.29
5032026-04-10T06:13:40.801Z Compiling bitflags v2.11.0
5042026-04-10T06:13:41.190Z Compiling regex v1.12.3
5052026-04-10T06:13:41.373Z Compiling serde_derive v1.0.228
5062026-04-10T06:13:41.493Z Compiling thiserror-impl v1.0.69
5072026-04-10T06:13:41.605Z Compiling zerocopy-derive v0.7.35
5082026-04-10T06:13:41.790Z Compiling pest_derive v2.8.6
5092026-04-10T06:13:42.105Z Compiling scroll_derive v0.12.1
5102026-04-10T06:13:42.321Z Compiling colored v3.1.1
5112026-04-10T06:13:42.477Z Compiling zerocopy v0.7.35
5122026-04-10T06:13:42.806Z Compiling dtrace-parser v0.2.0
5132026-04-10T06:13:42.811Z Compiling scroll v0.12.0
5142026-04-10T06:13:42.981Z Compiling once_cell v1.21.3
5152026-04-10T06:13:43.012Z Compiling fastrand v2.3.0
5162026-04-10T06:13:43.093Z Compiling goblin v0.8.2
5172026-04-10T06:13:43.173Z Compiling pretty-hex v0.4.1
5182026-04-10T06:13:43.236Z Compiling radium v0.7.0
5192026-04-10T06:13:43.315Z Compiling no-std-net v0.6.0
5202026-04-10T06:13:43.378Z Compiling pnet_base v0.35.0
5212026-04-10T06:13:43.389Z Compiling tempfile v3.27.0
5222026-04-10T06:13:43.564Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5232026-04-10T06:13:43.746Z Compiling getrandom v0.3.4
5242026-04-10T06:13:43.771Z Compiling tap v1.0.1
5252026-04-10T06:13:43.873Z Compiling zerocopy v0.8.40
5262026-04-10T06:13:44.082Z Compiling wyz v0.5.1
5272026-04-10T06:13:44.276Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5282026-04-10T06:13:45.506Z Compiling num-iter v0.1.45
5292026-04-10T06:13:45.509Z Compiling serde_tokenstream v0.2.3
5302026-04-10T06:13:45.509Z Compiling dof v0.3.0
5312026-04-10T06:13:45.509Z Compiling num-bigint v0.4.6
5322026-04-10T06:13:45.509Z Compiling num-complex v0.4.6
5332026-04-10T06:13:45.509Z Compiling memmap v0.7.0
5342026-04-10T06:13:45.509Z Compiling anyhow v1.0.102
5352026-04-10T06:13:45.509Z Compiling funty v2.0.0
5362026-04-10T06:13:45.509Z Compiling usdt-attr-macro v0.5.0
5372026-04-10T06:13:45.534Z Compiling usdt-macro v0.5.0
5382026-04-10T06:13:46.116Z Compiling num-rational v0.4.2
5392026-04-10T06:13:46.206Z Compiling bitvec v1.0.1
5402026-04-10T06:13:47.432Z Compiling usdt v0.5.0
5412026-04-10T06:13:48.112Z Compiling num v0.4.3
5422026-04-10T06:13:48.183Z Compiling pnet_macros_support v0.35.0
5432026-04-10T06:13:48.220Z Compiling pnet_macros v0.35.0
5442026-04-10T06:13:48.301Z Compiling pnet_sys v0.35.0
5452026-04-10T06:13:48.517Z Compiling utf8parse v0.2.2
5462026-04-10T06:13:48.616Z Compiling anstyle-parse v1.0.0
5472026-04-10T06:13:48.757Z Compiling ppv-lite86 v0.2.21
5482026-04-10T06:13:48.828Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5492026-04-10T06:13:49.085Z Compiling rand_core v0.9.5
5502026-04-10T06:13:49.315Z Compiling pnet_packet v0.35.0
5512026-04-10T06:13:49.855Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5522026-04-10T06:13:50.043Z Compiling ipnetwork v0.20.0
5532026-04-10T06:13:50.867Z Compiling colorchoice v1.0.4
5542026-04-10T06:13:50.950Z Compiling anstyle v1.0.13
5552026-04-10T06:13:51.207Z Compiling is_terminal_polyfill v1.70.2
5562026-04-10T06:13:51.292Z Compiling pnet v0.35.0
5572026-04-10T06:13:51.351Z Compiling anstyle-query v1.1.5
5582026-04-10T06:13:51.449Z Compiling anstream v1.0.0
5592026-04-10T06:13:51.949Z Compiling pnet_transport v0.35.0
5602026-04-10T06:13:52.445Z Compiling pnet_datalink v0.35.0
5612026-04-10T06:13:52.872Z Compiling rand_chacha v0.9.0
5622026-04-10T06:13:53.418Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5632026-04-10T06:13:53.659Z Compiling heck v0.5.0
5642026-04-10T06:13:54.002Z Compiling clap_lex v1.0.0
5652026-04-10T06:13:54.080Z Compiling strsim v0.11.1
5662026-04-10T06:13:54.175Z Compiling clap_derive v4.6.0
5672026-04-10T06:13:54.355Z Compiling clap_builder v4.6.0
5682026-04-10T06:13:54.890Z Compiling rand v0.9.2
5692026-04-10T06:13:55.682Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5702026-04-10T06:13:55.810Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5712026-04-10T06:13:55.928Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5722026-04-10T06:13:56.426Z Compiling clap v4.6.0
5732026-04-10T06:13:56.500Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5742026-04-10T06:13:58.706Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5752026-04-10T06:14:01.635Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5762026-04-10T06:14:08.481Z Finished `release` profile [optimized] target(s) in 31.80s
5772026-04-10T06:14:08.502Z
5782026-04-10T06:14:08.506Zreal 31.822858656
5792026-04-10T06:14:08.506Zuser 3:11.247458376
5802026-04-10T06:14:08.506Zsys 17.866340965
5812026-04-10T06:14:08.506Ztrap 0.107661579
5822026-04-10T06:14:08.506Ztflt 0.169669932
5832026-04-10T06:14:08.506Zdflt 0.247595529
5842026-04-10T06:14:08.506Zkflt 0.000041605
5852026-04-10T06:14:08.506Zlock 9:48.698291126
5862026-04-10T06:14:08.506Zslp 12:06.240311441
5872026-04-10T06:14:08.506Zlat 13.210271294
5882026-04-10T06:14:08.506Zstop 9.535557850
5892026-04-10T06:14:08.506Z+ for x in debug release
5902026-04-10T06:14:08.506Z+ mkdir -p /work/debug
5912026-04-10T06:14:08.506Z+ cp target/debug/x4c /work/debug/
5922026-04-10T06:14:08.532Z+ cp target/debug/libsidecar_lite.so /work/debug/
5932026-04-10T06:14:08.567Z+ for x in debug release
5942026-04-10T06:14:08.567Z+ mkdir -p /work/release
5952026-04-10T06:14:08.570Z+ cp target/release/x4c /work/release/
5962026-04-10T06:14:08.577Z+ cp target/release/libsidecar_lite.so /work/release/
5972026-04-10T06:14:08.586Z+ banner test
5982026-04-10T06:14:08.589Z
5992026-04-10T06:14:08.590Z ##### ###### #### #####
6002026-04-10T06:14:08.590Z # # # #
6012026-04-10T06:14:08.590Z # ##### #### #
6022026-04-10T06:14:08.590Z # # # #
6032026-04-10T06:14:08.590Z # # # # #
6042026-04-10T06:14:08.590Z # ###### #### #
6052026-04-10T06:14:08.590Z
6062026-04-10T06:14:08.590Z+ cargo test
6072026-04-10T06:14:08.660Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6082026-04-10T06:14:08.676Z Compiling libloading v0.9.0
6092026-04-10T06:14:08.679Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6102026-04-10T06:14:08.682Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6112026-04-10T06:14:08.682Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6122026-04-10T06:14:08.682Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6132026-04-10T06:14:08.869Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6142026-04-10T06:14:09.764Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6152026-04-10T06:14:09.764Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6162026-04-10T06:14:09.764Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6172026-04-10T06:14:10.038Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6182026-04-10T06:14:16.641Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.04s
6192026-04-10T06:14:16.655Z Running unittests src/lib.rs (target/debug/deps/p4-1546c95bd2fe8ca4)
6202026-04-10T06:14:16.658Z
6212026-04-10T06:14:16.658Zrunning 0 tests
6222026-04-10T06:14:16.658Z
6232026-04-10T06:14:16.658Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6242026-04-10T06:14:16.658Z
6252026-04-10T06:14:16.658Z Running unittests src/lib.rs (target/debug/deps/p4_macro-cd90d596811a5660)
6262026-04-10T06:14:16.661Z
6272026-04-10T06:14:16.661Zrunning 0 tests
6282026-04-10T06:14:16.661Z
6292026-04-10T06:14:16.661Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-04-10T06:14:16.661Z
6312026-04-10T06:14:16.661Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-97a008f78b6c0ec4)
6322026-04-10T06:14:16.664Z
6332026-04-10T06:14:16.664Zrunning 0 tests
6342026-04-10T06:14:16.664Z
6352026-04-10T06:14:16.664Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-04-10T06:14:16.664Z
6372026-04-10T06:14:16.664Z Running unittests src/lib.rs (target/debug/deps/p4_rust-f82cf211dee49060)
6382026-04-10T06:14:16.664Z
6392026-04-10T06:14:16.664Zrunning 0 tests
6402026-04-10T06:14:16.664Z
6412026-04-10T06:14:16.664Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-04-10T06:14:16.664Z
6432026-04-10T06:14:16.664Z Running unittests src/lib.rs (target/debug/deps/p4rs-3afe60b63e34350f)
6442026-04-10T06:14:16.668Z
6452026-04-10T06:14:16.668Zrunning 14 tests
6462026-04-10T06:14:16.668Ztest bitmath::tests::bitmath_add_cascade ... ok
6472026-04-10T06:14:16.668Ztest bitmath::tests::bitmath_add_nest ... ok
6482026-04-10T06:14:16.668Ztest bitmath::tests::bitmath_sub_be ... ok
6492026-04-10T06:14:16.668Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6502026-04-10T06:14:16.668Ztest bitmath::tests::bitmath_add_be ... ok
6512026-04-10T06:14:16.668Ztest bitmath::tests::bitmath_sub_le ... ok
6522026-04-10T06:14:16.668Ztest bitmath::tests::bitmath_add_le ... ok
6532026-04-10T06:14:16.668Ztest bitmath::tests::bitmath_mod ... ok
6542026-04-10T06:14:16.668Ztest checksum::tests::udp_checksum ... ok
6552026-04-10T06:14:16.668Ztest table::tests::match_lpm_ternary_1 ... ok
6562026-04-10T06:14:16.668Ztest table::tests::match_lpm_ternary_range ... ok
6572026-04-10T06:14:16.668Ztest table::tests::match_ternary_1 ... ok
6582026-04-10T06:14:16.668Ztest table::tests::match_lpm_1 ... ok
6592026-04-10T06:14:16.668Ztest table::tests::match_with_action ... ok
6602026-04-10T06:14:16.668Z
6612026-04-10T06:14:16.668Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6622026-04-10T06:14:16.668Z
6632026-04-10T06:14:16.668Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-5386dbfce708873f)
6642026-04-10T06:14:16.668Z
6652026-04-10T06:14:16.668Zrunning 0 tests
6662026-04-10T06:14:16.668Z
6672026-04-10T06:14:16.668Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6682026-04-10T06:14:16.668Z
6692026-04-10T06:14:16.671Z Running unittests src/lib.rs (target/debug/deps/tests-1b637ef03272df3f)
6702026-04-10T06:14:16.671Z
6712026-04-10T06:14:16.671Zrunning 15 tests
6722026-04-10T06:14:16.674Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6732026-04-10T06:14:16.674Ztest headers::ipv6_header_read_write ... ok
6742026-04-10T06:14:16.674Ztest dload::pipeline_create ... ok
6752026-04-10T06:14:16.675Ztest ipv6::test_ipv6_parse ... ok
6762026-04-10T06:14:16.677Ztest dload::dynamic_load ... ok
6772026-04-10T06:14:16.680Ztest arithmetic::arithmetic ... ok
6782026-04-10T06:14:16.680Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6792026-04-10T06:14:16.680Ztest decap::geneve_decap ... ok
6802026-04-10T06:14:16.680Ztest vlan::test_vlan_parse ... ok
6812026-04-10T06:14:16.683Ztest hub::hub2 ... ok
6822026-04-10T06:14:16.683Ztest basic_router::basic_router2 ... ok
6832026-04-10T06:14:16.683Ztest disag_router::disag_router ... ok
6842026-04-10T06:14:16.684Ztest range::range ... ok
6852026-04-10T06:14:16.687Ztest dynamic_router::dynamic_router2 ... ok
6862026-04-10T06:14:16.743Ztest mac_rewrite::mac_rewrite2 ... ok
6872026-04-10T06:14:16.743Z
6882026-04-10T06:14:16.743Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
6892026-04-10T06:14:16.743Z
6902026-04-10T06:14:16.749Z Running unittests src/lib.rs (target/debug/deps/x4c-2985a640bf8d8149)
6912026-04-10T06:14:16.752Z
6922026-04-10T06:14:16.752Zrunning 0 tests
6932026-04-10T06:14:16.753Z
6942026-04-10T06:14:16.753Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6952026-04-10T06:14:16.753Z
6962026-04-10T06:14:16.753Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-2e05505f32d0e974)
6972026-04-10T06:14:16.753Z
6982026-04-10T06:14:16.753Zrunning 0 tests
6992026-04-10T06:14:16.753Z
7002026-04-10T06:14:16.753Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7012026-04-10T06:14:16.753Z
7022026-04-10T06:14:16.756Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-a85c950da1038504)
7032026-04-10T06:14:16.756Z
7042026-04-10T06:14:16.756Zrunning 0 tests
7052026-04-10T06:14:16.756Z
7062026-04-10T06:14:16.756Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-04-10T06:14:16.756Z
7082026-04-10T06:14:16.756Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-7cfba82c616208f5)
7092026-04-10T06:14:16.756Z
7102026-04-10T06:14:16.756Zrunning 0 tests
7112026-04-10T06:14:16.756Z
7122026-04-10T06:14:16.756Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7132026-04-10T06:14:16.756Z
7142026-04-10T06:14:16.756Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7152026-04-10T06:14:16.760Z
7162026-04-10T06:14:16.760Zrunning 0 tests
7172026-04-10T06:14:16.760Z
7182026-04-10T06:14:16.760Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7192026-04-10T06:14:16.760Z
7202026-04-10T06:14:16.760Z Doc-tests p4
7212026-04-10T06:14:16.851Z
7222026-04-10T06:14:16.851Zrunning 0 tests
7232026-04-10T06:14:16.851Z
7242026-04-10T06:14:16.851Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7252026-04-10T06:14:16.852Z
7262026-04-10T06:14:16.860Z Doc-tests p4_macro
7272026-04-10T06:14:16.904Z
7282026-04-10T06:14:16.904Zrunning 2 tests
7292026-04-10T06:14:16.907Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7302026-04-10T06:14:16.908Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7312026-04-10T06:14:16.908Z
7322026-04-10T06:14:16.908Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7332026-04-10T06:14:16.908Z
7342026-04-10T06:14:16.911Z Doc-tests p4_rust
7352026-04-10T06:14:17.071Z
7362026-04-10T06:14:17.071Zrunning 0 tests
7372026-04-10T06:14:17.071Z
7382026-04-10T06:14:17.072Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7392026-04-10T06:14:17.072Z
7402026-04-10T06:14:17.082Z Doc-tests p4rs
7412026-04-10T06:14:17.167Z
7422026-04-10T06:14:17.167Zrunning 1 test
7432026-04-10T06:14:17.985Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7442026-04-10T06:14:17.985Z
7452026-04-10T06:14:17.985Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.82s
7462026-04-10T06:14:17.985Z
7472026-04-10T06:14:17.995Z Doc-tests tests
7482026-04-10T06:14:18.058Z
7492026-04-10T06:14:18.058Zrunning 0 tests
7502026-04-10T06:14:18.058Z
7512026-04-10T06:14:18.058Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7522026-04-10T06:14:18.058Z
7532026-04-10T06:14:18.065Z Doc-tests x4c
7542026-04-10T06:14:18.109Z
7552026-04-10T06:14:18.109Zrunning 0 tests
7562026-04-10T06:14:18.109Z
7572026-04-10T06:14:18.109Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7582026-04-10T06:14:18.109Z
7592026-04-10T06:14:18.114Z Doc-tests x4c_error_codes
7602026-04-10T06:14:18.141Z
7612026-04-10T06:14:18.141Zrunning 0 tests
7622026-04-10T06:14:18.141Z
7632026-04-10T06:14:18.141Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7642026-04-10T06:14:18.141Z
7652026-04-10T06:14:18.151Z+ pushd test
7662026-04-10T06:14:18.154Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7672026-04-10T06:14:18.154Z+ banner 'mac rewr'
7682026-04-10T06:14:18.154Z
7692026-04-10T06:14:18.154Z # # ## #### ##### ###### # # #####
7702026-04-10T06:14:18.155Z ## ## # # # # # # # # # # #
7712026-04-10T06:14:18.155Z # ## # # # # # # ##### # # # #
7722026-04-10T06:14:18.155Z # # ###### # ##### # # ## # #####
7732026-04-10T06:14:18.155Z # # # # # # # # # ## ## # #
7742026-04-10T06:14:18.155Z # # # # #### # # ###### # # # #
7752026-04-10T06:14:18.155Z
7762026-04-10T06:14:18.155Z+ RUST_BACKTRACE=1
7772026-04-10T06:14:18.155Z+ cargo test mac_rewrite -- --nocapture
7782026-04-10T06:14:18.251Z Compiling aho-corasick v1.1.4
7792026-04-10T06:14:18.266Z Compiling getrandom v0.4.1
7802026-04-10T06:14:18.266Z Compiling rustix v1.1.4
7812026-04-10T06:14:18.269Z Compiling errno v0.3.14
7822026-04-10T06:14:18.272Z Compiling prettyplease v0.2.37
7832026-04-10T06:14:18.975Z Compiling regex-automata v0.4.14
7842026-04-10T06:14:18.978Z Compiling tempfile v3.27.0
7852026-04-10T06:14:20.335Z Compiling regex v1.12.3
7862026-04-10T06:14:20.588Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7872026-04-10T06:14:20.654Z Compiling pnet_macros v0.35.0
7882026-04-10T06:14:21.287Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7892026-04-10T06:14:21.651Z Compiling pnet_packet v0.35.0
7902026-04-10T06:14:22.108Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
7912026-04-10T06:14:23.503Z Compiling pnet_transport v0.35.0
7922026-04-10T06:14:23.622Z Compiling pnet v0.35.0
7932026-04-10T06:14:23.708Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
7942026-04-10T06:14:30.235Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.06s
7952026-04-10T06:14:30.247Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
7962026-04-10T06:14:30.250Z
7972026-04-10T06:14:30.250Zrunning 1 test
7982026-04-10T06:14:30.256Z[phy2] do you know the muffin man?
7992026-04-10T06:14:30.260Z[cpu] the muffin man?
8002026-04-10T06:14:30.260Z[cpu] the muffin man!
8012026-04-10T06:14:30.260Z[cpu] why yes
8022026-04-10T06:14:30.260Z[phy1] i know the muffin man
8032026-04-10T06:14:30.260Z[phy3] the muffin man is me!!!
8042026-04-10T06:14:30.260Ztest mac_rewrite::mac_rewrite2 ... ok
8052026-04-10T06:14:30.260Z
8062026-04-10T06:14:30.260Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8072026-04-10T06:14:30.260Z
8082026-04-10T06:14:30.264Z+ banner 'dyn load'
8092026-04-10T06:14:30.267Z
8102026-04-10T06:14:30.267Z ##### # # # # # #### ## #####
8112026-04-10T06:14:30.267Z # # # # ## # # # # # # # #
8122026-04-10T06:14:30.267Z # # # # # # # # # # # # #
8132026-04-10T06:14:30.267Z # # # # # # # # # ###### # #
8142026-04-10T06:14:30.268Z # # # # ## # # # # # # #
8152026-04-10T06:14:30.268Z ##### # # # ###### #### # # #####
8162026-04-10T06:14:30.268Z
8172026-04-10T06:14:30.268Z+ RUST_BACKTRACE=1
8182026-04-10T06:14:30.268Z+ cargo test dload -- --nocapture
8192026-04-10T06:14:30.353Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8202026-04-10T06:14:30.356Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
8212026-04-10T06:14:30.359Z
8222026-04-10T06:14:30.359Zrunning 2 tests
8232026-04-10T06:14:30.362Ztest dload::pipeline_create ... ok
8242026-04-10T06:14:30.365Ztest dload::dynamic_load ... ok
8252026-04-10T06:14:30.365Z
8262026-04-10T06:14:30.365Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8272026-04-10T06:14:30.365Z
8282026-04-10T06:14:30.370Z+ banner disag
8292026-04-10T06:14:30.373Z
8302026-04-10T06:14:30.373Z ##### # #### ## ####
8312026-04-10T06:14:30.373Z # # # # # # # #
8322026-04-10T06:14:30.373Z # # # #### # # #
8332026-04-10T06:14:30.373Z # # # # ###### # ###
8342026-04-10T06:14:30.373Z # # # # # # # # #
8352026-04-10T06:14:30.373Z ##### # #### # # ####
8362026-04-10T06:14:30.373Z
8372026-04-10T06:14:30.373Z+ RUST_BACKTRACE=1
8382026-04-10T06:14:30.373Z+ cargo test disag_router -- --nocapture
8392026-04-10T06:14:30.458Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8402026-04-10T06:14:30.462Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
8412026-04-10T06:14:30.465Z
8422026-04-10T06:14:30.465Zrunning 1 test
8432026-04-10T06:14:30.469Z[phy2] do you know the muffin man?
8442026-04-10T06:14:30.472Z[cpu] the muffin man?
8452026-04-10T06:14:30.472Z[cpu] the muffin man!
8462026-04-10T06:14:30.472Z[cpu] why yes
8472026-04-10T06:14:30.472Z[phy1] i know the muffin man
8482026-04-10T06:14:30.472Z[phy3] the muffin man is me!!!
8492026-04-10T06:14:30.472Ztest disag_router::disag_router ... ok
8502026-04-10T06:14:30.472Z
8512026-04-10T06:14:30.472Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8522026-04-10T06:14:30.472Z
8532026-04-10T06:14:30.477Z+ banner 'dyn rtr'
8542026-04-10T06:14:30.480Z
8552026-04-10T06:14:30.480Z ##### # # # # ##### ##### #####
8562026-04-10T06:14:30.480Z # # # # ## # # # # # #
8572026-04-10T06:14:30.480Z # # # # # # # # # # #
8582026-04-10T06:14:30.480Z # # # # # # ##### # #####
8592026-04-10T06:14:30.480Z # # # # ## # # # # #
8602026-04-10T06:14:30.480Z ##### # # # # # # # #
8612026-04-10T06:14:30.480Z
8622026-04-10T06:14:30.481Z+ RUST_BACKTRACE=1
8632026-04-10T06:14:30.481Z+ cargo test dynamic_router -- --nocapture
8642026-04-10T06:14:30.567Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8652026-04-10T06:14:30.570Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
8662026-04-10T06:14:30.573Z
8672026-04-10T06:14:30.573Zrunning 1 test
8682026-04-10T06:14:30.578Z[phy2] do you know the muffin man?
8692026-04-10T06:14:30.581Z[cpu] the muffin man?
8702026-04-10T06:14:30.581Z[cpu] the muffin man!
8712026-04-10T06:14:30.581Z[cpu] why yes
8722026-04-10T06:14:30.581Z[phy1] i know the muffin man
8732026-04-10T06:14:30.581Z[phy3] the muffin man is me!!!
8742026-04-10T06:14:30.581Ztest dynamic_router::dynamic_router2 ... ok
8752026-04-10T06:14:30.581Z
8762026-04-10T06:14:30.581Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8772026-04-10T06:14:30.581Z
8782026-04-10T06:14:30.586Z+ banner hub
8792026-04-10T06:14:30.589Z
8802026-04-10T06:14:30.589Z # # # # #####
8812026-04-10T06:14:30.589Z # # # # # #
8822026-04-10T06:14:30.589Z ###### # # #####
8832026-04-10T06:14:30.589Z # # # # # #
8842026-04-10T06:14:30.589Z # # # # # #
8852026-04-10T06:14:30.589Z # # #### #####
8862026-04-10T06:14:30.589Z
8872026-04-10T06:14:30.589Z+ RUST_BACKTRACE=1
8882026-04-10T06:14:30.589Z+ cargo test hub -- --nocapture
8892026-04-10T06:14:30.674Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8902026-04-10T06:14:30.677Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
8912026-04-10T06:14:30.680Z
8922026-04-10T06:14:30.680Zrunning 1 test
8932026-04-10T06:14:30.686Z[phy2] do you know the muffin man?
8942026-04-10T06:14:30.686Z[phy3] do you know the muffin man?
8952026-04-10T06:14:30.689Z[phy1] the muffin man?
8962026-04-10T06:14:30.689Z[phy3] the muffin man?
8972026-04-10T06:14:30.689Z[phy2] the muffin man!
8982026-04-10T06:14:30.689Z[phy3] the muffin man!
8992026-04-10T06:14:30.689Z[phy1] why yes
9002026-04-10T06:14:30.689Z[phy1] i know the muffin man
9012026-04-10T06:14:30.689Z[phy1] the muffin man is me!!!
9022026-04-10T06:14:30.689Z[phy3] why yes
9032026-04-10T06:14:30.689Z[phy3] i know the muffin man
9042026-04-10T06:14:30.689Z[phy3] the muffin man is me!!!
9052026-04-10T06:14:30.689Ztest hub::hub2 ... ok
9062026-04-10T06:14:30.689Z
9072026-04-10T06:14:30.689Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9082026-04-10T06:14:30.689Z
9092026-04-10T06:14:30.694Z+ banner router
9102026-04-10T06:14:30.697Z
9112026-04-10T06:14:30.697Z ##### #### # # ##### ###### #####
9122026-04-10T06:14:30.697Z # # # # # # # # # #
9132026-04-10T06:14:30.697Z # # # # # # # ##### # #
9142026-04-10T06:14:30.697Z ##### # # # # # # #####
9152026-04-10T06:14:30.697Z # # # # # # # # # #
9162026-04-10T06:14:30.697Z # # #### #### # ###### # #
9172026-04-10T06:14:30.697Z
9182026-04-10T06:14:30.697Z+ RUST_BACKTRACE=1
9192026-04-10T06:14:30.697Z+ cargo test basic_router -- --nocapture
9202026-04-10T06:14:30.782Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9212026-04-10T06:14:30.785Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
9222026-04-10T06:14:30.788Z
9232026-04-10T06:14:30.788Zrunning 1 test
9242026-04-10T06:14:30.792Z[phy2] do you know the muffin man?
9252026-04-10T06:14:30.795Z[phy1] the muffin man?
9262026-04-10T06:14:30.795Z[phy2] the muffin man!
9272026-04-10T06:14:30.795Z[phy1] why yes
9282026-04-10T06:14:30.795Z[phy1] i know the muffin man
9292026-04-10T06:14:30.795Z[phy1] the muffin man is me!!!
9302026-04-10T06:14:30.795Ztest basic_router::basic_router2 ... ok
9312026-04-10T06:14:30.795Z
9322026-04-10T06:14:30.795Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9332026-04-10T06:14:30.795Z
9342026-04-10T06:14:30.800Z+ banner headers
9352026-04-10T06:14:30.803Z
9362026-04-10T06:14:30.803Z # # ###### ## ##### ###### ##### ####
9372026-04-10T06:14:30.803Z # # # # # # # # # # #
9382026-04-10T06:14:30.803Z ###### ##### # # # # ##### # # ####
9392026-04-10T06:14:30.803Z # # # ###### # # # ##### #
9402026-04-10T06:14:30.803Z # # # # # # # # # # # #
9412026-04-10T06:14:30.803Z # # ###### # # ##### ###### # # ####
9422026-04-10T06:14:30.803Z
9432026-04-10T06:14:30.803Z+ RUST_BACKTRACE=1
9442026-04-10T06:14:30.803Z+ cargo test headers -- --nocapture
9452026-04-10T06:14:30.889Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9462026-04-10T06:14:30.893Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-3c6bff18bca95fb1)
9472026-04-10T06:14:30.896Z
9482026-04-10T06:14:30.896Zrunning 1 test
9492026-04-10T06:14:30.896Ztest headers::ipv6_header_read_write ... ok
9502026-04-10T06:14:30.896Z
9512026-04-10T06:14:30.896Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9522026-04-10T06:14:30.896Z
9532026-04-10T06:14:30.901Zprocess exited: duration 103714 ms, exit code 0
 
9542026-04-10T06:14:30.908Zfound 4 output files
9552026-04-10T06:14:30.915Zuploading: /work/debug/libsidecar_lite.so (43097248 bytes)
9562026-04-10T06:14:32.659Zuploaded: /work/debug/libsidecar_lite.so
9572026-04-10T06:14:32.660Zuploading: /work/debug/x4c (37742568 bytes)
9582026-04-10T06:14:33.863Zuploaded: /work/debug/x4c
9592026-04-10T06:14:33.863Zuploading: /work/release/libsidecar_lite.so (9834104 bytes)
9602026-04-10T06:14:34.930Zuploaded: /work/release/libsidecar_lite.so
9612026-04-10T06:14:34.930Zuploading: /work/release/x4c (8571776 bytes)
9622026-04-10T06:14:35.985Zuploaded: /work/release/x4c