Build failed in Jenkins: ovirt_master_system-tests_per_patch #4

jenkins at jenkins.phx.ovirt.org jenkins at jenkins.phx.ovirt.org
Tue Dec 27 13:52:13 UTC 2016


See <http://jenkins.ovirt.org/job/ovirt_master_system-tests_per_patch/4/changes>

Changes:

[Yaniv Kaul] Fixes and changes to storage tests

[Juan Hernandez] Build and check API model from branch 4.1

------------------------------------------
Started by user Eyal Edri
[EnvInject] - Loading node environment variables.
Building remotely on ovirt-srv18.phx.ovirt.org (phx integ-tests physical) in workspace <http://jenkins.ovirt.org/job/ovirt_master_system-tests_per_patch/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://gerrit.ovirt.org/ovirt-system-tests.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 git://gerrit.ovirt.org/ovirt-system-tests.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://gerrit.ovirt.org/ovirt-system-tests.git refs/heads/master --prune
 > git rev-parse FETCH_HEAD^{commit} # timeout=10
Checking out Revision e266107c53eaa88c58e1609f0679924d56161183 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e266107c53eaa88c58e1609f0679924d56161183
 > git rev-parse FETCH_HEAD^{commit} # timeout=10
 > git rev-list 9febbf1d562baec55ffaaa18b06f94aabbcc5848 # timeout=10
 > git branch -a # timeout=10
 > git rev-parse remotes/origin/APIV4^{commit} # timeout=10
 > git rev-parse remotes/origin/master^{commit} # timeout=10
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://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 git://gerrit.ovirt.org/jenkins.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://gerrit.ovirt.org/jenkins.git +refs/heads/*:refs/remotes/origin/* --prune
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 93fecbcde573cf5428e056942b899919583b15a1 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 93fecbcde573cf5428e056942b899919583b15a1
 > git rev-list 90b9a38a52522f18189f267eba3d88f1a3c6e109 # timeout=10
 > git branch -a # timeout=10
 > git rev-parse remotes/origin/master^{commit} # timeout=10
[ovirt_master_system-tests_per_patch] $ /bin/bash -e /tmp/hudson9015366531611428089.sh
shell-scripts/cleanup_slave.sh
###################################################################
#    Cleaning up slave                                            #
###################################################################
Filesystem      Size  Used Avail Use% Mounted on
devtmpfs         24G     0   24G   0% /dev
tmpfs            24G     0   24G   0% /dev/shm
tmpfs            24G  1.4M   24G   1% /run
tmpfs            24G     0   24G   0% /sys/fs/cgroup
/dev/sda3       908G   11G  898G   2% /
tmpfs            24G  336K   24G   1% /tmp
/dev/sda1       253M  125M  129M  50% /boot
tmpfs           4.8G     0  4.8G   0% /run/user/1012
---------------------------------------------------------------
Cleaning up postgres databases
    Postgres installation not found, skipping
Cleaning up journal logs (if any)
Redirecting to /bin/systemctl restart  systemd-journald.service
Cleaning up /var/tmp
done
Emptying some common logs
    /var/log/wtmp
Done
Making sure there are no device mappings...
Removing the used loop devices...
Redirecting to /bin/systemctl restart  libvirtd.service
---------------------------------------------------------------
Filesystem      Size  Used Avail Use% Mounted on
devtmpfs         24G     0   24G   0% /dev
tmpfs            24G     0   24G   0% /dev/shm
tmpfs            24G  1.4M   24G   1% /run
tmpfs            24G     0   24G   0% /sys/fs/cgroup
/dev/sda3       908G   11G  898G   2% /
tmpfs            24G  336K   24G   1% /tmp
/dev/sda1       253M  125M  129M  50% /boot
tmpfs           4.8G     0  4.8G   0% /run/user/1012
###################################################################
#    Slave cleanup done                                           #
###################################################################
[ovirt_master_system-tests_per_patch] $ /bin/bash -xe /tmp/hudson1137069597222238959.sh
+ echo shell-scripts/system_tests.sh
shell-scripts/system_tests.sh
+ VERSION=master
+ SUITE_TYPE=basic
+ WORKSPACE=<http://jenkins.ovirt.org/job/ovirt_master_system-tests_per_patch/ws/>
+ OVIRT_SUITE=basic_suite_master
+ PREFIX=<http://jenkins.ovirt.org/job/ovirt_master_system-tests_per_patch/ws/ovirt-system-tests/deployment-basic_suite_master>
+ OVIRT_SUITE_DIR=basic-suite-master
+ echo rec:
/tmp/hudson1137069597222238959.sh: line 18: <http://jenkins.ovirt.org/job/ovirt_master_system-tests_per_patch/ws/basic-suite-master/extra_sources>: No such file or directory
Build step 'Execute shell' marked build as failure
Performing Post build task...
Match found for :.* : True
Logical operation result is TRUE
Running script  : #!/bin/bash -xe
echo 'shell_scripts/system_tests.collect_logs.sh'

#
# Required jjb vars:
#    version
#
VERSION=master
SUITE_TYPE=

WORKSPACE="$PWD"
OVIRT_SUITE="$SUITE_TYPE_suite_$VERSION"
TESTS_LOGS="$WORKSPACE/ovirt-system-tests/exported-artifacts"

rm -rf "$WORKSPACE/exported-artifacts"
mkdir -p "$WORKSPACE/exported-artifacts"

if [[ -d "$TESTS_LOGS" ]]; then
    mv "$TESTS_LOGS/"* "$WORKSPACE/exported-artifacts/"
fi

[ovirt_master_system-tests_per_patch] $ /bin/bash -xe /tmp/hudson8346912910369775684.sh
+ echo shell_scripts/system_tests.collect_logs.sh
shell_scripts/system_tests.collect_logs.sh
+ VERSION=master
+ SUITE_TYPE=
+ WORKSPACE=<http://jenkins.ovirt.org/job/ovirt_master_system-tests_per_patch/ws/>
+ OVIRT_SUITE=master
+ TESTS_LOGS=<http://jenkins.ovirt.org/job/ovirt_master_system-tests_per_patch/ws/ovirt-system-tests/exported-artifacts>
+ rm -rf <http://jenkins.ovirt.org/job/ovirt_master_system-tests_per_patch/4/artifact/exported-artifacts>
+ mkdir -p <http://jenkins.ovirt.org/job/ovirt_master_system-tests_per_patch/4/artifact/exported-artifacts>
+ [[ -d <http://jenkins.ovirt.org/job/ovirt_master_system-tests_per_patch/ws/ovirt-system-tests/exported-artifacts> ]]
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Archiving artifacts


More information about the Infra mailing list