[yast-commit] Build failed in Hudson: webyast-client-head-i586 #684
See <http://yast.suse.de:3334/job/webyast-client-head-i586/684/> ------------------------------------------ Started by an SCM change Started by an SCM change Started by an SCM change Checkout [workspace] $ git fetch SCM check out aborted Publishing Javadoc Archiving artifacts Build wasn't successful, skipping saikuro coverage report Publishing rails stats report... [workspace] $ rake --silent stats -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
See <http://yast.suse.de:3334/job/webyast-client-head-i586/685/> ------------------------------------------ Started by user anonymous Checkout [workspace] $ git fetch git.opensuse.org[0: 195.135.221.79]: errno=Connection timed out fatal: unable to connect a socket (Connection timed out) FATAL: Failed to fetch java.lang.RuntimeException: Failed to fetch at hudson.plugins.git.GitAPI.launch(GitAPI.java:101) at hudson.plugins.git.GitAPI.fetch(GitAPI.java:78) at hudson.plugins.git.GitSCM.ensureClonedAndFetched(GitSCM.java:205) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:73) at hudson.model.AbstractProject.checkout(AbstractProject.java:1013) at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:486) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:412) at hudson.model.Run.run(Run.java:1179) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:122) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
See <http://yast.suse.de:3334/job/webyast-client-head-i586/686/> ------------------------------------------ Started by user anonymous Checkout [workspace] $ git fetch git.opensuse.org[0: 195.135.221.79]: errno=Connection timed out fatal: unable to connect a socket (Connection timed out) FATAL: Failed to fetch java.lang.RuntimeException: Failed to fetch at hudson.plugins.git.GitAPI.launch(GitAPI.java:101) at hudson.plugins.git.GitAPI.fetch(GitAPI.java:78) at hudson.plugins.git.GitSCM.ensureClonedAndFetched(GitSCM.java:205) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:73) at hudson.model.AbstractProject.checkout(AbstractProject.java:1013) at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:486) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:412) at hudson.model.Run.run(Run.java:1179) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:122) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
See <http://yast.suse.de:3334/job/webyast-client-head-i586/687/changes> Changes: [Ladislav Slezak] - read avaliable patches in a separate thread (in background) - initial commit [Ladislav Slezak] added a new partial render for the background progress [Ladislav Slezak] proxy_loader.rb - allow passing extra options to the REST backend [Ladislav Slezak] use :background parameter in patch_progress requests read patches in background only in development mode (must be changed to production mode!) [Ladislav Slezak] always run patch summary request in background if the backend cannot handle it properly it will use the standard method, so we don't have to care here [Ladislav Slezak] display a progress bar when downloading patches [Ladislav Slezak] Merge branch 'master' into backgroud_patches_bnc550934 [Ladislav Slezak] Merge branch 'master' into backgroud_patches_bnc550934 [Ladislav Slezak] read system status summary at background, display progress [Stefan Schubert] logs after merged branch [Stefan Schubert] handle PackageKit errors (bnc #559233) [Josef Reidinger] adapt frontend to time sending utc status as boolean [Stefan Schubert] code cleanup [Stefan Schubert] Merge branch 'master' of git@git.opensuse.org:projects/yast/web-client [Josef Reidinger] Merge branch 'master' of git@git.opensuse.org:projects/yast/web-client [Josef Reidinger] Merge branch 'master' of git.opensuse.org:projects/yast/web-client into jr-yastmodel [Josef Reidinger] inital commit of my version of models for webclient (try different way then use_activeresource) (non-wokring now) [Ladislav Slezak] Merge branch 'master' into backgroud_patches_bnc550934 Conflicts: plugins/patch_updates/app/controllers/patch_updates_controller.rb plugins/status/app/controllers/status_controller.rb [Martin Schmidkunz] Fixed footer content distance [Josef Reidinger] fix collection name problem by hack [Martin Schmidkunz] add input help into network module [Josef Reidinger] fix http mock to expect authentification [Josef Reidinger] properly set element name to generate correct XML, test saving [Josef Reidinger] add test that show problem with setting class variables in ancestor [Josef Reidinger] fix problem with settings variable in ancestor by using module instead of ancestor [Josef Reidinger] implement permissions for model [Josef Reidinger] fix permissions and move as example time plugin to YastModel [Josef Reidinger] add wrapper around http mock to easy test plugins [Josef Reidinger] clean systemtime plugin to demonstrate yast model rewrite test to use http mock create ntp model move functionality from lib and controller to time model TODO: create tests for models [Ladislav Slezak] Merge branch 'master' into backgroud_patches_bnc550934 [Ladislav Slezak] addded progress_bar() view helper share the code from the patch and status plugins, can be used also by others [Ladislav Slezak] moved the inline progress bar style to the CSS file [Stefan Schubert] take Graphs REST interface in order to evaluate limits --> 50% faster [Stefan Schubert] Merge branch 'master' of git@gitorious.org:opensuse/yast-web-client [Ladislav Slezak] Merge branch 'master' into backgroud_patches_bnc550934 Conflicts: plugins/status/app/controllers/status_controller.rb [Ladislav Slezak] updated .changes [Ladislav Slezak] fixed error message placement (bnc#557769) and "required" string is translatable now [Stefan Schubert] showing limits in the menue bar [Stefan Schubert] Merge branch 'master' of git@gitorious.org:opensuse/yast-web-client [Stefan Schubert] model for graphic description [Stefan Schubert] make it slowlier [Stefan Schubert] The background machanism should be moved for @client_graphs cause status will become obsolete. [Josef Reidinger] fix caching connection in models which leads to using invalid user, password or site [Josef Reidinger] fix passing parameter to connection call, move testing valid connection attributes to separate function [Josef Reidinger] add documentation, remove interface getter as it should not be provided. Clean test cases. [Josef Reidinger] implement policy as default permission prefix if defined [Martin Vidner] Started conversion of network module to YastModel. Not working yet, the test tries to access /interfaces.xml instead of /network/interfaces.xml [Josef Reidinger] fix problem with prefix set always to '/' reason is that `find :all` call prefix before site so, prefix is set in prefix site call, which overwrite twice prefix method, and second overwrite is bad one (for details look at ActiveResource::Base #prefix and #prefix= . [Martin Vidner] Methods renamed: the correct word is 'authentication'. not authentiFIcation (via greek-latin-czech, BTW) [Martin Vidner] Tests pass again :) attributes of an ActiveResource must be present in the XML as tags, even if empty (-> nil), otherwise 'unknown method' is raised [Josef Reidinger] migrate basesystem to using yast model, so helper library is not needed adapt tests and also add to remaining tests reset of httpmock [Josef Reidinger] fix bad parameter [Stefan Schubert] further devel. of new layout [Stefan Schubert] cummulating values correctly; bugfixes [Stefan Schubert] some changes due Josef suggestions. Enabling time frame setting [Martin Vidner] More fixes in tests. Of course the tests succeeded when the test methods were marked "skip" 8-/ Enabled test_with_dhcp - assert_redirected_to complained that not specifying the controller is deprecated -> fixed test_dhcp_without_change tries to save the default route - Removed Exception rescue in update action, to handle it at the app level; also necessary so that HttpMock exceptions reporting unexpected requests make it fail [Martin Vidner] Fixed and tested non-saving of non-modified settings. It wrongly thought unmodified non-empty dns settings as dirty. The test was not properly passing unmodified settings. [Josef Reidinger] Merge branch 'master' of gitorious.org:opensuse/yast-web-client into jr-yastmodel [Stefan Schubert] handle nil correctly [Stefan Schubert] Merge branch 'master' of git@gitorious.org:opensuse/yast-web-client [Stefan Schubert] regarding nil values; removing global variable (not needed) [Stefan Schubert] typo [Stefan Schubert] do not check for constants; They could not be defined here ------------------------------------------ Started by user anonymous Checkout Cloning git://gitorious.org/opensuse/yast-web-client.git $ git clone git://gitorious.org/opensuse/yast-web-client.git <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/> Initialized empty Git repository in <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/.git/> [workspace] $ git fetch Checking out origin/master [workspace] $ git checkout -f origin/master Note: moving to "origin/master" which isn't a local branch If you want to create a new branch from this checkout, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new_branch_name> HEAD is now at 3bf85bb... do not check for constants; They could not be defined here [workspace] $ git rev-parse origin/master [workspace] $ git log --numstat -M --summary --pretty=raw c364e95b2e88c6a5a5c8696dfe336da46ccca423..3bf85bb4fdc0b506cfce75fdf727c0f89fc3a244 [locks-and-latches] Checking to see if we really have the locks [locks-and-latches] Have all the locks, build can start [workspace] $ /bin/sh -xe /tmp/hudson8676606364596351402.sh + sudo -E /data/hudson/bin/build-chroot.sh webyast web-client head-i586 SCRIPT ID: I am /data/hudson/bin/build-chroot.sh at <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/> ..copying source code <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/*> /data/hudson/HUDSON-CHROOT/webyast-head-i586/src/web-client ..copying make script to /data/hudson/HUDSON-CHROOT/webyast-head-i586/root ... mounting sys ... mounting proc ... mounting pts mount: special device none does not exist Can't mount devpts /data/hudson/HUDSON-CHROOT/webyast-head-i586/dev/pts ... switching to chroot and starting build SCRIPT ID: I am /root/make-zypp.sh at / hostname: Host name lookup failure /root/make-zypp.sh: line 83: icecc: command not found ??,????????'????????,????,????????'????????,????,????????'????????,????,????????'????????,????,????????'????????,?? + echo webyast-web-client webyast-web-client + case "${MODULE}" in + SUBDIR=webclient + cd /src/web-client + echo /src/web-client /src/web-client + ls Makefile Rakefile gettext20 index.html.template plugins selenium webclient + [[ web-client == \r\e\s\t\-\s\e\r\v\i\c\e ]] + rake check_syntax /root/make-zypp.sh: line 644: rake: command not found ++ error_exit 127 ++ echo 'ERROR: detected exit code 127' ERROR: detected exit code 127 ++ footer_and_exit 1 ++ '[' -z 1 ']' ++ MYEXIT=1 ++ '[' 1 == 0 ']' ++ ascii_failed ++ cat ( ) ( ) ( ) _ ) ( \_ _(_\ \)__ (____\___)) build failed ++ echo 'stopping dbus..' stopping dbus.. ++ /etc/init.d/dbus stop /root/make-zypp.sh: line 110: /etc/init.d/dbus: No such file or directory ++ exit 1 ... unmounting sys ... unmounting proc ... unmounting pts umount: /data/hudson/HUDSON-CHROOT/webyast-head-i586/dev/pts: not mounted Can't unmount devpts /data/hudson/HUDSON-CHROOT/webyast-head-i586/dev/pts [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Publishing Javadoc Archiving artifacts Build wasn't successful, skipping saikuro coverage report Publishing rails stats report... [workspace] $ rake --silent stats Failed to send e-mail to Martin Vidner because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Martin Schmidkunz because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Stefan Schubert because no e-mail address is known, and no default e-mail domain is configured -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
See <http://yast.suse.de:3334/job/webyast-client-head-i586/688/> ------------------------------------------ Started by an SCM change Checkout [workspace] $ git fetch Checking out origin/master [workspace] $ git checkout -f origin/master HEAD is now at 3bf85bb... do not check for constants; They could not be defined here [workspace] $ git rev-parse origin/master [workspace] $ git log --numstat -M --summary --pretty=raw 3bf85bb4fdc0b506cfce75fdf727c0f89fc3a244..3bf85bb4fdc0b506cfce75fdf727c0f89fc3a244 [locks-and-latches] Checking to see if we really have the locks [locks-and-latches] Have all the locks, build can start [workspace] $ /bin/sh -xe /tmp/hudson4658256501247435410.sh + sudo -E /data/hudson/bin/build-chroot.sh webyast web-client head-i586 SCRIPT ID: I am /data/hudson/bin/build-chroot.sh at <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/> ..copying source code <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/*> /data/hudson/HUDSON-CHROOT/webyast-head-i586/src/web-client ..copying make script to /data/hudson/HUDSON-CHROOT/webyast-head-i586/root ... mounting sys ... mounting proc ... mounting pts mount: special device none does not exist Can't mount devpts /data/hudson/HUDSON-CHROOT/webyast-head-i586/dev/pts ... switching to chroot and starting build SCRIPT ID: I am /root/make-zypp.sh at / hostname: Host name lookup failure /root/make-zypp.sh: line 83: icecc: command not found ??,????????'????????,????,????????'????????,????,????????'????????,????,????????'????????,????,????????'????????,?? + echo webyast-web-client webyast-web-client + case "${MODULE}" in + SUBDIR=webclient + cd /src/web-client + echo /src/web-client /src/web-client + ls Makefile Rakefile gettext20 index.html.template plugins selenium webclient + [[ web-client == \r\e\s\t\-\s\e\r\v\i\c\e ]] + rake check_syntax /root/make-zypp.sh: line 644: rake: command not found ++ error_exit 127 ++ echo 'ERROR: detected exit code 127' ERROR: detected exit code 127 ++ footer_and_exit 1 ++ '[' -z 1 ']' ++ MYEXIT=1 ++ '[' 1 == 0 ']' ++ ascii_failed ++ cat ( ) ( ) ( ) _ ) ( \_ _(_\ \)__ (____\___)) build failed ++ echo 'stopping dbus..' stopping dbus.. ++ /etc/init.d/dbus stop /root/make-zypp.sh: line 110: /etc/init.d/dbus: No such file or directory ++ exit 1 ... unmounting sys ... unmounting proc ... unmounting pts umount: /data/hudson/HUDSON-CHROOT/webyast-head-i586/dev/pts: not mounted Can't unmount devpts /data/hudson/HUDSON-CHROOT/webyast-head-i586/dev/pts [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Publishing Javadoc Archiving artifacts Build wasn't successful, skipping saikuro coverage report Publishing rails stats report... [workspace] $ rake --silent stats Failed to send e-mail to Martin Vidner because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Martin Schmidkunz because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Stefan Schubert because no e-mail address is known, and no default e-mail domain is configured -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
See <http://yast.suse.de:3334/job/webyast-client-head-i586/689/changes> Changes: [Stefan Schubert] added waiting clock ------------------------------------------ [...truncated 8 lines...] [workspace] $ git log --numstat -M --summary --pretty=raw 3bf85bb4fdc0b506cfce75fdf727c0f89fc3a244..2a684b74524e21d94b9878980da0f4d6000c40be [locks-and-latches] Checking to see if we really have the locks [locks-and-latches] Have all the locks, build can start [workspace] $ /bin/sh -xe /tmp/hudson4600042506119264782.sh + sudo -E /data/hudson/bin/build-chroot.sh webyast web-client head-i586 SCRIPT ID: I am /data/hudson/bin/build-chroot.sh at <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/> ..copying source code <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/*> /data/hudson/HUDSON-CHROOT/webyast-head-i586/src/web-client ..copying make script to /data/hudson/HUDSON-CHROOT/webyast-head-i586/root ... mounting sys ... mounting proc ... mounting pts mount: special device none does not exist Can't mount devpts /data/hudson/HUDSON-CHROOT/webyast-head-i586/dev/pts ... switching to chroot and starting build SCRIPT ID: I am /root/make-zypp.sh at / ??,????????'????????,????,????????'????????,????,????????'????????,????,????????'????????,????,????????'????????,?? + echo webyast-web-client webyast-web-client + case "${MODULE}" in + SUBDIR=webclient + cd /src/web-client + echo /src/web-client /src/web-client + ls Makefile Rakefile gettext20 index.html.template plugins selenium webclient + [[ web-client == \r\e\s\t\-\s\e\r\v\i\c\e ]] + rake check_syntax (in /src/web-client) vendor/plugins/lang_helper/lib/lang_helper.rb:34: warning: don't put space before argument parentheses vendor/plugins/lang_helper/lib/lang_helper.rb:38: warning: don't put space before argument parentheses (in /src/web-client/webclient) * Starting syntax check... * Done (in /src/web-client/plugins/custom_services) * Starting syntax check... * Done (in /src/web-client/plugins/security) * Starting syntax check... * Done (in /src/web-client/plugins/users) * Starting syntax check... * Done (in /src/web-client/plugins/network) * Starting syntax check... * Done (in /src/web-client/plugins/samba_server) * Starting syntax check... * Done (in /src/web-client/plugins/patch_updates) * Starting syntax check... * Done (in /src/web-client/plugins/system) * Starting syntax check... * Done (in /src/web-client/plugins/administrator) * Starting syntax check... * Done (in /src/web-client/plugins/registration) * Starting syntax check... * Done (in /src/web-client/plugins/mail_settings) * Starting syntax check... * Done (in /src/web-client/plugins/systemtime) * Starting syntax check... * Done (in /src/web-client/plugins/language) * Starting syntax check... * Done (in /src/web-client/plugins/services) * Starting syntax check... * Done (in /src/web-client/plugins/eulas) * Starting syntax check... * Done (in /src/web-client/plugins/permissions) * Starting syntax check... * Done (in /src/web-client/plugins/status) * Starting syntax check... * Done + check_exit 0 + '[' -z 0 ']' + MYEXIT=0 + '[' 0 == 0 ']' + echo 'exit code: 0 ... good, lets continue' exit code: 0 ... good, lets continue + return + export GEM_PATH=/usr/local/lib/ruby/gems/1.8/gems + GEM_PATH=/usr/local/lib/ruby/gems/1.8/gems + export CI_REPORTS=results + CI_REPORTS=results + export RAILS_ENV=test + RAILS_ENV=test + pushd webclient /src/web-client/webclient /src/web-client + RAILS_ENV=test + rake db:create db:migrate (in /src/web-client/webclient) == CreateAccounts: migrating ================================================= -- create_table("accounts", {:force=>true}) -> 0.0056s == CreateAccounts: migrated (0.0060s) ======================================== == UpdateAccounts: migrating ================================================= -- remove_column(:accounts, :email) -> 0.0391s -- remove_column(:accounts, :crypted_password) -> 0.0362s -- remove_column(:accounts, :salt) -> 0.0351s == UpdateAccounts: migrated (0.1111s) ======================================== == AddColumntAccounts: migrating ============================================= -- add_column(:accounts, :salt, :string) -> 0.0017s == AddColumntAccounts: migrated (0.0019s) ==================================== == CreateHosts: migrating ==================================================== -- create_table(:hosts) -> 0.0039s == CreateHosts: migrated (0.0041s) =========================================== == InsertLocalhost: migrating ================================================ == InsertLocalhost: migrated (0.1053s) ======================================= == PrivatePortNumbers: migrating ============================================= == PrivatePortNumbers: migrated (0.0021s) ==================================== + check_exit 0 + '[' -z 0 ']' + MYEXIT=0 + '[' 0 == 0 ']' + echo 'exit code: 0 ... good, lets continue' exit code: 0 ... good, lets continue + return + popd /src/web-client + '[' -d coverage ']' + mkdir coverage + rake test (in /src/web-client) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/unit/host_test.rb" "test/unit/basesystem_test.rb" "test/unit/helpers/controlpanel_helper_test.rb" "test/unit/account_test.rb" "test/unit/yast/service_resource_test.rb" "test/unit/yast_model_test.rb" "test/unit/client_exception_test.rb" (in /src/web-client/webclient) Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started ..EEE............... Finished in 0.679433 seconds. 1) Error: test_finished_basesystem(BasesystemTest): Errno::ENOENT: No such file or directory - ./test/unit/yast/../../fixtures/basesystem.xml /test/unit/yast/../../test_helper.rb:7:in `read' /test/unit/yast/../../test_helper.rb:7:in `load_xml_response' /test/unit/basesystem_test.rb:7:in `setup' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:61:in `run' 2) Error: test_initialize(BasesystemTest): Errno::ENOENT: No such file or directory - ./test/unit/yast/../../fixtures/basesystem.xml /test/unit/yast/../../test_helper.rb:7:in `read' /test/unit/yast/../../test_helper.rb:7:in `load_xml_response' /test/unit/basesystem_test.rb:7:in `setup' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:61:in `run' 3) Error: test_load_from_session(BasesystemTest): Errno::ENOENT: No such file or directory - ./test/unit/yast/../../fixtures/basesystem.xml /test/unit/yast/../../test_helper.rb:7:in `read' /test/unit/yast/../../test_helper.rb:7:in `load_xml_response' /test/unit/basesystem_test.rb:7:in `setup' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:61:in `run' 20 tests, 52 assertions, 0 failures, 3 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/hosts_controller_test.rb" "test/functional/private_routing_test.rb" "test/functional/lang_controller_test.rb" "test/functional/controlpanel_controller_test.rb" "test/functional/sessions_controller_test.rb" "test/functional/main_controller_test.rb" /src/web-client/webclient/vendor/plugins/lang_helper/lib/lang_helper.rb:34: warning: don't put space before argument parentheses /src/web-client/webclient/vendor/plugins/lang_helper/lib/lang_helper.rb:38: warning: don't put space before argument parentheses /src/web-client/webclient/vendor/plugins/lang_helper/lib/lang_helper.rb:25: warning: already initialized constant LANGUAGES /src/web-client/webclient/vendor/plugins/lang_helper/lib/lang_helper.rb:82: warning: already initialized constant SUPPORTED_LANGUAGE Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started .................DEPRECATION WARNING: Using assert_redirected_to with partial hash arguments is deprecated. Specify the full set arguments instead. (called from test_main_index_no_session at ./test/functional/main_controller_test.rb:12) ...Host(): nil .Host(1): #<Host id: 1, name: "Sample Host", url: "http://www.google.com:4711", description: "Just a sample, not for real use", created_at: "2010-01-11 17:23:37", updated_at: "2010-01-11 17:23:37"> .Host(1): #<Host id: 1, name: "Sample Host", url: "http://www.google.com:4711", description: "Just a sample, not for real use", created_at: "2010-01-11 17:23:37", updated_at: "2010-01-11 17:23:37"> .Host(1): #<Host id: 1, name: "Sample Host", url: "http://www.google.com:4711", description: "Just a sample, not for real use", created_at: "2010-01-11 17:23:37", updated_at: "2010-01-11 17:23:37"> .Host(1): #<Host id: 1, name: "Sample Host", url: "http://www.google.com:4711", description: "Just a sample, not for real use", created_at: "2010-01-11 17:23:37", updated_at: "2010-01-11 17:23:37"> .........Host(): nil .Host(): nil . Finished in 1.127437 seconds. 35 tests, 66 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/integration/two_sessions_test.rb" "test/integration/manage_hosts_test.rb" fakeweb not found, skipping two_session_test Errors running test:units! rake aborted! Error on execute task test on webclient /src/web-client/Rakefile:16 (See full trace by running task with --trace) ++ error_exit 1 ++ echo 'ERROR: detected exit code 1' ERROR: detected exit code 1 ++ footer_and_exit 1 ++ '[' -z 1 ']' ++ MYEXIT=1 ++ '[' 1 == 0 ']' ++ ascii_failed ++ cat ( ) ( ) ( ) _ ) ( \_ _(_\ \)__ (____\___)) build failed ++ echo 'stopping dbus..' stopping dbus.. ++ /etc/init.d/dbus stop Shutting down D-Bus daemon..done ++ exit 1 ... unmounting sys ... unmounting proc ... unmounting pts umount: /data/hudson/HUDSON-CHROOT/webyast-head-i586/dev/pts: not mounted Can't unmount devpts /data/hudson/HUDSON-CHROOT/webyast-head-i586/dev/pts [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Publishing Javadoc Archiving artifacts Build wasn't successful, skipping saikuro coverage report Publishing rails stats report... [workspace] $ rake --silent stats Failed to send e-mail to Martin Vidner because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Martin Schmidkunz because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Stefan Schubert because no e-mail address is known, and no default e-mail domain is configured -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
See <http://yast.suse.de:3334/job/webyast-client-head-i586/690/changes> Changes: [Josef Reidinger] add forgetted basesystem fixtures ------------------------------------------ [...truncated 56 lines...] * Starting syntax check... * Done (in /src/web-client/plugins/network) * Starting syntax check... * Done (in /src/web-client/plugins/samba_server) * Starting syntax check... * Done (in /src/web-client/plugins/patch_updates) * Starting syntax check... * Done (in /src/web-client/plugins/system) * Starting syntax check... * Done (in /src/web-client/plugins/administrator) * Starting syntax check... * Done (in /src/web-client/plugins/registration) * Starting syntax check... * Done (in /src/web-client/plugins/mail_settings) * Starting syntax check... * Done (in /src/web-client/plugins/systemtime) * Starting syntax check... * Done (in /src/web-client/plugins/language) * Starting syntax check... * Done (in /src/web-client/plugins/services) * Starting syntax check... * Done (in /src/web-client/plugins/eulas) * Starting syntax check... * Done (in /src/web-client/plugins/permissions) * Starting syntax check... * Done (in /src/web-client/plugins/status) * Starting syntax check... * Done + check_exit 0 + '[' -z 0 ']' + MYEXIT=0 + '[' 0 == 0 ']' + echo 'exit code: 0 ... good, lets continue' exit code: 0 ... good, lets continue + return + export GEM_PATH=/usr/local/lib/ruby/gems/1.8/gems + GEM_PATH=/usr/local/lib/ruby/gems/1.8/gems + export CI_REPORTS=results + CI_REPORTS=results + export RAILS_ENV=test + RAILS_ENV=test + pushd webclient /src/web-client/webclient /src/web-client + RAILS_ENV=test + rake db:create db:migrate (in /src/web-client/webclient) == CreateAccounts: migrating ================================================= -- create_table("accounts", {:force=>true}) -> 0.0057s == CreateAccounts: migrated (0.0060s) ======================================== == UpdateAccounts: migrating ================================================= -- remove_column(:accounts, :email) -> 0.0388s -- remove_column(:accounts, :crypted_password) -> 0.0361s -- remove_column(:accounts, :salt) -> 0.0336s == UpdateAccounts: migrated (0.1090s) ======================================== == AddColumntAccounts: migrating ============================================= -- add_column(:accounts, :salt, :string) -> 0.0017s == AddColumntAccounts: migrated (0.0019s) ==================================== == CreateHosts: migrating ==================================================== -- create_table(:hosts) -> 0.0038s == CreateHosts: migrated (0.0041s) =========================================== == InsertLocalhost: migrating ================================================ == InsertLocalhost: migrated (0.1413s) ======================================= == PrivatePortNumbers: migrating ============================================= == PrivatePortNumbers: migrated (0.0028s) ==================================== + check_exit 0 + '[' -z 0 ']' + MYEXIT=0 + '[' 0 == 0 ']' + echo 'exit code: 0 ... good, lets continue' exit code: 0 ... good, lets continue + return + popd /src/web-client + '[' -d coverage ']' + mkdir coverage + rake test (in /src/web-client) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/unit/host_test.rb" "test/unit/basesystem_test.rb" "test/unit/helpers/controlpanel_helper_test.rb" "test/unit/account_test.rb" "test/unit/yast/service_resource_test.rb" "test/unit/yast_model_test.rb" "test/unit/client_exception_test.rb" (in /src/web-client/webclient) Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started .......EFEEEEEE..... Finished in 0.582224 seconds. 1) Error: test_permissions(YaSTServiceResourceBaseTest): NoMethodError: undefined method `permissions' for nil:NilClass activesupport (2.3.5) lib/active_support/whiny_nil.rb:52:in `method_missing' /test/unit/yast/service_resource_test.rb:188:in `test_permissions' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' 2) Failure: test_proxy_uses_prefix(YaSTServiceResourceBaseTest) [/test/unit/yast/service_resource_test.rb:146:in `test_proxy_uses_prefix' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run']: <ActiveResource::InvalidRequestError> exception expected but was Class: <NoMethodError> Message: <"You have a nil object when you didn't expect it!\nYou might have expected an instance of Array.\nThe error occurred while evaluating nil.find"> ---Backtrace--- ./test/unit/yast/service_resource_test.rb:147:in `test_proxy_uses_prefix' ./test/unit/yast/service_resource_test.rb:146:in `test_proxy_uses_prefix' /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/testing/setup_and_teardown.rb:62:in `run' --------------- 3) Error: test_proxy_works(YaSTServiceResourceBaseTest): NoMethodError: undefined method `name' for nil:NilClass activesupport (2.3.5) lib/active_support/whiny_nil.rb:52:in `method_missing' /test/unit/yast/service_resource_test.rb:82:in `test_proxy_works' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' 4) Error: test_proxy_works_with_array_attrs(YaSTServiceResourceBaseTest): NoMethodError: undefined method `singular?' for nil:NilClass activesupport (2.3.5) lib/active_support/whiny_nil.rb:52:in `method_missing' /test/unit/yast/service_resource_test.rb:217:in `test_proxy_works_with_array_attrs' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' 5) Error: test_proxy_works_with_prefix(YaSTServiceResourceBaseTest): NoMethodError: You have a nil object when you didn't expect it! You might have expected an instance of Array. The error occurred while evaluating nil.find /test/unit/yast/service_resource_test.rb:161:in `test_proxy_works_with_prefix' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' 6) Error: test_proxy_works_with_singleton(YaSTServiceResourceBaseTest): NoMethodError: undefined method `singular?' for nil:NilClass activesupport (2.3.5) lib/active_support/whiny_nil.rb:52:in `method_missing' /test/unit/yast/service_resource_test.rb:101:in `test_proxy_works_with_singleton' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' 7) Error: test_proxy_works_with_singleton_and_prefix(YaSTServiceResourceBaseTest): NoMethodError: undefined method `singular?' for nil:NilClass activesupport (2.3.5) lib/active_support/whiny_nil.rb:52:in `method_missing' /test/unit/yast/service_resource_test.rb:121:in `test_proxy_works_with_singleton_and_prefix' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' 8) Error: test_proxy_works_with_status_page(YaSTServiceResourceBaseTest): NoMethodError: undefined method `singular?' for nil:NilClass activesupport (2.3.5) lib/active_support/whiny_nil.rb:52:in `method_missing' /test/unit/yast/service_resource_test.rb:256:in `test_proxy_works_with_status_page' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run' 20 tests, 41 assertions, 1 failures, 7 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/hosts_controller_test.rb" "test/functional/private_routing_test.rb" "test/functional/lang_controller_test.rb" "test/functional/controlpanel_controller_test.rb" "test/functional/sessions_controller_test.rb" "test/functional/main_controller_test.rb" /src/web-client/webclient/vendor/plugins/lang_helper/lib/lang_helper.rb:34: warning: don't put space before argument parentheses /src/web-client/webclient/vendor/plugins/lang_helper/lib/lang_helper.rb:38: warning: don't put space before argument parentheses /src/web-client/webclient/vendor/plugins/lang_helper/lib/lang_helper.rb:25: warning: already initialized constant LANGUAGES /src/web-client/webclient/vendor/plugins/lang_helper/lib/lang_helper.rb:82: warning: already initialized constant SUPPORTED_LANGUAGE Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started .................DEPRECATION WARNING: Using assert_redirected_to with partial hash arguments is deprecated. Specify the full set arguments instead. (called from test_main_index_no_session at ./test/functional/main_controller_test.rb:12) ...Host(): nil .Host(1): #<Host id: 1, name: "Sample Host", url: "http://www.google.com:4711", description: "Just a sample, not for real use", created_at: "2010-01-11 17:27:00", updated_at: "2010-01-11 17:27:00"> .Host(1): #<Host id: 1, name: "Sample Host", url: "http://www.google.com:4711", description: "Just a sample, not for real use", created_at: "2010-01-11 17:27:00", updated_at: "2010-01-11 17:27:00"> .Host(1): #<Host id: 1, name: "Sample Host", url: "http://www.google.com:4711", description: "Just a sample, not for real use", created_at: "2010-01-11 17:27:00", updated_at: "2010-01-11 17:27:00"> .Host(1): #<Host id: 1, name: "Sample Host", url: "http://www.google.com:4711", description: "Just a sample, not for real use", created_at: "2010-01-11 17:27:00", updated_at: "2010-01-11 17:27:00"> .........Host(): nil .Host(): nil . Finished in 1.170275 seconds. 35 tests, 66 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/integration/two_sessions_test.rb" "test/integration/manage_hosts_test.rb" fakeweb not found, skipping two_session_test Errors running test:units! rake aborted! Error on execute task test on webclient /src/web-client/Rakefile:16 (See full trace by running task with --trace) ++ error_exit 1 ++ echo 'ERROR: detected exit code 1' ERROR: detected exit code 1 ++ footer_and_exit 1 ++ '[' -z 1 ']' ++ MYEXIT=1 ++ '[' 1 == 0 ']' ++ ascii_failed ++ cat ( ) ( ) ( ) _ ) ( \_ _(_\ \)__ (____\___)) build failed ++ echo 'stopping dbus..' stopping dbus.. ++ /etc/init.d/dbus stop Shutting down D-Bus daemon..done ++ exit 1 ... unmounting sys ... unmounting proc ... unmounting pts umount: /data/hudson/HUDSON-CHROOT/webyast-head-i586/dev/pts: not mounted Can't unmount devpts /data/hudson/HUDSON-CHROOT/webyast-head-i586/dev/pts [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Publishing Javadoc Archiving artifacts Build wasn't successful, skipping saikuro coverage report Publishing rails stats report... [workspace] $ rake --silent stats Failed to send e-mail to Martin Vidner because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Martin Schmidkunz because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Stefan Schubert because no e-mail address is known, and no default e-mail domain is configured -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
See <http://yast.suse.de:3334/job/webyast-client-head-i586/691/changes> Changes: [Josef Reidinger] fix tests, explicitelly say that we don't have auth_token (design problem with model variables for session information) ------------------------------------------ [...truncated 145 lines...] + check_exit 0 + '[' -z 0 ']' + MYEXIT=0 + '[' 0 == 0 ']' + echo 'exit code: 0 ... good, lets continue' exit code: 0 ... good, lets continue + return + popd /src/web-client + '[' -d coverage ']' + mkdir coverage + rake test (in /src/web-client) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/unit/host_test.rb" "test/unit/basesystem_test.rb" "test/unit/helpers/controlpanel_helper_test.rb" "test/unit/account_test.rb" "test/unit/yast/service_resource_test.rb" "test/unit/yast_model_test.rb" "test/unit/client_exception_test.rb" (in /src/web-client/webclient) Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started .................... Finished in 1.495784 seconds. 20 tests, 64 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/hosts_controller_test.rb" "test/functional/private_routing_test.rb" "test/functional/lang_controller_test.rb" "test/functional/controlpanel_controller_test.rb" "test/functional/sessions_controller_test.rb" "test/functional/main_controller_test.rb" /src/web-client/webclient/vendor/plugins/lang_helper/lib/lang_helper.rb:34: warning: don't put space before argument parentheses /src/web-client/webclient/vendor/plugins/lang_helper/lib/lang_helper.rb:38: warning: don't put space before argument parentheses /src/web-client/webclient/vendor/plugins/lang_helper/lib/lang_helper.rb:25: warning: already initialized constant LANGUAGES /src/web-client/webclient/vendor/plugins/lang_helper/lib/lang_helper.rb:82: warning: already initialized constant SUPPORTED_LANGUAGE Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started .................DEPRECATION WARNING: Using assert_redirected_to with partial hash arguments is deprecated. Specify the full set arguments instead. (called from test_main_index_no_session at ./test/functional/main_controller_test.rb:12) ...Host(): nil .Host(1): #<Host id: 1, name: "Sample Host", url: "http://www.google.com:4711", description: "Just a sample, not for real use", created_at: "2010-01-11 17:58:04", updated_at: "2010-01-11 17:58:04"> .Host(1): #<Host id: 1, name: "Sample Host", url: "http://www.google.com:4711", description: "Just a sample, not for real use", created_at: "2010-01-11 17:58:04", updated_at: "2010-01-11 17:58:04"> .Host(1): #<Host id: 1, name: "Sample Host", url: "http://www.google.com:4711", description: "Just a sample, not for real use", created_at: "2010-01-11 17:58:04", updated_at: "2010-01-11 17:58:04"> .Host(1): #<Host id: 1, name: "Sample Host", url: "http://www.google.com:4711", description: "Just a sample, not for real use", created_at: "2010-01-11 17:58:04", updated_at: "2010-01-11 17:58:04"> .........Host(): nil .Host(): nil . Finished in 1.06382 seconds. 35 tests, 66 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/integration/two_sessions_test.rb" "test/integration/manage_hosts_test.rb" fakeweb not found, skipping two_session_test /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/custom_services) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/security) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/users) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/unit/string_serialization_test.rb" "test/unit/array_serialization_test.rb" "test/unit/interface_test.rb" (in /src/web-client/plugins/network) Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started ........ Finished in 0.027111 seconds. 8 tests, 8 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/network_controller_test.rb" Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started ... Finished in 0.304415 seconds. 3 tests, 8 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/samba_server) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/patch_updates) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/system) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/system_controller_test.rb" Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started ...... Finished in 0.586817 seconds. 6 tests, 20 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/administrator) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/administrator_controller_test.rb" Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started Finished in 0.00024 seconds. 0 tests, 0 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/registration) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/registration_controller_test.rb" Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started ..DEPRECATION WARNING: Using assert_redirected_to with partial hash arguments is deprecated. Specify the full set arguments instead. (called from test_register at ./test/functional/registration_controller_test.rb:97) ... Finished in 0.541442 seconds. 5 tests, 11 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/mail_settings) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/systemtime) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/systemtime_controller_test.rb" Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started .... Finished in 9.365422 seconds. 4 tests, 9 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/language) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/language_controller_test.rb" Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started Finished in 0.000212 seconds. 0 tests, 0 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/services) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/services_controller_test.rb" Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started ... Finished in 0.187709 seconds. 3 tests, 6 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/eulas) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/eulas_controller_test.rb" Taking ../../webclient for RAILS_PARENT Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started ... Finished in 0.100701 seconds. 3 tests, 12 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/permissions) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/permission_controller_test.rb" Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started .. Finished in 0.674675 seconds. 2 tests, 4 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/status) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/status_controller_test.rb" Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started FF Finished in 0.462462 seconds. 1) Failure: test_collectd_out_of_sync(StatusControllerTest) [actionpack (2.3.5) lib/action_controller/test_case.rb:119:in `clean_backtrace' /test/functional/status_controller_test.rb:129:in `test_collectd_out_of_sync' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run']: Expected response to be a <:success>, but was <500> <""> 2) Failure: test_index(StatusControllerTest) [actionpack (2.3.5) lib/action_controller/test_case.rb:119:in `clean_backtrace' /test/functional/status_controller_test.rb:99:in `test_index' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run']: Expected response to be a <:success>, but was <500> <""> 2 tests, 2 assertions, 2 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" Errors running test:functionals! rake aborted! Error on execute task test on plugins/status /src/web-client/Rakefile:16 (See full trace by running task with --trace) ++ error_exit 1 ++ echo 'ERROR: detected exit code 1' ERROR: detected exit code 1 ++ footer_and_exit 1 ++ '[' -z 1 ']' ++ MYEXIT=1 ++ '[' 1 == 0 ']' ++ ascii_failed ++ cat ( ) ( ) ( ) _ ) ( \_ _(_\ \)__ (____\___)) build failed ++ echo 'stopping dbus..' stopping dbus.. ++ /etc/init.d/dbus stop Shutting down D-Bus daemon..done ++ exit 1 ... unmounting sys ... unmounting proc ... unmounting pts umount: /data/hudson/HUDSON-CHROOT/webyast-head-i586/dev/pts: not mounted Can't unmount devpts /data/hudson/HUDSON-CHROOT/webyast-head-i586/dev/pts [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Publishing Javadoc Archiving artifacts Build wasn't successful, skipping saikuro coverage report Publishing rails stats report... [workspace] $ rake --silent stats Failed to send e-mail to Martin Vidner because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Martin Schmidkunz because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Stefan Schubert because no e-mail address is known, and no default e-mail domain is configured -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
See <http://yast.suse.de:3334/job/webyast-client-head-i586/692/> ------------------------------------------ [...truncated 159 lines...] + check_exit 0 + '[' -z 0 ']' + MYEXIT=0 + '[' 0 == 0 ']' + echo 'exit code: 0 ... good, lets continue' exit code: 0 ... good, lets continue + return + popd /src/web-client + '[' -d coverage ']' + mkdir coverage + rake test (in /src/web-client) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/unit/host_test.rb" "test/unit/basesystem_test.rb" "test/unit/helpers/controlpanel_helper_test.rb" "test/unit/account_test.rb" "test/unit/yast/service_resource_test.rb" "test/unit/yast_model_test.rb" "test/unit/client_exception_test.rb" (in /src/web-client/webclient) Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started .................... Finished in 1.405718 seconds. 20 tests, 64 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/hosts_controller_test.rb" "test/functional/private_routing_test.rb" "test/functional/lang_controller_test.rb" "test/functional/controlpanel_controller_test.rb" "test/functional/sessions_controller_test.rb" "test/functional/main_controller_test.rb" /src/web-client/webclient/vendor/plugins/lang_helper/lib/lang_helper.rb:34: warning: don't put space before argument parentheses /src/web-client/webclient/vendor/plugins/lang_helper/lib/lang_helper.rb:38: warning: don't put space before argument parentheses /src/web-client/webclient/vendor/plugins/lang_helper/lib/lang_helper.rb:25: warning: already initialized constant LANGUAGES /src/web-client/webclient/vendor/plugins/lang_helper/lib/lang_helper.rb:82: warning: already initialized constant SUPPORTED_LANGUAGE Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started .................DEPRECATION WARNING: Using assert_redirected_to with partial hash arguments is deprecated. Specify the full set arguments instead. (called from test_main_index_no_session at ./test/functional/main_controller_test.rb:12) ...Host(): nil .Host(1): #<Host id: 1, name: "Sample Host", url: "http://www.google.com:4711", description: "Just a sample, not for real use", created_at: "2010-01-11 21:21:26", updated_at: "2010-01-11 21:21:26"> .Host(1): #<Host id: 1, name: "Sample Host", url: "http://www.google.com:4711", description: "Just a sample, not for real use", created_at: "2010-01-11 21:21:26", updated_at: "2010-01-11 21:21:26"> .Host(1): #<Host id: 1, name: "Sample Host", url: "http://www.google.com:4711", description: "Just a sample, not for real use", created_at: "2010-01-11 21:21:26", updated_at: "2010-01-11 21:21:26"> .Host(1): #<Host id: 1, name: "Sample Host", url: "http://www.google.com:4711", description: "Just a sample, not for real use", created_at: "2010-01-11 21:21:26", updated_at: "2010-01-11 21:21:26"> .........Host(): nil .Host(): nil . Finished in 8.966196 seconds. 35 tests, 66 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/integration/two_sessions_test.rb" "test/integration/manage_hosts_test.rb" fakeweb not found, skipping two_session_test /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/custom_services) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/security) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/users) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/unit/string_serialization_test.rb" "test/unit/array_serialization_test.rb" "test/unit/interface_test.rb" (in /src/web-client/plugins/network) Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started ........ Finished in 0.027258 seconds. 8 tests, 8 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/network_controller_test.rb" Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started ... Finished in 0.427945 seconds. 3 tests, 8 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/samba_server) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/patch_updates) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/system) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/system_controller_test.rb" Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started ...... Finished in 0.476284 seconds. 6 tests, 20 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/administrator) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/administrator_controller_test.rb" Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started Finished in 0.000234 seconds. 0 tests, 0 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/registration) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/registration_controller_test.rb" Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started ..DEPRECATION WARNING: Using assert_redirected_to with partial hash arguments is deprecated. Specify the full set arguments instead. (called from test_register at ./test/functional/registration_controller_test.rb:97) ... Finished in 2.215796 seconds. 5 tests, 11 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/mail_settings) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/systemtime) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/systemtime_controller_test.rb" Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started .... Finished in 8.073518 seconds. 4 tests, 9 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/language) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/language_controller_test.rb" Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started Finished in 0.000536 seconds. 0 tests, 0 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/services) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/services_controller_test.rb" Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started ... Finished in 0.232109 seconds. 3 tests, 6 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/eulas) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/eulas_controller_test.rb" Taking ../../webclient for RAILS_PARENT Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started ... Finished in 0.888738 seconds. 3 tests, 12 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/permissions) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/permission_controller_test.rb" Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started .. Finished in 1.841292 seconds. 2 tests, 4 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" (in /src/web-client/plugins/status) /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/status_controller_test.rb" Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader Started FF Finished in 1.131256 seconds. 1) Failure: test_collectd_out_of_sync(StatusControllerTest) [actionpack (2.3.5) lib/action_controller/test_case.rb:119:in `clean_backtrace' /test/functional/status_controller_test.rb:129:in `test_collectd_out_of_sync' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run']: Expected response to be a <:success>, but was <500> <""> 2) Failure: test_index(StatusControllerTest) [actionpack (2.3.5) lib/action_controller/test_case.rb:119:in `clean_backtrace' /test/functional/status_controller_test.rb:99:in `test_index' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `__send__' activesupport (2.3.5) lib/active_support/testing/setup_and_teardown.rb:62:in `run']: Expected response to be a <:success>, but was <500> <""> 2 tests, 2 assertions, 2 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications /usr/bin/ruby -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" Errors running test:functionals! rake aborted! Error on execute task test on plugins/status /src/web-client/Rakefile:16 (See full trace by running task with --trace) ++ error_exit 1 ++ echo 'ERROR: detected exit code 1' ERROR: detected exit code 1 ++ footer_and_exit 1 ++ '[' -z 1 ']' ++ MYEXIT=1 ++ '[' 1 == 0 ']' ++ ascii_failed ++ cat ( ) ( ) ( ) _ ) ( \_ _(_\ \)__ (____\___)) build failed ++ echo 'stopping dbus..' stopping dbus.. ++ /etc/init.d/dbus stop Shutting down D-Bus daemon..done ++ exit 1 ... unmounting sys ... unmounting proc ... unmounting pts umount: /data/hudson/HUDSON-CHROOT/webyast-head-i586/dev/pts: not mounted Can't unmount devpts /data/hudson/HUDSON-CHROOT/webyast-head-i586/dev/pts [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Publishing Javadoc Archiving artifacts Build wasn't successful, skipping saikuro coverage report Publishing rails stats report... [workspace] $ rake --silent stats Failed to send e-mail to Martin Vidner because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Martin Schmidkunz because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Stefan Schubert because no e-mail address is known, and no default e-mail domain is configured -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
See <http://yast.suse.de:3334/job/webyast-client-head-i586/693/changes> Changes: [Stefan Schubert] this kind of test will be obsoleted [Stefan Schubert] Merge branch 'master' of git@gitorious.org:opensuse/yast-web-client ------------------------------------------ [...truncated 7234 lines...] ln ./po/tr/yast_webclient_status.po package/www/./po/tr/yast_webclient_status.po mkdir -p package/www/./po/uk rm -f package/www/./po/uk/yast_webclient_status.po ln ./po/uk/yast_webclient_status.po package/www/./po/uk/yast_webclient_status.po mkdir -p package/www/./po/vi rm -f package/www/./po/vi/yast_webclient_status.po ln ./po/vi/yast_webclient_status.po package/www/./po/vi/yast_webclient_status.po mkdir -p package/www/./po/wa rm -f package/www/./po/wa/yast_webclient_status.po ln ./po/wa/yast_webclient_status.po package/www/./po/wa/yast_webclient_status.po mkdir -p package/www/./po/xh rm -f package/www/./po/xh/yast_webclient_status.po ln ./po/xh/yast_webclient_status.po package/www/./po/xh/yast_webclient_status.po mkdir -p package/www/./po/zh_CN rm -f package/www/./po/zh_CN/yast_webclient_status.po ln ./po/zh_CN/yast_webclient_status.po package/www/./po/zh_CN/yast_webclient_status.po mkdir -p package/www/./po/zh_TW rm -f package/www/./po/zh_TW/yast_webclient_status.po ln ./po/zh_TW/yast_webclient_status.po package/www/./po/zh_TW/yast_webclient_status.po mkdir -p package/www/./po/zu rm -f package/www/./po/zu/yast_webclient_status.po ln ./po/zu/yast_webclient_status.po package/www/./po/zu/yast_webclient_status.po rm -f package/www/./shortcuts.yml ln ./shortcuts.yml package/www/./shortcuts.yml mkdir -p package/www/./tasks rm -f package/www/./tasks/status_tasks.rake ln ./tasks/status_tasks.rake package/www/./tasks/status_tasks.rake rm -f package/www/./uninstall.rb ln ./uninstall.rb package/www/./uninstall.rb cd package tar jcvf www.tar.bz2 www (in /src/web-client/plugins/status) www/ www/README www/config/ www/config/rails_parent.rb www/shortcuts.yml www/.gitignore www/app/ www/app/models/ www/app/models/status.rb www/app/helpers/ www/app/helpers/status_helper.rb www/app/controllers/ www/app/controllers/status_controller.rb www/app/views/ www/app/views/status/ www/app/views/status/edit.html.erb www/app/views/status/_status_progress.html.erb www/app/views/status/_status_summary.html.erb www/app/views/status/_status_log.html.erb www/app/views/status/_status_graph.html.erb www/app/views/status/index.html.erb www/COPYING www/po/ www/po/pt/ www/po/pt/yast_webclient_status.po www/po/sr/ www/po/sr/yast_webclient_status.po www/po/sk/ www/po/sk/yast_webclient_status.po www/po/he/ www/po/he/yast_webclient_status.po www/po/zh_TW/ www/po/zh_TW/yast_webclient_status.po www/po/el/ www/po/el/yast_webclient_status.po www/po/es/ www/po/es/yast_webclient_status.po www/po/da/ www/po/da/yast_webclient_status.po www/po/uk/ www/po/uk/yast_webclient_status.po www/po/ka/ www/po/ka/yast_webclient_status.po www/po/mr/ www/po/mr/yast_webclient_status.po www/po/cs/ www/po/cs/yast_webclient_status.po www/po/zu/ www/po/zu/yast_webclient_status.po www/po/tg/ www/po/tg/yast_webclient_status.po www/po/de/ www/po/de/yast_webclient_status.po www/po/lt/ www/po/lt/yast_webclient_status.po www/po/zh_CN/ www/po/zh_CN/yast_webclient_status.po www/po/hr/ www/po/hr/yast_webclient_status.po www/po/hi/ www/po/hi/yast_webclient_status.po www/po/pl/ www/po/pl/yast_webclient_status.po www/po/en_GB/ www/po/en_GB/yast_webclient_status.po www/po/hu/ www/po/hu/yast_webclient_status.po www/po/lo/ www/po/lo/yast_webclient_status.po www/po/sl/ www/po/sl/yast_webclient_status.po www/po/it/ www/po/it/yast_webclient_status.po www/po/ca/ www/po/ca/yast_webclient_status.po www/po/cy/ www/po/cy/yast_webclient_status.po www/po/ta/ www/po/ta/yast_webclient_status.po www/po/af/ www/po/af/yast_webclient_status.po www/po/id/ www/po/id/yast_webclient_status.po www/po/mk/ www/po/mk/yast_webclient_status.po www/po/et/ www/po/et/yast_webclient_status.po www/po/gu/ www/po/gu/yast_webclient_status.po www/po/pa/ www/po/pa/yast_webclient_status.po www/po/bg/ www/po/bg/yast_webclient_status.po www/po/ru/ www/po/ru/yast_webclient_status.po www/po/wa/ www/po/wa/yast_webclient_status.po www/po/bs/ www/po/bs/yast_webclient_status.po www/po/ar/ www/po/ar/yast_webclient_status.po www/po/ro/ www/po/ro/yast_webclient_status.po www/po/si/ www/po/si/yast_webclient_status.po www/po/sv/ www/po/sv/yast_webclient_status.po www/po/nb/ www/po/nb/yast_webclient_status.po www/po/tr/ www/po/tr/yast_webclient_status.po www/po/xh/ www/po/xh/yast_webclient_status.po www/po/vi/ www/po/vi/yast_webclient_status.po www/po/km/ www/po/km/yast_webclient_status.po www/po/th/ www/po/th/yast_webclient_status.po www/po/fr/ www/po/fr/yast_webclient_status.po www/po/bn/ www/po/bn/yast_webclient_status.po www/po/nl/ www/po/nl/yast_webclient_status.po www/po/ko/ www/po/ko/yast_webclient_status.po www/po/ja/ www/po/ja/yast_webclient_status.po www/po/gl/ www/po/gl/yast_webclient_status.po www/po/fi/ www/po/fi/yast_webclient_status.po www/po/be/ www/po/be/yast_webclient_status.po www/po/en_US/ www/po/en_US/yast_webclient_status.po www/po/pt_BR/ www/po/pt_BR/yast_webclient_status.po www/tasks/ www/tasks/status_tasks.rake www/install.rb www/Rakefile www/init.rb www/uninstall.rb cd - ++ find ./plugins -name package ++ grep -v 'rpam\|ruby-polkit' + for rpmdir in '${SUBDIR}/package' '`find ./plugins -name package | grep -v "rpam\|ruby-polkit"`' ++ dirname webclient/package + pkgdir=webclient ++ basename webclient + pkgname=webclient + destination=/artifacts/webyast/web-client/package/yast2-webclient-webclient + mkdir -p /artifacts/webyast/web-client/package/yast2-webclient-webclient + rm -rf '/artifacts/webyast/web-client/package/yast2-webclient-webclient/*' + rm -rf webclient/package/www + cp -r webclient/package/check-create-certificate.pl webclient/package/cleanurl-v5.lua webclient/package/webyast-ui webclient/package/www.tar.bz2 webclient/package/yast2-webclient.changes webclient/package/yast2-webclient.spec webclient/package/yastwc /artifacts/webyast/web-client/package/yast2-webclient-webclient + pushd webclient/package /src/web-client/webclient/package /src/web-client + case "${pkgdir}" in + build_install_spec + build_spec + rpm --rebuilddb + mkdir -p /tmp + mkdir -p /artifacts/webyast/web-client/rpms + mkdir -p /tmp/rpmbuild + mkdir -p /tmp/buildroot + cat + check_exit 0 + '[' -z 0 ']' + MYEXIT=0 + '[' 0 == 0 ']' + echo 'exit code: 0 ... good, lets continue' exit code: 0 ... good, lets continue + return + /usr/bin/rpmbuild -bb --define 'run_testsuite 1' yast2-webclient.spec error: Failed build dependencies: rubygem-rails-2_3 = 2.3.4 is needed by yast2-webclient-0.0.28-0.src + check_exit 1 + '[' -z 1 ']' + MYEXIT=1 + '[' 1 == 0 ']' + footer_and_exit 1 + '[' -z 1 ']' + MYEXIT=1 + '[' 1 == 0 ']' + ascii_failed + cat ( ) ( ) ( ) _ ) ( \_ _(_\ \)__ (____\___)) build failed + echo 'stopping dbus..' stopping dbus.. + /etc/init.d/dbus stop Shutting down D-Bus daemon..done + exit 1 ... unmounting sys ... unmounting proc ... unmounting pts [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Publishing Javadoc Archiving artifacts Build wasn't successful, skipping saikuro coverage report Publishing rails stats report... [workspace] $ rake --silent stats Failed to send e-mail to Martin Vidner because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Martin Schmidkunz because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Stefan Schubert because no e-mail address is known, and no default e-mail domain is configured -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
See <http://yast.suse.de:3334/job/webyast-client-head-i586/694/changes> Changes: [Stefan Schubert] showing limits in the graph ------------------------------------------ [...truncated 7237 lines...] ln ./po/tr/yast_webclient_status.po package/www/./po/tr/yast_webclient_status.po mkdir -p package/www/./po/uk rm -f package/www/./po/uk/yast_webclient_status.po ln ./po/uk/yast_webclient_status.po package/www/./po/uk/yast_webclient_status.po mkdir -p package/www/./po/vi rm -f package/www/./po/vi/yast_webclient_status.po ln ./po/vi/yast_webclient_status.po package/www/./po/vi/yast_webclient_status.po mkdir -p package/www/./po/wa rm -f package/www/./po/wa/yast_webclient_status.po ln ./po/wa/yast_webclient_status.po package/www/./po/wa/yast_webclient_status.po mkdir -p package/www/./po/xh rm -f package/www/./po/xh/yast_webclient_status.po ln ./po/xh/yast_webclient_status.po package/www/./po/xh/yast_webclient_status.po mkdir -p package/www/./po/zh_CN rm -f package/www/./po/zh_CN/yast_webclient_status.po ln ./po/zh_CN/yast_webclient_status.po package/www/./po/zh_CN/yast_webclient_status.po mkdir -p package/www/./po/zh_TW rm -f package/www/./po/zh_TW/yast_webclient_status.po ln ./po/zh_TW/yast_webclient_status.po package/www/./po/zh_TW/yast_webclient_status.po mkdir -p package/www/./po/zu rm -f package/www/./po/zu/yast_webclient_status.po ln ./po/zu/yast_webclient_status.po package/www/./po/zu/yast_webclient_status.po rm -f package/www/./shortcuts.yml ln ./shortcuts.yml package/www/./shortcuts.yml mkdir -p package/www/./tasks rm -f package/www/./tasks/status_tasks.rake ln ./tasks/status_tasks.rake package/www/./tasks/status_tasks.rake rm -f package/www/./uninstall.rb ln ./uninstall.rb package/www/./uninstall.rb cd package tar jcvf www.tar.bz2 www (in /src/web-client/plugins/status) www/ www/README www/config/ www/config/rails_parent.rb www/shortcuts.yml www/.gitignore www/app/ www/app/models/ www/app/models/status.rb www/app/helpers/ www/app/helpers/status_helper.rb www/app/controllers/ www/app/controllers/status_controller.rb www/app/views/ www/app/views/status/ www/app/views/status/edit.html.erb www/app/views/status/_status_progress.html.erb www/app/views/status/_status_summary.html.erb www/app/views/status/_status_log.html.erb www/app/views/status/_status_graph.html.erb www/app/views/status/index.html.erb www/COPYING www/po/ www/po/pt/ www/po/pt/yast_webclient_status.po www/po/sr/ www/po/sr/yast_webclient_status.po www/po/sk/ www/po/sk/yast_webclient_status.po www/po/he/ www/po/he/yast_webclient_status.po www/po/zh_TW/ www/po/zh_TW/yast_webclient_status.po www/po/el/ www/po/el/yast_webclient_status.po www/po/es/ www/po/es/yast_webclient_status.po www/po/da/ www/po/da/yast_webclient_status.po www/po/uk/ www/po/uk/yast_webclient_status.po www/po/ka/ www/po/ka/yast_webclient_status.po www/po/mr/ www/po/mr/yast_webclient_status.po www/po/cs/ www/po/cs/yast_webclient_status.po www/po/zu/ www/po/zu/yast_webclient_status.po www/po/tg/ www/po/tg/yast_webclient_status.po www/po/de/ www/po/de/yast_webclient_status.po www/po/lt/ www/po/lt/yast_webclient_status.po www/po/zh_CN/ www/po/zh_CN/yast_webclient_status.po www/po/hr/ www/po/hr/yast_webclient_status.po www/po/hi/ www/po/hi/yast_webclient_status.po www/po/pl/ www/po/pl/yast_webclient_status.po www/po/en_GB/ www/po/en_GB/yast_webclient_status.po www/po/hu/ www/po/hu/yast_webclient_status.po www/po/lo/ www/po/lo/yast_webclient_status.po www/po/sl/ www/po/sl/yast_webclient_status.po www/po/it/ www/po/it/yast_webclient_status.po www/po/ca/ www/po/ca/yast_webclient_status.po www/po/cy/ www/po/cy/yast_webclient_status.po www/po/ta/ www/po/ta/yast_webclient_status.po www/po/af/ www/po/af/yast_webclient_status.po www/po/id/ www/po/id/yast_webclient_status.po www/po/mk/ www/po/mk/yast_webclient_status.po www/po/et/ www/po/et/yast_webclient_status.po www/po/gu/ www/po/gu/yast_webclient_status.po www/po/pa/ www/po/pa/yast_webclient_status.po www/po/bg/ www/po/bg/yast_webclient_status.po www/po/ru/ www/po/ru/yast_webclient_status.po www/po/wa/ www/po/wa/yast_webclient_status.po www/po/bs/ www/po/bs/yast_webclient_status.po www/po/ar/ www/po/ar/yast_webclient_status.po www/po/ro/ www/po/ro/yast_webclient_status.po www/po/si/ www/po/si/yast_webclient_status.po www/po/sv/ www/po/sv/yast_webclient_status.po www/po/nb/ www/po/nb/yast_webclient_status.po www/po/tr/ www/po/tr/yast_webclient_status.po www/po/xh/ www/po/xh/yast_webclient_status.po www/po/vi/ www/po/vi/yast_webclient_status.po www/po/km/ www/po/km/yast_webclient_status.po www/po/th/ www/po/th/yast_webclient_status.po www/po/fr/ www/po/fr/yast_webclient_status.po www/po/bn/ www/po/bn/yast_webclient_status.po www/po/nl/ www/po/nl/yast_webclient_status.po www/po/ko/ www/po/ko/yast_webclient_status.po www/po/ja/ www/po/ja/yast_webclient_status.po www/po/gl/ www/po/gl/yast_webclient_status.po www/po/fi/ www/po/fi/yast_webclient_status.po www/po/be/ www/po/be/yast_webclient_status.po www/po/en_US/ www/po/en_US/yast_webclient_status.po www/po/pt_BR/ www/po/pt_BR/yast_webclient_status.po www/tasks/ www/tasks/status_tasks.rake www/install.rb www/Rakefile www/init.rb www/uninstall.rb cd - ++ find ./plugins -name package ++ grep -v 'rpam\|ruby-polkit' + for rpmdir in '${SUBDIR}/package' '`find ./plugins -name package | grep -v "rpam\|ruby-polkit"`' ++ dirname webclient/package + pkgdir=webclient ++ basename webclient + pkgname=webclient + destination=/artifacts/webyast/web-client/package/yast2-webclient-webclient + mkdir -p /artifacts/webyast/web-client/package/yast2-webclient-webclient + rm -rf '/artifacts/webyast/web-client/package/yast2-webclient-webclient/*' + rm -rf webclient/package/www + cp -r webclient/package/check-create-certificate.pl webclient/package/cleanurl-v5.lua webclient/package/webyast-ui webclient/package/www.tar.bz2 webclient/package/yast2-webclient.changes webclient/package/yast2-webclient.spec webclient/package/yastwc /artifacts/webyast/web-client/package/yast2-webclient-webclient + pushd webclient/package /src/web-client/webclient/package /src/web-client + case "${pkgdir}" in + build_install_spec + build_spec + rpm --rebuilddb + mkdir -p /tmp + mkdir -p /artifacts/webyast/web-client/rpms + mkdir -p /tmp/rpmbuild + mkdir -p /tmp/buildroot + cat + check_exit 0 + '[' -z 0 ']' + MYEXIT=0 + '[' 0 == 0 ']' + echo 'exit code: 0 ... good, lets continue' exit code: 0 ... good, lets continue + return + /usr/bin/rpmbuild -bb --define 'run_testsuite 1' yast2-webclient.spec error: Failed build dependencies: rubygem-rails-2_3 = 2.3.4 is needed by yast2-webclient-0.0.28-0.src + check_exit 1 + '[' -z 1 ']' + MYEXIT=1 + '[' 1 == 0 ']' + footer_and_exit 1 + '[' -z 1 ']' + MYEXIT=1 + '[' 1 == 0 ']' + ascii_failed + cat ( ) ( ) ( ) _ ) ( \_ _(_\ \)__ (____\___)) build failed + echo 'stopping dbus..' stopping dbus.. + /etc/init.d/dbus stop Shutting down D-Bus daemon..done + exit 1 ... unmounting sys ... unmounting proc ... unmounting pts [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Publishing Javadoc Archiving artifacts Build wasn't successful, skipping saikuro coverage report Publishing rails stats report... [workspace] $ rake --silent stats Failed to send e-mail to Martin Vidner because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Martin Schmidkunz because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Stefan Schubert because no e-mail address is known, and no default e-mail domain is configured -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
See <http://yast.suse.de:3334/job/webyast-client-head-i586/695/changes> Changes: [Stefan Schubert] removed not need status controller ------------------------------------------ [...truncated 7227 lines...] ln ./po/th/yast_webclient_status.po package/www/./po/th/yast_webclient_status.po mkdir -p package/www/./po/tr rm -f package/www/./po/tr/yast_webclient_status.po ln ./po/tr/yast_webclient_status.po package/www/./po/tr/yast_webclient_status.po mkdir -p package/www/./po/uk rm -f package/www/./po/uk/yast_webclient_status.po ln ./po/uk/yast_webclient_status.po package/www/./po/uk/yast_webclient_status.po mkdir -p package/www/./po/vi rm -f package/www/./po/vi/yast_webclient_status.po ln ./po/vi/yast_webclient_status.po package/www/./po/vi/yast_webclient_status.po mkdir -p package/www/./po/wa rm -f package/www/./po/wa/yast_webclient_status.po ln ./po/wa/yast_webclient_status.po package/www/./po/wa/yast_webclient_status.po mkdir -p package/www/./po/xh rm -f package/www/./po/xh/yast_webclient_status.po ln ./po/xh/yast_webclient_status.po package/www/./po/xh/yast_webclient_status.po mkdir -p package/www/./po/zh_CN rm -f package/www/./po/zh_CN/yast_webclient_status.po ln ./po/zh_CN/yast_webclient_status.po package/www/./po/zh_CN/yast_webclient_status.po mkdir -p package/www/./po/zh_TW rm -f package/www/./po/zh_TW/yast_webclient_status.po ln ./po/zh_TW/yast_webclient_status.po package/www/./po/zh_TW/yast_webclient_status.po mkdir -p package/www/./po/zu rm -f package/www/./po/zu/yast_webclient_status.po ln ./po/zu/yast_webclient_status.po package/www/./po/zu/yast_webclient_status.po rm -f package/www/./shortcuts.yml ln ./shortcuts.yml package/www/./shortcuts.yml mkdir -p package/www/./tasks rm -f package/www/./tasks/status_tasks.rake ln ./tasks/status_tasks.rake package/www/./tasks/status_tasks.rake rm -f package/www/./uninstall.rb ln ./uninstall.rb package/www/./uninstall.rb cd package tar jcvf www.tar.bz2 www (in /src/web-client/plugins/status) www/ www/README www/config/ www/config/rails_parent.rb www/shortcuts.yml www/.gitignore www/app/ www/app/helpers/ www/app/helpers/status_helper.rb www/app/controllers/ www/app/controllers/status_controller.rb www/app/views/ www/app/views/status/ www/app/views/status/edit.html.erb www/app/views/status/_status_summary.html.erb www/app/views/status/_status_log.html.erb www/app/views/status/_status_graph.html.erb www/app/views/status/index.html.erb www/COPYING www/po/ www/po/pt/ www/po/pt/yast_webclient_status.po www/po/sr/ www/po/sr/yast_webclient_status.po www/po/sk/ www/po/sk/yast_webclient_status.po www/po/he/ www/po/he/yast_webclient_status.po www/po/zh_TW/ www/po/zh_TW/yast_webclient_status.po www/po/el/ www/po/el/yast_webclient_status.po www/po/es/ www/po/es/yast_webclient_status.po www/po/da/ www/po/da/yast_webclient_status.po www/po/uk/ www/po/uk/yast_webclient_status.po www/po/ka/ www/po/ka/yast_webclient_status.po www/po/mr/ www/po/mr/yast_webclient_status.po www/po/cs/ www/po/cs/yast_webclient_status.po www/po/zu/ www/po/zu/yast_webclient_status.po www/po/tg/ www/po/tg/yast_webclient_status.po www/po/de/ www/po/de/yast_webclient_status.po www/po/lt/ www/po/lt/yast_webclient_status.po www/po/zh_CN/ www/po/zh_CN/yast_webclient_status.po www/po/hr/ www/po/hr/yast_webclient_status.po www/po/hi/ www/po/hi/yast_webclient_status.po www/po/pl/ www/po/pl/yast_webclient_status.po www/po/en_GB/ www/po/en_GB/yast_webclient_status.po www/po/hu/ www/po/hu/yast_webclient_status.po www/po/lo/ www/po/lo/yast_webclient_status.po www/po/sl/ www/po/sl/yast_webclient_status.po www/po/it/ www/po/it/yast_webclient_status.po www/po/ca/ www/po/ca/yast_webclient_status.po www/po/cy/ www/po/cy/yast_webclient_status.po www/po/ta/ www/po/ta/yast_webclient_status.po www/po/af/ www/po/af/yast_webclient_status.po www/po/id/ www/po/id/yast_webclient_status.po www/po/mk/ www/po/mk/yast_webclient_status.po www/po/et/ www/po/et/yast_webclient_status.po www/po/gu/ www/po/gu/yast_webclient_status.po www/po/pa/ www/po/pa/yast_webclient_status.po www/po/bg/ www/po/bg/yast_webclient_status.po www/po/ru/ www/po/ru/yast_webclient_status.po www/po/wa/ www/po/wa/yast_webclient_status.po www/po/bs/ www/po/bs/yast_webclient_status.po www/po/ar/ www/po/ar/yast_webclient_status.po www/po/ro/ www/po/ro/yast_webclient_status.po www/po/si/ www/po/si/yast_webclient_status.po www/po/sv/ www/po/sv/yast_webclient_status.po www/po/nb/ www/po/nb/yast_webclient_status.po www/po/tr/ www/po/tr/yast_webclient_status.po www/po/xh/ www/po/xh/yast_webclient_status.po www/po/vi/ www/po/vi/yast_webclient_status.po www/po/km/ www/po/km/yast_webclient_status.po www/po/th/ www/po/th/yast_webclient_status.po www/po/fr/ www/po/fr/yast_webclient_status.po www/po/bn/ www/po/bn/yast_webclient_status.po www/po/nl/ www/po/nl/yast_webclient_status.po www/po/ko/ www/po/ko/yast_webclient_status.po www/po/ja/ www/po/ja/yast_webclient_status.po www/po/gl/ www/po/gl/yast_webclient_status.po www/po/fi/ www/po/fi/yast_webclient_status.po www/po/be/ www/po/be/yast_webclient_status.po www/po/en_US/ www/po/en_US/yast_webclient_status.po www/po/pt_BR/ www/po/pt_BR/yast_webclient_status.po www/tasks/ www/tasks/status_tasks.rake www/install.rb www/Rakefile www/init.rb www/uninstall.rb cd - ++ grep -v 'rpam\|ruby-polkit' ++ find ./plugins -name package + for rpmdir in '${SUBDIR}/package' '`find ./plugins -name package | grep -v "rpam\|ruby-polkit"`' ++ dirname webclient/package + pkgdir=webclient ++ basename webclient + pkgname=webclient + destination=/artifacts/webyast/web-client/package/yast2-webclient-webclient + mkdir -p /artifacts/webyast/web-client/package/yast2-webclient-webclient + rm -rf '/artifacts/webyast/web-client/package/yast2-webclient-webclient/*' + rm -rf webclient/package/www + cp -r webclient/package/check-create-certificate.pl webclient/package/cleanurl-v5.lua webclient/package/webyast-ui webclient/package/www.tar.bz2 webclient/package/yast2-webclient.changes webclient/package/yast2-webclient.spec webclient/package/yastwc /artifacts/webyast/web-client/package/yast2-webclient-webclient + pushd webclient/package /src/web-client/webclient/package /src/web-client + case "${pkgdir}" in + build_install_spec + build_spec + rpm --rebuilddb + mkdir -p /tmp + mkdir -p /artifacts/webyast/web-client/rpms + mkdir -p /tmp/rpmbuild + mkdir -p /tmp/buildroot + cat + check_exit 0 + '[' -z 0 ']' + MYEXIT=0 + '[' 0 == 0 ']' + echo 'exit code: 0 ... good, lets continue' exit code: 0 ... good, lets continue + return + /usr/bin/rpmbuild -bb --define 'run_testsuite 1' yast2-webclient.spec error: Failed build dependencies: rubygem-rails-2_3 = 2.3.4 is needed by yast2-webclient-0.0.28-0.src + check_exit 1 + '[' -z 1 ']' + MYEXIT=1 + '[' 1 == 0 ']' + footer_and_exit 1 + '[' -z 1 ']' + MYEXIT=1 + '[' 1 == 0 ']' + ascii_failed + cat ( ) ( ) ( ) _ ) ( \_ _(_\ \)__ (____\___)) build failed + echo 'stopping dbus..' stopping dbus.. + /etc/init.d/dbus stop Shutting down D-Bus daemon..done + exit 1 ... unmounting sys ... unmounting proc ... unmounting pts [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Publishing Javadoc Archiving artifacts Build wasn't successful, skipping saikuro coverage report Publishing rails stats report... [workspace] $ rake --silent stats Failed to send e-mail to Martin Vidner because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Martin Schmidkunz because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Stefan Schubert because no e-mail address is known, and no default e-mail domain is configured -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
See <http://yast.suse.de:3334/job/webyast-client-head-i586/696/changes> Changes: [Stefan Schubert] layout for setting limits ------------------------------------------ [...truncated 7226 lines...] ln ./po/th/yast_webclient_status.po package/www/./po/th/yast_webclient_status.po mkdir -p package/www/./po/tr rm -f package/www/./po/tr/yast_webclient_status.po ln ./po/tr/yast_webclient_status.po package/www/./po/tr/yast_webclient_status.po mkdir -p package/www/./po/uk rm -f package/www/./po/uk/yast_webclient_status.po ln ./po/uk/yast_webclient_status.po package/www/./po/uk/yast_webclient_status.po mkdir -p package/www/./po/vi rm -f package/www/./po/vi/yast_webclient_status.po ln ./po/vi/yast_webclient_status.po package/www/./po/vi/yast_webclient_status.po mkdir -p package/www/./po/wa rm -f package/www/./po/wa/yast_webclient_status.po ln ./po/wa/yast_webclient_status.po package/www/./po/wa/yast_webclient_status.po mkdir -p package/www/./po/xh rm -f package/www/./po/xh/yast_webclient_status.po ln ./po/xh/yast_webclient_status.po package/www/./po/xh/yast_webclient_status.po mkdir -p package/www/./po/zh_CN rm -f package/www/./po/zh_CN/yast_webclient_status.po ln ./po/zh_CN/yast_webclient_status.po package/www/./po/zh_CN/yast_webclient_status.po mkdir -p package/www/./po/zh_TW rm -f package/www/./po/zh_TW/yast_webclient_status.po ln ./po/zh_TW/yast_webclient_status.po package/www/./po/zh_TW/yast_webclient_status.po mkdir -p package/www/./po/zu rm -f package/www/./po/zu/yast_webclient_status.po ln ./po/zu/yast_webclient_status.po package/www/./po/zu/yast_webclient_status.po rm -f package/www/./shortcuts.yml ln ./shortcuts.yml package/www/./shortcuts.yml mkdir -p package/www/./tasks rm -f package/www/./tasks/status_tasks.rake ln ./tasks/status_tasks.rake package/www/./tasks/status_tasks.rake rm -f package/www/./uninstall.rb ln ./uninstall.rb package/www/./uninstall.rb cd package tar jcvf www.tar.bz2 www (in /src/web-client/plugins/status) www/ www/README www/config/ www/config/rails_parent.rb www/shortcuts.yml www/.gitignore www/app/ www/app/helpers/ www/app/helpers/status_helper.rb www/app/controllers/ www/app/controllers/status_controller.rb www/app/views/ www/app/views/status/ www/app/views/status/edit.html.erb www/app/views/status/_status_summary.html.erb www/app/views/status/_status_log.html.erb www/app/views/status/_status_graph.html.erb www/app/views/status/index.html.erb www/COPYING www/po/ www/po/pt/ www/po/pt/yast_webclient_status.po www/po/sr/ www/po/sr/yast_webclient_status.po www/po/sk/ www/po/sk/yast_webclient_status.po www/po/he/ www/po/he/yast_webclient_status.po www/po/zh_TW/ www/po/zh_TW/yast_webclient_status.po www/po/el/ www/po/el/yast_webclient_status.po www/po/es/ www/po/es/yast_webclient_status.po www/po/da/ www/po/da/yast_webclient_status.po www/po/uk/ www/po/uk/yast_webclient_status.po www/po/ka/ www/po/ka/yast_webclient_status.po www/po/mr/ www/po/mr/yast_webclient_status.po www/po/cs/ www/po/cs/yast_webclient_status.po www/po/zu/ www/po/zu/yast_webclient_status.po www/po/tg/ www/po/tg/yast_webclient_status.po www/po/de/ www/po/de/yast_webclient_status.po www/po/lt/ www/po/lt/yast_webclient_status.po www/po/zh_CN/ www/po/zh_CN/yast_webclient_status.po www/po/hr/ www/po/hr/yast_webclient_status.po www/po/hi/ www/po/hi/yast_webclient_status.po www/po/pl/ www/po/pl/yast_webclient_status.po www/po/en_GB/ www/po/en_GB/yast_webclient_status.po www/po/hu/ www/po/hu/yast_webclient_status.po www/po/lo/ www/po/lo/yast_webclient_status.po www/po/sl/ www/po/sl/yast_webclient_status.po www/po/it/ www/po/it/yast_webclient_status.po www/po/ca/ www/po/ca/yast_webclient_status.po www/po/cy/ www/po/cy/yast_webclient_status.po www/po/ta/ www/po/ta/yast_webclient_status.po www/po/af/ www/po/af/yast_webclient_status.po www/po/id/ www/po/id/yast_webclient_status.po www/po/mk/ www/po/mk/yast_webclient_status.po www/po/et/ www/po/et/yast_webclient_status.po www/po/gu/ www/po/gu/yast_webclient_status.po www/po/pa/ www/po/pa/yast_webclient_status.po www/po/bg/ www/po/bg/yast_webclient_status.po www/po/ru/ www/po/ru/yast_webclient_status.po www/po/wa/ www/po/wa/yast_webclient_status.po www/po/bs/ www/po/bs/yast_webclient_status.po www/po/ar/ www/po/ar/yast_webclient_status.po www/po/ro/ www/po/ro/yast_webclient_status.po www/po/si/ www/po/si/yast_webclient_status.po www/po/sv/ www/po/sv/yast_webclient_status.po www/po/nb/ www/po/nb/yast_webclient_status.po www/po/tr/ www/po/tr/yast_webclient_status.po www/po/xh/ www/po/xh/yast_webclient_status.po www/po/vi/ www/po/vi/yast_webclient_status.po www/po/km/ www/po/km/yast_webclient_status.po www/po/th/ www/po/th/yast_webclient_status.po www/po/fr/ www/po/fr/yast_webclient_status.po www/po/bn/ www/po/bn/yast_webclient_status.po www/po/nl/ www/po/nl/yast_webclient_status.po www/po/ko/ www/po/ko/yast_webclient_status.po www/po/ja/ www/po/ja/yast_webclient_status.po www/po/gl/ www/po/gl/yast_webclient_status.po www/po/fi/ www/po/fi/yast_webclient_status.po www/po/be/ www/po/be/yast_webclient_status.po www/po/en_US/ www/po/en_US/yast_webclient_status.po www/po/pt_BR/ www/po/pt_BR/yast_webclient_status.po www/tasks/ www/tasks/status_tasks.rake www/install.rb www/Rakefile www/init.rb www/uninstall.rb cd - ++ find ./plugins -name package ++ grep -v 'rpam\|ruby-polkit' + for rpmdir in '${SUBDIR}/package' '`find ./plugins -name package | grep -v "rpam\|ruby-polkit"`' ++ dirname webclient/package + pkgdir=webclient ++ basename webclient + pkgname=webclient + destination=/artifacts/webyast/web-client/package/yast2-webclient-webclient + mkdir -p /artifacts/webyast/web-client/package/yast2-webclient-webclient + rm -rf '/artifacts/webyast/web-client/package/yast2-webclient-webclient/*' + rm -rf webclient/package/www + cp -r webclient/package/check-create-certificate.pl webclient/package/cleanurl-v5.lua webclient/package/webyast-ui webclient/package/www.tar.bz2 webclient/package/yast2-webclient.changes webclient/package/yast2-webclient.spec webclient/package/yastwc /artifacts/webyast/web-client/package/yast2-webclient-webclient + pushd webclient/package /src/web-client/webclient/package /src/web-client + case "${pkgdir}" in + build_install_spec + build_spec + rpm --rebuilddb + mkdir -p /tmp + mkdir -p /artifacts/webyast/web-client/rpms + mkdir -p /tmp/rpmbuild + mkdir -p /tmp/buildroot + cat + check_exit 0 + '[' -z 0 ']' + MYEXIT=0 + '[' 0 == 0 ']' + echo 'exit code: 0 ... good, lets continue' exit code: 0 ... good, lets continue + return + /usr/bin/rpmbuild -bb --define 'run_testsuite 1' yast2-webclient.spec error: Failed build dependencies: rubygem-rails-2_3 = 2.3.4 is needed by yast2-webclient-0.0.28-0.src + check_exit 1 + '[' -z 1 ']' + MYEXIT=1 + '[' 1 == 0 ']' + footer_and_exit 1 + '[' -z 1 ']' + MYEXIT=1 + '[' 1 == 0 ']' + ascii_failed + cat ( ) ( ) ( ) _ ) ( \_ _(_\ \)__ (____\___)) build failed + echo 'stopping dbus..' stopping dbus.. + /etc/init.d/dbus stop Shutting down D-Bus daemon..done + exit 1 ... unmounting sys ... unmounting proc ... unmounting pts [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Publishing Javadoc Archiving artifacts Build wasn't successful, skipping saikuro coverage report Publishing rails stats report... [workspace] $ rake --silent stats Failed to send e-mail to Martin Vidner because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Martin Schmidkunz because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Stefan Schubert because no e-mail address is known, and no default e-mail domain is configured -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
See <http://yast.suse.de:3334/job/webyast-client-head-i586/697/changes> Changes: [Stefan Schubert] cleanup layout ------------------------------------------ [...truncated 7226 lines...] ln ./po/th/yast_webclient_status.po package/www/./po/th/yast_webclient_status.po mkdir -p package/www/./po/tr rm -f package/www/./po/tr/yast_webclient_status.po ln ./po/tr/yast_webclient_status.po package/www/./po/tr/yast_webclient_status.po mkdir -p package/www/./po/uk rm -f package/www/./po/uk/yast_webclient_status.po ln ./po/uk/yast_webclient_status.po package/www/./po/uk/yast_webclient_status.po mkdir -p package/www/./po/vi rm -f package/www/./po/vi/yast_webclient_status.po ln ./po/vi/yast_webclient_status.po package/www/./po/vi/yast_webclient_status.po mkdir -p package/www/./po/wa rm -f package/www/./po/wa/yast_webclient_status.po ln ./po/wa/yast_webclient_status.po package/www/./po/wa/yast_webclient_status.po mkdir -p package/www/./po/xh rm -f package/www/./po/xh/yast_webclient_status.po ln ./po/xh/yast_webclient_status.po package/www/./po/xh/yast_webclient_status.po mkdir -p package/www/./po/zh_CN rm -f package/www/./po/zh_CN/yast_webclient_status.po ln ./po/zh_CN/yast_webclient_status.po package/www/./po/zh_CN/yast_webclient_status.po mkdir -p package/www/./po/zh_TW rm -f package/www/./po/zh_TW/yast_webclient_status.po ln ./po/zh_TW/yast_webclient_status.po package/www/./po/zh_TW/yast_webclient_status.po mkdir -p package/www/./po/zu rm -f package/www/./po/zu/yast_webclient_status.po ln ./po/zu/yast_webclient_status.po package/www/./po/zu/yast_webclient_status.po rm -f package/www/./shortcuts.yml ln ./shortcuts.yml package/www/./shortcuts.yml mkdir -p package/www/./tasks rm -f package/www/./tasks/status_tasks.rake ln ./tasks/status_tasks.rake package/www/./tasks/status_tasks.rake rm -f package/www/./uninstall.rb ln ./uninstall.rb package/www/./uninstall.rb cd package tar jcvf www.tar.bz2 www (in /src/web-client/plugins/status) www/ www/README www/config/ www/config/rails_parent.rb www/shortcuts.yml www/.gitignore www/app/ www/app/helpers/ www/app/helpers/status_helper.rb www/app/controllers/ www/app/controllers/status_controller.rb www/app/views/ www/app/views/status/ www/app/views/status/edit.html.erb www/app/views/status/_status_summary.html.erb www/app/views/status/_status_log.html.erb www/app/views/status/_status_graph.html.erb www/app/views/status/index.html.erb www/COPYING www/po/ www/po/pt/ www/po/pt/yast_webclient_status.po www/po/sr/ www/po/sr/yast_webclient_status.po www/po/sk/ www/po/sk/yast_webclient_status.po www/po/he/ www/po/he/yast_webclient_status.po www/po/zh_TW/ www/po/zh_TW/yast_webclient_status.po www/po/el/ www/po/el/yast_webclient_status.po www/po/es/ www/po/es/yast_webclient_status.po www/po/da/ www/po/da/yast_webclient_status.po www/po/uk/ www/po/uk/yast_webclient_status.po www/po/ka/ www/po/ka/yast_webclient_status.po www/po/mr/ www/po/mr/yast_webclient_status.po www/po/cs/ www/po/cs/yast_webclient_status.po www/po/zu/ www/po/zu/yast_webclient_status.po www/po/tg/ www/po/tg/yast_webclient_status.po www/po/de/ www/po/de/yast_webclient_status.po www/po/lt/ www/po/lt/yast_webclient_status.po www/po/zh_CN/ www/po/zh_CN/yast_webclient_status.po www/po/hr/ www/po/hr/yast_webclient_status.po www/po/hi/ www/po/hi/yast_webclient_status.po www/po/pl/ www/po/pl/yast_webclient_status.po www/po/en_GB/ www/po/en_GB/yast_webclient_status.po www/po/hu/ www/po/hu/yast_webclient_status.po www/po/lo/ www/po/lo/yast_webclient_status.po www/po/sl/ www/po/sl/yast_webclient_status.po www/po/it/ www/po/it/yast_webclient_status.po www/po/ca/ www/po/ca/yast_webclient_status.po www/po/cy/ www/po/cy/yast_webclient_status.po www/po/ta/ www/po/ta/yast_webclient_status.po www/po/af/ www/po/af/yast_webclient_status.po www/po/id/ www/po/id/yast_webclient_status.po www/po/mk/ www/po/mk/yast_webclient_status.po www/po/et/ www/po/et/yast_webclient_status.po www/po/gu/ www/po/gu/yast_webclient_status.po www/po/pa/ www/po/pa/yast_webclient_status.po www/po/bg/ www/po/bg/yast_webclient_status.po www/po/ru/ www/po/ru/yast_webclient_status.po www/po/wa/ www/po/wa/yast_webclient_status.po www/po/bs/ www/po/bs/yast_webclient_status.po www/po/ar/ www/po/ar/yast_webclient_status.po www/po/ro/ www/po/ro/yast_webclient_status.po www/po/si/ www/po/si/yast_webclient_status.po www/po/sv/ www/po/sv/yast_webclient_status.po www/po/nb/ www/po/nb/yast_webclient_status.po www/po/tr/ www/po/tr/yast_webclient_status.po www/po/xh/ www/po/xh/yast_webclient_status.po www/po/vi/ www/po/vi/yast_webclient_status.po www/po/km/ www/po/km/yast_webclient_status.po www/po/th/ www/po/th/yast_webclient_status.po www/po/fr/ www/po/fr/yast_webclient_status.po www/po/bn/ www/po/bn/yast_webclient_status.po www/po/nl/ www/po/nl/yast_webclient_status.po www/po/ko/ www/po/ko/yast_webclient_status.po www/po/ja/ www/po/ja/yast_webclient_status.po www/po/gl/ www/po/gl/yast_webclient_status.po www/po/fi/ www/po/fi/yast_webclient_status.po www/po/be/ www/po/be/yast_webclient_status.po www/po/en_US/ www/po/en_US/yast_webclient_status.po www/po/pt_BR/ www/po/pt_BR/yast_webclient_status.po www/tasks/ www/tasks/status_tasks.rake www/install.rb www/Rakefile www/init.rb www/uninstall.rb cd - ++ find ./plugins -name package ++ grep -v 'rpam\|ruby-polkit' + for rpmdir in '${SUBDIR}/package' '`find ./plugins -name package | grep -v "rpam\|ruby-polkit"`' ++ dirname webclient/package + pkgdir=webclient ++ basename webclient + pkgname=webclient + destination=/artifacts/webyast/web-client/package/yast2-webclient-webclient + mkdir -p /artifacts/webyast/web-client/package/yast2-webclient-webclient + rm -rf '/artifacts/webyast/web-client/package/yast2-webclient-webclient/*' + rm -rf webclient/package/www + cp -r webclient/package/check-create-certificate.pl webclient/package/cleanurl-v5.lua webclient/package/webyast-ui webclient/package/www.tar.bz2 webclient/package/yast2-webclient.changes webclient/package/yast2-webclient.spec webclient/package/yastwc /artifacts/webyast/web-client/package/yast2-webclient-webclient + pushd webclient/package /src/web-client/webclient/package /src/web-client + case "${pkgdir}" in + build_install_spec + build_spec + rpm --rebuilddb + mkdir -p /tmp + mkdir -p /artifacts/webyast/web-client/rpms + mkdir -p /tmp/rpmbuild + mkdir -p /tmp/buildroot + cat + check_exit 0 + '[' -z 0 ']' + MYEXIT=0 + '[' 0 == 0 ']' + echo 'exit code: 0 ... good, lets continue' exit code: 0 ... good, lets continue + return + /usr/bin/rpmbuild -bb --define 'run_testsuite 1' yast2-webclient.spec error: Failed build dependencies: rubygem-rails-2_3 = 2.3.4 is needed by yast2-webclient-0.0.28-0.src + check_exit 1 + '[' -z 1 ']' + MYEXIT=1 + '[' 1 == 0 ']' + footer_and_exit 1 + '[' -z 1 ']' + MYEXIT=1 + '[' 1 == 0 ']' + ascii_failed + cat ( ) ( ) ( ) _ ) ( \_ _(_\ \)__ (____\___)) build failed + echo 'stopping dbus..' stopping dbus.. + /etc/init.d/dbus stop Shutting down D-Bus daemon..done + exit 1 ... unmounting sys ... unmounting proc ... unmounting pts [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Publishing Javadoc Archiving artifacts Build wasn't successful, skipping saikuro coverage report Publishing rails stats report... [workspace] $ rake --silent stats Failed to send e-mail to Martin Vidner because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Martin Schmidkunz because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Stefan Schubert because no e-mail address is known, and no default e-mail domain is configured -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
See <http://yast.suse.de:3334/job/webyast-client-head-i586/698/changes> Changes: [Stefan Schubert] cleanup layout ------------------------------------------ [...truncated 7226 lines...] ln ./po/th/yast_webclient_status.po package/www/./po/th/yast_webclient_status.po mkdir -p package/www/./po/tr rm -f package/www/./po/tr/yast_webclient_status.po ln ./po/tr/yast_webclient_status.po package/www/./po/tr/yast_webclient_status.po mkdir -p package/www/./po/uk rm -f package/www/./po/uk/yast_webclient_status.po ln ./po/uk/yast_webclient_status.po package/www/./po/uk/yast_webclient_status.po mkdir -p package/www/./po/vi rm -f package/www/./po/vi/yast_webclient_status.po ln ./po/vi/yast_webclient_status.po package/www/./po/vi/yast_webclient_status.po mkdir -p package/www/./po/wa rm -f package/www/./po/wa/yast_webclient_status.po ln ./po/wa/yast_webclient_status.po package/www/./po/wa/yast_webclient_status.po mkdir -p package/www/./po/xh rm -f package/www/./po/xh/yast_webclient_status.po ln ./po/xh/yast_webclient_status.po package/www/./po/xh/yast_webclient_status.po mkdir -p package/www/./po/zh_CN rm -f package/www/./po/zh_CN/yast_webclient_status.po ln ./po/zh_CN/yast_webclient_status.po package/www/./po/zh_CN/yast_webclient_status.po mkdir -p package/www/./po/zh_TW rm -f package/www/./po/zh_TW/yast_webclient_status.po ln ./po/zh_TW/yast_webclient_status.po package/www/./po/zh_TW/yast_webclient_status.po mkdir -p package/www/./po/zu rm -f package/www/./po/zu/yast_webclient_status.po ln ./po/zu/yast_webclient_status.po package/www/./po/zu/yast_webclient_status.po rm -f package/www/./shortcuts.yml ln ./shortcuts.yml package/www/./shortcuts.yml mkdir -p package/www/./tasks rm -f package/www/./tasks/status_tasks.rake ln ./tasks/status_tasks.rake package/www/./tasks/status_tasks.rake rm -f package/www/./uninstall.rb ln ./uninstall.rb package/www/./uninstall.rb cd package tar jcvf www.tar.bz2 www (in /src/web-client/plugins/status) www/ www/README www/config/ www/config/rails_parent.rb www/shortcuts.yml www/.gitignore www/app/ www/app/helpers/ www/app/helpers/status_helper.rb www/app/controllers/ www/app/controllers/status_controller.rb www/app/views/ www/app/views/status/ www/app/views/status/edit.html.erb www/app/views/status/_status_summary.html.erb www/app/views/status/_status_log.html.erb www/app/views/status/_status_graph.html.erb www/app/views/status/index.html.erb www/COPYING www/po/ www/po/pt/ www/po/pt/yast_webclient_status.po www/po/sr/ www/po/sr/yast_webclient_status.po www/po/sk/ www/po/sk/yast_webclient_status.po www/po/he/ www/po/he/yast_webclient_status.po www/po/zh_TW/ www/po/zh_TW/yast_webclient_status.po www/po/el/ www/po/el/yast_webclient_status.po www/po/es/ www/po/es/yast_webclient_status.po www/po/da/ www/po/da/yast_webclient_status.po www/po/uk/ www/po/uk/yast_webclient_status.po www/po/ka/ www/po/ka/yast_webclient_status.po www/po/mr/ www/po/mr/yast_webclient_status.po www/po/cs/ www/po/cs/yast_webclient_status.po www/po/zu/ www/po/zu/yast_webclient_status.po www/po/tg/ www/po/tg/yast_webclient_status.po www/po/de/ www/po/de/yast_webclient_status.po www/po/lt/ www/po/lt/yast_webclient_status.po www/po/zh_CN/ www/po/zh_CN/yast_webclient_status.po www/po/hr/ www/po/hr/yast_webclient_status.po www/po/hi/ www/po/hi/yast_webclient_status.po www/po/pl/ www/po/pl/yast_webclient_status.po www/po/en_GB/ www/po/en_GB/yast_webclient_status.po www/po/hu/ www/po/hu/yast_webclient_status.po www/po/lo/ www/po/lo/yast_webclient_status.po www/po/sl/ www/po/sl/yast_webclient_status.po www/po/it/ www/po/it/yast_webclient_status.po www/po/ca/ www/po/ca/yast_webclient_status.po www/po/cy/ www/po/cy/yast_webclient_status.po www/po/ta/ www/po/ta/yast_webclient_status.po www/po/af/ www/po/af/yast_webclient_status.po www/po/id/ www/po/id/yast_webclient_status.po www/po/mk/ www/po/mk/yast_webclient_status.po www/po/et/ www/po/et/yast_webclient_status.po www/po/gu/ www/po/gu/yast_webclient_status.po www/po/pa/ www/po/pa/yast_webclient_status.po www/po/bg/ www/po/bg/yast_webclient_status.po www/po/ru/ www/po/ru/yast_webclient_status.po www/po/wa/ www/po/wa/yast_webclient_status.po www/po/bs/ www/po/bs/yast_webclient_status.po www/po/ar/ www/po/ar/yast_webclient_status.po www/po/ro/ www/po/ro/yast_webclient_status.po www/po/si/ www/po/si/yast_webclient_status.po www/po/sv/ www/po/sv/yast_webclient_status.po www/po/nb/ www/po/nb/yast_webclient_status.po www/po/tr/ www/po/tr/yast_webclient_status.po www/po/xh/ www/po/xh/yast_webclient_status.po www/po/vi/ www/po/vi/yast_webclient_status.po www/po/km/ www/po/km/yast_webclient_status.po www/po/th/ www/po/th/yast_webclient_status.po www/po/fr/ www/po/fr/yast_webclient_status.po www/po/bn/ www/po/bn/yast_webclient_status.po www/po/nl/ www/po/nl/yast_webclient_status.po www/po/ko/ www/po/ko/yast_webclient_status.po www/po/ja/ www/po/ja/yast_webclient_status.po www/po/gl/ www/po/gl/yast_webclient_status.po www/po/fi/ www/po/fi/yast_webclient_status.po www/po/be/ www/po/be/yast_webclient_status.po www/po/en_US/ www/po/en_US/yast_webclient_status.po www/po/pt_BR/ www/po/pt_BR/yast_webclient_status.po www/tasks/ www/tasks/status_tasks.rake www/install.rb www/Rakefile www/init.rb www/uninstall.rb cd - ++ find ./plugins -name package ++ grep -v 'rpam\|ruby-polkit' + for rpmdir in '${SUBDIR}/package' '`find ./plugins -name package | grep -v "rpam\|ruby-polkit"`' ++ dirname webclient/package + pkgdir=webclient ++ basename webclient + pkgname=webclient + destination=/artifacts/webyast/web-client/package/yast2-webclient-webclient + mkdir -p /artifacts/webyast/web-client/package/yast2-webclient-webclient + rm -rf '/artifacts/webyast/web-client/package/yast2-webclient-webclient/*' + rm -rf webclient/package/www + cp -r webclient/package/check-create-certificate.pl webclient/package/cleanurl-v5.lua webclient/package/webyast-ui webclient/package/www.tar.bz2 webclient/package/yast2-webclient.changes webclient/package/yast2-webclient.spec webclient/package/yastwc /artifacts/webyast/web-client/package/yast2-webclient-webclient + pushd webclient/package /src/web-client/webclient/package /src/web-client + case "${pkgdir}" in + build_install_spec + build_spec + rpm --rebuilddb + mkdir -p /tmp + mkdir -p /artifacts/webyast/web-client/rpms + mkdir -p /tmp/rpmbuild + mkdir -p /tmp/buildroot + cat + check_exit 0 + '[' -z 0 ']' + MYEXIT=0 + '[' 0 == 0 ']' + echo 'exit code: 0 ... good, lets continue' exit code: 0 ... good, lets continue + return + /usr/bin/rpmbuild -bb --define 'run_testsuite 1' yast2-webclient.spec error: Failed build dependencies: rubygem-rails-2_3 = 2.3.4 is needed by yast2-webclient-0.0.28-0.src + check_exit 1 + '[' -z 1 ']' + MYEXIT=1 + '[' 1 == 0 ']' + footer_and_exit 1 + '[' -z 1 ']' + MYEXIT=1 + '[' 1 == 0 ']' + ascii_failed + cat ( ) ( ) ( ) _ ) ( \_ _(_\ \)__ (____\___)) build failed + echo 'stopping dbus..' stopping dbus.. + /etc/init.d/dbus stop Shutting down D-Bus daemon..done + exit 1 ... unmounting sys ... unmounting proc ... unmounting pts [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Publishing Javadoc Archiving artifacts Build wasn't successful, skipping saikuro coverage report Publishing rails stats report... [workspace] $ rake --silent stats Failed to send e-mail to Martin Vidner because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Martin Schmidkunz because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Stefan Schubert because no e-mail address is known, and no default e-mail domain is configured -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
See <http://yast.suse.de:3334/job/webyast-client-head-i586/699/changes> Changes: [Stefan Schubert] cleanup permissions ------------------------------------------ [...truncated 7226 lines...] ln ./po/th/yast_webclient_status.po package/www/./po/th/yast_webclient_status.po mkdir -p package/www/./po/tr rm -f package/www/./po/tr/yast_webclient_status.po ln ./po/tr/yast_webclient_status.po package/www/./po/tr/yast_webclient_status.po mkdir -p package/www/./po/uk rm -f package/www/./po/uk/yast_webclient_status.po ln ./po/uk/yast_webclient_status.po package/www/./po/uk/yast_webclient_status.po mkdir -p package/www/./po/vi rm -f package/www/./po/vi/yast_webclient_status.po ln ./po/vi/yast_webclient_status.po package/www/./po/vi/yast_webclient_status.po mkdir -p package/www/./po/wa rm -f package/www/./po/wa/yast_webclient_status.po ln ./po/wa/yast_webclient_status.po package/www/./po/wa/yast_webclient_status.po mkdir -p package/www/./po/xh rm -f package/www/./po/xh/yast_webclient_status.po ln ./po/xh/yast_webclient_status.po package/www/./po/xh/yast_webclient_status.po mkdir -p package/www/./po/zh_CN rm -f package/www/./po/zh_CN/yast_webclient_status.po ln ./po/zh_CN/yast_webclient_status.po package/www/./po/zh_CN/yast_webclient_status.po mkdir -p package/www/./po/zh_TW rm -f package/www/./po/zh_TW/yast_webclient_status.po ln ./po/zh_TW/yast_webclient_status.po package/www/./po/zh_TW/yast_webclient_status.po mkdir -p package/www/./po/zu rm -f package/www/./po/zu/yast_webclient_status.po ln ./po/zu/yast_webclient_status.po package/www/./po/zu/yast_webclient_status.po rm -f package/www/./shortcuts.yml ln ./shortcuts.yml package/www/./shortcuts.yml mkdir -p package/www/./tasks rm -f package/www/./tasks/status_tasks.rake ln ./tasks/status_tasks.rake package/www/./tasks/status_tasks.rake rm -f package/www/./uninstall.rb ln ./uninstall.rb package/www/./uninstall.rb cd package tar jcvf www.tar.bz2 www (in /src/web-client/plugins/status) www/ www/README www/config/ www/config/rails_parent.rb www/shortcuts.yml www/.gitignore www/app/ www/app/helpers/ www/app/helpers/status_helper.rb www/app/controllers/ www/app/controllers/status_controller.rb www/app/views/ www/app/views/status/ www/app/views/status/edit.html.erb www/app/views/status/_status_summary.html.erb www/app/views/status/_status_log.html.erb www/app/views/status/_status_graph.html.erb www/app/views/status/index.html.erb www/COPYING www/po/ www/po/pt/ www/po/pt/yast_webclient_status.po www/po/sr/ www/po/sr/yast_webclient_status.po www/po/sk/ www/po/sk/yast_webclient_status.po www/po/he/ www/po/he/yast_webclient_status.po www/po/zh_TW/ www/po/zh_TW/yast_webclient_status.po www/po/el/ www/po/el/yast_webclient_status.po www/po/es/ www/po/es/yast_webclient_status.po www/po/da/ www/po/da/yast_webclient_status.po www/po/uk/ www/po/uk/yast_webclient_status.po www/po/ka/ www/po/ka/yast_webclient_status.po www/po/mr/ www/po/mr/yast_webclient_status.po www/po/cs/ www/po/cs/yast_webclient_status.po www/po/zu/ www/po/zu/yast_webclient_status.po www/po/tg/ www/po/tg/yast_webclient_status.po www/po/de/ www/po/de/yast_webclient_status.po www/po/lt/ www/po/lt/yast_webclient_status.po www/po/zh_CN/ www/po/zh_CN/yast_webclient_status.po www/po/hr/ www/po/hr/yast_webclient_status.po www/po/hi/ www/po/hi/yast_webclient_status.po www/po/pl/ www/po/pl/yast_webclient_status.po www/po/en_GB/ www/po/en_GB/yast_webclient_status.po www/po/hu/ www/po/hu/yast_webclient_status.po www/po/lo/ www/po/lo/yast_webclient_status.po www/po/sl/ www/po/sl/yast_webclient_status.po www/po/it/ www/po/it/yast_webclient_status.po www/po/ca/ www/po/ca/yast_webclient_status.po www/po/cy/ www/po/cy/yast_webclient_status.po www/po/ta/ www/po/ta/yast_webclient_status.po www/po/af/ www/po/af/yast_webclient_status.po www/po/id/ www/po/id/yast_webclient_status.po www/po/mk/ www/po/mk/yast_webclient_status.po www/po/et/ www/po/et/yast_webclient_status.po www/po/gu/ www/po/gu/yast_webclient_status.po www/po/pa/ www/po/pa/yast_webclient_status.po www/po/bg/ www/po/bg/yast_webclient_status.po www/po/ru/ www/po/ru/yast_webclient_status.po www/po/wa/ www/po/wa/yast_webclient_status.po www/po/bs/ www/po/bs/yast_webclient_status.po www/po/ar/ www/po/ar/yast_webclient_status.po www/po/ro/ www/po/ro/yast_webclient_status.po www/po/si/ www/po/si/yast_webclient_status.po www/po/sv/ www/po/sv/yast_webclient_status.po www/po/nb/ www/po/nb/yast_webclient_status.po www/po/tr/ www/po/tr/yast_webclient_status.po www/po/xh/ www/po/xh/yast_webclient_status.po www/po/vi/ www/po/vi/yast_webclient_status.po www/po/km/ www/po/km/yast_webclient_status.po www/po/th/ www/po/th/yast_webclient_status.po www/po/fr/ www/po/fr/yast_webclient_status.po www/po/bn/ www/po/bn/yast_webclient_status.po www/po/nl/ www/po/nl/yast_webclient_status.po www/po/ko/ www/po/ko/yast_webclient_status.po www/po/ja/ www/po/ja/yast_webclient_status.po www/po/gl/ www/po/gl/yast_webclient_status.po www/po/fi/ www/po/fi/yast_webclient_status.po www/po/be/ www/po/be/yast_webclient_status.po www/po/en_US/ www/po/en_US/yast_webclient_status.po www/po/pt_BR/ www/po/pt_BR/yast_webclient_status.po www/tasks/ www/tasks/status_tasks.rake www/install.rb www/Rakefile www/init.rb www/uninstall.rb cd - ++ find ./plugins -name package ++ grep -v 'rpam\|ruby-polkit' + for rpmdir in '${SUBDIR}/package' '`find ./plugins -name package | grep -v "rpam\|ruby-polkit"`' ++ dirname webclient/package + pkgdir=webclient ++ basename webclient + pkgname=webclient + destination=/artifacts/webyast/web-client/package/yast2-webclient-webclient + mkdir -p /artifacts/webyast/web-client/package/yast2-webclient-webclient + rm -rf '/artifacts/webyast/web-client/package/yast2-webclient-webclient/*' + rm -rf webclient/package/www + cp -r webclient/package/check-create-certificate.pl webclient/package/cleanurl-v5.lua webclient/package/webyast-ui webclient/package/www.tar.bz2 webclient/package/yast2-webclient.changes webclient/package/yast2-webclient.spec webclient/package/yastwc /artifacts/webyast/web-client/package/yast2-webclient-webclient + pushd webclient/package /src/web-client/webclient/package /src/web-client + case "${pkgdir}" in + build_install_spec + build_spec + rpm --rebuilddb + mkdir -p /tmp + mkdir -p /artifacts/webyast/web-client/rpms + mkdir -p /tmp/rpmbuild + mkdir -p /tmp/buildroot + cat + check_exit 0 + '[' -z 0 ']' + MYEXIT=0 + '[' 0 == 0 ']' + echo 'exit code: 0 ... good, lets continue' exit code: 0 ... good, lets continue + return + /usr/bin/rpmbuild -bb --define 'run_testsuite 1' yast2-webclient.spec error: Failed build dependencies: rubygem-rails-2_3 = 2.3.4 is needed by yast2-webclient-0.0.28-0.src + check_exit 1 + '[' -z 1 ']' + MYEXIT=1 + '[' 1 == 0 ']' + footer_and_exit 1 + '[' -z 1 ']' + MYEXIT=1 + '[' 1 == 0 ']' + ascii_failed + cat ( ) ( ) ( ) _ ) ( \_ _(_\ \)__ (____\___)) build failed + echo 'stopping dbus..' stopping dbus.. + /etc/init.d/dbus stop Shutting down D-Bus daemon..done + exit 1 ... unmounting sys ... unmounting proc ... unmounting pts [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Publishing Javadoc Archiving artifacts Build wasn't successful, skipping saikuro coverage report Publishing rails stats report... [workspace] $ rake --silent stats Failed to send e-mail to Martin Vidner because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Martin Schmidkunz because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Stefan Schubert because no e-mail address is known, and no default e-mail domain is configured -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
See <http://yast.suse.de:3334/job/webyast-client-head-i586/700/changes> Changes: [Stefan Schubert] taking care about not available services ------------------------------------------ [...truncated 7226 lines...] ln ./po/th/yast_webclient_status.po package/www/./po/th/yast_webclient_status.po mkdir -p package/www/./po/tr rm -f package/www/./po/tr/yast_webclient_status.po ln ./po/tr/yast_webclient_status.po package/www/./po/tr/yast_webclient_status.po mkdir -p package/www/./po/uk rm -f package/www/./po/uk/yast_webclient_status.po ln ./po/uk/yast_webclient_status.po package/www/./po/uk/yast_webclient_status.po mkdir -p package/www/./po/vi rm -f package/www/./po/vi/yast_webclient_status.po ln ./po/vi/yast_webclient_status.po package/www/./po/vi/yast_webclient_status.po mkdir -p package/www/./po/wa rm -f package/www/./po/wa/yast_webclient_status.po ln ./po/wa/yast_webclient_status.po package/www/./po/wa/yast_webclient_status.po mkdir -p package/www/./po/xh rm -f package/www/./po/xh/yast_webclient_status.po ln ./po/xh/yast_webclient_status.po package/www/./po/xh/yast_webclient_status.po mkdir -p package/www/./po/zh_CN rm -f package/www/./po/zh_CN/yast_webclient_status.po ln ./po/zh_CN/yast_webclient_status.po package/www/./po/zh_CN/yast_webclient_status.po mkdir -p package/www/./po/zh_TW rm -f package/www/./po/zh_TW/yast_webclient_status.po ln ./po/zh_TW/yast_webclient_status.po package/www/./po/zh_TW/yast_webclient_status.po mkdir -p package/www/./po/zu rm -f package/www/./po/zu/yast_webclient_status.po ln ./po/zu/yast_webclient_status.po package/www/./po/zu/yast_webclient_status.po rm -f package/www/./shortcuts.yml ln ./shortcuts.yml package/www/./shortcuts.yml mkdir -p package/www/./tasks rm -f package/www/./tasks/status_tasks.rake ln ./tasks/status_tasks.rake package/www/./tasks/status_tasks.rake rm -f package/www/./uninstall.rb ln ./uninstall.rb package/www/./uninstall.rb cd package tar jcvf www.tar.bz2 www (in /src/web-client/plugins/status) www/ www/README www/config/ www/config/rails_parent.rb www/shortcuts.yml www/.gitignore www/app/ www/app/helpers/ www/app/helpers/status_helper.rb www/app/controllers/ www/app/controllers/status_controller.rb www/app/views/ www/app/views/status/ www/app/views/status/edit.html.erb www/app/views/status/_status_summary.html.erb www/app/views/status/_status_log.html.erb www/app/views/status/_status_graph.html.erb www/app/views/status/index.html.erb www/COPYING www/po/ www/po/pt/ www/po/pt/yast_webclient_status.po www/po/sr/ www/po/sr/yast_webclient_status.po www/po/sk/ www/po/sk/yast_webclient_status.po www/po/he/ www/po/he/yast_webclient_status.po www/po/zh_TW/ www/po/zh_TW/yast_webclient_status.po www/po/el/ www/po/el/yast_webclient_status.po www/po/es/ www/po/es/yast_webclient_status.po www/po/da/ www/po/da/yast_webclient_status.po www/po/uk/ www/po/uk/yast_webclient_status.po www/po/ka/ www/po/ka/yast_webclient_status.po www/po/mr/ www/po/mr/yast_webclient_status.po www/po/cs/ www/po/cs/yast_webclient_status.po www/po/zu/ www/po/zu/yast_webclient_status.po www/po/tg/ www/po/tg/yast_webclient_status.po www/po/de/ www/po/de/yast_webclient_status.po www/po/lt/ www/po/lt/yast_webclient_status.po www/po/zh_CN/ www/po/zh_CN/yast_webclient_status.po www/po/hr/ www/po/hr/yast_webclient_status.po www/po/hi/ www/po/hi/yast_webclient_status.po www/po/pl/ www/po/pl/yast_webclient_status.po www/po/en_GB/ www/po/en_GB/yast_webclient_status.po www/po/hu/ www/po/hu/yast_webclient_status.po www/po/lo/ www/po/lo/yast_webclient_status.po www/po/sl/ www/po/sl/yast_webclient_status.po www/po/it/ www/po/it/yast_webclient_status.po www/po/ca/ www/po/ca/yast_webclient_status.po www/po/cy/ www/po/cy/yast_webclient_status.po www/po/ta/ www/po/ta/yast_webclient_status.po www/po/af/ www/po/af/yast_webclient_status.po www/po/id/ www/po/id/yast_webclient_status.po www/po/mk/ www/po/mk/yast_webclient_status.po www/po/et/ www/po/et/yast_webclient_status.po www/po/gu/ www/po/gu/yast_webclient_status.po www/po/pa/ www/po/pa/yast_webclient_status.po www/po/bg/ www/po/bg/yast_webclient_status.po www/po/ru/ www/po/ru/yast_webclient_status.po www/po/wa/ www/po/wa/yast_webclient_status.po www/po/bs/ www/po/bs/yast_webclient_status.po www/po/ar/ www/po/ar/yast_webclient_status.po www/po/ro/ www/po/ro/yast_webclient_status.po www/po/si/ www/po/si/yast_webclient_status.po www/po/sv/ www/po/sv/yast_webclient_status.po www/po/nb/ www/po/nb/yast_webclient_status.po www/po/tr/ www/po/tr/yast_webclient_status.po www/po/xh/ www/po/xh/yast_webclient_status.po www/po/vi/ www/po/vi/yast_webclient_status.po www/po/km/ www/po/km/yast_webclient_status.po www/po/th/ www/po/th/yast_webclient_status.po www/po/fr/ www/po/fr/yast_webclient_status.po www/po/bn/ www/po/bn/yast_webclient_status.po www/po/nl/ www/po/nl/yast_webclient_status.po www/po/ko/ www/po/ko/yast_webclient_status.po www/po/ja/ www/po/ja/yast_webclient_status.po www/po/gl/ www/po/gl/yast_webclient_status.po www/po/fi/ www/po/fi/yast_webclient_status.po www/po/be/ www/po/be/yast_webclient_status.po www/po/en_US/ www/po/en_US/yast_webclient_status.po www/po/pt_BR/ www/po/pt_BR/yast_webclient_status.po www/tasks/ www/tasks/status_tasks.rake www/install.rb www/Rakefile www/init.rb www/uninstall.rb cd - ++ grep -v 'rpam\|ruby-polkit' ++ find ./plugins -name package + for rpmdir in '${SUBDIR}/package' '`find ./plugins -name package | grep -v "rpam\|ruby-polkit"`' ++ dirname webclient/package + pkgdir=webclient ++ basename webclient + pkgname=webclient + destination=/artifacts/webyast/web-client/package/yast2-webclient-webclient + mkdir -p /artifacts/webyast/web-client/package/yast2-webclient-webclient + rm -rf '/artifacts/webyast/web-client/package/yast2-webclient-webclient/*' + rm -rf webclient/package/www + cp -r webclient/package/check-create-certificate.pl webclient/package/cleanurl-v5.lua webclient/package/webyast-ui webclient/package/www.tar.bz2 webclient/package/yast2-webclient.changes webclient/package/yast2-webclient.spec webclient/package/yastwc /artifacts/webyast/web-client/package/yast2-webclient-webclient + pushd webclient/package /src/web-client/webclient/package /src/web-client + case "${pkgdir}" in + build_install_spec + build_spec + rpm --rebuilddb + mkdir -p /tmp + mkdir -p /artifacts/webyast/web-client/rpms + mkdir -p /tmp/rpmbuild + mkdir -p /tmp/buildroot + cat + check_exit 0 + '[' -z 0 ']' + MYEXIT=0 + '[' 0 == 0 ']' + echo 'exit code: 0 ... good, lets continue' exit code: 0 ... good, lets continue + return + /usr/bin/rpmbuild -bb --define 'run_testsuite 1' yast2-webclient.spec error: Failed build dependencies: rubygem-rails-2_3 = 2.3.4 is needed by yast2-webclient-0.0.28-0.src + check_exit 1 + '[' -z 1 ']' + MYEXIT=1 + '[' 1 == 0 ']' + footer_and_exit 1 + '[' -z 1 ']' + MYEXIT=1 + '[' 1 == 0 ']' + ascii_failed + cat ( ) ( ) ( ) _ ) ( \_ _(_\ \)__ (____\___)) build failed + echo 'stopping dbus..' stopping dbus.. + /etc/init.d/dbus stop Shutting down D-Bus daemon..done + exit 1 ... unmounting sys ... unmounting proc ... unmounting pts [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Publishing Javadoc Archiving artifacts Build wasn't successful, skipping saikuro coverage report Publishing rails stats report... [workspace] $ rake --silent stats Failed to send e-mail to Martin Vidner because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Martin Schmidkunz because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Stefan Schubert because no e-mail address is known, and no default e-mail domain is configured -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
See <http://yast.suse.de:3334/job/webyast-client-head-i586/701/changes> Changes: [Martin Kudlvasr] translate "Cancel" into German as "Abbrechen", fixes bnc#565617 [Martin Kudlvasr] Merge branch 'master' of gitorious.org:opensuse/yast-web-client [Martin Kudlvasr] Single rake task to deploy web-client for development [Martin Kudlvasr] Merge branch 'master' of gitorious.org:opensuse/yast-web-client ------------------------------------------ [...truncated 7227 lines...] mkdir -p package/www/./po/tr rm -f package/www/./po/tr/yast_webclient_status.po ln ./po/tr/yast_webclient_status.po package/www/./po/tr/yast_webclient_status.po mkdir -p package/www/./po/uk rm -f package/www/./po/uk/yast_webclient_status.po ln ./po/uk/yast_webclient_status.po package/www/./po/uk/yast_webclient_status.po mkdir -p package/www/./po/vi rm -f package/www/./po/vi/yast_webclient_status.po ln ./po/vi/yast_webclient_status.po package/www/./po/vi/yast_webclient_status.po mkdir -p package/www/./po/wa rm -f package/www/./po/wa/yast_webclient_status.po ln ./po/wa/yast_webclient_status.po package/www/./po/wa/yast_webclient_status.po mkdir -p package/www/./po/xh rm -f package/www/./po/xh/yast_webclient_status.po ln ./po/xh/yast_webclient_status.po package/www/./po/xh/yast_webclient_status.po mkdir -p package/www/./po/zh_CN rm -f package/www/./po/zh_CN/yast_webclient_status.po ln ./po/zh_CN/yast_webclient_status.po package/www/./po/zh_CN/yast_webclient_status.po mkdir -p package/www/./po/zh_TW rm -f package/www/./po/zh_TW/yast_webclient_status.po ln ./po/zh_TW/yast_webclient_status.po package/www/./po/zh_TW/yast_webclient_status.po mkdir -p package/www/./po/zu rm -f package/www/./po/zu/yast_webclient_status.po ln ./po/zu/yast_webclient_status.po package/www/./po/zu/yast_webclient_status.po rm -f package/www/./shortcuts.yml ln ./shortcuts.yml package/www/./shortcuts.yml mkdir -p package/www/./tasks rm -f package/www/./tasks/status_tasks.rake ln ./tasks/status_tasks.rake package/www/./tasks/status_tasks.rake rm -f package/www/./uninstall.rb ln ./uninstall.rb package/www/./uninstall.rb cd package tar jcvf www.tar.bz2 www (in /src/web-client/plugins/status) www/ www/README www/config/ www/config/rails_parent.rb www/shortcuts.yml www/.gitignore www/app/ www/app/helpers/ www/app/helpers/status_helper.rb www/app/controllers/ www/app/controllers/status_controller.rb www/app/views/ www/app/views/status/ www/app/views/status/edit.html.erb www/app/views/status/_status_summary.html.erb www/app/views/status/_status_log.html.erb www/app/views/status/_status_graph.html.erb www/app/views/status/index.html.erb www/COPYING www/po/ www/po/pt/ www/po/pt/yast_webclient_status.po www/po/sr/ www/po/sr/yast_webclient_status.po www/po/sk/ www/po/sk/yast_webclient_status.po www/po/he/ www/po/he/yast_webclient_status.po www/po/zh_TW/ www/po/zh_TW/yast_webclient_status.po www/po/el/ www/po/el/yast_webclient_status.po www/po/es/ www/po/es/yast_webclient_status.po www/po/da/ www/po/da/yast_webclient_status.po www/po/uk/ www/po/uk/yast_webclient_status.po www/po/ka/ www/po/ka/yast_webclient_status.po www/po/mr/ www/po/mr/yast_webclient_status.po www/po/cs/ www/po/cs/yast_webclient_status.po www/po/zu/ www/po/zu/yast_webclient_status.po www/po/tg/ www/po/tg/yast_webclient_status.po www/po/de/ www/po/de/yast_webclient_status.po www/po/lt/ www/po/lt/yast_webclient_status.po www/po/zh_CN/ www/po/zh_CN/yast_webclient_status.po www/po/hr/ www/po/hr/yast_webclient_status.po www/po/hi/ www/po/hi/yast_webclient_status.po www/po/pl/ www/po/pl/yast_webclient_status.po www/po/en_GB/ www/po/en_GB/yast_webclient_status.po www/po/hu/ www/po/hu/yast_webclient_status.po www/po/lo/ www/po/lo/yast_webclient_status.po www/po/sl/ www/po/sl/yast_webclient_status.po www/po/it/ www/po/it/yast_webclient_status.po www/po/ca/ www/po/ca/yast_webclient_status.po www/po/cy/ www/po/cy/yast_webclient_status.po www/po/ta/ www/po/ta/yast_webclient_status.po www/po/af/ www/po/af/yast_webclient_status.po www/po/id/ www/po/id/yast_webclient_status.po www/po/mk/ www/po/mk/yast_webclient_status.po www/po/et/ www/po/et/yast_webclient_status.po www/po/gu/ www/po/gu/yast_webclient_status.po www/po/pa/ www/po/pa/yast_webclient_status.po www/po/bg/ www/po/bg/yast_webclient_status.po www/po/ru/ www/po/ru/yast_webclient_status.po www/po/wa/ www/po/wa/yast_webclient_status.po www/po/bs/ www/po/bs/yast_webclient_status.po www/po/ar/ www/po/ar/yast_webclient_status.po www/po/ro/ www/po/ro/yast_webclient_status.po www/po/si/ www/po/si/yast_webclient_status.po www/po/sv/ www/po/sv/yast_webclient_status.po www/po/nb/ www/po/nb/yast_webclient_status.po www/po/tr/ www/po/tr/yast_webclient_status.po www/po/xh/ www/po/xh/yast_webclient_status.po www/po/vi/ www/po/vi/yast_webclient_status.po www/po/km/ www/po/km/yast_webclient_status.po www/po/th/ www/po/th/yast_webclient_status.po www/po/fr/ www/po/fr/yast_webclient_status.po www/po/bn/ www/po/bn/yast_webclient_status.po www/po/nl/ www/po/nl/yast_webclient_status.po www/po/ko/ www/po/ko/yast_webclient_status.po www/po/ja/ www/po/ja/yast_webclient_status.po www/po/gl/ www/po/gl/yast_webclient_status.po www/po/fi/ www/po/fi/yast_webclient_status.po www/po/be/ www/po/be/yast_webclient_status.po www/po/en_US/ www/po/en_US/yast_webclient_status.po www/po/pt_BR/ www/po/pt_BR/yast_webclient_status.po www/tasks/ www/tasks/status_tasks.rake www/install.rb www/Rakefile www/init.rb www/uninstall.rb cd - ++ grep -v 'rpam\|ruby-polkit' ++ find ./plugins -name package + for rpmdir in '${SUBDIR}/package' '`find ./plugins -name package | grep -v "rpam\|ruby-polkit"`' ++ dirname webclient/package + pkgdir=webclient ++ basename webclient + pkgname=webclient + destination=/artifacts/webyast/web-client/package/yast2-webclient-webclient + mkdir -p /artifacts/webyast/web-client/package/yast2-webclient-webclient + rm -rf '/artifacts/webyast/web-client/package/yast2-webclient-webclient/*' + rm -rf webclient/package/www + cp -r webclient/package/check-create-certificate.pl webclient/package/cleanurl-v5.lua webclient/package/webyast-ui webclient/package/www.tar.bz2 webclient/package/yast2-webclient.changes webclient/package/yast2-webclient.spec webclient/package/yastwc /artifacts/webyast/web-client/package/yast2-webclient-webclient + pushd webclient/package /src/web-client/webclient/package /src/web-client + case "${pkgdir}" in + build_install_spec + build_spec + rpm --rebuilddb + mkdir -p /tmp + mkdir -p /artifacts/webyast/web-client/rpms + mkdir -p /tmp/rpmbuild + mkdir -p /tmp/buildroot + cat + check_exit 0 + '[' -z 0 ']' + MYEXIT=0 + '[' 0 == 0 ']' + echo 'exit code: 0 ... good, lets continue' exit code: 0 ... good, lets continue + return + /usr/bin/rpmbuild -bb --define 'run_testsuite 1' yast2-webclient.spec error: Failed build dependencies: rubygem-rails-2_3 = 2.3.4 is needed by yast2-webclient-0.0.28-0.src + check_exit 1 + '[' -z 1 ']' + MYEXIT=1 + '[' 1 == 0 ']' + footer_and_exit 1 + '[' -z 1 ']' + MYEXIT=1 + '[' 1 == 0 ']' + ascii_failed + cat ( ) ( ) ( ) _ ) ( \_ _(_\ \)__ (____\___)) build failed + echo 'stopping dbus..' stopping dbus.. + /etc/init.d/dbus stop Shutting down D-Bus daemon..done + exit 1 ... unmounting sys ... unmounting proc ... unmounting pts [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Publishing Javadoc Archiving artifacts Build wasn't successful, skipping saikuro coverage report Publishing rails stats report... [workspace] $ rake --silent stats Failed to send e-mail to Martin Vidner because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Martin Schmidkunz because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Martin Kudlvasr because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Stefan Schubert because no e-mail address is known, and no default e-mail domain is configured -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
See <http://yast.suse.de:3334/job/webyast-client-head-i586/702/changes> Changes: [Josef Reidinger] rails versions 2.3.X is compatible so be less stricter in requirements ------------------------------------------ [...truncated 18930 lines...] Done. ./po/nb/yast_webclient_systemtime.po -> ./locale/nb/LC_MESSAGES/yast_webclient_systemtime.mo ... Warning: obsolete msgid exists. #~| msgid "Don't trust the key." Warning: obsolete msgid exists. #~ msgid "Don't set time" Warning: obsolete msgid exists. #~ msgstr "Ikke stol p?? n??kkelen." Warning: fuzzy message was ignored. ./po/nb/yast_webclient_systemtime.po: msgid 'Unknown timezone %s on host' Warning: fuzzy message was ignored. ./po/nb/yast_webclient_systemtime.po: msgid 'No permissions for time module' Warning: fuzzy message was ignored. ./po/nb/yast_webclient_systemtime.po: msgid 'Settings have been written.' Warning: fuzzy message was ignored. ./po/nb/yast_webclient_systemtime.po: msgid 'Region:' Warning: fuzzy message was ignored. ./po/nb/yast_webclient_systemtime.po: msgid 'Manually configure time' Warning: fuzzy message was ignored. ./po/nb/yast_webclient_systemtime.po: msgid 'Date:' Warning: fuzzy message was ignored. ./po/nb/yast_webclient_systemtime.po: msgid 'Synchronize via Network Time Protocol (NTP)' Done. ./po/tr/yast_webclient_systemtime.po -> ./locale/tr/LC_MESSAGES/yast_webclient_systemtime.mo ... Warning: fuzzy message was ignored. ./po/tr/yast_webclient_systemtime.po: msgid 'Region:' Done. ./po/xh/yast_webclient_systemtime.po -> ./locale/xh/LC_MESSAGES/yast_webclient_systemtime.mo ... Warning: fuzzy message was ignored. ./po/xh/yast_webclient_systemtime.po: msgid 'Unknown timezone %s on host' Warning: fuzzy message was ignored. ./po/xh/yast_webclient_systemtime.po: msgid 'Region:' Warning: fuzzy message was ignored. ./po/xh/yast_webclient_systemtime.po: msgid 'Date:' Warning: fuzzy message was ignored. ./po/xh/yast_webclient_systemtime.po: msgid 'Synchronize via Network Time Protocol (NTP)' Done. ./po/vi/yast_webclient_systemtime.po -> ./locale/vi/LC_MESSAGES/yast_webclient_systemtime.mo ... Done. ./po/km/yast_webclient_systemtime.po -> ./locale/km/LC_MESSAGES/yast_webclient_systemtime.mo ... Warning: obsolete msgid exists. #~| msgid "Don't trust the key." Warning: obsolete msgid exists. #~ msgid "Don't set time" Warning: obsolete msgid exists. #~ msgstr "??????????????????????????????????????????????????" Warning: fuzzy message was ignored. ./po/km/yast_webclient_systemtime.po: msgid 'Unknown timezone %s on host' Warning: fuzzy message was ignored. ./po/km/yast_webclient_systemtime.po: msgid 'No permissions for time module' Warning: fuzzy message was ignored. ./po/km/yast_webclient_systemtime.po: msgid 'Settings have been written.' Warning: fuzzy message was ignored. ./po/km/yast_webclient_systemtime.po: msgid 'Region:' Warning: fuzzy message was ignored. ./po/km/yast_webclient_systemtime.po: msgid 'Manually configure time' Warning: fuzzy message was ignored. ./po/km/yast_webclient_systemtime.po: msgid 'Date:' Warning: fuzzy message was ignored. ./po/km/yast_webclient_systemtime.po: msgid 'Synchronize via Network Time Protocol (NTP)' Done. ./po/th/yast_webclient_systemtime.po -> ./locale/th/LC_MESSAGES/yast_webclient_systemtime.mo ... Warning: fuzzy message was ignored. ./po/th/yast_webclient_systemtime.po: msgid 'Unknown timezone %s on host' Warning: fuzzy message was ignored. ./po/th/yast_webclient_systemtime.po: msgid 'No permissions for time module' Warning: fuzzy message was ignored. ./po/th/yast_webclient_systemtime.po: msgid 'Region:' Warning: fuzzy message was ignored. ./po/th/yast_webclient_systemtime.po: msgid 'Timezone:' Warning: fuzzy message was ignored. ./po/th/yast_webclient_systemtime.po: msgid 'Hardware clock is set to UTC' Warning: fuzzy message was ignored. ./po/th/yast_webclient_systemtime.po: msgid 'Manually configure time' Warning: fuzzy message was ignored. ./po/th/yast_webclient_systemtime.po: msgid 'Time:' Warning: fuzzy message was ignored. ./po/th/yast_webclient_systemtime.po: msgid 'Synchronize via Network Time Protocol (NTP)' Done. ./po/fr/yast_webclient_systemtime.po -> ./locale/fr/LC_MESSAGES/yast_webclient_systemtime.mo ... Warning: obsolete msgid exists. #~ msgid "Don't set time" Warning: obsolete msgid exists. #~ msgstr "Ne pas r??gler l'horloge" Warning: obsolete msgid exists. #~ msgid "Synchronize via NTP" Warning: obsolete msgid exists. #~ msgstr "Synchroniser via NTP" Done. ./po/bn/yast_webclient_systemtime.po -> ./locale/bn/LC_MESSAGES/yast_webclient_systemtime.mo ... Warning: fuzzy message was ignored. ./po/bn/yast_webclient_systemtime.po: msgid 'Unknown timezone %s on host' Warning: fuzzy message was ignored. ./po/bn/yast_webclient_systemtime.po: msgid 'Region:' Warning: fuzzy message was ignored. ./po/bn/yast_webclient_systemtime.po: msgid 'Date:' Warning: fuzzy message was ignored. ./po/bn/yast_webclient_systemtime.po: msgid 'Synchronize via Network Time Protocol (NTP)' Done. ./po/nl/yast_webclient_systemtime.po -> ./locale/nl/LC_MESSAGES/yast_webclient_systemtime.mo ... Done. ./po/ko/yast_webclient_systemtime.po -> ./locale/ko/LC_MESSAGES/yast_webclient_systemtime.mo ... Warning: obsolete msgid exists. #~| msgid "Don't trust the key." Warning: obsolete msgid exists. #~ msgid "Don't set time" Warning: obsolete msgid exists. #~ msgstr "??? ?????? ???????????? ????????????." Warning: fuzzy message was ignored. ./po/ko/yast_webclient_systemtime.po: msgid 'Unknown timezone %s on host' Warning: fuzzy message was ignored. ./po/ko/yast_webclient_systemtime.po: msgid 'No permissions for time module' Warning: fuzzy message was ignored. ./po/ko/yast_webclient_systemtime.po: msgid 'Settings have been written.' Warning: fuzzy message was ignored. ./po/ko/yast_webclient_systemtime.po: msgid 'Region:' Warning: fuzzy message was ignored. ./po/ko/yast_webclient_systemtime.po: msgid 'Manually configure time' Warning: fuzzy message was ignored. ./po/ko/yast_webclient_systemtime.po: msgid 'Date:' Warning: fuzzy message was ignored. ./po/ko/yast_webclient_systemtime.po: msgid 'Synchronize via Network Time Protocol (NTP)' Done. ./po/ja/yast_webclient_systemtime.po -> ./locale/ja/LC_MESSAGES/yast_webclient_systemtime.mo ... Done. ./po/gl/yast_webclient_systemtime.po -> ./locale/gl/LC_MESSAGES/yast_webclient_systemtime.mo ... Warning: obsolete msgid exists. #~ msgid "Don't set time" Warning: obsolete msgid exists. #~ msgstr "Non se pode po??er en hora" Warning: obsolete msgid exists. #~ msgid "Synchronize via NTP" Warning: obsolete msgid exists. #~ msgstr "Sincronizar mediante NTP" Done. ./po/fi/yast_webclient_systemtime.po -> ./locale/fi/LC_MESSAGES/yast_webclient_systemtime.mo ... Done. ./po/be/yast_webclient_systemtime.po -> ./locale/be/LC_MESSAGES/yast_webclient_systemtime.mo ... Done. ./po/en_US/yast_webclient_systemtime.po -> ./locale/en_US/LC_MESSAGES/yast_webclient_systemtime.mo ... Warning: fuzzy message was ignored. ./po/en_US/yast_webclient_systemtime.po: msgid 'Region:' Done. ./po/pt_BR/yast_webclient_systemtime.po -> ./locale/pt_BR/LC_MESSAGES/yast_webclient_systemtime.mo ... Warning: obsolete msgid exists. #~ msgid "Settings have been written." Warning: obsolete msgid exists. #~ msgstr "As configura????es foram salvas." Warning: obsolete msgid exists. #~ msgid "Region:" Warning: obsolete msgid exists. #~ msgstr "Regi??o: " Warning: obsolete msgid exists. #~ msgid "Timezone:" Warning: obsolete msgid exists. #~ msgstr "Fuso hor??rio:" Warning: obsolete msgid exists. #~ msgid "Hardware clock is set to UTC" Warning: obsolete msgid exists. #~ msgstr "O rel??gio do hardware est?? definido como UTC" Warning: obsolete msgid exists. #~ msgid "Date:" Warning: obsolete msgid exists. #~ msgstr "Data:" Warning: obsolete msgid exists. #~ msgid "Time:" Warning: obsolete msgid exists. #~ msgstr "Hora:" Warning: obsolete msgid exists. #~ msgid "Don't set time" Warning: obsolete msgid exists. #~ msgstr "N??o definir a hora" Warning: obsolete msgid exists. #~ msgid "Synchronize via NTP" Warning: obsolete msgid exists. #~ msgstr "Sincronizar via NTP" Done. (in /tmp/rpmbuild/www) + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.PQfd90 + umask 022 + cd /tmp/rpmbuild + cd www + mkdir -p /usr/src/packages/BUILDROOT/yast2-webclient-systemtime-0.0.14-0.i386/srv/www/yast/vendor/plugins/systemtime + cp -a COPYING README Rakefile app config doc init.rb install.rb locale po shortcuts.yml tasks uninstall.rb /usr/src/packages/BUILDROOT/yast2-webclient-systemtime-0.0.14-0.i386/srv/www/yast/vendor/plugins/systemtime + rm -f /usr/src/packages/BUILDROOT/yast2-webclient-systemtime-0.0.14-0.i386/srv/www/yast/vendor/plugins/systemtime/COPYING + rm -rf /usr/src/packages/BUILDROOT/yast2-webclient-systemtime-0.0.14-0.i386/srv/www/yast/vendor/plugins/systemtime/po + /usr/lib/rpm/find-lang.sh /usr/src/packages/BUILDROOT/yast2-webclient-systemtime-0.0.14-0.i386 yast_webclient_systemtime + RPM_BUILD_ROOT=/usr/src/packages/BUILDROOT/yast2-webclient-systemtime-0.0.14-0.i386 + export RPM_BUILD_ROOT + test -x /usr/sbin/Check -a 0 = 0 -o -x /usr/sbin/Check -a '!' -z /usr/src/packages/BUILDROOT/yast2-webclient-systemtime-0.0.14-0.i386 + echo 'I call /usr/sbin/Check...' I call /usr/sbin/Check... + /usr/sbin/Check + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-debug + /usr/lib/rpm/brp-check-la + /usr/lib/rpm/brp-symlink + /usr/lib/rpm/brp-desktop WARNING: '/usr/lib/rpm/brp-desktop.data/suse-screensavers.menu' does not exist WARNING: '/usr/lib/rpm/brp-desktop.data/preferences-gnome.menu' does not exist WARNING: '/usr/lib/rpm/brp-desktop.data/applications-kmenuedit.menu' does not exist + /usr/lib/rpm/brp-rpath + /usr/lib/rpm/brp-pie + /usr/lib/rpm/brp-rootfs + /usr/lib/rpm/brp-tcl + /usr/lib/rpm/brp-check-python + /usr/lib/rpm/brp-check-bytecode-version + /usr/lib/rpm/brp-boot-scripts + /usr/lib/rpm/brp-hook Processing files: yast2-webclient-systemtime-0.0.14-0.noarch error: File not found: /usr/src/packages/BUILDROOT/yast2-webclient-systemtime-0.0.14-0.i386/srv/www/yast/vendor/plugins/systemtime/lib Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.vBA3V0 + umask 022 + cd /tmp/rpmbuild + cd www + DOCDIR=/usr/src/packages/BUILDROOT/yast2-webclient-systemtime-0.0.14-0.i386/usr/share/doc/packages/yast2-webclient-systemtime + export DOCDIR + rm -rf /usr/src/packages/BUILDROOT/yast2-webclient-systemtime-0.0.14-0.i386/usr/share/doc/packages/yast2-webclient-systemtime + /bin/mkdir -p /usr/src/packages/BUILDROOT/yast2-webclient-systemtime-0.0.14-0.i386/usr/share/doc/packages/yast2-webclient-systemtime + cp -pr COPYING /usr/src/packages/BUILDROOT/yast2-webclient-systemtime-0.0.14-0.i386/usr/share/doc/packages/yast2-webclient-systemtime + exit 0 RPM build errors: File not found: /usr/src/packages/BUILDROOT/yast2-webclient-systemtime-0.0.14-0.i386/srv/www/yast/vendor/plugins/systemtime/lib + check_exit 1 + '[' -z 1 ']' + MYEXIT=1 + '[' 1 == 0 ']' + footer_and_exit 1 + '[' -z 1 ']' + MYEXIT=1 + '[' 1 == 0 ']' + ascii_failed + cat ( ) ( ) ( ) _ ) ( \_ _(_\ \)__ (____\___)) build failed + echo 'stopping dbus..' stopping dbus.. + /etc/init.d/dbus stop Shutting down D-Bus daemon..done + exit 1 ... unmounting sys ... unmounting proc ... unmounting pts [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Publishing Javadoc Archiving artifacts Build wasn't successful, skipping saikuro coverage report Publishing rails stats report... [workspace] $ rake --silent stats Failed to send e-mail to Martin Vidner because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Martin Schmidkunz because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Martin Kudlvasr because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Stefan Schubert because no e-mail address is known, and no default e-mail domain is configured -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
See <http://yast.suse.de:3334/job/webyast-client-head-i586/703/changes> Changes: [Josef Reidinger] fix spec file (no longer lib in systemtime because functiality is moved to new model) ------------------------------------------ [...truncated 24882 lines...] rescuing artifacts [workspace] $ rake doc (in <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/)> cleaning old doc cp index.html.template doc/index.html create framework documentation Install rubygem-yast2-webservice-tasks.rpm rm -r doc/app README_FOR_APP: basesystem.rb: c app/models/basesystem.rb:3:57: ':' not followed by identifier or operator ............. login.rb: mmc logout.rb: mmc permission.rb: c host.rb: c. account.rb: c.c.......... controlpanel_helper.rb: m application_helper.rb: m.... html_helper.rb: m....... label_helper.rb: m... hosts_helper.rb: m session_helper.rb: m webservices_helper.rb: m main_helper.rb: m controlpanel_controller.rb: c........... main_controller.rb: c. hosts_controller.rb: c........ sessions_controller.rb: c..... playground_controller.rb: c. application_controller.rb: c........ client_exception.rb: c...... proxy_loader.rb: m. yast_mock.rb: mcc..c.. static_overlay.rb: mmc.. service_resource.rb: mm..mm....c..........c.. error_constructor.rb: m. test_case.rb: mc.c... resource.rb: mc permission.rb: mc base.rb: mm......... authenticated_system.rb: m............ Generating HTML... (in <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/webclient)> Files: 32 Classes: 24 Modules: 27 Methods: 130 Elapsed: 2.271s create plugins documentation Install rubygem-yast2-webservice-tasks.rpm rake aborted! Don't know how to build task 'doc/README_FOR_APP' (See full trace by running task with --trace) (in <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/plugins/custom_services)> cp: cannot stat `plugins/custom_services/doc/app': No such file or directory Install rubygem-yast2-webservice-tasks.rpm rake aborted! Don't know how to build task 'doc/README_FOR_APP' (See full trace by running task with --trace) (in <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/plugins/security)> cp: cannot stat `plugins/security/doc/app': No such file or directory Install rubygem-yast2-webservice-tasks.rpm rake aborted! Don't know how to build task 'doc/README_FOR_APP' (See full trace by running task with --trace) (in <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/plugins/users)> cp: cannot stat `plugins/users/doc/app': No such file or directory Install rubygem-yast2-webservice-tasks.rpm rm -r doc/app README_FOR_APP: dns.rb: c app/models/dns.rb:3:63: ':' not followed by identifier or operator route.rb: c app/models/route.rb:4:66: ':' not followed by identifier or operator hostname.rb: c app/models/hostname.rb:3:68: ':' not followed by identifier or operator interface.rb: c app/models/interface.rb:3:70: ':' not followed by identifier or operator network_controller.rb: c... plugin.rb: string_serialization.rb: c. Generating HTML... (in <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/plugins/network)> Files: 8 Classes: 6 Modules: 0 Methods: 4 Elapsed: 0.238s Install rubygem-yast2-webservice-tasks.rpm rake aborted! Don't know how to build task 'doc/README_FOR_APP' (See full trace by running task with --trace) (in <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/plugins/samba_server)> cp: cannot stat `plugins/samba_server/doc/app': No such file or directory Install rubygem-yast2-webservice-tasks.rpm rake aborted! Don't know how to build task 'doc/README_FOR_APP' (See full trace by running task with --trace) (in <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/plugins/patch_updates)> cp: cannot stat `plugins/patch_updates/doc/app': No such file or directory Install rubygem-yast2-webservice-tasks.rpm rm -r doc/app README_FOR_APP: system.rb: c... system_controller.rb: c... Generating HTML... (in <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/plugins/system)> Files: 3 Classes: 2 Modules: 0 Methods: 6 Elapsed: 0.095s Install rubygem-yast2-webservice-tasks.rpm rm -r doc/app README_FOR_APP: administrator_controller.rb: c.. Generating HTML... (in <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/plugins/administrator)> Files: 2 Classes: 1 Modules: 0 Methods: 2 Elapsed: 0.100s Install rubygem-yast2-webservice-tasks.rpm rm -r doc/app README_FOR_APP: registration_controller.rb: c....... Generating HTML... (in <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/plugins/registration)> Files: 2 Classes: 1 Modules: 0 Methods: 7 Elapsed: 0.275s Install rubygem-yast2-webservice-tasks.rpm rm -r doc/app README_FOR_APP: mail_settings_controller.rb: c.. Generating HTML... (in <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/plugins/mail_settings)> Files: 2 Classes: 1 Modules: 0 Methods: 2 Elapsed: 0.107s Install rubygem-yast2-webservice-tasks.rpm rm -r doc/app README_FOR_APP: systemtime.rb: c app/models/systemtime.rb:3:56: ':' not followed by identifier or operator ..... ntp.rb: c app/models/ntp.rb:3:55: ':' not followed by identifier or operator . system_time_helper.rb: m systemtime_controller.rb: c..... Generating HTML... (in <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/plugins/systemtime)> Files: 5 Classes: 3 Modules: 1 Methods: 11 Elapsed: 0.276s Install rubygem-yast2-webservice-tasks.rpm rm -r doc/app README_FOR_APP: language_controller.rb: c.. Generating HTML... (in <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/plugins/language)> Files: 2 Classes: 1 Modules: 0 Methods: 2 Elapsed: 0.123s Install rubygem-yast2-webservice-tasks.rpm rake aborted! Don't know how to build task 'doc/README_FOR_APP' (See full trace by running task with --trace) (in <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/plugins/services)> cp: cannot stat `plugins/services/doc/app': No such file or directory Install rubygem-yast2-webservice-tasks.rpm rm -r doc/app README_FOR_APP: eulas_controller.rb: c........ Generating HTML... (in <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/plugins/eulas)> Files: 2 Classes: 1 Modules: 0 Methods: 8 Elapsed: 0.117s Install rubygem-yast2-webservice-tasks.rpm rake aborted! Don't know how to build task 'doc/README_FOR_APP' (See full trace by running task with --trace) (in <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/plugins/permissions)> cp: cannot stat `plugins/permissions/doc/app': No such file or directory Install rubygem-yast2-webservice-tasks.rpm rake aborted! Don't know how to build task 'doc/README_FOR_APP' (See full trace by running task with --trace) (in <http://yast.suse.de:3334/job/webyast-client-head-i586/ws/plugins/status)> cp: cannot stat `plugins/status/doc/app': No such file or directory generate links for plugins documentation successfully generated [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Publishing Javadoc Archiving artifacts Publishing saikuro report... file not found: <http://yast.suse.de:3334/job/webyast-client-head-i586/703/artifact/.artifacts/coverage/test> Saikuro report directory wasn't found using the pattern '.artifacts/coverage/test'. Publishing rails stats report... [workspace] $ rake --silent stats Failed to send e-mail to Martin Vidner because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Martin Schmidkunz because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Martin Kudlvasr because no e-mail address is known, and no default e-mail domain is configured Failed to send e-mail to Stefan Schubert because no e-mail address is known, and no default e-mail domain is configured -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
See <http://yast.suse.de:3334/job/webyast-client-head-i586/704/changes> -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
Hudson Integration Service