See 
<https://jenkins.ovirt.org/job/system-sync_mirrors-ovirt-master-copr-nmstate-0.2-el8-x86_64/3/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on mirrors.phx.ovirt.org (mirrors) in workspace 
<https://jenkins.ovirt.org/job/system-sync_mirrors-ovirt-master-copr-nmstate-0.2-el8-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
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 --prune http://gerrit.ovirt.org/jenkins.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 1a6fa1a66d9b8d03a1743688ee5850d559fdccfe (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1a6fa1a66d9b8d03a1743688ee5850d559fdccfe
Commit message: "fix gpg keys for COPR repos"
 > git rev-list --no-walk 1a6fa1a66d9b8d03a1743688ee5850d559fdccfe # timeout=10
[system-sync_mirrors-ovirt-master-copr-nmstate-0.2-el8-x86_64] $ /bin/bash -xe 
/tmp/jenkins3995564404232868488.sh
+ jenkins/scripts/mirror_mgr.sh resync_yum_mirror 
ovirt-master-copr-nmstate-0.2-el8 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
+ YUM_PATH=/yum/
+ MIRRORS_BASE_PREFIX=/var/www/html/repos/yum/
+ REPOQUERY_HTTP_BASE=http://mirrors.phx.ovirt.org/repos/yum/
+ MAX_LOCK_ATTEMPTS=120
+ LOCK_WAIT_INTERVAL=5
+ LOCK_BASE=/home/jenkins
+ OLD_MD_TO_KEEP=100
+ MAX_AGE=14
+ HTTP_SELINUX_TYPE=httpd_sys_content_t
+ HTTP_FILE_MODE=644
+ main resync_yum_mirror ovirt-master-copr-nmstate-0.2-el8 x86_64 
jenkins/data/mirrors-reposync.conf
+ local command=resync_yum_mirror
+ command_args=("${@:2}")
+ local command_args
+ cmd_resync_yum_mirror ovirt-master-copr-nmstate-0.2-el8 x86_64 
jenkins/data/mirrors-reposync.conf
+ local repo_name=ovirt-master-copr-nmstate-0.2-el8
+ 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 ovirt-master-copr-nmstate-0.2-el8 yum
+ local repo_name=ovirt-master-copr-nmstate-0.2-el8
+ local repo_type=yum
+ sudo install -o jenkins -d /var/www/html/repos/yum 
/var/www/html/repos/yum/ovirt-master-copr-nmstate-0.2-el8 
/var/www/html/repos/yum/ovirt-master-copr-nmstate-0.2-el8/base
+ check_yum_sync_needed ovirt-master-copr-nmstate-0.2-el8 x86_64 
jenkins/data/mirrors-reposync.conf sync_needed
+ local repo_name=ovirt-master-copr-nmstate-0.2-el8
+ 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/ovirt-master-copr-nmstate-0.2-el8
++ IFS=,
++ echo x86_64
+ for arch in '$(IFS=,; echo $repo_archs)'
++ run_reposync ovirt-master-copr-nmstate-0.2-el8 x86_64 
jenkins/data/mirrors-reposync.conf --urls --quiet
++ local repo_name=ovirt-master-copr-nmstate-0.2-el8
++ 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=ovirt-master-copr-nmstate-0.2-el8 --arch=x86_64 
--cachedir=/home/jenkins/mirrors_cache 
--download_path=/var/www/html/repos/yum/ovirt-master-copr-nmstate-0.2-el8/base 
--norepopath --newest-only --urls --quiet
+ reposync_out=
+ [[ -n '' ]]
+ [[ -n '' ]]
+ echo 'Local mirror seems to be up to date'
Local mirror seems to be up to date
+ mirror_cleanup ovirt-master-copr-nmstate-0.2-el8
+ local repo=ovirt-master-copr-nmstate-0.2-el8
+ local pkgs_file=referenced_pkgs.txt
++ find_recent_snapshots 
/var/www/html/repos/yum/ovirt-master-copr-nmstate-0.2-el8
++ local repo=/var/www/html/repos/yum/ovirt-master-copr-nmstate-0.2-el8
+++ find /var/www/html/repos/yum/ovirt-master-copr-nmstate-0.2-el8 -mindepth 1 
-maxdepth 1 -type d -mtime -14 '!' '(' -name base -o -name '.*' ')'
++ local fresh_snapshots=
++ [[ -z '' ]]
++ all_snapshots=($(find ${repo} -mindepth 1 -maxdepth 1 -type d             ! 
\( -name "base" -o -name ".*" \)))
+++ find /var/www/html/repos/yum/ovirt-master-copr-nmstate-0.2-el8 -mindepth 1 
-maxdepth 1 -type d '!' '(' -name base -o -name '.*' ')'
++ local all_snapshots
++ IFS='
'
++ sorted=($(sort <<<"${all_snapshots[*]}"))
+++ sort
++ unset IFS
jenkins/scripts/mirror_mgr.sh: line 492: sorted: bad array subscript
++ fresh_snapshots=
++ echo ''
+ recent_snapshots=
++ get_repo_slaves_snapshots ovirt-master-copr-nmstate-0.2-el8
++ local repo_name=ovirt-master-copr-nmstate-0.2-el8
+++ git --git-dir=jenkins/.git --work-tree=jenkins/ grep 
http://mirrors.phx.ovirt.org/repos/yum/
++ git_grep_output='data/slave-repos/centos7.conf:baseurl = 
http://mirrors.phx.ovirt.org/repos/yum/centos-base-el7/2019-09-17-13-16
data/slave-repos/centos7.conf:baseurl = 
http://mirrors.phx.ovirt.org/repos/yum/centos-updates-el7/2020-02-06-00-45
data/slave-repos/centos7.conf:baseurl = 
http://mirrors.phx.ovirt.org/repos/yum/centos-extras-el7/2020-01-29-02-32
data/slave-repos/centos7.conf:baseurl = 
http://mirrors.phx.ovirt.org/repos/yum/epel-el7/2020-02-08-04-48
data/slave-repos/centos7.conf:baseurl = 
http://mirrors.phx.ovirt.org/repos/yum/centos-qemu-ev-release-el7/2019-11-14-17-15
data/slave-repos/fedora26.conf:baseurl = 
http://mirrors.phx.ovirt.org/repos/yum/fedora-base-fc26/2017-10-09-15-06
data/slave-repos/fedora26.conf:baseurl = 
http://mirrors.phx.ovirt.org/repos/yum/fedora-updates-fc26/2018-01-18-09-56
data/slave-repos/fedora28.conf:baseurl = 
http://mirrors.phx.ovirt.org/repos/yum/fedora-base-fc28/2018-05-14-05-03
data/slave-repos/fedora28.conf:baseurl = 
http://mirrors.phx.ovirt.org/repos/yum/fedora-updates-fc28/2019-03-12-04-20
data/slave-repos/fedora28.conf:baseurl = 
http://mirrors.phx.ovirt.org/repos/yum/mock-copr-fc28/2019-05-14-06-55
data/slave-repos/fedora29.conf:baseurl = 
http://mirrors.phx.ovirt.org/repos/yum/fedora-base-fc29/2020-03-07-12-32
data/slave-repos/fedora29.conf:baseurl = 
http://mirrors.phx.ovirt.org/repos/yum/fedora-updates-fc29/2019-11-24-09-51
playbooks/roles/jenkins_master_config/templates/stdci_global_vars.yaml.j2:      
  value: "http://mirrors.phx.ovirt.org/repos/yum/all_latest.json";
