Build failed in Jenkins: pgadmin4-master-python26 #683 - Mailing list pgadmin-hackers

From pgAdmin 4 Jenkins
Subject Build failed in Jenkins: pgadmin4-master-python26 #683
Date
Msg-id 1954242771.216.1522838191879.JavaMail.jenkins@jenkins.pgadmin.org
Whole thread Raw
Responses Build failed in Jenkins: pgadmin4-master-python26 #684
List pgadmin-hackers
See <https://jenkins.pgadmin.org/job/pgadmin4-master-python26/683/display/redirect?page=changes>

Changes:

[Dave Page] Update Python and JS modules. Fixes #3154

[Dave Page] Refactor and simplify query tool connection error handling code. Fixes

------------------------------------------
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
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-python26/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 a705fb46a8df9d4db072894d8214a568c38a341a (origin/master)
Commit message: "Refactor and simplify query tool connection error handling code. Fixes #3235"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a705fb46a8df9d4db072894d8214a568c38a341a
 > git rev-list fc886cf8bb51987fb77b3e2b5553c401ed5b24be # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
PYTHON_VERSION=2.6

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

EXECUTING: Python tests

Creating Python 2.6 virtual environment...

New python executable in <https://jenkins.pgadmin.org/job/pgadmin4-master-python26/ws/pgadmin-venv/bin/python>
Installing setuptools, pip...done.
Running virtualenv with interpreter /usr/local/python-2.6/bin/python
DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of
pipwill drop support for Python 2.6
 
Collecting wheel==0.29.0

<https://jenkins.pgadmin.org/job/pgadmin4-master-python26/ws/pgadmin-venv/lib/python2.6/site-packages/pip/_vendor/urllib3/util/ssl_.py>:339:
SNIMissingWarning:An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not
availableon this platform. This may cause the server to present an incorrect TLS certificate, which can cause
validationfailures. You can upgrade to a newer version of Python to solve this. For more information, see
https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  SNIMissingWarning

<https://jenkins.pgadmin.org/job/pgadmin4-master-python26/ws/pgadmin-venv/lib/python2.6/site-packages/pip/_vendor/urllib3/util/ssl_.py>:137:
InsecurePlatformWarning:A true SSLContext object is not available. This prevents urllib3 from configuring SSL
appropriatelyand may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this.
Formore information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
 
  InsecurePlatformWarning
  Using cached wheel-0.29.0-py2.py3-none-any.whl
Collecting argparse; python_version == "2.6" (from wheel==0.29.0)
  Using cached argparse-1.4.0-py2.py3-none-any.whl
Installing collected packages: argparse, wheel
Successfully installed argparse-1.4.0 wheel-0.29.0
DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of
pipwill drop support for Python 2.6
 
Ignoring Flask-HTMLmin: markers 'python_version >= "2.7"' don't match your environment
Ignoring psycopg2: markers 'python_version >= "2.7"' don't match your environment
Ignoring pycryptodome: markers 'python_version >= "2.7"' don't match your environment
Collecting blinker==1.4 (from -r requirements.txt (line 4))

<https://jenkins.pgadmin.org/job/pgadmin4-master-python26/ws/pgadmin-venv/lib/python2.6/site-packages/pip/_vendor/urllib3/util/ssl_.py>:339:
SNIMissingWarning:An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not
availableon this platform. This may cause the server to present an incorrect TLS certificate, which can cause
validationfailures. You can upgrade to a newer version of Python to solve this. For more information, see
https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  SNIMissingWarning

<https://jenkins.pgadmin.org/job/pgadmin4-master-python26/ws/pgadmin-venv/lib/python2.6/site-packages/pip/_vendor/urllib3/util/ssl_.py>:137:
InsecurePlatformWarning:A true SSLContext object is not available. This prevents urllib3 from configuring SSL
appropriatelyand may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this.
Formore information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
 
  InsecurePlatformWarning
  Using cached blinker-1.4.tar.gz
Collecting extras==1.0.0 (from -r requirements.txt (line 5))
  Using cached extras-1.0.0-py2.py3-none-any.whl
Collecting fixtures==3.0.0 (from -r requirements.txt (line 6))
  Using cached fixtures-3.0.0-py2.py3-none-any.whl
Collecting Flask==0.12.2 (from -r requirements.txt (line 7))
  Using cached Flask-0.12.2-py2.py3-none-any.whl
Collecting Flask-Gravatar==0.5.0 (from -r requirements.txt (line 8))
  Using cached Flask_Gravatar-0.5.0-py2.py3-none-any.whl
Collecting Flask-Login==0.3.2 (from -r requirements.txt (line 10))
Collecting Flask-Mail==0.9.1 (from -r requirements.txt (line 11))
Collecting Flask-Migrate==2.1.1 (from -r requirements.txt (line 12))
  Using cached Flask_Migrate-2.1.1-py2.py3-none-any.whl
Collecting Flask-Principal==0.4.0 (from -r requirements.txt (line 13))
Collecting Flask-Security==3.0.0 (from -r requirements.txt (line 14))
  Using cached Flask_Security-3.0.0-py2.py3-none-any.whl
Collecting Flask-SQLAlchemy==2.3.2 (from -r requirements.txt (line 15))
  Using cached Flask_SQLAlchemy-2.3.2-py2.py3-none-any.whl
Collecting Flask-WTF==0.14.2 (from -r requirements.txt (line 16))
  Using cached Flask_WTF-0.14.2-py2.py3-none-any.whl
Collecting html5lib==1.0.1 (from -r requirements.txt (line 17))
  Using cached html5lib-1.0.1-py2.py3-none-any.whl
Collecting importlib==1.0.3 (from -r requirements.txt (line 18))
Collecting linecache2==1.0.0 (from -r requirements.txt (line 19))
  Using cached linecache2-1.0.0-py2.py3-none-any.whl
Collecting ordereddict (from -r requirements.txt (line 20))
Collecting passlib==1.7.1 (from -r requirements.txt (line 21))
  Using cached passlib-1.7.1-py2.py3-none-any.whl
Collecting pbr==3.1.1 (from -r requirements.txt (line 22))
  Using cached pbr-3.1.1-py2.py3-none-any.whl
Collecting psycopg2==2.7.3.2 (from -r requirements.txt (line 24))
  Using cached psycopg2-2.7.3.2-cp26-cp26m-manylinux1_x86_64.whl
Collecting pycrypto==2.6.1 (from -r requirements.txt (line 25))
Collecting pyrsistent==0.14.2 (from -r requirements.txt (line 27))
  Using cached pyrsistent-0.14.2.tar.gz
Collecting python-dateutil==2.7.1 (from -r requirements.txt (line 28))
  Could not find a version that satisfies the requirement python-dateutil==2.7.1 (from -r requirements.txt (line 28))
(fromversions: 1.4, 1.4.1, 1.5, 2.1, 2.2, 2.3, 2.4.0, 2.4.1, 2.4.1.post1, 2.4.2, 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.6.0,
2.6.1)
No matching distribution found for python-dateutil==2.7.1 (from -r requirements.txt (line 28))
ERROR: Failed to install the application requirements.
ERROR: Error detected when running the Python tests.
Build step 'Execute shell' marked build as failure


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][RM#3235] Code refactoring in Query tool
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch] Remake Docker container packaging