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

Unable to run docker script #178

Open
guialvares opened this issue Mar 3, 2025 · 0 comments
Open

Unable to run docker script #178

guialvares opened this issue Mar 3, 2025 · 0 comments

Comments

@guialvares
Copy link

guialvares commented Mar 3, 2025

When I tried to run the example of Readme at Docker directory, I got an error:

I also commented on the second line of Annotations.sol, so there is not this
pragma solidity >=0.7.0; anymore.

 ./runsv.sh ../test/solc-verify/examples/Annotations.sol
++ realpath ../test/solc-verify/examples/Annotations.sol
+ ABSPATH=/home/guilherme/testing/solidity/test/solc-verify/examples/Annotations.sol
++ dirname /home/guilherme/testing/solidity/test/solc-verify/examples/Annotations.sol
+ DIR=/home/guilherme/testing/solidity/test/solc-verify/examples
++ basename /home/guilherme/testing/solidity/test/solc-verify/examples/Annotations.sol
+ FILE=/host/Annotations.sol
+ shift
+ docker run -it --rm --mount type=bind,source=/home/guilherme/testing/solidity/test/solc-verify/examples,target=/host solc-verify:latest /host/Annotations.sol
Error while running verifier, details:
----- Verifier output -----
*** Error: '/nologo': Filename extension '' is not supported. Input files must be BoogiePL programs (.bpl).

---------------------------
Error while running verifier, details:
Error while running verifier, details:
----- Verifier output -----
----- Verifier output -----
*** Error: '/nologo': Filename extension '' is not supported. Input files must be BoogiePL programs (.bpl).
*** Error: '/nologo': Filename extension '' is not supported. Input files must be BoogiePL programs (.bpl).


---------------------------
---------------------------
Error while running verifier, details:
----- Verifier output -----
*** Error: '/nologo': Filename extension '' is not supported. Input files must be BoogiePL programs (.bpl).

---------------------------
C::add_to_x: ERROR
C::add: ERROR
C::[implicit_constructor]: ERROR
C::[receive_ether_selfdestruct]: ERROR
Use --show-warnings to see 2 warnings.
Errors were found by the verifier.
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