See 
<http://jenkins.ovirt.org/job/system-sync_mirrors-mock-copr-el7-x86_64/2/display/redirect>

------------------------------------------
Started by user Barak Korren
[EnvInject] - Loading node environment variables.
Building remotely on mirrors.phx.ovirt.org (mirrors) in workspace 
<http://jenkins.ovirt.org/job/system-sync_mirrors-mock-copr-el7-x86_64/ws/>
No credentials specified
 > 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
No valid HEAD. Skipping the resetting
 > 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/changes/76/99976/1:myhead --prune
 > git rev-parse origin/myhead^{commit} # timeout=10
 > git rev-parse myhead^{commit} # timeout=10
Checking out Revision 61f3430a6a4f9513a97e026efdc1d0428be99770 (myhead)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 61f3430a6a4f9513a97e026efdc1d0428be99770
Commit message: "Add mirrors for mock copr repos"
First time build. Skipping changelog.
[system-sync_mirrors-mock-copr-el7-x86_64] $ /bin/bash -xe 
/tmp/jenkins4035002964493980363.sh
+ jenkins/scripts/mirror_mgr.sh resync_yum_mirror mock-copr-el7 x86_64 
jenkins/data/mirrors-reposync.conf
+ MIRRORS_MP_BASE=/var/www/html/repos
+ MIRRORS_HTTP_BASE=http://mirrors.phx.ovirt.org/repos
+ MIRRORS_CACHE=/home/jenkins/mirrors_cache
+ MAX_LOCK_ATTEMPTS=120
+ LOCK_WAIT_INTERVAL=5
+ LOCK_BASE=/home/jenkins
+ OLD_MD_TO_KEEP=100
+ HTTP_SELINUX_TYPE=httpd_sys_content_t
+ HTTP_FILE_MODE=644
+ main resync_yum_mirror mock-copr-el7 x86_64 jenkins/data/mirrors-reposync.conf
+ local command=resync_yum_mirror
+ command_args=("${@:2}")
+ local command_args
+ cmd_resync_yum_mirror mock-copr-el7 x86_64 jenkins/data/mirrors-reposync.conf
+ local repo_name=mock-copr-el7
+ local repo_archs=x86_64
+ local reposync_conf=jenkins/data/mirrors-reposync.conf
+ local sync_needed
+ mkdir -p /home/jenkins/mirrors_cache
+ verify_repo_fs mock-copr-el7 yum
+ local repo_name=mock-copr-el7
+ local repo_type=yum
+ sudo install -o jenkins -d /var/www/html/repos/yum 
/var/www/html/repos/yum/mock-copr-el7 /var/www/html/repos/yum/mock-copr-el7/base
+ check_yum_sync_needed mock-copr-el7 x86_64 jenkins/data/mirrors-reposync.conf 
sync_needed
+ local repo_name=mock-copr-el7
+ local repo_archs=x86_64
+ local reposync_conf=jenkins/data/mirrors-reposync.conf
+ local p_sync_needed=sync_needed
+ local reposync_out
+ echo 'Checking if mirror needs a resync'
Checking if mirror needs a resync
+ rm -rf /home/jenkins/mirrors_cache/mock-copr-el7
++ IFS=,
++ echo x86_64
+ for arch in '$(IFS=,; echo $repo_archs)'
++ run_reposync mock-copr-el7 x86_64 jenkins/data/mirrors-reposync.conf --urls 
--quiet
++ local repo_name=mock-copr-el7
++ local repo_arch=x86_64
++ local reposync_conf=jenkins/data/mirrors-reposync.conf
++ extra_args=("${@:4}")
++ local extra_args
++ reposync --config=jenkins/data/mirrors-reposync.conf --repoid=mock-copr-el7 
--arch=x86_64 --cachedir=/home/jenkins/mirrors_cache 
--download_path=/var/www/html/repos/yum/mock-copr-el7/base --norepopath 
--newest-only --urls --quiet
+ 
reposync_out='https://copr-be.cloud.fedoraproject.org/results/@mock/mock/epel-7-x86_64/00894607-mock/mock-1.4.15-1.git.2.5e74c03.el7.noarch.rpm
https://copr-be.cloud.fedoraproject.org/results/@mock/mock/epel-7-x86_64/00859165-mock-core-configs/mock-core-configs-29.4-1.git.38.3b7e81c.el7.noarch.rpm
https://copr-be.cloud.fedoraproject.org/results/@mock/mock/epel-7-x86_64/00894607-mock/mock-lvm-1.4.15-1.git.2.5e74c03.el7.noarch.rpm
https://copr-be.cloud.fedoraproject.org/results/@mock/mock/epel-7-x86_64/00894607-mock/mock-scm-1.4.15-1.git.2.5e74c03.el7.noarch.rpm'
+ [[ -n 
https://copr-be.cloud.fedoraproject.org/results/@mock/mock/epel-7-x86_64/00894607-mock/mock-1.4.15-1.git.2.5e74c03.el7.noarch.rpm
https://copr-be.cloud.fedoraproject.org/results/@mock/mock/epel-7-x86_64/00859165-mock-core-configs/mock-core-configs-29.4-1.git.38.3b7e81c.el7.noarch.rpm
https://copr-be.cloud.fedoraproject.org/results/@mock/mock/epel-7-x86_64/00894607-mock/mock-lvm-1.4.15-1.git.2.5e74c03.el7.noarch.rpm
https://copr-be.cloud.fedoraproject.org/results/@mock/mock/epel-7-x86_64/00894607-mock/mock-scm-1.4.15-1.git.2.5e74c03.el7.noarch.rpm
 ]]
+ eval sync_needed=true
++ sync_needed=true
+ return
+ [[ -n true ]]
+ install_repo_pubkey mock-copr-el7 jenkins/data/mirrors-reposync.conf
+ local repo_name=mock-copr-el7
+ local reposync_conf=jenkins/data/mirrors-reposync.conf
+ local gpg_key_file
++ sed -nr -e '/\[mock-copr-el7]/{
                :loop;
                    s#^gpgkey\s*=\s*file://(.*)$#\1#p;
                    n;
                    /^\[.*\]$/q ;
                b loop
            }' jenkins/data/mirrors-reposync.conf
+ gpg_key_file=
+ [[ -n '' ]]
+ echo 'Resyncing repo: mock-copr-el7'
Resyncing repo: mock-copr-el7
+ perform_yum_sync mock-copr-el7 x86_64 jenkins/data/mirrors-reposync.conf
+ local repo_name=mock-copr-el7
+ local repo_archs=x86_64
+ local reposync_conf=jenkins/data/mirrors-reposync.conf
+ local repo_mp
+ local repo_comps
+ repo_mp=/var/www/html/repos/yum/mock-copr-el7/base
++ IFS=,
++ echo x86_64
+ for arch in '$(IFS=,; echo $repo_archs)'
+ echo 'Syncing yum repo mock-copr-el7 for arch: x86_64'
Syncing yum repo mock-copr-el7 for arch: x86_64
+ run_reposync mock-copr-el7 x86_64 jenkins/data/mirrors-reposync.conf 
--downloadcomps --gpgcheck
+ local repo_name=mock-copr-el7
+ local repo_arch=x86_64
+ local reposync_conf=jenkins/data/mirrors-reposync.conf
+ extra_args=("${@:4}")
+ local extra_args
+ reposync --config=jenkins/data/mirrors-reposync.conf --repoid=mock-copr-el7 
--arch=x86_64 --cachedir=/home/jenkins/mirrors_cache 
--download_path=/var/www/html/repos/yum/mock-copr-el7/base --norepopath 
--newest-only --downloadcomps --gpgcheck
(2/4): mock-core-configs-2 0% [                 ]  0.0 B/s |    0 B   --:-- ETA 
warning: 
/var/www/html/repos/yum/mock-copr-el7/base/00894607-mock/mock-1.4.15-1.git.2.5e74c03.el7.noarch.rpm:
 Header V3 RSA/SHA1 Signature, key ID d4c14b22: NOKEY
Public key for mock-1.4.15-1.git.2.5e74c03.el7.noarch.rpm is not installed
(1/4): mock-1.4.15-1.git.2.5e74c03.el7.noarch.rpm          | 172 kB   00:00     
(2/4): mock-core-configs-29.4-1.git.38.3b7e81c.el7.noarch. |  32 kB   00:00     
(3/4): mock-scm-1.4.15-1.git.2.5e74c03.el7.noarch.rpm      |  23 kB   00:00     
(4/4): mock-lvm-1.4.15-1.git.2.5e74c03.el7.noarch.rpm      |  28 kB   00:00     
Removing mock-1.4.15-1.git.2.5e74c03.el7.noarch.rpm, due to missing GPG key.
Removing mock-core-configs-29.4-1.git.38.3b7e81c.el7.noarch.rpm, due to missing 
GPG key.
Removing mock-lvm-1.4.15-1.git.2.5e74c03.el7.noarch.rpm, due to missing GPG key.
Removing mock-scm-1.4.15-1.git.2.5e74c03.el7.noarch.rpm, due to missing GPG key.
Build step 'Execute shell' marked build as failure
_______________________________________________
Infra mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]/message/NQSCFEFKK3CYFFL2FYOMLE4RMDFZXHAJ/

Reply via email to