PHP remnants

Bryce Harrington bryce.harrington at canonical.com
Wed Mar 25 02:54:18 UTC 2020


Christian, would you mind looking into this one?

On Tue, Mar 24, 2020 at 07:14:02PM -0700, Bryce Harrington wrote:
> > > php-league-commonmark
> > >   - League\CommonMark\Tests\Functional\BinTest::testStdin
> > >     Failed asserting that 1 matches expected 0.
> > >   - 1.3.1-1 could be sync'd from debian
> > >   - syncpackage -V 1.3.1-1 -d unstable -r focal-proposed php-league-commonmark
> > >   - Sync Done
> > >   - Yet php-defaults still showing as built against
> > >     php-league-commonmark 1.3.0-1...?
> > >   - Guessing needs a retrigger?
> > 
> > 1.3.1-1 is still failing the same way.  The test result needs to be
> > analyzed and a patch figured out.  This might be HW specific to s390.
> 
> Still needs figured out

This appears to be something peculiar to s390x, which I'm guessing you
know a way to run checks on?

>From the test it looks like it's simply doing:

$ bin/commonmark ./tests/functional/data/atx_heading.md
<h1>H1</h1>
<h2>H2</h2>
<h3>H3</h3>
<h4>H4</h4>
<h5>H5</h5>
<h6>H6</h6>
<h1>H1</h1>
<h2>H2</h2>
<h3>H3</h3>
<h4>H4</h4>
<h5>H5</h5>
<h6>H6</h6>

For some unclear reason, on s390x this is resulting in an exitcode of
1.  Can you check and see if you can reproduce that, and if so look at
what might be going on?

Thanks,
Bryce



More information about the ubuntu-server mailing list