Started by an SCM change Running as SYSTEM Building on master in workspace /jenkins/workspace/wwiv The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /jenkins/workspace/wwiv/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/wwivbbs/wwiv.git # timeout=10 Fetching upstream changes from https://github.com/wwivbbs/wwiv.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/wwivbbs/wwiv.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 Checking out Revision 8fc80f2ece5d7b38defc4301d9b68e074ad2dd45 (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 8fc80f2ece5d7b38defc4301d9b68e074ad2dd45 # timeout=10 Commit message: "some fixes to the script to work" > git rev-list --no-walk e432de51821201c194d7a743ddc35254746b6aed # timeout=10 > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.deps/my_basic.url # timeout=10 > git config -f .gitmodules --get submodule.deps/my_basic.path # timeout=10 > git config --get submodule.deps/pdcurses.url # timeout=10 > git config -f .gitmodules --get submodule.deps/pdcurses.path # timeout=10 > git config --get submodule.deps/cereal.url # timeout=10 > git config -f .gitmodules --get submodule.deps/cereal.path # timeout=10 > git config --get submodule.deps/googletest.url # timeout=10 > git config -f .gitmodules --get submodule.deps/googletest.path # timeout=10 > git config --get submodule.deps/fmt.url # timeout=10 > git config -f .gitmodules --get submodule.deps/fmt.path # timeout=10 > git submodule update --init --recursive deps/my_basic # timeout=10 > git submodule update --init --recursive deps/pdcurses # timeout=10 > git submodule update --init --recursive deps/cereal # timeout=10 > git submodule update --init --recursive deps/googletest # timeout=10 > git submodule update --init --recursive deps/fmt # timeout=10 Triggering wwiv » linux-debian10 Triggering wwiv » win-x86 Triggering wwiv » linux-centos7 Triggering wwiv » linux-ubuntu2004 Triggering wwiv » linux-arm64-raspbian wwiv » linux-debian10 completed with result SUCCESS wwiv » win-x86 completed with result SUCCESS wwiv » linux-centos7 completed with result SUCCESS wwiv » linux-ubuntu2004 completed with result SUCCESS wwiv » linux-arm64-raspbian completed with result SUCCESS Finished: SUCCESS