01KYXRXC75PTTFG2HXV0XN29GS: 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: 01KYXRXSA4PCJYVM5Y8JKVNDZW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-01T04:23:03.295Zjob assigned to worker 01KYXRXSEJXXBMFF33GEXAB3MN [factory aws, i-088a721ee4f3f13d4] (queued for 51 s)
 
22026-08-01T04:23:09.568Zstarting task 0: "setup"
32026-08-01T04:23:09.572Z++ uname -s
42026-08-01T04:23:09.576Z+ kern=SunOS
52026-08-01T04:23:09.576Z+ build_user=build
62026-08-01T04:23:09.576Z+ build_uid=12345
72026-08-01T04:23:09.576Z+ work_dir=/work
82026-08-01T04:23:09.576Z+ input_dir=/input
92026-08-01T04:23:09.576Z+ [[ 0 == 12345 ]]
102026-08-01T04:23:09.576Z+ case "$kern" in
112026-08-01T04:23:09.576Z+ groupadd -g 12345 build
122026-08-01T04:23:09.576Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-01T04:23:11.580Z+ zfs create -o mountpoint=/work rpool/work
142026-08-01T04:23:11.674Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-01T04:23:11.677Z+ home_fs=zfs
162026-08-01T04:23:11.678Z+ [[ zfs == autofs ]]
172026-08-01T04:23:11.678Z+ mkdir -p /home/build
182026-08-01T04:23:11.678Z+ chown build:build /home/build /work
192026-08-01T04:23:13.678Z+ chmod 0700 /home/build /work
202026-08-01T04:23:13.681Zprocess exited: duration 4112 ms, exit code 0
 
212026-08-01T04:23:13.688Zstarting task 1: "rust-toolchain"
222026-08-01T04:23:13.691Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-01T04:23:13.691Z * rust toolchain channel = "stable"
242026-08-01T04:23:13.691Z * rust toolchain profile = "default"
252026-08-01T04:23:13.691Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-01T04:23:13.695Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-01T04:23:13.695Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-01T04:23:13.695Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-01T04:23:13.695Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-01T04:23:13.814Zinfo: downloading installer
312026-08-01T04:23:15.222Zwarn: It looks like you have an existing installation of Rust at:
322026-08-01T04:23:15.222Zwarn: /opt/ooce/bin
332026-08-01T04:23:15.222Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-01T04:23:15.222Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-01T04:23:15.222Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-01T04:23:15.222Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-01T04:23:15.222Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-01T04:23:15.222Zerror: cannot install while Rust is installed
392026-08-01T04:23:15.222Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-01T04:23:15.222Zwarn: It looks like you have an existing rustup settings file at:
412026-08-01T04:23:15.222Zwarn: /home/build/.rustup/settings.toml
422026-08-01T04:23:15.222Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-01T04:23:15.222Zwarn: instead of the one inferred from the default host triple.
442026-08-01T04:23:15.235Zinfo: profile set to default
452026-08-01T04:23:15.235Zinfo: default host triple is x86_64-unknown-illumos
462026-08-01T04:23:15.238Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-01T04:23:15.374Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-01T04:23:15.377Zinfo: downloading 6 components
492026-08-01T04:23:30.560Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-01T04:23:30.560Z
512026-08-01T04:23:30.596Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-01T04:23:30.596Z
532026-08-01T04:23:30.596Z
542026-08-01T04:23:30.596ZRust is installed now. Great!
552026-08-01T04:23:30.596Z
562026-08-01T04:23:30.596ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-01T04:23:30.596Zenvironment variable. This has not been done automatically.
582026-08-01T04:23:30.596Z
592026-08-01T04:23:30.596ZTo configure your current shell, you need to source
602026-08-01T04:23:30.596Zthe corresponding env file under $HOME/.cargo.
612026-08-01T04:23:30.596Z
622026-08-01T04:23:30.596ZThis is usually done by running one of the following (note the leading DOT):
632026-08-01T04:23:30.596Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-01T04:23:30.596Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-01T04:23:30.596Zsource "~/.cargo/env.nu" # For nushell
662026-08-01T04:23:30.596Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-01T04:23:30.596Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-01T04:23:30.596Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-01T04:23:30.600Zwarn: no default linker (`cc`) was found in your PATH
702026-08-01T04:23:30.600Zwarn: many Rust crates require a system C toolchain to build
712026-08-01T04:23:30.693Z+ rustup --version
722026-08-01T04:23:30.704Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-01T04:23:30.707Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-01T04:23:30.723Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-01T04:23:30.727Z+ cargo --version
762026-08-01T04:23:30.740Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-01T04:23:30.745Z+ rustc --version
782026-08-01T04:23:30.762Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-01T04:23:30.765Zprocess exited: duration 17075 ms, exit code 0
 
802026-08-01T04:23:30.773Zstarting task 2: "authentication"
812026-08-01T04:23:30.789Zprocess exited: duration 16 ms, exit code 0
 
822026-08-01T04:23:30.796Zstarting task 3: "clone repository"
832026-08-01T04:23:30.800Z+ mkdir -p /work/oxidecomputer/p4
842026-08-01T04:23:30.803Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-08-01T04:23:30.832ZCloning into '/work/oxidecomputer/p4'...
862026-08-01T04:23:31.727Z+ cd /work/oxidecomputer/p4
872026-08-01T04:23:31.727Z+ git fetch origin c465340825a280d68c24eac6888b8850e306ee7d
882026-08-01T04:23:31.933ZFrom https://github.com/oxidecomputer/p4
892026-08-01T04:23:31.934Z * branch c465340825a280d68c24eac6888b8850e306ee7d -> FETCH_HEAD
902026-08-01T04:23:31.938Z+ [[ -n renovate/clap-4.x-lockfile ]]
912026-08-01T04:23:31.942Z++ git branch --show-current
922026-08-01T04:23:31.942Z+ current=main
932026-08-01T04:23:31.942Z+ [[ main != renovate/clap-4.x-lockfile ]]
942026-08-01T04:23:31.942Z+ git branch -f renovate/clap-4.x-lockfile c465340825a280d68c24eac6888b8850e306ee7d
952026-08-01T04:23:31.946Z+ git checkout -f renovate/clap-4.x-lockfile
962026-08-01T04:23:31.950ZSwitched to branch 'renovate/clap-4.x-lockfile'
972026-08-01T04:23:31.953Z+ git reset --hard c465340825a280d68c24eac6888b8850e306ee7d
982026-08-01T04:23:31.957ZHEAD is now at c465340 Update Rust crate clap to v4.6.5
992026-08-01T04:23:31.960Zprocess exited: duration 1161 ms, exit code 0
 
1002026-08-01T04:23:31.967Zstarting task 4: "build"
1012026-08-01T04:23:31.970Z+ cargo --version
1022026-08-01T04:23:31.976Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-08-01T04:23:32.146Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-08-01T04:23:32.149Zinfo: downloading 6 components
1052026-08-01T04:23:48.760Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-08-01T04:23:48.763Z+ rustc --version
1072026-08-01T04:23:48.788Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-08-01T04:23:48.792Z+ banner check
1092026-08-01T04:23:48.795Z
1102026-08-01T04:23:48.795Z #### # # ###### #### # #
1112026-08-01T04:23:48.795Z # # # # # # # # #
1122026-08-01T04:23:48.795Z # ###### ##### # ####
1132026-08-01T04:23:48.795Z # # # # # # #
1142026-08-01T04:23:48.795Z # # # # # # # # #
1152026-08-01T04:23:48.795Z #### # # ###### #### # #
1162026-08-01T04:23:48.795Z
1172026-08-01T04:23:48.795Z+ cargo fmt -- --check
1182026-08-01T04:23:48.933Z+ cargo check
1192026-08-01T04:23:48.997Z Updating crates.io index
1202026-08-01T04:23:49.040Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-08-01T04:23:49.327ZFrom https://github.com/oxidecomputer/xfr
1222026-08-01T04:23:49.327Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-08-01T04:23:50.725Z Downloading crates ...
1242026-08-01T04:23:50.786Z Downloaded heck v0.5.0
1252026-08-01T04:23:50.790Z Downloaded digest v0.10.7
1262026-08-01T04:23:50.790Z Downloaded clap_derive v4.6.4
1272026-08-01T04:23:50.793Z Downloaded anyhow v1.0.102
1282026-08-01T04:23:50.796Z Downloaded serde_derive v1.0.228
1292026-08-01T04:23:50.799Z Downloaded version_check v0.9.5
1302026-08-01T04:23:50.799Z Downloaded zerocopy-derive v0.7.35
1312026-08-01T04:23:50.803Z Downloaded sha2 v0.10.9
1322026-08-01T04:23:50.806Z Downloaded once_cell v1.21.3
1332026-08-01T04:23:50.806Z Downloaded clap_lex v1.0.0
1342026-08-01T04:23:50.806Z Downloaded autocfg v1.5.0
1352026-08-01T04:23:50.809Z Downloaded zmij v1.0.21
1362026-08-01T04:23:50.809Z Downloaded anstyle v1.0.14
1372026-08-01T04:23:50.812Z Downloaded num-complex v0.4.6
1382026-08-01T04:23:50.812Z Downloaded errno v0.3.14
1392026-08-01T04:23:50.812Z Downloaded glob v0.3.3
1402026-08-01T04:23:50.816Z Downloaded serde_tokenstream v0.2.3
1412026-08-01T04:23:50.816Z Downloaded block-buffer v0.10.4
1422026-08-01T04:23:50.822Z Downloaded dtrace-parser v0.2.0
1432026-08-01T04:23:50.825Z Downloaded dof v0.3.0
1442026-08-01T04:23:50.825Z Downloaded anstyle-parse v1.0.0
1452026-08-01T04:23:50.825Z Downloaded generic-array v0.14.7
1462026-08-01T04:23:50.831Z Downloaded zerocopy v0.8.40
1472026-08-01T04:23:50.837Z Downloaded log v0.4.29
1482026-08-01T04:23:50.840Z Downloaded crypto-common v0.1.7
1492026-08-01T04:23:50.840Z Downloaded cpufeatures v0.2.17
1502026-08-01T04:23:50.843Z Downloaded itoa v1.0.17
1512026-08-01T04:23:50.843Z Downloaded colored v3.1.1
1522026-08-01T04:23:50.843Z Downloaded zerocopy v0.7.35
1532026-08-01T04:23:50.852Z Downloaded pnet_sys v0.35.0
1542026-08-01T04:23:50.855Z Downloaded num-iter v0.1.45
1552026-08-01T04:23:50.855Z Downloaded memmap v0.7.0
1562026-08-01T04:23:50.855Z Downloaded funty v2.0.0
1572026-08-01T04:23:50.855Z Downloaded thread-id v4.2.2
1582026-08-01T04:23:50.858Z Downloaded pnet_transport v0.35.0
1592026-08-01T04:23:50.858Z Downloaded fastrand v2.3.0
1602026-08-01T04:23:50.858Z Downloaded colorchoice v1.0.4
1612026-08-01T04:23:50.862Z Downloaded ipnetwork v0.20.0
1622026-08-01T04:23:50.862Z Downloaded cfg-if v1.0.4
1632026-08-01T04:23:50.864Z Downloaded strsim v0.11.1
1642026-08-01T04:23:50.870Z Downloaded pretty-hex v0.4.1
1652026-08-01T04:23:50.873Z Downloaded num v0.4.3
1662026-08-01T04:23:50.873Z Downloaded is_terminal_polyfill v1.70.2
1672026-08-01T04:23:50.877Z Downloaded usdt-macro v0.5.0
1682026-08-01T04:23:50.881Z Downloaded usdt v0.5.0
1692026-08-01T04:23:50.881Z Downloaded tap v1.0.1
1702026-08-01T04:23:50.884Z Downloaded usdt-attr-macro v0.5.0
1712026-08-01T04:23:50.887Z Downloaded plain v0.2.3
1722026-08-01T04:23:50.898Z Downloaded pnet_macros_support v0.35.0
1732026-08-01T04:23:50.901Z Downloaded pnet_base v0.35.0
1742026-08-01T04:23:50.905Z Downloaded utf8parse v0.2.2
1752026-08-01T04:23:50.908Z Downloaded radium v0.7.0
1762026-08-01T04:23:50.912Z Downloaded scroll_derive v0.12.1
1772026-08-01T04:23:50.915Z Downloaded usdt-impl v0.5.0
1782026-08-01T04:23:50.920Z Downloaded anstyle-query v1.1.5
1792026-08-01T04:23:50.923Z Downloaded ppv-lite86 v0.2.21
1802026-08-01T04:23:50.926Z Downloaded quote v1.0.45
1812026-08-01T04:23:50.926Z Downloaded num-rational v0.4.2
1822026-08-01T04:23:50.931Z Downloaded scroll v0.12.0
1832026-08-01T04:23:50.937Z Downloaded no-std-net v0.6.0
1842026-08-01T04:23:50.940Z Downloaded byteorder v1.5.0
1852026-08-01T04:23:50.948Z Downloaded pnet_macros v0.35.0
1862026-08-01T04:23:50.951Z Downloaded wyz v0.5.1
1872026-08-01T04:23:50.951Z Downloaded pnet v0.35.0
1882026-08-01T04:23:50.954Z Downloaded pnet_datalink v0.35.0
1892026-08-01T04:23:50.954Z Downloaded rand_core v0.9.5
1902026-08-01T04:23:50.957Z Downloaded rand_chacha v0.9.0
1912026-08-01T04:23:50.961Z Downloaded thiserror v1.0.69
1922026-08-01T04:23:50.968Z Downloaded anstream v1.0.0
1932026-08-01T04:23:50.977Z Downloaded pest_derive v2.8.6
1942026-08-01T04:23:50.980Z Downloaded num-integer v0.1.46
1952026-08-01T04:23:50.980Z Downloaded pnet_packet v0.35.0
1962026-08-01T04:23:50.987Z Downloaded thiserror-impl v1.0.69
1972026-08-01T04:23:50.991Z Downloaded unicode-ident v1.0.24
1982026-08-01T04:23:50.997Z Downloaded tempfile v3.27.0
1992026-08-01T04:23:51.000Z Downloaded pest_generator v2.8.6
2002026-08-01T04:23:51.003Z Downloaded bitflags v2.11.0
2012026-08-01T04:23:51.008Z Downloaded getrandom v0.3.4
2022026-08-01T04:23:51.011Z Downloaded num-traits v0.2.19
2032026-08-01T04:23:51.014Z Downloaded proc-macro2 v1.0.106
2042026-08-01T04:23:51.014Z Downloaded ucd-trie v0.1.7
2052026-08-01T04:23:51.020Z Downloaded pest_meta v2.8.6
2062026-08-01T04:23:51.026Z Downloaded getrandom v0.4.1
2072026-08-01T04:23:51.035Z Downloaded prettyplease v0.2.37
2082026-08-01T04:23:51.038Z Downloaded serde_core v1.0.228
2092026-08-01T04:23:51.041Z Downloaded clap v4.6.5
2102026-08-01T04:23:51.045Z Downloaded memchr v2.8.0
2112026-08-01T04:23:51.057Z Downloaded serde v1.0.228
2122026-08-01T04:23:51.066Z Downloaded num-bigint v0.4.6
2132026-08-01T04:23:51.078Z Downloaded typenum v1.19.0
2142026-08-01T04:23:51.082Z Downloaded rand v0.9.3
2152026-08-01T04:23:51.095Z Downloaded pest v2.8.6
2162026-08-01T04:23:51.102Z Downloaded aho-corasick v1.1.4
2172026-08-01T04:23:51.108Z Downloaded goblin v0.8.2
2182026-08-01T04:23:51.122Z Downloaded serde_json v1.0.149
2192026-08-01T04:23:51.126Z Downloaded regex v1.12.4
2202026-08-01T04:23:51.132Z Downloaded clap_builder v4.6.5
2212026-08-01T04:23:51.135Z Downloaded bitvec v1.1.1
2222026-08-01T04:23:51.182Z Downloaded syn v3.0.3
2232026-08-01T04:23:51.188Z Downloaded syn v2.0.118
2242026-08-01T04:23:51.209Z Downloaded regex-syntax v0.8.11
2252026-08-01T04:23:51.220Z Downloaded rustix v1.1.4
2262026-08-01T04:23:51.249Z Downloaded regex-automata v0.4.14
2272026-08-01T04:23:51.257Z Downloaded libc v0.2.182
2282026-08-01T04:23:51.325Z Compiling proc-macro2 v1.0.106
2292026-08-01T04:23:51.325Z Compiling quote v1.0.45
2302026-08-01T04:23:51.328Z Compiling unicode-ident v1.0.24
2312026-08-01T04:23:51.328Z Compiling libc v0.2.182
2322026-08-01T04:23:51.328Z Compiling serde_core v1.0.228
2332026-08-01T04:23:51.328Z Compiling memchr v2.8.0
2342026-08-01T04:23:51.328Z Compiling serde v1.0.228
2352026-08-01T04:23:51.480Z Compiling zmij v1.0.21
2362026-08-01T04:23:51.733Z Compiling thiserror v1.0.69
2372026-08-01T04:23:51.746Z Compiling ucd-trie v0.1.7
2382026-08-01T04:23:51.831Z Compiling getrandom v0.4.1
2392026-08-01T04:23:51.917Z Compiling pest v2.8.6
2402026-08-01T04:23:51.960Z Compiling serde_json v1.0.149
2412026-08-01T04:23:52.096Z Compiling rustix v1.1.4
2422026-08-01T04:23:52.211Z Compiling autocfg v1.5.0
2432026-08-01T04:23:52.217Z Compiling version_check v0.9.5
2442026-08-01T04:23:52.555Z Compiling syn v2.0.118
2452026-08-01T04:23:52.560Z Compiling num-traits v0.2.19
2462026-08-01T04:23:52.620Z Compiling aho-corasick v1.1.4
2472026-08-01T04:23:52.662Z Compiling prettyplease v0.2.37
2482026-08-01T04:23:52.782Z Compiling regex-syntax v0.8.11
2492026-08-01T04:23:53.068Z Compiling pest_meta v2.8.6
2502026-08-01T04:23:53.154Z Checking cfg-if v1.0.4
2512026-08-01T04:23:53.519Z Compiling byteorder v1.5.0
2522026-08-01T04:23:53.728Z Compiling itoa v1.0.17
2532026-08-01T04:23:53.732Z Compiling usdt-impl v0.5.0
2542026-08-01T04:23:53.953Z Checking num-integer v0.1.46
2552026-08-01T04:23:54.051Z Compiling thread-id v4.2.2
2562026-08-01T04:23:54.125Z Checking plain v0.2.3
2572026-08-01T04:23:54.216Z Compiling regex-automata v0.4.14
2582026-08-01T04:23:54.356Z Checking colored v3.1.1
2592026-08-01T04:23:54.402Z Checking log v0.4.29
2602026-08-01T04:23:54.544Z Compiling errno v0.3.14
2612026-08-01T04:23:54.673Z Checking pretty-hex v0.4.1
2622026-08-01T04:23:54.784Z Compiling bitflags v2.11.0
2632026-08-01T04:23:54.820Z Compiling pest_generator v2.8.6
2642026-08-01T04:23:54.843Z Compiling radium v0.7.0
2652026-08-01T04:23:54.858Z Checking no-std-net v0.6.0
2662026-08-01T04:23:54.918Z Checking pnet_base v0.35.0
2672026-08-01T04:23:55.190Z Compiling zerocopy v0.8.40
2682026-08-01T04:23:55.209Z Compiling fastrand v2.3.0
2692026-08-01T04:23:55.431Z Checking tap v1.0.1
2702026-08-01T04:23:55.458Z Compiling getrandom v0.3.4
2712026-08-01T04:23:55.487Z Compiling once_cell v1.21.3
2722026-08-01T04:23:55.520Z Checking wyz v0.5.1
2732026-08-01T04:23:55.720Z Compiling tempfile v3.27.0
2742026-08-01T04:23:55.737Z Checking num-iter v0.1.45
2752026-08-01T04:23:55.740Z Checking memmap v0.7.0
2762026-08-01T04:23:55.848Z Checking funty v2.0.0
2772026-08-01T04:23:55.855Z Compiling anyhow v1.0.102
2782026-08-01T04:23:56.037Z Compiling serde_derive v1.0.228
2792026-08-01T04:23:56.052Z Compiling thiserror-impl v1.0.69
2802026-08-01T04:23:56.167Z Compiling zerocopy-derive v0.7.35
2812026-08-01T04:23:56.184Z Compiling pest_derive v2.8.6
2822026-08-01T04:23:56.372Z Compiling regex v1.12.4
2832026-08-01T04:23:56.527Z Compiling scroll_derive v0.12.1
2842026-08-01T04:23:56.699Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2852026-08-01T04:23:56.838Z Compiling pnet_macros v0.35.0
2862026-08-01T04:23:56.975Z Checking bitvec v1.1.1
2872026-08-01T04:23:57.009Z Compiling zerocopy v0.7.35
2882026-08-01T04:23:57.235Z Checking scroll v0.12.0
2892026-08-01T04:23:57.324Z Compiling dtrace-parser v0.2.0
2902026-08-01T04:23:57.541Z Checking goblin v0.8.2
2912026-08-01T04:23:57.671Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2922026-08-01T04:23:58.046Z Checking pnet_macros_support v0.35.0
2932026-08-01T04:23:58.151Z Checking pnet_sys v0.35.0
2942026-08-01T04:23:58.188Z Checking utf8parse v0.2.2
2952026-08-01T04:23:58.284Z Checking anstyle-parse v1.0.0
2962026-08-01T04:23:58.430Z Checking pnet_packet v0.35.0
2972026-08-01T04:23:58.494Z Checking rand_core v0.9.5
2982026-08-01T04:23:59.003Z Compiling pnet v0.35.0
2992026-08-01T04:23:59.054Z Checking anstyle v1.0.14
3002026-08-01T04:23:59.131Z Checking num-bigint v0.4.6
3012026-08-01T04:23:59.156Z Checking num-complex v0.4.6
3022026-08-01T04:23:59.222Z Checking ipnetwork v0.20.0
3032026-08-01T04:23:59.329Z Compiling dof v0.3.0
3042026-08-01T04:23:59.389Z Compiling serde_tokenstream v0.2.3
3052026-08-01T04:23:59.476Z Checking colorchoice v1.0.4
3062026-08-01T04:23:59.490Z Checking is_terminal_polyfill v1.70.2
3072026-08-01T04:23:59.563Z Checking anstyle-query v1.1.5
3082026-08-01T04:23:59.663Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3092026-08-01T04:23:59.808Z Checking anstream v1.0.0
3102026-08-01T04:23:59.947Z Checking num-rational v0.4.2
3112026-08-01T04:24:00.019Z Checking pnet_datalink v0.35.0
3122026-08-01T04:24:00.063Z Compiling usdt-attr-macro v0.5.0
3132026-08-01T04:24:00.219Z Compiling usdt-macro v0.5.0
3142026-08-01T04:24:00.223Z Checking num v0.4.3
3152026-08-01T04:24:00.284Z Compiling syn v3.0.3
3162026-08-01T04:24:00.339Z Checking pnet_transport v0.35.0
3172026-08-01T04:24:00.414Z Checking strsim v0.11.1
3182026-08-01T04:24:00.480Z Compiling heck v0.5.0
3192026-08-01T04:24:00.493Z Checking clap_lex v1.0.0
3202026-08-01T04:24:00.566Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3212026-08-01T04:24:00.637Z Checking clap_builder v4.6.5
3222026-08-01T04:24:00.702Z Checking ppv-lite86 v0.2.21
3232026-08-01T04:24:00.789Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3242026-08-01T04:24:00.834Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3252026-08-01T04:24:00.896Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3262026-08-01T04:24:00.928Z Checking usdt v0.5.0
3272026-08-01T04:24:00.996Z Checking rand_chacha v0.9.0
3282026-08-01T04:24:01.072Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3292026-08-01T04:24:01.094Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3302026-08-01T04:24:01.173Z Checking rand v0.9.3
3312026-08-01T04:24:01.427Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3322026-08-01T04:24:02.376Z Compiling clap_derive v4.6.4
3332026-08-01T04:24:03.427Z Checking clap v4.6.5
3342026-08-01T04:24:03.472Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3352026-08-01T04:24:03.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.72s
3362026-08-01T04:24:03.736Z+ cargo clippy --all-targets -- --deny warnings
3372026-08-01T04:24:03.854Z Downloading crates ...
3382026-08-01T04:24:03.903Z Downloaded libloading v0.9.0
3392026-08-01T04:24:03.950Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3402026-08-01T04:24:03.967Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3412026-08-01T04:24:03.973Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3422026-08-01T04:24:03.976Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3432026-08-01T04:24:03.976Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3442026-08-01T04:24:03.979Z Checking libloading v0.9.0
3452026-08-01T04:24:04.221Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3462026-08-01T04:24:04.745Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3472026-08-01T04:24:05.588Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3482026-08-01T04:24:05.588Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3492026-08-01T04:24:06.527Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3502026-08-01T04:24:11.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.65s
3512026-08-01T04:24:11.462Z+ banner build
3522026-08-01T04:24:11.465Z
3532026-08-01T04:24:11.465Z ##### # # # # #####
3542026-08-01T04:24:11.465Z # # # # # # # #
3552026-08-01T04:24:11.465Z ##### # # # # # #
3562026-08-01T04:24:11.465Z # # # # # # # #
3572026-08-01T04:24:11.465Z # # # # # # # #
3582026-08-01T04:24:11.465Z ##### #### # ###### #####
3592026-08-01T04:24:11.465Z
3602026-08-01T04:24:11.465Z+ ptime -m cargo build
3612026-08-01T04:24:11.594Z Compiling unicode-ident v1.0.24
3622026-08-01T04:24:11.594Z Compiling memchr v2.8.0
3632026-08-01T04:24:11.597Z Compiling ucd-trie v0.1.7
3642026-08-01T04:24:11.612Z Compiling libc v0.2.182
3652026-08-01T04:24:11.615Z Compiling serde_core v1.0.228
3662026-08-01T04:24:11.615Z Compiling regex-syntax v0.8.11
3672026-08-01T04:24:11.618Z Compiling cfg-if v1.0.4
3682026-08-01T04:24:11.622Z Compiling zmij v1.0.21
3692026-08-01T04:24:11.662Z Compiling byteorder v1.5.0
3702026-08-01T04:24:11.710Z Compiling proc-macro2 v1.0.106
3712026-08-01T04:24:11.866Z Compiling itoa v1.0.17
3722026-08-01T04:24:11.871Z Compiling num-traits v0.2.19
3732026-08-01T04:24:11.886Z Compiling thread-id v4.2.2
3742026-08-01T04:24:11.930Z Compiling errno v0.3.14
3752026-08-01T04:24:11.951Z Compiling bitflags v2.11.0
3762026-08-01T04:24:12.032Z Compiling aho-corasick v1.1.4
3772026-08-01T04:24:12.059Z Compiling quote v1.0.45
3782026-08-01T04:24:12.167Z Compiling pest v2.8.6
3792026-08-01T04:24:12.273Z Compiling syn v2.0.118
3802026-08-01T04:24:12.336Z Compiling rustix v1.1.4
3812026-08-01T04:24:12.410Z Compiling num-integer v0.1.46
3822026-08-01T04:24:12.461Z Compiling getrandom v0.4.1
3832026-08-01T04:24:12.590Z Compiling colored v3.1.1
3842026-08-01T04:24:12.715Z Compiling once_cell v1.21.3
3852026-08-01T04:24:12.911Z Compiling log v0.4.29
3862026-08-01T04:24:12.959Z Compiling fastrand v2.3.0
3872026-08-01T04:24:13.080Z Compiling regex-automata v0.4.14
3882026-08-01T04:24:13.195Z Compiling pest_meta v2.8.6
3892026-08-01T04:24:13.211Z Compiling plain v0.2.3
3902026-08-01T04:24:13.305Z Compiling serde_json v1.0.149
3912026-08-01T04:24:13.406Z Compiling tempfile v3.27.0
3922026-08-01T04:24:13.436Z Compiling pretty-hex v0.4.1
3932026-08-01T04:24:13.560Z Compiling no-std-net v0.6.0
3942026-08-01T04:24:13.623Z Compiling pnet_base v0.35.0
3952026-08-01T04:24:13.775Z Compiling tap v1.0.1
3962026-08-01T04:24:13.801Z Compiling radium v0.7.0
3972026-08-01T04:24:13.871Z Compiling wyz v0.5.1
3982026-08-01T04:24:13.987Z Compiling num-iter v0.1.45
3992026-08-01T04:24:14.045Z Compiling memmap v0.7.0
4002026-08-01T04:24:14.061Z Compiling funty v2.0.0
4012026-08-01T04:24:14.091Z Compiling getrandom v0.3.4
4022026-08-01T04:24:14.213Z Compiling zerocopy v0.8.40
4032026-08-01T04:24:14.251Z Compiling pnet_macros_support v0.35.0
4042026-08-01T04:24:14.271Z Compiling pnet_sys v0.35.0
4052026-08-01T04:24:14.356Z Compiling utf8parse v0.2.2
4062026-08-01T04:24:14.420Z Compiling bitvec v1.1.1
4072026-08-01T04:24:14.436Z Compiling anstyle-parse v1.0.0
4082026-08-01T04:24:14.450Z Compiling rand_core v0.9.5
4092026-08-01T04:24:14.479Z Compiling anyhow v1.0.102
4102026-08-01T04:24:14.607Z Compiling pest_generator v2.8.6
4112026-08-01T04:24:14.650Z Compiling prettyplease v0.2.37
4122026-08-01T04:24:14.691Z Compiling anstyle-query v1.1.5
4132026-08-01T04:24:14.786Z Compiling regex v1.12.4
4142026-08-01T04:24:14.863Z Compiling anstyle v1.0.14
4152026-08-01T04:24:15.072Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4162026-08-01T04:24:15.215Z Compiling colorchoice v1.0.4
4172026-08-01T04:24:15.232Z Compiling is_terminal_polyfill v1.70.2
4182026-08-01T04:24:15.311Z Compiling anstream v1.0.0
4192026-08-01T04:24:15.315Z Compiling syn v3.0.3
4202026-08-01T04:24:15.620Z Compiling strsim v0.11.1
4212026-08-01T04:24:15.644Z Compiling clap_lex v1.0.0
4222026-08-01T04:24:15.882Z Compiling clap_builder v4.6.5
4232026-08-01T04:24:16.036Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4242026-08-01T04:24:16.100Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4252026-08-01T04:24:16.246Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4262026-08-01T04:24:16.739Z Compiling serde_derive v1.0.228
4272026-08-01T04:24:16.739Z Compiling thiserror-impl v1.0.69
4282026-08-01T04:24:16.739Z Compiling zerocopy-derive v0.7.35
4292026-08-01T04:24:16.743Z Compiling pest_derive v2.8.6
4302026-08-01T04:24:17.240Z Compiling scroll_derive v0.12.1
4312026-08-01T04:24:17.434Z Compiling pnet_macros v0.35.0
4322026-08-01T04:24:17.642Z Compiling ppv-lite86 v0.2.21
4332026-08-01T04:24:17.744Z Compiling zerocopy v0.7.35
4342026-08-01T04:24:17.956Z Compiling rand_chacha v0.9.0
4352026-08-01T04:24:18.057Z Compiling thiserror v1.0.69
4362026-08-01T04:24:18.100Z Compiling scroll v0.12.0
4372026-08-01T04:24:18.148Z Compiling dtrace-parser v0.2.0
4382026-08-01T04:24:18.244Z Compiling clap_derive v4.6.4
4392026-08-01T04:24:18.290Z Compiling rand v0.9.3
4402026-08-01T04:24:18.351Z Compiling goblin v0.8.2
4412026-08-01T04:24:18.972Z Compiling pnet_packet v0.35.0
4422026-08-01T04:24:19.317Z Compiling serde v1.0.228
4432026-08-01T04:24:19.571Z Compiling clap v4.6.5
4442026-08-01T04:24:19.612Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4452026-08-01T04:24:19.688Z Compiling dof v0.3.0
4462026-08-01T04:24:19.688Z Compiling serde_tokenstream v0.2.3
4472026-08-01T04:24:19.688Z Compiling num-bigint v0.4.6
4482026-08-01T04:24:19.691Z Compiling num-complex v0.4.6
4492026-08-01T04:24:19.786Z Compiling ipnetwork v0.20.0
4502026-08-01T04:24:19.960Z Compiling usdt-impl v0.5.0
4512026-08-01T04:24:20.022Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4522026-08-01T04:24:20.066Z Compiling pnet_datalink v0.35.0
4532026-08-01T04:24:20.436Z Compiling usdt-attr-macro v0.5.0
4542026-08-01T04:24:20.462Z Compiling usdt-macro v0.5.0
4552026-08-01T04:24:21.431Z Compiling num-rational v0.4.2
4562026-08-01T04:24:21.440Z Compiling pnet_transport v0.35.0
4572026-08-01T04:24:21.474Z Compiling usdt v0.5.0
4582026-08-01T04:24:21.650Z Compiling pnet v0.35.0
4592026-08-01T04:24:21.724Z Compiling num v0.4.3
4602026-08-01T04:24:21.766Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4612026-08-01T04:24:22.123Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4622026-08-01T04:24:22.245Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4632026-08-01T04:24:22.249Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4642026-08-01T04:24:22.382Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4652026-08-01T04:24:24.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.51s
4662026-08-01T04:24:25.007Z
4672026-08-01T04:24:25.011Zreal 13.534196377
4682026-08-01T04:24:25.011Zuser 1:13.579389084
4692026-08-01T04:24:25.011Zsys 12.140267252
4702026-08-01T04:24:25.011Ztrap 0.039546685
4712026-08-01T04:24:25.011Ztflt 0.065269482
4722026-08-01T04:24:25.011Zdflt 0.095993642
4732026-08-01T04:24:25.011Zkflt 0.000014246
4742026-08-01T04:24:25.011Zlock 2:54.362171281
4752026-08-01T04:24:25.011Zslp 5:03.460690052
4762026-08-01T04:24:25.011Zlat 3.668978413
4772026-08-01T04:24:25.011Zstop 4.582961070
4782026-08-01T04:24:25.011Z+ ptime -m cargo build --release
4792026-08-01T04:24:25.087Z Compiling proc-macro2 v1.0.106
4802026-08-01T04:24:25.087Z Compiling quote v1.0.45
4812026-08-01T04:24:25.090Z Compiling unicode-ident v1.0.24
4822026-08-01T04:24:25.090Z Compiling libc v0.2.182
4832026-08-01T04:24:25.090Z Compiling serde_core v1.0.228
4842026-08-01T04:24:25.090Z Compiling memchr v2.8.0
4852026-08-01T04:24:25.090Z Compiling serde v1.0.228
4862026-08-01T04:24:25.090Z Compiling thiserror v1.0.69
4872026-08-01T04:24:25.396Z Compiling zmij v1.0.21
4882026-08-01T04:24:25.430Z Compiling serde_json v1.0.149
4892026-08-01T04:24:25.442Z Compiling rustix v1.1.4
4902026-08-01T04:24:25.751Z Compiling ucd-trie v0.1.7
4912026-08-01T04:24:25.754Z Compiling getrandom v0.4.1
4922026-08-01T04:24:25.960Z Compiling pest v2.8.6
4932026-08-01T04:24:25.964Z Compiling aho-corasick v1.1.4
4942026-08-01T04:24:26.297Z Compiling syn v2.0.118
4952026-08-01T04:24:26.347Z Compiling prettyplease v0.2.37
4962026-08-01T04:24:26.351Z Compiling version_check v0.9.5
4972026-08-01T04:24:26.491Z Compiling regex-syntax v0.8.11
4982026-08-01T04:24:26.609Z Compiling autocfg v1.5.0
4992026-08-01T04:24:26.948Z Compiling num-traits v0.2.19
5002026-08-01T04:24:27.188Z Compiling pest_meta v2.8.6
5012026-08-01T04:24:27.887Z Compiling cfg-if v1.0.4
5022026-08-01T04:24:27.950Z Compiling regex-automata v0.4.14
5032026-08-01T04:24:27.988Z Compiling byteorder v1.5.0
5042026-08-01T04:24:28.209Z Compiling itoa v1.0.17
5052026-08-01T04:24:28.276Z Compiling usdt-impl v0.5.0
5062026-08-01T04:24:28.625Z Compiling pest_generator v2.8.6
5072026-08-01T04:24:28.628Z Compiling num-integer v0.1.46
5082026-08-01T04:24:28.895Z Compiling errno v0.3.14
5092026-08-01T04:24:28.982Z Compiling thread-id v4.2.2
5102026-08-01T04:24:29.061Z Compiling bitflags v2.11.0
5112026-08-01T04:24:29.246Z Compiling log v0.4.29
5122026-08-01T04:24:29.250Z Compiling plain v0.2.3
5132026-08-01T04:24:29.646Z Compiling regex v1.12.4
5142026-08-01T04:24:29.769Z Compiling serde_derive v1.0.228
5152026-08-01T04:24:29.838Z Compiling thiserror-impl v1.0.69
5162026-08-01T04:24:30.025Z Compiling zerocopy-derive v0.7.35
5172026-08-01T04:24:30.220Z Compiling pest_derive v2.8.6
5182026-08-01T04:24:30.476Z Compiling scroll_derive v0.12.1
5192026-08-01T04:24:30.772Z Compiling pretty-hex v0.4.1
5202026-08-01T04:24:30.918Z Compiling zerocopy v0.7.35
5212026-08-01T04:24:31.122Z Compiling dtrace-parser v0.2.0
5222026-08-01T04:24:31.241Z Compiling scroll v0.12.0
5232026-08-01T04:24:31.295Z Compiling colored v3.1.1
5242026-08-01T04:24:31.471Z Compiling goblin v0.8.2
5252026-08-01T04:24:31.523Z Compiling fastrand v2.3.0
5262026-08-01T04:24:31.699Z Compiling once_cell v1.21.3
5272026-08-01T04:24:31.746Z Compiling radium v0.7.0
5282026-08-01T04:24:31.838Z Compiling no-std-net v0.6.0
5292026-08-01T04:24:31.891Z Compiling pnet_base v0.35.0
5302026-08-01T04:24:31.905Z Compiling tempfile v3.27.0
5312026-08-01T04:24:31.956Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5322026-08-01T04:24:32.213Z Compiling getrandom v0.3.4
5332026-08-01T04:24:32.251Z Compiling zerocopy v0.8.40
5342026-08-01T04:24:32.644Z Compiling tap v1.0.1
5352026-08-01T04:24:32.746Z Compiling wyz v0.5.1
5362026-08-01T04:24:32.750Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5372026-08-01T04:24:33.029Z Compiling serde_tokenstream v0.2.3
5382026-08-01T04:24:33.049Z Compiling dof v0.3.0
5392026-08-01T04:24:33.136Z Compiling num-bigint v0.4.6
5402026-08-01T04:24:33.173Z Compiling num-complex v0.4.6
5412026-08-01T04:24:33.390Z Compiling num-iter v0.1.45
5422026-08-01T04:24:33.508Z Compiling memmap v0.7.0
5432026-08-01T04:24:33.656Z Compiling funty v2.0.0
5442026-08-01T04:24:33.730Z Compiling anyhow v1.0.102
5452026-08-01T04:24:33.806Z Compiling usdt-macro v0.5.0
5462026-08-01T04:24:33.969Z Compiling usdt-attr-macro v0.5.0
5472026-08-01T04:24:34.507Z Compiling num-rational v0.4.2
5482026-08-01T04:24:34.691Z Compiling bitvec v1.1.1
5492026-08-01T04:24:35.783Z Compiling num v0.4.3
5502026-08-01T04:24:35.856Z Compiling usdt v0.5.0
5512026-08-01T04:24:36.546Z Compiling pnet_macros_support v0.35.0
5522026-08-01T04:24:36.654Z Compiling pnet_macros v0.35.0
5532026-08-01T04:24:36.669Z Compiling pnet_sys v0.35.0
5542026-08-01T04:24:36.878Z Compiling utf8parse v0.2.2
5552026-08-01T04:24:36.983Z Compiling anstyle-parse v1.0.0
5562026-08-01T04:24:37.198Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5572026-08-01T04:24:37.751Z Compiling pnet_packet v0.35.0
5582026-08-01T04:24:38.187Z Compiling ppv-lite86 v0.2.21
5592026-08-01T04:24:38.767Z Compiling rand_core v0.9.5
5602026-08-01T04:24:38.940Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5612026-08-01T04:24:39.026Z Compiling ipnetwork v0.20.0
5622026-08-01T04:24:39.888Z Compiling anstyle-query v1.1.5
5632026-08-01T04:24:39.987Z Compiling pnet v0.35.0
5642026-08-01T04:24:40.045Z Compiling colorchoice v1.0.4
5652026-08-01T04:24:41.162Z Compiling anstyle v1.0.14
5662026-08-01T04:24:41.166Z Compiling is_terminal_polyfill v1.70.2
5672026-08-01T04:24:41.166Z Compiling pnet_transport v0.35.0
5682026-08-01T04:24:41.166Z Compiling anstream v1.0.0
5692026-08-01T04:24:41.176Z Compiling pnet_datalink v0.35.0
5702026-08-01T04:24:42.068Z Compiling rand_chacha v0.9.0
5712026-08-01T04:24:42.171Z Compiling syn v3.0.3
5722026-08-01T04:24:42.319Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5732026-08-01T04:24:42.566Z Compiling strsim v0.11.1
5742026-08-01T04:24:42.610Z Compiling clap_lex v1.0.0
5752026-08-01T04:24:42.799Z Compiling heck v0.5.0
5762026-08-01T04:24:42.993Z Compiling clap_builder v4.6.5
5772026-08-01T04:24:43.033Z Compiling rand v0.9.3
5782026-08-01T04:24:43.877Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5792026-08-01T04:24:44.096Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5802026-08-01T04:24:44.348Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5812026-08-01T04:24:45.039Z Compiling clap_derive v4.6.4
5822026-08-01T04:24:46.744Z Compiling clap v4.6.5
5832026-08-01T04:24:46.820Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5842026-08-01T04:24:47.940Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5852026-08-01T04:24:50.583Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5862026-08-01T04:24:57.349Z Finished `release` profile [optimized] target(s) in 32.33s
5872026-08-01T04:24:57.370Z
5882026-08-01T04:24:57.374Zreal 32.353284135
5892026-08-01T04:24:57.374Zuser 3:15.017816499
5902026-08-01T04:24:57.374Zsys 18.392390934
5912026-08-01T04:24:57.374Ztrap 0.111018218
5922026-08-01T04:24:57.374Ztflt 0.267288275
5932026-08-01T04:24:57.374Zdflt 0.231605441
5942026-08-01T04:24:57.374Zkflt 0.000056673
5952026-08-01T04:24:57.374Zlock 10:17.429799964
5962026-08-01T04:24:57.374Zslp 12:38.001459903
5972026-08-01T04:24:57.374Zlat 13.284478203
5982026-08-01T04:24:57.374Zstop 10.694367238
5992026-08-01T04:24:57.374Z+ for x in debug release
6002026-08-01T04:24:57.374Z+ mkdir -p /work/debug
6012026-08-01T04:24:57.374Z+ cp target/debug/x4c /work/debug/
6022026-08-01T04:24:57.401Z+ cp target/debug/libsidecar_lite.so /work/debug/
6032026-08-01T04:24:57.437Z+ for x in debug release
6042026-08-01T04:24:57.437Z+ mkdir -p /work/release
6052026-08-01T04:24:57.440Z+ cp target/release/x4c /work/release/
6062026-08-01T04:24:57.445Z+ cp target/release/libsidecar_lite.so /work/release/
6072026-08-01T04:24:57.456Z+ banner test
6082026-08-01T04:24:57.459Z
6092026-08-01T04:24:57.459Z ##### ###### #### #####
6102026-08-01T04:24:57.459Z # # # #
6112026-08-01T04:24:57.459Z # ##### #### #
6122026-08-01T04:24:57.459Z # # # #
6132026-08-01T04:24:57.459Z # # # # #
6142026-08-01T04:24:57.459Z # ###### #### #
6152026-08-01T04:24:57.459Z
6162026-08-01T04:24:57.459Z+ cargo test
6172026-08-01T04:24:57.530Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6182026-08-01T04:24:57.546Z Compiling libloading v0.9.0
6192026-08-01T04:24:57.550Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6202026-08-01T04:24:57.550Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6212026-08-01T04:24:57.553Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6222026-08-01T04:24:57.553Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6232026-08-01T04:24:57.736Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6242026-08-01T04:24:58.635Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6252026-08-01T04:24:58.635Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6262026-08-01T04:24:58.635Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6272026-08-01T04:24:58.910Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6282026-08-01T04:25:05.561Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.09s
6292026-08-01T04:25:05.575Z Running unittests src/lib.rs (target/debug/deps/p4-85be53bc186e4c60)
6302026-08-01T04:25:05.579Z
6312026-08-01T04:25:05.579Zrunning 0 tests
6322026-08-01T04:25:05.579Z
6332026-08-01T04:25:05.579Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6342026-08-01T04:25:05.579Z
6352026-08-01T04:25:05.579Z Running unittests src/lib.rs (target/debug/deps/p4_macro-7559636d1037bbb9)
6362026-08-01T04:25:05.586Z
6372026-08-01T04:25:05.586Zrunning 0 tests
6382026-08-01T04:25:05.586Z
6392026-08-01T04:25:05.586Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6402026-08-01T04:25:05.586Z
6412026-08-01T04:25:05.586Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-42b4ab9123dbb28b)
6422026-08-01T04:25:05.586Z
6432026-08-01T04:25:05.586Zrunning 0 tests
6442026-08-01T04:25:05.586Z
6452026-08-01T04:25:05.587Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6462026-08-01T04:25:05.587Z
6472026-08-01T04:25:05.587Z Running unittests src/lib.rs (target/debug/deps/p4_rust-682a88024cdd39f0)
6482026-08-01T04:25:05.587Z
6492026-08-01T04:25:05.587Zrunning 0 tests
6502026-08-01T04:25:05.587Z
6512026-08-01T04:25:05.587Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6522026-08-01T04:25:05.587Z
6532026-08-01T04:25:05.587Z Running unittests src/lib.rs (target/debug/deps/p4rs-71134c454596353c)
6542026-08-01T04:25:05.587Z
6552026-08-01T04:25:05.587Zrunning 14 tests
6562026-08-01T04:25:05.587Ztest bitmath::tests::bitmath_add_be ... ok
6572026-08-01T04:25:05.587Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6582026-08-01T04:25:05.587Ztest bitmath::tests::bitmath_add_le ... ok
6592026-08-01T04:25:05.587Ztest bitmath::tests::bitmath_add_nest ... ok
6602026-08-01T04:25:05.587Ztest bitmath::tests::bitmath_mod ... ok
6612026-08-01T04:25:05.587Ztest bitmath::tests::bitmath_add_cascade ... ok
6622026-08-01T04:25:05.587Ztest bitmath::tests::bitmath_sub_be ... ok
6632026-08-01T04:25:05.587Ztest bitmath::tests::bitmath_sub_le ... ok
6642026-08-01T04:25:05.587Ztest checksum::tests::udp_checksum ... ok
6652026-08-01T04:25:05.587Ztest table::tests::match_lpm_ternary_1 ... ok
6662026-08-01T04:25:05.587Ztest table::tests::match_lpm_ternary_range ... ok
6672026-08-01T04:25:05.587Ztest table::tests::match_lpm_1 ... ok
6682026-08-01T04:25:05.587Ztest table::tests::match_ternary_1 ... ok
6692026-08-01T04:25:05.587Ztest table::tests::match_with_action ... ok
6702026-08-01T04:25:05.587Z
6712026-08-01T04:25:05.588Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6722026-08-01T04:25:05.588Z
6732026-08-01T04:25:05.588Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-6b4b2d1351c9575d)
6742026-08-01T04:25:05.596Z
6752026-08-01T04:25:05.596Zrunning 0 tests
6762026-08-01T04:25:05.596Z
6772026-08-01T04:25:05.596Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6782026-08-01T04:25:05.597Z
6792026-08-01T04:25:05.597Z Running unittests src/lib.rs (target/debug/deps/tests-45eb331100058051)
6802026-08-01T04:25:05.597Z
6812026-08-01T04:25:05.597Zrunning 15 tests
6822026-08-01T04:25:05.597Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6832026-08-01T04:25:05.597Ztest headers::ipv6_header_read_write ... ok
6842026-08-01T04:25:05.597Ztest dload::pipeline_create ... ok
6852026-08-01T04:25:05.597Ztest ipv6::test_ipv6_parse ... ok
6862026-08-01T04:25:05.597Ztest dload::dynamic_load ... ok
6872026-08-01T04:25:05.603Ztest arithmetic::arithmetic ... ok
6882026-08-01T04:25:05.603Ztest basic_router::basic_router2 ... ok
6892026-08-01T04:25:05.603Ztest decap::geneve_decap ... ok
6902026-08-01T04:25:05.603Ztest hub::hub2 ... ok
6912026-08-01T04:25:05.610Ztest disag_router::disag_router ... ok
6922026-08-01T04:25:05.616Ztest mac_rewrite::mac_rewrite2 ... ok
6932026-08-01T04:25:05.616Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6942026-08-01T04:25:05.616Ztest dynamic_router::dynamic_router2 ... ok
6952026-08-01T04:25:05.616Ztest vlan::test_vlan_parse ... ok
6962026-08-01T04:25:05.738Ztest range::range ... ok
6972026-08-01T04:25:05.738Z
6982026-08-01T04:25:05.738Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
6992026-08-01T04:25:05.738Z
7002026-08-01T04:25:07.393Z Running unittests src/lib.rs (target/debug/deps/x4c-b11bf0220948bf68)
7012026-08-01T04:25:07.393Z
7022026-08-01T04:25:07.393Zrunning 0 tests
7032026-08-01T04:25:07.393Z
7042026-08-01T04:25:07.393Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7052026-08-01T04:25:07.393Z
7062026-08-01T04:25:07.393Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-f8e902b40f2786c7)
7072026-08-01T04:25:07.393Z
7082026-08-01T04:25:07.393Zrunning 0 tests
7092026-08-01T04:25:07.393Z
7102026-08-01T04:25:07.393Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7112026-08-01T04:25:07.393Z
7122026-08-01T04:25:07.393Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-225b85a6f8fe0178)
7132026-08-01T04:25:07.394Z
7142026-08-01T04:25:07.394Zrunning 0 tests
7152026-08-01T04:25:07.394Z
7162026-08-01T04:25:07.394Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7172026-08-01T04:25:07.394Z
7182026-08-01T04:25:07.394Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-2fe14b2d9fea3a6e)
7192026-08-01T04:25:07.394Z
7202026-08-01T04:25:07.394Zrunning 0 tests
7212026-08-01T04:25:07.394Z
7222026-08-01T04:25:07.394Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7232026-08-01T04:25:07.394Z
7242026-08-01T04:25:07.394Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7252026-08-01T04:25:07.394Z
7262026-08-01T04:25:07.394Zrunning 0 tests
7272026-08-01T04:25:07.394Z
7282026-08-01T04:25:07.394Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7292026-08-01T04:25:07.394Z
7302026-08-01T04:25:07.394Z Doc-tests p4
7312026-08-01T04:25:07.394Z
7322026-08-01T04:25:07.394Zrunning 0 tests
7332026-08-01T04:25:07.394Z
7342026-08-01T04:25:07.394Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7352026-08-01T04:25:07.394Z
7362026-08-01T04:25:07.394Z Doc-tests p4_macro
7372026-08-01T04:25:07.394Z
7382026-08-01T04:25:07.395Zrunning 2 tests
7392026-08-01T04:25:07.395Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7402026-08-01T04:25:07.395Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7412026-08-01T04:25:07.395Z
7422026-08-01T04:25:07.395Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7432026-08-01T04:25:07.395Z
7442026-08-01T04:25:07.395Z Doc-tests p4_rust
7452026-08-01T04:25:07.395Z
7462026-08-01T04:25:07.395Zrunning 0 tests
7472026-08-01T04:25:07.395Z
7482026-08-01T04:25:07.395Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7492026-08-01T04:25:07.395Z
7502026-08-01T04:25:07.395Z Doc-tests p4rs
7512026-08-01T04:25:07.395Z
7522026-08-01T04:25:07.395Zrunning 1 test
7532026-08-01T04:25:07.395Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7542026-08-01T04:25:07.395Z
7552026-08-01T04:25:07.395Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.82s
7562026-08-01T04:25:07.395Z
7572026-08-01T04:25:07.395Z Doc-tests tests
7582026-08-01T04:25:07.395Z
7592026-08-01T04:25:07.395Zrunning 0 tests
7602026-08-01T04:25:07.395Z
7612026-08-01T04:25:07.395Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7622026-08-01T04:25:07.395Z
7632026-08-01T04:25:07.396Z Doc-tests x4c
7642026-08-01T04:25:07.396Z
7652026-08-01T04:25:07.396Zrunning 0 tests
7662026-08-01T04:25:07.396Z
7672026-08-01T04:25:07.396Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7682026-08-01T04:25:07.396Z
7692026-08-01T04:25:07.396Z Doc-tests x4c_error_codes
7702026-08-01T04:25:07.396Z
7712026-08-01T04:25:07.396Zrunning 0 tests
7722026-08-01T04:25:07.396Z
7732026-08-01T04:25:07.396Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7742026-08-01T04:25:07.396Z
7752026-08-01T04:25:07.396Z+ pushd test
7762026-08-01T04:25:07.396Z+ banner 'mac rewr'
7772026-08-01T04:25:07.396Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7782026-08-01T04:25:07.396Z
7792026-08-01T04:25:07.396Z # # ## #### ##### ###### # # #####
7802026-08-01T04:25:07.396Z ## ## # # # # # # # # # # #
7812026-08-01T04:25:07.396Z # ## # # # # # # ##### # # # #
7822026-08-01T04:25:07.396Z # # ###### # ##### # # ## # #####
7832026-08-01T04:25:07.396Z # # # # # # # # # ## ## # #
7842026-08-01T04:25:07.396Z # # # # #### # # ###### # # # #
7852026-08-01T04:25:07.396Z
7862026-08-01T04:25:07.396Z+ RUST_BACKTRACE=1
7872026-08-01T04:25:07.396Z+ cargo test mac_rewrite -- --nocapture
7882026-08-01T04:25:07.396Z Compiling aho-corasick v1.1.4
7892026-08-01T04:25:07.396Z Compiling rustix v1.1.4
7902026-08-01T04:25:07.396Z Compiling errno v0.3.14
7912026-08-01T04:25:07.397Z Compiling getrandom v0.4.1
7922026-08-01T04:25:07.397Z Compiling prettyplease v0.2.37
7932026-08-01T04:25:07.966Z Compiling regex-automata v0.4.14
7942026-08-01T04:25:08.008Z Compiling tempfile v3.27.0
7952026-08-01T04:25:09.350Z Compiling regex v1.12.4
7962026-08-01T04:25:09.582Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7972026-08-01T04:25:09.647Z Compiling pnet_macros v0.35.0
7982026-08-01T04:25:10.262Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7992026-08-01T04:25:10.627Z Compiling pnet_packet v0.35.0
8002026-08-01T04:25:11.078Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
8012026-08-01T04:25:12.458Z Compiling pnet_transport v0.35.0
8022026-08-01T04:25:12.577Z Compiling pnet v0.35.0
8032026-08-01T04:25:12.663Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8042026-08-01T04:25:19.261Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.07s
8052026-08-01T04:25:19.280Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8062026-08-01T04:25:19.280Z
8072026-08-01T04:25:19.280Zrunning 1 test
8082026-08-01T04:25:19.288Z[phy2] do you know the muffin man?
8092026-08-01T04:25:19.288Z[cpu] the muffin man?
8102026-08-01T04:25:19.288Z[cpu] the muffin man!
8112026-08-01T04:25:19.288Z[cpu] why yes
8122026-08-01T04:25:19.288Z[phy1] i know the muffin man
8132026-08-01T04:25:19.288Z[phy3] the muffin man is me!!!
8142026-08-01T04:25:19.288Ztest mac_rewrite::mac_rewrite2 ... ok
8152026-08-01T04:25:19.288Z
8162026-08-01T04:25:19.288Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8172026-08-01T04:25:19.288Z
8182026-08-01T04:25:19.293Z+ banner 'dyn load'
8192026-08-01T04:25:19.293Z
8202026-08-01T04:25:19.293Z ##### # # # # # #### ## #####
8212026-08-01T04:25:19.293Z # # # # ## # # # # # # # #
8222026-08-01T04:25:19.293Z # # # # # # # # # # # # #
8232026-08-01T04:25:19.293Z # # # # # # # # # ###### # #
8242026-08-01T04:25:19.293Z # # # # ## # # # # # # #
8252026-08-01T04:25:19.293Z ##### # # # ###### #### # # #####
8262026-08-01T04:25:19.293Z
8272026-08-01T04:25:19.293Z+ RUST_BACKTRACE=1
8282026-08-01T04:25:19.293Z+ cargo test dload -- --nocapture
8292026-08-01T04:25:19.380Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8302026-08-01T04:25:19.388Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8312026-08-01T04:25:19.388Z
8322026-08-01T04:25:19.388Zrunning 2 tests
8332026-08-01T04:25:19.388Ztest dload::pipeline_create ... ok
8342026-08-01T04:25:19.388Ztest dload::dynamic_load ... ok
8352026-08-01T04:25:19.389Z
8362026-08-01T04:25:19.389Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8372026-08-01T04:25:19.389Z
8382026-08-01T04:25:19.402Z+ banner disag
8392026-08-01T04:25:19.402Z
8402026-08-01T04:25:19.402Z ##### # #### ## ####
8412026-08-01T04:25:19.402Z # # # # # # # #
8422026-08-01T04:25:19.402Z # # # #### # # #
8432026-08-01T04:25:19.402Z # # # # ###### # ###
8442026-08-01T04:25:19.402Z # # # # # # # # #
8452026-08-01T04:25:19.402Z ##### # #### # # ####
8462026-08-01T04:25:19.402Z
8472026-08-01T04:25:19.403Z+ RUST_BACKTRACE=1
8482026-08-01T04:25:19.403Z+ cargo test disag_router -- --nocapture
8492026-08-01T04:25:19.486Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8502026-08-01T04:25:19.498Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8512026-08-01T04:25:19.498Z
8522026-08-01T04:25:19.498Zrunning 1 test
8532026-08-01T04:25:19.498Z[phy2] do you know the muffin man?
8542026-08-01T04:25:19.498Z[cpu] the muffin man?
8552026-08-01T04:25:19.498Z[cpu] the muffin man!
8562026-08-01T04:25:19.498Z[cpu] why yes
8572026-08-01T04:25:19.498Z[phy1] i know the muffin man
8582026-08-01T04:25:19.498Z[phy3] the muffin man is me!!!
8592026-08-01T04:25:19.498Ztest disag_router::disag_router ... ok
8602026-08-01T04:25:19.498Z
8612026-08-01T04:25:19.498Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8622026-08-01T04:25:19.498Z
8632026-08-01T04:25:19.498Z+ banner 'dyn rtr'
8642026-08-01T04:25:19.505Z
8652026-08-01T04:25:19.505Z ##### # # # # ##### ##### #####
8662026-08-01T04:25:19.505Z # # # # ## # # # # # #
8672026-08-01T04:25:19.505Z # # # # # # # # # # #
8682026-08-01T04:25:19.505Z # # # # # # ##### # #####
8692026-08-01T04:25:19.505Z # # # # ## # # # # #
8702026-08-01T04:25:19.505Z ##### # # # # # # # #
8712026-08-01T04:25:19.505Z
8722026-08-01T04:25:19.505Z+ RUST_BACKTRACE=1
8732026-08-01T04:25:19.505Z+ cargo test dynamic_router -- --nocapture
8742026-08-01T04:25:19.587Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8752026-08-01T04:25:19.600Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8762026-08-01T04:25:19.600Z
8772026-08-01T04:25:19.600Zrunning 1 test
8782026-08-01T04:25:19.607Z[phy2] do you know the muffin man?
8792026-08-01T04:25:19.607Z[cpu] the muffin man?
8802026-08-01T04:25:19.607Z[cpu] the muffin man!
8812026-08-01T04:25:19.607Z[cpu] why yes
8822026-08-01T04:25:19.607Z[phy1] i know the muffin man
8832026-08-01T04:25:19.607Z[phy3] the muffin man is me!!!
8842026-08-01T04:25:19.607Ztest dynamic_router::dynamic_router2 ... ok
8852026-08-01T04:25:19.607Z
8862026-08-01T04:25:19.607Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8872026-08-01T04:25:19.608Z
8882026-08-01T04:25:19.608Z+ banner hub
8892026-08-01T04:25:19.619Z
8902026-08-01T04:25:19.619Z # # # # #####
8912026-08-01T04:25:19.619Z # # # # # #
8922026-08-01T04:25:19.619Z ###### # # #####
8932026-08-01T04:25:19.619Z # # # # # #
8942026-08-01T04:25:19.619Z # # # # # #
8952026-08-01T04:25:19.619Z # # #### #####
8962026-08-01T04:25:19.619Z
8972026-08-01T04:25:19.619Z+ RUST_BACKTRACE=1
8982026-08-01T04:25:19.619Z+ cargo test hub -- --nocapture
8992026-08-01T04:25:19.693Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9002026-08-01T04:25:19.701Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9012026-08-01T04:25:19.702Z
9022026-08-01T04:25:19.702Zrunning 1 test
9032026-08-01T04:25:19.709Z[phy2] do you know the muffin man?
9042026-08-01T04:25:19.710Z[phy3] do you know the muffin man?
9052026-08-01T04:25:19.710Z[phy1] the muffin man?
9062026-08-01T04:25:19.710Z[phy3] the muffin man?
9072026-08-01T04:25:19.710Z[phy2] the muffin man!
9082026-08-01T04:25:19.710Z[phy3] the muffin man!
9092026-08-01T04:25:19.710Z[phy1] why yes
9102026-08-01T04:25:19.710Z[phy1] i know the muffin man
9112026-08-01T04:25:19.710Z[phy1] the muffin man is me!!!
9122026-08-01T04:25:19.710Z[phy3] why yes
9132026-08-01T04:25:19.710Z[phy3] i know the muffin man
9142026-08-01T04:25:19.710Z[phy3] the muffin man is me!!!
9152026-08-01T04:25:19.710Ztest hub::hub2 ... ok
9162026-08-01T04:25:19.710Z
9172026-08-01T04:25:19.710Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9182026-08-01T04:25:19.710Z
9192026-08-01T04:25:19.715Z+ banner router
9202026-08-01T04:25:19.715Z
9212026-08-01T04:25:19.715Z ##### #### # # ##### ###### #####
9222026-08-01T04:25:19.715Z # # # # # # # # # #
9232026-08-01T04:25:19.715Z # # # # # # # ##### # #
9242026-08-01T04:25:19.715Z ##### # # # # # # #####
9252026-08-01T04:25:19.715Z # # # # # # # # # #
9262026-08-01T04:25:19.715Z # # #### #### # ###### # #
9272026-08-01T04:25:19.715Z
9282026-08-01T04:25:19.715Z+ RUST_BACKTRACE=1
9292026-08-01T04:25:19.715Z+ cargo test basic_router -- --nocapture
9302026-08-01T04:25:19.800Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9312026-08-01T04:25:19.804Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9322026-08-01T04:25:19.804Z
9332026-08-01T04:25:19.804Zrunning 1 test
9342026-08-01T04:25:19.811Z[phy2] do you know the muffin man?
9352026-08-01T04:25:19.811Z[phy1] the muffin man?
9362026-08-01T04:25:19.815Z[phy2] the muffin man!
9372026-08-01T04:25:19.815Z[phy1] why yes
9382026-08-01T04:25:19.815Z[phy1] i know the muffin man
9392026-08-01T04:25:19.815Z[phy1] the muffin man is me!!!
9402026-08-01T04:25:19.815Ztest basic_router::basic_router2 ... ok
9412026-08-01T04:25:19.815Z
9422026-08-01T04:25:19.815Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9432026-08-01T04:25:19.815Z
9442026-08-01T04:25:19.821Z+ banner headers
9452026-08-01T04:25:19.821Z
9462026-08-01T04:25:19.821Z # # ###### ## ##### ###### ##### ####
9472026-08-01T04:25:19.821Z # # # # # # # # # # #
9482026-08-01T04:25:19.821Z ###### ##### # # # # ##### # # ####
9492026-08-01T04:25:19.821Z # # # ###### # # # ##### #
9502026-08-01T04:25:19.821Z # # # # # # # # # # # #
9512026-08-01T04:25:19.821Z # # ###### # # ##### ###### # # ####
9522026-08-01T04:25:19.821Z
9532026-08-01T04:25:19.821Z+ RUST_BACKTRACE=1
9542026-08-01T04:25:19.821Z+ cargo test headers -- --nocapture
9552026-08-01T04:25:19.912Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9562026-08-01T04:25:19.918Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9572026-08-01T04:25:19.918Z
9582026-08-01T04:25:19.918Zrunning 1 test
9592026-08-01T04:25:19.918Ztest headers::ipv6_header_read_write ... ok
9602026-08-01T04:25:19.918Z
9612026-08-01T04:25:19.918Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9622026-08-01T04:25:19.918Z
9632026-08-01T04:25:19.922Zprocess exited: duration 107944 ms, exit code 0
 
9642026-08-01T04:25:19.938Zfound 4 output files
9652026-08-01T04:25:19.938Zuploading: /work/debug/libsidecar_lite.so (43098488 bytes)
9662026-08-01T04:25:22.141Zuploaded: /work/debug/libsidecar_lite.so
9672026-08-01T04:25:22.146Zuploading: /work/debug/x4c (37739136 bytes)
9682026-08-01T04:25:23.661Zuploaded: /work/debug/x4c
9692026-08-01T04:25:23.722Zuploading: /work/release/libsidecar_lite.so (9931096 bytes)
9702026-08-01T04:25:24.878Zuploaded: /work/release/libsidecar_lite.so
9712026-08-01T04:25:24.878Zuploading: /work/release/x4c (8660488 bytes)
9722026-08-01T04:25:28.050Zuploaded: /work/release/x4c