See <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-drive-master-linux/18/changes>
Changes: [olivier.grisel] more fixes in CLI binding handling ------------------------------------------ Started by GitHub push by Started by remote host 10.213.0.1 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 6f9c5bb74ff0a8a31b5946ea975601aa1dd02619 (origin/master) Fetching changes from 1 remote Git repository Fetching upstream changes from https://github.com/nuxeo/nuxeo-drive.git Commencing build of Revision eb21d46aabf50f675ddb7597f67e9106e3c6e482 (origin/master) Checking out Revision eb21d46aabf50f675ddb7597f67e9106e3c6e482 (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/hudson6440468086564420294.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-27 19:57:53 URL:http://qa.nuxeo.org/jenkins/job/IT-nuxeo-master-build/lastSuccessfulBuild/artifact/archives/nuxeo-cap-5.6-I20120627_0116-tomcat-online.zip [0/0] -> "nuxeo-cap-5.6-I20120627_0116-tomcat-online.zip" [1] 2012-06-27 19:57:56 URL:http://qa.nuxeo.org/jenkins/job/IT-nuxeo-master-build/lastSuccessfulBuild/artifact/archives/nuxeo-cap-5.6-I20120627_0116-tomcat-sdk.zip [301442206/301442206] -> "nuxeo-cap-5.6-I20120627_0116-tomcat-sdk.zip" [1] 2012-06-27 19:58:04 URL:http://qa.nuxeo.org/jenkins/job/IT-nuxeo-master-build/lastSuccessfulBuild/artifact/archives/nuxeo-cap-5.6-I20120627_0116-tomcat.zip [184499089/184499089] -> "nuxeo-cap-5.6-I20120627_0116-tomcat.zip" [1] FINISHED --2012-06-27 19:58:04-- Total wall clock time: 11s Downloaded: 3 files, 463M in 11s (41.9 MB/s) 2012-06-27 19:58:06 URL:http://qa.nuxeo.org/jenkins/job/IT-nuxeo-master-build/lastSuccessfulBuild/artifact/archives/nuxeo-5.6-I20120627_0116-sources.zip [76742973/76742973] -> "nuxeo-5.6-I20120627_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> Nuxeo Dev mode is not enabled Nuxeo Seam HotReload is not enabled Detected Tomcat server. No current configuration, generating files... Configuration files generated. Server started with process ID 32162. ................................... ====================================================================== = Nuxeo EP Started ====================================================================== = Component Loading Status: Pending: 0 / Unstarted: 0 / Total: 341 ====================================================================== Started in 1min10s + 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> 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 .F............. ====================================================================== FAIL: nxdrive.tests.test_controller.test_local_scan ---------------------------------------------------------------------- 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_controller.py",> line 210, in test_local_scan (u'/Folder 3/Folder 3.1', u'unknown') AssertionError: Lists differ: [(u'/Folder 3/File 2.txt', u'u... != [(u'/Folder 3/File 2.txt', u'l... First differing element 0: (u'/Folder 3/File 2.txt', u'unknown') (u'/Folder 3/File 2.txt', u'locally_modified') - [(u'/Folder 3/File 2.txt', u'unknown'), ? ^^^^ ^^ + [(u'/Folder 3/File 2.txt', u'locally_modified'), ? ^ ^^^^^^^^^^^^^^ (u'/Folder 3/File 3.txt', u'unknown'), (u'/Folder 3/Folder 3.1', u'unknown')] Name Stmts Miss Cover Missing -------------------------------------------------- nxdrive 0 0 100% nxdrive.client 378 45 88% 40, 78, 135, 140, 145, 198-201, 234-235, 240, 269, 280, 285, 328-330, 366, 475, 479, 487, 490, 493, 496, 499, 503, 511-515, 620, 625-627, 639, 652, 656, 663-673 nxdrive.controller 400 49 88% 41, 90, 101-102, 129, 173, 213-214, 222, 285, 291, 390, 404, 417-419, 457-460, 506, 515, 584, 631, 686-687, 698-706, 711, 726-735, 749, 767-776, 783-788, 815-823, 847, 868, 885 nxdrive.model 187 11 94% 100, 157, 176, 187, 222, 246-249, 285, 317-319 -------------------------------------------------- TOTAL 965 105 89% ---------------------------------------------------------------------- Ran 15 tests in 38.477s FAILED (failures=1) Build step 'Execute shell' marked build as failure Archiving artifacts Checking ^\d{4}-\d{2}-\d{2}.*ERROR.* _______________________________________________ ECM-QA mailing list ECM-QA@lists.nuxeo.com http://lists.nuxeo.com/mailman/listinfo/ecm-qa