[JIRA] (OVIRT-1786) Featue request: Pass env variables to the manual suite
by Barak Korren (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1786?page=com.atlassian.jir... ]
Barak Korren commented on OVIRT-1786:
-------------------------------------
the lack of configurability is by design - so that all suits have exactly the same "API", and therefore we can easily use them in various places and no suit-specific knowledge is needed for running any suit.
I suggest you rethink your design so extra variables are not needed. Some options you can consider:
* Have the suit automatically test various different variable values internally (You can use the lago snapshot and restor features to to reset the system to a known state and re-test).
* Create multiple suites that share most code and predefine variable values (E.g. 'Big'/'Medium' and 'Small' suits).
> Featue request: Pass env variables to the manual suite
> ------------------------------------------------------
>
> Key: OVIRT-1786
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1786
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: Roy Golan
> Assignee: infra
>
> Hi,
> I need the ability to customize a running suite execution. I already do
> that today by exposing env variables to the performance suite, I just
> need an ability to create and pass that using the (great :) ) manual job.
> If you need more references just let me know
> Thanks
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100074)
7 years
Build failed in Jenkins: system-sync_mirrors-epel-el6-x86_64 #975
by jenkins@jenkins.phx.ovirt.org
See <http://jenkins.ovirt.org/job/system-sync_mirrors-epel-el6-x86_64/975/disp...>
------------------------------------------
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 62343eba27398b928493782b606398396d899336 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 62343eba27398b928493782b606398396d899336
Commit message: "Exclude docker from fedora-updates in fc27 mock"
> git rev-list 62343eba27398b928493782b606398396d899336 # timeout=10
[system-sync_mirrors-epel-el6-x86_64] $ /bin/bash -xe /tmp/jenkins1396881708315307275.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 error was: [Errno 17] File exists: '/home/jenkins/mirrors_cache/centos-updates-el7'
Build step 'Execute shell' marked build as failure
7 years
[JIRA] (OVIRT-1788) new ui_sanity scenario for basic_suite -- need multiple firefoxes and chromium
by Barak Korren (oVirt JIRA)
This is a multi-part message in MIME format...
------------=_1512426534-17151-149
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1788?page=com.atlassian.jir... ]
Barak Korren commented on OVIRT-1788:
-------------------------------------
We will do an STDCI project, but it will build containers rather then RPMs.
I think it will make it easier to quickly deal with the myriad formats browsers are shipped in, and future changes to those formats. Also, we can conceivably use this to account for differences between, for e.g. Firefox on Ubunto and Firefox on Fedora.
> new ui_sanity scenario for basic_suite -- need multiple firefoxes and chromium
> ------------------------------------------------------------------------------
>
> Key: OVIRT-1788
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1788
> Project: oVirt - virtualization made easy
> Issue Type: Improvement
> Components: OST
> Reporter: Greg Sheremeta
> Assignee: infra
>
> I'm writing a suite that does headless UI testing. One goal is to open headless firefox and actually open the UI, perform a login, make sure things look good, make sure there are no ui.log errors, etc. I'll also eventually add chromium, which can run headless now too.
> The suite requires several firefox versions to be installed on the test machine, along with chromium. There are also some binary components required, geckodriver and chromedriver. These are not packaged.
> Ideally the browsers can be installed to /opt/firefox55, /opt/firefox56, /opt/chromium62, etc. on the machine running the suite. So I think it makes sense to maintain a custom rpm with all of this.
> Where can this rpm live? What is a reliable way to do this? (I know we want to avoid copr.)
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100074)
------------=_1512426534-17151-149
Content-Type: text/html; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
<html><body>
<pre>[ https://ovirt-jira.atlassian.net/browse/OVIRT-1788?page=com.atlassian.jir... ]</pre>
<h3>Barak Korren commented on OVIRT-1788:</h3>
<p>We will do an STDCI project, but it will build containers rather then RPMs.</p>
<p>I think it will make it easier to quickly deal with the myriad formats browsers are shipped in, and future changes to those formats. Also, we can conceivably use this to account for differences between, for e.g. Firefox on Ubunto and Firefox on Fedora.</p>
<blockquote><h3>new ui_sanity scenario for basic_suite — need multiple firefoxes and chromium</h3>
<pre> Key: OVIRT-1788
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1788
Project: oVirt - virtualization made easy
Issue Type: Improvement
Components: OST
Reporter: Greg Sheremeta
Assignee: infra</pre>
<p>I'm writing a suite that does headless UI testing. One goal is to open headless firefox and actually open the UI, perform a login, make sure things look good, make sure there are no ui.log errors, etc. I'll also eventually add chromium, which can run headless now too. The suite requires several firefox versions to be installed on the test machine, along with chromium. There are also some binary components required, geckodriver and chromedriver. These are not packaged. Ideally the browsers can be installed to /opt/firefox55, /opt/firefox56, /opt/chromium62, etc. on the machine running the suite. So I think it makes sense to maintain a custom rpm with all of this. Where can this rpm live? What is a reliable way to do this? (I know we want to avoid copr.)</p></blockquote>
<p>— This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100074)</p>
<img src="https://u4043402.ct.sendgrid.net/wf/open?upn=i5TMWGV99amJbNxJpSp2-2BJ33BS..." alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>
------------=_1512426534-17151-149--
7 years
Build failed in Jenkins: system-sync_mirrors-fedora-updates-fc25-x86_64 #880
by jenkins@jenkins.phx.ovirt.org
See <http://jenkins.ovirt.org/job/system-sync_mirrors-fedora-updates-fc25-x86_...>
------------------------------------------
[...truncated 31.51 KB...]
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA rb_libtorrent-examples-1.1.5-1 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.i686 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.i686. FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.x86_ FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt5-devel- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.x86_6 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.i686 FAILED
(3/13): rb_libtorrent-exam 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.i686. FAILED
(3/13): rb_libtorrent-exam 0% [ ] 0.0 B/s | 0 B --:-- ETA rb_libtorrent-examples-1.1.5-1 FAILED
(3/13): rb_libtorrent-exam 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt5-devel- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt5-devel- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-qt5-1.25.0 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-qt5-1.25.0 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.x86_6 FAILED
(3/13): lightdm-qt5-1.25.0 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt5-1.25.0 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.x86_ FAILED
(3/13): lightdm-qt5-1.25.0 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.i686 FAILED
(3/13): lightdm-qt5-1.25.0 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.i686. FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA rb_libtorrent-examples-1.1.5-1 FAILED
(3/13): rb_libtorrent-exam 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.x86_6 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt5-devel- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.i686. FAILED
(3/13): lightdm-qt5-devel- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt5-devel- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt5-1.25.0 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt5-1.25.0 0% [ ] 0.0 B/s | 0 B --:-- ETA rb_libtorrent-examples-1.1.5-1 FAILED
(3/13): lightdm-qt5-1.25.0 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.x86_ FAILED
(3/13): lightdm-qt5-1.25.0 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt5-1.25.0 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.i686 FAILED
(3/13): lightdm-qt5-1.25.0 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.x86_ FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA rb_libtorrent-examples-1.1.5-1 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.i686 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA rb_libtorrent-examples-1.1.5-1 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.x86_6 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.i686. FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt5-devel- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.i686 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA rb_libtorrent-examples-1.1.5-1 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.x86_ FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.x86_6 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.i686. FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.i686 FAILED
(3/13): lightdm-qt5-devel- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt5-devel- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.x86_ FAILED
(3/13): lightdm-qt5-devel- 0% [ ] 0.0 B/s | 0 B --:-- ETA rb_libtorrent-examples-1.1.5-1 FAILED
(3/13): lightdm-qt5-devel- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-qt5-devel- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt5-devel- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA rb_libtorrent-examples-1.1.5-1 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.x86_6 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA rb_libtorrent-examples-1.1.5-1 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.i686. FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.i686 FAILED
(3/13): lightdm-qt5-1.25.0 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.x86_ FAILED
(3/13): lightdm-qt5-1.25.0 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt5-devel- 0% [ ] 0.0 B/s | 0 B --:-- ETA rb_libtorrent-examples-1.1.5-1 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.i686. FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.x86_6 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.i686 FAILED
(3/13): lightdm-qt5-1.25.0 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.x86_ FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): rb_libtorrent-exam 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): rb_libtorrent-exam 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): rb_libtorrent-exam 0% [ ] 0.0 B/s | 0 B --:-- ETA rb_libtorrent-examples-1.1.5-1 FAILED
(3/13): rb_libtorrent-exam 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.i686 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.x86_6 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.i686. FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.x86_ FAILED
(3/13): lightdm-qt5-1.25.0 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt5-devel- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA rb_libtorrent-examples-1.1.5-1 FAILED
(3/13): rb_libtorrent-exam 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.i686 FAILED
(3/13): lightdm-qt5-devel- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-qt5-devel- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt5-devel- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.i686. FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.x86_6 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.x86_ FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt5-devel- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.i686 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.i686. FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.x86_6 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.x86_ FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt5-devel- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.i686 FAILED
(3/13): lightdm-qt5-1.25.0 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.x86_6 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.i686. FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.x86_ FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.i686 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.i686 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.x86_ FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.i686. FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.x86_ FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.x86_6 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.i686. FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.i686. FAILED
(3/13): lightdm-qt5-devel- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-qt5-devel- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt5-devel- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-qt5-1.25.0 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.x86_ FAILED
(3/13): lightdm-qt5-1.25.0 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.x86_6 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-devel-1.25.0-1.fc2 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-qt-devel-1 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.i686. FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.x86_6 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-devel-1.25.0-1.fc25 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.x86_ FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-gobject-devel-1.25.0-1 FAILED
(3/13): lightdm-gobject-de 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.x86_6 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.x86_ FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.i686. FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.x86_6 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt5-1.25.0-1.fc25.x86_ FAILED
(3/13): lightdm-qt5-1.25.0 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.i686. FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.x86_6 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA lightdm-qt-1.25.0-1.fc25.x86_6 FAILED
(3/13): lightdm-qt-1.25.0- 0% [ ] 0.0 B/s | 0 B --:-- ETA cinnamon-devel-doc-3.6.6-10.fc25.noarch: Insufficient space in download directory /var/www/html/repos/yum/fedora-updates-fc25/base/Packages/c
* free 204 k
* needed 235 k
lightdm-qt-devel-1.25.0-1.fc25.x86_64: [Errno 256] No more mirrors to try.
lightdm-gobject-devel-1.25.0-1.fc25.x86_64: [Errno 256] No more mirrors to try.
slick-greeter-1.1.3-1.fc25.x86_64: Insufficient space in download directory /var/www/html/repos/yum/fedora-updates-fc25/base/Packages/s
* free 204 k
* needed 344 k
lightdm-qt-1.25.0-1.fc25.x86_64: [Errno 256] No more mirrors to try.
rb_libtorrent-devel-1.1.5-1.fc25.i686: Insufficient space in download directory /var/www/html/repos/yum/fedora-updates-fc25/base/Packages/r
* free 204 k
* needed 1.9 M
lightdm-qt-devel-1.25.0-1.fc25.i686: [Errno 256] No more mirrors to try.
lightdm-qt5-1.25.0-1.fc25.i686: [Errno 256] No more mirrors to try.
rb_libtorrent-devel-1.1.5-1.fc25.x86_64: Insufficient space in download directory /var/www/html/repos/yum/fedora-updates-fc25/base/Packages/r
* free 204 k
* needed 1.9 M
rb_libtorrent-python2-1.1.5-1.fc25.x86_64: Insufficient space in download directory /var/www/html/repos/yum/fedora-updates-fc25/base/Packages/r
* free 204 k
* needed 511 k
rb_libtorrent-examples-1.1.5-1.fc25.x86_64: [Errno 256] No more mirrors to try.
lightdm-gobject-devel-1.25.0-1.fc25.i686: [Errno 256] No more mirrors to try.
1:qbittorrent-nox-4.0.1-1.fc25.x86_64: Insufficient space in download directory /var/www/html/repos/yum/fedora-updates-fc25/base/Packages/q
* free 204 k
* needed 4.3 M
lightdm-qt5-devel-1.25.0-1.fc25.x86_64: [Errno 256] No more mirrors to try.
rb_libtorrent-python3-1.1.5-1.fc25.x86_64: Insufficient space in download directory /var/www/html/repos/yum/fedora-updates-fc25/base/Packages/r
* free 204 k
* needed 508 k
lightdm-1.25.0-1.fc25.x86_64: Insufficient space in download directory /var/www/html/repos/yum/fedora-updates-fc25/base/Packages/l
* free 204 k
* needed 221 k
lightdm-1.25.0-1.fc25.i686: Insufficient space in download directory /var/www/html/repos/yum/fedora-updates-fc25/base/Packages/l
* free 204 k
* needed 228 k
rb_libtorrent-1.1.5-1.fc25.i686: Insufficient space in download directory /var/www/html/repos/yum/fedora-updates-fc25/base/Packages/r
* free 204 k
* needed 1.6 M
1:qbittorrent-4.0.1-1.fc25.x86_64: Insufficient space in download directory /var/www/html/repos/yum/fedora-updates-fc25/base/Packages/q
* free 204 k
* needed 4.9 M
cinnamon-3.6.6-10.fc25.x86_64: Insufficient space in download directory /var/www/html/repos/yum/fedora-updates-fc25/base/Packages/c
* free 204 k
* needed 1.9 M
lightdm-qt5-1.25.0-1.fc25.x86_64: [Errno 256] No more mirrors to try.
rb_libtorrent-1.1.5-1.fc25.x86_64: Insufficient space in download directory /var/www/html/repos/yum/fedora-updates-fc25/base/Packages/r
* free 204 k
* needed 1.5 M
lightdm-qt-1.25.0-1.fc25.i686: [Errno 256] No more mirrors to try.
lightdm-qt5-devel-1.25.0-1.fc25.i686: [Errno 256] No more mirrors to try.
Traceback (most recent call last):
File "/usr/bin/reposync", line 343, in <module>
main()
File "/usr/bin/reposync", line 326, in main
result, error = my.sigCheckPkg(pkg)
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 2759, in sigCheckPkg
ts, po.localPkg(), payload=self.conf.payload_gpgcheck,
File "/usr/lib/python2.7/site-packages/rpmUtils/miscutils.py", line 76, in checkSig
fdno = os.open(package, os.O_RDONLY)
OSError: [Errno 2] No such file or directory: '/var/www/html/repos/yum/fedora-updates-fc25/base/Packages/c/cinnamon-3.6.6-10.fc25.x86_64.rpm'
Build step 'Execute shell' marked build as failure
7 years