Git Product home page Git Product logo

Comments (2)

NevilleS avatar NevilleS commented on June 11, 2024

Here's what I saw:

~/git/fides% make cli
Build the images required in the docker-compose file...
Stopping fides_fides-db_1 ... done
Removing fides_fidesapi_run_3d9818d36e48 ... done
Removing fides_fidesapi_run_d1ac705b86f1 ... done
Removing fides_fides-db_1                ... done
Removing network fides_default
fides-db uses an image, skipping
docs uses an image, skipping
Building fidesapi
[+] Building 416.4s (17/17) FINISHED
 => [internal] load build definition from Dockerfile                                                                                                                                                                                     0.0s
 => => transferring dockerfile: 37B                                                                                                                                                                                                      0.0s
 => [internal] load .dockerignore                                                                                                                                                                                                        0.0s
 => => transferring context: 34B                                                                                                                                                                                                         0.0s
 => [internal] load metadata for docker.io/library/adoptopenjdk:8-jre-hotspot                                                                                                                                                            1.3s
 => [local  1/12] FROM docker.io/library/adoptopenjdk:8-jre-hotspot@sha256:117fae95422c19f1c1ddfb0f869913c1d934547e8eb903738a9fd2c3ad11a207                                                                                              0.0s
 => [internal] load build context                                                                                                                                                                                                        0.1s
 => => transferring context: 789.89kB                                                                                                                                                                                                    0.1s
 => CACHED [local  2/12] RUN apt-get update                                                                                                                                                                                              0.0s
 => CACHED [local  3/12] RUN apt-get install -y     gnupg     vim                                                                                                                                                                        0.0s
 => CACHED [local  4/12] RUN echo "deb https://dl.bintray.com/sbt/debian /" | tee -a /etc/apt/sources.list.d/sbt.list                                                                                                                    0.0s
 => CACHED [local  5/12] RUN curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2EE0EA64E40A89B84B2DF73499E82A75642AC823" | apt-key add                                                                                   0.0s
 => CACHED [local  6/12] RUN apt-get update                                                                                                                                                                                              0.0s
 => CACHED [local  7/12] RUN apt-get install -y sbt=1.4.9 -V                                                                                                                                                                             0.0s
 => CACHED [local  8/12] WORKDIR /usr/src/fidesapi                                                                                                                                                                                       0.0s
 => [local  9/12] COPY project project/                                                                                                                                                                                                  0.1s
 => [local 10/12] COPY build.sbt .                                                                                                                                                                                                       0.0s
 => [local 11/12] COPY src/main/resources/reference.conf src/main/resources/reference.conf                                                                                                                                               0.0s
 => [local 12/12] RUN sbt update                                                                                                                                                                                                       413.2s
 => exporting to image                                                                                                                                                                                                                   1.5s
 => => exporting layers                                                                                                                                                                                                                  1.4s
 => => writing image sha256:bd71018723a133ddd4e1787e2600891bd4fb3839e8b64597e5c7449ee0793766                                                                                                                                             0.0s
 => => naming to docker.io/library/fides_fidesapi                                                                                                                                                                                        0.0s

Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
Building fidesctl
[+] Building 1.4s (16/16) FINISHED
 => [internal] load build definition from Dockerfile                                                                                                                                                                                     0.0s
 => => transferring dockerfile: 37B                                                                                                                                                                                                      0.0s
 => [internal] load .dockerignore                                                                                                                                                                                                        0.0s
 => => transferring context: 32B                                                                                                                                                                                                         0.0s
 => [internal] load metadata for docker.io/library/python:3.8-slim-buster                                                                                                                                                                1.2s
 => [internal] load build context                                                                                                                                                                                                        0.0s
 => => transferring context: 4.47kB                                                                                                                                                                                                      0.0s
 => [ 1/11] FROM docker.io/library/python:3.8-slim-buster@sha256:bd12f13a9b40f7fbb037bb98f09bda8cbc8e214035b49913e841a5369a50fff4                                                                                                        0.0s
 => CACHED [ 2/11] RUN apt-get update                                                                                                                                                                                                    0.0s
 => CACHED [ 3/11] RUN apt-get install -y     ipython     vim                                                                                                                                                                            0.0s
 => CACHED [ 4/11] RUN pip install -U pip                                                                                                                                                                                                0.0s
 => CACHED [ 5/11] COPY requirements.txt requirements.txt                                                                                                                                                                                0.0s
 => CACHED [ 6/11] COPY dev-requirements.txt dev-requirements.txt                                                                                                                                                                        0.0s
 => CACHED [ 7/11] RUN pip install -r requirements.txt                                                                                                                                                                                   0.0s
 => CACHED [ 8/11] RUN pip install -r dev-requirements.txt                                                                                                                                                                               0.0s
 => CACHED [ 9/11] COPY . /fidesctl                                                                                                                                                                                                      0.0s
 => CACHED [10/11] WORKDIR /fidesctl                                                                                                                                                                                                     0.0s
 => CACHED [11/11] RUN pip install -e .                                                                                                                                                                                                  0.0s
 => exporting to image                                                                                                                                                                                                                   0.0s
 => => exporting layers                                                                                                                                                                                                                  0.0s
 => => writing image sha256:68c90e7d5dd6a6abc4beb61c7d4e05e73d85bca63d3dfdf8bdd08d73077d74c7                                                                                                                                             0.0s
 => => naming to docker.io/library/fides_fidesctl                                                                                                                                                                                        0.0s

Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
Check for new migrations to run...
Removing network fides_default
WARNING: Network fides_default not found.
Creating network "fides_default" with the default driver
Creating fides_fides-db_1 ... done
Creating fides_fidesapi_run ... done
[info] welcome to sbt 1.4.9 (AdoptOpenJDK Java 1.8.0_292)
[info] loading settings for project fidesapi-build from plugins.sbt ...
[info] loading project definition from /usr/src/fidesapi/project
[info] loading settings for project root from build.sbt ...
[info] set current project to fidesapi (in build file:/usr/src/fidesapi/)
[info] Flyway Community Edition 7.4.0 by Redgate
[info] Database: jdbc:mysql://fides-db:3306/fidesdb (MySQL 8.0)
[info] Successfully validated 3 migrations (execution time 00:00.082s)
[info] Current version of schema `fidesdb`: 1.2
[info] Schema `fidesdb` is up to date. No migration necessary.
[success] Total time: 2 s, completed Jul 12, 2021 4:36:15 PM
Creating fides_fidesapi_1 ... done
Creating fides_fidesctl_run ... done
root@fad680cd3746:/fidesctl# fidesctl
Traceback (most recent call last):
  File "/usr/local/bin/fidesctl", line 33, in <module>
    sys.exit(load_entry_point('fidesctl', 'console_scripts', 'fidesctl')())
  File "/usr/local/bin/fidesctl", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
  File "/usr/local/lib/python3.8/importlib/metadata.py", line 503, in distribution
    return Distribution.from_name(distribution_name)
  File "/usr/local/lib/python3.8/importlib/metadata.py", line 177, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: fidesctl
root@fad680cd3746:/fidesctl# fidesctl help
Traceback (most recent call last):
  File "/usr/local/bin/fidesctl", line 33, in <module>
    sys.exit(load_entry_point('fidesctl', 'console_scripts', 'fidesctl')())
  File "/usr/local/bin/fidesctl", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
  File "/usr/local/lib/python3.8/importlib/metadata.py", line 503, in distribution
    return Distribution.from_name(distribution_name)
  File "/usr/local/lib/python3.8/importlib/metadata.py", line 177, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: fidesctl

from fides.

ThomasLaPiana avatar ThomasLaPiana commented on June 11, 2024

definitely something going on here, because I can even see the "pip install" command in the docker output πŸ€”

from fides.

Related Issues (20)

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.