igraph / rigraph

igraph R package
https://r.igraph.org
532 stars 200 forks source link

try to debug macos ci failure #1360

Closed szhorvat closed 1 month ago

aviator-app[bot] commented 1 month ago

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes. Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

This PR was closed without merging. If you still want to merge this PR, re-open it.


See the real-time status of this PR on the Aviator webapp.
Use the Aviator Chrome Extension to see the status of your PR within GitHub.
szhorvat commented 1 month ago

@krlmlr How do you force the R CMD build stage to be verbose so we can see what it's doing?

krlmlr commented 1 month ago

@szhorvat: I'm not sure R CMD build gets any more verbose than that. But R CMD INSTALL . gives you the output of the configure script.

You can also get the contents of the igraph_*.Rcheck folder from the artifact: https://github.com/igraph/rigraph/actions/runs/9050298368/job/24865573278?pr=1360#step:9:360 . It might contain what you're looking for.

Try also set -ex in the configure script.

@Antonov548: Can you please assist?

Antonov548 commented 1 month ago

@szhorvat: I'm not sure R CMD build gets any more verbose than that. But R CMD INSTALL . gives you the output of the configure script.

You can also get the contents of the igraph_*.Rcheck folder from the artifact: https://github.com/igraph/rigraph/actions/runs/9050298368/job/24865573278?pr=1360#step:9:360 . It might contain what you're looking for.

Try also set -ex in the configure script.

@Antonov548: Can you please assist?

Yes, sure. I was thinking to create tmate session and investigate this issue further.