Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dXUye-0002OR-7g for pgadmin-hackers@arkaria.postgresql.org; Tue, 18 Jul 2017 16:04:00 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dXUyd-0000aP-O2 for pgadmin-hackers@arkaria.postgresql.org; Tue, 18 Jul 2017 16:03:59 +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.84_2) (envelope-from ) id 1dXUyd-0000aF-IJ for pgadmin-hackers@lists.postgresql.org; Tue, 18 Jul 2017 16:03:59 +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.84_2) (envelope-from ) id 1dXUyZ-0000qC-8E for pgadmin-hackers@postgresql.org; Tue, 18 Jul 2017 16:03:59 +0000 Received: from ip-172-31-48-139.ec2.internal (localhost [127.0.0.1]) by jenkins.pgadmin.org (Postfix) with ESMTP id 17B211013A35; Tue, 18 Jul 2017 16:03:53 +0000 (UTC) Date: Tue, 18 Jul 2017 16:03:52 +0000 (UTC) From: pgAdmin 4 Jenkins To: pgadmin-hackers@postgresql.org, ashesh.vashi@enterprisedb.com, dpage@pgadmin.org Message-ID: <1382106397.0.1500393833018.JavaMail.jenkins@jenkins.pgadmin.org> In-Reply-To: <626655623.129.1498399234887.JavaMail.jenkins@jenkins.pgadmin.org> References: <626655623.129.1498399234887.JavaMail.jenkins@jenkins.pgadmin.org> Subject: Build failed in Jenkins: pgadmin4-master-python27-feature #8 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-Unsubscribe: , List-Archive: Precedence: bulk See Changes: [Dave Page] Use client-side url_for in the sql editor and data grid modules= . [Dave Page] Ensure revoked public privileges are displayed in the RE-SQL fo= r [Dave Page] Ensure saved passwords are effective immediately, not just foll= owing a [Dave Page] Un-break query tool feature tests. [Dave Page] Add support for the hostaddr connection parameter. This helps u= s play [Dave Page] Use on-demand loading for results in the query tool. Fixes #213= 7 [Dave Page] Allow the user to close the dashboard panel. Fixes #2506 [Dave Page] Add preferences to enable brace matching and brace closing in t= he SQL [Dave Page] Revert "Allow the user to close the dashboard panel. Fixes #250= 6" [Dave Page] Add stylesheet to override brace matching styles, missed from t= he [Dave Page] Overhaul the query history tab to allow browsing of the history= and full [Dave Page] Allow non-superusers to debug their own functions and prevent t= hem from [Dave Page] Update preferences docs. [Dave Page] Fix image size. [Dave Page] Fix encoding issue when saving servers. Fixes #2518 [Dave Page] A number of minor cleanups to the recent changes to the query t= ool. [akshay.joshi] 1) Edit cellEditing function, in some cases grid object is u= ndefined. 2) [Dave Page] Improve speed of Select All in the results grid. Fixes #2522 [Dave Page] Allow the dashboard panel to be closed. Fixes #2506 [Dave Page] Add support for SCSS building in webpack. [Dave Page] Update alertify alerts to use the styling defined in the styleg= uide. [Dave Page] Update alertify alerts to use the styling defined in the styleg= uide [Dave Page] Fix a couple of gripes from the JS linter on Windows. [Dave Page] Fix typo that caused a layout issue with the Edit Grid. [Dave Page] Fix an issue where duplicate entry is made of successful execut= ed query, [Dave Page] Fix a syntax error in the SQL Editor. [Dave Page] Fix clipboard handling with large datasets. Fixes #2489 [Dave Page] Improve the debugger's default page layout, and prevent attempt= s to [Dave Page] Fix deletion of table rows with the column definition having NO= T NULL [Dave Page] Allow breakpoints to be set on triggers on views. Fixes #2528 [Dave Page] Allow debugging of functions in packages. Fixes #1948 [Dave Page] Remove unnecessary whitespace from stored procedure SQL. Fixes = #2146 [Dave Page] Resolve a number of issues with domains and domain constraints.= Fixes [Dave Page] Improve styling for alerts by highlighting the icon. [Dave Page] Prompt the user to save dirty queries rather than discard them = for a [Dave Page] Fix alert layout when more than one are shown at once. [Dave Page] Allow use of Shift+Tab to un-indent selected text. Fixes #1988 [Dave Page] Add some useful make targets for bundling and linting. [Dave Page] Remove unused minimisation code [Dave Page] UI tweaks for the query history. [Dave Page] In subnodes without dropdowns, the rows had smaller height, mak= ing them [Dave Page] Ensure the save password option is enabled when creating a serv= er. Fixes [akshay.joshi] Added support of Declarative Partitioning (Range, List) for = PostgreSQL [akshay.joshi] Fixed issue by adding extra check for 'relkind' column [akshay.joshi] Partitioned table does not present in grant wizard. Fixes #2= 543 [Dave Page] Fix clear history. [Dave Page] Enable pretty html output of our karma test results. While runn= ing yarn [Dave Page] Fix the formatting of the ROWS option for functions etc. Fixes = #2537 [Dave Page] Improve spacing around delete icons in backform tables. [Dave Page] Fix handling of CREATE TABLE OF . Fixes #2534 [Dave Page] Fix alert animation on IE11 [Dave Page] Open query tool and debugger windows in new tabs by default. [Dave Page] Revert "Open query tool and debugger windows in new tabs by def= ault." [Dave Page] Update dialogue error styling to match alerts [Dave Page] Fix history view in IE11. [Dave Page] Use the correct font for alerts on IE. [Dave Page] Fix history font on IE. [Dave Page] Update Mingw build for changes in QtWebKit [Dave Page] Refresh nodes correctly when there is a single child that is up= dated. [Dave Page] Fix IE11 alert layout again. [Dave Page] Handle un-mounted drives correctly on Windows. Fixes #1999 [Dave Page] Handle partitioned tables created "OF TYPE". Fixes #2545 [Dave Page] Release notes for 1.6. [Dave Page] Bump version numbers prior to release. [Dave Page] Couple of typos in the release notes. [Dave Page] Fix drop/drop cascade for partitioned tables. Fixes #2550 [Dave Page] Ensure the initial password is properly hashed during setup in = web mode. [Dave Page] Fix alignment of Object > delete/drop & properties icons [Dave Page] Ensure dependencies are packaged in the tarball [Dave Page] Fix a compiler error with older compilers. [Dave Page] Revert "Ensure dependencies are packaged in the tarball" [Dave Page] Fix proxy support with Qt 5.9+ [Dave Page] Straighten line [Dave Page] Fix a compiler error with older compilers. [Dave Page] Don't continually poll for graph data on the dashboard if the s= erver is [Dave Page] Fix privileges control on IE 10/11. Fixes #1166 [Ashesh Vashi] [PostgreSQL 10] Fixed the Pause/Resume Replay of WAL files f= or [Dave Page] Show tablespace on partitions. Fixes #2551 [Dave Page] Prevent the tab bar being hidden when detached tabs are being c= losed. [Dave Page] Remove the comma from PIDs in the statistics panel. [Dave Page] Stop tool buttons from changing their styling unexpectedly. Fix= es #2559 [Dave Page] Fix handline of large file uploads and properly show any errors= that may [Dave Page] Tidy up tab styling. Fixes #2557 [Dave Page] Fix typo [Dave Page] Correct for malformed query generated when using custom type. = Fixes [Dave Page] Modify the runtime to use time-based timeouts rather than retry= based. [Dave Page] Remove change made for debugging and committed in error. [Dave Page] Webpack all the things! Fixes #2135 [Dave Page] Add missing new files from the previous commit. Ooops. [Dave Page] Support SSL in the regression tests. Fixes #2170 [Dave Page] Add a missing dependency. [Dave Page] Resolve an issue where collection nodes sometimes wouldn't sort ------------------------------------------ [...truncated 2.55 KB...] Collecting click=3D=3D6.6 (from -r requirements.txt (line 7)) Using cached click-6.6-py2.py3-none-any.whl Collecting extras=3D=3D0.0.3 (from -r requirements.txt (line 8)) Collecting fixtures=3D=3D2.0.0 (from -r requirements.txt (line 9)) Using cached fixtures-2.0.0-py2.py3-none-any.whl Collecting Flask=3D=3D0.11.1 (from -r requirements.txt (line 10)) Using cached Flask-0.11.1-py2.py3-none-any.whl Collecting Flask-Babel=3D=3D0.11.1 (from -r requirements.txt (line 11)) Collecting Flask-Gravatar=3D=3D0.4.2 (from -r requirements.txt (line 12)) Using cached Flask_Gravatar-0.4.2-py2.py3-none-any.whl Collecting Flask-HTMLmin=3D=3D1.2 (from -r requirements.txt (line 13)) Collecting Flask-Login=3D=3D0.3.2 (from -r requirements.txt (line 14)) Collecting Flask-Mail=3D=3D0.9.1 (from -r requirements.txt (line 15)) Collecting Flask-Migrate=3D=3D2.0.3 (from -r requirements.txt (line 16)) Collecting Flask-Principal=3D=3D0.4.0 (from -r requirements.txt (line 17)) Collecting Flask-Security=3D=3D1.7.5 (from -r requirements.txt (line 18)) Collecting Flask-SQLAlchemy=3D=3D2.1 (from -r requirements.txt (line 19)) Collecting Flask-WTF=3D=3D0.12 (from -r requirements.txt (line 20)) Using cached Flask_WTF-0.12-py2-none-any.whl Collecting html5lib=3D=3D1.0b3 (from -r requirements.txt (line 21)) Collecting importlib=3D=3D1.0.3 (from -r requirements.txt (line 22)) Collecting itsdangerous=3D=3D0.24 (from -r requirements.txt (line 23)) Collecting Jinja2=3D=3D2.7.3 (from -r requirements.txt (line 24)) Collecting linecache2=3D=3D1.0.0 (from -r requirements.txt (line 25)) Using cached linecache2-1.0.0-py2.py3-none-any.whl Collecting MarkupSafe=3D=3D0.23 (from -r requirements.txt (line 26)) Collecting passlib=3D=3D1.6.2 (from -r requirements.txt (line 28)) Collecting pbr=3D=3D1.9.1 (from -r requirements.txt (line 29)) Using cached pbr-1.9.1-py2.py3-none-any.whl Collecting psycopg2>=3D2.7.1 (from -r requirements.txt (line 30)) Using cached psycopg2-2.7.1-cp27-cp27m-manylinux1_x86_64.whl Collecting pycrypto=3D=3D2.6.1 (from -r requirements.txt (line 31)) Collecting pyrsistent=3D=3D0.11.13 (from -r requirements.txt (line 32)) Collecting python-dateutil=3D=3D2.5.0 (from -r requirements.txt (line 33)) Using cached python_dateutil-2.5.0-py2.py3-none-any.whl Collecting python-mimeparse=3D=3D1.5.1 (from -r requirements.txt (line 34)) Collecting pytz=3D=3D2014.10 (from -r requirements.txt (line 35)) Using cached pytz-2014.10-py2.py3-none-any.whl Collecting simplejson=3D=3D3.6.5 (from -r requirements.txt (line 36)) Collecting six>=3D1.9.0 (from -r requirements.txt (line 37)) Using cached six-1.10.0-py2.py3-none-any.whl Collecting speaklater=3D=3D1.3 (from -r requirements.txt (line 38)) Collecting SQLAlchemy=3D=3D1.0.14 (from -r requirements.txt (line 39)) Collecting sqlparse=3D=3D0.1.19 (from -r requirements.txt (line 40)) Collecting Werkzeug=3D=3D0.9.6 (from -r requirements.txt (line 41)) Collecting WTForms=3D=3D2.0.2 (from -r requirements.txt (line 42)) Using cached WTForms-2.0.2-py27-none-any.whl Collecting backports.csv=3D=3D1.0.4 (from -r requirements.txt (line 43)) Using cached backports.csv-1.0.4-py2.py3-none-any.whl Collecting testtools>=3D0.9.22 (from fixtures=3D=3D2.0.0->-r requirements.t= xt (line 9)) Using cached testtools-2.3.0-py2.py3-none-any.whl Collecting htmlmin (from Flask-HTMLmin=3D=3D1.2->-r requirements.txt (line = 13)) Collecting alembic>=3D0.6 (from Flask-Migrate=3D=3D2.0.3->-r requirements.t= xt (line 16)) Collecting Flask-Script>=3D0.6 (from Flask-Migrate=3D=3D2.0.3->-r requireme= nts.txt (line 16)) Collecting unittest2>=3D1.0.0 (from testtools>=3D0.9.22->fixtures=3D=3D2.0.= 0->-r requirements.txt (line 9)) Using cached unittest2-1.1.0-py2.py3-none-any.whl Collecting traceback2 (from testtools>=3D0.9.22->fixtures=3D=3D2.0.0->-r re= quirements.txt (line 9)) Using cached traceback2-1.4.0-py2.py3-none-any.whl Collecting python-editor>=3D0.3 (from alembic>=3D0.6->Flask-Migrate=3D=3D2.= 0.3->-r requirements.txt (line 16)) Collecting Mako (from alembic>=3D0.6->Flask-Migrate=3D=3D2.0.3->-r requirem= ents.txt (line 16)) Collecting argparse (from unittest2>=3D1.0.0->testtools>=3D0.9.22->fixtures= =3D=3D2.0.0->-r requirements.txt (line 9)) Using cached argparse-1.4.0-py2.py3-none-any.whl Installing collected packages: pytz, Babel, beautifulsoup4, blinker, click,= extras, six, argparse, linecache2, traceback2, unittest2, pbr, python-mime= parse, testtools, fixtures, itsdangerous, Werkzeug, MarkupSafe, Jinja2, Fla= sk, Flask-Babel, Flask-Gravatar, htmlmin, Flask-HTMLmin, Flask-Login, Flask= -Mail, python-editor, python-dateutil, Mako, SQLAlchemy, alembic, Flask-SQL= Alchemy, Flask-Script, Flask-Migrate, Flask-Principal, passlib, WTForms, Fl= ask-WTF, Flask-Security, html5lib, importlib, psycopg2, pycrypto, pyrsisten= t, simplejson, speaklater, sqlparse, backports.csv Successfully installed Babel-2.3.4 Flask-0.11.1 Flask-Babel-0.11.1 Flask-Gr= avatar-0.4.2 Flask-HTMLmin-1.2 Flask-Login-0.3.2 Flask-Mail-0.9.1 Flask-Mig= rate-2.0.3 Flask-Principal-0.4.0 Flask-SQLAlchemy-2.1 Flask-Script-2.0.5 Fl= ask-Security-1.7.5 Flask-WTF-0.12 Jinja2-2.7.3 Mako-1.0.7 MarkupSafe-0.23 S= QLAlchemy-1.0.14 WTForms-2.0.2 Werkzeug-0.9.6 alembic-0.9.3 argparse-1.4.0 = backports.csv-1.0.4 beautifulsoup4-4.4.1 blinker-1.3 click-6.6 extras-0.0.3= fixtures-2.0.0 html5lib-1.0b3 htmlmin-0.1.10 importlib-1.0.3 itsdangerous-= 0.24 linecache2-1.0.0 passlib-1.6.2 pbr-1.9.1 psycopg2-2.7.1 pycrypto-2.6.1= pyrsistent-0.11.13 python-dateutil-2.5.0 python-editor-1.0.3 python-mimepa= rse-1.5.1 pytz-2014.10 simplejson-3.6.5 six-1.10.0 speaklater-1.3 sqlparse-= 0.1.19 testtools-2.3.0 traceback2-1.4.0 unittest2-1.1.0 :150: UserWarning: D= isabling all use of wheels due to the use of --build-options / --global-opt= ions / --install-options. cmdoptions.check_install_build_global(options, opts) Collecting pyperclip~=3D1.5.27 (from -r web/regression/requirements.txt (li= ne 1)) Using cached pyperclip-1.5.27.zip Collecting selenium=3D=3D3.3.3 (from -r web/regression/requirements.txt (li= ne 2)) Using cached selenium-3.3.3.tar.gz Collecting testscenarios=3D=3D0.5.0 (from -r web/regression/requirements.tx= t (line 3)) Using cached testscenarios-0.5.0.tar.gz Collecting testtools=3D=3D2.0.0 (from -r web/regression/requirements.txt (l= ine 4)) Using cached testtools-2.0.0.tar.gz Requirement already satisfied: traceback2=3D=3D1.4.0 in ./pgadmin-venv/lib/= python2.7/site-packages (from -r web/regression/requirements.txt (line 5)) Requirement already satisfied: unittest2=3D=3D1.1.0 in ./pgadmin-venv/lib/p= ython2.7/site-packages (from -r web/regression/requirements.txt (line 6)) Collecting mock=3D=3D=3D2.0.0 (from -r web/regression/requirements.txt (lin= e 7)) Using cached mock-2.0.0.tar.gz Collecting chromedriver_installer=3D=3D0.0.6 (from -r web/regression/requir= ements.txt (line 10)) Using cached chromedriver_installer-0.0.6.tar.gz Requirement already satisfied: pbr>=3D0.11 in ./pgadmin-venv/lib/python2.7/= site-packages (from testscenarios=3D=3D0.5.0->-r web/regression/requirement= s.txt (line 3)) Requirement already satisfied: extras in ./pgadmin-venv/lib/python2.7/site-= packages (from testtools=3D=3D2.0.0->-r web/regression/requirements.txt (li= ne 4)) Requirement already satisfied: fixtures>=3D1.3.0 in ./pgadmin-venv/lib/pyth= on2.7/site-packages (from testtools=3D=3D2.0.0->-r web/regression/requireme= nts.txt (line 4)) Requirement already satisfied: pyrsistent in ./pgadmin-venv/lib/python2.7/s= ite-packages (from testtools=3D=3D2.0.0->-r web/regression/requirements.txt= (line 4)) Requirement already satisfied: python-mimeparse in ./pgadmin-venv/lib/pytho= n2.7/site-packages (from testtools=3D=3D2.0.0->-r web/regression/requiremen= ts.txt (line 4)) Requirement already satisfied: linecache2 in ./pgadmin-venv/lib/python2.7/s= ite-packages (from traceback2=3D=3D1.4.0->-r web/regression/requirements.tx= t (line 5)) Requirement already satisfied: argparse in ./pgadmin-venv/lib/python2.7/sit= e-packages (from unittest2=3D=3D1.1.0->-r web/regression/requirements.txt (= line 6)) Requirement already satisfied: six>=3D1.4 in ./pgadmin-venv/lib/python2.7/s= ite-packages (from unittest2=3D=3D1.1.0->-r web/regression/requirements.txt= (line 6)) Collecting funcsigs>=3D1 (from mock=3D=3D=3D2.0.0->-r web/regression/requir= ements.txt (line 7)) Using cached funcsigs-1.0.2.tar.gz Skipping bdist_wheel for pyperclip, due to binaries being disabled for it. Skipping bdist_wheel for selenium, due to binaries being disabled for it. Skipping bdist_wheel for testscenarios, due to binaries being disabled for = it. Skipping bdist_wheel for testtools, due to binaries being disabled for it. Skipping bdist_wheel for mock, due to binaries being disabled for it. Skipping bdist_wheel for chromedriver-installer, due to binaries being disa= bled for it. Skipping bdist_wheel for funcsigs, due to binaries being disabled for it. Installing collected packages: pyperclip, selenium, testtools, testscenario= s, funcsigs, mock, chromedriver-installer Running setup.py install for pyperclip: started Running setup.py install for pyperclip: finished with status 'done' Running setup.py install for selenium: started Running setup.py install for selenium: finished with status 'done' Found existing installation: testtools 2.3.0 Uninstalling testtools-2.3.0: Successfully uninstalled testtools-2.3.0 Running setup.py install for testtools: started Running setup.py install for testtools: finished with status 'done' Running setup.py install for testscenarios: started Running setup.py install for testscenarios: finished with status 'done' Running setup.py install for funcsigs: started Running setup.py install for funcsigs: finished with status 'done' Running setup.py install for mock: started Running setup.py install for mock: finished with status 'done' Running setup.py install for chromedriver-installer: started Running setup.py install for chromedriver-installer: finished with stat= us 'done' Successfully installed chromedriver-installer-0.0.6 funcsigs-1.0.2 mock-2.0= .0 pyperclip-1.5.27 selenium-3.3.3 testscenarios-0.5.0 testtools-2.0.0 yarn install v0.24.5 warning No license field [1/4] Resolving packages... [2/4] Fetching packages... warning fsevents@1.1.2: The platform "linux" is incompatible with this modu= le. info "fsevents@1.1.2" is an optional dependency and failed compatibility ch= eck. Excluding it from installation. [3/4] Linking dependencies... warning "babel-loader@6.4.1" has incorrect peer dependency "webpack@1 || 2 = || ^2.1.0-beta || ^2.2.0-rc". warning "extract-text-webpack-plugin@2.1.2" has incorrect peer dependency "= webpack@^2.2.0". warning "karma-webpack@2.0.3" has incorrect peer dependency "webpack@^1.1.0= || ^2 || ^2.1.0-beta.0 || ^2.2.0-rc.0". [4/4] Building fresh packages... Done in 17.26s. yarn run v0.24.5 $ yarn run linter && yarn run webpacker=20 yarn run v0.24.5 $ yarn run eslint pgadmin/static/jsx/**/*.jsx pgadmin/static/js/selection/*= .js regression/javascript/**/*.jsx regression/javascript/**/*.js *.js=20 yarn run v0.24.5 $ " pgadmin/static/jsx/history/query_history_detail= .jsx pgadmin/static/jsx/history/query_history_entry.jsx pgadmin/static/jsx/= history/query_history.jsx pgadmin/static/js/selection/active_cell_capture.j= s pgadmin/static/js/selection/clipboard.js pgadmin/static/js/selection/colu= mn_selector.js pgadmin/static/js/selection/copy_data.js pgadmin/static/js/s= election/grid_selector.js pgadmin/static/js/selection/range_boundary_naviga= tor.js pgadmin/static/js/selection/range_selection_helper.js pgadmin/static= /js/selection/row_selector.js pgadmin/static/js/selection/set_staged_rows.j= s pgadmin/static/js/selection/xcell_selection_model.js regression/javascrip= t/history/query_history_spec.jsx regression/javascript/alerts/alertify_wrap= per_spec.js regression/javascript/browser/menu_spec.js regression/javascrip= t/history/history_collection_spec.js regression/javascript/selection/active= _cell_capture_spec.js regression/javascript/selection/column_selector_spec.= js regression/javascript/selection/copy_data_spec.js regression/javascript/= selection/grid_selector_spec.js regression/javascript/selection/range_bound= ary_navigator_spec.js regression/javascript/selection/range_selection_helpe= r_spec.js regression/javascript/selection/row_selector_spec.js regression/j= avascript/selection/set_staged_rows_spec.js regression/javascript/selection= /xcell_selection_model_spec.js regression/javascript/slickgrid/cell_selecto= r_spec.js karma.conf.js webpack.config.js webpack.shim.js webpack.test.conf= ig.js Done in 1.95s. Done in 2.33s. yarn run v0.24.5 $ yarn run webpack -- --config webpack.config.js=20 yarn run v0.24.5 $ " --config webpack.config.js [hard-source:core] HardSourceWebpackPlugin is writing to a new confighash p= ath for the first time: (node:5694) DeprecationWarning: loaderUtils.parseQuery() received a non-str= ing value which can be problematic, see https://github.com/webpack/loader-u= tils/issues/56 parseQuery() will be replaced with getOptions() in the next major version o= f loader-utils. (node:5694) DeprecationWarning: Chunk.modules is deprecated. Use Chunk.getN= umberOfModules/mapModules/forEachModule/containsModule instead. Hash: ef6cbff6e7683852d934 Version: webpack 3.0.0 Time: 28341ms Asset Size Chunks = Chunk Names img/tree-check-small.png 1.93 kB [emitted]= =20 img/tree-branch.png 104 bytes [emitted]= =20 fonts/font-mfizz.eot 43.2 kB [emitted]= =20 fonts/context-menu-icons.eot 3.53 kB [emitted]= =20 img/tree-small.png 1.47 kB [emitted]= =20 img/tree-big.png 2.42 kB [emitted]= =20 img/tree-small-rtl.png 1.51 kB [emitted]= =20 img/tree-big-rtl.png 2.44 kB [emitted]= =20 img/tree-arrow-small.png 1.6 kB [emitted]= =20 img/tree-arrow-big.png 2.48 kB [emitted]= =20 img/tree-arrow-small-rtl.png 1.67 kB [emitted]= =20 img/tree-arrow-big-rtl.png 2.48 kB [emitted]= =20 img/header-columns-bg.gif 95 bytes [emitted]= =20 img/ui-icons_222222_256x240.png 3.42 kB [emitted]= =20 img/ui-icons_454545_256x240.png 3.37 kB [emitted]= =20 img/ui-bg_flat_0_aaaaaa_40x100.png 86 bytes [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 img/glyphicons-halflings-regular.svg 84 bytes [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]= [big] =20 img/fontawesome-webfont.svg 75 bytes [emitted]= =20 fonts/font-mfizz.woff 29.1 kB [emitted]= =20 fonts/font-mfizz.ttf 45.3 kB [emitted]= =20 fonts/font-mfizz.svg 283 kB [emitted]= [big] =20 img/font-mfizz.svg 66 bytes [emitted]= =20 fonts/context-menu-icons.woff2 1.71 kB [emitted]= =20 fonts/context-menu-icons.woff 2.18 kB [emitted]= =20 fonts/context-menu-icons.ttf 3.32 kB [emitted]= =20 img/load-root.gif 8.78 kB [emitted]= =20 fonts/glyphicons-halflings-regular.eot 20.1 kB [emitted]= =20 img/tree-check-big.png 6.06 kB [emitted]= =20 img/tree-check-small-rtl.png 2.09 kB [emitted]= =20 img/tree-check-big-rtl.png 6.36 kB [emitted]= =20 img/drag-drop.png 367 bytes [emitted]= =20 img/drag-drop-rtl.png 402 bytes [emitted]= =20 img/load-node.gif 1.73 kB [emitted]= =20 img/sort-desc.gif 62 bytes [emitted]= =20 img/sort-asc.gif 60 bytes [emitted]= =20 img/header-columns-over-bg.gif 48 bytes [emitted]= =20 img/collapse.gif 107 bytes [emitted]= =20 img/expand.gif 110 bytes [emitted]= =20 img/GrpCheckboxY.png 274 bytes [emitted]= =20 img/GrpCheckboxN.png 156 bytes [emitted]= =20 img/ui-bg_flat_75_ffffff_40x100.png 86 bytes [emitted]= =20 img/ui-bg_highlight-soft_75_cccccc_1x100.png 112 bytes [emitted]= =20 img/ui-bg_glass_75_e6e6e6_1x400.png 100 bytes [emitted]= =20 img/ui-bg_glass_75_dadada_1x400.png 100 bytes [emitted]= =20 img/ui-bg_glass_65_ffffff_1x400.png 87 bytes [emitted]= =20 img/ui-bg_glass_55_fbf9ee_1x400.png 93 bytes [emitted]= =20 img/ui-bg_glass_95_fef1ec_1x400.png 93 bytes [emitted]= =20 img/ui-icons_888888_256x240.png 3.35 kB [emitted]= =20 img/ui-icons_2e83ff_256x240.png 3.42 kB [emitted]= =20 img/ui-icons_cd0a0a_256x240.png 3.42 kB [emitted]= =20 app.bundle.js 1.1 MB 0, 2, 3 [emitted]= [big] app.bundle sqleditor.js 239 kB 1, 3 [emitted]= sqleditor debugger_direct.js 96.5 kB 2, 3 [emitted]= debugger_direct codemirror.js 857 bytes 3 [emitted]= codemirror vendor.js 5.3 MB 4 [emitted]= [big] vendor file_utils.js 666 kB 5 [emitted]= [big] file_utils pgadmin_commons.js 465 kB 6 [emitted]= [big] pgadmin_commons pgadmin_css.js 2.56 kB 7 [emitted]= pgadmin_css lib_css.js 2.56 kB 8 [emitted]= lib_css pgadmin.css 78.8 kB 7 [emitted]= pgadmin_css style.css 423 kB 8 [emitted]= [big] lib_css [8] ./pgadmin/static/js/url_for.js 1.12 kB {0} {1} {2} {5} [built] [9] ./pgadmin/browser/templates/browser/js/browser.js 61.8 kB {6} [built= ] [19] ./pgadmin/static/js/alerts/alertify_wrapper.js 1.2 kB {5} {6} [built= ] [29] ./pgadmin/static/bundle/codemirror.js 1.03 kB {0} {1} {2} {3} [built= ] [158] ./pgadmin/tools/debugger/templates/debugger/js/direct.js 58.8 kB {0}= {2} [built] [230] ./pgadmin/static/bundle/app.js 704 bytes {0} [built] [316] ./pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js 125 kB= {1} [built] [484] ./pgadmin/misc/file_manager/templates/file_manager/js/utility.js 58.= 2 kB {5} [built] [486] ./pgadmin/static/scss/pgadmin.scss 41 bytes {7} [built] [487] ./pgadmin/static/css/lib.css 41 bytes {8} [built] [577] ./node_modules/css-loader!./pgadmin/dashboard/static/css/dashboard.c= ss 1.63 kB [built] [578] ./node_modules/css-loader!./pgadmin/browser/static/css/wizard.css 4.= 17 kB [built] [579] ./node_modules/css-loader!./pgadmin/tools/debugger/static/css/debugg= er.css 1.61 kB [built] [580] ./node_modules/css-loader!./pgadmin/tools/grant_wizard/static/css/gr= ant_wizard.css 2.34 kB [built] [581] ./node_modules/css-loader!./pgadmin/tools/maintenance/static/css/mai= ntenance.css 245 bytes [built] + 570 hidden modules ERROR in ./pgadmin/browser/templates/browser/js/browser.js Module not found: Error: Can't resolve 'jquery.contextmenu' in ' @ ./pgadmin/browser/templates/browser/js/browser.js 3:0-1811:2 @ ./pgadmin/tools/debugger/templates/debugger/js/direct.js error Command failed with exit code 2. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this= command. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this= command. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this= command. ERROR: Failed to bundle the Javascript code. 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