Your message dated Thu, 31 Jan 2013 09:47:30 +0000
with message-id <e1u0qjy-0006cs...@franck.debian.org>
and subject line Bug#696625: fixed in autopkgtest 2.2.3+nmu1
has caused the Debian Bug report #696625,
regarding EXDEV not catched properly
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.)


-- 
696625: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696625
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: autopkgtest
Version: 2.2.3
Severity: normal

adt-run: trace: ** init
adt-run: trace: ** start
adt-run: trace: $ vserver: adt-virt-null
adt-run: trace: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ starting
adt-run: trace: ** open, scratch=None
adt-run: trace: ** cmdl = ['sh', '-c', 'exec "$@"', 'x']
adt-run: trace: * initialising
adt-run: trace: * no key generation needed
adt-run: trace: * reset
adt-run: trace: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ builds ...
adt-run: trace: @@@@@@@@@@@@@@@@@@@@ deb deb0
adt-run: trace: * register what=deb0 deb_forbuilds=auto pkg=pgbouncer 
af=deb0-deb~pgbouncer_1.5.4-1_amd64.deb:pgbouncer_1.5.4-1_amd64.deb!|-
adt-run: unexpected, exceptional, error:
Traceback (most recent call last):
  File "/usr/bin/adt-run", line 1883, in main
    process_actions()
  File "/usr/bin/adt-run", line 1823, in process_actions
    'forbuilds',testbed.blamed)
  File "/usr/bin/adt-run", line 1486, in register
    shutil.copy(af.read(), dest)
  File "/usr/lib/python2.7/shutil.py", line 117, in copy
    if os.path.isdir(dst):
  File "/usr/lib/python2.7/genericpath.py", line 41, in isdir
    st = os.stat(s)
TypeError: coercing to Unicode: need string or buffer, instance found
adt-run: trace: ** stop
adt-run: trace: ** close, 
scratch=tb-scratch~/tmp/tmp.WCCrAUmben:-/|/tmp/tmp.WCCrAUmben/!

This patch fixes the issue:

--- adt-run.orig        2012-12-24 09:07:54.000000000 +0100
+++ adt-run     2012-12-24 09:07:57.000000000 +0100
@@ -1482,7 +1482,7 @@
        try: os.link(af.read(), dest.write())
        except (IOError,OSError), oe:
                if oe.errno != errno.EXDEV: raise e
-               shutil.copy(af.read(), dest)
+               shutil.copy(af.read(), dest.write())
 
        if act.ah['deb_'+forwhat] == 'install':
                b.install.append(pkg)

PS: git://git.debian.org/git/autopkgtest/autopkgtest.git (from the Vcs
header) seems pretty out of date

Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: autopkgtest
Source-Version: 2.2.3+nmu1

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

Debian distribution maintenance software
pp.
Christoph Berg <m...@debian.org> (supplier of updated autopkgtest 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...@debian.org)


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

Format: 1.8
Date: Thu, 31 Jan 2013 10:31:56 +0100
Source: autopkgtest
Binary: autopkgtest autopkgtest-xenlvm
Architecture: source all
Version: 2.2.3+nmu1
Distribution: unstable
Urgency: medium
Maintainer: Autopkgtest team <autopkgtest-de...@lists.alioth.debian.org>
Changed-By: Christoph Berg <m...@debian.org>
Description: 
 autopkgtest - automatic as-installed testing for Debian packages
 autopkgtest-xenlvm - Xen/LVM2 based testbed snapshot system
Closes: 696625
Changes: 
 autopkgtest (2.2.3+nmu1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * adt-run: Catch EXDEV.  Closes: #696625.
Checksums-Sha1: 
 63b0b9fd233f9b7aa03564d86194fe758b78c04f 1706 autopkgtest_2.2.3+nmu1.dsc
 7bfee5cd6a8d64339a1ed4a644d8c27e9a60fb01 77156 autopkgtest_2.2.3+nmu1.tar.gz
 8ce94e5c22cfe597df34b52226f1fdd7fba3d853 64694 autopkgtest_2.2.3+nmu1_all.deb
 9d4b7dcd99843c22bd8194a564c038f9753fe5b5 26858 
autopkgtest-xenlvm_2.2.3+nmu1_all.deb
Checksums-Sha256: 
 a575627f34d8ec9b993dd3210547752bb14cbe992363130ca23a1ab74c9cd3d8 1706 
autopkgtest_2.2.3+nmu1.dsc
 09e8b3e5ea46a9208d861e7d48d9acd41008c154009705e66f979a6f195b9eec 77156 
autopkgtest_2.2.3+nmu1.tar.gz
 dd54fc656ace2d8b9b3372ec9fb804d3f4d37f761e0ffdae26a6333397268bba 64694 
autopkgtest_2.2.3+nmu1_all.deb
 9a5e55eba4c31b09f91894630ff4905081014a7221695856ae2d02bc22ec790c 26858 
autopkgtest-xenlvm_2.2.3+nmu1_all.deb
Files: 
 9d1200baca4596f21df3106f470e5867 1706 devel optional autopkgtest_2.2.3+nmu1.dsc
 724030fe0c4dc41c269fd2d8545f613b 77156 devel optional 
autopkgtest_2.2.3+nmu1.tar.gz
 b70b4c2c69e696eded464c486fd8820a 64694 devel optional 
autopkgtest_2.2.3+nmu1_all.deb
 2a612d5bb5ecdd39c1ef8ed26fd2e45e 26858 devel optional 
autopkgtest-xenlvm_2.2.3+nmu1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJRCj1ZAAoJEExaa6sS0qeuTYwP/j682h+txBh3yqhwQus1Tog6
9aXSRPz8Z8iDqxtPbJzANfV78vqFxCdDgMtAFsFqxCWt4puFLBuaFi4LE8NJ5fJl
jDm/eDNZ+Xn8oRNQBRgG8sBK7u8XNTRgaZ+oPGF0x7KnaUBSNOXQVDgfGVl/Syw+
okj65wb4kPwse6XaXXiNp9t1vSDGk2iqfZnawho7sxVfERZte+GluoQrCmHj3M8S
ZWLCwbNVkEefr+vRLrSHXEdL14kdLlGazLaMxts/GRKRSHX5cd/qnucxzcnQCNzx
InlT272+iJNkBMQpya1UGgIQngQKlLEAsI52S3nzIQsG8XOXk5PuAKz21X3h/VrF
rTK/osCIqDjJ0FbwtunUbnJKilsaINzxBz4ImxcQyugw8HFV/R4K79WwW9Q1EEwk
PAHLPt7r7rdfEAxBSjJQhwB/CZIfGYh4PxCkZ3JYs4SUcHCRnjsAKUjUZohavqzb
5iY3zvQvteGSnyLrDS6TyTmAa0JmwSM7zS/05fe3lE0opTVfACwK5O8v319UX1F1
K06tCsExFdAfXarAfgFDTRFDQ/NhbruZitQyd/9jVvls/3ZUqoZVeGQ2STuQgT5r
yFNJVtuzfHf9ou4dm+IY3jAkP5xOE9cAGhupn1GLnUpq2NSBYAvTEQcZ3j4gmCBT
KzYzHfq/nXFFfSeHhwtT
=59V0
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to