01KSCS0A24V85142GWSPYR0GGB: 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: 01KSCS0JNMHG7SN7MQ1KH05H46

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-24T10:39:06.158Zjob assigned to worker 01KSCS0QY1G4SBZJS1GTCZ2SHS [factory aws, i-0c90a2a85086856dd] (queued for 57 s)
 
22026-05-24T10:39:13.124Zstarting task 0: "setup"
32026-05-24T10:39:13.128Z++ uname -s
42026-05-24T10:39:13.130Z+ kern=SunOS
52026-05-24T10:39:13.131Z+ build_user=build
62026-05-24T10:39:13.131Z+ build_uid=12345
72026-05-24T10:39:13.131Z+ work_dir=/work
82026-05-24T10:39:13.131Z+ input_dir=/input
92026-05-24T10:39:13.131Z+ [[ 0 == 12345 ]]
102026-05-24T10:39:13.131Z+ case "$kern" in
112026-05-24T10:39:13.131Z+ groupadd -g 12345 build
122026-05-24T10:39:13.133Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-24T10:39:15.136Z+ zfs create -o mountpoint=/work rpool/work
142026-05-24T10:39:15.305Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-24T10:39:15.308Z+ home_fs=zfs
162026-05-24T10:39:15.308Z+ [[ zfs == autofs ]]
172026-05-24T10:39:15.309Z+ mkdir -p /home/build
182026-05-24T10:39:15.309Z+ chown build:build /home/build /work
192026-05-24T10:39:17.310Z+ chmod 0700 /home/build /work
202026-05-24T10:39:17.313Zprocess exited: duration 4188 ms, exit code 0
 
212026-05-24T10:39:17.319Zstarting task 1: "rust-toolchain"
222026-05-24T10:39:17.322Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-24T10:39:17.323Z * rust toolchain channel = "stable"
242026-05-24T10:39:17.323Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-24T10:39:17.323Z * rust toolchain profile = "default"
262026-05-24T10:39:17.323Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-24T10:39:17.323Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-24T10:39:17.326Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-24T10:39:17.326Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-24T10:39:17.451Zinfo: downloading installer
312026-05-24T10:39:18.823Zwarn: It looks like you have an existing installation of Rust at:
322026-05-24T10:39:18.823Zwarn: /opt/ooce/bin
332026-05-24T10:39:18.823Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-24T10:39:18.823Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-24T10:39:18.823Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-24T10:39:18.823Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-24T10:39:18.823Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-24T10:39:18.823Zerror: cannot install while Rust is installed
392026-05-24T10:39:18.823Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-24T10:39:18.823Zwarn: It looks like you have an existing rustup settings file at:
412026-05-24T10:39:18.823Zwarn: /home/build/.rustup/settings.toml
422026-05-24T10:39:18.823Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-24T10:39:18.823Zwarn: instead of the one inferred from the default host triple.
442026-05-24T10:39:18.836Zinfo: profile set to default
452026-05-24T10:39:18.836Zinfo: default host triple is x86_64-unknown-illumos
462026-05-24T10:39:18.839Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-24T10:39:18.982Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-24T10:39:18.985Zinfo: downloading 6 components
492026-05-24T10:39:33.120Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-24T10:39:33.120Z
512026-05-24T10:39:33.154Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-24T10:39:33.154Z
532026-05-24T10:39:33.157Z
542026-05-24T10:39:33.157ZRust is installed now. Great!
552026-05-24T10:39:33.157Z
562026-05-24T10:39:33.157ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-24T10:39:33.157Zenvironment variable. This has not been done automatically.
582026-05-24T10:39:33.157Z
592026-05-24T10:39:33.157ZTo configure your current shell, you need to source
602026-05-24T10:39:33.157Zthe corresponding env file under $HOME/.cargo.
612026-05-24T10:39:33.157Z
622026-05-24T10:39:33.157ZThis is usually done by running one of the following (note the leading DOT):
632026-05-24T10:39:33.157Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-24T10:39:33.157Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-24T10:39:33.158Zsource "~/.cargo/env.nu" # For nushell
662026-05-24T10:39:33.158Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-24T10:39:33.158Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-24T10:39:33.158Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-24T10:39:33.158Zwarn: no default linker (`cc`) was found in your PATH
702026-05-24T10:39:33.158Zwarn: many Rust crates require a system C toolchain to build
712026-05-24T10:39:33.253Z+ rustup --version
722026-05-24T10:39:33.262Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-24T10:39:33.265Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-24T10:39:33.283Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-24T10:39:33.286Z+ cargo --version
762026-05-24T10:39:33.299Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-24T10:39:33.302Z+ rustc --version
782026-05-24T10:39:33.321Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-24T10:39:33.324Zprocess exited: duration 16005 ms, exit code 0
 
802026-05-24T10:39:33.329Zstarting task 2: "authentication"
812026-05-24T10:39:33.345Zprocess exited: duration 15 ms, exit code 0
 
822026-05-24T10:39:33.350Zstarting task 3: "clone repository"
832026-05-24T10:39:33.353Z+ mkdir -p /work/oxidecomputer/p4
842026-05-24T10:39:33.356Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-05-24T10:39:33.394ZCloning into '/work/oxidecomputer/p4'...
862026-05-24T10:39:34.125Z+ cd /work/oxidecomputer/p4
872026-05-24T10:39:34.125Z+ git fetch origin 9830f0fc68cac03c8c46c7e8bb14e3471d0cba7b
882026-05-24T10:39:34.365ZFrom https://github.com/oxidecomputer/p4
892026-05-24T10:39:34.365Z * branch 9830f0fc68cac03c8c46c7e8bb14e3471d0cba7b -> FETCH_HEAD
902026-05-24T10:39:34.371Z+ [[ -n renovate/ad-m-github-push-action-1.x ]]
912026-05-24T10:39:34.375Z++ git branch --show-current
922026-05-24T10:39:34.375Z+ current=main
932026-05-24T10:39:34.375Z+ [[ main != renovate/ad-m-github-push-action-1.x ]]
942026-05-24T10:39:34.375Z+ git branch -f renovate/ad-m-github-push-action-1.x 9830f0fc68cac03c8c46c7e8bb14e3471d0cba7b
952026-05-24T10:39:34.377Z+ git checkout -f renovate/ad-m-github-push-action-1.x
962026-05-24T10:39:34.383ZSwitched to branch 'renovate/ad-m-github-push-action-1.x'
972026-05-24T10:39:34.386Z+ git reset --hard 9830f0fc68cac03c8c46c7e8bb14e3471d0cba7b
982026-05-24T10:39:34.391ZHEAD is now at 9830f0f Update ad-m/github-push-action action to v1.3.0
992026-05-24T10:39:34.394Zprocess exited: duration 1040 ms, exit code 0
 
