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

Rebuild for metis511 #21

Conversation

regro-cf-autotick-bot
Copy link
Contributor

This PR has been triggered in an effort to update metis511.

Notes and instructions for merging this PR:

  1. Please merge the PR only after the tests have passed.
  2. Feel free to push to the bot's branch to update this PR if needed.

Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.


If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase @conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/7127918310, please use this URL for debugging.

@conda-forge-webservices
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@traversaro
Copy link
Contributor

There seems to be some valid test failure:

2023-12-07T13:48:14.0028856Z 286/287 Test #286: testFindSeparator .............................***Exception: SegFault  0.25 sec
2023-12-07T13:48:14.0029202Z 4 factors,	5 nodes;	
2023-12-07T13:48:14.0029415Z Number of nodes: 5
2023-12-07T13:48:14.0029688Z index1: 0
2023-12-07T13:48:14.0029879Z index2: 3
2023-12-07T13:48:14.0030087Z index1: 2
2023-12-07T13:48:14.0030273Z index2: 4
2023-12-07T13:48:14.0030482Z index1: 0
2023-12-07T13:48:14.0030668Z index2: 1
2023-12-07T13:48:14.0030876Z index1: 1
2023-12-07T13:48:14.0031223Z index2: 2
2023-12-07T13:48:14.0031503Z **********************************************************************
2023-12-07T13:48:14.0032103Z Graph Information ---------------------------------------------------
2023-12-07T13:48:14.0032370Z   #Vertices: 5, #Edges: 4
2023-12-07T13:48:14.0032503Z 
2023-12-07T13:48:14.0032851Z ND Partitioning... -------------------------------------------
2023-12-07T13:48:14.0033123Z   Sep size:        		 1
2023-12-07T13:48:14.0033383Z **********************************************************************
2023-12-07T13:48:14.0033700Z total key: 5 result(A,B,C) = 2, 2, 1; sepsize from Metis = 1
2023-12-07T13:48:14.0033943Z 4 factors,	5 nodes;	
2023-12-07T13:48:14.0034169Z Number of nodes: 5
2023-12-07T13:48:14.0034368Z index1: 0
2023-12-07T13:48:14.0034576Z index2: 3
2023-12-07T13:48:14.0034765Z index1: 2
2023-12-07T13:48:14.0034969Z index2: 4
2023-12-07T13:48:14.0035261Z index1: 0
2023-12-07T13:48:14.0035452Z index2: 1
2023-12-07T13:48:14.0035627Z index1: 1
2023-12-07T13:48:14.0035822Z index2: 2
2023-12-07T13:48:14.0036058Z **********************************************************************
2023-12-07T13:48:14.0036451Z Graph Information ---------------------------------------------------
2023-12-07T13:48:14.0036715Z   #Vertices: 5, #Edges: 4
2023-12-07T13:48:14.0036837Z 
2023-12-07T13:48:14.0037110Z ND Partitioning... -------------------------------------------
2023-12-07T13:48:14.0037358Z   Sep size:        		 1
2023-12-07T13:48:14.0037599Z **********************************************************************
2023-12-07T13:48:14.0038001Z total key: 5 result(A,B,C) = 2, 2, 1; sepsize from Metis = 1
2023-12-07T13:48:14.0038257Z 3 factors,	4 nodes;	
2023-12-07T13:48:14.0038452Z Number of nodes: 4
2023-12-07T13:48:14.0038653Z index1: 0
2023-12-07T13:48:14.0038936Z index2: 1
2023-12-07T13:48:14.0039108Z index1: 1
2023-12-07T13:48:14.0039262Z index2: 2
2023-12-07T13:48:14.0039433Z index1: 2
2023-12-07T13:48:14.0039587Z index2: 3
2023-12-07T13:48:14.0039712Z 

also in conda-forge/spral-feedstock#8 metis 5.1.1 is creating problems in a downstream failure that is working fine for metis 5.1.0 .

@Tobias-Fischer
Copy link
Contributor

Hmm, do you have a proposal on how to proceed? It seems like metis 5.2.1 was released, would it make sense to directly move to this version, or is 5.2.1 not supported by downstream packages?

@traversaro
Copy link
Contributor

Hmm, do you have a proposal on how to proceed? It seems like metis 5.2.1 was released, would it make sense to directly move to this version, or is 5.2.1 not supported by downstream packages?

The situation is unfortunately is bit convoluted. metis 5.2.1 is indeed released, but still need to land in conda-forge: conda-forge/metis-feedstock#33 . Probably we can first try to land that, and see if it fixes this downstream failures. Otherwise I will try to get the smallest possible reprodure and open issue in metis, spral and gtsam to see if there is someone that has input on this.

1 similar comment
@traversaro
Copy link
Contributor

Hmm, do you have a proposal on how to proceed? It seems like metis 5.2.1 was released, would it make sense to directly move to this version, or is 5.2.1 not supported by downstream packages?

The situation is unfortunately is bit convoluted. metis 5.2.1 is indeed released, but still need to land in conda-forge: conda-forge/metis-feedstock#33 . Probably we can first try to land that, and see if it fixes this downstream failures. Otherwise I will try to get the smallest possible reprodure and open issue in metis, spral and gtsam to see if there is someone that has input on this.

@traversaro
Copy link
Contributor

This week I am travelling, I will come back to this next week.

@traversaro
Copy link
Contributor

Closing due to problems upstream in metis 5.1.1 : conda-forge/mumps-feedstock#106 , for which the migration was halted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants