01KW11TR5WKS3XXEZ8P3PKW1KG: 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: 01KW11VHTDWK38R8VQXM6S6BAN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T04:09:41.117Zjob assigned to worker 01KW11VQ09M3YH361C9WRSVRDQ [factory aws, i-03ccb1d66a7a96a86] (queued for 47 s)
 
22026-06-26T04:09:48.051Zstarting task 0: "setup"
32026-06-26T04:09:48.055Z++ uname -s
42026-06-26T04:09:48.058Z+ kern=SunOS
52026-06-26T04:09:48.058Z+ build_user=build
62026-06-26T04:09:48.058Z+ build_uid=12345
72026-06-26T04:09:48.058Z+ work_dir=/work
82026-06-26T04:09:48.058Z+ input_dir=/input
92026-06-26T04:09:48.058Z+ [[ 0 == 12345 ]]
102026-06-26T04:09:48.058Z+ case "$kern" in
112026-06-26T04:09:48.058Z+ groupadd -g 12345 build
122026-06-26T04:09:48.061Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T04:09:50.066Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T04:09:50.136Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T04:09:50.142Z+ home_fs=zfs
162026-06-26T04:09:50.142Z+ [[ zfs == autofs ]]
172026-06-26T04:09:50.143Z+ mkdir -p /home/build
182026-06-26T04:09:50.143Z+ chown build:build /home/build /work
192026-06-26T04:09:52.139Z+ chmod 0700 /home/build /work
202026-06-26T04:09:52.144Zprocess exited: duration 4093 ms, exit code 0
 
212026-06-26T04:09:52.152Zstarting task 1: "rust-toolchain"
222026-06-26T04:09:52.155Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-26T04:09:52.156Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-26T04:09:52.156Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-26T04:09:52.156Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-26T04:09:52.156Z * rust toolchain channel = "stable"
272026-06-26T04:09:52.156Z * rust toolchain profile = "default"
282026-06-26T04:09:52.159Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T04:09:52.159Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-26T04:09:52.266Zinfo: downloading installer
312026-06-26T04:09:53.674Zwarn: It looks like you have an existing installation of Rust at:
322026-06-26T04:09:53.674Zwarn: /opt/ooce/bin
332026-06-26T04:09:53.674Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-26T04:09:53.674Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-26T04:09:53.674Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-26T04:09:53.674Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-26T04:09:53.674Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-26T04:09:53.674Zerror: cannot install while Rust is installed
392026-06-26T04:09:53.674Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-26T04:09:53.674Zwarn: It looks like you have an existing rustup settings file at:
412026-06-26T04:09:53.675Zwarn: /home/build/.rustup/settings.toml
422026-06-26T04:09:53.675Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-26T04:09:53.675Zwarn: instead of the one inferred from the default host triple.
442026-06-26T04:09:53.688Zinfo: profile set to default
452026-06-26T04:09:53.688Zinfo: default host triple is x86_64-unknown-illumos
462026-06-26T04:09:53.691Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-26T04:09:53.848Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-26T04:09:53.853Zinfo: downloading 6 components
492026-06-26T04:10:08.991Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-26T04:10:08.991Z
512026-06-26T04:10:09.018Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-26T04:10:09.018Z
532026-06-26T04:10:09.018Z
542026-06-26T04:10:09.018ZRust is installed now. Great!
552026-06-26T04:10:09.018Z
562026-06-26T04:10:09.018ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-26T04:10:09.018Zenvironment variable. This has not been done automatically.
582026-06-26T04:10:09.018Z
592026-06-26T04:10:09.018ZTo configure your current shell, you need to source
602026-06-26T04:10:09.018Zthe corresponding env file under $HOME/.cargo.
612026-06-26T04:10:09.018Z
622026-06-26T04:10:09.018ZThis is usually done by running one of the following (note the leading DOT):
632026-06-26T04:10:09.018Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-26T04:10:09.018Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-26T04:10:09.018Zsource "~/.cargo/env.nu" # For nushell
662026-06-26T04:10:09.018Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-26T04:10:09.018Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-26T04:10:09.018Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-26T04:10:09.019Zwarn: no default linker (`cc`) was found in your PATH
702026-06-26T04:10:09.019Zwarn: many Rust crates require a system C toolchain to build
712026-06-26T04:10:09.100Z+ rustup --version
722026-06-26T04:10:09.118Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-26T04:10:09.119Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-26T04:10:09.119Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-26T04:10:09.119Z+ cargo --version
762026-06-26T04:10:09.126Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-26T04:10:09.130Z+ rustc --version
782026-06-26T04:10:09.146Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-26T04:10:09.157Zprocess exited: duration 16995 ms, exit code 0
 
802026-06-26T04:10:09.175Zstarting task 2: "authentication"
812026-06-26T04:10:09.234Zprocess exited: duration 49 ms, exit code 0
 
822026-06-26T04:10:09.318Zstarting task 3: "clone repository"
832026-06-26T04:10:09.346Z+ mkdir -p /work/oxidecomputer/p4
842026-06-26T04:10:09.346Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-06-26T04:10:09.362ZCloning into '/work/oxidecomputer/p4'...
862026-06-26T04:10:10.472Z+ cd /work/oxidecomputer/p4
872026-06-26T04:10:10.480Z+ git fetch origin 3c5d604d9949d3091e29ee275849a36d62daea65
882026-06-26T04:10:10.848ZFrom https://github.com/oxidecomputer/p4
892026-06-26T04:10:10.848Z * branch 3c5d604d9949d3091e29ee275849a36d62daea65 -> FETCH_HEAD
902026-06-26T04:10:10.851Z+ [[ -n renovate/anyhow-1.x-lockfile ]]
912026-06-26T04:10:10.854Z++ git branch --show-current
922026-06-26T04:10:10.854Z+ current=main
932026-06-26T04:10:10.855Z+ [[ main != renovate/anyhow-1.x-lockfile ]]
942026-06-26T04:10:10.855Z+ git branch -f renovate/anyhow-1.x-lockfile 3c5d604d9949d3091e29ee275849a36d62daea65
952026-06-26T04:10:10.859Z+ git checkout -f renovate/anyhow-1.x-lockfile
962026-06-26T04:10:10.863ZSwitched to branch 'renovate/anyhow-1.x-lockfile'
972026-06-26T04:10:10.873Z+ git reset --hard 3c5d604d9949d3091e29ee275849a36d62daea65
982026-06-26T04:10:10.881ZHEAD is now at 3c5d604 Update Rust crate anyhow to v1.0.103
992026-06-26T04:10:10.881Zprocess exited: duration 1575 ms, exit code 0
 
1002026-06-26T04:10:10.906Zstarting task 4: "build"
1012026-06-26T04:10:10.914Z+ cargo --version
1022026-06-26T04:10:10.918Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-06-26T04:10:11.111Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-06-26T04:10:11.115Zinfo: downloading 6 components
1052026-06-26T04:10:29.429Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-06-26T04:10:29.432Z+ rustc --version
1072026-06-26T04:10:29.462Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-06-26T04:10:29.467Z+ banner check
1092026-06-26T04:10:29.470Z
1102026-06-26T04:10:29.470Z #### # # ###### #### # #
1112026-06-26T04:10:29.470Z # # # # # # # # #
1122026-06-26T04:10:29.471Z # ###### ##### # ####
1132026-06-26T04:10:29.471Z # # # # # # #
1142026-06-26T04:10:29.471Z # # # # # # # # #
1152026-06-26T04:10:29.471Z #### # # ###### #### # #
1162026-06-26T04:10:29.471Z
1172026-06-26T04:10:29.471Z+ cargo fmt -- --check
1182026-06-26T04:10:29.611Z+ cargo check
1192026-06-26T04:10:29.678Z Updating crates.io index
1202026-06-26T04:10:29.682Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-06-26T04:10:29.980ZFrom https://github.com/oxidecomputer/xfr
1222026-06-26T04:10:29.980Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-06-26T04:10:30.954Z Downloading crates ...
1242026-06-26T04:10:31.016Z Downloaded byteorder v1.5.0
1252026-06-26T04:10:31.019Z Downloaded clap_lex v1.0.0
1262026-06-26T04:10:31.022Z Downloaded anstyle-query v1.1.5
1272026-06-26T04:10:31.029Z Downloaded thread-id v4.2.2
1282026-06-26T04:10:31.032Z Downloaded ipnetwork v0.20.0
1292026-06-26T04:10:31.032Z Downloaded heck v0.5.0
1302026-06-26T04:10:31.032Z Downloaded itoa v1.0.17
1312026-06-26T04:10:31.032Z Downloaded cpufeatures v0.2.17
1322026-06-26T04:10:31.032Z Downloaded digest v0.10.7
1332026-06-26T04:10:31.035Z Downloaded dtrace-parser v0.2.0
1342026-06-26T04:10:31.038Z Downloaded dof v0.3.0
1352026-06-26T04:10:31.038Z Downloaded cfg-if v1.0.4
1362026-06-26T04:10:31.041Z Downloaded fastrand v2.3.0
1372026-06-26T04:10:31.044Z Downloaded pnet_macros v0.35.0
1382026-06-26T04:10:31.044Z Downloaded generic-array v0.14.7
1392026-06-26T04:10:31.044Z Downloaded crypto-common v0.1.7
1402026-06-26T04:10:31.049Z Downloaded zerocopy-derive v0.7.35
1412026-06-26T04:10:31.052Z Downloaded rand_core v0.9.5
1422026-06-26T04:10:31.052Z Downloaded autocfg v1.5.0
1432026-06-26T04:10:31.059Z Downloaded scroll_derive v0.12.1
1442026-06-26T04:10:31.062Z Downloaded num v0.4.3
1452026-06-26T04:10:31.062Z Downloaded rand_chacha v0.9.0
1462026-06-26T04:10:31.067Z Downloaded utf8parse v0.2.2
1472026-06-26T04:10:31.070Z Downloaded zmij v1.0.21
1482026-06-26T04:10:31.076Z Downloaded zerocopy v0.8.40
1492026-06-26T04:10:31.080Z Downloaded pnet v0.35.0
1502026-06-26T04:10:31.080Z Downloaded usdt-attr-macro v0.5.0
1512026-06-26T04:10:31.080Z Downloaded colorchoice v1.0.4
1522026-06-26T04:10:31.080Z Downloaded anstyle-parse v1.0.0
1532026-06-26T04:10:31.083Z Downloaded wyz v0.5.1
1542026-06-26T04:10:31.086Z Downloaded ppv-lite86 v0.2.21
1552026-06-26T04:10:31.086Z Downloaded pnet_packet v0.35.0
1562026-06-26T04:10:31.086Z Downloaded num-integer v0.1.46
1572026-06-26T04:10:31.089Z Downloaded anstream v1.0.0
1582026-06-26T04:10:31.092Z Downloaded colored v3.1.1
1592026-06-26T04:10:31.103Z Downloaded thiserror v1.0.69
1602026-06-26T04:10:31.117Z Downloaded serde v1.0.228
1612026-06-26T04:10:31.120Z Downloaded quote v1.0.45
1622026-06-26T04:10:31.126Z Downloaded once_cell v1.21.3
1632026-06-26T04:10:31.130Z Downloaded funty v2.0.0
1642026-06-26T04:10:31.134Z Downloaded glob v0.3.3
1652026-06-26T04:10:31.139Z Downloaded ucd-trie v0.1.7
1662026-06-26T04:10:31.146Z Downloaded pest_derive v2.8.6
1672026-06-26T04:10:31.149Z Downloaded version_check v0.9.5
1682026-06-26T04:10:31.149Z Downloaded pnet_sys v0.35.0
1692026-06-26T04:10:31.156Z Downloaded tap v1.0.1
1702026-06-26T04:10:31.159Z Downloaded usdt v0.5.0
1712026-06-26T04:10:31.159Z Downloaded pnet_base v0.35.0
1722026-06-26T04:10:31.162Z Downloaded tempfile v3.27.0
1732026-06-26T04:10:31.173Z Downloaded pretty-hex v0.4.1
1742026-06-26T04:10:31.182Z Downloaded serde_tokenstream v0.2.3
1752026-06-26T04:10:31.191Z Downloaded sha2 v0.10.9
1762026-06-26T04:10:31.194Z Downloaded pnet_datalink v0.35.0
1772026-06-26T04:10:31.194Z Downloaded no-std-net v0.6.0
1782026-06-26T04:10:31.197Z Downloaded is_terminal_polyfill v1.70.2
1792026-06-26T04:10:31.197Z Downloaded block-buffer v0.10.4
1802026-06-26T04:10:31.197Z Downloaded errno v0.3.14
1812026-06-26T04:10:31.200Z Downloaded plain v0.2.3
1822026-06-26T04:10:31.203Z Downloaded prettyplease v0.2.37
1832026-06-26T04:10:31.207Z Downloaded clap_derive v4.6.1
1842026-06-26T04:10:31.211Z Downloaded num-rational v0.4.2
1852026-06-26T04:10:31.219Z Downloaded pnet_macros_support v0.35.0
1862026-06-26T04:10:31.224Z Downloaded radium v0.7.0
1872026-06-26T04:10:31.227Z Downloaded num-iter v0.1.45
1882026-06-26T04:10:31.236Z Downloaded goblin v0.8.2
1892026-06-26T04:10:31.239Z Downloaded usdt-macro v0.5.0
1902026-06-26T04:10:31.242Z Downloaded memmap v0.7.0
1912026-06-26T04:10:31.246Z Downloaded pest_generator v2.8.6
1922026-06-26T04:10:31.248Z Downloaded num-complex v0.4.6
1932026-06-26T04:10:31.248Z Downloaded pest_meta v2.8.6
1942026-06-26T04:10:31.251Z Downloaded scroll v0.12.0
1952026-06-26T04:10:31.254Z Downloaded anstyle v1.0.13
1962026-06-26T04:10:31.256Z Downloaded serde_core v1.0.228
1972026-06-26T04:10:31.259Z Downloaded rand v0.9.3
1982026-06-26T04:10:31.262Z Downloaded pnet_transport v0.35.0
1992026-06-26T04:10:31.270Z Downloaded serde_json v1.0.149
2002026-06-26T04:10:31.281Z Downloaded strsim v0.11.1
2012026-06-26T04:10:31.284Z Downloaded thiserror-impl v1.0.69
2022026-06-26T04:10:31.287Z Downloaded anyhow v1.0.103
2032026-06-26T04:10:31.290Z Downloaded bitflags v2.11.0
2042026-06-26T04:10:31.293Z Downloaded clap v4.6.1
2052026-06-26T04:10:31.304Z Downloaded usdt-impl v0.5.0
2062026-06-26T04:10:31.307Z Downloaded num-traits v0.2.19
2072026-06-26T04:10:31.313Z Downloaded log v0.4.29
2082026-06-26T04:10:31.322Z Downloaded typenum v1.19.0
2092026-06-26T04:10:31.324Z Downloaded unicode-ident v1.0.24
2102026-06-26T04:10:31.328Z Downloaded serde_derive v1.0.228
2112026-06-26T04:10:31.330Z Downloaded proc-macro2 v1.0.106
2122026-06-26T04:10:31.330Z Downloaded memchr v2.8.0
2132026-06-26T04:10:31.333Z Downloaded clap_builder v4.6.0
2142026-06-26T04:10:31.338Z Downloaded getrandom v0.4.1
2152026-06-26T04:10:31.352Z Downloaded getrandom v0.3.4
2162026-06-26T04:10:31.409Z Downloaded num-bigint v0.4.6
2172026-06-26T04:10:31.413Z Downloaded pest v2.8.6
2182026-06-26T04:10:31.413Z Downloaded regex v1.12.4
2192026-06-26T04:10:31.417Z Downloaded aho-corasick v1.1.4
2202026-06-26T04:10:31.420Z Downloaded zerocopy v0.7.35
2212026-06-26T04:10:31.446Z Downloaded bitvec v1.1.1
2222026-06-26T04:10:31.487Z Downloaded regex-syntax v0.8.11
2232026-06-26T04:10:31.491Z Downloaded syn v2.0.118
2242026-06-26T04:10:31.517Z Downloaded rustix v1.1.4
2252026-06-26T04:10:31.530Z Downloaded regex-automata v0.4.14
2262026-06-26T04:10:31.555Z Downloaded libc v0.2.182
2272026-06-26T04:10:31.622Z Compiling proc-macro2 v1.0.106
2282026-06-26T04:10:31.622Z Compiling quote v1.0.45
2292026-06-26T04:10:31.622Z Compiling unicode-ident v1.0.24
2302026-06-26T04:10:31.625Z Compiling libc v0.2.182
2312026-06-26T04:10:31.625Z Compiling serde_core v1.0.228
2322026-06-26T04:10:31.625Z Compiling memchr v2.8.0
2332026-06-26T04:10:31.625Z Compiling serde v1.0.228
2342026-06-26T04:10:31.804Z Compiling zmij v1.0.21
2352026-06-26T04:10:32.037Z Compiling thiserror v1.0.69
2362026-06-26T04:10:32.050Z Compiling ucd-trie v0.1.7
2372026-06-26T04:10:32.145Z Compiling getrandom v0.4.1
2382026-06-26T04:10:33.239Z Compiling pest v2.8.6
2392026-06-26T04:10:33.242Z Compiling rustix v1.1.4
2402026-06-26T04:10:33.242Z Compiling serde_json v1.0.149
2412026-06-26T04:10:33.242Z Compiling autocfg v1.5.0
2422026-06-26T04:10:33.242Z Compiling version_check v0.9.5
2432026-06-26T04:10:33.242Z Compiling syn v2.0.118
2442026-06-26T04:10:33.242Z Compiling num-traits v0.2.19
2452026-06-26T04:10:33.242Z Compiling aho-corasick v1.1.4
2462026-06-26T04:10:33.242Z Compiling prettyplease v0.2.37
2472026-06-26T04:10:33.242Z Compiling regex-syntax v0.8.11
2482026-06-26T04:10:33.331Z Compiling pest_meta v2.8.6
2492026-06-26T04:10:33.447Z Checking cfg-if v1.0.4
2502026-06-26T04:10:33.814Z Compiling itoa v1.0.17
2512026-06-26T04:10:33.982Z Compiling byteorder v1.5.0
2522026-06-26T04:10:34.013Z Compiling usdt-impl v0.5.0
2532026-06-26T04:10:34.326Z Checking num-integer v0.1.46
2542026-06-26T04:10:34.335Z Compiling thread-id v4.2.2
2552026-06-26T04:10:34.546Z Checking plain v0.2.3
2562026-06-26T04:10:34.586Z Compiling regex-automata v0.4.14
2572026-06-26T04:10:34.636Z Checking log v0.4.29
2582026-06-26T04:10:34.686Z Checking colored v3.1.1
2592026-06-26T04:10:34.974Z Compiling errno v0.3.14
2602026-06-26T04:10:35.116Z Checking no-std-net v0.6.0
2612026-06-26T04:10:35.138Z Compiling pest_generator v2.8.6
2622026-06-26T04:10:35.177Z Compiling bitflags v2.11.0
2632026-06-26T04:10:35.195Z Compiling radium v0.7.0
2642026-06-26T04:10:35.302Z Checking pretty-hex v0.4.1
2652026-06-26T04:10:35.493Z Checking pnet_base v0.35.0
2662026-06-26T04:10:35.584Z Compiling getrandom v0.3.4
2672026-06-26T04:10:35.607Z Compiling fastrand v2.3.0
2682026-06-26T04:10:35.617Z Checking tap v1.0.1
2692026-06-26T04:10:35.711Z Compiling once_cell v1.21.3
2702026-06-26T04:10:35.836Z Compiling zerocopy v0.8.40
2712026-06-26T04:10:35.869Z Checking wyz v0.5.1
2722026-06-26T04:10:36.029Z Compiling tempfile v3.27.0
2732026-06-26T04:10:36.061Z Checking num-iter v0.1.45
2742026-06-26T04:10:36.066Z Checking memmap v0.7.0
2752026-06-26T04:10:36.167Z Compiling anyhow v1.0.103
2762026-06-26T04:10:36.246Z Checking funty v2.0.0
2772026-06-26T04:10:36.350Z Compiling regex v1.12.4
2782026-06-26T04:10:36.392Z Compiling serde_derive v1.0.228
2792026-06-26T04:10:36.477Z Compiling thiserror-impl v1.0.69
2802026-06-26T04:10:36.547Z Compiling zerocopy-derive v0.7.35
2812026-06-26T04:10:36.621Z Compiling pest_derive v2.8.6
2822026-06-26T04:10:36.738Z Compiling scroll_derive v0.12.1
2832026-06-26T04:10:36.825Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2842026-06-26T04:10:37.112Z Checking bitvec v1.1.1
2852026-06-26T04:10:37.208Z Compiling pnet_macros v0.35.0
2862026-06-26T04:10:37.379Z Compiling zerocopy v0.7.35
2872026-06-26T04:10:37.429Z Checking scroll v0.12.0
2882026-06-26T04:10:37.721Z Compiling dtrace-parser v0.2.0
2892026-06-26T04:10:37.731Z Checking goblin v0.8.2
2902026-06-26T04:10:37.980Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2912026-06-26T04:10:38.380Z Checking pnet_macros_support v0.35.0
2922026-06-26T04:10:38.459Z Checking pnet_sys v0.35.0
2932026-06-26T04:10:38.569Z Checking utf8parse v0.2.2
2942026-06-26T04:10:38.646Z Checking pnet_packet v0.35.0
2952026-06-26T04:10:38.658Z Checking anstyle-parse v1.0.0
2962026-06-26T04:10:38.801Z Checking rand_core v0.9.5
2972026-06-26T04:10:39.382Z Checking colorchoice v1.0.4
2982026-06-26T04:10:39.466Z Checking num-bigint v0.4.6
2992026-06-26T04:10:39.472Z Checking num-complex v0.4.6
3002026-06-26T04:10:39.568Z Checking ipnetwork v0.20.0
3012026-06-26T04:10:39.691Z Compiling dof v0.3.0
3022026-06-26T04:10:39.739Z Compiling serde_tokenstream v0.2.3
3032026-06-26T04:10:39.815Z Checking anstyle-query v1.1.5
3042026-06-26T04:10:39.856Z Checking anstyle v1.0.13
3052026-06-26T04:10:39.896Z Compiling pnet v0.35.0
3062026-06-26T04:10:40.028Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3072026-06-26T04:10:40.114Z Checking is_terminal_polyfill v1.70.2
3082026-06-26T04:10:40.191Z Checking anstream v1.0.0
3092026-06-26T04:10:40.298Z Checking num-rational v0.4.2
3102026-06-26T04:10:40.374Z Checking pnet_datalink v0.35.0
3112026-06-26T04:10:40.545Z Compiling usdt-attr-macro v0.5.0
3122026-06-26T04:10:40.570Z Compiling usdt-macro v0.5.0
3132026-06-26T04:10:40.576Z Checking num v0.4.3
3142026-06-26T04:10:40.635Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3152026-06-26T04:10:40.640Z Checking pnet_transport v0.35.0
3162026-06-26T04:10:40.736Z Checking clap_lex v1.0.0
3172026-06-26T04:10:40.786Z Compiling heck v0.5.0
3182026-06-26T04:10:40.873Z Checking strsim v0.11.1
3192026-06-26T04:10:40.902Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3202026-06-26T04:10:40.958Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3212026-06-26T04:10:40.994Z Compiling clap_derive v4.6.1
3222026-06-26T04:10:41.025Z Checking clap_builder v4.6.0
3232026-06-26T04:10:41.086Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3242026-06-26T04:10:41.146Z Checking ppv-lite86 v0.2.21
3252026-06-26T04:10:41.233Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3262026-06-26T04:10:41.254Z Checking usdt v0.5.0
3272026-06-26T04:10:41.390Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3282026-06-26T04:10:41.420Z Checking rand_chacha v0.9.0
3292026-06-26T04:10:41.586Z Checking rand v0.9.3
3302026-06-26T04:10:41.727Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3312026-06-26T04:10:42.307Z Checking clap v4.6.1
3322026-06-26T04:10:42.369Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3332026-06-26T04:10:42.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.01s
3342026-06-26T04:10:42.701Z+ cargo clippy --all-targets -- --deny warnings
3352026-06-26T04:10:42.819Z Downloading crates ...
3362026-06-26T04:10:42.911Z Downloaded libloading v0.9.0
3372026-06-26T04:10:42.957Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3382026-06-26T04:10:42.974Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3392026-06-26T04:10:42.982Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3402026-06-26T04:10:42.985Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3412026-06-26T04:10:42.987Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3422026-06-26T04:10:42.988Z Checking libloading v0.9.0
3432026-06-26T04:10:43.233Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3442026-06-26T04:10:43.751Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3452026-06-26T04:10:44.633Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3462026-06-26T04:10:44.636Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3472026-06-26T04:10:45.570Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3482026-06-26T04:10:50.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.77s
3492026-06-26T04:10:50.546Z+ banner build
3502026-06-26T04:10:50.549Z
3512026-06-26T04:10:50.549Z ##### # # # # #####
3522026-06-26T04:10:50.549Z # # # # # # # #
3532026-06-26T04:10:50.549Z ##### # # # # # #
3542026-06-26T04:10:50.549Z # # # # # # # #
3552026-06-26T04:10:50.549Z # # # # # # # #
3562026-06-26T04:10:50.549Z ##### #### # ###### #####
3572026-06-26T04:10:50.549Z
3582026-06-26T04:10:50.549Z+ ptime -m cargo build
3592026-06-26T04:10:50.681Z Compiling unicode-ident v1.0.24
3602026-06-26T04:10:50.681Z Compiling memchr v2.8.0
3612026-06-26T04:10:50.684Z Compiling regex-syntax v0.8.11
3622026-06-26T04:10:50.684Z Compiling libc v0.2.182
3632026-06-26T04:10:50.684Z Compiling serde_core v1.0.228
3642026-06-26T04:10:50.684Z Compiling ucd-trie v0.1.7
3652026-06-26T04:10:50.698Z Compiling cfg-if v1.0.4
3662026-06-26T04:10:50.707Z Compiling zmij v1.0.21
3672026-06-26T04:10:50.747Z Compiling itoa v1.0.17
3682026-06-26T04:10:50.796Z Compiling proc-macro2 v1.0.106
3692026-06-26T04:10:50.918Z Compiling byteorder v1.5.0
3702026-06-26T04:10:50.962Z Compiling num-traits v0.2.19
3712026-06-26T04:10:50.977Z Compiling errno v0.3.14
3722026-06-26T04:10:51.018Z Compiling thread-id v4.2.2
3732026-06-26T04:10:51.085Z Compiling aho-corasick v1.1.4
3742026-06-26T04:10:51.107Z Compiling pest v2.8.6
3752026-06-26T04:10:51.122Z Compiling bitflags v2.11.0
3762026-06-26T04:10:51.340Z Compiling quote v1.0.45
3772026-06-26T04:10:51.351Z Compiling rustix v1.1.4
3782026-06-26T04:10:51.503Z Compiling syn v2.0.118
3792026-06-26T04:10:51.555Z Compiling num-integer v0.1.46
3802026-06-26T04:10:51.615Z Compiling getrandom v0.4.1
3812026-06-26T04:10:51.740Z Compiling colored v3.1.1
3822026-06-26T04:10:51.867Z Compiling log v0.4.29
3832026-06-26T04:10:52.039Z Compiling fastrand v2.3.0
3842026-06-26T04:10:52.117Z Compiling regex-automata v0.4.14
3852026-06-26T04:10:52.218Z Compiling pest_meta v2.8.6
3862026-06-26T04:10:52.293Z Compiling plain v0.2.3
3872026-06-26T04:10:52.374Z Compiling serde_json v1.0.149
3882026-06-26T04:10:52.388Z Compiling once_cell v1.21.3
3892026-06-26T04:10:52.503Z Compiling pretty-hex v0.4.1
3902026-06-26T04:10:52.582Z Compiling tempfile v3.27.0
3912026-06-26T04:10:52.627Z Compiling no-std-net v0.6.0
3922026-06-26T04:10:52.690Z Compiling pnet_base v0.35.0
3932026-06-26T04:10:52.843Z Compiling tap v1.0.1
3942026-06-26T04:10:52.945Z Compiling wyz v0.5.1
3952026-06-26T04:10:52.983Z Compiling radium v0.7.0
3962026-06-26T04:10:53.097Z Compiling num-iter v0.1.45
3972026-06-26T04:10:53.116Z Compiling memmap v0.7.0
3982026-06-26T04:10:53.165Z Compiling funty v2.0.0
3992026-06-26T04:10:53.199Z Compiling getrandom v0.3.4
4002026-06-26T04:10:53.289Z Compiling zerocopy v0.8.40
4012026-06-26T04:10:53.336Z Compiling pnet_macros_support v0.35.0
4022026-06-26T04:10:53.361Z Compiling pnet_sys v0.35.0
4032026-06-26T04:10:53.440Z Compiling utf8parse v0.2.2
4042026-06-26T04:10:53.480Z Compiling bitvec v1.1.1
4052026-06-26T04:10:53.498Z Compiling rand_core v0.9.5
4062026-06-26T04:10:53.527Z Compiling anstyle-parse v1.0.0
4072026-06-26T04:10:53.532Z Compiling anyhow v1.0.103
4082026-06-26T04:10:53.694Z Compiling anstyle v1.0.13
4092026-06-26T04:10:53.694Z Compiling anstyle-query v1.1.5
4102026-06-26T04:10:53.785Z Compiling regex v1.12.4
4112026-06-26T04:10:53.788Z Compiling pest_generator v2.8.6
4122026-06-26T04:10:53.902Z Compiling prettyplease v0.2.37
4132026-06-26T04:10:53.911Z Compiling is_terminal_polyfill v1.70.2
4142026-06-26T04:10:54.002Z Compiling colorchoice v1.0.4
4152026-06-26T04:10:54.117Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4162026-06-26T04:10:54.256Z Compiling anstream v1.0.0
4172026-06-26T04:10:54.409Z Compiling strsim v0.11.1
4182026-06-26T04:10:54.577Z Compiling clap_lex v1.0.0
4192026-06-26T04:10:54.800Z Compiling clap_builder v4.6.0
4202026-06-26T04:10:54.812Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4212026-06-26T04:10:54.929Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4222026-06-26T04:10:54.951Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4232026-06-26T04:10:55.595Z Compiling serde_derive v1.0.228
4242026-06-26T04:10:55.595Z Compiling thiserror-impl v1.0.69
4252026-06-26T04:10:55.595Z Compiling zerocopy-derive v0.7.35
4262026-06-26T04:10:55.598Z Compiling pest_derive v2.8.6
4272026-06-26T04:10:55.625Z Compiling scroll_derive v0.12.1
4282026-06-26T04:10:56.294Z Compiling pnet_macros v0.35.0
4292026-06-26T04:10:56.301Z Compiling ppv-lite86 v0.2.21
4302026-06-26T04:10:56.486Z Compiling scroll v0.12.0
4312026-06-26T04:10:56.538Z Compiling clap_derive v4.6.1
4322026-06-26T04:10:56.598Z Compiling zerocopy v0.7.35
4332026-06-26T04:10:56.609Z Compiling rand_chacha v0.9.0
4342026-06-26T04:10:56.737Z Compiling goblin v0.8.2
4352026-06-26T04:10:56.908Z Compiling thiserror v1.0.69
4362026-06-26T04:10:56.999Z Compiling dtrace-parser v0.2.0
4372026-06-26T04:10:57.025Z Compiling rand v0.9.3
4382026-06-26T04:10:57.847Z Compiling pnet_packet v0.35.0
4392026-06-26T04:10:58.259Z Compiling serde v1.0.228
4402026-06-26T04:10:58.265Z Compiling clap v4.6.1
4412026-06-26T04:10:58.302Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4422026-06-26T04:10:58.637Z Compiling dof v0.3.0
4432026-06-26T04:10:58.637Z Compiling serde_tokenstream v0.2.3
4442026-06-26T04:10:58.640Z Compiling num-bigint v0.4.6
4452026-06-26T04:10:58.640Z Compiling num-complex v0.4.6
4462026-06-26T04:10:58.659Z Compiling ipnetwork v0.20.0
4472026-06-26T04:10:58.902Z Compiling usdt-impl v0.5.0
4482026-06-26T04:10:58.967Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4492026-06-26T04:10:59.032Z Compiling pnet_datalink v0.35.0
4502026-06-26T04:10:59.453Z Compiling usdt-attr-macro v0.5.0
4512026-06-26T04:10:59.666Z Compiling num-rational v0.4.2
4522026-06-26T04:10:59.859Z Compiling usdt-macro v0.5.0
4532026-06-26T04:11:00.231Z Compiling num v0.4.3
4542026-06-26T04:11:00.299Z Compiling pnet_transport v0.35.0
4552026-06-26T04:11:00.475Z Compiling pnet v0.35.0
4562026-06-26T04:11:00.763Z Compiling usdt v0.5.0
4572026-06-26T04:11:00.877Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4582026-06-26T04:11:01.206Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4592026-06-26T04:11:01.324Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4602026-06-26T04:11:01.324Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4612026-06-26T04:11:01.457Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4622026-06-26T04:11:04.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.50s
4632026-06-26T04:11:04.084Z
4642026-06-26T04:11:04.084Zreal 13.525890506
4652026-06-26T04:11:04.084Zuser 1:10.855058434
4662026-06-26T04:11:04.084Zsys 11.852303378
4672026-06-26T04:11:04.084Ztrap 0.038849608
4682026-06-26T04:11:04.084Ztflt 0.074874912
4692026-06-26T04:11:04.084Zdflt 0.049486157
4702026-06-26T04:11:04.085Zkflt 0.000032013
4712026-06-26T04:11:04.085Zlock 2:48.093007070
4722026-06-26T04:11:04.085Zslp 4:53.323409670
4732026-06-26T04:11:04.085Zlat 3.680181233
4742026-06-26T04:11:04.085Zstop 4.383161058
4752026-06-26T04:11:04.087Z+ ptime -m cargo build --release
4762026-06-26T04:11:04.165Z Compiling proc-macro2 v1.0.106
4772026-06-26T04:11:04.165Z Compiling quote v1.0.45
4782026-06-26T04:11:04.165Z Compiling unicode-ident v1.0.24
4792026-06-26T04:11:04.165Z Compiling libc v0.2.182
4802026-06-26T04:11:04.168Z Compiling serde_core v1.0.228
4812026-06-26T04:11:04.168Z Compiling memchr v2.8.0
4822026-06-26T04:11:04.168Z Compiling serde v1.0.228
4832026-06-26T04:11:04.281Z Compiling thiserror v1.0.69
4842026-06-26T04:11:04.479Z Compiling zmij v1.0.21
4852026-06-26T04:11:04.584Z Compiling ucd-trie v0.1.7
4862026-06-26T04:11:04.709Z Compiling serde_json v1.0.149
4872026-06-26T04:11:04.759Z Compiling rustix v1.1.4
4882026-06-26T04:11:04.783Z Compiling getrandom v0.4.1
4892026-06-26T04:11:04.903Z Compiling pest v2.8.6
4902026-06-26T04:11:04.950Z Compiling aho-corasick v1.1.4
4912026-06-26T04:11:05.304Z Compiling syn v2.0.118
4922026-06-26T04:11:05.348Z Compiling regex-syntax v0.8.11
4932026-06-26T04:11:05.351Z Compiling autocfg v1.5.0
4942026-06-26T04:11:05.394Z Compiling version_check v0.9.5
4952026-06-26T04:11:05.681Z Compiling prettyplease v0.2.37
4962026-06-26T04:11:05.923Z Compiling pest_meta v2.8.6
4972026-06-26T04:11:06.110Z Compiling num-traits v0.2.19
4982026-06-26T04:11:06.763Z Compiling byteorder v1.5.0
4992026-06-26T04:11:06.970Z Compiling regex-automata v0.4.14
5002026-06-26T04:11:07.111Z Compiling itoa v1.0.17
5012026-06-26T04:11:07.176Z Compiling cfg-if v1.0.4
5022026-06-26T04:11:07.270Z Compiling usdt-impl v0.5.0
5032026-06-26T04:11:07.598Z Compiling pest_generator v2.8.6
5042026-06-26T04:11:07.615Z Compiling num-integer v0.1.46
5052026-06-26T04:11:08.021Z Compiling errno v0.3.14
5062026-06-26T04:11:08.033Z Compiling thread-id v4.2.2
5072026-06-26T04:11:08.101Z Compiling log v0.4.29
5082026-06-26T04:11:08.131Z Compiling plain v0.2.3
5092026-06-26T04:11:08.289Z Compiling bitflags v2.11.0
5102026-06-26T04:11:08.687Z Compiling regex v1.12.4
5112026-06-26T04:11:08.746Z Compiling once_cell v1.21.3
5122026-06-26T04:11:08.768Z Compiling serde_derive v1.0.228
5132026-06-26T04:11:08.933Z Compiling thiserror-impl v1.0.69
5142026-06-26T04:11:09.063Z Compiling zerocopy-derive v0.7.35
5152026-06-26T04:11:09.246Z Compiling pest_derive v2.8.6
5162026-06-26T04:11:09.523Z Compiling scroll_derive v0.12.1
5172026-06-26T04:11:09.778Z Compiling radium v0.7.0
5182026-06-26T04:11:09.936Z Compiling zerocopy v0.7.35
5192026-06-26T04:11:10.079Z Compiling fastrand v2.3.0
5202026-06-26T04:11:10.245Z Compiling dtrace-parser v0.2.0
5212026-06-26T04:11:10.253Z Compiling scroll v0.12.0
5222026-06-26T04:11:10.396Z Compiling pretty-hex v0.4.1
5232026-06-26T04:11:10.470Z Compiling goblin v0.8.2
5242026-06-26T04:11:10.523Z Compiling colored v3.1.1
5252026-06-26T04:11:10.608Z Compiling no-std-net v0.6.0
5262026-06-26T04:11:10.676Z Compiling pnet_base v0.35.0
5272026-06-26T04:11:10.797Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5282026-06-26T04:11:10.865Z Compiling tempfile v3.27.0
5292026-06-26T04:11:11.168Z Compiling getrandom v0.3.4
5302026-06-26T04:11:11.241Z Compiling zerocopy v0.8.40
5312026-06-26T04:11:11.629Z Compiling tap v1.0.1
5322026-06-26T04:11:11.733Z Compiling wyz v0.5.1
5332026-06-26T04:11:11.823Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5342026-06-26T04:11:11.931Z Compiling serde_tokenstream v0.2.3
5352026-06-26T04:11:11.970Z Compiling dof v0.3.0
5362026-06-26T04:11:12.083Z Compiling num-bigint v0.4.6
5372026-06-26T04:11:12.093Z Compiling num-complex v0.4.6
5382026-06-26T04:11:12.306Z Compiling num-iter v0.1.45
5392026-06-26T04:11:12.419Z Compiling memmap v0.7.0
5402026-06-26T04:11:12.583Z Compiling anyhow v1.0.103
5412026-06-26T04:11:12.637Z Compiling funty v2.0.0
5422026-06-26T04:11:12.706Z Compiling usdt-attr-macro v0.5.0
5432026-06-26T04:11:12.860Z Compiling usdt-macro v0.5.0
5442026-06-26T04:11:13.372Z Compiling num-rational v0.4.2
5452026-06-26T04:11:13.426Z Compiling bitvec v1.1.1
5462026-06-26T04:11:13.772Z Compiling num v0.4.3
5472026-06-26T04:11:14.650Z Compiling usdt v0.5.0
5482026-06-26T04:11:15.294Z Compiling pnet_macros_support v0.35.0
5492026-06-26T04:11:15.417Z Compiling pnet_macros v0.35.0
5502026-06-26T04:11:15.588Z Compiling pnet_sys v0.35.0
5512026-06-26T04:11:15.780Z Compiling utf8parse v0.2.2
5522026-06-26T04:11:15.883Z Compiling anstyle-parse v1.0.0
5532026-06-26T04:11:16.093Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5542026-06-26T04:11:16.502Z Compiling pnet_packet v0.35.0
5552026-06-26T04:11:17.134Z Compiling ppv-lite86 v0.2.21
5562026-06-26T04:11:17.184Z Compiling rand_core v0.9.5
5572026-06-26T04:11:17.907Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5582026-06-26T04:11:18.159Z Compiling ipnetwork v0.20.0
5592026-06-26T04:11:18.787Z Compiling anstyle v1.0.13
5602026-06-26T04:11:18.841Z Compiling pnet v0.35.0
5612026-06-26T04:11:19.045Z Compiling anstyle-query v1.1.5
5622026-06-26T04:11:19.074Z Compiling is_terminal_polyfill v1.70.2
5632026-06-26T04:11:19.159Z Compiling colorchoice v1.0.4
5642026-06-26T04:11:19.271Z Compiling anstream v1.0.0
5652026-06-26T04:11:20.108Z Compiling pnet_transport v0.35.0
5662026-06-26T04:11:20.600Z Compiling pnet_datalink v0.35.0
5672026-06-26T04:11:20.909Z Compiling rand_chacha v0.9.0
5682026-06-26T04:11:21.209Z Compiling heck v0.5.0
5692026-06-26T04:11:21.334Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5702026-06-26T04:11:21.399Z Compiling clap_lex v1.0.0
5712026-06-26T04:11:21.476Z Compiling strsim v0.11.1
5722026-06-26T04:11:21.582Z Compiling clap_derive v4.6.1
5732026-06-26T04:11:21.693Z Compiling clap_builder v4.6.0
5742026-06-26T04:11:22.291Z Compiling rand v0.9.3
5752026-06-26T04:11:23.003Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5762026-06-26T04:11:23.183Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5772026-06-26T04:11:23.254Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5782026-06-26T04:11:23.501Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5792026-06-26T04:11:23.786Z Compiling clap v4.6.1
5802026-06-26T04:11:26.623Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5812026-06-26T04:11:28.234Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5822026-06-26T04:11:35.342Z Finished `release` profile [optimized] target(s) in 31.24s
5832026-06-26T04:11:35.365Z
5842026-06-26T04:11:35.366Zreal 31.271190239
5852026-06-26T04:11:35.366Zuser 3:13.181930982
5862026-06-26T04:11:35.366Zsys 17.819084210
5872026-06-26T04:11:35.366Ztrap 0.111169598
5882026-06-26T04:11:35.366Ztflt 0.177030994
5892026-06-26T04:11:35.366Zdflt 0.138368252
5902026-06-26T04:11:35.366Zkflt 0.000010058
5912026-06-26T04:11:35.366Zlock 10:04.824364856
5922026-06-26T04:11:35.366Zslp 12:28.749448919
5932026-06-26T04:11:35.366Zlat 12.463703568
5942026-06-26T04:11:35.366Zstop 9.002221369
5952026-06-26T04:11:35.369Z+ for x in debug release
5962026-06-26T04:11:35.369Z+ mkdir -p /work/debug
5972026-06-26T04:11:35.369Z+ cp target/debug/x4c /work/debug/
5982026-06-26T04:11:35.396Z+ cp target/debug/libsidecar_lite.so /work/debug/
5992026-06-26T04:11:35.430Z+ for x in debug release
6002026-06-26T04:11:35.430Z+ mkdir -p /work/release
6012026-06-26T04:11:35.433Z+ cp target/release/x4c /work/release/
6022026-06-26T04:11:35.442Z+ cp target/release/libsidecar_lite.so /work/release/
6032026-06-26T04:11:35.450Z+ banner test
6042026-06-26T04:11:35.453Z
6052026-06-26T04:11:35.453Z ##### ###### #### #####
6062026-06-26T04:11:35.453Z # # # #
6072026-06-26T04:11:35.453Z # ##### #### #
6082026-06-26T04:11:35.453Z # # # #
6092026-06-26T04:11:35.453Z # # # # #
6102026-06-26T04:11:35.453Z # ###### #### #
6112026-06-26T04:11:35.453Z
6122026-06-26T04:11:35.453Z+ cargo test
6132026-06-26T04:11:35.524Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6142026-06-26T04:11:35.540Z Compiling libloading v0.9.0
6152026-06-26T04:11:35.543Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6162026-06-26T04:11:35.543Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6172026-06-26T04:11:35.547Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6182026-06-26T04:11:35.547Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6192026-06-26T04:11:35.730Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6202026-06-26T04:11:36.629Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6212026-06-26T04:11:36.629Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6222026-06-26T04:11:36.629Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6232026-06-26T04:11:36.962Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6242026-06-26T04:11:43.557Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.09s
6252026-06-26T04:11:43.571Z Running unittests src/lib.rs (target/debug/deps/p4-85be53bc186e4c60)
6262026-06-26T04:11:43.574Z
6272026-06-26T04:11:43.574Zrunning 0 tests
6282026-06-26T04:11:43.574Z
6292026-06-26T04:11:43.574Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-06-26T04:11:43.574Z
6312026-06-26T04:11:43.574Z Running unittests src/lib.rs (target/debug/deps/p4_macro-7559636d1037bbb9)
6322026-06-26T04:11:43.578Z
6332026-06-26T04:11:43.578Zrunning 0 tests
6342026-06-26T04:11:43.578Z
6352026-06-26T04:11:43.578Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-06-26T04:11:43.578Z
6372026-06-26T04:11:43.579Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-42b4ab9123dbb28b)
6382026-06-26T04:11:43.579Z
6392026-06-26T04:11:43.579Zrunning 0 tests
6402026-06-26T04:11:43.579Z
6412026-06-26T04:11:43.579Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-06-26T04:11:43.579Z
6432026-06-26T04:11:43.579Z Running unittests src/lib.rs (target/debug/deps/p4_rust-682a88024cdd39f0)
6442026-06-26T04:11:43.582Z
6452026-06-26T04:11:43.582Zrunning 0 tests
6462026-06-26T04:11:43.582Z
6472026-06-26T04:11:43.582Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-06-26T04:11:43.582Z
6492026-06-26T04:11:43.582Z Running unittests src/lib.rs (target/debug/deps/p4rs-71134c454596353c)
6502026-06-26T04:11:43.582Z
6512026-06-26T04:11:43.582Zrunning 14 tests
6522026-06-26T04:11:43.582Ztest bitmath::tests::bitmath_add_be ... ok
6532026-06-26T04:11:43.582Ztest bitmath::tests::bitmath_add_nest ... ok
6542026-06-26T04:11:43.582Ztest bitmath::tests::bitmath_add_le ... ok
6552026-06-26T04:11:43.582Ztest bitmath::tests::bitmath_add_cascade ... ok
6562026-06-26T04:11:43.582Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6572026-06-26T04:11:43.582Ztest bitmath::tests::bitmath_mod ... ok
6582026-06-26T04:11:43.582Ztest bitmath::tests::bitmath_sub_be ... ok
6592026-06-26T04:11:43.582Ztest bitmath::tests::bitmath_sub_le ... ok
6602026-06-26T04:11:43.582Ztest checksum::tests::udp_checksum ... ok
6612026-06-26T04:11:43.582Ztest table::tests::match_lpm_ternary_1 ... ok
6622026-06-26T04:11:43.582Ztest table::tests::match_lpm_ternary_range ... ok
6632026-06-26T04:11:43.582Ztest table::tests::match_ternary_1 ... ok
6642026-06-26T04:11:43.582Ztest table::tests::match_lpm_1 ... ok
6652026-06-26T04:11:43.582Ztest table::tests::match_with_action ... ok
6662026-06-26T04:11:43.582Z
6672026-06-26T04:11:43.582Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6682026-06-26T04:11:43.582Z
6692026-06-26T04:11:43.585Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-6b4b2d1351c9575d)
6702026-06-26T04:11:43.585Z
6712026-06-26T04:11:43.585Zrunning 0 tests
6722026-06-26T04:11:43.585Z
6732026-06-26T04:11:43.585Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6742026-06-26T04:11:43.585Z
6752026-06-26T04:11:43.585Z Running unittests src/lib.rs (target/debug/deps/tests-4b15e3c918b39be1)
6762026-06-26T04:11:43.585Z
6772026-06-26T04:11:43.585Zrunning 15 tests
6782026-06-26T04:11:43.589Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6792026-06-26T04:11:43.591Ztest headers::ipv6_header_read_write ... ok
6802026-06-26T04:11:43.591Ztest dload::pipeline_create ... ok
6812026-06-26T04:11:43.591Ztest ipv6::test_ipv6_parse ... ok
6822026-06-26T04:11:43.594Ztest dload::dynamic_load ... ok
6832026-06-26T04:11:43.597Ztest arithmetic::arithmetic ... ok
6842026-06-26T04:11:43.597Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6852026-06-26T04:11:43.597Ztest decap::geneve_decap ... ok
6862026-06-26T04:11:43.597Ztest vlan::test_vlan_parse ... ok
6872026-06-26T04:11:43.601Ztest disag_router::disag_router ... ok
6882026-06-26T04:11:43.601Ztest mac_rewrite::mac_rewrite2 ... ok
6892026-06-26T04:11:43.601Ztest hub::hub2 ... ok
6902026-06-26T04:11:43.601Ztest dynamic_router::dynamic_router2 ... ok
6912026-06-26T04:11:43.603Ztest basic_router::basic_router2 ... ok
6922026-06-26T04:11:43.670Ztest range::range ... ok
6932026-06-26T04:11:43.670Z
6942026-06-26T04:11:43.670Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
6952026-06-26T04:11:43.670Z
6962026-06-26T04:11:43.676Z Running unittests src/lib.rs (target/debug/deps/x4c-4b06d0276ba9fee7)
6972026-06-26T04:11:43.679Z
6982026-06-26T04:11:43.679Zrunning 0 tests
6992026-06-26T04:11:43.679Z
7002026-06-26T04:11:43.679Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7012026-06-26T04:11:43.679Z
7022026-06-26T04:11:43.679Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-dc3a3f6996d77193)
7032026-06-26T04:11:43.682Z
7042026-06-26T04:11:43.682Zrunning 0 tests
7052026-06-26T04:11:43.683Z
7062026-06-26T04:11:43.683Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-06-26T04:11:43.683Z
7082026-06-26T04:11:43.683Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-c1e1569699858f82)
7092026-06-26T04:11:43.683Z
7102026-06-26T04:11:43.683Zrunning 0 tests
7112026-06-26T04:11:43.683Z
7122026-06-26T04:11:43.683Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7132026-06-26T04:11:43.683Z
7142026-06-26T04:11:43.683Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-cc40823a961c963a)
7152026-06-26T04:11:43.686Z
7162026-06-26T04:11:43.686Zrunning 0 tests
7172026-06-26T04:11:43.686Z
7182026-06-26T04:11:43.686Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7192026-06-26T04:11:43.686Z
7202026-06-26T04:11:43.686Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7212026-06-26T04:11:43.686Z
7222026-06-26T04:11:43.686Zrunning 0 tests
7232026-06-26T04:11:43.686Z
7242026-06-26T04:11:43.686Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7252026-06-26T04:11:43.686Z
7262026-06-26T04:11:43.686Z Doc-tests p4
7272026-06-26T04:11:43.771Z
7282026-06-26T04:11:43.772Zrunning 0 tests
7292026-06-26T04:11:43.774Z
7302026-06-26T04:11:43.774Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7312026-06-26T04:11:43.774Z
7322026-06-26T04:11:43.780Z Doc-tests p4_macro
7332026-06-26T04:11:43.824Z
7342026-06-26T04:11:43.824Zrunning 2 tests
7352026-06-26T04:11:43.827Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7362026-06-26T04:11:43.827Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7372026-06-26T04:11:43.827Z
7382026-06-26T04:11:43.827Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7392026-06-26T04:11:43.827Z
7402026-06-26T04:11:43.830Z Doc-tests p4_rust
7412026-06-26T04:11:43.986Z
7422026-06-26T04:11:43.986Zrunning 0 tests
7432026-06-26T04:11:43.986Z
7442026-06-26T04:11:43.986Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7452026-06-26T04:11:43.986Z
7462026-06-26T04:11:43.997Z Doc-tests p4rs
7472026-06-26T04:11:44.085Z
7482026-06-26T04:11:44.085Zrunning 1 test
7492026-06-26T04:11:44.907Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7502026-06-26T04:11:44.907Z
7512026-06-26T04:11:44.907Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.82s
7522026-06-26T04:11:44.907Z
7532026-06-26T04:11:44.916Z Doc-tests tests
7542026-06-26T04:11:44.979Z
7552026-06-26T04:11:44.979Zrunning 0 tests
7562026-06-26T04:11:44.979Z
7572026-06-26T04:11:44.979Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7582026-06-26T04:11:44.979Z
7592026-06-26T04:11:44.986Z Doc-tests x4c
7602026-06-26T04:11:45.031Z
7612026-06-26T04:11:45.031Zrunning 0 tests
7622026-06-26T04:11:45.031Z
7632026-06-26T04:11:45.031Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7642026-06-26T04:11:45.031Z
7652026-06-26T04:11:45.035Z Doc-tests x4c_error_codes
7662026-06-26T04:11:45.062Z
7672026-06-26T04:11:45.062Zrunning 0 tests
7682026-06-26T04:11:45.062Z
7692026-06-26T04:11:45.062Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7702026-06-26T04:11:45.062Z
7712026-06-26T04:11:45.073Z+ pushd test
7722026-06-26T04:11:45.076Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7732026-06-26T04:11:45.076Z+ banner 'mac rewr'
7742026-06-26T04:11:45.076Z
7752026-06-26T04:11:45.076Z # # ## #### ##### ###### # # #####
7762026-06-26T04:11:45.076Z ## ## # # # # # # # # # # #
7772026-06-26T04:11:45.076Z # ## # # # # # # ##### # # # #
7782026-06-26T04:11:45.076Z # # ###### # ##### # # ## # #####
7792026-06-26T04:11:45.077Z # # # # # # # # # ## ## # #
7802026-06-26T04:11:45.077Z # # # # #### # # ###### # # # #
7812026-06-26T04:11:45.077Z
7822026-06-26T04:11:45.077Z+ RUST_BACKTRACE=1
7832026-06-26T04:11:45.077Z+ cargo test mac_rewrite -- --nocapture
7842026-06-26T04:11:45.173Z Compiling aho-corasick v1.1.4
7852026-06-26T04:11:45.188Z Compiling getrandom v0.4.1
7862026-06-26T04:11:45.191Z Compiling rustix v1.1.4
7872026-06-26T04:11:45.191Z Compiling errno v0.3.14
7882026-06-26T04:11:45.194Z Compiling prettyplease v0.2.37
7892026-06-26T04:11:45.898Z Compiling regex-automata v0.4.14
7902026-06-26T04:11:45.904Z Compiling tempfile v3.27.0
7912026-06-26T04:11:47.268Z Compiling regex v1.12.4
7922026-06-26T04:11:47.517Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7932026-06-26T04:11:47.587Z Compiling pnet_macros v0.35.0
7942026-06-26T04:11:48.211Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7952026-06-26T04:11:48.563Z Compiling pnet_packet v0.35.0
7962026-06-26T04:11:49.018Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
7972026-06-26T04:11:50.409Z Compiling pnet_transport v0.35.0
7982026-06-26T04:11:50.527Z Compiling pnet v0.35.0
7992026-06-26T04:11:50.615Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8002026-06-26T04:11:57.172Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.08s
8012026-06-26T04:11:57.181Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-26333586054248b3)
8022026-06-26T04:11:57.185Z
8032026-06-26T04:11:57.185Zrunning 1 test
8042026-06-26T04:11:57.190Z[phy2] do you know the muffin man?
8052026-06-26T04:11:57.196Z[cpu] the muffin man?
8062026-06-26T04:11:57.196Z[cpu] the muffin man!
8072026-06-26T04:11:57.196Z[cpu] why yes
8082026-06-26T04:11:57.196Z[phy1] i know the muffin man
8092026-06-26T04:11:57.196Z[phy3] the muffin man is me!!!
8102026-06-26T04:11:57.196Ztest mac_rewrite::mac_rewrite2 ... ok
8112026-06-26T04:11:57.196Z
8122026-06-26T04:11:57.196Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8132026-06-26T04:11:57.196Z
8142026-06-26T04:11:57.199Z+ banner 'dyn load'
8152026-06-26T04:11:57.202Z
8162026-06-26T04:11:57.202Z ##### # # # # # #### ## #####
8172026-06-26T04:11:57.202Z # # # # ## # # # # # # # #
8182026-06-26T04:11:57.202Z # # # # # # # # # # # # #
8192026-06-26T04:11:57.202Z # # # # # # # # # ###### # #
8202026-06-26T04:11:57.202Z # # # # ## # # # # # # #
8212026-06-26T04:11:57.202Z ##### # # # ###### #### # # #####
8222026-06-26T04:11:57.202Z
8232026-06-26T04:11:57.202Z+ RUST_BACKTRACE=1
8242026-06-26T04:11:57.202Z+ cargo test dload -- --nocapture
8252026-06-26T04:11:57.287Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8262026-06-26T04:11:57.290Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-26333586054248b3)
8272026-06-26T04:11:57.293Z
8282026-06-26T04:11:57.293Zrunning 2 tests
8292026-06-26T04:11:57.297Ztest dload::pipeline_create ... ok
8302026-06-26T04:11:57.305Ztest dload::dynamic_load ... ok
8312026-06-26T04:11:57.305Z
8322026-06-26T04:11:57.305Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8332026-06-26T04:11:57.305Z
8342026-06-26T04:11:57.309Z+ banner disag
8352026-06-26T04:11:57.309Z
8362026-06-26T04:11:57.309Z ##### # #### ## ####
8372026-06-26T04:11:57.309Z # # # # # # # #
8382026-06-26T04:11:57.309Z # # # #### # # #
8392026-06-26T04:11:57.309Z # # # # ###### # ###
8402026-06-26T04:11:57.309Z # # # # # # # # #
8412026-06-26T04:11:57.309Z ##### # #### # # ####
8422026-06-26T04:11:57.309Z
8432026-06-26T04:11:57.309Z+ RUST_BACKTRACE=1
8442026-06-26T04:11:57.310Z+ cargo test disag_router -- --nocapture
8452026-06-26T04:11:57.393Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8462026-06-26T04:11:57.396Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-26333586054248b3)
8472026-06-26T04:11:57.399Z
8482026-06-26T04:11:57.399Zrunning 1 test
8492026-06-26T04:11:57.405Z[phy2] do you know the muffin man?
8502026-06-26T04:11:57.408Z[cpu] the muffin man?
8512026-06-26T04:11:57.408Z[cpu] the muffin man!
8522026-06-26T04:11:57.408Z[cpu] why yes
8532026-06-26T04:11:57.408Z[phy1] i know the muffin man
8542026-06-26T04:11:57.408Z[phy3] the muffin man is me!!!
8552026-06-26T04:11:57.408Ztest disag_router::disag_router ... ok
8562026-06-26T04:11:57.408Z
8572026-06-26T04:11:57.408Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8582026-06-26T04:11:57.408Z
8592026-06-26T04:11:57.412Z+ banner 'dyn rtr'
8602026-06-26T04:11:57.417Z
8612026-06-26T04:11:57.417Z ##### # # # # ##### ##### #####
8622026-06-26T04:11:57.417Z # # # # ## # # # # # #
8632026-06-26T04:11:57.417Z # # # # # # # # # # #
8642026-06-26T04:11:57.417Z # # # # # # ##### # #####
8652026-06-26T04:11:57.417Z # # # # ## # # # # #
8662026-06-26T04:11:57.417Z ##### # # # # # # # #
8672026-06-26T04:11:57.417Z
8682026-06-26T04:11:57.417Z+ RUST_BACKTRACE=1
8692026-06-26T04:11:57.417Z+ cargo test dynamic_router -- --nocapture
8702026-06-26T04:11:57.500Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8712026-06-26T04:11:57.503Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-26333586054248b3)
8722026-06-26T04:11:57.507Z
8732026-06-26T04:11:57.507Zrunning 1 test
8742026-06-26T04:11:57.511Z[phy2] do you know the muffin man?
8752026-06-26T04:11:57.515Z[cpu] the muffin man?
8762026-06-26T04:11:57.515Z[cpu] the muffin man!
8772026-06-26T04:11:57.515Z[cpu] why yes
8782026-06-26T04:11:57.515Z[phy1] i know the muffin man
8792026-06-26T04:11:57.515Z[phy3] the muffin man is me!!!
8802026-06-26T04:11:57.515Ztest dynamic_router::dynamic_router2 ... ok
8812026-06-26T04:11:57.515Z
8822026-06-26T04:11:57.515Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8832026-06-26T04:11:57.515Z
8842026-06-26T04:11:57.522Z+ banner hub
8852026-06-26T04:11:57.527Z
8862026-06-26T04:11:57.527Z # # # # #####
8872026-06-26T04:11:57.527Z # # # # # #
8882026-06-26T04:11:57.527Z ###### # # #####
8892026-06-26T04:11:57.527Z # # # # # #
8902026-06-26T04:11:57.527Z # # # # # #
8912026-06-26T04:11:57.527Z # # #### #####
8922026-06-26T04:11:57.527Z
8932026-06-26T04:11:57.527Z+ RUST_BACKTRACE=1
8942026-06-26T04:11:57.527Z+ cargo test hub -- --nocapture
8952026-06-26T04:11:57.610Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8962026-06-26T04:11:57.614Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-26333586054248b3)
8972026-06-26T04:11:57.618Z
8982026-06-26T04:11:57.618Zrunning 1 test
8992026-06-26T04:11:57.621Z[phy2] do you know the muffin man?
9002026-06-26T04:11:57.621Z[phy3] do you know the muffin man?
9012026-06-26T04:11:57.621Z[phy1] the muffin man?
9022026-06-26T04:11:57.621Z[phy3] the muffin man?
9032026-06-26T04:11:57.621Z[phy2] the muffin man!
9042026-06-26T04:11:57.621Z[phy3] the muffin man!
9052026-06-26T04:11:57.624Z[phy1] why yes
9062026-06-26T04:11:57.624Z[phy1] i know the muffin man
9072026-06-26T04:11:57.624Z[phy1] the muffin man is me!!!
9082026-06-26T04:11:57.624Z[phy3] why yes
9092026-06-26T04:11:57.624Z[phy3] i know the muffin man
9102026-06-26T04:11:57.624Z[phy3] the muffin man is me!!!
9112026-06-26T04:11:57.624Ztest hub::hub2 ... ok
9122026-06-26T04:11:57.624Z
9132026-06-26T04:11:57.624Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9142026-06-26T04:11:57.624Z
9152026-06-26T04:11:57.628Z+ banner router
9162026-06-26T04:11:57.632Z
9172026-06-26T04:11:57.632Z ##### #### # # ##### ###### #####
9182026-06-26T04:11:57.632Z # # # # # # # # # #
9192026-06-26T04:11:57.632Z # # # # # # # ##### # #
9202026-06-26T04:11:57.632Z ##### # # # # # # #####
9212026-06-26T04:11:57.632Z # # # # # # # # # #
9222026-06-26T04:11:57.632Z # # #### #### # ###### # #
9232026-06-26T04:11:57.632Z
9242026-06-26T04:11:57.632Z+ RUST_BACKTRACE=1
9252026-06-26T04:11:57.632Z+ cargo test basic_router -- --nocapture
9262026-06-26T04:11:57.717Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9272026-06-26T04:11:57.719Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-26333586054248b3)
9282026-06-26T04:11:57.721Z
9292026-06-26T04:11:57.721Zrunning 1 test
9302026-06-26T04:11:57.727Z[phy2] do you know the muffin man?
9312026-06-26T04:11:57.730Z[phy1] the muffin man?
9322026-06-26T04:11:57.730Z[phy2] the muffin man!
9332026-06-26T04:11:57.730Z[phy1] why yes
9342026-06-26T04:11:57.730Z[phy1] i know the muffin man
9352026-06-26T04:11:57.730Z[phy1] the muffin man is me!!!
9362026-06-26T04:11:57.730Ztest basic_router::basic_router2 ... ok
9372026-06-26T04:11:57.730Z
9382026-06-26T04:11:57.730Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9392026-06-26T04:11:57.730Z
9402026-06-26T04:11:57.735Z+ banner headers
9412026-06-26T04:11:57.739Z
9422026-06-26T04:11:57.739Z # # ###### ## ##### ###### ##### ####
9432026-06-26T04:11:57.739Z # # # # # # # # # # #
9442026-06-26T04:11:57.739Z ###### ##### # # # # ##### # # ####
9452026-06-26T04:11:57.740Z # # # ###### # # # ##### #
9462026-06-26T04:11:57.740Z # # # # # # # # # # # #
9472026-06-26T04:11:57.740Z # # ###### # # ##### ###### # # ####
9482026-06-26T04:11:57.740Z
9492026-06-26T04:11:57.740Z+ RUST_BACKTRACE=1
9502026-06-26T04:11:57.740Z+ cargo test headers -- --nocapture
9512026-06-26T04:11:57.824Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9522026-06-26T04:11:57.828Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-26333586054248b3)
9532026-06-26T04:11:57.831Z
9542026-06-26T04:11:57.831Zrunning 1 test
9552026-06-26T04:11:57.831Ztest headers::ipv6_header_read_write ... ok
9562026-06-26T04:11:57.831Z
9572026-06-26T04:11:57.831Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9582026-06-26T04:11:57.831Z
9592026-06-26T04:11:57.836Zprocess exited: duration 106930 ms, exit code 0
 
9602026-06-26T04:11:57.849Zfound 4 output files
9612026-06-26T04:11:57.849Zuploading: /work/debug/libsidecar_lite.so (43098120 bytes)
9622026-06-26T04:11:59.094Zuploaded: /work/debug/libsidecar_lite.so
9632026-06-26T04:11:59.099Zuploading: /work/debug/x4c (37742744 bytes)
9642026-06-26T04:12:00.387Zuploaded: /work/debug/x4c
9652026-06-26T04:12:00.387Zuploading: /work/release/libsidecar_lite.so (9931072 bytes)
9662026-06-26T04:12:01.487Zuploaded: /work/release/libsidecar_lite.so
9672026-06-26T04:12:01.487Zuploading: /work/release/x4c (8661832 bytes)
9682026-06-26T04:12:02.548Zuploaded: /work/release/x4c