01KXWA09HD6PSJZF7Y1BB4JHAK: 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: 01KXWA0SN743YQT1NMEXDEQGSM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-19T04:26:45.847Zjob assigned to worker 01KXW9MPWSAA5SJEWWX2ZQMTF1 [factory aws, i-081532123c816d8be] (queued for 0 s)
 
22026-07-19T04:26:46.848Zstarting task 0: "setup"
32026-07-19T04:26:46.853Z++ uname -s
42026-07-19T04:26:46.856Z+ kern=SunOS
52026-07-19T04:26:46.856Z+ build_user=build
62026-07-19T04:26:46.856Z+ build_uid=12345
72026-07-19T04:26:46.856Z+ work_dir=/work
82026-07-19T04:26:46.856Z+ input_dir=/input
92026-07-19T04:26:46.856Z+ [[ 0 == 12345 ]]
102026-07-19T04:26:46.856Z+ case "$kern" in
112026-07-19T04:26:46.856Z+ groupadd -g 12345 build
122026-07-19T04:26:46.859Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-19T04:26:48.862Z+ zfs create -o mountpoint=/work rpool/work
142026-07-19T04:26:48.974Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-19T04:26:49.013Z+ home_fs=zfs
162026-07-19T04:26:49.013Z+ [[ zfs == autofs ]]
172026-07-19T04:26:49.013Z+ mkdir -p /home/build
182026-07-19T04:26:49.013Z+ chown build:build /home/build /work
192026-07-19T04:26:50.978Z+ chmod 0700 /home/build /work
202026-07-19T04:26:50.981Zprocess exited: duration 4131 ms, exit code 0
 
212026-07-19T04:26:50.986Zstarting task 1: "rust-toolchain"
222026-07-19T04:26:50.990Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-19T04:26:50.990Z * rust toolchain channel = "stable"
242026-07-19T04:26:50.990Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-19T04:26:50.990Z * rust toolchain profile = "default"
262026-07-19T04:26:50.993Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-19T04:26:50.993Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-19T04:26:50.993Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-19T04:26:50.993Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-19T04:26:51.129Zinfo: downloading installer
312026-07-19T04:26:52.568Zwarn: It looks like you have an existing installation of Rust at:
322026-07-19T04:26:52.568Zwarn: /opt/ooce/bin
332026-07-19T04:26:52.568Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-19T04:26:52.568Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-19T04:26:52.568Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-19T04:26:52.568Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-19T04:26:52.568Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-19T04:26:52.568Zerror: cannot install while Rust is installed
392026-07-19T04:26:52.568Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-19T04:26:52.568Zwarn: It looks like you have an existing rustup settings file at:
412026-07-19T04:26:52.568Zwarn: /home/build/.rustup/settings.toml
422026-07-19T04:26:52.568Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-19T04:26:52.571Zwarn: instead of the one inferred from the default host triple.
442026-07-19T04:26:52.581Zinfo: profile set to default
452026-07-19T04:26:52.581Zinfo: default host triple is x86_64-unknown-illumos
462026-07-19T04:26:52.584Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-19T04:26:52.718Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-19T04:26:52.720Zinfo: downloading 6 components
492026-07-19T04:27:08.170Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-19T04:27:08.170Z
512026-07-19T04:27:08.198Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-19T04:27:08.198Z
532026-07-19T04:27:08.198Z
542026-07-19T04:27:08.198ZRust is installed now. Great!
552026-07-19T04:27:08.198Z
562026-07-19T04:27:08.202ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-19T04:27:08.202Zenvironment variable. This has not been done automatically.
582026-07-19T04:27:08.202Z
592026-07-19T04:27:08.202ZTo configure your current shell, you need to source
602026-07-19T04:27:08.202Zthe corresponding env file under $HOME/.cargo.
612026-07-19T04:27:08.202Z
622026-07-19T04:27:08.202ZThis is usually done by running one of the following (note the leading DOT):
632026-07-19T04:27:08.202Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-19T04:27:08.202Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-19T04:27:08.202Zsource "~/.cargo/env.nu" # For nushell
662026-07-19T04:27:08.202Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-19T04:27:08.202Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-19T04:27:08.202Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-19T04:27:08.202Zwarn: no default linker (`cc`) was found in your PATH
702026-07-19T04:27:08.202Zwarn: many Rust crates require a system C toolchain to build
712026-07-19T04:27:08.300Z+ rustup --version
722026-07-19T04:27:08.310Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-19T04:27:08.313Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-19T04:27:08.329Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-19T04:27:08.332Z+ cargo --version
762026-07-19T04:27:08.347Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-19T04:27:08.350Z+ rustc --version
782026-07-19T04:27:08.369Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-19T04:27:08.371Zprocess exited: duration 17384 ms, exit code 0
 
802026-07-19T04:27:08.377Zstarting task 2: "authentication"
812026-07-19T04:27:08.393Zprocess exited: duration 15 ms, exit code 0
 
822026-07-19T04:27:08.400Zstarting task 3: "clone repository"
832026-07-19T04:27:08.403Z+ mkdir -p /work/oxidecomputer/p4
842026-07-19T04:27:08.405Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-07-19T04:27:08.435ZCloning into '/work/oxidecomputer/p4'...
862026-07-19T04:27:09.153Z+ cd /work/oxidecomputer/p4
872026-07-19T04:27:09.153Z+ git fetch origin 2a64d3b07e5a6863017885c281b91732be40f921
882026-07-19T04:27:09.402ZFrom https://github.com/oxidecomputer/p4
892026-07-19T04:27:09.402Z * branch 2a64d3b07e5a6863017885c281b91732be40f921 -> FETCH_HEAD
902026-07-19T04:27:09.407Z+ [[ -n renovate/proc-macro2-1.x-lockfile ]]
912026-07-19T04:27:09.410Z++ git branch --show-current
922026-07-19T04:27:09.410Z+ current=main
932026-07-19T04:27:09.410Z+ [[ main != renovate/proc-macro2-1.x-lockfile ]]
942026-07-19T04:27:09.410Z+ git branch -f renovate/proc-macro2-1.x-lockfile 2a64d3b07e5a6863017885c281b91732be40f921
952026-07-19T04:27:09.413Z+ git checkout -f renovate/proc-macro2-1.x-lockfile
962026-07-19T04:27:09.418ZSwitched to branch 'renovate/proc-macro2-1.x-lockfile'
972026-07-19T04:27:09.421Z+ git reset --hard 2a64d3b07e5a6863017885c281b91732be40f921
982026-07-19T04:27:09.425ZHEAD is now at 2a64d3b Update Rust crate proc-macro2 to v1.0.107
992026-07-19T04:27:09.428Zprocess exited: duration 1026 ms, exit code 0
 
