From: | pgAdmin 4 Jenkins <jenkins(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org, ashesh(dot)vashi(at)enterprisedb(dot)com, dpage(at)pgadmin(dot)org |
Subject: | Build failed in Jenkins: pgadmin4-master-python27-feature #15 |
Date: | 2018-09-24 20:25:14 |
Message-ID: | 771046081.383.1537820714755.JavaMail.jenkins@jenkins.pgadmin.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
See <https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/15/display/redirect?page=changes>
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 Server
[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_dump. 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. Fixes #3197"
[Dave Page] Update required ChromeDriver version for current versions of Chrome.
[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 service 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. Fixes #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 of trying
[Dave Page] Decode the severity field in database exception objects properly. 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 closed 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 on
[Dave Page] Only avoid pre-built binaries for psycopg2 when building the Mac
[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 Python 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 username.
[Dave Page] Fix password encryption/decryption on Python 3.
[Dave Page] Catch errors when trying to EXPLAIN an invalid query. Fixes #3257
[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 inadvertently
[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. Gettext
[akshay.joshi] Close button added to the alertify message box, which pops up 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 as 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 the 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 Refactoring by:
[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 CheckForViewData
[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 messages
[akshay.joshi] Backup, Maintenance and Restore should not be started if database 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 access 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 behaving as
[Dave Page] Set SESSION_COOKIE_SAMESITE='Lax' per Flask recommendation to prevents
[Dave Page] Update release notes
[Dave Page] Ensure the debugger container has focus when loaded. Fixes #3295
[Dave Page] Release notes update.
[Ashesh Vashi] Using the 'webcabin-docker' from new repository, which contains 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 fix the
[Ashesh Vashi] Revert back to jquery version 1.12.4 until we fix the jasmine 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 actually
[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 Studio
[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 fix the
[Dave Page] PGDIR isn't needed in the path and we shouldn't have random Mingw 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 temporary,
[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 the 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 #3295 - 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 systems.
[Dave Page] Further windows make script cleanup.
[Dave Page] Need to CALL Yarn.
[Dave Page] Returning %ERRORLEVEL% is proving unreliable. Just return 1 instead 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 missing entry.
[Dave Page] Remove bug 3357 from the release notes. As it was a fix to a feature
[Dave Page] Cleanup Python 3 server startup code. Fixes #3277
[Dave Page] Fix an issue where a change to any field in server dialog causes 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 monitoring.
[Ashesh Vashi] Extract the tests and refactor some of the methods.
[Dave Page] Move the notifications tab between messages and history as it seems more
[Dave Page] s/shutdown/shut down/
[Dave Page] Avoid an exception on GreenPlum when retrieving RE-SQL on a table. Fixes
[Dave Page] Fix labels and popups on EXPLAIN plan that were broken by the jQuery 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 overflowing
[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 #2686
[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 as
[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 when
[Dave Page] Fix indent.
[Dave Page] Fix file permissions per Devrim
[Dave Page] Allow the connection timeout to be configured on a per-server basis.
[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. Version string is
[Dave Page] Minor fix to handle auto-discovery of servers with no port recorded.
[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. Fixes #3422
[Dave Page] Fix various Drop menu options that were broken during the treeview
[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 starting
[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. Fixes #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 called.
[Dave Page] Infrastructure and changes to the Query Tool for realtime preference
[Dave Page] Add missing files related to previous commit: Infrastructure and changes
[Dave Page] Add support for Trigger and JIT stats in the graphical query plan
[Dave Page] Add feature tests for Backup/Restore and Maintenance. Fixes #3206
[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 catalogs
[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. Fixes
[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 the
[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 constraints 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 >= 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. Fixes
[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 operations,
[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-collection 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, indexes and
[Ashesh Vashi] Fixed couple of issues for the dashboard. - Filter for the grids 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 #3511
[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 #3528
[Ashesh Vashi] We were refering to the wrong 'name' variable during cleaning up the
[Dave Page] Ensure that refreshing a node also updates the Property list. Fixes
[Ashesh Vashi] Changed the icon, label, inode, etc. propely while refreshing 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 after 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 table. Fixes
[Dave Page] When building the Windows installer, copy system Python packages 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 canvas 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 display
[Dave Page] Doc updates for optional data point markers and mouse-over tooltips 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 header
[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 public and
[akshay.joshi] Fixed issue where wrong menu id passed when click on 'View Data' 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 characters in
[Dave Page] Ensure changes to Query Tool settings from the Preferences dialogue are
[Dave Page] Swap the Schema and Schemas icons and Catalog and Catalogs icons 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]
fonts/OpenSans-Regular.ttf 217 kB [emitted]
fonts/glyphicons-halflings-regular.eot 20.1 kB [emitted]
fonts/context-menu-icons.eot 3.53 kB [emitted]
fonts/glyphicons-halflings-regular.woff2 18 kB [emitted]
fonts/glyphicons-halflings-regular.woff 23.4 kB [emitted]
fonts/glyphicons-halflings-regular.ttf 45.4 kB [emitted]
fonts/glyphicons-halflings-regular.svg 109 kB [emitted]
fonts/fontawesome-webfont.eot 166 kB [emitted]
fonts/fontawesome-webfont.woff2 77.2 kB [emitted]
fonts/fontawesome-webfont.woff 98 kB [emitted]
fonts/fontawesome-webfont.ttf 166 kB [emitted]
fonts/fontawesome-webfont.svg 444 kB [emitted] [big]
fonts/context-menu-icons.woff2 1.7 kB [emitted]
fonts/context-menu-icons.woff 2.18 kB [emitted]
fonts/context-menu-icons.ttf 3.32 kB [emitted]
fonts/SourceCodePro-Regular.ttf 121 kB [emitted]
img/tree-check-big.png 6.06 kB [emitted]
img/tree-check-big-rtl.png 6.36 kB [emitted]
sqleditor.js 649 kB 0, 3 [emitted] [big] sqleditor
app.bundle.js 653 kB 1, 2, 3 [emitted] [big] 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] [big] vendor
file_utils.js 332 kB 5 [emitted] [big] 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] [big] 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} [built]
[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.39 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_groups/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/dashboard/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_manager.css ./pgadmin/misc/file_manager/static/scss/_file_manager.scss ./pgadmin/misc/static/explain/css/explain.css ./pgadmin/misc/static/explain/scss/_explain.scss ./pgadmin/preferences/static/css/preferences.css ./pgadmin/preferences/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/maintenance/static/scss/_maintenance.scss ./pgadmin/tools/sqleditor/static/css/sqleditor.css ./pgadmin/tools/sqleditor/static/scss/_history.scss ./pgadmin/tools/sqleditor/static/scss/_sqleditor.scss ./pgadmin/tools/user_management/static/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...
<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/pgadmin-venv/lib/python2.7/site-packages/psycopg2/__init__.py>:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
""")
2018-09-24 20:24:59,478: INFO pgadmin: ########################################################
2018-09-24 20:24:59,478: INFO pgadmin: Starting pgAdmin 4 v3.3...
2018-09-24 20:24:59,478: INFO pgadmin: ########################################################
2018-09-24 20:24:59,478: DEBUG pgadmin: Python syspath: ['<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression',> '<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web',> '<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/web/regression',> '<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/pgadmin-venv/lib/python27.zip',> '<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/pgadmin-venv/lib/python2.7',> '<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/pgadmin-venv/lib/python2.7/plat-linux2',> '<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/pgadmin-venv/lib/python2.7/lib-tk',> '<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/pgadmin-venv/lib/python2.7/lib-old',> '<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/pgadmin-venv/lib/python2.7/lib-dynload',> '/usr/local/python-2.7/lib/python2.7', '/usr/local/python-2.7/lib/python2.7/plat-linux2', '/usr/local/python-2.7/lib/python2.7/lib-tk', '<https://jenkins.pgadmin.org/job/pgadmin4-master-python27-feature/ws/pgadmin-venv/lib/python2.7/site-packages']>
2018-09-24 20:24:59,479: DEBUG pgadmin: Available 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 pgadmin: Examining potential module: pgadmin.about
2018-09-24 20:25:00,072: INFO pgadmin: Registering blueprint module: <pgadmin.about.AboutModule object at 0x7f10fadb0710>
2018-09-24 20:25:00,074: INFO pgadmin: Examining potential module: pgadmin.browser
2018-09-24 20:25:00,074: INFO pgadmin: Registering blueprint module: <pgadmin.browser.BrowserModule object at 0x7f10ff3a9ad0>
2018-09-24 20:25:00,074: INFO pgadmin: Examining potential module: pgadmin.browser.collection
2018-09-24 20:25:00,074: INFO pgadmin: Examining potential module: pgadmin.browser.register_browser_preferences
2018-09-24 20:25:00,075: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups
2018-09-24 20:25:00,075: INFO pgadmin: Examining potential module: pgadmin.browser.tests
2018-09-24 20:25:00,077: INFO pgadmin: Examining potential module: pgadmin.browser.utils
2018-09-24 20:25:00,079: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers
2018-09-24 20:25:00,079: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.tests
2018-09-24 20:25:00,084: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases
2018-09-24 20:25:00,084: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.gpdb
2018-09-24 20:25:00,085: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.pgagent
2018-09-24 20:25:00,089: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.ppas
2018-09-24 20:25:00,089: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.resource_groups
2018-09-24 20:25:00,093: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.roles
2018-09-24 20:25:00,093: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.tablespaces
2018-09-24 20:25:00,093: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.tests
2018-09-24 20:25:00,094: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.types
2018-09-24 20:25:00,095: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.utils
2018-09-24 20:25:00,101: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.casts
2018-09-24 20:25:00,104: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.event_triggers
2018-09-24 20:25:00,108: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.extensions
2018-09-24 20:25:00,111: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.external_tables
2018-09-24 20:25:00,116: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.foreign_data_wrappers
2018-09-24 20:25:00,121: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.languages
2018-09-24 20:25:00,125: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas
2018-09-24 20:25:00,125: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.tests
2018-09-24 20:25:00,125: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.utils
2018-09-24 20:25:00,133: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.casts.tests
2018-09-24 20:25:00,142: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.event_triggers.tests
2018-09-24 20:25:00,149: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.extensions.tests
2018-09-24 20:25:00,157: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.external_tables.actions
2018-09-24 20:25:00,157: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.external_tables.mapping_utils
2018-09-24 20:25:00,158: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.external_tables.properties
2018-09-24 20:25:00,158: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.external_tables.reverse_engineer_ddl
2018-09-24 20:25:00,158: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.external_tables.tests
2018-09-24 20:25:00,161: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.foreign_data_wrappers.foreign_servers
2018-09-24 20:25:00,166: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.foreign_data_wrappers.tests
2018-09-24 20:25:00,175: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.foreign_data_wrappers.foreign_servers.tests
2018-09-24 20:25:00,176: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.foreign_data_wrappers.foreign_servers.user_mapping
2018-09-24 20:25:00,187: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.foreign_data_wrappers.foreign_servers.user_mapping.tests
2018-09-24 20:25:00,197: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.languages.tests
2018-09-24 20:25:00,205: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.catalog_objects
2018-09-24 20:25:00,207: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.collations
2018-09-24 20:25:00,210: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.domains
2018-09-24 20:25:00,215: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.foreign_tables
2018-09-24 20:25:00,221: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.fts_configurations
2018-09-24 20:25:00,226: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.fts_dictionaries
2018-09-24 20:25:00,230: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.fts_parser
2018-09-24 20:25:00,234: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.fts_templates
2018-09-24 20:25:00,240: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.functions
2018-09-24 20:25:00,240: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.packages
2018-09-24 20:25:00,244: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.sequences
2018-09-24 20:25:00,249: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.synonyms
2018-09-24 20:25:00,252: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tables
2018-09-24 20:25:00,271: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tests
2018-09-24 20:25:00,272: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.types
2018-09-24 20:25:00,280: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.utils
2018-09-24 20:25:00,280: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.views
2018-09-24 20:25:00,295: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.catalog_objects.columns
2018-09-24 20:25:00,306: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.collations.tests
2018-09-24 20:25:00,313: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.domains.domain_constraints
2018-09-24 20:25:00,318: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.domains.tests
2018-09-24 20:25:00,335: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.foreign_tables.tests
2018-09-24 20:25:00,350: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.fts_configurations.tests
2018-09-24 20:25:00,362: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.fts_dictionaries.tests
2018-09-24 20:25:00,370: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.fts_parser.tests
2018-09-24 20:25:00,383: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.fts_templates.tests
2018-09-24 20:25:00,392: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.functions.tests
2018-09-24 20:25:00,405: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.functions.tests
2018-09-24 20:25:00,415: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.functions.tests
2018-09-24 20:25:00,426: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.packages.edbfuncs
2018-09-24 20:25:00,430: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.packages.edbvars
2018-09-24 20:25:00,432: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.packages.tests
2018-09-24 20:25:00,442: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.packages.edbfuncs.tests
2018-09-24 20:25:00,447: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.packages.edbfuncs.tests
2018-09-24 20:25:00,455: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.sequences.tests
2018-09-24 20:25:00,462: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.synonyms.tests
2018-09-24 20:25:00,470: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tables.base_partition_table
2018-09-24 20:25:00,471: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tables.column
2018-09-24 20:25:00,511: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tables.constraints
2018-09-24 20:25:00,514: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tables.indexes
2018-09-24 20:25:00,525: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tables.partitions
2018-09-24 20:25:00,525: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tables.rules
2018-09-24 20:25:00,528: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tables.tests
2018-09-24 20:25:00,529: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tables.triggers
2018-09-24 20:25:00,534: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tables.utils
2018-09-24 20:25:00,554: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tables.column.tests
2018-09-24 20:25:00,564: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tables.constraints.check_constraint
2018-09-24 20:25:00,569: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tables.constraints.exclusion_constraint
2018-09-24 20:25:00,575: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tables.constraints.foreign_key
2018-09-24 20:25:00,581: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tables.constraints.index_constraint
2018-09-24 20:25:00,588: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tables.constraints.tests
2018-09-24 20:25:00,589: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tables.constraints.type
2018-09-24 20:25:00,593: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tables.constraints.check_constraint.tests
2018-09-24 20:25:00,634: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tables.indexes.tests
2018-09-24 20:25:00,648: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tables.partitions.tests
2018-09-24 20:25:00,649: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tables.partitions.tests
2018-09-24 20:25:00,655: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tables.rules.tests
2018-09-24 20:25:00,663: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tables.triggers.tests
2018-09-24 20:25:00,673: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.types.tests
2018-09-24 20:25:00,691: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.views.children
2018-09-24 20:25:00,691: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.views.tests
2018-09-24 20:25:00,741: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.views.children
2018-09-24 20:25:00,741: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.views.tests
2018-09-24 20:25:00,759: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.catalog_objects
2018-09-24 20:25:00,760: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.collations
2018-09-24 20:25:00,760: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.domains
2018-09-24 20:25:00,760: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.foreign_tables
2018-09-24 20:25:00,760: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.fts_configurations
2018-09-24 20:25:00,761: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.fts_dictionaries
2018-09-24 20:25:00,761: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.fts_parser
2018-09-24 20:25:00,761: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.fts_templates
2018-09-24 20:25:00,761: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.functions
2018-09-24 20:25:00,762: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.packages
2018-09-24 20:25:00,762: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.sequences
2018-09-24 20:25:00,762: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.synonyms
2018-09-24 20:25:00,762: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tables
2018-09-24 20:25:00,763: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.tests
2018-09-24 20:25:00,763: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.types
2018-09-24 20:25:00,763: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.utils
2018-09-24 20:25:00,763: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.databases.schemas.views
2018-09-24 20:25:01,235: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.pgagent.schedules
2018-09-24 20:25:01,238: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.pgagent.steps
2018-09-24 20:25:01,241: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.pgagent.tests
2018-09-24 20:25:01,256: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.resource_groups.tests
2018-09-24 20:25:01,261: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.roles.tests
2018-09-24 20:25:01,266: INFO pgadmin: Examining potential module: pgadmin.browser.server_groups.servers.tablespaces.tests
2018-09-24 20:25:01,272: INFO pgadmin: Examining potential module: pgadmin.dashboard
2018-09-24 20:25:01,275: INFO pgadmin: Registering blueprint module: <pgadmin.dashboard.DashboardModule object at 0x7f10f9f3df50>
2018-09-24 20:25:01,275: INFO pgadmin: Examining potential module: pgadmin.dashboard.tests
2018-09-24 20:25:01,285: INFO pgadmin: Examining potential module: pgadmin.feature_tests
2018-09-24 20:25:01,285: INFO pgadmin: Examining potential module: pgadmin.help
2018-09-24 20:25:01,287: INFO pgadmin: Registering blueprint module: <pgadmin.help.HelpModule object at 0x7f10f9fab450>
2018-09-24 20:25:01,287: INFO pgadmin: Examining potential module: pgadmin.misc
2018-09-24 20:25:01,288: INFO pgadmin: Registering blueprint module: <pgadmin.misc.MiscModule object at 0x7f10f9fab8d0>
2018-09-24 20:25:01,289: INFO pgadmin: Examining potential module: pgadmin.misc.bgprocess
2018-09-24 20:25:01,294: INFO pgadmin: Examining potential module: pgadmin.misc.depends
2018-09-24 20:25:01,295: INFO pgadmin: Examining potential module: pgadmin.misc.file_manager
2018-09-24 20:25:01,303: INFO pgadmin: Examining potential module: pgadmin.misc.sql
2018-09-24 20:25:01,304: INFO pgadmin: Examining potential module: pgadmin.misc.statistics
2018-09-24 20:25:01,307: INFO pgadmin: Examining potential module: pgadmin.misc.bgprocess.process_executor
2018-09-24 20:25:01,310: INFO pgadmin: Examining potential module: pgadmin.misc.bgprocess.processes
2018-09-24 20:25:01,315: INFO pgadmin: Examining potential module: pgadmin.model
2018-09-24 20:25:01,316: INFO pgadmin: Examining potential module: pgadmin.preferences
2018-09-24 20:25:01,317: INFO pgadmin: Registering blueprint module: <pgadmin.preferences.PreferencesModule object at 0x7f10f9f66ad0>
2018-09-24 20:25:01,319: INFO pgadmin: Examining potential module: pgadmin.redirects
2018-09-24 20:25:01,320: INFO pgadmin: Registering blueprint module: <pgadmin.utils.PgAdminModule object at 0x7f10f9dbf110>
2018-09-24 20:25:01,320: INFO pgadmin: Examining potential module: pgadmin.settings
2018-09-24 20:25:01,321: INFO pgadmin: Registering blueprint module: <pgadmin.settings.SettingsModule object at 0x7f10ff3a9410>
2018-09-24 20:25:01,322: INFO pgadmin: Examining potential module: pgadmin.setup
2018-09-24 20:25:01,322: INFO pgadmin: Examining potential module: pgadmin.tools
2018-09-24 20:25:01,323: INFO pgadmin: Registering blueprint module: <pgadmin.tools.ToolsModule object at 0x7f10f9dbf890>
2018-09-24 20:25:01,323: INFO pgadmin: Examining potential module: pgadmin.tools.backup
2018-09-24 20:25:01,329: INFO pgadmin: Examining potential module: pgadmin.tools.datagrid
2018-09-24 20:25:01,399: INFO pgadmin: Examining potential module: pgadmin.tools.debugger
2018-09-24 20:25:01,409: INFO pgadmin: Examining potential module: pgadmin.tools.grant_wizard
2018-09-24 20:25:01,412: INFO pgadmin: Examining potential module: pgadmin.tools.import_export
2018-09-24 20:25:01,415: INFO pgadmin: Examining potential module: pgadmin.tools.maintenance
2018-09-24 20:25:01,417: INFO pgadmin: Examining potential module: pgadmin.tools.restore
2018-09-24 20:25:01,420: INFO pgadmin: Examining potential module: pgadmin.tools.sqleditor
2018-09-24 20:25:01,420: INFO pgadmin: Examining potential module: pgadmin.tools.user_management
2018-09-24 20:25:01,423: INFO pgadmin: Examining potential module: pgadmin.tools.backup.tests
2018-09-24 20:25:01,439: INFO pgadmin: Examining potential module: pgadmin.tools.maintenance.tests
2018-09-24 20:25:01,440: INFO pgadmin: Examining potential module: pgadmin.tools.restore.tests
2018-09-24 20:25:01,442: INFO pgadmin: Examining potential module: pgadmin.tools.sqleditor.command
2018-09-24 20:25:01,442: INFO pgadmin: Examining potential module: pgadmin.tools.sqleditor.tests
2018-09-24 20:25:01,442: INFO pgadmin: Examining potential module: pgadmin.tools.sqleditor.utils
2018-09-24 20:25:01,450: INFO pgadmin: Examining potential module: pgadmin.utils
NOTE: Configuring authentication for DESKTOP mode.
pgAdmin 4 - Application Initialisation
======================================
Message: session not created exception: Chrome version must be >= 65.0.3325.0
(Driver info: chromedriver=2.38.552522 (437e6fbedfa8762dec75e2c5b3ddb86763dc9dcb),platform=Linux 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/troubleshooting/process-leaked-file-descriptors for more information
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user akshay(dot)joshi(at)enterprisedb(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | pgAdmin 4 Jenkins | 2018-09-24 20:33:45 | Build failed in Jenkins: pgadmin4-master-python34 #753 |
Previous Message | Dave Page | 2018-09-24 20:22:10 | pgAdmin 4 commit: Update supported Python versions to match reality. |