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

Footprint Not Working #191

Open
mwever opened this issue Sep 5, 2024 · 2 comments
Open

Footprint Not Working #191

mwever opened this issue Sep 5, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@mwever
Copy link
Collaborator

mwever commented Sep 5, 2024

Description

When trying to generate configuration footprints, some error occurs but it is not visual to me what kind of error...

This is the stacktrace I get when trying to generate the configuration footprint:

deepcave.evaluators.footprint (INFO): Added 20 configurations.
Starting to calculate distances and add border and random configurations...
deepcave.evaluators.footprint (INFO): Starting to calculate distances and add border and random configurations...
Found 100 configurations...
deepcave.evaluators.footprint (INFO): Found 100 configurations...
Added 14 border configs and 135 random configs.
deepcave.evaluators.footprint (INFO): Added 14 border configs and 135 random configs.
Total configurations: 169.
deepcave.evaluators.footprint (INFO): Total configurations: 169.
Getting MDS data...
deepcave.evaluators.footprint (INFO): Getting MDS data...
/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean up at shutdown
  warnings.warn('resource_tracker: There appear to be %d '

The error message in the web UI only says: "The job failed. Check the logs or make sure the worker is still running. Most of the times, a simple restart might help."

I am not sure whether this is again a Mac issue or whether this problem also occurs on other platforms. I tried different runs of different folders and the problem is consistently showing up.

@mwever mwever added the bug Something isn't working label Sep 6, 2024
@mwever
Copy link
Collaborator Author

mwever commented Sep 6, 2024

I just went back to commit 6169c53 from August 2nd 2024. Back then the configuration footprint still worked. So maybe we can isolate the changes turning into the observed bug moving on from there?

@mwever
Copy link
Collaborator Author

mwever commented Sep 6, 2024

Now I found the commit on the main branch that introduced the breaking changes: 7f806ae

So for previous commits the configuration footprint still worked. @KrissiHub can you have a look at the diff for these commits to fix the bug, please?

@KrissiHub KrissiHub self-assigned this Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants