Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1g4XQ5-0004KW-Ff for pgadmin-hackers@arkaria.postgresql.org; Mon, 24 Sep 2018 20:25:25 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1g4XQ1-0005VH-7W for pgadmin-hackers@arkaria.postgresql.org; Mon, 24 Sep 2018 20:25:21 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1g4XQ0-0005Un-W7 for pgadmin-hackers@lists.postgresql.org; Mon, 24 Sep 2018 20:25:21 +0000 Received: from ec2-34-205-157-3.compute-1.amazonaws.com ([34.205.157.3] helo=jenkins.pgadmin.org) by magus.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1g4XPw-00055i-7S for pgadmin-hackers@lists.postgresql.org; Mon, 24 Sep 2018 20:25:20 +0000 Received: from ip-172-31-48-139.ec2.internal (localhost [127.0.0.1]) by jenkins.pgadmin.org (Postfix) with ESMTP id DF71D1010CAB; Mon, 24 Sep 2018 20:25:14 +0000 (UTC) Date: Mon, 24 Sep 2018 20:25:14 +0000 (UTC) From: pgAdmin 4 Jenkins To: pgadmin-hackers@lists.postgresql.org, ashesh.vashi@enterprisedb.com, dpage@pgadmin.org Message-ID: <771046081.383.1537820714755.JavaMail.jenkins@jenkins.pgadmin.org> In-Reply-To: <893086647.154.1520611896305.JavaMail.jenkins@jenkins.pgadmin.org> References: <893086647.154.1520611896305.JavaMail.jenkins@jenkins.pgadmin.org> Subject: Build failed in Jenkins: pgadmin4-master-python27-feature #15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjNGckiRry31z5BCjb5sX61bhCEivM5jF9+Px01XiUEYNxkx6s+4uvhpH1TKpW5iPxOxYdE3IorZIgsp7P1lYvrVHRf+siYLs+8Qk1/2NCoa36lJJqFb8uZ40JClieMcrOWmRJ5mVfLqV4BVYcfjbjK1pBlSObTZtjH4s/KdeAjByQfJqljw6T4JHDk3BE5ljs/cnM9heI8tl8oV42HF7l/PwYapdGGscBdSExDH9cGn5aA2v3+BENvnDkAaWg9Bq8jpVENHqoeMMRrKY4wzv/q92pUNQwRM+VGEr0uUJUCkDxmfp+5IIrXrqaaF3sCNIIKeeyYQd96v/8k03N0cP9wIDAQAB X-Jenkins-Job: pgadmin4-master-python27-feature X-Jenkins-Result: FAILURE List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk See Changes: [Dave Page] Fix SQL generated when dropping NOT NULL from a "char" column. = Fixes [Dave Page] Add support for connecting using pg_service.conf files. Fixes #= 3140 [Dave Page] Fix template path generation for Windows. Fixes #3139 [Dave Page] Revert "Fix template path generation for Windows. Fixes #3139" [Dave Page] Fix template paths for Windows. Fixes #3139 [Dave Page] Refactor server dialogue validation for better unit testing. [Dave Page] Skip tests where appropriate on GPDB. Fixes #3190 [Dave Page] Fix unicode handling in the external process tools and show the= complete [Dave Page] PEP-8 fixes [Dave Page] Fix trim function which was causing some JS errors during Serve= r [akshay.joshi] Sporadically crashes on Windows when exit. Fixes #3177 1) = Shutdown the [akshay.joshi] Fixed PEP8 issue [Dave Page] Exit CI run if the PEP-8 checks fail. [Dave Page] Add a French translation. Fixes #3184 [Dave Page] Update message catalogs. Current status: [Dave Page] Ignore config_local.py and config_distro.py when running PEP-8 = checks. [Dave Page] Ensure SSL options are pushed down to external tools like pg_du= mp. Fixes [Dave Page] Ensure the cookie domain and path are properly set. Fixes #3197 [Dave Page] Revert "Ensure the cookie domain and path are properly set. Fix= es #3197" [Dave Page] Update required ChromeDriver version for current versions of Ch= rome. [Dave Page] Ensure the file manager properly escapes file & directory names= . Fixes [Dave Page] Pass the service name to external processes. Fixes #3195 [Dave Page] French translation update. [Dave Page] Ensure the host parameter is correctly pickup up from the servi= ce file. [Dave Page] Use a common function for sever setup in the testsuite. [Dave Page] Appropriately set the cookie path. Fixes #3197 [Dave Page] Update Karma to 2.0 with plugins. Fixes #3222 [Dave Page] 3.0 release notes [Dave Page] Fix an error on exit caused by the cookie path patch. [Dave Page] PEP8 fixes [Dave Page] Add some missing items to the release notes. [Dave Page] Fix a number of broken connection detection scenarios. [Dave Page] Bump version for release. [Dave Page] Secure runtime temp files. [Dave Page] Fix issue seen with older versions of GCC. [Dave Page] Enable building of the runtime from the top level Makefile. Fix= es #1305 [Dave Page] Fix target dependency per Rahul Soshte. [Dave Page] Move the field error indicators in front of the affected fields= so they [Dave Page] Simplify cookie domain/path settings, per discussion. Instead o= f trying [Dave Page] Decode the severity field in database exception objects properl= y. Fixes [Dave Page] Fix index node display on PG 10. Fixes #3180 [Dave Page] Show more granular timing info in the query tool history panel.= Fixes [Dave Page] Add the ability to enable/disable UI animations. Fixes #1978 [Dave Page] Update screenshot. [Dave Page] Update Python and JS modules. Fixes #3154 [Dave Page] Refactor and simplify query tool connection error handling code= . Fixes [Dave Page] Fix requirements for Python 2.6. [Dave Page] SQLAlchemy stopped supporting Python 2.6. [Dave Page] Typo fix. [Dave Page] Another attempt to fix the Python 2.6 deps. [Dave Page] Cleanup some duplication in the requirements. [Dave Page] Update container build to use Alpine Linux and Gunicorn instead= of [Dave Page] Ensure Alertify dialogues are modal to prevent them being close= d by [Dave Page] Allow sorting when viewing/editing data. Fixes #1894 [Dave Page] Add a (configurable) limit to the number of pgAgent job history= rows [Dave Page] Update developer docs to note that ES6 should be used and tests= should [Dave Page] Update filter dialogue Javascript to use ES6. [Dave Page] Message catalog update [Dave Page] Ignore generated file [Dave Page] Don't use pycryptodome at the moment, as it doesn't play well o= n [Dave Page] Only avoid pre-built binaries for psycopg2 when building the Ma= c [Dave Page] Ensure the query tool will open properly under MS Edge. [Dave Page] Cleanup node modules when cleaning [Dave Page] Fix non-ASCII password decryption/encryption under Python 3 [Dave Page] Revert "Fix non-ASCII password decryption/encryption under Pyth= on 3" [Dave Page] Add a couple of files for git to ignore. [Dave Page] Avoid a crash in the runtime if there are spaces in the users u= sername. [Dave Page] Fix password encryption/decryption on Python 3. [Dave Page] Catch errors when trying to EXPLAIN an invalid query. Fixes #32= 57 [Dave Page] Fix an error generating SQL for trigger functions. Fixes #3179 [Dave Page] Update Japanese translation. [Dave Page] Add required HTMLmin version - the Flask-htmlmin package doesn'= t seem to [Dave Page] Fix typo [Dave Page] Fix Alertify version requirement which inadvertently got bumped= . [Dave Page] This time, properly fix Alertify version requirement which inad= vertently [Dave Page] Fix python wheel dependencies. [Dave Page] Fix an error in the Japanese translation that caused a startup = failure. [Dave Page] Another attempt at making the JA translation work properly. Get= text [akshay.joshi] Close button added to the alertify message box, which pops u= p in case of [akshay.joshi] Fixed display SQL of table with index for GreenPlum database= . Fixes [akshay.joshi] Fixed issue where icon for Partitioned tables was the same a= s Non [Dave Page] Cleanup some old code that was failing CI. [Dave Page] Fix compiler warning. [Ashesh Vashi] Ensure the JS-linter is running on all the tests files. [Ashesh Vashi] Fixed the issues for all the javascript files reported by th= e liner. [Dave Page] HAve the clean target zap any generated JS or CSS. Fixes #3134 [Dave Page] Fix mis-edit. [akshay.joshi] F5 key should work to refresh Browser tree. Fixes #3284 Refa= ctoring by:=20 [Dave Page] Python 3 fixes [Dave Page] Allow feature tests to run in Chrome headless mode. [Dave Page] Fix the template loader to work reliably under Windows (fixing = external [Dave Page] Scroll cells into the viewport if needed during the CheckForVie= wData [Dave Page] Update chromedriver version to support Chrome 66. [Dave Page] Add support for SSH tunneled connections. Fixes #1447 [Dave Page] Bump version to avoid confusion [Dave Page] One day I'll remember to update the version everywhere... [Dave Page] Standardise the error handling for parsing of JSON response mes= sages [akshay.joshi] Backup, Maintenance and Restore should not be started if dat= abase name [akshay.joshi] Fixed layout of the alertify error message in the query tool= . Fixes [Dave Page] Ensure the runtime core application is setup before trying to a= ccess any [akshay.joshi] Updated release note for 3.1 [Dave Page] Fix ordering of changes in release notes. [akshay.joshi] Fixed query tool keyboard issue where arrow keys were not be= having as [Dave Page] Set SESSION_COOKIE_SAMESITE=3D'Lax' per Flask recommendation to= prevents [Dave Page] Update release notes [Dave Page] Ensure the debugger container has focus when loaded. Fixes #329= 5 [Dave Page] Release notes update. [Ashesh Vashi] Using the 'webcabin-docker' from new repository, which conta= ins fixed [Ashesh Vashi] Change the order of the shims in the shims file. [Ashesh Vashi] Using the latest version (v2.3.0) of jquery.event.drag to fi= x the [Ashesh Vashi] Revert back to jquery version 1.12.4 until we fix the jasmin= e testsuite, [Ashesh Vashi] Using the latest version (v2.3.0) of jquery.event.drop. [Dave Page] Ensure server cleanup on exit only happens if the server actual= ly [Dave Page] Fix webpack config regexps to be more Windows-friendly. [Ashesh Vashi] Initial version of the new tree implementation. [Dave Page] Fix template handling in tests for Windows. [Dave Page] Correct error message [Dave Page] Allow "make" to be overridden in the environment. [Dave Page] Support running feature tests against Firefox. Fixes #3270 [Dave Page] Use VCINSTALLDIR instead of VCDIR, as that is set by Visual Stu= dio [Dave Page] Assume Yarn and Node are always in the path [Dave Page] No need to define PGADMIN4_USE_WEBKIT any more. [Dave Page] PYTHON_VERSION is set automatically. Use it to conditionally fi= x the [Dave Page] PGDIR isn't needed in the path and we shouldn't have random Min= gw paths [Dave Page] Rough cleanup of the environment setup [Dave Page] Further cleanup of the environment setup [Dave Page] Further cleanup of the environment setup [Dave Page] Fix a couple of find/replace errors. [Ashesh Vashi] Using the '.eslintignore' config file for excluding the temp= orary, [akshay.joshi] Fixed issue where 'Identity file' control of SSH Tunnel tab = is enabled [akshay.joshi] Correct the logic to set the SUPPORT_SSH_TUNNEL flag, if th= e flag is [akshay.joshi] Fixed pep8 issue for last commit. [Dave Page] Allow connections to servers with port numbers < 1024 which may= be seen [Dave Page] Ensure the debugger container has focus when loaded. Fixes #329= 5 - this [Dave Page] Major cleanup of the Windows installer build script. [Dave Page] Don't barf on nested parentheses as we may find on 64 bit syste= ms. [Dave Page] Further windows make script cleanup. [Dave Page] Need to CALL Yarn. [Dave Page] Returning %ERRORLEVEL% is proving unreliable. Just return 1 ins= tead if [Dave Page] There's no need to activate/deactivate/activate the venv. [Dave Page] Handle dependencies that may or may not be present. [Dave Page] Minor fixes [Dave Page] CALL all external programs, or labels cannot be found. [Dave Page] Add some more missing CALL statements [Dave Page] Add missing . [Dave Page] Fix PyCrypto if using Python 3. [Dave Page] Hack to compile PyCrypto with VC++ [Dave Page] Batch, not bash!! Correct the syntax. [Dave Page] Update jQuery to 3.3.1. Fixes #3271 [Dave Page] Handle errors properly if they occur when renaming a database. = Fixes [Dave Page] Fix dropping of databases over SSH tunneled connections. Fixes = #3357 [Dave Page] Disable emojis in Yarn output. [Dave Page] Fix syntax [Dave Page] Remove duplicate options [Dave Page] Revert failed Yarn changes. [Dave Page] Fix failed yarn changes [Dave Page] Fix failed yarn changes [Dave Page] Ensure backup/restore/maintenance work via SSH tunnels. Fixes #= 3355 [Dave Page] Add support for LISTEN/NOTIFY in the query tool. Fixes #3204 [Dave Page] Add support for source maps in the karma test framework to aid [akshay.joshi] Fixed ordering of changes in release note and added one miss= ing entry. [Dave Page] Remove bug 3357 from the release notes. As it was a fix to a fe= ature [Dave Page] Cleanup Python 3 server startup code. Fixes #3277 [Dave Page] Fix an issue where a change to any field in server dialog cause= s the [Dave Page] Bind the container server to ipv6 as well as ipv4 ports. Fixes = #3392 [Dave Page] Update the release notes. [Dave Page] Ignore the ycache directory when linting. [Dave Page] Include libffi-devel in the Docker build. [Dave Page] Correct package name [Dave Page] Fix Gunicorn binding for IPv4. [Dave Page] Fix constraint on servers table in SQLite to allow ports < 1024= . Fixes [Dave Page] Handle a potential error case in the connection status monitori= ng. [Ashesh Vashi] Extract the tests and refactor some of the methods. [Dave Page] Move the notifications tab between messages and history as it s= eems more [Dave Page] s/shutdown/shut down/ [Dave Page] Avoid an exception on GreenPlum when retrieving RE-SQL on a tab= le. Fixes [Dave Page] Fix labels and popups on EXPLAIN plan that were broken by the j= Query 3 [Ashesh Vashi] Disable ACLs for the database objects for the Greenplum due = to [Dave Page] Function and procedure support for PG11. Fixes #3362 [Dave Page] Fix auto-complete. Fixes #3374 [Dave Page] Fix stored procedure test cases so they don't fail on EPAS 9.4 [Dave Page] Enable building of the appbundle with Python 3.6. [Dave Page] Don't pipe the list of binaries through uniq. It seems to be ov= erflowing [Dave Page] Fix documentation indexing. [Dave Page] Remove an extra space in Procedure templates. [Dave Page] Add an option to auto-complete keywords in upper case. Fixes #2= 686 [Dave Page] Include the schema name on RE-SQL for packages. Fixes #3356 [Dave Page] Add Python API tests for execution of external utilities such a= s [Dave Page] Fix external utilities to run with Python 2.6. [Dave Page] Further Python 2.6 fixes. [Dave Page] Delete the venv folder prior to upgrade. Fixes #3384 [Ashesh Vashi] Flask 1.0.2 does not allow a dot (.) in the view_func name, = which we use [Dave Page] README update [Dave Page] Ensure that template0 and template1 are available as tempates w= hen [Dave Page] Fix indent. [Dave Page] Fix file permissions per Devrim [Dave Page] Allow the connection timeout to be configured on a per-server b= asis. [Dave Page] Fix the RE-SQL generation for GreenPlum external tables. Fixes = #3431 [Dave Page] Fix handling of SQL_ASCII data in the query tool. Fixes #3289. = Fixes [Dave Page] Update release notes. [akshay.joshi] Fixed issue of detection of EPAS server 11 and above. Versio= n string is [Dave Page] Minor fix to handle auto-discovery of servers with no port reco= rded. [Dave Page] Allow dropping of Procedures in PG 11. Fixes #3423 [Dave Page] Fix Python 2.6 support for SQL_ASCII data in the query tool. [Dave Page] Allow sorting in the file dialogue. Fixes #3273 [Dave Page] Various EPAS/PG11 function & procedure fixes. Fixes #3421. Fixe= s #3422 [Dave Page] Fix various Drop menu options that were broken during the treev= iew [Dave Page] Require v1.1 of the pldbgapi extension to debug on EPAS 11. [Dave Page] Correct version comparison, per Khushboo. [Dave Page] Don't use imple variable notation in bash scripts. [akshay.joshi] Updated extension upgrade message. Fixes #3445 [Dave Page] Prep for 3.1 release. [Dave Page] Fix a French translation error that could prevent the server st= arting [Dave Page] Japanese translation fixes. [Dave Page] Message catalog updates: [Dave Page] Feature test reliability improvements: [Dave Page] PEP-8 fix [Dave Page] Fix bug number, per Khushboo [Dave Page] Fix stupid typo [Dave Page] Fix wheel deps [Dave Page] Prep 3.2 release notes page. [Dave Page] Properly support backups in Directory format. Fixes #3309 [Dave Page] Fix debugging of procedures in EPAS packages. Fixes #3457 [Dave Page] Cleanup and fix handling of Query Tool Cancel button status. Fi= xes #3319 [Dave Page] Fix restoring of restore options for sections. Fixes # [Dave Page] Fix restoring of restore options for sections. Fixes #3362 [Dave Page] Correct bug number. [Dave Page] Correct the runtime options list. [Dave Page] Don't create a session when the /misc/ping test endpoint is cal= led. [Dave Page] Infrastructure and changes to the Query Tool for realtime prefe= rence [Dave Page] Add missing files related to previous commit: Infrastructure an= d changes [Dave Page] Add support for Trigger and JIT stats in the graphical query pl= an [Dave Page] Add feature tests for Backup/Restore and Maintenance. Fixes #32= 06 [Dave Page] Replace deprecated success, error callbacks in $.ajax call with= new [Dave Page] Ensure text is visible in the SQL Filter dialogue. Fixes #3478 [Dave Page] More jQuery 3 updates. [Dave Page] Ensure CodeMirror always has a non-zero font size. Fixes #3480 [Dave Page] Improve sizing on Linux [Dave Page] Add "messages" target to extract, update and compile message ca= talogs [Dave Page] Add a Korean translation. [Dave Page] Update message catalogs: [Dave Page] Support running on systems without a system tray. Fixes #3316 [Dave Page] Add hints for the config options. [Dave Page] Various procedure/function related fixes for EPAS/PG 11. Fixes = #3446 [Dave Page] Fix a number of debugger execution issues. Fixes #3191 [Dave Page] Exclude system columns in Import/Export. Fixes #3448 [Dave Page] Fix backup in directory format on Windows. [akshay.joshi] Added keyboard shortcut for 'pgAdmin4' menu. [Dave Page] Support SSH tunneling with keys that don't have a passphrase. F= ixes [Dave Page] Ensure the SSH tunnel port number is honoured. Fixes #3471 [Dave Page] Add a menu option to the runtime to copy the appserver URL to t= he [Dave Page] Allow the user to specify a fixed port number in the runtime to= aid [Dave Page] Add support for INCLUDE columns on indexes and index constraint= s with PG [Dave Page] Remove comment that's not really needed any more. [Dave Page] Fix panel errors seen when click on partitions. [Dave Page] Add support for SCRAM password changes (requires psycopg2 >=3D = 2.8). Fixes [Dave Page] SESSION_SKIP_PATHS should be set before we load local or distro= config [Dave Page] Include a cacert file when needed for the upgrade check. Fixes = #3185 [Dave Page] Update release notes. [Dave Page] Realtime preference handling for the Dashboards and Debugger. F= ixes [Ashesh Vashi] Refactored the dashboard code, which was allowing each node = type to [Ashesh Vashi] As per Aditya - we need the server version for the certain o= perations, [Dave Page] Fixed dashboard reloading even if subnodes under a dashboard or= server [Ashesh Vashi] 'anyFamilyMember' runs the condition function for all nodes = in the [Ashesh Vashi] We need to remove the interval callbacks for retrieving the = statistics [Ashesh Vashi] Improved the functionality of enable/disable the auto-collec= tion of the [Ashesh Vashi] Remove the unused variable to satisfy the linter. [akshay.joshi] Add support for reset saved password. Fixes #3074 [akshay.joshi] Add support for primary key, foreign key, unique key, indexe= s and [Ashesh Vashi] Fixed couple of issues for the dashboard. - Filter for the g= rids were [akshay.joshi] View Data->Filtered Rows dialog should be displayed. Fixes #= 3527 [akshay.joshi] 1. Change the string from 'Reset server password" to "Clear = Saved [akshay.joshi] COST statement should not be automatically duplicated after = creating [akshay.joshi] Added version number for URL's to ensure that files are only= cached on a [akshay.joshi] pgAdmin4 should work with python 3.7, Fixes #3458 [akshay.joshi] Add support to save and clear SSH Tunnel password. Fixes #35= 11 [akshay.joshi] Update version and message catalog for release. [Dave Page] Add missing library to list. [Dave Page] Updated Japanese translation. [Dave Page] Fix keyboard shortcuts layout in the preferences panel. Fixes #= 3407 [Dave Page] Add a Spanish translation. Fixes #3553 [Dave Page] Handle connection errors properly in the query tool. Fixes #352= 8 [Ashesh Vashi] We were refering to the wrong 'name' variable during cleanin= g up the [Dave Page] Ensure that refreshing a node also updates the Property list. F= ixes [Ashesh Vashi] Changed the icon, label, inode, etc. propely while refreshin= g the [Dave Page] Correctly handle "values" in web/pgadmin/__init__.py -> [Dave Page] Fix passing of --globals-only to global backups. [akshay.joshi] Ensure sql for Role should be visible in SQL panel for GPDB.= Fixes #3578 [akshay.joshi] 1) Fix sort/filter dialog editing issue. Fixes #3558. 2) Fix= sort/filter [akshay.joshi] Stabilise feature tests for continuous running on CI systems= . Fixes [Ashesh Vashi] Make the session thread safe. [akshay.joshi] 1. Added new backup/restore options for PostgreSQL 11. Fixes= #3503 2. [akshay.joshi] Ensure 'select all' and 'unselect all' working properly for = pgAgent [akshay.joshi] Ensure sort/filter dialog should display proper message afte= r losing [akshay.joshi] Merge pgcli code with version 1.10.3, which is used for auto= complete [akshay.joshi] Fixed auto complete issues for Python 2.6 [akshay.joshi] Ensure external table node should be visible only for GPDB. = Fixes #3548 [akshay.joshi] Ensure that refresh button on dashboard should refresh the t= able. Fixes [Dave Page] When building the Windows installer, copy system Python package= s before [akshay.joshi] Fixed debugger execution issues: 1. Allow debugging of EPAS= package [akshay.joshi] Fix auto scrolling issue in debugger on step in and step out= . Fixes [akshay.joshi] Fixed auto complete issue for EPAS database server. [Dave Page] Add a geometry viewer that can render PostGIS data on a blank c= anvas or [akshay.joshi] Correct the documentation of View/Edit data. Fixes #3604 [Dave Page] Update message catalogs [Dave Page] Update versions for 3.3. [Dave Page] Move all CSS into SCSS files for consistency and ease of colour [Dave Page] Include the 3.4 release notes in the toctree. [Dave Page] Update test cases to match style changes [Dave Page] Update Japanese translation (and rebuild the rest). [Dave Page] Update French translation (and rebuild the rest). [Dave Page] Add optional data point markers and mouse-over tooltips to disp= lay [Dave Page] Doc updates for optional data point markers and mouse-over tool= tips to [Dave Page] Remove package-lock.json to stop Yarn bleating. [Dave Page] Further stability fixes for the feature tests. [Dave Page] Remove unnecessary screenshot. [Dave Page] Add shortcuts for View Data and the Query tool to the Browser h= eader [akshay.joshi] Used SCSS variables instead of hardcoded value for color and= moved code [Dave Page] Ensure auto-complete works for objects in schemas other than pu= blic and [akshay.joshi] Fixed issue where wrong menu id passed when click on 'View D= ata' tool [Dave Page] Fix support for the CLOB datatype in EPAS. Fixes #3596 [Dave Page] Fix logic around validation and highlighting of Sort/Filter in = the Query [Dave Page] Add a startup logger to the runtime to aid with debugging. [Dave Page] Update some of the JS dependencies to ensure we can use Node 10= . Fixes [Dave Page] Chance an update to Node 8. Let's see how Jenkins likes this. [akshay.joshi] Added null checks and some more startup logs for runtime [Dave Page] Ensure the runtime can startup properly if there are wide chara= cters in [Dave Page] Ensure changes to Query Tool settings from the Preferences dial= ogue are [Dave Page] Swap the Schema and Schemas icons and Catalog and Catalogs icon= s that [Dave Page] Update supported Python versions to match reality. ------------------------------------------ [...truncated 30.56 KB...] Processed pgadmin.css, before: 763684, after: 117546, ratio: 15.39% Processed style.css, before: 478382, after: 368575, ratio: 77.05% Hash: 2fb8c3b6949a8dd4767a Version: webpack 3.11.0 Time: 62016ms Asset Size Chunks = Chunk Names img/load-root.gif 8.78 kB [emitted] = =20 fonts/OpenSans-Regular.ttf 217 kB [emitted] = =20 fonts/glyphicons-halflings-regular.eot 20.1 kB [emitted] = =20 fonts/context-menu-icons.eot 3.53 kB [emitted] = =20 fonts/glyphicons-halflings-regular.woff2 18 kB [emitted] = =20 fonts/glyphicons-halflings-regular.woff 23.4 kB [emitted] = =20 fonts/glyphicons-halflings-regular.ttf 45.4 kB [emitted] = =20 fonts/glyphicons-halflings-regular.svg 109 kB [emitted] = =20 fonts/fontawesome-webfont.eot 166 kB [emitted] = =20 fonts/fontawesome-webfont.woff2 77.2 kB [emitted] = =20 fonts/fontawesome-webfont.woff 98 kB [emitted] = =20 fonts/fontawesome-webfont.ttf 166 kB [emitted] = =20 fonts/fontawesome-webfont.svg 444 kB [emitted] [b= ig] =20 fonts/context-menu-icons.woff2 1.7 kB [emitted] = =20 fonts/context-menu-icons.woff 2.18 kB [emitted] = =20 fonts/context-menu-icons.ttf 3.32 kB [emitted] = =20 fonts/SourceCodePro-Regular.ttf 121 kB [emitted] = =20 img/tree-check-big.png 6.06 kB [emitted] = =20 img/tree-check-big-rtl.png 6.36 kB [emitted] = =20 sqleditor.js 649 kB 0, 3 [emitted] [b= ig] sqleditor app.bundle.js 653 kB 1, 2, 3 [emitted] [b= ig] app.bundle debugger_direct.js 73.4 kB 2, 3 [emitted] = debugger_direct codemirror.js 2.08 kB 3 [emitted] = codemirror vendor.js 2.23 MB 4 [emitted] [b= ig] vendor file_utils.js 332 kB 5 [emitted] [b= ig] file_utils pgadmin.js 1.19 kB 6 [emitted] = pgadmin pgadmin_commons.js 204 kB 7 [emitted] = pgadmin_commons style.js 526 bytes 8 [emitted] = style pgadmin.css 118 kB 6 [emitted] = pgadmin style.css 369 kB 8 [emitted] [b= ig] style pgadmin.js.map 19.9 kB 6 [emitted] = pgadmin style.js.map 16.7 kB 8 [emitted] = style [11] ./pgadmin/static/js/alertify.pgadmin.defaults.js 13.2 kB {5} {7} [bu= ilt] [12] ./pgadmin/static/js/backgrid.pgadmin.js 44.2 kB {7} [built] [29] ./pgadmin/static/bundle/codemirror.js 1.16 kB {0} {1} {2} {3} [built= ] [30] ./pgadmin/static/js/sqleditor_utils.js 6.82 kB {0} {1} {2} [built] [31] ./pgadmin/static/js/selection/range_selection_helper.js 5.9 kB {0} [= built] [37] ./pgadmin/static/js/codemirror/addon/fold/pgadmin-sqlfoldcode.js 3.3= 9 kB {0} {1} {2} {3} [built] [49] ./pgadmin/static/js/codemirror/extension/centre_on_line.js 472 bytes= {0} {1} {2} {3} [built] [50] ./pgadmin/static/js/modify_animation.js 2.86 kB {0} {1} {2} [built] [58] ./pgadmin/static/js/keyboard_shortcuts.js 10 kB {0} {1} {2} [built] [166] ./pgadmin/tools/debugger/static/js/direct.js 62.7 kB {1} {2} [built] [275] ./pgadmin/static/bundle/app.js 739 bytes {1} [built] [353] ./pgadmin/tools/sqleditor/static/js/sqleditor.js 126 kB {0} [built] [453] ./pgadmin/misc/file_manager/static/js/utility.js 58.5 kB {5} [built] [457] multi ./pgadmin/static/scss/pgadmin.scss ./pgadmin/browser/server_gr= oups/servers/static/scss/_servers.scss ./pgadmin/browser/static/css/browser= .css ./pgadmin/browser/static/css/wizard.css ./pgadmin/browser/static/scss/= _browser.scss ./pgadmin/browser/static/scss/_wizard.scss ./pgadmin/dashboar= d/static/css/dashboard.css ./pgadmin/dashboard/static/scss/_dashboard.scss = ./pgadmin/misc/bgprocess/static/css/bgprocess.css ./pgadmin/misc/bgprocess/= static/scss/_bgprocess.scss ./pgadmin/misc/file_manager/static/css/file_man= ager.css ./pgadmin/misc/file_manager/static/scss/_file_manager.scss ./pgadm= in/misc/static/explain/css/explain.css ./pgadmin/misc/static/explain/scss/_= explain.scss ./pgadmin/preferences/static/css/preferences.css ./pgadmin/pre= ferences/static/scss/_preferences.scss ./pgadmin/tools/debugger/static/css/= debugger.css ./pgadmin/tools/debugger/static/scss/_debugger.scss ./pgadmin/= tools/grant_wizard/static/scss/_grant_wizard.scss ./pgadmin/tools/maintenan= ce/static/scss/_maintenance.scss ./pgadmin/tools/sqleditor/static/css/sqled= itor.css ./pgadmin/tools/sqleditor/static/scss/_history.scss ./pgadmin/tool= s/sqleditor/static/scss/_sqleditor.scss ./pgadmin/tools/user_management/sta= tic/scss/_user_management.scss 304 bytes {6} [built] [482] ./pgadmin/static/css/style.css 41 bytes {8} [built] + 550 hidden modules Done in 63.09s. Done in 63.37s. Done in 72.31s. Done in 72.66s. Running regression tests... :144: UserWarning: = The psycopg2 wheel package will be renamed from release 2.8; in order to ke= ep installing from binary please use "pip install psycopg2-binary" instead.= For details see: . """) 2018-09-24 20:24:59,478: INFO=09pgadmin:=09################################= ######################## 2018-09-24 20:24:59,478: INFO=09pgadmin:=09Starting pgAdmin 4 v3.3... 2018-09-24 20:24:59,478: INFO=09pgadmin:=09################################= ######################## 2018-09-24 20:24:59,478: DEBUG=09pgadmin:=09Python syspath: [' '= = ' ' ' ' ' ' ' '/usr/local/python-= 2.7/lib/python2.7', '/usr/local/python-2.7/lib/python2.7/plat-linux2', '/us= r/local/python-2.7/lib/python2.7/lib-tk', ' 2018-09-24 20:24:59,479: DEBUG=09pgadmin:=09Available translations: [Locale= ('de'), Locale('pl'), Locale('zh'), Locale('ja'), Locale('ru'), Locale('es'= ), Locale('fr'), Locale('ko')] 2018-09-24 20:25:00,071: INFO=09pgadmin:=09Examining potential module: pgad= min.about 2018-09-24 20:25:00,072: INFO=09pgadmin:=09Registering blueprint module: 2018-09-24 20:25:00,074: INFO=09pgadmin:=09Examining potential module: pgad= min.browser 2018-09-24 20:25:00,074: INFO=09pgadmin:=09Registering blueprint module: 2018-09-24 20:25:00,074: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.collection 2018-09-24 20:25:00,074: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.register_browser_preferences 2018-09-24 20:25:00,075: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups 2018-09-24 20:25:00,075: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.tests 2018-09-24 20:25:00,077: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.utils 2018-09-24 20:25:00,079: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers 2018-09-24 20:25:00,079: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.tests 2018-09-24 20:25:00,084: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases 2018-09-24 20:25:00,084: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.gpdb 2018-09-24 20:25:00,085: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.pgagent 2018-09-24 20:25:00,089: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.ppas 2018-09-24 20:25:00,089: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.resource_groups 2018-09-24 20:25:00,093: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.roles 2018-09-24 20:25:00,093: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.tablespaces 2018-09-24 20:25:00,093: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.tests 2018-09-24 20:25:00,094: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.types 2018-09-24 20:25:00,095: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.utils 2018-09-24 20:25:00,101: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.casts 2018-09-24 20:25:00,104: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.event_triggers 2018-09-24 20:25:00,108: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.extensions 2018-09-24 20:25:00,111: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.external_tables 2018-09-24 20:25:00,116: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.foreign_data_wrappers 2018-09-24 20:25:00,121: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.languages 2018-09-24 20:25:00,125: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas 2018-09-24 20:25:00,125: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.tests 2018-09-24 20:25:00,125: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.utils 2018-09-24 20:25:00,133: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.casts.tests 2018-09-24 20:25:00,142: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.event_triggers.tests 2018-09-24 20:25:00,149: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.extensions.tests 2018-09-24 20:25:00,157: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.external_tables.actions 2018-09-24 20:25:00,157: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.external_tables.mapping_utils 2018-09-24 20:25:00,158: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.external_tables.properties 2018-09-24 20:25:00,158: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.external_tables.reverse_enginee= r_ddl 2018-09-24 20:25:00,158: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.external_tables.tests 2018-09-24 20:25:00,161: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.foreign_data_wrappers.foreign_s= ervers 2018-09-24 20:25:00,166: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.foreign_data_wrappers.tests 2018-09-24 20:25:00,175: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.foreign_data_wrappers.foreign_s= ervers.tests 2018-09-24 20:25:00,176: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.foreign_data_wrappers.foreign_s= ervers.user_mapping 2018-09-24 20:25:00,187: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.foreign_data_wrappers.foreign_s= ervers.user_mapping.tests 2018-09-24 20:25:00,197: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.languages.tests 2018-09-24 20:25:00,205: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.catalog_objects 2018-09-24 20:25:00,207: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.collations 2018-09-24 20:25:00,210: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.domains 2018-09-24 20:25:00,215: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.foreign_tables 2018-09-24 20:25:00,221: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.fts_configurations 2018-09-24 20:25:00,226: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.fts_dictionaries 2018-09-24 20:25:00,230: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.fts_parser 2018-09-24 20:25:00,234: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.fts_templates 2018-09-24 20:25:00,240: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.functions 2018-09-24 20:25:00,240: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.packages 2018-09-24 20:25:00,244: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.sequences 2018-09-24 20:25:00,249: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.synonyms 2018-09-24 20:25:00,252: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tables 2018-09-24 20:25:00,271: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tests 2018-09-24 20:25:00,272: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.types 2018-09-24 20:25:00,280: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.utils 2018-09-24 20:25:00,280: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.views 2018-09-24 20:25:00,295: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.catalog_objects.columns 2018-09-24 20:25:00,306: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.collations.tests 2018-09-24 20:25:00,313: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.domains.domain_constrai= nts 2018-09-24 20:25:00,318: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.domains.tests 2018-09-24 20:25:00,335: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.foreign_tables.tests 2018-09-24 20:25:00,350: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.fts_configurations.test= s 2018-09-24 20:25:00,362: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.fts_dictionaries.tests 2018-09-24 20:25:00,370: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.fts_parser.tests 2018-09-24 20:25:00,383: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.fts_templates.tests 2018-09-24 20:25:00,392: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.functions.tests 2018-09-24 20:25:00,405: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.functions.tests 2018-09-24 20:25:00,415: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.functions.tests 2018-09-24 20:25:00,426: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.packages.edbfuncs 2018-09-24 20:25:00,430: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.packages.edbvars 2018-09-24 20:25:00,432: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.packages.tests 2018-09-24 20:25:00,442: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.packages.edbfuncs.tests 2018-09-24 20:25:00,447: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.packages.edbfuncs.tests 2018-09-24 20:25:00,455: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.sequences.tests 2018-09-24 20:25:00,462: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.synonyms.tests 2018-09-24 20:25:00,470: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tables.base_partition_t= able 2018-09-24 20:25:00,471: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tables.column 2018-09-24 20:25:00,511: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tables.constraints 2018-09-24 20:25:00,514: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tables.indexes 2018-09-24 20:25:00,525: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tables.partitions 2018-09-24 20:25:00,525: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tables.rules 2018-09-24 20:25:00,528: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tables.tests 2018-09-24 20:25:00,529: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tables.triggers 2018-09-24 20:25:00,534: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tables.utils 2018-09-24 20:25:00,554: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tables.column.tests 2018-09-24 20:25:00,564: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tables.constraints.chec= k_constraint 2018-09-24 20:25:00,569: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tables.constraints.excl= usion_constraint 2018-09-24 20:25:00,575: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tables.constraints.fore= ign_key 2018-09-24 20:25:00,581: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tables.constraints.inde= x_constraint 2018-09-24 20:25:00,588: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tables.constraints.test= s 2018-09-24 20:25:00,589: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tables.constraints.type 2018-09-24 20:25:00,593: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tables.constraints.chec= k_constraint.tests 2018-09-24 20:25:00,634: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tables.indexes.tests 2018-09-24 20:25:00,648: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tables.partitions.tests 2018-09-24 20:25:00,649: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tables.partitions.tests 2018-09-24 20:25:00,655: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tables.rules.tests 2018-09-24 20:25:00,663: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tables.triggers.tests 2018-09-24 20:25:00,673: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.types.tests 2018-09-24 20:25:00,691: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.views.children 2018-09-24 20:25:00,691: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.views.tests 2018-09-24 20:25:00,741: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.views.children 2018-09-24 20:25:00,741: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.views.tests 2018-09-24 20:25:00,759: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.catalog_objects 2018-09-24 20:25:00,760: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.collations 2018-09-24 20:25:00,760: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.domains 2018-09-24 20:25:00,760: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.foreign_tables 2018-09-24 20:25:00,760: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.fts_configurations 2018-09-24 20:25:00,761: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.fts_dictionaries 2018-09-24 20:25:00,761: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.fts_parser 2018-09-24 20:25:00,761: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.fts_templates 2018-09-24 20:25:00,761: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.functions 2018-09-24 20:25:00,762: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.packages 2018-09-24 20:25:00,762: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.sequences 2018-09-24 20:25:00,762: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.synonyms 2018-09-24 20:25:00,762: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tables 2018-09-24 20:25:00,763: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.tests 2018-09-24 20:25:00,763: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.types 2018-09-24 20:25:00,763: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.utils 2018-09-24 20:25:00,763: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.databases.schemas.views 2018-09-24 20:25:01,235: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.pgagent.schedules 2018-09-24 20:25:01,238: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.pgagent.steps 2018-09-24 20:25:01,241: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.pgagent.tests 2018-09-24 20:25:01,256: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.resource_groups.tests 2018-09-24 20:25:01,261: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.roles.tests 2018-09-24 20:25:01,266: INFO=09pgadmin:=09Examining potential module: pgad= min.browser.server_groups.servers.tablespaces.tests 2018-09-24 20:25:01,272: INFO=09pgadmin:=09Examining potential module: pgad= min.dashboard 2018-09-24 20:25:01,275: INFO=09pgadmin:=09Registering blueprint module: 2018-09-24 20:25:01,275: INFO=09pgadmin:=09Examining potential module: pgad= min.dashboard.tests 2018-09-24 20:25:01,285: INFO=09pgadmin:=09Examining potential module: pgad= min.feature_tests 2018-09-24 20:25:01,285: INFO=09pgadmin:=09Examining potential module: pgad= min.help 2018-09-24 20:25:01,287: INFO=09pgadmin:=09Registering blueprint module: 2018-09-24 20:25:01,287: INFO=09pgadmin:=09Examining potential module: pgad= min.misc 2018-09-24 20:25:01,288: INFO=09pgadmin:=09Registering blueprint module: 2018-09-24 20:25:01,289: INFO=09pgadmin:=09Examining potential module: pgad= min.misc.bgprocess 2018-09-24 20:25:01,294: INFO=09pgadmin:=09Examining potential module: pgad= min.misc.depends 2018-09-24 20:25:01,295: INFO=09pgadmin:=09Examining potential module: pgad= min.misc.file_manager 2018-09-24 20:25:01,303: INFO=09pgadmin:=09Examining potential module: pgad= min.misc.sql 2018-09-24 20:25:01,304: INFO=09pgadmin:=09Examining potential module: pgad= min.misc.statistics 2018-09-24 20:25:01,307: INFO=09pgadmin:=09Examining potential module: pgad= min.misc.bgprocess.process_executor 2018-09-24 20:25:01,310: INFO=09pgadmin:=09Examining potential module: pgad= min.misc.bgprocess.processes 2018-09-24 20:25:01,315: INFO=09pgadmin:=09Examining potential module: pgad= min.model 2018-09-24 20:25:01,316: INFO=09pgadmin:=09Examining potential module: pgad= min.preferences 2018-09-24 20:25:01,317: INFO=09pgadmin:=09Registering blueprint module: 2018-09-24 20:25:01,319: INFO=09pgadmin:=09Examining potential module: pgad= min.redirects 2018-09-24 20:25:01,320: INFO=09pgadmin:=09Registering blueprint module: 2018-09-24 20:25:01,320: INFO=09pgadmin:=09Examining potential module: pgad= min.settings 2018-09-24 20:25:01,321: INFO=09pgadmin:=09Registering blueprint module: 2018-09-24 20:25:01,322: INFO=09pgadmin:=09Examining potential module: pgad= min.setup 2018-09-24 20:25:01,322: INFO=09pgadmin:=09Examining potential module: pgad= min.tools 2018-09-24 20:25:01,323: INFO=09pgadmin:=09Registering blueprint module: 2018-09-24 20:25:01,323: INFO=09pgadmin:=09Examining potential module: pgad= min.tools.backup 2018-09-24 20:25:01,329: INFO=09pgadmin:=09Examining potential module: pgad= min.tools.datagrid 2018-09-24 20:25:01,399: INFO=09pgadmin:=09Examining potential module: pgad= min.tools.debugger 2018-09-24 20:25:01,409: INFO=09pgadmin:=09Examining potential module: pgad= min.tools.grant_wizard 2018-09-24 20:25:01,412: INFO=09pgadmin:=09Examining potential module: pgad= min.tools.import_export 2018-09-24 20:25:01,415: INFO=09pgadmin:=09Examining potential module: pgad= min.tools.maintenance 2018-09-24 20:25:01,417: INFO=09pgadmin:=09Examining potential module: pgad= min.tools.restore 2018-09-24 20:25:01,420: INFO=09pgadmin:=09Examining potential module: pgad= min.tools.sqleditor 2018-09-24 20:25:01,420: INFO=09pgadmin:=09Examining potential module: pgad= min.tools.user_management 2018-09-24 20:25:01,423: INFO=09pgadmin:=09Examining potential module: pgad= min.tools.backup.tests 2018-09-24 20:25:01,439: INFO=09pgadmin:=09Examining potential module: pgad= min.tools.maintenance.tests 2018-09-24 20:25:01,440: INFO=09pgadmin:=09Examining potential module: pgad= min.tools.restore.tests 2018-09-24 20:25:01,442: INFO=09pgadmin:=09Examining potential module: pgad= min.tools.sqleditor.command 2018-09-24 20:25:01,442: INFO=09pgadmin:=09Examining potential module: pgad= min.tools.sqleditor.tests 2018-09-24 20:25:01,442: INFO=09pgadmin:=09Examining potential module: pgad= min.tools.sqleditor.utils 2018-09-24 20:25:01,450: INFO=09pgadmin:=09Examining potential module: pgad= min.utils NOTE: Configuring authentication for DESKTOP mode. pgAdmin 4 - Application Initialisation =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Message: session not created exception: Chrome version must be >=3D 65.0.33= 25.0 (Driver info: chromedriver=3D2.38.552522 (437e6fbedfa8762dec75e2c5b3ddb86= 763dc9dcb),platform=3DLinux 3.10.0-693.2.2.el7.x86_64 x86_64) ERROR: Error detected when running the Feature tests. Process leaked file descriptors. See https://jenkins.io/redirect/troublesho= oting/process-leaked-file-descriptors for more information Build step 'Execute shell' marked build as failure Not sending mail to unregistered user akshay.joshi@enterprisedb.com