01KMPQ2BAC10B9K9V9NM365VER: 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: 01KMPQ2J4AXCWJAB6MPM27TV3J

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-27T04:23:56.885Zjob assigned to worker 01KMPRG4876M06M4M77T351WEX [factory aws, i-0ba7bce37ad17b237] (queued for 25 m 44 s)
 
22026-03-27T04:24:03.973Zstarting task 0: "setup"
32026-03-27T04:24:03.979Z++ uname -s
42026-03-27T04:24:03.982Z+ kern=SunOS
52026-03-27T04:24:03.982Z+ build_user=build
62026-03-27T04:24:03.982Z+ build_uid=12345
72026-03-27T04:24:03.982Z+ work_dir=/work
82026-03-27T04:24:03.982Z+ input_dir=/input
92026-03-27T04:24:03.982Z+ [[ 0 == 12345 ]]
102026-03-27T04:24:03.982Z+ case "$kern" in
112026-03-27T04:24:03.982Z+ groupadd -g 12345 build
122026-03-27T04:24:03.982Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-27T04:24:05.988Z+ zfs create -o mountpoint=/work rpool/work
142026-03-27T04:24:06.115Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-27T04:24:06.118Z+ home_fs=zfs
162026-03-27T04:24:06.118Z+ [[ zfs == autofs ]]
172026-03-27T04:24:06.118Z+ mkdir -p /home/build
182026-03-27T04:24:06.118Z+ chown build:build /home/build /work
192026-03-27T04:24:08.119Z+ chmod 0700 /home/build /work
202026-03-27T04:24:08.122Zprocess exited: duration 4146 ms, exit code 0
 
212026-03-27T04:24:08.128Zstarting task 1: "rust-toolchain"
222026-03-27T04:24:08.131Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-27T04:24:08.131Z * rust toolchain channel = "stable"
242026-03-27T04:24:08.131Z * rust toolchain profile = "default"
252026-03-27T04:24:08.131Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-27T04:24:08.131Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-27T04:24:08.132Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-27T04:24:08.135Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-27T04:24:08.135Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-27T04:24:08.281Zinfo: downloading installer
312026-03-27T04:24:09.590Zwarn: It looks like you have an existing installation of Rust at:
322026-03-27T04:24:09.590Zwarn: /opt/ooce/bin
332026-03-27T04:24:09.590Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-27T04:24:09.590Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-27T04:24:09.590Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-27T04:24:09.590Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-27T04:24:09.590Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-27T04:24:09.590Zerror: cannot install while Rust is installed
392026-03-27T04:24:09.590Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-27T04:24:09.590Zwarn: It looks like you have an existing rustup settings file at:
412026-03-27T04:24:09.590Zwarn: /home/build/.rustup/settings.toml
422026-03-27T04:24:09.590Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-27T04:24:09.590Zwarn: instead of the one inferred from the default host triple.
442026-03-27T04:24:09.602Zinfo: profile set to default
452026-03-27T04:24:09.602Zinfo: default host triple is x86_64-unknown-illumos
462026-03-27T04:24:09.605Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-27T04:24:09.756Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-27T04:24:09.759Zinfo: downloading 6 components
492026-03-27T04:24:26.025Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-27T04:24:26.025Z
512026-03-27T04:24:26.059Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-27T04:24:26.059Z
532026-03-27T04:24:26.060Z
542026-03-27T04:24:26.060ZRust is installed now. Great!
552026-03-27T04:24:26.060Z
562026-03-27T04:24:26.060ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-27T04:24:26.060Zenvironment variable. This has not been done automatically.
582026-03-27T04:24:26.060Z
592026-03-27T04:24:26.060ZTo configure your current shell, you need to source
602026-03-27T04:24:26.060Zthe corresponding env file under $HOME/.cargo.
612026-03-27T04:24:26.060Z
622026-03-27T04:24:26.060ZThis is usually done by running one of the following (note the leading DOT):
632026-03-27T04:24:26.061Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-27T04:24:26.061Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-27T04:24:26.061Zsource "~/.cargo/env.nu" # For nushell
662026-03-27T04:24:26.061Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-27T04:24:26.061Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-27T04:24:26.061Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-27T04:24:26.068Zwarn: no default linker (`cc`) was found in your PATH
702026-03-27T04:24:26.068Zwarn: many Rust crates require a system C toolchain to build
712026-03-27T04:24:26.158Z+ rustup --version
722026-03-27T04:24:26.167Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-27T04:24:26.170Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-27T04:24:26.188Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-27T04:24:26.191Z+ cargo --version
762026-03-27T04:24:26.203Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-27T04:24:26.206Z+ rustc --version
782026-03-27T04:24:26.224Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-27T04:24:26.229Zprocess exited: duration 18098 ms, exit code 0
 
802026-03-27T04:24:26.235Zstarting task 2: "authentication"
812026-03-27T04:24:26.251Zprocess exited: duration 16 ms, exit code 0
 
822026-03-27T04:24:26.257Zstarting task 3: "clone repository"
832026-03-27T04:24:26.260Z+ mkdir -p /work/oxidecomputer/p4
842026-03-27T04:24:26.263Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-03-27T04:24:26.296ZCloning into '/work/oxidecomputer/p4'...
862026-03-27T04:24:27.354Z+ cd /work/oxidecomputer/p4
872026-03-27T04:24:27.355Z+ git fetch origin 6629ff90c97c55e5ca81cf10a9caf23171352fa1
882026-03-27T04:24:27.705ZFrom https://github.com/oxidecomputer/p4
892026-03-27T04:24:27.705Z * branch 6629ff90c97c55e5ca81cf10a9caf23171352fa1 -> FETCH_HEAD
902026-03-27T04:24:27.711Z+ [[ -n renovate/rust-1.x ]]
912026-03-27T04:24:27.715Z++ git branch --show-current
922026-03-27T04:24:27.715Z+ current=main
932026-03-27T04:24:27.715Z+ [[ main != renovate/rust-1.x ]]
942026-03-27T04:24:27.715Z+ git branch -f renovate/rust-1.x 6629ff90c97c55e5ca81cf10a9caf23171352fa1
952026-03-27T04:24:27.718Z+ git checkout -f renovate/rust-1.x
962026-03-27T04:24:27.722ZSwitched to branch 'renovate/rust-1.x'
972026-03-27T04:24:27.725Z+ git reset --hard 6629ff90c97c55e5ca81cf10a9caf23171352fa1
982026-03-27T04:24:27.728ZHEAD is now at 6629ff9 Update dependency rust to v1.94.1
992026-03-27T04:24:27.728Zprocess exited: duration 1469 ms, exit code 0
 
1002026-03-27T04:24:27.734Zstarting task 4: "build"
1012026-03-27T04:24:27.737Z+ cargo --version
1022026-03-27T04:24:27.743Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1032026-03-27T04:24:27.887Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1042026-03-27T04:24:27.891Zinfo: downloading 6 components
1052026-03-27T04:24:43.853Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1062026-03-27T04:24:43.856Z+ rustc --version
1072026-03-27T04:24:43.882Zrustc 1.94.1 (e408947bf 2026-03-25)
1082026-03-27T04:24:43.885Z+ banner check
1092026-03-27T04:24:43.888Z
1102026-03-27T04:24:43.888Z #### # # ###### #### # #
1112026-03-27T04:24:43.888Z # # # # # # # # #
1122026-03-27T04:24:43.888Z # ###### ##### # ####
1132026-03-27T04:24:43.888Z # # # # # # #
1142026-03-27T04:24:43.888Z # # # # # # # # #
1152026-03-27T04:24:43.888Z #### # # ###### #### # #
1162026-03-27T04:24:43.888Z
1172026-03-27T04:24:43.888Z+ cargo fmt -- --check
1182026-03-27T04:24:44.027Z+ cargo check
1192026-03-27T04:24:44.091Z Updating crates.io index
1202026-03-27T04:24:44.128Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-03-27T04:24:44.392ZFrom https://github.com/oxidecomputer/xfr
1222026-03-27T04:24:44.392Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-03-27T04:24:45.796Z Downloading crates ...
1242026-03-27T04:24:45.862Z Downloaded ipnetwork v0.20.0
1252026-03-27T04:24:45.865Z Downloaded colored v3.1.1
1262026-03-27T04:24:45.868Z Downloaded bitflags v2.11.0
1272026-03-27T04:24:45.871Z Downloaded clap v4.6.0
1282026-03-27T04:24:45.874Z Downloaded usdt-macro v0.5.0
1292026-03-27T04:24:45.877Z Downloaded memchr v2.8.0
1302026-03-27T04:24:45.880Z Downloaded ucd-trie v0.1.7
1312026-03-27T04:24:45.883Z Downloaded regex v1.12.3
1322026-03-27T04:24:45.886Z Downloaded zerocopy-derive v0.7.35
1332026-03-27T04:24:45.889Z Downloaded zmij v1.0.21
1342026-03-27T04:24:45.891Z Downloaded heck v0.5.0
1352026-03-27T04:24:45.891Z Downloaded crypto-common v0.1.7
1362026-03-27T04:24:45.894Z Downloaded anyhow v1.0.102
1372026-03-27T04:24:45.897Z Downloaded is_terminal_polyfill v1.70.2
1382026-03-27T04:24:45.897Z Downloaded itoa v1.0.17
1392026-03-27T04:24:45.897Z Downloaded anstyle-parse v1.0.0
1402026-03-27T04:24:45.900Z Downloaded colorchoice v1.0.4
1412026-03-27T04:24:45.900Z Downloaded clap_derive v4.6.0
1422026-03-27T04:24:45.903Z Downloaded cfg-if v1.0.4
1432026-03-27T04:24:45.903Z Downloaded zerocopy v0.8.40
1442026-03-27T04:24:45.908Z Downloaded pnet_macros v0.35.0
1452026-03-27T04:24:45.911Z Downloaded memmap v0.7.0
1462026-03-27T04:24:45.911Z Downloaded log v0.4.29
1472026-03-27T04:24:45.911Z Downloaded dtrace-parser v0.2.0
1482026-03-27T04:24:45.914Z Downloaded clap_lex v1.0.0
1492026-03-27T04:24:45.914Z Downloaded pnet_datalink v0.35.0
1502026-03-27T04:24:45.917Z Downloaded no-std-net v0.6.0
1512026-03-27T04:24:45.920Z Downloaded glob v0.3.3
1522026-03-27T04:24:45.923Z Downloaded clap_builder v4.6.0
1532026-03-27T04:24:45.926Z Downloaded num v0.4.3
1542026-03-27T04:24:45.926Z Downloaded generic-array v0.14.7
1552026-03-27T04:24:45.933Z Downloaded num-complex v0.4.6
1562026-03-27T04:24:45.940Z Downloaded usdt v0.5.0
1572026-03-27T04:24:45.943Z Downloaded pnet_base v0.35.0
1582026-03-27T04:24:45.943Z Downloaded funty v2.0.0
1592026-03-27T04:24:45.943Z Downloaded dof v0.3.0
1602026-03-27T04:24:45.947Z Downloaded anstyle-query v1.1.5
1612026-03-27T04:24:45.950Z Downloaded usdt-attr-macro v0.5.0
1622026-03-27T04:24:45.950Z Downloaded strsim v0.11.1
1632026-03-27T04:24:45.956Z Downloaded pretty-hex v0.4.1
1642026-03-27T04:24:45.959Z Downloaded block-buffer v0.10.4
1652026-03-27T04:24:45.961Z Downloaded pnet_macros_support v0.35.0
1662026-03-27T04:24:45.962Z Downloaded fastrand v2.3.0
1672026-03-27T04:24:45.965Z Downloaded autocfg v1.5.0
1682026-03-27T04:24:45.975Z Downloaded errno v0.3.14
1692026-03-27T04:24:45.978Z Downloaded version_check v0.9.5
1702026-03-27T04:24:45.986Z Downloaded pnet_transport v0.35.0
1712026-03-27T04:24:45.989Z Downloaded pnet v0.35.0
1722026-03-27T04:24:45.992Z Downloaded utf8parse v0.2.2
1732026-03-27T04:24:45.995Z Downloaded cpufeatures v0.2.17
1742026-03-27T04:24:45.995Z Downloaded scroll_derive v0.12.1
1752026-03-27T04:24:45.998Z Downloaded ppv-lite86 v0.2.21
1762026-03-27T04:24:45.998Z Downloaded digest v0.10.7
1772026-03-27T04:24:46.001Z Downloaded num-rational v0.4.2
1782026-03-27T04:24:46.009Z Downloaded tap v1.0.1
1792026-03-27T04:24:46.012Z Downloaded thread-id v4.2.2
1802026-03-27T04:24:46.015Z Downloaded pnet_sys v0.35.0
1812026-03-27T04:24:46.015Z Downloaded num-iter v0.1.45
1822026-03-27T04:24:46.020Z Downloaded serde_tokenstream v0.2.3
1832026-03-27T04:24:46.023Z Downloaded pest_meta v2.8.6
1842026-03-27T04:24:46.023Z Downloaded plain v0.2.3
1852026-03-27T04:24:46.026Z Downloaded anstream v1.0.0
1862026-03-27T04:24:46.028Z Downloaded rand_chacha v0.9.0
1872026-03-27T04:24:46.029Z Downloaded radium v0.7.0
1882026-03-27T04:24:46.029Z Downloaded anstyle v1.0.13
1892026-03-27T04:24:46.032Z Downloaded byteorder v1.5.0
1902026-03-27T04:24:46.032Z Downloaded pest_derive v2.8.6
1912026-03-27T04:24:46.032Z Downloaded once_cell v1.21.3
1922026-03-27T04:24:46.035Z Downloaded pest_generator v2.8.6
1932026-03-27T04:24:46.035Z Downloaded num-integer v0.1.46
1942026-03-27T04:24:46.039Z Downloaded scroll v0.12.0
1952026-03-27T04:24:46.042Z Downloaded thiserror v1.0.69
1962026-03-27T04:24:46.048Z Downloaded num-traits v0.2.19
1972026-03-27T04:24:46.051Z Downloaded thiserror-impl v1.0.69
1982026-03-27T04:24:46.051Z Downloaded wyz v0.5.1
1992026-03-27T04:24:46.056Z Downloaded quote v1.0.45
2002026-03-27T04:24:46.067Z Downloaded sha2 v0.10.9
2012026-03-27T04:24:46.070Z Downloaded prettyplease v0.2.37
2022026-03-27T04:24:46.073Z Downloaded tempfile v3.27.0
2032026-03-27T04:24:46.075Z Downloaded pnet_packet v0.35.0
2042026-03-27T04:24:46.078Z Downloaded usdt-impl v0.5.0
2052026-03-27T04:24:46.078Z Downloaded rand_core v0.9.5
2062026-03-27T04:24:46.081Z Downloaded getrandom v0.3.4
2072026-03-27T04:24:46.084Z Downloaded typenum v1.19.0
2082026-03-27T04:24:46.084Z Downloaded getrandom v0.4.1
2092026-03-27T04:24:46.093Z Downloaded num-bigint v0.4.6
2102026-03-27T04:24:46.097Z Downloaded serde_derive v1.0.228
2112026-03-27T04:24:46.100Z Downloaded unicode-ident v1.0.24
2122026-03-27T04:24:46.100Z Downloaded serde_core v1.0.228
2132026-03-27T04:24:46.113Z Downloaded proc-macro2 v1.0.106
2142026-03-27T04:24:46.122Z Downloaded serde v1.0.228
2152026-03-27T04:24:46.137Z Downloaded rand v0.9.2
2162026-03-27T04:24:46.149Z Downloaded pest v2.8.6
2172026-03-27T04:24:46.161Z Downloaded goblin v0.8.2
2182026-03-27T04:24:46.164Z Downloaded zerocopy v0.7.35
2192026-03-27T04:24:46.172Z Downloaded bitvec v1.0.1
2202026-03-27T04:24:46.180Z Downloaded serde_json v1.0.149
2212026-03-27T04:24:46.184Z Downloaded aho-corasick v1.1.4
2222026-03-27T04:24:46.221Z Downloaded syn v2.0.117
2232026-03-27T04:24:46.236Z Downloaded regex-syntax v0.8.10
2242026-03-27T04:24:46.245Z Downloaded rustix v1.1.4
2252026-03-27T04:24:46.272Z Downloaded regex-automata v0.4.14
2262026-03-27T04:24:46.281Z Downloaded libc v0.2.182
2272026-03-27T04:24:46.349Z Compiling proc-macro2 v1.0.106
2282026-03-27T04:24:46.349Z Compiling quote v1.0.45
2292026-03-27T04:24:46.349Z Compiling unicode-ident v1.0.24
2302026-03-27T04:24:46.349Z Compiling libc v0.2.182
2312026-03-27T04:24:46.349Z Compiling serde_core v1.0.228
2322026-03-27T04:24:46.354Z Compiling memchr v2.8.0
2332026-03-27T04:24:46.354Z Compiling serde v1.0.228
2342026-03-27T04:24:46.500Z Compiling zmij v1.0.21
2352026-03-27T04:24:46.733Z Compiling thiserror v1.0.69
2362026-03-27T04:24:46.738Z Compiling ucd-trie v0.1.7
2372026-03-27T04:24:46.841Z Compiling getrandom v0.4.1
2382026-03-27T04:24:46.948Z Compiling pest v2.8.6
2392026-03-27T04:24:46.953Z Compiling rustix v1.1.4
2402026-03-27T04:24:47.123Z Compiling serde_json v1.0.149
2412026-03-27T04:24:47.212Z Compiling autocfg v1.5.0
2422026-03-27T04:24:47.352Z Compiling version_check v0.9.5
2432026-03-27T04:24:47.565Z Compiling syn v2.0.117
2442026-03-27T04:24:47.571Z Compiling num-traits v0.2.19
2452026-03-27T04:24:47.607Z Compiling aho-corasick v1.1.4
2462026-03-27T04:24:47.614Z Compiling regex-syntax v0.8.10
2472026-03-27T04:24:47.781Z Compiling prettyplease v0.2.37
2482026-03-27T04:24:48.002Z Compiling pest_meta v2.8.6
2492026-03-27T04:24:48.234Z Checking cfg-if v1.0.4
2502026-03-27T04:24:48.548Z Compiling itoa v1.0.17
2512026-03-27T04:24:48.723Z Compiling byteorder v1.5.0
2522026-03-27T04:24:48.928Z Compiling usdt-impl v0.5.0
2532026-03-27T04:24:48.940Z Checking num-integer v0.1.46
2542026-03-27T04:24:49.036Z Compiling regex-automata v0.4.14
2552026-03-27T04:24:49.150Z Compiling thread-id v4.2.2
2562026-03-27T04:24:49.250Z Checking log v0.4.29
2572026-03-27T04:24:49.307Z Checking colored v3.1.1
2582026-03-27T04:24:49.500Z Checking plain v0.2.3
2592026-03-27T04:24:49.653Z Compiling errno v0.3.14
2602026-03-27T04:24:49.684Z Compiling bitflags v2.11.0
2612026-03-27T04:24:49.748Z Compiling radium v0.7.0
2622026-03-27T04:24:49.792Z Compiling pest_generator v2.8.6
2632026-03-27T04:24:49.821Z Checking pretty-hex v0.4.1
2642026-03-27T04:24:49.878Z Checking no-std-net v0.6.0
2652026-03-27T04:24:49.938Z Checking pnet_base v0.35.0
2662026-03-27T04:24:50.141Z Checking tap v1.0.1
2672026-03-27T04:24:50.155Z Compiling once_cell v1.21.3
2682026-03-27T04:24:50.232Z Compiling getrandom v0.3.4
2692026-03-27T04:24:50.350Z Compiling fastrand v2.3.0
2702026-03-27T04:24:50.415Z Compiling zerocopy v0.8.40
2712026-03-27T04:24:50.493Z Checking wyz v0.5.1
2722026-03-27T04:24:50.579Z Checking num-iter v0.1.45
2732026-03-27T04:24:50.656Z Checking memmap v0.7.0
2742026-03-27T04:24:50.677Z Compiling anyhow v1.0.102
2752026-03-27T04:24:50.772Z Compiling regex v1.12.3
2762026-03-27T04:24:50.815Z Compiling tempfile v3.27.0
2772026-03-27T04:24:50.998Z Compiling serde_derive v1.0.228
2782026-03-27T04:24:51.031Z Compiling thiserror-impl v1.0.69
2792026-03-27T04:24:51.165Z Compiling zerocopy-derive v0.7.35
2802026-03-27T04:24:51.190Z Compiling pest_derive v2.8.6
2812026-03-27T04:24:51.310Z Compiling scroll_derive v0.12.1
2822026-03-27T04:24:51.400Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2832026-03-27T04:24:51.687Z Checking funty v2.0.0
2842026-03-27T04:24:51.690Z Compiling pnet_macros v0.35.0
2852026-03-27T04:24:51.992Z Checking bitvec v1.0.1
2862026-03-27T04:24:51.997Z Compiling zerocopy v0.7.35
2872026-03-27T04:24:51.997Z Checking scroll v0.12.0
2882026-03-27T04:24:52.221Z Checking goblin v0.8.2
2892026-03-27T04:24:52.277Z Compiling dtrace-parser v0.2.0
2902026-03-27T04:24:52.765Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2912026-03-27T04:24:52.993Z Checking pnet_macros_support v0.35.0
2922026-03-27T04:24:53.098Z Checking pnet_sys v0.35.0
2932026-03-27T04:24:53.142Z Checking utf8parse v0.2.2
2942026-03-27T04:24:53.233Z Checking anstyle-parse v1.0.0
2952026-03-27T04:24:53.374Z Checking pnet_packet v0.35.0
2962026-03-27T04:24:53.518Z Checking rand_core v0.9.5
2972026-03-27T04:24:54.059Z Checking anstyle v1.0.13
2982026-03-27T04:24:54.078Z Checking num-bigint v0.4.6
2992026-03-27T04:24:54.114Z Checking num-complex v0.4.6
3002026-03-27T04:24:54.122Z Checking dof v0.3.0
3012026-03-27T04:24:54.229Z Checking ipnetwork v0.20.0
3022026-03-27T04:24:54.381Z Compiling serde_tokenstream v0.2.3
3032026-03-27T04:24:54.414Z Checking is_terminal_polyfill v1.70.2
3042026-03-27T04:24:54.443Z Checking anstyle-query v1.1.5
3052026-03-27T04:24:54.488Z Checking colorchoice v1.0.4
3062026-03-27T04:24:54.651Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3072026-03-27T04:24:54.651Z Compiling pnet v0.35.0
3082026-03-27T04:24:54.674Z Checking anstream v1.0.0
3092026-03-27T04:24:54.857Z Checking pnet_datalink v0.35.0
3102026-03-27T04:24:54.888Z Checking num-rational v0.4.2
3112026-03-27T04:24:55.050Z Checking strsim v0.11.1
3122026-03-27T04:24:55.091Z Compiling usdt-attr-macro v0.5.0
3132026-03-27T04:24:55.163Z Compiling usdt-macro v0.5.0
3142026-03-27T04:24:55.200Z Checking num v0.4.3
3152026-03-27T04:24:55.222Z Compiling heck v0.5.0
3162026-03-27T04:24:55.263Z Checking clap_lex v1.0.0
3172026-03-27T04:24:55.285Z Checking pnet_transport v0.35.0
3182026-03-27T04:24:55.364Z Checking ppv-lite86 v0.2.21
3192026-03-27T04:24:55.402Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3202026-03-27T04:24:55.416Z Compiling clap_derive v4.6.0
3212026-03-27T04:24:55.488Z Checking clap_builder v4.6.0
3222026-03-27T04:24:55.492Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3232026-03-27T04:24:55.614Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3242026-03-27T04:24:55.636Z Checking rand_chacha v0.9.0
3252026-03-27T04:24:55.655Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3262026-03-27T04:24:55.807Z Checking usdt v0.5.0
3272026-03-27T04:24:55.811Z Checking rand v0.9.2
3282026-03-27T04:24:55.873Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3292026-03-27T04:24:55.952Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3302026-03-27T04:24:56.315Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3312026-03-27T04:24:56.774Z Checking clap v4.6.0
3322026-03-27T04:24:56.834Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3332026-03-27T04:24:57.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.10s
3342026-03-27T04:24:57.215Z+ cargo clippy --all-targets -- --deny warnings
3352026-03-27T04:24:57.335Z Downloading crates ...
3362026-03-27T04:24:57.402Z Downloaded libloading v0.9.0
3372026-03-27T04:24:57.449Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3382026-03-27T04:24:57.466Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3392026-03-27T04:24:57.472Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3402026-03-27T04:24:57.475Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3412026-03-27T04:24:57.475Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3422026-03-27T04:24:57.479Z Checking libloading v0.9.0
3432026-03-27T04:24:57.706Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3442026-03-27T04:24:58.229Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3452026-03-27T04:24:59.042Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3462026-03-27T04:24:59.042Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3472026-03-27T04:24:59.970Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3482026-03-27T04:25:04.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.56s
3492026-03-27T04:25:04.844Z+ banner build
3502026-03-27T04:25:04.848Z
3512026-03-27T04:25:04.848Z ##### # # # # #####
3522026-03-27T04:25:04.848Z # # # # # # # #
3532026-03-27T04:25:04.848Z ##### # # # # # #
3542026-03-27T04:25:04.848Z # # # # # # # #
3552026-03-27T04:25:04.848Z # # # # # # # #
3562026-03-27T04:25:04.848Z ##### #### # ###### #####
3572026-03-27T04:25:04.848Z
3582026-03-27T04:25:04.848Z+ ptime -m cargo build
3592026-03-27T04:25:04.974Z Compiling unicode-ident v1.0.24
3602026-03-27T04:25:04.974Z Compiling memchr v2.8.0
3612026-03-27T04:25:04.977Z Compiling regex-syntax v0.8.10
3622026-03-27T04:25:04.977Z Compiling ucd-trie v0.1.7
3632026-03-27T04:25:04.977Z Compiling libc v0.2.182
3642026-03-27T04:25:04.990Z Compiling serde_core v1.0.228
3652026-03-27T04:25:04.998Z Compiling cfg-if v1.0.4
3662026-03-27T04:25:05.001Z Compiling zmij v1.0.21
3672026-03-27T04:25:05.043Z Compiling itoa v1.0.17
3682026-03-27T04:25:05.090Z Compiling proc-macro2 v1.0.106
3692026-03-27T04:25:05.212Z Compiling byteorder v1.5.0
3702026-03-27T04:25:05.254Z Compiling num-traits v0.2.19
3712026-03-27T04:25:05.267Z Compiling thread-id v4.2.2
3722026-03-27T04:25:05.295Z Compiling errno v0.3.14
3732026-03-27T04:25:05.330Z Compiling bitflags v2.11.0
3742026-03-27T04:25:05.418Z Compiling quote v1.0.45
3752026-03-27T04:25:05.426Z Compiling aho-corasick v1.1.4
3762026-03-27T04:25:05.542Z Compiling pest v2.8.6
3772026-03-27T04:25:05.646Z Compiling syn v2.0.117
3782026-03-27T04:25:05.691Z Compiling rustix v1.1.4
3792026-03-27T04:25:05.803Z Compiling num-integer v0.1.46
3802026-03-27T04:25:05.853Z Compiling getrandom v0.4.1
3812026-03-27T04:25:05.989Z Compiling colored v3.1.1
3822026-03-27T04:25:06.126Z Compiling log v0.4.29
3832026-03-27T04:25:06.300Z Compiling once_cell v1.21.3
3842026-03-27T04:25:06.370Z Compiling fastrand v2.3.0
3852026-03-27T04:25:06.500Z Compiling regex-automata v0.4.14
3862026-03-27T04:25:06.588Z Compiling pest_meta v2.8.6
3872026-03-27T04:25:06.631Z Compiling serde_json v1.0.149
3882026-03-27T04:25:06.800Z Compiling plain v0.2.3
3892026-03-27T04:25:06.803Z Compiling tempfile v3.27.0
3902026-03-27T04:25:06.893Z Compiling pretty-hex v0.4.1
3912026-03-27T04:25:07.016Z Compiling no-std-net v0.6.0
3922026-03-27T04:25:07.079Z Compiling pnet_base v0.35.0
3932026-03-27T04:25:07.197Z Compiling tap v1.0.1
3942026-03-27T04:25:07.231Z Compiling radium v0.7.0
3952026-03-27T04:25:07.293Z Compiling wyz v0.5.1
3962026-03-27T04:25:07.418Z Compiling num-iter v0.1.45
3972026-03-27T04:25:07.444Z Compiling memmap v0.7.0
3982026-03-27T04:25:07.467Z Compiling funty v2.0.0
3992026-03-27T04:25:07.517Z Compiling getrandom v0.3.4
4002026-03-27T04:25:07.598Z Compiling zerocopy v0.8.40
4012026-03-27T04:25:07.615Z Compiling pnet_macros_support v0.35.0
4022026-03-27T04:25:07.683Z Compiling pnet_sys v0.35.0
4032026-03-27T04:25:07.718Z Compiling utf8parse v0.2.2
4042026-03-27T04:25:07.751Z Compiling rand_core v0.9.5
4052026-03-27T04:25:07.812Z Compiling bitvec v1.0.1
4062026-03-27T04:25:07.848Z Compiling pest_generator v2.8.6
4072026-03-27T04:25:07.863Z Compiling prettyplease v0.2.37
4082026-03-27T04:25:07.953Z Compiling anstyle-parse v1.0.0
4092026-03-27T04:25:08.105Z Compiling anyhow v1.0.102
4102026-03-27T04:25:08.126Z Compiling anstyle v1.0.13
4112026-03-27T04:25:08.334Z Compiling regex v1.12.3
4122026-03-27T04:25:08.444Z Compiling is_terminal_polyfill v1.70.2
4132026-03-27T04:25:08.474Z Compiling colorchoice v1.0.4
4142026-03-27T04:25:08.520Z Compiling anstyle-query v1.1.5
4152026-03-27T04:25:08.574Z Compiling strsim v0.11.1
4162026-03-27T04:25:08.614Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4172026-03-27T04:25:08.791Z Compiling anstream v1.0.0
4182026-03-27T04:25:08.846Z Compiling clap_lex v1.0.0
4192026-03-27T04:25:08.959Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4202026-03-27T04:25:09.076Z Compiling clap_builder v4.6.0
4212026-03-27T04:25:09.094Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4222026-03-27T04:25:09.432Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4232026-03-27T04:25:09.664Z Compiling serde_derive v1.0.228
4242026-03-27T04:25:09.668Z Compiling thiserror-impl v1.0.69
4252026-03-27T04:25:09.672Z Compiling zerocopy-derive v0.7.35
4262026-03-27T04:25:09.714Z Compiling pest_derive v2.8.6
4272026-03-27T04:25:10.129Z Compiling scroll_derive v0.12.1
4282026-03-27T04:25:10.375Z Compiling pnet_macros v0.35.0
4292026-03-27T04:25:10.387Z Compiling ppv-lite86 v0.2.21
4302026-03-27T04:25:10.667Z Compiling zerocopy v0.7.35
4312026-03-27T04:25:10.690Z Compiling rand_chacha v0.9.0
4322026-03-27T04:25:10.977Z Compiling thiserror v1.0.69
4332026-03-27T04:25:11.030Z Compiling scroll v0.12.0
4342026-03-27T04:25:11.044Z Compiling dtrace-parser v0.2.0
4352026-03-27T04:25:11.064Z Compiling rand v0.9.2
4362026-03-27T04:25:11.155Z Compiling clap_derive v4.6.0
4372026-03-27T04:25:11.256Z Compiling goblin v0.8.2
4382026-03-27T04:25:11.950Z Compiling pnet_packet v0.35.0
4392026-03-27T04:25:12.228Z Compiling serde v1.0.228
4402026-03-27T04:25:12.598Z Compiling serde_tokenstream v0.2.3
4412026-03-27T04:25:12.598Z Compiling dof v0.3.0
4422026-03-27T04:25:12.598Z Compiling num-bigint v0.4.6
4432026-03-27T04:25:12.601Z Compiling num-complex v0.4.6
4442026-03-27T04:25:12.637Z Compiling ipnetwork v0.20.0
4452026-03-27T04:25:12.692Z Compiling clap v4.6.0
4462026-03-27T04:25:12.756Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4472026-03-27T04:25:12.858Z Compiling usdt-impl v0.5.0
4482026-03-27T04:25:12.906Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4492026-03-27T04:25:12.921Z Compiling pnet_datalink v0.35.0
4502026-03-27T04:25:13.320Z Compiling usdt-macro v0.5.0
4512026-03-27T04:25:13.331Z Compiling usdt-attr-macro v0.5.0
4522026-03-27T04:25:14.247Z Compiling num-rational v0.4.2
4532026-03-27T04:25:14.254Z Compiling pnet_transport v0.35.0
4542026-03-27T04:25:14.288Z Compiling usdt v0.5.0
4552026-03-27T04:25:14.409Z Compiling pnet v0.35.0
4562026-03-27T04:25:14.539Z Compiling num v0.4.3
4572026-03-27T04:25:14.601Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4582026-03-27T04:25:14.946Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4592026-03-27T04:25:15.066Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4602026-03-27T04:25:15.066Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4612026-03-27T04:25:15.190Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4622026-03-27T04:25:17.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.96s
4632026-03-27T04:25:17.840Z
4642026-03-27T04:25:17.843Zreal 12.986023408
4652026-03-27T04:25:17.843Zuser 1:10.154773918
4662026-03-27T04:25:17.843Zsys 11.848935247
4672026-03-27T04:25:17.843Ztrap 0.037986707
4682026-03-27T04:25:17.843Ztflt 0.042694830
4692026-03-27T04:25:17.844Zdflt 0.085507979
4702026-03-27T04:25:17.844Zkflt 0.000030372
4712026-03-27T04:25:17.844Zlock 3:56.487777861
4722026-03-27T04:25:17.844Zslp 3:31.507536746
4732026-03-27T04:25:17.844Zlat 3.563754164
4742026-03-27T04:25:17.844Zstop 4.376465016
4752026-03-27T04:25:17.844Z+ ptime -m cargo build --release
4762026-03-27T04:25:17.921Z Compiling proc-macro2 v1.0.106
4772026-03-27T04:25:17.921Z Compiling quote v1.0.45
4782026-03-27T04:25:17.921Z Compiling unicode-ident v1.0.24
4792026-03-27T04:25:17.924Z Compiling libc v0.2.182
4802026-03-27T04:25:17.924Z Compiling serde_core v1.0.228
4812026-03-27T04:25:17.924Z Compiling memchr v2.8.0
4822026-03-27T04:25:17.924Z Compiling serde v1.0.228
4832026-03-27T04:25:17.924Z Compiling thiserror v1.0.69
4842026-03-27T04:25:18.213Z Compiling zmij v1.0.21
4852026-03-27T04:25:18.244Z Compiling rustix v1.1.4
4862026-03-27T04:25:18.252Z Compiling getrandom v0.4.1
4872026-03-27T04:25:18.477Z Compiling serde_json v1.0.149
4882026-03-27T04:25:18.493Z Compiling ucd-trie v0.1.7
4892026-03-27T04:25:18.662Z Compiling pest v2.8.6
4902026-03-27T04:25:18.689Z Compiling aho-corasick v1.1.4
4912026-03-27T04:25:18.841Z Compiling autocfg v1.5.0
4922026-03-27T04:25:19.144Z Compiling version_check v0.9.5
4932026-03-27T04:25:19.168Z Compiling syn v2.0.117
4942026-03-27T04:25:19.180Z Compiling regex-syntax v0.8.10
4952026-03-27T04:25:19.239Z Compiling prettyplease v0.2.37
4962026-03-27T04:25:19.390Z Compiling num-traits v0.2.19
4972026-03-27T04:25:19.794Z Compiling pest_meta v2.8.6
4982026-03-27T04:25:20.467Z Compiling byteorder v1.5.0
4992026-03-27T04:25:20.606Z Compiling regex-automata v0.4.14
5002026-03-27T04:25:20.683Z Compiling itoa v1.0.17
5012026-03-27T04:25:20.839Z Compiling cfg-if v1.0.4
5022026-03-27T04:25:21.041Z Compiling usdt-impl v0.5.0
5032026-03-27T04:25:21.349Z Compiling num-integer v0.1.46
5042026-03-27T04:25:21.375Z Compiling errno v0.3.14
5052026-03-27T04:25:21.510Z Compiling pest_generator v2.8.6
5062026-03-27T04:25:21.604Z Compiling thread-id v4.2.2
5072026-03-27T04:25:21.830Z Compiling bitflags v2.11.0
5082026-03-27T04:25:21.842Z Compiling plain v0.2.3
5092026-03-27T04:25:21.948Z Compiling log v0.4.29
5102026-03-27T04:25:22.268Z Compiling regex v1.12.3
5112026-03-27T04:25:22.560Z Compiling colored v3.1.1
5122026-03-27T04:25:22.637Z Compiling serde_derive v1.0.228
5132026-03-27T04:25:22.659Z Compiling thiserror-impl v1.0.69
5142026-03-27T04:25:22.855Z Compiling zerocopy-derive v0.7.35
5152026-03-27T04:25:22.888Z Compiling pest_derive v2.8.6
5162026-03-27T04:25:23.153Z Compiling scroll_derive v0.12.1
5172026-03-27T04:25:23.382Z Compiling once_cell v1.21.3
5182026-03-27T04:25:23.674Z Compiling zerocopy v0.7.35
5192026-03-27T04:25:23.837Z Compiling scroll v0.12.0
5202026-03-27T04:25:23.891Z Compiling dtrace-parser v0.2.0
5212026-03-27T04:25:24.119Z Compiling goblin v0.8.2
5222026-03-27T04:25:24.207Z Compiling no-std-net v0.6.0
5232026-03-27T04:25:24.241Z Compiling fastrand v2.3.0
5242026-03-27T04:25:24.272Z Compiling pretty-hex v0.4.1
5252026-03-27T04:25:24.401Z Compiling radium v0.7.0
5262026-03-27T04:25:24.443Z Compiling tempfile v3.27.0
5272026-03-27T04:25:24.467Z Compiling pnet_base v0.35.0
5282026-03-27T04:25:24.655Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5292026-03-27T04:25:24.758Z Compiling getrandom v0.3.4
5302026-03-27T04:25:24.827Z Compiling zerocopy v0.8.40
5312026-03-27T04:25:25.065Z Compiling tap v1.0.1
5322026-03-27T04:25:25.171Z Compiling wyz v0.5.1
5332026-03-27T04:25:25.362Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5342026-03-27T04:25:25.445Z Compiling num-iter v0.1.45
5352026-03-27T04:25:25.557Z Compiling memmap v0.7.0
5362026-03-27T04:25:25.743Z Compiling serde_tokenstream v0.2.3
5372026-03-27T04:25:25.777Z Compiling dof v0.3.0
5382026-03-27T04:25:25.811Z Compiling num-bigint v0.4.6
5392026-03-27T04:25:25.879Z Compiling num-complex v0.4.6
5402026-03-27T04:25:26.135Z Compiling anyhow v1.0.102
5412026-03-27T04:25:26.366Z Compiling funty v2.0.0
5422026-03-27T04:25:26.571Z Compiling usdt-attr-macro v0.5.0
5432026-03-27T04:25:26.676Z Compiling usdt-macro v0.5.0
5442026-03-27T04:25:27.263Z Compiling num-rational v0.4.2
5452026-03-27T04:25:27.268Z Compiling bitvec v1.0.1
5462026-03-27T04:25:28.509Z Compiling num v0.4.3
5472026-03-27T04:25:28.580Z Compiling usdt v0.5.0
5482026-03-27T04:25:29.236Z Compiling pnet_macros_support v0.35.0
5492026-03-27T04:25:29.262Z Compiling pnet_macros v0.35.0
5502026-03-27T04:25:29.375Z Compiling pnet_sys v0.35.0
5512026-03-27T04:25:29.541Z Compiling utf8parse v0.2.2
5522026-03-27T04:25:29.642Z Compiling anstyle-parse v1.0.0
5532026-03-27T04:25:29.849Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5542026-03-27T04:25:30.311Z Compiling pnet_packet v0.35.0
5552026-03-27T04:25:30.316Z Compiling ppv-lite86 v0.2.21
5562026-03-27T04:25:30.864Z Compiling rand_core v0.9.5
5572026-03-27T04:25:31.345Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5582026-03-27T04:25:31.485Z Compiling ipnetwork v0.20.0
5592026-03-27T04:25:32.116Z Compiling anstyle-query v1.1.5
5602026-03-27T04:25:32.210Z Compiling is_terminal_polyfill v1.70.2
5612026-03-27T04:25:32.291Z Compiling pnet v0.35.0
5622026-03-27T04:25:32.498Z Compiling colorchoice v1.0.4
5632026-03-27T04:25:32.608Z Compiling anstyle v1.0.13
5642026-03-27T04:25:32.637Z Compiling pnet_transport v0.35.0
5652026-03-27T04:25:32.864Z Compiling anstream v1.0.0
5662026-03-27T04:25:33.655Z Compiling pnet_datalink v0.35.0
5672026-03-27T04:25:34.295Z Compiling rand_chacha v0.9.0
5682026-03-27T04:25:34.781Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5692026-03-27T04:25:34.841Z Compiling strsim v0.11.1
5702026-03-27T04:25:35.004Z Compiling clap_lex v1.0.0
5712026-03-27T04:25:35.021Z Compiling heck v0.5.0
5722026-03-27T04:25:35.154Z Compiling clap_builder v4.6.0
5732026-03-27T04:25:35.212Z Compiling clap_derive v4.6.0
5742026-03-27T04:25:35.661Z Compiling rand v0.9.2
5752026-03-27T04:25:36.398Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5762026-03-27T04:25:36.632Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5772026-03-27T04:25:36.669Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5782026-03-27T04:25:36.899Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5792026-03-27T04:25:40.166Z Compiling clap v4.6.0
5802026-03-27T04:25:40.241Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5812026-03-27T04:25:41.708Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5822026-03-27T04:25:49.060Z Finished `release` profile [optimized] target(s) in 31.21s
5832026-03-27T04:25:49.081Z
5842026-03-27T04:25:49.084Zreal 31.232435134
5852026-03-27T04:25:49.084Zuser 3:11.300483532
5862026-03-27T04:25:49.084Zsys 17.396081513
5872026-03-27T04:25:49.084Ztrap 0.105388374
5882026-03-27T04:25:49.084Ztflt 0.162667011
5892026-03-27T04:25:49.084Zdflt 0.153762605
5902026-03-27T04:25:49.084Zkflt 0.000013157
5912026-03-27T04:25:49.084Zlock 13:13.924874567
5922026-03-27T04:25:49.084Zslp 9:10.208094602
5932026-03-27T04:25:49.084Zlat 12.546563586
5942026-03-27T04:25:49.084Zstop 9.742944149
5952026-03-27T04:25:49.084Z+ for x in debug release
5962026-03-27T04:25:49.084Z+ mkdir -p /work/debug
5972026-03-27T04:25:49.085Z+ cp target/debug/x4c /work/debug/
5982026-03-27T04:25:49.107Z+ cp target/debug/libsidecar_lite.so /work/debug/
5992026-03-27T04:25:49.141Z+ for x in debug release
6002026-03-27T04:25:49.141Z+ mkdir -p /work/release
6012026-03-27T04:25:49.145Z+ cp target/release/x4c /work/release/
6022026-03-27T04:25:49.151Z+ cp target/release/libsidecar_lite.so /work/release/
6032026-03-27T04:25:49.160Z+ banner test
6042026-03-27T04:25:49.163Z
6052026-03-27T04:25:49.163Z ##### ###### #### #####
6062026-03-27T04:25:49.163Z # # # #
6072026-03-27T04:25:49.163Z # ##### #### #
6082026-03-27T04:25:49.163Z # # # #
6092026-03-27T04:25:49.163Z # # # # #
6102026-03-27T04:25:49.163Z # ###### #### #
6112026-03-27T04:25:49.163Z
6122026-03-27T04:25:49.164Z+ cargo test
6132026-03-27T04:25:49.232Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6142026-03-27T04:25:49.248Z Compiling libloading v0.9.0
6152026-03-27T04:25:49.251Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6162026-03-27T04:25:49.251Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6172026-03-27T04:25:49.251Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6182026-03-27T04:25:49.254Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6192026-03-27T04:25:49.438Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6202026-03-27T04:25:50.318Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6212026-03-27T04:25:50.318Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6222026-03-27T04:25:50.318Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6232026-03-27T04:25:50.585Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6242026-03-27T04:25:57.169Z Finished `test` profile [unoptimized + debuginfo] target(s) in 7.99s
6252026-03-27T04:25:57.182Z Running unittests src/lib.rs (target/debug/deps/p4-6ebaac3a6d7c3d56)
6262026-03-27T04:25:57.185Z
6272026-03-27T04:25:57.185Zrunning 0 tests
6282026-03-27T04:25:57.185Z
6292026-03-27T04:25:57.185Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-03-27T04:25:57.185Z
6312026-03-27T04:25:57.185Z Running unittests src/lib.rs (target/debug/deps/p4_macro-880399fa777bc1e5)
6322026-03-27T04:25:57.188Z
6332026-03-27T04:25:57.188Zrunning 0 tests
6342026-03-27T04:25:57.188Z
6352026-03-27T04:25:57.191Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-03-27T04:25:57.191Z
6372026-03-27T04:25:57.191Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-2e16881a529c14d6)
6382026-03-27T04:25:57.191Z
6392026-03-27T04:25:57.191Zrunning 0 tests
6402026-03-27T04:25:57.191Z
6412026-03-27T04:25:57.191Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-03-27T04:25:57.191Z
6432026-03-27T04:25:57.191Z Running unittests src/lib.rs (target/debug/deps/p4_rust-793f719931fa1d09)
6442026-03-27T04:25:57.196Z
6452026-03-27T04:25:57.196Zrunning 0 tests
6462026-03-27T04:25:57.196Z
6472026-03-27T04:25:57.196Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-03-27T04:25:57.196Z
6492026-03-27T04:25:57.196Z Running unittests src/lib.rs (target/debug/deps/p4rs-65aa44456a1bfa09)
6502026-03-27T04:25:57.196Z
6512026-03-27T04:25:57.196Zrunning 14 tests
6522026-03-27T04:25:57.196Ztest bitmath::tests::bitmath_add_cascade ... ok
6532026-03-27T04:25:57.196Ztest bitmath::tests::bitmath_add_nest ... ok
6542026-03-27T04:25:57.196Ztest bitmath::tests::bitmath_mod ... ok
6552026-03-27T04:25:57.196Ztest bitmath::tests::bitmath_sub_be ... ok
6562026-03-27T04:25:57.197Ztest bitmath::tests::bitmath_sub_le ... ok
6572026-03-27T04:25:57.197Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6582026-03-27T04:25:57.197Ztest bitmath::tests::bitmath_add_be ... ok
6592026-03-27T04:25:57.197Ztest bitmath::tests::bitmath_add_le ... ok
6602026-03-27T04:25:57.197Ztest checksum::tests::udp_checksum ... ok
6612026-03-27T04:25:57.197Ztest table::tests::match_lpm_ternary_1 ... ok
6622026-03-27T04:25:57.197Ztest table::tests::match_lpm_ternary_range ... ok
6632026-03-27T04:25:57.197Ztest table::tests::match_ternary_1 ... ok
6642026-03-27T04:25:57.197Ztest table::tests::match_lpm_1 ... ok
6652026-03-27T04:25:57.197Ztest table::tests::match_with_action ... ok
6662026-03-27T04:25:57.197Z
6672026-03-27T04:25:57.197Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6682026-03-27T04:25:57.197Z
6692026-03-27T04:25:57.200Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-603af14ee949a1c7)
6702026-03-27T04:25:57.200Z
6712026-03-27T04:25:57.200Zrunning 0 tests
6722026-03-27T04:25:57.200Z
6732026-03-27T04:25:57.200Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6742026-03-27T04:25:57.200Z
6752026-03-27T04:25:57.200Z Running unittests src/lib.rs (target/debug/deps/tests-94a92a930f96f7db)
6762026-03-27T04:25:57.200Z
6772026-03-27T04:25:57.200Zrunning 15 tests
6782026-03-27T04:25:57.200Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6792026-03-27T04:25:57.203Ztest headers::ipv6_header_read_write ... ok
6802026-03-27T04:25:57.206Ztest dload::pipeline_create ... ok
6812026-03-27T04:25:57.206Ztest ipv6::test_ipv6_parse ... ok
6822026-03-27T04:25:57.206Ztest dload::dynamic_load ... ok
6832026-03-27T04:25:57.210Ztest decap::geneve_decap ... ok
6842026-03-27T04:25:57.213Ztest dynamic_router::dynamic_router2 ... ok
6852026-03-27T04:25:57.213Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6862026-03-27T04:25:57.219Ztest arithmetic::arithmetic ... ok
6872026-03-27T04:25:57.227Ztest basic_router::basic_router2 ... ok
6882026-03-27T04:25:57.227Ztest vlan::test_vlan_parse ... ok
6892026-03-27T04:25:57.227Ztest hub::hub2 ... ok
6902026-03-27T04:25:57.230Ztest range::range ... ok
6912026-03-27T04:25:57.230Ztest disag_router::disag_router ... ok
6922026-03-27T04:25:57.296Ztest mac_rewrite::mac_rewrite2 ... ok
6932026-03-27T04:25:57.296Z
6942026-03-27T04:25:57.299Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
6952026-03-27T04:25:57.299Z
6962026-03-27T04:25:57.304Z Running unittests src/lib.rs (target/debug/deps/x4c-7b04595af6d48868)
6972026-03-27T04:25:57.307Z
6982026-03-27T04:25:57.307Zrunning 0 tests
6992026-03-27T04:25:57.307Z
7002026-03-27T04:25:57.307Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7012026-03-27T04:25:57.307Z
7022026-03-27T04:25:57.307Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-7bb26b91aee50a50)
7032026-03-27T04:25:57.310Z
7042026-03-27T04:25:57.310Zrunning 0 tests
7052026-03-27T04:25:57.310Z
7062026-03-27T04:25:57.310Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-03-27T04:25:57.310Z
7082026-03-27T04:25:57.310Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-e72fbdd1f51e07f4)
7092026-03-27T04:25:57.310Z
7102026-03-27T04:25:57.310Zrunning 0 tests
7112026-03-27T04:25:57.311Z
7122026-03-27T04:25:57.311Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7132026-03-27T04:25:57.311Z
7142026-03-27T04:25:57.311Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-0fee963793478053)
7152026-03-27T04:25:57.314Z
7162026-03-27T04:25:57.314Zrunning 0 tests
7172026-03-27T04:25:57.314Z
7182026-03-27T04:25:57.314Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7192026-03-27T04:25:57.314Z
7202026-03-27T04:25:57.314Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-312995ee0d51a99e)
7212026-03-27T04:25:57.314Z
7222026-03-27T04:25:57.314Zrunning 0 tests
7232026-03-27T04:25:57.314Z
7242026-03-27T04:25:57.314Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7252026-03-27T04:25:57.314Z
7262026-03-27T04:25:57.314Z Doc-tests p4
7272026-03-27T04:25:57.405Z
7282026-03-27T04:25:57.405Zrunning 0 tests
7292026-03-27T04:25:57.405Z
7302026-03-27T04:25:57.405Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7312026-03-27T04:25:57.405Z
7322026-03-27T04:25:57.414Z Doc-tests p4_macro
7332026-03-27T04:25:57.458Z
7342026-03-27T04:25:57.459Zrunning 2 tests
7352026-03-27T04:25:57.462Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7362026-03-27T04:25:57.462Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7372026-03-27T04:25:57.462Z
7382026-03-27T04:25:57.462Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7392026-03-27T04:25:57.462Z
7402026-03-27T04:25:57.465Z Doc-tests p4_rust
7412026-03-27T04:25:57.624Z
7422026-03-27T04:25:57.624Zrunning 0 tests
7432026-03-27T04:25:57.624Z
7442026-03-27T04:25:57.624Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7452026-03-27T04:25:57.624Z
7462026-03-27T04:25:57.635Z Doc-tests p4rs
7472026-03-27T04:25:57.720Z
7482026-03-27T04:25:57.720Zrunning 1 test
7492026-03-27T04:25:58.502Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7502026-03-27T04:25:58.502Z
7512026-03-27T04:25:58.502Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.78s
7522026-03-27T04:25:58.502Z
7532026-03-27T04:25:58.511Z Doc-tests tests
7542026-03-27T04:25:58.572Z
7552026-03-27T04:25:58.572Zrunning 0 tests
7562026-03-27T04:25:58.572Z
7572026-03-27T04:25:58.572Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7582026-03-27T04:25:58.572Z
7592026-03-27T04:25:58.579Z Doc-tests x4c
7602026-03-27T04:25:58.623Z
7612026-03-27T04:25:58.623Zrunning 0 tests
7622026-03-27T04:25:58.623Z
7632026-03-27T04:25:58.623Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7642026-03-27T04:25:58.623Z
7652026-03-27T04:25:58.627Z Doc-tests x4c_error_codes
7662026-03-27T04:25:58.653Z
7672026-03-27T04:25:58.653Zrunning 0 tests
7682026-03-27T04:25:58.653Z
7692026-03-27T04:25:58.653Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7702026-03-27T04:25:58.653Z
7712026-03-27T04:25:58.664Z+ pushd test
7722026-03-27T04:25:58.667Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7732026-03-27T04:25:58.667Z+ banner 'mac rewr'
7742026-03-27T04:25:58.667Z
7752026-03-27T04:25:58.667Z # # ## #### ##### ###### # # #####
7762026-03-27T04:25:58.667Z ## ## # # # # # # # # # # #
7772026-03-27T04:25:58.667Z # ## # # # # # # ##### # # # #
7782026-03-27T04:25:58.668Z # # ###### # ##### # # ## # #####
7792026-03-27T04:25:58.668Z # # # # # # # # # ## ## # #
7802026-03-27T04:25:58.668Z # # # # #### # # ###### # # # #
7812026-03-27T04:25:58.668Z
7822026-03-27T04:25:58.668Z+ RUST_BACKTRACE=1
7832026-03-27T04:25:58.668Z+ cargo test mac_rewrite -- --nocapture
7842026-03-27T04:25:58.764Z Compiling aho-corasick v1.1.4
7852026-03-27T04:25:58.779Z Compiling rustix v1.1.4
7862026-03-27T04:25:58.779Z Compiling getrandom v0.4.1
7872026-03-27T04:25:58.782Z Compiling errno v0.3.14
7882026-03-27T04:25:58.785Z Compiling prettyplease v0.2.37
7892026-03-27T04:25:59.449Z Compiling regex-automata v0.4.14
7902026-03-27T04:25:59.493Z Compiling tempfile v3.27.0
7912026-03-27T04:26:00.800Z Compiling regex v1.12.3
7922026-03-27T04:26:01.054Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7932026-03-27T04:26:01.122Z Compiling pnet_macros v0.35.0
7942026-03-27T04:26:01.735Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7952026-03-27T04:26:02.083Z Compiling pnet_packet v0.35.0
7962026-03-27T04:26:02.518Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
7972026-03-27T04:26:03.913Z Compiling pnet_transport v0.35.0
7982026-03-27T04:26:04.030Z Compiling pnet v0.35.0
7992026-03-27T04:26:04.115Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8002026-03-27T04:26:10.607Z Finished `test` profile [unoptimized + debuginfo] target(s) in 11.92s
8012026-03-27T04:26:10.617Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-c9f563922d5c1ea2)
8022026-03-27T04:26:10.620Z
8032026-03-27T04:26:10.620Zrunning 1 test
8042026-03-27T04:26:10.626Z[phy2] do you know the muffin man?
8052026-03-27T04:26:10.628Z[cpu] the muffin man?
8062026-03-27T04:26:10.629Z[cpu] the muffin man!
8072026-03-27T04:26:10.629Z[cpu] why yes
8082026-03-27T04:26:10.629Z[phy1] i know the muffin man
8092026-03-27T04:26:10.629Z[phy3] the muffin man is me!!!
8102026-03-27T04:26:10.629Ztest mac_rewrite::mac_rewrite2 ... ok
8112026-03-27T04:26:10.629Z
8122026-03-27T04:26:10.629Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8132026-03-27T04:26:10.629Z
8142026-03-27T04:26:10.633Z+ banner 'dyn load'
8152026-03-27T04:26:10.636Z
8162026-03-27T04:26:10.636Z ##### # # # # # #### ## #####
8172026-03-27T04:26:10.636Z # # # # ## # # # # # # # #
8182026-03-27T04:26:10.636Z # # # # # # # # # # # # #
8192026-03-27T04:26:10.636Z # # # # # # # # # ###### # #
8202026-03-27T04:26:10.636Z # # # # ## # # # # # # #
8212026-03-27T04:26:10.636Z ##### # # # ###### #### # # #####
8222026-03-27T04:26:10.636Z
8232026-03-27T04:26:10.636Z+ RUST_BACKTRACE=1
8242026-03-27T04:26:10.636Z+ cargo test dload -- --nocapture
8252026-03-27T04:26:10.722Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8262026-03-27T04:26:10.724Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-c9f563922d5c1ea2)
8272026-03-27T04:26:10.728Z
8282026-03-27T04:26:10.728Zrunning 2 tests
8292026-03-27T04:26:10.731Ztest dload::pipeline_create ... ok
8302026-03-27T04:26:10.734Ztest dload::dynamic_load ... ok
8312026-03-27T04:26:10.734Z
8322026-03-27T04:26:10.734Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8332026-03-27T04:26:10.734Z
8342026-03-27T04:26:10.738Z+ banner disag
8352026-03-27T04:26:10.741Z
8362026-03-27T04:26:10.741Z ##### # #### ## ####
8372026-03-27T04:26:10.741Z # # # # # # # #
8382026-03-27T04:26:10.741Z # # # #### # # #
8392026-03-27T04:26:10.741Z # # # # ###### # ###
8402026-03-27T04:26:10.741Z # # # # # # # # #
8412026-03-27T04:26:10.741Z ##### # #### # # ####
8422026-03-27T04:26:10.741Z
8432026-03-27T04:26:10.742Z+ RUST_BACKTRACE=1
8442026-03-27T04:26:10.742Z+ cargo test disag_router -- --nocapture
8452026-03-27T04:26:10.826Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8462026-03-27T04:26:10.829Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-c9f563922d5c1ea2)
8472026-03-27T04:26:10.832Z
8482026-03-27T04:26:10.832Zrunning 1 test
8492026-03-27T04:26:10.837Z[phy2] do you know the muffin man?
8502026-03-27T04:26:10.840Z[cpu] the muffin man?
8512026-03-27T04:26:10.840Z[cpu] the muffin man!
8522026-03-27T04:26:10.840Z[cpu] why yes
8532026-03-27T04:26:10.840Z[phy1] i know the muffin man
8542026-03-27T04:26:10.840Z[phy3] the muffin man is me!!!
8552026-03-27T04:26:10.840Ztest disag_router::disag_router ... ok
8562026-03-27T04:26:10.840Z
8572026-03-27T04:26:10.840Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8582026-03-27T04:26:10.840Z
8592026-03-27T04:26:10.845Z+ banner 'dyn rtr'
8602026-03-27T04:26:10.847Z
8612026-03-27T04:26:10.847Z ##### # # # # ##### ##### #####
8622026-03-27T04:26:10.847Z # # # # ## # # # # # #
8632026-03-27T04:26:10.847Z # # # # # # # # # # #
8642026-03-27T04:26:10.847Z # # # # # # ##### # #####
8652026-03-27T04:26:10.847Z # # # # ## # # # # #
8662026-03-27T04:26:10.847Z ##### # # # # # # # #
8672026-03-27T04:26:10.848Z
8682026-03-27T04:26:10.848Z+ RUST_BACKTRACE=1
8692026-03-27T04:26:10.848Z+ cargo test dynamic_router -- --nocapture
8702026-03-27T04:26:10.936Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8712026-03-27T04:26:10.939Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-c9f563922d5c1ea2)
8722026-03-27T04:26:10.942Z
8732026-03-27T04:26:10.942Zrunning 1 test
8742026-03-27T04:26:10.947Z[phy2] do you know the muffin man?
8752026-03-27T04:26:10.949Z[cpu] the muffin man?
8762026-03-27T04:26:10.949Z[cpu] the muffin man!
8772026-03-27T04:26:10.949Z[cpu] why yes
8782026-03-27T04:26:10.949Z[phy1] i know the muffin man
8792026-03-27T04:26:10.949Z[phy3] the muffin man is me!!!
8802026-03-27T04:26:10.949Ztest dynamic_router::dynamic_router2 ... ok
8812026-03-27T04:26:10.950Z
8822026-03-27T04:26:10.950Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8832026-03-27T04:26:10.950Z
8842026-03-27T04:26:10.955Z+ banner hub
8852026-03-27T04:26:10.957Z
8862026-03-27T04:26:10.957Z # # # # #####
8872026-03-27T04:26:10.957Z # # # # # #
8882026-03-27T04:26:10.958Z ###### # # #####
8892026-03-27T04:26:10.958Z # # # # # #
8902026-03-27T04:26:10.958Z # # # # # #
8912026-03-27T04:26:10.958Z # # #### #####
8922026-03-27T04:26:10.958Z
8932026-03-27T04:26:10.958Z+ RUST_BACKTRACE=1
8942026-03-27T04:26:10.958Z+ cargo test hub -- --nocapture
8952026-03-27T04:26:11.046Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8962026-03-27T04:26:11.049Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-c9f563922d5c1ea2)
8972026-03-27T04:26:11.049Z
8982026-03-27T04:26:11.049Zrunning 1 test
8992026-03-27T04:26:11.054Z[phy2] do you know the muffin man?
9002026-03-27T04:26:11.054Z[phy3] do you know the muffin man?
9012026-03-27T04:26:11.058Z[phy1] the muffin man?
9022026-03-27T04:26:11.058Z[phy3] the muffin man?
9032026-03-27T04:26:11.058Z[phy2] the muffin man!
9042026-03-27T04:26:11.058Z[phy3] the muffin man!
9052026-03-27T04:26:11.058Z[phy1] why yes
9062026-03-27T04:26:11.058Z[phy1] i know the muffin man
9072026-03-27T04:26:11.058Z[phy1] the muffin man is me!!!
9082026-03-27T04:26:11.058Z[phy3] why yes
9092026-03-27T04:26:11.058Z[phy3] i know the muffin man
9102026-03-27T04:26:11.058Z[phy3] the muffin man is me!!!
9112026-03-27T04:26:11.058Ztest hub::hub2 ... ok
9122026-03-27T04:26:11.058Z
9132026-03-27T04:26:11.058Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9142026-03-27T04:26:11.058Z
9152026-03-27T04:26:11.062Z+ banner router
9162026-03-27T04:26:11.065Z
9172026-03-27T04:26:11.065Z ##### #### # # ##### ###### #####
9182026-03-27T04:26:11.065Z # # # # # # # # # #
9192026-03-27T04:26:11.065Z # # # # # # # ##### # #
9202026-03-27T04:26:11.065Z ##### # # # # # # #####
9212026-03-27T04:26:11.065Z # # # # # # # # # #
9222026-03-27T04:26:11.065Z # # #### #### # ###### # #
9232026-03-27T04:26:11.065Z
9242026-03-27T04:26:11.065Z+ RUST_BACKTRACE=1
9252026-03-27T04:26:11.065Z+ cargo test basic_router -- --nocapture
9262026-03-27T04:26:11.152Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9272026-03-27T04:26:11.155Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-c9f563922d5c1ea2)
9282026-03-27T04:26:11.158Z
9292026-03-27T04:26:11.158Zrunning 1 test
9302026-03-27T04:26:11.163Z[phy2] do you know the muffin man?
9312026-03-27T04:26:11.166Z[phy1] the muffin man?
9322026-03-27T04:26:11.166Z[phy2] the muffin man!
9332026-03-27T04:26:11.166Z[phy1] why yes
9342026-03-27T04:26:11.166Z[phy1] i know the muffin man
9352026-03-27T04:26:11.166Z[phy1] the muffin man is me!!!
9362026-03-27T04:26:11.166Ztest basic_router::basic_router2 ... ok
9372026-03-27T04:26:11.166Z
9382026-03-27T04:26:11.166Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9392026-03-27T04:26:11.166Z
9402026-03-27T04:26:11.171Z+ banner headers
9412026-03-27T04:26:11.174Z
9422026-03-27T04:26:11.174Z # # ###### ## ##### ###### ##### ####
9432026-03-27T04:26:11.174Z # # # # # # # # # # #
9442026-03-27T04:26:11.174Z ###### ##### # # # # ##### # # ####
9452026-03-27T04:26:11.174Z # # # ###### # # # ##### #
9462026-03-27T04:26:11.174Z # # # # # # # # # # # #
9472026-03-27T04:26:11.174Z # # ###### # # ##### ###### # # ####
9482026-03-27T04:26:11.174Z
9492026-03-27T04:26:11.174Z+ RUST_BACKTRACE=1
9502026-03-27T04:26:11.174Z+ cargo test headers -- --nocapture
9512026-03-27T04:26:11.260Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9522026-03-27T04:26:11.263Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-c9f563922d5c1ea2)
9532026-03-27T04:26:11.266Z
9542026-03-27T04:26:11.266Zrunning 1 test
9552026-03-27T04:26:11.266Ztest headers::ipv6_header_read_write ... ok
9562026-03-27T04:26:11.266Z
9572026-03-27T04:26:11.266Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9582026-03-27T04:26:11.266Z
9592026-03-27T04:26:11.272Zprocess exited: duration 103535 ms, exit code 0
 
9602026-03-27T04:26:11.285Zfound 4 output files
9612026-03-27T04:26:11.285Zuploading: /work/debug/libsidecar_lite.so (42878624 bytes)
9622026-03-27T04:26:12.620Zuploaded: /work/debug/libsidecar_lite.so
9632026-03-27T04:26:12.620Zuploading: /work/debug/x4c (37552864 bytes)
9642026-03-27T04:26:13.906Zuploaded: /work/debug/x4c
9652026-03-27T04:26:13.906Zuploading: /work/release/libsidecar_lite.so (9836720 bytes)
9662026-03-27T04:26:14.991Zuploaded: /work/release/libsidecar_lite.so
9672026-03-27T04:26:14.991Zuploading: /work/release/x4c (8673344 bytes)
9682026-03-27T04:26:16.051Zuploaded: /work/release/x4c