See <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-drive-master-linux/28/changes>
Changes: [olivier.grisel] fix heisentests caused by fast file system updates ------------------------------------------ Started by remote host 10.213.0.1 Started by GitHub push by Started by GitHub push by Building remotely on muradin in workspace <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-drive-master-linux/ws/> Checkout:IT-nuxeo-drive-master-linux / <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-drive-master-linux/ws/> - hudson.remoting.Channel@386ce1f3:muradin Using strategy: Default Last Built Revision: Revision 6e6b8d171cfe64fe60e474b411bd4d7d581ae514 (origin/master) Fetching changes from 1 remote Git repository Fetching upstream changes from https://github.com/nuxeo/nuxeo-drive.git Commencing build of Revision b758b61b68400932471a41e8dff12e616cd3f2cb (origin/master) Checking out Revision b758b61b68400932471a41e8dff12e616cd3f2cb (origin/master) [nuxeo-integration-release] $ hg showconfig paths.default [nuxeo-integration-release] $ hg pull --rev default [nuxeo-integration-release] $ hg update --clean --rev default 0 files updated, 0 files merged, 0 files removed, 0 files unresolved [nuxeo-integration-release] $ hg log --rev . --template {node} [nuxeo-integration-release] $ hg log --rev . --template {rev} [nuxeo-integration-release] $ hg log --rev 30ee4b6af4c957829afb63e791d9858a0f0ae94b [nuxeo-integration-release] $ hg log --template "<changeset node='{node}' author='{author|xmlescape}' rev='{rev}' date='{date}'><msg>{desc|xmlescape}</msg><added>{file_adds|stringify|xmlescape}</added><deleted>{file_dels|stringify|xmlescape}</deleted><files>{files|stringify|xmlescape}</files><parents>{parents}</parents></changeset>\n" --rev default:0 --follow --prune 30ee4b6af4c957829afb63e791d9858a0f0ae94b [IT-nuxeo-drive-master-linux] $ /bin/sh -xe /tmp/hudson5954485829816795324.sh + cd nuxeo-integration-release/ + rm -rf tomcat + LASTBUILD_URL=http://qa.nuxeo.org/hudson/job/IT-nuxeo-master-build/lastSuccessfulBuild/artifact/archives ./download.sh 2012-06-28 15:30:15 URL:http://qa.nuxeo.org/jenkins/job/IT-nuxeo-master-build/lastSuccessfulBuild/artifact/archives/nuxeo-cap-5.6-I20120628_0116-tomcat-online.zip [0/0] -> "nuxeo-cap-5.6-I20120628_0116-tomcat-online.zip" [1] 2012-06-28 15:30:43 URL:http://qa.nuxeo.org/jenkins/job/IT-nuxeo-master-build/lastSuccessfulBuild/artifact/archives/nuxeo-cap-5.6-I20120628_0116-tomcat-sdk.zip [301450053/301450053] -> "nuxeo-cap-5.6-I20120628_0116-tomcat-sdk.zip" [1] 2012-06-28 15:31:02 URL:http://qa.nuxeo.org/jenkins/job/IT-nuxeo-master-build/lastSuccessfulBuild/artifact/archives/nuxeo-cap-5.6-I20120628_0116-tomcat.zip [184506351/184506351] -> "nuxeo-cap-5.6-I20120628_0116-tomcat.zip" [1] FINISHED --2012-06-28 15:31:02-- Downloaded: 3 files, 463M in 0s (905164339 GB/s) 2012-06-28 15:31:12 URL:http://qa.nuxeo.org/jenkins/job/IT-nuxeo-master-build/lastSuccessfulBuild/artifact/archives/nuxeo-5.6-I20120628_0116-sources.zip [76748426/76748426] -> "nuxeo-5.6-I20120628_0116-sources.zip" [1] + echo \nnuxeo.wizard.done=true\n + ./tomcat/bin/nuxeoctl start Nuxeo home: /opt/hudson/tmp/workspace/IT-nuxeo-drive-master-linux/nuxeo-integration-release/tomcat Nuxeo configuration: /opt/hudson/tmp/workspace/IT-nuxeo-drive-master-linux/nuxeo-integration-release/tomcat/bin/nuxeo.conf Include template: /opt/hudson/tmp/workspace/IT-nuxeo-drive-master-linux/nuxeo-integration-release/tomcat/templates/common-base Include template: /opt/hudson/tmp/workspace/IT-nuxeo-drive-master-linux/nuxeo-integration-release/tomcat/templates/common Include template: /opt/hudson/tmp/workspace/IT-nuxeo-drive-master-linux/nuxeo-integration-release/tomcat/templates/default Detected Tomcat server. No current configuration, generating files... Configuration files generated. Server started with process ID 26918. ........................... ====================================================================== = Nuxeo EP Started ====================================================================== = Component Loading Status: Pending: 0 / Unstarted: 0 / Total: 341 ====================================================================== Started in 0min54s + cd ../nuxeo-drive/nuxeo-drive-client + pip install --user -r dev-requirements.txt Requirement already satisfied (use --upgrade to upgrade): SQLAlchemy in /opt/hudson/.local/lib/python2.6/site-packages (from -r dev-requirements.txt (line 1)) Requirement already satisfied (use --upgrade to upgrade): nose in /opt/hudson/.local/lib/python2.6/site-packages (from -r dev-requirements.txt (line 2)) Requirement already satisfied (use --upgrade to upgrade): coverage in /opt/hudson/.local/lib/python2.6/site-packages (from -r dev-requirements.txt (line 3)) Cleaning up... + pip install --user . Unpacking /opt/hudson/tmp/workspace/IT-nuxeo-drive-master-linux/nuxeo-drive/nuxeo-drive-client Running setup.py egg_info for package from file:///opt/hudson/tmp/workspace/IT-nuxeo-drive-master-linux/nuxeo-drive/nuxeo-drive-client Cleaning up... + export PATH=/opt/hudson/.local/bin:/usr/lib/jvm/java-6-sun//bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games + . ./integration_env.sh + export NXDRIVE_TEST_NUXEO_URL=http://localhost:8080/nuxeo + export NXDRIVE_TEST_USER=Administrator + export NXDRIVE_TEST_PASSWORD=Administrator + nosetests --with-coverage Traceback (most recent call last): File "/opt/hudson/.local/bin/nosetests", line 9, in <module> load_entry_point('nose==1.1.2', 'console_scripts', 'nosetests')() File "/opt/hudson/.local/lib/python2.6/site-packages/nose/core.py", line 118, in __init__ **extra_args) File "/usr/lib/python2.6/unittest.py", line 816, in __init__ self.parseArgs(argv) File "/opt/hudson/.local/lib/python2.6/site-packages/nose/core.py", line 135, in parseArgs self.config.configure(argv, doc=self.usage()) File "/opt/hudson/.local/lib/python2.6/site-packages/nose/config.py", line 276, in configure options, args = self._parseArgs(argv, cfg_files) File "/opt/hudson/.local/lib/python2.6/site-packages/nose/config.py", line 264, in _parseArgs return parser.parseArgsAndConfigFiles(argv[1:], cfg_files) File "/opt/hudson/.local/lib/python2.6/site-packages/nose/config.py", line 132, in parseArgsAndConfigFiles self._applyConfigurationToValues(self._parser, config, values) File "/opt/hudson/.local/lib/python2.6/site-packages/nose/config.py", line 118, in _applyConfigurationToValues name=name, filename=filename) File "/opt/hudson/.local/lib/python2.6/site-packages/nose/config.py", line 261, in warn_sometimes raise ConfigError(msg) nose.config.ConfigError: Error reading config file 'setup.cfg': no such option 'profile-restrict' Build step 'Execute shell' marked build as failure Archiving artifacts Checking ^\d{4}-\d{2}-\d{2}.*ERROR.* _______________________________________________ ECM-QA mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm-qa