1002026-07-19T04:27:09.433Zstarting task 4: "build"
1012026-07-19T04:27:09.436Z+ cargo --version
1022026-07-19T04:27:09.442Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-07-19T04:27:09.603Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-07-19T04:27:09.606Zinfo: downloading 6 components
1052026-07-19T04:27:26.321Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-07-19T04:27:26.324Z+ rustc --version
1072026-07-19T04:27:26.351Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-07-19T04:27:26.355Z+ banner check
1092026-07-19T04:27:26.358Z
1102026-07-19T04:27:26.358Z #### # # ###### #### # #
1112026-07-19T04:27:26.358Z # # # # # # # # #
1122026-07-19T04:27:26.358Z # ###### ##### # ####
1132026-07-19T04:27:26.358Z # # # # # # #
1142026-07-19T04:27:26.358Z # # # # # # # # #
1152026-07-19T04:27:26.358Z #### # # ###### #### # #
1162026-07-19T04:27:26.358Z
1172026-07-19T04:27:26.358Z+ cargo fmt -- --check
1182026-07-19T04:27:26.500Z+ cargo check
1192026-07-19T04:27:26.565Z Updating crates.io index
1202026-07-19T04:27:26.599Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-07-19T04:27:26.881ZFrom https://github.com/oxidecomputer/xfr
1222026-07-19T04:27:26.881Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-07-19T04:27:28.242Z Downloading crates ...
1242026-07-19T04:27:28.303Z Downloaded is_terminal_polyfill v1.70.2
1252026-07-19T04:27:28.314Z Downloaded thread-id v4.2.2
1262026-07-19T04:27:28.321Z Downloaded zmij v1.0.21
1272026-07-19T04:27:28.327Z Downloaded num-complex v0.4.6
1282026-07-19T04:27:28.330Z Downloaded num-integer v0.1.46
1292026-07-19T04:27:28.330Z Downloaded memchr v2.8.0
1302026-07-19T04:27:28.333Z Downloaded num-iter v0.1.45
1312026-07-19T04:27:28.335Z Downloaded clap_derive v4.6.1
1322026-07-19T04:27:28.338Z Downloaded memmap v0.7.0
1332026-07-19T04:27:28.338Z Downloaded scroll_derive v0.12.1
1342026-07-19T04:27:28.338Z Downloaded zerocopy-derive v0.7.35
1352026-07-19T04:27:28.342Z Downloaded zerocopy v0.8.40
1362026-07-19T04:27:28.348Z Downloaded tap v1.0.1
1372026-07-19T04:27:28.351Z Downloaded dtrace-parser v0.2.0
1382026-07-19T04:27:28.354Z Downloaded utf8parse v0.2.2
1392026-07-19T04:27:28.357Z Downloaded radium v0.7.0
1402026-07-19T04:27:28.357Z Downloaded num v0.4.3
1412026-07-19T04:27:28.357Z Downloaded anstyle-query v1.1.5
1422026-07-19T04:27:28.363Z Downloaded funty v2.0.0
1432026-07-19T04:27:28.366Z Downloaded cpufeatures v0.2.17
1442026-07-19T04:27:28.370Z Downloaded rand_core v0.9.5
1452026-07-19T04:27:28.370Z Downloaded anstyle-parse v1.0.0
1462026-07-19T04:27:28.376Z Downloaded itoa v1.0.17
1472026-07-19T04:27:28.379Z Downloaded cfg-if v1.0.4
1482026-07-19T04:27:28.383Z Downloaded strsim v0.11.1
1492026-07-19T04:27:28.386Z Downloaded generic-array v0.14.7
1502026-07-19T04:27:28.389Z Downloaded heck v0.5.0
1512026-07-19T04:27:28.392Z Downloaded block-buffer v0.10.4
1522026-07-19T04:27:28.402Z Downloaded crypto-common v0.1.7
1532026-07-19T04:27:28.407Z Downloaded pnet_sys v0.35.0
1542026-07-19T04:27:28.410Z Downloaded fastrand v2.3.0
1552026-07-19T04:27:28.410Z Downloaded pnet_base v0.35.0
1562026-07-19T04:27:28.414Z Downloaded no-std-net v0.6.0
1572026-07-19T04:27:28.419Z Downloaded anstream v1.0.0
1582026-07-19T04:27:28.422Z Downloaded thiserror-impl v1.0.69
1592026-07-19T04:27:28.425Z Downloaded thiserror v1.0.69
1602026-07-19T04:27:28.431Z Downloaded usdt v0.5.0
1612026-07-19T04:27:28.431Z Downloaded pretty-hex v0.4.1
1622026-07-19T04:27:28.431Z Downloaded scroll v0.12.0
1632026-07-19T04:27:28.431Z Downloaded pnet_macros_support v0.35.0
1642026-07-19T04:27:28.431Z Downloaded colorchoice v1.0.4
1652026-07-19T04:27:28.434Z Downloaded plain v0.2.3
1662026-07-19T04:27:28.437Z Downloaded usdt-attr-macro v0.5.0
1672026-07-19T04:27:28.437Z Downloaded errno v0.3.14
1682026-07-19T04:27:28.437Z Downloaded pnet_transport v0.35.0
1692026-07-19T04:27:28.442Z Downloaded usdt-macro v0.5.0
1702026-07-19T04:27:28.445Z Downloaded dof v0.3.0
1712026-07-19T04:27:28.448Z Downloaded clap_lex v1.0.0
1722026-07-19T04:27:28.453Z Downloaded version_check v0.9.5
1732026-07-19T04:27:28.453Z Downloaded once_cell v1.21.3
1742026-07-19T04:27:28.456Z Downloaded serde_tokenstream v0.2.3
1752026-07-19T04:27:28.459Z Downloaded num-rational v0.4.2
1762026-07-19T04:27:28.467Z Downloaded sha2 v0.10.9
1772026-07-19T04:27:28.470Z Downloaded byteorder v1.5.0
1782026-07-19T04:27:28.470Z Downloaded glob v0.3.3
1792026-07-19T04:27:28.476Z Downloaded usdt-impl v0.5.0
1802026-07-19T04:27:28.478Z Downloaded ipnetwork v0.20.0
1812026-07-19T04:27:28.478Z Downloaded quote v1.0.45
1822026-07-19T04:27:28.484Z Downloaded anstyle v1.0.13
1832026-07-19T04:27:28.490Z Downloaded wyz v0.5.1
1842026-07-19T04:27:28.495Z Downloaded ppv-lite86 v0.2.21
1852026-07-19T04:27:28.495Z Downloaded pest_derive v2.8.6
1862026-07-19T04:27:28.498Z Downloaded pnet v0.35.0
1872026-07-19T04:27:28.498Z Downloaded autocfg v1.5.0
1882026-07-19T04:27:28.506Z Downloaded log v0.4.29
1892026-07-19T04:27:28.511Z Downloaded pnet_macros v0.35.0
1902026-07-19T04:27:28.514Z Downloaded rand_chacha v0.9.0
1912026-07-19T04:27:28.529Z Downloaded pnet_datalink v0.35.0
1922026-07-19T04:27:28.533Z Downloaded digest v0.10.7
1932026-07-19T04:27:28.536Z Downloaded bitflags v2.11.0
1942026-07-19T04:27:28.541Z Downloaded pest_generator v2.8.6
1952026-07-19T04:27:28.550Z Downloaded tempfile v3.27.0
1962026-07-19T04:27:28.553Z Downloaded pnet_packet v0.35.0
1972026-07-19T04:27:28.553Z Downloaded anyhow v1.0.102
1982026-07-19T04:27:28.556Z Downloaded ucd-trie v0.1.7
1992026-07-19T04:27:28.559Z Downloaded num-traits v0.2.19
2002026-07-19T04:27:28.562Z Downloaded colored v3.1.1
2012026-07-19T04:27:28.566Z Downloaded getrandom v0.3.4
2022026-07-19T04:27:28.573Z Downloaded unicode-ident v1.0.24
2032026-07-19T04:27:28.578Z Downloaded typenum v1.19.0
2042026-07-19T04:27:28.578Z Downloaded clap v4.6.1
2052026-07-19T04:27:28.581Z Downloaded serde_derive v1.0.228
2062026-07-19T04:27:28.583Z Downloaded serde_core v1.0.228
2072026-07-19T04:27:28.586Z Downloaded proc-macro2 v1.0.107
2082026-07-19T04:27:28.589Z Downloaded getrandom v0.4.1
2092026-07-19T04:27:28.592Z Downloaded num-bigint v0.4.6
2102026-07-19T04:27:28.604Z Downloaded pest_meta v2.8.6
2112026-07-19T04:27:28.627Z Downloaded prettyplease v0.2.37
2122026-07-19T04:27:28.633Z Downloaded rand v0.9.3
2132026-07-19T04:27:28.648Z Downloaded serde v1.0.228
2142026-07-19T04:27:28.656Z Downloaded aho-corasick v1.1.4
2152026-07-19T04:27:28.677Z Downloaded pest v2.8.6
2162026-07-19T04:27:28.683Z Downloaded serde_json v1.0.149
2172026-07-19T04:27:28.698Z Downloaded regex v1.12.4
2182026-07-19T04:27:28.701Z Downloaded goblin v0.8.2
2192026-07-19T04:27:28.706Z Downloaded zerocopy v0.7.35
2202026-07-19T04:27:28.715Z Downloaded clap_builder v4.6.0
2212026-07-19T04:27:28.742Z Downloaded bitvec v1.1.1
2222026-07-19T04:27:28.775Z Downloaded syn v2.0.118
2232026-07-19T04:27:28.786Z Downloaded regex-syntax v0.8.11
2242026-07-19T04:27:28.810Z Downloaded rustix v1.1.4
2252026-07-19T04:27:28.839Z Downloaded regex-automata v0.4.14
2262026-07-19T04:27:28.860Z Downloaded libc v0.2.182
2272026-07-19T04:27:28.928Z Compiling proc-macro2 v1.0.107
2282026-07-19T04:27:28.928Z Compiling quote v1.0.45
2292026-07-19T04:27:28.928Z Compiling unicode-ident v1.0.24
2302026-07-19T04:27:28.931Z Compiling libc v0.2.182
2312026-07-19T04:27:28.931Z Compiling serde_core v1.0.228
2322026-07-19T04:27:28.931Z Compiling memchr v2.8.0
2332026-07-19T04:27:28.931Z Compiling serde v1.0.228
2342026-07-19T04:27:29.085Z Compiling zmij v1.0.21
2352026-07-19T04:27:29.337Z Compiling thiserror v1.0.69
2362026-07-19T04:27:29.345Z Compiling ucd-trie v0.1.7
2372026-07-19T04:27:29.438Z Compiling serde_json v1.0.149
2382026-07-19T04:27:29.519Z Compiling pest v2.8.6
2392026-07-19T04:27:29.557Z Compiling rustix v1.1.4
2402026-07-19T04:27:29.675Z Compiling getrandom v0.4.1
2412026-07-19T04:27:29.813Z Compiling autocfg v1.5.0
2422026-07-19T04:27:29.953Z Compiling version_check v0.9.5
2432026-07-19T04:27:30.156Z Compiling syn v2.0.118
2442026-07-19T04:27:30.166Z Compiling num-traits v0.2.19
2452026-07-19T04:27:30.205Z Compiling aho-corasick v1.1.4
2462026-07-19T04:27:30.222Z Compiling regex-syntax v0.8.11
2472026-07-19T04:27:30.404Z Compiling prettyplease v0.2.37
2482026-07-19T04:27:30.641Z Compiling pest_meta v2.8.6
2492026-07-19T04:27:30.887Z Checking cfg-if v1.0.4
2502026-07-19T04:27:31.202Z Compiling byteorder v1.5.0
2512026-07-19T04:27:31.416Z Compiling itoa v1.0.17
2522026-07-19T04:27:31.431Z Compiling usdt-impl v0.5.0
2532026-07-19T04:27:31.590Z Checking num-integer v0.1.46
2542026-07-19T04:27:31.659Z Compiling thread-id v4.2.2
2552026-07-19T04:27:31.681Z Compiling regex-automata v0.4.14
2562026-07-19T04:27:31.935Z Checking log v0.4.29
2572026-07-19T04:27:31.999Z Checking plain v0.2.3
2582026-07-19T04:27:32.074Z Checking colored v3.1.1
2592026-07-19T04:27:32.253Z Compiling errno v0.3.14
2602026-07-19T04:27:32.312Z Checking pretty-hex v0.4.1
2612026-07-19T04:27:32.390Z Compiling bitflags v2.11.0
2622026-07-19T04:27:32.422Z Compiling pest_generator v2.8.6
2632026-07-19T04:27:32.422Z Compiling radium v0.7.0
2642026-07-19T04:27:32.543Z Checking no-std-net v0.6.0
2652026-07-19T04:27:32.603Z Checking pnet_base v0.35.0
2662026-07-19T04:27:32.811Z Compiling zerocopy v0.8.40
2672026-07-19T04:27:32.826Z Compiling once_cell v1.21.3
2682026-07-19T04:27:33.020Z Compiling getrandom v0.3.4
2692026-07-19T04:27:33.033Z Checking tap v1.0.1
2702026-07-19T04:27:33.089Z Compiling fastrand v2.3.0
2712026-07-19T04:27:33.125Z Checking wyz v0.5.1
2722026-07-19T04:27:33.306Z Checking num-iter v0.1.45
2732026-07-19T04:27:33.337Z Checking memmap v0.7.0
2742026-07-19T04:27:33.408Z Compiling regex v1.12.4
2752026-07-19T04:27:33.414Z Compiling tempfile v3.27.0
2762026-07-19T04:27:33.459Z Compiling anyhow v1.0.102
2772026-07-19T04:27:33.672Z Compiling serde_derive v1.0.228
2782026-07-19T04:27:33.744Z Compiling thiserror-impl v1.0.69
2792026-07-19T04:27:33.789Z Compiling zerocopy-derive v0.7.35
2802026-07-19T04:27:33.808Z Compiling pest_derive v2.8.6
2812026-07-19T04:27:34.006Z Compiling scroll_derive v0.12.1
2822026-07-19T04:27:34.123Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2832026-07-19T04:27:34.321Z Checking funty v2.0.0
2842026-07-19T04:27:34.328Z Compiling pnet_macros v0.35.0
2852026-07-19T04:27:34.626Z Checking bitvec v1.1.1
2862026-07-19T04:27:34.648Z Compiling zerocopy v0.7.35
2872026-07-19T04:27:34.719Z Checking scroll v0.12.0
2882026-07-19T04:27:35.032Z Compiling dtrace-parser v0.2.0
2892026-07-19T04:27:35.036Z Checking goblin v0.8.2
2902026-07-19T04:27:35.392Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2912026-07-19T04:27:35.629Z Checking pnet_macros_support v0.35.0
2922026-07-19T04:27:35.732Z Checking pnet_sys v0.35.0
2932026-07-19T04:27:35.841Z Checking utf8parse v0.2.2
2942026-07-19T04:27:35.934Z Checking anstyle-parse v1.0.0
2952026-07-19T04:27:36.077Z Checking pnet_packet v0.35.0
2962026-07-19T04:27:36.353Z Checking rand_core v0.9.5
2972026-07-19T04:27:36.626Z Checking colorchoice v1.0.4
2982026-07-19T04:27:36.646Z Compiling pnet v0.35.0
2992026-07-19T04:27:36.716Z Checking is_terminal_polyfill v1.70.2
3002026-07-19T04:27:36.783Z Checking num-bigint v0.4.6
3012026-07-19T04:27:36.788Z Checking num-complex v0.4.6
3022026-07-19T04:27:36.857Z Checking ipnetwork v0.20.0
3032026-07-19T04:27:36.958Z Compiling serde_tokenstream v0.2.3
3042026-07-19T04:27:36.975Z Compiling dof v0.3.0
3052026-07-19T04:27:37.060Z Checking anstyle-query v1.1.5
3062026-07-19T04:27:37.140Z Checking anstyle v1.0.13
3072026-07-19T04:27:37.285Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3082026-07-19T04:27:37.309Z Checking anstream v1.0.0
3092026-07-19T04:27:37.548Z Checking pnet_datalink v0.35.0
3102026-07-19T04:27:37.587Z Checking num-rational v0.4.2
3112026-07-19T04:27:37.767Z Compiling usdt-attr-macro v0.5.0
3122026-07-19T04:27:37.771Z Compiling usdt-macro v0.5.0
3132026-07-19T04:27:37.867Z Checking num v0.4.3
3142026-07-19T04:27:37.933Z Checking strsim v0.11.1
3152026-07-19T04:27:38.004Z Checking pnet_transport v0.35.0
3162026-07-19T04:27:38.020Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3172026-07-19T04:27:38.085Z Checking clap_lex v1.0.0
3182026-07-19T04:27:38.120Z Compiling heck v0.5.0
3192026-07-19T04:27:38.208Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3202026-07-19T04:27:38.222Z Checking clap_builder v4.6.0
3212026-07-19T04:27:38.284Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3222026-07-19T04:27:38.314Z Compiling clap_derive v4.6.1
3232026-07-19T04:27:38.332Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3242026-07-19T04:27:38.417Z Checking ppv-lite86 v0.2.21
3252026-07-19T04:27:38.518Z Checking usdt v0.5.0
3262026-07-19T04:27:38.576Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3272026-07-19T04:27:38.656Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3282026-07-19T04:27:38.696Z Checking rand_chacha v0.9.0
3292026-07-19T04:27:38.865Z Checking rand v0.9.3
3302026-07-19T04:27:39.000Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3312026-07-19T04:27:39.662Z Checking clap v4.6.1
3322026-07-19T04:27:39.723Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3332026-07-19T04:27:39.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.44s
3342026-07-19T04:27:40.019Z+ cargo clippy --all-targets -- --deny warnings
3352026-07-19T04:27:40.136Z Downloading crates ...
3362026-07-19T04:27:40.194Z Downloaded libloading v0.9.0
3372026-07-19T04:27:40.241Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3382026-07-19T04:27:40.258Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3392026-07-19T04:27:40.264Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3402026-07-19T04:27:40.267Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3412026-07-19T04:27:40.267Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3422026-07-19T04:27:40.271Z Checking libloading v0.9.0
3432026-07-19T04:27:40.514Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3442026-07-19T04:27:41.031Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3452026-07-19T04:27:41.872Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3462026-07-19T04:27:41.875Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3472026-07-19T04:27:42.823Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3482026-07-19T04:27:47.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.71s
3492026-07-19T04:27:47.799Z+ banner build
3502026-07-19T04:27:47.802Z
3512026-07-19T04:27:47.802Z ##### # # # # #####
3522026-07-19T04:27:47.802Z # # # # # # # #
3532026-07-19T04:27:47.802Z ##### # # # # # #
3542026-07-19T04:27:47.802Z # # # # # # # #
3552026-07-19T04:27:47.802Z # # # # # # # #
3562026-07-19T04:27:47.802Z ##### #### # ###### #####
3572026-07-19T04:27:47.802Z
3582026-07-19T04:27:47.802Z+ ptime -m cargo build
3592026-07-19T04:27:47.933Z Compiling unicode-ident v1.0.24
3602026-07-19T04:27:47.933Z Compiling memchr v2.8.0
3612026-07-19T04:27:47.936Z Compiling regex-syntax v0.8.11
3622026-07-19T04:27:47.936Z Compiling ucd-trie v0.1.7
3632026-07-19T04:27:47.936Z Compiling libc v0.2.182
3642026-07-19T04:27:47.936Z Compiling serde_core v1.0.228
3652026-07-19T04:27:47.951Z Compiling cfg-if v1.0.4
3662026-07-19T04:27:47.958Z Compiling zmij v1.0.21
3672026-07-19T04:27:48.001Z Compiling byteorder v1.5.0
3682026-07-19T04:27:48.051Z Compiling proc-macro2 v1.0.107
3692026-07-19T04:27:48.203Z Compiling itoa v1.0.17
3702026-07-19T04:27:48.217Z Compiling num-traits v0.2.19
3712026-07-19T04:27:48.220Z Compiling thread-id v4.2.2
3722026-07-19T04:27:48.269Z Compiling errno v0.3.14
3732026-07-19T04:27:48.281Z Compiling bitflags v2.11.0
3742026-07-19T04:27:48.371Z Compiling aho-corasick v1.1.4
3752026-07-19T04:27:48.413Z Compiling quote v1.0.45
3762026-07-19T04:27:48.499Z Compiling pest v2.8.6
3772026-07-19T04:27:48.618Z Compiling syn v2.0.118
3782026-07-19T04:27:48.703Z Compiling rustix v1.1.4
3792026-07-19T04:27:48.768Z Compiling num-integer v0.1.46
3802026-07-19T04:27:48.840Z Compiling getrandom v0.4.1
3812026-07-19T04:27:48.968Z Compiling once_cell v1.21.3
3822026-07-19T04:27:49.080Z Compiling plain v0.2.3
3832026-07-19T04:27:49.164Z Compiling fastrand v2.3.0
3842026-07-19T04:27:49.168Z Compiling colored v3.1.1
3852026-07-19T04:27:49.413Z Compiling regex-automata v0.4.14
3862026-07-19T04:27:49.531Z Compiling pest_meta v2.8.6
3872026-07-19T04:27:49.568Z Compiling log v0.4.29
3882026-07-19T04:27:49.765Z Compiling serde_json v1.0.149
3892026-07-19T04:27:49.771Z Compiling tempfile v3.27.0
3902026-07-19T04:27:49.771Z Compiling pretty-hex v0.4.1
3912026-07-19T04:27:49.883Z Compiling no-std-net v0.6.0
3922026-07-19T04:27:49.946Z Compiling pnet_base v0.35.0
3932026-07-19T04:27:50.099Z Compiling tap v1.0.1
3942026-07-19T04:27:50.163Z Compiling radium v0.7.0
3952026-07-19T04:27:50.195Z Compiling wyz v0.5.1
3962026-07-19T04:27:50.343Z Compiling num-iter v0.1.45
3972026-07-19T04:27:50.365Z Compiling memmap v0.7.0
3982026-07-19T04:27:50.414Z Compiling funty v2.0.0
3992026-07-19T04:27:50.443Z Compiling zerocopy v0.8.40
4002026-07-19T04:27:50.537Z Compiling getrandom v0.3.4
4012026-07-19T04:27:50.606Z Compiling pnet_macros_support v0.35.0
4022026-07-19T04:27:50.697Z Compiling pnet_sys v0.35.0
4032026-07-19T04:27:50.711Z Compiling utf8parse v0.2.2
4042026-07-19T04:27:50.809Z Compiling bitvec v1.1.1
4052026-07-19T04:27:50.823Z Compiling anstyle-parse v1.0.0
4062026-07-19T04:27:50.852Z Compiling rand_core v0.9.5
4072026-07-19T04:27:50.871Z Compiling pest_generator v2.8.6
4082026-07-19T04:27:50.992Z Compiling prettyplease v0.2.37
4092026-07-19T04:27:51.052Z Compiling anyhow v1.0.102
4102026-07-19T04:27:51.056Z Compiling anstyle-query v1.1.5
4112026-07-19T04:27:51.146Z Compiling regex v1.12.4
4122026-07-19T04:27:51.430Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4132026-07-19T04:27:51.477Z Compiling anstyle v1.0.13
4142026-07-19T04:27:51.597Z Compiling is_terminal_polyfill v1.70.2
4152026-07-19T04:27:51.676Z Compiling colorchoice v1.0.4
4162026-07-19T04:27:51.691Z Compiling strsim v0.11.1
4172026-07-19T04:27:51.779Z Compiling anstream v1.0.0
4182026-07-19T04:27:51.976Z Compiling clap_lex v1.0.0
4192026-07-19T04:27:52.071Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4202026-07-19T04:27:52.079Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4212026-07-19T04:27:52.138Z Compiling clap_builder v4.6.0
4222026-07-19T04:27:52.229Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4232026-07-19T04:27:52.855Z Compiling serde_derive v1.0.228
4242026-07-19T04:27:52.855Z Compiling thiserror-impl v1.0.69
4252026-07-19T04:27:52.858Z Compiling zerocopy-derive v0.7.35
4262026-07-19T04:27:52.858Z Compiling pest_derive v2.8.6
4272026-07-19T04:27:52.858Z Compiling scroll_derive v0.12.1
4282026-07-19T04:27:53.424Z Compiling pnet_macros v0.35.0
4292026-07-19T04:27:53.604Z Compiling ppv-lite86 v0.2.21
4302026-07-19T04:27:53.735Z Compiling scroll v0.12.0
4312026-07-19T04:27:53.880Z Compiling rand_chacha v0.9.0
4322026-07-19T04:27:53.889Z Compiling zerocopy v0.7.35
4332026-07-19T04:27:53.918Z Compiling clap_derive v4.6.1
4342026-07-19T04:27:53.992Z Compiling goblin v0.8.2
4352026-07-19T04:27:54.189Z Compiling thiserror v1.0.69
4362026-07-19T04:27:54.281Z Compiling dtrace-parser v0.2.0
4372026-07-19T04:27:54.304Z Compiling rand v0.9.3
4382026-07-19T04:27:55.011Z Compiling pnet_packet v0.35.0
4392026-07-19T04:27:55.541Z Compiling serde v1.0.228
4402026-07-19T04:27:55.593Z Compiling clap v4.6.1
4412026-07-19T04:27:55.635Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4422026-07-19T04:27:55.917Z Compiling dof v0.3.0
4432026-07-19T04:27:55.917Z Compiling serde_tokenstream v0.2.3
4442026-07-19T04:27:55.920Z Compiling num-bigint v0.4.6
4452026-07-19T04:27:55.924Z Compiling num-complex v0.4.6
4462026-07-19T04:27:56.013Z Compiling ipnetwork v0.20.0
4472026-07-19T04:27:56.190Z Compiling usdt-impl v0.5.0
4482026-07-19T04:27:56.288Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4492026-07-19T04:27:56.310Z Compiling pnet_datalink v0.35.0
4502026-07-19T04:27:56.694Z Compiling usdt-macro v0.5.0
4512026-07-19T04:27:56.914Z Compiling num-rational v0.4.2
4522026-07-19T04:27:57.095Z Compiling usdt-attr-macro v0.5.0
4532026-07-19T04:27:57.530Z Compiling num v0.4.3
4542026-07-19T04:27:57.558Z Compiling pnet_transport v0.35.0
4552026-07-19T04:27:57.715Z Compiling pnet v0.35.0
4562026-07-19T04:27:58.022Z Compiling usdt v0.5.0
4572026-07-19T04:27:58.135Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4582026-07-19T04:27:58.474Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4592026-07-19T04:27:58.594Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4602026-07-19T04:27:58.594Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4612026-07-19T04:27:58.733Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4622026-07-19T04:28:01.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s
4632026-07-19T04:28:01.388Z
4642026-07-19T04:28:01.391Zreal 13.578845371
4652026-07-19T04:28:01.391Zuser 1:11.064877792
4662026-07-19T04:28:01.391Zsys 11.800015769
4672026-07-19T04:28:01.391Ztrap 0.040389571
4682026-07-19T04:28:01.391Ztflt 0.068152470
4692026-07-19T04:28:01.391Zdflt 0.090171650
4702026-07-19T04:28:01.391Zkflt 0.000019956
4712026-07-19T04:28:01.391Zlock 2:48.517004103
4722026-07-19T04:28:01.391Zslp 4:51.299702385
4732026-07-19T04:28:01.391Zlat 3.895476165
4742026-07-19T04:28:01.391Zstop 4.876759681
4752026-07-19T04:28:01.391Z+ ptime -m cargo build --release
4762026-07-19T04:28:01.469Z Compiling proc-macro2 v1.0.107
4772026-07-19T04:28:01.469Z Compiling quote v1.0.45
4782026-07-19T04:28:01.469Z Compiling unicode-ident v1.0.24
4792026-07-19T04:28:01.469Z Compiling libc v0.2.182
4802026-07-19T04:28:01.473Z Compiling serde_core v1.0.228
4812026-07-19T04:28:01.473Z Compiling memchr v2.8.0
4822026-07-19T04:28:01.473Z Compiling serde v1.0.228
4832026-07-19T04:28:01.473Z Compiling thiserror v1.0.69
4842026-07-19T04:28:01.583Z Compiling zmij v1.0.21
4852026-07-19T04:28:01.808Z Compiling rustix v1.1.4
4862026-07-19T04:28:01.823Z Compiling serde_json v1.0.149
4872026-07-19T04:28:02.018Z Compiling getrandom v0.4.1
4882026-07-19T04:28:02.051Z Compiling ucd-trie v0.1.7
4892026-07-19T04:28:02.229Z Compiling pest v2.8.6
4902026-07-19T04:28:02.241Z Compiling aho-corasick v1.1.4
4912026-07-19T04:28:02.314Z Compiling prettyplease v0.2.37
4922026-07-19T04:28:02.620Z Compiling version_check v0.9.5
4932026-07-19T04:28:02.674Z Compiling autocfg v1.5.0
4942026-07-19T04:28:02.783Z Compiling syn v2.0.118
4952026-07-19T04:28:02.876Z Compiling regex-syntax v0.8.11
4962026-07-19T04:28:03.010Z Compiling num-traits v0.2.19
4972026-07-19T04:28:03.281Z Compiling pest_meta v2.8.6
4982026-07-19T04:28:04.133Z Compiling cfg-if v1.0.4
4992026-07-19T04:28:04.196Z Compiling byteorder v1.5.0
5002026-07-19T04:28:04.251Z Compiling itoa v1.0.17
5012026-07-19T04:28:04.409Z Compiling regex-automata v0.4.14
5022026-07-19T04:28:04.561Z Compiling usdt-impl v0.5.0
5032026-07-19T04:28:04.965Z Compiling num-integer v0.1.46
5042026-07-19T04:28:04.998Z Compiling errno v0.3.14
5052026-07-19T04:28:05.131Z Compiling thread-id v4.2.2
5062026-07-19T04:28:05.203Z Compiling pest_generator v2.8.6
5072026-07-19T04:28:05.248Z Compiling log v0.4.29
5082026-07-19T04:28:05.333Z Compiling bitflags v2.11.0
5092026-07-19T04:28:05.452Z Compiling plain v0.2.3
5102026-07-19T04:28:06.067Z Compiling regex v1.12.4
5112026-07-19T04:28:06.199Z Compiling once_cell v1.21.3
5122026-07-19T04:28:06.326Z Compiling colored v3.1.1
5132026-07-19T04:28:06.377Z Compiling serde_derive v1.0.228
5142026-07-19T04:28:06.390Z Compiling thiserror-impl v1.0.69
5152026-07-19T04:28:06.445Z Compiling zerocopy-derive v0.7.35
5162026-07-19T04:28:06.619Z Compiling pest_derive v2.8.6
5172026-07-19T04:28:06.945Z Compiling scroll_derive v0.12.1
5182026-07-19T04:28:07.145Z Compiling fastrand v2.3.0
5192026-07-19T04:28:07.297Z Compiling zerocopy v0.7.35
5202026-07-19T04:28:07.375Z Compiling no-std-net v0.6.0
5212026-07-19T04:28:07.441Z Compiling pretty-hex v0.4.1
5222026-07-19T04:28:07.645Z Compiling dtrace-parser v0.2.0
5232026-07-19T04:28:07.657Z Compiling scroll v0.12.0
5242026-07-19T04:28:07.679Z Compiling radium v0.7.0
5252026-07-19T04:28:07.922Z Compiling goblin v0.8.2
5262026-07-19T04:28:07.968Z Compiling pnet_base v0.35.0
5272026-07-19T04:28:08.157Z Compiling tempfile v3.27.0
5282026-07-19T04:28:08.203Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5292026-07-19T04:28:08.527Z Compiling tap v1.0.1
5302026-07-19T04:28:08.590Z Compiling getrandom v0.3.4
5312026-07-19T04:28:08.630Z Compiling zerocopy v0.8.40
5322026-07-19T04:28:08.934Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5332026-07-19T04:28:09.052Z Compiling wyz v0.5.1
5342026-07-19T04:28:09.268Z Compiling num-iter v0.1.45
5352026-07-19T04:28:09.333Z Compiling memmap v0.7.0
5362026-07-19T04:28:09.380Z Compiling anyhow v1.0.102
5372026-07-19T04:28:09.551Z Compiling funty v2.0.0
5382026-07-19T04:28:09.704Z Compiling serde_tokenstream v0.2.3
5392026-07-19T04:28:09.728Z Compiling dof v0.3.0
5402026-07-19T04:28:09.739Z Compiling num-bigint v0.4.6
5412026-07-19T04:28:09.985Z Compiling num-complex v0.4.6
5422026-07-19T04:28:10.062Z Compiling bitvec v1.1.1
5432026-07-19T04:28:10.478Z Compiling usdt-attr-macro v0.5.0
5442026-07-19T04:28:10.515Z Compiling usdt-macro v0.5.0
5452026-07-19T04:28:11.197Z Compiling num-rational v0.4.2
5462026-07-19T04:28:12.164Z Compiling usdt v0.5.0
5472026-07-19T04:28:12.460Z Compiling num v0.4.3
5482026-07-19T04:28:12.748Z Compiling pnet_macros_support v0.35.0
5492026-07-19T04:28:12.803Z Compiling pnet_macros v0.35.0
5502026-07-19T04:28:13.145Z Compiling pnet_sys v0.35.0
5512026-07-19T04:28:13.235Z Compiling utf8parse v0.2.2
5522026-07-19T04:28:13.340Z Compiling anstyle-parse v1.0.0
5532026-07-19T04:28:13.546Z Compiling rand_core v0.9.5
5542026-07-19T04:28:13.804Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5552026-07-19T04:28:13.938Z Compiling pnet_packet v0.35.0
5562026-07-19T04:28:14.026Z Compiling ppv-lite86 v0.2.21
5572026-07-19T04:28:14.865Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5582026-07-19T04:28:15.520Z Compiling ipnetwork v0.20.0
5592026-07-19T04:28:15.972Z Compiling anstyle-query v1.1.5
5602026-07-19T04:28:15.983Z Compiling anstyle v1.0.13
5612026-07-19T04:28:16.240Z Compiling is_terminal_polyfill v1.70.2
5622026-07-19T04:28:16.328Z Compiling pnet v0.35.0
5632026-07-19T04:28:16.455Z Compiling colorchoice v1.0.4
5642026-07-19T04:28:16.556Z Compiling anstream v1.0.0
5652026-07-19T04:28:17.035Z Compiling pnet_transport v0.35.0
5662026-07-19T04:28:17.520Z Compiling pnet_datalink v0.35.0
5672026-07-19T04:28:18.076Z Compiling rand_chacha v0.9.0
5682026-07-19T04:28:18.775Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5692026-07-19T04:28:18.778Z Compiling strsim v0.11.1
5702026-07-19T04:28:18.795Z Compiling heck v0.5.0
5712026-07-19T04:28:18.866Z Compiling clap_lex v1.0.0
5722026-07-19T04:28:18.989Z Compiling clap_derive v4.6.1
5732026-07-19T04:28:19.029Z Compiling clap_builder v4.6.0
5742026-07-19T04:28:19.603Z Compiling rand v0.9.3
5752026-07-19T04:28:20.330Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5762026-07-19T04:28:20.574Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5772026-07-19T04:28:20.753Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5782026-07-19T04:28:21.125Z Compiling clap v4.6.1
5792026-07-19T04:28:21.208Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5802026-07-19T04:28:24.078Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5812026-07-19T04:28:25.043Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5822026-07-19T04:28:32.801Z Finished `release` profile [optimized] target(s) in 31.40s
5832026-07-19T04:28:32.822Z
5842026-07-19T04:28:32.825Zreal 31.423894414
5852026-07-19T04:28:32.825Zuser 3:11.964790404
5862026-07-19T04:28:32.825Zsys 18.049890094
5872026-07-19T04:28:32.825Ztrap 0.106298174
5882026-07-19T04:28:32.825Ztflt 0.239732381
5892026-07-19T04:28:32.825Zdflt 0.176136470
5902026-07-19T04:28:32.825Zkflt 0.000033228
5912026-07-19T04:28:32.825Zlock 10:02.558962564
5922026-07-19T04:28:32.825Zslp 12:24.697469751
5932026-07-19T04:28:32.825Zlat 13.141858034
5942026-07-19T04:28:32.825Zstop 9.409123935
5952026-07-19T04:28:32.825Z+ for x in debug release
5962026-07-19T04:28:32.825Z+ mkdir -p /work/debug
5972026-07-19T04:28:32.825Z+ cp target/debug/x4c /work/debug/
5982026-07-19T04:28:32.848Z+ cp target/debug/libsidecar_lite.so /work/debug/
5992026-07-19T04:28:32.882Z+ for x in debug release
6002026-07-19T04:28:32.883Z+ mkdir -p /work/release
6012026-07-19T04:28:32.885Z+ cp target/release/x4c /work/release/
6022026-07-19T04:28:32.892Z+ cp target/release/libsidecar_lite.so /work/release/
6032026-07-19T04:28:32.901Z+ banner test
6042026-07-19T04:28:32.904Z
6052026-07-19T04:28:32.904Z ##### ###### #### #####
6062026-07-19T04:28:32.904Z # # # #
6072026-07-19T04:28:32.904Z # ##### #### #
6082026-07-19T04:28:32.904Z # # # #
6092026-07-19T04:28:32.904Z # # # # #
6102026-07-19T04:28:32.904Z # ###### #### #
6112026-07-19T04:28:32.904Z
6122026-07-19T04:28:32.905Z+ cargo test
6132026-07-19T04:28:32.976Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6142026-07-19T04:28:32.992Z Compiling libloading v0.9.0
6152026-07-19T04:28:32.995Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6162026-07-19T04:28:32.998Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6172026-07-19T04:28:32.998Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6182026-07-19T04:28:33.001Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6192026-07-19T04:28:33.180Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6202026-07-19T04:28:34.089Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6212026-07-19T04:28:34.090Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6222026-07-19T04:28:34.093Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6232026-07-19T04:28:34.368Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6242026-07-19T04:28:41.007Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.09s
6252026-07-19T04:28:41.020Z Running unittests src/lib.rs (target/debug/deps/p4-85be53bc186e4c60)
6262026-07-19T04:28:41.024Z
6272026-07-19T04:28:41.024Zrunning 0 tests
6282026-07-19T04:28:41.024Z
6292026-07-19T04:28:41.024Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-07-19T04:28:41.024Z
6312026-07-19T04:28:41.024Z Running unittests src/lib.rs (target/debug/deps/p4_macro-1a7e690c8ab844e9)
6322026-07-19T04:28:41.028Z
6332026-07-19T04:28:41.028Zrunning 0 tests
6342026-07-19T04:28:41.028Z
6352026-07-19T04:28:41.028Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-07-19T04:28:41.028Z
6372026-07-19T04:28:41.028Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-49f62fc6f59feaee)
6382026-07-19T04:28:41.028Z
6392026-07-19T04:28:41.028Zrunning 0 tests
6402026-07-19T04:28:41.028Z
6412026-07-19T04:28:41.028Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-07-19T04:28:41.028Z
6432026-07-19T04:28:41.028Z Running unittests src/lib.rs (target/debug/deps/p4_rust-9d3f1af395a0532e)
6442026-07-19T04:28:41.032Z
6452026-07-19T04:28:41.032Zrunning 0 tests
6462026-07-19T04:28:41.032Z
6472026-07-19T04:28:41.032Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-07-19T04:28:41.032Z
6492026-07-19T04:28:41.032Z Running unittests src/lib.rs (target/debug/deps/p4rs-f4e6c7550cd6b8ea)
6502026-07-19T04:28:41.032Z
6512026-07-19T04:28:41.032Zrunning 14 tests
6522026-07-19T04:28:41.032Ztest bitmath::tests::bitmath_add_cascade ... ok
6532026-07-19T04:28:41.032Ztest bitmath::tests::bitmath_add_nest ... ok
6542026-07-19T04:28:41.032Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6552026-07-19T04:28:41.032Ztest bitmath::tests::bitmath_add_be ... ok
6562026-07-19T04:28:41.033Ztest bitmath::tests::bitmath_add_le ... ok
6572026-07-19T04:28:41.033Ztest bitmath::tests::bitmath_mod ... ok
6582026-07-19T04:28:41.033Ztest bitmath::tests::bitmath_sub_le ... ok
6592026-07-19T04:28:41.033Ztest bitmath::tests::bitmath_sub_be ... ok
6602026-07-19T04:28:41.033Ztest checksum::tests::udp_checksum ... ok
6612026-07-19T04:28:41.033Ztest table::tests::match_lpm_ternary_1 ... ok
6622026-07-19T04:28:41.033Ztest table::tests::match_ternary_1 ... ok
6632026-07-19T04:28:41.033Ztest table::tests::match_lpm_ternary_range ... ok
6642026-07-19T04:28:41.033Ztest table::tests::match_lpm_1 ... ok
6652026-07-19T04:28:41.033Ztest table::tests::match_with_action ... ok
6662026-07-19T04:28:41.033Z
6672026-07-19T04:28:41.033Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6682026-07-19T04:28:41.033Z
6692026-07-19T04:28:41.033Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-c02756a383bcb5a4)
6702026-07-19T04:28:41.037Z
6712026-07-19T04:28:41.037Zrunning 0 tests
6722026-07-19T04:28:41.037Z
6732026-07-19T04:28:41.037Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6742026-07-19T04:28:41.037Z
6752026-07-19T04:28:41.037Z Running unittests src/lib.rs (target/debug/deps/tests-c32f7d9673e36aee)
6762026-07-19T04:28:41.037Z
6772026-07-19T04:28:41.037Zrunning 15 tests
6782026-07-19T04:28:41.040Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6792026-07-19T04:28:41.040Ztest headers::ipv6_header_read_write ... ok
6802026-07-19T04:28:41.040Ztest dload::pipeline_create ... ok
6812026-07-19T04:28:41.040Ztest ipv6::test_ipv6_parse ... ok
6822026-07-19T04:28:41.044Ztest dload::dynamic_load ... ok
6832026-07-19T04:28:41.047Ztest arithmetic::arithmetic ... ok
6842026-07-19T04:28:41.047Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6852026-07-19T04:28:41.051Ztest vlan::test_vlan_parse ... ok
6862026-07-19T04:28:41.051Ztest disag_router::disag_router ... ok
6872026-07-19T04:28:41.051Ztest hub::hub2 ... ok
6882026-07-19T04:28:41.052Ztest decap::geneve_decap ... ok
6892026-07-19T04:28:41.052Ztest mac_rewrite::mac_rewrite2 ... ok
6902026-07-19T04:28:41.054Ztest basic_router::basic_router2 ... ok
6912026-07-19T04:28:41.111Ztest dynamic_router::dynamic_router2 ... ok
6922026-07-19T04:28:41.115Ztest range::range ... ok
6932026-07-19T04:28:41.115Z
6942026-07-19T04:28:41.115Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
6952026-07-19T04:28:41.115Z
6962026-07-19T04:28:41.118Z Running unittests src/lib.rs (target/debug/deps/x4c-365610703a8b30b1)
6972026-07-19T04:28:41.121Z
6982026-07-19T04:28:41.121Zrunning 0 tests
6992026-07-19T04:28:41.121Z
7002026-07-19T04:28:41.121Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7012026-07-19T04:28:41.121Z
7022026-07-19T04:28:41.122Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-2c4e9820e4f3be52)
7032026-07-19T04:28:41.122Z
7042026-07-19T04:28:41.122Zrunning 0 tests
7052026-07-19T04:28:41.122Z
7062026-07-19T04:28:41.122Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-07-19T04:28:41.122Z
7082026-07-19T04:28:41.122Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-17eaee2f2ba0e75a)
7092026-07-19T04:28:41.125Z
7102026-07-19T04:28:41.125Zrunning 0 tests
7112026-07-19T04:28:41.125Z
7122026-07-19T04:28:41.125Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7132026-07-19T04:28:41.125Z
7142026-07-19T04:28:41.126Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-48890cebe6ac470f)
7152026-07-19T04:28:41.126Z
7162026-07-19T04:28:41.126Zrunning 0 tests
7172026-07-19T04:28:41.126Z
7182026-07-19T04:28:41.126Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7192026-07-19T04:28:41.126Z
7202026-07-19T04:28:41.126Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7212026-07-19T04:28:41.129Z
7222026-07-19T04:28:41.129Zrunning 0 tests
7232026-07-19T04:28:41.129Z
7242026-07-19T04:28:41.129Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7252026-07-19T04:28:41.129Z
7262026-07-19T04:28:41.129Z Doc-tests p4
7272026-07-19T04:28:41.216Z
7282026-07-19T04:28:41.216Zrunning 0 tests
7292026-07-19T04:28:41.216Z
7302026-07-19T04:28:41.217Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7312026-07-19T04:28:41.217Z
7322026-07-19T04:28:41.226Z Doc-tests p4_macro
7332026-07-19T04:28:41.282Z
7342026-07-19T04:28:41.282Zrunning 2 tests
7352026-07-19T04:28:41.285Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7362026-07-19T04:28:41.285Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7372026-07-19T04:28:41.285Z
7382026-07-19T04:28:41.285Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7392026-07-19T04:28:41.285Z
7402026-07-19T04:28:41.286Z Doc-tests p4_rust
7412026-07-19T04:28:41.435Z
7422026-07-19T04:28:41.435Zrunning 0 tests
7432026-07-19T04:28:41.435Z
7442026-07-19T04:28:41.435Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7452026-07-19T04:28:41.436Z
7462026-07-19T04:28:41.447Z Doc-tests p4rs
7472026-07-19T04:28:41.531Z
7482026-07-19T04:28:41.531Zrunning 1 test
7492026-07-19T04:28:42.338Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7502026-07-19T04:28:42.338Z
7512026-07-19T04:28:42.338Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.81s
7522026-07-19T04:28:42.338Z
7532026-07-19T04:28:42.349Z Doc-tests tests
7542026-07-19T04:28:42.415Z
7552026-07-19T04:28:42.415Zrunning 0 tests
7562026-07-19T04:28:42.415Z
7572026-07-19T04:28:42.415Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7582026-07-19T04:28:42.415Z
7592026-07-19T04:28:42.421Z Doc-tests x4c
7602026-07-19T04:28:42.466Z
7612026-07-19T04:28:42.466Zrunning 0 tests
7622026-07-19T04:28:42.466Z
7632026-07-19T04:28:42.466Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7642026-07-19T04:28:42.467Z
7652026-07-19T04:28:42.471Z Doc-tests x4c_error_codes
7662026-07-19T04:28:42.498Z
7672026-07-19T04:28:42.498Zrunning 0 tests
7682026-07-19T04:28:42.498Z
7692026-07-19T04:28:42.498Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7702026-07-19T04:28:42.498Z
7712026-07-19T04:28:42.509Z+ pushd test
7722026-07-19T04:28:42.512Z+ banner 'mac rewr'
7732026-07-19T04:28:42.512Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7742026-07-19T04:28:42.512Z
7752026-07-19T04:28:42.512Z # # ## #### ##### ###### # # #####
7762026-07-19T04:28:42.512Z ## ## # # # # # # # # # # #
7772026-07-19T04:28:42.512Z # ## # # # # # # ##### # # # #
7782026-07-19T04:28:42.512Z # # ###### # ##### # # ## # #####
7792026-07-19T04:28:42.512Z # # # # # # # # # ## ## # #
7802026-07-19T04:28:42.512Z # # # # #### # # ###### # # # #
7812026-07-19T04:28:42.512Z
7822026-07-19T04:28:42.512Z+ RUST_BACKTRACE=1
7832026-07-19T04:28:42.513Z+ cargo test mac_rewrite -- --nocapture
7842026-07-19T04:28:42.609Z Compiling aho-corasick v1.1.4
7852026-07-19T04:28:42.624Z Compiling getrandom v0.4.1
7862026-07-19T04:28:42.627Z Compiling rustix v1.1.4
7872026-07-19T04:28:42.627Z Compiling errno v0.3.14
7882026-07-19T04:28:42.630Z Compiling prettyplease v0.2.37
7892026-07-19T04:28:43.325Z Compiling regex-automata v0.4.14
7902026-07-19T04:28:43.348Z Compiling tempfile v3.27.0
7912026-07-19T04:28:44.701Z Compiling regex v1.12.4
7922026-07-19T04:28:44.950Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7932026-07-19T04:28:45.017Z Compiling pnet_macros v0.35.0
7942026-07-19T04:28:45.637Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7952026-07-19T04:28:45.997Z Compiling pnet_packet v0.35.0
7962026-07-19T04:28:46.440Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
7972026-07-19T04:28:47.841Z Compiling pnet_transport v0.35.0
7982026-07-19T04:28:47.961Z Compiling pnet v0.35.0
7992026-07-19T04:28:48.046Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8002026-07-19T04:28:54.621Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.09s
8012026-07-19T04:28:54.633Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-52aa20ee6e8d2444)
8022026-07-19T04:28:54.636Z
8032026-07-19T04:28:54.636Zrunning 1 test
8042026-07-19T04:28:54.641Z[phy2] do you know the muffin man?
8052026-07-19T04:28:54.644Z[cpu] the muffin man?
8062026-07-19T04:28:54.644Z[cpu] the muffin man!
8072026-07-19T04:28:54.644Z[cpu] why yes
8082026-07-19T04:28:54.644Z[phy1] i know the muffin man
8092026-07-19T04:28:54.644Z[phy3] the muffin man is me!!!
8102026-07-19T04:28:54.644Ztest mac_rewrite::mac_rewrite2 ... ok
8112026-07-19T04:28:54.644Z
8122026-07-19T04:28:54.644Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8132026-07-19T04:28:54.644Z
8142026-07-19T04:28:54.650Z+ banner 'dyn load'
8152026-07-19T04:28:54.653Z
8162026-07-19T04:28:54.653Z ##### # # # # # #### ## #####
8172026-07-19T04:28:54.653Z # # # # ## # # # # # # # #
8182026-07-19T04:28:54.653Z # # # # # # # # # # # # #
8192026-07-19T04:28:54.653Z # # # # # # # # # ###### # #
8202026-07-19T04:28:54.653Z # # # # ## # # # # # # #
8212026-07-19T04:28:54.653Z ##### # # # ###### #### # # #####
8222026-07-19T04:28:54.653Z
8232026-07-19T04:28:54.653Z+ RUST_BACKTRACE=1
8242026-07-19T04:28:54.653Z+ cargo test dload -- --nocapture
8252026-07-19T04:28:54.738Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8262026-07-19T04:28:54.741Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-52aa20ee6e8d2444)
8272026-07-19T04:28:54.744Z
8282026-07-19T04:28:54.744Zrunning 2 tests
8292026-07-19T04:28:54.747Ztest dload::pipeline_create ... ok
8302026-07-19T04:28:54.750Ztest dload::dynamic_load ... ok
8312026-07-19T04:28:54.750Z
8322026-07-19T04:28:54.750Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8332026-07-19T04:28:54.750Z
8342026-07-19T04:28:54.754Z+ banner disag
8352026-07-19T04:28:54.757Z
8362026-07-19T04:28:54.757Z ##### # #### ## ####
8372026-07-19T04:28:54.757Z # # # # # # # #
8382026-07-19T04:28:54.757Z # # # #### # # #
8392026-07-19T04:28:54.757Z # # # # ###### # ###
8402026-07-19T04:28:54.758Z # # # # # # # # #
8412026-07-19T04:28:54.758Z ##### # #### # # ####
8422026-07-19T04:28:54.758Z
8432026-07-19T04:28:54.758Z+ RUST_BACKTRACE=1
8442026-07-19T04:28:54.758Z+ cargo test disag_router -- --nocapture
8452026-07-19T04:28:54.842Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8462026-07-19T04:28:54.845Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-52aa20ee6e8d2444)
8472026-07-19T04:28:54.848Z
8482026-07-19T04:28:54.848Zrunning 1 test
8492026-07-19T04:28:54.853Z[phy2] do you know the muffin man?
8502026-07-19T04:28:54.856Z[cpu] the muffin man?
8512026-07-19T04:28:54.856Z[cpu] the muffin man!
8522026-07-19T04:28:54.856Z[cpu] why yes
8532026-07-19T04:28:54.856Z[phy1] i know the muffin man
8542026-07-19T04:28:54.856Z[phy3] the muffin man is me!!!
8552026-07-19T04:28:54.856Ztest disag_router::disag_router ... ok
8562026-07-19T04:28:54.856Z
8572026-07-19T04:28:54.856Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8582026-07-19T04:28:54.856Z
8592026-07-19T04:28:54.861Z+ banner 'dyn rtr'
8602026-07-19T04:28:54.864Z
8612026-07-19T04:28:54.864Z ##### # # # # ##### ##### #####
8622026-07-19T04:28:54.864Z # # # # ## # # # # # #
8632026-07-19T04:28:54.864Z # # # # # # # # # # #
8642026-07-19T04:28:54.864Z # # # # # # ##### # #####
8652026-07-19T04:28:54.864Z # # # # ## # # # # #
8662026-07-19T04:28:54.864Z ##### # # # # # # # #
8672026-07-19T04:28:54.864Z
8682026-07-19T04:28:54.864Z+ RUST_BACKTRACE=1
8692026-07-19T04:28:54.864Z+ cargo test dynamic_router -- --nocapture
8702026-07-19T04:28:54.949Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8712026-07-19T04:28:54.952Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-52aa20ee6e8d2444)
8722026-07-19T04:28:54.955Z
8732026-07-19T04:28:54.955Zrunning 1 test
8742026-07-19T04:28:54.960Z[phy2] do you know the muffin man?
8752026-07-19T04:28:54.963Z[cpu] the muffin man?
8762026-07-19T04:28:54.963Z[cpu] the muffin man!
8772026-07-19T04:28:54.963Z[cpu] why yes
8782026-07-19T04:28:54.963Z[phy1] i know the muffin man
8792026-07-19T04:28:54.963Z[phy3] the muffin man is me!!!
8802026-07-19T04:28:54.963Ztest dynamic_router::dynamic_router2 ... ok
8812026-07-19T04:28:54.963Z
8822026-07-19T04:28:54.963Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8832026-07-19T04:28:54.963Z
8842026-07-19T04:28:54.968Z+ banner hub
8852026-07-19T04:28:54.971Z
8862026-07-19T04:28:54.971Z # # # # #####
8872026-07-19T04:28:54.971Z # # # # # #
8882026-07-19T04:28:54.971Z ###### # # #####
8892026-07-19T04:28:54.971Z # # # # # #
8902026-07-19T04:28:54.971Z # # # # # #
8912026-07-19T04:28:54.971Z # # #### #####
8922026-07-19T04:28:54.971Z
8932026-07-19T04:28:54.971Z+ RUST_BACKTRACE=1
8942026-07-19T04:28:54.971Z+ cargo test hub -- --nocapture
8952026-07-19T04:28:55.056Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8962026-07-19T04:28:55.059Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-52aa20ee6e8d2444)
8972026-07-19T04:28:55.062Z
8982026-07-19T04:28:55.062Zrunning 1 test
8992026-07-19T04:28:55.067Z[phy2] do you know the muffin man?
9002026-07-19T04:28:55.067Z[phy3] do you know the muffin man?
9012026-07-19T04:28:55.070Z[phy1] the muffin man?
9022026-07-19T04:28:55.070Z[phy3] the muffin man?
9032026-07-19T04:28:55.070Z[phy2] the muffin man!
9042026-07-19T04:28:55.070Z[phy3] the muffin man!
9052026-07-19T04:28:55.070Z[phy1] why yes
9062026-07-19T04:28:55.070Z[phy1] i know the muffin man
9072026-07-19T04:28:55.070Z[phy1] the muffin man is me!!!
9082026-07-19T04:28:55.070Z[phy3] why yes
9092026-07-19T04:28:55.070Z[phy3] i know the muffin man
9102026-07-19T04:28:55.070Z[phy3] the muffin man is me!!!
9112026-07-19T04:28:55.070Ztest hub::hub2 ... ok
9122026-07-19T04:28:55.070Z
9132026-07-19T04:28:55.070Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9142026-07-19T04:28:55.070Z
9152026-07-19T04:28:55.075Z+ banner router
9162026-07-19T04:28:55.077Z
9172026-07-19T04:28:55.077Z ##### #### # # ##### ###### #####
9182026-07-19T04:28:55.077Z # # # # # # # # # #
9192026-07-19T04:28:55.077Z # # # # # # # ##### # #
9202026-07-19T04:28:55.078Z ##### # # # # # # #####
9212026-07-19T04:28:55.078Z # # # # # # # # # #
9222026-07-19T04:28:55.078Z # # #### #### # ###### # #
9232026-07-19T04:28:55.078Z
9242026-07-19T04:28:55.078Z+ RUST_BACKTRACE=1
9252026-07-19T04:28:55.078Z+ cargo test basic_router -- --nocapture
9262026-07-19T04:28:55.162Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9272026-07-19T04:28:55.165Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-52aa20ee6e8d2444)
9282026-07-19T04:28:55.168Z
9292026-07-19T04:28:55.168Zrunning 1 test
9302026-07-19T04:28:55.173Z[phy2] do you know the muffin man?
9312026-07-19T04:28:55.176Z[phy1] the muffin man?
9322026-07-19T04:28:55.176Z[phy2] the muffin man!
9332026-07-19T04:28:55.176Z[phy1] why yes
9342026-07-19T04:28:55.176Z[phy1] i know the muffin man
9352026-07-19T04:28:55.176Z[phy1] the muffin man is me!!!
9362026-07-19T04:28:55.176Ztest basic_router::basic_router2 ... ok
9372026-07-19T04:28:55.176Z
9382026-07-19T04:28:55.176Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9392026-07-19T04:28:55.176Z
9402026-07-19T04:28:55.180Z+ banner headers
9412026-07-19T04:28:55.183Z
9422026-07-19T04:28:55.183Z # # ###### ## ##### ###### ##### ####
9432026-07-19T04:28:55.184Z # # # # # # # # # # #
9442026-07-19T04:28:55.184Z ###### ##### # # # # ##### # # ####
9452026-07-19T04:28:55.184Z # # # ###### # # # ##### #
9462026-07-19T04:28:55.184Z # # # # # # # # # # # #
9472026-07-19T04:28:55.184Z # # ###### # # ##### ###### # # ####
9482026-07-19T04:28:55.184Z
9492026-07-19T04:28:55.184Z+ RUST_BACKTRACE=1
9502026-07-19T04:28:55.184Z+ cargo test headers -- --nocapture
9512026-07-19T04:28:55.269Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9522026-07-19T04:28:55.272Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-52aa20ee6e8d2444)
9532026-07-19T04:28:55.275Z
9542026-07-19T04:28:55.275Zrunning 1 test
9552026-07-19T04:28:55.275Ztest headers::ipv6_header_read_write ... ok
9562026-07-19T04:28:55.275Z
9572026-07-19T04:28:55.275Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9582026-07-19T04:28:55.275Z
9592026-07-19T04:28:55.281Zprocess exited: duration 105843 ms, exit code 0
 
9602026-07-19T04:28:55.293Zfound 4 output files
9612026-07-19T04:28:55.293Zuploading: /work/debug/libsidecar_lite.so (43097392 bytes)
9622026-07-19T04:28:56.572Zuploaded: /work/debug/libsidecar_lite.so
9632026-07-19T04:28:56.572Zuploading: /work/debug/x4c (37740992 bytes)
9642026-07-19T04:28:57.843Zuploaded: /work/debug/x4c
9652026-07-19T04:28:57.843Zuploading: /work/release/libsidecar_lite.so (9844624 bytes)
9662026-07-19T04:28:58.912Zuploaded: /work/release/libsidecar_lite.so
9672026-07-19T04:28:58.912Zuploading: /work/release/x4c (8578392 bytes)
9682026-07-19T04:28:59.986Zuploaded: /work/release/x4c