01KXWA0AG5S6Y8N7V5J310Y82A: 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: 01KXWA0TKN1KP3863PN62A5969

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-19T04:27:30.002Zjob assigned to worker 01KXWA0VGZA5MS9HE63SXWZH4X [factory aws, i-09a6b621066cd439e] (queued for 43 s)
 
22026-07-19T04:27:36.501Zstarting task 0: "setup"
32026-07-19T04:27:36.505Z++ uname -s
42026-07-19T04:27:36.508Z+ kern=SunOS
52026-07-19T04:27:36.508Z+ build_user=build
62026-07-19T04:27:36.508Z+ build_uid=12345
72026-07-19T04:27:36.508Z+ work_dir=/work
82026-07-19T04:27:36.508Z+ input_dir=/input
92026-07-19T04:27:36.508Z+ [[ 0 == 12345 ]]
102026-07-19T04:27:36.508Z+ case "$kern" in
112026-07-19T04:27:36.508Z+ groupadd -g 12345 build
122026-07-19T04:27:36.511Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-19T04:27:38.514Z+ zfs create -o mountpoint=/work rpool/work
142026-07-19T04:27:38.701Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-19T04:27:38.704Z+ home_fs=zfs
162026-07-19T04:27:38.704Z+ [[ zfs == autofs ]]
172026-07-19T04:27:38.704Z+ mkdir -p /home/build
182026-07-19T04:27:38.704Z+ chown build:build /home/build /work
192026-07-19T04:27:40.706Z+ chmod 0700 /home/build /work
202026-07-19T04:27:40.709Zprocess exited: duration 4209 ms, exit code 0
 
212026-07-19T04:27:40.715Zstarting task 1: "rust-toolchain"
222026-07-19T04:27:40.719Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-19T04:27:40.719Z * rust toolchain channel = "stable"
242026-07-19T04:27:40.719Z * rust toolchain profile = "default"
252026-07-19T04:27:40.719Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-19T04:27:40.719Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-19T04:27:40.719Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-19T04:27:40.722Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-19T04:27:40.722Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-19T04:27:40.842Zinfo: downloading installer
312026-07-19T04:27:42.451Zwarn: It looks like you have an existing installation of Rust at:
322026-07-19T04:27:42.451Zwarn: /opt/ooce/bin
332026-07-19T04:27:42.451Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-19T04:27:42.451Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-19T04:27:42.451Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-19T04:27:42.451Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-19T04:27:42.451Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-19T04:27:42.451Zerror: cannot install while Rust is installed
392026-07-19T04:27:42.451Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-19T04:27:42.451Zwarn: It looks like you have an existing rustup settings file at:
412026-07-19T04:27:42.451Zwarn: /home/build/.rustup/settings.toml
422026-07-19T04:27:42.451Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-19T04:27:42.451Zwarn: instead of the one inferred from the default host triple.
442026-07-19T04:27:42.465Zinfo: profile set to default
452026-07-19T04:27:42.465Zinfo: default host triple is x86_64-unknown-illumos
462026-07-19T04:27:42.468Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-19T04:27:42.593Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-19T04:27:42.597Zinfo: downloading 6 components
492026-07-19T04:27:57.032Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-19T04:27:57.032Z
512026-07-19T04:27:57.059Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-19T04:27:57.059Z
532026-07-19T04:27:57.059Z
542026-07-19T04:27:57.059ZRust is installed now. Great!
552026-07-19T04:27:57.059Z
562026-07-19T04:27:57.059ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-19T04:27:57.062Zenvironment variable. This has not been done automatically.
582026-07-19T04:27:57.062Z
592026-07-19T04:27:57.062ZTo configure your current shell, you need to source
602026-07-19T04:27:57.062Zthe corresponding env file under $HOME/.cargo.
612026-07-19T04:27:57.062Z
622026-07-19T04:27:57.062ZThis is usually done by running one of the following (note the leading DOT):
632026-07-19T04:27:57.062Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-19T04:27:57.062Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-19T04:27:57.062Zsource "~/.cargo/env.nu" # For nushell
662026-07-19T04:27:57.062Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-19T04:27:57.062Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-19T04:27:57.062Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-19T04:27:57.062Zwarn: no default linker (`cc`) was found in your PATH
702026-07-19T04:27:57.062Zwarn: many Rust crates require a system C toolchain to build
712026-07-19T04:27:57.151Z+ rustup --version
722026-07-19T04:27:57.160Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-19T04:27:57.163Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-19T04:27:57.181Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-19T04:27:57.184Z+ cargo --version
762026-07-19T04:27:57.198Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-19T04:27:57.201Z+ rustc --version
782026-07-19T04:27:57.220Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-19T04:27:57.223Zprocess exited: duration 16507 ms, exit code 0
 
802026-07-19T04:27:57.229Zstarting task 2: "authentication"
812026-07-19T04:27:57.247Zprocess exited: duration 17 ms, exit code 0
 
822026-07-19T04:27:57.253Zstarting task 3: "clone repository"
832026-07-19T04:27:57.257Z+ mkdir -p /work/oxidecomputer/p4
842026-07-19T04:27:57.260Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-07-19T04:27:57.289ZCloning into '/work/oxidecomputer/p4'...
862026-07-19T04:27:58.023Z+ cd /work/oxidecomputer/p4
872026-07-19T04:27:58.023Z+ git fetch origin 9a4d91502470f1942d30abe899808b2fc586c7de
882026-07-19T04:27:58.261ZFrom https://github.com/oxidecomputer/p4
892026-07-19T04:27:58.261Z * branch 9a4d91502470f1942d30abe899808b2fc586c7de -> FETCH_HEAD
902026-07-19T04:27:58.265Z+ [[ -n renovate/anyhow-1.x-lockfile ]]
912026-07-19T04:27:58.268Z++ git branch --show-current
922026-07-19T04:27:58.268Z+ current=main
932026-07-19T04:27:58.268Z+ [[ main != renovate/anyhow-1.x-lockfile ]]
942026-07-19T04:27:58.268Z+ git branch -f renovate/anyhow-1.x-lockfile 9a4d91502470f1942d30abe899808b2fc586c7de
952026-07-19T04:27:58.271Z+ git checkout -f renovate/anyhow-1.x-lockfile
962026-07-19T04:27:58.277ZSwitched to branch 'renovate/anyhow-1.x-lockfile'
972026-07-19T04:27:58.280Z+ git reset --hard 9a4d91502470f1942d30abe899808b2fc586c7de
982026-07-19T04:27:58.284ZHEAD is now at 9a4d915 Update Rust crate anyhow to v1.0.104
992026-07-19T04:27:58.287Zprocess exited: duration 1031 ms, exit code 0
 
1002026-07-19T04:27:58.292Zstarting task 4: "build"
1012026-07-19T04:27:58.296Z+ cargo --version
1022026-07-19T04:27:58.301Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-07-19T04:27:58.452Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-07-19T04:27:58.454Zinfo: downloading 6 components
1052026-07-19T04:28:12.731Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-07-19T04:28:12.734Z+ rustc --version
1072026-07-19T04:28:12.761Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-07-19T04:28:12.765Z+ banner check
1092026-07-19T04:28:12.767Z
1102026-07-19T04:28:12.768Z #### # # ###### #### # #
1112026-07-19T04:28:12.768Z # # # # # # # # #
1122026-07-19T04:28:12.768Z # ###### ##### # ####
1132026-07-19T04:28:12.768Z # # # # # # #
1142026-07-19T04:28:12.768Z # # # # # # # # #
1152026-07-19T04:28:12.768Z #### # # ###### #### # #
1162026-07-19T04:28:12.768Z
1172026-07-19T04:28:12.768Z+ cargo fmt -- --check
1182026-07-19T04:28:12.907Z+ cargo check
1192026-07-19T04:28:12.973Z Updating crates.io index
1202026-07-19T04:28:13.008Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-07-19T04:28:13.282ZFrom https://github.com/oxidecomputer/xfr
1222026-07-19T04:28:13.282Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-07-19T04:28:14.493Z Downloading crates ...
1242026-07-19T04:28:14.550Z Downloaded clap_lex v1.0.0
1252026-07-19T04:28:14.553Z Downloaded colorchoice v1.0.4
1262026-07-19T04:28:14.556Z Downloaded num-integer v0.1.46
1272026-07-19T04:28:14.562Z Downloaded is_terminal_polyfill v1.70.2
1282026-07-19T04:28:14.565Z Downloaded funty v2.0.0
1292026-07-19T04:28:14.565Z Downloaded aho-corasick v1.1.4
1302026-07-19T04:28:14.568Z Downloaded cpufeatures v0.2.17
1312026-07-19T04:28:14.568Z Downloaded pnet v0.35.0
1322026-07-19T04:28:14.572Z Downloaded strsim v0.11.1
1332026-07-19T04:28:14.575Z Downloaded zmij v1.0.21
1342026-07-19T04:28:14.578Z Downloaded pnet_base v0.35.0
1352026-07-19T04:28:14.578Z Downloaded zerocopy-derive v0.7.35
1362026-07-19T04:28:14.581Z Downloaded dtrace-parser v0.2.0
1372026-07-19T04:28:14.584Z Downloaded pnet_sys v0.35.0
1382026-07-19T04:28:14.584Z Downloaded generic-array v0.14.7
1392026-07-19T04:28:14.587Z Downloaded errno v0.3.14
1402026-07-19T04:28:14.590Z Downloaded cfg-if v1.0.4
1412026-07-19T04:28:14.590Z Downloaded anstyle-query v1.1.5
1422026-07-19T04:28:14.593Z Downloaded zerocopy v0.8.40
1432026-07-19T04:28:14.596Z Downloaded pnet_transport v0.35.0
1442026-07-19T04:28:14.599Z Downloaded heck v0.5.0
1452026-07-19T04:28:14.599Z Downloaded no-std-net v0.6.0
1462026-07-19T04:28:14.599Z Downloaded fastrand v2.3.0
1472026-07-19T04:28:14.602Z Downloaded crypto-common v0.1.7
1482026-07-19T04:28:14.605Z Downloaded num-iter v0.1.45
1492026-07-19T04:28:14.605Z Downloaded num v0.4.3
1502026-07-19T04:28:14.605Z Downloaded itoa v1.0.17
1512026-07-19T04:28:14.608Z Downloaded plain v0.2.3
1522026-07-19T04:28:14.608Z Downloaded ipnetwork v0.20.0
1532026-07-19T04:28:14.608Z Downloaded glob v0.3.3
1542026-07-19T04:28:14.618Z Downloaded radium v0.7.0
1552026-07-19T04:28:14.621Z Downloaded bitflags v2.11.0
1562026-07-19T04:28:14.624Z Downloaded pnet_datalink v0.35.0
1572026-07-19T04:28:14.624Z Downloaded digest v0.10.7
1582026-07-19T04:28:14.627Z Downloaded clap_derive v4.6.1
1592026-07-19T04:28:14.627Z Downloaded anstyle-parse v1.0.0
1602026-07-19T04:28:14.629Z Downloaded memmap v0.7.0
1612026-07-19T04:28:14.629Z Downloaded dof v0.3.0
1622026-07-19T04:28:14.634Z Downloaded scroll_derive v0.12.1
1632026-07-19T04:28:14.637Z Downloaded version_check v0.9.5
1642026-07-19T04:28:14.637Z Downloaded block-buffer v0.10.4
1652026-07-19T04:28:14.641Z Downloaded usdt-macro v0.5.0
1662026-07-19T04:28:14.644Z Downloaded utf8parse v0.2.2
1672026-07-19T04:28:14.644Z Downloaded pnet_macros_support v0.35.0
1682026-07-19T04:28:14.647Z Downloaded usdt-attr-macro v0.5.0
1692026-07-19T04:28:14.650Z Downloaded pretty-hex v0.4.1
1702026-07-19T04:28:14.650Z Downloaded tap v1.0.1
1712026-07-19T04:28:14.655Z Downloaded thread-id v4.2.2
1722026-07-19T04:28:14.657Z Downloaded usdt v0.5.0
1732026-07-19T04:28:14.663Z Downloaded pest_derive v2.8.6
1742026-07-19T04:28:14.666Z Downloaded num-rational v0.4.2
1752026-07-19T04:28:14.672Z Downloaded getrandom v0.3.4
1762026-07-19T04:28:14.676Z Downloaded serde_tokenstream v0.2.3
1772026-07-19T04:28:14.679Z Downloaded num-complex v0.4.6
1782026-07-19T04:28:14.679Z Downloaded autocfg v1.5.0
1792026-07-19T04:28:14.682Z Downloaded anstyle v1.0.13
1802026-07-19T04:28:14.682Z Downloaded quote v1.0.45
1812026-07-19T04:28:14.687Z Downloaded byteorder v1.5.0
1822026-07-19T04:28:14.691Z Downloaded usdt-impl v0.5.0
1832026-07-19T04:28:14.694Z Downloaded wyz v0.5.1
1842026-07-19T04:28:14.697Z Downloaded pnet_macros v0.35.0
1852026-07-19T04:28:14.697Z Downloaded thiserror-impl v1.0.69
1862026-07-19T04:28:14.701Z Downloaded anyhow v1.0.104
1872026-07-19T04:28:14.704Z Downloaded scroll v0.12.0
1882026-07-19T04:28:14.710Z Downloaded pnet_packet v0.35.0
1892026-07-19T04:28:14.713Z Downloaded once_cell v1.21.3
1902026-07-19T04:28:14.713Z Downloaded anstream v1.0.0
1912026-07-19T04:28:14.716Z Downloaded pest_generator v2.8.6
1922026-07-19T04:28:14.719Z Downloaded colored v3.1.1
1932026-07-19T04:28:14.722Z Downloaded tempfile v3.27.0
1942026-07-19T04:28:14.725Z Downloaded ppv-lite86 v0.2.21
1952026-07-19T04:28:14.725Z Downloaded rand_chacha v0.9.0
1962026-07-19T04:28:14.725Z Downloaded ucd-trie v0.1.7
1972026-07-19T04:28:14.731Z Downloaded thiserror v1.0.69
1982026-07-19T04:28:14.734Z Downloaded sha2 v0.10.9
1992026-07-19T04:28:14.736Z Downloaded rand_core v0.9.5
2002026-07-19T04:28:14.736Z Downloaded clap v4.6.1
2012026-07-19T04:28:14.742Z Downloaded log v0.4.29
2022026-07-19T04:28:14.754Z Downloaded serde_core v1.0.228
2032026-07-19T04:28:14.759Z Downloaded unicode-ident v1.0.24
2042026-07-19T04:28:14.762Z Downloaded num-traits v0.2.19
2052026-07-19T04:28:14.762Z Downloaded getrandom v0.4.1
2062026-07-19T04:28:14.777Z Downloaded pest v2.8.6
2072026-07-19T04:28:14.784Z Downloaded typenum v1.19.0
2082026-07-19T04:28:14.787Z Downloaded proc-macro2 v1.0.106
2092026-07-19T04:28:14.790Z Downloaded pest_meta v2.8.6
2102026-07-19T04:28:14.795Z Downloaded serde v1.0.228
2112026-07-19T04:28:14.798Z Downloaded serde_derive v1.0.228
2122026-07-19T04:28:14.800Z Downloaded rand v0.9.3
2132026-07-19T04:28:14.803Z Downloaded memchr v2.8.0
2142026-07-19T04:28:14.806Z Downloaded prettyplease v0.2.37
2152026-07-19T04:28:14.809Z Downloaded num-bigint v0.4.6
2162026-07-19T04:28:14.821Z Downloaded clap_builder v4.6.0
2172026-07-19T04:28:14.854Z Downloaded zerocopy v0.7.35
2182026-07-19T04:28:14.862Z Downloaded regex v1.12.4
2192026-07-19T04:28:14.867Z Downloaded serde_json v1.0.149
2202026-07-19T04:28:14.870Z Downloaded goblin v0.8.2
2212026-07-19T04:28:14.882Z Downloaded bitvec v1.1.1
2222026-07-19T04:28:14.905Z Downloaded syn v2.0.118
2232026-07-19T04:28:14.931Z Downloaded rustix v1.1.4
2242026-07-19T04:28:14.943Z Downloaded regex-syntax v0.8.11
2252026-07-19T04:28:14.955Z Downloaded regex-automata v0.4.14
2262026-07-19T04:28:14.970Z Downloaded libc v0.2.182
2272026-07-19T04:28:15.039Z Compiling proc-macro2 v1.0.106
2282026-07-19T04:28:15.039Z Compiling quote v1.0.45
2292026-07-19T04:28:15.044Z Compiling unicode-ident v1.0.24
2302026-07-19T04:28:15.044Z Compiling libc v0.2.182
2312026-07-19T04:28:15.044Z Compiling serde_core v1.0.228
2322026-07-19T04:28:15.044Z Compiling memchr v2.8.0
2332026-07-19T04:28:15.044Z Compiling serde v1.0.228
2342026-07-19T04:28:15.195Z Compiling zmij v1.0.21
2352026-07-19T04:28:15.457Z Compiling thiserror v1.0.69
2362026-07-19T04:28:15.463Z Compiling ucd-trie v0.1.7
2372026-07-19T04:28:15.553Z Compiling getrandom v0.4.1
2382026-07-19T04:28:15.655Z Compiling pest v2.8.6
2392026-07-19T04:28:15.681Z Compiling serde_json v1.0.149
2402026-07-19T04:28:15.829Z Compiling rustix v1.1.4
2412026-07-19T04:28:15.940Z Compiling version_check v0.9.5
2422026-07-19T04:28:15.945Z Compiling autocfg v1.5.0
2432026-07-19T04:28:16.278Z Compiling syn v2.0.118
2442026-07-19T04:28:16.284Z Compiling num-traits v0.2.19
2452026-07-19T04:28:16.330Z Compiling aho-corasick v1.1.4
2462026-07-19T04:28:16.391Z Compiling regex-syntax v0.8.11
2472026-07-19T04:28:16.505Z Compiling prettyplease v0.2.37
2482026-07-19T04:28:16.745Z Compiling pest_meta v2.8.6
2492026-07-19T04:28:16.986Z Checking cfg-if v1.0.4
2502026-07-19T04:28:17.302Z Compiling byteorder v1.5.0
2512026-07-19T04:28:17.516Z Compiling itoa v1.0.17
2522026-07-19T04:28:17.579Z Compiling usdt-impl v0.5.0
2532026-07-19T04:28:17.684Z Checking num-integer v0.1.46
2542026-07-19T04:28:17.747Z Compiling thread-id v4.2.2
2552026-07-19T04:28:17.898Z Compiling regex-automata v0.4.14
2562026-07-19T04:28:17.919Z Checking colored v3.1.1
2572026-07-19T04:28:18.041Z Checking log v0.4.29
2582026-07-19T04:28:18.179Z Checking plain v0.2.3
2592026-07-19T04:28:18.288Z Compiling errno v0.3.14
2602026-07-19T04:28:18.426Z Compiling radium v0.7.0
2612026-07-19T04:28:18.484Z Compiling bitflags v2.11.0
2622026-07-19T04:28:18.585Z Compiling pest_generator v2.8.6
2632026-07-19T04:28:18.590Z Checking no-std-net v0.6.0
2642026-07-19T04:28:18.650Z Checking pretty-hex v0.4.1
2652026-07-19T04:28:18.687Z Checking pnet_base v0.35.0
2662026-07-19T04:28:18.927Z Compiling zerocopy v0.8.40
2672026-07-19T04:28:18.934Z Compiling getrandom v0.3.4
2682026-07-19T04:28:18.963Z Compiling once_cell v1.21.3
2692026-07-19T04:28:19.163Z Compiling fastrand v2.3.0
2702026-07-19T04:28:19.281Z Checking tap v1.0.1
2712026-07-19T04:28:19.370Z Checking wyz v0.5.1
2722026-07-19T04:28:19.397Z Compiling tempfile v3.27.0
2732026-07-19T04:28:19.529Z Checking num-iter v0.1.45
2742026-07-19T04:28:19.529Z Checking memmap v0.7.0
2752026-07-19T04:28:19.628Z Checking funty v2.0.0
2762026-07-19T04:28:19.647Z Compiling regex v1.12.4
2772026-07-19T04:28:19.728Z Compiling anyhow v1.0.104
2782026-07-19T04:28:19.851Z Compiling serde_derive v1.0.228
2792026-07-19T04:28:19.951Z Compiling thiserror-impl v1.0.69
2802026-07-19T04:28:20.054Z Compiling zerocopy-derive v0.7.35
2812026-07-19T04:28:20.061Z Compiling pest_derive v2.8.6
2822026-07-19T04:28:20.149Z Compiling scroll_derive v0.12.1
2832026-07-19T04:28:20.242Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2842026-07-19T04:28:20.569Z Compiling pnet_macros v0.35.0
2852026-07-19T04:28:20.768Z Checking bitvec v1.1.1
2862026-07-19T04:28:20.842Z Checking scroll v0.12.0
2872026-07-19T04:28:20.906Z Compiling zerocopy v0.7.35
2882026-07-19T04:28:21.059Z Checking goblin v0.8.2
2892026-07-19T04:28:21.206Z Compiling dtrace-parser v0.2.0
2902026-07-19T04:28:21.439Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2912026-07-19T04:28:21.766Z Checking pnet_macros_support v0.35.0
2922026-07-19T04:28:21.831Z Checking pnet_sys v0.35.0
2932026-07-19T04:28:21.996Z Checking utf8parse v0.2.2
2942026-07-19T04:28:22.090Z Checking anstyle-parse v1.0.0
2952026-07-19T04:28:22.236Z Checking pnet_packet v0.35.0
2962026-07-19T04:28:22.292Z Checking rand_core v0.9.5
2972026-07-19T04:28:22.698Z Checking anstyle-query v1.1.5
2982026-07-19T04:28:22.775Z Checking colorchoice v1.0.4
2992026-07-19T04:28:22.865Z Compiling pnet v0.35.0
3002026-07-19T04:28:22.909Z Checking num-bigint v0.4.6
3012026-07-19T04:28:22.976Z Checking num-complex v0.4.6
3022026-07-19T04:28:23.032Z Checking dof v0.3.0
3032026-07-19T04:28:23.078Z Compiling serde_tokenstream v0.2.3
3042026-07-19T04:28:23.243Z Checking ipnetwork v0.20.0
3052026-07-19T04:28:23.413Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3062026-07-19T04:28:23.461Z Checking is_terminal_polyfill v1.70.2
3072026-07-19T04:28:23.465Z Checking anstyle v1.0.13
3082026-07-19T04:28:23.569Z Checking pnet_datalink v0.35.0
3092026-07-19T04:28:23.631Z Checking anstream v1.0.0
3102026-07-19T04:28:23.724Z Checking num-rational v0.4.2
3112026-07-19T04:28:23.828Z Checking clap_lex v1.0.0
3122026-07-19T04:28:23.919Z Compiling usdt-macro v0.5.0
3132026-07-19T04:28:23.970Z Compiling usdt-attr-macro v0.5.0
3142026-07-19T04:28:24.009Z Checking num v0.4.3
3152026-07-19T04:28:24.077Z Compiling heck v0.5.0
3162026-07-19T04:28:24.175Z Checking strsim v0.11.1
3172026-07-19T04:28:24.191Z Checking pnet_transport v0.35.0
3182026-07-19T04:28:24.277Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3192026-07-19T04:28:24.306Z Compiling clap_derive v4.6.1
3202026-07-19T04:28:24.328Z Checking clap_builder v4.6.0
3212026-07-19T04:28:24.398Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3222026-07-19T04:28:24.526Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3232026-07-19T04:28:24.544Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3242026-07-19T04:28:24.590Z Checking ppv-lite86 v0.2.21
3252026-07-19T04:28:24.704Z Checking usdt v0.5.0
3262026-07-19T04:28:24.788Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3272026-07-19T04:28:24.883Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3282026-07-19T04:28:24.909Z Checking rand_chacha v0.9.0
3292026-07-19T04:28:25.078Z Checking rand v0.9.3
3302026-07-19T04:28:25.230Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3312026-07-19T04:28:25.682Z Checking clap v4.6.1
3322026-07-19T04:28:25.735Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3332026-07-19T04:28:26.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.21s
3342026-07-19T04:28:26.200Z+ cargo clippy --all-targets -- --deny warnings
3352026-07-19T04:28:26.319Z Downloading crates ...
3362026-07-19T04:28:26.378Z Downloaded libloading v0.9.0
3372026-07-19T04:28:26.426Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3382026-07-19T04:28:26.429Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3392026-07-19T04:28:26.451Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3402026-07-19T04:28:26.454Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3412026-07-19T04:28:26.454Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3422026-07-19T04:28:26.458Z Checking libloading v0.9.0
3432026-07-19T04:28:26.704Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3442026-07-19T04:28:27.230Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3452026-07-19T04:28:28.084Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3462026-07-19T04:28:28.084Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3472026-07-19T04:28:29.007Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3482026-07-19T04:28:33.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.74s
3492026-07-19T04:28:34.018Z+ banner build
3502026-07-19T04:28:34.022Z
3512026-07-19T04:28:34.022Z ##### # # # # #####
3522026-07-19T04:28:34.022Z # # # # # # # #
3532026-07-19T04:28:34.022Z ##### # # # # # #
3542026-07-19T04:28:34.022Z # # # # # # # #
3552026-07-19T04:28:34.022Z # # # # # # # #
3562026-07-19T04:28:34.022Z ##### #### # ###### #####
3572026-07-19T04:28:34.022Z
3582026-07-19T04:28:34.022Z+ ptime -m cargo build
3592026-07-19T04:28:34.155Z Compiling unicode-ident v1.0.24
3602026-07-19T04:28:34.155Z Compiling memchr v2.8.0
3612026-07-19T04:28:34.158Z Compiling regex-syntax v0.8.11
3622026-07-19T04:28:34.159Z Compiling ucd-trie v0.1.7
3632026-07-19T04:28:34.159Z Compiling libc v0.2.182
3642026-07-19T04:28:34.159Z Compiling serde_core v1.0.228
3652026-07-19T04:28:34.176Z Compiling cfg-if v1.0.4
3662026-07-19T04:28:34.183Z Compiling zmij v1.0.21
3672026-07-19T04:28:34.226Z Compiling itoa v1.0.17
3682026-07-19T04:28:34.273Z Compiling proc-macro2 v1.0.106
3692026-07-19T04:28:34.396Z Compiling byteorder v1.5.0
3702026-07-19T04:28:34.439Z Compiling num-traits v0.2.19
3712026-07-19T04:28:34.449Z Compiling errno v0.3.14
3722026-07-19T04:28:34.495Z Compiling thread-id v4.2.2
3732026-07-19T04:28:34.562Z Compiling aho-corasick v1.1.4
3742026-07-19T04:28:34.578Z Compiling pest v2.8.6
3752026-07-19T04:28:34.599Z Compiling quote v1.0.45
3762026-07-19T04:28:34.831Z Compiling syn v2.0.118
3772026-07-19T04:28:34.875Z Compiling bitflags v2.11.0
3782026-07-19T04:28:34.977Z Compiling num-integer v0.1.46
3792026-07-19T04:28:35.043Z Compiling rustix v1.1.4
3802026-07-19T04:28:35.092Z Compiling getrandom v0.4.1
3812026-07-19T04:28:35.225Z Compiling fastrand v2.3.0
3822026-07-19T04:28:35.289Z Compiling plain v0.2.3
3832026-07-19T04:28:35.385Z Compiling log v0.4.29
3842026-07-19T04:28:35.477Z Compiling once_cell v1.21.3
3852026-07-19T04:28:35.559Z Compiling colored v3.1.1
3862026-07-19T04:28:35.678Z Compiling regex-automata v0.4.14
3872026-07-19T04:28:35.857Z Compiling pest_meta v2.8.6
3882026-07-19T04:28:35.908Z Compiling serde_json v1.0.149
3892026-07-19T04:28:35.958Z Compiling tempfile v3.27.0
3902026-07-19T04:28:35.995Z Compiling no-std-net v0.6.0
3912026-07-19T04:28:36.059Z Compiling pretty-hex v0.4.1
3922026-07-19T04:28:36.185Z Compiling pnet_base v0.35.0
3932026-07-19T04:28:36.339Z Compiling tap v1.0.1
3942026-07-19T04:28:36.361Z Compiling radium v0.7.0
3952026-07-19T04:28:36.435Z Compiling wyz v0.5.1
3962026-07-19T04:28:36.544Z Compiling num-iter v0.1.45
3972026-07-19T04:28:36.609Z Compiling memmap v0.7.0
3982026-07-19T04:28:36.624Z Compiling funty v2.0.0
3992026-07-19T04:28:36.645Z Compiling zerocopy v0.8.40
4002026-07-19T04:28:36.781Z Compiling getrandom v0.3.4
4012026-07-19T04:28:36.855Z Compiling pnet_macros_support v0.35.0
4022026-07-19T04:28:36.942Z Compiling bitvec v1.1.1
4032026-07-19T04:28:36.960Z Compiling pnet_sys v0.35.0
4042026-07-19T04:28:37.013Z Compiling utf8parse v0.2.2
4052026-07-19T04:28:37.112Z Compiling pest_generator v2.8.6
4062026-07-19T04:28:37.127Z Compiling prettyplease v0.2.37
4072026-07-19T04:28:37.145Z Compiling anstyle-parse v1.0.0
4082026-07-19T04:28:37.255Z Compiling rand_core v0.9.5
4092026-07-19T04:28:37.315Z Compiling anyhow v1.0.104
4102026-07-19T04:28:37.458Z Compiling regex v1.12.4
4112026-07-19T04:28:37.733Z Compiling colorchoice v1.0.4
4122026-07-19T04:28:37.736Z Compiling is_terminal_polyfill v1.70.2
4132026-07-19T04:28:37.792Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4142026-07-19T04:28:37.797Z Compiling anstyle v1.0.13
4152026-07-19T04:28:37.912Z Compiling anstyle-query v1.1.5
4162026-07-19T04:28:38.003Z Compiling anstream v1.0.0
4172026-07-19T04:28:38.006Z Compiling clap_lex v1.0.0
4182026-07-19T04:28:38.123Z Compiling strsim v0.11.1
4192026-07-19T04:28:38.232Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4202026-07-19T04:28:38.312Z Compiling clap_builder v4.6.0
4212026-07-19T04:28:38.375Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4222026-07-19T04:28:38.669Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4232026-07-19T04:28:38.976Z Compiling serde_derive v1.0.228
4242026-07-19T04:28:38.976Z Compiling thiserror-impl v1.0.69
4252026-07-19T04:28:38.979Z Compiling zerocopy-derive v0.7.35
4262026-07-19T04:28:38.984Z Compiling pest_derive v2.8.6
4272026-07-19T04:28:39.390Z Compiling scroll_derive v0.12.1
4282026-07-19T04:28:39.682Z Compiling pnet_macros v0.35.0
4292026-07-19T04:28:39.707Z Compiling ppv-lite86 v0.2.21
4302026-07-19T04:28:40.004Z Compiling zerocopy v0.7.35
4312026-07-19T04:28:40.022Z Compiling rand_chacha v0.9.0
4322026-07-19T04:28:40.277Z Compiling scroll v0.12.0
4332026-07-19T04:28:40.313Z Compiling rand v0.9.3
4342026-07-19T04:28:40.334Z Compiling thiserror v1.0.69
4352026-07-19T04:28:40.423Z Compiling dtrace-parser v0.2.0
4362026-07-19T04:28:40.449Z Compiling clap_derive v4.6.1
4372026-07-19T04:28:40.529Z Compiling goblin v0.8.2
4382026-07-19T04:28:41.224Z Compiling pnet_packet v0.35.0
4392026-07-19T04:28:41.660Z Compiling serde v1.0.228
4402026-07-19T04:28:41.927Z Compiling clap v4.6.1
4412026-07-19T04:28:41.968Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4422026-07-19T04:28:42.031Z Compiling dof v0.3.0
4432026-07-19T04:28:42.031Z Compiling serde_tokenstream v0.2.3
4442026-07-19T04:28:42.032Z Compiling num-bigint v0.4.6
4452026-07-19T04:28:42.035Z Compiling num-complex v0.4.6
4462026-07-19T04:28:42.126Z Compiling ipnetwork v0.20.0
4472026-07-19T04:28:42.298Z Compiling usdt-impl v0.5.0
4482026-07-19T04:28:42.365Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4492026-07-19T04:28:42.402Z Compiling pnet_datalink v0.35.0
4502026-07-19T04:28:42.778Z Compiling usdt-macro v0.5.0
4512026-07-19T04:28:42.946Z Compiling num-rational v0.4.2
4522026-07-19T04:28:43.568Z Compiling usdt-attr-macro v0.5.0
4532026-07-19T04:28:43.588Z Compiling num v0.4.3
4542026-07-19T04:28:43.654Z Compiling pnet_transport v0.35.0
4552026-07-19T04:28:43.801Z Compiling pnet v0.35.0
4562026-07-19T04:28:44.486Z Compiling usdt v0.5.0
4572026-07-19T04:28:44.601Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4582026-07-19T04:28:44.940Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4592026-07-19T04:28:45.061Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4602026-07-19T04:28:45.061Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4612026-07-19T04:28:45.197Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4622026-07-19T04:28:47.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s
4632026-07-19T04:28:47.844Z
4642026-07-19T04:28:47.847Zreal 13.814234603
4652026-07-19T04:28:47.847Zuser 1:11.071458219
4662026-07-19T04:28:47.847Zsys 12.073754639
4672026-07-19T04:28:47.847Ztrap 0.036915811
4682026-07-19T04:28:47.847Ztflt 0.053732393
4692026-07-19T04:28:47.847Zdflt 0.083008074
4702026-07-19T04:28:47.847Zkflt 0.000021686
4712026-07-19T04:28:47.847Zlock 2:48.169075301
4722026-07-19T04:28:47.847Zslp 4:51.093960612
4732026-07-19T04:28:47.847Zlat 3.491914519
4742026-07-19T04:28:47.847Zstop 4.595903029
4752026-07-19T04:28:47.847Z+ ptime -m cargo build --release
4762026-07-19T04:28:47.923Z Compiling proc-macro2 v1.0.106
4772026-07-19T04:28:47.923Z Compiling quote v1.0.45
4782026-07-19T04:28:47.923Z Compiling unicode-ident v1.0.24
4792026-07-19T04:28:47.923Z Compiling libc v0.2.182
4802026-07-19T04:28:47.923Z Compiling serde_core v1.0.228
4812026-07-19T04:28:47.926Z Compiling memchr v2.8.0
4822026-07-19T04:28:47.926Z Compiling serde v1.0.228
4832026-07-19T04:28:47.926Z Compiling zmij v1.0.21
4842026-07-19T04:28:48.212Z Compiling thiserror v1.0.69
4852026-07-19T04:28:48.266Z Compiling getrandom v0.4.1
4862026-07-19T04:28:48.272Z Compiling ucd-trie v0.1.7
4872026-07-19T04:28:48.467Z Compiling rustix v1.1.4
4882026-07-19T04:28:48.509Z Compiling serde_json v1.0.149
4892026-07-19T04:28:48.524Z Compiling pest v2.8.6
4902026-07-19T04:28:48.828Z Compiling aho-corasick v1.1.4
4912026-07-19T04:28:49.075Z Compiling syn v2.0.118
4922026-07-19T04:28:49.235Z Compiling prettyplease v0.2.37
4932026-07-19T04:28:49.256Z Compiling version_check v0.9.5
4942026-07-19T04:28:49.290Z Compiling autocfg v1.5.0
4952026-07-19T04:28:49.472Z Compiling regex-syntax v0.8.11
4962026-07-19T04:28:49.624Z Compiling pest_meta v2.8.6
4972026-07-19T04:28:49.760Z Compiling num-traits v0.2.19
4982026-07-19T04:28:50.661Z Compiling byteorder v1.5.0
4992026-07-19T04:28:50.780Z Compiling cfg-if v1.0.4
5002026-07-19T04:28:50.843Z Compiling itoa v1.0.17
5012026-07-19T04:28:50.865Z Compiling usdt-impl v0.5.0
5022026-07-19T04:28:51.001Z Compiling regex-automata v0.4.14
5032026-07-19T04:28:51.324Z Compiling num-integer v0.1.46
5042026-07-19T04:28:51.469Z Compiling pest_generator v2.8.6
5052026-07-19T04:28:51.786Z Compiling errno v0.3.14
5062026-07-19T04:28:51.807Z Compiling thread-id v4.2.2
5072026-07-19T04:28:51.860Z Compiling plain v0.2.3
5082026-07-19T04:28:51.879Z Compiling bitflags v2.11.0
5092026-07-19T04:28:51.957Z Compiling log v0.4.29
5102026-07-19T04:28:52.461Z Compiling pretty-hex v0.4.1
5112026-07-19T04:28:52.549Z Compiling serde_derive v1.0.228
5122026-07-19T04:28:52.557Z Compiling thiserror-impl v1.0.69
5132026-07-19T04:28:52.596Z Compiling zerocopy-derive v0.7.35
5142026-07-19T04:28:53.028Z Compiling regex v1.12.4
5152026-07-19T04:28:53.411Z Compiling pest_derive v2.8.6
5162026-07-19T04:28:53.436Z Compiling zerocopy v0.7.35
5172026-07-19T04:28:53.508Z Compiling scroll_derive v0.12.1
5182026-07-19T04:28:53.908Z Compiling once_cell v1.21.3
5192026-07-19T04:28:53.952Z Compiling dtrace-parser v0.2.0
5202026-07-19T04:28:54.005Z Compiling colored v3.1.1
5212026-07-19T04:28:54.244Z Compiling scroll v0.12.0
5222026-07-19T04:28:54.299Z Compiling radium v0.7.0
5232026-07-19T04:28:54.451Z Compiling no-std-net v0.6.0
5242026-07-19T04:28:54.517Z Compiling goblin v0.8.2
5252026-07-19T04:28:54.520Z Compiling fastrand v2.3.0
5262026-07-19T04:28:54.547Z Compiling pnet_base v0.35.0
5272026-07-19T04:28:54.603Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5282026-07-19T04:28:54.732Z Compiling tempfile v3.27.0
5292026-07-19T04:28:54.922Z Compiling getrandom v0.3.4
5302026-07-19T04:28:55.046Z Compiling tap v1.0.1
5312026-07-19T04:28:55.152Z Compiling zerocopy v0.8.40
5322026-07-19T04:28:55.262Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5332026-07-19T04:28:55.575Z Compiling wyz v0.5.1
5342026-07-19T04:28:55.775Z Compiling num-bigint v0.4.6
5352026-07-19T04:28:55.889Z Compiling serde_tokenstream v0.2.3
5362026-07-19T04:28:55.892Z Compiling dof v0.3.0
5372026-07-19T04:28:55.892Z Compiling num-complex v0.4.6
5382026-07-19T04:28:56.218Z Compiling num-iter v0.1.45
5392026-07-19T04:28:56.294Z Compiling memmap v0.7.0
5402026-07-19T04:28:56.329Z Compiling anyhow v1.0.104
5412026-07-19T04:28:56.379Z Compiling funty v2.0.0
5422026-07-19T04:28:56.670Z Compiling usdt-attr-macro v0.5.0
5432026-07-19T04:28:56.852Z Compiling num-rational v0.4.2
5442026-07-19T04:28:57.325Z Compiling usdt-macro v0.5.0
5452026-07-19T04:28:57.388Z Compiling num v0.4.3
5462026-07-19T04:28:57.459Z Compiling bitvec v1.1.1
5472026-07-19T04:28:58.301Z Compiling pnet_macros_support v0.35.0
5482026-07-19T04:28:58.422Z Compiling usdt v0.5.0
5492026-07-19T04:28:59.099Z Compiling pnet_macros v0.35.0
5502026-07-19T04:28:59.322Z Compiling pnet_sys v0.35.0
5512026-07-19T04:28:59.610Z Compiling utf8parse v0.2.2
5522026-07-19T04:28:59.825Z Compiling anstyle-parse v1.0.0
5532026-07-19T04:28:59.972Z Compiling ppv-lite86 v0.2.21
5542026-07-19T04:29:00.039Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5552026-07-19T04:29:00.201Z Compiling pnet_packet v0.35.0
5562026-07-19T04:29:00.296Z Compiling rand_core v0.9.5
5572026-07-19T04:29:01.091Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5582026-07-19T04:29:01.262Z Compiling ipnetwork v0.20.0
5592026-07-19T04:29:02.204Z Compiling anstyle v1.0.13
5602026-07-19T04:29:02.321Z Compiling is_terminal_polyfill v1.70.2
5612026-07-19T04:29:02.464Z Compiling colorchoice v1.0.4
5622026-07-19T04:29:02.576Z Compiling pnet v0.35.0
5632026-07-19T04:29:02.788Z Compiling anstyle-query v1.1.5
5642026-07-19T04:29:02.886Z Compiling anstream v1.0.0
5652026-07-19T04:29:03.365Z Compiling pnet_transport v0.35.0
5662026-07-19T04:29:04.109Z Compiling pnet_datalink v0.35.0
5672026-07-19T04:29:04.181Z Compiling rand_chacha v0.9.0
5682026-07-19T04:29:04.738Z Compiling strsim v0.11.1
5692026-07-19T04:29:05.080Z Compiling heck v0.5.0
5702026-07-19T04:29:05.254Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5712026-07-19T04:29:05.397Z Compiling clap_lex v1.0.0
5722026-07-19T04:29:05.499Z Compiling clap_derive v4.6.1
5732026-07-19T04:29:05.561Z Compiling clap_builder v4.6.0
5742026-07-19T04:29:05.751Z Compiling rand v0.9.3
5752026-07-19T04:29:06.473Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5762026-07-19T04:29:06.722Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5772026-07-19T04:29:07.158Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5782026-07-19T04:29:07.401Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5792026-07-19T04:29:10.345Z Compiling clap v4.6.1
5802026-07-19T04:29:10.420Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5812026-07-19T04:29:13.109Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5822026-07-19T04:29:19.935Z Finished `release` profile [optimized] target(s) in 32.08s
5832026-07-19T04:29:19.957Z
5842026-07-19T04:29:19.960Zreal 32.104744565
5852026-07-19T04:29:19.960Zuser 3:12.963262285
5862026-07-19T04:29:19.960Zsys 17.939113050
5872026-07-19T04:29:19.960Ztrap 0.111170978
5882026-07-19T04:29:19.960Ztflt 0.199558822
5892026-07-19T04:29:19.960Zdflt 0.200178998
5902026-07-19T04:29:19.960Zkflt 0.000030895
5912026-07-19T04:29:19.960Zlock 9:51.403810728
5922026-07-19T04:29:19.960Zslp 12:09.371108661
5932026-07-19T04:29:19.960Zlat 12.133251440
5942026-07-19T04:29:19.961Zstop 9.526257920
5952026-07-19T04:29:19.961Z+ for x in debug release
5962026-07-19T04:29:19.961Z+ mkdir -p /work/debug
5972026-07-19T04:29:19.961Z+ cp target/debug/x4c /work/debug/
5982026-07-19T04:29:19.989Z+ cp target/debug/libsidecar_lite.so /work/debug/
5992026-07-19T04:29:20.026Z+ for x in debug release
6002026-07-19T04:29:20.026Z+ mkdir -p /work/release
6012026-07-19T04:29:20.029Z+ cp target/release/x4c /work/release/
6022026-07-19T04:29:20.034Z+ cp target/release/libsidecar_lite.so /work/release/
6032026-07-19T04:29:20.044Z+ banner test
6042026-07-19T04:29:20.047Z
6052026-07-19T04:29:20.047Z ##### ###### #### #####
6062026-07-19T04:29:20.047Z # # # #
6072026-07-19T04:29:20.047Z # ##### #### #
6082026-07-19T04:29:20.047Z # # # #
6092026-07-19T04:29:20.047Z # # # # #
6102026-07-19T04:29:20.047Z # ###### #### #
6112026-07-19T04:29:20.047Z
6122026-07-19T04:29:20.047Z+ cargo test
6132026-07-19T04:29:20.117Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6142026-07-19T04:29:20.136Z Compiling libloading v0.9.0
6152026-07-19T04:29:20.142Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6162026-07-19T04:29:20.142Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6172026-07-19T04:29:20.142Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6182026-07-19T04:29:20.146Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6192026-07-19T04:29:20.327Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6202026-07-19T04:29:21.226Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6212026-07-19T04:29:21.226Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6222026-07-19T04:29:21.226Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6232026-07-19T04:29:21.520Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6242026-07-19T04:29:28.186Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.13s
6252026-07-19T04:29:28.199Z Running unittests src/lib.rs (target/debug/deps/p4-85be53bc186e4c60)
6262026-07-19T04:29:28.204Z
6272026-07-19T04:29:28.205Zrunning 0 tests
6282026-07-19T04:29:28.205Z
6292026-07-19T04:29:28.205Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-07-19T04:29:28.205Z
6312026-07-19T04:29:28.205Z Running unittests src/lib.rs (target/debug/deps/p4_macro-7559636d1037bbb9)
6322026-07-19T04:29:28.209Z
6332026-07-19T04:29:28.209Zrunning 0 tests
6342026-07-19T04:29:28.209Z
6352026-07-19T04:29:28.209Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-07-19T04:29:28.209Z
6372026-07-19T04:29:28.210Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-42b4ab9123dbb28b)
6382026-07-19T04:29:28.210Z
6392026-07-19T04:29:28.210Zrunning 0 tests
6402026-07-19T04:29:28.210Z
6412026-07-19T04:29:28.210Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-07-19T04:29:28.210Z
6432026-07-19T04:29:28.210Z Running unittests src/lib.rs (target/debug/deps/p4_rust-682a88024cdd39f0)
6442026-07-19T04:29:28.210Z
6452026-07-19T04:29:28.210Zrunning 0 tests
6462026-07-19T04:29:28.210Z
6472026-07-19T04:29:28.210Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-07-19T04:29:28.210Z
6492026-07-19T04:29:28.210Z Running unittests src/lib.rs (target/debug/deps/p4rs-71134c454596353c)
6502026-07-19T04:29:28.215Z
6512026-07-19T04:29:28.215Zrunning 14 tests
6522026-07-19T04:29:28.215Ztest bitmath::tests::bitmath_add_cascade ... ok
6532026-07-19T04:29:28.215Ztest bitmath::tests::bitmath_add_le ... ok
6542026-07-19T04:29:28.215Ztest bitmath::tests::bitmath_add_be ... ok
6552026-07-19T04:29:28.215Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6562026-07-19T04:29:28.215Ztest bitmath::tests::bitmath_sub_be ... ok
6572026-07-19T04:29:28.215Ztest bitmath::tests::bitmath_add_nest ... ok
6582026-07-19T04:29:28.215Ztest bitmath::tests::bitmath_mod ... ok
6592026-07-19T04:29:28.215Ztest bitmath::tests::bitmath_sub_le ... ok
6602026-07-19T04:29:28.215Ztest checksum::tests::udp_checksum ... ok
6612026-07-19T04:29:28.215Ztest table::tests::match_lpm_ternary_1 ... ok
6622026-07-19T04:29:28.215Ztest table::tests::match_lpm_ternary_range ... ok
6632026-07-19T04:29:28.215Ztest table::tests::match_lpm_1 ... ok
6642026-07-19T04:29:28.216Ztest table::tests::match_ternary_1 ... ok
6652026-07-19T04:29:28.216Ztest table::tests::match_with_action ... ok
6662026-07-19T04:29:28.216Z
6672026-07-19T04:29:28.216Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6682026-07-19T04:29:28.216Z
6692026-07-19T04:29:28.236Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-6b4b2d1351c9575d)
6702026-07-19T04:29:28.237Z
6712026-07-19T04:29:28.237Zrunning 0 tests
6722026-07-19T04:29:28.237Z
6732026-07-19T04:29:28.237Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6742026-07-19T04:29:28.237Z
6752026-07-19T04:29:28.237Z Running unittests src/lib.rs (target/debug/deps/tests-20c1f9b39fbda2a4)
6762026-07-19T04:29:28.250Z
6772026-07-19T04:29:28.250Zrunning 15 tests
6782026-07-19T04:29:28.251Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6792026-07-19T04:29:28.251Ztest headers::ipv6_header_read_write ... ok
6802026-07-19T04:29:28.251Ztest dload::pipeline_create ... ok
6812026-07-19T04:29:28.251Ztest ipv6::test_ipv6_parse ... ok
6822026-07-19T04:29:28.251Ztest dload::dynamic_load ... ok
6832026-07-19T04:29:28.251Ztest arithmetic::arithmetic ... ok
6842026-07-19T04:29:28.251Ztest basic_router::basic_router2 ... ok
6852026-07-19T04:29:28.251Ztest vlan::test_vlan_parse ... ok
6862026-07-19T04:29:28.251Ztest range::range ... ok
6872026-07-19T04:29:28.251Ztest disag_router::disag_router ... ok
6882026-07-19T04:29:28.251Ztest decap::geneve_decap ... ok
6892026-07-19T04:29:28.251Ztest dynamic_router::dynamic_router2 ... ok
6902026-07-19T04:29:28.251Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6912026-07-19T04:29:28.251Ztest hub::hub2 ... ok
6922026-07-19T04:29:28.251Ztest mac_rewrite::mac_rewrite2 ... ok
6932026-07-19T04:29:28.251Z
6942026-07-19T04:29:28.251Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
6952026-07-19T04:29:28.251Z
6962026-07-19T04:29:28.251Z Running unittests src/lib.rs (target/debug/deps/x4c-8984784b1b5107eb)
6972026-07-19T04:29:28.265Z
6982026-07-19T04:29:28.265Zrunning 0 tests
6992026-07-19T04:29:28.265Z
7002026-07-19T04:29:28.265Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7012026-07-19T04:29:28.265Z
7022026-07-19T04:29:28.265Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-120cd8a74a81bfba)
7032026-07-19T04:29:28.265Z
7042026-07-19T04:29:28.265Zrunning 0 tests
7052026-07-19T04:29:28.265Z
7062026-07-19T04:29:28.265Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-07-19T04:29:28.265Z
7082026-07-19T04:29:28.265Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-79f7740869b60f76)
7092026-07-19T04:29:28.266Z
7102026-07-19T04:29:28.266Zrunning 0 tests
7112026-07-19T04:29:28.266Z
7122026-07-19T04:29:28.266Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7132026-07-19T04:29:28.266Z
7142026-07-19T04:29:28.266Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-4a13cc153a802239)
7152026-07-19T04:29:28.266Z
7162026-07-19T04:29:28.266Zrunning 0 tests
7172026-07-19T04:29:28.266Z
7182026-07-19T04:29:28.266Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7192026-07-19T04:29:28.266Z
7202026-07-19T04:29:28.266Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7212026-07-19T04:29:28.266Z
7222026-07-19T04:29:28.266Zrunning 0 tests
7232026-07-19T04:29:28.266Z
7242026-07-19T04:29:28.266Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7252026-07-19T04:29:28.266Z
7262026-07-19T04:29:28.279Z Doc-tests p4
7272026-07-19T04:29:28.357Z
7282026-07-19T04:29:28.357Zrunning 0 tests
7292026-07-19T04:29:28.357Z
7302026-07-19T04:29:28.357Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7312026-07-19T04:29:28.357Z
7322026-07-19T04:29:28.363Z Doc-tests p4_macro
7332026-07-19T04:29:28.404Z
7342026-07-19T04:29:28.404Zrunning 2 tests
7352026-07-19T04:29:28.408Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7362026-07-19T04:29:28.408Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7372026-07-19T04:29:28.408Z
7382026-07-19T04:29:28.408Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7392026-07-19T04:29:28.408Z
7402026-07-19T04:29:28.418Z Doc-tests p4_rust
7412026-07-19T04:29:28.571Z
7422026-07-19T04:29:28.571Zrunning 0 tests
7432026-07-19T04:29:28.571Z
7442026-07-19T04:29:28.571Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7452026-07-19T04:29:28.571Z
7462026-07-19T04:29:28.583Z Doc-tests p4rs
7472026-07-19T04:29:28.676Z
7482026-07-19T04:29:28.676Zrunning 1 test
7492026-07-19T04:29:29.491Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7502026-07-19T04:29:29.491Z
7512026-07-19T04:29:29.491Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.82s
7522026-07-19T04:29:29.491Z
7532026-07-19T04:29:29.502Z Doc-tests tests
7542026-07-19T04:29:29.566Z
7552026-07-19T04:29:29.566Zrunning 0 tests
7562026-07-19T04:29:29.566Z
7572026-07-19T04:29:29.566Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7582026-07-19T04:29:29.567Z
7592026-07-19T04:29:29.576Z Doc-tests x4c
7602026-07-19T04:29:29.622Z
7612026-07-19T04:29:29.622Zrunning 0 tests
7622026-07-19T04:29:29.622Z
7632026-07-19T04:29:29.622Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7642026-07-19T04:29:29.622Z
7652026-07-19T04:29:29.625Z Doc-tests x4c_error_codes
7662026-07-19T04:29:29.653Z
7672026-07-19T04:29:29.653Zrunning 0 tests
7682026-07-19T04:29:29.653Z
7692026-07-19T04:29:29.656Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7702026-07-19T04:29:29.656Z
7712026-07-19T04:29:29.665Z+ pushd test
7722026-07-19T04:29:29.668Z+ banner 'mac rewr'
7732026-07-19T04:29:29.668Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7742026-07-19T04:29:29.668Z
7752026-07-19T04:29:29.668Z # # ## #### ##### ###### # # #####
7762026-07-19T04:29:29.668Z ## ## # # # # # # # # # # #
7772026-07-19T04:29:29.668Z # ## # # # # # # ##### # # # #
7782026-07-19T04:29:29.668Z # # ###### # ##### # # ## # #####
7792026-07-19T04:29:29.668Z # # # # # # # # # ## ## # #
7802026-07-19T04:29:29.668Z # # # # #### # # ###### # # # #
7812026-07-19T04:29:29.668Z
7822026-07-19T04:29:29.668Z+ RUST_BACKTRACE=1
7832026-07-19T04:29:29.668Z+ cargo test mac_rewrite -- --nocapture
7842026-07-19T04:29:29.765Z Compiling aho-corasick v1.1.4
7852026-07-19T04:29:29.781Z Compiling rustix v1.1.4
7862026-07-19T04:29:29.785Z Compiling errno v0.3.14
7872026-07-19T04:29:29.785Z Compiling getrandom v0.4.1
7882026-07-19T04:29:29.792Z Compiling prettyplease v0.2.37
7892026-07-19T04:29:30.463Z Compiling regex-automata v0.4.14
7902026-07-19T04:29:30.532Z Compiling tempfile v3.27.0
7912026-07-19T04:29:31.823Z Compiling regex v1.12.4
7922026-07-19T04:29:32.076Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7932026-07-19T04:29:32.172Z Compiling pnet_macros v0.35.0
7942026-07-19T04:29:32.772Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7952026-07-19T04:29:33.128Z Compiling pnet_packet v0.35.0
7962026-07-19T04:29:33.568Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
7972026-07-19T04:29:35.633Z Compiling pnet_transport v0.35.0
7982026-07-19T04:29:35.660Z Compiling pnet v0.35.0
7992026-07-19T04:29:35.660Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8002026-07-19T04:29:41.792Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.11s
8012026-07-19T04:29:41.804Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-12ff961c646fde31)
8022026-07-19T04:29:41.809Z
8032026-07-19T04:29:41.809Zrunning 1 test
8042026-07-19T04:29:41.813Z[phy2] do you know the muffin man?
8052026-07-19T04:29:41.813Z[cpu] the muffin man?
8062026-07-19T04:29:41.813Z[cpu] the muffin man!
8072026-07-19T04:29:41.819Z[cpu] why yes
8082026-07-19T04:29:41.819Z[phy1] i know the muffin man
8092026-07-19T04:29:41.819Z[phy3] the muffin man is me!!!
8102026-07-19T04:29:41.819Ztest mac_rewrite::mac_rewrite2 ... ok
8112026-07-19T04:29:41.819Z
8122026-07-19T04:29:41.819Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8132026-07-19T04:29:41.820Z
8142026-07-19T04:29:41.824Z+ banner 'dyn load'
8152026-07-19T04:29:41.824Z
8162026-07-19T04:29:41.824Z ##### # # # # # #### ## #####
8172026-07-19T04:29:41.824Z # # # # ## # # # # # # # #
8182026-07-19T04:29:41.824Z # # # # # # # # # # # # #
8192026-07-19T04:29:41.824Z # # # # # # # # # ###### # #
8202026-07-19T04:29:41.824Z # # # # ## # # # # # # #
8212026-07-19T04:29:41.824Z ##### # # # ###### #### # # #####
8222026-07-19T04:29:41.825Z
8232026-07-19T04:29:41.825Z+ RUST_BACKTRACE=1
8242026-07-19T04:29:41.825Z+ cargo test dload -- --nocapture
8252026-07-19T04:29:41.911Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8262026-07-19T04:29:41.915Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-12ff961c646fde31)
8272026-07-19T04:29:41.915Z
8282026-07-19T04:29:41.915Zrunning 2 tests
8292026-07-19T04:29:41.924Ztest dload::pipeline_create ... ok
8302026-07-19T04:29:41.924Ztest dload::dynamic_load ... ok
8312026-07-19T04:29:41.924Z
8322026-07-19T04:29:41.924Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8332026-07-19T04:29:41.924Z
8342026-07-19T04:29:41.929Z+ banner disag
8352026-07-19T04:29:41.933Z
8362026-07-19T04:29:41.933Z ##### # #### ## ####
8372026-07-19T04:29:41.933Z # # # # # # # #
8382026-07-19T04:29:41.933Z # # # #### # # #
8392026-07-19T04:29:41.933Z # # # # ###### # ###
8402026-07-19T04:29:41.933Z # # # # # # # # #
8412026-07-19T04:29:41.933Z ##### # #### # # ####
8422026-07-19T04:29:41.934Z
8432026-07-19T04:29:41.934Z+ RUST_BACKTRACE=1
8442026-07-19T04:29:41.934Z+ cargo test disag_router -- --nocapture
8452026-07-19T04:29:42.017Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8462026-07-19T04:29:42.023Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-12ff961c646fde31)
8472026-07-19T04:29:42.023Z
8482026-07-19T04:29:42.023Zrunning 1 test
8492026-07-19T04:29:42.035Z[phy2] do you know the muffin man?
8502026-07-19T04:29:42.035Z[cpu] the muffin man?
8512026-07-19T04:29:42.035Z[cpu] the muffin man!
8522026-07-19T04:29:42.035Z[cpu] why yes
8532026-07-19T04:29:42.035Z[phy1] i know the muffin man
8542026-07-19T04:29:42.035Z[phy3] the muffin man is me!!!
8552026-07-19T04:29:42.035Ztest disag_router::disag_router ... ok
8562026-07-19T04:29:42.035Z
8572026-07-19T04:29:42.035Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8582026-07-19T04:29:42.035Z
8592026-07-19T04:29:42.041Z+ banner 'dyn rtr'
8602026-07-19T04:29:42.041Z
8612026-07-19T04:29:42.041Z ##### # # # # ##### ##### #####
8622026-07-19T04:29:42.041Z # # # # ## # # # # # #
8632026-07-19T04:29:42.041Z # # # # # # # # # # #
8642026-07-19T04:29:42.041Z # # # # # # ##### # #####
8652026-07-19T04:29:42.041Z # # # # ## # # # # #
8662026-07-19T04:29:42.041Z ##### # # # # # # # #
8672026-07-19T04:29:42.042Z
8682026-07-19T04:29:42.042Z+ RUST_BACKTRACE=1
8692026-07-19T04:29:42.042Z+ cargo test dynamic_router -- --nocapture
8702026-07-19T04:29:42.448Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8712026-07-19T04:29:42.454Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-12ff961c646fde31)
8722026-07-19T04:29:42.454Z
8732026-07-19T04:29:42.455Zrunning 1 test
8742026-07-19T04:29:42.455Z[phy2] do you know the muffin man?
8752026-07-19T04:29:42.455Z[cpu] the muffin man?
8762026-07-19T04:29:42.455Z[cpu] the muffin man!
8772026-07-19T04:29:42.455Z[cpu] why yes
8782026-07-19T04:29:42.455Z[phy1] i know the muffin man
8792026-07-19T04:29:42.455Z[phy3] the muffin man is me!!!
8802026-07-19T04:29:42.455Ztest dynamic_router::dynamic_router2 ... ok
8812026-07-19T04:29:42.455Z
8822026-07-19T04:29:42.455Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8832026-07-19T04:29:42.455Z
8842026-07-19T04:29:42.455Z+ banner hub
8852026-07-19T04:29:42.455Z
8862026-07-19T04:29:42.455Z # # # # #####
8872026-07-19T04:29:42.455Z # # # # # #
8882026-07-19T04:29:42.455Z ###### # # #####
8892026-07-19T04:29:42.455Z # # # # # #
8902026-07-19T04:29:42.455Z # # # # # #
8912026-07-19T04:29:42.455Z # # #### #####
8922026-07-19T04:29:42.455Z
8932026-07-19T04:29:42.455Z+ RUST_BACKTRACE=1
8942026-07-19T04:29:42.455Z+ cargo test hub -- --nocapture
8952026-07-19T04:29:42.455Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8962026-07-19T04:29:42.455Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-12ff961c646fde31)
8972026-07-19T04:29:42.456Z
8982026-07-19T04:29:42.456Zrunning 1 test
8992026-07-19T04:29:42.456Z[phy2] do you know the muffin man?
9002026-07-19T04:29:42.456Z[phy3] do you know the muffin man?
9012026-07-19T04:29:42.456Z[phy1] the muffin man?
9022026-07-19T04:29:42.456Z[phy3] the muffin man?
9032026-07-19T04:29:42.456Z[phy2] the muffin man!
9042026-07-19T04:29:42.456Z[phy3] the muffin man!
9052026-07-19T04:29:42.456Z[phy1] why yes
9062026-07-19T04:29:42.456Z[phy1] i know the muffin man
9072026-07-19T04:29:42.456Z[phy1] the muffin man is me!!!
9082026-07-19T04:29:42.456Z[phy3] why yes
9092026-07-19T04:29:42.456Z[phy3] i know the muffin man
9102026-07-19T04:29:42.456Z[phy3] the muffin man is me!!!
9112026-07-19T04:29:42.456Ztest hub::hub2 ... ok
9122026-07-19T04:29:42.456Z
9132026-07-19T04:29:42.456Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9142026-07-19T04:29:42.456Z
9152026-07-19T04:29:42.456Z+ banner router
9162026-07-19T04:29:42.456Z
9172026-07-19T04:29:42.456Z ##### #### # # ##### ###### #####
9182026-07-19T04:29:42.456Z # # # # # # # # # #
9192026-07-19T04:29:42.457Z # # # # # # # ##### # #
9202026-07-19T04:29:42.457Z ##### # # # # # # #####
9212026-07-19T04:29:42.457Z # # # # # # # # # #
9222026-07-19T04:29:42.457Z # # #### #### # ###### # #
9232026-07-19T04:29:42.457Z
9242026-07-19T04:29:42.457Z+ RUST_BACKTRACE=1
9252026-07-19T04:29:42.457Z+ cargo test basic_router -- --nocapture
9262026-07-19T04:29:42.457Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9272026-07-19T04:29:42.457Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-12ff961c646fde31)
9282026-07-19T04:29:42.457Z
9292026-07-19T04:29:42.457Zrunning 1 test
9302026-07-19T04:29:42.457Z[phy2] do you know the muffin man?
9312026-07-19T04:29:42.457Z[phy1] the muffin man?
9322026-07-19T04:29:42.457Z[phy2] the muffin man!
9332026-07-19T04:29:42.457Z[phy1] why yes
9342026-07-19T04:29:42.457Z[phy1] i know the muffin man
9352026-07-19T04:29:42.457Z[phy1] the muffin man is me!!!
9362026-07-19T04:29:42.457Ztest basic_router::basic_router2 ... ok
9372026-07-19T04:29:42.457Z
9382026-07-19T04:29:42.457Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9392026-07-19T04:29:42.457Z
9402026-07-19T04:29:42.457Z+ banner headers
9412026-07-19T04:29:42.457Z
9422026-07-19T04:29:42.457Z # # ###### ## ##### ###### ##### ####
9432026-07-19T04:29:42.458Z # # # # # # # # # # #
9442026-07-19T04:29:42.458Z ###### ##### # # # # ##### # # ####
9452026-07-19T04:29:42.458Z # # # ###### # # # ##### #
9462026-07-19T04:29:42.458Z # # # # # # # # # # # #
9472026-07-19T04:29:42.458Z # # ###### # # ##### ###### # # ####
9482026-07-19T04:29:42.458Z
9492026-07-19T04:29:42.458Z+ RUST_BACKTRACE=1
9502026-07-19T04:29:42.458Z+ cargo test headers -- --nocapture
9512026-07-19T04:29:42.458Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9522026-07-19T04:29:42.466Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-12ff961c646fde31)
9532026-07-19T04:29:42.466Z
9542026-07-19T04:29:42.466Zrunning 1 test
9552026-07-19T04:29:42.466Ztest headers::ipv6_header_read_write ... ok
9562026-07-19T04:29:42.466Z
9572026-07-19T04:29:42.466Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9582026-07-19T04:29:42.467Z
9592026-07-19T04:29:42.470Zprocess exited: duration 104170 ms, exit code 0
 
9602026-07-19T04:29:42.485Zfound 4 output files
9612026-07-19T04:29:42.485Zuploading: /work/debug/libsidecar_lite.so (43095256 bytes)
9622026-07-19T04:29:45.465Zuploaded: /work/debug/libsidecar_lite.so
9632026-07-19T04:29:45.465Zuploading: /work/debug/x4c (37742888 bytes)
9642026-07-19T04:29:46.890Zuploaded: /work/debug/x4c
9652026-07-19T04:29:46.890Zuploading: /work/release/libsidecar_lite.so (9930728 bytes)
9662026-07-19T04:29:48.017Zuploaded: /work/release/libsidecar_lite.so
9672026-07-19T04:29:48.017Zuploading: /work/release/x4c (8661728 bytes)
9682026-07-19T04:29:49.102Zuploaded: /work/release/x4c