You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.
Steps to reproduce - following instructions from readme:
brew tap caskroom/cask caskroom/version
brew cask install caskroom/versions/java8
brew install automake libtool gmp mpfr pkg-config pandoc maven opam z3 node
git clone https://github.com/dapphub/klab.git
cd klab
make deps
Expected result:
Dependencies compile.
Actual result:
git submodule update --init -- evm-semantics
Submodule 'evm-semantics' (https://github.com/dapphub/evm-semantics) registered for path 'evm-semantics'
Cloning into '/Users/tomasz_eth/Repos/klab/evm-semantics'...
Submodule path 'evm-semantics': checked out '729a406c80fce4faa16a493cb6f967a4ddc5eb4a'cd evm-semantics \
&& make k-deps tangle-deps -B \
&& make build-java -B
== submodule: /Users/tomasz_eth/Repos/klab/evm-semantics/.build/k/make.timestamp
git submodule update --init -- /Users/tomasz_eth/Repos/klab/evm-semantics/.build/k
Submodule '.build/k' (https://github.com/dapphub/k) registered for path '.build/k'
Cloning into '/Users/tomasz_eth/Repos/klab/evm-semantics/.build/k'...
Submodule path '.build/k': checked out '88488853da14ed05cdbc692dbf24ce38662e3958'cd /Users/tomasz_eth/Repos/klab/evm-semantics/.build/k \
&& mvn package -q -DskipTests -U
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for com.runtimeverification.k:parent:[unknown-version]: Could not transfer artifact com.runtimeverification.rv_match:parent:pom:1.0-SNAPSHOT from/to runtime.verification.snapshots (https://s3.amazonaws.com/repo.runtime.verification/repository/snapshots): Access denied to: https://s3.amazonaws.com/repo.runtime.verification/repository/snapshots/com/runtimeverification/rv_match/parent/1.0-SNAPSHOT/parent-1.0-SNAPSHOT.pom and 'parent.relativePath' points at wrong local POM @ line 5, column 11
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project com.runtimeverification.k:parent:[unknown-version] (/Users/tomasz_eth/Repos/klab/evm-semantics/.build/k/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for com.runtimeverification.k:parent:[unknown-version]: Could not transfer artifact com.runtimeverification.rv_match:parent:pom:1.0-SNAPSHOT from/to runtime.verification.snapshots (https://s3.amazonaws.com/repo.runtime.verification/repository/snapshots): Access denied to: https://s3.amazonaws.com/repo.runtime.verification/repository/snapshots/com/runtimeverification/rv_match/parent/1.0-SNAPSHOT/parent-1.0-SNAPSHOT.pom and 'parent.relativePath' points at wrong local POM @ line 5, column 11 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
make[1]: *** [/Users/tomasz_eth/Repos/klab/evm-semantics/.build/k/make.timestamp] Error 1
make: *** [deps-kevm] Error 2
The text was updated successfully, but these errors were encountered:
System: OS X Mojave 10.14.2
Steps to reproduce - following instructions from readme:
brew tap caskroom/cask caskroom/version brew cask install caskroom/versions/java8 brew install automake libtool gmp mpfr pkg-config pandoc maven opam z3 node git clone https://github.com/dapphub/klab.git cd klab make deps
Expected result:
Dependencies compile.
Actual result:
The text was updated successfully, but these errors were encountered: