[Pkg-puppet-devel] Bug#1078635: puppetserver: will FTBFS during trixie support period
Santiago Vila
sanvila at debian.org
Tue Aug 13 19:12:56 BST 2024
Package: src:puppetserver
Version: 8.4.0-4
User: debian-qa at lists.debian.org
Usertags: ftbfs-during-trixie-support-period
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable in the year 2028, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules binary
dh binary --with javahelper
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cd debian && ln -sf /usr/share/maven-repo .
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
jh_linkjars
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# main build
lein i18n make
Running 'make i18n'
lein jar
Warning: specified :main without including it in :aot.
Implicit AOT of :main will be removed in Leiningen 3.0.0.
If you only need AOT for your uberjar, consider adding :aot :all into your
:uberjar profile instead.
Compiling 5 source files to /<<PKGBUILDDIR>>/target/classes
Warning: The Main-Class specified does not exist within the jar. It may not be executable as expected. A gen-class directive may be missing in the namespace which contains the main method, or the namespace has not been AOT-compiled.
Created /<<PKGBUILDDIR>>/target/puppetserver-8.4.0.jar
Compiling 5 source files to /<<PKGBUILDDIR>>/target/test/classes
Warning: The Main-Class specified does not exist within the jar. It may not be executable as expected. A gen-class directive may be missing in the namespace which contains the main method, or the namespace has not been AOT-compiled.
Created /<<PKGBUILDDIR>>/target/test/puppetserver-8.4.0-test.jar
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules execute_after_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# create symlink tree for vendored-jruby-gems
mkdir -p target/vendored-jruby-gems/gems
mkdir -p target/vendored-jruby-gems/specifications
set -e; gem=semantic_puppet-1.0.4; ln -s /usr/share/rubygems-integration/all/specifications/${gem}.gemspec target/vendored-jruby-gems/specifications; if [ -e /usr/share/rubygems-integration/all/gems/${gem} ]; then ln -s /usr/share/rubygems-integration/all/gems/${gem} target/vendored-jruby-gems/gems; else mkdir -p target/vendored-jruby-gems/gems/${gem}/lib; cp -as /usr/lib/ruby/vendor_ruby/semantic_puppet*.rb target/vendored-jruby-gems/gems/${gem}/lib; ln -s /usr/lib/ruby/vendor_ruby/semantic_puppet target/vendored-jruby-gems/gems/${gem}/lib; fi; set -e; gem=hocon-1.3.1; ln -s /usr/share/rubygems-integration/all/specifications/${gem}.gemspec target/vendored-jruby-gems/specifications; if [ -e /usr/share/rubygems-integration/all/gems/${gem} ]; then ln -s /usr/share/rubygems-integration/all/gems/${gem} target/vendored-jruby-gems/gems; else mkdir -p target/vendored-jruby-gems/gems/${gem}/lib; cp -as /usr/lib/ruby/vendor_ruby/hocon*.rb target/vendored-jruby-gems/gems/${gem}/lib; ln -s /usr/lib/ruby/vendor_ruby/hocon target/vendored-jruby-gems/gems/${gem}/lib; fi; set -e; gem=text-1.3.1; ln -s /usr/share/rubygems-integration/all/specifications/${gem}.gemspec target/vendored-jruby-gems/specifications; if [ -e /usr/share/rubygems-integration/all/gems/${gem} ]; then ln -s /usr/share/rubygems-integration/all/gems/${gem} target/vendored-jruby-gems/gems; else mkdir -p target/vendored-jruby-gems/gems/${gem}/lib; cp -as /usr/lib/ruby/vendor_ruby/text*.rb target/vendored-jruby-gems/gems/${gem}/lib; ln -s /usr/lib/ruby/vendor_ruby/text target/vendored-jruby-gems/gems/${gem}/lib; fi; set -e; gem=locale-2.1.3; ln -s /usr/share/rubygems-integration/all/specifications/${gem}.gemspec target/vendored-jruby-gems/specifications; if [ -e /usr/share/rubygems-integration/all/gems/${gem} ]; then ln -s /usr/share/rubygems-integration/all/gems/${gem} target/vendored-jruby-gems/gems; else mkdir -p target/vendored-jruby-gems/gems/${gem}/lib; cp -as /usr/lib/ruby/vendor_ruby/locale*.rb target/vendored-jruby-gems/gems/${gem}/lib; ln -s /usr/lib/ruby/vendor_ruby/locale target/vendored-jruby-gems/gems/${gem}/lib; fi; set -e; gem=gettext-3.4.9; ln -s /usr/share/rubygems-integration/all/specifications/${gem}.gemspec target/vendored-jruby-gems/specifications; if [ -e /usr/share/rubygems-integration/all/gems/${gem} ]; then ln -s /usr/share/rubygems-integration/all/gems/${gem} target/vendored-jruby-gems/gems; else mkdir -p target/vendored-jruby-gems/gems/${gem}/lib; cp -as /usr/lib/ruby/vendor_ruby/gettext*.rb target/vendored-jruby-gems/gems/${gem}/lib; ln -s /usr/lib/ruby/vendor_ruby/gettext target/vendored-jruby-gems/gems/${gem}/lib; fi; set -e; gem=fast_gettext-1.2.0; ln -s /usr/share/rubygems-integration/all/specifications/${gem}.gemspec target/vendored-jruby-gems/specifications; if [ -e /usr/share/rubygems-integration/all/gems/${gem} ]; then ln -s /usr/share/rubygems-integration/all/gems/${gem} target/vendored-jruby-gems/gems; else mkdir -p target/vendored-jruby-gems/gems/${gem}/lib; cp -as /usr/lib/ruby/vendor_ruby/fast_gettext*.rb target/vendored-jruby-gems/gems/${gem}/lib; ln -s /usr/lib/ruby/vendor_ruby/fast_gettext target/vendored-jruby-gems/gems/${gem}/lib; fi; set -e; gem=concurrent-ruby-1.2.3; ln -s /usr/share/rubygems-integration/all/specifications/${gem}.gemspec target/vendored-jruby-gems/specifications; if [ -e /usr/share/rubygems-integration/all/gems/${gem} ]; then ln -s /usr/share/rubygems-integration/all/gems/${gem} target/vendored-jruby-gems/gems; else mkdir -p target/vendored-jruby-gems/gems/${gem}/lib; cp -as /usr/lib/ruby/vendor_ruby/concurrent-ruby*.rb target/vendored-jruby-gems/gems/${gem}/lib; ln -s /usr/lib/ruby/vendor_ruby/concurrent-ruby target/vendored-jruby-gems/gems/${gem}/lib; fi; set -e; gem=deep_merge-1.1.1; ln -s /usr/share/rubygems-integration/all/specifications/${gem}.gemspec target/vendored-jruby-gems/specifications; if [ -e /usr/share/rubygems-integration/all/gems/${gem} ]; then ln -s /usr/share/rubygems-integration/all/gems/${gem} target/vendored-jruby-gems/gems; else mkdir -p target/vendored-jruby-gems/gems/${gem}/lib; cp -as /usr/lib/ruby/vendor_ruby/deep_merge*.rb target/vendored-jruby-gems/gems/${gem}/lib; ln -s /usr/lib/ruby/vendor_ruby/deep_merge target/vendored-jruby-gems/gems/${gem}/lib; fi; set -e; gem=puppetserver-ca-2.6.0; ln -s /usr/share/rubygems-integration/all/specifications/${gem}.gemspec target/vendored-jruby-gems/specifications; if [ -e /usr/share/rubygems-integration/all/gems/${gem} ]; then ln -s /usr/share/rubygems-integration/all/gems/${gem} target/vendored-jruby-gems/gems; else mkdir -p target/vendored-jruby-gems/gems/${gem}/lib; cp -as /usr/lib/ruby/vendor_ruby/puppetserver-ca*.rb target/vendored-jruby-gems/gems/${gem}/lib; ln -s /usr/lib/ruby/vendor_ruby/puppetserver-ca target/vendored-jruby-gems/gems/${gem}/lib; fi;
# prepare main binary
mkdir -p target/bin
sed -e 's/%DEB_VERSION_UPSTREAM%/8.4.0/' < debian/bin/puppetserver.in > target/bin/puppetserver
# prepare cli subcommands defaults script
# inject the jar classpath into cli-defaults.sh
mkdir -p target/cli
sed -e "s#%CLASSPATH%#/usr/share/java/clojure.jar:/usr/share/java/slingshot.jar:/usr/share/java/snakeyaml-1.x.jar:/usr/share/java/commons-lang.jar:/usr/share/java/commons-io.jar:/usr/share/java/clj-time.jar:/usr/share/java/clj-semver.jar:/usr/share/java/schema.jar:/usr/share/java/fs.jar:/usr/share/java/liberator.jar:/usr/share/java/commons-exec.jar:/usr/share/java/metrics-core.jar:/usr/share/java/jruby-utils.jar:/usr/share/java/clj-shell-utils.jar:/usr/share/java/trapperkeeper.jar:/usr/share/java/trapperkeeper-status.jar:/usr/share/java/trapperkeeper-scheduler.jar:/usr/share/java/trapperkeeper-webserver-jetty9.jar:/usr/share/java/trapperkeeper-authorization.jar:/usr/share/java/trapperkeeper-comidi-metrics.jar:/usr/share/java/trapperkeeper-metrics.jar:/usr/share/java/trapperkeeper-filesystem-watcher.jar:/usr/share/java/kitchensink.jar:/usr/share/java/ssl-utils.jar:/usr/share/java/ring-middleware.jar:/usr/share/java/dujour-version-check.jar:/usr/share/java/http-client.jar:/usr/share/java/comidi.jar:/usr/share/java/i18n.jar:/usr/share/java/semver.jar:/usr/share/java/libtrapperkeeper-comidi-metrics-clojure.jar#" < debian/bin/cli-defaults.sh.in > target/cli/cli-defaults.sh
# prepare cli subcommands
mkdir -p target/cli/apps
cp debian/bin/cli/* target/cli/apps
cp resources/ext/cli/* target/cli/apps
find target/cli -name \*.erb | xargs sed -i \
-e 's/<%= EZBake::Config\[:uberjar_name\] %>/puppetserver.jar/' \
-e '1s|^#!/opt/puppetlabs/puppet/bin/ruby|#!/usr/bin/ruby|' \
-e '1s|^#!/usr/bin/env bash|#!/bin/bash|'
rename --filename -e 's/\.erb$//' target/cli/**/*
chmod +x target/cli/**/*
# dropsonde unsupported
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# make facter and puppet gems available to the testsuite
# upstream uses git submodules here, but we can use Debian sources instead
for component in facter puppet resource_api; do \
mkdir -p ruby/${component}/lib; \
if [ "$component" = "puppet" ]; then package=puppet-agent ; \
elif [ "$component" = "resource_api" ]; then package=ruby-puppet-resource-api ; \
else package=$component; fi; \
dpkg -L $package | grep -Po "^/usr/lib/ruby/vendor_ruby/\K.*" | \
while read file; do \
if [ -d /usr/lib/ruby/vendor_ruby/$file ]; then \
mkdir -p ruby/${component}/lib/$file; \
else \
ln -sf /usr/lib/ruby/vendor_ruby/$file ruby/${component}/lib/$file; \
fi; \
done; \
done
# testsuite looks for gems in this directory
cd target && ln -sf vendored-jruby-gems jruby-gem-home
# regenerate tls certificates used in https tests
cd dev-resources/puppetlabs/puppetserver/ruby && ( \
cp -a http_client_test http_client_test.save; \
cd http_client_test; \
ruby /<<PKGBUILDDIR>>/dev-resources/regen_certs.rb; )
# run unit and integration tests
PUPPETSERVER_HEAP_SIZE=6G lein test
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/share/java/logback-classic.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/share/java/logback-classic-1.2.11.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
12:01:04,225 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/<<PKGBUILDDIR>>/dev-resources/logback-test.xml]
12:01:04,225 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback-test.xml] occurs multiple times on the classpath.
12:01:04,225 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback-test.xml] occurs at [jar:file:/usr/share/java/trapperkeeper-metrics-1.5.0.jar!/logback-test.xml]
12:01:04,225 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback-test.xml] occurs at [jar:file:/usr/share/java/trapperkeeper-metrics-test-1.5.0.jar!/logback-test.xml]
12:01:04,225 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback-test.xml] occurs at [file:/<<PKGBUILDDIR>>/dev-resources/logback-test.xml]
12:01:04,303 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
12:01:04,312 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
12:01:04,315 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
12:01:04,324 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
12:01:04,380 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.jetty] to WARN
12:01:04,380 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.http] to WARN
12:01:04,380 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
12:01:04,380 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
12:01:04,380 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
12:01:04,381 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator at 1f884bd6 - Registering current configuration as safe fallback point
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
lein test puppetlabs.general-puppet.general-puppet-int-test
2028-06-10 12:01:35,006 WARN [async-dispatch-2] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:01:42,452 WARN [async-dispatch-6] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:01:47,377 WARN [async-dispatch-10] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:01:51,855 WARN [async-dispatch-14] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:01:52,525 WARN [async-dispatch-18] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:01:52,585 TRACE [42eb8000-8c7f-46d2-8c2b-ccaeea443fb6_Worker-3] [p.p.certificate-authority] Released write lock "crl-file"
2028-06-10 12:01:52,585 DEBUG [42eb8000-8c7f-46d2-8c2b-ccaeea443fb6_QuartzSchedulerThread] [o.q.c.QuartzSchedulerThread] batch acquisition of 1 triggers
2028-06-10 12:01:58,082 WARN [async-dispatch-26] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:02:08,423 WARN [async-dispatch-38] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:02:12,635 WARN [async-dispatch-42] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
lein test puppetlabs.puppetserver.auth-conf-test
lein test puppetlabs.puppetserver.bootstrap-int-test
2028-06-10 12:02:26,787 WARN [async-dispatch-8] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
lein test puppetlabs.puppetserver.certificate-authority-test
lein test :only puppetlabs.puppetserver.certificate-authority-test/expired-inventory-serials-test
FAIL in (expired-inventory-serials-test) (certificate_authority_test.clj:2183)
expected: (= [(biginteger serial-number)] (ca/expired-inventory-serials settings))
actual: (not (= [5] (1 2 3 4 5)))
begin generate good csrs
begin generate random csr names
begin generate alt-name csrs
begin generate unauthorized csrs
begin generate unapproved csrs
combining all of them
add in bad names and shuffle
lein test :only puppetlabs.puppetserver.certificate-authority-test/crl-expires-in-n-days?-test
FAIL in (crl-expires-in-n-days?-test) (certificate_authority_test.clj:2111)
CRL with long expiration don't expire soon
expected: (false? (ca/crl-expires-in-n-days? (:cacrl settings) settings 5))
actual: (not (false? true))
lein test :only puppetlabs.puppetserver.certificate-authority-test/update-crls-test
ERROR in (update-crls-test) (certificate_authority.clj:1858)
Uncaught exception, not in assertion.
expected: nil
actual: java.lang.IllegalArgumentException: Invalid certs and/or CRLs: validity check failed
at puppetlabs.puppetserver.certificate_authority$eval23497$validate_certs_and_crls__23502$fn__23503.invoke (certificate_authority.clj:1858)
puppetlabs.puppetserver.certificate_authority$eval23497$validate_certs_and_crls__23502.invoke (certificate_authority.clj:1843)
puppetlabs.puppetserver.certificate_authority$eval23604$update_crls__23609$fn__23610.invoke (certificate_authority.clj:1930)
puppetlabs.puppetserver.certificate_authority$eval23604$update_crls__23609.invoke (certificate_authority.clj:1903)
puppetlabs.puppetserver.certificate_authority_test$fn__46684$fn__46687$fn__46688$fn__46691$fn__46692.invoke (certificate_authority_test.clj:580)
puppetlabs.puppetserver.certificate_authority_test$fn__46684$fn__46687$fn__46688$fn__46691.invoke (certificate_authority_test.clj:576)
puppetlabs.trapperkeeper.testutils.logging$call_with_additional_log_appenders.invokeStatic (logging.clj:121)
puppetlabs.trapperkeeper.testutils.logging$call_with_additional_log_appenders.invoke (logging.clj:112)
puppetlabs.trapperkeeper.testutils.logging$call_with_log_appenders.invokeStatic (logging.clj:144)
puppetlabs.trapperkeeper.testutils.logging$call_with_log_appenders.invoke (logging.clj:133)
puppetlabs.trapperkeeper.testutils.logging$call_with_log_event_listeners$set_up__45297.invoke (logging.clj:187)
puppetlabs.trapperkeeper.testutils.logging$call_with_log_event_listeners$set_up__45297$fn__45302$fn__45303.invoke (logging.clj:191)
clojure.lang.AFn.applyToHelper (AFn.java:154)
clojure.lang.AFn.applyTo (AFn.java:144)
clojure.core$apply.invokeStatic (core.clj:667)
clojure.core$apply.invoke (core.clj:662)
puppetlabs.trapperkeeper.testutils.logging$call_with_log_event_listeners$set_up__45297$fn__45302.invoke (logging.clj:189)
puppetlabs.trapperkeeper.testutils.logging$call_with_started.invokeStatic (logging.clj:50)
puppetlabs.trapperkeeper.testutils.logging$call_with_started.invoke (logging.clj:48)
puppetlabs.trapperkeeper.testutils.logging$call_with_started.invokeStatic (logging.clj:53)
puppetlabs.trapperkeeper.testutils.logging$call_with_started.invoke (logging.clj:48)
clojure.lang.Var.invoke (Var.java:388)
puppetlabs.trapperkeeper.testutils.logging$call_with_log_event_listeners$set_up__45297.invoke (logging.clj:189)
puppetlabs.trapperkeeper.testutils.logging$call_with_log_event_listeners.invokeStatic (logging.clj:192)
puppetlabs.trapperkeeper.testutils.logging$call_with_log_event_listeners.invoke (logging.clj:179)
puppetlabs.puppetserver.certificate_authority_test$fn__46684$fn__46687$fn__46688.invoke (certificate_authority_test.clj:575)
puppetlabs.trapperkeeper.testutils.logging$call_with_log_level.invokeStatic (logging.clj:85)
puppetlabs.trapperkeeper.testutils.logging$call_with_log_level.invoke (logging.clj:74)
puppetlabs.puppetserver.certificate_authority_test$fn__46684$fn__46687.invoke (certificate_authority_test.clj:575)
clojure.core$with_redefs_fn.invokeStatic (core.clj:7583)
clojure.core$with_redefs_fn.invoke (core.clj:7567)
puppetlabs.puppetserver.certificate_authority_test$fn__46684.invokeStatic (certificate_authority_test.clj:575)
puppetlabs.puppetserver.certificate_authority_test/fn (certificate_authority_test.clj:570)
clojure.test$test_var$fn__9856.invoke (test.clj:717)
clojure.test$test_var.invokeStatic (test.clj:717)
clojure.test$test_var.invoke (test.clj:708)
clojure.test$test_vars$fn__9882$fn__9887.invoke (test.clj:735)
clojure.test$default_fixture.invokeStatic (test.clj:687)
clojure.test$default_fixture.invoke (test.clj:683)
clojure.test$test_vars$fn__9882.invoke (test.clj:735)
schema.test$validate_schemas$fn45881__45890$fn__45891.invoke (test.cljc:12)
schema.test$validate_schemas$fn45881__45890.invoke (test.cljc:12)
clojure.lang.AFn.applyToHelper (AFn.java:152)
clojure.lang.AFn.applyTo (AFn.java:144)
clojure.lang.AFunction$1.doInvoke (AFunction.java:31)
clojure.lang.RestFn.invoke (RestFn.java:397)
schema.test$validate_schemas.invokeStatic (test.cljc:12)
schema.test$validate_schemas.invoke (test.cljc:7)
clojure.test$compose_fixtures$fn__9850$fn__9851.invoke (test.clj:694)
clojure.test$default_fixture.invokeStatic (test.clj:687)
clojure.test$default_fixture.invoke (test.clj:683)
clojure.test$compose_fixtures$fn__9850.invoke (test.clj:694)
clojure.test$test_vars.invokeStatic (test.clj:731)
clojure.test$test_all_vars.invokeStatic (test.clj:737)
clojure.test$test_ns.invokeStatic (test.clj:758)
clojure.test$test_ns.invoke (test.clj:743)
user$eval227$fn__290.invoke (form-init11272318157213210671.clj:1)
clojure.lang.AFn.applyToHelper (AFn.java:156)
clojure.lang.AFn.applyTo (AFn.java:144)
clojure.core$apply.invokeStatic (core.clj:669)
clojure.core$apply.invoke (core.clj:662)
leiningen.core.injected$compose_hooks$fn__154.doInvoke (form-init11272318157213210671.clj:1)
clojure.lang.RestFn.applyTo (RestFn.java:137)
clojure.core$apply.invokeStatic (core.clj:667)
clojure.core$apply.invoke (core.clj:662)
leiningen.core.injected$run_hooks.invokeStatic (form-init11272318157213210671.clj:1)
leiningen.core.injected$run_hooks.invoke (form-init11272318157213210671.clj:1)
leiningen.core.injected$prepare_for_hooks$fn__159$fn__160.doInvoke (form-init11272318157213210671.clj:1)
clojure.lang.RestFn.applyTo (RestFn.java:137)
clojure.lang.AFunction$1.doInvoke (AFunction.java:31)
clojure.lang.RestFn.invoke (RestFn.java:408)
clojure.core$map$fn__5935.invoke (core.clj:2772)
clojure.lang.LazySeq.sval (LazySeq.java:42)
clojure.lang.LazySeq.seq (LazySeq.java:51)
clojure.lang.Cons.next (Cons.java:39)
clojure.lang.RT.next (RT.java:713)
clojure.core$next__5451.invokeStatic (core.clj:64)
clojure.core$reduce1.invokeStatic (core.clj:946)
clojure.core$reduce1.invokeStatic (core.clj:936)
clojure.core$merge_with.invokeStatic (core.clj:3077)
clojure.core$merge_with.doInvoke (core.clj:3069)
clojure.lang.RestFn.applyTo (RestFn.java:139)
clojure.core$apply.invokeStatic (core.clj:669)
clojure.test$run_tests.invokeStatic (test.clj:768)
clojure.test$run_tests.doInvoke (test.clj:768)
clojure.lang.RestFn.applyTo (RestFn.java:137)
clojure.core$apply.invokeStatic (core.clj:667)
clojure.core$apply.invoke (core.clj:662)
user$eval227$fn__300$fn__333.invoke (form-init11272318157213210671.clj:1)
user$eval227$fn__300$fn__301.invoke (form-init11272318157213210671.clj:1)
user$eval227$fn__300.invoke (form-init11272318157213210671.clj:1)
user$eval227.invokeStatic (form-init11272318157213210671.clj:1)
user$eval227.invoke (form-init11272318157213210671.clj:1)
clojure.lang.Compiler.eval (Compiler.java:7194)
clojure.lang.Compiler.eval (Compiler.java:7184)
clojure.lang.Compiler.load (Compiler.java:7653)
clojure.lang.Compiler.loadFile (Compiler.java:7591)
clojure.main$load_script.invokeStatic (main.clj:475)
clojure.main$init_opt.invokeStatic (main.clj:477)
clojure.main$init_opt.invoke (main.clj:477)
clojure.main$initialize.invokeStatic (main.clj:508)
clojure.main$null_opt.invokeStatic (main.clj:542)
clojure.main$null_opt.invoke (main.clj:539)
clojure.main$main.invokeStatic (main.clj:664)
clojure.main$main.doInvoke (main.clj:616)
clojure.lang.RestFn.applyTo (RestFn.java:137)
clojure.lang.Var.applyTo (Var.java:705)
clojure.main.main (main.java:40)
lein test puppetlabs.puppetserver.error-handling-int-test
2028-06-10 12:08:53,673 WARN [async-dispatch-12] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:08:54,288 WARN [async-dispatch-16] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:08:54,324 DEBUG [91b94fab-c94b-4b3f-bf50-1b0459f6fe83_QuartzSchedulerThread] [o.q.c.QuartzSchedulerThread] batch acquisition of 1 triggers
lein test puppetlabs.puppetserver.ringutils-test
lein test puppetlabs.puppetserver.ruby.http-client-test
lein test puppetlabs.services.analytics.analytics-service-test
lein test puppetlabs.services.ca.certificate-authority-core-test
2028-06-10 12:08:59,839 WARN [main] [p.p.certificate-authority] No certificate request for revoked-agent at expected path /tmp/null1844251739698-2140666010/ca/requests/revoked-agent.pem
lein test :only puppetlabs.services.ca.certificate-authority-core-test/handle-put-certificate-revocation-list!-test
FAIL in (handle-put-certificate-revocation-list!-test) (certificate_authority_core_test.clj:237)
with a valid replacement CRL
expected: (= 200 (:status response))
actual: (not (= 200 400))
lein test :only puppetlabs.services.ca.certificate-authority-core-test/handle-put-certificate-revocation-list!-test
FAIL in (handle-put-certificate-revocation-list!-test) (certificate_authority_core_test.clj:238)
with a valid replacement CRL
expected: (> (utils/get-crl-number (last new-crl)) (utils/get-crl-number (last old-crl)))
actual: (not (> 0 0))
lein test :only puppetlabs.services.ca.certificate-authority-core-test/handle-put-certificate-revocation-list!-test
FAIL in (handle-put-certificate-revocation-list!-test) (certificate_authority_core_test.clj:270)
with infra CRL enabled with a valid replacement CRL
expected: (= 200 (:status response))
actual: (not (= 200 400))
lein test :only puppetlabs.services.ca.certificate-authority-core-test/handle-put-certificate-revocation-list!-test
FAIL in (handle-put-certificate-revocation-list!-test) (certificate_authority_core_test.clj:271)
with infra CRL enabled with a valid replacement CRL
expected: (> (utils/get-crl-number (last new-crl)) (utils/get-crl-number (last old-crl)))
actual: (not (> 0 0))
lein test :only puppetlabs.services.ca.certificate-authority-core-test/handle-put-certificate-revocation-list!-test
FAIL in (handle-put-certificate-revocation-list!-test) (certificate_authority_core_test.clj:273)
with infra CRL enabled with a valid replacement CRL
expected: (> (utils/get-crl-number (last new-infra-crl)) (utils/get-crl-number (last old-infra-crl)))
actual: (not (> 0 0))
lein test puppetlabs.services.ca.certificate-authority-disabled-test
lein test puppetlabs.services.certificate-authority.certificate-authority-int-test
2028-06-10 12:09:00,702 WARN [async-dispatch-32] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:09:03,963 WARN [async-dispatch-40] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:09:07,120 WARN [async-dispatch-44] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:09:12,715 WARN [async-dispatch-48] [p.p.certificate-authority] The private CA key at './dev-resources/puppetlabs/services/certificate_authority/certificate_authority_int_test/ca_true_test/master/conf/ca/ca_key.pem' was found to have the wrong permissions set as 'rw-r--r--'. This has been corrected to 'rw-r-----'.
2028-06-10 12:09:12,732 WARN [async-dispatch-48] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
lein test :only puppetlabs.services.certificate-authority.certificate-authority-int-test/certificate-with-ca-true-extension-refused
ERROR in (certificate-with-ca-true-extension-refused) (Alert.java:130)
Uncaught exception, not in assertion.
expected: nil
actual: javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed
at sun.security.ssl.Alert.createSSLException (Alert.java:130)
sun.security.ssl.TransportContext.fatal (TransportContext.java:378)
sun.security.ssl.TransportContext.fatal (TransportContext.java:321)
sun.security.ssl.TransportContext.fatal (TransportContext.java:316)
sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts (CertificateMessage.java:1318)
sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate (CertificateMessage.java:1195)
sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume (CertificateMessage.java:1138)
sun.security.ssl.SSLHandshake.consume (SSLHandshake.java:393)
sun.security.ssl.HandshakeContext.dispatch (HandshakeContext.java:476)
sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run (SSLEngineImpl.java:1273)
sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run (SSLEngineImpl.java:1260)
java.security.AccessController.doPrivileged (AccessController.java:714)
sun.security.ssl.SSLEngineImpl$DelegatedTask.run (SSLEngineImpl.java:1205)
org.apache.http.nio.reactor.ssl.SSLIOSession.doRunTask (SSLIOSession.java:289)
org.apache.http.nio.reactor.ssl.SSLIOSession.doHandshake (SSLIOSession.java:357)
org.apache.http.nio.reactor.ssl.SSLIOSession.isAppInputReady (SSLIOSession.java:545)
org.apache.http.impl.nio.reactor.AbstractIODispatch.inputReady (AbstractIODispatch.java:120)
org.apache.http.impl.nio.reactor.BaseIOReactor.readable (BaseIOReactor.java:162)
org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvent (AbstractIOReactor.java:337)
org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvents (AbstractIOReactor.java:315)
org.apache.http.impl.nio.reactor.AbstractIOReactor.execute (AbstractIOReactor.java:276)
org.apache.http.impl.nio.reactor.BaseIOReactor.execute (BaseIOReactor.java:104)
org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run (AbstractMultiworkerIOReactor.java:591)
java.lang.Thread.run (Thread.java:1583)
Caused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed
at sun.security.validator.PKIXValidator.doValidate (PKIXValidator.java:318)
sun.security.validator.PKIXValidator.engineValidate (PKIXValidator.java:267)
sun.security.validator.Validator.validate (Validator.java:256)
sun.security.ssl.X509TrustManagerImpl.checkTrusted (X509TrustManagerImpl.java:284)
sun.security.ssl.X509TrustManagerImpl.checkServerTrusted (X509TrustManagerImpl.java:144)
sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts (CertificateMessage.java:1296)
sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate (CertificateMessage.java:1195)
sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume (CertificateMessage.java:1138)
sun.security.ssl.SSLHandshake.consume (SSLHandshake.java:393)
sun.security.ssl.HandshakeContext.dispatch (HandshakeContext.java:476)
sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run (SSLEngineImpl.java:1273)
sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run (SSLEngineImpl.java:1260)
java.security.AccessController.doPrivileged (AccessController.java:714)
sun.security.ssl.SSLEngineImpl$DelegatedTask.run (SSLEngineImpl.java:1205)
org.apache.http.nio.reactor.ssl.SSLIOSession.doRunTask (SSLIOSession.java:289)
org.apache.http.nio.reactor.ssl.SSLIOSession.doHandshake (SSLIOSession.java:357)
org.apache.http.nio.reactor.ssl.SSLIOSession.isAppInputReady (SSLIOSession.java:545)
org.apache.http.impl.nio.reactor.AbstractIODispatch.inputReady (AbstractIODispatch.java:120)
org.apache.http.impl.nio.reactor.BaseIOReactor.readable (BaseIOReactor.java:162)
org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvent (AbstractIOReactor.java:337)
org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvents (AbstractIOReactor.java:315)
org.apache.http.impl.nio.reactor.AbstractIOReactor.execute (AbstractIOReactor.java:276)
org.apache.http.impl.nio.reactor.BaseIOReactor.execute (BaseIOReactor.java:104)
org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run (AbstractMultiworkerIOReactor.java:591)
java.lang.Thread.run (Thread.java:1583)
Caused by: java.security.cert.CertPathValidatorException: validity check failed
at sun.security.provider.certpath.PKIXMasterCertPathValidator.validate (PKIXMasterCertPathValidator.java:135)
sun.security.provider.certpath.PKIXCertPathValidator.validate (PKIXCertPathValidator.java:224)
sun.security.provider.certpath.PKIXCertPathValidator.validate (PKIXCertPathValidator.java:144)
sun.security.provider.certpath.PKIXCertPathValidator.engineValidate (PKIXCertPathValidator.java:83)
java.security.cert.CertPathValidator.validate (CertPathValidator.java:309)
sun.security.validator.PKIXValidator.doValidate (PKIXValidator.java:313)
sun.security.validator.PKIXValidator.engineValidate (PKIXValidator.java:267)
sun.security.validator.Validator.validate (Validator.java:256)
sun.security.ssl.X509TrustManagerImpl.checkTrusted (X509TrustManagerImpl.java:284)
sun.security.ssl.X509TrustManagerImpl.checkServerTrusted (X509TrustManagerImpl.java:144)
sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts (CertificateMessage.java:1296)
sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate (CertificateMessage.java:1195)
sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume (CertificateMessage.java:1138)
sun.security.ssl.SSLHandshake.consume (SSLHandshake.java:393)
sun.security.ssl.HandshakeContext.dispatch (HandshakeContext.java:476)
sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run (SSLEngineImpl.java:1273)
sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run (SSLEngineImpl.java:1260)
java.security.AccessController.doPrivileged (AccessController.java:714)
sun.security.ssl.SSLEngineImpl$DelegatedTask.run (SSLEngineImpl.java:1205)
org.apache.http.nio.reactor.ssl.SSLIOSession.doRunTask (SSLIOSession.java:289)
org.apache.http.nio.reactor.ssl.SSLIOSession.doHandshake (SSLIOSession.java:357)
org.apache.http.nio.reactor.ssl.SSLIOSession.isAppInputReady (SSLIOSession.java:545)
org.apache.http.impl.nio.reactor.AbstractIODispatch.inputReady (AbstractIODispatch.java:120)
org.apache.http.impl.nio.reactor.BaseIOReactor.readable (BaseIOReactor.java:162)
org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvent (AbstractIOReactor.java:337)
org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvents (AbstractIOReactor.java:315)
org.apache.http.impl.nio.reactor.AbstractIOReactor.execute (AbstractIOReactor.java:276)
org.apache.http.impl.nio.reactor.BaseIOReactor.execute (BaseIOReactor.java:104)
org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run (AbstractMultiworkerIOReactor.java:591)
java.lang.Thread.run (Thread.java:1583)
Caused by: java.security.cert.CertificateExpiredException: NotAfter: Sun Jun 07 18:23:14 UTC 2026
at sun.security.x509.CertificateValidity.valid (CertificateValidity.java:182)
sun.security.x509.X509CertImpl.checkValidity (X509CertImpl.java:534)
sun.security.provider.certpath.BasicChecker.verifyValidity (BasicChecker.java:190)
sun.security.provider.certpath.BasicChecker.check (BasicChecker.java:144)
sun.security.provider.certpath.PKIXMasterCertPathValidator.validate (PKIXMasterCertPathValidator.java:125)
sun.security.provider.certpath.PKIXCertPathValidator.validate (PKIXCertPathValidator.java:224)
sun.security.provider.certpath.PKIXCertPathValidator.validate (PKIXCertPathValidator.java:144)
sun.security.provider.certpath.PKIXCertPathValidator.engineValidate (PKIXCertPathValidator.java:83)
java.security.cert.CertPathValidator.validate (CertPathValidator.java:309)
sun.security.validator.PKIXValidator.doValidate (PKIXValidator.java:313)
sun.security.validator.PKIXValidator.engineValidate (PKIXValidator.java:267)
sun.security.validator.Validator.validate (Validator.java:256)
sun.security.ssl.X509TrustManagerImpl.checkTrusted (X509TrustManagerImpl.java:284)
sun.security.ssl.X509TrustManagerImpl.checkServerTrusted (X509TrustManagerImpl.java:144)
sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts (CertificateMessage.java:1296)
sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate (CertificateMessage.java:1195)
sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume (CertificateMessage.java:1138)
sun.security.ssl.SSLHandshake.consume (SSLHandshake.java:393)
sun.security.ssl.HandshakeContext.dispatch (HandshakeContext.java:476)
sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run (SSLEngineImpl.java:1273)
sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run (SSLEngineImpl.java:1260)
java.security.AccessController.doPrivileged (AccessController.java:714)
sun.security.ssl.SSLEngineImpl$DelegatedTask.run (SSLEngineImpl.java:1205)
org.apache.http.nio.reactor.ssl.SSLIOSession.doRunTask (SSLIOSession.java:289)
org.apache.http.nio.reactor.ssl.SSLIOSession.doHandshake (SSLIOSession.java:357)
org.apache.http.nio.reactor.ssl.SSLIOSession.isAppInputReady (SSLIOSession.java:545)
org.apache.http.impl.nio.reactor.AbstractIODispatch.inputReady (AbstractIODispatch.java:120)
org.apache.http.impl.nio.reactor.BaseIOReactor.readable (BaseIOReactor.java:162)
org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvent (AbstractIOReactor.java:337)
org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvents (AbstractIOReactor.java:315)
org.apache.http.impl.nio.reactor.AbstractIOReactor.execute (AbstractIOReactor.java:276)
org.apache.http.impl.nio.reactor.BaseIOReactor.execute (BaseIOReactor.j2028-06-10 12:09:13,387 WARN [async-dispatch-1] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:09:17,531 WARN [async-dispatch-5] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:09:21,218 WARN [async-dispatch-13] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:09:22,838 WARN [async-dispatch-17] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:09:23,452 WARN [async-dispatch-20] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:09:24,056 WARN [async-dispatch-25] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:09:24,742 WARN [async-dispatch-28] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:09:28,389 WARN [async-dispatch-33] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:09:30,569 WARN [async-dispatch-37] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:09:33,162 WARN [async-dispatch-42] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:09:35,740 WARN [async-dispatch-45] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:09:39,347 WARN [async-dispatch-49] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:09:42,576 WARN [qtp1803279035-1560] [p.s.c.certificate-authority-core] Rejecting certificate request because the x-client-cert was specified and the certificate is revoked.
2028-06-10 12:09:42,954 WARN [async-dispatch-3] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:09:46,602 WARN [qtp1644688512-1604] [p.s.c.certificate-authority-core] Rejecting certificate request because the x-client-cert header was specified, but the client making the request was not in the allow list.
2028-06-10 12:09:47,040 WARN [async-dispatch-7] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:09:49,700 WARN [qtp675387178-1641] [p.s.c.certificate-authority-core] Rejecting certificate request because the x-client-cert header was specified, but the client making the request was not in the allow list.
2028-06-10 12:09:50,159 WARN [async-dispatch-11] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:09:50,200 WARN [qtp899458621-1674] [p.s.c.certificate-authority-core] Request is missing a certificate for an endpoint that requires a certificate.
2028-06-10 12:09:50,751 WARN [async-dispatch-15] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:09:52,711 WARN [qtp620694810-1703] [p.s.c.certificate-authority-core] Request is missing a certificate for an endpoint that requires a certificate.
2028-06-10 12:09:53,296 WARN [async-dispatch-19] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:09:56,338 WARN [async-dispatch-23] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:09:58,579 WARN [qtp861207203-1769] [p.s.c.certificate-authority-core] Rejecting certificate request because the x-client-cert was specified and the certificate is revoked.
2028-06-10 12:09:58,928 WARN [async-dispatch-27] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:10:02,513 WARN [async-dispatch-31] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:10:04,623 WARN [async-dispatch-35] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:10:04,670 ERROR [qtp196541706-1873] [p.r.core] {:kind :bad-request, :msg No certs found in PEM read from x-client-cert} Bad Request:
2028-06-10 12:10:05,215 WARN [async-dispatch-39] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:10:06,834 WARN [async-dispatch-43] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:10:10,128 WARN [async-dispatch-47] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:10:13,831 WARN [async-dispatch-2] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:10:15,422 WARN [async-dispatch-6] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:10:16,006 WARN [async-dispatch-10] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:10:20,202 WARN [async-dispatch-14] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:10:24,270 WARN [async-dispatch-18] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:10:30,458 WARN [async-dispatch-22] [p.p.certificate-authority] The private CA key at '/<<PKGBUILDDIR>>/target/server-conf/ca/ca_key.pem' was found to have the wrong permissions set as 'rw-r--r--'. This has been corrected to 'rw-r-----'.
2028-06-10 12:10:30,484 WARN [async-dispatch-22] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:10:33,964 WARN [async-dispatch-26] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:10:35,349 WARN [async-dispatch-34] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
ava:104)
org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run (AbstractMultiworkerIOReactor.java:591)
java.lang.Thread.run (Thread.java:1583)
lein test puppetlabs.services.config.puppet-server-config-core-test
lein test puppetlabs.services.config.puppet-server-config-service-test
lein test puppetlabs.services.jruby.class-info-test
lein test puppetlabs.services.jruby.jruby-metrics-service-test
2028-06-10 12:10:54,044 WARN [async-dispatch-29] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:10:55,838 WARN [async-dispatch-4] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:10:56,423 WARN [async-dispatch-29] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:10:57,516 WARN [async-dispatch-5] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:10:58,123 WARN [async-dispatch-5] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:10:58,722 WARN [async-dispatch-14] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:10:59,308 WARN [async-dispatch-20] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:11:01,388 WARN [async-dispatch-42] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:11:01,965 WARN [async-dispatch-36] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:11:02,561 WARN [async-dispatch-32] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:11:03,136 WARN [async-dispatch-44] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:11:03,718 WARN [async-dispatch-44] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
lein test puppetlabs.services.jruby.jruby-puppet-core-test
lein test puppetlabs.services.jruby.jruby-puppet-pool-int-test
2028-06-10 12:11:15,262 WARN [async-dispatch-13] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:11:54,962 WARN [async-dispatch-4] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
Profiling enabled; ^C shutdown will now dump profile info
lein test puppetlabs.services.jruby.jruby-puppet-service-test
lein test puppetlabs.services.jruby.module-info-test
lein test puppetlabs.services.jruby.puppet-environments-int-test
2028-06-10 12:12:08,391 WARN [async-dispatch-13] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:12:11,719 WARN [async-dispatch-25] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
lein test puppetlabs.services.jruby.puppet-environments-test
lein test puppetlabs.services.jruby.request-handler-test
2028-06-10 12:12:20,521 WARN [async-dispatch-7] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
lein test puppetlabs.services.jruby.service-macros-test
lein test puppetlabs.services.jruby.tasks-test
lein test puppetlabs.services.master.environment-classes-int-test
2028-06-10 12:12:30,866 WARN [async-dispatch-31] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:12:34,809 WARN [async-dispatch-27] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
lein test puppetlabs.services.master.environment-modules-int-test
2028-06-10 12:12:44,662 WARN [async-dispatch-18] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
lein test puppetlabs.services.master.environment-transports-int-test
2028-06-10 12:12:47,858 WARN [async-dispatch-17] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:12:50,417 WARN [async-dispatch-46] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:12:53,129 WARN [async-dispatch-3] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:12:53,704 WARN [async-dispatch-11] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:12:56,405 WARN [async-dispatch-48] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
lein test puppetlabs.services.master.file-serving-test
lein test puppetlabs.services.master.master-core-test
2028-06-10 12:12:57,360 ERROR [main] [p.p.jruby-request] Error 400 on SERVER at /v4/catalog: Invalid input: {"environment" (not (puppetlabs.services.master.master-core/valid-env-name? ""))}
lein test puppetlabs.services.master.master-service-test
2028-06-10 12:13:01,045 WARN [async-dispatch-34] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:13:08,577 WARN [async-dispatch-41] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:13:08,612 DEBUG [1dd3b3d3-7b7b-4b1c-ba43-ff5322138510_QuartzSchedulerThread] [o.q.c.QuartzSchedulerThread] batch acquisition of 1 triggers
2028-06-10 12:13:08,612 DEBUG [1dd3b3d3-7b7b-4b1c-ba43-ff5322138510_QuartzSchedulerThread] [o.q.s.PropertySettingJobFactory] Producing instance of Job 'SCHEDULER_DEFAULT.1afc9c94c570-59107e0a-20c3-477a-94a0-8fc6633064b9', class=puppetlabs.trapperkeeper.services.scheduler.job
2028-06-10 12:13:12,132 WARN [async-dispatch-36] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:13:14,993 WARN [async-dispatch-43] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:13:17,772 WARN [async-dispatch-24] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:13:20,153 WARN [async-dispatch-30] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:13:23,538 WARN [async-dispatch-33] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:13:34,184 WARN [async-dispatch-20] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:13:37,245 WARN [async-dispatch-16] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:13:41,790 WARN [async-dispatch-42] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:14:03,864 WARN [async-dispatch-35] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
lein test puppetlabs.services.master.plans-int-test
2028-06-10 12:14:06,429 WARN [async-dispatch-12] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:14:09,024 WARN [async-dispatch-1] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
lein test puppetlabs.services.master.tasks-int-test
2028-06-10 12:14:11,558 WARN [async-dispatch-45] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:14:13,951 WARN [async-dispatch-9] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:14:16,767 WARN [async-dispatch-22] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:14:20,154 WARN [async-dispatch-23] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:14:20,257 WARN [qtp1257387398-4708] [c.p.p.ShellUtils] Executed an external process which logged to STDERR: production production modules/shell/tasks/skip.sh
lein test puppetlabs.services.puppet-admin.puppet-admin-int-test
2028-06-10 12:14:22,963 WARN [async-dispatch-37] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:14:23,590 WARN [async-dispatch-48] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
2028-06-10 12:14:25,027 WARN [async-dispatch-41] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
lein test puppetlabs.services.puppet-profiler.puppet-profiler-core-test
lein test puppetlabs.services.puppet-profiler.puppet-profiler-service-test
lein test puppetlabs.services.request-handler.request-handler-core-test
2028-06-10 12:14:39,458 WARN [async-dispatch-49] [p.s.m.master-service] JDK 21.0.4 is neither tested nor supported. Please use JDK 11 or 17
lein test puppetlabs.services.versioned-code-service.versioned-code-core-test
lein test puppetlabs.services.versioned-code-service.versioned-code-service-test
lein test puppetlabs.testutils.task-coordinator-test
Ran 224 tests containing 12837 assertions.
7 failures, 2 errors.
Tests failed.
make[1]: *** [debian/rules:72: override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:16: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/ftbfs-future/
About the archive rebuild: This is an effort to keep trixie free from FTBFS bugs
during its lifetime as a supported distribution, as explained here:
https://lists.debian.org/debian-devel/2024/05/msg00414.html
(While they are not yet, please note that the bugs will be RC for trixie)
The build was made using sbuild and a reduced chroot with only
build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.
Thanks.
More information about the Pkg-puppet-devel
mailing list