Skip to content

No output on "Process completed with exit code 1" #25939

Answered by al-cheb
Senui asked this question in Actions
Discussion options

You must be logged in to vote

Hello, @senui

I am working on the ticket. I set set -x to find a line that cause the issue:

 - name: System tests BioDynaMo
       shell: bash
       working-directory: build
       run: |
         set -x

Line:

2020-07-23T11:30:35.2865130Z +++ /usr/bin/scl_enabled llvm-toolset-6.0
2020-07-23T11:30:35.3275453Z ##[error]Process completed with exit code 1.

I found out which part of code is executing this line:

  1. https://github.com/BioDynaMo/biodynamo/blob/5092924f4caf7a90ed815031c2b00b259a7ca571/cmake/env/thisbdm.sh#L374
  2. executing line . scl_source enable llvm-toolset-6.0
  3. failed line at the scl_source code
# Now check if the collection isn't already enabled
/usr/bin/scl_enabled $arg > /d…

Replies: 9 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants