[Bug 2061913] Re: FTBFS ppc64el obj_basic_integration/TEST5 crashed

2024-05-02 Thread Frank Heimes
I've just found this statement at the upstream github project and want
to reference the info here:

https://github.com/pmem/pmdk
"
Experimental Support for PowerPC
There is initial support for ppc64le processors provided. It is currently not 
validated nor maintained. Thus, this architecture should not be used in a 
production environment.

The on-media pool layout is tightly attached to the page size of 64KiB used by 
default on ppc64le, so it is not interchangeable with different page sizes, 
includes those on other architectures. For more information on this port, 
contact Rajalakshmi Srinivasaraghavan (ra...@linux.ibm.com) or Lucas Magalhães 
(lucm...@gmail.com).
"

** Also affects: ubuntu-power-systems
   Importance: Undecided
   Status: New

** Changed in: ubuntu-power-systems
 Assignee: (unassigned) => bugproxy (bugproxy)

** Summary changed:

-  FTBFS ppc64el obj_basic_integration/TEST5 crashed
+ PMDK FTBFS on ppc64el obj_basic_integration/TEST5 crashed

** Tags added: reverse-proxy-bugzilla

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061913

Title:
  PMDK FTBFS on ppc64el obj_basic_integration/TEST5 crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/pmdk/+bug/2061913/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061913] Re: FTBFS ppc64el obj_basic_integration/TEST5 crashed

2024-04-18 Thread Launchpad Bug Tracker
This bug was fixed in the package pmdk - 1.13.1-1.1ubuntu2

---
pmdk (1.13.1-1.1ubuntu2) noble; urgency=medium

  * Fix FTBFS issues in ppc64el:
- d/rules: skip ppc64el build time tests
- d/p/debian-changes: remove bogus file

 -- Athos Ribeiro   Thu, 18 Apr 2024
09:44:59 -0300

** Changed in: pmdk (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061913

Title:
   FTBFS ppc64el obj_basic_integration/TEST5 crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/pmdk/+bug/2061913/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061913] Re: FTBFS ppc64el obj_basic_integration/TEST5 crashed

2024-04-18 Thread Bryce Harrington
** Merge proposal linked:
   
https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/pmdk/+git/pmdk/+merge/464613

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061913

Title:
   FTBFS ppc64el obj_basic_integration/TEST5 crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/pmdk/+bug/2061913/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061913] Re: FTBFS ppc64el obj_basic_integration/TEST5 crashed

2024-04-18 Thread Bryce Harrington
** Tags added: update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061913

Title:
   FTBFS ppc64el obj_basic_integration/TEST5 crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/pmdk/+bug/2061913/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061913] Re: FTBFS ppc64el obj_basic_integration/TEST5 crashed

2024-04-18 Thread Bryce Harrington
I also counted 19 failed tests (that we know of).  I don't have a solid
feeling whether these are having the same root cause or could be
multiple underlying issues.  It would not surprise me, for example, if
there are ppc64el-specific issues in valgrind itself, in addition to
separate and unrelated issues in pmdk.  Also, if there is one specific
op code, for example, that causes all these failures, I have not had
luck in pinpointing it and it feels like it might require at least a
deep dive or even manual debugging on a ppc64el host.  I also don't
think it is wise to assume Debian or upstream is prepared and ready to
do that at the moment.

Given the uncertainty + short timeframe, after a discussion the server
team determined best approach would be to bypass the tests on ppc64el,
to get a successful build, that will hopefully migrate and allow its
rdepends to resolve.

We can't be certain whether these tests represent actual faults that
will affect users, or are false positives or testsuite-specific issues
that won't affect them.  Just in case it's the former, this should be
identified as a known issue in the release notes, a priority given to
ascertain which is the case, and then the release notes updated and
followup SRU bugs filed accordingly.

For now, we'll use this bug report for tracking purposes of the
investigation of the test failures generally, but may wish to divide
this into separate bug reports for more specific issues and use this as
an umbrella bug report.  I'll prioritize this as a "server-todo" bug for
this work.


** Tags added: server-todo

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061913

Title:
   FTBFS ppc64el obj_basic_integration/TEST5 crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/pmdk/+bug/2061913/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061913] Re: FTBFS ppc64el obj_basic_integration/TEST5 crashed

2024-04-18 Thread Athos Ribeiro
Before the latest delta, I see:

20 tests failed:
obj_basic_integration/TEST5
obj_basic_integration/TEST6
obj_action/TEST1
obj_ctl_arenas/TEST6
obj_ctl_debug/TEST1
obj_locks/TEST1
obj_locks/TEST2
obj_mem/TEST1
obj_memcheck_register/TEST0
obj_pmalloc_mt/TEST2
obj_tx_alloc_mt/TEST2
obj_tx_locks/TEST1
obj_tx_locks/TEST2
obj_tx_locks_abort/TEST1
obj_tx_locks_abort/TEST2
out_err_mt/TEST1
out_err_mt/TEST2
pmempool_create/TEST7
pmempool_feature/TEST4
pmempool_feature/TEST5

After the delta:

19 tests failed:
obj_basic_integration/TEST6
obj_action/TEST1
obj_ctl_arenas/TEST6
obj_ctl_debug/TEST1
obj_locks/TEST1
obj_locks/TEST2
obj_mem/TEST1
obj_memcheck_register/TEST0
obj_pmalloc_mt/TEST2
obj_tx_alloc_mt/TEST2
obj_tx_locks/TEST1
obj_tx_locks/TEST2
obj_tx_locks_abort/TEST1
obj_tx_locks_abort/TEST2
out_err_mt/TEST1
out_err_mt/TEST2
pmempool_create/TEST7
pmempool_feature/TEST4
pmempool_feature/TEST5

I suppose that if we are skipping tests, we want to add these all to the
ppc64el skip list so we get a successful build here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061913

Title:
   FTBFS ppc64el obj_basic_integration/TEST5 crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/pmdk/+bug/2061913/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061913] Re: FTBFS ppc64el obj_basic_integration/TEST5 crashed

2024-04-17 Thread Bug Watch Updater
** Changed in: pmdk (Debian)
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061913

Title:
   FTBFS ppc64el obj_basic_integration/TEST5 crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/pmdk/+bug/2061913/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061913] Re: FTBFS ppc64el obj_basic_integration/TEST5 crashed

2024-04-16 Thread Bug Watch Updater
** Changed in: pmdk
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061913

Title:
   FTBFS ppc64el obj_basic_integration/TEST5 crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/pmdk/+bug/2061913/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061913] Re: FTBFS ppc64el obj_basic_integration/TEST5 crashed

2024-04-16 Thread Bryce Harrington
** Bug watch added: github.com/pmem/pmdk/issues #6079
   https://github.com/pmem/pmdk/issues/6079

** Also affects: pmdk via
   https://github.com/pmem/pmdk/issues/6079
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061913

Title:
   FTBFS ppc64el obj_basic_integration/TEST5 crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/pmdk/+bug/2061913/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs