01K4EGRTJ63CP14B0FRP7P1G4C: 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: 01K4EGSTJNQ27BF78EPRF7S7M3

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-09-06T03:46:53.192Zjob assigned to worker 01K4EJ2W5REY5HAX02VJSHK5VG [factory aws, i-0b27a95d41e0a090a] (queued for 23 m 23 s)
 
22025-09-06T03:47:01.764Zstarting task 0: "setup"
32025-09-06T03:47:01.769Z++ uname -s
42025-09-06T03:47:01.772Z+ kern=SunOS
52025-09-06T03:47:01.772Z+ build_user=build
62025-09-06T03:47:01.772Z+ build_uid=12345
72025-09-06T03:47:01.772Z+ work_dir=/work
82025-09-06T03:47:01.773Z+ input_dir=/input
92025-09-06T03:47:01.773Z+ [[ 0 == 12345 ]]
102025-09-06T03:47:01.773Z+ case "$kern" in
112025-09-06T03:47:01.773Z+ groupadd -g 12345 build
122025-09-06T03:47:01.776Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-09-06T03:47:03.782Z+ zfs create -o mountpoint=/work rpool/work
142025-09-06T03:47:03.855Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-09-06T03:47:03.858Z+ home_fs=zfs
162025-09-06T03:47:03.858Z+ [[ zfs == autofs ]]
172025-09-06T03:47:03.858Z+ mkdir -p /home/build
182025-09-06T03:47:03.862Z+ chown build:build /home/build /work
192025-09-06T03:47:05.863Z+ chmod 0700 /home/build /work
202025-09-06T03:47:05.866Zprocess exited: duration 4103 ms, exit code 0
 
212025-09-06T03:47:05.874Zstarting task 1: "rust-toolchain"
222025-09-06T03:47:05.879Z * rust toolchain channel = "stable"
232025-09-06T03:47:05.879Z+ printf ' * rust toolchain channel = "%s"\n' stable
242025-09-06T03:47:05.879Z * rust toolchain profile = "default"
252025-09-06T03:47:05.879Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-09-06T03:47:05.879Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-09-06T03:47:05.879Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-09-06T03:47:05.882Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-09-06T03:47:05.882Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302025-09-06T03:47:05.978Zinfo: downloading installer
312025-09-06T03:47:07.236Zwarn: It looks like you have an existing installation of Rust at:
322025-09-06T03:47:07.236Zwarn: /opt/ooce/bin
332025-09-06T03:47:07.236Zwarn: It is recommended that rustup be the primary Rust installation.
342025-09-06T03:47:07.236Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-09-06T03:47:07.236Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-09-06T03:47:07.236Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-09-06T03:47:07.236Zwarn: or pass `-y' to ignore all ignorable checks.
382025-09-06T03:47:07.236Zerror: cannot install while Rust is installed
392025-09-06T03:47:07.236Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-09-06T03:47:07.254Zinfo: profile set to 'default'
412025-09-06T03:47:07.254Zinfo: default host triple is x86_64-unknown-illumos
422025-09-06T03:47:07.258Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432025-09-06T03:47:07.431Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-09-06T03:47:07.431Zinfo: downloading component 'cargo'
452025-09-06T03:47:08.229Zinfo: downloading component 'clippy'
462025-09-06T03:47:08.544Zinfo: downloading component 'rust-docs'
472025-09-06T03:47:09.739Zinfo: downloading component 'rust-std'
482025-09-06T03:47:11.395Zinfo: downloading component 'rustc'
492025-09-06T03:47:18.733Zinfo: downloading component 'rustfmt'
502025-09-06T03:47:18.965Zinfo: installing component 'cargo'
512025-09-06T03:47:19.861Zinfo: installing component 'clippy'
522025-09-06T03:47:20.252Zinfo: installing component 'rust-docs'
532025-09-06T03:47:22.121Zinfo: installing component 'rust-std'
542025-09-06T03:47:24.082Zinfo: installing component 'rustc'
552025-09-06T03:47:30.620Zinfo: installing component 'rustfmt'
562025-09-06T03:47:30.959Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572025-09-06T03:47:30.959Z
582025-09-06T03:47:31.386Z stable-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-09-06T03:47:31.386Z
602025-09-06T03:47:31.389Z
612025-09-06T03:47:31.389ZRust is installed now. Great!
622025-09-06T03:47:31.389Z
632025-09-06T03:47:31.389ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-09-06T03:47:31.389Zenvironment variable. This has not been done automatically.
652025-09-06T03:47:31.390Z
662025-09-06T03:47:31.390ZTo configure your current shell, you need to source
672025-09-06T03:47:31.390Zthe corresponding env file under $HOME/.cargo.
682025-09-06T03:47:31.390Z
692025-09-06T03:47:31.390ZThis is usually done by running one of the following (note the leading DOT):
702025-09-06T03:47:31.390Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-09-06T03:47:31.390Zsource "$HOME/.cargo/env.fish" # For fish
722025-09-06T03:47:31.390Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-09-06T03:47:31.492Z+ rustup --version
742025-09-06T03:47:31.506Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-09-06T03:47:31.510Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-09-06T03:47:31.627Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-09-06T03:47:31.630Z+ cargo --version
782025-09-06T03:47:31.695Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-09-06T03:47:31.698Z+ rustc --version
802025-09-06T03:47:31.771Zrustc 1.89.0 (29483883e 2025-08-04)
812025-09-06T03:47:31.775Zprocess exited: duration 25898 ms, exit code 0
 
822025-09-06T03:47:31.782Zstarting task 2: "authentication"
832025-09-06T03:47:31.805Zprocess exited: duration 22 ms, exit code 0
 
842025-09-06T03:47:31.814Zstarting task 3: "clone repository"
852025-09-06T03:47:31.818Z+ mkdir -p /work/oxidecomputer/p4
862025-09-06T03:47:31.821Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
872025-09-06T03:47:31.862ZCloning into '/work/oxidecomputer/p4'...
882025-09-06T03:47:32.609Z+ cd /work/oxidecomputer/p4
892025-09-06T03:47:32.609Z+ git fetch origin 011f98c8e236fd2da00b0a8acbb758c972fd7c4a
902025-09-06T03:47:32.871ZFrom https://github.com/oxidecomputer/p4
912025-09-06T03:47:32.871Z * branch 011f98c8e236fd2da00b0a8acbb758c972fd7c4a -> FETCH_HEAD
922025-09-06T03:47:32.879Z+ [[ -n renovate/usdt-0.x ]]
932025-09-06T03:47:32.882Z++ git branch --show-current
942025-09-06T03:47:32.885Z+ current=main
952025-09-06T03:47:32.885Z+ [[ main != renovate/usdt-0.x ]]
962025-09-06T03:47:32.885Z+ git branch -f renovate/usdt-0.x 011f98c8e236fd2da00b0a8acbb758c972fd7c4a
972025-09-06T03:47:32.889Z+ git checkout -f renovate/usdt-0.x
982025-09-06T03:47:32.897ZSwitched to branch 'renovate/usdt-0.x'
992025-09-06T03:47:32.900Z+ git reset --hard 011f98c8e236fd2da00b0a8acbb758c972fd7c4a
1002025-09-06T03:47:32.909ZHEAD is now at 011f98c Update Rust crate usdt to 0.6.0
1012025-09-06T03:47:32.912Zprocess exited: duration 1097 ms, exit code 0
 
1022025-09-06T03:47:32.921Zstarting task 4: "build"
1032025-09-06T03:47:32.925Z+ cargo --version
1042025-09-06T03:47:32.932Zinfo: syncing channel updates for '1.86.0-x86_64-unknown-illumos'
1052025-09-06T03:47:33.094Zinfo: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31)
1062025-09-06T03:47:33.095Zinfo: downloading component 'cargo'
1072025-09-06T03:47:33.883Zinfo: downloading component 'clippy'
1082025-09-06T03:47:34.178Zinfo: downloading component 'rust-docs'
1092025-09-06T03:47:35.473Zinfo: downloading component 'rust-std'
1102025-09-06T03:47:37.011Zinfo: downloading component 'rustc'
1112025-09-06T03:47:42.970Zinfo: downloading component 'rustfmt'
1122025-09-06T03:47:43.214Zinfo: installing component 'cargo'
1132025-09-06T03:47:44.045Zinfo: installing component 'clippy'
1142025-09-06T03:47:44.430Zinfo: installing component 'rust-docs'
1152025-09-06T03:47:46.305Zinfo: installing component 'rust-std'
1162025-09-06T03:47:48.064Zinfo: installing component 'rustc'
1172025-09-06T03:47:54.386Zinfo: installing component 'rustfmt'
1182025-09-06T03:47:54.805Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1192025-09-06T03:47:54.809Z+ rustc --version
1202025-09-06T03:47:54.885Zrustc 1.86.0 (05f9846f8 2025-03-31)
1212025-09-06T03:47:54.890Z+ banner check
1222025-09-06T03:47:54.894Z
1232025-09-06T03:47:54.894Z #### # # ###### #### # #
1242025-09-06T03:47:54.894Z # # # # # # # # #
1252025-09-06T03:47:54.894Z # ###### ##### # ####
1262025-09-06T03:47:54.894Z # # # # # # #
1272025-09-06T03:47:54.894Z # # # # # # # # #
1282025-09-06T03:47:54.894Z #### # # ###### #### # #
1292025-09-06T03:47:54.894Z
1302025-09-06T03:47:54.894Z+ cargo fmt -- --check
1312025-09-06T03:47:55.216Z+ cargo check
1322025-09-06T03:47:55.342Z Updating crates.io index
1332025-09-06T03:47:55.345Z Updating git repository `https://github.com/oxidecomputer/xfr`
1342025-09-06T03:47:55.649ZFrom https://github.com/oxidecomputer/xfr
1352025-09-06T03:47:55.650Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1362025-09-06T03:47:56.046Z Downloading crates ...
1372025-09-06T03:47:56.121Z Downloaded crypto-common v0.1.6
1382025-09-06T03:47:56.124Z Downloaded dof v0.4.0
1392025-09-06T03:47:56.129Z Downloaded cpufeatures v0.2.17
1402025-09-06T03:47:56.135Z Downloaded pnet_macros v0.35.0
1412025-09-06T03:47:56.138Z Downloaded utf8parse v0.2.2
1422025-09-06T03:47:56.141Z Downloaded anstream v0.6.18
1432025-09-06T03:47:56.144Z Downloaded log v0.4.27
1442025-09-06T03:47:56.150Z Downloaded colored v3.0.0
1452025-09-06T03:47:56.153Z Downloaded anstyle v1.0.10
1462025-09-06T03:47:56.172Z Downloaded serde_json v1.0.140
1472025-09-06T03:47:56.183Z Downloaded clap_builder v4.5.47
1482025-09-06T03:47:56.191Z Downloaded regex v1.11.2
1492025-09-06T03:47:56.197Z Downloaded aho-corasick v1.1.3
1502025-09-06T03:47:56.203Z Downloaded zerocopy v0.8.26
1512025-09-06T03:47:56.224Z Downloaded rustix v1.0.3
1522025-09-06T03:47:56.246Z Downloaded tap v1.0.1
1532025-09-06T03:47:56.249Z Downloaded autocfg v1.4.0
1542025-09-06T03:47:56.249Z Downloaded scroll v0.13.0
1552025-09-06T03:47:56.252Z Downloaded pnet v0.35.0
1562025-09-06T03:47:56.256Z Downloaded plain v0.2.3
1572025-09-06T03:47:56.256Z Downloaded pest_generator v2.8.1
1582025-09-06T03:47:56.256Z Downloaded pnet_sys v0.35.0
1592025-09-06T03:47:56.259Z Downloaded dtrace-parser v0.3.0
1602025-09-06T03:47:56.259Z Downloaded pest_derive v2.8.1
1612025-09-06T03:47:56.262Z Downloaded digest v0.10.7
1622025-09-06T03:47:56.262Z Downloaded block-buffer v0.10.4
1632025-09-06T03:47:56.265Z Downloaded zerocopy-derive v0.8.26
1642025-09-06T03:47:56.269Z Downloaded pnet_packet v0.35.0
1652025-09-06T03:47:56.272Z Downloaded pest_meta v2.8.1
1662025-09-06T03:47:56.275Z Downloaded ppv-lite86 v0.2.21
1672025-09-06T03:47:56.275Z Downloaded itoa v1.0.15
1682025-09-06T03:47:56.278Z Downloaded is_terminal_polyfill v1.70.1
1692025-09-06T03:47:56.278Z Downloaded tempfile v3.21.0
1702025-09-06T03:47:56.281Z Downloaded bitflags v2.9.0
1712025-09-06T03:47:56.288Z Downloaded generic-array v0.14.7
1722025-09-06T03:47:56.291Z Downloaded fastrand v2.3.0
1732025-09-06T03:47:56.291Z Downloaded pnet_transport v0.35.0
1742025-09-06T03:47:56.294Z Downloaded errno v0.3.10
1752025-09-06T03:47:56.294Z Downloaded funty v2.0.0
1762025-09-06T03:47:56.298Z Downloaded num v0.4.3
1772025-09-06T03:47:56.301Z Downloaded rand_chacha v0.9.0
1782025-09-06T03:47:56.301Z Downloaded pretty-hex v0.4.1
1792025-09-06T03:47:56.304Z Downloaded rand_core v0.9.3
1802025-09-06T03:47:56.307Z Downloaded quote v1.0.40
1812025-09-06T03:47:56.310Z Downloaded num-complex v0.4.6
1822025-09-06T03:47:56.325Z Downloaded typenum v1.18.0
1832025-09-06T03:47:56.328Z Downloaded serde_tokenstream v0.2.2
1842025-09-06T03:47:56.334Z Downloaded num-iter v0.1.45
1852025-09-06T03:47:56.334Z Downloaded ipnetwork v0.20.0
1862025-09-06T03:47:56.338Z Downloaded strsim v0.11.1
1872025-09-06T03:47:56.338Z Downloaded thiserror v2.0.16
1882025-09-06T03:47:56.341Z Downloaded pnet_macros_support v0.35.0
1892025-09-06T03:47:56.342Z Downloaded radium v0.7.0
1902025-09-06T03:47:56.342Z Downloaded pnet_base v0.35.0
1912025-09-06T03:47:56.345Z Downloaded heck v0.5.0
1922025-09-06T03:47:56.345Z Downloaded glob v0.3.2
1932025-09-06T03:47:56.345Z Downloaded cfg-if v1.0.0
1942025-09-06T03:47:56.348Z Downloaded thread-id v5.0.0
1952025-09-06T03:47:56.348Z Downloaded usdt-attr-macro v0.6.0
1962025-09-06T03:47:56.348Z Downloaded thiserror-impl v2.0.16
1972025-09-06T03:47:56.351Z Downloaded scroll_derive v0.13.1
1982025-09-06T03:47:56.355Z Downloaded version_check v0.9.5
1992025-09-06T03:47:56.355Z Downloaded colorchoice v1.0.3
2002025-09-06T03:47:56.358Z Downloaded usdt-macro v0.6.0
2012025-09-06T03:47:56.358Z Downloaded once_cell v1.21.3
2022025-09-06T03:47:56.361Z Downloaded wyz v0.5.1
2032025-09-06T03:47:56.361Z Downloaded anstyle-query v1.1.2
2042025-09-06T03:47:56.364Z Downloaded sha2 v0.10.8
2052025-09-06T03:47:56.364Z Downloaded ryu v1.0.20
2062025-09-06T03:47:56.367Z Downloaded ucd-trie v0.1.7
2072025-09-06T03:47:56.367Z Downloaded pnet_datalink v0.35.0
2082025-09-06T03:47:56.371Z Downloaded num-integer v0.1.46
2092025-09-06T03:47:56.375Z Downloaded no-std-net v0.6.0
2102025-09-06T03:47:56.375Z Downloaded clap_lex v0.7.4
2112025-09-06T03:47:56.375Z Downloaded anstyle-parse v0.2.6
2122025-09-06T03:47:56.378Z Downloaded usdt-impl v0.6.0
2132025-09-06T03:47:56.378Z Downloaded usdt v0.6.0
2142025-09-06T03:47:56.378Z Downloaded clap_derive v4.5.47
2152025-09-06T03:47:56.381Z Downloaded byteorder v1.5.0
2162025-09-06T03:47:56.384Z Downloaded num-rational v0.4.2
2172025-09-06T03:47:56.384Z Downloaded pest v2.8.1
2182025-09-06T03:47:56.387Z Downloaded proc-macro2 v1.0.101
2192025-09-06T03:47:56.391Z Downloaded num-traits v0.2.19
2202025-09-06T03:47:56.394Z Downloaded anyhow v1.0.99
2212025-09-06T03:47:56.398Z Downloaded unicode-ident v1.0.18
2222025-09-06T03:47:56.401Z Downloaded serde_derive v1.0.219
2232025-09-06T03:47:56.404Z Downloaded prettyplease v0.2.37
2242025-09-06T03:47:56.409Z Downloaded memchr v2.7.4
2252025-09-06T03:47:56.412Z Downloaded serde v1.0.219
2262025-09-06T03:47:56.415Z Downloaded num-bigint v0.4.6
2272025-09-06T03:47:56.419Z Downloaded rand v0.9.2
2282025-09-06T03:47:56.423Z Downloaded clap v4.5.47
2292025-09-06T03:47:56.431Z Downloaded getrandom v0.3.2
2302025-09-06T03:47:56.435Z Downloaded memmap2 v0.9.8
2312025-09-06T03:47:56.446Z Downloaded bitvec v1.0.1
2322025-09-06T03:47:56.469Z Downloaded goblin v0.10.1
2332025-09-06T03:47:56.478Z Downloaded syn v2.0.106
2342025-09-06T03:47:56.489Z Downloaded regex-syntax v0.8.5
2352025-09-06T03:47:56.523Z Downloaded regex-automata v0.4.9
2362025-09-06T03:47:56.539Z Downloaded libc v0.2.171
2372025-09-06T03:47:56.664Z Compiling proc-macro2 v1.0.101
2382025-09-06T03:47:56.664Z Compiling unicode-ident v1.0.18
2392025-09-06T03:47:56.667Z Compiling libc v0.2.171
2402025-09-06T03:47:56.668Z Compiling serde v1.0.219
2412025-09-06T03:47:56.668Z Compiling memchr v2.7.4
2422025-09-06T03:47:56.668Z Compiling thiserror v2.0.16
2432025-09-06T03:47:56.849Z Compiling rustix v1.0.3
2442025-09-06T03:47:56.861Z Compiling ucd-trie v0.1.7
2452025-09-06T03:47:57.280Z Compiling serde_json v1.0.140
2462025-09-06T03:47:57.306Z Compiling prettyplease v0.2.37
2472025-09-06T03:47:57.599Z Checking cfg-if v1.0.0
2482025-09-06T03:47:57.634Z Compiling autocfg v1.4.0
2492025-09-06T03:47:57.696Z Compiling aho-corasick v1.1.3
2502025-09-06T03:47:57.713Z Compiling zerocopy v0.8.26
2512025-09-06T03:47:57.966Z Compiling regex-syntax v0.8.5
2522025-09-06T03:47:58.025Z Compiling getrandom v0.3.2
2532025-09-06T03:47:58.324Z Checking quote v1.0.40
2542025-09-06T03:47:58.458Z Compiling num-traits v0.2.19
2552025-09-06T03:47:58.634Z Checking syn v2.0.106
2562025-09-06T03:47:58.673Z Compiling ryu v1.0.20
2572025-09-06T03:47:58.966Z Compiling itoa v1.0.15
2582025-09-06T03:47:58.987Z Checking colored v3.0.0
2592025-09-06T03:47:59.164Z Compiling usdt-impl v0.6.0
2602025-09-06T03:47:59.322Z Compiling thread-id v5.0.0
2612025-09-06T03:47:59.619Z Checking plain v0.2.3
2622025-09-06T03:47:59.774Z Checking log v0.4.27
2632025-09-06T03:47:59.780Z Compiling byteorder v1.5.0
2642025-09-06T03:47:59.961Z Compiling errno v0.3.10
2652025-09-06T03:48:00.029Z Checking no-std-net v0.6.0
2662025-09-06T03:48:00.129Z Checking pretty-hex v0.4.1
2672025-09-06T03:48:00.200Z Compiling radium v0.7.0
2682025-09-06T03:48:00.318Z Compiling bitflags v2.9.0
2692025-09-06T03:48:00.625Z Checking num-integer v0.1.46
2702025-09-06T03:48:00.797Z Checking pnet_base v0.35.0
2712025-09-06T03:48:01.128Z Compiling fastrand v2.3.0
2722025-09-06T03:48:01.527Z Compiling regex-automata v0.4.9
2732025-09-06T03:48:01.588Z Compiling once_cell v1.21.3
2742025-09-06T03:48:01.987Z Checking tap v1.0.1
2752025-09-06T03:48:02.689Z Compiling tempfile v3.21.0
2762025-09-06T03:48:02.808Z Checking wyz v0.5.1
2772025-09-06T03:48:03.179Z Checking num-iter v0.1.45
2782025-09-06T03:48:03.363Z Checking memmap2 v0.9.8
2792025-09-06T03:48:03.423Z Checking funty v2.0.0
2802025-09-06T03:48:03.690Z Compiling anyhow v1.0.99
2812025-09-06T03:48:03.700Z Checking pnet_macros_support v0.35.0
2822025-09-06T03:48:03.862Z Checking pnet_sys v0.35.0
2832025-09-06T03:48:03.935Z Checking utf8parse v0.2.2
2842025-09-06T03:48:04.091Z Checking anstyle-parse v0.2.6
2852025-09-06T03:48:04.266Z Checking bitvec v1.0.1
2862025-09-06T03:48:04.354Z Checking rand_core v0.9.3
2872025-09-06T03:48:04.644Z Checking anstyle v1.0.10
2882025-09-06T03:48:04.825Z Checking colorchoice v1.0.3
2892025-09-06T03:48:04.968Z Compiling pnet v0.35.0
2902025-09-06T03:48:04.971Z Checking is_terminal_polyfill v1.70.1
2912025-09-06T03:48:05.034Z Checking anstyle-query v1.1.2
2922025-09-06T03:48:05.070Z Checking strsim v0.11.1
2932025-09-06T03:48:05.148Z Checking anstream v0.6.18
2942025-09-06T03:48:05.321Z Compiling heck v0.5.0
2952025-09-06T03:48:05.342Z Checking clap_lex v0.7.4
2962025-09-06T03:48:05.589Z Compiling regex v1.11.2
2972025-09-06T03:48:05.607Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
2982025-09-06T03:48:05.747Z Checking clap_builder v4.5.47
2992025-09-06T03:48:06.360Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3002025-09-06T03:48:06.484Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3012025-09-06T03:48:06.595Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3022025-09-06T03:48:06.958Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3032025-09-06T03:48:07.165Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3042025-09-06T03:48:07.988Z Compiling serde_derive v1.0.219
3052025-09-06T03:48:07.988Z Compiling thiserror-impl v2.0.16
3062025-09-06T03:48:07.988Z Compiling zerocopy-derive v0.8.26
3072025-09-06T03:48:07.991Z Compiling scroll_derive v0.13.1
3082025-09-06T03:48:07.991Z Compiling pnet_macros v0.35.0
3092025-09-06T03:48:08.559Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3102025-09-06T03:48:09.727Z Compiling clap_derive v4.5.47
3112025-09-06T03:48:09.826Z Checking scroll v0.13.0
3122025-09-06T03:48:10.257Z Checking pnet_packet v0.35.0
3132025-09-06T03:48:10.265Z Checking goblin v0.10.1
3142025-09-06T03:48:10.963Z Compiling pest v2.8.1
3152025-09-06T03:48:13.843Z Compiling pest_meta v2.8.1
3162025-09-06T03:48:13.883Z Checking clap v4.5.47
3172025-09-06T03:48:13.978Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3182025-09-06T03:48:14.117Z Checking ppv-lite86 v0.2.21
3192025-09-06T03:48:14.748Z Checking rand_chacha v0.9.0
3202025-09-06T03:48:15.093Z Checking rand v0.9.2
3212025-09-06T03:48:15.143Z Compiling pest_generator v2.8.1
3222025-09-06T03:48:15.497Z Checking pnet_transport v0.35.0
3232025-09-06T03:48:16.474Z Compiling pest_derive v2.8.1
3242025-09-06T03:48:17.065Z Compiling dtrace-parser v0.3.0
3252025-09-06T03:48:18.278Z Checking num-bigint v0.4.6
3262025-09-06T03:48:18.278Z Checking num-complex v0.4.6
3272025-09-06T03:48:18.278Z Checking ipnetwork v0.20.0
3282025-09-06T03:48:18.282Z Checking serde_tokenstream v0.2.2
3292025-09-06T03:48:18.587Z Checking pnet_datalink v0.35.0
3302025-09-06T03:48:18.620Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3312025-09-06T03:48:19.471Z Checking dof v0.4.0
3322025-09-06T03:48:19.821Z Checking num-rational v0.4.2
3332025-09-06T03:48:20.283Z Checking num v0.4.3
3342025-09-06T03:48:20.952Z Compiling usdt-attr-macro v0.6.0
3352025-09-06T03:48:20.952Z Compiling usdt-macro v0.6.0
3362025-09-06T03:48:21.745Z Checking usdt v0.6.0
3372025-09-06T03:48:21.885Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3382025-09-06T03:48:22.331Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3392025-09-06T03:48:23.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.34s
3402025-09-06T03:48:23.688Z+ cargo clippy --all-targets -- --deny warnings
3412025-09-06T03:48:23.927Z Downloading crates ...
3422025-09-06T03:48:23.988Z Downloaded libloading v0.8.8
3432025-09-06T03:48:24.056Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3442025-09-06T03:48:24.061Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3452025-09-06T03:48:24.067Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3462025-09-06T03:48:24.070Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3472025-09-06T03:48:24.074Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3482025-09-06T03:48:24.074Z Checking libloading v0.8.8
3492025-09-06T03:48:24.476Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3502025-09-06T03:48:25.819Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3512025-09-06T03:48:27.492Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3522025-09-06T03:48:27.517Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3532025-09-06T03:48:28.825Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3542025-09-06T03:48:29.529Zerror: try not to call a closure in the expression where it is declared
3552025-09-06T03:48:29.529Z --> book/code/src/bin/hello-world.rs:7:1
3562025-09-06T03:48:29.529Z |
3572025-09-06T03:48:29.529Z7 | / p4_macro::use_p4!(
3582025-09-06T03:48:29.529Z8 | | p4 = "book/code/src/bin/hello-world.p4",
3592025-09-06T03:48:29.529Z9 | | pipeline_name = "hello"
3602025-09-06T03:48:29.529Z10 | | );
3612025-09-06T03:48:29.529Z | |_^
3622025-09-06T03:48:29.529Z |
3632025-09-06T03:48:29.529Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
3642025-09-06T03:48:29.529Z = note: `-D clippy::redundant-closure-call` implied by `-D warnings`
3652025-09-06T03:48:29.529Z = help: to override `-D warnings` add `#[allow(clippy::redundant_closure_call)]`
3662025-09-06T03:48:29.529Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
3672025-09-06T03:48:29.529Zhelp: try doing something like
3682025-09-06T03:48:29.529Z |
3692025-09-06T03:48:29.529Z7 | p4_macro::use_p4!(
3702025-09-06T03:48:29.529Z8 + p4 = "book/code/src/bin/hello-world.p4",
3712025-09-06T03:48:29.529Z9 + pipeline_name = "hello"
3722025-09-06T03:48:29.529Z10 ~ );
3732025-09-06T03:48:29.529Z |
3742025-09-06T03:48:29.529Z
3752025-09-06T03:48:29.533Zerror: try not to call a closure in the expression where it is declared
3762025-09-06T03:48:29.533Z --> book/code/src/bin/hello-world.rs:7:1
3772025-09-06T03:48:29.533Z |
3782025-09-06T03:48:29.533Z7 | / p4_macro::use_p4!(
3792025-09-06T03:48:29.533Z8 | | p4 = "book/code/src/bin/hello-world.p4",
3802025-09-06T03:48:29.533Z9 | | pipeline_name = "hello"
3812025-09-06T03:48:29.533Z10 | | );
3822025-09-06T03:48:29.533Z | |_^
3832025-09-06T03:48:29.533Z |
3842025-09-06T03:48:29.533Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
3852025-09-06T03:48:29.533Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
3862025-09-06T03:48:29.533Zhelp: try doing something like
3872025-09-06T03:48:29.533Z |
3882025-09-06T03:48:29.533Z7 | p4_macro::use_p4!(
3892025-09-06T03:48:29.533Z8 + p4 = "book/code/src/bin/hello-world.p4",
3902025-09-06T03:48:29.533Z9 + pipeline_name = "hello"
3912025-09-06T03:48:29.533Z10 ~ );
3922025-09-06T03:48:29.533Z |
3932025-09-06T03:48:29.533Z
3942025-09-06T03:48:29.537Zerror: try not to call a closure in the expression where it is declared
3952025-09-06T03:48:29.537Z --> book/code/src/bin/hello-world.rs:7:1
3962025-09-06T03:48:29.537Z |
3972025-09-06T03:48:29.537Z7 | / p4_macro::use_p4!(
3982025-09-06T03:48:29.537Z8 | | p4 = "book/code/src/bin/hello-world.p4",
3992025-09-06T03:48:29.537Z9 | | pipeline_name = "hello"
4002025-09-06T03:48:29.537Z10 | | );
4012025-09-06T03:48:29.537Z | |_^
4022025-09-06T03:48:29.537Z |
4032025-09-06T03:48:29.537Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
4042025-09-06T03:48:29.537Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
4052025-09-06T03:48:29.537Zhelp: try doing something like
4062025-09-06T03:48:29.537Z |
4072025-09-06T03:48:29.537Z7 | p4_macro::use_p4!(
4082025-09-06T03:48:29.537Z8 + p4 = "book/code/src/bin/hello-world.p4",
4092025-09-06T03:48:29.537Z9 + pipeline_name = "hello"
4102025-09-06T03:48:29.537Z10 ~ );
4112025-09-06T03:48:29.537Z |
4122025-09-06T03:48:29.537Z
4132025-09-06T03:48:29.542Zerror: try not to call a closure in the expression where it is declared
4142025-09-06T03:48:29.542Z --> book/code/src/bin/hello-world.rs:7:1
4152025-09-06T03:48:29.542Z |
4162025-09-06T03:48:29.542Z7 | / p4_macro::use_p4!(
4172025-09-06T03:48:29.542Z8 | | p4 = "book/code/src/bin/hello-world.p4",
4182025-09-06T03:48:29.542Z9 | | pipeline_name = "hello"
4192025-09-06T03:48:29.542Z10 | | );
4202025-09-06T03:48:29.542Z | |_^
4212025-09-06T03:48:29.542Z |
4222025-09-06T03:48:29.542Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
4232025-09-06T03:48:29.543Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
4242025-09-06T03:48:29.543Zhelp: try doing something like
4252025-09-06T03:48:29.543Z |
4262025-09-06T03:48:29.543Z7 | p4_macro::use_p4!(
4272025-09-06T03:48:29.543Z8 + p4 = "book/code/src/bin/hello-world.p4",
4282025-09-06T03:48:29.543Z9 + pipeline_name = "hello"
4292025-09-06T03:48:29.543Z10 ~ );
4302025-09-06T03:48:29.543Z |
4312025-09-06T03:48:29.543Z
4322025-09-06T03:48:29.546Zerror: try not to call a closure in the expression where it is declared
4332025-09-06T03:48:29.546Z --> book/code/src/bin/hello-world.rs:7:1
4342025-09-06T03:48:29.546Z |
4352025-09-06T03:48:29.546Z7 | / p4_macro::use_p4!(
4362025-09-06T03:48:29.546Z8 | | p4 = "book/code/src/bin/hello-world.p4",
4372025-09-06T03:48:29.546Z9 | | pipeline_name = "hello"
4382025-09-06T03:48:29.546Z10 | | );
4392025-09-06T03:48:29.547Z | |_^
4402025-09-06T03:48:29.547Z |
4412025-09-06T03:48:29.547Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
4422025-09-06T03:48:29.547Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
4432025-09-06T03:48:29.547Zhelp: try doing something like
4442025-09-06T03:48:29.547Z |
4452025-09-06T03:48:29.547Z7 | p4_macro::use_p4!(
4462025-09-06T03:48:29.547Z8 + p4 = "book/code/src/bin/hello-world.p4",
4472025-09-06T03:48:29.547Z9 + pipeline_name = "hello"
4482025-09-06T03:48:29.547Z10 ~ );
4492025-09-06T03:48:29.547Z |
4502025-09-06T03:48:29.547Z
4512025-09-06T03:48:29.551Zerror: try not to call a closure in the expression where it is declared
4522025-09-06T03:48:29.551Z --> book/code/src/bin/hello-world.rs:7:1
4532025-09-06T03:48:29.551Z |
4542025-09-06T03:48:29.551Z7 | / p4_macro::use_p4!(
4552025-09-06T03:48:29.551Z8 | | p4 = "book/code/src/bin/hello-world.p4",
4562025-09-06T03:48:29.551Z9 | | pipeline_name = "hello"
4572025-09-06T03:48:29.551Z10 | | );
4582025-09-06T03:48:29.551Z | |_^
4592025-09-06T03:48:29.552Z |
4602025-09-06T03:48:29.552Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
4612025-09-06T03:48:29.552Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
4622025-09-06T03:48:29.552Zhelp: try doing something like
4632025-09-06T03:48:29.552Z |
4642025-09-06T03:48:29.552Z7 | p4_macro::use_p4!(
4652025-09-06T03:48:29.552Z8 + p4 = "book/code/src/bin/hello-world.p4",
4662025-09-06T03:48:29.552Z9 + pipeline_name = "hello"
4672025-09-06T03:48:29.552Z10 ~ );
4682025-09-06T03:48:29.552Z |
4692025-09-06T03:48:29.552Z
4702025-09-06T03:48:29.555Zerror: try not to call a closure in the expression where it is declared
4712025-09-06T03:48:29.555Z --> book/code/src/bin/hello-world.rs:7:1
4722025-09-06T03:48:29.555Z |
4732025-09-06T03:48:29.555Z7 | / p4_macro::use_p4!(
4742025-09-06T03:48:29.556Z8 | | p4 = "book/code/src/bin/hello-world.p4",
4752025-09-06T03:48:29.556Z9 | | pipeline_name = "hello"
4762025-09-06T03:48:29.556Z10 | | );
4772025-09-06T03:48:29.556Z | |_^
4782025-09-06T03:48:29.556Z |
4792025-09-06T03:48:29.556Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
4802025-09-06T03:48:29.556Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
4812025-09-06T03:48:29.556Zhelp: try doing something like
4822025-09-06T03:48:29.556Z |
4832025-09-06T03:48:29.556Z7 | p4_macro::use_p4!(
4842025-09-06T03:48:29.556Z8 + p4 = "book/code/src/bin/hello-world.p4",
4852025-09-06T03:48:29.556Z9 + pipeline_name = "hello"
4862025-09-06T03:48:29.556Z10 ~ );
4872025-09-06T03:48:29.556Z |
4882025-09-06T03:48:29.556Z
4892025-09-06T03:48:29.556Zerror: try not to call a closure in the expression where it is declared
4902025-09-06T03:48:29.556Z --> book/code/src/bin/hello-world.rs:7:1
4912025-09-06T03:48:29.556Z |
4922025-09-06T03:48:29.556Z7 | / p4_macro::use_p4!(
4932025-09-06T03:48:29.556Z8 | | p4 = "book/code/src/bin/hello-world.p4",
4942025-09-06T03:48:29.556Z9 | | pipeline_name = "hello"
4952025-09-06T03:48:29.556Z10 | | );
4962025-09-06T03:48:29.556Z | |_^
4972025-09-06T03:48:29.556Z |
4982025-09-06T03:48:29.556Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
4992025-09-06T03:48:29.556Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
5002025-09-06T03:48:29.556Zhelp: try doing something like
5012025-09-06T03:48:29.556Z |
5022025-09-06T03:48:29.556Z7 | p4_macro::use_p4!(
5032025-09-06T03:48:29.556Z8 + p4 = "book/code/src/bin/hello-world.p4",
5042025-09-06T03:48:29.556Z9 + pipeline_name = "hello"
5052025-09-06T03:48:29.556Z10 ~ );
5062025-09-06T03:48:29.556Z |
5072025-09-06T03:48:29.556Z
5082025-09-06T03:48:29.560Zerror: try not to call a closure in the expression where it is declared
5092025-09-06T03:48:29.560Z --> book/code/src/bin/hello-world.rs:7:1
5102025-09-06T03:48:29.560Z |
5112025-09-06T03:48:29.560Z7 | / p4_macro::use_p4!(
5122025-09-06T03:48:29.560Z8 | | p4 = "book/code/src/bin/hello-world.p4",
5132025-09-06T03:48:29.560Z9 | | pipeline_name = "hello"
5142025-09-06T03:48:29.560Z10 | | );
5152025-09-06T03:48:29.560Z | |_^
5162025-09-06T03:48:29.560Z |
5172025-09-06T03:48:29.560Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
5182025-09-06T03:48:29.560Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
5192025-09-06T03:48:29.560Zhelp: try doing something like
5202025-09-06T03:48:29.560Z |
5212025-09-06T03:48:29.560Z7 | p4_macro::use_p4!(
5222025-09-06T03:48:29.560Z8 + p4 = "book/code/src/bin/hello-world.p4",
5232025-09-06T03:48:29.560Z9 + pipeline_name = "hello"
5242025-09-06T03:48:29.560Z10 ~ );
5252025-09-06T03:48:29.560Z |
5262025-09-06T03:48:29.560Z
5272025-09-06T03:48:29.683Zerror: try not to call a closure in the expression where it is declared
5282025-09-06T03:48:29.683Z --> book/code/src/bin/hello-world.rs:7:1
5292025-09-06T03:48:29.684Z |
5302025-09-06T03:48:29.684Z7 | / p4_macro::use_p4!(
5312025-09-06T03:48:29.684Z8 | | p4 = "book/code/src/bin/hello-world.p4",
5322025-09-06T03:48:29.684Z9 | | pipeline_name = "hello"
5332025-09-06T03:48:29.684Z10 | | );
5342025-09-06T03:48:29.684Z | |_^
5352025-09-06T03:48:29.684Z |
5362025-09-06T03:48:29.684Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
5372025-09-06T03:48:29.684Z = note: `-D clippy::redundant-closure-call` implied by `-D warnings`
5382025-09-06T03:48:29.684Z = help: to override `-D warnings` add `#[allow(clippy::redundant_closure_call)]`
5392025-09-06T03:48:29.684Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
5402025-09-06T03:48:29.684Zhelp: try doing something like
5412025-09-06T03:48:29.684Z |
5422025-09-06T03:48:29.684Z7 | p4_macro::use_p4!(
5432025-09-06T03:48:29.684Z8 + p4 = "book/code/src/bin/hello-world.p4",
5442025-09-06T03:48:29.684Z9 + pipeline_name = "hello"
5452025-09-06T03:48:29.684Z10 ~ );
5462025-09-06T03:48:29.684Z |
5472025-09-06T03:48:29.684Z
5482025-09-06T03:48:29.862Zerror: could not compile `x4c-book` (bin "hello-world") due to 13 previous errors
5492025-09-06T03:48:29.866Zwarning: build failed, waiting for other jobs to finish...
5502025-09-06T03:48:30.005Zerror: could not compile `x4c-book` (bin "hello-world" test) due to 13 previous errors
5512025-09-06T03:48:30.311Zerror: try not to call a closure in the expression where it is declared
5522025-09-06T03:48:30.311Z --> book/code/src/bin/vlan-switch.rs:7:1
5532025-09-06T03:48:30.311Z |
5542025-09-06T03:48:30.311Z7 | / p4_macro::use_p4!(
5552025-09-06T03:48:30.311Z8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5562025-09-06T03:48:30.311Z9 | | pipeline_name = "vlan_switch"
5572025-09-06T03:48:30.311Z10 | | );
5582025-09-06T03:48:30.311Z | |_^
5592025-09-06T03:48:30.311Z |
5602025-09-06T03:48:30.311Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
5612025-09-06T03:48:30.311Z = note: `-D clippy::redundant-closure-call` implied by `-D warnings`
5622025-09-06T03:48:30.311Z = help: to override `-D warnings` add `#[allow(clippy::redundant_closure_call)]`
5632025-09-06T03:48:30.311Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
5642025-09-06T03:48:30.311Zhelp: try doing something like
5652025-09-06T03:48:30.311Z |
5662025-09-06T03:48:30.311Z7 | p4_macro::use_p4!(
5672025-09-06T03:48:30.311Z8 + p4 = "book/code/src/bin/vlan-switch.p4",
5682025-09-06T03:48:30.311Z9 + pipeline_name = "vlan_switch"
5692025-09-06T03:48:30.311Z10 ~ );
5702025-09-06T03:48:30.311Z |
5712025-09-06T03:48:30.312Z
5722025-09-06T03:48:30.315Zerror: try not to call a closure in the expression where it is declared
5732025-09-06T03:48:30.315Z --> book/code/src/bin/vlan-switch.rs:7:1
5742025-09-06T03:48:30.315Z |
5752025-09-06T03:48:30.315Z7 | / p4_macro::use_p4!(
5762025-09-06T03:48:30.315Z8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5772025-09-06T03:48:30.315Z9 | | pipeline_name = "vlan_switch"
5782025-09-06T03:48:30.315Z10 | | );
5792025-09-06T03:48:30.315Z | |_^
5802025-09-06T03:48:30.315Z |
5812025-09-06T03:48:30.315Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
5822025-09-06T03:48:30.315Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
5832025-09-06T03:48:30.315Zhelp: try doing something like
5842025-09-06T03:48:30.315Z |
5852025-09-06T03:48:30.315Z7 | p4_macro::use_p4!(
5862025-09-06T03:48:30.315Z8 + p4 = "book/code/src/bin/vlan-switch.p4",
5872025-09-06T03:48:30.315Z9 + pipeline_name = "vlan_switch"
5882025-09-06T03:48:30.315Z10 ~ );
5892025-09-06T03:48:30.315Z |
5902025-09-06T03:48:30.316Z
5912025-09-06T03:48:30.316Zerror: try not to call a closure in the expression where it is declared
5922025-09-06T03:48:30.316Z --> book/code/src/bin/vlan-switch.rs:7:1
5932025-09-06T03:48:30.316Z |
5942025-09-06T03:48:30.316Z7 | / p4_macro::use_p4!(
5952025-09-06T03:48:30.316Z8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5962025-09-06T03:48:30.316Z9 | | pipeline_name = "vlan_switch"
5972025-09-06T03:48:30.316Z10 | | );
5982025-09-06T03:48:30.316Z | |_^
5992025-09-06T03:48:30.316Z |
6002025-09-06T03:48:30.316Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
6012025-09-06T03:48:30.316Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
6022025-09-06T03:48:30.316Zhelp: try doing something like
6032025-09-06T03:48:30.316Z |
6042025-09-06T03:48:30.316Z7 | p4_macro::use_p4!(
6052025-09-06T03:48:30.316Z8 + p4 = "book/code/src/bin/vlan-switch.p4",
6062025-09-06T03:48:30.316Z9 + pipeline_name = "vlan_switch"
6072025-09-06T03:48:30.316Z10 ~ );
6082025-09-06T03:48:30.316Z |
6092025-09-06T03:48:30.316Z
6102025-09-06T03:48:30.321Zerror: try not to call a closure in the expression where it is declared
6112025-09-06T03:48:30.321Z --> book/code/src/bin/vlan-switch.rs:7:1
6122025-09-06T03:48:30.321Z |
6132025-09-06T03:48:30.321Z7 | / p4_macro::use_p4!(
6142025-09-06T03:48:30.321Z8 | | p4 = "book/code/src/bin/vlan-switch.p4",
6152025-09-06T03:48:30.322Z9 | | pipeline_name = "vlan_switch"
6162025-09-06T03:48:30.322Z10 | | );
6172025-09-06T03:48:30.322Z | |_^
6182025-09-06T03:48:30.322Z |
6192025-09-06T03:48:30.322Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
6202025-09-06T03:48:30.325Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
6212025-09-06T03:48:30.325Zhelp: try doing something like
6222025-09-06T03:48:30.325Z |
6232025-09-06T03:48:30.325Z7 | p4_macro::use_p4!(
6242025-09-06T03:48:30.325Z8 + p4 = "book/code/src/bin/vlan-switch.p4",
6252025-09-06T03:48:30.325Z9 + pipeline_name = "vlan_switch"
6262025-09-06T03:48:30.325Z10 ~ );
6272025-09-06T03:48:30.325Z |
6282025-09-06T03:48:30.325Z
6292025-09-06T03:48:30.326Zerror: try not to call a closure in the expression where it is declared
6302025-09-06T03:48:30.326Z --> book/code/src/bin/vlan-switch.rs:7:1
6312025-09-06T03:48:30.326Z |
6322025-09-06T03:48:30.326Z7 | / p4_macro::use_p4!(
6332025-09-06T03:48:30.326Z8 | | p4 = "book/code/src/bin/vlan-switch.p4",
6342025-09-06T03:48:30.326Z9 | | pipeline_name = "vlan_switch"
6352025-09-06T03:48:30.326Z10 | | );
6362025-09-06T03:48:30.326Z | |_^
6372025-09-06T03:48:30.326Z |
6382025-09-06T03:48:30.326Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
6392025-09-06T03:48:30.326Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
6402025-09-06T03:48:30.326Zhelp: try doing something like
6412025-09-06T03:48:30.326Z |
6422025-09-06T03:48:30.326Z7 | p4_macro::use_p4!(
6432025-09-06T03:48:30.326Z8 + p4 = "book/code/src/bin/vlan-switch.p4",
6442025-09-06T03:48:30.326Z9 + pipeline_name = "vlan_switch"
6452025-09-06T03:48:30.326Z10 ~ );
6462025-09-06T03:48:30.326Z |
6472025-09-06T03:48:30.326Z
6482025-09-06T03:48:30.332Zerror: try not to call a closure in the expression where it is declared
6492025-09-06T03:48:30.332Z --> book/code/src/bin/vlan-switch.rs:7:1
6502025-09-06T03:48:30.332Z |
6512025-09-06T03:48:30.332Z7 | / p4_macro::use_p4!(
6522025-09-06T03:48:30.332Z8 | | p4 = "book/code/src/bin/vlan-switch.p4",
6532025-09-06T03:48:30.332Z9 | | pipeline_name = "vlan_switch"
6542025-09-06T03:48:30.332Z10 | | );
6552025-09-06T03:48:30.332Z | |_^
6562025-09-06T03:48:30.332Z |
6572025-09-06T03:48:30.332Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
6582025-09-06T03:48:30.332Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
6592025-09-06T03:48:30.332Zhelp: try doing something like
6602025-09-06T03:48:30.332Z |
6612025-09-06T03:48:30.332Z7 | p4_macro::use_p4!(
6622025-09-06T03:48:30.332Z8 + p4 = "book/code/src/bin/vlan-switch.p4",
6632025-09-06T03:48:30.332Z9 + pipeline_name = "vlan_switch"
6642025-09-06T03:48:30.332Z10 ~ );
6652025-09-06T03:48:30.332Z |
6662025-09-06T03:48:30.333Z
6672025-09-06T03:48:30.341Zerror: try not to call a closure in the expression where it is declared
6682025-09-06T03:48:30.342Z --> book/code/src/bin/vlan-switch.rs:7:1
6692025-09-06T03:48:30.342Z |
6702025-09-06T03:48:30.342Z7 | / p4_macro::use_p4!(
6712025-09-06T03:48:30.342Z8 | | p4 = "book/code/src/bin/vlan-switch.p4",
6722025-09-06T03:48:30.342Z9 | | pipeline_name = "vlan_switch"
6732025-09-06T03:48:30.342Z10 | | );
6742025-09-06T03:48:30.342Z | |_^
6752025-09-06T03:48:30.342Z |
6762025-09-06T03:48:30.342Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
6772025-09-06T03:48:30.342Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
6782025-09-06T03:48:30.342Zhelp: try doing something like
6792025-09-06T03:48:30.342Z |
6802025-09-06T03:48:30.342Z7 | p4_macro::use_p4!(
6812025-09-06T03:48:30.342Z8 + p4 = "book/code/src/bin/vlan-switch.p4",
6822025-09-06T03:48:30.342Z9 + pipeline_name = "vlan_switch"
6832025-09-06T03:48:30.342Z10 ~ );
6842025-09-06T03:48:30.342Z |
6852025-09-06T03:48:30.342Z
6862025-09-06T03:48:30.346Zerror: try not to call a closure in the expression where it is declared
6872025-09-06T03:48:30.346Z --> book/code/src/bin/vlan-switch.rs:7:1
6882025-09-06T03:48:30.346Z |
6892025-09-06T03:48:30.346Z7 | / p4_macro::use_p4!(
6902025-09-06T03:48:30.346Z8 | | p4 = "book/code/src/bin/vlan-switch.p4",
6912025-09-06T03:48:30.346Z9 | | pipeline_name = "vlan_switch"
6922025-09-06T03:48:30.346Z10 | | );
6932025-09-06T03:48:30.346Z | |_^
6942025-09-06T03:48:30.346Z |
6952025-09-06T03:48:30.346Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
6962025-09-06T03:48:30.346Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
6972025-09-06T03:48:30.346Zhelp: try doing something like
6982025-09-06T03:48:30.346Z |
6992025-09-06T03:48:30.346Z7 | p4_macro::use_p4!(
7002025-09-06T03:48:30.346Z8 + p4 = "book/code/src/bin/vlan-switch.p4",
7012025-09-06T03:48:30.347Z9 + pipeline_name = "vlan_switch"
7022025-09-06T03:48:30.347Z10 ~ );
7032025-09-06T03:48:30.347Z |
7042025-09-06T03:48:30.347Z
7052025-09-06T03:48:30.347Zerror: try not to call a closure in the expression where it is declared
7062025-09-06T03:48:30.347Z --> book/code/src/bin/vlan-switch.rs:7:1
7072025-09-06T03:48:30.347Z |
7082025-09-06T03:48:30.347Z7 | / p4_macro::use_p4!(
7092025-09-06T03:48:30.347Z8 | | p4 = "book/code/src/bin/vlan-switch.p4",
7102025-09-06T03:48:30.347Z9 | | pipeline_name = "vlan_switch"
7112025-09-06T03:48:30.347Z10 | | );
7122025-09-06T03:48:30.347Z | |_^
7132025-09-06T03:48:30.347Z |
7142025-09-06T03:48:30.347Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
7152025-09-06T03:48:30.347Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
7162025-09-06T03:48:30.347Zhelp: try doing something like
7172025-09-06T03:48:30.347Z |
7182025-09-06T03:48:30.347Z7 | p4_macro::use_p4!(
7192025-09-06T03:48:30.347Z8 + p4 = "book/code/src/bin/vlan-switch.p4",
7202025-09-06T03:48:30.347Z9 + pipeline_name = "vlan_switch"
7212025-09-06T03:48:30.347Z10 ~ );
7222025-09-06T03:48:30.347Z |
7232025-09-06T03:48:30.347Z
7242025-09-06T03:48:30.351Zerror: try not to call a closure in the expression where it is declared
7252025-09-06T03:48:30.351Z --> book/code/src/bin/vlan-switch.rs:7:1
7262025-09-06T03:48:30.351Z |
7272025-09-06T03:48:30.351Z7 | / p4_macro::use_p4!(
7282025-09-06T03:48:30.351Z8 | | p4 = "book/code/src/bin/vlan-switch.p4",
7292025-09-06T03:48:30.351Z9 | | pipeline_name = "vlan_switch"
7302025-09-06T03:48:30.351Z10 | | );
7312025-09-06T03:48:30.351Z | |_^
7322025-09-06T03:48:30.351Z |
7332025-09-06T03:48:30.352Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
7342025-09-06T03:48:30.352Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
7352025-09-06T03:48:30.352Zhelp: try doing something like
7362025-09-06T03:48:30.352Z |
7372025-09-06T03:48:30.352Z7 | p4_macro::use_p4!(
7382025-09-06T03:48:30.352Z8 + p4 = "book/code/src/bin/vlan-switch.p4",
7392025-09-06T03:48:30.352Z9 + pipeline_name = "vlan_switch"
7402025-09-06T03:48:30.352Z10 ~ );
7412025-09-06T03:48:30.352Z |
7422025-09-06T03:48:30.352Z
7432025-09-06T03:48:30.483Zerror: try not to call a closure in the expression where it is declared
7442025-09-06T03:48:30.483Z --> book/code/src/bin/vlan-switch.rs:7:1
7452025-09-06T03:48:30.483Z |
7462025-09-06T03:48:30.483Z7 | / p4_macro::use_p4!(
7472025-09-06T03:48:30.483Z8 | | p4 = "book/code/src/bin/vlan-switch.p4",
7482025-09-06T03:48:30.483Z9 | | pipeline_name = "vlan_switch"
7492025-09-06T03:48:30.483Z10 | | );
7502025-09-06T03:48:30.483Z | |_^
7512025-09-06T03:48:30.484Z |
7522025-09-06T03:48:30.484Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
7532025-09-06T03:48:30.484Z = note: `-D clippy::redundant-closure-call` implied by `-D warnings`
7542025-09-06T03:48:30.484Z = help: to override `-D warnings` add `#[allow(clippy::redundant_closure_call)]`
7552025-09-06T03:48:30.484Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
7562025-09-06T03:48:30.484Zhelp: try doing something like
7572025-09-06T03:48:30.484Z |
7582025-09-06T03:48:30.484Z7 | p4_macro::use_p4!(
7592025-09-06T03:48:30.484Z8 + p4 = "book/code/src/bin/vlan-switch.p4",
7602025-09-06T03:48:30.484Z9 + pipeline_name = "vlan_switch"
7612025-09-06T03:48:30.484Z10 ~ );
7622025-09-06T03:48:30.484Z |
7632025-09-06T03:48:30.484Z
7642025-09-06T03:48:30.650Zerror: could not compile `x4c-book` (bin "vlan-switch" test) due to 20 previous errors
7652025-09-06T03:48:30.752Zerror: could not compile `x4c-book` (bin "vlan-switch") due to 20 previous errors
7662025-09-06T03:48:30.766Zerror: try not to call a closure in the expression where it is declared
7672025-09-06T03:48:30.766Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
7682025-09-06T03:48:30.766Z |
7692025-09-06T03:48:30.766Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
7702025-09-06T03:48:30.766Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
7712025-09-06T03:48:30.766Z |
7722025-09-06T03:48:30.766Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
7732025-09-06T03:48:30.766Z = note: `-D clippy::redundant-closure-call` implied by `-D warnings`
7742025-09-06T03:48:30.766Z = help: to override `-D warnings` add `#[allow(clippy::redundant_closure_call)]`
7752025-09-06T03:48:30.766Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
7762025-09-06T03:48:30.766Z
7772025-09-06T03:48:30.769Zerror: try not to call a closure in the expression where it is declared
7782025-09-06T03:48:30.770Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
7792025-09-06T03:48:30.770Z |
7802025-09-06T03:48:30.770Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
7812025-09-06T03:48:30.770Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
7822025-09-06T03:48:30.770Z |
7832025-09-06T03:48:30.770Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
7842025-09-06T03:48:30.770Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
7852025-09-06T03:48:30.770Z
7862025-09-06T03:48:30.777Zerror: try not to call a closure in the expression where it is declared
7872025-09-06T03:48:30.777Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
7882025-09-06T03:48:30.777Z |
7892025-09-06T03:48:30.778Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
7902025-09-06T03:48:30.778Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
7912025-09-06T03:48:30.778Z |
7922025-09-06T03:48:30.778Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
7932025-09-06T03:48:30.778Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
7942025-09-06T03:48:30.778Z
7952025-09-06T03:48:30.781Zerror: try not to call a closure in the expression where it is declared
7962025-09-06T03:48:30.781Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
7972025-09-06T03:48:30.781Z |
7982025-09-06T03:48:30.781Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
7992025-09-06T03:48:30.781Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
8002025-09-06T03:48:30.781Z |
8012025-09-06T03:48:30.781Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
8022025-09-06T03:48:30.781Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
8032025-09-06T03:48:30.781Z
8042025-09-06T03:48:30.802Zerror: try not to call a closure in the expression where it is declared
8052025-09-06T03:48:30.802Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
8062025-09-06T03:48:30.802Z |
8072025-09-06T03:48:30.802Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
8082025-09-06T03:48:30.802Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
8092025-09-06T03:48:30.802Z |
8102025-09-06T03:48:30.802Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
8112025-09-06T03:48:30.802Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
8122025-09-06T03:48:30.802Z
8132025-09-06T03:48:30.884Zerror: try not to call a closure in the expression where it is declared
8142025-09-06T03:48:30.884Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
8152025-09-06T03:48:30.884Z |
8162025-09-06T03:48:30.884Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
8172025-09-06T03:48:30.884Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
8182025-09-06T03:48:30.884Z |
8192025-09-06T03:48:30.884Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
8202025-09-06T03:48:30.884Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
8212025-09-06T03:48:30.884Z
8222025-09-06T03:48:30.914Zerror: try not to call a closure in the expression where it is declared
8232025-09-06T03:48:30.914Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
8242025-09-06T03:48:30.914Z |
8252025-09-06T03:48:30.914Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
8262025-09-06T03:48:30.914Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
8272025-09-06T03:48:30.914Z |
8282025-09-06T03:48:30.914Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
8292025-09-06T03:48:30.914Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
8302025-09-06T03:48:30.914Z
8312025-09-06T03:48:30.918Zerror: try not to call a closure in the expression where it is declared
8322025-09-06T03:48:30.918Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
8332025-09-06T03:48:30.918Z |
8342025-09-06T03:48:30.918Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
8352025-09-06T03:48:30.918Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
8362025-09-06T03:48:30.918Z |
8372025-09-06T03:48:30.918Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
8382025-09-06T03:48:30.918Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
8392025-09-06T03:48:30.918Z
8402025-09-06T03:48:30.919Zerror: try not to call a closure in the expression where it is declared
8412025-09-06T03:48:30.919Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
8422025-09-06T03:48:30.919Z |
8432025-09-06T03:48:30.919Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
8442025-09-06T03:48:30.919Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
8452025-09-06T03:48:30.919Z |
8462025-09-06T03:48:30.919Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
8472025-09-06T03:48:30.919Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
8482025-09-06T03:48:30.919Z
8492025-09-06T03:48:30.919Zerror: try not to call a closure in the expression where it is declared
8502025-09-06T03:48:30.919Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
8512025-09-06T03:48:30.919Z |
8522025-09-06T03:48:30.919Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
8532025-09-06T03:48:30.919Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
8542025-09-06T03:48:30.919Z |
8552025-09-06T03:48:30.919Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
8562025-09-06T03:48:30.919Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
8572025-09-06T03:48:30.919Z
8582025-09-06T03:48:31.190Zerror: could not compile `sidecar-lite` (lib test) due to 70 previous errors
8592025-09-06T03:48:31.262Zerror: could not compile `sidecar-lite` (lib) due to 70 previous errors
8602025-09-06T03:48:35.930Zerror: try not to call a closure in the expression where it is declared
8612025-09-06T03:48:35.930Z --> test/src/arithmetic.rs:5:1
8622025-09-06T03:48:35.930Z |
8632025-09-06T03:48:35.930Z5 | / p4_macro::use_p4!(
8642025-09-06T03:48:35.930Z6 | | p4 = "test/src/p4/arithmetic.p4",
8652025-09-06T03:48:35.931Z7 | | pipeline_name = "arithmetic",
8662025-09-06T03:48:35.931Z8 | | );
8672025-09-06T03:48:35.931Z | |_^
8682025-09-06T03:48:35.931Z |
8692025-09-06T03:48:35.931Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
8702025-09-06T03:48:35.931Z = note: `-D clippy::redundant-closure-call` implied by `-D warnings`
8712025-09-06T03:48:35.931Z = help: to override `-D warnings` add `#[allow(clippy::redundant_closure_call)]`
8722025-09-06T03:48:35.931Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
8732025-09-06T03:48:35.931Zhelp: try doing something like
8742025-09-06T03:48:35.931Z |
8752025-09-06T03:48:35.931Z5 | p4_macro::use_p4!(
8762025-09-06T03:48:35.931Z6 + p4 = "test/src/p4/arithmetic.p4",
8772025-09-06T03:48:35.931Z7 + pipeline_name = "arithmetic",
8782025-09-06T03:48:35.931Z8 ~ );
8792025-09-06T03:48:35.931Z |
8802025-09-06T03:48:35.931Z
8812025-09-06T03:48:35.937Zerror: try not to call a closure in the expression where it is declared
8822025-09-06T03:48:35.937Z --> test/src/arithmetic.rs:5:1
8832025-09-06T03:48:35.937Z |
8842025-09-06T03:48:35.937Z5 | / p4_macro::use_p4!(
8852025-09-06T03:48:35.937Z6 | | p4 = "test/src/p4/arithmetic.p4",
8862025-09-06T03:48:35.937Z7 | | pipeline_name = "arithmetic",
8872025-09-06T03:48:35.937Z8 | | );
8882025-09-06T03:48:35.937Z | |_^
8892025-09-06T03:48:35.937Z |
8902025-09-06T03:48:35.937Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
8912025-09-06T03:48:35.937Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
8922025-09-06T03:48:35.937Zhelp: try doing something like
8932025-09-06T03:48:35.937Z |
8942025-09-06T03:48:35.937Z5 | p4_macro::use_p4!(
8952025-09-06T03:48:35.937Z6 + p4 = "test/src/p4/arithmetic.p4",
8962025-09-06T03:48:35.937Z7 + pipeline_name = "arithmetic",
8972025-09-06T03:48:35.937Z8 ~ );
8982025-09-06T03:48:35.937Z |
8992025-09-06T03:48:35.937Z
9002025-09-06T03:48:35.942Zerror: try not to call a closure in the expression where it is declared
9012025-09-06T03:48:35.942Z --> test/src/arithmetic.rs:5:1
9022025-09-06T03:48:35.942Z |
9032025-09-06T03:48:35.942Z5 | / p4_macro::use_p4!(
9042025-09-06T03:48:35.943Z6 | | p4 = "test/src/p4/arithmetic.p4",
9052025-09-06T03:48:35.943Z7 | | pipeline_name = "arithmetic",
9062025-09-06T03:48:35.943Z8 | | );
9072025-09-06T03:48:35.943Z | |_^
9082025-09-06T03:48:35.943Z |
9092025-09-06T03:48:35.943Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
9102025-09-06T03:48:35.943Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
9112025-09-06T03:48:35.943Zhelp: try doing something like
9122025-09-06T03:48:35.943Z |
9132025-09-06T03:48:35.943Z5 | p4_macro::use_p4!(
9142025-09-06T03:48:35.943Z6 + p4 = "test/src/p4/arithmetic.p4",
9152025-09-06T03:48:35.943Z7 + pipeline_name = "arithmetic",
9162025-09-06T03:48:35.943Z8 ~ );
9172025-09-06T03:48:35.943Z |
9182025-09-06T03:48:35.943Z
9192025-09-06T03:48:35.943Zerror: try not to call a closure in the expression where it is declared
9202025-09-06T03:48:35.943Z --> test/src/arithmetic.rs:5:1
9212025-09-06T03:48:35.943Z |
9222025-09-06T03:48:35.943Z5 | / p4_macro::use_p4!(
9232025-09-06T03:48:35.943Z6 | | p4 = "test/src/p4/arithmetic.p4",
9242025-09-06T03:48:35.943Z7 | | pipeline_name = "arithmetic",
9252025-09-06T03:48:35.943Z8 | | );
9262025-09-06T03:48:35.943Z | |_^
9272025-09-06T03:48:35.943Z |
9282025-09-06T03:48:35.943Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
9292025-09-06T03:48:35.943Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
9302025-09-06T03:48:35.943Zhelp: try doing something like
9312025-09-06T03:48:35.943Z |
9322025-09-06T03:48:35.943Z5 | p4_macro::use_p4!(
9332025-09-06T03:48:35.943Z6 + p4 = "test/src/p4/arithmetic.p4",
9342025-09-06T03:48:35.943Z7 + pipeline_name = "arithmetic",
9352025-09-06T03:48:35.943Z8 ~ );
9362025-09-06T03:48:35.943Z |
9372025-09-06T03:48:35.943Z
9382025-09-06T03:48:35.943Zerror: try not to call a closure in the expression where it is declared
9392025-09-06T03:48:35.943Z --> test/src/arithmetic.rs:5:1
9402025-09-06T03:48:35.943Z |
9412025-09-06T03:48:35.943Z5 | / p4_macro::use_p4!(
9422025-09-06T03:48:35.944Z6 | | p4 = "test/src/p4/arithmetic.p4",
9432025-09-06T03:48:35.944Z7 | | pipeline_name = "arithmetic",
9442025-09-06T03:48:35.944Z8 | | );
9452025-09-06T03:48:35.944Z | |_^
9462025-09-06T03:48:35.944Z |
9472025-09-06T03:48:35.944Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
9482025-09-06T03:48:35.944Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
9492025-09-06T03:48:35.944Zhelp: try doing something like
9502025-09-06T03:48:35.944Z |
9512025-09-06T03:48:35.944Z5 | p4_macro::use_p4!(
9522025-09-06T03:48:35.944Z6 + p4 = "test/src/p4/arithmetic.p4",
9532025-09-06T03:48:35.944Z7 + pipeline_name = "arithmetic",
9542025-09-06T03:48:35.944Z8 ~ );
9552025-09-06T03:48:35.944Z |
9562025-09-06T03:48:35.944Z
9572025-09-06T03:48:35.990Zerror: try not to call a closure in the expression where it is declared
9582025-09-06T03:48:35.990Z --> test/src/basic_router.rs:4:1
9592025-09-06T03:48:35.990Z |
9602025-09-06T03:48:35.990Z4 | / p4_macro::use_p4!(
9612025-09-06T03:48:35.990Z5 | | p4 = "p4/examples/codegen/router.p4",
9622025-09-06T03:48:35.990Z6 | | pipeline_name = "basic_router",
9632025-09-06T03:48:35.990Z7 | | );
9642025-09-06T03:48:35.990Z | |_^
9652025-09-06T03:48:35.990Z |
9662025-09-06T03:48:35.990Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
9672025-09-06T03:48:35.990Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
9682025-09-06T03:48:35.990Zhelp: try doing something like
9692025-09-06T03:48:35.990Z |
9702025-09-06T03:48:35.991Z4 | p4_macro::use_p4!(
9712025-09-06T03:48:35.991Z5 + p4 = "p4/examples/codegen/router.p4",
9722025-09-06T03:48:35.991Z6 + pipeline_name = "basic_router",
9732025-09-06T03:48:35.991Z7 ~ );
9742025-09-06T03:48:35.991Z |
9752025-09-06T03:48:35.991Z
9762025-09-06T03:48:35.994Zerror: try not to call a closure in the expression where it is declared
9772025-09-06T03:48:35.994Z --> test/src/basic_router.rs:4:1
9782025-09-06T03:48:35.994Z |
9792025-09-06T03:48:35.994Z4 | / p4_macro::use_p4!(
9802025-09-06T03:48:35.994Z5 | | p4 = "p4/examples/codegen/router.p4",
9812025-09-06T03:48:35.994Z6 | | pipeline_name = "basic_router",
9822025-09-06T03:48:35.995Z7 | | );
9832025-09-06T03:48:35.995Z | |_^
9842025-09-06T03:48:35.995Z |
9852025-09-06T03:48:35.995Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
9862025-09-06T03:48:35.995Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
9872025-09-06T03:48:35.995Zhelp: try doing something like
9882025-09-06T03:48:35.995Z |
9892025-09-06T03:48:35.995Z4 | p4_macro::use_p4!(
9902025-09-06T03:48:35.995Z5 + p4 = "p4/examples/codegen/router.p4",
9912025-09-06T03:48:35.995Z6 + pipeline_name = "basic_router",
9922025-09-06T03:48:35.995Z7 ~ );
9932025-09-06T03:48:35.995Z |
9942025-09-06T03:48:35.995Z
9952025-09-06T03:48:35.995Zerror: try not to call a closure in the expression where it is declared
9962025-09-06T03:48:35.995Z --> test/src/basic_router.rs:4:1
9972025-09-06T03:48:35.995Z |
9982025-09-06T03:48:35.995Z4 | / p4_macro::use_p4!(
9992025-09-06T03:48:35.995Z5 | | p4 = "p4/examples/codegen/router.p4",
10002025-09-06T03:48:35.995Z6 | | pipeline_name = "basic_router",
10012025-09-06T03:48:35.995Z7 | | );
10022025-09-06T03:48:35.995Z | |_^
10032025-09-06T03:48:35.995Z |
10042025-09-06T03:48:35.995Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
10052025-09-06T03:48:35.995Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
10062025-09-06T03:48:35.995Zhelp: try doing something like
10072025-09-06T03:48:35.995Z |
10082025-09-06T03:48:35.995Z4 | p4_macro::use_p4!(
10092025-09-06T03:48:35.995Z5 + p4 = "p4/examples/codegen/router.p4",
10102025-09-06T03:48:35.995Z6 + pipeline_name = "basic_router",
10112025-09-06T03:48:35.995Z7 ~ );
10122025-09-06T03:48:35.995Z |
10132025-09-06T03:48:35.995Z
10142025-09-06T03:48:36.003Zerror: try not to call a closure in the expression where it is declared
10152025-09-06T03:48:36.003Z --> test/src/basic_router.rs:4:1
10162025-09-06T03:48:36.003Z |
10172025-09-06T03:48:36.003Z4 | / p4_macro::use_p4!(
10182025-09-06T03:48:36.003Z5 | | p4 = "p4/examples/codegen/router.p4",
10192025-09-06T03:48:36.003Z6 | | pipeline_name = "basic_router",
10202025-09-06T03:48:36.003Z7 | | );
10212025-09-06T03:48:36.003Z | |_^
10222025-09-06T03:48:36.003Z |
10232025-09-06T03:48:36.003Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
10242025-09-06T03:48:36.003Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
10252025-09-06T03:48:36.004Zhelp: try doing something like
10262025-09-06T03:48:36.004Z |
10272025-09-06T03:48:36.004Z4 | p4_macro::use_p4!(
10282025-09-06T03:48:36.004Z5 + p4 = "p4/examples/codegen/router.p4",
10292025-09-06T03:48:36.004Z6 + pipeline_name = "basic_router",
10302025-09-06T03:48:36.004Z7 ~ );
10312025-09-06T03:48:36.004Z |
10322025-09-06T03:48:36.004Z
10332025-09-06T03:48:36.007Zerror: try not to call a closure in the expression where it is declared
10342025-09-06T03:48:36.007Z --> test/src/basic_router.rs:4:1
10352025-09-06T03:48:36.007Z |
10362025-09-06T03:48:36.007Z4 | / p4_macro::use_p4!(
10372025-09-06T03:48:36.007Z5 | | p4 = "p4/examples/codegen/router.p4",
10382025-09-06T03:48:36.007Z6 | | pipeline_name = "basic_router",
10392025-09-06T03:48:36.007Z7 | | );
10402025-09-06T03:48:36.008Z | |_^
10412025-09-06T03:48:36.008Z |
10422025-09-06T03:48:36.008Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
10432025-09-06T03:48:36.008Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
10442025-09-06T03:48:36.008Zhelp: try doing something like
10452025-09-06T03:48:36.008Z |
10462025-09-06T03:48:36.008Z4 | p4_macro::use_p4!(
10472025-09-06T03:48:36.008Z5 + p4 = "p4/examples/codegen/router.p4",
10482025-09-06T03:48:36.008Z6 + pipeline_name = "basic_router",
10492025-09-06T03:48:36.008Z7 ~ );
10502025-09-06T03:48:36.008Z |
10512025-09-06T03:48:36.008Z
10522025-09-06T03:48:36.008Zerror: try not to call a closure in the expression where it is declared
10532025-09-06T03:48:36.008Z --> test/src/basic_router.rs:4:1
10542025-09-06T03:48:36.008Z |
10552025-09-06T03:48:36.008Z4 | / p4_macro::use_p4!(
10562025-09-06T03:48:36.008Z5 | | p4 = "p4/examples/codegen/router.p4",
10572025-09-06T03:48:36.008Z6 | | pipeline_name = "basic_router",
10582025-09-06T03:48:36.008Z7 | | );
10592025-09-06T03:48:36.008Z | |_^
10602025-09-06T03:48:36.008Z |
10612025-09-06T03:48:36.008Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
10622025-09-06T03:48:36.008Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
10632025-09-06T03:48:36.008Zhelp: try doing something like
10642025-09-06T03:48:36.008Z |
10652025-09-06T03:48:36.008Z4 | p4_macro::use_p4!(
10662025-09-06T03:48:36.008Z5 + p4 = "p4/examples/codegen/router.p4",
10672025-09-06T03:48:36.008Z6 + pipeline_name = "basic_router",
10682025-09-06T03:48:36.008Z7 ~ );
10692025-09-06T03:48:36.008Z |
10702025-09-06T03:48:36.008Z
10712025-09-06T03:48:36.008Zerror: try not to call a closure in the expression where it is declared
10722025-09-06T03:48:36.008Z --> test/src/basic_router.rs:4:1
10732025-09-06T03:48:36.008Z |
10742025-09-06T03:48:36.008Z4 | / p4_macro::use_p4!(
10752025-09-06T03:48:36.008Z5 | | p4 = "p4/examples/codegen/router.p4",
10762025-09-06T03:48:36.008Z6 | | pipeline_name = "basic_router",
10772025-09-06T03:48:36.008Z7 | | );
10782025-09-06T03:48:36.008Z | |_^
10792025-09-06T03:48:36.009Z |
10802025-09-06T03:48:36.009Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
10812025-09-06T03:48:36.009Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
10822025-09-06T03:48:36.009Zhelp: try doing something like
10832025-09-06T03:48:36.009Z |
10842025-09-06T03:48:36.009Z4 | p4_macro::use_p4!(
10852025-09-06T03:48:36.009Z5 + p4 = "p4/examples/codegen/router.p4",
10862025-09-06T03:48:36.009Z6 + pipeline_name = "basic_router",
10872025-09-06T03:48:36.009Z7 ~ );
10882025-09-06T03:48:36.009Z |
10892025-09-06T03:48:36.009Z
10902025-09-06T03:48:36.034Zerror: try not to call a closure in the expression where it is declared
10912025-09-06T03:48:36.034Z --> test/src/controller_multiple_instantiation.rs:1:1
10922025-09-06T03:48:36.034Z |
10932025-09-06T03:48:36.034Z1 | / p4_macro::use_p4!(
10942025-09-06T03:48:36.034Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
10952025-09-06T03:48:36.034Z3 | | pipeline_name = "cmi",
10962025-09-06T03:48:36.034Z4 | | );
10972025-09-06T03:48:36.034Z | |_^
10982025-09-06T03:48:36.034Z |
10992025-09-06T03:48:36.034Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
11002025-09-06T03:48:36.034Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
11012025-09-06T03:48:36.034Zhelp: try doing something like
11022025-09-06T03:48:36.034Z |
11032025-09-06T03:48:36.034Z1 | p4_macro::use_p4!(
11042025-09-06T03:48:36.034Z2 + p4 = "test/src/p4/controller_multiple_instantiation.p4",
11052025-09-06T03:48:36.034Z3 + pipeline_name = "cmi",
11062025-09-06T03:48:36.034Z4 ~ );
11072025-09-06T03:48:36.034Z |
11082025-09-06T03:48:36.034Z
11092025-09-06T03:48:36.039Zerror: try not to call a closure in the expression where it is declared
11102025-09-06T03:48:36.039Z --> test/src/controller_multiple_instantiation.rs:1:1
11112025-09-06T03:48:36.039Z |
11122025-09-06T03:48:36.039Z1 | / p4_macro::use_p4!(
11132025-09-06T03:48:36.039Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
11142025-09-06T03:48:36.039Z3 | | pipeline_name = "cmi",
11152025-09-06T03:48:36.039Z4 | | );
11162025-09-06T03:48:36.039Z | |_^
11172025-09-06T03:48:36.039Z |
11182025-09-06T03:48:36.039Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
11192025-09-06T03:48:36.039Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
11202025-09-06T03:48:36.039Zhelp: try doing something like
11212025-09-06T03:48:36.039Z |
11222025-09-06T03:48:36.039Z1 | p4_macro::use_p4!(
11232025-09-06T03:48:36.039Z2 + p4 = "test/src/p4/controller_multiple_instantiation.p4",
11242025-09-06T03:48:36.039Z3 + pipeline_name = "cmi",
11252025-09-06T03:48:36.040Z4 ~ );
11262025-09-06T03:48:36.040Z |
11272025-09-06T03:48:36.040Z
11282025-09-06T03:48:36.043Zerror: try not to call a closure in the expression where it is declared
11292025-09-06T03:48:36.043Z --> test/src/controller_multiple_instantiation.rs:1:1
11302025-09-06T03:48:36.043Z |
11312025-09-06T03:48:36.043Z1 | / p4_macro::use_p4!(
11322025-09-06T03:48:36.043Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
11332025-09-06T03:48:36.043Z3 | | pipeline_name = "cmi",
11342025-09-06T03:48:36.044Z4 | | );
11352025-09-06T03:48:36.044Z | |_^
11362025-09-06T03:48:36.044Z |
11372025-09-06T03:48:36.044Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
11382025-09-06T03:48:36.044Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
11392025-09-06T03:48:36.044Zhelp: try doing something like
11402025-09-06T03:48:36.044Z |
11412025-09-06T03:48:36.044Z1 | p4_macro::use_p4!(
11422025-09-06T03:48:36.044Z2 + p4 = "test/src/p4/controller_multiple_instantiation.p4",
11432025-09-06T03:48:36.044Z3 + pipeline_name = "cmi",
11442025-09-06T03:48:36.044Z4 ~ );
11452025-09-06T03:48:36.044Z |
11462025-09-06T03:48:36.044Z
11472025-09-06T03:48:36.047Zerror: try not to call a closure in the expression where it is declared
11482025-09-06T03:48:36.047Z --> test/src/controller_multiple_instantiation.rs:1:1
11492025-09-06T03:48:36.047Z |
11502025-09-06T03:48:36.048Z1 | / p4_macro::use_p4!(
11512025-09-06T03:48:36.048Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
11522025-09-06T03:48:36.048Z3 | | pipeline_name = "cmi",
11532025-09-06T03:48:36.048Z4 | | );
11542025-09-06T03:48:36.048Z | |_^
11552025-09-06T03:48:36.048Z |
11562025-09-06T03:48:36.048Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
11572025-09-06T03:48:36.048Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
11582025-09-06T03:48:36.048Zhelp: try doing something like
11592025-09-06T03:48:36.048Z |
11602025-09-06T03:48:36.048Z1 | p4_macro::use_p4!(
11612025-09-06T03:48:36.048Z2 + p4 = "test/src/p4/controller_multiple_instantiation.p4",
11622025-09-06T03:48:36.048Z3 + pipeline_name = "cmi",
11632025-09-06T03:48:36.048Z4 ~ );
11642025-09-06T03:48:36.048Z |
11652025-09-06T03:48:36.048Z
11662025-09-06T03:48:36.048Zerror: try not to call a closure in the expression where it is declared
11672025-09-06T03:48:36.048Z --> test/src/controller_multiple_instantiation.rs:1:1
11682025-09-06T03:48:36.048Z |
11692025-09-06T03:48:36.048Z1 | / p4_macro::use_p4!(
11702025-09-06T03:48:36.048Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
11712025-09-06T03:48:36.048Z3 | | pipeline_name = "cmi",
11722025-09-06T03:48:36.048Z4 | | );
11732025-09-06T03:48:36.048Z | |_^
11742025-09-06T03:48:36.048Z |
11752025-09-06T03:48:36.048Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
11762025-09-06T03:48:36.048Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
11772025-09-06T03:48:36.048Zhelp: try doing something like
11782025-09-06T03:48:36.049Z |
11792025-09-06T03:48:36.049Z1 | p4_macro::use_p4!(
11802025-09-06T03:48:36.049Z2 + p4 = "test/src/p4/controller_multiple_instantiation.p4",
11812025-09-06T03:48:36.049Z3 + pipeline_name = "cmi",
11822025-09-06T03:48:36.049Z4 ~ );
11832025-09-06T03:48:36.049Z |
11842025-09-06T03:48:36.049Z
11852025-09-06T03:48:36.053Zerror: try not to call a closure in the expression where it is declared
11862025-09-06T03:48:36.053Z --> test/src/controller_multiple_instantiation.rs:1:1
11872025-09-06T03:48:36.053Z |
11882025-09-06T03:48:36.053Z1 | / p4_macro::use_p4!(
11892025-09-06T03:48:36.053Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
11902025-09-06T03:48:36.053Z3 | | pipeline_name = "cmi",
11912025-09-06T03:48:36.053Z4 | | );
11922025-09-06T03:48:36.053Z | |_^
11932025-09-06T03:48:36.053Z |
11942025-09-06T03:48:36.053Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
11952025-09-06T03:48:36.053Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
11962025-09-06T03:48:36.053Zhelp: try doing something like
11972025-09-06T03:48:36.053Z |
11982025-09-06T03:48:36.053Z1 | p4_macro::use_p4!(
11992025-09-06T03:48:36.053Z2 + p4 = "test/src/p4/controller_multiple_instantiation.p4",
12002025-09-06T03:48:36.053Z3 + pipeline_name = "cmi",
12012025-09-06T03:48:36.053Z4 ~ );
12022025-09-06T03:48:36.053Z |
12032025-09-06T03:48:36.053Z
12042025-09-06T03:48:36.053Zerror: try not to call a closure in the expression where it is declared
12052025-09-06T03:48:36.053Z --> test/src/controller_multiple_instantiation.rs:1:1
12062025-09-06T03:48:36.053Z |
12072025-09-06T03:48:36.053Z1 | / p4_macro::use_p4!(
12082025-09-06T03:48:36.053Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
12092025-09-06T03:48:36.053Z3 | | pipeline_name = "cmi",
12102025-09-06T03:48:36.053Z4 | | );
12112025-09-06T03:48:36.053Z | |_^
12122025-09-06T03:48:36.054Z |
12132025-09-06T03:48:36.054Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
12142025-09-06T03:48:36.054Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
12152025-09-06T03:48:36.054Zhelp: try doing something like
12162025-09-06T03:48:36.054Z |
12172025-09-06T03:48:36.054Z1 | p4_macro::use_p4!(
12182025-09-06T03:48:36.054Z2 + p4 = "test/src/p4/controller_multiple_instantiation.p4",
12192025-09-06T03:48:36.054Z3 + pipeline_name = "cmi",
12202025-09-06T03:48:36.054Z4 ~ );
12212025-09-06T03:48:36.054Z |
12222025-09-06T03:48:36.054Z
12232025-09-06T03:48:36.054Zerror: try not to call a closure in the expression where it is declared
12242025-09-06T03:48:36.054Z --> test/src/controller_multiple_instantiation.rs:1:1
12252025-09-06T03:48:36.054Z |
12262025-09-06T03:48:36.054Z1 | / p4_macro::use_p4!(
12272025-09-06T03:48:36.054Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
12282025-09-06T03:48:36.054Z3 | | pipeline_name = "cmi",
12292025-09-06T03:48:36.054Z4 | | );
12302025-09-06T03:48:36.054Z | |_^
12312025-09-06T03:48:36.054Z |
12322025-09-06T03:48:36.054Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
12332025-09-06T03:48:36.054Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
12342025-09-06T03:48:36.054Zhelp: try doing something like
12352025-09-06T03:48:36.054Z |
12362025-09-06T03:48:36.054Z1 | p4_macro::use_p4!(
12372025-09-06T03:48:36.054Z2 + p4 = "test/src/p4/controller_multiple_instantiation.p4",
12382025-09-06T03:48:36.054Z3 + pipeline_name = "cmi",
12392025-09-06T03:48:36.054Z4 ~ );
12402025-09-06T03:48:36.054Z |
12412025-09-06T03:48:36.054Z
12422025-09-06T03:48:36.275Zerror: try not to call a closure in the expression where it is declared
12432025-09-06T03:48:36.275Z --> test/src/decap.rs:12:1
12442025-09-06T03:48:36.275Z |
12452025-09-06T03:48:36.275Z12 | p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",);
12462025-09-06T03:48:36.275Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",)`
12472025-09-06T03:48:36.275Z |
12482025-09-06T03:48:36.275Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
12492025-09-06T03:48:36.275Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
12502025-09-06T03:48:36.275Z
12512025-09-06T03:48:36.324Zerror: try not to call a closure in the expression where it is declared
12522025-09-06T03:48:36.324Z --> test/src/decap.rs:12:1
12532025-09-06T03:48:36.324Z |
12542025-09-06T03:48:36.324Z12 | p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",);
12552025-09-06T03:48:36.324Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",)`
12562025-09-06T03:48:36.325Z |
12572025-09-06T03:48:36.325Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
12582025-09-06T03:48:36.325Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
12592025-09-06T03:48:36.325Z
12602025-09-06T03:48:36.328Zerror: try not to call a closure in the expression where it is declared
12612025-09-06T03:48:36.328Z --> test/src/decap.rs:12:1
12622025-09-06T03:48:36.328Z |
12632025-09-06T03:48:36.328Z12 | p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",);
12642025-09-06T03:48:36.328Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",)`
12652025-09-06T03:48:36.328Z |
12662025-09-06T03:48:36.328Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
12672025-09-06T03:48:36.328Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
12682025-09-06T03:48:36.328Z
12692025-09-06T03:48:36.329Zerror: try not to call a closure in the expression where it is declared
12702025-09-06T03:48:36.329Z --> test/src/decap.rs:12:1
12712025-09-06T03:48:36.329Z |
12722025-09-06T03:48:36.329Z12 | p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",);
12732025-09-06T03:48:36.329Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",)`
12742025-09-06T03:48:36.329Z |
12752025-09-06T03:48:36.329Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
12762025-09-06T03:48:36.329Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
12772025-09-06T03:48:36.329Z
12782025-09-06T03:48:36.329Zerror: try not to call a closure in the expression where it is declared
12792025-09-06T03:48:36.329Z --> test/src/decap.rs:12:1
12802025-09-06T03:48:36.329Z |
12812025-09-06T03:48:36.329Z12 | p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",);
12822025-09-06T03:48:36.329Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",)`
12832025-09-06T03:48:36.329Z |
12842025-09-06T03:48:36.329Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
12852025-09-06T03:48:36.329Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
12862025-09-06T03:48:36.329Z
12872025-09-06T03:48:36.540Zerror: try not to call a closure in the expression where it is declared
12882025-09-06T03:48:36.540Z --> test/src/disag_router.rs:5:1
12892025-09-06T03:48:36.540Z |
12902025-09-06T03:48:36.540Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
12912025-09-06T03:48:36.540Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
12922025-09-06T03:48:36.540Z |
12932025-09-06T03:48:36.540Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
12942025-09-06T03:48:36.540Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
12952025-09-06T03:48:36.540Z
12962025-09-06T03:48:36.545Zerror: try not to call a closure in the expression where it is declared
12972025-09-06T03:48:36.545Z --> test/src/disag_router.rs:5:1
12982025-09-06T03:48:36.545Z |
12992025-09-06T03:48:36.545Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
13002025-09-06T03:48:36.545Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
13012025-09-06T03:48:36.545Z |
13022025-09-06T03:48:36.545Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
13032025-09-06T03:48:36.545Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
13042025-09-06T03:48:36.545Z
13052025-09-06T03:48:36.545Zerror: try not to call a closure in the expression where it is declared
13062025-09-06T03:48:36.545Z --> test/src/disag_router.rs:5:1
13072025-09-06T03:48:36.545Z |
13082025-09-06T03:48:36.545Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
13092025-09-06T03:48:36.545Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
13102025-09-06T03:48:36.545Z |
13112025-09-06T03:48:36.545Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
13122025-09-06T03:48:36.545Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
13132025-09-06T03:48:36.545Z
13142025-09-06T03:48:36.549Zerror: try not to call a closure in the expression where it is declared
13152025-09-06T03:48:36.549Z --> test/src/disag_router.rs:5:1
13162025-09-06T03:48:36.550Z |
13172025-09-06T03:48:36.550Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
13182025-09-06T03:48:36.550Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
13192025-09-06T03:48:36.550Z |
13202025-09-06T03:48:36.550Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
13212025-09-06T03:48:36.550Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
13222025-09-06T03:48:36.550Z
13232025-09-06T03:48:36.553Zerror: try not to call a closure in the expression where it is declared
13242025-09-06T03:48:36.553Z --> test/src/disag_router.rs:5:1
13252025-09-06T03:48:36.553Z |
13262025-09-06T03:48:36.553Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
13272025-09-06T03:48:36.554Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
13282025-09-06T03:48:36.554Z |
13292025-09-06T03:48:36.554Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
13302025-09-06T03:48:36.554Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
13312025-09-06T03:48:36.554Z
13322025-09-06T03:48:36.568Zerror: try not to call a closure in the expression where it is declared
13332025-09-06T03:48:36.568Z --> test/src/disag_router.rs:5:1
13342025-09-06T03:48:36.568Z |
13352025-09-06T03:48:36.568Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
13362025-09-06T03:48:36.568Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
13372025-09-06T03:48:36.568Z |
13382025-09-06T03:48:36.568Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
13392025-09-06T03:48:36.568Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
13402025-09-06T03:48:36.568Z
13412025-09-06T03:48:36.572Zerror: try not to call a closure in the expression where it is declared
13422025-09-06T03:48:36.572Z --> test/src/disag_router.rs:5:1
13432025-09-06T03:48:36.572Z |
13442025-09-06T03:48:36.572Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
13452025-09-06T03:48:36.572Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
13462025-09-06T03:48:36.572Z |
13472025-09-06T03:48:36.572Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
13482025-09-06T03:48:36.572Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
13492025-09-06T03:48:36.572Z
13502025-09-06T03:48:36.572Zerror: try not to call a closure in the expression where it is declared
13512025-09-06T03:48:36.572Z --> test/src/disag_router.rs:5:1
13522025-09-06T03:48:36.572Z |
13532025-09-06T03:48:36.572Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
13542025-09-06T03:48:36.572Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
13552025-09-06T03:48:36.572Z |
13562025-09-06T03:48:36.572Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
13572025-09-06T03:48:36.572Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
13582025-09-06T03:48:36.573Z
13592025-09-06T03:48:36.573Zerror: try not to call a closure in the expression where it is declared
13602025-09-06T03:48:36.573Z --> test/src/disag_router.rs:5:1
13612025-09-06T03:48:36.573Z |
13622025-09-06T03:48:36.573Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
13632025-09-06T03:48:36.573Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
13642025-09-06T03:48:36.573Z |
13652025-09-06T03:48:36.573Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
13662025-09-06T03:48:36.573Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
13672025-09-06T03:48:36.573Z
13682025-09-06T03:48:36.781Zerror: try not to call a closure in the expression where it is declared
13692025-09-06T03:48:36.781Z --> test/src/dload.rs:1:1
13702025-09-06T03:48:36.781Z |
13712025-09-06T03:48:36.781Z1 | / p4_macro::use_p4!(
13722025-09-06T03:48:36.781Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
13732025-09-06T03:48:36.781Z3 | | pipeline_name = "dload",
13742025-09-06T03:48:36.781Z4 | | );
13752025-09-06T03:48:36.781Z | |_^
13762025-09-06T03:48:36.781Z |
13772025-09-06T03:48:36.781Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
13782025-09-06T03:48:36.785Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
13792025-09-06T03:48:36.785Zhelp: try doing something like
13802025-09-06T03:48:36.785Z |
13812025-09-06T03:48:36.785Z1 | p4_macro::use_p4!(
13822025-09-06T03:48:36.785Z2 + p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
13832025-09-06T03:48:36.785Z3 + pipeline_name = "dload",
13842025-09-06T03:48:36.785Z4 ~ );
13852025-09-06T03:48:36.785Z |
13862025-09-06T03:48:36.785Z
13872025-09-06T03:48:36.785Zerror: try not to call a closure in the expression where it is declared
13882025-09-06T03:48:36.785Z --> test/src/dload.rs:1:1
13892025-09-06T03:48:36.785Z |
13902025-09-06T03:48:36.785Z1 | / p4_macro::use_p4!(
13912025-09-06T03:48:36.785Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
13922025-09-06T03:48:36.785Z3 | | pipeline_name = "dload",
13932025-09-06T03:48:36.785Z4 | | );
13942025-09-06T03:48:36.785Z | |_^
13952025-09-06T03:48:36.785Z |
13962025-09-06T03:48:36.785Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
13972025-09-06T03:48:36.785Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
13982025-09-06T03:48:36.785Zhelp: try doing something like
13992025-09-06T03:48:36.785Z |
14002025-09-06T03:48:36.785Z1 | p4_macro::use_p4!(
14012025-09-06T03:48:36.785Z2 + p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14022025-09-06T03:48:36.785Z3 + pipeline_name = "dload",
14032025-09-06T03:48:36.785Z4 ~ );
14042025-09-06T03:48:36.785Z |
14052025-09-06T03:48:36.785Z
14062025-09-06T03:48:36.786Zerror: try not to call a closure in the expression where it is declared
14072025-09-06T03:48:36.786Z --> test/src/dload.rs:1:1
14082025-09-06T03:48:36.786Z |
14092025-09-06T03:48:36.786Z1 | / p4_macro::use_p4!(
14102025-09-06T03:48:36.786Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14112025-09-06T03:48:36.786Z3 | | pipeline_name = "dload",
14122025-09-06T03:48:36.786Z4 | | );
14132025-09-06T03:48:36.786Z | |_^
14142025-09-06T03:48:36.786Z |
14152025-09-06T03:48:36.786Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
14162025-09-06T03:48:36.786Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
14172025-09-06T03:48:36.786Zhelp: try doing something like
14182025-09-06T03:48:36.786Z |
14192025-09-06T03:48:36.786Z1 | p4_macro::use_p4!(
14202025-09-06T03:48:36.786Z2 + p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14212025-09-06T03:48:36.786Z3 + pipeline_name = "dload",
14222025-09-06T03:48:36.786Z4 ~ );
14232025-09-06T03:48:36.786Z |
14242025-09-06T03:48:36.786Z
14252025-09-06T03:48:36.790Zerror: try not to call a closure in the expression where it is declared
14262025-09-06T03:48:36.790Z --> test/src/dload.rs:1:1
14272025-09-06T03:48:36.790Z |
14282025-09-06T03:48:36.790Z1 | / p4_macro::use_p4!(
14292025-09-06T03:48:36.790Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14302025-09-06T03:48:36.790Z3 | | pipeline_name = "dload",
14312025-09-06T03:48:36.790Z4 | | );
14322025-09-06T03:48:36.790Z | |_^
14332025-09-06T03:48:36.790Z |
14342025-09-06T03:48:36.790Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
14352025-09-06T03:48:36.790Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
14362025-09-06T03:48:36.790Zhelp: try doing something like
14372025-09-06T03:48:36.790Z |
14382025-09-06T03:48:36.790Z1 | p4_macro::use_p4!(
14392025-09-06T03:48:36.790Z2 + p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14402025-09-06T03:48:36.793Z3 + pipeline_name = "dload",
14412025-09-06T03:48:36.793Z4 ~ );
14422025-09-06T03:48:36.793Z |
14432025-09-06T03:48:36.793Z
14442025-09-06T03:48:36.802Zerror: try not to call a closure in the expression where it is declared
14452025-09-06T03:48:36.802Z --> test/src/dload.rs:1:1
14462025-09-06T03:48:36.802Z |
14472025-09-06T03:48:36.802Z1 | / p4_macro::use_p4!(
14482025-09-06T03:48:36.802Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14492025-09-06T03:48:36.802Z3 | | pipeline_name = "dload",
14502025-09-06T03:48:36.802Z4 | | );
14512025-09-06T03:48:36.802Z | |_^
14522025-09-06T03:48:36.802Z |
14532025-09-06T03:48:36.802Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
14542025-09-06T03:48:36.802Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
14552025-09-06T03:48:36.802Zhelp: try doing something like
14562025-09-06T03:48:36.802Z |
14572025-09-06T03:48:36.802Z1 | p4_macro::use_p4!(
14582025-09-06T03:48:36.802Z2 + p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14592025-09-06T03:48:36.802Z3 + pipeline_name = "dload",
14602025-09-06T03:48:36.802Z4 ~ );
14612025-09-06T03:48:36.802Z |
14622025-09-06T03:48:36.802Z
14632025-09-06T03:48:36.817Zerror: try not to call a closure in the expression where it is declared
14642025-09-06T03:48:36.817Z --> test/src/dload.rs:1:1
14652025-09-06T03:48:36.817Z |
14662025-09-06T03:48:36.817Z1 | / p4_macro::use_p4!(
14672025-09-06T03:48:36.817Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14682025-09-06T03:48:36.817Z3 | | pipeline_name = "dload",
14692025-09-06T03:48:36.817Z4 | | );
14702025-09-06T03:48:36.817Z | |_^
14712025-09-06T03:48:36.817Z |
14722025-09-06T03:48:36.817Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
14732025-09-06T03:48:36.817Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
14742025-09-06T03:48:36.817Zhelp: try doing something like
14752025-09-06T03:48:36.817Z |
14762025-09-06T03:48:36.817Z1 | p4_macro::use_p4!(
14772025-09-06T03:48:36.817Z2 + p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14782025-09-06T03:48:36.817Z3 + pipeline_name = "dload",
14792025-09-06T03:48:36.817Z4 ~ );
14802025-09-06T03:48:36.817Z |
14812025-09-06T03:48:36.817Z
14822025-09-06T03:48:36.821Zerror: try not to call a closure in the expression where it is declared
14832025-09-06T03:48:36.821Z --> test/src/dload.rs:1:1
14842025-09-06T03:48:36.821Z |
14852025-09-06T03:48:36.821Z1 | / p4_macro::use_p4!(
14862025-09-06T03:48:36.821Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14872025-09-06T03:48:36.821Z3 | | pipeline_name = "dload",
14882025-09-06T03:48:36.821Z4 | | );
14892025-09-06T03:48:36.821Z | |_^
14902025-09-06T03:48:36.821Z |
14912025-09-06T03:48:36.821Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
14922025-09-06T03:48:36.821Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
14932025-09-06T03:48:36.821Zhelp: try doing something like
14942025-09-06T03:48:36.821Z |
14952025-09-06T03:48:36.821Z1 | p4_macro::use_p4!(
14962025-09-06T03:48:36.821Z2 + p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14972025-09-06T03:48:36.821Z3 + pipeline_name = "dload",
14982025-09-06T03:48:36.821Z4 ~ );
14992025-09-06T03:48:36.821Z |
15002025-09-06T03:48:36.821Z
15012025-09-06T03:48:36.821Zerror: try not to call a closure in the expression where it is declared
15022025-09-06T03:48:36.822Z --> test/src/dload.rs:1:1
15032025-09-06T03:48:36.822Z |
15042025-09-06T03:48:36.822Z1 | / p4_macro::use_p4!(
15052025-09-06T03:48:36.822Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
15062025-09-06T03:48:36.822Z3 | | pipeline_name = "dload",
15072025-09-06T03:48:36.822Z4 | | );
15082025-09-06T03:48:36.822Z | |_^
15092025-09-06T03:48:36.822Z |
15102025-09-06T03:48:36.822Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
15112025-09-06T03:48:36.822Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
15122025-09-06T03:48:36.822Zhelp: try doing something like
15132025-09-06T03:48:36.822Z |
15142025-09-06T03:48:36.822Z1 | p4_macro::use_p4!(
15152025-09-06T03:48:36.822Z2 + p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
15162025-09-06T03:48:36.822Z3 + pipeline_name = "dload",
15172025-09-06T03:48:36.822Z4 ~ );
15182025-09-06T03:48:36.822Z |
15192025-09-06T03:48:36.822Z
15202025-09-06T03:48:36.822Zerror: try not to call a closure in the expression where it is declared
15212025-09-06T03:48:36.822Z --> test/src/dload.rs:1:1
15222025-09-06T03:48:36.822Z |
15232025-09-06T03:48:36.822Z1 | / p4_macro::use_p4!(
15242025-09-06T03:48:36.822Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
15252025-09-06T03:48:36.822Z3 | | pipeline_name = "dload",
15262025-09-06T03:48:36.822Z4 | | );
15272025-09-06T03:48:36.822Z | |_^
15282025-09-06T03:48:36.822Z |
15292025-09-06T03:48:36.822Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
15302025-09-06T03:48:36.822Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
15312025-09-06T03:48:36.822Zhelp: try doing something like
15322025-09-06T03:48:36.822Z |
15332025-09-06T03:48:36.822Z1 | p4_macro::use_p4!(
15342025-09-06T03:48:36.822Z2 + p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
15352025-09-06T03:48:36.822Z3 + pipeline_name = "dload",
15362025-09-06T03:48:36.822Z4 ~ );
15372025-09-06T03:48:36.822Z |
15382025-09-06T03:48:36.822Z
15392025-09-06T03:48:37.030Zerror: try not to call a closure in the expression where it is declared
15402025-09-06T03:48:37.030Z --> test/src/dynamic_router.rs:5:1
15412025-09-06T03:48:37.030Z |
15422025-09-06T03:48:37.030Z5 | / p4_macro::use_p4!(
15432025-09-06T03:48:37.030Z6 | | p4 = "test/src/p4/dynamic_router.p4",
15442025-09-06T03:48:37.030Z7 | | pipeline_name = "dynamic",
15452025-09-06T03:48:37.030Z8 | | );
15462025-09-06T03:48:37.030Z | |_^
15472025-09-06T03:48:37.030Z |
15482025-09-06T03:48:37.030Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
15492025-09-06T03:48:37.030Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
15502025-09-06T03:48:37.030Zhelp: try doing something like
15512025-09-06T03:48:37.030Z |
15522025-09-06T03:48:37.030Z5 | p4_macro::use_p4!(
15532025-09-06T03:48:37.030Z6 + p4 = "test/src/p4/dynamic_router.p4",
15542025-09-06T03:48:37.030Z7 + pipeline_name = "dynamic",
15552025-09-06T03:48:37.034Z8 ~ );
15562025-09-06T03:48:37.034Z |
15572025-09-06T03:48:37.034Z
15582025-09-06T03:48:37.034Zerror: try not to call a closure in the expression where it is declared
15592025-09-06T03:48:37.034Z --> test/src/dynamic_router.rs:5:1
15602025-09-06T03:48:37.034Z |
15612025-09-06T03:48:37.034Z5 | / p4_macro::use_p4!(
15622025-09-06T03:48:37.034Z6 | | p4 = "test/src/p4/dynamic_router.p4",
15632025-09-06T03:48:37.034Z7 | | pipeline_name = "dynamic",
15642025-09-06T03:48:37.034Z8 | | );
15652025-09-06T03:48:37.034Z | |_^
15662025-09-06T03:48:37.034Z |
15672025-09-06T03:48:37.034Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
15682025-09-06T03:48:37.034Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
15692025-09-06T03:48:37.034Zhelp: try doing something like
15702025-09-06T03:48:37.034Z |
15712025-09-06T03:48:37.034Z5 | p4_macro::use_p4!(
15722025-09-06T03:48:37.034Z6 + p4 = "test/src/p4/dynamic_router.p4",
15732025-09-06T03:48:37.034Z7 + pipeline_name = "dynamic",
15742025-09-06T03:48:37.034Z8 ~ );
15752025-09-06T03:48:37.034Z |
15762025-09-06T03:48:37.034Z
15772025-09-06T03:48:37.038Zerror: try not to call a closure in the expression where it is declared
15782025-09-06T03:48:37.038Z --> test/src/dynamic_router.rs:5:1
15792025-09-06T03:48:37.038Z |
15802025-09-06T03:48:37.038Z5 | / p4_macro::use_p4!(
15812025-09-06T03:48:37.038Z6 | | p4 = "test/src/p4/dynamic_router.p4",
15822025-09-06T03:48:37.038Z7 | | pipeline_name = "dynamic",
15832025-09-06T03:48:37.038Z8 | | );
15842025-09-06T03:48:37.038Z | |_^
15852025-09-06T03:48:37.038Z |
15862025-09-06T03:48:37.038Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
15872025-09-06T03:48:37.038Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
15882025-09-06T03:48:37.038Zhelp: try doing something like
15892025-09-06T03:48:37.038Z |
15902025-09-06T03:48:37.038Z5 | p4_macro::use_p4!(
15912025-09-06T03:48:37.038Z6 + p4 = "test/src/p4/dynamic_router.p4",
15922025-09-06T03:48:37.038Z7 + pipeline_name = "dynamic",
15932025-09-06T03:48:37.038Z8 ~ );
15942025-09-06T03:48:37.038Z |
15952025-09-06T03:48:37.038Z
15962025-09-06T03:48:37.042Zerror: try not to call a closure in the expression where it is declared
15972025-09-06T03:48:37.042Z --> test/src/dynamic_router.rs:5:1
15982025-09-06T03:48:37.042Z |
15992025-09-06T03:48:37.042Z5 | / p4_macro::use_p4!(
16002025-09-06T03:48:37.042Z6 | | p4 = "test/src/p4/dynamic_router.p4",
16012025-09-06T03:48:37.042Z7 | | pipeline_name = "dynamic",
16022025-09-06T03:48:37.042Z8 | | );
16032025-09-06T03:48:37.042Z | |_^
16042025-09-06T03:48:37.042Z |
16052025-09-06T03:48:37.042Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
16062025-09-06T03:48:37.042Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
16072025-09-06T03:48:37.042Zhelp: try doing something like
16082025-09-06T03:48:37.042Z |
16092025-09-06T03:48:37.042Z5 | p4_macro::use_p4!(
16102025-09-06T03:48:37.042Z6 + p4 = "test/src/p4/dynamic_router.p4",
16112025-09-06T03:48:37.042Z7 + pipeline_name = "dynamic",
16122025-09-06T03:48:37.042Z8 ~ );
16132025-09-06T03:48:37.042Z |
16142025-09-06T03:48:37.042Z
16152025-09-06T03:48:37.050Zerror: try not to call a closure in the expression where it is declared
16162025-09-06T03:48:37.050Z --> test/src/dynamic_router.rs:5:1
16172025-09-06T03:48:37.050Z |
16182025-09-06T03:48:37.050Z5 | / p4_macro::use_p4!(
16192025-09-06T03:48:37.050Z6 | | p4 = "test/src/p4/dynamic_router.p4",
16202025-09-06T03:48:37.050Z7 | | pipeline_name = "dynamic",
16212025-09-06T03:48:37.050Z8 | | );
16222025-09-06T03:48:37.050Z | |_^
16232025-09-06T03:48:37.050Z |
16242025-09-06T03:48:37.050Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
16252025-09-06T03:48:37.050Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
16262025-09-06T03:48:37.050Zhelp: try doing something like
16272025-09-06T03:48:37.050Z |
16282025-09-06T03:48:37.050Z5 | p4_macro::use_p4!(
16292025-09-06T03:48:37.050Z6 + p4 = "test/src/p4/dynamic_router.p4",
16302025-09-06T03:48:37.050Z7 + pipeline_name = "dynamic",
16312025-09-06T03:48:37.050Z8 ~ );
16322025-09-06T03:48:37.050Z |
16332025-09-06T03:48:37.051Z
16342025-09-06T03:48:37.062Zerror: try not to call a closure in the expression where it is declared
16352025-09-06T03:48:37.062Z --> test/src/dynamic_router.rs:5:1
16362025-09-06T03:48:37.062Z |
16372025-09-06T03:48:37.062Z5 | / p4_macro::use_p4!(
16382025-09-06T03:48:37.062Z6 | | p4 = "test/src/p4/dynamic_router.p4",
16392025-09-06T03:48:37.062Z7 | | pipeline_name = "dynamic",
16402025-09-06T03:48:37.062Z8 | | );
16412025-09-06T03:48:37.062Z | |_^
16422025-09-06T03:48:37.062Z |
16432025-09-06T03:48:37.062Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
16442025-09-06T03:48:37.062Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
16452025-09-06T03:48:37.062Zhelp: try doing something like
16462025-09-06T03:48:37.062Z |
16472025-09-06T03:48:37.062Z5 | p4_macro::use_p4!(
16482025-09-06T03:48:37.062Z6 + p4 = "test/src/p4/dynamic_router.p4",
16492025-09-06T03:48:37.062Z7 + pipeline_name = "dynamic",
16502025-09-06T03:48:37.066Z8 ~ );
16512025-09-06T03:48:37.066Z |
16522025-09-06T03:48:37.066Z
16532025-09-06T03:48:37.066Zerror: try not to call a closure in the expression where it is declared
16542025-09-06T03:48:37.066Z --> test/src/dynamic_router.rs:5:1
16552025-09-06T03:48:37.066Z |
16562025-09-06T03:48:37.066Z5 | / p4_macro::use_p4!(
16572025-09-06T03:48:37.066Z6 | | p4 = "test/src/p4/dynamic_router.p4",
16582025-09-06T03:48:37.066Z7 | | pipeline_name = "dynamic",
16592025-09-06T03:48:37.066Z8 | | );
16602025-09-06T03:48:37.066Z | |_^
16612025-09-06T03:48:37.066Z |
16622025-09-06T03:48:37.066Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
16632025-09-06T03:48:37.066Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
16642025-09-06T03:48:37.066Zhelp: try doing something like
16652025-09-06T03:48:37.067Z |
16662025-09-06T03:48:37.067Z5 | p4_macro::use_p4!(
16672025-09-06T03:48:37.067Z6 + p4 = "test/src/p4/dynamic_router.p4",
16682025-09-06T03:48:37.067Z7 + pipeline_name = "dynamic",
16692025-09-06T03:48:37.067Z8 ~ );
16702025-09-06T03:48:37.067Z |
16712025-09-06T03:48:37.067Z
16722025-09-06T03:48:37.067Zerror: try not to call a closure in the expression where it is declared
16732025-09-06T03:48:37.067Z --> test/src/dynamic_router.rs:5:1
16742025-09-06T03:48:37.067Z |
16752025-09-06T03:48:37.067Z5 | / p4_macro::use_p4!(
16762025-09-06T03:48:37.067Z6 | | p4 = "test/src/p4/dynamic_router.p4",
16772025-09-06T03:48:37.067Z7 | | pipeline_name = "dynamic",
16782025-09-06T03:48:37.067Z8 | | );
16792025-09-06T03:48:37.067Z | |_^
16802025-09-06T03:48:37.067Z |
16812025-09-06T03:48:37.067Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
16822025-09-06T03:48:37.067Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
16832025-09-06T03:48:37.067Zhelp: try doing something like
16842025-09-06T03:48:37.067Z |
16852025-09-06T03:48:37.067Z5 | p4_macro::use_p4!(
16862025-09-06T03:48:37.067Z6 + p4 = "test/src/p4/dynamic_router.p4",
16872025-09-06T03:48:37.067Z7 + pipeline_name = "dynamic",
16882025-09-06T03:48:37.067Z8 ~ );
16892025-09-06T03:48:37.067Z |
16902025-09-06T03:48:37.067Z
16912025-09-06T03:48:37.067Zerror: try not to call a closure in the expression where it is declared
16922025-09-06T03:48:37.067Z --> test/src/dynamic_router.rs:5:1
16932025-09-06T03:48:37.067Z |
16942025-09-06T03:48:37.067Z5 | / p4_macro::use_p4!(
16952025-09-06T03:48:37.067Z6 | | p4 = "test/src/p4/dynamic_router.p4",
16962025-09-06T03:48:37.067Z7 | | pipeline_name = "dynamic",
16972025-09-06T03:48:37.067Z8 | | );
16982025-09-06T03:48:37.067Z | |_^
16992025-09-06T03:48:37.067Z |
17002025-09-06T03:48:37.067Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
17012025-09-06T03:48:37.067Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
17022025-09-06T03:48:37.067Zhelp: try doing something like
17032025-09-06T03:48:37.068Z |
17042025-09-06T03:48:37.068Z5 | p4_macro::use_p4!(
17052025-09-06T03:48:37.068Z6 + p4 = "test/src/p4/dynamic_router.p4",
17062025-09-06T03:48:37.068Z7 + pipeline_name = "dynamic",
17072025-09-06T03:48:37.068Z8 ~ );
17082025-09-06T03:48:37.068Z |
17092025-09-06T03:48:37.068Z
17102025-09-06T03:48:37.133Zerror: try not to call a closure in the expression where it is declared
17112025-09-06T03:48:37.133Z --> test/src/hub.rs:4:1
17122025-09-06T03:48:37.133Z |
17132025-09-06T03:48:37.133Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
17142025-09-06T03:48:37.133Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
17152025-09-06T03:48:37.133Z |
17162025-09-06T03:48:37.133Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
17172025-09-06T03:48:37.133Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
17182025-09-06T03:48:37.133Z
17192025-09-06T03:48:37.138Zerror: try not to call a closure in the expression where it is declared
17202025-09-06T03:48:37.138Z --> test/src/hub.rs:4:1
17212025-09-06T03:48:37.138Z |
17222025-09-06T03:48:37.138Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
17232025-09-06T03:48:37.138Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
17242025-09-06T03:48:37.138Z |
17252025-09-06T03:48:37.138Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
17262025-09-06T03:48:37.138Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
17272025-09-06T03:48:37.138Z
17282025-09-06T03:48:37.138Zerror: try not to call a closure in the expression where it is declared
17292025-09-06T03:48:37.138Z --> test/src/hub.rs:4:1
17302025-09-06T03:48:37.138Z |
17312025-09-06T03:48:37.138Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
17322025-09-06T03:48:37.138Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
17332025-09-06T03:48:37.138Z |
17342025-09-06T03:48:37.138Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
17352025-09-06T03:48:37.138Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
17362025-09-06T03:48:37.138Z
17372025-09-06T03:48:37.138Zerror: try not to call a closure in the expression where it is declared
17382025-09-06T03:48:37.138Z --> test/src/hub.rs:4:1
17392025-09-06T03:48:37.138Z |
17402025-09-06T03:48:37.138Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
17412025-09-06T03:48:37.138Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
17422025-09-06T03:48:37.138Z |
17432025-09-06T03:48:37.138Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
17442025-09-06T03:48:37.138Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
17452025-09-06T03:48:37.138Z
17462025-09-06T03:48:37.142Zerror: try not to call a closure in the expression where it is declared
17472025-09-06T03:48:37.142Z --> test/src/hub.rs:4:1
17482025-09-06T03:48:37.142Z |
17492025-09-06T03:48:37.142Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
17502025-09-06T03:48:37.142Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
17512025-09-06T03:48:37.142Z |
17522025-09-06T03:48:37.142Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
17532025-09-06T03:48:37.142Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
17542025-09-06T03:48:37.142Z
17552025-09-06T03:48:37.142Zerror: try not to call a closure in the expression where it is declared
17562025-09-06T03:48:37.142Z --> test/src/hub.rs:4:1
17572025-09-06T03:48:37.142Z |
17582025-09-06T03:48:37.142Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
17592025-09-06T03:48:37.142Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
17602025-09-06T03:48:37.142Z |
17612025-09-06T03:48:37.142Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
17622025-09-06T03:48:37.143Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
17632025-09-06T03:48:37.143Z
17642025-09-06T03:48:37.146Zerror: try not to call a closure in the expression where it is declared
17652025-09-06T03:48:37.146Z --> test/src/hub.rs:4:1
17662025-09-06T03:48:37.146Z |
17672025-09-06T03:48:37.146Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
17682025-09-06T03:48:37.146Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
17692025-09-06T03:48:37.146Z |
17702025-09-06T03:48:37.146Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
17712025-09-06T03:48:37.146Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
17722025-09-06T03:48:37.146Z
17732025-09-06T03:48:37.146Zerror: try not to call a closure in the expression where it is declared
17742025-09-06T03:48:37.146Z --> test/src/hub.rs:4:1
17752025-09-06T03:48:37.146Z |
17762025-09-06T03:48:37.146Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
17772025-09-06T03:48:37.146Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
17782025-09-06T03:48:37.147Z |
17792025-09-06T03:48:37.147Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
17802025-09-06T03:48:37.147Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
17812025-09-06T03:48:37.147Z
17822025-09-06T03:48:37.366Zerror: try not to call a closure in the expression where it is declared
17832025-09-06T03:48:37.366Z --> test/src/ipv6.rs:1:1
17842025-09-06T03:48:37.366Z |
17852025-09-06T03:48:37.366Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
17862025-09-06T03:48:37.366Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
17872025-09-06T03:48:37.366Z |
17882025-09-06T03:48:37.366Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
17892025-09-06T03:48:37.366Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
17902025-09-06T03:48:37.366Z
17912025-09-06T03:48:37.375Zerror: try not to call a closure in the expression where it is declared
17922025-09-06T03:48:37.375Z --> test/src/ipv6.rs:1:1
17932025-09-06T03:48:37.375Z |
17942025-09-06T03:48:37.375Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
17952025-09-06T03:48:37.375Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
17962025-09-06T03:48:37.375Z |
17972025-09-06T03:48:37.375Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
17982025-09-06T03:48:37.375Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
17992025-09-06T03:48:37.375Z
18002025-09-06T03:48:37.378Zerror: try not to call a closure in the expression where it is declared
18012025-09-06T03:48:37.378Z --> test/src/ipv6.rs:1:1
18022025-09-06T03:48:37.378Z |
18032025-09-06T03:48:37.379Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
18042025-09-06T03:48:37.379Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
18052025-09-06T03:48:37.379Z |
18062025-09-06T03:48:37.379Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
18072025-09-06T03:48:37.379Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
18082025-09-06T03:48:37.379Z
18092025-09-06T03:48:37.413Zerror: try not to call a closure in the expression where it is declared
18102025-09-06T03:48:37.414Z --> test/src/ipv6.rs:1:1
18112025-09-06T03:48:37.414Z |
18122025-09-06T03:48:37.414Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
18132025-09-06T03:48:37.414Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
18142025-09-06T03:48:37.414Z |
18152025-09-06T03:48:37.414Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
18162025-09-06T03:48:37.414Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
18172025-09-06T03:48:37.414Z
18182025-09-06T03:48:37.458Zerror: try not to call a closure in the expression where it is declared
18192025-09-06T03:48:37.458Z --> test/src/ipv6.rs:1:1
18202025-09-06T03:48:37.458Z |
18212025-09-06T03:48:37.458Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
18222025-09-06T03:48:37.458Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
18232025-09-06T03:48:37.458Z |
18242025-09-06T03:48:37.458Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
18252025-09-06T03:48:37.458Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
18262025-09-06T03:48:37.458Z
18272025-09-06T03:48:37.498Zerror: try not to call a closure in the expression where it is declared
18282025-09-06T03:48:37.498Z --> test/src/ipv6.rs:1:1
18292025-09-06T03:48:37.498Z |
18302025-09-06T03:48:37.498Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
18312025-09-06T03:48:37.498Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
18322025-09-06T03:48:37.498Z |
18332025-09-06T03:48:37.498Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
18342025-09-06T03:48:37.498Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
18352025-09-06T03:48:37.498Z
18362025-09-06T03:48:37.502Zerror: try not to call a closure in the expression where it is declared
18372025-09-06T03:48:37.502Z --> test/src/ipv6.rs:1:1
18382025-09-06T03:48:37.502Z |
18392025-09-06T03:48:37.502Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
18402025-09-06T03:48:37.502Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
18412025-09-06T03:48:37.502Z |
18422025-09-06T03:48:37.502Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
18432025-09-06T03:48:37.502Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
18442025-09-06T03:48:37.502Z
18452025-09-06T03:48:37.502Zerror: try not to call a closure in the expression where it is declared
18462025-09-06T03:48:37.502Z --> test/src/ipv6.rs:1:1
18472025-09-06T03:48:37.502Z |
18482025-09-06T03:48:37.503Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
18492025-09-06T03:48:37.503Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
18502025-09-06T03:48:37.503Z |
18512025-09-06T03:48:37.503Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
18522025-09-06T03:48:37.503Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
18532025-09-06T03:48:37.503Z
18542025-09-06T03:48:37.503Zerror: try not to call a closure in the expression where it is declared
18552025-09-06T03:48:37.503Z --> test/src/ipv6.rs:1:1
18562025-09-06T03:48:37.503Z |
18572025-09-06T03:48:37.503Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
18582025-09-06T03:48:37.503Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
18592025-09-06T03:48:37.503Z |
18602025-09-06T03:48:37.503Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
18612025-09-06T03:48:37.503Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
18622025-09-06T03:48:37.503Z
18632025-09-06T03:48:37.740Zerror: try not to call a closure in the expression where it is declared
18642025-09-06T03:48:37.740Z --> test/src/mac_rewrite.rs:5:1
18652025-09-06T03:48:37.740Z |
18662025-09-06T03:48:37.740Z5 | / p4_macro::use_p4!(
18672025-09-06T03:48:37.740Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
18682025-09-06T03:48:37.740Z7 | | pipeline_name = "mac_rewrite",
18692025-09-06T03:48:37.740Z8 | | );
18702025-09-06T03:48:37.740Z | |_^
18712025-09-06T03:48:37.740Z |
18722025-09-06T03:48:37.740Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
18732025-09-06T03:48:37.741Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
18742025-09-06T03:48:37.741Zhelp: try doing something like
18752025-09-06T03:48:37.741Z |
18762025-09-06T03:48:37.741Z5 | p4_macro::use_p4!(
18772025-09-06T03:48:37.741Z6 + p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
18782025-09-06T03:48:37.741Z7 + pipeline_name = "mac_rewrite",
18792025-09-06T03:48:37.741Z8 ~ );
18802025-09-06T03:48:37.741Z |
18812025-09-06T03:48:37.741Z
18822025-09-06T03:48:37.796Zerror: try not to call a closure in the expression where it is declared
18832025-09-06T03:48:37.796Z --> test/src/mac_rewrite.rs:5:1
18842025-09-06T03:48:37.796Z |
18852025-09-06T03:48:37.796Z5 | / p4_macro::use_p4!(
18862025-09-06T03:48:37.796Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
18872025-09-06T03:48:37.796Z7 | | pipeline_name = "mac_rewrite",
18882025-09-06T03:48:37.797Z8 | | );
18892025-09-06T03:48:37.797Z | |_^
18902025-09-06T03:48:37.797Z |
18912025-09-06T03:48:37.797Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
18922025-09-06T03:48:37.797Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
18932025-09-06T03:48:37.797Zhelp: try doing something like
18942025-09-06T03:48:37.797Z |
18952025-09-06T03:48:37.797Z5 | p4_macro::use_p4!(
18962025-09-06T03:48:37.797Z6 + p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
18972025-09-06T03:48:37.797Z7 + pipeline_name = "mac_rewrite",
18982025-09-06T03:48:37.797Z8 ~ );
18992025-09-06T03:48:37.797Z |
19002025-09-06T03:48:37.797Z
19012025-09-06T03:48:37.797Zerror: try not to call a closure in the expression where it is declared
19022025-09-06T03:48:37.797Z --> test/src/mac_rewrite.rs:5:1
19032025-09-06T03:48:37.797Z |
19042025-09-06T03:48:37.797Z5 | / p4_macro::use_p4!(
19052025-09-06T03:48:37.797Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
19062025-09-06T03:48:37.797Z7 | | pipeline_name = "mac_rewrite",
19072025-09-06T03:48:37.797Z8 | | );
19082025-09-06T03:48:37.797Z | |_^
19092025-09-06T03:48:37.797Z |
19102025-09-06T03:48:37.797Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
19112025-09-06T03:48:37.797Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
19122025-09-06T03:48:37.797Zhelp: try doing something like
19132025-09-06T03:48:37.797Z |
19142025-09-06T03:48:37.797Z5 | p4_macro::use_p4!(
19152025-09-06T03:48:37.797Z6 + p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
19162025-09-06T03:48:37.797Z7 + pipeline_name = "mac_rewrite",
19172025-09-06T03:48:37.797Z8 ~ );
19182025-09-06T03:48:37.797Z |
19192025-09-06T03:48:37.797Z
19202025-09-06T03:48:37.797Zerror: try not to call a closure in the expression where it is declared
19212025-09-06T03:48:37.797Z --> test/src/mac_rewrite.rs:5:1
19222025-09-06T03:48:37.797Z |
19232025-09-06T03:48:37.797Z5 | / p4_macro::use_p4!(
19242025-09-06T03:48:37.797Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
19252025-09-06T03:48:37.798Z7 | | pipeline_name = "mac_rewrite",
19262025-09-06T03:48:37.798Z8 | | );
19272025-09-06T03:48:37.798Z | |_^
19282025-09-06T03:48:37.798Z |
19292025-09-06T03:48:37.798Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
19302025-09-06T03:48:37.798Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
19312025-09-06T03:48:37.798Zhelp: try doing something like
19322025-09-06T03:48:37.798Z |
19332025-09-06T03:48:37.798Z5 | p4_macro::use_p4!(
19342025-09-06T03:48:37.798Z6 + p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
19352025-09-06T03:48:37.798Z7 + pipeline_name = "mac_rewrite",
19362025-09-06T03:48:37.798Z8 ~ );
19372025-09-06T03:48:37.798Z |
19382025-09-06T03:48:37.798Z
19392025-09-06T03:48:37.798Zerror: try not to call a closure in the expression where it is declared
19402025-09-06T03:48:37.798Z --> test/src/mac_rewrite.rs:5:1
19412025-09-06T03:48:37.798Z |
19422025-09-06T03:48:37.798Z5 | / p4_macro::use_p4!(
19432025-09-06T03:48:37.798Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
19442025-09-06T03:48:37.798Z7 | | pipeline_name = "mac_rewrite",
19452025-09-06T03:48:37.798Z8 | | );
19462025-09-06T03:48:37.798Z | |_^
19472025-09-06T03:48:37.798Z |
19482025-09-06T03:48:37.798Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
19492025-09-06T03:48:37.798Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
19502025-09-06T03:48:37.798Zhelp: try doing something like
19512025-09-06T03:48:37.798Z |
19522025-09-06T03:48:37.798Z5 | p4_macro::use_p4!(
19532025-09-06T03:48:37.798Z6 + p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
19542025-09-06T03:48:37.798Z7 + pipeline_name = "mac_rewrite",
19552025-09-06T03:48:37.798Z8 ~ );
19562025-09-06T03:48:37.798Z |
19572025-09-06T03:48:37.798Z
19582025-09-06T03:48:37.798Zerror: try not to call a closure in the expression where it is declared
19592025-09-06T03:48:37.798Z --> test/src/mac_rewrite.rs:5:1
19602025-09-06T03:48:37.798Z |
19612025-09-06T03:48:37.798Z5 | / p4_macro::use_p4!(
19622025-09-06T03:48:37.798Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
19632025-09-06T03:48:37.798Z7 | | pipeline_name = "mac_rewrite",
19642025-09-06T03:48:37.799Z8 | | );
19652025-09-06T03:48:37.799Z | |_^
19662025-09-06T03:48:37.799Z |
19672025-09-06T03:48:37.799Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
19682025-09-06T03:48:37.799Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
19692025-09-06T03:48:37.799Zhelp: try doing something like
19702025-09-06T03:48:37.799Z |
19712025-09-06T03:48:37.799Z5 | p4_macro::use_p4!(
19722025-09-06T03:48:37.799Z6 + p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
19732025-09-06T03:48:37.799Z7 + pipeline_name = "mac_rewrite",
19742025-09-06T03:48:37.799Z8 ~ );
19752025-09-06T03:48:37.799Z |
19762025-09-06T03:48:37.799Z
19772025-09-06T03:48:37.799Zerror: try not to call a closure in the expression where it is declared
19782025-09-06T03:48:37.799Z --> test/src/mac_rewrite.rs:5:1
19792025-09-06T03:48:37.799Z |
19802025-09-06T03:48:37.799Z5 | / p4_macro::use_p4!(
19812025-09-06T03:48:37.799Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
19822025-09-06T03:48:37.803Z7 | | pipeline_name = "mac_rewrite",
19832025-09-06T03:48:37.803Z8 | | );
19842025-09-06T03:48:37.803Z | |_^
19852025-09-06T03:48:37.803Z |
19862025-09-06T03:48:37.803Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
19872025-09-06T03:48:37.804Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
19882025-09-06T03:48:37.804Zhelp: try doing something like
19892025-09-06T03:48:37.804Z |
19902025-09-06T03:48:37.804Z5 | p4_macro::use_p4!(
19912025-09-06T03:48:37.804Z6 + p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
19922025-09-06T03:48:37.804Z7 + pipeline_name = "mac_rewrite",
19932025-09-06T03:48:37.804Z8 ~ );
19942025-09-06T03:48:37.804Z |
19952025-09-06T03:48:37.804Z
19962025-09-06T03:48:37.804Zerror: try not to call a closure in the expression where it is declared
19972025-09-06T03:48:37.804Z --> test/src/mac_rewrite.rs:5:1
19982025-09-06T03:48:37.804Z |
19992025-09-06T03:48:37.804Z5 | / p4_macro::use_p4!(
20002025-09-06T03:48:37.804Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
20012025-09-06T03:48:37.804Z7 | | pipeline_name = "mac_rewrite",
20022025-09-06T03:48:37.804Z8 | | );
20032025-09-06T03:48:37.804Z | |_^
20042025-09-06T03:48:37.804Z |
20052025-09-06T03:48:37.804Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
20062025-09-06T03:48:37.804Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
20072025-09-06T03:48:37.804Zhelp: try doing something like
20082025-09-06T03:48:37.804Z |
20092025-09-06T03:48:37.804Z5 | p4_macro::use_p4!(
20102025-09-06T03:48:37.804Z6 + p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
20112025-09-06T03:48:37.804Z7 + pipeline_name = "mac_rewrite",
20122025-09-06T03:48:37.804Z8 ~ );
20132025-09-06T03:48:37.804Z |
20142025-09-06T03:48:37.804Z
20152025-09-06T03:48:37.804Zerror: try not to call a closure in the expression where it is declared
20162025-09-06T03:48:37.804Z --> test/src/mac_rewrite.rs:5:1
20172025-09-06T03:48:37.804Z |
20182025-09-06T03:48:37.804Z5 | / p4_macro::use_p4!(
20192025-09-06T03:48:37.804Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
20202025-09-06T03:48:37.804Z7 | | pipeline_name = "mac_rewrite",
20212025-09-06T03:48:37.804Z8 | | );
20222025-09-06T03:48:37.804Z | |_^
20232025-09-06T03:48:37.804Z |
20242025-09-06T03:48:37.804Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
20252025-09-06T03:48:37.804Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
20262025-09-06T03:48:37.805Zhelp: try doing something like
20272025-09-06T03:48:37.805Z |
20282025-09-06T03:48:37.805Z5 | p4_macro::use_p4!(
20292025-09-06T03:48:37.805Z6 + p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
20302025-09-06T03:48:37.805Z7 + pipeline_name = "mac_rewrite",
20312025-09-06T03:48:37.805Z8 ~ );
20322025-09-06T03:48:37.805Z |
20332025-09-06T03:48:37.805Z
20342025-09-06T03:48:37.989Zerror: try not to call a closure in the expression where it is declared
20352025-09-06T03:48:37.989Z --> test/src/range.rs:5:1
20362025-09-06T03:48:37.989Z |
20372025-09-06T03:48:37.989Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
20382025-09-06T03:48:37.989Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
20392025-09-06T03:48:37.989Z |
20402025-09-06T03:48:37.989Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
20412025-09-06T03:48:37.989Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
20422025-09-06T03:48:37.989Z
20432025-09-06T03:48:37.993Zerror: try not to call a closure in the expression where it is declared
20442025-09-06T03:48:37.993Z --> test/src/range.rs:5:1
20452025-09-06T03:48:37.993Z |
20462025-09-06T03:48:37.993Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
20472025-09-06T03:48:37.993Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
20482025-09-06T03:48:37.993Z |
20492025-09-06T03:48:37.993Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
20502025-09-06T03:48:37.993Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
20512025-09-06T03:48:37.993Z
20522025-09-06T03:48:37.996Zerror: try not to call a closure in the expression where it is declared
20532025-09-06T03:48:37.996Z --> test/src/range.rs:5:1
20542025-09-06T03:48:37.996Z |
20552025-09-06T03:48:37.996Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
20562025-09-06T03:48:37.997Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
20572025-09-06T03:48:37.997Z |
20582025-09-06T03:48:37.997Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
20592025-09-06T03:48:37.997Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
20602025-09-06T03:48:37.997Z
20612025-09-06T03:48:37.997Zerror: try not to call a closure in the expression where it is declared
20622025-09-06T03:48:37.997Z --> test/src/range.rs:5:1
20632025-09-06T03:48:37.997Z |
20642025-09-06T03:48:37.997Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
20652025-09-06T03:48:37.997Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
20662025-09-06T03:48:37.997Z |
20672025-09-06T03:48:37.997Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
20682025-09-06T03:48:37.997Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
20692025-09-06T03:48:37.997Z
20702025-09-06T03:48:38.001Zerror: try not to call a closure in the expression where it is declared
20712025-09-06T03:48:38.001Z --> test/src/range.rs:5:1
20722025-09-06T03:48:38.001Z |
20732025-09-06T03:48:38.001Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
20742025-09-06T03:48:38.001Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
20752025-09-06T03:48:38.001Z |
20762025-09-06T03:48:38.001Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
20772025-09-06T03:48:38.001Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
20782025-09-06T03:48:38.001Z
20792025-09-06T03:48:38.002Zerror: try not to call a closure in the expression where it is declared
20802025-09-06T03:48:38.002Z --> test/src/range.rs:5:1
20812025-09-06T03:48:38.002Z |
20822025-09-06T03:48:38.002Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
20832025-09-06T03:48:38.002Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
20842025-09-06T03:48:38.002Z |
20852025-09-06T03:48:38.002Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
20862025-09-06T03:48:38.002Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
20872025-09-06T03:48:38.002Z
20882025-09-06T03:48:38.007Zerror: try not to call a closure in the expression where it is declared
20892025-09-06T03:48:38.007Z --> test/src/range.rs:5:1
20902025-09-06T03:48:38.007Z |
20912025-09-06T03:48:38.007Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
20922025-09-06T03:48:38.007Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
20932025-09-06T03:48:38.007Z |
20942025-09-06T03:48:38.007Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
20952025-09-06T03:48:38.007Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
20962025-09-06T03:48:38.007Z
20972025-09-06T03:48:38.007Zerror: try not to call a closure in the expression where it is declared
20982025-09-06T03:48:38.007Z --> test/src/range.rs:5:1
20992025-09-06T03:48:38.007Z |
21002025-09-06T03:48:38.007Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
21012025-09-06T03:48:38.007Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
21022025-09-06T03:48:38.007Z |
21032025-09-06T03:48:38.007Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
21042025-09-06T03:48:38.007Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
21052025-09-06T03:48:38.007Z
21062025-09-06T03:48:38.204Zerror: try not to call a closure in the expression where it is declared
21072025-09-06T03:48:38.204Z --> test/src/table_in_egress_and_ingress.rs:1:1
21082025-09-06T03:48:38.204Z |
21092025-09-06T03:48:38.204Z1 | / p4_macro::use_p4!(
21102025-09-06T03:48:38.204Z2 | | p4 = "test/src/p4/table_in_egress_and_ingress.p4",
21112025-09-06T03:48:38.204Z3 | | pipeline_name = "table_in_ingresss_and_egress",
21122025-09-06T03:48:38.204Z4 | | );
21132025-09-06T03:48:38.204Z | |_^
21142025-09-06T03:48:38.204Z |
21152025-09-06T03:48:38.204Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
21162025-09-06T03:48:38.204Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
21172025-09-06T03:48:38.204Zhelp: try doing something like
21182025-09-06T03:48:38.204Z |
21192025-09-06T03:48:38.204Z1 | p4_macro::use_p4!(
21202025-09-06T03:48:38.204Z2 + p4 = "test/src/p4/table_in_egress_and_ingress.p4",
21212025-09-06T03:48:38.204Z3 + pipeline_name = "table_in_ingresss_and_egress",
21222025-09-06T03:48:38.204Z4 ~ );
21232025-09-06T03:48:38.205Z |
21242025-09-06T03:48:38.205Z
21252025-09-06T03:48:38.208Zerror: try not to call a closure in the expression where it is declared
21262025-09-06T03:48:38.208Z --> test/src/table_in_egress_and_ingress.rs:1:1
21272025-09-06T03:48:38.208Z |
21282025-09-06T03:48:38.208Z1 | / p4_macro::use_p4!(
21292025-09-06T03:48:38.208Z2 | | p4 = "test/src/p4/table_in_egress_and_ingress.p4",
21302025-09-06T03:48:38.208Z3 | | pipeline_name = "table_in_ingresss_and_egress",
21312025-09-06T03:48:38.208Z4 | | );
21322025-09-06T03:48:38.208Z | |_^
21332025-09-06T03:48:38.208Z |
21342025-09-06T03:48:38.208Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
21352025-09-06T03:48:38.208Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
21362025-09-06T03:48:38.210Zhelp: try doing something like
21372025-09-06T03:48:38.210Z |
21382025-09-06T03:48:38.210Z1 | p4_macro::use_p4!(
21392025-09-06T03:48:38.210Z2 + p4 = "test/src/p4/table_in_egress_and_ingress.p4",
21402025-09-06T03:48:38.210Z3 + pipeline_name = "table_in_ingresss_and_egress",
21412025-09-06T03:48:38.210Z4 ~ );
21422025-09-06T03:48:38.210Z |
21432025-09-06T03:48:38.210Z
21442025-09-06T03:48:38.213Zerror: try not to call a closure in the expression where it is declared
21452025-09-06T03:48:38.213Z --> test/src/table_in_egress_and_ingress.rs:1:1
21462025-09-06T03:48:38.213Z |
21472025-09-06T03:48:38.213Z1 | / p4_macro::use_p4!(
21482025-09-06T03:48:38.214Z2 | | p4 = "test/src/p4/table_in_egress_and_ingress.p4",
21492025-09-06T03:48:38.214Z3 | | pipeline_name = "table_in_ingresss_and_egress",
21502025-09-06T03:48:38.214Z4 | | );
21512025-09-06T03:48:38.214Z | |_^
21522025-09-06T03:48:38.214Z |
21532025-09-06T03:48:38.214Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
21542025-09-06T03:48:38.214Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
21552025-09-06T03:48:38.214Zhelp: try doing something like
21562025-09-06T03:48:38.214Z |
21572025-09-06T03:48:38.214Z1 | p4_macro::use_p4!(
21582025-09-06T03:48:38.214Z2 + p4 = "test/src/p4/table_in_egress_and_ingress.p4",
21592025-09-06T03:48:38.214Z3 + pipeline_name = "table_in_ingresss_and_egress",
21602025-09-06T03:48:38.214Z4 ~ );
21612025-09-06T03:48:38.214Z |
21622025-09-06T03:48:38.214Z
21632025-09-06T03:48:38.214Zerror: try not to call a closure in the expression where it is declared
21642025-09-06T03:48:38.214Z --> test/src/table_in_egress_and_ingress.rs:1:1
21652025-09-06T03:48:38.214Z |
21662025-09-06T03:48:38.214Z1 | / p4_macro::use_p4!(
21672025-09-06T03:48:38.214Z2 | | p4 = "test/src/p4/table_in_egress_and_ingress.p4",
21682025-09-06T03:48:38.214Z3 | | pipeline_name = "table_in_ingresss_and_egress",
21692025-09-06T03:48:38.214Z4 | | );
21702025-09-06T03:48:38.214Z | |_^
21712025-09-06T03:48:38.214Z |
21722025-09-06T03:48:38.214Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
21732025-09-06T03:48:38.214Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
21742025-09-06T03:48:38.214Zhelp: try doing something like
21752025-09-06T03:48:38.214Z |
21762025-09-06T03:48:38.214Z1 | p4_macro::use_p4!(
21772025-09-06T03:48:38.214Z2 + p4 = "test/src/p4/table_in_egress_and_ingress.p4",
21782025-09-06T03:48:38.214Z3 + pipeline_name = "table_in_ingresss_and_egress",
21792025-09-06T03:48:38.214Z4 ~ );
21802025-09-06T03:48:38.214Z |
21812025-09-06T03:48:38.214Z
21822025-09-06T03:48:38.218Zerror: try not to call a closure in the expression where it is declared
21832025-09-06T03:48:38.218Z --> test/src/table_in_egress_and_ingress.rs:1:1
21842025-09-06T03:48:38.218Z |
21852025-09-06T03:48:38.218Z1 | / p4_macro::use_p4!(
21862025-09-06T03:48:38.218Z2 | | p4 = "test/src/p4/table_in_egress_and_ingress.p4",
21872025-09-06T03:48:38.218Z3 | | pipeline_name = "table_in_ingresss_and_egress",
21882025-09-06T03:48:38.218Z4 | | );
21892025-09-06T03:48:38.218Z | |_^
21902025-09-06T03:48:38.218Z |
21912025-09-06T03:48:38.218Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
21922025-09-06T03:48:38.218Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
21932025-09-06T03:48:38.218Zhelp: try doing something like
21942025-09-06T03:48:38.218Z |
21952025-09-06T03:48:38.218Z1 | p4_macro::use_p4!(
21962025-09-06T03:48:38.218Z2 + p4 = "test/src/p4/table_in_egress_and_ingress.p4",
21972025-09-06T03:48:38.218Z3 + pipeline_name = "table_in_ingresss_and_egress",
21982025-09-06T03:48:38.218Z4 ~ );
21992025-09-06T03:48:38.218Z |
22002025-09-06T03:48:38.219Z
22012025-09-06T03:48:38.219Zerror: try not to call a closure in the expression where it is declared
22022025-09-06T03:48:38.219Z --> test/src/table_in_egress_and_ingress.rs:1:1
22032025-09-06T03:48:38.219Z |
22042025-09-06T03:48:38.219Z1 | / p4_macro::use_p4!(
22052025-09-06T03:48:38.219Z2 | | p4 = "test/src/p4/table_in_egress_and_ingress.p4",
22062025-09-06T03:48:38.219Z3 | | pipeline_name = "table_in_ingresss_and_egress",
22072025-09-06T03:48:38.219Z4 | | );
22082025-09-06T03:48:38.219Z | |_^
22092025-09-06T03:48:38.219Z |
22102025-09-06T03:48:38.219Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call
22112025-09-06T03:48:38.219Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
22122025-09-06T03:48:38.219Zhelp: try doing something like
22132025-09-06T03:48:38.219Z |
22142025-09-06T03:48:38.219Z1 | p4_macro::use_p4!(
22152025-09-06T03:48:38.219Z2 + p4 = "test/src/p4/table_in_egress_and_ingress.p4",
22162025-09-06T03:48:38.219Z3 + pipeline_name = "table_in_ingresss_and_egress",
22172025-09-06T03:48:38.219Z4 ~ );
22182025-09-06T03:48:38.219Z |
22192025-09-06T03:48:38.219Z
22202025-09-06T03:48:38.765Zerror: could not compile `tests` (lib test) due to 266 previous errors
22212025-09-06T03:48:38.798Zprocess exited: duration 65870 ms, exit code 101
 
22222025-09-06T03:48:38.806Zfound 0 output files