Bug#750339: libconfig-model-backend-augeas-perl: FTBFS: Tests failures

David Suárez david.sephirot at gmail.com
Mon Jun 2 18:55:17 UTC 2014


Source: libconfig-model-backend-augeas-perl
Version: 0.116-1
Severity: serious
Tags: jessie sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20140601 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build
>    dh_testdir
>    dh_auto_configure
> Note: Augeas integration tests require Augeas library > 0.3.3
> 
> Created MYMETA.yml and MYMETA.json
> Creating new 'Build' script for 'Config-Model-Backend-Augeas' version '0.116'
>    dh_auto_build
> Building Config-Model-Backend-Augeas
>    dh_auto_test
> experience parameter is deprecated at t/test_model.pl line 38.
> 2014/06/01 23:10:44 write backend augeas Config::Model::Backend::Augeas::write failed: Config::Model::ObjTreeScanner->new: unexpected parameter: experience at /«PKGBUILDDIR»/blib/lib/Config/Model/Backend/Augeas.pm line 462.
> 
> #   Failed test 'check that backup config file wr_root/etc/hosts.augsave was written'
> #   at t/augeas_backend.t line 99.
> 
> #   Failed test 'check content of wr_root/etc/hosts'
> #   at t/augeas_backend.t line 108.
> #     Structures begin differing at:
> #          $got->[0] = '127.0.0.1 localhost localhost
> #     '
> #     $expected->[0] = '192.168.0.1 buildbot
> #     '
> 
> #   Failed test 'Check nb of hosts in Augeas'
> #   at t/augeas_backend.t line 115.
> #          got: '2'
> #     expected: '4'
> 2014/06/01 23:10:44 write backend augeas Config::Model::Backend::Augeas::write failed: Config::Model::ObjTreeScanner->new: unexpected parameter: experience at /«PKGBUILDDIR»/blib/lib/Config/Model/Backend/Augeas.pm line 462.
> 
> #   Failed test 'Check nb of hosts in Augeas after deletion'
> #   at t/augeas_backend.t line 123.
> #          got: '2'
> #     expected: '3'
> 
> #   Failed test 'check content of wr_root/etc/hosts after deletion of goner'
> #   at t/augeas_backend.t line 127.
> #     Structures begin differing at:
> #          $got->[0] = '127.0.0.1 localhost localhost
> #     '
> #     $expected->[0] = '192.168.0.1 buildbot
> #     '
> 2014/06/01 23:10:45 write backend augeas Config::Model::Backend::Augeas::write failed: Config::Model::ObjTreeScanner->new: unexpected parameter: experience at /«PKGBUILDDIR»/blib/lib/Config/Model/Backend/Augeas.pm line 462.
> 
> #   Failed test 'check that backup config file wr_root/etc/ssh/sshd_config.augsave was written'
> #   at t/augeas_backend.t line 216.
> 
> #   Failed test 'check content of wr_root/etc/ssh/sshd_config'
> #   at t/augeas_backend.t line 226.
> #     Structures begin differing at:
> #          $got->[2] = 'HostbasedAuthentication no
> #     '
> #     $expected->[2] = 'HostbasedAuthentication yes
> #     '
> 2014/06/01 23:10:45 write backend augeas Config::Model::Backend::Augeas::write failed: Config::Model::ObjTreeScanner->new: unexpected parameter: experience at /«PKGBUILDDIR»/blib/lib/Config/Model/Backend/Augeas.pm line 462.
> 
> #   Failed test 'check content of wr_root/etc/ssh/sshd_config after Match~1'
> #   at t/augeas_backend.t line 243.
> #     Structures begin differing at:
> #          $got->[2] = 'HostbasedAuthentication no
> #     '
> #     $expected->[2] = 'HostbasedAuthentication yes
> #     '
> 2014/06/01 23:10:45 write backend augeas Config::Model::Backend::Augeas::write failed: Config::Model::ObjTreeScanner->new: unexpected parameter: experience at /«PKGBUILDDIR»/blib/lib/Config/Model/Backend/Augeas.pm line 462.
> 
> #   Failed test 'check content of wr_root/etc/ssh/sshd_config after Match:2 ...'
> #   at t/augeas_backend.t line 256.
> #     Structures begin differing at:
> #          $got->[2] = 'HostbasedAuthentication no
> #     '
> #     $expected->[2] = 'HostbasedAuthentication yes
> #     '
> 2014/06/01 23:10:45 write backend augeas Config::Model::Backend::Augeas::write failed: Config::Model::ObjTreeScanner->new: unexpected parameter: experience at /«PKGBUILDDIR»/blib/lib/Config/Model/Backend/Augeas.pm line 462.
> 
> #   Failed test 'check content of wr_root/etc/ssh/sshd_config after Match:2 AllowTcpForwarding=yes'
> #   at t/augeas_backend.t line 269.
> #     Structures begin differing at:
> #          $got->[2] = 'HostbasedAuthentication no
> #     '
> #     $expected->[2] = 'HostbasedAuthentication yes
> #     '
> # Looks like you failed 10 tests of 18.
> t/augeas_backend.t ....... 
> Dubious, test returned 10 (wstat 2560, 0xa00)
> Failed 10/18 subtests 
> experience parameter is deprecated at t/test_model.pl line 38.
> 2014/06/01 23:10:47 write backend augeas Config::Model::Backend::Augeas::write failed: Config::Model::ObjTreeScanner->new: unexpected parameter: experience at /«PKGBUILDDIR»/blib/lib/Config/Model/Backend/Augeas.pm line 462.
> Can't open wr_root/etc/ssh/sshd_config:No such file or directory at t/augeas_from_scratch.t line 104.
> # Looks like you planned 4 tests but ran 3.
> # Looks like your test exited with 2 just after 3.
> t/augeas_from_scratch.t .. 
> Dubious, test returned 2 (wstat 512, 0x200)
> Failed 1/4 subtests 
> t/model_extension.t ...... skipped: Config::Model::Itself is not installed
> t/pod.t .................. ok
> 
> Test Summary Report
> -------------------
> t/augeas_backend.t     (Wstat: 2560 Tests: 18 Failed: 10)
>   Failed tests:  5-7, 9-10, 14-18
>   Non-zero exit status: 10
> t/augeas_from_scratch.t (Wstat: 512 Tests: 3 Failed: 0)
>   Non-zero exit status: 2
>   Parse errors: Bad plan.  You planned 4 tests but ran 3.
> Files=4, Tests=23,  4 wallclock secs ( 0.05 usr  0.04 sys +  3.25 cusr  0.65 csys =  3.99 CPU)
> Result: FAIL
> Failed 2/4 test programs. 10/23 subtests failed.
> dh_auto_test: perl Build test returned exit code 255

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/06/01/libconfig-model-backend-augeas-perl_0.116-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the pkg-perl-maintainers mailing list