Change in stdci-staging[master]: New change
by review@gerrit-staging.phx.ovirt.org
>From Daniel Belenky <dbelenky(a)redhat.com>:
Daniel Belenky has posted comments on this change. ( https://gerrit-staging.phx.ovirt.org/141 )
Change subject: New change
......................................................................
Patch Set 1: Verified+1 Code-Review+2 Continuous-Integration+1
--
To view, visit https://gerrit-staging.phx.ovirt.org/141
To unsubscribe, visit https://gerrit-staging.phx.ovirt.org/settings
Gerrit-Project: stdci-staging
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ic0b89409839187f34c60a26fe91f9de5718198d2
Gerrit-Change-Number: 141
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Belenky <dbelenky(a)redhat.com>
Gerrit-Reviewer: Daniel Belenky <dbelenky(a)redhat.com>
Gerrit-Reviewer: Jenkins CI <infra(a)ovirt.org>
Gerrit-Comment-Date: Mon, 19 Feb 2018 08:43:12 +0000
Gerrit-HasComments: No
6 years, 9 months
[JIRA] (OVIRT-1902) project_setup.sh failed to load a file
by Daniel Belenky (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1902?page=com.atlassian.jir... ]
Daniel Belenky reassigned OVIRT-1902:
-------------------------------------
Assignee: Daniel Belenky (was: infra)
> project_setup.sh failed to load a file
> --------------------------------------
>
> Key: OVIRT-1902
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1902
> Project: oVirt - virtualization made easy
> Issue Type: New Feature
> Reporter: Gal Ben Haim
> Assignee: Daniel Belenky
> Priority: High
>
> Link to the job: http://jenkins.ovirt.org/blue/organizations/jenkins/kubevirt_kubevirt-ans...
> [kubevirt_kubevirt-ansible_standard-check-pr] Running shell script
> shell-scripts/project_setup.sh
> Traceback (most recent call last):
> File "/home/jenkins/workspace/kubevirt_kubevirt-ansible_standard-check-pr/jenkins/scripts/secrets_resolvers.py", line 134, in <module>
> main()
> File "/home/jenkins/workspace/kubevirt_kubevirt-ansible_standard-check-pr/jenkins/scripts/secrets_resolvers.py", line 11, in main
> parse_args()
> File "/home/jenkins/workspace/kubevirt_kubevirt-ansible_standard-check-pr/jenkins/scripts/secrets_resolvers.py", line 56, in parse_args
> args.func(args)
> File "/home/jenkins/workspace/kubevirt_kubevirt-ansible_standard-check-pr/jenkins/scripts/secrets_resolvers.py", line 63, in main_filter_data
> args.project, args.branch, load_secret_data(args.secret_file))),
> File "/home/jenkins/workspace/kubevirt_kubevirt-ansible_standard-check-pr/jenkins/scripts/secrets_resolvers.py", line 128, in load_secret_data
> return yaml.safe_load(sf)
> File "/usr/lib64/python2.7/site-packages/yaml/__init__.py", line 93, in safe_load
> return load(stream, SafeLoader)
> File "/usr/lib64/python2.7/site-packages/yaml/__init__.py", line 71, in load
> return loader.get_single_data()
> File "/usr/lib64/python2.7/site-packages/yaml/constructor.py", line 37, in get_single_data
> node = self.get_single_node()
> File "/usr/lib64/python2.7/site-packages/yaml/composer.py", line 36, in get_single_node
> document = self.compose_document()
> File "/usr/lib64/python2.7/site-packages/yaml/composer.py", line 55, in compose_document
> node = self.compose_node(None, None)
> File "/usr/lib64/python2.7/site-packages/yaml/composer.py", line 82, in compose_node
> node = self.compose_sequence_node(anchor)
> File "/usr/lib64/python2.7/site-packages/yaml/composer.py", line 111, in compose_sequence_node
> node.value.append(self.compose_node(node, index))
> File "/usr/lib64/python2.7/site-packages/yaml/composer.py", line 84, in compose_node
> node = self.compose_mapping_node(anchor)
> File "/usr/lib64/python2.7/site-packages/yaml/composer.py", line 133, in compose_mapping_node
> item_value = self.compose_node(node, item_key)
> File "/usr/lib64/python2.7/site-packages/yaml/composer.py", line 84, in compose_node
> node = self.compose_mapping_node(anchor)
> File "/usr/lib64/python2.7/site-packages/yaml/composer.py", line 127, in compose_mapping_node
> while not self.check_event(MappingEndEvent):
> File "/usr/lib64/python2.7/site-packages/yaml/parser.py", line 98, in check_event
> self.current_event = self.state()
> File "/usr/lib64/python2.7/site-packages/yaml/parser.py", line 428, in parse_block_mapping_key
> if self.check_token(KeyToken):
> File "/usr/lib64/python2.7/site-packages/yaml/scanner.py", line 115, in check_token
> while self.need_more_tokens():
> File "/usr/lib64/python2.7/site-packages/yaml/scanner.py", line 149, in need_more_tokens
> self.stale_possible_simple_keys()
> File "/usr/lib64/python2.7/site-packages/yaml/scanner.py", line 289, in stale_possible_simple_keys
> "could not found expected ':'", self.get_mark())
> yaml.scanner.ScannerError: while scanning a simple key
> in "****", line 18, column 1
> could not found expected ':'
> in "****", line 19, column 1
> Aborting.
> script returned exit code 1
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100079)
6 years, 9 months
[JIRA] (OVIRT-1902) project_setup.sh failed to load a file
by Gal Ben Haim (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1902?page=com.atlassian.jir... ]
Gal Ben Haim updated OVIRT-1902:
--------------------------------
Epic Link: OVIRT-400
> project_setup.sh failed to load a file
> --------------------------------------
>
> Key: OVIRT-1902
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1902
> Project: oVirt - virtualization made easy
> Issue Type: New Feature
> Reporter: Gal Ben Haim
> Assignee: infra
> Priority: High
>
> Link to the job: http://jenkins.ovirt.org/blue/organizations/jenkins/kubevirt_kubevirt-ans...
> [kubevirt_kubevirt-ansible_standard-check-pr] Running shell script
> shell-scripts/project_setup.sh
> Traceback (most recent call last):
> File "/home/jenkins/workspace/kubevirt_kubevirt-ansible_standard-check-pr/jenkins/scripts/secrets_resolvers.py", line 134, in <module>
> main()
> File "/home/jenkins/workspace/kubevirt_kubevirt-ansible_standard-check-pr/jenkins/scripts/secrets_resolvers.py", line 11, in main
> parse_args()
> File "/home/jenkins/workspace/kubevirt_kubevirt-ansible_standard-check-pr/jenkins/scripts/secrets_resolvers.py", line 56, in parse_args
> args.func(args)
> File "/home/jenkins/workspace/kubevirt_kubevirt-ansible_standard-check-pr/jenkins/scripts/secrets_resolvers.py", line 63, in main_filter_data
> args.project, args.branch, load_secret_data(args.secret_file))),
> File "/home/jenkins/workspace/kubevirt_kubevirt-ansible_standard-check-pr/jenkins/scripts/secrets_resolvers.py", line 128, in load_secret_data
> return yaml.safe_load(sf)
> File "/usr/lib64/python2.7/site-packages/yaml/__init__.py", line 93, in safe_load
> return load(stream, SafeLoader)
> File "/usr/lib64/python2.7/site-packages/yaml/__init__.py", line 71, in load
> return loader.get_single_data()
> File "/usr/lib64/python2.7/site-packages/yaml/constructor.py", line 37, in get_single_data
> node = self.get_single_node()
> File "/usr/lib64/python2.7/site-packages/yaml/composer.py", line 36, in get_single_node
> document = self.compose_document()
> File "/usr/lib64/python2.7/site-packages/yaml/composer.py", line 55, in compose_document
> node = self.compose_node(None, None)
> File "/usr/lib64/python2.7/site-packages/yaml/composer.py", line 82, in compose_node
> node = self.compose_sequence_node(anchor)
> File "/usr/lib64/python2.7/site-packages/yaml/composer.py", line 111, in compose_sequence_node
> node.value.append(self.compose_node(node, index))
> File "/usr/lib64/python2.7/site-packages/yaml/composer.py", line 84, in compose_node
> node = self.compose_mapping_node(anchor)
> File "/usr/lib64/python2.7/site-packages/yaml/composer.py", line 133, in compose_mapping_node
> item_value = self.compose_node(node, item_key)
> File "/usr/lib64/python2.7/site-packages/yaml/composer.py", line 84, in compose_node
> node = self.compose_mapping_node(anchor)
> File "/usr/lib64/python2.7/site-packages/yaml/composer.py", line 127, in compose_mapping_node
> while not self.check_event(MappingEndEvent):
> File "/usr/lib64/python2.7/site-packages/yaml/parser.py", line 98, in check_event
> self.current_event = self.state()
> File "/usr/lib64/python2.7/site-packages/yaml/parser.py", line 428, in parse_block_mapping_key
> if self.check_token(KeyToken):
> File "/usr/lib64/python2.7/site-packages/yaml/scanner.py", line 115, in check_token
> while self.need_more_tokens():
> File "/usr/lib64/python2.7/site-packages/yaml/scanner.py", line 149, in need_more_tokens
> self.stale_possible_simple_keys()
> File "/usr/lib64/python2.7/site-packages/yaml/scanner.py", line 289, in stale_possible_simple_keys
> "could not found expected ':'", self.get_mark())
> yaml.scanner.ScannerError: while scanning a simple key
> in "****", line 18, column 1
> could not found expected ':'
> in "****", line 19, column 1
> Aborting.
> script returned exit code 1
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100079)
6 years, 9 months
[JIRA] (OVIRT-1902) project_setup.sh failed to load a file
by Gal Ben Haim (oVirt JIRA)
Gal Ben Haim created OVIRT-1902:
-----------------------------------
Summary: project_setup.sh failed to load a file
Key: OVIRT-1902
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1902
Project: oVirt - virtualization made easy
Issue Type: New Feature
Reporter: Gal Ben Haim
Assignee: infra
Priority: High
Link to the job: http://jenkins.ovirt.org/blue/organizations/jenkins/kubevirt_kubevirt-ans...
[kubevirt_kubevirt-ansible_standard-check-pr] Running shell script
shell-scripts/project_setup.sh
Traceback (most recent call last):
File "/home/jenkins/workspace/kubevirt_kubevirt-ansible_standard-check-pr/jenkins/scripts/secrets_resolvers.py", line 134, in <module>
main()
File "/home/jenkins/workspace/kubevirt_kubevirt-ansible_standard-check-pr/jenkins/scripts/secrets_resolvers.py", line 11, in main
parse_args()
File "/home/jenkins/workspace/kubevirt_kubevirt-ansible_standard-check-pr/jenkins/scripts/secrets_resolvers.py", line 56, in parse_args
args.func(args)
File "/home/jenkins/workspace/kubevirt_kubevirt-ansible_standard-check-pr/jenkins/scripts/secrets_resolvers.py", line 63, in main_filter_data
args.project, args.branch, load_secret_data(args.secret_file))),
File "/home/jenkins/workspace/kubevirt_kubevirt-ansible_standard-check-pr/jenkins/scripts/secrets_resolvers.py", line 128, in load_secret_data
return yaml.safe_load(sf)
File "/usr/lib64/python2.7/site-packages/yaml/__init__.py", line 93, in safe_load
return load(stream, SafeLoader)
File "/usr/lib64/python2.7/site-packages/yaml/__init__.py", line 71, in load
return loader.get_single_data()
File "/usr/lib64/python2.7/site-packages/yaml/constructor.py", line 37, in get_single_data
node = self.get_single_node()
File "/usr/lib64/python2.7/site-packages/yaml/composer.py", line 36, in get_single_node
document = self.compose_document()
File "/usr/lib64/python2.7/site-packages/yaml/composer.py", line 55, in compose_document
node = self.compose_node(None, None)
File "/usr/lib64/python2.7/site-packages/yaml/composer.py", line 82, in compose_node
node = self.compose_sequence_node(anchor)
File "/usr/lib64/python2.7/site-packages/yaml/composer.py", line 111, in compose_sequence_node
node.value.append(self.compose_node(node, index))
File "/usr/lib64/python2.7/site-packages/yaml/composer.py", line 84, in compose_node
node = self.compose_mapping_node(anchor)
File "/usr/lib64/python2.7/site-packages/yaml/composer.py", line 133, in compose_mapping_node
item_value = self.compose_node(node, item_key)
File "/usr/lib64/python2.7/site-packages/yaml/composer.py", line 84, in compose_node
node = self.compose_mapping_node(anchor)
File "/usr/lib64/python2.7/site-packages/yaml/composer.py", line 127, in compose_mapping_node
while not self.check_event(MappingEndEvent):
File "/usr/lib64/python2.7/site-packages/yaml/parser.py", line 98, in check_event
self.current_event = self.state()
File "/usr/lib64/python2.7/site-packages/yaml/parser.py", line 428, in parse_block_mapping_key
if self.check_token(KeyToken):
File "/usr/lib64/python2.7/site-packages/yaml/scanner.py", line 115, in check_token
while self.need_more_tokens():
File "/usr/lib64/python2.7/site-packages/yaml/scanner.py", line 149, in need_more_tokens
self.stale_possible_simple_keys()
File "/usr/lib64/python2.7/site-packages/yaml/scanner.py", line 289, in stale_possible_simple_keys
"could not found expected ':'", self.get_mark())
yaml.scanner.ScannerError: while scanning a simple key
in "****", line 18, column 1
could not found expected ':'
in "****", line 19, column 1
Aborting.
script returned exit code 1
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100079)
6 years, 9 months
Build failed in Jenkins: system-sync_mirrors-epel-el6-x86_64 #1211
by jenkins@jenkins.phx.ovirt.org
See <http://jenkins.ovirt.org/job/system-sync_mirrors-epel-el6-x86_64/1211/dis...>
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on mirrors.phx.ovirt.org (mirrors) in workspace <http://jenkins.ovirt.org/job/system-sync_mirrors-epel-el6-x86_64/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url http://gerrit.ovirt.org/jenkins.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Pruning obsolete local branches
Fetching upstream changes from http://gerrit.ovirt.org/jenkins.git
> git --version # timeout=10
> git fetch --tags --progress http://gerrit.ovirt.org/jenkins.git +refs/heads/*:refs/remotes/origin/* --prune
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c065a4aaa9023b6c280adc818845c54046a64618 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f c065a4aaa9023b6c280adc818845c54046a64618
Commit message: "Add ovirt-flexdriver github project to stdci"
> git rev-list c065a4aaa9023b6c280adc818845c54046a64618 # timeout=10
[system-sync_mirrors-epel-el6-x86_64] $ /bin/bash -xe /tmp/jenkins7110874867588127771.sh
+ jenkins/scripts/mirror_mgr.sh resync_yum_mirror epel-el6 x86_64 jenkins/data/mirrors-reposync.conf
Checking if mirror needs a resync
Traceback (most recent call last):
File "/usr/bin/reposync", line 343, in <module>
main()
File "/usr/bin/reposync", line 175, in main
my.doRepoSetup()
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 681, in doRepoSetup
return self._getRepos(thisrepo, True)
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 721, in _getRepos
self._repos.doSetup(thisrepo)
File "/usr/lib/python2.7/site-packages/yum/repos.py", line 157, in doSetup
self.retrieveAllMD()
File "/usr/lib/python2.7/site-packages/yum/repos.py", line 88, in retrieveAllMD
dl = repo._async and repo._commonLoadRepoXML(repo)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1465, in _commonLoadRepoXML
local = self.cachedir + '/repomd.xml'
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 774, in <lambda>
cachedir = property(lambda self: self._dirGetAttr('cachedir'))
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 757, in _dirGetAttr
self.dirSetup()
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 735, in dirSetup
self._dirSetupMkdir_p(dir)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 712, in _dirSetupMkdir_p
raise Errors.RepoError, msg
yum.Errors.RepoError: Error making cache directory: /home/jenkins/mirrors_cache/centos-updates-el7/gen error was: [Errno 17] File exists: '/home/jenkins/mirrors_cache/centos-updates-el7/gen'
Build step 'Execute shell' marked build as failure
6 years, 9 months
[JIRA] (OVIRT-1901) View/Expand all missing in some jobs
by Daniel Belenky (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1901?page=com.atlassian.jir... ]
Daniel Belenky edited comment on OVIRT-1901 at 2/18/18 2:46 PM:
----------------------------------------------------------------
I haven't looked too deep into it, but it might be related to the number of artifacts arvhiced.
According to Jenkins documentation, there is a param that manages it:
{code:java}
hudson.model.Run.ArtifactList.listCutoff
{code}
"More artifacts than this will use tree view or simple link rather than listing out artifacts"
Default value is 16.
And there is:
{code:java}
hudson.model.Run.ArtifactList.treeCutoff
{code}
"More artifacts than this will show a simple link to directory browser rather than showing artifacts in tree view"
Default value is 40.
[Reference|https://wiki.jenkins.io/display/JENKINS/Features+controlled+by+system+properties]
was (Author: dbelenky(a)redhat.com):
I haven't looked too deep into it, but it might be related to the number of artifacts arvhiced.
According to Jenkins documentation, there is a param that manages it:
{code:java}
hudson.model.Run.ArtifactList.listCutoff
{code}
"More artifacts than this will use tree view or simple link rather than listing out artifacts"
Default value is 16.
> View/Expand all missing in some jobs
> ------------------------------------
>
> Key: OVIRT-1901
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1901
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: Yedidyah Bar David
> Assignee: infra
>
> Hi,
> Some jenkins jobs have under "Build Artifacts" a Java-script "+ View",
> "Expand all" etc that let you see artifacts directly from the build
> page, e.g. [1]. Some don't, e.g. [2]. It will be useful if this option
> exists in all jobs. Thanks,
> [1] http://jenkins.ovirt.org/job/ovirt-dwh_master_check-patch-el7-x86_64/171/
> [2] http://jenkins.ovirt.org/job/ovirt-engine_master_check-patch-el7-x86_64/3...
> --
> Didi
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100079)
6 years, 9 months
[JIRA] (OVIRT-1899) Improve reports capabilities in JIRA
by eyal edri (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1899?page=com.atlassian.jir... ]
eyal edri reassigned OVIRT-1899:
--------------------------------
Assignee: Evgheni Dereveanchin (was: infra)
> Improve reports capabilities in JIRA
> ------------------------------------
>
> Key: OVIRT-1899
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1899
> Project: oVirt - virtualization made easy
> Issue Type: Improvement
> Components: General
> Reporter: Dafna Ron
> Assignee: Evgheni Dereveanchin
>
> I need to issue reports to ost and the current reports in JIRA OFT are missing some of the fields.
> I need to be able to query all the open fields as well as all the scrolled one for a better view.
> for example, I would like to issue reports on
> which projects had failures during the week
> which tests failed during the week
> which patch was reported as failed/which patch was reported as cause.
> The only current report that is useful is the pie chart because the rest are related to speed of resolution which for now, is not relevant.
> If we can improve by adding the missing fields to the pie chart it would be good.
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100079)
6 years, 9 months