-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
There’s a lot of noise when debugging integration tests, eg apply:
/home/runner/work/openbolt/openbolt/vendor/bundle/ruby/3.2.0/gems/json-2.13.0/lib/json/common.rb:338:
warning: detected duplicate keys in JSON object. This will raise an error in json 3.0 unless enabled
via `allow_duplicate_key: true` at line 1 column 1
Since json gem 2.13.0 we get this warning. See ruby/json@06f00a4
RubySMB::SMB1::Packet::WriteAndxRequest::ParameterBlock with
RubySMB::SMB1::Packet::WriteAndxResponse::ParameterBlock
warning: replacing registered class
RubySMB::SMB1::Packet::WriteAndxRequest::DataBlock with
RubySMB::SMB1::Packet::WriteAndxResponse::DataBlock
Not sure what this one is about.
fa1690ae9228 Extracting [=============================================> ] 20.41MB/22.53MB
fa1690ae9228 Extracting [===============================================> ] 21.56MB/22.53MB
fa1690ae9228 Extracting [================================================> ] 21.79MB/22.53MB
fa1690ae9228 Extracting [==================================================>] 22.53MB/22.53MB
fa1690ae9228 Pull complete
I think the above can be silenced with some options to docker / podman pull? env var? (in docker compose?)
Metadata
Metadata
Assignees
Labels
No labels