+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/glite-lbjp-common-trio.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.r4u0fO + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf glite-lbjp-common-trio-2.3.13 + /usr/bin/gzip -dc /builddir/build/SOURCES/glite-lbjp-common-trio-2.3.13.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd glite-lbjp-common-trio-2.3.13 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.szLVuD + umask 022 + cd /builddir/build/BUILD + cd glite-lbjp-common-trio-2.3.13 + perl ./configure --root=/ --prefix=/usr --libdir=lib64 Looking for some caffein ... (using default /usr/java/latest) Checking libcrypto ... (using default /usr) Checking libcares ... (using default /opt/c-ares) Checking gridsite-openssl ... (using default /usr) Checking voms-2.0 ... (using default /usr) Checking activemq-cpp ... (using default /opt/activemq-cpp-library) Checking gsoap++ ... (using default /usr) Checking expat ... (using default /usr) Checking globus-gssapi-gsi ... (using default /opt/globus) Checking myproxy ... (using default /opt/globus) Checking cppunit ... /usr Checking gsoap ... (using default /usr) Checking classads ... (using default /usr) Writing config.status Building modules: lbjp-common.trio Mode: single module Required externals: cppunit: /usr pkgconfig: - libtool: - CPPUNIT_CFLAGS= CPPUNIT_LIBS=-lcppunit This is a poor-man configure, it's up to you to have sources and externals there Creating Makefile.inc + 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 ' + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + make -j4 libtool --mode=compile gcc -g -O0 -W -Wall -I./src -I./interface -I. -DDATAGRID_EXTENSION -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 -c ./src/trio.c libtool --mode=compile gcc -g -O0 -W -Wall -I./src -I./interface -I. -DDATAGRID_EXTENSION -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 -c ./src/strio.c libtool --mode=compile gcc -g -O0 -W -Wall -I./src -I./interface -I. -DDATAGRID_EXTENSION -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 -c ./src/escape.c libtool: compile: gcc -g -O0 -W -Wall -I./src -I./interface -I. -DDATAGRID_EXTENSION -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 -c ./src/escape.c -fPIC -DPIC -o .libs/escape.o libtool: compile: gcc -g -O0 -W -Wall -I./src -I./interface -I. -DDATAGRID_EXTENSION -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 -c ./src/trio.c -fPIC -DPIC -o .libs/trio.o libtool: compile: gcc -g -O0 -W -Wall -I./src -I./interface -I. -DDATAGRID_EXTENSION -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 -c ./src/strio.c -fPIC -DPIC -o .libs/strio.o ./src/escape.c: In function 'glite_lbu_UnescapeURL': ./src/escape.c:327:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&reserved,"%c", val); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./src/strio.c: In function 'StrToDouble': ./src/strio.c:439:25: warning: passing argument 2 of 'strtod' from incompatible pointer type [-Wincompatible-pointer-types] return strtod(source, endp); ^~~~ In file included from ./src/strio.h:25:0, from ./src/strio.c:37: /usr/include/stdlib.h:117:15: note: expected 'char ** restrict' but argument is of type 'const char **' extern double strtod (const char *__restrict __nptr, ^~~~~~ ./src/strio.c: In function 'StrToFloat': ./src/strio.c:559:25: warning: passing argument 2 of 'strtof' from incompatible pointer type [-Wincompatible-pointer-types] return strtof(source, endp); ^~~~ In file included from ./src/strio.h:25:0, from ./src/strio.c:37: /usr/include/stdlib.h:123:14: note: expected 'char ** restrict' but argument is of type 'const char **' extern float strtof (const char *__restrict __nptr, ^~~~~~ At top level: ./src/strio.c:23:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = "@(#)$Id$"; ^~~~~ ./src/trio.c: In function 'TrioPreprocess': ./src/trio.c:1433:14: warning: this statement may fall through [-Wimplicit-fallthrough=] flags |= FLAGS_WIDECHAR; ~~~~~~^~~~~~~~~~~~~~~~~ ./src/trio.c:1436:6: note: here case SPECIFIER_CHAR: ^~~~ ./src/trio.c:1446:14: warning: this statement may fall through [-Wimplicit-fallthrough=] flags |= FLAGS_WIDECHAR; ~~~~~~^~~~~~~~~~~~~~~~~ ./src/trio.c:1449:6: note: here case SPECIFIER_STRING: ^~~~ ./src/trio.c:1567:14: warning: this statement may fall through [-Wimplicit-fallthrough=] flags |= FLAGS_UPPER; ~~~~~~^~~~~~~~~~~~~~ ./src/trio.c:1570:6: note: here case SPECIFIER_HEXFLOAT: ^~~~ ./src/trio.c: In function 'TrioOutStreamFileDescriptor': ./src/trio.c:3112:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void)write(fd, &ch, sizeof(char)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: ./src/trio.c:44:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = "@(#)$Id$"; ^~~~~ libtool: compile: gcc -g -O0 -W -Wall -I./src -I./interface -I. -DDATAGRID_EXTENSION -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 -c ./src/strio.c -o strio.o >/dev/null 2>&1 libtool: compile: gcc -g -O0 -W -Wall -I./src -I./interface -I. -DDATAGRID_EXTENSION -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 -c ./src/escape.c -o escape.o >/dev/null 2>&1 ./src/trio.c: In function 'trio_printfv': ./src/trio.c:3255:10: warning: 'dummy' is used uninitialized in this function [-Wuninitialized] return TrioFormat(stdout, 0, TrioOutStreamFile, format, dummy, args); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./src/trio.c: In function 'trio_fprintfv': ./src/trio.c:3300:10: warning: 'dummy' is used uninitialized in this function [-Wuninitialized] return TrioFormat(file, 0, TrioOutStreamFile, format, dummy, args); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./src/trio.c: In function 'trio_dprintfv': ./src/trio.c:3342:10: warning: 'dummy' is used uninitialized in this function [-Wuninitialized] return TrioFormat(&fd, 0, TrioOutStreamFileDescriptor, format, dummy, args); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./src/trio.c: In function 'trio_sprintfv': ./src/trio.c:3393:10: warning: 'dummy' is used uninitialized in this function [-Wuninitialized] status = TrioFormat(&buffer, 0, TrioOutStreamString, format, dummy, args); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./src/trio.c: In function 'trio_snprintfv': ./src/trio.c:3453:10: warning: 'dummy' may be used uninitialized in this function [-Wmaybe-uninitialized] status = TrioFormat(&buffer, bufferSize > 0 ? bufferSize - 1 : 0, ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TrioOutStreamStringMax, format, dummy, args); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./src/trio.c: In function 'trio_printv_ref': ./src/trio.c:4251:10: warning: 'dummy' is used uninitialized in this function [-Wuninitialized] return TrioFormatRef((reference_T *)ref, format, dummy, argarray); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./src/trio.c: In function 'trio_scanfv': ./src/trio.c:5575:10: warning: 'dummy' is used uninitialized in this function [-Wuninitialized] return TrioScan(stdin, 0, TrioInStreamFile, format, dummy, args); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./src/trio.c: In function 'trio_fscanfv': ./src/trio.c:5620:10: warning: 'dummy' is used uninitialized in this function [-Wuninitialized] return TrioScan(file, 0, TrioInStreamFile, format, dummy, args); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./src/trio.c: In function 'trio_dscanfv': ./src/trio.c:5662:10: warning: 'dummy' is used uninitialized in this function [-Wuninitialized] return TrioScan(&fd, 0, TrioInStreamFileDescriptor, format, dummy, args); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./src/trio.c: In function 'trio_sscanfv': ./src/trio.c:5707:10: warning: 'dummy' is used uninitialized in this function [-Wuninitialized] return TrioScan(&buffer, 0, TrioInStreamString, format, dummy, args); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -g -O0 -W -Wall -I./src -I./interface -I. -DDATAGRID_EXTENSION -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 -c ./src/trio.c -o trio.o >/dev/null 2>&1 ar crv libglite_lbu_trio.a trio.o strio.o escape.o libtool --mode=link gcc -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rpath /usr/lib64 -version-info 5:13:3 -o libglite_lbu_trio.la trio.lo strio.lo escape.lo -lm a - trio.o a - strio.o a - escape.o ranlib libglite_lbu_trio.a libtool: link: gcc -shared -fPIC -DPIC .libs/trio.o .libs/strio.o .libs/escape.o -lm -Wl,-z -Wl,relro -Wl,-soname -Wl,libglite_lbu_trio.so.2 -o .libs/libglite_lbu_trio.so.2.3.13 libtool: link: (cd ".libs" && rm -f "libglite_lbu_trio.so.2" && ln -s "libglite_lbu_trio.so.2.3.13" "libglite_lbu_trio.so.2") libtool: link: (cd ".libs" && rm -f "libglite_lbu_trio.so" && ln -s "libglite_lbu_trio.so.2.3.13" "libglite_lbu_trio.so") libtool: link: ar cru .libs/libglite_lbu_trio.a trio.o strio.o escape.o libtool: link: ranlib .libs/libglite_lbu_trio.a libtool: link: ( cd ".libs" && rm -f "libglite_lbu_trio.la" && ln -s "../libglite_lbu_trio.la" "libglite_lbu_trio.la" ) + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8nGCRV + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64 + cd glite-lbjp-common-trio-2.3.13 + make install DESTDIR=/builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64 mkdir -p /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64/usr/lib64 mkdir -p /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64/usr/include/glite/ mkdir -p /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64/usr/include/glite/lbu libtool --mode=install install -m 755 libglite_lbu_trio.la /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64/usr/lib64 libtool: install: install -m 755 .libs/libglite_lbu_trio.so.2.3.13 /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64/usr/lib64/libglite_lbu_trio.so.2.3.13 libtool: install: (cd /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64/usr/lib64 && { ln -s -f libglite_lbu_trio.so.2.3.13 libglite_lbu_trio.so.2 || { rm -f libglite_lbu_trio.so.2 && ln -s libglite_lbu_trio.so.2.3.13 libglite_lbu_trio.so.2; }; }) libtool: install: (cd /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64/usr/lib64 && { ln -s -f libglite_lbu_trio.so.2.3.13 libglite_lbu_trio.so || { rm -f libglite_lbu_trio.so && ln -s libglite_lbu_trio.so.2.3.13 libglite_lbu_trio.so; }; }) libtool: install: install -m 755 .libs/libglite_lbu_trio.lai /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64/usr/lib64/libglite_lbu_trio.la libtool: install: install -m 755 .libs/libglite_lbu_trio.a /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64/usr/lib64/libglite_lbu_trio.a libtool: install: chmod 644 /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64/usr/lib64/libglite_lbu_trio.a libtool: install: ranlib /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64/usr/lib64/libglite_lbu_trio.a libtool: warning: remember to run 'libtool --finish /usr/lib64' libtool --mode=install install -m 644 libglite_lbu_trio.a /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64/usr/lib64 libtool: install: install -m 644 libglite_lbu_trio.a /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64/usr/lib64/libglite_lbu_trio.a libtool: install: chmod 644 /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64/usr/lib64/libglite_lbu_trio.a libtool: install: ranlib /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64/usr/lib64/libglite_lbu_trio.a (cd ./interface && libtool --mode=install install -m 644 trio.h escape.h /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64/usr/include/glite/lbu) libtool: install: install -m 644 trio.h /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64/usr/include/glite/lbu/trio.h libtool: install: install -m 644 escape.h /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64/usr/include/glite/lbu/escape.h + rm -f /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64/usr/lib64/libglite_lbu_trio.a + rm -f /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64/usr/lib64/libglite_lbu_trio.la + /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 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: glite-lbjp-common-trio-2.3.13-7.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.BpHfUK + umask 022 + cd /builddir/build/BUILD + cd glite-lbjp-common-trio-2.3.13 + DOCDIR=/builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64/usr/share/doc/glite-lbjp-common-trio + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64/usr/share/doc/glite-lbjp-common-trio + cp -pr ChangeLog /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64/usr/share/doc/glite-lbjp-common-trio + cp -pr LICENSE /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64/usr/share/doc/glite-lbjp-common-trio + exit 0 Provides: glite-lbjp-common-trio = 2.3.13-7.fc28 glite-lbjp-common-trio(riscv-64) = 2.3.13-7.fc28 libglite_lbu_trio.so.2()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: 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) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: glite-lbjp-common-trio-devel-2.3.13-7.fc28.riscv64 Provides: glite-lbjp-common-trio-devel = 2.3.13-7.fc28 glite-lbjp-common-trio-devel(riscv-64) = 2.3.13-7.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libglite_lbu_trio.so.2()(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64 Wrote: /builddir/build/SRPMS/glite-lbjp-common-trio-2.3.13-7.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/glite-lbjp-common-trio-devel-2.3.13-7.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.7kPRsq + umask 022 + cd /builddir/build/BUILD + cd glite-lbjp-common-trio-2.3.13 + /usr/bin/rm -rf /builddir/build/BUILDROOT/glite-lbjp-common-trio-2.3.13-7.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff