[ https://ovirt-jira.atlassian.net/browse/OVIRT-1752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=35318#comment-35318 ]

Allon Mureinik commented on OVIRT-1752:

Scratch that. The failure to export FindBugs artifacts is expected (as, indeed, we don't run FindBugs on FC26, and also occurs in a successful run. Here's the real error:

05:49:37 ########################################################## 05:49:37 ## Sun Nov 12 05:49:37 UTC 2017 Finished env: fc26:fedora-26-x86_64 05:49:37 ## took 42 seconds 05:49:37 ## rc = 127 05:49:37 ########################################################## 05:49:37 ##! ERROR vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv 05:49:37 ##! Last 20 log entries: ./mock_logs.e3aJFuXX/mocker-fedora-26-x86_64.fc26.check-patch.sh/check-patch.sh.log 05:49:37 ##! 05:49:37 + automation/dao-tests.sh ‘-gs /etc/maven/settings.xml -Dovirt.surefire.reportsDirectory=/home/jenkins/workspace/ovirt-engine_master_check-patch-fc26-x86_64/ovirt-engine/exported-artifacts/tests ' 05:49:37 + [[ fc26 = \e\l\7 ]] 05:49:37 + PGENGINE=/usr/bin 05:49:37 + PGDATA=/var/lib/pgsql/data 05:49:37 + PGENV= 05:49:37 + HOST=localhost 05:49:37 ++ sort -R 05:49:37 ++ seq 65000 65535 05:49:37 ++ head -n 1 05:49:37 + PORT=65428 05:49:37 + netstat -tulpn 05:49:37 + grep -q 65428 05:49:37 + trap cleanup EXIT 05:49:37 + su -l postgres -c ' /usr/bin/initdb --pgdata='\''/var/lib/pgsql/data'\’' --auth='\''ident'\''' 05:49:37 -bash: /usr/bin/initdb: No such file or directory 05:49:37 + cleanup 05:49:37 + su -l postgres -c ' /usr/bin/pg_ctl stop -D ‘\''/var/lib/pgsql/data'\’' -s -m fast' 05:49:37 -bash: /usr/bin/pg_ctl: No such file or directory 05:49:37 Took 0 seconds 05:49:37 =================================== 05:49:37 ##! 05:49:37 ##! ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 05:49:37 ##!########################################################

Is it possible that some slaves are missing /usr/bin/pg_ctl and some aren't?

oVirt Engine CI failures on FC26

     Key: OVIRT-1752
     URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1752
 Project: oVirt - virtualization made easy
         Issue Type: Bug
         Components: oVirt CI
Reporter: Allon Mureinik
Assignee: infra

Hi Infra, I've observed failures in oVirt Engine's CI on FC26, e.g. (http://jenkins.ovirt.org/job/ovirt-engine_master_check-patch-fc26-x86_64/121/ – it's a manual trigger, but the same errors happen in the “real” CI). The failure seems to be around collecting FindBugs exported artifacts: 05:49:40 [ovirt-engine_master_check-patch-fc26-x86_64] $ /bin/bash -xe /tmp/CommandInterpreterCondition8737185823553801263.sh 05:49:40 + find exported-artifacts/find-bugs/ -name ‘*.xml’ 05:49:40 + grep -e ‘.*’ 05:49:40 find: ‘exported-artifacts/find-bugs/’: No such file or directory 05:49:40 Run condition [Execute Shell] preventing perform for step [[Publish FindBugs analysis results]] Which should only happen on EL7 according to automation/check-patch.sh Is checking `$STD_CI_DISTRO` there the wrong thing to do?

— This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100070)