Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-40034

Set setup_group_can_fail_task to true for compile-related task groups

    • Fully Compatible
    • v4.0
    • STM 2019-03-25
    • 0
    • 1

      The Evergreen team introduced the setup_group_can_fail_task option in EVG-5759 to make it possible for commands which fail in the setup_group list to cause the task to fail. This is desirable because it is otherwise possible for a transient network error to occur when cloning the enterprise module and for the compile task to successfully build the server without the enterprise module.

      [2019/01/14 00:08:14.587] + cd src
      [2019/01/14 00:08:14.587] + git reset --hard 58d80a26224da882cbe30d301ed295c302515c9b
      [2019/01/14 00:08:14.587] + set -o errexit
      [2019/01/14 00:08:14.587] + git clone git@github.com:10gen/mongo-enterprise-modules.git src/mongo/db/modules/enterprise
      [2019/01/14 00:08:44.713] Cloning into 'src/mongo/db/modules/enterprise'...
      [2019/01/14 00:08:44.713] ssh: Could not resolve hostname github.com: nodename nor servname provided, or not known
      [2019/01/14 00:08:44.714] fatal: Could not read from remote repository.
      [2019/01/14 00:08:44.714] Please make sure you have the correct access rights
      [2019/01/14 00:08:44.719] and the repository exists.
      [2019/01/14 00:08:44.719] HEAD is now at 58d80a2 SERVER-37775 Add Community RHEL7 s390x
      [2019/01/14 00:08:44.719] Command failed: problem with git command: exit status 128
      [2019/01/14 00:08:44.719] Running command 'shell.exec' in "get modified patch files" (step 8 of 14)
      ...
      

            Assignee:
            max.hirschhorn@mongodb.com Max Hirschhorn
            Reporter:
            max.hirschhorn@mongodb.com Max Hirschhorn
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: