[yast-commit] Build failed in Jenkins: yast-yast-services-manager-master #3
See <http://ci.opensuse.org/job/yast-yast-services-manager-master/3/display/redirect?page=changes> Changes: [jlopez] Add button to show logs [jlopez] Add dependency to yast2-journal [jlopez] Update version and changelog [jlopez] Fix loading of journal [jlopez] Modify docker image [jlopez] Revert version bump [jlopez] Improve tests [igonzalezsosa] Set start/stop label depending on the service's status [igonzalezsosa] Show correct information in 'Start' column (old 'Enabled') [igonzalezsosa] Use Yast2::SystemService API [igonzalezsosa] Allow setting service start mode [igonzalezsosa] Move START_MODE to ServicesManagerService [igonzalezsosa] Fixes some tests and disables others [jlopez] Add methods to get sevice and service data [jlopez] Add widget for services table [jlopez] Use widget table to show services [jlopez] Fix bug [igonzalezsosa] Fixes some tests and disables others [igonzalezsosa] Extract ServiceLoader class from ServicesManagerServiceClass [igonzalezsosa] Move ServicesManagerService constants to ServiceLoader [igonzalezsosa] Fix broken references to ServiceLoader [igonzalezsosa] Fix SCR.Execute calls [jlopez] Small fixes [jlopez] Add helpers for testing [jlopez] Add tests [jlopez] Add some unit tests for the table widget [jlopez] Fix typos [jlopez] Remove toggle with double click [igonzalezsosa] Adapt ServicesManagerService to use SystemService objects [igonzalezsosa] Adapt to ServicesManagerService#errors [igonzalezsosa] Drop unused methods from ServicesManagerService [igonzalezsosa] Adapt to SystemService#{start,stop,state,substate} API [igonzalezsosa] Add service names in the services manager list [igonzalezsosa] Fix future state calculation in services list [igonzalezsosa] Adapt ServiceLoader to use Yast2::SystemService [igonzalezsosa] Add a ServicesManagerService module test [igonzalezsosa] Use #find extensively in ServicesManagerService [igonzalezsosa] Update from code review [igonzalezsosa] ServicesManagerService#exists? yields the found service [igonzalezsosa] Update from code review [igonzalezsosa] More updates from code review [igonzalezsosa] Drop ServicesManagerService#reset_service test [dgonzalez] Rewrite ServicesManagerService#export [dgonzalez] Bring back #enable and #disable methods [dgonzalez] Rewrite ServicesManagerService#import [dgonzalez] Improve from code review [jlopez] Adapt to chanages in SystemService API [jlopez] Adapt to changes in SystemService API [jlopez] Several improvements [jlopez] Update yast2 dependency [jlopez] Updated version and changelog [jlopez] Catch exception [jlopez] Remove log button [jlopez] Fix text [jlopez] Fix syntax error [igonzalezsosa] Add missing widgets/ directory to the specfile [igonzalezsosa] Re-enable and fix ServicesManager module tests [igonzalezsosa] Fix tests coverage reporting [igonzalezsosa] Improve test indentation [igonzalezsosa] Fix ServicesManagerTarget test [igonzalezsosa] Add missing ServicesManager import [igonzalezsosa] Use SystemdService.build during 1st stage [igonzalezsosa] Bump version and update changes file [igonzalezsosa] ServicesManager#{read,reset} return nil [igonzalezsosa] Implement ServicesManagerService#modified{,=} [igonzalezsosa] Improve ServicesManagerService#{read,reload,services} implementation [igonzalezsosa] Refresh services before saving them during 1st stage [igonzalezsosa] Update from code review ------------------------------------------ Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on yast-jenkins-original (yast-head yast-jenkins) in workspace <http://ci.opensuse.org/job/yast-yast-services-manager-master/ws/>
git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository git config remote.origin.url https://github.com/yast/yast-services-manager.git # timeout=10 Pruning obsolete local branches Fetching upstream changes from https://github.com/yast/yast-services-manager.git git --version # timeout=10 git fetch --tags --progress https://github.com/yast/yast-services-manager.git +refs/heads/*:refs/remotes/origin/* --prune git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 3cf5d7fd5a64fad16a741edc4d75005337e97229 (origin/master) git config core.sparsecheckout # timeout=10 git checkout -f 3cf5d7fd5a64fad16a741edc4d75005337e97229 Commit message: "Merge pull request #166 from joseivanlopez/merge_sle_15_ga" git rev-list --no-walk 707cf4e89092841e6d408e2058512ec24a6c8855 # timeout=10 Cleaning workspace git rev-parse --verify HEAD # timeout=10 Resetting working tree git reset --hard # timeout=10 git clean -fdx # timeout=10 git tag -a -f -m Jenkins Build #3 jenkins-yast-yast-services-manager-master-3 # timeout=10 [EnvInject] - Executing scripts and injecting environment variables after the SCM step. [EnvInject] - Injecting as environment variables the properties content YAST_SUBMIT=factory
[EnvInject] - Variables injected successfully. [yast-yast-services-manager-master] $ /bin/sh -xe /tmp/jenkins7836434997242084058.sh + cd <http://ci.opensuse.org/job/yast-yast-services-manager-master/ws/> + rake osc:sr * Starting syntax check... src/modules/services_manager_service.rb:235: syntax error, unexpected keyword_rescue, expecting keyword_end rescue Yast::SystemctlError ^ src/modules/services_manager_service.rb:235: warning: possibly useless use of :: in void context rake aborted! Syntax error found in file 'src/modules/services_manager_service.rb' Tasks: TOP => osc:sr => check:changelog => package => check:syntax (See full trace by running task with --trace) Build step 'Execute shell' marked build as failure Not sending mail to unregistered user igonzalezsosa@suse.com Not sending mail to unregistered user jlopez@suse.com Not sending mail to unregistered user dgonzalez@suse.de
See <http://ci.opensuse.org/job/yast-yast-services-manager-master/4/display/redirect?page=changes> Changes: [jlopez] Add test helpers [jlopez] Add StartStopButton class [jlopez] Add StartModeButton class [jlopez] Add ShowDetailsButton class [jlopez] Add TargetSelector class [jlopez] Addapt ServicesTable [jlopez] Add ServicesManager dialog [jlopez] Adapt client to use new classes [jlopez] Updated version and changelog [jlopez] Fix test [jlopez] Add files to spec definition [jlopez] Several improvements [jlopez] Fix translations ------------------------------------------ Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on yast-jenkins-original (yast-head yast-jenkins) in workspace <http://ci.opensuse.org/job/yast-yast-services-manager-master/ws/>
git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository git config remote.origin.url https://github.com/yast/yast-services-manager.git # timeout=10 Pruning obsolete local branches Fetching upstream changes from https://github.com/yast/yast-services-manager.git git --version # timeout=10 git fetch --tags --progress https://github.com/yast/yast-services-manager.git +refs/heads/*:refs/remotes/origin/* --prune git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 2c9abc0e9c774b0abbe451ce273134926e9e4e96 (origin/master) git config core.sparsecheckout # timeout=10 git checkout -f 2c9abc0e9c774b0abbe451ce273134926e9e4e96 Commit message: "Merge pull request #163 from joseivanlopez/add_apply_button" git rev-list --no-walk 3cf5d7fd5a64fad16a741edc4d75005337e97229 # timeout=10 Cleaning workspace git rev-parse --verify HEAD # timeout=10 Resetting working tree git reset --hard # timeout=10 git clean -fdx # timeout=10 git tag -a -f -m Jenkins Build #4 jenkins-yast-yast-services-manager-master-4 # timeout=10 [EnvInject] - Executing scripts and injecting environment variables after the SCM step. [EnvInject] - Injecting as environment variables the properties content YAST_SUBMIT=factory
[EnvInject] - Variables injected successfully. [yast-yast-services-manager-master] $ /bin/sh -xe /tmp/jenkins5316504341101762948.sh + cd <http://ci.opensuse.org/job/yast-yast-services-manager-master/ws/> + rake osc:sr * Starting syntax check... src/modules/services_manager_service.rb:235: syntax error, unexpected keyword_rescue, expecting keyword_end rescue Yast::SystemctlError ^ src/modules/services_manager_service.rb:235: warning: possibly useless use of :: in void context rake aborted! Syntax error found in file 'src/modules/services_manager_service.rb' Tasks: TOP => osc:sr => check:changelog => package => check:syntax (See full trace by running task with --trace) Build step 'Execute shell' marked build as failure Not sending mail to unregistered user igonzalezsosa@suse.com Not sending mail to unregistered user jlopez@suse.com Not sending mail to unregistered user dgonzalez@suse.de
See <http://ci.opensuse.org/job/yast-yast-services-manager-master/5/display/redirect?page=changes> Changes: [jlopez] Add LogsButton class [jlopez] Add button to show logs [jlopez] Add yast2-journal dependency [jlopez] Update version and changelog [jlopez] Fix comment [jlopez] Fix typo ------------------------------------------ Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on yast-jenkins-original (yast-head yast-jenkins) in workspace <http://ci.opensuse.org/job/yast-yast-services-manager-master/ws/>
git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository git config remote.origin.url https://github.com/yast/yast-services-manager.git # timeout=10 Pruning obsolete local branches Fetching upstream changes from https://github.com/yast/yast-services-manager.git git --version # timeout=10 git fetch --tags --progress https://github.com/yast/yast-services-manager.git +refs/heads/*:refs/remotes/origin/* --prune git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 5bf5471f9906245b9429595554554140d8f560af (origin/master) git config core.sparsecheckout # timeout=10 git checkout -f 5bf5471f9906245b9429595554554140d8f560af Commit message: "Merge pull request #167 from joseivanlopez/add_log_button_sp1" git rev-list --no-walk 2c9abc0e9c774b0abbe451ce273134926e9e4e96 # timeout=10 Cleaning workspace git rev-parse --verify HEAD # timeout=10 Resetting working tree git reset --hard # timeout=10 git clean -fdx # timeout=10 git tag -a -f -m Jenkins Build #5 jenkins-yast-yast-services-manager-master-5 # timeout=10 [EnvInject] - Executing scripts and injecting environment variables after the SCM step. [EnvInject] - Injecting as environment variables the properties content YAST_SUBMIT=factory
[EnvInject] - Variables injected successfully. [yast-yast-services-manager-master] $ /bin/sh -xe /tmp/jenkins6427453811750918636.sh + cd <http://ci.opensuse.org/job/yast-yast-services-manager-master/ws/> + rake osc:sr * Starting syntax check... src/modules/services_manager_service.rb:235: syntax error, unexpected keyword_rescue, expecting keyword_end rescue Yast::SystemctlError ^ src/modules/services_manager_service.rb:235: warning: possibly useless use of :: in void context rake aborted! Syntax error found in file 'src/modules/services_manager_service.rb' Tasks: TOP => osc:sr => check:changelog => package => check:syntax (See full trace by running task with --trace) Build step 'Execute shell' marked build as failure Not sending mail to unregistered user igonzalezsosa@suse.com Not sending mail to unregistered user jlopez@suse.com Not sending mail to unregistered user dgonzalez@suse.de
See <http://ci.opensuse.org/job/yast-yast-services-manager-master/6/display/redirect?page=changes> Changes: [igonzalezsosa] Extend the schema with the on-demand services list [igonzalezsosa] Export on-demand services on a different list [igonzalezsosa] Import on-demand services [igonzalezsosa] ServicesManagerService#import returns false on invalid start modes [igonzalezsosa] Fix ServicesManager test [igonzalezsosa] Simplify ServicesManagerProfile services loading [igonzalezsosa] Small improvements [igonzalezsosa] Update from code review [igonzalezsosa] Fix AutoYaST format detection [igonzalezsosa] Improve ServicesManagerProfile test organization [igonzalezsosa] Show a warning when some service failed to be configured [igonzalezsosa] Move the auto client to lib/ [igonzalezsosa] Show an error when a service is not found [igonzalezsosa] Bump version and update changes file [igonzalezsosa] Improve services error messages [igonzalezsosa] Do not read existing services on AutoYaST [igonzalezsosa] Do not show the 'Apply' button in AutoYaST UI [igonzalezsosa] Update from code review [igonzalezsosa] Remove not needed rescue [igonzalezsosa] Do not show the 'Start/Stop' button in AutoYaST UI [igonzalezsosa] Fix textdomain setting [igonzalezsosa] Fix spec file [igonzalezsosa] Start/Stop buttons are disabled/enabled by the client [igonzalezsosa] Fix services managers helpers [igonzalezsosa] Add missing import [igonzalezsosa] Fix autoyast UI details ------------------------------------------ Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on yast-jenkins-original (yast-head yast-jenkins) in workspace <http://ci.opensuse.org/job/yast-yast-services-manager-master/ws/>
git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository git config remote.origin.url https://github.com/yast/yast-services-manager.git # timeout=10 Pruning obsolete local branches Fetching upstream changes from https://github.com/yast/yast-services-manager.git git --version # timeout=10 git fetch --tags --progress https://github.com/yast/yast-services-manager.git +refs/heads/*:refs/remotes/origin/* --prune git rev-parse origin/master^{commit} # timeout=10 Checking out Revision d65d5c0454bd3eaf9c5c6981497b89256bf40e8e (origin/master) git config core.sparsecheckout # timeout=10 git checkout -f d65d5c0454bd3eaf9c5c6981497b89256bf40e8e Commit message: "Merge pull request #165 from yast/ay-on-demand-support" git rev-list --no-walk 5bf5471f9906245b9429595554554140d8f560af # timeout=10 Cleaning workspace git rev-parse --verify HEAD # timeout=10 Resetting working tree git reset --hard # timeout=10 git clean -fdx # timeout=10 git tag -a -f -m Jenkins Build #6 jenkins-yast-yast-services-manager-master-6 # timeout=10 [EnvInject] - Executing scripts and injecting environment variables after the SCM step. [EnvInject] - Injecting as environment variables the properties content YAST_SUBMIT=factory
[EnvInject] - Variables injected successfully. [yast-yast-services-manager-master] $ /bin/sh -xe /tmp/jenkins7230817033377648503.sh + cd <http://ci.opensuse.org/job/yast-yast-services-manager-master/ws/> + rake osc:sr * Starting syntax check... src/modules/services_manager_service.rb:348: syntax error, unexpected keyword_rescue, expecting keyword_end rescue Yast::SystemctlError ^ src/modules/services_manager_service.rb:348: warning: possibly useless use of :: in void context src/modules/services_manager_service.rb:468: syntax error, unexpected keyword_rescue, expecting keyword_end rescue ArgumentError ^ src/modules/services_manager_service.rb:468: warning: possibly useless use of a constant in void context rake aborted! Syntax error found in file 'src/modules/services_manager_service.rb' Tasks: TOP => osc:sr => check:changelog => package => check:syntax (See full trace by running task with --trace) Build step 'Execute shell' marked build as failure Not sending mail to unregistered user igonzalezsosa@suse.com Not sending mail to unregistered user jlopez@suse.com Not sending mail to unregistered user dgonzalez@suse.de
See <http://ci.opensuse.org/job/yast-yast-services-manager-master/7/display/redirect?page=changes> Changes: [igonzalezsosa] Do not filter static services [igonzalezsosa] Drop ServicesManagerService#can_be_enabled [igonzalezsosa] Bump version and update changes file [igonzalezsosa] Fix ServicesManagerService test ------------------------------------------ Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on yast-jenkins-original (yast-head yast-jenkins) in workspace <http://ci.opensuse.org/job/yast-yast-services-manager-master/ws/>
git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository git config remote.origin.url https://github.com/yast/yast-services-manager.git # timeout=10 Pruning obsolete local branches Fetching upstream changes from https://github.com/yast/yast-services-manager.git git --version # timeout=10 git fetch --tags --progress https://github.com/yast/yast-services-manager.git +refs/heads/*:refs/remotes/origin/* --prune git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 42525ef4562d4359c72a902a0632718dec12262a (origin/master) git config core.sparsecheckout # timeout=10 git checkout -f 42525ef4562d4359c72a902a0632718dec12262a Commit message: "Merge pull request #169 from yast/static-services-support-master" git rev-list --no-walk d65d5c0454bd3eaf9c5c6981497b89256bf40e8e # timeout=10 Cleaning workspace git rev-parse --verify HEAD # timeout=10 Resetting working tree git reset --hard # timeout=10 git clean -fdx # timeout=10 git tag -a -f -m Jenkins Build #7 jenkins-yast-yast-services-manager-master-7 # timeout=10 [EnvInject] - Executing scripts and injecting environment variables after the SCM step. [EnvInject] - Injecting as environment variables the properties content YAST_SUBMIT=factory
[EnvInject] - Variables injected successfully. [yast-yast-services-manager-master] $ /bin/sh -xe /tmp/jenkins5956773815946903275.sh + cd <http://ci.opensuse.org/job/yast-yast-services-manager-master/ws/> + rake osc:sr * Starting syntax check... src/modules/services_manager_service.rb:340: syntax error, unexpected keyword_rescue, expecting keyword_end rescue Yast::SystemctlError ^ src/modules/services_manager_service.rb:340: warning: possibly useless use of :: in void context src/modules/services_manager_service.rb:460: syntax error, unexpected keyword_rescue, expecting keyword_end rescue ArgumentError ^ src/modules/services_manager_service.rb:460: warning: possibly useless use of a constant in void context rake aborted! Syntax error found in file 'src/modules/services_manager_service.rb' Tasks: TOP => osc:sr => check:changelog => package => check:syntax (See full trace by running task with --trace) Build step 'Execute shell' marked build as failure Not sending mail to unregistered user dgonzalez@suse.de Not sending mail to unregistered user igonzalezsosa@suse.com Not sending mail to unregistered user jlopez@suse.com
See <http://ci.opensuse.org/job/yast-yast-services-manager-master/8/display/redirect?page=changes> Changes: [schubi] Switched license in spec file from SPDX2 to SPDX3 format. ------------------------------------------ Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on yast-jenkins-original (yast-head yast-jenkins) in workspace <http://ci.opensuse.org/job/yast-yast-services-manager-master/ws/>
git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository git config remote.origin.url https://github.com/yast/yast-services-manager.git # timeout=10 Pruning obsolete local branches Fetching upstream changes from https://github.com/yast/yast-services-manager.git git --version # timeout=10 git fetch --tags --progress https://github.com/yast/yast-services-manager.git +refs/heads/*:refs/remotes/origin/* --prune git rev-parse origin/master^{commit} # timeout=10 Checking out Revision c067b931d1c7ed4cd40f303a1effe78f94c539da (origin/master) git config core.sparsecheckout # timeout=10 git checkout -f c067b931d1c7ed4cd40f303a1effe78f94c539da Commit message: "Merge pull request #172 from yast/GPL-2.0-or-later" git rev-list --no-walk 42525ef4562d4359c72a902a0632718dec12262a # timeout=10 Cleaning workspace git rev-parse --verify HEAD # timeout=10 Resetting working tree git reset --hard # timeout=10 git clean -fdx # timeout=10 git tag -a -f -m Jenkins Build #8 jenkins-yast-yast-services-manager-master-8 # timeout=10 [EnvInject] - Executing scripts and injecting environment variables after the SCM step. [EnvInject] - Injecting as environment variables the properties content YAST_SUBMIT=factory
[EnvInject] - Variables injected successfully. [yast-yast-services-manager-master] $ /bin/sh -xe /tmp/jenkins401446760947475486.sh + cd <http://ci.opensuse.org/job/yast-yast-services-manager-master/ws/> + rake osc:sr * Starting syntax check... src/modules/services_manager_service.rb:340: syntax error, unexpected keyword_rescue, expecting keyword_end rescue Yast::SystemctlError ^ src/modules/services_manager_service.rb:340: warning: possibly useless use of :: in void context src/modules/services_manager_service.rb:460: syntax error, unexpected keyword_rescue, expecting keyword_end rescue ArgumentError ^ src/modules/services_manager_service.rb:460: warning: possibly useless use of a constant in void context rake aborted! Syntax error found in file 'src/modules/services_manager_service.rb' Tasks: TOP => osc:sr => check:changelog => package => check:syntax (See full trace by running task with --trace) Build step 'Execute shell' marked build as failure Not sending mail to unregistered user schubi@suse.de Not sending mail to unregistered user dgonzalez@suse.de Not sending mail to unregistered user igonzalezsosa@suse.com Not sending mail to unregistered user jlopez@suse.com
See <http://ci.opensuse.org/job/yast-yast-services-manager-master/9/display/redirect?page=changes> Changes: [jlopez] Add summary of changes [jlopez] Disable Apply button when there is no changes [jlopez] Highlight edited values [jlopez] Add help [jlopez] Fix doc ------------------------------------------ Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on yast-jenkins-original (yast-head yast-jenkins) in workspace <http://ci.opensuse.org/job/yast-yast-services-manager-master/ws/>
git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository git config remote.origin.url https://github.com/yast/yast-services-manager.git # timeout=10 Pruning obsolete local branches Fetching upstream changes from https://github.com/yast/yast-services-manager.git git --version # timeout=10 git fetch --tags --progress https://github.com/yast/yast-services-manager.git +refs/heads/*:refs/remotes/origin/* --prune git rev-parse origin/master^{commit} # timeout=10 Checking out Revision c6df20f5b5fc8858ddf3738e4ac5a55854327490 (origin/master) git config core.sparsecheckout # timeout=10 git checkout -f c6df20f5b5fc8858ddf3738e4ac5a55854327490 Commit message: "Merge pull request #171 from joseivanlopez/improve_ux" git rev-list --no-walk c067b931d1c7ed4cd40f303a1effe78f94c539da # timeout=10 Cleaning workspace git rev-parse --verify HEAD # timeout=10 Resetting working tree git reset --hard # timeout=10 git clean -fdx # timeout=10 git tag -a -f -m Jenkins Build #9 jenkins-yast-yast-services-manager-master-9 # timeout=10 [EnvInject] - Executing scripts and injecting environment variables after the SCM step. [EnvInject] - Injecting as environment variables the properties content YAST_SUBMIT=factory
[EnvInject] - Variables injected successfully. [yast-yast-services-manager-master] $ /bin/sh -xe /tmp/jenkins1218456956397252140.sh + cd <http://ci.opensuse.org/job/yast-yast-services-manager-master/ws/> + rake osc:sr * Starting syntax check... src/modules/services_manager_service.rb:351: syntax error, unexpected keyword_rescue, expecting keyword_end rescue Yast::SystemctlError ^ src/modules/services_manager_service.rb:351: warning: possibly useless use of :: in void context src/modules/services_manager_service.rb:471: syntax error, unexpected keyword_rescue, expecting keyword_end rescue ArgumentError ^ src/modules/services_manager_service.rb:471: warning: possibly useless use of a constant in void context rake aborted! Syntax error found in file 'src/modules/services_manager_service.rb' Tasks: TOP => osc:sr => check:changelog => package => check:syntax (See full trace by running task with --trace) Build step 'Execute shell' marked build as failure Not sending mail to unregistered user schubi@suse.de Not sending mail to unregistered user dgonzalez@suse.de Not sending mail to unregistered user igonzalezsosa@suse.com Not sending mail to unregistered user jlopez@suse.com
See <http://ci.opensuse.org/job/yast-yast-services-manager-master/10/display/redirect?page=changes> Changes: [jlopez] Update version and changelog ------------------------------------------ Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on yast-jenkins-original (yast-head yast-jenkins) in workspace <http://ci.opensuse.org/job/yast-yast-services-manager-master/ws/>
git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository git config remote.origin.url https://github.com/yast/yast-services-manager.git # timeout=10 Pruning obsolete local branches Fetching upstream changes from https://github.com/yast/yast-services-manager.git git --version # timeout=10 git fetch --tags --progress https://github.com/yast/yast-services-manager.git +refs/heads/*:refs/remotes/origin/* --prune git rev-parse origin/master^{commit} # timeout=10 Checking out Revision fa30a92660a3bdaea6ad1ac45325e8eec1c7803a (origin/master) git config core.sparsecheckout # timeout=10 git checkout -f fa30a92660a3bdaea6ad1ac45325e8eec1c7803a Commit message: "Merge pull request #173 from joseivanlopez/increase_version" git rev-list --no-walk c6df20f5b5fc8858ddf3738e4ac5a55854327490 # timeout=10 Cleaning workspace git rev-parse --verify HEAD # timeout=10 Resetting working tree git reset --hard # timeout=10 git clean -fdx # timeout=10 git tag -a -f -m Jenkins Build #10 jenkins-yast-yast-services-manager-master-10 # timeout=10 [EnvInject] - Executing scripts and injecting environment variables after the SCM step. [EnvInject] - Injecting as environment variables the properties content YAST_SUBMIT=factory
[EnvInject] - Variables injected successfully. [yast-yast-services-manager-master] $ /bin/sh -xe /tmp/jenkins4853564370843630509.sh + cd <http://ci.opensuse.org/job/yast-yast-services-manager-master/ws/> + rake osc:sr * Starting syntax check... src/modules/services_manager_service.rb:351: syntax error, unexpected keyword_rescue, expecting keyword_end rescue Yast::SystemctlError ^ src/modules/services_manager_service.rb:351: warning: possibly useless use of :: in void context src/modules/services_manager_service.rb:471: syntax error, unexpected keyword_rescue, expecting keyword_end rescue ArgumentError ^ src/modules/services_manager_service.rb:471: warning: possibly useless use of a constant in void context rake aborted! Syntax error found in file 'src/modules/services_manager_service.rb' Tasks: TOP => osc:sr => check:changelog => package => check:syntax (See full trace by running task with --trace) Build step 'Execute shell' marked build as failure Not sending mail to unregistered user schubi@suse.de Not sending mail to unregistered user dgonzalez@suse.de Not sending mail to unregistered user igonzalezsosa@suse.com Not sending mail to unregistered user jlopez@suse.com
See <http://ci.opensuse.org/job/yast-yast-services-manager-master/11/display/redirect?page=changes> Changes: [github] Update calls to yast2 systemd classes (#170) ------------------------------------------ Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on yast-jenkins-original (yast-head yast-jenkins) in workspace <http://ci.opensuse.org/job/yast-yast-services-manager-master/ws/>
git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository git config remote.origin.url https://github.com/yast/yast-services-manager.git # timeout=10 Pruning obsolete local branches Fetching upstream changes from https://github.com/yast/yast-services-manager.git git --version # timeout=10 git fetch --tags --progress https://github.com/yast/yast-services-manager.git +refs/heads/*:refs/remotes/origin/* --prune git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 04795b80e7f74bbac87984bc42842863e1afe54c (origin/master) git config core.sparsecheckout # timeout=10 git checkout -f 04795b80e7f74bbac87984bc42842863e1afe54c Commit message: "Update calls to yast2 systemd classes (#170)" git rev-list --no-walk fa30a92660a3bdaea6ad1ac45325e8eec1c7803a # timeout=10 Cleaning workspace git rev-parse --verify HEAD # timeout=10 Resetting working tree git reset --hard # timeout=10 git clean -fdx # timeout=10 git tag -a -f -m Jenkins Build #11 jenkins-yast-yast-services-manager-master-11 # timeout=10 [EnvInject] - Executing scripts and injecting environment variables after the SCM step. [EnvInject] - Injecting as environment variables the properties content YAST_SUBMIT=factory
[EnvInject] - Variables injected successfully. [yast-yast-services-manager-master] $ /bin/sh -xe /tmp/jenkins6766749326147001982.sh + cd <http://ci.opensuse.org/job/yast-yast-services-manager-master/ws/> + rake osc:sr * Starting syntax check... src/modules/services_manager_service.rb:350: syntax error, unexpected keyword_rescue, expecting keyword_end rescue Yast::SystemctlError ^ src/modules/services_manager_service.rb:350: warning: possibly useless use of :: in void context src/modules/services_manager_service.rb:470: syntax error, unexpected keyword_rescue, expecting keyword_end rescue ArgumentError ^ src/modules/services_manager_service.rb:470: warning: possibly useless use of a constant in void context rake aborted! Syntax error found in file 'src/modules/services_manager_service.rb' Tasks: TOP => osc:sr => check:changelog => package => check:syntax (See full trace by running task with --trace) Build step 'Execute shell' marked build as failure Not sending mail to unregistered user schubi@suse.de Not sending mail to unregistered user dgonzalez@suse.de Not sending mail to unregistered user github@theintersect.org Not sending mail to unregistered user igonzalezsosa@suse.com Not sending mail to unregistered user jlopez@suse.com
See <http://ci.opensuse.org/job/yast-yast-services-manager-master/12/display/redirect?page=changes> Changes: [jlopez] Fix bug [jlopez] Add help for buttons [jlopez] Update version and changelog [jlopez] Improve help note [jlopez] Fix texts ------------------------------------------ Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on yast-jenkins-original (yast-head yast-jenkins) in workspace <http://ci.opensuse.org/job/yast-yast-services-manager-master/ws/>
git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository git config remote.origin.url https://github.com/yast/yast-services-manager.git # timeout=10 Pruning obsolete local branches Fetching upstream changes from https://github.com/yast/yast-services-manager.git git --version # timeout=10 git fetch --tags --progress https://github.com/yast/yast-services-manager.git +refs/heads/*:refs/remotes/origin/* --prune git rev-parse origin/master^{commit} # timeout=10 Checking out Revision b8723cd1443c82259c369d5898c393764646ea2f (origin/master) git config core.sparsecheckout # timeout=10 git checkout -f b8723cd1443c82259c369d5898c393764646ea2f Commit message: "Merge pull request #174 from joseivanlopez/improve_help" git rev-list --no-walk 04795b80e7f74bbac87984bc42842863e1afe54c # timeout=10 Cleaning workspace git rev-parse --verify HEAD # timeout=10 Resetting working tree git reset --hard # timeout=10 git clean -fdx # timeout=10 git tag -a -f -m Jenkins Build #12 jenkins-yast-yast-services-manager-master-12 # timeout=10 [EnvInject] - Executing scripts and injecting environment variables after the SCM step. [EnvInject] - Injecting as environment variables the properties content YAST_SUBMIT=factory
[EnvInject] - Variables injected successfully. [yast-yast-services-manager-master] $ /bin/sh -xe /tmp/jenkins2818145056898941302.sh + cd <http://ci.opensuse.org/job/yast-yast-services-manager-master/ws/> + rake osc:sr * Starting syntax check... src/modules/services_manager_service.rb:372: syntax error, unexpected keyword_rescue, expecting keyword_end rescue Yast::SystemctlError ^ src/modules/services_manager_service.rb:372: warning: possibly useless use of :: in void context src/modules/services_manager_service.rb:492: syntax error, unexpected keyword_rescue, expecting keyword_end rescue ArgumentError ^ src/modules/services_manager_service.rb:492: warning: possibly useless use of a constant in void context rake aborted! Syntax error found in file 'src/modules/services_manager_service.rb' Tasks: TOP => osc:sr => check:changelog => package => check:syntax (See full trace by running task with --trace) Build step 'Execute shell' marked build as failure Not sending mail to unregistered user schubi@suse.de Not sending mail to unregistered user dgonzalez@suse.de Not sending mail to unregistered user github@theintersect.org Not sending mail to unregistered user igonzalezsosa@suse.com Not sending mail to unregistered user jlopez@suse.com
See <http://ci.opensuse.org/job/yast-yast-services-manager-master/13/display/redirect?page=changes> Changes: [igonzalezsosa] Bring back ServicesManagerTargetClass.modified= method [igonzalezsosa] Bump version and update changes file [igonzalezsosa] Add a note clarifying #modified= usage ------------------------------------------ Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on yast-jenkins-original (yast-head yast-jenkins) in workspace <http://ci.opensuse.org/job/yast-yast-services-manager-master/ws/>
git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository git config remote.origin.url https://github.com/yast/yast-services-manager.git # timeout=10 Pruning obsolete local branches Fetching upstream changes from https://github.com/yast/yast-services-manager.git git --version # timeout=10 git fetch --tags --progress https://github.com/yast/yast-services-manager.git +refs/heads/*:refs/remotes/origin/* --prune git rev-parse origin/master^{commit} # timeout=10 Checking out Revision b353348cddff050d6f67917626463144a56107ed (origin/master) git config core.sparsecheckout # timeout=10 git checkout -f b353348cddff050d6f67917626463144a56107ed Commit message: "Merge pull request #175 from yast/fix-services-manager-target-modified" git rev-list --no-walk b8723cd1443c82259c369d5898c393764646ea2f # timeout=10 Cleaning workspace git rev-parse --verify HEAD # timeout=10 Resetting working tree git reset --hard # timeout=10 git clean -fdx # timeout=10 git tag -a -f -m Jenkins Build #13 jenkins-yast-yast-services-manager-master-13 # timeout=10 [EnvInject] - Executing scripts and injecting environment variables after the SCM step. [EnvInject] - Injecting as environment variables the properties content YAST_SUBMIT=factory
[EnvInject] - Variables injected successfully. [yast-yast-services-manager-master] $ /bin/sh -xe /tmp/jenkins3119568722667541461.sh + cd <http://ci.opensuse.org/job/yast-yast-services-manager-master/ws/> + rake osc:sr * Starting syntax check... src/modules/services_manager_service.rb:373: syntax error, unexpected keyword_rescue, expecting keyword_end rescue Yast::SystemctlError ^ src/modules/services_manager_service.rb:373: warning: possibly useless use of :: in void context src/modules/services_manager_service.rb:493: syntax error, unexpected keyword_rescue, expecting keyword_end rescue ArgumentError ^ src/modules/services_manager_service.rb:493: warning: possibly useless use of a constant in void context rake aborted! Syntax error found in file 'src/modules/services_manager_service.rb' Tasks: TOP => osc:sr => check:changelog => package => check:syntax (See full trace by running task with --trace) Build step 'Execute shell' marked build as failure Not sending mail to unregistered user schubi@suse.de Not sending mail to unregistered user dgonzalez@suse.de Not sending mail to unregistered user github@theintersect.org Not sending mail to unregistered user igonzalezsosa@suse.com Not sending mail to unregistered user jlopez@suse.com
participants (1)
-
admin@opensuse.org