01KTQSPZ19SQN44DMCMWZ6HG1B: 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: 01KTQSQ8SKDQN2YCGRAT9X4C09

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-10T03:38:51.847Zjob assigned to worker 01KTQSQEVF15B02C6Z436K0371 [factory aws, i-0124c7b9a9181d0c6] (queued for 58 s)
 
22026-06-10T03:38:58.576Zstarting task 0: "setup"
32026-06-10T03:38:58.583Z++ uname -s
42026-06-10T03:38:58.587Z+ kern=SunOS
52026-06-10T03:38:58.587Z+ build_user=build
62026-06-10T03:38:58.587Z+ build_uid=12345
72026-06-10T03:38:58.587Z+ work_dir=/work
82026-06-10T03:38:58.587Z+ input_dir=/input
92026-06-10T03:38:58.587Z+ [[ 0 == 12345 ]]
102026-06-10T03:38:58.587Z+ case "$kern" in
112026-06-10T03:38:58.587Z+ groupadd -g 12345 build
122026-06-10T03:38:58.590Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-10T03:39:00.593Z+ zfs create -o mountpoint=/work rpool/work
142026-06-10T03:39:00.712Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-10T03:39:00.715Z+ home_fs=zfs
162026-06-10T03:39:00.715Z+ [[ zfs == autofs ]]
172026-06-10T03:39:00.715Z+ mkdir -p /home/build
182026-06-10T03:39:00.715Z+ chown build:build /home/build /work
192026-06-10T03:39:02.716Z+ chmod 0700 /home/build /work
202026-06-10T03:39:02.719Zprocess exited: duration 4142 ms, exit code 0
 
212026-06-10T03:39:02.725Zstarting task 1: "rust-toolchain"
222026-06-10T03:39:02.729Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-10T03:39:02.729Z * rust toolchain channel = "stable"
242026-06-10T03:39:02.729Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-10T03:39:02.730Z * rust toolchain profile = "default"
262026-06-10T03:39:02.730Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-10T03:39:02.730Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-10T03:39:02.733Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-10T03:39:02.733Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-10T03:39:02.858Zinfo: downloading installer
312026-06-10T03:39:04.279Zwarn: It looks like you have an existing installation of Rust at:
322026-06-10T03:39:04.279Zwarn: /opt/ooce/bin
332026-06-10T03:39:04.279Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-10T03:39:04.279Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-10T03:39:04.282Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-10T03:39:04.283Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-10T03:39:04.283Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-10T03:39:04.283Zerror: cannot install while Rust is installed
392026-06-10T03:39:04.283Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-10T03:39:04.283Zwarn: It looks like you have an existing rustup settings file at:
412026-06-10T03:39:04.283Zwarn: /home/build/.rustup/settings.toml
422026-06-10T03:39:04.283Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-10T03:39:04.283Zwarn: instead of the one inferred from the default host triple.
442026-06-10T03:39:04.292Zinfo: profile set to default
452026-06-10T03:39:04.292Zinfo: default host triple is x86_64-unknown-illumos
462026-06-10T03:39:04.295Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-10T03:39:04.438Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-10T03:39:04.441Zinfo: downloading 6 components
492026-06-10T03:39:19.889Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-10T03:39:19.889Z
512026-06-10T03:39:19.921Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-10T03:39:19.921Z
532026-06-10T03:39:19.921Z
542026-06-10T03:39:19.921ZRust is installed now. Great!
552026-06-10T03:39:19.921Z
562026-06-10T03:39:19.921ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-10T03:39:19.921Zenvironment variable. This has not been done automatically.
582026-06-10T03:39:19.921Z
592026-06-10T03:39:19.921ZTo configure your current shell, you need to source
602026-06-10T03:39:19.921Zthe corresponding env file under $HOME/.cargo.
612026-06-10T03:39:19.921Z
622026-06-10T03:39:19.921ZThis is usually done by running one of the following (note the leading DOT):
632026-06-10T03:39:19.921Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-10T03:39:19.921Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-10T03:39:19.922Zsource "~/.cargo/env.nu" # For nushell
662026-06-10T03:39:19.922Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-10T03:39:19.922Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-10T03:39:19.922Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-10T03:39:19.925Zwarn: no default linker (`cc`) was found in your PATH
702026-06-10T03:39:19.925Zwarn: many Rust crates require a system C toolchain to build
712026-06-10T03:39:20.024Z+ rustup --version
722026-06-10T03:39:20.033Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-10T03:39:20.036Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-10T03:39:20.054Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-10T03:39:20.056Z+ cargo --version
762026-06-10T03:39:20.069Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-10T03:39:20.072Z+ rustc --version
782026-06-10T03:39:20.090Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-10T03:39:20.093Zprocess exited: duration 17365 ms, exit code 0
 
802026-06-10T03:39:20.099Zstarting task 2: "authentication"
812026-06-10T03:39:20.116Zprocess exited: duration 16 ms, exit code 0
 
822026-06-10T03:39:20.122Zstarting task 3: "clone repository"
832026-06-10T03:39:20.125Z+ mkdir -p /work/oxidecomputer/p4
842026-06-10T03:39:20.127Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-06-10T03:39:20.158ZCloning into '/work/oxidecomputer/p4'...
862026-06-10T03:39:20.900Z+ cd /work/oxidecomputer/p4
872026-06-10T03:39:20.900Z+ git fetch origin b12c04c3ccf9bed541ee3e7dbeb46a001ccf1c26
882026-06-10T03:39:21.142ZFrom https://github.com/oxidecomputer/p4
892026-06-10T03:39:21.142Z * branch b12c04c3ccf9bed541ee3e7dbeb46a001ccf1c26 -> FETCH_HEAD
902026-06-10T03:39:21.147Z+ [[ -n renovate/regex-1.x-lockfile ]]
912026-06-10T03:39:21.150Z++ git branch --show-current
922026-06-10T03:39:21.150Z+ current=main
932026-06-10T03:39:21.150Z+ [[ main != renovate/regex-1.x-lockfile ]]
942026-06-10T03:39:21.150Z+ git branch -f renovate/regex-1.x-lockfile b12c04c3ccf9bed541ee3e7dbeb46a001ccf1c26
952026-06-10T03:39:21.153Z+ git checkout -f renovate/regex-1.x-lockfile
962026-06-10T03:39:21.158ZSwitched to branch 'renovate/regex-1.x-lockfile'
972026-06-10T03:39:21.161Z+ git reset --hard b12c04c3ccf9bed541ee3e7dbeb46a001ccf1c26
982026-06-10T03:39:21.165ZHEAD is now at b12c04c Update Rust crate regex to v1.12.4
992026-06-10T03:39:21.168Zprocess exited: duration 1044 ms, exit code 0
 
1002026-06-10T03:39:21.173Zstarting task 4: "build"
1012026-06-10T03:39:21.177Z+ cargo --version
1022026-06-10T03:39:21.182Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-06-10T03:39:21.354Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-06-10T03:39:21.357Zinfo: downloading 6 components
1052026-06-10T03:39:38.850Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-06-10T03:39:38.853Z+ rustc --version
1072026-06-10T03:39:38.880Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-06-10T03:39:38.884Z+ banner check
1092026-06-10T03:39:38.887Z
1102026-06-10T03:39:38.887Z #### # # ###### #### # #
1112026-06-10T03:39:38.887Z # # # # # # # # #
1122026-06-10T03:39:38.887Z # ###### ##### # ####
1132026-06-10T03:39:38.887Z # # # # # # #
1142026-06-10T03:39:38.887Z # # # # # # # # #
1152026-06-10T03:39:38.887Z #### # # ###### #### # #
1162026-06-10T03:39:38.887Z
1172026-06-10T03:39:38.887Z+ cargo fmt -- --check
1182026-06-10T03:39:39.025Z+ cargo check
1192026-06-10T03:39:39.090Z Updating crates.io index
1202026-06-10T03:39:39.126Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-06-10T03:39:39.379ZFrom https://github.com/oxidecomputer/xfr
1222026-06-10T03:39:39.379Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-06-10T03:39:40.715Z Downloading crates ...
1242026-06-10T03:39:40.775Z Downloaded block-buffer v0.10.4
1252026-06-10T03:39:40.778Z Downloaded anstream v1.0.0
1262026-06-10T03:39:40.787Z Downloaded heck v0.5.0
1272026-06-10T03:39:40.789Z Downloaded generic-array v0.14.7
1282026-06-10T03:39:40.793Z Downloaded scroll_derive v0.12.1
1292026-06-10T03:39:40.796Z Downloaded zerocopy-derive v0.7.35
1302026-06-10T03:39:40.798Z Downloaded version_check v0.9.5
1312026-06-10T03:39:40.798Z Downloaded radium v0.7.0
1322026-06-10T03:39:40.804Z Downloaded anstyle-query v1.1.5
1332026-06-10T03:39:40.807Z Downloaded sha2 v0.10.9
1342026-06-10T03:39:40.807Z Downloaded zmij v1.0.21
1352026-06-10T03:39:40.809Z Downloaded zerocopy v0.8.40
1362026-06-10T03:39:40.814Z Downloaded num-rational v0.4.2
1372026-06-10T03:39:40.816Z Downloaded digest v0.10.7
1382026-06-10T03:39:40.819Z Downloaded no-std-net v0.6.0
1392026-06-10T03:39:40.819Z Downloaded colored v3.1.1
1402026-06-10T03:39:40.821Z Downloaded ucd-trie v0.1.7
1412026-06-10T03:39:40.826Z Downloaded getrandom v0.4.1
1422026-06-10T03:39:40.830Z Downloaded aho-corasick v1.1.4
1432026-06-10T03:39:40.837Z Downloaded errno v0.3.14
1442026-06-10T03:39:40.840Z Downloaded bitvec v1.0.1
1452026-06-10T03:39:40.847Z Downloaded cpufeatures v0.2.17
1462026-06-10T03:39:40.850Z Downloaded dof v0.3.0
1472026-06-10T03:39:40.853Z Downloaded crypto-common v0.1.7
1482026-06-10T03:39:40.853Z Downloaded clap_lex v1.0.0
1492026-06-10T03:39:40.868Z Downloaded num-iter v0.1.45
1502026-06-10T03:39:40.871Z Downloaded num v0.4.3
1512026-06-10T03:39:40.874Z Downloaded strsim v0.11.1
1522026-06-10T03:39:40.878Z Downloaded utf8parse v0.2.2
1532026-06-10T03:39:40.887Z Downloaded clap_derive v4.6.1
1542026-06-10T03:39:40.889Z Downloaded autocfg v1.5.0
1552026-06-10T03:39:40.895Z Downloaded fastrand v2.3.0
1562026-06-10T03:39:40.898Z Downloaded usdt-macro v0.5.0
1572026-06-10T03:39:40.903Z Downloaded thread-id v4.2.2
1582026-06-10T03:39:40.909Z Downloaded pnet_transport v0.35.0
1592026-06-10T03:39:40.912Z Downloaded is_terminal_polyfill v1.70.2
1602026-06-10T03:39:40.915Z Downloaded funty v2.0.0
1612026-06-10T03:39:40.915Z Downloaded dtrace-parser v0.2.0
1622026-06-10T03:39:40.915Z Downloaded itoa v1.0.17
1632026-06-10T03:39:40.918Z Downloaded plain v0.2.3
1642026-06-10T03:39:40.926Z Downloaded pnet_macros_support v0.35.0
1652026-06-10T03:39:40.929Z Downloaded tap v1.0.1
1662026-06-10T03:39:40.929Z Downloaded pretty-hex v0.4.1
1672026-06-10T03:39:40.933Z Downloaded ppv-lite86 v0.2.21
1682026-06-10T03:39:40.933Z Downloaded num-complex v0.4.6
1692026-06-10T03:39:40.936Z Downloaded ipnetwork v0.20.0
1702026-06-10T03:39:40.936Z Downloaded anstyle-parse v1.0.0
1712026-06-10T03:39:40.936Z Downloaded anstyle v1.0.13
1722026-06-10T03:39:40.939Z Downloaded pnet_macros v0.35.0
1732026-06-10T03:39:40.939Z Downloaded rand_core v0.9.5
1742026-06-10T03:39:40.942Z Downloaded num-integer v0.1.46
1752026-06-10T03:39:40.942Z Downloaded rand_chacha v0.9.0
1762026-06-10T03:39:40.945Z Downloaded colorchoice v1.0.4
1772026-06-10T03:39:40.945Z Downloaded bitflags v2.11.0
1782026-06-10T03:39:40.949Z Downloaded pnet_sys v0.35.0
1792026-06-10T03:39:40.954Z Downloaded usdt-attr-macro v0.5.0
1802026-06-10T03:39:40.957Z Downloaded pnet_base v0.35.0
1812026-06-10T03:39:40.961Z Downloaded memmap v0.7.0
1822026-06-10T03:39:40.965Z Downloaded wyz v0.5.1
1832026-06-10T03:39:40.968Z Downloaded pnet v0.35.0
1842026-06-10T03:39:40.968Z Downloaded thiserror-impl v1.0.69
1852026-06-10T03:39:40.970Z Downloaded serde_tokenstream v0.2.3
1862026-06-10T03:39:40.973Z Downloaded glob v0.3.3
1872026-06-10T03:39:40.975Z Downloaded usdt v0.5.0
1882026-06-10T03:39:40.979Z Downloaded byteorder v1.5.0
1892026-06-10T03:39:40.989Z Downloaded thiserror v1.0.69
1902026-06-10T03:39:40.999Z Downloaded usdt-impl v0.5.0
1912026-06-10T03:39:41.002Z Downloaded pnet_datalink v0.35.0
1922026-06-10T03:39:41.002Z Downloaded quote v1.0.45
1932026-06-10T03:39:41.004Z Downloaded cfg-if v1.0.4
1942026-06-10T03:39:41.007Z Downloaded scroll v0.12.0
1952026-06-10T03:39:41.010Z Downloaded pnet_packet v0.35.0
1962026-06-10T03:39:41.021Z Downloaded clap v4.6.1
1972026-06-10T03:39:41.026Z Downloaded proc-macro2 v1.0.106
1982026-06-10T03:39:41.029Z Downloaded pest_derive v2.8.6
1992026-06-10T03:39:41.032Z Downloaded unicode-ident v1.0.24
2002026-06-10T03:39:41.032Z Downloaded serde_core v1.0.228
2012026-06-10T03:39:41.034Z Downloaded once_cell v1.21.3
2022026-06-10T03:39:41.034Z Downloaded getrandom v0.3.4
2032026-06-10T03:39:41.040Z Downloaded pest_generator v2.8.6
2042026-06-10T03:39:41.043Z Downloaded log v0.4.29
2052026-06-10T03:39:41.050Z Downloaded serde_derive v1.0.228
2062026-06-10T03:39:41.065Z Downloaded anyhow v1.0.102
2072026-06-10T03:39:41.068Z Downloaded prettyplease v0.2.37
2082026-06-10T03:39:41.071Z Downloaded num-traits v0.2.19
2092026-06-10T03:39:41.081Z Downloaded serde v1.0.228
2102026-06-10T03:39:41.083Z Downloaded pest_meta v2.8.6
2112026-06-10T03:39:41.102Z Downloaded typenum v1.19.0
2122026-06-10T03:39:41.105Z Downloaded tempfile v3.27.0
2132026-06-10T03:39:41.108Z Downloaded num-bigint v0.4.6
2142026-06-10T03:39:41.108Z Downloaded rand v0.9.3
2152026-06-10T03:39:41.110Z Downloaded memchr v2.8.0
2162026-06-10T03:39:41.125Z Downloaded pest v2.8.6
2172026-06-10T03:39:41.145Z Downloaded zerocopy v0.7.35
2182026-06-10T03:39:41.153Z Downloaded serde_json v1.0.149
2192026-06-10T03:39:41.157Z Downloaded clap_builder v4.6.0
2202026-06-10T03:39:41.169Z Downloaded regex v1.12.4
2212026-06-10T03:39:41.175Z Downloaded goblin v0.8.2
2222026-06-10T03:39:41.191Z Downloaded regex-syntax v0.8.11
2232026-06-10T03:39:41.221Z Downloaded syn v2.0.117
2242026-06-10T03:39:41.242Z Downloaded rustix v1.1.4
2252026-06-10T03:39:41.281Z Downloaded regex-automata v0.4.14
2262026-06-10T03:39:41.292Z Downloaded libc v0.2.182
2272026-06-10T03:39:41.362Z Compiling proc-macro2 v1.0.106
2282026-06-10T03:39:41.362Z Compiling quote v1.0.45
2292026-06-10T03:39:41.362Z Compiling unicode-ident v1.0.24
2302026-06-10T03:39:41.365Z Compiling libc v0.2.182
2312026-06-10T03:39:41.365Z Compiling serde_core v1.0.228
2322026-06-10T03:39:41.365Z Compiling memchr v2.8.0
2332026-06-10T03:39:41.365Z Compiling serde v1.0.228
2342026-06-10T03:39:41.515Z Compiling thiserror v1.0.69
2352026-06-10T03:39:41.764Z Compiling zmij v1.0.21
2362026-06-10T03:39:41.769Z Compiling ucd-trie v0.1.7
2372026-06-10T03:39:41.956Z Compiling pest v2.8.6
2382026-06-10T03:39:41.978Z Compiling rustix v1.1.4
2392026-06-10T03:39:41.982Z Compiling getrandom v0.4.1
2402026-06-10T03:39:42.108Z Compiling serde_json v1.0.149
2412026-06-10T03:39:42.253Z Compiling version_check v0.9.5
2422026-06-10T03:39:42.351Z Compiling autocfg v1.5.0
2432026-06-10T03:39:42.552Z Compiling aho-corasick v1.1.4
2442026-06-10T03:39:42.595Z Compiling syn v2.0.117
2452026-06-10T03:39:42.640Z Compiling regex-syntax v0.8.11
2462026-06-10T03:39:42.711Z Compiling num-traits v0.2.19
2472026-06-10T03:39:42.938Z Compiling prettyplease v0.2.37
2482026-06-10T03:39:43.171Z Compiling pest_meta v2.8.6
2492026-06-10T03:39:43.263Z Checking cfg-if v1.0.4
2502026-06-10T03:39:43.579Z Compiling itoa v1.0.17
2512026-06-10T03:39:43.746Z Compiling byteorder v1.5.0
2522026-06-10T03:39:43.852Z Compiling usdt-impl v0.5.0
2532026-06-10T03:39:43.974Z Checking num-integer v0.1.46
2542026-06-10T03:39:44.008Z Compiling thread-id v4.2.2
2552026-06-10T03:39:44.079Z Compiling regex-automata v0.4.14
2562026-06-10T03:39:44.190Z Checking log v0.4.29
2572026-06-10T03:39:44.463Z Checking colored v3.1.1
2582026-06-10T03:39:44.506Z Checking plain v0.2.3
2592026-06-10T03:39:44.643Z Compiling errno v0.3.14
2602026-06-10T03:39:44.692Z Checking pretty-hex v0.4.1
2612026-06-10T03:39:44.776Z Compiling bitflags v2.11.0
2622026-06-10T03:39:44.801Z Checking no-std-net v0.6.0
2632026-06-10T03:39:44.862Z Compiling pest_generator v2.8.6
2642026-06-10T03:39:44.887Z Compiling radium v0.7.0
2652026-06-10T03:39:45.165Z Checking pnet_base v0.35.0
2662026-06-10T03:39:45.186Z Compiling zerocopy v0.8.40
2672026-06-10T03:39:45.233Z Compiling getrandom v0.3.4
2682026-06-10T03:39:45.276Z Compiling fastrand v2.3.0
2692026-06-10T03:39:45.474Z Compiling once_cell v1.21.3
2702026-06-10T03:39:45.510Z Checking tap v1.0.1
2712026-06-10T03:39:45.606Z Checking wyz v0.5.1
2722026-06-10T03:39:45.742Z Compiling tempfile v3.27.0
2732026-06-10T03:39:45.767Z Checking num-iter v0.1.45
2742026-06-10T03:39:45.779Z Checking memmap v0.7.0
2752026-06-10T03:39:45.818Z Compiling regex v1.12.4
2762026-06-10T03:39:45.896Z Compiling anyhow v1.0.102
2772026-06-10T03:39:46.071Z Checking funty v2.0.0
2782026-06-10T03:39:46.085Z Compiling serde_derive v1.0.228
2792026-06-10T03:39:46.219Z Compiling thiserror-impl v1.0.69
2802026-06-10T03:39:46.222Z Compiling zerocopy-derive v0.7.35
2812026-06-10T03:39:46.328Z Compiling pest_derive v2.8.6
2822026-06-10T03:39:46.384Z Compiling scroll_derive v0.12.1
2832026-06-10T03:39:46.566Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2842026-06-10T03:39:46.703Z Compiling pnet_macros v0.35.0
2852026-06-10T03:39:46.839Z Checking bitvec v1.0.1
2862026-06-10T03:39:47.075Z Compiling zerocopy v0.7.35
2872026-06-10T03:39:47.096Z Checking scroll v0.12.0
2882026-06-10T03:39:47.304Z Checking goblin v0.8.2
2892026-06-10T03:39:47.497Z Compiling dtrace-parser v0.2.0
2902026-06-10T03:39:47.768Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2912026-06-10T03:39:48.118Z Checking pnet_macros_support v0.35.0
2922026-06-10T03:39:48.223Z Checking pnet_sys v0.35.0
2932026-06-10T03:39:48.327Z Checking utf8parse v0.2.2
2942026-06-10T03:39:48.373Z Checking pnet_packet v0.35.0
2952026-06-10T03:39:48.418Z Checking anstyle-parse v1.0.0
2962026-06-10T03:39:48.563Z Checking rand_core v0.9.5
2972026-06-10T03:39:49.072Z Checking colorchoice v1.0.4
2982026-06-10T03:39:49.139Z Checking anstyle-query v1.1.5
2992026-06-10T03:39:49.146Z Checking num-bigint v0.4.6
3002026-06-10T03:39:49.149Z Checking num-complex v0.4.6
3012026-06-10T03:39:49.217Z Checking ipnetwork v0.20.0
3022026-06-10T03:39:49.233Z Checking dof v0.3.0
3032026-06-10T03:39:49.394Z Compiling serde_tokenstream v0.2.3
3042026-06-10T03:39:49.482Z Compiling pnet v0.35.0
3052026-06-10T03:39:49.687Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3062026-06-10T03:39:49.718Z Checking anstyle v1.0.13
3072026-06-10T03:39:49.746Z Checking is_terminal_polyfill v1.70.2
3082026-06-10T03:39:49.884Z Checking anstream v1.0.0
3092026-06-10T03:39:49.950Z Checking pnet_datalink v0.35.0
3102026-06-10T03:39:49.956Z Checking num-rational v0.4.2
3112026-06-10T03:39:50.145Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3122026-06-10T03:39:50.178Z Compiling usdt-macro v0.5.0
3132026-06-10T03:39:50.232Z Compiling usdt-attr-macro v0.5.0
3142026-06-10T03:39:50.280Z Checking num v0.4.3
3152026-06-10T03:39:50.346Z Checking pnet_transport v0.35.0
3162026-06-10T03:39:50.398Z Checking strsim v0.11.1
3172026-06-10T03:39:50.443Z Compiling heck v0.5.0
3182026-06-10T03:39:50.488Z Checking clap_lex v1.0.0
3192026-06-10T03:39:50.561Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3202026-06-10T03:39:50.584Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3212026-06-10T03:39:50.636Z Compiling clap_derive v4.6.1
3222026-06-10T03:39:50.664Z Checking clap_builder v4.6.0
3232026-06-10T03:39:50.694Z Checking ppv-lite86 v0.2.21
3242026-06-10T03:39:50.749Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3252026-06-10T03:39:50.879Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3262026-06-10T03:39:50.986Z Checking rand_chacha v0.9.0
3272026-06-10T03:39:50.999Z Checking usdt v0.5.0
3282026-06-10T03:39:51.138Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3292026-06-10T03:39:51.151Z Checking rand v0.9.3
3302026-06-10T03:39:51.540Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3312026-06-10T03:39:51.977Z Checking clap v4.6.1
3322026-06-10T03:39:52.037Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3332026-06-10T03:39:52.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.28s
3342026-06-10T03:39:52.390Z+ cargo clippy --all-targets -- --deny warnings
3352026-06-10T03:39:52.508Z Downloading crates ...
3362026-06-10T03:39:52.560Z Downloaded libloading v0.9.0
3372026-06-10T03:39:52.608Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3382026-06-10T03:39:52.623Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3392026-06-10T03:39:52.629Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3402026-06-10T03:39:52.632Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3412026-06-10T03:39:52.632Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3422026-06-10T03:39:52.635Z Checking libloading v0.9.0
3432026-06-10T03:39:52.879Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3442026-06-10T03:39:53.407Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3452026-06-10T03:39:54.248Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3462026-06-10T03:39:54.248Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3472026-06-10T03:39:55.144Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3482026-06-10T03:40:00.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s
3492026-06-10T03:40:00.137Z+ banner build
3502026-06-10T03:40:00.141Z
3512026-06-10T03:40:00.141Z ##### # # # # #####
3522026-06-10T03:40:00.141Z # # # # # # # #
3532026-06-10T03:40:00.141Z ##### # # # # # #
3542026-06-10T03:40:00.141Z # # # # # # # #
3552026-06-10T03:40:00.141Z # # # # # # # #
3562026-06-10T03:40:00.141Z ##### #### # ###### #####
3572026-06-10T03:40:00.141Z
3582026-06-10T03:40:00.141Z+ ptime -m cargo build
3592026-06-10T03:40:00.271Z Compiling unicode-ident v1.0.24
3602026-06-10T03:40:00.271Z Compiling memchr v2.8.0
3612026-06-10T03:40:00.271Z Compiling ucd-trie v0.1.7
3622026-06-10T03:40:00.271Z Compiling regex-syntax v0.8.11
3632026-06-10T03:40:00.271Z Compiling libc v0.2.182
3642026-06-10T03:40:00.274Z Compiling serde_core v1.0.228
3652026-06-10T03:40:00.295Z Compiling cfg-if v1.0.4
3662026-06-10T03:40:00.299Z Compiling zmij v1.0.21
3672026-06-10T03:40:00.341Z Compiling byteorder v1.5.0
3682026-06-10T03:40:00.387Z Compiling proc-macro2 v1.0.106
3692026-06-10T03:40:00.542Z Compiling itoa v1.0.17
3702026-06-10T03:40:00.555Z Compiling num-traits v0.2.19
3712026-06-10T03:40:00.559Z Compiling bitflags v2.11.0
3722026-06-10T03:40:00.608Z Compiling thread-id v4.2.2
3732026-06-10T03:40:00.675Z Compiling aho-corasick v1.1.4
3742026-06-10T03:40:00.721Z Compiling pest v2.8.6
3752026-06-10T03:40:00.778Z Compiling quote v1.0.45
3762026-06-10T03:40:00.944Z Compiling syn v2.0.117
3772026-06-10T03:40:01.066Z Compiling errno v0.3.14
3782026-06-10T03:40:01.115Z Compiling num-integer v0.1.46
3792026-06-10T03:40:01.173Z Compiling rustix v1.1.4
3802026-06-10T03:40:01.198Z Compiling getrandom v0.4.1
3812026-06-10T03:40:01.329Z Compiling plain v0.2.3
3822026-06-10T03:40:01.422Z Compiling once_cell v1.21.3
3832026-06-10T03:40:01.426Z Compiling colored v3.1.1
3842026-06-10T03:40:01.618Z Compiling fastrand v2.3.0
3852026-06-10T03:40:01.792Z Compiling regex-automata v0.4.14
3862026-06-10T03:40:01.874Z Compiling pest_meta v2.8.6
3872026-06-10T03:40:01.980Z Compiling serde_json v1.0.149
3882026-06-10T03:40:02.034Z Compiling log v0.4.29
3892026-06-10T03:40:02.104Z Compiling tempfile v3.27.0
3902026-06-10T03:40:02.201Z Compiling pretty-hex v0.4.1
3912026-06-10T03:40:02.324Z Compiling no-std-net v0.6.0
3922026-06-10T03:40:02.387Z Compiling pnet_base v0.35.0
3932026-06-10T03:40:02.503Z Compiling tap v1.0.1
3942026-06-10T03:40:02.537Z Compiling radium v0.7.0
3952026-06-10T03:40:02.597Z Compiling wyz v0.5.1
3962026-06-10T03:40:02.713Z Compiling num-iter v0.1.45
3972026-06-10T03:40:02.716Z Compiling memmap v0.7.0
3982026-06-10T03:40:02.769Z Compiling funty v2.0.0
3992026-06-10T03:40:02.814Z Compiling zerocopy v0.8.40
4002026-06-10T03:40:02.880Z Compiling getrandom v0.3.4
4012026-06-10T03:40:02.944Z Compiling pnet_macros_support v0.35.0
4022026-06-10T03:40:03.041Z Compiling pnet_sys v0.35.0
4032026-06-10T03:40:03.048Z Compiling utf8parse v0.2.2
4042026-06-10T03:40:03.089Z Compiling bitvec v1.0.1
4052026-06-10T03:40:03.142Z Compiling anstyle-parse v1.0.0
4062026-06-10T03:40:03.150Z Compiling rand_core v0.9.5
4072026-06-10T03:40:03.203Z Compiling pest_generator v2.8.6
4082026-06-10T03:40:03.312Z Compiling prettyplease v0.2.37
4092026-06-10T03:40:03.352Z Compiling anyhow v1.0.102
4102026-06-10T03:40:03.392Z Compiling is_terminal_polyfill v1.70.2
4112026-06-10T03:40:03.470Z Compiling regex v1.12.4
4122026-06-10T03:40:03.724Z Compiling anstyle-query v1.1.5
4132026-06-10T03:40:03.805Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4142026-06-10T03:40:03.817Z Compiling colorchoice v1.0.4
4152026-06-10T03:40:03.916Z Compiling anstyle v1.0.13
4162026-06-10T03:40:03.920Z Compiling clap_lex v1.0.0
4172026-06-10T03:40:04.119Z Compiling anstream v1.0.0
4182026-06-10T03:40:04.144Z Compiling strsim v0.11.1
4192026-06-10T03:40:04.300Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4202026-06-10T03:40:04.422Z Compiling clap_builder v4.6.0
4212026-06-10T03:40:04.442Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4222026-06-10T03:40:04.720Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4232026-06-10T03:40:05.059Z Compiling serde_derive v1.0.228
4242026-06-10T03:40:05.063Z Compiling thiserror-impl v1.0.69
4252026-06-10T03:40:05.066Z Compiling zerocopy-derive v0.7.35
4262026-06-10T03:40:05.069Z Compiling pest_derive v2.8.6
4272026-06-10T03:40:05.176Z Compiling scroll_derive v0.12.1
4282026-06-10T03:40:05.808Z Compiling pnet_macros v0.35.0
4292026-06-10T03:40:05.816Z Compiling ppv-lite86 v0.2.21
4302026-06-10T03:40:06.092Z Compiling scroll v0.12.0
4312026-06-10T03:40:06.104Z Compiling zerocopy v0.7.35
4322026-06-10T03:40:06.121Z Compiling rand_chacha v0.9.0
4332026-06-10T03:40:06.338Z Compiling goblin v0.8.2
4342026-06-10T03:40:06.342Z Compiling rand v0.9.3
4352026-06-10T03:40:06.435Z Compiling thiserror v1.0.69
4362026-06-10T03:40:06.524Z Compiling dtrace-parser v0.2.0
4372026-06-10T03:40:06.543Z Compiling clap_derive v4.6.1
4382026-06-10T03:40:07.345Z Compiling pnet_packet v0.35.0
4392026-06-10T03:40:07.722Z Compiling serde v1.0.228
4402026-06-10T03:40:08.005Z Compiling clap v4.6.1
4412026-06-10T03:40:08.046Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4422026-06-10T03:40:08.092Z Compiling serde_tokenstream v0.2.3
4432026-06-10T03:40:08.092Z Compiling dof v0.3.0
4442026-06-10T03:40:08.092Z Compiling num-bigint v0.4.6
4452026-06-10T03:40:08.095Z Compiling num-complex v0.4.6
4462026-06-10T03:40:08.186Z Compiling ipnetwork v0.20.0
4472026-06-10T03:40:08.364Z Compiling usdt-impl v0.5.0
4482026-06-10T03:40:08.428Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4492026-06-10T03:40:08.455Z Compiling pnet_datalink v0.35.0
4502026-06-10T03:40:08.875Z Compiling usdt-macro v0.5.0
4512026-06-10T03:40:09.043Z Compiling num-rational v0.4.2
4522026-06-10T03:40:09.379Z Compiling usdt-attr-macro v0.5.0
4532026-06-10T03:40:09.684Z Compiling num v0.4.3
4542026-06-10T03:40:09.751Z Compiling pnet_transport v0.35.0
4552026-06-10T03:40:09.917Z Compiling pnet v0.35.0
4562026-06-10T03:40:10.301Z Compiling usdt v0.5.0
4572026-06-10T03:40:10.413Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4582026-06-10T03:40:10.755Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4592026-06-10T03:40:10.875Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4602026-06-10T03:40:10.875Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4612026-06-10T03:40:11.010Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4622026-06-10T03:40:13.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.46s
4632026-06-10T03:40:13.637Z
4642026-06-10T03:40:13.640Zreal 13.487574056
4652026-06-10T03:40:13.640Zuser 1:10.527336839
4662026-06-10T03:40:13.640Zsys 11.918303940
4672026-06-10T03:40:13.640Ztrap 0.037871248
4682026-06-10T03:40:13.640Ztflt 0.048615492
4692026-06-10T03:40:13.640Zdflt 0.121998757
4702026-06-10T03:40:13.640Zkflt 0.000006197
4712026-06-10T03:40:13.640Zlock 2:44.990290031
4722026-06-10T03:40:13.641Zslp 4:49.923246763
4732026-06-10T03:40:13.641Zlat 3.755476889
4742026-06-10T03:40:13.641Zstop 4.492625365
4752026-06-10T03:40:13.641Z+ ptime -m cargo build --release
4762026-06-10T03:40:13.716Z Compiling proc-macro2 v1.0.106
4772026-06-10T03:40:13.716Z Compiling quote v1.0.45
4782026-06-10T03:40:13.716Z Compiling unicode-ident v1.0.24
4792026-06-10T03:40:13.716Z Compiling libc v0.2.182
4802026-06-10T03:40:13.719Z Compiling serde_core v1.0.228
4812026-06-10T03:40:13.719Z Compiling memchr v2.8.0
4822026-06-10T03:40:13.719Z Compiling serde v1.0.228
4832026-06-10T03:40:13.719Z Compiling thiserror v1.0.69
4842026-06-10T03:40:13.830Z Compiling zmij v1.0.21
4852026-06-10T03:40:14.054Z Compiling serde_json v1.0.149
4862026-06-10T03:40:14.069Z Compiling getrandom v0.4.1
4872026-06-10T03:40:14.266Z Compiling ucd-trie v0.1.7
4882026-06-10T03:40:14.282Z Compiling rustix v1.1.4
4892026-06-10T03:40:14.459Z Compiling pest v2.8.6
4902026-06-10T03:40:14.468Z Compiling aho-corasick v1.1.4
4912026-06-10T03:40:14.859Z Compiling syn v2.0.117
4922026-06-10T03:40:14.889Z Compiling regex-syntax v0.8.11
4932026-06-10T03:40:14.910Z Compiling prettyplease v0.2.37
4942026-06-10T03:40:15.144Z Compiling version_check v0.9.5
4952026-06-10T03:40:15.162Z Compiling autocfg v1.5.0
4962026-06-10T03:40:15.493Z Compiling pest_meta v2.8.6
4972026-06-10T03:40:15.640Z Compiling num-traits v0.2.19
4982026-06-10T03:40:16.335Z Compiling cfg-if v1.0.4
4992026-06-10T03:40:16.399Z Compiling regex-automata v0.4.14
5002026-06-10T03:40:16.653Z Compiling byteorder v1.5.0
5012026-06-10T03:40:16.803Z Compiling itoa v1.0.17
5022026-06-10T03:40:16.872Z Compiling usdt-impl v0.5.0
5032026-06-10T03:40:17.201Z Compiling num-integer v0.1.46
5042026-06-10T03:40:17.257Z Compiling pest_generator v2.8.6
5052026-06-10T03:40:17.567Z Compiling thread-id v4.2.2
5062026-06-10T03:40:17.639Z Compiling errno v0.3.14
5072026-06-10T03:40:17.702Z Compiling log v0.4.29
5082026-06-10T03:40:17.731Z Compiling plain v0.2.3
5092026-06-10T03:40:17.884Z Compiling bitflags v2.11.0
5102026-06-10T03:40:18.074Z Compiling regex v1.12.4
5112026-06-10T03:40:18.374Z Compiling serde_derive v1.0.228
5122026-06-10T03:40:18.460Z Compiling thiserror-impl v1.0.69
5132026-06-10T03:40:18.609Z Compiling zerocopy-derive v0.7.35
5142026-06-10T03:40:18.807Z Compiling pest_derive v2.8.6
5152026-06-10T03:40:18.939Z Compiling scroll_derive v0.12.1
5162026-06-10T03:40:19.321Z Compiling radium v0.7.0
5172026-06-10T03:40:19.460Z Compiling zerocopy v0.7.35
5182026-06-10T03:40:19.642Z Compiling scroll v0.12.0
5192026-06-10T03:40:19.713Z Compiling dtrace-parser v0.2.0
5202026-06-10T03:40:19.774Z Compiling pretty-hex v0.4.1
5212026-06-10T03:40:19.913Z Compiling goblin v0.8.2
5222026-06-10T03:40:19.917Z Compiling colored v3.1.1
5232026-06-10T03:40:20.190Z Compiling no-std-net v0.6.0
5242026-06-10T03:40:20.263Z Compiling once_cell v1.21.3
5252026-06-10T03:40:20.268Z Compiling fastrand v2.3.0
5262026-06-10T03:40:20.282Z Compiling pnet_base v0.35.0
5272026-06-10T03:40:20.450Z Compiling tempfile v3.27.0
5282026-06-10T03:40:20.467Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5292026-06-10T03:40:20.732Z Compiling getrandom v0.3.4
5302026-06-10T03:40:20.792Z Compiling tap v1.0.1
5312026-06-10T03:40:20.896Z Compiling zerocopy v0.8.40
5322026-06-10T03:40:21.245Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5332026-06-10T03:40:21.326Z Compiling wyz v0.5.1
5342026-06-10T03:40:21.524Z Compiling serde_tokenstream v0.2.3
5352026-06-10T03:40:21.553Z Compiling dof v0.3.0
5362026-06-10T03:40:21.581Z Compiling num-bigint v0.4.6
5372026-06-10T03:40:21.669Z Compiling num-complex v0.4.6
5382026-06-10T03:40:22.094Z Compiling num-iter v0.1.45
5392026-06-10T03:40:22.156Z Compiling memmap v0.7.0
5402026-06-10T03:40:22.207Z Compiling funty v2.0.0
5412026-06-10T03:40:22.302Z Compiling usdt-macro v0.5.0
5422026-06-10T03:40:22.311Z Compiling usdt-attr-macro v0.5.0
5432026-06-10T03:40:22.380Z Compiling anyhow v1.0.102
5442026-06-10T03:40:22.954Z Compiling num-rational v0.4.2
5452026-06-10T03:40:23.147Z Compiling bitvec v1.0.1
5462026-06-10T03:40:23.380Z Compiling num v0.4.3
5472026-06-10T03:40:23.452Z Compiling usdt v0.5.0
5482026-06-10T03:40:24.207Z Compiling pnet_macros_support v0.35.0
5492026-06-10T03:40:24.327Z Compiling pnet_macros v0.35.0
5502026-06-10T03:40:25.272Z Compiling pnet_sys v0.35.0
5512026-06-10T03:40:25.466Z Compiling utf8parse v0.2.2
5522026-06-10T03:40:25.476Z Compiling pnet_packet v0.35.0
5532026-06-10T03:40:25.565Z Compiling anstyle-parse v1.0.0
5542026-06-10T03:40:25.810Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5552026-06-10T03:40:26.861Z Compiling rand_core v0.9.5
5562026-06-10T03:40:27.335Z Compiling ppv-lite86 v0.2.21
5572026-06-10T03:40:27.665Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5582026-06-10T03:40:28.038Z Compiling ipnetwork v0.20.0
5592026-06-10T03:40:28.602Z Compiling colorchoice v1.0.4
5602026-06-10T03:40:28.664Z Compiling anstyle v1.0.13
5612026-06-10T03:40:28.712Z Compiling is_terminal_polyfill v1.70.2
5622026-06-10T03:40:28.802Z Compiling anstyle-query v1.1.5
5632026-06-10T03:40:28.897Z Compiling pnet v0.35.0
5642026-06-10T03:40:29.530Z Compiling anstream v1.0.0
5652026-06-10T03:40:30.169Z Compiling pnet_datalink v0.35.0
5662026-06-10T03:40:30.329Z Compiling pnet_transport v0.35.0
5672026-06-10T03:40:30.553Z Compiling rand_chacha v0.9.0
5682026-06-10T03:40:30.621Z Compiling heck v0.5.0
5692026-06-10T03:40:30.649Z Compiling strsim v0.11.1
5702026-06-10T03:40:30.827Z Compiling clap_lex v1.0.0
5712026-06-10T03:40:31.123Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5722026-06-10T03:40:31.252Z Compiling clap_builder v4.6.0
5732026-06-10T03:40:31.369Z Compiling clap_derive v4.6.1
5742026-06-10T03:40:31.485Z Compiling rand v0.9.3
5752026-06-10T03:40:32.196Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5762026-06-10T03:40:32.444Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5772026-06-10T03:40:32.793Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5782026-06-10T03:40:33.069Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5792026-06-10T03:40:35.599Z Compiling clap v4.6.1
5802026-06-10T03:40:35.681Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5812026-06-10T03:40:38.302Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5822026-06-10T03:40:45.341Z Finished `release` profile [optimized] target(s) in 31.69s
5832026-06-10T03:40:45.364Z
5842026-06-10T03:40:45.365Zreal 31.713417608
5852026-06-10T03:40:45.365Zuser 3:10.374517768
5862026-06-10T03:40:45.365Zsys 17.933622200
5872026-06-10T03:40:45.365Ztrap 0.106244463
5882026-06-10T03:40:45.368Ztflt 0.226759261
5892026-06-10T03:40:45.368Zdflt 0.176533488
5902026-06-10T03:40:45.368Zkflt 0.000012317
5912026-06-10T03:40:45.368Zlock 9:45.449860719
5922026-06-10T03:40:45.368Zslp 12:03.420209505
5932026-06-10T03:40:45.368Zlat 13.109716005
5942026-06-10T03:40:45.368Zstop 9.157732448
5952026-06-10T03:40:45.368Z+ for x in debug release
5962026-06-10T03:40:45.368Z+ mkdir -p /work/debug
5972026-06-10T03:40:45.368Z+ cp target/debug/x4c /work/debug/
5982026-06-10T03:40:45.390Z+ cp target/debug/libsidecar_lite.so /work/debug/
5992026-06-10T03:40:45.425Z+ for x in debug release
6002026-06-10T03:40:45.425Z+ mkdir -p /work/release
6012026-06-10T03:40:45.428Z+ cp target/release/x4c /work/release/
6022026-06-10T03:40:45.434Z+ cp target/release/libsidecar_lite.so /work/release/
6032026-06-10T03:40:45.444Z+ banner test
6042026-06-10T03:40:45.448Z
6052026-06-10T03:40:45.448Z ##### ###### #### #####
6062026-06-10T03:40:45.448Z # # # #
6072026-06-10T03:40:45.448Z # ##### #### #
6082026-06-10T03:40:45.448Z # # # #
6092026-06-10T03:40:45.449Z # # # # #
6102026-06-10T03:40:45.449Z # ###### #### #
6112026-06-10T03:40:45.449Z
6122026-06-10T03:40:45.449Z+ cargo test
6132026-06-10T03:40:45.518Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6142026-06-10T03:40:45.534Z Compiling libloading v0.9.0
6152026-06-10T03:40:45.539Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6162026-06-10T03:40:45.539Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6172026-06-10T03:40:45.544Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6182026-06-10T03:40:45.544Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6192026-06-10T03:40:45.742Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6202026-06-10T03:40:46.630Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6212026-06-10T03:40:46.630Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6222026-06-10T03:40:46.630Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6232026-06-10T03:40:46.904Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6242026-06-10T03:40:53.483Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.02s
6252026-06-10T03:40:53.497Z Running unittests src/lib.rs (target/debug/deps/p4-85be53bc186e4c60)
6262026-06-10T03:40:53.500Z
6272026-06-10T03:40:53.500Zrunning 0 tests
6282026-06-10T03:40:53.500Z
6292026-06-10T03:40:53.500Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-06-10T03:40:53.500Z
6312026-06-10T03:40:53.500Z Running unittests src/lib.rs (target/debug/deps/p4_macro-bddc94d6fdecc222)
6322026-06-10T03:40:53.503Z
6332026-06-10T03:40:53.503Zrunning 0 tests
6342026-06-10T03:40:53.503Z
6352026-06-10T03:40:53.503Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-06-10T03:40:53.503Z
6372026-06-10T03:40:53.503Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-af35739841f1932e)
6382026-06-10T03:40:53.506Z
6392026-06-10T03:40:53.506Zrunning 0 tests
6402026-06-10T03:40:53.506Z
6412026-06-10T03:40:53.506Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-06-10T03:40:53.506Z
6432026-06-10T03:40:53.506Z Running unittests src/lib.rs (target/debug/deps/p4_rust-a02a13c643da1afe)
6442026-06-10T03:40:53.506Z
6452026-06-10T03:40:53.506Zrunning 0 tests
6462026-06-10T03:40:53.506Z
6472026-06-10T03:40:53.506Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-06-10T03:40:53.506Z
6492026-06-10T03:40:53.509Z Running unittests src/lib.rs (target/debug/deps/p4rs-4c587f8d3e5788ce)
6502026-06-10T03:40:53.509Z
6512026-06-10T03:40:53.509Zrunning 14 tests
6522026-06-10T03:40:53.509Ztest bitmath::tests::bitmath_add_cascade ... ok
6532026-06-10T03:40:53.509Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6542026-06-10T03:40:53.509Ztest bitmath::tests::bitmath_add_le ... ok
6552026-06-10T03:40:53.509Ztest bitmath::tests::bitmath_add_nest ... ok
6562026-06-10T03:40:53.509Ztest bitmath::tests::bitmath_add_be ... ok
6572026-06-10T03:40:53.509Ztest bitmath::tests::bitmath_mod ... ok
6582026-06-10T03:40:53.510Ztest bitmath::tests::bitmath_sub_be ... ok
6592026-06-10T03:40:53.510Ztest bitmath::tests::bitmath_sub_le ... ok
6602026-06-10T03:40:53.510Ztest checksum::tests::udp_checksum ... ok
6612026-06-10T03:40:53.510Ztest table::tests::match_lpm_ternary_1 ... ok
6622026-06-10T03:40:53.510Ztest table::tests::match_lpm_1 ... ok
6632026-06-10T03:40:53.510Ztest table::tests::match_lpm_ternary_range ... ok
6642026-06-10T03:40:53.510Ztest table::tests::match_ternary_1 ... ok
6652026-06-10T03:40:53.510Ztest table::tests::match_with_action ... ok
6662026-06-10T03:40:53.510Z
6672026-06-10T03:40:53.510Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6682026-06-10T03:40:53.510Z
6692026-06-10T03:40:53.510Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-ca8b35d3d78b7c2b)
6702026-06-10T03:40:53.513Z
6712026-06-10T03:40:53.513Zrunning 0 tests
6722026-06-10T03:40:53.513Z
6732026-06-10T03:40:53.513Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6742026-06-10T03:40:53.513Z
6752026-06-10T03:40:53.513Z Running unittests src/lib.rs (target/debug/deps/tests-ce5f26193eddd54c)
6762026-06-10T03:40:53.513Z
6772026-06-10T03:40:53.513Zrunning 15 tests
6782026-06-10T03:40:53.516Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6792026-06-10T03:40:53.519Ztest headers::ipv6_header_read_write ... ok
6802026-06-10T03:40:53.519Ztest dload::pipeline_create ... ok
6812026-06-10T03:40:53.519Ztest ipv6::test_ipv6_parse ... ok
6822026-06-10T03:40:53.522Ztest dload::dynamic_load ... ok
6832026-06-10T03:40:53.526Ztest decap::geneve_decap ... ok
6842026-06-10T03:40:53.526Ztest hub::hub2 ... ok
6852026-06-10T03:40:53.533Ztest dynamic_router::dynamic_router2 ... ok
6862026-06-10T03:40:53.533Ztest disag_router::disag_router ... ok
6872026-06-10T03:40:53.538Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6882026-06-10T03:40:53.538Ztest arithmetic::arithmetic ... ok
6892026-06-10T03:40:53.538Ztest vlan::test_vlan_parse ... ok
6902026-06-10T03:40:53.541Ztest mac_rewrite::mac_rewrite2 ... ok
6912026-06-10T03:40:53.541Ztest range::range ... ok
6922026-06-10T03:40:53.541Ztest basic_router::basic_router2 ... ok
6932026-06-10T03:40:53.541Z
6942026-06-10T03:40:53.541Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
6952026-06-10T03:40:53.541Z
6962026-06-10T03:40:53.545Z Running unittests src/lib.rs (target/debug/deps/x4c-a91a6ce14e0c7a0e)
6972026-06-10T03:40:53.548Z
6982026-06-10T03:40:53.548Zrunning 0 tests
6992026-06-10T03:40:53.548Z
7002026-06-10T03:40:53.548Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7012026-06-10T03:40:53.549Z
7022026-06-10T03:40:53.549Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-e834a1e7e9071446)
7032026-06-10T03:40:53.549Z
7042026-06-10T03:40:53.549Zrunning 0 tests
7052026-06-10T03:40:53.549Z
7062026-06-10T03:40:53.549Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-06-10T03:40:53.549Z
7082026-06-10T03:40:53.551Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-3b06e1ac81c9fbdb)
7092026-06-10T03:40:53.551Z
7102026-06-10T03:40:53.552Zrunning 0 tests
7112026-06-10T03:40:53.552Z
7122026-06-10T03:40:53.552Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7132026-06-10T03:40:53.552Z
7142026-06-10T03:40:53.552Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-b26d91d271507149)
7152026-06-10T03:40:53.552Z
7162026-06-10T03:40:53.552Zrunning 0 tests
7172026-06-10T03:40:53.552Z
7182026-06-10T03:40:53.552Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7192026-06-10T03:40:53.552Z
7202026-06-10T03:40:53.555Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7212026-06-10T03:40:53.555Z
7222026-06-10T03:40:53.555Zrunning 0 tests
7232026-06-10T03:40:53.555Z
7242026-06-10T03:40:53.555Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7252026-06-10T03:40:53.555Z
7262026-06-10T03:40:53.555Z Doc-tests p4
7272026-06-10T03:40:53.643Z
7282026-06-10T03:40:53.643Zrunning 0 tests
7292026-06-10T03:40:53.643Z
7302026-06-10T03:40:53.643Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7312026-06-10T03:40:53.643Z
7322026-06-10T03:40:53.654Z Doc-tests p4_macro
7332026-06-10T03:40:53.698Z
7342026-06-10T03:40:53.699Zrunning 2 tests
7352026-06-10T03:40:53.704Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7362026-06-10T03:40:53.704Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7372026-06-10T03:40:53.704Z
7382026-06-10T03:40:53.704Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7392026-06-10T03:40:53.704Z
7402026-06-10T03:40:53.707Z Doc-tests p4_rust
7412026-06-10T03:40:53.862Z
7422026-06-10T03:40:53.862Zrunning 0 tests
7432026-06-10T03:40:53.862Z
7442026-06-10T03:40:53.862Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7452026-06-10T03:40:53.862Z
7462026-06-10T03:40:53.878Z Doc-tests p4rs
7472026-06-10T03:40:53.958Z
7482026-06-10T03:40:53.958Zrunning 1 test
7492026-06-10T03:40:54.768Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7502026-06-10T03:40:54.768Z
7512026-06-10T03:40:54.768Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.81s
7522026-06-10T03:40:54.768Z
7532026-06-10T03:40:54.779Z Doc-tests tests
7542026-06-10T03:40:54.842Z
7552026-06-10T03:40:54.842Zrunning 0 tests
7562026-06-10T03:40:54.842Z
7572026-06-10T03:40:54.842Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7582026-06-10T03:40:54.842Z
7592026-06-10T03:40:54.850Z Doc-tests x4c
7602026-06-10T03:40:54.895Z
7612026-06-10T03:40:54.895Zrunning 0 tests
7622026-06-10T03:40:54.895Z
7632026-06-10T03:40:54.895Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7642026-06-10T03:40:54.895Z
7652026-06-10T03:40:54.901Z Doc-tests x4c_error_codes
7662026-06-10T03:40:54.929Z
7672026-06-10T03:40:54.929Zrunning 0 tests
7682026-06-10T03:40:54.929Z
7692026-06-10T03:40:54.929Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7702026-06-10T03:40:54.929Z
7712026-06-10T03:40:54.941Z+ pushd test
7722026-06-10T03:40:54.944Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7732026-06-10T03:40:54.944Z+ banner 'mac rewr'
7742026-06-10T03:40:54.944Z
7752026-06-10T03:40:54.944Z # # ## #### ##### ###### # # #####
7762026-06-10T03:40:54.944Z ## ## # # # # # # # # # # #
7772026-06-10T03:40:54.944Z # ## # # # # # # ##### # # # #
7782026-06-10T03:40:54.944Z # # ###### # ##### # # ## # #####
7792026-06-10T03:40:54.944Z # # # # # # # # # ## ## # #
7802026-06-10T03:40:54.944Z # # # # #### # # ###### # # # #
7812026-06-10T03:40:54.944Z
7822026-06-10T03:40:54.944Z+ RUST_BACKTRACE=1
7832026-06-10T03:40:54.944Z+ cargo test mac_rewrite -- --nocapture
7842026-06-10T03:40:55.041Z Compiling aho-corasick v1.1.4
7852026-06-10T03:40:55.056Z Compiling rustix v1.1.4
7862026-06-10T03:40:55.056Z Compiling getrandom v0.4.1
7872026-06-10T03:40:55.059Z Compiling errno v0.3.14
7882026-06-10T03:40:55.061Z Compiling prettyplease v0.2.37
7892026-06-10T03:40:55.752Z Compiling regex-automata v0.4.14
7902026-06-10T03:40:55.771Z Compiling tempfile v3.27.0
7912026-06-10T03:40:57.116Z Compiling regex v1.12.4
7922026-06-10T03:40:57.367Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7932026-06-10T03:40:57.434Z Compiling pnet_macros v0.35.0
7942026-06-10T03:40:58.057Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7952026-06-10T03:40:58.412Z Compiling pnet_packet v0.35.0
7962026-06-10T03:40:58.856Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
7972026-06-10T03:41:00.241Z Compiling pnet_transport v0.35.0
7982026-06-10T03:41:00.361Z Compiling pnet v0.35.0
7992026-06-10T03:41:00.445Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8002026-06-10T03:41:06.991Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.03s
8012026-06-10T03:41:07.002Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-257cdeca5eb9535d)
8022026-06-10T03:41:07.005Z
8032026-06-10T03:41:07.005Zrunning 1 test
8042026-06-10T03:41:07.010Z[phy2] do you know the muffin man?
8052026-06-10T03:41:07.013Z[cpu] the muffin man?
8062026-06-10T03:41:07.013Z[cpu] the muffin man!
8072026-06-10T03:41:07.013Z[cpu] why yes
8082026-06-10T03:41:07.013Z[phy1] i know the muffin man
8092026-06-10T03:41:07.013Z[phy3] the muffin man is me!!!
8102026-06-10T03:41:07.013Ztest mac_rewrite::mac_rewrite2 ... ok
8112026-06-10T03:41:07.013Z
8122026-06-10T03:41:07.013Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8132026-06-10T03:41:07.013Z
8142026-06-10T03:41:07.019Z+ banner 'dyn load'
8152026-06-10T03:41:07.023Z
8162026-06-10T03:41:07.023Z ##### # # # # # #### ## #####
8172026-06-10T03:41:07.023Z # # # # ## # # # # # # # #
8182026-06-10T03:41:07.023Z # # # # # # # # # # # # #
8192026-06-10T03:41:07.023Z # # # # # # # # # ###### # #
8202026-06-10T03:41:07.023Z # # # # ## # # # # # # #
8212026-06-10T03:41:07.023Z ##### # # # ###### #### # # #####
8222026-06-10T03:41:07.023Z
8232026-06-10T03:41:07.023Z+ RUST_BACKTRACE=1
8242026-06-10T03:41:07.023Z+ cargo test dload -- --nocapture
8252026-06-10T03:41:07.107Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8262026-06-10T03:41:07.110Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-257cdeca5eb9535d)
8272026-06-10T03:41:07.113Z
8282026-06-10T03:41:07.113Zrunning 2 tests
8292026-06-10T03:41:07.117Ztest dload::pipeline_create ... ok
8302026-06-10T03:41:07.120Ztest dload::dynamic_load ... ok
8312026-06-10T03:41:07.120Z
8322026-06-10T03:41:07.120Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8332026-06-10T03:41:07.120Z
8342026-06-10T03:41:07.124Z+ banner disag
8352026-06-10T03:41:07.127Z
8362026-06-10T03:41:07.127Z ##### # #### ## ####
8372026-06-10T03:41:07.127Z # # # # # # # #
8382026-06-10T03:41:07.127Z # # # #### # # #
8392026-06-10T03:41:07.127Z # # # # ###### # ###
8402026-06-10T03:41:07.127Z # # # # # # # # #
8412026-06-10T03:41:07.127Z ##### # #### # # ####
8422026-06-10T03:41:07.127Z
8432026-06-10T03:41:07.127Z+ RUST_BACKTRACE=1
8442026-06-10T03:41:07.127Z+ cargo test disag_router -- --nocapture
8452026-06-10T03:41:07.214Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8462026-06-10T03:41:07.217Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-257cdeca5eb9535d)
8472026-06-10T03:41:07.220Z
8482026-06-10T03:41:07.220Zrunning 1 test
8492026-06-10T03:41:07.226Z[phy2] do you know the muffin man?
8502026-06-10T03:41:07.229Z[cpu] the muffin man?
8512026-06-10T03:41:07.229Z[cpu] the muffin man!
8522026-06-10T03:41:07.229Z[cpu] why yes
8532026-06-10T03:41:07.229Z[phy1] i know the muffin man
8542026-06-10T03:41:07.229Z[phy3] the muffin man is me!!!
8552026-06-10T03:41:07.229Ztest disag_router::disag_router ... ok
8562026-06-10T03:41:07.229Z
8572026-06-10T03:41:07.229Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8582026-06-10T03:41:07.229Z
8592026-06-10T03:41:07.234Z+ banner 'dyn rtr'
8602026-06-10T03:41:07.237Z
8612026-06-10T03:41:07.237Z ##### # # # # ##### ##### #####
8622026-06-10T03:41:07.237Z # # # # ## # # # # # #
8632026-06-10T03:41:07.237Z # # # # # # # # # # #
8642026-06-10T03:41:07.237Z # # # # # # ##### # #####
8652026-06-10T03:41:07.237Z # # # # ## # # # # #
8662026-06-10T03:41:07.237Z ##### # # # # # # # #
8672026-06-10T03:41:07.237Z
8682026-06-10T03:41:07.237Z+ RUST_BACKTRACE=1
8692026-06-10T03:41:07.237Z+ cargo test dynamic_router -- --nocapture
8702026-06-10T03:41:07.323Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8712026-06-10T03:41:07.326Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-257cdeca5eb9535d)
8722026-06-10T03:41:07.329Z
8732026-06-10T03:41:07.329Zrunning 1 test
8742026-06-10T03:41:07.334Z[phy2] do you know the muffin man?
8752026-06-10T03:41:07.337Z[cpu] the muffin man?
8762026-06-10T03:41:07.337Z[cpu] the muffin man!
8772026-06-10T03:41:07.337Z[cpu] why yes
8782026-06-10T03:41:07.337Z[phy1] i know the muffin man
8792026-06-10T03:41:07.337Z[phy3] the muffin man is me!!!
8802026-06-10T03:41:07.337Ztest dynamic_router::dynamic_router2 ... ok
8812026-06-10T03:41:07.337Z
8822026-06-10T03:41:07.337Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8832026-06-10T03:41:07.337Z
8842026-06-10T03:41:07.343Z+ banner hub
8852026-06-10T03:41:07.346Z
8862026-06-10T03:41:07.346Z # # # # #####
8872026-06-10T03:41:07.346Z # # # # # #
8882026-06-10T03:41:07.346Z ###### # # #####
8892026-06-10T03:41:07.346Z # # # # # #
8902026-06-10T03:41:07.346Z # # # # # #
8912026-06-10T03:41:07.346Z # # #### #####
8922026-06-10T03:41:07.346Z
8932026-06-10T03:41:07.346Z+ RUST_BACKTRACE=1
8942026-06-10T03:41:07.346Z+ cargo test hub -- --nocapture
8952026-06-10T03:41:07.431Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8962026-06-10T03:41:07.434Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-257cdeca5eb9535d)
8972026-06-10T03:41:07.437Z
8982026-06-10T03:41:07.438Zrunning 1 test
8992026-06-10T03:41:07.442Z[phy2] do you know the muffin man?
9002026-06-10T03:41:07.442Z[phy3] do you know the muffin man?
9012026-06-10T03:41:07.445Z[phy1] the muffin man?
9022026-06-10T03:41:07.445Z[phy3] the muffin man?
9032026-06-10T03:41:07.445Z[phy2] the muffin man!
9042026-06-10T03:41:07.445Z[phy3] the muffin man!
9052026-06-10T03:41:07.445Z[phy1] why yes
9062026-06-10T03:41:07.445Z[phy1] i know the muffin man
9072026-06-10T03:41:07.445Z[phy1] the muffin man is me!!!
9082026-06-10T03:41:07.445Z[phy3] why yes
9092026-06-10T03:41:07.445Z[phy3] i know the muffin man
9102026-06-10T03:41:07.445Z[phy3] the muffin man is me!!!
9112026-06-10T03:41:07.445Ztest hub::hub2 ... ok
9122026-06-10T03:41:07.445Z
9132026-06-10T03:41:07.445Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9142026-06-10T03:41:07.445Z
9152026-06-10T03:41:07.450Z+ banner router
9162026-06-10T03:41:07.453Z
9172026-06-10T03:41:07.453Z ##### #### # # ##### ###### #####
9182026-06-10T03:41:07.453Z # # # # # # # # # #
9192026-06-10T03:41:07.453Z # # # # # # # ##### # #
9202026-06-10T03:41:07.453Z ##### # # # # # # #####
9212026-06-10T03:41:07.453Z # # # # # # # # # #
9222026-06-10T03:41:07.453Z # # #### #### # ###### # #
9232026-06-10T03:41:07.453Z
9242026-06-10T03:41:07.453Z+ RUST_BACKTRACE=1
9252026-06-10T03:41:07.453Z+ cargo test basic_router -- --nocapture
9262026-06-10T03:41:07.538Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9272026-06-10T03:41:07.541Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-257cdeca5eb9535d)
9282026-06-10T03:41:07.544Z
9292026-06-10T03:41:07.544Zrunning 1 test
9302026-06-10T03:41:07.549Z[phy2] do you know the muffin man?
9312026-06-10T03:41:07.552Z[phy1] the muffin man?
9322026-06-10T03:41:07.552Z[phy2] the muffin man!
9332026-06-10T03:41:07.552Z[phy1] why yes
9342026-06-10T03:41:07.552Z[phy1] i know the muffin man
9352026-06-10T03:41:07.552Z[phy1] the muffin man is me!!!
9362026-06-10T03:41:07.553Ztest basic_router::basic_router2 ... ok
9372026-06-10T03:41:07.553Z
9382026-06-10T03:41:07.553Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9392026-06-10T03:41:07.553Z
9402026-06-10T03:41:07.557Z+ banner headers
9412026-06-10T03:41:07.560Z
9422026-06-10T03:41:07.560Z # # ###### ## ##### ###### ##### ####
9432026-06-10T03:41:07.560Z # # # # # # # # # # #
9442026-06-10T03:41:07.560Z ###### ##### # # # # ##### # # ####
9452026-06-10T03:41:07.560Z # # # ###### # # # ##### #
9462026-06-10T03:41:07.560Z # # # # # # # # # # # #
9472026-06-10T03:41:07.560Z # # ###### # # ##### ###### # # ####
9482026-06-10T03:41:07.560Z
9492026-06-10T03:41:07.560Z+ RUST_BACKTRACE=1
9502026-06-10T03:41:07.560Z+ cargo test headers -- --nocapture
9512026-06-10T03:41:07.647Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9522026-06-10T03:41:07.659Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-257cdeca5eb9535d)
9532026-06-10T03:41:07.659Z
9542026-06-10T03:41:07.660Zrunning 1 test
9552026-06-10T03:41:07.660Ztest headers::ipv6_header_read_write ... ok
9562026-06-10T03:41:07.660Z
9572026-06-10T03:41:07.660Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9582026-06-10T03:41:07.660Z
9592026-06-10T03:41:07.660Zprocess exited: duration 106472 ms, exit code 0
 
9602026-06-10T03:41:07.667Zfound 4 output files
9612026-06-10T03:41:07.667Zuploading: /work/debug/libsidecar_lite.so (43094048 bytes)
9622026-06-10T03:41:08.984Zuploaded: /work/debug/libsidecar_lite.so
9632026-06-10T03:41:08.984Zuploading: /work/debug/x4c (37742584 bytes)
9642026-06-10T03:41:10.350Zuploaded: /work/debug/x4c
9652026-06-10T03:41:10.353Zuploading: /work/release/libsidecar_lite.so (9838344 bytes)
9662026-06-10T03:41:11.449Zuploaded: /work/release/libsidecar_lite.so
9672026-06-10T03:41:11.449Zuploading: /work/release/x4c (8572760 bytes)
9682026-06-10T03:41:12.538Zuploaded: /work/release/x4c