Hi, Can anyone please help me to know the reason behind this jenkins job failure?. I found this log. How can I rectify it (https://gerrit.fd.io/r/#/c/9735/)? *21:29:03* + echo 'Building using "make verify"'
*21:29:03* Building using "make verify"
*21:29:03* + '[' x == xTrue ']'
*21:29:03* + make UNATTENDED=yes verify
*21:29:04* Loaded plugins: fastestmirror, langpacks
*21:29:35* https://nexus.fd.io/content/repositories/fd.io.master.centos7/repodata/repomd.xml: [Errno 12] Timeout onhttps://nexus.fd.io/content/repositories/fd.io.master.centos7/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
*21:29:35* Trying other mirror.
*21:30:05* https://nexus.fd.io/content/repositories/fd.io.master.centos7/repodata/repomd.xml: [Errno 12] Timeout onhttps://nexus.fd.io/content/repositories/fd.io.master.centos7/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
*21:30:05* Trying other mirror.
*21:30:36* https://nexus.fd.io/content/repositories/fd.io.master.centos7/repodata/repomd.xml: [Errno 12] Timeout onhttps://nexus.fd.io/content/repositories/fd.io.master.centos7/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
*21:30:36* Trying other mirror.
*21:31:06* https://nexus.fd.io/content/repositories/fd.io.master.centos7/repodata/repomd.xml: [Errno 12] Timeout onhttps://nexus.fd.io/content/repositories/fd.io.master.centos7/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
*21:31:06* Trying other mirror.
*21:31:36* https://nexus.fd.io/content/repositories/fd.io.master.centos7/repodata/repomd.xml: [Errno 12] Timeout onhttps://nexus.fd.io/content/repositories/fd.io.master.centos7/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
*21:31:36* Trying other mirror.
*21:32:06* https://nexus.fd.io/content/repositories/fd.io.master.centos7/repodata/repomd.xml: [Errno 12] Timeout onhttps://nexus.fd.io/content/repositories/fd.io.master.centos7/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
*21:32:06* Trying other mirror.
*21:32:36* https://nexus.fd.io/content/repositories/fd.io.master.centos7/repodata/repomd.xml: [Errno 12] Timeout onhttps://nexus.fd.io/content/repositories/fd.io.master.centos7/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
*21:32:36* Trying other mirror.
*21:33:06* https://nexus.fd.io/content/repositories/fd.io.master.centos7/repodata/repomd.xml: [Errno 12] Timeout onhttps://nexus.fd.io/content/repositories/fd.io.master.centos7/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
*21:33:06* Trying other mirror.
*21:33:36* https://nexus.fd.io/content/repositories/fd.io.master.centos7/repodata/repomd.xml: [Errno 12] Timeout onhttps://nexus.fd.io/content/repositories/fd.io.master.centos7/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
*21:33:36* Trying other mirror.
*21:34:06* https://nexus.fd.io/content/repositories/fd.io.master.centos7/repodata/repomd.xml: [Errno 12] Timeout onhttps://nexus.fd.io/content/repositories/fd.io.master.centos7/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
*21:34:06* Trying other mirror.
*21:34:06*
*21:34:06*
*21:34:06*   One of the configured repositories failed (fd.io master branch 
latest merge),
*21:34:06*   and yum doesn't have enough cached data to continue. At this point 
the only
*21:34:06*   safe thing yum can do is fail. There are a few ways to work "fix" 
this:
*21:34:06*
*21:34:06*       1. Contact the upstream for the repository and get them to fix 
the problem.
*21:34:06*
*21:34:06*       2. Reconfigure the baseurl/etc. for the repository, to point 
to a working
*21:34:06*          upstream. This is most often useful if you are using a newer
*21:34:06*          distribution release than is supported by the repository 
(and the
*21:34:06*          packages for the previous distribution release still work).
*21:34:06*
*21:34:06*       3. Run the command with the repository temporarily disabled
*21:34:06*              yum --disablerepo=fdio-master ...
*21:34:06*
*21:34:06*       4. Disable the repository permanently, so yum won't use it by 
default. Yum
*21:34:06*          will then just ignore the repository until you permanently 
enable it
*21:34:06*          again or use --enablerepo for temporary usage:
*21:34:06*
*21:34:06*              yum-config-manager --disable fdio-master
*21:34:06*          or
*21:34:06*              subscription-manager repos --disable=fdio-master
*21:34:06*
*21:34:06*       5. Configure the failing repository to be skipped, if it is 
unavailable.
*21:34:06*          Note that yum will try to contact the repo. when it runs 
most commands,
*21:34:06*          so will have to try and fail each time (and thus. yum will 
be be much
*21:34:06*          slower). If it is a very temporary problem though, this is 
often a nice
*21:34:06*          compromise:
*21:34:06*
*21:34:06*              yum-config-manager --save 
--setopt=fdio-master.skip_if_unavailable=true
*21:34:06*
*21:34:06* failure: repodata/repomd.xml from fdio-master: [Errno 256] No more 
mirrors to try.

Regards,
SWarup

_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to