01KJPVS0AH8A6WKYZGZDH3S4KQ: 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: 01KJPVS9XXA12BYGJCGABN33TC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-02T08:49:34.699Zjob assigned to worker 01KJPVSA99YC85QH2T1CNW9KNV [factory gimlet-EVT22200007-propolis, EVT22200007/59808] (queued for 26 s)
 
22026-03-02T08:49:43.565Zstarting task 0: "setup"
32026-03-02T08:49:43.590Z++ uname -s
42026-03-02T08:49:43.590Z+ kern=SunOS
52026-03-02T08:49:43.590Z+ build_user=build
62026-03-02T08:49:43.590Z+ build_uid=12345
72026-03-02T08:49:43.590Z+ work_dir=/work
82026-03-02T08:49:43.590Z+ input_dir=/input
92026-03-02T08:49:43.590Z+ [[ 0 == 12345 ]]
102026-03-02T08:49:43.590Z+ case "$kern" in
112026-03-02T08:49:43.590Z+ groupadd -g 12345 build
122026-03-02T08:49:43.590Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-02T08:49:45.592Z+ zfs create -o mountpoint=/work rpool/work
142026-03-02T08:49:45.634Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-02T08:49:45.659Z+ home_fs=zfs
162026-03-02T08:49:45.659Z+ [[ zfs == autofs ]]
172026-03-02T08:49:45.659Z+ mkdir -p /home/build
182026-03-02T08:49:45.659Z+ chown build:build /home/build /work
192026-03-02T08:49:47.644Z+ chmod 0700 /home/build /work
202026-03-02T08:49:47.668Zprocess exited: duration 4082 ms, exit code 0
 
212026-03-02T08:49:47.717Zstarting task 1: "rust-toolchain"
222026-03-02T08:49:47.742Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-02T08:49:47.742Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-02T08:49:47.742Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-02T08:49:47.742Z * rust toolchain channel = "stable"
262026-03-02T08:49:47.742Z * rust toolchain profile = "default"
272026-03-02T08:49:47.742Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-02T08:49:47.742Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-02T08:49:47.742Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-02T08:49:47.865Zinfo: downloading installer
312026-03-02T08:49:48.293Zwarn: It looks like you have an existing installation of Rust at:
322026-03-02T08:49:48.293Zwarn: /opt/ooce/bin
332026-03-02T08:49:48.293Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-02T08:49:48.293Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-02T08:49:48.293Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-02T08:49:48.293Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-02T08:49:48.293Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-02T08:49:48.293Zerror: cannot install while Rust is installed
392026-03-02T08:49:48.293Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-02T08:49:48.318Zinfo: profile set to 'default'
412026-03-02T08:49:48.318Zinfo: default host triple is x86_64-unknown-illumos
422026-03-02T08:49:48.318Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-03-02T08:49:48.401Zinfo: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11)
442026-03-02T08:49:48.401Zinfo: downloading component 'cargo'
452026-03-02T08:49:48.549Zinfo: downloading component 'clippy'
462026-03-02T08:49:48.630Zinfo: downloading component 'rust-docs'
472026-03-02T08:49:48.842Zinfo: downloading component 'rust-std'
482026-03-02T08:49:49.172Zinfo: downloading component 'rustc'
492026-03-02T08:49:50.297Zinfo: downloading component 'rustfmt'
502026-03-02T08:49:50.352Zinfo: installing component 'cargo'
512026-03-02T08:49:51.672Zinfo: installing component 'clippy'
522026-03-02T08:49:52.172Zinfo: installing component 'rust-docs'
532026-03-02T08:49:55.570Zinfo: installing component 'rust-std'
542026-03-02T08:49:57.612Zinfo: installing component 'rustc'
552026-03-02T08:50:06.185Zinfo: installing component 'rustfmt'
562026-03-02T08:50:06.566Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-03-02T08:50:06.566Z
582026-03-02T08:50:06.737Z stable-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
592026-03-02T08:50:06.737Z
602026-03-02T08:50:06.737Z
612026-03-02T08:50:06.737ZRust is installed now. Great!
622026-03-02T08:50:06.737Z
632026-03-02T08:50:06.737ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-02T08:50:06.737Zenvironment variable. This has not been done automatically.
652026-03-02T08:50:06.737Z
662026-03-02T08:50:06.737ZTo configure your current shell, you need to source
672026-03-02T08:50:06.737Zthe corresponding env file under $HOME/.cargo.
682026-03-02T08:50:06.737Z
692026-03-02T08:50:06.737ZThis is usually done by running one of the following (note the leading DOT):
702026-03-02T08:50:06.737Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-02T08:50:06.737Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-02T08:50:06.737Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-02T08:50:06.860Z+ rustup --version
742026-03-02T08:50:06.884Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-02T08:50:06.884Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-02T08:50:06.966Zinfo: The currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
772026-03-02T08:50:06.991Z+ cargo --version
782026-03-02T08:50:07.056Zcargo 1.93.1 (083ac5135 2025-12-15)
792026-03-02T08:50:07.080Z+ rustc --version
802026-03-02T08:50:07.156Zrustc 1.93.1 (01f6ddf75 2026-02-11)
812026-03-02T08:50:07.180Zprocess exited: duration 19446 ms, exit code 0
 
822026-03-02T08:50:07.231Zstarting task 2: "authentication"
832026-03-02T08:50:07.285Zprocess exited: duration 53 ms, exit code 0
 
842026-03-02T08:50:07.336Zstarting task 3: "clone repository"
852026-03-02T08:50:07.361Z+ mkdir -p /work/oxidecomputer/p4
862026-03-02T08:50:07.361Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
872026-03-02T08:50:07.385ZCloning into '/work/oxidecomputer/p4'...
882026-03-02T08:50:08.332Z+ cd /work/oxidecomputer/p4
892026-03-02T08:50:08.332Z+ git fetch origin fe658d867e0b2425749df683e3cacf24fec6ebb0
902026-03-02T08:50:08.676ZFrom https://github.com/oxidecomputer/p4
912026-03-02T08:50:08.676Z * branch fe658d867e0b2425749df683e3cacf24fec6ebb0 -> FETCH_HEAD
922026-03-02T08:50:08.700Z+ [[ -n renovate/lock-file-maintenance ]]
932026-03-02T08:50:08.700Z++ git branch --show-current
942026-03-02T08:50:08.700Z+ current=main
952026-03-02T08:50:08.700Z+ [[ main != renovate/lock-file-maintenance ]]
962026-03-02T08:50:08.700Z+ git branch -f renovate/lock-file-maintenance fe658d867e0b2425749df683e3cacf24fec6ebb0
972026-03-02T08:50:08.700Z+ git checkout -f renovate/lock-file-maintenance
982026-03-02T08:50:08.725ZSwitched to branch 'renovate/lock-file-maintenance'
992026-03-02T08:50:08.725Z+ git reset --hard fe658d867e0b2425749df683e3cacf24fec6ebb0
1002026-03-02T08:50:08.749ZHEAD is now at fe658d8 Lock file maintenance
1012026-03-02T08:50:08.749Zprocess exited: duration 1395 ms, exit code 0
 
1022026-03-02T08:50:08.799Zstarting task 4: "build"
1032026-03-02T08:50:08.824Z+ cargo --version
1042026-03-02T08:50:08.824Zinfo: syncing channel updates for '1.92.0-x86_64-unknown-illumos'
1052026-03-02T08:50:08.954Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
1062026-03-02T08:50:08.954Zinfo: downloading component 'cargo'
1072026-03-02T08:50:09.128Zinfo: downloading component 'clippy'
1082026-03-02T08:50:09.222Zinfo: downloading component 'rust-docs'
1092026-03-02T08:50:09.619Zinfo: downloading component 'rust-std'
1102026-03-02T08:50:09.894Zinfo: downloading component 'rustc'
1112026-03-02T08:50:12.051Zinfo: downloading component 'rustfmt'
1122026-03-02T08:50:12.110Zinfo: installing component 'cargo'
1132026-03-02T08:50:13.242Zinfo: installing component 'clippy'
1142026-03-02T08:50:13.691Zinfo: installing component 'rust-docs'
1152026-03-02T08:50:17.037Zinfo: installing component 'rust-std'
1162026-03-02T08:50:19.317Zinfo: installing component 'rustc'
1172026-03-02T08:50:28.139Zinfo: installing component 'rustfmt'
1182026-03-02T08:50:28.725Zcargo 1.92.0 (344c4567c 2025-10-21)
1192026-03-02T08:50:28.749Z+ rustc --version
1202026-03-02T08:50:28.939Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1212026-03-02T08:50:28.963Z+ banner check
1222026-03-02T08:50:28.963Z
1232026-03-02T08:50:28.963Z #### # # ###### #### # #
1242026-03-02T08:50:28.963Z # # # # # # # # #
1252026-03-02T08:50:28.963Z # ###### ##### # ####
1262026-03-02T08:50:28.963Z # # # # # # #
1272026-03-02T08:50:28.963Z # # # # # # # # #
1282026-03-02T08:50:28.963Z #### # # ###### #### # #
1292026-03-02T08:50:28.963Z
1302026-03-02T08:50:28.963Z+ cargo fmt -- --check
1312026-03-02T08:50:29.485Z+ cargo check
1322026-03-02T08:50:29.691Z Updating crates.io index
1332026-03-02T08:50:29.751Z Updating git repository `https://github.com/oxidecomputer/xfr`
1342026-03-02T08:50:30.167ZFrom https://github.com/oxidecomputer/xfr
1352026-03-02T08:50:30.167Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1362026-03-02T08:50:30.580Z Downloading crates ...
1372026-03-02T08:50:30.644Z Downloaded clap v4.5.60
1382026-03-02T08:50:30.668Z Downloaded clap_derive v4.5.55
1392026-03-02T08:50:30.669Z Downloaded zmij v1.0.21
1402026-03-02T08:50:30.669Z Downloaded clap_builder v4.5.60
1412026-03-02T08:50:30.693Z Downloaded zerocopy-derive v0.7.35
1422026-03-02T08:50:30.693Z Downloaded pnet_base v0.35.0
1432026-03-02T08:50:30.693Z Downloaded radium v0.7.0
1442026-03-02T08:50:30.693Z Downloaded utf8parse v0.2.2
1452026-03-02T08:50:30.693Z Downloaded usdt-macro v0.5.0
1462026-03-02T08:50:30.693Z Downloaded pnet_sys v0.35.0
1472026-03-02T08:50:30.693Z Downloaded version_check v0.9.5
1482026-03-02T08:50:30.693Z Downloaded rand_chacha v0.9.0
1492026-03-02T08:50:30.718Z Downloaded wyz v0.5.1
1502026-03-02T08:50:30.718Z Downloaded thiserror v1.0.69
1512026-03-02T08:50:30.718Z Downloaded usdt-impl v0.5.0
1522026-03-02T08:50:30.718Z Downloaded zerocopy v0.8.40
1532026-03-02T08:50:30.742Z Downloaded unicode-ident v1.0.24
1542026-03-02T08:50:30.742Z Downloaded serde v1.0.228
1552026-03-02T08:50:30.742Z Downloaded rand v0.9.2
1562026-03-02T08:50:30.742Z Downloaded pest v2.8.6
1572026-03-02T08:50:30.742Z Downloaded goblin v0.8.2
1582026-03-02T08:50:30.766Z Downloaded serde_json v1.0.149
1592026-03-02T08:50:30.766Z Downloaded regex v1.12.3
1602026-03-02T08:50:30.766Z Downloaded num-bigint v0.4.6
1612026-03-02T08:50:30.791Z Downloaded prettyplease v0.2.37
1622026-03-02T08:50:30.791Z Downloaded memchr v2.8.0
1632026-03-02T08:50:30.791Z Downloaded typenum v1.19.0
1642026-03-02T08:50:30.791Z Downloaded syn v2.0.117
1652026-03-02T08:50:30.815Z Downloaded serde_derive v1.0.228
1662026-03-02T08:50:30.815Z Downloaded serde_core v1.0.228
1672026-03-02T08:50:30.815Z Downloaded regex-syntax v0.8.10
1682026-03-02T08:50:30.815Z Downloaded proc-macro2 v1.0.106
1692026-03-02T08:50:30.815Z Downloaded pnet_macros v0.35.0
1702026-03-02T08:50:30.839Z Downloaded scroll v0.12.0
1712026-03-02T08:50:30.839Z Downloaded pnet_packet v0.35.0
1722026-03-02T08:50:30.839Z Downloaded pnet_datalink v0.35.0
1732026-03-02T08:50:30.839Z Downloaded pest_meta v2.8.6
1742026-03-02T08:50:30.839Z Downloaded rustix v1.1.4
1752026-03-02T08:50:30.863Z Downloaded num-traits v0.2.19
1762026-03-02T08:50:30.863Z Downloaded getrandom v0.4.1
1772026-03-02T08:50:30.863Z Downloaded getrandom v0.3.4
1782026-03-02T08:50:30.864Z Downloaded anyhow v1.0.102
1792026-03-02T08:50:30.888Z Downloaded ucd-trie v0.1.7
1802026-03-02T08:50:30.888Z Downloaded thiserror-impl v1.0.69
1812026-03-02T08:50:30.888Z Downloaded tempfile v3.26.0
1822026-03-02T08:50:30.888Z Downloaded tap v1.0.1
1832026-03-02T08:50:30.888Z Downloaded sha2 v0.10.9
1842026-03-02T08:50:30.888Z Downloaded serde_tokenstream v0.2.3
1852026-03-02T08:50:30.888Z Downloaded regex-automata v0.4.14
1862026-03-02T08:50:30.912Z Downloaded quote v1.0.44
1872026-03-02T08:50:30.912Z Downloaded pest_generator v2.8.6
1882026-03-02T08:50:30.912Z Downloaded rand_core v0.9.5
1892026-03-02T08:50:30.912Z Downloaded pnet_macros_support v0.35.0
1902026-03-02T08:50:30.912Z Downloaded colored v3.1.1
1912026-03-02T08:50:30.912Z Downloaded ppv-lite86 v0.2.21
1922026-03-02T08:50:30.912Z Downloaded pnet v0.35.0
1932026-03-02T08:50:30.912Z Downloaded once_cell v1.21.3
1942026-03-02T08:50:30.912Z Downloaded log v0.4.29
1952026-03-02T08:50:30.937Z Downloaded libc v0.2.182
1962026-03-02T08:50:30.961Z Downloaded usdt-attr-macro v0.5.0
1972026-03-02T08:50:30.961Z Downloaded thread-id v4.2.2
1982026-03-02T08:50:30.961Z Downloaded usdt v0.5.0
1992026-03-02T08:50:30.961Z Downloaded strsim v0.11.1
2002026-03-02T08:50:30.961Z Downloaded scroll_derive v0.12.1
2012026-03-02T08:50:30.961Z Downloaded colorchoice v1.0.4
2022026-03-02T08:50:30.961Z Downloaded pretty-hex v0.4.1
2032026-03-02T08:50:30.961Z Downloaded pnet_transport v0.35.0
2042026-03-02T08:50:30.961Z Downloaded no-std-net v0.6.0
2052026-03-02T08:50:30.986Z Downloaded glob v0.3.3
2062026-03-02T08:50:30.986Z Downloaded dof v0.3.0
2072026-03-02T08:50:30.986Z Downloaded digest v0.10.7
2082026-03-02T08:50:30.986Z Downloaded autocfg v1.5.0
2092026-03-02T08:50:30.986Z Downloaded anstyle-query v1.1.5
2102026-03-02T08:50:30.986Z Downloaded num-rational v0.4.2
2112026-03-02T08:50:30.986Z Downloaded num-complex v0.4.6
2122026-03-02T08:50:30.986Z Downloaded num v0.4.3
2132026-03-02T08:50:30.986Z Downloaded memmap v0.7.0
2142026-03-02T08:50:30.986Z Downloaded is_terminal_polyfill v1.70.2
2152026-03-02T08:50:30.986Z Downloaded ipnetwork v0.20.0
2162026-03-02T08:50:30.986Z Downloaded generic-array v0.14.7
2172026-03-02T08:50:30.986Z Downloaded fastrand v2.3.0
2182026-03-02T08:50:30.986Z Downloaded crypto-common v0.1.7
2192026-03-02T08:50:30.986Z Downloaded cpufeatures v0.2.17
2202026-03-02T08:50:31.011Z Downloaded bitflags v2.11.0
2212026-03-02T08:50:31.011Z Downloaded plain v0.2.3
2222026-03-02T08:50:31.011Z Downloaded pest_derive v2.8.6
2232026-03-02T08:50:31.011Z Downloaded num-iter v0.1.45
2242026-03-02T08:50:31.011Z Downloaded num-integer v0.1.46
2252026-03-02T08:50:31.011Z Downloaded itoa v1.0.17
2262026-03-02T08:50:31.011Z Downloaded heck v0.5.0
2272026-03-02T08:50:31.011Z Downloaded funty v2.0.0
2282026-03-02T08:50:31.011Z Downloaded errno v0.3.14
2292026-03-02T08:50:31.012Z Downloaded dtrace-parser v0.2.0
2302026-03-02T08:50:31.012Z Downloaded clap_lex v1.0.0
2312026-03-02T08:50:31.012Z Downloaded bitvec v1.0.1
2322026-03-02T08:50:31.036Z Downloaded zerocopy v0.7.35
2332026-03-02T08:50:31.061Z Downloaded cfg-if v1.0.4
2342026-03-02T08:50:31.061Z Downloaded block-buffer v0.10.4
2352026-03-02T08:50:31.061Z Downloaded anstyle-parse v0.2.7
2362026-03-02T08:50:31.061Z Downloaded anstyle v1.0.13
2372026-03-02T08:50:31.061Z Downloaded anstream v0.6.21
2382026-03-02T08:50:31.061Z Downloaded aho-corasick v1.1.4
2392026-03-02T08:50:31.061Z Downloaded byteorder v1.5.0
2402026-03-02T08:50:31.172Z Compiling proc-macro2 v1.0.106
2412026-03-02T08:50:31.172Z Compiling quote v1.0.44
2422026-03-02T08:50:31.172Z Compiling unicode-ident v1.0.24
2432026-03-02T08:50:31.172Z Compiling libc v0.2.182
2442026-03-02T08:50:31.196Z Compiling serde_core v1.0.228
2452026-03-02T08:50:31.196Z Compiling memchr v2.8.0
2462026-03-02T08:50:31.196Z Compiling serde v1.0.228
2472026-03-02T08:50:31.443Z Compiling thiserror v1.0.69
2482026-03-02T08:50:32.153Z Compiling zmij v1.0.21
2492026-03-02T08:50:32.182Z Compiling ucd-trie v0.1.7
2502026-03-02T08:50:32.618Z Compiling pest v2.8.6
2512026-03-02T08:50:32.642Z Compiling rustix v1.1.4
2522026-03-02T08:50:32.783Z Compiling getrandom v0.4.1
2532026-03-02T08:50:33.159Z Compiling serde_json v1.0.149
2542026-03-02T08:50:33.400Z Compiling version_check v0.9.5
2552026-03-02T08:50:33.674Z Compiling autocfg v1.5.0
2562026-03-02T08:50:33.783Z Checking syn v2.0.117
2572026-03-02T08:50:33.925Z Compiling aho-corasick v1.1.4
2582026-03-02T08:50:33.975Z Compiling prettyplease v0.2.37
2592026-03-02T08:50:34.397Z Compiling regex-syntax v0.8.10
2602026-03-02T08:50:34.422Z Compiling num-traits v0.2.19
2612026-03-02T08:50:35.055Z Checking cfg-if v1.0.4
2622026-03-02T08:50:35.507Z Compiling pest_meta v2.8.6
2632026-03-02T08:50:36.445Z Compiling itoa v1.0.17
2642026-03-02T08:50:36.564Z Compiling byteorder v1.5.0
2652026-03-02T08:50:36.757Z Compiling usdt-impl v0.5.0
2662026-03-02T08:50:36.988Z Checking num-integer v0.1.46
2672026-03-02T08:50:37.263Z Compiling thread-id v4.2.2
2682026-03-02T08:50:37.414Z Checking log v0.4.29
2692026-03-02T08:50:37.570Z Checking plain v0.2.3
2702026-03-02T08:50:37.938Z Compiling regex-automata v0.4.14
2712026-03-02T08:50:37.962Z Checking colored v3.1.1
2722026-03-02T08:50:38.688Z Compiling errno v0.3.14
2732026-03-02T08:50:38.781Z Checking pretty-hex v0.4.1
2742026-03-02T08:50:38.879Z Compiling bitflags v2.11.0
2752026-03-02T08:50:38.940Z Compiling radium v0.7.0
2762026-03-02T08:50:39.273Z Checking no-std-net v0.6.0
2772026-03-02T08:50:39.370Z Checking pnet_base v0.35.0
2782026-03-02T08:50:39.558Z Compiling once_cell v1.21.3
2792026-03-02T08:50:39.586Z Compiling zerocopy v0.8.40
2802026-03-02T08:50:39.634Z Checking tap v1.0.1
2812026-03-02T08:50:39.751Z Compiling pest_generator v2.8.6
2822026-03-02T08:50:39.924Z Compiling fastrand v2.3.0
2832026-03-02T08:50:40.259Z Compiling getrandom v0.3.4
2842026-03-02T08:50:40.408Z Checking wyz v0.5.1
2852026-03-02T08:50:40.746Z Checking num-iter v0.1.45
2862026-03-02T08:50:40.835Z Checking memmap v0.7.0
2872026-03-02T08:50:40.918Z Compiling tempfile v3.26.0
2882026-03-02T08:50:41.075Z Compiling anyhow v1.0.102
2892026-03-02T08:50:41.238Z Checking funty v2.0.0
2902026-03-02T08:50:41.862Z Compiling regex v1.12.3
2912026-03-02T08:50:42.066Z Checking bitvec v1.0.1
2922026-03-02T08:50:42.093Z Checking pnet_macros_support v0.35.0
2932026-03-02T08:50:42.446Z Checking pnet_sys v0.35.0
2942026-03-02T08:50:42.633Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2952026-03-02T08:50:42.659Z Checking utf8parse v0.2.2
2962026-03-02T08:50:42.793Z Checking anstyle-parse v0.2.7
2972026-03-02T08:50:42.907Z Compiling serde_derive v1.0.228
2982026-03-02T08:50:42.980Z Compiling thiserror-impl v1.0.69
2992026-03-02T08:50:43.051Z Compiling zerocopy-derive v0.7.35
3002026-03-02T08:50:43.901Z Compiling pest_derive v2.8.6
3012026-03-02T08:50:44.217Z Compiling scroll_derive v0.12.1
3022026-03-02T08:50:44.706Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3032026-03-02T08:50:44.730Z Compiling zerocopy v0.7.35
3042026-03-02T08:50:45.454Z Compiling dtrace-parser v0.2.0
3052026-03-02T08:50:45.508Z Checking scroll v0.12.0
3062026-03-02T08:50:45.968Z Checking goblin v0.8.2
3072026-03-02T08:50:46.231Z Compiling pnet_macros v0.35.0
3082026-03-02T08:50:47.398Z Checking rand_core v0.9.5
3092026-03-02T08:50:47.698Z Checking anstyle-query v1.1.5
3102026-03-02T08:50:47.974Z Checking colorchoice v1.0.4
3112026-03-02T08:50:48.118Z Compiling pnet v0.35.0
3122026-03-02T08:50:48.143Z Checking anstyle v1.0.13
3132026-03-02T08:50:48.308Z Checking pnet_packet v0.35.0
3142026-03-02T08:50:48.368Z Checking is_terminal_polyfill v1.70.2
3152026-03-02T08:50:48.513Z Checking anstream v0.6.21
3162026-03-02T08:50:48.820Z Checking strsim v0.11.1
3172026-03-02T08:50:48.872Z Compiling heck v0.5.0
3182026-03-02T08:50:49.080Z Checking ppv-lite86 v0.2.21
3192026-03-02T08:50:49.247Z Checking clap_lex v1.0.0
3202026-03-02T08:50:49.272Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3212026-03-02T08:50:49.478Z Checking clap_builder v4.5.60
3222026-03-02T08:50:49.658Z Compiling clap_derive v4.5.55
3232026-03-02T08:50:49.751Z Checking rand_chacha v0.9.0
3242026-03-02T08:50:49.946Z Checking num-bigint v0.4.6
3252026-03-02T08:50:50.066Z Checking num-complex v0.4.6
3262026-03-02T08:50:50.254Z Compiling serde_tokenstream v0.2.3
3272026-03-02T08:50:50.699Z Compiling dof v0.3.0
3282026-03-02T08:50:50.907Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3292026-03-02T08:50:51.421Z Checking ipnetwork v0.20.0
3302026-03-02T08:50:51.796Z Checking pnet_datalink v0.35.0
3312026-03-02T08:50:52.057Z Checking num-rational v0.4.2
3322026-03-02T08:50:52.229Z Checking rand v0.9.2
3332026-03-02T08:50:52.374Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3342026-03-02T08:50:52.459Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3352026-03-02T08:50:52.546Z Compiling usdt-attr-macro v0.5.0
3362026-03-02T08:50:52.690Z Compiling usdt-macro v0.5.0
3372026-03-02T08:50:52.715Z Checking num v0.4.3
3382026-03-02T08:50:52.774Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3392026-03-02T08:50:53.124Z Checking pnet_transport v0.35.0
3402026-03-02T08:50:53.188Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3412026-03-02T08:50:53.338Z Checking clap v4.5.60
3422026-03-02T08:50:53.611Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3432026-03-02T08:50:53.829Z Checking usdt v0.5.0
3442026-03-02T08:50:54.073Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3452026-03-02T08:50:54.704Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3462026-03-02T08:50:56.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.08s
3472026-03-02T08:50:56.759Z+ cargo clippy --all-targets -- --deny warnings
3482026-03-02T08:50:57.182Z Downloading crates ...
3492026-03-02T08:50:57.237Z Downloaded libloading v0.9.0
3502026-03-02T08:50:57.355Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3512026-03-02T08:50:57.379Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3522026-03-02T08:50:57.379Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3532026-03-02T08:50:57.406Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3542026-03-02T08:50:57.406Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3552026-03-02T08:50:57.406Z Checking libloading v0.9.0
3562026-03-02T08:50:57.773Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3572026-03-02T08:50:59.141Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3582026-03-02T08:51:01.142Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3592026-03-02T08:51:01.143Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3602026-03-02T08:51:03.178Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3612026-03-02T08:51:15.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.17s
3622026-03-02T08:51:15.204Z+ banner build
3632026-03-02T08:51:15.228Z
3642026-03-02T08:51:15.228Z ##### # # # # #####
3652026-03-02T08:51:15.228Z # # # # # # # #
3662026-03-02T08:51:15.228Z ##### # # # # # #
3672026-03-02T08:51:15.228Z # # # # # # # #
3682026-03-02T08:51:15.228Z # # # # # # # #
3692026-03-02T08:51:15.228Z ##### #### # ###### #####
3702026-03-02T08:51:15.228Z
3712026-03-02T08:51:15.228Z+ ptime -m cargo build
3722026-03-02T08:51:15.572Z Compiling unicode-ident v1.0.24
3732026-03-02T08:51:15.572Z Compiling memchr v2.8.0
3742026-03-02T08:51:15.572Z Compiling regex-syntax v0.8.10
3752026-03-02T08:51:15.597Z Compiling libc v0.2.182
3762026-03-02T08:51:15.597Z Compiling serde_core v1.0.228
3772026-03-02T08:51:15.597Z Compiling ucd-trie v0.1.7
3782026-03-02T08:51:15.621Z Compiling cfg-if v1.0.4
3792026-03-02T08:51:15.621Z Compiling zmij v1.0.21
3802026-03-02T08:51:15.706Z Compiling byteorder v1.5.0
3812026-03-02T08:51:15.776Z Compiling proc-macro2 v1.0.106
3822026-03-02T08:51:16.179Z Compiling itoa v1.0.17
3832026-03-02T08:51:16.204Z Compiling num-traits v0.2.19
3842026-03-02T08:51:16.228Z Compiling bitflags v2.11.0
3852026-03-02T08:51:16.444Z Compiling thread-id v4.2.2
3862026-03-02T08:51:16.497Z Compiling quote v1.0.44
3872026-03-02T08:51:16.567Z Compiling aho-corasick v1.1.4
3882026-03-02T08:51:16.641Z Compiling pest v2.8.6
3892026-03-02T08:51:17.037Z Compiling syn v2.0.117
3902026-03-02T08:51:17.062Z Compiling errno v0.3.14
3912026-03-02T08:51:17.206Z Compiling rustix v1.1.4
3922026-03-02T08:51:17.276Z Compiling getrandom v0.4.1
3932026-03-02T08:51:17.491Z Compiling plain v0.2.3
3942026-03-02T08:51:17.643Z Compiling num-integer v0.1.46
3952026-03-02T08:51:17.676Z Compiling colored v3.1.1
3962026-03-02T08:51:18.249Z Compiling once_cell v1.21.3
3972026-03-02T08:51:18.391Z Compiling log v0.4.29
3982026-03-02T08:51:18.588Z Compiling regex-automata v0.4.14
3992026-03-02T08:51:18.693Z Compiling fastrand v2.3.0
4002026-03-02T08:51:19.120Z Compiling pest_meta v2.8.6
4012026-03-02T08:51:19.181Z Compiling tempfile v3.26.0
4022026-03-02T08:51:19.205Z Compiling pretty-hex v0.4.1
4032026-03-02T08:51:19.421Z Compiling no-std-net v0.6.0
4042026-03-02T08:51:19.533Z Compiling pnet_base v0.35.0
4052026-03-02T08:51:19.837Z Compiling serde_json v1.0.149
4062026-03-02T08:51:19.861Z Compiling tap v1.0.1
4072026-03-02T08:51:20.047Z Compiling wyz v0.5.1
4082026-03-02T08:51:20.071Z Compiling radium v0.7.0
4092026-03-02T08:51:20.486Z Compiling num-iter v0.1.45
4102026-03-02T08:51:20.511Z Compiling memmap v0.7.0
4112026-03-02T08:51:20.689Z Compiling funty v2.0.0
4122026-03-02T08:51:20.863Z Compiling getrandom v0.3.4
4132026-03-02T08:51:20.929Z Compiling zerocopy v0.8.40
4142026-03-02T08:51:21.092Z Compiling pnet_macros_support v0.35.0
4152026-03-02T08:51:21.193Z Compiling pnet_sys v0.35.0
4162026-03-02T08:51:21.289Z Compiling utf8parse v0.2.2
4172026-03-02T08:51:21.442Z Compiling anstyle-parse v0.2.7
4182026-03-02T08:51:21.514Z Compiling rand_core v0.9.5
4192026-03-02T08:51:21.758Z Compiling bitvec v1.0.1
4202026-03-02T08:51:21.897Z Compiling anyhow v1.0.102
4212026-03-02T08:51:22.252Z Compiling pest_generator v2.8.6
4222026-03-02T08:51:22.318Z Compiling regex v1.12.3
4232026-03-02T08:51:22.456Z Compiling prettyplease v0.2.37
4242026-03-02T08:51:22.630Z Compiling colorchoice v1.0.4
4252026-03-02T08:51:22.780Z Compiling anstyle v1.0.13
4262026-03-02T08:51:23.138Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4272026-03-02T08:51:23.193Z Compiling anstyle-query v1.1.5
4282026-03-02T08:51:23.335Z Compiling is_terminal_polyfill v1.70.2
4292026-03-02T08:51:23.432Z Compiling anstream v0.6.21
4302026-03-02T08:51:23.456Z Compiling clap_lex v1.0.0
4312026-03-02T08:51:23.886Z Compiling strsim v0.11.1
4322026-03-02T08:51:23.983Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4332026-03-02T08:51:24.205Z Compiling clap_builder v4.5.60
4342026-03-02T08:51:24.429Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4352026-03-02T08:51:25.130Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4362026-03-02T08:51:26.000Z Compiling serde_derive v1.0.228
4372026-03-02T08:51:26.000Z Compiling thiserror-impl v1.0.69
4382026-03-02T08:51:26.025Z Compiling zerocopy-derive v0.7.35
4392026-03-02T08:51:26.025Z Compiling pest_derive v2.8.6
4402026-03-02T08:51:26.110Z Compiling scroll_derive v0.12.1
4412026-03-02T08:51:27.078Z Compiling pnet_macros v0.35.0
4422026-03-02T08:51:27.525Z Compiling scroll v0.12.0
4432026-03-02T08:51:27.821Z Compiling zerocopy v0.7.35
4442026-03-02T08:51:27.845Z Compiling ppv-lite86 v0.2.21
4452026-03-02T08:51:28.012Z Compiling goblin v0.8.2
4462026-03-02T08:51:28.300Z Compiling clap_derive v4.5.55
4472026-03-02T08:51:28.453Z Compiling thiserror v1.0.69
4482026-03-02T08:51:28.504Z Compiling rand_chacha v0.9.0
4492026-03-02T08:51:28.588Z Compiling dtrace-parser v0.2.0
4502026-03-02T08:51:29.019Z Compiling rand v0.9.2
4512026-03-02T08:51:29.774Z Compiling pnet_packet v0.35.0
4522026-03-02T08:51:31.026Z Compiling serde v1.0.228
4532026-03-02T08:51:31.276Z Compiling clap v4.5.60
4542026-03-02T08:51:31.347Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4552026-03-02T08:51:31.947Z Compiling serde_tokenstream v0.2.3
4562026-03-02T08:51:31.971Z Compiling dof v0.3.0
4572026-03-02T08:51:31.971Z Compiling num-bigint v0.4.6
4582026-03-02T08:51:31.996Z Compiling num-complex v0.4.6
4592026-03-02T08:51:32.113Z Compiling ipnetwork v0.20.0
4602026-03-02T08:51:32.468Z Compiling usdt-impl v0.5.0
4612026-03-02T08:51:32.566Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4622026-03-02T08:51:32.634Z Compiling pnet_datalink v0.35.0
4632026-03-02T08:51:33.431Z Compiling usdt-macro v0.5.0
4642026-03-02T08:51:33.795Z Compiling usdt-attr-macro v0.5.0
4652026-03-02T08:51:34.697Z Compiling num-rational v0.4.2
4662026-03-02T08:51:34.899Z Compiling pnet_transport v0.35.0
4672026-03-02T08:51:35.214Z Compiling pnet v0.35.0
4682026-03-02T08:51:35.333Z Compiling num v0.4.3
4692026-03-02T08:51:35.433Z Compiling usdt v0.5.0
4702026-03-02T08:51:35.654Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4712026-03-02T08:51:36.381Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4722026-03-02T08:51:36.715Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4732026-03-02T08:51:36.715Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4742026-03-02T08:51:36.905Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4752026-03-02T08:51:41.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.66s
4762026-03-02T08:51:41.996Z
4772026-03-02T08:51:42.021Zreal 26.777832982
4782026-03-02T08:51:42.021Zuser 2:29.953138710
4792026-03-02T08:51:42.021Zsys 21.124436688
4802026-03-02T08:51:42.021Ztrap 0.097393208
4812026-03-02T08:51:42.021Ztflt 0.034001386
4822026-03-02T08:51:42.021Zdflt 0.087509394
4832026-03-02T08:51:42.021Zkflt 0.000098746
4842026-03-02T08:51:42.021Zlock 6:23.078910053
4852026-03-02T08:51:42.021Zslp 9:36.143530537
4862026-03-02T08:51:42.021Zlat 5.178696688
4872026-03-02T08:51:42.021Zstop 5.156568583
4882026-03-02T08:51:42.021Z+ ptime -m cargo build --release
4892026-03-02T08:51:42.229Z Compiling proc-macro2 v1.0.106
4902026-03-02T08:51:42.229Z Compiling quote v1.0.44
4912026-03-02T08:51:42.253Z Compiling unicode-ident v1.0.24
4922026-03-02T08:51:42.253Z Compiling libc v0.2.182
4932026-03-02T08:51:42.253Z Compiling serde_core v1.0.228
4942026-03-02T08:51:42.253Z Compiling memchr v2.8.0
4952026-03-02T08:51:42.253Z Compiling serde v1.0.228
4962026-03-02T08:51:42.253Z Compiling thiserror v1.0.69
4972026-03-02T08:51:42.428Z Compiling zmij v1.0.21
4982026-03-02T08:51:42.756Z Compiling ucd-trie v0.1.7
4992026-03-02T08:51:42.910Z Compiling rustix v1.1.4
5002026-03-02T08:51:43.125Z Compiling serde_json v1.0.149
5012026-03-02T08:51:43.327Z Compiling getrandom v0.4.1
5022026-03-02T08:51:43.460Z Compiling pest v2.8.6
5032026-03-02T08:51:43.716Z Compiling aho-corasick v1.1.4
5042026-03-02T08:51:44.006Z Compiling prettyplease v0.2.37
5052026-03-02T08:51:44.351Z Compiling version_check v0.9.5
5062026-03-02T08:51:44.410Z Compiling regex-syntax v0.8.10
5072026-03-02T08:51:44.704Z Compiling syn v2.0.117
5082026-03-02T08:51:44.823Z Compiling autocfg v1.5.0
5092026-03-02T08:51:45.466Z Compiling num-traits v0.2.19
5102026-03-02T08:51:45.817Z Compiling pest_meta v2.8.6
5112026-03-02T08:51:47.559Z Compiling regex-automata v0.4.14
5122026-03-02T08:51:47.939Z Compiling cfg-if v1.0.4
5132026-03-02T08:51:48.047Z Compiling itoa v1.0.17
5142026-03-02T08:51:48.331Z Compiling byteorder v1.5.0
5152026-03-02T08:51:48.740Z Compiling usdt-impl v0.5.0
5162026-03-02T08:51:49.238Z Compiling num-integer v0.1.46
5172026-03-02T08:51:49.308Z Compiling thread-id v4.2.2
5182026-03-02T08:51:49.356Z Compiling errno v0.3.14
5192026-03-02T08:51:49.561Z Compiling log v0.4.29
5202026-03-02T08:51:49.964Z Compiling bitflags v2.11.0
5212026-03-02T08:51:50.133Z Compiling pest_generator v2.8.6
5222026-03-02T08:51:50.361Z Compiling plain v0.2.3
5232026-03-02T08:51:51.297Z Compiling regex v1.12.3
5242026-03-02T08:51:51.366Z Compiling radium v0.7.0
5252026-03-02T08:51:51.810Z Compiling no-std-net v0.6.0
5262026-03-02T08:51:51.906Z Compiling fastrand v2.3.0
5272026-03-02T08:51:52.102Z Compiling colored v3.1.1
5282026-03-02T08:51:52.300Z Compiling once_cell v1.21.3
5292026-03-02T08:51:52.324Z Compiling pretty-hex v0.4.1
5302026-03-02T08:51:52.647Z Compiling tempfile v3.26.0
5312026-03-02T08:51:52.938Z Compiling serde_derive v1.0.228
5322026-03-02T08:51:53.122Z Compiling thiserror-impl v1.0.69
5332026-03-02T08:51:53.147Z Compiling zerocopy-derive v0.7.35
5342026-03-02T08:51:53.225Z Compiling pest_derive v2.8.6
5352026-03-02T08:51:53.345Z Compiling scroll_derive v0.12.1
5362026-03-02T08:51:54.007Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5372026-03-02T08:51:54.032Z Compiling pnet_base v0.35.0
5382026-03-02T08:51:54.586Z Compiling scroll v0.12.0
5392026-03-02T08:51:54.734Z Compiling zerocopy v0.7.35
5402026-03-02T08:51:55.143Z Compiling goblin v0.8.2
5412026-03-02T08:51:55.535Z Compiling dtrace-parser v0.2.0
5422026-03-02T08:51:56.241Z Compiling getrandom v0.3.4
5432026-03-02T08:51:56.504Z Compiling zerocopy v0.8.40
5442026-03-02T08:51:56.836Z Compiling tap v1.0.1
5452026-03-02T08:51:56.914Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5462026-03-02T08:51:57.014Z Compiling wyz v0.5.1
5472026-03-02T08:51:57.307Z Compiling num-iter v0.1.45
5482026-03-02T08:51:57.448Z Compiling memmap v0.7.0
5492026-03-02T08:51:57.498Z Compiling anyhow v1.0.102
5502026-03-02T08:51:57.729Z Compiling funty v2.0.0
5512026-03-02T08:51:59.288Z Compiling bitvec v1.0.1
5522026-03-02T08:51:59.858Z Compiling serde_tokenstream v0.2.3
5532026-03-02T08:51:59.896Z Compiling dof v0.3.0
5542026-03-02T08:52:00.057Z Compiling num-bigint v0.4.6
5552026-03-02T08:52:00.432Z Compiling num-complex v0.4.6
5562026-03-02T08:52:01.696Z Compiling pnet_macros_support v0.35.0
5572026-03-02T08:52:01.748Z Compiling usdt-macro v0.5.0
5582026-03-02T08:52:01.886Z Compiling usdt-attr-macro v0.5.0
5592026-03-02T08:52:02.872Z Compiling num-rational v0.4.2
5602026-03-02T08:52:04.351Z Compiling usdt v0.5.0
5612026-03-02T08:52:05.667Z Compiling num v0.4.3
5622026-03-02T08:52:05.695Z Compiling pnet_macros v0.35.0
5632026-03-02T08:52:05.774Z Compiling pnet_sys v0.35.0
5642026-03-02T08:52:06.951Z Compiling utf8parse v0.2.2
5652026-03-02T08:52:07.121Z Compiling anstyle-parse v0.2.7
5662026-03-02T08:52:07.556Z Compiling ppv-lite86 v0.2.21
5672026-03-02T08:52:07.727Z Compiling pnet_packet v0.35.0
5682026-03-02T08:52:07.786Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5692026-03-02T08:52:08.279Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5702026-03-02T08:52:09.546Z Compiling ipnetwork v0.20.0
5712026-03-02T08:52:09.891Z Compiling rand_core v0.9.5
5722026-03-02T08:52:12.607Z Compiling anstyle-query v1.1.5
5732026-03-02T08:52:12.767Z Compiling is_terminal_polyfill v1.70.2
5742026-03-02T08:52:12.904Z Compiling colorchoice v1.0.4
5752026-03-02T08:52:12.936Z Compiling pnet v0.35.0
5762026-03-02T08:52:13.087Z Compiling anstyle v1.0.13
5772026-03-02T08:52:13.600Z Compiling anstream v0.6.21
5782026-03-02T08:52:14.085Z Compiling pnet_transport v0.35.0
5792026-03-02T08:52:15.039Z Compiling rand_chacha v0.9.0
5802026-03-02T08:52:16.679Z Compiling pnet_datalink v0.35.0
5812026-03-02T08:52:17.694Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5822026-03-02T08:52:18.047Z Compiling heck v0.5.0
5832026-03-02T08:52:18.503Z Compiling clap_lex v1.0.0
5842026-03-02T08:52:19.057Z Compiling strsim v0.11.1
5852026-03-02T08:52:19.151Z Compiling clap_derive v4.5.55
5862026-03-02T08:52:19.468Z Compiling clap_builder v4.5.60
5872026-03-02T08:52:21.205Z Compiling rand v0.9.2
5882026-03-02T08:52:22.396Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5892026-03-02T08:52:22.801Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5902026-03-02T08:52:22.874Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5912026-03-02T08:52:23.938Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5922026-03-02T08:52:29.975Z Compiling clap v4.5.60
5932026-03-02T08:52:30.088Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5942026-03-02T08:52:33.854Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5952026-03-02T08:52:50.849Z Finished `release` profile [optimized] target(s) in 1m 08s
5962026-03-02T08:52:50.892Z
5972026-03-02T08:52:50.892Zreal 1:08.876966484
5982026-03-02T08:52:50.892Zuser 7:01.168096707
5992026-03-02T08:52:50.892Zsys 31.571312106
6002026-03-02T08:52:50.892Ztrap 0.312606859
6012026-03-02T08:52:50.892Ztflt 0.176091409
6022026-03-02T08:52:50.892Zdflt 0.197687709
6032026-03-02T08:52:50.892Zkflt 0.000045160
6042026-03-02T08:52:50.892Zlock 23:06.886212769
6052026-03-02T08:52:50.916Zslp 26:34.460322026
6062026-03-02T08:52:50.916Zlat 21.860305588
6072026-03-02T08:52:50.916Zstop 11.875202289
6082026-03-02T08:52:50.916Z+ for x in debug release
6092026-03-02T08:52:50.917Z+ mkdir -p /work/debug
6102026-03-02T08:52:50.917Z+ cp target/debug/x4c /work/debug/
6112026-03-02T08:52:50.942Z+ cp target/debug/libsidecar_lite.so /work/debug/
6122026-03-02T08:52:50.990Z+ for x in debug release
6132026-03-02T08:52:50.990Z+ mkdir -p /work/release
6142026-03-02T08:52:51.015Z+ cp target/release/x4c /work/release/
6152026-03-02T08:52:51.015Z+ cp target/release/libsidecar_lite.so /work/release/
6162026-03-02T08:52:51.040Z+ banner test
6172026-03-02T08:52:51.040Z
6182026-03-02T08:52:51.040Z ##### ###### #### #####
6192026-03-02T08:52:51.040Z # # # #
6202026-03-02T08:52:51.040Z # ##### #### #
6212026-03-02T08:52:51.040Z # # # #
6222026-03-02T08:52:51.040Z # # # # #
6232026-03-02T08:52:51.040Z # ###### #### #
6242026-03-02T08:52:51.040Z
6252026-03-02T08:52:51.040Z+ cargo test
6262026-03-02T08:52:51.281Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6272026-03-02T08:52:51.306Z Compiling libloading v0.9.0
6282026-03-02T08:52:51.306Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6292026-03-02T08:52:51.330Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6302026-03-02T08:52:51.330Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6312026-03-02T08:52:51.330Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6322026-03-02T08:52:51.795Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6332026-03-02T08:52:53.298Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6342026-03-02T08:52:53.298Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6352026-03-02T08:52:53.323Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6362026-03-02T08:52:53.899Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6372026-03-02T08:53:10.240Z Finished `test` profile [unoptimized + debuginfo] target(s) in 19.10s
6382026-03-02T08:53:10.264Z Running unittests src/lib.rs (target/debug/deps/p4-1546c95bd2fe8ca4)
6392026-03-02T08:53:10.289Z
6402026-03-02T08:53:10.289Zrunning 0 tests
6412026-03-02T08:53:10.289Z
6422026-03-02T08:53:10.289Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6432026-03-02T08:53:10.289Z
6442026-03-02T08:53:10.289Z Running unittests src/lib.rs (target/debug/deps/p4_macro-924a4ad28d6c2759)
6452026-03-02T08:53:10.289Z
6462026-03-02T08:53:10.289Zrunning 0 tests
6472026-03-02T08:53:10.289Z
6482026-03-02T08:53:10.289Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6492026-03-02T08:53:10.289Z
6502026-03-02T08:53:10.289Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-0c3b251b7d9a9f41)
6512026-03-02T08:53:10.289Z
6522026-03-02T08:53:10.289Zrunning 0 tests
6532026-03-02T08:53:10.289Z
6542026-03-02T08:53:10.290Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6552026-03-02T08:53:10.290Z
6562026-03-02T08:53:10.290Z Running unittests src/lib.rs (target/debug/deps/p4_rust-e1988c17a655f16b)
6572026-03-02T08:53:10.315Z
6582026-03-02T08:53:10.315Zrunning 0 tests
6592026-03-02T08:53:10.315Z
6602026-03-02T08:53:10.315Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6612026-03-02T08:53:10.315Z
6622026-03-02T08:53:10.315Z Running unittests src/lib.rs (target/debug/deps/p4rs-4604f78a352aea82)
6632026-03-02T08:53:10.315Z
6642026-03-02T08:53:10.315Zrunning 14 tests
6652026-03-02T08:53:10.315Ztest bitmath::tests::bitmath_add_be ... ok
6662026-03-02T08:53:10.315Ztest bitmath::tests::bitmath_add_cascade ... ok
6672026-03-02T08:53:10.315Ztest bitmath::tests::bitmath_add_le ... ok
6682026-03-02T08:53:10.315Ztest bitmath::tests::bitmath_add_nest ... ok
6692026-03-02T08:53:10.315Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6702026-03-02T08:53:10.315Ztest bitmath::tests::bitmath_mod ... ok
6712026-03-02T08:53:10.315Ztest bitmath::tests::bitmath_sub_be ... ok
6722026-03-02T08:53:10.315Ztest bitmath::tests::bitmath_sub_le ... ok
6732026-03-02T08:53:10.315Ztest checksum::tests::udp_checksum ... ok
6742026-03-02T08:53:10.315Ztest table::tests::match_lpm_ternary_1 ... ok
6752026-03-02T08:53:10.315Ztest table::tests::match_ternary_1 ... ok
6762026-03-02T08:53:10.315Ztest table::tests::match_lpm_1 ... ok
6772026-03-02T08:53:10.315Ztest table::tests::match_lpm_ternary_range ... ok
6782026-03-02T08:53:10.315Ztest table::tests::match_with_action ... ok
6792026-03-02T08:53:10.315Z
6802026-03-02T08:53:10.315Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6812026-03-02T08:53:10.316Z
6822026-03-02T08:53:10.316Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-8a7dac65ab839238)
6832026-03-02T08:53:10.316Z
6842026-03-02T08:53:10.316Zrunning 0 tests
6852026-03-02T08:53:10.316Z
6862026-03-02T08:53:10.316Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6872026-03-02T08:53:10.316Z
6882026-03-02T08:53:10.316Z Running unittests src/lib.rs (target/debug/deps/tests-ffb79c58dd84b140)
6892026-03-02T08:53:10.316Z
6902026-03-02T08:53:10.316Zrunning 15 tests
6912026-03-02T08:53:10.316Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6922026-03-02T08:53:10.316Ztest headers::ipv6_header_read_write ... ok
6932026-03-02T08:53:10.341Ztest dload::pipeline_create ... ok
6942026-03-02T08:53:10.341Ztest ipv6::test_ipv6_parse ... ok
6952026-03-02T08:53:10.341Ztest dload::dynamic_load ... ok
6962026-03-02T08:53:10.341Ztest arithmetic::arithmetic ... ok
6972026-03-02T08:53:10.341Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6982026-03-02T08:53:10.341Ztest vlan::test_vlan_parse ... ok
6992026-03-02T08:53:10.341Ztest basic_router::basic_router2 ... ok
7002026-03-02T08:53:10.365Ztest mac_rewrite::mac_rewrite2 ... ok
7012026-03-02T08:53:10.365Ztest hub::hub2 ... ok
7022026-03-02T08:53:10.365Ztest range::range ... ok
7032026-03-02T08:53:10.365Ztest dynamic_router::dynamic_router2 ... ok
7042026-03-02T08:53:10.389Ztest decap::geneve_decap ... ok
7052026-03-02T08:53:10.413Ztest disag_router::disag_router ... ok
7062026-03-02T08:53:10.413Z
7072026-03-02T08:53:10.413Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
7082026-03-02T08:53:10.413Z
7092026-03-02T08:53:10.413Z Running unittests src/lib.rs (target/debug/deps/x4c-82c8df9980ea361c)
7102026-03-02T08:53:10.413Z
7112026-03-02T08:53:10.413Zrunning 0 tests
7122026-03-02T08:53:10.413Z
7132026-03-02T08:53:10.413Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7142026-03-02T08:53:10.413Z
7152026-03-02T08:53:10.438Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-f21199bc01bfa2ee)
7162026-03-02T08:53:10.438Z
7172026-03-02T08:53:10.438Zrunning 0 tests
7182026-03-02T08:53:10.438Z
7192026-03-02T08:53:10.438Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7202026-03-02T08:53:10.438Z
7212026-03-02T08:53:10.438Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-7568e3d0ca58a9f8)
7222026-03-02T08:53:10.438Z
7232026-03-02T08:53:10.438Zrunning 0 tests
7242026-03-02T08:53:10.438Z
7252026-03-02T08:53:10.438Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7262026-03-02T08:53:10.438Z
7272026-03-02T08:53:10.438Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-a7a1a6068e83d703)
7282026-03-02T08:53:10.438Z
7292026-03-02T08:53:10.438Zrunning 0 tests
7302026-03-02T08:53:10.438Z
7312026-03-02T08:53:10.438Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7322026-03-02T08:53:10.439Z
7332026-03-02T08:53:10.439Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7342026-03-02T08:53:10.439Z
7352026-03-02T08:53:10.439Zrunning 0 tests
7362026-03-02T08:53:10.439Z
7372026-03-02T08:53:10.439Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7382026-03-02T08:53:10.439Z
7392026-03-02T08:53:10.439Z Doc-tests p4
7402026-03-02T08:53:10.643Z
7412026-03-02T08:53:10.643Zrunning 0 tests
7422026-03-02T08:53:10.643Z
7432026-03-02T08:53:10.643Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7442026-03-02T08:53:10.643Z
7452026-03-02T08:53:10.667Z Doc-tests p4_macro
7462026-03-02T08:53:10.745Z
7472026-03-02T08:53:10.745Zrunning 2 tests
7482026-03-02T08:53:10.769Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7492026-03-02T08:53:10.769Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7502026-03-02T08:53:10.769Z
7512026-03-02T08:53:10.769Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7522026-03-02T08:53:10.769Z
7532026-03-02T08:53:10.769Z Doc-tests p4_rust
7542026-03-02T08:53:11.157Z
7552026-03-02T08:53:11.157Zrunning 0 tests
7562026-03-02T08:53:11.157Z
7572026-03-02T08:53:11.157Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7582026-03-02T08:53:11.157Z
7592026-03-02T08:53:11.182Z Doc-tests p4rs
7602026-03-02T08:53:11.347Z
7612026-03-02T08:53:11.347Zrunning 1 test
7622026-03-02T08:53:12.985Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7632026-03-02T08:53:12.985Z
7642026-03-02T08:53:12.985Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.64s
7652026-03-02T08:53:12.985Z
7662026-03-02T08:53:13.009Z Doc-tests tests
7672026-03-02T08:53:13.119Z
7682026-03-02T08:53:13.119Zrunning 0 tests
7692026-03-02T08:53:13.120Z
7702026-03-02T08:53:13.120Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7712026-03-02T08:53:13.120Z
7722026-03-02T08:53:13.144Z Doc-tests x4c
7732026-03-02T08:53:13.223Z
7742026-03-02T08:53:13.223Zrunning 0 tests
7752026-03-02T08:53:13.223Z
7762026-03-02T08:53:13.223Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7772026-03-02T08:53:13.223Z
7782026-03-02T08:53:13.247Z Doc-tests x4c_error_codes
7792026-03-02T08:53:13.290Z
7802026-03-02T08:53:13.290Zrunning 0 tests
7812026-03-02T08:53:13.290Z
7822026-03-02T08:53:13.291Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7832026-03-02T08:53:13.291Z
7842026-03-02T08:53:13.315Z+ pushd test
7852026-03-02T08:53:13.315Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7862026-03-02T08:53:13.315Z+ banner 'mac rewr'
7872026-03-02T08:53:13.339Z
7882026-03-02T08:53:13.339Z # # ## #### ##### ###### # # #####
7892026-03-02T08:53:13.339Z ## ## # # # # # # # # # # #
7902026-03-02T08:53:13.339Z # ## # # # # # # ##### # # # #
7912026-03-02T08:53:13.339Z # # ###### # ##### # # ## # #####
7922026-03-02T08:53:13.339Z # # # # # # # # # ## ## # #
7932026-03-02T08:53:13.339Z # # # # #### # # ###### # # # #
7942026-03-02T08:53:13.339Z
7952026-03-02T08:53:13.339Z+ RUST_BACKTRACE=1
7962026-03-02T08:53:13.340Z+ cargo test mac_rewrite -- --nocapture
7972026-03-02T08:53:13.623Z Compiling aho-corasick v1.1.4
7982026-03-02T08:53:13.647Z Compiling getrandom v0.4.1
7992026-03-02T08:53:13.647Z Compiling rustix v1.1.4
8002026-03-02T08:53:13.647Z Compiling errno v0.3.14
8012026-03-02T08:53:13.672Z Compiling prettyplease v0.2.37
8022026-03-02T08:53:15.449Z Compiling regex-automata v0.4.14
8032026-03-02T08:53:15.473Z Compiling tempfile v3.26.0
8042026-03-02T08:53:19.177Z Compiling regex v1.12.3
8052026-03-02T08:53:19.818Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
8062026-03-02T08:53:19.999Z Compiling pnet_macros v0.35.0
8072026-03-02T08:53:21.880Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
8082026-03-02T08:53:22.024Z Compiling pnet_packet v0.35.0
8092026-03-02T08:53:24.180Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
8102026-03-02T08:53:27.465Z Compiling pnet_transport v0.35.0
8112026-03-02T08:53:27.744Z Compiling pnet v0.35.0
8122026-03-02T08:53:28.029Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8132026-03-02T08:53:45.788Z Finished `test` profile [unoptimized + debuginfo] target(s) in 32.36s
8142026-03-02T08:53:45.812Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1a34e06a4621e8a1)
8152026-03-02T08:53:45.836Z
8162026-03-02T08:53:45.836Zrunning 1 test
8172026-03-02T08:53:45.836Z[phy2] do you know the muffin man?
8182026-03-02T08:53:45.836Z[cpu] the muffin man?
8192026-03-02T08:53:45.836Z[cpu] the muffin man!
8202026-03-02T08:53:45.836Z[cpu] why yes
8212026-03-02T08:53:45.836Z[phy1] i know the muffin man
8222026-03-02T08:53:45.836Z[phy3] the muffin man is me!!!
8232026-03-02T08:53:45.836Ztest mac_rewrite::mac_rewrite2 ... ok
8242026-03-02T08:53:45.836Z
8252026-03-02T08:53:45.836Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.02s
8262026-03-02T08:53:45.837Z
8272026-03-02T08:53:45.861Z+ banner 'dyn load'
8282026-03-02T08:53:45.861Z
8292026-03-02T08:53:45.861Z ##### # # # # # #### ## #####
8302026-03-02T08:53:45.861Z # # # # ## # # # # # # # #
8312026-03-02T08:53:45.861Z # # # # # # # # # # # # #
8322026-03-02T08:53:45.861Z # # # # # # # # # ###### # #
8332026-03-02T08:53:45.861Z # # # # ## # # # # # # #
8342026-03-02T08:53:45.861Z ##### # # # ###### #### # # #####
8352026-03-02T08:53:45.861Z
8362026-03-02T08:53:45.861Z+ RUST_BACKTRACE=1
8372026-03-02T08:53:45.861Z+ cargo test dload -- --nocapture
8382026-03-02T08:53:46.167Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
8392026-03-02T08:53:46.192Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1a34e06a4621e8a1)
8402026-03-02T08:53:46.192Z
8412026-03-02T08:53:46.192Zrunning 2 tests
8422026-03-02T08:53:46.192Ztest dload::pipeline_create ... ok
8432026-03-02T08:53:46.192Ztest dload::dynamic_load ... ok
8442026-03-02T08:53:46.192Z
8452026-03-02T08:53:46.192Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8462026-03-02T08:53:46.192Z
8472026-03-02T08:53:46.217Z+ banner disag
8482026-03-02T08:53:46.217Z
8492026-03-02T08:53:46.217Z ##### # #### ## ####
8502026-03-02T08:53:46.217Z # # # # # # # #
8512026-03-02T08:53:46.217Z # # # #### # # #
8522026-03-02T08:53:46.217Z # # # # ###### # ###
8532026-03-02T08:53:46.217Z # # # # # # # # #
8542026-03-02T08:53:46.217Z ##### # #### # # ####
8552026-03-02T08:53:46.217Z
8562026-03-02T08:53:46.217Z+ RUST_BACKTRACE=1
8572026-03-02T08:53:46.217Z+ cargo test disag_router -- --nocapture
8582026-03-02T08:53:46.520Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
8592026-03-02T08:53:46.545Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1a34e06a4621e8a1)
8602026-03-02T08:53:46.545Z
8612026-03-02T08:53:46.545Zrunning 1 test
8622026-03-02T08:53:46.569Z[phy2] do you know the muffin man?
8632026-03-02T08:53:46.569Z[cpu] the muffin man?
8642026-03-02T08:53:46.569Z[cpu] the muffin man!
8652026-03-02T08:53:46.569Z[cpu] why yes
8662026-03-02T08:53:46.569Z[phy1] i know the muffin man
8672026-03-02T08:53:46.569Z[phy3] the muffin man is me!!!
8682026-03-02T08:53:46.569Ztest disag_router::disag_router ... ok
8692026-03-02T08:53:46.569Z
8702026-03-02T08:53:46.569Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.02s
8712026-03-02T08:53:46.570Z
8722026-03-02T08:53:46.594Z+ banner 'dyn rtr'
8732026-03-02T08:53:46.594Z
8742026-03-02T08:53:46.594Z ##### # # # # ##### ##### #####
8752026-03-02T08:53:46.594Z # # # # ## # # # # # #
8762026-03-02T08:53:46.594Z # # # # # # # # # # #
8772026-03-02T08:53:46.594Z # # # # # # ##### # #####
8782026-03-02T08:53:46.594Z # # # # ## # # # # #
8792026-03-02T08:53:46.594Z ##### # # # # # # # #
8802026-03-02T08:53:46.594Z
8812026-03-02T08:53:46.594Z+ RUST_BACKTRACE=1
8822026-03-02T08:53:46.594Z+ cargo test dynamic_router -- --nocapture
8832026-03-02T08:53:46.874Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
8842026-03-02T08:53:46.898Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1a34e06a4621e8a1)
8852026-03-02T08:53:46.898Z
8862026-03-02T08:53:46.898Zrunning 1 test
8872026-03-02T08:53:46.922Z[phy2] do you know the muffin man?
8882026-03-02T08:53:46.922Z[cpu] the muffin man?
8892026-03-02T08:53:46.922Z[cpu] the muffin man!
8902026-03-02T08:53:46.922Z[cpu] why yes
8912026-03-02T08:53:46.922Z[phy1] i know the muffin man
8922026-03-02T08:53:46.922Z[phy3] the muffin man is me!!!
8932026-03-02T08:53:46.922Ztest dynamic_router::dynamic_router2 ... ok
8942026-03-02T08:53:46.922Z
8952026-03-02T08:53:46.922Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.02s
8962026-03-02T08:53:46.922Z
8972026-03-02T08:53:46.947Z+ banner hub
8982026-03-02T08:53:46.947Z
8992026-03-02T08:53:46.947Z # # # # #####
9002026-03-02T08:53:46.947Z # # # # # #
9012026-03-02T08:53:46.947Z ###### # # #####
9022026-03-02T08:53:46.947Z # # # # # #
9032026-03-02T08:53:46.947Z # # # # # #
9042026-03-02T08:53:46.947Z # # #### #####
9052026-03-02T08:53:46.947Z
9062026-03-02T08:53:46.947Z+ RUST_BACKTRACE=1
9072026-03-02T08:53:46.947Z+ cargo test hub -- --nocapture
9082026-03-02T08:53:47.223Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
9092026-03-02T08:53:47.247Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1a34e06a4621e8a1)
9102026-03-02T08:53:47.247Z
9112026-03-02T08:53:47.247Zrunning 1 test
9122026-03-02T08:53:47.272Z[phy2] do you know the muffin man?
9132026-03-02T08:53:47.272Z[phy3] do you know the muffin man?
9142026-03-02T08:53:47.272Z[phy1] the muffin man?
9152026-03-02T08:53:47.272Z[phy3] the muffin man?
9162026-03-02T08:53:47.272Z[phy2] the muffin man!
9172026-03-02T08:53:47.272Z[phy3] the muffin man!
9182026-03-02T08:53:47.272Z[phy1] why yes
9192026-03-02T08:53:47.272Z[phy1] i know the muffin man
9202026-03-02T08:53:47.272Z[phy1] the muffin man is me!!!
9212026-03-02T08:53:47.272Z[phy3] why yes
9222026-03-02T08:53:47.272Z[phy3] i know the muffin man
9232026-03-02T08:53:47.272Z[phy3] the muffin man is me!!!
9242026-03-02T08:53:47.272Ztest hub::hub2 ... ok
9252026-03-02T08:53:47.272Z
9262026-03-02T08:53:47.272Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.02s
9272026-03-02T08:53:47.272Z
9282026-03-02T08:53:47.272Z+ banner router
9292026-03-02T08:53:47.297Z
9302026-03-02T08:53:47.297Z ##### #### # # ##### ###### #####
9312026-03-02T08:53:47.297Z # # # # # # # # # #
9322026-03-02T08:53:47.297Z # # # # # # # ##### # #
9332026-03-02T08:53:47.297Z ##### # # # # # # #####
9342026-03-02T08:53:47.297Z # # # # # # # # # #
9352026-03-02T08:53:47.297Z # # #### #### # ###### # #
9362026-03-02T08:53:47.297Z
9372026-03-02T08:53:47.297Z+ RUST_BACKTRACE=1
9382026-03-02T08:53:47.297Z+ cargo test basic_router -- --nocapture
9392026-03-02T08:53:47.566Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
9402026-03-02T08:53:47.591Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1a34e06a4621e8a1)
9412026-03-02T08:53:47.591Z
9422026-03-02T08:53:47.591Zrunning 1 test
9432026-03-02T08:53:47.616Z[phy2] do you know the muffin man?
9442026-03-02T08:53:47.616Z[phy1] the muffin man?
9452026-03-02T08:53:47.616Z[phy2] the muffin man!
9462026-03-02T08:53:47.616Z[phy1] why yes
9472026-03-02T08:53:47.616Z[phy1] i know the muffin man
9482026-03-02T08:53:47.616Z[phy1] the muffin man is me!!!
9492026-03-02T08:53:47.616Ztest basic_router::basic_router2 ... ok
9502026-03-02T08:53:47.616Z
9512026-03-02T08:53:47.616Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.02s
9522026-03-02T08:53:47.616Z
9532026-03-02T08:53:47.640Z+ banner headers
9542026-03-02T08:53:47.640Z
9552026-03-02T08:53:47.640Z # # ###### ## ##### ###### ##### ####
9562026-03-02T08:53:47.640Z # # # # # # # # # # #
9572026-03-02T08:53:47.640Z ###### ##### # # # # ##### # # ####
9582026-03-02T08:53:47.640Z # # # ###### # # # ##### #
9592026-03-02T08:53:47.640Z # # # # # # # # # # # #
9602026-03-02T08:53:47.640Z # # ###### # # ##### ###### # # ####
9612026-03-02T08:53:47.640Z
9622026-03-02T08:53:47.640Z+ RUST_BACKTRACE=1
9632026-03-02T08:53:47.640Z+ cargo test headers -- --nocapture
9642026-03-02T08:53:47.917Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
9652026-03-02T08:53:47.942Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1a34e06a4621e8a1)
9662026-03-02T08:53:47.942Z
9672026-03-02T08:53:47.942Zrunning 1 test
9682026-03-02T08:53:47.942Ztest headers::ipv6_header_read_write ... ok
9692026-03-02T08:53:47.942Z
9702026-03-02T08:53:47.942Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9712026-03-02T08:53:47.942Z
9722026-03-02T08:53:47.966Zprocess exited: duration 219161 ms, exit code 0
 
9732026-03-02T08:53:48.057Zfound 4 output files
9742026-03-02T08:53:48.057Zuploading: /work/debug/libsidecar_lite.so (43096624 bytes)
9752026-03-02T08:53:51.183Zuploaded: /work/debug/libsidecar_lite.so
9762026-03-02T08:53:51.220Zuploading: /work/debug/x4c (37733944 bytes)
9772026-03-02T08:53:55.072Zuploaded: /work/debug/x4c
9782026-03-02T08:53:55.072Zuploading: /work/release/libsidecar_lite.so (9928136 bytes)
9792026-03-02T08:53:56.816Zuploaded: /work/release/libsidecar_lite.so
9802026-03-02T08:53:56.816Zuploading: /work/release/x4c (8663344 bytes)
9812026-03-02T08:53:58.393Zuploaded: /work/release/x4c