01KZ81XQA6KH4P5DDEPZ2QJP95: 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: 01KZ81YD87ZPSTJZNHHS6689DZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-05T04:13:04.916Zjob assigned to worker 01KZ81YJXDPSJP5K9AGJDAVHVV [factory aws, i-0b4c498713a87bdb0] (queued for 50 s)
 
22026-08-05T04:13:12.053Zstarting task 0: "setup"
32026-08-05T04:13:12.061Z++ uname -s
42026-08-05T04:13:12.062Z+ kern=SunOS
52026-08-05T04:13:12.063Z+ build_user=build
62026-08-05T04:13:12.063Z+ build_uid=12345
72026-08-05T04:13:12.064Z+ work_dir=/work
82026-08-05T04:13:12.064Z+ input_dir=/input
92026-08-05T04:13:12.065Z+ [[ 0 == 12345 ]]
102026-08-05T04:13:12.065Z+ case "$kern" in
112026-08-05T04:13:12.065Z+ groupadd -g 12345 build
122026-08-05T04:13:12.073Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-05T04:13:14.066Z+ zfs create -o mountpoint=/work rpool/work
142026-08-05T04:13:14.148Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-05T04:13:14.151Z+ home_fs=zfs
162026-08-05T04:13:14.151Z+ [[ zfs == autofs ]]
172026-08-05T04:13:14.151Z+ mkdir -p /home/build
182026-08-05T04:13:14.151Z+ chown build:build /home/build /work
192026-08-05T04:13:16.153Z+ chmod 0700 /home/build /work
202026-08-05T04:13:16.156Zprocess exited: duration 4101 ms, exit code 0
 
212026-08-05T04:13:16.162Zstarting task 1: "rust-toolchain"
222026-08-05T04:13:16.167Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-05T04:13:16.167Z * rust toolchain channel = "stable"
242026-08-05T04:13:16.167Z * rust toolchain profile = "default"
252026-08-05T04:13:16.167Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-05T04:13:16.167Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-05T04:13:16.168Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-05T04:13:16.171Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-05T04:13:16.171Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-05T04:13:16.278Zinfo: downloading installer
312026-08-05T04:13:17.617Zwarn: It looks like you have an existing installation of Rust at:
322026-08-05T04:13:17.617Zwarn: /opt/ooce/bin
332026-08-05T04:13:17.617Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-05T04:13:17.617Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-05T04:13:17.617Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-05T04:13:17.617Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-05T04:13:17.617Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-05T04:13:17.617Zerror: cannot install while Rust is installed
392026-08-05T04:13:17.617Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-05T04:13:17.617Zwarn: It looks like you have an existing rustup settings file at:
412026-08-05T04:13:17.617Zwarn: /home/build/.rustup/settings.toml
422026-08-05T04:13:17.617Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-05T04:13:17.617Zwarn: instead of the one inferred from the default host triple.
442026-08-05T04:13:17.630Zinfo: profile set to default
452026-08-05T04:13:17.630Zinfo: default host triple is x86_64-unknown-illumos
462026-08-05T04:13:17.634Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-05T04:13:17.780Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-05T04:13:17.783Zinfo: downloading 6 components
492026-08-05T04:13:31.913Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-05T04:13:31.913Z
512026-08-05T04:13:31.940Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-05T04:13:31.940Z
532026-08-05T04:13:31.943Z
542026-08-05T04:13:31.943ZRust is installed now. Great!
552026-08-05T04:13:31.943Z
562026-08-05T04:13:31.943ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-05T04:13:31.943Zenvironment variable. This has not been done automatically.
582026-08-05T04:13:31.943Z
592026-08-05T04:13:31.944ZTo configure your current shell, you need to source
602026-08-05T04:13:31.944Zthe corresponding env file under $HOME/.cargo.
612026-08-05T04:13:31.944Z
622026-08-05T04:13:31.944ZThis is usually done by running one of the following (note the leading DOT):
632026-08-05T04:13:31.944Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-05T04:13:31.944Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-05T04:13:31.944Zsource "~/.cargo/env.nu" # For nushell
662026-08-05T04:13:31.944Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-05T04:13:31.944Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-05T04:13:31.944Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-05T04:13:31.944Zwarn: no default linker (`cc`) was found in your PATH
702026-08-05T04:13:31.944Zwarn: many Rust crates require a system C toolchain to build
712026-08-05T04:13:32.044Z+ rustup --version
722026-08-05T04:13:32.054Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-05T04:13:32.062Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-05T04:13:32.074Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-05T04:13:32.079Z+ cargo --version
762026-08-05T04:13:32.092Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-05T04:13:32.096Z+ rustc --version
782026-08-05T04:13:32.114Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-05T04:13:32.118Zprocess exited: duration 15948 ms, exit code 0
 
802026-08-05T04:13:32.125Zstarting task 2: "authentication"
812026-08-05T04:13:32.142Zprocess exited: duration 17 ms, exit code 0
 
822026-08-05T04:13:32.149Zstarting task 3: "clone repository"
832026-08-05T04:13:32.157Z+ mkdir -p /work/oxidecomputer/p4
842026-08-05T04:13:32.164Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-08-05T04:13:32.197ZCloning into '/work/oxidecomputer/p4'...
862026-08-05T04:13:33.111Z+ cd /work/oxidecomputer/p4
872026-08-05T04:13:33.111Z+ git fetch origin b35040ac2f82fa217a7a88a9d922749ee19ede25
882026-08-05T04:13:33.341ZFrom https://github.com/oxidecomputer/p4
892026-08-05T04:13:33.341Z * branch b35040ac2f82fa217a7a88a9d922749ee19ede25 -> FETCH_HEAD
902026-08-05T04:13:33.347Z+ [[ -n renovate/actions-checkout-digest ]]
912026-08-05T04:13:33.352Z++ git branch --show-current
922026-08-05T04:13:33.352Z+ current=main
932026-08-05T04:13:33.352Z+ [[ main != renovate/actions-checkout-digest ]]
942026-08-05T04:13:33.352Z+ git branch -f renovate/actions-checkout-digest b35040ac2f82fa217a7a88a9d922749ee19ede25
952026-08-05T04:13:33.355Z+ git checkout -f renovate/actions-checkout-digest
962026-08-05T04:13:33.359ZSwitched to branch 'renovate/actions-checkout-digest'
972026-08-05T04:13:33.363Z+ git reset --hard b35040ac2f82fa217a7a88a9d922749ee19ede25
982026-08-05T04:13:33.366ZHEAD is now at b35040a Update actions/checkout digest to 3d3c42e
992026-08-05T04:13:33.369Zprocess exited: duration 1217 ms, exit code 0
 
1002026-08-05T04:13:33.375Zstarting task 4: "build"
1012026-08-05T04:13:33.378Z+ cargo --version
1022026-08-05T04:13:33.384Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-08-05T04:13:33.539Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-08-05T04:13:33.543Zinfo: downloading 6 components
1052026-08-05T04:13:47.501Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-08-05T04:13:47.504Z+ rustc --version
1072026-08-05T04:13:47.531Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-08-05T04:13:47.535Z+ banner check
1092026-08-05T04:13:47.538Z
1102026-08-05T04:13:47.538Z #### # # ###### #### # #
1112026-08-05T04:13:47.538Z # # # # # # # # #
1122026-08-05T04:13:47.538Z # ###### ##### # ####
1132026-08-05T04:13:47.538Z # # # # # # #
1142026-08-05T04:13:47.538Z # # # # # # # # #
1152026-08-05T04:13:47.539Z #### # # ###### #### # #
1162026-08-05T04:13:47.539Z
1172026-08-05T04:13:47.539Z+ cargo fmt -- --check
1182026-08-05T04:13:47.680Z+ cargo check
1192026-08-05T04:13:47.746Z Updating crates.io index
1202026-08-05T04:13:47.787Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-08-05T04:13:48.067ZFrom https://github.com/oxidecomputer/xfr
1222026-08-05T04:13:48.067Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-08-05T04:13:48.860Z Downloading crates ...
1242026-08-05T04:13:48.913Z Downloaded colorchoice v1.0.4
1252026-08-05T04:13:48.922Z Downloaded clap_lex v1.0.0
1262026-08-05T04:13:48.933Z Downloaded num-iter v0.1.45
1272026-08-05T04:13:48.936Z Downloaded usdt-attr-macro v0.5.0
1282026-08-05T04:13:48.942Z Downloaded byteorder v1.5.0
1292026-08-05T04:13:48.945Z Downloaded sha2 v0.10.9
1302026-08-05T04:13:48.945Z Downloaded no-std-net v0.6.0
1312026-08-05T04:13:48.950Z Downloaded log v0.4.29
1322026-08-05T04:13:48.961Z Downloaded clap_builder v4.6.0
1332026-08-05T04:13:48.966Z Downloaded goblin v0.8.2
1342026-08-05T04:13:48.969Z Downloaded zmij v1.0.21
1352026-08-05T04:13:48.972Z Downloaded zerocopy v0.8.40
1362026-08-05T04:13:48.975Z Downloaded zerocopy-derive v0.7.35
1372026-08-05T04:13:48.978Z Downloaded plain v0.2.3
1382026-08-05T04:13:48.981Z Downloaded itoa v1.0.17
1392026-08-05T04:13:48.981Z Downloaded anstream v1.0.0
1402026-08-05T04:13:48.981Z Downloaded num-complex v0.4.6
1412026-08-05T04:13:48.984Z Downloaded zerocopy v0.7.35
1422026-08-05T04:13:48.990Z Downloaded strsim v0.11.1
1432026-08-05T04:13:48.995Z Downloaded pnet_transport v0.35.0
1442026-08-05T04:13:48.995Z Downloaded heck v0.5.0
1452026-08-05T04:13:48.995Z Downloaded radium v0.7.0
1462026-08-05T04:13:48.995Z Downloaded generic-array v0.14.7
1472026-08-05T04:13:48.995Z Downloaded dtrace-parser v0.2.0
1482026-08-05T04:13:48.995Z Downloaded colored v3.1.1
1492026-08-05T04:13:48.998Z Downloaded aho-corasick v1.1.4
1502026-08-05T04:13:49.001Z Downloaded usdt v0.5.0
1512026-08-05T04:13:49.001Z Downloaded thiserror v1.0.69
1522026-08-05T04:13:49.004Z Downloaded tap v1.0.1
1532026-08-05T04:13:49.004Z Downloaded pnet_datalink v0.35.0
1542026-08-05T04:13:49.004Z Downloaded num-integer v0.1.46
1552026-08-05T04:13:49.007Z Downloaded pnet_base v0.35.0
1562026-08-05T04:13:49.007Z Downloaded anstyle-query v1.1.5
1572026-08-05T04:13:49.007Z Downloaded dof v0.3.0
1582026-08-05T04:13:49.012Z Downloaded errno v0.3.14
1592026-08-05T04:13:49.015Z Downloaded pnet_macros v0.35.0
1602026-08-05T04:13:49.015Z Downloaded autocfg v1.5.0
1612026-08-05T04:13:49.023Z Downloaded scroll_derive v0.12.1
1622026-08-05T04:13:49.026Z Downloaded pnet_sys v0.35.0
1632026-08-05T04:13:49.026Z Downloaded is_terminal_polyfill v1.70.2
1642026-08-05T04:13:49.026Z Downloaded usdt-macro v0.5.0
1652026-08-05T04:13:49.030Z Downloaded crypto-common v0.1.7
1662026-08-05T04:13:49.032Z Downloaded utf8parse v0.2.2
1672026-08-05T04:13:49.037Z Downloaded memmap v0.7.0
1682026-08-05T04:13:49.041Z Downloaded thread-id v4.2.2
1692026-08-05T04:13:49.044Z Downloaded version_check v0.9.5
1702026-08-05T04:13:49.044Z Downloaded cfg-if v1.0.4
1712026-08-05T04:13:49.047Z Downloaded glob v0.3.3
1722026-08-05T04:13:49.047Z Downloaded thiserror-impl v1.0.69
1732026-08-05T04:13:49.048Z Downloaded fastrand v2.3.0
1742026-08-05T04:13:49.048Z Downloaded digest v0.10.7
1752026-08-05T04:13:49.050Z Downloaded pretty-hex v0.4.1
1762026-08-05T04:13:49.054Z Downloaded funty v2.0.0
1772026-08-05T04:13:49.054Z Downloaded cpufeatures v0.2.17
1782026-08-05T04:13:49.057Z Downloaded serde_tokenstream v0.2.3
1792026-08-05T04:13:49.057Z Downloaded clap_derive v4.6.1
1802026-08-05T04:13:49.057Z Downloaded ppv-lite86 v0.2.21
1812026-08-05T04:13:49.060Z Downloaded ipnetwork v0.20.0
1822026-08-05T04:13:49.060Z Downloaded pnet_packet v0.35.0
1832026-08-05T04:13:49.060Z Downloaded pnet_macros_support v0.35.0
1842026-08-05T04:13:49.060Z Downloaded num v0.4.3
1852026-08-05T04:13:49.063Z Downloaded block-buffer v0.10.4
1862026-08-05T04:13:49.067Z Downloaded usdt-impl v0.5.0
1872026-08-05T04:13:49.074Z Downloaded rand_core v0.9.5
1882026-08-05T04:13:49.077Z Downloaded anstyle-parse v1.0.0
1892026-08-05T04:13:49.077Z Downloaded scroll v0.12.0
1902026-08-05T04:13:49.081Z Downloaded wyz v0.5.1
1912026-08-05T04:13:49.085Z Downloaded num-rational v0.4.2
1922026-08-05T04:13:49.092Z Downloaded getrandom v0.3.4
1932026-08-05T04:13:49.102Z Downloaded anyhow v1.0.102
1942026-08-05T04:13:49.107Z Downloaded rand_chacha v0.9.0
1952026-08-05T04:13:49.110Z Downloaded pnet v0.35.0
1962026-08-05T04:13:49.110Z Downloaded quote v1.0.45
1972026-08-05T04:13:49.113Z Downloaded once_cell v1.21.3
1982026-08-05T04:13:49.113Z Downloaded num-traits v0.2.19
1992026-08-05T04:13:49.118Z Downloaded proc-macro2 v1.0.106
2002026-08-05T04:13:49.121Z Downloaded ucd-trie v0.1.7
2012026-08-05T04:13:49.121Z Downloaded bitflags v2.11.0
2022026-08-05T04:13:49.124Z Downloaded tempfile v3.27.0
2032026-08-05T04:13:49.129Z Downloaded pest_derive v2.8.6
2042026-08-05T04:13:49.132Z Downloaded anstyle v1.0.13
2052026-08-05T04:13:49.132Z Downloaded unicode-ident v1.0.24
2062026-08-05T04:13:49.135Z Downloaded getrandom v0.4.1
2072026-08-05T04:13:49.139Z Downloaded typenum v1.19.0
2082026-08-05T04:13:49.139Z Downloaded pest_generator v2.8.6
2092026-08-05T04:13:49.142Z Downloaded serde_derive v1.0.228
2102026-08-05T04:13:49.146Z Downloaded prettyplease v0.2.37
2112026-08-05T04:13:49.149Z Downloaded clap v4.6.1
2122026-08-05T04:13:49.152Z Downloaded serde_core v1.0.228
2132026-08-05T04:13:49.156Z Downloaded serde v1.0.228
2142026-08-05T04:13:49.163Z Downloaded pest_meta v2.8.6
2152026-08-05T04:13:49.167Z Downloaded rand v0.9.3
2162026-08-05T04:13:49.170Z Downloaded memchr v2.8.0
2172026-08-05T04:13:49.173Z Downloaded num-bigint v0.4.6
2182026-08-05T04:13:49.184Z Downloaded pest v2.8.6
2192026-08-05T04:13:49.199Z Downloaded regex v1.12.4
2202026-08-05T04:13:49.202Z Downloaded serde_json v1.0.149
2212026-08-05T04:13:49.238Z Downloaded bitvec v1.1.1
2222026-08-05T04:13:49.246Z Downloaded syn v2.0.118
2232026-08-05T04:13:49.273Z Downloaded regex-syntax v0.8.11
2242026-08-05T04:13:49.282Z Downloaded rustix v1.1.4
2252026-08-05T04:13:49.311Z Downloaded regex-automata v0.4.14
2262026-08-05T04:13:49.319Z Downloaded libc v0.2.182
2272026-08-05T04:13:49.388Z Compiling proc-macro2 v1.0.106
2282026-08-05T04:13:49.392Z Compiling quote v1.0.45
2292026-08-05T04:13:49.392Z Compiling unicode-ident v1.0.24
2302026-08-05T04:13:49.392Z Compiling libc v0.2.182
2312026-08-05T04:13:49.392Z Compiling serde_core v1.0.228
2322026-08-05T04:13:49.392Z Compiling memchr v2.8.0
2332026-08-05T04:13:49.392Z Compiling serde v1.0.228
2342026-08-05T04:13:49.548Z Compiling zmij v1.0.21
2352026-08-05T04:13:49.800Z Compiling thiserror v1.0.69
2362026-08-05T04:13:49.946Z Compiling ucd-trie v0.1.7
2372026-08-05T04:13:50.005Z Compiling serde_json v1.0.149
2382026-08-05T04:13:50.030Z Compiling getrandom v0.4.1
2392026-08-05T04:13:50.160Z Compiling pest v2.8.6
2402026-08-05T04:13:50.260Z Compiling rustix v1.1.4
2412026-08-05T04:13:50.297Z Compiling version_check v0.9.5
2422026-08-05T04:13:50.307Z Compiling autocfg v1.5.0
2432026-08-05T04:13:50.648Z Compiling num-traits v0.2.19
2442026-08-05T04:13:50.694Z Checking syn v2.0.118
2452026-08-05T04:13:50.805Z Compiling aho-corasick v1.1.4
2462026-08-05T04:13:50.823Z Compiling prettyplease v0.2.37
2472026-08-05T04:13:50.888Z Compiling regex-syntax v0.8.11
2482026-08-05T04:13:51.233Z Compiling pest_meta v2.8.6
2492026-08-05T04:13:51.413Z Checking cfg-if v1.0.4
2502026-08-05T04:13:51.735Z Compiling itoa v1.0.17
2512026-08-05T04:13:51.908Z Compiling byteorder v1.5.0
2522026-08-05T04:13:51.998Z Compiling usdt-impl v0.5.0
2532026-08-05T04:13:52.158Z Checking num-integer v0.1.46
2542026-08-05T04:13:52.254Z Compiling thread-id v4.2.2
2552026-08-05T04:13:52.341Z Compiling regex-automata v0.4.14
2562026-08-05T04:13:52.538Z Checking colored v3.1.1
2572026-08-05T04:13:52.565Z Checking log v0.4.29
2582026-08-05T04:13:52.656Z Checking plain v0.2.3
2592026-08-05T04:13:52.744Z Compiling errno v0.3.14
2602026-08-05T04:13:52.877Z Compiling bitflags v2.11.0
2612026-08-05T04:13:52.971Z Compiling radium v0.7.0
2622026-08-05T04:13:52.977Z Checking pretty-hex v0.4.1
2632026-08-05T04:13:53.056Z Checking no-std-net v0.6.0
2642026-08-05T04:13:53.115Z Compiling pest_generator v2.8.6
2652026-08-05T04:13:53.263Z Checking pnet_base v0.35.0
2662026-08-05T04:13:53.359Z Compiling zerocopy v0.8.40
2672026-08-05T04:13:53.368Z Checking tap v1.0.1
2682026-08-05T04:13:53.459Z Compiling getrandom v0.3.4
2692026-08-05T04:13:53.670Z Compiling once_cell v1.21.3
2702026-08-05T04:13:53.726Z Compiling fastrand v2.3.0
2712026-08-05T04:13:53.778Z Checking wyz v0.5.1
2722026-08-05T04:13:53.863Z Checking num-iter v0.1.45
2732026-08-05T04:13:53.888Z Checking memmap v0.7.0
2742026-08-05T04:13:53.999Z Compiling tempfile v3.27.0
2752026-08-05T04:13:54.014Z Checking funty v2.0.0
2762026-08-05T04:13:54.032Z Compiling anyhow v1.0.102
2772026-08-05T04:13:54.320Z Compiling regex v1.12.4
2782026-08-05T04:13:54.326Z Checking bitvec v1.1.1
2792026-08-05T04:13:54.387Z Compiling serde_derive v1.0.228
2802026-08-05T04:13:54.559Z Compiling thiserror-impl v1.0.69
2812026-08-05T04:13:54.567Z Compiling zerocopy-derive v0.7.35
2822026-08-05T04:13:54.704Z Compiling pest_derive v2.8.6
2832026-08-05T04:13:54.721Z Compiling scroll_derive v0.12.1
2842026-08-05T04:13:55.023Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2852026-08-05T04:13:55.276Z Compiling pnet_macros v0.35.0
2862026-08-05T04:13:55.432Z Checking scroll v0.12.0
2872026-08-05T04:13:55.439Z Compiling zerocopy v0.7.35
2882026-08-05T04:13:55.655Z Checking goblin v0.8.2
2892026-08-05T04:13:55.850Z Compiling dtrace-parser v0.2.0
2902026-08-05T04:13:56.210Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2912026-08-05T04:13:56.451Z Checking pnet_macros_support v0.35.0
2922026-08-05T04:13:56.492Z Checking pnet_sys v0.35.0
2932026-08-05T04:13:56.551Z Checking utf8parse v0.2.2
2942026-08-05T04:13:56.598Z Checking pnet_packet v0.35.0
2952026-08-05T04:13:56.641Z Checking anstyle-parse v1.0.0
2962026-08-05T04:13:56.780Z Checking rand_core v0.9.5
2972026-08-05T04:13:57.166Z Compiling pnet v0.35.0
2982026-08-05T04:13:57.309Z Checking is_terminal_polyfill v1.70.2
2992026-08-05T04:13:57.383Z Checking anstyle v1.0.13
3002026-08-05T04:13:57.389Z Checking colorchoice v1.0.4
3012026-08-05T04:13:57.483Z Checking num-bigint v0.4.6
3022026-08-05T04:13:57.490Z Checking num-complex v0.4.6
3032026-08-05T04:13:57.550Z Compiling serde_tokenstream v0.2.3
3042026-08-05T04:13:57.620Z Compiling dof v0.3.0
3052026-08-05T04:13:57.644Z Checking ipnetwork v0.20.0
3062026-08-05T04:13:57.807Z Checking anstyle-query v1.1.5
3072026-08-05T04:13:57.818Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3082026-08-05T04:13:57.947Z Checking anstream v1.0.0
3092026-08-05T04:13:58.132Z Checking pnet_datalink v0.35.0
3102026-08-05T04:13:58.297Z Checking num-rational v0.4.2
3112026-08-05T04:13:58.330Z Checking clap_lex v1.0.0
3122026-08-05T04:13:58.403Z Compiling usdt-attr-macro v0.5.0
3132026-08-05T04:13:58.469Z Compiling usdt-macro v0.5.0
3142026-08-05T04:13:58.521Z Checking pnet_transport v0.35.0
3152026-08-05T04:13:58.524Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3162026-08-05T04:13:58.569Z Checking num v0.4.3
3172026-08-05T04:13:58.632Z Compiling heck v0.5.0
3182026-08-05T04:13:58.650Z Checking strsim v0.11.1
3192026-08-05T04:13:58.729Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3202026-08-05T04:13:58.783Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3212026-08-05T04:13:58.801Z Checking clap_builder v4.6.0
3222026-08-05T04:13:58.823Z Compiling clap_derive v4.6.1
3232026-08-05T04:13:58.940Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3242026-08-05T04:13:59.172Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3252026-08-05T04:13:59.188Z Checking usdt v0.5.0
3262026-08-05T04:13:59.270Z Checking ppv-lite86 v0.2.21
3272026-08-05T04:13:59.325Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3282026-08-05T04:13:59.549Z Checking rand_chacha v0.9.0
3292026-08-05T04:13:59.681Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3302026-08-05T04:13:59.714Z Checking rand v0.9.3
3312026-08-05T04:14:00.178Z Checking clap v4.6.1
3322026-08-05T04:14:00.236Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3332026-08-05T04:14:00.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.09s
3342026-08-05T04:14:00.859Z+ cargo clippy --all-targets -- --deny warnings
3352026-08-05T04:14:00.987Z Downloading crates ...
3362026-08-05T04:14:01.050Z Downloaded libloading v0.9.0
3372026-08-05T04:14:01.098Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3382026-08-05T04:14:01.116Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3392026-08-05T04:14:01.122Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3402026-08-05T04:14:01.125Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3412026-08-05T04:14:01.125Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3422026-08-05T04:14:01.128Z Checking libloading v0.9.0
3432026-08-05T04:14:01.373Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3442026-08-05T04:14:01.899Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3452026-08-05T04:14:02.752Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3462026-08-05T04:14:02.752Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3472026-08-05T04:14:03.664Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3482026-08-05T04:14:08.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.76s
3492026-08-05T04:14:08.703Z+ banner build
3502026-08-05T04:14:08.706Z
3512026-08-05T04:14:08.706Z ##### # # # # #####
3522026-08-05T04:14:08.706Z # # # # # # # #
3532026-08-05T04:14:08.706Z ##### # # # # # #
3542026-08-05T04:14:08.706Z # # # # # # # #
3552026-08-05T04:14:08.706Z # # # # # # # #
3562026-08-05T04:14:08.706Z ##### #### # ###### #####
3572026-08-05T04:14:08.706Z
3582026-08-05T04:14:08.706Z+ ptime -m cargo build
3592026-08-05T04:14:08.837Z Compiling unicode-ident v1.0.24
3602026-08-05T04:14:08.837Z Compiling memchr v2.8.0
3612026-08-05T04:14:08.837Z Compiling regex-syntax v0.8.11
3622026-08-05T04:14:08.841Z Compiling libc v0.2.182
3632026-08-05T04:14:08.841Z Compiling serde_core v1.0.228
3642026-08-05T04:14:08.854Z Compiling ucd-trie v0.1.7
3652026-08-05T04:14:08.860Z Compiling cfg-if v1.0.4
3662026-08-05T04:14:08.864Z Compiling zmij v1.0.21
3672026-08-05T04:14:08.910Z Compiling byteorder v1.5.0
3682026-08-05T04:14:08.960Z Compiling proc-macro2 v1.0.106
3692026-08-05T04:14:09.118Z Compiling itoa v1.0.17
3702026-08-05T04:14:09.125Z Compiling num-traits v0.2.19
3712026-08-05T04:14:09.137Z Compiling errno v0.3.14
3722026-08-05T04:14:09.189Z Compiling thread-id v4.2.2
3732026-08-05T04:14:09.259Z Compiling aho-corasick v1.1.4
3742026-08-05T04:14:09.272Z Compiling pest v2.8.6
3752026-08-05T04:14:09.291Z Compiling bitflags v2.11.0
3762026-08-05T04:14:09.512Z Compiling quote v1.0.45
3772026-08-05T04:14:09.531Z Compiling rustix v1.1.4
3782026-08-05T04:14:09.671Z Compiling syn v2.0.118
3792026-08-05T04:14:09.736Z Compiling num-integer v0.1.46
3802026-08-05T04:14:09.793Z Compiling getrandom v0.4.1
3812026-08-05T04:14:09.925Z Compiling once_cell v1.21.3
3822026-08-05T04:14:10.055Z Compiling colored v3.1.1
3832026-08-05T04:14:10.123Z Compiling log v0.4.29
3842026-08-05T04:14:10.296Z Compiling regex-automata v0.4.14
3852026-08-05T04:14:10.398Z Compiling pest_meta v2.8.6
3862026-08-05T04:14:10.430Z Compiling plain v0.2.3
3872026-08-05T04:14:10.529Z Compiling serde_json v1.0.149
3882026-08-05T04:14:10.538Z Compiling fastrand v2.3.0
3892026-08-05T04:14:10.689Z Compiling no-std-net v0.6.0
3902026-08-05T04:14:10.754Z Compiling tempfile v3.27.0
3912026-08-05T04:14:10.797Z Compiling pretty-hex v0.4.1
3922026-08-05T04:14:10.925Z Compiling pnet_base v0.35.0
3932026-08-05T04:14:11.082Z Compiling tap v1.0.1
3942026-08-05T04:14:11.160Z Compiling wyz v0.5.1
3952026-08-05T04:14:11.178Z Compiling radium v0.7.0
3962026-08-05T04:14:11.317Z Compiling num-iter v0.1.45
3972026-08-05T04:14:11.339Z Compiling memmap v0.7.0
3982026-08-05T04:14:11.363Z Compiling funty v2.0.0
3992026-08-05T04:14:11.419Z Compiling zerocopy v0.8.40
4002026-08-05T04:14:11.512Z Compiling getrandom v0.3.4
4012026-08-05T04:14:11.547Z Compiling pnet_macros_support v0.35.0
4022026-08-05T04:14:11.650Z Compiling pnet_sys v0.35.0
4032026-08-05T04:14:11.654Z Compiling utf8parse v0.2.2
4042026-08-05T04:14:11.675Z Compiling bitvec v1.1.1
4052026-08-05T04:14:11.700Z Compiling rand_core v0.9.5
4062026-08-05T04:14:11.745Z Compiling anstyle-parse v1.0.0
4072026-08-05T04:14:11.816Z Compiling anyhow v1.0.102
4082026-08-05T04:14:11.906Z Compiling anstyle-query v1.1.5
4092026-08-05T04:14:11.916Z Compiling anstyle v1.0.13
4102026-08-05T04:14:12.000Z Compiling regex v1.12.4
4112026-08-05T04:14:12.000Z Compiling pest_generator v2.8.6
4122026-08-05T04:14:12.125Z Compiling prettyplease v0.2.37
4132026-08-05T04:14:12.199Z Compiling is_terminal_polyfill v1.70.2
4142026-08-05T04:14:12.280Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4152026-08-05T04:14:12.459Z Compiling colorchoice v1.0.4
4162026-08-05T04:14:12.561Z Compiling anstream v1.0.0
4172026-08-05T04:14:12.612Z Compiling strsim v0.11.1
4182026-08-05T04:14:12.879Z Compiling clap_lex v1.0.0
4192026-08-05T04:14:13.008Z Compiling clap_builder v4.6.0
4202026-08-05T04:14:13.112Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4212026-08-05T04:14:13.130Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4222026-08-05T04:14:13.277Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4232026-08-05T04:14:13.850Z Compiling serde_derive v1.0.228
4242026-08-05T04:14:13.850Z Compiling thiserror-impl v1.0.69
4252026-08-05T04:14:13.850Z Compiling zerocopy-derive v0.7.35
4262026-08-05T04:14:13.850Z Compiling pest_derive v2.8.6
4272026-08-05T04:14:13.850Z Compiling scroll_derive v0.12.1
4282026-08-05T04:14:14.488Z Compiling pnet_macros v0.35.0
4292026-08-05T04:14:14.593Z Compiling ppv-lite86 v0.2.21
4302026-08-05T04:14:14.756Z Compiling scroll v0.12.0
4312026-08-05T04:14:14.779Z Compiling clap_derive v4.6.1
4322026-08-05T04:14:14.909Z Compiling zerocopy v0.7.35
4332026-08-05T04:14:14.916Z Compiling rand_chacha v0.9.0
4342026-08-05T04:14:15.018Z Compiling goblin v0.8.2
4352026-08-05T04:14:15.243Z Compiling thiserror v1.0.69
4362026-08-05T04:14:15.333Z Compiling dtrace-parser v0.2.0
4372026-08-05T04:14:15.346Z Compiling rand v0.9.3
4382026-08-05T04:14:16.080Z Compiling pnet_packet v0.35.0
4392026-08-05T04:14:16.513Z Compiling serde v1.0.228
4402026-08-05T04:14:16.561Z Compiling clap v4.6.1
4412026-08-05T04:14:16.603Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4422026-08-05T04:14:16.901Z Compiling serde_tokenstream v0.2.3
4432026-08-05T04:14:16.901Z Compiling dof v0.3.0
4442026-08-05T04:14:16.904Z Compiling num-bigint v0.4.6
4452026-08-05T04:14:16.908Z Compiling num-complex v0.4.6
4462026-08-05T04:14:16.999Z Compiling ipnetwork v0.20.0
4472026-08-05T04:14:17.172Z Compiling usdt-impl v0.5.0
4482026-08-05T04:14:17.268Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4492026-08-05T04:14:17.315Z Compiling pnet_datalink v0.35.0
4502026-08-05T04:14:17.682Z Compiling usdt-attr-macro v0.5.0
4512026-08-05T04:14:17.928Z Compiling num-rational v0.4.2
4522026-08-05T04:14:18.117Z Compiling usdt-macro v0.5.0
4532026-08-05T04:14:18.498Z Compiling num v0.4.3
4542026-08-05T04:14:18.568Z Compiling pnet_transport v0.35.0
4552026-08-05T04:14:18.702Z Compiling pnet v0.35.0
4562026-08-05T04:14:19.048Z Compiling usdt v0.5.0
4572026-08-05T04:14:19.163Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4582026-08-05T04:14:19.502Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4592026-08-05T04:14:19.623Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4602026-08-05T04:14:19.624Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4612026-08-05T04:14:19.760Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4622026-08-05T04:14:22.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.71s
4632026-08-05T04:14:22.460Z
4642026-08-05T04:14:22.464Zreal 13.742036642
4652026-08-05T04:14:22.464Zuser 1:12.131956657
4662026-08-05T04:14:22.464Zsys 12.184073269
4672026-08-05T04:14:22.464Ztrap 0.040406144
4682026-08-05T04:14:22.464Ztflt 0.073143020
4692026-08-05T04:14:22.464Zdflt 0.048242640
4702026-08-05T04:14:22.464Zkflt 0.000007316
4712026-08-05T04:14:22.464Zlock 2:51.417042148
4722026-08-05T04:14:22.464Zslp 4:58.045659658
4732026-08-05T04:14:22.464Zlat 3.364313182
4742026-08-05T04:14:22.464Zstop 4.890966276
4752026-08-05T04:14:22.464Z+ ptime -m cargo build --release
4762026-08-05T04:14:22.540Z Compiling proc-macro2 v1.0.106
4772026-08-05T04:14:22.540Z Compiling quote v1.0.45
4782026-08-05T04:14:22.540Z Compiling unicode-ident v1.0.24
4792026-08-05T04:14:22.540Z Compiling libc v0.2.182
4802026-08-05T04:14:22.545Z Compiling serde_core v1.0.228
4812026-08-05T04:14:22.545Z Compiling memchr v2.8.0
4822026-08-05T04:14:22.545Z Compiling serde v1.0.228
4832026-08-05T04:14:22.656Z Compiling thiserror v1.0.69
4842026-08-05T04:14:22.858Z Compiling zmij v1.0.21
4852026-08-05T04:14:22.958Z Compiling ucd-trie v0.1.7
4862026-08-05T04:14:23.087Z Compiling getrandom v0.4.1
4872026-08-05T04:14:23.143Z Compiling serde_json v1.0.149
4882026-08-05T04:14:23.164Z Compiling rustix v1.1.4
4892026-08-05T04:14:23.303Z Compiling pest v2.8.6
4902026-08-05T04:14:23.355Z Compiling aho-corasick v1.1.4
4912026-08-05T04:14:23.703Z Compiling syn v2.0.118
4922026-08-05T04:14:23.709Z Compiling autocfg v1.5.0
4932026-08-05T04:14:23.748Z Compiling prettyplease v0.2.37
4942026-08-05T04:14:23.861Z Compiling regex-syntax v0.8.11
4952026-08-05T04:14:23.992Z Compiling version_check v0.9.5
4962026-08-05T04:14:24.115Z Compiling num-traits v0.2.19
4972026-08-05T04:14:24.395Z Compiling pest_meta v2.8.6
4982026-08-05T04:14:25.313Z Compiling itoa v1.0.17
4992026-08-05T04:14:25.483Z Compiling regex-automata v0.4.14
5002026-08-05T04:14:25.502Z Compiling cfg-if v1.0.4
5012026-08-05T04:14:25.568Z Compiling byteorder v1.5.0
5022026-08-05T04:14:25.792Z Compiling usdt-impl v0.5.0
5032026-08-05T04:14:26.074Z Compiling pest_generator v2.8.6
5042026-08-05T04:14:26.204Z Compiling num-integer v0.1.46
5052026-08-05T04:14:26.590Z Compiling thread-id v4.2.2
5062026-08-05T04:14:26.593Z Compiling errno v0.3.14
5072026-08-05T04:14:26.694Z Compiling log v0.4.29
5082026-08-05T04:14:26.714Z Compiling bitflags v2.11.0
5092026-08-05T04:14:26.902Z Compiling plain v0.2.3
5102026-08-05T04:14:27.205Z Compiling regex v1.12.4
5112026-08-05T04:14:27.274Z Compiling serde_derive v1.0.228
5122026-08-05T04:14:27.353Z Compiling thiserror-impl v1.0.69
5132026-08-05T04:14:27.592Z Compiling zerocopy-derive v0.7.35
5142026-08-05T04:14:27.674Z Compiling pest_derive v2.8.6
5152026-08-05T04:14:28.038Z Compiling scroll_derive v0.12.1
5162026-08-05T04:14:28.202Z Compiling colored v3.1.1
5172026-08-05T04:14:28.455Z Compiling zerocopy v0.7.35
5182026-08-05T04:14:28.621Z Compiling dtrace-parser v0.2.0
5192026-08-05T04:14:28.757Z Compiling scroll v0.12.0
5202026-08-05T04:14:29.046Z Compiling goblin v0.8.2
5212026-08-05T04:14:29.082Z Compiling once_cell v1.21.3
5222026-08-05T04:14:29.130Z Compiling pretty-hex v0.4.1
5232026-08-05T04:14:29.223Z Compiling fastrand v2.3.0
5242026-08-05T04:14:29.275Z Compiling radium v0.7.0
5252026-08-05T04:14:29.280Z Compiling no-std-net v0.6.0
5262026-08-05T04:14:29.344Z Compiling pnet_base v0.35.0
5272026-08-05T04:14:29.456Z Compiling tempfile v3.27.0
5282026-08-05T04:14:29.511Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5292026-08-05T04:14:29.749Z Compiling tap v1.0.1
5302026-08-05T04:14:29.770Z Compiling zerocopy v0.8.40
5312026-08-05T04:14:29.857Z Compiling getrandom v0.3.4
5322026-08-05T04:14:30.201Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5332026-08-05T04:14:30.256Z Compiling wyz v0.5.1
5342026-08-05T04:14:30.618Z Compiling serde_tokenstream v0.2.3
5352026-08-05T04:14:30.622Z Compiling dof v0.3.0
5362026-08-05T04:14:30.653Z Compiling num-bigint v0.4.6
5372026-08-05T04:14:30.674Z Compiling num-complex v0.4.6
5382026-08-05T04:14:30.958Z Compiling num-iter v0.1.45
5392026-08-05T04:14:31.074Z Compiling memmap v0.7.0
5402026-08-05T04:14:31.165Z Compiling funty v2.0.0
5412026-08-05T04:14:31.253Z Compiling anyhow v1.0.102
5422026-08-05T04:14:31.402Z Compiling usdt-attr-macro v0.5.0
5432026-08-05T04:14:31.582Z Compiling usdt-macro v0.5.0
5442026-08-05T04:14:32.105Z Compiling num-rational v0.4.2
5452026-08-05T04:14:32.272Z Compiling bitvec v1.1.1
5462026-08-05T04:14:33.370Z Compiling usdt v0.5.0
5472026-08-05T04:14:34.060Z Compiling num v0.4.3
5482026-08-05T04:14:34.135Z Compiling pnet_macros_support v0.35.0
5492026-08-05T04:14:34.215Z Compiling pnet_macros v0.35.0
5502026-08-05T04:14:34.258Z Compiling pnet_sys v0.35.0
5512026-08-05T04:14:34.599Z Compiling utf8parse v0.2.2
5522026-08-05T04:14:34.682Z Compiling anstyle-parse v1.0.0
5532026-08-05T04:14:34.701Z Compiling ppv-lite86 v0.2.21
5542026-08-05T04:14:34.897Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5552026-08-05T04:14:35.032Z Compiling rand_core v0.9.5
5562026-08-05T04:14:35.329Z Compiling pnet_packet v0.35.0
5572026-08-05T04:14:35.956Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5582026-08-05T04:14:36.004Z Compiling ipnetwork v0.20.0
5592026-08-05T04:14:36.910Z Compiling anstyle v1.0.13
5602026-08-05T04:14:37.005Z Compiling is_terminal_polyfill v1.70.2
5612026-08-05T04:14:37.094Z Compiling anstyle-query v1.1.5
5622026-08-05T04:14:37.191Z Compiling colorchoice v1.0.4
5632026-08-05T04:14:37.191Z Compiling pnet v0.35.0
5642026-08-05T04:14:37.425Z Compiling anstream v1.0.0
5652026-08-05T04:14:37.687Z Compiling pnet_transport v0.35.0
5662026-08-05T04:14:38.183Z Compiling pnet_datalink v0.35.0
5672026-08-05T04:14:39.335Z Compiling rand_chacha v0.9.0
5682026-08-05T04:14:39.885Z Compiling strsim v0.11.1
5692026-08-05T04:14:39.933Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5702026-08-05T04:14:39.970Z Compiling clap_lex v1.0.0
5712026-08-05T04:14:40.109Z Compiling heck v0.5.0
5722026-08-05T04:14:40.219Z Compiling clap_builder v4.6.0
5732026-08-05T04:14:40.303Z Compiling clap_derive v4.6.1
5742026-08-05T04:14:40.719Z Compiling rand v0.9.3
5752026-08-05T04:14:41.530Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5762026-08-05T04:14:41.776Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5772026-08-05T04:14:41.958Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5782026-08-05T04:14:42.198Z Compiling clap v4.6.1
5792026-08-05T04:14:42.373Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5802026-08-05T04:14:45.170Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5812026-08-05T04:14:47.985Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5822026-08-05T04:14:54.833Z Finished `release` profile [optimized] target(s) in 32.35s
5832026-08-05T04:14:54.854Z
5842026-08-05T04:14:54.858Zreal 32.373628626
5852026-08-05T04:14:54.858Zuser 3:13.583463344
5862026-08-05T04:14:54.858Zsys 18.397898956
5872026-08-05T04:14:54.858Ztrap 0.110491404
5882026-08-05T04:14:54.858Ztflt 0.225421345
5892026-08-05T04:14:54.858Zdflt 0.184372805
5902026-08-05T04:14:54.858Zkflt 0.000027276
5912026-08-05T04:14:54.858Zlock 9:53.385381842
5922026-08-05T04:14:54.858Zslp 12:11.612206814
5932026-08-05T04:14:54.858Zlat 12.231766797
5942026-08-05T04:14:54.858Zstop 9.975395880
5952026-08-05T04:14:54.858Z+ for x in debug release
5962026-08-05T04:14:54.858Z+ mkdir -p /work/debug
5972026-08-05T04:14:54.858Z+ cp target/debug/x4c /work/debug/
5982026-08-05T04:14:54.886Z+ cp target/debug/libsidecar_lite.so /work/debug/
5992026-08-05T04:14:54.922Z+ for x in debug release
6002026-08-05T04:14:54.922Z+ mkdir -p /work/release
6012026-08-05T04:14:54.925Z+ cp target/release/x4c /work/release/
6022026-08-05T04:14:54.932Z+ cp target/release/libsidecar_lite.so /work/release/
6032026-08-05T04:14:54.942Z+ banner test
6042026-08-05T04:14:54.945Z
6052026-08-05T04:14:54.945Z ##### ###### #### #####
6062026-08-05T04:14:54.945Z # # # #
6072026-08-05T04:14:54.945Z # ##### #### #
6082026-08-05T04:14:54.945Z # # # #
6092026-08-05T04:14:54.945Z # # # # #
6102026-08-05T04:14:54.945Z # ###### #### #
6112026-08-05T04:14:54.945Z
6122026-08-05T04:14:54.945Z+ cargo test
6132026-08-05T04:14:55.015Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6142026-08-05T04:14:55.031Z Compiling libloading v0.9.0
6152026-08-05T04:14:55.034Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6162026-08-05T04:14:55.034Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6172026-08-05T04:14:55.037Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6182026-08-05T04:14:55.040Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6192026-08-05T04:14:55.222Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6202026-08-05T04:14:56.114Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6212026-08-05T04:14:56.114Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6222026-08-05T04:14:56.114Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6232026-08-05T04:14:56.392Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6242026-08-05T04:15:03.128Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.17s
6252026-08-05T04:15:03.142Z Running unittests src/lib.rs (target/debug/deps/p4-85be53bc186e4c60)
6262026-08-05T04:15:03.145Z
6272026-08-05T04:15:03.145Zrunning 0 tests
6282026-08-05T04:15:03.145Z
6292026-08-05T04:15:03.146Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-08-05T04:15:03.146Z
6312026-08-05T04:15:03.146Z Running unittests src/lib.rs (target/debug/deps/p4_macro-7559636d1037bbb9)
6322026-08-05T04:15:03.149Z
6332026-08-05T04:15:03.149Zrunning 0 tests
6342026-08-05T04:15:03.149Z
6352026-08-05T04:15:03.149Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-08-05T04:15:03.149Z
6372026-08-05T04:15:03.149Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-42b4ab9123dbb28b)
6382026-08-05T04:15:03.149Z
6392026-08-05T04:15:03.149Zrunning 0 tests
6402026-08-05T04:15:03.149Z
6412026-08-05T04:15:03.149Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-08-05T04:15:03.150Z
6432026-08-05T04:15:03.150Z Running unittests src/lib.rs (target/debug/deps/p4_rust-682a88024cdd39f0)
6442026-08-05T04:15:03.153Z
6452026-08-05T04:15:03.153Zrunning 0 tests
6462026-08-05T04:15:03.153Z
6472026-08-05T04:15:03.153Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-08-05T04:15:03.153Z
6492026-08-05T04:15:03.153Z Running unittests src/lib.rs (target/debug/deps/p4rs-71134c454596353c)
6502026-08-05T04:15:03.153Z
6512026-08-05T04:15:03.153Zrunning 14 tests
6522026-08-05T04:15:03.153Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6532026-08-05T04:15:03.153Ztest bitmath::tests::bitmath_add_be ... ok
6542026-08-05T04:15:03.153Ztest bitmath::tests::bitmath_mod ... ok
6552026-08-05T04:15:03.153Ztest bitmath::tests::bitmath_add_nest ... ok
6562026-08-05T04:15:03.153Ztest bitmath::tests::bitmath_sub_be ... ok
6572026-08-05T04:15:03.153Ztest bitmath::tests::bitmath_sub_le ... ok
6582026-08-05T04:15:03.154Ztest bitmath::tests::bitmath_add_le ... ok
6592026-08-05T04:15:03.154Ztest bitmath::tests::bitmath_add_cascade ... ok
6602026-08-05T04:15:03.154Ztest checksum::tests::udp_checksum ... ok
6612026-08-05T04:15:03.154Ztest table::tests::match_lpm_ternary_1 ... ok
6622026-08-05T04:15:03.154Ztest table::tests::match_lpm_ternary_range ... ok
6632026-08-05T04:15:03.154Ztest table::tests::match_lpm_1 ... ok
6642026-08-05T04:15:03.154Ztest table::tests::match_ternary_1 ... ok
6652026-08-05T04:15:03.154Ztest table::tests::match_with_action ... ok
6662026-08-05T04:15:03.154Z
6672026-08-05T04:15:03.154Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6682026-08-05T04:15:03.154Z
6692026-08-05T04:15:03.154Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-6b4b2d1351c9575d)
6702026-08-05T04:15:03.158Z
6712026-08-05T04:15:03.158Zrunning 0 tests
6722026-08-05T04:15:03.158Z
6732026-08-05T04:15:03.158Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6742026-08-05T04:15:03.158Z
6752026-08-05T04:15:03.158Z Running unittests src/lib.rs (target/debug/deps/tests-45eb331100058051)
6762026-08-05T04:15:03.158Z
6772026-08-05T04:15:03.158Zrunning 15 tests
6782026-08-05T04:15:03.161Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6792026-08-05T04:15:03.161Ztest headers::ipv6_header_read_write ... ok
6802026-08-05T04:15:03.161Ztest dload::pipeline_create ... ok
6812026-08-05T04:15:03.165Ztest ipv6::test_ipv6_parse ... ok
6822026-08-05T04:15:03.165Ztest dload::dynamic_load ... ok
6832026-08-05T04:15:03.168Ztest hub::hub2 ... ok
6842026-08-05T04:15:03.168Ztest basic_router::basic_router2 ... ok
6852026-08-05T04:15:03.171Ztest vlan::test_vlan_parse ... ok
6862026-08-05T04:15:03.172Ztest dynamic_router::dynamic_router2 ... ok
6872026-08-05T04:15:03.172Ztest arithmetic::arithmetic ... ok
6882026-08-05T04:15:03.172Ztest decap::geneve_decap ... ok
6892026-08-05T04:15:03.172Ztest mac_rewrite::mac_rewrite2 ... ok
6902026-08-05T04:15:03.180Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6912026-08-05T04:15:03.245Ztest disag_router::disag_router ... ok
6922026-08-05T04:15:03.249Ztest range::range ... ok
6932026-08-05T04:15:03.250Z
6942026-08-05T04:15:03.250Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
6952026-08-05T04:15:03.250Z
6962026-08-05T04:15:03.253Z Running unittests src/lib.rs (target/debug/deps/x4c-3f17fb8bf88cde20)
6972026-08-05T04:15:03.256Z
6982026-08-05T04:15:03.256Zrunning 0 tests
6992026-08-05T04:15:03.256Z
7002026-08-05T04:15:03.256Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7012026-08-05T04:15:03.256Z
7022026-08-05T04:15:03.257Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-ad8bb27043b45cc9)
7032026-08-05T04:15:03.257Z
7042026-08-05T04:15:03.257Zrunning 0 tests
7052026-08-05T04:15:03.257Z
7062026-08-05T04:15:03.257Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-08-05T04:15:03.257Z
7082026-08-05T04:15:03.257Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-225b85a6f8fe0178)
7092026-08-05T04:15:03.261Z
7102026-08-05T04:15:03.261Zrunning 0 tests
7112026-08-05T04:15:03.261Z
7122026-08-05T04:15:03.261Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7132026-08-05T04:15:03.262Z
7142026-08-05T04:15:03.262Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-2fe14b2d9fea3a6e)
7152026-08-05T04:15:03.262Z
7162026-08-05T04:15:03.262Zrunning 0 tests
7172026-08-05T04:15:03.262Z
7182026-08-05T04:15:03.262Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7192026-08-05T04:15:03.262Z
7202026-08-05T04:15:03.262Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7212026-08-05T04:15:03.265Z
7222026-08-05T04:15:03.265Zrunning 0 tests
7232026-08-05T04:15:03.265Z
7242026-08-05T04:15:03.265Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7252026-08-05T04:15:03.265Z
7262026-08-05T04:15:03.265Z Doc-tests p4
7272026-08-05T04:15:03.351Z
7282026-08-05T04:15:03.351Zrunning 0 tests
7292026-08-05T04:15:03.351Z
7302026-08-05T04:15:03.351Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7312026-08-05T04:15:03.351Z
7322026-08-05T04:15:03.362Z Doc-tests p4_macro
7332026-08-05T04:15:03.407Z
7342026-08-05T04:15:03.407Zrunning 2 tests
7352026-08-05T04:15:03.410Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7362026-08-05T04:15:03.411Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7372026-08-05T04:15:03.411Z
7382026-08-05T04:15:03.411Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7392026-08-05T04:15:03.411Z
7402026-08-05T04:15:03.414Z Doc-tests p4_rust
7412026-08-05T04:15:03.570Z
7422026-08-05T04:15:03.570Zrunning 0 tests
7432026-08-05T04:15:03.570Z
7442026-08-05T04:15:03.570Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7452026-08-05T04:15:03.570Z
7462026-08-05T04:15:03.585Z Doc-tests p4rs
7472026-08-05T04:15:03.667Z
7482026-08-05T04:15:03.667Zrunning 1 test
7492026-08-05T04:15:04.500Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7502026-08-05T04:15:04.500Z
7512026-08-05T04:15:04.500Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.83s
7522026-08-05T04:15:04.500Z
7532026-08-05T04:15:04.510Z Doc-tests tests
7542026-08-05T04:15:04.575Z
7552026-08-05T04:15:04.575Zrunning 0 tests
7562026-08-05T04:15:04.575Z
7572026-08-05T04:15:04.575Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7582026-08-05T04:15:04.575Z
7592026-08-05T04:15:04.582Z Doc-tests x4c
7602026-08-05T04:15:04.627Z
7612026-08-05T04:15:04.628Zrunning 0 tests
7622026-08-05T04:15:04.628Z
7632026-08-05T04:15:04.628Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7642026-08-05T04:15:04.628Z
7652026-08-05T04:15:04.633Z Doc-tests x4c_error_codes
7662026-08-05T04:15:04.660Z
7672026-08-05T04:15:04.660Zrunning 0 tests
7682026-08-05T04:15:04.660Z
7692026-08-05T04:15:04.660Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7702026-08-05T04:15:04.660Z
7712026-08-05T04:15:04.670Z+ pushd test
7722026-08-05T04:15:04.674Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7732026-08-05T04:15:04.674Z+ banner 'mac rewr'
7742026-08-05T04:15:04.674Z
7752026-08-05T04:15:04.674Z # # ## #### ##### ###### # # #####
7762026-08-05T04:15:04.674Z ## ## # # # # # # # # # # #
7772026-08-05T04:15:04.674Z # ## # # # # # # ##### # # # #
7782026-08-05T04:15:04.674Z # # ###### # ##### # # ## # #####
7792026-08-05T04:15:04.674Z # # # # # # # # # ## ## # #
7802026-08-05T04:15:04.674Z # # # # #### # # ###### # # # #
7812026-08-05T04:15:04.674Z
7822026-08-05T04:15:04.674Z+ RUST_BACKTRACE=1
7832026-08-05T04:15:04.674Z+ cargo test mac_rewrite -- --nocapture
7842026-08-05T04:15:04.772Z Compiling aho-corasick v1.1.4
7852026-08-05T04:15:04.787Z Compiling rustix v1.1.4
7862026-08-05T04:15:04.787Z Compiling getrandom v0.4.1
7872026-08-05T04:15:04.790Z Compiling errno v0.3.14
7882026-08-05T04:15:04.793Z Compiling prettyplease v0.2.37
7892026-08-05T04:15:05.475Z Compiling regex-automata v0.4.14
7902026-08-05T04:15:05.521Z Compiling tempfile v3.27.0
7912026-08-05T04:15:06.883Z Compiling regex v1.12.4
7922026-08-05T04:15:07.135Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7932026-08-05T04:15:07.204Z Compiling pnet_macros v0.35.0
7942026-08-05T04:15:07.849Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7952026-08-05T04:15:08.194Z Compiling pnet_packet v0.35.0
7962026-08-05T04:15:08.669Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
7972026-08-05T04:15:10.067Z Compiling pnet_transport v0.35.0
7982026-08-05T04:15:10.200Z Compiling pnet v0.35.0
7992026-08-05T04:15:10.275Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8002026-08-05T04:15:16.961Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.26s
8012026-08-05T04:15:16.973Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8022026-08-05T04:15:16.977Z
8032026-08-05T04:15:16.977Zrunning 1 test
8042026-08-05T04:15:16.982Z[phy2] do you know the muffin man?
8052026-08-05T04:15:16.982Z[cpu] the muffin man?
8062026-08-05T04:15:16.982Z[cpu] the muffin man!
8072026-08-05T04:15:16.982Z[cpu] why yes
8082026-08-05T04:15:16.982Z[phy1] i know the muffin man
8092026-08-05T04:15:16.982Z[phy3] the muffin man is me!!!
8102026-08-05T04:15:16.982Ztest mac_rewrite::mac_rewrite2 ... ok
8112026-08-05T04:15:16.982Z
8122026-08-05T04:15:16.982Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8132026-08-05T04:15:16.982Z
8142026-08-05T04:15:16.989Z+ banner 'dyn load'
8152026-08-05T04:15:16.995Z
8162026-08-05T04:15:16.995Z ##### # # # # # #### ## #####
8172026-08-05T04:15:16.995Z # # # # ## # # # # # # # #
8182026-08-05T04:15:16.995Z # # # # # # # # # # # # #
8192026-08-05T04:15:16.995Z # # # # # # # # # ###### # #
8202026-08-05T04:15:16.995Z # # # # ## # # # # # # #
8212026-08-05T04:15:16.995Z ##### # # # ###### #### # # #####
8222026-08-05T04:15:16.995Z
8232026-08-05T04:15:16.995Z+ RUST_BACKTRACE=1
8242026-08-05T04:15:16.995Z+ cargo test dload -- --nocapture
8252026-08-05T04:15:17.077Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8262026-08-05T04:15:17.082Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8272026-08-05T04:15:17.082Z
8282026-08-05T04:15:17.082Zrunning 2 tests
8292026-08-05T04:15:17.087Ztest dload::pipeline_create ... ok
8302026-08-05T04:15:17.092Ztest dload::dynamic_load ... ok
8312026-08-05T04:15:17.092Z
8322026-08-05T04:15:17.092Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8332026-08-05T04:15:17.092Z
8342026-08-05T04:15:17.099Z+ banner disag
8352026-08-05T04:15:17.099Z
8362026-08-05T04:15:17.099Z ##### # #### ## ####
8372026-08-05T04:15:17.099Z # # # # # # # #
8382026-08-05T04:15:17.099Z # # # #### # # #
8392026-08-05T04:15:17.099Z # # # # ###### # ###
8402026-08-05T04:15:17.099Z # # # # # # # # #
8412026-08-05T04:15:17.099Z ##### # #### # # ####
8422026-08-05T04:15:17.099Z
8432026-08-05T04:15:17.099Z+ RUST_BACKTRACE=1
8442026-08-05T04:15:17.099Z+ cargo test disag_router -- --nocapture
8452026-08-05T04:15:17.185Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8462026-08-05T04:15:17.189Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8472026-08-05T04:15:17.189Z
8482026-08-05T04:15:17.189Zrunning 1 test
8492026-08-05T04:15:17.194Z[phy2] do you know the muffin man?
8502026-08-05T04:15:17.200Z[cpu] the muffin man?
8512026-08-05T04:15:17.200Z[cpu] the muffin man!
8522026-08-05T04:15:17.200Z[cpu] why yes
8532026-08-05T04:15:17.200Z[phy1] i know the muffin man
8542026-08-05T04:15:17.200Z[phy3] the muffin man is me!!!
8552026-08-05T04:15:17.200Ztest disag_router::disag_router ... ok
8562026-08-05T04:15:17.200Z
8572026-08-05T04:15:17.200Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8582026-08-05T04:15:17.200Z
8592026-08-05T04:15:17.203Z+ banner 'dyn rtr'
8602026-08-05T04:15:17.206Z
8612026-08-05T04:15:17.206Z ##### # # # # ##### ##### #####
8622026-08-05T04:15:17.206Z # # # # ## # # # # # #
8632026-08-05T04:15:17.206Z # # # # # # # # # # #
8642026-08-05T04:15:17.206Z # # # # # # ##### # #####
8652026-08-05T04:15:17.206Z # # # # ## # # # # #
8662026-08-05T04:15:17.206Z ##### # # # # # # # #
8672026-08-05T04:15:17.206Z
8682026-08-05T04:15:17.206Z+ RUST_BACKTRACE=1
8692026-08-05T04:15:17.207Z+ cargo test dynamic_router -- --nocapture
8702026-08-05T04:15:17.292Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8712026-08-05T04:15:17.299Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8722026-08-05T04:15:17.306Z
8732026-08-05T04:15:17.306Zrunning 1 test
8742026-08-05T04:15:17.313Z[phy2] do you know the muffin man?
8752026-08-05T04:15:17.313Z[cpu] the muffin man?
8762026-08-05T04:15:17.313Z[cpu] the muffin man!
8772026-08-05T04:15:17.313Z[cpu] why yes
8782026-08-05T04:15:17.313Z[phy1] i know the muffin man
8792026-08-05T04:15:17.313Z[phy3] the muffin man is me!!!
8802026-08-05T04:15:17.313Ztest dynamic_router::dynamic_router2 ... ok
8812026-08-05T04:15:17.313Z
8822026-08-05T04:15:17.313Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8832026-08-05T04:15:17.313Z
8842026-08-05T04:15:17.319Z+ banner hub
8852026-08-05T04:15:17.319Z
8862026-08-05T04:15:17.319Z # # # # #####
8872026-08-05T04:15:17.319Z # # # # # #
8882026-08-05T04:15:17.319Z ###### # # #####
8892026-08-05T04:15:17.319Z # # # # # #
8902026-08-05T04:15:17.319Z # # # # # #
8912026-08-05T04:15:17.319Z # # #### #####
8922026-08-05T04:15:17.319Z
8932026-08-05T04:15:17.319Z+ RUST_BACKTRACE=1
8942026-08-05T04:15:17.319Z+ cargo test hub -- --nocapture
8952026-08-05T04:15:17.400Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8962026-08-05T04:15:17.409Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8972026-08-05T04:15:17.415Z
8982026-08-05T04:15:17.415Zrunning 1 test
8992026-08-05T04:15:17.415Z[phy2] do you know the muffin man?
9002026-08-05T04:15:17.415Z[phy3] do you know the muffin man?
9012026-08-05T04:15:17.415Z[phy1] the muffin man?
9022026-08-05T04:15:17.415Z[phy3] the muffin man?
9032026-08-05T04:15:17.415Z[phy2] the muffin man!
9042026-08-05T04:15:17.415Z[phy3] the muffin man!
9052026-08-05T04:15:17.415Z[phy1] why yes
9062026-08-05T04:15:17.415Z[phy1] i know the muffin man
9072026-08-05T04:15:17.415Z[phy1] the muffin man is me!!!
9082026-08-05T04:15:17.415Z[phy3] why yes
9092026-08-05T04:15:17.415Z[phy3] i know the muffin man
9102026-08-05T04:15:17.415Z[phy3] the muffin man is me!!!
9112026-08-05T04:15:17.415Ztest hub::hub2 ... ok
9122026-08-05T04:15:17.415Z
9132026-08-05T04:15:17.415Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9142026-08-05T04:15:17.415Z
9152026-08-05T04:15:17.420Z+ banner router
9162026-08-05T04:15:17.420Z
9172026-08-05T04:15:17.420Z ##### #### # # ##### ###### #####
9182026-08-05T04:15:17.420Z # # # # # # # # # #
9192026-08-05T04:15:17.420Z # # # # # # # ##### # #
9202026-08-05T04:15:17.420Z ##### # # # # # # #####
9212026-08-05T04:15:17.420Z # # # # # # # # # #
9222026-08-05T04:15:17.420Z # # #### #### # ###### # #
9232026-08-05T04:15:17.420Z
9242026-08-05T04:15:17.423Z+ RUST_BACKTRACE=1
9252026-08-05T04:15:17.424Z+ cargo test basic_router -- --nocapture
9262026-08-05T04:15:17.506Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9272026-08-05T04:15:17.510Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9282026-08-05T04:15:17.514Z
9292026-08-05T04:15:17.514Zrunning 1 test
9302026-08-05T04:15:17.517Z[phy2] do you know the muffin man?
9312026-08-05T04:15:17.525Z[phy1] the muffin man?
9322026-08-05T04:15:17.525Z[phy2] the muffin man!
9332026-08-05T04:15:17.525Z[phy1] why yes
9342026-08-05T04:15:17.525Z[phy1] i know the muffin man
9352026-08-05T04:15:17.525Z[phy1] the muffin man is me!!!
9362026-08-05T04:15:17.525Ztest basic_router::basic_router2 ... ok
9372026-08-05T04:15:17.525Z
9382026-08-05T04:15:17.525Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9392026-08-05T04:15:17.525Z
9402026-08-05T04:15:17.529Z+ banner headers
9412026-08-05T04:15:17.529Z
9422026-08-05T04:15:17.529Z # # ###### ## ##### ###### ##### ####
9432026-08-05T04:15:17.529Z # # # # # # # # # # #
9442026-08-05T04:15:17.529Z ###### ##### # # # # ##### # # ####
9452026-08-05T04:15:17.529Z # # # ###### # # # ##### #
9462026-08-05T04:15:17.529Z # # # # # # # # # # # #
9472026-08-05T04:15:17.529Z # # ###### # # ##### ###### # # ####
9482026-08-05T04:15:17.530Z
9492026-08-05T04:15:17.530Z+ RUST_BACKTRACE=1
9502026-08-05T04:15:17.530Z+ cargo test headers -- --nocapture
9512026-08-05T04:15:17.613Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9522026-08-05T04:15:17.619Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9532026-08-05T04:15:17.619Z
9542026-08-05T04:15:17.619Zrunning 1 test
9552026-08-05T04:15:17.619Ztest headers::ipv6_header_read_write ... ok
9562026-08-05T04:15:17.619Z
9572026-08-05T04:15:17.619Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9582026-08-05T04:15:17.619Z
9592026-08-05T04:15:17.624Zprocess exited: duration 104209 ms, exit code 0
 
9602026-08-05T04:15:17.641Zfound 4 output files
9612026-08-05T04:15:17.652Zuploading: /work/debug/libsidecar_lite.so (43098480 bytes)
9622026-08-05T04:15:19.542Zuploaded: /work/debug/libsidecar_lite.so
9632026-08-05T04:15:19.542Zuploading: /work/debug/x4c (37742832 bytes)
9642026-08-05T04:15:21.636Zuploaded: /work/debug/x4c
9652026-08-05T04:15:21.636Zuploading: /work/release/libsidecar_lite.so (9931152 bytes)
9662026-08-05T04:15:22.763Zuploaded: /work/release/libsidecar_lite.so
9672026-08-05T04:15:22.763Zuploading: /work/release/x4c (8660336 bytes)
9682026-08-05T04:15:23.829Zuploaded: /work/release/x4c