Bug#876299: pcre3: ftbfs on s390x, test failures

2017-12-04 Thread Gianfranco Costamagna
Hello,

>I thought I'd modified the build script to have the same effect (up 
>ulimit before running tests), would you care to tell me what I did 
>wrong, please?

it seems to work now, not sure what happened, but my wild guess
is that we can't ulimit from rules file (not enough permissions), and probably
zelenka has an higer ulimit stack

I don't honestly know why your last upload worked :)

G.



Bug#876299: pcre3: ftbfs on s390x, test failures

2017-12-03 Thread Matthew Vernon

On 11/10/17 08:39, Gianfranco Costamagna wrote:

control: tags -1 -moreinfo


Could you try re-running this test on s390x with a higher stack limit
set, please?

ulimit -s unlimited && dpkg-buildpackage works on zelenka (s390x porterbox)


I thought I'd modified the build script to have the same effect (up 
ulimit before running tests), would you care to tell me what I did 
wrong, please?


Thanks,

Matthew



Bug#876299: pcre3: ftbfs on s390x, test failures

2017-12-03 Thread Matthew Vernon

On 03/12/17 05:45, Jeremy Bicha wrote:


pcre3 2:8.39-6 still fails to build on the Debian buildds on s390s:

https://buildd.debian.org/status/package.php?p=pcre3


OK; looks like I need to add `ulimit -s hard` before running the tests, 
then.


Regards,

Matthew



Bug#876299: pcre3: ftbfs on s390x, test failures

2017-12-02 Thread Jeremy Bicha
Control: reopen -1

pcre3 2:8.39-6 still fails to build on the Debian buildds on s390s:

https://buildd.debian.org/status/package.php?p=pcre3

Thanks,
Jeremy Bicha



Bug#876299: pcre3: ftbfs on s390x, test failures

2017-10-11 Thread Gianfranco Costamagna
control: tags -1 -moreinfo

> Could you try re-running this test on s390x with a higher stack limit
> set, please?
ulimit -s unlimited && dpkg-buildpackage works on zelenka (s390x porterbox)

G.



signature.asc
Description: OpenPGP digital signature


Bug#876299: pcre3: ftbfs on s390x, test failures

2017-09-20 Thread Matthew Vernon
tags -1 moreinfo
quit

Hi,

> Test 2: API, errors, internals, and non-Perl stuff (not UTF-16)
> Segmentation fault
> 
> ** Test 2 requires a lot of stack. If it has crashed with a
> ** segmentation fault, it may be that you do not have enough
> ** stack available by default. Please see the 'pcrestack' man
> ** page for a discussion of PCRE's stack usage.
> 
> FAIL RunTest (exit status: 1)

Could you try re-running this test on s390x with a higher stack limit
set, please?

Thanks,

Matthew



Bug#876299: pcre3: ftbfs on s390x, test failures

2017-09-20 Thread Matthias Klose
Package: src:pcre3
Version: 2:8.39-5
Severity: serious
Tags: sid butcher

ftbfs on s390x, test failures

/usr/bin/make check VERBOSE=1
make[1]: Entering directory '/<>'
/usr/bin/make  check-am
make[2]: Entering directory '/<>'
/usr/bin/make
make[3]: Entering directory '/<>'
/usr/bin/make  all-am
make[4]: Entering directory '/<>'
make[4]: Leaving directory '/<>'
make[3]: Leaving directory '/<>'
/usr/bin/make  check-TESTS
make[3]: Entering directory '/<>'
make[4]: Entering directory '/<>'
PASS: pcrecpp_unittest
PASS: pcre_scanner_unittest
PASS: pcre_stringpiece_unittest
FAIL: RunTest
PASS: RunGrepTest
=
   PCRE 8.39: ./test-suite.log
=

# TOTAL: 5
# PASS:  4
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: RunTest
=


PCRE C library tests using test data from ./testdata
PCRE version 8.39 2016-06-14

 Testing 8-bit library 

Test 1: Main functionality (Compatible with Perl >= 5.10)
  OK
  OK with study
Test 2: API, errors, internals, and non-Perl stuff (not UTF-8)
  OK
  OK with study
Cannot test locale-specific features - none of the 'fr_FR', 'fr' or
'french' locales exist, or the "locale" command is not available
to check for them.

Test 4: UTF-8 support (Compatible with Perl >= 5.10)
  OK
  OK with study
Test 5: API, internals, and non-Perl stuff for UTF-8 support
  OK
  OK with study
Test 6: Unicode property support (Compatible with Perl >= 5.10)
  OK
  OK with study
Test 7: API, internals, and non-Perl stuff for Unicode property support
  OK
  OK with study
Test 8: DFA matching main functionality
  OK
  OK with study
Test 9: DFA matching with UTF-8
  OK
  OK with study
Test 10: DFA matching with Unicode properties
  OK
  OK with study
Test 11: Internal offsets and code size tests
  OK
  OK with study
Test 12: JIT-specific features (when JIT is available)
  Skipped because JIT is not available or not usable
Test 13: JIT-specific features (when JIT is not available)
  OK
Test 14: Specials for the basic 8-bit library
  OK
  OK with study
Test 15: Specials for the 8-bit library with UTF-8 support
  OK
  OK with study
Test 16: Specials for the 8-bit library with Unicode propery support
  OK
  OK with study
Test 17: Specials for the basic 16/32-bit library
  Skipped when running 8-bit tests
Test 18: Specials for the 16/32-bit library with UTF-16/32 support
  Skipped when running 8-bit tests
Test 19: Specials for the 16/32-bit library with Unicode property support
  Skipped when running 8-bit tests
Test 20: DFA specials for the basic 16/32-bit library
  Skipped when running 8-bit tests
Test 21: Reloads for the basic 16/32-bit library
  Skipped when running 8-bit tests
Test 22: Reloads for the 16/32-bit library with UTF-16/32 support
  Skipped when running 8-bit tests
Test 23: Specials for the 16-bit library
  Skipped when running 8/32-bit tests
Test 24: Specials for the 16-bit library with UTF-16 support
  Skipped when running 8/32-bit tests
Test 25: Specials for the 32-bit library
  Skipped when running 8/16-bit tests
Test 26: Specials for the 32-bit library with UTF-32 support
  Skipped when running 8/16-bit tests

 Testing 16-bit library 

Test 1: Main functionality (Compatible with Perl >= 5.10)
  OK
  OK with study
Test 2: API, errors, internals, and non-Perl stuff (not UTF-16)
Segmentation fault

** Test 2 requires a lot of stack. If it has crashed with a
** segmentation fault, it may be that you do not have enough
** stack available by default. Please see the 'pcrestack' man
** page for a discussion of PCRE's stack usage.

FAIL RunTest (exit status: 1)


Testsuite summary for PCRE 8.39

# TOTAL: 5
# PASS:  4
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

See ./test-suite.log

Makefile:2618: recipe for target 'test-suite.log' failed
make[4]: *** [test-suite.log] Error 1