atlassian-python-api icon indicating copy to clipboard operation
atlassian-python-api copied to clipboard

Build fails on RHEL9 family os'es

Open tuxmaster5000 opened this issue 2 years ago • 8 comments

Error:

==================================== ERRORS ====================================
_____________________ ERROR collecting tests/test_base.py ______________________
ImportError while importing test module '/builddir/build/BUILD/atlassian-python-api-3.25.0/tests/test_base.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib64/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_base.py:4: in <module>
    from atlassian import Jira, Confluence, Bitbucket, Bamboo, Crowd, ServiceDesk, Xray
atlassian/__init__.py:1: in <module>
    from .bamboo import Bamboo
atlassian/bamboo.py:5: in <module>
    from .rest_client import AtlassianRestAPI
atlassian/rest_client.py:6: in <module>
    from oauthlib.oauth1 import SIGNATURE_RSA
E   ImportError: cannot import name 'SIGNATURE_RSA' from 'oauthlib.oauth1' (/usr/lib/python3.9/site-packages/oauthlib/oauth1/__init__.py)

On RHEL-8 it will works out of the box.

tuxmaster5000 avatar Jul 04 '22 06:07 tuxmaster5000

Here the Build log: Mock Version: 3.0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-atlassian-api.spec'], chrootPath='/var/lib/mock/centos-9-prod-x86_64/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\033]0;\007"', 'PS1': ' \s-\v\$ ', 'LANG': 'C.UTF-8', 'CCACHE_DIR': '/var/tmp/ccache', 'CCACHE_UMASK': '002'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7f0041d96650>timeout=0uid=1000gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.k68apx_v:/etc/resolv.conf', '--bind=/dev/btrfs-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']unshare_net=TrueprintOutput=True) Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.k68apx_v:/etc/resolv.conf', '--bind=/dev/btrfs-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'] Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '411e010da4c54171bc12d9de0251c0cc', '-D', '/var/lib/mock/centos-9-prod-x86_64/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.k68apx_v:/etc/resolv.conf', '--bind=/dev/btrfs-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;\007"', '--setenv=PS1= \s-\v\$ ', '--setenv=LANG=C.UTF-8', '--setenv=CCACHE_DIR=/var/tmp/ccache', '--setenv=CCACHE_UMASK=002', '--resolv-conf=off', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-atlassian-api.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\033]0;\007"', 'PS1': ' \s-\v\$ ', 'LANG': 'C.UTF-8', 'CCACHE_DIR': '/var/tmp/ccache', 'CCACHE_UMASK': '002', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0', 'SYSTEMD_SECCOMP': '0'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1656892800 Wrote: /builddir/build/SRPMS/python-atlassian-python-api-3.25.0-1.el9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/python-atlassian-api.spec'], chrootPath='/var/lib/mock/centos-9-prod-x86_64/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\033]0;\007"', 'PS1': ' \s-\v\$ ', 'LANG': 'C.UTF-8', 'CCACHE_DIR': '/var/tmp/ccache', 'CCACHE_UMASK': '002'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7f0041d96650>timeout=0uid=1000gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.k68apx_v:/etc/resolv.conf', '--bind=/dev/btrfs-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']unshare_net=TrueraiseExc=FalseprintOutput=True) Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.k68apx_v:/etc/resolv.conf', '--bind=/dev/btrfs-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'] Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '6b8b78a1c2f64fbbb9f5506d8ba9f502', '-D', '/var/lib/mock/centos-9-prod-x86_64/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.k68apx_v:/etc/resolv.conf', '--bind=/dev/btrfs-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;\007"', '--setenv=PS1= \s-\v\$ ', '--setenv=LANG=C.UTF-8', '--setenv=CCACHE_DIR=/var/tmp/ccache', '--setenv=CCACHE_UMASK=002', '--resolv-conf=off', 'bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/python-atlassian-api.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\033]0;\007"', 'PS1': ' \s-\v\$ ', 'LANG': 'C.UTF-8', 'CCACHE_DIR': '/var/tmp/ccache', 'CCACHE_UMASK': '002', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0', 'SYSTEMD_SECCOMP': '0'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1656892800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.cdshsw

  • umask 022
  • cd /builddir/build/BUILD
  • cd /builddir/build/BUILD
  • rm -rf atlassian-python-api-3.25.0
  • /usr/bin/gzip -dc /builddir/build/SOURCES/atlassian-python-api-3.25.0.tar.gz
  • /usr/bin/tar -xof -
  • STATUS=0
  • '[' 0 -ne 0 ']'
  • cd atlassian-python-api-3.25.0
  • /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
  • RPM_EC=0 ++ jobs -p
  • exit 0 Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.OlKEYB
  • umask 022
  • cd /builddir/build/BUILD
  • cd atlassian-python-api-3.25.0
  • echo pyproject-rpm-macros
  • echo python3-devel
  • echo 'python3dist(pip) >= 19'
  • echo 'python3dist(packaging)'
  • '[' -f pyproject.toml ']'
  • echo 'python3dist(toml)'
  • rm -rfv '*.dist-info/'
  • '[' -f /usr/bin/python3 ']'
  • mkdir -p /builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir
  • CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
  • LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 '
  • TMPDIR=/builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir
  • RPM_TOXENV=py39
  • HOSTNAME=rpmbuild
  • /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/atlassian-python-api-3.25.0/pyproject-wheeldir -t Import error: No module named 'toml'
  • RPM_EC=0 ++ jobs -p
  • exit 0 Wrote: /builddir/build/SRPMS/python-atlassian-python-api-3.25.0-1.el9.buildreqs.nosrc.rpm Child return code was: 11 Dynamic buildrequires detected Going to install missing buildrequires. See root.log for details. ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/python-atlassian-api.spec'], chrootPath='/var/lib/mock/centos-9-prod-x86_64/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\033]0;\007"', 'PS1': ' \s-\v\$ ', 'LANG': 'C.UTF-8', 'CCACHE_DIR': '/var/tmp/ccache', 'CCACHE_UMASK': '002'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7f0041d96650>timeout=0uid=1000gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.k68apx_v:/etc/resolv.conf', '--bind=/dev/btrfs-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']unshare_net=TrueraiseExc=FalseprintOutput=True) Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.k68apx_v:/etc/resolv.conf', '--bind=/dev/btrfs-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'] Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '520dcf333aa94a859db3e9910685706d', '-D', '/var/lib/mock/centos-9-prod-x86_64/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.k68apx_v:/etc/resolv.conf', '--bind=/dev/btrfs-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;\007"', '--setenv=PS1= \s-\v\$ ', '--setenv=LANG=C.UTF-8', '--setenv=CCACHE_DIR=/var/tmp/ccache', '--setenv=CCACHE_UMASK=002', '--resolv-conf=off', 'bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/python-atlassian-api.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\033]0;\007"', 'PS1': ' \s-\v\$ ', 'LANG': 'C.UTF-8', 'CCACHE_DIR': '/var/tmp/ccache', 'CCACHE_UMASK': '002', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0', 'SYSTEMD_SECCOMP': '0'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1656892800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.LrT0JZ
  • umask 022
  • cd /builddir/build/BUILD
  • cd /builddir/build/BUILD
  • rm -rf atlassian-python-api-3.25.0
  • /usr/bin/gzip -dc /builddir/build/SOURCES/atlassian-python-api-3.25.0.tar.gz
  • /usr/bin/tar -xof -
  • STATUS=0
  • '[' 0 -ne 0 ']'
  • cd atlassian-python-api-3.25.0
  • /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
  • RPM_EC=0 ++ jobs -p
  • exit 0 Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.XusVY1
  • umask 022
  • cd /builddir/build/BUILD
  • cd atlassian-python-api-3.25.0
  • echo pyproject-rpm-macros
  • echo python3-devel
  • echo 'python3dist(pip) >= 19'
  • echo 'python3dist(packaging)'
  • '[' -f pyproject.toml ']'
  • echo 'python3dist(toml)'
  • rm -rfv '*.dist-info/'
  • '[' -f /usr/bin/python3 ']'
  • mkdir -p /builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir
  • CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
  • LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 '
  • TMPDIR=/builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir
  • RPM_TOXENV=py39
  • HOSTNAME=rpmbuild
  • /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/atlassian-python-api-3.25.0/pyproject-wheeldir -t Handling setuptools >= 40.8 from default build backend Requirement satisfied: setuptools >= 40.8 (installed: setuptools 53.0.0) Handling wheel from default build backend Requirement not satisfied: wheel Exiting dependency generation pass: build backend
  • RPM_EC=0 ++ jobs -p
  • exit 0 Wrote: /builddir/build/SRPMS/python-atlassian-python-api-3.25.0-1.el9.buildreqs.nosrc.rpm Child return code was: 11 Dynamic buildrequires detected Going to install missing buildrequires. See root.log for details. ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/python-atlassian-api.spec'], chrootPath='/var/lib/mock/centos-9-prod-x86_64/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\033]0;\007"', 'PS1': ' \s-\v\$ ', 'LANG': 'C.UTF-8', 'CCACHE_DIR': '/var/tmp/ccache', 'CCACHE_UMASK': '002'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7f0041d96650>timeout=0uid=1000gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.k68apx_v:/etc/resolv.conf', '--bind=/dev/btrfs-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']unshare_net=TrueraiseExc=FalseprintOutput=True) Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.k68apx_v:/etc/resolv.conf', '--bind=/dev/btrfs-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'] Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'b14c3e70491b403f88e8675d251e4aa4', '-D', '/var/lib/mock/centos-9-prod-x86_64/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.k68apx_v:/etc/resolv.conf', '--bind=/dev/btrfs-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;\007"', '--setenv=PS1= \s-\v\$ ', '--setenv=LANG=C.UTF-8', '--setenv=CCACHE_DIR=/var/tmp/ccache', '--setenv=CCACHE_UMASK=002', '--resolv-conf=off', 'bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/python-atlassian-api.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\033]0;\007"', 'PS1': ' \s-\v\$ ', 'LANG': 'C.UTF-8', 'CCACHE_DIR': '/var/tmp/ccache', 'CCACHE_UMASK': '002', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0', 'SYSTEMD_SECCOMP': '0'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1656892800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.arPGtB
  • umask 022
  • cd /builddir/build/BUILD
  • cd /builddir/build/BUILD
  • rm -rf atlassian-python-api-3.25.0
  • /usr/bin/gzip -dc /builddir/build/SOURCES/atlassian-python-api-3.25.0.tar.gz
  • /usr/bin/tar -xof -
  • STATUS=0
  • '[' 0 -ne 0 ']'
  • cd atlassian-python-api-3.25.0
  • /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
  • RPM_EC=0 ++ jobs -p
  • exit 0 Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.wpG7S7
  • umask 022
  • cd /builddir/build/BUILD
  • cd atlassian-python-api-3.25.0
  • echo pyproject-rpm-macros
  • echo python3-devel
  • echo 'python3dist(pip) >= 19'
  • echo 'python3dist(packaging)'
  • '[' -f pyproject.toml ']'
  • echo 'python3dist(toml)'
  • rm -rfv '*.dist-info/'
  • '[' -f /usr/bin/python3 ']'
  • mkdir -p /builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir
  • CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
  • LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 '
  • TMPDIR=/builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir
  • RPM_TOXENV=py39
  • HOSTNAME=rpmbuild
  • /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/atlassian-python-api-3.25.0/pyproject-wheeldir -t Handling setuptools >= 40.8 from default build backend Requirement satisfied: setuptools >= 40.8 (installed: setuptools 53.0.0) Handling wheel from default build backend Requirement satisfied: wheel (installed: wheel 0.36.2) HOOK STDOUT: running egg_info HOOK STDOUT: creating atlassian_python_api.egg-info HOOK STDOUT: writing atlassian_python_api.egg-info/PKG-INFO HOOK STDOUT: writing dependency_links to atlassian_python_api.egg-info/dependency_links.txt HOOK STDOUT: writing requirements to atlassian_python_api.egg-info/requires.txt HOOK STDOUT: writing top-level names to atlassian_python_api.egg-info/top_level.txt HOOK STDOUT: writing manifest file 'atlassian_python_api.egg-info/SOURCES.txt' HOOK STDOUT: reading manifest file 'atlassian_python_api.egg-info/SOURCES.txt' HOOK STDOUT: reading manifest template 'MANIFEST.in' HOOK STDOUT: adding license file 'LICENSE' HOOK STDOUT: writing manifest file 'atlassian_python_api.egg-info/SOURCES.txt' Handling wheel from get_requires_for_build_wheel Requirement satisfied: wheel (installed: wheel 0.36.2) Handling tox-current-env >= 0.0.6 from tox itself Requirement not satisfied: tox-current-env >= 0.0.6 Exiting dependency generation pass: tox itself
  • RPM_EC=0 ++ jobs -p
  • exit 0 Wrote: /builddir/build/SRPMS/python-atlassian-python-api-3.25.0-1.el9.buildreqs.nosrc.rpm Child return code was: 11 Dynamic buildrequires detected Going to install missing buildrequires. See root.log for details. ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/python-atlassian-api.spec'], chrootPath='/var/lib/mock/centos-9-prod-x86_64/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\033]0;\007"', 'PS1': ' \s-\v\$ ', 'LANG': 'C.UTF-8', 'CCACHE_DIR': '/var/tmp/ccache', 'CCACHE_UMASK': '002'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7f0041d96650>timeout=0uid=1000gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.k68apx_v:/etc/resolv.conf', '--bind=/dev/btrfs-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']unshare_net=TrueraiseExc=FalseprintOutput=True) Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.k68apx_v:/etc/resolv.conf', '--bind=/dev/btrfs-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'] Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '9297d5e860514c9cb72383d3a7f37ae4', '-D', '/var/lib/mock/centos-9-prod-x86_64/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.k68apx_v:/etc/resolv.conf', '--bind=/dev/btrfs-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;\007"', '--setenv=PS1= \s-\v\$ ', '--setenv=LANG=C.UTF-8', '--setenv=CCACHE_DIR=/var/tmp/ccache', '--setenv=CCACHE_UMASK=002', '--resolv-conf=off', 'bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/python-atlassian-api.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\033]0;\007"', 'PS1': ' \s-\v\$ ', 'LANG': 'C.UTF-8', 'CCACHE_DIR': '/var/tmp/ccache', 'CCACHE_UMASK': '002', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0', 'SYSTEMD_SECCOMP': '0'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1656892800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Rp13Nb
  • umask 022
  • cd /builddir/build/BUILD
  • cd /builddir/build/BUILD
  • rm -rf atlassian-python-api-3.25.0
  • /usr/bin/gzip -dc /builddir/build/SOURCES/atlassian-python-api-3.25.0.tar.gz
  • /usr/bin/tar -xof -
  • STATUS=0
  • '[' 0 -ne 0 ']'
  • cd atlassian-python-api-3.25.0
  • /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
  • RPM_EC=0 ++ jobs -p
  • exit 0 Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.n8Oa59
  • umask 022
  • cd /builddir/build/BUILD
  • cd atlassian-python-api-3.25.0
  • echo pyproject-rpm-macros
  • echo python3-devel
  • echo 'python3dist(pip) >= 19'
  • echo 'python3dist(packaging)'
  • '[' -f pyproject.toml ']'
  • echo 'python3dist(toml)'
  • rm -rfv '*.dist-info/'
  • '[' -f /usr/bin/python3 ']'
  • mkdir -p /builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir
  • CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
  • LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 '
  • TMPDIR=/builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir
  • RPM_TOXENV=py39
  • HOSTNAME=rpmbuild
  • /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/atlassian-python-api-3.25.0/pyproject-wheeldir -t Handling setuptools >= 40.8 from default build backend Requirement satisfied: setuptools >= 40.8 (installed: setuptools 53.0.0) Handling wheel from default build backend Requirement satisfied: wheel (installed: wheel 0.36.2) HOOK STDOUT: running egg_info HOOK STDOUT: creating atlassian_python_api.egg-info HOOK STDOUT: writing atlassian_python_api.egg-info/PKG-INFO HOOK STDOUT: writing dependency_links to atlassian_python_api.egg-info/dependency_links.txt HOOK STDOUT: writing requirements to atlassian_python_api.egg-info/requires.txt HOOK STDOUT: writing top-level names to atlassian_python_api.egg-info/top_level.txt HOOK STDOUT: writing manifest file 'atlassian_python_api.egg-info/SOURCES.txt' HOOK STDOUT: reading manifest file 'atlassian_python_api.egg-info/SOURCES.txt' HOOK STDOUT: reading manifest template 'MANIFEST.in' HOOK STDOUT: adding license file 'LICENSE' HOOK STDOUT: writing manifest file 'atlassian_python_api.egg-info/SOURCES.txt' Handling wheel from get_requires_for_build_wheel Requirement satisfied: wheel (installed: wheel 0.36.2) Handling tox-current-env >= 0.0.6 from tox itself Requirement satisfied: tox-current-env >= 0.0.6 (installed: tox-current-env 0.0.6) ___________________________________ summary ____________________________________ py39: commands succeeded congratulations :) Handling pytest from tox --print-deps-only: py39 Requirement not satisfied: pytest Handling pytest-cov from tox --print-deps-only: py39 Requirement not satisfied: pytest-cov Handling coverage from tox --print-deps-only: py39 Requirement not satisfied: coverage HOOK STDOUT: running dist_info HOOK STDOUT: writing atlassian_python_api.egg-info/PKG-INFO HOOK STDOUT: writing dependency_links to atlassian_python_api.egg-info/dependency_links.txt HOOK STDOUT: writing requirements to atlassian_python_api.egg-info/requires.txt HOOK STDOUT: writing top-level names to atlassian_python_api.egg-info/top_level.txt HOOK STDOUT: reading manifest file 'atlassian_python_api.egg-info/SOURCES.txt' HOOK STDOUT: reading manifest template 'MANIFEST.in' HOOK STDOUT: adding license file 'LICENSE' HOOK STDOUT: writing manifest file 'atlassian_python_api.egg-info/SOURCES.txt' HOOK STDOUT: creating '/builddir/build/BUILD/atlassian-python-api-3.25.0/atlassian_python_api.dist-info' HOOK STDOUT: adding license file "LICENSE" (matched pattern "LICEN[CS]E*") Handling deprecated from hook generated metadata: Requires-Dist Requirement not satisfied: deprecated Handling requests from hook generated metadata: Requires-Dist Requirement satisfied: requests (installed: requests 2.25.1) Handling six from hook generated metadata: Requires-Dist Requirement satisfied: six (installed: six 1.15.0) Handling oauthlib from hook generated metadata: Requires-Dist Requirement not satisfied: oauthlib Handling requests-oauthlib from hook generated metadata: Requires-Dist Requirement not satisfied: requests-oauthlib Handling requests-kerberos ; extra == 'kerberos' from hook generated metadata: Requires-Dist Requirement not satisfied: requests-kerberos ; extra == 'kerberos'
  • RPM_EC=0 ++ jobs -p
  • exit 0 Wrote: /builddir/build/SRPMS/python-atlassian-python-api-3.25.0-1.el9.buildreqs.nosrc.rpm Child return code was: 11 Dynamic buildrequires detected Going to install missing buildrequires. See root.log for details. ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/python-atlassian-api.spec'], chrootPath='/var/lib/mock/centos-9-prod-x86_64/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\033]0;\007"', 'PS1': ' \s-\v\$ ', 'LANG': 'C.UTF-8', 'CCACHE_DIR': '/var/tmp/ccache', 'CCACHE_UMASK': '002'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7f0041d96650>timeout=0uid=1000gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.k68apx_v:/etc/resolv.conf', '--bind=/dev/btrfs-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']unshare_net=TrueraiseExc=FalseprintOutput=True) Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.k68apx_v:/etc/resolv.conf', '--bind=/dev/btrfs-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'] Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'acb9273510a44063a0ba3f58cb396c12', '-D', '/var/lib/mock/centos-9-prod-x86_64/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.k68apx_v:/etc/resolv.conf', '--bind=/dev/btrfs-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;\007"', '--setenv=PS1= \s-\v\$ ', '--setenv=LANG=C.UTF-8', '--setenv=CCACHE_DIR=/var/tmp/ccache', '--setenv=CCACHE_UMASK=002', '--resolv-conf=off', 'bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/python-atlassian-api.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\033]0;\007"', 'PS1': ' \s-\v\$ ', 'LANG': 'C.UTF-8', 'CCACHE_DIR': '/var/tmp/ccache', 'CCACHE_UMASK': '002', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0', 'SYSTEMD_SECCOMP': '0'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1656892800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.jOAZud
  • umask 022
  • cd /builddir/build/BUILD
  • cd /builddir/build/BUILD
  • rm -rf atlassian-python-api-3.25.0
  • /usr/bin/gzip -dc /builddir/build/SOURCES/atlassian-python-api-3.25.0.tar.gz
  • /usr/bin/tar -xof -
  • STATUS=0
  • '[' 0 -ne 0 ']'
  • cd atlassian-python-api-3.25.0
  • /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
  • RPM_EC=0 ++ jobs -p
  • exit 0 Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.BCjFVg
  • umask 022
  • cd /builddir/build/BUILD
  • cd atlassian-python-api-3.25.0
  • echo pyproject-rpm-macros
  • echo python3-devel
  • echo 'python3dist(pip) >= 19'
  • echo 'python3dist(packaging)'
  • '[' -f pyproject.toml ']'
  • echo 'python3dist(toml)'
  • rm -rfv '*.dist-info/'
  • '[' -f /usr/bin/python3 ']'
  • mkdir -p /builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir
  • CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
  • LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 '
  • TMPDIR=/builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir
  • RPM_TOXENV=py39
  • HOSTNAME=rpmbuild
  • /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/atlassian-python-api-3.25.0/pyproject-wheeldir -t Handling setuptools >= 40.8 from default build backend Requirement satisfied: setuptools >= 40.8 (installed: setuptools 53.0.0) Handling wheel from default build backend Requirement satisfied: wheel (installed: wheel 0.36.2) HOOK STDOUT: running egg_info HOOK STDOUT: creating atlassian_python_api.egg-info HOOK STDOUT: writing atlassian_python_api.egg-info/PKG-INFO HOOK STDOUT: writing dependency_links to atlassian_python_api.egg-info/dependency_links.txt HOOK STDOUT: writing requirements to atlassian_python_api.egg-info/requires.txt HOOK STDOUT: writing top-level names to atlassian_python_api.egg-info/top_level.txt HOOK STDOUT: writing manifest file 'atlassian_python_api.egg-info/SOURCES.txt' HOOK STDOUT: reading manifest file 'atlassian_python_api.egg-info/SOURCES.txt' HOOK STDOUT: reading manifest template 'MANIFEST.in' HOOK STDOUT: adding license file 'LICENSE' HOOK STDOUT: writing manifest file 'atlassian_python_api.egg-info/SOURCES.txt' Handling wheel from get_requires_for_build_wheel Requirement satisfied: wheel (installed: wheel 0.36.2) Handling tox-current-env >= 0.0.6 from tox itself Requirement satisfied: tox-current-env >= 0.0.6 (installed: tox-current-env 0.0.6) ___________________________________ summary ____________________________________ py39: commands succeeded congratulations :) Handling pytest from tox --print-deps-only: py39 Requirement satisfied: pytest (installed: pytest 6.2.2) Handling pytest-cov from tox --print-deps-only: py39 Requirement satisfied: pytest-cov (installed: pytest-cov 3.0.0) Handling coverage from tox --print-deps-only: py39 Requirement satisfied: coverage (installed: coverage 6.2) HOOK STDOUT: running dist_info HOOK STDOUT: writing atlassian_python_api.egg-info/PKG-INFO HOOK STDOUT: writing dependency_links to atlassian_python_api.egg-info/dependency_links.txt HOOK STDOUT: writing requirements to atlassian_python_api.egg-info/requires.txt HOOK STDOUT: writing top-level names to atlassian_python_api.egg-info/top_level.txt HOOK STDOUT: reading manifest file 'atlassian_python_api.egg-info/SOURCES.txt' HOOK STDOUT: reading manifest template 'MANIFEST.in' HOOK STDOUT: adding license file 'LICENSE' HOOK STDOUT: writing manifest file 'atlassian_python_api.egg-info/SOURCES.txt' HOOK STDOUT: creating '/builddir/build/BUILD/atlassian-python-api-3.25.0/atlassian_python_api.dist-info' HOOK STDOUT: adding license file "LICENSE" (matched pattern "LICEN[CS]E*") Handling deprecated from hook generated metadata: Requires-Dist Requirement satisfied: deprecated (installed: deprecated 1.2.13) Handling requests from hook generated metadata: Requires-Dist Requirement satisfied: requests (installed: requests 2.25.1) Handling six from hook generated metadata: Requires-Dist Requirement satisfied: six (installed: six 1.15.0) Handling oauthlib from hook generated metadata: Requires-Dist Requirement satisfied: oauthlib (installed: oauthlib 3.1.1) Handling requests-oauthlib from hook generated metadata: Requires-Dist Requirement satisfied: requests-oauthlib (installed: requests-oauthlib 1.3.0) Handling requests-kerberos ; extra == 'kerberos' from hook generated metadata: Requires-Dist Requirement satisfied: requests-kerberos ; extra == 'kerberos' (installed: requests-kerberos 0.12.0)
  • RPM_EC=0 ++ jobs -p
  • exit 0 Wrote: /builddir/build/SRPMS/python-atlassian-python-api-3.25.0-1.el9.buildreqs.nosrc.rpm Child return code was: 11 Dynamic buildrequires detected Going to install missing buildrequires. See root.log for details. ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -ba --noprep --target x86_64 --nodeps /builddir/build/SPECS/python-atlassian-api.spec'], chrootPath='/var/lib/mock/centos-9-prod-x86_64/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\033]0;\007"', 'PS1': ' \s-\v\$ ', 'LANG': 'C.UTF-8', 'CCACHE_DIR': '/var/tmp/ccache', 'CCACHE_UMASK': '002'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7f0041d96650>timeout=0uid=1000gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.k68apx_v:/etc/resolv.conf', '--bind=/dev/btrfs-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']unshare_net=TrueprintOutput=True) Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.k68apx_v:/etc/resolv.conf', '--bind=/dev/btrfs-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'] Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '9e68d645f2804b5790597782424b1530', '-D', '/var/lib/mock/centos-9-prod-x86_64/root', '-a', '-u', 'mockbuild', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.k68apx_v:/etc/resolv.conf', '--bind=/dev/btrfs-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;\007"', '--setenv=PS1= \s-\v\$ ', '--setenv=LANG=C.UTF-8', '--setenv=CCACHE_DIR=/var/tmp/ccache', '--setenv=CCACHE_UMASK=002', '--resolv-conf=off', 'bash', '--login', '-c', '/usr/bin/rpmbuild -ba --noprep --target x86_64 --nodeps /builddir/build/SPECS/python-atlassian-api.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\033]0;\007"', 'PS1': ' \s-\v\$ ', 'LANG': 'C.UTF-8', 'CCACHE_DIR': '/var/tmp/ccache', 'CCACHE_UMASK': '002', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0', 'SYSTEMD_SECCOMP': '0'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1656892800 Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.YMT6cV
  • umask 022
  • cd /builddir/build/BUILD
  • cd atlassian-python-api-3.25.0
  • echo pyproject-rpm-macros
  • echo python3-devel
  • echo 'python3dist(pip) >= 19'
  • echo 'python3dist(packaging)'
  • '[' -f pyproject.toml ']'
  • echo 'python3dist(toml)'
  • rm -rfv atlassian_python_api.dist-info/ removed 'atlassian_python_api.dist-info/LICENSE' removed 'atlassian_python_api.dist-info/METADATA' removed 'atlassian_python_api.dist-info/top_level.txt' removed directory 'atlassian_python_api.dist-info/'
  • '[' -f /usr/bin/python3 ']'
  • mkdir -p /builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir
  • CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
  • LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 '
  • TMPDIR=/builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir
  • RPM_TOXENV=py39
  • HOSTNAME=rpmbuild
  • /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/atlassian-python-api-3.25.0/pyproject-wheeldir -t Handling setuptools >= 40.8 from default build backend Requirement satisfied: setuptools >= 40.8 (installed: setuptools 53.0.0) Handling wheel from default build backend Requirement satisfied: wheel (installed: wheel 0.36.2) HOOK STDOUT: running egg_info HOOK STDOUT: creating atlassian_python_api.egg-info HOOK STDOUT: writing atlassian_python_api.egg-info/PKG-INFO HOOK STDOUT: writing dependency_links to atlassian_python_api.egg-info/dependency_links.txt HOOK STDOUT: writing requirements to atlassian_python_api.egg-info/requires.txt HOOK STDOUT: writing top-level names to atlassian_python_api.egg-info/top_level.txt HOOK STDOUT: writing manifest file 'atlassian_python_api.egg-info/SOURCES.txt' HOOK STDOUT: reading manifest file 'atlassian_python_api.egg-info/SOURCES.txt' HOOK STDOUT: reading manifest template 'MANIFEST.in' HOOK STDOUT: adding license file 'LICENSE' HOOK STDOUT: writing manifest file 'atlassian_python_api.egg-info/SOURCES.txt' Handling wheel from get_requires_for_build_wheel Requirement satisfied: wheel (installed: wheel 0.36.2) Handling tox-current-env >= 0.0.6 from tox itself Requirement satisfied: tox-current-env >= 0.0.6 (installed: tox-current-env 0.0.6) ___________________________________ summary ____________________________________ py39: commands succeeded congratulations :) Handling pytest from tox --print-deps-only: py39 Requirement satisfied: pytest (installed: pytest 6.2.2) Handling pytest-cov from tox --print-deps-only: py39 Requirement satisfied: pytest-cov (installed: pytest-cov 3.0.0) Handling coverage from tox --print-deps-only: py39 Requirement satisfied: coverage (installed: coverage 6.2) HOOK STDOUT: running dist_info HOOK STDOUT: writing atlassian_python_api.egg-info/PKG-INFO HOOK STDOUT: writing dependency_links to atlassian_python_api.egg-info/dependency_links.txt HOOK STDOUT: writing requirements to atlassian_python_api.egg-info/requires.txt HOOK STDOUT: writing top-level names to atlassian_python_api.egg-info/top_level.txt HOOK STDOUT: reading manifest file 'atlassian_python_api.egg-info/SOURCES.txt' HOOK STDOUT: reading manifest template 'MANIFEST.in' HOOK STDOUT: adding license file 'LICENSE' HOOK STDOUT: writing manifest file 'atlassian_python_api.egg-info/SOURCES.txt' HOOK STDOUT: creating '/builddir/build/BUILD/atlassian-python-api-3.25.0/atlassian_python_api.dist-info' HOOK STDOUT: adding license file "LICENSE" (matched pattern "LICEN[CS]E*") Handling deprecated from hook generated metadata: Requires-Dist Requirement satisfied: deprecated (installed: deprecated 1.2.13) Handling requests from hook generated metadata: Requires-Dist Requirement satisfied: requests (installed: requests 2.25.1) Handling six from hook generated metadata: Requires-Dist Requirement satisfied: six (installed: six 1.15.0) Handling oauthlib from hook generated metadata: Requires-Dist Requirement satisfied: oauthlib (installed: oauthlib 3.1.1) Handling requests-oauthlib from hook generated metadata: Requires-Dist Requirement satisfied: requests-oauthlib (installed: requests-oauthlib 1.3.0) Handling requests-kerberos ; extra == 'kerberos' from hook generated metadata: Requires-Dist Requirement satisfied: requests-kerberos ; extra == 'kerberos' (installed: requests-kerberos 0.12.0)
  • RPM_EC=0 ++ jobs -p
  • exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.9Cfb6U
  • umask 022
  • cd /builddir/build/BUILD
  • cd atlassian-python-api-3.25.0
  • mkdir -p /builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir
  • CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
  • LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 '
  • TMPDIR=/builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir
  • /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_wheel.py /builddir/build/BUILD/atlassian-python-api-3.25.0/pyproject-wheeldir Processing /builddir/build/BUILD/atlassian-python-api-3.25.0 DEPRECATION: A future pip version will change local packages to be built in-place without first copying to a temporary directory. We recommend you use --use-feature=in-tree-build to test your packages with this new behavior before it becomes the default. pip 21.3 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/7555. Preparing wheel metadata: started Running command /usr/bin/python3 /usr/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py prepare_metadata_for_build_wheel /builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir/tmp13xghc_m running dist_info creating /builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir/pip-modern-metadata-vvy2_97a/atlassian_python_api.egg-info writing /builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir/pip-modern-metadata-vvy2_97a/atlassian_python_api.egg-info/PKG-INFO writing dependency_links to /builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir/pip-modern-metadata-vvy2_97a/atlassian_python_api.egg-info/dependency_links.txt writing requirements to /builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir/pip-modern-metadata-vvy2_97a/atlassian_python_api.egg-info/requires.txt writing top-level names to /builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir/pip-modern-metadata-vvy2_97a/atlassian_python_api.egg-info/top_level.txt writing manifest file '/builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir/pip-modern-metadata-vvy2_97a/atlassian_python_api.egg-info/SOURCES.txt' reading manifest file '/builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir/pip-modern-metadata-vvy2_97a/atlassian_python_api.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file '/builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir/pip-modern-metadata-vvy2_97a/atlassian_python_api.egg-info/SOURCES.txt' creating '/builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir/pip-modern-metadata-vvy2_97a/atlassian_python_api.dist-info' adding license file "LICENSE" (matched pattern "LICEN[CS]E*") Preparing wheel metadata: finished with status 'done' Building wheels for collected packages: atlassian-python-api Building wheel for atlassian-python-api (PEP 517): started Running command /usr/bin/python3 /usr/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py build_wheel /builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir/tmp7_32tv5u running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/atlassian copying atlassian/init.py -> build/lib/atlassian copying atlassian/bamboo.py -> build/lib/atlassian copying atlassian/confluence.py -> build/lib/atlassian copying atlassian/crowd.py -> build/lib/atlassian copying atlassian/errors.py -> build/lib/atlassian copying atlassian/insight.py -> build/lib/atlassian copying atlassian/jira.py -> build/lib/atlassian copying atlassian/marketplace.py -> build/lib/atlassian copying atlassian/portfolio.py -> build/lib/atlassian copying atlassian/request_utils.py -> build/lib/atlassian copying atlassian/rest_client.py -> build/lib/atlassian copying atlassian/service_desk.py -> build/lib/atlassian copying atlassian/utils.py -> build/lib/atlassian copying atlassian/xray.py -> build/lib/atlassian creating build/lib/atlassian/bitbucket copying atlassian/bitbucket/init.py -> build/lib/atlassian/bitbucket copying atlassian/bitbucket/base.py -> build/lib/atlassian/bitbucket creating build/lib/atlassian/bitbucket/cloud copying atlassian/bitbucket/cloud/init.py -> build/lib/atlassian/bitbucket/cloud copying atlassian/bitbucket/cloud/base.py -> build/lib/atlassian/bitbucket/cloud creating build/lib/atlassian/bitbucket/server copying atlassian/bitbucket/server/init.py -> build/lib/atlassian/bitbucket/server copying atlassian/bitbucket/server/base.py -> build/lib/atlassian/bitbucket/server copying atlassian/bitbucket/server/globalPermissions.py -> build/lib/atlassian/bitbucket/server creating build/lib/atlassian/bitbucket/cloud/common copying atlassian/bitbucket/cloud/common/init.py -> build/lib/atlassian/bitbucket/cloud/common copying atlassian/bitbucket/cloud/common/users.py -> build/lib/atlassian/bitbucket/cloud/common creating build/lib/atlassian/bitbucket/cloud/repositories copying atlassian/bitbucket/cloud/repositories/init.py -> build/lib/atlassian/bitbucket/cloud/repositories copying atlassian/bitbucket/cloud/repositories/branchRestrictions.py -> build/lib/atlassian/bitbucket/cloud/repositories copying atlassian/bitbucket/cloud/repositories/defaultReviewers.py -> build/lib/atlassian/bitbucket/cloud/repositories copying atlassian/bitbucket/cloud/repositories/diffstat.py -> build/lib/atlassian/bitbucket/cloud/repositories copying atlassian/bitbucket/cloud/repositories/issues.py -> build/lib/atlassian/bitbucket/cloud/repositories copying atlassian/bitbucket/cloud/repositories/pipelines.py -> build/lib/atlassian/bitbucket/cloud/repositories copying atlassian/bitbucket/cloud/repositories/pullRequests.py -> build/lib/atlassian/bitbucket/cloud/repositories copying atlassian/bitbucket/cloud/repositories/refs.py -> build/lib/atlassian/bitbucket/cloud/repositories creating build/lib/atlassian/bitbucket/cloud/workspaces copying atlassian/bitbucket/cloud/workspaces/init.py -> build/lib/atlassian/bitbucket/cloud/workspaces copying atlassian/bitbucket/cloud/workspaces/projects.py -> build/lib/atlassian/bitbucket/cloud/workspaces creating build/lib/atlassian/bitbucket/server/common copying atlassian/bitbucket/server/common/init.py -> build/lib/atlassian/bitbucket/server/common copying atlassian/bitbucket/server/common/permissions.py -> build/lib/atlassian/bitbucket/server/common creating build/lib/atlassian/bitbucket/server/projects copying atlassian/bitbucket/server/projects/init.py -> build/lib/atlassian/bitbucket/server/projects creating build/lib/atlassian/bitbucket/server/projects/repos copying atlassian/bitbucket/server/projects/repos/init.py -> build/lib/atlassian/bitbucket/server/projects/repos running egg_info creating atlassian_python_api.egg-info writing atlassian_python_api.egg-info/PKG-INFO writing dependency_links to atlassian_python_api.egg-info/dependency_links.txt writing requirements to atlassian_python_api.egg-info/requires.txt writing top-level names to atlassian_python_api.egg-info/top_level.txt writing manifest file 'atlassian_python_api.egg-info/SOURCES.txt' reading manifest file 'atlassian_python_api.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'atlassian_python_api.egg-info/SOURCES.txt' copying atlassian/VERSION -> build/lib/atlassian installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/atlassian copying build/lib/atlassian/VERSION -> build/bdist.linux-x86_64/wheel/atlassian creating build/bdist.linux-x86_64/wheel/atlassian/bitbucket creating build/bdist.linux-x86_64/wheel/atlassian/bitbucket/server creating build/bdist.linux-x86_64/wheel/atlassian/bitbucket/server/projects creating build/bdist.linux-x86_64/wheel/atlassian/bitbucket/server/projects/repos copying build/lib/atlassian/bitbucket/server/projects/repos/init.py -> build/bdist.linux-x86_64/wheel/atlassian/bitbucket/server/projects/repos copying build/lib/atlassian/bitbucket/server/projects/init.py -> build/bdist.linux-x86_64/wheel/atlassian/bitbucket/server/projects creating build/bdist.linux-x86_64/wheel/atlassian/bitbucket/server/common copying build/lib/atlassian/bitbucket/server/common/permissions.py -> build/bdist.linux-x86_64/wheel/atlassian/bitbucket/server/common copying build/lib/atlassian/bitbucket/server/common/init.py -> build/bdist.linux-x86_64/wheel/atlassian/bitbucket/server/common copying build/lib/atlassian/bitbucket/server/globalPermissions.py -> build/bdist.linux-x86_64/wheel/atlassian/bitbucket/server copying build/lib/atlassian/bitbucket/server/base.py -> build/bdist.linux-x86_64/wheel/atlassian/bitbucket/server copying build/lib/atlassian/bitbucket/server/init.py -> build/bdist.linux-x86_64/wheel/atlassian/bitbucket/server creating build/bdist.linux-x86_64/wheel/atlassian/bitbucket/cloud creating build/bdist.linux-x86_64/wheel/atlassian/bitbucket/cloud/workspaces copying build/lib/atlassian/bitbucket/cloud/workspaces/projects.py -> build/bdist.linux-x86_64/wheel/atlassian/bitbucket/cloud/workspaces copying build/lib/atlassian/bitbucket/cloud/workspaces/init.py -> build/bdist.linux-x86_64/wheel/atlassian/bitbucket/cloud/workspaces creating build/bdist.linux-x86_64/wheel/atlassian/bitbucket/cloud/repositories copying build/lib/atlassian/bitbucket/cloud/repositories/refs.py -> build/bdist.linux-x86_64/wheel/atlassian/bitbucket/cloud/repositories copying build/lib/atlassian/bitbucket/cloud/repositories/pullRequests.py -> build/bdist.linux-x86_64/wheel/atlassian/bitbucket/cloud/repositories copying build/lib/atlassian/bitbucket/cloud/repositories/pipelines.py -> build/bdist.linux-x86_64/wheel/atlassian/bitbucket/cloud/repositories copying build/lib/atlassian/bitbucket/cloud/repositories/issues.py -> build/bdist.linux-x86_64/wheel/atlassian/bitbucket/cloud/repositories copying build/lib/atlassian/bitbucket/cloud/repositories/diffstat.py -> build/bdist.linux-x86_64/wheel/atlassian/bitbucket/cloud/repositories copying build/lib/atlassian/bitbucket/cloud/repositories/defaultReviewers.py -> build/bdist.linux-x86_64/wheel/atlassian/bitbucket/cloud/repositories copying build/lib/atlassian/bitbucket/cloud/repositories/branchRestrictions.py -> build/bdist.linux-x86_64/wheel/atlassian/bitbucket/cloud/repositories copying build/lib/atlassian/bitbucket/cloud/repositories/init.py -> build/bdist.linux-x86_64/wheel/atlassian/bitbucket/cloud/repositories creating build/bdist.linux-x86_64/wheel/atlassian/bitbucket/cloud/common copying build/lib/atlassian/bitbucket/cloud/common/users.py -> build/bdist.linux-x86_64/wheel/atlassian/bitbucket/cloud/common copying build/lib/atlassian/bitbucket/cloud/common/init.py -> build/bdist.linux-x86_64/wheel/atlassian/bitbucket/cloud/common copying build/lib/atlassian/bitbucket/cloud/base.py -> build/bdist.linux-x86_64/wheel/atlassian/bitbucket/cloud copying build/lib/atlassian/bitbucket/cloud/init.py -> build/bdist.linux-x86_64/wheel/atlassian/bitbucket/cloud copying build/lib/atlassian/bitbucket/base.py -> build/bdist.linux-x86_64/wheel/atlassian/bitbucket copying build/lib/atlassian/bitbucket/init.py -> build/bdist.linux-x86_64/wheel/atlassian/bitbucket copying build/lib/atlassian/xray.py -> build/bdist.linux-x86_64/wheel/atlassian copying build/lib/atlassian/utils.py -> build/bdist.linux-x86_64/wheel/atlassian copying build/lib/atlassian/service_desk.py -> build/bdist.linux-x86_64/wheel/atlassian copying build/lib/atlassian/rest_client.py -> build/bdist.linux-x86_64/wheel/atlassian copying build/lib/atlassian/request_utils.py -> build/bdist.linux-x86_64/wheel/atlassian copying build/lib/atlassian/portfolio.py -> build/bdist.linux-x86_64/wheel/atlassian copying build/lib/atlassian/marketplace.py -> build/bdist.linux-x86_64/wheel/atlassian copying build/lib/atlassian/jira.py -> build/bdist.linux-x86_64/wheel/atlassian copying build/lib/atlassian/insight.py -> build/bdist.linux-x86_64/wheel/atlassian copying build/lib/atlassian/errors.py -> build/bdist.linux-x86_64/wheel/atlassian copying build/lib/atlassian/crowd.py -> build/bdist.linux-x86_64/wheel/atlassian copying build/lib/atlassian/confluence.py -> build/bdist.linux-x86_64/wheel/atlassian copying build/lib/atlassian/bamboo.py -> build/bdist.linux-x86_64/wheel/atlassian copying build/lib/atlassian/init.py -> build/bdist.linux-x86_64/wheel/atlassian running install_egg_info Copying atlassian_python_api.egg-info to build/bdist.linux-x86_64/wheel/atlassian_python_api-3.25.0-py3.9.egg-info running install_scripts adding license file "LICENSE" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-x86_64/wheel/atlassian_python_api-3.25.0.dist-info/WHEEL creating '/builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir/pip-wheel-r5yywk8k/tmpqd57las7/atlassian_python_api-3.25.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'atlassian/VERSION' adding 'atlassian/init.py' adding 'atlassian/bamboo.py' adding 'atlassian/confluence.py' adding 'atlassian/crowd.py' adding 'atlassian/errors.py' adding 'atlassian/insight.py' adding 'atlassian/jira.py' adding 'atlassian/marketplace.py' adding 'atlassian/portfolio.py' adding 'atlassian/request_utils.py' adding 'atlassian/rest_client.py' adding 'atlassian/service_desk.py' adding 'atlassian/utils.py' adding 'atlassian/xray.py' adding 'atlassian/bitbucket/init.py' adding 'atlassian/bitbucket/base.py' adding 'atlassian/bitbucket/cloud/init.py' adding 'atlassian/bitbucket/cloud/base.py' adding 'atlassian/bitbucket/cloud/common/init.py' adding 'atlassian/bitbucket/cloud/common/users.py' adding 'atlassian/bitbucket/cloud/repositories/init.py' adding 'atlassian/bitbucket/cloud/repositories/branchRestrictions.py' adding 'atlassian/bitbucket/cloud/repositories/defaultReviewers.py' adding 'atlassian/bitbucket/cloud/repositories/diffstat.py' adding 'atlassian/bitbucket/cloud/repositories/issues.py' adding 'atlassian/bitbucket/cloud/repositories/pipelines.py' adding 'atlassian/bitbucket/cloud/repositories/pullRequests.py' adding 'atlassian/bitbucket/cloud/repositories/refs.py' adding 'atlassian/bitbucket/cloud/workspaces/init.py' adding 'atlassian/bitbucket/cloud/workspaces/projects.py' adding 'atlassian/bitbucket/server/init.py' adding 'atlassian/bitbucket/server/base.py' adding 'atlassian/bitbucket/server/globalPermissions.py' adding 'atlassian/bitbucket/server/common/init.py' adding 'atlassian/bitbucket/server/common/permissions.py' adding 'atlassian/bitbucket/server/projects/init.py' adding 'atlassian/bitbucket/server/projects/repos/init.py' adding 'atlassian_python_api-3.25.0.dist-info/LICENSE' adding 'atlassian_python_api-3.25.0.dist-info/METADATA' adding 'atlassian_python_api-3.25.0.dist-info/WHEEL' adding 'atlassian_python_api-3.25.0.dist-info/top_level.txt' adding 'atlassian_python_api-3.25.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Building wheel for atlassian-python-api (PEP 517): finished with status 'done' Created wheel for atlassian-python-api: filename=atlassian_python_api-3.25.0-py3-none-any.whl size=135993 sha256=f3ca032d43da5a43cbc3658546f9326d7c9ad96aa2555fedb5cd6836f3e1c7cb Stored in directory: /builddir/.cache/pip/wheels/e4/a3/e1/53fe2b13103137242adf1ef5fbbc39e997fbb54b5de91ba10a Successfully built atlassian-python-api
  • PYTHONPATH=/builddir/build/BUILD/atlassian-python-api-3.25.0
  • sphinx-build docs html Running Sphinx v3.4.3 loading translations [en]... done making output directory... done building [mo]: targets for 0 po files that are out of date building [html]: targets for 8 source files that are out of date updating environment: [new config] 8 added, 0 changed, 0 removed reading sources... [ 12%] bamboo reading sources... [ 25%] bitbucket reading sources... [ 37%] confluence reading sources... [ 50%] crowd reading sources... [ 62%] index reading sources... [ 75%] jira reading sources... [ 87%] service_desk reading sources... [100%] xray looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... WARNING: unsupported theme option 'rightsidebar' given done writing output... [ 12%] bamboo writing output... [ 25%] bitbucket writing output... [ 37%] confluence writing output... [ 50%] crowd writing output... [ 62%] index writing output... [ 75%] jira writing output... [ 87%] service_desk writing output... [100%] xray generating indices... genindex done writing additional pages... search done copying static files... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 1 warning. The HTML pages are in html.
  • rm -rf html/.doctrees html/.buildinfo
  • RPM_EC=0 ++ jobs -p
  • exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.nGqxeh
  • umask 022
  • cd /builddir/build/BUILD
  • '[' /builddir/build/BUILDROOT/python-atlassian-python-api-3.25.0-1.el9.x86_64 '!=' / ']'
  • rm -rf /builddir/build/BUILDROOT/python-atlassian-python-api-3.25.0-1.el9.x86_64 ++ dirname /builddir/build/BUILDROOT/python-atlassian-python-api-3.25.0-1.el9.x86_64
  • mkdir -p /builddir/build/BUILDROOT
  • mkdir /builddir/build/BUILDROOT/python-atlassian-python-api-3.25.0-1.el9.x86_64
  • cd atlassian-python-api-3.25.0 ++ ls /builddir/build/BUILD/atlassian-python-api-3.25.0/pyproject-wheeldir/atlassian_python_api-3.25.0-py3-none-any.whl ++ xargs basename --multiple ++ sed -E 's/([^-]+)-([^-]+)-.+.whl/\1==\2/'
  • specifier=atlassian_python_api==3.25.0
  • TMPDIR=/builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir
  • /usr/bin/python3 -m pip install --root /builddir/build/BUILDROOT/python-atlassian-python-api-3.25.0-1.el9.x86_64 --no-deps --disable-pip-version-check --progress-bar off --verbose --ignore-installed --no-warn-script-location --no-index --no-cache-dir --find-links /builddir/build/BUILD/atlassian-python-api-3.25.0/pyproject-wheeldir atlassian_python_api==3.25.0 Using pip 21.2.3 from /usr/lib/python3.9/site-packages/pip (python 3.9) Looking in links: /builddir/build/BUILD/atlassian-python-api-3.25.0/pyproject-wheeldir Processing ./pyproject-wheeldir/atlassian_python_api-3.25.0-py3-none-any.whl Installing collected packages: atlassian-python-api Successfully installed atlassian-python-api-3.25.0
  • '[' -d /builddir/build/BUILDROOT/python-atlassian-python-api-3.25.0-1.el9.x86_64/usr/bin ']'
  • rm -f /builddir/build/BUILD/python-atlassian-python-api-3.25.0-1.el9.x86_64-pyproject-ghost-distinfo
  • site_dirs=()
  • '[' -d /builddir/build/BUILDROOT/python-atlassian-python-api-3.25.0-1.el9.x86_64/usr/lib/python3.9/site-packages ']'
  • site_dirs+=("/usr/lib/python3.9/site-packages")
  • '[' /builddir/build/BUILDROOT/python-atlassian-python-api-3.25.0-1.el9.x86_64/usr/lib64/python3.9/site-packages '!=' /builddir/build/BUILDROOT/python-atlassian-python-api-3.25.0-1.el9.x86_64/usr/lib/python3.9/site-packages ']'
  • '[' -d /builddir/build/BUILDROOT/python-atlassian-python-api-3.25.0-1.el9.x86_64/usr/lib64/python3.9/site-packages ']'
  • for site_dir in ${site_dirs[@]}
  • for distinfo in /builddir/build/BUILDROOT/python-atlassian-python-api-3.25.0-1.el9.x86_64$site_dir/*.dist-info
  • echo '%ghost /usr/lib/python3.9/site-packages/atlassian_python_api-3.25.0.dist-info'
  • sed -i s/pip/rpm/ /builddir/build/BUILDROOT/python-atlassian-python-api-3.25.0-1.el9.x86_64/usr/lib/python3.9/site-packages/atlassian_python_api-3.25.0.dist-info/INSTALLER
  • PYTHONPATH=/usr/lib/rpm/redhat
  • /usr/bin/python3 -B /usr/lib/rpm/redhat/pyproject_preprocess_record.py --buildroot /builddir/build/BUILDROOT/python-atlassian-python-api-3.25.0-1.el9.x86_64 --record /builddir/build/BUILDROOT/python-atlassian-python-api-3.25.0-1.el9.x86_64/usr/lib/python3.9/site-packages/atlassian_python_api-3.25.0.dist-info/RECORD --output /builddir/build/BUILD/python-atlassian-python-api-3.25.0-1.el9.x86_64-pyproject-record
  • rm -fv /builddir/build/BUILDROOT/python-atlassian-python-api-3.25.0-1.el9.x86_64/usr/lib/python3.9/site-packages/atlassian_python_api-3.25.0.dist-info/RECORD removed '/builddir/build/BUILDROOT/python-atlassian-python-api-3.25.0-1.el9.x86_64/usr/lib/python3.9/site-packages/atlassian_python_api-3.25.0.dist-info/RECORD'
  • rm -fv /builddir/build/BUILDROOT/python-atlassian-python-api-3.25.0-1.el9.x86_64/usr/lib/python3.9/site-packages/atlassian_python_api-3.25.0.dist-info/REQUESTED removed '/builddir/build/BUILDROOT/python-atlassian-python-api-3.25.0-1.el9.x86_64/usr/lib/python3.9/site-packages/atlassian_python_api-3.25.0.dist-info/REQUESTED' ++ wc -l /builddir/build/BUILD/python-atlassian-python-api-3.25.0-1.el9.x86_64-pyproject-ghost-distinfo ++ cut -f1 '-d '
  • lines=1
  • '[' 1 -ne 1 ']'
  • /usr/bin/python3 /usr/lib/rpm/redhat/pyproject_save_files.py --output-files /builddir/build/BUILD/python-atlassian-python-api-3.25.0-1.el9.x86_64-pyproject-files --output-modules /builddir/build/BUILD/python-atlassian-python-api-3.25.0-1.el9.x86_64-pyproject-modules --buildroot /builddir/build/BUILDROOT/python-atlassian-python-api-3.25.0-1.el9.x86_64 --sitelib /usr/lib/python3.9/site-packages --sitearch /usr/lib64/python3.9/site-packages --python-version 3.9 --pyproject-record /builddir/build/BUILD/python-atlassian-python-api-3.25.0-1.el9.x86_64-pyproject-record --prefix /usr atlassian
  • /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 3.25.0-1.el9 --unique-debug-suffix -3.25.0-1.el9.x86_64 --unique-debug-src-base python-atlassian-python-api-3.25.0-1.el9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/atlassian-python-api-3.25.0 find: 'debug': No such file or directory
  • /usr/lib/rpm/check-buildroot
  • /usr/lib/rpm/redhat/brp-ldconfig
  • /usr/lib/rpm/brp-compress
  • /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
  • /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
  • /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-atlassian-python-api-3.25.0-1.el9.x86_64/usr/lib/python3.9 using python3.9
  • /usr/lib/rpm/brp-python-hardlink
  • /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.vbgy9x
  • umask 022
  • cd /builddir/build/BUILD
  • cd atlassian-python-api-3.25.0
  • TOX_TESTENV_PASSENV='*'
  • PYTHONDONTWRITEBYTECODE=1
  • PATH=/builddir/build/BUILDROOT/python-atlassian-python-api-3.25.0-1.el9.x86_64/usr/bin:/builddir/.local/bin:/builddir/bin:/usr/lib64/ccache:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin
  • PYTHONPATH=/builddir/build/BUILDROOT/python-atlassian-python-api-3.25.0-1.el9.x86_64/usr/lib64/python3.9/site-packages:/builddir/build/BUILDROOT/python-atlassian-python-api-3.25.0-1.el9.x86_64/usr/lib/python3.9/site-packages
  • PYTEST_ADDOPTS=' --ignore=/builddir/build/BUILD/atlassian-python-api-3.25.0/.pyproject-builddir'
  • HOSTNAME=rpmbuild
  • /usr/bin/python3 -m tox --current-env -q --recreate -e py39 ============================= test session starts ============================== platform linux -- Python 3.9.13, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .tox/py39/.pytest_cache rootdir: /builddir/build/BUILD/atlassian-python-api-3.25.0 plugins: cov-3.0.0 collecting ... collected 0 items / 7 errors ==================================== ERRORS ==================================== _____________________ ERROR collecting tests/test_base.py ______________________ ImportError while importing test module '/builddir/build/BUILD/atlassian-python-api-3.25.0/tests/test_base.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.9/importlib/init.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_base.py:4: in from atlassian import Jira, Confluence, Bitbucket, Bamboo, Crowd, ServiceDesk, Xray atlassian/init.py:1: in from .bamboo import Bamboo atlassian/bamboo.py:5: in from .rest_client import AtlassianRestAPI atlassian/rest_client.py:6: in from oauthlib.oauth1 import SIGNATURE_RSA E ImportError: cannot import name 'SIGNATURE_RSA' from 'oauthlib.oauth1' (/usr/lib/python3.9/site-packages/oauthlib/oauth1/init.py) ______________ ERROR collecting tests/test_bitbucket_cloud_oo.py _______________ ImportError while importing test module '/builddir/build/BUILD/atlassian-python-api-3.25.0/tests/test_bitbucket_cloud_oo.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.9/importlib/init.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_bitbucket_cloud_oo.py:2: in from atlassian.bitbucket.cloud.repositories import WorkspaceRepositories atlassian/init.py:1: in from .bamboo import Bamboo atlassian/bamboo.py:5: in from .rest_client import AtlassianRestAPI atlassian/rest_client.py:6: in from oauthlib.oauth1 import SIGNATURE_RSA E ImportError: cannot import name 'SIGNATURE_RSA' from 'oauthlib.oauth1' (/usr/lib/python3.9/site-packages/oauthlib/oauth1/init.py) _______________ ERROR collecting tests/test_bitbucket_server.py ________________ ImportError while importing test module '/builddir/build/BUILD/atlassian-python-api-3.25.0/tests/test_bitbucket_server.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.9/importlib/init.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_bitbucket_server.py:3: in from atlassian.bitbucket import Bitbucket atlassian/init.py:1: in from .bamboo import Bamboo atlassian/bamboo.py:5: in from .rest_client import AtlassianRestAPI atlassian/rest_client.py:6: in from oauthlib.oauth1 import SIGNATURE_RSA E ImportError: cannot import name 'SIGNATURE_RSA' from 'oauthlib.oauth1' (/usr/lib/python3.9/site-packages/oauthlib/oauth1/init.py) ______________ ERROR collecting tests/test_bitbucket_server_oo.py ______________ ImportError while importing test module '/builddir/build/BUILD/atlassian-python-api-3.25.0/tests/test_bitbucket_server_oo.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.9/importlib/init.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_bitbucket_server_oo.py:7: in from atlassian.bitbucket.server import Server atlassian/init.py:1: in from .bamboo import Bamboo atlassian/bamboo.py:5: in from .rest_client import AtlassianRestAPI atlassian/rest_client.py:6: in from oauthlib.oauth1 import SIGNATURE_RSA E ImportError: cannot import name 'SIGNATURE_RSA' from 'oauthlib.oauth1' (/usr/lib/python3.9/site-packages/oauthlib/oauth1/init.py) ___________ ERROR collecting tests/test_confluence_advanced_mode.py ____________ ImportError while importing test module '/builddir/build/BUILD/atlassian-python-api-3.25.0/tests/test_confluence_advanced_mode.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.9/importlib/init.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_confluence_advanced_mode.py:7: in from atlassian import Confluence atlassian/init.py:1: in from .bamboo import Bamboo atlassian/bamboo.py:5: in from .rest_client import AtlassianRestAPI atlassian/rest_client.py:6: in from oauthlib.oauth1 import SIGNATURE_RSA E ImportError: cannot import name 'SIGNATURE_RSA' from 'oauthlib.oauth1' (/usr/lib/python3.9/site-packages/oauthlib/oauth1/init.py) _______________ ERROR collecting tests/test_confluence_attach.py _______________ ImportError while importing test module '/builddir/build/BUILD/atlassian-python-api-3.25.0/tests/test_confluence_attach.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.9/importlib/init.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_confluence_attach.py:7: in from atlassian import Confluence atlassian/init.py:1: in from .bamboo import Bamboo atlassian/bamboo.py:5: in from .rest_client import AtlassianRestAPI atlassian/rest_client.py:6: in from oauthlib.oauth1 import SIGNATURE_RSA E ImportError: cannot import name 'SIGNATURE_RSA' from 'oauthlib.oauth1' (/usr/lib/python3.9/site-packages/oauthlib/oauth1/init.py) __________________ ERROR collecting tests/test_servicedesk.py __________________ ImportError while importing test module '/builddir/build/BUILD/atlassian-python-api-3.25.0/tests/test_servicedesk.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.9/importlib/init.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_servicedesk.py:5: in from atlassian import ServiceDesk atlassian/init.py:1: in from .bamboo import Bamboo atlassian/bamboo.py:5: in from .rest_client import AtlassianRestAPI atlassian/rest_client.py:6: in from oauthlib.oauth1 import SIGNATURE_RSA E ImportError: cannot import name 'SIGNATURE_RSA' from 'oauthlib.oauth1' (/usr/lib/python3.9/site-packages/oauthlib/oauth1/init.py) ---------- coverage: platform linux, python 3.9.13-final-0 ----------- Coverage XML written to file coverage.xml =========================== short test summary info ============================ ERROR tests/test_base.py ERROR tests/test_bitbucket_cloud_oo.py ERROR tests/test_bitbucket_server.py ERROR tests/test_bitbucket_server_oo.py ERROR tests/test_confluence_advanced_mode.py ERROR tests/test_confluence_attach.py ERROR tests/test_servicedesk.py !!!!!!!!!!!!!!!!!!! Interrupted: 7 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 7 errors in 5.64s =============================== ERROR: InvocationError for command /usr/bin/pytest -v --cov=atlassian --cov-branch --cov-report=xml (exited with code 2) ___________________________________ summary ____________________________________ ERROR: py39: commands failed error: Bad exit status from /var/tmp/rpm-tmp.vbgy9x (%check) Bad exit status from /var/tmp/rpm-tmp.vbgy9x (%check) RPM build errors: Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) File "/usr/lib/python3.10/site-packages/mockbuild/util.py", line 598, 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 9e68d645f2804b5790597782424b1530 -D /var/lib/mock/centos-9-prod-x86_64/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.k68apx_v:/etc/resolv.conf --bind=/dev/btrfs-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;\007" --setenv=PS1= \s-\v$ --setenv=LANG=C.UTF-8 --setenv=CCACHE_DIR=/var/tmp/ccache --setenv=CCACHE_UMASK=002 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -ba --noprep --target x86_64 --nodeps /builddir/build/SPECS/python-atlassian-api.spec

tuxmaster5000 avatar Jul 04 '22 06:07 tuxmaster5000

This weekend will check

gonchik avatar Jul 16 '22 09:07 gonchik

@tuxmaster5000 I have been checked that is working well on Oracle linux 9.

gonchik avatar Sep 17 '22 10:09 gonchik

I try it again today and it fails. I looks like Oracle Linux is modifying the default crypto policies, because SHA1 is disabled by default on RHEL9. So this call must fails. Using an SHA2 algo will fix it. d``` iff -Nuar atlassian-python-api-3.25.0.org/atlassian/rest_client.py atlassian-python-api-3.25.0/atlassian/rest_client.py --- atlassian-python-api-3.25.0.org/atlassian/rest_client.py 2022-09-17 13:49:12.846072116 +0200 +++ atlassian-python-api-3.25.0/atlassian/rest_client.py 2022-09-17 13:51:05.720241167 +0200 @@ -3,7 +3,7 @@ from json import dumps

import requests -from oauthlib.oauth1 import SIGNATURE_RSA +from oauthlib.oauth1 import SIGNATURE_RSA_SHA512 from requests_oauthlib import OAuth1, OAuth2 from six.moves.urllib.parse import urlencode from requests import HTTPError @@ -102,7 +102,7 @@ oauth = OAuth1( oauth_dict["consumer_key"], rsa_key=oauth_dict["key_cert"],

  •        signature_method=SIGNATURE_RSA,
    
  •        signature_method=SIGNATURE_RSA_SHA512,
           resource_owner_key=oauth_dict["access_token"],
           resource_owner_secret=oauth_dict["access_token_secret"],
       )
    

tuxmaster5000 avatar Sep 17 '22 11:09 tuxmaster5000

The fix as an patch file. fix.zip

tuxmaster5000 avatar Sep 17 '22 12:09 tuxmaster5000

@tuxmaster5000 you can send a PR/MR request, that's quite easier I think so :)

gonchik avatar Sep 17 '22 14:09 gonchik

Here it is, and very simple.

tuxmaster5000 avatar Sep 17 '22 15:09 tuxmaster5000

Meanwhile: I will put that information into release https://developer.atlassian.com/cloud/jira/platform/jira-rest-api-oauth-authentication/

gonchik avatar Sep 17 '22 17:09 gonchik

Hm, that one had been patched by you @tuxmaster5000

gonchik avatar Jan 03 '23 16:01 gonchik

In next release my patch was modified, by an patch from another user, so the build was failed again. And the path from the other user must fixed again for RHEL-9

tuxmaster5000 avatar Jan 04 '23 06:01 tuxmaster5000

@tuxmaster5000 let me release the new version

gonchik avatar Jan 04 '23 15:01 gonchik