Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/cockpit.spec'], chrootPath='/srv/build/7/B/mock-root/c7-extras-x86_64/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=21600logger=uid=501) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/cockpit.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False warning: Could not canonicalize hostname: worker1.bsys.centos.org Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/cockpit-0.96-2.el7.centos.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/cockpit.spec '], chrootPath='/srv/build/7/B/mock-root/c7-extras-x86_64/root'shell=Falseuid=501env={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=21600private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/cockpit.spec '] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.iBofxf + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cockpit-0.96 + /usr/bin/xz -dc /builddir/build/SOURCES/cockpit-0.96.tar.xz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd cockpit-0.96 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #1 (0001-test-Fix-selenium-test.patch): + echo 'Patch #1 (0001-test-Fix-selenium-test.patch):' + /usr/bin/cat /builddir/build/SOURCES/0001-test-Fix-selenium-test.patch + /usr/bin/patch -p1 --fuzz=0 patching file test/avocado/run-tests patching file test/avocado/selenium-login.py patching file test/avocado/seleniumlib.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.abtBWQ + umask 022 + cd /builddir/build/BUILD + cd cockpit-0.96 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 == 1 ']' + '[' x86_64 == ppc64le ']' + exec ++ find . -name config.guess -o -name config.sub + ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-silent-rules --with-cockpit-user=cockpit-ws --with-branding=auto --with-selinux-config-type=etc_t checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking whether to enable maintainer-specific portions of Makefiles... yes checking for style of include used by make... GNU checking for x86_64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for x86_64-redhat-linux-gnu-ar... no checking for x86_64-redhat-linux-gnu-lib... no checking for x86_64-redhat-linux-gnu-link... no checking for ar... ar checking the archiver (ar) interface... ar checking for x86_64-redhat-linux-gnu-gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) none checking for gcc option to accept ISO C99... -std=gnu99 checking for x86_64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for library containing strerror... none required checking for ANSI C header files... (cached) yes checking whether ln -s works... yes checking whether make supports nested variables... (cached) yes checking whether to install to prefix only... no checking for x86_64-redhat-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GIO... yes checking for SYSTEMD... yes checking for JSON_GLIB... yes checking for POLKIT... yes checking for krb5-config... /usr/bin/krb5-config checking for working krb5-config... yes checking build with cockpit-ws... yes checking for GLIB_TLS... yes checking for LIBSSH... yes checking security/pam_appl.h usability... yes checking security/pam_appl.h presence... yes checking for security/pam_appl.h... yes checking for pam_open_session in -lpam... yes checking keyutils.h usability... yes checking keyutils.h presence... yes checking for keyutils.h... yes checking for keyctl_join_session_keyring in -lkeyutils... yes checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking for crypt_r in -lcrypt... yes checking whether to build with PCP... yes checking pcp/pmapi.h usability... yes checking pcp/pmapi.h presence... yes checking for pcp/pmapi.h... yes checking for pcp/import.h... yes checking for pcp/pmda.h... yes checking for pmNewContext in -lpcp... yes checking for pmdaCacheLookup in -lpcp_pmda... yes checking for pmiStart in -lpcp_import... yes checking for gss_import_cred in -lgssapi_krb5... yes checking for ssh_gssapi_set_creds in -lssh... yes checking for ssh_set_agent_socket in -lssh... yes checking for systemd unit dir... /usr/lib/systemd/system checking whether NLS is requested... yes checking for intltool-update... /usr/bin/intltool-update checking for intltool-merge... /usr/bin/intltool-merge checking for intltool-extract... /usr/bin/intltool-extract checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.16.3 checking for XML::Parser... ok checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... (cached) /usr/bin/msgfmt checking for xgettext... (cached) /usr/bin/xgettext checking for phantomjs... no checking for go... /usr/bin/go checking for usermod... /usr/sbin/usermod checking for newusers... /usr/sbin/newusers checking whether /usr/sbin/newusers understands --crypt-method... yes checking for chpasswd... /usr/sbin/chpasswd checking for pkexec... /usr/bin/pkexec checking for sudo... /usr/bin/sudo checking for ssh-add... /usr/bin/ssh-add checking for ssh-agent... /usr/bin/ssh-agent checking for chcon... /usr/bin/chcon checking for fdwalk... no checking for asan flags... no checking whether to build documentation... yes checking for xsltproc... /usr/bin/xsltproc checking for xmlto... /usr/bin/xmlto checking for branding directory... auto checking for debug mode... default checking whether to build with coverage... no checking build strict... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/guide/version config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing po/stamp-it commands Cockpit 0.96 ================ prefix: /usr exec_prefix: /usr libdir: /usr/lib64 libexecdir: /usr/libexec bindir: /usr/bin sbindir: /usr/sbin datarootdir: ${prefix}/share datadir: /usr/share sysconfdir: /etc localstatedir: /var pamdir: ${libdir}/security compiler: gcc -std=gnu99 cflags: -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g cppflags: cockpit-ws: yes cockpit-ws user: cockpit-ws cockpit-ws group: cockpit-ws selinux config type: etc_t Maintainer mode: yes Building docs: yes Debug mode: default With coverage: no With address sanitizer: no With PCP: yes Branding: auto Supports key auth: yes pkexec: /usr/bin/pkexec ssh-add: /usr/bin/ssh-add ssh-agent: /usr/bin/ssh-agent sudo: /usr/bin/sudo usermod: /usr/sbin/usermod chcon: /usr/bin/chcon + make -j4 all make all-recursive make[1]: Entering directory `/builddir/build/BUILD/cockpit-0.96' Making all in . make[2]: Entering directory `/builddir/build/BUILD/cockpit-0.96' gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/cockpit_bridge-bridge.o `test -f 'src/bridge/bridge.c' || echo './'`src/bridge/bridge.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/cockpit_polkit-cockpitpolkithelper.o `test -f 'src/bridge/cockpitpolkithelper.c' || echo './'`src/bridge/cockpitpolkithelper.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/cockpit_stub-stub.o `test -f 'src/bridge/stub.c' || echo './'`src/bridge/stub.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-pcp\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/cockpit_pcp-cockpitpcp.o `test -f 'src/bridge/cockpitpcp.c' || echo './'`src/bridge/cockpitpcp.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-ws\" -I./src/ws -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/cockpit_ws-main.o `test -f 'src/ws/main.c' || echo './'`src/ws/main.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/session.o src/ws/session.c GOPATH=/builddir/build/BUILD/cockpit-0.96/containers/shared/cockpit-kube /usr/bin/go build -ldflags "-B 0x"`head -c20 /dev/urandom|od -An -tx1|tr -d ' \n'` "cockpit-kube-auth" GOPATH=/builddir/build/BUILD/cockpit-0.96/containers/shared/cockpit-kube /usr/bin/go build -ldflags "-B 0x"`head -c20 /dev/urandom|od -An -tx1|tr -d ' \n'` "cockpit-kube-launch" gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/test_paths-test-paths.o `test -f 'src/bridge/test-paths.c' || echo './'`src/bridge/test-paths.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/test_rules-test-rules.o `test -f 'src/bridge/test-rules.c' || echo './'`src/bridge/test-rules.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/test_channel-test-channel.o `test -f 'src/bridge/test-channel.c' || echo './'`src/bridge/test-channel.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/test_channel-mock-transport.o `test -f 'src/bridge/mock-transport.c' || echo './'`src/bridge/mock-transport.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/test_portal-test-portal.o `test -f 'src/bridge/test-portal.c' || echo './'`src/bridge/test-portal.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/test_portal-mock-transport.o `test -f 'src/bridge/mock-transport.c' || echo './'`src/bridge/mock-transport.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/test_pipe_channel-test-pipe-channel.o `test -f 'src/bridge/test-pipe-channel.c' || echo './'`src/bridge/test-pipe-channel.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/test_pipe_channel-mock-transport.o `test -f 'src/bridge/mock-transport.c' || echo './'`src/bridge/mock-transport.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/test_packages-test-packages.o `test -f 'src/bridge/test-packages.c' || echo './'`src/bridge/test-packages.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/test_packages-mock-transport.o `test -f 'src/bridge/mock-transport.c' || echo './'`src/bridge/mock-transport.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/test_fs-test-fs.o `test -f 'src/bridge/test-fs.c' || echo './'`src/bridge/test-fs.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/test_fs-mock-transport.o `test -f 'src/bridge/mock-transport.c' || echo './'`src/bridge/mock-transport.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/test_metrics-test-metrics.o `test -f 'src/bridge/test-metrics.c' || echo './'`src/bridge/test-metrics.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/test_metrics-mock-transport.o `test -f 'src/bridge/mock-transport.c' || echo './'`src/bridge/mock-transport.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/test_httpstream-test-httpstream.o `test -f 'src/bridge/test-httpstream.c' || echo './'`src/bridge/test-httpstream.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/test_httpstream-mock-transport.o `test -f 'src/bridge/mock-transport.c' || echo './'`src/bridge/mock-transport.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/test_setup-test-setup.o `test -f 'src/bridge/test-setup.c' || echo './'`src/bridge/test-setup.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/test_websocketstream-test-websocketstream.o `test -f 'src/bridge/test-websocketstream.c' || echo './'`src/bridge/test-websocketstream.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/test_websocketstream-mock-transport.o `test -f 'src/bridge/mock-transport.c' || echo './'`src/bridge/mock-transport.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/test_environment-test-environment.o `test -f 'src/bridge/test-environment.c' || echo './'`src/bridge/test-environment.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-pcp\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/test_pcp-test-pcp.o `test -f 'src/bridge/test-pcp.c' || echo './'`src/bridge/test-pcp.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-pcp\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/test_pcp-mock-transport.o `test -f 'src/bridge/mock-transport.c' || echo './'`src/bridge/mock-transport.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-pcp\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/test_pcp_archives-test-pcp-archives.o `test -f 'src/bridge/test-pcp-archives.c' || echo './'`src/bridge/test-pcp-archives.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-pcp\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/test_pcp_archives-mock-transport.o `test -f 'src/bridge/mock-transport.c' || echo './'`src/bridge/mock-transport.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"mock-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/mock_bridge-mock-bridge.o `test -f 'src/bridge/mock-bridge.c' || echo './'`src/bridge/mock-bridge.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/test_hash-test-hash.o `test -f 'src/common/test-hash.c' || echo './'`src/common/test-hash.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/test_hex-test-hex.o `test -f 'src/common/test-hex.c' || echo './'`src/common/test-hex.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/test_json-test-json.o `test -f 'src/common/test-json.c' || echo './'`src/common/test-json.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/test_pipe-test-pipe.o `test -f 'src/common/test-pipe.c' || echo './'`src/common/test-pipe.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/test_connect-test-connect.o `test -f 'src/common/test-connect.c' || echo './'`src/common/test-connect.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/test_stream-test-stream.o `test -f 'src/common/test-stream.c' || echo './'`src/common/test-stream.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/test_stream-mock-io-stream.o `test -f 'src/common/mock-io-stream.c' || echo './'`src/common/mock-io-stream.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/test_transport-test-transport.o `test -f 'src/common/test-transport.c' || echo './'`src/common/test-transport.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/test_unixsignal-test-unixsignal.o `test -f 'src/common/test-unixsignal.c' || echo './'`src/common/test-unixsignal.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/test_template-test-template.o `test -f 'src/common/test-template.c' || echo './'`src/common/test-template.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/test_webresponse-test-webresponse.o `test -f 'src/common/test-webresponse.c' || echo './'`src/common/test-webresponse.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/test_webresponse-mock-io-stream.o `test -f 'src/common/mock-io-stream.c' || echo './'`src/common/mock-io-stream.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/test_webresponse-cockpitassets.o `test -f 'src/common/cockpitassets.c' || echo './'`src/common/cockpitassets.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/test_webserver-test-webserver.o `test -f 'src/common/test-webserver.c' || echo './'`src/common/test-webserver.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/test_config-test-config.o `test -f 'src/common/test-config.c' || echo './'`src/common/test-config.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/test_unicode-test-unicode.o `test -f 'src/common/test-unicode.c' || echo './'`src/common/test-unicode.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=\"WebSocket\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/websocket/frob_websocket-frob-websocket.o `test -f 'src/websocket/frob-websocket.c' || echo './'`src/websocket/frob-websocket.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=\"WebSocket\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/websocket/test_websocket-test-websocket.o `test -f 'src/websocket/test-websocket.c' || echo './'`src/websocket/test-websocket.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/ws -DG_LOG_DOMAIN=\"test-server\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/test_server-test-server.o `test -f 'src/ws/test-server.c' || echo './'`src/ws/test-server.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-ws\" -I./src/ws -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/test_creds-test-creds.o `test -f 'src/ws/test-creds.c' || echo './'`src/ws/test-creds.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-ws\" -I./src/ws -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/test_auth-test-auth.o `test -f 'src/ws/test-auth.c' || echo './'`src/ws/test-auth.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-ws\" -I./src/ws -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/test_auth-mock-auth.o `test -f 'src/ws/mock-auth.c' || echo './'`src/ws/mock-auth.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-ws\" -I./src/ws -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/test_sshtransport-test-sshtransport.o `test -f 'src/ws/test-sshtransport.c' || echo './'`src/ws/test-sshtransport.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-ws\" -I./src/ws -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/test_sshagent-test-sshagent.o `test -f 'src/ws/test-sshagent.c' || echo './'`src/ws/test-sshagent.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-ws\" -I./src/ws -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/test_webservice-test-webservice.o `test -f 'src/ws/test-webservice.c' || echo './'`src/ws/test-webservice.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-ws\" -I./src/ws -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/test_webservice-mock-auth.o `test -f 'src/ws/mock-auth.c' || echo './'`src/ws/mock-auth.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-ws\" -I./src/ws -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/test_webservice-mock-io-stream.o `test -f 'src/common/mock-io-stream.c' || echo './'`src/common/mock-io-stream.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-ws\" -I./src/ws -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/test_channelresponse-test-channelresponse.o `test -f 'src/ws/test-channelresponse.c' || echo './'`src/ws/test-channelresponse.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-ws\" -I./src/ws -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/test_channelresponse-mock-auth.o `test -f 'src/ws/mock-auth.c' || echo './'`src/ws/mock-auth.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-ws\" -I./src/ws -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/test_channelresponse-mock-io-stream.o `test -f 'src/common/mock-io-stream.c' || echo './'`src/common/mock-io-stream.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-ws\" -I./src/ws -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/test_handlers-test-handlers.o `test -f 'src/ws/test-handlers.c' || echo './'`src/ws/test-handlers.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-ws\" -I./src/ws -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/test_handlers-mock-auth.o `test -f 'src/ws/mock-auth.c' || echo './'`src/ws/mock-auth.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-ws\" -I./src/ws -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/test_handlers-mock-io-stream.o `test -f 'src/common/mock-io-stream.c' || echo './'`src/common/mock-io-stream.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-ws\" -I./src/ws -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/test_kerberos-test-kerberos.o `test -f 'src/ws/test-kerberos.c' || echo './'`src/ws/test-kerberos.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/mock_sshd-mock-sshd.o `test -f 'src/ws/mock-sshd.c' || echo './'`src/ws/mock-sshd.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/mock_echo-mock-echo.o `test -f 'src/ws/mock-echo.c' || echo './'`src/ws/mock-echo.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"mock-agent-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/mock_agent_bridge-mock-agent-bridge.o `test -f 'src/ws/mock-agent-bridge.c' || echo './'`src/ws/mock-agent-bridge.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"mock-agent-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/mock_agent_bridge-cockpitchannel.o `test -f 'src/bridge/cockpitchannel.c' || echo './'`src/bridge/cockpitchannel.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"mock-agent-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/mock_agent_bridge-cockpitpipechannel.o `test -f 'src/bridge/cockpitpipechannel.c' || echo './'`src/bridge/cockpitpipechannel.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DSYSCONFDIR=\"/etc\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/reauthorize/mock_reauthorize-mock-reauthorize.o `test -f 'src/reauthorize/mock-reauthorize.c' || echo './'`src/reauthorize/mock-reauthorize.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/reauthorize/test_reauthorize-test-reauthorize.o `test -f 'src/reauthorize/test-reauthorize.c' || echo './'`src/reauthorize/test-reauthorize.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/pam-ssh-add/test_ssh_add-test-ssh-add.o `test -f 'src/pam-ssh-add/test-ssh-add.c' || echo './'`src/pam-ssh-add/test-ssh-add.c sed -e 's,[@]datadir[@],/usr/share,g' -e 's,[@]libexecdir[@],/usr/libexec,g' -e 's,[@]libdir[@],/usr/lib64,g' -e 's,[@]includedir[@],/usr/include,g' -e 's,[@]bindir[@],/usr/bin,g' -e 's,[@]sbindir[@],/usr/sbin,g' -e 's,[@]prefix[@],/usr,g' -e 's,[@]exec_prefix[@],/usr,g' -e 's,[@]prefix[@],/usr,g' -e 's,[@]PACKAGE[@],cockpit,g' -e 's,[@]VERSION[@],0.96,g' -e 's,[@]user[@],cockpit-ws,g' -e 's,[@]group[@],cockpit-ws,g' -e 's,[@]selinux_config_type[@],etc_t,g' src/ws/mock-auth-command > mock-auth-command chmod +x mock-auth-command /usr/bin/mkdir -p doc/man/ && /usr/bin/xsltproc -nonet --param man.output.quietly 1 --output doc/man/cockpit-bridge.1 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl doc/man/cockpit-bridge.xml /usr/bin/mkdir -p doc/man/ && /usr/bin/xsltproc -nonet --param man.output.quietly 1 --output doc/man/cockpit.1 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl doc/man/cockpit.xml /usr/bin/mkdir -p doc/man/ && /usr/bin/xsltproc -nonet --param man.output.quietly 1 --output doc/man/cockpit-ws.8 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl doc/man/cockpit-ws.xml /usr/bin/mkdir -p doc/man/ && /usr/bin/xsltproc -nonet --param man.output.quietly 1 --output doc/man/cockpit.conf.5 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl doc/man/cockpit.conf.xml /usr/bin/mkdir -p doc/man/ && /usr/bin/xsltproc -nonet --param man.output.quietly 1 --output doc/man/pam_ssh_add.8 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl doc/man/pam_ssh_add.xml /usr/bin/mkdir -p doc/man/ && /usr/bin/xsltproc -nonet --param man.output.quietly 1 --output doc/man/remotectl.8 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl doc/man/remotectl.xml LC_ALL=C /usr/bin/intltool-merge -x -u -c ./po/.intltool-merge-cache ./po src/ws/cockpit.appdata.xml.in src/ws/cockpit.appdata.xml Generating and caching the translation database Merging translations into src/ws/cockpit.appdata.xml. CREATED src/ws/cockpit.appdata.xml LC_ALL=C /usr/bin/intltool-merge -d -u -c ./po/.intltool-merge-cache ./po src/ws/cockpit.desktop.in src/ws/cockpit.desktop /usr/bin/mkdir -p pkg/base1/ && gzip -n -c pkg/base1/angular.min.js > pkg/base1/angular.min.js.gz.tmp && mv -f pkg/base1/angular.min.js.gz.tmp pkg/base1/angular.min.js.gz Found cached translation database Merging translations into src/ws/cockpit.desktop. /usr/bin/mkdir -p pkg/base1/ && gzip -n -c pkg/base1/cockpit.min.css > pkg/base1/cockpit.min.css.gz.tmp && mv -f pkg/base1/cockpit.min.css.gz.tmp pkg/base1/cockpit.min.css.gz /usr/bin/mkdir -p pkg/base1/ && gzip -n -c pkg/base1/d3.min.js > pkg/base1/d3.min.js.gz.tmp && mv -f pkg/base1/d3.min.js.gz.tmp pkg/base1/d3.min.js.gz /usr/bin/mkdir -p pkg/base1/ && gzip -n -c pkg/base1/po.js > pkg/base1/po.js.gz.tmp && mv -f pkg/base1/po.js.gz.tmp pkg/base1/po.js.gz /usr/bin/mkdir -p pkg/base1/ && gzip -n -c pkg/base1/require.min.js > pkg/base1/require.min.js.gz.tmp && mv -f pkg/base1/require.min.js.gz.tmp pkg/base1/require.min.js.gz /usr/bin/mkdir -p pkg/base1/ && gzip -n -c pkg/base1/term.min.js > pkg/base1/term.min.js.gz.tmp && mv -f pkg/base1/term.min.js.gz.tmp pkg/base1/term.min.js.gz /usr/bin/mkdir -p pkg/base1/ && gzip -n -c pkg/base1/moment.min.js > pkg/base1/moment.min.js.gz.tmp && mv -f pkg/base1/moment.min.js.gz.tmp pkg/base1/moment.min.js.gz /usr/bin/mkdir -p pkg/base1/ && gzip -n -c pkg/base1/mustache.min.js > pkg/base1/mustache.min.js.gz.tmp && mv -f pkg/base1/mustache.min.js.gz.tmp pkg/base1/mustache.min.js.gz /usr/bin/mkdir -p pkg/base1/ && gzip -n -c pkg/base1/jquery.min.js > pkg/base1/jquery.min.js.gz.tmp && mv -f pkg/base1/jquery.min.js.gz.tmp pkg/base1/jquery.min.js.gz /usr/bin/mkdir -p pkg/base1/ && gzip -n -c pkg/base1/cockpit.min.js > pkg/base1/cockpit.min.js.gz.tmp && mv -f pkg/base1/cockpit.min.js.gz.tmp pkg/base1/cockpit.min.js.gz /usr/bin/mkdir -p pkg/base1/ && gzip -n -c pkg/base1/bundle.min.js > pkg/base1/bundle.min.js.gz.tmp && mv -f pkg/base1/bundle.min.js.gz.tmp pkg/base1/bundle.min.js.gz /usr/bin/mkdir -p po/ && gzip -n -c po/po.ca.min.js > po/po.ca.min.js.gz.tmp && mv -f po/po.ca.min.js.gz.tmp po/po.ca.min.js.gz /usr/bin/mkdir -p po/ && gzip -n -c po/po.de.min.js > po/po.de.min.js.gz.tmp && mv -f po/po.de.min.js.gz.tmp po/po.de.min.js.gz /usr/bin/mkdir -p po/ && gzip -n -c po/po.da.min.js > po/po.da.min.js.gz.tmp && mv -f po/po.da.min.js.gz.tmp po/po.da.min.js.gz /usr/bin/mkdir -p po/ && gzip -n -c po/po.pl.min.js > po/po.pl.min.js.gz.tmp && mv -f po/po.pl.min.js.gz.tmp po/po.pl.min.js.gz /usr/bin/mkdir -p po/ && gzip -n -c po/po.pt_BR.min.js > po/po.pt_BR.min.js.gz.tmp && mv -f po/po.pt_BR.min.js.gz.tmp po/po.pt_BR.min.js.gz /usr/bin/mkdir -p po/ && gzip -n -c po/po.tr.min.js > po/po.tr.min.js.gz.tmp && mv -f po/po.tr.min.js.gz.tmp po/po.tr.min.js.gz /usr/bin/mkdir -p po/ && gzip -n -c po/po.uk.min.js > po/po.uk.min.js.gz.tmp && mv -f po/po.uk.min.js.gz.tmp po/po.uk.min.js.gz /usr/bin/mkdir -p pkg/dashboard/ && gzip -n -c pkg/dashboard/bundle.min.js > pkg/dashboard/bundle.min.js.gz.tmp && mv -f pkg/dashboard/bundle.min.js.gz.tmp pkg/dashboard/bundle.min.js.gz /usr/bin/mkdir -p pkg/dashboard/ && gzip -n -c pkg/dashboard/index.min.html > pkg/dashboard/index.min.html.gz.tmp && mv -f pkg/dashboard/index.min.html.gz.tmp pkg/dashboard/index.min.html.gz /usr/bin/mkdir -p pkg/docker/ && gzip -n -c pkg/docker/bundle.min.js > pkg/docker/bundle.min.js.gz.tmp && mv -f pkg/docker/bundle.min.js.gz.tmp pkg/docker/bundle.min.js.gz /usr/bin/mkdir -p pkg/docker/ && gzip -n -c pkg/docker/console.min.html > pkg/docker/console.min.html.gz.tmp && mv -f pkg/docker/console.min.html.gz.tmp pkg/docker/console.min.html.gz /usr/bin/mkdir -p pkg/docker/ && gzip -n -c pkg/docker/docker.min.css > pkg/docker/docker.min.css.gz.tmp && mv -f pkg/docker/docker.min.css.gz.tmp pkg/docker/docker.min.css.gz /usr/bin/mkdir -p pkg/docker/ && gzip -n -c pkg/docker/docker.min.js > pkg/docker/docker.min.js.gz.tmp && mv -f pkg/docker/docker.min.js.gz.tmp pkg/docker/docker.min.js.gz /usr/bin/mkdir -p pkg/docker/ && gzip -n -c pkg/docker/index.min.html > pkg/docker/index.min.html.gz.tmp && mv -f pkg/docker/index.min.html.gz.tmp pkg/docker/index.min.html.gz /usr/bin/mkdir -p pkg/kubernetes/ && gzip -n -c pkg/kubernetes/app.min.css > pkg/kubernetes/app.min.css.gz.tmp && mv -f pkg/kubernetes/app.min.css.gz.tmp pkg/kubernetes/app.min.css.gz /usr/bin/mkdir -p pkg/kubernetes/ && gzip -n -c pkg/kubernetes/index.min.html > pkg/kubernetes/index.min.html.gz.tmp && mv -f pkg/kubernetes/index.min.html.gz.tmp pkg/kubernetes/index.min.html.gz /usr/bin/mkdir -p pkg/kubernetes/ && gzip -n -c pkg/kubernetes/kubernetes.min.js > pkg/kubernetes/kubernetes.min.js.gz.tmp && mv -f pkg/kubernetes/kubernetes.min.js.gz.tmp pkg/kubernetes/kubernetes.min.js.gz /usr/bin/mkdir -p pkg/networkmanager/ && gzip -n -c pkg/networkmanager/bundle.min.js > pkg/networkmanager/bundle.min.js.gz.tmp && mv -f pkg/networkmanager/bundle.min.js.gz.tmp pkg/networkmanager/bundle.min.js.gz /usr/bin/mkdir -p pkg/networkmanager/ && gzip -n -c pkg/networkmanager/index.min.html > pkg/networkmanager/index.min.html.gz.tmp && mv -f pkg/networkmanager/index.min.html.gz.tmp pkg/networkmanager/index.min.html.gz /usr/bin/mkdir -p pkg/networkmanager/ && gzip -n -c pkg/networkmanager/networking.min.css > pkg/networkmanager/networking.min.css.gz.tmp && mv -f pkg/networkmanager/networking.min.css.gz.tmp pkg/networkmanager/networking.min.css.gz /usr/bin/mkdir -p pkg/ostree/ && gzip -n -c pkg/ostree/ostree.min.css > pkg/ostree/ostree.min.css.gz.tmp && mv -f pkg/ostree/ostree.min.css.gz.tmp pkg/ostree/ostree.min.css.gz /usr/bin/mkdir -p pkg/ostree/ && gzip -n -c pkg/ostree/index.min.html > pkg/ostree/index.min.html.gz.tmp && mv -f pkg/ostree/index.min.html.gz.tmp pkg/ostree/index.min.html.gz /usr/bin/mkdir -p pkg/ostree/ && gzip -n -c pkg/ostree/ostree.min.js > pkg/ostree/ostree.min.js.gz.tmp && mv -f pkg/ostree/ostree.min.js.gz.tmp pkg/ostree/ostree.min.js.gz /usr/bin/mkdir -p pkg/realmd/ && gzip -n -c pkg/realmd/bundle.min.js > pkg/realmd/bundle.min.js.gz.tmp && mv -f pkg/realmd/bundle.min.js.gz.tmp pkg/realmd/bundle.min.js.gz /usr/bin/mkdir -p pkg/registry/ && gzip -n -c pkg/registry/index.min.html > pkg/registry/index.min.html.gz.tmp && mv -f pkg/registry/index.min.html.gz.tmp pkg/registry/index.min.html.gz /usr/bin/mkdir -p pkg/registry/ && gzip -n -c pkg/registry/bundle.min.js > pkg/registry/bundle.min.js.gz.tmp && mv -f pkg/registry/bundle.min.js.gz.tmp pkg/registry/bundle.min.js.gz /usr/bin/mkdir -p pkg/registry/ && gzip -n -c pkg/registry/bundle.min.css > pkg/registry/bundle.min.css.gz.tmp && mv -f pkg/registry/bundle.min.css.gz.tmp pkg/registry/bundle.min.css.gz /usr/bin/mkdir -p pkg/shell/ && gzip -n -c pkg/shell/shell.min.js > pkg/shell/shell.min.js.gz.tmp && mv -f pkg/shell/shell.min.js.gz.tmp pkg/shell/shell.min.js.gz /usr/bin/mkdir -p pkg/shell/ && gzip -n -c pkg/shell/bundle.min.js > pkg/shell/bundle.min.js.gz.tmp && mv -f pkg/shell/bundle.min.js.gz.tmp pkg/shell/bundle.min.js.gz /usr/bin/mkdir -p pkg/shell/ && gzip -n -c pkg/shell/plot.min.css > pkg/shell/plot.min.css.gz.tmp && mv -f pkg/shell/plot.min.css.gz.tmp pkg/shell/plot.min.css.gz /usr/bin/mkdir -p pkg/shell/ && gzip -n -c pkg/shell/shell.min.css > pkg/shell/shell.min.css.gz.tmp && mv -f pkg/shell/shell.min.css.gz.tmp pkg/shell/shell.min.css.gz /usr/bin/mkdir -p pkg/shell/ && gzip -n -c pkg/shell/shell.min.html > pkg/shell/shell.min.html.gz.tmp && mv -f pkg/shell/shell.min.html.gz.tmp pkg/shell/shell.min.html.gz /usr/bin/mkdir -p pkg/sosreport/ && gzip -n -c pkg/sosreport/index.min.html > pkg/sosreport/index.min.html.gz.tmp && mv -f pkg/sosreport/index.min.html.gz.tmp pkg/sosreport/index.min.html.gz /usr/bin/mkdir -p pkg/sosreport/ && gzip -n -c pkg/sosreport/sosreport.min.css > pkg/sosreport/sosreport.min.css.gz.tmp && mv -f pkg/sosreport/sosreport.min.css.gz.tmp pkg/sosreport/sosreport.min.css.gz /usr/bin/mkdir -p pkg/sosreport/ && gzip -n -c pkg/sosreport/index.min.js > pkg/sosreport/index.min.js.gz.tmp && mv -f pkg/sosreport/index.min.js.gz.tmp pkg/sosreport/index.min.js.gz /usr/bin/mkdir -p pkg/storaged/ && gzip -n -c pkg/storaged/bundle.min.js > pkg/storaged/bundle.min.js.gz.tmp && mv -f pkg/storaged/bundle.min.js.gz.tmp pkg/storaged/bundle.min.js.gz /usr/bin/mkdir -p pkg/storaged/ && gzip -n -c pkg/storaged/index.min.html > pkg/storaged/index.min.html.gz.tmp && mv -f pkg/storaged/index.min.html.gz.tmp pkg/storaged/index.min.html.gz /usr/bin/mkdir -p pkg/storaged/ && gzip -n -c pkg/storaged/storage.min.css > pkg/storaged/storage.min.css.gz.tmp && mv -f pkg/storaged/storage.min.css.gz.tmp pkg/storaged/storage.min.css.gz /usr/bin/mkdir -p pkg/subscriptions/ && gzip -n -c pkg/subscriptions/index.min.html > pkg/subscriptions/index.min.html.gz.tmp && mv -f pkg/subscriptions/index.min.html.gz.tmp pkg/subscriptions/index.min.html.gz /usr/bin/mkdir -p pkg/subscriptions/ && gzip -n -c pkg/subscriptions/subscriptions.min.css > pkg/subscriptions/subscriptions.min.css.gz.tmp && mv -f pkg/subscriptions/subscriptions.min.css.gz.tmp pkg/subscriptions/subscriptions.min.css.gz /usr/bin/mkdir -p pkg/subscriptions/ && gzip -n -c pkg/subscriptions/subscriptions.min.js > pkg/subscriptions/subscriptions.min.js.gz.tmp && mv -f pkg/subscriptions/subscriptions.min.js.gz.tmp pkg/subscriptions/subscriptions.min.js.gz /usr/bin/mkdir -p pkg/systemd/ && gzip -n -c pkg/systemd/bundle.min.js > pkg/systemd/bundle.min.js.gz.tmp && mv -f pkg/systemd/bundle.min.js.gz.tmp pkg/systemd/bundle.min.js.gz /usr/bin/mkdir -p pkg/systemd/ && gzip -n -c pkg/systemd/host.min.css > pkg/systemd/host.min.css.gz.tmp && mv -f pkg/systemd/host.min.css.gz.tmp pkg/systemd/host.min.css.gz /usr/bin/mkdir -p pkg/systemd/ && gzip -n -c pkg/systemd/index.min.html > pkg/systemd/index.min.html.gz.tmp && mv -f pkg/systemd/index.min.html.gz.tmp pkg/systemd/index.min.html.gz /usr/bin/mkdir -p pkg/systemd/ && gzip -n -c pkg/systemd/journal.min.css > pkg/systemd/journal.min.css.gz.tmp && mv -f pkg/systemd/journal.min.css.gz.tmp pkg/systemd/journal.min.css.gz /usr/bin/mkdir -p pkg/systemd/ && gzip -n -c pkg/systemd/logs.min.html > pkg/systemd/logs.min.html.gz.tmp && mv -f pkg/systemd/logs.min.html.gz.tmp pkg/systemd/logs.min.html.gz /usr/bin/mkdir -p pkg/systemd/ && gzip -n -c pkg/systemd/service.min.js > pkg/systemd/service.min.js.gz.tmp && mv -f pkg/systemd/service.min.js.gz.tmp pkg/systemd/service.min.js.gz /usr/bin/mkdir -p pkg/systemd/ && gzip -n -c pkg/systemd/services.min.html > pkg/systemd/services.min.html.gz.tmp && mv -f pkg/systemd/services.min.html.gz.tmp pkg/systemd/services.min.html.gz /usr/bin/mkdir -p pkg/systemd/ && gzip -n -c pkg/systemd/terminal.min.html > pkg/systemd/terminal.min.html.gz.tmp && mv -f pkg/systemd/terminal.min.html.gz.tmp pkg/systemd/terminal.min.html.gz sed -e 's,[@]datadir[@],/usr/share,g' -e 's,[@]libexecdir[@],/usr/libexec,g' -e 's,[@]libdir[@],/usr/lib64,g' -e 's,[@]includedir[@],/usr/include,g' -e 's,[@]bindir[@],/usr/bin,g' -e 's,[@]sbindir[@],/usr/sbin,g' -e 's,[@]prefix[@],/usr,g' -e 's,[@]exec_prefix[@],/usr,g' -e 's,[@]prefix[@],/usr,g' -e 's,[@]PACKAGE[@],cockpit,g' -e 's,[@]VERSION[@],0.96,g' -e 's,[@]user[@],cockpit-ws,g' -e 's,[@]group[@],cockpit-ws,g' -e 's,[@]selinux_config_type[@],etc_t,g' src/ws/cockpit.service.in > cockpit.service /usr/bin/mkdir -p pkg/tuned/ && gzip -n -c pkg/tuned/bundle.min.js > pkg/tuned/bundle.min.js.gz.tmp && mv -f pkg/tuned/bundle.min.js.gz.tmp pkg/tuned/bundle.min.js.gz /usr/bin/mkdir -p pkg/users/ && gzip -n -c pkg/users/bundle.min.js > pkg/users/bundle.min.js.gz.tmp && mv -f pkg/users/bundle.min.js.gz.tmp pkg/users/bundle.min.js.gz /usr/bin/mkdir -p pkg/users/ && gzip -n -c pkg/users/index.min.html > pkg/users/index.min.html.gz.tmp && mv -f pkg/users/index.min.html.gz.tmp pkg/users/index.min.html.gz /usr/bin/mkdir -p pkg/users/ && gzip -n -c pkg/users/users.min.css > pkg/users/users.min.css.gz.tmp && mv -f pkg/users/users.min.css.gz.tmp pkg/users/users.min.css.gz gcc -std=gnu99 -fPIC -shared \ -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" \ -o mock-pmda.so ./src/bridge/mock-pmda.c -lpcp_pmda -lpcp cp src/ws/test_rsa test_rsa_key && chmod 600 test_rsa_key gcc -std=gnu99 -fPIC -shared -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -I. -o pam_reauthorize.so src/reauthorize/pam_reauthorize.c src/reauthorize/reauthorize.c -lpam -lkeyutils -lcrypt -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_stub_a-cockpitbridge.o `test -f 'src/bridge/cockpitbridge.c' || echo './'`src/bridge/cockpitbridge.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_stub_a-cockpitchannel.o `test -f 'src/bridge/cockpitchannel.c' || echo './'`src/bridge/cockpitchannel.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_stub_a-cockpitdbuscache.o `test -f 'src/bridge/cockpitdbuscache.c' || echo './'`src/bridge/cockpitdbuscache.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_stub_a-cockpitdbusinternal.o `test -f 'src/bridge/cockpitdbusinternal.c' || echo './'`src/bridge/cockpitdbusinternal.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_stub_a-cockpitdbusjson.o `test -f 'src/bridge/cockpitdbusjson.c' || echo './'`src/bridge/cockpitdbusjson.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_stub_a-cockpitdbusrules.o `test -f 'src/bridge/cockpitdbusrules.c' || echo './'`src/bridge/cockpitdbusrules.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_stub_a-cockpitdbustime.o `test -f 'src/bridge/cockpitdbustime.c' || echo './'`src/bridge/cockpitdbustime.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_stub_a-cockpitdbusenvironment.o `test -f 'src/bridge/cockpitdbusenvironment.c' || echo './'`src/bridge/cockpitdbusenvironment.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_stub_a-cockpitechochannel.o `test -f 'src/bridge/cockpitechochannel.c' || echo './'`src/bridge/cockpitechochannel.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_stub_a-cockpithttpstream.o `test -f 'src/bridge/cockpithttpstream.c' || echo './'`src/bridge/cockpithttpstream.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_stub_a-cockpitinteracttransport.o `test -f 'src/bridge/cockpitinteracttransport.c' || echo './'`src/bridge/cockpitinteracttransport.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_stub_a-cockpitpackages.o `test -f 'src/bridge/cockpitpackages.c' || echo './'`src/bridge/cockpitpackages.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_stub_a-cockpitpaths.o `test -f 'src/bridge/cockpitpaths.c' || echo './'`src/bridge/cockpitpaths.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_stub_a-cockpitnullchannel.o `test -f 'src/bridge/cockpitnullchannel.c' || echo './'`src/bridge/cockpitnullchannel.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_stub_a-cockpitwebsocketstream.o `test -f 'src/bridge/cockpitwebsocketstream.c' || echo './'`src/bridge/cockpitwebsocketstream.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_bridge_a-cockpitblocksamples.o `test -f 'src/bridge/cockpitblocksamples.c' || echo './'`src/bridge/cockpitblocksamples.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_bridge_a-cockpitcgroupsamples.o `test -f 'src/bridge/cockpitcgroupsamples.c' || echo './'`src/bridge/cockpitcgroupsamples.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_bridge_a-cockpitcpusamples.o `test -f 'src/bridge/cockpitcpusamples.c' || echo './'`src/bridge/cockpitcpusamples.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_bridge_a-cockpitdbussetup.o `test -f 'src/bridge/cockpitdbussetup.c' || echo './'`src/bridge/cockpitdbussetup.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_bridge_a-cockpitdbususer.o `test -f 'src/bridge/cockpitdbususer.c' || echo './'`src/bridge/cockpitdbususer.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_bridge_a-cockpitdisksamples.o `test -f 'src/bridge/cockpitdisksamples.c' || echo './'`src/bridge/cockpitdisksamples.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_bridge_a-cockpitinternalmetrics.o `test -f 'src/bridge/cockpitinternalmetrics.c' || echo './'`src/bridge/cockpitinternalmetrics.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_bridge_a-cockpitpipechannel.o `test -f 'src/bridge/cockpitpipechannel.c' || echo './'`src/bridge/cockpitpipechannel.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_bridge_a-cockpitpolkitagent.o `test -f 'src/bridge/cockpitpolkitagent.c' || echo './'`src/bridge/cockpitpolkitagent.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_bridge_a-cockpitportal.o `test -f 'src/bridge/cockpitportal.c' || echo './'`src/bridge/cockpitportal.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_bridge_a-cockpitmemorysamples.o `test -f 'src/bridge/cockpitmemorysamples.c' || echo './'`src/bridge/cockpitmemorysamples.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_bridge_a-cockpitmetrics.o `test -f 'src/bridge/cockpitmetrics.c' || echo './'`src/bridge/cockpitmetrics.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_bridge_a-cockpitmountsamples.o `test -f 'src/bridge/cockpitmountsamples.c' || echo './'`src/bridge/cockpitmountsamples.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_bridge_a-cockpitnetworksamples.o `test -f 'src/bridge/cockpitnetworksamples.c' || echo './'`src/bridge/cockpitnetworksamples.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_bridge_a-cockpitsamples.o `test -f 'src/bridge/cockpitsamples.c' || echo './'`src/bridge/cockpitsamples.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_bridge_a-cockpitfsread.o `test -f 'src/bridge/cockpitfsread.c' || echo './'`src/bridge/cockpitfsread.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_bridge_a-cockpitfsreplace.o `test -f 'src/bridge/cockpitfsreplace.c' || echo './'`src/bridge/cockpitfsreplace.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_bridge_a-cockpitfswatch.o `test -f 'src/bridge/cockpitfswatch.c' || echo './'`src/bridge/cockpitfswatch.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_bridge_a-cockpitfslist.o `test -f 'src/bridge/cockpitfslist.c' || echo './'`src/bridge/cockpitfslist.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-pcp\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_pcp_a-cockpitbridge.o `test -f 'src/bridge/cockpitbridge.c' || echo './'`src/bridge/cockpitbridge.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-pcp\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_pcp_a-cockpitchannel.o `test -f 'src/bridge/cockpitchannel.c' || echo './'`src/bridge/cockpitchannel.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-pcp\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_pcp_a-cockpitmetrics.o `test -f 'src/bridge/cockpitmetrics.c' || echo './'`src/bridge/cockpitmetrics.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-pcp\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/bridge/libcockpit_pcp_a-cockpitpcpmetrics.o `test -f 'src/bridge/cockpitpcpmetrics.c' || echo './'`src/bridge/cockpitpcpmetrics.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-cockpitcertificate.o `test -f 'src/common/cockpitcertificate.c' || echo './'`src/common/cockpitcertificate.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-cockpitconnect.o `test -f 'src/common/cockpitconnect.c' || echo './'`src/common/cockpitconnect.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-cockpiterror.o `test -f 'src/common/cockpiterror.c' || echo './'`src/common/cockpiterror.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-cockpithash.o `test -f 'src/common/cockpithash.c' || echo './'`src/common/cockpithash.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-cockpithex.o `test -f 'src/common/cockpithex.c' || echo './'`src/common/cockpithex.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-cockpitjson.o `test -f 'src/common/cockpitjson.c' || echo './'`src/common/cockpitjson.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-cockpitlog.o `test -f 'src/common/cockpitlog.c' || echo './'`src/common/cockpitlog.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-cockpitloopback.o `test -f 'src/common/cockpitloopback.c' || echo './'`src/common/cockpitloopback.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-cockpitmemory.o `test -f 'src/common/cockpitmemory.c' || echo './'`src/common/cockpitmemory.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-cockpitpipe.o `test -f 'src/common/cockpitpipe.c' || echo './'`src/common/cockpitpipe.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-cockpitpipetransport.o `test -f 'src/common/cockpitpipetransport.c' || echo './'`src/common/cockpitpipetransport.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-cockpitstream.o `test -f 'src/common/cockpitstream.c' || echo './'`src/common/cockpitstream.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-cockpitsystem.o `test -f 'src/common/cockpitsystem.c' || echo './'`src/common/cockpitsystem.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-cockpittemplate.o `test -f 'src/common/cockpittemplate.c' || echo './'`src/common/cockpittemplate.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-cockpittest.o `test -f 'src/common/cockpittest.c' || echo './'`src/common/cockpittest.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-cockpittransport.o `test -f 'src/common/cockpittransport.c' || echo './'`src/common/cockpittransport.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-cockpitunicode.o `test -f 'src/common/cockpitunicode.c' || echo './'`src/common/cockpitunicode.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-cockpitunixfd.o `test -f 'src/common/cockpitunixfd.c' || echo './'`src/common/cockpitunixfd.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-cockpitunixsignal.o `test -f 'src/common/cockpitunixsignal.c' || echo './'`src/common/cockpitunixsignal.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-cockpitwebfilter.o `test -f 'src/common/cockpitwebfilter.c' || echo './'`src/common/cockpitwebfilter.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-cockpitwebinject.o `test -f 'src/common/cockpitwebinject.c' || echo './'`src/common/cockpitwebinject.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-cockpitwebresponse.o `test -f 'src/common/cockpitwebresponse.c' || echo './'`src/common/cockpitwebresponse.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-cockpitwebserver.o `test -f 'src/common/cockpitwebserver.c' || echo './'`src/common/cockpitwebserver.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-cockpitconf.o `test -f 'src/common/cockpitconf.c' || echo './'`src/common/cockpitconf.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-mock-dbus-tests.o `test -f 'src/common/mock-dbus-tests.c' || echo './'`src/common/mock-dbus-tests.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-mock-service.o `test -f 'src/common/mock-service.c' || echo './'`src/common/mock-service.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/common/libcockpit_common_a-cockpitassets.o `test -f 'src/common/cockpitassets.c' || echo './'`src/common/cockpitassets.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=\"WebSocket\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/websocket/libwebsocket_a-websocket.o `test -f 'src/websocket/websocket.c' || echo './'`src/websocket/websocket.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=\"WebSocket\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/websocket/libwebsocket_a-websocketclient.o `test -f 'src/websocket/websocketclient.c' || echo './'`src/websocket/websocketclient.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=\"WebSocket\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/websocket/libwebsocket_a-websocketserver.o `test -f 'src/websocket/websocketserver.c' || echo './'`src/websocket/websocketserver.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=\"WebSocket\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/websocket/libwebsocket_a-websocketconnection.o `test -f 'src/websocket/websocketconnection.c' || echo './'`src/websocket/websocketconnection.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/ws -DCOCKPIT_BUILD_INFO=\""Built on Fri Apr 1 10:04:43 UTC 2016"\" -DG_LOG_DOMAIN=\"cockpit-ws\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/libcockpit_ws_a-cockpithandlers.o `test -f 'src/ws/cockpithandlers.c' || echo './'`src/ws/cockpithandlers.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/ws -DCOCKPIT_BUILD_INFO=\""Built on Fri Apr 1 10:04:43 UTC 2016"\" -DG_LOG_DOMAIN=\"cockpit-ws\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/libcockpit_ws_a-cockpitauth.o `test -f 'src/ws/cockpitauth.c' || echo './'`src/ws/cockpitauth.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/ws -DCOCKPIT_BUILD_INFO=\""Built on Fri Apr 1 10:04:43 UTC 2016"\" -DG_LOG_DOMAIN=\"cockpit-ws\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/libcockpit_ws_a-cockpitchannelresponse.o `test -f 'src/ws/cockpitchannelresponse.c' || echo './'`src/ws/cockpitchannelresponse.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/ws -DCOCKPIT_BUILD_INFO=\""Built on Fri Apr 1 10:04:43 UTC 2016"\" -DG_LOG_DOMAIN=\"cockpit-ws\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/libcockpit_ws_a-cockpitchannelsocket.o `test -f 'src/ws/cockpitchannelsocket.c' || echo './'`src/ws/cockpitchannelsocket.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/ws -DCOCKPIT_BUILD_INFO=\""Built on Fri Apr 1 10:04:43 UTC 2016"\" -DG_LOG_DOMAIN=\"cockpit-ws\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/libcockpit_ws_a-cockpitcreds.o `test -f 'src/ws/cockpitcreds.c' || echo './'`src/ws/cockpitcreds.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/ws -DCOCKPIT_BUILD_INFO=\""Built on Fri Apr 1 10:04:43 UTC 2016"\" -DG_LOG_DOMAIN=\"cockpit-ws\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/libcockpit_ws_a-cockpitwebservice.o `test -f 'src/ws/cockpitwebservice.c' || echo './'`src/ws/cockpitwebservice.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/ws -DCOCKPIT_BUILD_INFO=\""Built on Fri Apr 1 10:04:44 UTC 2016"\" -DG_LOG_DOMAIN=\"cockpit-ws\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/libcockpit_ws_a-cockpitsshtransport.o `test -f 'src/ws/cockpitsshtransport.c' || echo './'`src/ws/cockpitsshtransport.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./src/ws -DCOCKPIT_BUILD_INFO=\""Built on Fri Apr 1 10:04:44 UTC 2016"\" -DG_LOG_DOMAIN=\"cockpit-ws\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/ws/libcockpit_ws_a-cockpitsshagent.o `test -f 'src/ws/cockpitsshagent.c' || echo './'`src/ws/cockpitsshagent.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/reauthorize/reauthorize.o src/reauthorize/reauthorize.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/retest/retest.o src/retest/retest.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/pam-ssh-add/libpam_ssh_add_a-pam-ssh-add.o `test -f 'src/pam-ssh-add/pam-ssh-add.c' || echo './'`src/pam-ssh-add/pam-ssh-add.c gcc -std=gnu99 -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o cockpit-session src/ws/session.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam -lkeyutils gcc -std=gnu99 -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o mock-sshd src/ws/mock_sshd-mock-sshd.o -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lssh -lssh_threads -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam -lcrypt -lutil gcc -std=gnu99 -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o mock-echo src/ws/mock_echo-mock-echo.o -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lssh -lssh_threads -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam -lcrypt gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/remotectl/remotectl-certificate.o `test -f 'src/remotectl/certificate.c' || echo './'`src/remotectl/certificate.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I./src -I. -I./src -DSRCDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -DDATADIR=\"/usr/share\" -DPACKAGE_LIBEXEC_DIR=\""/usr/libexec"\" -DPACKAGE_SYSCONF_DIR=\""/etc"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" -DPACKAGE_LOCALSTATE_DIR=\""/var/lib/cockpit"\" -DPACKAGE_LIB_DIR=\""/usr/lib64"\" -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -c -o src/remotectl/remotectl-remotectl.o `test -f 'src/remotectl/remotectl.c' || echo './'`src/remotectl/remotectl.c mkdir -p doc/guide/html/ && rm -rf doc/guide/html/* && \ cp ./doc/guide/static/* doc/guide/html/ && \ /usr/bin/xmlto html -m ./doc/guide/gtk-doc.xsl -o doc/guide/html/ \ --searchpath /builddir/build/BUILD/cockpit-0.96:/builddir/build/BUILD/cockpit-0.96:/builddir/build/BUILD/cockpit-0.96/doc/guide \ ./doc/guide/cockpit-guide.xml /usr/bin/xmlto: line 325: local: can only be used in a function rm -f libcockpit-stub.a ar cru libcockpit-stub.a src/bridge/libcockpit_stub_a-cockpitbridge.o src/bridge/libcockpit_stub_a-cockpitchannel.o src/bridge/libcockpit_stub_a-cockpitdbuscache.o src/bridge/libcockpit_stub_a-cockpitdbusinternal.o src/bridge/libcockpit_stub_a-cockpitdbusjson.o src/bridge/libcockpit_stub_a-cockpitdbusrules.o src/bridge/libcockpit_stub_a-cockpitdbustime.o src/bridge/libcockpit_stub_a-cockpitdbusenvironment.o src/bridge/libcockpit_stub_a-cockpitechochannel.o src/bridge/libcockpit_stub_a-cockpithttpstream.o src/bridge/libcockpit_stub_a-cockpitinteracttransport.o src/bridge/libcockpit_stub_a-cockpitpackages.o src/bridge/libcockpit_stub_a-cockpitpaths.o src/bridge/libcockpit_stub_a-cockpitnullchannel.o src/bridge/libcockpit_stub_a-cockpitwebsocketstream.o ranlib libcockpit-stub.a rm -f libcockpit-bridge.a ar cru libcockpit-bridge.a src/bridge/libcockpit_bridge_a-cockpitblocksamples.o src/bridge/libcockpit_bridge_a-cockpitcgroupsamples.o src/bridge/libcockpit_bridge_a-cockpitcpusamples.o src/bridge/libcockpit_bridge_a-cockpitdbussetup.o src/bridge/libcockpit_bridge_a-cockpitdbususer.o src/bridge/libcockpit_bridge_a-cockpitdisksamples.o src/bridge/libcockpit_bridge_a-cockpitinternalmetrics.o src/bridge/libcockpit_bridge_a-cockpitpipechannel.o src/bridge/libcockpit_bridge_a-cockpitpolkitagent.o src/bridge/libcockpit_bridge_a-cockpitportal.o src/bridge/libcockpit_bridge_a-cockpitmemorysamples.o src/bridge/libcockpit_bridge_a-cockpitmetrics.o src/bridge/libcockpit_bridge_a-cockpitmountsamples.o src/bridge/libcockpit_bridge_a-cockpitnetworksamples.o src/bridge/libcockpit_bridge_a-cockpitsamples.o src/bridge/libcockpit_bridge_a-cockpitfsread.o src/bridge/libcockpit_bridge_a-cockpitfsreplace.o src/bridge/libcockpit_bridge_a-cockpitfswatch.o src/bridge/libcockpit_bridge_a-cockpitfslist.o ranlib libcockpit-bridge.a rm -f libcockpit-pcp.a ar cru libcockpit-pcp.a src/bridge/libcockpit_pcp_a-cockpitbridge.o src/bridge/libcockpit_pcp_a-cockpitchannel.o src/bridge/libcockpit_pcp_a-cockpitmetrics.o src/bridge/libcockpit_pcp_a-cockpitpcpmetrics.o ranlib libcockpit-pcp.a rm -f libcockpit-common.a ar cru libcockpit-common.a src/common/libcockpit_common_a-cockpitcertificate.o src/common/libcockpit_common_a-cockpitconnect.o src/common/libcockpit_common_a-cockpiterror.o src/common/libcockpit_common_a-cockpithash.o src/common/libcockpit_common_a-cockpithex.o src/common/libcockpit_common_a-cockpitjson.o src/common/libcockpit_common_a-cockpitlog.o src/common/libcockpit_common_a-cockpitloopback.o src/common/libcockpit_common_a-cockpitmemory.o src/common/libcockpit_common_a-cockpitpipe.o src/common/libcockpit_common_a-cockpitpipetransport.o src/common/libcockpit_common_a-cockpitstream.o src/common/libcockpit_common_a-cockpitsystem.o src/common/libcockpit_common_a-cockpittemplate.o src/common/libcockpit_common_a-cockpittest.o src/common/libcockpit_common_a-cockpittransport.o src/common/libcockpit_common_a-cockpitunicode.o src/common/libcockpit_common_a-cockpitunixfd.o src/common/libcockpit_common_a-cockpitunixsignal.o src/common/libcockpit_common_a-cockpitwebfilter.o src/common/libcockpit_common_a-cockpitwebinject.o src/common/libcockpit_common_a-cockpitwebresponse.o src/common/libcockpit_common_a-cockpitwebserver.o src/common/libcockpit_common_a-cockpitconf.o src/common/libcockpit_common_a-mock-dbus-tests.o src/common/libcockpit_common_a-mock-service.o src/common/libcockpit_common_a-cockpitassets.o ranlib libcockpit-common.a rm -f libwebsocket.a rm -f libcockpit-ws.a ar cru libwebsocket.a src/websocket/libwebsocket_a-websocket.o src/websocket/libwebsocket_a-websocketclient.o src/websocket/libwebsocket_a-websocketserver.o src/websocket/libwebsocket_a-websocketconnection.o ar cru libcockpit-ws.a src/ws/libcockpit_ws_a-cockpithandlers.o src/ws/libcockpit_ws_a-cockpitauth.o src/ws/libcockpit_ws_a-cockpitchannelresponse.o src/ws/libcockpit_ws_a-cockpitchannelsocket.o src/ws/libcockpit_ws_a-cockpitcreds.o src/ws/libcockpit_ws_a-cockpitwebservice.o src/ws/libcockpit_ws_a-cockpitsshtransport.o src/ws/libcockpit_ws_a-cockpitsshagent.o ranlib libwebsocket.a ranlib libcockpit-ws.a rm -f libreauthorize.a ar cru libreauthorize.a src/reauthorize/reauthorize.o rm -f libretest.a rm -f libpam_ssh_add.a ranlib libreauthorize.a ar cru libretest.a src/retest/retest.o ar cru libpam_ssh_add.a src/pam-ssh-add/libpam_ssh_add_a-pam-ssh-add.o ranlib libretest.a ranlib libpam_ssh_add.a gcc -std=gnu99 -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o cockpit-bridge src/bridge/cockpit_bridge-bridge.o libcockpit-bridge.a libcockpit-stub.a libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lpolkit-agent-1 -lpolkit-gobject-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 gcc -std=gnu99 -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o cockpit-polkit src/bridge/cockpit_polkit-cockpitpolkithelper.o libreauthorize.a -lpam -lkeyutils -lcrypt -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lpolkit-agent-1 -lpolkit-gobject-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 gcc -std=gnu99 -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o cockpit-stub src/bridge/cockpit_stub-stub.o libcockpit-stub.a libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil gcc -std=gnu99 -DG_LOG_DOMAIN=\"cockpit-pcp\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o cockpit-pcp src/bridge/cockpit_pcp-cockpitpcp.o libcockpit-pcp.a libcockpit-common.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lpcp -lm gcc -std=gnu99 -DG_LOG_DOMAIN=\"cockpit-ws\" -I./src/ws -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o cockpit-ws src/ws/cockpit_ws-main.o libcockpit-ws.a libcockpit-common.a libwebsocket.a libreauthorize.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lssh -lssh_threads -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam -lcrypt -lpam -lkeyutils -lcrypt -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lssh -lssh_threads -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam -lcrypt gcc -std=gnu99 -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-paths src/bridge/test_paths-test-paths.o libcockpit-bridge.a libcockpit-stub.a libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lpolkit-agent-1 -lpolkit-gobject-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 gcc -std=gnu99 -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-rules src/bridge/test_rules-test-rules.o libcockpit-bridge.a libcockpit-stub.a libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lpolkit-agent-1 -lpolkit-gobject-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 gcc -std=gnu99 -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-channel src/bridge/test_channel-test-channel.o src/bridge/test_channel-mock-transport.o libcockpit-bridge.a libcockpit-stub.a libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lpolkit-agent-1 -lpolkit-gobject-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 gcc -std=gnu99 -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-portal src/bridge/test_portal-test-portal.o src/bridge/test_portal-mock-transport.o libcockpit-bridge.a libcockpit-stub.a libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lpolkit-agent-1 -lpolkit-gobject-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 gcc -std=gnu99 -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-pipe-channel src/bridge/test_pipe_channel-test-pipe-channel.o src/bridge/test_pipe_channel-mock-transport.o libcockpit-bridge.a libcockpit-stub.a libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lpolkit-agent-1 -lpolkit-gobject-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 gcc -std=gnu99 -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-packages src/bridge/test_packages-test-packages.o src/bridge/test_packages-mock-transport.o libcockpit-bridge.a libcockpit-stub.a libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lpolkit-agent-1 -lpolkit-gobject-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 gcc -std=gnu99 -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-fs src/bridge/test_fs-test-fs.o src/bridge/test_fs-mock-transport.o libcockpit-bridge.a libcockpit-stub.a libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lpolkit-agent-1 -lpolkit-gobject-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 gcc -std=gnu99 -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-metrics src/bridge/test_metrics-test-metrics.o src/bridge/test_metrics-mock-transport.o libcockpit-bridge.a libcockpit-stub.a libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lpolkit-agent-1 -lpolkit-gobject-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm gcc -std=gnu99 -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-httpstream src/bridge/test_httpstream-test-httpstream.o src/bridge/test_httpstream-mock-transport.o libcockpit-bridge.a libcockpit-stub.a libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lpolkit-agent-1 -lpolkit-gobject-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ldl gcc -std=gnu99 -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-setup src/bridge/test_setup-test-setup.o libcockpit-bridge.a libcockpit-stub.a libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lpolkit-agent-1 -lpolkit-gobject-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 gcc -std=gnu99 -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-websocketstream src/bridge/test_websocketstream-test-websocketstream.o src/bridge/test_websocketstream-mock-transport.o libcockpit-bridge.a libcockpit-stub.a libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lpolkit-agent-1 -lpolkit-gobject-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ldl gcc -std=gnu99 -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-environment src/bridge/test_environment-test-environment.o libcockpit-bridge.a libcockpit-stub.a libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lpolkit-agent-1 -lpolkit-gobject-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 gcc -std=gnu99 -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-pcp\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-pcp src/bridge/test_pcp-test-pcp.o src/bridge/test_pcp-mock-transport.o libcockpit-pcp.a libcockpit-common.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lpcp -lm -ldl gcc -std=gnu99 -I./src/bridge -DG_LOG_DOMAIN=\"cockpit-pcp\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-pcp-archives src/bridge/test_pcp_archives-test-pcp-archives.o src/bridge/test_pcp_archives-mock-transport.o libcockpit-pcp.a libcockpit-common.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lpcp -lm -ldl -lpcp_import gcc -std=gnu99 -DG_LOG_DOMAIN=\"mock-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/polkit-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o mock-bridge src/bridge/mock_bridge-mock-bridge.o libcockpit-bridge.a libcockpit-stub.a libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lpolkit-agent-1 -lpolkit-gobject-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 gcc -std=gnu99 -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-hash src/common/test_hash-test-hash.o libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil gcc -std=gnu99 -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-hex src/common/test_hex-test-hex.o libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil gcc -std=gnu99 -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-json src/common/test_json-test-json.o libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil gcc -std=gnu99 -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-pipe src/common/test_pipe-test-pipe.o libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil gcc -std=gnu99 -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-connect src/common/test_connect-test-connect.o libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil gcc -std=gnu99 -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-stream src/common/test_stream-test-stream.o src/common/test_stream-mock-io-stream.o libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil gcc -std=gnu99 -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-transport src/common/test_transport-test-transport.o libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil gcc -std=gnu99 -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-unixsignal src/common/test_unixsignal-test-unixsignal.o libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil gcc -std=gnu99 -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-template src/common/test_template-test-template.o libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil gcc -std=gnu99 -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-webresponse src/common/test_webresponse-test-webresponse.o src/common/test_webresponse-mock-io-stream.o src/common/test_webresponse-cockpitassets.o libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil gcc -std=gnu99 -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-webserver src/common/test_webserver-test-webserver.o libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil gcc -std=gnu99 -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-config src/common/test_config-test-config.o libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil gcc -std=gnu99 -DG_LOG_DOMAIN=\"cockpit-protocol\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-unicode src/common/test_unicode-test-unicode.o libcockpit-common.a libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil gcc -std=gnu99 -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o frob-websocket src/websocket/frob_websocket-frob-websocket.o libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 gcc -std=gnu99 -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-websocket src/websocket/test_websocket-test-websocket.o libwebsocket.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 gcc -std=gnu99 -I./src/ws -DG_LOG_DOMAIN=\"test-server\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-server src/ws/test_server-test-server.o libcockpit-ws.a libcockpit-common.a libwebsocket.a libreauthorize.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lssh -lssh_threads -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam -lcrypt -lpam -lkeyutils -lcrypt -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lpam gcc -std=gnu99 -DG_LOG_DOMAIN=\"cockpit-ws\" -I./src/ws -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-creds src/ws/test_creds-test-creds.o libcockpit-ws.a libcockpit-ws.a libcockpit-common.a libwebsocket.a libreauthorize.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lssh -lssh_threads -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam -lcrypt -lpam -lkeyutils -lcrypt -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lssh -lssh_threads -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam -lcrypt gcc -std=gnu99 -DG_LOG_DOMAIN=\"cockpit-ws\" -I./src/ws -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-auth src/ws/test_auth-test-auth.o src/ws/test_auth-mock-auth.o libcockpit-ws.a libcockpit-ws.a libcockpit-common.a libwebsocket.a libreauthorize.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lssh -lssh_threads -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam -lcrypt -lpam -lkeyutils -lcrypt -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lssh -lssh_threads -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam -lcrypt gcc -std=gnu99 -DG_LOG_DOMAIN=\"cockpit-ws\" -I./src/ws -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-sshtransport src/ws/test_sshtransport-test-sshtransport.o libwebsocket.a libcockpit-ws.a libcockpit-ws.a libcockpit-common.a libwebsocket.a libreauthorize.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lssh -lssh_threads -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam -lcrypt -lpam -lkeyutils -lcrypt -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lssh -lssh_threads -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam -lcrypt gcc -std=gnu99 -DG_LOG_DOMAIN=\"cockpit-ws\" -I./src/ws -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-sshagent src/ws/test_sshagent-test-sshagent.o libcockpit-ws.a libcockpit-ws.a libcockpit-common.a libwebsocket.a libreauthorize.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lssh -lssh_threads -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam -lcrypt -lpam -lkeyutils -lcrypt -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lssh -lssh_threads -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam -lcrypt gcc -std=gnu99 -DG_LOG_DOMAIN=\"cockpit-ws\" -I./src/ws -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-webservice src/ws/test_webservice-test-webservice.o src/ws/test_webservice-mock-auth.o src/common/test_webservice-mock-io-stream.o libwebsocket.a libcockpit-ws.a libcockpit-ws.a libcockpit-common.a libwebsocket.a libreauthorize.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lssh -lssh_threads -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam -lcrypt -lpam -lkeyutils -lcrypt -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lssh -lssh_threads -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam -lcrypt gcc -std=gnu99 -DG_LOG_DOMAIN=\"cockpit-ws\" -I./src/ws -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-channelresponse src/ws/test_channelresponse-test-channelresponse.o src/ws/test_channelresponse-mock-auth.o src/common/test_channelresponse-mock-io-stream.o libwebsocket.a libcockpit-ws.a libcockpit-ws.a libcockpit-common.a libwebsocket.a libreauthorize.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lssh -lssh_threads -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam -lcrypt -lpam -lkeyutils -lcrypt -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lssh -lssh_threads -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam -lcrypt gcc -std=gnu99 -DG_LOG_DOMAIN=\"cockpit-ws\" -I./src/ws -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-handlers src/ws/test_handlers-test-handlers.o src/ws/test_handlers-mock-auth.o src/common/test_handlers-mock-io-stream.o libcockpit-ws.a libcockpit-ws.a libcockpit-common.a libwebsocket.a libreauthorize.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lssh -lssh_threads -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam -lcrypt -lpam -lkeyutils -lcrypt -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lssh -lssh_threads -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam -lcrypt gcc -std=gnu99 -DG_LOG_DOMAIN=\"cockpit-ws\" -I./src/ws -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-kerberos src/ws/test_kerberos-test-kerberos.o libcockpit-ws.a libcockpit-ws.a libcockpit-common.a libwebsocket.a libreauthorize.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lssh -lssh_threads -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam -lcrypt -lpam -lkeyutils -lcrypt -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lssh -lssh_threads -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam -lcrypt gcc -std=gnu99 -DG_LOG_DOMAIN=\"mock-agent-bridge\" -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o mock-agent-bridge src/ws/mock_agent_bridge-mock-agent-bridge.o src/bridge/mock_agent_bridge-cockpitchannel.o src/bridge/mock_agent_bridge-cockpitpipechannel.o libcockpit-ws.a libcockpit-ws.a libcockpit-common.a libwebsocket.a libreauthorize.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lssh -lssh_threads -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam -lcrypt -lpam -lkeyutils -lcrypt -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil -lssh -lssh_threads -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam -lcrypt gcc -std=gnu99 -DSYSCONFDIR=\"/etc\" -DBUILDDIR=\"/builddir/build/BUILD/cockpit-0.96\" -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o mock-reauthorize src/reauthorize/mock_reauthorize-mock-reauthorize.o libreauthorize.a -lpam -lkeyutils -lcrypt gcc -std=gnu99 -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-reauthorize src/reauthorize/test_reauthorize-test-reauthorize.o libretest.a libreauthorize.a -lpam -lkeyutils -lcrypt gcc -std=gnu99 -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-ssh-add src/pam-ssh-add/test_ssh_add-test-ssh-add.o libpam_ssh_add.a -lpam libretest.a gcc -std=gnu99 -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34 -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,--as-needed -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o remotectl src/remotectl/remotectl-certificate.o src/remotectl/remotectl-remotectl.o libcockpit-common.a -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsystemd -lutil gcc -std=gnu99 -fPIC -shared -Wall -Werror=strict-prototypes -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=missing-include-dirs -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -I. \ -o pam_ssh_add.so libpam_ssh_add.a src/pam-ssh-add/pam-ssh-add.c libpam_ssh_add.a -lpam -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld make[2]: Leaving directory `/builddir/build/BUILD/cockpit-0.96' Making all in po make[2]: Entering directory `/builddir/build/BUILD/cockpit-0.96/po' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/builddir/build/BUILD/cockpit-0.96/po' make[1]: Leaving directory `/builddir/build/BUILD/cockpit-0.96' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Vb2Ih9 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64 + cd cockpit-0.96 + make install DESTDIR=/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64 make install-recursive make[1]: Entering directory `/builddir/build/BUILD/cockpit-0.96' Making install in . make[2]: Entering directory `/builddir/build/BUILD/cockpit-0.96' make[3]: Entering directory `/builddir/build/BUILD/cockpit-0.96' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/bin' /usr/bin/install -c cockpit-bridge '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/bin' /usr/bin/mkdir -p /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/lib64/security /usr/bin/install -c pam_reauthorize.so /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/lib64/security /usr/bin/mkdir -p /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/lib64/security /usr/bin/install -c pam_ssh_add.so /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/lib64/security /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/libexec' /usr/bin/install -c cockpit-polkit cockpit-stub cockpit-pcp cockpit-ws cockpit-session cockpit-kube-auth cockpit-kube-launch '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/libexec' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/sbin' /usr/bin/install -c remotectl '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/sbin' make install-exec-hook make[4]: Entering directory `/builddir/build/BUILD/cockpit-0.96' chown -f root:cockpit-ws /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/libexec/cockpit-session || true chown: invalid group: 'root:cockpit-ws' test "cockpit-ws" != "root" && chmod -f 4750 /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/libexec/cockpit-session || true mkdir -p /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/etc/cockpit/ws-certs.d chmod 755 /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/etc/cockpit/ws-certs.d /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/etc/cockpit/ws-certs.d make[4]: Leaving directory `/builddir/build/BUILD/cockpit-0.96' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/appdata' /usr/bin/install -c -m 644 src/ws/cockpit.appdata.xml '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/appdata' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/base1' /usr/bin/install -c -m 644 pkg/base1/manifest.json '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/base1' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/base1' /usr/bin/install -c -m 644 pkg/base1/angular.js pkg/base1/angular-csp.css pkg/base1/angular-patternfly.css pkg/base1/bootstrap-datepicker.js pkg/base1/bootstrap-select.js pkg/base1/bootstrap-combobox.js pkg/base1/bundle.js pkg/base1/cockpit.css pkg/base1/d3.js pkg/base1/patternfly.css pkg/base1/patternfly-additions.css pkg/base1/po.js pkg/base1/require.js pkg/base1/patterns.js pkg/base1/term.js pkg/base1/moment.js pkg/base1/mustache.js pkg/base1/jquery.js pkg/base1/cockpit.js po/po.ca.js po/po.de.js po/po.da.js po/po.pl.js po/po.pt_BR.js po/po.tr.js po/po.uk.js '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/base1' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/base1/fonts' /usr/bin/install -c -m 644 pkg/base1/fonts/fontawesome.woff pkg/base1/fonts/patternfly.woff pkg/base1/fonts/glyphicons.woff '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/base1/fonts' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/branding/centos' /usr/bin/install -c -m 644 branding/centos/branding.css branding/centos/bg-login.jpg '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/branding/centos' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/dashboard' /usr/bin/install -c -m 644 pkg/dashboard/manifest.json '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/dashboard' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/dashboard' /usr/bin/install -c -m 644 pkg/dashboard/bundle.js pkg/dashboard/list.js pkg/dashboard/image-editor.js pkg/dashboard/index.html '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/dashboard' /usr/bin/mkdir -p /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/doc/cockpit /usr/bin/install -c -m 644 `dirname doc/guide/html/index.html`/* /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/doc/cockpit /usr/bin/mkdir -p /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/base1 ln -s -f require.js /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/base1/bundle.js /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/branding/default' /usr/bin/install -c -m 644 branding/default/branding.css branding/default/bg-login.jpg branding/default/brand-large.png branding/default/logo.png branding/default/apple-touch-icon.png branding/default/favicon.ico '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/branding/default' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/applications' /usr/bin/install -c -m 644 src/ws/cockpit.desktop '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/applications' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/lib/systemd/system' /usr/bin/install -c -m 644 src/ws/cockpit.socket '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/lib/systemd/system' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/docker' /usr/bin/install -c -m 644 pkg/docker/manifest.json '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/docker' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/docker' /usr/bin/install -c -m 644 pkg/docker/bundle.js pkg/docker/client.js pkg/docker/details.js pkg/docker/docker.css pkg/docker/docker.js pkg/docker/console.html pkg/docker/containers.js pkg/docker/image.js pkg/docker/index.html pkg/docker/overview.js pkg/docker/run.js pkg/docker/search.js pkg/docker/util.js '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/docker' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/branding/fedora' /usr/bin/install -c -m 644 branding/fedora/branding.css branding/fedora/bg-login.jpg '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/branding/fedora' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/lib/firewalld/services' /usr/bin/install -c -m 644 src/ws/cockpit.xml '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/lib/firewalld/services' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/kubernetes' /usr/bin/install -c -m 644 pkg/kubernetes/manifest.json '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/kubernetes' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/kubernetes' /usr/bin/install -c -m 644 pkg/kubernetes/adjust.js pkg/kubernetes/app.css pkg/kubernetes/app.js pkg/kubernetes/client.js pkg/kubernetes/config.js pkg/kubernetes/containers.css pkg/kubernetes/containers.js pkg/kubernetes/container-terminal.js pkg/kubernetes/container-terminal.css pkg/kubernetes/dashboard.js pkg/kubernetes/details.css pkg/kubernetes/details.js pkg/kubernetes/graphs.js pkg/kubernetes/images.css pkg/kubernetes/images.js pkg/kubernetes/index.html pkg/kubernetes/kubernetes.js pkg/kubernetes/node.js pkg/kubernetes/object-describer.js pkg/kubernetes/deploy.js pkg/kubernetes/revealable.css pkg/kubernetes/topology.css pkg/kubernetes/topology.js pkg/kubernetes/topology-graph.css pkg/kubernetes/topology-graph.js pkg/kubernetes/nulecule.js '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/kubernetes' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/kubernetes/views' /usr/bin/install -c -m 644 pkg/kubernetes/views/containers-page.html pkg/kubernetes/views/container-body.html pkg/kubernetes/views/container-panel.html pkg/kubernetes/views/dashboard-page.html pkg/kubernetes/views/default-panel.html pkg/kubernetes/views/deploymentconfig-panel.html pkg/kubernetes/views/details-page.html pkg/kubernetes/views/filter-bar.html pkg/kubernetes/views/images-page.html pkg/kubernetes/views/imagerepository-panel.html pkg/kubernetes/views/pod-body.html pkg/kubernetes/views/pod-panel.html pkg/kubernetes/views/node-panel.html pkg/kubernetes/views/replicationcontroller-panel.html pkg/kubernetes/views/route-panel.html pkg/kubernetes/views/service-panel.html pkg/kubernetes/views/topology-page.html '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/kubernetes/views' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/man/man1' /usr/bin/install -c -m 644 doc/man/cockpit-bridge.1 doc/man/cockpit.1 '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/man/man1' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/man/man5' /usr/bin/install -c -m 644 doc/man/cockpit.conf.5 '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/man/man5' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/man/man8' /usr/bin/install -c -m 644 doc/man/cockpit-ws.8 doc/man/pam_ssh_add.8 doc/man/remotectl.8 '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/man/man8' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/network' /usr/bin/install -c -m 644 pkg/networkmanager/manifest.json '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/network' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/network' /usr/bin/install -c -m 644 pkg/networkmanager/bundle.js pkg/networkmanager/interfaces.js pkg/networkmanager/index.html pkg/networkmanager/networking.css '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/network' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/base1' /usr/bin/install -c -m 644 pkg/base1/angular.min.js.gz pkg/base1/cockpit.min.css.gz pkg/base1/d3.min.js.gz pkg/base1/po.js.gz pkg/base1/require.min.js.gz pkg/base1/term.min.js.gz pkg/base1/moment.min.js.gz pkg/base1/mustache.min.js.gz pkg/base1/jquery.min.js.gz pkg/base1/cockpit.min.js.gz pkg/base1/bundle.min.js.gz po/po.ca.min.js.gz po/po.de.min.js.gz po/po.da.min.js.gz po/po.pl.min.js.gz po/po.pt_BR.min.js.gz po/po.tr.min.js.gz po/po.uk.min.js.gz '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/base1' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/dashboard' /usr/bin/install -c -m 644 pkg/dashboard/bundle.min.js.gz pkg/dashboard/index.min.html.gz '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/dashboard' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/docker' /usr/bin/install -c -m 644 pkg/docker/bundle.min.js.gz pkg/docker/console.min.html.gz pkg/docker/docker.min.css.gz pkg/docker/docker.min.js.gz pkg/docker/index.min.html.gz '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/docker' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/kubernetes' /usr/bin/install -c -m 644 pkg/kubernetes/app.min.css.gz pkg/kubernetes/index.min.html.gz pkg/kubernetes/kubernetes.min.js.gz '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/kubernetes' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/network' /usr/bin/install -c -m 644 pkg/networkmanager/bundle.min.js.gz pkg/networkmanager/index.min.html.gz pkg/networkmanager/networking.min.css.gz '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/network' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/ostree' /usr/bin/install -c -m 644 pkg/ostree/ostree.min.css.gz pkg/ostree/index.min.html.gz pkg/ostree/ostree.min.js.gz '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/ostree' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/realmd' /usr/bin/install -c -m 644 pkg/realmd/bundle.min.js.gz '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/realmd' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/registry' /usr/bin/install -c -m 644 pkg/registry/index.min.html.gz pkg/registry/bundle.min.js.gz pkg/registry/bundle.min.css.gz '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/registry' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/shell' /usr/bin/install -c -m 644 pkg/shell/shell.min.js.gz pkg/shell/bundle.min.js.gz pkg/shell/plot.min.css.gz pkg/shell/shell.min.css.gz pkg/shell/shell.min.html.gz '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/shell' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/sosreport' /usr/bin/install -c -m 644 pkg/sosreport/index.min.html.gz pkg/sosreport/sosreport.min.css.gz pkg/sosreport/index.min.js.gz '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/sosreport' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/storage' /usr/bin/install -c -m 644 pkg/storaged/bundle.min.js.gz pkg/storaged/index.min.html.gz pkg/storaged/storage.min.css.gz '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/storage' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/subscriptions' /usr/bin/install -c -m 644 pkg/subscriptions/index.min.html.gz pkg/subscriptions/subscriptions.min.css.gz pkg/subscriptions/subscriptions.min.js.gz '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/subscriptions' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/system' /usr/bin/install -c -m 644 pkg/systemd/bundle.min.js.gz pkg/systemd/host.min.css.gz pkg/systemd/index.min.html.gz pkg/systemd/journal.min.css.gz pkg/systemd/logs.min.html.gz pkg/systemd/service.min.js.gz pkg/systemd/services.min.html.gz pkg/systemd/terminal.min.html.gz '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/system' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/lib/systemd/system' /usr/bin/install -c -m 644 cockpit.service '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/lib/systemd/system' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/tuned' /usr/bin/install -c -m 644 pkg/tuned/bundle.min.js.gz '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/tuned' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/users' /usr/bin/install -c -m 644 pkg/users/bundle.min.js.gz pkg/users/index.min.html.gz pkg/users/users.min.css.gz '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/users' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/ostree' /usr/bin/install -c -m 644 pkg/ostree/manifest.json '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/ostree' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/ostree' /usr/bin/install -c -m 644 pkg/ostree/ostree.css pkg/ostree/app.js pkg/ostree/client.js pkg/ostree/ostree.js pkg/ostree/index.html '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/ostree' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/pixmaps' /usr/bin/install -c -m 644 src/ws/cockpit.png '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/pixmaps' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/playground' /usr/bin/install -c -m 644 pkg/playground/test.html pkg/playground/test.min.html pkg/playground/test.js pkg/playground/speed.html pkg/playground/speed.min.html pkg/playground/metrics.html pkg/playground/metrics.min.html pkg/playground/patterns.html pkg/playground/patterns.js pkg/playground/patterns.min.html pkg/playground/service.html pkg/playground/service.min.html pkg/playground/service.js pkg/playground/plot.html pkg/playground/plot.min.html pkg/playground/manifest.json pkg/playground/hammer.gif pkg/playground/po.de.js pkg/playground/po.en.js '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/playground' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/var/lib/pcp/config/pmlogconf/tools' /usr/bin/install -c -m 644 src/bridge/pmlogconf/cockpit '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/var/lib/pcp/config/pmlogconf/tools' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/realmd' /usr/bin/install -c -m 644 pkg/realmd/manifest.json '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/realmd' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/realmd' /usr/bin/install -c -m 644 pkg/realmd/bundle.js pkg/realmd/operation.js pkg/realmd/operation.html '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/realmd' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/registry' /usr/bin/install -c -m 644 pkg/registry/manifest.json pkg/registry/sparkle-placeholder.png pkg/registry/donut-placeholder.png '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/registry' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/registry' /usr/bin/install -c -m 644 pkg/registry/bundle.js pkg/registry/bundle.css pkg/registry/index.html pkg/registry/less.js pkg/registry/override.json '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/registry' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/branding/rhel' /usr/bin/install -c -m 644 branding/rhel/branding.css branding/rhel/bg-login.jpg '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/branding/rhel' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/shell' /usr/bin/install -c -m 644 pkg/shell/index.min.html pkg/shell/simple.min.html pkg/shell/manifest.json '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/shell' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/shell' /usr/bin/install -c pkg/shell/ssh-list-private-keys.sh '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/shell' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/shell' /usr/bin/install -c -m 644 pkg/shell/shell.js pkg/shell/attrchange.js pkg/shell/base_index.js pkg/shell/bundle.js pkg/shell/credentials.js pkg/shell/index.html pkg/shell/index.js pkg/shell/machines.js pkg/shell/plot.css pkg/shell/machine-dialogs.js pkg/shell/shell.css pkg/shell/shell.html pkg/shell/simple-index.js pkg/shell/simple.html pkg/shell/controls.js pkg/shell/plot.js pkg/shell/cockpit-util.js pkg/shell/cockpit-plot.js pkg/shell/ssh-list-private-keys.sh '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/shell' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/shell/images' /usr/bin/install -c -m 644 pkg/shell/images/server-large.png pkg/shell/images/server-small.png pkg/shell/images/server-error.png '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/shell/images' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/shell/templates' /usr/bin/install -c -m 644 pkg/shell/templates/add-machine.html pkg/shell/templates/auth-failed.html pkg/shell/templates/change-auth.html pkg/shell/templates/change-port.html pkg/shell/templates/color-picker.html pkg/shell/templates/invalid-hostkey.html pkg/shell/templates/not-supported.html pkg/shell/templates/sync-users.html pkg/shell/templates/unknown-hostkey.html '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/shell/templates' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/sosreport' /usr/bin/install -c -m 644 pkg/sosreport/manifest.json pkg/sosreport/sosreport.png pkg/sosreport/run-sosreport.sh '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/sosreport' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/sosreport' /usr/bin/install -c -m 644 pkg/sosreport/index.html pkg/sosreport/index.js pkg/sosreport/sosreport.css '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/sosreport' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/static' /usr/bin/install -c -m 644 static/login.html '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/static' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/static/fonts' /usr/bin/install -c -m 644 static/fonts/OpenSans-Bold-webfont.woff static/fonts/OpenSans-BoldItalic-webfont.woff static/fonts/OpenSans-ExtraBold-webfont.woff static/fonts/OpenSans-ExtraBoldItalic-webfont.woff static/fonts/OpenSans-Italic-webfont.woff static/fonts/OpenSans-Light-webfont.woff static/fonts/OpenSans-LightItalic-webfont.woff static/fonts/OpenSans-Regular-webfont.woff static/fonts/OpenSans-Semibold-webfont.woff static/fonts/OpenSans-SemiboldItalic-webfont.woff '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/static/fonts' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/storage' /usr/bin/install -c -m 644 pkg/storaged/manifest.json '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/storage' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/storage' /usr/bin/install -c -m 644 pkg/storaged/bundle.js pkg/storaged/details.js pkg/storaged/devices.js pkg/storaged/dialog.js pkg/storaged/client.js pkg/storaged/index.html pkg/storaged/jobs.js pkg/storaged/overview.js pkg/storaged/permissions.js pkg/storaged/storage.css pkg/storaged/utils.js '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/storage' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/storage/images' /usr/bin/install -c -m 644 pkg/storaged/images/storage-disk.png pkg/storaged/images/storage-array.png '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/storage/images' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/subscriptions' /usr/bin/install -c -m 644 pkg/subscriptions/manifest.json '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/subscriptions' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/subscriptions' /usr/bin/install -c -m 644 pkg/subscriptions/index.html pkg/subscriptions/subscriptions.js pkg/subscriptions/subscriptions.css '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/subscriptions' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/system' /usr/bin/install -c -m 644 pkg/systemd/manifest.json '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/system' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/system' /usr/bin/install -c -m 644 pkg/systemd/host.css pkg/systemd/host.js pkg/systemd/index.html pkg/systemd/bundle.js pkg/systemd/init.js pkg/systemd/services.html pkg/systemd/server.js pkg/systemd/service.js pkg/systemd/terminal.js pkg/systemd/terminal.html pkg/systemd/logs.html pkg/systemd/journal.js pkg/systemd/journal.css pkg/systemd/journalctl.js pkg/systemd/renderer.js pkg/systemd/journal_day_header.mustache pkg/systemd/journal_line.mustache pkg/systemd/journal_reboot.mustache '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/system' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/tuned' /usr/bin/install -c -m 644 pkg/tuned/manifest.json '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/tuned' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/tuned' /usr/bin/install -c -m 644 pkg/tuned/bundle.js pkg/tuned/dialog.js pkg/tuned/button.html pkg/tuned/dialog.html '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/tuned' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/users' /usr/bin/install -c -m 644 pkg/users/manifest.json '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/users' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/users' /usr/bin/install -c pkg/users/ssh-add-public-key.sh pkg/users/ssh-list-public-keys.sh '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/users' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/users' /usr/bin/install -c -m 644 pkg/users/authorized-keys.js pkg/users/bundle.js pkg/users/index.html pkg/users/local.js pkg/users/users.css pkg/users/ssh-add-public-key.sh pkg/users/ssh-list-public-keys.sh '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/users' make install-data-hook make[4]: Entering directory `/builddir/build/BUILD/cockpit-0.96' mkdir -p /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/var/lib/cockpit chgrp wheel /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/var/lib/cockpit || true chgrp: changing group of '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/var/lib/cockpit': Operation not permitted chmod 775 /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/var/lib/cockpit mkdir -p /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/registry tar -chf - -C . pkg/registry/views/dashboard-page.html pkg/registry/views/filter-bar.html pkg/registry/views/image-body.html pkg/registry/views/image-config.html pkg/registry/views/image-meta.html pkg/registry/views/image-listing.html pkg/registry/views/image-page.html pkg/registry/views/image-panel.html pkg/registry/views/images-page.html pkg/registry/views/imagestream-body.html pkg/registry/views/imagestream-meta.html pkg/registry/views/imagestream-page.html pkg/registry/views/imagestream-panel.html pkg/registry/views/add-group-dialog.html pkg/registry/views/add-user-dialog.html pkg/registry/views/add-project-dialog.html pkg/registry/views/projects-page.html pkg/registry/views/project-page.html pkg/registry/views/project-panel.html pkg/registry/views/project-listing.html pkg/registry/styles/main.less pkg/registry/styles/dashboard.less pkg/registry/styles/dropdown.less pkg/registry/styles/filter.less pkg/registry/styles/images.less pkg/registry/styles/projects.less pkg/registry/styles/sidebar.less pkg/registry/styles/variables-bootstrap.less pkg/registry/styles/variables-patternfly.less pkg/registry/scripts/kube-client.js pkg/registry/scripts/kube-client-cockpit.js pkg/registry/scripts/date.js pkg/registry/scripts/dialog.js pkg/registry/scripts/exceptions.js pkg/registry/scripts/listing.js pkg/registry/scripts/images.js pkg/registry/scripts/dashboard.js pkg/registry/scripts/projects.js pkg/registry/scripts/main.js | tar -xf - --strip-components=2 -C /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit/registry chown -f root:0 /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/libexec/cockpit-polkit || true chmod -f 4755 /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/libexec/cockpit-polkit ln -s -f /usr/share/pixmaps/system-logo-white.png /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/branding/fedora/logo.png ln -s -f /usr/share/pixmaps/fedora-logo-sprite.png /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/branding/fedora/apple-touch-icon.png ln -s -f /etc/favicon.png /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/branding/fedora/favicon.ico ln -s -f /usr/share/pixmaps/system-logo-white.png /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/branding/centos/logo.png ln -s -f /usr/share/pixmaps/fedora-logo-sprite.png /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/branding/centos/apple-touch-icon.png ln -s -f /etc/favicon.png /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/branding/centos/favicon.ico ln -s -f /usr/share/pixmaps/system-logo-white.png /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/branding/rhel/logo.png ln -s -f /usr/share/pixmaps/fedora-logo-sprite.png /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/branding/rhel/apple-touch-icon.png ln -s -f /etc/favicon.png /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/branding/rhel/favicon.ico make[4]: Leaving directory `/builddir/build/BUILD/cockpit-0.96' make[3]: Leaving directory `/builddir/build/BUILD/cockpit-0.96' make[2]: Leaving directory `/builddir/build/BUILD/cockpit-0.96' Making install in po make[2]: Entering directory `/builddir/build/BUILD/cockpit-0.96/po' linguas=""; \ for lang in $linguas; do \ dir=/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/locale/$lang/LC_MESSAGES; \ /bin/sh /builddir/build/BUILD/cockpit-0.96/tools/install-sh -d $dir; \ if test -r $lang.gmo; then \ /usr/bin/install -c -m 644 $lang.gmo $dir/cockpit.mo; \ echo "installing $lang.gmo as $dir/cockpit.mo"; \ else \ /usr/bin/install -c -m 644 ./$lang.gmo $dir/cockpit.mo; \ echo "installing ./$lang.gmo as" \ "$dir/cockpit.mo"; \ fi; \ if test -r $lang.gmo.m; then \ /usr/bin/install -c -m 644 $lang.gmo.m $dir/cockpit.mo.m; \ echo "installing $lang.gmo.m as $dir/cockpit.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ /usr/bin/install -c -m 644 ./$lang.gmo.m \ $dir/cockpit.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/cockpit.mo.m"; \ else \ true; \ fi; \ fi; \ done make[2]: Leaving directory `/builddir/build/BUILD/cockpit-0.96/po' make[1]: Leaving directory `/builddir/build/BUILD/cockpit-0.96' + rm -rf /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64//usr/share/cockpit/playground + mkdir -p /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/etc/pam.d + install -p -m 644 tools/cockpit.pam /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/etc/pam.d/cockpit + rm -f '/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64//usr/lib64/cockpit/*.so' + install -p -m 644 AUTHORS COPYING README.md /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/doc/cockpit/ + echo '%dir /usr/share/cockpit/base1' + find /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/base1 -type f + echo '%dir /usr/share/cockpit/dashboard' + find /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/dashboard -type f + echo '%dir /usr/share/cockpit/realmd' + find /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/realmd -type f + echo '%dir /usr/share/cockpit/tuned' + find /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/tuned -type f + echo '%dir /usr/share/cockpit/shell' + find /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/shell -type f + echo '%dir /usr/share/cockpit/system' + find /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/system -type f + echo '%dir /usr/share/cockpit/users' + find /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/users -type f + echo '%dir /usr/share/cockpit/sosreport' + find /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/sosreport -type f + echo '%dir /usr/share/cockpit/subscriptions' + find /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/subscriptions -type f + echo '%dir /usr/share/cockpit/storage' + find /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/storage -type f + echo '%dir /usr/share/cockpit/network' + find /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/network -type f + echo '%dir /usr/share/cockpit/ostree' + find /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/ostree -type f + echo '%dir /usr/share/cockpit/docker' + find /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/docker -type f + echo '%dir /usr/share/cockpit/kubernetes' + find /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/kubernetes -type f + mv /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64//usr/share/cockpit/registry/manifest.json /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64//usr/share/cockpit/registry/manifest.disabled + echo '%dir /usr/share/cockpit/registry' + find /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/share/cockpit/registry -type f + sed -i 's|/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64||' docker.list kubernetes.list networkmanager.list ostree.list shell.list sosreport.list storaged.list subscriptions.list + find /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug/usr/share/cockpit -type f -o -type l + sed -i 's|/builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug||' debug.list + tar -C /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64 -xf - + tar -C /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug -cf - . + rm -rf /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/src/debug + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 0 --dwz-max-die-limit 110000000 /builddir/build/BUILD/cockpit-0.96 extracting debug info from /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/bin/cockpit-bridge extracting debug info from /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/lib64/security/pam_reauthorize.so extracting debug info from /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/lib64/security/pam_ssh_add.so extracting debug info from /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/sbin/remotectl extracting debug info from /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/libexec/cockpit-pcp extracting debug info from /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/libexec/cockpit-kube-launch extracting debug info from /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/libexec/cockpit-stub extracting debug info from /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/libexec/cockpit-session extracting debug info from /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/libexec/cockpit-kube-auth extracting debug info from /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/libexec/cockpit-ws extracting debug info from /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64/usr/libexec/cockpit-polkit dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 11 CRC32s, 0 CRC32s did match. 2723 blocks + cat debug.list + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.BQEJqz + umask 022 + cd /builddir/build/BUILD + make -j4 check + cd cockpit-0.96 + exec make check-recursive make[1]: Entering directory `/builddir/build/BUILD/cockpit-0.96' Making check in . make[2]: Entering directory `/builddir/build/BUILD/cockpit-0.96' make test-server make[3]: Entering directory `/builddir/build/BUILD/cockpit-0.96' make[3]: `test-server' is up to date. make[3]: Leaving directory `/builddir/build/BUILD/cockpit-0.96' make check-TESTS make[3]: Entering directory `/builddir/build/BUILD/cockpit-0.96' make[4]: Entering directory `/builddir/build/BUILD/cockpit-0.96' 22 Invalid argument (, IOError(22, 'Invalid argument'), ) SKIP: pkg/base1/test-base64.html skipping due to: phantomjs 22 Invalid argument (, IOError(22, 'Invalid argument'), ) SKIP: pkg/base1/test-events.html skipping due to: phantomjs 22 Invalid argument (, IOError(22, 'Invalid argument'), ) SKIP: pkg/base1/test-utf8.html skipping due to: phantomjs 22 Invalid argument (, IOError(22, 'Invalid argument'), ) SKIP: pkg/base1/test-chan.html skipping due to: phantomjs 22 Invalid argument (, IOError(22, 'Invalid argument'), ) 22 Invalid argument (, IOError(22, 'Invalid argument')SKIP: pkg/base1/test-echo.html skipping due to: phantomjs , ) SKIP: pkg/base1/test-async.html skipping due to: phantomjs 22 Invalid argument (, IOError(22, 'Invalid argument'), ) 22 Invalid argument (, IOError(22, 'Invalid argument'), ) SKIP: pkg/base1/test-spawn.html skipping due to: phantomjs SKIP: pkg/base1/test-no-jquery.html skipping due to: phantomjs 22 Invalid argument (, IOError(22, 'Invalid argument'), ) SKIP: pkg/base1/test-spawn-proc.html skipping due to: phantomjs 22 Invalid argument (, IOError(22, 'Invalid argument'), ) 22SKIP: pkg/base1/test-http.html skipping due to: phantomjs Invalid argument (, IOError(22, 'Invalid argument'), ) SKIP: pkg/base1/test-dbus.html skipping due to: phantomjs 22 Invalid argument (, IOError(22, 'Invalid argument'), ) SKIP: pkg/base1/test-dbus-address.html skipping due to: phantomjs 22 Invalid argument (, IOError(22, 'Invalid argument'), ) SKIP: pkg/base1/test-dbus-framed.html skipping due to: phantomjs 22 Invalid argument (, IOError(22, 'Invalid argument'), ) 22 Invalid argument (, SKIP: pkg/base1/test-external.html skipping due to: phantomjs IOError(22, 'Invalid argument'), ) SKIP: pkg/base1/test-location.html skipping due to: phantomjs 22 Invalid argument (, IOError(22, 'Invalid argument'), ) SKIP: pkg/base1/test-framed.html skipping due to: phantomjs 22 Invalid argument (, IOError(22, 'Invalid argument'), ) SKIP: pkg/base1/test-locale.html skipping due to: phantomjs 22 Invalid argument (, IOError(22, 'Invalid argument'), ) SKIP: pkg/base1/test-metrics.html skipping due to: phantomjs 22 Invalid argument (, IOError(22, 'Invalid argument'), ) 22 Invalid argument (SKIP: pkg/base1/test-file.html skipping due to: phantomjs , IOError(22, 'Invalid argument'), ) SKIP: pkg/base1/test-format.html skipping due to: phantomjs 22 Invalid argument (, IOError(22, 'Invalid argument'), ) 22 Invalid argument (, SKIP: pkg/base1/test-permissions.html skipping due to: phantomjs IOError(22, 'Invalid argument'), ) SKIP: pkg/base1/test-user.html skipping due to: phantomjs 22 Invalid argument (, IOError(22, 'Invalid argument'), ) 22 Invalid argument (SKIP: pkg/base1/test-series.html skipping due to: phantomjs , IOError(22, 'Invalid argument'), ) SKIP: pkg/base1/test-time.html skipping due to: phantomjs 22 Invalid argument (, IOError(22, 'Invalid argument'), ) 22 Invalid argument (, SKIP: pkg/base1/test-websocket.html skipping due to: phantomjs IOError(22, 'Invalid argument'), ) SKIP: pkg/base1/test-cache.html skipping due to: phantomjs 22 Invalid argument (, IOError(22, 'Invalid argument'), ) 22SKIP: pkg/base1/test-stub.html skipping due to: phantomjs Invalid argument (, IOError(22, 'Invalid argument'), ) SKIP: pkg/base1/test-framed-cache.html skipping due to: phantomjs 222222 Invalid argumentInvalid argumentInvalid argument (((, , , IOError(22, 'Invalid argument'), IOError(22, 'Invalid argument')IOError(22, 'Invalid argument'), , ) )) SKIP: pkg/registry/tests/test-kube-client.html skipping due to: phantomjs SKIP: pkg/kubernetes/test-kubernetes.html skipping due to: phantomjs SKIP: pkg/docker/test-docker.html skipping due to: phantomjs 22 Invalid argument (, IOError(22, 'Invalid argument'), ) SKIP: pkg/registry/tests/test-images.html skipping due to: phantomjs 22 Invalid argument (22, Invalid argument (IOError(22, 'Invalid argument'), , ) IOError(22, 'Invalid argument'), ) SKIP: pkg/shell/test-dummy.html skipping due to: phantomjs SKIP: pkg/registry/tests/test-projects.html skipping due to: phantomjs 2222 Invalid argumentInvalid argument ((, , IOError(22, 'Invalid argument')IOError(22, 'Invalid argument'), , )) SKIP: pkg/shell/test-controls.html skipping due to: phantomjs SKIP: pkg/systemd/test-journal-renderer.html skipping due to: phantomjs 22 Invalid argument (, IOError(22, 'Invalid argument'), ) SKIP: pkg/storaged/test-util.html skipping due to: phantomjs 22 Invalid argument (, IOError(22, 'Invalid argument'), ) 22 Invalid argument (, IOError(22, 'Invalid argument'), ) 22 Invalid argument (, IOError(22, 'Invalid argument'), ) PASS: pkg/users/test-list-public-keys.sh 1 mock/ssh/1-input PASS: pkg/users/test-list-public-keys.sh 2 mock/ssh/2-input PASS: pkg/users/test-list-public-keys.sh 3 mock/ssh/3-input PASS: test-rules 1 /rules/basics PASS: test-rules 2 /rules/nothing PASS: test-rules 3 /rules/path-only PASS: test-paths 1 /paths/add-remove PASS: test-paths 2 /paths/ancestor-descendant PASS: test-paths 3 /paths/has-parent/equal PASS: test-rules 4 /rules/all-paths PASS: test-paths 4 /paths/has-parent/child PASS: test-rules 5 /rules/root-only PASS: test-paths 5 /paths/has-parent/grand-child PASS: test-rules 6 /rules/null-path PASS: test-paths 6 /paths/has-parent/parent PASS: test-paths 7 /paths/has-parent/grand-parent PASS: test-paths 8 /paths/has-parent/peer-after PASS: test-rules 7 /rules/add-ref-remove PASS: test-paths 9 /paths/has-parent/peer-before PASS: test-paths 10 /paths/has-parent/peer-prefix PASS: test-paths 11 /paths/has-parent/peer-truncated PASS: test-paths 12 /paths/has-parent/root-child PASS: test-paths 13 /paths/has-parent/root-grand-child PASS: test-paths 14 /paths/has-parent/root-parent PASS: test-paths 15 /paths/has-parent/root-grand-parent PASS: test-paths 16 /paths/has-ancestor/equal PASS: test-paths 17 /paths/has-ancestor/child PASS: test-paths 18 /paths/has-ancestor/grand-child PASS: test-paths 19 /paths/has-ancestor/parent PASS: test-paths 20 /paths/has-ancestor/grand-parent PASS: test-paths 21 /paths/has-ancestor/peer-after PASS: test-paths 22 /paths/has-ancestor/peer-before PASS: test-paths 23 /paths/has-ancestor/peer-prefix PASS: test-paths 24 /paths/has-ancestor/peer-truncated PASS: test-paths 25 /paths/has-ancestor/root-child PASS: test-paths 26 /paths/has-ancestor/root-grand-child PASS: test-paths 27 /paths/has-ancestor/root-parent PASS: test-paths 28 /paths/has-ancestor/root-grand-parent PASS: test-paths 29 /paths/equal-or-ancestor/equal PASS: test-paths 30 /paths/equal-or-ancestor/child PASS: test-paths 31 /paths/equal-or-ancestor/grand-child PASS: test-paths 32 /paths/equal-or-ancestor/parent PASS: test-paths 33 /paths/equal-or-ancestor/grand-parent PASS: test-paths 34 /paths/equal-or-ancestor/peer-after PASS: test-paths 35 /paths/equal-or-ancestor/peer-before PASS: test-paths 36 /paths/equal-or-ancestor/peer-prefix PASS: test-paths 37 /paths/equal-or-ancestor/peer-truncated PASS: test-paths 38 /paths/equal-or-ancestor/root-child PASS: test-paths 39 /paths/equal-or-ancestor/root-grand-child PASS: test-paths 40 /paths/equal-or-ancestor/root-parent PASS: test-paths 41 /paths/equal-or-ancestor/root-grand-parent 22 Invalid argument (, IOError(22, 'Invalid argument'), ) PASS: pkg/users/test-list-public-keys.sh 4 mock/ssh/4-input PASS: test-channel 1 /channel/get-option PASS: test-channel 2 /channel/properties PASS: test-channel 3 /channel/test_close_not_capable PASS: test-channel 4 /channel/test_capable PASS: test-channel 5 /channel/internal-null-registered PASS: test-channel 6 /channel/internal-not-registered PASS: test-channel 7 /channel/parse-port PASS: test-channel 8 /channel/parse-address PASS: test-channel 9 /channel/recv-send PASS: test-channel 10 /channel/recv-queue PASS: test-channel 11 /channel/close-immediately PASS: test-channel 12 /channel/close-option PASS: test-channel 13 /channel/close-json-option PASS: test-channel 14 /channel/close-transport 22 Invalid argument (, IOError(22, 'Invalid argument'), ) 22 Invalid argument (, IOError(22, 'Invalid argument'), ) 22 Invalid argument (, IOError(22, 'Invalid argument'), ) PASS: test-pipe-channel 1 /pipe-channel/echo PASS: test-pipe-channel 2 /pipe-channel/shutdown PASS: test-pipe-channel 3 /pipe-channel/close-normal 22 Invalid argument (PASS: test-pipe-channel 4 /pipe-channel/close-problem , IOError(22, 'Invalid argument'), ) PASS: test-pipe-channel 5 /pipe-channel/invalid-send PASS: test-pipe-channel 6 /pipe-channel/invalid-recv PASS: test-portal 1 /portal/simple PASS: test-pipe-channel 7 /pipe-channel/spawn/signal PASS: test-pipe-channel 8 /pipe-channel/spawn/simple PASS: test-packages 1 /packages/simple PASS: test-pipe-channel 9 /pipe-channel/spawn/status PASS: test-portal 2 /portal/failover PASS: test-portal 3 /portal/fail PASS: test-portal 4 /portal/fallback PASS: test-pipe-channel 10 /pipe-channel/spawn/environ PASS: test-packages 2 /packages/large PASS: test-packages 3 /packages/listing PASS: test-packages 4 /packages/not-found PASS: test-packages 5 /packages/unknown-package PASS: test-packages 6 /packages/bad-receive PASS: test-packages 7 /packages/no-path PASS: test-packages 8 /packages/bad-path PASS: test-packages 9 /packages/no-package PASS: test-pipe-channel 11 /pipe-channel/spawn/pty PASS: test-pipe-channel 12 /pipe-channel/fail/not-found PASS: test-pipe-channel 13 /pipe-channel/fail/access-denied PASS: test-packages 10 /packages/bad-package PASS: test-packages 11 /packages/listing-bad-name PASS: test-packages 12 /packages/resolve/simple PASS: test-packages 13 /packages/resolve/bad-dots PASS: test-packages 14 /packages/resolve/bad-path PASS: test-packages 15 /packages/resolve/bad-package PASS: test-packages 16 /packages/resolve/not-found PASS: test-fs 1 /fsread/simple PASS: test-fs 2 /fsread/non-existent PASS: test-fs 3 /fsread/denied 22 Invalid argument (, IOError(22, 'Invalid argument'), ) 22 Invalid argument (, IOError(22, 'Invalid argument'), ) 22 Invalid argument (, IOError(22, 'Invalid argument'), ) PASS: test-metrics 1 /metrics/compression PASS: test-metrics 2 /metrics/compression-reset PASS: test-metrics 3 /metrics/derive-delta PASS: test-metrics 4 /metrics/derive-rate PASS: test-metrics 5 /metrics/interpolate PASS: test-metrics 6 /metrics/instances PASS: test-metrics 7 /metrics/dynamic-instances PASS: test-metrics 8 /metrics/not-supported PASS: test-setup 1 /setup/get-properties PASS: test-setup 2 /setup/prepare/passwd1 PASS: test-setup 3 /setup/prepare/unsupported PASS: test-setup 4 /setup/prepare/fail PASS: test-setup 5 /setup/transfer/passwd1 PASS: test-setup 6 /setup/transfer/unsupported PASS: test-setup 7 /setup/transfer/bad PASS: test-httpstream 1 /http-stream/host-header PASS: test-httpstream 2 /http-stream/address-host-header PASS: test-setup 8 /setup/transfer/fail PASS: test-httpstream 3 /http-stream/http-stream2 PASS: test-httpstream 4 /http-stream/cannot-connect PASS: test-httpstream 5 /http-stream/parse_keepalive PASS: test-httpstream 6 /http-stream/http_chunked 22 Invalid argument (, IOError(22, 'Invalid argument'), ) PASS: test-setup 9 /setup/commit/passwd1 PASS: test-setup 10 /setup/commit/passwd1-no-crypt-method PASS: test-setup 11 /setup/commit/unsupported PASS: test-setup 12 /setup/commit/bad PASS: test-setup 13 /setup/commit/fail-passwd PASS: test-setup 14 /setup/commit/fail-newusers PASS: test-setup 15 /setup/commit/fail-chpasswd PASS: test-websocketstream 1 /websocket-stream/test_basic WebSocket-Message: received request from bad Origin: http://localhost:34526 WebSocket-Message: Received invalid handshake request from the client WebSocket-Message: received unexpected status: 403 Forbidden WebSocket-Message: connection unexpectedly closed by peer PASS: test-websocketstream 2 /websocket-stream/test_bad_origin 22 Invalid argument (, IOError(22, 'Invalid argument'), ) 22 Invalid argument (, IOError(22, 'Invalid argument'), ) PASS: test-environment 1 /environment/get-properties [Fri Apr 1 10:04:52] pcp(2381) Warning: pmdaInit: PMDA mock-pmda: No help text file specified for pmdaText PASS: test-pcp 1 /metrics/compression PASS: test-pcp 2 /metrics/units PASS: test-pcp 3 /metrics/units-conv PASS: test-pcp 4 /metrics/units-noconv PASS: test-pcp 5 /metrics/units-funny-conv PASS: test-pcp 6 /metrics/strings PASS: test-pcp 7 /metrics/simple-instances PASS: test-pcp 8 /metrics/instance-filter-include PASS: test-pcp 9 /metrics/instance-filter-omit PASS: test-httpstream 7 /http-stream/tls/basic PASS: test-pcp 10 /metrics/instance-dynamic PASS: test-pcp 11 /metrics/counter PASS: test-pcp 12 /metrics/counter64 PASS: test-pcp 13 /metrics/counter-across-meta 22 Invalid argument (, IOError(22, 'Invalid argument'), ) 22 Invalid argument (, IOError(22, 'Invalid argument'), ) PASS: test-pcp-archives 1 /metrics/single-archive PASS: test-pcp-archives 2 /metrics/archive-limit PASS: test-pcp-archives 3 /metrics/archive-timestamp PASS: test-pcp-archives 4 /metrics/archive-directory PASS: test-pcp-archives 5 /metrics/archive-directory-timestamp PASS: test-pcp-archives 6 /metrics/archive-directory-late-metric PASS: test-hash 1 /hash/case-hash 22 Invalid argument (, IOError(22, 'Invalid argument'), ) 22 Invalid argument (, IOError(22, 'Invalid argument'), ) PASS: test-httpstream 8 /http-stream/tls/certificate-data PASS: test-hex 1 /hex/decode-success PASS: test-hex 2 /hex/decode-no-length PASS: test-hex 3 /hex/decode-fail PASS: test-json 1 /json/int-equal PASS: test-json 2 /json/int-hash PASS: test-json 3 /json/utf8-invalid PASS: test-json 4 /json/get-string PASS: test-json 5 /json/get-int PASS: test-json 6 /json/get-bool PASS: test-json 7 /json/get-null PASS: test-json 8 /json/get-strv PASS: test-json 9 /json/get-array PASS: test-json 10 /json/get-object PASS: test-json 11 /json/parser-trims PASS: test-json 12 /json/parser-empty PASS: test-json 13 /json/equal/nulls PASS: test-json 14 /json/equal/null-non-null PASS: test-json 15 /json/equal/non-null-null PASS: test-json 16 /json/equal/number-string PASS: test-json 17 /json/equal/string-string PASS: test-json 18 /json/equal/string-string-ne PASS: test-json 19 /json/equal/int-int PASS: test-json 20 /json/equal/int-int-ne PASS: test-json 21 /json/equal/double-double PASS: test-json 22 /json/equal/boolean-boolean PASS: test-json 23 /json/equal/boolean-boolean-ne PASS: test-json 24 /json/equal/null-null PASS: test-json 25 /json/equal/array-string PASS: test-json 26 /json/equal/array-array PASS: test-json 27 /json/equal/array-array-ne PASS: test-json 28 /json/equal/array-array-length PASS: test-json 29 /json/equal/object-object PASS: test-json 30 /json/equal/object-object-order PASS: test-json 31 /json/equal/object-object-missing PASS: test-json 32 /json/equal/object-object-value PASS: test-json 33 /json/string/abc0 PASS: test-json 34 /json/string/a_xc1 PASS: test-json 35 /json/string/a_xc2 PASS: test-json 36 /json/string/a_xc3 PASS: test-json 37 /json/string/a_xc4 PASS: test-json 38 /json/string/Barney_B__r5 PASS: test-json 39 /json/patch/simple-value PASS: test-json 40 /json/patch/multi-value PASS: test-json 41 /json/patch/add-and-remove PASS: test-json 42 /json/patch/nested-objects 22 Invalid argument (, IOError(22, 'Invalid argument'), ) 22 Invalid argument (, IOError(22, 'Invalid argument'), ) PASS: test-pipe 1 /pipe/properties PASS: test-pipe 2 /pipe/echo-message PASS: test-pipe 3 /pipe/echo-queue PASS: test-connect 1 /connect/simple PASS: test-connect 2 /connect/loopback-ipv4 PASS: test-connect 3 /connect/loopback-ipv6 PASS: test-connect 4 /connect/not-found PASS: test-connect 5 /connect/access-denied PASS: test-httpstream 9 /http-stream/tls/certificate-file 22 Invalid argument (, IOError(22, 'Invalid argument'), ) PASS: test-stream 1 /stream/properties cockpit-protocol-Message: test: close failed: Stream has outstanding operation PASS: test-stream 2 /stream/echo-message PASS: test-stream 3 /stream/echo-queue cockpit-protocol-Message: test: close failed: Stream has outstanding operation PASS: test-httpstream 10 /http-stream/tls/certificate-data-file PASS: test-httpstream 11 /http-stream/tls/certificate-file-data PASS: test-pipe 4 /pipe/echo-large PASS: test-pipe 5 /pipe/close-problem PASS: test-pipe 6 /pipe/buffer PASS: test-pipe 7 /pipe/skip-zero PASS: test-pipe 8 /pipe/pid PASS: test-pipe 9 /pipe/exit-success PASS: test-pipe 10 /pipe/exit-fail PASS: test-pipe 11 /pipe/exit-signal PASS: test-pipe 12 /pipe/read-error PASS: test-pipe 13 /pipe/write-error PASS: test-pipe 14 /pipe/read-combined PASS: test-pipe 15 /pipe/problem-later PASS: test-pipe 16 /pipe/buffer/consume-entire PASS: test-pipe 17 /pipe/buffer/consume-partial PASS: test-pipe 18 /pipe/buffer/consume-skip PASS: test-pipe 19 /pipe/buffer/skip PASS: test-pipe 20 /pipe/spawn/and-read PASS: test-pipe 21 /pipe/spawn/and-write PASS: test-pipe 22 /pipe/spawn/and-fail PASS: test-pipe 23 /pipe/spawn/buffer-stderr PASS: test-pipe 24 /pipe/spawn/close-clean PASS: test-pipe 25 /pipe/spawn/close-terminate PASS: test-pipe 26 /pipe/pty/shell PASS: test-pipe 27 /pipe/connect/and-read PASS: test-pipe 28 /pipe/connect/and-write PASS: test-pipe 29 /test-stream/connect/not-found PASS: test-pipe 30 /test-stream/connect/access-denied 22 Invalid argument (, IOError(22, 'Invalid argument'), ) PASS: test-httpstream 12 /http-stream/tls/authority-good PASS: test-stream 4 /stream/echo-large PASS: test-stream 5 /stream/close-problem PASS: test-stream 6 /stream/buffer PASS: test-stream 7 /stream/skip-zero PASS: test-stream 8 /stream/read-error PASS: test-stream 9 /stream/write-error PASS: test-stream 10 /stream/read-combined PASS: test-stream 11 /stream/problem-later PASS: test-stream 12 /stream/connect/and-read PASS: test-stream 13 /stream/connect/early-close PASS: test-stream 14 /stream/connect/and-write PASS: test-stream 15 /stream/connect/loopback-ipv4 PASS: test-stream 16 /stream/connect/loopback-ipv6 PASS: test-stream 17 /stream/connect/not-found PASS: test-stream 18 /stream/connect/access-denied PASS: test-transport 1 /transport/properties PASS: test-transport 2 /transport/terminate-problem PASS: test-transport 3 /transport/read-error PASS: test-transport 4 /transport/write-error PASS: test-transport 5 /transport/read-combined PASS: test-transport 6 /transport/read-truncated PASS: test-transport 7 /transport/read-incorrect PASS: test-transport 8 /transport/parse-frame/ok PASS: test-transport 9 /transport/parse-frame/bad PASS: test-transport 10 /transport/parse-frame/maybe PASS: test-transport 11 /transport/parse-command/normal PASS: test-transport 12 /transport/parse-command/no-channel PASS: test-transport 13 /transport/parse-command/nulls PASS: test-transport 14 /transport/parse-command/no-command PASS: test-transport 15 /transport/parse-command/empty-command PASS: test-transport 16 /transport/parse-command/invalid-json PASS: test-transport 17 /transport/parse-command/not-an-object PASS: test-transport 18 /transport/parse-command/number-channel PASS: test-transport 19 /transport/parse-command/empty-channel PASS: test-transport 20 /transport/parse-command/newline-channel 22 Invalid argument (, IOError(22, 'Invalid argument'), ) PASS: test-unixsignal 1 /unixsignal/posix-signal PASS: test-unixsignal 2 /unixsignal/realtime-signal PASS: test-unixsignal 3 /unixsignal/other-signal PASS: test-httpstream 13 /http-stream/tls/authority-bad 22 Invalid argument (, IOError(22, 'Invalid argument'), ) 22 Invalid argument (, IOError(22, 'Invalid argument'), ) PASS: test-fs 4 /fsread/changed PASS: test-fs 5 /fsread/replaced PASS: test-fs 6 /fsread/removed PASS: test-fs 7 /fsreplace/simple PASS: test-fs 8 /fsreplace/multiple PASS: test-fs 9 /fsreplace/remove PASS: test-template 1 /template/expand/simple PASS: test-template 2 /template/expand/extra-at PASS: test-template 3 /template/expand/no-ending PASS: test-template 4 /template/expand/extra-at-after PASS: test-template 5 /template/expand/unknown PASS: test-template 6 /template/expand/lots PASS: test-fs 10 /fsreplace/remove-nonexistent PASS: test-fs 11 /fsreplace/empty cockpit-bridge-Message: /tmp/.39WYEY/foo.1: couldn't remove temp file: Permission denied PASS: test-fs 12 /fsreplace/denied PASS: test-fs 13 /fsreplace/expect-non-existent PASS: test-webresponse 1 /web-response/return-content PASS: test-fs 14 /fsreplace/expect-non-existent-fail PASS: test-webresponse 2 /web-response/return-content-headers PASS: test-webresponse 3 /web-response/return-error PASS: test-fs 15 /fsreplace/expect-tag PASS: test-webresponse 4 /web-response/return-error-headers PASS: test-webresponse 5 /web-response/return-gerror-headers PASS: test-webresponse 6 /web-response/return-error-resource PASS: test-webresponse 7 /web-response/content-type PASS: test-webresponse 8 /web-response/content-encoding PASS: test-webresponse 9 /web-response/stream PASS: test-webresponse 10 /web-response/chunked-transfer-encoding PASS: test-webresponse 11 /web-response/chunked-zero-length PASS: test-webresponse 12 /web-response/abort PASS: test-webresponse 13 /web-response/connection-close PASS: test-webresponse 14 /web-response/file/not-found PASS: test-webresponse 15 /web-response/file/directory-denied PASS: test-webresponse 16 /web-response/file/access-denied PASS: test-webresponse 17 /web-response/file/breakout-denied PASS: test-webresponse 18 /web-response/file/breakout-non-existant PASS: test-webresponse 19 /web-response/filter/simple PASS: test-fs 16 /fsreplace/expect-tag-fail PASS: test-webresponse 20 /web-response/filter/multiple PASS: test-webresponse 21 /web-response/filter/passthrough PASS: test-webresponse 22 /web-response/filter/split PASS: test-webresponse 23 /web-response/path/pop PASS: test-webresponse 24 /web-response/path/pop-root PASS: test-webresponse 25 /web-response/path/skip PASS: test-webresponse 26 /web-response/path/skip-root PASS: test-webresponse 27 /web-response/gunzip/small PASS: test-webresponse 28 /web-response/gunzip/large PASS: test-webresponse 29 /web-response/gunzip/invalid PASS: test-webresponse 30 /web-response/negotiation/first PASS: test-webresponse 31 /web-response/negotiation/last PASS: test-webresponse 32 /web-response/negotiation/prune PASS: test-webresponse 33 /web-response/negotiation/with-listing PASS: test-webresponse 34 /web-response/negotiation/notfound PASS: test-webresponse 35 /web-response/negotiation/failure 22 Invalid argument (, IOError(22, 'Invalid argument'), ) 22 Invalid argument (, IOError(22, 'Invalid argument'), ) PASS: test-webserver 1 /web-server/table PASS: test-webserver 2 /web-server/content-type PASS: test-webserver 3 /web-server/query-string PASS: test-webserver 4 /web-server/host-header PASS: test-webserver 5 /web-server/not-found PASS: test-webserver 6 /web-server/access-denied PASS: test-config 1 /conf/test-bool PASS: test-config 2 /conf/test-strings PASS: test-config 3 /conf/test-strvs PASS: test-config 4 /conf/fail_load PASS: test-webserver 7 /web-server/redirect-notls PASS: test-webserver 8 /web-server/no-redirect-localhost PASS: test-webserver 9 /web-server/no-redirect-exception PASS: test-webserver 10 /web-server/no-redirect-override PASS: test-webserver 11 /web-server/handle-resource PASS: test-webserver 12 /web-server/cookie/simple PASS: test-webserver 13 /web-server/cookie/multiple PASS: test-webserver 14 /web-server/cookie/no-header PASS: test-webserver 15 /web-server/cookie/substring PASS: test-webserver 16 /web-server/cookie/decode PASS: test-webserver 17 /web-server/cookie/decode-bad PASS: test-webserver 18 /web-server/languages/simple PASS: test-webserver 19 /web-server/languages/cookie PASS: test-webserver 20 /web-server/languages/no-header PASS: test-webserver 21 /web-server/languages/order PASS: test-webserver 22 /web-server/encoding/simple PASS: test-webserver 23 /web-server/encoding/no-header PASS: test-webserver 24 /web-server/encoding/zero-qvalue 22 Invalid argument (, IOError(22, 'Invalid argument'), ) 22 Invalid argument (, IOError(22, 'Invalid argument'), ) PASS: test-unicode 1 /unicode/force-utf8/this_is_a_ascii PASS: test-unicode 2 /unicode/force-utf8/this_is____utf8 PASS: test-unicode 3 /unicode/force-utf8/this_is___invalid PASS: test-unicode 4 /unicode/force-utf8/this_is_invalid__ PASS: test-unicode 5 /unicode/force-utf8/__this_is___invalid__ PASS: test-websocket 1 /web-socket/parse-url PASS: test-websocket 2 /web-socket/parse-url-no-out PASS: test-websocket 3 /web-socket/parse-url-bad PASS: test-websocket 4 /web-socket/parse-url-no-path PASS: test-websocket 5 /web-socket/parse-url-with-user PASS: test-websocket 6 /web-socket/parse-req PASS: test-websocket 7 /web-socket/parse-req-no-out PASS: test-websocket 8 /web-socket/parse-req-not-enough PASS: test-websocket 9 /web-socket/parse-req-bad PASS: test-websocket 10 /web-socket/parse-status PASS: test-websocket 11 /web-socket/parse-status-no-out PASS: test-websocket 12 /web-socket/parse-status-not-enough PASS: test-websocket 13 /web-socket/parse-status-bad PASS: test-websocket 14 /web-socket/parse-version-1-0 PASS: test-websocket 15 /web-socket/parse-version-1-1 PASS: test-websocket 16 /web-socket/parse-headers PASS: test-websocket 17 /web-socket/parse-headers-no-out PASS: test-websocket 18 /web-socket/parse-headers-bad PASS: test-websocket 19 /web-socket/parse-headers-not-enough PASS: test-websocket 20 /web-socket/header-equals PASS: test-websocket 21 /web-socket/header-contains PASS: test-websocket 22 /web-socket/header-empty PASS: test-websocket 23 /web-socket/close-immediately PASS: test-websocket 24 /web-socket/receive-fragmented PASS: test-websocket 25 /web-socket/handshake-with-buffer-headers PASS: test-websocket 26 /web-socket/message-after-closing PASS: test-websocket 27 /web-socket/rfc6455/handshake PASS: test-websocket 28 /web-socket/rfc6455/send-client-to-server PASS: test-websocket 29 /web-socket/rfc6455/send-server-to-client PASS: test-websocket 30 /web-socket/rfc6455/send-big-packets PASS: test-websocket 31 /web-socket/rfc6455/send-prefixed PASS: test-websocket 32 /web-socket/rfc6455/send-bad-data PASS: test-websocket 33 /web-socket/rfc6455/protocol-negotiate PASS: test-websocket 34 /web-socket/rfc6455/protocol-mismatch PASS: test-websocket 35 /web-socket/rfc6455/protocol-server-any PASS: test-websocket 36 /web-socket/rfc6455/protocol-client-any PASS: test-websocket 37 /web-socket/rfc6455/close-clean-client PASS: test-transport 21 /transport/echo-message/child PASS: test-websocket 38 /web-socket/rfc6455/close-clean-server PASS: test-transport 22 /transport/echo-message/no-child PASS: test-websocket 39 /web-socket/hixie76/handshake PASS: test-websocket 40 /web-socket/hixie76/send-client-to-server PASS: test-websocket 41 /web-socket/hixie76/send-server-to-client PASS: test-websocket 42 /web-socket/hixie76/send-big-packets PASS: test-websocket 43 /web-socket/hixie76/send-prefixed PASS: test-websocket 44 /web-socket/hixie76/send-bad-data PASS: test-websocket 45 /web-socket/hixie76/protocol-negotiate 22 Invalid argument (, IOError(22, 'Invalid argument'), ) PASS: test-websocket 46 /web-socket/hixie76/protocol-mismatch PASS: test-websocket 47 /web-socket/hixie76/protocol-server-any PASS: test-websocket 48 /web-socket/hixie76/protocol-client-any PASS: test-websocket 49 /web-socket/hixie76/close-clean-client PASS: test-websocket 50 /web-socket/hixie76/close-clean-server PASS: test-websocket 51 /web-socket/hixie76/bad-keys-no-numbers PASS: test-websocket 52 /web-socket/hixie76/bad-keys-no-spaces PASS: test-websocket 53 /web-socket/hixie76/response-headers PASS: test-websocket 54 /web-socket/hixie76/rough-close PASS: test-creds 1 /creds/basic-password PASS: test-creds 2 /creds/poison PASS: test-creds 3 /creds/rhost PASS: test-creds 4 /creds/multiple PASS: test-creds 5 /creds/hash PASS: test-creds 6 /creds/equal PASS: test-creds 7 /creds/has_gssapi PASS: test-creds 8 /creds/login-data 22 Invalid argument (, IOError(22, 'Invalid argument'), ) 22 Invalid argument (, IOError(22, 'Invalid argument'), ) PASS: test-auth 1 /auth/userpass-header-check PASS: test-auth 2 /auth/userpass-bad PASS: test-auth 3 /auth/userpass-emptypass PASS: test-auth 4 /auth/headers-bad PASS: test-transport 23 /transport/echo-queue/child PASS: test-transport 24 /transport/echo-queue/no-child PASS: test-sshtransport 1 /ssh-transport/echo-message PASS: test-transport 25 /transport/echo-large/child PASS: test-fs 17 /fswatch/simple PASS: test-sshtransport 2 /ssh-transport/echo-queue PASS: test-transport 26 /transport/echo-large/no-child PASS: test-transport 27 /transport/close-problem/child PASS: test-transport 28 /transport/close-problem/no-child 22 Invalid argument (, IOError(22, 'Invalid argument'), ) PASS: test-sshagent 1 /sshagent/through PASS: test-sshagent 2 /sshagent/close_pipe PASS: test-sshagent 3 /sshagent/close_channel PASS: test-sshagent 4 /sshagent/close_transport 22 Invalid argument (, IOError(22, 'Invalid argument'), ) PASS: test-sshtransport 3 /ssh-transport/echo-large PASS: test-sshtransport 4 /ssh-transport/close-problem PASS: test-sshtransport 5 /ssh-transport/terminate-problem PASS: test-sshtransport 6 /ssh-transport/unsupported-auth PASS: test-sshtransport 7 /ssh-transport/auth-failed Identity added: /builddir/build/BUILD/cockpit-0.96/test_rsa_key (/builddir/build/BUILD/cockpit-0.96/test_rsa_key) PASS: test-fs 18 /fswatch/remove PASS: test-webservice 1 /web-service/close-error PASS: test-webservice 2 /web-service/null-creds PASS: test-sshtransport 8 /ssh-transport/key-auth-message PASS: test-webservice 3 /web-service/unknown-hostkey PASS: test-sshtransport 9 /ssh-transport/key-auth-failed /bin/sh: /nonexistant: No such file or directory PASS: test-sshtransport 10 /ssh-transport/bad-command /bin/sh: nonexistant-command: command not found PASS: test-sshtransport 11 /ssh-transport/command-not-found cockpit-protocol-Message: 127.0.0.1: spawning remote bridge failed with 0 status PASS: test-sshtransport 12 /ssh-transport/command-not-cockpit cockpit-protocol-Message: 127.0.0.1: spawning remote bridge failed with 1 status PASS: test-sshtransport 13 /ssh-transport/command-just-fails PASS: test-sshtransport 14 /ssh-transport/close-while-connecting PASS: test-sshtransport 15 /ssh-transport/cannot-connect PASS: test-sshtransport 16 /ssh-transport/unknown-hostkey PASS: test-sshtransport 17 /ssh-transport/ignore-hostkey mock-echo: failed to write: Broken pipePASS: test-webservice 4 /web-service/expect-host-key PASS: test-webservice 5 /web-service/no-init PASS: test-webservice 6 /web-service/wrong-init-version PASS: test-webservice 7 /web-service/bad-init-version PASS: test-sshtransport 18 /ssh-transport/get-host-key /bin/sh: /nonexistant: No such file or directory PASS: test-fs 19 /fswatch/directory PASS: test-fs 20 /fslist/simple PASS: test-fs 21 /fslist/simple_no_watch PASS: test-fs 22 /fslist/early-close PASS: test-webservice 8 /web-service/auth-results PASS: test-sshtransport 19 /ssh-transport/expect-host-key PASS: test-sshtransport 20 /ssh-transport/expect-bad-key PASS: test-sshtransport 21 /ssh-transport/expect-empty-key 22 Invalid argument (, IOError(22, 'Invalid argument'), ) MESSAGE: cockpit-bridge: couldn't get polkit authority: Error initializing authority: Could not connect: No such file or directory PASS: test-channelresponse 1 /web-channel/resource/simple PASS: test-channelresponse 2 /web-channel/resource/not-found PASS: test-channelresponse 3 /web-channel/resource/no-path PASS: test-channelresponse 4 /web-channel/resource/failure MESSAGE: cockpit-bridge: couldn't get polkit authority: Error initializing authority: Could not connect: No such file or directory PASS: test-channelresponse 5 /web-channel/resource/checksum MESSAGE: cockpit-bridge: couldn't get polkit authority: Error initializing authority: Could not connect: No such file or directory PASS: test-channelresponse 6 /web-channel/resource/redirect-checksum PASS: test-channelresponse 7 /web-channel/resource/not-modified PASS: test-channelresponse 8 /web-channel/resource/no-checksum PASS: test-channelresponse 9 /web-channel/resource/bad-checksum MESSAGE: cockpit-bridge: couldn't get polkit authority: Error initializing authority: Could not connect: No such file or directory PASS: test-channelresponse 10 /web-channel/resource/language-suffix MESSAGE: cockpit-bridge: couldn't get polkit authority: Error initializing authority: Could not connect: No such file or directory PASS: test-channelresponse 11 /web-channel/resource/language-fallback MESSAGE: cockpit-bridge: couldn't get polkit authority: Error initializing authority: Could not connect: No such file or directory PASS: test-channelresponse 12 /web-channel/resource/gzip-encoding 22 Invalid argument (, IOError(22, 'Invalid argument'), ) PASS: test-handlers 1 /handlers/ping PASS: test-handlers 2 /handlers/favicon PASS: test-handlers 3 /handlers/noauth PASS: test-handlers 4 /handlers/login/no-cookie PASS: test-handlers 5 /handlers/login/with-cookie PASS: test-handlers 6 /handlers/login/post-bad PASS: test-handlers 7 /handlers/login/post-fail PASS: test-handlers 8 /handlers/login/post-accept MESSAGE: cockpit-bridge: couldn't get polkit authority: Error initializing authority: Could not connect: No such file or directory MESSAGE: cockpit-bridge: couldn't get polkit authority: Error initializing authority: Could not connect: No such file or directory PASS: test-handlers 9 /handlers/shell/index MESSAGE: cockpit-bridge: couldn't get polkit authority: Error initializing authority: Could not connect: No such file or directory PASS: test-handlers 10 /handlers/shell/configured_index MESSAGE: cockpit-bridge: couldn't get polkit authority: Error initializing authority: Could not connect: No such file or directory PASS: test-handlers 11 /handlers/shell/package MESSAGE: cockpit-bridge: couldn't get polkit authority: Error initializing authority: Could not connect: No such file or directory PASS: test-handlers 12 /handlers/shell/host PASS: test-handlers 13 /handlers/shell/host-short PASS: test-handlers 14 /handlers/shell/package-short PASS: test-handlers 15 /handlers/shell/package-invalid PASS: test-handlers 16 /handlers/shell/login MESSAGE: cockpit-bridge: couldn't get polkit authority: Error initializing authority: Could not connect: No such file or directory MESSAGE: cockpit-bridge: couldn't get polkit authority: Error initializing authority: Could not connect: No such file or directory MESSAGE: cockpit-bridge: couldn't get polkit authority: Error initializing authority: Could not connect: No such file or directory MESSAGE: cockpit-bridge: couldn't get polkit authority: Error initializing authority: Could not connect: No such file or directory PASS: test-handlers 17 /handlers/resource/checksum PASS: test-handlers 18 /handlers/resource/short MESSAGE: cockpit-bridge: couldn't get polkit authority: Error initializing authority: Could not connect: No such file or directory PASS: test-handlers 19 /handlers/resource/host PASS: test-handlers 20 /handlers/resource/host-short MESSAGE: cockpit-bridge: couldn't get polkit authority: Error initializing authority: Could not connect: No such file or directory MESSAGE: cockpit-bridge: couldn't get polkit authority: Error initializing authority: Could not connect: No such file or directory PASS: test-handlers 21 /handlers/resource/application PASS: test-handlers 22 /handlers/resource/application-short PASS: test-handlers 23 /handlers/resource/missing PASS: test-handlers 24 /handlers/resource/auth PASS: test-handlers 25 /handlers/resource/login PASS: test-handlers 26 /handlers/static/simple PASS: test-handlers 27 /handlers/static/application 22 Invalid argument (, IOError(22, 'Invalid argument'), ) mock-kdc: kadmin.local not present mock-kdc: kadmin.local not present SKIP: test-kerberos 1 # skip -- mock kdc not available to test against 22 Invalid argument (, IOError(22, 'Invalid argument'), ) PASS: test-webservice 9 /web-service/kill-group PASS: test-reauthorize 1 /reauthorize/type/invalid PASS: test-reauthorize 2 /reauthorize/type/:invalid PASS: test-reauthorize 3 /reauthorize/type/valid:test PASS: test-reauthorize 4 /reauthorize/type/valid1: PASS: test-reauthorize 5 /reauthorize/type/valid2:test:test PASS: test-reauthorize 6 /reauthorize/user/valid:73637275666679 PASS: test-reauthorize 7 /reauthorize/user/valid:73637275666679:more-data PASS: test-reauthorize 8 /reauthorize/user/invalid:7363727566667 PASS: test-reauthorize 9 /reauthorize/user/invalid:736372756666790055 PASS: test-reauthorize 10 /reauthorize/user/invalid:scruffy PASS: test-reauthorize 11 /reauthorize/user/invalid PASS: test-reauthorize 12 /reauthorize/crypt1/crypt1:75:$1$invalid:$1$invalid PASS: test-reauthorize 13 /reauthorize/crypt1/gssapi1:75 PASS: test-reauthorize 14 /reauthorize/crypt1/crypt1:invalid PASS: test-reauthorize 15 /reauthorize/crypt1/crypt1:75:$1$0123456789abcdef$:$1$0123456789abcdef$ SKIP: test-reauthorize 16 # skip -- need to 'make enable-root-tests' SKIP: test-reauthorize 17 # skip -- need to 'make enable-root-tests' SKIP: test-reauthorize 18 # skip -- need to 'make enable-root-tests' SKIP: test-reauthorize 19 # skip -- need to 'make enable-root-tests' 22 Invalid argument (, IOError(22, 'Invalid argument'), ) PASS: test-ssh-add 1 /pam-ssh-add/add-key-environment PASS: test-ssh-add 2 /pam-ssh-add/add-key-no-password PASS: test-ssh-add 3 /pam-ssh-add/add-key-bad-password PASS: test-ssh-add 4 /pam-ssh-add/add-key-password PASS: test-ssh-add 5 /pam-ssh-add/environment PASS: test-ssh-add 6 /pam-ssh-add/environment-env-overides PASS: test-ssh-add 7 /pam-ssh-add/environment-overides PASS: test-ssh-add 8 /pam-ssh-add/good-agent-vars PASS: test-ssh-add 9 /pam-ssh-add/bad-agent-vars PASS: test-ssh-add 10 /pam-ssh-add/test-failed-agent PASS: test-webservice 10 /web-service/kill-host mock-echo: failed to write: Broken pipePASS: test-webservice 11 /web-service/specified-creds PASS: test-fs 23 /fslist/watch PASS: test-fs 24 /fslist/list_fail PASS: test-webservice 12 /web-service/specified-creds-fail PASS: test-auth 5 /auth/idle-timeout PASS: test-webservice 13 /web-service/specified-creds-overide-host PASS: test-webservice 14 /web-service/user-host-same PASS: test-webservice 15 /web-service/user-host-fail PASS: test-webservice 16 /web-service/host-port PASS: test-auth 6 /auth/process-timeout PASS: test-auth 7 /auth/custom-success PASS: test-auth 8 /auth/custom-success-bad-data PASS: test-auth 9 /auth/custom-success-with-data PASS: test-auth 10 /auth/custom-fail-auth PASS: test-auth 11 /auth/custom-denied-auth PASS: test-auth 12 /auth/custom-no-user PASS: test-auth 13 /auth/custom-with-error PASS: test-auth 14 /auth/custom-no-write PASS: test-auth 15 /auth/none PASS: test-auth 16 /auth/bad-command PASS: test-auth 17 /auth/max-startups PASS: test-auth 18 /auth/max-startups-normal PASS: test-auth 19 /auth/max-startups-single PASS: test-auth 20 /auth/max-startups-double PASS: test-auth 21 /auth/max-startups-unlimited PASS: test-auth 22 /auth/max-startups-bad PASS: test-auth 23 /auth/max-startups-bad-rate PASS: test-auth 24 /auth/max-startups-bad-startups PASS: test-auth 25 /auth/max-startups-bad-negative PASS: test-auth 26 /auth/max-startups-too-many PASS: test-webservice 17 /web-service/timeout-session PASS: test-webservice 18 /web-service/idling-signal PASS: test-webservice 19 /web-service/force-dispose PASS: test-webservice 20 /web-service/logout PASS: test-webservice 21 /web-service/handshake-and-auth/rfc6455 PASS: test-webservice 22 /web-service/handshake-and-auth/hixie76 PASS: test-webservice 23 /web-service/echo-message/rfc6455 PASS: test-webservice 24 /web-service/echo-message/hixie76 WebSocket-Message: connection unexpectedly closed by peer WebSocket-Message: connection unexpectedly closed by peer PASS: test-webservice 25 /web-service/echo-message/large PASS: test-webservice 26 /web-service/bad-origin/rfc6455 PASS: test-webservice 27 /web-service/bad-origin/hixie76 PASS: test-webservice 28 /web-service/bad-origin/withallowed PASS: test-webservice 29 /web-service/allowed-origin/rfc6455 PASS: test-webservice 30 /web-service/allowed-origin/hixie76 /bin/sh: /nonexistant: No such file or directory PASS: test-webservice 31 /web-service/fail-spawn/rfc6455 /bin/sh: /nonexistant: No such file or directory PASS: test-webservice 32 /web-service/fail-spawn/hixie76 PASS: test-webservice 33 /web-service/parse-external/success PASS: test-webservice 34 /web-service/parse-external/bad-channel PASS: test-webservice 35 /web-service/parse-external/bad-command PASS: test-webservice 36 /web-service/parse-external/bad-external PASS: test-webservice 37 /web-service/parse-external/bad-disposition PASS: test-webservice 38 /web-service/parse-external/invalid-disposition PASS: test-webservice 39 /web-service/parse-external/bad-type PASS: test-webservice 40 /web-service/parse-external/invalid-type PASS: test-webservice 41 /web-service/parse-external/bad-protocols ============================================================================ Testsuite summary for Cockpit 0.96 ============================================================================ # TOTAL: 645 # PASS: 603 # SKIP: 42 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory `/builddir/build/BUILD/cockpit-0.96' make[3]: Leaving directory `/builddir/build/BUILD/cockpit-0.96' make[2]: Leaving directory `/builddir/build/BUILD/cockpit-0.96' Making check in po make[2]: Entering directory `/builddir/build/BUILD/cockpit-0.96/po' INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext" srcdir=. /usr/bin/intltool-update --gettext-package cockpit --pot rm -f missing notexist srcdir=. /usr/bin/intltool-update -m if [ -r missing -o -r notexist ]; then \ exit 1; \ fi make[2]: Leaving directory `/builddir/build/BUILD/cockpit-0.96/po' make[1]: Leaving directory `/builddir/build/BUILD/cockpit-0.96' + exit 0 Processing files: cockpit-0.96-2.el7.centos.x86_64 Provides: appdata() appdata(cockpit.appdata.xml) application() application(cockpit.desktop) cockpit = 0.96-2.el7.centos cockpit(x86-64) = 0.96-2.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: cockpit-bridge-0.96-2.el7.centos.x86_64 Provides: cockpit-bridge = 0.96-2.el7.centos cockpit-bridge(x86-64) = 0.96-2.el7.centos cockpit-daemon Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.8)(64bit) libcrypt.so.1()(64bit) libcrypt.so.1(GLIBC_2.2.5)(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libjson-glib-1.0.so.0()(64bit) libkeyutils.so.1()(64bit) libkeyutils.so.1(KEYUTILS_0.3)(64bit) libpam.so.0()(64bit) libpam.so.0(LIBPAM_1.0)(64bit) libpolkit-agent-1.so.0()(64bit) libpolkit-gobject-1.so.0()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) libutil.so.1()(64bit) libutil.so.1(GLIBC_2.2.5)(64bit) rtld(GNU_HASH) Obsoletes: cockpit-daemon < 0.48-2 Processing files: cockpit-doc-0.96-2.el7.centos.x86_64 Provides: cockpit-doc = 0.96-2.el7.centos cockpit-doc(x86-64) = 0.96-2.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: cockpit-pcp-0.96-2.el7.centos.x86_64 Provides: cockpit-pcp = 0.96-2.el7.centos cockpit-pcp(x86-64) = 0.96-2.el7.centos Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.4)(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libjson-glib-1.0.so.0()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libpcp.so.3()(64bit) libpcp.so.3(PCP_3.0)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) libutil.so.1()(64bit) libutil.so.1(GLIBC_2.2.5)(64bit) rtld(GNU_HASH) Processing files: cockpit-ws-0.96-2.el7.centos.x86_64 Provides: cockpit-ws = 0.96-2.el7.centos cockpit-ws(x86-64) = 0.96-2.el7.centos config(cockpit-ws) = 0.96-2.el7.centos Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.8)(64bit) libcrypt.so.1()(64bit) libcrypt.so.1(GLIBC_2.2.5)(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgssapi_krb5.so.2()(64bit) libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit) libjson-glib-1.0.so.0()(64bit) libkeyutils.so.1()(64bit) libkeyutils.so.1(KEYUTILS_0.3)(64bit) libkrb5.so.3()(64bit) libkrb5.so.3(krb5_3_MIT)(64bit) libpam.so.0()(64bit) libpam.so.0(LIBPAM_1.0)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libssh.so.4()(64bit) libssh_threads.so.4()(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) libutil.so.1()(64bit) libutil.so.1(GLIBC_2.2.5)(64bit) rtld(GNU_HASH) Obsoletes: cockpit-selinux-policy <= 0.83 Processing files: cockpit-debuginfo-0.96-2.el7.centos.x86_64 Provides: cockpit-debuginfo = 0.96-2.el7.centos cockpit-debuginfo(x86-64) = 0.96-2.el7.centos Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Processing files: cockpit-shell-0.96-2.el7.centos.noarch Provides: cockpit-assets cockpit-shell = 0.96-2.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: cockpit-assets < 0.32 Processing files: cockpit-storaged-0.96-2.el7.centos.noarch Provides: cockpit-storaged = 0.96-2.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: cockpit-ostree-0.96-2.el7.centos.x86_64 Provides: cockpit-ostree = 0.96-2.el7.centos cockpit-ostree(x86-64) = 0.96-2.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: cockpit-sosreport-0.96-2.el7.centos.noarch Provides: cockpit-sosreport = 0.96-2.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: cockpit-subscriptions-0.96-2.el7.centos.noarch Provides: cockpit-subscriptions = 0.96-2.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: cockpit-networkmanager-0.96-2.el7.centos.noarch Provides: cockpit-networkmanager = 0.96-2.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: cockpit-docker-0.96-2.el7.centos.x86_64 Provides: cockpit-docker = 0.96-2.el7.centos cockpit-docker(x86-64) = 0.96-2.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: cockpit-kubernetes-0.96-2.el7.centos.x86_64 Provides: cockpit-kubernetes = 0.96-2.el7.centos cockpit-kubernetes(x86-64) = 0.96-2.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64 Wrote: /builddir/build/RPMS/cockpit-0.96-2.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/cockpit-bridge-0.96-2.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/cockpit-doc-0.96-2.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/cockpit-pcp-0.96-2.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/cockpit-ws-0.96-2.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/cockpit-debuginfo-0.96-2.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/cockpit-shell-0.96-2.el7.centos.noarch.rpm Wrote: /builddir/build/RPMS/cockpit-storaged-0.96-2.el7.centos.noarch.rpm Wrote: /builddir/build/RPMS/cockpit-ostree-0.96-2.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/cockpit-sosreport-0.96-2.el7.centos.noarch.rpm Wrote: /builddir/build/RPMS/cockpit-subscriptions-0.96-2.el7.centos.noarch.rpm Wrote: /builddir/build/RPMS/cockpit-networkmanager-0.96-2.el7.centos.noarch.rpm Wrote: /builddir/build/RPMS/cockpit-docker-0.96-2.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/cockpit-kubernetes-0.96-2.el7.centos.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Gn5bt4 + umask 022 + cd /builddir/build/BUILD + cd cockpit-0.96 + /usr/bin/rm -rf /builddir/build/BUILDROOT/cockpit-0.96-2.el7.centos.x86_64 + exit 0 Child return code was: 0 LEAVE do -->