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

Build failed in Jenkins: dak-tests_stretch #26



See <https://jenkins.debian.net/job/dak-tests_stretch/26/display/redirect?page=changes>

Changes:

[ansgar] add a first integration test

[ansgar] debian/rules: try running integration tests

------------------------------------------
[...truncated 156.85 KB...]
rm -fr debian/test-gnupghome
dh_auto_clean
make[1]: Leaving directory '/tmp/testrun'
   dh_clean
 dpkg-source -b testrun
dpkg-source: info: using source format '3.0 (native)'
dpkg-source: info: building dak in dak_0notforuse0.tar.xz
dpkg-source: info: building dak in dak_0notforuse0.dsc
 debian/rules build
dh build
   dh_testdir
   dh_update_autotools_config
   dh_auto_configure
   dh_auto_build
   debian/rules override_dh_auto_test
make[1]: Entering directory '/tmp/testrun'
mkdir -pv /tmp/job-exports/test-results
mkdir: created directory '/tmp/job-exports/test-results'
mkdir -p debian/test-gnupghome
GNUPGHOME=$(pwd)/debian/test-gnupghome py.test -v tests --junit-xml=/tmp/job-exports/test-results/tests.xml
============================= test session starts ==============================
platform linux2 -- Python 2.7.13, pytest-3.0.6, py-1.4.32, pluggy-0.4.0 -- /usr/bin/python
cachedir: .cache
rootdir: /tmp/testrun, inifile: 
collecting ... collected 152 items

tests/test_architecture.py::MatchArchitecture::testAll PASSED
tests/test_architecture.py::MatchArchitecture::testAny PASSED
tests/test_architecture.py::MatchArchitecture::testEqual PASSED
tests/test_copy_installer.py::ImportTestCase::test_arguments PASSED
tests/test_copy_installer.py::ImportTestCase::test_copy PASSED
tests/test_copy_installer.py::ImportTestCase::test_dir_names PASSED
tests/test_copy_installer.py::ImportTestCase::test_suites PASSED
tests/test_daklib_fstransactions.py::FilesystemTransactionTestCase::test_copy_existing_and_commit PASSED
tests/test_daklib_fstransactions.py::FilesystemTransactionTestCase::test_copy_existing_and_rollback PASSED
tests/test_daklib_fstransactions.py::FilesystemTransactionTestCase::test_copy_non_existing PASSED
tests/test_daklib_fstransactions.py::FilesystemTransactionTestCase::test_unlink_and_commit PASSED
tests/test_daklib_fstransactions.py::FilesystemTransactionTestCase::test_unlink_and_rollback PASSED
tests/test_filewriter.py::FileWriterTest::test_writer_test PASSED
tests/test_fix_maintainer.py::FixMaintainerTestCase::testASCII PASSED
tests/test_fix_maintainer.py::FixMaintainerTestCase::testBracketedEmail PASSED
tests/test_fix_maintainer.py::FixMaintainerTestCase::testEmptyString PASSED
tests/test_fix_maintainer.py::FixMaintainerTestCase::testInvalidEmail PASSED
tests/test_fix_maintainer.py::FixMaintainerTestCase::testJustEmail PASSED
tests/test_fix_maintainer.py::FixMaintainerTestCase::testKrazy PASSED
tests/test_fix_maintainer.py::FixMaintainerTestCase::testMissingEmailAddress PASSED
tests/test_fix_maintainer.py::FixMaintainerTestCase::testRFC822 PASSED
tests/test_fix_maintainer.py::FixMaintainerTestCase::testSimple PASSED
tests/test_fix_maintainer.py::FixMaintainerTestCase::testUTF8Maintainer PASSED
tests/test_formats.py::ParseFormatTestCase::testEmpty PASSED
tests/test_formats.py::ParseFormatTestCase::testParse PASSED
tests/test_formats.py::ValidateChangesFormat::testBinary PASSED
tests/test_formats.py::ValidateChangesFormat::testFilesField PASSED
tests/test_formats.py::ValidateChangesFormat::testRange PASSED
tests/test_gpg.py::GpgTest::test_expired PASSED
tests/test_gpg.py::GpgTest::test_expired_assertion PASSED
tests/test_gpg.py::GpgTest::test_expired_subkey PASSED
tests/test_gpg.py::GpgTest::test_expires_subkey_assertion PASSED
tests/test_gpg.py::GpgTest::test_md5_assertion PASSED
tests/test_gpg.py::GpgTest::test_message_assertion PASSED
tests/test_gpg.py::GpgTest::test_plain_assertion PASSED
tests/test_gpg.py::GpgTest::test_valid PASSED
tests/test_gpg.py::GpgTest::test_weak_ripemd160 PASSED
tests/test_gpg.py::GpgTest::test_weak_sha1 PASSED
tests/test_imports.py::ImportTestCase::test_fn PASSED
tests/test_imports.py::ImportTestCase::test_importing___init__ PASSED
tests/test_imports.py::ImportTestCase::test_importing_acl PASSED
tests/test_imports.py::ImportTestCase::test_importing_add_user PASSED
tests/test_imports.py::ImportTestCase::test_importing_admin PASSED
tests/test_imports.py::ImportTestCase::test_importing_archive_dedup_pool PASSED
tests/test_imports.py::ImportTestCase::test_importing_auto_decruft PASSED
tests/test_imports.py::ImportTestCase::test_importing_bts_categorize PASSED
tests/test_imports.py::ImportTestCase::test_importing_check_archive PASSED
tests/test_imports.py::ImportTestCase::test_importing_check_overrides PASSED
tests/test_imports.py::ImportTestCase::test_importing_clean_queues PASSED
tests/test_imports.py::ImportTestCase::test_importing_clean_suites PASSED
tests/test_imports.py::ImportTestCase::test_importing_contents PASSED
tests/test_imports.py::ImportTestCase::test_importing_control_overrides PASSED
tests/test_imports.py::ImportTestCase::test_importing_control_suite PASSED
tests/test_imports.py::ImportTestCase::test_importing_copy_installer PASSED
tests/test_imports.py::ImportTestCase::test_importing_cruft_report PASSED
tests/test_imports.py::ImportTestCase::test_importing_dak PASSED
tests/test_imports.py::ImportTestCase::test_importing_dominate PASSED
tests/test_imports.py::ImportTestCase::test_importing_examine_package PASSED
tests/test_imports.py::ImportTestCase::test_importing_export PASSED
tests/test_imports.py::ImportTestCase::test_importing_export_suite PASSED
tests/test_imports.py::ImportTestCase::test_importing_external_overrides PASSED
tests/test_imports.py::ImportTestCase::test_importing_generate_index_diffs PASSED
tests/test_imports.py::ImportTestCase::test_importing_generate_packages_sources2 PASSED
tests/test_imports.py::ImportTestCase::test_importing_generate_releases PASSED
tests/test_imports.py::ImportTestCase::test_importing_graph PASSED
tests/test_imports.py::ImportTestCase::test_importing_import PASSED
tests/test_imports.py::ImportTestCase::test_importing_import_keyring PASSED
tests/test_imports.py::ImportTestCase::test_importing_import_repository PASSED
tests/test_imports.py::ImportTestCase::test_importing_import_users_from_passwd PASSED
tests/test_imports.py::ImportTestCase::test_importing_init_dirs PASSED
tests/test_imports.py::ImportTestCase::test_importing_ls PASSED
tests/test_imports.py::ImportTestCase::test_importing_make_changelog PASSED
tests/test_imports.py::ImportTestCase::test_importing_make_maintainers PASSED
tests/test_imports.py::ImportTestCase::test_importing_make_overrides PASSED
tests/test_imports.py::ImportTestCase::test_importing_make_pkg_file_mapping PASSED
tests/test_imports.py::ImportTestCase::test_importing_manage_build_queues PASSED
tests/test_imports.py::ImportTestCase::test_importing_manage_debug_suites PASSED
tests/test_imports.py::ImportTestCase::test_importing_new_security_install PASSED
tests/test_imports.py::ImportTestCase::test_importing_override PASSED
tests/test_imports.py::ImportTestCase::test_importing_override_disparity PASSED
tests/test_imports.py::ImportTestCase::test_importing_process_commands PASSED
tests/test_imports.py::ImportTestCase::test_importing_process_new PASSED
tests/test_imports.py::ImportTestCase::test_importing_process_policy PASSED
tests/test_imports.py::ImportTestCase::test_importing_process_upload PASSED
tests/test_imports.py::ImportTestCase::test_importing_queue_report PASSED
tests/test_imports.py::ImportTestCase::test_importing_rm PASSED
tests/test_imports.py::ImportTestCase::test_importing_show_deferred PASSED
tests/test_imports.py::ImportTestCase::test_importing_show_new PASSED
tests/test_imports.py::ImportTestCase::test_importing_stats PASSED
tests/test_imports.py::ImportTestCase::test_importing_transitions PASSED
tests/test_imports.py::ImportTestCase::test_importing_update_db PASSED
tests/test_imports.py::ImportTestCase::test_importing_update_suite PASSED
tests/test_lintian.py::ParseLintianTestCase::testBinaryNoDescription PASSED
tests/test_lintian.py::ParseLintianTestCase::testSimple PASSED
tests/test_lintian.py::ParseLintianTestCase::testSource PASSED
tests/test_lintian.py::ParseLintianTestCase::testSourceNoDescription PASSED
tests/test_lintian.py::GenerateRejectMessages::testFatalTags PASSED
tests/test_lintian.py::GenerateRejectMessages::testMixture PASSED
tests/test_lintian.py::GenerateRejectMessages::testOverridable PASSED
tests/test_lintian.py::GenerateRejectMessages::testOverrideAllowed PASSED
tests/test_lintian.py::GenerateRejectMessages::testOverrideNotAllowed PASSED
tests/test_lintian.py::GenerateRejectMessages::testUnknownTag PASSED
tests/test_multiprocessing.py::DakProcessPoolTestCase::testPool PASSED
tests/test_packagelist.py::TestPackageList::testArchAll PASSED
tests/test_packagelist.py::TestPackageList::testArchAmd64 PASSED
tests/test_packagelist.py::TestPackageList::testArchAny PASSED
tests/test_packagelist.py::TestPackageList::testArchAnyAll PASSED
tests/test_packagelist.py::TestPackageList::testArchLinuxAny PASSED
tests/test_packagelist.py::TestPackageList::testFallback PASSED
tests/test_packagelist.py::TestPackageList::testNoArch PASSED
tests/test_parse_changes.py::ParseChangesTestCase::test_1 PASSED
tests/test_parse_changes.py::ParseChangesTestCase::test_2 PASSED
tests/test_parse_changes.py::ParseChangesTestCase::test_3 PASSED
tests/test_parse_changes.py::ParseDscTestCase::test_1 PASSED
tests/test_parse_changes.py::ParseDscTestCase::test_10 PASSED
tests/test_parse_changes.py::ParseDscTestCase::test_1_ignoreErrors PASSED
tests/test_parse_changes.py::ParseDscTestCase::test_2 PASSED
tests/test_parse_changes.py::ParseDscTestCase::test_2_ignoreErrors PASSED
tests/test_parse_changes.py::ParseDscTestCase::test_3 PASSED
tests/test_parse_changes.py::ParseDscTestCase::test_4 PASSED
tests/test_parse_changes.py::ParseDscTestCase::test_5 PASSED
tests/test_parse_changes.py::ParseDscTestCase::test_6 PASSED
tests/test_parse_changes.py::ParseDscTestCase::test_7 PASSED
tests/test_parse_changes.py::ParseDscTestCase::test_8 PASSED
tests/test_parse_changes.py::ParseDscTestCase::test_9 PASSED
tests/test_regexes.py::re_single_line_field::testColons PASSED
tests/test_regexes.py::re_single_line_field::testLeadingWhitespace PASSED
tests/test_regexes.py::re_single_line_field::testMiddleWhitespace PASSED
tests/test_regexes.py::re_single_line_field::testSimple PASSED
tests/test_regexes.py::re_single_line_field::testTrailingWhitespace PASSED
tests/test_regexes.py::re_parse_lintian::testBinary PASSED
tests/test_regexes.py::re_parse_lintian::testBinaryNoDescription PASSED
tests/test_regexes.py::re_parse_lintian::testSource PASSED
tests/test_regexes.py::re_parse_lintian::testSourceNoDescription PASSED
tests/test_split_uploaders.py::SplitUploadersTestCase::test_main PASSED
tests/test_srcformats.py::FormatOneTestCase::testDisallowed PASSED
tests/test_srcformats.py::FormatOneTestCase::testEmpty PASSED
tests/test_srcformats.py::FormatOneTestCase::testNative PASSED
tests/test_srcformats.py::FormatOneTestCase::testStandard PASSED
tests/test_srcformats.py::FormatTreeTestCase::testDisallowed PASSED
tests/test_srcformats.py::FormatTreeTestCase::testEmpty PASSED
tests/test_srcformats.py::FormatTreeTestCase::testSimple PASSED
tests/test_srcformats.py::FormatTreeQuiltTestCase::testDisallowed PASSED
tests/test_srcformats.py::FormatTreeQuiltTestCase::testEmpty PASSED
tests/test_srcformats.py::FormatTreeQuiltTestCase::testMultipleTarballs PASSED
tests/test_srcformats.py::FormatTreeQuiltTestCase::testSimple PASSED
tests/test_srcformats.py::FormatFromStringTestCase::testFormats PASSED
tests/test_srcformats.py::FormatFromStringTestCase::testInvalidFormats PASSED
tests/test_utils.py::UtilsTest::test_extract_component_from_section PASSED
tests/test_utils.py::UtilsTest::test_is_in_debug_section PASSED
tests/test_utils.py::UtilsTest::test_parse_built_using PASSED
tests/test_utils.py::UtilsTest::test_utils_arch_compare_sw PASSED

--------- generated xml file: /tmp/job-exports/test-results/tests.xml ----------
========================== 152 passed in 4.04 seconds ==========================
./integration-tests/run-tests
Creating new cluster 9.6/regress ...
  config /tmp/pg_virtualenv.T0WhMg/postgresql/9.6/regress
  data   /tmp/pg_virtualenv.T0WhMg/data/9.6/regress
  locale C.UTF-8
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
  socket /var/run/postgresql
  port   5433
CREATE ROLE
CREATE ROLE
CREATE ROLE
CREATE ROLE
CREATE DATABASE
You are now connected to database "projectb" as user "postgres".
NOTICE:  extension "plpgsql" already exists, skipping
CREATE EXTENSION
CREATE EXTENSION
GRANT ROLE
psql:/tmp/testrun/setup/current_schema.sql:3047: WARNING:  hash indexes are not WAL-logged and their use is discouraged
hostname: Name or service not known
Creating components
Creating core queues
Creating default sections
Creating default priorities
Setting up source and all architectures
Setting up default keyrings
Creating override types
Setting up archive and locations
Setting up source formats
Setting up metadata key ordering
hostname: Name or service not known
/tmp/testrun/integration-tests/setup: line 24: dak: command not found
*** /tmp/pg_virtualenv.T0WhMg/log/postgresql-9.6-regress.log (last 100 lines) ***
2017-07-18 20:11:49.799 UTC [59983] LOG:  database system was shut down at 2017-07-18 20:11:49 UTC
2017-07-18 20:11:49.800 UTC [59983] LOG:  MultiXact member wraparound protections are now enabled
2017-07-18 20:11:49.806 UTC [59987] LOG:  autovacuum launcher started
2017-07-18 20:11:49.806 UTC [59977] LOG:  database system is ready to accept connections
2017-07-18 20:11:50.267 UTC [60088] [unknown]@[unknown] LOG:  incomplete startup packet
2017-07-18 20:11:53.175 UTC [60458] postgres@projectb WARNING:  hash indexes are not WAL-logged and their use is discouraged
Dropping cluster 9.6/regress ...
debian/rules:13: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 127
make[1]: Leaving directory '/tmp/testrun'
debian/rules:4: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
+ cleanup
+ '[' -e /chroots/chroot-run-stretch.7O73cX63h/tmp/testrun/stats.csv ']'
+ '[' true = true ']'
+ mkdir -p <https://jenkins.debian.net/job/dak-tests_stretch/ws/job-exports>
++ ls -1A /chroots/chroot-run-stretch.7O73cX63h//tmp/job-exports
+ '[' '!' -z test-results ']'
+ cp -drv /chroots/chroot-run-stretch.7O73cX63h//tmp/job-exports/test-results <https://jenkins.debian.net/job/dak-tests_stretch/ws/job-exports/>
'/chroots/chroot-run-stretch.7O73cX63h//tmp/job-exports/test-results' -> '<https://jenkins.debian.net/job/dak-tests_stretch/ws/job-exports/test-results'>
'/chroots/chroot-run-stretch.7O73cX63h//tmp/job-exports/test-results/tests.xml' -> '<https://jenkins.debian.net/job/dak-tests_stretch/ws/job-exports/test-results/tests.xml'>
++ ls -1 '/chroots/chroot-run-stretch.7O73cX63h/tmp/debian-edu-doc_*.changes'
++ true
+ CHANGES=
+ '[' '!' -z '' ']'
+ '[' false = true ']'
+ '[' -d /chroots/chroot-run-stretch.7O73cX63h/proc ']'
+ sudo umount -l /chroots/chroot-run-stretch.7O73cX63h/proc
+ '[' -d /chroots/chroot-run-stretch.7O73cX63h/testrun ']'
+ '[' -d /chroots/chroot-run-stretch.7O73cX63h ']'
+ sudo rm -rf --one-file-system /chroots/chroot-run-stretch.7O73cX63h
Tue 18 Jul 20:12:34 UTC 2017 - /srv/jenkins/bin/chroot-run.sh stopped running as /tmp/jenkins-script-QvHaxQMk, which will now be removed.
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user ansgar@debian.org


Reply to: