Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Framework: New intel-19.0.5 PR build crashes in git operations expecting a 'develop' branch in fork #10538

Closed
bartlettroscoe opened this issue May 18, 2022 · 4 comments
Labels
PA: Framework Issues that fall under the Trilinos Framework Product Area type: bug The primary issue is a bug in Trilinos code or tests

Comments

@bartlettroscoe
Copy link
Member

Bug Report

@trilinos/framework

Description

The intel-19.0.5 PR build seems to be crashing during the git merge operations and never even gets to running the cmake configure or submitting anything to CDash. For example, you can see this in the PR testing iterations:

which both show the error:

PRLinuxDriverMerge> git fetch source_remote tribits-299-modern-cmake-targets-2-prep
fatal: Couldn't find remote ref develop

Apparently, whatever code is running this is assuming that the GitHub repo fork has a branch called develop. Well, my fork does not have develop or master. To explain why, see https://github.com/bartlettroscoe/Trilinos#readme.

The only branch that should be accessed from the GitHub fork is the actual branch associated with the PR.

Steps to Reproduce

Run a PR build for a branch in a fork that does not have develop.

@bartlettroscoe bartlettroscoe added type: bug The primary issue is a bug in Trilinos code or tests PA: Framework Issues that fall under the Trilinos Framework Product Area labels May 18, 2022
@bartlettroscoe bartlettroscoe changed the title Framework: New intel-19.0.5 PR build seems to never get past initial Git commands Framework: New intel-19.0.5 PR build crashes in git operations expecting a 'develop' branch in fork May 18, 2022
@ZUUL42
Copy link
Contributor

ZUUL42 commented May 18, 2022

I think I know the issue and will take care of it.

@ZUUL42
Copy link
Contributor

ZUUL42 commented May 18, 2022

There was a parameter where TRILINOS_SOURCE_REPO & TRILINOS_TARGET_REPO were mixed up in the job configuration.
It should pull develop from trilinos/Trilinos now.
lmk if you see any further issues with the intel-19.0.5 PR build.

@bartlettroscoe
Copy link
Member Author

@ZUUL42, looks like this 'develop' problem is now solved as shown in #10533 (comment) but now we have a new problem with the intel-19.0.5 build that I just reported in #10549.

@bartlettroscoe
Copy link
Member Author

Closing this issue as complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PA: Framework Issues that fall under the Trilinos Framework Product Area type: bug The primary issue is a bug in Trilinos code or tests
Projects
None yet
Development

No branches or pull requests

2 participants