See <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-drive-master-linux/34/changes>
Changes: [olivier.grisel] one more fix for server-side path handling ------------------------------------------ Started by remote host 10.213.0.1 Started by GitHub push by Started by GitHub push by Building remotely on chipolata 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@4365fe26:chipolata Using strategy: Default Last Built Revision: Revision ad7e3fe636f50b5d825392ebc18012261bd1ba96 (origin/master) Fetching changes from 1 remote Git repository Fetching upstream changes from https://github.com/nuxeo/nuxeo-drive.git Commencing build of Revision d1e62713f9c66dc71126fdf753eaf3704cba2b43 (origin/master) Checking out Revision d1e62713f9c66dc71126fdf753eaf3704cba2b43 (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/hudson6249222864323230539.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-29 17:31:13 URL:http://qa.nuxeo.org/jenkins/job/IT-nuxeo-master-build/lastSuccessfulBuild/artifact/archives/nuxeo-cap-5.6-I20120629_0116-tomcat-online.zip [0/0] -> "nuxeo-cap-5.6-I20120629_0116-tomcat-online.zip" [1] 2012-06-29 17:31:17 URL:http://qa.nuxeo.org/jenkins/job/IT-nuxeo-master-build/lastSuccessfulBuild/artifact/archives/nuxeo-cap-5.6-I20120629_0116-tomcat-sdk.zip [301449992/301449992] -> "nuxeo-cap-5.6-I20120629_0116-tomcat-sdk.zip" [1] 2012-06-29 17:31:21 URL:http://qa.nuxeo.org/jenkins/job/IT-nuxeo-master-build/lastSuccessfulBuild/artifact/archives/nuxeo-cap-5.6-I20120629_0116-tomcat.zip [184505833/184505833] -> "nuxeo-cap-5.6-I20120629_0116-tomcat.zip" [1] FINISHED --2012-06-29 17:31:21-- Total wall clock time: 7.5s Downloaded: 3 files, 463M in 7.5s (62.0 MB/s) 2012-06-29 17:31:23 URL:http://qa.nuxeo.org/jenkins/job/IT-nuxeo-master-build/lastSuccessfulBuild/artifact/archives/nuxeo-5.6-I20120629_0116-sources.zip [76739553/76739553] -> "nuxeo-5.6-I20120629_0116-sources.zip" [1] + echo \nnuxeo.wizard.done=true\n + ./tomcat/bin/nuxeoctl start Nuxeo home: <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-drive-master-linux/ws/nuxeo-integration-release/tomcat> Nuxeo configuration: <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-drive-master-linux/ws/nuxeo-integration-release/tomcat/bin/nuxeo.conf> Include template: <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-drive-master-linux/ws/nuxeo-integration-release/tomcat/templates/common-base> Include template: <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-drive-master-linux/ws/nuxeo-integration-release/tomcat/templates/common> Include template: <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-drive-master-linux/ws/nuxeo-integration-release/tomcat/templates/default> Detected Tomcat server. No current configuration, generating files... Configuration files generated. Server started with process ID 6868. .................................... ====================================================================== = Nuxeo EP Started ====================================================================== = Component Loading Status: Pending: 0 / Unstarted: 0 / Total: 341 ====================================================================== Started in 1min13s + cd ../nuxeo-drive/nuxeo-drive-client + pip install --user -r dev-requirements.txt Requirement already satisfied (use --upgrade to upgrade): SQLAlchemy in /home/hudson/.local/lib/python2.7/site-packages (from -r dev-requirements.txt (line 1)) Requirement already satisfied (use --upgrade to upgrade): nose in /home/hudson/.local/lib/python2.7/site-packages (from -r dev-requirements.txt (line 2)) Requirement already satisfied (use --upgrade to upgrade): coverage in /home/hudson/.local/lib/python2.7/site-packages (from -r dev-requirements.txt (line 3)) Cleaning up... + pip install --user . Unpacking <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-drive-master-linux/ws/nuxeo-drive/nuxeo-drive-client> Running setup.py egg_info for package from file://<https://qa.nuxeo.org/jenkins/job/IT-nuxeo-drive-master-linux/ws/nuxeo-drive/nuxeo-drive-client> WARN: Install esky and cx_Freeze if you want to build the auto-updatable, standalone distribution of nxdrive. Cleaning up... + export PATH=/home/hudson/.local/bin:/usr/lib/jvm/java-6-sun//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/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 .............E. ====================================================================== ERROR: nxdrive.tests.test_integration_synchronization.test_binding_synchronization_empty_start ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/hudson/.local/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "<https://qa.nuxeo.org/jenkins/job/IT-nuxeo-drive-master-linux/ws/nuxeo-drive/nuxeo-drive-client/nxdrive/tests/test_integration_synchronization.py",> line 299, in test_binding_synchronization_empty_start remote_client.update_content('/Folder 1/Folder 1.1/File 2.txt', 'bbbb') File "<https://qa.nuxeo.org/jenkins/job/IT-nuxeo-drive-master-linux/ws/nuxeo-drive/nuxeo-drive-client/nxdrive/client.py",> line 437, in update_content self.attach_blob(ref, content, name) File "<https://qa.nuxeo.org/jenkins/job/IT-nuxeo-drive-master-linux/ws/nuxeo-drive/nuxeo-drive-client/nxdrive/client.py",> line 590, in attach_blob resp = self.opener.open(req) File "/usr/lib/python2.7/urllib2.py", line 406, in open response = meth(req, response) File "/usr/lib/python2.7/urllib2.py", line 519, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib/python2.7/urllib2.py", line 444, in error return self._call_chain(*args) File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/usr/lib/python2.7/urllib2.py", line 527, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) HTTPError: HTTP Error 404: Not Found Name Stmts Miss Cover Missing -------------------------------------------------- nxdrive 0 0 100% nxdrive.client 379 49 87% 40, 78, 135, 140, 145, 157, 198-201, 234-235, 240, 269, 280, 285, 328-330, 366, 396, 406-408, 477, 481, 489, 492, 495, 498, 501, 505, 513-517, 622, 627-629, 641, 654, 658, 665-675 nxdrive.controller 403 78 81% 41, 90, 107, 126-129, 173, 213-214, 222, 286-287, 289, 295, 402, 408, 421-423, 461-464, 501-513, 519, 541, 588, 635, 669-679, 690-691, 702-710, 715, 730-739, 750-792, 819-827, 851, 872, 889 nxdrive.model 187 25 87% 100, 157, 176, 187, 204-209, 222, 246-249, 272-276, 285, 296-301, 317-319 -------------------------------------------------- TOTAL 969 152 84% ---------------------------------------------------------------------- Ran 15 tests in 36.978s FAILED (errors=1) 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
