+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/python-meliae.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ALISaF + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf meliae-0.4.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/meliae-0.4.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd meliae-0.4.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Gwjd7M + umask 022 + cd /builddir/build/BUILD + cd meliae-0.4.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + /usr/bin/python setup.py build DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out running build running build_py creating build creating build/lib.linux-riscv64-2.7 creating build/lib.linux-riscv64-2.7/meliae copying meliae/files.py -> build/lib.linux-riscv64-2.7/meliae copying meliae/warn.py -> build/lib.linux-riscv64-2.7/meliae copying meliae/loader.py -> build/lib.linux-riscv64-2.7/meliae copying meliae/perf_counter.py -> build/lib.linux-riscv64-2.7/meliae copying meliae/scanner.py -> build/lib.linux-riscv64-2.7/meliae copying meliae/__init__.py -> build/lib.linux-riscv64-2.7/meliae running build_ext cythoning meliae/_scanner.pyx to meliae/_scanner.c building 'meliae._scanner' extension creating build/temp.linux-riscv64-2.7 creating build/temp.linux-riscv64-2.7/meliae gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -I/usr/include/python2.7 -c meliae/_scanner.c -o build/temp.linux-riscv64-2.7/meliae/_scanner.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -I/usr/include/python2.7 -c meliae/_scanner_core.c -o build/temp.linux-riscv64-2.7/meliae/_scanner_core.o meliae/_scanner_core.c: In function '_dump_object_to_ref_info': meliae/_scanner_core.c:463:16: warning: variable 'size' set but not used [-Wunused-but-set-variable] Py_ssize_t size; ^~~~ gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 build/temp.linux-riscv64-2.7/meliae/_scanner.o build/temp.linux-riscv64-2.7/meliae/_scanner_core.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/meliae/_scanner.so cythoning meliae/_loader.pyx to meliae/_loader.c warning: meliae/_loader.pyx:702:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. warning: meliae/_loader.pyx:702:33: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. warning: meliae/_loader.pyx:702:41: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. warning: meliae/_loader.pyx:856:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. warning: meliae/_loader.pyx:856:37: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. warning: meliae/_loader.pyx:856:49: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. warning: meliae/_loader.pyx:893:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. warning: meliae/_loader.pyx:893:32: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. building 'meliae._loader' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -I/usr/include/python2.7 -c meliae/_loader.c -o build/temp.linux-riscv64-2.7/meliae/_loader.o meliae/_loader.c: In function '__pyx_pf_6meliae_7_loader_17_MOCValueIterator_4__next__': meliae/_loader.c:12625:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] __pyx_t_2 = __Pyx_PyInt_From_int(((int)__pyx_v_cur)); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1035, __pyx_L1_error) ^ At top level: meliae/_loader.c:2459:18: warning: '__pyx_f_6meliae_7_loader__format_list' defined but not used [-Wunused-function] static PyObject *__pyx_f_6meliae_7_loader__format_list(__pyx_t_6meliae_7_loader_RefList *__pyx_v_ref_list) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ meliae/_loader.c:1767:18: warning: '__pyx_f_6meliae_7_loader__set_default' defined but not used [-Wunused-function] static PyObject *__pyx_f_6meliae_7_loader__set_default(PyObject *__pyx_v_d, PyObject *__pyx_v_val) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 build/temp.linux-riscv64-2.7/meliae/_loader.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/meliae/_loader.so cythoning meliae/_intset.pyx to meliae/_intset.c warning: meliae/_intset.pyx:88:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. warning: meliae/_intset.pyx:88:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. warning: meliae/_intset.pyx:148:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. warning: meliae/_intset.pyx:247:22: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. warning: meliae/_intset.pyx:247:30: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. building 'meliae._intset' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -I/usr/include/python2.7 -c meliae/_intset.c -o build/temp.linux-riscv64-2.7/meliae/_intset.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 build/temp.linux-riscv64-2.7/meliae/_intset.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/meliae/_intset.so running build_scripts creating build/scripts-2.7 copying and adjusting strip_duplicates.py -> build/scripts-2.7 changing mode of build/scripts-2.7/strip_duplicates.py from 644 to 755 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.717DET + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64 + cd meliae-0.4.0 + rm -rf /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64 + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64 DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out running install running install_lib creating /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64 creating /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr creating /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/lib64/python2.7/site-packages/meliae copying build/lib.linux-riscv64-2.7/meliae/_scanner.so -> /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/lib64/python2.7/site-packages/meliae copying build/lib.linux-riscv64-2.7/meliae/_intset.so -> /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/lib64/python2.7/site-packages/meliae copying build/lib.linux-riscv64-2.7/meliae/files.py -> /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/lib64/python2.7/site-packages/meliae copying build/lib.linux-riscv64-2.7/meliae/_loader.so -> /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/lib64/python2.7/site-packages/meliae copying build/lib.linux-riscv64-2.7/meliae/warn.py -> /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/lib64/python2.7/site-packages/meliae copying build/lib.linux-riscv64-2.7/meliae/loader.py -> /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/lib64/python2.7/site-packages/meliae copying build/lib.linux-riscv64-2.7/meliae/perf_counter.py -> /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/lib64/python2.7/site-packages/meliae copying build/lib.linux-riscv64-2.7/meliae/scanner.py -> /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/lib64/python2.7/site-packages/meliae copying build/lib.linux-riscv64-2.7/meliae/__init__.py -> /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/lib64/python2.7/site-packages/meliae byte-compiling /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/lib64/python2.7/site-packages/meliae/files.py to files.pyc byte-compiling /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/lib64/python2.7/site-packages/meliae/warn.py to warn.pyc byte-compiling /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/lib64/python2.7/site-packages/meliae/loader.py to loader.pyc byte-compiling /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/lib64/python2.7/site-packages/meliae/perf_counter.py to perf_counter.pyc byte-compiling /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/lib64/python2.7/site-packages/meliae/scanner.py to scanner.pyc byte-compiling /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/lib64/python2.7/site-packages/meliae/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpxg7wiZ.py' /usr/bin/python -O /tmp/tmpxg7wiZ.py DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out removing /tmp/tmpxg7wiZ.py running install_scripts creating /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/bin copying build/scripts-2.7/strip_duplicates.py -> /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/bin changing mode of /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/bin/strip_duplicates.py to 755 running install_egg_info Writing /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/lib64/python2.7/site-packages/meliae-0.4.0.final.0-py2.7.egg-info + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: mangling shebang in ./usr/bin/strip_duplicates.py from #!/usr/bin/python to #!/usr/bin/python2. This will become an ERROR, fix it manually! Processing files: python-meliae-0.4.0-13.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.3Dv66K + umask 022 + cd /builddir/build/BUILD + cd meliae-0.4.0 + DOCDIR=/builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/share/doc/python-meliae + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/share/doc/python-meliae + cp -pr CHANGES.txt /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/share/doc/python-meliae + cp -pr COPYING.txt /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/share/doc/python-meliae + cp -pr README.txt /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/share/doc/python-meliae + cp -pr TODO.txt /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64/usr/share/doc/python-meliae + exit 0 Provides: python-meliae = 0.4.0-13.fc28 python-meliae(riscv-64) = 0.4.0-13.fc28 python2.7dist(meliae) = 0.4.0.final.0 python2dist(meliae) = 0.4.0.final.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python2 ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64 Wrote: /builddir/build/SRPMS/python-meliae-0.4.0-13.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/python-meliae-0.4.0-13.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.NTFc6G + umask 022 + cd /builddir/build/BUILD + cd meliae-0.4.0 + rm -rf /builddir/build/BUILDROOT/python-meliae-0.4.0-13.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff