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 6 (x86_64)
        Environment
            Process
            Full Output of the Installation
        Tests
    Clean installation, \S (x86_64)
        Environment
            Process
            Full Output of the Installation
        Tests
    Update from production, Scientific 6 (x86_64)
        Environment
            Process
            Full Output of the Installation
        Tests
    Update from production, \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
ip-10-4-0-76.localdomain
Duration 2 min
Testbed uptime
20:40:45 up 16 min,  2 users,  load average: 1.50, 1.05, 0.49

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

apt-get install -y gridsite gridsite-commands libgridsite-dev gridsite-service-clients

#
# 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.oPUuZzhYhM --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.g15TlbgABM --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.xEPhDsW4H8 --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://apt.cerit-sc.cz wheezy Release.gpg
Hit http://apt.cerit-sc.cz wheezy Release.gpg
Get:1 file: stable/ Release.gpg [819 B]
Hit http://apt.cerit-sc.cz wheezy Release
Hit ftp://depot1.mc.cesnet.cz all Release.gpg
Get:2 file: stable/ Release.gpg [819 B]
Get:3 file: stable/ Release [1499 B]
Hit http://apt.cerit-sc.cz wheezy Release
Get:4 file: stable/ Release [1499 B]
Hit ftp://depot1.mc.cesnet.cz wheezy Release.gpg
Hit ftp://depot1.mc.cesnet.cz all Release
Hit ftp://depot1.mc.cesnet.cz wheezy Release
Hit http://apt.cerit-sc.cz wheezy/main amd64 Packages
Get:5 http://scientific.zcu.cz wheezy/ Release.gpg [836 B]
Ign http://apt.cerit-sc.cz wheezy/main Translation-en
Ign file: stable/ Translation-en
Hit http://apt.cerit-sc.cz wheezy/main amd64 Packages
Ign http://apt.cerit-sc.cz wheezy/main Translation-en
Get:6 http://scientific.zcu.cz wheezy/ Release [1497 B]
Ign file: stable/ Translation-en
Hit http://security.debian.org wheezy/updates Release.gpg
Hit http://ftp.debian.org wheezy Release.gpg
Hit ftp://depot1.mc.cesnet.cz all/main amd64 Packages
Get:7 ftp://depot1.mc.cesnet.cz all/main Translation-en
Get:8 ftp://depot1.mc.cesnet.cz all/main Translation-en
Hit ftp://depot1.mc.cesnet.cz wheezy/main amd64 Packages
Get:9 ftp://depot1.mc.cesnet.cz wheezy/main Translation-en
Get:10 ftp://depot1.mc.cesnet.cz all/main Translation-en
Hit http://security.debian.org wheezy/updates Release
Get:11 ftp://depot1.mc.cesnet.cz wheezy/main Translation-en
Hit http://ftp.debian.org wheezy-updates Release.gpg
Get:12 ftp://depot1.mc.cesnet.cz all/main Translation-en
Get:13 ftp://depot1.mc.cesnet.cz wheezy/main Translation-en
Get:14 ftp://depot1.mc.cesnet.cz all/main Translation-en
Ign ftp://depot1.mc.cesnet.cz all/main Translation-en
Get:15 ftp://depot1.mc.cesnet.cz wheezy/main Translation-en
Get:16 ftp://depot1.mc.cesnet.cz wheezy/main Translation-en
Ign ftp://depot1.mc.cesnet.cz wheezy/main Translation-en
Hit http://http.debian.net wheezy-backports Release.gpg
Hit http://ftp.debian.org wheezy Release
Get:17 http://scientific.zcu.cz wheezy/ Sources [4521 B]
Hit http://security.debian.org wheezy/updates/main Sources
Hit http://ftp.debian.org wheezy-updates Release
Hit http://http.debian.net wheezy-backports Release
Hit http://repository.egi.eu egi-igtf Release.gpg
Get:18 http://scientific.zcu.cz wheezy/ Packages [4770 B]
Hit http://security.debian.org wheezy/updates/contrib Sources
Hit http://ftp.debian.org wheezy/main Sources
Hit http://security.debian.org wheezy/updates/non-free Sources
Hit http://ftp.debian.org wheezy/non-free Sources
Hit http://security.debian.org wheezy/updates/main amd64 Packages
Hit http://ftp.debian.org wheezy/contrib Sources
Hit http://security.debian.org wheezy/updates/contrib amd64 Packages
Hit http://ftp.debian.org wheezy/main amd64 Packages
Hit http://http.debian.net wheezy-backports/main amd64 Packages/DiffIndex
Hit http://ftp.debian.org wheezy/non-free amd64 Packages
Hit http://ftp.debian.org wheezy/contrib amd64 Packages
Hit http://security.debian.org wheezy/updates/non-free amd64 Packages
Hit http://security.debian.org wheezy/updates/contrib Translation-en
Hit http://security.debian.org wheezy/updates/main Translation-en
Hit http://repository.egi.eu egi-igtf Release
Ign http://scientific.zcu.cz wheezy/ Translation-en
Hit http://http.debian.net wheezy-backports/main Translation-en/DiffIndex
Hit http://ftp.debian.org wheezy/contrib Translation-en
Hit http://ftp.debian.org wheezy/main Translation-en
Hit http://ftp.debian.org wheezy/non-free Translation-en
Hit http://security.debian.org wheezy/updates/non-free Translation-en
Hit http://ftp.debian.org wheezy-updates/main Sources
Hit http://ftp.debian.org wheezy-updates/contrib Sources
Hit http://ftp.debian.org wheezy-updates/non-free Sources
Hit http://ftp.debian.org wheezy-updates/main amd64 Packages/DiffIndex
Hit http://repository.egi.eu egi-igtf/core amd64 Packages
Hit http://ftp.debian.org wheezy-updates/contrib amd64 Packages
Hit ftp://ftp.debian.org jessie Release.gpg
Hit http://ftp.debian.org wheezy-updates/non-free amd64 Packages/DiffIndex
Hit http://ftp.debian.org wheezy-updates/contrib Translation-en
Hit ftp://ftp.debian.org jessie Release
Hit http://ftp.debian.org wheezy-updates/main Translation-en/DiffIndex
Hit http://ftp.debian.org wheezy-updates/non-free Translation-en/DiffIndex
Hit ftp://ftp.debian.org jessie/main Sources
Hit ftp://ftp.debian.org jessie/main amd64 Packages
Hit ftp://ftp.debian.org jessie/main Translation-en
Ign http://repository.egi.eu egi-igtf/core Translation-en
Fetched 11.6 kB in 2s (3936 B/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  libc-ares2 libcanl-c2 libcurl3 libgridsite2 libgsoap2 libssl-dev libssl-doc
  zlib1g-dev
The following NEW packages will be installed:
  gridsite gridsite-commands gridsite-service-clients libc-ares2 libcanl-c2
  libcurl3 libgridsite-dev libgridsite2 libgsoap2 libssl-dev libssl-doc
  zlib1g-dev
0 upgraded, 12 newly installed, 0 to remove and 0 not upgraded.
Need to get 4171 kB/4668 kB of archives.
After this operation, 12.1 MB of additional disk space will be used.
Get:1 http://ftp.debian.org/debian/ wheezy/main zlib1g-dev amd64 1:1.2.7.dfsg-13 [215 kB]
Get:2 http://security.debian.org/ wheezy/updates/main libcurl3 amd64 7.26.0-1+wheezy16 [332 kB]
Get:3 http://ftp.debian.org/debian/ wheezy/main libgsoap2 amd64 2.8.7-2 [533 kB]
Get:4 http://security.debian.org/ wheezy/updates/main libc-ares2 amd64 1.9.1-3+deb7u1 [74.7 kB]
Get:5 http://security.debian.org/ wheezy/updates/main libssl-dev amd64 1.0.1t-1+deb7u1 [1791 kB]
Get:6 http://security.debian.org/ wheezy/updates/main libssl-doc all 1.0.1t-1+deb7u1 [1224 kB]
Fetched 4171 kB in 0s (10.5 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 ... 34913 files and directories currently installed.)
Unpacking libcurl3:amd64 (from .../libcurl3_7.26.0-1+wheezy16_amd64.deb) ...
Selecting previously unselected package libc-ares2:amd64.
Unpacking libc-ares2:amd64 (from .../libc-ares2_1.9.1-3+deb7u1_amd64.deb) ...
Selecting previously unselected package libcanl-c2.
Unpacking libcanl-c2 (from .../libcanl-c2_2.1.7-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.1t-1+deb7u1_amd64.deb) ...
Selecting previously unselected package libgridsite2.
Unpacking libgridsite2 (from .../libgridsite2_2.3.3-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.3-1_amd64.deb) ...
Selecting previously unselected package gridsite-commands.
Unpacking gridsite-commands (from .../gridsite-commands_2.3.3-1_amd64.deb) ...
Selecting previously unselected package gridsite-service-clients.
Unpacking gridsite-service-clients (from .../gridsite-service-clients_2.3.3-1_amd64.deb) ...
Selecting previously unselected package libgridsite-dev.
Unpacking libgridsite-dev (from .../libgridsite-dev_2.3.3-1_amd64.deb) ...
Selecting previously unselected package libssl-doc.
Unpacking libssl-doc (from .../libssl-doc_1.0.1t-1+deb7u1_all.deb) ...
Processing triggers for man-db ...
Setting up libcurl3:amd64 (7.26.0-1+wheezy16) ...
Setting up libc-ares2:amd64 (1.9.1-3+deb7u1) ...
Setting up libcanl-c2 (2.1.7-1) ...
Setting up zlib1g-dev:amd64 (1:1.2.7.dfsg-13) ...
Setting up libssl-dev (1.0.1t-1+deb7u1) ...
Setting up libgridsite2 (2.3.3-1) ...
Setting up libgsoap2 (2.8.7-2) ...
Setting up gridsite (2.3.3-1) ...
Setting up gridsite-commands (2.3.3-1) ...
Setting up gridsite-service-clients (2.3.3-1) ...
Setting up libgridsite-dev (2.3.3-1) ...
Setting up libssl-doc (1.0.1t-1+deb7u1) ...

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.
sudo 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
  diffstat gettext hardening-includes intltool-debian libapr1 libaprutil1
  libaprutil1-dbd-sqlite3 libaprutil1-ldap libapt-pkg-perl libarchive-zip-perl
  libclass-accessor-perl libclone-perl libcroco3 libdigest-hmac-perl
  libemail-valid-perl libencode-locale-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 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 ssl-cert
Suggested packages:
  www-browser apache2-doc apache2-suexec apache2-suexec-custom gettext-doc
  libdata-dump-perl libipc-sharedcache-perl libcrypt-ssleay-perl
  libio-socket-inet6-perl libauthen-ntlm-perl binutils-multiarch
  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 curl diffstat gettext hardening-includes intltool-debian libapr1
  libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libapt-pkg-perl
  libarchive-zip-perl libclass-accessor-perl libclone-perl libcroco3
  libdigest-hmac-perl libemail-valid-perl libencode-locale-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 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 ssl-cert voms-clients
0 upgraded, 70 newly installed, 0 to remove and 0 not upgraded.
Need to get 9707 kB of archives.
After this operation, 27.8 MB of additional disk space will be used.
Get:1 ftp://depot1.mc.cesnet.cz/ wheezy/main apache2.2-bin amd64 2.2.22-13+zs1 [783 kB]
Get:2 http://ftp.debian.org/debian/ wheezy/main libcroco3 amd64 0.6.6-2 [134 kB]
Get:3 http://security.debian.org/ wheezy/updates/main curl amd64 7.26.0-1+wheezy16 [271 kB]
Get:4 ftp://depot1.mc.cesnet.cz/ wheezy/main apache2-utils amd64 2.2.22-13+zs1 [162 kB]
Get:5 ftp://depot1.mc.cesnet.cz/ wheezy/main apache2.2-common amd64 2.2.22-13+zs1 [290 kB]
Get:6 ftp://depot1.mc.cesnet.cz/ wheezy/main apache2-mpm-worker amd64 2.2.22-13+zs1 [2226 B]
Get:7 ftp://depot1.mc.cesnet.cz/ wheezy/main apache2 amd64 2.2.22-13+zs1 [1434 B]
Get:8 http://ftp.debian.org/debian/ wheezy/main libmailtools-perl all 2.09-1 [97.6 kB]
Get:9 http://ftp.debian.org/debian/ wheezy/main libdigest-hmac-perl all 1.03+dfsg-1 [12.3 kB]
Get:10 http://ftp.debian.org/debian/ wheezy/main libnet-ip-perl all 1.25-3 [29.5 kB]
Get:11 http://ftp.debian.org/debian/ wheezy/main libnet-dns-perl amd64 0.66-2+b2 [298 kB]
Get:12 http://ftp.debian.org/debian/ wheezy/main libnet-domain-tld-perl all 1.69-1 [11.4 kB]
Get:13 http://ftp.debian.org/debian/ wheezy/main libemail-valid-perl all 0.190-1 [20.9 kB]
Get:14 http://ftp.debian.org/debian/ wheezy/main libunistring0 amd64 0.9.3-5 [434 kB]
Get:15 http://ftp.debian.org/debian/ wheezy/main libgettextpo0 amd64 0.18.1.1-9 [145 kB]
Get:16 http://ftp.debian.org/debian/ wheezy/main lsof amd64 4.86+dfsg-1 [316 kB]
Get:17 http://ftp.debian.org/debian/ wheezy/main libapr1 amd64 1.4.6-3+deb7u1 [106 kB]
Get:18 http://ftp.debian.org/debian/ wheezy/main libaprutil1 amd64 1.4.1-3 [89.8 kB]
Get:19 http://ftp.debian.org/debian/ wheezy/main libaprutil1-dbd-sqlite3 amd64 1.4.1-3 [19.0 kB]
Get:20 http://ftp.debian.org/debian/ wheezy/main libaprutil1-ldap amd64 1.4.1-3 [16.6 kB]
Get:21 http://ftp.debian.org/debian/ wheezy/main autopoint all 0.18.1.1-9 [629 kB]
Get:22 http://ftp.debian.org/debian/ wheezy/main diffstat amd64 1.55-3 [30.0 kB]
Get:23 http://ftp.debian.org/debian/ wheezy/main gettext amd64 0.18.1.1-9 [1975 kB]
Get:24 http://ftp.debian.org/debian/ wheezy/main hardening-includes all 2.2 [17.6 kB]
Get:25 http://ftp.debian.org/debian/ wheezy/main intltool-debian all 0.35.0+20060710.1 [30.8 kB]
Get:26 http://ftp.debian.org/debian/ wheezy/main libapt-pkg-perl amd64 0.1.26+b1 [84.7 kB]
Get:27 http://ftp.debian.org/debian/ wheezy/main libarchive-zip-perl all 1.30-6 [97.6 kB]
Get:28 http://ftp.debian.org/debian/ wheezy/main libsub-name-perl amd64 0.05-1+b2 [10.2 kB]
Get:29 http://ftp.debian.org/debian/ wheezy/main libclass-accessor-perl all 0.34-1 [25.9 kB]
Get:30 http://ftp.debian.org/debian/ wheezy/main libclone-perl amd64 0.31-1+b2 [13.3 kB]
Get:31 http://ftp.debian.org/debian/ wheezy/main libencode-locale-perl all 1.03-1 [13.6 kB]
Get:32 http://ftp.debian.org/debian/ wheezy/main libhttp-date-perl all 6.02-1 [10.7 kB]
Get:33 http://ftp.debian.org/debian/ wheezy/main libfile-listing-perl all 6.04-1 [10.3 kB]
Get:34 http://ftp.debian.org/debian/ wheezy/main libfont-afm-perl all 1.20-1 [14.4 kB]
Get:35 http://ftp.debian.org/debian/ wheezy/main liburi-perl all 1.60-1 [100 kB]
Get:36 http://ftp.debian.org/debian/ wheezy/main libhtml-tagset-perl all 3.20-2 [13.5 kB]
Get:37 http://ftp.debian.org/debian/ wheezy/main libhtml-parser-perl amd64 3.69-2 [114 kB]
Get:38 http://ftp.debian.org/debian/ wheezy/main liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
Get:39 http://ftp.debian.org/debian/ wheezy/main libhttp-message-perl all 6.03-1 [78.5 kB]
Get:40 http://ftp.debian.org/debian/ wheezy/main libhtml-form-perl all 6.03-1 [23.9 kB]
Get:41 http://ftp.debian.org/debian/ wheezy/main libhtml-tree-perl all 5.02-1 [225 kB]
Get:42 http://ftp.debian.org/debian/ wheezy/main libhtml-format-perl all 2.10-1 [42.1 kB]
Get:43 http://ftp.debian.org/debian/ wheezy/main libhtml-template-perl all 2.91-1 [72.0 kB]
Get:44 http://ftp.debian.org/debian/ wheezy/main libhttp-cookies-perl all 6.00-2 [23.5 kB]
Get:45 http://ftp.debian.org/debian/ wheezy/main libhttp-daemon-perl all 6.01-1 [17.3 kB]
Get:46 http://ftp.debian.org/debian/ wheezy/main libhttp-negotiate-perl all 6.00-2 [13.6 kB]
Get:47 http://ftp.debian.org/debian/ wheezy/main libio-pty-perl amd64 1:1.08-1+b2 [40.0 kB]
Get:48 http://ftp.debian.org/debian/ wheezy/main libsocket-perl amd64 2.002-1 [40.0 kB]
Get:49 http://ftp.debian.org/debian/ wheezy/main libio-socket-ip-perl all 0.16-2 [23.6 kB]
Get:50 http://ftp.debian.org/debian/ wheezy/main libnet-ssleay-perl amd64 1.48-1+b1 [335 kB]
Get:51 http://ftp.debian.org/debian/ wheezy/main libio-socket-ssl-perl all 1.76-2 [68.0 kB]
Get:52 http://ftp.debian.org/debian/ wheezy/main libio-string-perl all 1.08-2 [12.0 kB]
Get:53 http://ftp.debian.org/debian/ wheezy/main libipc-run-perl all 0.92-1 [110 kB]
Get:54 http://ftp.debian.org/debian/ wheezy/main libnet-http-perl all 6.03-2 [24.3 kB]
Get:55 http://ftp.debian.org/debian/ wheezy/main libwww-robotrules-perl all 6.01-1 [14.3 kB]
Get:56 http://ftp.debian.org/debian/ wheezy/main libwww-perl all 6.04-1 [203 kB]
Get:57 http://ftp.debian.org/debian/ wheezy/main liblwp-protocol-https-perl all 6.03-1 [7580 B]
Get:58 http://ftp.debian.org/debian/ wheezy/main libparse-debianchangelog-perl all 1.2.0-1 [62.3 kB]
Get:59 http://ftp.debian.org/debian/ wheezy/main libvomsapi1 amd64 2.0.8-1 [180 kB]
Get:60 http://ftp.debian.org/debian/ wheezy/main libxml-namespacesupport-perl all 1.09-3 [15.3 kB]
Get:61 http://ftp.debian.org/debian/ wheezy/main libxml-parser-perl amd64 2.41-1+b1 [278 kB]
Get:62 http://ftp.debian.org/debian/ wheezy/main libxml-sax-base-perl all 1.07-1 [23.1 kB]
Get:63 http://ftp.debian.org/debian/ wheezy/main libxml-sax-perl all 0.99+dfsg-2 [68.3 kB]
Get:64 http://ftp.debian.org/debian/ wheezy/main libxml-sax-expat-perl all 0.40-2 [12.9 kB]
Get:65 http://ftp.debian.org/debian/ wheezy/main libxml-simple-perl all 2.20-1 [74.7 kB]
Get:66 http://ftp.debian.org/debian/ wheezy/main patchutils amd64 0.3.2-1.1 [110 kB]
Get:67 http://ftp.debian.org/debian/ wheezy/main lintian all 2.5.10.4 [709 kB]
Get:68 http://ftp.debian.org/debian/ wheezy/main psmisc amd64 22.19-1+deb7u1 [135 kB]
Get:69 http://ftp.debian.org/debian/ wheezy/main ssl-cert all 1.0.32+deb7u1 [19.6 kB]
Get:70 http://ftp.debian.org/debian/ wheezy/main voms-clients amd64 2.0.8-1 [191 kB]
Preconfiguring packages ...
Fetched 9707 kB in 2s (4722 kB/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 ... 36542 files and directories currently installed.)
Unpacking libcroco3:amd64 (from .../libcroco3_0.6.6-2_amd64.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 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+zs1_amd64.deb) ...
Selecting previously unselected package apache2-utils.
Unpacking apache2-utils (from .../apache2-utils_2.2.22-13+zs1_amd64.deb) ...
Selecting previously unselected package apache2.2-common.
Unpacking apache2.2-common (from .../apache2.2-common_2.2.22-13+zs1_amd64.deb) ...
Selecting previously unselected package apache2-mpm-worker.
Unpacking apache2-mpm-worker (from .../apache2-mpm-worker_2.2.22-13+zs1_amd64.deb) ...
Selecting previously unselected package apache2.
Unpacking apache2 (from .../apache2_2.2.22-13+zs1_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+wheezy16_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 libencode-locale-perl.
Unpacking libencode-locale-perl (from .../libencode-locale-perl_1.03-1_all.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 ssl-cert.
Unpacking ssl-cert (from .../ssl-cert_1.0.32+deb7u1_all.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 ...
Setting up libcroco3:amd64 (0.6.6-2) ...
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 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+zs1) ...
Setting up apache2-utils (2.2.22-13+zs1) ...
Setting up apache2.2-common (2.2.22-13+zs1) ...
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+zs1) ...
[....] Starting web server: apache2[?25l7[ ok 8[?12l[?25h.
Setting up apache2 (2.2.22-13+zs1) ...
Setting up autopoint (0.18.1.1-9) ...
Setting up curl (7.26.0-1+wheezy16) ...
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 libencode-locale-perl (1.03-1) ...
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 ssl-cert (1.0.32+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) ...
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
========================
Oct 25 20:40:33 ip-10-4-0-76 ping-remote.sh:    start
Testing if all binaries are available   done
Testing ping to Apache server ip-10-4-0-76.localdomain   done
Testing Apache server at ip-10-4-0-76.localdomain:443   done
Oct 25 20:40:35 ip-10-4-0-76 ping-remote.sh:    end
Oct 25 20:40:35 ip-10-4-0-76 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
Oct 25 20:40:35 ip-10-4-0-76 ping-local.sh:    end
Oct 25 20:40:35 ip-10-4-0-76 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=1887388915 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://ip-10-4-0-76.localdomain/
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: 653c99efc77a8ef4   done
newid: 653c99efc77a8ef4   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 Oct 26 08:40:36 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 401403, Hex 20303   done
Oct 25 20:40:36 ip-10-4-0-76 gridsite-test-all.sh:    end
Oct 25 20:40:36 ip-10-4-0-76 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
Oct 25 20:40:38 ip-10-4-0-76 gridsite-test-session-reuse.sh:    end
Oct 25 20:40:38 ip-10-4-0-76 gridsite-test-putproxy-new.sh:    start
Testing if all binaries are available   done
Test proxy delegation id: 833f2f08a1832ea0   done
new proxy file: /var/www/proxycache/%3A%2FC%3DUG%2FL%3DTropic%2FO%3DUtopia%2FOU%3DRelaxation%2FCN%3Droot/833f2f08a1832ea0/userproxy.pem    done
Oct 25 20:40:38 ip-10-4-0-76 gridsite-test-putproxy-new.sh:    end
Oct 25 20:40:38 ip-10-4-0-76 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:

Oct 25 20:40:40 ip-10-4-0-76 gridsite-test-packaging.sh:    end
Oct 25 20:40:40 ip-10-4-0-76 gridsite-test-build.sh:    start
Build reports available   done
Checking gridsite_2.3.3-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:3566:9: warning: too many arguments for format [-Wformat-extra-args]
canl_mod_gridsite.c:3607: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:4004:13: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:3990:9: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:3603:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:3611: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.3/s/scratch/workspace/gridsite-build-release/platform/debian-7-x86_64/gridsite-2.3.3/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.3/src/soapServerLib.c:15: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO.
Oct 25 20:40:40 ip-10-4-0-76 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
ip-10-4-0-77.localdomain
Duration 2 min
Testbed uptime
20:40:05 up 12 min,  2 users,  load average: 1.55, 1.04, 0.46

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 --no-verbose --ca-directory=/etc/grid-security/certificates --secure-protocol=sslv3 -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 --ca-directory=/etc/grid-security/certificates --secure-protocol=sslv3 -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

apt-get install -y gridsite gridsite-commands libgridsite-dev gridsite-service-clients

#
# 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.7K7Wt6tJpc --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.c5O5Kcnebo --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.E339TIsqyf --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
Get:1 ftp://depot1.mc.cesnet.cz all InRelease
Ign ftp://depot1.mc.cesnet.cz all InRelease
Hit http://apt.cerit-sc.cz jessie InRelease
Ign http://scientific.zcu.cz jessie/ InRelease
Get:2 file: stable/ Release.gpg [819 B]
Hit http://security.debian.org jessie/updates InRelease
Get:3 file: stable/ Release.gpg [819 B]
Ign http://ftp.debian.org jessie InRelease
Get:4 file: stable/ Release [1499 B]
Get:5 file: stable/ Release [1499 B]
Get:6 ftp://depot1.mc.cesnet.cz jessie InRelease
Ign ftp://depot1.mc.cesnet.cz jessie InRelease
Hit ftp://depot1.mc.cesnet.cz all Release.gpg
Hit ftp://depot1.mc.cesnet.cz jessie Release.gpg
Hit ftp://depot1.mc.cesnet.cz all Release
Hit ftp://depot1.mc.cesnet.cz jessie Release
Hit http://apt.cerit-sc.cz jessie/main amd64 Packages
Get:7 http://scientific.zcu.cz jessie/ Release.gpg [836 B]
Ign http://apt.cerit-sc.cz jessie/main Translation-en
Hit http://ftp.debian.org jessie-updates InRelease
Get:8 http://scientific.zcu.cz jessie/ Release [1497 B]
Hit http://ftp.debian.org jessie Release.gpg
Hit http://ftp.debian.org jessie Release
Hit http://security.debian.org jessie/updates/main Sources
Ign file: stable/ Translation-en
Ign file: stable/ Translation-en
Hit ftp://depot1.mc.cesnet.cz all/main amd64 Packages
Get:9 ftp://depot1.mc.cesnet.cz all/main Translation-en
Get:10 ftp://depot1.mc.cesnet.cz all/main Translation-en
Get:11 ftp://depot1.mc.cesnet.cz all/main Translation-en
Hit http://security.debian.org jessie/updates/contrib Sources
Get:12 ftp://depot1.mc.cesnet.cz all/main Translation-en
Get:13 ftp://depot1.mc.cesnet.cz all/main Translation-en
Ign ftp://depot1.mc.cesnet.cz all/main Translation-en
Hit ftp://depot1.mc.cesnet.cz jessie/main amd64 Packages
Get:14 ftp://depot1.mc.cesnet.cz jessie/main Translation-en
Get:15 ftp://depot1.mc.cesnet.cz jessie/main Translation-en
Get:16 ftp://depot1.mc.cesnet.cz jessie/main Translation-en
Get:17 ftp://depot1.mc.cesnet.cz jessie/main Translation-en
Get:18 ftp://depot1.mc.cesnet.cz jessie/main Translation-en
Ign ftp://depot1.mc.cesnet.cz jessie/main Translation-en
Hit http://security.debian.org jessie/updates/non-free Sources
Hit http://repository.egi.eu egi-igtf InRelease
Hit http://security.debian.org jessie/updates/main amd64 Packages
Hit http://ftp.debian.org jessie-updates/main Sources
Hit http://security.debian.org jessie/updates/contrib amd64 Packages
Hit http://security.debian.org jessie/updates/non-free amd64 Packages
Hit http://ftp.debian.org jessie-updates/contrib Sources
Get:19 http://scientific.zcu.cz jessie/ Sources [2138 B]
Hit http://security.debian.org jessie/updates/contrib Translation-en
Hit http://ftp.debian.org jessie-updates/non-free Sources
Get:20 http://scientific.zcu.cz jessie/ Packages [2627 B]
Hit http://security.debian.org jessie/updates/main Translation-en
Get:21 http://ftp.debian.org jessie-updates/main amd64 Packages/DiffIndex [5440 B]
Hit http://security.debian.org jessie/updates/non-free Translation-en
Hit http://ftp.debian.org jessie-updates/contrib amd64 Packages
Get:22 http://ftp.debian.org jessie-updates/non-free amd64 Packages/DiffIndex [736 B]
Hit http://ftp.debian.org jessie-updates/contrib Translation-en
Ign http://scientific.zcu.cz jessie/ Translation-en
Get:23 http://ftp.debian.org jessie-updates/main Translation-en/DiffIndex [2704 B]
Get:24 http://ftp.debian.org jessie-updates/non-free Translation-en/DiffIndex [736 B]
Hit http://repository.egi.eu egi-igtf/core amd64 Packages
Hit http://ftp.debian.org jessie/main Sources
Hit http://ftp.debian.org jessie/non-free Sources
Hit http://ftp.debian.org jessie/contrib Sources
Hit http://ftp.debian.org jessie/main amd64 Packages
Hit http://ftp.debian.org jessie/non-free amd64 Packages
Hit http://ftp.debian.org jessie/contrib amd64 Packages
Hit http://ftp.debian.org jessie/contrib Translation-en
Hit http://ftp.debian.org jessie/main Translation-en
Hit http://ftp.debian.org jessie/non-free Translation-en
Ign http://repository.egi.eu egi-igtf/core Translation-en
Fetched 16.7 kB in 1s (8370 B/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  libc-ares2 libcanl-c2 libcurl3 libgridsite2 libgsoap5 libssl-dev libssl-doc
  zlib1g-dev
The following NEW packages will be installed:
  gridsite gridsite-commands gridsite-service-clients libc-ares2 libcanl-c2
  libcurl3 libgridsite-dev libgridsite2 libgsoap5 libssl-dev libssl-doc
  zlib1g-dev
0 upgraded, 12 newly installed, 0 to remove and 0 not upgraded.
Need to get 3190 kB/3520 kB of archives.
After this operation, 12.3 MB of additional disk space will be used.
Get:1 http://ftp.debian.org/debian/ jessie/main libcurl3 amd64 7.38.0-4+deb8u4 [259 kB]
Get:2 http://security.debian.org/ jessie/updates/main libc-ares2 amd64 1.10.0-2+deb8u1 [72.5 kB]
Get:3 http://security.debian.org/ jessie/updates/main libssl-dev amd64 1.0.1t-1+deb8u5 [1283 kB]
Get:4 http://security.debian.org/ jessie/updates/main libssl-doc all 1.0.1t-1+deb8u5 [1167 kB]
Get:5 http://ftp.debian.org/debian/ jessie/main libgsoap5 amd64 2.8.17-1 [202 kB]
Get:6 http://ftp.debian.org/debian/ jessie/main zlib1g-dev amd64 1:1.2.8.dfsg-2+b1 [206 kB]
Fetched 3190 kB in 0s (3489 kB/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 ... 36515 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+deb8u1_amd64.deb ...
Unpacking libc-ares2:amd64 (1.10.0-2+deb8u1) ...
Selecting previously unselected package libcanl-c2.
Preparing to unpack .../libcanl-c2_2.1.7-1_amd64.deb ...
Unpacking libcanl-c2 (2.1.7-1) ...
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+deb8u5_amd64.deb ...
Unpacking libssl-dev:amd64 (1.0.1t-1+deb8u5) ...
Selecting previously unselected package libgridsite2.
Preparing to unpack .../libgridsite2_2.3.3-1_amd64.deb ...
Unpacking libgridsite2 (2.3.3-1) ...
Selecting previously unselected package gridsite.
Preparing to unpack .../gridsite_2.3.3-1_amd64.deb ...
Unpacking gridsite (2.3.3-1) ...
Selecting previously unselected package gridsite-commands.
Preparing to unpack .../gridsite-commands_2.3.3-1_amd64.deb ...
Unpacking gridsite-commands (2.3.3-1) ...
Selecting previously unselected package gridsite-service-clients.
Preparing to unpack .../gridsite-service-clients_2.3.3-1_amd64.deb ...
Unpacking gridsite-service-clients (2.3.3-1) ...
Selecting previously unselected package libgridsite-dev.
Preparing to unpack .../libgridsite-dev_2.3.3-1_amd64.deb ...
Unpacking libgridsite-dev (2.3.3-1) ...
Selecting previously unselected package libssl-doc.
Preparing to unpack .../libssl-doc_1.0.1t-1+deb8u5_all.deb ...
Unpacking libssl-doc (1.0.1t-1+deb8u5) ...
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+deb8u1) ...
Setting up libcanl-c2 (2.1.7-1) ...
Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2+b1) ...
Setting up libssl-dev:amd64 (1.0.1t-1+deb8u5) ...
Setting up libgridsite2 (2.3.3-1) ...
Setting up gridsite (2.3.3-1) ...
Setting up gridsite-commands (2.3.3-1) ...
Setting up gridsite-service-clients (2.3.3-1) ...
Setting up libgridsite-dev (2.3.3-1) ...
Setting up libssl-doc (1.0.1t-1+deb8u5) ...
Processing triggers for libc-bin (2.19-18+deb8u6) ...

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.
sudo is already the newest version.
wget is already the newest version.
The following extra packages will be installed:
  apache2-bin apache2-data apache2-utils autopoint diffstat gettext
  hardening-includes intltool-debian libapr1 libaprutil1
  libaprutil1-dbd-sqlite3 libaprutil1-ldap libapt-pkg-perl libarchive-zip-perl
  libasprintf-dev libauthen-sasl-perl libclass-accessor-perl libclone-perl
  libcroco3 libdigest-hmac-perl libemail-valid-perl libfile-basedir-perl
  libgettextpo-dev libgettextpo0 libio-pty-perl libio-socket-inet6-perl
  libio-socket-ssl-perl libio-string-perl libipc-run-perl
  liblist-moreutils-perl liblua5.1-0 libmailtools-perl libnet-dns-perl
  libnet-domain-tld-perl libnet-ip-perl libnet-libidn-perl
  libnet-smtp-ssl-perl libnet-ssleay-perl libparse-debianchangelog-perl
  libperl4-corelibs-perl libperlio-gzip-perl libsocket6-perl libsub-name-perl
  libtext-levenshtein-perl libunistring0 liburi-perl libvomsapi1 patchutils
  ssl-cert t1utils
Suggested packages:
  www-browser apache2-doc apache2-suexec-pristine apache2-suexec-custom
  gettext-doc libgssapi-perl libhtml-parser-perl libhtml-template-perl
  libxml-simple-perl libwww-perl binutils-multiarch libyaml-perl
  openssl-blacklist
The following NEW packages will be installed:
  apache2 apache2-bin apache2-data apache2-utils autopoint curl diffstat
  gettext hardening-includes intltool-debian libapr1 libaprutil1
  libaprutil1-dbd-sqlite3 libaprutil1-ldap libapt-pkg-perl libarchive-zip-perl
  libasprintf-dev libauthen-sasl-perl libclass-accessor-perl libclone-perl
  libcroco3 libdigest-hmac-perl libemail-valid-perl libfile-basedir-perl
  libgettextpo-dev libgettextpo0 libio-pty-perl libio-socket-inet6-perl
  libio-socket-ssl-perl libio-string-perl libipc-run-perl
  liblist-moreutils-perl liblua5.1-0 libmailtools-perl libnet-dns-perl
  libnet-domain-tld-perl libnet-ip-perl libnet-libidn-perl
  libnet-smtp-ssl-perl libnet-ssleay-perl libparse-debianchangelog-perl
  libperl4-corelibs-perl libperlio-gzip-perl libsocket6-perl libsub-name-perl
  libtext-levenshtein-perl libunistring0 liburi-perl libvomsapi1 lintian lsof
  patchutils psmisc ssl-cert t1utils voms-clients
0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.
Need to get 8013 kB of archives.
After this operation, 28.5 MB of additional disk space will be used.
Get:1 http://ftp.debian.org/debian/ jessie/main libapr1 amd64 1.5.1-3 [95.3 kB]
Get:2 http://ftp.debian.org/debian/ jessie/main libaprutil1 amd64 1.5.4-1 [86.2 kB]
Get:3 http://ftp.debian.org/debian/ jessie/main libaprutil1-dbd-sqlite3 amd64 1.5.4-1 [19.1 kB]
Get:4 http://ftp.debian.org/debian/ jessie/main libaprutil1-ldap amd64 1.5.4-1 [17.2 kB]
Get:5 http://ftp.debian.org/debian/ jessie/main liblua5.1-0 amd64 5.1.5-7.1 [108 kB]
Get:6 http://ftp.debian.org/debian/ jessie/main apache2-bin amd64 2.4.10-10+deb8u7 [1030 kB]
Get:7 http://ftp.debian.org/debian/ jessie/main apache2-utils amd64 2.4.10-10+deb8u7 [195 kB]
Get:8 http://ftp.debian.org/debian/ jessie/main apache2-data all 2.4.10-10+deb8u7 [163 kB]
Get:9 http://ftp.debian.org/debian/ jessie/main apache2 amd64 2.4.10-10+deb8u7 [208 kB]
Get:10 http://ftp.debian.org/debian/ jessie/main libcroco3 amd64 0.6.8-3+b1 [135 kB]
Get:11 http://ftp.debian.org/debian/ jessie/main libunistring0 amd64 0.9.3-5.2+b1 [288 kB]
Get:12 http://ftp.debian.org/debian/ jessie/main libgettextpo0 amd64 0.19.3-2 [138 kB]
Get:13 http://ftp.debian.org/debian/ jessie/main libperl4-corelibs-perl all 0.003-1 [43.6 kB]
Get:14 http://ftp.debian.org/debian/ jessie/main lsof amd64 4.86+dfsg-1 [316 kB]
Get:15 http://ftp.debian.org/debian/ jessie/main autopoint all 0.19.3-2 [413 kB]
Get:16 http://ftp.debian.org/debian/ jessie/main curl amd64 7.38.0-4+deb8u4 [200 kB]
Get:17 http://ftp.debian.org/debian/ jessie/main diffstat amd64 1.58-1 [29.4 kB]
Get:18 http://ftp.debian.org/debian/ jessie/main gettext amd64 0.19.3-2 [1240 kB]
Get:19 http://ftp.debian.org/debian/ jessie/main hardening-includes all 2.6 [17.4 kB]
Get:20 http://ftp.debian.org/debian/ jessie/main intltool-debian all 0.35.0+20060710.1 [30.8 kB]
Get:21 http://ftp.debian.org/debian/ jessie/main libapt-pkg-perl amd64 0.1.29+b2 [77.4 kB]
Get:22 http://ftp.debian.org/debian/ jessie/main libarchive-zip-perl all 1.39-1 [95.9 kB]
Get:23 http://ftp.debian.org/debian/ jessie/main libasprintf-dev amd64 0.19.3-2 [31.1 kB]
Get:24 http://ftp.debian.org/debian/ jessie/main libauthen-sasl-perl all 2.1600-1 [50.8 kB]
Get:25 http://ftp.debian.org/debian/ jessie/main libsub-name-perl amd64 0.12-1 [12.1 kB]
Get:26 http://ftp.debian.org/debian/ jessie/main libclass-accessor-perl all 0.34-1 [25.9 kB]
Get:27 http://ftp.debian.org/debian/ jessie/main libclone-perl amd64 0.37-1+b1 [14.2 kB]
Get:28 http://ftp.debian.org/debian/ jessie/main libdigest-hmac-perl all 1.03+dfsg-1 [12.3 kB]
Get:29 http://ftp.debian.org/debian/ jessie/main libnet-ssleay-perl amd64 1.65-1+deb8u1 [277 kB]
Get:30 http://ftp.debian.org/debian/ jessie/main libio-socket-ssl-perl all 2.002-2+deb8u1 [172 kB]
Get:31 http://ftp.debian.org/debian/ jessie/main libnet-smtp-ssl-perl all 1.01-3 [5996 B]
Get:32 http://ftp.debian.org/debian/ jessie/main libmailtools-perl all 2.13-1 [96.6 kB]
Get:33 http://ftp.debian.org/debian/ jessie/main libsocket6-perl amd64 0.25-1+b1 [28.5 kB]
Get:34 http://ftp.debian.org/debian/ jessie/main libio-socket-inet6-perl all 2.72-1 [16.6 kB]
Get:35 http://ftp.debian.org/debian/ jessie/main libnet-ip-perl all 1.26-1 [33.2 kB]
Get:36 http://ftp.debian.org/debian/ jessie/main libnet-dns-perl amd64 0.81-2+deb8u1 [331 kB]
Get:37 http://ftp.debian.org/debian/ jessie/main libnet-domain-tld-perl all 1.72-1 [17.7 kB]
Get:38 http://ftp.debian.org/debian/ jessie/main libemail-valid-perl all 1.195-1 [22.2 kB]
Get:39 http://ftp.debian.org/debian/ jessie/main libfile-basedir-perl all 0.03-1 [10.4 kB]
Get:40 http://ftp.debian.org/debian/ jessie/main libgettextpo-dev amd64 0.19.3-2 [153 kB]
Get:41 http://ftp.debian.org/debian/ jessie/main libio-pty-perl amd64 1:1.08-1+b4 [35.8 kB]
Get:42 http://ftp.debian.org/debian/ jessie/main libio-string-perl all 1.08-3 [12.3 kB]
Get:43 http://ftp.debian.org/debian/ jessie/main libipc-run-perl all 0.92-1 [110 kB]
Get:44 http://ftp.debian.org/debian/ jessie/main liblist-moreutils-perl amd64 0.33-2+b1 [44.4 kB]
Get:45 http://ftp.debian.org/debian/ jessie/main libnet-libidn-perl amd64 0.12.ds-2+b1 [19.0 kB]
Get:46 http://ftp.debian.org/debian/ jessie/main libparse-debianchangelog-perl all 1.2.0-1.1 [57.9 kB]
Get:47 http://ftp.debian.org/debian/ jessie/main libperlio-gzip-perl amd64 0.18-3+b1 [17.9 kB]
Get:48 http://ftp.debian.org/debian/ jessie/main libtext-levenshtein-perl all 0.11-1 [10.6 kB]
Get:49 http://ftp.debian.org/debian/ jessie/main liburi-perl all 1.64-1 [95.5 kB]
Get:50 http://ftp.debian.org/debian/ jessie/main libvomsapi1 amd64 2.0.11-5 [152 kB]
Get:51 http://ftp.debian.org/debian/ jessie/main patchutils amd64 0.3.3-1 [87.0 kB]
Get:52 http://ftp.debian.org/debian/ jessie/main t1utils amd64 1.38-4 [58.2 kB]
Get:53 http://ftp.debian.org/debian/ jessie/main lintian all 2.5.30+deb8u4 [793 kB]
Get:54 http://ftp.debian.org/debian/ jessie/main psmisc amd64 22.21-2 [119 kB]
Get:55 http://ftp.debian.org/debian/ jessie/main ssl-cert all 1.0.35 [20.9 kB]
Get:56 http://ftp.debian.org/debian/ jessie/main voms-clients amd64 2.0.11-5 [123 kB]
Preconfiguring packages ...
Fetched 8013 kB in 1s (4433 kB/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 ... 38138 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+deb8u7_amd64.deb ...
Unpacking apache2-bin (2.4.10-10+deb8u7) ...
Selecting previously unselected package apache2-utils.
Preparing to unpack .../apache2-utils_2.4.10-10+deb8u7_amd64.deb ...
Unpacking apache2-utils (2.4.10-10+deb8u7) ...
Selecting previously unselected package apache2-data.
Preparing to unpack .../apache2-data_2.4.10-10+deb8u7_all.deb ...
Unpacking apache2-data (2.4.10-10+deb8u7) ...
Selecting previously unselected package apache2.
Preparing to unpack .../apache2_2.4.10-10+deb8u7_amd64.deb ...
Unpacking apache2 (2.4.10-10+deb8u7) ...
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 libperl4-corelibs-perl.
Preparing to unpack .../libperl4-corelibs-perl_0.003-1_all.deb ...
Unpacking libperl4-corelibs-perl (0.003-1) ...
Selecting previously unselected package lsof.
Preparing to unpack .../lsof_4.86+dfsg-1_amd64.deb ...
Unpacking lsof (4.86+dfsg-1) ...
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 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 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 libauthen-sasl-perl.
Preparing to unpack .../libauthen-sasl-perl_2.1600-1_all.deb ...
Unpacking libauthen-sasl-perl (2.1600-1) ...
Selecting previously unselected package libsub-name-perl.
Preparing to unpack .../libsub-name-perl_0.12-1_amd64.deb ...
Unpacking libsub-name-perl (0.12-1) ...
Selecting previously unselected package libclass-accessor-perl.
Preparing to unpack .../libclass-accessor-perl_0.34-1_all.deb ...
Unpacking libclass-accessor-perl (0.34-1) ...
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 libnet-ssleay-perl.
Preparing to unpack .../libnet-ssleay-perl_1.65-1+deb8u1_amd64.deb ...
Unpacking libnet-ssleay-perl (1.65-1+deb8u1) ...
Selecting previously unselected package libio-socket-ssl-perl.
Preparing to unpack .../libio-socket-ssl-perl_2.002-2+deb8u1_all.deb ...
Unpacking libio-socket-ssl-perl (2.002-2+deb8u1) ...
Selecting previously unselected package libnet-smtp-ssl-perl.
Preparing to unpack .../libnet-smtp-ssl-perl_1.01-3_all.deb ...
Unpacking libnet-smtp-ssl-perl (1.01-3) ...
Selecting previously unselected package libmailtools-perl.
Preparing to unpack .../libmailtools-perl_2.13-1_all.deb ...
Unpacking libmailtools-perl (2.13-1) ...
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 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 libio-string-perl.
Preparing to unpack .../libio-string-perl_1.08-3_all.deb ...
Unpacking libio-string-perl (1.08-3) ...
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 libnet-libidn-perl.
Preparing to unpack .../libnet-libidn-perl_0.12.ds-2+b1_amd64.deb ...
Unpacking libnet-libidn-perl (0.12.ds-2+b1) ...
Selecting previously unselected package libparse-debianchangelog-perl.
Preparing to unpack .../libparse-debianchangelog-perl_1.2.0-1.1_all.deb ...
Unpacking libparse-debianchangelog-perl (1.2.0-1.1) ...
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 liburi-perl.
Preparing to unpack .../liburi-perl_1.64-1_all.deb ...
Unpacking liburi-perl (1.64-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 psmisc.
Preparing to unpack .../psmisc_22.21-2_amd64.deb ...
Unpacking psmisc (22.21-2) ...
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 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+deb8u5) ...
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+deb8u7) ...
Setting up apache2-utils (2.4.10-10+deb8u7) ...
Setting up apache2-data (2.4.10-10+deb8u7) ...
Setting up apache2 (2.4.10-10+deb8u7) ...
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 libperl4-corelibs-perl (0.003-1) ...
Setting up lsof (4.86+dfsg-1) ...
Setting up autopoint (0.19.3-2) ...
Setting up curl (7.38.0-4+deb8u4) ...
Setting up diffstat (1.58-1) ...
Setting up gettext (0.19.3-2) ...
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 libauthen-sasl-perl (2.1600-1) ...
Setting up libsub-name-perl (0.12-1) ...
Setting up libclass-accessor-perl (0.34-1) ...
Setting up libclone-perl (0.37-1+b1) ...
Setting up libdigest-hmac-perl (1.03+dfsg-1) ...
Setting up libnet-ssleay-perl (1.65-1+deb8u1) ...
Setting up libio-socket-ssl-perl (2.002-2+deb8u1) ...
Setting up libnet-smtp-ssl-perl (1.01-3) ...
Setting up libmailtools-perl (2.13-1) ...
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 libgettextpo-dev:amd64 (0.19.3-2) ...
Setting up libio-pty-perl (1:1.08-1+b4) ...
Setting up libio-string-perl (1.08-3) ...
Setting up libipc-run-perl (0.92-1) ...
Setting up liblist-moreutils-perl (0.33-2+b1) ...
Setting up libnet-libidn-perl (0.12.ds-2+b1) ...
Setting up libparse-debianchangelog-perl (1.2.0-1.1) ...
Setting up libperlio-gzip-perl (0.18-3+b1) ...
Setting up libtext-levenshtein-perl (0.11-1) ...
Setting up liburi-perl (1.64-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 psmisc (22.21-2) ...
Setting up ssl-cert (1.0.35) ...
Setting up voms-clients (2.0.11-5) ...
Processing triggers for libc-bin (2.19-18+deb8u6) ...
Processing triggers for systemd (215-17+deb8u5) ...
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'
========================
  REAL TESTS START HERE
========================
Oct 25 20:39:54 ip-10-4-0-77 ping-remote.sh:    start
Testing if all binaries are available   done
Testing ping to Apache server ip-10-4-0-77.localdomain   done
Testing Apache server at ip-10-4-0-77.localdomain:443   done
Oct 25 20:39:56 ip-10-4-0-77 ping-remote.sh:    end
Oct 25 20:39:56 ip-10-4-0-77 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
Oct 25 20:39:56 ip-10-4-0-77 ping-local.sh:    end
Oct 25 20:39:56 ip-10-4-0-77 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=353020355 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://ip-10-4-0-77.localdomain/
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: cfd3fcd292ed2a8c   done
newid: cfd3fcd292ed2a8c   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 Oct 26 08:39:57 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 401403, Hex 20303   done
Oct 25 20:39:57 ip-10-4-0-77 gridsite-test-all.sh:    end
Oct 25 20:39:57 ip-10-4-0-77 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
Oct 25 20:39:59 ip-10-4-0-77 gridsite-test-session-reuse.sh:    end
Oct 25 20:39:59 ip-10-4-0-77 gridsite-test-putproxy-new.sh:    start
Testing if all binaries are available   done
Test proxy delegation id: 829dc5511cb8eeea   done
new proxy file: /var/www/proxycache/%3A%2FC%3DUG%2FL%3DTropic%2FO%3DUtopia%2FOU%3DRelaxation%2FCN%3Droot/829dc5511cb8eeea/userproxy.pem    done
Oct 25 20:39:59 ip-10-4-0-77 gridsite-test-putproxy-new.sh:    end
Oct 25 20:39:59 ip-10-4-0-77 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:

Oct 25 20:40:01 ip-10-4-0-77 gridsite-test-packaging.sh:    end
Oct 25 20:40:01 ip-10-4-0-77 gridsite-test-build.sh:    start
Build reports available   done
Checking gridsite_2.3.3-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:3566:9: warning: too many arguments for format [-Wformat-extra-args]
canl_mod_gridsite.c:3607: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:4004:4: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:3990: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:3603:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:3611: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]
Parsing file /scratch/workspace/gridsite-build-release//scratch/workspace/gridsite-build-release/platform/debian-8-x86_64/gridsite-2.3.3/src/soapClientLib.c:15: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO.
/scratch/workspace/gridsite-build-release/platform/debian-8-x86_64/gridsite-2.3.3/src/soapServerLib.c:15: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO.
Oct 25 20:40:01 ip-10-4-0-77 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
myriad11.zcu.cz
Duration 1 min
Testbed uptime
12:04:18 up  1:47,  1 user,  load average: 0.63, 0.51, 0.23

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

#
# 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                                           317 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.3-1.el6 will be installed
--> Processing Dependency: libcanl_c.so.2()(64bit) for package: gridsite-2.3.3-1.el6.x86_64
--> Processing Dependency: libgridsite.so.2()(64bit) for package: gridsite-2.3.3-1.el6.x86_64
--> Processing Dependency: libgsoap.so.0()(64bit) for package: gridsite-2.3.3-1.el6.x86_64
---> Package gridsite-commands.x86_64 0:2.3.3-1.el6 will be installed
---> Package gridsite-debuginfo.x86_64 0:2.3.3-1.el6 will be installed
---> Package gridsite-devel.x86_64 0:2.3.3-1.el6 will be installed
--> Processing Dependency: pkgconfig(libxml-2.0) for package: gridsite-devel-2.3.3-1.el6.x86_64
--> Processing Dependency: pkgconfig(openssl) for package: gridsite-devel-2.3.3-1.el6.x86_64
---> Package gridsite-service-clients.x86_64 0:2.3.3-1.el6 will be installed
--> Running transaction check
---> Package canl-c.x86_64 0:2.1.7-1.el6 will be installed
--> Processing Dependency: libcares.so.2()(64bit) for package: canl-c-2.1.7-1.el6.x86_64
---> Package gridsite-libs.x86_64 0:2.3.3-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.sl6_8.3 will be installed
--> Processing Dependency: krb5-devel for package: openssl-devel-1.0.1e-48.sl6_8.3.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.3-1.el6       jenkins-gridsite-build-release-platform-epel-6-x86_64-32
                                                                           74 k
 gridsite-commands        x86_64 2.3.3-1.el6       jenkins-gridsite-build-release-platform-epel-6-x86_64-32
                                                                           28 k
 gridsite-debuginfo       x86_64 2.3.3-1.el6       jenkins-gridsite-build-release-platform-epel-6-x86_64-32
                                                                          393 k
 gridsite-devel           x86_64 2.3.3-1.el6       jenkins-gridsite-build-release-platform-epel-6-x86_64-32
                                                                           10 k
 gridsite-service-clients x86_64 2.3.3-1.el6       jenkins-gridsite-build-release-platform-epel-6-x86_64-32
                                                                           27 k
Installing for dependencies:
 c-ares                   x86_64 1.10.0-3.el6      sl                      74 k
 canl-c                   x86_64 2.1.7-1.el6       jenkins-canl-c-build-release-platform-epel-6-x86_64-34
                                                                           65 k
 gridsite-libs            x86_64 2.3.3-1.el6       jenkins-gridsite-build-release-platform-epel-6-x86_64-32
                                                                           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.sl6_8.3 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.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.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.7-1.el6.x86_64                                   5/17 

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

  Installing : libcom_err-devel-1.41.12-22.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 : keyutils-libs-devel-1.4-5.el6.x86_64                       10/17 

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

  Installing : openssl-devel-1.0.1e-48.sl6_8.3.x86_64                     12/17 

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

  Installing : gridsite-commands-2.3.3-1.el6.x86_64                       14/17 

  Installing : gridsite-service-clients-2.3.3-1.el6.x86_64                15/17 

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

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

  Verifying  : gridsite-libs-2.3.3-1.el6.x86_64                            1/17 

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

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

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

  Verifying  : gridsite-devel-2.3.3-1.el6.x86_64                           5/17 

  Verifying  : gridsite-commands-2.3.3-1.el6.x86_64                        6/17 

  Verifying  : gridsite-service-clients-2.3.3-1.el6.x86_64                 7/17 

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

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

  Verifying  : openssl-devel-1.0.1e-48.sl6_8.3.x86_64                     10/17 

  Verifying  : canl-c-2.1.7-1.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  : gridsite-2.3.3-1.el6.x86_64                                14/17 

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

  Verifying  : gridsite-debuginfo-2.3.3-1.el6.x86_64                      16/17 

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

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

Dependency Installed:
  c-ares.x86_64 0:1.10.0-3.el6                                                  
  canl-c.x86_64 0:2.1.7-1.el6                                                   
  gridsite-libs.x86_64 0:2.3.3-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.sl6_8.3                                      
  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 ca-certificates-2015.2.6-65.0.1.el6_7.noarch already installed and latest version
Package curl-7.19.7-52.el6.x86_64 already installed and latest version
Package sudo-1.8.6p3-24.el6.x86_64 already installed and latest version
Package wget-1.12-8.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
========================
Oct 26 12:03:54 myriad11.zcu.cz ping-remote.sh:    start
Testing if all binaries are available   done
Testing ping to Apache server myriad11.zcu.cz   done
Testing Apache server at myriad11.zcu.cz:443Connection to localhost 22 port [tcp/ssh] succeeded!    done
Oct 26 12:03:56 myriad11.zcu.cz ping-remote.sh:    end
Oct 26 12:03:56 myriad11.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
Oct 26 12:03:56 myriad11.zcu.cz ping-local.sh:    end
Oct 26 12:03:56 myriad11.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=4286906186 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://myriad11.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: 8129f80bf1439ddd   done
newid: 8129f80bf1439ddd   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 Thu Oct 27 00:04:00 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 401403, Hex 20303   done
Oct 26 12:04:01 myriad11.zcu.cz gridsite-test-all.sh:    end
Oct 26 12:04:01 myriad11.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
Oct 26 12:04:03 myriad11.zcu.cz gridsite-test-session-reuse.sh:    end
Oct 26 12:04:03 myriad11.zcu.cz gridsite-test-putproxy-new.sh:    start
Testing if all binaries are available   done
Test proxy delegation id: be267d0ebcf96d2e   done
new proxy file: /var/www/proxycache/%3A%2FC%3DUG%2FL%3DTropic%2FO%3DUtopia%2FOU%3DRelaxation%2FCN%3Droot/be267d0ebcf96d2e/userproxy.pem    done
Oct 26 12:04:03 myriad11.zcu.cz gridsite-test-putproxy-new.sh:    end
Oct 26 12:04:03 myriad11.zcu.cz gridsite-test-packaging.sh:    start
Packages compliance check output:
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-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.3 /lib64/libz.so.1
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite.so.2.3.3 /lib64/libm.so.6
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_nossl.so.2.3.3 /lib64/libz.so.1
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_nossl.so.2.3.3 /lib64/libm.so.6
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_globus.so.2.3.3 /lib64/libz.so.1
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_globus.so.2.3.3 /lib64/libm.so.6
1 packages and 0 specfiles checked; 0 errors, 7 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.

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.

Oct 26 12:04:08 myriad11.zcu.cz gridsite-test-packaging.sh:    end
Oct 26 12:04:08 myriad11.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:3299: warning: suggest parentheses around assignment used as truth value
canl_mod_gridsite.c:3566: warning: too many arguments for format
canl_mod_gridsite.c:3607: warning: field width should have type 'int', but argument 4 has type 'size_t'
canl_mod_gridsite.c:3603: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
canl_mod_gridsite.c:3611: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
canl_mod_gridsite.c:3990: warning: ignoring return value of 'chown', declared with attribute warn_unused_result
canl_mod_gridsite.c:4004: 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:3897: 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
Oct 26 12:04:08 myriad11.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
localhost.localdomain
Duration 1 min
Testbed uptime
15:28:34 up 43 days,  1:01,  2 users,  load average: 1.50, 1.21, 0.60

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

#
# 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...                          ########################################
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: ftp.fi.muni.cz
 * epel: ftp.fi.muni.cz
 * extras: ftp.fi.muni.cz
 * updates: ftp.fi.muni.cz
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       base        25 k
 yum-plugin-protectbase       noarch       1.1.31-34.el7       base        23 k

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

Total download size: 48 k
Installed size: 51 k
Downloading packages:
--------------------------------------------------------------------------------
Total                                              370 kB/s |  48 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: fastestmirror, priorities, protectbase
Loading mirror speeds from cached hostfile
 * base: ftp.fi.muni.cz
 * epel: ftp.fi.muni.cz
 * extras: ftp.fi.muni.cz
 * updates: ftp.fi.muni.cz
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: fastestmirror, priorities, protectbase
Loading mirror speeds from cached hostfile
 * base: ftp.fi.muni.cz
 * epel: ftp.fi.muni.cz
 * extras: ftp.fi.muni.cz
 * updates: ftp.fi.muni.cz
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.3-1.el7.centos will be installed
--> Processing Dependency: libcanl_c.so.2()(64bit) for package: gridsite-2.3.3-1.el7.centos.x86_64
--> Processing Dependency: libgridsite.so.2()(64bit) for package: gridsite-2.3.3-1.el7.centos.x86_64
--> Processing Dependency: libgsoap.so.4()(64bit) for package: gridsite-2.3.3-1.el7.centos.x86_64
---> Package gridsite-commands.x86_64 0:2.3.3-1.el7.centos will be installed
---> Package gridsite-debuginfo.x86_64 0:2.3.3-1.el7.centos will be installed
---> Package gridsite-devel.x86_64 0:2.3.3-1.el7.centos will be installed
--> Processing Dependency: pkgconfig(libxml-2.0) for package: gridsite-devel-2.3.3-1.el7.centos.x86_64
---> Package gridsite-service-clients.x86_64 0:2.3.3-1.el7.centos will be installed
--> Running transaction check
---> Package canl-c.x86_64 0:2.1.7-1.el7.centos will be installed
--> Processing Dependency: libcares.so.2()(64bit) for package: canl-c-2.1.7-1.el7.centos.x86_64
---> Package gridsite-libs.x86_64 0:2.3.3-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
--> Running transaction check
---> Package c-ares.x86_64 0:1.10.0-3.el7 will be installed
---> Package xz-devel.x86_64 0:5.1.2-12alpha.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                  Arch   Version            Repository             Size
================================================================================
Installing:
 gridsite                 x86_64 2.3.3-1.el7.centos jenkins-gridsite-build-release-platform-epel-7-x86_64-32
                                                                           81 k
 gridsite-commands        x86_64 2.3.3-1.el7.centos jenkins-gridsite-build-release-platform-epel-7-x86_64-32
                                                                           31 k
 gridsite-debuginfo       x86_64 2.3.3-1.el7.centos jenkins-gridsite-build-release-platform-epel-7-x86_64-32
                                                                          447 k
 gridsite-devel           x86_64 2.3.3-1.el7.centos jenkins-gridsite-build-release-platform-epel-7-x86_64-32
                                                                           10 k
 gridsite-service-clients x86_64 2.3.3-1.el7.centos jenkins-gridsite-build-release-platform-epel-7-x86_64-32
                                                                           30 k
Installing for dependencies:
 c-ares                   x86_64 1.10.0-3.el7       base                   78 k
 canl-c                   x86_64 2.1.7-1.el7.centos jenkins-canl-c-build-release-platform-epel-7-x86_64-34
                                                                           68 k
 gridsite-libs            x86_64 2.3.3-1.el7.centos jenkins-gridsite-build-release-platform-epel-7-x86_64-32
                                                                           89 k
 gsoap                    x86_64 2.8.16-8.el7       epel                  247 k
 libxml2-devel            x86_64 2.9.1-6.el7_2.3    updates               1.0 M
 xz-devel                 x86_64 5.1.2-12alpha.el7  base                   44 k

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

Total download size: 2.1 M
Installed size: 14 M
Downloading packages:
Public key for canl-c-2.1.7-1.el7.centos.x86_64.rpm is not installed
Public key for gridsite-commands-2.3.3-1.el7.centos.x86_64.rpm is not installed
--------------------------------------------------------------------------------
Total                                              2.2 MB/s | 2.1 MB  00:00     
Retrieving key from http://scientific.zcu.cz/repos/jenkins-builder.asc
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : gsoap-2.8.16-8.el7.x86_64                                   1/11 
  Installing : c-ares-1.10.0-3.el7.x86_64                                  2/11 
  Installing : canl-c-2.1.7-1.el7.centos.x86_64                            3/11 
  Installing : gridsite-libs-2.3.3-1.el7.centos.x86_64                     4/11 
  Installing : xz-devel-5.1.2-12alpha.el7.x86_64                           5/11 
  Installing : libxml2-devel-2.9.1-6.el7_2.3.x86_64                        6/11 
  Installing : gridsite-devel-2.3.3-1.el7.centos.x86_64                    7/11 
  Installing : gridsite-commands-2.3.3-1.el7.centos.x86_64                 8/11 
  Installing : gridsite-service-clients-2.3.3-1.el7.centos.x86_64          9/11 
  Installing : gridsite-2.3.3-1.el7.centos.x86_64                         10/11 
  Installing : gridsite-debuginfo-2.3.3-1.el7.centos.x86_64               11/11 
  Verifying  : gridsite-libs-2.3.3-1.el7.centos.x86_64                     1/11 
  Verifying  : libxml2-devel-2.9.1-6.el7_2.3.x86_64                        2/11 
  Verifying  : gridsite-devel-2.3.3-1.el7.centos.x86_64                    3/11 
  Verifying  : gridsite-commands-2.3.3-1.el7.centos.x86_64                 4/11 
  Verifying  : gridsite-service-clients-2.3.3-1.el7.centos.x86_64          5/11 
  Verifying  : xz-devel-5.1.2-12alpha.el7.x86_64                           6/11 
  Verifying  : canl-c-2.1.7-1.el7.centos.x86_64                            7/11 
  Verifying  : gsoap-2.8.16-8.el7.x86_64                                   8/11 
  Verifying  : gridsite-2.3.3-1.el7.centos.x86_64                          9/11 
  Verifying  : c-ares-1.10.0-3.el7.x86_64                                 10/11 
  Verifying  : gridsite-debuginfo-2.3.3-1.el7.centos.x86_64               11/11 

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

Dependency Installed:
  c-ares.x86_64 0:1.10.0-3.el7              canl-c.x86_64 0:2.1.7-1.el7.centos 
  gridsite-libs.x86_64 0:2.3.3-1.el7.centos gsoap.x86_64 0:2.8.16-8.el7        
  libxml2-devel.x86_64 0:2.9.1-6.el7_2.3    xz-devel.x86_64 0:5.1.2-12alpha.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 ca-certificates-2015.2.6-70.1.el7_2.noarch already installed and latest version
Package curl-7.29.0-25.el7.centos.x86_64 already installed and latest version
Package sudo-1.8.6p7-17.el7_2.x86_64 already installed and latest version
Package wget-1.14-10.el7_0.1.x86_64 already installed and latest version
Package httpd-2.4.6-40.el7.centos.4.x86_64 already installed and latest version
Package 1:mod_ssl-2.4.6-40.el7.centos.4.x86_64 already installed and latest version
Package net-tools-2.0-0.17.20131004git.el7.x86_64 already installed and latest version
Starting httpd -f /etc/httpd/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
========================
Oct 25 15:28:06 localhost.localdomain ping-remote.sh:    start
Testing if all binaries are available   done
Testing ping to Apache server localhost.localdomain   done
Testing Apache server at localhost.localdomain:443   done
Oct 25 15:28:08 localhost.localdomain ping-remote.sh:    end
Oct 25 15:28:08 localhost.localdomain 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
Oct 25 15:28:08 localhost.localdomain ping-local.sh:    end
Oct 25 15:28:08 localhost.localdomain 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=1536331763 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://localhost.localdomain/
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: 7379fb19d85b8b10   done
newid: 7379fb19d85b8b10   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 Oct 26 03:28:11 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 401403, Hex 20303   done
Oct 25 15:28:11 localhost.localdomain gridsite-test-all.sh:    end
Oct 25 15:28:11 localhost.localdomain 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
Oct 25 15:28:13 localhost.localdomain gridsite-test-session-reuse.sh:    end
Oct 25 15:28:13 localhost.localdomain gridsite-test-putproxy-new.sh:    start
Testing if all binaries are available   done
Test proxy delegation id: c1d579015cc19a06   done
new proxy file: /var/www/proxycache/%3A%2FC%3DUG%2FL%3DTropic%2FO%3DUtopia%2FOU%3DRelaxation%2FCN%3Droot/c1d579015cc19a06/userproxy.pem    done
Oct 25 15:28:13 localhost.localdomain gridsite-test-putproxy-new.sh:    end
Oct 25 15:28:13 localhost.localdomain gridsite-test-packaging.sh:    start
Packages compliance check output:
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-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-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.3 /lib64/libz.so.1
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite.so.2.3.3 /lib64/libm.so.6
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite.so.2.3.3 /lib64/libdl.so.2
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_nossl.so.2.3.3 /lib64/libz.so.1
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_nossl.so.2.3.3 /lib64/libm.so.6
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_nossl.so.2.3.3 /lib64/libdl.so.2
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_globus.so.2.3.3 /lib64/libz.so.1
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_globus.so.2.3.3 /lib64/libm.so.6
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_globus.so.2.3.3 /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-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-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.

Oct 25 15:28:27 localhost.localdomain gridsite-test-packaging.sh:    end
Oct 25 15:28:27 localhost.localdomain 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:3299:17: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
canl_mod_gridsite.c:3566:9: warning: too many arguments for format [-Wformat-extra-args]
canl_mod_gridsite.c:3607:12: warning: field width specifier '*' expects argument of type 'int', but argument 4 has type 'size_t' [-Wformat=]
canl_mod_gridsite.c:3948: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:4004:13: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:3990: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:3603:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:3611: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:2614:23: warning: 'sessionfile' may be used uninitialized in this function [-Wmaybe-uninitialized]
canl_mod_gridsite.c:3897: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.3/src/soapClientLib.c:15: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO.
/builddir/build/BUILD/gridsite-2.3.3/src/soapServerLib.c:15: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO.
Oct 25 15:28:27 localhost.localdomain gridsite-test-build.sh:    end
==================
  TESTS END HERE
==================

Update from production, Scientific 6 (x86_64)

Environment

Clean installation according to EMI guidelines (CA certificates, proxy certificate...).
OS Issue Scientific Linux
Platform x86_64
Host
myriad11.zcu.cz
Duration 1 min
Testbed uptime
16:07:48 up  3:46,  1 user,  load average: 0.45, 0.42, 0.20

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 gridsite-apache gridsite-commands gridsite-debuginfo gridsite-devel gridsite-service-clients

#
# 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

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

# how to solve the upgrade cleanly? gridsite-clients is in two upstream packages
yum -y remove gridsite-clients
yum -y upgrade
yum -y install gridsite-commands gridsite-service-clients

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                                           351 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
No package gridsite-debuginfo available.
No package gridsite-service-clients available.
Resolving Dependencies
--> Running transaction check
---> Package gridsite.x86_64 0:2.2.6-1.el6 will be installed
--> Processing Dependency: httpd-mmn = 20051115 for package: gridsite-2.2.6-1.el6.x86_64
--> Processing Dependency: gridsite-libs = 2.2.6-1.el6 for package: gridsite-2.2.6-1.el6.x86_64
--> Processing Dependency: mod_ssl for package: gridsite-2.2.6-1.el6.x86_64
--> Processing Dependency: libgsoap.so.0()(64bit) for package: gridsite-2.2.6-1.el6.x86_64
--> Processing Dependency: libgridsite.so.2()(64bit) for package: gridsite-2.2.6-1.el6.x86_64
--> Processing Dependency: libcanl_c.so.2()(64bit) for package: gridsite-2.2.6-1.el6.x86_64
---> Package gridsite-clients.x86_64 0:2.2.6-1.el6 will be installed
---> Package gridsite-devel.x86_64 0:2.2.6-1.el6 will be installed
--> Processing Dependency: pkgconfig(openssl) for package: gridsite-devel-2.2.6-1.el6.x86_64
--> Processing Dependency: pkgconfig(libxml-2.0) for package: gridsite-devel-2.2.6-1.el6.x86_64
--> Processing Dependency: openssl-devel for package: gridsite-devel-2.2.6-1.el6.x86_64
--> Running transaction check
---> Package canl-c.x86_64 0:2.1.7-1.el6 will be installed
--> Processing Dependency: libcares.so.2()(64bit) for package: canl-c-2.1.7-1.el6.x86_64
---> Package gridsite-libs.x86_64 0:2.2.6-1.el6 will be installed
---> Package gsoap.x86_64 0:2.7.16-4.el6 will be installed
---> Package httpd.x86_64 0:2.2.15-54.sl6 will be installed
--> Processing Dependency: httpd-tools = 2.2.15-54.sl6 for package: httpd-2.2.15-54.sl6.x86_64
--> Processing Dependency: /etc/mime.types for package: httpd-2.2.15-54.sl6.x86_64
--> Processing Dependency: apr-util-ldap for package: httpd-2.2.15-54.sl6.x86_64
--> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-2.2.15-54.sl6.x86_64
--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-2.2.15-54.sl6.x86_64
---> 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 mod_ssl.x86_64 1:2.2.15-54.sl6 will be installed
---> Package openssl-devel.x86_64 0:1.0.1e-48.sl6_8.3 will be installed
--> Processing Dependency: krb5-devel for package: openssl-devel-1.0.1e-48.sl6_8.3.x86_64
--> Running transaction check
---> Package apr.x86_64 0:1.3.9-5.el6_2 will be installed
---> Package apr-util.x86_64 0:1.3.9-3.el6_0.1 will be installed
---> Package apr-util-ldap.x86_64 0:1.3.9-3.el6_0.1 will be installed
---> Package c-ares.x86_64 0:1.10.0-3.el6 will be installed
---> Package httpd-tools.x86_64 0:2.2.15-54.sl6 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 mailcap.noarch 0:2.1.31-2.el6 will be installed
---> 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.2.6-1.el6           epel            100 k
 gridsite-clients        x86_64     2.2.6-1.el6           epel             51 k
 gridsite-devel          x86_64     2.2.6-1.el6           epel             14 k
Installing for dependencies:
 apr                     x86_64     1.3.9-5.el6_2         sl              122 k
 apr-util                x86_64     1.3.9-3.el6_0.1       sl               86 k
 apr-util-ldap           x86_64     1.3.9-3.el6_0.1       sl               15 k
 c-ares                  x86_64     1.10.0-3.el6          sl               74 k
 canl-c                  x86_64     2.1.7-1.el6           epel             67 k
 gridsite-libs           x86_64     2.2.6-1.el6           epel             42 k
 gsoap                   x86_64     2.7.16-4.el6          epel            198 k
 httpd                   x86_64     2.2.15-54.sl6         sl-security     832 k
 httpd-tools             x86_64     2.2.15-54.sl6         sl-security      78 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
 mailcap                 noarch     2.1.31-2.el6          sl               26 k
 mod_ssl                 x86_64     1:2.2.15-54.sl6       sl-security      96 k
 openssl-devel           x86_64     1.0.1e-48.sl6_8.3     sl-security     1.2 M
 zlib-devel              x86_64     1.2.3-29.el6          sl               43 k

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

Total download size: 4.8 M
Installed size: 19 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           1.8 MB/s | 4.8 MB     00:02     
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 : apr-1.3.9-5.el6_2.x86_64                                    1/22 

  Installing : apr-util-1.3.9-3.el6_0.1.x86_64                             2/22 

  Installing : gsoap-2.7.16-4.el6.x86_64                                   3/22 

  Installing : zlib-devel-1.2.3-29.el6.x86_64                              4/22 

  Installing : libxml2-devel-2.7.6-21.el6_8.1.x86_64                       5/22 

  Installing : apr-util-ldap-1.3.9-3.el6_0.1.x86_64                        6/22 

  Installing : httpd-tools-2.2.15-54.sl6.x86_64                            7/22 

  Installing : c-ares-1.10.0-3.el6.x86_64                                  8/22 

  Installing : canl-c-2.1.7-1.el6.x86_64                                   9/22 

  Installing : gridsite-libs-2.2.6-1.el6.x86_64                           10/22 

  Installing : libsepol-devel-2.0.41-4.el6.x86_64                         11/22 

  Installing : libselinux-devel-2.0.94-7.el6.x86_64                       12/22 

  Installing : mailcap-2.1.31-2.el6.noarch                                13/22 

  Installing : httpd-2.2.15-54.sl6.x86_64                                 14/22 

  Installing : 1:mod_ssl-2.2.15-54.sl6.x86_64                             15/22 

  Installing : libcom_err-devel-1.41.12-22.el6.x86_64                     16/22 

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

  Installing : krb5-devel-1.10.3-57.el6.x86_64                            18/22 

  Installing : openssl-devel-1.0.1e-48.sl6_8.3.x86_64                     19/22 

  Installing : gridsite-devel-2.2.6-1.el6.x86_64                          20/22 

  Installing : gridsite-2.2.6-1.el6.x86_64                                21/22 

  Installing : gridsite-clients-2.2.6-1.el6.x86_64                        22/22 

  Verifying  : apr-util-ldap-1.3.9-3.el6_0.1.x86_64                        1/22 

  Verifying  : openssl-devel-1.0.1e-48.sl6_8.3.x86_64                      2/22 

  Verifying  : 1:mod_ssl-2.2.15-54.sl6.x86_64                              3/22 

  Verifying  : apr-util-1.3.9-3.el6_0.1.x86_64                             4/22 

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

  Verifying  : gridsite-clients-2.2.6-1.el6.x86_64                         6/22 

  Verifying  : zlib-devel-1.2.3-29.el6.x86_64                              7/22 

  Verifying  : krb5-devel-1.10.3-57.el6.x86_64                             8/22 

  Verifying  : httpd-tools-2.2.15-54.sl6.x86_64                            9/22 

  Verifying  : libcom_err-devel-1.41.12-22.el6.x86_64                     10/22 

  Verifying  : gsoap-2.7.16-4.el6.x86_64                                  11/22 

  Verifying  : apr-1.3.9-5.el6_2.x86_64                                   12/22 

  Verifying  : gridsite-devel-2.2.6-1.el6.x86_64                          13/22 

  Verifying  : httpd-2.2.15-54.sl6.x86_64                                 14/22 

  Verifying  : canl-c-2.1.7-1.el6.x86_64                                  15/22 

  Verifying  : mailcap-2.1.31-2.el6.noarch                                16/22 

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

  Verifying  : gridsite-2.2.6-1.el6.x86_64                                18/22 

  Verifying  : libselinux-devel-2.0.94-7.el6.x86_64                       19/22 

  Verifying  : libxml2-devel-2.7.6-21.el6_8.1.x86_64                      20/22 

  Verifying  : gridsite-libs-2.2.6-1.el6.x86_64                           21/22 

  Verifying  : c-ares-1.10.0-3.el6.x86_64                                 22/22 

Installed:
  gridsite.x86_64 0:2.2.6-1.el6         gridsite-clients.x86_64 0:2.2.6-1.el6  
  gridsite-devel.x86_64 0:2.2.6-1.el6  

Dependency Installed:
  apr.x86_64 0:1.3.9-5.el6_2                                                    
  apr-util.x86_64 0:1.3.9-3.el6_0.1                                             
  apr-util-ldap.x86_64 0:1.3.9-3.el6_0.1                                        
  c-ares.x86_64 0:1.10.0-3.el6                                                  
  canl-c.x86_64 0:2.1.7-1.el6                                                   
  gridsite-libs.x86_64 0:2.2.6-1.el6                                            
  gsoap.x86_64 0:2.7.16-4.el6                                                   
  httpd.x86_64 0:2.2.15-54.sl6                                                  
  httpd-tools.x86_64 0:2.2.15-54.sl6                                            
  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                                       
  mailcap.noarch 0:2.1.31-2.el6                                                 
  mod_ssl.x86_64 1:2.2.15-54.sl6                                                
  openssl-devel.x86_64 0:1.0.1e-48.sl6_8.3                                      
  zlib-devel.x86_64 0:1.2.3-29.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 Remove Process
Resolving Dependencies
--> Running transaction check
---> Package gridsite-clients.x86_64 0:2.2.6-1.el6 will be erased
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                 Arch          Version               Repository    Size
================================================================================
Removing:
 gridsite-clients        x86_64        2.2.6-1.el6           @epel        122 k

Transaction Summary
================================================================================
Remove        1 Package(s)

Installed size: 122 k
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Erasing    : gridsite-clients-2.2.6-1.el6.x86_64                          1/1 

  Verifying  : gridsite-clients-2.2.6-1.el6.x86_64                          1/1 

Removed:
  gridsite-clients.x86_64 0:2.2.6-1.el6                                         

Complete!
Loaded plugins: priorities, protectbase, security
Setting up Upgrade 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.2.6-1.el6 will be updated
---> Package gridsite.x86_64 0:2.3.3-1.el6 will be an update
---> Package gridsite-devel.x86_64 0:2.2.6-1.el6 will be updated
---> Package gridsite-devel.x86_64 0:2.3.3-1.el6 will be an update
---> Package gridsite-libs.x86_64 0:2.2.6-1.el6 will be updated
---> Package gridsite-libs.x86_64 0:2.3.3-1.el6 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package
     Arch   Version
                 Repository                                                Size
================================================================================
Updating:
 gridsite
     x86_64 2.3.3-1.el6
                 jenkins-gridsite-build-release-platform-epel-6-x86_64-32  74 k
 gridsite-devel
     x86_64 2.3.3-1.el6
                 jenkins-gridsite-build-release-platform-epel-6-x86_64-32  10 k
 gridsite-libs
     x86_64 2.3.3-1.el6
                 jenkins-gridsite-build-release-platform-epel-6-x86_64-32  86 k

Transaction Summary
================================================================================
Upgrade       3 Package(s)

Total download size: 171 k
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           1.9 MB/s | 171 kB     00:00     
Retrieving key from http://scientific.zcu.cz/repos/jenkins-builder.asc
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating   : gridsite-libs-2.3.3-1.el6.x86_64                             1/6 

  Updating   : gridsite-devel-2.3.3-1.el6.x86_64                            2/6 

  Updating   : gridsite-2.3.3-1.el6.x86_64                                  3/6 

  Cleanup    : gridsite-devel-2.2.6-1.el6.x86_64                            4/6 

  Cleanup    : gridsite-2.2.6-1.el6.x86_64                                  5/6 

  Cleanup    : gridsite-libs-2.2.6-1.el6.x86_64                             6/6 

  Verifying  : gridsite-libs-2.3.3-1.el6.x86_64                             1/6 

  Verifying  : gridsite-devel-2.3.3-1.el6.x86_64                            2/6 

  Verifying  : gridsite-2.3.3-1.el6.x86_64                                  3/6 

  Verifying  : gridsite-devel-2.2.6-1.el6.x86_64                            4/6 

  Verifying  : gridsite-2.2.6-1.el6.x86_64                                  5/6 

  Verifying  : gridsite-libs-2.2.6-1.el6.x86_64                             6/6 

Updated:
  gridsite.x86_64 0:2.3.3-1.el6          gridsite-devel.x86_64 0:2.3.3-1.el6    
  gridsite-libs.x86_64 0:2.3.3-1.el6    

Complete!
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-commands.x86_64 0:2.3.3-1.el6 will be installed
---> Package gridsite-service-clients.x86_64 0:2.3.3-1.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package
     Arch   Version
                 Repository                                                Size
================================================================================
Installing:
 gridsite-commands
     x86_64 2.3.3-1.el6
                 jenkins-gridsite-build-release-platform-epel-6-x86_64-32  28 k
 gridsite-service-clients
     x86_64 2.3.3-1.el6
                 jenkins-gridsite-build-release-platform-epel-6-x86_64-32  27 k

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

Total download size: 54 k
Installed size: 126 k
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           405 kB/s |  54 kB     00:00     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : gridsite-service-clients-2.3.3-1.el6.x86_64                  1/2 

  Installing : gridsite-commands-2.3.3-1.el6.x86_64                         2/2 

  Verifying  : gridsite-commands-2.3.3-1.el6.x86_64                         1/2 

  Verifying  : gridsite-service-clients-2.3.3-1.el6.x86_64                  2/2 

Installed:
  gridsite-commands.x86_64 0:2.3.3-1.el6                                        
  gridsite-service-clients.x86_64 0:2.3.3-1.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 ca-certificates-2015.2.6-65.0.1.el6_7.noarch already installed and latest version
Package curl-7.19.7-52.el6.x86_64 already installed and latest version
Package sudo-1.8.6p3-24.el6.x86_64 already installed and latest version
Package wget-1.12-8.el6.x86_64 already installed and latest version
Package httpd-2.2.15-54.sl6.x86_64 already installed and latest version
Package 1:mod_ssl-2.2.15-54.sl6.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
========================
Oct 26 16:06:50 myriad11.zcu.cz ping-remote.sh:    start
Testing if all binaries are available   done
Testing ping to Apache server myriad11.zcu.cz   done
Testing Apache server at myriad11.zcu.cz:443Connection to localhost 22 port [tcp/ssh] succeeded!    done
Oct 26 16:06:52 myriad11.zcu.cz ping-remote.sh:    end
Oct 26 16:06:52 myriad11.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
Oct 26 16:06:52 myriad11.zcu.cz ping-local.sh:    end
Oct 26 16:06:52 myriad11.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=1376390714 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://myriad11.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: fb49b319be00ae54   done
newid: fb49b319be00ae54   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 Thu Oct 27 04:06:57 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 401403, Hex 20303   done
Oct 26 16:06:57 myriad11.zcu.cz gridsite-test-all.sh:    end
Oct 26 16:06:57 myriad11.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
Oct 26 16:06:59 myriad11.zcu.cz gridsite-test-session-reuse.sh:    end
Oct 26 16:06:59 myriad11.zcu.cz gridsite-test-putproxy-new.sh:    start
Testing if all binaries are available   done
Test proxy delegation id: 72abaf5ea8c9f109   done
new proxy file: /var/www/proxycache/%3A%2FC%3DUG%2FL%3DTropic%2FO%3DUtopia%2FOU%3DRelaxation%2FCN%3Droot/72abaf5ea8c9f109/userproxy.pem    done
Oct 26 16:06:59 myriad11.zcu.cz gridsite-test-putproxy-new.sh:    end
Oct 26 16:06:59 myriad11.zcu.cz gridsite-test-packaging.sh:    start
Packages compliance check output:
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.3 /lib64/libz.so.1
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite.so.2.3.3 /lib64/libm.so.6
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_nossl.so.2.3.3 /lib64/libz.so.1
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_nossl.so.2.3.3 /lib64/libm.so.6
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_globus.so.2.3.3 /lib64/libz.so.1
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_globus.so.2.3.3 /lib64/libm.so.6
1 packages and 0 specfiles checked; 0 errors, 7 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.

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-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.

Oct 26 16:07:39 myriad11.zcu.cz gridsite-test-packaging.sh:    end
Oct 26 16:07:39 myriad11.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:3299: warning: suggest parentheses around assignment used as truth value
canl_mod_gridsite.c:3566: warning: too many arguments for format
canl_mod_gridsite.c:3607: warning: field width should have type 'int', but argument 4 has type 'size_t'
canl_mod_gridsite.c:3603: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
canl_mod_gridsite.c:3611: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
canl_mod_gridsite.c:3990: warning: ignoring return value of 'chown', declared with attribute warn_unused_result
canl_mod_gridsite.c:4004: 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:3897: 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
Oct 26 16:07:39 myriad11.zcu.cz gridsite-test-build.sh:    end
==================
  TESTS END HERE
==================

Update from production, \S (x86_64)

Environment

Clean installation according to EMI guidelines (CA certificates, proxy certificate...).
OS Issue
Platform x86_64
Host
localhost.localdomain
Duration 1 min
Testbed uptime
18:39:32 up 14 min,  2 users,  load average: 1.32, 0.96, 0.45

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 gridsite-apache gridsite-commands gridsite-debuginfo gridsite-devel gridsite-service-clients

#
# 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

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

# how to solve the upgrade cleanly? gridsite-clients is in two upstream packages
yum -y remove gridsite-clients
yum -y upgrade
yum -y install gridsite-commands gridsite-service-clients

Full Output of the Installation

Retrieving http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.noarch.rpm
Preparing...                          ########################################
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: merlin.fit.vutbr.cz
 * epel: mirror.vutbr.cz
 * extras: merlin.fit.vutbr.cz
 * updates: merlin.fit.vutbr.cz
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       base        25 k
 yum-plugin-protectbase       noarch       1.1.31-34.el7       base        23 k

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

Total download size: 48 k
Installed size: 51 k
Downloading packages:
--------------------------------------------------------------------------------
Total                                              415 kB/s |  48 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: fastestmirror, priorities, protectbase
Loading mirror speeds from cached hostfile
 * base: merlin.fit.vutbr.cz
 * epel: mirror.vutbr.cz
 * extras: merlin.fit.vutbr.cz
 * updates: merlin.fit.vutbr.cz
0 packages excluded due to repository protections
No package gridsite-debuginfo available.
No package gridsite-service-clients available.
Resolving Dependencies
--> Running transaction check
---> Package gridsite.x86_64 0:2.3.2-1.el7 will be installed
--> Processing Dependency: httpd-mmn = 20120211x8664 for package: gridsite-2.3.2-1.el7.x86_64
--> Processing Dependency: gridsite-libs = 2.3.2-1.el7 for package: gridsite-2.3.2-1.el7.x86_64
--> Processing Dependency: mod_ssl for package: gridsite-2.3.2-1.el7.x86_64
--> Processing Dependency: libgsoap.so.4()(64bit) for package: gridsite-2.3.2-1.el7.x86_64
--> Processing Dependency: libgridsite.so.2()(64bit) for package: gridsite-2.3.2-1.el7.x86_64
--> Processing Dependency: libcanl_c.so.2()(64bit) for package: gridsite-2.3.2-1.el7.x86_64
---> Package gridsite-clients.x86_64 0:2.3.2-1.el7 will be installed
---> Package gridsite-devel.x86_64 0:2.3.2-1.el7 will be installed
--> Processing Dependency: pkgconfig(openssl) for package: gridsite-devel-2.3.2-1.el7.x86_64
--> Processing Dependency: pkgconfig(libxml-2.0) for package: gridsite-devel-2.3.2-1.el7.x86_64
--> Processing Dependency: openssl-devel for package: gridsite-devel-2.3.2-1.el7.x86_64
--> Running transaction check
---> Package canl-c.x86_64 0:2.1.7-1.el7 will be installed
--> Processing Dependency: libcares.so.2()(64bit) for package: canl-c-2.1.7-1.el7.x86_64
---> Package gridsite-libs.x86_64 0:2.3.2-1.el7 will be installed
---> Package gsoap.x86_64 0:2.8.16-8.el7 will be installed
---> Package httpd.x86_64 0:2.4.6-40.el7.centos.4 will be installed
--> Processing Dependency: httpd-tools = 2.4.6-40.el7.centos.4 for package: httpd-2.4.6-40.el7.centos.4.x86_64
--> Processing Dependency: /etc/mime.types for package: httpd-2.4.6-40.el7.centos.4.x86_64
--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-2.4.6-40.el7.centos.4.x86_64
--> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-2.4.6-40.el7.centos.4.x86_64
---> Package libxml2-devel.x86_64 0:2.9.1-6.el7_2.3 will be installed
--> Processing Dependency: zlib-devel for package: libxml2-devel-2.9.1-6.el7_2.3.x86_64
--> Processing Dependency: xz-devel for package: libxml2-devel-2.9.1-6.el7_2.3.x86_64
---> Package mod_ssl.x86_64 1:2.4.6-40.el7.centos.4 will be installed
---> Package openssl-devel.x86_64 1:1.0.1e-51.el7_2.7 will be installed
--> Processing Dependency: krb5-devel(x86-64) for package: 1:openssl-devel-1.0.1e-51.el7_2.7.x86_64
--> Running transaction check
---> Package apr.x86_64 0:1.4.8-3.el7 will be installed
---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed
---> Package c-ares.x86_64 0:1.10.0-3.el7 will be installed
---> Package httpd-tools.x86_64 0:2.4.6-40.el7.centos.4 will be installed
---> Package krb5-devel.x86_64 0:1.13.2-12.el7_2 will be installed
--> Processing Dependency: libverto-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: libcom_err-devel for package: krb5-devel-1.13.2-12.el7_2.x86_64
--> Processing Dependency: keyutils-libs-devel for package: krb5-devel-1.13.2-12.el7_2.x86_64
---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed
---> 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(libsepol) 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
---> 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                  epel       108 k
 gridsite-clients       x86_64    2.3.2-1.el7                  epel        58 k
 gridsite-devel         x86_64    2.3.2-1.el7                  epel        15 k
Installing for dependencies:
 apr                    x86_64    1.4.8-3.el7                  base       103 k
 apr-util               x86_64    1.5.2-6.el7                  base        92 k
 c-ares                 x86_64    1.10.0-3.el7                 base        78 k
 canl-c                 x86_64    2.1.7-1.el7                  epel        70 k
 gridsite-libs          x86_64    2.3.2-1.el7                  epel        44 k
 gsoap                  x86_64    2.8.16-8.el7                 epel       247 k
 httpd                  x86_64    2.4.6-40.el7.centos.4        updates    2.7 M
 httpd-tools            x86_64    2.4.6-40.el7.centos.4        updates     83 k
 keyutils-libs-devel    x86_64    1.5.8-3.el7                  base        37 k
 krb5-devel             x86_64    1.13.2-12.el7_2              updates    649 k
 libcom_err-devel       x86_64    1.42.9-7.el7                 base        30 k
 libselinux-devel       x86_64    2.2.2-6.el7                  base       174 k
 libsepol-devel         x86_64    2.1.9-3.el7                  base        71 k
 libverto-devel         x86_64    0.2.5-4.el7                  base        12 k
 libxml2-devel          x86_64    2.9.1-6.el7_2.3              updates    1.0 M
 mailcap                noarch    2.1.41-2.el7                 base        31 k
 mod_ssl                x86_64    1:2.4.6-40.el7.centos.4      updates    104 k
 openssl-devel          x86_64    1:1.0.1e-51.el7_2.7          updates    1.2 M
 pcre-devel             x86_64    8.32-15.el7_2.1              updates    479 k
 xz-devel               x86_64    5.1.2-12alpha.el7            base        44 k
 zlib-devel             x86_64    1.2.7-15.el7                 base        50 k

Transaction Summary
================================================================================
Install  3 Packages (+21 Dependent packages)

Total download size: 7.4 M
Installed size: 27 M
Downloading packages:
--------------------------------------------------------------------------------
Total                                              7.1 MB/s | 7.4 MB  00:01     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : apr-1.4.8-3.el7.x86_64                                      1/24 
  Installing : apr-util-1.5.2-6.el7.x86_64                                 2/24 
  Installing : gsoap-2.8.16-8.el7.x86_64                                   3/24 
  Installing : zlib-devel-1.2.7-15.el7.x86_64                              4/24 
  Installing : httpd-tools-2.4.6-40.el7.centos.4.x86_64                    5/24 
  Installing : libcom_err-devel-1.42.9-7.el7.x86_64                        6/24 
  Installing : xz-devel-5.1.2-12alpha.el7.x86_64                           7/24 
  Installing : libxml2-devel-2.9.1-6.el7_2.3.x86_64                        8/24 
  Installing : libverto-devel-0.2.5-4.el7.x86_64                           9/24 
  Installing : c-ares-1.10.0-3.el7.x86_64                                 10/24 
  Installing : canl-c-2.1.7-1.el7.x86_64                                  11/24 
  Installing : gridsite-libs-2.3.2-1.el7.x86_64                           12/24 
  Installing : pcre-devel-8.32-15.el7_2.1.x86_64                          13/24 
  Installing : mailcap-2.1.41-2.el7.noarch                                14/24 
  Installing : httpd-2.4.6-40.el7.centos.4.x86_64                         15/24 
  Installing : 1:mod_ssl-2.4.6-40.el7.centos.4.x86_64                     16/24 
  Installing : libsepol-devel-2.1.9-3.el7.x86_64                          17/24 
  Installing : libselinux-devel-2.2.2-6.el7.x86_64                        18/24 
  Installing : keyutils-libs-devel-1.5.8-3.el7.x86_64                     19/24 
  Installing : krb5-devel-1.13.2-12.el7_2.x86_64                          20/24 
  Installing : 1:openssl-devel-1.0.1e-51.el7_2.7.x86_64                   21/24 
  Installing : gridsite-devel-2.3.2-1.el7.x86_64                          22/24 
  Installing : gridsite-2.3.2-1.el7.x86_64                                23/24 
  Installing : gridsite-clients-2.3.2-1.el7.x86_64                        24/24 
  Verifying  : keyutils-libs-devel-1.5.8-3.el7.x86_64                      1/24 
  Verifying  : libsepol-devel-2.1.9-3.el7.x86_64                           2/24 
  Verifying  : mailcap-2.1.41-2.el7.noarch                                 3/24 
  Verifying  : 1:openssl-devel-1.0.1e-51.el7_2.7.x86_64                    4/24 
  Verifying  : canl-c-2.1.7-1.el7.x86_64                                   5/24 
  Verifying  : pcre-devel-8.32-15.el7_2.1.x86_64                           6/24 
  Verifying  : c-ares-1.10.0-3.el7.x86_64                                  7/24 
  Verifying  : gridsite-libs-2.3.2-1.el7.x86_64                            8/24 
  Verifying  : httpd-2.4.6-40.el7.centos.4.x86_64                          9/24 
  Verifying  : libxml2-devel-2.9.1-6.el7_2.3.x86_64                       10/24 
  Verifying  : zlib-devel-1.2.7-15.el7.x86_64                             11/24 
  Verifying  : libverto-devel-0.2.5-4.el7.x86_64                          12/24 
  Verifying  : apr-1.4.8-3.el7.x86_64                                     13/24 
  Verifying  : gridsite-devel-2.3.2-1.el7.x86_64                          14/24 
  Verifying  : gsoap-2.8.16-8.el7.x86_64                                  15/24 
  Verifying  : gridsite-clients-2.3.2-1.el7.x86_64                        16/24 
  Verifying  : libselinux-devel-2.2.2-6.el7.x86_64                        17/24 
  Verifying  : apr-util-1.5.2-6.el7.x86_64                                18/24 
  Verifying  : xz-devel-5.1.2-12alpha.el7.x86_64                          19/24 
  Verifying  : 1:mod_ssl-2.4.6-40.el7.centos.4.x86_64                     20/24 
  Verifying  : krb5-devel-1.13.2-12.el7_2.x86_64                          21/24 
  Verifying  : httpd-tools-2.4.6-40.el7.centos.4.x86_64                   22/24 
  Verifying  : gridsite-2.3.2-1.el7.x86_64                                23/24 
  Verifying  : libcom_err-devel-1.42.9-7.el7.x86_64                       24/24 

Installed:
  gridsite.x86_64 0:2.3.2-1.el7         gridsite-clients.x86_64 0:2.3.2-1.el7  
  gridsite-devel.x86_64 0:2.3.2-1.el7  

Dependency Installed:
  apr.x86_64 0:1.4.8-3.el7                                                      
  apr-util.x86_64 0:1.5.2-6.el7                                                 
  c-ares.x86_64 0:1.10.0-3.el7                                                  
  canl-c.x86_64 0:2.1.7-1.el7                                                   
  gridsite-libs.x86_64 0:2.3.2-1.el7                                            
  gsoap.x86_64 0:2.8.16-8.el7                                                   
  httpd.x86_64 0:2.4.6-40.el7.centos.4                                          
  httpd-tools.x86_64 0:2.4.6-40.el7.centos.4                                    
  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                                        
  mailcap.noarch 0:2.1.41-2.el7                                                 
  mod_ssl.x86_64 1:2.4.6-40.el7.centos.4                                        
  openssl-devel.x86_64 1:1.0.1e-51.el7_2.7                                      
  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!
Loaded plugins: fastestmirror, priorities, protectbase
Loading mirror speeds from cached hostfile
 * base: merlin.fit.vutbr.cz
 * epel: mirror.vutbr.cz
 * extras: merlin.fit.vutbr.cz
 * updates: merlin.fit.vutbr.cz
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: fastestmirror, priorities, protectbase
Resolving Dependencies
--> Running transaction check
---> Package gridsite-clients.x86_64 0:2.3.2-1.el7 will be erased
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                 Arch          Version               Repository    Size
================================================================================
Removing:
 gridsite-clients        x86_64        2.3.2-1.el7           @epel        136 k

Transaction Summary
================================================================================
Remove  1 Package

Installed size: 136 k
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Erasing    : gridsite-clients-2.3.2-1.el7.x86_64                          1/1 
  Verifying  : gridsite-clients-2.3.2-1.el7.x86_64                          1/1 

Removed:
  gridsite-clients.x86_64 0:2.3.2-1.el7                                         

Complete!
Loaded plugins: fastestmirror, priorities, protectbase
Loading mirror speeds from cached hostfile
 * base: merlin.fit.vutbr.cz
 * epel: mirror.vutbr.cz
 * extras: merlin.fit.vutbr.cz
 * updates: merlin.fit.vutbr.cz
7 packages excluded due to repository priority protections
0 packages excluded due to repository protections
Resolving Dependencies
--> Running transaction check
---> Package canl-c.x86_64 0:2.1.7-1.el7 will be updated
---> Package canl-c.x86_64 0:2.1.7-1.el7.centos will be an update
---> Package gridsite.x86_64 0:2.3.2-1.el7 will be updated
---> Package gridsite.x86_64 0:2.3.3-1.el7.centos will be an update
---> Package gridsite-devel.x86_64 0:2.3.2-1.el7 will be updated
---> Package gridsite-devel.x86_64 0:2.3.3-1.el7.centos will be an update
---> Package gridsite-libs.x86_64 0:2.3.2-1.el7 will be updated
---> Package gridsite-libs.x86_64 0:2.3.3-1.el7.centos will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package
        Arch   Version
                 Repository                                                Size
================================================================================
Updating:
 canl-c x86_64 2.1.7-1.el7.centos
                 jenkins-canl-c-build-release-platform-epel-7-x86_64-34    68 k
 gridsite
        x86_64 2.3.3-1.el7.centos
                 jenkins-gridsite-build-release-platform-epel-7-x86_64-32  81 k
 gridsite-devel
        x86_64 2.3.3-1.el7.centos
                 jenkins-gridsite-build-release-platform-epel-7-x86_64-32  10 k
 gridsite-libs
        x86_64 2.3.3-1.el7.centos
                 jenkins-gridsite-build-release-platform-epel-7-x86_64-32  89 k

Transaction Summary
================================================================================
Upgrade  4 Packages

Total download size: 248 k
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
Public key for gridsite-devel-2.3.3-1.el7.centos.x86_64.rpm is not installed
Public key for canl-c-2.1.7-1.el7.centos.x86_64.rpm is not installed
--------------------------------------------------------------------------------
Total                                              486 kB/s | 248 kB  00:00     
Retrieving key from http://scientific.zcu.cz/repos/jenkins-builder.asc
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Updating   : canl-c-2.1.7-1.el7.centos.x86_64                             1/8 
  Updating   : gridsite-libs-2.3.3-1.el7.centos.x86_64                      2/8 
  Updating   : gridsite-devel-2.3.3-1.el7.centos.x86_64                     3/8 
  Updating   : gridsite-2.3.3-1.el7.centos.x86_64                           4/8 
  Cleanup    : gridsite-devel-2.3.2-1.el7.x86_64                            5/8 
  Cleanup    : gridsite-2.3.2-1.el7.x86_64                                  6/8 
  Cleanup    : gridsite-libs-2.3.2-1.el7.x86_64                             7/8 
  Cleanup    : canl-c-2.1.7-1.el7.x86_64                                    8/8 
  Verifying  : gridsite-libs-2.3.3-1.el7.centos.x86_64                      1/8 
  Verifying  : gridsite-devel-2.3.3-1.el7.centos.x86_64                     2/8 
  Verifying  : canl-c-2.1.7-1.el7.centos.x86_64                             3/8 
  Verifying  : gridsite-2.3.3-1.el7.centos.x86_64                           4/8 
  Verifying  : canl-c-2.1.7-1.el7.x86_64                                    5/8 
  Verifying  : gridsite-devel-2.3.2-1.el7.x86_64                            6/8 
  Verifying  : gridsite-2.3.2-1.el7.x86_64                                  7/8 
  Verifying  : gridsite-libs-2.3.2-1.el7.x86_64                             8/8 

Updated:
  canl-c.x86_64 0:2.1.7-1.el7.centos                                            
  gridsite.x86_64 0:2.3.3-1.el7.centos                                          
  gridsite-devel.x86_64 0:2.3.3-1.el7.centos                                    
  gridsite-libs.x86_64 0:2.3.3-1.el7.centos                                     

Complete!
Loaded plugins: fastestmirror, priorities, protectbase
Loading mirror speeds from cached hostfile
 * base: merlin.fit.vutbr.cz
 * epel: mirror.vutbr.cz
 * extras: merlin.fit.vutbr.cz
 * updates: merlin.fit.vutbr.cz
7 packages excluded due to repository priority protections
0 packages excluded due to repository protections
Resolving Dependencies
--> Running transaction check
---> Package gridsite-commands.x86_64 0:2.3.3-1.el7.centos will be installed
---> Package gridsite-service-clients.x86_64 0:2.3.3-1.el7.centos will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package
     Arch   Version
                 Repository                                                Size
================================================================================
Installing:
 gridsite-commands
     x86_64 2.3.3-1.el7.centos
                 jenkins-gridsite-build-release-platform-epel-7-x86_64-32  31 k
 gridsite-service-clients
     x86_64 2.3.3-1.el7.centos
                 jenkins-gridsite-build-release-platform-epel-7-x86_64-32  30 k

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

Total download size: 61 k
Installed size: 141 k
Downloading packages:
--------------------------------------------------------------------------------
Total                                              130 kB/s |  61 kB  00:00     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : gridsite-service-clients-2.3.3-1.el7.centos.x86_64           1/2 
  Installing : gridsite-commands-2.3.3-1.el7.centos.x86_64                  2/2 
  Verifying  : gridsite-commands-2.3.3-1.el7.centos.x86_64                  1/2 
  Verifying  : gridsite-service-clients-2.3.3-1.el7.centos.x86_64           2/2 

Installed:
  gridsite-commands.x86_64 0:2.3.3-1.el7.centos                                 
  gridsite-service-clients.x86_64 0:2.3.3-1.el7.centos                          

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 ca-certificates-2015.2.6-70.1.el7_2.noarch already installed and latest version
Package curl-7.29.0-25.el7.centos.x86_64 already installed and latest version
Package sudo-1.8.6p7-17.el7_2.x86_64 already installed and latest version
Package wget-1.14-10.el7_0.1.x86_64 already installed and latest version
Package httpd-2.4.6-40.el7.centos.4.x86_64 already installed and latest version
Package 1:mod_ssl-2.4.6-40.el7.centos.4.x86_64 already installed and latest version
Package net-tools-2.0-0.17.20131004git.el7.x86_64 already installed and latest version
Starting httpd -f /etc/httpd/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
========================
Oct 25 18:39:05 localhost.localdomain ping-remote.sh:    start
Testing if all binaries are available   done
Testing ping to Apache server localhost.localdomain   done
Testing Apache server at localhost.localdomain:443   done
Oct 25 18:39:07 localhost.localdomain ping-remote.sh:    end
Oct 25 18:39:07 localhost.localdomain 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
Oct 25 18:39:07 localhost.localdomain ping-local.sh:    end
Oct 25 18:39:07 localhost.localdomain 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=1815351741 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://localhost.localdomain/
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: 4863b723a40e80cf   done
newid: 4863b723a40e80cf   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 Oct 26 06:39:09 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 401403, Hex 20303   done
Oct 25 18:39:10 localhost.localdomain gridsite-test-all.sh:    end
Oct 25 18:39:10 localhost.localdomain 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
Oct 25 18:39:11 localhost.localdomain gridsite-test-session-reuse.sh:    end
Oct 25 18:39:11 localhost.localdomain gridsite-test-putproxy-new.sh:    start
Testing if all binaries are available   done
Test proxy delegation id: d9065fdadf165564   done
new proxy file: /var/www/proxycache/%3A%2FC%3DUG%2FL%3DTropic%2FO%3DUtopia%2FOU%3DRelaxation%2FCN%3Droot/d9065fdadf165564/userproxy.pem    done
Oct 25 18:39:12 localhost.localdomain gridsite-test-putproxy-new.sh:    end
Oct 25 18:39:12 localhost.localdomain gridsite-test-packaging.sh:    start
Packages compliance check output:
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-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.3 /lib64/libz.so.1
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite.so.2.3.3 /lib64/libm.so.6
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite.so.2.3.3 /lib64/libdl.so.2
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_nossl.so.2.3.3 /lib64/libz.so.1
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_nossl.so.2.3.3 /lib64/libm.so.6
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_nossl.so.2.3.3 /lib64/libdl.so.2
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_globus.so.2.3.3 /lib64/libz.so.1
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_globus.so.2.3.3 /lib64/libm.so.6
gridsite-libs.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libgridsite_globus.so.2.3.3 /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-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-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.

Oct 25 18:39:24 localhost.localdomain gridsite-test-packaging.sh:    end
Oct 25 18:39:24 localhost.localdomain 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:3299:17: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
canl_mod_gridsite.c:3566:9: warning: too many arguments for format [-Wformat-extra-args]
canl_mod_gridsite.c:3607:12: warning: field width specifier '*' expects argument of type 'int', but argument 4 has type 'size_t' [-Wformat=]
canl_mod_gridsite.c:3948: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:4004:13: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:3990: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:3603:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
canl_mod_gridsite.c:3611: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:2614:23: warning: 'sessionfile' may be used uninitialized in this function [-Wmaybe-uninitialized]
canl_mod_gridsite.c:3897: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.3/src/soapClientLib.c:15: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO.
/builddir/build/BUILD/gridsite-2.3.3/src/soapServerLib.c:15: warning: found documented #define but ignoring it because ENABLE_PREPROCESSING is NO.
Oct 25 18:39:24 localhost.localdomain gridsite-test-build.sh:    end
==================
  TESTS END HERE
==================