elastic / logstash

Logstash - transport and process your logs, events, or other data
https://www.elastic.co/products/logstash
Other
14.21k stars 3.5k forks source link

[Testing] License Checks failing #15417

Closed roaksoax closed 1 year ago

roaksoax commented 1 year ago

License Checking is failing on PRs, due to missing notices for dependencies, such as mail/others.

12:46:33 > Task :generateLicenseReport FAILED
12:46:33 Caching disabled for task ':generateLicenseReport' because:
12:46:33   Build cache is disabled
12:46:33 Task ':generateLicenseReport' is not up-to-date because:
12:46:33   Task has not declared any outputs despite executing actions.
12:46:33 Starting process 'command '/usr/lib/jvm/java-11-openjdk-amd64/bin/java''. Working directory: /opt/logstash Command: /usr/lib/jvm/java-11-openjdk-amd64/bin/java -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant -cp /opt/logstash/tools/dependencies-report/build/libs/dependencies-report.jar org.logstash.dependencies.Main /tmp/da0d8c27-0be9-4ab9-8cda-cd71c3c476bf /opt/logstash/build/licenseReportFolders.txt report.csv NOTICE.txt
12:46:33 Successfully started process 'command '/usr/lib/jvm/java-11-openjdk-amd64/bin/java''
12:46:33 Generated report with 158 dependencies (8 unknown or unacceptable licenses, 8 unknown or missing notices).
12:46:33 
12:46:33 Add complying licenses (using the SPDX license ID from https://spdx.org/licenses) with URLs for the libraries listed below to tools/dependencies-report/src/main/resources/licenseMapping.csv:
12:46:33 "bigdecimal:3.1.4"
12:46:33 "date:3.3.3"
12:46:33 "mini_mime:1.1.5"
12:46:33 "net-imap:0.4.0"
12:46:33 "net-pop:0.1.2"
12:46:33 "net-protocol:0.2.1"
12:46:33 "net-smtp:0.4.0"
12:46:33 "timeout:0.4.0"
12:46:33 The following NOTICE.txt entries are missing, please add them:
12:46:33 LS_HOME/tools/dependencies-report/src/main/resources/notices/bigdecimal-NOTICE.txt
12:46:33 LS_HOME/tools/dependencies-report/src/main/resources/notices/date-NOTICE.txt
12:46:33 LS_HOME/tools/dependencies-report/src/main/resources/notices/mini_mime-NOTICE.txt
12:46:33 LS_HOME/tools/dependencies-report/src/main/resources/notices/net-imap-NOTICE.txt
12:46:33 LS_HOME/tools/dependencies-report/src/main/resources/notices/net-pop-NOTICE.txt
12:46:33 LS_HOME/tools/dependencies-report/src/main/resources/notices/net-protocol-NOTICE.txt
12:46:33 LS_HOME/tools/dependencies-report/src/main/resources/notices/net-smtp-NOTICE.txt
12:46:33 LS_HOME/tools/dependencies-report/src/main/resources/notices/timeout-NOTICE.txt
12:46:33 The following 28 license mappings were specified but unused:
12:46:33 awesome_print
12:46:33 builder
12:46:33 com.google.code.findbugs:jsr305
12:46:33 com.google.errorprone:error_prone_annotations
12:46:33 com.google.j2objc:j2objc-annotations
12:46:33 csv
12:46:33 gradle.plugin.com.github.jk1:gradle-license-report
12:46:33 io.netty:netty-all
12:46:33 mime-types
12:46:33 org.codehaus.janino:commons-compiler
12:46:33 org.codehaus.mojo:animal-sniffer-annotations
12:46:33 org.eclipse.core:org.eclipse.core.commands
12:46:33 org.eclipse.core:org.eclipse.core.contenttype
12:46:33 org.eclipse.core:org.eclipse.core.expressions
12:46:33 org.eclipse.core:org.eclipse.core.filesystem
12:46:33 org.eclipse.core:org.eclipse.core.jobs
12:46:33 org.eclipse.core:org.eclipse.core.resources
12:46:33 org.eclipse.core:org.eclipse.core.runtime
12:46:33 org.eclipse.equinox:org.eclipse.equinox.app
12:46:33 org.eclipse.equinox:org.eclipse.equinox.common
12:46:33 org.eclipse.equinox:org.eclipse.equinox.preferences
12:46:33 org.eclipse.equinox:org.eclipse.equinox.registry
12:46:33 org.eclipse.jdt:org.eclipse.jdt.core
12:46:33 org.eclipse.osgi:org.eclipse.osgi
12:46:33 org.eclipse.text:org.eclipse.text
12:46:33 org.yaml:snakeyaml
12:46:33 snappy
12:46:33 snappy-jars
12:46:33 :generateLicenseReport (Thread[Execution worker Thread 2,5,main]) completed. Took 0.758 secs.
12:46:33 
12:46:33 Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
12:46:33 
12:46:33 You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
12:46:33 
12:46:33 See https://docs.gradle.org/7.5/userguide/command_line_interface.html#sec:command_line_warnings
12:46:33 18 actionable tasks: 10 executed, 8 up-to-date
12:46:33 
12:46:33 FAILURE: Build failed with an exception.
12:46:33 
12:46:33 * What went wrong:
12:46:33 Execution failed for task ':generateLicenseReport'.
12:46:33 > Process 'command '/usr/lib/jvm/java-11-openjdk-amd64/bin/java'' finished with non-zero exit value 1
12:46:33 
12:46:33 * Try:
12:46:33 > Run with --stacktrace option to get the stack trace.
12:46:33 > Run with --debug option to get more log output.
12:46:33 > Run with --scan to get full insights.
12:46:33 
12:46:33 * Get more help at https://help.gradle.org/
12:46:33 
12:46:33 BUILD FAILED in 10s
12:46:33 RuntimeError: generateLicenseReport failed with exit status 1
12:46:33   execute at /opt/logstash/logstash-core/lib/logstash/dependency_report.rb:60
12:46:33       run at /opt/logstash/vendor/bundle/jruby/3.1.0/gems/clamp-1.0.1/lib/clamp/command.rb:68
12:46:33       run at /opt/logstash/vendor/bundle/jruby/3.1.0/gems/clamp-1.0.1/lib/clamp/command.rb:133
12:46:33    <main> at logstash-core/lib/logstash/dependency_report_runner.rb:31
12:46:33 name,version,revision,url,license,copyright,sourceURL
12:46:33 Red Hat Universal Base Image minimal,8,,https://catalog.redhat.com/software/containers/ubi8/ubi-minimal/5c359a62bed8bd75a2c3fba8,Custom;https://www.redhat.com/licenses/EULA_Red_Hat_Universal_Base_Image_English_20190422.pdf,,https://oss-dependencies.elastic.co/red-hat-universal-base-image-minimal/8/ubi-minimal-8-source.tar.gz
12:46:33 addressable,2.8.5,,https://github.com/sporkmonger/addressable,Apache-2.0,,
12:46:33 amazing_print,1.5.0,,https://github.com/amazing-print/amazing_print,MIT,,
12:46:33 atomic,1.1.101,,http://github.com/ruby-concurrency/atomic,Apache-2.0,,
12:46:33 avl_tree,1.2.1,,https://github.com/nahi/avl_tree,BSD-2-Clause-FreeBSD,,
12:46:33 avro,1.10.2,,https://github.com/apache/avro/tree/master/lang/ruby,Apache-2.0,,
12:46:33 aws-eventstream,1.2.0,,https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-eventstream,Apache-2.0,,
12:46:33 aws-partitions,1.834.0,,https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-partitions,Apache-2.0,,
12:46:33 aws-sdk-cloudfront,1.83.0,,https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudfront,Apache-2.0,,
12:46:33 aws-sdk-cloudwatch,1.81.0,,https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudwatch,Apache-2.0,,
12:46:33 aws-sdk-core,3.185.1,,https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-core,Apache-2.0,,
12:46:33 aws-sdk-kms,1.72.0,,https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-kms,Apache-2.0,,
12:46:33 aws-sdk-resourcegroups,1.55.0,,https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-resources,Apache-2.0,,
12:46:33 aws-sdk-s3,1.136.0,,https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-s3,Apache-2.0,,
12:46:33 aws-sdk-sns,1.67.0,,https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sns,Apache-2.0,,
12:46:33 aws-sdk-sqs,1.64.0,,https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sqs,Apache-2.0,,
12:46:33 aws-sigv4,1.6.0,,https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sigv4,Apache-2.0,,
12:46:33 back_pressure,1.0.0,,https://github.com/yaauie/ruby_back_pressure,Apache-2.0,,
12:46:33 bigdecimal,3.1.4,,,UNKNOWN,,
12:46:33 bindata,2.4.15,,http://github.com/dmendel/bindata,BSD-2-Clause,,
12:46:33 buftok,0.2.0,,https://github.com/sferik/buftok,MIT,,
12:46:33 bundler,2.3.26,,https://bundler.io/,MIT,,
12:46:33 cabin,0.9.0,,https://github.com/jordansissel/ruby-cabin,Apache-2.0,,
12:46:33 clamp,1.0.1,,http://github.com/mdub/clamp,MIT,,
12:46:33 coderay,1.1.3,,http://coderay.rubychan.de,mit/,,
12:46:33 com.fasterxml.jackson.core:jackson-annotations,2.15.2,,https://github.com/FasterXML/jackson-annotations,Apache-2.0,,
12:46:33 com.fasterxml.jackson.core:jackson-core,2.15.2,,https://github.com/FasterXML/jackson-core,Apache-2.0,,
12:46:33 com.fasterxml.jackson.core:jackson-databind,2.15.2,,https://github.com/FasterXML/jackson-databind,Apache-2.0,,
12:46:33 com.fasterxml.jackson.dataformat:jackson-dataformat-cbor,2.15.2,,https://github.com/FasterXML/jackson-dataformats-binary,Apache-2.0,,
12:46:33 com.fasterxml.jackson.dataformat:jackson-dataformat-yaml,2.15.2,,https://github.com/FasterXML/jackson-dataformats-binary,Apache-2.0,,
12:46:33 com.fasterxml.jackson.module:jackson-module-afterburner,2.15.2,,https://github.com/FasterXML/jackson-modules-base,Apache-2.0,,
12:46:33 com.google.googlejavaformat:google-java-format,1.15.0,,https://github.com/google/google-java-format,Apache-2.0,,
12:46:33 com.google.guava:guava,31.1-jre,,https://github.com/google/guava,Apache-2.0,,
12:46:33 commons-codec:commons-codec,1.15,,http://commons.apache.org/proper/commons-codec/,Apache-2.0,,
12:46:33 commons-logging:commons-logging,1.2.0,,http://commons.apache.org/proper/commons-logging/,Apache-2.0,,
12:46:33 concurrent-ruby,1.1.9,,http://www.concurrent-ruby.com,mit/,,
12:46:33 dalli,3.2.6,,https://github.com/petergoldstein/dalli,MIT,,
12:46:33 date,3.3.3,,,UNKNOWN,,
12:46:33 domain_name,0.5.20190701,,https://github.com/knu/ruby-domain_name,BSD-2-Clause,,
12:46:33 dotenv,2.8.1,,https://github.com/bkeepers/dotenv,MIT,,
12:46:33 down,5.2.4,,https://github.com/janko/down,MIT,,
12:46:33 e2mmap,0.1.0,,https://github.com/ruby/thwait,BSD-2-Clause,,
12:46:33 edn,1.1.1,,https://github.com/relevance/edn-ruby,MIT,,
12:46:33 elastic-app-search,7.8.0,,https://github.com/elastic/app-search-ruby,Apache-2.0,,
12:46:33 elastic-enterprise-search,7.16.0,,https://github.com/elastic/enterprise-search-ruby,Apache-2.0,,
12:46:33 elastic-workplace-search,0.4.1,,https://github.com/elastic/workplace-search-ruby,Apache-2.0,,
12:46:33 elasticsearch,7.17.9,,https://github.com/elastic/elasticsearch-ruby,Apache-2.0,,
12:46:33 elasticsearch-api,7.17.9,,https://github.com/elastic/elasticsearch-ruby,Apache-2.0,,
12:46:33 elasticsearch-transport,7.17.9,,https://github.com/elastic/elasticsearch-ruby,Apache-2.0,,
12:46:33 equalizer,0.0.11,,https://github.com/dkubb/equalizer,MIT,,
12:46:33 et-orbi,1.2.7,,https://github.com/floraison/et-orbi,MIT,,
12:46:33 faraday,1.10.3,,https://github.com/lostisland/faraday,MIT,,
12:46:33 faraday-em_http,1.0.0,,https://github.com/lostisland/faraday,MIT,,
12:46:33 faraday-em_synchrony,1.0.0,,https://github.com/lostisland/faraday,MIT,,
12:46:33 faraday-excon,1.1.0,,https://github.com/lostisland/faraday,MIT,,
12:46:33 faraday-httpclient,1.0.1,,https://github.com/lostisland/faraday,MIT,,
12:46:33 faraday-multipart,1.0.4,,https://github.com/lostisland/faraday,MIT,,
12:46:33 faraday-net_http,1.0.1,,https://github.com/lostisland/faraday,MIT,,
12:46:33 faraday-net_http_persistent,1.2.0,,https://github.com/lostisland/faraday,MIT,,
12:46:33 faraday-patron,1.0.0,,https://github.com/lostisland/faraday,MIT,,
12:46:33 faraday-rack,1.0.0,,https://github.com/lostisland/faraday,MIT,,
12:46:33 faraday-retry,1.0.3,,https://github.com/lostisland/faraday,MIT,,
12:46:33 ffi,1.16.3,,https://github.com/ffi/ffi,BSD-3-CLAUSE,,
12:46:33 filesize,0.2.0,,https://github.com/dominikh,MIT,,
12:46:33 fugit,1.8.1,,https://github.com/floraison/fugit,MIT,,
12:46:33 gelfd2,0.4.1,,https://github.com/ptqa/gelfd2,Apache-2.0,,
12:46:33 gems,1.2.0,,https://github.com/rubygems/gems,MIT,,
12:46:33 gene_pool,1.5.0,,https://github.com/bpardee/gene_pool,MIT,,
12:46:33 hitimes,1.3.1,,https://github.com/copiousfreetime/hitimes,ISC,,
12:46:33 http,3.3.0,,https://github.com/httprb/http,MIT,,
12:46:33 http-cookie,1.0.5,,https://github.com/sparklemotion/http-cookie,MIT,,
12:46:33 http-form_data,2.3.0,,https://github.com/httprb/form_data,MIT,,
12:46:33 http_parser.rb,0.6.0,,https://github.com/tmm1/http_parser.rb,MIT,,
12:46:33 i18n,1.14.1,,https://github.com/svenfuchs/i18n,MIT,,
12:46:33 insist,1.0.0,,https://github.com/jordansissel/ruby-insist,Apache-2.0,,
12:46:33 jar-dependencies,0.4.1,,https://github.com/mkristian/jar-dependencies,MIT,,
12:46:33 jls-grok,0.11.5,,https://github.com/jordansissel/ruby-grok,Apache-2.0,,
12:46:33 jls-lumberjack,0.0.26,,https://github.com/elastic/ruby-lumberjack,Apache-2.0,,
12:46:33 jmespath,1.6.2,,https://github.com/jmespath/jmespath.rb,Apache-2.0,,
12:46:33 jrjackson,0.4.18,,https://github.com/guyboertje/jrjackson,Apache-2.0,,
12:46:33 jruby,,,https://jruby.org,EPL-2.0,,
12:46:33 jruby-jms,1.3.0,,https://github.com/reidmorrison/jruby-jms,Apache-2.0,,
12:46:33 jruby-openssl,0.14.2,,https://github.com/jruby/jruby-openssl/,EPL-1.0,,
12:46:33 jruby-stdin-channel,0.2.0,,https://github.com/colinsurprenant/jruby-stdin-channel,Apache-2.0,,
12:46:33 json,2.6.3,,http://json-jruby.rubyforge.org/,Ruby,,
12:46:33 jwt,2.7.1,,https://github.com/jwt/ruby-jwt,MIT,,
12:46:33 lru_redux,1.1.0,,https://github.com/SamSaffron/lru_redux/,MIT,,
12:46:33 mail,2.8.1,,https://github.com/mikel/mail/,MIT,,
12:46:33 manticore,0.9.1,,https://github.com/cheald/manticore/,MIT,,
12:46:33 march_hare,4.5.0,,https://github.com/ruby-amqp/march_hare/,MIT,,
12:46:33 memoizable,0.4.2,,https://github.com/dkubb/memoizable/,MIT,,
12:46:33 method_source,1.0.0,,https://github.com/banister/method_source/,MIT,,
12:46:33 metriks,0.9.9.8,,https://github.com/eric/metriks/,MIT,,
12:46:33 mini_mime,1.1.5,,,UNKNOWN,,
12:46:33 minitar,0.9,,https://github.com/halostatue/minitar/,RUBY|BSD-2-Clause,,
12:46:33 msgpack,1.7.2,,https://github.com/msgpack/msgpack-ruby,Apache-2.0,,
12:46:33 multi_json,1.15.0,,https://github.com/intridea/multi_json,MIT,,
12:46:33 multipart-post,2.3.0,,https://github.com/nicksieger/multipart-post,MIT,,
12:46:33 murmurhash3,0.1.6,,https://github.com/funny-falcon/,MIT,,
12:46:33 mustache,0.99.8,,https://github.com/mustache/mustache,MIT,,
12:46:33 mustermann,2.0.2,,https://github.com/sinatra/mustermann,MIT,,
12:46:33 naught,1.1.0,,https://github.com/avdi/naught/,MIT,,
12:46:33 net-imap,0.4.0,,,UNKNOWN,,
12:46:33 net-pop,0.1.2,,,UNKNOWN,,
12:46:33 net-protocol,0.2.1,,,UNKNOWN,,
12:46:33 net-smtp,0.4.0,,,UNKNOWN,,
12:46:33 nio4r,2.5.9,,https://github.com/socketry/nio4r,MIT,,
12:46:33 nokogiri,1.15.4,,http://nokogiri.org/,MIT,,
12:46:33 openssl_pkcs8_pure,0.0.0.2,,http://github.com/cielavenir/openssl_pkcs8_pure,Ruby,,
12:46:33 org.apache.httpcomponents:httpclient,4.5.13,,https://hc.apache.org/,Apache-2.0,,
12:46:33 org.apache.httpcomponents:httpcore,4.4.14,,https://hc.apache.org/,Apache-2.0,,
12:46:33 org.apache.logging.log4j:log4j-1.2-api,2.17.1,,https://logging.apache.org/log4j/2.x/index.html,Apache-2.0,,
12:46:33 org.apache.logging.log4j:log4j-api,2.17.1,,https://logging.apache.org/log4j/2.x/index.html,Apache-2.0,,
12:46:33 org.apache.logging.log4j:log4j-core,2.17.1,,https://logging.apache.org/log4j/2.x/index.html,Apache-2.0,,
12:46:33 org.apache.logging.log4j:log4j-jcl,2.17.1,,https://logging.apache.org/log4j/2.x/index.html,Apache-2.0,,
12:46:33 org.apache.logging.log4j:log4j-slf4j-impl,2.17.1,,https://logging.apache.org/log4j/2.x/index.html,Apache-2.0,,
12:46:33 org.codehaus.janino:janino,3.1.0,,https://github.com/janino-compiler/janino,BSD-3-Clause,,
12:46:33 org.javassist:javassist,3.29.0-GA,,https://github.com/jboss-javassist/javassist,Apache-2.0,,
12:46:33 org.jruby:jruby-core,9.4.3.0,,http://jruby.org/,EPL-2.0,,
12:46:33 org.logstash:jvm-options-parser,8.11.0,,http://github.com/elastic/logstash,Apache-2.0,,
12:46:33 org.reflections:reflections,0.10.2,,https://github.com/ronmamo/reflections,BSD-2-Clause,,
12:46:33 org.slf4j:slf4j-api,1.7.30,,http://www.slf4j.org/,MIT,,
12:46:33 paquet,0.2.1,,https://github.com/elastic/logstash,Apache-2.0,,
12:46:33 pleaserun,0.0.32,,https://github.com/jordansissel/pleaserun,Apache-2.0,,
12:46:33 polyglot,0.3.5,,http://github.com/cjheath/polyglot,MIT,,
12:46:33 pry,0.14.2,,http://pryrepl.org,mit/,,
12:46:33 psych,5.1.0,,https://github.com/ruby/psych,MIT,,
12:46:33 public_suffix,3.1.1,,https://simonecarletti.com/code/publicsuffix-ruby,MIT,,
12:46:33 puma,6.4.0,,http://puma.io,bsd-3-clause/,,
12:46:33 raabro,1.4.0,,https://github.com/floraison/raabro,MIT,,
12:46:33 racc,1.5.2,,https://github.com/ruby/rake,Ruby,,
12:46:33 rack,2.2.8,,http://rack.github.io/,MIT,,
12:46:33 rack-protection,2.2.4,,http://github.com/rkh/rack-protection,MIT,,
12:46:33 rake,13.0.6,,https://github.com/ruby/rake,MIT,,
12:46:33 redis,4.8.1,,https://github.com/redis/redis-rb,MIT,,
12:46:33 rexml,3.2.6,,https://github.com/ruby/rexml,MIT,,
12:46:33 ruby-progressbar,1.13.0,,https://github.com/jfelchner/ruby-progressbar,MIT,,
12:46:33 ruby2_keywords,0.0.5,,https://github.com/ruby/ruby2_keywords,BSD-2-Clause,,
12:46:33 rubyzip,1.3.0,,https://github.com/rubyzip/rubyzip,BSD-2-Clause-FreeBSD,,
12:46:33 rufus-scheduler,3.9.1,,http://github.com/jmettraux/rufus-scheduler,MIT,,
12:46:33 semantic_logger,3.4.1,,https://github.com/rocketjob/semantic_logger,Apache-2.0,,
12:46:33 sequel,5.73.0,,https://github.com/jeremyevans/sequel,MIT,,
12:46:33 simple_oauth,0.3.1,,https://github.com/laserlemon/simple_oauth,MIT,,
12:46:33 sinatra,2.2.4,,https://github.com/sinatra/sinatra,MIT,,
12:46:33 snmp,1.3.2,,https://github.com/hallidave/ruby-snmp,MIT,,
12:46:33 spoon,0.0.6,,https://github.com/headius/spoon,Apache-2.0,,
12:46:33 stud,0.0.23,,https://github.com/jordansissel/ruby-stud,Apache-2.0,,
12:46:33 thread_safe,0.3.6,,https://github.com/ruby-concurrency/thread_safe,Apache-2.0,,
12:46:33 thwait,0.2.0,,https://github.com/ruby/thwait,BSD-2-Clause,,
12:46:33 tilt,2.3.0,,https://github.com/rtomayko/tilt,MIT,,
12:46:33 timeout,0.4.0,,,UNKNOWN,,
12:46:33 treetop,1.6.12,,https://github.com/cjheath/treetop,MIT,,
12:46:33 twitter,6.2.0,,https://github.com/sferik/twitter,MIT,,
12:46:33 tzinfo,2.0.6,,https://github.com/tzinfo/tzinfo,MIT,Philip Ross,
12:46:33 tzinfo-data,1.2023.3,,https://github.com/tzinfo/tzinfo-data,MIT,,
12:46:33 unf,0.1.4,,https://github.com/knu/ruby-unf,BSD-2-Clause,,
12:46:33 webhdfs,0.10.2,,https://github.com/kzk/webhdfs,Apache-2.0,,
12:46:33 xml-simple,1.1.9,,https://github.com/maik/xml-simple,BSD-2-Clause,,
12:46:33 exiting with code: '1'
12:46:34 runbld>>> <<<<<<<<<<<< SCRIPT EXECUTION END <<<<<<<<<<<<
12:46:34 runbld>>> DURATION: 327060ms
12:46:34 runbld>>> STDOUT: 187364 bytes
12:46:34 runbld>>> STDERR: 128655 bytes
12:46:34 runbld>>> WRAPPED PROCESS: FAILURE (1)
12:46:34 runbld>>> Searching for build metadata in /var/lib/jenkins/workspace/elastic+logstash+pull-request+multijob-license-check
12:46:34 runbld>>> Storing build metadata: 
12:46:35 runbld>>> Adding test report.
12:46:35 runbld>>> Searching for junit test output files with the pattern: TEST-.*\.xml$ in: /var/lib/jenkins/workspace/elastic+logstash+pull-request+multijob-license-check
12:46:35 runbld>>> Found 0 test output files
12:46:36 runbld>>> Test output logs contained: Errors: 0 Failures: 0 Tests: 0 Skipped: 0
12:46:36 runbld>>> Storing result
12:46:36 runbld>>> Store result: updated {:total 2, :successful 2, :failed 0} 2
12:46:36 runbld>>> BUILD: https://ci-stats.es.us-central1.gcp.cloud.es.io:9243/build/_doc/20231009164103-64F6879E
12:46:36 runbld>>> NO MAIL GENERATED
12:46:46 runbld>>> There was an error while communicating with Elasticsearch.   There may be data missing in the Build Stats cluster.   Infra has been notified.
12:46:46 runbld>>> Sending debug log to infra-root+runbld-debug@e***.co
12:46:46 Build step 'Execute shell' marked build as failure
12:46:52 Sending e-mails to: infra-root+build@elastic.co
12:46:52 Finished: FAILURE
roaksoax commented 1 year ago

Closing this issue as it seems it resolved itself.