Bug 1314980 - /distribution/install says internal watchdog expired after 50 minutes
Summary: /distribution/install says internal watchdog expired after 50 minutes
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Beaker
Classification: Retired
Component: tests
Version: develop
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: beaker-dev-list
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-05 12:11 UTC by clime
Modified: 2016-03-09 23:46 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-09 23:45:33 UTC
Embargoed:


Attachments (Terms of Use)

Description clime 2016-03-05 12:11:13 UTC
Hey I am trying to run /distribution/install in my job:

<job>
  <whiteboard>
    copr-dist-git test
  </whiteboard>
  <recipeSet>
    <recipe>

      <distroRequires>
        <and>
          <distro_family op="=" value="CentOS7"/>
          <distro_arch op="=" value="x86_64"/>
        </and>
      </distroRequires>

      <hostRequires>
        <system_type value="Machine"/>
      </hostRequires>

      <!--<task name="/distribution/install" role="STANDALONE"/>-->
      <task name="/tools/copr/Regression/dist-git" role="STANDALONE"/>
      <!--<task name="/distribution/reservesys" role="STANDALONE"/>-->

    </recipe>
  </recipeSet>
</job>

But it always ends up by "External Watchdog Expired" error after 50 minutes. E.g. https://beaker.engineering.redhat.com/jobs/1251498

Console log says something about:
] Started Show Plymouth Boot SWarning: /dev/root does not exist 

Not sure if that means anything. Any help would be appreciated. Because I actually just want to run the task after it. But I wasn't sure if you need /distribution/install in to get a fresh environment :).

Comment 1 clime 2016-03-05 12:12:53 UTC
Oh, sorry, the /distribution/install is now commented out. I was thinking for a while to run the job without it but didn't do it in the end.

Comment 2 Dan Callaghan 2016-03-09 23:45:33 UTC
As discussed on beaker-dev-list, this is a problem with that particular piece of hardware, most likely that it doesn't support RHEL7/CentOS7. You will need to report the problem to the system owner.


Note You need to log in before you can comment on or make changes to this bug.