duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] Failure testing duplicity 3.0.0


From: edgar . soldin
Subject: Re: [Duplicity-talk] Failure testing duplicity 3.0.0
Date: Mon, 2 Sep 2024 12:36:11 +0200
User-agent: Mozilla Thunderbird

hey Scott,

looks like the brew build runs fine https://formulae.brew.sh/formula/duplicity 
. something with your specific setup?

can you give more details os version etc. to the box you are building on? 
unfortunately i can't run latest macOS versions virtually so far, so it' 
difficult to try to reproduce.

sunny regards ..ede

On 02.09.2024 03:46, Scott Hannahs via Duplicity-talk wrote:
First, I get a lot of errors trying to build 3.0.2, so I will get to them next.

However I get this failure with 3.0.0.  It seems that there is an issue with 
the time of the files?  Are they being built too quickly and the timer does not 
have time to increment?  This doesn’t happen on every build.


-Scott

testing/unit/test_file_naming.py .F.......                               [ 92%]
….

=================================== FAILURES ===================================
____________________________ FileNaming.test_suffix ____________________________

self = <testing.unit.test_file_naming.FileNaming testMethod=test_suffix>

     def test_suffix(self):
         """Test suffix (encrypt/compressed) encoding and generation"""
         file_naming.prepare_regex(force=True)
       filename = file_naming.get("inc", manifest=1, gzipped=1)

self       = <testing.unit.test_file_naming.FileNaming testMethod=test_suffix>

/opt/sw/src/fink.build/duplicity-3.0.0-1/duplicity-rel.3.0.0/testing/unit/test_file_naming.py:102:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

type = 'inc', volume_number = None, manifest = 1, encrypted = False, gzipped = 1
partial = False

     def get(
         type,
         volume_number=None,
         manifest=False,  # pylint: disable=redefined-builtin
         encrypted=False,
         gzipped=False,
         partial=False,
     ):
         """
         Return duplicity filename of specified type

         type can be "full", "inc", "full-sig", "new-sig", "full-stat", 
"inc-stat". volume_number
         can be given with the full and inc types.  If manifest is true the
         filename is of a full or inc manifest file.
         """
       assert dup_time.curtimestr
E       AssertionError

encrypted  = False
gzipped    = 1
manifest   = 1
partial    = False
type       = 'inc'
volume_number = None

/opt/sw/src/fink.build/duplicity-3.0.0-1/duplicity-rel.3.0.0/duplicity/file_naming.py:253:
 AssertionError


_______________________________________________
Duplicity-talk mailing list
Duplicity-talk@nongnu.org
https://lists.nongnu.org/mailman/listinfo/duplicity-talk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]