Your message dated Wed, 15 Apr 2020 15:34:25 +0000
with message-id <[email protected]>
and subject line Bug#918893: fixed in pyyaml 5.3.1-2
has caused the Debian Bug report #918893,
regarding pyyaml: some build-time test failures are ignored
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
918893: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=918893
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pyyaml
Version: 3.13-1
Severity: normal

Building pyyaml seems to be succeeding even though some unit tests fail.
I'm not sure why. Similar test failures are seen for 2.7 debug and 3.7
plain, but for some reason everything succeeds in the 3.7 debug build.

This is not a regression with my recent changes: the same thing can be
seen in buildd logs like
<https://buildd.debian.org/status/fetch.php?pkg=pyyaml&arch=arm64&ver=3.13-1&stamp=1541232471&raw=0>
and 
<https://buildd.debian.org/status/fetch.php?pkg=pyyaml&arch=mipsel&ver=3.13-1&stamp=1541256533&raw=0>.

-- running tests for 2.7 plain --
..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................FF..F.....F....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
===========================================================================
test_emitter_styles_ext(tests/data/spec-07-09.data, 
tests/data/spec-07-09.canonical): FAILURE
Traceback (most recent call last):
  File "tests/lib/test_appliance.py", line 65, in execute
    function(verbose=verbose, *filenames)
  File "tests/lib/test_yaml_ext.py", line 240, in wrapper
    function(*args, **kwds)
  File "tests/lib/test_emitter.py", line 62, in test_emitter_styles
    _compare_events(events, new_events)
  File "tests/lib/test_emitter.py", line 15, in _compare_events
    assert event1.value == event2.value, (event1, event2)
AssertionError: see below
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(ScalarEvent(anchor=None, tag=u'tag:yaml.org,2002:str', implicit=(False, 
False), value=u'foo'),
 ScalarEvent(anchor=None, tag=u'tag:yaml.org,2002:str', implicit=(False, 
False), value=u'foo %YAML 1.1'))
---------------------------------------------------------------------------
tests/data/spec-07-09.data:
---
foo
...
# Repeated end marker.
...
---
bar
# No end marker.
---
baz
...
---------------------------------------------------------------------------
tests/data/spec-07-09.canonical:
%YAML 1.1
---
!!str "foo"
%YAML 1.1
---
!!str "bar"
%YAML 1.1
---
!!str "baz"
===========================================================================
test_emitter_styles_ext(tests/data/spec-07-10.data, 
tests/data/spec-07-10.canonical): FAILURE
Traceback (most recent call last):
  File "tests/lib/test_appliance.py", line 65, in execute
    function(verbose=verbose, *filenames)
  File "tests/lib/test_yaml_ext.py", line 240, in wrapper
    function(*args, **kwds)
  File "tests/lib/test_emitter.py", line 62, in test_emitter_styles
    _compare_events(events, new_events)
  File "tests/lib/test_emitter.py", line 15, in _compare_events
    assert event1.value == event2.value, (event1, event2)
AssertionError: see below
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(ScalarEvent(anchor=None, tag=u'tag:yaml.org,2002:str', implicit=(False, 
False), value=u'Root flow scalar'),
 ScalarEvent(anchor=None, tag=u'tag:yaml.org,2002:str', implicit=(False, 
False), value=u'Root flow scalar %YAML 1.1'))
---------------------------------------------------------------------------
tests/data/spec-07-10.data:
"Root flow
 scalar"
--- !!str >
 Root block
 scalar
---
# Root collection:
foo : bar
... # Is optional.
---
# Explicit document may be empty.
---------------------------------------------------------------------------
tests/data/spec-07-10.canonical:
%YAML 1.1
---
!!str "Root flow scalar"
%YAML 1.1
---
!!str "Root block scalar\n"
%YAML 1.1
---
!!map {
  ? !!str "foo"
  : !!str "bar"
}
---
#!!str ""
!!null ""
===========================================================================
test_emitter_styles_ext(tests/data/spec-07-13.data, 
tests/data/spec-07-13.canonical): FAILURE
Traceback (most recent call last):
  File "tests/lib/test_appliance.py", line 65, in execute
    function(verbose=verbose, *filenames)
  File "tests/lib/test_yaml_ext.py", line 240, in wrapper
    function(*args, **kwds)
  File "tests/lib/test_emitter.py", line 62, in test_emitter_styles
    _compare_events(events, new_events)
  File "tests/lib/test_emitter.py", line 15, in _compare_events
    assert event1.value == event2.value, (event1, event2)
AssertionError: see below
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(ScalarEvent(anchor=None, tag=u'!foo', implicit=(False, False), value=u'No 
directives'),
 ScalarEvent(anchor=None, tag=u'!foo', implicit=(False, False), value=u'No 
directives %TAG ! %21foo'))
---------------------------------------------------------------------------
tests/data/spec-07-13.data:
! "First document"
---
!foo "No directives"
%TAG ! !foo
---
!bar "With directives"
%YAML 1.1
---
!baz "Reset settings"
---------------------------------------------------------------------------
tests/data/spec-07-13.canonical:
%YAML 1.1
---
!!str "First document"
---
!<!foo> "No directives"
---
!<!foobar> "With directives"
---
!<!baz> "Reset settings"
===========================================================================
test_emitter_styles_ext(tests/data/spec-08-08.data, 
tests/data/spec-08-08.canonical): FAILURE
Traceback (most recent call last):
  File "tests/lib/test_appliance.py", line 65, in execute
    function(verbose=verbose, *filenames)
  File "tests/lib/test_yaml_ext.py", line 240, in wrapper
    function(*args, **kwds)
  File "tests/lib/test_emitter.py", line 62, in test_emitter_styles
    _compare_events(events, new_events)
  File "tests/lib/test_emitter.py", line 15, in _compare_events
    assert event1.value == event2.value, (event1, event2)
AssertionError: see below
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(ScalarEvent(anchor=None, tag=u'tag:yaml.org,2002:str', implicit=(False, 
False), value=u'foo bar'),
 ScalarEvent(anchor=None, tag=u'tag:yaml.org,2002:str', implicit=(False, 
False), value=u'foo bar %YAML 1.1'))
---------------------------------------------------------------------------
tests/data/spec-08-08.data:
---
foo:
 "bar
 baz"
---
"foo
 bar"
---
foo
 bar
--- |
 foo
...
---------------------------------------------------------------------------
tests/data/spec-08-08.canonical:
%YAML 1.1
---
!!map {
  ? !!str "foo"
  : !!str "bar baz"
}
%YAML 1.1
---
!!str "foo bar"
%YAML 1.1
---
!!str "foo bar"
%YAML 1.1
---
!!str "foo\n"
===========================================================================
TESTS: 2573
FAILURES: 4

--- End Message ---
--- Begin Message ---
Source: pyyaml
Source-Version: 5.3.1-2
Done: Scott Kitterman <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pyyaml, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Scott Kitterman <[email protected]> (supplier of updated pyyaml package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 15 Apr 2020 11:13:39 -0400
Source: pyyaml
Architecture: source
Version: 5.3.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<[email protected]>
Changed-By: Scott Kitterman <[email protected]>
Closes: 918804 918893 938309
Changes:
 pyyaml (5.3.1-2) unstable; urgency=medium
 .
   * Drop support for python2 (Closes: #938309)
   * Delete obsolete README.source
   * Replace autopkgtest-pkg-python with running the actual upstream test suite
   * Set Multi-Arch allowed for python3-yaml (Closes: #918804)
   * Patch upstream test system to make test failures fatal (Closes: #918893)
   * Delete ancient version constraints in Build-Depends for python3-all-dev
     and libyaml-dev
Checksums-Sha1:
 47a79f1d61ea77293d0f615ec289e7545e5f64be 2090 pyyaml_5.3.1-2.dsc
 3d6cf7b14574e3b9aebbd254ddd16581870e4616 6704 pyyaml_5.3.1-2.debian.tar.xz
 3e58315249cc0d5a131301d75f4f7d6c2c75cf6b 6256 pyyaml_5.3.1-2_source.buildinfo
Checksums-Sha256:
 ad2094a887645ebb529fa2cd7c5c7aa806637f841b4385502bcf64f00224fff7 2090 
pyyaml_5.3.1-2.dsc
 7f3749af418b4ec352f69ff41116c976d59f87977435744f3793dd57a4ee4662 6704 
pyyaml_5.3.1-2.debian.tar.xz
 aa190aefbc53934216c6c99af72aad065393bb4d6f5d12cade5718fe1b8dd53c 6256 
pyyaml_5.3.1-2_source.buildinfo
Files:
 965817a1e38f5799efb8aee873778731 2090 python optional pyyaml_5.3.1-2.dsc
 974f0b7f54da8466e3d243321c739fb9 6704 python optional 
pyyaml_5.3.1-2.debian.tar.xz
 d77b3f2bb3b6d2ecbd0549a5ca39a7e6 6256 python optional 
pyyaml_5.3.1-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE53Kb/76FQA/u7iOxeNfe+5rVmvEFAl6XJMUACgkQeNfe+5rV
mvFA9hAAqsgdpeBIzdzdACG7DEgsAjhGhrXqaNbEoav8QnhUMsfiIET7lm4lsnix
Jv7x4ffFHz5UylpUle93LidijzI+jLYOqXEEA1C0sXORFS7yjS4SsIm/kKyHuyCc
V8ZAkBazueTdKdxN82xlx3I0/VHoovOTzTEQd/drSewqArhX1FmesyC2BG9ro8+S
XM90Rzl0Su/QX5fIIcrylvYAVSMdNvAXkfUVW7WGTPWNihuDK6rSZRRxrqSUxFv7
9jESUO6s+GJsP5Wf+78NKxql+A8F4pwokc+DAKBAvB2UMfz5W3Ax94C7I6he1lSP
Kri39n1q1LtzkVPzD789cu3M/3HIHv6dAJ6CORISez1vHsHL58smiU6QX3rj5eJQ
4VEJRwgXJI9juHwEhRRV4HNOZPheoken4cQuM1FG7ATLOguL9Pfqrhmv1YUvEklQ
1rNeDUKy+DwnnKE60A02ZcKxteiNRlNlsBnPaBYI5xSPpLkq3/XZ8S6fhzPmhBbO
rRfeisybqFhUsd0qFyHrrbAHoth/BVEFE/nwbige0Q4u91s09zaILYCLrTvXKFbM
HqtwvhiPxzmGeKWIAenDVVCjU6uw3KJUcNlKjQZYfB63xigZZgaC9BbLoFbrousX
gXqXC0UbfGrHNY7DJRr7g9H1EH4gnU9d4R78qoUwChHQxBW7PqQ=
=px2s
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to