shymega-ct opened a new issue, #2101:
URL: https://github.com/apache/buildstream/issues/2101

   When trying to reproduce the documentation job with the relevant Docker 
Compose invocation defined in the CI workflow YAML (`docker compose --env-file 
.github/common.env --file .github/compose/ci.docker-compose.yml run docs`), it 
seems the file `doc/examples/first-project/project.conf` is being deleted.
   
   This has the subsequent effect of a failure on the `first-project` session 
run.
   
   I have pasted relevant logs below:
   
   ```
   
PYTHONPATH=/home/testuser/buildstream/doc/..:/home/testuser/buildstream/doc/../src/buildstream/
   plugins /home/testuser/buildstream/doc/bst2html.py --force 
sessions/first-project.run
   /home/testuser/buildstream/doc/bst2html.py:42: SyntaxWarning: invalid escape 
sequence '\d'
     ANSI2HTML_CODES_RE = 
re.compile('(?:\033\\[(\d+(?:;\d+)*)?([cnRhlABCDfsurgKJipm]))')
   Running bst command in directory 
'/home/testuser/buildstream/doc/examples/first-project': bst i
   nit --project-name first-project
   Command failed:
   The minimum version must be a known version of BuildStream 2
   make: *** [Makefile:120: sessions/first-project.run] Error 1
   make: Leaving directory '/home/testuser/buildstream/doc'
   docs: exit 2 (75.15 seconds) /home/testuser/buildstream> make -C doc pid=155
     docs: FAIL code 2 (101.79=setup[26.64]+cmd[75.15] seconds)
     evaluation failed :( (102.15 seconds)
   ```
   
   For context, I am trying to run this Docker Compose invocation locally so I 
can try and add a feature to the Release workflow, but need to introspect the 
docs output first.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to