You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Travis builds with Ruby 2.1.6 are all failing, regardless of code change (eg #510 which is not changing any code at all). It appears that all builds for Ruby 2.1.6 have failed since Travis build #922. I'm not sure what changed at that point.
The text was updated successfully, but these errors were encountered:
The problem is related to the apt module and a versioncmp function call:
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, 'versioncmp' parameter 'a' expects a String value, got Undef at /home/travis/build/sensu/sensu-puppet/spec/fixtures/modules/apt/manifests/params.pp:125:15 on node testing-worker-linux-docker-e3eb7565-3390-linux-2.prod.travis-ci.org
Basically the lsbdistrelease fact isn't set in the spec tests, so it's doing a versioncmp against an undef value, which seems to no longer be valid.
The Travis builds with Ruby 2.1.6 are all failing, regardless of code change (eg #510 which is not changing any code at all). It appears that all builds for Ruby 2.1.6 have failed since Travis build #922. I'm not sure what changed at that point.
The text was updated successfully, but these errors were encountered: