------- Comment From wint...@de.ibm.com 2023-06-26 03:07 EDT------- I was not able to reproduce this. Runs fine on my machine (see below). Any ideas how to continue?
root@m8360007:~/# cat /etc/os-release PRETTY_NAME="Ubuntu 22.04.2 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.2 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy root@m8360007:~# pull-lp-source iptables Found iptables 1.8.7-1ubuntu7 in mantic Downloading iptables_1.8.7-1ubuntu7.dsc from ports.ubuntu.com (0.003 MiB) [=====================================================>]100% Public key not found, could not verify signature Downloading iptables_1.8.7.orig.tar.bz2 from ports.ubuntu.com (0.685 MiB) [=====================================================>]100% Downloading iptables_1.8.7-1ubuntu7.debian.tar.xz from ports.ubuntu.com (0.084 MiB) [=====================================================>]100% root@m8360007:~# cd iptables-1.8.7/ root@m8360007:~/iptables-1.8.7# ll ./iptables/tests/shell/testcases/iptables/0007-zero-counters_0 -rw-r--r-- 1 root root 1682 Jun 26 08:59 ./iptables/tests/shell/testcases/iptables/0007-zero-counters_0 root@m8360007:~/iptables-1.8.7# chmod +x ./iptables/tests/shell/testcases/iptables/0007-zero-counters_0 root@m8360007:~/iptables-1.8.7# cd iptables/tests/shell root@m8360007:~/iptables-1.8.7/iptables/tests/shell# sudo ./run-tests.sh --host I: [OK] ././testcases/arptables/0001-arptables-save-restore_0 I: [OK] ././testcases/arptables/0002-arptables-restore-defaults_0 I: [OK] ././testcases/arptables/0003-arptables-verbose-output_0 I: [OK] ././testcases/chain/0001duplicate_1 [...] I: [OK] ././testcases/nft-only/0007-mid-restore-flush_0 I: [OK] ././testcases/nft-only/0008-basechain-policy_0 I: [OK] ././testcases/nft-only/0009-needless-bitwise_0 I: nft results: [OK] 50 [FAILED] 0 [TOTAL] 50 I: combined results: [OK] 100 [FAILED] 0 [TOTAL] 100 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iptables in Ubuntu. https://bugs.launchpad.net/bugs/1974056 Title: iptables-1.8.7/iptables/tests/shell/testcases/nft-only/0009-needless- bitwise_0 fails on s390x Status in iptables: Unknown Status in Ubuntu on IBM z Systems: In Progress Status in iptables package in Ubuntu: New Bug description: In Ubuntu, we execute the full iptables shell testcases across all architectures. They seem to all pass everywhere, however iptables-1.8.7/iptables/tests/shell/testcases/nft-only/0009-needless- bitwise_0 is currently failing on s390x like so: command17 FAIL stderr: W: [FAILED] ././testcases/nft- only/0009-needless-bitwise_0: expected 0 but got 1 i wonder if there is some endian bug, as this is currently Ubuntu's only big-endian architecture. this can be reproduced with: pull-lp-source iptables cd iptables-1.8.7/ chmod +x ./iptables/tests/shell/testcases/iptables/0007-zero-counters_0 cd iptables/tests/shell sudo ./run-tests.sh --host To manage notifications about this bug go to: https://bugs.launchpad.net/iptables/+bug/1974056/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp