Skip to content

Instantly share code, notes, and snippets.

@azmeuk
Created August 25, 2020 11:40
Show Gist options
  • Save azmeuk/f6b20c8778bd222dd3957b7273694343 to your computer and use it in GitHub Desktop.
Save azmeuk/f6b20c8778bd222dd3957b7273694343 to your computer and use it in GitHub Desktop.
oidctest failure
Building op-test
Step 1/28 : FROM ubuntu:18.04
---> 6526a1858e5d
Step 2/28 : MAINTAINER hans.zandbelt@oidf.org
---> Using cache
---> e01265d850d9
Step 3/28 : RUN apt-get clean && apt-get --fix-missing update
---> Using cache
---> b96470921dbb
Step 4/28 : RUN apt-get update && apt-get install -y python3-pip
---> Using cache
---> cdceaf62683a
Step 5/28 : RUN apt-get update && apt-get install -y build-essential libssl-dev libffi-dev python3-dev
---> Using cache
---> 65f0e6867bda
Step 6/28 : ENV DEBIAN_FRONTEND noninteractive
---> Using cache
---> f7524f62fc86
Step 7/28 : RUN apt-get update && apt-get install -y git ntp psmisc python3-pytest
---> Using cache
---> 34645cc95018
Step 8/28 : ENV SRCDIR /usr/local/src
---> Using cache
---> cb2afe6831ec
Step 9/28 : ENV INSTDIR oidf
---> Using cache
---> 2b28014d7710
Step 10/28 : ENV SUBDIR ${SRCDIR}/${INSTDIR}/oidc_op
---> Using cache
---> b5796ea92112
Step 11/28 : WORKDIR ${SRCDIR}
---> Using cache
---> 30218257ed89
Step 12/28 : RUN git clone https://github.com/openid-certification/otest.git
---> Using cache
---> babcfdaaf510
Step 13/28 : RUN cd otest && python3 setup.py install && cd -
---> Using cache
---> 914b1913a444
Step 14/28 : RUN mkdir oidctest
---> Using cache
---> e21ea1fb4a6a
Step 15/28 : COPY . ${SRCDIR}/oidctest/
---> Using cache
---> 8701313ebca0
Step 16/28 : RUN cd oidctest && python3 setup.py install && cd -
---> Running in 11389f2eeb09
running install
running bdist_egg
running egg_info
creating src/oidctest.egg-info
writing src/oidctest.egg-info/PKG-INFO
writing dependency_links to src/oidctest.egg-info/dependency_links.txt
writing requirements to src/oidctest.egg-info/requires.txt
writing top-level names to src/oidctest.egg-info/top_level.txt
writing manifest file 'src/oidctest.egg-info/SOURCES.txt'
reading manifest file 'src/oidctest.egg-info/SOURCES.txt'
writing manifest file 'src/oidctest.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/oidctest
copying src/oidctest/testfunc.py -> build/lib/oidctest
copying src/oidctest/session.py -> build/lib/oidctest
copying src/oidctest/endpoints.py -> build/lib/oidctest
copying src/oidctest/regalg.py -> build/lib/oidctest
copying src/oidctest/ass_port.py -> build/lib/oidctest
copying src/oidctest/app_conf.py -> build/lib/oidctest
copying src/oidctest/__init__.py -> build/lib/oidctest
copying src/oidctest/utils.py -> build/lib/oidctest
copying src/oidctest/tool.py -> build/lib/oidctest
copying src/oidctest/file_system.py -> build/lib/oidctest
copying src/oidctest/response_encoder.py -> build/lib/oidctest
copying src/oidctest/prof_util.py -> build/lib/oidctest
copying src/oidctest/site_setup.py -> build/lib/oidctest
creating build/lib/oidctest/optt
copying src/oidctest/optt/__init__.py -> build/lib/oidctest/optt
creating build/lib/oidctest/rp
copying src/oidctest/rp/instance.py -> build/lib/oidctest/rp
copying src/oidctest/rp/pathmap.py -> build/lib/oidctest/rp
copying src/oidctest/rp/parse_conf.py -> build/lib/oidctest/rp
copying src/oidctest/rp/__init__.py -> build/lib/oidctest/rp
copying src/oidctest/rp/provider.py -> build/lib/oidctest/rp
copying src/oidctest/rp/prof_util.py -> build/lib/oidctest/rp
copying src/oidctest/rp/func.py -> build/lib/oidctest/rp
creating build/lib/oidctest/cp
copying src/oidctest/cp/setup.py -> build/lib/oidctest/cp
copying src/oidctest/cp/op_handler.py -> build/lib/oidctest/cp
copying src/oidctest/cp/log_handler.py -> build/lib/oidctest/cp
copying src/oidctest/cp/test_list.py -> build/lib/oidctest/cp
copying src/oidctest/cp/__init__.py -> build/lib/oidctest/cp
copying src/oidctest/cp/op.py -> build/lib/oidctest/cp
creating build/lib/oidctest/tt
copying src/oidctest/tt/app.py -> build/lib/oidctest/tt
copying src/oidctest/tt/instance.py -> build/lib/oidctest/tt
copying src/oidctest/tt/rest.py -> build/lib/oidctest/tt
copying src/oidctest/tt/action.py -> build/lib/oidctest/tt
copying src/oidctest/tt/__init__.py -> build/lib/oidctest/tt
copying src/oidctest/tt/entity.py -> build/lib/oidctest/tt
creating build/lib/oidctest/op
copying src/oidctest/op/check.py -> build/lib/oidctest/op
copying src/oidctest/op/oper.py -> build/lib/oidctest/op
copying src/oidctest/op/__init__.py -> build/lib/oidctest/op
copying src/oidctest/op/profiles.py -> build/lib/oidctest/op
copying src/oidctest/op/client.py -> build/lib/oidctest/op
copying src/oidctest/op/func.py -> build/lib/oidctest/op
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/oidctest
copying build/lib/oidctest/testfunc.py -> build/bdist.linux-x86_64/egg/oidctest
copying build/lib/oidctest/session.py -> build/bdist.linux-x86_64/egg/oidctest
copying build/lib/oidctest/endpoints.py -> build/bdist.linux-x86_64/egg/oidctest
creating build/bdist.linux-x86_64/egg/oidctest/optt
copying build/lib/oidctest/optt/__init__.py -> build/bdist.linux-x86_64/egg/oidctest/optt
copying build/lib/oidctest/regalg.py -> build/bdist.linux-x86_64/egg/oidctest
copying build/lib/oidctest/ass_port.py -> build/bdist.linux-x86_64/egg/oidctest
creating build/bdist.linux-x86_64/egg/oidctest/rp
copying build/lib/oidctest/rp/instance.py -> build/bdist.linux-x86_64/egg/oidctest/rp
copying build/lib/oidctest/rp/pathmap.py -> build/bdist.linux-x86_64/egg/oidctest/rp
copying build/lib/oidctest/rp/parse_conf.py -> build/bdist.linux-x86_64/egg/oidctest/rp
copying build/lib/oidctest/rp/__init__.py -> build/bdist.linux-x86_64/egg/oidctest/rp
copying build/lib/oidctest/rp/provider.py -> build/bdist.linux-x86_64/egg/oidctest/rp
copying build/lib/oidctest/rp/prof_util.py -> build/bdist.linux-x86_64/egg/oidctest/rp
copying build/lib/oidctest/rp/func.py -> build/bdist.linux-x86_64/egg/oidctest/rp
copying build/lib/oidctest/app_conf.py -> build/bdist.linux-x86_64/egg/oidctest
copying build/lib/oidctest/__init__.py -> build/bdist.linux-x86_64/egg/oidctest
copying build/lib/oidctest/utils.py -> build/bdist.linux-x86_64/egg/oidctest
creating build/bdist.linux-x86_64/egg/oidctest/cp
copying build/lib/oidctest/cp/setup.py -> build/bdist.linux-x86_64/egg/oidctest/cp
copying build/lib/oidctest/cp/op_handler.py -> build/bdist.linux-x86_64/egg/oidctest/cp
copying build/lib/oidctest/cp/log_handler.py -> build/bdist.linux-x86_64/egg/oidctest/cp
copying build/lib/oidctest/cp/test_list.py -> build/bdist.linux-x86_64/egg/oidctest/cp
copying build/lib/oidctest/cp/__init__.py -> build/bdist.linux-x86_64/egg/oidctest/cp
copying build/lib/oidctest/cp/op.py -> build/bdist.linux-x86_64/egg/oidctest/cp
copying build/lib/oidctest/tool.py -> build/bdist.linux-x86_64/egg/oidctest
copying build/lib/oidctest/file_system.py -> build/bdist.linux-x86_64/egg/oidctest
creating build/bdist.linux-x86_64/egg/oidctest/tt
copying build/lib/oidctest/tt/app.py -> build/bdist.linux-x86_64/egg/oidctest/tt
copying build/lib/oidctest/tt/instance.py -> build/bdist.linux-x86_64/egg/oidctest/tt
copying build/lib/oidctest/tt/rest.py -> build/bdist.linux-x86_64/egg/oidctest/tt
copying build/lib/oidctest/tt/action.py -> build/bdist.linux-x86_64/egg/oidctest/tt
copying build/lib/oidctest/tt/__init__.py -> build/bdist.linux-x86_64/egg/oidctest/tt
copying build/lib/oidctest/tt/entity.py -> build/bdist.linux-x86_64/egg/oidctest/tt
copying build/lib/oidctest/response_encoder.py -> build/bdist.linux-x86_64/egg/oidctest
copying build/lib/oidctest/prof_util.py -> build/bdist.linux-x86_64/egg/oidctest
creating build/bdist.linux-x86_64/egg/oidctest/op
copying build/lib/oidctest/op/check.py -> build/bdist.linux-x86_64/egg/oidctest/op
copying build/lib/oidctest/op/oper.py -> build/bdist.linux-x86_64/egg/oidctest/op
copying build/lib/oidctest/op/__init__.py -> build/bdist.linux-x86_64/egg/oidctest/op
copying build/lib/oidctest/op/profiles.py -> build/bdist.linux-x86_64/egg/oidctest/op
copying build/lib/oidctest/op/client.py -> build/bdist.linux-x86_64/egg/oidctest/op
copying build/lib/oidctest/op/func.py -> build/bdist.linux-x86_64/egg/oidctest/op
copying build/lib/oidctest/site_setup.py -> build/bdist.linux-x86_64/egg/oidctest
byte-compiling build/bdist.linux-x86_64/egg/oidctest/testfunc.py to testfunc.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/session.py to session.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/endpoints.py to endpoints.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/optt/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/regalg.py to regalg.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/ass_port.py to ass_port.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/rp/instance.py to instance.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/rp/pathmap.py to pathmap.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/rp/parse_conf.py to parse_conf.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/rp/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/rp/provider.py to provider.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/rp/prof_util.py to prof_util.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/rp/func.py to func.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/app_conf.py to app_conf.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/utils.py to utils.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/cp/setup.py to setup.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/cp/op_handler.py to op_handler.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/cp/log_handler.py to log_handler.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/cp/test_list.py to test_list.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/cp/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/cp/op.py to op.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/tool.py to tool.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/file_system.py to file_system.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/tt/app.py to app.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/tt/instance.py to instance.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/tt/rest.py to rest.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/tt/action.py to action.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/tt/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/tt/entity.py to entity.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/response_encoder.py to response_encoder.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/prof_util.py to prof_util.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/op/check.py to check.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/op/oper.py to oper.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/op/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/op/profiles.py to profiles.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/op/client.py to client.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/op/func.py to func.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/oidctest/site_setup.py to site_setup.cpython-36.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts
running install_scripts
running build_scripts
creating build/scripts-3.6
copying and adjusting script/optest.py -> build/scripts-3.6
copying and adjusting script/make_test_dir.py -> build/scripts-3.6
copying and adjusting script/oidc_setup.py -> build/scripts-3.6
copying script/make_entity_info.py -> build/scripts-3.6
changing mode of build/scripts-3.6/optest.py from 644 to 755
changing mode of build/scripts-3.6/make_test_dir.py from 644 to 755
changing mode of build/scripts-3.6/oidc_setup.py from 644 to 755
changing mode of build/scripts-3.6/make_entity_info.py from 644 to 755
creating build/bdist.linux-x86_64/egg/EGG-INFO/scripts
copying build/scripts-3.6/oidc_setup.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
copying build/scripts-3.6/optest.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
copying build/scripts-3.6/make_entity_info.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
copying build/scripts-3.6/make_test_dir.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/oidc_setup.py to 755
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/optest.py to 755
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/make_entity_info.py to 755
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/make_test_dir.py to 755
copying src/oidctest.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/oidctest.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/oidctest.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/oidctest.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/oidctest.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/oidctest.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
creating dist
creating 'dist/oidctest-0.9.2-py3.6.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing oidctest-0.9.2-py3.6.egg
creating /usr/local/lib/python3.6/dist-packages/oidctest-0.9.2-py3.6.egg
Extracting oidctest-0.9.2-py3.6.egg to /usr/local/lib/python3.6/dist-packages
Adding oidctest 0.9.2 to easy-install.pth file
Installing oidc_setup.py script to /usr/local/bin
Installing optest.py script to /usr/local/bin
Installing make_entity_info.py script to /usr/local/bin
Installing make_test_dir.py script to /usr/local/bin
Installed /usr/local/lib/python3.6/dist-packages/oidctest-0.9.2-py3.6.egg
Processing dependencies for oidctest==0.9.2
Searching for pyjwkest==1.4.3
Reading https://pypi.python.org/simple/pyjwkest/
No local packages or working download links found for pyjwkest==1.4.3
error: Could not find suitable distribution for Requirement.parse('pyjwkest==1.4.3')
ERROR: Service 'op-test' failed to build: The command '/bin/sh -c cd oidctest && python3 setup.py install && cd -' returned a non-zero code: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment