01M2HHJA6XNQJGPZCEM4CY7NPW: 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: 01M2HHJWK8D96M45PF9ZQTYKVE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-15T03:26:36.551Zjob assigned to worker 01M2HHK32TFZP78ZGG574T711H [factory aws, i-005140efb3df20d80] (queued for 47 s)
 
22026-09-15T03:26:43.471Zstarting task 0: "setup"
32026-09-15T03:26:43.476Z++ uname -s
42026-09-15T03:26:43.479Z+ kern=SunOS
52026-09-15T03:26:43.479Z+ build_user=build
62026-09-15T03:26:43.479Z+ build_uid=12345
72026-09-15T03:26:43.479Z+ work_dir=/work
82026-09-15T03:26:43.479Z+ input_dir=/input
92026-09-15T03:26:43.479Z+ [[ 0 == 12345 ]]
102026-09-15T03:26:43.479Z+ case "$kern" in
112026-09-15T03:26:43.479Z+ groupadd -g 12345 build
122026-09-15T03:26:43.483Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-15T03:26:45.485Z+ zfs create -o mountpoint=/work rpool/work
142026-09-15T03:26:45.560Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-15T03:26:45.562Z+ home_fs=zfs
162026-09-15T03:26:45.563Z+ [[ zfs == autofs ]]
172026-09-15T03:26:45.563Z+ mkdir -p /home/build
182026-09-15T03:26:45.565Z+ chown build:build /home/build /work
192026-09-15T03:26:46.565Z+ chmod 0700 /home/build /work
202026-09-15T03:26:46.568Zprocess exited: duration 3095 ms, exit code 0
 
212026-09-15T03:26:46.573Zstarting task 1: "rust-toolchain"
222026-09-15T03:26:46.579Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-09-15T03:26:46.579Z * rust toolchain channel = "stable"
242026-09-15T03:26:46.579Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-09-15T03:26:46.579Z * rust toolchain profile = "default"
262026-09-15T03:26:46.579Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-15T03:26:46.579Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-15T03:26:46.582Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-15T03:26:46.582Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-09-15T03:26:46.696Zinfo: downloading installer
312026-09-15T03:26:48.221Zwarn: It looks like you have an existing installation of Rust at:
322026-09-15T03:26:48.221Zwarn: /opt/ooce/bin
332026-09-15T03:26:48.221Zwarn: This could mean one of the following:
342026-09-15T03:26:48.221Zwarn: - You have already installed rustup: you can quit the installer right now.
352026-09-15T03:26:48.221Zwarn: - You haven't installed rustup yet, but have Rust installed from elsewhere.
362026-09-15T03:26:48.221Zwarn: In the latter case, rustup can coexist with and adopt your existing Rust.
372026-09-15T03:26:48.221Zwarn: To adopt, please reply `yes`, or set RUSTUP_INIT_SKIP_PATH_CHECK to yes,
382026-09-15T03:26:48.221Zwarn: or pass `-y` to ignore all ignorable checks, then follow the instructions at:
392026-09-15T03:26:48.221Zwarn: <https://rust-lang.github.io/rustup/installation/already-installed-rust.html>
402026-09-15T03:26:48.221Zerror: cannot install while Rust is installed
412026-09-15T03:26:48.221Zwarn: continuing (because the -y flag is set and the error is ignorable)
422026-09-15T03:26:48.255Zinfo: profile set to default
432026-09-15T03:26:48.257Zinfo: default host tuple is x86_64-unknown-illumos
442026-09-15T03:26:48.259Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
452026-09-15T03:26:48.395Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
462026-09-15T03:26:48.398Zinfo: downloading 6 components
472026-09-15T03:27:04.342Zinfo: default toolchain set to stable-x86_64-unknown-illumos
482026-09-15T03:27:04.342Z
492026-09-15T03:27:04.371Z stable-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
502026-09-15T03:27:04.371Z
512026-09-15T03:27:04.380Z
522026-09-15T03:27:04.380ZRust is installed now. Great!
532026-09-15T03:27:04.380Z
542026-09-15T03:27:04.380ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
552026-09-15T03:27:04.380Zenvironment variable. This has not been done automatically.
562026-09-15T03:27:04.380Z
572026-09-15T03:27:04.380ZTo configure your current shell, you need to source
582026-09-15T03:27:04.380Zthe corresponding env file under $HOME/.cargo.
592026-09-15T03:27:04.381Z
602026-09-15T03:27:04.381ZConsider running the right command for your shell (note the leading DOT):
612026-09-15T03:27:04.381Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
622026-09-15T03:27:04.381Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
632026-09-15T03:27:04.381ZCC_x86_64-unknown-illumos = None
642026-09-15T03:27:04.382Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
652026-09-15T03:27:04.382ZCC_x86_64_unknown_illumos = None
662026-09-15T03:27:04.382Zcargo:rerun-if-env-changed=HOST_CC
672026-09-15T03:27:04.382ZHOST_CC = None
682026-09-15T03:27:04.382Zcargo:rerun-if-env-changed=CC
692026-09-15T03:27:04.382ZCC = None
702026-09-15T03:27:04.382Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
712026-09-15T03:27:04.774Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
722026-09-15T03:27:04.774ZCRATE_CC_NO_DEFAULTS = None
732026-09-15T03:27:04.774Zcargo:rerun-if-env-changed=CFLAGS
742026-09-15T03:27:04.774ZCFLAGS = None
752026-09-15T03:27:04.774Zcargo:rerun-if-env-changed=HOST_CFLAGS
762026-09-15T03:27:04.774ZHOST_CFLAGS = None
772026-09-15T03:27:04.774Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
782026-09-15T03:27:04.774ZCFLAGS_x86_64_unknown_illumos = None
792026-09-15T03:27:04.775Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
802026-09-15T03:27:04.775ZCFLAGS_x86_64-unknown-illumos = None
812026-09-15T03:27:04.878Z+ rustup --version
822026-09-15T03:27:04.885Zrustup 1.29.1 (d95a37b6a 2026-08-13)
832026-09-15T03:27:04.889Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
842026-09-15T03:27:04.906Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
852026-09-15T03:27:04.909Z+ cargo --version
862026-09-15T03:27:04.922Zcargo 1.98.1 (797e8a9bc 2026-08-05)
872026-09-15T03:27:04.925Z+ rustc --version
882026-09-15T03:27:04.943Zrustc 1.98.1 (48a229cea 2026-09-01)
892026-09-15T03:27:04.948Zprocess exited: duration 18372 ms, exit code 0
 
902026-09-15T03:27:04.954Zstarting task 2: "authentication"
912026-09-15T03:27:04.972Zprocess exited: duration 17 ms, exit code 0
 
922026-09-15T03:27:04.978Zstarting task 3: "clone repository"
932026-09-15T03:27:04.981Z+ mkdir -p /work/oxidecomputer/p4
942026-09-15T03:27:04.984Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
952026-09-15T03:27:05.112ZCloning into '/work/oxidecomputer/p4'...
962026-09-15T03:27:06.038Z+ cd /work/oxidecomputer/p4
972026-09-15T03:27:06.038Z+ git fetch origin 18823eb8bcd11ad85fd6aa36f141307cd3c2cab3
982026-09-15T03:27:06.333ZFrom https://github.com/oxidecomputer/p4
992026-09-15T03:27:06.334Z * branch 18823eb8bcd11ad85fd6aa36f141307cd3c2cab3 -> FETCH_HEAD
1002026-09-15T03:27:06.338Z+ [[ -n renovate/clap ]]
1012026-09-15T03:27:06.341Z++ git branch --show-current
1022026-09-15T03:27:06.341Z+ current=main
1032026-09-15T03:27:06.341Z+ [[ main != renovate/clap ]]
1042026-09-15T03:27:06.341Z+ git branch -f renovate/clap 18823eb8bcd11ad85fd6aa36f141307cd3c2cab3
1052026-09-15T03:27:06.345Z+ git checkout -f renovate/clap
1062026-09-15T03:27:06.350ZSwitched to branch 'renovate/clap'
1072026-09-15T03:27:06.353Z+ git reset --hard 18823eb8bcd11ad85fd6aa36f141307cd3c2cab3
1082026-09-15T03:27:06.359ZHEAD is now at 18823eb Update Rust crate clap to v4.6.7
1092026-09-15T03:27:06.361Zprocess exited: duration 1379 ms, exit code 0
 
1102026-09-15T03:27:06.367Zstarting task 4: "build"
1112026-09-15T03:27:06.371Z+ cargo --version
1122026-09-15T03:27:06.376Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1132026-09-15T03:27:06.529Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1142026-09-15T03:27:06.532Zinfo: downloading 6 components
1152026-09-15T03:27:22.520Zwarn: the missing active toolchain `1.92.0-x86_64-unknown-illumos` has been auto-installed
1162026-09-15T03:27:22.520Zwarn: this might cause rustup commands to take longer time to finish than expected
1172026-09-15T03:27:22.520Zinfo: you may opt out with `RUSTUP_AUTO_INSTALL=0` or `rustup set auto-install disable`
1182026-09-15T03:27:22.627Zcargo 1.92.0 (344c4567c 2025-10-21)
1192026-09-15T03:27:22.630Z+ rustc --version
1202026-09-15T03:27:22.658Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1212026-09-15T03:27:22.662Z+ banner check
1222026-09-15T03:27:22.665Z
1232026-09-15T03:27:22.665Z #### # # ###### #### # #
1242026-09-15T03:27:22.665Z # # # # # # # # #
1252026-09-15T03:27:22.665Z # ###### ##### # ####
1262026-09-15T03:27:22.665Z # # # # # # #
1272026-09-15T03:27:22.665Z # # # # # # # # #
1282026-09-15T03:27:22.665Z #### # # ###### #### # #
1292026-09-15T03:27:22.665Z
1302026-09-15T03:27:22.665Z+ cargo fmt -- --check
1312026-09-15T03:27:22.804Z+ cargo check
1322026-09-15T03:27:22.869Z Updating crates.io index
1332026-09-15T03:27:22.904Z Updating git repository `https://github.com/oxidecomputer/xfr`
1342026-09-15T03:27:23.219ZFrom https://github.com/oxidecomputer/xfr
1352026-09-15T03:27:23.219Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1362026-09-15T03:27:23.999Z Downloading crates ...
1372026-09-15T03:27:24.056Z Downloaded crypto-common v0.1.7
1382026-09-15T03:27:24.060Z Downloaded anstyle-parse v1.0.0
1392026-09-15T03:27:24.068Z Downloaded thread-id v4.2.2
1402026-09-15T03:27:24.068Z Downloaded pnet_macros_support v0.35.0
1412026-09-15T03:27:24.069Z Downloaded sha2 v0.10.9
1422026-09-15T03:27:24.069Z Downloaded zmij v1.0.21
1432026-09-15T03:27:24.069Z Downloaded rand_chacha v0.9.0
1442026-09-15T03:27:24.069Z Downloaded num-complex v0.4.6
1452026-09-15T03:27:24.074Z Downloaded quote v1.0.45
1462026-09-15T03:27:24.078Z Downloaded tempfile v3.27.0
1472026-09-15T03:27:24.083Z Downloaded zerocopy-derive v0.7.35
1482026-09-15T03:27:24.087Z Downloaded scroll v0.12.0
1492026-09-15T03:27:24.087Z Downloaded serde_core v1.0.228
1502026-09-15T03:27:24.091Z Downloaded aho-corasick v1.1.4
1512026-09-15T03:27:24.091Z Downloaded zerocopy v0.8.40
1522026-09-15T03:27:24.096Z Downloaded pest v2.8.6
1532026-09-15T03:27:24.099Z Downloaded cpufeatures v0.2.17
1542026-09-15T03:27:24.105Z Downloaded zerocopy v0.7.35
1552026-09-15T03:27:24.140Z Downloaded num v0.4.3
1562026-09-15T03:27:24.141Z Downloaded errno v0.3.14
1572026-09-15T03:27:24.141Z Downloaded generic-array v0.14.7
1582026-09-15T03:27:24.141Z Downloaded pnet_sys v0.35.0
1592026-09-15T03:27:24.141Z Downloaded strsim v0.11.1
1602026-09-15T03:27:24.141Z Downloaded funty v2.0.0
1612026-09-15T03:27:24.141Z Downloaded clap_lex v1.0.0
1622026-09-15T03:27:24.141Z Downloaded anstyle-query v1.1.5
1632026-09-15T03:27:24.141Z Downloaded radium v0.7.0
1642026-09-15T03:27:24.141Z Downloaded dof v0.3.0
1652026-09-15T03:27:24.141Z Downloaded num-iter v0.1.45
1662026-09-15T03:27:24.151Z Downloaded cfg-if v1.0.4
1672026-09-15T03:27:24.151Z Downloaded ppv-lite86 v0.2.21
1682026-09-15T03:27:24.151Z Downloaded digest v0.10.7
1692026-09-15T03:27:24.151Z Downloaded colored v3.1.1
1702026-09-15T03:27:24.151Z Downloaded is_terminal_polyfill v1.70.2
1712026-09-15T03:27:24.151Z Downloaded heck v0.5.0
1722026-09-15T03:27:24.151Z Downloaded memmap v0.7.0
1732026-09-15T03:27:24.151Z Downloaded tap v1.0.1
1742026-09-15T03:27:24.152Z Downloaded itoa v1.0.17
1752026-09-15T03:27:24.152Z Downloaded scroll_derive v0.12.1
1762026-09-15T03:27:24.152Z Downloaded utf8parse v0.2.2
1772026-09-15T03:27:24.152Z Downloaded usdt-attr-macro v0.5.0
1782026-09-15T03:27:24.165Z Downloaded rand_core v0.9.5
1792026-09-15T03:27:24.166Z Downloaded pretty-hex v0.4.1
1802026-09-15T03:27:24.166Z Downloaded colorchoice v1.0.4
1812026-09-15T03:27:24.166Z Downloaded pnet_base v0.35.0
1822026-09-15T03:27:24.173Z Downloaded usdt-macro v0.5.0
1832026-09-15T03:27:24.173Z Downloaded dtrace-parser v0.2.0
1842026-09-15T03:27:24.181Z Downloaded usdt v0.5.0
1852026-09-15T03:27:24.181Z Downloaded fastrand v2.3.0
1862026-09-15T03:27:24.186Z Downloaded version_check v0.9.5
1872026-09-15T03:27:24.186Z Downloaded pnet_transport v0.35.0
1882026-09-15T03:27:24.186Z Downloaded block-buffer v0.10.4
1892026-09-15T03:27:24.196Z Downloaded glob v0.3.3
1902026-09-15T03:27:24.196Z Downloaded serde_tokenstream v0.2.3
1912026-09-15T03:27:24.197Z Downloaded no-std-net v0.6.0
1922026-09-15T03:27:24.197Z Downloaded ipnetwork v0.20.0
1932026-09-15T03:27:24.204Z Downloaded pest_generator v2.8.6
1942026-09-15T03:27:24.204Z Downloaded anstyle v1.0.14
1952026-09-15T03:27:24.204Z Downloaded anstream v1.0.0
1962026-09-15T03:27:24.205Z Downloaded num-traits v0.2.19
1972026-09-15T03:27:24.205Z Downloaded plain v0.2.3
1982026-09-15T03:27:24.205Z Downloaded wyz v0.5.1
1992026-09-15T03:27:24.208Z Downloaded usdt-impl v0.5.0
2002026-09-15T03:27:24.208Z Downloaded pnet_macros v0.35.0
2012026-09-15T03:27:24.208Z Downloaded pnet v0.35.0
2022026-09-15T03:27:24.215Z Downloaded byteorder v1.5.0
2032026-09-15T03:27:24.219Z Downloaded autocfg v1.5.0
2042026-09-15T03:27:24.220Z Downloaded thiserror-impl v1.0.69
2052026-09-15T03:27:24.221Z Downloaded num-rational v0.4.2
2062026-09-15T03:27:24.231Z Downloaded once_cell v1.21.3
2072026-09-15T03:27:24.232Z Downloaded pnet_datalink v0.35.0
2082026-09-15T03:27:24.232Z Downloaded thiserror v1.0.69
2092026-09-15T03:27:24.240Z Downloaded getrandom v0.4.1
2102026-09-15T03:27:24.240Z Downloaded clap_derive v4.6.7
2112026-09-15T03:27:24.240Z Downloaded anyhow v1.0.102
2122026-09-15T03:27:24.241Z Downloaded pest_derive v2.8.6
2132026-09-15T03:27:24.241Z Downloaded num-integer v0.1.46
2142026-09-15T03:27:24.246Z Downloaded pnet_packet v0.35.0
2152026-09-15T03:27:24.258Z Downloaded ucd-trie v0.1.7
2162026-09-15T03:27:24.269Z Downloaded proc-macro2 v1.0.106
2172026-09-15T03:27:24.269Z Downloaded serde_derive v1.0.228
2182026-09-15T03:27:24.269Z Downloaded getrandom v0.3.4
2192026-09-15T03:27:24.276Z Downloaded log v0.4.29
2202026-09-15T03:27:24.276Z Downloaded pest_meta v2.8.6
2212026-09-15T03:27:24.276Z Downloaded rand v0.9.3
2222026-09-15T03:27:24.282Z Downloaded unicode-ident v1.0.24
2232026-09-15T03:27:24.282Z Downloaded bitflags v2.11.0
2242026-09-15T03:27:24.282Z Downloaded clap v4.6.7
2252026-09-15T03:27:24.287Z Downloaded typenum v1.19.0
2262026-09-15T03:27:24.291Z Downloaded prettyplease v0.2.37
2272026-09-15T03:27:24.301Z Downloaded serde v1.0.228
2282026-09-15T03:27:24.305Z Downloaded num-bigint v0.4.6
2292026-09-15T03:27:24.309Z Downloaded memchr v2.8.0
2302026-09-15T03:27:24.345Z Downloaded clap_builder v4.6.7
2312026-09-15T03:27:24.348Z Downloaded serde_json v1.0.149
2322026-09-15T03:27:24.351Z Downloaded regex v1.12.4
2332026-09-15T03:27:24.361Z Downloaded goblin v0.8.2
2342026-09-15T03:27:24.369Z Downloaded bitvec v1.1.1
2352026-09-15T03:27:24.383Z Downloaded regex-automata v0.4.14
2362026-09-15T03:27:24.395Z Downloaded syn v3.0.5
2372026-09-15T03:27:24.399Z Downloaded syn v2.0.118
2382026-09-15T03:27:24.408Z Downloaded rustix v1.1.4
2392026-09-15T03:27:24.420Z Downloaded regex-syntax v0.8.11
2402026-09-15T03:27:24.440Z Downloaded libc v0.2.182
2412026-09-15T03:27:24.508Z Compiling proc-macro2 v1.0.106
2422026-09-15T03:27:24.514Z Compiling quote v1.0.45
2432026-09-15T03:27:24.514Z Compiling unicode-ident v1.0.24
2442026-09-15T03:27:24.514Z Compiling libc v0.2.182
2452026-09-15T03:27:24.514Z Compiling serde_core v1.0.228
2462026-09-15T03:27:24.514Z Compiling memchr v2.8.0
2472026-09-15T03:27:24.514Z Compiling serde v1.0.228
2482026-09-15T03:27:24.669Z Compiling zmij v1.0.21
2492026-09-15T03:27:24.919Z Compiling thiserror v1.0.69
2502026-09-15T03:27:24.967Z Compiling ucd-trie v0.1.7
2512026-09-15T03:27:25.091Z Compiling rustix v1.1.4
2522026-09-15T03:27:25.110Z Compiling pest v2.8.6
2532026-09-15T03:27:25.189Z Compiling serde_json v1.0.149
2542026-09-15T03:27:25.315Z Compiling getrandom v0.4.1
2552026-09-15T03:27:25.425Z Compiling version_check v0.9.5
2562026-09-15T03:27:25.640Z Compiling autocfg v1.5.0
2572026-09-15T03:27:25.693Z Compiling aho-corasick v1.1.4
2582026-09-15T03:27:25.738Z Checking syn v2.0.118
2592026-09-15T03:27:25.843Z Compiling prettyplease v0.2.37
2602026-09-15T03:27:26.007Z Compiling num-traits v0.2.19
2612026-09-15T03:27:26.075Z Compiling regex-syntax v0.8.11
2622026-09-15T03:27:26.246Z Compiling pest_meta v2.8.6
2632026-09-15T03:27:26.499Z Checking cfg-if v1.0.4
2642026-09-15T03:27:26.820Z Compiling itoa v1.0.17
2652026-09-15T03:27:26.991Z Compiling byteorder v1.5.0
2662026-09-15T03:27:27.024Z Compiling usdt-impl v0.5.0
2672026-09-15T03:27:27.207Z Checking num-integer v0.1.46
2682026-09-15T03:27:27.235Z Compiling thread-id v4.2.2
2692026-09-15T03:27:27.370Z Checking plain v0.2.3
2702026-09-15T03:27:27.574Z Compiling regex-automata v0.4.14
2712026-09-15T03:27:27.583Z Checking colored v3.1.1
2722026-09-15T03:27:27.619Z Checking log v0.4.29
2732026-09-15T03:27:27.766Z Compiling errno v0.3.14
2742026-09-15T03:27:27.899Z Checking pretty-hex v0.4.1
2752026-09-15T03:27:28.009Z Compiling bitflags v2.11.0
2762026-09-15T03:27:28.023Z Compiling radium v0.7.0
2772026-09-15T03:27:28.106Z Compiling pest_generator v2.8.6
2782026-09-15T03:27:28.194Z Checking no-std-net v0.6.0
2792026-09-15T03:27:28.254Z Checking pnet_base v0.35.0
2802026-09-15T03:27:28.396Z Checking tap v1.0.1
2812026-09-15T03:27:28.399Z Compiling zerocopy v0.8.40
2822026-09-15T03:27:28.436Z Compiling once_cell v1.21.3
2832026-09-15T03:27:28.486Z Compiling fastrand v2.3.0
2842026-09-15T03:27:28.717Z Compiling getrandom v0.3.4
2852026-09-15T03:27:28.721Z Checking wyz v0.5.1
2862026-09-15T03:27:28.900Z Compiling tempfile v3.27.0
2872026-09-15T03:27:28.900Z Checking num-iter v0.1.45
2882026-09-15T03:27:28.948Z Checking memmap v0.7.0
2892026-09-15T03:27:29.054Z Compiling anyhow v1.0.102
2902026-09-15T03:27:29.075Z Checking funty v2.0.0
2912026-09-15T03:27:29.330Z Compiling serde_derive v1.0.228
2922026-09-15T03:27:29.389Z Compiling thiserror-impl v1.0.69
2932026-09-15T03:27:29.431Z Compiling zerocopy-derive v0.7.35
2942026-09-15T03:27:29.439Z Compiling pest_derive v2.8.6
2952026-09-15T03:27:29.570Z Compiling regex v1.12.4
2962026-09-15T03:27:29.738Z Compiling scroll_derive v0.12.1
2972026-09-15T03:27:29.955Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2982026-09-15T03:27:29.976Z Checking bitvec v1.1.1
2992026-09-15T03:27:30.217Z Compiling pnet_macros v0.35.0
3002026-09-15T03:27:30.283Z Compiling zerocopy v0.7.35
3012026-09-15T03:27:30.437Z Checking scroll v0.12.0
3022026-09-15T03:27:30.660Z Compiling dtrace-parser v0.2.0
3032026-09-15T03:27:30.751Z Checking goblin v0.8.2
3042026-09-15T03:27:30.956Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3052026-09-15T03:27:31.339Z Checking pnet_macros_support v0.35.0
3062026-09-15T03:27:31.443Z Checking pnet_sys v0.35.0
3072026-09-15T03:27:31.549Z Checking utf8parse v0.2.2
3082026-09-15T03:27:31.645Z Checking anstyle-parse v1.0.0
3092026-09-15T03:27:31.764Z Checking pnet_packet v0.35.0
3102026-09-15T03:27:31.794Z Checking rand_core v0.9.5
3112026-09-15T03:27:32.236Z Checking anstyle v1.0.14
3122026-09-15T03:27:32.269Z Checking is_terminal_polyfill v1.70.2
3132026-09-15T03:27:32.349Z Checking colorchoice v1.0.4
3142026-09-15T03:27:32.426Z Checking num-bigint v0.4.6
3152026-09-15T03:27:32.435Z Checking num-complex v0.4.6
3162026-09-15T03:27:32.556Z Compiling serde_tokenstream v0.2.3
3172026-09-15T03:27:32.561Z Compiling dof v0.3.0
3182026-09-15T03:27:32.724Z Checking ipnetwork v0.20.0
3192026-09-15T03:27:32.766Z Checking anstyle-query v1.1.5
3202026-09-15T03:27:32.851Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3212026-09-15T03:27:32.887Z Compiling pnet v0.35.0
3222026-09-15T03:27:33.105Z Checking pnet_datalink v0.35.0
3232026-09-15T03:27:33.243Z Checking anstream v1.0.0
3242026-09-15T03:27:33.248Z Checking num-rational v0.4.2
3252026-09-15T03:27:33.349Z Compiling usdt-macro v0.5.0
3262026-09-15T03:27:33.427Z Compiling usdt-attr-macro v0.5.0
3272026-09-15T03:27:33.525Z Checking num v0.4.3
3282026-09-15T03:27:33.591Z Compiling syn v3.0.5
3292026-09-15T03:27:33.664Z Checking strsim v0.11.1
3302026-09-15T03:27:33.687Z Checking clap_lex v1.0.0
3312026-09-15T03:27:33.695Z Checking pnet_transport v0.35.0
3322026-09-15T03:27:33.814Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3332026-09-15T03:27:33.829Z Compiling heck v0.5.0
3342026-09-15T03:27:33.898Z Checking clap_builder v4.6.7
3352026-09-15T03:27:34.006Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3362026-09-15T03:27:34.028Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3372026-09-15T03:27:34.076Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3382026-09-15T03:27:34.087Z Checking ppv-lite86 v0.2.21
3392026-09-15T03:27:34.143Z Checking usdt v0.5.0
3402026-09-15T03:27:34.312Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3412026-09-15T03:27:34.339Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3422026-09-15T03:27:34.407Z Checking rand_chacha v0.9.0
3432026-09-15T03:27:34.575Z Checking rand v0.9.3
3442026-09-15T03:27:34.668Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3452026-09-15T03:27:35.707Z Compiling clap_derive v4.6.7
3462026-09-15T03:27:36.775Z Checking clap v4.6.7
3472026-09-15T03:27:36.823Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3482026-09-15T03:27:37.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.20s
3492026-09-15T03:27:37.090Z+ cargo clippy --all-targets -- --deny warnings
3502026-09-15T03:27:37.213Z Downloading crates ...
3512026-09-15T03:27:37.269Z Downloaded libloading v0.9.0
3522026-09-15T03:27:37.316Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3532026-09-15T03:27:37.334Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3542026-09-15T03:27:37.340Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3552026-09-15T03:27:37.343Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3562026-09-15T03:27:37.343Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3572026-09-15T03:27:37.346Z Checking libloading v0.9.0
3582026-09-15T03:27:37.590Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3592026-09-15T03:27:38.121Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3602026-09-15T03:27:38.970Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3612026-09-15T03:27:38.970Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3622026-09-15T03:27:39.935Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3632026-09-15T03:27:45.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.50s
3642026-09-15T03:27:45.660Z+ banner build
3652026-09-15T03:27:45.664Z
3662026-09-15T03:27:45.664Z ##### # # # # #####
3672026-09-15T03:27:45.664Z # # # # # # # #
3682026-09-15T03:27:45.664Z ##### # # # # # #
3692026-09-15T03:27:45.665Z # # # # # # # #
3702026-09-15T03:27:45.665Z # # # # # # # #
3712026-09-15T03:27:45.665Z ##### #### # ###### #####
3722026-09-15T03:27:45.665Z
3732026-09-15T03:27:45.665Z+ ptime -m cargo build
3742026-09-15T03:27:45.794Z Compiling unicode-ident v1.0.24
3752026-09-15T03:27:45.794Z Compiling memchr v2.8.0
3762026-09-15T03:27:45.799Z Compiling regex-syntax v0.8.11
3772026-09-15T03:27:45.799Z Compiling ucd-trie v0.1.7
3782026-09-15T03:27:45.799Z Compiling libc v0.2.182
3792026-09-15T03:27:45.799Z Compiling serde_core v1.0.228
3802026-09-15T03:27:45.817Z Compiling cfg-if v1.0.4
3812026-09-15T03:27:45.819Z Compiling zmij v1.0.21
3822026-09-15T03:27:45.861Z Compiling byteorder v1.5.0
3832026-09-15T03:27:45.913Z Compiling proc-macro2 v1.0.106
3842026-09-15T03:27:46.063Z Compiling itoa v1.0.17
3852026-09-15T03:27:46.075Z Compiling num-traits v0.2.19
3862026-09-15T03:27:46.088Z Compiling errno v0.3.14
3872026-09-15T03:27:46.132Z Compiling thread-id v4.2.2
3882026-09-15T03:27:46.198Z Compiling aho-corasick v1.1.4
3892026-09-15T03:27:46.214Z Compiling pest v2.8.6
3902026-09-15T03:27:46.232Z Compiling bitflags v2.11.0
3912026-09-15T03:27:46.446Z Compiling quote v1.0.45
3922026-09-15T03:27:46.473Z Compiling rustix v1.1.4
3932026-09-15T03:27:46.608Z Compiling syn v2.0.118
3942026-09-15T03:27:46.677Z Compiling num-integer v0.1.46
3952026-09-15T03:27:46.719Z Compiling getrandom v0.4.1
3962026-09-15T03:27:46.847Z Compiling once_cell v1.21.3
3972026-09-15T03:27:46.983Z Compiling log v0.4.29
3982026-09-15T03:27:47.043Z Compiling fastrand v2.3.0
3992026-09-15T03:27:47.155Z Compiling plain v0.2.3
4002026-09-15T03:27:47.250Z Compiling regex-automata v0.4.14
4012026-09-15T03:27:47.291Z Compiling pest_meta v2.8.6
4022026-09-15T03:27:47.333Z Compiling colored v3.1.1
4032026-09-15T03:27:47.475Z Compiling serde_json v1.0.149
4042026-09-15T03:27:47.627Z Compiling tempfile v3.27.0
4052026-09-15T03:27:47.718Z Compiling pretty-hex v0.4.1
4062026-09-15T03:27:47.844Z Compiling no-std-net v0.6.0
4072026-09-15T03:27:47.907Z Compiling pnet_base v0.35.0
4082026-09-15T03:27:48.031Z Compiling tap v1.0.1
4092026-09-15T03:27:48.059Z Compiling radium v0.7.0
4102026-09-15T03:27:48.129Z Compiling wyz v0.5.1
4112026-09-15T03:27:48.229Z Compiling num-iter v0.1.45
4122026-09-15T03:27:48.243Z Compiling memmap v0.7.0
4132026-09-15T03:27:48.302Z Compiling funty v2.0.0
4142026-09-15T03:27:48.332Z Compiling zerocopy v0.8.40
4152026-09-15T03:27:48.416Z Compiling getrandom v0.3.4
4162026-09-15T03:27:48.475Z Compiling pnet_macros_support v0.35.0
4172026-09-15T03:27:48.575Z Compiling pnet_sys v0.35.0
4182026-09-15T03:27:48.579Z Compiling utf8parse v0.2.2
4192026-09-15T03:27:48.588Z Compiling rand_core v0.9.5
4202026-09-15T03:27:48.588Z Compiling anyhow v1.0.102
4212026-09-15T03:27:48.670Z Compiling bitvec v1.1.1
4222026-09-15T03:27:48.740Z Compiling anstyle-parse v1.0.0
4232026-09-15T03:27:48.789Z Compiling is_terminal_polyfill v1.70.2
4242026-09-15T03:27:48.869Z Compiling pest_generator v2.8.6
4252026-09-15T03:27:48.915Z Compiling regex v1.12.4
4262026-09-15T03:27:48.936Z Compiling prettyplease v0.2.37
4272026-09-15T03:27:48.965Z Compiling anstyle-query v1.1.5
4282026-09-15T03:27:49.058Z Compiling anstyle v1.0.14
4292026-09-15T03:27:49.306Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4302026-09-15T03:27:49.367Z Compiling colorchoice v1.0.4
4312026-09-15T03:27:49.469Z Compiling anstream v1.0.0
4322026-09-15T03:27:49.498Z Compiling syn v3.0.5
4332026-09-15T03:27:49.779Z Compiling strsim v0.11.1
4342026-09-15T03:27:49.961Z Compiling clap_lex v1.0.0
4352026-09-15T03:27:50.172Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4362026-09-15T03:27:50.193Z Compiling clap_builder v4.6.7
4372026-09-15T03:27:50.373Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4382026-09-15T03:27:50.517Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4392026-09-15T03:27:51.009Z Compiling serde_derive v1.0.228
4402026-09-15T03:27:51.009Z Compiling thiserror-impl v1.0.69
4412026-09-15T03:27:51.020Z Compiling zerocopy-derive v0.7.35
4422026-09-15T03:27:51.136Z Compiling pest_derive v2.8.6
4432026-09-15T03:27:51.367Z Compiling scroll_derive v0.12.1
4442026-09-15T03:27:51.627Z Compiling pnet_macros v0.35.0
4452026-09-15T03:27:51.853Z Compiling ppv-lite86 v0.2.21
4462026-09-15T03:27:52.013Z Compiling zerocopy v0.7.35
4472026-09-15T03:27:52.166Z Compiling rand_chacha v0.9.0
4482026-09-15T03:27:52.237Z Compiling scroll v0.12.0
4492026-09-15T03:27:52.331Z Compiling thiserror v1.0.69
4502026-09-15T03:27:52.378Z Compiling clap_derive v4.6.7
4512026-09-15T03:27:52.420Z Compiling dtrace-parser v0.2.0
4522026-09-15T03:27:52.491Z Compiling goblin v0.8.2
4532026-09-15T03:27:52.553Z Compiling rand v0.9.3
4542026-09-15T03:27:53.185Z Compiling pnet_packet v0.35.0
4552026-09-15T03:27:53.544Z Compiling serde v1.0.228
4562026-09-15T03:27:53.762Z Compiling clap v4.6.7
4572026-09-15T03:27:53.804Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4582026-09-15T03:27:53.918Z Compiling dof v0.3.0
4592026-09-15T03:27:53.918Z Compiling serde_tokenstream v0.2.3
4602026-09-15T03:27:53.918Z Compiling num-bigint v0.4.6
4612026-09-15T03:27:53.918Z Compiling num-complex v0.4.6
4622026-09-15T03:27:54.012Z Compiling ipnetwork v0.20.0
4632026-09-15T03:27:54.191Z Compiling usdt-impl v0.5.0
4642026-09-15T03:27:54.313Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4652026-09-15T03:27:54.339Z Compiling pnet_datalink v0.35.0
4662026-09-15T03:27:54.642Z Compiling usdt-macro v0.5.0
4672026-09-15T03:27:54.648Z Compiling usdt-attr-macro v0.5.0
4682026-09-15T03:27:55.583Z Compiling num-rational v0.4.2
4692026-09-15T03:27:55.628Z Compiling pnet_transport v0.35.0
4702026-09-15T03:27:55.770Z Compiling usdt v0.5.0
4712026-09-15T03:27:55.792Z Compiling pnet v0.35.0
4722026-09-15T03:27:55.921Z Compiling num v0.4.3
4732026-09-15T03:27:56.041Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4742026-09-15T03:27:56.337Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4752026-09-15T03:27:56.458Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4762026-09-15T03:27:56.458Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4772026-09-15T03:27:56.594Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4782026-09-15T03:27:59.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s
4792026-09-15T03:27:59.249Z
4802026-09-15T03:27:59.249Zreal 13.577354179
4812026-09-15T03:27:59.249Zuser 1:14.079092133
4822026-09-15T03:27:59.249Zsys 12.109877119
4832026-09-15T03:27:59.249Ztrap 0.043427698
4842026-09-15T03:27:59.249Ztflt 0.109814498
4852026-09-15T03:27:59.249Zdflt 0.062862763
4862026-09-15T03:27:59.249Zkflt 0.000030800
4872026-09-15T03:27:59.249Zlock 2:55.912345814
4882026-09-15T03:27:59.249Zslp 5:04.861198686
4892026-09-15T03:27:59.249Zlat 4.251533498
4902026-09-15T03:27:59.250Zstop 4.352118403
4912026-09-15T03:27:59.252Z+ ptime -m cargo build --release
4922026-09-15T03:27:59.333Z Compiling proc-macro2 v1.0.106
4932026-09-15T03:27:59.333Z Compiling quote v1.0.45
4942026-09-15T03:27:59.333Z Compiling unicode-ident v1.0.24
4952026-09-15T03:27:59.340Z Compiling libc v0.2.182
4962026-09-15T03:27:59.340Z Compiling serde_core v1.0.228
4972026-09-15T03:27:59.340Z Compiling memchr v2.8.0
4982026-09-15T03:27:59.340Z Compiling serde v1.0.228
4992026-09-15T03:27:59.340Z Compiling zmij v1.0.21
5002026-09-15T03:27:59.449Z Compiling thiserror v1.0.69
5012026-09-15T03:27:59.684Z Compiling ucd-trie v0.1.7
5022026-09-15T03:27:59.688Z Compiling serde_json v1.0.149
5032026-09-15T03:27:59.883Z Compiling rustix v1.1.4
5042026-09-15T03:27:59.889Z Compiling getrandom v0.4.1
5052026-09-15T03:27:59.924Z Compiling pest v2.8.6
5062026-09-15T03:28:00.133Z Compiling aho-corasick v1.1.4
5072026-09-15T03:28:00.464Z Compiling prettyplease v0.2.37
5082026-09-15T03:28:00.497Z Compiling version_check v0.9.5
5092026-09-15T03:28:00.607Z Compiling syn v2.0.118
5102026-09-15T03:28:00.701Z Compiling autocfg v1.5.0
5112026-09-15T03:28:00.751Z Compiling regex-syntax v0.8.11
5122026-09-15T03:28:01.039Z Compiling pest_meta v2.8.6
5132026-09-15T03:28:01.126Z Compiling num-traits v0.2.19
5142026-09-15T03:28:01.993Z Compiling byteorder v1.5.0
5152026-09-15T03:28:02.145Z Compiling cfg-if v1.0.4
5162026-09-15T03:28:02.203Z Compiling regex-automata v0.4.14
5172026-09-15T03:28:02.206Z Compiling itoa v1.0.17
5182026-09-15T03:28:02.300Z Compiling usdt-impl v0.5.0
5192026-09-15T03:28:02.789Z Compiling num-integer v0.1.46
5202026-09-15T03:28:02.947Z Compiling pest_generator v2.8.6
5212026-09-15T03:28:03.028Z Compiling errno v0.3.14
5222026-09-15T03:28:03.055Z Compiling thread-id v4.2.2
5232026-09-15T03:28:03.132Z Compiling bitflags v2.11.0
5242026-09-15T03:28:03.155Z Compiling plain v0.2.3
5252026-09-15T03:28:03.277Z Compiling log v0.4.29
5262026-09-15T03:28:03.797Z Compiling fastrand v2.3.0
5272026-09-15T03:28:03.920Z Compiling regex v1.12.4
5282026-09-15T03:28:04.019Z Compiling once_cell v1.21.3
5292026-09-15T03:28:04.086Z Compiling serde_derive v1.0.228
5302026-09-15T03:28:04.212Z Compiling thiserror-impl v1.0.69
5312026-09-15T03:28:04.336Z Compiling zerocopy-derive v0.7.35
5322026-09-15T03:28:04.356Z Compiling pest_derive v2.8.6
5332026-09-15T03:28:04.766Z Compiling scroll_derive v0.12.1
5342026-09-15T03:28:04.877Z Compiling radium v0.7.0
5352026-09-15T03:28:05.179Z Compiling no-std-net v0.6.0
5362026-09-15T03:28:05.209Z Compiling zerocopy v0.7.35
5372026-09-15T03:28:05.252Z Compiling colored v3.1.1
5382026-09-15T03:28:05.494Z Compiling scroll v0.12.0
5392026-09-15T03:28:05.500Z Compiling dtrace-parser v0.2.0
5402026-09-15T03:28:05.747Z Compiling goblin v0.8.2
5412026-09-15T03:28:05.781Z Compiling pretty-hex v0.4.1
5422026-09-15T03:28:05.926Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5432026-09-15T03:28:06.049Z Compiling pnet_base v0.35.0
5442026-09-15T03:28:06.105Z Compiling tempfile v3.27.0
5452026-09-15T03:28:06.403Z Compiling getrandom v0.3.4
5462026-09-15T03:28:06.416Z Compiling zerocopy v0.8.40
5472026-09-15T03:28:06.738Z Compiling tap v1.0.1
5482026-09-15T03:28:06.842Z Compiling wyz v0.5.1
5492026-09-15T03:28:06.967Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5502026-09-15T03:28:07.029Z Compiling num-iter v0.1.45
5512026-09-15T03:28:07.136Z Compiling memmap v0.7.0
5522026-09-15T03:28:07.240Z Compiling anyhow v1.0.102
5532026-09-15T03:28:07.316Z Compiling serde_tokenstream v0.2.3
5542026-09-15T03:28:07.354Z Compiling dof v0.3.0
5552026-09-15T03:28:07.443Z Compiling num-bigint v0.4.6
5562026-09-15T03:28:07.565Z Compiling num-complex v0.4.6
5572026-09-15T03:28:07.697Z Compiling funty v2.0.0
5582026-09-15T03:28:08.053Z Compiling bitvec v1.1.1
5592026-09-15T03:28:08.101Z Compiling usdt-attr-macro v0.5.0
5602026-09-15T03:28:08.194Z Compiling usdt-macro v0.5.0
5612026-09-15T03:28:08.663Z Compiling num-rational v0.4.2
5622026-09-15T03:28:09.055Z Compiling num v0.4.3
5632026-09-15T03:28:09.934Z Compiling usdt v0.5.0
5642026-09-15T03:28:10.222Z Compiling pnet_macros_support v0.35.0
5652026-09-15T03:28:10.345Z Compiling pnet_macros v0.35.0
5662026-09-15T03:28:11.026Z Compiling pnet_sys v0.35.0
5672026-09-15T03:28:11.052Z Compiling utf8parse v0.2.2
5682026-09-15T03:28:11.222Z Compiling anstyle-parse v1.0.0
5692026-09-15T03:28:11.436Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5702026-09-15T03:28:11.474Z Compiling pnet_packet v0.35.0
5712026-09-15T03:28:12.433Z Compiling ppv-lite86 v0.2.21
5722026-09-15T03:28:12.485Z Compiling rand_core v0.9.5
5732026-09-15T03:28:13.170Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5742026-09-15T03:28:13.480Z Compiling ipnetwork v0.20.0
5752026-09-15T03:28:14.096Z Compiling colorchoice v1.0.4
5762026-09-15T03:28:14.109Z Compiling anstyle v1.0.14
5772026-09-15T03:28:14.207Z Compiling anstyle-query v1.1.5
5782026-09-15T03:28:14.376Z Compiling pnet v0.35.0
5792026-09-15T03:28:14.597Z Compiling is_terminal_polyfill v1.70.2
5802026-09-15T03:28:14.684Z Compiling anstream v1.0.0
5812026-09-15T03:28:15.548Z Compiling pnet_transport v0.35.0
5822026-09-15T03:28:15.885Z Compiling pnet_datalink v0.35.0
5832026-09-15T03:28:16.053Z Compiling rand_chacha v0.9.0
5842026-09-15T03:28:16.157Z Compiling syn v3.0.5
5852026-09-15T03:28:16.376Z Compiling strsim v0.11.1
5862026-09-15T03:28:16.562Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5872026-09-15T03:28:16.801Z Compiling clap_lex v1.0.0
5882026-09-15T03:28:17.149Z Compiling heck v0.5.0
5892026-09-15T03:28:17.218Z Compiling clap_builder v4.6.7
5902026-09-15T03:28:17.347Z Compiling rand v0.9.3
5912026-09-15T03:28:18.134Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5922026-09-15T03:28:18.310Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5932026-09-15T03:28:18.564Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5942026-09-15T03:28:19.097Z Compiling clap_derive v4.6.7
5952026-09-15T03:28:20.785Z Compiling clap v4.6.7
5962026-09-15T03:28:20.902Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5972026-09-15T03:28:22.168Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5982026-09-15T03:28:24.860Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5992026-09-15T03:28:31.701Z Finished `release` profile [optimized] target(s) in 32.44s
6002026-09-15T03:28:31.722Z
6012026-09-15T03:28:31.724Zreal 32.464845191
6022026-09-15T03:28:31.725Zuser 3:16.377675201
6032026-09-15T03:28:31.725Zsys 18.135077370
6042026-09-15T03:28:31.725Ztrap 0.110333380
6052026-09-15T03:28:31.725Ztflt 0.233661755
6062026-09-15T03:28:31.725Zdflt 0.264126793
6072026-09-15T03:28:31.725Zkflt 0.000030020
6082026-09-15T03:28:31.725Zlock 10:19.764163142
6092026-09-15T03:28:31.725Zslp 12:40.159580424
6102026-09-15T03:28:31.725Zlat 12.647112164
6112026-09-15T03:28:31.725Zstop 9.218926417
6122026-09-15T03:28:31.725Z+ for x in debug release
6132026-09-15T03:28:31.725Z+ mkdir -p /work/debug
6142026-09-15T03:28:31.725Z+ cp target/debug/x4c /work/debug/
6152026-09-15T03:28:31.751Z+ cp target/debug/libsidecar_lite.so /work/debug/
6162026-09-15T03:28:31.786Z+ for x in debug release
6172026-09-15T03:28:31.786Z+ mkdir -p /work/release
6182026-09-15T03:28:31.789Z+ cp target/release/x4c /work/release/
6192026-09-15T03:28:31.796Z+ cp target/release/libsidecar_lite.so /work/release/
6202026-09-15T03:28:31.806Z+ banner test
6212026-09-15T03:28:31.808Z
6222026-09-15T03:28:31.809Z ##### ###### #### #####
6232026-09-15T03:28:31.809Z # # # #
6242026-09-15T03:28:31.809Z # ##### #### #
6252026-09-15T03:28:31.809Z # # # #
6262026-09-15T03:28:31.809Z # # # # #
6272026-09-15T03:28:31.809Z # ###### #### #
6282026-09-15T03:28:31.809Z
6292026-09-15T03:28:31.809Z+ cargo test
6302026-09-15T03:28:31.880Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6312026-09-15T03:28:31.896Z Compiling libloading v0.9.0
6322026-09-15T03:28:31.898Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6332026-09-15T03:28:31.898Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6342026-09-15T03:28:31.898Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6352026-09-15T03:28:31.902Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6362026-09-15T03:28:32.084Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6372026-09-15T03:28:32.978Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6382026-09-15T03:28:32.978Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6392026-09-15T03:28:32.978Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6402026-09-15T03:28:33.255Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6412026-09-15T03:28:40.660Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.83s
6422026-09-15T03:28:40.770Z Running unittests src/lib.rs (target/debug/deps/p4-85be53bc186e4c60)
6432026-09-15T03:28:40.822Z
6442026-09-15T03:28:40.822Zrunning 0 tests
6452026-09-15T03:28:40.822Z
6462026-09-15T03:28:40.822Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6472026-09-15T03:28:40.822Z
6482026-09-15T03:28:40.822Z Running unittests src/lib.rs (target/debug/deps/p4_macro-7559636d1037bbb9)
6492026-09-15T03:28:40.822Z
6502026-09-15T03:28:40.823Zrunning 0 tests
6512026-09-15T03:28:40.823Z
6522026-09-15T03:28:40.823Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6532026-09-15T03:28:40.823Z
6542026-09-15T03:28:40.823Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-42b4ab9123dbb28b)
6552026-09-15T03:28:40.823Z
6562026-09-15T03:28:40.823Zrunning 0 tests
6572026-09-15T03:28:40.823Z
6582026-09-15T03:28:40.823Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6592026-09-15T03:28:40.823Z
6602026-09-15T03:28:40.823Z Running unittests src/lib.rs (target/debug/deps/p4_rust-682a88024cdd39f0)
6612026-09-15T03:28:40.823Z
6622026-09-15T03:28:40.823Zrunning 0 tests
6632026-09-15T03:28:40.823Z
6642026-09-15T03:28:40.823Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6652026-09-15T03:28:40.823Z
6662026-09-15T03:28:40.823Z Running unittests src/lib.rs (target/debug/deps/p4rs-71134c454596353c)
6672026-09-15T03:28:40.823Z
6682026-09-15T03:28:40.823Zrunning 15 tests
6692026-09-15T03:28:40.823Ztest bitmath::tests::bitmath_add_be ... ok
6702026-09-15T03:28:40.823Ztest bitmath::tests::bitmath_add_nest ... ok
6712026-09-15T03:28:40.823Ztest bitmath::tests::bitmath_add_cascade ... ok
6722026-09-15T03:28:40.823Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6732026-09-15T03:28:40.824Ztest bitmath::tests::bitmath_sub_be ... ok
6742026-09-15T03:28:40.824Ztest bitmath::tests::bitmath_mod ... ok
6752026-09-15T03:28:40.824Ztest bitmath::tests::bitmath_sub_le ... ok
6762026-09-15T03:28:40.824Ztest bitmath::tests::bitmath_add_le ... ok
6772026-09-15T03:28:40.824Ztest checksum::tests::udp_checksum ... ok
6782026-09-15T03:28:40.824Ztest table::tests::match_lpm_ternary_1 ... ok
6792026-09-15T03:28:40.824Ztest table::tests::match_lpm_ternary_range ... ok
6802026-09-15T03:28:40.824Ztest table::tests::match_lpm_1 ... ok
6812026-09-15T03:28:40.824Ztest table::tests::match_ternary_1 ... ok
6822026-09-15T03:28:40.824Ztest tests::bitvec_to_biguint_non_byte_aligned ... ok
6832026-09-15T03:28:40.824Ztest table::tests::match_with_action ... ok
6842026-09-15T03:28:40.824Z
6852026-09-15T03:28:40.824Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6862026-09-15T03:28:40.824Z
6872026-09-15T03:28:40.824Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-6b4b2d1351c9575d)
6882026-09-15T03:28:40.824Z
6892026-09-15T03:28:40.824Zrunning 0 tests
6902026-09-15T03:28:40.824Z
6912026-09-15T03:28:40.824Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6922026-09-15T03:28:40.824Z
6932026-09-15T03:28:40.824Z Running unittests src/lib.rs (target/debug/deps/tests-45eb331100058051)
6942026-09-15T03:28:40.824Z
6952026-09-15T03:28:40.825Zrunning 17 tests
6962026-09-15T03:28:40.825Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6972026-09-15T03:28:40.825Ztest headers::ipv6_header_read_write ... ok
6982026-09-15T03:28:40.825Ztest dload::pipeline_create ... ok
6992026-09-15T03:28:40.825Ztest ipv6::test_ipv6_parse ... ok
7002026-09-15T03:28:40.825Ztest dload::dynamic_load ... ok
7012026-09-15T03:28:40.825Ztest decap::geneve_decap ... ok
7022026-09-15T03:28:40.825Ztest arithmetic::arithmetic ... ok
7032026-09-15T03:28:40.825Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
7042026-09-15T03:28:40.825Ztest hub::hub2 ... ok
7052026-09-15T03:28:40.825Ztest vlan::test_vlan_parse ... ok
7062026-09-15T03:28:40.825Ztest basic_router::basic_router2 ... ok
7072026-09-15T03:28:40.825Ztest disag_router::disag_router ... ok
7082026-09-15T03:28:40.825Ztest mac_rewrite::mac_rewrite2 ... ok
7092026-09-15T03:28:40.825Ztest dynamic_router::dynamic_router2 ... ok
7102026-09-15T03:28:40.825Ztest range::range ... ok
7112026-09-15T03:28:40.828Ztest vrf_router::vrf_router ... ok
7122026-09-15T03:28:40.828Ztest vlan_trunk::vlan_trunk ... ok
7132026-09-15T03:28:40.828Z
7142026-09-15T03:28:40.828Ztest result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
7152026-09-15T03:28:40.828Z
7162026-09-15T03:28:40.828Z Running unittests src/lib.rs (target/debug/deps/x4c-41ca0aacfd41348a)
7172026-09-15T03:28:40.828Z
7182026-09-15T03:28:40.828Zrunning 0 tests
7192026-09-15T03:28:40.828Z
7202026-09-15T03:28:40.828Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7212026-09-15T03:28:40.828Z
7222026-09-15T03:28:40.828Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-1a4965f11ad45f5e)
7232026-09-15T03:28:40.841Z
7242026-09-15T03:28:40.841Zrunning 0 tests
7252026-09-15T03:28:40.841Z
7262026-09-15T03:28:40.842Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7272026-09-15T03:28:40.842Z
7282026-09-15T03:28:40.842Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-225b85a6f8fe0178)
7292026-09-15T03:28:40.842Z
7302026-09-15T03:28:40.842Zrunning 0 tests
7312026-09-15T03:28:40.842Z
7322026-09-15T03:28:40.842Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7332026-09-15T03:28:40.842Z
7342026-09-15T03:28:40.842Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-2fe14b2d9fea3a6e)
7352026-09-15T03:28:40.842Z
7362026-09-15T03:28:40.842Zrunning 0 tests
7372026-09-15T03:28:40.842Z
7382026-09-15T03:28:40.842Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7392026-09-15T03:28:40.842Z
7402026-09-15T03:28:40.842Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7412026-09-15T03:28:40.842Z
7422026-09-15T03:28:40.842Zrunning 0 tests
7432026-09-15T03:28:40.842Z
7442026-09-15T03:28:40.842Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7452026-09-15T03:28:40.842Z
7462026-09-15T03:28:40.842Z Doc-tests p4
7472026-09-15T03:28:40.943Z
7482026-09-15T03:28:40.944Zrunning 0 tests
7492026-09-15T03:28:40.944Z
7502026-09-15T03:28:40.944Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7512026-09-15T03:28:40.944Z
7522026-09-15T03:28:40.962Z Doc-tests p4_macro
7532026-09-15T03:28:40.962Z
7542026-09-15T03:28:40.962Zrunning 2 tests
7552026-09-15T03:28:40.962Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7562026-09-15T03:28:40.962Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7572026-09-15T03:28:40.963Z
7582026-09-15T03:28:40.963Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7592026-09-15T03:28:40.963Z
7602026-09-15T03:28:40.963Z Doc-tests p4_rust
7612026-09-15T03:28:41.095Z
7622026-09-15T03:28:41.095Zrunning 0 tests
7632026-09-15T03:28:41.096Z
7642026-09-15T03:28:41.096Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7652026-09-15T03:28:41.096Z
7662026-09-15T03:28:41.107Z Doc-tests p4rs
7672026-09-15T03:28:41.188Z
7682026-09-15T03:28:41.188Zrunning 1 test
7692026-09-15T03:28:41.993Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7702026-09-15T03:28:41.993Z
7712026-09-15T03:28:41.993Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.81s
7722026-09-15T03:28:41.993Z
7732026-09-15T03:28:42.006Z Doc-tests tests
7742026-09-15T03:28:42.064Z
7752026-09-15T03:28:42.064Zrunning 0 tests
7762026-09-15T03:28:42.064Z
7772026-09-15T03:28:42.064Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7782026-09-15T03:28:42.064Z
7792026-09-15T03:28:42.073Z Doc-tests x4c
7802026-09-15T03:28:42.116Z
7812026-09-15T03:28:42.116Zrunning 0 tests
7822026-09-15T03:28:42.116Z
7832026-09-15T03:28:42.116Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7842026-09-15T03:28:42.116Z
7852026-09-15T03:28:42.121Z Doc-tests x4c_error_codes
7862026-09-15T03:28:42.150Z
7872026-09-15T03:28:42.150Zrunning 0 tests
7882026-09-15T03:28:42.150Z
7892026-09-15T03:28:42.155Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7902026-09-15T03:28:42.155Z
7912026-09-15T03:28:42.159Z+ pushd test
7922026-09-15T03:28:42.159Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7932026-09-15T03:28:42.159Z+ banner 'mac rewr'
7942026-09-15T03:28:42.162Z
7952026-09-15T03:28:42.162Z # # ## #### ##### ###### # # #####
7962026-09-15T03:28:42.162Z ## ## # # # # # # # # # # #
7972026-09-15T03:28:42.162Z # ## # # # # # # ##### # # # #
7982026-09-15T03:28:42.162Z # # ###### # ##### # # ## # #####
7992026-09-15T03:28:42.163Z # # # # # # # # # ## ## # #
8002026-09-15T03:28:42.163Z # # # # #### # # ###### # # # #
8012026-09-15T03:28:42.163Z
8022026-09-15T03:28:42.163Z+ RUST_BACKTRACE=1
8032026-09-15T03:28:42.164Z+ cargo test mac_rewrite -- --nocapture
8042026-09-15T03:28:42.261Z Compiling aho-corasick v1.1.4
8052026-09-15T03:28:42.273Z Compiling rustix v1.1.4
8062026-09-15T03:28:42.284Z Compiling getrandom v0.4.1
8072026-09-15T03:28:42.284Z Compiling errno v0.3.14
8082026-09-15T03:28:42.284Z Compiling prettyplease v0.2.37
8092026-09-15T03:28:42.966Z Compiling regex-automata v0.4.14
8102026-09-15T03:28:43.005Z Compiling tempfile v3.27.0
8112026-09-15T03:28:44.348Z Compiling regex v1.12.4
8122026-09-15T03:28:44.596Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
8132026-09-15T03:28:44.661Z Compiling pnet_macros v0.35.0
8142026-09-15T03:28:45.285Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
8152026-09-15T03:28:45.660Z Compiling pnet_packet v0.35.0
8162026-09-15T03:28:46.120Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
8172026-09-15T03:28:48.057Z Compiling pnet_transport v0.35.0
8182026-09-15T03:28:48.073Z Compiling pnet v0.35.0
8192026-09-15T03:28:48.073Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8202026-09-15T03:28:55.088Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.86s
8212026-09-15T03:28:55.093Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8222026-09-15T03:28:55.093Z
8232026-09-15T03:28:55.093Zrunning 1 test
8242026-09-15T03:28:55.094Z[phy2] do you know the muffin man?
8252026-09-15T03:28:55.094Z[cpu] the muffin man?
8262026-09-15T03:28:55.094Z[cpu] the muffin man!
8272026-09-15T03:28:55.094Z[cpu] why yes
8282026-09-15T03:28:55.094Z[phy1] i know the muffin man
8292026-09-15T03:28:55.094Z[phy3] the muffin man is me!!!
8302026-09-15T03:28:55.094Ztest mac_rewrite::mac_rewrite2 ... ok
8312026-09-15T03:28:55.094Z
8322026-09-15T03:28:55.094Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 16 filtered out; finished in 0.01s
8332026-09-15T03:28:55.094Z
8342026-09-15T03:28:55.094Z+ banner 'dyn load'
8352026-09-15T03:28:55.094Z
8362026-09-15T03:28:55.094Z ##### # # # # # #### ## #####
8372026-09-15T03:28:55.094Z # # # # ## # # # # # # # #
8382026-09-15T03:28:55.094Z # # # # # # # # # # # # #
8392026-09-15T03:28:55.094Z # # # # # # # # # ###### # #
8402026-09-15T03:28:55.094Z # # # # ## # # # # # # #
8412026-09-15T03:28:55.094Z ##### # # # ###### #### # # #####
8422026-09-15T03:28:55.094Z
8432026-09-15T03:28:55.094Z+ RUST_BACKTRACE=1
8442026-09-15T03:28:55.094Z+ cargo test dload -- --nocapture
8452026-09-15T03:28:55.161Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8462026-09-15T03:28:55.167Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8472026-09-15T03:28:55.167Z
8482026-09-15T03:28:55.167Zrunning 2 tests
8492026-09-15T03:28:55.179Ztest dload::pipeline_create ... ok
8502026-09-15T03:28:55.179Ztest dload::dynamic_load ... ok
8512026-09-15T03:28:55.179Z
8522026-09-15T03:28:55.179Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 15 filtered out; finished in 0.01s
8532026-09-15T03:28:55.179Z
8542026-09-15T03:28:55.183Z+ banner disag
8552026-09-15T03:28:55.183Z
8562026-09-15T03:28:55.183Z ##### # #### ## ####
8572026-09-15T03:28:55.183Z # # # # # # # #
8582026-09-15T03:28:55.183Z # # # #### # # #
8592026-09-15T03:28:55.183Z # # # # ###### # ###
8602026-09-15T03:28:55.183Z # # # # # # # # #
8612026-09-15T03:28:55.183Z ##### # #### # # ####
8622026-09-15T03:28:55.183Z
8632026-09-15T03:28:55.183Z+ RUST_BACKTRACE=1
8642026-09-15T03:28:55.184Z+ cargo test disag_router -- --nocapture
8652026-09-15T03:28:55.261Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8662026-09-15T03:28:55.267Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8672026-09-15T03:28:55.270Z
8682026-09-15T03:28:55.270Zrunning 1 test
8692026-09-15T03:28:55.274Z[phy2] do you know the muffin man?
8702026-09-15T03:28:55.274Z[cpu] the muffin man?
8712026-09-15T03:28:55.274Z[cpu] the muffin man!
8722026-09-15T03:28:55.274Z[cpu] why yes
8732026-09-15T03:28:55.274Z[phy1] i know the muffin man
8742026-09-15T03:28:55.274Z[phy3] the muffin man is me!!!
8752026-09-15T03:28:55.274Ztest disag_router::disag_router ... ok
8762026-09-15T03:28:55.274Z
8772026-09-15T03:28:55.275Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 16 filtered out; finished in 0.01s
8782026-09-15T03:28:55.275Z
8792026-09-15T03:28:55.279Z+ banner 'dyn rtr'
8802026-09-15T03:28:55.284Z
8812026-09-15T03:28:55.284Z ##### # # # # ##### ##### #####
8822026-09-15T03:28:55.284Z # # # # ## # # # # # #
8832026-09-15T03:28:55.284Z # # # # # # # # # # #
8842026-09-15T03:28:55.284Z # # # # # # ##### # #####
8852026-09-15T03:28:55.284Z # # # # ## # # # # #
8862026-09-15T03:28:55.284Z ##### # # # # # # # #
8872026-09-15T03:28:55.284Z
8882026-09-15T03:28:55.284Z+ RUST_BACKTRACE=1
8892026-09-15T03:28:55.284Z+ cargo test dynamic_router -- --nocapture
8902026-09-15T03:28:55.370Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8912026-09-15T03:28:55.373Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
8922026-09-15T03:28:55.373Z
8932026-09-15T03:28:55.373Zrunning 1 test
8942026-09-15T03:28:55.379Z[phy2] do you know the muffin man?
8952026-09-15T03:28:55.382Z[cpu] the muffin man?
8962026-09-15T03:28:55.382Z[cpu] the muffin man!
8972026-09-15T03:28:55.382Z[cpu] why yes
8982026-09-15T03:28:55.382Z[phy1] i know the muffin man
8992026-09-15T03:28:55.382Z[phy3] the muffin man is me!!!
9002026-09-15T03:28:55.382Ztest dynamic_router::dynamic_router2 ... ok
9012026-09-15T03:28:55.382Z
9022026-09-15T03:28:55.382Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 16 filtered out; finished in 0.01s
9032026-09-15T03:28:55.383Z
9042026-09-15T03:28:55.386Z+ banner hub
9052026-09-15T03:28:55.389Z
9062026-09-15T03:28:55.389Z # # # # #####
9072026-09-15T03:28:55.389Z # # # # # #
9082026-09-15T03:28:55.390Z ###### # # #####
9092026-09-15T03:28:55.390Z # # # # # #
9102026-09-15T03:28:55.390Z # # # # # #
9112026-09-15T03:28:55.390Z # # #### #####
9122026-09-15T03:28:55.390Z
9132026-09-15T03:28:55.390Z+ RUST_BACKTRACE=1
9142026-09-15T03:28:55.390Z+ cargo test hub -- --nocapture
9152026-09-15T03:28:55.479Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9162026-09-15T03:28:55.482Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9172026-09-15T03:28:55.482Z
9182026-09-15T03:28:55.482Zrunning 1 test
9192026-09-15T03:28:55.487Z[phy2] do you know the muffin man?
9202026-09-15T03:28:55.487Z[phy3] do you know the muffin man?
9212026-09-15T03:28:55.491Z[phy1] the muffin man?
9222026-09-15T03:28:55.491Z[phy3] the muffin man?
9232026-09-15T03:28:55.491Z[phy2] the muffin man!
9242026-09-15T03:28:55.492Z[phy3] the muffin man!
9252026-09-15T03:28:55.492Z[phy1] why yes
9262026-09-15T03:28:55.492Z[phy1] i know the muffin man
9272026-09-15T03:28:55.492Z[phy1] the muffin man is me!!!
9282026-09-15T03:28:55.492Z[phy3] why yes
9292026-09-15T03:28:55.492Z[phy3] i know the muffin man
9302026-09-15T03:28:55.492Z[phy3] the muffin man is me!!!
9312026-09-15T03:28:55.492Ztest hub::hub2 ... ok
9322026-09-15T03:28:55.492Z
9332026-09-15T03:28:55.492Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 16 filtered out; finished in 0.01s
9342026-09-15T03:28:55.492Z
9352026-09-15T03:28:55.499Z+ banner router
9362026-09-15T03:28:55.499Z
9372026-09-15T03:28:55.499Z ##### #### # # ##### ###### #####
9382026-09-15T03:28:55.499Z # # # # # # # # # #
9392026-09-15T03:28:55.500Z # # # # # # # ##### # #
9402026-09-15T03:28:55.500Z ##### # # # # # # #####
9412026-09-15T03:28:55.500Z # # # # # # # # # #
9422026-09-15T03:28:55.500Z # # #### #### # ###### # #
9432026-09-15T03:28:55.500Z
9442026-09-15T03:28:55.500Z+ RUST_BACKTRACE=1
9452026-09-15T03:28:55.500Z+ cargo test basic_router -- --nocapture
9462026-09-15T03:28:55.586Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9472026-09-15T03:28:55.600Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9482026-09-15T03:28:55.600Z
9492026-09-15T03:28:55.600Zrunning 1 test
9502026-09-15T03:28:55.606Z[phy2] do you know the muffin man?
9512026-09-15T03:28:55.606Z[phy1] the muffin man?
9522026-09-15T03:28:55.607Z[phy2] the muffin man!
9532026-09-15T03:28:55.607Z[phy1] why yes
9542026-09-15T03:28:55.607Z[phy1] i know the muffin man
9552026-09-15T03:28:55.607Z[phy1] the muffin man is me!!!
9562026-09-15T03:28:55.607Ztest basic_router::basic_router2 ... ok
9572026-09-15T03:28:55.607Z
9582026-09-15T03:28:55.607Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 16 filtered out; finished in 0.01s
9592026-09-15T03:28:55.608Z
9602026-09-15T03:28:55.608Z+ banner headers
9612026-09-15T03:28:55.608Z
9622026-09-15T03:28:55.608Z # # ###### ## ##### ###### ##### ####
9632026-09-15T03:28:55.608Z # # # # # # # # # # #
9642026-09-15T03:28:55.608Z ###### ##### # # # # ##### # # ####
9652026-09-15T03:28:55.608Z # # # ###### # # # ##### #
9662026-09-15T03:28:55.608Z # # # # # # # # # # # #
9672026-09-15T03:28:55.608Z # # ###### # # ##### ###### # # ####
9682026-09-15T03:28:55.608Z
9692026-09-15T03:28:55.608Z+ RUST_BACKTRACE=1
9702026-09-15T03:28:55.608Z+ cargo test headers -- --nocapture
9712026-09-15T03:28:55.703Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9722026-09-15T03:28:55.707Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8)
9732026-09-15T03:28:55.707Z
9742026-09-15T03:28:55.707Zrunning 1 test
9752026-09-15T03:28:55.707Ztest headers::ipv6_header_read_write ... ok
9762026-09-15T03:28:55.707Z
9772026-09-15T03:28:55.707Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 16 filtered out; finished in 0.00s
9782026-09-15T03:28:55.707Z
9792026-09-15T03:28:55.707Zprocess exited: duration 109333 ms, exit code 0
 
9802026-09-15T03:28:55.757Zfound 4 output files
9812026-09-15T03:28:55.757Zuploading: /work/debug/libsidecar_lite.so (43100368 bytes)
9822026-09-15T03:28:57.951Zuploaded: /work/debug/libsidecar_lite.so
9832026-09-15T03:28:57.951Zuploading: /work/debug/x4c (37733648 bytes)
9842026-09-15T03:29:00.057Zuploaded: /work/debug/x4c
9852026-09-15T03:29:00.057Zuploading: /work/release/libsidecar_lite.so (9931344 bytes)
9862026-09-15T03:29:01.197Zuploaded: /work/release/libsidecar_lite.so
9872026-09-15T03:29:01.198Zuploading: /work/release/x4c (8658960 bytes)
9882026-09-15T03:29:02.346Zuploaded: /work/release/x4c