stdci_libs/mirror_client.py:    
url='\''http://mirrors.phx.ovirt.org/repos/yum/all_latest.json'\'','
++ for line in '${git_grep_output}'
++ [[ data/slave-repos/centos7.conf:baseurl == 
*\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ = == *\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* 
]]
++ for line in '${git_grep_output}'
++ [[ http://mirrors.phx.ovirt.org/repos/yum/centos-base-el7/2019-09-17-13-16 
== *\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ data/slave-repos/centos7.conf:baseurl == 
*\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ = == *\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* 
]]
++ for line in '${git_grep_output}'
++ [[ 
http://mirrors.phx.ovirt.org/repos/yum/centos-updates-el7/2020-02-06-00-45 == 
*\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ data/slave-repos/centos7.conf:baseurl == 
*\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ = == *\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* 
]]
++ for line in '${git_grep_output}'
++ [[ http://mirrors.phx.ovirt.org/repos/yum/centos-extras-el7/2020-01-29-02-32 
== *\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ data/slave-repos/centos7.conf:baseurl == 
*\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ = == *\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* 
]]
++ for line in '${git_grep_output}'
++ [[ http://mirrors.phx.ovirt.org/repos/yum/epel-el7/2020-02-08-04-48 == 
*\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ data/slave-repos/centos7.conf:baseurl == 
*\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ = == *\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* 
]]
++ for line in '${git_grep_output}'
++ [[ 
http://mirrors.phx.ovirt.org/repos/yum/centos-qemu-ev-release-el7/2019-11-14-17-15
 == *\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ data/slave-repos/fedora26.conf:baseurl == 
*\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ = == *\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* 
]]
++ for line in '${git_grep_output}'
++ [[ http://mirrors.phx.ovirt.org/repos/yum/fedora-base-fc26/2017-10-09-15-06 
== *\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ data/slave-repos/fedora26.conf:baseurl == 
*\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ = == *\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* 
]]
++ for line in '${git_grep_output}'
++ [[ 
http://mirrors.phx.ovirt.org/repos/yum/fedora-updates-fc26/2018-01-18-09-56 == 
*\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ data/slave-repos/fedora28.conf:baseurl == 
*\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ = == *\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* 
]]
++ for line in '${git_grep_output}'
++ [[ http://mirrors.phx.ovirt.org/repos/yum/fedora-base-fc28/2018-05-14-05-03 
== *\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ data/slave-repos/fedora28.conf:baseurl == 
*\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ = == *\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* 
]]
++ for line in '${git_grep_output}'
++ [[ 
http://mirrors.phx.ovirt.org/repos/yum/fedora-updates-fc28/2019-03-12-04-20 == 
*\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ data/slave-repos/fedora28.conf:baseurl == 
*\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ = == *\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* 
]]
++ for line in '${git_grep_output}'
++ [[ http://mirrors.phx.ovirt.org/repos/yum/mock-copr-fc28/2019-05-14-06-55 == 
*\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ data/slave-repos/fedora29.conf:baseurl == 
*\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ = == *\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* 
]]
++ for line in '${git_grep_output}'
++ [[ http://mirrors.phx.ovirt.org/repos/yum/fedora-base-fc29/2020-03-07-12-32 
== *\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ data/slave-repos/fedora29.conf:baseurl == 
*\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ = == *\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* 
]]
++ for line in '${git_grep_output}'
++ [[ 
http://mirrors.phx.ovirt.org/repos/yum/fedora-updates-fc29/2019-11-24-09-51 == 
*\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ 
playbooks/roles/jenkins_master_config/templates/stdci_global_vars.yaml.j2: == 
*\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ value: == 
*\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ "http://mirrors.phx.ovirt.org/repos/yum/all_latest.json"; == 
*\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ stdci_libs/mirror_client.py: == 
*\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ for line in '${git_grep_output}'
++ [[ url='http://mirrors.phx.ovirt.org/repos/yum/all_latest.json', == 
*\o\v\i\r\t\-\m\a\s\t\e\r\-\c\o\p\r\-\n\m\s\t\a\t\e\-\0\.\2\-\e\l\8* ]]
++ echo '
'
+ hardcoded_snapshot=
+ [[ ! '' == ** ]]
+ find_referenced_pkgs '' referenced_pkgs.txt
jenkins/scripts/mirror_mgr.sh: line 505: 1: parameter null or not set
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/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/[email protected]/message/UPIRR5DHS6JNH7NER2VKWVBG6EOV6EAJ/

Reply via email to