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

Problem with Using the SLTP Docker image #1

Open
Src2Yuan opened this issue Oct 1, 2024 · 0 comments
Open

Problem with Using the SLTP Docker image #1

Src2Yuan opened this issue Oct 1, 2024 · 0 comments

Comments

@Src2Yuan
Copy link

Src2Yuan commented Oct 1, 2024

Description

I encountered an issue while trying to run the command docker run -it --mount src=pwd/workspace,target=/root/projects/workspace,type=bind gfrancesm/sltp sltp xxx --workspace /root/projects/workspace. When I replace "xxx" with tasks other than gripper:aaai_prob01, the program does not produce the expected output.

Problem

Run docker run -it --mount src=pwd/workspace,target=/root/projects/workspace,type=bind gfrancesm/sltp sltp xxx --workspace /root/projects/workspace where "xxx" is one of the following tasks:
gripper:aaai_prob01_no_marking # Theory T,
blocks:aaai_clear_x_no_marking # Theory T,
there are errors like:

...
2024-10-01 13:37:26 ERROR    The computed abstraction is not sound & complete
================================================================================
END OF STEP #7: Testing of the computed abstraction. 0.21 CPU sec - 32.33 MB
================================================================================
2024-10-01 13:37:26 ERROR    (<sltp.driver.AbstractionTestingStep object at 0x7f719409e320>, 'Critical error processing step "Testing of the computed abstraction". Error message: Critical error processing step "Testing of the computed abstraction". Error message: ExitCode.AbstractionFailsOnTestInstances')

where The computed abstraction is sound & complete in all test instances! should be expected.

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

No branches or pull requests

1 participant