Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-60428

Builds occasionally stuck in envfile loop

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • envfile-plugin
    • None
    • Jenkins version 2.150.1, UP board computer

      After running command: 

      catkin_make -DCMAKE_BUILD_TYPE=Release run_tests 

      Jenkins processes and only prints the following output infinitely. Several times, the build has ran for over 24 hours printing the same output. 

      [envfile] Reading environment variables from file.
      [envfile] Path to file: /var/lib/jenkins/EnvironmentVariables.properties
      [envfile]committer_email=gitlab@gh.mm.st

      For example, this is what an infinite output looks like: 

      ####

            1. Running command: "cmake /home/up/workspace/anansi_ros-dev/src -DCMAKE_BUILD_TYPE=Release -DCATKIN_DEVEL_PREFIX=/home/up/workspace/anansi_ros-dev/devel -DCMAKE_INSTALL_PREFIX=/home/up/workspace/anansi_ros-dev/install -G Unix Makefiles" in "/home/up/workspace/anansi_ros-dev/build"
              ####
              ####
            2. Running command: "make tests install -j4 -l4" in "/home/up/workspace/anansi_ros-dev/build"
              ####
              [envfile] Reading environment variables from file.
              [envfile] Path to file: /var/lib/jenkins/EnvironmentVariables.properties
              [envfile] committer_email=gitlab@gh.mm.st
              [envfile] Reading environment variables from file.
              [envfile] Path to file: /var/lib/jenkins/EnvironmentVariables.properties
              [envfile] committer_email=gitlab@gh.mm.st
              [envfile] Reading environment variables from file.
              [envfile] Path to file: /var/lib/jenkins/EnvironmentVariables.properties
              [envfile] committer_email=gitlab@gh.mm.st
              [envfile] Reading environment variables from file.
              [envfile] Path to file: /var/lib/jenkins/EnvironmentVariables.properties
              [envfile] committer_email=gitlab@gh.mm.st

      This happens occasionally (1/5 builds) 

      Most of the time, after being aborted and reran, the software builds successfully. 

            Unassigned Unassigned
            jeannymacasio jeanny macasio
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: