The Apache mod_ca module for httpd

Build: #111 is building

Job: Build Job - CentOS8 was successful

Stages & jobs

  1. Default Stage

  2. Release Stage

    Requires a user to start manually

Build log

The build generated 447 lines of output. Download or view full build log.

14-Oct-2024 22:55:34 Build Redwax Server - mod_ca - Build Job - CentOS8 #111 (RS-MODCA-JOB3-111) started building on agent coconut.redwax.eu, bamboo version: 7.2.10
14-Oct-2024 22:55:34 Remote agent on host coconut.redwax.eu
14-Oct-2024 22:55:35 Build working directory is /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3
14-Oct-2024 22:55:35 Executing build Redwax Server - mod_ca - Build Job - CentOS8 #111 (RS-MODCA-JOB3-111)
14-Oct-2024 22:55:35 Starting task 'Check out source' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout'
14-Oct-2024 22:55:35 Build always requires a clean checkout
14-Oct-2024 22:55:35 Cleaning build directory '/var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/mod_ca'
14-Oct-2024 22:55:35 Checking out into /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/mod_ca
14-Oct-2024 22:55:35 Updating source code to revision: 934f31cbe35652d0d1bb406cc27c075511844d47
14-Oct-2024 22:55:35 Creating local git repository in '/var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/mod_ca/.git'.
14-Oct-2024 22:55:35 hint: Using 'master' as the name for the initial branch. This default branch name
14-Oct-2024 22:55:35 Initialized empty Git repository in /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/mod_ca/.git/
14-Oct-2024 22:55:35 hint: is subject to change. To configure the initial branch name to use in all
14-Oct-2024 22:55:35 hint: of your new repositories, which will suppress this warning, call:
14-Oct-2024 22:55:35 hint:
14-Oct-2024 22:55:35 hint:         git config --global init.defaultBranch <name>
14-Oct-2024 22:55:35 hint:
14-Oct-2024 22:55:35 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
14-Oct-2024 22:55:35 hint: 'development'. The just-created branch can be renamed via this command:
14-Oct-2024 22:55:35 hint:
14-Oct-2024 22:55:35 hint:         git branch -m <name>
14-Oct-2024 22:55:37 Fetching 'refs/heads/master' from 'ssh://git@source.redwax.eu:7999/rs/mod_ca.git'. Will try to do a shallow fetch.
14-Oct-2024 22:55:38 Warning: Permanently added '[127.0.0.1]:39649' (RSA) to the list of known hosts.
14-Oct-2024 22:55:38 From ssh://127.0.0.1:39649/rs/mod_ca
14-Oct-2024 22:55:38 * [new branch]      master     -> master
14-Oct-2024 22:55:38 Checking out revision 934f31cbe35652d0d1bb406cc27c075511844d47.
14-Oct-2024 22:55:38 Already on 'master'
14-Oct-2024 22:55:38 Updated source code to revision: 934f31cbe35652d0d1bb406cc27c075511844d47
14-Oct-2024 22:55:38 Finished task 'Check out source' with result: Success
14-Oct-2024 22:55:38 Running pre-build action: VCS Version Collector
14-Oct-2024 22:55:38 Starting task 'autoreconf' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.command'
14-Oct-2024 22:55:38
Beginning to execute external process for build 'Redwax Server - mod_ca - Build Job - CentOS8 #111 (RS-MODCA-JOB3-111)'
... running command line:
/usr/bin/autoreconf
... in: /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/mod_ca
14-Oct-2024 22:55:43 Finished task 'autoreconf' with result: Success
14-Oct-2024 22:55:43
Substituting variable: ${bamboo.build.working.directory} with /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3
14-Oct-2024 22:55:43 Starting task 'configure' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
14-Oct-2024 22:55:43
Beginning to execute external process for build 'Redwax Server - mod_ca - Build Job - CentOS8 #111 (RS-MODCA-JOB3-111)'
... running command line:
/var/lib/atlassian-bamboo-agent/home/temp/RS-MODCA-JOB3-111-ScriptBuildTask-3947628673988425749.sh
... in: /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/mod_ca
14-Oct-2024 22:55:44 checking for a BSD-compatible install... /usr/bin/install -c
14-Oct-2024 22:55:44 checking whether build environment is sane... yes
14-Oct-2024 22:55:44 checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
14-Oct-2024 22:55:44 checking for gawk... gawk
14-Oct-2024 22:55:44 checking whether make sets $(MAKE)... yes
14-Oct-2024 22:55:44 checking whether make supports nested variables... yes
14-Oct-2024 22:55:44 checking for gcc... gcc
14-Oct-2024 22:55:44 checking whether the C compiler works... yes
14-Oct-2024 22:55:44 checking for C compiler default output file name... a.out
14-Oct-2024 22:55:44 checking for suffix of executables...
14-Oct-2024 22:55:44 checking whether we are cross compiling... no
14-Oct-2024 22:55:44 checking for suffix of object files... o
14-Oct-2024 22:55:44 checking whether we are using the GNU C compiler... yes
14-Oct-2024 22:55:44 checking whether gcc accepts -g... yes
14-Oct-2024 22:55:44 checking for gcc option to accept ISO C89... none needed
14-Oct-2024 22:55:45 checking whether gcc understands -c and -o together... yes
14-Oct-2024 22:55:45 checking whether make supports the include directive... yes (GNU style)
14-Oct-2024 22:55:45 checking dependency style of gcc... none
14-Oct-2024 22:55:45 checking for apxs... apxs
14-Oct-2024 22:55:45 checking for install... /usr/bin/install -c
14-Oct-2024 22:55:45 checking for pkg-config... /usr/bin/pkg-config
14-Oct-2024 22:55:45 checking pkg-config is at least version 0.9.0... yes
14-Oct-2024 22:55:45 checking for apr... yes
14-Oct-2024 22:55:45 checking for apu... yes
14-Oct-2024 22:55:45 checking for openssl... yes
14-Oct-2024 22:55:45 checking how to run the C preprocessor... gcc -E
14-Oct-2024 22:55:45 checking for grep that handles long lines and -e... /usr/bin/grep
14-Oct-2024 22:55:45 checking for egrep... /usr/bin/grep -E
14-Oct-2024 22:55:46 checking for ANSI C header files... yes
14-Oct-2024 22:55:46 checking for sys/types.h... yes
14-Oct-2024 22:55:46 checking for sys/stat.h... yes
14-Oct-2024 22:55:46 checking for stdlib.h... yes
14-Oct-2024 22:55:46 checking for string.h... yes
14-Oct-2024 22:55:46 checking for memory.h... yes
14-Oct-2024 22:55:46 checking for strings.h... yes
14-Oct-2024 22:55:46 checking for inttypes.h... yes
14-Oct-2024 22:55:46 checking for stdint.h... yes
14-Oct-2024 22:55:46 checking for unistd.h... yes
14-Oct-2024 22:55:47 checking apr_crypto.h usability... no
14-Oct-2024 22:55:47 checking apr_crypto.h presence... no
14-Oct-2024 22:55:47 checking for apr_crypto.h... no
14-Oct-2024 22:55:47 checking apr_strings.h usability... no
14-Oct-2024 22:55:47 checking apr_strings.h presence... no
14-Oct-2024 22:55:47 checking for apr_strings.h... no
14-Oct-2024 22:55:47 checking apr_hash.h usability... no
14-Oct-2024 22:55:47 checking apr_hash.h presence... no
14-Oct-2024 22:55:47 checking for apr_hash.h... no
14-Oct-2024 22:55:47 checking openssl/err.h usability... yes
14-Oct-2024 22:55:47 checking openssl/err.h presence... yes
14-Oct-2024 22:55:47 checking for openssl/err.h... yes
14-Oct-2024 22:55:47 checking openssl/pem.h usability... yes
14-Oct-2024 22:55:48 checking openssl/pem.h presence... yes
14-Oct-2024 22:55:48 checking for openssl/pem.h... yes
14-Oct-2024 22:55:48 checking openssl/x509.h usability... yes
14-Oct-2024 22:55:48 checking openssl/x509.h presence... yes
14-Oct-2024 22:55:48 checking for openssl/x509.h... yes
14-Oct-2024 22:55:48 checking openssl/x509v3.h usability... yes
14-Oct-2024 22:55:48 checking openssl/x509v3.h presence... yes
14-Oct-2024 22:55:48 checking for openssl/x509v3.h... yes
14-Oct-2024 22:55:48 checking openssl/asn1.h usability... yes
14-Oct-2024 22:55:48 checking openssl/asn1.h presence... yes
14-Oct-2024 22:55:48 checking for openssl/asn1.h... yes
14-Oct-2024 22:55:49 checking time.h usability... yes
14-Oct-2024 22:55:49 checking time.h presence... yes
14-Oct-2024 22:55:49 checking for time.h... yes
14-Oct-2024 22:55:49 checking for size_t... yes
14-Oct-2024 22:55:49 checking for apr_file_link... yes
14-Oct-2024 22:55:49 checking for apr_crypto_clear... yes
14-Oct-2024 22:55:50 checking for X509_REVOKED_get0_revocationDate... yes
14-Oct-2024 22:55:50 checking for X509_REVOKED_get0_serialNumber... yes
14-Oct-2024 22:55:50 checking for ASN1_STRING_get0_data... yes
14-Oct-2024 22:55:51 checking for X509_CRL_get0_lastUpdate... yes
14-Oct-2024 22:55:51 checking for X509_CRL_get0_nextUpdate... yes
14-Oct-2024 22:55:51 checking that generated files are newer than configure... done
14-Oct-2024 22:55:51 configure: creating ./config.status
14-Oct-2024 22:55:51 config.status: creating Makefile
14-Oct-2024 22:55:51 config.status: creating mod_ca.spec
14-Oct-2024 22:55:51 config.status: creating config.h
14-Oct-2024 22:55:51 config.status: executing depfiles commands
14-Oct-2024 22:55:51 Finished task 'configure' with result: Success
14-Oct-2024 22:55:51
Substituting variable: ${bamboo.build.working.directory} with /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3
14-Oct-2024 22:55:51 Starting task 'make install' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.command'
14-Oct-2024 22:55:51
Beginning to execute external process for build 'Redwax Server - mod_ca - Build Job - CentOS8 #111 (RS-MODCA-JOB3-111)'
... running command line:
/usr/bin/make install
... in: /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/mod_ca
14-Oct-2024 22:55:51 apxs "-Wc,-O0 -g -Wall" -c     -lssl -lcrypto  ./mod_ca.c
14-Oct-2024 22:55:51 /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd  -I/usr/include/apr-1   -I/usr/include/apr-1  -O0 -g -Wall  -c -o ./mod_ca.lo ./mod_ca.c && touch ./mod_ca.slo
14-Oct-2024 22:55:52 In file included from /usr/include/sys/types.h:25,
14-Oct-2024 22:55:52                  from /usr/include/apr-1/apr-x86_64.h:164,
14-Oct-2024 22:55:52                  from /usr/include/apr-1/apr.h:19,
14-Oct-2024 22:55:52                  from /usr/include/httpd/ap_hooks.h:39,
14-Oct-2024 22:55:52                  from /usr/include/httpd/ap_config.h:25,
14-Oct-2024 22:55:52                  from /usr/include/httpd/httpd.h:44,
14-Oct-2024 22:55:52                  from ./mod_ca.c:22:
14-Oct-2024 22:55:52 /usr/include/features.h:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
14-Oct-2024 22:55:52 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
14-Oct-2024 22:55:52     ^~~~~~~
14-Oct-2024 22:55:52 /usr/lib64/apr-1/build/libtool --silent --mode=link gcc -Wl,-z,relro,-z,now   -o ./mod_ca.la  -lssl -lcrypto -rpath /usr/lib64/httpd/modules -module -avoid-version    ./mod_ca.lo
14-Oct-2024 22:55:53 apxs "-Wc,-O0 -g -Wall" -c     -lssl -lcrypto  ./mod_ca_simple.c
14-Oct-2024 22:55:53 /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd  -I/usr/include/apr-1   -I/usr/include/apr-1  -O0 -g -Wall  -c -o ./mod_ca_simple.lo ./mod_ca_simple.c && touch ./mod_ca_simple.slo
14-Oct-2024 22:55:53 In file included from /usr/include/sys/types.h:25,
14-Oct-2024 22:55:53                  from /usr/include/apr-1/apr-x86_64.h:164,
14-Oct-2024 22:55:53                  from /usr/include/apr-1/apr.h:19,
14-Oct-2024 22:55:53                  from /usr/include/apr-1/apr_strings.h:48,
14-Oct-2024 22:55:53                  from ./mod_ca_simple.c:23:
14-Oct-2024 22:55:53 /usr/include/features.h:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
14-Oct-2024 22:55:53 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
14-Oct-2024 22:55:53     ^~~~~~~
14-Oct-2024 22:55:54 /usr/lib64/apr-1/build/libtool --silent --mode=link gcc -Wl,-z,relro,-z,now   -o ./mod_ca_simple.la  -lssl -lcrypto -rpath /usr/lib64/httpd/modules -module -avoid-version    ./mod_ca_simple.lo
14-Oct-2024 22:55:55 apxs "-Wc,-O0 -g -Wall" -c     -lssl -lcrypto  ./mod_ca_ldap.c
14-Oct-2024 22:55:55 /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd  -I/usr/include/apr-1   -I/usr/include/apr-1  -O0 -g -Wall  -c -o ./mod_ca_ldap.lo ./mod_ca_ldap.c && touch ./mod_ca_ldap.slo
14-Oct-2024 22:55:55 In file included from /usr/include/sys/types.h:25,
14-Oct-2024 22:55:55                  from /usr/include/apr-1/apr-x86_64.h:164,
14-Oct-2024 22:55:55                  from /usr/include/apr-1/apr.h:19,
14-Oct-2024 22:55:55                  from /usr/include/apr-1/apr_strings.h:48,
14-Oct-2024 22:55:55                  from ./mod_ca_ldap.c:24:
14-Oct-2024 22:55:55 /usr/include/features.h:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
14-Oct-2024 22:55:55 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
14-Oct-2024 22:55:55     ^~~~~~~
14-Oct-2024 22:55:56 /usr/lib64/apr-1/build/libtool --silent --mode=link gcc -Wl,-z,relro,-z,now   -o ./mod_ca_ldap.la  -lssl -lcrypto -rpath /usr/lib64/httpd/modules -module -avoid-version    ./mod_ca_ldap.lo
14-Oct-2024 22:55:57 apxs "-Wc,-O0 -g -Wall" -c     -lssl -lcrypto  ./mod_ca_crl.c
14-Oct-2024 22:55:57 /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd  -I/usr/include/apr-1   -I/usr/include/apr-1  -O0 -g -Wall  -c -o ./mod_ca_crl.lo ./mod_ca_crl.c && touch ./mod_ca_crl.slo
14-Oct-2024 22:55:57 In file included from /usr/include/sys/types.h:25,
14-Oct-2024 22:55:57                  from /usr/include/apr-1/apr-x86_64.h:164,
14-Oct-2024 22:55:57                  from /usr/include/apr-1/apr.h:19,
14-Oct-2024 22:55:57                  from /usr/include/apr-1/apr_strings.h:48,
14-Oct-2024 22:55:57                  from ./mod_ca_crl.c:23:
14-Oct-2024 22:55:57 /usr/include/features.h:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
14-Oct-2024 22:55:57 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
14-Oct-2024 22:55:57     ^~~~~~~
14-Oct-2024 22:55:58 /usr/lib64/apr-1/build/libtool --silent --mode=link gcc -Wl,-z,relro,-z,now   -o ./mod_ca_crl.la  -lssl -lcrypto -rpath /usr/lib64/httpd/modules -module -avoid-version    ./mod_ca_crl.lo
14-Oct-2024 22:55:58 apxs "-Wc,-O0 -g -Wall" -c     -lssl -lcrypto  ./mod_ca_disk.c
14-Oct-2024 22:55:58 /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd  -I/usr/include/apr-1   -I/usr/include/apr-1  -O0 -g -Wall  -c -o ./mod_ca_disk.lo ./mod_ca_disk.c && touch ./mod_ca_disk.slo
14-Oct-2024 22:55:58 In file included from /usr/include/sys/types.h:25,
14-Oct-2024 22:55:58                  from /usr/include/apr-1/apr-x86_64.h:164,
14-Oct-2024 22:55:58                  from /usr/include/apr-1/apr.h:19,
14-Oct-2024 22:55:58                  from /usr/include/apr-1/apr_strings.h:48,
14-Oct-2024 22:55:58                  from ./mod_ca_disk.c:23:
14-Oct-2024 22:55:58 /usr/include/features.h:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
14-Oct-2024 22:55:58 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
14-Oct-2024 22:55:58     ^~~~~~~
14-Oct-2024 22:55:59 /usr/lib64/apr-1/build/libtool --silent --mode=link gcc -Wl,-z,relro,-z,now   -o ./mod_ca_disk.la  -lssl -lcrypto -rpath /usr/lib64/httpd/modules -module -avoid-version    ./mod_ca_disk.lo
14-Oct-2024 22:56:00 apxs "-Wc,-O0 -g -Wall" -c     -lssl -lcrypto  ./mod_ca_engine.c
14-Oct-2024 22:56:00 /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd  -I/usr/include/apr-1   -I/usr/include/apr-1  -O0 -g -Wall  -c -o ./mod_ca_engine.lo ./mod_ca_engine.c && touch ./mod_ca_engine.slo
14-Oct-2024 22:56:00 In file included from /usr/include/sys/types.h:25,
14-Oct-2024 22:56:00                  from /usr/include/apr-1/apr-x86_64.h:164,
14-Oct-2024 22:56:00                  from /usr/include/apr-1/apr.h:19,
14-Oct-2024 22:56:00                  from /usr/include/apr-1/apr_strings.h:48,
14-Oct-2024 22:56:00                  from ./mod_ca_engine.c:24:
14-Oct-2024 22:56:00 /usr/include/features.h:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
14-Oct-2024 22:56:00 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
14-Oct-2024 22:56:00     ^~~~~~~
14-Oct-2024 22:56:01 /usr/lib64/apr-1/build/libtool --silent --mode=link gcc -Wl,-z,relro,-z,now   -o ./mod_ca_engine.la  -lssl -lcrypto -rpath /usr/lib64/httpd/modules -module -avoid-version    ./mod_ca_engine.lo
14-Oct-2024 22:56:01 make[1]: Entering directory '/var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/mod_ca'
14-Oct-2024 22:56:01 if test -z "${LIBEXECDIR}"; then LIBEXECDIR=`apxs -q LIBEXECDIR`; fi;\
14-Oct-2024 22:56:01 if test -z "${INCLUDEDIR}"; then INCLUDEDIR=`apxs -q includedir`; fi;\
14-Oct-2024 22:56:01 \
14-Oct-2024 22:56:01 mkdir -p /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target${INCLUDEDIR}; \
14-Oct-2024 22:56:01 mkdir -p /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target${LIBEXECDIR}; \
14-Oct-2024 22:56:01 \
14-Oct-2024 22:56:01 /usr/bin/install -c mod_ca.h /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target${INCLUDEDIR}; \
14-Oct-2024 22:56:01 \
14-Oct-2024 22:56:01 apxs "-Wc,-O0 -g -Wall" -S LIBEXECDIR=/var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target${LIBEXECDIR} -c -i     -lssl -lcrypto  ./mod_ca.c;\
14-Oct-2024 22:56:01 apxs "-Wc,-O0 -g -Wall" -S LIBEXECDIR=/var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target${LIBEXECDIR} -c -i     -lssl -lcrypto  ./mod_ca_simple.c;\
14-Oct-2024 22:56:01 apxs "-Wc,-O0 -g -Wall" -S LIBEXECDIR=/var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target${LIBEXECDIR} -c -i     -lssl -lcrypto  ./mod_ca_ldap.c;\
14-Oct-2024 22:56:01 apxs "-Wc,-O0 -g -Wall" -S LIBEXECDIR=/var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target${LIBEXECDIR} -c -i     -lssl -lcrypto  ./mod_ca_crl.c;\
14-Oct-2024 22:56:01 apxs "-Wc,-O0 -g -Wall" -S LIBEXECDIR=/var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target${LIBEXECDIR} -c -i     -lssl -lcrypto  ./mod_ca_disk.c;\
14-Oct-2024 22:56:01 apxs "-Wc,-O0 -g -Wall" -S LIBEXECDIR=/var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target${LIBEXECDIR} -c -i     -lssl -lcrypto  ./mod_ca_engine.c
14-Oct-2024 22:56:02 /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd  -I/usr/include/apr-1   -I/usr/include/apr-1  -O0 -g -Wall  -c -o ./mod_ca.lo ./mod_ca.c && touch ./mod_ca.slo
14-Oct-2024 22:56:02 In file included from /usr/include/sys/types.h:25,
14-Oct-2024 22:56:02                  from /usr/include/apr-1/apr-x86_64.h:164,
14-Oct-2024 22:56:02                  from /usr/include/apr-1/apr.h:19,
14-Oct-2024 22:56:02                  from /usr/include/httpd/ap_hooks.h:39,
14-Oct-2024 22:56:02                  from /usr/include/httpd/ap_config.h:25,
14-Oct-2024 22:56:02                  from /usr/include/httpd/httpd.h:44,
14-Oct-2024 22:56:02                  from ./mod_ca.c:22:
14-Oct-2024 22:56:02 /usr/include/features.h:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
14-Oct-2024 22:56:02 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
14-Oct-2024 22:56:02     ^~~~~~~
14-Oct-2024 22:56:02 /usr/lib64/apr-1/build/libtool --silent --mode=link gcc -Wl,-z,relro,-z,now   -o ./mod_ca.la  -lssl -lcrypto -rpath /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules -module -avoid-version    ./mod_ca.lo
14-Oct-2024 22:56:03 /usr/lib64/httpd/build/instdso.sh SH_LIBTOOL='/usr/lib64/apr-1/build/libtool' ./mod_ca.la /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules
14-Oct-2024 22:56:03 /usr/lib64/apr-1/build/libtool --mode=install install ./mod_ca.la /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/
14-Oct-2024 22:56:03 libtool: install: install ./.libs/mod_ca.so /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca.so
14-Oct-2024 22:56:03 libtool: install: install ./.libs/mod_ca.lai /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca.la
14-Oct-2024 22:56:03 libtool: install: install ./.libs/mod_ca.a /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca.a
14-Oct-2024 22:56:03 libtool: install: chmod 644 /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca.a
14-Oct-2024 22:56:03 libtool: install: ranlib /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca.a
14-Oct-2024 22:56:03 libtool: finish: PATH="/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin" ldconfig -n /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules
14-Oct-2024 22:56:03 ----------------------------------------------------------------------
14-Oct-2024 22:56:03 Libraries have been installed in:
14-Oct-2024 22:56:03    /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules
14-Oct-2024 22:56:03
14-Oct-2024 22:56:03 If you ever happen to want to link against installed libraries
14-Oct-2024 22:56:03 in a given directory, LIBDIR, you must either use libtool, and
14-Oct-2024 22:56:03 specify the full pathname of the library, or use the '-LLIBDIR'
14-Oct-2024 22:56:03 flag during linking and do at least one of the following:
14-Oct-2024 22:56:03    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
14-Oct-2024 22:56:03      during execution
14-Oct-2024 22:56:03    - add LIBDIR to the 'LD_RUN_PATH' environment variable
14-Oct-2024 22:56:03      during linking
14-Oct-2024 22:56:03    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
14-Oct-2024 22:56:03    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
14-Oct-2024 22:56:03
14-Oct-2024 22:56:03 See any operating system documentation about shared libraries for
14-Oct-2024 22:56:03 more information, such as the ld(1) and ld.so(8) manual pages.
14-Oct-2024 22:56:03 ----------------------------------------------------------------------
14-Oct-2024 22:56:03 chmod 755 /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca.so
14-Oct-2024 22:56:03 /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd  -I/usr/include/apr-1   -I/usr/include/apr-1  -O0 -g -Wall  -c -o ./mod_ca_simple.lo ./mod_ca_simple.c && touch ./mod_ca_simple.slo
14-Oct-2024 22:56:03 In file included from /usr/include/sys/types.h:25,
14-Oct-2024 22:56:03                  from /usr/include/apr-1/apr-x86_64.h:164,
14-Oct-2024 22:56:03                  from /usr/include/apr-1/apr.h:19,
14-Oct-2024 22:56:03                  from /usr/include/apr-1/apr_strings.h:48,
14-Oct-2024 22:56:03                  from ./mod_ca_simple.c:23:
14-Oct-2024 22:56:03 /usr/include/features.h:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
14-Oct-2024 22:56:03 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
14-Oct-2024 22:56:03     ^~~~~~~
14-Oct-2024 22:56:04 /usr/lib64/apr-1/build/libtool --silent --mode=link gcc -Wl,-z,relro,-z,now   -o ./mod_ca_simple.la  -lssl -lcrypto -rpath /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules -module -avoid-version    ./mod_ca_simple.lo
14-Oct-2024 22:56:05 /usr/lib64/httpd/build/instdso.sh SH_LIBTOOL='/usr/lib64/apr-1/build/libtool' ./mod_ca_simple.la /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules
14-Oct-2024 22:56:05 /usr/lib64/apr-1/build/libtool --mode=install install ./mod_ca_simple.la /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/
14-Oct-2024 22:56:05 libtool: install: install ./.libs/mod_ca_simple.so /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_simple.so
14-Oct-2024 22:56:05 libtool: install: install ./.libs/mod_ca_simple.lai /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_simple.la
14-Oct-2024 22:56:05 libtool: install: install ./.libs/mod_ca_simple.a /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_simple.a
14-Oct-2024 22:56:05 libtool: install: chmod 644 /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_simple.a
14-Oct-2024 22:56:05 libtool: install: ranlib /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_simple.a
14-Oct-2024 22:56:05 libtool: finish: PATH="/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin" ldconfig -n /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules
14-Oct-2024 22:56:05 ----------------------------------------------------------------------
14-Oct-2024 22:56:05 Libraries have been installed in:
14-Oct-2024 22:56:05    /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules
14-Oct-2024 22:56:05
14-Oct-2024 22:56:05 If you ever happen to want to link against installed libraries
14-Oct-2024 22:56:05 in a given directory, LIBDIR, you must either use libtool, and
14-Oct-2024 22:56:05 specify the full pathname of the library, or use the '-LLIBDIR'
14-Oct-2024 22:56:05 flag during linking and do at least one of the following:
14-Oct-2024 22:56:05    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
14-Oct-2024 22:56:05      during execution
14-Oct-2024 22:56:05    - add LIBDIR to the 'LD_RUN_PATH' environment variable
14-Oct-2024 22:56:05      during linking
14-Oct-2024 22:56:05    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
14-Oct-2024 22:56:05    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
14-Oct-2024 22:56:05
14-Oct-2024 22:56:05 See any operating system documentation about shared libraries for
14-Oct-2024 22:56:05 more information, such as the ld(1) and ld.so(8) manual pages.
14-Oct-2024 22:56:05 ----------------------------------------------------------------------
14-Oct-2024 22:56:05 chmod 755 /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_simple.so
14-Oct-2024 22:56:05 /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd  -I/usr/include/apr-1   -I/usr/include/apr-1  -O0 -g -Wall  -c -o ./mod_ca_ldap.lo ./mod_ca_ldap.c && touch ./mod_ca_ldap.slo
14-Oct-2024 22:56:05 In file included from /usr/include/sys/types.h:25,
14-Oct-2024 22:56:05                  from /usr/include/apr-1/apr-x86_64.h:164,
14-Oct-2024 22:56:05                  from /usr/include/apr-1/apr.h:19,
14-Oct-2024 22:56:05                  from /usr/include/apr-1/apr_strings.h:48,
14-Oct-2024 22:56:05                  from ./mod_ca_ldap.c:24:
14-Oct-2024 22:56:05 /usr/include/features.h:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
14-Oct-2024 22:56:05 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
14-Oct-2024 22:56:05     ^~~~~~~
14-Oct-2024 22:56:06 /usr/lib64/apr-1/build/libtool --silent --mode=link gcc -Wl,-z,relro,-z,now   -o ./mod_ca_ldap.la  -lssl -lcrypto -rpath /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules -module -avoid-version    ./mod_ca_ldap.lo
14-Oct-2024 22:56:07 /usr/lib64/httpd/build/instdso.sh SH_LIBTOOL='/usr/lib64/apr-1/build/libtool' ./mod_ca_ldap.la /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules
14-Oct-2024 22:56:07 /usr/lib64/apr-1/build/libtool --mode=install install ./mod_ca_ldap.la /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/
14-Oct-2024 22:56:07 libtool: install: install ./.libs/mod_ca_ldap.so /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_ldap.so
14-Oct-2024 22:56:07 libtool: install: install ./.libs/mod_ca_ldap.lai /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_ldap.la
14-Oct-2024 22:56:07 libtool: install: install ./.libs/mod_ca_ldap.a /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_ldap.a
14-Oct-2024 22:56:07 libtool: install: chmod 644 /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_ldap.a
14-Oct-2024 22:56:07 libtool: install: ranlib /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_ldap.a
14-Oct-2024 22:56:07 libtool: finish: PATH="/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin" ldconfig -n /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules
14-Oct-2024 22:56:07 ----------------------------------------------------------------------
14-Oct-2024 22:56:07 Libraries have been installed in:
14-Oct-2024 22:56:07    /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules
14-Oct-2024 22:56:07
14-Oct-2024 22:56:07 If you ever happen to want to link against installed libraries
14-Oct-2024 22:56:07 in a given directory, LIBDIR, you must either use libtool, and
14-Oct-2024 22:56:07 specify the full pathname of the library, or use the '-LLIBDIR'
14-Oct-2024 22:56:07 flag during linking and do at least one of the following:
14-Oct-2024 22:56:07    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
14-Oct-2024 22:56:07      during execution
14-Oct-2024 22:56:07    - add LIBDIR to the 'LD_RUN_PATH' environment variable
14-Oct-2024 22:56:07      during linking
14-Oct-2024 22:56:07    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
14-Oct-2024 22:56:07    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
14-Oct-2024 22:56:07
14-Oct-2024 22:56:07 See any operating system documentation about shared libraries for
14-Oct-2024 22:56:07 more information, such as the ld(1) and ld.so(8) manual pages.
14-Oct-2024 22:56:07 ----------------------------------------------------------------------
14-Oct-2024 22:56:07 chmod 755 /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_ldap.so
14-Oct-2024 22:56:07 /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd  -I/usr/include/apr-1   -I/usr/include/apr-1  -O0 -g -Wall  -c -o ./mod_ca_crl.lo ./mod_ca_crl.c && touch ./mod_ca_crl.slo
14-Oct-2024 22:56:07 In file included from /usr/include/sys/types.h:25,
14-Oct-2024 22:56:07                  from /usr/include/apr-1/apr-x86_64.h:164,
14-Oct-2024 22:56:07                  from /usr/include/apr-1/apr.h:19,
14-Oct-2024 22:56:07                  from /usr/include/apr-1/apr_strings.h:48,
14-Oct-2024 22:56:07                  from ./mod_ca_crl.c:23:
14-Oct-2024 22:56:07 /usr/include/features.h:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
14-Oct-2024 22:56:07 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
14-Oct-2024 22:56:07     ^~~~~~~
14-Oct-2024 22:56:08 /usr/lib64/apr-1/build/libtool --silent --mode=link gcc -Wl,-z,relro,-z,now   -o ./mod_ca_crl.la  -lssl -lcrypto -rpath /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules -module -avoid-version    ./mod_ca_crl.lo
14-Oct-2024 22:56:09 /usr/lib64/httpd/build/instdso.sh SH_LIBTOOL='/usr/lib64/apr-1/build/libtool' ./mod_ca_crl.la /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules
14-Oct-2024 22:56:09 /usr/lib64/apr-1/build/libtool --mode=install install ./mod_ca_crl.la /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/
14-Oct-2024 22:56:09 libtool: install: install ./.libs/mod_ca_crl.so /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_crl.so
14-Oct-2024 22:56:09 libtool: install: install ./.libs/mod_ca_crl.lai /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_crl.la
14-Oct-2024 22:56:09 libtool: install: install ./.libs/mod_ca_crl.a /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_crl.a
14-Oct-2024 22:56:09 libtool: install: chmod 644 /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_crl.a
14-Oct-2024 22:56:09 libtool: install: ranlib /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_crl.a
14-Oct-2024 22:56:09 libtool: finish: PATH="/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin" ldconfig -n /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules
14-Oct-2024 22:56:09 ----------------------------------------------------------------------
14-Oct-2024 22:56:09 Libraries have been installed in:
14-Oct-2024 22:56:09    /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules
14-Oct-2024 22:56:09
14-Oct-2024 22:56:09 If you ever happen to want to link against installed libraries
14-Oct-2024 22:56:09 in a given directory, LIBDIR, you must either use libtool, and
14-Oct-2024 22:56:09 specify the full pathname of the library, or use the '-LLIBDIR'
14-Oct-2024 22:56:09 flag during linking and do at least one of the following:
14-Oct-2024 22:56:09    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
14-Oct-2024 22:56:09      during execution
14-Oct-2024 22:56:09    - add LIBDIR to the 'LD_RUN_PATH' environment variable
14-Oct-2024 22:56:09      during linking
14-Oct-2024 22:56:09    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
14-Oct-2024 22:56:09    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
14-Oct-2024 22:56:09
14-Oct-2024 22:56:09 See any operating system documentation about shared libraries for
14-Oct-2024 22:56:09 more information, such as the ld(1) and ld.so(8) manual pages.
14-Oct-2024 22:56:09 ----------------------------------------------------------------------
14-Oct-2024 22:56:09 chmod 755 /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_crl.so
14-Oct-2024 22:56:09 /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd  -I/usr/include/apr-1   -I/usr/include/apr-1  -O0 -g -Wall  -c -o ./mod_ca_disk.lo ./mod_ca_disk.c && touch ./mod_ca_disk.slo
14-Oct-2024 22:56:09 In file included from /usr/include/sys/types.h:25,
14-Oct-2024 22:56:09                  from /usr/include/apr-1/apr-x86_64.h:164,
14-Oct-2024 22:56:09                  from /usr/include/apr-1/apr.h:19,
14-Oct-2024 22:56:09                  from /usr/include/apr-1/apr_strings.h:48,
14-Oct-2024 22:56:09                  from ./mod_ca_disk.c:23:
14-Oct-2024 22:56:09 /usr/include/features.h:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
14-Oct-2024 22:56:09 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
14-Oct-2024 22:56:09     ^~~~~~~
14-Oct-2024 22:56:10 /usr/lib64/apr-1/build/libtool --silent --mode=link gcc -Wl,-z,relro,-z,now   -o ./mod_ca_disk.la  -lssl -lcrypto -rpath /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules -module -avoid-version    ./mod_ca_disk.lo
14-Oct-2024 22:56:11 /usr/lib64/httpd/build/instdso.sh SH_LIBTOOL='/usr/lib64/apr-1/build/libtool' ./mod_ca_disk.la /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules
14-Oct-2024 22:56:11 /usr/lib64/apr-1/build/libtool --mode=install install ./mod_ca_disk.la /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/
14-Oct-2024 22:56:11 libtool: install: install ./.libs/mod_ca_disk.so /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_disk.so
14-Oct-2024 22:56:11 libtool: install: install ./.libs/mod_ca_disk.lai /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_disk.la
14-Oct-2024 22:56:11 libtool: install: install ./.libs/mod_ca_disk.a /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_disk.a
14-Oct-2024 22:56:11 libtool: install: chmod 644 /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_disk.a
14-Oct-2024 22:56:11 libtool: install: ranlib /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_disk.a
14-Oct-2024 22:56:11 libtool: finish: PATH="/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin" ldconfig -n /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules
14-Oct-2024 22:56:11 ----------------------------------------------------------------------
14-Oct-2024 22:56:11 Libraries have been installed in:
14-Oct-2024 22:56:11    /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules
14-Oct-2024 22:56:11
14-Oct-2024 22:56:11 If you ever happen to want to link against installed libraries
14-Oct-2024 22:56:11 in a given directory, LIBDIR, you must either use libtool, and
14-Oct-2024 22:56:11 specify the full pathname of the library, or use the '-LLIBDIR'
14-Oct-2024 22:56:11 flag during linking and do at least one of the following:
14-Oct-2024 22:56:11    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
14-Oct-2024 22:56:11      during execution
14-Oct-2024 22:56:11    - add LIBDIR to the 'LD_RUN_PATH' environment variable
14-Oct-2024 22:56:11      during linking
14-Oct-2024 22:56:11    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
14-Oct-2024 22:56:11    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
14-Oct-2024 22:56:11
14-Oct-2024 22:56:11 See any operating system documentation about shared libraries for
14-Oct-2024 22:56:11 more information, such as the ld(1) and ld.so(8) manual pages.
14-Oct-2024 22:56:11 ----------------------------------------------------------------------
14-Oct-2024 22:56:11 chmod 755 /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_disk.so
14-Oct-2024 22:56:11 /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd  -I/usr/include/apr-1   -I/usr/include/apr-1  -O0 -g -Wall  -c -o ./mod_ca_engine.lo ./mod_ca_engine.c && touch ./mod_ca_engine.slo
14-Oct-2024 22:56:11 In file included from /usr/include/sys/types.h:25,
14-Oct-2024 22:56:11                  from /usr/include/apr-1/apr-x86_64.h:164,
14-Oct-2024 22:56:11                  from /usr/include/apr-1/apr.h:19,
14-Oct-2024 22:56:11                  from /usr/include/apr-1/apr_strings.h:48,
14-Oct-2024 22:56:11                  from ./mod_ca_engine.c:24:
14-Oct-2024 22:56:11 /usr/include/features.h:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
14-Oct-2024 22:56:11 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
14-Oct-2024 22:56:11     ^~~~~~~
14-Oct-2024 22:56:12 /usr/lib64/apr-1/build/libtool --silent --mode=link gcc -Wl,-z,relro,-z,now   -o ./mod_ca_engine.la  -lssl -lcrypto -rpath /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules -module -avoid-version    ./mod_ca_engine.lo
14-Oct-2024 22:56:13 /usr/lib64/httpd/build/instdso.sh SH_LIBTOOL='/usr/lib64/apr-1/build/libtool' ./mod_ca_engine.la /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules
14-Oct-2024 22:56:13 /usr/lib64/apr-1/build/libtool --mode=install install ./mod_ca_engine.la /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/
14-Oct-2024 22:56:13 libtool: install: install ./.libs/mod_ca_engine.so /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_engine.so
14-Oct-2024 22:56:13 libtool: install: install ./.libs/mod_ca_engine.lai /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_engine.la
14-Oct-2024 22:56:13 libtool: install: install ./.libs/mod_ca_engine.a /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_engine.a
14-Oct-2024 22:56:13 libtool: install: chmod 644 /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_engine.a
14-Oct-2024 22:56:13 libtool: install: ranlib /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_engine.a
14-Oct-2024 22:56:13 libtool: finish: PATH="/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin" ldconfig -n /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules
14-Oct-2024 22:56:13 ----------------------------------------------------------------------
14-Oct-2024 22:56:13 Libraries have been installed in:
14-Oct-2024 22:56:13    /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules
14-Oct-2024 22:56:13
14-Oct-2024 22:56:13 If you ever happen to want to link against installed libraries
14-Oct-2024 22:56:13 in a given directory, LIBDIR, you must either use libtool, and
14-Oct-2024 22:56:13 specify the full pathname of the library, or use the '-LLIBDIR'
14-Oct-2024 22:56:13 flag during linking and do at least one of the following:
14-Oct-2024 22:56:13    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
14-Oct-2024 22:56:13      during execution
14-Oct-2024 22:56:13    - add LIBDIR to the 'LD_RUN_PATH' environment variable
14-Oct-2024 22:56:13      during linking
14-Oct-2024 22:56:13    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
14-Oct-2024 22:56:13    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
14-Oct-2024 22:56:13
14-Oct-2024 22:56:13 See any operating system documentation about shared libraries for
14-Oct-2024 22:56:13 more information, such as the ld(1) and ld.so(8) manual pages.
14-Oct-2024 22:56:13 ----------------------------------------------------------------------
14-Oct-2024 22:56:13 chmod 755 /var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/target/usr/lib64/httpd/modules/mod_ca_engine.so
14-Oct-2024 22:56:13 make[1]: Nothing to be done for 'install-data-am'.
14-Oct-2024 22:56:13 make[1]: Leaving directory '/var/lib/atlassian-bamboo-agent/home/xml-data/build-dir/RS-MODCA-JOB3/mod_ca'
14-Oct-2024 22:56:13 Finished task 'make install' with result: Success
14-Oct-2024 22:56:13 Running post build plugin 'Docker Container Cleanup'
14-Oct-2024 22:56:13 Running post build plugin 'NCover Results Collector'
14-Oct-2024 22:56:13 Running post build plugin 'Clover Results Collector'
14-Oct-2024 22:56:13 Running post build plugin 'npm Cache Cleanup'
14-Oct-2024 22:56:13 Running post build plugin 'Artifact Copier'
14-Oct-2024 22:56:13 Finalising the build...
14-Oct-2024 22:56:13 Stopping timer.
14-Oct-2024 22:56:13 Build RS-MODCA-JOB3-111 completed.
14-Oct-2024 22:56:14 Running on server: post build plugin 'NCover Results Collector'
14-Oct-2024 22:56:14 Running on server: post build plugin 'Build Hanging Detection Configuration'
14-Oct-2024 22:56:14 Running on server: post build plugin 'Clover Delta Calculator'
14-Oct-2024 22:56:14 Running on server: post build plugin 'Maven Dependencies Postprocessor'
14-Oct-2024 22:56:14 All post build plugins have finished
14-Oct-2024 22:56:14 Generating build results summary...
14-Oct-2024 22:56:14 Saving build results to disk...
14-Oct-2024 22:56:14 Store variable context...
14-Oct-2024 22:56:14 Indexing build results...
14-Oct-2024 22:56:14 Finished building RS-MODCA-JOB3-111.