1002026-05-24T10:39:34.400Zstarting task 4: "build"
1012026-05-24T10:39:34.402Z+ cargo --version
1022026-05-24T10:39:34.408Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-05-24T10:39:34.556Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-05-24T10:39:34.558Zinfo: downloading 6 components
1052026-05-24T10:39:51.288Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-05-24T10:39:51.291Z+ rustc --version
1072026-05-24T10:39:51.317Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-05-24T10:39:51.321Z+ banner check
1092026-05-24T10:39:51.323Z
1102026-05-24T10:39:51.323Z #### # # ###### #### # #
1112026-05-24T10:39:51.323Z # # # # # # # # #
1122026-05-24T10:39:51.323Z # ###### ##### # ####
1132026-05-24T10:39:51.323Z # # # # # # #
1142026-05-24T10:39:51.323Z # # # # # # # # #
1152026-05-24T10:39:51.323Z #### # # ###### #### # #
1162026-05-24T10:39:51.323Z
1172026-05-24T10:39:51.323Z+ cargo fmt -- --check
1182026-05-24T10:39:51.461Z+ cargo check
1192026-05-24T10:39:51.525Z Updating crates.io index
1202026-05-24T10:39:51.560Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-05-24T10:39:51.817ZFrom https://github.com/oxidecomputer/xfr
1222026-05-24T10:39:51.817Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-05-24T10:39:53.198Z Downloading crates ...
1242026-05-24T10:39:53.242Z Downloaded anstream v1.0.0
1252026-05-24T10:39:53.258Z Downloaded is_terminal_polyfill v1.70.2
1262026-05-24T10:39:53.261Z Downloaded zmij v1.0.21
1272026-05-24T10:39:53.261Z Downloaded aho-corasick v1.1.4
1282026-05-24T10:39:53.269Z Downloaded bitflags v2.11.0
1292026-05-24T10:39:53.272Z Downloaded pnet_sys v0.35.0
1302026-05-24T10:39:53.275Z Downloaded block-buffer v0.10.4
1312026-05-24T10:39:53.275Z Downloaded clap_lex v1.0.0
1322026-05-24T10:39:53.280Z Downloaded zerocopy v0.8.40
1332026-05-24T10:39:53.284Z Downloaded wyz v0.5.1
1342026-05-24T10:39:53.287Z Downloaded tap v1.0.1
1352026-05-24T10:39:53.287Z Downloaded rand_chacha v0.9.0
1362026-05-24T10:39:53.290Z Downloaded colorchoice v1.0.4
1372026-05-24T10:39:53.292Z Downloaded crypto-common v0.1.7
1382026-05-24T10:39:53.295Z Downloaded fastrand v2.3.0
1392026-05-24T10:39:53.297Z Downloaded pest_derive v2.8.6
1402026-05-24T10:39:53.300Z Downloaded cfg-if v1.0.4
1412026-05-24T10:39:53.304Z Downloaded generic-array v0.14.7
1422026-05-24T10:39:53.308Z Downloaded cpufeatures v0.2.17
1432026-05-24T10:39:53.314Z Downloaded strsim v0.11.1
1442026-05-24T10:39:53.317Z Downloaded plain v0.2.3
1452026-05-24T10:39:53.317Z Downloaded itoa v1.0.17
1462026-05-24T10:39:53.320Z Downloaded dof v0.3.0
1472026-05-24T10:39:53.323Z Downloaded scroll_derive v0.12.1
1482026-05-24T10:39:53.323Z Downloaded radium v0.7.0
1492026-05-24T10:39:53.323Z Downloaded pnet_macros_support v0.35.0
1502026-05-24T10:39:53.323Z Downloaded pnet_base v0.35.0
1512026-05-24T10:39:53.325Z Downloaded version_check v0.9.5
1522026-05-24T10:39:53.325Z Downloaded quote v1.0.45
1532026-05-24T10:39:53.328Z Downloaded pnet_packet v0.35.0
1542026-05-24T10:39:53.328Z Downloaded ipnetwork v0.20.0
1552026-05-24T10:39:53.334Z Downloaded num v0.4.3
1562026-05-24T10:39:53.337Z Downloaded thread-id v4.2.2
1572026-05-24T10:39:53.340Z Downloaded heck v0.5.0
1582026-05-24T10:39:53.344Z Downloaded num-iter v0.1.45
1592026-05-24T10:39:53.347Z Downloaded anstyle-query v1.1.5
1602026-05-24T10:39:53.350Z Downloaded utf8parse v0.2.2
1612026-05-24T10:39:53.350Z Downloaded errno v0.3.14
1622026-05-24T10:39:53.352Z Downloaded dtrace-parser v0.2.0
1632026-05-24T10:39:53.352Z Downloaded usdt-macro v0.5.0
1642026-05-24T10:39:53.355Z Downloaded funty v2.0.0
1652026-05-24T10:39:53.366Z Downloaded memmap v0.7.0
1662026-05-24T10:39:53.370Z Downloaded usdt v0.5.0
1672026-05-24T10:39:53.370Z Downloaded pretty-hex v0.4.1
1682026-05-24T10:39:53.370Z Downloaded pnet v0.35.0
1692026-05-24T10:39:53.373Z Downloaded serde_tokenstream v0.2.3
1702026-05-24T10:39:53.375Z Downloaded ppv-lite86 v0.2.21
1712026-05-24T10:39:53.375Z Downloaded digest v0.10.7
1722026-05-24T10:39:53.378Z Downloaded pnet_transport v0.35.0
1732026-05-24T10:39:53.381Z Downloaded rand_core v0.9.5
1742026-05-24T10:39:53.381Z Downloaded pnet_macros v0.35.0
1752026-05-24T10:39:53.383Z Downloaded usdt-attr-macro v0.5.0
1762026-05-24T10:39:53.386Z Downloaded scroll v0.12.0
1772026-05-24T10:39:53.388Z Downloaded anstyle v1.0.13
1782026-05-24T10:39:53.388Z Downloaded num-integer v0.1.46
1792026-05-24T10:39:53.391Z Downloaded byteorder v1.5.0
1802026-05-24T10:39:53.395Z Downloaded num-rational v0.4.2
1812026-05-24T10:39:53.395Z Downloaded no-std-net v0.6.0
1822026-05-24T10:39:53.397Z Downloaded autocfg v1.5.0
1832026-05-24T10:39:53.401Z Downloaded thiserror v1.0.69
1842026-05-24T10:39:53.403Z Downloaded num-complex v0.4.6
1852026-05-24T10:39:53.406Z Downloaded pnet_datalink v0.35.0
1862026-05-24T10:39:53.406Z Downloaded glob v0.3.3
1872026-05-24T10:39:53.409Z Downloaded usdt-impl v0.5.0
1882026-05-24T10:39:53.409Z Downloaded sha2 v0.10.9
1892026-05-24T10:39:53.411Z Downloaded clap_derive v4.6.1
1902026-05-24T10:39:53.414Z Downloaded once_cell v1.21.3
1912026-05-24T10:39:53.416Z Downloaded pest_generator v2.8.6
1922026-05-24T10:39:53.416Z Downloaded anyhow v1.0.102
1932026-05-24T10:39:53.419Z Downloaded thiserror-impl v1.0.69
1942026-05-24T10:39:53.426Z Downloaded anstyle-parse v1.0.0
1952026-05-24T10:39:53.434Z Downloaded colored v3.1.1
1962026-05-24T10:39:53.453Z Downloaded serde_derive v1.0.228
1972026-05-24T10:39:53.456Z Downloaded unicode-ident v1.0.24
1982026-05-24T10:39:53.458Z Downloaded tempfile v3.27.0
1992026-05-24T10:39:53.461Z Downloaded serde_core v1.0.228
2002026-05-24T10:39:53.461Z Downloaded num-traits v0.2.19
2012026-05-24T10:39:53.464Z Downloaded getrandom v0.3.4
2022026-05-24T10:39:53.466Z Downloaded zerocopy-derive v0.7.35
2032026-05-24T10:39:53.469Z Downloaded log v0.4.29
2042026-05-24T10:39:53.469Z Downloaded clap v4.6.1
2052026-05-24T10:39:53.474Z Downloaded num-bigint v0.4.6
2062026-05-24T10:39:53.477Z Downloaded getrandom v0.4.1
2072026-05-24T10:39:53.480Z Downloaded proc-macro2 v1.0.106
2082026-05-24T10:39:53.483Z Downloaded ucd-trie v0.1.7
2092026-05-24T10:39:53.488Z Downloaded pest_meta v2.8.6
2102026-05-24T10:39:53.496Z Downloaded serde v1.0.228
2112026-05-24T10:39:53.504Z Downloaded memchr v2.8.0
2122026-05-24T10:39:53.507Z Downloaded regex v1.12.3
2132026-05-24T10:39:53.507Z Downloaded rand v0.9.3
2142026-05-24T10:39:53.510Z Downloaded typenum v1.19.0
2152026-05-24T10:39:53.510Z Downloaded pest v2.8.6
2162026-05-24T10:39:53.513Z Downloaded prettyplease v0.2.37
2172026-05-24T10:39:53.517Z Downloaded clap_builder v4.6.0
2182026-05-24T10:39:53.538Z Downloaded goblin v0.8.2
2192026-05-24T10:39:53.541Z Downloaded serde_json v1.0.149
2202026-05-24T10:39:53.546Z Downloaded zerocopy v0.7.35
2212026-05-24T10:39:53.555Z Downloaded bitvec v1.0.1
2222026-05-24T10:39:53.591Z Downloaded syn v2.0.117
2232026-05-24T10:39:53.607Z Downloaded regex-syntax v0.8.10
2242026-05-24T10:39:53.615Z Downloaded rustix v1.1.4
2252026-05-24T10:39:53.644Z Downloaded regex-automata v0.4.14
2262026-05-24T10:39:53.655Z Downloaded libc v0.2.182
2272026-05-24T10:39:53.723Z Compiling proc-macro2 v1.0.106
2282026-05-24T10:39:53.723Z Compiling quote v1.0.45
2292026-05-24T10:39:53.726Z Compiling unicode-ident v1.0.24
2302026-05-24T10:39:53.726Z Compiling libc v0.2.182
2312026-05-24T10:39:53.726Z Compiling serde_core v1.0.228
2322026-05-24T10:39:53.726Z Compiling memchr v2.8.0
2332026-05-24T10:39:53.726Z Compiling serde v1.0.228
2342026-05-24T10:39:53.873Z Compiling thiserror v1.0.69
2352026-05-24T10:39:54.177Z Compiling zmij v1.0.21
2362026-05-24T10:39:54.219Z Compiling ucd-trie v0.1.7
2372026-05-24T10:39:54.359Z Compiling pest v2.8.6
2382026-05-24T10:39:54.374Z Compiling serde_json v1.0.149
2392026-05-24T10:39:54.437Z Compiling rustix v1.1.4
2402026-05-24T10:39:54.551Z Compiling getrandom v0.4.1
2412026-05-24T10:39:54.663Z Compiling autocfg v1.5.0
2422026-05-24T10:39:54.830Z Compiling version_check v0.9.5
2432026-05-24T10:39:54.998Z Checking syn v2.0.117
2442026-05-24T10:39:55.016Z Compiling num-traits v0.2.19
2452026-05-24T10:39:55.048Z Compiling aho-corasick v1.1.4
2462026-05-24T10:39:55.095Z Compiling regex-syntax v0.8.10
2472026-05-24T10:39:55.244Z Compiling prettyplease v0.2.37
2482026-05-24T10:39:55.476Z Compiling pest_meta v2.8.6
2492026-05-24T10:39:55.756Z Checking cfg-if v1.0.4
2502026-05-24T10:39:56.077Z Compiling byteorder v1.5.0
2512026-05-24T10:39:56.278Z Compiling itoa v1.0.17
2522026-05-24T10:39:56.294Z Compiling usdt-impl v0.5.0
2532026-05-24T10:39:56.446Z Checking num-integer v0.1.46
2542026-05-24T10:39:56.481Z Compiling thread-id v4.2.2
2552026-05-24T10:39:56.545Z Compiling regex-automata v0.4.14
2562026-05-24T10:39:56.671Z Checking plain v0.2.3
2572026-05-24T10:39:56.911Z Checking colored v3.1.1
2582026-05-24T10:39:56.918Z Checking log v0.4.29
2592026-05-24T10:39:57.098Z Compiling errno v0.3.14
2602026-05-24T10:39:57.236Z Checking pretty-hex v0.4.1
2612026-05-24T10:39:57.263Z Compiling radium v0.7.0
2622026-05-24T10:39:57.307Z Compiling bitflags v2.11.0
2632026-05-24T10:39:57.343Z Checking no-std-net v0.6.0
2642026-05-24T10:39:57.398Z Checking pnet_base v0.35.0
2652026-05-24T10:39:57.538Z Compiling pest_generator v2.8.6
2662026-05-24T10:39:57.570Z Compiling once_cell v1.21.3
2672026-05-24T10:39:57.575Z Checking tap v1.0.1
2682026-05-24T10:39:57.659Z Compiling getrandom v0.3.4
2692026-05-24T10:39:57.764Z Compiling fastrand v2.3.0
2702026-05-24T10:39:57.944Z Compiling zerocopy v0.8.40
2712026-05-24T10:39:57.994Z Checking wyz v0.5.1
2722026-05-24T10:39:58.148Z Compiling tempfile v3.27.0
2732026-05-24T10:39:58.155Z Checking num-iter v0.1.45
2742026-05-24T10:39:58.155Z Checking memmap v0.7.0
2752026-05-24T10:39:58.229Z Compiling regex v1.12.3
2762026-05-24T10:39:58.267Z Compiling anyhow v1.0.102
2772026-05-24T10:39:58.464Z Checking funty v2.0.0
2782026-05-24T10:39:58.586Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2792026-05-24T10:39:58.746Z Compiling serde_derive v1.0.228
2802026-05-24T10:39:58.768Z Compiling thiserror-impl v1.0.69
2812026-05-24T10:39:58.815Z Compiling zerocopy-derive v0.7.35
2822026-05-24T10:39:58.927Z Compiling pest_derive v2.8.6
2832026-05-24T10:39:59.109Z Compiling scroll_derive v0.12.1
2842026-05-24T10:39:59.458Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2852026-05-24T10:39:59.723Z Compiling zerocopy v0.7.35
2862026-05-24T10:39:59.814Z Checking scroll v0.12.0
2872026-05-24T10:40:00.066Z Compiling dtrace-parser v0.2.0
2882026-05-24T10:40:00.114Z Checking goblin v0.8.2
2892026-05-24T10:40:00.456Z Compiling pnet_macros v0.35.0
2902026-05-24T10:40:00.497Z Checking bitvec v1.0.1
2912026-05-24T10:40:00.727Z Checking pnet_macros_support v0.35.0
2922026-05-24T10:40:00.834Z Checking pnet_sys v0.35.0
2932026-05-24T10:40:00.943Z Checking utf8parse v0.2.2
2942026-05-24T10:40:01.035Z Checking anstyle-parse v1.0.0
2952026-05-24T10:40:01.175Z Checking rand_core v0.9.5
2962026-05-24T10:40:01.513Z Checking pnet_packet v0.35.0
2972026-05-24T10:40:01.518Z Checking colorchoice v1.0.4
2982026-05-24T10:40:01.524Z Checking ppv-lite86 v0.2.21
2992026-05-24T10:40:01.608Z Checking anstyle-query v1.1.5
3002026-05-24T10:40:01.686Z Checking is_terminal_polyfill v1.70.2
3012026-05-24T10:40:01.763Z Compiling pnet v0.35.0
3022026-05-24T10:40:01.796Z Checking anstyle v1.0.13
3032026-05-24T10:40:01.820Z Checking num-bigint v0.4.6
3042026-05-24T10:40:01.958Z Compiling dof v0.3.0
3052026-05-24T10:40:01.961Z Compiling serde_tokenstream v0.2.3
3062026-05-24T10:40:01.968Z Checking num-complex v0.4.6
3072026-05-24T10:40:01.971Z Checking ipnetwork v0.20.0
3082026-05-24T10:40:02.130Z Checking pnet_datalink v0.35.0
3092026-05-24T10:40:02.172Z Checking anstream v1.0.0
3102026-05-24T10:40:02.294Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3112026-05-24T10:40:02.301Z Checking rand_chacha v0.9.0
3122026-05-24T10:40:02.468Z Checking strsim v0.11.1
3132026-05-24T10:40:02.579Z Checking clap_lex v1.0.0
3142026-05-24T10:40:02.619Z Compiling heck v0.5.0
3152026-05-24T10:40:02.622Z Checking num-rational v0.4.2
3162026-05-24T10:40:02.717Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3172026-05-24T10:40:02.723Z Checking clap_builder v4.6.0
3182026-05-24T10:40:02.735Z Compiling usdt-macro v0.5.0
3192026-05-24T10:40:02.812Z Compiling usdt-attr-macro v0.5.0
3202026-05-24T10:40:02.895Z Checking num v0.4.3
3212026-05-24T10:40:02.966Z Compiling clap_derive v4.6.1
3222026-05-24T10:40:02.980Z Checking rand v0.9.3
3232026-05-24T10:40:03.125Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3242026-05-24T10:40:03.249Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3252026-05-24T10:40:03.377Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3262026-05-24T10:40:03.411Z Checking pnet_transport v0.35.0
3272026-05-24T10:40:03.516Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3282026-05-24T10:40:03.525Z Checking usdt v0.5.0
3292026-05-24T10:40:04.664Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3302026-05-24T10:40:04.667Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3312026-05-24T10:40:04.667Z Checking clap v4.6.1
3322026-05-24T10:40:04.667Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3332026-05-24T10:40:04.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.36s
3342026-05-24T10:40:04.910Z+ cargo clippy --all-targets -- --deny warnings
3352026-05-24T10:40:05.028Z Downloading crates ...
3362026-05-24T10:40:05.078Z Downloaded libloading v0.9.0
3372026-05-24T10:40:05.126Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3382026-05-24T10:40:05.143Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3392026-05-24T10:40:05.150Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3402026-05-24T10:40:05.152Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3412026-05-24T10:40:05.152Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3422026-05-24T10:40:05.156Z Checking libloading v0.9.0
3432026-05-24T10:40:05.398Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3442026-05-24T10:40:05.922Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3452026-05-24T10:40:06.754Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3462026-05-24T10:40:06.754Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3472026-05-24T10:40:07.669Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3482026-05-24T10:40:12.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s
3492026-05-24T10:40:12.659Z+ banner build
3502026-05-24T10:40:12.663Z
3512026-05-24T10:40:12.663Z ##### # # # # #####
3522026-05-24T10:40:12.663Z # # # # # # # #
3532026-05-24T10:40:12.663Z ##### # # # # # #
3542026-05-24T10:40:12.663Z # # # # # # # #
3552026-05-24T10:40:12.663Z # # # # # # # #
3562026-05-24T10:40:12.663Z ##### #### # ###### #####
3572026-05-24T10:40:12.663Z
3582026-05-24T10:40:12.663Z+ ptime -m cargo build
3592026-05-24T10:40:12.791Z Compiling unicode-ident v1.0.24
3602026-05-24T10:40:12.791Z Compiling memchr v2.8.0
3612026-05-24T10:40:12.794Z Compiling regex-syntax v0.8.10
3622026-05-24T10:40:12.794Z Compiling ucd-trie v0.1.7
3632026-05-24T10:40:12.794Z Compiling libc v0.2.182
3642026-05-24T10:40:12.794Z Compiling serde_core v1.0.228
3652026-05-24T10:40:12.813Z Compiling cfg-if v1.0.4
3662026-05-24T10:40:12.816Z Compiling zmij v1.0.21
3672026-05-24T10:40:12.857Z Compiling itoa v1.0.17
3682026-05-24T10:40:12.907Z Compiling proc-macro2 v1.0.106
3692026-05-24T10:40:13.024Z Compiling byteorder v1.5.0
3702026-05-24T10:40:13.068Z Compiling num-traits v0.2.19
3712026-05-24T10:40:13.084Z Compiling thread-id v4.2.2
3722026-05-24T10:40:13.127Z Compiling errno v0.3.14
3732026-05-24T10:40:13.147Z Compiling bitflags v2.11.0
3742026-05-24T10:40:13.231Z Compiling quote v1.0.45
3752026-05-24T10:40:13.254Z Compiling aho-corasick v1.1.4
3762026-05-24T10:40:13.363Z Compiling pest v2.8.6
3772026-05-24T10:40:13.475Z Compiling syn v2.0.117
3782026-05-24T10:40:13.502Z Compiling rustix v1.1.4
3792026-05-24T10:40:13.597Z Compiling num-integer v0.1.46
3802026-05-24T10:40:13.666Z Compiling getrandom v0.4.1
3812026-05-24T10:40:13.792Z Compiling plain v0.2.3
3822026-05-24T10:40:13.886Z Compiling colored v3.1.1
3832026-05-24T10:40:13.901Z Compiling log v0.4.29
3842026-05-24T10:40:14.069Z Compiling once_cell v1.21.3
3852026-05-24T10:40:14.269Z Compiling regex-automata v0.4.14
3862026-05-24T10:40:14.273Z Compiling fastrand v2.3.0
3872026-05-24T10:40:14.370Z Compiling pretty-hex v0.4.1
3882026-05-24T10:40:14.497Z Compiling pest_meta v2.8.6
3892026-05-24T10:40:14.529Z Compiling serde_json v1.0.149
3902026-05-24T10:40:14.609Z Compiling tempfile v3.27.0
3912026-05-24T10:40:14.635Z Compiling no-std-net v0.6.0
3922026-05-24T10:40:14.697Z Compiling pnet_base v0.35.0
3932026-05-24T10:40:14.848Z Compiling tap v1.0.1
3942026-05-24T10:40:14.946Z Compiling wyz v0.5.1
3952026-05-24T10:40:15.010Z Compiling radium v0.7.0
3962026-05-24T10:40:15.118Z Compiling num-iter v0.1.45
3972026-05-24T10:40:15.190Z Compiling memmap v0.7.0
3982026-05-24T10:40:15.220Z Compiling funty v2.0.0
3992026-05-24T10:40:15.309Z Compiling zerocopy v0.8.40
4002026-05-24T10:40:15.359Z Compiling getrandom v0.3.4
4012026-05-24T10:40:15.431Z Compiling pnet_macros_support v0.35.0
4022026-05-24T10:40:15.517Z Compiling bitvec v1.0.1
4032026-05-24T10:40:15.535Z Compiling pnet_sys v0.35.0
4042026-05-24T10:40:15.644Z Compiling utf8parse v0.2.2
4052026-05-24T10:40:15.703Z Compiling rand_core v0.9.5
4062026-05-24T10:40:15.740Z Compiling pest_generator v2.8.6
4072026-05-24T10:40:15.778Z Compiling prettyplease v0.2.37
4082026-05-24T10:40:15.858Z Compiling anstyle-parse v1.0.0
4092026-05-24T10:40:15.903Z Compiling anyhow v1.0.102
4102026-05-24T10:40:16.032Z Compiling regex v1.12.3
4112026-05-24T10:40:16.283Z Compiling anstyle v1.0.13
4122026-05-24T10:40:16.344Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4132026-05-24T10:40:16.486Z Compiling is_terminal_polyfill v1.70.2
4142026-05-24T10:40:16.489Z Compiling anstyle-query v1.1.5
4152026-05-24T10:40:16.563Z Compiling colorchoice v1.0.4
4162026-05-24T10:40:16.577Z Compiling strsim v0.11.1
4172026-05-24T10:40:16.663Z Compiling anstream v1.0.0
4182026-05-24T10:40:16.757Z Compiling clap_lex v1.0.0
4192026-05-24T10:40:16.957Z Compiling clap_builder v4.6.0
4202026-05-24T10:40:16.968Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4212026-05-24T10:40:16.989Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4222026-05-24T10:40:17.155Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4232026-05-24T10:40:17.660Z Compiling serde_derive v1.0.228
4242026-05-24T10:40:17.660Z Compiling thiserror-impl v1.0.69
4252026-05-24T10:40:17.663Z Compiling zerocopy-derive v0.7.35
4262026-05-24T10:40:17.663Z Compiling pest_derive v2.8.6
4272026-05-24T10:40:17.687Z Compiling scroll_derive v0.12.1
4282026-05-24T10:40:18.295Z Compiling pnet_macros v0.35.0
4292026-05-24T10:40:18.364Z Compiling ppv-lite86 v0.2.21
4302026-05-24T10:40:18.543Z Compiling scroll v0.12.0
4312026-05-24T10:40:18.650Z Compiling zerocopy v0.7.35
4322026-05-24T10:40:18.675Z Compiling rand_chacha v0.9.0
4332026-05-24T10:40:18.739Z Compiling clap_derive v4.6.1
4342026-05-24T10:40:18.796Z Compiling goblin v0.8.2
4352026-05-24T10:40:19.003Z Compiling thiserror v1.0.69
4362026-05-24T10:40:19.091Z Compiling dtrace-parser v0.2.0
4372026-05-24T10:40:19.095Z Compiling rand v0.9.3
4382026-05-24T10:40:19.851Z Compiling pnet_packet v0.35.0
4392026-05-24T10:40:20.217Z Compiling serde v1.0.228
4402026-05-24T10:40:20.447Z Compiling clap v4.6.1
4412026-05-24T10:40:20.488Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4422026-05-24T10:40:20.597Z Compiling dof v0.3.0
4432026-05-24T10:40:20.597Z Compiling serde_tokenstream v0.2.3
4442026-05-24T10:40:20.600Z Compiling num-bigint v0.4.6
4452026-05-24T10:40:20.600Z Compiling num-complex v0.4.6
4462026-05-24T10:40:20.694Z Compiling ipnetwork v0.20.0
4472026-05-24T10:40:20.862Z Compiling usdt-impl v0.5.0
4482026-05-24T10:40:20.927Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4492026-05-24T10:40:20.969Z Compiling pnet_datalink v0.35.0
4502026-05-24T10:40:21.360Z Compiling usdt-attr-macro v0.5.0
4512026-05-24T10:40:21.572Z Compiling num-rational v0.4.2
4522026-05-24T10:40:21.933Z Compiling usdt-macro v0.5.0
4532026-05-24T10:40:22.211Z Compiling num v0.4.3
4542026-05-24T10:40:22.278Z Compiling pnet_transport v0.35.0
4552026-05-24T10:40:22.429Z Compiling pnet v0.35.0
4562026-05-24T10:40:22.805Z Compiling usdt v0.5.0
4572026-05-24T10:40:22.917Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4582026-05-24T10:40:23.241Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4592026-05-24T10:40:23.359Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4602026-05-24T10:40:23.359Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4612026-05-24T10:40:23.494Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4622026-05-24T10:40:26.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.46s
4632026-05-24T10:40:26.157Z
4642026-05-24T10:40:26.160Zreal 13.487349735
4652026-05-24T10:40:26.160Zuser 1:10.612777202
4662026-05-24T10:40:26.160Zsys 11.767566734
4672026-05-24T10:40:26.160Ztrap 0.038056894
4682026-05-24T10:40:26.160Ztflt 0.039613224
4692026-05-24T10:40:26.160Zdflt 0.067605013
4702026-05-24T10:40:26.160Zkflt 0.000011700
4712026-05-24T10:40:26.160Zlock 2:47.135605387
4722026-05-24T10:40:26.160Zslp 4:49.831163626
4732026-05-24T10:40:26.160Zlat 4.138704646
4742026-05-24T10:40:26.160Zstop 4.547145990
4752026-05-24T10:40:26.160Z+ ptime -m cargo build --release
4762026-05-24T10:40:26.233Z Compiling proc-macro2 v1.0.106
4772026-05-24T10:40:26.234Z Compiling quote v1.0.45
4782026-05-24T10:40:26.234Z Compiling unicode-ident v1.0.24
4792026-05-24T10:40:26.237Z Compiling libc v0.2.182
4802026-05-24T10:40:26.237Z Compiling serde_core v1.0.228
4812026-05-24T10:40:26.237Z Compiling memchr v2.8.0
4822026-05-24T10:40:26.237Z Compiling serde v1.0.228
4832026-05-24T10:40:26.237Z Compiling thiserror v1.0.69
4842026-05-24T10:40:26.538Z Compiling zmij v1.0.21
4852026-05-24T10:40:26.569Z Compiling getrandom v0.4.1
4862026-05-24T10:40:26.582Z Compiling rustix v1.1.4
4872026-05-24T10:40:26.815Z Compiling ucd-trie v0.1.7
4882026-05-24T10:40:26.826Z Compiling serde_json v1.0.149
4892026-05-24T10:40:27.008Z Compiling pest v2.8.6
4902026-05-24T10:40:27.014Z Compiling aho-corasick v1.1.4
4912026-05-24T10:40:27.160Z Compiling version_check v0.9.5
4922026-05-24T10:40:27.376Z Compiling prettyplease v0.2.37
4932026-05-24T10:40:27.411Z Compiling regex-syntax v0.8.10
4942026-05-24T10:40:27.502Z Compiling autocfg v1.5.0
4952026-05-24T10:40:27.592Z Compiling syn v2.0.117
4962026-05-24T10:40:27.838Z Compiling num-traits v0.2.19
4972026-05-24T10:40:28.074Z Compiling pest_meta v2.8.6
4982026-05-24T10:40:28.789Z Compiling byteorder v1.5.0
4992026-05-24T10:40:28.954Z Compiling regex-automata v0.4.14
5002026-05-24T10:40:29.003Z Compiling itoa v1.0.17
5012026-05-24T10:40:29.236Z Compiling cfg-if v1.0.4
5022026-05-24T10:40:29.360Z Compiling usdt-impl v0.5.0
5032026-05-24T10:40:29.667Z Compiling num-integer v0.1.46
5042026-05-24T10:40:29.707Z Compiling errno v0.3.14
5052026-05-24T10:40:29.825Z Compiling thread-id v4.2.2
5062026-05-24T10:40:29.894Z Compiling pest_generator v2.8.6
5072026-05-24T10:40:29.994Z Compiling log v0.4.29
5082026-05-24T10:40:30.202Z Compiling bitflags v2.11.0
5092026-05-24T10:40:30.288Z Compiling plain v0.2.3
5102026-05-24T10:40:30.639Z Compiling regex v1.12.3
5112026-05-24T10:40:31.014Z Compiling colored v3.1.1
5122026-05-24T10:40:31.025Z Compiling pretty-hex v0.4.1
5132026-05-24T10:40:31.106Z Compiling serde_derive v1.0.228
5142026-05-24T10:40:31.160Z Compiling thiserror-impl v1.0.69
5152026-05-24T10:40:31.166Z Compiling zerocopy-derive v0.7.35
5162026-05-24T10:40:31.525Z Compiling pest_derive v2.8.6
5172026-05-24T10:40:31.662Z Compiling scroll_derive v0.12.1
5182026-05-24T10:40:32.007Z Compiling zerocopy v0.7.35
5192026-05-24T10:40:32.051Z Compiling once_cell v1.21.3
5202026-05-24T10:40:32.245Z Compiling fastrand v2.3.0
5212026-05-24T10:40:32.354Z Compiling scroll v0.12.0
5222026-05-24T10:40:32.417Z Compiling dtrace-parser v0.2.0
5232026-05-24T10:40:32.534Z Compiling no-std-net v0.6.0
5242026-05-24T10:40:32.597Z Compiling goblin v0.8.2
5252026-05-24T10:40:32.621Z Compiling radium v0.7.0
5262026-05-24T10:40:32.640Z Compiling pnet_base v0.35.0
5272026-05-24T10:40:32.826Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5282026-05-24T10:40:32.906Z Compiling tempfile v3.27.0
5292026-05-24T10:40:33.153Z Compiling zerocopy v0.8.40
5302026-05-24T10:40:33.211Z Compiling getrandom v0.3.4
5312026-05-24T10:40:33.537Z Compiling tap v1.0.1
5322026-05-24T10:40:33.577Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5332026-05-24T10:40:33.642Z Compiling wyz v0.5.1
5342026-05-24T10:40:33.854Z Compiling num-iter v0.1.45
5352026-05-24T10:40:33.904Z Compiling memmap v0.7.0
5362026-05-24T10:40:33.961Z Compiling funty v2.0.0
5372026-05-24T10:40:34.130Z Compiling anyhow v1.0.102
5382026-05-24T10:40:34.353Z Compiling serde_tokenstream v0.2.3
5392026-05-24T10:40:34.412Z Compiling dof v0.3.0
5402026-05-24T10:40:34.458Z Compiling num-bigint v0.4.6
5412026-05-24T10:40:34.641Z Compiling num-complex v0.4.6
5422026-05-24T10:40:34.941Z Compiling bitvec v1.0.1
5432026-05-24T10:40:35.325Z Compiling usdt-attr-macro v0.5.0
5442026-05-24T10:40:35.385Z Compiling usdt-macro v0.5.0
5452026-05-24T10:40:36.031Z Compiling num-rational v0.4.2
5462026-05-24T10:40:37.017Z Compiling usdt v0.5.0
5472026-05-24T10:40:37.291Z Compiling num v0.4.3
5482026-05-24T10:40:37.361Z Compiling pnet_macros_support v0.35.0
5492026-05-24T10:40:37.491Z Compiling pnet_macros v0.35.0
5502026-05-24T10:40:37.660Z Compiling pnet_sys v0.35.0
5512026-05-24T10:40:37.989Z Compiling utf8parse v0.2.2
5522026-05-24T10:40:38.088Z Compiling anstyle-parse v1.0.0
5532026-05-24T10:40:38.165Z Compiling ppv-lite86 v0.2.21
5542026-05-24T10:40:38.297Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5552026-05-24T10:40:38.498Z Compiling rand_core v0.9.5
5562026-05-24T10:40:38.579Z Compiling pnet_packet v0.35.0
5572026-05-24T10:40:39.368Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5582026-05-24T10:40:40.086Z Compiling ipnetwork v0.20.0
5592026-05-24T10:40:40.560Z Compiling anstyle v1.0.13
5602026-05-24T10:40:40.728Z Compiling pnet v0.35.0
5612026-05-24T10:40:40.948Z Compiling colorchoice v1.0.4
5622026-05-24T10:40:41.059Z Compiling anstyle-query v1.1.5
5632026-05-24T10:40:41.157Z Compiling is_terminal_polyfill v1.70.2
5642026-05-24T10:40:41.240Z Compiling anstream v1.0.0
5652026-05-24T10:40:42.157Z Compiling pnet_transport v0.35.0
5662026-05-24T10:40:42.537Z Compiling pnet_datalink v0.35.0
5672026-05-24T10:40:42.638Z Compiling rand_chacha v0.9.0
5682026-05-24T10:40:43.175Z Compiling strsim v0.11.1
5692026-05-24T10:40:43.272Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5702026-05-24T10:40:43.351Z Compiling clap_lex v1.0.0
5712026-05-24T10:40:43.510Z Compiling heck v0.5.0
5722026-05-24T10:40:43.701Z Compiling clap_derive v4.6.1
5732026-05-24T10:40:43.757Z Compiling clap_builder v4.6.0
5742026-05-24T10:40:44.081Z Compiling rand v0.9.3
5752026-05-24T10:40:44.819Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5762026-05-24T10:40:45.032Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5772026-05-24T10:40:45.066Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5782026-05-24T10:40:45.386Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5792026-05-24T10:40:48.590Z Compiling clap v4.6.1
5802026-05-24T10:40:48.663Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5812026-05-24T10:40:49.316Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5822026-05-24T10:40:56.995Z Finished `release` profile [optimized] target(s) in 30.83s
5832026-05-24T10:40:57.017Z
5842026-05-24T10:40:57.020Zreal 30.852341020
5852026-05-24T10:40:57.020Zuser 3:10.357110248
5862026-05-24T10:40:57.020Zsys 17.721898294
5872026-05-24T10:40:57.020Ztrap 0.104091440
5882026-05-24T10:40:57.020Ztflt 0.236482703
5892026-05-24T10:40:57.020Zdflt 0.160258338
5902026-05-24T10:40:57.020Zkflt 0.000036220
5912026-05-24T10:40:57.020Zlock 9:58.568840192
5922026-05-24T10:40:57.020Zslp 12:23.366394834
5932026-05-24T10:40:57.020Zlat 12.706068723
5942026-05-24T10:40:57.020Zstop 9.136369280
5952026-05-24T10:40:57.020Z+ for x in debug release
5962026-05-24T10:40:57.020Z+ mkdir -p /work/debug
5972026-05-24T10:40:57.020Z+ cp target/debug/x4c /work/debug/
5982026-05-24T10:40:57.044Z+ cp target/debug/libsidecar_lite.so /work/debug/
5992026-05-24T10:40:57.078Z+ for x in debug release
6002026-05-24T10:40:57.078Z+ mkdir -p /work/release
6012026-05-24T10:40:57.081Z+ cp target/release/x4c /work/release/
6022026-05-24T10:40:57.088Z+ cp target/release/libsidecar_lite.so /work/release/
6032026-05-24T10:40:57.097Z+ banner test
6042026-05-24T10:40:57.100Z
6052026-05-24T10:40:57.100Z ##### ###### #### #####
6062026-05-24T10:40:57.100Z # # # #
6072026-05-24T10:40:57.100Z # ##### #### #
6082026-05-24T10:40:57.101Z # # # #
6092026-05-24T10:40:57.101Z # # # # #
6102026-05-24T10:40:57.101Z # ###### #### #
6112026-05-24T10:40:57.101Z
6122026-05-24T10:40:57.101Z+ cargo test
6132026-05-24T10:40:57.169Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6142026-05-24T10:40:57.185Z Compiling libloading v0.9.0
6152026-05-24T10:40:57.188Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6162026-05-24T10:40:57.188Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6172026-05-24T10:40:57.188Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6182026-05-24T10:40:57.190Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6192026-05-24T10:40:57.373Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6202026-05-24T10:40:58.258Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6212026-05-24T10:40:58.258Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6222026-05-24T10:40:58.262Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6232026-05-24T10:40:58.524Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6242026-05-24T10:41:05.162Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.05s
6252026-05-24T10:41:05.175Z Running unittests src/lib.rs (target/debug/deps/p4-1546c95bd2fe8ca4)
6262026-05-24T10:41:05.178Z
6272026-05-24T10:41:05.178Zrunning 0 tests
6282026-05-24T10:41:05.178Z
6292026-05-24T10:41:05.178Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-05-24T10:41:05.178Z
6312026-05-24T10:41:05.178Z Running unittests src/lib.rs (target/debug/deps/p4_macro-cd90d596811a5660)
6322026-05-24T10:41:05.181Z
6332026-05-24T10:41:05.181Zrunning 0 tests
6342026-05-24T10:41:05.181Z
6352026-05-24T10:41:05.181Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-05-24T10:41:05.181Z
6372026-05-24T10:41:05.181Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-97a008f78b6c0ec4)
6382026-05-24T10:41:05.184Z
6392026-05-24T10:41:05.184Zrunning 0 tests
6402026-05-24T10:41:05.184Z
6412026-05-24T10:41:05.184Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-05-24T10:41:05.184Z
6432026-05-24T10:41:05.184Z Running unittests src/lib.rs (target/debug/deps/p4_rust-f82cf211dee49060)
6442026-05-24T10:41:05.184Z
6452026-05-24T10:41:05.184Zrunning 0 tests
6462026-05-24T10:41:05.184Z
6472026-05-24T10:41:05.184Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-05-24T10:41:05.184Z
6492026-05-24T10:41:05.184Z Running unittests src/lib.rs (target/debug/deps/p4rs-3afe60b63e34350f)
6502026-05-24T10:41:05.187Z
6512026-05-24T10:41:05.187Zrunning 14 tests
6522026-05-24T10:41:05.187Ztest bitmath::tests::bitmath_add_cascade ... ok
6532026-05-24T10:41:05.187Ztest bitmath::tests::bitmath_add_nest ... ok
6542026-05-24T10:41:05.187Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6552026-05-24T10:41:05.187Ztest bitmath::tests::bitmath_add_be ... ok
6562026-05-24T10:41:05.187Ztest bitmath::tests::bitmath_add_le ... ok
6572026-05-24T10:41:05.187Ztest bitmath::tests::bitmath_sub_be ... ok
6582026-05-24T10:41:05.187Ztest bitmath::tests::bitmath_mod ... ok
6592026-05-24T10:41:05.187Ztest bitmath::tests::bitmath_sub_le ... ok
6602026-05-24T10:41:05.187Ztest checksum::tests::udp_checksum ... ok
6612026-05-24T10:41:05.187Ztest table::tests::match_lpm_ternary_1 ... ok
6622026-05-24T10:41:05.187Ztest table::tests::match_lpm_ternary_range ... ok
6632026-05-24T10:41:05.187Ztest table::tests::match_lpm_1 ... ok
6642026-05-24T10:41:05.187Ztest table::tests::match_ternary_1 ... ok
6652026-05-24T10:41:05.187Ztest table::tests::match_with_action ... ok
6662026-05-24T10:41:05.187Z
6672026-05-24T10:41:05.188Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6682026-05-24T10:41:05.188Z
6692026-05-24T10:41:05.188Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-5386dbfce708873f)
6702026-05-24T10:41:05.191Z
6712026-05-24T10:41:05.191Zrunning 0 tests
6722026-05-24T10:41:05.191Z
6732026-05-24T10:41:05.191Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6742026-05-24T10:41:05.191Z
6752026-05-24T10:41:05.191Z Running unittests src/lib.rs (target/debug/deps/tests-92bde0412a747c16)
6762026-05-24T10:41:05.191Z
6772026-05-24T10:41:05.191Zrunning 15 tests
6782026-05-24T10:41:05.194Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6792026-05-24T10:41:05.194Ztest headers::ipv6_header_read_write ... ok
6802026-05-24T10:41:05.196Ztest dload::pipeline_create ... ok
6812026-05-24T10:41:05.196Ztest ipv6::test_ipv6_parse ... ok
6822026-05-24T10:41:05.197Ztest dload::dynamic_load ... ok
6832026-05-24T10:41:05.200Ztest arithmetic::arithmetic ... ok
6842026-05-24T10:41:05.203Ztest decap::geneve_decap ... ok
6852026-05-24T10:41:05.203Ztest basic_router::basic_router2 ... ok
6862026-05-24T10:41:05.203Ztest vlan::test_vlan_parse ... ok
6872026-05-24T10:41:05.207Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6882026-05-24T10:41:05.272Ztest disag_router::disag_router ... ok
6892026-05-24T10:41:05.275Ztest dynamic_router::dynamic_router2 ... ok
6902026-05-24T10:41:05.275Ztest hub::hub2 ... ok
6912026-05-24T10:41:05.275Ztest mac_rewrite::mac_rewrite2 ... ok
6922026-05-24T10:41:05.275Ztest range::range ... ok
6932026-05-24T10:41:05.275Z
6942026-05-24T10:41:05.275Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
6952026-05-24T10:41:05.275Z
6962026-05-24T10:41:05.280Z Running unittests src/lib.rs (target/debug/deps/x4c-9707aa4209365ef8)
6972026-05-24T10:41:05.283Z
6982026-05-24T10:41:05.283Zrunning 0 tests
6992026-05-24T10:41:05.283Z
7002026-05-24T10:41:05.283Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7012026-05-24T10:41:05.283Z
7022026-05-24T10:41:05.283Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-5c80e53829874271)
7032026-05-24T10:41:05.286Z
7042026-05-24T10:41:05.286Zrunning 0 tests
7052026-05-24T10:41:05.286Z
7062026-05-24T10:41:05.286Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-05-24T10:41:05.286Z
7082026-05-24T10:41:05.286Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-ff37c4be0895f602)
7092026-05-24T10:41:05.286Z
7102026-05-24T10:41:05.286Zrunning 0 tests
7112026-05-24T10:41:05.286Z
7122026-05-24T10:41:05.286Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7132026-05-24T10:41:05.286Z
7142026-05-24T10:41:05.286Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-d357631c574a9193)
7152026-05-24T10:41:05.289Z
7162026-05-24T10:41:05.289Zrunning 0 tests
7172026-05-24T10:41:05.289Z
7182026-05-24T10:41:05.289Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7192026-05-24T10:41:05.289Z
7202026-05-24T10:41:05.289Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7212026-05-24T10:41:05.289Z
7222026-05-24T10:41:05.289Zrunning 0 tests
7232026-05-24T10:41:05.289Z
7242026-05-24T10:41:05.289Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7252026-05-24T10:41:05.289Z
7262026-05-24T10:41:05.289Z Doc-tests p4
7272026-05-24T10:41:05.379Z
7282026-05-24T10:41:05.379Zrunning 0 tests
7292026-05-24T10:41:05.379Z
7302026-05-24T10:41:05.379Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7312026-05-24T10:41:05.379Z
7322026-05-24T10:41:05.389Z Doc-tests p4_macro
7332026-05-24T10:41:05.433Z
7342026-05-24T10:41:05.433Zrunning 2 tests
7352026-05-24T10:41:05.436Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7362026-05-24T10:41:05.437Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7372026-05-24T10:41:05.437Z
7382026-05-24T10:41:05.437Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7392026-05-24T10:41:05.437Z
7402026-05-24T10:41:05.439Z Doc-tests p4_rust
7412026-05-24T10:41:05.599Z
7422026-05-24T10:41:05.599Zrunning 0 tests
7432026-05-24T10:41:05.599Z
7442026-05-24T10:41:05.599Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7452026-05-24T10:41:05.599Z
7462026-05-24T10:41:05.610Z Doc-tests p4rs
7472026-05-24T10:41:05.692Z
7482026-05-24T10:41:05.692Zrunning 1 test
7492026-05-24T10:41:06.498Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7502026-05-24T10:41:06.498Z
7512026-05-24T10:41:06.498Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.81s
7522026-05-24T10:41:06.498Z
7532026-05-24T10:41:06.507Z Doc-tests tests
7542026-05-24T10:41:06.570Z
7552026-05-24T10:41:06.570Zrunning 0 tests
7562026-05-24T10:41:06.570Z
7572026-05-24T10:41:06.570Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7582026-05-24T10:41:06.570Z
7592026-05-24T10:41:06.577Z Doc-tests x4c
7602026-05-24T10:41:06.620Z
7612026-05-24T10:41:06.620Zrunning 0 tests
7622026-05-24T10:41:06.620Z
7632026-05-24T10:41:06.620Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7642026-05-24T10:41:06.620Z
7652026-05-24T10:41:06.625Z Doc-tests x4c_error_codes
7662026-05-24T10:41:06.651Z
7672026-05-24T10:41:06.651Zrunning 0 tests
7682026-05-24T10:41:06.651Z
7692026-05-24T10:41:06.651Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7702026-05-24T10:41:06.651Z
7712026-05-24T10:41:06.662Z+ pushd test
7722026-05-24T10:41:06.665Z+ banner 'mac rewr'
7732026-05-24T10:41:06.665Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7742026-05-24T10:41:06.665Z
7752026-05-24T10:41:06.665Z # # ## #### ##### ###### # # #####
7762026-05-24T10:41:06.665Z ## ## # # # # # # # # # # #
7772026-05-24T10:41:06.665Z # ## # # # # # # ##### # # # #
7782026-05-24T10:41:06.665Z # # ###### # ##### # # ## # #####
7792026-05-24T10:41:06.665Z # # # # # # # # # ## ## # #
7802026-05-24T10:41:06.665Z # # # # #### # # ###### # # # #
7812026-05-24T10:41:06.665Z
7822026-05-24T10:41:06.665Z+ RUST_BACKTRACE=1
7832026-05-24T10:41:06.665Z+ cargo test mac_rewrite -- --nocapture
7842026-05-24T10:41:06.761Z Compiling aho-corasick v1.1.4
7852026-05-24T10:41:06.775Z Compiling getrandom v0.4.1
7862026-05-24T10:41:06.775Z Compiling rustix v1.1.4
7872026-05-24T10:41:06.779Z Compiling errno v0.3.14
7882026-05-24T10:41:06.782Z Compiling prettyplease v0.2.37
7892026-05-24T10:41:07.454Z Compiling regex-automata v0.4.14
7902026-05-24T10:41:07.484Z Compiling tempfile v3.27.0
7912026-05-24T10:41:08.798Z Compiling regex v1.12.3
7922026-05-24T10:41:09.054Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7932026-05-24T10:41:09.132Z Compiling pnet_macros v0.35.0
7942026-05-24T10:41:09.750Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7952026-05-24T10:41:10.104Z Compiling pnet_packet v0.35.0
7962026-05-24T10:41:10.549Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
7972026-05-24T10:41:11.922Z Compiling pnet_transport v0.35.0
7982026-05-24T10:41:12.038Z Compiling pnet v0.35.0
7992026-05-24T10:41:12.126Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8002026-05-24T10:41:18.618Z Finished `test` profile [unoptimized + debuginfo] target(s) in 11.94s
8012026-05-24T10:41:18.629Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-968f73136caf7442)
8022026-05-24T10:41:18.632Z
8032026-05-24T10:41:18.632Zrunning 1 test
8042026-05-24T10:41:18.636Z[phy2] do you know the muffin man?
8052026-05-24T10:41:18.639Z[cpu] the muffin man?
8062026-05-24T10:41:18.639Z[cpu] the muffin man!
8072026-05-24T10:41:18.639Z[cpu] why yes
8082026-05-24T10:41:18.639Z[phy1] i know the muffin man
8092026-05-24T10:41:18.639Z[phy3] the muffin man is me!!!
8102026-05-24T10:41:18.639Ztest mac_rewrite::mac_rewrite2 ... ok
8112026-05-24T10:41:18.639Z
8122026-05-24T10:41:18.639Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8132026-05-24T10:41:18.639Z
8142026-05-24T10:41:18.645Z+ banner 'dyn load'
8152026-05-24T10:41:18.648Z
8162026-05-24T10:41:18.648Z ##### # # # # # #### ## #####
8172026-05-24T10:41:18.648Z # # # # ## # # # # # # # #
8182026-05-24T10:41:18.648Z # # # # # # # # # # # # #
8192026-05-24T10:41:18.648Z # # # # # # # # # ###### # #
8202026-05-24T10:41:18.648Z # # # # ## # # # # # # #
8212026-05-24T10:41:18.648Z ##### # # # ###### #### # # #####
8222026-05-24T10:41:18.648Z
8232026-05-24T10:41:18.648Z+ RUST_BACKTRACE=1
8242026-05-24T10:41:18.648Z+ cargo test dload -- --nocapture
8252026-05-24T10:41:18.732Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8262026-05-24T10:41:18.735Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-968f73136caf7442)
8272026-05-24T10:41:18.738Z
8282026-05-24T10:41:18.738Zrunning 2 tests
8292026-05-24T10:41:18.741Ztest dload::pipeline_create ... ok
8302026-05-24T10:41:18.744Ztest dload::dynamic_load ... ok
8312026-05-24T10:41:18.744Z
8322026-05-24T10:41:18.744Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8332026-05-24T10:41:18.744Z
8342026-05-24T10:41:18.748Z+ banner disag
8352026-05-24T10:41:18.751Z
8362026-05-24T10:41:18.751Z ##### # #### ## ####
8372026-05-24T10:41:18.751Z # # # # # # # #
8382026-05-24T10:41:18.751Z # # # #### # # #
8392026-05-24T10:41:18.751Z # # # # ###### # ###
8402026-05-24T10:41:18.751Z # # # # # # # # #
8412026-05-24T10:41:18.752Z ##### # #### # # ####
8422026-05-24T10:41:18.752Z
8432026-05-24T10:41:18.752Z+ RUST_BACKTRACE=1
8442026-05-24T10:41:18.752Z+ cargo test disag_router -- --nocapture
8452026-05-24T10:41:18.836Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8462026-05-24T10:41:18.840Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-968f73136caf7442)
8472026-05-24T10:41:18.842Z
8482026-05-24T10:41:18.843Zrunning 1 test
8492026-05-24T10:41:18.846Z[phy2] do you know the muffin man?
8502026-05-24T10:41:18.849Z[cpu] the muffin man?
8512026-05-24T10:41:18.849Z[cpu] the muffin man!
8522026-05-24T10:41:18.849Z[cpu] why yes
8532026-05-24T10:41:18.849Z[phy1] i know the muffin man
8542026-05-24T10:41:18.849Z[phy3] the muffin man is me!!!
8552026-05-24T10:41:18.849Ztest disag_router::disag_router ... ok
8562026-05-24T10:41:18.849Z
8572026-05-24T10:41:18.849Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8582026-05-24T10:41:18.849Z
8592026-05-24T10:41:18.855Z+ banner 'dyn rtr'
8602026-05-24T10:41:18.857Z
8612026-05-24T10:41:18.857Z ##### # # # # ##### ##### #####
8622026-05-24T10:41:18.857Z # # # # ## # # # # # #
8632026-05-24T10:41:18.857Z # # # # # # # # # # #
8642026-05-24T10:41:18.858Z # # # # # # ##### # #####
8652026-05-24T10:41:18.858Z # # # # ## # # # # #
8662026-05-24T10:41:18.858Z ##### # # # # # # # #
8672026-05-24T10:41:18.858Z
8682026-05-24T10:41:18.858Z+ RUST_BACKTRACE=1
8692026-05-24T10:41:18.858Z+ cargo test dynamic_router -- --nocapture
8702026-05-24T10:41:18.942Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8712026-05-24T10:41:18.945Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-968f73136caf7442)
8722026-05-24T10:41:18.948Z
8732026-05-24T10:41:18.948Zrunning 1 test
8742026-05-24T10:41:18.952Z[phy2] do you know the muffin man?
8752026-05-24T10:41:18.955Z[cpu] the muffin man?
8762026-05-24T10:41:18.955Z[cpu] the muffin man!
8772026-05-24T10:41:18.955Z[cpu] why yes
8782026-05-24T10:41:18.955Z[phy1] i know the muffin man
8792026-05-24T10:41:18.955Z[phy3] the muffin man is me!!!
8802026-05-24T10:41:18.955Ztest dynamic_router::dynamic_router2 ... ok
8812026-05-24T10:41:18.955Z
8822026-05-24T10:41:18.955Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8832026-05-24T10:41:18.955Z
8842026-05-24T10:41:18.960Z+ banner hub
8852026-05-24T10:41:18.963Z
8862026-05-24T10:41:18.963Z # # # # #####
8872026-05-24T10:41:18.963Z # # # # # #
8882026-05-24T10:41:18.963Z ###### # # #####
8892026-05-24T10:41:18.963Z # # # # # #
8902026-05-24T10:41:18.963Z # # # # # #
8912026-05-24T10:41:18.963Z # # #### #####
8922026-05-24T10:41:18.963Z
8932026-05-24T10:41:18.963Z+ RUST_BACKTRACE=1
8942026-05-24T10:41:18.963Z+ cargo test hub -- --nocapture
8952026-05-24T10:41:19.049Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8962026-05-24T10:41:19.052Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-968f73136caf7442)
8972026-05-24T10:41:19.055Z
8982026-05-24T10:41:19.055Zrunning 1 test
8992026-05-24T10:41:19.060Z[phy2] do you know the muffin man?
9002026-05-24T10:41:19.060Z[phy3] do you know the muffin man?
9012026-05-24T10:41:19.063Z[phy1] the muffin man?
9022026-05-24T10:41:19.063Z[phy3] the muffin man?
9032026-05-24T10:41:19.063Z[phy2] the muffin man!
9042026-05-24T10:41:19.063Z[phy3] the muffin man!
9052026-05-24T10:41:19.063Z[phy1] why yes
9062026-05-24T10:41:19.063Z[phy1] i know the muffin man
9072026-05-24T10:41:19.063Z[phy1] the muffin man is me!!!
9082026-05-24T10:41:19.063Z[phy3] why yes
9092026-05-24T10:41:19.063Z[phy3] i know the muffin man
9102026-05-24T10:41:19.063Z[phy3] the muffin man is me!!!
9112026-05-24T10:41:19.063Ztest hub::hub2 ... ok
9122026-05-24T10:41:19.063Z
9132026-05-24T10:41:19.063Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9142026-05-24T10:41:19.063Z
9152026-05-24T10:41:19.068Z+ banner router
9162026-05-24T10:41:19.070Z
9172026-05-24T10:41:19.071Z ##### #### # # ##### ###### #####
9182026-05-24T10:41:19.071Z # # # # # # # # # #
9192026-05-24T10:41:19.071Z # # # # # # # ##### # #
9202026-05-24T10:41:19.071Z ##### # # # # # # #####
9212026-05-24T10:41:19.071Z # # # # # # # # # #
9222026-05-24T10:41:19.071Z # # #### #### # ###### # #
9232026-05-24T10:41:19.071Z
9242026-05-24T10:41:19.071Z+ RUST_BACKTRACE=1
9252026-05-24T10:41:19.071Z+ cargo test basic_router -- --nocapture
9262026-05-24T10:41:19.160Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
9272026-05-24T10:41:19.163Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-968f73136caf7442)
9282026-05-24T10:41:19.166Z
9292026-05-24T10:41:19.166Zrunning 1 test
9302026-05-24T10:41:19.170Z[phy2] do you know the muffin man?
9312026-05-24T10:41:19.174Z[phy1] the muffin man?
9322026-05-24T10:41:19.174Z[phy2] the muffin man!
9332026-05-24T10:41:19.174Z[phy1] why yes
9342026-05-24T10:41:19.174Z[phy1] i know the muffin man
9352026-05-24T10:41:19.175Z[phy1] the muffin man is me!!!
9362026-05-24T10:41:19.175Ztest basic_router::basic_router2 ... ok
9372026-05-24T10:41:19.175Z
9382026-05-24T10:41:19.175Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9392026-05-24T10:41:19.175Z
9402026-05-24T10:41:19.179Z+ banner headers
9412026-05-24T10:41:19.182Z
9422026-05-24T10:41:19.182Z # # ###### ## ##### ###### ##### ####
9432026-05-24T10:41:19.182Z # # # # # # # # # # #
9442026-05-24T10:41:19.182Z ###### ##### # # # # ##### # # ####
9452026-05-24T10:41:19.182Z # # # ###### # # # ##### #
9462026-05-24T10:41:19.182Z # # # # # # # # # # # #
9472026-05-24T10:41:19.182Z # # ###### # # ##### ###### # # ####
9482026-05-24T10:41:19.182Z
9492026-05-24T10:41:19.182Z+ RUST_BACKTRACE=1
9502026-05-24T10:41:19.183Z+ cargo test headers -- --nocapture
9512026-05-24T10:41:19.267Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9522026-05-24T10:41:19.270Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-968f73136caf7442)
9532026-05-24T10:41:19.273Z
9542026-05-24T10:41:19.273Zrunning 1 test
9552026-05-24T10:41:19.273Ztest headers::ipv6_header_read_write ... ok
9562026-05-24T10:41:19.273Z
9572026-05-24T10:41:19.273Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9582026-05-24T10:41:19.273Z
9592026-05-24T10:41:19.279Zprocess exited: duration 104880 ms, exit code 0
 
9602026-05-24T10:41:19.286Zfound 4 output files
9612026-05-24T10:41:19.286Zuploading: /work/debug/libsidecar_lite.so (43097696 bytes)
9622026-05-24T10:41:20.556Zuploaded: /work/debug/libsidecar_lite.so
9632026-05-24T10:41:20.559Zuploading: /work/debug/x4c (37742592 bytes)
9642026-05-24T10:41:21.841Zuploaded: /work/debug/x4c
9652026-05-24T10:41:21.841Zuploading: /work/release/libsidecar_lite.so (9838312 bytes)
9662026-05-24T10:41:22.918Zuploaded: /work/release/libsidecar_lite.so
9672026-05-24T10:41:22.918Zuploading: /work/release/x4c (8571144 bytes)
9682026-05-24T10:41:23.971Zuploaded: /work/release/x4c