On Wed, Dec 11, 2019 at 4:02 PM Ehud Yonasi <eyonasi(a)redhat.com> wrote:
> Hi Amit,
> We mirror fc30 updates so that should not cause any problems.
> Maybe do you have under automation .repos file for fc30 containing
> fc30-updates repo?
>
Seems that we do:
[abawer@localhost automation]$ grep "fc30-update" $(ls -a | grep repo)
check-patch.install.repos.fc30:fc30-updates-debuginfo,
http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/Ev...
check-patch.linters.repos.fc30:fc30-updates-debuginfo,
http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/Ev...
check-patch.repos.fc30:fc30-updates-debuginfo,
http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/Ev...
check-patch.tests-py3.repos.fc30:fc30-updates-debuginfo,
http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/Ev...
[abawer@localhost automation]$
Can we remove those entries? is it just for CI?
Thanks, all are symlinked to same repo file, added a patch removing
fc30-updates-debuginfo from the list:
> If so it might fail on that and not on our mirror.
>
> On Wed, Dec 11, 2019 at 3:29 PM Amit Bawer <abawer(a)redhat.com> wrote:
>
>> Hi
>>
>> Seems there is a similar issue with fc30 lately:
>>
>> + python3 tests/profile debuginfo-install debuginfo-install -y python3
>> Custom fc30-updates-debuginfo 41 kB/s | 4.9 kB
>> 00:00
>> Custom fc30-updates-debuginfo 1.2 kB/s | 676 B
>> 00:00
>> Error: Failed to download metadata for repo 'fc30-updates-debuginfo':
>> Yum repo downloading error: Downloading error(s):
>>
repodata/5e7a2915066242a77ff4c4da8229c3e5bd3414d71ad3417e4ed73cdddc609404-primary.xml.zck
>> - Cannot download, all mirrors were already tried without success;
>>
repodata/d6302eb9dd101ab5ea65f51b98440bc25d2ac49c87349211cd11f24c61d48686-filelists.xml.zck
>> - Cannot download, all mirrors were already tried without success
>> PROFILE {"command": ["debuginfo-install", "-y",
"python3"], "cpu":
>> 62.590739013275986, "elapsed": 1.7404060363769531, "idrss":
0, "inblock":
>> 0, "isrss": 0, "ixrss": 0, "majflt": 0,
"maxrss": 52740, "minflt": 8356,
>> "msgrcv": 0, "msgsnd": 0, "name":
"debuginfo-install", "nivcsw": 254,
>> "nsignals": 0, "nswap": 0, "nvcsw": 27,
"oublock": 128, "start":
>> 1576067914.252874, "status": 1, "stime": 0.22821,
"utime": 0.861123}
>> + teardown
>>
>> Full log:
>>
https://jenkins.ovirt.org/job/vdsm_standard-check-patch/15663//artifact/c...
>>
>> On Fri, Dec 6, 2019 at 8:34 PM Milan Zamazal <mzamazal(a)redhat.com>
>> wrote:
>>
>>> Hi, I've seen this error more than once in Jenkins runs on Vdsm patches
>>> posted to gerrit:
>>>
>>> + python3 tests/profile debuginfo-install debuginfo-install -y python3
>>> Error: Failed to synchronize cache for repo 'epel-el8'
>>> PROFILE {"command": ["debuginfo-install",
"-y", "python3"], "cpu":
>>> 25.8319700558958, "elapsed": 39.049031019210815, "idrss":
0, "inblock": 0,
>>> "isrss": 0, "ixrss": 0, "majflt": 0,
"maxrss": 92900, "minflt": 35674,
>>> "msgrcv": 0, "msgsnd": 0, "name":
"debuginfo-install", "nivcsw": 1096,
>>> "nsignals": 0, "nswap": 0, "nvcsw": 904,
"oublock": 64848, "start":
>>> 1575653575.116399, "status": 1, "stime": 1.135238,
"utime": 8.951896}
>>> + teardown
>>> + res=1
>>> + '[' 1 -ne 0 ']'
>>> + echo '*** err: 1'
>>> *** err: 1
>>>
>>> See e.g.
>>>
>>>
https://jenkins.ovirt.org/blue/organizations/jenkins/vdsm_standard-check-...
>>>
>>> Does anybody know what's going on and how to remedy it?
>>>
>>> Thanks,
>>> Milan
>>> _______________________________________________
>>> Devel mailing list -- devel(a)ovirt.org
>>> To unsubscribe send an email to devel-leave(a)ovirt.org
>>> Privacy Statement:
https://www.ovirt.org/site/privacy-policy/
>>> oVirt Code of Conduct:
>>>
https://www.ovirt.org/community/about/community-guidelines/
>>> List Archives:
>>>
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/ADUCKMPDWVD...
>>>
>>