01KK8A8ECDNQ331RNGGFJ6R6MW: 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: 01KK8A8Q6H6456X325H68H1PPX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-09T03:29:53.861Zjob assigned to worker 01KK8A8PHR41KE3DHP91R7ND7E [factory gimlet-EVT22200007-propolis, EVT22200007/60687] (queued for 35 s)
 
22026-03-09T03:30:02.247Zstarting task 0: "setup"
32026-03-09T03:30:02.272Z++ uname -s
42026-03-09T03:30:02.272Z+ kern=SunOS
52026-03-09T03:30:02.272Z+ build_user=build
62026-03-09T03:30:02.272Z+ build_uid=12345
72026-03-09T03:30:02.272Z+ work_dir=/work
82026-03-09T03:30:02.272Z+ input_dir=/input
92026-03-09T03:30:02.272Z+ [[ 0 == 12345 ]]
102026-03-09T03:30:02.272Z+ case "$kern" in
112026-03-09T03:30:02.272Z+ groupadd -g 12345 build
122026-03-09T03:30:02.272Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-09T03:30:04.274Z+ zfs create -o mountpoint=/work rpool/work
142026-03-09T03:30:04.324Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-09T03:30:04.348Z+ home_fs=zfs
162026-03-09T03:30:04.349Z+ [[ zfs == autofs ]]
172026-03-09T03:30:04.349Z+ mkdir -p /home/build
182026-03-09T03:30:04.349Z+ chown build:build /home/build /work
192026-03-09T03:30:06.334Z+ chmod 0700 /home/build /work
202026-03-09T03:30:06.358Zprocess exited: duration 4090 ms, exit code 0
 
212026-03-09T03:30:06.413Zstarting task 1: "rust-toolchain"
222026-03-09T03:30:06.438Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-09T03:30:06.438Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-09T03:30:06.438Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-09T03:30:06.438Z * rust toolchain channel = "stable"
262026-03-09T03:30:06.438Z * rust toolchain profile = "default"
272026-03-09T03:30:06.438Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-09T03:30:06.438Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-09T03:30:06.438Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-09T03:30:06.553Zinfo: downloading installer
312026-03-09T03:30:07.026Zwarn: It looks like you have an existing installation of Rust at:
322026-03-09T03:30:07.026Zwarn: /opt/ooce/bin
332026-03-09T03:30:07.026Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-09T03:30:07.026Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-09T03:30:07.026Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-09T03:30:07.026Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-09T03:30:07.026Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-09T03:30:07.027Zerror: cannot install while Rust is installed
392026-03-09T03:30:07.027Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-09T03:30:07.052Zinfo: profile set to 'default'
412026-03-09T03:30:07.052Zinfo: default host triple is x86_64-unknown-illumos
422026-03-09T03:30:07.052Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-03-09T03:30:07.140Zinfo: latest update on 2026-03-05, rust version 1.94.0 (4a4ef493e 2026-03-02)
442026-03-09T03:30:07.140Zinfo: downloading component 'cargo'
452026-03-09T03:30:07.334Zinfo: downloading component 'clippy'
462026-03-09T03:30:07.425Zinfo: downloading component 'rust-docs'
472026-03-09T03:30:07.667Zinfo: downloading component 'rust-std'
482026-03-09T03:30:07.999Zinfo: downloading component 'rustc'
492026-03-09T03:30:09.447Zinfo: downloading component 'rustfmt'
502026-03-09T03:30:09.502Zinfo: installing component 'cargo'
512026-03-09T03:30:10.782Zinfo: installing component 'clippy'
522026-03-09T03:30:11.252Zinfo: installing component 'rust-docs'
532026-03-09T03:30:14.629Zinfo: installing component 'rust-std'
542026-03-09T03:30:16.657Zinfo: installing component 'rustc'
552026-03-09T03:30:24.974Zinfo: installing component 'rustfmt'
562026-03-09T03:30:25.374Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-03-09T03:30:25.374Z
582026-03-09T03:30:25.562Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
592026-03-09T03:30:25.562Z
602026-03-09T03:30:25.562Z
612026-03-09T03:30:25.562ZRust is installed now. Great!
622026-03-09T03:30:25.562Z
632026-03-09T03:30:25.562ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-09T03:30:25.562Zenvironment variable. This has not been done automatically.
652026-03-09T03:30:25.562Z
662026-03-09T03:30:25.562ZTo configure your current shell, you need to source
672026-03-09T03:30:25.562Zthe corresponding env file under $HOME/.cargo.
682026-03-09T03:30:25.562Z
692026-03-09T03:30:25.562ZThis is usually done by running one of the following (note the leading DOT):
702026-03-09T03:30:25.562Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-09T03:30:25.562Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-09T03:30:25.562Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-09T03:30:25.681Z+ rustup --version
742026-03-09T03:30:25.708Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-09T03:30:25.708Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-09T03:30:25.792Zinfo: The currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
772026-03-09T03:30:25.817Z+ cargo --version
782026-03-09T03:30:25.874Zcargo 1.94.0 (85eff7c80 2026-01-15)
792026-03-09T03:30:25.899Z+ rustc --version
802026-03-09T03:30:25.970Zrustc 1.94.0 (4a4ef493e 2026-03-02)
812026-03-09T03:30:25.994Zprocess exited: duration 19565 ms, exit code 0
 
822026-03-09T03:30:26.046Zstarting task 2: "authentication"
832026-03-09T03:30:26.102Zprocess exited: duration 59 ms, exit code 0
 
842026-03-09T03:30:26.151Zstarting task 3: "clone repository"
852026-03-09T03:30:26.175Z+ mkdir -p /work/oxidecomputer/p4
862026-03-09T03:30:26.175Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
872026-03-09T03:30:26.199ZCloning into '/work/oxidecomputer/p4'...
882026-03-09T03:30:27.161Z+ cd /work/oxidecomputer/p4
892026-03-09T03:30:27.161Z+ git fetch origin f92ba7365b3307904b43ed9977f1130c61950859
902026-03-09T03:30:27.476ZFrom https://github.com/oxidecomputer/p4
912026-03-09T03:30:27.476Z * branch f92ba7365b3307904b43ed9977f1130c61950859 -> FETCH_HEAD
922026-03-09T03:30:27.500Z+ [[ -n '' ]]
932026-03-09T03:30:27.500Z+ git reset --hard f92ba7365b3307904b43ed9977f1130c61950859
942026-03-09T03:30:27.524ZHEAD is now at f92ba73 Update Rust crate usdt to 0.6.0
952026-03-09T03:30:27.524Zprocess exited: duration 1354 ms, exit code 0
 
962026-03-09T03:30:27.574Zstarting task 4: "build"
972026-03-09T03:30:27.598Z+ cargo --version
982026-03-09T03:30:27.598Zinfo: syncing channel updates for '1.92.0-x86_64-unknown-illumos'
992026-03-09T03:30:27.737Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
1002026-03-09T03:30:27.737Zinfo: downloading component 'cargo'
1012026-03-09T03:30:27.915Zinfo: downloading component 'clippy'
1022026-03-09T03:30:27.991Zinfo: downloading component 'rust-docs'
1032026-03-09T03:30:28.272Zinfo: downloading component 'rust-std'
1042026-03-09T03:30:28.624Zinfo: downloading component 'rustc'
1052026-03-09T03:30:29.837Zinfo: downloading component 'rustfmt'
1062026-03-09T03:30:29.909Zinfo: installing component 'cargo'
1072026-03-09T03:30:31.080Zinfo: installing component 'clippy'
1082026-03-09T03:30:31.536Zinfo: installing component 'rust-docs'
1092026-03-09T03:30:34.968Zinfo: installing component 'rust-std'
1102026-03-09T03:30:37.148Zinfo: installing component 'rustc'
1112026-03-09T03:30:45.556Zinfo: installing component 'rustfmt'
1122026-03-09T03:30:46.095Zcargo 1.92.0 (344c4567c 2025-10-21)
1132026-03-09T03:30:46.121Z+ rustc --version
1142026-03-09T03:30:46.222Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1152026-03-09T03:30:46.246Z+ banner check
1162026-03-09T03:30:46.246Z
1172026-03-09T03:30:46.246Z #### # # ###### #### # #
1182026-03-09T03:30:46.246Z # # # # # # # # #
1192026-03-09T03:30:46.246Z # ###### ##### # ####
1202026-03-09T03:30:46.246Z # # # # # # #
1212026-03-09T03:30:46.246Z # # # # # # # # #
1222026-03-09T03:30:46.246Z #### # # ###### #### # #
1232026-03-09T03:30:46.246Z
1242026-03-09T03:30:46.246Z+ cargo fmt -- --check
1252026-03-09T03:30:46.725Z+ cargo check
1262026-03-09T03:30:46.929Z Updating crates.io index
1272026-03-09T03:30:46.954Z Updating git repository `https://github.com/oxidecomputer/xfr`
1282026-03-09T03:30:47.306ZFrom https://github.com/oxidecomputer/xfr
1292026-03-09T03:30:47.306Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1302026-03-09T03:30:47.847Z Downloading crates ...
1312026-03-09T03:30:47.933Z Downloaded block-buffer v0.10.4
1322026-03-09T03:30:47.957Z Downloaded errno v0.3.14
1332026-03-09T03:30:47.957Z Downloaded dtrace-parser v0.3.0
1342026-03-09T03:30:47.957Z Downloaded strsim v0.11.1
1352026-03-09T03:30:47.957Z Downloaded pretty-hex v0.4.1
1362026-03-09T03:30:47.957Z Downloaded usdt v0.6.0
1372026-03-09T03:30:47.957Z Downloaded autocfg v1.5.0
1382026-03-09T03:30:47.957Z Downloaded plain v0.2.3
1392026-03-09T03:30:47.957Z Downloaded cpufeatures v0.2.17
1402026-03-09T03:30:47.982Z Downloaded num-complex v0.4.6
1412026-03-09T03:30:47.982Z Downloaded zerocopy-derive v0.8.40
1422026-03-09T03:30:47.982Z Downloaded serde_core v1.0.228
1432026-03-09T03:30:47.982Z Downloaded memchr v2.8.0
1442026-03-09T03:30:48.007Z Downloaded radium v0.7.0
1452026-03-09T03:30:48.007Z Downloaded rand_core v0.9.5
1462026-03-09T03:30:48.007Z Downloaded quote v1.0.45
1472026-03-09T03:30:48.007Z Downloaded usdt-macro v0.6.0
1482026-03-09T03:30:48.007Z Downloaded num-rational v0.4.2
1492026-03-09T03:30:48.007Z Downloaded thread-id v5.1.0
1502026-03-09T03:30:48.007Z Downloaded pest_derive v2.8.6
1512026-03-09T03:30:48.032Z Downloaded thiserror v2.0.18
1522026-03-09T03:30:48.032Z Downloaded zmij v1.0.21
1532026-03-09T03:30:48.032Z Downloaded usdt-impl v0.6.0
1542026-03-09T03:30:48.032Z Downloaded unicode-ident v1.0.24
1552026-03-09T03:30:48.032Z Downloaded serde v1.0.228
1562026-03-09T03:30:48.056Z Downloaded typenum v1.19.0
1572026-03-09T03:30:48.056Z Downloaded num-bigint v0.4.6
1582026-03-09T03:30:48.056Z Downloaded pest v2.8.6
1592026-03-09T03:30:48.056Z Downloaded regex v1.12.3
1602026-03-09T03:30:48.081Z Downloaded serde_json v1.0.149
1612026-03-09T03:30:48.081Z Downloaded prettyplease v0.2.37
1622026-03-09T03:30:48.081Z Downloaded pest_generator v2.8.6
1632026-03-09T03:30:48.081Z Downloaded log v0.4.29
1642026-03-09T03:30:48.081Z Downloaded zerocopy v0.8.40
1652026-03-09T03:30:48.106Z Downloaded ucd-trie v0.1.7
1662026-03-09T03:30:48.106Z Downloaded goblin v0.10.5
1672026-03-09T03:30:48.106Z Downloaded syn v2.0.117
1682026-03-09T03:30:48.132Z Downloaded serde_tokenstream v0.2.3
1692026-03-09T03:30:48.132Z Downloaded serde_derive v1.0.228
1702026-03-09T03:30:48.132Z Downloaded regex-syntax v0.8.10
1712026-03-09T03:30:48.132Z Downloaded ppv-lite86 v0.2.21
1722026-03-09T03:30:48.132Z Downloaded version_check v0.9.5
1732026-03-09T03:30:48.157Z Downloaded rustix v1.1.4
1742026-03-09T03:30:48.181Z Downloaded no-std-net v0.6.0
1752026-03-09T03:30:48.181Z Downloaded tempfile v3.26.0
1762026-03-09T03:30:48.181Z Downloaded rand_chacha v0.9.0
1772026-03-09T03:30:48.181Z Downloaded pnet_datalink v0.35.0
1782026-03-09T03:30:48.181Z Downloaded num-traits v0.2.19
1792026-03-09T03:30:48.181Z Downloaded num-iter v0.1.45
1802026-03-09T03:30:48.182Z Downloaded regex-automata v0.4.14
1812026-03-09T03:30:48.207Z Downloaded wyz v0.5.1
1822026-03-09T03:30:48.207Z Downloaded utf8parse v0.2.2
1832026-03-09T03:30:48.207Z Downloaded sha2 v0.10.9
1842026-03-09T03:30:48.207Z Downloaded pnet v0.35.0
1852026-03-09T03:30:48.207Z Downloaded scroll_derive v0.13.1
1862026-03-09T03:30:48.207Z Downloaded scroll v0.13.0
1872026-03-09T03:30:48.207Z Downloaded pest_meta v2.8.6
1882026-03-09T03:30:48.233Z Downloaded num-integer v0.1.46
1892026-03-09T03:30:48.233Z Downloaded libc v0.2.182
1902026-03-09T03:30:48.257Z Downloaded tap v1.0.1
1912026-03-09T03:30:48.257Z Downloaded pnet_sys v0.35.0
1922026-03-09T03:30:48.257Z Downloaded is_terminal_polyfill v1.70.2
1932026-03-09T03:30:48.283Z Downloaded usdt-attr-macro v0.6.0
1942026-03-09T03:30:48.283Z Downloaded pnet_macros_support v0.35.0
1952026-03-09T03:30:48.283Z Downloaded pnet_packet v0.35.0
1962026-03-09T03:30:48.283Z Downloaded proc-macro2 v1.0.106
1972026-03-09T03:30:48.283Z Downloaded pnet_transport v0.35.0
1982026-03-09T03:30:48.283Z Downloaded pnet_base v0.35.0
1992026-03-09T03:30:48.283Z Downloaded ipnetwork v0.20.0
2002026-03-09T03:30:48.283Z Downloaded pnet_macros v0.35.0
2012026-03-09T03:30:48.283Z Downloaded num v0.4.3
2022026-03-09T03:30:48.283Z Downloaded memmap2 v0.9.10
2032026-03-09T03:30:48.283Z Downloaded itoa v1.0.17
2042026-03-09T03:30:48.283Z Downloaded heck v0.5.0
2052026-03-09T03:30:48.309Z Downloaded clap_builder v4.5.60
2062026-03-09T03:30:48.309Z Downloaded bitvec v1.0.1
2072026-03-09T03:30:48.333Z Downloaded aho-corasick v1.1.4
2082026-03-09T03:30:48.333Z Downloaded getrandom v0.4.1
2092026-03-09T03:30:48.333Z Downloaded getrandom v0.3.4
2102026-03-09T03:30:48.333Z Downloaded anstyle v1.0.13
2112026-03-09T03:30:48.333Z Downloaded anstream v0.6.21
2122026-03-09T03:30:48.357Z Downloaded rand v0.9.2
2132026-03-09T03:30:48.357Z Downloaded once_cell v1.21.3
2142026-03-09T03:30:48.357Z Downloaded glob v0.3.3
2152026-03-09T03:30:48.358Z Downloaded digest v0.10.7
2162026-03-09T03:30:48.358Z Downloaded clap_derive v4.5.55
2172026-03-09T03:30:48.358Z Downloaded clap v4.5.60
2182026-03-09T03:30:48.382Z Downloaded bitflags v2.11.0
2192026-03-09T03:30:48.382Z Downloaded anyhow v1.0.102
2202026-03-09T03:30:48.382Z Downloaded thiserror-impl v2.0.18
2212026-03-09T03:30:48.382Z Downloaded colored v3.1.1
2222026-03-09T03:30:48.382Z Downloaded byteorder v1.5.0
2232026-03-09T03:30:48.382Z Downloaded anstyle-query v1.1.5
2242026-03-09T03:30:48.407Z Downloaded funty v2.0.0
2252026-03-09T03:30:48.407Z Downloaded clap_lex v1.0.0
2262026-03-09T03:30:48.407Z Downloaded anstyle-parse v0.2.7
2272026-03-09T03:30:48.407Z Downloaded generic-array v0.14.7
2282026-03-09T03:30:48.407Z Downloaded fastrand v2.3.0
2292026-03-09T03:30:48.407Z Downloaded dof v0.4.0
2302026-03-09T03:30:48.407Z Downloaded crypto-common v0.1.7
2312026-03-09T03:30:48.407Z Downloaded colorchoice v1.0.4
2322026-03-09T03:30:48.407Z Downloaded cfg-if v1.0.4
2332026-03-09T03:30:48.509Z Compiling proc-macro2 v1.0.106
2342026-03-09T03:30:48.509Z Compiling quote v1.0.45
2352026-03-09T03:30:48.534Z Compiling unicode-ident v1.0.24
2362026-03-09T03:30:48.534Z Compiling libc v0.2.182
2372026-03-09T03:30:48.534Z Compiling serde_core v1.0.228
2382026-03-09T03:30:48.534Z Compiling memchr v2.8.0
2392026-03-09T03:30:48.534Z Compiling serde v1.0.228
2402026-03-09T03:30:48.785Z Compiling zmij v1.0.21
2412026-03-09T03:30:49.159Z Compiling thiserror v2.0.18
2422026-03-09T03:30:49.350Z Compiling ucd-trie v0.1.7
2432026-03-09T03:30:49.375Z Compiling getrandom v0.4.1
2442026-03-09T03:30:49.826Z Compiling pest v2.8.6
2452026-03-09T03:30:49.893Z Compiling rustix v1.1.4
2462026-03-09T03:30:50.199Z Compiling serde_json v1.0.149
2472026-03-09T03:30:50.286Z Compiling autocfg v1.5.0
2482026-03-09T03:30:50.738Z Checking syn v2.0.117
2492026-03-09T03:30:50.843Z Compiling aho-corasick v1.1.4
2502026-03-09T03:30:51.014Z Compiling num-traits v0.2.19
2512026-03-09T03:30:51.076Z Compiling zerocopy v0.8.40
2522026-03-09T03:30:51.359Z Compiling regex-syntax v0.8.10
2532026-03-09T03:30:51.692Z Compiling prettyplease v0.2.37
2542026-03-09T03:30:52.312Z Compiling pest_meta v2.8.6
2552026-03-09T03:30:52.499Z Checking cfg-if v1.0.4
2562026-03-09T03:30:53.749Z Compiling itoa v1.0.17
2572026-03-09T03:30:54.015Z Compiling usdt-impl v0.6.0
2582026-03-09T03:30:54.214Z Compiling thread-id v5.1.0
2592026-03-09T03:30:54.238Z Checking num-integer v0.1.46
2602026-03-09T03:30:54.483Z Compiling regex-automata v0.4.14
2612026-03-09T03:30:54.646Z Checking log v0.4.29
2622026-03-09T03:30:54.902Z Checking plain v0.2.3
2632026-03-09T03:30:54.926Z Checking colored v3.1.1
2642026-03-09T03:30:55.156Z Compiling byteorder v1.5.0
2652026-03-09T03:30:55.495Z Compiling errno v0.3.14
2662026-03-09T03:30:55.660Z Checking no-std-net v0.6.0
2672026-03-09T03:30:55.750Z Checking pretty-hex v0.4.1
2682026-03-09T03:30:55.822Z Compiling bitflags v2.11.0
2692026-03-09T03:30:55.928Z Compiling radium v0.7.0
2702026-03-09T03:30:56.364Z Compiling pest_generator v2.8.6
2712026-03-09T03:30:56.388Z Checking pnet_base v0.35.0
2722026-03-09T03:30:56.578Z Compiling getrandom v0.3.4
2732026-03-09T03:30:56.695Z Checking tap v1.0.1
2742026-03-09T03:30:56.840Z Compiling once_cell v1.21.3
2752026-03-09T03:30:57.104Z Compiling fastrand v2.3.0
2762026-03-09T03:30:57.229Z Checking wyz v0.5.1
2772026-03-09T03:30:57.559Z Checking num-iter v0.1.45
2782026-03-09T03:30:57.584Z Checking memmap2 v0.9.10
2792026-03-09T03:30:57.696Z Compiling tempfile v3.26.0
2802026-03-09T03:30:57.857Z Compiling anyhow v1.0.102
2812026-03-09T03:30:57.898Z Checking funty v2.0.0
2822026-03-09T03:30:58.392Z Compiling regex v1.12.3
2832026-03-09T03:30:58.632Z Checking bitvec v1.0.1
2842026-03-09T03:30:58.931Z Checking pnet_macros_support v0.35.0
2852026-03-09T03:30:59.078Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2862026-03-09T03:30:59.102Z Checking pnet_sys v0.35.0
2872026-03-09T03:30:59.209Z Checking utf8parse v0.2.2
2882026-03-09T03:30:59.364Z Checking anstyle-parse v0.2.7
2892026-03-09T03:30:59.388Z Checking rand_core v0.9.5
2902026-03-09T03:30:59.413Z Compiling serde_derive v1.0.228
2912026-03-09T03:30:59.557Z Compiling zerocopy-derive v0.8.40
2922026-03-09T03:30:59.625Z Compiling thiserror-impl v2.0.18
2932026-03-09T03:30:59.665Z Compiling pest_derive v2.8.6
2942026-03-09T03:31:00.165Z Compiling scroll_derive v0.13.1
2952026-03-09T03:31:00.405Z Compiling pnet_macros v0.35.0
2962026-03-09T03:31:01.567Z Checking scroll v0.13.0
2972026-03-09T03:31:01.942Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2982026-03-09T03:31:01.995Z Checking goblin v0.10.5
2992026-03-09T03:31:02.212Z Compiling dtrace-parser v0.3.0
3002026-03-09T03:31:02.651Z Checking pnet_packet v0.35.0
3012026-03-09T03:31:04.601Z Checking colorchoice v1.0.4
3022026-03-09T03:31:04.779Z Checking anstyle v1.0.13
3032026-03-09T03:31:05.106Z Checking anstyle-query v1.1.5
3042026-03-09T03:31:05.139Z Checking is_terminal_polyfill v1.70.2
3052026-03-09T03:31:05.251Z Compiling pnet v0.35.0
3062026-03-09T03:31:05.651Z Checking anstream v0.6.21
3072026-03-09T03:31:05.787Z Checking num-bigint v0.4.6
3082026-03-09T03:31:06.015Z Compiling serde_tokenstream v0.2.3
3092026-03-09T03:31:06.039Z Checking num-complex v0.4.6
3102026-03-09T03:31:06.064Z Checking ipnetwork v0.20.0
3112026-03-09T03:31:06.371Z Checking pnet_datalink v0.35.0
3122026-03-09T03:31:06.590Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3132026-03-09T03:31:07.092Z Checking pnet_transport v0.35.0
3142026-03-09T03:31:07.321Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3152026-03-09T03:31:07.558Z Checking clap_lex v1.0.0
3162026-03-09T03:31:07.691Z Checking strsim v0.11.1
3172026-03-09T03:31:07.715Z Compiling heck v0.5.0
3182026-03-09T03:31:07.833Z Checking num-rational v0.4.2
3192026-03-09T03:31:07.917Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3202026-03-09T03:31:07.946Z Checking clap_builder v4.5.60
3212026-03-09T03:31:08.002Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3222026-03-09T03:31:08.064Z Compiling clap_derive v4.5.55
3232026-03-09T03:31:08.131Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3242026-03-09T03:31:08.472Z Checking num v0.4.3
3252026-03-09T03:31:08.565Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3262026-03-09T03:31:09.229Z Checking dof v0.4.0
3272026-03-09T03:31:09.253Z Checking ppv-lite86 v0.2.21
3282026-03-09T03:31:09.879Z Checking rand_chacha v0.9.0
3292026-03-09T03:31:10.250Z Checking rand v0.9.2
3302026-03-09T03:31:10.594Z Checking clap v4.5.60
3312026-03-09T03:31:10.690Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3322026-03-09T03:31:11.556Z Compiling usdt-attr-macro v0.6.0
3332026-03-09T03:31:11.580Z Compiling usdt-macro v0.6.0
3342026-03-09T03:31:12.555Z Checking usdt v0.6.0
3352026-03-09T03:31:12.751Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3362026-03-09T03:31:13.354Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3372026-03-09T03:31:15.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.22s
3382026-03-09T03:31:15.144Z+ cargo clippy --all-targets -- --deny warnings
3392026-03-09T03:31:15.538Z Downloading crates ...
3402026-03-09T03:31:15.592Z Downloaded libloading v0.9.0
3412026-03-09T03:31:15.687Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3422026-03-09T03:31:15.711Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3432026-03-09T03:31:15.711Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3442026-03-09T03:31:15.711Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3452026-03-09T03:31:15.735Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3462026-03-09T03:31:15.735Z Checking libloading v0.9.0
3472026-03-09T03:31:16.132Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3482026-03-09T03:31:17.529Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3492026-03-09T03:31:19.326Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3502026-03-09T03:31:19.326Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3512026-03-09T03:31:21.081Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3522026-03-09T03:31:21.908Zerror: try not to call a closure in the expression where it is declared
3532026-03-09T03:31:21.908Z --> book/code/src/bin/hello-world.rs:7:1
3542026-03-09T03:31:21.908Z |
3552026-03-09T03:31:21.908Z 7 | / p4_macro::use_p4!(
3562026-03-09T03:31:21.908Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
3572026-03-09T03:31:21.908Z 9 | | pipeline_name = "hello"
3582026-03-09T03:31:21.908Z10 | | );
3592026-03-09T03:31:21.908Z | |_^
3602026-03-09T03:31:21.909Z |
3612026-03-09T03:31:21.909Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
3622026-03-09T03:31:21.909Z = note: `-D clippy::redundant-closure-call` implied by `-D warnings`
3632026-03-09T03:31:21.909Z = help: to override `-D warnings` add `#[allow(clippy::redundant_closure_call)]`
3642026-03-09T03:31:21.909Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
3652026-03-09T03:31:21.909Z
3662026-03-09T03:31:21.955Zerror: try not to call a closure in the expression where it is declared
3672026-03-09T03:31:21.955Z --> book/code/src/bin/hello-world.rs:7:1
3682026-03-09T03:31:21.955Z |
3692026-03-09T03:31:21.955Z 7 | / p4_macro::use_p4!(
3702026-03-09T03:31:21.955Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
3712026-03-09T03:31:21.955Z 9 | | pipeline_name = "hello"
3722026-03-09T03:31:21.955Z10 | | );
3732026-03-09T03:31:21.955Z | |_^
3742026-03-09T03:31:21.956Z |
3752026-03-09T03:31:21.956Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
3762026-03-09T03:31:21.956Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
3772026-03-09T03:31:21.956Z
3782026-03-09T03:31:21.956Zerror: try not to call a closure in the expression where it is declared
3792026-03-09T03:31:21.956Z --> book/code/src/bin/hello-world.rs:7:1
3802026-03-09T03:31:21.956Z |
3812026-03-09T03:31:21.956Z 7 | / p4_macro::use_p4!(
3822026-03-09T03:31:21.956Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
3832026-03-09T03:31:21.956Z 9 | | pipeline_name = "hello"
3842026-03-09T03:31:21.956Z10 | | );
3852026-03-09T03:31:21.956Z | |_^
3862026-03-09T03:31:21.956Z |
3872026-03-09T03:31:21.956Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
3882026-03-09T03:31:21.956Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
3892026-03-09T03:31:21.956Z
3902026-03-09T03:31:21.956Zerror: try not to call a closure in the expression where it is declared
3912026-03-09T03:31:21.956Z --> book/code/src/bin/hello-world.rs:7:1
3922026-03-09T03:31:21.956Z |
3932026-03-09T03:31:21.956Z 7 | / p4_macro::use_p4!(
3942026-03-09T03:31:21.956Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
3952026-03-09T03:31:21.956Z 9 | | pipeline_name = "hello"
3962026-03-09T03:31:21.956Z10 | | );
3972026-03-09T03:31:21.956Z | |_^
3982026-03-09T03:31:21.956Z |
3992026-03-09T03:31:21.956Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
4002026-03-09T03:31:21.956Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
4012026-03-09T03:31:21.956Z
4022026-03-09T03:31:21.956Zerror: try not to call a closure in the expression where it is declared
4032026-03-09T03:31:21.956Z --> book/code/src/bin/hello-world.rs:7:1
4042026-03-09T03:31:21.956Z |
4052026-03-09T03:31:21.956Z 7 | / p4_macro::use_p4!(
4062026-03-09T03:31:21.956Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
4072026-03-09T03:31:21.956Z 9 | | pipeline_name = "hello"
4082026-03-09T03:31:21.956Z10 | | );
4092026-03-09T03:31:21.956Z | |_^
4102026-03-09T03:31:21.956Z |
4112026-03-09T03:31:21.956Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
4122026-03-09T03:31:21.957Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
4132026-03-09T03:31:21.957Z
4142026-03-09T03:31:21.957Zerror: try not to call a closure in the expression where it is declared
4152026-03-09T03:31:21.957Z --> book/code/src/bin/hello-world.rs:7:1
4162026-03-09T03:31:21.957Z |
4172026-03-09T03:31:21.957Z 7 | / p4_macro::use_p4!(
4182026-03-09T03:31:21.957Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
4192026-03-09T03:31:21.957Z 9 | | pipeline_name = "hello"
4202026-03-09T03:31:21.957Z10 | | );
4212026-03-09T03:31:21.957Z | |_^
4222026-03-09T03:31:21.957Z |
4232026-03-09T03:31:21.957Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
4242026-03-09T03:31:21.957Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
4252026-03-09T03:31:21.957Z
4262026-03-09T03:31:21.957Zerror: try not to call a closure in the expression where it is declared
4272026-03-09T03:31:21.957Z --> book/code/src/bin/hello-world.rs:7:1
4282026-03-09T03:31:21.957Z |
4292026-03-09T03:31:21.957Z 7 | / p4_macro::use_p4!(
4302026-03-09T03:31:21.957Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
4312026-03-09T03:31:21.957Z 9 | | pipeline_name = "hello"
4322026-03-09T03:31:21.957Z10 | | );
4332026-03-09T03:31:21.957Z | |_^
4342026-03-09T03:31:21.957Z |
4352026-03-09T03:31:21.957Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
4362026-03-09T03:31:21.957Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
4372026-03-09T03:31:21.957Z
4382026-03-09T03:31:21.957Zerror: try not to call a closure in the expression where it is declared
4392026-03-09T03:31:21.957Z --> book/code/src/bin/hello-world.rs:7:1
4402026-03-09T03:31:21.957Z |
4412026-03-09T03:31:21.957Z 7 | / p4_macro::use_p4!(
4422026-03-09T03:31:21.957Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
4432026-03-09T03:31:21.957Z 9 | | pipeline_name = "hello"
4442026-03-09T03:31:21.957Z10 | | );
4452026-03-09T03:31:21.957Z | |_^
4462026-03-09T03:31:21.957Z |
4472026-03-09T03:31:21.957Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
4482026-03-09T03:31:21.957Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
4492026-03-09T03:31:21.957Z
4502026-03-09T03:31:21.957Zerror: try not to call a closure in the expression where it is declared
4512026-03-09T03:31:21.957Z --> book/code/src/bin/hello-world.rs:7:1
4522026-03-09T03:31:21.958Z |
4532026-03-09T03:31:21.958Z 7 | / p4_macro::use_p4!(
4542026-03-09T03:31:21.958Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
4552026-03-09T03:31:21.958Z 9 | | pipeline_name = "hello"
4562026-03-09T03:31:21.958Z10 | | );
4572026-03-09T03:31:21.958Z | |_^
4582026-03-09T03:31:21.958Z |
4592026-03-09T03:31:21.958Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
4602026-03-09T03:31:21.958Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
4612026-03-09T03:31:21.958Z
4622026-03-09T03:31:22.161Zerror: could not compile `x4c-book` (bin "hello-world") due to 13 previous errors
4632026-03-09T03:31:22.161Zwarning: build failed, waiting for other jobs to finish...
4642026-03-09T03:31:22.186Zerror: could not compile `x4c-book` (bin "hello-world" test) due to 13 previous errors
4652026-03-09T03:31:22.494Zerror: try not to call a closure in the expression where it is declared
4662026-03-09T03:31:22.494Z --> book/code/src/bin/vlan-switch.rs:7:1
4672026-03-09T03:31:22.494Z |
4682026-03-09T03:31:22.494Z 7 | / p4_macro::use_p4!(
4692026-03-09T03:31:22.494Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
4702026-03-09T03:31:22.494Z 9 | | pipeline_name = "vlan_switch"
4712026-03-09T03:31:22.494Z10 | | );
4722026-03-09T03:31:22.494Z | |_^
4732026-03-09T03:31:22.494Z |
4742026-03-09T03:31:22.494Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
4752026-03-09T03:31:22.494Z = note: `-D clippy::redundant-closure-call` implied by `-D warnings`
4762026-03-09T03:31:22.494Z = help: to override `-D warnings` add `#[allow(clippy::redundant_closure_call)]`
4772026-03-09T03:31:22.494Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
4782026-03-09T03:31:22.494Z
4792026-03-09T03:31:22.519Zerror: try not to call a closure in the expression where it is declared
4802026-03-09T03:31:22.519Z --> book/code/src/bin/vlan-switch.rs:7:1
4812026-03-09T03:31:22.519Z |
4822026-03-09T03:31:22.519Z 7 | / p4_macro::use_p4!(
4832026-03-09T03:31:22.519Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
4842026-03-09T03:31:22.519Z 9 | | pipeline_name = "vlan_switch"
4852026-03-09T03:31:22.519Z10 | | );
4862026-03-09T03:31:22.519Z | |_^
4872026-03-09T03:31:22.519Z |
4882026-03-09T03:31:22.519Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
4892026-03-09T03:31:22.519Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
4902026-03-09T03:31:22.519Z
4912026-03-09T03:31:22.519Zerror: try not to call a closure in the expression where it is declared
4922026-03-09T03:31:22.520Z --> book/code/src/bin/vlan-switch.rs:7:1
4932026-03-09T03:31:22.520Z |
4942026-03-09T03:31:22.520Z 7 | / p4_macro::use_p4!(
4952026-03-09T03:31:22.520Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
4962026-03-09T03:31:22.520Z 9 | | pipeline_name = "vlan_switch"
4972026-03-09T03:31:22.520Z10 | | );
4982026-03-09T03:31:22.521Z | |_^
4992026-03-09T03:31:22.521Z |
5002026-03-09T03:31:22.521Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
5012026-03-09T03:31:22.521Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
5022026-03-09T03:31:22.521Z
5032026-03-09T03:31:22.521Zerror: try not to call a closure in the expression where it is declared
5042026-03-09T03:31:22.522Z --> book/code/src/bin/vlan-switch.rs:7:1
5052026-03-09T03:31:22.522Z |
5062026-03-09T03:31:22.522Z 7 | / p4_macro::use_p4!(
5072026-03-09T03:31:22.522Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5082026-03-09T03:31:22.522Z 9 | | pipeline_name = "vlan_switch"
5092026-03-09T03:31:22.522Z10 | | );
5102026-03-09T03:31:22.522Z | |_^
5112026-03-09T03:31:22.522Z |
5122026-03-09T03:31:22.522Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
5132026-03-09T03:31:22.522Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
5142026-03-09T03:31:22.522Z
5152026-03-09T03:31:22.522Zerror: try not to call a closure in the expression where it is declared
5162026-03-09T03:31:22.522Z --> book/code/src/bin/vlan-switch.rs:7:1
5172026-03-09T03:31:22.522Z |
5182026-03-09T03:31:22.522Z 7 | / p4_macro::use_p4!(
5192026-03-09T03:31:22.522Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5202026-03-09T03:31:22.522Z 9 | | pipeline_name = "vlan_switch"
5212026-03-09T03:31:22.522Z10 | | );
5222026-03-09T03:31:22.522Z | |_^
5232026-03-09T03:31:22.522Z |
5242026-03-09T03:31:22.522Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
5252026-03-09T03:31:22.522Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
5262026-03-09T03:31:22.522Z
5272026-03-09T03:31:22.522Zerror: try not to call a closure in the expression where it is declared
5282026-03-09T03:31:22.522Z --> book/code/src/bin/vlan-switch.rs:7:1
5292026-03-09T03:31:22.522Z |
5302026-03-09T03:31:22.522Z 7 | / p4_macro::use_p4!(
5312026-03-09T03:31:22.522Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5322026-03-09T03:31:22.522Z 9 | | pipeline_name = "vlan_switch"
5332026-03-09T03:31:22.522Z10 | | );
5342026-03-09T03:31:22.522Z | |_^
5352026-03-09T03:31:22.522Z |
5362026-03-09T03:31:22.522Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
5372026-03-09T03:31:22.522Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
5382026-03-09T03:31:22.522Z
5392026-03-09T03:31:22.522Zerror: try not to call a closure in the expression where it is declared
5402026-03-09T03:31:22.522Z --> book/code/src/bin/vlan-switch.rs:7:1
5412026-03-09T03:31:22.522Z |
5422026-03-09T03:31:22.522Z 7 | / p4_macro::use_p4!(
5432026-03-09T03:31:22.523Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5442026-03-09T03:31:22.523Z 9 | | pipeline_name = "vlan_switch"
5452026-03-09T03:31:22.523Z10 | | );
5462026-03-09T03:31:22.523Z | |_^
5472026-03-09T03:31:22.523Z |
5482026-03-09T03:31:22.523Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
5492026-03-09T03:31:22.523Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
5502026-03-09T03:31:22.523Z
5512026-03-09T03:31:22.523Zerror: try not to call a closure in the expression where it is declared
5522026-03-09T03:31:22.523Z --> book/code/src/bin/vlan-switch.rs:7:1
5532026-03-09T03:31:22.523Z |
5542026-03-09T03:31:22.523Z 7 | / p4_macro::use_p4!(
5552026-03-09T03:31:22.523Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5562026-03-09T03:31:22.523Z 9 | | pipeline_name = "vlan_switch"
5572026-03-09T03:31:22.523Z10 | | );
5582026-03-09T03:31:22.523Z | |_^
5592026-03-09T03:31:22.523Z |
5602026-03-09T03:31:22.523Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
5612026-03-09T03:31:22.523Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
5622026-03-09T03:31:22.523Z
5632026-03-09T03:31:22.523Zerror: try not to call a closure in the expression where it is declared
5642026-03-09T03:31:22.523Z --> book/code/src/bin/vlan-switch.rs:7:1
5652026-03-09T03:31:22.523Z |
5662026-03-09T03:31:22.523Z 7 | / p4_macro::use_p4!(
5672026-03-09T03:31:22.523Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5682026-03-09T03:31:22.523Z 9 | | pipeline_name = "vlan_switch"
5692026-03-09T03:31:22.523Z10 | | );
5702026-03-09T03:31:22.523Z | |_^
5712026-03-09T03:31:22.523Z |
5722026-03-09T03:31:22.523Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
5732026-03-09T03:31:22.523Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
5742026-03-09T03:31:22.523Z
5752026-03-09T03:31:22.523Zerror: try not to call a closure in the expression where it is declared
5762026-03-09T03:31:22.523Z --> book/code/src/bin/vlan-switch.rs:7:1
5772026-03-09T03:31:22.523Z |
5782026-03-09T03:31:22.523Z 7 | / p4_macro::use_p4!(
5792026-03-09T03:31:22.548Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5802026-03-09T03:31:22.548Z 9 | | pipeline_name = "vlan_switch"
5812026-03-09T03:31:22.548Z10 | | );
5822026-03-09T03:31:22.548Z | |_^
5832026-03-09T03:31:22.548Z |
5842026-03-09T03:31:22.548Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
5852026-03-09T03:31:22.548Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
5862026-03-09T03:31:22.548Z
5872026-03-09T03:31:22.790Zerror: could not compile `x4c-book` (bin "vlan-switch" test) due to 20 previous errors
5882026-03-09T03:31:22.814Zerror: could not compile `x4c-book` (bin "vlan-switch") due to 20 previous errors
5892026-03-09T03:31:22.925Zerror: try not to call a closure in the expression where it is declared
5902026-03-09T03:31:22.925Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
5912026-03-09T03:31:22.925Z |
5922026-03-09T03:31:22.925Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
5932026-03-09T03:31:22.925Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
5942026-03-09T03:31:22.925Z |
5952026-03-09T03:31:22.925Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
5962026-03-09T03:31:22.925Z = note: `-D clippy::redundant-closure-call` implied by `-D warnings`
5972026-03-09T03:31:22.925Z = help: to override `-D warnings` add `#[allow(clippy::redundant_closure_call)]`
5982026-03-09T03:31:22.925Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
5992026-03-09T03:31:22.925Z
6002026-03-09T03:31:22.949Zerror: try not to call a closure in the expression where it is declared
6012026-03-09T03:31:22.949Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6022026-03-09T03:31:22.949Z |
6032026-03-09T03:31:22.949Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6042026-03-09T03:31:22.949Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6052026-03-09T03:31:22.949Z |
6062026-03-09T03:31:22.949Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6072026-03-09T03:31:22.949Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
6082026-03-09T03:31:22.949Z
6092026-03-09T03:31:22.950Zerror: try not to call a closure in the expression where it is declared
6102026-03-09T03:31:22.950Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6112026-03-09T03:31:22.950Z |
6122026-03-09T03:31:22.950Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6132026-03-09T03:31:22.950Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6142026-03-09T03:31:22.950Z |
6152026-03-09T03:31:22.950Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6162026-03-09T03:31:22.950Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
6172026-03-09T03:31:22.950Z
6182026-03-09T03:31:22.974Zerror: try not to call a closure in the expression where it is declared
6192026-03-09T03:31:22.974Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6202026-03-09T03:31:22.974Z |
6212026-03-09T03:31:22.974Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6222026-03-09T03:31:22.974Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6232026-03-09T03:31:22.974Z |
6242026-03-09T03:31:22.974Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6252026-03-09T03:31:22.974Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
6262026-03-09T03:31:22.974Z
6272026-03-09T03:31:22.974Zerror: try not to call a closure in the expression where it is declared
6282026-03-09T03:31:22.974Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6292026-03-09T03:31:22.974Z |
6302026-03-09T03:31:22.974Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6312026-03-09T03:31:22.974Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6322026-03-09T03:31:22.974Z |
6332026-03-09T03:31:22.974Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6342026-03-09T03:31:22.975Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
6352026-03-09T03:31:22.975Z
6362026-03-09T03:31:22.999Zerror: try not to call a closure in the expression where it is declared
6372026-03-09T03:31:22.999Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6382026-03-09T03:31:22.999Z |
6392026-03-09T03:31:22.999Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6402026-03-09T03:31:22.999Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6412026-03-09T03:31:22.999Z |
6422026-03-09T03:31:22.999Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6432026-03-09T03:31:22.999Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
6442026-03-09T03:31:22.999Z
6452026-03-09T03:31:23.045Zerror: try not to call a closure in the expression where it is declared
6462026-03-09T03:31:23.045Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6472026-03-09T03:31:23.045Z |
6482026-03-09T03:31:23.045Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6492026-03-09T03:31:23.045Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6502026-03-09T03:31:23.045Z |
6512026-03-09T03:31:23.046Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6522026-03-09T03:31:23.046Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
6532026-03-09T03:31:23.046Z
6542026-03-09T03:31:23.070Zerror: try not to call a closure in the expression where it is declared
6552026-03-09T03:31:23.070Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6562026-03-09T03:31:23.070Z |
6572026-03-09T03:31:23.070Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6582026-03-09T03:31:23.070Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6592026-03-09T03:31:23.070Z |
6602026-03-09T03:31:23.070Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6612026-03-09T03:31:23.070Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
6622026-03-09T03:31:23.070Z
6632026-03-09T03:31:23.070Zerror: try not to call a closure in the expression where it is declared
6642026-03-09T03:31:23.070Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6652026-03-09T03:31:23.070Z |
6662026-03-09T03:31:23.070Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6672026-03-09T03:31:23.071Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6682026-03-09T03:31:23.071Z |
6692026-03-09T03:31:23.071Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6702026-03-09T03:31:23.071Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
6712026-03-09T03:31:23.071Z
6722026-03-09T03:31:23.071Zerror: try not to call a closure in the expression where it is declared
6732026-03-09T03:31:23.071Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6742026-03-09T03:31:23.071Z |
6752026-03-09T03:31:23.071Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6762026-03-09T03:31:23.071Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6772026-03-09T03:31:23.071Z |
6782026-03-09T03:31:23.071Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6792026-03-09T03:31:23.071Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
6802026-03-09T03:31:23.071Z
6812026-03-09T03:31:23.366Zerror: could not compile `sidecar-lite` (lib) due to 70 previous errors
6822026-03-09T03:31:23.391Zerror: could not compile `sidecar-lite` (lib test) due to 70 previous errors
6832026-03-09T03:31:29.886Zerror: try not to call a closure in the expression where it is declared
6842026-03-09T03:31:29.886Z --> test/src/arithmetic.rs:5:1
6852026-03-09T03:31:29.886Z |
6862026-03-09T03:31:29.886Z5 | / p4_macro::use_p4!(
6872026-03-09T03:31:29.886Z6 | | p4 = "test/src/p4/arithmetic.p4",
6882026-03-09T03:31:29.886Z7 | | pipeline_name = "arithmetic",
6892026-03-09T03:31:29.886Z8 | | );
6902026-03-09T03:31:29.887Z | |_^
6912026-03-09T03:31:29.887Z |
6922026-03-09T03:31:29.887Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6932026-03-09T03:31:29.887Z = note: `-D clippy::redundant-closure-call` implied by `-D warnings`
6942026-03-09T03:31:29.887Z = help: to override `-D warnings` add `#[allow(clippy::redundant_closure_call)]`
6952026-03-09T03:31:29.887Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
6962026-03-09T03:31:29.887Z
6972026-03-09T03:31:29.912Zerror: try not to call a closure in the expression where it is declared
6982026-03-09T03:31:29.912Z --> test/src/arithmetic.rs:5:1
6992026-03-09T03:31:29.912Z |
7002026-03-09T03:31:29.912Z5 | / p4_macro::use_p4!(
7012026-03-09T03:31:29.912Z6 | | p4 = "test/src/p4/arithmetic.p4",
7022026-03-09T03:31:29.912Z7 | | pipeline_name = "arithmetic",
7032026-03-09T03:31:29.912Z8 | | );
7042026-03-09T03:31:29.912Z | |_^
7052026-03-09T03:31:29.912Z |
7062026-03-09T03:31:29.912Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
7072026-03-09T03:31:29.912Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
7082026-03-09T03:31:29.912Z
7092026-03-09T03:31:29.912Zerror: try not to call a closure in the expression where it is declared
7102026-03-09T03:31:29.912Z --> test/src/arithmetic.rs:5:1
7112026-03-09T03:31:29.912Z |
7122026-03-09T03:31:29.913Z5 | / p4_macro::use_p4!(
7132026-03-09T03:31:29.913Z6 | | p4 = "test/src/p4/arithmetic.p4",
7142026-03-09T03:31:29.913Z7 | | pipeline_name = "arithmetic",
7152026-03-09T03:31:29.913Z8 | | );
7162026-03-09T03:31:29.913Z | |_^
7172026-03-09T03:31:29.913Z |
7182026-03-09T03:31:29.913Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
7192026-03-09T03:31:29.913Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
7202026-03-09T03:31:29.913Z
7212026-03-09T03:31:29.913Zerror: try not to call a closure in the expression where it is declared
7222026-03-09T03:31:29.913Z --> test/src/arithmetic.rs:5:1
7232026-03-09T03:31:29.913Z |
7242026-03-09T03:31:29.913Z5 | / p4_macro::use_p4!(
7252026-03-09T03:31:29.913Z6 | | p4 = "test/src/p4/arithmetic.p4",
7262026-03-09T03:31:29.913Z7 | | pipeline_name = "arithmetic",
7272026-03-09T03:31:29.913Z8 | | );
7282026-03-09T03:31:29.913Z | |_^
7292026-03-09T03:31:29.913Z |
7302026-03-09T03:31:29.913Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
7312026-03-09T03:31:29.913Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
7322026-03-09T03:31:29.913Z
7332026-03-09T03:31:29.913Zerror: try not to call a closure in the expression where it is declared
7342026-03-09T03:31:29.913Z --> test/src/arithmetic.rs:5:1
7352026-03-09T03:31:29.913Z |
7362026-03-09T03:31:29.913Z5 | / p4_macro::use_p4!(
7372026-03-09T03:31:29.913Z6 | | p4 = "test/src/p4/arithmetic.p4",
7382026-03-09T03:31:29.913Z7 | | pipeline_name = "arithmetic",
7392026-03-09T03:31:29.913Z8 | | );
7402026-03-09T03:31:29.913Z | |_^
7412026-03-09T03:31:29.913Z |
7422026-03-09T03:31:29.913Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
7432026-03-09T03:31:29.913Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
7442026-03-09T03:31:29.913Z
7452026-03-09T03:31:29.938Zerror: try not to call a closure in the expression where it is declared
7462026-03-09T03:31:29.938Z --> test/src/basic_router.rs:4:1
7472026-03-09T03:31:29.938Z |
7482026-03-09T03:31:29.938Z4 | / p4_macro::use_p4!(
7492026-03-09T03:31:29.938Z5 | | p4 = "p4/examples/codegen/router.p4",
7502026-03-09T03:31:29.938Z6 | | pipeline_name = "basic_router",
7512026-03-09T03:31:29.938Z7 | | );
7522026-03-09T03:31:29.938Z | |_^
7532026-03-09T03:31:29.938Z |
7542026-03-09T03:31:29.938Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
7552026-03-09T03:31:29.938Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
7562026-03-09T03:31:29.938Z
7572026-03-09T03:31:29.963Zerror: try not to call a closure in the expression where it is declared
7582026-03-09T03:31:29.963Z --> test/src/basic_router.rs:4:1
7592026-03-09T03:31:29.963Z |
7602026-03-09T03:31:29.963Z4 | / p4_macro::use_p4!(
7612026-03-09T03:31:29.963Z5 | | p4 = "p4/examples/codegen/router.p4",
7622026-03-09T03:31:29.963Z6 | | pipeline_name = "basic_router",
7632026-03-09T03:31:29.963Z7 | | );
7642026-03-09T03:31:29.963Z | |_^
7652026-03-09T03:31:29.963Z |
7662026-03-09T03:31:29.963Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
7672026-03-09T03:31:29.963Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
7682026-03-09T03:31:29.963Z
7692026-03-09T03:31:29.963Zerror: try not to call a closure in the expression where it is declared
7702026-03-09T03:31:29.963Z --> test/src/basic_router.rs:4:1
7712026-03-09T03:31:29.963Z |
7722026-03-09T03:31:29.963Z4 | / p4_macro::use_p4!(
7732026-03-09T03:31:29.963Z5 | | p4 = "p4/examples/codegen/router.p4",
7742026-03-09T03:31:29.963Z6 | | pipeline_name = "basic_router",
7752026-03-09T03:31:29.963Z7 | | );
7762026-03-09T03:31:29.963Z | |_^
7772026-03-09T03:31:29.963Z |
7782026-03-09T03:31:29.964Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
7792026-03-09T03:31:29.964Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
7802026-03-09T03:31:29.964Z
7812026-03-09T03:31:29.964Zerror: try not to call a closure in the expression where it is declared
7822026-03-09T03:31:29.964Z --> test/src/basic_router.rs:4:1
7832026-03-09T03:31:29.964Z |
7842026-03-09T03:31:29.964Z4 | / p4_macro::use_p4!(
7852026-03-09T03:31:29.964Z5 | | p4 = "p4/examples/codegen/router.p4",
7862026-03-09T03:31:29.964Z6 | | pipeline_name = "basic_router",
7872026-03-09T03:31:29.964Z7 | | );
7882026-03-09T03:31:29.964Z | |_^
7892026-03-09T03:31:29.964Z |
7902026-03-09T03:31:29.964Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
7912026-03-09T03:31:29.964Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
7922026-03-09T03:31:29.964Z
7932026-03-09T03:31:29.964Zerror: try not to call a closure in the expression where it is declared
7942026-03-09T03:31:29.964Z --> test/src/basic_router.rs:4:1
7952026-03-09T03:31:29.964Z |
7962026-03-09T03:31:29.964Z4 | / p4_macro::use_p4!(
7972026-03-09T03:31:29.964Z5 | | p4 = "p4/examples/codegen/router.p4",
7982026-03-09T03:31:29.964Z6 | | pipeline_name = "basic_router",
7992026-03-09T03:31:29.964Z7 | | );
8002026-03-09T03:31:29.964Z | |_^
8012026-03-09T03:31:29.964Z |
8022026-03-09T03:31:29.964Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
8032026-03-09T03:31:29.964Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
8042026-03-09T03:31:29.964Z
8052026-03-09T03:31:29.964Zerror: try not to call a closure in the expression where it is declared
8062026-03-09T03:31:29.964Z --> test/src/basic_router.rs:4:1
8072026-03-09T03:31:29.964Z |
8082026-03-09T03:31:29.964Z4 | / p4_macro::use_p4!(
8092026-03-09T03:31:29.964Z5 | | p4 = "p4/examples/codegen/router.p4",
8102026-03-09T03:31:29.964Z6 | | pipeline_name = "basic_router",
8112026-03-09T03:31:29.964Z7 | | );
8122026-03-09T03:31:29.964Z | |_^
8132026-03-09T03:31:29.964Z |
8142026-03-09T03:31:29.964Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
8152026-03-09T03:31:29.964Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
8162026-03-09T03:31:29.965Z
8172026-03-09T03:31:29.965Zerror: try not to call a closure in the expression where it is declared
8182026-03-09T03:31:29.965Z --> test/src/basic_router.rs:4:1
8192026-03-09T03:31:29.965Z |
8202026-03-09T03:31:29.965Z4 | / p4_macro::use_p4!(
8212026-03-09T03:31:29.965Z5 | | p4 = "p4/examples/codegen/router.p4",
8222026-03-09T03:31:29.965Z6 | | pipeline_name = "basic_router",
8232026-03-09T03:31:29.965Z7 | | );
8242026-03-09T03:31:29.965Z | |_^
8252026-03-09T03:31:29.965Z |
8262026-03-09T03:31:29.965Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
8272026-03-09T03:31:29.965Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
8282026-03-09T03:31:29.965Z
8292026-03-09T03:31:29.990Zerror: try not to call a closure in the expression where it is declared
8302026-03-09T03:31:29.990Z --> test/src/controller_multiple_instantiation.rs:1:1
8312026-03-09T03:31:29.990Z |
8322026-03-09T03:31:29.990Z1 | / p4_macro::use_p4!(
8332026-03-09T03:31:29.990Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
8342026-03-09T03:31:29.990Z3 | | pipeline_name = "cmi",
8352026-03-09T03:31:29.990Z4 | | );
8362026-03-09T03:31:29.990Z | |_^
8372026-03-09T03:31:29.990Z |
8382026-03-09T03:31:29.990Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
8392026-03-09T03:31:29.990Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
8402026-03-09T03:31:29.990Z
8412026-03-09T03:31:29.990Zerror: try not to call a closure in the expression where it is declared
8422026-03-09T03:31:29.990Z --> test/src/controller_multiple_instantiation.rs:1:1
8432026-03-09T03:31:29.990Z |
8442026-03-09T03:31:29.990Z1 | / p4_macro::use_p4!(
8452026-03-09T03:31:29.990Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
8462026-03-09T03:31:29.990Z3 | | pipeline_name = "cmi",
8472026-03-09T03:31:29.990Z4 | | );
8482026-03-09T03:31:29.990Z | |_^
8492026-03-09T03:31:29.990Z |
8502026-03-09T03:31:29.990Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
8512026-03-09T03:31:29.990Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
8522026-03-09T03:31:29.990Z
8532026-03-09T03:31:29.990Zerror: try not to call a closure in the expression where it is declared
8542026-03-09T03:31:29.990Z --> test/src/controller_multiple_instantiation.rs:1:1
8552026-03-09T03:31:29.990Z |
8562026-03-09T03:31:29.990Z1 | / p4_macro::use_p4!(
8572026-03-09T03:31:29.990Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
8582026-03-09T03:31:29.990Z3 | | pipeline_name = "cmi",
8592026-03-09T03:31:29.990Z4 | | );
8602026-03-09T03:31:29.992Z | |_^
8612026-03-09T03:31:29.992Z |
8622026-03-09T03:31:29.992Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
8632026-03-09T03:31:29.992Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
8642026-03-09T03:31:29.992Z
8652026-03-09T03:31:29.992Zerror: try not to call a closure in the expression where it is declared
8662026-03-09T03:31:29.992Z --> test/src/controller_multiple_instantiation.rs:1:1
8672026-03-09T03:31:29.992Z |
8682026-03-09T03:31:29.992Z1 | / p4_macro::use_p4!(
8692026-03-09T03:31:29.992Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
8702026-03-09T03:31:29.992Z3 | | pipeline_name = "cmi",
8712026-03-09T03:31:29.992Z4 | | );
8722026-03-09T03:31:29.992Z | |_^
8732026-03-09T03:31:29.992Z |
8742026-03-09T03:31:29.992Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
8752026-03-09T03:31:29.992Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
8762026-03-09T03:31:29.992Z
8772026-03-09T03:31:29.992Zerror: try not to call a closure in the expression where it is declared
8782026-03-09T03:31:29.992Z --> test/src/controller_multiple_instantiation.rs:1:1
8792026-03-09T03:31:29.992Z |
8802026-03-09T03:31:29.992Z1 | / p4_macro::use_p4!(
8812026-03-09T03:31:29.992Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
8822026-03-09T03:31:29.992Z3 | | pipeline_name = "cmi",
8832026-03-09T03:31:29.992Z4 | | );
8842026-03-09T03:31:29.992Z | |_^
8852026-03-09T03:31:29.992Z |
8862026-03-09T03:31:29.992Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
8872026-03-09T03:31:29.992Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
8882026-03-09T03:31:29.992Z
8892026-03-09T03:31:30.017Zerror: try not to call a closure in the expression where it is declared
8902026-03-09T03:31:30.017Z --> test/src/controller_multiple_instantiation.rs:1:1
8912026-03-09T03:31:30.017Z |
8922026-03-09T03:31:30.017Z1 | / p4_macro::use_p4!(
8932026-03-09T03:31:30.017Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
8942026-03-09T03:31:30.017Z3 | | pipeline_name = "cmi",
8952026-03-09T03:31:30.018Z4 | | );
8962026-03-09T03:31:30.018Z | |_^
8972026-03-09T03:31:30.018Z |
8982026-03-09T03:31:30.018Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
8992026-03-09T03:31:30.018Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
9002026-03-09T03:31:30.018Z
9012026-03-09T03:31:30.018Zerror: try not to call a closure in the expression where it is declared
9022026-03-09T03:31:30.018Z --> test/src/controller_multiple_instantiation.rs:1:1
9032026-03-09T03:31:30.018Z |
9042026-03-09T03:31:30.018Z1 | / p4_macro::use_p4!(
9052026-03-09T03:31:30.018Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
9062026-03-09T03:31:30.018Z3 | | pipeline_name = "cmi",
9072026-03-09T03:31:30.018Z4 | | );
9082026-03-09T03:31:30.018Z | |_^
9092026-03-09T03:31:30.018Z |
9102026-03-09T03:31:30.018Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9112026-03-09T03:31:30.018Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
9122026-03-09T03:31:30.018Z
9132026-03-09T03:31:30.018Zerror: try not to call a closure in the expression where it is declared
9142026-03-09T03:31:30.018Z --> test/src/controller_multiple_instantiation.rs:1:1
9152026-03-09T03:31:30.018Z |
9162026-03-09T03:31:30.018Z1 | / p4_macro::use_p4!(
9172026-03-09T03:31:30.018Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
9182026-03-09T03:31:30.018Z3 | | pipeline_name = "cmi",
9192026-03-09T03:31:30.018Z4 | | );
9202026-03-09T03:31:30.018Z | |_^
9212026-03-09T03:31:30.018Z |
9222026-03-09T03:31:30.018Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9232026-03-09T03:31:30.018Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
9242026-03-09T03:31:30.018Z
9252026-03-09T03:31:30.199Zerror: try not to call a closure in the expression where it is declared
9262026-03-09T03:31:30.199Z --> test/src/decap.rs:12:1
9272026-03-09T03:31:30.199Z |
9282026-03-09T03:31:30.199Z12 | p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",);
9292026-03-09T03:31:30.199Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",)`
9302026-03-09T03:31:30.199Z |
9312026-03-09T03:31:30.199Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9322026-03-09T03:31:30.199Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
9332026-03-09T03:31:30.199Z
9342026-03-09T03:31:30.245Zerror: try not to call a closure in the expression where it is declared
9352026-03-09T03:31:30.245Z --> test/src/decap.rs:12:1
9362026-03-09T03:31:30.245Z |
9372026-03-09T03:31:30.245Z12 | p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",);
9382026-03-09T03:31:30.245Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",)`
9392026-03-09T03:31:30.245Z |
9402026-03-09T03:31:30.245Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9412026-03-09T03:31:30.245Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
9422026-03-09T03:31:30.245Z
9432026-03-09T03:31:30.269Zerror: try not to call a closure in the expression where it is declared
9442026-03-09T03:31:30.269Z --> test/src/decap.rs:12:1
9452026-03-09T03:31:30.269Z |
9462026-03-09T03:31:30.269Z12 | p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",);
9472026-03-09T03:31:30.269Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",)`
9482026-03-09T03:31:30.269Z |
9492026-03-09T03:31:30.269Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9502026-03-09T03:31:30.269Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
9512026-03-09T03:31:30.269Z
9522026-03-09T03:31:30.270Zerror: try not to call a closure in the expression where it is declared
9532026-03-09T03:31:30.270Z --> test/src/decap.rs:12:1
9542026-03-09T03:31:30.270Z |
9552026-03-09T03:31:30.270Z12 | p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",);
9562026-03-09T03:31:30.270Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",)`
9572026-03-09T03:31:30.270Z |
9582026-03-09T03:31:30.270Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9592026-03-09T03:31:30.270Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
9602026-03-09T03:31:30.270Z
9612026-03-09T03:31:30.270Zerror: try not to call a closure in the expression where it is declared
9622026-03-09T03:31:30.270Z --> test/src/decap.rs:12:1
9632026-03-09T03:31:30.270Z |
9642026-03-09T03:31:30.270Z12 | p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",);
9652026-03-09T03:31:30.270Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",)`
9662026-03-09T03:31:30.270Z |
9672026-03-09T03:31:30.270Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9682026-03-09T03:31:30.270Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
9692026-03-09T03:31:30.270Z
9702026-03-09T03:31:30.427Zerror: try not to call a closure in the expression where it is declared
9712026-03-09T03:31:30.427Z --> test/src/disag_router.rs:5:1
9722026-03-09T03:31:30.427Z |
9732026-03-09T03:31:30.427Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
9742026-03-09T03:31:30.428Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
9752026-03-09T03:31:30.428Z |
9762026-03-09T03:31:30.428Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9772026-03-09T03:31:30.428Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
9782026-03-09T03:31:30.428Z
9792026-03-09T03:31:30.452Zerror: try not to call a closure in the expression where it is declared
9802026-03-09T03:31:30.452Z --> test/src/disag_router.rs:5:1
9812026-03-09T03:31:30.452Z |
9822026-03-09T03:31:30.452Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
9832026-03-09T03:31:30.452Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
9842026-03-09T03:31:30.452Z |
9852026-03-09T03:31:30.452Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9862026-03-09T03:31:30.452Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
9872026-03-09T03:31:30.452Z
9882026-03-09T03:31:30.453Zerror: try not to call a closure in the expression where it is declared
9892026-03-09T03:31:30.453Z --> test/src/disag_router.rs:5:1
9902026-03-09T03:31:30.453Z |
9912026-03-09T03:31:30.453Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
9922026-03-09T03:31:30.453Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
9932026-03-09T03:31:30.453Z |
9942026-03-09T03:31:30.453Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9952026-03-09T03:31:30.453Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
9962026-03-09T03:31:30.453Z
9972026-03-09T03:31:30.453Zerror: try not to call a closure in the expression where it is declared
9982026-03-09T03:31:30.453Z --> test/src/disag_router.rs:5:1
9992026-03-09T03:31:30.453Z |
10002026-03-09T03:31:30.453Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
10012026-03-09T03:31:30.453Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
10022026-03-09T03:31:30.453Z |
10032026-03-09T03:31:30.453Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10042026-03-09T03:31:30.453Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
10052026-03-09T03:31:30.453Z
10062026-03-09T03:31:30.478Zerror: try not to call a closure in the expression where it is declared
10072026-03-09T03:31:30.478Z --> test/src/disag_router.rs:5:1
10082026-03-09T03:31:30.478Z |
10092026-03-09T03:31:30.478Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
10102026-03-09T03:31:30.478Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
10112026-03-09T03:31:30.478Z |
10122026-03-09T03:31:30.478Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10132026-03-09T03:31:30.478Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
10142026-03-09T03:31:30.478Z
10152026-03-09T03:31:30.478Zerror: try not to call a closure in the expression where it is declared
10162026-03-09T03:31:30.478Z --> test/src/disag_router.rs:5:1
10172026-03-09T03:31:30.478Z |
10182026-03-09T03:31:30.478Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
10192026-03-09T03:31:30.478Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
10202026-03-09T03:31:30.478Z |
10212026-03-09T03:31:30.478Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10222026-03-09T03:31:30.478Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
10232026-03-09T03:31:30.478Z
10242026-03-09T03:31:30.478Zerror: try not to call a closure in the expression where it is declared
10252026-03-09T03:31:30.478Z --> test/src/disag_router.rs:5:1
10262026-03-09T03:31:30.478Z |
10272026-03-09T03:31:30.478Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
10282026-03-09T03:31:30.478Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
10292026-03-09T03:31:30.478Z |
10302026-03-09T03:31:30.478Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10312026-03-09T03:31:30.478Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
10322026-03-09T03:31:30.478Z
10332026-03-09T03:31:30.478Zerror: try not to call a closure in the expression where it is declared
10342026-03-09T03:31:30.478Z --> test/src/disag_router.rs:5:1
10352026-03-09T03:31:30.478Z |
10362026-03-09T03:31:30.478Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
10372026-03-09T03:31:30.478Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
10382026-03-09T03:31:30.478Z |
10392026-03-09T03:31:30.478Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10402026-03-09T03:31:30.478Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
10412026-03-09T03:31:30.479Z
10422026-03-09T03:31:30.479Zerror: try not to call a closure in the expression where it is declared
10432026-03-09T03:31:30.479Z --> test/src/disag_router.rs:5:1
10442026-03-09T03:31:30.479Z |
10452026-03-09T03:31:30.479Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
10462026-03-09T03:31:30.479Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
10472026-03-09T03:31:30.479Z |
10482026-03-09T03:31:30.479Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10492026-03-09T03:31:30.479Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
10502026-03-09T03:31:30.479Z
10512026-03-09T03:31:30.652Zerror: try not to call a closure in the expression where it is declared
10522026-03-09T03:31:30.652Z --> test/src/dload.rs:1:1
10532026-03-09T03:31:30.652Z |
10542026-03-09T03:31:30.652Z1 | / p4_macro::use_p4!(
10552026-03-09T03:31:30.652Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
10562026-03-09T03:31:30.652Z3 | | pipeline_name = "dload",
10572026-03-09T03:31:30.652Z4 | | );
10582026-03-09T03:31:30.652Z | |_^
10592026-03-09T03:31:30.652Z |
10602026-03-09T03:31:30.652Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10612026-03-09T03:31:30.652Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
10622026-03-09T03:31:30.652Z
10632026-03-09T03:31:30.677Zerror: try not to call a closure in the expression where it is declared
10642026-03-09T03:31:30.677Z --> test/src/dload.rs:1:1
10652026-03-09T03:31:30.677Z |
10662026-03-09T03:31:30.677Z1 | / p4_macro::use_p4!(
10672026-03-09T03:31:30.677Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
10682026-03-09T03:31:30.677Z3 | | pipeline_name = "dload",
10692026-03-09T03:31:30.677Z4 | | );
10702026-03-09T03:31:30.677Z | |_^
10712026-03-09T03:31:30.677Z |
10722026-03-09T03:31:30.677Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10732026-03-09T03:31:30.677Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
10742026-03-09T03:31:30.678Z
10752026-03-09T03:31:30.678Zerror: try not to call a closure in the expression where it is declared
10762026-03-09T03:31:30.678Z --> test/src/dload.rs:1:1
10772026-03-09T03:31:30.678Z |
10782026-03-09T03:31:30.678Z1 | / p4_macro::use_p4!(
10792026-03-09T03:31:30.678Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
10802026-03-09T03:31:30.678Z3 | | pipeline_name = "dload",
10812026-03-09T03:31:30.678Z4 | | );
10822026-03-09T03:31:30.678Z | |_^
10832026-03-09T03:31:30.678Z |
10842026-03-09T03:31:30.678Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10852026-03-09T03:31:30.678Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
10862026-03-09T03:31:30.678Z
10872026-03-09T03:31:30.678Zerror: try not to call a closure in the expression where it is declared
10882026-03-09T03:31:30.678Z --> test/src/dload.rs:1:1
10892026-03-09T03:31:30.678Z |
10902026-03-09T03:31:30.678Z1 | / p4_macro::use_p4!(
10912026-03-09T03:31:30.678Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
10922026-03-09T03:31:30.678Z3 | | pipeline_name = "dload",
10932026-03-09T03:31:30.678Z4 | | );
10942026-03-09T03:31:30.678Z | |_^
10952026-03-09T03:31:30.678Z |
10962026-03-09T03:31:30.678Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10972026-03-09T03:31:30.678Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
10982026-03-09T03:31:30.678Z
10992026-03-09T03:31:30.678Zerror: try not to call a closure in the expression where it is declared
11002026-03-09T03:31:30.678Z --> test/src/dload.rs:1:1
11012026-03-09T03:31:30.678Z |
11022026-03-09T03:31:30.678Z1 | / p4_macro::use_p4!(
11032026-03-09T03:31:30.678Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
11042026-03-09T03:31:30.678Z3 | | pipeline_name = "dload",
11052026-03-09T03:31:30.678Z4 | | );
11062026-03-09T03:31:30.678Z | |_^
11072026-03-09T03:31:30.678Z |
11082026-03-09T03:31:30.678Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
11092026-03-09T03:31:30.678Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
11102026-03-09T03:31:30.678Z
11112026-03-09T03:31:30.703Zerror: try not to call a closure in the expression where it is declared
11122026-03-09T03:31:30.703Z --> test/src/dload.rs:1:1
11132026-03-09T03:31:30.703Z |
11142026-03-09T03:31:30.703Z1 | / p4_macro::use_p4!(
11152026-03-09T03:31:30.703Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
11162026-03-09T03:31:30.703Z3 | | pipeline_name = "dload",
11172026-03-09T03:31:30.703Z4 | | );
11182026-03-09T03:31:30.703Z | |_^
11192026-03-09T03:31:30.703Z |
11202026-03-09T03:31:30.703Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
11212026-03-09T03:31:30.703Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
11222026-03-09T03:31:30.703Z
11232026-03-09T03:31:30.703Zerror: try not to call a closure in the expression where it is declared
11242026-03-09T03:31:30.703Z --> test/src/dload.rs:1:1
11252026-03-09T03:31:30.703Z |
11262026-03-09T03:31:30.703Z1 | / p4_macro::use_p4!(
11272026-03-09T03:31:30.703Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
11282026-03-09T03:31:30.704Z3 | | pipeline_name = "dload",
11292026-03-09T03:31:30.704Z4 | | );
11302026-03-09T03:31:30.704Z | |_^
11312026-03-09T03:31:30.704Z |
11322026-03-09T03:31:30.704Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
11332026-03-09T03:31:30.704Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
11342026-03-09T03:31:30.704Z
11352026-03-09T03:31:30.704Zerror: try not to call a closure in the expression where it is declared
11362026-03-09T03:31:30.704Z --> test/src/dload.rs:1:1
11372026-03-09T03:31:30.704Z |
11382026-03-09T03:31:30.704Z1 | / p4_macro::use_p4!(
11392026-03-09T03:31:30.704Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
11402026-03-09T03:31:30.704Z3 | | pipeline_name = "dload",
11412026-03-09T03:31:30.704Z4 | | );
11422026-03-09T03:31:30.704Z | |_^
11432026-03-09T03:31:30.704Z |
11442026-03-09T03:31:30.704Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
11452026-03-09T03:31:30.704Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
11462026-03-09T03:31:30.704Z
11472026-03-09T03:31:30.704Zerror: try not to call a closure in the expression where it is declared
11482026-03-09T03:31:30.704Z --> test/src/dload.rs:1:1
11492026-03-09T03:31:30.704Z |
11502026-03-09T03:31:30.704Z1 | / p4_macro::use_p4!(
11512026-03-09T03:31:30.704Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
11522026-03-09T03:31:30.704Z3 | | pipeline_name = "dload",
11532026-03-09T03:31:30.704Z4 | | );
11542026-03-09T03:31:30.704Z | |_^
11552026-03-09T03:31:30.704Z |
11562026-03-09T03:31:30.704Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
11572026-03-09T03:31:30.704Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
11582026-03-09T03:31:30.704Z
11592026-03-09T03:31:30.877Zerror: try not to call a closure in the expression where it is declared
11602026-03-09T03:31:30.877Z --> test/src/dynamic_router.rs:5:1
11612026-03-09T03:31:30.877Z |
11622026-03-09T03:31:30.877Z5 | / p4_macro::use_p4!(
11632026-03-09T03:31:30.877Z6 | | p4 = "test/src/p4/dynamic_router.p4",
11642026-03-09T03:31:30.877Z7 | | pipeline_name = "dynamic",
11652026-03-09T03:31:30.877Z8 | | );
11662026-03-09T03:31:30.877Z | |_^
11672026-03-09T03:31:30.877Z |
11682026-03-09T03:31:30.878Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
11692026-03-09T03:31:30.878Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
11702026-03-09T03:31:30.878Z
11712026-03-09T03:31:30.903Zerror: try not to call a closure in the expression where it is declared
11722026-03-09T03:31:30.903Z --> test/src/dynamic_router.rs:5:1
11732026-03-09T03:31:30.903Z |
11742026-03-09T03:31:30.903Z5 | / p4_macro::use_p4!(
11752026-03-09T03:31:30.903Z6 | | p4 = "test/src/p4/dynamic_router.p4",
11762026-03-09T03:31:30.903Z7 | | pipeline_name = "dynamic",
11772026-03-09T03:31:30.903Z8 | | );
11782026-03-09T03:31:30.903Z | |_^
11792026-03-09T03:31:30.903Z |
11802026-03-09T03:31:30.903Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
11812026-03-09T03:31:30.903Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
11822026-03-09T03:31:30.903Z
11832026-03-09T03:31:30.903Zerror: try not to call a closure in the expression where it is declared
11842026-03-09T03:31:30.903Z --> test/src/dynamic_router.rs:5:1
11852026-03-09T03:31:30.903Z |
11862026-03-09T03:31:30.903Z5 | / p4_macro::use_p4!(
11872026-03-09T03:31:30.903Z6 | | p4 = "test/src/p4/dynamic_router.p4",
11882026-03-09T03:31:30.903Z7 | | pipeline_name = "dynamic",
11892026-03-09T03:31:30.903Z8 | | );
11902026-03-09T03:31:30.903Z | |_^
11912026-03-09T03:31:30.903Z |
11922026-03-09T03:31:30.903Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
11932026-03-09T03:31:30.903Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
11942026-03-09T03:31:30.903Z
11952026-03-09T03:31:30.903Zerror: try not to call a closure in the expression where it is declared
11962026-03-09T03:31:30.903Z --> test/src/dynamic_router.rs:5:1
11972026-03-09T03:31:30.903Z |
11982026-03-09T03:31:30.904Z5 | / p4_macro::use_p4!(
11992026-03-09T03:31:30.904Z6 | | p4 = "test/src/p4/dynamic_router.p4",
12002026-03-09T03:31:30.904Z7 | | pipeline_name = "dynamic",
12012026-03-09T03:31:30.904Z8 | | );
12022026-03-09T03:31:30.904Z | |_^
12032026-03-09T03:31:30.904Z |
12042026-03-09T03:31:30.904Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12052026-03-09T03:31:30.904Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
12062026-03-09T03:31:30.904Z
12072026-03-09T03:31:30.904Zerror: try not to call a closure in the expression where it is declared
12082026-03-09T03:31:30.904Z --> test/src/dynamic_router.rs:5:1
12092026-03-09T03:31:30.904Z |
12102026-03-09T03:31:30.904Z5 | / p4_macro::use_p4!(
12112026-03-09T03:31:30.904Z6 | | p4 = "test/src/p4/dynamic_router.p4",
12122026-03-09T03:31:30.904Z7 | | pipeline_name = "dynamic",
12132026-03-09T03:31:30.904Z8 | | );
12142026-03-09T03:31:30.904Z | |_^
12152026-03-09T03:31:30.904Z |
12162026-03-09T03:31:30.904Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12172026-03-09T03:31:30.904Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
12182026-03-09T03:31:30.904Z
12192026-03-09T03:31:30.929Zerror: try not to call a closure in the expression where it is declared
12202026-03-09T03:31:30.929Z --> test/src/dynamic_router.rs:5:1
12212026-03-09T03:31:30.929Z |
12222026-03-09T03:31:30.929Z5 | / p4_macro::use_p4!(
12232026-03-09T03:31:30.929Z6 | | p4 = "test/src/p4/dynamic_router.p4",
12242026-03-09T03:31:30.929Z7 | | pipeline_name = "dynamic",
12252026-03-09T03:31:30.929Z8 | | );
12262026-03-09T03:31:30.929Z | |_^
12272026-03-09T03:31:30.929Z |
12282026-03-09T03:31:30.929Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12292026-03-09T03:31:30.929Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
12302026-03-09T03:31:30.929Z
12312026-03-09T03:31:30.929Zerror: try not to call a closure in the expression where it is declared
12322026-03-09T03:31:30.929Z --> test/src/dynamic_router.rs:5:1
12332026-03-09T03:31:30.929Z |
12342026-03-09T03:31:30.930Z5 | / p4_macro::use_p4!(
12352026-03-09T03:31:30.930Z6 | | p4 = "test/src/p4/dynamic_router.p4",
12362026-03-09T03:31:30.930Z7 | | pipeline_name = "dynamic",
12372026-03-09T03:31:30.930Z8 | | );
12382026-03-09T03:31:30.930Z | |_^
12392026-03-09T03:31:30.930Z |
12402026-03-09T03:31:30.930Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12412026-03-09T03:31:30.930Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
12422026-03-09T03:31:30.930Z
12432026-03-09T03:31:30.930Zerror: try not to call a closure in the expression where it is declared
12442026-03-09T03:31:30.930Z --> test/src/dynamic_router.rs:5:1
12452026-03-09T03:31:30.930Z |
12462026-03-09T03:31:30.930Z5 | / p4_macro::use_p4!(
12472026-03-09T03:31:30.930Z6 | | p4 = "test/src/p4/dynamic_router.p4",
12482026-03-09T03:31:30.930Z7 | | pipeline_name = "dynamic",
12492026-03-09T03:31:30.930Z8 | | );
12502026-03-09T03:31:30.930Z | |_^
12512026-03-09T03:31:30.930Z |
12522026-03-09T03:31:30.930Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12532026-03-09T03:31:30.930Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
12542026-03-09T03:31:30.930Z
12552026-03-09T03:31:30.930Zerror: try not to call a closure in the expression where it is declared
12562026-03-09T03:31:30.930Z --> test/src/dynamic_router.rs:5:1
12572026-03-09T03:31:30.930Z |
12582026-03-09T03:31:30.930Z5 | / p4_macro::use_p4!(
12592026-03-09T03:31:30.930Z6 | | p4 = "test/src/p4/dynamic_router.p4",
12602026-03-09T03:31:30.930Z7 | | pipeline_name = "dynamic",
12612026-03-09T03:31:30.930Z8 | | );
12622026-03-09T03:31:30.930Z | |_^
12632026-03-09T03:31:30.930Z |
12642026-03-09T03:31:30.930Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12652026-03-09T03:31:30.930Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
12662026-03-09T03:31:30.930Z
12672026-03-09T03:31:30.960Zerror: try not to call a closure in the expression where it is declared
12682026-03-09T03:31:30.960Z --> test/src/hub.rs:4:1
12692026-03-09T03:31:30.961Z |
12702026-03-09T03:31:30.961Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
12712026-03-09T03:31:30.961Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
12722026-03-09T03:31:30.961Z |
12732026-03-09T03:31:30.961Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12742026-03-09T03:31:30.961Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
12752026-03-09T03:31:30.961Z
12762026-03-09T03:31:30.985Zerror: try not to call a closure in the expression where it is declared
12772026-03-09T03:31:30.985Z --> test/src/hub.rs:4:1
12782026-03-09T03:31:30.985Z |
12792026-03-09T03:31:30.985Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
12802026-03-09T03:31:30.985Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
12812026-03-09T03:31:30.986Z |
12822026-03-09T03:31:30.986Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12832026-03-09T03:31:30.986Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
12842026-03-09T03:31:30.986Z
12852026-03-09T03:31:30.986Zerror: try not to call a closure in the expression where it is declared
12862026-03-09T03:31:30.986Z --> test/src/hub.rs:4:1
12872026-03-09T03:31:30.986Z |
12882026-03-09T03:31:30.986Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
12892026-03-09T03:31:30.986Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
12902026-03-09T03:31:30.986Z |
12912026-03-09T03:31:30.986Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12922026-03-09T03:31:30.986Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
12932026-03-09T03:31:30.986Z
12942026-03-09T03:31:30.986Zerror: try not to call a closure in the expression where it is declared
12952026-03-09T03:31:30.986Z --> test/src/hub.rs:4:1
12962026-03-09T03:31:30.986Z |
12972026-03-09T03:31:30.986Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
12982026-03-09T03:31:30.986Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
12992026-03-09T03:31:30.986Z |
13002026-03-09T03:31:30.986Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13012026-03-09T03:31:30.986Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
13022026-03-09T03:31:30.986Z
13032026-03-09T03:31:30.986Zerror: try not to call a closure in the expression where it is declared
13042026-03-09T03:31:30.986Z --> test/src/hub.rs:4:1
13052026-03-09T03:31:30.986Z |
13062026-03-09T03:31:30.986Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
13072026-03-09T03:31:30.986Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
13082026-03-09T03:31:30.986Z |
13092026-03-09T03:31:30.986Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13102026-03-09T03:31:30.986Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
13112026-03-09T03:31:30.987Z
13122026-03-09T03:31:30.987Zerror: try not to call a closure in the expression where it is declared
13132026-03-09T03:31:30.987Z --> test/src/hub.rs:4:1
13142026-03-09T03:31:30.987Z |
13152026-03-09T03:31:30.987Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
13162026-03-09T03:31:30.987Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
13172026-03-09T03:31:30.987Z |
13182026-03-09T03:31:30.987Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13192026-03-09T03:31:30.987Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
13202026-03-09T03:31:30.987Z
13212026-03-09T03:31:30.987Zerror: try not to call a closure in the expression where it is declared
13222026-03-09T03:31:30.987Z --> test/src/hub.rs:4:1
13232026-03-09T03:31:30.987Z |
13242026-03-09T03:31:30.987Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
13252026-03-09T03:31:30.987Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
13262026-03-09T03:31:30.987Z |
13272026-03-09T03:31:30.987Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13282026-03-09T03:31:30.987Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
13292026-03-09T03:31:30.987Z
13302026-03-09T03:31:30.987Zerror: try not to call a closure in the expression where it is declared
13312026-03-09T03:31:30.987Z --> test/src/hub.rs:4:1
13322026-03-09T03:31:30.987Z |
13332026-03-09T03:31:30.987Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
13342026-03-09T03:31:30.987Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
13352026-03-09T03:31:30.987Z |
13362026-03-09T03:31:30.987Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13372026-03-09T03:31:30.987Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
13382026-03-09T03:31:30.987Z
13392026-03-09T03:31:31.181Zerror: try not to call a closure in the expression where it is declared
13402026-03-09T03:31:31.182Z --> test/src/ipv6.rs:1:1
13412026-03-09T03:31:31.182Z |
13422026-03-09T03:31:31.182Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
13432026-03-09T03:31:31.182Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
13442026-03-09T03:31:31.182Z |
13452026-03-09T03:31:31.182Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13462026-03-09T03:31:31.182Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
13472026-03-09T03:31:31.182Z
13482026-03-09T03:31:31.212Zerror: try not to call a closure in the expression where it is declared
13492026-03-09T03:31:31.212Z --> test/src/ipv6.rs:1:1
13502026-03-09T03:31:31.212Z |
13512026-03-09T03:31:31.212Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
13522026-03-09T03:31:31.212Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
13532026-03-09T03:31:31.212Z |
13542026-03-09T03:31:31.212Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13552026-03-09T03:31:31.212Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
13562026-03-09T03:31:31.212Z
13572026-03-09T03:31:31.212Zerror: try not to call a closure in the expression where it is declared
13582026-03-09T03:31:31.212Z --> test/src/ipv6.rs:1:1
13592026-03-09T03:31:31.212Z |
13602026-03-09T03:31:31.212Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
13612026-03-09T03:31:31.212Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
13622026-03-09T03:31:31.213Z |
13632026-03-09T03:31:31.213Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13642026-03-09T03:31:31.213Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
13652026-03-09T03:31:31.213Z
13662026-03-09T03:31:31.238Zerror: try not to call a closure in the expression where it is declared
13672026-03-09T03:31:31.238Z --> test/src/ipv6.rs:1:1
13682026-03-09T03:31:31.238Z |
13692026-03-09T03:31:31.238Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
13702026-03-09T03:31:31.238Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
13712026-03-09T03:31:31.238Z |
13722026-03-09T03:31:31.238Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13732026-03-09T03:31:31.238Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
13742026-03-09T03:31:31.238Z
13752026-03-09T03:31:31.239Zerror: try not to call a closure in the expression where it is declared
13762026-03-09T03:31:31.239Z --> test/src/ipv6.rs:1:1
13772026-03-09T03:31:31.239Z |
13782026-03-09T03:31:31.239Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
13792026-03-09T03:31:31.239Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
13802026-03-09T03:31:31.239Z |
13812026-03-09T03:31:31.239Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13822026-03-09T03:31:31.239Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
13832026-03-09T03:31:31.239Z
13842026-03-09T03:31:31.311Zerror: try not to call a closure in the expression where it is declared
13852026-03-09T03:31:31.311Z --> test/src/ipv6.rs:1:1
13862026-03-09T03:31:31.311Z |
13872026-03-09T03:31:31.311Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
13882026-03-09T03:31:31.311Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
13892026-03-09T03:31:31.311Z |
13902026-03-09T03:31:31.312Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13912026-03-09T03:31:31.312Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
13922026-03-09T03:31:31.312Z
13932026-03-09T03:31:31.336Zerror: try not to call a closure in the expression where it is declared
13942026-03-09T03:31:31.336Z --> test/src/ipv6.rs:1:1
13952026-03-09T03:31:31.336Z |
13962026-03-09T03:31:31.336Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
13972026-03-09T03:31:31.336Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
13982026-03-09T03:31:31.336Z |
13992026-03-09T03:31:31.336Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14002026-03-09T03:31:31.336Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
14012026-03-09T03:31:31.336Z
14022026-03-09T03:31:31.336Zerror: try not to call a closure in the expression where it is declared
14032026-03-09T03:31:31.336Z --> test/src/ipv6.rs:1:1
14042026-03-09T03:31:31.336Z |
14052026-03-09T03:31:31.336Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
14062026-03-09T03:31:31.336Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
14072026-03-09T03:31:31.336Z |
14082026-03-09T03:31:31.336Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14092026-03-09T03:31:31.336Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
14102026-03-09T03:31:31.336Z
14112026-03-09T03:31:31.336Zerror: try not to call a closure in the expression where it is declared
14122026-03-09T03:31:31.336Z --> test/src/ipv6.rs:1:1
14132026-03-09T03:31:31.336Z |
14142026-03-09T03:31:31.337Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
14152026-03-09T03:31:31.337Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
14162026-03-09T03:31:31.337Z |
14172026-03-09T03:31:31.337Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14182026-03-09T03:31:31.337Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
14192026-03-09T03:31:31.337Z
14202026-03-09T03:31:31.553Zerror: try not to call a closure in the expression where it is declared
14212026-03-09T03:31:31.553Z --> test/src/mac_rewrite.rs:5:1
14222026-03-09T03:31:31.553Z |
14232026-03-09T03:31:31.553Z5 | / p4_macro::use_p4!(
14242026-03-09T03:31:31.553Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14252026-03-09T03:31:31.554Z7 | | pipeline_name = "mac_rewrite",
14262026-03-09T03:31:31.554Z8 | | );
14272026-03-09T03:31:31.554Z | |_^
14282026-03-09T03:31:31.554Z |
14292026-03-09T03:31:31.554Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14302026-03-09T03:31:31.554Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
14312026-03-09T03:31:31.554Z
14322026-03-09T03:31:31.578Zerror: try not to call a closure in the expression where it is declared
14332026-03-09T03:31:31.578Z --> test/src/mac_rewrite.rs:5:1
14342026-03-09T03:31:31.578Z |
14352026-03-09T03:31:31.578Z5 | / p4_macro::use_p4!(
14362026-03-09T03:31:31.578Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14372026-03-09T03:31:31.578Z7 | | pipeline_name = "mac_rewrite",
14382026-03-09T03:31:31.578Z8 | | );
14392026-03-09T03:31:31.578Z | |_^
14402026-03-09T03:31:31.578Z |
14412026-03-09T03:31:31.579Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14422026-03-09T03:31:31.579Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
14432026-03-09T03:31:31.579Z
14442026-03-09T03:31:31.579Zerror: try not to call a closure in the expression where it is declared
14452026-03-09T03:31:31.579Z --> test/src/mac_rewrite.rs:5:1
14462026-03-09T03:31:31.579Z |
14472026-03-09T03:31:31.579Z5 | / p4_macro::use_p4!(
14482026-03-09T03:31:31.579Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14492026-03-09T03:31:31.579Z7 | | pipeline_name = "mac_rewrite",
14502026-03-09T03:31:31.579Z8 | | );
14512026-03-09T03:31:31.579Z | |_^
14522026-03-09T03:31:31.579Z |
14532026-03-09T03:31:31.579Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14542026-03-09T03:31:31.579Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
14552026-03-09T03:31:31.579Z
14562026-03-09T03:31:31.579Zerror: try not to call a closure in the expression where it is declared
14572026-03-09T03:31:31.579Z --> test/src/mac_rewrite.rs:5:1
14582026-03-09T03:31:31.579Z |
14592026-03-09T03:31:31.579Z5 | / p4_macro::use_p4!(
14602026-03-09T03:31:31.579Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14612026-03-09T03:31:31.579Z7 | | pipeline_name = "mac_rewrite",
14622026-03-09T03:31:31.579Z8 | | );
14632026-03-09T03:31:31.579Z | |_^
14642026-03-09T03:31:31.579Z |
14652026-03-09T03:31:31.579Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14662026-03-09T03:31:31.579Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
14672026-03-09T03:31:31.579Z
14682026-03-09T03:31:31.579Zerror: try not to call a closure in the expression where it is declared
14692026-03-09T03:31:31.579Z --> test/src/mac_rewrite.rs:5:1
14702026-03-09T03:31:31.579Z |
14712026-03-09T03:31:31.579Z5 | / p4_macro::use_p4!(
14722026-03-09T03:31:31.579Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14732026-03-09T03:31:31.579Z7 | | pipeline_name = "mac_rewrite",
14742026-03-09T03:31:31.579Z8 | | );
14752026-03-09T03:31:31.579Z | |_^
14762026-03-09T03:31:31.579Z |
14772026-03-09T03:31:31.579Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14782026-03-09T03:31:31.579Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
14792026-03-09T03:31:31.580Z
14802026-03-09T03:31:31.605Zerror: try not to call a closure in the expression where it is declared
14812026-03-09T03:31:31.605Z --> test/src/mac_rewrite.rs:5:1
14822026-03-09T03:31:31.605Z |
14832026-03-09T03:31:31.605Z5 | / p4_macro::use_p4!(
14842026-03-09T03:31:31.605Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14852026-03-09T03:31:31.605Z7 | | pipeline_name = "mac_rewrite",
14862026-03-09T03:31:31.605Z8 | | );
14872026-03-09T03:31:31.605Z | |_^
14882026-03-09T03:31:31.605Z |
14892026-03-09T03:31:31.605Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14902026-03-09T03:31:31.605Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
14912026-03-09T03:31:31.605Z
14922026-03-09T03:31:31.605Zerror: try not to call a closure in the expression where it is declared
14932026-03-09T03:31:31.605Z --> test/src/mac_rewrite.rs:5:1
14942026-03-09T03:31:31.605Z |
14952026-03-09T03:31:31.605Z5 | / p4_macro::use_p4!(
14962026-03-09T03:31:31.605Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14972026-03-09T03:31:31.605Z7 | | pipeline_name = "mac_rewrite",
14982026-03-09T03:31:31.605Z8 | | );
14992026-03-09T03:31:31.605Z | |_^
15002026-03-09T03:31:31.605Z |
15012026-03-09T03:31:31.605Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15022026-03-09T03:31:31.605Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
15032026-03-09T03:31:31.605Z
15042026-03-09T03:31:31.605Zerror: try not to call a closure in the expression where it is declared
15052026-03-09T03:31:31.605Z --> test/src/mac_rewrite.rs:5:1
15062026-03-09T03:31:31.605Z |
15072026-03-09T03:31:31.605Z5 | / p4_macro::use_p4!(
15082026-03-09T03:31:31.605Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
15092026-03-09T03:31:31.605Z7 | | pipeline_name = "mac_rewrite",
15102026-03-09T03:31:31.605Z8 | | );
15112026-03-09T03:31:31.605Z | |_^
15122026-03-09T03:31:31.605Z |
15132026-03-09T03:31:31.605Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15142026-03-09T03:31:31.605Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
15152026-03-09T03:31:31.605Z
15162026-03-09T03:31:31.605Zerror: try not to call a closure in the expression where it is declared
15172026-03-09T03:31:31.605Z --> test/src/mac_rewrite.rs:5:1
15182026-03-09T03:31:31.606Z |
15192026-03-09T03:31:31.606Z5 | / p4_macro::use_p4!(
15202026-03-09T03:31:31.606Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
15212026-03-09T03:31:31.606Z7 | | pipeline_name = "mac_rewrite",
15222026-03-09T03:31:31.606Z8 | | );
15232026-03-09T03:31:31.606Z | |_^
15242026-03-09T03:31:31.606Z |
15252026-03-09T03:31:31.606Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15262026-03-09T03:31:31.606Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
15272026-03-09T03:31:31.606Z
15282026-03-09T03:31:31.791Zerror: try not to call a closure in the expression where it is declared
15292026-03-09T03:31:31.791Z --> test/src/range.rs:5:1
15302026-03-09T03:31:31.791Z |
15312026-03-09T03:31:31.791Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
15322026-03-09T03:31:31.791Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
15332026-03-09T03:31:31.791Z |
15342026-03-09T03:31:31.791Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15352026-03-09T03:31:31.791Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
15362026-03-09T03:31:31.791Z
15372026-03-09T03:31:31.816Zerror: try not to call a closure in the expression where it is declared
15382026-03-09T03:31:31.816Z --> test/src/range.rs:5:1
15392026-03-09T03:31:31.816Z |
15402026-03-09T03:31:31.816Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
15412026-03-09T03:31:31.816Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
15422026-03-09T03:31:31.816Z |
15432026-03-09T03:31:31.816Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15442026-03-09T03:31:31.816Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
15452026-03-09T03:31:31.816Z
15462026-03-09T03:31:31.816Zerror: try not to call a closure in the expression where it is declared
15472026-03-09T03:31:31.816Z --> test/src/range.rs:5:1
15482026-03-09T03:31:31.816Z |
15492026-03-09T03:31:31.816Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
15502026-03-09T03:31:31.816Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
15512026-03-09T03:31:31.816Z |
15522026-03-09T03:31:31.816Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15532026-03-09T03:31:31.816Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
15542026-03-09T03:31:31.816Z
15552026-03-09T03:31:31.816Zerror: try not to call a closure in the expression where it is declared
15562026-03-09T03:31:31.816Z --> test/src/range.rs:5:1
15572026-03-09T03:31:31.816Z |
15582026-03-09T03:31:31.816Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
15592026-03-09T03:31:31.816Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
15602026-03-09T03:31:31.816Z |
15612026-03-09T03:31:31.816Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15622026-03-09T03:31:31.816Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
15632026-03-09T03:31:31.816Z
15642026-03-09T03:31:31.816Zerror: try not to call a closure in the expression where it is declared
15652026-03-09T03:31:31.816Z --> test/src/range.rs:5:1
15662026-03-09T03:31:31.816Z |
15672026-03-09T03:31:31.816Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
15682026-03-09T03:31:31.816Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
15692026-03-09T03:31:31.817Z |
15702026-03-09T03:31:31.817Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15712026-03-09T03:31:31.817Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
15722026-03-09T03:31:31.817Z
15732026-03-09T03:31:31.817Zerror: try not to call a closure in the expression where it is declared
15742026-03-09T03:31:31.817Z --> test/src/range.rs:5:1
15752026-03-09T03:31:31.817Z |
15762026-03-09T03:31:31.817Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
15772026-03-09T03:31:31.817Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
15782026-03-09T03:31:31.817Z |
15792026-03-09T03:31:31.817Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15802026-03-09T03:31:31.817Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
15812026-03-09T03:31:31.817Z
15822026-03-09T03:31:31.817Zerror: try not to call a closure in the expression where it is declared
15832026-03-09T03:31:31.817Z --> test/src/range.rs:5:1
15842026-03-09T03:31:31.817Z |
15852026-03-09T03:31:31.817Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
15862026-03-09T03:31:31.817Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
15872026-03-09T03:31:31.817Z |
15882026-03-09T03:31:31.817Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15892026-03-09T03:31:31.817Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
15902026-03-09T03:31:31.817Z
15912026-03-09T03:31:31.817Zerror: try not to call a closure in the expression where it is declared
15922026-03-09T03:31:31.817Z --> test/src/range.rs:5:1
15932026-03-09T03:31:31.817Z |
15942026-03-09T03:31:31.817Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
15952026-03-09T03:31:31.817Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
15962026-03-09T03:31:31.817Z |
15972026-03-09T03:31:31.817Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15982026-03-09T03:31:31.817Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
15992026-03-09T03:31:31.817Z
16002026-03-09T03:31:31.986Zerror: try not to call a closure in the expression where it is declared
16012026-03-09T03:31:31.986Z --> test/src/table_in_egress_and_ingress.rs:1:1
16022026-03-09T03:31:31.986Z |
16032026-03-09T03:31:31.986Z1 | / p4_macro::use_p4!(
16042026-03-09T03:31:31.986Z2 | | p4 = "test/src/p4/table_in_egress_and_ingress.p4",
16052026-03-09T03:31:31.986Z3 | | pipeline_name = "table_in_ingresss_and_egress",
16062026-03-09T03:31:31.986Z4 | | );
16072026-03-09T03:31:31.986Z | |_^
16082026-03-09T03:31:31.986Z |
16092026-03-09T03:31:31.986Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
16102026-03-09T03:31:31.986Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
16112026-03-09T03:31:31.986Z
16122026-03-09T03:31:32.011Zerror: try not to call a closure in the expression where it is declared
16132026-03-09T03:31:32.011Z --> test/src/table_in_egress_and_ingress.rs:1:1
16142026-03-09T03:31:32.011Z |
16152026-03-09T03:31:32.011Z1 | / p4_macro::use_p4!(
16162026-03-09T03:31:32.011Z2 | | p4 = "test/src/p4/table_in_egress_and_ingress.p4",
16172026-03-09T03:31:32.011Z3 | | pipeline_name = "table_in_ingresss_and_egress",
16182026-03-09T03:31:32.011Z4 | | );
16192026-03-09T03:31:32.011Z | |_^
16202026-03-09T03:31:32.011Z |
16212026-03-09T03:31:32.011Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
16222026-03-09T03:31:32.011Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
16232026-03-09T03:31:32.012Z
16242026-03-09T03:31:32.012Zerror: try not to call a closure in the expression where it is declared
16252026-03-09T03:31:32.012Z --> test/src/table_in_egress_and_ingress.rs:1:1
16262026-03-09T03:31:32.012Z |
16272026-03-09T03:31:32.012Z1 | / p4_macro::use_p4!(
16282026-03-09T03:31:32.012Z2 | | p4 = "test/src/p4/table_in_egress_and_ingress.p4",
16292026-03-09T03:31:32.012Z3 | | pipeline_name = "table_in_ingresss_and_egress",
16302026-03-09T03:31:32.012Z4 | | );
16312026-03-09T03:31:32.012Z | |_^
16322026-03-09T03:31:32.012Z |
16332026-03-09T03:31:32.012Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
16342026-03-09T03:31:32.012Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
16352026-03-09T03:31:32.012Z
16362026-03-09T03:31:32.012Zerror: try not to call a closure in the expression where it is declared
16372026-03-09T03:31:32.012Z --> test/src/table_in_egress_and_ingress.rs:1:1
16382026-03-09T03:31:32.012Z |
16392026-03-09T03:31:32.012Z1 | / p4_macro::use_p4!(
16402026-03-09T03:31:32.012Z2 | | p4 = "test/src/p4/table_in_egress_and_ingress.p4",
16412026-03-09T03:31:32.012Z3 | | pipeline_name = "table_in_ingresss_and_egress",
16422026-03-09T03:31:32.012Z4 | | );
16432026-03-09T03:31:32.012Z | |_^
16442026-03-09T03:31:32.012Z |
16452026-03-09T03:31:32.012Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
16462026-03-09T03:31:32.012Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
16472026-03-09T03:31:32.012Z
16482026-03-09T03:31:32.012Zerror: try not to call a closure in the expression where it is declared
16492026-03-09T03:31:32.012Z --> test/src/table_in_egress_and_ingress.rs:1:1
16502026-03-09T03:31:32.012Z |
16512026-03-09T03:31:32.012Z1 | / p4_macro::use_p4!(
16522026-03-09T03:31:32.012Z2 | | p4 = "test/src/p4/table_in_egress_and_ingress.p4",
16532026-03-09T03:31:32.012Z3 | | pipeline_name = "table_in_ingresss_and_egress",
16542026-03-09T03:31:32.012Z4 | | );
16552026-03-09T03:31:32.012Z | |_^
16562026-03-09T03:31:32.012Z |
16572026-03-09T03:31:32.012Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
16582026-03-09T03:31:32.012Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
16592026-03-09T03:31:32.012Z
16602026-03-09T03:31:32.012Zerror: try not to call a closure in the expression where it is declared
16612026-03-09T03:31:32.013Z --> test/src/table_in_egress_and_ingress.rs:1:1
16622026-03-09T03:31:32.013Z |
16632026-03-09T03:31:32.013Z1 | / p4_macro::use_p4!(
16642026-03-09T03:31:32.013Z2 | | p4 = "test/src/p4/table_in_egress_and_ingress.p4",
16652026-03-09T03:31:32.013Z3 | | pipeline_name = "table_in_ingresss_and_egress",
16662026-03-09T03:31:32.013Z4 | | );
16672026-03-09T03:31:32.013Z | |_^
16682026-03-09T03:31:32.013Z |
16692026-03-09T03:31:32.013Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
16702026-03-09T03:31:32.013Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
16712026-03-09T03:31:32.013Z
16722026-03-09T03:31:32.681Zerror: could not compile `tests` (lib test) due to 266 previous errors
16732026-03-09T03:31:32.728Zprocess exited: duration 65154 ms, exit code 101
 
16742026-03-09T03:31:32.778Zfound 0 output files