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

Build failed in Jenkins: dak-tests_sid #25



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

Changes:

[joerg] Don't bother with nosnapshot files

------------------------------------------
[...truncated 175.70 KB...]
dh build
   dh_update_autotools_config
make[3]: Leaving directory '/tmp/testrun/tests/fixtures/packages/package-built-using-0.1'
 debian/rules binary
make[3]: Entering directory '/tmp/testrun/tests/fixtures/packages/package-built-using-0.1'
dh binary
   dh_testroot
   dh_prep
   dh_install
   dh_installdocs
   dh_installchangelogs
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'package-built-using' in '../package-built-using_0.1-1_all.deb'.
make[3]: Leaving directory '/tmp/testrun/tests/fixtures/packages/package-built-using-0.1'
 dpkg-genbuildinfo
 dpkg-genchanges  >../package-built-using_0.1-1_amd64.changes
dpkg-genchanges: info: including full source code in upload
 dpkg-source --after-build package-built-using-0.1
 signfile package-built-using_0.1-1.dsc
dpkg-buildpackage: info: full upload (original source is included)
gpg: WARNING: unsafe ownership on homedir '/tmp/testrun/tests/fixtures/packages/gpg'
 signfile package-built-using_0.1-1_amd64.buildinfo

gpg: WARNING: unsafe ownership on homedir '/tmp/testrun/tests/fixtures/packages/gpg'
 signfile package-built-using_0.1-1_amd64.changes

gpg: WARNING: unsafe ownership on homedir '/tmp/testrun/tests/fixtures/packages/gpg'

touch stamp-packages
make[2]: Leaving directory '/tmp/testrun/tests/fixtures/packages'
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.14+, pytest-3.3.2, py-1.5.2, pluggy-0.6.0 -- /usr/bin/python
cachedir: .cache
rootdir: /tmp/testrun, inifile:
collecting ... collected 151 items

tests/test_architecture.py::MatchArchitecture::testAll PASSED            [  0%]
tests/test_architecture.py::MatchArchitecture::testAny PASSED            [  1%]
tests/test_architecture.py::MatchArchitecture::testEqual PASSED          [  1%]
tests/test_copy_installer.py::ImportTestCase::test_arguments PASSED      [  2%]
tests/test_copy_installer.py::ImportTestCase::test_copy PASSED           [  3%]
tests/test_copy_installer.py::ImportTestCase::test_dir_names PASSED      [  3%]
tests/test_copy_installer.py::ImportTestCase::test_suites PASSED         [  4%]
tests/test_daklib_fstransactions.py::FilesystemTransactionTestCase::test_copy_existing_and_commit PASSED [  5%]
tests/test_daklib_fstransactions.py::FilesystemTransactionTestCase::test_copy_existing_and_rollback PASSED [  5%]
tests/test_daklib_fstransactions.py::FilesystemTransactionTestCase::test_copy_non_existing PASSED [  6%]
tests/test_daklib_fstransactions.py::FilesystemTransactionTestCase::test_unlink_and_commit PASSED [  7%]
tests/test_daklib_fstransactions.py::FilesystemTransactionTestCase::test_unlink_and_rollback PASSED [  7%]
tests/test_filewriter.py::FileWriterTest::test_writer_test PASSED        [  8%]
tests/test_fix_maintainer.py::FixMaintainerTestCase::testASCII PASSED    [  9%]
tests/test_fix_maintainer.py::FixMaintainerTestCase::testBracketedEmail PASSED [  9%]
tests/test_fix_maintainer.py::FixMaintainerTestCase::testEmptyString PASSED [ 10%]
tests/test_fix_maintainer.py::FixMaintainerTestCase::testInvalidEmail PASSED [ 11%]
tests/test_fix_maintainer.py::FixMaintainerTestCase::testJustEmail PASSED [ 11%]
tests/test_fix_maintainer.py::FixMaintainerTestCase::testKrazy PASSED    [ 12%]
tests/test_fix_maintainer.py::FixMaintainerTestCase::testMissingEmailAddress PASSED [ 13%]
tests/test_fix_maintainer.py::FixMaintainerTestCase::testRFC822 PASSED   [ 13%]
tests/test_fix_maintainer.py::FixMaintainerTestCase::testSimple PASSED   [ 14%]
tests/test_fix_maintainer.py::FixMaintainerTestCase::testUTF8Maintainer PASSED [ 15%]
tests/test_formats.py::ParseFormatTestCase::testEmpty PASSED             [ 15%]
tests/test_formats.py::ParseFormatTestCase::testParse PASSED             [ 16%]
tests/test_formats.py::ValidateChangesFormat::testBinary PASSED          [ 17%]
tests/test_formats.py::ValidateChangesFormat::testFilesField PASSED      [ 17%]
tests/test_formats.py::ValidateChangesFormat::testRange PASSED           [ 18%]
tests/test_gpg.py::GpgTest::test_expired PASSED                          [ 19%]
tests/test_gpg.py::GpgTest::test_expired_assertion PASSED                [ 19%]
tests/test_gpg.py::GpgTest::test_expired_subkey PASSED                   [ 20%]
tests/test_gpg.py::GpgTest::test_expires_subkey_assertion PASSED         [ 21%]
tests/test_gpg.py::GpgTest::test_md5_assertion PASSED                    [ 21%]
tests/test_gpg.py::GpgTest::test_message_assertion PASSED                [ 22%]
tests/test_gpg.py::GpgTest::test_plain_assertion PASSED                  [ 23%]
tests/test_gpg.py::GpgTest::test_valid PASSED                            [ 23%]
tests/test_gpg.py::GpgTest::test_weak_ripemd160 PASSED                   [ 24%]
tests/test_gpg.py::GpgTest::test_weak_sha1 PASSED                        [ 25%]
tests/test_imports.py::ImportTestCase::test_fn PASSED                    [ 25%]
tests/test_imports.py::ImportTestCase::test_importing___init__ PASSED    [ 26%]
tests/test_imports.py::ImportTestCase::test_importing_acl PASSED         [ 27%]
tests/test_imports.py::ImportTestCase::test_importing_add_user PASSED    [ 27%]
tests/test_imports.py::ImportTestCase::test_importing_admin PASSED       [ 28%]
tests/test_imports.py::ImportTestCase::test_importing_archive_dedup_pool PASSED [ 29%]
tests/test_imports.py::ImportTestCase::test_importing_auto_decruft PASSED [ 29%]
tests/test_imports.py::ImportTestCase::test_importing_bts_categorize PASSED [ 30%]
tests/test_imports.py::ImportTestCase::test_importing_check_archive PASSED [ 31%]
tests/test_imports.py::ImportTestCase::test_importing_check_overrides PASSED [ 31%]
tests/test_imports.py::ImportTestCase::test_importing_clean_queues PASSED [ 32%]
tests/test_imports.py::ImportTestCase::test_importing_clean_suites PASSED [ 33%]
tests/test_imports.py::ImportTestCase::test_importing_contents PASSED    [ 33%]
tests/test_imports.py::ImportTestCase::test_importing_control_overrides PASSED [ 34%]
tests/test_imports.py::ImportTestCase::test_importing_control_suite PASSED [ 35%]
tests/test_imports.py::ImportTestCase::test_importing_copy_installer PASSED [ 35%]
tests/test_imports.py::ImportTestCase::test_importing_cruft_report PASSED [ 36%]
tests/test_imports.py::ImportTestCase::test_importing_dak PASSED         [ 37%]
tests/test_imports.py::ImportTestCase::test_importing_dominate PASSED    [ 37%]
tests/test_imports.py::ImportTestCase::test_importing_examine_package PASSED [ 38%]
tests/test_imports.py::ImportTestCase::test_importing_export PASSED      [ 39%]
tests/test_imports.py::ImportTestCase::test_importing_export_suite PASSED [ 39%]
tests/test_imports.py::ImportTestCase::test_importing_external_overrides PASSED [ 40%]
tests/test_imports.py::ImportTestCase::test_importing_generate_index_diffs PASSED [ 41%]
tests/test_imports.py::ImportTestCase::test_importing_generate_packages_sources2 PASSED [ 41%]
tests/test_imports.py::ImportTestCase::test_importing_generate_releases PASSED [ 42%]
tests/test_imports.py::ImportTestCase::test_importing_graph PASSED       [ 43%]
tests/test_imports.py::ImportTestCase::test_importing_import PASSED      [ 43%]
tests/test_imports.py::ImportTestCase::test_importing_import_keyring PASSED [ 44%]
tests/test_imports.py::ImportTestCase::test_importing_import_repository PASSED [ 45%]
tests/test_imports.py::ImportTestCase::test_importing_import_users_from_passwd PASSED [ 45%]
tests/test_imports.py::ImportTestCase::test_importing_init_dirs PASSED   [ 46%]
tests/test_imports.py::ImportTestCase::test_importing_ls PASSED          [ 47%]
tests/test_imports.py::ImportTestCase::test_importing_make_changelog PASSED [ 47%]
tests/test_imports.py::ImportTestCase::test_importing_make_maintainers PASSED [ 48%]
tests/test_imports.py::ImportTestCase::test_importing_make_overrides PASSED [ 49%]
tests/test_imports.py::ImportTestCase::test_importing_make_pkg_file_mapping PASSED [ 49%]
tests/test_imports.py::ImportTestCase::test_importing_manage_build_queues PASSED [ 50%]
tests/test_imports.py::ImportTestCase::test_importing_manage_debug_suites PASSED [ 50%]
tests/test_imports.py::ImportTestCase::test_importing_new_security_install PASSED [ 51%]
tests/test_imports.py::ImportTestCase::test_importing_override PASSED    [ 52%]
tests/test_imports.py::ImportTestCase::test_importing_process_commands PASSED [ 52%]
tests/test_imports.py::ImportTestCase::test_importing_process_new PASSED [ 53%]
tests/test_imports.py::ImportTestCase::test_importing_process_policy PASSED [ 54%]
tests/test_imports.py::ImportTestCase::test_importing_process_upload PASSED [ 54%]
tests/test_imports.py::ImportTestCase::test_importing_queue_report PASSED [ 55%]
tests/test_imports.py::ImportTestCase::test_importing_rm PASSED          [ 56%]
tests/test_imports.py::ImportTestCase::test_importing_show_deferred PASSED [ 56%]
tests/test_imports.py::ImportTestCase::test_importing_show_new PASSED    [ 57%]
tests/test_imports.py::ImportTestCase::test_importing_stats PASSED       [ 58%]
tests/test_imports.py::ImportTestCase::test_importing_transitions PASSED [ 58%]
tests/test_imports.py::ImportTestCase::test_importing_update_db PASSED   [ 59%]
tests/test_imports.py::ImportTestCase::test_importing_update_suite PASSED [ 60%]
tests/test_lintian.py::ParseLintianTestCase::testBinaryNoDescription PASSED [ 60%]
tests/test_lintian.py::ParseLintianTestCase::testSimple PASSED           [ 61%]
tests/test_lintian.py::ParseLintianTestCase::testSource PASSED           [ 62%]
tests/test_lintian.py::ParseLintianTestCase::testSourceNoDescription PASSED [ 62%]
tests/test_lintian.py::GenerateRejectMessages::testFatalTags PASSED      [ 63%]
tests/test_lintian.py::GenerateRejectMessages::testMixture PASSED        [ 64%]
tests/test_lintian.py::GenerateRejectMessages::testOverridable PASSED    [ 64%]
tests/test_lintian.py::GenerateRejectMessages::testOverrideAllowed PASSED [ 65%]
tests/test_lintian.py::GenerateRejectMessages::testOverrideNotAllowed PASSED [ 66%]
tests/test_lintian.py::GenerateRejectMessages::testUnknownTag PASSED     [ 66%]
tests/test_multiprocessing.py::DakProcessPoolTestCase::testPool PASSED   [ 67%]
tests/test_packagelist.py::TestPackageList::testArchAll PASSED           [ 68%]
tests/test_packagelist.py::TestPackageList::testArchAmd64 PASSED         [ 68%]
tests/test_packagelist.py::TestPackageList::testArchAny PASSED           [ 69%]
tests/test_packagelist.py::TestPackageList::testArchAnyAll PASSED        [ 70%]
tests/test_packagelist.py::TestPackageList::testArchLinuxAny PASSED      [ 70%]
tests/test_packagelist.py::TestPackageList::testFallback PASSED          [ 71%]
tests/test_packagelist.py::TestPackageList::testNoArch PASSED            [ 72%]
tests/test_parse_changes.py::ParseChangesTestCase::test_1 PASSED         [ 72%]
tests/test_parse_changes.py::ParseChangesTestCase::test_2 PASSED         [ 73%]
tests/test_parse_changes.py::ParseChangesTestCase::test_3 PASSED         [ 74%]
tests/test_parse_changes.py::ParseDscTestCase::test_1 PASSED             [ 74%]
tests/test_parse_changes.py::ParseDscTestCase::test_10 PASSED            [ 75%]
tests/test_parse_changes.py::ParseDscTestCase::test_1_ignoreErrors PASSED [ 76%]
tests/test_parse_changes.py::ParseDscTestCase::test_2 PASSED             [ 76%]
tests/test_parse_changes.py::ParseDscTestCase::test_2_ignoreErrors PASSED [ 77%]
tests/test_parse_changes.py::ParseDscTestCase::test_3 PASSED             [ 78%]
tests/test_parse_changes.py::ParseDscTestCase::test_4 PASSED             [ 78%]
tests/test_parse_changes.py::ParseDscTestCase::test_5 PASSED             [ 79%]
tests/test_parse_changes.py::ParseDscTestCase::test_6 PASSED             [ 80%]
tests/test_parse_changes.py::ParseDscTestCase::test_7 PASSED             [ 80%]
tests/test_parse_changes.py::ParseDscTestCase::test_8 PASSED             [ 81%]
tests/test_parse_changes.py::ParseDscTestCase::test_9 PASSED             [ 82%]
tests/test_regexes.py::re_single_line_field::testColons PASSED           [ 82%]
tests/test_regexes.py::re_single_line_field::testLeadingWhitespace PASSED [ 83%]
tests/test_regexes.py::re_single_line_field::testMiddleWhitespace PASSED [ 84%]
tests/test_regexes.py::re_single_line_field::testSimple PASSED           [ 84%]
tests/test_regexes.py::re_single_line_field::testTrailingWhitespace PASSED [ 85%]
tests/test_regexes.py::re_parse_lintian::testBinary PASSED               [ 86%]
tests/test_regexes.py::re_parse_lintian::testBinaryNoDescription PASSED  [ 86%]
tests/test_regexes.py::re_parse_lintian::testSource PASSED               [ 87%]
tests/test_regexes.py::re_parse_lintian::testSourceNoDescription PASSED  [ 88%]
tests/test_split_uploaders.py::SplitUploadersTestCase::test_main PASSED  [ 88%]
tests/test_srcformats.py::FormatOneTestCase::testDisallowed PASSED       [ 89%]
tests/test_srcformats.py::FormatOneTestCase::testEmpty PASSED            [ 90%]
tests/test_srcformats.py::FormatOneTestCase::testNative PASSED           [ 90%]
tests/test_srcformats.py::FormatOneTestCase::testStandard PASSED         [ 91%]
tests/test_srcformats.py::FormatTreeTestCase::testDisallowed PASSED      [ 92%]
tests/test_srcformats.py::FormatTreeTestCase::testEmpty PASSED           [ 92%]
tests/test_srcformats.py::FormatTreeTestCase::testSimple PASSED          [ 93%]
tests/test_srcformats.py::FormatTreeQuiltTestCase::testDisallowed PASSED [ 94%]
tests/test_srcformats.py::FormatTreeQuiltTestCase::testEmpty PASSED      [ 94%]
tests/test_srcformats.py::FormatTreeQuiltTestCase::testMultipleTarballs PASSED [ 95%]
tests/test_srcformats.py::FormatTreeQuiltTestCase::testSimple PASSED     [ 96%]
tests/test_srcformats.py::FormatFromStringTestCase::testFormats PASSED   [ 96%]
tests/test_srcformats.py::FormatFromStringTestCase::testInvalidFormats PASSED [ 97%]
tests/test_utils.py::UtilsTest::test_extract_component_from_section PASSED [ 98%]
tests/test_utils.py::UtilsTest::test_is_in_debug_section PASSED          [ 98%]
tests/test_utils.py::UtilsTest::test_parse_built_using PASSED            [ 99%]
tests/test_utils.py::UtilsTest::test_utils_arch_compare_sw PASSED        [100%]

--------- generated xml file: /tmp/job-exports/test-results/tests.xml ----------
========================= 151 passed in 83.61 seconds ==========================
./integration-tests/run-tests
=== Running 0001-basic
Creating new PostgreSQL cluster 10/regress ...
/usr/lib/postgresql/10/bin/initdb -D /var/lib/postgresql/10/regress --auth-local peer --auth-host md5 --username=postgres --pwfile=/tmp/pgpassword.3YHRll --nosync
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.

The database cluster will be initialized with locale "C.UTF-8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".

Data page checksums are disabled.

fixing permissions on existing directory /var/lib/postgresql/10/regress ... ok
creating subdirectories ... ok
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting dynamic shared memory implementation ... sysv
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok

Sync to disk skipped.
The data directory might become corrupt if the operating system crashes.

Success. You can now start the database server using:

    /usr/lib/postgresql/10/bin/pg_ctl -D /var/lib/postgresql/10/regress -l logfile start

Error: /usr/lib/postgresql/10/bin/pg_ctl /usr/lib/postgresql/10/bin/pg_ctl start -D /var/lib/postgresql/10/regress -l /var/log/postgresql/postgresql-10-regress.log -s -o  -c config_file="/etc/postgresql/10/regress/postgresql.conf"  exited with status 1: 
2018-04-04 08:51:18.505 UTC [5484] LOG:  could not bind IPv6 address "::1": Address already in use
2018-04-04 08:51:18.505 UTC [5484] HINT:  Is another postmaster already running on port 5434? If not, wait a few seconds and retry.
2018-04-04 08:51:18.506 UTC [5484] LOG:  could not bind IPv4 address "127.0.0.1": Address already in use
2018-04-04 08:51:18.506 UTC [5484] HINT:  Is another postmaster already running on port 5434? If not, wait a few seconds and retry.
2018-04-04 08:51:18.506 UTC [5484] WARNING:  could not create listen socket for "localhost"
2018-04-04 08:51:18.506 UTC [5484] FATAL:  could not create any TCP/IP sockets
2018-04-04 08:51:18.506 UTC [5484] LOG:  database system is shut down
pg_ctl: could not start server
Examine the log output.
Could not start cluster
make[1]: *** [debian/rules:17: override_dh_auto_test] Error 2
make[1]: Leaving directory '/tmp/testrun'
make: *** [debian/rules:4: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
'/chroots/chroot-run-sid.RUn1ptVdj//tmp/job-exports/test-results' -> '<https://jenkins.debian.net/job/dak-tests_sid/ws/job-exports/test-results'>
'/chroots/chroot-run-sid.RUn1ptVdj//tmp/job-exports/test-results/tests.xml' -> '<https://jenkins.debian.net/job/dak-tests_sid/ws/job-exports/test-results/tests.xml'>
Wed  4 Apr 08:51:52 UTC 2018 - /srv/jenkins/bin/chroot-run.sh stopped running as /tmp/jenkins-script-D7Sp4mE6, which will now be removed.
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user joerg@debian.org


Reply to: