01KVBWYPK4TFDRZX7PH5T2K01D: 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: 01KVBWZ5DDGTE2T7838MCT9SCH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-17T23:00:18.784Zjob assigned to worker 01KVBWZ6PG5WNKANEAS22MVYYZ [factory aws, i-00a95f460b933ff6e] (queued for 52 s)
 
22026-06-17T23:00:25.294Zstarting task 0: "setup"
32026-06-17T23:00:25.297Z++ uname -s
42026-06-17T23:00:25.300Z+ kern=SunOS
52026-06-17T23:00:25.300Z+ build_user=build
62026-06-17T23:00:25.300Z+ build_uid=12345
72026-06-17T23:00:25.300Z+ work_dir=/work
82026-06-17T23:00:25.300Z+ input_dir=/input
92026-06-17T23:00:25.300Z+ [[ 0 == 12345 ]]
102026-06-17T23:00:25.300Z+ case "$kern" in
112026-06-17T23:00:25.300Z+ groupadd -g 12345 build
122026-06-17T23:00:25.302Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-17T23:00:27.306Z+ zfs create -o mountpoint=/work rpool/work
142026-06-17T23:00:27.374Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-17T23:00:27.377Z+ home_fs=zfs
162026-06-17T23:00:27.377Z+ [[ zfs == autofs ]]
172026-06-17T23:00:27.377Z+ mkdir -p /home/build
182026-06-17T23:00:27.377Z+ chown build:build /home/build /work
192026-06-17T23:00:29.378Z+ chmod 0700 /home/build /work
202026-06-17T23:00:29.382Zprocess exited: duration 4088 ms, exit code 0
 
212026-06-17T23:00:29.387Zstarting task 1: "rust-toolchain"
222026-06-17T23:00:29.391Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-17T23:00:29.391Z * rust toolchain channel = "stable"
242026-06-17T23:00:29.391Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-17T23:00:29.391Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-17T23:00:29.391Z * rust toolchain profile = "default"
272026-06-17T23:00:29.391Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-17T23:00:29.396Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-17T23:00:29.396Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-17T23:00:29.516Zinfo: downloading installer
312026-06-17T23:00:30.940Zwarn: It looks like you have an existing installation of Rust at:
322026-06-17T23:00:30.940Zwarn: /opt/ooce/bin
332026-06-17T23:00:30.941Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-17T23:00:30.941Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-17T23:00:30.941Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-17T23:00:30.941Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-17T23:00:30.941Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-17T23:00:30.941Zerror: cannot install while Rust is installed
392026-06-17T23:00:30.941Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-17T23:00:30.941Zwarn: It looks like you have an existing rustup settings file at:
412026-06-17T23:00:30.941Zwarn: /home/build/.rustup/settings.toml
422026-06-17T23:00:30.941Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-17T23:00:30.941Zwarn: instead of the one inferred from the default host triple.
442026-06-17T23:00:30.954Zinfo: profile set to default
452026-06-17T23:00:30.954Zinfo: default host triple is x86_64-unknown-illumos
462026-06-17T23:00:30.957Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-17T23:00:31.095Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-17T23:00:31.098Zinfo: downloading 6 components
492026-06-17T23:00:46.349Z
502026-06-17T23:00:46.349Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-17T23:00:46.378Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-17T23:00:46.378Z
532026-06-17T23:00:46.380Z
542026-06-17T23:00:46.380ZRust is installed now. Great!
552026-06-17T23:00:46.381Z
562026-06-17T23:00:46.381ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-17T23:00:46.381Zenvironment variable. This has not been done automatically.
582026-06-17T23:00:46.381Z
592026-06-17T23:00:46.381ZTo configure your current shell, you need to source
602026-06-17T23:00:46.381Zthe corresponding env file under $HOME/.cargo.
612026-06-17T23:00:46.381Z
622026-06-17T23:00:46.381ZThis is usually done by running one of the following (note the leading DOT):
632026-06-17T23:00:46.381Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-17T23:00:46.381Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-17T23:00:46.381Zsource "~/.cargo/env.nu" # For nushell
662026-06-17T23:00:46.382Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-17T23:00:46.382Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-17T23:00:46.382Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-17T23:00:46.382Zwarn: no default linker (`cc`) was found in your PATH
702026-06-17T23:00:46.382Zwarn: many Rust crates require a system C toolchain to build
712026-06-17T23:00:46.479Z+ rustup --version
722026-06-17T23:00:46.488Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-17T23:00:46.491Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-17T23:00:46.509Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-17T23:00:46.512Z+ cargo --version
762026-06-17T23:00:46.525Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-17T23:00:46.528Z+ rustc --version
782026-06-17T23:00:46.547Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-17T23:00:46.550Zprocess exited: duration 17161 ms, exit code 0
 
802026-06-17T23:00:46.555Zstarting task 2: "authentication"
812026-06-17T23:00:46.571Zprocess exited: duration 15 ms, exit code 0
 
822026-06-17T23:00:46.577Zstarting task 3: "clone repository"
832026-06-17T23:00:46.580Z+ mkdir -p /work/oxidecomputer/p4
842026-06-17T23:00:46.582Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-06-17T23:00:46.621ZCloning into '/work/oxidecomputer/p4'...
862026-06-17T23:00:47.714Z+ cd /work/oxidecomputer/p4
872026-06-17T23:00:47.714Z+ git fetch origin 760783042bd6f4eb27865b0a01a4b2128ec4eadb
882026-06-17T23:00:48.086ZFrom https://github.com/oxidecomputer/p4
892026-06-17T23:00:48.086Z * branch 760783042bd6f4eb27865b0a01a4b2128ec4eadb -> FETCH_HEAD
902026-06-17T23:00:48.091Z+ [[ -n trey/formatters ]]
912026-06-17T23:00:48.094Z++ git branch --show-current
922026-06-17T23:00:48.094Z+ current=main
932026-06-17T23:00:48.094Z+ [[ main != trey/formatters ]]
942026-06-17T23:00:48.094Z+ git branch -f trey/formatters 760783042bd6f4eb27865b0a01a4b2128ec4eadb
952026-06-17T23:00:48.097Z+ git checkout -f trey/formatters
962026-06-17T23:00:48.103ZSwitched to branch 'trey/formatters'
972026-06-17T23:00:48.106Z+ git reset --hard 760783042bd6f4eb27865b0a01a4b2128ec4eadb
982026-06-17T23:00:48.111ZHEAD is now at 7607830 clippy make happy
992026-06-17T23:00:48.113Zprocess exited: duration 1534 ms, exit code 0
 
1002026-06-17T23:00:48.119Zstarting task 4: "build"
1012026-06-17T23:00:48.123Z+ cargo --version
1022026-06-17T23:00:48.128Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-06-17T23:00:48.287Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-06-17T23:00:48.290Zinfo: downloading 6 components
1052026-06-17T23:01:03.537Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-06-17T23:01:03.540Z+ rustc --version
1072026-06-17T23:01:03.569Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-06-17T23:01:03.573Z+ banner check
1092026-06-17T23:01:03.576Z
1102026-06-17T23:01:03.576Z #### # # ###### #### # #
1112026-06-17T23:01:03.576Z # # # # # # # # #
1122026-06-17T23:01:03.576Z # ###### ##### # ####
1132026-06-17T23:01:03.576Z # # # # # # #
1142026-06-17T23:01:03.576Z # # # # # # # # #
1152026-06-17T23:01:03.576Z #### # # ###### #### # #
1162026-06-17T23:01:03.576Z
1172026-06-17T23:01:03.576Z+ cargo fmt -- --check
1182026-06-17T23:01:03.720Z+ cargo check
1192026-06-17T23:01:03.787Z Updating crates.io index
1202026-06-17T23:01:03.791Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-06-17T23:01:04.112ZFrom https://github.com/oxidecomputer/xfr
1222026-06-17T23:01:04.112Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-06-17T23:01:05.051Z Downloading crates ...
1242026-06-17T23:01:05.110Z Downloaded generic-array v0.14.7
1252026-06-17T23:01:05.113Z Downloaded clap_lex v1.0.0
1262026-06-17T23:01:05.118Z Downloaded errno v0.3.14
1272026-06-17T23:01:05.126Z Downloaded colorchoice v1.0.4
1282026-06-17T23:01:05.129Z Downloaded dof v0.3.0
1292026-06-17T23:01:05.132Z Downloaded heck v0.5.0
1302026-06-17T23:01:05.132Z Downloaded cpufeatures v0.2.17
1312026-06-17T23:01:05.135Z Downloaded usdt v0.5.0
1322026-06-17T23:01:05.137Z Downloaded dtrace-parser v0.2.0
1332026-06-17T23:01:05.137Z Downloaded autocfg v1.5.0
1342026-06-17T23:01:05.140Z Downloaded fastrand v2.3.0
1352026-06-17T23:01:05.145Z Downloaded zmij v1.0.21
1362026-06-17T23:01:05.148Z Downloaded crypto-common v0.1.7
1372026-06-17T23:01:05.151Z Downloaded anstyle-parse v1.0.0
1382026-06-17T23:01:05.151Z Downloaded anstream v1.0.0
1392026-06-17T23:01:05.154Z Downloaded digest v0.10.7
1402026-06-17T23:01:05.156Z Downloaded serde_tokenstream v0.2.3
1412026-06-17T23:01:05.159Z Downloaded funty v2.0.0
1422026-06-17T23:01:05.161Z Downloaded zerocopy-derive v0.7.35
1432026-06-17T23:01:05.165Z Downloaded glob v0.3.3
1442026-06-17T23:01:05.167Z Downloaded pnet_macros_support v0.35.0
1452026-06-17T23:01:05.170Z Downloaded colored v3.1.1
1462026-06-17T23:01:05.174Z Downloaded zerocopy v0.8.40
1472026-06-17T23:01:05.180Z Downloaded clap_derive v4.6.1
1482026-06-17T23:01:05.183Z Downloaded clap v4.6.1
1492026-06-17T23:01:05.187Z Downloaded bitflags v2.11.0
1502026-06-17T23:01:05.191Z Downloaded itoa v1.0.17
1512026-06-17T23:01:05.233Z Downloaded num-integer v0.1.46
1522026-06-17T23:01:05.233Z Downloaded getrandom v0.4.1
1532026-06-17T23:01:05.233Z Downloaded ipnetwork v0.20.0
1542026-06-17T23:01:05.233Z Downloaded pnet_sys v0.35.0
1552026-06-17T23:01:05.233Z Downloaded pretty-hex v0.4.1
1562026-06-17T23:01:05.233Z Downloaded strsim v0.11.1
1572026-06-17T23:01:05.233Z Downloaded plain v0.2.3
1582026-06-17T23:01:05.233Z Downloaded is_terminal_polyfill v1.70.2
1592026-06-17T23:01:05.233Z Downloaded getrandom v0.3.4
1602026-06-17T23:01:05.233Z Downloaded pnet_packet v0.35.0
1612026-06-17T23:01:05.233Z Downloaded utf8parse v0.2.2
1622026-06-17T23:01:05.233Z Downloaded cfg-if v1.0.4
1632026-06-17T23:01:05.233Z Downloaded radium v0.7.0
1642026-06-17T23:01:05.237Z Downloaded memmap v0.7.0
1652026-06-17T23:01:05.237Z Downloaded block-buffer v0.10.4
1662026-06-17T23:01:05.240Z Downloaded scroll_derive v0.12.1
1672026-06-17T23:01:05.240Z Downloaded anstyle-query v1.1.5
1682026-06-17T23:01:05.246Z Downloaded num-iter v0.1.45
1692026-06-17T23:01:05.249Z Downloaded pnet_base v0.35.0
1702026-06-17T23:01:05.252Z Downloaded version_check v0.9.5
1712026-06-17T23:01:05.257Z Downloaded usdt-macro v0.5.0
1722026-06-17T23:01:05.259Z Downloaded thread-id v4.2.2
1732026-06-17T23:01:05.263Z Downloaded tap v1.0.1
1742026-06-17T23:01:05.269Z Downloaded num v0.4.3
1752026-06-17T23:01:05.274Z Downloaded byteorder v1.5.0
1762026-06-17T23:01:05.279Z Downloaded sha2 v0.10.9
1772026-06-17T23:01:05.279Z Downloaded pnet_datalink v0.35.0
1782026-06-17T23:01:05.282Z Downloaded scroll v0.12.0
1792026-06-17T23:01:05.282Z Downloaded usdt-attr-macro v0.5.0
1802026-06-17T23:01:05.282Z Downloaded no-std-net v0.6.0
1812026-06-17T23:01:05.282Z Downloaded pest_derive v2.8.6
1822026-06-17T23:01:05.284Z Downloaded quote v1.0.45
1832026-06-17T23:01:05.289Z Downloaded num-rational v0.4.2
1842026-06-17T23:01:05.293Z Downloaded num-complex v0.4.6
1852026-06-17T23:01:05.300Z Downloaded ppv-lite86 v0.2.21
1862026-06-17T23:01:05.300Z Downloaded pnet v0.35.0
1872026-06-17T23:01:05.303Z Downloaded thiserror v1.0.69
1882026-06-17T23:01:05.306Z Downloaded anstyle v1.0.13
1892026-06-17T23:01:05.306Z Downloaded pnet_transport v0.35.0
1902026-06-17T23:01:05.309Z Downloaded wyz v0.5.1
1912026-06-17T23:01:05.309Z Downloaded thiserror-impl v1.0.69
1922026-06-17T23:01:05.309Z Downloaded rand_core v0.9.5
1932026-06-17T23:01:05.309Z Downloaded rand_chacha v0.9.0
1942026-06-17T23:01:05.313Z Downloaded pnet_macros v0.35.0
1952026-06-17T23:01:05.343Z Downloaded once_cell v1.21.3
1962026-06-17T23:01:05.346Z Downloaded pest_generator v2.8.6
1972026-06-17T23:01:05.350Z Downloaded ucd-trie v0.1.7
1982026-06-17T23:01:05.360Z Downloaded tempfile v3.27.0
1992026-06-17T23:01:05.364Z Downloaded num-traits v0.2.19
2002026-06-17T23:01:05.369Z Downloaded anyhow v1.0.102
2012026-06-17T23:01:05.376Z Downloaded proc-macro2 v1.0.106
2022026-06-17T23:01:05.379Z Downloaded log v0.4.29
2032026-06-17T23:01:05.382Z Downloaded usdt-impl v0.5.0
2042026-06-17T23:01:05.382Z Downloaded serde_core v1.0.228
2052026-06-17T23:01:05.387Z Downloaded unicode-ident v1.0.24
2062026-06-17T23:01:05.402Z Downloaded typenum v1.19.0
2072026-06-17T23:01:05.407Z Downloaded serde_derive v1.0.228
2082026-06-17T23:01:05.410Z Downloaded prettyplease v0.2.37
2092026-06-17T23:01:05.429Z Downloaded pest_meta v2.8.6
2102026-06-17T23:01:05.432Z Downloaded memchr v2.8.0
2112026-06-17T23:01:05.450Z Downloaded serde v1.0.228
2122026-06-17T23:01:05.453Z Downloaded num-bigint v0.4.6
2132026-06-17T23:01:05.463Z Downloaded rand v0.9.3
2142026-06-17T23:01:05.466Z Downloaded clap_builder v4.6.0
2152026-06-17T23:01:05.474Z Downloaded pest v2.8.6
2162026-06-17T23:01:05.477Z Downloaded aho-corasick v1.1.4
2172026-06-17T23:01:05.490Z Downloaded goblin v0.8.2
2182026-06-17T23:01:05.493Z Downloaded regex v1.12.4
2192026-06-17T23:01:05.505Z Downloaded zerocopy v0.7.35
2202026-06-17T23:01:05.514Z Downloaded serde_json v1.0.149
2212026-06-17T23:01:05.518Z Downloaded bitvec v1.0.1
2222026-06-17T23:01:05.544Z Downloaded syn v2.0.118
2232026-06-17T23:01:05.579Z Downloaded regex-syntax v0.8.11
2242026-06-17T23:01:05.587Z Downloaded rustix v1.1.4
2252026-06-17T23:01:05.621Z Downloaded regex-automata v0.4.14
2262026-06-17T23:01:05.647Z Downloaded libc v0.2.182
2272026-06-17T23:01:05.716Z Compiling proc-macro2 v1.0.106
2282026-06-17T23:01:05.716Z Compiling quote v1.0.45
2292026-06-17T23:01:05.719Z Compiling unicode-ident v1.0.24
2302026-06-17T23:01:05.720Z Compiling libc v0.2.182
2312026-06-17T23:01:05.720Z Compiling serde_core v1.0.228
2322026-06-17T23:01:05.720Z Compiling memchr v2.8.0
2332026-06-17T23:01:05.720Z Compiling serde v1.0.228
2342026-06-17T23:01:05.868Z Compiling thiserror v1.0.69
2352026-06-17T23:01:06.150Z Compiling zmij v1.0.21
2362026-06-17T23:01:06.380Z Compiling ucd-trie v0.1.7
2372026-06-17T23:01:06.385Z Compiling getrandom v0.4.1
2382026-06-17T23:01:06.399Z Compiling rustix v1.1.4
2392026-06-17T23:01:06.572Z Compiling pest v2.8.6
2402026-06-17T23:01:06.598Z Compiling serde_json v1.0.149
2412026-06-17T23:01:06.660Z Compiling autocfg v1.5.0
2422026-06-17T23:01:06.844Z Compiling version_check v0.9.5
2432026-06-17T23:01:06.999Z Checking syn v2.0.118
2442026-06-17T23:01:07.007Z Compiling num-traits v0.2.19
2452026-06-17T23:01:07.095Z Compiling aho-corasick v1.1.4
2462026-06-17T23:01:07.115Z Compiling regex-syntax v0.8.11
2472026-06-17T23:01:07.239Z Compiling prettyplease v0.2.37
2482026-06-17T23:01:07.648Z Compiling pest_meta v2.8.6
2492026-06-17T23:01:07.822Z Checking cfg-if v1.0.4
2502026-06-17T23:01:08.143Z Compiling byteorder v1.5.0
2512026-06-17T23:01:08.366Z Compiling itoa v1.0.17
2522026-06-17T23:01:08.369Z Compiling usdt-impl v0.5.0
2532026-06-17T23:01:08.476Z Checking num-integer v0.1.46
2542026-06-17T23:01:08.587Z Compiling thread-id v4.2.2
2552026-06-17T23:01:08.628Z Compiling regex-automata v0.4.14
2562026-06-17T23:01:08.912Z Checking plain v0.2.3
2572026-06-17T23:01:08.962Z Checking colored v3.1.1
2582026-06-17T23:01:09.005Z Checking log v0.4.29
2592026-06-17T23:01:09.154Z Compiling errno v0.3.14
2602026-06-17T23:01:09.290Z Compiling radium v0.7.0
2612026-06-17T23:01:09.304Z Compiling bitflags v2.11.0
2622026-06-17T23:01:09.413Z Checking no-std-net v0.6.0
2632026-06-17T23:01:09.478Z Checking pretty-hex v0.4.1
2642026-06-17T23:01:09.542Z Checking pnet_base v0.35.0
2652026-06-17T23:01:09.656Z Compiling pest_generator v2.8.6
2662026-06-17T23:01:09.773Z Compiling getrandom v0.3.4
2672026-06-17T23:01:09.795Z Compiling once_cell v1.21.3
2682026-06-17T23:01:09.998Z Compiling zerocopy v0.8.40
2692026-06-17T23:01:10.029Z Compiling fastrand v2.3.0
2702026-06-17T23:01:10.110Z Checking tap v1.0.1
2712026-06-17T23:01:10.205Z Checking wyz v0.5.1
2722026-06-17T23:01:10.262Z Compiling tempfile v3.27.0
2732026-06-17T23:01:10.373Z Compiling regex v1.12.4
2742026-06-17T23:01:10.391Z Checking num-iter v0.1.45
2752026-06-17T23:01:10.427Z Checking memmap v0.7.0
2762026-06-17T23:01:10.549Z Compiling anyhow v1.0.102
2772026-06-17T23:01:10.599Z Checking funty v2.0.0
2782026-06-17T23:01:10.775Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2792026-06-17T23:01:10.874Z Compiling serde_derive v1.0.228
2802026-06-17T23:01:10.880Z Compiling thiserror-impl v1.0.69
2812026-06-17T23:01:10.915Z Compiling zerocopy-derive v0.7.35
2822026-06-17T23:01:10.935Z Compiling pest_derive v2.8.6
2832026-06-17T23:01:11.179Z Compiling scroll_derive v0.12.1
2842026-06-17T23:01:11.295Z Compiling pnet_macros v0.35.0
2852026-06-17T23:01:11.490Z Checking bitvec v1.0.1
2862026-06-17T23:01:11.815Z Compiling zerocopy v0.7.35
2872026-06-17T23:01:11.883Z Checking scroll v0.12.0
2882026-06-17T23:01:12.188Z Compiling dtrace-parser v0.2.0
2892026-06-17T23:01:12.200Z Checking goblin v0.8.2
2902026-06-17T23:01:12.408Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2912026-06-17T23:01:12.759Z Checking pnet_macros_support v0.35.0
2922026-06-17T23:01:12.815Z Checking pnet_sys v0.35.0
2932026-06-17T23:01:12.927Z Checking utf8parse v0.2.2
2942026-06-17T23:01:13.021Z Checking anstyle-parse v1.0.0
2952026-06-17T23:01:13.051Z Checking pnet_packet v0.35.0
2962026-06-17T23:01:13.167Z Checking rand_core v0.9.5
2972026-06-17T23:01:13.644Z Checking anstyle-query v1.1.5
2982026-06-17T23:01:13.724Z Checking colorchoice v1.0.4
2992026-06-17T23:01:13.810Z Compiling pnet v0.35.0
3002026-06-17T23:01:13.905Z Checking is_terminal_polyfill v1.70.2
3012026-06-17T23:01:13.986Z Checking anstyle v1.0.13
3022026-06-17T23:01:14.065Z Checking num-bigint v0.4.6
3032026-06-17T23:01:14.083Z Checking num-complex v0.4.6
3042026-06-17T23:01:14.163Z Compiling serde_tokenstream v0.2.3
3052026-06-17T23:01:14.179Z Compiling dof v0.3.0
3062026-06-17T23:01:14.196Z Checking ipnetwork v0.20.0
3072026-06-17T23:01:14.364Z Checking pnet_datalink v0.35.0
3082026-06-17T23:01:14.434Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3092026-06-17T23:01:14.560Z Checking anstream v1.0.0
3102026-06-17T23:01:14.751Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3112026-06-17T23:01:14.904Z Checking num-rational v0.4.2
3122026-06-17T23:01:14.947Z Compiling usdt-macro v0.5.0
3132026-06-17T23:01:15.015Z Compiling usdt-attr-macro v0.5.0
3142026-06-17T23:01:15.029Z Checking pnet_transport v0.35.0
3152026-06-17T23:01:15.107Z Checking strsim v0.11.1
3162026-06-17T23:01:15.173Z Checking clap_lex v1.0.0
3172026-06-17T23:01:15.190Z Checking num v0.4.3
3182026-06-17T23:01:15.255Z Compiling heck v0.5.0
3192026-06-17T23:01:15.291Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3202026-06-17T23:01:15.298Z Checking ppv-lite86 v0.2.21
3212026-06-17T23:01:15.317Z Checking clap_builder v4.6.0
3222026-06-17T23:01:15.322Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3232026-06-17T23:01:15.477Z Compiling clap_derive v4.6.1
3242026-06-17T23:01:15.483Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3252026-06-17T23:01:15.609Z Checking rand_chacha v0.9.0
3262026-06-17T23:01:15.639Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3272026-06-17T23:01:15.771Z Checking usdt v0.5.0
3282026-06-17T23:01:15.779Z Checking rand v0.9.3
3292026-06-17T23:01:15.909Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3302026-06-17T23:01:16.286Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3312026-06-17T23:01:16.838Z Checking clap v4.6.1
3322026-06-17T23:01:16.898Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3332026-06-17T23:01:17.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.39s
3342026-06-17T23:01:17.198Z+ cargo clippy --all-targets -- --deny warnings
3352026-06-17T23:01:17.320Z Downloading crates ...
3362026-06-17T23:01:17.380Z Downloaded libloading v0.9.0
3372026-06-17T23:01:17.429Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3382026-06-17T23:01:17.446Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3392026-06-17T23:01:17.453Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3402026-06-17T23:01:17.456Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3412026-06-17T23:01:17.456Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3422026-06-17T23:01:17.460Z Checking libloading v0.9.0
3432026-06-17T23:01:17.715Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3442026-06-17T23:01:18.245Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3452026-06-17T23:01:19.115Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3462026-06-17T23:01:19.115Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3472026-06-17T23:01:20.047Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3482026-06-17T23:01:25.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.86s
3492026-06-17T23:01:25.128Z+ banner build
3502026-06-17T23:01:25.131Z
3512026-06-17T23:01:25.131Z ##### # # # # #####
3522026-06-17T23:01:25.131Z # # # # # # # #
3532026-06-17T23:01:25.131Z ##### # # # # # #
3542026-06-17T23:01:25.131Z # # # # # # # #
3552026-06-17T23:01:25.131Z # # # # # # # #
3562026-06-17T23:01:25.131Z ##### #### # ###### #####
3572026-06-17T23:01:25.131Z
3582026-06-17T23:01:25.131Z+ ptime -m cargo build
3592026-06-17T23:01:25.265Z Compiling unicode-ident v1.0.24
3602026-06-17T23:01:25.265Z Compiling memchr v2.8.0
3612026-06-17T23:01:25.265Z Compiling ucd-trie v0.1.7
3622026-06-17T23:01:25.268Z Compiling regex-syntax v0.8.11
3632026-06-17T23:01:25.268Z Compiling libc v0.2.182
3642026-06-17T23:01:25.268Z Compiling serde_core v1.0.228
3652026-06-17T23:01:25.268Z Compiling cfg-if v1.0.4
3662026-06-17T23:01:25.289Z Compiling zmij v1.0.21
3672026-06-17T23:01:25.333Z Compiling byteorder v1.5.0
3682026-06-17T23:01:25.384Z Compiling proc-macro2 v1.0.106
3692026-06-17T23:01:25.548Z Compiling itoa v1.0.17
3702026-06-17T23:01:25.551Z Compiling num-traits v0.2.19
3712026-06-17T23:01:25.558Z Compiling errno v0.3.14
3722026-06-17T23:01:25.610Z Compiling thread-id v4.2.2
3732026-06-17T23:01:25.679Z Compiling aho-corasick v1.1.4
3742026-06-17T23:01:25.688Z Compiling pest v2.8.6
3752026-06-17T23:01:25.715Z Compiling bitflags v2.11.0
3762026-06-17T23:01:25.937Z Compiling quote v1.0.45
3772026-06-17T23:01:25.948Z Compiling rustix v1.1.4
3782026-06-17T23:01:26.105Z Compiling syn v2.0.118
3792026-06-17T23:01:26.164Z Compiling num-integer v0.1.46
3802026-06-17T23:01:26.231Z Compiling getrandom v0.4.1
3812026-06-17T23:01:26.364Z Compiling fastrand v2.3.0
3822026-06-17T23:01:26.482Z Compiling colored v3.1.1
3832026-06-17T23:01:26.623Z Compiling plain v0.2.3
3842026-06-17T23:01:26.722Z Compiling once_cell v1.21.3
3852026-06-17T23:01:26.857Z Compiling regex-automata v0.4.14
3862026-06-17T23:01:26.870Z Compiling pest_meta v2.8.6
3872026-06-17T23:01:26.925Z Compiling log v0.4.29
3882026-06-17T23:01:26.997Z Compiling serde_json v1.0.149
3892026-06-17T23:01:27.100Z Compiling tempfile v3.27.0
3902026-06-17T23:01:27.134Z Compiling pretty-hex v0.4.1
3912026-06-17T23:01:27.257Z Compiling no-std-net v0.6.0
3922026-06-17T23:01:27.322Z Compiling pnet_base v0.35.0
3932026-06-17T23:01:27.479Z Compiling tap v1.0.1
3942026-06-17T23:01:27.502Z Compiling radium v0.7.0
3952026-06-17T23:01:27.576Z Compiling wyz v0.5.1
3962026-06-17T23:01:27.688Z Compiling num-iter v0.1.45
3972026-06-17T23:01:27.756Z Compiling memmap v0.7.0
3982026-06-17T23:01:27.759Z Compiling funty v2.0.0
3992026-06-17T23:01:27.792Z Compiling zerocopy v0.8.40
4002026-06-17T23:01:27.929Z Compiling getrandom v0.3.4
4012026-06-17T23:01:27.996Z Compiling pnet_macros_support v0.35.0
4022026-06-17T23:01:28.092Z Compiling bitvec v1.0.1
4032026-06-17T23:01:28.101Z Compiling pnet_sys v0.35.0
4042026-06-17T23:01:28.131Z Compiling utf8parse v0.2.2
4052026-06-17T23:01:28.178Z Compiling rand_core v0.9.5
4062026-06-17T23:01:28.229Z Compiling anstyle-parse v1.0.0
4072026-06-17T23:01:28.279Z Compiling anyhow v1.0.102
4082026-06-17T23:01:28.401Z Compiling pest_generator v2.8.6
4092026-06-17T23:01:28.478Z Compiling prettyplease v0.2.37
4102026-06-17T23:01:28.478Z Compiling colorchoice v1.0.4
4112026-06-17T23:01:28.526Z Compiling anstyle v1.0.13
4122026-06-17T23:01:28.659Z Compiling regex v1.12.4
4132026-06-17T23:01:28.714Z Compiling is_terminal_polyfill v1.70.2
4142026-06-17T23:01:28.794Z Compiling anstyle-query v1.1.5
4152026-06-17T23:01:28.891Z Compiling anstream v1.0.0
4162026-06-17T23:01:29.006Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4172026-06-17T23:01:29.120Z Compiling clap_lex v1.0.0
4182026-06-17T23:01:29.207Z Compiling strsim v0.11.1
4192026-06-17T23:01:29.358Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4202026-06-17T23:01:29.408Z Compiling clap_builder v4.6.0
4212026-06-17T23:01:29.504Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4222026-06-17T23:01:29.857Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4232026-06-17T23:01:30.164Z Compiling serde_derive v1.0.228
4242026-06-17T23:01:30.167Z Compiling thiserror-impl v1.0.69
4252026-06-17T23:01:30.171Z Compiling zerocopy-derive v0.7.35
4262026-06-17T23:01:30.174Z Compiling pest_derive v2.8.6
4272026-06-17T23:01:30.487Z Compiling scroll_derive v0.12.1
4282026-06-17T23:01:30.806Z Compiling pnet_macros v0.35.0
4292026-06-17T23:01:30.889Z Compiling ppv-lite86 v0.2.21
4302026-06-17T23:01:31.237Z Compiling rand_chacha v0.9.0
4312026-06-17T23:01:31.240Z Compiling zerocopy v0.7.35
4322026-06-17T23:01:31.428Z Compiling scroll v0.12.0
4332026-06-17T23:01:31.560Z Compiling thiserror v1.0.69
4342026-06-17T23:01:31.571Z Compiling rand v0.9.3
4352026-06-17T23:01:31.650Z Compiling dtrace-parser v0.2.0
4362026-06-17T23:01:31.672Z Compiling goblin v0.8.2
4372026-06-17T23:01:31.682Z Compiling clap_derive v4.6.1
4382026-06-17T23:01:32.430Z Compiling pnet_packet v0.35.0
4392026-06-17T23:01:32.916Z Compiling serde v1.0.228
4402026-06-17T23:01:33.200Z Compiling clap v4.6.1
4412026-06-17T23:01:33.242Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4422026-06-17T23:01:33.303Z Compiling serde_tokenstream v0.2.3
4432026-06-17T23:01:33.303Z Compiling dof v0.3.0
4442026-06-17T23:01:33.303Z Compiling num-bigint v0.4.6
4452026-06-17T23:01:33.306Z Compiling num-complex v0.4.6
4462026-06-17T23:01:33.399Z Compiling ipnetwork v0.20.0
4472026-06-17T23:01:33.583Z Compiling usdt-impl v0.5.0
4482026-06-17T23:01:33.638Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4492026-06-17T23:01:33.674Z Compiling pnet_datalink v0.35.0
4502026-06-17T23:01:34.099Z Compiling usdt-macro v0.5.0
4512026-06-17T23:01:34.663Z Compiling num-rational v0.4.2
4522026-06-17T23:01:34.781Z Compiling usdt-attr-macro v0.5.0
4532026-06-17T23:01:35.023Z Compiling num v0.4.3
4542026-06-17T23:01:35.040Z Compiling pnet_transport v0.35.0
4552026-06-17T23:01:35.164Z Compiling pnet v0.35.0
4562026-06-17T23:01:35.646Z Compiling usdt v0.5.0
4572026-06-17T23:01:35.761Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4582026-06-17T23:01:36.121Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4592026-06-17T23:01:36.272Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4602026-06-17T23:01:36.272Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4612026-06-17T23:01:36.389Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4622026-06-17T23:01:39.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.93s
4632026-06-17T23:01:39.091Z
4642026-06-17T23:01:39.094Zreal 13.952946642
4652026-06-17T23:01:39.094Zuser 1:12.315453157
4662026-06-17T23:01:39.094Zsys 12.134357083
4672026-06-17T23:01:39.094Ztrap 0.038931457
4682026-06-17T23:01:39.094Ztflt 0.073870992
4692026-06-17T23:01:39.094Zdflt 0.089755407
4702026-06-17T23:01:39.094Zkflt 0.000013206
4712026-06-17T23:01:39.095Zlock 2:50.027198812
4722026-06-17T23:01:39.095Zslp 4:56.352137325
4732026-06-17T23:01:39.095Zlat 2.960291735
4742026-06-17T23:01:39.095Zstop 4.432216543
4752026-06-17T23:01:39.095Z+ ptime -m cargo build --release
4762026-06-17T23:01:39.170Z Compiling proc-macro2 v1.0.106
4772026-06-17T23:01:39.170Z Compiling quote v1.0.45
4782026-06-17T23:01:39.170Z Compiling unicode-ident v1.0.24
4792026-06-17T23:01:39.170Z Compiling libc v0.2.182
4802026-06-17T23:01:39.173Z Compiling serde_core v1.0.228
4812026-06-17T23:01:39.173Z Compiling memchr v2.8.0
4822026-06-17T23:01:39.173Z Compiling serde v1.0.228
4832026-06-17T23:01:39.174Z Compiling zmij v1.0.21
4842026-06-17T23:01:39.284Z Compiling thiserror v1.0.69
4852026-06-17T23:01:39.512Z Compiling ucd-trie v0.1.7
4862026-06-17T23:01:39.522Z Compiling rustix v1.1.4
4872026-06-17T23:01:39.716Z Compiling getrandom v0.4.1
4882026-06-17T23:01:39.720Z Compiling serde_json v1.0.149
4892026-06-17T23:01:39.863Z Compiling pest v2.8.6
4902026-06-17T23:01:39.952Z Compiling aho-corasick v1.1.4
4912026-06-17T23:01:40.009Z Compiling version_check v0.9.5
4922026-06-17T23:01:40.266Z Compiling prettyplease v0.2.37
4932026-06-17T23:01:40.415Z Compiling regex-syntax v0.8.11
4942026-06-17T23:01:40.495Z Compiling syn v2.0.118
4952026-06-17T23:01:40.511Z Compiling autocfg v1.5.0
4962026-06-17T23:01:40.851Z Compiling num-traits v0.2.19
4972026-06-17T23:01:41.080Z Compiling pest_meta v2.8.6
4982026-06-17T23:01:41.833Z Compiling itoa v1.0.17
4992026-06-17T23:01:41.964Z Compiling cfg-if v1.0.4
5002026-06-17T23:01:42.001Z Compiling regex-automata v0.4.14
5012026-06-17T23:01:42.026Z Compiling byteorder v1.5.0
5022026-06-17T23:01:42.359Z Compiling usdt-impl v0.5.0
5032026-06-17T23:01:42.650Z Compiling num-integer v0.1.46
5042026-06-17T23:01:42.732Z Compiling thread-id v4.2.2
5052026-06-17T23:01:42.807Z Compiling errno v0.3.14
5062026-06-17T23:01:42.943Z Compiling pest_generator v2.8.6
5072026-06-17T23:01:43.149Z Compiling log v0.4.29
5082026-06-17T23:01:43.172Z Compiling plain v0.2.3
5092026-06-17T23:01:43.275Z Compiling bitflags v2.11.0
5102026-06-17T23:01:43.697Z Compiling colored v3.1.1
5112026-06-17T23:01:43.869Z Compiling regex v1.12.4
5122026-06-17T23:01:43.994Z Compiling radium v0.7.0
5132026-06-17T23:01:44.122Z Compiling serde_derive v1.0.228
5142026-06-17T23:01:44.221Z Compiling thiserror-impl v1.0.69
5152026-06-17T23:01:44.246Z Compiling zerocopy-derive v0.7.35
5162026-06-17T23:01:44.278Z Compiling pest_derive v2.8.6
5172026-06-17T23:01:44.608Z Compiling scroll_derive v0.12.1
5182026-06-17T23:01:44.801Z Compiling no-std-net v0.6.0
5192026-06-17T23:01:44.871Z Compiling pretty-hex v0.4.1
5202026-06-17T23:01:45.130Z Compiling zerocopy v0.7.35
5212026-06-17T23:01:45.327Z Compiling scroll v0.12.0
5222026-06-17T23:01:45.528Z Compiling dtrace-parser v0.2.0
5232026-06-17T23:01:45.669Z Compiling goblin v0.8.2
5242026-06-17T23:01:45.673Z Compiling once_cell v1.21.3
5252026-06-17T23:01:45.718Z Compiling fastrand v2.3.0
5262026-06-17T23:01:45.864Z Compiling pnet_base v0.35.0
5272026-06-17T23:01:45.942Z Compiling tempfile v3.27.0
5282026-06-17T23:01:46.060Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5292026-06-17T23:01:46.257Z Compiling tap v1.0.1
5302026-06-17T23:01:46.276Z Compiling zerocopy v0.8.40
5312026-06-17T23:01:46.363Z Compiling getrandom v0.3.4
5322026-06-17T23:01:46.709Z Compiling wyz v0.5.1
5332026-06-17T23:01:46.829Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5342026-06-17T23:01:46.911Z Compiling num-iter v0.1.45
5352026-06-17T23:01:47.026Z Compiling memmap v0.7.0
5362026-06-17T23:01:47.221Z Compiling anyhow v1.0.102
5372026-06-17T23:01:47.256Z Compiling funty v2.0.0
5382026-06-17T23:01:47.414Z Compiling serde_tokenstream v0.2.3
5392026-06-17T23:01:47.534Z Compiling dof v0.3.0
5402026-06-17T23:01:47.571Z Compiling num-bigint v0.4.6
5412026-06-17T23:01:47.699Z Compiling num-complex v0.4.6
5422026-06-17T23:01:47.895Z Compiling bitvec v1.0.1
5432026-06-17T23:01:48.385Z Compiling usdt-macro v0.5.0
5442026-06-17T23:01:48.393Z Compiling usdt-attr-macro v0.5.0
5452026-06-17T23:01:49.129Z Compiling num-rational v0.4.2
5462026-06-17T23:01:50.032Z Compiling num v0.4.3
5472026-06-17T23:01:50.105Z Compiling usdt v0.5.0
5482026-06-17T23:01:50.618Z Compiling pnet_macros_support v0.35.0
5492026-06-17T23:01:50.743Z Compiling pnet_macros v0.35.0
5502026-06-17T23:01:51.058Z Compiling pnet_sys v0.35.0
5512026-06-17T23:01:51.260Z Compiling utf8parse v0.2.2
5522026-06-17T23:01:51.363Z Compiling anstyle-parse v1.0.0
5532026-06-17T23:01:51.581Z Compiling ppv-lite86 v0.2.21
5542026-06-17T23:01:51.600Z Compiling rand_core v0.9.5
5552026-06-17T23:01:51.862Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5562026-06-17T23:01:51.865Z Compiling pnet_packet v0.35.0
5572026-06-17T23:01:52.626Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5582026-06-17T23:01:53.360Z Compiling ipnetwork v0.20.0
5592026-06-17T23:01:53.814Z Compiling anstyle-query v1.1.5
5602026-06-17T23:01:53.826Z Compiling colorchoice v1.0.4
5612026-06-17T23:01:53.912Z Compiling anstyle v1.0.13
5622026-06-17T23:01:54.181Z Compiling is_terminal_polyfill v1.70.2
5632026-06-17T23:01:54.281Z Compiling pnet v0.35.0
5642026-06-17T23:01:54.325Z Compiling anstream v1.0.0
5652026-06-17T23:01:54.512Z Compiling pnet_transport v0.35.0
5662026-06-17T23:01:54.851Z Compiling pnet_datalink v0.35.0
5672026-06-17T23:01:56.354Z Compiling rand_chacha v0.9.0
5682026-06-17T23:01:56.410Z Compiling clap_lex v1.0.0
5692026-06-17T23:01:56.422Z Compiling heck v0.5.0
5702026-06-17T23:01:56.778Z Compiling strsim v0.11.1
5712026-06-17T23:01:56.856Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5722026-06-17T23:01:56.950Z Compiling clap_derive v4.6.1
5732026-06-17T23:01:56.963Z Compiling clap_builder v4.6.0
5742026-06-17T23:01:57.098Z Compiling rand v0.9.3
5752026-06-17T23:01:58.023Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5762026-06-17T23:01:58.200Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5772026-06-17T23:01:58.624Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5782026-06-17T23:01:58.912Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5792026-06-17T23:01:58.977Z Compiling clap v4.6.1
5802026-06-17T23:02:02.241Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5812026-06-17T23:02:04.391Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5822026-06-17T23:02:10.955Z Finished `release` profile [optimized] target(s) in 31.85s
5832026-06-17T23:02:10.976Z
5842026-06-17T23:02:10.979Zreal 31.875530906
5852026-06-17T23:02:10.979Zuser 3:16.073560017
5862026-06-17T23:02:10.979Zsys 18.268773280
5872026-06-17T23:02:10.979Ztrap 0.113311252
5882026-06-17T23:02:10.979Ztflt 0.245285717
5892026-06-17T23:02:10.979Zdflt 0.150763476
5902026-06-17T23:02:10.980Zkflt 0.000045106
5912026-06-17T23:02:10.980Zlock 10:19.057515535
5922026-06-17T23:02:10.980Zslp 12:44.261062381
5932026-06-17T23:02:10.980Zlat 12.972463546
5942026-06-17T23:02:10.980Zstop 9.774434241
5952026-06-17T23:02:10.980Z+ for x in debug release
5962026-06-17T23:02:10.980Z+ mkdir -p /work/debug
5972026-06-17T23:02:10.980Z+ cp target/debug/x4c /work/debug/
5982026-06-17T23:02:11.008Z+ cp target/debug/libsidecar_lite.so /work/debug/
5992026-06-17T23:02:11.043Z+ for x in debug release
6002026-06-17T23:02:11.043Z+ mkdir -p /work/release
6012026-06-17T23:02:11.047Z+ cp target/release/x4c /work/release/
6022026-06-17T23:02:11.052Z+ cp target/release/libsidecar_lite.so /work/release/
6032026-06-17T23:02:11.062Z+ banner test
6042026-06-17T23:02:11.064Z
6052026-06-17T23:02:11.064Z ##### ###### #### #####
6062026-06-17T23:02:11.064Z # # # #
6072026-06-17T23:02:11.064Z # ##### #### #
6082026-06-17T23:02:11.064Z # # # #
6092026-06-17T23:02:11.064Z # # # # #
6102026-06-17T23:02:11.064Z # ###### #### #
6112026-06-17T23:02:11.064Z
6122026-06-17T23:02:11.064Z+ cargo test
6132026-06-17T23:02:11.139Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6142026-06-17T23:02:11.155Z Compiling libloading v0.9.0
6152026-06-17T23:02:11.159Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6162026-06-17T23:02:11.162Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6172026-06-17T23:02:11.163Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6182026-06-17T23:02:11.163Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6192026-06-17T23:02:11.348Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6202026-06-17T23:02:12.255Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6212026-06-17T23:02:12.256Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6222026-06-17T23:02:12.256Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6232026-06-17T23:02:12.530Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6242026-06-17T23:02:19.206Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.13s
6252026-06-17T23:02:19.220Z Running unittests src/lib.rs (target/debug/deps/p4-85be53bc186e4c60)
6262026-06-17T23:02:19.225Z
6272026-06-17T23:02:19.225Zrunning 0 tests
6282026-06-17T23:02:19.225Z
6292026-06-17T23:02:19.225Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-06-17T23:02:19.225Z
6312026-06-17T23:02:19.225Z Running unittests src/lib.rs (target/debug/deps/p4_macro-7559636d1037bbb9)
6322026-06-17T23:02:19.225Z
6332026-06-17T23:02:19.225Zrunning 0 tests
6342026-06-17T23:02:19.226Z
6352026-06-17T23:02:19.226Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-06-17T23:02:19.226Z
6372026-06-17T23:02:19.226Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-d114af5eba8d7c97)
6382026-06-17T23:02:19.229Z
6392026-06-17T23:02:19.230Zrunning 0 tests
6402026-06-17T23:02:19.230Z
6412026-06-17T23:02:19.230Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-06-17T23:02:19.230Z
6432026-06-17T23:02:19.230Z Running unittests src/lib.rs (target/debug/deps/p4_rust-682a88024cdd39f0)
6442026-06-17T23:02:19.230Z
6452026-06-17T23:02:19.230Zrunning 0 tests
6462026-06-17T23:02:19.230Z
6472026-06-17T23:02:19.230Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-06-17T23:02:19.230Z
6492026-06-17T23:02:19.230Z Running unittests src/lib.rs (target/debug/deps/p4rs-ccad68096cbc9f24)
6502026-06-17T23:02:19.234Z
6512026-06-17T23:02:19.234Zrunning 22 tests
6522026-06-17T23:02:19.234Ztest bitmath::tests::bitmath_add_le ... ok
6532026-06-17T23:02:19.234Ztest bitmath::tests::bitmath_add_be ... ok
6542026-06-17T23:02:19.235Ztest bitmath::tests::bitmath_add_cascade ... ok
6552026-06-17T23:02:19.235Ztest bitmath::tests::bitmath_mod ... ok
6562026-06-17T23:02:19.235Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6572026-06-17T23:02:19.235Ztest bitmath::tests::bitmath_sub_le ... ok
6582026-06-17T23:02:19.235Ztest bitmath::tests::bitmath_sub_be ... ok
6592026-06-17T23:02:19.235Ztest bitmath::tests::bitmath_add_nest ... ok
6602026-06-17T23:02:19.235Ztest checksum::tests::udp_checksum ... ok
6612026-06-17T23:02:19.235Ztest tests::test_dump_arp_op ... ok
6622026-06-17T23:02:19.235Ztest tests::test_dump_ether_type ... ok
6632026-06-17T23:02:19.235Ztest tests::test_dump_icmp_type ... ok
6642026-06-17T23:02:19.235Ztest table::tests::match_lpm_ternary_1 ... ok
6652026-06-17T23:02:19.235Ztest tests::test_dump_ip6 ... ok
6662026-06-17T23:02:19.236Ztest table::tests::match_lpm_ternary_range ... ok
6672026-06-17T23:02:19.236Ztest tests::test_dump_ip4 ... ok
6682026-06-17T23:02:19.236Ztest table::tests::match_lpm_1 ... ok
6692026-06-17T23:02:19.236Ztest table::tests::match_ternary_1 ... ok
6702026-06-17T23:02:19.236Ztest tests::test_dump_ip_proto ... ok
6712026-06-17T23:02:19.236Ztest tests::test_dump_mac ... ok
6722026-06-17T23:02:19.236Ztest table::tests::match_with_action ... ok
6732026-06-17T23:02:19.236Ztest tests::test_dump_tcp_flags ... ok
6742026-06-17T23:02:19.236Z
6752026-06-17T23:02:19.236Ztest result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6762026-06-17T23:02:19.236Z
6772026-06-17T23:02:19.236Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-24aab2bddaa86ca4)
6782026-06-17T23:02:19.236Z
6792026-06-17T23:02:19.236Zrunning 0 tests
6802026-06-17T23:02:19.236Z
6812026-06-17T23:02:19.236Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6822026-06-17T23:02:19.236Z
6832026-06-17T23:02:19.236Z Running unittests src/lib.rs (target/debug/deps/tests-ef00a6d662b5026d)
6842026-06-17T23:02:19.243Z
6852026-06-17T23:02:19.243Zrunning 15 tests
6862026-06-17T23:02:19.243Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6872026-06-17T23:02:19.243Ztest headers::ipv6_header_read_write ... ok
6882026-06-17T23:02:19.244Ztest dload::pipeline_create ... ok
6892026-06-17T23:02:19.244Ztest ipv6::test_ipv6_parse ... ok
6902026-06-17T23:02:19.244Ztest dload::dynamic_load ... ok
6912026-06-17T23:02:19.250Ztest decap::geneve_decap ... ok
6922026-06-17T23:02:19.250Ztest disag_router::disag_router ... ok
6932026-06-17T23:02:19.254Ztest hub::hub2 ... ok
6942026-06-17T23:02:19.254Ztest dynamic_router::dynamic_router2 ... ok
6952026-06-17T23:02:19.254Ztest range::range ... ok
6962026-06-17T23:02:19.254Ztest mac_rewrite::mac_rewrite2 ... ok
6972026-06-17T23:02:19.254Ztest arithmetic::arithmetic ... ok
6982026-06-17T23:02:19.260Ztest vlan::test_vlan_parse ... ok
6992026-06-17T23:02:19.260Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
7002026-06-17T23:02:19.264Ztest basic_router::basic_router2 ... ok
7012026-06-17T23:02:19.264Z
7022026-06-17T23:02:19.264Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
7032026-06-17T23:02:19.264Z
7042026-06-17T23:02:19.270Z Running unittests src/lib.rs (target/debug/deps/x4c-3f17fb8bf88cde20)
7052026-06-17T23:02:19.274Z
7062026-06-17T23:02:19.274Zrunning 0 tests
7072026-06-17T23:02:19.274Z
7082026-06-17T23:02:19.274Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7092026-06-17T23:02:19.274Z
7102026-06-17T23:02:19.275Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-ad8bb27043b45cc9)
7112026-06-17T23:02:19.275Z
7122026-06-17T23:02:19.275Zrunning 0 tests
7132026-06-17T23:02:19.275Z
7142026-06-17T23:02:19.277Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7152026-06-17T23:02:19.277Z
7162026-06-17T23:02:19.277Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-2ddd657c47680a49)
7172026-06-17T23:02:19.277Z
7182026-06-17T23:02:19.277Zrunning 0 tests
7192026-06-17T23:02:19.277Z
7202026-06-17T23:02:19.277Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7212026-06-17T23:02:19.277Z
7222026-06-17T23:02:19.281Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-ae213ae0703339a3)
7232026-06-17T23:02:19.282Z
7242026-06-17T23:02:19.282Zrunning 0 tests
7252026-06-17T23:02:19.282Z
7262026-06-17T23:02:19.282Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7272026-06-17T23:02:19.282Z
7282026-06-17T23:02:19.282Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7292026-06-17T23:02:19.282Z
7302026-06-17T23:02:19.282Zrunning 0 tests
7312026-06-17T23:02:19.282Z
7322026-06-17T23:02:19.282Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7332026-06-17T23:02:19.282Z
7342026-06-17T23:02:19.282Z Doc-tests p4
7352026-06-17T23:02:19.368Z
7362026-06-17T23:02:19.368Zrunning 0 tests
7372026-06-17T23:02:19.368Z
7382026-06-17T23:02:19.368Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7392026-06-17T23:02:19.368Z
7402026-06-17T23:02:19.376Z Doc-tests p4_macro
7412026-06-17T23:02:19.441Z
7422026-06-17T23:02:19.441Zrunning 2 tests
7432026-06-17T23:02:19.447Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7442026-06-17T23:02:19.447Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7452026-06-17T23:02:19.447Z
7462026-06-17T23:02:19.447Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7472026-06-17T23:02:19.447Z
7482026-06-17T23:02:19.448Z Doc-tests p4_rust
7492026-06-17T23:02:19.589Z
7502026-06-17T23:02:19.589Zrunning 0 tests
7512026-06-17T23:02:19.589Z
7522026-06-17T23:02:19.589Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7532026-06-17T23:02:19.589Z
7542026-06-17T23:02:19.600Z Doc-tests p4rs
7552026-06-17T23:02:19.686Z
7562026-06-17T23:02:19.686Zrunning 1 test
7572026-06-17T23:02:20.501Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7582026-06-17T23:02:20.501Z
7592026-06-17T23:02:20.501Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.81s
7602026-06-17T23:02:20.501Z
7612026-06-17T23:02:20.505Z Doc-tests tests
7622026-06-17T23:02:20.582Z
7632026-06-17T23:02:20.582Zrunning 0 tests
7642026-06-17T23:02:20.582Z
7652026-06-17T23:02:20.582Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7662026-06-17T23:02:20.582Z
7672026-06-17T23:02:20.589Z Doc-tests x4c
7682026-06-17T23:02:20.620Z
7692026-06-17T23:02:20.620Zrunning 0 tests
7702026-06-17T23:02:20.620Z
7712026-06-17T23:02:20.620Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7722026-06-17T23:02:20.620Z
7732026-06-17T23:02:20.625Z Doc-tests x4c_error_codes
7742026-06-17T23:02:20.659Z
7752026-06-17T23:02:20.659Zrunning 0 tests
7762026-06-17T23:02:20.660Z
7772026-06-17T23:02:20.660Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7782026-06-17T23:02:20.660Z
7792026-06-17T23:02:20.666Z+ pushd test
7802026-06-17T23:02:20.666Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7812026-06-17T23:02:20.666Z+ banner 'mac rewr'
7822026-06-17T23:02:20.669Z
7832026-06-17T23:02:20.669Z # # ## #### ##### ###### # # #####
7842026-06-17T23:02:20.669Z ## ## # # # # # # # # # # #
7852026-06-17T23:02:20.669Z # ## # # # # # # ##### # # # #
7862026-06-17T23:02:20.669Z # # ###### # ##### # # ## # #####
7872026-06-17T23:02:20.669Z # # # # # # # # # ## ## # #
7882026-06-17T23:02:20.669Z # # # # #### # # ###### # # # #
7892026-06-17T23:02:20.669Z
7902026-06-17T23:02:20.669Z+ RUST_BACKTRACE=1
7912026-06-17T23:02:20.669Z+ cargo test mac_rewrite -- --nocapture
7922026-06-17T23:02:20.776Z Compiling aho-corasick v1.1.4
7932026-06-17T23:02:20.781Z Compiling getrandom v0.4.1
7942026-06-17T23:02:20.781Z Compiling errno v0.3.14
7952026-06-17T23:02:20.781Z Compiling rustix v1.1.4
7962026-06-17T23:02:20.785Z Compiling prettyplease v0.2.37
7972026-06-17T23:02:21.505Z Compiling regex-automata v0.4.14
7982026-06-17T23:02:21.517Z Compiling tempfile v3.27.0
7992026-06-17T23:02:22.869Z Compiling regex v1.12.4
8002026-06-17T23:02:23.120Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
8012026-06-17T23:02:23.192Z Compiling pnet_macros v0.35.0
8022026-06-17T23:02:23.814Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
8032026-06-17T23:02:24.180Z Compiling pnet_packet v0.35.0
8042026-06-17T23:02:24.639Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
8052026-06-17T23:02:26.021Z Compiling pnet_transport v0.35.0
8062026-06-17T23:02:26.142Z Compiling pnet v0.35.0
8072026-06-17T23:02:26.255Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8082026-06-17T23:02:32.968Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.28s
8092026-06-17T23:02:32.980Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-9c12536571b7421f)
8102026-06-17T23:02:32.983Z
8112026-06-17T23:02:32.983Zrunning 1 test
8122026-06-17T23:02:32.989Z[phy2] do you know the muffin man?
8132026-06-17T23:02:32.993Z[cpu] the muffin man?
8142026-06-17T23:02:32.993Z[cpu] the muffin man!
8152026-06-17T23:02:32.993Z[cpu] why yes
8162026-06-17T23:02:32.993Z[phy1] i know the muffin man
8172026-06-17T23:02:32.993Z[phy3] the muffin man is me!!!
8182026-06-17T23:02:32.993Ztest mac_rewrite::mac_rewrite2 ... ok
8192026-06-17T23:02:32.993Z
8202026-06-17T23:02:32.993Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8212026-06-17T23:02:32.993Z
8222026-06-17T23:02:32.996Z+ banner 'dyn load'
8232026-06-17T23:02:33.000Z
8242026-06-17T23:02:33.000Z ##### # # # # # #### ## #####
8252026-06-17T23:02:33.000Z # # # # ## # # # # # # # #
8262026-06-17T23:02:33.002Z # # # # # # # # # # # # #
8272026-06-17T23:02:33.002Z # # # # # # # # # ###### # #
8282026-06-17T23:02:33.002Z # # # # ## # # # # # # #
8292026-06-17T23:02:33.002Z ##### # # # ###### #### # # #####
8302026-06-17T23:02:33.002Z
8312026-06-17T23:02:33.002Z+ RUST_BACKTRACE=1
8322026-06-17T23:02:33.002Z+ cargo test dload -- --nocapture
8332026-06-17T23:02:33.085Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8342026-06-17T23:02:33.088Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-9c12536571b7421f)
8352026-06-17T23:02:33.090Z
8362026-06-17T23:02:33.090Zrunning 2 tests
8372026-06-17T23:02:33.094Ztest dload::pipeline_create ... ok
8382026-06-17T23:02:33.098Ztest dload::dynamic_load ... ok
8392026-06-17T23:02:33.098Z
8402026-06-17T23:02:33.098Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8412026-06-17T23:02:33.099Z
8422026-06-17T23:02:33.102Z+ banner disag
8432026-06-17T23:02:33.105Z
8442026-06-17T23:02:33.105Z ##### # #### ## ####
8452026-06-17T23:02:33.105Z # # # # # # # #
8462026-06-17T23:02:33.105Z # # # #### # # #
8472026-06-17T23:02:33.105Z # # # # ###### # ###
8482026-06-17T23:02:33.105Z # # # # # # # # #
8492026-06-17T23:02:33.105Z ##### # #### # # ####
8502026-06-17T23:02:33.105Z
8512026-06-17T23:02:33.105Z+ RUST_BACKTRACE=1
8522026-06-17T23:02:33.105Z+ cargo test disag_router -- --nocapture
8532026-06-17T23:02:33.193Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8542026-06-17T23:02:33.196Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-9c12536571b7421f)
8552026-06-17T23:02:33.196Z
8562026-06-17T23:02:33.196Zrunning 1 test
8572026-06-17T23:02:33.201Z[phy2] do you know the muffin man?
8582026-06-17T23:02:33.205Z[cpu] the muffin man?
8592026-06-17T23:02:33.205Z[cpu] the muffin man!
8602026-06-17T23:02:33.205Z[cpu] why yes
8612026-06-17T23:02:33.205Z[phy1] i know the muffin man
8622026-06-17T23:02:33.205Z[phy3] the muffin man is me!!!
8632026-06-17T23:02:33.205Ztest disag_router::disag_router ... ok
8642026-06-17T23:02:33.206Z
8652026-06-17T23:02:33.206Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8662026-06-17T23:02:33.206Z
8672026-06-17T23:02:33.209Z+ banner 'dyn rtr'
8682026-06-17T23:02:33.219Z
8692026-06-17T23:02:33.219Z ##### # # # # ##### ##### #####
8702026-06-17T23:02:33.219Z # # # # ## # # # # # #
8712026-06-17T23:02:33.219Z # # # # # # # # # # #
8722026-06-17T23:02:33.219Z # # # # # # ##### # #####
8732026-06-17T23:02:33.219Z # # # # ## # # # # #
8742026-06-17T23:02:33.220Z ##### # # # # # # # #
8752026-06-17T23:02:33.220Z
8762026-06-17T23:02:33.220Z+ RUST_BACKTRACE=1
8772026-06-17T23:02:33.220Z+ cargo test dynamic_router -- --nocapture
8782026-06-17T23:02:33.309Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8792026-06-17T23:02:33.315Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-9c12536571b7421f)
8802026-06-17T23:02:33.315Z
8812026-06-17T23:02:33.315Zrunning 1 test
8822026-06-17T23:02:33.315Z[phy2] do you know the muffin man?
8832026-06-17T23:02:33.315Z[cpu] the muffin man?
8842026-06-17T23:02:33.315Z[cpu] the muffin man!
8852026-06-17T23:02:33.315Z[cpu] why yes
8862026-06-17T23:02:33.315Z[phy1] i know the muffin man
8872026-06-17T23:02:33.315Z[phy3] the muffin man is me!!!
8882026-06-17T23:02:33.315Ztest dynamic_router::dynamic_router2 ... ok
8892026-06-17T23:02:33.315Z
8902026-06-17T23:02:33.315Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8912026-06-17T23:02:33.315Z
8922026-06-17T23:02:33.319Z+ banner hub
8932026-06-17T23:02:33.322Z
8942026-06-17T23:02:33.322Z # # # # #####
8952026-06-17T23:02:33.322Z # # # # # #
8962026-06-17T23:02:33.323Z ###### # # #####
8972026-06-17T23:02:33.323Z # # # # # #
8982026-06-17T23:02:33.323Z # # # # # #
8992026-06-17T23:02:33.323Z # # #### #####
9002026-06-17T23:02:33.323Z
9012026-06-17T23:02:33.323Z+ RUST_BACKTRACE=1
9022026-06-17T23:02:33.323Z+ cargo test hub -- --nocapture
9032026-06-17T23:02:33.409Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9042026-06-17T23:02:33.412Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-9c12536571b7421f)
9052026-06-17T23:02:33.415Z
9062026-06-17T23:02:33.415Zrunning 1 test
9072026-06-17T23:02:33.420Z[phy2] do you know the muffin man?
9082026-06-17T23:02:33.420Z[phy3] do you know the muffin man?
9092026-06-17T23:02:33.426Z[phy1] the muffin man?
9102026-06-17T23:02:33.426Z[phy3] the muffin man?
9112026-06-17T23:02:33.426Z[phy2] the muffin man!
9122026-06-17T23:02:33.426Z[phy3] the muffin man!
9132026-06-17T23:02:33.426Z[phy1] why yes
9142026-06-17T23:02:33.426Z[phy1] i know the muffin man
9152026-06-17T23:02:33.426Z[phy1] the muffin man is me!!!
9162026-06-17T23:02:33.426Z[phy3] why yes
9172026-06-17T23:02:33.426Z[phy3] i know the muffin man
9182026-06-17T23:02:33.426Z[phy3] the muffin man is me!!!
9192026-06-17T23:02:33.426Ztest hub::hub2 ... ok
9202026-06-17T23:02:33.426Z
9212026-06-17T23:02:33.426Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9222026-06-17T23:02:33.426Z
9232026-06-17T23:02:33.431Z+ banner router
9242026-06-17T23:02:33.431Z
9252026-06-17T23:02:33.431Z ##### #### # # ##### ###### #####
9262026-06-17T23:02:33.431Z # # # # # # # # # #
9272026-06-17T23:02:33.431Z # # # # # # # ##### # #
9282026-06-17T23:02:33.431Z ##### # # # # # # #####
9292026-06-17T23:02:33.431Z # # # # # # # # # #
9302026-06-17T23:02:33.431Z # # #### #### # ###### # #
9312026-06-17T23:02:33.431Z
9322026-06-17T23:02:33.431Z+ RUST_BACKTRACE=1
9332026-06-17T23:02:33.431Z+ cargo test basic_router -- --nocapture
9342026-06-17T23:02:33.518Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9352026-06-17T23:02:33.522Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-9c12536571b7421f)
9362026-06-17T23:02:33.522Z
9372026-06-17T23:02:33.522Zrunning 1 test
9382026-06-17T23:02:33.530Z[phy2] do you know the muffin man?
9392026-06-17T23:02:33.533Z[phy1] the muffin man?
9402026-06-17T23:02:33.533Z[phy2] the muffin man!
9412026-06-17T23:02:33.533Z[phy1] why yes
9422026-06-17T23:02:33.534Z[phy1] i know the muffin man
9432026-06-17T23:02:33.534Z[phy1] the muffin man is me!!!
9442026-06-17T23:02:33.534Ztest basic_router::basic_router2 ... ok
9452026-06-17T23:02:33.534Z
9462026-06-17T23:02:33.534Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9472026-06-17T23:02:33.534Z
9482026-06-17T23:02:33.538Z+ banner headers
9492026-06-17T23:02:33.541Z
9502026-06-17T23:02:33.541Z # # ###### ## ##### ###### ##### ####
9512026-06-17T23:02:33.541Z # # # # # # # # # # #
9522026-06-17T23:02:33.541Z ###### ##### # # # # ##### # # ####
9532026-06-17T23:02:33.541Z # # # ###### # # # ##### #
9542026-06-17T23:02:33.541Z # # # # # # # # # # # #
9552026-06-17T23:02:33.541Z # # ###### # # ##### ###### # # ####
9562026-06-17T23:02:33.541Z
9572026-06-17T23:02:33.541Z+ RUST_BACKTRACE=1
9582026-06-17T23:02:33.541Z+ cargo test headers -- --nocapture
9592026-06-17T23:02:33.626Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9602026-06-17T23:02:33.631Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-9c12536571b7421f)
9612026-06-17T23:02:33.633Z
9622026-06-17T23:02:33.633Zrunning 1 test
9632026-06-17T23:02:33.633Ztest headers::ipv6_header_read_write ... ok
9642026-06-17T23:02:33.633Z
9652026-06-17T23:02:33.633Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9662026-06-17T23:02:33.634Z
9672026-06-17T23:02:33.638Zprocess exited: duration 105514 ms, exit code 0
 
9682026-06-17T23:02:33.646Zfound 4 output files
9692026-06-17T23:02:33.646Zuploading: /work/debug/libsidecar_lite.so (43209264 bytes)
9702026-06-17T23:02:35.516Zuploaded: /work/debug/libsidecar_lite.so
9712026-06-17T23:02:35.516Zuploading: /work/debug/x4c (37752416 bytes)
9722026-06-17T23:02:37.388Zuploaded: /work/debug/x4c
9732026-06-17T23:02:37.389Zuploading: /work/release/libsidecar_lite.so (9947936 bytes)
9742026-06-17T23:02:38.585Zuploaded: /work/release/libsidecar_lite.so
9752026-06-17T23:02:38.586Zuploading: /work/release/x4c (8663776 bytes)
9762026-06-17T23:02:39.773Zuploaded: /work/release/x4c