Giter Site home page Giter Site logo

artifacts's Introduction

artifacts's People

Contributors

aeidelman avatar alepc253 avatar bcodesido avatar heitorfm avatar herrerameri avatar ida3m0n avatar ilanolkies avatar ivaniov avatar janbraiins avatar juan-rsk avatar lucasvuotto avatar ondrejsika avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

artifacts's Issues

running the actual build fails with missing gradle wrapper class

The example run of the buildmachine image:

docker run -v $(pwd):/rskj -w /rskj -ti buildmachine:latest /bin/bash
root@8c9163138a64:/rskj# ./gradlew shadow
Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain

The gradle seems missing from the top level image or not sure why it cannot be found.

Problem connecting to rsk via 4444

I'm building and running docker exactly as mentioned in README:

docker ps shows me 1c368e2b9865 mainnet "/usr/bin/supervisord" 2 minutes ago Up 2 minutes 0.0.0.0:4444->4444/tcp, 0.0.0.0:50505->50505/tcp, 5050/tcp testnet-node-01

However I can't connect into it using console :/

$node console.js -server localhost:4444
RSK > web3.eth.blockNumber
Connection could not be established. Please try again.

Docker images fail

At Step 5/11 : RUN apt-get install -y --no-install-recommends openjdk-8-jre supervisor systemd software-properties-common gpg-agent

Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.8) ...
Traceback (most recent call last):
  File "/usr/lib/python3.8/py_compile.py", line 215, in <module>
    sys.exit(main())
  File "/usr/lib/python3.8/py_compile.py", line 207, in main
    compile(filename, doraise=True)
  File "/usr/lib/python3.8/py_compile.py", line 172, in compile
    importlib._bootstrap_external._write_atomic(cfile, bytecode, mode)
  File "<frozen importlib._bootstrap_external>", line 186, in _write_atomic
PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.8/__pycache__/__future__.cpython-38.pyc.139666479537824'
dpkg: error processing package python3.8-minimal (--configure):
 installed python3.8-minimal package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
 python3.8-minimal
E: Sub-process /usr/bin/dpkg returned an error code (1)
The command '/bin/sh -c apt-get install -y --no-install-recommends openjdk-8-jre supervisor systemd software-properties-common gpg-agent' returned a non-zero code: 100

docker build fails

I am trying to build the docker image as described in artifacts/Dockerfiles/RSK-Node/ and am always getting at Step 7/11:

Step 7/11 : RUN   add-apt-repository -y ppa:rsksmart/rskj &&   apt-get update &&   (echo rskj shared/accepted-rsk-license-v1-1 select true | /usr/bin/debconf-set-selections )&&   apt-get install -y --no-install-recommends rskj &&   apt-get clean &&   rm -rf /var/lib/apt/lists/* &&   rm -f /etc/rsk/node.conf &&   ln -s /etc/rsk/regtest.conf /etc/rsk/node.conf
 ---> Running in 75cb63d64139
Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [97.0 kB]
Ign:3 http://ppa.launchpad.net/rsksmart/rskj/ubuntu focal InRelease
Err:4 http://ppa.launchpad.net/rsksmart/rskj/ubuntu focal Release
  404  Not Found [IP: <IPaddress>]
Get:5 http://security.ubuntu.com/ubuntu focal-security InRelease [101 kB]
Hit:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Reading package lists...
E: The repository 'http://ppa.launchpad.net/rsksmart/rskj/ubuntu focal Release' does not have a Release file.
The command '/bin/sh -c add-apt-repository -y ppa:rsksmart/rskj &&   apt-get update &&   (echo rskj shared/accepted-rsk-license-v1-1 select true | /usr/bin/debconf-set-selections )&&   apt-get install -y --no-install-recommends rskj &&   apt-get clean &&   rm -rf /var/lib/apt/lists/* &&   rm -f /etc/rsk/node.conf &&   ln -s /etc/rsk/regtest.conf /etc/rsk/node.conf' returned a non-zero code: 100

the only other unnormal message from the terminal output is from step 5 after getting all the packages:

...
Get:214 http://archive.ubuntu.com/ubuntu focal/main amd64 software-properties-common all 0.98.9 [10.5 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 102 MB in 10s (9818 kB/s)
...

I have searched via google but found nothing promising/working to fix this. I am on Ubuntu 18.04.4 LTS with GNOME 3.28.2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.