Page MenuHomeSoftware Heritage

swh-search build is ko
Closed, MigratedEdits Locked

Description

The swh-search build is ko since the 8th of January

On the swh-search build:

07:06:21  ERROR: Some build dependencies for file:///var/lib/jenkins/workspace/DSEA/tests/.tox/.tmp/package/1/swh.search-0.11.7.dev5%2Bg50fedaf.zip conflict with the backend dependencies: tree-sitter==0.20.0 is incompatible with tree-sitter==0.19.0.

On the swh-environment build (failiing too due to swh-search):

4:12:06 
14:12:06 filename = '/home/jenkins/workspace/DENV/tests/swh-search/swh/search/query_language/src/parser.c'
14:12:06 
14:12:06     def getmtime(filename):
14:12:06         """Return the last modification time of a file, reported by os.stat()."""
14:12:06 >       return os.stat(filename).st_mtime
14:12:06 E       FileNotFoundError: [Errno 2] No such file or directory: '/home/jenkins/workspace/DENV/tests/swh-search/swh/search/query_language/src/parser.c'
14:12:06 
14:12:06 /usr/lib/python3.7/genericpath.py:55: FileNotFoundError

Related Objects

Event Timeline

vsellier changed the task status from Open to Work in Progress.Jan 10 2022, 12:13 PM
vsellier triaged this task as High priority.
vsellier created this task.

Why are we pinning tree-sitter at all?

I don't know, it was pinned so I kept it pinned but yes as the versions specified in the diffs are the last ones, I guess we can remove it

The build of swh-search is now ok in master and swh-envrionment.
The swh-environment build is still failing but it's due to the swh-graph tests flakiness (it will be solved in T3831)