01KDYFDHY6XS1KTY5W18SCZ7CW: 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: 01KDYFE8QDK4Z0S229Q90C3YDN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-02T04:40:26.005Zjob assigned to worker 01KDYG1KA1Z6FSGB09MBK682VQ [factory aws, i-0fc9f5adb03aeb0d2] (queued for 11 m 36 s)
 
22026-01-02T04:40:34.766Zstarting task 0: "setup"
32026-01-02T04:40:34.774Z++ uname -s
42026-01-02T04:40:34.777Z+ kern=SunOS
52026-01-02T04:40:34.777Z+ build_user=build
62026-01-02T04:40:34.777Z+ build_uid=12345
72026-01-02T04:40:34.777Z+ work_dir=/work
82026-01-02T04:40:34.777Z+ input_dir=/input
92026-01-02T04:40:34.777Z+ [[ 0 == 12345 ]]
102026-01-02T04:40:34.777Z+ case "$kern" in
112026-01-02T04:40:34.777Z+ groupadd -g 12345 build
122026-01-02T04:40:34.781Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-02T04:40:36.786Z+ zfs create -o mountpoint=/work rpool/work
142026-01-02T04:40:36.912Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-02T04:40:36.916Z+ home_fs=zfs
162026-01-02T04:40:36.916Z+ [[ zfs == autofs ]]
172026-01-02T04:40:36.916Z+ mkdir -p /home/build
182026-01-02T04:40:36.919Z+ chown build:build /home/build /work
192026-01-02T04:40:38.919Z+ chmod 0700 /home/build /work
202026-01-02T04:40:38.922Zprocess exited: duration 4156 ms, exit code 0
 
212026-01-02T04:40:38.930Zstarting task 1: "rust-toolchain"
222026-01-02T04:40:38.934Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-01-02T04:40:38.934Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-01-02T04:40:38.934Z * rust toolchain channel = "stable"
252026-01-02T04:40:38.934Z * rust toolchain profile = "default"
262026-01-02T04:40:38.934Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-01-02T04:40:38.934Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-01-02T04:40:38.937Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-02T04:40:38.937Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-01-02T04:40:39.073Zinfo: downloading installer
312026-01-02T04:40:41.059Zwarn: It looks like you have an existing installation of Rust at:
322026-01-02T04:40:41.060Zwarn: /opt/ooce/bin
332026-01-02T04:40:41.060Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-02T04:40:41.060Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-02T04:40:41.060Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-02T04:40:41.060Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-02T04:40:41.060Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-02T04:40:41.060Zerror: cannot install while Rust is installed
392026-01-02T04:40:41.060Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-02T04:40:41.074Zinfo: profile set to 'default'
412026-01-02T04:40:41.074Zinfo: default host triple is x86_64-unknown-illumos
422026-01-02T04:40:41.077Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-01-02T04:40:41.242Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
442026-01-02T04:40:41.242Zinfo: downloading component 'cargo'
452026-01-02T04:40:42.240Zinfo: downloading component 'clippy'
462026-01-02T04:40:42.604Zinfo: downloading component 'rust-docs'
472026-01-02T04:40:43.812Zinfo: downloading component 'rust-std'
482026-01-02T04:40:46.030Zinfo: downloading component 'rustc'
492026-01-02T04:40:52.164Zinfo: downloading component 'rustfmt'
502026-01-02T04:40:52.455Zinfo: installing component 'cargo'
512026-01-02T04:40:53.414Zinfo: installing component 'clippy'
522026-01-02T04:40:53.807Zinfo: installing component 'rust-docs'
532026-01-02T04:40:55.777Zinfo: installing component 'rust-std'
542026-01-02T04:40:57.631Zinfo: installing component 'rustc'
552026-01-02T04:41:04.636Zinfo: installing component 'rustfmt'
562026-01-02T04:41:04.989Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-01-02T04:41:04.989Z
582026-01-02T04:41:05.471Z stable-x86_64-unknown-illumos installed - rustc 1.92.0 (ded5c06cf 2025-12-08)
592026-01-02T04:41:05.471Z
602026-01-02T04:41:05.474Z
612026-01-02T04:41:05.474ZRust is installed now. Great!
622026-01-02T04:41:05.475Z
632026-01-02T04:41:05.475ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-02T04:41:05.475Zenvironment variable. This has not been done automatically.
652026-01-02T04:41:05.475Z
662026-01-02T04:41:05.475ZTo configure your current shell, you need to source
672026-01-02T04:41:05.475Zthe corresponding env file under $HOME/.cargo.
682026-01-02T04:41:05.475Z
692026-01-02T04:41:05.475ZThis is usually done by running one of the following (note the leading DOT):
702026-01-02T04:41:05.475Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-02T04:41:05.475Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-02T04:41:05.475Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-02T04:41:05.576Z+ rustup --version
742026-01-02T04:41:05.588Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-02T04:41:05.588Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-02T04:41:05.679Zinfo: The currently active `rustc` version is `rustc 1.92.0 (ded5c06cf 2025-12-08)`
772026-01-02T04:41:05.684Z+ cargo --version
782026-01-02T04:41:05.756Zcargo 1.92.0 (344c4567c 2025-10-21)
792026-01-02T04:41:05.759Z+ rustc --version
802026-01-02T04:41:05.838Zrustc 1.92.0 (ded5c06cf 2025-12-08)
812026-01-02T04:41:05.842Zprocess exited: duration 26913 ms, exit code 0
 
822026-01-02T04:41:05.848Zstarting task 2: "authentication"
832026-01-02T04:41:05.872Zprocess exited: duration 23 ms, exit code 0
 
842026-01-02T04:41:05.878Zstarting task 3: "clone repository"
852026-01-02T04:41:05.883Z+ mkdir -p /work/oxidecomputer/p4
862026-01-02T04:41:05.886Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
872026-01-02T04:41:05.920ZCloning into '/work/oxidecomputer/p4'...
882026-01-02T04:41:06.646Z+ cd /work/oxidecomputer/p4
892026-01-02T04:41:06.646Z+ git fetch origin e966149517c023e2320f9b31eac220c4805258d0
902026-01-02T04:41:06.894ZFrom https://github.com/oxidecomputer/p4
912026-01-02T04:41:06.894Z * branch e966149517c023e2320f9b31eac220c4805258d0 -> FETCH_HEAD
922026-01-02T04:41:06.902Z+ [[ -n renovate/usdt-0.x ]]
932026-01-02T04:41:06.906Z++ git branch --show-current
942026-01-02T04:41:06.909Z+ current=main
952026-01-02T04:41:06.909Z+ [[ main != renovate/usdt-0.x ]]
962026-01-02T04:41:06.909Z+ git branch -f renovate/usdt-0.x e966149517c023e2320f9b31eac220c4805258d0
972026-01-02T04:41:06.913Z+ git checkout -f renovate/usdt-0.x
982026-01-02T04:41:06.922ZSwitched to branch 'renovate/usdt-0.x'
992026-01-02T04:41:06.925Z+ git reset --hard e966149517c023e2320f9b31eac220c4805258d0
1002026-01-02T04:41:06.929ZHEAD is now at e966149 Update Rust crate usdt to 0.6.0
1012026-01-02T04:41:06.929Zprocess exited: duration 1049 ms, exit code 0
 
1022026-01-02T04:41:06.937Zstarting task 4: "build"
1032026-01-02T04:41:06.942Z+ cargo --version
1042026-01-02T04:41:06.949Zinfo: syncing channel updates for '1.92.0-x86_64-unknown-illumos'
1052026-01-02T04:41:07.127Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
1062026-01-02T04:41:07.127Zinfo: downloading component 'cargo'
1072026-01-02T04:41:08.335Zinfo: downloading component 'clippy'
1082026-01-02T04:41:08.693Zinfo: downloading component 'rust-docs'
1092026-01-02T04:41:10.167Zinfo: downloading component 'rust-std'
1102026-01-02T04:41:12.359Zinfo: downloading component 'rustc'
1112026-01-02T04:41:18.536Zinfo: downloading component 'rustfmt'
1122026-01-02T04:41:18.772Zinfo: installing component 'cargo'
1132026-01-02T04:41:19.721Zinfo: installing component 'clippy'
1142026-01-02T04:41:20.114Zinfo: installing component 'rust-docs'
1152026-01-02T04:41:22.079Zinfo: installing component 'rust-std'
1162026-01-02T04:41:23.948Zinfo: installing component 'rustc'
1172026-01-02T04:41:30.816Zinfo: installing component 'rustfmt'
1182026-01-02T04:41:31.284Zcargo 1.92.0 (344c4567c 2025-10-21)
1192026-01-02T04:41:31.287Z+ rustc --version
1202026-01-02T04:41:31.379Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1212026-01-02T04:41:31.385Z+ banner check
1222026-01-02T04:41:31.388Z
1232026-01-02T04:41:31.388Z #### # # ###### #### # #
1242026-01-02T04:41:31.388Z # # # # # # # # #
1252026-01-02T04:41:31.388Z # ###### ##### # ####
1262026-01-02T04:41:31.388Z # # # # # # #
1272026-01-02T04:41:31.388Z # # # # # # # # #
1282026-01-02T04:41:31.388Z #### # # ###### #### # #
1292026-01-02T04:41:31.388Z
1302026-01-02T04:41:31.391Z+ cargo fmt -- --check
1312026-01-02T04:41:31.828Z+ cargo check
1322026-01-02T04:41:31.979Z Updating crates.io index
1332026-01-02T04:41:31.982Z Updating git repository `https://github.com/oxidecomputer/xfr`
1342026-01-02T04:41:32.263ZFrom https://github.com/oxidecomputer/xfr
1352026-01-02T04:41:32.263Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1362026-01-02T04:41:33.206Z Downloading crates ...
1372026-01-02T04:41:33.274Z Downloaded cpufeatures v0.2.17
1382026-01-02T04:41:33.282Z Downloaded cfg-if v1.0.4
1392026-01-02T04:41:33.285Z Downloaded thread-id v5.0.0
1402026-01-02T04:41:33.288Z Downloaded anstyle-query v1.1.5
1412026-01-02T04:41:33.291Z Downloaded anstyle-parse v0.2.7
1422026-01-02T04:41:33.291Z Downloaded num-integer v0.1.46
1432026-01-02T04:41:33.294Z Downloaded zmij v1.0.6
1442026-01-02T04:41:33.294Z Downloaded block-buffer v0.10.4
1452026-01-02T04:41:33.296Z Downloaded anstyle v1.0.13
1462026-01-02T04:41:33.296Z Downloaded autocfg v1.5.0
1472026-01-02T04:41:33.299Z Downloaded anyhow v1.0.100
1482026-01-02T04:41:33.302Z Downloaded plain v0.2.3
1492026-01-02T04:41:33.307Z Downloaded clap_builder v4.5.53
1502026-01-02T04:41:33.314Z Downloaded pnet_datalink v0.35.0
1512026-01-02T04:41:33.317Z Downloaded dtrace-parser v0.3.0
1522026-01-02T04:41:33.320Z Downloaded byteorder v1.5.0
1532026-01-02T04:41:33.323Z Downloaded num-iter v0.1.45
1542026-01-02T04:41:33.323Z Downloaded num-complex v0.4.6
1552026-01-02T04:41:33.326Z Downloaded log v0.4.29
1562026-01-02T04:41:33.328Z Downloaded funty v2.0.0
1572026-01-02T04:41:33.328Z Downloaded ipnetwork v0.20.0
1582026-01-02T04:41:33.331Z Downloaded pnet_base v0.35.0
1592026-01-02T04:41:33.331Z Downloaded generic-array v0.14.7
1602026-01-02T04:41:33.331Z Downloaded bitflags v2.10.0
1612026-01-02T04:41:33.335Z Downloaded pest_generator v2.8.4
1622026-01-02T04:41:33.338Z Downloaded clap v4.5.53
1632026-01-02T04:41:33.346Z Downloaded errno v0.3.14
1642026-01-02T04:41:33.349Z Downloaded dof v0.4.0
1652026-01-02T04:41:33.352Z Downloaded anstream v0.6.21
1662026-01-02T04:41:33.352Z Downloaded num-rational v0.4.2
1672026-01-02T04:41:33.354Z Downloaded no-std-net v0.6.0
1682026-01-02T04:41:33.354Z Downloaded clap_lex v0.7.6
1692026-01-02T04:41:33.357Z Downloaded colorchoice v1.0.4
1702026-01-02T04:41:33.357Z Downloaded clap_derive v4.5.49
1712026-01-02T04:41:33.361Z Downloaded itoa v1.0.17
1722026-01-02T04:41:33.364Z Downloaded num v0.4.3
1732026-01-02T04:41:33.364Z Downloaded is_terminal_polyfill v1.70.2
1742026-01-02T04:41:33.368Z Downloaded fastrand v2.3.0
1752026-01-02T04:41:33.371Z Downloaded crypto-common v0.1.7
1762026-01-02T04:41:33.375Z Downloaded digest v0.10.7
1772026-01-02T04:41:33.381Z Downloaded heck v0.5.0
1782026-01-02T04:41:33.384Z Downloaded pnet v0.35.0
1792026-01-02T04:41:33.387Z Downloaded memmap2 v0.9.9
1802026-01-02T04:41:33.387Z Downloaded glob v0.3.3
1812026-01-02T04:41:33.390Z Downloaded colored v3.0.0
1822026-01-02T04:41:33.394Z Downloaded pnet_transport v0.35.0
1832026-01-02T04:41:33.398Z Downloaded radium v0.7.0
1842026-01-02T04:41:33.401Z Downloaded version_check v0.9.5
1852026-01-02T04:41:33.401Z Downloaded usdt-macro v0.6.0
1862026-01-02T04:41:33.408Z Downloaded pest_meta v2.8.4
1872026-01-02T04:41:33.413Z Downloaded pretty-hex v0.4.1
1882026-01-02T04:41:33.416Z Downloaded scroll_derive v0.13.1
1892026-01-02T04:41:33.419Z Downloaded tap v1.0.1
1902026-01-02T04:41:33.423Z Downloaded utf8parse v0.2.2
1912026-01-02T04:41:33.423Z Downloaded pnet_macros_support v0.35.0
1922026-01-02T04:41:33.426Z Downloaded pnet_sys v0.35.0
1932026-01-02T04:41:33.426Z Downloaded usdt-attr-macro v0.6.0
1942026-01-02T04:41:33.429Z Downloaded strsim v0.11.1
1952026-01-02T04:41:33.432Z Downloaded serde_tokenstream v0.2.2
1962026-01-02T04:41:33.435Z Downloaded pnet_macros v0.35.0
1972026-01-02T04:41:33.438Z Downloaded thiserror-impl v2.0.17
1982026-01-02T04:41:33.438Z Downloaded rand_core v0.9.3
1992026-01-02T04:41:33.441Z Downloaded thiserror v2.0.17
2002026-01-02T04:41:33.444Z Downloaded pest_derive v2.8.4
2012026-01-02T04:41:33.447Z Downloaded memchr v2.7.6
2022026-01-02T04:41:33.453Z Downloaded usdt-impl v0.6.0
2032026-01-02T04:41:33.456Z Downloaded usdt v0.6.0
2042026-01-02T04:41:33.456Z Downloaded ppv-lite86 v0.2.21
2052026-01-02T04:41:33.456Z Downloaded once_cell v1.21.3
2062026-01-02T04:41:33.459Z Downloaded sha2 v0.10.9
2072026-01-02T04:41:33.462Z Downloaded scroll v0.13.0
2082026-01-02T04:41:33.462Z Downloaded quote v1.0.42
2092026-01-02T04:41:33.464Z Downloaded tempfile v3.24.0
2102026-01-02T04:41:33.467Z Downloaded rand_chacha v0.9.0
2112026-01-02T04:41:33.471Z Downloaded getrandom v0.3.4
2122026-01-02T04:41:33.476Z Downloaded wyz v0.5.1
2132026-01-02T04:41:33.479Z Downloaded pnet_packet v0.35.0
2142026-01-02T04:41:33.482Z Downloaded ucd-trie v0.1.7
2152026-01-02T04:41:33.485Z Downloaded serde_core v1.0.228
2162026-01-02T04:41:33.485Z Downloaded unicode-ident v1.0.22
2172026-01-02T04:41:33.488Z Downloaded serde_derive v1.0.228
2182026-01-02T04:41:33.491Z Downloaded pest v2.8.4
2192026-01-02T04:41:33.496Z Downloaded proc-macro2 v1.0.104
2202026-01-02T04:41:33.499Z Downloaded prettyplease v0.2.37
2212026-01-02T04:41:33.502Z Downloaded num-traits v0.2.19
2222026-01-02T04:41:33.505Z Downloaded num-bigint v0.4.6
2232026-01-02T04:41:33.510Z Downloaded typenum v1.19.0
2242026-01-02T04:41:33.513Z Downloaded serde v1.0.228
2252026-01-02T04:41:33.520Z Downloaded zerocopy-derive v0.8.31
2262026-01-02T04:41:33.527Z Downloaded rand v0.9.2
2272026-01-02T04:41:33.534Z Downloaded bitvec v1.0.1
2282026-01-02T04:41:33.549Z Downloaded aho-corasick v1.1.4
2292026-01-02T04:41:33.553Z Downloaded serde_json v1.0.148
2302026-01-02T04:41:33.560Z Downloaded regex v1.12.2
2312026-01-02T04:41:33.582Z Downloaded goblin v0.10.4
2322026-01-02T04:41:33.596Z Downloaded zerocopy v0.8.31
2332026-01-02T04:41:33.624Z Downloaded syn v2.0.112
2342026-01-02T04:41:33.635Z Downloaded regex-syntax v0.8.8
2352026-01-02T04:41:33.652Z Downloaded rustix v1.1.3
2362026-01-02T04:41:33.675Z Downloaded regex-automata v0.4.13
2372026-01-02T04:41:33.697Z Downloaded libc v0.2.178
2382026-01-02T04:41:33.798Z Compiling proc-macro2 v1.0.104
2392026-01-02T04:41:33.798Z Compiling quote v1.0.42
2402026-01-02T04:41:33.801Z Compiling unicode-ident v1.0.22
2412026-01-02T04:41:33.801Z Compiling libc v0.2.178
2422026-01-02T04:41:33.801Z Compiling serde_core v1.0.228
2432026-01-02T04:41:33.801Z Compiling memchr v2.7.6
2442026-01-02T04:41:33.843Z Compiling serde v1.0.228
2452026-01-02T04:41:34.060Z Compiling zmij v1.0.6
2462026-01-02T04:41:34.522Z Compiling thiserror v2.0.17
2472026-01-02T04:41:34.595Z Compiling rustix v1.1.3
2482026-01-02T04:41:34.755Z Compiling ucd-trie v0.1.7
2492026-01-02T04:41:35.245Z Compiling pest v2.8.4
2502026-01-02T04:41:35.460Z Compiling serde_json v1.0.148
2512026-01-02T04:41:35.540Z Compiling autocfg v1.5.0
2522026-01-02T04:41:35.618Z Checking cfg-if v1.0.4
2532026-01-02T04:41:35.689Z Compiling prettyplease v0.2.37
2542026-01-02T04:41:35.858Z Compiling aho-corasick v1.1.4
2552026-01-02T04:41:36.187Z Checking syn v2.0.112
2562026-01-02T04:41:36.324Z Compiling num-traits v0.2.19
2572026-01-02T04:41:36.405Z Compiling zerocopy v0.8.31
2582026-01-02T04:41:36.782Z Compiling getrandom v0.3.4
2592026-01-02T04:41:37.266Z Compiling regex-syntax v0.8.8
2602026-01-02T04:41:37.807Z Compiling pest_meta v2.8.4
2612026-01-02T04:41:39.869Z Compiling itoa v1.0.17
2622026-01-02T04:41:40.033Z Checking colored v3.0.0
2632026-01-02T04:41:40.206Z Compiling usdt-impl v0.6.0
2642026-01-02T04:41:40.285Z Checking num-integer v0.1.46
2652026-01-02T04:41:40.661Z Compiling thread-id v5.0.0
2662026-01-02T04:41:40.781Z Checking plain v0.2.3
2672026-01-02T04:41:40.848Z Compiling byteorder v1.5.0
2682026-01-02T04:41:40.953Z Compiling regex-automata v0.4.13
2692026-01-02T04:41:41.308Z Checking log v0.4.29
2702026-01-02T04:41:41.435Z Compiling errno v0.3.14
2712026-01-02T04:41:41.575Z Checking pretty-hex v0.4.1
2722026-01-02T04:41:41.774Z Compiling radium v0.7.0
2732026-01-02T04:41:42.257Z Compiling bitflags v2.10.0
2742026-01-02T04:41:42.307Z Checking no-std-net v0.6.0
2752026-01-02T04:41:42.413Z Checking pnet_base v0.35.0
2762026-01-02T04:41:42.755Z Compiling pest_generator v2.8.4
2772026-01-02T04:41:43.421Z Compiling fastrand v2.3.0
2782026-01-02T04:41:43.628Z Checking tap v1.0.1
2792026-01-02T04:41:44.020Z Compiling once_cell v1.21.3
2802026-01-02T04:41:44.319Z Checking wyz v0.5.1
2812026-01-02T04:41:44.374Z Compiling tempfile v3.24.0
2822026-01-02T04:41:44.691Z Checking num-iter v0.1.45
2832026-01-02T04:41:44.869Z Checking memmap2 v0.9.9
2842026-01-02T04:41:45.032Z Compiling regex v1.12.2
2852026-01-02T04:41:45.072Z Compiling anyhow v1.0.100
2862026-01-02T04:41:45.717Z Checking funty v2.0.0
2872026-01-02T04:41:45.833Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2882026-01-02T04:41:45.970Z Checking pnet_macros_support v0.35.0
2892026-01-02T04:41:46.166Z Checking pnet_sys v0.35.0
2902026-01-02T04:41:46.596Z Checking utf8parse v0.2.2
2912026-01-02T04:41:46.622Z Checking anstyle-parse v0.2.7
2922026-01-02T04:41:46.622Z Compiling serde_derive v1.0.228
2932026-01-02T04:41:46.636Z Compiling zerocopy-derive v0.8.31
2942026-01-02T04:41:46.765Z Compiling thiserror-impl v2.0.17
2952026-01-02T04:41:46.779Z Compiling pest_derive v2.8.4
2962026-01-02T04:41:47.163Z Compiling scroll_derive v0.13.1
2972026-01-02T04:41:47.517Z Compiling pnet_macros v0.35.0
2982026-01-02T04:41:47.726Z Checking bitvec v1.0.1
2992026-01-02T04:41:49.006Z Checking scroll v0.13.0
3002026-01-02T04:41:49.346Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3012026-01-02T04:41:49.453Z Checking goblin v0.10.4
3022026-01-02T04:41:49.824Z Compiling dtrace-parser v0.3.0
3032026-01-02T04:41:51.451Z Checking pnet_packet v0.35.0
3042026-01-02T04:41:51.507Z Checking rand_core v0.9.3
3052026-01-02T04:41:51.853Z Checking colorchoice v1.0.4
3062026-01-02T04:41:52.004Z Compiling pnet v0.35.0
3072026-01-02T04:41:52.399Z Checking is_terminal_polyfill v1.70.2
3082026-01-02T04:41:52.530Z Checking anstyle-query v1.1.5
3092026-01-02T04:41:52.671Z Checking anstyle v1.0.13
3102026-01-02T04:41:52.748Z Checking strsim v0.11.1
3112026-01-02T04:41:53.047Z Compiling heck v0.5.0
3122026-01-02T04:41:53.050Z Checking anstream v0.6.21
3132026-01-02T04:41:53.259Z Checking ppv-lite86 v0.2.21
3142026-01-02T04:41:53.437Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3152026-01-02T04:41:53.702Z Checking clap_lex v0.7.6
3162026-01-02T04:41:53.727Z Compiling clap_derive v4.5.49
3172026-01-02T04:41:53.949Z Checking clap_builder v4.5.53
3182026-01-02T04:41:53.958Z Checking rand_chacha v0.9.0
3192026-01-02T04:41:54.313Z Checking rand v0.9.2
3202026-01-02T04:41:54.423Z Checking num-bigint v0.4.6
3212026-01-02T04:41:54.495Z Checking num-complex v0.4.6
3222026-01-02T04:41:54.640Z Compiling dof v0.4.0
3232026-01-02T04:41:55.382Z Compiling serde_tokenstream v0.2.2
3242026-01-02T04:41:55.391Z Checking ipnetwork v0.20.0
3252026-01-02T04:41:55.755Z Checking pnet_datalink v0.35.0
3262026-01-02T04:41:55.941Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3272026-01-02T04:41:56.150Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3282026-01-02T04:41:56.648Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3292026-01-02T04:41:56.659Z Checking num-rational v0.4.2
3302026-01-02T04:41:56.778Z Checking pnet_transport v0.35.0
3312026-01-02T04:41:57.005Z Compiling usdt-attr-macro v0.6.0
3322026-01-02T04:41:57.043Z Compiling usdt-macro v0.6.0
3332026-01-02T04:41:57.328Z Checking num v0.4.3
3342026-01-02T04:41:57.351Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3352026-01-02T04:41:57.657Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3362026-01-02T04:41:57.985Z Checking clap v4.5.53
3372026-01-02T04:41:58.243Z Checking usdt v0.6.0
3382026-01-02T04:41:58.402Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3392026-01-02T04:41:58.424Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3402026-01-02T04:41:58.935Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3412026-01-02T04:42:00.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.38s
3422026-01-02T04:42:00.355Z+ cargo clippy --all-targets -- --deny warnings
3432026-01-02T04:42:00.658Z Downloading crates ...
3442026-01-02T04:42:00.742Z Downloaded libloading v0.9.0
3452026-01-02T04:42:00.808Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3462026-01-02T04:42:00.832Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3472026-01-02T04:42:00.843Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3482026-01-02T04:42:00.860Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3492026-01-02T04:42:00.864Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3502026-01-02T04:42:00.864Z Checking libloading v0.9.0
3512026-01-02T04:42:01.279Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3522026-01-02T04:42:02.567Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3532026-01-02T04:42:04.232Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3542026-01-02T04:42:04.291Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3552026-01-02T04:42:05.826Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3562026-01-02T04:42:06.660Zerror: try not to call a closure in the expression where it is declared
3572026-01-02T04:42:06.660Z --> book/code/src/bin/hello-world.rs:7:1
3582026-01-02T04:42:06.660Z |
3592026-01-02T04:42:06.660Z 7 | / p4_macro::use_p4!(
3602026-01-02T04:42:06.660Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
3612026-01-02T04:42:06.660Z 9 | | pipeline_name = "hello"
3622026-01-02T04:42:06.660Z10 | | );
3632026-01-02T04:42:06.660Z | |_^
3642026-01-02T04:42:06.660Z |
3652026-01-02T04:42:06.660Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
3662026-01-02T04:42:06.660Z = note: `-D clippy::redundant-closure-call` implied by `-D warnings`
3672026-01-02T04:42:06.660Z = help: to override `-D warnings` add `#[allow(clippy::redundant_closure_call)]`
3682026-01-02T04:42:06.660Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
3692026-01-02T04:42:06.660Z
3702026-01-02T04:42:06.663Zerror: try not to call a closure in the expression where it is declared
3712026-01-02T04:42:06.663Z --> book/code/src/bin/hello-world.rs:7:1
3722026-01-02T04:42:06.663Z |
3732026-01-02T04:42:06.663Z 7 | / p4_macro::use_p4!(
3742026-01-02T04:42:06.663Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
3752026-01-02T04:42:06.663Z 9 | | pipeline_name = "hello"
3762026-01-02T04:42:06.663Z10 | | );
3772026-01-02T04:42:06.663Z | |_^
3782026-01-02T04:42:06.663Z |
3792026-01-02T04:42:06.663Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
3802026-01-02T04:42:06.663Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
3812026-01-02T04:42:06.664Z
3822026-01-02T04:42:06.669Zerror: try not to call a closure in the expression where it is declared
3832026-01-02T04:42:06.669Z --> book/code/src/bin/hello-world.rs:7:1
3842026-01-02T04:42:06.669Z |
3852026-01-02T04:42:06.669Z 7 | / p4_macro::use_p4!(
3862026-01-02T04:42:06.669Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
3872026-01-02T04:42:06.669Z 9 | | pipeline_name = "hello"
3882026-01-02T04:42:06.669Z10 | | );
3892026-01-02T04:42:06.669Z | |_^
3902026-01-02T04:42:06.669Z |
3912026-01-02T04:42:06.669Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
3922026-01-02T04:42:06.670Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
3932026-01-02T04:42:06.670Z
3942026-01-02T04:42:06.673Zerror: try not to call a closure in the expression where it is declared
3952026-01-02T04:42:06.673Z --> book/code/src/bin/hello-world.rs:7:1
3962026-01-02T04:42:06.673Z |
3972026-01-02T04:42:06.673Z 7 | / p4_macro::use_p4!(
3982026-01-02T04:42:06.673Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
3992026-01-02T04:42:06.673Z 9 | | pipeline_name = "hello"
4002026-01-02T04:42:06.673Z10 | | );
4012026-01-02T04:42:06.673Z | |_^
4022026-01-02T04:42:06.673Z |
4032026-01-02T04:42:06.673Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
4042026-01-02T04:42:06.673Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
4052026-01-02T04:42:06.673Z
4062026-01-02T04:42:06.676Zerror: try not to call a closure in the expression where it is declared
4072026-01-02T04:42:06.676Z --> book/code/src/bin/hello-world.rs:7:1
4082026-01-02T04:42:06.676Z |
4092026-01-02T04:42:06.676Z 7 | / p4_macro::use_p4!(
4102026-01-02T04:42:06.676Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
4112026-01-02T04:42:06.677Z 9 | | pipeline_name = "hello"
4122026-01-02T04:42:06.677Z10 | | );
4132026-01-02T04:42:06.677Z | |_^
4142026-01-02T04:42:06.677Z |
4152026-01-02T04:42:06.677Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
4162026-01-02T04:42:06.677Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
4172026-01-02T04:42:06.677Z
4182026-01-02T04:42:06.677Zerror: try not to call a closure in the expression where it is declared
4192026-01-02T04:42:06.677Z --> book/code/src/bin/hello-world.rs:7:1
4202026-01-02T04:42:06.677Z |
4212026-01-02T04:42:06.677Z 7 | / p4_macro::use_p4!(
4222026-01-02T04:42:06.677Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
4232026-01-02T04:42:06.677Z 9 | | pipeline_name = "hello"
4242026-01-02T04:42:06.677Z10 | | );
4252026-01-02T04:42:06.677Z | |_^
4262026-01-02T04:42:06.677Z |
4272026-01-02T04:42:06.677Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
4282026-01-02T04:42:06.677Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
4292026-01-02T04:42:06.677Z
4302026-01-02T04:42:06.681Zerror: try not to call a closure in the expression where it is declared
4312026-01-02T04:42:06.681Z --> book/code/src/bin/hello-world.rs:7:1
4322026-01-02T04:42:06.681Z |
4332026-01-02T04:42:06.681Z 7 | / p4_macro::use_p4!(
4342026-01-02T04:42:06.681Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
4352026-01-02T04:42:06.681Z 9 | | pipeline_name = "hello"
4362026-01-02T04:42:06.681Z10 | | );
4372026-01-02T04:42:06.681Z | |_^
4382026-01-02T04:42:06.681Z |
4392026-01-02T04:42:06.681Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
4402026-01-02T04:42:06.681Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
4412026-01-02T04:42:06.681Z
4422026-01-02T04:42:06.681Zerror: try not to call a closure in the expression where it is declared
4432026-01-02T04:42:06.681Z --> book/code/src/bin/hello-world.rs:7:1
4442026-01-02T04:42:06.681Z |
4452026-01-02T04:42:06.681Z 7 | / p4_macro::use_p4!(
4462026-01-02T04:42:06.681Z 8 | | p4 = "book/code/src/bin/hello-world.p4",
4472026-01-02T04:42:06.681Z 9 | | pipeline_name = "hello"
4482026-01-02T04:42:06.681Z10 | | );
4492026-01-02T04:42:06.681Z | |_^
4502026-01-02T04:42:06.681Z |
4512026-01-02T04:42:06.681Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
4522026-01-02T04:42:06.681Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
4532026-01-02T04:42:06.681Z
4542026-01-02T04:42:06.976Zerror: could not compile `x4c-book` (bin "hello-world" test) due to 13 previous errors
4552026-01-02T04:42:06.976Zwarning: build failed, waiting for other jobs to finish...
4562026-01-02T04:42:06.997Zerror: could not compile `x4c-book` (bin "hello-world") due to 13 previous errors
4572026-01-02T04:42:07.346Zerror: try not to call a closure in the expression where it is declared
4582026-01-02T04:42:07.346Z --> book/code/src/bin/vlan-switch.rs:7:1
4592026-01-02T04:42:07.346Z |
4602026-01-02T04:42:07.346Z 7 | / p4_macro::use_p4!(
4612026-01-02T04:42:07.346Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
4622026-01-02T04:42:07.346Z 9 | | pipeline_name = "vlan_switch"
4632026-01-02T04:42:07.347Z10 | | );
4642026-01-02T04:42:07.347Z | |_^
4652026-01-02T04:42:07.347Z |
4662026-01-02T04:42:07.347Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
4672026-01-02T04:42:07.347Z = note: `-D clippy::redundant-closure-call` implied by `-D warnings`
4682026-01-02T04:42:07.347Z = help: to override `-D warnings` add `#[allow(clippy::redundant_closure_call)]`
4692026-01-02T04:42:07.347Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
4702026-01-02T04:42:07.347Z
4712026-01-02T04:42:07.353Zerror: try not to call a closure in the expression where it is declared
4722026-01-02T04:42:07.353Z --> book/code/src/bin/vlan-switch.rs:7:1
4732026-01-02T04:42:07.353Z |
4742026-01-02T04:42:07.353Z 7 | / p4_macro::use_p4!(
4752026-01-02T04:42:07.353Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
4762026-01-02T04:42:07.353Z 9 | | pipeline_name = "vlan_switch"
4772026-01-02T04:42:07.353Z10 | | );
4782026-01-02T04:42:07.353Z | |_^
4792026-01-02T04:42:07.353Z |
4802026-01-02T04:42:07.354Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
4812026-01-02T04:42:07.354Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
4822026-01-02T04:42:07.354Z
4832026-01-02T04:42:07.354Zerror: try not to call a closure in the expression where it is declared
4842026-01-02T04:42:07.354Z --> book/code/src/bin/vlan-switch.rs:7:1
4852026-01-02T04:42:07.354Z |
4862026-01-02T04:42:07.354Z 7 | / p4_macro::use_p4!(
4872026-01-02T04:42:07.354Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
4882026-01-02T04:42:07.354Z 9 | | pipeline_name = "vlan_switch"
4892026-01-02T04:42:07.354Z10 | | );
4902026-01-02T04:42:07.354Z | |_^
4912026-01-02T04:42:07.354Z |
4922026-01-02T04:42:07.354Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
4932026-01-02T04:42:07.354Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
4942026-01-02T04:42:07.354Z
4952026-01-02T04:42:07.354Zerror: try not to call a closure in the expression where it is declared
4962026-01-02T04:42:07.354Z --> book/code/src/bin/vlan-switch.rs:7:1
4972026-01-02T04:42:07.354Z |
4982026-01-02T04:42:07.354Z 7 | / p4_macro::use_p4!(
4992026-01-02T04:42:07.354Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5002026-01-02T04:42:07.354Z 9 | | pipeline_name = "vlan_switch"
5012026-01-02T04:42:07.354Z10 | | );
5022026-01-02T04:42:07.354Z | |_^
5032026-01-02T04:42:07.354Z |
5042026-01-02T04:42:07.354Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
5052026-01-02T04:42:07.354Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
5062026-01-02T04:42:07.354Z
5072026-01-02T04:42:07.357Zerror: try not to call a closure in the expression where it is declared
5082026-01-02T04:42:07.358Z --> book/code/src/bin/vlan-switch.rs:7:1
5092026-01-02T04:42:07.358Z |
5102026-01-02T04:42:07.358Z 7 | / p4_macro::use_p4!(
5112026-01-02T04:42:07.358Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5122026-01-02T04:42:07.358Z 9 | | pipeline_name = "vlan_switch"
5132026-01-02T04:42:07.358Z10 | | );
5142026-01-02T04:42:07.358Z | |_^
5152026-01-02T04:42:07.358Z |
5162026-01-02T04:42:07.358Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
5172026-01-02T04:42:07.358Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
5182026-01-02T04:42:07.358Z
5192026-01-02T04:42:07.362Zerror: try not to call a closure in the expression where it is declared
5202026-01-02T04:42:07.362Z --> book/code/src/bin/vlan-switch.rs:7:1
5212026-01-02T04:42:07.362Z |
5222026-01-02T04:42:07.362Z 7 | / p4_macro::use_p4!(
5232026-01-02T04:42:07.362Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5242026-01-02T04:42:07.362Z 9 | | pipeline_name = "vlan_switch"
5252026-01-02T04:42:07.362Z10 | | );
5262026-01-02T04:42:07.362Z | |_^
5272026-01-02T04:42:07.362Z |
5282026-01-02T04:42:07.362Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
5292026-01-02T04:42:07.362Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
5302026-01-02T04:42:07.362Z
5312026-01-02T04:42:07.365Zerror: try not to call a closure in the expression where it is declared
5322026-01-02T04:42:07.365Z --> book/code/src/bin/vlan-switch.rs:7:1
5332026-01-02T04:42:07.365Z |
5342026-01-02T04:42:07.365Z 7 | / p4_macro::use_p4!(
5352026-01-02T04:42:07.365Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5362026-01-02T04:42:07.366Z 9 | | pipeline_name = "vlan_switch"
5372026-01-02T04:42:07.366Z10 | | );
5382026-01-02T04:42:07.366Z | |_^
5392026-01-02T04:42:07.366Z |
5402026-01-02T04:42:07.366Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
5412026-01-02T04:42:07.366Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
5422026-01-02T04:42:07.366Z
5432026-01-02T04:42:07.366Zerror: try not to call a closure in the expression where it is declared
5442026-01-02T04:42:07.366Z --> book/code/src/bin/vlan-switch.rs:7:1
5452026-01-02T04:42:07.366Z |
5462026-01-02T04:42:07.366Z 7 | / p4_macro::use_p4!(
5472026-01-02T04:42:07.366Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5482026-01-02T04:42:07.366Z 9 | | pipeline_name = "vlan_switch"
5492026-01-02T04:42:07.366Z10 | | );
5502026-01-02T04:42:07.366Z | |_^
5512026-01-02T04:42:07.366Z |
5522026-01-02T04:42:07.366Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
5532026-01-02T04:42:07.366Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
5542026-01-02T04:42:07.366Z
5552026-01-02T04:42:07.366Zerror: try not to call a closure in the expression where it is declared
5562026-01-02T04:42:07.366Z --> book/code/src/bin/vlan-switch.rs:7:1
5572026-01-02T04:42:07.366Z |
5582026-01-02T04:42:07.366Z 7 | / p4_macro::use_p4!(
5592026-01-02T04:42:07.366Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5602026-01-02T04:42:07.366Z 9 | | pipeline_name = "vlan_switch"
5612026-01-02T04:42:07.366Z10 | | );
5622026-01-02T04:42:07.366Z | |_^
5632026-01-02T04:42:07.366Z |
5642026-01-02T04:42:07.366Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
5652026-01-02T04:42:07.366Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
5662026-01-02T04:42:07.366Z
5672026-01-02T04:42:07.370Zerror: try not to call a closure in the expression where it is declared
5682026-01-02T04:42:07.370Z --> book/code/src/bin/vlan-switch.rs:7:1
5692026-01-02T04:42:07.370Z |
5702026-01-02T04:42:07.370Z 7 | / p4_macro::use_p4!(
5712026-01-02T04:42:07.370Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5722026-01-02T04:42:07.370Z 9 | | pipeline_name = "vlan_switch"
5732026-01-02T04:42:07.370Z10 | | );
5742026-01-02T04:42:07.370Z | |_^
5752026-01-02T04:42:07.370Z |
5762026-01-02T04:42:07.370Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
5772026-01-02T04:42:07.370Z = note: `-D clippy::redundant-closure-call` implied by `-D warnings`
5782026-01-02T04:42:07.370Z = help: to override `-D warnings` add `#[allow(clippy::redundant_closure_call)]`
5792026-01-02T04:42:07.370Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
5802026-01-02T04:42:07.370Z
5812026-01-02T04:42:07.378Zerror: try not to call a closure in the expression where it is declared
5822026-01-02T04:42:07.378Z --> book/code/src/bin/vlan-switch.rs:7:1
5832026-01-02T04:42:07.378Z |
5842026-01-02T04:42:07.378Z 7 | / p4_macro::use_p4!(
5852026-01-02T04:42:07.378Z 8 | | p4 = "book/code/src/bin/vlan-switch.p4",
5862026-01-02T04:42:07.378Z 9 | | pipeline_name = "vlan_switch"
5872026-01-02T04:42:07.378Z10 | | );
5882026-01-02T04:42:07.378Z | |_^
5892026-01-02T04:42:07.378Z |
5902026-01-02T04:42:07.378Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
5912026-01-02T04:42:07.378Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
5922026-01-02T04:42:07.378Z
5932026-01-02T04:42:07.613Zerror: could not compile `x4c-book` (bin "vlan-switch") due to 20 previous errors
5942026-01-02T04:42:07.624Zerror: could not compile `x4c-book` (bin "vlan-switch" test) due to 20 previous errors
5952026-01-02T04:42:07.826Zerror: try not to call a closure in the expression where it is declared
5962026-01-02T04:42:07.826Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
5972026-01-02T04:42:07.826Z |
5982026-01-02T04:42:07.827Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
5992026-01-02T04:42:07.827Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6002026-01-02T04:42:07.827Z |
6012026-01-02T04:42:07.827Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6022026-01-02T04:42:07.827Z = note: `-D clippy::redundant-closure-call` implied by `-D warnings`
6032026-01-02T04:42:07.827Z = help: to override `-D warnings` add `#[allow(clippy::redundant_closure_call)]`
6042026-01-02T04:42:07.827Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
6052026-01-02T04:42:07.827Z
6062026-01-02T04:42:07.830Zerror: try not to call a closure in the expression where it is declared
6072026-01-02T04:42:07.830Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6082026-01-02T04:42:07.830Z |
6092026-01-02T04:42:07.830Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6102026-01-02T04:42:07.830Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6112026-01-02T04:42:07.830Z |
6122026-01-02T04:42:07.830Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6132026-01-02T04:42:07.830Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
6142026-01-02T04:42:07.830Z
6152026-01-02T04:42:07.830Zerror: try not to call a closure in the expression where it is declared
6162026-01-02T04:42:07.830Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6172026-01-02T04:42:07.830Z |
6182026-01-02T04:42:07.830Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6192026-01-02T04:42:07.830Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6202026-01-02T04:42:07.830Z |
6212026-01-02T04:42:07.830Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6222026-01-02T04:42:07.830Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
6232026-01-02T04:42:07.830Z
6242026-01-02T04:42:07.834Zerror: try not to call a closure in the expression where it is declared
6252026-01-02T04:42:07.834Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6262026-01-02T04:42:07.834Z |
6272026-01-02T04:42:07.834Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6282026-01-02T04:42:07.834Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6292026-01-02T04:42:07.834Z |
6302026-01-02T04:42:07.834Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6312026-01-02T04:42:07.834Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
6322026-01-02T04:42:07.834Z
6332026-01-02T04:42:07.837Zerror: try not to call a closure in the expression where it is declared
6342026-01-02T04:42:07.837Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6352026-01-02T04:42:07.837Z |
6362026-01-02T04:42:07.837Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6372026-01-02T04:42:07.837Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6382026-01-02T04:42:07.837Z |
6392026-01-02T04:42:07.838Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6402026-01-02T04:42:07.838Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
6412026-01-02T04:42:07.838Z
6422026-01-02T04:42:07.874Zerror: try not to call a closure in the expression where it is declared
6432026-01-02T04:42:07.874Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6442026-01-02T04:42:07.874Z |
6452026-01-02T04:42:07.874Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6462026-01-02T04:42:07.874Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6472026-01-02T04:42:07.874Z |
6482026-01-02T04:42:07.874Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6492026-01-02T04:42:07.874Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
6502026-01-02T04:42:07.874Z
6512026-01-02T04:42:07.929Zerror: try not to call a closure in the expression where it is declared
6522026-01-02T04:42:07.929Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6532026-01-02T04:42:07.929Z |
6542026-01-02T04:42:07.929Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6552026-01-02T04:42:07.929Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6562026-01-02T04:42:07.929Z |
6572026-01-02T04:42:07.929Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6582026-01-02T04:42:07.929Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
6592026-01-02T04:42:07.929Z
6602026-01-02T04:42:07.933Zerror: try not to call a closure in the expression where it is declared
6612026-01-02T04:42:07.933Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6622026-01-02T04:42:07.933Z |
6632026-01-02T04:42:07.933Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6642026-01-02T04:42:07.933Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6652026-01-02T04:42:07.933Z |
6662026-01-02T04:42:07.933Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6672026-01-02T04:42:07.933Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
6682026-01-02T04:42:07.933Z
6692026-01-02T04:42:07.933Zerror: try not to call a closure in the expression where it is declared
6702026-01-02T04:42:07.933Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6712026-01-02T04:42:07.933Z |
6722026-01-02T04:42:07.933Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6732026-01-02T04:42:07.933Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6742026-01-02T04:42:07.933Z |
6752026-01-02T04:42:07.933Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6762026-01-02T04:42:07.933Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
6772026-01-02T04:42:07.933Z
6782026-01-02T04:42:07.933Zerror: try not to call a closure in the expression where it is declared
6792026-01-02T04:42:07.933Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6802026-01-02T04:42:07.933Z |
6812026-01-02T04:42:07.933Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6822026-01-02T04:42:07.933Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6832026-01-02T04:42:07.933Z |
6842026-01-02T04:42:07.933Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6852026-01-02T04:42:07.933Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
6862026-01-02T04:42:07.933Z
6872026-01-02T04:42:07.937Zerror: try not to call a closure in the expression where it is declared
6882026-01-02T04:42:07.937Z --> lang/prog/sidecar-lite/src/lib.rs:5:1
6892026-01-02T04:42:07.937Z |
6902026-01-02T04:42:07.937Z5 | p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main");
6912026-01-02T04:42:07.937Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/sidecar-lite.p4", pipeline_name = "main")`
6922026-01-02T04:42:07.937Z |
6932026-01-02T04:42:07.937Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
6942026-01-02T04:42:07.937Z = note: `-D clippy::redundant-closure-call` implied by `-D warnings`
6952026-01-02T04:42:07.937Z = help: to override `-D warnings` add `#[allow(clippy::redundant_closure_call)]`
6962026-01-02T04:42:07.937Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
6972026-01-02T04:42:07.937Z
6982026-01-02T04:42:08.183Zerror: could not compile `sidecar-lite` (lib) due to 70 previous errors
6992026-01-02T04:42:08.319Zerror: could not compile `sidecar-lite` (lib test) due to 70 previous errors
7002026-01-02T04:42:13.309Zerror: try not to call a closure in the expression where it is declared
7012026-01-02T04:42:13.309Z --> test/src/arithmetic.rs:5:1
7022026-01-02T04:42:13.309Z |
7032026-01-02T04:42:13.309Z5 | / p4_macro::use_p4!(
7042026-01-02T04:42:13.309Z6 | | p4 = "test/src/p4/arithmetic.p4",
7052026-01-02T04:42:13.309Z7 | | pipeline_name = "arithmetic",
7062026-01-02T04:42:13.309Z8 | | );
7072026-01-02T04:42:13.309Z | |_^
7082026-01-02T04:42:13.309Z |
7092026-01-02T04:42:13.309Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
7102026-01-02T04:42:13.309Z = note: `-D clippy::redundant-closure-call` implied by `-D warnings`
7112026-01-02T04:42:13.309Z = help: to override `-D warnings` add `#[allow(clippy::redundant_closure_call)]`
7122026-01-02T04:42:13.309Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
7132026-01-02T04:42:13.309Z
7142026-01-02T04:42:13.313Zerror: try not to call a closure in the expression where it is declared
7152026-01-02T04:42:13.313Z --> test/src/arithmetic.rs:5:1
7162026-01-02T04:42:13.313Z |
7172026-01-02T04:42:13.313Z5 | / p4_macro::use_p4!(
7182026-01-02T04:42:13.313Z6 | | p4 = "test/src/p4/arithmetic.p4",
7192026-01-02T04:42:13.313Z7 | | pipeline_name = "arithmetic",
7202026-01-02T04:42:13.313Z8 | | );
7212026-01-02T04:42:13.313Z | |_^
7222026-01-02T04:42:13.313Z |
7232026-01-02T04:42:13.313Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
7242026-01-02T04:42:13.313Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
7252026-01-02T04:42:13.313Z
7262026-01-02T04:42:13.313Zerror: try not to call a closure in the expression where it is declared
7272026-01-02T04:42:13.313Z --> test/src/arithmetic.rs:5:1
7282026-01-02T04:42:13.313Z |
7292026-01-02T04:42:13.313Z5 | / p4_macro::use_p4!(
7302026-01-02T04:42:13.313Z6 | | p4 = "test/src/p4/arithmetic.p4",
7312026-01-02T04:42:13.313Z7 | | pipeline_name = "arithmetic",
7322026-01-02T04:42:13.313Z8 | | );
7332026-01-02T04:42:13.313Z | |_^
7342026-01-02T04:42:13.313Z |
7352026-01-02T04:42:13.313Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
7362026-01-02T04:42:13.313Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
7372026-01-02T04:42:13.313Z
7382026-01-02T04:42:13.317Zerror: try not to call a closure in the expression where it is declared
7392026-01-02T04:42:13.317Z --> test/src/arithmetic.rs:5:1
7402026-01-02T04:42:13.317Z |
7412026-01-02T04:42:13.317Z5 | / p4_macro::use_p4!(
7422026-01-02T04:42:13.317Z6 | | p4 = "test/src/p4/arithmetic.p4",
7432026-01-02T04:42:13.317Z7 | | pipeline_name = "arithmetic",
7442026-01-02T04:42:13.317Z8 | | );
7452026-01-02T04:42:13.317Z | |_^
7462026-01-02T04:42:13.317Z |
7472026-01-02T04:42:13.317Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
7482026-01-02T04:42:13.317Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
7492026-01-02T04:42:13.317Z
7502026-01-02T04:42:13.317Zerror: try not to call a closure in the expression where it is declared
7512026-01-02T04:42:13.317Z --> test/src/arithmetic.rs:5:1
7522026-01-02T04:42:13.317Z |
7532026-01-02T04:42:13.317Z5 | / p4_macro::use_p4!(
7542026-01-02T04:42:13.317Z6 | | p4 = "test/src/p4/arithmetic.p4",
7552026-01-02T04:42:13.317Z7 | | pipeline_name = "arithmetic",
7562026-01-02T04:42:13.317Z8 | | );
7572026-01-02T04:42:13.317Z | |_^
7582026-01-02T04:42:13.317Z |
7592026-01-02T04:42:13.317Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
7602026-01-02T04:42:13.317Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
7612026-01-02T04:42:13.317Z
7622026-01-02T04:42:13.356Zerror: try not to call a closure in the expression where it is declared
7632026-01-02T04:42:13.356Z --> test/src/basic_router.rs:4:1
7642026-01-02T04:42:13.356Z |
7652026-01-02T04:42:13.356Z4 | / p4_macro::use_p4!(
7662026-01-02T04:42:13.356Z5 | | p4 = "p4/examples/codegen/router.p4",
7672026-01-02T04:42:13.356Z6 | | pipeline_name = "basic_router",
7682026-01-02T04:42:13.356Z7 | | );
7692026-01-02T04:42:13.356Z | |_^
7702026-01-02T04:42:13.356Z |
7712026-01-02T04:42:13.356Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
7722026-01-02T04:42:13.356Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
7732026-01-02T04:42:13.356Z
7742026-01-02T04:42:13.359Zerror: try not to call a closure in the expression where it is declared
7752026-01-02T04:42:13.359Z --> test/src/basic_router.rs:4:1
7762026-01-02T04:42:13.360Z |
7772026-01-02T04:42:13.360Z4 | / p4_macro::use_p4!(
7782026-01-02T04:42:13.360Z5 | | p4 = "p4/examples/codegen/router.p4",
7792026-01-02T04:42:13.360Z6 | | pipeline_name = "basic_router",
7802026-01-02T04:42:13.360Z7 | | );
7812026-01-02T04:42:13.360Z | |_^
7822026-01-02T04:42:13.360Z |
7832026-01-02T04:42:13.360Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
7842026-01-02T04:42:13.360Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
7852026-01-02T04:42:13.360Z
7862026-01-02T04:42:13.360Zerror: try not to call a closure in the expression where it is declared
7872026-01-02T04:42:13.360Z --> test/src/basic_router.rs:4:1
7882026-01-02T04:42:13.360Z |
7892026-01-02T04:42:13.360Z4 | / p4_macro::use_p4!(
7902026-01-02T04:42:13.360Z5 | | p4 = "p4/examples/codegen/router.p4",
7912026-01-02T04:42:13.360Z6 | | pipeline_name = "basic_router",
7922026-01-02T04:42:13.360Z7 | | );
7932026-01-02T04:42:13.360Z | |_^
7942026-01-02T04:42:13.360Z |
7952026-01-02T04:42:13.360Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
7962026-01-02T04:42:13.360Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
7972026-01-02T04:42:13.360Z
7982026-01-02T04:42:13.365Zerror: try not to call a closure in the expression where it is declared
7992026-01-02T04:42:13.365Z --> test/src/basic_router.rs:4:1
8002026-01-02T04:42:13.365Z |
8012026-01-02T04:42:13.365Z4 | / p4_macro::use_p4!(
8022026-01-02T04:42:13.365Z5 | | p4 = "p4/examples/codegen/router.p4",
8032026-01-02T04:42:13.365Z6 | | pipeline_name = "basic_router",
8042026-01-02T04:42:13.365Z7 | | );
8052026-01-02T04:42:13.365Z | |_^
8062026-01-02T04:42:13.365Z |
8072026-01-02T04:42:13.365Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
8082026-01-02T04:42:13.365Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
8092026-01-02T04:42:13.365Z
8102026-01-02T04:42:13.365Zerror: try not to call a closure in the expression where it is declared
8112026-01-02T04:42:13.365Z --> test/src/basic_router.rs:4:1
8122026-01-02T04:42:13.365Z |
8132026-01-02T04:42:13.365Z4 | / p4_macro::use_p4!(
8142026-01-02T04:42:13.365Z5 | | p4 = "p4/examples/codegen/router.p4",
8152026-01-02T04:42:13.365Z6 | | pipeline_name = "basic_router",
8162026-01-02T04:42:13.365Z7 | | );
8172026-01-02T04:42:13.365Z | |_^
8182026-01-02T04:42:13.365Z |
8192026-01-02T04:42:13.365Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
8202026-01-02T04:42:13.365Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
8212026-01-02T04:42:13.365Z
8222026-01-02T04:42:13.365Zerror: try not to call a closure in the expression where it is declared
8232026-01-02T04:42:13.365Z --> test/src/basic_router.rs:4:1
8242026-01-02T04:42:13.365Z |
8252026-01-02T04:42:13.365Z4 | / p4_macro::use_p4!(
8262026-01-02T04:42:13.365Z5 | | p4 = "p4/examples/codegen/router.p4",
8272026-01-02T04:42:13.366Z6 | | pipeline_name = "basic_router",
8282026-01-02T04:42:13.366Z7 | | );
8292026-01-02T04:42:13.366Z | |_^
8302026-01-02T04:42:13.366Z |
8312026-01-02T04:42:13.366Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
8322026-01-02T04:42:13.366Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
8332026-01-02T04:42:13.366Z
8342026-01-02T04:42:13.369Zerror: try not to call a closure in the expression where it is declared
8352026-01-02T04:42:13.369Z --> test/src/basic_router.rs:4:1
8362026-01-02T04:42:13.369Z |
8372026-01-02T04:42:13.369Z4 | / p4_macro::use_p4!(
8382026-01-02T04:42:13.369Z5 | | p4 = "p4/examples/codegen/router.p4",
8392026-01-02T04:42:13.369Z6 | | pipeline_name = "basic_router",
8402026-01-02T04:42:13.369Z7 | | );
8412026-01-02T04:42:13.369Z | |_^
8422026-01-02T04:42:13.369Z |
8432026-01-02T04:42:13.369Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
8442026-01-02T04:42:13.369Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
8452026-01-02T04:42:13.369Z
8462026-01-02T04:42:13.383Zerror: try not to call a closure in the expression where it is declared
8472026-01-02T04:42:13.384Z --> test/src/controller_multiple_instantiation.rs:1:1
8482026-01-02T04:42:13.384Z |
8492026-01-02T04:42:13.384Z1 | / p4_macro::use_p4!(
8502026-01-02T04:42:13.384Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
8512026-01-02T04:42:13.384Z3 | | pipeline_name = "cmi",
8522026-01-02T04:42:13.384Z4 | | );
8532026-01-02T04:42:13.384Z | |_^
8542026-01-02T04:42:13.384Z |
8552026-01-02T04:42:13.384Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
8562026-01-02T04:42:13.384Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
8572026-01-02T04:42:13.384Z
8582026-01-02T04:42:13.387Zerror: try not to call a closure in the expression where it is declared
8592026-01-02T04:42:13.387Z --> test/src/controller_multiple_instantiation.rs:1:1
8602026-01-02T04:42:13.387Z |
8612026-01-02T04:42:13.387Z1 | / p4_macro::use_p4!(
8622026-01-02T04:42:13.387Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
8632026-01-02T04:42:13.387Z3 | | pipeline_name = "cmi",
8642026-01-02T04:42:13.387Z4 | | );
8652026-01-02T04:42:13.387Z | |_^
8662026-01-02T04:42:13.387Z |
8672026-01-02T04:42:13.387Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
8682026-01-02T04:42:13.387Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
8692026-01-02T04:42:13.387Z
8702026-01-02T04:42:13.391Zerror: try not to call a closure in the expression where it is declared
8712026-01-02T04:42:13.391Z --> test/src/controller_multiple_instantiation.rs:1:1
8722026-01-02T04:42:13.391Z |
8732026-01-02T04:42:13.391Z1 | / p4_macro::use_p4!(
8742026-01-02T04:42:13.391Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
8752026-01-02T04:42:13.391Z3 | | pipeline_name = "cmi",
8762026-01-02T04:42:13.391Z4 | | );
8772026-01-02T04:42:13.391Z | |_^
8782026-01-02T04:42:13.391Z |
8792026-01-02T04:42:13.391Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
8802026-01-02T04:42:13.391Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
8812026-01-02T04:42:13.391Z
8822026-01-02T04:42:13.391Zerror: try not to call a closure in the expression where it is declared
8832026-01-02T04:42:13.391Z --> test/src/controller_multiple_instantiation.rs:1:1
8842026-01-02T04:42:13.391Z |
8852026-01-02T04:42:13.391Z1 | / p4_macro::use_p4!(
8862026-01-02T04:42:13.391Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
8872026-01-02T04:42:13.391Z3 | | pipeline_name = "cmi",
8882026-01-02T04:42:13.391Z4 | | );
8892026-01-02T04:42:13.391Z | |_^
8902026-01-02T04:42:13.391Z |
8912026-01-02T04:42:13.391Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
8922026-01-02T04:42:13.391Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
8932026-01-02T04:42:13.391Z
8942026-01-02T04:42:13.394Zerror: try not to call a closure in the expression where it is declared
8952026-01-02T04:42:13.394Z --> test/src/controller_multiple_instantiation.rs:1:1
8962026-01-02T04:42:13.394Z |
8972026-01-02T04:42:13.394Z1 | / p4_macro::use_p4!(
8982026-01-02T04:42:13.394Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
8992026-01-02T04:42:13.394Z3 | | pipeline_name = "cmi",
9002026-01-02T04:42:13.394Z4 | | );
9012026-01-02T04:42:13.394Z | |_^
9022026-01-02T04:42:13.395Z |
9032026-01-02T04:42:13.395Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9042026-01-02T04:42:13.395Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
9052026-01-02T04:42:13.395Z
9062026-01-02T04:42:13.395Zerror: try not to call a closure in the expression where it is declared
9072026-01-02T04:42:13.395Z --> test/src/controller_multiple_instantiation.rs:1:1
9082026-01-02T04:42:13.395Z |
9092026-01-02T04:42:13.395Z1 | / p4_macro::use_p4!(
9102026-01-02T04:42:13.395Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
9112026-01-02T04:42:13.395Z3 | | pipeline_name = "cmi",
9122026-01-02T04:42:13.395Z4 | | );
9132026-01-02T04:42:13.395Z | |_^
9142026-01-02T04:42:13.395Z |
9152026-01-02T04:42:13.395Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9162026-01-02T04:42:13.395Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
9172026-01-02T04:42:13.395Z
9182026-01-02T04:42:13.398Zerror: try not to call a closure in the expression where it is declared
9192026-01-02T04:42:13.398Z --> test/src/controller_multiple_instantiation.rs:1:1
9202026-01-02T04:42:13.398Z |
9212026-01-02T04:42:13.398Z1 | / p4_macro::use_p4!(
9222026-01-02T04:42:13.398Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
9232026-01-02T04:42:13.398Z3 | | pipeline_name = "cmi",
9242026-01-02T04:42:13.398Z4 | | );
9252026-01-02T04:42:13.398Z | |_^
9262026-01-02T04:42:13.398Z |
9272026-01-02T04:42:13.398Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9282026-01-02T04:42:13.398Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
9292026-01-02T04:42:13.398Z
9302026-01-02T04:42:13.398Zerror: try not to call a closure in the expression where it is declared
9312026-01-02T04:42:13.398Z --> test/src/controller_multiple_instantiation.rs:1:1
9322026-01-02T04:42:13.399Z |
9332026-01-02T04:42:13.399Z1 | / p4_macro::use_p4!(
9342026-01-02T04:42:13.399Z2 | | p4 = "test/src/p4/controller_multiple_instantiation.p4",
9352026-01-02T04:42:13.399Z3 | | pipeline_name = "cmi",
9362026-01-02T04:42:13.399Z4 | | );
9372026-01-02T04:42:13.399Z | |_^
9382026-01-02T04:42:13.399Z |
9392026-01-02T04:42:13.399Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9402026-01-02T04:42:13.399Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
9412026-01-02T04:42:13.399Z
9422026-01-02T04:42:13.563Zerror: try not to call a closure in the expression where it is declared
9432026-01-02T04:42:13.563Z --> test/src/decap.rs:12:1
9442026-01-02T04:42:13.563Z |
9452026-01-02T04:42:13.563Z12 | p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",);
9462026-01-02T04:42:13.564Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",)`
9472026-01-02T04:42:13.564Z |
9482026-01-02T04:42:13.564Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9492026-01-02T04:42:13.564Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
9502026-01-02T04:42:13.564Z
9512026-01-02T04:42:13.602Zerror: try not to call a closure in the expression where it is declared
9522026-01-02T04:42:13.602Z --> test/src/decap.rs:12:1
9532026-01-02T04:42:13.602Z |
9542026-01-02T04:42:13.602Z12 | p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",);
9552026-01-02T04:42:13.602Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",)`
9562026-01-02T04:42:13.602Z |
9572026-01-02T04:42:13.602Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9582026-01-02T04:42:13.602Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
9592026-01-02T04:42:13.602Z
9602026-01-02T04:42:13.606Zerror: try not to call a closure in the expression where it is declared
9612026-01-02T04:42:13.606Z --> test/src/decap.rs:12:1
9622026-01-02T04:42:13.606Z |
9632026-01-02T04:42:13.606Z12 | p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",);
9642026-01-02T04:42:13.606Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",)`
9652026-01-02T04:42:13.606Z |
9662026-01-02T04:42:13.606Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9672026-01-02T04:42:13.606Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
9682026-01-02T04:42:13.606Z
9692026-01-02T04:42:13.606Zerror: try not to call a closure in the expression where it is declared
9702026-01-02T04:42:13.606Z --> test/src/decap.rs:12:1
9712026-01-02T04:42:13.606Z |
9722026-01-02T04:42:13.606Z12 | p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",);
9732026-01-02T04:42:13.606Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",)`
9742026-01-02T04:42:13.606Z |
9752026-01-02T04:42:13.606Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9762026-01-02T04:42:13.606Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
9772026-01-02T04:42:13.606Z
9782026-01-02T04:42:13.606Zerror: try not to call a closure in the expression where it is declared
9792026-01-02T04:42:13.606Z --> test/src/decap.rs:12:1
9802026-01-02T04:42:13.606Z |
9812026-01-02T04:42:13.606Z12 | p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",);
9822026-01-02T04:42:13.606Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/decap.p4", pipeline_name = "decap",)`
9832026-01-02T04:42:13.606Z |
9842026-01-02T04:42:13.606Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9852026-01-02T04:42:13.606Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
9862026-01-02T04:42:13.606Z
9872026-01-02T04:42:13.756Zerror: try not to call a closure in the expression where it is declared
9882026-01-02T04:42:13.756Z --> test/src/disag_router.rs:5:1
9892026-01-02T04:42:13.756Z |
9902026-01-02T04:42:13.756Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
9912026-01-02T04:42:13.757Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
9922026-01-02T04:42:13.757Z |
9932026-01-02T04:42:13.757Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
9942026-01-02T04:42:13.757Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
9952026-01-02T04:42:13.757Z
9962026-01-02T04:42:13.761Zerror: try not to call a closure in the expression where it is declared
9972026-01-02T04:42:13.761Z --> test/src/disag_router.rs:5:1
9982026-01-02T04:42:13.761Z |
9992026-01-02T04:42:13.761Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
10002026-01-02T04:42:13.761Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
10012026-01-02T04:42:13.761Z |
10022026-01-02T04:42:13.761Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10032026-01-02T04:42:13.761Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
10042026-01-02T04:42:13.761Z
10052026-01-02T04:42:13.762Zerror: try not to call a closure in the expression where it is declared
10062026-01-02T04:42:13.762Z --> test/src/disag_router.rs:5:1
10072026-01-02T04:42:13.762Z |
10082026-01-02T04:42:13.762Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
10092026-01-02T04:42:13.762Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
10102026-01-02T04:42:13.762Z |
10112026-01-02T04:42:13.762Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10122026-01-02T04:42:13.762Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
10132026-01-02T04:42:13.762Z
10142026-01-02T04:42:13.765Zerror: try not to call a closure in the expression where it is declared
10152026-01-02T04:42:13.765Z --> test/src/disag_router.rs:5:1
10162026-01-02T04:42:13.765Z |
10172026-01-02T04:42:13.765Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
10182026-01-02T04:42:13.765Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
10192026-01-02T04:42:13.765Z |
10202026-01-02T04:42:13.765Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10212026-01-02T04:42:13.765Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
10222026-01-02T04:42:13.765Z
10232026-01-02T04:42:13.780Zerror: try not to call a closure in the expression where it is declared
10242026-01-02T04:42:13.780Z --> test/src/disag_router.rs:5:1
10252026-01-02T04:42:13.780Z |
10262026-01-02T04:42:13.780Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
10272026-01-02T04:42:13.780Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
10282026-01-02T04:42:13.780Z |
10292026-01-02T04:42:13.780Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10302026-01-02T04:42:13.780Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
10312026-01-02T04:42:13.780Z
10322026-01-02T04:42:13.785Zerror: try not to call a closure in the expression where it is declared
10332026-01-02T04:42:13.785Z --> test/src/disag_router.rs:5:1
10342026-01-02T04:42:13.785Z |
10352026-01-02T04:42:13.785Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
10362026-01-02T04:42:13.785Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
10372026-01-02T04:42:13.785Z |
10382026-01-02T04:42:13.785Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10392026-01-02T04:42:13.785Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
10402026-01-02T04:42:13.785Z
10412026-01-02T04:42:13.788Zerror: try not to call a closure in the expression where it is declared
10422026-01-02T04:42:13.788Z --> test/src/disag_router.rs:5:1
10432026-01-02T04:42:13.788Z |
10442026-01-02T04:42:13.788Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
10452026-01-02T04:42:13.788Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
10462026-01-02T04:42:13.788Z |
10472026-01-02T04:42:13.788Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10482026-01-02T04:42:13.788Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
10492026-01-02T04:42:13.788Z
10502026-01-02T04:42:13.788Zerror: try not to call a closure in the expression where it is declared
10512026-01-02T04:42:13.789Z --> test/src/disag_router.rs:5:1
10522026-01-02T04:42:13.789Z |
10532026-01-02T04:42:13.789Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
10542026-01-02T04:42:13.789Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
10552026-01-02T04:42:13.789Z |
10562026-01-02T04:42:13.789Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10572026-01-02T04:42:13.789Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
10582026-01-02T04:42:13.789Z
10592026-01-02T04:42:13.789Zerror: try not to call a closure in the expression where it is declared
10602026-01-02T04:42:13.789Z --> test/src/disag_router.rs:5:1
10612026-01-02T04:42:13.789Z |
10622026-01-02T04:42:13.789Z5 | p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",);
10632026-01-02T04:42:13.789Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/router.p4", pipeline_name = "disag",)`
10642026-01-02T04:42:13.789Z |
10652026-01-02T04:42:13.789Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10662026-01-02T04:42:13.789Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
10672026-01-02T04:42:13.789Z
10682026-01-02T04:42:13.942Zerror: try not to call a closure in the expression where it is declared
10692026-01-02T04:42:13.942Z --> test/src/dload.rs:1:1
10702026-01-02T04:42:13.942Z |
10712026-01-02T04:42:13.942Z1 | / p4_macro::use_p4!(
10722026-01-02T04:42:13.942Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
10732026-01-02T04:42:13.942Z3 | | pipeline_name = "dload",
10742026-01-02T04:42:13.942Z4 | | );
10752026-01-02T04:42:13.942Z | |_^
10762026-01-02T04:42:13.942Z |
10772026-01-02T04:42:13.942Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10782026-01-02T04:42:13.942Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
10792026-01-02T04:42:13.942Z
10802026-01-02T04:42:13.945Zerror: try not to call a closure in the expression where it is declared
10812026-01-02T04:42:13.945Z --> test/src/dload.rs:1:1
10822026-01-02T04:42:13.945Z |
10832026-01-02T04:42:13.945Z1 | / p4_macro::use_p4!(
10842026-01-02T04:42:13.945Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
10852026-01-02T04:42:13.945Z3 | | pipeline_name = "dload",
10862026-01-02T04:42:13.945Z4 | | );
10872026-01-02T04:42:13.945Z | |_^
10882026-01-02T04:42:13.946Z |
10892026-01-02T04:42:13.946Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
10902026-01-02T04:42:13.946Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
10912026-01-02T04:42:13.946Z
10922026-01-02T04:42:13.946Zerror: try not to call a closure in the expression where it is declared
10932026-01-02T04:42:13.946Z --> test/src/dload.rs:1:1
10942026-01-02T04:42:13.946Z |
10952026-01-02T04:42:13.946Z1 | / p4_macro::use_p4!(
10962026-01-02T04:42:13.946Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
10972026-01-02T04:42:13.946Z3 | | pipeline_name = "dload",
10982026-01-02T04:42:13.946Z4 | | );
10992026-01-02T04:42:13.946Z | |_^
11002026-01-02T04:42:13.946Z |
11012026-01-02T04:42:13.946Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
11022026-01-02T04:42:13.946Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
11032026-01-02T04:42:13.946Z
11042026-01-02T04:42:13.949Zerror: try not to call a closure in the expression where it is declared
11052026-01-02T04:42:13.949Z --> test/src/dload.rs:1:1
11062026-01-02T04:42:13.949Z |
11072026-01-02T04:42:13.949Z1 | / p4_macro::use_p4!(
11082026-01-02T04:42:13.949Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
11092026-01-02T04:42:13.949Z3 | | pipeline_name = "dload",
11102026-01-02T04:42:13.949Z4 | | );
11112026-01-02T04:42:13.950Z | |_^
11122026-01-02T04:42:13.950Z |
11132026-01-02T04:42:13.950Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
11142026-01-02T04:42:13.950Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
11152026-01-02T04:42:13.950Z
11162026-01-02T04:42:13.961Zerror: try not to call a closure in the expression where it is declared
11172026-01-02T04:42:13.961Z --> test/src/dload.rs:1:1
11182026-01-02T04:42:13.961Z |
11192026-01-02T04:42:13.961Z1 | / p4_macro::use_p4!(
11202026-01-02T04:42:13.961Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
11212026-01-02T04:42:13.961Z3 | | pipeline_name = "dload",
11222026-01-02T04:42:13.961Z4 | | );
11232026-01-02T04:42:13.961Z | |_^
11242026-01-02T04:42:13.961Z |
11252026-01-02T04:42:13.961Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
11262026-01-02T04:42:13.961Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
11272026-01-02T04:42:13.961Z
11282026-01-02T04:42:13.970Zerror: try not to call a closure in the expression where it is declared
11292026-01-02T04:42:13.970Z --> test/src/dload.rs:1:1
11302026-01-02T04:42:13.970Z |
11312026-01-02T04:42:13.970Z1 | / p4_macro::use_p4!(
11322026-01-02T04:42:13.970Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
11332026-01-02T04:42:13.971Z3 | | pipeline_name = "dload",
11342026-01-02T04:42:13.971Z4 | | );
11352026-01-02T04:42:13.971Z | |_^
11362026-01-02T04:42:13.971Z |
11372026-01-02T04:42:13.971Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
11382026-01-02T04:42:13.971Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
11392026-01-02T04:42:13.971Z
11402026-01-02T04:42:13.974Zerror: try not to call a closure in the expression where it is declared
11412026-01-02T04:42:13.974Z --> test/src/dload.rs:1:1
11422026-01-02T04:42:13.974Z |
11432026-01-02T04:42:13.974Z1 | / p4_macro::use_p4!(
11442026-01-02T04:42:13.974Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
11452026-01-02T04:42:13.974Z3 | | pipeline_name = "dload",
11462026-01-02T04:42:13.974Z4 | | );
11472026-01-02T04:42:13.974Z | |_^
11482026-01-02T04:42:13.974Z |
11492026-01-02T04:42:13.974Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
11502026-01-02T04:42:13.974Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
11512026-01-02T04:42:13.974Z
11522026-01-02T04:42:13.974Zerror: try not to call a closure in the expression where it is declared
11532026-01-02T04:42:13.974Z --> test/src/dload.rs:1:1
11542026-01-02T04:42:13.974Z |
11552026-01-02T04:42:13.974Z1 | / p4_macro::use_p4!(
11562026-01-02T04:42:13.974Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
11572026-01-02T04:42:13.975Z3 | | pipeline_name = "dload",
11582026-01-02T04:42:13.975Z4 | | );
11592026-01-02T04:42:13.975Z | |_^
11602026-01-02T04:42:13.975Z |
11612026-01-02T04:42:13.975Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
11622026-01-02T04:42:13.975Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
11632026-01-02T04:42:13.975Z
11642026-01-02T04:42:13.975Zerror: try not to call a closure in the expression where it is declared
11652026-01-02T04:42:13.975Z --> test/src/dload.rs:1:1
11662026-01-02T04:42:13.975Z |
11672026-01-02T04:42:13.975Z1 | / p4_macro::use_p4!(
11682026-01-02T04:42:13.975Z2 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
11692026-01-02T04:42:13.975Z3 | | pipeline_name = "dload",
11702026-01-02T04:42:13.975Z4 | | );
11712026-01-02T04:42:13.975Z | |_^
11722026-01-02T04:42:13.975Z |
11732026-01-02T04:42:13.975Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
11742026-01-02T04:42:13.975Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
11752026-01-02T04:42:13.975Z
11762026-01-02T04:42:14.127Zerror: try not to call a closure in the expression where it is declared
11772026-01-02T04:42:14.127Z --> test/src/dynamic_router.rs:5:1
11782026-01-02T04:42:14.127Z |
11792026-01-02T04:42:14.127Z5 | / p4_macro::use_p4!(
11802026-01-02T04:42:14.127Z6 | | p4 = "test/src/p4/dynamic_router.p4",
11812026-01-02T04:42:14.127Z7 | | pipeline_name = "dynamic",
11822026-01-02T04:42:14.127Z8 | | );
11832026-01-02T04:42:14.127Z | |_^
11842026-01-02T04:42:14.127Z |
11852026-01-02T04:42:14.127Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
11862026-01-02T04:42:14.127Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
11872026-01-02T04:42:14.127Z
11882026-01-02T04:42:14.131Zerror: try not to call a closure in the expression where it is declared
11892026-01-02T04:42:14.131Z --> test/src/dynamic_router.rs:5:1
11902026-01-02T04:42:14.131Z |
11912026-01-02T04:42:14.131Z5 | / p4_macro::use_p4!(
11922026-01-02T04:42:14.131Z6 | | p4 = "test/src/p4/dynamic_router.p4",
11932026-01-02T04:42:14.131Z7 | | pipeline_name = "dynamic",
11942026-01-02T04:42:14.131Z8 | | );
11952026-01-02T04:42:14.131Z | |_^
11962026-01-02T04:42:14.131Z |
11972026-01-02T04:42:14.131Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
11982026-01-02T04:42:14.131Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
11992026-01-02T04:42:14.131Z
12002026-01-02T04:42:14.131Zerror: try not to call a closure in the expression where it is declared
12012026-01-02T04:42:14.131Z --> test/src/dynamic_router.rs:5:1
12022026-01-02T04:42:14.131Z |
12032026-01-02T04:42:14.131Z5 | / p4_macro::use_p4!(
12042026-01-02T04:42:14.131Z6 | | p4 = "test/src/p4/dynamic_router.p4",
12052026-01-02T04:42:14.131Z7 | | pipeline_name = "dynamic",
12062026-01-02T04:42:14.131Z8 | | );
12072026-01-02T04:42:14.131Z | |_^
12082026-01-02T04:42:14.131Z |
12092026-01-02T04:42:14.131Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12102026-01-02T04:42:14.131Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
12112026-01-02T04:42:14.131Z
12122026-01-02T04:42:14.135Zerror: try not to call a closure in the expression where it is declared
12132026-01-02T04:42:14.135Z --> test/src/dynamic_router.rs:5:1
12142026-01-02T04:42:14.135Z |
12152026-01-02T04:42:14.135Z5 | / p4_macro::use_p4!(
12162026-01-02T04:42:14.135Z6 | | p4 = "test/src/p4/dynamic_router.p4",
12172026-01-02T04:42:14.135Z7 | | pipeline_name = "dynamic",
12182026-01-02T04:42:14.135Z8 | | );
12192026-01-02T04:42:14.135Z | |_^
12202026-01-02T04:42:14.135Z |
12212026-01-02T04:42:14.135Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12222026-01-02T04:42:14.135Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
12232026-01-02T04:42:14.135Z
12242026-01-02T04:42:14.139Zerror: try not to call a closure in the expression where it is declared
12252026-01-02T04:42:14.139Z --> test/src/dynamic_router.rs:5:1
12262026-01-02T04:42:14.139Z |
12272026-01-02T04:42:14.139Z5 | / p4_macro::use_p4!(
12282026-01-02T04:42:14.139Z6 | | p4 = "test/src/p4/dynamic_router.p4",
12292026-01-02T04:42:14.139Z7 | | pipeline_name = "dynamic",
12302026-01-02T04:42:14.139Z8 | | );
12312026-01-02T04:42:14.139Z | |_^
12322026-01-02T04:42:14.139Z |
12332026-01-02T04:42:14.139Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12342026-01-02T04:42:14.139Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
12352026-01-02T04:42:14.139Z
12362026-01-02T04:42:14.149Zerror: try not to call a closure in the expression where it is declared
12372026-01-02T04:42:14.149Z --> test/src/dynamic_router.rs:5:1
12382026-01-02T04:42:14.149Z |
12392026-01-02T04:42:14.149Z5 | / p4_macro::use_p4!(
12402026-01-02T04:42:14.149Z6 | | p4 = "test/src/p4/dynamic_router.p4",
12412026-01-02T04:42:14.150Z7 | | pipeline_name = "dynamic",
12422026-01-02T04:42:14.150Z8 | | );
12432026-01-02T04:42:14.150Z | |_^
12442026-01-02T04:42:14.150Z |
12452026-01-02T04:42:14.150Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12462026-01-02T04:42:14.150Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
12472026-01-02T04:42:14.150Z
12482026-01-02T04:42:14.153Zerror: try not to call a closure in the expression where it is declared
12492026-01-02T04:42:14.153Z --> test/src/dynamic_router.rs:5:1
12502026-01-02T04:42:14.153Z |
12512026-01-02T04:42:14.154Z5 | / p4_macro::use_p4!(
12522026-01-02T04:42:14.154Z6 | | p4 = "test/src/p4/dynamic_router.p4",
12532026-01-02T04:42:14.154Z7 | | pipeline_name = "dynamic",
12542026-01-02T04:42:14.154Z8 | | );
12552026-01-02T04:42:14.154Z | |_^
12562026-01-02T04:42:14.154Z |
12572026-01-02T04:42:14.154Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12582026-01-02T04:42:14.154Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
12592026-01-02T04:42:14.154Z
12602026-01-02T04:42:14.154Zerror: try not to call a closure in the expression where it is declared
12612026-01-02T04:42:14.154Z --> test/src/dynamic_router.rs:5:1
12622026-01-02T04:42:14.154Z |
12632026-01-02T04:42:14.154Z5 | / p4_macro::use_p4!(
12642026-01-02T04:42:14.154Z6 | | p4 = "test/src/p4/dynamic_router.p4",
12652026-01-02T04:42:14.154Z7 | | pipeline_name = "dynamic",
12662026-01-02T04:42:14.154Z8 | | );
12672026-01-02T04:42:14.154Z | |_^
12682026-01-02T04:42:14.154Z |
12692026-01-02T04:42:14.154Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12702026-01-02T04:42:14.154Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
12712026-01-02T04:42:14.154Z
12722026-01-02T04:42:14.154Zerror: try not to call a closure in the expression where it is declared
12732026-01-02T04:42:14.154Z --> test/src/dynamic_router.rs:5:1
12742026-01-02T04:42:14.154Z |
12752026-01-02T04:42:14.154Z5 | / p4_macro::use_p4!(
12762026-01-02T04:42:14.155Z6 | | p4 = "test/src/p4/dynamic_router.p4",
12772026-01-02T04:42:14.155Z7 | | pipeline_name = "dynamic",
12782026-01-02T04:42:14.155Z8 | | );
12792026-01-02T04:42:14.155Z | |_^
12802026-01-02T04:42:14.155Z |
12812026-01-02T04:42:14.155Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12822026-01-02T04:42:14.155Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
12832026-01-02T04:42:14.155Z
12842026-01-02T04:42:14.199Zerror: try not to call a closure in the expression where it is declared
12852026-01-02T04:42:14.199Z --> test/src/hub.rs:4:1
12862026-01-02T04:42:14.199Z |
12872026-01-02T04:42:14.199Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
12882026-01-02T04:42:14.199Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
12892026-01-02T04:42:14.199Z |
12902026-01-02T04:42:14.199Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
12912026-01-02T04:42:14.199Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
12922026-01-02T04:42:14.199Z
12932026-01-02T04:42:14.202Zerror: try not to call a closure in the expression where it is declared
12942026-01-02T04:42:14.202Z --> test/src/hub.rs:4:1
12952026-01-02T04:42:14.202Z |
12962026-01-02T04:42:14.202Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
12972026-01-02T04:42:14.202Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
12982026-01-02T04:42:14.202Z |
12992026-01-02T04:42:14.202Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13002026-01-02T04:42:14.202Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
13012026-01-02T04:42:14.202Z
13022026-01-02T04:42:14.202Zerror: try not to call a closure in the expression where it is declared
13032026-01-02T04:42:14.203Z --> test/src/hub.rs:4:1
13042026-01-02T04:42:14.203Z |
13052026-01-02T04:42:14.203Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
13062026-01-02T04:42:14.203Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
13072026-01-02T04:42:14.203Z |
13082026-01-02T04:42:14.203Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13092026-01-02T04:42:14.203Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
13102026-01-02T04:42:14.203Z
13112026-01-02T04:42:14.203Zerror: try not to call a closure in the expression where it is declared
13122026-01-02T04:42:14.203Z --> test/src/hub.rs:4:1
13132026-01-02T04:42:14.203Z |
13142026-01-02T04:42:14.203Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
13152026-01-02T04:42:14.203Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
13162026-01-02T04:42:14.203Z |
13172026-01-02T04:42:14.203Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13182026-01-02T04:42:14.203Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
13192026-01-02T04:42:14.203Z
13202026-01-02T04:42:14.211Zerror: try not to call a closure in the expression where it is declared
13212026-01-02T04:42:14.211Z --> test/src/hub.rs:4:1
13222026-01-02T04:42:14.211Z |
13232026-01-02T04:42:14.211Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
13242026-01-02T04:42:14.212Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
13252026-01-02T04:42:14.212Z |
13262026-01-02T04:42:14.212Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13272026-01-02T04:42:14.212Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
13282026-01-02T04:42:14.212Z
13292026-01-02T04:42:14.212Zerror: try not to call a closure in the expression where it is declared
13302026-01-02T04:42:14.212Z --> test/src/hub.rs:4:1
13312026-01-02T04:42:14.212Z |
13322026-01-02T04:42:14.212Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
13332026-01-02T04:42:14.212Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
13342026-01-02T04:42:14.212Z |
13352026-01-02T04:42:14.212Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13362026-01-02T04:42:14.212Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
13372026-01-02T04:42:14.212Z
13382026-01-02T04:42:14.212Zerror: try not to call a closure in the expression where it is declared
13392026-01-02T04:42:14.212Z --> test/src/hub.rs:4:1
13402026-01-02T04:42:14.212Z |
13412026-01-02T04:42:14.212Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
13422026-01-02T04:42:14.212Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
13432026-01-02T04:42:14.212Z |
13442026-01-02T04:42:14.212Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13452026-01-02T04:42:14.212Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
13462026-01-02T04:42:14.212Z
13472026-01-02T04:42:14.216Zerror: try not to call a closure in the expression where it is declared
13482026-01-02T04:42:14.216Z --> test/src/hub.rs:4:1
13492026-01-02T04:42:14.216Z |
13502026-01-02T04:42:14.216Z4 | p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2");
13512026-01-02T04:42:14.216Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/hub.p4", pipeline_name = "hub2")`
13522026-01-02T04:42:14.216Z |
13532026-01-02T04:42:14.216Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13542026-01-02T04:42:14.216Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
13552026-01-02T04:42:14.216Z
13562026-01-02T04:42:14.375Zerror: try not to call a closure in the expression where it is declared
13572026-01-02T04:42:14.375Z --> test/src/ipv6.rs:1:1
13582026-01-02T04:42:14.375Z |
13592026-01-02T04:42:14.375Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
13602026-01-02T04:42:14.375Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
13612026-01-02T04:42:14.375Z |
13622026-01-02T04:42:14.375Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13632026-01-02T04:42:14.375Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
13642026-01-02T04:42:14.376Z
13652026-01-02T04:42:14.384Zerror: try not to call a closure in the expression where it is declared
13662026-01-02T04:42:14.384Z --> test/src/ipv6.rs:1:1
13672026-01-02T04:42:14.384Z |
13682026-01-02T04:42:14.384Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
13692026-01-02T04:42:14.384Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
13702026-01-02T04:42:14.384Z |
13712026-01-02T04:42:14.384Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13722026-01-02T04:42:14.384Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
13732026-01-02T04:42:14.384Z
13742026-01-02T04:42:14.402Zerror: try not to call a closure in the expression where it is declared
13752026-01-02T04:42:14.402Z --> test/src/ipv6.rs:1:1
13762026-01-02T04:42:14.402Z |
13772026-01-02T04:42:14.402Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
13782026-01-02T04:42:14.402Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
13792026-01-02T04:42:14.402Z |
13802026-01-02T04:42:14.402Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13812026-01-02T04:42:14.402Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
13822026-01-02T04:42:14.402Z
13832026-01-02T04:42:14.405Zerror: try not to call a closure in the expression where it is declared
13842026-01-02T04:42:14.405Z --> test/src/ipv6.rs:1:1
13852026-01-02T04:42:14.405Z |
13862026-01-02T04:42:14.405Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
13872026-01-02T04:42:14.405Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
13882026-01-02T04:42:14.405Z |
13892026-01-02T04:42:14.405Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13902026-01-02T04:42:14.405Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
13912026-01-02T04:42:14.405Z
13922026-01-02T04:42:14.434Zerror: try not to call a closure in the expression where it is declared
13932026-01-02T04:42:14.434Z --> test/src/ipv6.rs:1:1
13942026-01-02T04:42:14.434Z |
13952026-01-02T04:42:14.434Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
13962026-01-02T04:42:14.434Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
13972026-01-02T04:42:14.434Z |
13982026-01-02T04:42:14.434Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
13992026-01-02T04:42:14.434Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
14002026-01-02T04:42:14.434Z
14012026-01-02T04:42:14.475Zerror: try not to call a closure in the expression where it is declared
14022026-01-02T04:42:14.475Z --> test/src/ipv6.rs:1:1
14032026-01-02T04:42:14.475Z |
14042026-01-02T04:42:14.475Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
14052026-01-02T04:42:14.475Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
14062026-01-02T04:42:14.475Z |
14072026-01-02T04:42:14.475Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14082026-01-02T04:42:14.475Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
14092026-01-02T04:42:14.475Z
14102026-01-02T04:42:14.478Zerror: try not to call a closure in the expression where it is declared
14112026-01-02T04:42:14.478Z --> test/src/ipv6.rs:1:1
14122026-01-02T04:42:14.478Z |
14132026-01-02T04:42:14.478Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
14142026-01-02T04:42:14.478Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
14152026-01-02T04:42:14.478Z |
14162026-01-02T04:42:14.478Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14172026-01-02T04:42:14.478Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
14182026-01-02T04:42:14.478Z
14192026-01-02T04:42:14.478Zerror: try not to call a closure in the expression where it is declared
14202026-01-02T04:42:14.478Z --> test/src/ipv6.rs:1:1
14212026-01-02T04:42:14.478Z |
14222026-01-02T04:42:14.478Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
14232026-01-02T04:42:14.478Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
14242026-01-02T04:42:14.478Z |
14252026-01-02T04:42:14.478Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14262026-01-02T04:42:14.478Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
14272026-01-02T04:42:14.478Z
14282026-01-02T04:42:14.478Zerror: try not to call a closure in the expression where it is declared
14292026-01-02T04:42:14.478Z --> test/src/ipv6.rs:1:1
14302026-01-02T04:42:14.478Z |
14312026-01-02T04:42:14.478Z1 | p4_macro::use_p4!("test/src/p4/sidecar-lite.p4");
14322026-01-02T04:42:14.478Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!("test/src/p4/sidecar-lite.p4")`
14332026-01-02T04:42:14.478Z |
14342026-01-02T04:42:14.479Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14352026-01-02T04:42:14.479Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
14362026-01-02T04:42:14.479Z
14372026-01-02T04:42:14.655Zerror: try not to call a closure in the expression where it is declared
14382026-01-02T04:42:14.655Z --> test/src/mac_rewrite.rs:5:1
14392026-01-02T04:42:14.655Z |
14402026-01-02T04:42:14.655Z5 | / p4_macro::use_p4!(
14412026-01-02T04:42:14.656Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14422026-01-02T04:42:14.656Z7 | | pipeline_name = "mac_rewrite",
14432026-01-02T04:42:14.656Z8 | | );
14442026-01-02T04:42:14.656Z | |_^
14452026-01-02T04:42:14.656Z |
14462026-01-02T04:42:14.656Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14472026-01-02T04:42:14.656Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
14482026-01-02T04:42:14.656Z
14492026-01-02T04:42:14.659Zerror: try not to call a closure in the expression where it is declared
14502026-01-02T04:42:14.659Z --> test/src/mac_rewrite.rs:5:1
14512026-01-02T04:42:14.659Z |
14522026-01-02T04:42:14.659Z5 | / p4_macro::use_p4!(
14532026-01-02T04:42:14.659Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14542026-01-02T04:42:14.659Z7 | | pipeline_name = "mac_rewrite",
14552026-01-02T04:42:14.659Z8 | | );
14562026-01-02T04:42:14.659Z | |_^
14572026-01-02T04:42:14.659Z |
14582026-01-02T04:42:14.659Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14592026-01-02T04:42:14.659Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
14602026-01-02T04:42:14.659Z
14612026-01-02T04:42:14.659Zerror: try not to call a closure in the expression where it is declared
14622026-01-02T04:42:14.659Z --> test/src/mac_rewrite.rs:5:1
14632026-01-02T04:42:14.659Z |
14642026-01-02T04:42:14.659Z5 | / p4_macro::use_p4!(
14652026-01-02T04:42:14.659Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14662026-01-02T04:42:14.659Z7 | | pipeline_name = "mac_rewrite",
14672026-01-02T04:42:14.659Z8 | | );
14682026-01-02T04:42:14.659Z | |_^
14692026-01-02T04:42:14.659Z |
14702026-01-02T04:42:14.659Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14712026-01-02T04:42:14.659Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
14722026-01-02T04:42:14.659Z
14732026-01-02T04:42:14.660Zerror: try not to call a closure in the expression where it is declared
14742026-01-02T04:42:14.660Z --> test/src/mac_rewrite.rs:5:1
14752026-01-02T04:42:14.660Z |
14762026-01-02T04:42:14.660Z5 | / p4_macro::use_p4!(
14772026-01-02T04:42:14.660Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14782026-01-02T04:42:14.660Z7 | | pipeline_name = "mac_rewrite",
14792026-01-02T04:42:14.660Z8 | | );
14802026-01-02T04:42:14.660Z | |_^
14812026-01-02T04:42:14.660Z |
14822026-01-02T04:42:14.660Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14832026-01-02T04:42:14.660Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
14842026-01-02T04:42:14.660Z
14852026-01-02T04:42:14.663Zerror: try not to call a closure in the expression where it is declared
14862026-01-02T04:42:14.663Z --> test/src/mac_rewrite.rs:5:1
14872026-01-02T04:42:14.663Z |
14882026-01-02T04:42:14.663Z5 | / p4_macro::use_p4!(
14892026-01-02T04:42:14.663Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
14902026-01-02T04:42:14.663Z7 | | pipeline_name = "mac_rewrite",
14912026-01-02T04:42:14.663Z8 | | );
14922026-01-02T04:42:14.663Z | |_^
14932026-01-02T04:42:14.663Z |
14942026-01-02T04:42:14.663Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
14952026-01-02T04:42:14.663Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
14962026-01-02T04:42:14.663Z
14972026-01-02T04:42:14.680Zerror: try not to call a closure in the expression where it is declared
14982026-01-02T04:42:14.680Z --> test/src/mac_rewrite.rs:5:1
14992026-01-02T04:42:14.680Z |
15002026-01-02T04:42:14.680Z5 | / p4_macro::use_p4!(
15012026-01-02T04:42:14.680Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
15022026-01-02T04:42:14.680Z7 | | pipeline_name = "mac_rewrite",
15032026-01-02T04:42:14.680Z8 | | );
15042026-01-02T04:42:14.680Z | |_^
15052026-01-02T04:42:14.680Z |
15062026-01-02T04:42:14.680Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15072026-01-02T04:42:14.680Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
15082026-01-02T04:42:14.680Z
15092026-01-02T04:42:14.683Zerror: try not to call a closure in the expression where it is declared
15102026-01-02T04:42:14.683Z --> test/src/mac_rewrite.rs:5:1
15112026-01-02T04:42:14.684Z |
15122026-01-02T04:42:14.684Z5 | / p4_macro::use_p4!(
15132026-01-02T04:42:14.684Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
15142026-01-02T04:42:14.684Z7 | | pipeline_name = "mac_rewrite",
15152026-01-02T04:42:14.684Z8 | | );
15162026-01-02T04:42:14.684Z | |_^
15172026-01-02T04:42:14.684Z |
15182026-01-02T04:42:14.684Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15192026-01-02T04:42:14.684Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
15202026-01-02T04:42:14.684Z
15212026-01-02T04:42:14.684Zerror: try not to call a closure in the expression where it is declared
15222026-01-02T04:42:14.684Z --> test/src/mac_rewrite.rs:5:1
15232026-01-02T04:42:14.684Z |
15242026-01-02T04:42:14.684Z5 | / p4_macro::use_p4!(
15252026-01-02T04:42:14.684Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
15262026-01-02T04:42:14.684Z7 | | pipeline_name = "mac_rewrite",
15272026-01-02T04:42:14.684Z8 | | );
15282026-01-02T04:42:14.684Z | |_^
15292026-01-02T04:42:14.684Z |
15302026-01-02T04:42:14.684Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15312026-01-02T04:42:14.684Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
15322026-01-02T04:42:14.684Z
15332026-01-02T04:42:14.684Zerror: try not to call a closure in the expression where it is declared
15342026-01-02T04:42:14.684Z --> test/src/mac_rewrite.rs:5:1
15352026-01-02T04:42:14.684Z |
15362026-01-02T04:42:14.684Z5 | / p4_macro::use_p4!(
15372026-01-02T04:42:14.684Z6 | | p4 = "test/src/p4/dynamic_router_noaddr_nbr.p4",
15382026-01-02T04:42:14.684Z7 | | pipeline_name = "mac_rewrite",
15392026-01-02T04:42:14.684Z8 | | );
15402026-01-02T04:42:14.684Z | |_^
15412026-01-02T04:42:14.684Z |
15422026-01-02T04:42:14.684Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15432026-01-02T04:42:14.684Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
15442026-01-02T04:42:14.684Z
15452026-01-02T04:42:14.842Zerror: try not to call a closure in the expression where it is declared
15462026-01-02T04:42:14.842Z --> test/src/range.rs:5:1
15472026-01-02T04:42:14.842Z |
15482026-01-02T04:42:14.842Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
15492026-01-02T04:42:14.842Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
15502026-01-02T04:42:14.842Z |
15512026-01-02T04:42:14.842Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15522026-01-02T04:42:14.842Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
15532026-01-02T04:42:14.842Z
15542026-01-02T04:42:14.845Zerror: try not to call a closure in the expression where it is declared
15552026-01-02T04:42:14.845Z --> test/src/range.rs:5:1
15562026-01-02T04:42:14.845Z |
15572026-01-02T04:42:14.845Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
15582026-01-02T04:42:14.845Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
15592026-01-02T04:42:14.845Z |
15602026-01-02T04:42:14.845Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15612026-01-02T04:42:14.845Z = note: this error originates in the macro `softnpu_provider::control_table_hit` (in Nightly builds, run with -Z macro-backtrace for more info)
15622026-01-02T04:42:14.845Z
15632026-01-02T04:42:14.846Zerror: try not to call a closure in the expression where it is declared
15642026-01-02T04:42:14.846Z --> test/src/range.rs:5:1
15652026-01-02T04:42:14.846Z |
15662026-01-02T04:42:14.846Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
15672026-01-02T04:42:14.846Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
15682026-01-02T04:42:14.846Z |
15692026-01-02T04:42:14.846Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15702026-01-02T04:42:14.846Z = note: this error originates in the macro `softnpu_provider::control_table_miss` (in Nightly builds, run with -Z macro-backtrace for more info)
15712026-01-02T04:42:14.846Z
15722026-01-02T04:42:14.849Zerror: try not to call a closure in the expression where it is declared
15732026-01-02T04:42:14.849Z --> test/src/range.rs:5:1
15742026-01-02T04:42:14.849Z |
15752026-01-02T04:42:14.849Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
15762026-01-02T04:42:14.849Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
15772026-01-02T04:42:14.849Z |
15782026-01-02T04:42:14.849Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15792026-01-02T04:42:14.849Z = note: this error originates in the macro `softnpu_provider::parser_transition` (in Nightly builds, run with -Z macro-backtrace for more info)
15802026-01-02T04:42:14.849Z
15812026-01-02T04:42:14.849Zerror: try not to call a closure in the expression where it is declared
15822026-01-02T04:42:14.849Z --> test/src/range.rs:5:1
15832026-01-02T04:42:14.849Z |
15842026-01-02T04:42:14.849Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
15852026-01-02T04:42:14.849Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
15862026-01-02T04:42:14.849Z |
15872026-01-02T04:42:14.849Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15882026-01-02T04:42:14.849Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
15892026-01-02T04:42:14.849Z
15902026-01-02T04:42:14.853Zerror: try not to call a closure in the expression where it is declared
15912026-01-02T04:42:14.853Z --> test/src/range.rs:5:1
15922026-01-02T04:42:14.853Z |
15932026-01-02T04:42:14.853Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
15942026-01-02T04:42:14.853Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
15952026-01-02T04:42:14.853Z |
15962026-01-02T04:42:14.853Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
15972026-01-02T04:42:14.853Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
15982026-01-02T04:42:14.853Z
15992026-01-02T04:42:14.853Zerror: try not to call a closure in the expression where it is declared
16002026-01-02T04:42:14.853Z --> test/src/range.rs:5:1
16012026-01-02T04:42:14.853Z |
16022026-01-02T04:42:14.853Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
16032026-01-02T04:42:14.853Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
16042026-01-02T04:42:14.853Z |
16052026-01-02T04:42:14.853Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
16062026-01-02T04:42:14.853Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
16072026-01-02T04:42:14.853Z
16082026-01-02T04:42:14.853Zerror: try not to call a closure in the expression where it is declared
16092026-01-02T04:42:14.853Z --> test/src/range.rs:5:1
16102026-01-02T04:42:14.853Z |
16112026-01-02T04:42:14.853Z5 | p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",);
16122026-01-02T04:42:14.853Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try doing something like: `p4_macro::use_p4!(p4 = "test/src/p4/range.p4", pipeline_name = "range",)`
16132026-01-02T04:42:14.853Z |
16142026-01-02T04:42:14.853Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
16152026-01-02T04:42:14.854Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
16162026-01-02T04:42:14.854Z
16172026-01-02T04:42:15.003Zerror: try not to call a closure in the expression where it is declared
16182026-01-02T04:42:15.003Z --> test/src/table_in_egress_and_ingress.rs:1:1
16192026-01-02T04:42:15.003Z |
16202026-01-02T04:42:15.003Z1 | / p4_macro::use_p4!(
16212026-01-02T04:42:15.003Z2 | | p4 = "test/src/p4/table_in_egress_and_ingress.p4",
16222026-01-02T04:42:15.003Z3 | | pipeline_name = "table_in_ingresss_and_egress",
16232026-01-02T04:42:15.003Z4 | | );
16242026-01-02T04:42:15.003Z | |_^
16252026-01-02T04:42:15.003Z |
16262026-01-02T04:42:15.003Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
16272026-01-02T04:42:15.003Z = note: this error originates in the macro `softnpu_provider::control_apply` (in Nightly builds, run with -Z macro-backtrace for more info)
16282026-01-02T04:42:15.003Z
16292026-01-02T04:42:15.006Zerror: try not to call a closure in the expression where it is declared
16302026-01-02T04:42:15.006Z --> test/src/table_in_egress_and_ingress.rs:1:1
16312026-01-02T04:42:15.006Z |
16322026-01-02T04:42:15.006Z1 | / p4_macro::use_p4!(
16332026-01-02T04:42:15.006Z2 | | p4 = "test/src/p4/table_in_egress_and_ingress.p4",
16342026-01-02T04:42:15.006Z3 | | pipeline_name = "table_in_ingresss_and_egress",
16352026-01-02T04:42:15.006Z4 | | );
16362026-01-02T04:42:15.007Z | |_^
16372026-01-02T04:42:15.007Z |
16382026-01-02T04:42:15.007Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
16392026-01-02T04:42:15.007Z = note: this error originates in the macro `softnpu_provider::action` (in Nightly builds, run with -Z macro-backtrace for more info)
16402026-01-02T04:42:15.007Z
16412026-01-02T04:42:15.010Zerror: try not to call a closure in the expression where it is declared
16422026-01-02T04:42:15.010Z --> test/src/table_in_egress_and_ingress.rs:1:1
16432026-01-02T04:42:15.010Z |
16442026-01-02T04:42:15.010Z1 | / p4_macro::use_p4!(
16452026-01-02T04:42:15.010Z2 | | p4 = "test/src/p4/table_in_egress_and_ingress.p4",
16462026-01-02T04:42:15.010Z3 | | pipeline_name = "table_in_ingresss_and_egress",
16472026-01-02T04:42:15.010Z4 | | );
16482026-01-02T04:42:15.010Z | |_^
16492026-01-02T04:42:15.010Z |
16502026-01-02T04:42:15.010Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
16512026-01-02T04:42:15.010Z = note: this error originates in the macro `softnpu_provider::parser_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
16522026-01-02T04:42:15.010Z
16532026-01-02T04:42:15.010Zerror: try not to call a closure in the expression where it is declared
16542026-01-02T04:42:15.010Z --> test/src/table_in_egress_and_ingress.rs:1:1
16552026-01-02T04:42:15.010Z |
16562026-01-02T04:42:15.010Z1 | / p4_macro::use_p4!(
16572026-01-02T04:42:15.010Z2 | | p4 = "test/src/p4/table_in_egress_and_ingress.p4",
16582026-01-02T04:42:15.010Z3 | | pipeline_name = "table_in_ingresss_and_egress",
16592026-01-02T04:42:15.010Z4 | | );
16602026-01-02T04:42:15.010Z | |_^
16612026-01-02T04:42:15.010Z |
16622026-01-02T04:42:15.010Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
16632026-01-02T04:42:15.010Z = note: this error originates in the macro `softnpu_provider::parser_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
16642026-01-02T04:42:15.010Z
16652026-01-02T04:42:15.014Zerror: try not to call a closure in the expression where it is declared
16662026-01-02T04:42:15.014Z --> test/src/table_in_egress_and_ingress.rs:1:1
16672026-01-02T04:42:15.014Z |
16682026-01-02T04:42:15.014Z1 | / p4_macro::use_p4!(
16692026-01-02T04:42:15.014Z2 | | p4 = "test/src/p4/table_in_egress_and_ingress.p4",
16702026-01-02T04:42:15.014Z3 | | pipeline_name = "table_in_ingresss_and_egress",
16712026-01-02T04:42:15.014Z4 | | );
16722026-01-02T04:42:15.014Z | |_^
16732026-01-02T04:42:15.014Z |
16742026-01-02T04:42:15.014Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
16752026-01-02T04:42:15.014Z = note: this error originates in the macro `softnpu_provider::ingress_dropped` (in Nightly builds, run with -Z macro-backtrace for more info)
16762026-01-02T04:42:15.014Z
16772026-01-02T04:42:15.014Zerror: try not to call a closure in the expression where it is declared
16782026-01-02T04:42:15.014Z --> test/src/table_in_egress_and_ingress.rs:1:1
16792026-01-02T04:42:15.014Z |
16802026-01-02T04:42:15.014Z1 | / p4_macro::use_p4!(
16812026-01-02T04:42:15.014Z2 | | p4 = "test/src/p4/table_in_egress_and_ingress.p4",
16822026-01-02T04:42:15.014Z3 | | pipeline_name = "table_in_ingresss_and_egress",
16832026-01-02T04:42:15.014Z4 | | );
16842026-01-02T04:42:15.014Z | |_^
16852026-01-02T04:42:15.014Z |
16862026-01-02T04:42:15.014Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#redundant_closure_call
16872026-01-02T04:42:15.014Z = note: this error originates in the macro `softnpu_provider::ingress_accepted` (in Nightly builds, run with -Z macro-backtrace for more info)
16882026-01-02T04:42:15.014Z
16892026-01-02T04:42:15.584Zerror: could not compile `tests` (lib test) due to 266 previous errors
16902026-01-02T04:42:15.621Zprocess exited: duration 68684 ms, exit code 101
 
16912026-01-02T04:42:15.628Zfound 0 output files