Thread: Build failed in Jenkins: pgadmin4-master-python35 #555

Build failed in Jenkins: pgadmin4-master-python35 #555

From
pgAdmin 4 Jenkins
Date:
See <https://jenkins.pgadmin.org/job/pgadmin4-master-python35/555/display/redirect?page=changes>

Changes:

[Dave Page] Fix requirements for Python 2.6.

[Dave Page] SQLAlchemy stopped supporting Python 2.6.

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building in workspace <https://jenkins.pgadmin.org/job/pgadmin4-master-python35/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.postgresql.org/git/pgadmin4.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from git://git.postgresql.org/git/pgadmin4.git
 > git --version # timeout=10
 > git fetch --tags --progress git://git.postgresql.org/git/pgadmin4.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c0cfc9f29b1e8ac1099a135ff7acf327576691fd (origin/master)
Commit message: "SQLAlchemy stopped supporting Python 2.6."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c0cfc9f29b1e8ac1099a135ff7acf327576691fd
 > git rev-list a705fb46a8df9d4db072894d8214a568c38a341a # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
PYTHON_VERSION=3.5

[EnvInject] - Variables injected successfully.
[pgadmin4-master-python35] $ /bin/sh -xe /tmp/jenkins7472331979486973223.sh
+ <https://jenkins.pgadmin.org/job/pgadmin4-master-python35/ws/ci/ci_runner.sh>
EXECUTING: Create pgAdmin config

EXECUTING: Python tests

Creating Python 3.5 virtual environment...

Using base prefix '/usr/local/python-3.5'
New python executable in <https://jenkins.pgadmin.org/job/pgadmin4-master-python35/ws/pgadmin-venv/bin/python3>
Also creating executable in <https://jenkins.pgadmin.org/job/pgadmin4-master-python35/ws/pgadmin-venv/bin/python>
Installing setuptools, pip, wheel...done.
Running virtualenv with interpreter /usr/local/python-3.5/bin/python3
Invalid requirement: 'SQLAlchemy>=1.2.5               python_version >= '2.7''
Traceback (most recent call last):
  File
"<https://jenkins.pgadmin.org/job/pgadmin4-master-python35/ws/pgadmin-venv/lib/python3.5/site-packages/pip/_vendor/packaging/requirements.py",>
line92, in __init__
 
    req = REQUIREMENT.parseString(requirement_string)
  File
"<https://jenkins.pgadmin.org/job/pgadmin4-master-python35/ws/pgadmin-venv/lib/python3.5/site-packages/pip/_vendor/pyparsing.py",>
line1617, in parseString
 
    raise exc
  File
"<https://jenkins.pgadmin.org/job/pgadmin4-master-python35/ws/pgadmin-venv/lib/python3.5/site-packages/pip/_vendor/pyparsing.py",>
line1607, in parseString
 
    loc, tokens = self._parse( instring, 0 )
  File
"<https://jenkins.pgadmin.org/job/pgadmin4-master-python35/ws/pgadmin-venv/lib/python3.5/site-packages/pip/_vendor/pyparsing.py",>
line1379, in _parseNoCache
 
    loc,tokens = self.parseImpl( instring, preloc, doActions )
  File
"<https://jenkins.pgadmin.org/job/pgadmin4-master-python35/ws/pgadmin-venv/lib/python3.5/site-packages/pip/_vendor/pyparsing.py",>
line3376, in parseImpl
 
    loc, exprtokens = e._parse( instring, loc, doActions )
  File
"<https://jenkins.pgadmin.org/job/pgadmin4-master-python35/ws/pgadmin-venv/lib/python3.5/site-packages/pip/_vendor/pyparsing.py",>
line1383, in _parseNoCache
 
    loc,tokens = self.parseImpl( instring, preloc, doActions )
  File
"<https://jenkins.pgadmin.org/job/pgadmin4-master-python35/ws/pgadmin-venv/lib/python3.5/site-packages/pip/_vendor/pyparsing.py",>
line3164, in parseImpl
 
    raise ParseException(instring, loc, self.errmsg, self)
pip._vendor.pyparsing.ParseException: Expected stringEnd (at char 32), (line:1, col:33)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File
"<https://jenkins.pgadmin.org/job/pgadmin4-master-python35/ws/pgadmin-venv/lib/python3.5/site-packages/pip/req/req_install.py",>
line82, in __init__
 
    req = Requirement(req)
  File
"<https://jenkins.pgadmin.org/job/pgadmin4-master-python35/ws/pgadmin-venv/lib/python3.5/site-packages/pip/_vendor/packaging/requirements.py",>
line96, in __init__
 
    requirement_string[e.loc:e.loc + 8]))
pip._vendor.packaging.requirements.InvalidRequirement: Invalid requirement, parse error at "'python_v'"

ERROR: Failed to install the application requirements.
ERROR: Error detected when running the Python tests.
Build step 'Execute shell' marked build as failure


Build failed in Jenkins: pgadmin4-master-python35 #556

From
pgAdmin 4 Jenkins
Date:
See <https://jenkins.pgadmin.org/job/pgadmin4-master-python35/556/display/redirect?page=changes>

Changes:

[Dave Page] Typo fix.

[Dave Page] Another attempt to fix the Python 2.6 deps.

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building in workspace <https://jenkins.pgadmin.org/job/pgadmin4-master-python35/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.postgresql.org/git/pgadmin4.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from git://git.postgresql.org/git/pgadmin4.git
 > git --version # timeout=10
 > git fetch --tags --progress git://git.postgresql.org/git/pgadmin4.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision a95775ae49e47fe1f289c514bb936a726010033c (origin/master)
Commit message: "Another attempt to fix the Python 2.6 deps."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a95775ae49e47fe1f289c514bb936a726010033c
 > git rev-list c0cfc9f29b1e8ac1099a135ff7acf327576691fd # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
PYTHON_VERSION=3.5

[EnvInject] - Variables injected successfully.
[pgadmin4-master-python35] $ /bin/sh -xe /tmp/jenkins3013319889388325584.sh
+ <https://jenkins.pgadmin.org/job/pgadmin4-master-python35/ws/ci/ci_runner.sh>
EXECUTING: Create pgAdmin config

EXECUTING: Python tests

Creating Python 3.5 virtual environment...

Using base prefix '/usr/local/python-3.5'
New python executable in <https://jenkins.pgadmin.org/job/pgadmin4-master-python35/ws/pgadmin-venv/bin/python3>
Also creating executable in <https://jenkins.pgadmin.org/job/pgadmin4-master-python35/ws/pgadmin-venv/bin/python>
Installing setuptools, pip, wheel...done.
Running virtualenv with interpreter /usr/local/python-3.5/bin/python3
Double requirement given: Flask-Security>=3.0.0 (from -r requirements.txt (line 40)) (already in Flask-Security==3.0.0
(from-r requirements.txt (line 15)), name='Flask-Security')
 
ERROR: Failed to install the application requirements.
ERROR: Error detected when running the Python tests.
Build step 'Execute shell' marked build as failure