Your message dated Sun, 29 Mar 2020 02:33:55 +0000
with message-id <e1jinlr-000itg...@fasolo.debian.org>
and subject line Bug#952004: fixed in jhbuild 3.36.0-1
has caused the Debian Bug report #952004,
regarding jhbuild: FTBFS: dh_auto_test: error: make -j4 check VERBOSE=1 
returned exit code 2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
952004: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952004
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: jhbuild
Version: 3.35.1-1
Severity: serious
Justification: FTBFS on amd64
Tags: buster sid
Usertags: ftbfs-20200222 ftbfs-buster

Hi,

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

Relevant part (hopefully):
> make[3]: Entering directory '/<<PKGBUILDDIR>>'
> make[3]: Nothing to be done for 'check-am'.
> make[3]: Leaving directory '/<<PKGBUILDDIR>>'
> python3 -bb -m unittest discover -v -t . -s ./tests
> test_build (tests.test_main.AutotoolsModTypeTestCase)
> Building a autotools module ... ok
> test_build_check (tests.test_main.AutotoolsModTypeTestCase)
> Building a autotools module, with checks ... ok
> test_build_check_error (tests.test_main.AutotoolsModTypeTestCase)
> Building a autotools module, with an error in make check ... ok
> test_build_clean_and_check (tests.test_main.AutotoolsModTypeTestCase)
> Building a autotools module, with cleaning and checks ... ok
> test_build_no_network (tests.test_main.AutotoolsModTypeTestCase)
> Building a autotools module, without network ... ok
> test_update (tests.test_main.AutotoolsModTypeTestCase)
> Updating a autotools module ... ok
> test_policy_all (tests.test_main.BuildPolicyTestCase)
> Building an uptodate module with build policy set to "all" ... ok
> test_policy_all_with_no_network (tests.test_main.BuildPolicyTestCase)
> Building an uptodate module with "all" policy, without network ... ok
> test_policy_updated (tests.test_main.BuildPolicyTestCase)
> Building an uptodate module with build policy set to "updated" ... ok
> test_policy_updated_with_no_network (tests.test_main.BuildPolicyTestCase)
> Building an uptodate module with "updated" policy, without network ... ok
> test_to_sxml (tests.test_main.CMakeModuleTest) ... ok
> test_pprint_output (tests.test_main.CmdTestCase) ... ok
> test_autotools (tests.test_main.EndToEndTest) ... ok
> test_autotools_with_libtool (tests.test_main.EndToEndTest) ... ok
> test_distutils (tests.test_main.EndToEndTest) ... ERROR
> test_dependency_chain_after (tests.test_main.ModuleOrderingTestCase)
> A dividing chain of dependencies with an <after> module ... ok
> test_dependency_chain_bi (tests.test_main.ModuleOrderingTestCase)
> A dividing chain of dependencies ... ok
> test_dependency_chain_missing_after (tests.test_main.ModuleOrderingTestCase)
> A chain of dependencies with a missing <after> module ... ok
> test_dependency_chain_missing_dependencies 
> (tests.test_main.ModuleOrderingTestCase)
> A chain of dependencies with a missing <dependencies> module ... ok
> test_dependency_chain_missing_suggests 
> (tests.test_main.ModuleOrderingTestCase)
> A chain of dependencies with a missing <suggests> module ... ok
> test_dependency_chain_recursive_after (tests.test_main.ModuleOrderingTestCase)
> A chain of dependencies with a recursively defined <after> module ... ok
> test_dependency_chain_recursive_after_dependencies 
> (tests.test_main.ModuleOrderingTestCase)
> A chain dependency with an <after> module depending on an inversed relation 
> ... ok
> test_dependency_chain_straight (tests.test_main.ModuleOrderingTestCase)
> A straight chain of dependencies ... ok
> test_dependency_chain_straight_skip (tests.test_main.ModuleOrderingTestCase)
> A straight chain of dependencies, with a module to skip ... ok
> test_dependency_chain_suggests (tests.test_main.ModuleOrderingTestCase)
> A dividing chain of dependencies with an <suggests> module ... ok
> test_dependency_cycle (tests.test_main.ModuleOrderingTestCase)
> A chain of dependencies with a cycle ... ok
> test_dependency_cycle_after (tests.test_main.ModuleOrderingTestCase)
> A chain of dependencies with a cycle caused by an <after> module ... ok
> test_dependency_cycle_suggests (tests.test_main.ModuleOrderingTestCase)
> A chain of dependencies with a cycle caused by an <suggests> module ... ok
> test_standalone_one (tests.test_main.ModuleOrderingTestCase)
> A standalone module ... ok
> test_standalone_two (tests.test_main.ModuleOrderingTestCase)
> Two standalone modules ... ok
> test_sys_deps (tests.test_main.ModuleOrderingTestCase)
> deps ommitted because satisfied by system dependencies ... ok
> test_dtd (tests.test_main.ModulesetXMLTest) ... ok
> test_relaxng (tests.test_main.ModulesetXMLTest) ... ok
> test_build (tests.test_main.TwoModulesTestCase)
> Building two autotools module ... ok
> test_build_failure_dependent_modules (tests.test_main.TwoModulesTestCase)
> Building two dependent autotools modules, with failure in first ... ok
> test_build_failure_dependent_modules_nopoison 
> (tests.test_main.TwoModulesTestCase)
> Building two dependent autotools modules, with failure, but nopoison ... ok
> test_build_failure_independent_modules (tests.test_main.TwoModulesTestCase)
> Building two independent autotools modules, with failure in first ... ok
> test_build_no_update (tests.test_main.TwoModulesTestCase)
> Building two uptodate, autotools module ... ok
> test_build_no_update_updated_deps_policy (tests.test_main.TwoModulesTestCase)
> Building two autotools module, (changed and not), with 'updated-deps' policy 
> ... ok
> test_build_no_update_updated_policy (tests.test_main.TwoModulesTestCase)
> Building two uptodate, autotools module, with 'updated' policy ... ok
> test_make_check_failure_dependent_modules (tests.test_main.TwoModulesTestCase)
> Building two dependent autotools modules, with failure in make check ... ok
> test_make_check_failure_dependent_modules_makecheck_advisory 
> (tests.test_main.TwoModulesTestCase)
> Building two dependent autotools modules, with *advisory* failure in make 
> check ... ok
> test_compare_version (tests.test_main.UtilsTest) ... ok
> 
> ======================================================================
> ERROR: test_distutils (tests.test_main.EndToEndTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/test_main.py", line 703, in test_distutils
>     with_stdout_hidden(build.build)
>   File "/<<PKGBUILDDIR>>/tests/test_main.py", line 688, in with_stdout_hidden
>     return func()
>   File "/<<PKGBUILDDIR>>/jhbuild/frontends/buildscript.py", line 172, in build
>     error, altphases = module.run_phase(self, phase)
>   File "/<<PKGBUILDDIR>>/jhbuild/modtypes/__init__.py", line 420, in run_phase
>     method(buildscript)
>   File "/<<PKGBUILDDIR>>/jhbuild/modtypes/distutils.py", line 64, in do_build
>     buildscript.execute(cmd, cwd = srcdir, extra_env = self.extra_env)
>   File "/<<PKGBUILDDIR>>/jhbuild/frontends/terminal.py", line 288, in execute
>     print(b''.join(output))
> TypeError: sequence item 0: expected a bytes-like object, str found
> 
> ----------------------------------------------------------------------
> Ran 43 tests in 9.050s
> 
> FAILED (errors=1)
> *** Checking out hello *** [1/1]
> *** Configuring hello *** [1/1]
> *** Building hello *** [1/1]
> *** Installing hello *** [1/1]
> *** success *** [1/1]
> *** Checking out libhello *** [1/2]
> *** Configuring libhello *** [1/2]
> *** Building libhello *** [1/2]
> *** Installing libhello *** [1/2]
> *** Checking out hello *** [2/2]
> *** Configuring hello *** [2/2]
> *** Building hello *** [2/2]
> *** Installing hello *** [2/2]
> *** success *** [2/2]
> *** Checking out hello *** [1/1]
> *** Building hello *** [1/1]
> make[2]: *** [Makefile:924: check] Error 1
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test: error: make -j4 check VERBOSE=1 returned exit code 2

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/jhbuild_3.35.1-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.

--- End Message ---
--- Begin Message ---
Source: jhbuild
Source-Version: 3.36.0-1
Done: Jeremy Bicha <jbi...@debian.org>

We believe that the bug you reported is fixed in the latest version of
jhbuild, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 952...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jeremy Bicha <jbi...@debian.org> (supplier of updated jhbuild package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 28 Mar 2020 22:03:51 -0400
Source: jhbuild
Architecture: source
Version: 3.36.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<pkg-gnome-maintain...@lists.alioth.debian.org>
Changed-By: Jeremy Bicha <jbi...@debian.org>
Closes: 952004
Changes:
 jhbuild (3.36.0-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #952004)
Checksums-Sha1:
 05c3b0e28eee323f11c836e01eb7241459b68880 2076 jhbuild_3.36.0-1.dsc
 12cfbe61a2d06eeac2eebef965b082c45f531258 1023448 jhbuild_3.36.0.orig.tar.xz
 3f5ac1b7a4fc5012601b4b62a4b76ad6a557fbe0 5944 jhbuild_3.36.0-1.debian.tar.xz
 9577174bc0a9bc41ab4872361cc5ee94ffca7788 10953 
jhbuild_3.36.0-1_source.buildinfo
Checksums-Sha256:
 8c477cbf76fa2f00cbf09a9e6d7f392eb89bc8de1221e8c73666394dd2a59b52 2076 
jhbuild_3.36.0-1.dsc
 d6c9579552707b8d600d1722c0249925bf599950b9330d5dd5c63535134f6b3b 1023448 
jhbuild_3.36.0.orig.tar.xz
 4a23eb1db9797bcfe9fa7fa4a330a3b3355ea9a418dca243742511d675a546b6 5944 
jhbuild_3.36.0-1.debian.tar.xz
 a3519bdd5c4c2d577d030355ed49161ecb5d0b73cc23f81c4ab806ac4071b8b5 10953 
jhbuild_3.36.0-1_source.buildinfo
Files:
 af692206eec53ffbd0ec43d1af75acfb 2076 devel optional jhbuild_3.36.0-1.dsc
 50a3eb066c77af7e251deee8f616ca48 1023448 devel optional 
jhbuild_3.36.0.orig.tar.xz
 d36030b5509ec8bf9c320d4e37d3d34e 5944 devel optional 
jhbuild_3.36.0-1.debian.tar.xz
 f161caf8929cb324697d7ba4aca44df0 10953 devel optional 
jhbuild_3.36.0-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEETQvhLw5HdtiqzpaW5mx3Wuv+bH0FAl6AArsACgkQ5mx3Wuv+
bH0dXg/+J6SwCv+c+DAbHD0CsI9X0BdaFEhJFv63KSos1ew3EBxzpOMTHovSI76m
qij/CNW/KORWQfZpgtE2PoGHrdAx98p8Og6TS//slsRjoq6vQQQjiqjw0ysTpRaW
tLq8QUnkBzU6pvpNmAHz+Z2dgQwQ3QY923tCCigW9TW9xz9a8cCuNfS1x2Lv7tvq
5VtAayLMdoaBmMPMGz8W7qGOw5vix6ua50xHHHdx2jBdELA8+L/Y86ndV+h2Ak+S
DE5kddtyFabgn0bJVJ8hQEHCsWjzXxuJ2FBIxQcoEdJwT1NgCn/nTsfAgFIOctb8
r8BLGQ83A6k0vwu0qidy5bppkNHoVC9mrcYDozb+B03Ok0Vt15JHcHCYuT/aPeKR
deE56n0rjUMwMbx7bM9xvtCfxMwkBilxC1QVa6GRz+gogMrlZP2Sgghh8UGkEZuU
STu8ecLEiGUzxUG1ttFNf9X1AZkgF+sSpem97/wys4WzpbYLtFIwd64KMOR8gA4E
6N/cxzKTj882VakT4aIv7gj8bS9nRmiPba+5+dPMS5WxaNdfYkDuImnBEaVwh9Nj
5edrS7EPZPqQ7QUSB/FpITM9lZHruYDoRO7VQqRV2CGSK0zUKM4n4d5f7WTBxvjq
JjXhTGPgWEw0+xy7BuaQCYpg+UnFDO979ZXKhNktNSWfrTUJ5mA=
=VDNM
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to