******************************************************************************** conan install tz/2023c@#4ea67c9a7b9981f6d06be6223ba8d9cf --build=tz -pr /home/conan/w/prod/BuildSingleReference/237680/8f728cfb-7b13-4266-8935-c58c19d48826/profile_linux_5_libstdcpp11_gcc_release_64..txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 5.4 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/prod/BuildSingleReference/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=5 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=5 os=Linux [options] [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True tz/2023c: Forced build from source mawk/1.3.4-20230404: Not found in local cache, looking in remotes... mawk/1.3.4-20230404: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz mawk/1.3.4-20230404: Downloaded recipe revision 218f3c15cb40468cb5cd91c70ae3851b Installing package: tz/2023c Requirements tz/2023c from local cache - Cache Packages tz/2023c:24647d9fe8ec489125dfbae4b3ebefaf7581674c - Build Build requirements mawk/1.3.4-20230404 from 'conan-center' - Downloaded Build requirements packages mawk/1.3.4-20230404:4db1be536558d833e52e862fd84d64d75c2b3656 - Download Installing (downloading, building) binaries... mawk/1.3.4-20230404: Retrieving package 4db1be536558d833e52e862fd84d64d75c2b3656 from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz mawk/1.3.4-20230404: Package installed 4db1be536558d833e52e862fd84d64d75c2b3656 mawk/1.3.4-20230404: Downloaded package revision f176b9f9b95f0964e35742a85c235903 tz/2023c: Applying build-requirement: mawk/1.3.4-20230404 [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK tz/2023c: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/tz/2023c/_/_/source/src tz/2023c: [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK tz/2023c: Copying sources to build folder tz/2023c: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/tz/2023c/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c tz/2023c: Generator txt created conanbuildinfo.txt tz/2023c: Calling generate() tz/2023c: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK tz/2023c: Calling build() ----Running------ > . "/home/conan/w/prod/BuildSingleReference/.conan/data/tz/2023c/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release/conan/conanbuild.sh" && make -C /home/conan/w/prod/BuildSingleReference/.conan/data/tz/2023c/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src -j3 ----------------- make: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/tz/2023c/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src' { (type git) >/dev/null 2>&1 && \ V=`git describe --match '[0-9][0-9][0-9][0-9][a-z]*' \ --abbrev=7 --dirty` || \ if test 'unknown' = unknown && V=`cat version`; then \ case $V in *-dirty);; *) V=$V-dirty;; esac; \ else \ V='unknown'; \ fi; } && \ printf '%s\n' "$V" >version.out cc -DTZDIR='"/usr/share/zoneinfo"' -DNDEBUG -c -o localtime.o localtime.c cc -DTZDIR='"/usr/share/zoneinfo"' -DNDEBUG -c -o asctime.o asctime.c mv version.out version cc -DTZDIR='"/usr/share/zoneinfo"' -DNDEBUG -c -o strftime.o strftime.c cc -DTZDIR='"/usr/share/zoneinfo"' -DNDEBUG -c -o difftime.o difftime.c awk -v EXPIRES_LINE=0 \ -f leapseconds.awk leap-seconds.list >leapseconds.out mv leapseconds.out leapseconds awk \ -v DATAFORM=`expr main.zi : '\(.*\).zi'` \ -v PACKRATDATA='' \ -v PACKRATLIST='' \ -f ziguard.awk \ africa antarctica asia australasia europe northamerica southamerica etcetera factory backward >main.zi.out awk \ -v DATAFORM=`expr vanguard.zi : '\(.*\).zi'` \ -v PACKRATDATA='' \ -v PACKRATLIST='' \ -f ziguard.awk \ africa antarctica asia australasia europe northamerica southamerica etcetera factory backward >vanguard.zi.out Makefile:640: recipe for target 'main.zi' failed Makefile:640: recipe for target 'vanguard.zi' failed make: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/tz/2023c/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src' tz/2023c: fatal: not a git repository (or any parent up to mount point /home) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). cat: version: No such file or directory *** Error in `awk': malloc(): memory corruption: 0x000000000254c5a0 *** ======= Backtrace: ========= /lib/x86_64-linux-gnu/libc.so.6(+0x777f5)[0x7f5c20c1a7f5] /lib/x86_64-linux-gnu/libc.so.6(+0x8215e)[0x7f5c20c2515e] /lib/x86_64-linux-gnu/libc.so.6(__libc_malloc+0x54)[0x7f5c20c271d4] awk[0x40ff0f] awk[0x405dff] awk[0x40e1e0] awk[0x406b6e] awk[0x40185d] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7f5c20bc3840] awk[0x40188d] ======= Memory map: ======== 00400000-0041b000 r-xp 00000000 08:01 267476 /usr/bin/mawk 0061a000-0061b000 r--p 0001a000 08:01 267476 /usr/bin/mawk 0061b000-0061d000 rw-p 0001b000 08:01 267476 /usr/bin/mawk 0061d000-00621000 rw-p 00000000 00:00 0 02524000-02566000 rw-p 00000000 00:00 0 [heap] 7f5c1c000000-7f5c1c021000 rw-p 00000000 00:00 0 7f5c1c021000-7f5c20000000 ---p 00000000 00:00 0 7f5c2098d000-7f5c209a3000 r-xp 00000000 08:01 267124 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f5c209a3000-7f5c20ba2000 ---p 00016000 08:01 267124 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f5c20ba2000-7f5c20ba3000 rw-p 00015000 08:01 267124 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f5c20ba3000-7f5c20d63000 r-xp 00000000 08:01 267103 /lib/x86_64-linux-gnu/libc-2.23.so 7f5c20d63000-7f5c20f63000 ---p 001c0000 08:01 267103 /lib/x86_64-linux-gnu/libc-2.23.so 7f5c20f63000-7f5c20f67000 r--p 001c0000 08:01 267103 /lib/x86_64-linux-gnu/libc-2.23.so 7f5c20f67000-7f5c20f69000 rw-p 001c4000 08:01 267103 /lib/x86_64-linux-gnu/libc-2.23.so 7f5c20f69000-7f5c20f6d000 rw-p 00000000 00:00 0 7f5c20f6d000-7f5c21075000 r-xp 00000000 08:01 267135 /lib/x86_64-linux-gnu/libm-2.23.so 7f5c21075000-7f5c21274000 ---p 00108000 08:01 267135 /lib/x86_64-linux-gnu/libm-2.23.so 7f5c21274000-7f5c21275000 r--p 00107000 08:01 267135 /lib/x86_64-linux-gnu/libm-2.23.so 7f5c21275000-7f5c21276000 rw-p 00108000 08:01 267135 /lib/x86_64-linux-gnu/libm-2.23.so 7f5c21276000-7f5c2129c000 r-xp 00000000 08:01 267083 /lib/x86_64-linux-gnu/ld-2.23.so 7f5c21490000-7f5c21494000 rw-p 00000000 00:00 0 7f5c2149a000-7f5c2149b000 rw-p 00000000 00:00 0 7f5c2149b000-7f5c2149c000 r--p 00025000 08:01 267083 /lib/x86_64-linux-gnu/ld-2.23.so 7f5c2149c000-7f5c2149d000 rw-p 00026000 08:01 267083 /lib/x86_64-linux-gnu/ld-2.23.so 7f5c2149d000-7f5c2149e000 rw-p 00000000 00:00 0 7ffc60e4d000-7ffc60e6f000 rw-p 00000000 00:00 0 [stack] 7ffc60f71000-7ffc60f75000 r--p 00000000 00:00 0 [vvar] 7ffc60f75000-7ffc60f77000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall] Aborted make: *** [main.zi] Error 134 make: *** Waiting for unfinished jobs.... *** Error in `awk': malloc(): memory corruption: 0x0000000000ea7668 *** ======= Backtrace: ========= /lib/x86_64-linux-gnu/libc.so.6(+0x777f5)[0x7f1d803b07f5] /lib/x86_64-linux-gnu/libc.so.6(+0x8215e)[0x7f1d803bb15e] /lib/x86_64-linux-gnu/libc.so.6(__libc_malloc+0x54)[0x7f1d803bd1d4] awk[0x40ff0f] awk[0x40d374] awk[0x40d535] awk[0x40d666] awk[0x407335] awk[0x40185d] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7f1d80359840] awk[0x40188d] ======= Memory map: ======== 00400000-0041b000 r-xp 00000000 08:01 267476 /usr/bin/mawk 0061a000-0061b000 r--p 0001a000 08:01 267476 /usr/bin/mawk 0061b000-0061d000 rw-p 0001b000 08:01 267476 /usr/bin/mawk 0061d000-00621000 rw-p 00000000 00:00 0 00e7e000-00ec0000 rw-p 00000000 00:00 0 [heap] 7f1d7c000000-7f1d7c021000 rw-p 00000000 00:00 0 7f1d7c021000-7f1d80000000 ---p 00000000 00:00 0 7f1d80123000-7f1d80139000 r-xp 00000000 08:01 267124 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f1d80139000-7f1d80338000 ---p 00016000 08:01 267124 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f1d80338000-7f1d80339000 rw-p 00015000 08:01 267124 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f1d80339000-7f1d804f9000 r-xp 00000000 08:01 267103 /lib/x86_64-linux-gnu/libc-2.23.so 7f1d804f9000-7f1d806f9000 ---p 001c0000 08:01 267103 /lib/x86_64-linux-gnu/libc-2.23.so 7f1d806f9000-7f1d806fd000 r--p 001c0000 08:01 267103 /lib/x86_64-linux-gnu/libc-2.23.so 7f1d806fd000-7f1d806ff000 rw-p 001c4000 08:01 267103 /lib/x86_64-linux-gnu/libc-2.23.so 7f1d806ff000-7f1d80703000 rw-p 00000000 00:00 0 7f1d80703000-7f1d8080b000 r-xp 00000000 08:01 267135 /lib/x86_64-linux-gnu/libm-2.23.so 7f1d8080b000-7f1d80a0a000 ---p 00108000 08:01 267135 /lib/x86_64-linux-gnu/libm-2.23.so 7f1d80a0a000-7f1d80a0b000 r--p 00107000 08:01 267135 /lib/x86_64-linux-gnu/libm-2.23.so 7f1d80a0b000-7f1d80a0c000 rw-p 00108000 08:01 267135 /lib/x86_64-linux-gnu/libm-2.23.so 7f1d80a0c000-7f1d80a32000 r-xp 00000000 08:01 267083 /lib/x86_64-linux-gnu/ld-2.23.so 7f1d80c26000-7f1d80c2a000 rw-p 00000000 00:00 0 7f1d80c30000-7f1d80c31000 rw-p 00000000 00:00 0 7f1d80c31000-7f1d80c32000 r--p 00025000 08:01 267083 /lib/x86_64-linux-gnu/ld-2.23.so 7f1d80c32000-7f1d80c33000 rw-p 00026000 08:01 267083 /lib/x86_64-linux-gnu/ld-2.23.so 7f1d80c33000-7f1d80c34000 rw-p 00000000 00:00 0 7fff3df1d000-7fff3df3f000 rw-p 00000000 00:00 0 [stack] 7fff3dfc9000-7fff3dfcd000 r--p 00000000 00:00 0 [vvar] 7fff3dfcd000-7fff3dfcf000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall] Aborted make: *** [vanguard.zi] Error 134 tz/2023c: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior tz/2023c: ERROR: Package '24647d9fe8ec489125dfbae4b3ebefaf7581674c' build failed tz/2023c: WARN: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/tz/2023c/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/build-release ERROR: tz/2023c: Error in build() method, line 34 autotools.make(args=["-C", self.source_folder]) ConanException: Error 2 while executing make -C /home/conan/w/prod/BuildSingleReference/.conan/data/tz/2023c/_/_/build/24647d9fe8ec489125dfbae4b3ebefaf7581674c/src -j3