You are not logged in.
Pages: 1
The package builds on 64-bit, not on 32-bit.
The error is something in the tests with floating points:
FAIL: pifpaf.tests.test_drivers.TestDrivers.test_consul
tags: worker-4
----------------------------------------------------------------------
pythonlogging:'': {{{
DEBUG [pifpaf.drivers] executing: ['consul', 'agent', '-server', '-bootstrap-expect', '1', '-data-dir', '
DEBUG [pifpaf.drivers] consul[1236] output: BootstrapExpect is set to 1; this is the same as Bootstrap
DEBUG [pifpaf.drivers] consul[1236] output: bootstrap = true: do not enable unless necessary
DEBUG [pifpaf.drivers] consul[1236] output: ==> Starting Consul agent...
DEBUG [pifpaf.drivers] consul[1236] output: panic: runtime error: floating point error
DEBUG [pifpaf.drivers] consul[1236] output: [signal SIGFPE: floating-point exception code=0x7 addr=0x5
DEBUG [pifpaf.drivers] consul[1236] output:
blocked for now and maybe best to bring this one to the attention of the author..
Offline
If consul is excluded from checkdepends, like mongodb is already, then the test runs fine.
My guess: consul is broken, so the test cannot succeed.
Offline
Pages: 1