01KP52SEYKK39PPFSC9B78099V: 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: 01KP52T2ESK3G7B5NFQG8W91DF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-14T04:09:12.143Zjob assigned to worker 01KP52T2J5A43F47SG2Z7JE3K9 [factory aws, i-028813b80de2e83c1] (queued for 51 s)
 
22026-04-14T04:09:18.932Zstarting task 0: "setup"
32026-04-14T04:09:18.937Z++ uname -s
42026-04-14T04:09:18.941Z+ kern=SunOS
52026-04-14T04:09:18.941Z+ build_user=build
62026-04-14T04:09:18.941Z+ build_uid=12345
72026-04-14T04:09:18.941Z+ work_dir=/work
82026-04-14T04:09:18.941Z+ input_dir=/input
92026-04-14T04:09:18.941Z+ [[ 0 == 12345 ]]
102026-04-14T04:09:18.941Z+ case "$kern" in
112026-04-14T04:09:18.941Z+ groupadd -g 12345 build
122026-04-14T04:09:18.941Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-14T04:09:20.956Z+ zfs create -o mountpoint=/work rpool/work
142026-04-14T04:09:21.020Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-14T04:09:21.024Z+ home_fs=zfs
162026-04-14T04:09:21.024Z+ [[ zfs == autofs ]]
172026-04-14T04:09:21.024Z+ mkdir -p /home/build
182026-04-14T04:09:21.024Z+ chown build:build /home/build /work
192026-04-14T04:09:23.030Z+ chmod 0700 /home/build /work
202026-04-14T04:09:23.034Zprocess exited: duration 4095 ms, exit code 0
 
212026-04-14T04:09:23.040Zstarting task 1: "rust-toolchain"
222026-04-14T04:09:23.046Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-14T04:09:23.046Z * rust toolchain channel = "stable"
242026-04-14T04:09:23.046Z * rust toolchain profile = "default"
252026-04-14T04:09:23.046Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-14T04:09:23.046Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-14T04:09:23.046Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-14T04:09:23.051Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-14T04:09:23.051Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-14T04:09:23.171Zinfo: downloading installer
312026-04-14T04:09:24.645Zwarn: It looks like you have an existing installation of Rust at:
322026-04-14T04:09:24.645Zwarn: /opt/ooce/bin
332026-04-14T04:09:24.645Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-14T04:09:24.645Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-14T04:09:24.645Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-14T04:09:24.645Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-14T04:09:24.645Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-14T04:09:24.645Zerror: cannot install while Rust is installed
392026-04-14T04:09:24.645Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-14T04:09:24.645Zwarn: It looks like you have an existing rustup settings file at:
412026-04-14T04:09:24.645Zwarn: /home/build/.rustup/settings.toml
422026-04-14T04:09:24.645Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-14T04:09:24.646Zwarn: instead of the one inferred from the default host triple.
442026-04-14T04:09:24.684Zinfo: profile set to default
452026-04-14T04:09:24.684Zinfo: default host triple is x86_64-unknown-illumos
462026-04-14T04:09:24.688Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-14T04:09:24.810Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-14T04:09:24.816Zinfo: downloading 6 components
492026-04-14T04:09:38.872Z
502026-04-14T04:09:38.872Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-04-14T04:09:38.911Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-14T04:09:38.911Z
532026-04-14T04:09:38.911Z
542026-04-14T04:09:38.911ZRust is installed now. Great!
552026-04-14T04:09:38.911Z
562026-04-14T04:09:38.911ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-14T04:09:38.912Zenvironment variable. This has not been done automatically.
582026-04-14T04:09:38.912Z
592026-04-14T04:09:38.912ZTo configure your current shell, you need to source
602026-04-14T04:09:38.912Zthe corresponding env file under $HOME/.cargo.
612026-04-14T04:09:38.912Z
622026-04-14T04:09:38.912ZThis is usually done by running one of the following (note the leading DOT):
632026-04-14T04:09:38.912Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-14T04:09:38.912Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-14T04:09:38.912Zsource "~/.cargo/env.nu" # For nushell
662026-04-14T04:09:38.912Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-14T04:09:38.912Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-14T04:09:38.912Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-14T04:09:38.962Zwarn: no default linker (`cc`) was found in your PATH
702026-04-14T04:09:38.963Zwarn: many Rust crates require a system C toolchain to build
712026-04-14T04:09:39.005Z+ rustup --version
722026-04-14T04:09:39.015Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-14T04:09:39.021Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-14T04:09:39.035Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-14T04:09:39.039Z+ cargo --version
762026-04-14T04:09:39.051Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-14T04:09:39.054Z+ rustc --version
782026-04-14T04:09:39.077Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-14T04:09:39.081Zprocess exited: duration 16034 ms, exit code 0
 
802026-04-14T04:09:39.088Zstarting task 2: "authentication"
812026-04-14T04:09:39.106Zprocess exited: duration 16 ms, exit code 0
 
822026-04-14T04:09:39.121Zstarting task 3: "clone repository"
832026-04-14T04:09:39.130Z+ mkdir -p /work/oxidecomputer/p4
842026-04-14T04:09:39.130Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-04-14T04:09:39.246ZCloning into '/work/oxidecomputer/p4'...
862026-04-14T04:09:40.017Z+ cd /work/oxidecomputer/p4
872026-04-14T04:09:40.028Z+ git fetch origin 97ba6f4a6142c96f949e675ca84a7ada5e440bd4
882026-04-14T04:09:40.262ZFrom https://github.com/oxidecomputer/p4
892026-04-14T04:09:40.262Z * branch 97ba6f4a6142c96f949e675ca84a7ada5e440bd4 -> FETCH_HEAD
902026-04-14T04:09:40.270Z+ [[ -n renovate/crate-rand-vulnerability ]]
912026-04-14T04:09:40.275Z++ git branch --show-current
922026-04-14T04:09:40.275Z+ current=main
932026-04-14T04:09:40.275Z+ [[ main != renovate/crate-rand-vulnerability ]]
942026-04-14T04:09:40.275Z+ git branch -f renovate/crate-rand-vulnerability 97ba6f4a6142c96f949e675ca84a7ada5e440bd4
952026-04-14T04:09:40.275Z+ git checkout -f renovate/crate-rand-vulnerability
962026-04-14T04:09:40.278ZSwitched to branch 'renovate/crate-rand-vulnerability'
972026-04-14T04:09:40.278Z+ git reset --hard 97ba6f4a6142c96f949e675ca84a7ada5e440bd4
982026-04-14T04:09:40.284ZHEAD is now at 97ba6f4 Update Rust crate rand to v0.9.3 [SECURITY]
992026-04-14T04:09:40.287Zprocess exited: duration 1170 ms, exit code 0
 
1002026-04-14T04:09:40.295Zstarting task 4: "build"
1012026-04-14T04:09:40.301Z+ cargo --version
1022026-04-14T04:09:40.314Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-04-14T04:09:40.472Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-04-14T04:09:40.476Zinfo: downloading 6 components
1052026-04-14T04:09:54.360Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-04-14T04:09:54.468Z+ rustc --version
1072026-04-14T04:09:54.468Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-04-14T04:09:54.468Z+ banner check
1092026-04-14T04:09:54.468Z
1102026-04-14T04:09:54.468Z #### # # ###### #### # #
1112026-04-14T04:09:54.468Z # # # # # # # # #
1122026-04-14T04:09:54.469Z # ###### ##### # ####
1132026-04-14T04:09:54.473Z # # # # # # #
1142026-04-14T04:09:54.473Z # # # # # # # # #
1152026-04-14T04:09:54.473Z #### # # ###### #### # #
1162026-04-14T04:09:54.473Z
1172026-04-14T04:09:54.473Z+ cargo fmt -- --check
1182026-04-14T04:09:54.558Z+ cargo check
1192026-04-14T04:09:54.615Z Updating crates.io index
1202026-04-14T04:09:54.615Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-04-14T04:09:54.891ZFrom https://github.com/oxidecomputer/xfr
1222026-04-14T04:09:54.891Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-04-14T04:09:56.156Z Downloading crates ...
1242026-04-14T04:09:56.201Z Downloaded anstyle-query v1.1.5
1252026-04-14T04:09:56.247Z Downloaded scroll_derive v0.12.1
1262026-04-14T04:09:56.247Z Downloaded num-iter v0.1.45
1272026-04-14T04:09:56.247Z Downloaded dof v0.3.0
1282026-04-14T04:09:56.247Z Downloaded zmij v1.0.21
1292026-04-14T04:09:56.247Z Downloaded usdt v0.5.0
1302026-04-14T04:09:56.247Z Downloaded clap_lex v1.0.0
1312026-04-14T04:09:56.247Z Downloaded is_terminal_polyfill v1.70.2
1322026-04-14T04:09:56.247Z Downloaded anstream v1.0.0
1332026-04-14T04:09:56.247Z Downloaded zerocopy-derive v0.7.35
1342026-04-14T04:09:56.247Z Downloaded pnet_packet v0.35.0
1352026-04-14T04:09:56.269Z Downloaded byteorder v1.5.0
1362026-04-14T04:09:56.269Z Downloaded pnet v0.35.0
1372026-04-14T04:09:56.269Z Downloaded usdt-impl v0.5.0
1382026-04-14T04:09:56.269Z Downloaded pnet_datalink v0.35.0
1392026-04-14T04:09:56.269Z Downloaded once_cell v1.21.3
1402026-04-14T04:09:56.269Z Downloaded zerocopy v0.8.40
1412026-04-14T04:09:56.269Z Downloaded memmap v0.7.0
1422026-04-14T04:09:56.270Z Downloaded proc-macro2 v1.0.106
1432026-04-14T04:09:56.270Z Downloaded pnet_transport v0.35.0
1442026-04-14T04:09:56.270Z Downloaded num v0.4.3
1452026-04-14T04:09:56.271Z Downloaded num-complex v0.4.6
1462026-04-14T04:09:56.271Z Downloaded funty v2.0.0
1472026-04-14T04:09:56.271Z Downloaded tap v1.0.1
1482026-04-14T04:09:56.271Z Downloaded thread-id v4.2.2
1492026-04-14T04:09:56.271Z Downloaded block-buffer v0.10.4
1502026-04-14T04:09:56.271Z Downloaded pretty-hex v0.4.1
1512026-04-14T04:09:56.271Z Downloaded itoa v1.0.17
1522026-04-14T04:09:56.307Z Downloaded num-bigint v0.4.6
1532026-04-14T04:09:56.307Z Downloaded radium v0.7.0
1542026-04-14T04:09:56.307Z Downloaded pnet_sys v0.35.0
1552026-04-14T04:09:56.307Z Downloaded errno v0.3.14
1562026-04-14T04:09:56.307Z Downloaded crypto-common v0.1.7
1572026-04-14T04:09:56.307Z Downloaded usdt-macro v0.5.0
1582026-04-14T04:09:56.307Z Downloaded sha2 v0.10.9
1592026-04-14T04:09:56.307Z Downloaded pnet_macros v0.35.0
1602026-04-14T04:09:56.307Z Downloaded version_check v0.9.5
1612026-04-14T04:09:56.307Z Downloaded dtrace-parser v0.2.0
1622026-04-14T04:09:56.335Z Downloaded pest_derive v2.8.6
1632026-04-14T04:09:56.335Z Downloaded rand_core v0.9.5
1642026-04-14T04:09:56.335Z Downloaded ppv-lite86 v0.2.21
1652026-04-14T04:09:56.335Z Downloaded utf8parse v0.2.2
1662026-04-14T04:09:56.335Z Downloaded rand v0.9.3
1672026-04-14T04:09:56.335Z Downloaded cfg-if v1.0.4
1682026-04-14T04:09:56.335Z Downloaded anstyle-parse v1.0.0
1692026-04-14T04:09:56.335Z Downloaded aho-corasick v1.1.4
1702026-04-14T04:09:56.335Z Downloaded cpufeatures v0.2.17
1712026-04-14T04:09:56.335Z Downloaded anstyle v1.0.13
1722026-04-14T04:09:56.335Z Downloaded wyz v0.5.1
1732026-04-14T04:09:56.335Z Downloaded glob v0.3.3
1742026-04-14T04:09:56.335Z Downloaded num-rational v0.4.2
1752026-04-14T04:09:56.335Z Downloaded rand_chacha v0.9.0
1762026-04-14T04:09:56.335Z Downloaded autocfg v1.5.0
1772026-04-14T04:09:56.335Z Downloaded pnet_base v0.35.0
1782026-04-14T04:09:56.336Z Downloaded thiserror-impl v1.0.69
1792026-04-14T04:09:56.391Z Downloaded pnet_macros_support v0.35.0
1802026-04-14T04:09:56.391Z Downloaded usdt-attr-macro v0.5.0
1812026-04-14T04:09:56.391Z Downloaded heck v0.5.0
1822026-04-14T04:09:56.391Z Downloaded anyhow v1.0.102
1832026-04-14T04:09:56.391Z Downloaded ipnetwork v0.20.0
1842026-04-14T04:09:56.392Z Downloaded strsim v0.11.1
1852026-04-14T04:09:56.392Z Downloaded plain v0.2.3
1862026-04-14T04:09:56.392Z Downloaded generic-array v0.14.7
1872026-04-14T04:09:56.392Z Downloaded colorchoice v1.0.4
1882026-04-14T04:09:56.392Z Downloaded serde_tokenstream v0.2.3
1892026-04-14T04:09:56.392Z Downloaded no-std-net v0.6.0
1902026-04-14T04:09:56.392Z Downloaded colored v3.1.1
1912026-04-14T04:09:56.400Z Downloaded fastrand v2.3.0
1922026-04-14T04:09:56.400Z Downloaded quote v1.0.45
1932026-04-14T04:09:56.400Z Downloaded digest v0.10.7
1942026-04-14T04:09:56.400Z Downloaded num-traits v0.2.19
1952026-04-14T04:09:56.400Z Downloaded serde_core v1.0.228
1962026-04-14T04:09:56.401Z Downloaded bitflags v2.11.0
1972026-04-14T04:09:56.401Z Downloaded unicode-ident v1.0.24
1982026-04-14T04:09:56.401Z Downloaded scroll v0.12.0
1992026-04-14T04:09:56.401Z Downloaded thiserror v1.0.69
2002026-04-14T04:09:56.401Z Downloaded prettyplease v0.2.37
2012026-04-14T04:09:56.412Z Downloaded ucd-trie v0.1.7
2022026-04-14T04:09:56.412Z Downloaded num-integer v0.1.46
2032026-04-14T04:09:56.412Z Downloaded getrandom v0.4.1
2042026-04-14T04:09:56.412Z Downloaded clap_derive v4.6.0
2052026-04-14T04:09:56.412Z Downloaded typenum v1.19.0
2062026-04-14T04:09:56.412Z Downloaded memchr v2.8.0
2072026-04-14T04:09:56.463Z Downloaded pest_generator v2.8.6
2082026-04-14T04:09:56.463Z Downloaded tempfile v3.27.0
2092026-04-14T04:09:56.463Z Downloaded serde_derive v1.0.228
2102026-04-14T04:09:56.478Z Downloaded serde v1.0.228
2112026-04-14T04:09:56.478Z Downloaded log v0.4.29
2122026-04-14T04:09:56.478Z Downloaded clap v4.6.0
2132026-04-14T04:09:56.478Z Downloaded pest_meta v2.8.6
2142026-04-14T04:09:56.478Z Downloaded goblin v0.8.2
2152026-04-14T04:09:56.479Z Downloaded clap_builder v4.6.0
2162026-04-14T04:09:56.479Z Downloaded getrandom v0.3.4
2172026-04-14T04:09:56.512Z Downloaded pest v2.8.6
2182026-04-14T04:09:56.512Z Downloaded regex v1.12.3
2192026-04-14T04:09:56.523Z Downloaded zerocopy v0.7.35
2202026-04-14T04:09:56.524Z Downloaded serde_json v1.0.149
2212026-04-14T04:09:56.550Z Downloaded bitvec v1.0.1
2222026-04-14T04:09:56.550Z Downloaded syn v2.0.117
2232026-04-14T04:09:56.608Z Downloaded rustix v1.1.4
2242026-04-14T04:09:56.629Z Downloaded regex-syntax v0.8.10
2252026-04-14T04:09:56.629Z Downloaded regex-automata v0.4.14
2262026-04-14T04:09:56.629Z Downloaded libc v0.2.182
2272026-04-14T04:09:56.702Z Compiling proc-macro2 v1.0.106
2282026-04-14T04:09:56.702Z Compiling quote v1.0.45
2292026-04-14T04:09:56.702Z Compiling unicode-ident v1.0.24
2302026-04-14T04:09:56.719Z Compiling libc v0.2.182
2312026-04-14T04:09:56.719Z Compiling serde_core v1.0.228
2322026-04-14T04:09:56.719Z Compiling memchr v2.8.0
2332026-04-14T04:09:56.719Z Compiling serde v1.0.228
2342026-04-14T04:09:56.823Z Compiling zmij v1.0.21
2352026-04-14T04:09:57.062Z Compiling thiserror v1.0.69
2362026-04-14T04:09:57.199Z Compiling ucd-trie v0.1.7
2372026-04-14T04:09:57.206Z Compiling rustix v1.1.4
2382026-04-14T04:09:57.288Z Compiling getrandom v0.4.1
2392026-04-14T04:09:57.405Z Compiling pest v2.8.6
2402026-04-14T04:09:57.525Z Compiling serde_json v1.0.149
2412026-04-14T04:09:57.578Z Compiling autocfg v1.5.0
2422026-04-14T04:09:57.754Z Compiling version_check v0.9.5
2432026-04-14T04:09:57.774Z Compiling aho-corasick v1.1.4
2442026-04-14T04:09:57.969Z Checking syn v2.0.117
2452026-04-14T04:09:58.026Z Compiling num-traits v0.2.19
2462026-04-14T04:09:58.058Z Compiling prettyplease v0.2.37
2472026-04-14T04:09:58.256Z Compiling regex-syntax v0.8.10
2482026-04-14T04:09:58.436Z Checking cfg-if v1.0.4
2492026-04-14T04:09:58.490Z Compiling pest_meta v2.8.6
2502026-04-14T04:09:58.951Z Compiling byteorder v1.5.0
2512026-04-14T04:09:59.149Z Compiling itoa v1.0.17
2522026-04-14T04:09:59.164Z Compiling usdt-impl v0.5.0
2532026-04-14T04:09:59.193Z Checking num-integer v0.1.46
2542026-04-14T04:09:59.362Z Compiling thread-id v4.2.2
2552026-04-14T04:09:59.435Z Checking plain v0.2.3
2562026-04-14T04:09:59.513Z Checking log v0.4.29
2572026-04-14T04:09:59.592Z Checking colored v3.1.1
2582026-04-14T04:09:59.654Z Compiling regex-automata v0.4.14
2592026-04-14T04:09:59.922Z Compiling errno v0.3.14
2602026-04-14T04:10:00.089Z Compiling bitflags v2.11.0
2612026-04-14T04:10:00.116Z Checking no-std-net v0.6.0
2622026-04-14T04:10:00.175Z Compiling radium v0.7.0
2632026-04-14T04:10:00.209Z Checking pretty-hex v0.4.1
2642026-04-14T04:10:00.285Z Checking pnet_base v0.35.0
2652026-04-14T04:10:00.440Z Compiling pest_generator v2.8.6
2662026-04-14T04:10:00.445Z Compiling fastrand v2.3.0
2672026-04-14T04:10:00.454Z Compiling zerocopy v0.8.40
2682026-04-14T04:10:00.716Z Compiling once_cell v1.21.3
2692026-04-14T04:10:00.799Z Checking tap v1.0.1
2702026-04-14T04:10:00.854Z Compiling getrandom v0.3.4
2712026-04-14T04:10:00.892Z Checking wyz v0.5.1
2722026-04-14T04:10:01.057Z Compiling tempfile v3.27.0
2732026-04-14T04:10:01.087Z Checking num-iter v0.1.45
2742026-04-14T04:10:01.097Z Checking memmap v0.7.0
2752026-04-14T04:10:01.178Z Checking funty v2.0.0
2762026-04-14T04:10:01.226Z Compiling anyhow v1.0.102
2772026-04-14T04:10:01.389Z Compiling regex v1.12.3
2782026-04-14T04:10:01.489Z Checking bitvec v1.0.1
2792026-04-14T04:10:01.654Z Compiling serde_derive v1.0.228
2802026-04-14T04:10:01.711Z Compiling thiserror-impl v1.0.69
2812026-04-14T04:10:01.780Z Compiling zerocopy-derive v0.7.35
2822026-04-14T04:10:01.784Z Compiling pest_derive v2.8.6
2832026-04-14T04:10:01.812Z Compiling scroll_derive v0.12.1
2842026-04-14T04:10:02.269Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2852026-04-14T04:10:02.283Z Compiling pnet_macros v0.35.0
2862026-04-14T04:10:02.543Z Checking scroll v0.12.0
2872026-04-14T04:10:02.694Z Compiling zerocopy v0.7.35
2882026-04-14T04:10:02.748Z Checking goblin v0.8.2
2892026-04-14T04:10:02.966Z Compiling dtrace-parser v0.2.0
2902026-04-14T04:10:03.329Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2912026-04-14T04:10:03.550Z Checking pnet_macros_support v0.35.0
2922026-04-14T04:10:03.613Z Checking pnet_sys v0.35.0
2932026-04-14T04:10:03.664Z Checking utf8parse v0.2.2
2942026-04-14T04:10:03.726Z Checking pnet_packet v0.35.0
2952026-04-14T04:10:03.747Z Checking anstyle-parse v1.0.0
2962026-04-14T04:10:03.892Z Checking rand_core v0.9.5
2972026-04-14T04:10:04.281Z Checking anstyle v1.0.13
2982026-04-14T04:10:04.411Z Checking anstyle-query v1.1.5
2992026-04-14T04:10:04.449Z Checking is_terminal_polyfill v1.70.2
3002026-04-14T04:10:04.489Z Compiling pnet v0.35.0
3012026-04-14T04:10:04.522Z Checking colorchoice v1.0.4
3022026-04-14T04:10:04.612Z Checking anstream v1.0.0
3032026-04-14T04:10:04.685Z Checking num-bigint v0.4.6
3042026-04-14T04:10:04.699Z Checking dof v0.3.0
3052026-04-14T04:10:04.747Z Checking num-complex v0.4.6
3062026-04-14T04:10:04.789Z Checking ipnetwork v0.20.0
3072026-04-14T04:10:04.951Z Compiling serde_tokenstream v0.2.3
3082026-04-14T04:10:05.089Z Checking pnet_datalink v0.35.0
3092026-04-14T04:10:05.234Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3102026-04-14T04:10:05.323Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3112026-04-14T04:10:05.456Z Checking strsim v0.11.1
3122026-04-14T04:10:05.526Z Checking num-rational v0.4.2
3132026-04-14T04:10:05.557Z Compiling heck v0.5.0
3142026-04-14T04:10:05.646Z Checking clap_lex v1.0.0
3152026-04-14T04:10:05.675Z Checking pnet_transport v0.35.0
3162026-04-14T04:10:05.746Z Compiling usdt-attr-macro v0.5.0
3172026-04-14T04:10:05.762Z Compiling usdt-macro v0.5.0
3182026-04-14T04:10:05.790Z Compiling clap_derive v4.6.0
3192026-04-14T04:10:05.834Z Checking num v0.4.3
3202026-04-14T04:10:05.857Z Checking clap_builder v4.6.0
3212026-04-14T04:10:05.893Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3222026-04-14T04:10:06.012Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3232026-04-14T04:10:06.113Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3242026-04-14T04:10:06.178Z Checking ppv-lite86 v0.2.21
3252026-04-14T04:10:06.391Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3262026-04-14T04:10:06.452Z Checking usdt v0.5.0
3272026-04-14T04:10:06.489Z Checking rand_chacha v0.9.0
3282026-04-14T04:10:06.570Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3292026-04-14T04:10:06.639Z Checking rand v0.9.3
3302026-04-14T04:10:06.930Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3312026-04-14T04:10:07.114Z Checking clap v4.6.0
3322026-04-14T04:10:07.172Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3332026-04-14T04:10:07.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.23s
3342026-04-14T04:10:07.784Z+ cargo clippy --all-targets -- --deny warnings
3352026-04-14T04:10:07.898Z Downloading crates ...
3362026-04-14T04:10:08.005Z Downloaded libloading v0.9.0
3372026-04-14T04:10:08.047Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3382026-04-14T04:10:08.070Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3392026-04-14T04:10:08.077Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3402026-04-14T04:10:08.077Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3412026-04-14T04:10:08.077Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3422026-04-14T04:10:08.084Z Checking libloading v0.9.0
3432026-04-14T04:10:08.316Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3442026-04-14T04:10:08.846Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3452026-04-14T04:10:09.688Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3462026-04-14T04:10:09.688Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3472026-04-14T04:10:10.583Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3482026-04-14T04:10:15.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.72s
3492026-04-14T04:10:15.573Z+ banner build
3502026-04-14T04:10:15.577Z
3512026-04-14T04:10:15.577Z ##### # # # # #####
3522026-04-14T04:10:15.577Z # # # # # # # #
3532026-04-14T04:10:15.577Z ##### # # # # # #
3542026-04-14T04:10:15.577Z # # # # # # # #
3552026-04-14T04:10:15.577Z # # # # # # # #
3562026-04-14T04:10:15.577Z ##### #### # ###### #####
3572026-04-14T04:10:15.577Z
3582026-04-14T04:10:15.577Z+ ptime -m cargo build
3592026-04-14T04:10:15.723Z Compiling unicode-ident v1.0.24
3602026-04-14T04:10:15.723Z Compiling memchr v2.8.0
3612026-04-14T04:10:15.730Z Compiling ucd-trie v0.1.7
3622026-04-14T04:10:15.730Z Compiling libc v0.2.182
3632026-04-14T04:10:15.730Z Compiling serde_core v1.0.228
3642026-04-14T04:10:15.730Z Compiling regex-syntax v0.8.10
3652026-04-14T04:10:15.742Z Compiling cfg-if v1.0.4
3662026-04-14T04:10:15.747Z Compiling zmij v1.0.21
3672026-04-14T04:10:15.788Z Compiling itoa v1.0.17
3682026-04-14T04:10:15.837Z Compiling proc-macro2 v1.0.106
3692026-04-14T04:10:15.987Z Compiling byteorder v1.5.0
3702026-04-14T04:10:16.008Z Compiling num-traits v0.2.19
3712026-04-14T04:10:16.019Z Compiling errno v0.3.14
3722026-04-14T04:10:16.062Z Compiling thread-id v4.2.2
3732026-04-14T04:10:16.146Z Compiling aho-corasick v1.1.4
3742026-04-14T04:10:16.149Z Compiling pest v2.8.6
3752026-04-14T04:10:16.164Z Compiling bitflags v2.11.0
3762026-04-14T04:10:16.381Z Compiling quote v1.0.45
3772026-04-14T04:10:16.402Z Compiling rustix v1.1.4
3782026-04-14T04:10:16.543Z Compiling syn v2.0.117
3792026-04-14T04:10:16.601Z Compiling num-integer v0.1.46
3802026-04-14T04:10:16.662Z Compiling getrandom v0.4.1
3812026-04-14T04:10:16.799Z Compiling once_cell v1.21.3
3822026-04-14T04:10:16.916Z Compiling colored v3.1.1
3832026-04-14T04:10:16.982Z Compiling fastrand v2.3.0
3842026-04-14T04:10:17.284Z Compiling regex-automata v0.4.14
3852026-04-14T04:10:17.301Z Compiling pest_meta v2.8.6
3862026-04-14T04:10:17.302Z Compiling plain v0.2.3
3872026-04-14T04:10:17.394Z Compiling serde_json v1.0.149
3882026-04-14T04:10:17.414Z Compiling log v0.4.29
3892026-04-14T04:10:17.534Z Compiling tempfile v3.27.0
3902026-04-14T04:10:17.579Z Compiling pretty-hex v0.4.1
3912026-04-14T04:10:17.696Z Compiling no-std-net v0.6.0
3922026-04-14T04:10:17.765Z Compiling pnet_base v0.35.0
3932026-04-14T04:10:17.911Z Compiling tap v1.0.1
3942026-04-14T04:10:17.944Z Compiling radium v0.7.0
3952026-04-14T04:10:18.012Z Compiling wyz v0.5.1
3962026-04-14T04:10:18.128Z Compiling num-iter v0.1.45
3972026-04-14T04:10:18.156Z Compiling memmap v0.7.0
3982026-04-14T04:10:18.191Z Compiling funty v2.0.0
3992026-04-14T04:10:18.219Z Compiling zerocopy v0.8.40
4002026-04-14T04:10:18.327Z Compiling getrandom v0.3.4
4012026-04-14T04:10:18.333Z Compiling pnet_macros_support v0.35.0
4022026-04-14T04:10:18.438Z Compiling pnet_sys v0.35.0
4032026-04-14T04:10:18.485Z Compiling bitvec v1.0.1
4042026-04-14T04:10:18.500Z Compiling utf8parse v0.2.2
4052026-04-14T04:10:18.549Z Compiling rand_core v0.9.5
4062026-04-14T04:10:18.593Z Compiling anstyle-parse v1.0.0
4072026-04-14T04:10:18.611Z Compiling anyhow v1.0.102
4082026-04-14T04:10:18.754Z Compiling anstyle-query v1.1.5
4092026-04-14T04:10:18.760Z Compiling is_terminal_polyfill v1.70.2
4102026-04-14T04:10:18.812Z Compiling pest_generator v2.8.6
4112026-04-14T04:10:18.836Z Compiling prettyplease v0.2.37
4122026-04-14T04:10:18.850Z Compiling colorchoice v1.0.4
4132026-04-14T04:10:18.936Z Compiling regex v1.12.3
4142026-04-14T04:10:18.966Z Compiling anstyle v1.0.13
4152026-04-14T04:10:19.177Z Compiling anstream v1.0.0
4162026-04-14T04:10:19.388Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4172026-04-14T04:10:19.411Z Compiling clap_lex v1.0.0
4182026-04-14T04:10:19.479Z Compiling strsim v0.11.1
4192026-04-14T04:10:19.642Z Compiling clap_builder v4.6.0
4202026-04-14T04:10:19.817Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4212026-04-14T04:10:19.859Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4222026-04-14T04:10:20.198Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4232026-04-14T04:10:20.563Z Compiling serde_derive v1.0.228
4242026-04-14T04:10:20.563Z Compiling thiserror-impl v1.0.69
4252026-04-14T04:10:20.568Z Compiling zerocopy-derive v0.7.35
4262026-04-14T04:10:20.568Z Compiling pest_derive v2.8.6
4272026-04-14T04:10:20.743Z Compiling scroll_derive v0.12.1
4282026-04-14T04:10:21.225Z Compiling pnet_macros v0.35.0
4292026-04-14T04:10:21.289Z Compiling ppv-lite86 v0.2.21
4302026-04-14T04:10:21.604Z Compiling scroll v0.12.0
4312026-04-14T04:10:21.606Z Compiling zerocopy v0.7.35
4322026-04-14T04:10:21.606Z Compiling rand_chacha v0.9.0
4332026-04-14T04:10:21.811Z Compiling goblin v0.8.2
4342026-04-14T04:10:21.860Z Compiling rand v0.9.3
4352026-04-14T04:10:21.934Z Compiling thiserror v1.0.69
4362026-04-14T04:10:22.021Z Compiling dtrace-parser v0.2.0
4372026-04-14T04:10:22.026Z Compiling clap_derive v4.6.0
4382026-04-14T04:10:22.795Z Compiling pnet_packet v0.35.0
4392026-04-14T04:10:23.236Z Compiling serde v1.0.228
4402026-04-14T04:10:23.472Z Compiling clap v4.6.0
4412026-04-14T04:10:23.510Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4422026-04-14T04:10:23.608Z Compiling serde_tokenstream v0.2.3
4432026-04-14T04:10:23.608Z Compiling dof v0.3.0
4442026-04-14T04:10:23.612Z Compiling num-bigint v0.4.6
4452026-04-14T04:10:23.612Z Compiling num-complex v0.4.6
4462026-04-14T04:10:23.704Z Compiling ipnetwork v0.20.0
4472026-04-14T04:10:23.878Z Compiling usdt-impl v0.5.0
4482026-04-14T04:10:23.943Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4492026-04-14T04:10:23.974Z Compiling pnet_datalink v0.35.0
4502026-04-14T04:10:24.392Z Compiling usdt-macro v0.5.0
4512026-04-14T04:10:24.578Z Compiling num-rational v0.4.2
4522026-04-14T04:10:24.846Z Compiling usdt-attr-macro v0.5.0
4532026-04-14T04:10:25.220Z Compiling num v0.4.3
4542026-04-14T04:10:25.287Z Compiling pnet_transport v0.35.0
4552026-04-14T04:10:25.427Z Compiling pnet v0.35.0
4562026-04-14T04:10:25.785Z Compiling usdt v0.5.0
4572026-04-14T04:10:25.902Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4582026-04-14T04:10:26.238Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4592026-04-14T04:10:26.369Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4602026-04-14T04:10:26.369Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4612026-04-14T04:10:26.493Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4622026-04-14T04:10:29.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.49s
4632026-04-14T04:10:29.107Z
4642026-04-14T04:10:29.110Zreal 13.521992845
4652026-04-14T04:10:29.110Zuser 1:10.531233583
4662026-04-14T04:10:29.110Zsys 11.941485225
4672026-04-14T04:10:29.110Ztrap 0.037212691
4682026-04-14T04:10:29.110Ztflt 0.033192461
4692026-04-14T04:10:29.110Zdflt 0.074893932
4702026-04-14T04:10:29.110Zkflt 0.000007225
4712026-04-14T04:10:29.110Zlock 2:45.061854863
4722026-04-14T04:10:29.110Zslp 4:48.798051113
4732026-04-14T04:10:29.110Zlat 3.693047925
4742026-04-14T04:10:29.110Zstop 4.353146590
4752026-04-14T04:10:29.110Z+ ptime -m cargo build --release
4762026-04-14T04:10:29.186Z Compiling proc-macro2 v1.0.106
4772026-04-14T04:10:29.186Z Compiling quote v1.0.45
4782026-04-14T04:10:29.192Z Compiling unicode-ident v1.0.24
4792026-04-14T04:10:29.192Z Compiling libc v0.2.182
4802026-04-14T04:10:29.192Z Compiling serde_core v1.0.228
4812026-04-14T04:10:29.192Z Compiling memchr v2.8.0
4822026-04-14T04:10:29.192Z Compiling serde v1.0.228
4832026-04-14T04:10:29.192Z Compiling zmij v1.0.21
4842026-04-14T04:10:29.299Z Compiling thiserror v1.0.69
4852026-04-14T04:10:29.527Z Compiling serde_json v1.0.149
4862026-04-14T04:10:29.532Z Compiling getrandom v0.4.1
4872026-04-14T04:10:29.729Z Compiling ucd-trie v0.1.7
4882026-04-14T04:10:29.754Z Compiling rustix v1.1.4
4892026-04-14T04:10:29.925Z Compiling pest v2.8.6
4902026-04-14T04:10:29.954Z Compiling aho-corasick v1.1.4
4912026-04-14T04:10:30.316Z Compiling syn v2.0.117
4922026-04-14T04:10:30.358Z Compiling version_check v0.9.5
4932026-04-14T04:10:30.361Z Compiling autocfg v1.5.0
4942026-04-14T04:10:30.610Z Compiling regex-syntax v0.8.10
4952026-04-14T04:10:30.625Z Compiling prettyplease v0.2.37
4962026-04-14T04:10:30.759Z Compiling num-traits v0.2.19
4972026-04-14T04:10:31.028Z Compiling pest_meta v2.8.6
4982026-04-14T04:10:31.831Z Compiling cfg-if v1.0.4
4992026-04-14T04:10:31.895Z Compiling byteorder v1.5.0
5002026-04-14T04:10:32.076Z Compiling regex-automata v0.4.14
5012026-04-14T04:10:32.107Z Compiling itoa v1.0.17
5022026-04-14T04:10:32.269Z Compiling usdt-impl v0.5.0
5032026-04-14T04:10:32.652Z Compiling num-integer v0.1.46
5042026-04-14T04:10:32.693Z Compiling pest_generator v2.8.6
5052026-04-14T04:10:33.091Z Compiling errno v0.3.14
5062026-04-14T04:10:33.128Z Compiling thread-id v4.2.2
5072026-04-14T04:10:33.143Z Compiling bitflags v2.11.0
5082026-04-14T04:10:33.254Z Compiling plain v0.2.3
5092026-04-14T04:10:33.328Z Compiling log v0.4.29
5102026-04-14T04:10:33.749Z Compiling regex v1.12.3
5112026-04-14T04:10:33.874Z Compiling serde_derive v1.0.228
5122026-04-14T04:10:33.923Z Compiling thiserror-impl v1.0.69
5132026-04-14T04:10:34.124Z Compiling zerocopy-derive v0.7.35
5142026-04-14T04:10:34.176Z Compiling pest_derive v2.8.6
5152026-04-14T04:10:34.618Z Compiling scroll_derive v0.12.1
5162026-04-14T04:10:34.688Z Compiling pretty-hex v0.4.1
5172026-04-14T04:10:34.838Z Compiling colored v3.1.1
5182026-04-14T04:10:34.969Z Compiling zerocopy v0.7.35
5192026-04-14T04:10:35.173Z Compiling dtrace-parser v0.2.0
5202026-04-14T04:10:35.319Z Compiling scroll v0.12.0
5212026-04-14T04:10:35.488Z Compiling fastrand v2.3.0
5222026-04-14T04:10:35.549Z Compiling goblin v0.8.2
5232026-04-14T04:10:35.666Z Compiling once_cell v1.21.3
5242026-04-14T04:10:35.741Z Compiling no-std-net v0.6.0
5252026-04-14T04:10:35.750Z Compiling radium v0.7.0
5262026-04-14T04:10:35.803Z Compiling pnet_base v0.35.0
5272026-04-14T04:10:35.826Z Compiling tempfile v3.27.0
5282026-04-14T04:10:35.993Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5292026-04-14T04:10:36.141Z Compiling getrandom v0.3.4
5302026-04-14T04:10:36.194Z Compiling zerocopy v0.8.40
5312026-04-14T04:10:36.470Z Compiling tap v1.0.1
5322026-04-14T04:10:36.572Z Compiling wyz v0.5.1
5332026-04-14T04:10:36.769Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5342026-04-14T04:10:36.977Z Compiling num-iter v0.1.45
5352026-04-14T04:10:37.088Z Compiling serde_tokenstream v0.2.3
5362026-04-14T04:10:37.090Z Compiling dof v0.3.0
5372026-04-14T04:10:37.090Z Compiling num-bigint v0.4.6
5382026-04-14T04:10:37.176Z Compiling num-complex v0.4.6
5392026-04-14T04:10:37.424Z Compiling memmap v0.7.0
5402026-04-14T04:10:37.639Z Compiling funty v2.0.0
5412026-04-14T04:10:37.661Z Compiling anyhow v1.0.102
5422026-04-14T04:10:37.869Z Compiling usdt-macro v0.5.0
5432026-04-14T04:10:37.981Z Compiling usdt-attr-macro v0.5.0
5442026-04-14T04:10:38.455Z Compiling num-rational v0.4.2
5452026-04-14T04:10:38.590Z Compiling bitvec v1.0.1
5462026-04-14T04:10:39.703Z Compiling usdt v0.5.0
5472026-04-14T04:10:40.363Z Compiling num v0.4.3
5482026-04-14T04:10:40.430Z Compiling pnet_macros_support v0.35.0
5492026-04-14T04:10:40.551Z Compiling pnet_macros v0.35.0
5502026-04-14T04:10:40.795Z Compiling pnet_sys v0.35.0
5512026-04-14T04:10:40.996Z Compiling utf8parse v0.2.2
5522026-04-14T04:10:41.100Z Compiling anstyle-parse v1.0.0
5532026-04-14T04:10:41.310Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5542026-04-14T04:10:41.656Z Compiling pnet_packet v0.35.0
5552026-04-14T04:10:42.004Z Compiling ppv-lite86 v0.2.21
5562026-04-14T04:10:42.349Z Compiling rand_core v0.9.5
5572026-04-14T04:10:42.848Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5582026-04-14T04:10:43.024Z Compiling ipnetwork v0.20.0
5592026-04-14T04:10:43.727Z Compiling colorchoice v1.0.4
5602026-04-14T04:10:43.727Z Compiling pnet v0.35.0
5612026-04-14T04:10:43.828Z Compiling anstyle-query v1.1.5
5622026-04-14T04:10:43.939Z Compiling anstyle v1.0.13
5632026-04-14T04:10:44.192Z Compiling is_terminal_polyfill v1.70.2
5642026-04-14T04:10:44.277Z Compiling anstream v1.0.0
5652026-04-14T04:10:45.088Z Compiling pnet_transport v0.35.0
5662026-04-14T04:10:45.563Z Compiling pnet_datalink v0.35.0
5672026-04-14T04:10:45.674Z Compiling rand_chacha v0.9.0
5682026-04-14T04:10:46.232Z Compiling clap_lex v1.0.0
5692026-04-14T04:10:46.303Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5702026-04-14T04:10:46.488Z Compiling heck v0.5.0
5712026-04-14T04:10:46.502Z Compiling strsim v0.11.1
5722026-04-14T04:10:46.679Z Compiling clap_derive v4.6.0
5732026-04-14T04:10:47.163Z Compiling clap_builder v4.6.0
5742026-04-14T04:10:47.314Z Compiling rand v0.9.3
5752026-04-14T04:10:48.033Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5762026-04-14T04:10:48.037Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5772026-04-14T04:10:48.279Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5782026-04-14T04:10:48.635Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5792026-04-14T04:10:51.848Z Compiling clap v4.6.0
5802026-04-14T04:10:51.965Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5812026-04-14T04:10:52.939Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5822026-04-14T04:10:59.576Z Finished `release` profile [optimized] target(s) in 30.43s
5832026-04-14T04:10:59.597Z
5842026-04-14T04:10:59.597Zreal 30.453903046
5852026-04-14T04:10:59.597Zuser 3:10.790653056
5862026-04-14T04:10:59.597Zsys 17.910606784
5872026-04-14T04:10:59.597Ztrap 0.106311093
5882026-04-14T04:10:59.597Ztflt 0.194227178
5892026-04-14T04:10:59.597Zdflt 0.133200088
5902026-04-14T04:10:59.597Zkflt 0.000054949
5912026-04-14T04:10:59.597Zlock 10:00.105603963
5922026-04-14T04:10:59.597Zslp 12:26.684554071
5932026-04-14T04:10:59.598Zlat 12.669568671
5942026-04-14T04:10:59.598Zstop 9.263333417
5952026-04-14T04:10:59.598Z+ for x in debug release
5962026-04-14T04:10:59.598Z+ mkdir -p /work/debug
5972026-04-14T04:10:59.598Z+ cp target/debug/x4c /work/debug/
5982026-04-14T04:10:59.607Z+ cp target/debug/libsidecar_lite.so /work/debug/
5992026-04-14T04:10:59.653Z+ for x in debug release
6002026-04-14T04:10:59.655Z+ mkdir -p /work/release
6012026-04-14T04:10:59.671Z+ cp target/release/x4c /work/release/
6022026-04-14T04:10:59.671Z+ cp target/release/libsidecar_lite.so /work/release/
6032026-04-14T04:10:59.671Z+ banner test
6042026-04-14T04:10:59.671Z
6052026-04-14T04:10:59.671Z ##### ###### #### #####
6062026-04-14T04:10:59.671Z # # # #
6072026-04-14T04:10:59.671Z # ##### #### #
6082026-04-14T04:10:59.671Z # # # #
6092026-04-14T04:10:59.672Z # # # # #
6102026-04-14T04:10:59.672Z # ###### #### #
6112026-04-14T04:10:59.672Z
6122026-04-14T04:10:59.672Z+ cargo test
6132026-04-14T04:10:59.744Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6142026-04-14T04:10:59.761Z Compiling libloading v0.9.0
6152026-04-14T04:10:59.761Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6162026-04-14T04:10:59.761Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6172026-04-14T04:10:59.761Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6182026-04-14T04:10:59.769Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6192026-04-14T04:10:59.942Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6202026-04-14T04:11:00.848Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6212026-04-14T04:11:00.848Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6222026-04-14T04:11:00.848Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6232026-04-14T04:11:01.116Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6242026-04-14T04:11:07.769Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.10s
6252026-04-14T04:11:07.783Z Running unittests src/lib.rs (target/debug/deps/p4-1546c95bd2fe8ca4)
6262026-04-14T04:11:07.789Z
6272026-04-14T04:11:07.789Zrunning 0 tests
6282026-04-14T04:11:07.789Z
6292026-04-14T04:11:07.789Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-04-14T04:11:07.789Z
6312026-04-14T04:11:07.789Z Running unittests src/lib.rs (target/debug/deps/p4_macro-cd90d596811a5660)
6322026-04-14T04:11:07.793Z
6332026-04-14T04:11:07.793Zrunning 0 tests
6342026-04-14T04:11:07.793Z
6352026-04-14T04:11:07.793Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-04-14T04:11:07.793Z
6372026-04-14T04:11:07.793Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-97a008f78b6c0ec4)
6382026-04-14T04:11:07.793Z
6392026-04-14T04:11:07.793Zrunning 0 tests
6402026-04-14T04:11:07.793Z
6412026-04-14T04:11:07.793Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-04-14T04:11:07.793Z
6432026-04-14T04:11:07.793Z Running unittests src/lib.rs (target/debug/deps/p4_rust-f82cf211dee49060)
6442026-04-14T04:11:07.793Z
6452026-04-14T04:11:07.793Zrunning 0 tests
6462026-04-14T04:11:07.793Z
6472026-04-14T04:11:07.793Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-04-14T04:11:07.793Z
6492026-04-14T04:11:07.796Z Running unittests src/lib.rs (target/debug/deps/p4rs-3afe60b63e34350f)
6502026-04-14T04:11:07.796Z
6512026-04-14T04:11:07.796Zrunning 14 tests
6522026-04-14T04:11:07.796Ztest bitmath::tests::bitmath_mod ... ok
6532026-04-14T04:11:07.797Ztest bitmath::tests::bitmath_add_le ... ok
6542026-04-14T04:11:07.797Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6552026-04-14T04:11:07.797Ztest bitmath::tests::bitmath_add_nest ... ok
6562026-04-14T04:11:07.797Ztest bitmath::tests::bitmath_sub_le ... ok
6572026-04-14T04:11:07.797Ztest bitmath::tests::bitmath_sub_be ... ok
6582026-04-14T04:11:07.797Ztest bitmath::tests::bitmath_add_cascade ... ok
6592026-04-14T04:11:07.797Ztest bitmath::tests::bitmath_add_be ... ok
6602026-04-14T04:11:07.797Ztest checksum::tests::udp_checksum ... ok
6612026-04-14T04:11:07.797Ztest table::tests::match_lpm_ternary_1 ... ok
6622026-04-14T04:11:07.797Ztest table::tests::match_lpm_ternary_range ... ok
6632026-04-14T04:11:07.797Ztest table::tests::match_ternary_1 ... ok
6642026-04-14T04:11:07.797Ztest table::tests::match_lpm_1 ... ok
6652026-04-14T04:11:07.797Ztest table::tests::match_with_action ... ok
6662026-04-14T04:11:07.797Z
6672026-04-14T04:11:07.797Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6682026-04-14T04:11:07.797Z
6692026-04-14T04:11:07.797Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-5386dbfce708873f)
6702026-04-14T04:11:07.798Z
6712026-04-14T04:11:07.798Zrunning 0 tests
6722026-04-14T04:11:07.801Z
6732026-04-14T04:11:07.801Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6742026-04-14T04:11:07.801Z
6752026-04-14T04:11:07.801Z Running unittests src/lib.rs (target/debug/deps/tests-92bde0412a747c16)
6762026-04-14T04:11:07.801Z
6772026-04-14T04:11:07.801Zrunning 15 tests
6782026-04-14T04:11:07.801Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6792026-04-14T04:11:07.804Ztest headers::ipv6_header_read_write ... ok
6802026-04-14T04:11:07.804Ztest dload::pipeline_create ... ok
6812026-04-14T04:11:07.804Ztest ipv6::test_ipv6_parse ... ok
6822026-04-14T04:11:07.807Ztest dload::dynamic_load ... ok
6832026-04-14T04:11:07.810Ztest arithmetic::arithmetic ... ok
6842026-04-14T04:11:07.812Ztest basic_router::basic_router2 ... ok
6852026-04-14T04:11:07.812Ztest decap::geneve_decap ... ok
6862026-04-14T04:11:07.812Ztest disag_router::disag_router ... ok
6872026-04-14T04:11:07.812Ztest dynamic_router::dynamic_router2 ... ok
6882026-04-14T04:11:07.812Ztest vlan::test_vlan_parse ... ok
6892026-04-14T04:11:07.812Ztest hub::hub2 ... ok
6902026-04-14T04:11:07.812Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6912026-04-14T04:11:07.815Ztest range::range ... ok
6922026-04-14T04:11:07.889Ztest mac_rewrite::mac_rewrite2 ... ok
6932026-04-14T04:11:07.889Z
6942026-04-14T04:11:07.889Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
6952026-04-14T04:11:07.889Z
6962026-04-14T04:11:07.894Z Running unittests src/lib.rs (target/debug/deps/x4c-2985a640bf8d8149)
6972026-04-14T04:11:07.896Z
6982026-04-14T04:11:07.896Zrunning 0 tests
6992026-04-14T04:11:07.896Z
7002026-04-14T04:11:07.897Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7012026-04-14T04:11:07.897Z
7022026-04-14T04:11:07.897Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-2e05505f32d0e974)
7032026-04-14T04:11:07.897Z
7042026-04-14T04:11:07.897Zrunning 0 tests
7052026-04-14T04:11:07.897Z
7062026-04-14T04:11:07.897Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-04-14T04:11:07.897Z
7082026-04-14T04:11:07.897Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-ff37c4be0895f602)
7092026-04-14T04:11:07.897Z
7102026-04-14T04:11:07.897Zrunning 0 tests
7112026-04-14T04:11:07.897Z
7122026-04-14T04:11:07.897Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7132026-04-14T04:11:07.897Z
7142026-04-14T04:11:07.897Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-d357631c574a9193)
7152026-04-14T04:11:07.900Z
7162026-04-14T04:11:07.900Zrunning 0 tests
7172026-04-14T04:11:07.900Z
7182026-04-14T04:11:07.900Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7192026-04-14T04:11:07.900Z
7202026-04-14T04:11:07.900Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7212026-04-14T04:11:07.900Z
7222026-04-14T04:11:07.900Zrunning 0 tests
7232026-04-14T04:11:07.900Z
7242026-04-14T04:11:07.900Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7252026-04-14T04:11:07.900Z
7262026-04-14T04:11:07.900Z Doc-tests p4
7272026-04-14T04:11:07.987Z
7282026-04-14T04:11:07.987Zrunning 0 tests
7292026-04-14T04:11:07.993Z
7302026-04-14T04:11:07.993Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7312026-04-14T04:11:07.993Z
7322026-04-14T04:11:07.997Z Doc-tests p4_macro
7332026-04-14T04:11:08.041Z
7342026-04-14T04:11:08.041Zrunning 2 tests
7352026-04-14T04:11:08.044Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7362026-04-14T04:11:08.044Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7372026-04-14T04:11:08.044Z
7382026-04-14T04:11:08.044Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7392026-04-14T04:11:08.044Z
7402026-04-14T04:11:08.049Z Doc-tests p4_rust
7412026-04-14T04:11:08.205Z
7422026-04-14T04:11:08.205Zrunning 0 tests
7432026-04-14T04:11:08.205Z
7442026-04-14T04:11:08.205Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7452026-04-14T04:11:08.205Z
7462026-04-14T04:11:08.220Z Doc-tests p4rs
7472026-04-14T04:11:08.345Z
7482026-04-14T04:11:08.345Zrunning 1 test
7492026-04-14T04:11:09.118Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7502026-04-14T04:11:09.118Z
7512026-04-14T04:11:09.118Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.82s
7522026-04-14T04:11:09.118Z
7532026-04-14T04:11:09.129Z Doc-tests tests
7542026-04-14T04:11:09.192Z
7552026-04-14T04:11:09.192Zrunning 0 tests
7562026-04-14T04:11:09.192Z
7572026-04-14T04:11:09.192Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7582026-04-14T04:11:09.192Z
7592026-04-14T04:11:09.200Z Doc-tests x4c
7602026-04-14T04:11:09.246Z
7612026-04-14T04:11:09.246Zrunning 0 tests
7622026-04-14T04:11:09.246Z
7632026-04-14T04:11:09.246Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7642026-04-14T04:11:09.246Z
7652026-04-14T04:11:09.254Z Doc-tests x4c_error_codes
7662026-04-14T04:11:09.277Z
7672026-04-14T04:11:09.277Zrunning 0 tests
7682026-04-14T04:11:09.277Z
7692026-04-14T04:11:09.277Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7702026-04-14T04:11:09.277Z
7712026-04-14T04:11:09.288Z+ pushd test
7722026-04-14T04:11:09.291Z+ banner 'mac rewr'
7732026-04-14T04:11:09.291Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7742026-04-14T04:11:09.291Z
7752026-04-14T04:11:09.291Z # # ## #### ##### ###### # # #####
7762026-04-14T04:11:09.291Z ## ## # # # # # # # # # # #
7772026-04-14T04:11:09.291Z # ## # # # # # # ##### # # # #
7782026-04-14T04:11:09.291Z # # ###### # ##### # # ## # #####
7792026-04-14T04:11:09.291Z # # # # # # # # # ## ## # #
7802026-04-14T04:11:09.291Z # # # # #### # # ###### # # # #
7812026-04-14T04:11:09.291Z
7822026-04-14T04:11:09.291Z+ RUST_BACKTRACE=1
7832026-04-14T04:11:09.291Z+ cargo test mac_rewrite -- --nocapture
7842026-04-14T04:11:09.389Z Compiling aho-corasick v1.1.4
7852026-04-14T04:11:09.404Z Compiling getrandom v0.4.1
7862026-04-14T04:11:09.404Z Compiling rustix v1.1.4
7872026-04-14T04:11:09.404Z Compiling errno v0.3.14
7882026-04-14T04:11:09.410Z Compiling prettyplease v0.2.37
7892026-04-14T04:11:10.093Z Compiling regex-automata v0.4.14
7902026-04-14T04:11:10.121Z Compiling tempfile v3.27.0
7912026-04-14T04:11:11.481Z Compiling regex v1.12.3
7922026-04-14T04:11:11.735Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7932026-04-14T04:11:11.802Z Compiling pnet_macros v0.35.0
7942026-04-14T04:11:12.431Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7952026-04-14T04:11:12.786Z Compiling pnet_packet v0.35.0
7962026-04-14T04:11:13.243Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
7972026-04-14T04:11:14.643Z Compiling pnet_transport v0.35.0
7982026-04-14T04:11:14.768Z Compiling pnet v0.35.0
7992026-04-14T04:11:14.868Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8002026-04-14T04:11:21.464Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.15s
8012026-04-14T04:11:21.476Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-968f73136caf7442)
8022026-04-14T04:11:21.479Z
8032026-04-14T04:11:21.479Zrunning 1 test
8042026-04-14T04:11:21.485Z[phy2] do you know the muffin man?
8052026-04-14T04:11:21.488Z[cpu] the muffin man?
8062026-04-14T04:11:21.488Z[cpu] the muffin man!
8072026-04-14T04:11:21.488Z[cpu] why yes
8082026-04-14T04:11:21.488Z[phy1] i know the muffin man
8092026-04-14T04:11:21.488Z[phy3] the muffin man is me!!!
8102026-04-14T04:11:21.488Ztest mac_rewrite::mac_rewrite2 ... ok
8112026-04-14T04:11:21.488Z
8122026-04-14T04:11:21.488Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8132026-04-14T04:11:21.488Z
8142026-04-14T04:11:21.494Z+ banner 'dyn load'
8152026-04-14T04:11:21.498Z
8162026-04-14T04:11:21.498Z ##### # # # # # #### ## #####
8172026-04-14T04:11:21.498Z # # # # ## # # # # # # # #
8182026-04-14T04:11:21.498Z # # # # # # # # # # # # #
8192026-04-14T04:11:21.498Z # # # # # # # # # ###### # #
8202026-04-14T04:11:21.498Z # # # # ## # # # # # # #
8212026-04-14T04:11:21.498Z ##### # # # ###### #### # # #####
8222026-04-14T04:11:21.498Z
8232026-04-14T04:11:21.498Z+ RUST_BACKTRACE=1
8242026-04-14T04:11:21.498Z+ cargo test dload -- --nocapture
8252026-04-14T04:11:21.583Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8262026-04-14T04:11:21.586Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-968f73136caf7442)
8272026-04-14T04:11:21.589Z
8282026-04-14T04:11:21.589Zrunning 2 tests
8292026-04-14T04:11:21.594Ztest dload::pipeline_create ... ok
8302026-04-14T04:11:21.599Ztest dload::dynamic_load ... ok
8312026-04-14T04:11:21.599Z
8322026-04-14T04:11:21.599Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8332026-04-14T04:11:21.599Z
8342026-04-14T04:11:21.602Z+ banner disag
8352026-04-14T04:11:21.605Z
8362026-04-14T04:11:21.605Z ##### # #### ## ####
8372026-04-14T04:11:21.605Z # # # # # # # #
8382026-04-14T04:11:21.605Z # # # #### # # #
8392026-04-14T04:11:21.605Z # # # # ###### # ###
8402026-04-14T04:11:21.605Z # # # # # # # # #
8412026-04-14T04:11:21.605Z ##### # #### # # ####
8422026-04-14T04:11:21.605Z
8432026-04-14T04:11:21.605Z+ RUST_BACKTRACE=1
8442026-04-14T04:11:21.605Z+ cargo test disag_router -- --nocapture
8452026-04-14T04:11:21.690Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8462026-04-14T04:11:21.694Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-968f73136caf7442)
8472026-04-14T04:11:21.698Z
8482026-04-14T04:11:21.698Zrunning 1 test
8492026-04-14T04:11:21.700Z[phy2] do you know the muffin man?
8502026-04-14T04:11:21.701Z[cpu] the muffin man?
8512026-04-14T04:11:21.701Z[cpu] the muffin man!
8522026-04-14T04:11:21.703Z[cpu] why yes
8532026-04-14T04:11:21.703Z[phy1] i know the muffin man
8542026-04-14T04:11:21.703Z[phy3] the muffin man is me!!!
8552026-04-14T04:11:21.703Ztest disag_router::disag_router ... ok
8562026-04-14T04:11:21.703Z
8572026-04-14T04:11:21.703Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8582026-04-14T04:11:21.703Z
8592026-04-14T04:11:21.708Z+ banner 'dyn rtr'
8602026-04-14T04:11:21.711Z
8612026-04-14T04:11:21.711Z ##### # # # # ##### ##### #####
8622026-04-14T04:11:21.711Z # # # # ## # # # # # #
8632026-04-14T04:11:21.711Z # # # # # # # # # # #
8642026-04-14T04:11:21.711Z # # # # # # ##### # #####
8652026-04-14T04:11:21.711Z # # # # ## # # # # #
8662026-04-14T04:11:21.711Z ##### # # # # # # # #
8672026-04-14T04:11:21.711Z
8682026-04-14T04:11:21.711Z+ RUST_BACKTRACE=1
8692026-04-14T04:11:21.711Z+ cargo test dynamic_router -- --nocapture
8702026-04-14T04:11:21.796Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8712026-04-14T04:11:21.799Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-968f73136caf7442)
8722026-04-14T04:11:21.802Z
8732026-04-14T04:11:21.802Zrunning 1 test
8742026-04-14T04:11:21.807Z[phy2] do you know the muffin man?
8752026-04-14T04:11:21.811Z[cpu] the muffin man?
8762026-04-14T04:11:21.811Z[cpu] the muffin man!
8772026-04-14T04:11:21.811Z[cpu] why yes
8782026-04-14T04:11:21.811Z[phy1] i know the muffin man
8792026-04-14T04:11:21.811Z[phy3] the muffin man is me!!!
8802026-04-14T04:11:21.811Ztest dynamic_router::dynamic_router2 ... ok
8812026-04-14T04:11:21.811Z
8822026-04-14T04:11:21.811Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8832026-04-14T04:11:21.811Z
8842026-04-14T04:11:21.817Z+ banner hub
8852026-04-14T04:11:21.828Z
8862026-04-14T04:11:21.828Z # # # # #####
8872026-04-14T04:11:21.828Z # # # # # #
8882026-04-14T04:11:21.828Z ###### # # #####
8892026-04-14T04:11:21.828Z # # # # # #
8902026-04-14T04:11:21.828Z # # # # # #
8912026-04-14T04:11:21.829Z # # #### #####
8922026-04-14T04:11:21.829Z
8932026-04-14T04:11:21.829Z+ RUST_BACKTRACE=1
8942026-04-14T04:11:21.829Z+ cargo test hub -- --nocapture
8952026-04-14T04:11:21.909Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8962026-04-14T04:11:21.913Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-968f73136caf7442)
8972026-04-14T04:11:21.913Z
8982026-04-14T04:11:21.913Zrunning 1 test
8992026-04-14T04:11:21.918Z[phy2] do you know the muffin man?
9002026-04-14T04:11:21.918Z[phy3] do you know the muffin man?
9012026-04-14T04:11:21.921Z[phy1] the muffin man?
9022026-04-14T04:11:21.921Z[phy3] the muffin man?
9032026-04-14T04:11:21.921Z[phy2] the muffin man!
9042026-04-14T04:11:21.921Z[phy3] the muffin man!
9052026-04-14T04:11:21.921Z[phy1] why yes
9062026-04-14T04:11:21.921Z[phy1] i know the muffin man
9072026-04-14T04:11:21.921Z[phy1] the muffin man is me!!!
9082026-04-14T04:11:21.921Z[phy3] why yes
9092026-04-14T04:11:21.921Z[phy3] i know the muffin man
9102026-04-14T04:11:21.921Z[phy3] the muffin man is me!!!
9112026-04-14T04:11:21.921Ztest hub::hub2 ... ok
9122026-04-14T04:11:21.921Z
9132026-04-14T04:11:21.921Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9142026-04-14T04:11:21.921Z
9152026-04-14T04:11:21.924Z+ banner router
9162026-04-14T04:11:21.932Z
9172026-04-14T04:11:21.932Z ##### #### # # ##### ###### #####
9182026-04-14T04:11:21.932Z # # # # # # # # # #
9192026-04-14T04:11:21.932Z # # # # # # # ##### # #
9202026-04-14T04:11:21.932Z ##### # # # # # # #####
9212026-04-14T04:11:21.932Z # # # # # # # # # #
9222026-04-14T04:11:21.933Z # # #### #### # ###### # #
9232026-04-14T04:11:21.933Z
9242026-04-14T04:11:21.933Z+ RUST_BACKTRACE=1
9252026-04-14T04:11:21.933Z+ cargo test basic_router -- --nocapture
9262026-04-14T04:11:22.012Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9272026-04-14T04:11:22.015Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-968f73136caf7442)
9282026-04-14T04:11:22.018Z
9292026-04-14T04:11:22.018Zrunning 1 test
9302026-04-14T04:11:22.023Z[phy2] do you know the muffin man?
9312026-04-14T04:11:22.026Z[phy1] the muffin man?
9322026-04-14T04:11:22.026Z[phy2] the muffin man!
9332026-04-14T04:11:22.026Z[phy1] why yes
9342026-04-14T04:11:22.026Z[phy1] i know the muffin man
9352026-04-14T04:11:22.027Z[phy1] the muffin man is me!!!
9362026-04-14T04:11:22.027Ztest basic_router::basic_router2 ... ok
9372026-04-14T04:11:22.027Z
9382026-04-14T04:11:22.027Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9392026-04-14T04:11:22.027Z
9402026-04-14T04:11:22.031Z+ banner headers
9412026-04-14T04:11:22.034Z
9422026-04-14T04:11:22.034Z # # ###### ## ##### ###### ##### ####
9432026-04-14T04:11:22.034Z # # # # # # # # # # #
9442026-04-14T04:11:22.034Z ###### ##### # # # # ##### # # ####
9452026-04-14T04:11:22.034Z # # # ###### # # # ##### #
9462026-04-14T04:11:22.034Z # # # # # # # # # # # #
9472026-04-14T04:11:22.034Z # # ###### # # ##### ###### # # ####
9482026-04-14T04:11:22.034Z
9492026-04-14T04:11:22.034Z+ RUST_BACKTRACE=1
9502026-04-14T04:11:22.034Z+ cargo test headers -- --nocapture
9512026-04-14T04:11:22.118Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9522026-04-14T04:11:22.123Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-968f73136caf7442)
9532026-04-14T04:11:22.127Z
9542026-04-14T04:11:22.128Zrunning 1 test
9552026-04-14T04:11:22.128Ztest headers::ipv6_header_read_write ... ok
9562026-04-14T04:11:22.128Z
9572026-04-14T04:11:22.128Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9582026-04-14T04:11:22.128Z
9592026-04-14T04:11:22.133Zprocess exited: duration 101824 ms, exit code 0
 
9602026-04-14T04:11:22.140Zfound 4 output files
9612026-04-14T04:11:22.140Zuploading: /work/debug/libsidecar_lite.so (43097328 bytes)
9622026-04-14T04:11:23.489Zuploaded: /work/debug/libsidecar_lite.so
9632026-04-14T04:11:23.489Zuploading: /work/debug/x4c (37742568 bytes)
9642026-04-14T04:11:24.932Zuploaded: /work/debug/x4c
9652026-04-14T04:11:24.937Zuploading: /work/release/libsidecar_lite.so (9838272 bytes)
9662026-04-14T04:11:26.112Zuploaded: /work/release/libsidecar_lite.so
9672026-04-14T04:11:26.112Zuploading: /work/release/x4c (8571776 bytes)
9682026-04-14T04:11:27.274Zuploaded: /work/release/x4c