Content

    Clean installation, Debian 7 (x86_64)
        Environment
            Process
            Full Output of the Installation
        Tests
    Clean installation, Debian 8 (x86_64)
        Environment
            Process
            Full Output of the Installation
        Tests
    Clean installation, Scientific 5 (i686)
        Environment
            Process
            Full Output of the Installation
        Tests
    Clean installation, Scientific 5 (x86_64)
        Environment
            Process
            Full Output of the Installation
        Tests
    Clean installation, Scientific 6 (i686)
        Environment
            Process
            Full Output of the Installation
        Tests
    Clean installation, Scientific 6 (x86_64)
        Environment
            Process
            Full Output of the Installation
        Tests
    Clean installation, \S (x86_64)
        Environment
            Process
            Full Output of the Installation
        Tests

Reports

Clean installation, Debian 7 (x86_64)

Environment

Clean installation according to EMI guidelines (CA certificates, proxy certificate...).
OS Issue Debian GNU/Linux 7
Platform x86_64
Host
myriad13.zcu.cz
Duration 1 min
Testbed uptime
14:36:22 up 4 min,  1 user,  load average: 0.91, 0.75, 0.36

Process


REPOS="canl-c gridsite"
BUILDS="canl-c:release gridsite:release glite-lb:release proxyrenewal:release"

apt-key adv --fetch-keys http://scientific.zcu.cz/repos/jenkins-builder.asc
apt-key adv --fetch-keys http://scientific.zcu.cz/repos/valtri.asc
apt-key adv --fetch-keys http://scientific.zcu.cz/repos/valtri2.asc

wget --no-verbose -O /etc/apt/sources.list.d/sci-ext.list http://scientific.zcu.cz/repos/external-debian7.list
wget --no-verbose -O /etc/apt/preferences.d/sci http://scientific.zcu.cz/repos/debian.preferences

apt-get install -y unzip
cat >/etc/apt/preferences.d/jenkins <<EOF
Package: *
Pin: origin ""
Pin-Priority: 900
EOF
for repo in $REPOS; do
	build=`echo ${BUILDS#*$repo:} | cut -f1 -d' '`
	wget --no-verbose --ca-directory=/etc/grid-security/certificates -P /var/cache/jenkins-repo-$repo/ https://emian.zcu.cz:8443/jenkins/job/${repo}-build-$build/platform=debian-7-x86_64/lastSuccessfulBuild/artifact/results/debian/*zip*/debian.zip
	if [ -f /var/cache/jenkins-repo-$repo/debian.zip ]; then
		(cd /var/cache/jenkins-repo-$repo; rm -rf debian; unzip -q debian.zip)
		cat > /etc/apt/sources.list.d/jenkins-$repo.list <<EOF
deb file:///var/cache/jenkins-repo-$repo/debian/ stable/
deb-src file:///var/cache/jenkins-repo-$repo/debian/ stable/
EOF
	fi
done
wget --no-verbose --ca-directory=/etc/grid-security/certificates -P /tmp https://emian.zcu.cz:8443/jenkins/job/$repo-build-$build/platform=debian-7-x86_64/lastSuccessfulBuild/artifact/reports/*zip*/reports.zip
rm -rf /tmp/reports
unzip -q -d /tmp /tmp/reports.zip

apt-get update

aptitude install -y gridsite gridsite-commands libgridsite-dev gridsite-service-clients gridsite-services

#
# using external VOMS server in tests
# (deployed locally by default)
#
mkdir /etc/vomses
echo '"vo.org" "emicert-voms.civ.zcu.cz" "15000" "/DC=org/DC=terena/DC=tcs/C=CZ/ST=l/L=Plzen 3/O=University of West Bohemia/CN=emicert-voms.civ.zcu.cz" "vo.org"' > /etc/vomses/emicert-voms.civ.zcu.cz

Full Output of the Installation

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.01xgJud7SE --trustdb-name /etc/apt//trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-security-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-stable.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-stable.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-stable.gpg --fetch-keys http://scientific.zcu.cz/repos/jenkins-builder.asc
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.kMZNxSIvzM --trustdb-name /etc/apt//trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-security-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-stable.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-stable.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-stable.gpg --fetch-keys http://scientific.zcu.cz/repos/valtri.asc
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.lix1HUNyYD --trustdb-name /etc/apt//trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-security-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-stable.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-stable.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-stable.gpg --fetch-keys http://scientific.zcu.cz/repos/valtri2.asc
Reading package lists...
Building dependency tree...
Reading state information...
unzip is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Hit http://ftp.cz.debian.org wheezy Release.gpg
Get:1 file: stable/ Release.gpg [819 B]
Get:2 file: stable/ Release.gpg [819 B]
Hit http://ftp.cz.debian.org wheezy-updates Release.gpg
Get:3 file: stable/ Release [1499 B]
Get:4 http://scientific.zcu.cz wheezy/ Release.gpg [836 B]
Get:5 http://scientific.zcu.cz wheezy/ Release [1497 B]
Hit http://ftp.cz.debian.org wheezy Release
Get:6 file: stable/ Release [1499 B]
Hit http://ftp.cz.debian.org wheezy-updates Release
Ign file: stable/ Translation-en
Hit http://ftp.cz.debian.org wheezy/main Sources
Hit http://ftp.cz.debian.org wheezy/main amd64 Packages
Ign file: stable/ Translation-en
Hit http://ftp.cz.debian.org wheezy/main Translation-en
Hit http://security.debian.org wheezy/updates Release.gpg
Get:7 http://scientific.zcu.cz wheezy/ Sources [4521 B]
Get:8 http://scientific.zcu.cz wheezy/ Packages [4770 B]
Hit http://ftp.cz.debian.org wheezy-updates/main Sources
Hit http://ftp.cz.debian.org wheezy-updates/main amd64 Packages/DiffIndex
Hit http://ftp.cz.debian.org wheezy-updates/main Translation-en/DiffIndex
Ign http://scientific.zcu.cz wheezy/ Translation-en
Hit http://security.debian.org wheezy/updates Release
Hit http://security.debian.org wheezy/updates/main Sources
Hit http://security.debian.org wheezy/updates/main amd64 Packages
Hit http://security.debian.org wheezy/updates/main Translation-en
Hit http://repository.egi.eu egi-igtf Release.gpg
Hit http://repository.egi.eu egi-igtf Release
Hit http://repository.egi.eu egi-igtf/core amd64 Packages
Ign http://repository.egi.eu egi-igtf/core Translation-en
Fetched 11.6 kB in 1s (5863 B/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
Reading task descriptions...
No candidate version found for gridsite-services
No candidate version found for gridsite-services
The following NEW packages will be installed:
  gridsite gridsite-commands gridsite-service-clients libc-ares2{a} 
  libcanl-c2{a} libcurl3{a} libgridsite-dev libgridsite2{a} libgsoap2{a} 
  libldap-2.4-2{a} librtmp0{a} libsasl2-2{a} libsasl2-modules{a} 
  libssh2-1{a} libssl-dev{a} libssl-doc{a} zlib1g-dev{a} 
0 packages upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
Need to get 4787 kB/5294 kB of archives. After unpacking 13.3 MB will be used.
Writing extended state information...
Get: 1 http://ftp.cz.debian.org/debian/ wheezy/main libsasl2-2 amd64 2.1.25.dfsg1-6+deb7u1 [120 kB]
Get: 2 http://ftp.cz.debian.org/debian/ wheezy/main libldap-2.4-2 amd64 2.4.31-2+deb7u2 [243 kB]
Get: 3 http://ftp.cz.debian.org/debian/ wheezy/main librtmp0 amd64 2.4+20111222.git4e06e21-1 [62.3 kB]
Get: 4 http://security.debian.org/ wheezy/updates/main libcurl3 amd64 7.26.0-1+wheezy14 [332 kB]
Get: 5 http://ftp.cz.debian.org/debian/ wheezy/main libssh2-1 amd64 1.4.2-1.1+deb7u2 [134 kB]
Get: 6 http://ftp.cz.debian.org/debian/ wheezy/main libc-ares2 amd64 1.9.1-3 [74.2 kB]
Get: 7 http://ftp.cz.debian.org/debian/ wheezy/main zlib1g-dev amd64 1:1.2.7.dfsg-13 [215 kB]
Get: 8 http://ftp.cz.debian.org/debian/ wheezy/main libgsoap2 amd64 2.8.7-2 [533 kB]
Get: 9 http://ftp.cz.debian.org/debian/ wheezy/main libsasl2-modules amd64 2.1.25.dfsg1-6+deb7u1 [116 kB]
Get: 10 http://security.debian.org/ wheezy/updates/main libssl-dev amd64 1.0.1e-2+deb7u21 [1759 kB]
Get: 11 http://security.debian.org/ wheezy/updates/main libssl-doc all 1.0.1e-2+deb7u21 [1198 kB]
Fetched 4787 kB in 0s (11.5 MB/s)
Selecting previously unselected package libsasl2-2:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 37515 files and directories currently installed.)
Unpacking libsasl2-2:amd64 (from .../libsasl2-2_2.1.25.dfsg1-6+deb7u1_amd64.deb) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Unpacking libldap-2.4-2:amd64 (from .../libldap-2.4-2_2.4.31-2+deb7u2_amd64.deb) ...
Selecting previously unselected package librtmp0:amd64.
Unpacking librtmp0:amd64 (from .../librtmp0_2.4+20111222.git4e06e21-1_amd64.deb) ...
Selecting previously unselected package libssh2-1:amd64.
Unpacking libssh2-1:amd64 (from .../libssh2-1_1.4.2-1.1+deb7u2_amd64.deb) ...
Selecting previously unselected package libcurl3:amd64.
Unpacking libcurl3:amd64 (from .../libcurl3_7.26.0-1+wheezy14_amd64.deb) ...
Selecting previously unselected package libc-ares2:amd64.
Unpacking libc-ares2:amd64 (from .../libc-ares2_1.9.1-3_amd64.deb) ...
Selecting previously unselected package libcanl-c2.
Unpacking libcanl-c2 (from .../libcanl-c2_2.1.6-1_amd64.deb) ...
Selecting previously unselected package zlib1g-dev:amd64.
Unpacking zlib1g-dev:amd64 (from .../zlib1g-dev_1%3a1.2.7.dfsg-13_amd64.deb) ...
Selecting previously unselected package libssl-dev.
Unpacking libssl-dev (from .../libssl-dev_1.0.1e-2+deb7u21_amd64.deb) ...
Selecting previously unselected package libgridsite2.
Unpacking libgridsite2 (from .../libgridsite2_2.3.2-1_amd64.deb) ...
Selecting previously unselected package libgsoap2.
Unpacking libgsoap2 (from .../libgsoap2_2.8.7-2_amd64.deb) ...
Selecting previously unselected package gridsite.
Unpacking gridsite (from .../gridsite_2.3.2-1_amd64.deb) ...
Selecting previously unselected package gridsite-commands.
Unpacking gridsite-commands (from .../gridsite-commands_2.3.2-1_amd64.deb) ...
Selecting previously unselected package gridsite-service-clients.
Unpacking gridsite-service-clients (from .../gridsite-service-clients_2.3.2-1_amd64.deb) ...
Selecting previously unselected package libgridsite-dev.
Unpacking libgridsite-dev (from .../libgridsite-dev_2.3.2-1_amd64.deb) ...
Selecting previously unselected package libsasl2-modules:amd64.
Unpacking libsasl2-modules:amd64 (from .../libsasl2-modules_2.1.25.dfsg1-6+deb7u1_amd64.deb) ...
Selecting previously unselected package libssl-doc.
Unpacking libssl-doc (from .../libssl-doc_1.0.1e-2+deb7u21_all.deb) ...
Processing triggers for man-db ...
Setting up libsasl2-2:amd64 (2.1.25.dfsg1-6+deb7u1) ...
Setting up libldap-2.4-2:amd64 (2.4.31-2+deb7u2) ...
Setting up librtmp0:amd64 (2.4+20111222.git4e06e21-1) ...
Setting up libssh2-1:amd64 (1.4.2-1.1+deb7u2) ...
Setting up libcurl3:amd64 (7.26.0-1+wheezy14) ...
Setting up libc-ares2:amd64 (1.9.1-3) ...
Setting up libcanl-c2 (2.1.6-1) ...
Setting up zlib1g-dev:amd64 (1:1.2.7.dfsg-13) ...
Setting up libssl-dev (1.0.1e-2+deb7u21) ...
Setting up libgridsite2 (2.3.2-1) ...
Setting up libgsoap2 (2.8.7-2) ...
Setting up gridsite (2.3.2-1) ...
Setting up gridsite-commands (2.3.2-1) ...
Setting up gridsite-service-clients (2.3.2-1) ...
Setting up libgridsite-dev (2.3.2-1) ...
Setting up libsasl2-modules:amd64 (2.1.25.dfsg1-6+deb7u1) ...
Setting up libssl-doc (1.0.1e-2+deb7u21) ...
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
Reading task descriptions...

Tests

TestPlan https://twiki.cern.ch/twiki/bin/view/EGEE/GridSiteTestPlan
Tests https://github.com/CESNET/glite-testsuites/tree/master/gridsite/tests/
Certificate file: none 
gLite user:       glite 
Terminal width:   80 
Output format:    -x 
Reading package lists...
Building dependency tree...
Reading state information...
ca-certificates is already the newest version.
net-tools is already the newest version.
netcat-traditional is already the newest version.
wget is already the newest version.
The following extra packages will be installed:
  apache2-mpm-worker apache2-utils apache2.2-bin apache2.2-common autopoint
  bzip2 diffstat gettext git git-man hardening-includes intltool-debian
  libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libapt-pkg-perl
  libarchive-zip-perl libclass-accessor-perl libclone-perl libcroco3
  libcurl3-gnutls libdigest-hmac-perl libdpkg-perl libemail-valid-perl
  libencode-locale-perl liberror-perl libfile-fcntllock-perl
  libfile-listing-perl libfont-afm-perl libgettextpo0 libhtml-form-perl
  libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
  libhtml-template-perl libhtml-tree-perl libhttp-cookies-perl
  libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
  libhttp-negotiate-perl libio-pty-perl libio-socket-ip-perl
  libio-socket-ssl-perl libio-string-perl libipc-run-perl
  liblwp-mediatypes-perl liblwp-protocol-https-perl libmailtools-perl
  libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
  libnet-ssleay-perl libparse-debianchangelog-perl libsocket-perl
  libsub-name-perl libtimedate-perl libunistring0 liburi-perl libvomsapi1
  libwww-perl libwww-robotrules-perl libxml-namespacesupport-perl
  libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
  libxml-sax-perl libxml-simple-perl patchutils rsync ssl-cert
Suggested packages:
  www-browser apache2-doc apache2-suexec apache2-suexec-custom bzip2-doc
  gettext-doc git-daemon-run git-daemon-sysvinit git-doc git-el git-arch
  git-cvs git-svn git-email git-gui gitk gitweb debian-keyring
  libdata-dump-perl libipc-sharedcache-perl libcrypt-ssleay-perl
  libio-socket-inet6-perl libauthen-ntlm-perl binutils-multiarch dpkg-dev
  libperlio-gzip-perl libtext-template-perl openssl-blacklist
The following NEW packages will be installed:
  apache2 apache2-mpm-worker apache2-utils apache2.2-bin apache2.2-common
  autopoint bzip2 curl diffstat gettext git git-man hardening-includes
  intltool-debian libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap
  libapt-pkg-perl libarchive-zip-perl libclass-accessor-perl libclone-perl
  libcroco3 libcurl3-gnutls libdigest-hmac-perl libdpkg-perl
  libemail-valid-perl libencode-locale-perl liberror-perl
  libfile-fcntllock-perl libfile-listing-perl libfont-afm-perl libgettextpo0
  libhtml-form-perl libhtml-format-perl libhtml-parser-perl
  libhtml-tagset-perl libhtml-template-perl libhtml-tree-perl
  libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
  libhttp-message-perl libhttp-negotiate-perl libio-pty-perl
  libio-socket-ip-perl libio-socket-ssl-perl libio-string-perl libipc-run-perl
  liblwp-mediatypes-perl liblwp-protocol-https-perl libmailtools-perl
  libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
  libnet-ssleay-perl libparse-debianchangelog-perl libsocket-perl
  libsub-name-perl libtimedate-perl libunistring0 liburi-perl libvomsapi1
  libwww-perl libwww-robotrules-perl libxml-namespacesupport-perl
  libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
  libxml-sax-perl libxml-simple-perl lintian lsof patchutils psmisc rsync
  ssl-cert sudo voms-clients
0 upgraded, 80 newly installed, 0 to remove and 0 not upgraded.
Need to get 20.1 MB of archives.
After this operation, 48.1 MB of additional disk space will be used.
Get:1 http://security.debian.org/ wheezy/updates/main libcurl3-gnutls amd64 7.26.0-1+wheezy14 [323 kB]
Get:2 http://ftp.cz.debian.org/debian/ wheezy/main libcroco3 amd64 0.6.6-2 [134 kB]
Get:3 http://ftp.cz.debian.org/debian/ wheezy/main libtimedate-perl all 1.2000-1 [41.2 kB]
Get:4 http://ftp.cz.debian.org/debian/ wheezy/main libmailtools-perl all 2.09-1 [97.6 kB]
Get:5 http://ftp.cz.debian.org/debian/ wheezy/main libdigest-hmac-perl all 1.03+dfsg-1 [12.3 kB]
Get:6 http://ftp.cz.debian.org/debian/ wheezy/main libnet-ip-perl all 1.25-3 [29.5 kB]
Get:7 http://ftp.cz.debian.org/debian/ wheezy/main libnet-dns-perl amd64 0.66-2+b2 [298 kB]
Get:8 http://ftp.cz.debian.org/debian/ wheezy/main libnet-domain-tld-perl all 1.69-1 [11.4 kB]
Get:9 http://ftp.cz.debian.org/debian/ wheezy/main libemail-valid-perl all 0.190-1 [20.9 kB]
Get:10 http://ftp.cz.debian.org/debian/ wheezy/main libunistring0 amd64 0.9.3-5 [434 kB]
Get:11 http://security.debian.org/ wheezy/updates/main apache2.2-bin amd64 2.2.22-13+deb7u7 [793 kB]
Get:12 http://ftp.cz.debian.org/debian/ wheezy/main libgettextpo0 amd64 0.18.1.1-9 [145 kB]
Get:13 http://ftp.cz.debian.org/debian/ wheezy/main bzip2 amd64 1.0.6-4 [50.1 kB]
Get:14 http://ftp.cz.debian.org/debian/ wheezy/main lsof amd64 4.86+dfsg-1 [316 kB]
Get:15 http://ftp.cz.debian.org/debian/ wheezy/main libapr1 amd64 1.4.6-3+deb7u1 [106 kB]
Get:16 http://ftp.cz.debian.org/debian/ wheezy/main libaprutil1 amd64 1.4.1-3 [89.8 kB]
Get:17 http://ftp.cz.debian.org/debian/ wheezy/main libaprutil1-dbd-sqlite3 amd64 1.4.1-3 [19.0 kB]
Get:18 http://ftp.cz.debian.org/debian/ wheezy/main libaprutil1-ldap amd64 1.4.1-3 [16.6 kB]
Get:19 http://ftp.cz.debian.org/debian/ wheezy/main liberror-perl all 0.17-1 [23.6 kB]
Get:20 http://ftp.cz.debian.org/debian/ wheezy/main git-man all 1:1.7.10.4-1+wheezy3 [1075 kB]
Get:21 http://security.debian.org/ wheezy/updates/main apache2-utils amd64 2.2.22-13+deb7u7 [163 kB]
Get:22 http://security.debian.org/ wheezy/updates/main apache2.2-common amd64 2.2.22-13+deb7u7 [293 kB]
Get:23 http://ftp.cz.debian.org/debian/ wheezy/main git amd64 1:1.7.10.4-1+wheezy3 [6688 kB]
Get:24 http://security.debian.org/ wheezy/updates/main apache2-mpm-worker amd64 2.2.22-13+deb7u7 [2252 B]
Get:25 http://security.debian.org/ wheezy/updates/main apache2 amd64 2.2.22-13+deb7u7 [1434 B]
Get:26 http://security.debian.org/ wheezy/updates/main curl amd64 7.26.0-1+wheezy14 [271 kB]
Get:27 http://ftp.cz.debian.org/debian/ wheezy/main autopoint all 0.18.1.1-9 [629 kB]
Get:28 http://ftp.cz.debian.org/debian/ wheezy/main diffstat amd64 1.55-3 [30.0 kB]
Get:29 http://ftp.cz.debian.org/debian/ wheezy/main gettext amd64 0.18.1.1-9 [1975 kB]
Get:30 http://ftp.cz.debian.org/debian/ wheezy/main hardening-includes all 2.2 [17.6 kB]
Get:31 http://ftp.cz.debian.org/debian/ wheezy/main intltool-debian all 0.35.0+20060710.1 [30.8 kB]
Get:32 http://ftp.cz.debian.org/debian/ wheezy/main libapt-pkg-perl amd64 0.1.26+b1 [84.7 kB]
Get:33 http://ftp.cz.debian.org/debian/ wheezy/main libarchive-zip-perl all 1.30-6 [97.6 kB]
Get:34 http://ftp.cz.debian.org/debian/ wheezy/main libsub-name-perl amd64 0.05-1+b2 [10.2 kB]
Get:35 http://ftp.cz.debian.org/debian/ wheezy/main libclass-accessor-perl all 0.34-1 [25.9 kB]
Get:36 http://ftp.cz.debian.org/debian/ wheezy/main libclone-perl amd64 0.31-1+b2 [13.3 kB]
Get:37 http://ftp.cz.debian.org/debian/ wheezy/main libdpkg-perl all 1.16.18 [966 kB]
Get:38 http://ftp.cz.debian.org/debian/ wheezy/main libencode-locale-perl all 1.03-1 [13.6 kB]
Get:39 http://ftp.cz.debian.org/debian/ wheezy/main libfile-fcntllock-perl amd64 0.14-2 [17.2 kB]
Get:40 http://ftp.cz.debian.org/debian/ wheezy/main libhttp-date-perl all 6.02-1 [10.7 kB]
Get:41 http://ftp.cz.debian.org/debian/ wheezy/main libfile-listing-perl all 6.04-1 [10.3 kB]
Get:42 http://ftp.cz.debian.org/debian/ wheezy/main libfont-afm-perl all 1.20-1 [14.4 kB]
Get:43 http://ftp.cz.debian.org/debian/ wheezy/main liburi-perl all 1.60-1 [100 kB]
Get:44 http://ftp.cz.debian.org/debian/ wheezy/main libhtml-tagset-perl all 3.20-2 [13.5 kB]
Get:45 http://ftp.cz.debian.org/debian/ wheezy/main libhtml-parser-perl amd64 3.69-2 [114 kB]
Get:46 http://ftp.cz.debian.org/debian/ wheezy/main liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
Get:47 http://ftp.cz.debian.org/debian/ wheezy/main libhttp-message-perl all 6.03-1 [78.5 kB]
Get:48 http://ftp.cz.debian.org/debian/ wheezy/main libhtml-form-perl all 6.03-1 [23.9 kB]
Get:49 http://ftp.cz.debian.org/debian/ wheezy/main libhtml-tree-perl all 5.02-1 [225 kB]
Get:50 http://ftp.cz.debian.org/debian/ wheezy/main libhtml-format-perl all 2.10-1 [42.1 kB]
Get:51 http://ftp.cz.debian.org/debian/ wheezy/main libhtml-template-perl all 2.91-1 [72.0 kB]
Get:52 http://ftp.cz.debian.org/debian/ wheezy/main libhttp-cookies-perl all 6.00-2 [23.5 kB]
Get:53 http://ftp.cz.debian.org/debian/ wheezy/main libhttp-daemon-perl all 6.01-1 [17.3 kB]
Get:54 http://ftp.cz.debian.org/debian/ wheezy/main libhttp-negotiate-perl all 6.00-2 [13.6 kB]
Get:55 http://ftp.cz.debian.org/debian/ wheezy/main libio-pty-perl amd64 1:1.08-1+b2 [40.0 kB]
Get:56 http://ftp.cz.debian.org/debian/ wheezy/main libsocket-perl amd64 2.002-1 [40.0 kB]
Get:57 http://ftp.cz.debian.org/debian/ wheezy/main libio-socket-ip-perl all 0.16-2 [23.6 kB]
Get:58 http://ftp.cz.debian.org/debian/ wheezy/main libnet-ssleay-perl amd64 1.48-1+b1 [335 kB]
Get:59 http://ftp.cz.debian.org/debian/ wheezy/main libio-socket-ssl-perl all 1.76-2 [68.0 kB]
Get:60 http://ftp.cz.debian.org/debian/ wheezy/main libio-string-perl all 1.08-2 [12.0 kB]
Get:61 http://ftp.cz.debian.org/debian/ wheezy/main libipc-run-perl all 0.92-1 [110 kB]
Get:62 http://ftp.cz.debian.org/debian/ wheezy/main libnet-http-perl all 6.03-2 [24.3 kB]
Get:63 http://ftp.cz.debian.org/debian/ wheezy/main libwww-robotrules-perl all 6.01-1 [14.3 kB]
Get:64 http://ftp.cz.debian.org/debian/ wheezy/main libwww-perl all 6.04-1 [203 kB]
Get:65 http://ftp.cz.debian.org/debian/ wheezy/main liblwp-protocol-https-perl all 6.03-1 [7580 B]
Get:66 http://ftp.cz.debian.org/debian/ wheezy/main libparse-debianchangelog-perl all 1.2.0-1 [62.3 kB]
Get:67 http://ftp.cz.debian.org/debian/ wheezy/main libvomsapi1 amd64 2.0.8-1 [180 kB]
Get:68 http://ftp.cz.debian.org/debian/ wheezy/main libxml-namespacesupport-perl all 1.09-3 [15.3 kB]
Get:69 http://ftp.cz.debian.org/debian/ wheezy/main libxml-parser-perl amd64 2.41-1+b1 [278 kB]
Get:70 http://ftp.cz.debian.org/debian/ wheezy/main libxml-sax-base-perl all 1.07-1 [23.1 kB]
Get:71 http://ftp.cz.debian.org/debian/ wheezy/main libxml-sax-perl all 0.99+dfsg-2 [68.3 kB]
Get:72 http://ftp.cz.debian.org/debian/ wheezy/main libxml-sax-expat-perl all 0.40-2 [12.9 kB]
Get:73 http://ftp.cz.debian.org/debian/ wheezy/main libxml-simple-perl all 2.20-1 [74.7 kB]
Get:74 http://ftp.cz.debian.org/debian/ wheezy/main patchutils amd64 0.3.2-1.1 [110 kB]
Get:75 http://ftp.cz.debian.org/debian/ wheezy/main lintian all 2.5.10.4 [709 kB]
Get:76 http://ftp.cz.debian.org/debian/ wheezy/main psmisc amd64 22.19-1+deb7u1 [135 kB]
Get:77 http://ftp.cz.debian.org/debian/ wheezy/main rsync amd64 3.0.9-4 [369 kB]
Get:78 http://ftp.cz.debian.org/debian/ wheezy/main ssl-cert all 1.0.32+deb7u1 [19.6 kB]
Get:79 http://ftp.cz.debian.org/debian/ wheezy/main sudo amd64 1.8.5p2-1+nmu3+deb7u1 [851 kB]
Get:80 http://ftp.cz.debian.org/debian/ wheezy/main voms-clients amd64 2.0.8-1 [191 kB]
Preconfiguring packages ...
Fetched 20.1 MB in 1s (14.4 MB/s)
Selecting previously unselected package libcroco3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 39171 files and directories currently installed.)
Unpacking libcroco3:amd64 (from .../libcroco3_0.6.6-2_amd64.deb) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Unpacking libcurl3-gnutls:amd64 (from .../libcurl3-gnutls_7.26.0-1+wheezy14_amd64.deb) ...
Selecting previously unselected package libtimedate-perl.
Unpacking libtimedate-perl (from .../libtimedate-perl_1.2000-1_all.deb) ...
Selecting previously unselected package libmailtools-perl.
Unpacking libmailtools-perl (from .../libmailtools-perl_2.09-1_all.deb) ...
Selecting previously unselected package libdigest-hmac-perl.
Unpacking libdigest-hmac-perl (from .../libdigest-hmac-perl_1.03+dfsg-1_all.deb) ...
Selecting previously unselected package libnet-ip-perl.
Unpacking libnet-ip-perl (from .../libnet-ip-perl_1.25-3_all.deb) ...
Selecting previously unselected package libnet-dns-perl.
Unpacking libnet-dns-perl (from .../libnet-dns-perl_0.66-2+b2_amd64.deb) ...
Selecting previously unselected package libnet-domain-tld-perl.
Unpacking libnet-domain-tld-perl (from .../libnet-domain-tld-perl_1.69-1_all.deb) ...
Selecting previously unselected package libemail-valid-perl.
Unpacking libemail-valid-perl (from .../libemail-valid-perl_0.190-1_all.deb) ...
Selecting previously unselected package libunistring0:amd64.
Unpacking libunistring0:amd64 (from .../libunistring0_0.9.3-5_amd64.deb) ...
Selecting previously unselected package libgettextpo0:amd64.
Unpacking libgettextpo0:amd64 (from .../libgettextpo0_0.18.1.1-9_amd64.deb) ...
Selecting previously unselected package bzip2.
Unpacking bzip2 (from .../bzip2_1.0.6-4_amd64.deb) ...
Selecting previously unselected package lsof.
Unpacking lsof (from .../lsof_4.86+dfsg-1_amd64.deb) ...
Selecting previously unselected package libapr1.
Unpacking libapr1 (from .../libapr1_1.4.6-3+deb7u1_amd64.deb) ...
Selecting previously unselected package libaprutil1.
Unpacking libaprutil1 (from .../libaprutil1_1.4.1-3_amd64.deb) ...
Selecting previously unselected package libaprutil1-dbd-sqlite3.
Unpacking libaprutil1-dbd-sqlite3 (from .../libaprutil1-dbd-sqlite3_1.4.1-3_amd64.deb) ...
Selecting previously unselected package libaprutil1-ldap.
Unpacking libaprutil1-ldap (from .../libaprutil1-ldap_1.4.1-3_amd64.deb) ...
Selecting previously unselected package apache2.2-bin.
Unpacking apache2.2-bin (from .../apache2.2-bin_2.2.22-13+deb7u7_amd64.deb) ...
Selecting previously unselected package apache2-utils.
Unpacking apache2-utils (from .../apache2-utils_2.2.22-13+deb7u7_amd64.deb) ...
Selecting previously unselected package apache2.2-common.
Unpacking apache2.2-common (from .../apache2.2-common_2.2.22-13+deb7u7_amd64.deb) ...
Selecting previously unselected package apache2-mpm-worker.
Unpacking apache2-mpm-worker (from .../apache2-mpm-worker_2.2.22-13+deb7u7_amd64.deb) ...
Selecting previously unselected package apache2.
Unpacking apache2 (from .../apache2_2.2.22-13+deb7u7_amd64.deb) ...
Selecting previously unselected package liberror-perl.
Unpacking liberror-perl (from .../liberror-perl_0.17-1_all.deb) ...
Selecting previously unselected package git-man.
Unpacking git-man (from .../git-man_1%3a1.7.10.4-1+wheezy3_all.deb) ...
Selecting previously unselected package git.
Unpacking git (from .../git_1%3a1.7.10.4-1+wheezy3_amd64.deb) ...
Selecting previously unselected package autopoint.
Unpacking autopoint (from .../autopoint_0.18.1.1-9_all.deb) ...
Selecting previously unselected package curl.
Unpacking curl (from .../curl_7.26.0-1+wheezy14_amd64.deb) ...
Selecting previously unselected package diffstat.
Unpacking diffstat (from .../diffstat_1.55-3_amd64.deb) ...
Selecting previously unselected package gettext.
Unpacking gettext (from .../gettext_0.18.1.1-9_amd64.deb) ...
Selecting previously unselected package hardening-includes.
Unpacking hardening-includes (from .../hardening-includes_2.2_all.deb) ...
Selecting previously unselected package intltool-debian.
Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ...
Selecting previously unselected package libapt-pkg-perl.
Unpacking libapt-pkg-perl (from .../libapt-pkg-perl_0.1.26+b1_amd64.deb) ...
Selecting previously unselected package libarchive-zip-perl.
Unpacking libarchive-zip-perl (from .../libarchive-zip-perl_1.30-6_all.deb) ...
Selecting previously unselected package libsub-name-perl.
Unpacking libsub-name-perl (from .../libsub-name-perl_0.05-1+b2_amd64.deb) ...
Selecting previously unselected package libclass-accessor-perl.
Unpacking libclass-accessor-perl (from .../libclass-accessor-perl_0.34-1_all.deb) ...
Selecting previously unselected package libclone-perl.
Unpacking libclone-perl (from .../libclone-perl_0.31-1+b2_amd64.deb) ...
Selecting previously unselected package libdpkg-perl.
Unpacking libdpkg-perl (from .../libdpkg-perl_1.16.18_all.deb) ...
Selecting previously unselected package libencode-locale-perl.
Unpacking libencode-locale-perl (from .../libencode-locale-perl_1.03-1_all.deb) ...
Selecting previously unselected package libfile-fcntllock-perl.
Unpacking libfile-fcntllock-perl (from .../libfile-fcntllock-perl_0.14-2_amd64.deb) ...
Selecting previously unselected package libhttp-date-perl.
Unpacking libhttp-date-perl (from .../libhttp-date-perl_6.02-1_all.deb) ...
Selecting previously unselected package libfile-listing-perl.
Unpacking libfile-listing-perl (from .../libfile-listing-perl_6.04-1_all.deb) ...
Selecting previously unselected package libfont-afm-perl.
Unpacking libfont-afm-perl (from .../libfont-afm-perl_1.20-1_all.deb) ...
Selecting previously unselected package liburi-perl.
Unpacking liburi-perl (from .../liburi-perl_1.60-1_all.deb) ...
Selecting previously unselected package libhtml-tagset-perl.
Unpacking libhtml-tagset-perl (from .../libhtml-tagset-perl_3.20-2_all.deb) ...
Selecting previously unselected package libhtml-parser-perl.
Unpacking libhtml-parser-perl (from .../libhtml-parser-perl_3.69-2_amd64.deb) ...
Selecting previously unselected package liblwp-mediatypes-perl.
Unpacking liblwp-mediatypes-perl (from .../liblwp-mediatypes-perl_6.02-1_all.deb) ...
Selecting previously unselected package libhttp-message-perl.
Unpacking libhttp-message-perl (from .../libhttp-message-perl_6.03-1_all.deb) ...
Selecting previously unselected package libhtml-form-perl.
Unpacking libhtml-form-perl (from .../libhtml-form-perl_6.03-1_all.deb) ...
Selecting previously unselected package libhtml-tree-perl.
Unpacking libhtml-tree-perl (from .../libhtml-tree-perl_5.02-1_all.deb) ...
Selecting previously unselected package libhtml-format-perl.
Unpacking libhtml-format-perl (from .../libhtml-format-perl_2.10-1_all.deb) ...
Selecting previously unselected package libhtml-template-perl.
Unpacking libhtml-template-perl (from .../libhtml-template-perl_2.91-1_all.deb) ...
Selecting previously unselected package libhttp-cookies-perl.
Unpacking libhttp-cookies-perl (from .../libhttp-cookies-perl_6.00-2_all.deb) ...
Selecting previously unselected package libhttp-daemon-perl.
Unpacking libhttp-daemon-perl (from .../libhttp-daemon-perl_6.01-1_all.deb) ...
Selecting previously unselected package libhttp-negotiate-perl.
Unpacking libhttp-negotiate-perl (from .../libhttp-negotiate-perl_6.00-2_all.deb) ...
Selecting previously unselected package libio-pty-perl.
Unpacking libio-pty-perl (from .../libio-pty-perl_1%3a1.08-1+b2_amd64.deb) ...
Selecting previously unselected package libsocket-perl.
Unpacking libsocket-perl (from .../libsocket-perl_2.002-1_amd64.deb) ...
Selecting previously unselected package libio-socket-ip-perl.
Unpacking libio-socket-ip-perl (from .../libio-socket-ip-perl_0.16-2_all.deb) ...
Selecting previously unselected package libnet-ssleay-perl.
Unpacking libnet-ssleay-perl (from .../libnet-ssleay-perl_1.48-1+b1_amd64.deb) ...
Selecting previously unselected package libio-socket-ssl-perl.
Unpacking libio-socket-ssl-perl (from .../libio-socket-ssl-perl_1.76-2_all.deb) ...
Selecting previously unselected package libio-string-perl.
Unpacking libio-string-perl (from .../libio-string-perl_1.08-2_all.deb) ...
Selecting previously unselected package libipc-run-perl.
Unpacking libipc-run-perl (from .../libipc-run-perl_0.92-1_all.deb) ...
Selecting previously unselected package libnet-http-perl.
Unpacking libnet-http-perl (from .../libnet-http-perl_6.03-2_all.deb) ...
Selecting previously unselected package libwww-robotrules-perl.
Unpacking libwww-robotrules-perl (from .../libwww-robotrules-perl_6.01-1_all.deb) ...
Selecting previously unselected package libwww-perl.
Unpacking libwww-perl (from .../libwww-perl_6.04-1_all.deb) ...
Selecting previously unselected package liblwp-protocol-https-perl.
Unpacking liblwp-protocol-https-perl (from .../liblwp-protocol-https-perl_6.03-1_all.deb) ...
Selecting previously unselected package libparse-debianchangelog-perl.
Unpacking libparse-debianchangelog-perl (from .../libparse-debianchangelog-perl_1.2.0-1_all.deb) ...
Selecting previously unselected package libvomsapi1.
Unpacking libvomsapi1 (from .../libvomsapi1_2.0.8-1_amd64.deb) ...
Selecting previously unselected package libxml-namespacesupport-perl.
Unpacking libxml-namespacesupport-perl (from .../libxml-namespacesupport-perl_1.09-3_all.deb) ...
Selecting previously unselected package libxml-parser-perl.
Unpacking libxml-parser-perl (from .../libxml-parser-perl_2.41-1+b1_amd64.deb) ...
Selecting previously unselected package libxml-sax-base-perl.
Unpacking libxml-sax-base-perl (from .../libxml-sax-base-perl_1.07-1_all.deb) ...
Selecting previously unselected package libxml-sax-perl.
Unpacking libxml-sax-perl (from .../libxml-sax-perl_0.99+dfsg-2_all.deb) ...
Selecting previously unselected package libxml-sax-expat-perl.
Unpacking libxml-sax-expat-perl (from .../libxml-sax-expat-perl_0.40-2_all.deb) ...
Selecting previously unselected package libxml-simple-perl.
Unpacking libxml-simple-perl (from .../libxml-simple-perl_2.20-1_all.deb) ...
Selecting previously unselected package patchutils.
Unpacking patchutils (from .../patchutils_0.3.2-1.1_amd64.deb) ...
Selecting previously unselected package lintian.
Unpacking lintian (from .../lintian_2.5.10.4_all.deb) ...
Selecting previously unselected package psmisc.
Unpacking psmisc (from .../psmisc_22.19-1+deb7u1_amd64.deb) ...
Selecting previously unselected package rsync.
Unpacking rsync (from .../rsync_3.0.9-4_amd64.deb) ...
Selecting previously unselected package ssl-cert.
Unpacking ssl-cert (from .../ssl-cert_1.0.32+deb7u1_all.deb) ...
Selecting previously unselected package sudo.
Unpacking sudo (from .../sudo_1.8.5p2-1+nmu3+deb7u1_amd64.deb) ...
Selecting previously unselected package voms-clients.
Unpacking voms-clients (from .../voms-clients_2.0.8-1_amd64.deb) ...
Processing triggers for man-db ...
Processing triggers for install-info ...
Processing triggers for menu ...
Setting up libcroco3:amd64 (0.6.6-2) ...
Setting up libcurl3-gnutls:amd64 (7.26.0-1+wheezy14) ...
Setting up libtimedate-perl (1.2000-1) ...
Setting up libmailtools-perl (2.09-1) ...
Setting up libdigest-hmac-perl (1.03+dfsg-1) ...
Setting up libnet-ip-perl (1.25-3) ...
Setting up libnet-dns-perl (0.66-2+b2) ...
Setting up libnet-domain-tld-perl (1.69-1) ...
Setting up libemail-valid-perl (0.190-1) ...
Setting up libunistring0:amd64 (0.9.3-5) ...
Setting up libgettextpo0:amd64 (0.18.1.1-9) ...
Setting up bzip2 (1.0.6-4) ...
Setting up lsof (4.86+dfsg-1) ...
Setting up libapr1 (1.4.6-3+deb7u1) ...
Setting up libaprutil1 (1.4.1-3) ...
Setting up libaprutil1-dbd-sqlite3 (1.4.1-3) ...
Setting up libaprutil1-ldap (1.4.1-3) ...
Setting up apache2.2-bin (2.2.22-13+deb7u7) ...
Setting up apache2-utils (2.2.22-13+deb7u7) ...
Setting up apache2.2-common (2.2.22-13+deb7u7) ...
Enabling site default.
Enabling module alias.
Enabling module autoindex.
Enabling module dir.
Enabling module env.
Enabling module mime.
Enabling module negotiation.
Enabling module setenvif.
Enabling module status.
Enabling module auth_basic.
Enabling module deflate.
Enabling module authz_default.
Enabling module authz_user.
Enabling module authz_groupfile.
Enabling module authn_file.
Enabling module authz_host.
Enabling module reqtimeout.
Setting up apache2-mpm-worker (2.2.22-13+deb7u7) ...
[....] Starting web server: apache2[?25l7[ ok 8[?12l[?25h.
Setting up apache2 (2.2.22-13+deb7u7) ...
Setting up liberror-perl (0.17-1) ...
Setting up git-man (1:1.7.10.4-1+wheezy3) ...
Setting up git (1:1.7.10.4-1+wheezy3) ...
Setting up autopoint (0.18.1.1-9) ...
Setting up curl (7.26.0-1+wheezy14) ...
Setting up diffstat (1.55-3) ...
Setting up gettext (0.18.1.1-9) ...
Setting up hardening-includes (2.2) ...
Setting up intltool-debian (0.35.0+20060710.1) ...
Setting up libapt-pkg-perl (0.1.26+b1) ...
Setting up libarchive-zip-perl (1.30-6) ...
Setting up libsub-name-perl (0.05-1+b2) ...
Setting up libclass-accessor-perl (0.34-1) ...
Setting up libclone-perl (0.31-1+b2) ...
Setting up libdpkg-perl (1.16.18) ...
Setting up libencode-locale-perl (1.03-1) ...
Setting up libfile-fcntllock-perl (0.14-2) ...
Setting up libhttp-date-perl (6.02-1) ...
Setting up libfile-listing-perl (6.04-1) ...
Setting up libfont-afm-perl (1.20-1) ...
Setting up liburi-perl (1.60-1) ...
Setting up libhtml-tagset-perl (3.20-2) ...
Setting up libhtml-parser-perl (3.69-2) ...
Setting up liblwp-mediatypes-perl (6.02-1) ...
Setting up libhttp-message-perl (6.03-1) ...
Setting up libhtml-form-perl (6.03-1) ...
Setting up libhtml-tree-perl (5.02-1) ...
Setting up libhtml-format-perl (2.10-1) ...
Setting up libhtml-template-perl (2.91-1) ...
Setting up libhttp-cookies-perl (6.00-2) ...
Setting up libhttp-daemon-perl (6.01-1) ...
Setting up libhttp-negotiate-perl (6.00-2) ...
Setting up libio-pty-perl (1:1.08-1+b2) ...
Setting up libsocket-perl (2.002-1) ...
Setting up libio-socket-ip-perl (0.16-2) ...
Setting up libnet-ssleay-perl (1.48-1+b1) ...
Setting up libio-socket-ssl-perl (1.76-2) ...
Setting up libio-string-perl (1.08-2) ...
Setting up libipc-run-perl (0.92-1) ...
Setting up libnet-http-perl (6.03-2) ...
Setting up libwww-robotrules-perl (6.01-1) ...
Setting up libparse-debianchangelog-perl (1.2.0-1) ...
Setting up libvomsapi1 (2.0.8-1) ...
Setting up libxml-namespacesupport-perl (1.09-3) ...
Setting up libxml-sax-base-perl (1.07-1) ...
Setting up libxml-sax-perl (0.99+dfsg-2) ...
update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...

Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
Setting up patchutils (0.3.2-1.1) ...
Setting up lintian (2.5.10.4) ...
Setting up psmisc (22.19-1+deb7u1) ...
Setting up rsync (3.0.9-4) ...
update-rc.d: using dependency based boot sequencing
Setting up ssl-cert (1.0.32+deb7u1) ...
Setting up sudo (1.8.5p2-1+nmu3+deb7u1) ...
Setting up voms-clients (2.0.8-1) ...
Setting up liblwp-protocol-https-perl (6.03-1) ...
Setting up libwww-perl (6.04-1) ...
Setting up libxml-parser-perl (2.41-1+b1) ...
Setting up libxml-sax-expat-perl (0.40-2) ...
update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
Setting up libxml-simple-perl (2.20-1) ...
Processing triggers for menu ...
Starting apache2 -f /etc/apache2/gridsite-webserver.conf
`/tmp/test-certs.root/grid-security/certificates/0e2ca11d.0' -> `/etc/grid-security/certificates/0e2ca11d.0'
`/tmp/test-certs.root/grid-security/certificates/0e2ca11d.namespaces' -> `/etc/grid-security/certificates/0e2ca11d.namespaces'
`/tmp/test-certs.root/grid-security/certificates/0e2ca11d.r0' -> `/etc/grid-security/certificates/0e2ca11d.r0'
`/tmp/test-certs.root/grid-security/certificates/0e2ca11d.signing_policy' -> `/etc/grid-security/certificates/0e2ca11d.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/0fbe317b.0' -> `/etc/grid-security/certificates/0fbe317b.0'
`/tmp/test-certs.root/grid-security/certificates/0fbe317b.namespaces' -> `/etc/grid-security/certificates/0fbe317b.namespaces'
`/tmp/test-certs.root/grid-security/certificates/0fbe317b.r0' -> `/etc/grid-security/certificates/0fbe317b.r0'
`/tmp/test-certs.root/grid-security/certificates/0fbe317b.signing_policy' -> `/etc/grid-security/certificates/0fbe317b.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/36395d3c.0' -> `/etc/grid-security/certificates/36395d3c.0'
`/tmp/test-certs.root/grid-security/certificates/36395d3c.namespaces' -> `/etc/grid-security/certificates/36395d3c.namespaces'
`/tmp/test-certs.root/grid-security/certificates/36395d3c.r0' -> `/etc/grid-security/certificates/36395d3c.r0'
`/tmp/test-certs.root/grid-security/certificates/36395d3c.signing_policy' -> `/etc/grid-security/certificates/36395d3c.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/41a90451.0' -> `/etc/grid-security/certificates/41a90451.0'
`/tmp/test-certs.root/grid-security/certificates/41a90451.namespaces' -> `/etc/grid-security/certificates/41a90451.namespaces'
`/tmp/test-certs.root/grid-security/certificates/41a90451.r0' -> `/etc/grid-security/certificates/41a90451.r0'
`/tmp/test-certs.root/grid-security/certificates/41a90451.signing_policy' -> `/etc/grid-security/certificates/41a90451.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/7362bbd6.0' -> `/etc/grid-security/certificates/7362bbd6.0'
`/tmp/test-certs.root/grid-security/certificates/7362bbd6.namespaces' -> `/etc/grid-security/certificates/7362bbd6.namespaces'
`/tmp/test-certs.root/grid-security/certificates/7362bbd6.r0' -> `/etc/grid-security/certificates/7362bbd6.r0'
`/tmp/test-certs.root/grid-security/certificates/7362bbd6.signing_policy' -> `/etc/grid-security/certificates/7362bbd6.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/79356fdd.0' -> `/etc/grid-security/certificates/79356fdd.0'
`/tmp/test-certs.root/grid-security/certificates/79356fdd.namespaces' -> `/etc/grid-security/certificates/79356fdd.namespaces'
`/tmp/test-certs.root/grid-security/certificates/79356fdd.r0' -> `/etc/grid-security/certificates/79356fdd.r0'
`/tmp/test-certs.root/grid-security/certificates/79356fdd.signing_policy' -> `/etc/grid-security/certificates/79356fdd.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/9a529ab0.0' -> `/etc/grid-security/certificates/9a529ab0.0'
`/tmp/test-certs.root/grid-security/certificates/9a529ab0.namespaces' -> `/etc/grid-security/certificates/9a529ab0.namespaces'
`/tmp/test-certs.root/grid-security/certificates/9a529ab0.r0' -> `/etc/grid-security/certificates/9a529ab0.r0'
`/tmp/test-certs.root/grid-security/certificates/9a529ab0.signing_policy' -> `/etc/grid-security/certificates/9a529ab0.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/c1d9b6d3.0' -> `/etc/grid-security/certificates/c1d9b6d3.0'
`/tmp/test-certs.root/grid-security/certificates/c1d9b6d3.namespaces' -> `/etc/grid-security/certificates/c1d9b6d3.namespaces'
`/tmp/test-certs.root/grid-security/certificates/c1d9b6d3.r0' -> `/etc/grid-security/certificates/c1d9b6d3.r0'
`/tmp/test-certs.root/grid-security/certificates/c1d9b6d3.signing_policy' -> `/etc/grid-security/certificates/c1d9b6d3.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/ffb9710f.0' -> `/etc/grid-security/certificates/ffb9710f.0'
`/tmp/test-certs.root/grid-security/certificates/ffb9710f.namespaces' -> `/etc/grid-security/certificates/ffb9710f.namespaces'
`/tmp/test-certs.root/grid-security/certificates/ffb9710f.r0' -> `/etc/grid-security/certificates/ffb9710f.r0'
`/tmp/test-certs.root/grid-security/certificates/ffb9710f.signing_policy' -> `/etc/grid-security/certificates/ffb9710f.signing_policy'
Cloning into 'glite-testsuites'...
========================
  REAL TESTS START HERE
========================
Aug 16 14:36:12 myriad13 ping-remote.sh:    start
Testing if all binaries are available   done
Testing ping to Apache server myriad13.zcu.cz   done
Testing Apache server at myriad13.zcu.cz:443   done
Aug 16 14:36:14 myriad13 ping-remote.sh:    end
Aug 16 14:36:14 myriad13 ping-local.sh:    start
Testing if all binaries are available   done
Testing if Apache is running   done
Testing if GridSite is loaded   done
Testing if Apache is listening on port 443   done
Aug 16 14:36:14 myriad13 ping-local.sh:    end
Aug 16 14:36:14 myriad13 gridsite-test-all.sh:    start
Testing if all binaries are available   done
Proxy status:

subject : /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root/CN=37675828 issuer : /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root identity : /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root type : RFC compliant proxy strength : 1024 bits path : /tmp/x509up_u0 timeleft : 11:59:56

READ (Read Permissions) Plain read... Return code 403   done
With gacl... Return code 200   done
Get index (list & read permissions) Plain read... Return code 403   done
With gacl... Return code 200   done
WRITE & DELETE (write permissions) Plain write... Return code 403   done
With gacl... Return code 201   done
Try deletion... Return code 403   done
With gacl... Return code 200   done
Checking attributes passed on to the environment Run test.cgi... Return code 200   done
Check for GRST_* veriables...    done
Test the basic commands (htcp, htls, htmkdir, htmv, htrm) Running GridSite commands with arguments --cert /tmp/test-certs.root/trusted-certs/trusted_client00.cert --key /tmp/test-certs.root/trusted-certs/trusted_client00.priv-clear --capath /etc/grid-security/certificates/ /tmp/test.txt https://myriad13.zcu.cz/
Testing htcp...    done
Checking by htls...    done
Testing htmv...    done
htcp, file 2...    done
Testing htrm...    done
Checking by htls...    done
Checking directory contents with htls...    done
File compare...    done
Test proxy delegation id: 4483621d21dd529e   done
newid: 4483621d21dd529e   done
Test handling of VOMS .lsc files (Regression test for bug #39254 and #82023) Trying with empty vomsdir. GRST_CRED_2 should not be present...    done
Possibly fake VOMS extensions. Regenerating... Your identity: /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root
Creating temporary proxy Done
Contacting emicert-voms.civ.zcu.cz:15000 [/DC=org/DC=terena/DC=tcs/C=CZ/ST=l/L=Plzen 3/O=University of West Bohemia/CN=emicert-voms.civ.zcu.cz] "vo.org" Done
Creating proxy Done

Your proxy is valid until Wed Aug 17 02:36:15 2016
Setting up .lsc file and trying again Generated /etc/grid-security/vomsdir/vo.org/emicert-voms.civ.zcu.cz.lsc
   done
Checking for presence of FQAN...    done
Test listing of VOMS attributes (Regression test for bug #92077) Getting list of Role attributes from voms-proxy-info...    done
Getting list of Role attributes from test.cgi...    done
re-running voms extensions...    done
Getting another set of Role attributes from test.cgi...    done
Comparing attributes... Error: A non-matching set of role attributes has been returned
Test flavours and sonames flavour '' /usr/lib/libgridsite.so    done
flavour '_nossl' /usr/lib/libgridsite_nossl.so    done
flavour '_globus' /usr/lib/libgridsite_globus.so    done
Check interpretable DEFVERSION... Oct 401402, Hex 20302   done
Aug 16 14:36:15 myriad13 gridsite-test-all.sh:    end
Aug 16 14:36:15 myriad13 gridsite-test-session-reuse.sh:    start
Testing if all binaries are available   done
Setting test.cgi...   done
Testing test.cgi...   done
Launching first SSL session...   done
Test for GRST_CRED_AURI_2 ...   done
Launching first SSL session...   done
Test for GRST_CRED_AURI_2 -no_ticket ...   done
Aug 16 14:36:17 myriad13 gridsite-test-session-reuse.sh:    end
Aug 16 14:36:17 myriad13 gridsite-test-putproxy-new.sh:    start
Testing if all binaries are available   done
Test proxy delegation id: 1683d61ee4c0f681   done
new proxy file: /var/www/proxycache/%3A%2FC%3DUG%2FL%3DTropic%2FO%3DUtopia%2FOU%3DRelaxation%2FCN%3Droot/1683d61ee4c0f681/userproxy.pem    done
Aug 16 14:36:17 myriad13 gridsite-test-putproxy-new.sh:    end
Aug 16 14:36:17 myriad13 gridsite-test-packaging.sh:    start
Downloading packages...   skipped
Packages compliance check output: gridsite:

libgridsite-dev:

gridsite:

gridsite-apache:

gridsite-commands:

gridsite-service-clients:

gridsite-services:

libgridsite2:

Aug 16 14:36:20 myriad13 gridsite-test-packaging.sh:    end
Aug 16 14:36:20 myriad13 gridsite-test-build.sh:    start
Build reports available   done
Checking gridsite_2.3.2-1_amd64.build   warning
warning: Tag `DETAILS_AT_TOP' at line 197 of file Doxyfile has become obsolete.
warning: Tag `HTML_ALIGN_MEMBERS' at line 507 of file Doxyfile has become obsolete.
warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 929 of file Doxyfile has become obsolete.
warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 937 of file Doxyfile has become obsolete.
warning: Tag `CGI_NAME' at line 964 of file Doxyfile has become obsolete.
warning: Tag `CGI_URL' at line 970 of file Doxyfile has become obsolete.
warning: Tag `DOC_URL' at line 976 of file Doxyfile has become obsolete.
warning: Tag `DOC_ABSPATH' at line 982 of file Doxyfile has become obsolete.
warning: Tag `BIN_ABSPATH' at line 987 of file Doxyfile has become obsolete.
warning: Tag `EXT_DOC_PATHS' at line 993 of file Doxyfile has become obsolete.
grst_canl_x509.c:1721:8: warning: 'GRSTx509GetVomsCreds' is deprecated (declared at grst_canl_x509.c:1528) [-Wdeprecated-declarations]
grst_gacl.c:678:3: warning: 'GRSTgaclCredNew' is deprecated (declared at grst_gacl.c:137) [-Wdeprecated-declarations]
grst_gacl.c:683:9: warning: 'GRSTgaclCredAddValue' is deprecated (declared at grst_gacl.c:160) [-Wdeprecated-declarations]
grst_gacl.c:1114:18: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:184:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:191:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:198:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:205:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:212:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:112:12: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_xacml.c:96:3: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255) [-Wdeprecated-declarations]
grst_xacml.c:103:3: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255) [-Wdeprecated-declarations]
grst_xacml.c:108:3: warning: 'GRSTgaclCredAddValue' is deprecated (declared at ../interface/gridsite.h:260) [-Wdeprecated-declarations]
grst_http.c:156:3: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' [-Wformat]
grst_asn1.c:171:3: warning: passing argument 1 of 'ASN1_get_object' from incompatible pointer type [enabled by default]
grst_asn1.c:194:14: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'int' [-Wformat]
grst_asn1.c:194:14: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long int' [-Wformat]
grst_asn1.c:286:5: warning: passing argument 2 of 'd2i_ASN1_OBJECT' from incompatible pointer type [enabled by default]
grst_asn1.c:306:5: warning: passing argument 2 of 'd2i_ASN1_BOOLEAN' from incompatible pointer type [enabled by default]
grst_asn1.c:324:5: warning: passing argument 2 of 'd2i_ASN1_OCTET_STRING' from incompatible pointer type [enabled by default]
grst_asn1.c:351:5: warning: passing argument 2 of 'd2i_ASN1_INTEGER' from incompatible pointer type [enabled by default]
grst_asn1.c:388:5: warning: passing argument 2 of 'd2i_ASN1_ENUMERATED' from incompatible pointer type [enabled by default]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 15 has type 'size_t' [-Wformat]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 16 has type 'size_t' [-Wformat]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 18 has type 'size_t' [-Wformat]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 19 has type 'size_t' [-Wformat]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 24 has type 'size_t' [-Wformat]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 25 has type 'size_t' [-Wformat]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 15 has type 'size_t' [-Wformat]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 16 has type 'size_t' [-Wformat]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 18 has type 'size_t' [-Wformat]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 19 has type 'size_t' [-Wformat]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 21 has type 'size_t' [-Wformat]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 22 has type 'size_t' [-Wformat]
grst_htcp.c:210:13: warning: format '%c' expects argument of type 'int', but argument 15 has type 'size_t' [-Wformat]
grst_htcp.c:210:13: warning: format '%c' expects argument of type 'int', but argument 16 has type 'size_t' [-Wformat]
grst_gacl.c:678:3: warning: 'GRSTgaclCredNew' is deprecated (declared at grst_gacl.c:137) [-Wdeprecated-declarations]
grst_gacl.c:683:9: warning: 'GRSTgaclCredAddValue' is deprecated (declared at grst_gacl.c:160) [-Wdeprecated-declarations]
grst_gacl.c:1114:18: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:184:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:191:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:198:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:205:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:212:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:112:12: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_http.c:156:3: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' [-Wformat]
grst_xacml.c:96:3: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255) [-Wdeprecated-declarations]
grst_xacml.c:103:3: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255) [-Wdeprecated-declarations]
grst_xacml.c:108:3: warning: 'GRSTgaclCredAddValue' is deprecated (declared at ../interface/gridsite.h:260) [-Wdeprecated-declarations]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 15 has type 'size_t' [-Wformat]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 16 has type 'size_t' [-Wformat]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 18 has type 'size_t' [-Wformat]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 19 has type 'size_t' [-Wformat]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 24 has type 'size_t' [-Wformat]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 25 has type 'size_t' [-Wformat]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 15 has type 'size_t' [-Wformat]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 16 has type 'size_t' [-Wformat]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 18 has type 'size_t' [-Wformat]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 19 has type 'size_t' [-Wformat]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 21 has type 'size_t' [-Wformat]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 22 has type 'size_t' [-Wformat]
grst_htcp.c:210:13: warning: format '%c' expects argument of type 'int', but argument 15 has type 'size_t' [-Wformat]
grst_htcp.c:210:13: warning: format '%c' expects argument of type 'int', but argument 16 has type 'size_t' [-Wformat]
htcp.c:136:3: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'size_t *' [-Wformat]
htcp.c:1742:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1762:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1809:19: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1823:25: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1829:25: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1967:34: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1976:34: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1473:33: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1101:31: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:601:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:362:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:395:20: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:249:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:283:20: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:310:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:329:16: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:1914:27: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char **' [-Wformat]
canl_mod_gridsite.c:3567:9: warning: too many arguments for format [-Wformat-extra-args]
canl_mod_gridsite.c:3608:12: warning: field width specifier '*' expects argument of type 'int', but argument 4 has type 'size_t' [-Wformat]
canl_mod_gridsite.c:1400:17: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:1477:17: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:1609:14: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:4005:13: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:3991:9: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:3604:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:3612:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:697:17: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:716:17: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:818:17: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:533:13: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:617:13: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_main.c:94:3: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' [-Wformat]
grst_admin_main.c:165:12: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type '__time_t' [-Wformat]
grst_admin_main.c:165:12: warning: format '%X' expects argument of type 'unsigned int', but argument 6 has type '__suseconds_t' [-Wformat]
grst_admin_main.c:165:12: warning: format '%X' expects argument of type 'unsigned int', but argument 7 has type 'size_t' [-Wformat]
grst_admin_main.c:240:10: warning: use of assignment suppression and length modifier together in gnu_scanf format [-Wformat]
grst_admin_main.c:240:10: warning: use of assignment suppression and length modifier together in gnu_scanf format [-Wformat]
grst_admin_main.c:164:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:969:10: warning: format '%d' expects argument of type 'int', but argument 2 has type '__off_t' [-Wformat]
grst_admin_file.c:1040:16: warning: format '%X' expects argument of type 'unsigned int *', but argument 3 has type 'time_t *' [-Wformat]
grst_admin_file.c:1043:16: warning: format '%X' expects argument of type 'unsigned int *', but argument 3 has type 'size_t *' [-Wformat]
grst_admin_file.c:1683:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:1622:16: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:1623:16: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:1174:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:1117:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:1003:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:1063:24: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:825:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:609:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:610:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:543:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:547:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:201:21: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:270:19: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:279:27: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst-delegation.c:288:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst-delegation.c:254:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst-delegation.c:220:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst-delegation.c:186:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst-delegation.c:150:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst-delegation.c:122:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst-delegation.c:90:16: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htproxyput.c:226:24: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htproxyput.c:242:25: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htproxyput.c:248:25: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htproxyput.c:96:12: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result]
warning: Tag `DETAILS_AT_TOP' at line 197 of file Doxyfile has become obsolete.
warning: Tag `HTML_ALIGN_MEMBERS' at line 507 of file Doxyfile has become obsolete.
warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 929 of file Doxyfile has become obsolete.
warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 937 of file Doxyfile has become obsolete.
warning: Tag `CGI_NAME' at line 964 of file Doxyfile has become obsolete.
warning: Tag `CGI_URL' at line 970 of file Doxyfile has become obsolete.
warning: Tag `DOC_URL' at line 976 of file Doxyfile has become obsolete.
warning: Tag `DOC_ABSPATH' at line 982 of file Doxyfile has become obsolete.
warning: Tag `BIN_ABSPATH' at line 987 of file Doxyfile has become obsolete.
warning: Tag `EXT_DOC_PATHS' at line 993 of file Doxyfile has become obsolete.
Parsing file /scratch/workspace/gridsite-build-release/platform/debian-7-x86_64/gridsite-2.3.2/s/scratch/workspace/gridsite-build-release/platform/debian-7-x86_64/gridsite-2.3.2/src/soapClientLib.c:15: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO.
/scratch/workspace/gridsite-build-release/platform/debian-7-x86_64/gridsite-2.3.2/src/soapServerLib.c:15: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO.
Aug 16 14:36:20 myriad13 gridsite-test-build.sh:    end
==================
  TESTS END HERE
==================

Clean installation, Debian 8 (x86_64)

Environment

Clean installation according to EMI guidelines (CA certificates, proxy certificate...).
OS Issue Debian GNU/Linux 8
Platform x86_64
Host
myriad12.zcu.cz
Duration 0 min
Testbed uptime
15:54:20 up 8 min,  1 user,  load average: 0.91, 0.67, 0.36

Process


REPOS="canl-c gridsite"
BUILDS="canl-c:release gridsite:release glite-lb:release proxyrenewal:release"

apt-key adv --fetch-keys http://scientific.zcu.cz/repos/jenkins-builder.asc
apt-key adv --fetch-keys http://scientific.zcu.cz/repos/valtri.asc
apt-key adv --fetch-keys http://scientific.zcu.cz/repos/valtri2.asc

wget --no-verbose -O /etc/apt/sources.list.d/sci-ext.list http://scientific.zcu.cz/repos/external-debian8.list
wget --no-verbose -O /etc/apt/preferences.d/sci http://scientific.zcu.cz/repos/debian.preferences

apt-get install -y unzip
cat >/etc/apt/preferences.d/jenkins <<EOF
Package: *
Pin: origin ""
Pin-Priority: 900
EOF
for repo in $REPOS; do
	build=`echo ${BUILDS#*$repo:} | cut -f1 -d' '`
	wget --secure-protocol=sslv3 --no-verbose --ca-directory=/etc/grid-security/certificates -P /var/cache/jenkins-repo-$repo/ https://emian.zcu.cz:8443/jenkins/job/${repo}-build-$build/platform=debian-8-x86_64/lastSuccessfulBuild/artifact/results/debian/*zip*/debian.zip
	if [ -f /var/cache/jenkins-repo-$repo/debian.zip ]; then
		(cd /var/cache/jenkins-repo-$repo; rm -rf debian; unzip -q debian.zip)
		cat > /etc/apt/sources.list.d/jenkins-$repo.list <<EOF
deb file:///var/cache/jenkins-repo-$repo/debian/ stable/
deb-src file:///var/cache/jenkins-repo-$repo/debian/ stable/
EOF
	fi
done
wget --no-verbose --secure-protocol=sslv3 --ca-directory=/etc/grid-security/certificates -P /tmp https://emian.zcu.cz:8443/jenkins/job/$repo-build-$build/platform=debian-8-x86_64/lastSuccessfulBuild/artifact/reports/*zip*/reports.zip
rm -rf /tmp/reports
unzip -q -d /tmp /tmp/reports.zip

apt-get update

aptitude install -y gridsite gridsite-commands libgridsite-dev gridsite-service-clients gridsite-services

#
# using external VOMS server in tests
# (deployed locally by default)
#
mkdir /etc/vomses
echo '"vo.org" "emicert-voms.civ.zcu.cz" "15000" "/DC=org/DC=terena/DC=tcs/C=CZ/ST=l/L=Plzen 3/O=University of West Bohemia/CN=emicert-voms.civ.zcu.cz" "vo.org"' > /etc/vomses/emicert-voms.civ.zcu.cz

Full Output of the Installation

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.wMgComte4g --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-security-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-squeeze-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-squeeze-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-stable.gpg --fetch-keys http://scientific.zcu.cz/repos/jenkins-builder.asc
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.dsOOxrThAl --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-security-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-squeeze-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-squeeze-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-stable.gpg --fetch-keys http://scientific.zcu.cz/repos/valtri.asc
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.AaGakFc3H2 --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-security-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-squeeze-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-squeeze-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-stable.gpg --fetch-keys http://scientific.zcu.cz/repos/valtri2.asc
Reading package lists...
Building dependency tree...
Reading state information...
unzip is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Ign file: stable/ InRelease
Ign file: stable/ InRelease
Ign http://ftp.zcu.cz jessie InRelease
Hit http://ftp.zcu.cz jessie-updates InRelease
Ign http://scientific.zcu.cz jessie/ InRelease
Get:1 file: stable/ Release.gpg [819 B]
Get:2 file: stable/ Release.gpg [819 B]
Get:3 file: stable/ Release [1499 B]
Hit http://ftp.zcu.cz jessie Release.gpg
Get:4 file: stable/ Release [1499 B]
Hit http://security.debian.org jessie/updates InRelease
Hit http://ftp.zcu.cz jessie Release
Get:5 http://scientific.zcu.cz jessie/ Release.gpg [836 B]
Get:6 http://scientific.zcu.cz jessie/ Release [1497 B]
Hit http://ftp.zcu.cz jessie-updates/main Sources
Hit http://ftp.zcu.cz jessie-updates/contrib Sources
Get:7 http://ftp.zcu.cz jessie-updates/main amd64 Packages/DiffIndex [5440 B]
Hit http://ftp.zcu.cz jessie-updates/contrib amd64 Packages
Hit http://ftp.zcu.cz jessie-updates/contrib Translation-en
Get:8 http://ftp.zcu.cz jessie-updates/main Translation-en/DiffIndex [2704 B]
Ign file: stable/ Translation-en
Ign file: stable/ Translation-en
Hit http://ftp.zcu.cz jessie/main Sources
Hit http://ftp.zcu.cz jessie/main amd64 Packages
Hit http://ftp.zcu.cz jessie/main Translation-en
Get:9 http://scientific.zcu.cz jessie/ Sources [2138 B]
Hit http://security.debian.org jessie/updates/main Sources
Get:10 http://scientific.zcu.cz jessie/ Packages [2627 B]
Hit http://repository.egi.eu egi-igtf InRelease
Hit http://security.debian.org jessie/updates/contrib Sources
Ign http://scientific.zcu.cz jessie/ Translation-en
Hit http://security.debian.org jessie/updates/main amd64 Packages
Hit http://security.debian.org jessie/updates/contrib amd64 Packages
Hit http://security.debian.org jessie/updates/contrib Translation-en
Hit http://security.debian.org jessie/updates/main Translation-en
Hit http://repository.egi.eu egi-igtf/core amd64 Packages
Ign http://repository.egi.eu egi-igtf/core Translation-en
Fetched 15.2 kB in 2s (5919 B/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Reading task descriptions...
Building tag database...
No candidate version found for gridsite-services
No candidate version found for gridsite-services
The following NEW packages will be installed:
  gridsite gridsite-commands gridsite-service-clients libc-ares2{a} 
  libc-dev-bin{a} libc6-dev{a} libcanl-c2{a} libcurl3{a} libgridsite-dev 
  libgridsite2{a} libgsoap5{a} libssl-dev{a} libssl-doc{a} 
  linux-libc-dev{a} manpages-dev{a} zlib1g-dev{a} 
0 packages upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
Need to get 8324 kB/8653 kB of archives. After unpacking 30.0 MB will be used.
Writing extended state information...
Get: 1 http://ftp.zcu.cz/mirrors/debian/ jessie/main libgsoap5 amd64 2.8.17-1 [202 kB]
Get: 2 http://ftp.zcu.cz/mirrors/debian/ jessie/main libc-ares2 amd64 1.10.0-2 [76.7 kB]
Get: 3 http://ftp.zcu.cz/mirrors/debian/ jessie/main libc-dev-bin amd64 2.19-18+deb8u4 [237 kB]
Get: 4 http://ftp.zcu.cz/mirrors/debian/ jessie/main libc6-dev amd64 2.19-18+deb8u4 [2002 kB]
Get: 5 http://security.debian.org/ jessie/updates/main libcurl3 amd64 7.38.0-4+deb8u4 [259 kB]
Get: 6 http://ftp.zcu.cz/mirrors/debian/ jessie/main zlib1g-dev amd64 1:1.2.8.dfsg-2+b1 [206 kB]
Get: 7 http://ftp.zcu.cz/mirrors/debian/ jessie/main libssl-dev amd64 1.0.1t-1+deb8u2 [1282 kB]
Get: 8 http://ftp.zcu.cz/mirrors/debian/ jessie/main libssl-doc all 1.0.1t-1+deb8u2 [1168 kB]
Get: 9 http://security.debian.org/ jessie/updates/main linux-libc-dev amd64 3.16.7-ckt25-2+deb8u3 [1025 kB]
Get: 10 http://ftp.zcu.cz/mirrors/debian/ jessie/main manpages-dev all 3.74-1 [1865 kB]
Fetched 8324 kB in 0s (38.1 MB/s)
Selecting previously unselected package libcurl3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 32909 files and directories currently installed.)
Preparing to unpack .../libcurl3_7.38.0-4+deb8u4_amd64.deb ...
Unpacking libcurl3:amd64 (7.38.0-4+deb8u4) ...
Selecting previously unselected package libgsoap5:amd64.
Preparing to unpack .../libgsoap5_2.8.17-1_amd64.deb ...
Unpacking libgsoap5:amd64 (2.8.17-1) ...
Selecting previously unselected package libc-ares2:amd64.
Preparing to unpack .../libc-ares2_1.10.0-2_amd64.deb ...
Unpacking libc-ares2:amd64 (1.10.0-2) ...
Selecting previously unselected package libcanl-c2.
Preparing to unpack .../libcanl-c2_2.1.6-1_amd64.deb ...
Unpacking libcanl-c2 (2.1.6-1) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../libc-dev-bin_2.19-18+deb8u4_amd64.deb ...
Unpacking libc-dev-bin (2.19-18+deb8u4) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../linux-libc-dev_3.16.7-ckt25-2+deb8u3_amd64.deb ...
Unpacking linux-libc-dev:amd64 (3.16.7-ckt25-2+deb8u3) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../libc6-dev_2.19-18+deb8u4_amd64.deb ...
Unpacking libc6-dev:amd64 (2.19-18+deb8u4) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2+b1_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2+b1) ...
Selecting previously unselected package libssl-dev:amd64.
Preparing to unpack .../libssl-dev_1.0.1t-1+deb8u2_amd64.deb ...
Unpacking libssl-dev:amd64 (1.0.1t-1+deb8u2) ...
Selecting previously unselected package libgridsite2.
Preparing to unpack .../libgridsite2_2.3.2-1_amd64.deb ...
Unpacking libgridsite2 (2.3.2-1) ...
Selecting previously unselected package gridsite.
Preparing to unpack .../gridsite_2.3.2-1_amd64.deb ...
Unpacking gridsite (2.3.2-1) ...
Selecting previously unselected package gridsite-commands.
Preparing to unpack .../gridsite-commands_2.3.2-1_amd64.deb ...
Unpacking gridsite-commands (2.3.2-1) ...
Selecting previously unselected package gridsite-service-clients.
Preparing to unpack .../gridsite-service-clients_2.3.2-1_amd64.deb ...
Unpacking gridsite-service-clients (2.3.2-1) ...
Selecting previously unselected package libgridsite-dev.
Preparing to unpack .../libgridsite-dev_2.3.2-1_amd64.deb ...
Unpacking libgridsite-dev (2.3.2-1) ...
Selecting previously unselected package libssl-doc.
Preparing to unpack .../libssl-doc_1.0.1t-1+deb8u2_all.deb ...
Unpacking libssl-doc (1.0.1t-1+deb8u2) ...
Selecting previously unselected package manpages-dev.
Preparing to unpack .../manpages-dev_3.74-1_all.deb ...
Unpacking manpages-dev (3.74-1) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up libcurl3:amd64 (7.38.0-4+deb8u4) ...
Setting up libgsoap5:amd64 (2.8.17-1) ...
Setting up libc-ares2:amd64 (1.10.0-2) ...
Setting up libcanl-c2 (2.1.6-1) ...
Setting up libc-dev-bin (2.19-18+deb8u4) ...
Setting up linux-libc-dev:amd64 (3.16.7-ckt25-2+deb8u3) ...
Setting up libc6-dev:amd64 (2.19-18+deb8u4) ...
Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2+b1) ...
Setting up libssl-dev:amd64 (1.0.1t-1+deb8u2) ...
Setting up libgridsite2 (2.3.2-1) ...
Setting up gridsite (2.3.2-1) ...
Setting up gridsite-commands (2.3.2-1) ...
Setting up gridsite-service-clients (2.3.2-1) ...
Setting up libgridsite-dev (2.3.2-1) ...
Setting up libssl-doc (1.0.1t-1+deb8u2) ...
Setting up manpages-dev (3.74-1) ...
Processing triggers for libc-bin (2.19-18+deb8u4) ...
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
Reading task descriptions...
Building tag database...

Tests

TestPlan https://twiki.cern.ch/twiki/bin/view/EGEE/GridSiteTestPlan
Tests https://github.com/CESNET/glite-testsuites/tree/master/gridsite/tests/
Certificate file: none 
gLite user:       glite 
Terminal width:   80 
Output format:    -x 
Reading package lists...
Building dependency tree...
Reading state information...
ca-certificates is already the newest version.
lsof is already the newest version.
net-tools is already the newest version.
netcat-traditional is already the newest version.
psmisc is already the newest version.
psmisc set to manually installed.
wget is already the newest version.
The following extra packages will be installed:
  apache2-bin apache2-data apache2-utils autopoint binutils diffstat gettext
  hardening-includes intltool-debian libapr1 libaprutil1
  libaprutil1-dbd-sqlite3 libaprutil1-ldap libapt-pkg-perl libarchive-zip-perl
  libasprintf-dev libclone-perl libcroco3 libdigest-hmac-perl libdpkg-perl
  libemail-valid-perl libfile-basedir-perl libfile-fcntllock-perl
  libgettextpo-dev libgettextpo0 libgomp1 libio-pty-perl
  libio-socket-inet6-perl libipc-run-perl liblist-moreutils-perl liblua5.1-0
  libnet-dns-perl libnet-domain-tld-perl libnet-ip-perl libperlio-gzip-perl
  libsocket6-perl libtext-levenshtein-perl libunistring0 libvomsapi1 make
  patchutils ssl-cert t1utils
Suggested packages:
  apache2-doc apache2-suexec-pristine apache2-suexec-custom binutils-doc
  gettext-doc debian-keyring gcc c-compiler binutils-multiarch dpkg-dev
  libyaml-perl make-doc openssl-blacklist
The following NEW packages will be installed:
  apache2 apache2-bin apache2-data apache2-utils autopoint binutils curl
  diffstat gettext hardening-includes intltool-debian libapr1 libaprutil1
  libaprutil1-dbd-sqlite3 libaprutil1-ldap libapt-pkg-perl libarchive-zip-perl
  libasprintf-dev libclone-perl libcroco3 libdigest-hmac-perl libdpkg-perl
  libemail-valid-perl libfile-basedir-perl libfile-fcntllock-perl
  libgettextpo-dev libgettextpo0 libgomp1 libio-pty-perl
  libio-socket-inet6-perl libipc-run-perl liblist-moreutils-perl liblua5.1-0
  libnet-dns-perl libnet-domain-tld-perl libnet-ip-perl libperlio-gzip-perl
  libsocket6-perl libtext-levenshtein-perl libunistring0 libvomsapi1 lintian
  make patchutils ssl-cert sudo t1utils voms-clients
0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded.
Need to get 12.6 MB of archives.
After this operation, 51.5 MB of additional disk space will be used.
Get:1 http://ftp.zcu.cz/mirrors/debian/ jessie/main libapr1 amd64 1.5.1-3 [95.3 kB]
Get:2 http://ftp.zcu.cz/mirrors/debian/ jessie/main libaprutil1 amd64 1.5.4-1 [86.2 kB]
Get:3 http://ftp.zcu.cz/mirrors/debian/ jessie/main libaprutil1-dbd-sqlite3 amd64 1.5.4-1 [19.1 kB]
Get:4 http://ftp.zcu.cz/mirrors/debian/ jessie/main libaprutil1-ldap amd64 1.5.4-1 [17.2 kB]
Get:5 http://ftp.zcu.cz/mirrors/debian/ jessie/main liblua5.1-0 amd64 5.1.5-7.1 [108 kB]
Get:6 http://ftp.zcu.cz/mirrors/debian/ jessie/main libcroco3 amd64 0.6.8-3+b1 [135 kB]
Get:7 http://ftp.zcu.cz/mirrors/debian/ jessie/main libunistring0 amd64 0.9.3-5.2+b1 [288 kB]
Get:8 http://ftp.zcu.cz/mirrors/debian/ jessie/main libgettextpo0 amd64 0.19.3-2 [138 kB]
Get:9 http://security.debian.org/ jessie/updates/main apache2-bin amd64 2.4.10-10+deb8u5 [1032 kB]
Get:10 http://ftp.zcu.cz/mirrors/debian/ jessie/main libgomp1 amd64 4.9.2-10 [37.8 kB]
Get:11 http://ftp.zcu.cz/mirrors/debian/ jessie/main autopoint all 0.19.3-2 [413 kB]
Get:12 http://ftp.zcu.cz/mirrors/debian/ jessie/main binutils amd64 2.25-5 [3516 kB]
Get:13 http://ftp.zcu.cz/mirrors/debian/ jessie/main diffstat amd64 1.58-1 [29.4 kB]
Get:14 http://ftp.zcu.cz/mirrors/debian/ jessie/main gettext amd64 0.19.3-2 [1240 kB]
Get:15 http://security.debian.org/ jessie/updates/main apache2-utils amd64 2.4.10-10+deb8u5 [195 kB]
Get:16 http://ftp.zcu.cz/mirrors/debian/ jessie/main make amd64 4.0-8.1 [349 kB]
Get:17 http://ftp.zcu.cz/mirrors/debian/ jessie/main hardening-includes all 2.6 [17.4 kB]
Get:18 http://ftp.zcu.cz/mirrors/debian/ jessie/main intltool-debian all 0.35.0+20060710.1 [30.8 kB]
Get:19 http://ftp.zcu.cz/mirrors/debian/ jessie/main libapt-pkg-perl amd64 0.1.29+b2 [77.4 kB]
Get:20 http://ftp.zcu.cz/mirrors/debian/ jessie/main libarchive-zip-perl all 1.39-1 [95.9 kB]
Get:21 http://ftp.zcu.cz/mirrors/debian/ jessie/main libasprintf-dev amd64 0.19.3-2 [31.1 kB]
Get:22 http://ftp.zcu.cz/mirrors/debian/ jessie/main libclone-perl amd64 0.37-1+b1 [14.2 kB]
Get:23 http://ftp.zcu.cz/mirrors/debian/ jessie/main libdigest-hmac-perl all 1.03+dfsg-1 [12.3 kB]
Get:24 http://security.debian.org/ jessie/updates/main apache2-data all 2.4.10-10+deb8u5 [163 kB]
Get:25 http://ftp.zcu.cz/mirrors/debian/ jessie/main libdpkg-perl all 1.17.27 [1075 kB]
Get:26 http://security.debian.org/ jessie/updates/main apache2 amd64 2.4.10-10+deb8u5 [206 kB]
Get:27 http://ftp.zcu.cz/mirrors/debian/ jessie/main libsocket6-perl amd64 0.25-1+b1 [28.5 kB]
Get:28 http://ftp.zcu.cz/mirrors/debian/ jessie/main libio-socket-inet6-perl all 2.72-1 [16.6 kB]
Get:29 http://ftp.zcu.cz/mirrors/debian/ jessie/main libnet-ip-perl all 1.26-1 [33.2 kB]
Get:30 http://ftp.zcu.cz/mirrors/debian/ jessie/main libnet-domain-tld-perl all 1.72-1 [17.7 kB]
Get:31 http://security.debian.org/ jessie/updates/main curl amd64 7.38.0-4+deb8u4 [200 kB]
Get:32 http://ftp.zcu.cz/mirrors/debian/ jessie/main libemail-valid-perl all 1.195-1 [22.2 kB]
Get:33 http://ftp.zcu.cz/mirrors/debian/ jessie/main libfile-basedir-perl all 0.03-1 [10.4 kB]
Get:34 http://ftp.zcu.cz/mirrors/debian/ jessie/main libfile-fcntllock-perl amd64 0.22-1+b1 [36.4 kB]
Get:35 http://ftp.zcu.cz/mirrors/debian/ jessie/main libgettextpo-dev amd64 0.19.3-2 [153 kB]
Get:36 http://ftp.zcu.cz/mirrors/debian/ jessie/main libio-pty-perl amd64 1:1.08-1+b4 [35.8 kB]
Get:37 http://security.debian.org/ jessie/updates/main libnet-dns-perl amd64 0.81-2+deb8u1 [331 kB]
Get:38 http://ftp.zcu.cz/mirrors/debian/ jessie/main libipc-run-perl all 0.92-1 [110 kB]
Get:39 http://ftp.zcu.cz/mirrors/debian/ jessie/main liblist-moreutils-perl amd64 0.33-2+b1 [44.4 kB]
Get:40 http://ftp.zcu.cz/mirrors/debian/ jessie/main libperlio-gzip-perl amd64 0.18-3+b1 [17.9 kB]
Get:41 http://ftp.zcu.cz/mirrors/debian/ jessie/main libtext-levenshtein-perl all 0.11-1 [10.6 kB]
Get:42 http://ftp.zcu.cz/mirrors/debian/ jessie/main libvomsapi1 amd64 2.0.11-5 [152 kB]
Get:43 http://ftp.zcu.cz/mirrors/debian/ jessie/main patchutils amd64 0.3.3-1 [87.0 kB]
Get:44 http://ftp.zcu.cz/mirrors/debian/ jessie/main t1utils amd64 1.38-4 [58.2 kB]
Get:45 http://ftp.zcu.cz/mirrors/debian/ jessie/main lintian all 2.5.30+deb8u4 [793 kB]
Get:46 http://ftp.zcu.cz/mirrors/debian/ jessie/main ssl-cert all 1.0.35 [20.9 kB]
Get:47 http://ftp.zcu.cz/mirrors/debian/ jessie/main sudo amd64 1.8.10p3-1+deb8u3 [855 kB]
Get:48 http://ftp.zcu.cz/mirrors/debian/ jessie/main voms-clients amd64 2.0.11-5 [123 kB]
Preconfiguring packages ...
Fetched 12.6 MB in 0s (27.8 MB/s)
Selecting previously unselected package libapr1:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 37741 files and directories currently installed.)
Preparing to unpack .../libapr1_1.5.1-3_amd64.deb ...
Unpacking libapr1:amd64 (1.5.1-3) ...
Selecting previously unselected package libaprutil1:amd64.
Preparing to unpack .../libaprutil1_1.5.4-1_amd64.deb ...
Unpacking libaprutil1:amd64 (1.5.4-1) ...
Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64.
Preparing to unpack .../libaprutil1-dbd-sqlite3_1.5.4-1_amd64.deb ...
Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.4-1) ...
Selecting previously unselected package libaprutil1-ldap:amd64.
Preparing to unpack .../libaprutil1-ldap_1.5.4-1_amd64.deb ...
Unpacking libaprutil1-ldap:amd64 (1.5.4-1) ...
Selecting previously unselected package liblua5.1-0:amd64.
Preparing to unpack .../liblua5.1-0_5.1.5-7.1_amd64.deb ...
Unpacking liblua5.1-0:amd64 (5.1.5-7.1) ...
Selecting previously unselected package apache2-bin.
Preparing to unpack .../apache2-bin_2.4.10-10+deb8u5_amd64.deb ...
Unpacking apache2-bin (2.4.10-10+deb8u5) ...
Selecting previously unselected package apache2-utils.
Preparing to unpack .../apache2-utils_2.4.10-10+deb8u5_amd64.deb ...
Unpacking apache2-utils (2.4.10-10+deb8u5) ...
Selecting previously unselected package apache2-data.
Preparing to unpack .../apache2-data_2.4.10-10+deb8u5_all.deb ...
Unpacking apache2-data (2.4.10-10+deb8u5) ...
Selecting previously unselected package apache2.
Preparing to unpack .../apache2_2.4.10-10+deb8u5_amd64.deb ...
Unpacking apache2 (2.4.10-10+deb8u5) ...
Selecting previously unselected package libcroco3:amd64.
Preparing to unpack .../libcroco3_0.6.8-3+b1_amd64.deb ...
Unpacking libcroco3:amd64 (0.6.8-3+b1) ...
Selecting previously unselected package libunistring0:amd64.
Preparing to unpack .../libunistring0_0.9.3-5.2+b1_amd64.deb ...
Unpacking libunistring0:amd64 (0.9.3-5.2+b1) ...
Selecting previously unselected package libgettextpo0:amd64.
Preparing to unpack .../libgettextpo0_0.19.3-2_amd64.deb ...
Unpacking libgettextpo0:amd64 (0.19.3-2) ...
Selecting previously unselected package libgomp1:amd64.
Preparing to unpack .../libgomp1_4.9.2-10_amd64.deb ...
Unpacking libgomp1:amd64 (4.9.2-10) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../autopoint_0.19.3-2_all.deb ...
Unpacking autopoint (0.19.3-2) ...
Selecting previously unselected package binutils.
Preparing to unpack .../binutils_2.25-5_amd64.deb ...
Unpacking binutils (2.25-5) ...
Selecting previously unselected package curl.
Preparing to unpack .../curl_7.38.0-4+deb8u4_amd64.deb ...
Unpacking curl (7.38.0-4+deb8u4) ...
Selecting previously unselected package diffstat.
Preparing to unpack .../diffstat_1.58-1_amd64.deb ...
Unpacking diffstat (1.58-1) ...
Selecting previously unselected package gettext.
Preparing to unpack .../gettext_0.19.3-2_amd64.deb ...
Unpacking gettext (0.19.3-2) ...
Selecting previously unselected package make.
Preparing to unpack .../make_4.0-8.1_amd64.deb ...
Unpacking make (4.0-8.1) ...
Selecting previously unselected package hardening-includes.
Preparing to unpack .../hardening-includes_2.6_all.deb ...
Unpacking hardening-includes (2.6) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../intltool-debian_0.35.0+20060710.1_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.1) ...
Selecting previously unselected package libapt-pkg-perl.
Preparing to unpack .../libapt-pkg-perl_0.1.29+b2_amd64.deb ...
Unpacking libapt-pkg-perl (0.1.29+b2) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../libarchive-zip-perl_1.39-1_all.deb ...
Unpacking libarchive-zip-perl (1.39-1) ...
Selecting previously unselected package libasprintf-dev:amd64.
Preparing to unpack .../libasprintf-dev_0.19.3-2_amd64.deb ...
Unpacking libasprintf-dev:amd64 (0.19.3-2) ...
Selecting previously unselected package libclone-perl.
Preparing to unpack .../libclone-perl_0.37-1+b1_amd64.deb ...
Unpacking libclone-perl (0.37-1+b1) ...
Selecting previously unselected package libdigest-hmac-perl.
Preparing to unpack .../libdigest-hmac-perl_1.03+dfsg-1_all.deb ...
Unpacking libdigest-hmac-perl (1.03+dfsg-1) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../libdpkg-perl_1.17.27_all.deb ...
Unpacking libdpkg-perl (1.17.27) ...
Selecting previously unselected package libsocket6-perl.
Preparing to unpack .../libsocket6-perl_0.25-1+b1_amd64.deb ...
Unpacking libsocket6-perl (0.25-1+b1) ...
Selecting previously unselected package libio-socket-inet6-perl.
Preparing to unpack .../libio-socket-inet6-perl_2.72-1_all.deb ...
Unpacking libio-socket-inet6-perl (2.72-1) ...
Selecting previously unselected package libnet-ip-perl.
Preparing to unpack .../libnet-ip-perl_1.26-1_all.deb ...
Unpacking libnet-ip-perl (1.26-1) ...
Selecting previously unselected package libnet-dns-perl.
Preparing to unpack .../libnet-dns-perl_0.81-2+deb8u1_amd64.deb ...
Unpacking libnet-dns-perl (0.81-2+deb8u1) ...
Selecting previously unselected package libnet-domain-tld-perl.
Preparing to unpack .../libnet-domain-tld-perl_1.72-1_all.deb ...
Unpacking libnet-domain-tld-perl (1.72-1) ...
Selecting previously unselected package libemail-valid-perl.
Preparing to unpack .../libemail-valid-perl_1.195-1_all.deb ...
Unpacking libemail-valid-perl (1.195-1) ...
Selecting previously unselected package libfile-basedir-perl.
Preparing to unpack .../libfile-basedir-perl_0.03-1_all.deb ...
Unpacking libfile-basedir-perl (0.03-1) ...
Selecting previously unselected package libfile-fcntllock-perl.
Preparing to unpack .../libfile-fcntllock-perl_0.22-1+b1_amd64.deb ...
Unpacking libfile-fcntllock-perl (0.22-1+b1) ...
Selecting previously unselected package libgettextpo-dev:amd64.
Preparing to unpack .../libgettextpo-dev_0.19.3-2_amd64.deb ...
Unpacking libgettextpo-dev:amd64 (0.19.3-2) ...
Selecting previously unselected package libio-pty-perl.
Preparing to unpack .../libio-pty-perl_1%3a1.08-1+b4_amd64.deb ...
Unpacking libio-pty-perl (1:1.08-1+b4) ...
Selecting previously unselected package libipc-run-perl.
Preparing to unpack .../libipc-run-perl_0.92-1_all.deb ...
Unpacking libipc-run-perl (0.92-1) ...
Selecting previously unselected package liblist-moreutils-perl.
Preparing to unpack .../liblist-moreutils-perl_0.33-2+b1_amd64.deb ...
Unpacking liblist-moreutils-perl (0.33-2+b1) ...
Selecting previously unselected package libperlio-gzip-perl.
Preparing to unpack .../libperlio-gzip-perl_0.18-3+b1_amd64.deb ...
Unpacking libperlio-gzip-perl (0.18-3+b1) ...
Selecting previously unselected package libtext-levenshtein-perl.
Preparing to unpack .../libtext-levenshtein-perl_0.11-1_all.deb ...
Unpacking libtext-levenshtein-perl (0.11-1) ...
Selecting previously unselected package libvomsapi1.
Preparing to unpack .../libvomsapi1_2.0.11-5_amd64.deb ...
Unpacking libvomsapi1 (2.0.11-5) ...
Selecting previously unselected package patchutils.
Preparing to unpack .../patchutils_0.3.3-1_amd64.deb ...
Unpacking patchutils (0.3.3-1) ...
Selecting previously unselected package t1utils.
Preparing to unpack .../t1utils_1.38-4_amd64.deb ...
Unpacking t1utils (1.38-4) ...
Selecting previously unselected package lintian.
Preparing to unpack .../lintian_2.5.30+deb8u4_all.deb ...
Unpacking lintian (2.5.30+deb8u4) ...
Selecting previously unselected package ssl-cert.
Preparing to unpack .../ssl-cert_1.0.35_all.deb ...
Unpacking ssl-cert (1.0.35) ...
Selecting previously unselected package sudo.
Preparing to unpack .../sudo_1.8.10p3-1+deb8u3_amd64.deb ...
Unpacking sudo (1.8.10p3-1+deb8u3) ...
Selecting previously unselected package voms-clients.
Preparing to unpack .../voms-clients_2.0.11-5_amd64.deb ...
Unpacking voms-clients (2.0.11-5) ...
Processing triggers for man-db (2.7.0.2-5) ...
Processing triggers for systemd (215-17+deb8u4) ...
Processing triggers for install-info (5.2.0.dfsg.1-6) ...
Setting up libapr1:amd64 (1.5.1-3) ...
Setting up libaprutil1:amd64 (1.5.4-1) ...
Setting up libaprutil1-dbd-sqlite3:amd64 (1.5.4-1) ...
Setting up libaprutil1-ldap:amd64 (1.5.4-1) ...
Setting up liblua5.1-0:amd64 (5.1.5-7.1) ...
Setting up apache2-bin (2.4.10-10+deb8u5) ...
Setting up apache2-utils (2.4.10-10+deb8u5) ...
Setting up apache2-data (2.4.10-10+deb8u5) ...
Setting up apache2 (2.4.10-10+deb8u5) ...
Enabling module mpm_event.
Enabling module authz_core.
Enabling module authz_host.
Enabling module authn_core.
Enabling module auth_basic.
Enabling module access_compat.
Enabling module authn_file.
Enabling module authz_user.
Enabling module alias.
Enabling module dir.
Enabling module autoindex.
Enabling module env.
Enabling module mime.
Enabling module negotiation.
Enabling module setenvif.
Enabling module filter.
Enabling module deflate.
Enabling module status.
Enabling conf charset.
Enabling conf localized-error-pages.
Enabling conf other-vhosts-access-log.
Enabling conf security.
Enabling conf serve-cgi-bin.
Enabling site 000-default.
Setting up libcroco3:amd64 (0.6.8-3+b1) ...
Setting up libunistring0:amd64 (0.9.3-5.2+b1) ...
Setting up libgettextpo0:amd64 (0.19.3-2) ...
Setting up libgomp1:amd64 (4.9.2-10) ...
Setting up autopoint (0.19.3-2) ...
Setting up binutils (2.25-5) ...
Setting up curl (7.38.0-4+deb8u4) ...
Setting up diffstat (1.58-1) ...
Setting up gettext (0.19.3-2) ...
Setting up make (4.0-8.1) ...
Setting up hardening-includes (2.6) ...
Setting up intltool-debian (0.35.0+20060710.1) ...
Setting up libapt-pkg-perl (0.1.29+b2) ...
Setting up libarchive-zip-perl (1.39-1) ...
Setting up libasprintf-dev:amd64 (0.19.3-2) ...
Setting up libclone-perl (0.37-1+b1) ...
Setting up libdigest-hmac-perl (1.03+dfsg-1) ...
Setting up libdpkg-perl (1.17.27) ...
Setting up libsocket6-perl (0.25-1+b1) ...
Setting up libio-socket-inet6-perl (2.72-1) ...
Setting up libnet-ip-perl (1.26-1) ...
Setting up libnet-dns-perl (0.81-2+deb8u1) ...
Setting up libnet-domain-tld-perl (1.72-1) ...
Setting up libemail-valid-perl (1.195-1) ...
Setting up libfile-basedir-perl (0.03-1) ...
Setting up libfile-fcntllock-perl (0.22-1+b1) ...
Setting up libgettextpo-dev:amd64 (0.19.3-2) ...
Setting up libio-pty-perl (1:1.08-1+b4) ...
Setting up libipc-run-perl (0.92-1) ...
Setting up liblist-moreutils-perl (0.33-2+b1) ...
Setting up libperlio-gzip-perl (0.18-3+b1) ...
Setting up libtext-levenshtein-perl (0.11-1) ...
Setting up libvomsapi1 (2.0.11-5) ...
Setting up patchutils (0.3.3-1) ...
Setting up t1utils (1.38-4) ...
Setting up lintian (2.5.30+deb8u4) ...
Setting up ssl-cert (1.0.35) ...
Setting up sudo (1.8.10p3-1+deb8u3) ...
Setting up voms-clients (2.0.11-5) ...
Processing triggers for libc-bin (2.19-18+deb8u4) ...
Processing triggers for systemd (215-17+deb8u4) ...
Starting apache2 -f /etc/apache2/gridsite-webserver.conf
git binary not present, installing...Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  git-man liberror-perl rsync
Suggested packages:
  git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk
  gitweb git-arch git-cvs git-mediawiki git-svn
The following NEW packages will be installed:
  git git-man liberror-perl rsync
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 4942 kB of archives.
After this operation, 24.3 MB of additional disk space will be used.
Get:1 http://ftp.zcu.cz/mirrors/debian/ jessie/main liberror-perl all 0.17-1.1 [22.4 kB]
Get:2 http://ftp.zcu.cz/mirrors/debian/ jessie/main git-man all 1:2.1.4-2.1+deb8u2 [1267 kB]
Get:3 http://ftp.zcu.cz/mirrors/debian/ jessie/main git amd64 1:2.1.4-2.1+deb8u2 [3262 kB]
Get:4 http://ftp.zcu.cz/mirrors/debian/ jessie/main rsync amd64 3.1.1-3 [390 kB]
Fetched 4942 kB in 0s (24.4 MB/s)
Selecting previously unselected package liberror-perl.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 40220 files and directories currently installed.)
Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ...
Unpacking liberror-perl (0.17-1.1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../git-man_1%3a2.1.4-2.1+deb8u2_all.deb ...
Unpacking git-man (1:2.1.4-2.1+deb8u2) ...
Selecting previously unselected package git.
Preparing to unpack .../git_1%3a2.1.4-2.1+deb8u2_amd64.deb ...
Unpacking git (1:2.1.4-2.1+deb8u2) ...
Selecting previously unselected package rsync.
Preparing to unpack .../rsync_3.1.1-3_amd64.deb ...
Unpacking rsync (3.1.1-3) ...
Processing triggers for man-db (2.7.0.2-5) ...
Processing triggers for systemd (215-17+deb8u4) ...
Setting up liberror-perl (0.17-1.1) ...
Setting up git-man (1:2.1.4-2.1+deb8u2) ...
Setting up git (1:2.1.4-2.1+deb8u2) ...
Setting up rsync (3.1.1-3) ...
Processing triggers for systemd (215-17+deb8u4) ...
 done
'/tmp/test-certs.root/grid-security/certificates/0e2ca11d.0' -> '/etc/grid-security/certificates/0e2ca11d.0'
'/tmp/test-certs.root/grid-security/certificates/0e2ca11d.namespaces' -> '/etc/grid-security/certificates/0e2ca11d.namespaces'
'/tmp/test-certs.root/grid-security/certificates/0e2ca11d.r0' -> '/etc/grid-security/certificates/0e2ca11d.r0'
'/tmp/test-certs.root/grid-security/certificates/0e2ca11d.signing_policy' -> '/etc/grid-security/certificates/0e2ca11d.signing_policy'
'/tmp/test-certs.root/grid-security/certificates/0fbe317b.0' -> '/etc/grid-security/certificates/0fbe317b.0'
'/tmp/test-certs.root/grid-security/certificates/0fbe317b.namespaces' -> '/etc/grid-security/certificates/0fbe317b.namespaces'
'/tmp/test-certs.root/grid-security/certificates/0fbe317b.r0' -> '/etc/grid-security/certificates/0fbe317b.r0'
'/tmp/test-certs.root/grid-security/certificates/0fbe317b.signing_policy' -> '/etc/grid-security/certificates/0fbe317b.signing_policy'
'/tmp/test-certs.root/grid-security/certificates/36395d3c.0' -> '/etc/grid-security/certificates/36395d3c.0'
'/tmp/test-certs.root/grid-security/certificates/36395d3c.namespaces' -> '/etc/grid-security/certificates/36395d3c.namespaces'
'/tmp/test-certs.root/grid-security/certificates/36395d3c.r0' -> '/etc/grid-security/certificates/36395d3c.r0'
'/tmp/test-certs.root/grid-security/certificates/36395d3c.signing_policy' -> '/etc/grid-security/certificates/36395d3c.signing_policy'
'/tmp/test-certs.root/grid-security/certificates/41a90451.0' -> '/etc/grid-security/certificates/41a90451.0'
'/tmp/test-certs.root/grid-security/certificates/41a90451.namespaces' -> '/etc/grid-security/certificates/41a90451.namespaces'
'/tmp/test-certs.root/grid-security/certificates/41a90451.r0' -> '/etc/grid-security/certificates/41a90451.r0'
'/tmp/test-certs.root/grid-security/certificates/41a90451.signing_policy' -> '/etc/grid-security/certificates/41a90451.signing_policy'
'/tmp/test-certs.root/grid-security/certificates/7362bbd6.0' -> '/etc/grid-security/certificates/7362bbd6.0'
'/tmp/test-certs.root/grid-security/certificates/7362bbd6.namespaces' -> '/etc/grid-security/certificates/7362bbd6.namespaces'
'/tmp/test-certs.root/grid-security/certificates/7362bbd6.r0' -> '/etc/grid-security/certificates/7362bbd6.r0'
'/tmp/test-certs.root/grid-security/certificates/7362bbd6.signing_policy' -> '/etc/grid-security/certificates/7362bbd6.signing_policy'
'/tmp/test-certs.root/grid-security/certificates/79356fdd.0' -> '/etc/grid-security/certificates/79356fdd.0'
'/tmp/test-certs.root/grid-security/certificates/79356fdd.namespaces' -> '/etc/grid-security/certificates/79356fdd.namespaces'
'/tmp/test-certs.root/grid-security/certificates/79356fdd.r0' -> '/etc/grid-security/certificates/79356fdd.r0'
'/tmp/test-certs.root/grid-security/certificates/79356fdd.signing_policy' -> '/etc/grid-security/certificates/79356fdd.signing_policy'
'/tmp/test-certs.root/grid-security/certificates/9a529ab0.0' -> '/etc/grid-security/certificates/9a529ab0.0'
'/tmp/test-certs.root/grid-security/certificates/9a529ab0.namespaces' -> '/etc/grid-security/certificates/9a529ab0.namespaces'
'/tmp/test-certs.root/grid-security/certificates/9a529ab0.r0' -> '/etc/grid-security/certificates/9a529ab0.r0'
'/tmp/test-certs.root/grid-security/certificates/9a529ab0.signing_policy' -> '/etc/grid-security/certificates/9a529ab0.signing_policy'
'/tmp/test-certs.root/grid-security/certificates/c1d9b6d3.0' -> '/etc/grid-security/certificates/c1d9b6d3.0'
'/tmp/test-certs.root/grid-security/certificates/c1d9b6d3.namespaces' -> '/etc/grid-security/certificates/c1d9b6d3.namespaces'
'/tmp/test-certs.root/grid-security/certificates/c1d9b6d3.r0' -> '/etc/grid-security/certificates/c1d9b6d3.r0'
'/tmp/test-certs.root/grid-security/certificates/c1d9b6d3.signing_policy' -> '/etc/grid-security/certificates/c1d9b6d3.signing_policy'
'/tmp/test-certs.root/grid-security/certificates/ffb9710f.0' -> '/etc/grid-security/certificates/ffb9710f.0'
'/tmp/test-certs.root/grid-security/certificates/ffb9710f.namespaces' -> '/etc/grid-security/certificates/ffb9710f.namespaces'
'/tmp/test-certs.root/grid-security/certificates/ffb9710f.r0' -> '/etc/grid-security/certificates/ffb9710f.r0'
'/tmp/test-certs.root/grid-security/certificates/ffb9710f.signing_policy' -> '/etc/grid-security/certificates/ffb9710f.signing_policy'
========================
  REAL TESTS START HERE
========================
Aug 16 15:54:09 myriad12 ping-remote.sh:    start
Testing if all binaries are available   done
Testing ping to Apache server myriad12.zcu.cz   done
Testing Apache server at myriad12.zcu.cz:443   done
Aug 16 15:54:11 myriad12 ping-remote.sh:    end
Aug 16 15:54:11 myriad12 ping-local.sh:    start
Testing if all binaries are available   done
Testing if Apache is running   done
Testing if GridSite is loaded   done
Testing if Apache is listening on port 443   done
Aug 16 15:54:11 myriad12 ping-local.sh:    end
Aug 16 15:54:11 myriad12 gridsite-test-all.sh:    start
Testing if all binaries are available   done
Proxy status:

subject : /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root/CN=1431852805 issuer : /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root identity : /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root type : RFC compliant proxy strength : 1024 bits path : /tmp/x509up_u0 timeleft : 11:59:56

READ (Read Permissions) Plain read... Return code 403   done
With gacl... Return code 200   done
Get index (list & read permissions) Plain read... Return code 403   done
With gacl... Return code 200   done
WRITE & DELETE (write permissions) Plain write... Return code 403   done
With gacl... Return code 201   done
Try deletion... Return code 403   done
With gacl... Return code 200   done
Checking attributes passed on to the environment Run test.cgi... Return code 200   done
Check for GRST_* veriables...    done
Test the basic commands (htcp, htls, htmkdir, htmv, htrm) Running GridSite commands with arguments --cert /tmp/test-certs.root/trusted-certs/trusted_client00.cert --key /tmp/test-certs.root/trusted-certs/trusted_client00.priv-clear --capath /etc/grid-security/certificates/ /tmp/test.txt https://myriad12.zcu.cz/
Testing htcp...    done
Checking by htls...    done
Testing htmv...    done
htcp, file 2...    done
Testing htrm...    done
Checking by htls...    done
Checking directory contents with htls...    done
File compare...    done
Test proxy delegation id: 4e585930a09786f5   done
newid: 4e585930a09786f5   done
Test handling of VOMS .lsc files (Regression test for bug #39254 and #82023) Trying with empty vomsdir. GRST_CRED_2 should not be present...    done
Possibly fake VOMS extensions. Regenerating... Your identity: /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root
Creating temporary proxy Done
Contacting emicert-voms.civ.zcu.cz:15000 [/DC=org/DC=terena/DC=tcs/C=CZ/ST=l/L=Plzen 3/O=University of West Bohemia/CN=emicert-voms.civ.zcu.cz] "vo.org" Done
Creating proxy Done

Your proxy is valid until Wed Aug 17 03:54:12 2016
Setting up .lsc file and trying again Generated /etc/grid-security/vomsdir/vo.org/emicert-voms.civ.zcu.cz.lsc
   done
Checking for presence of FQAN...    done
Test listing of VOMS attributes (Regression test for bug #92077) Getting list of Role attributes from voms-proxy-info...    done
Getting list of Role attributes from test.cgi...    done
re-running voms extensions...    done
Getting another set of Role attributes from test.cgi...    done
Comparing attributes... Error: A non-matching set of role attributes has been returned
Test flavours and sonames flavour '' /usr/lib/libgridsite.so    done
flavour '_nossl' /usr/lib/libgridsite_nossl.so    done
flavour '_globus' /usr/lib/libgridsite_globus.so    done
Check interpretable DEFVERSION... Oct 401402, Hex 20302   done
Aug 16 15:54:13 myriad12 gridsite-test-all.sh:    end
Aug 16 15:54:13 myriad12 gridsite-test-session-reuse.sh:    start
Testing if all binaries are available   done
Setting test.cgi...   done
Testing test.cgi...   done
Launching first SSL session...   done
Test for GRST_CRED_AURI_2 ...   done
Launching first SSL session...   done
Test for GRST_CRED_AURI_2 -no_ticket ...   done
Aug 16 15:54:14 myriad12 gridsite-test-session-reuse.sh:    end
Aug 16 15:54:14 myriad12 gridsite-test-putproxy-new.sh:    start
Testing if all binaries are available   done
Test proxy delegation id: 4ebc86fe687abc71   done
new proxy file: /var/www/proxycache/%3A%2FC%3DUG%2FL%3DTropic%2FO%3DUtopia%2FOU%3DRelaxation%2FCN%3Droot/4ebc86fe687abc71/userproxy.pem    done
Aug 16 15:54:14 myriad12 gridsite-test-putproxy-new.sh:    end
Aug 16 15:54:14 myriad12 gridsite-test-packaging.sh:    start
Downloading packages...   skipped
Packages compliance check output: gridsite:

libgridsite-dev:

gridsite:

gridsite-apache:

gridsite-commands:

gridsite-service-clients:

gridsite-services:

libgridsite2:

Aug 16 15:54:18 myriad12 gridsite-test-packaging.sh:    end
Aug 16 15:54:18 myriad12 gridsite-test-build.sh:    start
Build reports available   done
Checking gridsite_2.3.2-1_amd64.build   warning
grst_canl_x509.c:1721:8: warning: 'GRSTx509GetVomsCreds' is deprecated (declared at grst_canl_x509.c:1528) [-Wdeprecated-declarations]
grst_gacl.c:678:3: warning: 'GRSTgaclCredNew' is deprecated (declared at grst_gacl.c:137) [-Wdeprecated-declarations]
grst_gacl.c:683:9: warning: 'GRSTgaclCredAddValue' is deprecated (declared at grst_gacl.c:160) [-Wdeprecated-declarations]
grst_gacl.c:112:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:184:7: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:191:7: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:198:7: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:205:7: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:212:7: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:1114:10: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_xacml.c:96:3: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255) [-Wdeprecated-declarations]
grst_xacml.c:103:3: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255) [-Wdeprecated-declarations]
grst_xacml.c:108:3: warning: 'GRSTgaclCredAddValue' is deprecated (declared at ../interface/gridsite.h:260) [-Wdeprecated-declarations]
grst_http.c:156:3: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' [-Wformat=]
grst_asn1.c:171:21: warning: passing argument 1 of 'ASN1_get_object' from incompatible pointer type
grst_asn1.c:194:14: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'int' [-Wformat=]
grst_asn1.c:194:14: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long int' [-Wformat=]
grst_asn1.c:286:28: warning: passing argument 2 of 'd2i_ASN1_OBJECT' from incompatible pointer type
grst_asn1.c:306:30: warning: passing argument 2 of 'd2i_ASN1_BOOLEAN' from incompatible pointer type
grst_asn1.c:324:35: warning: passing argument 2 of 'd2i_ASN1_OCTET_STRING' from incompatible pointer type
grst_asn1.c:351:30: warning: passing argument 2 of 'd2i_ASN1_INTEGER' from incompatible pointer type
grst_asn1.c:388:33: warning: passing argument 2 of 'd2i_ASN1_ENUMERATED' from incompatible pointer type
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 15 has type 'size_t' [-Wformat=]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 16 has type 'size_t' [-Wformat=]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 18 has type 'size_t' [-Wformat=]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 19 has type 'size_t' [-Wformat=]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 24 has type 'size_t' [-Wformat=]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 25 has type 'size_t' [-Wformat=]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 15 has type 'size_t' [-Wformat=]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 16 has type 'size_t' [-Wformat=]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 18 has type 'size_t' [-Wformat=]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 19 has type 'size_t' [-Wformat=]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 21 has type 'size_t' [-Wformat=]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 22 has type 'size_t' [-Wformat=]
grst_htcp.c:210:13: warning: format '%c' expects argument of type 'int', but argument 15 has type 'size_t' [-Wformat=]
grst_htcp.c:210:13: warning: format '%c' expects argument of type 'int', but argument 16 has type 'size_t' [-Wformat=]
grst_gacl.c:678:3: warning: 'GRSTgaclCredNew' is deprecated (declared at grst_gacl.c:137) [-Wdeprecated-declarations]
grst_gacl.c:683:9: warning: 'GRSTgaclCredAddValue' is deprecated (declared at grst_gacl.c:160) [-Wdeprecated-declarations]
grst_gacl.c:112:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:184:7: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:191:7: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:198:7: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:205:7: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:212:7: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:1114:10: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_http.c:156:3: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' [-Wformat=]
grst_xacml.c:96:3: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255) [-Wdeprecated-declarations]
grst_xacml.c:103:3: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255) [-Wdeprecated-declarations]
grst_xacml.c:108:3: warning: 'GRSTgaclCredAddValue' is deprecated (declared at ../interface/gridsite.h:260) [-Wdeprecated-declarations]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 15 has type 'size_t' [-Wformat=]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 16 has type 'size_t' [-Wformat=]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 18 has type 'size_t' [-Wformat=]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 19 has type 'size_t' [-Wformat=]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 24 has type 'size_t' [-Wformat=]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 25 has type 'size_t' [-Wformat=]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 15 has type 'size_t' [-Wformat=]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 16 has type 'size_t' [-Wformat=]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 18 has type 'size_t' [-Wformat=]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 19 has type 'size_t' [-Wformat=]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 21 has type 'size_t' [-Wformat=]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 22 has type 'size_t' [-Wformat=]
grst_htcp.c:210:13: warning: format '%c' expects argument of type 'int', but argument 15 has type 'size_t' [-Wformat=]
grst_htcp.c:210:13: warning: format '%c' expects argument of type 'int', but argument 16 has type 'size_t' [-Wformat=]
htcp.c:136:3: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'size_t *' [-Wformat=]
htcp.c:249:7: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:283:12: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:310:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:329:8: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:362:7: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:395:12: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:601:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1101:23: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1473:25: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1742:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1762:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1809:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1823:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1829:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1967:26: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1976:26: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:1914:27: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char **' [-Wformat=]
canl_mod_gridsite.c:3567:9: warning: too many arguments for format [-Wformat-extra-args]
canl_mod_gridsite.c:3608:12: warning: field width specifier '*' expects argument of type 'int', but argument 4 has type 'size_t' [-Wformat=]
canl_mod_gridsite.c:1400:13: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:1477:13: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:1609:10: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:4005:4: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:3991:4: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:533:9: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:617:9: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:697:13: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:716:13: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:818:13: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:3604:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:3612:7: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:1646:48: warning: iteration 32u invokes undefined behavior [-Waggressive-loop-optimizations]
grst_admin_main.c:94:3: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' [-Wformat=]
grst_admin_main.c:165:12: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type '__time_t' [-Wformat=]
grst_admin_main.c:165:12: warning: format '%X' expects argument of type 'unsigned int', but argument 6 has type '__suseconds_t' [-Wformat=]
grst_admin_main.c:165:12: warning: format '%X' expects argument of type 'unsigned int', but argument 7 has type 'size_t' [-Wformat=]
grst_admin_main.c:240:10: warning: use of assignment suppression and length modifier together in gnu_scanf format [-Wformat=]
grst_admin_main.c:240:10: warning: use of assignment suppression and length modifier together in gnu_scanf format [-Wformat=]
grst_admin_main.c:164:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:969:10: warning: format '%d' expects argument of type 'int', but argument 2 has type '__off_t' [-Wformat=]
grst_admin_file.c:1040:16: warning: format '%X' expects argument of type 'unsigned int *', but argument 3 has type 'time_t *' [-Wformat=]
grst_admin_file.c:1043:16: warning: format '%X' expects argument of type 'unsigned int *', but argument 3 has type 'size_t *' [-Wformat=]
grst_admin_file.c:201:16: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:270:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:279:19: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:543:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:547:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:609:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:610:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:825:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:1003:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:1063:16: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:1117:7: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:1174:7: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:1622:8: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:1623:8: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:1683:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst-delegation.c:90:8: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst-delegation.c:122:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst-delegation.c:150:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst-delegation.c:186:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst-delegation.c:220:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst-delegation.c:254:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst-delegation.c:288:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htproxyput.c:96:3: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result]
htproxyput.c:226:16: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htproxyput.c:242:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htproxyput.c:248:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
Reading /var/lib/jenkins/workspace/gridsite-build-release/platform/debian-8-x86_64/gridsite-2.3.2/src/soapS/var/lib/jenkins/workspace/gridsite-build-release/platform/debian-8-x86_64/gridsite-2.3.2/src/soapClientLib.c:15: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO.
/var/lib/jenkins/workspace/gridsite-build-release/platform/debian-8-x86_64/gridsite-2.3.2/src/soapServerLib.c:15: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO.
Aug 16 15:54:18 myriad12 gridsite-test-build.sh:    end
==================
  TESTS END HERE
==================

Clean installation, Scientific 5 (i686)

Environment

Clean installation according to EMI guidelines (CA certificates, proxy certificate...).
OS Issue Scientific Linux
Platform i686
Host
myriad12.zcu.cz
Duration 1 min
Testbed uptime
14:06:35 up 7 min,  1 user,  load average: 1.19, 0.78, 0.35

Process


REPOS="canl-c gridsite"
BUILDS="canl-c:release gridsite:release glite-lb:release proxyrenewal:release"

rpm -ivh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
yum install -y yum-priorities yum-protectbase
wget --no-verbose -P /etc/yum.repos.d http://scientific.zcu.cz/repos/external-sl5.repo
yum install -y unzip
for repo in $REPOS; do
	build=`echo ${BUILDS#*$repo:} | cut -f1 -d' '`
	wget --no-verbose --ca-directory=/etc/grid-security/certificates -O /etc/yum.repos.d/jenkins-$repo.repo https://emian.zcu.cz:8443/jenkins/job/$repo-build-$build/platform=epel-5-i386/lastSuccessfulBuild/artifact/build.repo
done
wget --no-verbose --ca-directory=/etc/grid-security/certificates -P /tmp https://emian.zcu.cz:8443/jenkins/job/$repo-build-$build/platform=epel-5-i386/lastSuccessfulBuild/artifact/reports/*zip*/reports.zip
rm -rf /tmp/reports
unzip -q -d /tmp /tmp/reports.zip

yum install -y gridsite-apache gridsite-commands gridsite-debuginfo gridsite-devel gridsite-service-clients gridsite-services

#
# using external VOMS server in tests
# (deployed locally by default)
#
mkdir /etc/vomses
echo '"vo.org" "emicert-voms.civ.zcu.cz" "15000" "/DC=org/DC=terena/DC=tcs/C=CZ/ST=l/L=Plzen 3/O=University of West Bohemia/CN=emicert-voms.civ.zcu.cz" "vo.org"' > /etc/vomses/emicert-voms.civ.zcu.cz

Full Output of the Installation

Retrieving http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
Preparing...                ##################################################
epel-release                ##################################################
Loaded plugins: downloadonly, kernel-module
Excluding Packages from SL 5 base
Finished
Reducing SL 5 base jdk to included packages only
Finished
Excluding Packages from SL 5 security updates
Finished
Reducing SL 5 security updates jdk only to included packages only
Finished
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package yum-priorities.noarch 0:1.1.16-21.el5 set to be updated
---> Package yum-protectbase.noarch 0:1.1.16-21.el5 set to be updated
--> Finished Dependency Resolution
Beginning Kernel Module Plugin
Finished Kernel Module Plugin

Dependencies Resolved

================================================================================
 Package                Arch          Version              Repository      Size
================================================================================
Installing:
 yum-priorities         noarch        1.1.16-21.el5        sl-base         16 k
 yum-protectbase        noarch        1.1.16-21.el5        sl-base         14 k

Transaction Summary
================================================================================
Install       2 Package(s)
Upgrade       0 Package(s)

Total download size: 29 k
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           117 kB/s |  29 kB     00:00     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing     : yum-protectbase                                          1/2 

  Installing     : yum-priorities                                           2/2 

Installed:
  yum-priorities.noarch 0:1.1.16-21.el5  yum-protectbase.noarch 0:1.1.16-21.el5 

Complete!
Loaded plugins: downloadonly, kernel-module, priorities, protectbase
Excluding Packages from SL 5 base
Finished
Reducing SL 5 base jdk to included packages only
Finished
Excluding Packages from SL 5 security updates
Finished
Reducing SL 5 security updates jdk only to included packages only
Finished
83 packages excluded due to repository priority protections
0 packages excluded due to repository protections
Setting up Install Process
Package unzip-5.52-3.el5.i386 already installed and latest version
Nothing to do
Loaded plugins: downloadonly, kernel-module, priorities, protectbase
Excluding Packages from SL 5 base
Finished
Reducing SL 5 base jdk to included packages only
Finished
Excluding Packages from SL 5 security updates
Finished
Reducing SL 5 security updates jdk only to included packages only
Finished
90 packages excluded due to repository priority protections
0 packages excluded due to repository protections
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package gridsite.i386 0:2.3.2-1.el5 set to be updated
--> Processing Dependency: libgsoap.so.0 for package: gridsite
--> Processing Dependency: libcanl_c.so.2 for package: gridsite
--> Processing Dependency: libgridsite.so.2 for package: gridsite
---> Package gridsite-commands.i386 0:2.3.2-1.el5 set to be updated
--> Processing Dependency: curl for package: gridsite-commands
--> Processing Dependency: libcurl.so.3 for package: gridsite-commands
--> Processing Dependency: libidn.so.11 for package: gridsite-commands
---> Package gridsite-debuginfo.i386 0:2.3.2-1.el5 set to be updated
---> Package gridsite-devel.i386 0:2.3.2-1.el5 set to be updated
---> Package gridsite-service-clients.i386 0:2.3.2-1.el5 set to be updated
--> Running transaction check
---> Package canl-c.i386 0:2.1.6-1.el5 set to be updated
--> Processing Dependency: libcares.so.2 for package: canl-c
---> Package curl.i386 0:7.15.5-17.el5_9 set to be updated
---> Package gridsite-libs.i386 0:2.3.2-1.el5 set to be updated
---> Package gsoap.i386 0:2.7.13-5.el5 set to be updated
---> Package libidn.i386 0:0.6.5-1.1 set to be updated
--> Running transaction check
---> Package c-ares.i386 0:1.6.0-5.el5 set to be updated
--> Finished Dependency Resolution
Beginning Kernel Module Plugin
Finished Kernel Module Plugin

Dependencies Resolved

================================================================================
 Package                      Arch     Version                Repository   Size
================================================================================
Installing:
 gridsite                     i386     2.3.2-1.el5            jenkins-gridsite-build-release-platform-epel-5-i386-31
                                                                           85 k
 gridsite-commands            i386     2.3.2-1.el5            jenkins-gridsite-build-release-platform-epel-5-i386-31
                                                                           29 k
 gridsite-debuginfo           i386     2.3.2-1.el5            jenkins-gridsite-build-release-platform-epel-5-i386-31
                                                                          496 k
 gridsite-devel               i386     2.3.2-1.el5            jenkins-gridsite-build-release-platform-epel-5-i386-31
                                                                          8.9 k
 gridsite-service-clients     i386     2.3.2-1.el5            jenkins-gridsite-build-release-platform-epel-5-i386-31
                                                                           30 k
Installing for dependencies:
 c-ares                       i386     1.6.0-5.el5            sl-base      49 k
 canl-c                       i386     2.1.6-1.el5            jenkins-canl-c-build-release-platform-epel-5-i386-33
                                                                           70 k
 curl                         i386     7.15.5-17.el5_9        sl-base     235 k
 gridsite-libs                i386     2.3.2-1.el5            jenkins-gridsite-build-release-platform-epel-5-i386-31
                                                                          134 k
 gsoap                        i386     2.7.13-5.el5           epel        451 k
 libidn                       i386     0.6.5-1.1              sl-base     194 k

Transaction Summary
================================================================================
Install      11 Package(s)
Upgrade       0 Package(s)

Total download size: 1.7 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           1.0 MB/s | 1.7 MB     00:01     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing     : gsoap                                                   1/11 

  Installing     : libidn                                                  2/11 

  Installing     : curl                                                    3/11 

  Installing     : c-ares                                                  4/11 

  Installing     : canl-c                                                  5/11 

  Installing     : gridsite-libs                                           6/11 

  Installing     : gridsite-debuginfo                                      7/11 

  Installing     : gridsite-devel                                          8/11 

  Installing     : gridsite                                                9/11 

  Installing     : gridsite-service-clients                               10/11 

  Installing     : gridsite-commands                                      11/11 

Installed:
  gridsite.i386 0:2.3.2-1.el5                                                   
  gridsite-commands.i386 0:2.3.2-1.el5                                          
  gridsite-debuginfo.i386 0:2.3.2-1.el5                                         
  gridsite-devel.i386 0:2.3.2-1.el5                                             
  gridsite-service-clients.i386 0:2.3.2-1.el5                                   

Dependency Installed:
  c-ares.i386 0:1.6.0-5.el5            canl-c.i386 0:2.1.6-1.el5                
  curl.i386 0:7.15.5-17.el5_9          gridsite-libs.i386 0:2.3.2-1.el5         
  gsoap.i386 0:2.7.13-5.el5            libidn.i386 0:0.6.5-1.1                  

Complete!

Tests

TestPlan https://twiki.cern.ch/twiki/bin/view/EGEE/GridSiteTestPlan
Tests https://github.com/CESNET/glite-testsuites/tree/master/gridsite/tests/
Certificate file: none 
gLite user:       glite 
Terminal width:   80 
Output format:    -x 
Package curl-7.15.5-17.el5_9.i386 already installed and latest version
Package wget-1.11.4-3.el5_8.2.i386 already installed and latest version
Package lsof-4.78-6.i386 already installed and latest version
Package net-tools-1.60-83.el5_10.i386 already installed and latest version
SELinux enabled, don't panic!
git binary not present, installing... done
`/tmp/test-certs.root/grid-security/certificates/2537774a.0' -> `/etc/grid-security/certificates/2537774a.0'
`/tmp/test-certs.root/grid-security/certificates/2537774a.namespaces' -> `/etc/grid-security/certificates/2537774a.namespaces'
`/tmp/test-certs.root/grid-security/certificates/2537774a.r0' -> `/etc/grid-security/certificates/2537774a.r0'
`/tmp/test-certs.root/grid-security/certificates/2537774a.signing_policy' -> `/etc/grid-security/certificates/2537774a.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/2d0b98c8.0' -> `/etc/grid-security/certificates/2d0b98c8.0'
`/tmp/test-certs.root/grid-security/certificates/2d0b98c8.namespaces' -> `/etc/grid-security/certificates/2d0b98c8.namespaces'
`/tmp/test-certs.root/grid-security/certificates/2d0b98c8.r0' -> `/etc/grid-security/certificates/2d0b98c8.r0'
`/tmp/test-certs.root/grid-security/certificates/2d0b98c8.signing_policy' -> `/etc/grid-security/certificates/2d0b98c8.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/2ed6e90e.0' -> `/etc/grid-security/certificates/2ed6e90e.0'
`/tmp/test-certs.root/grid-security/certificates/2ed6e90e.namespaces' -> `/etc/grid-security/certificates/2ed6e90e.namespaces'
`/tmp/test-certs.root/grid-security/certificates/2ed6e90e.r0' -> `/etc/grid-security/certificates/2ed6e90e.r0'
`/tmp/test-certs.root/grid-security/certificates/2ed6e90e.signing_policy' -> `/etc/grid-security/certificates/2ed6e90e.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/4f537285.0' -> `/etc/grid-security/certificates/4f537285.0'
`/tmp/test-certs.root/grid-security/certificates/4f537285.namespaces' -> `/etc/grid-security/certificates/4f537285.namespaces'
`/tmp/test-certs.root/grid-security/certificates/4f537285.r0' -> `/etc/grid-security/certificates/4f537285.r0'
`/tmp/test-certs.root/grid-security/certificates/4f537285.signing_policy' -> `/etc/grid-security/certificates/4f537285.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/5a762d74.0' -> `/etc/grid-security/certificates/5a762d74.0'
`/tmp/test-certs.root/grid-security/certificates/5a762d74.namespaces' -> `/etc/grid-security/certificates/5a762d74.namespaces'
`/tmp/test-certs.root/grid-security/certificates/5a762d74.r0' -> `/etc/grid-security/certificates/5a762d74.r0'
`/tmp/test-certs.root/grid-security/certificates/5a762d74.signing_policy' -> `/etc/grid-security/certificates/5a762d74.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/674ee20e.0' -> `/etc/grid-security/certificates/674ee20e.0'
`/tmp/test-certs.root/grid-security/certificates/674ee20e.namespaces' -> `/etc/grid-security/certificates/674ee20e.namespaces'
`/tmp/test-certs.root/grid-security/certificates/674ee20e.r0' -> `/etc/grid-security/certificates/674ee20e.r0'
`/tmp/test-certs.root/grid-security/certificates/674ee20e.signing_policy' -> `/etc/grid-security/certificates/674ee20e.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/6adfad54.0' -> `/etc/grid-security/certificates/6adfad54.0'
`/tmp/test-certs.root/grid-security/certificates/6adfad54.namespaces' -> `/etc/grid-security/certificates/6adfad54.namespaces'
`/tmp/test-certs.root/grid-security/certificates/6adfad54.r0' -> `/etc/grid-security/certificates/6adfad54.r0'
`/tmp/test-certs.root/grid-security/certificates/6adfad54.signing_policy' -> `/etc/grid-security/certificates/6adfad54.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/84d6f82e.0' -> `/etc/grid-security/certificates/84d6f82e.0'
`/tmp/test-certs.root/grid-security/certificates/84d6f82e.namespaces' -> `/etc/grid-security/certificates/84d6f82e.namespaces'
`/tmp/test-certs.root/grid-security/certificates/84d6f82e.r0' -> `/etc/grid-security/certificates/84d6f82e.r0'
`/tmp/test-certs.root/grid-security/certificates/84d6f82e.signing_policy' -> `/etc/grid-security/certificates/84d6f82e.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/eb7d4f6b.0' -> `/etc/grid-security/certificates/eb7d4f6b.0'
`/tmp/test-certs.root/grid-security/certificates/eb7d4f6b.namespaces' -> `/etc/grid-security/certificates/eb7d4f6b.namespaces'
`/tmp/test-certs.root/grid-security/certificates/eb7d4f6b.r0' -> `/etc/grid-security/certificates/eb7d4f6b.r0'
`/tmp/test-certs.root/grid-security/certificates/eb7d4f6b.signing_policy' -> `/etc/grid-security/certificates/eb7d4f6b.signing_policy'
Cloning into 'glite-testsuites'...
========================
  REAL TESTS START HERE
========================
Aug 16 14:06:12 myriad12.zcu.cz ping-remote.sh:    start
Testing if all binaries are available   done
Testing ping to Apache server myriad12.zcu.cz   done
Testing Apache server at myriad12.zcu.cz:443Connection to localhost 22 port [tcp/ssh] succeeded!    done
Aug 16 14:06:14 myriad12.zcu.cz ping-remote.sh:    end
Aug 16 14:06:14 myriad12.zcu.cz ping-local.sh:    start
Testing if all binaries are available   done
Testing if Apache is running   done
Testing if GridSite is loaded   done
Testing if Apache is listening on port 443   done
Aug 16 14:06:14 myriad12.zcu.cz ping-local.sh:    end
Aug 16 14:06:14 myriad12.zcu.cz gridsite-test-all.sh:    start
Testing if all binaries are available   done
Proxy status:

subject : /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root/CN=2668481410 issuer : /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root identity : /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root type : RFC compliant proxy strength : 1024 bits path : /tmp/x509up_u0 timeleft : 11:59:57

READ (Read Permissions) Plain read... Return code 403   done
With gacl... Return code 200   done
Get index (list & read permissions) Plain read... Return code 403   done
With gacl... Return code 200   done
WRITE & DELETE (write permissions) Plain write... Return code 403   done
With gacl... Return code 201   done
Try deletion... Return code 403   done
With gacl... Return code 200   done
Checking attributes passed on to the environment Run test.cgi... Return code 200   done
Check for GRST_* veriables...    done
Test the basic commands (htcp, htls, htmkdir, htmv, htrm) Running GridSite commands with arguments --cert /tmp/test-certs.root/trusted-certs/trusted_client00.cert --key /tmp/test-certs.root/trusted-certs/trusted_client00.priv-clear --capath /etc/grid-security/certificates/ /tmp/test.txt https://myriad12.zcu.cz/
Testing htcp...    done
Checking by htls...    done
Testing htmv...    done
htcp, file 2...    done
Testing htrm...    done
Checking by htls...    done
Checking directory contents with htls...    done
File compare...    done
Test proxy delegation id: e1bbae3778c40dd0   done
newid: e1bbae3778c40dd0   done
Test handling of VOMS .lsc files (Regression test for bug #39254 and #82023) Trying with empty vomsdir. GRST_CRED_2 should not be present...    done
Possibly fake VOMS extensions. Regenerating... Your identity: /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root
Creating temporary proxy Done
Contacting emicert-voms.civ.zcu.cz:15000 [/DC=org/DC=terena/DC=tcs/C=CZ/ST=l/L=Plzen 3/O=University of West Bohemia/CN=emicert-voms.civ.zcu.cz] "vo.org" Done
Creating proxy Done

Your proxy is valid until Wed Aug 17 02:06:17 2016
Setting up .lsc file and trying again Generated /etc/grid-security/vomsdir/vo.org/emicert-voms.civ.zcu.cz.lsc
   done
Checking for presence of FQAN...    done
Test listing of VOMS attributes (Regression test for bug #92077) Getting list of Role attributes from voms-proxy-info...    done
Getting list of Role attributes from test.cgi...    done
re-running voms extensions...    done
Getting another set of Role attributes from test.cgi...    done
Comparing attributes... Error: A non-matching set of role attributes has been returned
Test flavours and sonames flavour '' /usr/lib/libgridsite.so    done
flavour '_nossl' /usr/lib/libgridsite_nossl.so    done
flavour '_globus' /usr/lib/libgridsite_globus.so    done
Check interpretable DEFVERSION... Oct 401402, Hex 20302   done
Aug 16 14:06:18 myriad12.zcu.cz gridsite-test-all.sh:    end
Aug 16 14:06:18 myriad12.zcu.cz gridsite-test-session-reuse.sh:    start
Testing if all binaries are available   done
Setting test.cgi...   done
Testing test.cgi...   done
Launching first SSL session...   skipped
Info: Sessions not supported
Aug 16 14:06:18 myriad12.zcu.cz gridsite-test-session-reuse.sh:    end
Aug 16 14:06:18 myriad12.zcu.cz gridsite-test-putproxy-new.sh:    start
Testing if all binaries are available   done
Test proxy delegation id: 5590216060ef6f25   done
new proxy file: /var/www/proxycache/%3A%2FC%3DUG%2FL%3DTropic%2FO%3DUtopia%2FOU%3DRelaxation%2FCN%3Droot/5590216060ef6f25/userproxy.pem    done
Aug 16 14:06:19 myriad12.zcu.cz gridsite-test-putproxy-new.sh:    end
Aug 16 14:06:19 myriad12.zcu.cz gridsite-test-packaging.sh:    start
Packages compliance check output:
gridsite-debuginfo
gridsite-debuginfo.i386: W: invalid-url URL: http://www.gridsite.org/ <urlopen error (-3, 'Temporary failure in name resolution')>
1 packages and 0 specfiles checked; 0 errors, 1 warnings.

gridsite-commands
gridsite-commands.i386: W: manpage-not-compressed bz2 /usr/share/man/man1/htfind.1.gz
gridsite-commands.i386: W: manpage-not-compressed bz2 /usr/share/man/man1/htping.1.gz
gridsite-commands.i386: W: manpage-not-compressed bz2 /usr/share/man/man1/htmv.1.gz
gridsite-commands.i386: W: manpage-not-compressed bz2 /usr/share/man/man1/htrm.1.gz
gridsite-commands.i386: W: manpage-not-compressed bz2 /usr/share/man/man1/htls.1.gz
gridsite-commands.i386: W: manpage-not-compressed bz2 /usr/share/man/man1/htmkdir.1.gz
gridsite-commands.i386: W: manpage-not-compressed bz2 /usr/share/man/man1/urlencode.1.gz
gridsite-commands.i386: W: manpage-not-compressed bz2 /usr/share/man/man1/htcp.1.gz
gridsite-commands.i386: W: manpage-not-compressed bz2 /usr/share/man/man1/htll.1.gz
gridsite-commands.i386: W: manpage-not-compressed bz2 /usr/share/man/man1/findproxyfile.1.gz
gridsite-commands.i386: W: invalid-url URL: http://www.gridsite.org/ <urlopen error (-3, 'Temporary failure in name resolution')>
1 packages and 0 specfiles checked; 0 errors, 11 warnings.

gridsite-devel
gridsite-devel.i386: W: invalid-url URL: http://www.gridsite.org/ <urlopen error (-3, 'Temporary failure in name resolution')>
gridsite-devel.i386: W: no-documentation
1 packages and 0 specfiles checked; 0 errors, 2 warnings.

gridsite-libs
gridsite-libs.i386: W: invalid-url URL: http://www.gridsite.org/ <urlopen error (-3, 'Temporary failure in name resolution')>
gridsite-libs.i386: W: unused-direct-shlib-dependency /usr/lib/libgridsite.so.2.3.2 /lib/libz.so.1
gridsite-libs.i386: W: unused-direct-shlib-dependency /usr/lib/libgridsite.so.2.3.2 /lib/libm.so.6
gridsite-libs.i386: W: unused-direct-shlib-dependency /usr/lib/libgridsite_globus.so.2.3.2 /lib/libz.so.1
gridsite-libs.i386: W: unused-direct-shlib-dependency /usr/lib/libgridsite_globus.so.2.3.2 /lib/libm.so.6
gridsite-libs.i386: W: unused-direct-shlib-dependency /usr/lib/libgridsite_nossl.so.2.3.2 /lib/libz.so.1
gridsite-libs.i386: W: unused-direct-shlib-dependency /usr/lib/libgridsite_nossl.so.2.3.2 /lib/libm.so.6
1 packages and 0 specfiles checked; 0 errors, 7 warnings.

gridsite-service-clients
gridsite-service-clients.i386: W: manpage-not-compressed bz2 /usr/share/man/man1/htproxyunixtime.1.gz
gridsite-service-clients.i386: W: manpage-not-compressed bz2 /usr/share/man/man1/htproxyput.1.gz
gridsite-service-clients.i386: W: manpage-not-compressed bz2 /usr/share/man/man1/htproxydestroy.1.gz
gridsite-service-clients.i386: W: manpage-not-compressed bz2 /usr/share/man/man1/htproxyinfo.1.gz
gridsite-service-clients.i386: W: manpage-not-compressed bz2 /usr/share/man/man1/htproxyrenew.1.gz
gridsite-service-clients.i386: W: manpage-not-compressed bz2 /usr/share/man/man1/htproxytime.1.gz
gridsite-service-clients.i386: W: invalid-url URL: http://www.gridsite.org/ <urlopen error (-3, 'Temporary failure in name resolution')>
1 packages and 0 specfiles checked; 0 errors, 7 warnings.

Aug 16 14:06:23 myriad12.zcu.cz gridsite-test-packaging.sh:    end
Aug 16 14:06:23 myriad12.zcu.cz gridsite-test-build.sh:    start
Build reports available   done
Checking gridsite-build.log   warning
grst_canl_x509.c:370: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:375: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:416: warning: pointer targets in passing argument 4 of 'GRSTasn1GetX509Name' differ in signedness
grst_canl_x509.c:461: warning: value computed is not used
grst_canl_x509.c:477: warning: value computed is not used
grst_canl_x509.c:497: warning: value computed is not used
grst_canl_x509.c:516: warning: value computed is not used
grst_canl_x509.c:535: warning: value computed is not used
grst_canl_x509.c:609: warning: value computed is not used
grst_canl_x509.c:613: warning: value computed is not used
grst_canl_x509.c:650: warning: value computed is not used
grst_canl_x509.c:656: warning: value computed is not used
grst_canl_x509.c:668: warning: value computed is not used
grst_canl_x509.c:672: warning: value computed is not used
grst_canl_x509.c:680: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:684: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:690: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:694: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:698: warning: value computed is not used
grst_canl_x509.c:734: warning: value computed is not used
grst_canl_x509.c:752: warning: value computed is not used
grst_canl_x509.c:834: warning: pointer targets in assignment differ in signedness
grst_canl_x509.c:837: warning: pointer targets in passing argument 2 of 'GRSTasn1ParseDump' differ in signedness
grst_canl_x509.c:868: warning: pointer targets in assignment differ in signedness
grst_canl_x509.c:949: warning: pointer targets in passing argument 3 of 'GRSTx509VerifyVomsSigCert' differ in signedness
grst_canl_x509.c:964: warning: pointer targets in passing argument 3 of 'GRSTx509VerifyVomsSig' differ in signedness
grst_canl_x509.c:1032: warning: value computed is not used
grst_canl_x509.c:1061: warning: value computed is not used
grst_canl_x509.c:1072: warning: value computed is not used
grst_canl_x509.c:1074: warning: value computed is not used
grst_canl_x509.c:1086: warning: value computed is not used
grst_canl_x509.c:1096: warning: value computed is not used
grst_canl_x509.c:1127: warning: value computed is not used
grst_canl_x509.c:1149: warning: value computed is not used
grst_canl_x509.c:1164: warning: value computed is not used
grst_canl_x509.c:1180: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1182: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1432: warning: pointer targets in assignment differ in signedness
grst_canl_x509.c:1435: warning: pointer targets in passing argument 2 of 'GRSTasn1ParseDump' differ in signedness
grst_canl_x509.c:1460: warning: pointer targets in assignment differ in signedness
grst_canl_x509.c:1481: warning: pointer targets in passing argument 3 of 'GRSTx509VerifyVomsSig' differ in signedness
grst_canl_x509.c:1543: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1545: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1547: warning: pointer targets in assignment differ in signedness
grst_canl_x509.c:1549: warning: pointer targets in assignment differ in signedness
grst_canl_x509.c:1557: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1561: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1574: warning: pointer targets in passing argument 8 of 'GRSTx509ParseVomsExt' differ in signedness
grst_canl_x509.c:1574: warning: pointer targets in passing argument 9 of 'GRSTx509ParseVomsExt' differ in signedness
grst_canl_x509.c:1693: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1693: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1710: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1710: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1721: warning: 'GRSTx509GetVomsCreds' is deprecated (declared at grst_canl_x509.c:1534)
grst_canl_x509.c:1941: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_canl_x509.c:1956: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_canl_x509.c:2092: warning: unused variable 'prvkeyfilepath'
grst_canl_x509.c:2574: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:2575: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:2547: warning: unused variable 'docroot'
grst_canl_x509.c:2659: warning: pointer targets in passing argument 3 of 'EVP_DigestFinal' differ in signedness
grst_canl_x509.c:2769: warning: 'prvkeyfile' may be used uninitialized in this function
grst_canl_x509.c:2769: warning: 'user_dn_enc' may be used uninitialized in this function
grst_gacl.c:391: warning: unused variable 'i'
grst_gacl.c:678: warning: 'GRSTgaclCredNew' is deprecated (declared at grst_gacl.c:142)
grst_gacl.c:683: warning: 'GRSTgaclCredAddValue' is deprecated (declared at grst_gacl.c:164)
grst_gacl.c:700: warning: unused variable 'perm'
grst_gacl.c:764: warning: value computed is not used
grst_gacl.c:768: warning: value computed is not used
grst_gacl.c:775: warning: value computed is not used
grst_gacl.c:783: warning: value computed is not used
grst_gacl.c:789: warning: value computed is not used
grst_gacl.c:794: warning: value computed is not used
grst_gacl.c:1116: warning: value computed is not used
grst_gacl.c:1132: warning: value computed is not used
grst_gacl.c:1140: warning: value computed is not used
grst_gacl.c:1150: warning: value computed is not used
grst_gacl.c:1092: warning: unused variable 'q'
grst_gacl.c:1191: warning: unused variable 'dn'
grst_gacl.c:1191: warning: unused variable 'filename'
grst_gacl.c:1308: warning: unused variable 'usercred'
grst_gacl.c:294: warning: control reaches end of non-void function
grst_gacl.c:790: warning: 'acl' is used uninitialized in this function
grst_xacml.c:96: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255)
grst_xacml.c:103: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255)
grst_xacml.c:108: warning: 'GRSTgaclCredAddValue' is deprecated (declared at ../interface/gridsite.h:260)
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
grst_xacml.c:128: warning: unused variable 'perm'
grst_xacml.c:123: warning: unused variable 'doc'
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
grst_xacml.c:244: warning: 'acl' is used uninitialized in this function
grst_http.c:102: warning: unused variable 'c'
grst_http.c:249: warning: unused variable 'size_needed'
grst_asn1.c:171: warning: passing argument 1 of 'ASN1_get_object' from incompatible pointer type
grst_asn1.c:194: warning: format '%ld' expects type 'long int', but argument 5 has type 'int'
grst_asn1.c:194: warning: format '%d' expects type 'int', but argument 6 has type 'long int'
grst_asn1.c:198: warning: pointer targets in passing argument 2 of 'GRSTasn1PrintPrintable' differ in signedness
grst_asn1.c:286: warning: passing argument 2 of 'd2i_ASN1_OBJECT' from incompatible pointer type
grst_asn1.c:306: warning: passing argument 2 of 'd2i_ASN1_BOOLEAN' from incompatible pointer type
grst_asn1.c:324: warning: passing argument 2 of 'd2i_ASN1_OCTET_STRING' from incompatible pointer type
grst_asn1.c:337: warning: pointer targets in passing argument 2 of 'GRSTasn1PrintPrintable' differ in signedness
grst_asn1.c:321: warning: unused variable 'i'
grst_asn1.c:351: warning: passing argument 2 of 'd2i_ASN1_INTEGER' from incompatible pointer type
grst_asn1.c:388: warning: passing argument 2 of 'd2i_ASN1_ENUMERATED' from incompatible pointer type
grst_gacl.c:391: warning: unused variable 'i'
grst_gacl.c:678: warning: 'GRSTgaclCredNew' is deprecated (declared at grst_gacl.c:142)
grst_gacl.c:683: warning: 'GRSTgaclCredAddValue' is deprecated (declared at grst_gacl.c:164)
grst_gacl.c:700: warning: unused variable 'perm'
grst_gacl.c:764: warning: value computed is not used
grst_gacl.c:768: warning: value computed is not used
grst_gacl.c:775: warning: value computed is not used
grst_gacl.c:783: warning: value computed is not used
grst_gacl.c:789: warning: value computed is not used
grst_gacl.c:794: warning: value computed is not used
grst_gacl.c:1116: warning: value computed is not used
grst_gacl.c:1132: warning: value computed is not used
grst_gacl.c:1140: warning: value computed is not used
grst_gacl.c:1150: warning: value computed is not used
grst_gacl.c:1092: warning: unused variable 'q'
grst_gacl.c:1191: warning: unused variable 'dn'
grst_gacl.c:1191: warning: unused variable 'filename'
grst_gacl.c:1308: warning: unused variable 'usercred'
grst_gacl.c:294: warning: control reaches end of non-void function
grst_gacl.c:790: warning: 'acl' is used uninitialized in this function
grst_http.c:102: warning: unused variable 'c'
grst_http.c:249: warning: unused variable 'size_needed'
grst_xacml.c:96: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255)
grst_xacml.c:103: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255)
grst_xacml.c:108: warning: 'GRSTgaclCredAddValue' is deprecated (declared at ../interface/gridsite.h:260)
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
grst_xacml.c:128: warning: unused variable 'perm'
grst_xacml.c:123: warning: unused variable 'doc'
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
grst_xacml.c:244: warning: 'acl' is used uninitialized in this function
htcp.c:1501: warning: format '%10ld' expects type 'long int', but argument 3 has type 'size_t'
htcp.c:1529: warning: format '%10ld' expects type 'long int', but argument 3 has type 'size_t'
htcp.c:1000: warning: 'max_fd' may be used uninitialized in this function
htcp.c:790: warning: 'i' is used uninitialized in this function
htcp.c:881: warning: 'max_fd' may be used uninitialized in this function
canl_mod_gridsite.c:533: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:617: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:697: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:716: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:818: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:860: warning: pointer targets in passing argument 1 of 'apr_generate_random_bytes' differ in signedness
canl_mod_gridsite.c:866: warning: format '%016lx' expects type 'long unsigned int', but argument 4 has type 'apr_uint64_t'
canl_mod_gridsite.c:886: warning: suggest parentheses around assignment used as truth value
canl_mod_gridsite.c:894: warning: suggest parentheses around assignment used as truth value
canl_mod_gridsite.c:963: warning: unused variable 'length'
canl_mod_gridsite.c:957: warning: unused variable 'p'
canl_mod_gridsite.c:1400: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:1477: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:1609: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:1914: warning: format '%s' expects type 'char *', but argument 3 has type 'char **'
canl_mod_gridsite.c:3300: warning: suggest parentheses around assignment used as truth value
canl_mod_gridsite.c:3567: warning: too many arguments for format
canl_mod_gridsite.c:3903: warning: dereferencing type-punned pointer will break strict-aliasing rules
canl_mod_gridsite.c:3991: warning: ignoring return value of 'chown', declared with attribute warn_unused_result
canl_mod_gridsite.c:3898: warning: 'status' is used uninitialized in this function
canl_mod_gridsite.c:2420: warning: 'sessionfile' may be used uninitialized in this function
canl_mod_gridsite.c:963: warning: 'length_to_send' may be used uninitialized in this function
grst_admin_main.c:165: warning: format '%08X' expects type 'unsigned int', but argument 5 has type '__time_t'
grst_admin_main.c:165: warning: format '%05X' expects type 'unsigned int', but argument 6 has type '__suseconds_t'
grst_admin_main.c:146: warning: unused variable 'i'
grst_admin_main.c:240: warning: use of assignment suppression and length modifier together in scanf format
grst_admin_main.c:240: warning: use of assignment suppression and length modifier together in scanf format
grst_admin_main.c:391: warning: control reaches end of non-void function
grst_admin_gacl.c:98: warning: unused variable 'deny'
grst_admin_gacl.c:98: warning: unused variable 'allow'
grst_admin_gacl.c:306: warning: unused variable 'i'
grst_admin_gacl.c:354: warning: unused variable 'i'
grst_admin_gacl.c:592: warning: unused variable 'timestamp'
grst_admin_gacl.c:592: warning: unused variable 'i'
grst_admin_gacl.c:592: warning: unused variable 'deny'
grst_admin_gacl.c:592: warning: unused variable 'allow'
grst_admin_gacl.c:645: warning: unused variable 'i'
grst_admin_gacl.c:645: warning: unused variable 'timestamp'
grst_admin_gacl.c:645: warning: unused variable 'deny'
grst_admin_gacl.c:645: warning: unused variable 'allow'
grst_admin_gacl.c:830: warning: unused variable 'allow_new_person'
grst_admin_gacl.c:937: warning: unused variable 'fp'
grst_admin_gacl.c:1000: warning: unused variable 'n'
grst_admin_gacl.c:202: warning: 'cred' is used uninitialized in this function
grst_admin_gacl.c:262: warning: 'previous' may be used uninitialized in this function
grst_admin_gacl.c:357: warning: 'cred' may be used uninitialized in this function
grst_admin_gacl.c:440: warning: 'cred' may be used uninitialized in this function
grst_admin_file.c:201: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result
grst_admin_file.c:329: warning: unused variable 'server_name'
grst_admin_file.c:329: warning: unused variable 'fulluri'
grst_admin_file.c:328: warning: unused variable 'p'
grst_admin_file.c:517: warning: unused variable 'fulluri'
grst_admin_file.c:517: warning: unused variable 'server_name'
grst_admin_file.c:579: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
grst_admin_file.c:663: warning: unused variable 'fp'
grst_admin_file.c:661: warning: unused variable 'dnlistsuri'
grst_admin_file.c:659: warning: unused variable 'len'
grst_admin_file.c:745: warning: unused variable 'fp'
grst_admin_file.c:744: warning: unused variable 'dir_path_vfile'
grst_admin_file.c:744: warning: unused variable 'vfile'
grst_admin_file.c:743: warning: unused variable 'len'
grst_admin_file.c:803: warning: unused variable 'oneline'
grst_admin_file.c:801: warning: unused variable 'found'
grst_admin_file.c:801: warning: unused variable 'ifd'
grst_admin_file.c:968: warning: format '%d' expects type 'int', but argument 3 has type '__off_t'
grst_admin_file.c:1040: warning: format '%X' expects type 'unsigned int *', but argument 3 has type 'time_t *'
grst_admin_file.c:980: warning: unused variable 'j'
grst_admin_file.c:980: warning: unused variable 'fd'
grst_admin_file.c:1201: warning: unused variable 'p'
grst_admin_file.c:1293: warning: unused variable 'fulluri'
grst_admin_file.c:1293: warning: unused variable 'server_name'
grst_admin_file.c:1293: warning: unused variable 'rawpage'
grst_admin_file.c:1292: warning: unused variable 'c'
grst_admin_file.c:1292: warning: unused variable 'i'
grst_admin_file.c:1658: warning: unused variable 'subDIR'
grst_admin_file.c:1657: warning: unused variable 'subdirfile_ent'
grst_admin_file.c:1652: warning: unused variable 'encfulluri'
grst_admin_file.c:1652: warning: unused variable 'fulluri'
grst_admin_file.c:1652: warning: unused variable 'd_name'
grst_admin_file.c:1651: warning: unused variable 'd_namepath'
grst_admin_file.c:1650: warning: unused variable 'numfiles'
grst_admin_file.c:1650: warning: unused variable 'enclen'
grst_admin_file.c:517: warning: 'realfile' may be used uninitialized in this function
grst_admin_file.c:329: warning: 'realfile' may be used uninitialized in this function
grst_admin_file.c:804: warning: 'dnlines' may be used uninitialized in this function
grst_admin_file.c:1383: warning: 'numfiles' may be used uninitialized in this function
grst-delegation.c:63: warning: unused variable 'proxydir'
grst-delegation.c:63: warning: unused variable 'reqtxt'
grst-delegation.c:63: warning: unused variable 'delegation_id'
grst-delegation.c:62: warning: unused variable 'user_dn'
grst-delegation.c:62: warning: unused variable 'client_dn'
grst-delegation.c:62: warning: unused variable 'p'
grst-delegation.c:62: warning: unused variable 'request'
grst-delegation.c:62: warning: unused variable 'docroot'
grst-delegation.c:111: warning: unused variable 'p'
grst-delegation.c:110: warning: unused variable 'i'
grst-delegation.c:143: warning: unused variable 'p'
grst-delegation.c:175: warning: unused variable 'p'
grst-delegation.c:174: warning: unused variable 'i'
grst-delegation.c:174: warning: unused variable 'len'
grst-delegation.c:174: warning: unused variable 'c'
grst-delegation.c:174: warning: unused variable 'fd'
grst-delegation.c:209: warning: unused variable 'p'
grst-delegation.c:208: warning: unused variable 'i'
grst-delegation.c:242: warning: unused variable 'p'
grst-delegation.c:277: warning: unused variable 'client_dn'
grst-delegation.c:277: warning: unused variable 'p'
grst-delegation.c:276: warning: unused variable 'i'
grst-delegation.c:276: warning: unused variable 'len'
grst-delegation.c:276: warning: unused variable 'c'
grst-delegation.c:276: warning: unused variable 'fd'
soapC.c:423: warning: dereferencing type-punned pointer will break strict-aliasing rules
soapC.c:425: warning: dereferencing type-punned pointer will break strict-aliasing rules
soapC.c:507: warning: dereferencing type-punned pointer will break strict-aliasing rules
soapC.c:510: warning: dereferencing type-punned pointer will break strict-aliasing rules
htproxyput.c:536: warning: suggest parentheses around assignment used as truth value
htproxyput.c:561: warning: suggest parentheses around assignment used as truth value
htproxyput.c:117: warning: unused variable 'getProxyReqResponse'
htproxyput.c:542: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
htproxyput.c:567: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
htproxyput.c:696: warning: control reaches end of non-void function
htproxyput.c:386: warning: 'unused' is used uninitialized in this function
soapC.c:423: warning: dereferencing type-punned pointer will break strict-aliasing rules
soapC.c:425: warning: dereferencing type-punned pointer will break strict-aliasing rules
soapC.c:507: warning: dereferencing type-punned pointer will break strict-aliasing rules
soapC.c:510: warning: dereferencing type-punned pointer will break strict-aliasing rules
Aug 16 14:06:24 myriad12.zcu.cz gridsite-test-build.sh:    end
==================
  TESTS END HERE
==================

Clean installation, Scientific 5 (x86_64)

Environment

Clean installation according to EMI guidelines (CA certificates, proxy certificate...).
OS Issue Scientific Linux
Platform x86_64
Host
myriad13.zcu.cz
Duration 1 min
Testbed uptime
14:15:44 up 15 min,  1 user,  load average: 0.74, 0.74, 0.47

Process


REPOS="canl-c gridsite"
BUILDS="canl-c:release gridsite:release glite-lb:release proxyrenewal:release"

rpm -ivh http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
yum install -y yum-priorities yum-protectbase
wget --no-verbose -P /etc/yum.repos.d http://scientific.zcu.cz/repos/external-sl5.repo
yum install -y unzip
for repo in $REPOS; do
	build=`echo ${BUILDS#*$repo:} | cut -f1 -d' '`
	wget --no-verbose --ca-directory=/etc/grid-security/certificates -O /etc/yum.repos.d/jenkins-$repo.repo https://emian.zcu.cz:8443/jenkins/job/$repo-build-$build/platform=epel-5-x86_64/lastSuccessfulBuild/artifact/build.repo
done
wget --no-verbose --ca-directory=/etc/grid-security/certificates -P /tmp https://emian.zcu.cz:8443/jenkins/job/$repo-build-$build/platform=epel-5-x86_64/lastSuccessfulBuild/artifact/reports/*zip*/reports.zip
rm -rf /tmp/reports
unzip -q -d /tmp /tmp/reports.zip

yum install -y gridsite-apache gridsite-commands gridsite-debuginfo gridsite-devel gridsite-service-clients gridsite-services

#
# using external VOMS server in tests
# (deployed locally by default)
#
mkdir /etc/vomses
echo '"vo.org" "emicert-voms.civ.zcu.cz" "15000" "/DC=org/DC=terena/DC=tcs/C=CZ/ST=l/L=Plzen 3/O=University of West Bohemia/CN=emicert-voms.civ.zcu.cz" "vo.org"' > /etc/vomses/emicert-voms.civ.zcu.cz

Full Output of the Installation

Retrieving http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
Preparing...                ##################################################
epel-release                ##################################################
Loaded plugins: downloadonly, kernel-module
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package yum-priorities.noarch 0:1.1.16-21.el5 set to be updated
---> Package yum-protectbase.noarch 0:1.1.16-21.el5 set to be updated
--> Finished Dependency Resolution
Beginning Kernel Module Plugin
Finished Kernel Module Plugin

Dependencies Resolved

================================================================================
 Package                Arch          Version              Repository      Size
================================================================================
Installing:
 yum-priorities         noarch        1.1.16-21.el5        sl-base         16 k
 yum-protectbase        noarch        1.1.16-21.el5        sl-base         14 k

Transaction Summary
================================================================================
Install       2 Package(s)
Upgrade       0 Package(s)

Total download size: 29 k
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           248 kB/s |  29 kB     00:00     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing     : yum-protectbase                                          1/2 

  Installing     : yum-priorities                                           2/2 

Installed:
  yum-priorities.noarch 0:1.1.16-21.el5  yum-protectbase.noarch 0:1.1.16-21.el5 

Complete!
Loaded plugins: downloadonly, kernel-module, priorities, protectbase
124 packages excluded due to repository priority protections
0 packages excluded due to repository protections
Setting up Install Process
Package unzip-5.52-3.el5.x86_64 already installed and latest version
Nothing to do
Loaded plugins: downloadonly, kernel-module, priorities, protectbase
135 packages excluded due to repository priority protections
0 packages excluded due to repository protections
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package gridsite.x86_64 0:2.3.2-1.el5 set to be updated
--> Processing Dependency: libcanl_c.so.2()(64bit) for package: gridsite
--> Processing Dependency: libgsoap.so.0()(64bit) for package: gridsite
--> Processing Dependency: libgridsite.so.2()(64bit) for package: gridsite
---> Package gridsite-commands.x86_64 0:2.3.2-1.el5 set to be updated
--> Processing Dependency: curl for package: gridsite-commands
--> Processing Dependency: libcurl.so.3()(64bit) for package: gridsite-commands
--> Processing Dependency: libidn.so.11()(64bit) for package: gridsite-commands
---> Package gridsite-debuginfo.x86_64 0:2.3.2-1.el5 set to be updated
---> Package gridsite-devel.x86_64 0:2.3.2-1.el5 set to be updated
---> Package gridsite-service-clients.x86_64 0:2.3.2-1.el5 set to be updated
--> Running transaction check
---> Package canl-c.x86_64 0:2.1.6-1.el5 set to be updated
--> Processing Dependency: libcares.so.2()(64bit) for package: canl-c
---> Package curl.x86_64 0:7.15.5-17.el5_9 set to be updated
---> Package gridsite-libs.x86_64 0:2.3.2-1.el5 set to be updated
---> Package gsoap.x86_64 0:2.7.13-5.el5 set to be updated
---> Package libidn.x86_64 0:0.6.5-1.1 set to be updated
--> Running transaction check
---> Package c-ares.x86_64 0:1.6.0-5.el5 set to be updated
--> Finished Dependency Resolution
Beginning Kernel Module Plugin
Finished Kernel Module Plugin

Dependencies Resolved

================================================================================
 Package                      Arch       Version              Repository   Size
================================================================================
Installing:
 gridsite                     x86_64     2.3.2-1.el5          jenkins-gridsite-build-release-platform-epel-5-x86_64-31
                                                                           84 k
 gridsite-commands            x86_64     2.3.2-1.el5          jenkins-gridsite-build-release-platform-epel-5-x86_64-31
                                                                           29 k
 gridsite-debuginfo           x86_64     2.3.2-1.el5          jenkins-gridsite-build-release-platform-epel-5-x86_64-31
                                                                          520 k
 gridsite-devel               x86_64     2.3.2-1.el5          jenkins-gridsite-build-release-platform-epel-5-x86_64-31
                                                                          8.9 k
 gridsite-service-clients     x86_64     2.3.2-1.el5          jenkins-gridsite-build-release-platform-epel-5-x86_64-31
                                                                           29 k
Installing for dependencies:
 c-ares                       x86_64     1.6.0-5.el5          sl-base      49 k
 canl-c                       x86_64     2.1.6-1.el5          jenkins-canl-c-build-release-platform-epel-5-x86_64-33
                                                                           71 k
 curl                         x86_64     7.15.5-17.el5_9      sl-base     232 k
 gridsite-libs                x86_64     2.3.2-1.el5          jenkins-gridsite-build-release-platform-epel-5-x86_64-31
                                                                          135 k
 gsoap                        x86_64     2.7.13-5.el5         epel        444 k
 libidn                       x86_64     0.6.5-1.1            sl-base     195 k

Transaction Summary
================================================================================
Install      11 Package(s)
Upgrade       0 Package(s)

Total download size: 1.8 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           1.2 MB/s | 1.8 MB     00:01     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing     : libidn                                                  1/11 

  Installing     : curl                                                    2/11 

  Installing     : gsoap                                                   3/11 

  Installing     : c-ares                                                  4/11 

  Installing     : canl-c                                                  5/11 

  Installing     : gridsite-libs                                           6/11 

  Installing     : gridsite                                                7/11 

  Installing     : gridsite-debuginfo                                      8/11 

  Installing     : gridsite-commands                                       9/11 

  Installing     : gridsite-service-clients                               10/11 

  Installing     : gridsite-devel                                         11/11 

Installed:
  gridsite.x86_64 0:2.3.2-1.el5                                                 
  gridsite-commands.x86_64 0:2.3.2-1.el5                                        
  gridsite-debuginfo.x86_64 0:2.3.2-1.el5                                       
  gridsite-devel.x86_64 0:2.3.2-1.el5                                           
  gridsite-service-clients.x86_64 0:2.3.2-1.el5                                 

Dependency Installed:
  c-ares.x86_64 0:1.6.0-5.el5          canl-c.x86_64 0:2.1.6-1.el5              
  curl.x86_64 0:7.15.5-17.el5_9        gridsite-libs.x86_64 0:2.3.2-1.el5       
  gsoap.x86_64 0:2.7.13-5.el5          libidn.x86_64 0:0.6.5-1.1                

Complete!

Tests

TestPlan https://twiki.cern.ch/twiki/bin/view/EGEE/GridSiteTestPlan
Tests https://github.com/CESNET/glite-testsuites/tree/master/gridsite/tests/
Certificate file: none 
gLite user:       glite 
Terminal width:   80 
Output format:    -x 
Package curl-7.15.5-17.el5_9.x86_64 already installed and latest version
Package wget-1.11.4-3.el5_8.2.x86_64 already installed and latest version
Package lsof-4.78-6.x86_64 already installed and latest version
Package net-tools-1.60-83.el5_10.x86_64 already installed and latest version
SELinux enabled, don't panic!
git binary not present, installing... done
`/tmp/test-certs.root/grid-security/certificates/2537774a.0' -> `/etc/grid-security/certificates/2537774a.0'
`/tmp/test-certs.root/grid-security/certificates/2537774a.namespaces' -> `/etc/grid-security/certificates/2537774a.namespaces'
`/tmp/test-certs.root/grid-security/certificates/2537774a.r0' -> `/etc/grid-security/certificates/2537774a.r0'
`/tmp/test-certs.root/grid-security/certificates/2537774a.signing_policy' -> `/etc/grid-security/certificates/2537774a.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/2d0b98c8.0' -> `/etc/grid-security/certificates/2d0b98c8.0'
`/tmp/test-certs.root/grid-security/certificates/2d0b98c8.namespaces' -> `/etc/grid-security/certificates/2d0b98c8.namespaces'
`/tmp/test-certs.root/grid-security/certificates/2d0b98c8.r0' -> `/etc/grid-security/certificates/2d0b98c8.r0'
`/tmp/test-certs.root/grid-security/certificates/2d0b98c8.signing_policy' -> `/etc/grid-security/certificates/2d0b98c8.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/2ed6e90e.0' -> `/etc/grid-security/certificates/2ed6e90e.0'
`/tmp/test-certs.root/grid-security/certificates/2ed6e90e.namespaces' -> `/etc/grid-security/certificates/2ed6e90e.namespaces'
`/tmp/test-certs.root/grid-security/certificates/2ed6e90e.r0' -> `/etc/grid-security/certificates/2ed6e90e.r0'
`/tmp/test-certs.root/grid-security/certificates/2ed6e90e.signing_policy' -> `/etc/grid-security/certificates/2ed6e90e.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/4f537285.0' -> `/etc/grid-security/certificates/4f537285.0'
`/tmp/test-certs.root/grid-security/certificates/4f537285.namespaces' -> `/etc/grid-security/certificates/4f537285.namespaces'
`/tmp/test-certs.root/grid-security/certificates/4f537285.r0' -> `/etc/grid-security/certificates/4f537285.r0'
`/tmp/test-certs.root/grid-security/certificates/4f537285.signing_policy' -> `/etc/grid-security/certificates/4f537285.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/5a762d74.0' -> `/etc/grid-security/certificates/5a762d74.0'
`/tmp/test-certs.root/grid-security/certificates/5a762d74.namespaces' -> `/etc/grid-security/certificates/5a762d74.namespaces'
`/tmp/test-certs.root/grid-security/certificates/5a762d74.r0' -> `/etc/grid-security/certificates/5a762d74.r0'
`/tmp/test-certs.root/grid-security/certificates/5a762d74.signing_policy' -> `/etc/grid-security/certificates/5a762d74.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/674ee20e.0' -> `/etc/grid-security/certificates/674ee20e.0'
`/tmp/test-certs.root/grid-security/certificates/674ee20e.namespaces' -> `/etc/grid-security/certificates/674ee20e.namespaces'
`/tmp/test-certs.root/grid-security/certificates/674ee20e.r0' -> `/etc/grid-security/certificates/674ee20e.r0'
`/tmp/test-certs.root/grid-security/certificates/674ee20e.signing_policy' -> `/etc/grid-security/certificates/674ee20e.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/6adfad54.0' -> `/etc/grid-security/certificates/6adfad54.0'
`/tmp/test-certs.root/grid-security/certificates/6adfad54.namespaces' -> `/etc/grid-security/certificates/6adfad54.namespaces'
`/tmp/test-certs.root/grid-security/certificates/6adfad54.r0' -> `/etc/grid-security/certificates/6adfad54.r0'
`/tmp/test-certs.root/grid-security/certificates/6adfad54.signing_policy' -> `/etc/grid-security/certificates/6adfad54.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/84d6f82e.0' -> `/etc/grid-security/certificates/84d6f82e.0'
`/tmp/test-certs.root/grid-security/certificates/84d6f82e.namespaces' -> `/etc/grid-security/certificates/84d6f82e.namespaces'
`/tmp/test-certs.root/grid-security/certificates/84d6f82e.r0' -> `/etc/grid-security/certificates/84d6f82e.r0'
`/tmp/test-certs.root/grid-security/certificates/84d6f82e.signing_policy' -> `/etc/grid-security/certificates/84d6f82e.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/eb7d4f6b.0' -> `/etc/grid-security/certificates/eb7d4f6b.0'
`/tmp/test-certs.root/grid-security/certificates/eb7d4f6b.namespaces' -> `/etc/grid-security/certificates/eb7d4f6b.namespaces'
`/tmp/test-certs.root/grid-security/certificates/eb7d4f6b.r0' -> `/etc/grid-security/certificates/eb7d4f6b.r0'
`/tmp/test-certs.root/grid-security/certificates/eb7d4f6b.signing_policy' -> `/etc/grid-security/certificates/eb7d4f6b.signing_policy'
Cloning into 'glite-testsuites'...
========================
  REAL TESTS START HERE
========================
Aug 16 14:14:54 myriad13.zcu.cz ping-remote.sh:    start
Testing if all binaries are available   done
Testing ping to Apache server myriad13.zcu.cz   done
Testing Apache server at myriad13.zcu.cz:443Connection to localhost 22 port [tcp/ssh] succeeded!    done
Aug 16 14:14:56 myriad13.zcu.cz ping-remote.sh:    end
Aug 16 14:14:56 myriad13.zcu.cz ping-local.sh:    start
Testing if all binaries are available   done
Testing if Apache is running   done
Testing if GridSite is loaded   done
Testing if Apache is listening on port 443   done
Aug 16 14:14:56 myriad13.zcu.cz ping-local.sh:    end
Aug 16 14:14:56 myriad13.zcu.cz gridsite-test-all.sh:    start
Testing if all binaries are available   done
Proxy status:

subject : /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root/CN=3361962259 issuer : /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root identity : /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root type : RFC compliant proxy strength : 1024 bits path : /tmp/x509up_u0 timeleft : 11:59:55

READ (Read Permissions) Plain read... Return code 403   done
With gacl... Return code 200   done
Get index (list & read permissions) Plain read... Return code 403   done
With gacl... Return code 200   done
WRITE & DELETE (write permissions) Plain write... Return code 403   done
With gacl... Return code 201   done
Try deletion... Return code 403   done
With gacl... Return code 200   done
Checking attributes passed on to the environment Run test.cgi... Return code 200   done
Check for GRST_* veriables...    done
Test the basic commands (htcp, htls, htmkdir, htmv, htrm) Running GridSite commands with arguments --cert /tmp/test-certs.root/trusted-certs/trusted_client00.cert --key /tmp/test-certs.root/trusted-certs/trusted_client00.priv-clear --capath /etc/grid-security/certificates/ /tmp/test.txt https://myriad13.zcu.cz/
Testing htcp...    done
Checking by htls...    done
Testing htmv...    done
htcp, file 2...    done
Testing htrm...    done
Checking by htls...    done
Checking directory contents with htls...    done
File compare...    done
Test proxy delegation id: 2c5200fe7276a3ea   done
newid: 2c5200fe7276a3ea   done
Test handling of VOMS .lsc files (Regression test for bug #39254 and #82023) Trying with empty vomsdir. GRST_CRED_2 should not be present...    done
Possibly fake VOMS extensions. Regenerating... Your identity: /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root
Creating temporary proxy Done
Contacting emicert-voms.civ.zcu.cz:15000 [/DC=org/DC=terena/DC=tcs/C=CZ/ST=l/L=Plzen 3/O=University of West Bohemia/CN=emicert-voms.civ.zcu.cz] "vo.org" Done
Creating proxy Done

Your proxy is valid until Wed Aug 17 02:14:58 2016
Setting up .lsc file and trying again Generated /etc/grid-security/vomsdir/vo.org/emicert-voms.civ.zcu.cz.lsc
   done
Checking for presence of FQAN...    done
Test listing of VOMS attributes (Regression test for bug #92077) Getting list of Role attributes from voms-proxy-info...    done
Getting list of Role attributes from test.cgi...    done
re-running voms extensions...    done
Getting another set of Role attributes from test.cgi...    done
Comparing attributes... Error: A non-matching set of role attributes has been returned
Test flavours and sonames flavour '' /usr/lib64/libgridsite.so    done
flavour '_nossl' /usr/lib64/libgridsite_nossl.so    done
flavour '_globus' /usr/lib64/libgridsite_globus.so    done
Check interpretable DEFVERSION... Oct 401402, Hex 20302   done
Aug 16 14:14:58 myriad13.zcu.cz gridsite-test-all.sh:    end
Aug 16 14:14:58 myriad13.zcu.cz gridsite-test-session-reuse.sh:    start
Testing if all binaries are available   done
Setting test.cgi...   done
Testing test.cgi...   done
Launching first SSL session...   skipped
Info: Sessions not supported
Aug 16 14:14:59 myriad13.zcu.cz gridsite-test-session-reuse.sh:    end
Aug 16 14:14:59 myriad13.zcu.cz gridsite-test-putproxy-new.sh:    start
Testing if all binaries are available   done
Test proxy delegation id: d8cdcaa37118b44a   done
new proxy file: /var/www/proxycache/%3A%2FC%3DUG%2FL%3DTropic%2FO%3DUtopia%2FOU%3DRelaxation%2FCN%3Droot/d8cdcaa37118b44a/userproxy.pem    done
Aug 16 14:14:59 myriad13.zcu.cz gridsite-test-putproxy-new.sh:    end
Aug 16 14:14:59 myriad13.zcu.cz gridsite-test-packaging.sh:    start
Packages compliance check output:
gridsite-debuginfo
gridsite-debuginfo.x86_64: W: invalid-url URL: http://www.gridsite.org/ <urlopen error (-3, 'Temporary failure in name resolution')>
1 packages and 0 specfiles checked; 0 errors, 1 warnings.

gridsite-devel
gridsite-devel.x86_64: W: invalid-url URL: http://www.gridsite.org/ <urlopen error (-3, 'Temporary failure in name resolution')>
gridsite-devel.x86_64: W: no-documentation
1 packages and 0 specfiles checked; 0 errors, 2 warnings.

gridsite-libs
gridsite-libs.x86_64: W: invalid-url URL: http://www.gridsite.org/ <urlopen error (-3, 'Temporary failure in name resolution')>
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite.so.2.3.2 /lib64/libz.so.1
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite.so.2.3.2 /lib64/libm.so.6
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_nossl.so.2.3.2 /lib64/libz.so.1
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_nossl.so.2.3.2 /lib64/libm.so.6
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_globus.so.2.3.2 /lib64/libz.so.1
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_globus.so.2.3.2 /lib64/libm.so.6
1 packages and 0 specfiles checked; 0 errors, 7 warnings.

gridsite-service-clients
gridsite-service-clients.x86_64: W: manpage-not-compressed bz2 /usr/share/man/man1/htproxyunixtime.1.gz
gridsite-service-clients.x86_64: W: manpage-not-compressed bz2 /usr/share/man/man1/htproxyput.1.gz
gridsite-service-clients.x86_64: W: manpage-not-compressed bz2 /usr/share/man/man1/htproxydestroy.1.gz
gridsite-service-clients.x86_64: W: manpage-not-compressed bz2 /usr/share/man/man1/htproxyinfo.1.gz
gridsite-service-clients.x86_64: W: manpage-not-compressed bz2 /usr/share/man/man1/htproxyrenew.1.gz
gridsite-service-clients.x86_64: W: manpage-not-compressed bz2 /usr/share/man/man1/htproxytime.1.gz
gridsite-service-clients.x86_64: W: invalid-url URL: http://www.gridsite.org/ <urlopen error (-3, 'Temporary failure in name resolution')>
1 packages and 0 specfiles checked; 0 errors, 7 warnings.

gridsite-commands
gridsite-commands.x86_64: W: manpage-not-compressed bz2 /usr/share/man/man1/htfind.1.gz
gridsite-commands.x86_64: W: manpage-not-compressed bz2 /usr/share/man/man1/htping.1.gz
gridsite-commands.x86_64: W: manpage-not-compressed bz2 /usr/share/man/man1/htmv.1.gz
gridsite-commands.x86_64: W: manpage-not-compressed bz2 /usr/share/man/man1/htrm.1.gz
gridsite-commands.x86_64: W: manpage-not-compressed bz2 /usr/share/man/man1/htls.1.gz
gridsite-commands.x86_64: W: manpage-not-compressed bz2 /usr/share/man/man1/htmkdir.1.gz
gridsite-commands.x86_64: W: manpage-not-compressed bz2 /usr/share/man/man1/urlencode.1.gz
gridsite-commands.x86_64: W: manpage-not-compressed bz2 /usr/share/man/man1/htcp.1.gz
gridsite-commands.x86_64: W: manpage-not-compressed bz2 /usr/share/man/man1/htll.1.gz
gridsite-commands.x86_64: W: manpage-not-compressed bz2 /usr/share/man/man1/findproxyfile.1.gz
gridsite-commands.x86_64: W: invalid-url URL: http://www.gridsite.org/ <urlopen error (-3, 'Temporary failure in name resolution')>
gridsite-commands.x86_64: E: binary-or-shlib-defines-rpath /usr/bin/urlencode ['/usr/lib']
gridsite-commands.x86_64: E: binary-or-shlib-defines-rpath /usr/bin/findproxyfile ['/usr/lib']
gridsite-commands.x86_64: E: binary-or-shlib-defines-rpath /usr/bin/htcp ['/usr/lib']
1 packages and 0 specfiles checked; 3 errors, 11 warnings.

Aug 16 14:15:35 myriad13.zcu.cz gridsite-test-packaging.sh:    end
Aug 16 14:15:35 myriad13.zcu.cz gridsite-test-build.sh:    start
Build reports available   done
Checking gridsite-build.log   warning
grst_canl_x509.c:370: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:375: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:416: warning: pointer targets in passing argument 4 of 'GRSTasn1GetX509Name' differ in signedness
grst_canl_x509.c:461: warning: value computed is not used
grst_canl_x509.c:477: warning: value computed is not used
grst_canl_x509.c:497: warning: value computed is not used
grst_canl_x509.c:516: warning: value computed is not used
grst_canl_x509.c:535: warning: value computed is not used
grst_canl_x509.c:609: warning: value computed is not used
grst_canl_x509.c:613: warning: value computed is not used
grst_canl_x509.c:650: warning: value computed is not used
grst_canl_x509.c:656: warning: value computed is not used
grst_canl_x509.c:668: warning: value computed is not used
grst_canl_x509.c:672: warning: value computed is not used
grst_canl_x509.c:680: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:684: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:690: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:694: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:698: warning: value computed is not used
grst_canl_x509.c:734: warning: value computed is not used
grst_canl_x509.c:752: warning: value computed is not used
grst_canl_x509.c:834: warning: pointer targets in assignment differ in signedness
grst_canl_x509.c:837: warning: pointer targets in passing argument 2 of 'GRSTasn1ParseDump' differ in signedness
grst_canl_x509.c:868: warning: pointer targets in assignment differ in signedness
grst_canl_x509.c:949: warning: pointer targets in passing argument 3 of 'GRSTx509VerifyVomsSigCert' differ in signedness
grst_canl_x509.c:964: warning: pointer targets in passing argument 3 of 'GRSTx509VerifyVomsSig' differ in signedness
grst_canl_x509.c:1032: warning: value computed is not used
grst_canl_x509.c:1061: warning: value computed is not used
grst_canl_x509.c:1072: warning: value computed is not used
grst_canl_x509.c:1074: warning: value computed is not used
grst_canl_x509.c:1086: warning: value computed is not used
grst_canl_x509.c:1096: warning: value computed is not used
grst_canl_x509.c:1127: warning: value computed is not used
grst_canl_x509.c:1149: warning: value computed is not used
grst_canl_x509.c:1164: warning: value computed is not used
grst_canl_x509.c:1180: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1182: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1432: warning: pointer targets in assignment differ in signedness
grst_canl_x509.c:1435: warning: pointer targets in passing argument 2 of 'GRSTasn1ParseDump' differ in signedness
grst_canl_x509.c:1460: warning: pointer targets in assignment differ in signedness
grst_canl_x509.c:1481: warning: pointer targets in passing argument 3 of 'GRSTx509VerifyVomsSig' differ in signedness
grst_canl_x509.c:1543: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1545: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1547: warning: pointer targets in assignment differ in signedness
grst_canl_x509.c:1549: warning: pointer targets in assignment differ in signedness
grst_canl_x509.c:1557: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1561: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1574: warning: pointer targets in passing argument 8 of 'GRSTx509ParseVomsExt' differ in signedness
grst_canl_x509.c:1574: warning: pointer targets in passing argument 9 of 'GRSTx509ParseVomsExt' differ in signedness
grst_canl_x509.c:1693: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1693: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1710: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1710: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1721: warning: 'GRSTx509GetVomsCreds' is deprecated (declared at grst_canl_x509.c:1534)
grst_canl_x509.c:1941: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_canl_x509.c:1956: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_canl_x509.c:2092: warning: unused variable 'prvkeyfilepath'
grst_canl_x509.c:2574: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:2575: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:2547: warning: unused variable 'docroot'
grst_canl_x509.c:2659: warning: pointer targets in passing argument 3 of 'EVP_DigestFinal' differ in signedness
grst_canl_x509.c:2769: warning: 'prvkeyfile' may be used uninitialized in this function
grst_canl_x509.c:2769: warning: 'user_dn_enc' may be used uninitialized in this function
grst_gacl.c:391: warning: unused variable 'i'
grst_gacl.c:678: warning: 'GRSTgaclCredNew' is deprecated (declared at grst_gacl.c:142)
grst_gacl.c:683: warning: 'GRSTgaclCredAddValue' is deprecated (declared at grst_gacl.c:164)
grst_gacl.c:700: warning: unused variable 'perm'
grst_gacl.c:764: warning: value computed is not used
grst_gacl.c:768: warning: value computed is not used
grst_gacl.c:775: warning: value computed is not used
grst_gacl.c:783: warning: value computed is not used
grst_gacl.c:789: warning: value computed is not used
grst_gacl.c:794: warning: value computed is not used
grst_gacl.c:1116: warning: value computed is not used
grst_gacl.c:1132: warning: value computed is not used
grst_gacl.c:1140: warning: value computed is not used
grst_gacl.c:1150: warning: value computed is not used
grst_gacl.c:1092: warning: unused variable 'q'
grst_gacl.c:1191: warning: unused variable 'dn'
grst_gacl.c:1191: warning: unused variable 'filename'
grst_gacl.c:1308: warning: unused variable 'usercred'
grst_gacl.c:294: warning: control reaches end of non-void function
grst_gacl.c:790: warning: 'acl' is used uninitialized in this function
grst_xacml.c:96: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255)
grst_xacml.c:103: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255)
grst_xacml.c:108: warning: 'GRSTgaclCredAddValue' is deprecated (declared at ../interface/gridsite.h:260)
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
grst_xacml.c:128: warning: unused variable 'perm'
grst_xacml.c:123: warning: unused variable 'doc'
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
grst_xacml.c:244: warning: 'acl' is used uninitialized in this function
grst_http.c:102: warning: unused variable 'c'
grst_http.c:156: warning: format '%d' expects type 'int', but argument 3 has type 'size_t'
grst_http.c:249: warning: unused variable 'size_needed'
grst_asn1.c:171: warning: passing argument 1 of 'ASN1_get_object' from incompatible pointer type
grst_asn1.c:194: warning: format '%ld' expects type 'long int', but argument 5 has type 'int'
grst_asn1.c:194: warning: format '%d' expects type 'int', but argument 6 has type 'long int'
grst_asn1.c:198: warning: pointer targets in passing argument 2 of 'GRSTasn1PrintPrintable' differ in signedness
grst_asn1.c:286: warning: passing argument 2 of 'd2i_ASN1_OBJECT' from incompatible pointer type
grst_asn1.c:306: warning: passing argument 2 of 'd2i_ASN1_BOOLEAN' from incompatible pointer type
grst_asn1.c:324: warning: passing argument 2 of 'd2i_ASN1_OCTET_STRING' from incompatible pointer type
grst_asn1.c:337: warning: pointer targets in passing argument 2 of 'GRSTasn1PrintPrintable' differ in signedness
grst_asn1.c:321: warning: unused variable 'i'
grst_asn1.c:351: warning: passing argument 2 of 'd2i_ASN1_INTEGER' from incompatible pointer type
grst_asn1.c:388: warning: passing argument 2 of 'd2i_ASN1_ENUMERATED' from incompatible pointer type
grst_htcp.c:147: warning: format '%c' expects type 'int', but argument 15 has type 'size_t'
grst_htcp.c:147: warning: format '%c' expects type 'int', but argument 16 has type 'size_t'
grst_htcp.c:147: warning: format '%c' expects type 'int', but argument 18 has type 'size_t'
grst_htcp.c:147: warning: format '%c' expects type 'int', but argument 19 has type 'size_t'
grst_htcp.c:147: warning: format '%c' expects type 'int', but argument 24 has type 'size_t'
grst_htcp.c:147: warning: format '%c' expects type 'int', but argument 25 has type 'size_t'
grst_htcp.c:192: warning: format '%c' expects type 'int', but argument 15 has type 'size_t'
grst_htcp.c:192: warning: format '%c' expects type 'int', but argument 16 has type 'size_t'
grst_htcp.c:192: warning: format '%c' expects type 'int', but argument 18 has type 'size_t'
grst_htcp.c:192: warning: format '%c' expects type 'int', but argument 19 has type 'size_t'
grst_htcp.c:192: warning: format '%c' expects type 'int', but argument 21 has type 'size_t'
grst_htcp.c:192: warning: format '%c' expects type 'int', but argument 22 has type 'size_t'
grst_htcp.c:210: warning: format '%c' expects type 'int', but argument 15 has type 'size_t'
grst_htcp.c:210: warning: format '%c' expects type 'int', but argument 16 has type 'size_t'
grst_gacl.c:391: warning: unused variable 'i'
grst_gacl.c:678: warning: 'GRSTgaclCredNew' is deprecated (declared at grst_gacl.c:142)
grst_gacl.c:683: warning: 'GRSTgaclCredAddValue' is deprecated (declared at grst_gacl.c:164)
grst_gacl.c:700: warning: unused variable 'perm'
grst_gacl.c:764: warning: value computed is not used
grst_gacl.c:768: warning: value computed is not used
grst_gacl.c:775: warning: value computed is not used
grst_gacl.c:783: warning: value computed is not used
grst_gacl.c:789: warning: value computed is not used
grst_gacl.c:794: warning: value computed is not used
grst_gacl.c:1116: warning: value computed is not used
grst_gacl.c:1132: warning: value computed is not used
grst_gacl.c:1140: warning: value computed is not used
grst_gacl.c:1150: warning: value computed is not used
grst_gacl.c:1092: warning: unused variable 'q'
grst_gacl.c:1191: warning: unused variable 'dn'
grst_gacl.c:1191: warning: unused variable 'filename'
grst_gacl.c:1308: warning: unused variable 'usercred'
grst_gacl.c:294: warning: control reaches end of non-void function
grst_gacl.c:790: warning: 'acl' is used uninitialized in this function
grst_http.c:102: warning: unused variable 'c'
grst_http.c:156: warning: format '%d' expects type 'int', but argument 3 has type 'size_t'
grst_http.c:249: warning: unused variable 'size_needed'
grst_xacml.c:96: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255)
grst_xacml.c:103: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255)
grst_xacml.c:108: warning: 'GRSTgaclCredAddValue' is deprecated (declared at ../interface/gridsite.h:260)
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
grst_xacml.c:128: warning: unused variable 'perm'
grst_xacml.c:123: warning: unused variable 'doc'
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
grst_xacml.c:244: warning: 'acl' is used uninitialized in this function
grst_htcp.c:147: warning: format '%c' expects type 'int', but argument 15 has type 'size_t'
grst_htcp.c:147: warning: format '%c' expects type 'int', but argument 16 has type 'size_t'
grst_htcp.c:147: warning: format '%c' expects type 'int', but argument 18 has type 'size_t'
grst_htcp.c:147: warning: format '%c' expects type 'int', but argument 19 has type 'size_t'
grst_htcp.c:147: warning: format '%c' expects type 'int', but argument 24 has type 'size_t'
grst_htcp.c:147: warning: format '%c' expects type 'int', but argument 25 has type 'size_t'
grst_htcp.c:192: warning: format '%c' expects type 'int', but argument 15 has type 'size_t'
grst_htcp.c:192: warning: format '%c' expects type 'int', but argument 16 has type 'size_t'
grst_htcp.c:192: warning: format '%c' expects type 'int', but argument 18 has type 'size_t'
grst_htcp.c:192: warning: format '%c' expects type 'int', but argument 19 has type 'size_t'
grst_htcp.c:192: warning: format '%c' expects type 'int', but argument 21 has type 'size_t'
grst_htcp.c:192: warning: format '%c' expects type 'int', but argument 22 has type 'size_t'
grst_htcp.c:210: warning: format '%c' expects type 'int', but argument 15 has type 'size_t'
grst_htcp.c:210: warning: format '%c' expects type 'int', but argument 16 has type 'size_t'
htcp.c:136: warning: format '%d' expects type 'int *', but argument 3 has type 'size_t *'
htcp.c:1000: warning: 'max_fd' may be used uninitialized in this function
htcp.c:790: warning: 'i' is used uninitialized in this function
htcp.c:881: warning: 'max_fd' may be used uninitialized in this function
canl_mod_gridsite.c:533: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:617: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:697: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:716: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:818: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:860: warning: pointer targets in passing argument 1 of 'apr_generate_random_bytes' differ in signedness
canl_mod_gridsite.c:886: warning: suggest parentheses around assignment used as truth value
canl_mod_gridsite.c:894: warning: suggest parentheses around assignment used as truth value
canl_mod_gridsite.c:963: warning: unused variable 'length'
canl_mod_gridsite.c:957: warning: unused variable 'p'
canl_mod_gridsite.c:1400: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:1477: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:1609: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:1914: warning: format '%s' expects type 'char *', but argument 3 has type 'char **'
canl_mod_gridsite.c:3300: warning: suggest parentheses around assignment used as truth value
canl_mod_gridsite.c:3567: warning: too many arguments for format
canl_mod_gridsite.c:3608: warning: field width should have type 'int', but argument 4 has type 'size_t'
canl_mod_gridsite.c:3903: warning: dereferencing type-punned pointer will break strict-aliasing rules
canl_mod_gridsite.c:3991: warning: ignoring return value of 'chown', declared with attribute warn_unused_result
canl_mod_gridsite.c:3898: warning: 'status' is used uninitialized in this function
canl_mod_gridsite.c:2420: warning: 'sessionfile' may be used uninitialized in this function
canl_mod_gridsite.c:963: warning: 'length_to_send' may be used uninitialized in this function
grst_admin_main.c:94: warning: format '%d' expects type 'int', but argument 3 has type 'size_t'
grst_admin_main.c:165: warning: format '%08X' expects type 'unsigned int', but argument 5 has type '__time_t'
grst_admin_main.c:165: warning: format '%05X' expects type 'unsigned int', but argument 6 has type '__suseconds_t'
grst_admin_main.c:165: warning: format '%X' expects type 'unsigned int', but argument 7 has type 'size_t'
grst_admin_main.c:146: warning: unused variable 'i'
grst_admin_main.c:240: warning: use of assignment suppression and length modifier together in scanf format
grst_admin_main.c:240: warning: use of assignment suppression and length modifier together in scanf format
grst_admin_main.c:391: warning: control reaches end of non-void function
grst_admin_gacl.c:98: warning: unused variable 'deny'
grst_admin_gacl.c:98: warning: unused variable 'allow'
grst_admin_gacl.c:306: warning: unused variable 'i'
grst_admin_gacl.c:354: warning: unused variable 'i'
grst_admin_gacl.c:592: warning: unused variable 'timestamp'
grst_admin_gacl.c:592: warning: unused variable 'i'
grst_admin_gacl.c:592: warning: unused variable 'deny'
grst_admin_gacl.c:592: warning: unused variable 'allow'
grst_admin_gacl.c:645: warning: unused variable 'i'
grst_admin_gacl.c:645: warning: unused variable 'timestamp'
grst_admin_gacl.c:645: warning: unused variable 'deny'
grst_admin_gacl.c:645: warning: unused variable 'allow'
grst_admin_gacl.c:830: warning: unused variable 'allow_new_person'
grst_admin_gacl.c:937: warning: unused variable 'fp'
grst_admin_gacl.c:1000: warning: unused variable 'n'
grst_admin_gacl.c:202: warning: 'cred' is used uninitialized in this function
grst_admin_gacl.c:262: warning: 'previous' may be used uninitialized in this function
grst_admin_gacl.c:357: warning: 'cred' may be used uninitialized in this function
grst_admin_gacl.c:440: warning: 'cred' may be used uninitialized in this function
grst_admin_file.c:201: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result
grst_admin_file.c:329: warning: unused variable 'server_name'
grst_admin_file.c:329: warning: unused variable 'fulluri'
grst_admin_file.c:328: warning: unused variable 'p'
grst_admin_file.c:517: warning: unused variable 'fulluri'
grst_admin_file.c:517: warning: unused variable 'server_name'
grst_admin_file.c:579: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
grst_admin_file.c:663: warning: unused variable 'fp'
grst_admin_file.c:661: warning: unused variable 'dnlistsuri'
grst_admin_file.c:659: warning: unused variable 'len'
grst_admin_file.c:745: warning: unused variable 'fp'
grst_admin_file.c:744: warning: unused variable 'dir_path_vfile'
grst_admin_file.c:744: warning: unused variable 'vfile'
grst_admin_file.c:743: warning: unused variable 'len'
grst_admin_file.c:803: warning: unused variable 'oneline'
grst_admin_file.c:801: warning: unused variable 'found'
grst_admin_file.c:801: warning: unused variable 'ifd'
grst_admin_file.c:968: warning: format '%d' expects type 'int', but argument 3 has type '__off_t'
grst_admin_file.c:1040: warning: format '%X' expects type 'unsigned int *', but argument 3 has type 'time_t *'
grst_admin_file.c:1043: warning: format '%X' expects type 'unsigned int *', but argument 3 has type 'size_t *'
grst_admin_file.c:980: warning: unused variable 'j'
grst_admin_file.c:980: warning: unused variable 'fd'
grst_admin_file.c:1201: warning: unused variable 'p'
grst_admin_file.c:1293: warning: unused variable 'fulluri'
grst_admin_file.c:1293: warning: unused variable 'server_name'
grst_admin_file.c:1293: warning: unused variable 'rawpage'
grst_admin_file.c:1292: warning: unused variable 'c'
grst_admin_file.c:1292: warning: unused variable 'i'
grst_admin_file.c:1658: warning: unused variable 'subDIR'
grst_admin_file.c:1657: warning: unused variable 'subdirfile_ent'
grst_admin_file.c:1652: warning: unused variable 'encfulluri'
grst_admin_file.c:1652: warning: unused variable 'fulluri'
grst_admin_file.c:1652: warning: unused variable 'd_name'
grst_admin_file.c:1651: warning: unused variable 'd_namepath'
grst_admin_file.c:1650: warning: unused variable 'numfiles'
grst_admin_file.c:1650: warning: unused variable 'enclen'
grst_admin_file.c:517: warning: 'realfile' may be used uninitialized in this function
grst_admin_file.c:329: warning: 'realfile' may be used uninitialized in this function
grst_admin_file.c:804: warning: 'dnlines' may be used uninitialized in this function
grst_admin_file.c:1383: warning: 'numfiles' may be used uninitialized in this function
grst-delegation.c:63: warning: unused variable 'proxydir'
grst-delegation.c:63: warning: unused variable 'reqtxt'
grst-delegation.c:63: warning: unused variable 'delegation_id'
grst-delegation.c:62: warning: unused variable 'user_dn'
grst-delegation.c:62: warning: unused variable 'client_dn'
grst-delegation.c:62: warning: unused variable 'p'
grst-delegation.c:62: warning: unused variable 'request'
grst-delegation.c:62: warning: unused variable 'docroot'
grst-delegation.c:111: warning: unused variable 'p'
grst-delegation.c:110: warning: unused variable 'i'
grst-delegation.c:143: warning: unused variable 'p'
grst-delegation.c:175: warning: unused variable 'p'
grst-delegation.c:174: warning: unused variable 'i'
grst-delegation.c:174: warning: unused variable 'len'
grst-delegation.c:174: warning: unused variable 'c'
grst-delegation.c:174: warning: unused variable 'fd'
grst-delegation.c:209: warning: unused variable 'p'
grst-delegation.c:208: warning: unused variable 'i'
grst-delegation.c:242: warning: unused variable 'p'
grst-delegation.c:277: warning: unused variable 'client_dn'
grst-delegation.c:277: warning: unused variable 'p'
grst-delegation.c:276: warning: unused variable 'i'
grst-delegation.c:276: warning: unused variable 'len'
grst-delegation.c:276: warning: unused variable 'c'
grst-delegation.c:276: warning: unused variable 'fd'
soapC.c:423: warning: dereferencing type-punned pointer will break strict-aliasing rules
soapC.c:425: warning: dereferencing type-punned pointer will break strict-aliasing rules
soapC.c:507: warning: dereferencing type-punned pointer will break strict-aliasing rules
soapC.c:510: warning: dereferencing type-punned pointer will break strict-aliasing rules
htproxyput.c:536: warning: suggest parentheses around assignment used as truth value
htproxyput.c:561: warning: suggest parentheses around assignment used as truth value
htproxyput.c:117: warning: unused variable 'getProxyReqResponse'
htproxyput.c:542: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
htproxyput.c:567: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
htproxyput.c:696: warning: control reaches end of non-void function
htproxyput.c:386: warning: 'unused' is used uninitialized in this function
soapC.c:423: warning: dereferencing type-punned pointer will break strict-aliasing rules
soapC.c:425: warning: dereferencing type-punned pointer will break strict-aliasing rules
soapC.c:507: warning: dereferencing type-punned pointer will break strict-aliasing rules
soapC.c:510: warning: dereferencing type-punned pointer will break strict-aliasing rules
Aug 16 14:15:35 myriad13.zcu.cz gridsite-test-build.sh:    end
==================
  TESTS END HERE
==================

Clean installation, Scientific 6 (i686)

Environment

Clean installation according to EMI guidelines (CA certificates, proxy certificate...).
OS Issue Scientific Linux
Platform i686
Host
myriad14.zcu.cz
Duration 2 min
Testbed uptime
14:28:51 up 23 min,  1 user,  load average: 0.52, 0.77, 0.58

Process


REPOS="canl-c gridsite"
BUILDS="canl-c:release gridsite:release glite-lb:release proxyrenewal:release"

rpm -ivh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
yum install -y yum-priorities yum-protectbase
wget --no-verbose -P /etc/yum.repos.d http://scientific.zcu.cz/repos/external-sl6.repo
yum install -y unzip
for repo in $REPOS; do
	build=`echo ${BUILDS#*$repo:} | cut -f1 -d' '`
	wget --no-verbose --ca-directory=/etc/grid-security/certificates --secure-protocol=sslv3 -O /etc/yum.repos.d/jenkins-$repo.repo https://emian.zcu.cz:8443/jenkins/job/$repo-build-$build/platform=epel-6-i386/lastSuccessfulBuild/artifact/build.repo
done
wget --no-verbose --ca-directory=/etc/grid-security/certificates --secure-protocol=sslv3 -P /tmp https://emian.zcu.cz:8443/jenkins/job/$repo-build-$build/platform=epel-6-i386/lastSuccessfulBuild/artifact/reports/*zip*/reports.zip
rm -rf /tmp/reports
unzip -q -d /tmp /tmp/reports.zip

yum install -y gridsite-apache gridsite-commands gridsite-debuginfo gridsite-devel gridsite-service-clients gridsite-services

#
# using external VOMS server in tests
# (deployed locally by default)
#
mkdir /etc/vomses
echo '"vo.org" "emicert-voms.civ.zcu.cz" "15000" "/DC=org/DC=terena/DC=tcs/C=CZ/ST=l/L=Plzen 3/O=University of West Bohemia/CN=emicert-voms.civ.zcu.cz" "vo.org"' > /etc/vomses/emicert-voms.civ.zcu.cz

Full Output of the Installation

Retrieving http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
Preparing...                ##################################################
epel-release                ##################################################
Loaded plugins: security
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package yum-plugin-priorities.noarch 0:1.1.30-37.el6 will be installed
---> Package yum-plugin-protectbase.noarch 0:1.1.30-37.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                      Arch         Version               Repository
                                                                           Size
================================================================================
Installing:
 yum-plugin-priorities        noarch       1.1.30-37.el6         sl        26 k
 yum-plugin-protectbase       noarch       1.1.30-37.el6         sl        24 k

Transaction Summary
================================================================================
Install       2 Package(s)

Total download size: 50 k
Installed size: 50 k
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           284 kB/s |  50 kB     00:00     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : yum-plugin-protectbase-1.1.30-37.el6.noarch                  1/2 

  Installing : yum-plugin-priorities-1.1.30-37.el6.noarch                   2/2 

  Verifying  : yum-plugin-priorities-1.1.30-37.el6.noarch                   1/2 

  Verifying  : yum-plugin-protectbase-1.1.30-37.el6.noarch                  2/2 

Installed:
  yum-plugin-priorities.noarch 0:1.1.30-37.el6                                  
  yum-plugin-protectbase.noarch 0:1.1.30-37.el6                                 

Complete!
Loaded plugins: priorities, protectbase, security
Setting up Install Process
0 packages excluded due to repository protections
Package unzip-6.0-4.el6.i686 already installed and latest version
Nothing to do
Loaded plugins: priorities, protectbase, security
Setting up Install Process
7 packages excluded due to repository priority protections
0 packages excluded due to repository protections
Resolving Dependencies
--> Running transaction check
---> Package gridsite.i686 0:2.3.2-1.el6 will be installed
--> Processing Dependency: libcanl_c.so.2 for package: gridsite-2.3.2-1.el6.i686
--> Processing Dependency: libgridsite.so.2 for package: gridsite-2.3.2-1.el6.i686
--> Processing Dependency: libgsoap.so.0 for package: gridsite-2.3.2-1.el6.i686
---> Package gridsite-commands.i686 0:2.3.2-1.el6 will be installed
---> Package gridsite-debuginfo.i686 0:2.3.2-1.el6 will be installed
---> Package gridsite-devel.i686 0:2.3.2-1.el6 will be installed
--> Processing Dependency: pkgconfig(libxml-2.0) for package: gridsite-devel-2.3.2-1.el6.i686
--> Processing Dependency: pkgconfig(openssl) for package: gridsite-devel-2.3.2-1.el6.i686
---> Package gridsite-service-clients.i686 0:2.3.2-1.el6 will be installed
--> Running transaction check
---> Package canl-c.i686 0:2.1.6-1.el6 will be installed
--> Processing Dependency: libcares.so.2 for package: canl-c-2.1.6-1.el6.i686
---> Package gridsite-libs.i686 0:2.3.2-1.el6 will be installed
---> Package gsoap.i686 0:2.7.16-4.el6 will be installed
---> Package libxml2-devel.i686 0:2.7.6-21.el6_8.1 will be installed
--> Processing Dependency: zlib-devel for package: libxml2-devel-2.7.6-21.el6_8.1.i686
---> Package openssl-devel.i686 0:1.0.1e-48.el6_8.1 will be installed
--> Processing Dependency: krb5-devel for package: openssl-devel-1.0.1e-48.el6_8.1.i686
--> Running transaction check
---> Package c-ares.i686 0:1.10.0-3.el6 will be installed
---> Package krb5-devel.i686 0:1.10.3-57.el6 will be installed
--> Processing Dependency: libselinux-devel for package: krb5-devel-1.10.3-57.el6.i686
--> Processing Dependency: libcom_err-devel for package: krb5-devel-1.10.3-57.el6.i686
--> Processing Dependency: keyutils-libs-devel for package: krb5-devel-1.10.3-57.el6.i686
---> Package zlib-devel.i686 0:1.2.3-29.el6 will be installed
--> Running transaction check
---> Package keyutils-libs-devel.i686 0:1.4-5.el6 will be installed
---> Package libcom_err-devel.i686 0:1.41.12-22.el6 will be installed
---> Package libselinux-devel.i686 0:2.0.94-7.el6 will be installed
--> Processing Dependency: libsepol-devel >= 2.0.32-1 for package: libselinux-devel-2.0.94-7.el6.i686
--> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.0.94-7.el6.i686
--> Running transaction check
---> Package libsepol-devel.i686 0:2.0.41-4.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                  Arch Version           Repository                Size
================================================================================
Installing:
 gridsite                 i686 2.3.2-1.el6       jenkins-gridsite-build-release-platform-epel-6-i386-31
                                                                           77 k
 gridsite-commands        i686 2.3.2-1.el6       jenkins-gridsite-build-release-platform-epel-6-i386-31
                                                                           28 k
 gridsite-debuginfo       i686 2.3.2-1.el6       jenkins-gridsite-build-release-platform-epel-6-i386-31
                                                                          366 k
 gridsite-devel           i686 2.3.2-1.el6       jenkins-gridsite-build-release-platform-epel-6-i386-31
                                                                           10 k
 gridsite-service-clients i686 2.3.2-1.el6       jenkins-gridsite-build-release-platform-epel-6-i386-31
                                                                           27 k
Installing for dependencies:
 c-ares                   i686 1.10.0-3.el6      sl                        74 k
 canl-c                   i686 2.1.6-1.el6       jenkins-canl-c-build-release-platform-epel-6-i386-33
                                                                           64 k
 gridsite-libs            i686 2.3.2-1.el6       jenkins-gridsite-build-release-platform-epel-6-i386-31
                                                                           86 k
 gsoap                    i686 2.7.16-4.el6      epel                     205 k
 keyutils-libs-devel      i686 1.4-5.el6         sl                        28 k
 krb5-devel               i686 1.10.3-57.el6     sl                       502 k
 libcom_err-devel         i686 1.41.12-22.el6    sl                        32 k
 libselinux-devel         i686 2.0.94-7.el6      sl                       136 k
 libsepol-devel           i686 2.0.41-4.el6      sl                        63 k
 libxml2-devel            i686 2.7.6-21.el6_8.1  sl-security              1.1 M
 openssl-devel            i686 1.0.1e-48.el6_8.1 sl-security              1.2 M
 zlib-devel               i686 1.2.3-29.el6      sl                        43 k

Transaction Summary
================================================================================
Install      17 Package(s)

Total download size: 3.9 M
Installed size: 17 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           1.7 MB/s | 3.9 MB     00:02     
Retrieving key from http://scientific.zcu.cz/repos/jenkins-builder.asc
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : zlib-devel-1.2.3-29.el6.i686                                1/17 

  Installing : libxml2-devel-2.7.6-21.el6_8.1.i686                         2/17 

  Installing : libsepol-devel-2.0.41-4.el6.i686                            3/17 

  Installing : libselinux-devel-2.0.94-7.el6.i686                          4/17 

  Installing : libcom_err-devel-1.41.12-22.el6.i686                        5/17 

  Installing : keyutils-libs-devel-1.4-5.el6.i686                          6/17 

  Installing : gridsite-debuginfo-2.3.2-1.el6.i686                         7/17 

  Installing : gsoap-2.7.16-4.el6.i686                                     8/17 

  Installing : krb5-devel-1.10.3-57.el6.i686                               9/17 

  Installing : openssl-devel-1.0.1e-48.el6_8.1.i686                       10/17 

  Installing : c-ares-1.10.0-3.el6.i686                                   11/17 

  Installing : canl-c-2.1.6-1.el6.i686                                    12/17 

  Installing : gridsite-libs-2.3.2-1.el6.i686                             13/17 

  Installing : gridsite-devel-2.3.2-1.el6.i686                            14/17 

  Installing : gridsite-commands-2.3.2-1.el6.i686                         15/17 

  Installing : gridsite-service-clients-2.3.2-1.el6.i686                  16/17 

  Installing : gridsite-2.3.2-1.el6.i686                                  17/17 

  Verifying  : gridsite-debuginfo-2.3.2-1.el6.i686                         1/17 

  Verifying  : libselinux-devel-2.0.94-7.el6.i686                          2/17 

  Verifying  : krb5-devel-1.10.3-57.el6.i686                               3/17 

  Verifying  : gridsite-commands-2.3.2-1.el6.i686                          4/17 

  Verifying  : gridsite-service-clients-2.3.2-1.el6.i686                   5/17 

  Verifying  : keyutils-libs-devel-1.4-5.el6.i686                          6/17 

  Verifying  : gridsite-devel-2.3.2-1.el6.i686                             7/17 

  Verifying  : zlib-devel-1.2.3-29.el6.i686                                8/17 

  Verifying  : gridsite-libs-2.3.2-1.el6.i686                              9/17 

  Verifying  : libcom_err-devel-1.41.12-22.el6.i686                       10/17 

  Verifying  : gsoap-2.7.16-4.el6.i686                                    11/17 

  Verifying  : gridsite-2.3.2-1.el6.i686                                  12/17 

  Verifying  : libxml2-devel-2.7.6-21.el6_8.1.i686                        13/17 

  Verifying  : libsepol-devel-2.0.41-4.el6.i686                           14/17 

  Verifying  : c-ares-1.10.0-3.el6.i686                                   15/17 

  Verifying  : canl-c-2.1.6-1.el6.i686                                    16/17 

  Verifying  : openssl-devel-1.0.1e-48.el6_8.1.i686                       17/17 

Installed:
  gridsite.i686 0:2.3.2-1.el6                                                   
  gridsite-commands.i686 0:2.3.2-1.el6                                          
  gridsite-debuginfo.i686 0:2.3.2-1.el6                                         
  gridsite-devel.i686 0:2.3.2-1.el6                                             
  gridsite-service-clients.i686 0:2.3.2-1.el6                                   

Dependency Installed:
  c-ares.i686 0:1.10.0-3.el6              canl-c.i686 0:2.1.6-1.el6             
  gridsite-libs.i686 0:2.3.2-1.el6        gsoap.i686 0:2.7.16-4.el6             
  keyutils-libs-devel.i686 0:1.4-5.el6    krb5-devel.i686 0:1.10.3-57.el6       
  libcom_err-devel.i686 0:1.41.12-22.el6  libselinux-devel.i686 0:2.0.94-7.el6  
  libsepol-devel.i686 0:2.0.41-4.el6      libxml2-devel.i686 0:2.7.6-21.el6_8.1 
  openssl-devel.i686 0:1.0.1e-48.el6_8.1  zlib-devel.i686 0:1.2.3-29.el6        

Complete!

Tests

TestPlan https://twiki.cern.ch/twiki/bin/view/EGEE/GridSiteTestPlan
Tests https://github.com/CESNET/glite-testsuites/tree/master/gridsite/tests/
Certificate file: none 
gLite user:       glite 
Terminal width:   80 
Output format:    -x 
Package curl-7.19.7-52.el6.i686 already installed and latest version
Package wget-1.12-8.el6.i686 already installed and latest version
Package ca-certificates-2015.2.6-65.0.1.el6_7.noarch already installed and latest version
Package lsof-4.82-5.el6.i686 already installed and latest version
Package sudo-1.8.6p3-24.el6.i686 already installed and latest version
Package net-tools-1.60-110.el6_2.i686 already installed and latest version
SELinux enabled, don't panic!
git binary not present, installing... done
`/tmp/test-certs.root/grid-security/certificates/0e2ca11d.0' -> `/etc/grid-security/certificates/0e2ca11d.0'
`/tmp/test-certs.root/grid-security/certificates/0e2ca11d.namespaces' -> `/etc/grid-security/certificates/0e2ca11d.namespaces'
`/tmp/test-certs.root/grid-security/certificates/0e2ca11d.r0' -> `/etc/grid-security/certificates/0e2ca11d.r0'
`/tmp/test-certs.root/grid-security/certificates/0e2ca11d.signing_policy' -> `/etc/grid-security/certificates/0e2ca11d.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/0fbe317b.0' -> `/etc/grid-security/certificates/0fbe317b.0'
`/tmp/test-certs.root/grid-security/certificates/0fbe317b.namespaces' -> `/etc/grid-security/certificates/0fbe317b.namespaces'
`/tmp/test-certs.root/grid-security/certificates/0fbe317b.r0' -> `/etc/grid-security/certificates/0fbe317b.r0'
`/tmp/test-certs.root/grid-security/certificates/0fbe317b.signing_policy' -> `/etc/grid-security/certificates/0fbe317b.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/36395d3c.0' -> `/etc/grid-security/certificates/36395d3c.0'
`/tmp/test-certs.root/grid-security/certificates/36395d3c.namespaces' -> `/etc/grid-security/certificates/36395d3c.namespaces'
`/tmp/test-certs.root/grid-security/certificates/36395d3c.r0' -> `/etc/grid-security/certificates/36395d3c.r0'
`/tmp/test-certs.root/grid-security/certificates/36395d3c.signing_policy' -> `/etc/grid-security/certificates/36395d3c.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/41a90451.0' -> `/etc/grid-security/certificates/41a90451.0'
`/tmp/test-certs.root/grid-security/certificates/41a90451.namespaces' -> `/etc/grid-security/certificates/41a90451.namespaces'
`/tmp/test-certs.root/grid-security/certificates/41a90451.r0' -> `/etc/grid-security/certificates/41a90451.r0'
`/tmp/test-certs.root/grid-security/certificates/41a90451.signing_policy' -> `/etc/grid-security/certificates/41a90451.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/7362bbd6.0' -> `/etc/grid-security/certificates/7362bbd6.0'
`/tmp/test-certs.root/grid-security/certificates/7362bbd6.namespaces' -> `/etc/grid-security/certificates/7362bbd6.namespaces'
`/tmp/test-certs.root/grid-security/certificates/7362bbd6.r0' -> `/etc/grid-security/certificates/7362bbd6.r0'
`/tmp/test-certs.root/grid-security/certificates/7362bbd6.signing_policy' -> `/etc/grid-security/certificates/7362bbd6.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/79356fdd.0' -> `/etc/grid-security/certificates/79356fdd.0'
`/tmp/test-certs.root/grid-security/certificates/79356fdd.namespaces' -> `/etc/grid-security/certificates/79356fdd.namespaces'
`/tmp/test-certs.root/grid-security/certificates/79356fdd.r0' -> `/etc/grid-security/certificates/79356fdd.r0'
`/tmp/test-certs.root/grid-security/certificates/79356fdd.signing_policy' -> `/etc/grid-security/certificates/79356fdd.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/9a529ab0.0' -> `/etc/grid-security/certificates/9a529ab0.0'
`/tmp/test-certs.root/grid-security/certificates/9a529ab0.namespaces' -> `/etc/grid-security/certificates/9a529ab0.namespaces'
`/tmp/test-certs.root/grid-security/certificates/9a529ab0.r0' -> `/etc/grid-security/certificates/9a529ab0.r0'
`/tmp/test-certs.root/grid-security/certificates/9a529ab0.signing_policy' -> `/etc/grid-security/certificates/9a529ab0.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/c1d9b6d3.0' -> `/etc/grid-security/certificates/c1d9b6d3.0'
`/tmp/test-certs.root/grid-security/certificates/c1d9b6d3.namespaces' -> `/etc/grid-security/certificates/c1d9b6d3.namespaces'
`/tmp/test-certs.root/grid-security/certificates/c1d9b6d3.r0' -> `/etc/grid-security/certificates/c1d9b6d3.r0'
`/tmp/test-certs.root/grid-security/certificates/c1d9b6d3.signing_policy' -> `/etc/grid-security/certificates/c1d9b6d3.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/ffb9710f.0' -> `/etc/grid-security/certificates/ffb9710f.0'
`/tmp/test-certs.root/grid-security/certificates/ffb9710f.namespaces' -> `/etc/grid-security/certificates/ffb9710f.namespaces'
`/tmp/test-certs.root/grid-security/certificates/ffb9710f.r0' -> `/etc/grid-security/certificates/ffb9710f.r0'
`/tmp/test-certs.root/grid-security/certificates/ffb9710f.signing_policy' -> `/etc/grid-security/certificates/ffb9710f.signing_policy'
Initialized empty Git repository in /root/GridSite_testing/glite-testsuites/.git/
========================
  REAL TESTS START HERE
========================
Aug 16 14:27:50 myriad14.zcu.cz ping-remote.sh:    start
Testing if all binaries are available   done
Testing ping to Apache server myriad14.zcu.cz   done
Testing Apache server at myriad14.zcu.cz:443Connection to localhost 22 port [tcp/ssh] succeeded!    done
Aug 16 14:27:52 myriad14.zcu.cz ping-remote.sh:    end
Aug 16 14:27:52 myriad14.zcu.cz ping-local.sh:    start
Testing if all binaries are available   done
Testing if Apache is running   done
Testing if GridSite is loaded   done
Testing if Apache is listening on port 443   done
Aug 16 14:27:52 myriad14.zcu.cz ping-local.sh:    end
Aug 16 14:27:52 myriad14.zcu.cz gridsite-test-all.sh:    start
Testing if all binaries are available   done
Proxy status:

subject : /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root/CN=1615371555 issuer : /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root identity : /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root type : RFC compliant proxy strength : 1024 bits path : /tmp/x509up_u0 timeleft : 11:59:56

READ (Read Permissions) Plain read... Return code 403   done
With gacl... Return code 200   done
Get index (list & read permissions) Plain read... Return code 403   done
With gacl... Return code 200   done
WRITE & DELETE (write permissions) Plain write... Return code 403   done
With gacl... Return code 201   done
Try deletion... Return code 403   done
With gacl... Return code 200   done
Checking attributes passed on to the environment Run test.cgi... Return code 200   done
Check for GRST_* veriables...    done
Test the basic commands (htcp, htls, htmkdir, htmv, htrm) Running GridSite commands with arguments --cert /tmp/test-certs.root/trusted-certs/trusted_client00.cert --key /tmp/test-certs.root/trusted-certs/trusted_client00.priv-clear --capath /etc/grid-security/certificates/ /tmp/test.txt https://myriad14.zcu.cz/
Testing htcp...    done
Checking by htls...    done
Testing htmv...    done
htcp, file 2...    done
Testing htrm...    done
Checking by htls...    done
Checking directory contents with htls...    done
File compare...    done
Test proxy delegation id: 1f4e4e6661f28b39   done
newid: 1f4e4e6661f28b39   done
Test handling of VOMS .lsc files (Regression test for bug #39254 and #82023) Trying with empty vomsdir. GRST_CRED_2 should not be present...    done
Possibly fake VOMS extensions. Regenerating... Your identity: /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root
Creating temporary proxy Done
Contacting emicert-voms.civ.zcu.cz:15000 [/DC=org/DC=terena/DC=tcs/C=CZ/ST=l/L=Plzen 3/O=University of West Bohemia/CN=emicert-voms.civ.zcu.cz] "vo.org" Done
Creating proxy Done

Your proxy is valid until Wed Aug 17 02:27:58 2016
Setting up .lsc file and trying again Generated /etc/grid-security/vomsdir/vo.org/emicert-voms.civ.zcu.cz.lsc
   done
Checking for presence of FQAN...    done
Test listing of VOMS attributes (Regression test for bug #92077) Getting list of Role attributes from voms-proxy-info...    done
Getting list of Role attributes from test.cgi...    done
re-running voms extensions...    done
Getting another set of Role attributes from test.cgi...    done
Comparing attributes... Error: A non-matching set of role attributes has been returned
Test flavours and sonames flavour '' /usr/lib/libgridsite.so    done
flavour '_nossl' /usr/lib/libgridsite_nossl.so    done
flavour '_globus' /usr/lib/libgridsite_globus.so    done
Check interpretable DEFVERSION... Oct 401402, Hex 20302   done
Aug 16 14:28:00 myriad14.zcu.cz gridsite-test-all.sh:    end
Aug 16 14:28:00 myriad14.zcu.cz gridsite-test-session-reuse.sh:    start
Testing if all binaries are available   done
Setting test.cgi...   done
Testing test.cgi...   done
Launching first SSL session...   done
Test for GRST_CRED_AURI_2 ...   done
Launching first SSL session...   done
Test for GRST_CRED_AURI_2 -no_ticket ...   done
Aug 16 14:28:02 myriad14.zcu.cz gridsite-test-session-reuse.sh:    end
Aug 16 14:28:02 myriad14.zcu.cz gridsite-test-putproxy-new.sh:    start
Testing if all binaries are available   done
Test proxy delegation id: a76cbd6080ac087a   done
new proxy file: /var/www/proxycache/%3A%2FC%3DUG%2FL%3DTropic%2FO%3DUtopia%2FOU%3DRelaxation%2FCN%3Droot/a76cbd6080ac087a/userproxy.pem    done
Aug 16 14:28:02 myriad14.zcu.cz gridsite-test-putproxy-new.sh:    end
Aug 16 14:28:02 myriad14.zcu.cz gridsite-test-packaging.sh:    start
Packages compliance check output:
gridsite-libs
gridsite-libs.i686: I: enchant-dictionary-not-found en_US
gridsite-libs.i686: W: invalid-url URL: http://www.gridsite.org/ <urlopen error [Errno -3] Temporary failure in name resolution>
gridsite-libs.i686: W: unused-direct-shlib-dependency /usr/lib/libgridsite.so.2.3.2 /lib/libz.so.1
gridsite-libs.i686: W: unused-direct-shlib-dependency /usr/lib/libgridsite.so.2.3.2 /lib/libm.so.6
gridsite-libs.i686: W: unused-direct-shlib-dependency /usr/lib/libgridsite_globus.so.2.3.2 /lib/libz.so.1
gridsite-libs.i686: W: unused-direct-shlib-dependency /usr/lib/libgridsite_globus.so.2.3.2 /lib/libm.so.6
gridsite-libs.i686: W: unused-direct-shlib-dependency /usr/lib/libgridsite_nossl.so.2.3.2 /lib/libz.so.1
gridsite-libs.i686: W: unused-direct-shlib-dependency /usr/lib/libgridsite_nossl.so.2.3.2 /lib/libm.so.6
1 packages and 0 specfiles checked; 0 errors, 7 warnings.

gridsite-devel
gridsite-devel.i686: I: enchant-dictionary-not-found en_US
gridsite-devel.i686: W: invalid-url URL: http://www.gridsite.org/ <urlopen error [Errno -3] Temporary failure in name resolution>
gridsite-devel.i686: W: no-documentation
1 packages and 0 specfiles checked; 0 errors, 2 warnings.

gridsite-service-clients
gridsite-service-clients.i686: I: enchant-dictionary-not-found en_US
gridsite-service-clients.i686: W: invalid-url URL: http://www.gridsite.org/ <urlopen error [Errno -3] Temporary failure in name resolution>
1 packages and 0 specfiles checked; 0 errors, 1 warnings.

gridsite-debuginfo
gridsite-debuginfo.i686: I: enchant-dictionary-not-found en_US
gridsite-debuginfo.i686: W: invalid-url URL: http://www.gridsite.org/ <urlopen error [Errno -3] Temporary failure in name resolution>
1 packages and 0 specfiles checked; 0 errors, 1 warnings.

gridsite-commands
gridsite-commands.i686: I: enchant-dictionary-not-found en_US
gridsite-commands.i686: W: invalid-url URL: http://www.gridsite.org/ <urlopen error [Errno -3] Temporary failure in name resolution>
1 packages and 0 specfiles checked; 0 errors, 1 warnings.

Aug 16 14:28:43 myriad14.zcu.cz gridsite-test-packaging.sh:    end
Aug 16 14:28:43 myriad14.zcu.cz gridsite-test-build.sh:    start
Build reports available   done
Checking gridsite-build.log   warning
grst_canl_x509.c:370: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:375: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:416: warning: pointer targets in passing argument 4 of 'GRSTasn1GetX509Name' differ in signedness
grst_canl_x509.c:461: warning: value computed is not used
grst_canl_x509.c:477: warning: value computed is not used
grst_canl_x509.c:497: warning: value computed is not used
grst_canl_x509.c:516: warning: value computed is not used
grst_canl_x509.c:535: warning: value computed is not used
grst_canl_x509.c:609: warning: value computed is not used
grst_canl_x509.c:613: warning: value computed is not used
grst_canl_x509.c:650: warning: value computed is not used
grst_canl_x509.c:656: warning: value computed is not used
grst_canl_x509.c:668: warning: value computed is not used
grst_canl_x509.c:672: warning: value computed is not used
grst_canl_x509.c:680: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:684: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:690: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:694: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:698: warning: value computed is not used
grst_canl_x509.c:734: warning: value computed is not used
grst_canl_x509.c:752: warning: value computed is not used
grst_canl_x509.c:834: warning: pointer targets in assignment differ in signedness
grst_canl_x509.c:837: warning: pointer targets in passing argument 2 of 'GRSTasn1ParseDump' differ in signedness
grst_canl_x509.c:868: warning: pointer targets in assignment differ in signedness
grst_canl_x509.c:949: warning: pointer targets in passing argument 3 of 'GRSTx509VerifyVomsSigCert' differ in signedness
grst_canl_x509.c:964: warning: pointer targets in passing argument 3 of 'GRSTx509VerifyVomsSig' differ in signedness
grst_canl_x509.c:1032: warning: value computed is not used
grst_canl_x509.c:1061: warning: value computed is not used
grst_canl_x509.c:1072: warning: value computed is not used
grst_canl_x509.c:1074: warning: value computed is not used
grst_canl_x509.c:1086: warning: value computed is not used
grst_canl_x509.c:1096: warning: value computed is not used
grst_canl_x509.c:1127: warning: value computed is not used
grst_canl_x509.c:1149: warning: value computed is not used
grst_canl_x509.c:1164: warning: value computed is not used
grst_canl_x509.c:1180: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1182: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1432: warning: pointer targets in assignment differ in signedness
grst_canl_x509.c:1435: warning: pointer targets in passing argument 2 of 'GRSTasn1ParseDump' differ in signedness
grst_canl_x509.c:1460: warning: pointer targets in assignment differ in signedness
grst_canl_x509.c:1481: warning: pointer targets in passing argument 3 of 'GRSTx509VerifyVomsSig' differ in signedness
grst_canl_x509.c:1543: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1545: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1547: warning: pointer targets in assignment differ in signedness
grst_canl_x509.c:1549: warning: pointer targets in assignment differ in signedness
grst_canl_x509.c:1557: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1561: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1574: warning: pointer targets in passing argument 8 of 'GRSTx509ParseVomsExt' differ in signedness
grst_canl_x509.c:1574: warning: pointer targets in passing argument 9 of 'GRSTx509ParseVomsExt' differ in signedness
grst_canl_x509.c:1694: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1695: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1711: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1712: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1721: warning: 'GRSTx509GetVomsCreds' is deprecated (declared at grst_canl_x509.c:1528)
grst_canl_x509.c:1941: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_canl_x509.c:1956: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_canl_x509.c:2092: warning: unused variable 'prvkeyfilepath'
grst_canl_x509.c:2574: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:2575: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:2547: warning: unused variable 'docroot'
grst_canl_x509.c:2659: warning: pointer targets in passing argument 3 of 'EVP_DigestFinal' differ in signedness
grst_canl_x509.c:2769: warning: 'user_dn_enc' may be used uninitialized in this function
grst_canl_x509.c:2769: warning: 'prvkeyfile' may be used uninitialized in this function
grst_gacl.c:112: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:184: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:191: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:198: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:205: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:212: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:391: warning: unused variable 'i'
grst_gacl.c:678: warning: 'GRSTgaclCredNew' is deprecated (declared at grst_gacl.c:137)
grst_gacl.c:683: warning: 'GRSTgaclCredAddValue' is deprecated (declared at grst_gacl.c:160)
grst_gacl.c:700: warning: unused variable 'perm'
grst_gacl.c:764: warning: value computed is not used
grst_gacl.c:768: warning: value computed is not used
grst_gacl.c:775: warning: value computed is not used
grst_gacl.c:783: warning: value computed is not used
grst_gacl.c:789: warning: value computed is not used
grst_gacl.c:794: warning: value computed is not used
grst_gacl.c:1116: warning: value computed is not used
grst_gacl.c:1132: warning: value computed is not used
grst_gacl.c:1140: warning: value computed is not used
grst_gacl.c:1150: warning: value computed is not used
grst_gacl.c:1092: warning: unused variable 'q'
grst_gacl.c:1114: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:1191: warning: unused variable 'dn'
grst_gacl.c:1191: warning: unused variable 'filename'
grst_gacl.c:1308: warning: unused variable 'usercred'
grst_gacl.c:294: warning: control reaches end of non-void function
grst_gacl.c:790: warning: 'acl' may be used uninitialized in this function
grst_xacml.c:96: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255)
grst_xacml.c:103: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255)
grst_xacml.c:108: warning: 'GRSTgaclCredAddValue' is deprecated (declared at ../interface/gridsite.h:260)
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
grst_xacml.c:128: warning: unused variable 'perm'
grst_xacml.c:123: warning: unused variable 'doc'
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
grst_xacml.c:244: warning: 'acl' may be used uninitialized in this function
grst_http.c:102: warning: unused variable 'c'
grst_http.c:249: warning: unused variable 'size_needed'
grst_asn1.c:171: warning: passing argument 1 of 'ASN1_get_object' from incompatible pointer type
grst_asn1.c:194: warning: format '%ld' expects type 'long int', but argument 5 has type 'int'
grst_asn1.c:194: warning: format '%d' expects type 'int', but argument 6 has type 'long int'
grst_asn1.c:198: warning: pointer targets in passing argument 2 of 'GRSTasn1PrintPrintable' differ in signedness
grst_asn1.c:286: warning: passing argument 2 of 'd2i_ASN1_OBJECT' from incompatible pointer type
grst_asn1.c:306: warning: passing argument 2 of 'd2i_ASN1_BOOLEAN' from incompatible pointer type
grst_asn1.c:324: warning: passing argument 2 of 'd2i_ASN1_OCTET_STRING' from incompatible pointer type
grst_asn1.c:337: warning: pointer targets in passing argument 2 of 'GRSTasn1PrintPrintable' differ in signedness
grst_asn1.c:321: warning: unused variable 'i'
grst_asn1.c:351: warning: passing argument 2 of 'd2i_ASN1_INTEGER' from incompatible pointer type
grst_asn1.c:388: warning: passing argument 2 of 'd2i_ASN1_ENUMERATED' from incompatible pointer type
grst_gacl.c:112: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:184: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:191: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:198: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:205: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:212: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:391: warning: unused variable 'i'
grst_gacl.c:678: warning: 'GRSTgaclCredNew' is deprecated (declared at grst_gacl.c:137)
grst_gacl.c:683: warning: 'GRSTgaclCredAddValue' is deprecated (declared at grst_gacl.c:160)
grst_gacl.c:700: warning: unused variable 'perm'
grst_gacl.c:764: warning: value computed is not used
grst_gacl.c:768: warning: value computed is not used
grst_gacl.c:775: warning: value computed is not used
grst_gacl.c:783: warning: value computed is not used
grst_gacl.c:789: warning: value computed is not used
grst_gacl.c:794: warning: value computed is not used
grst_gacl.c:1116: warning: value computed is not used
grst_gacl.c:1132: warning: value computed is not used
grst_gacl.c:1140: warning: value computed is not used
grst_gacl.c:1150: warning: value computed is not used
grst_gacl.c:1092: warning: unused variable 'q'
grst_gacl.c:1114: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:1191: warning: unused variable 'dn'
grst_gacl.c:1191: warning: unused variable 'filename'
grst_gacl.c:1308: warning: unused variable 'usercred'
grst_gacl.c:294: warning: control reaches end of non-void function
grst_gacl.c:790: warning: 'acl' may be used uninitialized in this function
grst_http.c:102: warning: unused variable 'c'
grst_http.c:249: warning: unused variable 'size_needed'
grst_xacml.c:96: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255)
grst_xacml.c:103: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255)
grst_xacml.c:108: warning: 'GRSTgaclCredAddValue' is deprecated (declared at ../interface/gridsite.h:260)
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
grst_xacml.c:128: warning: unused variable 'perm'
grst_xacml.c:123: warning: unused variable 'doc'
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
grst_xacml.c:244: warning: 'acl' may be used uninitialized in this function
htcp.c:249: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:283: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:310: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:329: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:362: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:395: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:601: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:1101: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:1501: warning: format '%10ld' expects type 'long int', but argument 2 has type 'size_t'
htcp.c:1529: warning: format '%10ld' expects type 'long int', but argument 2 has type 'size_t'
htcp.c:1473: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:1742: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:1762: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:1809: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:1823: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:1829: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:1967: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:1976: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:791: warning: 'i' may be used uninitialized in this function
htcp.c:881: warning: 'max_fd' may be used uninitialized in this function
htcp.c:1000: warning: 'max_fd' may be used uninitialized in this function
canl_mod_gridsite.c:533: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:617: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:697: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:716: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:818: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:860: warning: pointer targets in passing argument 1 of 'apr_generate_random_bytes' differ in signedness
canl_mod_gridsite.c:866: warning: format '%016lx' expects type 'long unsigned int', but argument 4 has type 'apr_uint64_t'
canl_mod_gridsite.c:886: warning: suggest parentheses around assignment used as truth value
canl_mod_gridsite.c:894: warning: suggest parentheses around assignment used as truth value
canl_mod_gridsite.c:963: warning: unused variable 'length'
canl_mod_gridsite.c:957: warning: unused variable 'p'
canl_mod_gridsite.c:1400: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:1477: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:1609: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:1914: warning: format '%s' expects type 'char *', but argument 3 has type 'char **'
canl_mod_gridsite.c:3300: warning: suggest parentheses around assignment used as truth value
canl_mod_gridsite.c:3567: warning: too many arguments for format
canl_mod_gridsite.c:3604: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
canl_mod_gridsite.c:3612: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
canl_mod_gridsite.c:3991: warning: ignoring return value of 'chown', declared with attribute warn_unused_result
canl_mod_gridsite.c:4005: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result
canl_mod_gridsite.c:2420: warning: 'sessionfile' may be used uninitialized in this function
canl_mod_gridsite.c:963: warning: 'length_to_send' may be used uninitialized in this function
canl_mod_gridsite.c:3898: warning: 'status' may be used uninitialized in this function
grst_admin_main.c:165: warning: format '%08X' expects type 'unsigned int', but argument 5 has type '__time_t'
grst_admin_main.c:165: warning: format '%05X' expects type 'unsigned int', but argument 6 has type '__suseconds_t'
grst_admin_main.c:146: warning: unused variable 'i'
grst_admin_main.c:164: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_main.c:240: warning: use of assignment suppression and length modifier together in gnu_scanf format
grst_admin_main.c:240: warning: use of assignment suppression and length modifier together in gnu_scanf format
grst_admin_main.c:391: warning: control reaches end of non-void function
grst_admin_gacl.c:98: warning: unused variable 'deny'
grst_admin_gacl.c:98: warning: unused variable 'allow'
grst_admin_gacl.c:306: warning: unused variable 'i'
grst_admin_gacl.c:354: warning: unused variable 'i'
grst_admin_gacl.c:592: warning: unused variable 'timestamp'
grst_admin_gacl.c:592: warning: unused variable 'i'
grst_admin_gacl.c:592: warning: unused variable 'deny'
grst_admin_gacl.c:592: warning: unused variable 'allow'
grst_admin_gacl.c:645: warning: unused variable 'i'
grst_admin_gacl.c:645: warning: unused variable 'timestamp'
grst_admin_gacl.c:645: warning: unused variable 'deny'
grst_admin_gacl.c:645: warning: unused variable 'allow'
grst_admin_gacl.c:830: warning: unused variable 'allow_new_person'
grst_admin_gacl.c:937: warning: unused variable 'fp'
grst_admin_gacl.c:1000: warning: unused variable 'n'
grst_admin_gacl.c:202: warning: 'cred' is used uninitialized in this function
grst_admin_gacl.c:440: warning: 'cred' may be used uninitialized in this function
grst_admin_gacl.c:262: warning: 'previous' may be used uninitialized in this function
grst_admin_gacl.c:357: warning: 'cred' may be used uninitialized in this function
grst_admin_file.c:201: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result
grst_admin_file.c:270: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:279: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:329: warning: unused variable 'server_name'
grst_admin_file.c:329: warning: unused variable 'fulluri'
grst_admin_file.c:328: warning: unused variable 'p'
grst_admin_file.c:517: warning: unused variable 'fulluri'
grst_admin_file.c:517: warning: unused variable 'server_name'
grst_admin_file.c:543: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:547: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:579: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
grst_admin_file.c:609: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:610: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:663: warning: unused variable 'fp'
grst_admin_file.c:661: warning: unused variable 'dnlistsuri'
grst_admin_file.c:659: warning: unused variable 'len'
grst_admin_file.c:745: warning: unused variable 'fp'
grst_admin_file.c:744: warning: unused variable 'dir_path_vfile'
grst_admin_file.c:744: warning: unused variable 'vfile'
grst_admin_file.c:743: warning: unused variable 'len'
grst_admin_file.c:803: warning: unused variable 'oneline'
grst_admin_file.c:801: warning: unused variable 'found'
grst_admin_file.c:801: warning: unused variable 'ifd'
grst_admin_file.c:825: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:969: warning: format '%d' expects type 'int', but argument 2 has type '__off_t'
grst_admin_file.c:1040: warning: format '%X' expects type 'unsigned int *', but argument 3 has type 'time_t *'
grst_admin_file.c:980: warning: unused variable 'j'
grst_admin_file.c:980: warning: unused variable 'fd'
grst_admin_file.c:1003: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:1063: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:1117: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:1174: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:1201: warning: unused variable 'p'
grst_admin_file.c:1293: warning: unused variable 'fulluri'
grst_admin_file.c:1293: warning: unused variable 'server_name'
grst_admin_file.c:1293: warning: unused variable 'rawpage'
grst_admin_file.c:1292: warning: unused variable 'c'
grst_admin_file.c:1292: warning: unused variable 'i'
grst_admin_file.c:1622: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:1623: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:1658: warning: unused variable 'subDIR'
grst_admin_file.c:1657: warning: unused variable 'subdirfile_ent'
grst_admin_file.c:1652: warning: unused variable 'encfulluri'
grst_admin_file.c:1652: warning: unused variable 'fulluri'
grst_admin_file.c:1652: warning: unused variable 'd_name'
grst_admin_file.c:1651: warning: unused variable 'd_namepath'
grst_admin_file.c:1650: warning: unused variable 'numfiles'
grst_admin_file.c:1650: warning: unused variable 'enclen'
grst_admin_file.c:1683: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:1383: warning: 'numfiles' may be used uninitialized in this function
grst_admin_file.c:804: warning: 'dnlines' may be used uninitialized in this function
grst_admin_file.c:329: warning: 'realfile' may be used uninitialized in this function
grst_admin_file.c:517: warning: 'realfile' may be used uninitialized in this function
grst-delegation.c:63: warning: unused variable 'proxydir'
grst-delegation.c:63: warning: unused variable 'reqtxt'
grst-delegation.c:63: warning: unused variable 'delegation_id'
grst-delegation.c:62: warning: unused variable 'user_dn'
grst-delegation.c:62: warning: unused variable 'client_dn'
grst-delegation.c:62: warning: unused variable 'p'
grst-delegation.c:62: warning: unused variable 'request'
grst-delegation.c:62: warning: unused variable 'docroot'
grst-delegation.c:90: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst-delegation.c:111: warning: unused variable 'p'
grst-delegation.c:110: warning: unused variable 'i'
grst-delegation.c:122: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst-delegation.c:143: warning: unused variable 'p'
grst-delegation.c:150: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst-delegation.c:175: warning: unused variable 'p'
grst-delegation.c:174: warning: unused variable 'i'
grst-delegation.c:174: warning: unused variable 'len'
grst-delegation.c:174: warning: unused variable 'c'
grst-delegation.c:174: warning: unused variable 'fd'
grst-delegation.c:186: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst-delegation.c:209: warning: unused variable 'p'
grst-delegation.c:208: warning: unused variable 'i'
grst-delegation.c:220: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst-delegation.c:242: warning: unused variable 'p'
grst-delegation.c:254: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst-delegation.c:277: warning: unused variable 'client_dn'
grst-delegation.c:277: warning: unused variable 'p'
grst-delegation.c:276: warning: unused variable 'i'
grst-delegation.c:276: warning: unused variable 'len'
grst-delegation.c:276: warning: unused variable 'c'
grst-delegation.c:276: warning: unused variable 'fd'
grst-delegation.c:288: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htproxyput.c:96: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result
htproxyput.c:536: warning: suggest parentheses around assignment used as truth value
htproxyput.c:561: warning: suggest parentheses around assignment used as truth value
htproxyput.c:117: warning: unused variable 'getProxyReqResponse'
htproxyput.c:226: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htproxyput.c:242: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htproxyput.c:248: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htproxyput.c:542: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
htproxyput.c:567: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
htproxyput.c:696: warning: control reaches end of non-void function
htproxyput.c:386: warning: 'unused' may be used uninitialized in this function
Aug 16 14:28:43 myriad14.zcu.cz gridsite-test-build.sh:    end
==================
  TESTS END HERE
==================

Clean installation, Scientific 6 (x86_64)

Environment

Clean installation according to EMI guidelines (CA certificates, proxy certificate...).
OS Issue Scientific Linux
Platform x86_64
Host
myriad15.zcu.cz
Duration 1 min
Testbed uptime
14:18:36 up 13 min,  1 user,  load average: 0.61, 0.43, 0.22

Process


REPOS="canl-c gridsite"
BUILDS="canl-c:release gridsite:release glite-lb:release proxyrenewal:release"

rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum install -y yum-priorities yum-protectbase
wget --no-verbose -P /etc/yum.repos.d http://scientific.zcu.cz/repos/external-sl6.repo
yum install -y unzip
for repo in $REPOS; do
	build=`echo ${BUILDS#*$repo:} | cut -f1 -d' '`
	wget --no-verbose --ca-directory=/etc/grid-security/certificates --secure-protocol=sslv3 -O /etc/yum.repos.d/jenkins-$repo.repo https://emian.zcu.cz:8443/jenkins/job/$repo-build-$build/platform=epel-6-x86_64/lastSuccessfulBuild/artifact/build.repo
done
wget --no-verbose --ca-directory=/etc/grid-security/certificates --secure-protocol=sslv3 -P /tmp https://emian.zcu.cz:8443/jenkins/job/$repo-build-$build/platform=epel-6-x86_64/lastSuccessfulBuild/artifact/reports/*zip*/reports.zip
rm -rf /tmp/reports
unzip -q -d /tmp /tmp/reports.zip

yum install -y gridsite-apache gridsite-commands gridsite-debuginfo gridsite-devel gridsite-service-clients gridsite-services

#
# using external VOMS server in tests
# (deployed locally by default)
#
mkdir /etc/vomses
echo '"vo.org" "emicert-voms.civ.zcu.cz" "15000" "/DC=org/DC=terena/DC=tcs/C=CZ/ST=l/L=Plzen 3/O=University of West Bohemia/CN=emicert-voms.civ.zcu.cz" "vo.org"' > /etc/vomses/emicert-voms.civ.zcu.cz

Full Output of the Installation

Retrieving http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
Preparing...                ##################################################
epel-release                ##################################################
Loaded plugins: security
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package yum-plugin-priorities.noarch 0:1.1.30-37.el6 will be installed
---> Package yum-plugin-protectbase.noarch 0:1.1.30-37.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                      Arch         Version               Repository
                                                                           Size
================================================================================
Installing:
 yum-plugin-priorities        noarch       1.1.30-37.el6         sl        26 k
 yum-plugin-protectbase       noarch       1.1.30-37.el6         sl        24 k

Transaction Summary
================================================================================
Install       2 Package(s)

Total download size: 50 k
Installed size: 50 k
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           259 kB/s |  50 kB     00:00     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : yum-plugin-protectbase-1.1.30-37.el6.noarch                  1/2 

  Installing : yum-plugin-priorities-1.1.30-37.el6.noarch                   2/2 

  Verifying  : yum-plugin-priorities-1.1.30-37.el6.noarch                   1/2 

  Verifying  : yum-plugin-protectbase-1.1.30-37.el6.noarch                  2/2 

Installed:
  yum-plugin-priorities.noarch 0:1.1.30-37.el6                                  
  yum-plugin-protectbase.noarch 0:1.1.30-37.el6                                 

Complete!
Loaded plugins: priorities, protectbase, security
Setting up Install Process
0 packages excluded due to repository protections
Package unzip-6.0-4.el6.x86_64 already installed and latest version
Nothing to do
Loaded plugins: priorities, protectbase, security
Setting up Install Process
11 packages excluded due to repository priority protections
0 packages excluded due to repository protections
Resolving Dependencies
--> Running transaction check
---> Package gridsite.x86_64 0:2.3.2-1.el6 will be installed
--> Processing Dependency: libcanl_c.so.2()(64bit) for package: gridsite-2.3.2-1.el6.x86_64
--> Processing Dependency: libgridsite.so.2()(64bit) for package: gridsite-2.3.2-1.el6.x86_64
--> Processing Dependency: libgsoap.so.0()(64bit) for package: gridsite-2.3.2-1.el6.x86_64
---> Package gridsite-commands.x86_64 0:2.3.2-1.el6 will be installed
---> Package gridsite-debuginfo.x86_64 0:2.3.2-1.el6 will be installed
---> Package gridsite-devel.x86_64 0:2.3.2-1.el6 will be installed
--> Processing Dependency: pkgconfig(libxml-2.0) for package: gridsite-devel-2.3.2-1.el6.x86_64
--> Processing Dependency: pkgconfig(openssl) for package: gridsite-devel-2.3.2-1.el6.x86_64
---> Package gridsite-service-clients.x86_64 0:2.3.2-1.el6 will be installed
--> Running transaction check
---> Package canl-c.x86_64 0:2.1.6-1.el6 will be installed
--> Processing Dependency: libcares.so.2()(64bit) for package: canl-c-2.1.6-1.el6.x86_64
---> Package gridsite-libs.x86_64 0:2.3.2-1.el6 will be installed
---> Package gsoap.x86_64 0:2.7.16-4.el6 will be installed
---> Package libxml2-devel.x86_64 0:2.7.6-21.el6_8.1 will be installed
--> Processing Dependency: zlib-devel for package: libxml2-devel-2.7.6-21.el6_8.1.x86_64
---> Package openssl-devel.x86_64 0:1.0.1e-48.el6_8.1 will be installed
--> Processing Dependency: krb5-devel for package: openssl-devel-1.0.1e-48.el6_8.1.x86_64
--> Running transaction check
---> Package c-ares.x86_64 0:1.10.0-3.el6 will be installed
---> Package krb5-devel.x86_64 0:1.10.3-57.el6 will be installed
--> Processing Dependency: libselinux-devel for package: krb5-devel-1.10.3-57.el6.x86_64
--> Processing Dependency: libcom_err-devel for package: krb5-devel-1.10.3-57.el6.x86_64
--> Processing Dependency: keyutils-libs-devel for package: krb5-devel-1.10.3-57.el6.x86_64
---> Package zlib-devel.x86_64 0:1.2.3-29.el6 will be installed
--> Running transaction check
---> Package keyutils-libs-devel.x86_64 0:1.4-5.el6 will be installed
---> Package libcom_err-devel.x86_64 0:1.41.12-22.el6 will be installed
---> Package libselinux-devel.x86_64 0:2.0.94-7.el6 will be installed
--> Processing Dependency: libsepol-devel >= 2.0.32-1 for package: libselinux-devel-2.0.94-7.el6.x86_64
--> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.0.94-7.el6.x86_64
--> Running transaction check
---> Package libsepol-devel.x86_64 0:2.0.41-4.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                  Arch   Version           Repository              Size
================================================================================
Installing:
 gridsite                 x86_64 2.3.2-1.el6       jenkins-gridsite-build-release-platform-epel-6-x86_64-31
                                                                           74 k
 gridsite-commands        x86_64 2.3.2-1.el6       jenkins-gridsite-build-release-platform-epel-6-x86_64-31
                                                                           28 k
 gridsite-debuginfo       x86_64 2.3.2-1.el6       jenkins-gridsite-build-release-platform-epel-6-x86_64-31
                                                                          393 k
 gridsite-devel           x86_64 2.3.2-1.el6       jenkins-gridsite-build-release-platform-epel-6-x86_64-31
                                                                           10 k
 gridsite-service-clients x86_64 2.3.2-1.el6       jenkins-gridsite-build-release-platform-epel-6-x86_64-31
                                                                           27 k
Installing for dependencies:
 c-ares                   x86_64 1.10.0-3.el6      sl                      74 k
 canl-c                   x86_64 2.1.6-1.el6       jenkins-canl-c-build-release-platform-epel-6-x86_64-33
                                                                           65 k
 gridsite-libs            x86_64 2.3.2-1.el6       jenkins-gridsite-build-release-platform-epel-6-x86_64-31
                                                                           86 k
 gsoap                    x86_64 2.7.16-4.el6      epel                   198 k
 keyutils-libs-devel      x86_64 1.4-5.el6         sl                      28 k
 krb5-devel               x86_64 1.10.3-57.el6     sl                     503 k
 libcom_err-devel         x86_64 1.41.12-22.el6    sl                      32 k
 libselinux-devel         x86_64 2.0.94-7.el6      sl                     136 k
 libsepol-devel           x86_64 2.0.41-4.el6      sl                      63 k
 libxml2-devel            x86_64 2.7.6-21.el6_8.1  sl-security            1.1 M
 openssl-devel            x86_64 1.0.1e-48.el6_8.1 sl-security            1.2 M
 zlib-devel               x86_64 1.2.3-29.el6      sl                      43 k

Transaction Summary
================================================================================
Install      17 Package(s)

Total download size: 3.9 M
Installed size: 18 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           1.4 MB/s | 3.9 MB     00:02     
Retrieving key from http://scientific.zcu.cz/repos/jenkins-builder.asc
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : zlib-devel-1.2.3-29.el6.x86_64                              1/17 

  Installing : gsoap-2.7.16-4.el6.x86_64                                   2/17 

  Installing : libxml2-devel-2.7.6-21.el6_8.1.x86_64                       3/17 

  Installing : c-ares-1.10.0-3.el6.x86_64                                  4/17 

  Installing : canl-c-2.1.6-1.el6.x86_64                                   5/17 

  Installing : gridsite-libs-2.3.2-1.el6.x86_64                            6/17 

  Installing : keyutils-libs-devel-1.4-5.el6.x86_64                        7/17 

  Installing : libsepol-devel-2.0.41-4.el6.x86_64                          8/17 

  Installing : libselinux-devel-2.0.94-7.el6.x86_64                        9/17 

  Installing : libcom_err-devel-1.41.12-22.el6.x86_64                     10/17 

  Installing : krb5-devel-1.10.3-57.el6.x86_64                            11/17 

  Installing : openssl-devel-1.0.1e-48.el6_8.1.x86_64                     12/17 

  Installing : gridsite-devel-2.3.2-1.el6.x86_64                          13/17 

  Installing : gridsite-service-clients-2.3.2-1.el6.x86_64                14/17 

  Installing : gridsite-commands-2.3.2-1.el6.x86_64                       15/17 

  Installing : gridsite-2.3.2-1.el6.x86_64                                16/17 

  Installing : gridsite-debuginfo-2.3.2-1.el6.x86_64                      17/17 

  Verifying  : gridsite-debuginfo-2.3.2-1.el6.x86_64                       1/17 

  Verifying  : gridsite-devel-2.3.2-1.el6.x86_64                           2/17 

  Verifying  : gridsite-libs-2.3.2-1.el6.x86_64                            3/17 

  Verifying  : gridsite-service-clients-2.3.2-1.el6.x86_64                 4/17 

  Verifying  : libcom_err-devel-1.41.12-22.el6.x86_64                      5/17 

  Verifying  : gsoap-2.7.16-4.el6.x86_64                                   6/17 

  Verifying  : gridsite-commands-2.3.2-1.el6.x86_64                        7/17 

  Verifying  : canl-c-2.1.6-1.el6.x86_64                                   8/17 

  Verifying  : libsepol-devel-2.0.41-4.el6.x86_64                          9/17 

  Verifying  : keyutils-libs-devel-1.4-5.el6.x86_64                       10/17 

  Verifying  : libselinux-devel-2.0.94-7.el6.x86_64                       11/17 

  Verifying  : libxml2-devel-2.7.6-21.el6_8.1.x86_64                      12/17 

  Verifying  : zlib-devel-1.2.3-29.el6.x86_64                             13/17 

  Verifying  : openssl-devel-1.0.1e-48.el6_8.1.x86_64                     14/17 

  Verifying  : c-ares-1.10.0-3.el6.x86_64                                 15/17 

  Verifying  : krb5-devel-1.10.3-57.el6.x86_64                            16/17 

  Verifying  : gridsite-2.3.2-1.el6.x86_64                                17/17 

Installed:
  gridsite.x86_64 0:2.3.2-1.el6                                                 
  gridsite-commands.x86_64 0:2.3.2-1.el6                                        
  gridsite-debuginfo.x86_64 0:2.3.2-1.el6                                       
  gridsite-devel.x86_64 0:2.3.2-1.el6                                           
  gridsite-service-clients.x86_64 0:2.3.2-1.el6                                 

Dependency Installed:
  c-ares.x86_64 0:1.10.0-3.el6                                                  
  canl-c.x86_64 0:2.1.6-1.el6                                                   
  gridsite-libs.x86_64 0:2.3.2-1.el6                                            
  gsoap.x86_64 0:2.7.16-4.el6                                                   
  keyutils-libs-devel.x86_64 0:1.4-5.el6                                        
  krb5-devel.x86_64 0:1.10.3-57.el6                                             
  libcom_err-devel.x86_64 0:1.41.12-22.el6                                      
  libselinux-devel.x86_64 0:2.0.94-7.el6                                        
  libsepol-devel.x86_64 0:2.0.41-4.el6                                          
  libxml2-devel.x86_64 0:2.7.6-21.el6_8.1                                       
  openssl-devel.x86_64 0:1.0.1e-48.el6_8.1                                      
  zlib-devel.x86_64 0:1.2.3-29.el6                                              

Complete!

Tests

TestPlan https://twiki.cern.ch/twiki/bin/view/EGEE/GridSiteTestPlan
Tests https://github.com/CESNET/glite-testsuites/tree/master/gridsite/tests/
Certificate file: none 
gLite user:       glite 
Terminal width:   80 
Output format:    -x 
Package curl-7.19.7-52.el6.x86_64 already installed and latest version
Package wget-1.12-8.el6.x86_64 already installed and latest version
Package ca-certificates-2015.2.6-65.0.1.el6_7.noarch already installed and latest version
Package sudo-1.8.6p3-24.el6.x86_64 already installed and latest version
Package net-tools-1.60-110.el6_2.x86_64 already installed and latest version
SELinux enabled, don't panic!
git binary not present, installing... done
`/tmp/test-certs.root/grid-security/certificates/0e2ca11d.0' -> `/etc/grid-security/certificates/0e2ca11d.0'
`/tmp/test-certs.root/grid-security/certificates/0e2ca11d.namespaces' -> `/etc/grid-security/certificates/0e2ca11d.namespaces'
`/tmp/test-certs.root/grid-security/certificates/0e2ca11d.r0' -> `/etc/grid-security/certificates/0e2ca11d.r0'
`/tmp/test-certs.root/grid-security/certificates/0e2ca11d.signing_policy' -> `/etc/grid-security/certificates/0e2ca11d.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/0fbe317b.0' -> `/etc/grid-security/certificates/0fbe317b.0'
`/tmp/test-certs.root/grid-security/certificates/0fbe317b.namespaces' -> `/etc/grid-security/certificates/0fbe317b.namespaces'
`/tmp/test-certs.root/grid-security/certificates/0fbe317b.r0' -> `/etc/grid-security/certificates/0fbe317b.r0'
`/tmp/test-certs.root/grid-security/certificates/0fbe317b.signing_policy' -> `/etc/grid-security/certificates/0fbe317b.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/36395d3c.0' -> `/etc/grid-security/certificates/36395d3c.0'
`/tmp/test-certs.root/grid-security/certificates/36395d3c.namespaces' -> `/etc/grid-security/certificates/36395d3c.namespaces'
`/tmp/test-certs.root/grid-security/certificates/36395d3c.r0' -> `/etc/grid-security/certificates/36395d3c.r0'
`/tmp/test-certs.root/grid-security/certificates/36395d3c.signing_policy' -> `/etc/grid-security/certificates/36395d3c.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/41a90451.0' -> `/etc/grid-security/certificates/41a90451.0'
`/tmp/test-certs.root/grid-security/certificates/41a90451.namespaces' -> `/etc/grid-security/certificates/41a90451.namespaces'
`/tmp/test-certs.root/grid-security/certificates/41a90451.r0' -> `/etc/grid-security/certificates/41a90451.r0'
`/tmp/test-certs.root/grid-security/certificates/41a90451.signing_policy' -> `/etc/grid-security/certificates/41a90451.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/7362bbd6.0' -> `/etc/grid-security/certificates/7362bbd6.0'
`/tmp/test-certs.root/grid-security/certificates/7362bbd6.namespaces' -> `/etc/grid-security/certificates/7362bbd6.namespaces'
`/tmp/test-certs.root/grid-security/certificates/7362bbd6.r0' -> `/etc/grid-security/certificates/7362bbd6.r0'
`/tmp/test-certs.root/grid-security/certificates/7362bbd6.signing_policy' -> `/etc/grid-security/certificates/7362bbd6.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/79356fdd.0' -> `/etc/grid-security/certificates/79356fdd.0'
`/tmp/test-certs.root/grid-security/certificates/79356fdd.namespaces' -> `/etc/grid-security/certificates/79356fdd.namespaces'
`/tmp/test-certs.root/grid-security/certificates/79356fdd.r0' -> `/etc/grid-security/certificates/79356fdd.r0'
`/tmp/test-certs.root/grid-security/certificates/79356fdd.signing_policy' -> `/etc/grid-security/certificates/79356fdd.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/9a529ab0.0' -> `/etc/grid-security/certificates/9a529ab0.0'
`/tmp/test-certs.root/grid-security/certificates/9a529ab0.namespaces' -> `/etc/grid-security/certificates/9a529ab0.namespaces'
`/tmp/test-certs.root/grid-security/certificates/9a529ab0.r0' -> `/etc/grid-security/certificates/9a529ab0.r0'
`/tmp/test-certs.root/grid-security/certificates/9a529ab0.signing_policy' -> `/etc/grid-security/certificates/9a529ab0.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/c1d9b6d3.0' -> `/etc/grid-security/certificates/c1d9b6d3.0'
`/tmp/test-certs.root/grid-security/certificates/c1d9b6d3.namespaces' -> `/etc/grid-security/certificates/c1d9b6d3.namespaces'
`/tmp/test-certs.root/grid-security/certificates/c1d9b6d3.r0' -> `/etc/grid-security/certificates/c1d9b6d3.r0'
`/tmp/test-certs.root/grid-security/certificates/c1d9b6d3.signing_policy' -> `/etc/grid-security/certificates/c1d9b6d3.signing_policy'
`/tmp/test-certs.root/grid-security/certificates/ffb9710f.0' -> `/etc/grid-security/certificates/ffb9710f.0'
`/tmp/test-certs.root/grid-security/certificates/ffb9710f.namespaces' -> `/etc/grid-security/certificates/ffb9710f.namespaces'
`/tmp/test-certs.root/grid-security/certificates/ffb9710f.r0' -> `/etc/grid-security/certificates/ffb9710f.r0'
`/tmp/test-certs.root/grid-security/certificates/ffb9710f.signing_policy' -> `/etc/grid-security/certificates/ffb9710f.signing_policy'
Initialized empty Git repository in /root/GridSite_testing/glite-testsuites/.git/
========================
  REAL TESTS START HERE
========================
Aug 16 14:18:12 myriad15.zcu.cz ping-remote.sh:    start
Testing if all binaries are available   done
Testing ping to Apache server myriad15.zcu.cz   done
Testing Apache server at myriad15.zcu.cz:443Connection to localhost 22 port [tcp/ssh] succeeded!    done
Aug 16 14:18:14 myriad15.zcu.cz ping-remote.sh:    end
Aug 16 14:18:14 myriad15.zcu.cz ping-local.sh:    start
Testing if all binaries are available   done
Testing if Apache is running   done
Testing if GridSite is loaded   done
Testing if Apache is listening on port 443   done
Aug 16 14:18:14 myriad15.zcu.cz ping-local.sh:    end
Aug 16 14:18:14 myriad15.zcu.cz gridsite-test-all.sh:    start
Testing if all binaries are available   done
Proxy status:

subject : /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root/CN=543992802 issuer : /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root identity : /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root type : RFC compliant proxy strength : 1024 bits path : /tmp/x509up_u0 timeleft : 11:59:56

READ (Read Permissions) Plain read... Return code 403   done
With gacl... Return code 200   done
Get index (list & read permissions) Plain read... Return code 403   done
With gacl... Return code 200   done
WRITE & DELETE (write permissions) Plain write... Return code 403   done
With gacl... Return code 201   done
Try deletion... Return code 403   done
With gacl... Return code 200   done
Checking attributes passed on to the environment Run test.cgi... Return code 200   done
Check for GRST_* veriables...    done
Test the basic commands (htcp, htls, htmkdir, htmv, htrm) Running GridSite commands with arguments --cert /tmp/test-certs.root/trusted-certs/trusted_client00.cert --key /tmp/test-certs.root/trusted-certs/trusted_client00.priv-clear --capath /etc/grid-security/certificates/ /tmp/test.txt https://myriad15.zcu.cz/
Testing htcp...    done
Checking by htls...    done
Testing htmv...    done
htcp, file 2...    done
Testing htrm...    done
Checking by htls...    done
Checking directory contents with htls...    done
File compare...    done
Test proxy delegation id: 39b6035fb7738af0   done
newid: 39b6035fb7738af0   done
Test handling of VOMS .lsc files (Regression test for bug #39254 and #82023) Trying with empty vomsdir. GRST_CRED_2 should not be present...    done
Possibly fake VOMS extensions. Regenerating... Your identity: /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root
Creating temporary proxy Done
Contacting emicert-voms.civ.zcu.cz:15000 [/DC=org/DC=terena/DC=tcs/C=CZ/ST=l/L=Plzen 3/O=University of West Bohemia/CN=emicert-voms.civ.zcu.cz] "vo.org" Done
Creating proxy Done

Your proxy is valid until Wed Aug 17 02:18:19 2016
Setting up .lsc file and trying again Generated /etc/grid-security/vomsdir/vo.org/emicert-voms.civ.zcu.cz.lsc
   done
Checking for presence of FQAN...    done
Test listing of VOMS attributes (Regression test for bug #92077) Getting list of Role attributes from voms-proxy-info...    done
Getting list of Role attributes from test.cgi...    done
re-running voms extensions...    done
Getting another set of Role attributes from test.cgi...    done
Comparing attributes... Error: A non-matching set of role attributes has been returned
Test flavours and sonames flavour '' /usr/lib64/libgridsite.so    done
flavour '_nossl' /usr/lib64/libgridsite_nossl.so    done
flavour '_globus' /usr/lib64/libgridsite_globus.so    done
Check interpretable DEFVERSION... Oct 401402, Hex 20302   done
Aug 16 14:18:20 myriad15.zcu.cz gridsite-test-all.sh:    end
Aug 16 14:18:20 myriad15.zcu.cz gridsite-test-session-reuse.sh:    start
Testing if all binaries are available   done
Setting test.cgi...   done
Testing test.cgi...   done
Launching first SSL session...   done
Test for GRST_CRED_AURI_2 ...   done
Launching first SSL session...   done
Test for GRST_CRED_AURI_2 -no_ticket ...   done
Aug 16 14:18:22 myriad15.zcu.cz gridsite-test-session-reuse.sh:    end
Aug 16 14:18:22 myriad15.zcu.cz gridsite-test-putproxy-new.sh:    start
Testing if all binaries are available   done
Test proxy delegation id: 4133faaaf2a6c438   done
new proxy file: /var/www/proxycache/%3A%2FC%3DUG%2FL%3DTropic%2FO%3DUtopia%2FOU%3DRelaxation%2FCN%3Droot/4133faaaf2a6c438/userproxy.pem    done
Aug 16 14:18:22 myriad15.zcu.cz gridsite-test-putproxy-new.sh:    end
Aug 16 14:18:22 myriad15.zcu.cz gridsite-test-packaging.sh:    start
Packages compliance check output:
gridsite-devel
gridsite-devel.x86_64: I: enchant-dictionary-not-found en_US
gridsite-devel.x86_64: W: invalid-url URL: http://www.gridsite.org/ <urlopen error [Errno -3] Temporary failure in name resolution>
gridsite-devel.x86_64: W: no-documentation
1 packages and 0 specfiles checked; 0 errors, 2 warnings.

gridsite-debuginfo
gridsite-debuginfo.x86_64: I: enchant-dictionary-not-found en_US
gridsite-debuginfo.x86_64: W: invalid-url URL: http://www.gridsite.org/ <urlopen error [Errno -3] Temporary failure in name resolution>
1 packages and 0 specfiles checked; 0 errors, 1 warnings.

gridsite-libs
gridsite-libs.x86_64: I: enchant-dictionary-not-found en_US
gridsite-libs.x86_64: W: invalid-url URL: http://www.gridsite.org/ <urlopen error [Errno -3] Temporary failure in name resolution>
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite.so.2.3.2 /lib64/libz.so.1
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite.so.2.3.2 /lib64/libm.so.6
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_nossl.so.2.3.2 /lib64/libz.so.1
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_nossl.so.2.3.2 /lib64/libm.so.6
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_globus.so.2.3.2 /lib64/libz.so.1
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_globus.so.2.3.2 /lib64/libm.so.6
1 packages and 0 specfiles checked; 0 errors, 7 warnings.

gridsite-service-clients
gridsite-service-clients.x86_64: I: enchant-dictionary-not-found en_US
gridsite-service-clients.x86_64: W: invalid-url URL: http://www.gridsite.org/ <urlopen error [Errno -3] Temporary failure in name resolution>
1 packages and 0 specfiles checked; 0 errors, 1 warnings.

gridsite-commands
gridsite-commands.x86_64: I: enchant-dictionary-not-found en_US
gridsite-commands.x86_64: W: invalid-url URL: http://www.gridsite.org/ <urlopen error [Errno -3] Temporary failure in name resolution>
1 packages and 0 specfiles checked; 0 errors, 1 warnings.

Aug 16 14:18:25 myriad15.zcu.cz gridsite-test-packaging.sh:    end
Aug 16 14:18:25 myriad15.zcu.cz gridsite-test-build.sh:    start
Build reports available   done
Checking gridsite-build.log   warning
grst_canl_x509.c:370: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:375: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:416: warning: pointer targets in passing argument 4 of 'GRSTasn1GetX509Name' differ in signedness
grst_canl_x509.c:461: warning: value computed is not used
grst_canl_x509.c:477: warning: value computed is not used
grst_canl_x509.c:497: warning: value computed is not used
grst_canl_x509.c:516: warning: value computed is not used
grst_canl_x509.c:535: warning: value computed is not used
grst_canl_x509.c:609: warning: value computed is not used
grst_canl_x509.c:613: warning: value computed is not used
grst_canl_x509.c:650: warning: value computed is not used
grst_canl_x509.c:656: warning: value computed is not used
grst_canl_x509.c:668: warning: value computed is not used
grst_canl_x509.c:672: warning: value computed is not used
grst_canl_x509.c:680: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:684: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:690: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:694: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:698: warning: value computed is not used
grst_canl_x509.c:734: warning: value computed is not used
grst_canl_x509.c:752: warning: value computed is not used
grst_canl_x509.c:834: warning: pointer targets in assignment differ in signedness
grst_canl_x509.c:837: warning: pointer targets in passing argument 2 of 'GRSTasn1ParseDump' differ in signedness
grst_canl_x509.c:868: warning: pointer targets in assignment differ in signedness
grst_canl_x509.c:949: warning: pointer targets in passing argument 3 of 'GRSTx509VerifyVomsSigCert' differ in signedness
grst_canl_x509.c:964: warning: pointer targets in passing argument 3 of 'GRSTx509VerifyVomsSig' differ in signedness
grst_canl_x509.c:1032: warning: value computed is not used
grst_canl_x509.c:1061: warning: value computed is not used
grst_canl_x509.c:1072: warning: value computed is not used
grst_canl_x509.c:1074: warning: value computed is not used
grst_canl_x509.c:1086: warning: value computed is not used
grst_canl_x509.c:1096: warning: value computed is not used
grst_canl_x509.c:1127: warning: value computed is not used
grst_canl_x509.c:1149: warning: value computed is not used
grst_canl_x509.c:1164: warning: value computed is not used
grst_canl_x509.c:1180: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1182: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1432: warning: pointer targets in assignment differ in signedness
grst_canl_x509.c:1435: warning: pointer targets in passing argument 2 of 'GRSTasn1ParseDump' differ in signedness
grst_canl_x509.c:1460: warning: pointer targets in assignment differ in signedness
grst_canl_x509.c:1481: warning: pointer targets in passing argument 3 of 'GRSTx509VerifyVomsSig' differ in signedness
grst_canl_x509.c:1543: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1545: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1547: warning: pointer targets in assignment differ in signedness
grst_canl_x509.c:1549: warning: pointer targets in assignment differ in signedness
grst_canl_x509.c:1557: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1561: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1574: warning: pointer targets in passing argument 8 of 'GRSTx509ParseVomsExt' differ in signedness
grst_canl_x509.c:1574: warning: pointer targets in passing argument 9 of 'GRSTx509ParseVomsExt' differ in signedness
grst_canl_x509.c:1694: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1695: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1711: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1712: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:1721: warning: 'GRSTx509GetVomsCreds' is deprecated (declared at grst_canl_x509.c:1528)
grst_canl_x509.c:1941: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_canl_x509.c:1956: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_canl_x509.c:2092: warning: unused variable 'prvkeyfilepath'
grst_canl_x509.c:2574: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:2575: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness
grst_canl_x509.c:2547: warning: unused variable 'docroot'
grst_canl_x509.c:2659: warning: pointer targets in passing argument 3 of 'EVP_DigestFinal' differ in signedness
grst_canl_x509.c:2769: warning: 'user_dn_enc' may be used uninitialized in this function
grst_canl_x509.c:2769: warning: 'prvkeyfile' may be used uninitialized in this function
grst_gacl.c:112: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:184: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:191: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:198: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:205: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:212: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:391: warning: unused variable 'i'
grst_gacl.c:678: warning: 'GRSTgaclCredNew' is deprecated (declared at grst_gacl.c:137)
grst_gacl.c:683: warning: 'GRSTgaclCredAddValue' is deprecated (declared at grst_gacl.c:160)
grst_gacl.c:700: warning: unused variable 'perm'
grst_gacl.c:764: warning: value computed is not used
grst_gacl.c:768: warning: value computed is not used
grst_gacl.c:775: warning: value computed is not used
grst_gacl.c:783: warning: value computed is not used
grst_gacl.c:789: warning: value computed is not used
grst_gacl.c:794: warning: value computed is not used
grst_gacl.c:1116: warning: value computed is not used
grst_gacl.c:1132: warning: value computed is not used
grst_gacl.c:1140: warning: value computed is not used
grst_gacl.c:1150: warning: value computed is not used
grst_gacl.c:1092: warning: unused variable 'q'
grst_gacl.c:1114: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:1191: warning: unused variable 'dn'
grst_gacl.c:1191: warning: unused variable 'filename'
grst_gacl.c:1308: warning: unused variable 'usercred'
grst_gacl.c:294: warning: control reaches end of non-void function
grst_gacl.c:790: warning: 'acl' may be used uninitialized in this function
grst_xacml.c:96: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255)
grst_xacml.c:103: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255)
grst_xacml.c:108: warning: 'GRSTgaclCredAddValue' is deprecated (declared at ../interface/gridsite.h:260)
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
grst_xacml.c:128: warning: unused variable 'perm'
grst_xacml.c:123: warning: unused variable 'doc'
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
grst_xacml.c:244: warning: 'acl' may be used uninitialized in this function
grst_http.c:102: warning: unused variable 'c'
grst_http.c:156: warning: format '%d' expects type 'int', but argument 2 has type 'size_t'
grst_http.c:249: warning: unused variable 'size_needed'
grst_asn1.c:171: warning: passing argument 1 of 'ASN1_get_object' from incompatible pointer type
grst_asn1.c:194: warning: format '%ld' expects type 'long int', but argument 5 has type 'int'
grst_asn1.c:194: warning: format '%d' expects type 'int', but argument 6 has type 'long int'
grst_asn1.c:198: warning: pointer targets in passing argument 2 of 'GRSTasn1PrintPrintable' differ in signedness
grst_asn1.c:286: warning: passing argument 2 of 'd2i_ASN1_OBJECT' from incompatible pointer type
grst_asn1.c:306: warning: passing argument 2 of 'd2i_ASN1_BOOLEAN' from incompatible pointer type
grst_asn1.c:324: warning: passing argument 2 of 'd2i_ASN1_OCTET_STRING' from incompatible pointer type
grst_asn1.c:337: warning: pointer targets in passing argument 2 of 'GRSTasn1PrintPrintable' differ in signedness
grst_asn1.c:321: warning: unused variable 'i'
grst_asn1.c:351: warning: passing argument 2 of 'd2i_ASN1_INTEGER' from incompatible pointer type
grst_asn1.c:388: warning: passing argument 2 of 'd2i_ASN1_ENUMERATED' from incompatible pointer type
grst_htcp.c:147: warning: format '%c' expects type 'int', but argument 15 has type 'size_t'
grst_htcp.c:147: warning: format '%c' expects type 'int', but argument 16 has type 'size_t'
grst_htcp.c:147: warning: format '%c' expects type 'int', but argument 18 has type 'size_t'
grst_htcp.c:147: warning: format '%c' expects type 'int', but argument 19 has type 'size_t'
grst_htcp.c:147: warning: format '%c' expects type 'int', but argument 24 has type 'size_t'
grst_htcp.c:147: warning: format '%c' expects type 'int', but argument 25 has type 'size_t'
grst_htcp.c:192: warning: format '%c' expects type 'int', but argument 15 has type 'size_t'
grst_htcp.c:192: warning: format '%c' expects type 'int', but argument 16 has type 'size_t'
grst_htcp.c:192: warning: format '%c' expects type 'int', but argument 18 has type 'size_t'
grst_htcp.c:192: warning: format '%c' expects type 'int', but argument 19 has type 'size_t'
grst_htcp.c:192: warning: format '%c' expects type 'int', but argument 21 has type 'size_t'
grst_htcp.c:192: warning: format '%c' expects type 'int', but argument 22 has type 'size_t'
grst_htcp.c:210: warning: format '%c' expects type 'int', but argument 15 has type 'size_t'
grst_htcp.c:210: warning: format '%c' expects type 'int', but argument 16 has type 'size_t'
grst_gacl.c:112: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:184: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:191: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:198: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:205: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:212: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:391: warning: unused variable 'i'
grst_gacl.c:678: warning: 'GRSTgaclCredNew' is deprecated (declared at grst_gacl.c:137)
grst_gacl.c:683: warning: 'GRSTgaclCredAddValue' is deprecated (declared at grst_gacl.c:160)
grst_gacl.c:700: warning: unused variable 'perm'
grst_gacl.c:764: warning: value computed is not used
grst_gacl.c:768: warning: value computed is not used
grst_gacl.c:775: warning: value computed is not used
grst_gacl.c:783: warning: value computed is not used
grst_gacl.c:789: warning: value computed is not used
grst_gacl.c:794: warning: value computed is not used
grst_gacl.c:1116: warning: value computed is not used
grst_gacl.c:1132: warning: value computed is not used
grst_gacl.c:1140: warning: value computed is not used
grst_gacl.c:1150: warning: value computed is not used
grst_gacl.c:1092: warning: unused variable 'q'
grst_gacl.c:1114: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_gacl.c:1191: warning: unused variable 'dn'
grst_gacl.c:1191: warning: unused variable 'filename'
grst_gacl.c:1308: warning: unused variable 'usercred'
grst_gacl.c:294: warning: control reaches end of non-void function
grst_gacl.c:790: warning: 'acl' may be used uninitialized in this function
grst_http.c:102: warning: unused variable 'c'
grst_http.c:156: warning: format '%d' expects type 'int', but argument 2 has type 'size_t'
grst_http.c:249: warning: unused variable 'size_needed'
grst_xacml.c:96: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255)
grst_xacml.c:103: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255)
grst_xacml.c:108: warning: 'GRSTgaclCredAddValue' is deprecated (declared at ../interface/gridsite.h:260)
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
grst_xacml.c:214: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
grst_xacml.c:128: warning: unused variable 'perm'
grst_xacml.c:123: warning: unused variable 'doc'
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
grst_xacml.c:299: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness
grst_xacml.c:244: warning: 'acl' may be used uninitialized in this function
grst_htcp.c:147: warning: format '%c' expects type 'int', but argument 15 has type 'size_t'
grst_htcp.c:147: warning: format '%c' expects type 'int', but argument 16 has type 'size_t'
grst_htcp.c:147: warning: format '%c' expects type 'int', but argument 18 has type 'size_t'
grst_htcp.c:147: warning: format '%c' expects type 'int', but argument 19 has type 'size_t'
grst_htcp.c:147: warning: format '%c' expects type 'int', but argument 24 has type 'size_t'
grst_htcp.c:147: warning: format '%c' expects type 'int', but argument 25 has type 'size_t'
grst_htcp.c:192: warning: format '%c' expects type 'int', but argument 15 has type 'size_t'
grst_htcp.c:192: warning: format '%c' expects type 'int', but argument 16 has type 'size_t'
grst_htcp.c:192: warning: format '%c' expects type 'int', but argument 18 has type 'size_t'
grst_htcp.c:192: warning: format '%c' expects type 'int', but argument 19 has type 'size_t'
grst_htcp.c:192: warning: format '%c' expects type 'int', but argument 21 has type 'size_t'
grst_htcp.c:192: warning: format '%c' expects type 'int', but argument 22 has type 'size_t'
grst_htcp.c:210: warning: format '%c' expects type 'int', but argument 15 has type 'size_t'
grst_htcp.c:210: warning: format '%c' expects type 'int', but argument 16 has type 'size_t'
htcp.c:136: warning: format '%d' expects type 'int *', but argument 3 has type 'size_t *'
htcp.c:249: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:283: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:310: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:329: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:362: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:395: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:601: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:1101: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:1473: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:1742: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:1762: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:1809: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:1823: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:1829: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:1967: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:1976: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htcp.c:790: warning: 'i' may be used uninitialized in this function
htcp.c:881: warning: 'max_fd' may be used uninitialized in this function
htcp.c:1000: warning: 'max_fd' may be used uninitialized in this function
canl_mod_gridsite.c:533: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:617: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:697: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:716: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:818: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:860: warning: pointer targets in passing argument 1 of 'apr_generate_random_bytes' differ in signedness
canl_mod_gridsite.c:886: warning: suggest parentheses around assignment used as truth value
canl_mod_gridsite.c:894: warning: suggest parentheses around assignment used as truth value
canl_mod_gridsite.c:963: warning: unused variable 'length'
canl_mod_gridsite.c:957: warning: unused variable 'p'
canl_mod_gridsite.c:1400: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:1477: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:1609: warning: ignoring return value of 'read', declared with attribute warn_unused_result
canl_mod_gridsite.c:1914: warning: format '%s' expects type 'char *', but argument 3 has type 'char **'
canl_mod_gridsite.c:3300: warning: suggest parentheses around assignment used as truth value
canl_mod_gridsite.c:3567: warning: too many arguments for format
canl_mod_gridsite.c:3608: warning: field width should have type 'int', but argument 4 has type 'size_t'
canl_mod_gridsite.c:3604: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
canl_mod_gridsite.c:3612: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
canl_mod_gridsite.c:3991: warning: ignoring return value of 'chown', declared with attribute warn_unused_result
canl_mod_gridsite.c:4005: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result
canl_mod_gridsite.c:2420: warning: 'sessionfile' may be used uninitialized in this function
canl_mod_gridsite.c:963: warning: 'length_to_send' may be used uninitialized in this function
canl_mod_gridsite.c:3898: warning: 'status' may be used uninitialized in this function
grst_admin_main.c:94: warning: format '%d' expects type 'int', but argument 2 has type 'size_t'
grst_admin_main.c:165: warning: format '%08X' expects type 'unsigned int', but argument 5 has type '__time_t'
grst_admin_main.c:165: warning: format '%05X' expects type 'unsigned int', but argument 6 has type '__suseconds_t'
grst_admin_main.c:165: warning: format '%X' expects type 'unsigned int', but argument 7 has type 'size_t'
grst_admin_main.c:146: warning: unused variable 'i'
grst_admin_main.c:164: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_main.c:240: warning: use of assignment suppression and length modifier together in gnu_scanf format
grst_admin_main.c:240: warning: use of assignment suppression and length modifier together in gnu_scanf format
grst_admin_main.c:391: warning: control reaches end of non-void function
grst_admin_gacl.c:98: warning: unused variable 'deny'
grst_admin_gacl.c:98: warning: unused variable 'allow'
grst_admin_gacl.c:306: warning: unused variable 'i'
grst_admin_gacl.c:354: warning: unused variable 'i'
grst_admin_gacl.c:592: warning: unused variable 'timestamp'
grst_admin_gacl.c:592: warning: unused variable 'i'
grst_admin_gacl.c:592: warning: unused variable 'deny'
grst_admin_gacl.c:592: warning: unused variable 'allow'
grst_admin_gacl.c:645: warning: unused variable 'i'
grst_admin_gacl.c:645: warning: unused variable 'timestamp'
grst_admin_gacl.c:645: warning: unused variable 'deny'
grst_admin_gacl.c:645: warning: unused variable 'allow'
grst_admin_gacl.c:830: warning: unused variable 'allow_new_person'
grst_admin_gacl.c:937: warning: unused variable 'fp'
grst_admin_gacl.c:1000: warning: unused variable 'n'
grst_admin_gacl.c:202: warning: 'cred' is used uninitialized in this function
grst_admin_gacl.c:440: warning: 'cred' may be used uninitialized in this function
grst_admin_gacl.c:262: warning: 'previous' may be used uninitialized in this function
grst_admin_gacl.c:357: warning: 'cred' may be used uninitialized in this function
grst_admin_file.c:201: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result
grst_admin_file.c:270: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:279: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:329: warning: unused variable 'server_name'
grst_admin_file.c:329: warning: unused variable 'fulluri'
grst_admin_file.c:328: warning: unused variable 'p'
grst_admin_file.c:517: warning: unused variable 'fulluri'
grst_admin_file.c:517: warning: unused variable 'server_name'
grst_admin_file.c:543: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:547: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:579: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
grst_admin_file.c:609: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:610: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:663: warning: unused variable 'fp'
grst_admin_file.c:661: warning: unused variable 'dnlistsuri'
grst_admin_file.c:659: warning: unused variable 'len'
grst_admin_file.c:745: warning: unused variable 'fp'
grst_admin_file.c:744: warning: unused variable 'dir_path_vfile'
grst_admin_file.c:744: warning: unused variable 'vfile'
grst_admin_file.c:743: warning: unused variable 'len'
grst_admin_file.c:803: warning: unused variable 'oneline'
grst_admin_file.c:801: warning: unused variable 'found'
grst_admin_file.c:801: warning: unused variable 'ifd'
grst_admin_file.c:825: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:969: warning: format '%d' expects type 'int', but argument 2 has type '__off_t'
grst_admin_file.c:1040: warning: format '%X' expects type 'unsigned int *', but argument 3 has type 'time_t *'
grst_admin_file.c:1043: warning: format '%X' expects type 'unsigned int *', but argument 3 has type 'size_t *'
grst_admin_file.c:980: warning: unused variable 'j'
grst_admin_file.c:980: warning: unused variable 'fd'
grst_admin_file.c:1003: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:1063: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:1117: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:1174: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:1201: warning: unused variable 'p'
grst_admin_file.c:1293: warning: unused variable 'fulluri'
grst_admin_file.c:1293: warning: unused variable 'server_name'
grst_admin_file.c:1293: warning: unused variable 'rawpage'
grst_admin_file.c:1292: warning: unused variable 'c'
grst_admin_file.c:1292: warning: unused variable 'i'
grst_admin_file.c:1622: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:1623: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:1658: warning: unused variable 'subDIR'
grst_admin_file.c:1657: warning: unused variable 'subdirfile_ent'
grst_admin_file.c:1652: warning: unused variable 'encfulluri'
grst_admin_file.c:1652: warning: unused variable 'fulluri'
grst_admin_file.c:1652: warning: unused variable 'd_name'
grst_admin_file.c:1651: warning: unused variable 'd_namepath'
grst_admin_file.c:1650: warning: unused variable 'numfiles'
grst_admin_file.c:1650: warning: unused variable 'enclen'
grst_admin_file.c:1683: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst_admin_file.c:1383: warning: 'numfiles' may be used uninitialized in this function
grst_admin_file.c:804: warning: 'dnlines' may be used uninitialized in this function
grst_admin_file.c:329: warning: 'realfile' may be used uninitialized in this function
grst_admin_file.c:517: warning: 'realfile' may be used uninitialized in this function
grst-delegation.c:63: warning: unused variable 'proxydir'
grst-delegation.c:63: warning: unused variable 'reqtxt'
grst-delegation.c:63: warning: unused variable 'delegation_id'
grst-delegation.c:62: warning: unused variable 'user_dn'
grst-delegation.c:62: warning: unused variable 'client_dn'
grst-delegation.c:62: warning: unused variable 'p'
grst-delegation.c:62: warning: unused variable 'request'
grst-delegation.c:62: warning: unused variable 'docroot'
grst-delegation.c:90: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst-delegation.c:111: warning: unused variable 'p'
grst-delegation.c:110: warning: unused variable 'i'
grst-delegation.c:122: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst-delegation.c:143: warning: unused variable 'p'
grst-delegation.c:150: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst-delegation.c:175: warning: unused variable 'p'
grst-delegation.c:174: warning: unused variable 'i'
grst-delegation.c:174: warning: unused variable 'len'
grst-delegation.c:174: warning: unused variable 'c'
grst-delegation.c:174: warning: unused variable 'fd'
grst-delegation.c:186: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst-delegation.c:209: warning: unused variable 'p'
grst-delegation.c:208: warning: unused variable 'i'
grst-delegation.c:220: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst-delegation.c:242: warning: unused variable 'p'
grst-delegation.c:254: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
grst-delegation.c:277: warning: unused variable 'client_dn'
grst-delegation.c:277: warning: unused variable 'p'
grst-delegation.c:276: warning: unused variable 'i'
grst-delegation.c:276: warning: unused variable 'len'
grst-delegation.c:276: warning: unused variable 'c'
grst-delegation.c:276: warning: unused variable 'fd'
grst-delegation.c:288: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htproxyput.c:96: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result
htproxyput.c:536: warning: suggest parentheses around assignment used as truth value
htproxyput.c:561: warning: suggest parentheses around assignment used as truth value
htproxyput.c:117: warning: unused variable 'getProxyReqResponse'
htproxyput.c:226: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htproxyput.c:242: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htproxyput.c:248: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
htproxyput.c:542: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
htproxyput.c:567: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
htproxyput.c:696: warning: control reaches end of non-void function
htproxyput.c:386: warning: 'unused' may be used uninitialized in this function
Aug 16 14:18:25 myriad15.zcu.cz gridsite-test-build.sh:    end
==================
  TESTS END HERE
==================

Clean installation, \S (x86_64)

Environment

Clean installation according to EMI guidelines (CA certificates, proxy certificate...).
OS Issue
Platform x86_64
Host
myriad12.zcu.cz
Duration 2 min
Testbed uptime
14:34:15 up 10 min,  1 user,  load average: 0.59, 0.73, 0.49

Process


REPOS="canl-c gridsite"
BUILDS="canl-c:release gridsite:release glite-lb:release proxyrenewal:release"

rpm -ivh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.noarch.rpm
yum install -y yum-priorities yum-protectbase
wget --no-verbose -P /etc/yum.repos.d http://scientific.zcu.cz/repos/external-sl7.repo
yum install -y unzip
for repo in $REPOS; do
	build=`echo ${BUILDS#*$repo:} | cut -f1 -d' '`
	wget --no-verbose --ca-directory=/etc/grid-security/certificates --secure-protocol=sslv3 -O /etc/yum.repos.d/jenkins-$repo.repo https://emian.zcu.cz:8443/jenkins/job/$repo-build-$build/platform=epel-7-x86_64/lastSuccessfulBuild/artifact/build.repo
done
wget --no-verbose --ca-directory=/etc/grid-security/certificates --secure-protocol=sslv3 -P /tmp https://emian.zcu.cz:8443/jenkins/job/$repo-build-$build/platform=epel-7-x86_64/lastSuccessfulBuild/artifact/reports/*zip*/reports.zip
rm -rf /tmp/reports
unzip -q -d /tmp /tmp/reports.zip

yum install -y gridsite-apache gridsite-commands gridsite-debuginfo gridsite-devel gridsite-service-clients gridsite-services

#
# using external VOMS server in tests
# (deployed locally by default)
#
mkdir /etc/vomses
echo '"vo.org" "emicert-voms.civ.zcu.cz" "15000" "/DC=org/DC=terena/DC=tcs/C=CZ/ST=l/L=Plzen 3/O=University of West Bohemia/CN=emicert-voms.civ.zcu.cz" "vo.org"' > /etc/vomses/emicert-voms.civ.zcu.cz

Full Output of the Installation

Retrieving http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.noarch.rpm
Preparing...                          ########################################
Updating / installing...
epel-release-7-8                      ########################################
Resolving Dependencies
--> Running transaction check
---> Package yum-plugin-priorities.noarch 0:1.1.31-34.el7 will be installed
---> Package yum-plugin-protectbase.noarch 0:1.1.31-34.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                      Arch         Version               Repository
                                                                           Size
================================================================================
Installing:
 yum-plugin-priorities        noarch       1.1.31-34.el7         sl        24 k
 yum-plugin-protectbase       noarch       1.1.31-34.el7         sl        22 k

Transaction Summary
================================================================================
Install  2 Packages

Total download size: 46 k
Installed size: 51 k
Downloading packages:
--------------------------------------------------------------------------------
Total                                              272 kB/s |  46 kB  00:00     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : yum-plugin-priorities-1.1.31-34.el7.noarch                   1/2 
  Installing : yum-plugin-protectbase-1.1.31-34.el7.noarch                  2/2 
  Verifying  : yum-plugin-protectbase-1.1.31-34.el7.noarch                  1/2 
  Verifying  : yum-plugin-priorities-1.1.31-34.el7.noarch                   2/2 

Installed:
  yum-plugin-priorities.noarch 0:1.1.31-34.el7                                  
  yum-plugin-protectbase.noarch 0:1.1.31-34.el7                                 

Complete!
Loaded plugins: priorities, protectbase
0 packages excluded due to repository protections
Package unzip-6.0-15.el7.x86_64 already installed and latest version
Nothing to do
Loaded plugins: priorities, protectbase
7 packages excluded due to repository priority protections
0 packages excluded due to repository protections
Resolving Dependencies
--> Running transaction check
---> Package gridsite.x86_64 0:2.3.2-1.el7.centos will be installed
--> Processing Dependency: libcanl_c.so.2()(64bit) for package: gridsite-2.3.2-1.el7.centos.x86_64
--> Processing Dependency: libgridsite.so.2()(64bit) for package: gridsite-2.3.2-1.el7.centos.x86_64
--> Processing Dependency: libgsoap.so.4()(64bit) for package: gridsite-2.3.2-1.el7.centos.x86_64
---> Package gridsite-commands.x86_64 0:2.3.2-1.el7.centos will be installed
---> Package gridsite-debuginfo.x86_64 0:2.3.2-1.el7.centos will be installed
---> Package gridsite-devel.x86_64 0:2.3.2-1.el7.centos will be installed
--> Processing Dependency: pkgconfig(libxml-2.0) for package: gridsite-devel-2.3.2-1.el7.centos.x86_64
--> Processing Dependency: pkgconfig(openssl) for package: gridsite-devel-2.3.2-1.el7.centos.x86_64
---> Package gridsite-service-clients.x86_64 0:2.3.2-1.el7.centos will be installed
--> Running transaction check
---> Package canl-c.x86_64 0:2.1.6-1.el7.centos will be installed
--> Processing Dependency: libcares.so.2()(64bit) for package: canl-c-2.1.6-1.el7.centos.x86_64
---> Package gridsite-libs.x86_64 0:2.3.2-1.el7.centos will be installed
---> Package gsoap.x86_64 0:2.8.16-8.el7 will be installed
---> Package libxml2-devel.x86_64 0:2.9.1-6.el7_2.3 will be installed
--> Processing Dependency: xz-devel for package: libxml2-devel-2.9.1-6.el7_2.3.x86_64
--> Processing Dependency: zlib-devel for package: libxml2-devel-2.9.1-6.el7_2.3.x86_64
---> Package openssl-devel.x86_64 1:1.0.1e-51.el7_2.5 will be installed
--> Processing Dependency: krb5-devel(x86-64) for package: 1:openssl-devel-1.0.1e-51.el7_2.5.x86_64
--> Running transaction check
---> Package c-ares.x86_64 0:1.10.0-3.el7 will be installed
---> Package krb5-devel.x86_64 0:1.13.2-12.el7_2 will be installed
--> Processing Dependency: keyutils-libs-devel for package: krb5-devel-1.13.2-12.el7_2.x86_64
--> Processing Dependency: libcom_err-devel for package: krb5-devel-1.13.2-12.el7_2.x86_64
--> Processing Dependency: libselinux-devel for package: krb5-devel-1.13.2-12.el7_2.x86_64
--> Processing Dependency: libverto-devel for package: krb5-devel-1.13.2-12.el7_2.x86_64
---> Package xz-devel.x86_64 0:5.1.2-12alpha.el7 will be installed
---> Package zlib-devel.x86_64 0:1.2.7-15.el7 will be installed
--> Running transaction check
---> Package keyutils-libs-devel.x86_64 0:1.5.8-3.el7 will be installed
---> Package libcom_err-devel.x86_64 0:1.42.9-7.el7 will be installed
---> Package libselinux-devel.x86_64 0:2.2.2-6.el7 will be installed
--> Processing Dependency: libsepol-devel >= 2.1.9-1 for package: libselinux-devel-2.2.2-6.el7.x86_64
--> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.2.2-6.el7.x86_64
--> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.2.2-6.el7.x86_64
---> Package libverto-devel.x86_64 0:0.2.5-4.el7 will be installed
--> Running transaction check
---> Package libsepol-devel.x86_64 0:2.1.9-3.el7 will be installed
---> Package pcre-devel.x86_64 0:8.32-15.el7_2.1 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                  Arch   Version             Repository            Size
================================================================================
Installing:
 gridsite                 x86_64 2.3.2-1.el7.centos  jenkins-gridsite-build-release-platform-epel-7-x86_64-31
                                                                           81 k
 gridsite-commands        x86_64 2.3.2-1.el7.centos  jenkins-gridsite-build-release-platform-epel-7-x86_64-31
                                                                           31 k
 gridsite-debuginfo       x86_64 2.3.2-1.el7.centos  jenkins-gridsite-build-release-platform-epel-7-x86_64-31
                                                                          447 k
 gridsite-devel           x86_64 2.3.2-1.el7.centos  jenkins-gridsite-build-release-platform-epel-7-x86_64-31
                                                                           10 k
 gridsite-service-clients x86_64 2.3.2-1.el7.centos  jenkins-gridsite-build-release-platform-epel-7-x86_64-31
                                                                           30 k
Installing for dependencies:
 c-ares                   x86_64 1.10.0-3.el7        sl                    77 k
 canl-c                   x86_64 2.1.6-1.el7.centos  jenkins-canl-c-build-release-platform-epel-7-x86_64-33
                                                                           67 k
 gridsite-libs            x86_64 2.3.2-1.el7.centos  jenkins-gridsite-build-release-platform-epel-7-x86_64-31
                                                                           89 k
 gsoap                    x86_64 2.8.16-8.el7        epel                 247 k
 keyutils-libs-devel      x86_64 1.5.8-3.el7         sl                    36 k
 krb5-devel               x86_64 1.13.2-12.el7_2     sl-security          649 k
 libcom_err-devel         x86_64 1.42.9-7.el7        sl                    29 k
 libselinux-devel         x86_64 2.2.2-6.el7         sl                   173 k
 libsepol-devel           x86_64 2.1.9-3.el7         sl                    70 k
 libverto-devel           x86_64 0.2.5-4.el7         sl                    11 k
 libxml2-devel            x86_64 2.9.1-6.el7_2.3     sl-security          1.0 M
 openssl-devel            x86_64 1:1.0.1e-51.el7_2.5 sl-security          1.2 M
 pcre-devel               x86_64 8.32-15.el7_2.1     sl-security          478 k
 xz-devel                 x86_64 5.1.2-12alpha.el7   sl                    44 k
 zlib-devel               x86_64 1.2.7-15.el7        sl                    49 k

Transaction Summary
================================================================================
Install  5 Packages (+15 Dependent packages)

Total download size: 4.8 M
Installed size: 19 M
Downloading packages:
Public key for canl-c-2.1.6-1.el7.centos.x86_64.rpm is not installed
Public key for gridsite-2.3.2-1.el7.centos.x86_64.rpm is not installed
Public key for gsoap-2.8.16-8.el7.x86_64.rpm is not installed
--------------------------------------------------------------------------------
Total                                              4.5 MB/s | 4.8 MB  00:01     
Retrieving key from http://scientific.zcu.cz/repos/jenkins-builder.asc
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : gsoap-2.8.16-8.el7.x86_64                                   1/20 
  Installing : zlib-devel-1.2.7-15.el7.x86_64                              2/20 
  Installing : libcom_err-devel-1.42.9-7.el7.x86_64                        3/20 
  Installing : c-ares-1.10.0-3.el7.x86_64                                  4/20 
  Installing : canl-c-2.1.6-1.el7.centos.x86_64                            5/20 
  Installing : gridsite-libs-2.3.2-1.el7.centos.x86_64                     6/20 
  Installing : keyutils-libs-devel-1.5.8-3.el7.x86_64                      7/20 
  Installing : pcre-devel-8.32-15.el7_2.1.x86_64                           8/20 
  Installing : xz-devel-5.1.2-12alpha.el7.x86_64                           9/20 
  Installing : libxml2-devel-2.9.1-6.el7_2.3.x86_64                       10/20 
  Installing : libverto-devel-0.2.5-4.el7.x86_64                          11/20 
  Installing : libsepol-devel-2.1.9-3.el7.x86_64                          12/20 
  Installing : libselinux-devel-2.2.2-6.el7.x86_64                        13/20 
  Installing : krb5-devel-1.13.2-12.el7_2.x86_64                          14/20 
  Installing : 1:openssl-devel-1.0.1e-51.el7_2.5.x86_64                   15/20 
  Installing : gridsite-devel-2.3.2-1.el7.centos.x86_64                   16/20 
  Installing : gridsite-service-clients-2.3.2-1.el7.centos.x86_64         17/20 
  Installing : gridsite-commands-2.3.2-1.el7.centos.x86_64                18/20 
  Installing : gridsite-2.3.2-1.el7.centos.x86_64                         19/20 
  Installing : gridsite-debuginfo-2.3.2-1.el7.centos.x86_64               20/20 
  Verifying  : zlib-devel-1.2.7-15.el7.x86_64                              1/20 
  Verifying  : krb5-devel-1.13.2-12.el7_2.x86_64                           2/20 
  Verifying  : gridsite-debuginfo-2.3.2-1.el7.centos.x86_64                3/20 
  Verifying  : gridsite-devel-2.3.2-1.el7.centos.x86_64                    4/20 
  Verifying  : gridsite-libs-2.3.2-1.el7.centos.x86_64                     5/20 
  Verifying  : gridsite-service-clients-2.3.2-1.el7.centos.x86_64          6/20 
  Verifying  : libsepol-devel-2.1.9-3.el7.x86_64                           7/20 
  Verifying  : libverto-devel-0.2.5-4.el7.x86_64                           8/20 
  Verifying  : libxml2-devel-2.9.1-6.el7_2.3.x86_64                        9/20 
  Verifying  : gridsite-commands-2.3.2-1.el7.centos.x86_64                10/20 
  Verifying  : canl-c-2.1.6-1.el7.centos.x86_64                           11/20 
  Verifying  : xz-devel-5.1.2-12alpha.el7.x86_64                          12/20 
  Verifying  : pcre-devel-8.32-15.el7_2.1.x86_64                          13/20 
  Verifying  : keyutils-libs-devel-1.5.8-3.el7.x86_64                     14/20 
  Verifying  : gsoap-2.8.16-8.el7.x86_64                                  15/20 
  Verifying  : 1:openssl-devel-1.0.1e-51.el7_2.5.x86_64                   16/20 
  Verifying  : c-ares-1.10.0-3.el7.x86_64                                 17/20 
  Verifying  : libcom_err-devel-1.42.9-7.el7.x86_64                       18/20 
  Verifying  : libselinux-devel-2.2.2-6.el7.x86_64                        19/20 
  Verifying  : gridsite-2.3.2-1.el7.centos.x86_64                         20/20 

Installed:
  gridsite.x86_64 0:2.3.2-1.el7.centos                                          
  gridsite-commands.x86_64 0:2.3.2-1.el7.centos                                 
  gridsite-debuginfo.x86_64 0:2.3.2-1.el7.centos                                
  gridsite-devel.x86_64 0:2.3.2-1.el7.centos                                    
  gridsite-service-clients.x86_64 0:2.3.2-1.el7.centos                          

Dependency Installed:
  c-ares.x86_64 0:1.10.0-3.el7                                                  
  canl-c.x86_64 0:2.1.6-1.el7.centos                                            
  gridsite-libs.x86_64 0:2.3.2-1.el7.centos                                     
  gsoap.x86_64 0:2.8.16-8.el7                                                   
  keyutils-libs-devel.x86_64 0:1.5.8-3.el7                                      
  krb5-devel.x86_64 0:1.13.2-12.el7_2                                           
  libcom_err-devel.x86_64 0:1.42.9-7.el7                                        
  libselinux-devel.x86_64 0:2.2.2-6.el7                                         
  libsepol-devel.x86_64 0:2.1.9-3.el7                                           
  libverto-devel.x86_64 0:0.2.5-4.el7                                           
  libxml2-devel.x86_64 0:2.9.1-6.el7_2.3                                        
  openssl-devel.x86_64 1:1.0.1e-51.el7_2.5                                      
  pcre-devel.x86_64 0:8.32-15.el7_2.1                                           
  xz-devel.x86_64 0:5.1.2-12alpha.el7                                           
  zlib-devel.x86_64 0:1.2.7-15.el7                                              

Complete!

Tests

TestPlan https://twiki.cern.ch/twiki/bin/view/EGEE/GridSiteTestPlan
Tests https://github.com/CESNET/glite-testsuites/tree/master/gridsite/tests/
Certificate file: none 
gLite user:       glite 
Terminal width:   80 
Output format:    -x 
Package curl-7.29.0-25.sl7.x86_64 already installed and latest version
Package wget-1.14-10.el7_0.1.x86_64 already installed and latest version
Package ca-certificates-2015.2.6-70.1.el7_2.noarch already installed and latest version
Package sudo-1.8.6p7-17.el7_2.x86_64 already installed and latest version
SELinux enabled, don't panic!
git binary not present, installing... done
'/tmp/test-certs.root/grid-security/certificates/0e2ca11d.0' -> '/etc/grid-security/certificates/0e2ca11d.0'
'/tmp/test-certs.root/grid-security/certificates/0e2ca11d.namespaces' -> '/etc/grid-security/certificates/0e2ca11d.namespaces'
'/tmp/test-certs.root/grid-security/certificates/0e2ca11d.r0' -> '/etc/grid-security/certificates/0e2ca11d.r0'
'/tmp/test-certs.root/grid-security/certificates/0e2ca11d.signing_policy' -> '/etc/grid-security/certificates/0e2ca11d.signing_policy'
'/tmp/test-certs.root/grid-security/certificates/0fbe317b.0' -> '/etc/grid-security/certificates/0fbe317b.0'
'/tmp/test-certs.root/grid-security/certificates/0fbe317b.namespaces' -> '/etc/grid-security/certificates/0fbe317b.namespaces'
'/tmp/test-certs.root/grid-security/certificates/0fbe317b.r0' -> '/etc/grid-security/certificates/0fbe317b.r0'
'/tmp/test-certs.root/grid-security/certificates/0fbe317b.signing_policy' -> '/etc/grid-security/certificates/0fbe317b.signing_policy'
'/tmp/test-certs.root/grid-security/certificates/36395d3c.0' -> '/etc/grid-security/certificates/36395d3c.0'
'/tmp/test-certs.root/grid-security/certificates/36395d3c.namespaces' -> '/etc/grid-security/certificates/36395d3c.namespaces'
'/tmp/test-certs.root/grid-security/certificates/36395d3c.r0' -> '/etc/grid-security/certificates/36395d3c.r0'
'/tmp/test-certs.root/grid-security/certificates/36395d3c.signing_policy' -> '/etc/grid-security/certificates/36395d3c.signing_policy'
'/tmp/test-certs.root/grid-security/certificates/41a90451.0' -> '/etc/grid-security/certificates/41a90451.0'
'/tmp/test-certs.root/grid-security/certificates/41a90451.namespaces' -> '/etc/grid-security/certificates/41a90451.namespaces'
'/tmp/test-certs.root/grid-security/certificates/41a90451.r0' -> '/etc/grid-security/certificates/41a90451.r0'
'/tmp/test-certs.root/grid-security/certificates/41a90451.signing_policy' -> '/etc/grid-security/certificates/41a90451.signing_policy'
'/tmp/test-certs.root/grid-security/certificates/7362bbd6.0' -> '/etc/grid-security/certificates/7362bbd6.0'
'/tmp/test-certs.root/grid-security/certificates/7362bbd6.namespaces' -> '/etc/grid-security/certificates/7362bbd6.namespaces'
'/tmp/test-certs.root/grid-security/certificates/7362bbd6.r0' -> '/etc/grid-security/certificates/7362bbd6.r0'
'/tmp/test-certs.root/grid-security/certificates/7362bbd6.signing_policy' -> '/etc/grid-security/certificates/7362bbd6.signing_policy'
'/tmp/test-certs.root/grid-security/certificates/79356fdd.0' -> '/etc/grid-security/certificates/79356fdd.0'
'/tmp/test-certs.root/grid-security/certificates/79356fdd.namespaces' -> '/etc/grid-security/certificates/79356fdd.namespaces'
'/tmp/test-certs.root/grid-security/certificates/79356fdd.r0' -> '/etc/grid-security/certificates/79356fdd.r0'
'/tmp/test-certs.root/grid-security/certificates/79356fdd.signing_policy' -> '/etc/grid-security/certificates/79356fdd.signing_policy'
'/tmp/test-certs.root/grid-security/certificates/9a529ab0.0' -> '/etc/grid-security/certificates/9a529ab0.0'
'/tmp/test-certs.root/grid-security/certificates/9a529ab0.namespaces' -> '/etc/grid-security/certificates/9a529ab0.namespaces'
'/tmp/test-certs.root/grid-security/certificates/9a529ab0.r0' -> '/etc/grid-security/certificates/9a529ab0.r0'
'/tmp/test-certs.root/grid-security/certificates/9a529ab0.signing_policy' -> '/etc/grid-security/certificates/9a529ab0.signing_policy'
'/tmp/test-certs.root/grid-security/certificates/c1d9b6d3.0' -> '/etc/grid-security/certificates/c1d9b6d3.0'
'/tmp/test-certs.root/grid-security/certificates/c1d9b6d3.namespaces' -> '/etc/grid-security/certificates/c1d9b6d3.namespaces'
'/tmp/test-certs.root/grid-security/certificates/c1d9b6d3.r0' -> '/etc/grid-security/certificates/c1d9b6d3.r0'
'/tmp/test-certs.root/grid-security/certificates/c1d9b6d3.signing_policy' -> '/etc/grid-security/certificates/c1d9b6d3.signing_policy'
'/tmp/test-certs.root/grid-security/certificates/ffb9710f.0' -> '/etc/grid-security/certificates/ffb9710f.0'
'/tmp/test-certs.root/grid-security/certificates/ffb9710f.namespaces' -> '/etc/grid-security/certificates/ffb9710f.namespaces'
'/tmp/test-certs.root/grid-security/certificates/ffb9710f.r0' -> '/etc/grid-security/certificates/ffb9710f.r0'
'/tmp/test-certs.root/grid-security/certificates/ffb9710f.signing_policy' -> '/etc/grid-security/certificates/ffb9710f.signing_policy'
Cloning into 'glite-testsuites'...
========================
  REAL TESTS START HERE
========================
Aug 16 14:33:08 myriad12.zcu.cz ping-remote.sh:    start
Testing if all binaries are available   done
Testing ping to Apache server myriad12.zcu.cz   done
Testing Apache server at myriad12.zcu.cz:443   done
Aug 16 14:33:10 myriad12.zcu.cz ping-remote.sh:    end
Aug 16 14:33:10 myriad12.zcu.cz ping-local.sh:    start
Testing if all binaries are available   done
Testing if Apache is running   done
Testing if GridSite is loaded   done
Testing if Apache is listening on port 443   done
Aug 16 14:33:11 myriad12.zcu.cz ping-local.sh:    end
Aug 16 14:33:11 myriad12.zcu.cz gridsite-test-all.sh:    start
Testing if all binaries are available   done
Proxy status:

subject : /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root/CN=694578783 issuer : /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root identity : /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root type : RFC compliant proxy strength : 1024 bits path : /tmp/x509up_u0 timeleft : 11:59:56

READ (Read Permissions) Plain read... Return code 403   done
With gacl... Return code 200   done
Get index (list & read permissions) Plain read... Return code 403   done
With gacl... Return code 200   done
WRITE & DELETE (write permissions) Plain write... Return code 403   done
With gacl... Return code 201   done
Try deletion... Return code 403   done
With gacl... Return code 200   done
Checking attributes passed on to the environment Run test.cgi... Return code 200   done
Check for GRST_* veriables...    done
Test the basic commands (htcp, htls, htmkdir, htmv, htrm) Running GridSite commands with arguments --cert /tmp/test-certs.root/trusted-certs/trusted_client00.cert --key /tmp/test-certs.root/trusted-certs/trusted_client00.priv-clear --capath /etc/grid-security/certificates/ /tmp/test.txt https://myriad12.zcu.cz/
Testing htcp...    done
Checking by htls...    done
Testing htmv...    done
htcp, file 2...    done
Testing htrm...    done
Checking by htls...    done
Checking directory contents with htls...    done
File compare...    done
Test proxy delegation id: 90c5966bd63fbb3b   done
newid: 90c5966bd63fbb3b   done
Test handling of VOMS .lsc files (Regression test for bug #39254 and #82023) Trying with empty vomsdir. GRST_CRED_2 should not be present...    done
Possibly fake VOMS extensions. Regenerating... Your identity: /C=UG/L=Tropic/O=Utopia/OU=Relaxation/CN=root
Creating temporary proxy Done
Contacting emicert-voms.civ.zcu.cz:15000 [/DC=org/DC=terena/DC=tcs/C=CZ/ST=l/L=Plzen 3/O=University of West Bohemia/CN=emicert-voms.civ.zcu.cz] "vo.org" Done
Creating proxy Done

Your proxy is valid until Wed Aug 17 02:33:16 2016
Setting up .lsc file and trying again Generated /etc/grid-security/vomsdir/vo.org/emicert-voms.civ.zcu.cz.lsc
   done
Checking for presence of FQAN...    done
Test listing of VOMS attributes (Regression test for bug #92077) Getting list of Role attributes from voms-proxy-info...    done
Getting list of Role attributes from test.cgi...    done
re-running voms extensions...    done
Getting another set of Role attributes from test.cgi...    done
Comparing attributes... Error: A non-matching set of role attributes has been returned
Test flavours and sonames flavour '' /usr/lib64/libgridsite.so    done
flavour '_nossl' /usr/lib64/libgridsite_nossl.so    done
flavour '_globus' /usr/lib64/libgridsite_globus.so    done
Check interpretable DEFVERSION... Oct 401402, Hex 20302   done
Aug 16 14:33:17 myriad12.zcu.cz gridsite-test-all.sh:    end
Aug 16 14:33:17 myriad12.zcu.cz gridsite-test-session-reuse.sh:    start
Testing if all binaries are available   done
Setting test.cgi...   done
Testing test.cgi...   done
Launching first SSL session...   done
Test for GRST_CRED_AURI_2 ...   done
Launching first SSL session...   done
Test for GRST_CRED_AURI_2 -no_ticket ...   done
Aug 16 14:33:19 myriad12.zcu.cz gridsite-test-session-reuse.sh:    end
Aug 16 14:33:19 myriad12.zcu.cz gridsite-test-putproxy-new.sh:    start
Testing if all binaries are available   done
Test proxy delegation id: 725868c2b6cecb66   done
new proxy file: /var/www/proxycache/%3A%2FC%3DUG%2FL%3DTropic%2FO%3DUtopia%2FOU%3DRelaxation%2FCN%3Droot/725868c2b6cecb66/userproxy.pem    done
Aug 16 14:33:19 myriad12.zcu.cz gridsite-test-putproxy-new.sh:    end
Aug 16 14:33:19 myriad12.zcu.cz gridsite-test-packaging.sh:    start
Packages compliance check output:
gridsite-libs
gridsite-libs.x86_64: W: invalid-url URL: http://www.gridsite.org/ <urlopen error [Errno -2] Name or service not known>
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite.so.2.3.2 /lib64/libz.so.1
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite.so.2.3.2 /lib64/libm.so.6
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite.so.2.3.2 /lib64/libdl.so.2
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_nossl.so.2.3.2 /lib64/libz.so.1
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_nossl.so.2.3.2 /lib64/libm.so.6
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_nossl.so.2.3.2 /lib64/libdl.so.2
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_globus.so.2.3.2 /lib64/libz.so.1
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_globus.so.2.3.2 /lib64/libm.so.6
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_globus.so.2.3.2 /lib64/libdl.so.2
gridsite-libs.x86_64: W: install-file-in-docs /usr/share/doc/gridsite-2.3/INSTALL
1 packages and 0 specfiles checked; 0 errors, 11 warnings.

gridsite-devel
gridsite-devel.x86_64: W: invalid-url URL: http://www.gridsite.org/ <urlopen error [Errno -2] Name or service not known>
gridsite-devel.x86_64: W: no-documentation
1 packages and 0 specfiles checked; 0 errors, 2 warnings.

gridsite-commands
gridsite-commands.x86_64: W: invalid-url URL: http://www.gridsite.org/ <urlopen error [Errno -2] Name or service not known>
1 packages and 0 specfiles checked; 0 errors, 1 warnings.

gridsite-debuginfo
gridsite-debuginfo.x86_64: W: invalid-url URL: http://www.gridsite.org/ <urlopen error [Errno -2] Name or service not known>
gridsite-debuginfo.x86_64: W: only-non-binary-in-usr-lib
1 packages and 0 specfiles checked; 0 errors, 2 warnings.

gridsite-service-clients
gridsite-service-clients.x86_64: W: invalid-url URL: http://www.gridsite.org/ <urlopen error [Errno -2] Name or service not known>
1 packages and 0 specfiles checked; 0 errors, 1 warnings.

Aug 16 14:34:02 myriad12.zcu.cz gridsite-test-packaging.sh:    end
Aug 16 14:34:02 myriad12.zcu.cz gridsite-test-build.sh:    start
Build reports available   done
Checking gridsite-build.log   warning
grst_canl_x509.c:370:12: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:375:12: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:416:10: warning: pointer targets in passing argument 4 of 'GRSTasn1GetX509Name' differ in signedness [-Wpointer-sign]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
grst_canl_x509.c:680:20: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:684:20: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:690:20: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:694:20: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness [-Wpointer-sign]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
grst_canl_x509.c:834:15: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
grst_canl_x509.c:837:4: warning: pointer targets in passing argument 2 of 'GRSTasn1ParseDump' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:868:39: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
grst_canl_x509.c:949:23: warning: pointer targets in passing argument 3 of 'GRSTx509VerifyVomsSigCert' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:964:25: warning: pointer targets in passing argument 3 of 'GRSTx509VerifyVomsSig' differ in signedness [-Wpointer-sign]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
grst_canl_x509.c:1180:32: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:1182:32: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:1013:8: warning: variable 'first_non_ca' set but not used [-Wunused-but-set-variable]
grst_canl_x509.c:1432:15: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
grst_canl_x509.c:1435:4: warning: pointer targets in passing argument 2 of 'GRSTasn1ParseDump' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:1460:39: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
grst_canl_x509.c:1481:30: warning: pointer targets in passing argument 3 of 'GRSTx509VerifyVomsSig' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:1543:9: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:1545:9: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:1546:11: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
grst_canl_x509.c:1548:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
grst_canl_x509.c:1557:11: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:1561:11: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:1574:34: warning: pointer targets in passing argument 8 of 'GRSTx509ParseVomsExt' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:1574:34: warning: pointer targets in passing argument 9 of 'GRSTx509ParseVomsExt' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:1694:11: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:1695:11: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:1711:6: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:1712:6: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:1721:8: warning: 'GRSTx509GetVomsCreds' is deprecated (declared at grst_canl_x509.c:1528) [-Wdeprecated-declarations]
grst_canl_x509.c:1941:9: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:1956:9: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:2092:9: warning: unused variable 'prvkeyfilepath' [-Wunused-variable]
grst_canl_x509.c:2191:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
grst_canl_x509.c:2574:3: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:2575:3: warning: pointer targets in passing argument 1 of 'GRSTasn1TimeToTimeT' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:2547:10: warning: unused variable 'docroot' [-Wunused-variable]
grst_canl_x509.c:2659:3: warning: pointer targets in passing argument 3 of 'EVP_DigestFinal' differ in signedness [-Wpointer-sign]
grst_canl_x509.c:2847:13: warning: 'prvkeyfile' may be used uninitialized in this function [-Wmaybe-uninitialized]
grst_canl_x509.c:2849:13: warning: 'user_dn_enc' may be used uninitialized in this function [-Wmaybe-uninitialized]
grst_gacl.c:391:7: warning: unused variable 'i' [-Wunused-variable]
grst_gacl.c:678:3: warning: 'GRSTgaclCredNew' is deprecated (declared at grst_gacl.c:137) [-Wdeprecated-declarations]
grst_gacl.c:683:9: warning: 'GRSTgaclCredAddValue' is deprecated (declared at grst_gacl.c:160) [-Wdeprecated-declarations]
grst_gacl.c:700:17: warning: unused variable 'perm' [-Wunused-variable]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
grst_gacl.c:1092:42: warning: unused variable 'q' [-Wunused-variable]
grst_gacl.c:1191:60: warning: unused variable 'dn' [-Wunused-variable]
grst_gacl.c:1191:39: warning: unused variable 'filename' [-Wunused-variable]
grst_gacl.c:1308:25: warning: unused variable 'usercred' [-Wunused-variable]
grst_gacl.c:112:12: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:184:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:191:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:198:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:205:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:212:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:294:1: warning: control reaches end of non-void function [-Wreturn-type]
grst_gacl.c:1114:18: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:790:10: warning: 'acl' may be used uninitialized in this function [-Wmaybe-uninitialized]
grst_xacml.c:96:3: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255) [-Wdeprecated-declarations]
grst_xacml.c:103:3: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255) [-Wdeprecated-declarations]
grst_xacml.c:108:3: warning: 'GRSTgaclCredAddValue' is deprecated (declared at ../interface/gridsite.h:260) [-Wdeprecated-declarations]
grst_xacml.c:214:4: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:128:17: warning: unused variable 'perm' [-Wunused-variable]
grst_xacml.c:123:14: warning: unused variable 'doc' [-Wunused-variable]
grst_xacml.c:299:7: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:244:63: warning: 'acl' may be used uninitialized in this function [-Wmaybe-uninitialized]
grst_http.c:102:15: warning: unused variable 'c' [-Wunused-variable]
grst_http.c:156:3: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' [-Wformat=]
grst_http.c:249:11: warning: unused variable 'size_needed' [-Wunused-variable]
grst_asn1.c:171:3: warning: passing argument 1 of 'ASN1_get_object' from incompatible pointer type [enabled by default]
grst_asn1.c:194:14: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'int' [-Wformat=]
grst_asn1.c:194:14: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long int' [-Wformat=]
grst_asn1.c:198:30: warning: pointer targets in passing argument 2 of 'GRSTasn1PrintPrintable' differ in signedness [-Wpointer-sign]
grst_asn1.c:286:5: warning: passing argument 2 of 'd2i_ASN1_OBJECT' from incompatible pointer type [enabled by default]
grst_asn1.c:306:5: warning: passing argument 2 of 'd2i_ASN1_BOOLEAN' from incompatible pointer type [enabled by default]
grst_asn1.c:324:5: warning: passing argument 2 of 'd2i_ASN1_OCTET_STRING' from incompatible pointer type [enabled by default]
grst_asn1.c:337:8: warning: pointer targets in passing argument 2 of 'GRSTasn1PrintPrintable' differ in signedness [-Wpointer-sign]
grst_asn1.c:321:9: warning: unused variable 'i' [-Wunused-variable]
grst_asn1.c:351:5: warning: passing argument 2 of 'd2i_ASN1_INTEGER' from incompatible pointer type [enabled by default]
grst_asn1.c:388:5: warning: passing argument 2 of 'd2i_ASN1_ENUMERATED' from incompatible pointer type [enabled by default]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 15 has type 'size_t' [-Wformat=]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 16 has type 'size_t' [-Wformat=]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 18 has type 'size_t' [-Wformat=]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 19 has type 'size_t' [-Wformat=]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 24 has type 'size_t' [-Wformat=]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 25 has type 'size_t' [-Wformat=]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 15 has type 'size_t' [-Wformat=]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 16 has type 'size_t' [-Wformat=]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 18 has type 'size_t' [-Wformat=]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 19 has type 'size_t' [-Wformat=]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 21 has type 'size_t' [-Wformat=]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 22 has type 'size_t' [-Wformat=]
grst_htcp.c:210:13: warning: format '%c' expects argument of type 'int', but argument 15 has type 'size_t' [-Wformat=]
grst_htcp.c:210:13: warning: format '%c' expects argument of type 'int', but argument 16 has type 'size_t' [-Wformat=]
grst_gacl.c:391:7: warning: unused variable 'i' [-Wunused-variable]
grst_gacl.c:678:3: warning: 'GRSTgaclCredNew' is deprecated (declared at grst_gacl.c:137) [-Wdeprecated-declarations]
grst_gacl.c:683:9: warning: 'GRSTgaclCredAddValue' is deprecated (declared at grst_gacl.c:160) [-Wdeprecated-declarations]
grst_gacl.c:700:17: warning: unused variable 'perm' [-Wunused-variable]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
../interface/gridsite.h:95:71: warning: value computed is not used [-Wunused-value]
grst_gacl.c:1092:42: warning: unused variable 'q' [-Wunused-variable]
grst_gacl.c:1191:60: warning: unused variable 'dn' [-Wunused-variable]
grst_gacl.c:1191:39: warning: unused variable 'filename' [-Wunused-variable]
grst_gacl.c:1308:25: warning: unused variable 'usercred' [-Wunused-variable]
grst_gacl.c:112:12: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:184:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:191:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:198:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:205:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:212:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:294:1: warning: control reaches end of non-void function [-Wreturn-type]
grst_gacl.c:1114:18: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_gacl.c:790:10: warning: 'acl' may be used uninitialized in this function [-Wmaybe-uninitialized]
grst_http.c:102:15: warning: unused variable 'c' [-Wunused-variable]
grst_http.c:156:3: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' [-Wformat=]
grst_http.c:249:11: warning: unused variable 'size_needed' [-Wunused-variable]
grst_xacml.c:96:3: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255) [-Wdeprecated-declarations]
grst_xacml.c:103:3: warning: 'GRSTgaclCredNew' is deprecated (declared at ../interface/gridsite.h:255) [-Wdeprecated-declarations]
grst_xacml.c:108:3: warning: 'GRSTgaclCredAddValue' is deprecated (declared at ../interface/gridsite.h:260) [-Wdeprecated-declarations]
grst_xacml.c:214:4: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:214:4: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:128:17: warning: unused variable 'perm' [-Wunused-variable]
grst_xacml.c:123:14: warning: unused variable 'doc' [-Wunused-variable]
grst_xacml.c:299:7: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:299:7: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign]
grst_xacml.c:244:63: warning: 'acl' may be used uninitialized in this function [-Wmaybe-uninitialized]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 15 has type 'size_t' [-Wformat=]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 16 has type 'size_t' [-Wformat=]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 18 has type 'size_t' [-Wformat=]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 19 has type 'size_t' [-Wformat=]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 24 has type 'size_t' [-Wformat=]
grst_htcp.c:147:22: warning: format '%c' expects argument of type 'int', but argument 25 has type 'size_t' [-Wformat=]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 15 has type 'size_t' [-Wformat=]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 16 has type 'size_t' [-Wformat=]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 18 has type 'size_t' [-Wformat=]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 19 has type 'size_t' [-Wformat=]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 21 has type 'size_t' [-Wformat=]
grst_htcp.c:192:13: warning: format '%c' expects argument of type 'int', but argument 22 has type 'size_t' [-Wformat=]
grst_htcp.c:210:13: warning: format '%c' expects argument of type 'int', but argument 15 has type 'size_t' [-Wformat=]
grst_htcp.c:210:13: warning: format '%c' expects argument of type 'int', but argument 16 has type 'size_t' [-Wformat=]
htcp.c:136:3: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'size_t *' [-Wformat=]
htcp.c:234:36: warning: variable 'thiserror' set but not used [-Wunused-but-set-variable]
htcp.c:249:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:283:20: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:310:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:329:16: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:362:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:395:20: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:601:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1101:31: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1473:33: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1742:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1762:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1809:19: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1823:25: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1829:25: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1967:34: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:1976:34: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htcp.c:790:25: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized]
htcp.c:990:4: warning: 'max_fd' may be used uninitialized in this function [-Wmaybe-uninitialized]
htcp.c:1111:3: warning: 'max_fd' may be used uninitialized in this function [-Wmaybe-uninitialized]
canl_mod_gridsite.c:860:35: warning: pointer targets in passing argument 1 of 'apr_generate_random_bytes' differ in signedness [-Wpointer-sign]
canl_mod_gridsite.c:886:28: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
canl_mod_gridsite.c:894:28: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
canl_mod_gridsite.c:963:67: warning: unused variable 'length' [-Wunused-variable]
canl_mod_gridsite.c:957:16: warning: unused variable 'p' [-Wunused-variable]
canl_mod_gridsite.c:1914:27: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char **' [-Wformat=]
canl_mod_gridsite.c:3300:17: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
canl_mod_gridsite.c:3567:9: warning: too many arguments for format [-Wformat-extra-args]
canl_mod_gridsite.c:3608:12: warning: field width specifier '*' expects argument of type 'int', but argument 4 has type 'size_t' [-Wformat=]
canl_mod_gridsite.c:3949:61: warning: argument to 'sizeof' in 'strncmp' call is the same expression as the second source; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess]
canl_mod_gridsite.c:1400:17: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:1477:17: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:1609:14: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:4005:13: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:3991:9: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:533:13: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:617:13: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:697:17: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:716:17: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:818:17: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:3604:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:3612:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:1067:60: warning: 'length_to_send' may be used uninitialized in this function [-Wmaybe-uninitialized]
canl_mod_gridsite.c:2615:23: warning: 'sessionfile' may be used uninitialized in this function [-Wmaybe-uninitialized]
canl_mod_gridsite.c:3898:24: warning: 'status' may be used uninitialized in this function [-Wmaybe-uninitialized]
grst_admin_main.c:94:3: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' [-Wformat=]
grst_admin_main.c:165:12: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type '__time_t' [-Wformat=]
grst_admin_main.c:165:12: warning: format '%X' expects argument of type 'unsigned int', but argument 6 has type '__suseconds_t' [-Wformat=]
grst_admin_main.c:165:12: warning: format '%X' expects argument of type 'unsigned int', but argument 7 has type 'size_t' [-Wformat=]
grst_admin_main.c:146:19: warning: unused variable 'i' [-Wunused-variable]
grst_admin_main.c:240:10: warning: use of assignment suppression and length modifier together in gnu_scanf format [-Wformat=]
grst_admin_main.c:240:10: warning: use of assignment suppression and length modifier together in gnu_scanf format [-Wformat=]
grst_admin_main.c:164:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_main.c:391:1: warning: control reaches end of non-void function [-Wreturn-type]
grst_admin_gacl.c:98:33: warning: unused variable 'deny' [-Wunused-variable]
grst_admin_gacl.c:98:26: warning: unused variable 'allow' [-Wunused-variable]
grst_admin_gacl.c:306:26: warning: unused variable 'i' [-Wunused-variable]
grst_admin_gacl.c:354:26: warning: unused variable 'i' [-Wunused-variable]
grst_admin_gacl.c:592:42: warning: unused variable 'timestamp' [-Wunused-variable]
grst_admin_gacl.c:592:39: warning: unused variable 'i' [-Wunused-variable]
grst_admin_gacl.c:592:33: warning: unused variable 'deny' [-Wunused-variable]
grst_admin_gacl.c:592:26: warning: unused variable 'allow' [-Wunused-variable]
grst_admin_gacl.c:645:50: warning: unused variable 'i' [-Wunused-variable]
grst_admin_gacl.c:645:39: warning: unused variable 'timestamp' [-Wunused-variable]
grst_admin_gacl.c:645:33: warning: unused variable 'deny' [-Wunused-variable]
grst_admin_gacl.c:645:26: warning: unused variable 'allow' [-Wunused-variable]
grst_admin_gacl.c:830:34: warning: unused variable 'allow_new_person' [-Wunused-variable]
grst_admin_gacl.c:937:9: warning: unused variable 'fp' [-Wunused-variable]
grst_admin_gacl.c:1000:7: warning: unused variable 'n' [-Wunused-variable]
grst_admin_gacl.c:412:29: warning: 'cred' may be used uninitialized in this function [-Wmaybe-uninitialized]
grst_admin_gacl.c:202:23: warning: 'cred' is used uninitialized in this function [-Wuninitialized]
grst_admin_file.c:329:28: warning: unused variable 'server_name' [-Wunused-variable]
grst_admin_file.c:329:18: warning: unused variable 'fulluri' [-Wunused-variable]
grst_admin_file.c:328:51: warning: unused variable 'p' [-Wunused-variable]
grst_admin_file.c:517:44: warning: unused variable 'fulluri' [-Wunused-variable]
grst_admin_file.c:517:30: warning: unused variable 'server_name' [-Wunused-variable]
grst_admin_file.c:663:17: warning: unused variable 'fp' [-Wunused-variable]
grst_admin_file.c:661:17: warning: unused variable 'dnlistsuri' [-Wunused-variable]
grst_admin_file.c:659:17: warning: unused variable 'len' [-Wunused-variable]
grst_admin_file.c:745:17: warning: unused variable 'fp' [-Wunused-variable]
grst_admin_file.c:744:41: warning: unused variable 'dir_path_vfile' [-Wunused-variable]
grst_admin_file.c:744:33: warning: unused variable 'vfile' [-Wunused-variable]
grst_admin_file.c:743:17: warning: unused variable 'len' [-Wunused-variable]
grst_admin_file.c:803:60: warning: unused variable 'oneline' [-Wunused-variable]
grst_admin_file.c:801:57: warning: unused variable 'found' [-Wunused-variable]
grst_admin_file.c:801:28: warning: unused variable 'ifd' [-Wunused-variable]
grst_admin_file.c:969:10: warning: format '%d' expects argument of type 'int', but argument 2 has type '__off_t' [-Wformat=]
grst_admin_file.c:1040:16: warning: format '%X' expects argument of type 'unsigned int *', but argument 3 has type 'time_t *' [-Wformat=]
grst_admin_file.c:1043:16: warning: format '%X' expects argument of type 'unsigned int *', but argument 3 has type 'size_t *' [-Wformat=]
grst_admin_file.c:980:29: warning: unused variable 'j' [-Wunused-variable]
grst_admin_file.c:980:19: warning: unused variable 'fd' [-Wunused-variable]
grst_admin_file.c:1201:35: warning: unused variable 'p' [-Wunused-variable]
grst_admin_file.c:1293:66: warning: unused variable 'fulluri' [-Wunused-variable]
grst_admin_file.c:1293:52: warning: unused variable 'server_name' [-Wunused-variable]
grst_admin_file.c:1293:25: warning: unused variable 'rawpage' [-Wunused-variable]
grst_admin_file.c:1292:16: warning: unused variable 'c' [-Wunused-variable]
grst_admin_file.c:1292:13: warning: unused variable 'i' [-Wunused-variable]
grst_admin_file.c:1658:19: warning: unused variable 'subDIR' [-Wunused-variable]
grst_admin_file.c:1657:30: warning: unused variable 'subdirfile_ent' [-Wunused-variable]
grst_admin_file.c:1652:61: warning: unused variable 'encfulluri' [-Wunused-variable]
grst_admin_file.c:1652:51: warning: unused variable 'fulluri' [-Wunused-variable]
grst_admin_file.c:1652:28: warning: unused variable 'd_name' [-Wunused-variable]
grst_admin_file.c:1651:15: warning: unused variable 'd_namepath' [-Wunused-variable]
grst_admin_file.c:1650:26: warning: unused variable 'numfiles' [-Wunused-variable]
grst_admin_file.c:1650:18: warning: unused variable 'enclen' [-Wunused-variable]
grst_admin_file.c:201:21: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:270:19: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:279:27: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:543:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:547:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:609:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:610:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:825:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:1003:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:1063:24: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:1117:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:1174:15: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:1622:16: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:1623:16: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:1683:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst_admin_file.c:356:51: warning: 'realfile' may be used uninitialized in this function [-Wmaybe-uninitialized]
grst_admin_file.c:1517:23: warning: 'numfiles' may be used uninitialized in this function [-Wmaybe-uninitialized]
grst-delegation.c:63:39: warning: unused variable 'proxydir' [-Wunused-variable]
grst-delegation.c:63:30: warning: unused variable 'reqtxt' [-Wunused-variable]
grst-delegation.c:63:14: warning: unused variable 'delegation_id' [-Wunused-variable]
grst-delegation.c:62:59: warning: unused variable 'user_dn' [-Wunused-variable]
grst-delegation.c:62:47: warning: unused variable 'client_dn' [-Wunused-variable]
grst-delegation.c:62:43: warning: unused variable 'p' [-Wunused-variable]
grst-delegation.c:62:33: warning: unused variable 'request' [-Wunused-variable]
grst-delegation.c:62:14: warning: unused variable 'docroot' [-Wunused-variable]
grst-delegation.c:111:9: warning: unused variable 'p' [-Wunused-variable]
grst-delegation.c:110:9: warning: unused variable 'i' [-Wunused-variable]
grst-delegation.c:143:9: warning: unused variable 'p' [-Wunused-variable]
grst-delegation.c:175:30: warning: unused variable 'p' [-Wunused-variable]
grst-delegation.c:174:25: warning: unused variable 'i' [-Wunused-variable]
grst-delegation.c:174:16: warning: unused variable 'len' [-Wunused-variable]
grst-delegation.c:174:13: warning: unused variable 'c' [-Wunused-variable]
grst-delegation.c:174:9: warning: unused variable 'fd' [-Wunused-variable]
grst-delegation.c:209:9: warning: unused variable 'p' [-Wunused-variable]
grst-delegation.c:208:9: warning: unused variable 'i' [-Wunused-variable]
grst-delegation.c:242:9: warning: unused variable 'p' [-Wunused-variable]
grst-delegation.c:277:34: warning: unused variable 'client_dn' [-Wunused-variable]
grst-delegation.c:277:30: warning: unused variable 'p' [-Wunused-variable]
grst-delegation.c:276:25: warning: unused variable 'i' [-Wunused-variable]
grst-delegation.c:276:16: warning: unused variable 'len' [-Wunused-variable]
grst-delegation.c:276:13: warning: unused variable 'c' [-Wunused-variable]
grst-delegation.c:276:9: warning: unused variable 'fd' [-Wunused-variable]
grst-delegation.c:90:16: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst-delegation.c:122:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst-delegation.c:150:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst-delegation.c:186:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst-delegation.c:220:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst-delegation.c:254:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
grst-delegation.c:288:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htproxyput.c:117:41: warning: unused variable 'getProxyReqResponse' [-Wunused-variable]
htproxyput.c:114:27: warning: variable 'noverify' set but not used [-Wunused-but-set-variable]
htproxyput.c:96:12: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result]
htproxyput.c:226:24: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htproxyput.c:242:25: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htproxyput.c:248:25: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
htproxyput.c:696:1: warning: control reaches end of non-void function [-Wreturn-type]
htproxyput.c:386:29: warning: 'unused' may be used uninitialized in this function [-Wmaybe-uninitialized]
Parsing file /builddir/bu/builddir/build/BUILD/gridsite-2.3.2/src/soapClientLib.c:15: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO.
/builddir/build/BUILD/gridsite-2.3.2/src/soapServerLib.c:15: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO.
Aug 16 14:34:02 myriad12.zcu.cz gridsite-test-build.sh:    end
==================
  TESTS END HERE
==================