+ pwd
+ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/jenkins_home/workspace/linux-armhf/tolua++ ./jenkinsbuild.sh -s Jenkins -t arm-linux-gnueabihf -b master -p pi.cmake -m Release -n #1
+ [[ 12 -gt 1 ]]
+ key=-s
+ case $key in
+ SERVERNAME=Jenkins
+ shift
+ shift
+ [[ 10 -gt 1 ]]
+ key=-t
+ case $key in
+ TARGET=arm-linux-gnueabihf
+ shift
+ shift
+ [[ 8 -gt 1 ]]
+ key=-b
+ case $key in
+ BRANCH=master
+ shift
+ shift
+ [[ 6 -gt 1 ]]
+ key=-p
+ case $key in
+ TOOLCHAINFILE=-DCMAKE_TOOLCHAIN_FILE=pi.cmake
+ shift
+ shift
+ [[ 4 -gt 1 ]]
+ key=-m
+ case $key in
+ COMPILEMODE=-DCMAKE_BUILD_TYPE=Release
+ shift
+ shift
+ [[ 2 -gt 1 ]]
+ key=-n
+ case $key in
+ BUILDID='#1'
+ shift
+ shift
+ [[ 0 -gt 1 ]]
+ git submodule update --init
+ export 'CUBERITE_BUILD_SERIES_NAME=Jenkins arm-linux-gnueabihf -DCMAKE_BUILD_TYPE=Release (master)'
+ CUBERITE_BUILD_SERIES_NAME='Jenkins arm-linux-gnueabihf -DCMAKE_BUILD_TYPE=Release (master)'
+ export CUBERITE_BUILD_ID=#1
+ CUBERITE_BUILD_ID='#1'
++ date
+ export 'CUBERITE_BUILD_DATETIME=Thu Aug 6 10:03:08 UTC 2020'
+ CUBERITE_BUILD_DATETIME='Thu Aug 6 10:03:08 UTC 2020'
++ command -v ccache
+ '[' -x '' ']'
+ CXX=
+ CC=
+ cmake . -DNO_NATIVE_OPTIMIZATION=1 -DCMAKE_TOOLCHAIN_FILE=pi.cmake -DCMAKE_BUILD_TYPE=Release
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:18 (project):
The CMAKE_C_COMPILER:
arm-linux-gnueabihf-gcc
is not a full path and was not found in the PATH.
Tell CMake where to find the compiler by setting either the environment
variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:18 (project):
The CMAKE_CXX_COMPILER:
arm-linux-gnueabihf-g++
is not a full path and was not found in the PATH.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred!
See also "/var/jenkins_home/workspace/linux-armhf/CMakeFiles/CMakeOutput.log".
See also "/var/jenkins_home/workspace/linux-armhf/CMakeFiles/CMakeError.log".