[PATCH] D156954: [lit] Improve test output from lit's internal shell

Mark de Wever via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 29 23:02:50 PDT 2023


Mordante added a comment.

I see some feedback on Windows build issues and some followups. Yesterday libc++'s precommit CI for Windows started to fail, the first build is https://buildkite.com/llvm-project/libcxx-ci/builds/29307

This is the relevant part of the log

  C:\Users\ContainerAdministrator\AppData\Local\Temp\buildkite-script-1445266630.bat
  + set -o pipefail
  + unset LANG
  + unset LC_ALL
  + unset LC_COLLATE
  ++ basename libcxx/utils/ci/run-buildbot
  + PROGNAME=run-buildbot
  + [[ 1 == 0 ]]
  + [[ 1 -gt 0 ]]
  + case ${1} in
  + BUILDER=clang-cl-dll
  + shift
  + [[ 0 -gt 0 ]]
  ++ git rev-parse --show-toplevel
  + MONOREPO_ROOT=C:/ws/src
  + BUILD_DIR=C:/ws/src/build/clang-cl-dll
  + INSTALL_DIR=C:/ws/src/build/clang-cl-dll/install
  + xcrun --find ninja
  + which ninja
  ++ which ninja
  + NINJA=/c/ProgramData/chocolatey/bin/ninja
  + '[' -z '' ']'
  + xcrun --find cmake
  + CMAKE=cmake
  + '[' -z '' ']'
  + ENABLE_CLANG_TIDY=Off
  + '[' -n '' ']'
  + cmake --version
  libcxx/utils/ci/run-buildbot: line 195: cmake: command not found
  🚨 Error: The command exited with status 127
  user command error: exit status 127

Could this be caused by your changes?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156954/new/

https://reviews.llvm.org/D156954



More information about the llvm-commits mailing list