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
When running a Bolt plan, we receive dozens of messages on stdout like the following: [DEPRECATION] Struct layout is already defined for class GSSAPI::LibGSSAPI::GssOID. Redefinition as in /opt/puppetlabs/bolt/lib/ruby/gems/2.7.0/gems/gssapi-1.3.1/lib/gssapi/lib_gssapi_loader.rb:10:in ``<class:GssOID>' will be disallowed in ffi-2.0.
Expected Behavior
No deprecation warnings are received when running plans.
Steps to Reproduce
Steps to reproduce the behavior:
Run any plan
Environment
Version 3.4.0
Platform: RHEL 8.3
Additional Context
Has been happening since 3.0.0
The text was updated successfully, but these errors were encountered:
@benridley Thanks for opening this issue. We are aware of the deprecation warnings, which are coming from one of Bolt's dependencies, not Bolt itself. We've opened a ticket with the gem's maintainer, which you can track here: zenchild/gssapi#35
Thanks @beechtom, glad to hear it's got a path to resolution. Feel free to close this, otherwise I'll leave it open for tracking and others who might come across this.
Describe the Bug
When running a Bolt plan, we receive dozens of messages on stdout like the following:
[DEPRECATION] Struct layout is already defined for class GSSAPI::LibGSSAPI::GssOID. Redefinition as in /opt/puppetlabs/bolt/lib/ruby/gems/2.7.0/gems/gssapi-1.3.1/lib/gssapi/lib_gssapi_loader.rb:10:in ``<class:GssOID>' will be disallowed in ffi-2.0.
Expected Behavior
No deprecation warnings are received when running plans.
Steps to Reproduce
Steps to reproduce the behavior:
Environment
Additional Context
Has been happening since 3.0.0
The text was updated successfully, but these errors were encountered: