Your message dated Thu, 13 Aug 2020 20:34:32 +0000
with message-id <e1k6jvk-0003sh...@fasolo.debian.org>
and subject line Bug#963856: fixed in datalad 0.13.2-1
has caused the Debian Bug report #963856,
regarding datalad: FTBFS on IPv6-only environments
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 ow...@bugs.debian.org
immediately.)


-- 
963856: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963856
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: datalad
Version: 0.12.6-1
Severity: serious
Justification: FTBFS (when it built before)

During archive-wide test rebuilding of an IPv6-only environment (which
appears on some normal buildds)[1] we noticed that this package fails:

ERROR: datalad.interface.tests.test_add_archive_content.test_add_archive_content
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_datalad/build/datalad/tests/utils.py", 
line 1200, in newfunc
    raise exc_info[1]
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_datalad/build/datalad/tests/utils.py", 
line 1172, in newfunc
    ret = func(*args, **kwargs)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_datalad/build/datalad/tests/utils.py", 
line 559, in newfunc
    return t(*(arg + (d,)), **kw)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_datalad/build/datalad/tests/utils.py", 
line 671, in newfunc
    return tfunc(*(args + (path, url)), **kwargs)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_datalad/build/datalad/tests/utils.py", 
line 732, in newfunc
    return t(*(arg + (filename,)), **kw)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_datalad/build/datalad/interface/tests/test_add_archive_content.py",
 line 186, in test_add_archive_content
    repo.add_urls([opj(url, '1.tar.gz')], options=["--pathdepth", "-1"])
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_datalad/build/datalad/support/annexrepo.py",
 line 1967, in add_urls
    self._run_annex_command('addurl', annex_options=options + urls,
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_datalad/build/datalad/support/annexrepo.py",
 line 1003, in _run_annex_command
    return self._run_command_files_split(
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_datalad/build/datalad/support/gitrepo.py",
 line 1930, in _run_command_files_split
    out_, err_ = func(
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_datalad/build/datalad/cmd.py", 
line 718, in run
    out, err = super(GitRunner, self).run(
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_datalad/build/datalad/cmd.py", 
line 544, in run
    raise CommandError(str(cmd), msg, status, out[0], out[1])
datalad.support.exceptions.CommandError: CommandError: command '['git-annex', 
'addurl', '-c', 'annex.dotfiles=true', '--pathdepth', '-1', 
'http://127.0.0.1:36559/1.tar.gz']' failed with exitcode 1
Failed to run ['git-annex', 'addurl', '-c', 'annex.dotfiles=true', 
'--pathdepth', '-1', 'http://127.0.0.1:36559/1.tar.gz'] under 
'/tmp/datalad_temp_test_add_archive_content59pn23bs'. Exit code=1.

The full log is available at 
http://perl.debian.net/rebuild-logs/sid-v6only/datalad_0.12.6-1/datalad_0.12.6-1_amd64-2020-06-28T06:56:47Z.build

One way to replicate this environment is like so:

  # unshare -n
  # ip li set lo up
  # ip li add dummy0 type dummy
  # ip li set dummy0 up

Cheers
Dominic

[1] this test showed approximately 100 packages in the archive failing,
but nearly all of them were due to the behaviour of libio-socket-ip-perl,
so will be fixed centrally. I'm filing bugs about the small number of
unrelated cases.

--- End Message ---
--- Begin Message ---
Source: datalad
Source-Version: 0.13.2-1
Done: Yaroslav Halchenko <deb...@onerussian.com>

We believe that the bug you reported is fixed in the latest version of
datalad, 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 963...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yaroslav Halchenko <deb...@onerussian.com> (supplier of updated datalad 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 13 Aug 2020 09:37:20 -0400
Source: datalad
Binary: datalad python3-datalad
Architecture: source all
Version: 0.13.2-1
Distribution: unstable
Urgency: medium
Maintainer: NeuroDebian Team <t...@datalad.org>
Changed-By: Yaroslav Halchenko <deb...@onerussian.com>
Description:
 datalad    - data files management and distribution platform
 python3-datalad - data files management and distribution platform
Closes: 903213 963856 966948
Changes:
 datalad (0.13.2-1) unstable; urgency=medium
 .
   * New upstream release
     - since 0.12.x series, many tests instability issues were addressed.
       (Closes: #903213, #966948)
   * debian/rules
     - remove WRAPT_DISABLE_EXTENSIONS=1 workaround -- wrapt should no longer
       cause segfaults
   * debian/patches
     + 0001-BF-serve_path_via_http-HTTPPath-use-localhost-not-ha.patch
       a semi-blind patch to avoid hardcoding 127.0.0.1 and use localhost
       instead so to make it potentially work on IPv6 only setups.
       Please reopen if that does not fix it (Closes: #963856)
Checksums-Sha1:
 6810ea413fd2a34dd1bb7b10ef4d7123411f5f41 2744 datalad_0.13.2-1.dsc
 ca97dc5c3e5486b7750fb2b77a56a63817f4ea52 1573514 datalad_0.13.2.orig.tar.gz
 02d47a8b40e5a1dd7ff8241b9c582c2874676199 14240 datalad_0.13.2-1.debian.tar.xz
 a14294bf7be37806d149dbd47bf6735975467faf 133504 datalad_0.13.2-1_all.deb
 34811184020f479b1ace0cd0c8d69c5d78143c5e 10226 datalad_0.13.2-1_amd64.buildinfo
 ddc9acf5a7d0a0601c065e49359e7219ddeac176 1098296 
python3-datalad_0.13.2-1_all.deb
Checksums-Sha256:
 c685bc62e11c044136a23483d847e83111219d1624b3ed69c230768c338a88aa 2744 
datalad_0.13.2-1.dsc
 7be72d7a119d9062edcab01e892b244d99dbeb11598294ed1512db9167a83852 1573514 
datalad_0.13.2.orig.tar.gz
 dacc6f5f01f0a9c34951fa2226a7cf3d7ebb0c3637a1e65cecb5586b43796146 14240 
datalad_0.13.2-1.debian.tar.xz
 25432b4e975c5e5d9d34cbe433b2cef7fcfd038b8d34314bb4d9c072bfcc40e8 133504 
datalad_0.13.2-1_all.deb
 69dc63c73dd4d9f59e113487ea8fd2353315e95bd6f8fb0c7f21b82d6b56803e 10226 
datalad_0.13.2-1_amd64.buildinfo
 b9651b94f756ed61e42df1befb7397456bf0ea924e53c586b2cf95d04e16648f 1098296 
python3-datalad_0.13.2-1_all.deb
Files:
 36c036ffdac8c7b239673607bb50d531 2744 science optional datalad_0.13.2-1.dsc
 e256c91d008a2b8ad812fd1fdeb7bc5d 1573514 science optional 
datalad_0.13.2.orig.tar.gz
 22f3612eb30e52f5bb513e6cf872b67e 14240 science optional 
datalad_0.13.2-1.debian.tar.xz
 362f36f16e0b0ecb8a9f0cd91a98e5b1 133504 science optional 
datalad_0.13.2-1_all.deb
 ee6e606a0a7e9af86b4ffb152465345a 10226 science optional 
datalad_0.13.2-1_amd64.buildinfo
 30fa9e606ef93aa02c35cc6e53b873d2 1098296 python optional 
python3-datalad_0.13.2-1_all.deb

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

iQIzBAEBCAAdFiEExbkF8OjZ/ZZo/zZvot4jUGLaM/oFAl81nW4ACgkQot4jUGLa
M/ob/xAAjZfw0ORY/wLX+uFWbb/jYGTgr9Ua8OO78uEwSOJh/fYfciCEfZV0+5Ri
VdVX9p6d9UCwxVBkNhOp196++zNOa4vVR6xyEgI7bAa5x2VuFoeYzypIcsecXaiO
aAwxWeW57YfHifYGD7jyvUHwpvhZOJuaK9mkRhSUerqubHRT0VCvd8YNsX9NRA6P
Uno2hy+S9bStT7VdKaiDo/MIdcEoG195ZHaVzQ5RcHFjV6vv5oepdU8fRHQy8CXQ
Sw2PSTcZpUsIQVBRaL0wd/kmlrrFQA+xqTOpXr0TrKFLags8V5HEHDLPEMLcZA32
J3Xkv9gKTca0SKY/xk4PNXbQzf2BjhXLBJO9N3Vh5GIOrDx+Jv6QKmOn39ekjIDb
mN5m40svRMAwFsbH7xuiC+p99J4xCqr3Ou4Zcq9fANsTXwH7ZqMca5mvPgfADGRS
GQrvRdtXH/Dvtdd8xY3jz7dmjKOlI/psAJ8DX+YH4h+O6U4vuM8b0W1nvj694keU
gNFlD4oC+jYBao1btJHDQceIoYPskWv45MztjWlzMYw3xPjoMDbjqjkaYZbUDG45
gJVE3EwbetGcFeb1OW/WLs4oxdTpmyyqEfIEa0XhYG7PT7GBTtv39678rNsRixZV
ygInHal2uBm0u0J9UVxTfX0gPSN5uWlPtw56aLxXFGLcXPb/Z/U=
=frOQ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to