While fetching a repository from GitHub, Jenkins connection times out and I get a following error message.
=============================
NOTE: recipe logrotate-3.12.3-r0: task do_fetch: Started
NOTE: recipe logrotate-3.12.3-r0: task do_fetch: Succeeded
NOTE: Running noexec task 2561 of 5013 (/var/lib/jenkins/workspace/yocto-rebound/meta-rebound/recipes-core/images/rebound-image.bb:do_fetch)
NOTE: Running task 2562 of 5013 (/var/lib/jenkins/workspace/yocto-rebound/meta-rebound/recipes-bsp/rebound-viewer/rebound-viewer.bb:do_fetch)
NOTE: recipe rebound-viewer-1.0-r0: task do_fetch: Started
ERROR: rebound-viewer-1.0-r0 do_fetch: Fetcher failure: Fetch command export PATH=â/var/lib/jenkins/workspace/yocto-rebound/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/var/lib/jenkins/workspace/yocto-rebound/scripts:/var/lib/jenkins/workspace/yocto-rebound/build/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/rebound-viewer/1.0-r0/recipe-sysroot-native/usr/bin/arm-poky-linux-gnueabi:/var/lib/jenkins/workspace/yocto-rebound/build/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/rebound-viewer/1.0-r0/recipe-sysroot/usr/bin/crossscripts:/var/lib/jenkins/workspace/yocto-rebound/build/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/rebound-viewer/1.0-r0/recipe-sysroot-native/usr/sbin:/var/lib/jenkins/workspace/yocto-rebound/build/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/rebound-viewer/1.0-r0/recipe-sysroot-native/usr/bin:/var/lib/jenkins/workspace/yocto-rebound/build/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/rebound-viewer/1.0-r0/recipe-sysroot-native/sbin:/var/lib/jenkins/workspace/yocto-rebound/build/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/rebound-viewer/1.0-r0/recipe-sysroot-native/bin:/var/lib/jenkins/workspace/yocto-rebound/bitbake/bin:/var/lib/jenkins/workspace/yocto-rebound/build/tmp/hosttoolsâ; export HOME=â/var/lib/jenkinsâ; git -c core.fsyncobjectfiles=0 ls-remote git://github.com/ajstarks/openvg failed with exit code 128, output:
fatal: unable to connect to github.com:
github.com[0: 140.82.114.4]: errno=Connection timed out
ERROR: rebound-viewer-1.0-r0 do_fetch: Function failed: base_do_fetch
ERROR: Logfile of failure stored in: /var/lib/jenkins/workspace/yocto-rebound/build/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/rebound-viewer/1.0-r0/temp/log.do_fetch.26596
NOTE: recipe rebound-viewer-1.0-r0: task do_fetch: Failed
ERROR: Task (/var/lib/jenkins/workspace/yocto-rebound/meta-rebound/recipes-bsp/rebound-viewer/rebound-viewer.bb:do_fetch) failed with exit code â1â
NOTE: Running task 2563 of 5013 (/var/lib/jenkins/workspace/yocto-rebound/meta/recipes-extended/cronie/cronie_1.5.1.bb:do_fetch)
NOTE: recipe cronie-1.5.1-r0: task do_fetch: Started
NOTE: recipe cronie-1.5.1-r0: task do_fetch: Succeeded
NOTE: recipe opencv-3.3+gitAUTOINC+87c27a074d_2a9d1b22ed_a62e20676a_34e4206aef_fccf7cd6a4-r0: task do_fetch: Succeeded
NOTE: Tasks Summary: Attempted 2563 tasks of which 0 didnât need to be rerun and 1 failed.
I was able ping the GitHub fine when Jenkins kicked off the build.
Any help is apprciated.