jitpack / jitci

A CI with tests, coverage, dependency audit, license & vuln. checks
https://jitci.com
19 stars 5 forks source link

Cannot run program "exit" (in directory "/home/jitpack/build/<<repository>>"): error=2, No such file or directory #39

Open tlagos1 opened 9 months ago

tlagos1 commented 9 months ago

Whenever JitCI initializes we get this error

Cannot run program "exit" (in directory "/home/jitpack/build/<>"): error=2, No such file or directory

Here is the log

  1. JitCI starting sdk-online-android build b1HH1NZEBSAGJC13TQ9YRF1FB5
  2. Build #23 on branch ''. Commit: '6c393603'
  3. Version: 1.0-17-gee5b1d9-303-20220904103105
  4. 00:00 $ git config --global credential.helper cache
  5. 00:00 $ git clone https://***@github.com/xxxxxxxxxxx/xxxxxxxxxxxxxxxxxxx .
  6. Cloning into '.'...
  7. 00:00 $ git checkout -qf 6c393603d1d2c81b4d6975c228c2f9b407aa987d
  8. 00:00 $ git log --oneline -1
  9. 6c39360 PDF with zoom feature commit for release version
  10. 00:00 $ git show --name-status
  11. commit 6c393603d1d2c81b4d6975c228c2f9b407aa987d
  12. Author: xxxxxxxxxxxxxxxxxxxxxxxxxx
  13. Date: Thu Dec 7 09:22:36 2023 +0100 ... ... ...
  14. 00:00 $ git branch -a --contains 1.0.0
    • (HEAD detached at 6c39360)
  15. master
  16. remotes/origin/HEAD -> origin/master
  17. remotes/origin/master
  18. 00:01 $ git describe --always --long --tags
  19. 1.0.0-0-g6c39360
  20. Artifacts in DEPLOY_DIR: 0. Publish: true
  21. 00:01 $ echo url not found
  22. url not found
  23. 00:01 $ exit 1
  24. Cannot run program "exit" (in directory "/home/jitpack/build/<>"): error=2, No such file or directory
  25. Command exit code: 1
  26. Artifacts in DEPLOY_DIR: 0. Publish: true

We have replaced the repository information inside the Log

wax911 commented 6 months ago

@tlagos1 have you found the root cause of this yet?