-
Bug
-
Resolution: Unresolved
-
Major
-
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:
####
- 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.