Package Details: backintime-cli-git 1.4.3.r54.g50c74444-1

Git Clone URL: https://aur.archlinux.org/backintime-git.git (read-only, click to copy)
Package Base: backintime-git
Description: Simple backup/snapshot system inspired by Flyback and TimeVault. CLI version
Upstream URL: https://github.com/bit-team/backintime
Licenses: GPL
Conflicts: backintime-cli
Provides: backintime-cli
Submitter: willemw
Maintainer: willemw
Last Packager: willemw
Votes: 28
Popularity: 0.000000
First Submitted: 2015-10-15 03:28 (UTC)
Last Updated: 2024-06-05 08:48 (UTC)

Required by (2)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

willemw commented on 2021-10-20 09:59 (UTC)

@tom: it may have something to do with the warning: "/bin/sh: warning: setlocale: LC_ALL: cannot change locale". If you run locale -a, you should not see any errors (see https://bbs.archlinux.org/viewtopic.php?id=234447).

Please put log output in a Markdown code block/section next time.

tom commented on 2021-10-20 08:33 (UTC)

==> FEHLER: Ein Fehler geschah in check().

...

man pages

for i in $(ls -1 man/C/); do case $i in .gz|~) continue;; *) gzip -n --best -c man/C/$i > man/C/${i}.gz;; esac; done ==> Beginne check()... make: Entering directory '/home/KG/yay/backintime-git/src/backintime/common' python3 -m unittest -b test/test_applicationinstance.py WARNING: Failed to read process stat from /proc/3458091/stat: [2] No such file or directory /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) ........../bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) .........


Ran 19 tests in 0.074s

OK python3 -m unittest -b test/test_argparser.py WARNING: Failed to read process stat from /proc/3458106/stat: [2] No such file or directory WARNING: Failed to read process stat from /proc/3458128/stat: [2] No such file or directory WARNING: Failed to read process stat from /proc/3458129/stat: [2] No such file or directory .....................


Ran 21 tests in 3.514s

OK python3 -m unittest -b test/test_backintime.py WARNING: Failed to read process stat from /proc/3458304/stat: [2] No such file or directory /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) .F Stderr: /home/KG/yay/backintime-git/src/backintime/common/test/test_backintime.py:33: DeprecationWarning: Please use assertEqual instead. self.assertEquals("", subprocess.getoutput("python3 backintime.py --quiet"))

====================================================================== FAIL: test_quiet_mode (test.test_backintime.TestBackInTime)


Traceback (most recent call last): File "/home/KG/yay/backintime-git/src/backintime/common/test/test_backintime.py", line 33, in test_quiet_mode self.assertEquals("", subprocess.getoutput("python3 backintime.py --quiet")) AssertionError: '' != '/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)' + /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)

Stderr: /home/KG/yay/backintime-git/src/backintime/common/test/test_backintime.py:33: DeprecationWarning: Please use assertEqual instead. self.assertEquals("", subprocess.getoutput("python3 backintime.py --quiet"))


Ran 2 tests in 3.768s

FAILED (failures=1) make: *** [Makefile:566: unittest] Error 1 make: Leaving directory '/home/KG/yay/backintime-git/src/backintime/common' ==> FEHLER: Ein Fehler geschah in check().

willemw commented on 2021-07-21 09:09 (UTC)

@carlosnewmusic: that is a bug in a backintime test. It happens after an empty crontab is saved:

$ crontab -e

Save an empty crontab.

$ crontab -l | wc -l  
0

carlosnewmusic commented on 2021-07-20 22:19 (UTC)

OK (skipped=30) python3 -m unittest -b test/test_takeSnapshot.py .........sssssssss


Ran 18 tests in 3.013s

OK (skipped=9) python3 -m unittest -b test/test_tools.py .....s.......s..s......s................F..s.s...ss...s............. ====================================================================== FAIL: test_readWriteCrontab (test.test_tools.TestTools)


Traceback (most recent call last): File "/var/tmp/pamac-build-user/backintime-git/src/backintime/common/test/test_tools.py", line 555, in test_readWriteCrontab self.assertEqual(len(newCrontab), len(oldCrontab) + 1) AssertionError: 1 != 2


Ran 68 tests in 3.073s

FAILED (failures=1, skipped=9) make: *** [Makefile:577: unittest] Error 1 make: Leaving directory '/var/tmp/pamac-build-carlos/backintime-git/src/backintime/common' ==> ERROR: Se produjo un fallo en check(). Cancelando...

Rhinoceros commented on 2019-04-02 20:52 (UTC)

check() is fine for me, with the latest 1.1.12.r449.gba37b1e7-1, using makepkg. I do get some warnings, but no error.

WARNING: Failed to read process stat from /proc/27201/stat: [2] No such file or directory

graysky commented on 2019-04-02 20:46 (UTC)

Anyone else failing the following test?

python3 -m unittest  -b test/test_tools.py
.....s..F.Fs.s..s......s................s..s.s...ss.s.s.............
======================================================================
FAIL: test_device (test.test_tools.TestTools)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/backintime-git/src/backintime/common/test/test_tools.py", line 447, in test_device
    r'/dev/.*')
AssertionError: Regex didn't match: '/dev/.*' not found in 'tmpfs'

======================================================================
FAIL: test_filesystem (test.test_tools.TestTools)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/backintime-git/src/backintime/common/test/test_tools.py", line 453, in test_filesystem
    r'(:?ext[2-4]|xfs|zfs|jfs|raiserfs|btrfs)')
AssertionError: Regex didn't match: '(:?ext[2-4]|xfs|zfs|jfs|raiserfs|btrfs)' not found in 'tmpfs'

----------------------------------------------------------------------
Ran 68 tests in 0.149s

FAILED (failures=2, skipped=12)
make: *** [Makefile:577: unittest] Error 1

Rhinoceros commented on 2018-12-20 22:02 (UTC)

As per my previous comment, I think @willemw can remove the out-of-date flag.

Rhinoceros commented on 2018-11-09 10:31 (UTC)

I think pkgver is fine. It's pulling from the master branch, which is correct. The problem is that the stable release 1.1.24 is on a separate branch series1.1, presumably because upstream are rolling hotfixes into older versions without upgrading the stable with all the newer features.

I think @willemw's advice is right though; just reinstall. It doesn't make sense to upgrade the epoch, for example, because the previous tag on the master is 1.1.12.

willemw commented on 2018-11-09 10:09 (UTC) (edited on 2018-11-09 10:19 (UTC) by willemw)

@uffe: There is an issue with pkgver(). It's not getting the latest tag anymore.

You can reinstall all your backintime*-git packages to upgrade to the latest commit. This is independent from version number generated by pkgver().