01KPVGXTNM9NB399MET3T3XX5M: 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: 01KPVGY0B5PFVZ7ZW8BKPQN841

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-22T21:19:20.751Zjob assigned to worker 01KPVGY0TKBFF0P7Z74CQZPNRC [factory aws, i-08dbb5ecde3c8a826] (queued for 53 s)
 
22026-04-22T21:19:27.994Zstarting task 0: "setup"
32026-04-22T21:19:27.998Z++ uname -s
42026-04-22T21:19:28.002Z+ kern=SunOS
52026-04-22T21:19:28.002Z+ build_user=build
62026-04-22T21:19:28.002Z+ build_uid=12345
72026-04-22T21:19:28.002Z+ work_dir=/work
82026-04-22T21:19:28.002Z+ input_dir=/input
92026-04-22T21:19:28.002Z+ [[ 0 == 12345 ]]
102026-04-22T21:19:28.002Z+ case "$kern" in
112026-04-22T21:19:28.002Z+ groupadd -g 12345 build
122026-04-22T21:19:28.005Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-22T21:19:30.013Z+ zfs create -o mountpoint=/work rpool/work
142026-04-22T21:19:30.113Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-22T21:19:30.117Z+ home_fs=zfs
162026-04-22T21:19:30.117Z+ [[ zfs == autofs ]]
172026-04-22T21:19:30.117Z+ mkdir -p /home/build
182026-04-22T21:19:30.117Z+ chown build:build /home/build /work
192026-04-22T21:19:32.122Z+ chmod 0700 /home/build /work
202026-04-22T21:19:32.125Zprocess exited: duration 4124 ms, exit code 0
 
212026-04-22T21:19:32.131Zstarting task 1: "rust-toolchain"
222026-04-22T21:19:32.136Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-22T21:19:32.136Z * rust toolchain channel = "stable"
242026-04-22T21:19:32.136Z * rust toolchain profile = "default"
252026-04-22T21:19:32.136Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-22T21:19:32.136Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-22T21:19:32.136Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-22T21:19:32.139Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-22T21:19:32.139Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-22T21:19:32.251Zinfo: downloading installer
312026-04-22T21:19:33.831Zwarn: It looks like you have an existing installation of Rust at:
322026-04-22T21:19:33.831Zwarn: /opt/ooce/bin
332026-04-22T21:19:33.831Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-22T21:19:33.831Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-22T21:19:33.831Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-22T21:19:33.831Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-22T21:19:33.831Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-22T21:19:33.831Zerror: cannot install while Rust is installed
392026-04-22T21:19:33.831Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-22T21:19:33.831Zwarn: It looks like you have an existing rustup settings file at:
412026-04-22T21:19:33.831Zwarn: /home/build/.rustup/settings.toml
422026-04-22T21:19:33.831Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-22T21:19:33.831Zwarn: instead of the one inferred from the default host triple.
442026-04-22T21:19:33.865Zinfo: profile set to default
452026-04-22T21:19:33.866Zinfo: default host triple is x86_64-unknown-illumos
462026-04-22T21:19:33.869Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-22T21:19:34.010Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-04-22T21:19:34.013Zinfo: downloading 6 components
492026-04-22T21:19:49.737Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-22T21:19:49.737Z
512026-04-22T21:19:49.770Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-04-22T21:19:49.770Z
532026-04-22T21:19:49.770Z
542026-04-22T21:19:49.770ZRust is installed now. Great!
552026-04-22T21:19:49.771Z
562026-04-22T21:19:49.774ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-22T21:19:49.774Zenvironment variable. This has not been done automatically.
582026-04-22T21:19:49.774Z
592026-04-22T21:19:49.774ZTo configure your current shell, you need to source
602026-04-22T21:19:49.774Zthe corresponding env file under $HOME/.cargo.
612026-04-22T21:19:49.774Z
622026-04-22T21:19:49.774ZThis is usually done by running one of the following (note the leading DOT):
632026-04-22T21:19:49.774Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-22T21:19:49.774Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-22T21:19:49.774Zsource "~/.cargo/env.nu" # For nushell
662026-04-22T21:19:49.774Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-22T21:19:49.774Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-22T21:19:49.774Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-22T21:19:49.774Zwarn: no default linker (`cc`) was found in your PATH
702026-04-22T21:19:49.774Zwarn: many Rust crates require a system C toolchain to build
712026-04-22T21:19:49.875Z+ rustup --version
722026-04-22T21:19:49.884Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-22T21:19:49.887Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-22T21:19:49.906Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-04-22T21:19:49.909Z+ cargo --version
762026-04-22T21:19:49.924Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-04-22T21:19:49.927Z+ rustc --version
782026-04-22T21:19:49.946Zrustc 1.95.0 (59807616e 2026-04-14)
792026-04-22T21:19:49.949Zprocess exited: duration 17782 ms, exit code 0
 
802026-04-22T21:19:49.955Zstarting task 2: "authentication"
812026-04-22T21:19:49.972Zprocess exited: duration 17 ms, exit code 0
 
822026-04-22T21:19:49.978Zstarting task 3: "clone repository"
832026-04-22T21:19:49.981Z+ mkdir -p /work/oxidecomputer/p4
842026-04-22T21:19:49.984Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-04-22T21:19:50.200ZCloning into '/work/oxidecomputer/p4'...
862026-04-22T21:19:51.095Z+ cd /work/oxidecomputer/p4
872026-04-22T21:19:51.095Z+ git fetch origin ea08b9ce6c6aaa67636e0c31f218d9b877cfc393
882026-04-22T21:19:51.357ZFrom https://github.com/oxidecomputer/p4
892026-04-22T21:19:51.357Z * branch ea08b9ce6c6aaa67636e0c31f218d9b877cfc393 -> FETCH_HEAD
902026-04-22T21:19:51.361Z+ [[ -n renovate/crate-rand-vulnerability ]]
912026-04-22T21:19:51.364Z++ git branch --show-current
922026-04-22T21:19:51.364Z+ current=main
932026-04-22T21:19:51.364Z+ [[ main != renovate/crate-rand-vulnerability ]]
942026-04-22T21:19:51.364Z+ git branch -f renovate/crate-rand-vulnerability ea08b9ce6c6aaa67636e0c31f218d9b877cfc393
952026-04-22T21:19:51.367Z+ git checkout -f renovate/crate-rand-vulnerability
962026-04-22T21:19:51.372ZSwitched to branch 'renovate/crate-rand-vulnerability'
972026-04-22T21:19:51.375Z+ git reset --hard ea08b9ce6c6aaa67636e0c31f218d9b877cfc393
982026-04-22T21:19:51.379ZHEAD is now at ea08b9c Update Rust crate rand to v0.9.3 [SECURITY]
992026-04-22T21:19:51.382Zprocess exited: duration 1399 ms, exit code 0
 
1002026-04-22T21:19:51.388Zstarting task 4: "build"
1012026-04-22T21:19:51.392Z+ cargo --version
1022026-04-22T21:19:51.399Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-04-22T21:19:51.570Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-04-22T21:19:51.573Zinfo: downloading 6 components
1052026-04-22T21:20:07.694Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-04-22T21:20:07.697Z+ rustc --version
1072026-04-22T21:20:07.725Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-04-22T21:20:07.728Z+ banner check
1092026-04-22T21:20:07.731Z
1102026-04-22T21:20:07.731Z #### # # ###### #### # #
1112026-04-22T21:20:07.731Z # # # # # # # # #
1122026-04-22T21:20:07.731Z # ###### ##### # ####
1132026-04-22T21:20:07.731Z # # # # # # #
1142026-04-22T21:20:07.731Z # # # # # # # # #
1152026-04-22T21:20:07.731Z #### # # ###### #### # #
1162026-04-22T21:20:07.731Z
1172026-04-22T21:20:07.731Z+ cargo fmt -- --check
1182026-04-22T21:20:07.874Z+ cargo check
1192026-04-22T21:20:07.940Z Updating crates.io index
1202026-04-22T21:20:07.973Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-04-22T21:20:08.306ZFrom https://github.com/oxidecomputer/xfr
1222026-04-22T21:20:08.306Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-04-22T21:20:09.476Z Downloading crates ...
1242026-04-22T21:20:09.525Z Downloaded anstyle-query v1.1.5
1252026-04-22T21:20:09.531Z Downloaded usdt-macro v0.5.0
1262026-04-22T21:20:09.539Z Downloaded clap_derive v4.6.0
1272026-04-22T21:20:09.542Z Downloaded colored v3.1.1
1282026-04-22T21:20:09.545Z Downloaded zmij v1.0.21
1292026-04-22T21:20:09.545Z Downloaded clap_lex v1.0.0
1302026-04-22T21:20:09.545Z Downloaded crypto-common v0.1.7
1312026-04-22T21:20:09.548Z Downloaded anstream v1.0.0
1322026-04-22T21:20:09.548Z Downloaded cfg-if v1.0.4
1332026-04-22T21:20:09.553Z Downloaded colorchoice v1.0.4
1342026-04-22T21:20:09.556Z Downloaded byteorder v1.5.0
1352026-04-22T21:20:09.556Z Downloaded zerocopy-derive v0.7.35
1362026-04-22T21:20:09.558Z Downloaded thread-id v4.2.2
1372026-04-22T21:20:09.559Z Downloaded digest v0.10.7
1382026-04-22T21:20:09.561Z Downloaded anyhow v1.0.102
1392026-04-22T21:20:09.561Z Downloaded dof v0.3.0
1402026-04-22T21:20:09.564Z Downloaded block-buffer v0.10.4
1412026-04-22T21:20:09.564Z Downloaded zerocopy v0.8.40
1422026-04-22T21:20:09.569Z Downloaded cpufeatures v0.2.17
1432026-04-22T21:20:09.574Z Downloaded rand_chacha v0.9.0
1442026-04-22T21:20:09.579Z Downloaded bitflags v2.11.0
1452026-04-22T21:20:09.585Z Downloaded bitvec v1.0.1
1462026-04-22T21:20:09.594Z Downloaded strsim v0.11.1
1472026-04-22T21:20:09.596Z Downloaded scroll_derive v0.12.1
1482026-04-22T21:20:09.599Z Downloaded utf8parse v0.2.2
1492026-04-22T21:20:09.602Z Downloaded quote v1.0.45
1502026-04-22T21:20:09.608Z Downloaded memmap v0.7.0
1512026-04-22T21:20:09.615Z Downloaded generic-array v0.14.7
1522026-04-22T21:20:09.619Z Downloaded funty v2.0.0
1532026-04-22T21:20:09.622Z Downloaded heck v0.5.0
1542026-04-22T21:20:09.624Z Downloaded is_terminal_polyfill v1.70.2
1552026-04-22T21:20:09.624Z Downloaded dtrace-parser v0.2.0
1562026-04-22T21:20:09.627Z Downloaded usdt-attr-macro v0.5.0
1572026-04-22T21:20:09.627Z Downloaded num v0.4.3
1582026-04-22T21:20:09.627Z Downloaded pretty-hex v0.4.1
1592026-04-22T21:20:09.630Z Downloaded version_check v0.9.5
1602026-04-22T21:20:09.630Z Downloaded plain v0.2.3
1612026-04-22T21:20:09.633Z Downloaded usdt v0.5.0
1622026-04-22T21:20:09.633Z Downloaded rand_core v0.9.5
1632026-04-22T21:20:09.636Z Downloaded num-integer v0.1.46
1642026-04-22T21:20:09.636Z Downloaded num-iter v0.1.45
1652026-04-22T21:20:09.639Z Downloaded wyz v0.5.1
1662026-04-22T21:20:09.642Z Downloaded radium v0.7.0
1672026-04-22T21:20:09.650Z Downloaded fastrand v2.3.0
1682026-04-22T21:20:09.654Z Downloaded tap v1.0.1
1692026-04-22T21:20:09.657Z Downloaded errno v0.3.14
1702026-04-22T21:20:09.665Z Downloaded pnet_transport v0.35.0
1712026-04-22T21:20:09.668Z Downloaded pnet_base v0.35.0
1722026-04-22T21:20:09.673Z Downloaded thiserror v1.0.69
1732026-04-22T21:20:09.675Z Downloaded anstyle-parse v1.0.0
1742026-04-22T21:20:09.678Z Downloaded sha2 v0.10.9
1752026-04-22T21:20:09.681Z Downloaded glob v0.3.3
1762026-04-22T21:20:09.681Z Downloaded pnet_macros_support v0.35.0
1772026-04-22T21:20:09.681Z Downloaded autocfg v1.5.0
1782026-04-22T21:20:09.681Z Downloaded anstyle v1.0.13
1792026-04-22T21:20:09.684Z Downloaded scroll v0.12.0
1802026-04-22T21:20:09.684Z Downloaded ppv-lite86 v0.2.21
1812026-04-22T21:20:09.684Z Downloaded pnet_sys v0.35.0
1822026-04-22T21:20:09.687Z Downloaded num-rational v0.4.2
1832026-04-22T21:20:09.690Z Downloaded tempfile v3.27.0
1842026-04-22T21:20:09.700Z Downloaded usdt-impl v0.5.0
1852026-04-22T21:20:09.703Z Downloaded itoa v1.0.17
1862026-04-22T21:20:09.703Z Downloaded ipnetwork v0.20.0
1872026-04-22T21:20:09.706Z Downloaded pnet_macros v0.35.0
1882026-04-22T21:20:09.711Z Downloaded thiserror-impl v1.0.69
1892026-04-22T21:20:09.720Z Downloaded num-complex v0.4.6
1902026-04-22T21:20:09.723Z Downloaded serde v1.0.228
1912026-04-22T21:20:09.726Z Downloaded pest_generator v2.8.6
1922026-04-22T21:20:09.729Z Downloaded clap v4.6.0
1932026-04-22T21:20:09.733Z Downloaded serde_tokenstream v0.2.3
1942026-04-22T21:20:09.736Z Downloaded once_cell v1.21.3
1952026-04-22T21:20:09.739Z Downloaded ucd-trie v0.1.7
1962026-04-22T21:20:09.739Z Downloaded pnet_datalink v0.35.0
1972026-04-22T21:20:09.742Z Downloaded pnet v0.35.0
1982026-04-22T21:20:09.748Z Downloaded no-std-net v0.6.0
1992026-04-22T21:20:09.755Z Downloaded pnet_packet v0.35.0
2002026-04-22T21:20:09.758Z Downloaded serde_core v1.0.228
2012026-04-22T21:20:09.761Z Downloaded pest_derive v2.8.6
2022026-04-22T21:20:09.764Z Downloaded getrandom v0.3.4
2032026-04-22T21:20:09.764Z Downloaded num-traits v0.2.19
2042026-04-22T21:20:09.767Z Downloaded unicode-ident v1.0.24
2052026-04-22T21:20:09.770Z Downloaded serde_derive v1.0.228
2062026-04-22T21:20:09.773Z Downloaded log v0.4.29
2072026-04-22T21:20:09.775Z Downloaded getrandom v0.4.1
2082026-04-22T21:20:09.775Z Downloaded typenum v1.19.0
2092026-04-22T21:20:09.781Z Downloaded prettyplease v0.2.37
2102026-04-22T21:20:09.783Z Downloaded proc-macro2 v1.0.106
2112026-04-22T21:20:09.794Z Downloaded pest_meta v2.8.6
2122026-04-22T21:20:09.809Z Downloaded rand v0.9.3
2132026-04-22T21:20:09.812Z Downloaded num-bigint v0.4.6
2142026-04-22T21:20:09.817Z Downloaded memchr v2.8.0
2152026-04-22T21:20:09.820Z Downloaded clap_builder v4.6.0
2162026-04-22T21:20:09.827Z Downloaded aho-corasick v1.1.4
2172026-04-22T21:20:09.830Z Downloaded serde_json v1.0.149
2182026-04-22T21:20:09.835Z Downloaded pest v2.8.6
2192026-04-22T21:20:09.838Z Downloaded zerocopy v0.7.35
2202026-04-22T21:20:09.847Z Downloaded regex v1.12.3
2212026-04-22T21:20:09.858Z Downloaded goblin v0.8.2
2222026-04-22T21:20:09.902Z Downloaded syn v2.0.117
2232026-04-22T21:20:09.919Z Downloaded regex-syntax v0.8.10
2242026-04-22T21:20:09.927Z Downloaded rustix v1.1.4
2252026-04-22T21:20:09.956Z Downloaded regex-automata v0.4.14
2262026-04-22T21:20:09.968Z Downloaded libc v0.2.182
2272026-04-22T21:20:10.037Z Compiling proc-macro2 v1.0.106
2282026-04-22T21:20:10.038Z Compiling quote v1.0.45
2292026-04-22T21:20:10.041Z Compiling unicode-ident v1.0.24
2302026-04-22T21:20:10.041Z Compiling libc v0.2.182
2312026-04-22T21:20:10.041Z Compiling serde_core v1.0.228
2322026-04-22T21:20:10.041Z Compiling memchr v2.8.0
2332026-04-22T21:20:10.041Z Compiling serde v1.0.228
2342026-04-22T21:20:10.192Z Compiling thiserror v1.0.69
2352026-04-22T21:20:10.436Z Compiling zmij v1.0.21
2362026-04-22T21:20:10.628Z Compiling ucd-trie v0.1.7
2372026-04-22T21:20:10.757Z Compiling pest v2.8.6
2382026-04-22T21:20:10.767Z Compiling getrandom v0.4.1
2392026-04-22T21:20:10.802Z Compiling serde_json v1.0.149
2402026-04-22T21:20:10.845Z Compiling rustix v1.1.4
2412026-04-22T21:20:11.039Z Compiling autocfg v1.5.0
2422026-04-22T21:20:11.066Z Compiling version_check v0.9.5
2432026-04-22T21:20:11.380Z Compiling num-traits v0.2.19
2442026-04-22T21:20:11.418Z Compiling aho-corasick v1.1.4
2452026-04-22T21:20:11.454Z Checking syn v2.0.117
2462026-04-22T21:20:11.579Z Compiling prettyplease v0.2.37
2472026-04-22T21:20:11.606Z Compiling regex-syntax v0.8.10
2482026-04-22T21:20:11.825Z Compiling pest_meta v2.8.6
2492026-04-22T21:20:12.177Z Checking cfg-if v1.0.4
2502026-04-22T21:20:12.498Z Compiling itoa v1.0.17
2512026-04-22T21:20:12.670Z Compiling byteorder v1.5.0
2522026-04-22T21:20:12.878Z Compiling usdt-impl v0.5.0
2532026-04-22T21:20:12.885Z Checking num-integer v0.1.46
2542026-04-22T21:20:12.890Z Compiling thread-id v4.2.2
2552026-04-22T21:20:13.094Z Compiling regex-automata v0.4.14
2562026-04-22T21:20:13.140Z Checking colored v3.1.1
2572026-04-22T21:20:13.274Z Checking log v0.4.29
2582026-04-22T21:20:13.394Z Checking plain v0.2.3
2592026-04-22T21:20:13.483Z Compiling errno v0.3.14
2602026-04-22T21:20:13.621Z Checking pretty-hex v0.4.1
2612026-04-22T21:20:13.655Z Compiling radium v0.7.0
2622026-04-22T21:20:13.687Z Checking no-std-net v0.6.0
2632026-04-22T21:20:13.725Z Compiling bitflags v2.11.0
2642026-04-22T21:20:13.745Z Checking pnet_base v0.35.0
2652026-04-22T21:20:13.859Z Compiling pest_generator v2.8.6
2662026-04-22T21:20:14.004Z Checking tap v1.0.1
2672026-04-22T21:20:14.009Z Compiling fastrand v2.3.0
2682026-04-22T21:20:14.089Z Compiling zerocopy v0.8.40
2692026-04-22T21:20:14.118Z Compiling getrandom v0.3.4
2702026-04-22T21:20:14.255Z Compiling once_cell v1.21.3
2712026-04-22T21:20:14.458Z Checking wyz v0.5.1
2722026-04-22T21:20:14.509Z Checking num-iter v0.1.45
2732026-04-22T21:20:14.609Z Compiling tempfile v3.27.0
2742026-04-22T21:20:14.615Z Checking memmap v0.7.0
2752026-04-22T21:20:14.730Z Checking funty v2.0.0
2762026-04-22T21:20:14.743Z Compiling anyhow v1.0.102
2772026-04-22T21:20:14.984Z Compiling regex v1.12.3
2782026-04-22T21:20:15.083Z Checking bitvec v1.0.1
2792026-04-22T21:20:15.103Z Compiling serde_derive v1.0.228
2802026-04-22T21:20:15.219Z Compiling thiserror-impl v1.0.69
2812026-04-22T21:20:15.291Z Compiling zerocopy-derive v0.7.35
2822026-04-22T21:20:15.389Z Compiling pest_derive v2.8.6
2832026-04-22T21:20:15.395Z Compiling scroll_derive v0.12.1
2842026-04-22T21:20:15.759Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2852026-04-22T21:20:15.935Z Compiling pnet_macros v0.35.0
2862026-04-22T21:20:16.105Z Checking scroll v0.12.0
2872026-04-22T21:20:16.147Z Compiling zerocopy v0.7.35
2882026-04-22T21:20:16.327Z Checking goblin v0.8.2
2892026-04-22T21:20:16.497Z Compiling dtrace-parser v0.2.0
2902026-04-22T21:20:16.943Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2912026-04-22T21:20:17.151Z Checking pnet_macros_support v0.35.0
2922026-04-22T21:20:17.185Z Checking pnet_sys v0.35.0
2932026-04-22T21:20:17.292Z Checking utf8parse v0.2.2
2942026-04-22T21:20:17.344Z Checking pnet_packet v0.35.0
2952026-04-22T21:20:17.383Z Checking anstyle-parse v1.0.0
2962026-04-22T21:20:17.529Z Checking rand_core v0.9.5
2972026-04-22T21:20:18.001Z Checking anstyle-query v1.1.5
2982026-04-22T21:20:18.083Z Checking colorchoice v1.0.4
2992026-04-22T21:20:18.088Z Checking anstyle v1.0.13
3002026-04-22T21:20:18.174Z Compiling pnet v0.35.0
3012026-04-22T21:20:18.221Z Checking num-bigint v0.4.6
3022026-04-22T21:20:18.228Z Checking num-complex v0.4.6
3032026-04-22T21:20:18.250Z Checking ipnetwork v0.20.0
3042026-04-22T21:20:18.310Z Compiling dof v0.3.0
3052026-04-22T21:20:18.365Z Compiling serde_tokenstream v0.2.3
3062026-04-22T21:20:18.580Z Checking is_terminal_polyfill v1.70.2
3072026-04-22T21:20:18.644Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3082026-04-22T21:20:18.653Z Checking anstream v1.0.0
3092026-04-22T21:20:18.822Z Checking pnet_datalink v0.35.0
3102026-04-22T21:20:19.019Z Checking strsim v0.11.1
3112026-04-22T21:20:19.047Z Checking num-rational v0.4.2
3122026-04-22T21:20:19.084Z Compiling usdt-macro v0.5.0
3132026-04-22T21:20:19.168Z Compiling usdt-attr-macro v0.5.0
3142026-04-22T21:20:19.263Z Checking pnet_transport v0.35.0
3152026-04-22T21:20:19.301Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3162026-04-22T21:20:19.324Z Checking num v0.4.3
3172026-04-22T21:20:19.387Z Compiling heck v0.5.0
3182026-04-22T21:20:19.404Z Checking clap_lex v1.0.0
3192026-04-22T21:20:19.544Z Checking clap_builder v4.6.0
3202026-04-22T21:20:19.547Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3212026-04-22T21:20:19.575Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3222026-04-22T21:20:19.585Z Compiling clap_derive v4.6.0
3232026-04-22T21:20:19.678Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3242026-04-22T21:20:19.830Z Checking ppv-lite86 v0.2.21
3252026-04-22T21:20:19.885Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3262026-04-22T21:20:19.935Z Checking usdt v0.5.0
3272026-04-22T21:20:20.096Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3282026-04-22T21:20:20.133Z Checking rand_chacha v0.9.0
3292026-04-22T21:20:20.299Z Checking rand v0.9.3
3302026-04-22T21:20:20.440Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3312026-04-22T21:20:20.996Z Checking clap v4.6.0
3322026-04-22T21:20:21.056Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3332026-04-22T21:20:21.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.46s
3342026-04-22T21:20:21.443Z+ cargo clippy --all-targets -- --deny warnings
3352026-04-22T21:20:21.563Z Downloading crates ...
3362026-04-22T21:20:21.613Z Downloaded libloading v0.9.0
3372026-04-22T21:20:21.660Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3382026-04-22T21:20:21.677Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3392026-04-22T21:20:21.683Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3402026-04-22T21:20:21.686Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3412026-04-22T21:20:21.689Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3422026-04-22T21:20:21.691Z Checking libloading v0.9.0
3432026-04-22T21:20:21.933Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3442026-04-22T21:20:22.464Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3452026-04-22T21:20:23.315Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3462026-04-22T21:20:23.315Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3472026-04-22T21:20:24.269Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3482026-04-22T21:20:29.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.84s
3492026-04-22T21:20:29.371Z+ banner build
3502026-04-22T21:20:29.374Z
3512026-04-22T21:20:29.374Z ##### # # # # #####
3522026-04-22T21:20:29.375Z # # # # # # # #
3532026-04-22T21:20:29.375Z ##### # # # # # #
3542026-04-22T21:20:29.375Z # # # # # # # #
3552026-04-22T21:20:29.375Z # # # # # # # #
3562026-04-22T21:20:29.375Z ##### #### # ###### #####
3572026-04-22T21:20:29.375Z
3582026-04-22T21:20:29.375Z+ ptime -m cargo build
3592026-04-22T21:20:29.508Z Compiling unicode-ident v1.0.24
3602026-04-22T21:20:29.508Z Compiling memchr v2.8.0
3612026-04-22T21:20:29.511Z Compiling ucd-trie v0.1.7
3622026-04-22T21:20:29.511Z Compiling regex-syntax v0.8.10
3632026-04-22T21:20:29.511Z Compiling libc v0.2.182
3642026-04-22T21:20:29.511Z Compiling serde_core v1.0.228
3652026-04-22T21:20:29.533Z Compiling cfg-if v1.0.4
3662026-04-22T21:20:29.536Z Compiling zmij v1.0.21
3672026-04-22T21:20:29.578Z Compiling byteorder v1.5.0
3682026-04-22T21:20:29.627Z Compiling proc-macro2 v1.0.106
3692026-04-22T21:20:29.793Z Compiling itoa v1.0.17
3702026-04-22T21:20:29.797Z Compiling num-traits v0.2.19
3712026-04-22T21:20:29.800Z Compiling bitflags v2.11.0
3722026-04-22T21:20:29.867Z Compiling thread-id v4.2.2
3732026-04-22T21:20:29.936Z Compiling aho-corasick v1.1.4
3742026-04-22T21:20:29.965Z Compiling pest v2.8.6
3752026-04-22T21:20:30.012Z Compiling quote v1.0.45
3762026-04-22T21:20:30.200Z Compiling syn v2.0.117
3772026-04-22T21:20:30.299Z Compiling errno v0.3.14
3782026-04-22T21:20:30.360Z Compiling num-integer v0.1.46
3792026-04-22T21:20:30.411Z Compiling rustix v1.1.4
3802026-04-22T21:20:30.433Z Compiling getrandom v0.4.1
3812026-04-22T21:20:30.563Z Compiling once_cell v1.21.3
3822026-04-22T21:20:30.676Z Compiling log v0.4.29
3832026-04-22T21:20:30.760Z Compiling colored v3.1.1
3842026-04-22T21:20:30.849Z Compiling fastrand v2.3.0
3852026-04-22T21:20:31.115Z Compiling regex-automata v0.4.14
3862026-04-22T21:20:31.142Z Compiling pest_meta v2.8.6
3872026-04-22T21:20:31.246Z Compiling serde_json v1.0.149
3882026-04-22T21:20:31.288Z Compiling plain v0.2.3
3892026-04-22T21:20:31.382Z Compiling tempfile v3.27.0
3902026-04-22T21:20:31.391Z Compiling no-std-net v0.6.0
3912026-04-22T21:20:31.457Z Compiling pretty-hex v0.4.1
3922026-04-22T21:20:31.583Z Compiling pnet_base v0.35.0
3932026-04-22T21:20:31.737Z Compiling tap v1.0.1
3942026-04-22T21:20:31.787Z Compiling radium v0.7.0
3952026-04-22T21:20:31.834Z Compiling wyz v0.5.1
3962026-04-22T21:20:31.970Z Compiling num-iter v0.1.45
3972026-04-22T21:20:32.001Z Compiling memmap v0.7.0
3982026-04-22T21:20:32.008Z Compiling funty v2.0.0
3992026-04-22T21:20:32.073Z Compiling getrandom v0.3.4
4002026-04-22T21:20:32.175Z Compiling zerocopy v0.8.40
4012026-04-22T21:20:32.201Z Compiling pnet_macros_support v0.35.0
4022026-04-22T21:20:32.236Z Compiling pnet_sys v0.35.0
4032026-04-22T21:20:32.308Z Compiling bitvec v1.0.1
4042026-04-22T21:20:32.394Z Compiling utf8parse v0.2.2
4052026-04-22T21:20:32.407Z Compiling rand_core v0.9.5
4062026-04-22T21:20:32.429Z Compiling anyhow v1.0.102
4072026-04-22T21:20:32.489Z Compiling pest_generator v2.8.6
4082026-04-22T21:20:32.616Z Compiling prettyplease v0.2.37
4092026-04-22T21:20:32.640Z Compiling anstyle-parse v1.0.0
4102026-04-22T21:20:32.816Z Compiling regex v1.12.3
4112026-04-22T21:20:32.819Z Compiling anstyle v1.0.13
4122026-04-22T21:20:33.026Z Compiling anstyle-query v1.1.5
4132026-04-22T21:20:33.108Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4142026-04-22T21:20:33.122Z Compiling colorchoice v1.0.4
4152026-04-22T21:20:33.224Z Compiling is_terminal_polyfill v1.70.2
4162026-04-22T21:20:33.278Z Compiling clap_lex v1.0.0
4172026-04-22T21:20:33.304Z Compiling anstream v1.0.0
4182026-04-22T21:20:33.513Z Compiling strsim v0.11.1
4192026-04-22T21:20:33.612Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4202026-04-22T21:20:33.624Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4212026-04-22T21:20:33.687Z Compiling clap_builder v4.6.0
4222026-04-22T21:20:33.958Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4232026-04-22T21:20:34.387Z Compiling serde_derive v1.0.228
4242026-04-22T21:20:34.390Z Compiling thiserror-impl v1.0.69
4252026-04-22T21:20:34.390Z Compiling zerocopy-derive v0.7.35
4262026-04-22T21:20:34.393Z Compiling pest_derive v2.8.6
4272026-04-22T21:20:34.589Z Compiling scroll_derive v0.12.1
4282026-04-22T21:20:35.145Z Compiling pnet_macros v0.35.0
4292026-04-22T21:20:35.222Z Compiling ppv-lite86 v0.2.21
4302026-04-22T21:20:35.446Z Compiling zerocopy v0.7.35
4312026-04-22T21:20:35.487Z Compiling scroll v0.12.0
4322026-04-22T21:20:35.549Z Compiling rand_chacha v0.9.0
4332026-04-22T21:20:35.602Z Compiling clap_derive v4.6.0
4342026-04-22T21:20:35.747Z Compiling goblin v0.8.2
4352026-04-22T21:20:35.778Z Compiling thiserror v1.0.69
4362026-04-22T21:20:35.871Z Compiling dtrace-parser v0.2.0
4372026-04-22T21:20:35.974Z Compiling rand v0.9.3
4382026-04-22T21:20:36.712Z Compiling pnet_packet v0.35.0
4392026-04-22T21:20:36.968Z Compiling serde v1.0.228
4402026-04-22T21:20:37.281Z Compiling clap v4.6.0
4412026-04-22T21:20:37.323Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4422026-04-22T21:20:37.347Z Compiling serde_tokenstream v0.2.3
4432026-04-22T21:20:37.347Z Compiling dof v0.3.0
4442026-04-22T21:20:37.350Z Compiling num-bigint v0.4.6
4452026-04-22T21:20:37.350Z Compiling num-complex v0.4.6
4462026-04-22T21:20:37.444Z Compiling ipnetwork v0.20.0
4472026-04-22T21:20:37.617Z Compiling usdt-impl v0.5.0
4482026-04-22T21:20:37.688Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4492026-04-22T21:20:37.718Z Compiling pnet_datalink v0.35.0
4502026-04-22T21:20:38.081Z Compiling usdt-attr-macro v0.5.0
4512026-04-22T21:20:38.324Z Compiling num-rational v0.4.2
4522026-04-22T21:20:38.896Z Compiling usdt-macro v0.5.0
4532026-04-22T21:20:38.989Z Compiling num v0.4.3
4542026-04-22T21:20:39.058Z Compiling pnet_transport v0.35.0
4552026-04-22T21:20:39.227Z Compiling pnet v0.35.0
4562026-04-22T21:20:39.719Z Compiling usdt v0.5.0
4572026-04-22T21:20:39.841Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4582026-04-22T21:20:40.191Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4592026-04-22T21:20:40.314Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4602026-04-22T21:20:40.314Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4612026-04-22T21:20:40.449Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4622026-04-22T21:20:43.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s
4632026-04-22T21:20:43.131Z
4642026-04-22T21:20:43.131Zreal 13.722756989
4652026-04-22T21:20:43.131Zuser 1:11.883108996
4662026-04-22T21:20:43.131Zsys 12.058859474
4672026-04-22T21:20:43.131Ztrap 0.038142738
4682026-04-22T21:20:43.131Ztflt 0.030226762
4692026-04-22T21:20:43.131Zdflt 0.098251747
4702026-04-22T21:20:43.134Zkflt 0.000009830
4712026-04-22T21:20:43.134Zlock 2:48.619126601
4722026-04-22T21:20:43.134Zslp 4:54.650692772
4732026-04-22T21:20:43.134Zlat 3.356606178
4742026-04-22T21:20:43.134Zstop 4.523375452
4752026-04-22T21:20:43.134Z+ ptime -m cargo build --release
4762026-04-22T21:20:43.213Z Compiling proc-macro2 v1.0.106
4772026-04-22T21:20:43.213Z Compiling quote v1.0.45
4782026-04-22T21:20:43.213Z Compiling unicode-ident v1.0.24
4792026-04-22T21:20:43.213Z Compiling libc v0.2.182
4802026-04-22T21:20:43.213Z Compiling serde_core v1.0.228
4812026-04-22T21:20:43.216Z Compiling memchr v2.8.0
4822026-04-22T21:20:43.216Z Compiling serde v1.0.228
4832026-04-22T21:20:43.216Z Compiling thiserror v1.0.69
4842026-04-22T21:20:43.327Z Compiling zmij v1.0.21
4852026-04-22T21:20:43.555Z Compiling ucd-trie v0.1.7
4862026-04-22T21:20:43.571Z Compiling getrandom v0.4.1
4872026-04-22T21:20:43.760Z Compiling serde_json v1.0.149
4882026-04-22T21:20:43.774Z Compiling rustix v1.1.4
4892026-04-22T21:20:43.838Z Compiling pest v2.8.6
4902026-04-22T21:20:43.994Z Compiling aho-corasick v1.1.4
4912026-04-22T21:20:44.320Z Compiling regex-syntax v0.8.10
4922026-04-22T21:20:44.379Z Compiling version_check v0.9.5
4932026-04-22T21:20:44.508Z Compiling syn v2.0.117
4942026-04-22T21:20:44.644Z Compiling prettyplease v0.2.37
4952026-04-22T21:20:44.679Z Compiling autocfg v1.5.0
4962026-04-22T21:20:45.055Z Compiling pest_meta v2.8.6
4972026-04-22T21:20:45.109Z Compiling num-traits v0.2.19
4982026-04-22T21:20:45.867Z Compiling itoa v1.0.17
4992026-04-22T21:20:46.031Z Compiling regex-automata v0.4.14
5002026-04-22T21:20:46.161Z Compiling byteorder v1.5.0
5012026-04-22T21:20:46.313Z Compiling cfg-if v1.0.4
5022026-04-22T21:20:46.383Z Compiling usdt-impl v0.5.0
5032026-04-22T21:20:46.730Z Compiling num-integer v0.1.46
5042026-04-22T21:20:46.894Z Compiling pest_generator v2.8.6
5052026-04-22T21:20:46.962Z Compiling errno v0.3.14
5062026-04-22T21:20:47.099Z Compiling thread-id v4.2.2
5072026-04-22T21:20:47.286Z Compiling bitflags v2.11.0
5082026-04-22T21:20:47.306Z Compiling log v0.4.29
5092026-04-22T21:20:47.488Z Compiling plain v0.2.3
5102026-04-22T21:20:47.728Z Compiling regex v1.12.3
5112026-04-22T21:20:48.064Z Compiling radium v0.7.0
5122026-04-22T21:20:48.096Z Compiling serde_derive v1.0.228
5132026-04-22T21:20:48.116Z Compiling thiserror-impl v1.0.69
5142026-04-22T21:20:48.277Z Compiling zerocopy-derive v0.7.35
5152026-04-22T21:20:48.348Z Compiling pest_derive v2.8.6
5162026-04-22T21:20:48.609Z Compiling scroll_derive v0.12.1
5172026-04-22T21:20:48.869Z Compiling fastrand v2.3.0
5182026-04-22T21:20:49.100Z Compiling colored v3.1.1
5192026-04-22T21:20:49.131Z Compiling zerocopy v0.7.35
5202026-04-22T21:20:49.335Z Compiling scroll v0.12.0
5212026-04-22T21:20:49.394Z Compiling dtrace-parser v0.2.0
5222026-04-22T21:20:49.679Z Compiling goblin v0.8.2
5232026-04-22T21:20:49.728Z Compiling pretty-hex v0.4.1
5242026-04-22T21:20:49.764Z Compiling no-std-net v0.6.0
5252026-04-22T21:20:49.833Z Compiling once_cell v1.21.3
5262026-04-22T21:20:49.922Z Compiling pnet_base v0.35.0
5272026-04-22T21:20:49.988Z Compiling tempfile v3.27.0
5282026-04-22T21:20:50.040Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5292026-04-22T21:20:50.310Z Compiling tap v1.0.1
5302026-04-22T21:20:50.317Z Compiling zerocopy v0.8.40
5312026-04-22T21:20:50.419Z Compiling getrandom v0.3.4
5322026-04-22T21:20:50.746Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5332026-04-22T21:20:50.772Z Compiling wyz v0.5.1
5342026-04-22T21:20:51.157Z Compiling num-iter v0.1.45
5352026-04-22T21:20:51.189Z Compiling memmap v0.7.0
5362026-04-22T21:20:51.271Z Compiling anyhow v1.0.102
5372026-04-22T21:20:51.374Z Compiling serde_tokenstream v0.2.3
5382026-04-22T21:20:51.413Z Compiling dof v0.3.0
5392026-04-22T21:20:51.478Z Compiling num-bigint v0.4.6
5402026-04-22T21:20:51.600Z Compiling num-complex v0.4.6
5412026-04-22T21:20:51.754Z Compiling funty v2.0.0
5422026-04-22T21:20:52.093Z Compiling bitvec v1.0.1
5432026-04-22T21:20:52.155Z Compiling usdt-attr-macro v0.5.0
5442026-04-22T21:20:52.200Z Compiling usdt-macro v0.5.0
5452026-04-22T21:20:52.709Z Compiling num-rational v0.4.2
5462026-04-22T21:20:52.872Z Compiling pnet_macros_support v0.35.0
5472026-04-22T21:20:52.990Z Compiling pnet_macros v0.35.0
5482026-04-22T21:20:54.075Z Compiling num v0.4.3
5492026-04-22T21:20:54.221Z Compiling pnet_sys v0.35.0
5502026-04-22T21:20:54.425Z Compiling usdt v0.5.0
5512026-04-22T21:20:55.124Z Compiling utf8parse v0.2.2
5522026-04-22T21:20:55.228Z Compiling anstyle-parse v1.0.0
5532026-04-22T21:20:55.384Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5542026-04-22T21:20:55.451Z Compiling pnet_packet v0.35.0
5552026-04-22T21:20:56.215Z Compiling ppv-lite86 v0.2.21
5562026-04-22T21:20:56.424Z Compiling rand_core v0.9.5
5572026-04-22T21:20:56.684Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5582026-04-22T21:20:57.426Z Compiling ipnetwork v0.20.0
5592026-04-22T21:20:58.297Z Compiling anstyle v1.0.13
5602026-04-22T21:20:58.385Z Compiling pnet v0.35.0
5612026-04-22T21:20:58.562Z Compiling anstyle-query v1.1.5
5622026-04-22T21:20:58.610Z Compiling is_terminal_polyfill v1.70.2
5632026-04-22T21:20:58.696Z Compiling colorchoice v1.0.4
5642026-04-22T21:20:58.808Z Compiling anstream v1.0.0
5652026-04-22T21:20:59.574Z Compiling pnet_transport v0.35.0
5662026-04-22T21:20:59.716Z Compiling pnet_datalink v0.35.0
5672026-04-22T21:20:59.939Z Compiling rand_chacha v0.9.0
5682026-04-22T21:21:00.374Z Compiling heck v0.5.0
5692026-04-22T21:21:00.425Z Compiling clap_lex v1.0.0
5702026-04-22T21:21:00.567Z Compiling strsim v0.11.1
5712026-04-22T21:21:00.739Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5722026-04-22T21:21:00.779Z Compiling clap_builder v4.6.0
5732026-04-22T21:21:01.076Z Compiling clap_derive v4.6.0
5742026-04-22T21:21:01.390Z Compiling rand v0.9.3
5752026-04-22T21:21:02.118Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5762026-04-22T21:21:02.366Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5772026-04-22T21:21:02.402Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5782026-04-22T21:21:02.766Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5792026-04-22T21:21:02.972Z Compiling clap v4.6.0
5802026-04-22T21:21:06.035Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5812026-04-22T21:21:06.840Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5822026-04-22T21:21:14.357Z Finished `release` profile [optimized] target(s) in 31.15s
5832026-04-22T21:21:14.379Z
5842026-04-22T21:21:14.379Zreal 31.179668204
5852026-04-22T21:21:14.379Zuser 3:13.299466052
5862026-04-22T21:21:14.379Zsys 18.267850311
5872026-04-22T21:21:14.379Ztrap 0.109482750
5882026-04-22T21:21:14.379Ztflt 0.185878419
5892026-04-22T21:21:14.379Zdflt 0.158270118
5902026-04-22T21:21:14.379Zkflt 0.000014311
5912026-04-22T21:21:14.379Zlock 10:08.451225205
5922026-04-22T21:21:14.379Zslp 12:36.624438301
5932026-04-22T21:21:14.379Zlat 13.958057690
5942026-04-22T21:21:14.379Zstop 10.094936701
5952026-04-22T21:21:14.383Z+ for x in debug release
5962026-04-22T21:21:14.383Z+ mkdir -p /work/debug
5972026-04-22T21:21:14.383Z+ cp target/debug/x4c /work/debug/
5982026-04-22T21:21:14.411Z+ cp target/debug/libsidecar_lite.so /work/debug/
5992026-04-22T21:21:14.446Z+ for x in debug release
6002026-04-22T21:21:14.446Z+ mkdir -p /work/release
6012026-04-22T21:21:14.449Z+ cp target/release/x4c /work/release/
6022026-04-22T21:21:14.456Z+ cp target/release/libsidecar_lite.so /work/release/
6032026-04-22T21:21:14.466Z+ banner test
6042026-04-22T21:21:14.469Z
6052026-04-22T21:21:14.469Z ##### ###### #### #####
6062026-04-22T21:21:14.469Z # # # #
6072026-04-22T21:21:14.469Z # ##### #### #
6082026-04-22T21:21:14.469Z # # # #
6092026-04-22T21:21:14.469Z # # # # #
6102026-04-22T21:21:14.469Z # ###### #### #
6112026-04-22T21:21:14.469Z
6122026-04-22T21:21:14.469Z+ cargo test
6132026-04-22T21:21:14.541Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6142026-04-22T21:21:14.558Z Compiling libloading v0.9.0
6152026-04-22T21:21:14.561Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6162026-04-22T21:21:14.561Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6172026-04-22T21:21:14.564Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6182026-04-22T21:21:14.564Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6192026-04-22T21:21:14.753Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6202026-04-22T21:21:15.699Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6212026-04-22T21:21:15.699Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6222026-04-22T21:21:15.699Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6232026-04-22T21:21:15.979Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6242026-04-22T21:21:22.676Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.18s
6252026-04-22T21:21:22.691Z Running unittests src/lib.rs (target/debug/deps/p4-1546c95bd2fe8ca4)
6262026-04-22T21:21:22.694Z
6272026-04-22T21:21:22.694Zrunning 0 tests
6282026-04-22T21:21:22.694Z
6292026-04-22T21:21:22.694Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-04-22T21:21:22.694Z
6312026-04-22T21:21:22.694Z Running unittests src/lib.rs (target/debug/deps/p4_macro-cd90d596811a5660)
6322026-04-22T21:21:22.697Z
6332026-04-22T21:21:22.697Zrunning 0 tests
6342026-04-22T21:21:22.697Z
6352026-04-22T21:21:22.697Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-04-22T21:21:22.697Z
6372026-04-22T21:21:22.697Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-97a008f78b6c0ec4)
6382026-04-22T21:21:22.700Z
6392026-04-22T21:21:22.700Zrunning 0 tests
6402026-04-22T21:21:22.700Z
6412026-04-22T21:21:22.700Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-04-22T21:21:22.700Z
6432026-04-22T21:21:22.700Z Running unittests src/lib.rs (target/debug/deps/p4_rust-f82cf211dee49060)
6442026-04-22T21:21:22.700Z
6452026-04-22T21:21:22.700Zrunning 0 tests
6462026-04-22T21:21:22.700Z
6472026-04-22T21:21:22.700Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-04-22T21:21:22.700Z
6492026-04-22T21:21:22.701Z Running unittests src/lib.rs (target/debug/deps/p4rs-3afe60b63e34350f)
6502026-04-22T21:21:22.704Z
6512026-04-22T21:21:22.704Zrunning 14 tests
6522026-04-22T21:21:22.704Ztest bitmath::tests::bitmath_add_le ... ok
6532026-04-22T21:21:22.704Ztest bitmath::tests::bitmath_mod ... ok
6542026-04-22T21:21:22.704Ztest bitmath::tests::bitmath_add_cascade ... ok
6552026-04-22T21:21:22.704Ztest bitmath::tests::bitmath_add_nest ... ok
6562026-04-22T21:21:22.704Ztest bitmath::tests::bitmath_sub_be ... ok
6572026-04-22T21:21:22.704Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6582026-04-22T21:21:22.704Ztest bitmath::tests::bitmath_sub_le ... ok
6592026-04-22T21:21:22.704Ztest bitmath::tests::bitmath_add_be ... ok
6602026-04-22T21:21:22.704Ztest checksum::tests::udp_checksum ... ok
6612026-04-22T21:21:22.704Ztest table::tests::match_lpm_ternary_1 ... ok
6622026-04-22T21:21:22.704Ztest table::tests::match_lpm_ternary_range ... ok
6632026-04-22T21:21:22.704Ztest table::tests::match_lpm_1 ... ok
6642026-04-22T21:21:22.704Ztest table::tests::match_with_action ... ok
6652026-04-22T21:21:22.704Ztest table::tests::match_ternary_1 ... ok
6662026-04-22T21:21:22.704Z
6672026-04-22T21:21:22.704Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6682026-04-22T21:21:22.704Z
6692026-04-22T21:21:22.707Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-5386dbfce708873f)
6702026-04-22T21:21:22.707Z
6712026-04-22T21:21:22.707Zrunning 0 tests
6722026-04-22T21:21:22.707Z
6732026-04-22T21:21:22.707Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6742026-04-22T21:21:22.707Z
6752026-04-22T21:21:22.707Z Running unittests src/lib.rs (target/debug/deps/tests-92bde0412a747c16)
6762026-04-22T21:21:22.707Z
6772026-04-22T21:21:22.707Zrunning 15 tests
6782026-04-22T21:21:22.711Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6792026-04-22T21:21:22.713Ztest headers::ipv6_header_read_write ... ok
6802026-04-22T21:21:22.713Ztest dload::pipeline_create ... ok
6812026-04-22T21:21:22.713Ztest ipv6::test_ipv6_parse ... ok
6822026-04-22T21:21:22.717Ztest dload::dynamic_load ... ok
6832026-04-22T21:21:22.726Ztest arithmetic::arithmetic ... ok
6842026-04-22T21:21:22.726Ztest disag_router::disag_router ... ok
6852026-04-22T21:21:22.726Ztest decap::geneve_decap ... ok
6862026-04-22T21:21:22.726Ztest range::range ... ok
6872026-04-22T21:21:22.729Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6882026-04-22T21:21:22.729Ztest vlan::test_vlan_parse ... ok
6892026-04-22T21:21:22.731Ztest hub::hub2 ... ok
6902026-04-22T21:21:22.734Ztest basic_router::basic_router2 ... ok
6912026-04-22T21:21:22.734Ztest mac_rewrite::mac_rewrite2 ... ok
6922026-04-22T21:21:22.739Ztest dynamic_router::dynamic_router2 ... ok
6932026-04-22T21:21:22.739Z
6942026-04-22T21:21:22.740Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
6952026-04-22T21:21:22.740Z
6962026-04-22T21:21:22.746Z Running unittests src/lib.rs (target/debug/deps/x4c-2985a640bf8d8149)
6972026-04-22T21:21:22.749Z
6982026-04-22T21:21:22.749Zrunning 0 tests
6992026-04-22T21:21:22.749Z
7002026-04-22T21:21:22.749Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7012026-04-22T21:21:22.749Z
7022026-04-22T21:21:22.749Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-2e05505f32d0e974)
7032026-04-22T21:21:22.752Z
7042026-04-22T21:21:22.752Zrunning 0 tests
7052026-04-22T21:21:22.752Z
7062026-04-22T21:21:22.752Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-04-22T21:21:22.752Z
7082026-04-22T21:21:22.752Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-ff37c4be0895f602)
7092026-04-22T21:21:22.752Z
7102026-04-22T21:21:22.752Zrunning 0 tests
7112026-04-22T21:21:22.752Z
7122026-04-22T21:21:22.752Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7132026-04-22T21:21:22.752Z
7142026-04-22T21:21:22.753Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-d357631c574a9193)
7152026-04-22T21:21:22.756Z
7162026-04-22T21:21:22.756Zrunning 0 tests
7172026-04-22T21:21:22.756Z
7182026-04-22T21:21:22.756Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7192026-04-22T21:21:22.756Z
7202026-04-22T21:21:22.756Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7212026-04-22T21:21:22.756Z
7222026-04-22T21:21:22.756Zrunning 0 tests
7232026-04-22T21:21:22.756Z
7242026-04-22T21:21:22.756Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7252026-04-22T21:21:22.756Z
7262026-04-22T21:21:22.756Z Doc-tests p4
7272026-04-22T21:21:22.847Z
7282026-04-22T21:21:22.847Zrunning 0 tests
7292026-04-22T21:21:22.847Z
7302026-04-22T21:21:22.850Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7312026-04-22T21:21:22.850Z
7322026-04-22T21:21:22.857Z Doc-tests p4_macro
7332026-04-22T21:21:22.904Z
7342026-04-22T21:21:22.904Zrunning 2 tests
7352026-04-22T21:21:22.907Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7362026-04-22T21:21:22.907Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7372026-04-22T21:21:22.907Z
7382026-04-22T21:21:22.907Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7392026-04-22T21:21:22.907Z
7402026-04-22T21:21:22.910Z Doc-tests p4_rust
7412026-04-22T21:21:23.070Z
7422026-04-22T21:21:23.070Zrunning 0 tests
7432026-04-22T21:21:23.070Z
7442026-04-22T21:21:23.070Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7452026-04-22T21:21:23.070Z
7462026-04-22T21:21:23.083Z Doc-tests p4rs
7472026-04-22T21:21:23.169Z
7482026-04-22T21:21:23.169Zrunning 1 test
7492026-04-22T21:21:23.990Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7502026-04-22T21:21:23.990Z
7512026-04-22T21:21:23.990Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.82s
7522026-04-22T21:21:23.990Z
7532026-04-22T21:21:24.002Z Doc-tests tests
7542026-04-22T21:21:24.066Z
7552026-04-22T21:21:24.066Zrunning 0 tests
7562026-04-22T21:21:24.066Z
7572026-04-22T21:21:24.066Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7582026-04-22T21:21:24.066Z
7592026-04-22T21:21:24.074Z Doc-tests x4c
7602026-04-22T21:21:24.120Z
7612026-04-22T21:21:24.120Zrunning 0 tests
7622026-04-22T21:21:24.120Z
7632026-04-22T21:21:24.120Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7642026-04-22T21:21:24.120Z
7652026-04-22T21:21:24.126Z Doc-tests x4c_error_codes
7662026-04-22T21:21:24.154Z
7672026-04-22T21:21:24.154Zrunning 0 tests
7682026-04-22T21:21:24.154Z
7692026-04-22T21:21:24.154Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7702026-04-22T21:21:24.154Z
7712026-04-22T21:21:24.166Z+ pushd test
7722026-04-22T21:21:24.170Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7732026-04-22T21:21:24.170Z+ banner 'mac rewr'
7742026-04-22T21:21:24.170Z
7752026-04-22T21:21:24.170Z # # ## #### ##### ###### # # #####
7762026-04-22T21:21:24.170Z ## ## # # # # # # # # # # #
7772026-04-22T21:21:24.170Z # ## # # # # # # ##### # # # #
7782026-04-22T21:21:24.170Z # # ###### # ##### # # ## # #####
7792026-04-22T21:21:24.170Z # # # # # # # # # ## ## # #
7802026-04-22T21:21:24.170Z # # # # #### # # ###### # # # #
7812026-04-22T21:21:24.170Z
7822026-04-22T21:21:24.170Z+ RUST_BACKTRACE=1
7832026-04-22T21:21:24.170Z+ cargo test mac_rewrite -- --nocapture
7842026-04-22T21:21:24.268Z Compiling aho-corasick v1.1.4
7852026-04-22T21:21:24.283Z Compiling rustix v1.1.4
7862026-04-22T21:21:24.286Z Compiling getrandom v0.4.1
7872026-04-22T21:21:24.286Z Compiling errno v0.3.14
7882026-04-22T21:21:24.289Z Compiling prettyplease v0.2.37
7892026-04-22T21:21:24.981Z Compiling regex-automata v0.4.14
7902026-04-22T21:21:25.033Z Compiling tempfile v3.27.0
7912026-04-22T21:21:26.404Z Compiling regex v1.12.3
7922026-04-22T21:21:26.662Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7932026-04-22T21:21:26.734Z Compiling pnet_macros v0.35.0
7942026-04-22T21:21:27.355Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7952026-04-22T21:21:27.725Z Compiling pnet_packet v0.35.0
7962026-04-22T21:21:28.173Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
7972026-04-22T21:21:29.602Z Compiling pnet_transport v0.35.0
7982026-04-22T21:21:29.724Z Compiling pnet v0.35.0
7992026-04-22T21:21:29.814Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8002026-04-22T21:21:36.478Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.27s
8012026-04-22T21:21:36.490Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-968f73136caf7442)
8022026-04-22T21:21:36.493Z
8032026-04-22T21:21:36.493Zrunning 1 test
8042026-04-22T21:21:36.498Z[phy2] do you know the muffin man?
8052026-04-22T21:21:36.501Z[cpu] the muffin man?
8062026-04-22T21:21:36.501Z[cpu] the muffin man!
8072026-04-22T21:21:36.501Z[cpu] why yes
8082026-04-22T21:21:36.501Z[phy1] i know the muffin man
8092026-04-22T21:21:36.501Z[phy3] the muffin man is me!!!
8102026-04-22T21:21:36.501Ztest mac_rewrite::mac_rewrite2 ... ok
8112026-04-22T21:21:36.501Z
8122026-04-22T21:21:36.501Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8132026-04-22T21:21:36.501Z
8142026-04-22T21:21:36.507Z+ banner 'dyn load'
8152026-04-22T21:21:36.509Z
8162026-04-22T21:21:36.509Z ##### # # # # # #### ## #####
8172026-04-22T21:21:36.509Z # # # # ## # # # # # # # #
8182026-04-22T21:21:36.509Z # # # # # # # # # # # # #
8192026-04-22T21:21:36.509Z # # # # # # # # # ###### # #
8202026-04-22T21:21:36.509Z # # # # ## # # # # # # #
8212026-04-22T21:21:36.510Z ##### # # # ###### #### # # #####
8222026-04-22T21:21:36.510Z
8232026-04-22T21:21:36.510Z+ RUST_BACKTRACE=1
8242026-04-22T21:21:36.510Z+ cargo test dload -- --nocapture
8252026-04-22T21:21:36.598Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8262026-04-22T21:21:36.601Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-968f73136caf7442)
8272026-04-22T21:21:36.604Z
8282026-04-22T21:21:36.604Zrunning 2 tests
8292026-04-22T21:21:36.608Ztest dload::pipeline_create ... ok
8302026-04-22T21:21:36.611Ztest dload::dynamic_load ... ok
8312026-04-22T21:21:36.611Z
8322026-04-22T21:21:36.611Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8332026-04-22T21:21:36.611Z
8342026-04-22T21:21:36.617Z+ banner disag
8352026-04-22T21:21:36.620Z
8362026-04-22T21:21:36.620Z ##### # #### ## ####
8372026-04-22T21:21:36.620Z # # # # # # # #
8382026-04-22T21:21:36.620Z # # # #### # # #
8392026-04-22T21:21:36.620Z # # # # ###### # ###
8402026-04-22T21:21:36.620Z # # # # # # # # #
8412026-04-22T21:21:36.621Z ##### # #### # # ####
8422026-04-22T21:21:36.621Z
8432026-04-22T21:21:36.621Z+ RUST_BACKTRACE=1
8442026-04-22T21:21:36.621Z+ cargo test disag_router -- --nocapture
8452026-04-22T21:21:36.705Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8462026-04-22T21:21:36.708Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-968f73136caf7442)
8472026-04-22T21:21:36.711Z
8482026-04-22T21:21:36.711Zrunning 1 test
8492026-04-22T21:21:36.716Z[phy2] do you know the muffin man?
8502026-04-22T21:21:36.719Z[cpu] the muffin man?
8512026-04-22T21:21:36.720Z[cpu] the muffin man!
8522026-04-22T21:21:36.720Z[cpu] why yes
8532026-04-22T21:21:36.720Z[phy1] i know the muffin man
8542026-04-22T21:21:36.720Z[phy3] the muffin man is me!!!
8552026-04-22T21:21:36.720Ztest disag_router::disag_router ... ok
8562026-04-22T21:21:36.720Z
8572026-04-22T21:21:36.720Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8582026-04-22T21:21:36.720Z
8592026-04-22T21:21:36.724Z+ banner 'dyn rtr'
8602026-04-22T21:21:36.727Z
8612026-04-22T21:21:36.727Z ##### # # # # ##### ##### #####
8622026-04-22T21:21:36.727Z # # # # ## # # # # # #
8632026-04-22T21:21:36.727Z # # # # # # # # # # #
8642026-04-22T21:21:36.727Z # # # # # # ##### # #####
8652026-04-22T21:21:36.727Z # # # # ## # # # # #
8662026-04-22T21:21:36.727Z ##### # # # # # # # #
8672026-04-22T21:21:36.727Z
8682026-04-22T21:21:36.727Z+ RUST_BACKTRACE=1
8692026-04-22T21:21:36.728Z+ cargo test dynamic_router -- --nocapture
8702026-04-22T21:21:36.814Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8712026-04-22T21:21:36.817Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-968f73136caf7442)
8722026-04-22T21:21:36.820Z
8732026-04-22T21:21:36.820Zrunning 1 test
8742026-04-22T21:21:36.826Z[phy2] do you know the muffin man?
8752026-04-22T21:21:36.829Z[cpu] the muffin man?
8762026-04-22T21:21:36.829Z[cpu] the muffin man!
8772026-04-22T21:21:36.829Z[cpu] why yes
8782026-04-22T21:21:36.829Z[phy1] i know the muffin man
8792026-04-22T21:21:36.829Z[phy3] the muffin man is me!!!
8802026-04-22T21:21:36.829Ztest dynamic_router::dynamic_router2 ... ok
8812026-04-22T21:21:36.829Z
8822026-04-22T21:21:36.829Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8832026-04-22T21:21:36.829Z
8842026-04-22T21:21:36.834Z+ banner hub
8852026-04-22T21:21:36.837Z
8862026-04-22T21:21:36.837Z # # # # #####
8872026-04-22T21:21:36.837Z # # # # # #
8882026-04-22T21:21:36.837Z ###### # # #####
8892026-04-22T21:21:36.837Z # # # # # #
8902026-04-22T21:21:36.837Z # # # # # #
8912026-04-22T21:21:36.837Z # # #### #####
8922026-04-22T21:21:36.837Z
8932026-04-22T21:21:36.837Z+ RUST_BACKTRACE=1
8942026-04-22T21:21:36.837Z+ cargo test hub -- --nocapture
8952026-04-22T21:21:36.924Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8962026-04-22T21:21:36.927Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-968f73136caf7442)
8972026-04-22T21:21:36.930Z
8982026-04-22T21:21:36.930Zrunning 1 test
8992026-04-22T21:21:36.935Z[phy2] do you know the muffin man?
9002026-04-22T21:21:36.935Z[phy3] do you know the muffin man?
9012026-04-22T21:21:36.938Z[phy1] the muffin man?
9022026-04-22T21:21:36.938Z[phy3] the muffin man?
9032026-04-22T21:21:36.938Z[phy2] the muffin man!
9042026-04-22T21:21:36.938Z[phy3] the muffin man!
9052026-04-22T21:21:36.938Z[phy1] why yes
9062026-04-22T21:21:36.938Z[phy1] i know the muffin man
9072026-04-22T21:21:36.938Z[phy1] the muffin man is me!!!
9082026-04-22T21:21:36.938Z[phy3] why yes
9092026-04-22T21:21:36.938Z[phy3] i know the muffin man
9102026-04-22T21:21:36.938Z[phy3] the muffin man is me!!!
9112026-04-22T21:21:36.938Ztest hub::hub2 ... ok
9122026-04-22T21:21:36.938Z
9132026-04-22T21:21:36.938Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9142026-04-22T21:21:36.938Z
9152026-04-22T21:21:36.943Z+ banner router
9162026-04-22T21:21:36.945Z
9172026-04-22T21:21:36.945Z ##### #### # # ##### ###### #####
9182026-04-22T21:21:36.946Z # # # # # # # # # #
9192026-04-22T21:21:36.946Z # # # # # # # ##### # #
9202026-04-22T21:21:36.946Z ##### # # # # # # #####
9212026-04-22T21:21:36.946Z # # # # # # # # # #
9222026-04-22T21:21:36.946Z # # #### #### # ###### # #
9232026-04-22T21:21:36.946Z
9242026-04-22T21:21:36.946Z+ RUST_BACKTRACE=1
9252026-04-22T21:21:36.946Z+ cargo test basic_router -- --nocapture
9262026-04-22T21:21:37.034Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9272026-04-22T21:21:37.038Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-968f73136caf7442)
9282026-04-22T21:21:37.041Z
9292026-04-22T21:21:37.041Zrunning 1 test
9302026-04-22T21:21:37.045Z[phy2] do you know the muffin man?
9312026-04-22T21:21:37.048Z[phy1] the muffin man?
9322026-04-22T21:21:37.048Z[phy2] the muffin man!
9332026-04-22T21:21:37.048Z[phy1] why yes
9342026-04-22T21:21:37.048Z[phy1] i know the muffin man
9352026-04-22T21:21:37.048Z[phy1] the muffin man is me!!!
9362026-04-22T21:21:37.048Ztest basic_router::basic_router2 ... ok
9372026-04-22T21:21:37.048Z
9382026-04-22T21:21:37.048Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9392026-04-22T21:21:37.048Z
9402026-04-22T21:21:37.053Z+ banner headers
9412026-04-22T21:21:37.056Z
9422026-04-22T21:21:37.056Z # # ###### ## ##### ###### ##### ####
9432026-04-22T21:21:37.056Z # # # # # # # # # # #
9442026-04-22T21:21:37.056Z ###### ##### # # # # ##### # # ####
9452026-04-22T21:21:37.056Z # # # ###### # # # ##### #
9462026-04-22T21:21:37.056Z # # # # # # # # # # # #
9472026-04-22T21:21:37.056Z # # ###### # # ##### ###### # # ####
9482026-04-22T21:21:37.056Z
9492026-04-22T21:21:37.056Z+ RUST_BACKTRACE=1
9502026-04-22T21:21:37.056Z+ cargo test headers -- --nocapture
9512026-04-22T21:21:37.142Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9522026-04-22T21:21:37.145Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-968f73136caf7442)
9532026-04-22T21:21:37.148Z
9542026-04-22T21:21:37.148Zrunning 1 test
9552026-04-22T21:21:37.148Ztest headers::ipv6_header_read_write ... ok
9562026-04-22T21:21:37.148Z
9572026-04-22T21:21:37.148Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9582026-04-22T21:21:37.148Z
9592026-04-22T21:21:37.154Zprocess exited: duration 105562 ms, exit code 0
 
9602026-04-22T21:21:37.160Zfound 4 output files
9612026-04-22T21:21:37.160Zuploading: /work/debug/libsidecar_lite.so (43097392 bytes)
9622026-04-22T21:21:38.461Zuploaded: /work/debug/libsidecar_lite.so
9632026-04-22T21:21:38.461Zuploading: /work/debug/x4c (37742568 bytes)
9642026-04-22T21:21:39.698Zuploaded: /work/debug/x4c
9652026-04-22T21:21:39.698Zuploading: /work/release/libsidecar_lite.so (9834384 bytes)
9662026-04-22T21:21:40.780Zuploaded: /work/release/libsidecar_lite.so
9672026-04-22T21:21:40.780Zuploading: /work/release/x4c (8571776 bytes)
9682026-04-22T21:21:41.841Zuploaded: /work/release/x4c