-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: envfile-plugin
-
None
-
Environment: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:Â
####
- 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"
####
####- 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.Â