eXodiquas/cl-spatial-hash-grid

Enter comma separated tag names:

+

A Common Lisp implementation for a spatial hash grid, mostly used to reduce the amount of comparisons we have to do n^2 checks in a local area.

source-id=1717 version=1 project-id=1692 project-version=0

Type GITHUB
Created at 2021-08-26 15:16:24 UTC
Source https://github.com/eXodiquas/cl-spatial-hash-grid
Branch or tag
Last seen commit 427c04bbda6f9b4862c0d9454b780235714e10f3
Release http://dist.ultralisp.org/archive/1717/eXodiquas-cl-spatial-hash-grid-20210826151615.tgz
Systems
cl-spatial-hash-grid.asd
cl-spatial-hash-grid, cl-spatial-hash-grid/tests
Distributions ultralisp
Last check Finished 4 days 9 hours ago. There was an

Check Error

Traceback (most recent call last):
   0 File "/app/.qlot/dists/ultralisp/software/Shinmera-legit-20231006014719/process.lisp", line 37
       In LEGIT:RUN-GIT
     Args ("clone" NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL "https://github.com/eXodiquas/cl-spatial-hash-grid.git" #P"/tmp/checker/eXodiquas-cl-spatial-hash-grid/")
   1 File "/app/.qlot/dists/ultralisp/software/Shinmera-legit-20231006014719/repository.lisp"
       In (:METHOD LEGIT:INIT (PATHNAME))
     Args (#P"/tmp/checker/eXodiquas-cl-spatial-hash-grid/" :IF-DOES-NOT-EXIST :CLONE :REMOTE "https://github.com/eXodiquas/cl-spatial-hash-grid.git" :BRANCH NIL :BARE NIL)
   2 File "/app/src/downloader/git.lisp"
       In (FLET "doit-1" :IN ULTRALISP/DOWNLOADER/GIT::GIT-CLONE-OR-UPDATE)
     Args ()
   3 File "/app/src/downloader/git.lisp"
       In (FLET SB-IMPL::TIMEOUT-BODY :IN ULTRALISP/DOWNLOADER/GIT::GIT-CLONE-OR-UPDATE)
     Args ()
   4 File "/app/src/downloader/git.lisp"
       In (FLET "FORM-FUN-8" :IN ULTRALISP/DOWNLOADER/GIT::GIT-CLONE-OR-UPDATE)
     Args ()
   5 File "/app/src/downloader/git.lisp", line 17
       In ULTRALISP/DOWNLOADER/GIT::GIT-CLONE-OR-UPDATE
     Args ("https://github.com/eXodiquas/cl-spatial-hash-grid.git" #P"/tmp/checker/eXodiquas-cl-spatial-hash-grid/" :COMMIT NIL :BRANCH NIL)
   6 File "/app/src/downloader/github.lisp"
       In (LAMBDA     (ULTRALISP/DOWNLOADER/GITHUB::DIR      &KEY :USER-OR-ORG :PROJECT :LAST-SEEN-COMMIT :LA…
     Args (#P"/tmp/checker/eXodiquas-cl-spatial-hash-grid/" :USER-OR-ORG "eXodiquas" :PROJECT "cl-spatial-hash-grid" :LAST-SEEN-COMMIT "427c04bbda6f9b4862c0d9454b780235714e10f3" :LATEST T :BRANCH NIL)
   7 File "/app/src/downloader/source.lisp"
       In (:METHOD ULTRALISP/DOWNLOADER/BASE:DOWNLOAD (ULTRALISP/MODELS/SOURCE:SOURCE T))
     Args (#<ULTRALISP/MODELS/SOURCE:SOURCE github://eXodiquas/cl-spatial-hash-grid@427c04bbda6f9b4862c0d9454b780235714e10f3 (v1) has-release-info> #P"/tmp/checker/eXodiquas-cl-spatial-hash-grid" :LATEST T)
   8 File "/app/src/pipeline/checking.lisp"
       In (LAMBDA () :IN ULTRALISP/PIPELINE/CHECKING::PERFORM2)
     Args ()
   9 File "/app/src/pipeline/checking.lisp"
       In (FLET "doit-5" :IN ULTRALISP/PIPELINE/CHECKING::PERFORM2)
     Args ()
Condition LEGIT:GIT-ERROR: Executing git command
  (git clone https://github.com/eXodiquas/cl-spatial-hash-grid.git
   /tmp/checker/eXodiquas-cl-spatial-hash-grid/)
failed with exit code 128. Git reported:
  Cloning into '/tmp/checker/eXodiquas-cl-spatial-hash-grid'...
fatal: could not read Username for 'https://github.com': No such device or address
error. Next check will be made in 2 days 14 hours.