01KHMYRNKJHHFF02HDQHT7K8ZB: 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: 01KHMYSBZQWAMERH9HFKEW8D0Z

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-17T04:48:04.399Zjob assigned to worker 01KHMYQZCCEN7TS22JD08ZGMA2 [factory aws, i-03fae538c6bbe009f] (queued for 39 s)
 
22026-02-17T04:48:12.436Zstarting task 0: "setup"
32026-02-17T04:48:12.442Z++ uname -s
42026-02-17T04:48:12.445Z+ kern=SunOS
52026-02-17T04:48:12.445Z+ build_user=build
62026-02-17T04:48:12.445Z+ build_uid=12345
72026-02-17T04:48:12.445Z+ work_dir=/work
82026-02-17T04:48:12.445Z+ input_dir=/input
92026-02-17T04:48:12.445Z+ [[ 0 == 12345 ]]
102026-02-17T04:48:12.445Z+ case "$kern" in
112026-02-17T04:48:12.445Z+ groupadd -g 12345 build
122026-02-17T04:48:12.454Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-17T04:48:14.453Z+ zfs create -o mountpoint=/work rpool/work
142026-02-17T04:48:14.581Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-17T04:48:14.584Z+ home_fs=zfs
162026-02-17T04:48:14.584Z+ [[ zfs == autofs ]]
172026-02-17T04:48:14.584Z+ mkdir -p /home/build
182026-02-17T04:48:14.587Z+ chown build:build /home/build /work
192026-02-17T04:48:16.587Z+ chmod 0700 /home/build /work
202026-02-17T04:48:16.590Zprocess exited: duration 4156 ms, exit code 0
 
212026-02-17T04:48:16.596Zstarting task 1: "rust-toolchain"
222026-02-17T04:48:16.601Z * rust toolchain channel = "stable"
232026-02-17T04:48:16.601Z+ printf ' * rust toolchain channel = "%s"\n' stable
242026-02-17T04:48:16.601Z * rust toolchain profile = "default"
252026-02-17T04:48:16.601Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-02-17T04:48:16.601Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-17T04:48:16.601Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-17T04:48:16.604Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-17T04:48:16.604Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-02-17T04:48:16.715Zinfo: downloading installer
312026-02-17T04:48:18.426Zwarn: It looks like you have an existing installation of Rust at:
322026-02-17T04:48:18.426Zwarn: /opt/ooce/bin
332026-02-17T04:48:18.426Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-17T04:48:18.426Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-17T04:48:18.426Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-17T04:48:18.426Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-17T04:48:18.427Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-17T04:48:18.427Zerror: cannot install while Rust is installed
392026-02-17T04:48:18.427Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-17T04:48:18.440Zinfo: profile set to 'default'
412026-02-17T04:48:18.440Zinfo: default host triple is x86_64-unknown-illumos
422026-02-17T04:48:18.446Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-02-17T04:48:18.596Zinfo: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11)
442026-02-17T04:48:18.596Zinfo: downloading component 'cargo'
452026-02-17T04:48:19.552Zinfo: downloading component 'clippy'
462026-02-17T04:48:20.010Zinfo: downloading component 'rust-docs'
472026-02-17T04:48:21.696Zinfo: downloading component 'rust-std'
482026-02-17T04:48:24.756Zinfo: downloading component 'rustc'
492026-02-17T04:48:32.753Zinfo: downloading component 'rustfmt'
502026-02-17T04:48:33.050Zinfo: installing component 'cargo'
512026-02-17T04:48:33.994Zinfo: installing component 'clippy'
522026-02-17T04:48:34.392Zinfo: installing component 'rust-docs'
532026-02-17T04:48:36.403Zinfo: installing component 'rust-std'
542026-02-17T04:48:38.271Zinfo: installing component 'rustc'
552026-02-17T04:48:45.066Zinfo: installing component 'rustfmt'
562026-02-17T04:48:45.395Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-02-17T04:48:45.395Z
582026-02-17T04:48:45.868Z stable-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
592026-02-17T04:48:45.868Z
602026-02-17T04:48:45.871Z
612026-02-17T04:48:45.871ZRust is installed now. Great!
622026-02-17T04:48:45.871Z
632026-02-17T04:48:45.872ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-17T04:48:45.872Zenvironment variable. This has not been done automatically.
652026-02-17T04:48:45.872Z
662026-02-17T04:48:45.872ZTo configure your current shell, you need to source
672026-02-17T04:48:45.872Zthe corresponding env file under $HOME/.cargo.
682026-02-17T04:48:45.872Z
692026-02-17T04:48:45.872ZThis is usually done by running one of the following (note the leading DOT):
702026-02-17T04:48:45.872Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-17T04:48:45.872Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-17T04:48:45.872Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-17T04:48:45.971Z+ rustup --version
742026-02-17T04:48:45.983Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-17T04:48:46.003Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-17T04:48:46.069Zinfo: The currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
772026-02-17T04:48:46.083Z+ cargo --version
782026-02-17T04:48:46.167Zcargo 1.93.1 (083ac5135 2025-12-15)
792026-02-17T04:48:46.172Z+ rustc --version
802026-02-17T04:48:46.243Zrustc 1.93.1 (01f6ddf75 2026-02-11)
812026-02-17T04:48:46.246Zprocess exited: duration 29649 ms, exit code 0
 
822026-02-17T04:48:46.255Zstarting task 2: "authentication"
832026-02-17T04:48:46.279Zprocess exited: duration 22 ms, exit code 0
 
842026-02-17T04:48:46.287Zstarting task 3: "clone repository"
852026-02-17T04:48:46.292Z+ mkdir -p /work/oxidecomputer/p4
862026-02-17T04:48:46.300Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
872026-02-17T04:48:46.334ZCloning into '/work/oxidecomputer/p4'...
882026-02-17T04:48:47.062Z+ cd /work/oxidecomputer/p4
892026-02-17T04:48:47.067Z+ git fetch origin 2351b0c0fca94cec8de2e00602b6c6f1dea832e7
902026-02-17T04:48:47.296ZFrom https://github.com/oxidecomputer/p4
912026-02-17T04:48:47.296Z * branch 2351b0c0fca94cec8de2e00602b6c6f1dea832e7 -> FETCH_HEAD
922026-02-17T04:48:47.305Z+ [[ -n renovate/usdt-0.x ]]
932026-02-17T04:48:47.310Z++ git branch --show-current
942026-02-17T04:48:47.318Z+ current=main
952026-02-17T04:48:47.318Z+ [[ main != renovate/usdt-0.x ]]
962026-02-17T04:48:47.318Z+ git branch -f renovate/usdt-0.x 2351b0c0fca94cec8de2e00602b6c6f1dea832e7
972026-02-17T04:48:47.318Z+ git checkout -f renovate/usdt-0.x
982026-02-17T04:48:47.340ZSwitched to branch 'renovate/usdt-0.x'
992026-02-17T04:48:47.344Z+ git reset --hard 2351b0c0fca94cec8de2e00602b6c6f1dea832e7
1002026-02-17T04:48:47.345ZHEAD is now at 2351b0c Update Rust crate usdt to 0.6.0
1012026-02-17T04:48:47.345Zprocess exited: duration 1050 ms, exit code 0
 
1022026-02-17T04:48:47.354Zstarting task 4: "build"
1032026-02-17T04:48:47.358Z+ cargo --version
1042026-02-17T04:48:47.371Zinfo: syncing channel updates for '1.92.0-x86_64-unknown-illumos'
1052026-02-17T04:48:47.553Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
1062026-02-17T04:48:47.553Zinfo: downloading component 'cargo'
1072026-02-17T04:48:48.758Zinfo: downloading component 'clippy'
1082026-02-17T04:48:49.120Zinfo: downloading component 'rust-docs'
1092026-02-17T04:48:50.574Zinfo: downloading component 'rust-std'
1102026-02-17T04:48:52.694Zinfo: downloading component 'rustc'
1112026-02-17T04:49:00.969Zinfo: downloading component 'rustfmt'
1122026-02-17T04:49:01.247Zinfo: installing component 'cargo'
1132026-02-17T04:49:02.189Zinfo: installing component 'clippy'
1142026-02-17T04:49:02.581Zinfo: installing component 'rust-docs'
1152026-02-17T04:49:04.561Zinfo: installing component 'rust-std'
1162026-02-17T04:49:06.370Zinfo: installing component 'rustc'
1172026-02-17T04:49:13.233Zinfo: installing component 'rustfmt'
1182026-02-17T04:49:13.686Zcargo 1.92.0 (344c4567c 2025-10-21)
1192026-02-17T04:49:13.688Z+ rustc --version
1202026-02-17T04:49:13.778Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1212026-02-17T04:49:13.783Z+ banner check
1222026-02-17T04:49:13.787Z
1232026-02-17T04:49:13.787Z #### # # ###### #### # #
1242026-02-17T04:49:13.787Z # # # # # # # # #
1252026-02-17T04:49:13.787Z # ###### ##### # ####
1262026-02-17T04:49:13.787Z # # # # # # #
1272026-02-17T04:49:13.787Z # # # # # # # # #
1282026-02-17T04:49:13.787Z #### # # ###### #### # #
1292026-02-17T04:49:13.787Z
1302026-02-17T04:49:13.790Z+ cargo fmt -- --check
1312026-02-17T04:49:14.241Z+ cargo check
1322026-02-17T04:49:14.392Z Updating crates.io index
1332026-02-17T04:49:14.395Z Updating git repository `https://github.com/oxidecomputer/xfr`
1342026-02-17T04:49:14.661ZFrom https://github.com/oxidecomputer/xfr
1352026-02-17T04:49:14.661Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1362026-02-17T04:49:15.556Z Downloading crates ...
1372026-02-17T04:49:15.637Z Downloaded fastrand v2.3.0
1382026-02-17T04:49:15.641Z Downloaded usdt-macro v0.6.0
1392026-02-17T04:49:15.645Z Downloaded tempfile v3.25.0
1402026-02-17T04:49:15.664Z Downloaded anstyle-parse v0.2.7
1412026-02-17T04:49:15.668Z Downloaded quote v1.0.44
1422026-02-17T04:49:15.671Z Downloaded zmij v1.0.21
1432026-02-17T04:49:15.677Z Downloaded dof v0.4.0
1442026-02-17T04:49:15.682Z Downloaded zerocopy-derive v0.8.39
1452026-02-17T04:49:15.693Z Downloaded pnet_macros v0.35.0
1462026-02-17T04:49:15.696Z Downloaded once_cell v1.21.3
1472026-02-17T04:49:15.699Z Downloaded serde_derive v1.0.228
1482026-02-17T04:49:15.702Z Downloaded anstyle v1.0.13
1492026-02-17T04:49:15.717Z Downloaded cfg-if v1.0.4
1502026-02-17T04:49:15.720Z Downloaded num-iter v0.1.45
1512026-02-17T04:49:15.724Z Downloaded pnet_sys v0.35.0
1522026-02-17T04:49:15.727Z Downloaded anstyle-query v1.1.5
1532026-02-17T04:49:15.730Z Downloaded unicode-ident v1.0.24
1542026-02-17T04:49:15.734Z Downloaded digest v0.10.7
1552026-02-17T04:49:15.736Z Downloaded tap v1.0.1
1562026-02-17T04:49:15.739Z Downloaded utf8parse v0.2.2
1572026-02-17T04:49:15.739Z Downloaded crypto-common v0.1.7
1582026-02-17T04:49:15.743Z Downloaded usdt-attr-macro v0.6.0
1592026-02-17T04:49:15.743Z Downloaded funty v2.0.0
1602026-02-17T04:49:15.743Z Downloaded aho-corasick v1.1.4
1612026-02-17T04:49:15.747Z Downloaded pretty-hex v0.4.1
1622026-02-17T04:49:15.750Z Downloaded anstream v0.6.21
1632026-02-17T04:49:15.753Z Downloaded pnet_base v0.35.0
1642026-02-17T04:49:15.753Z Downloaded plain v0.2.3
1652026-02-17T04:49:15.753Z Downloaded clap_lex v1.0.0
1662026-02-17T04:49:15.756Z Downloaded byteorder v1.5.0
1672026-02-17T04:49:15.759Z Downloaded num-integer v0.1.46
1682026-02-17T04:49:15.759Z Downloaded itoa v1.0.17
1692026-02-17T04:49:15.762Z Downloaded colorchoice v1.0.4
1702026-02-17T04:49:15.762Z Downloaded glob v0.3.3
1712026-02-17T04:49:15.766Z Downloaded usdt v0.6.0
1722026-02-17T04:49:15.769Z Downloaded dtrace-parser v0.3.0
1732026-02-17T04:49:15.769Z Downloaded radium v0.7.0
1742026-02-17T04:49:15.769Z Downloaded errno v0.3.14
1752026-02-17T04:49:15.772Z Downloaded is_terminal_polyfill v1.70.2
1762026-02-17T04:49:15.781Z Downloaded heck v0.5.0
1772026-02-17T04:49:15.781Z Downloaded thread-id v5.1.0
1782026-02-17T04:49:15.783Z Downloaded pest_generator v2.8.6
1792026-02-17T04:49:15.783Z Downloaded autocfg v1.5.0
1802026-02-17T04:49:15.785Z Downloaded strsim v0.11.1
1812026-02-17T04:49:15.789Z Downloaded no-std-net v0.6.0
1822026-02-17T04:49:15.789Z Downloaded bitflags v2.11.0
1832026-02-17T04:49:15.792Z Downloaded scroll_derive v0.13.1
1842026-02-17T04:49:15.794Z Downloaded generic-array v0.14.7
1852026-02-17T04:49:15.803Z Downloaded block-buffer v0.10.4
1862026-02-17T04:49:15.806Z Downloaded pnet_macros_support v0.35.0
1872026-02-17T04:49:15.806Z Downloaded pnet_datalink v0.35.0
1882026-02-17T04:49:15.809Z Downloaded ipnetwork v0.20.0
1892026-02-17T04:49:15.809Z Downloaded pnet_packet v0.35.0
1902026-02-17T04:49:15.813Z Downloaded clap_builder v4.5.59
1912026-02-17T04:49:15.817Z Downloaded version_check v0.9.5
1922026-02-17T04:49:15.820Z Downloaded clap_derive v4.5.55
1932026-02-17T04:49:15.823Z Downloaded rand_chacha v0.9.0
1942026-02-17T04:49:15.826Z Downloaded pnet v0.35.0
1952026-02-17T04:49:15.828Z Downloaded thiserror-impl v2.0.18
1962026-02-17T04:49:15.828Z Downloaded ppv-lite86 v0.2.21
1972026-02-17T04:49:15.831Z Downloaded scroll v0.13.0
1982026-02-17T04:49:15.833Z Downloaded num-rational v0.4.2
1992026-02-17T04:49:15.833Z Downloaded cpufeatures v0.2.17
2002026-02-17T04:49:15.836Z Downloaded usdt-impl v0.6.0
2012026-02-17T04:49:15.836Z Downloaded thiserror v2.0.18
2022026-02-17T04:49:15.841Z Downloaded wyz v0.5.1
2032026-02-17T04:49:15.844Z Downloaded pnet_transport v0.35.0
2042026-02-17T04:49:15.844Z Downloaded rand_core v0.9.5
2052026-02-17T04:49:15.847Z Downloaded sha2 v0.10.9
2062026-02-17T04:49:15.850Z Downloaded rand v0.9.2
2072026-02-17T04:49:15.853Z Downloaded ucd-trie v0.1.7
2082026-02-17T04:49:15.858Z Downloaded serde_tokenstream v0.2.2
2092026-02-17T04:49:15.858Z Downloaded num v0.4.3
2102026-02-17T04:49:15.860Z Downloaded memmap2 v0.9.10
2112026-02-17T04:49:15.874Z Downloaded colored v3.1.1
2122026-02-17T04:49:15.877Z Downloaded serde v1.0.228
2132026-02-17T04:49:15.880Z Downloaded log v0.4.29
2142026-02-17T04:49:15.882Z Downloaded num-complex v0.4.6
2152026-02-17T04:49:15.885Z Downloaded getrandom v0.4.1
2162026-02-17T04:49:15.887Z Downloaded proc-macro2 v1.0.106
2172026-02-17T04:49:15.890Z Downloaded prettyplease v0.2.37
2182026-02-17T04:49:15.893Z Downloaded getrandom v0.3.4
2192026-02-17T04:49:15.896Z Downloaded pest_derive v2.8.6
2202026-02-17T04:49:15.900Z Downloaded clap v4.5.59
2212026-02-17T04:49:15.909Z Downloaded serde_core v1.0.228
2222026-02-17T04:49:15.912Z Downloaded anyhow v1.0.101
2232026-02-17T04:49:15.915Z Downloaded pest_meta v2.8.6
2242026-02-17T04:49:15.917Z Downloaded memchr v2.8.0
2252026-02-17T04:49:15.923Z Downloaded typenum v1.19.0
2262026-02-17T04:49:15.927Z Downloaded num-traits v0.2.19
2272026-02-17T04:49:15.951Z Downloaded pest v2.8.6
2282026-02-17T04:49:15.958Z Downloaded num-bigint v0.4.6
2292026-02-17T04:49:15.966Z Downloaded serde_json v1.0.149
2302026-02-17T04:49:15.972Z Downloaded regex v1.12.3
2312026-02-17T04:49:16.008Z Downloaded bitvec v1.0.1
2322026-02-17T04:49:16.022Z Downloaded zerocopy v0.8.39
2332026-02-17T04:49:16.043Z Downloaded goblin v0.10.5
2342026-02-17T04:49:16.050Z Downloaded syn v2.0.116
2352026-02-17T04:49:16.060Z Downloaded regex-syntax v0.8.9
2362026-02-17T04:49:16.069Z Downloaded rustix v1.1.3
2372026-02-17T04:49:16.106Z Downloaded regex-automata v0.4.14
2382026-02-17T04:49:16.119Z Downloaded libc v0.2.182
2392026-02-17T04:49:16.222Z Compiling proc-macro2 v1.0.106
2402026-02-17T04:49:16.225Z Compiling quote v1.0.44
2412026-02-17T04:49:16.225Z Compiling unicode-ident v1.0.24
2422026-02-17T04:49:16.225Z Compiling libc v0.2.182
2432026-02-17T04:49:16.225Z Compiling serde_core v1.0.228
2442026-02-17T04:49:16.225Z Compiling memchr v2.8.0
2452026-02-17T04:49:16.225Z Compiling serde v1.0.228
2462026-02-17T04:49:16.489Z Compiling thiserror v2.0.18
2472026-02-17T04:49:16.938Z Compiling zmij v1.0.21
2482026-02-17T04:49:16.952Z Compiling ucd-trie v0.1.7
2492026-02-17T04:49:17.499Z Compiling pest v2.8.6
2502026-02-17T04:49:17.512Z Compiling getrandom v0.4.1
2512026-02-17T04:49:17.611Z Compiling rustix v1.1.3
2522026-02-17T04:49:17.936Z Compiling serde_json v1.0.149
2532026-02-17T04:49:18.056Z Compiling autocfg v1.5.0
2542026-02-17T04:49:18.652Z Compiling aho-corasick v1.1.4
2552026-02-17T04:49:18.727Z Compiling syn v2.0.116
2562026-02-17T04:49:18.823Z Compiling num-traits v0.2.19
2572026-02-17T04:49:18.833Z Compiling prettyplease v0.2.37
2582026-02-17T04:49:19.225Z Compiling zerocopy v0.8.39
2592026-02-17T04:49:19.234Z Compiling regex-syntax v0.8.9
2602026-02-17T04:49:20.300Z Compiling pest_meta v2.8.6
2612026-02-17T04:49:21.222Z Checking cfg-if v1.0.4
2622026-02-17T04:49:21.927Z Compiling itoa v1.0.17
2632026-02-17T04:49:22.275Z Compiling usdt-impl v0.6.0
2642026-02-17T04:49:22.587Z Compiling thread-id v5.1.0
2652026-02-17T04:49:22.916Z Compiling regex-automata v0.4.14
2662026-02-17T04:49:22.958Z Checking num-integer v0.1.46
2672026-02-17T04:49:23.417Z Compiling byteorder v1.5.0
2682026-02-17T04:49:23.711Z Checking log v0.4.29
2692026-02-17T04:49:23.897Z Checking colored v3.1.1
2702026-02-17T04:49:23.982Z Checking plain v0.2.3
2712026-02-17T04:49:24.138Z Compiling errno v0.3.14
2722026-02-17T04:49:24.293Z Checking no-std-net v0.6.0
2732026-02-17T04:49:24.380Z Compiling bitflags v2.11.0
2742026-02-17T04:49:24.390Z Checking pretty-hex v0.4.1
2752026-02-17T04:49:24.576Z Compiling radium v0.7.0
2762026-02-17T04:49:24.899Z Compiling pest_generator v2.8.6
2772026-02-17T04:49:25.196Z Checking pnet_base v0.35.0
2782026-02-17T04:49:25.409Z Checking tap v1.0.1
2792026-02-17T04:49:25.455Z Compiling getrandom v0.3.4
2802026-02-17T04:49:25.577Z Compiling once_cell v1.21.3
2812026-02-17T04:49:26.119Z Compiling fastrand v2.3.0
2822026-02-17T04:49:26.294Z Checking wyz v0.5.1
2832026-02-17T04:49:26.621Z Checking num-iter v0.1.45
2842026-02-17T04:49:26.667Z Checking memmap2 v0.9.10
2852026-02-17T04:49:26.784Z Compiling tempfile v3.25.0
2862026-02-17T04:49:26.793Z Compiling anyhow v1.0.101
2872026-02-17T04:49:26.971Z Checking funty v2.0.0
2882026-02-17T04:49:27.141Z Compiling regex v1.12.3
2892026-02-17T04:49:27.887Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2902026-02-17T04:49:27.951Z Checking bitvec v1.0.1
2912026-02-17T04:49:28.215Z Checking pnet_macros_support v0.35.0
2922026-02-17T04:49:28.333Z Checking pnet_sys v0.35.0
2932026-02-17T04:49:28.472Z Checking utf8parse v0.2.2
2942026-02-17T04:49:28.512Z Checking rand_core v0.9.5
2952026-02-17T04:49:28.622Z Checking anstyle-parse v0.2.7
2962026-02-17T04:49:28.697Z Compiling serde_derive v1.0.228
2972026-02-17T04:49:28.866Z Compiling zerocopy-derive v0.8.39
2982026-02-17T04:49:28.917Z Compiling thiserror-impl v2.0.18
2992026-02-17T04:49:29.630Z Compiling pest_derive v2.8.6
3002026-02-17T04:49:30.206Z Compiling scroll_derive v0.13.1
3012026-02-17T04:49:30.578Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3022026-02-17T04:49:31.339Z Compiling pnet_macros v0.35.0
3032026-02-17T04:49:31.942Z Compiling dtrace-parser v0.3.0
3042026-02-17T04:49:32.012Z Checking scroll v0.13.0
3052026-02-17T04:49:32.505Z Checking goblin v0.10.5
3062026-02-17T04:49:33.623Z Checking pnet_packet v0.35.0
3072026-02-17T04:49:33.932Z Checking anstyle-query v1.1.5
3082026-02-17T04:49:34.075Z Compiling pnet v0.35.0
3092026-02-17T04:49:34.104Z Checking is_terminal_polyfill v1.70.2
3102026-02-17T04:49:34.229Z Checking anstyle v1.0.13
3112026-02-17T04:49:34.802Z Checking colorchoice v1.0.4
3122026-02-17T04:49:34.945Z Checking anstream v0.6.21
3132026-02-17T04:49:35.355Z Checking clap_lex v1.0.0
3142026-02-17T04:49:35.640Z Checking strsim v0.11.1
3152026-02-17T04:49:36.160Z Compiling heck v0.5.0
3162026-02-17T04:49:36.616Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3172026-02-17T04:49:36.691Z Checking num-bigint v0.4.6
3182026-02-17T04:49:37.052Z Checking num-complex v0.4.6
3192026-02-17T04:49:37.176Z Compiling serde_tokenstream v0.2.2
3202026-02-17T04:49:37.741Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3212026-02-17T04:49:37.985Z Checking ipnetwork v0.20.0
3222026-02-17T04:49:38.343Z Checking pnet_datalink v0.35.0
3232026-02-17T04:49:38.446Z Compiling clap_derive v4.5.55
3242026-02-17T04:49:38.750Z Checking clap_builder v4.5.59
3252026-02-17T04:49:38.866Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3262026-02-17T04:49:38.904Z Checking num-rational v0.4.2
3272026-02-17T04:49:38.992Z Checking pnet_transport v0.35.0
3282026-02-17T04:49:39.108Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3292026-02-17T04:49:39.376Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3302026-02-17T04:49:39.560Z Checking num v0.4.3
3312026-02-17T04:49:39.578Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3322026-02-17T04:49:39.960Z Checking dof v0.4.0
3332026-02-17T04:49:39.963Z Checking ppv-lite86 v0.2.21
3342026-02-17T04:49:40.593Z Checking rand_chacha v0.9.0
3352026-02-17T04:49:40.917Z Checking rand v0.9.2
3362026-02-17T04:49:41.479Z Checking clap v4.5.59
3372026-02-17T04:49:41.566Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3382026-02-17T04:49:42.337Z Compiling usdt-macro v0.6.0
3392026-02-17T04:49:42.337Z Compiling usdt-attr-macro v0.6.0
3402026-02-17T04:49:43.184Z Checking usdt v0.6.0
3412026-02-17T04:49:43.341Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3422026-02-17T04:49:43.824Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3432026-02-17T04:49:45.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.91s
3442026-02-17T04:49:45.305Z+ cargo clippy --all-targets -- --deny warnings
3452026-02-17T04:49:45.585Z Downloading crates ...
3462026-02-17T04:49:45.673Z Downloaded libloading v0.9.0
3472026-02-17T04:49:45.744Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3482026-02-17T04:49:45.767Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3492026-02-17T04:49:45.780Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3502026-02-17T04:49:45.785Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3512026-02-17T04:49:45.808Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3522026-02-17T04:49:45.808Z Checking libloading v0.9.0
3532026-02-17T04:49:46.219Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3542026-02-17T04:49:47.336Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3552026-02-17T04:49:49.016Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3562026-02-17T04:49:49.019Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3572026-02-17T04:49:50.672Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3582026-02-17T04:49:51.524Zerror: try not to call a closure in the expression where it is declared
3592026-02-17T04:49:51.524Z --> book/code/src/bin/hello-world.rs:7:1
3602026-02-17T04:49:51.524Z |
3612026-02-17T04:49:51.524Z 7 | / p4_macro::use_p4!(
3622026-02-17T04:49:51.524Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
3632026-02-17T04:49:51.524Z 9 | | pipeline_name = "hello"
3642026-02-17T04:49:51.524Z10 | | );
3652026-02-17T04:49:51.524Z | |_^
3662026-02-17T04:49:51.524Z |
3672026-02-17T04:49:51.524Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
3682026-02-17T04:49:51.525Z = note: `-D clippy::redundant-closure-call` implied by `-D warnings`
3692026-02-17T04:49:51.525Z = help: to override `-D warnings` add `#[allow(clippy::redundant_closure_call)]`
3702026-02-17T04:49:51.525Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
3712026-02-17T04:49:51.525Z
3722026-02-17T04:49:51.538Zerror: try not to call a closure in the expression where it is declared
3732026-02-17T04:49:51.538Z --> book/code/src/bin/hello-world.rs:7:1
3742026-02-17T04:49:51.538Z |
3752026-02-17T04:49:51.539Z 7 | / p4_macro::use_p4!(
3762026-02-17T04:49:51.539Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
3772026-02-17T04:49:51.539Z 9 | | pipeline_name = "hello"
3782026-02-17T04:49:51.539Z10 | | );
3792026-02-17T04:49:51.539Z | |_^
3802026-02-17T04:49:51.539Z |
3812026-02-17T04:49:51.539Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
3822026-02-17T04:49:51.539Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
3832026-02-17T04:49:51.539Z
3842026-02-17T04:49:51.539Zerror: try not to call a closure in the expression where it is declared
3852026-02-17T04:49:51.539Z --> book/code/src/bin/hello-world.rs:7:1
3862026-02-17T04:49:51.539Z |
3872026-02-17T04:49:51.539Z 7 | / p4_macro::use_p4!(
3882026-02-17T04:49:51.539Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
3892026-02-17T04:49:51.539Z 9 | | pipeline_name = "hello"
3902026-02-17T04:49:51.539Z10 | | );
3912026-02-17T04:49:51.539Z | |_^
3922026-02-17T04:49:51.539Z |
3932026-02-17T04:49:51.539Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
3942026-02-17T04:49:51.539Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
3952026-02-17T04:49:51.539Z
3962026-02-17T04:49:51.539Zerror: try not to call a closure in the expression where it is declared
3972026-02-17T04:49:51.539Z --> book/code/src/bin/hello-world.rs:7:1
3982026-02-17T04:49:51.539Z |
3992026-02-17T04:49:51.539Z 7 | / p4_macro::use_p4!(
4002026-02-17T04:49:51.539Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
4012026-02-17T04:49:51.539Z 9 | | pipeline_name = "hello"
4022026-02-17T04:49:51.539Z10 | | );
4032026-02-17T04:49:51.539Z | |_^
4042026-02-17T04:49:51.539Z |
4052026-02-17T04:49:51.539Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
4062026-02-17T04:49:51.539Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
4072026-02-17T04:49:51.539Z
4082026-02-17T04:49:51.539Zerror: try not to call a closure in the expression where it is declared
4092026-02-17T04:49:51.540Z --> book/code/src/bin/hello-world.rs:7:1
4102026-02-17T04:49:51.540Z |
4112026-02-17T04:49:51.540Z 7 | / p4_macro::use_p4!(
4122026-02-17T04:49:51.540Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
4132026-02-17T04:49:51.540Z 9 | | pipeline_name = "hello"
4142026-02-17T04:49:51.540Z10 | | );
4152026-02-17T04:49:51.540Z | |_^
4162026-02-17T04:49:51.540Z |
4172026-02-17T04:49:51.540Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
4182026-02-17T04:49:51.540Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
4192026-02-17T04:49:51.540Z
4202026-02-17T04:49:51.540Zerror: try not to call a closure in the expression where it is declared
4212026-02-17T04:49:51.540Z --> book/code/src/bin/hello-world.rs:7:1
4222026-02-17T04:49:51.540Z |
4232026-02-17T04:49:51.540Z 7 | / p4_macro::use_p4!(
4242026-02-17T04:49:51.540Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
4252026-02-17T04:49:51.540Z 9 | | pipeline_name = "hello"
4262026-02-17T04:49:51.540Z10 | | );
4272026-02-17T04:49:51.540Z | |_^
4282026-02-17T04:49:51.540Z |
4292026-02-17T04:49:51.540Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
4302026-02-17T04:49:51.540Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
4312026-02-17T04:49:51.540Z
4322026-02-17T04:49:51.544Zerror: try not to call a closure in the expression where it is declared
4332026-02-17T04:49:51.544Z --> book/code/src/bin/hello-world.rs:7:1
4342026-02-17T04:49:51.544Z |
4352026-02-17T04:49:51.544Z 7 | / p4_macro::use_p4!(
4362026-02-17T04:49:51.544Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
4372026-02-17T04:49:51.544Z 9 | | pipeline_name = "hello"
4382026-02-17T04:49:51.544Z10 | | );
4392026-02-17T04:49:51.544Z | |_^
4402026-02-17T04:49:51.544Z |
4412026-02-17T04:49:51.544Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
4422026-02-17T04:49:51.544Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
4432026-02-17T04:49:51.544Z
4442026-02-17T04:49:51.544Zerror: try not to call a closure in the expression where it is declared
4452026-02-17T04:49:51.544Z --> book/code/src/bin/hello-world.rs:7:1
4462026-02-17T04:49:51.544Z |
4472026-02-17T04:49:51.544Z 7 | / p4_macro::use_p4!(
4482026-02-17T04:49:51.544Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
4492026-02-17T04:49:51.544Z 9 | | pipeline_name = "hello"
4502026-02-17T04:49:51.544Z10 | | );
4512026-02-17T04:49:51.544Z | |_^
4522026-02-17T04:49:51.544Z |
4532026-02-17T04:49:51.544Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
4542026-02-17T04:49:51.544Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
4552026-02-17T04:49:51.544Z
4562026-02-17T04:49:51.544Zerror: try not to call a closure in the expression where it is declared
4572026-02-17T04:49:51.544Z --> book/code/src/bin/hello-world.rs:7:1
4582026-02-17T04:49:51.544Z |
4592026-02-17T04:49:51.544Z 7 | / p4_macro::use_p4!(
4602026-02-17T04:49:51.544Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
4612026-02-17T04:49:51.544Z 9 | | pipeline_name = "hello"
4622026-02-17T04:49:51.544Z10 | | );
4632026-02-17T04:49:51.544Z | |_^
4642026-02-17T04:49:51.545Z |
4652026-02-17T04:49:51.545Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
4662026-02-17T04:49:51.545Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
4672026-02-17T04:49:51.545Z
4682026-02-17T04:49:51.856Zerror: could not compile `x4c-book` (bin "hello-world" test) due to 13 previous errors
4692026-02-17T04:49:51.856Zwarning: build failed, waiting for other jobs to finish...
4702026-02-17T04:49:51.899Zerror: could not compile `x4c-book` (bin "hello-world") due to 13 previous errors
4712026-02-17T04:49:52.194Zerror: try not to call a closure in the expression where it is declared
4722026-02-17T04:49:52.194Z --> book/code/src/bin/vlan-switch.rs:7:1
4732026-02-17T04:49:52.194Z |
4742026-02-17T04:49:52.194Z 7 | / p4_macro::use_p4!(
4752026-02-17T04:49:52.194Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
4762026-02-17T04:49:52.194Z 9 | | pipeline_name = "vlan_switch"
4772026-02-17T04:49:52.194Z10 | | );
4782026-02-17T04:49:52.194Z | |_^
4792026-02-17T04:49:52.194Z |
4802026-02-17T04:49:52.194Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
4812026-02-17T04:49:52.194Z = note: `-D clippy::redundant-closure-call` implied by `-D warnings`
4822026-02-17T04:49:52.194Z = help: to override `-D warnings` add `#[allow(clippy::redundant_closure_call)]`
4832026-02-17T04:49:52.194Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
4842026-02-17T04:49:52.194Z
4852026-02-17T04:49:52.197Zerror: try not to call a closure in the expression where it is declared
4862026-02-17T04:49:52.197Z --> book/code/src/bin/vlan-switch.rs:7:1
4872026-02-17T04:49:52.197Z |
4882026-02-17T04:49:52.197Z 7 | / p4_macro::use_p4!(
4892026-02-17T04:49:52.197Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
4902026-02-17T04:49:52.197Z 9 | | pipeline_name = "vlan_switch"
4912026-02-17T04:49:52.197Z10 | | );
4922026-02-17T04:49:52.198Z | |_^
4932026-02-17T04:49:52.198Z |
4942026-02-17T04:49:52.198Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
4952026-02-17T04:49:52.198Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
4962026-02-17T04:49:52.198Z
4972026-02-17T04:49:52.198Zerror: try not to call a closure in the expression where it is declared
4982026-02-17T04:49:52.198Z --> book/code/src/bin/vlan-switch.rs:7:1
4992026-02-17T04:49:52.198Z |
5002026-02-17T04:49:52.198Z 7 | / p4_macro::use_p4!(
5012026-02-17T04:49:52.198Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5022026-02-17T04:49:52.198Z 9 | | pipeline_name = "vlan_switch"
5032026-02-17T04:49:52.198Z10 | | );
5042026-02-17T04:49:52.198Z | |_^
5052026-02-17T04:49:52.198Z |
5062026-02-17T04:49:52.198Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
5072026-02-17T04:49:52.198Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
5082026-02-17T04:49:52.198Z
5092026-02-17T04:49:52.201Zerror: try not to call a closure in the expression where it is declared
5102026-02-17T04:49:52.201Z --> book/code/src/bin/vlan-switch.rs:7:1
5112026-02-17T04:49:52.201Z |
5122026-02-17T04:49:52.201Z 7 | / p4_macro::use_p4!(
5132026-02-17T04:49:52.201Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5142026-02-17T04:49:52.201Z 9 | | pipeline_name = "vlan_switch"
5152026-02-17T04:49:52.201Z10 | | );
5162026-02-17T04:49:52.201Z | |_^
5172026-02-17T04:49:52.201Z |
5182026-02-17T04:49:52.201Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
5192026-02-17T04:49:52.201Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
5202026-02-17T04:49:52.201Z
5212026-02-17T04:49:52.204Zerror: try not to call a closure in the expression where it is declared
5222026-02-17T04:49:52.204Z --> book/code/src/bin/vlan-switch.rs:7:1
5232026-02-17T04:49:52.204Z |
5242026-02-17T04:49:52.204Z 7 | / p4_macro::use_p4!(
5252026-02-17T04:49:52.204Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5262026-02-17T04:49:52.204Z 9 | | pipeline_name = "vlan_switch"
5272026-02-17T04:49:52.204Z10 | | );
5282026-02-17T04:49:52.204Z | |_^
5292026-02-17T04:49:52.204Z |
5302026-02-17T04:49:52.204Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
5312026-02-17T04:49:52.204Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
5322026-02-17T04:49:52.204Z
5332026-02-17T04:49:52.207Zerror: try not to call a closure in the expression where it is declared
5342026-02-17T04:49:52.207Z --> book/code/src/bin/vlan-switch.rs:7:1
5352026-02-17T04:49:52.207Z |
5362026-02-17T04:49:52.207Z 7 | / p4_macro::use_p4!(
5372026-02-17T04:49:52.207Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5382026-02-17T04:49:52.207Z 9 | | pipeline_name = "vlan_switch"
5392026-02-17T04:49:52.207Z10 | | );
5402026-02-17T04:49:52.207Z | |_^
5412026-02-17T04:49:52.207Z |
5422026-02-17T04:49:52.207Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
5432026-02-17T04:49:52.208Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
5442026-02-17T04:49:52.208Z
5452026-02-17T04:49:52.211Zerror: try not to call a closure in the expression where it is declared
5462026-02-17T04:49:52.211Z --> book/code/src/bin/vlan-switch.rs:7:1
5472026-02-17T04:49:52.211Z |
5482026-02-17T04:49:52.211Z 7 | / p4_macro::use_p4!(
5492026-02-17T04:49:52.211Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5502026-02-17T04:49:52.211Z 9 | | pipeline_name = "vlan_switch"
5512026-02-17T04:49:52.211Z10 | | );
5522026-02-17T04:49:52.211Z | |_^
5532026-02-17T04:49:52.211Z |
5542026-02-17T04:49:52.211Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
5552026-02-17T04:49:52.211Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
5562026-02-17T04:49:52.211Z
5572026-02-17T04:49:52.211Zerror: try not to call a closure in the expression where it is declared
5582026-02-17T04:49:52.211Z --> book/code/src/bin/vlan-switch.rs:7:1
5592026-02-17T04:49:52.211Z |
5602026-02-17T04:49:52.211Z 7 | / p4_macro::use_p4!(
5612026-02-17T04:49:52.211Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5622026-02-17T04:49:52.211Z 9 | | pipeline_name = "vlan_switch"
5632026-02-17T04:49:52.211Z10 | | );
5642026-02-17T04:49:52.211Z | |_^
5652026-02-17T04:49:52.211Z |
5662026-02-17T04:49:52.211Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
5672026-02-17T04:49:52.211Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
5682026-02-17T04:49:52.211Z
5692026-02-17T04:49:52.215Zerror: try not to call a closure in the expression where it is declared
5702026-02-17T04:49:52.215Z --> book/code/src/bin/vlan-switch.rs:7:1
5712026-02-17T04:49:52.215Z |
5722026-02-17T04:49:52.215Z 7 | / p4_macro::use_p4!(
5732026-02-17T04:49:52.215Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5742026-02-17T04:49:52.215Z 9 | | pipeline_name = "vlan_switch"
5752026-02-17T04:49:52.215Z10 | | );
5762026-02-17T04:49:52.215Z | |_^
5772026-02-17T04:49:52.215Z |
5782026-02-17T04:49:52.215Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
5792026-02-17T04:49:52.215Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
5802026-02-17T04:49:52.215Z
5812026-02-17T04:49:52.215Zerror: try not to call a closure in the expression where it is declared
5822026-02-17T04:49:52.215Z --> book/code/src/bin/vlan-switch.rs:7:1
5832026-02-17T04:49:52.215Z |
5842026-02-17T04:49:52.215Z 7 | / p4_macro::use_p4!(
5852026-02-17T04:49:52.215Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5862026-02-17T04:49:52.215Z 9 | | pipeline_name = "vlan_switch"
5872026-02-17T04:49:52.215Z10 | | );
5882026-02-17T04:49:52.215Z | |_^
5892026-02-17T04:49:52.215Z |
5902026-02-17T04:49:52.215Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
5912026-02-17T04:49:52.215Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
5922026-02-17T04:49:52.215Z
5932026-02-17T04:49:52.329Zerror: try not to call a closure in the expression where it is declared
5942026-02-17T04:49:52.329Z --> book/code/src/bin/vlan-switch.rs:7:1
5952026-02-17T04:49:52.329Z |
5962026-02-17T04:49:52.329Z 7 | / p4_macro::use_p4!(
5972026-02-17T04:49:52.329Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5982026-02-17T04:49:52.329Z 9 | | pipeline_name = "vlan_switch"
5992026-02-17T04:49:52.329Z10 | | );
6002026-02-17T04:49:52.329Z | |_^
6012026-02-17T04:49:52.329Z |
6022026-02-17T04:49:52.329Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6032026-02-17T04:49:52.329Z = note: `-D clippy::redundant-closure-call` implied by `-D warnings`
6042026-02-17T04:49:52.329Z = help: to override `-D warnings` add `#[allow(clippy::redundant_closure_call)]`
6052026-02-17T04:49:52.329Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
6062026-02-17T04:49:52.329Z
6072026-02-17T04:49:52.452Zerror: could not compile `x4c-book` (bin "vlan-switch") due to 20 previous errors
6082026-02-17T04:49:52.459Zerror: try not to call a closure in the expression where it is declared
6092026-02-17T04:49:52.459Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6102026-02-17T04:49:52.460Z |
6112026-02-17T04:49:52.460Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6122026-02-17T04:49:52.460Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6132026-02-17T04:49:52.460Z |
6142026-02-17T04:49:52.460Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6152026-02-17T04:49:52.460Z = note: `-D clippy::redundant-closure-call` implied by `-D warnings`
6162026-02-17T04:49:52.460Z = help: to override `-D warnings` add `#[allow(clippy::redundant_closure_call)]`
6172026-02-17T04:49:52.460Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
6182026-02-17T04:49:52.460Z
6192026-02-17T04:49:52.463Zerror: try not to call a closure in the expression where it is declared
6202026-02-17T04:49:52.463Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6212026-02-17T04:49:52.464Z |
6222026-02-17T04:49:52.464Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6232026-02-17T04:49:52.464Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6242026-02-17T04:49:52.464Z |
6252026-02-17T04:49:52.464Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6262026-02-17T04:49:52.464Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
6272026-02-17T04:49:52.464Z
6282026-02-17T04:49:52.464Zerror: try not to call a closure in the expression where it is declared
6292026-02-17T04:49:52.464Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6302026-02-17T04:49:52.464Z |
6312026-02-17T04:49:52.464Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6322026-02-17T04:49:52.464Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6332026-02-17T04:49:52.464Z |
6342026-02-17T04:49:52.464Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6352026-02-17T04:49:52.464Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
6362026-02-17T04:49:52.464Z
6372026-02-17T04:49:52.477Zerror: try not to call a closure in the expression where it is declared
6382026-02-17T04:49:52.477Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6392026-02-17T04:49:52.477Z |
6402026-02-17T04:49:52.477Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6412026-02-17T04:49:52.477Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6422026-02-17T04:49:52.477Z |
6432026-02-17T04:49:52.477Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6442026-02-17T04:49:52.477Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
6452026-02-17T04:49:52.477Z
6462026-02-17T04:49:52.483Zerror: try not to call a closure in the expression where it is declared
6472026-02-17T04:49:52.483Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6482026-02-17T04:49:52.483Z |
6492026-02-17T04:49:52.483Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6502026-02-17T04:49:52.483Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6512026-02-17T04:49:52.483Z |
6522026-02-17T04:49:52.483Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6532026-02-17T04:49:52.483Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
6542026-02-17T04:49:52.483Z
6552026-02-17T04:49:52.524Zerror: try not to call a closure in the expression where it is declared
6562026-02-17T04:49:52.524Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6572026-02-17T04:49:52.524Z |
6582026-02-17T04:49:52.524Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6592026-02-17T04:49:52.524Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6602026-02-17T04:49:52.524Z |
6612026-02-17T04:49:52.524Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6622026-02-17T04:49:52.524Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
6632026-02-17T04:49:52.524Z
6642026-02-17T04:49:52.527Zerror: try not to call a closure in the expression where it is declared
6652026-02-17T04:49:52.527Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6662026-02-17T04:49:52.527Z |
6672026-02-17T04:49:52.528Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6682026-02-17T04:49:52.528Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6692026-02-17T04:49:52.528Z |
6702026-02-17T04:49:52.528Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6712026-02-17T04:49:52.528Z = note: `-D clippy::redundant-closure-call` implied by `-D warnings`
6722026-02-17T04:49:52.528Z = help: to override `-D warnings` add `#[allow(clippy::redundant_closure_call)]`
6732026-02-17T04:49:52.528Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
6742026-02-17T04:49:52.528Z
6752026-02-17T04:49:52.570Zerror: try not to call a closure in the expression where it is declared
6762026-02-17T04:49:52.570Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6772026-02-17T04:49:52.570Z |
6782026-02-17T04:49:52.570Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6792026-02-17T04:49:52.571Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6802026-02-17T04:49:52.571Z |
6812026-02-17T04:49:52.571Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6822026-02-17T04:49:52.571Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
6832026-02-17T04:49:52.571Z
6842026-02-17T04:49:52.574Zerror: try not to call a closure in the expression where it is declared
6852026-02-17T04:49:52.574Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6862026-02-17T04:49:52.574Z |
6872026-02-17T04:49:52.574Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6882026-02-17T04:49:52.574Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6892026-02-17T04:49:52.574Z |
6902026-02-17T04:49:52.574Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6912026-02-17T04:49:52.574Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
6922026-02-17T04:49:52.574Z
6932026-02-17T04:49:52.574Zerror: try not to call a closure in the expression where it is declared
6942026-02-17T04:49:52.574Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6952026-02-17T04:49:52.574Z |
6962026-02-17T04:49:52.574Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6972026-02-17T04:49:52.574Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6982026-02-17T04:49:52.574Z |
6992026-02-17T04:49:52.574Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
7002026-02-17T04:49:52.574Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
7012026-02-17T04:49:52.574Z
7022026-02-17T04:49:52.574Zerror: try not to call a closure in the expression where it is declared
7032026-02-17T04:49:52.574Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
7042026-02-17T04:49:52.574Z |
7052026-02-17T04:49:52.574Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
7062026-02-17T04:49:52.574Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
7072026-02-17T04:49:52.574Z |
7082026-02-17T04:49:52.574Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
7092026-02-17T04:49:52.574Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
7102026-02-17T04:49:52.574Z
7112026-02-17T04:49:52.627Zerror: could not compile `x4c-book` (bin "vlan-switch" test) due to 20 previous errors
7122026-02-17T04:49:52.852Zerror: could not compile `sidecar-lite` (lib test) due to 70 previous errors
7132026-02-17T04:49:52.907Zerror: could not compile `sidecar-lite` (lib) due to 70 previous errors
7142026-02-17T04:49:58.422Zerror: try not to call a closure in the expression where it is declared
7152026-02-17T04:49:58.422Z --> test/src/arithmetic.rs:5:1
7162026-02-17T04:49:58.422Z |
7172026-02-17T04:49:58.422Z5 | / p4_macro::use_p4!(
7182026-02-17T04:49:58.422Z6 | | p4 = "test/src/p4/arithmetic.p4",
7192026-02-17T04:49:58.422Z7 | | pipeline_name = "arithmetic",
7202026-02-17T04:49:58.422Z8 | | );
7212026-02-17T04:49:58.422Z | |_^
7222026-02-17T04:49:58.422Z |
7232026-02-17T04:49:58.422Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
7242026-02-17T04:49:58.423Z = note: `-D clippy::redundant-closure-call` implied by `-D warnings`
7252026-02-17T04:49:58.423Z = help: to override `-D warnings` add `#[allow(clippy::redundant_closure_call)]`
7262026-02-17T04:49:58.423Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
7272026-02-17T04:49:58.423Z
7282026-02-17T04:49:58.427Zerror: try not to call a closure in the expression where it is declared
7292026-02-17T04:49:58.427Z --> test/src/arithmetic.rs:5:1
7302026-02-17T04:49:58.427Z |
7312026-02-17T04:49:58.427Z5 | / p4_macro::use_p4!(
7322026-02-17T04:49:58.427Z6 | | p4 = "test/src/p4/arithmetic.p4",
7332026-02-17T04:49:58.427Z7 | | pipeline_name = "arithmetic",
7342026-02-17T04:49:58.428Z8 | | );
7352026-02-17T04:49:58.428Z | |_^
7362026-02-17T04:49:58.428Z |
7372026-02-17T04:49:58.428Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
7382026-02-17T04:49:58.428Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
7392026-02-17T04:49:58.428Z
7402026-02-17T04:49:58.431Zerror: try not to call a closure in the expression where it is declared
7412026-02-17T04:49:58.431Z --> test/src/arithmetic.rs:5:1
7422026-02-17T04:49:58.431Z |
7432026-02-17T04:49:58.431Z5 | / p4_macro::use_p4!(
7442026-02-17T04:49:58.431Z6 | | p4 = "test/src/p4/arithmetic.p4",
7452026-02-17T04:49:58.431Z7 | | pipeline_name = "arithmetic",
7462026-02-17T04:49:58.431Z8 | | );
7472026-02-17T04:49:58.431Z | |_^
7482026-02-17T04:49:58.431Z |
7492026-02-17T04:49:58.431Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
7502026-02-17T04:49:58.431Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
7512026-02-17T04:49:58.431Z
7522026-02-17T04:49:58.431Zerror: try not to call a closure in the expression where it is declared
7532026-02-17T04:49:58.431Z --> test/src/arithmetic.rs:5:1
7542026-02-17T04:49:58.431Z |
7552026-02-17T04:49:58.431Z5 | / p4_macro::use_p4!(
7562026-02-17T04:49:58.431Z6 | | p4 = "test/src/p4/arithmetic.p4",
7572026-02-17T04:49:58.431Z7 | | pipeline_name = "arithmetic",
7582026-02-17T04:49:58.431Z8 | | );
7592026-02-17T04:49:58.431Z | |_^
7602026-02-17T04:49:58.431Z |
7612026-02-17T04:49:58.431Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
7622026-02-17T04:49:58.431Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
7632026-02-17T04:49:58.431Z
7642026-02-17T04:49:58.431Zerror: try not to call a closure in the expression where it is declared
7652026-02-17T04:49:58.431Z --> test/src/arithmetic.rs:5:1
7662026-02-17T04:49:58.431Z |
7672026-02-17T04:49:58.432Z5 | / p4_macro::use_p4!(
7682026-02-17T04:49:58.432Z6 | | p4 = "test/src/p4/arithmetic.p4",
7692026-02-17T04:49:58.432Z7 | | pipeline_name = "arithmetic",
7702026-02-17T04:49:58.432Z8 | | );
7712026-02-17T04:49:58.432Z | |_^
7722026-02-17T04:49:58.432Z |
7732026-02-17T04:49:58.432Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
7742026-02-17T04:49:58.432Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
7752026-02-17T04:49:58.432Z
7762026-02-17T04:49:58.474Zerror: try not to call a closure in the expression where it is declared
7772026-02-17T04:49:58.474Z --> test/src/basic_router.rs:4:1
7782026-02-17T04:49:58.474Z |
7792026-02-17T04:49:58.475Z4 | / p4_macro::use_p4!(
7802026-02-17T04:49:58.475Z5 | | p4 = "p4/examples/codegen/router.p4",
7812026-02-17T04:49:58.475Z6 | | pipeline_name = "basic_router",
7822026-02-17T04:49:58.475Z7 | | );
7832026-02-17T04:49:58.475Z | |_^
7842026-02-17T04:49:58.475Z |
7852026-02-17T04:49:58.475Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
7862026-02-17T04:49:58.475Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
7872026-02-17T04:49:58.475Z
7882026-02-17T04:49:58.478Zerror: try not to call a closure in the expression where it is declared
7892026-02-17T04:49:58.478Z --> test/src/basic_router.rs:4:1
7902026-02-17T04:49:58.478Z |
7912026-02-17T04:49:58.478Z4 | / p4_macro::use_p4!(
7922026-02-17T04:49:58.478Z5 | | p4 = "p4/examples/codegen/router.p4",
7932026-02-17T04:49:58.478Z6 | | pipeline_name = "basic_router",
7942026-02-17T04:49:58.478Z7 | | );
7952026-02-17T04:49:58.478Z | |_^
7962026-02-17T04:49:58.478Z |
7972026-02-17T04:49:58.478Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
7982026-02-17T04:49:58.478Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
7992026-02-17T04:49:58.478Z
8002026-02-17T04:49:58.478Zerror: try not to call a closure in the expression where it is declared
8012026-02-17T04:49:58.478Z --> test/src/basic_router.rs:4:1
8022026-02-17T04:49:58.478Z |
8032026-02-17T04:49:58.478Z4 | / p4_macro::use_p4!(
8042026-02-17T04:49:58.478Z5 | | p4 = "p4/examples/codegen/router.p4",
8052026-02-17T04:49:58.478Z6 | | pipeline_name = "basic_router",
8062026-02-17T04:49:58.479Z7 | | );
8072026-02-17T04:49:58.479Z | |_^
8082026-02-17T04:49:58.479Z |
8092026-02-17T04:49:58.479Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
8102026-02-17T04:49:58.479Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
8112026-02-17T04:49:58.479Z
8122026-02-17T04:49:58.482Zerror: try not to call a closure in the expression where it is declared
8132026-02-17T04:49:58.482Z --> test/src/basic_router.rs:4:1
8142026-02-17T04:49:58.482Z |
8152026-02-17T04:49:58.482Z4 | / p4_macro::use_p4!(
8162026-02-17T04:49:58.482Z5 | | p4 = "p4/examples/codegen/router.p4",
8172026-02-17T04:49:58.482Z6 | | pipeline_name = "basic_router",
8182026-02-17T04:49:58.482Z7 | | );
8192026-02-17T04:49:58.482Z | |_^
8202026-02-17T04:49:58.482Z |
8212026-02-17T04:49:58.482Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
8222026-02-17T04:49:58.482Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
8232026-02-17T04:49:58.482Z
8242026-02-17T04:49:58.482Zerror: try not to call a closure in the expression where it is declared
8252026-02-17T04:49:58.482Z --> test/src/basic_router.rs:4:1
8262026-02-17T04:49:58.482Z |
8272026-02-17T04:49:58.482Z4 | / p4_macro::use_p4!(
8282026-02-17T04:49:58.482Z5 | | p4 = "p4/examples/codegen/router.p4",
8292026-02-17T04:49:58.482Z6 | | pipeline_name = "basic_router",
8302026-02-17T04:49:58.482Z7 | | );
8312026-02-17T04:49:58.482Z | |_^
8322026-02-17T04:49:58.482Z |
8332026-02-17T04:49:58.482Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
8342026-02-17T04:49:58.483Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
8352026-02-17T04:49:58.483Z
8362026-02-17T04:49:58.483Zerror: try not to call a closure in the expression where it is declared
8372026-02-17T04:49:58.483Z --> test/src/basic_router.rs:4:1
8382026-02-17T04:49:58.483Z |
8392026-02-17T04:49:58.483Z4 | / p4_macro::use_p4!(
8402026-02-17T04:49:58.483Z5 | | p4 = "p4/examples/codegen/router.p4",
8412026-02-17T04:49:58.483Z6 | | pipeline_name = "basic_router",
8422026-02-17T04:49:58.483Z7 | | );
8432026-02-17T04:49:58.483Z | |_^
8442026-02-17T04:49:58.483Z |
8452026-02-17T04:49:58.483Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
8462026-02-17T04:49:58.483Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
8472026-02-17T04:49:58.483Z
8482026-02-17T04:49:58.486Zerror: try not to call a closure in the expression where it is declared
8492026-02-17T04:49:58.486Z --> test/src/basic_router.rs:4:1
8502026-02-17T04:49:58.486Z |
8512026-02-17T04:49:58.486Z4 | / p4_macro::use_p4!(
8522026-02-17T04:49:58.486Z5 | | p4 = "p4/examples/codegen/router.p4",
8532026-02-17T04:49:58.486Z6 | | pipeline_name = "basic_router",
8542026-02-17T04:49:58.486Z7 | | );
8552026-02-17T04:49:58.486Z | |_^
8562026-02-17T04:49:58.486Z |
8572026-02-17T04:49:58.486Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
8582026-02-17T04:49:58.486Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
8592026-02-17T04:49:58.486Z
8602026-02-17T04:49:58.503Zerror: try not to call a closure in the expression where it is declared
8612026-02-17T04:49:58.503Z --> test/src/controller_multiple_instantiation.rs:1:1
8622026-02-17T04:49:58.503Z |
8632026-02-17T04:49:58.503Z1 | / p4_macro::use_p4!(
8642026-02-17T04:49:58.503Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
8652026-02-17T04:49:58.503Z3 | | pipeline_name = "cmi",
8662026-02-17T04:49:58.503Z4 | | );
8672026-02-17T04:49:58.503Z | |_^
8682026-02-17T04:49:58.503Z |
8692026-02-17T04:49:58.503Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
8702026-02-17T04:49:58.503Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
8712026-02-17T04:49:58.503Z
8722026-02-17T04:49:58.508Zerror: try not to call a closure in the expression where it is declared
8732026-02-17T04:49:58.508Z --> test/src/controller_multiple_instantiation.rs:1:1
8742026-02-17T04:49:58.508Z |
8752026-02-17T04:49:58.508Z1 | / p4_macro::use_p4!(
8762026-02-17T04:49:58.508Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
8772026-02-17T04:49:58.508Z3 | | pipeline_name = "cmi",
8782026-02-17T04:49:58.508Z4 | | );
8792026-02-17T04:49:58.508Z | |_^
8802026-02-17T04:49:58.508Z |
8812026-02-17T04:49:58.508Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
8822026-02-17T04:49:58.508Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
8832026-02-17T04:49:58.508Z
8842026-02-17T04:49:58.511Zerror: try not to call a closure in the expression where it is declared
8852026-02-17T04:49:58.511Z --> test/src/controller_multiple_instantiation.rs:1:1
8862026-02-17T04:49:58.511Z |
8872026-02-17T04:49:58.511Z1 | / p4_macro::use_p4!(
8882026-02-17T04:49:58.511Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
8892026-02-17T04:49:58.511Z3 | | pipeline_name = "cmi",
8902026-02-17T04:49:58.511Z4 | | );
8912026-02-17T04:49:58.511Z | |_^
8922026-02-17T04:49:58.511Z |
8932026-02-17T04:49:58.511Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
8942026-02-17T04:49:58.511Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
8952026-02-17T04:49:58.511Z
8962026-02-17T04:49:58.511Zerror: try not to call a closure in the expression where it is declared
8972026-02-17T04:49:58.511Z --> test/src/controller_multiple_instantiation.rs:1:1
8982026-02-17T04:49:58.511Z |
8992026-02-17T04:49:58.511Z1 | / p4_macro::use_p4!(
9002026-02-17T04:49:58.511Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
9012026-02-17T04:49:58.511Z3 | | pipeline_name = "cmi",
9022026-02-17T04:49:58.511Z4 | | );
9032026-02-17T04:49:58.511Z | |_^
9042026-02-17T04:49:58.511Z |
9052026-02-17T04:49:58.511Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9062026-02-17T04:49:58.511Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
9072026-02-17T04:49:58.511Z
9082026-02-17T04:49:58.514Zerror: try not to call a closure in the expression where it is declared
9092026-02-17T04:49:58.515Z --> test/src/controller_multiple_instantiation.rs:1:1
9102026-02-17T04:49:58.515Z |
9112026-02-17T04:49:58.515Z1 | / p4_macro::use_p4!(
9122026-02-17T04:49:58.515Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
9132026-02-17T04:49:58.515Z3 | | pipeline_name = "cmi",
9142026-02-17T04:49:58.515Z4 | | );
9152026-02-17T04:49:58.515Z | |_^
9162026-02-17T04:49:58.515Z |
9172026-02-17T04:49:58.515Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9182026-02-17T04:49:58.515Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
9192026-02-17T04:49:58.515Z
9202026-02-17T04:49:58.515Zerror: try not to call a closure in the expression where it is declared
9212026-02-17T04:49:58.515Z --> test/src/controller_multiple_instantiation.rs:1:1
9222026-02-17T04:49:58.515Z |
9232026-02-17T04:49:58.515Z1 | / p4_macro::use_p4!(
9242026-02-17T04:49:58.515Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
9252026-02-17T04:49:58.515Z3 | | pipeline_name = "cmi",
9262026-02-17T04:49:58.515Z4 | | );
9272026-02-17T04:49:58.515Z | |_^
9282026-02-17T04:49:58.515Z |
9292026-02-17T04:49:58.515Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9302026-02-17T04:49:58.515Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
9312026-02-17T04:49:58.515Z
9322026-02-17T04:49:58.515Zerror: try not to call a closure in the expression where it is declared
9332026-02-17T04:49:58.515Z --> test/src/controller_multiple_instantiation.rs:1:1
9342026-02-17T04:49:58.515Z |
9352026-02-17T04:49:58.515Z1 | / p4_macro::use_p4!(
9362026-02-17T04:49:58.515Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
9372026-02-17T04:49:58.515Z3 | | pipeline_name = "cmi",
9382026-02-17T04:49:58.515Z4 | | );
9392026-02-17T04:49:58.515Z | |_^
9402026-02-17T04:49:58.515Z |
9412026-02-17T04:49:58.515Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9422026-02-17T04:49:58.515Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
9432026-02-17T04:49:58.515Z
9442026-02-17T04:49:58.519Zerror: try not to call a closure in the expression where it is declared
9452026-02-17T04:49:58.519Z --> test/src/controller_multiple_instantiation.rs:1:1
9462026-02-17T04:49:58.519Z |
9472026-02-17T04:49:58.519Z1 | / p4_macro::use_p4!(
9482026-02-17T04:49:58.519Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
9492026-02-17T04:49:58.519Z3 | | pipeline_name = "cmi",
9502026-02-17T04:49:58.519Z4 | | );
9512026-02-17T04:49:58.519Z | |_^
9522026-02-17T04:49:58.519Z |
9532026-02-17T04:49:58.519Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9542026-02-17T04:49:58.519Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
9552026-02-17T04:49:58.519Z
9562026-02-17T04:49:58.687Zerror: try not to call a closure in the expression where it is declared
9572026-02-17T04:49:58.687Z --> test/src/decap.rs:12:1
9582026-02-17T04:49:58.687Z |
9592026-02-17T04:49:58.687Z12 | p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",);
9602026-02-17T04:49:58.687Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",)`
9612026-02-17T04:49:58.687Z |
9622026-02-17T04:49:58.687Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9632026-02-17T04:49:58.687Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
9642026-02-17T04:49:58.687Z
9652026-02-17T04:49:58.727Zerror: try not to call a closure in the expression where it is declared
9662026-02-17T04:49:58.727Z --> test/src/decap.rs:12:1
9672026-02-17T04:49:58.727Z |
9682026-02-17T04:49:58.727Z12 | p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",);
9692026-02-17T04:49:58.727Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",)`
9702026-02-17T04:49:58.727Z |
9712026-02-17T04:49:58.727Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9722026-02-17T04:49:58.727Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
9732026-02-17T04:49:58.727Z
9742026-02-17T04:49:58.731Zerror: try not to call a closure in the expression where it is declared
9752026-02-17T04:49:58.731Z --> test/src/decap.rs:12:1
9762026-02-17T04:49:58.731Z |
9772026-02-17T04:49:58.731Z12 | p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",);
9782026-02-17T04:49:58.731Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",)`
9792026-02-17T04:49:58.731Z |
9802026-02-17T04:49:58.731Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9812026-02-17T04:49:58.731Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
9822026-02-17T04:49:58.731Z
9832026-02-17T04:49:58.731Zerror: try not to call a closure in the expression where it is declared
9842026-02-17T04:49:58.731Z --> test/src/decap.rs:12:1
9852026-02-17T04:49:58.731Z |
9862026-02-17T04:49:58.731Z12 | p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",);
9872026-02-17T04:49:58.731Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",)`
9882026-02-17T04:49:58.731Z |
9892026-02-17T04:49:58.731Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9902026-02-17T04:49:58.731Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
9912026-02-17T04:49:58.731Z
9922026-02-17T04:49:58.731Zerror: try not to call a closure in the expression where it is declared
9932026-02-17T04:49:58.731Z --> test/src/decap.rs:12:1
9942026-02-17T04:49:58.731Z |
9952026-02-17T04:49:58.731Z12 | p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",);
9962026-02-17T04:49:58.731Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",)`
9972026-02-17T04:49:58.731Z |
9982026-02-17T04:49:58.731Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9992026-02-17T04:49:58.731Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
10002026-02-17T04:49:58.731Z
10012026-02-17T04:49:58.889Zerror: try not to call a closure in the expression where it is declared
10022026-02-17T04:49:58.889Z --> test/src/disag_router.rs:5:1
10032026-02-17T04:49:58.889Z |
10042026-02-17T04:49:58.889Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
10052026-02-17T04:49:58.889Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
10062026-02-17T04:49:58.889Z |
10072026-02-17T04:49:58.889Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10082026-02-17T04:49:58.889Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
10092026-02-17T04:49:58.889Z
10102026-02-17T04:49:58.892Zerror: try not to call a closure in the expression where it is declared
10112026-02-17T04:49:58.892Z --> test/src/disag_router.rs:5:1
10122026-02-17T04:49:58.892Z |
10132026-02-17T04:49:58.892Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
10142026-02-17T04:49:58.892Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
10152026-02-17T04:49:58.892Z |
10162026-02-17T04:49:58.892Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10172026-02-17T04:49:58.892Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
10182026-02-17T04:49:58.892Z
10192026-02-17T04:49:58.892Zerror: try not to call a closure in the expression where it is declared
10202026-02-17T04:49:58.892Z --> test/src/disag_router.rs:5:1
10212026-02-17T04:49:58.892Z |
10222026-02-17T04:49:58.892Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
10232026-02-17T04:49:58.892Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
10242026-02-17T04:49:58.892Z |
10252026-02-17T04:49:58.892Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10262026-02-17T04:49:58.892Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
10272026-02-17T04:49:58.892Z
10282026-02-17T04:49:58.896Zerror: try not to call a closure in the expression where it is declared
10292026-02-17T04:49:58.896Z --> test/src/disag_router.rs:5:1
10302026-02-17T04:49:58.896Z |
10312026-02-17T04:49:58.896Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
10322026-02-17T04:49:58.896Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
10332026-02-17T04:49:58.896Z |
10342026-02-17T04:49:58.896Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10352026-02-17T04:49:58.896Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
10362026-02-17T04:49:58.896Z
10372026-02-17T04:49:58.907Zerror: try not to call a closure in the expression where it is declared
10382026-02-17T04:49:58.907Z --> test/src/disag_router.rs:5:1
10392026-02-17T04:49:58.907Z |
10402026-02-17T04:49:58.907Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
10412026-02-17T04:49:58.907Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
10422026-02-17T04:49:58.907Z |
10432026-02-17T04:49:58.907Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10442026-02-17T04:49:58.907Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
10452026-02-17T04:49:58.907Z
10462026-02-17T04:49:58.917Zerror: try not to call a closure in the expression where it is declared
10472026-02-17T04:49:58.917Z --> test/src/disag_router.rs:5:1
10482026-02-17T04:49:58.917Z |
10492026-02-17T04:49:58.917Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
10502026-02-17T04:49:58.917Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
10512026-02-17T04:49:58.917Z |
10522026-02-17T04:49:58.917Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10532026-02-17T04:49:58.917Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
10542026-02-17T04:49:58.917Z
10552026-02-17T04:49:58.920Zerror: try not to call a closure in the expression where it is declared
10562026-02-17T04:49:58.920Z --> test/src/disag_router.rs:5:1
10572026-02-17T04:49:58.920Z |
10582026-02-17T04:49:58.920Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
10592026-02-17T04:49:58.920Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
10602026-02-17T04:49:58.920Z |
10612026-02-17T04:49:58.920Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10622026-02-17T04:49:58.920Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
10632026-02-17T04:49:58.920Z
10642026-02-17T04:49:58.920Zerror: try not to call a closure in the expression where it is declared
10652026-02-17T04:49:58.920Z --> test/src/disag_router.rs:5:1
10662026-02-17T04:49:58.920Z |
10672026-02-17T04:49:58.920Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
10682026-02-17T04:49:58.920Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
10692026-02-17T04:49:58.920Z |
10702026-02-17T04:49:58.920Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10712026-02-17T04:49:58.920Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
10722026-02-17T04:49:58.920Z
10732026-02-17T04:49:58.920Zerror: try not to call a closure in the expression where it is declared
10742026-02-17T04:49:58.921Z --> test/src/disag_router.rs:5:1
10752026-02-17T04:49:58.921Z |
10762026-02-17T04:49:58.921Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
10772026-02-17T04:49:58.921Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
10782026-02-17T04:49:58.921Z |
10792026-02-17T04:49:58.921Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10802026-02-17T04:49:58.921Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
10812026-02-17T04:49:58.921Z
10822026-02-17T04:49:59.076Zerror: try not to call a closure in the expression where it is declared
10832026-02-17T04:49:59.076Z --> test/src/dload.rs:1:1
10842026-02-17T04:49:59.076Z |
10852026-02-17T04:49:59.077Z1 | / p4_macro::use_p4!(
10862026-02-17T04:49:59.077Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
10872026-02-17T04:49:59.077Z3 | | pipeline_name = "dload",
10882026-02-17T04:49:59.077Z4 | | );
10892026-02-17T04:49:59.077Z | |_^
10902026-02-17T04:49:59.077Z |
10912026-02-17T04:49:59.077Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10922026-02-17T04:49:59.077Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
10932026-02-17T04:49:59.077Z
10942026-02-17T04:49:59.080Zerror: try not to call a closure in the expression where it is declared
10952026-02-17T04:49:59.080Z --> test/src/dload.rs:1:1
10962026-02-17T04:49:59.080Z |
10972026-02-17T04:49:59.080Z1 | / p4_macro::use_p4!(
10982026-02-17T04:49:59.080Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
10992026-02-17T04:49:59.080Z3 | | pipeline_name = "dload",
11002026-02-17T04:49:59.080Z4 | | );
11012026-02-17T04:49:59.080Z | |_^
11022026-02-17T04:49:59.080Z |
11032026-02-17T04:49:59.080Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
11042026-02-17T04:49:59.080Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
11052026-02-17T04:49:59.080Z
11062026-02-17T04:49:59.083Zerror: try not to call a closure in the expression where it is declared
11072026-02-17T04:49:59.083Z --> test/src/dload.rs:1:1
11082026-02-17T04:49:59.083Z |
11092026-02-17T04:49:59.083Z1 | / p4_macro::use_p4!(
11102026-02-17T04:49:59.083Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
11112026-02-17T04:49:59.083Z3 | | pipeline_name = "dload",
11122026-02-17T04:49:59.083Z4 | | );
11132026-02-17T04:49:59.083Z | |_^
11142026-02-17T04:49:59.083Z |
11152026-02-17T04:49:59.083Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
11162026-02-17T04:49:59.083Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
11172026-02-17T04:49:59.083Z
11182026-02-17T04:49:59.089Zerror: try not to call a closure in the expression where it is declared
11192026-02-17T04:49:59.089Z --> test/src/dload.rs:1:1
11202026-02-17T04:49:59.089Z |
11212026-02-17T04:49:59.090Z1 | / p4_macro::use_p4!(
11222026-02-17T04:49:59.090Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
11232026-02-17T04:49:59.090Z3 | | pipeline_name = "dload",
11242026-02-17T04:49:59.090Z4 | | );
11252026-02-17T04:49:59.090Z | |_^
11262026-02-17T04:49:59.090Z |
11272026-02-17T04:49:59.090Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
11282026-02-17T04:49:59.090Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
11292026-02-17T04:49:59.090Z
11302026-02-17T04:49:59.092Zerror: try not to call a closure in the expression where it is declared
11312026-02-17T04:49:59.092Z --> test/src/dload.rs:1:1
11322026-02-17T04:49:59.092Z |
11332026-02-17T04:49:59.093Z1 | / p4_macro::use_p4!(
11342026-02-17T04:49:59.093Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
11352026-02-17T04:49:59.093Z3 | | pipeline_name = "dload",
11362026-02-17T04:49:59.093Z4 | | );
11372026-02-17T04:49:59.093Z | |_^
11382026-02-17T04:49:59.093Z |
11392026-02-17T04:49:59.093Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
11402026-02-17T04:49:59.093Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
11412026-02-17T04:49:59.093Z
11422026-02-17T04:49:59.101Zerror: try not to call a closure in the expression where it is declared
11432026-02-17T04:49:59.101Z --> test/src/dload.rs:1:1
11442026-02-17T04:49:59.101Z |
11452026-02-17T04:49:59.101Z1 | / p4_macro::use_p4!(
11462026-02-17T04:49:59.101Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
11472026-02-17T04:49:59.101Z3 | | pipeline_name = "dload",
11482026-02-17T04:49:59.101Z4 | | );
11492026-02-17T04:49:59.102Z | |_^
11502026-02-17T04:49:59.102Z |
11512026-02-17T04:49:59.102Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
11522026-02-17T04:49:59.102Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
11532026-02-17T04:49:59.102Z
11542026-02-17T04:49:59.105Zerror: try not to call a closure in the expression where it is declared
11552026-02-17T04:49:59.105Z --> test/src/dload.rs:1:1
11562026-02-17T04:49:59.105Z |
11572026-02-17T04:49:59.105Z1 | / p4_macro::use_p4!(
11582026-02-17T04:49:59.105Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
11592026-02-17T04:49:59.105Z3 | | pipeline_name = "dload",
11602026-02-17T04:49:59.105Z4 | | );
11612026-02-17T04:49:59.105Z | |_^
11622026-02-17T04:49:59.105Z |
11632026-02-17T04:49:59.105Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
11642026-02-17T04:49:59.105Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
11652026-02-17T04:49:59.105Z
11662026-02-17T04:49:59.105Zerror: try not to call a closure in the expression where it is declared
11672026-02-17T04:49:59.105Z --> test/src/dload.rs:1:1
11682026-02-17T04:49:59.105Z |
11692026-02-17T04:49:59.105Z1 | / p4_macro::use_p4!(
11702026-02-17T04:49:59.105Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
11712026-02-17T04:49:59.105Z3 | | pipeline_name = "dload",
11722026-02-17T04:49:59.105Z4 | | );
11732026-02-17T04:49:59.105Z | |_^
11742026-02-17T04:49:59.105Z |
11752026-02-17T04:49:59.105Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
11762026-02-17T04:49:59.105Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
11772026-02-17T04:49:59.105Z
11782026-02-17T04:49:59.105Zerror: try not to call a closure in the expression where it is declared
11792026-02-17T04:49:59.105Z --> test/src/dload.rs:1:1
11802026-02-17T04:49:59.105Z |
11812026-02-17T04:49:59.105Z1 | / p4_macro::use_p4!(
11822026-02-17T04:49:59.105Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
11832026-02-17T04:49:59.105Z3 | | pipeline_name = "dload",
11842026-02-17T04:49:59.105Z4 | | );
11852026-02-17T04:49:59.106Z | |_^
11862026-02-17T04:49:59.106Z |
11872026-02-17T04:49:59.106Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
11882026-02-17T04:49:59.106Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
11892026-02-17T04:49:59.106Z
11902026-02-17T04:49:59.264Zerror: try not to call a closure in the expression where it is declared
11912026-02-17T04:49:59.265Z --> test/src/dynamic_router.rs:5:1
11922026-02-17T04:49:59.265Z |
11932026-02-17T04:49:59.265Z5 | / p4_macro::use_p4!(
11942026-02-17T04:49:59.265Z6 | | p4 = "test/src/p4/dynamic_router.p4",
11952026-02-17T04:49:59.265Z7 | | pipeline_name = "dynamic",
11962026-02-17T04:49:59.265Z8 | | );
11972026-02-17T04:49:59.265Z | |_^
11982026-02-17T04:49:59.265Z |
11992026-02-17T04:49:59.265Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12002026-02-17T04:49:59.265Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
12012026-02-17T04:49:59.265Z
12022026-02-17T04:49:59.268Zerror: try not to call a closure in the expression where it is declared
12032026-02-17T04:49:59.268Z --> test/src/dynamic_router.rs:5:1
12042026-02-17T04:49:59.268Z |
12052026-02-17T04:49:59.268Z5 | / p4_macro::use_p4!(
12062026-02-17T04:49:59.268Z6 | | p4 = "test/src/p4/dynamic_router.p4",
12072026-02-17T04:49:59.268Z7 | | pipeline_name = "dynamic",
12082026-02-17T04:49:59.268Z8 | | );
12092026-02-17T04:49:59.268Z | |_^
12102026-02-17T04:49:59.268Z |
12112026-02-17T04:49:59.268Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12122026-02-17T04:49:59.268Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
12132026-02-17T04:49:59.268Z
12142026-02-17T04:49:59.274Zerror: try not to call a closure in the expression where it is declared
12152026-02-17T04:49:59.274Z --> test/src/dynamic_router.rs:5:1
12162026-02-17T04:49:59.275Z |
12172026-02-17T04:49:59.275Z5 | / p4_macro::use_p4!(
12182026-02-17T04:49:59.275Z6 | | p4 = "test/src/p4/dynamic_router.p4",
12192026-02-17T04:49:59.275Z7 | | pipeline_name = "dynamic",
12202026-02-17T04:49:59.275Z8 | | );
12212026-02-17T04:49:59.275Z | |_^
12222026-02-17T04:49:59.275Z |
12232026-02-17T04:49:59.275Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12242026-02-17T04:49:59.275Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
12252026-02-17T04:49:59.275Z
12262026-02-17T04:49:59.278Zerror: try not to call a closure in the expression where it is declared
12272026-02-17T04:49:59.278Z --> test/src/dynamic_router.rs:5:1
12282026-02-17T04:49:59.278Z |
12292026-02-17T04:49:59.278Z5 | / p4_macro::use_p4!(
12302026-02-17T04:49:59.278Z6 | | p4 = "test/src/p4/dynamic_router.p4",
12312026-02-17T04:49:59.278Z7 | | pipeline_name = "dynamic",
12322026-02-17T04:49:59.278Z8 | | );
12332026-02-17T04:49:59.278Z | |_^
12342026-02-17T04:49:59.278Z |
12352026-02-17T04:49:59.278Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12362026-02-17T04:49:59.278Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
12372026-02-17T04:49:59.278Z
12382026-02-17T04:49:59.281Zerror: try not to call a closure in the expression where it is declared
12392026-02-17T04:49:59.281Z --> test/src/dynamic_router.rs:5:1
12402026-02-17T04:49:59.281Z |
12412026-02-17T04:49:59.281Z5 | / p4_macro::use_p4!(
12422026-02-17T04:49:59.281Z6 | | p4 = "test/src/p4/dynamic_router.p4",
12432026-02-17T04:49:59.281Z7 | | pipeline_name = "dynamic",
12442026-02-17T04:49:59.281Z8 | | );
12452026-02-17T04:49:59.281Z | |_^
12462026-02-17T04:49:59.281Z |
12472026-02-17T04:49:59.281Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12482026-02-17T04:49:59.281Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
12492026-02-17T04:49:59.281Z
12502026-02-17T04:49:59.287Zerror: try not to call a closure in the expression where it is declared
12512026-02-17T04:49:59.287Z --> test/src/dynamic_router.rs:5:1
12522026-02-17T04:49:59.287Z |
12532026-02-17T04:49:59.287Z5 | / p4_macro::use_p4!(
12542026-02-17T04:49:59.287Z6 | | p4 = "test/src/p4/dynamic_router.p4",
12552026-02-17T04:49:59.287Z7 | | pipeline_name = "dynamic",
12562026-02-17T04:49:59.287Z8 | | );
12572026-02-17T04:49:59.287Z | |_^
12582026-02-17T04:49:59.287Z |
12592026-02-17T04:49:59.287Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12602026-02-17T04:49:59.287Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
12612026-02-17T04:49:59.287Z
12622026-02-17T04:49:59.290Zerror: try not to call a closure in the expression where it is declared
12632026-02-17T04:49:59.291Z --> test/src/dynamic_router.rs:5:1
12642026-02-17T04:49:59.291Z |
12652026-02-17T04:49:59.291Z5 | / p4_macro::use_p4!(
12662026-02-17T04:49:59.291Z6 | | p4 = "test/src/p4/dynamic_router.p4",
12672026-02-17T04:49:59.291Z7 | | pipeline_name = "dynamic",
12682026-02-17T04:49:59.291Z8 | | );
12692026-02-17T04:49:59.291Z | |_^
12702026-02-17T04:49:59.291Z |
12712026-02-17T04:49:59.291Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12722026-02-17T04:49:59.291Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
12732026-02-17T04:49:59.291Z
12742026-02-17T04:49:59.291Zerror: try not to call a closure in the expression where it is declared
12752026-02-17T04:49:59.291Z --> test/src/dynamic_router.rs:5:1
12762026-02-17T04:49:59.291Z |
12772026-02-17T04:49:59.291Z5 | / p4_macro::use_p4!(
12782026-02-17T04:49:59.291Z6 | | p4 = "test/src/p4/dynamic_router.p4",
12792026-02-17T04:49:59.291Z7 | | pipeline_name = "dynamic",
12802026-02-17T04:49:59.291Z8 | | );
12812026-02-17T04:49:59.291Z | |_^
12822026-02-17T04:49:59.291Z |
12832026-02-17T04:49:59.291Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12842026-02-17T04:49:59.291Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
12852026-02-17T04:49:59.291Z
12862026-02-17T04:49:59.291Zerror: try not to call a closure in the expression where it is declared
12872026-02-17T04:49:59.291Z --> test/src/dynamic_router.rs:5:1
12882026-02-17T04:49:59.291Z |
12892026-02-17T04:49:59.291Z5 | / p4_macro::use_p4!(
12902026-02-17T04:49:59.291Z6 | | p4 = "test/src/p4/dynamic_router.p4",
12912026-02-17T04:49:59.291Z7 | | pipeline_name = "dynamic",
12922026-02-17T04:49:59.291Z8 | | );
12932026-02-17T04:49:59.291Z | |_^
12942026-02-17T04:49:59.291Z |
12952026-02-17T04:49:59.291Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12962026-02-17T04:49:59.291Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
12972026-02-17T04:49:59.291Z
12982026-02-17T04:49:59.335Zerror: try not to call a closure in the expression where it is declared
12992026-02-17T04:49:59.335Z --> test/src/hub.rs:4:1
13002026-02-17T04:49:59.335Z |
13012026-02-17T04:49:59.335Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
13022026-02-17T04:49:59.335Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
13032026-02-17T04:49:59.335Z |
13042026-02-17T04:49:59.335Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13052026-02-17T04:49:59.335Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
13062026-02-17T04:49:59.335Z
13072026-02-17T04:49:59.339Zerror: try not to call a closure in the expression where it is declared
13082026-02-17T04:49:59.339Z --> test/src/hub.rs:4:1
13092026-02-17T04:49:59.339Z |
13102026-02-17T04:49:59.339Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
13112026-02-17T04:49:59.339Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
13122026-02-17T04:49:59.339Z |
13132026-02-17T04:49:59.339Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13142026-02-17T04:49:59.339Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
13152026-02-17T04:49:59.339Z
13162026-02-17T04:49:59.342Zerror: try not to call a closure in the expression where it is declared
13172026-02-17T04:49:59.342Z --> test/src/hub.rs:4:1
13182026-02-17T04:49:59.342Z |
13192026-02-17T04:49:59.342Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
13202026-02-17T04:49:59.342Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
13212026-02-17T04:49:59.342Z |
13222026-02-17T04:49:59.342Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13232026-02-17T04:49:59.342Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
13242026-02-17T04:49:59.342Z
13252026-02-17T04:49:59.342Zerror: try not to call a closure in the expression where it is declared
13262026-02-17T04:49:59.342Z --> test/src/hub.rs:4:1
13272026-02-17T04:49:59.342Z |
13282026-02-17T04:49:59.342Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
13292026-02-17T04:49:59.343Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
13302026-02-17T04:49:59.343Z |
13312026-02-17T04:49:59.343Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13322026-02-17T04:49:59.343Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
13332026-02-17T04:49:59.343Z
13342026-02-17T04:49:59.346Zerror: try not to call a closure in the expression where it is declared
13352026-02-17T04:49:59.346Z --> test/src/hub.rs:4:1
13362026-02-17T04:49:59.346Z |
13372026-02-17T04:49:59.346Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
13382026-02-17T04:49:59.346Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
13392026-02-17T04:49:59.346Z |
13402026-02-17T04:49:59.346Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13412026-02-17T04:49:59.346Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
13422026-02-17T04:49:59.346Z
13432026-02-17T04:49:59.346Zerror: try not to call a closure in the expression where it is declared
13442026-02-17T04:49:59.346Z --> test/src/hub.rs:4:1
13452026-02-17T04:49:59.346Z |
13462026-02-17T04:49:59.346Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
13472026-02-17T04:49:59.346Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
13482026-02-17T04:49:59.346Z |
13492026-02-17T04:49:59.346Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13502026-02-17T04:49:59.346Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
13512026-02-17T04:49:59.346Z
13522026-02-17T04:49:59.349Zerror: try not to call a closure in the expression where it is declared
13532026-02-17T04:49:59.349Z --> test/src/hub.rs:4:1
13542026-02-17T04:49:59.349Z |
13552026-02-17T04:49:59.349Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
13562026-02-17T04:49:59.349Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
13572026-02-17T04:49:59.349Z |
13582026-02-17T04:49:59.349Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13592026-02-17T04:49:59.349Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
13602026-02-17T04:49:59.349Z
13612026-02-17T04:49:59.349Zerror: try not to call a closure in the expression where it is declared
13622026-02-17T04:49:59.349Z --> test/src/hub.rs:4:1
13632026-02-17T04:49:59.349Z |
13642026-02-17T04:49:59.349Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
13652026-02-17T04:49:59.350Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
13662026-02-17T04:49:59.350Z |
13672026-02-17T04:49:59.350Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13682026-02-17T04:49:59.350Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
13692026-02-17T04:49:59.350Z
13702026-02-17T04:49:59.518Zerror: try not to call a closure in the expression where it is declared
13712026-02-17T04:49:59.518Z --> test/src/ipv6.rs:1:1
13722026-02-17T04:49:59.518Z |
13732026-02-17T04:49:59.518Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
13742026-02-17T04:49:59.518Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
13752026-02-17T04:49:59.518Z |
13762026-02-17T04:49:59.518Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13772026-02-17T04:49:59.518Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
13782026-02-17T04:49:59.518Z
13792026-02-17T04:49:59.521Zerror: try not to call a closure in the expression where it is declared
13802026-02-17T04:49:59.521Z --> test/src/ipv6.rs:1:1
13812026-02-17T04:49:59.521Z |
13822026-02-17T04:49:59.521Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
13832026-02-17T04:49:59.521Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
13842026-02-17T04:49:59.521Z |
13852026-02-17T04:49:59.521Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13862026-02-17T04:49:59.521Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
13872026-02-17T04:49:59.521Z
13882026-02-17T04:49:59.524Zerror: try not to call a closure in the expression where it is declared
13892026-02-17T04:49:59.524Z --> test/src/ipv6.rs:1:1
13902026-02-17T04:49:59.524Z |
13912026-02-17T04:49:59.524Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
13922026-02-17T04:49:59.524Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
13932026-02-17T04:49:59.524Z |
13942026-02-17T04:49:59.524Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13952026-02-17T04:49:59.524Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
13962026-02-17T04:49:59.524Z
13972026-02-17T04:49:59.542Zerror: try not to call a closure in the expression where it is declared
13982026-02-17T04:49:59.542Z --> test/src/ipv6.rs:1:1
13992026-02-17T04:49:59.542Z |
14002026-02-17T04:49:59.542Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
14012026-02-17T04:49:59.542Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
14022026-02-17T04:49:59.542Z |
14032026-02-17T04:49:59.542Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14042026-02-17T04:49:59.542Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
14052026-02-17T04:49:59.542Z
14062026-02-17T04:49:59.582Zerror: try not to call a closure in the expression where it is declared
14072026-02-17T04:49:59.582Z --> test/src/ipv6.rs:1:1
14082026-02-17T04:49:59.582Z |
14092026-02-17T04:49:59.582Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
14102026-02-17T04:49:59.582Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
14112026-02-17T04:49:59.582Z |
14122026-02-17T04:49:59.582Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14132026-02-17T04:49:59.582Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
14142026-02-17T04:49:59.582Z
14152026-02-17T04:49:59.621Zerror: try not to call a closure in the expression where it is declared
14162026-02-17T04:49:59.621Z --> test/src/ipv6.rs:1:1
14172026-02-17T04:49:59.621Z |
14182026-02-17T04:49:59.621Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
14192026-02-17T04:49:59.622Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
14202026-02-17T04:49:59.622Z |
14212026-02-17T04:49:59.622Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14222026-02-17T04:49:59.622Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
14232026-02-17T04:49:59.622Z
14242026-02-17T04:49:59.624Zerror: try not to call a closure in the expression where it is declared
14252026-02-17T04:49:59.624Z --> test/src/ipv6.rs:1:1
14262026-02-17T04:49:59.624Z |
14272026-02-17T04:49:59.625Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
14282026-02-17T04:49:59.625Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
14292026-02-17T04:49:59.625Z |
14302026-02-17T04:49:59.625Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14312026-02-17T04:49:59.625Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
14322026-02-17T04:49:59.625Z
14332026-02-17T04:49:59.625Zerror: try not to call a closure in the expression where it is declared
14342026-02-17T04:49:59.625Z --> test/src/ipv6.rs:1:1
14352026-02-17T04:49:59.625Z |
14362026-02-17T04:49:59.625Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
14372026-02-17T04:49:59.625Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
14382026-02-17T04:49:59.625Z |
14392026-02-17T04:49:59.625Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14402026-02-17T04:49:59.625Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
14412026-02-17T04:49:59.625Z
14422026-02-17T04:49:59.625Zerror: try not to call a closure in the expression where it is declared
14432026-02-17T04:49:59.625Z --> test/src/ipv6.rs:1:1
14442026-02-17T04:49:59.625Z |
14452026-02-17T04:49:59.625Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
14462026-02-17T04:49:59.625Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
14472026-02-17T04:49:59.625Z |
14482026-02-17T04:49:59.625Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14492026-02-17T04:49:59.625Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
14502026-02-17T04:49:59.625Z
14512026-02-17T04:49:59.804Zerror: try not to call a closure in the expression where it is declared
14522026-02-17T04:49:59.804Z --> test/src/mac_rewrite.rs:5:1
14532026-02-17T04:49:59.805Z |
14542026-02-17T04:49:59.805Z5 | / p4_macro::use_p4!(
14552026-02-17T04:49:59.805Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14562026-02-17T04:49:59.805Z7 | | pipeline_name = "mac_rewrite",
14572026-02-17T04:49:59.805Z8 | | );
14582026-02-17T04:49:59.805Z | |_^
14592026-02-17T04:49:59.805Z |
14602026-02-17T04:49:59.805Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14612026-02-17T04:49:59.805Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
14622026-02-17T04:49:59.805Z
14632026-02-17T04:49:59.808Zerror: try not to call a closure in the expression where it is declared
14642026-02-17T04:49:59.808Z --> test/src/mac_rewrite.rs:5:1
14652026-02-17T04:49:59.808Z |
14662026-02-17T04:49:59.808Z5 | / p4_macro::use_p4!(
14672026-02-17T04:49:59.808Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14682026-02-17T04:49:59.808Z7 | | pipeline_name = "mac_rewrite",
14692026-02-17T04:49:59.808Z8 | | );
14702026-02-17T04:49:59.808Z | |_^
14712026-02-17T04:49:59.808Z |
14722026-02-17T04:49:59.808Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14732026-02-17T04:49:59.808Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
14742026-02-17T04:49:59.808Z
14752026-02-17T04:49:59.812Zerror: try not to call a closure in the expression where it is declared
14762026-02-17T04:49:59.812Z --> test/src/mac_rewrite.rs:5:1
14772026-02-17T04:49:59.812Z |
14782026-02-17T04:49:59.812Z5 | / p4_macro::use_p4!(
14792026-02-17T04:49:59.812Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14802026-02-17T04:49:59.812Z7 | | pipeline_name = "mac_rewrite",
14812026-02-17T04:49:59.812Z8 | | );
14822026-02-17T04:49:59.812Z | |_^
14832026-02-17T04:49:59.812Z |
14842026-02-17T04:49:59.812Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14852026-02-17T04:49:59.812Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
14862026-02-17T04:49:59.812Z
14872026-02-17T04:49:59.815Zerror: try not to call a closure in the expression where it is declared
14882026-02-17T04:49:59.816Z --> test/src/mac_rewrite.rs:5:1
14892026-02-17T04:49:59.816Z |
14902026-02-17T04:49:59.816Z5 | / p4_macro::use_p4!(
14912026-02-17T04:49:59.816Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14922026-02-17T04:49:59.816Z7 | | pipeline_name = "mac_rewrite",
14932026-02-17T04:49:59.816Z8 | | );
14942026-02-17T04:49:59.816Z | |_^
14952026-02-17T04:49:59.816Z |
14962026-02-17T04:49:59.816Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14972026-02-17T04:49:59.816Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
14982026-02-17T04:49:59.816Z
14992026-02-17T04:49:59.816Zerror: try not to call a closure in the expression where it is declared
15002026-02-17T04:49:59.816Z --> test/src/mac_rewrite.rs:5:1
15012026-02-17T04:49:59.816Z |
15022026-02-17T04:49:59.816Z5 | / p4_macro::use_p4!(
15032026-02-17T04:49:59.816Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
15042026-02-17T04:49:59.816Z7 | | pipeline_name = "mac_rewrite",
15052026-02-17T04:49:59.816Z8 | | );
15062026-02-17T04:49:59.816Z | |_^
15072026-02-17T04:49:59.816Z |
15082026-02-17T04:49:59.816Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15092026-02-17T04:49:59.816Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
15102026-02-17T04:49:59.816Z
15112026-02-17T04:49:59.830Zerror: try not to call a closure in the expression where it is declared
15122026-02-17T04:49:59.830Z --> test/src/mac_rewrite.rs:5:1
15132026-02-17T04:49:59.830Z |
15142026-02-17T04:49:59.830Z5 | / p4_macro::use_p4!(
15152026-02-17T04:49:59.830Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
15162026-02-17T04:49:59.830Z7 | | pipeline_name = "mac_rewrite",
15172026-02-17T04:49:59.830Z8 | | );
15182026-02-17T04:49:59.830Z | |_^
15192026-02-17T04:49:59.830Z |
15202026-02-17T04:49:59.830Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15212026-02-17T04:49:59.830Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
15222026-02-17T04:49:59.830Z
15232026-02-17T04:49:59.833Zerror: try not to call a closure in the expression where it is declared
15242026-02-17T04:49:59.833Z --> test/src/mac_rewrite.rs:5:1
15252026-02-17T04:49:59.833Z |
15262026-02-17T04:49:59.833Z5 | / p4_macro::use_p4!(
15272026-02-17T04:49:59.833Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
15282026-02-17T04:49:59.833Z7 | | pipeline_name = "mac_rewrite",
15292026-02-17T04:49:59.833Z8 | | );
15302026-02-17T04:49:59.833Z | |_^
15312026-02-17T04:49:59.833Z |
15322026-02-17T04:49:59.833Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15332026-02-17T04:49:59.833Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
15342026-02-17T04:49:59.833Z
15352026-02-17T04:49:59.833Zerror: try not to call a closure in the expression where it is declared
15362026-02-17T04:49:59.833Z --> test/src/mac_rewrite.rs:5:1
15372026-02-17T04:49:59.833Z |
15382026-02-17T04:49:59.833Z5 | / p4_macro::use_p4!(
15392026-02-17T04:49:59.833Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
15402026-02-17T04:49:59.833Z7 | | pipeline_name = "mac_rewrite",
15412026-02-17T04:49:59.833Z8 | | );
15422026-02-17T04:49:59.833Z | |_^
15432026-02-17T04:49:59.833Z |
15442026-02-17T04:49:59.833Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15452026-02-17T04:49:59.834Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
15462026-02-17T04:49:59.834Z
15472026-02-17T04:49:59.834Zerror: try not to call a closure in the expression where it is declared
15482026-02-17T04:49:59.834Z --> test/src/mac_rewrite.rs:5:1
15492026-02-17T04:49:59.834Z |
15502026-02-17T04:49:59.834Z5 | / p4_macro::use_p4!(
15512026-02-17T04:49:59.834Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
15522026-02-17T04:49:59.834Z7 | | pipeline_name = "mac_rewrite",
15532026-02-17T04:49:59.834Z8 | | );
15542026-02-17T04:49:59.834Z | |_^
15552026-02-17T04:49:59.834Z |
15562026-02-17T04:49:59.834Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15572026-02-17T04:49:59.834Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
15582026-02-17T04:49:59.834Z
15592026-02-17T04:49:59.995Zerror: try not to call a closure in the expression where it is declared
15602026-02-17T04:49:59.995Z --> test/src/range.rs:5:1
15612026-02-17T04:49:59.995Z |
15622026-02-17T04:49:59.995Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
15632026-02-17T04:49:59.995Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
15642026-02-17T04:49:59.995Z |
15652026-02-17T04:49:59.995Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15662026-02-17T04:49:59.995Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
15672026-02-17T04:49:59.995Z
15682026-02-17T04:49:59.998Zerror: try not to call a closure in the expression where it is declared
15692026-02-17T04:49:59.998Z --> test/src/range.rs:5:1
15702026-02-17T04:49:59.998Z |
15712026-02-17T04:49:59.998Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
15722026-02-17T04:49:59.998Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
15732026-02-17T04:49:59.998Z |
15742026-02-17T04:49:59.998Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15752026-02-17T04:49:59.999Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
15762026-02-17T04:49:59.999Z
15772026-02-17T04:50:00.002Zerror: try not to call a closure in the expression where it is declared
15782026-02-17T04:50:00.002Z --> test/src/range.rs:5:1
15792026-02-17T04:50:00.002Z |
15802026-02-17T04:50:00.002Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
15812026-02-17T04:50:00.002Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
15822026-02-17T04:50:00.002Z |
15832026-02-17T04:50:00.002Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15842026-02-17T04:50:00.002Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
15852026-02-17T04:50:00.002Z
15862026-02-17T04:50:00.002Zerror: try not to call a closure in the expression where it is declared
15872026-02-17T04:50:00.002Z --> test/src/range.rs:5:1
15882026-02-17T04:50:00.002Z |
15892026-02-17T04:50:00.002Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
15902026-02-17T04:50:00.002Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
15912026-02-17T04:50:00.002Z |
15922026-02-17T04:50:00.002Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15932026-02-17T04:50:00.002Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
15942026-02-17T04:50:00.002Z
15952026-02-17T04:50:00.002Zerror: try not to call a closure in the expression where it is declared
15962026-02-17T04:50:00.002Z --> test/src/range.rs:5:1
15972026-02-17T04:50:00.002Z |
15982026-02-17T04:50:00.002Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
15992026-02-17T04:50:00.002Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
16002026-02-17T04:50:00.002Z |
16012026-02-17T04:50:00.002Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
16022026-02-17T04:50:00.002Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
16032026-02-17T04:50:00.002Z
16042026-02-17T04:50:00.009Zerror: try not to call a closure in the expression where it is declared
16052026-02-17T04:50:00.009Z --> test/src/range.rs:5:1
16062026-02-17T04:50:00.009Z |
16072026-02-17T04:50:00.009Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
16082026-02-17T04:50:00.009Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
16092026-02-17T04:50:00.009Z |
16102026-02-17T04:50:00.009Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
16112026-02-17T04:50:00.009Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
16122026-02-17T04:50:00.009Z
16132026-02-17T04:50:00.009Zerror: try not to call a closure in the expression where it is declared
16142026-02-17T04:50:00.009Z --> test/src/range.rs:5:1
16152026-02-17T04:50:00.009Z |
16162026-02-17T04:50:00.009Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
16172026-02-17T04:50:00.009Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
16182026-02-17T04:50:00.009Z |
16192026-02-17T04:50:00.009Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
16202026-02-17T04:50:00.009Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
16212026-02-17T04:50:00.009Z
16222026-02-17T04:50:00.009Zerror: try not to call a closure in the expression where it is declared
16232026-02-17T04:50:00.009Z --> test/src/range.rs:5:1
16242026-02-17T04:50:00.009Z |
16252026-02-17T04:50:00.009Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
16262026-02-17T04:50:00.009Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
16272026-02-17T04:50:00.009Z |
16282026-02-17T04:50:00.009Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
16292026-02-17T04:50:00.009Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
16302026-02-17T04:50:00.009Z
16312026-02-17T04:50:00.157Zerror: try not to call a closure in the expression where it is declared
16322026-02-17T04:50:00.157Z --> test/src/table_in_egress_and_ingress.rs:1:1
16332026-02-17T04:50:00.157Z |
16342026-02-17T04:50:00.157Z1 | / p4_macro::use_p4!(
16352026-02-17T04:50:00.157Z2 | | p4 = "test/src/p4/table_in_egress_and_ingress.p4",
16362026-02-17T04:50:00.157Z3 | | pipeline_name = "table_in_ingresss_and_egress",
16372026-02-17T04:50:00.157Z4 | | );
16382026-02-17T04:50:00.157Z | |_^
16392026-02-17T04:50:00.157Z |
16402026-02-17T04:50:00.157Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
16412026-02-17T04:50:00.157Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
16422026-02-17T04:50:00.157Z
16432026-02-17T04:50:00.161Zerror: try not to call a closure in the expression where it is declared
16442026-02-17T04:50:00.161Z --> test/src/table_in_egress_and_ingress.rs:1:1
16452026-02-17T04:50:00.161Z |
16462026-02-17T04:50:00.161Z1 | / p4_macro::use_p4!(
16472026-02-17T04:50:00.161Z2 | | p4 = "test/src/p4/table_in_egress_and_ingress.p4",
16482026-02-17T04:50:00.161Z3 | | pipeline_name = "table_in_ingresss_and_egress",
16492026-02-17T04:50:00.161Z4 | | );
16502026-02-17T04:50:00.161Z | |_^
16512026-02-17T04:50:00.161Z |
16522026-02-17T04:50:00.161Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
16532026-02-17T04:50:00.161Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
16542026-02-17T04:50:00.161Z
16552026-02-17T04:50:00.164Zerror: try not to call a closure in the expression where it is declared
16562026-02-17T04:50:00.164Z --> test/src/table_in_egress_and_ingress.rs:1:1
16572026-02-17T04:50:00.164Z |
16582026-02-17T04:50:00.164Z1 | / p4_macro::use_p4!(
16592026-02-17T04:50:00.164Z2 | | p4 = "test/src/p4/table_in_egress_and_ingress.p4",
16602026-02-17T04:50:00.164Z3 | | pipeline_name = "table_in_ingresss_and_egress",
16612026-02-17T04:50:00.164Z4 | | );
16622026-02-17T04:50:00.164Z | |_^
16632026-02-17T04:50:00.164Z |
16642026-02-17T04:50:00.164Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
16652026-02-17T04:50:00.164Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
16662026-02-17T04:50:00.164Z
16672026-02-17T04:50:00.164Zerror: try not to call a closure in the expression where it is declared
16682026-02-17T04:50:00.164Z --> test/src/table_in_egress_and_ingress.rs:1:1
16692026-02-17T04:50:00.164Z |
16702026-02-17T04:50:00.164Z1 | / p4_macro::use_p4!(
16712026-02-17T04:50:00.164Z2 | | p4 = "test/src/p4/table_in_egress_and_ingress.p4",
16722026-02-17T04:50:00.164Z3 | | pipeline_name = "table_in_ingresss_and_egress",
16732026-02-17T04:50:00.165Z4 | | );
16742026-02-17T04:50:00.165Z | |_^
16752026-02-17T04:50:00.165Z |
16762026-02-17T04:50:00.165Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
16772026-02-17T04:50:00.165Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
16782026-02-17T04:50:00.165Z
16792026-02-17T04:50:00.168Zerror: try not to call a closure in the expression where it is declared
16802026-02-17T04:50:00.168Z --> test/src/table_in_egress_and_ingress.rs:1:1
16812026-02-17T04:50:00.168Z |
16822026-02-17T04:50:00.168Z1 | / p4_macro::use_p4!(
16832026-02-17T04:50:00.168Z2 | | p4 = "test/src/p4/table_in_egress_and_ingress.p4",
16842026-02-17T04:50:00.168Z3 | | pipeline_name = "table_in_ingresss_and_egress",
16852026-02-17T04:50:00.168Z4 | | );
16862026-02-17T04:50:00.168Z | |_^
16872026-02-17T04:50:00.168Z |
16882026-02-17T04:50:00.168Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
16892026-02-17T04:50:00.168Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
16902026-02-17T04:50:00.168Z
16912026-02-17T04:50:00.168Zerror: try not to call a closure in the expression where it is declared
16922026-02-17T04:50:00.168Z --> test/src/table_in_egress_and_ingress.rs:1:1
16932026-02-17T04:50:00.168Z |
16942026-02-17T04:50:00.168Z1 | / p4_macro::use_p4!(
16952026-02-17T04:50:00.168Z2 | | p4 = "test/src/p4/table_in_egress_and_ingress.p4",
16962026-02-17T04:50:00.168Z3 | | pipeline_name = "table_in_ingresss_and_egress",
16972026-02-17T04:50:00.168Z4 | | );
16982026-02-17T04:50:00.169Z | |_^
16992026-02-17T04:50:00.169Z |
17002026-02-17T04:50:00.169Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
17012026-02-17T04:50:00.169Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
17022026-02-17T04:50:00.169Z
17032026-02-17T04:50:00.720Zerror: could not compile `tests` (lib test) due to 266 previous errors
17042026-02-17T04:50:00.754Zprocess exited: duration 73402 ms, exit code 101
 
17052026-02-17T04:50:00.760Zfound 0 output files