On 16 November 2015 at 12:36, Yedidyah Bar David <[email protected]> wrote: > On Mon, Nov 16, 2015 at 12:05 PM, <[email protected]> wrote: >> *** WARNING: THE ATTACHED DOCUMENT(S) CONTAIN MACROS *** >> *** MACROS MAY CONTAIN MALICIOUS CODE *** >> *** Open only if you can verify and trust the sender *** >> *** Please contact [email protected] if you have questions or concerns ** >> >> Project: >> http://jenkins.ovirt.org/job/ovirt-engine_master_dao-unit-tests_merged/ >> Build: >> http://jenkins.ovirt.org/job/ovirt-engine_master_dao-unit-tests_merged/13748/ >> Build Number: 13748 >> Build Status: Failure >> Triggered By: Triggered by Gerrit: https://gerrit.ovirt.org/48591 > > Console has: > > 10:05:27 [ERROR] COMPILATION ERROR : > 10:05:27 [INFO] ------------------------------------------------------------- > 10:05:27 [ERROR] Failure executing javac, but could not parse the error: > 10:05:27 javac: invalid target release: 1.8 > This looks like the job is using java 7 instead of java 8, it probably need to be updated to set the right JAVA_HOME.
> Also (before that): > > 10:01:32 + DB_NAME=ovirt_engine_master_dao_unit_tests_merged_13748 > 10:01:32 + pwd > 10:01:32 /home/jenkins/workspace/ovirt-engine_master_dao-unit-tests_merged > 10:01:32 + sudo -u postgres psql -d template1 -c 'create role engine;' > 10:01:32 could not change directory to > "/home/jenkins/workspace/ovirt-engine_master_dao-unit-tests_merged" > 10:01:32 ERROR: role "engine" already exists > 10:01:32 + : > 10:01:32 + sudo -u postgres psql -d template1 -c 'ALTER ROLE engine WITH > login' > 10:01:32 could not change directory to > "/home/jenkins/workspace/ovirt-engine_master_dao-unit-tests_merged" > 10:01:32 ALTER ROLE > 10:01:32 + sudo -u postgres dropdb engine > 10:01:33 could not change directory to > "/home/jenkins/workspace/ovirt-engine_master_dao-unit-tests_merged" > 10:01:33 dropdb: database removal failed: ERROR: database "engine" > does not exist > 10:01:33 + : > 10:01:33 + sudo -u postgres psql -d template1 -c 'create database > ovirt_engine_master_dao_unit_tests_merged_13748 owner engine;' > 10:01:33 could not change directory to > "/home/jenkins/workspace/ovirt-engine_master_dao-unit-tests_merged" > 10:02:07 CREATE DATABASE > 10:02:07 + PGPASSWORD=engine > 10:02:07 + ./packaging/dbscripts/schema.sh -c apply -d > ovirt_engine_master_dao_unit_tests_merged_13748 -u engine > > Perhaps a full disk or something. > > Also not sure what exactly we are doing there. Why not just run > 'engine-setup' and let it create stuff? > Not sure either, who is responsible for this job? (hint, not the infra team, I don't think its even YAMLized...) >> >> ------------------------------------- >> Changes Since Last Success: >> ------------------------------------- >> Changes for Build #13748 >> [Yedidyah Bar David] packaging: engine-backup: Fix failure notifications >> >> >> >> >> ----------------- >> Failed Tests: >> ----------------- >> No tests ran. >> >> > > > > -- > Didi > _______________________________________________ > Infra mailing list > [email protected] > http://lists.ovirt.org/mailman/listinfo/infra -- Barak Korren [email protected] RHEV-CI Team _______________________________________________ Infra mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/infra
