Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 644228 - dev-python/suds-0.6-r1 : [TEST] E AttributeError: MockSocketReader instance has no attribute close
Summary: dev-python/suds-0.6-r1 : [TEST] E AttributeError: MockSocketReader instance h...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest, TESTFAILURE
Depends on:
Blocks:
 
Reported: 2018-01-11 17:36 UTC by Toralf Förster
Modified: 2020-09-16 22:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,14.80 KB, text/plain)
2018-01-11 17:36 UTC, Toralf Förster
Details
dev-python:suds-0.6-r1:20180111-072446.log (dev-python:suds-0.6-r1:20180111-072446.log,46.99 KB, text/plain)
2018-01-11 17:36 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,49.36 KB, text/plain)
2018-01-11 17:36 UTC, Toralf Förster
Details
environment (environment,134.86 KB, text/plain)
2018-01-11 17:36 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,19.66 KB, application/x-bzip)
2018-01-11 17:36 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,35.73 KB, application/x-bzip)
2018-01-11 17:36 UTC, Toralf Förster
Details
tests.tbz2 (tests.tbz2,38.22 KB, application/x-bzip)
2018-01-11 17:36 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-01-11 17:36:16 UTC
            self.fp = None
>           fp.close()
E           AttributeError: MockSocketReader instance has no attribute 'close'

/usr/lib64/python2.7/httplib.py:551: AttributeError
=============================== warnings summary ===============================

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-hardened_libressl-test_20180108-214514

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)
  [4]   pypy3 (fallback)
  [5]   pypy (fallback)

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.6.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv dev-python/suds
[ebuild  N    ] dev-python/suds-0.6-r1  USE="-doc {-test}" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6"
Comment 1 Toralf Förster gentoo-dev 2018-01-11 17:36:19 UTC
Created attachment 514292 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-01-11 17:36:21 UTC
Created attachment 514294 [details]
dev-python:suds-0.6-r1:20180111-072446.log
Comment 3 Toralf Förster gentoo-dev 2018-01-11 17:36:24 UTC
Created attachment 514296 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-01-11 17:36:27 UTC
Created attachment 514298 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-01-11 17:36:30 UTC
Created attachment 514300 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-01-11 17:36:33 UTC
Created attachment 514302 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-01-11 17:36:36 UTC
Created attachment 514304 [details]
tests.tbz2
Comment 8 Chris Mayo 2020-03-21 18:06:04 UTC
Linked PR fixes this because new version includes:

https://github.com/suds-community/suds/commit/7f1523ffe2ef93541a52be099e24f6b8ea56b966#diff-b61a6d542f9036550ba9c401c80f00ef
Comment 9 Larry the Git Cow gentoo-dev 2020-09-16 22:07:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd7b8047febc1f392e5ea16b7f838cf825eb2d4

commit 1fd7b8047febc1f392e5ea16b7f838cf825eb2d4
Author:     Louis Sautier <sbraz@gentoo.org>
AuthorDate: 2020-09-15 22:55:29 +0000
Commit:     Louis Sautier <sbraz@gentoo.org>
CommitDate: 2020-09-16 22:06:36 +0000

    dev-python/suds: bump to 0.8.4 from a new fork
    
    Also:
    * Use EAPI 7.
    * Require Python built with xml support.
    * Remove obsolete workarounds.
    
    Closes: https://bugs.gentoo.org/644228
    Closes: https://github.com/gentoo/gentoo/pull/15041
    Package-Manager: Portage-3.0.7, Repoman-3.0.1
    Signed-off-by: Louis Sautier <sbraz@gentoo.org>

 dev-python/suds/Manifest                           |  1 +
 .../suds/files/suds-0.8.4-fix-optimization.patch   | 11 +++++++++
 dev-python/suds/suds-0.8.4.ebuild                  | 27 ++++++++++++++++++++++
 3 files changed, 39 insertions(+)