Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-weaverbird.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1683363726.521457/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'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-weaverbird.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'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-weaverbird-0.30.0-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-weaverbird.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1683363726.521457/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'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-weaverbird.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'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-weaverbird-0.30.0-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-weaverbird.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1683363726.521457/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'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-weaverbird.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'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.2ePo3y + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf weaverbird-0.30.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/weaverbird-0.30.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd weaverbird-0.30.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.H09e36 + umask 022 + cd /builddir/build/BUILD + cd weaverbird-0.30.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/weaverbird copying src/weaverbird/exceptions.py -> build/lib/weaverbird copying src/weaverbird/__init__.py -> build/lib/weaverbird creating build/lib/weaverbird/backends copying src/weaverbird/backends/__init__.py -> build/lib/weaverbird/backends creating build/lib/weaverbird/backends/mongo_translator copying src/weaverbird/backends/mongo_translator/mongo_pipeline_translator.py -> build/lib/weaverbird/backends/mongo_translator copying src/weaverbird/backends/mongo_translator/__init__.py -> build/lib/weaverbird/backends/mongo_translator copying src/weaverbird/backends/mongo_translator/utils.py -> build/lib/weaverbird/backends/mongo_translator creating build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/waterfall.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/fromdate.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/fillna.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/convert.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/totals.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/split.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/lowercase.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/custom.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/comparetext.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/replacetext.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/argmax.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/domain.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/select.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/absolutevalue.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/filter.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/rollup.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/sort.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/moving_average.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/rename.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/uppercase.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/addmissingdates.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/text.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/join.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/replace.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/__init__.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/statistics.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/uniquegroups.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/top.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/evolution.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/rank.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/todate.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/append.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/cumsum.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/pivot.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/delete.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/unpivot.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/formula.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/ifthenelse.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/argmin.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/concatenate.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/aggregate.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/date_extract.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/duration.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/substring.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/trim.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/duplicate.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/types.py -> build/lib/weaverbird/backends/mongo_translator/steps copying src/weaverbird/backends/mongo_translator/steps/percentage.py -> build/lib/weaverbird/backends/mongo_translator/steps creating build/lib/weaverbird/backends/pandas_executor copying src/weaverbird/backends/pandas_executor/geo_utils.py -> build/lib/weaverbird/backends/pandas_executor copying src/weaverbird/backends/pandas_executor/__init__.py -> build/lib/weaverbird/backends/pandas_executor copying src/weaverbird/backends/pandas_executor/pipeline_executor.py -> build/lib/weaverbird/backends/pandas_executor copying src/weaverbird/backends/pandas_executor/types.py -> build/lib/weaverbird/backends/pandas_executor creating build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/waterfall.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/fromdate.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/fillna.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/convert.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/totals.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/split.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/lowercase.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/comparetext.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/replacetext.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/argmax.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/domain.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/select.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/absolutevalue.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/simplify.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/filter.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/rollup.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/sort.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/moving_average.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/rename.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/uppercase.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/addmissingdates.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/text.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/join.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/replace.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/__init__.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/statistics.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/uniquegroups.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/top.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/evolution.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/rank.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/todate.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/append.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/cumsum.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/pivot.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/delete.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/unpivot.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/hierarchy.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/formula.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/ifthenelse.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/argmin.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/concatenate.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/aggregate.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/date_extract.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/duration.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/substring.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/trim.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/duplicate.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/percentage.py -> build/lib/weaverbird/backends/pandas_executor/steps copying src/weaverbird/backends/pandas_executor/steps/dissolve.py -> build/lib/weaverbird/backends/pandas_executor/steps creating build/lib/weaverbird/backends/pandas_executor/steps/utils copying src/weaverbird/backends/pandas_executor/steps/utils/condition.py -> build/lib/weaverbird/backends/pandas_executor/steps/utils copying src/weaverbird/backends/pandas_executor/steps/utils/cast.py -> build/lib/weaverbird/backends/pandas_executor/steps/utils copying src/weaverbird/backends/pandas_executor/steps/utils/__init__.py -> build/lib/weaverbird/backends/pandas_executor/steps/utils copying src/weaverbird/backends/pandas_executor/steps/utils/cleaning.py -> build/lib/weaverbird/backends/pandas_executor/steps/utils copying src/weaverbird/backends/pandas_executor/steps/utils/dates.py -> build/lib/weaverbird/backends/pandas_executor/steps/utils copying src/weaverbird/backends/pandas_executor/steps/utils/formula.py -> build/lib/weaverbird/backends/pandas_executor/steps/utils copying src/weaverbird/backends/pandas_executor/steps/utils/combination.py -> build/lib/weaverbird/backends/pandas_executor/steps/utils creating build/lib/weaverbird/backends/pypika_translator copying src/weaverbird/backends/pypika_translator/operators.py -> build/lib/weaverbird/backends/pypika_translator copying src/weaverbird/backends/pypika_translator/dialects.py -> build/lib/weaverbird/backends/pypika_translator copying src/weaverbird/backends/pypika_translator/__init__.py -> build/lib/weaverbird/backends/pypika_translator copying src/weaverbird/backends/pypika_translator/translate.py -> build/lib/weaverbird/backends/pypika_translator creating build/lib/weaverbird/backends/pypika_translator/translators copying src/weaverbird/backends/pypika_translator/translators/redshift.py -> build/lib/weaverbird/backends/pypika_translator/translators copying src/weaverbird/backends/pypika_translator/translators/athena.py -> build/lib/weaverbird/backends/pypika_translator/translators copying src/weaverbird/backends/pypika_translator/translators/exceptions.py -> build/lib/weaverbird/backends/pypika_translator/translators copying src/weaverbird/backends/pypika_translator/translators/base.py -> build/lib/weaverbird/backends/pypika_translator/translators copying src/weaverbird/backends/pypika_translator/translators/googlebigquery.py -> build/lib/weaverbird/backends/pypika_translator/translators copying src/weaverbird/backends/pypika_translator/translators/snowflake.py -> build/lib/weaverbird/backends/pypika_translator/translators copying src/weaverbird/backends/pypika_translator/translators/mysql.py -> build/lib/weaverbird/backends/pypika_translator/translators copying src/weaverbird/backends/pypika_translator/translators/postgresql.py -> build/lib/weaverbird/backends/pypika_translator/translators copying src/weaverbird/backends/pypika_translator/translators/__init__.py -> build/lib/weaverbird/backends/pypika_translator/translators creating build/lib/weaverbird/backends/pypika_translator/utils copying src/weaverbird/backends/pypika_translator/utils/__init__.py -> build/lib/weaverbird/backends/pypika_translator/utils copying src/weaverbird/backends/pypika_translator/utils/formula.py -> build/lib/weaverbird/backends/pypika_translator/utils creating build/lib/weaverbird/pipeline copying src/weaverbird/pipeline/pipeline.py -> build/lib/weaverbird/pipeline copying src/weaverbird/pipeline/__init__.py -> build/lib/weaverbird/pipeline copying src/weaverbird/pipeline/dates.py -> build/lib/weaverbird/pipeline copying src/weaverbird/pipeline/conditions.py -> build/lib/weaverbird/pipeline copying src/weaverbird/pipeline/types.py -> build/lib/weaverbird/pipeline creating build/lib/weaverbird/pipeline/formula_ast copying src/weaverbird/pipeline/formula_ast/eval.py -> build/lib/weaverbird/pipeline/formula_ast copying src/weaverbird/pipeline/formula_ast/__init__.py -> build/lib/weaverbird/pipeline/formula_ast copying src/weaverbird/pipeline/formula_ast/utils.py -> build/lib/weaverbird/pipeline/formula_ast copying src/weaverbird/pipeline/formula_ast/types.py -> build/lib/weaverbird/pipeline/formula_ast creating build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/waterfall.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/fromdate.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/fillna.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/convert.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/totals.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/split.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/lowercase.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/custom.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/comparetext.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/replacetext.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/argmax.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/table.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/domain.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/select.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/absolutevalue.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/simplify.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/filter.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/rollup.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/sort.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/moving_average.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/rename.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/uppercase.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/addmissingdates.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/text.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/join.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/replace.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/__init__.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/statistics.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/uniquegroups.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/top.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/evolution.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/rank.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/todate.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/append.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/cumsum.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/pivot.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/delete.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/unpivot.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/hierarchy.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/formula.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/ifthenelse.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/argmin.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/concatenate.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/aggregate.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/date_extract.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/duration.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/substring.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/trim.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/customsql.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/duplicate.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/percentage.py -> build/lib/weaverbird/pipeline/steps copying src/weaverbird/pipeline/steps/dissolve.py -> build/lib/weaverbird/pipeline/steps creating build/lib/weaverbird/pipeline/steps/utils copying src/weaverbird/pipeline/steps/utils/base.py -> build/lib/weaverbird/pipeline/steps/utils copying src/weaverbird/pipeline/steps/utils/__init__.py -> build/lib/weaverbird/pipeline/steps/utils copying src/weaverbird/pipeline/steps/utils/render_variables.py -> build/lib/weaverbird/pipeline/steps/utils copying src/weaverbird/pipeline/steps/utils/validation.py -> build/lib/weaverbird/pipeline/steps/utils copying src/weaverbird/pipeline/steps/utils/combination.py -> build/lib/weaverbird/pipeline/steps/utils creating build/lib/weaverbird/utils copying src/weaverbird/utils/iter.py -> build/lib/weaverbird/utils copying src/weaverbird/utils/stopwatch.py -> build/lib/weaverbird/utils copying src/weaverbird/utils/__init__.py -> build/lib/weaverbird/utils copying src/weaverbird/utils/size.py -> build/lib/weaverbird/utils + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.M0syHu + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64 + cd weaverbird-0.30.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr creating /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird copying build/lib/weaverbird/exceptions.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird creating /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends creating /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor copying build/lib/weaverbird/backends/pandas_executor/geo_utils.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor copying build/lib/weaverbird/backends/pandas_executor/__init__.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor copying build/lib/weaverbird/backends/pandas_executor/pipeline_executor.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor creating /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/waterfall.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/fromdate.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/fillna.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/convert.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/totals.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/split.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/lowercase.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/comparetext.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/replacetext.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/argmax.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/domain.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/select.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/absolutevalue.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/simplify.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/filter.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/rollup.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/sort.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/moving_average.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/rename.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/uppercase.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/addmissingdates.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/text.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/join.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/replace.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/__init__.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/statistics.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/uniquegroups.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/top.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/evolution.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/rank.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps creating /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/utils copying build/lib/weaverbird/backends/pandas_executor/steps/utils/condition.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/utils copying build/lib/weaverbird/backends/pandas_executor/steps/utils/cast.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/utils copying build/lib/weaverbird/backends/pandas_executor/steps/utils/__init__.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/utils copying build/lib/weaverbird/backends/pandas_executor/steps/utils/cleaning.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/utils copying build/lib/weaverbird/backends/pandas_executor/steps/utils/dates.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/utils copying build/lib/weaverbird/backends/pandas_executor/steps/utils/formula.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/utils copying build/lib/weaverbird/backends/pandas_executor/steps/utils/combination.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/utils copying build/lib/weaverbird/backends/pandas_executor/steps/todate.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/append.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/cumsum.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/pivot.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/delete.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/unpivot.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/hierarchy.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/formula.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/ifthenelse.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/argmin.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/concatenate.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/aggregate.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/date_extract.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/duration.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/substring.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/trim.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/duplicate.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/percentage.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/steps/dissolve.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps copying build/lib/weaverbird/backends/pandas_executor/types.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor creating /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator copying build/lib/weaverbird/backends/pypika_translator/operators.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator creating /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/translators copying build/lib/weaverbird/backends/pypika_translator/translators/redshift.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/translators copying build/lib/weaverbird/backends/pypika_translator/translators/athena.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/translators copying build/lib/weaverbird/backends/pypika_translator/translators/exceptions.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/translators copying build/lib/weaverbird/backends/pypika_translator/translators/base.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/translators copying build/lib/weaverbird/backends/pypika_translator/translators/googlebigquery.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/translators copying build/lib/weaverbird/backends/pypika_translator/translators/snowflake.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/translators copying build/lib/weaverbird/backends/pypika_translator/translators/mysql.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/translators copying build/lib/weaverbird/backends/pypika_translator/translators/postgresql.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/translators copying build/lib/weaverbird/backends/pypika_translator/translators/__init__.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/translators copying build/lib/weaverbird/backends/pypika_translator/dialects.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator copying build/lib/weaverbird/backends/pypika_translator/__init__.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator creating /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/utils copying build/lib/weaverbird/backends/pypika_translator/utils/__init__.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/utils copying build/lib/weaverbird/backends/pypika_translator/utils/formula.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/utils copying build/lib/weaverbird/backends/pypika_translator/translate.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator copying build/lib/weaverbird/backends/__init__.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends creating /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator copying build/lib/weaverbird/backends/mongo_translator/mongo_pipeline_translator.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator copying build/lib/weaverbird/backends/mongo_translator/__init__.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator creating /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/waterfall.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/fromdate.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/fillna.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/convert.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/totals.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/split.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/lowercase.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/custom.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/comparetext.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/replacetext.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/argmax.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/domain.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/select.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/absolutevalue.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/filter.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/rollup.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/sort.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/moving_average.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/rename.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/uppercase.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/addmissingdates.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/text.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/join.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/replace.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/__init__.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/statistics.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/uniquegroups.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/top.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/evolution.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/rank.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/todate.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/append.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/cumsum.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/pivot.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/delete.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/unpivot.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/formula.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/ifthenelse.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/argmin.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/concatenate.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/aggregate.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/date_extract.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/duration.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/substring.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/trim.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/duplicate.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/types.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/steps/percentage.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps copying build/lib/weaverbird/backends/mongo_translator/utils.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator creating /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline creating /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/formula_ast copying build/lib/weaverbird/pipeline/formula_ast/eval.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/formula_ast copying build/lib/weaverbird/pipeline/formula_ast/__init__.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/formula_ast copying build/lib/weaverbird/pipeline/formula_ast/utils.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/formula_ast copying build/lib/weaverbird/pipeline/formula_ast/types.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/formula_ast copying build/lib/weaverbird/pipeline/pipeline.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline copying build/lib/weaverbird/pipeline/__init__.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline copying build/lib/weaverbird/pipeline/dates.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline copying build/lib/weaverbird/pipeline/conditions.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline creating /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/waterfall.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/fromdate.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/fillna.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/convert.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/totals.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/split.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/lowercase.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/custom.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/comparetext.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/replacetext.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/argmax.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/table.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/domain.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/select.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/absolutevalue.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/simplify.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/filter.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/rollup.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/sort.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/moving_average.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/rename.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/uppercase.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/addmissingdates.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/text.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/join.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/replace.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/__init__.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/statistics.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/uniquegroups.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/top.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/evolution.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/rank.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps creating /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/utils copying build/lib/weaverbird/pipeline/steps/utils/base.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/utils copying build/lib/weaverbird/pipeline/steps/utils/__init__.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/utils copying build/lib/weaverbird/pipeline/steps/utils/render_variables.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/utils copying build/lib/weaverbird/pipeline/steps/utils/validation.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/utils copying build/lib/weaverbird/pipeline/steps/utils/combination.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/utils copying build/lib/weaverbird/pipeline/steps/todate.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/append.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/cumsum.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/pivot.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/delete.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/unpivot.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/hierarchy.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/formula.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/ifthenelse.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/argmin.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/concatenate.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/aggregate.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/date_extract.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/duration.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/substring.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/trim.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/customsql.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/duplicate.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/percentage.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/steps/dissolve.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps copying build/lib/weaverbird/pipeline/types.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline copying build/lib/weaverbird/__init__.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird creating /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/utils copying build/lib/weaverbird/utils/iter.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/utils copying build/lib/weaverbird/utils/stopwatch.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/utils copying build/lib/weaverbird/utils/__init__.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/utils copying build/lib/weaverbird/utils/size.py -> /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/utils byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/geo_utils.py to geo_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/pipeline_executor.py to pipeline_executor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/waterfall.py to waterfall.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/fromdate.py to fromdate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/fillna.py to fillna.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/convert.py to convert.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/totals.py to totals.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/split.py to split.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/lowercase.py to lowercase.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/comparetext.py to comparetext.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/replacetext.py to replacetext.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/argmax.py to argmax.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/domain.py to domain.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/select.py to select.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/absolutevalue.py to absolutevalue.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/simplify.py to simplify.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/filter.py to filter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/rollup.py to rollup.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/sort.py to sort.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/moving_average.py to moving_average.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/rename.py to rename.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/uppercase.py to uppercase.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/addmissingdates.py to addmissingdates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/text.py to text.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/join.py to join.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/replace.py to replace.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/statistics.py to statistics.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/uniquegroups.py to uniquegroups.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/top.py to top.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/evolution.py to evolution.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/rank.py to rank.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/utils/condition.py to condition.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/utils/cast.py to cast.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/utils/cleaning.py to cleaning.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/utils/dates.py to dates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/utils/formula.py to formula.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/utils/combination.py to combination.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/todate.py to todate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/append.py to append.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/cumsum.py to cumsum.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/pivot.py to pivot.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/delete.py to delete.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/unpivot.py to unpivot.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/hierarchy.py to hierarchy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/formula.py to formula.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/ifthenelse.py to ifthenelse.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/argmin.py to argmin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/concatenate.py to concatenate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/aggregate.py to aggregate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/date_extract.py to date_extract.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/duration.py to duration.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/substring.py to substring.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/trim.py to trim.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/duplicate.py to duplicate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/percentage.py to percentage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/steps/dissolve.py to dissolve.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pandas_executor/types.py to types.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/operators.py to operators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/translators/redshift.py to redshift.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/translators/athena.py to athena.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/translators/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/translators/base.py to base.cpython-39.pyc File "/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/translators/base.py", line 264 match agg_function: ^ SyntaxError: invalid syntax byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/translators/googlebigquery.py to googlebigquery.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/translators/snowflake.py to snowflake.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/translators/mysql.py to mysql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/translators/postgresql.py to postgresql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/translators/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/dialects.py to dialects.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/utils/formula.py to formula.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/translate.py to translate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/mongo_pipeline_translator.py to mongo_pipeline_translator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/waterfall.py to waterfall.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/fromdate.py to fromdate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/fillna.py to fillna.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/convert.py to convert.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/totals.py to totals.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/split.py to split.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/lowercase.py to lowercase.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/custom.py to custom.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/comparetext.py to comparetext.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/replacetext.py to replacetext.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/argmax.py to argmax.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/domain.py to domain.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/select.py to select.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/absolutevalue.py to absolutevalue.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/filter.py to filter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/rollup.py to rollup.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/sort.py to sort.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/moving_average.py to moving_average.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/rename.py to rename.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/uppercase.py to uppercase.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/addmissingdates.py to addmissingdates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/text.py to text.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/join.py to join.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/replace.py to replace.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/statistics.py to statistics.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/uniquegroups.py to uniquegroups.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/top.py to top.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/evolution.py to evolution.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/rank.py to rank.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/todate.py to todate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/append.py to append.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/cumsum.py to cumsum.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/pivot.py to pivot.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/delete.py to delete.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/unpivot.py to unpivot.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/formula.py to formula.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/ifthenelse.py to ifthenelse.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/argmin.py to argmin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/concatenate.py to concatenate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/aggregate.py to aggregate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/date_extract.py to date_extract.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/duration.py to duration.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/substring.py to substring.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/trim.py to trim.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/duplicate.py to duplicate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/types.py to types.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/steps/percentage.py to percentage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/mongo_translator/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/formula_ast/eval.py to eval.cpython-39.pyc File "/usr/lib/python3.9/site-packages/weaverbird/pipeline/formula_ast/eval.py", line 123 match op: ^ SyntaxError: invalid syntax byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/formula_ast/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/formula_ast/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/formula_ast/types.py to types.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/pipeline.py to pipeline.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/dates.py to dates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/conditions.py to conditions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/waterfall.py to waterfall.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/fromdate.py to fromdate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/fillna.py to fillna.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/convert.py to convert.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/totals.py to totals.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/split.py to split.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/lowercase.py to lowercase.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/custom.py to custom.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/comparetext.py to comparetext.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/replacetext.py to replacetext.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/argmax.py to argmax.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/table.py to table.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/domain.py to domain.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/select.py to select.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/absolutevalue.py to absolutevalue.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/simplify.py to simplify.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/filter.py to filter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/rollup.py to rollup.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/sort.py to sort.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/moving_average.py to moving_average.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/rename.py to rename.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/uppercase.py to uppercase.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/addmissingdates.py to addmissingdates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/text.py to text.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/join.py to join.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/replace.py to replace.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/statistics.py to statistics.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/uniquegroups.py to uniquegroups.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/top.py to top.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/evolution.py to evolution.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/rank.py to rank.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/utils/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/utils/render_variables.py to render_variables.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/utils/validation.py to validation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/utils/combination.py to combination.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/todate.py to todate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/append.py to append.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/cumsum.py to cumsum.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/pivot.py to pivot.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/delete.py to delete.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/unpivot.py to unpivot.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/hierarchy.py to hierarchy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/formula.py to formula.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/ifthenelse.py to ifthenelse.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/argmin.py to argmin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/concatenate.py to concatenate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/aggregate.py to aggregate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/date_extract.py to date_extract.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/duration.py to duration.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/substring.py to substring.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/trim.py to trim.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/customsql.py to customsql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/duplicate.py to duplicate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/percentage.py to percentage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/steps/dissolve.py to dissolve.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/types.py to types.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/utils/iter.py to iter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/utils/stopwatch.py to stopwatch.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/utils/size.py to size.cpython-39.pyc writing byte-compilation script '/tmp/tmpi7z3e946.py' /usr/bin/python3 /tmp/tmpi7z3e946.py File "/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/translators/base.py", line 264 match agg_function: ^ SyntaxError: invalid syntax File "/usr/lib/python3.9/site-packages/weaverbird/pipeline/formula_ast/eval.py", line 123 match op: ^ SyntaxError: invalid syntax removing /tmp/tmpi7z3e946.py running install_egg_info running egg_info creating src/weaverbird.egg-info writing src/weaverbird.egg-info/PKG-INFO writing dependency_links to src/weaverbird.egg-info/dependency_links.txt writing requirements to src/weaverbird.egg-info/requires.txt writing top-level names to src/weaverbird.egg-info/top_level.txt writing manifest file 'src/weaverbird.egg-info/SOURCES.txt' reading manifest file 'src/weaverbird.egg-info/SOURCES.txt' writing manifest file 'src/weaverbird.egg-info/SOURCES.txt' Copying src/weaverbird.egg-info to /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird-0.30.0-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64//usr/share/doc/python-weaverbird + '[' -d doc ']' ~/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64 ~/build/BUILD/weaverbird-0.30.0 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '/%h/%f\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' + popd ~/build/BUILD/weaverbird-0.30.0 + mv /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.30.0-1 --unique-debug-suffix -0.30.0-1.x86_64 --unique-debug-src-base python-weaverbird-0.30.0-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/weaverbird-0.30.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 *** Error compiling '/builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/translators/base.py'... File "/usr/lib/python3.9/site-packages/weaverbird/backends/pypika_translator/translators/base.py", line 264 match agg_function: ^ SyntaxError: invalid syntax *** Error compiling '/builddir/build/BUILDROOT/python-weaverbird-0.30.0-1.x86_64/usr/lib/python3.9/site-packages/weaverbird/pipeline/formula_ast/eval.py'... File "/usr/lib/python3.9/site-packages/weaverbird/pipeline/formula_ast/eval.py", line 123 match op: ^ SyntaxError: invalid syntax error: Bad exit status from /var/tmp/rpm-tmp.M0syHu (%install) Bad exit status from /var/tmp/rpm-tmp.M0syHu (%install) RPM build errors: Child return code was: 1 EXCEPTION: [Error('Command failed: \n # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-weaverbird.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 598, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-weaverbird.spec