Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1977749 Details for
Bug 2225758
dlrn: FTBFS in Fedora rawhide/f39
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh89 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 32.00 KB, created by
Fedora Release Engineering
on 2023-07-25 17:26:37 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Fedora Release Engineering
Created:
2023-07-25 17:26:37 UTC
Size:
32.00 KB
patch
obsolete
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/sh.py", line 788, in __init__ > self.wait() > File "/usr/lib/python3.12/site-packages/sh.py", line 845, in wait > self.handle_command_exit_code(exit_code) > File "/usr/lib/python3.12/site-packages/sh.py", line 869, in handle_command_exit_code > raise exc > sh.ErrorReturnCode_128: > RAN: /usr/bin/git clone url path > STDOUT: > STDERR: >fatal: repository 'url' does not exist >Captured pythonlogging: >~~~~~~~~~~~~~~~~~~~~~~~ > Getting url to path (foo-bar) >Error cloning url into path: > RAN: /usr/bin/git clone url path > STDOUT: > STDERR: >fatal: repository 'url' does not exist >{2} dlrn.tests.test_rpmspecfile.TestRpmSpecCollection.test_dep2 [0.001262s] ... ok >{2} dlrn.tests.test_rpmspecfile.TestRpmSpecFile.test_nsub_package [0.000265s] ... ok >{2} dlrn.tests.test_rpmspecfile.TestRpmSpecFile.test_sub_package [0.000252s] ... ok >/usr/lib64/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method > warnings.warn("TestResult has no addDuration method", >{5} dlrn.tests.test_shell.TestPostBuild.test_successful_build_no_failures_nosrcrpm [1.946133s] ... ok >{7} dlrn.tests.test_shell.TestProcessBuildResult.test_successful_build_component [2.163195s] ... ok >{7} dlrn.tests.test_utils.TestIsKnownError.test_isknownerror [0.001171s] ... ok >{2} dlrn.tests.test_shell.TestRecheck.test_force_recheck_withoutprojectsini [1.939564s] ... ok >{5} dlrn.tests.test_shell.TestPostBuild.test_successful_build_no_repo [2.152749s] ... ok >{7} dlrn.tests.test_utils.Testdumpshas2file.test_noretry [1.784848s] ... ok >{2} dlrn.tests.test_user.TestUser.test_user_delete_without_confirm [1.734746s] ... ok >{2} dlrn.tests.test_utils.TestAggregateRepo.test_aggregate_repo_files_hashed_dir [0.029627s] ... ok >User user4 successfully created >Are you sure you want to delete user user4? If so, type YES to continue. >Action not confirmed, exiting >============================== >Failed 13 tests - output below: >============================== >dlrn.tests.test_api.TestPromoteBatch.test_promote_batch_successful_2_cmp >------------------------------------------------------------------------ >Captured traceback: >~~~~~~~~~~~~~~~~~~~ > Traceback (most recent call last): > File "/usr/lib/python3.12/site-packages/mock/mock.py", line 1346, in patched > return func(*newargs, **newkeywargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/tests/test_api.py", line 629, in test_promote_batch_successful_2_cmp > data = json.loads(response.data) > ^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/flask/json/__init__.py", line 214, in loads > return _json.loads(s, **kwargs) > ^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib64/python3.12/json/__init__.py", line 346, in loads > return _default_decoder.decode(s) > ^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib64/python3.12/json/decoder.py", line 337, in decode > obj, end = self.raw_decode(s, idx=_w(s, 0).end()) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib64/python3.12/json/decoder.py", line 355, in raw_decode > raise JSONDecodeError("Expecting value", s, err.value) from None > json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) >Captured pythonlogging: >~~~~~~~~~~~~~~~~~~~~~~~ > Exception on /api/promote-batch [POST] >Traceback (most recent call last): > File "/usr/lib/python3.12/site-packages/flask/app.py", line 2529, in wsgi_app > response = self.full_dispatch_request() > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/flask/app.py", line 1825, in full_dispatch_request > rv = self.handle_user_exception(e) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/flask/app.py", line 1823, in full_dispatch_request > rv = self.dispatch_request() > ^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/flask/app.py", line 1799, in dispatch_request > return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/flask_httpauth.py", line 93, in decorated > return f(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/api/dlrn_api.py", line 67, in decorated_function > return f(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/api/dlrn_api.py", line 811, in promote_batch > if not os.path.samefile(target_dir, base_directory): > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "<frozen genericpath>", line 112, in samefile >FileNotFoundError: [Errno 2] No such file or directory: '/tmp/component/None' >dlrn.tests.test_driver_local.TestDriverLocal.test_getinfo >--------------------------------------------------------- >Captured traceback: >~~~~~~~~~~~~~~~~~~~ > Traceback (most recent call last): > File "/usr/lib/python3.12/site-packages/mock/mock.py", line 1346, in patched > return func(*newargs, **newkeywargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/tests/test_driver_local.py", line 50, in test_getinfo > info = driver.getinfo( > ^^^^^^^^^^^^^^^ > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/drivers/local.py", line 91, in getinfo > repoinfo = str(git.log("--pretty=format:%H %ct", "-1", ".") > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/sh.py", line 1524, in __call__ > return RunningCommand(cmd, call_args, stdin, stdout, stderr) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/sh.py", line 780, in __init__ > self.process = OProc(self, self.log, cmd, stdin, stdout, stderr, > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/sh.py", line 2125, in __init__ > raise ForkException(fork_exc) > sh.ForkException: >Original exception: >=================== > Traceback (most recent call last): > File "/usr/lib/python3.12/site-packages/sh.py", line 2036, in __init__ > os.chdir(cwd) > FileNotFoundError: [Errno 2] No such file or directory: '/tmp/hello-world' > >dlrn.tests.test_repositories.TestRefreshRepo.test_dont_fetch_if_local_repo_exists >--------------------------------------------------------------------------------- >Captured traceback: >~~~~~~~~~~~~~~~~~~~ > Traceback (most recent call last): > File "/usr/lib/python3.12/site-packages/mock/mock.py", line 1346, in patched > return func(*newargs, **newkeywargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/tests/test_repositories.py", line 58, in test_dont_fetch_if_local_repo_exists > repositories.refreshrepo('url', 'path', branch='branch', local=True) > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/repositories.py", line 112, in refreshrepo > repoinfo = str(git.log("--pretty=format:%H %ct", "-1", ".")).\ > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/sh.py", line 1524, in __call__ > return RunningCommand(cmd, call_args, stdin, stdout, stderr) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/sh.py", line 780, in __init__ > self.process = OProc(self, self.log, cmd, stdin, stdout, stderr, > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/sh.py", line 2125, in __init__ > raise ForkException(fork_exc) > sh.ForkException: >Original exception: >=================== > Traceback (most recent call last): > File "/usr/lib/python3.12/site-packages/sh.py", line 2036, in __init__ > os.chdir(cwd) > FileNotFoundError: [Errno 2] No such file or directory: 'path' > >Captured pythonlogging: >~~~~~~~~~~~~~~~~~~~~~~~ > Getting url to path (branch) >dlrn.tests.test_driver_koji.TestDriverKoji.test_build_package_rhpkg >------------------------------------------------------------------- >Captured traceback: >~~~~~~~~~~~~~~~~~~~ > Traceback (most recent call last): > File "/usr/lib/python3.12/site-packages/mock/mock.py", line 1346, in patched > return func(*newargs, **newkeywargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/tests/test_driver_koji.py", line 213, in test_build_package_rhpkg > driver.build_package(output_directory=self.temp_dir, > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/drivers/kojidriver.py", line 241, in build_package > build_exception, logfile = build_method( > ^^^^^^^^^^^^^ > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/drivers/kojidriver.py", line 146, in _build_with_rhpkg > rhpkg('import', '--skip-diff', src_rpm) > File "/usr/lib/python3.12/site-packages/sh.py", line 1524, in __call__ > return RunningCommand(cmd, call_args, stdin, stdout, stderr) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/sh.py", line 780, in __init__ > self.process = OProc(self, self.log, cmd, stdin, stdout, stderr, > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/sh.py", line 2125, in __init__ > raise ForkException(fork_exc) > sh.ForkException: >Original exception: >=================== > Traceback (most recent call last): > File "/usr/lib/python3.12/site-packages/sh.py", line 2036, in __init__ > os.chdir(cwd) > FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpf5t5k18h/tmp17dzd6fa/python-pysaml2_distro' > >dlrn.tests.test_repositories.TestRefreshRepo.test_clone_no_fallback >------------------------------------------------------------------- >Captured traceback: >~~~~~~~~~~~~~~~~~~~ > Traceback (most recent call last): > File "/usr/lib/python3.12/site-packages/mock/mock.py", line 1346, in patched > return func(*newargs, **newkeywargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/tests/test_repositories.py", line 81, in test_clone_no_fallback > self.assertRaises(sh.ErrorReturnCode_1, repositories.refreshrepo, > File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 467, in assertRaises > self.assertThat(our_callable, matcher) > File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 478, in assertThat > mismatch_error = self._matchHelper(matchee, matcher, message, verbose) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 530, in _matchHelper > mismatch = matcher.match(matchee) > ^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/testtools/matchers/_exception.py", line 104, in match > mismatch = self.exception_matcher.match(exc_info) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/testtools/matchers/_higherorder.py", line 62, in match > mismatch = matcher.match(matchee) > ^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 457, in match > reraise(*matchee) > File "/usr/lib/python3.12/site-packages/testtools/compat.py", line 27, in reraise > raise exc_obj.with_traceback(exc_tb) > File "/usr/lib/python3.12/site-packages/testtools/matchers/_exception.py", line 97, in match > result = matchee() > ^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 1039, in __call__ > return self._callable_object(*self._args, **self._kwargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/repositories.py", line 30, in refreshrepo > sh.git.clone(url, path) > File "/usr/lib/python3.12/site-packages/sh.py", line 1524, in __call__ > return RunningCommand(cmd, call_args, stdin, stdout, stderr) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/sh.py", line 788, in __init__ > self.wait() > File "/usr/lib/python3.12/site-packages/sh.py", line 845, in wait > self.handle_command_exit_code(exit_code) > File "/usr/lib/python3.12/site-packages/sh.py", line 869, in handle_command_exit_code > raise exc > sh.ErrorReturnCode_128: > RAN: /usr/bin/git clone url path > STDOUT: > STDERR: >fatal: repository 'url' does not exist >Captured pythonlogging: >~~~~~~~~~~~~~~~~~~~~~~~ > Getting url to path (branch) >Error cloning url into path: > RAN: /usr/bin/git clone url path > STDOUT: > STDERR: >fatal: repository 'url' does not exist >dlrn.tests.test_driver_git.TestDriverGit.test_getpackages >--------------------------------------------------------- >Captured traceback: >~~~~~~~~~~~~~~~~~~~ > Traceback (most recent call last): > File "/usr/lib/python3.12/site-packages/mock/mock.py", line 1346, in patched > return func(*newargs, **newkeywargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/tests/test_driver_git.py", line 65, in test_getpackages > packages = driver.getpackages(dev_mode=True) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/drivers/gitrepo.py", line 101, in getpackages > sh.git.clone(repo, gitpath) > File "/usr/lib/python3.12/site-packages/sh.py", line 1524, in __call__ > return RunningCommand(cmd, call_args, stdin, stdout, stderr) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/sh.py", line 788, in __init__ > self.wait() > File "/usr/lib/python3.12/site-packages/sh.py", line 845, in wait > self.handle_command_exit_code(exit_code) > File "/usr/lib/python3.12/site-packages/sh.py", line 869, in handle_command_exit_code > raise exc > sh.ErrorReturnCode_128: > RAN: /usr/bin/git clone /tmp/tmpigv_5rbk/tmp15btibhh/package_info > STDOUT: > STDERR: >fatal: repository '/tmp/tmpigv_5rbk/tmp15btibhh/package_info' does not exist >dlrn.tests.test_repositories.TestRefreshRepo.test_clone_no_fallback_default >--------------------------------------------------------------------------- >Captured traceback: >~~~~~~~~~~~~~~~~~~~ > Traceback (most recent call last): > File "/usr/lib/python3.12/site-packages/mock/mock.py", line 1346, in patched > return func(*newargs, **newkeywargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/tests/test_repositories.py", line 95, in test_clone_no_fallback_default > self.assertRaises(sh.ErrorReturnCode_1, repositories.refreshrepo, > File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 467, in assertRaises > self.assertThat(our_callable, matcher) > File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 478, in assertThat > mismatch_error = self._matchHelper(matchee, matcher, message, verbose) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 530, in _matchHelper > mismatch = matcher.match(matchee) > ^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/testtools/matchers/_exception.py", line 104, in match > mismatch = self.exception_matcher.match(exc_info) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/testtools/matchers/_higherorder.py", line 62, in match > mismatch = matcher.match(matchee) > ^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 457, in match > reraise(*matchee) > File "/usr/lib/python3.12/site-packages/testtools/compat.py", line 27, in reraise > raise exc_obj.with_traceback(exc_tb) > File "/usr/lib/python3.12/site-packages/testtools/matchers/_exception.py", line 97, in match > result = matchee() > ^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 1039, in __call__ > return self._callable_object(*self._args, **self._kwargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/repositories.py", line 30, in refreshrepo > sh.git.clone(url, path) > File "/usr/lib/python3.12/site-packages/sh.py", line 1524, in __call__ > return RunningCommand(cmd, call_args, stdin, stdout, stderr) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/sh.py", line 788, in __init__ > self.wait() > File "/usr/lib/python3.12/site-packages/sh.py", line 845, in wait > self.handle_command_exit_code(exit_code) > File "/usr/lib/python3.12/site-packages/sh.py", line 869, in handle_command_exit_code > raise exc > sh.ErrorReturnCode_128: > RAN: /usr/bin/git clone url path > STDOUT: > STDERR: >fatal: repository 'url' does not exist >Captured pythonlogging: >~~~~~~~~~~~~~~~~~~~~~~~ > Getting url to path (rpm-master) >Error cloning url into path: > RAN: /usr/bin/git clone url path > STDOUT: > STDERR: >fatal: repository 'url' does not exist >dlrn.tests.test_driver_git.TestDriverGit.test_getinfo >----------------------------------------------------- >Captured traceback: >~~~~~~~~~~~~~~~~~~~ > Traceback (most recent call last): > File "/usr/lib/python3.12/site-packages/mock/mock.py", line 1346, in patched > return func(*newargs, **newkeywargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/tests/test_driver_git.py", line 57, in test_getinfo > info = driver.getinfo(package=package, project="test", dev_mode=True) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/drivers/gitrepo.py", line 223, in getinfo > lines = git.log("--pretty=format:'%ct %H'", since, > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/sh.py", line 1524, in __call__ > return RunningCommand(cmd, call_args, stdin, stdout, stderr) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/sh.py", line 780, in __init__ > self.process = OProc(self, self.log, cmd, stdin, stdout, stderr, > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/sh.py", line 2125, in __init__ > raise ForkException(fork_exc) > sh.ForkException: >Original exception: >=================== > Traceback (most recent call last): > File "/usr/lib/python3.12/site-packages/sh.py", line 2036, in __init__ > os.chdir(cwd) > FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpaxlvtj9u/tmpdkxtj0ti/test' > >Captured pythonlogging: >~~~~~~~~~~~~~~~~~~~~~~~ > Checking url https://opendev.org/openstack/test >Checking url https://opendev.org/x/test >Checking url https://opendev.org/opendev/test >Could not find upstream URL for project {'upstream': 'test', 'name': 'test'} >dlrn.tests.test_repositories.TestRefreshRepo.test_clone_if_not_cloned >--------------------------------------------------------------------- >Captured traceback: >~~~~~~~~~~~~~~~~~~~ > Traceback (most recent call last): > File "/usr/lib/python3.12/site-packages/mock/mock.py", line 1346, in patched > return func(*newargs, **newkeywargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/tests/test_repositories.py", line 36, in test_clone_if_not_cloned > repositories.refreshrepo('url', 'path', branch='branch') > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/repositories.py", line 30, in refreshrepo > sh.git.clone(url, path) > File "/usr/lib/python3.12/site-packages/sh.py", line 1524, in __call__ > return RunningCommand(cmd, call_args, stdin, stdout, stderr) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/sh.py", line 788, in __init__ > self.wait() > File "/usr/lib/python3.12/site-packages/sh.py", line 845, in wait > self.handle_command_exit_code(exit_code) > File "/usr/lib/python3.12/site-packages/sh.py", line 869, in handle_command_exit_code > raise exc > sh.ErrorReturnCode_128: > RAN: /usr/bin/git clone url path > STDOUT: > STDERR: >fatal: repository 'url' does not exist >Captured pythonlogging: >~~~~~~~~~~~~~~~~~~~~~~~ > Getting url to path (branch) >Error cloning url into path: > RAN: /usr/bin/git clone url path > STDOUT: > STDERR: >fatal: repository 'url' does not exist >dlrn.tests.test_repositories.TestRefreshRepo.test_clone_fallback_var >-------------------------------------------------------------------- >Captured traceback: >~~~~~~~~~~~~~~~~~~~ > Traceback (most recent call last): > File "/usr/lib/python3.12/site-packages/mock/mock.py", line 1346, in patched > return func(*newargs, **newkeywargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/tests/test_repositories.py", line 125, in test_clone_fallback_var > result = repositories.refreshrepo('url', 'path', branch='bar') > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/repositories.py", line 30, in refreshrepo > sh.git.clone(url, path) > File "/usr/lib/python3.12/site-packages/sh.py", line 1524, in __call__ > return RunningCommand(cmd, call_args, stdin, stdout, stderr) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/sh.py", line 788, in __init__ > self.wait() > File "/usr/lib/python3.12/site-packages/sh.py", line 845, in wait > self.handle_command_exit_code(exit_code) > File "/usr/lib/python3.12/site-packages/sh.py", line 869, in handle_command_exit_code > raise exc > sh.ErrorReturnCode_128: > RAN: /usr/bin/git clone url path > STDOUT: > STDERR: >fatal: repository 'url' does not exist >Captured pythonlogging: >~~~~~~~~~~~~~~~~~~~~~~~ > Getting url to path (bar) >Error cloning url into path: > RAN: /usr/bin/git clone url path > STDOUT: > STDERR: >fatal: repository 'url' does not exist >dlrn.tests.test_repositories.TestRefreshRepo.test_clone_fetch_if_local_repo_missing >----------------------------------------------------------------------------------- >Captured traceback: >~~~~~~~~~~~~~~~~~~~ > Traceback (most recent call last): > File "/usr/lib/python3.12/site-packages/mock/mock.py", line 1346, in patched > return func(*newargs, **newkeywargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/tests/test_repositories.py", line 63, in test_clone_fetch_if_local_repo_missing > repositories.refreshrepo('url', 'path', branch='branch', local=True) > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/repositories.py", line 30, in refreshrepo > sh.git.clone(url, path) > File "/usr/lib/python3.12/site-packages/sh.py", line 1524, in __call__ > return RunningCommand(cmd, call_args, stdin, stdout, stderr) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/sh.py", line 788, in __init__ > self.wait() > File "/usr/lib/python3.12/site-packages/sh.py", line 845, in wait > self.handle_command_exit_code(exit_code) > File "/usr/lib/python3.12/site-packages/sh.py", line 869, in handle_command_exit_code > raise exc > sh.ErrorReturnCode_128: > RAN: /usr/bin/git clone url path > STDOUT: > STDERR: >fatal: repository 'url' does not exist >Captured pythonlogging: >~~~~~~~~~~~~~~~~~~~~~~~ > Getting url to path (branch) >Error cloning url into path: > RAN: /usr/bin/git clone url path > STDOUT: > STDERR: >fatal: repository 'url' does not exist >dlrn.tests.test_repositories.TestRefreshRepo.test_dont_clone_if_cloned >---------------------------------------------------------------------- >Captured traceback: >~~~~~~~~~~~~~~~~~~~ > Traceback (most recent call last): > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/repositories.py", line 40, in refreshrepo > remotes = git("remote", "-v").splitlines() > ^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/sh.py", line 1524, in __call__ > return RunningCommand(cmd, call_args, stdin, stdout, stderr) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/sh.py", line 780, in __init__ > self.process = OProc(self, self.log, cmd, stdin, stdout, stderr, > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/sh.py", line 2125, in __init__ > raise ForkException(fork_exc) > sh.ForkException: >Original exception: >=================== > Traceback (most recent call last): > File "/usr/lib/python3.12/site-packages/sh.py", line 2036, in __init__ > os.chdir(cwd) > FileNotFoundError: [Errno 2] No such file or directory: 'path' > > >During handling of the above exception, another exception occurred: > Traceback (most recent call last): > File "/usr/lib/python3.12/site-packages/mock/mock.py", line 1346, in patched > return func(*newargs, **newkeywargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/tests/test_repositories.py", line 47, in test_dont_clone_if_cloned > repositories.refreshrepo('url', 'path', branch='branch') > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/repositories.py", line 67, in refreshrepo > sh.git.clone(url, path) > File "/usr/lib/python3.12/site-packages/sh.py", line 1524, in __call__ > return RunningCommand(cmd, call_args, stdin, stdout, stderr) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/sh.py", line 788, in __init__ > self.wait() > File "/usr/lib/python3.12/site-packages/sh.py", line 845, in wait > self.handle_command_exit_code(exit_code) > File "/usr/lib/python3.12/site-packages/sh.py", line 869, in handle_command_exit_code > raise exc > sh.ErrorReturnCode_128: > RAN: /usr/bin/git clone url path > STDOUT: > STDERR: >fatal: repository 'url' does not exist >Captured pythonlogging: >~~~~~~~~~~~~~~~~~~~~~~~ > Getting url to path (branch) >Directory path does not contain a valid Git repo, cleaning directory and cloning again >dlrn.tests.test_repositories.TestRefreshRepo.test_clone_no_fallback_var >----------------------------------------------------------------------- >Captured traceback: >~~~~~~~~~~~~~~~~~~~ > Traceback (most recent call last): > File "/usr/lib/python3.12/site-packages/mock/mock.py", line 1346, in patched > return func(*newargs, **newkeywargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/tests/test_repositories.py", line 110, in test_clone_no_fallback_var > self.assertRaises(sh.ErrorReturnCode_1, repositories.refreshrepo, > File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 467, in assertRaises > self.assertThat(our_callable, matcher) > File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 478, in assertThat > mismatch_error = self._matchHelper(matchee, matcher, message, verbose) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 530, in _matchHelper > mismatch = matcher.match(matchee) > ^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/testtools/matchers/_exception.py", line 104, in match > mismatch = self.exception_matcher.match(exc_info) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/testtools/matchers/_higherorder.py", line 62, in match > mismatch = matcher.match(matchee) > ^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 457, in match > reraise(*matchee) > File "/usr/lib/python3.12/site-packages/testtools/compat.py", line 27, in reraise > raise exc_obj.with_traceback(exc_tb) > File "/usr/lib/python3.12/site-packages/testtools/matchers/_exception.py", line 97, in match > result = matchee() > ^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/testtools/testcase.py", line 1039, in __call__ > return self._callable_object(*self._args, **self._kwargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/builddir/build/BUILD/DLRN-0.14.0/dlrn/repositories.py", line 30, in refreshrepo > sh.git.clone(url, path) > File "/usr/lib/python3.12/site-packages/sh.py", line 1524, in __call__ > return RunningCommand(cmd, call_args, stdin, stdout, stderr) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/site-packages/sh.py", line 788, in __init__ > self.wait() > File "/usr/lib/python3.12/site-packages/sh.py", line 845, in wait > self.handle_command_exit_code(exit_code) > File "/usr/lib/python3.12/site-packages/sh.py", line 869, in handle_command_exit_code > raise exc > sh.ErrorReturnCode_128: > RAN: /usr/bin/git clone url path > STDOUT: > STDERR: >fatal: repository 'url' does not exist >Captured pythonlogging: >~~~~~~~~~~~~~~~~~~~~~~~ > Getting url to path (foo-bar) >Error cloning url into path: > RAN: /usr/bin/git clone url path > STDOUT: > STDERR: >fatal: repository 'url' does not exist >====== >Totals >====== >Ran: 212 tests in 55.0216 sec. > - Passed: 199 > - Skipped: 0 > - Expected Fail: 0 > - Unexpected Success: 0 > - Failed: 13 >Sum of execute time for each test: 398.8840 sec. >============== >Worker Balance >============== > - Worker 0 (27 tests) => 0:00:50.009059 > - Worker 1 (27 tests) => 0:00:51.191377 > - Worker 2 (27 tests) => 0:00:55.010545 > - Worker 3 (27 tests) => 0:00:43.619857 > - Worker 4 (26 tests) => 0:00:47.790969 > - Worker 5 (26 tests) => 0:00:54.927884 > - Worker 6 (26 tests) => 0:00:41.490548 > - Worker 7 (26 tests) => 0:00:54.948282 >error: Bad exit status from /var/tmp/rpm-tmp.DJtaLK (%check) > Bad exit status from /var/tmp/rpm-tmp.DJtaLK (%check) >RPM build errors: >Child return code was: 1 >EXCEPTION: [Error('Command failed: \n # /usr/bin/systemd-nspawn -q -M 5449b40e6b144536b18fd840801753f9 -D /var/lib/mock/f39-build-44265282-5274582/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.9capg4jz:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\\033]0;<mock-chroot>\\007" --setenv=PS1=<mock-chroot> \\s-\\v\\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -bb --noclean --target noarch --nodeps /builddir/build/SPECS/dlrn.spec\n', 1)] >Traceback (most recent call last): > File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace > result = func(*args, **kw) > ^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 597, in do_with_status > raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) >mockbuild.exception.Error: Command failed: > # /usr/bin/systemd-nspawn -q -M 5449b40e6b144536b18fd840801753f9 -D /var/lib/mock/f39-build-44265282-5274582/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.9capg4jz:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007" --setenv=PS1=<mock-chroot> \s-\v\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -bb --noclean --target noarch --nodeps /builddir/build/SPECS/dlrn.spec >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2225758
: 1977749 |
1977750
|
1977751