DEBUG: Executing python function extend_recipe_sysroot
NOTE: Direct dependencies are ['TOPDIR/sources/meta-clang/recipes-devtools/clang/clang-cross_git.bb:do_populate_sysroot', 'TOPDIR/sources/meta-clang/recipes-devtools/clang/compiler-rt_git.bb:do_populate_sysroot', 'TOPDIR/sources/meta-clang/recipes-devtools/clang/libcxx_git.bb:do_populate_sysroot', 'TOPDIR/sources/poky/meta/recipes-core/glibc/glibc_2.36.bb:do_populate_sysroot', 'TOPDIR/sources/poky/meta/recipes-devtools/cmake/cmake-native_3.24.2.bb:do_populate_sysroot', 'TOPDIR/sources/poky/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_populate_sysroot', 'TOPDIR/sources/poky/meta/recipes-support/curl/curl_7.86.0.bb:do_populate_sysroot', 'TOPDIR/sources/poky/meta/recipes-support/sqlite/sqlite3_3.39.4.bb:do_populate_sysroot', 'virtual:native:TOPDIR/sources/poky/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_populate_sysroot', 'virtual:native:TOPDIR/sources/poky/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot', 'virtual:native:TOPDIR/sources/poky/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot', 'virtual:native:TOPDIR/sources/poky/meta/recipes-support/sqlite/sqlite3_3.39.4.bb:do_populate_sysroot']
NOTE: Installed into sysroot: []
NOTE: Skipping as already exists in sysroot: ['clang-cross-arm', 'compiler-rt', 'libcxx', 'glibc', 'cmake-native', 'quilt-native', 'curl', 'sqlite3', 'ninja-native', 'patch-native', 'pseudo-native', 'sqlite3-native', 'linux-libc-headers', 'attr-native', 'libtool-native', 'gcc-runtime', 'libgcc', 'zstd-native', 'curl-native', 'xz-native', 'zlib-native', 'ncurses-native', 'bzip2-native', 'binutils-cross-arm', 'clang-native', 're2c-native', 'opkg-utils', 'brotli', 'openssl', 'zlib', 'gettext-minimal-native', 'texinfo-dummy-native', 'openssl-native', 'flex-native', 'gnu-config-native', 'swig-native', 'libxml2-native', 'libffi-native', 'libedit-native', 'python3-native', 'binutils-native', 'perl-native', 'm4-native', 'libpcre-native', 'readline-native', 'util-linux-libuuid-native', 'libtirpc-native', 'gdbm-native', 'libnsl2-native', 'elfutils-native', 'make-native', 'libmicrohttpd-native', 'libarchive-native', 'gnutls-native', 'libgcrypt-native', 'libidn2-native', 'libunistring-native', 'gmp-native', 'nettle-native', 'libgpg-error-native', 'libcap-native']
DEBUG: Python function extend_recipe_sysroot finished
DEBUG: Executing shell function do_configure
-- The C compiler identification is Clang 15.0.4
-- The CXX compiler identification is Clang 15.0.4
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/recipe-sysroot-native/usr/bin/arm-yoe-linux-gnueabi/arm-yoe-linux-gnueabi-clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/recipe-sysroot-native/usr/bin/arm-yoe-linux-gnueabi/arm-yoe-linux-gnueabi-clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Requiring C++11
-- Requiring C++11 - done
-- Requiring C99
-- Requiring C99 - done
-- Configuring PROJ:
-- PROJ_VERSION                   = 9.1.0
-- Looking for localeconv
-- Looking for localeconv - found
-- Looking for strerror
-- Looking for strerror - found
-- Looking for dladdr in dl
-- Looking for dladdr in dl - found
-- Looking for exp in m
-- Looking for exp in m - found
-- nlohmann/json: internal
-- Found Sqlite3: TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/recipe-sysroot/usr/lib/libsqlite3.so
-- Sqlite3 version: 3.39.4
CMake Warning at CMakeLists.txt:206 (message):
  TIFF support is not enabled and will result in the inability to read some
  grids


-- Found CURL: TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/recipe-sysroot/usr/lib/libcurl.so (found version "7.86.0")  
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Performing Test HAVE_PTHREAD_MUTEX_RECURSIVE_DEFN
-- Performing Test HAVE_PTHREAD_MUTEX_RECURSIVE_DEFN - Failed
-- Configuring proj library:
-- ENABLE_IPO                     = OFF
-- PROJ_CORE_TARGET_OUTPUT_NAME   = proj
-- BUILD_SHARED_LIBS              = ON
-- PROJ_LIBRARIES                 = proj
-- Checking if network is available...
CMake Warning at test/CMakeLists.txt:33 (message):
  ...  no.  Skipping network dependent tests.


-- Could NOT find GTest (missing: GTEST_LIBRARY GTEST_INCLUDE_DIR GTEST_MAIN_LIBRARY) (Required is at least version "1.8.1")
-- Using internal GTest
CMake Warning (dev) at TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/recipe-sysroot-native/usr/share/cmake-3.24/Modules/ExternalProject.cmake:3074 (message):
  The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
  not set.  The policy's OLD behavior will be used.  When using a URL
  download, the timestamps of extracted files should preferably be that of
  the time of extraction, otherwise code that depends on the extracted
  contents might not be rebuilt if the URL changes.  The OLD behavior
  preserves the timestamps from the archive instead, but this is usually not
  what you want.  Update your project to the NEW behavior or specify the
  DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
  robustness issue.
Call Stack (most recent call first):
  TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/recipe-sysroot-native/usr/share/cmake-3.24/Modules/ExternalProject.cmake:4170 (_ep_add_download_command)
  CMakeLists.txt:7 (ExternalProject_Add)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring done
-- Generating done
-- Build files have been written to: TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/build/googletest-download
[1/9] Creating directories for 'googletest'
[2/9] Performing download step (download, verify and extract) for 'googletest'
FAILED: googletest-prefix/src/googletest-stamp/googletest-download TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/build/googletest-download/googletest-prefix/src/googletest-stamp/googletest-download 
cd TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/build && TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/recipe-sysroot-native/usr/bin/cmake -P TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/build/googletest-download/googletest-prefix/src/googletest-stamp/download-googletest.cmake && TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/recipe-sysroot-native/usr/bin/cmake -P TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/build/googletest-download/googletest-prefix/src/googletest-stamp/verify-googletest.cmake && TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/recipe-sysroot-native/usr/bin/cmake -P TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/build/googletest-download/googletest-prefix/src/googletest-stamp/extract-googletest.cmake && TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/recipe-sysroot-native/usr/bin/cmake -E touch TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/build/googletest-download/googletest-prefix/src/googletest-stamp/googletest-download
-- Downloading...
   dst='TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/build/googletest-download/googletest-prefix/src/release-1.11.0.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://github.com/google/googletest/archive/release-1.11.0.zip'
-- Retrying...
-- Using src='https://github.com/google/googletest/archive/release-1.11.0.zip'
-- Retry after 5 seconds (attempt #2) ...
-- Using src='https://github.com/google/googletest/archive/release-1.11.0.zip'
-- Retry after 5 seconds (attempt #3) ...
-- Using src='https://github.com/google/googletest/archive/release-1.11.0.zip'
-- Retry after 15 seconds (attempt #4) ...
-- Using src='https://github.com/google/googletest/archive/release-1.11.0.zip'
-- Retry after 60 seconds (attempt #5) ...
-- Using src='https://github.com/google/googletest/archive/release-1.11.0.zip'
CMake Error at googletest-download/googletest-prefix/src/googletest-stamp/download-googletest.cmake:170 (message):
  Each download failed!

    error: downloading 'https://github.com/google/googletest/archive/release-1.11.0.zip' failed
          status_code: 6
          status_string: "Couldn't resolve host name"
          log:
          --- LOG BEGIN ---
          STATE: INIT => CONNECT handle 0x5639996904e0; line 1879 (connection #-5000)

  Added connection 0.  The cache now contains 1 members

  STATE: CONNECT => RESOLVING handle 0x5639996904e0; line 1925 (connection
  #0)

  Could not resolve host: github.com

  The cache now contains 0 members

  Closing connection 0

  Expire cleared (transfer 0x5639996904e0)

  

          --- LOG END ---
          error: downloading 'https://github.com/google/googletest/archive/release-1.11.0.zip' failed
          status_code: 6
          status_string: "Couldn't resolve host name"
          log:
          --- LOG BEGIN ---
          STATE: INIT => CONNECT handle 0x563999693680; line 1879 (connection #-5000)

  Added connection 0.  The cache now contains 1 members

  STATE: CONNECT => RESOLVING handle 0x563999693680; line 1925 (connection
  #0)

  Could not resolve host: github.com

  The cache now contains 0 members

  Closing connection 0

  Expire cleared (transfer 0x563999693680)

  

          --- LOG END ---
          error: downloading 'https://github.com/google/googletest/archive/release-1.11.0.zip' failed
          status_code: 6
          status_string: "Couldn't resolve host name"
          log:
          --- LOG BEGIN ---
          STATE: INIT => CONNECT handle 0x563999695690; line 1879 (connection #-5000)

  Added connection 0.  The cache now contains 1 members

  STATE: CONNECT => RESOLVING handle 0x563999695690; line 1925 (connection
  #0)

  Could not resolve host: github.com

  The cache now contains 0 members

  Closing connection 0

  Expire cleared (transfer 0x563999695690)

  

          --- LOG END ---
          error: downloading 'https://github.com/google/googletest/archive/release-1.11.0.zip' failed
          status_code: 6
          status_string: "Couldn't resolve host name"
          log:
          --- LOG BEGIN ---
          STATE: INIT => CONNECT handle 0x563999696450; line 1879 (connection #-5000)

  Added connection 0.  The cache now contains 1 members

  STATE: CONNECT => RESOLVING handle 0x563999696450; line 1925 (connection
  #0)

  Could not resolve host: github.com

  The cache now contains 0 members

  Closing connection 0

  Expire cleared (transfer 0x563999696450)

  

          --- LOG END ---
          error: downloading 'https://github.com/google/googletest/archive/release-1.11.0.zip' failed
          status_code: 6
          status_string: "Couldn't resolve host name"
          log:
          --- LOG BEGIN ---
          STATE: INIT => CONNECT handle 0x563999693680; line 1879 (connection #-5000)

  Added connection 0.  The cache now contains 1 members

  STATE: CONNECT => RESOLVING handle 0x563999693680; line 1925 (connection
  #0)

  Could not resolve host: github.com

  The cache now contains 0 members

  Closing connection 0

  Expire cleared (transfer 0x563999693680)

  

          --- LOG END ---
          error: downloading 'https://github.com/google/googletest/archive/release-1.11.0.zip' failed
          status_code: 6
          status_string: "Couldn't resolve host name"
          log:
          --- LOG BEGIN ---
          STATE: INIT => CONNECT handle 0x563999698690; line 1879 (connection #-5000)

  Added connection 0.  The cache now contains 1 members

  STATE: CONNECT => RESOLVING handle 0x563999698690; line 1925 (connection
  #0)

  Could not resolve host: github.com

  The cache now contains 0 members

  Closing connection 0

  Expire cleared (transfer 0x563999698690)

  

          --- LOG END ---
          
    


ninja: build stopped: subcommand failed.
CMake Error at test/unit/CMakeLists.txt:48 (message):
  Build step for googletest failed: 1


-- Configuring incomplete, errors occurred!
See also "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/build/CMakeFiles/CMakeOutput.log".
See also "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/build/CMakeFiles/CMakeError.log".
WARNING: TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/temp/run.do_configure.20349:162 exit 1 from 'cmake -G 'Ninja' -DCMAKE_MAKE_PROGRAM=ninja $oecmake_sitefile TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/proj-9.1.0 -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_BINDIR:PATH=bin -DCMAKE_INSTALL_SBINDIR:PATH=sbin -DCMAKE_INSTALL_LIBEXECDIR:PATH=libexec -DCMAKE_INSTALL_SYSCONFDIR:PATH=/etc -DCMAKE_INSTALL_SHAREDSTATEDIR:PATH=../com -DCMAKE_INSTALL_LOCALSTATEDIR:PATH=/var -DCMAKE_INSTALL_LIBDIR:PATH=lib -DCMAKE_INSTALL_INCLUDEDIR:PATH=include -DCMAKE_INSTALL_DATAROOTDIR:PATH=share -DPYTHON_EXECUTABLE:PATH=/usr/bin/python3 -DPython_EXECUTABLE:PATH=/usr/bin/python3 -DPython3_EXECUTABLE:PATH=/usr/bin/python3 -DLIB_SUFFIX= -DCMAKE_INSTALL_SO_NO_EXE=0 -DCMAKE_TOOLCHAIN_FILE=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/toolchain.cmake -DCMAKE_NO_SYSTEM_FROM_IMPORTED=1 -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DBUILD_APPS=OFF -DENABLE_CURL=ON -DENABLE_TIFF=OFF -Wno-dev'
WARNING: Backtrace (BB generated script): 
	#1: cmake_do_configure, TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/temp/run.do_configure.20349, line 162
	#2: do_configure, TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/temp/run.do_configure.20349, line 141
	#3: main, TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/proj/9.1.0-r0/temp/run.do_configure.20349, line 198

Error details

Submitted on:
15/11/22 12:17
Error type:
Recipe
Task:
do_configure
Recipe:
proj
Recipe version:
9.1.0-r0
Machine:
qemuarm
Distro:
yoe
Build system:
x86_64-linux
Target system:
arm-yoe-linux-gnueabi
Host distro:
ubuntu-18.04/ubuntu-18.04
Branch:
HEAD
Commit:
91f4dfd63b2647baf0e2b98403708edfaf474ceb
Build:
#155142
Submitter:
Similar errors:
0
Open a bug