Applying /immortalwrt/openwrt-24.10/feeds/packages/utils/cni-plugins-nft/patches/010-fw4-force-inet-family.patch using plaintext: patching file pkg/utils/broadcast_rule.go patching file pkg/utils/chain_jump_rule.go patching file pkg/utils/chains.go patching file pkg/utils/dest_nat.go patching file pkg/utils/dest_nat_rewrite.go patching file pkg/utils/filter_forward_inbound_traffic_rule.go patching file pkg/utils/filter_forward_intra_interface_rule.go patching file pkg/utils/filter_forward_mapped_port_rules.go patching file pkg/utils/filter_forward_outbound_traffic_rule.go patching file pkg/utils/get_chain_props.go patching file pkg/utils/local_multicast_rule.go patching file pkg/utils/log_deny_rule.go patching file pkg/utils/source_nat.go patching file pkg/utils/tables.go Applying /immortalwrt/openwrt-24.10/feeds/packages/utils/cni-plugins-nft/patches/020-fw4-fix-default-table-and-chain-names.patch using plaintext: patching file pkg/firewall/config.go patching file pkg/portmap/config.go Copying files from /immortalwrt/openwrt-24.10/build_dir/target-arm_arm926ej-s_musl_eabi/cni-plugins-nft-1.0.12 into /immortalwrt/openwrt-24.10/build_dir/target-arm_arm926ej-s_musl_eabi/cni-plugins-nft-1.0.12/.go_work/build/src/github.com/greenpau/cni-plugins/ cmd/cni-nftables-firewall/main.go cmd/cni-nftables-portmap/main.go go.mod go.sum pkg/firewall/cmd.go pkg/firewall/config.go pkg/firewall/config_test.go pkg/firewall/plugin.go pkg/firewall/plugin_test.go pkg/firewall/validate_input.go pkg/firewall/version.go pkg/firewall/version_test.go pkg/portmap/cmd.go pkg/portmap/config.go pkg/portmap/plugin.go pkg/portmap/plugin_test.go pkg/portmap/validate_input.go pkg/portmap/version.go pkg/utils/broadcast_rule.go pkg/utils/chain_jump_rule.go pkg/utils/chains.go pkg/utils/conn.go pkg/utils/dest_nat.go pkg/utils/dest_nat_rewrite.go pkg/utils/filter_forward_inbound_traffic_rule.go pkg/utils/filter_forward_intra_interface_rule.go pkg/utils/filter_forward_mapped_port_rules.go pkg/utils/filter_forward_outbound_traffic_rule.go pkg/utils/filter_forward_rules.go pkg/utils/get_chain_props.go pkg/utils/local_multicast_rule.go pkg/utils/log_deny_rule.go pkg/utils/nat_postrouting_rules.go pkg/utils/portmap_entry.go pkg/utils/source_nat.go pkg/utils/tables.go pkg/utils/utils.go testdata/firewall/nftables/config10.nft testdata/firewall/nftables/config11.nft testdata/firewall/nftables/config12.nft testdata/firewall/nftables/config13.nft testdata/firewall/results/result1.json testdata/firewall/results/result10.json testdata/firewall/results/result11.json testdata/firewall/results/result12.json testdata/firewall/results/result13.json testdata/firewall/results/result2.json testdata/firewall/results/result3.json testdata/portmap/nftables/config1.nft testdata/portmap/nftables/config2.nft testdata/portmap/stdindata/stdindata1.json testdata/portmap/stdindata/stdindata2.json Symlinking directories from /immortalwrt/openwrt-24.10/staging_dir/target-arm_arm926ej-s_musl_eabi/usr/share/gocode/src into /immortalwrt/openwrt-24.10/build_dir/target-arm_arm926ej-s_musl_eabi/cni-plugins-nft-1.0.12/.go_work/build/src .../databag .../go.qbee.io .../ehang.io .../tailscale.com .../gitlab.com .../gitlab.torproject.org .../github.com/txthinking .../github.com/schollz .../github.com/bcicen .../github.com/p4gefau1t .../github.com/mikefarah .../github.com/awilliams .../github.com/m13253 .../github.com/showwin .../github.com/antonmedv .../github.com/netbirdio .../github.com/mzz2017 .../github.com/librespeed .../github.com/restic .../github.com/opencontainers .../github.com/docker .../github.com/nextdns .../github.com/go-gost .../github.com/v2fly .../github.com/cloudflare .../github.com/Mmx233 .../github.com/apernet .../github.com/fatedier .../github.com/xxxserxxx .../github.com/IrineSistiana .../github.com/uxbh .../github.com/xtaci .../github.com/heistp .../github.com/snowie2000 .../github.com/slackhq .../github.com/XIU2 .../github.com/teddysun .../github.com/crowdsecurity .../github.com/ameshkov .../github.com/AdguardTeam .../github.com/nxtrace .../github.com/gokcehan .../github.com/OpenIoTHub .../github.com/sabhiram .../github.com/prometheus .../github.com/maxmind .../github.com/jwhited .../github.com/syncthing .../github.com/sagernet .../github.com/aliyun .../github.com/redhat-nfvpe .../github.com/kgretzky .../github.com/dnstap .../github.com/xtls .../github.com/influxdata .../github.com/DNSCrypt .../github.com/containerd .../github.com/containernetworking Finding targets go: downloading github.com/greenpau/versioned v1.0.28 go: downloading github.com/google/nftables v0.1.0 go: downloading golang.org/x/sys v0.6.0 ../../pkg/utils/broadcast_rule.go:6:2: github.com/google/nftables@v0.1.0: Get "https://goproxy.cn/github.com/google/nftables/@v/v0.1.0.zip": EOF ../../pkg/utils/dest_nat.go:8:2: github.com/google/nftables@v0.1.0: Get "https://goproxy.cn/github.com/google/nftables/@v/v0.1.0.zip": EOF ../../pkg/utils/broadcast_rule.go:7:2: github.com/google/nftables@v0.1.0: Get "https://goproxy.cn/github.com/google/nftables/@v/v0.1.0.zip": EOF ../../../../../dl/go-mod-cache/github.com/vishvananda/netns@v0.0.4/netns_linux.go:11:2: golang.org/x/sys@v0.6.0: Get "https://goproxy.cn/golang.org/x/sys/@v/v0.6.0.zip": EOF ../../cmd/cni-nftables-portmap/main.go:10:2: github.com/greenpau/versioned@v1.0.28: Get "https://goproxy.cn/github.com/greenpau/versioned/@v/v1.0.28.zip": EOF Building targets go: downloading github.com/greenpau/versioned v1.0.28 go: downloading golang.org/x/sys v0.6.0 go: downloading github.com/google/nftables v0.1.0 ../../pkg/utils/broadcast_rule.go:6:2: github.com/google/nftables@v0.1.0: Get "https://goproxy.cn/github.com/google/nftables/@v/v0.1.0.zip": EOF ../../pkg/utils/dest_nat.go:8:2: github.com/google/nftables@v0.1.0: Get "https://goproxy.cn/github.com/google/nftables/@v/v0.1.0.zip": EOF ../../pkg/utils/broadcast_rule.go:7:2: github.com/google/nftables@v0.1.0: Get "https://goproxy.cn/github.com/google/nftables/@v/v0.1.0.zip": EOF ../../../../../dl/go-mod-cache/github.com/vishvananda/netns@v0.0.4/netns_linux.go:11:2: golang.org/x/sys@v0.6.0: Get "https://goproxy.cn/golang.org/x/sys/@v/v0.6.0.zip": EOF ../../cmd/cni-nftables-portmap/main.go:10:2: github.com/greenpau/versioned@v1.0.28: Get "https://goproxy.cn/github.com/greenpau/versioned/@v/v1.0.28.zip": EOF make[2]: *** [Makefile:52: /immortalwrt/openwrt-24.10/build_dir/target-arm_arm926ej-s_musl_eabi/cni-plugins-nft-1.0.12/.built] Error 1 time: package/feeds/packages/cni-plugins-nft/compile#0.61#0.64#5.46