[Pkg-puppet-devel] Bug#1064677: puppetdb: FTBFS: make[1]: *** [debian/rules:26: override_dh_auto_test] Error 1

Lucas Nussbaum lucas at debian.org
Sun Feb 25 19:44:32 GMT 2024


Source: puppetdb
Version: 7.12.1-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20240224 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> export pg_ver=$(/usr/share/postgresql-common/supported-versions --installed); \
> export PATH=$PATH:/<<PKGBUILDDIR>>/debian/bin && \
> ./ext/bin/with-pdbbox \
> 	--box $(mktemp -d "core-test-XXXXXX")/box \
> 	--pgbin /usr/lib/postgresql/$pg_ver/bin \
> 	--pgport 5432 \
> 	-- lein test
> ++ printf 'rm -rf %q' core-test-sruDNB/box
> + trap 'rm -rf core-test-sruDNB/box' EXIT
> + export PDBBOX=core-test-sruDNB/box
> + PDBBOX=core-test-sruDNB/box
> + /<<PKGBUILDDIR>>/ext/bin/pdbbox-init --sandbox core-test-sruDNB/box --pgbin /usr/lib/postgresql/16/bin --pgport 5432 --bind-addr ip6-localhost --bind-addr localhost
> The files belonging to this database system will be owned by user "user42".
> This user must also own the server process.
> 
> The database cluster will be initialized with locale "C".
> The default text search configuration will be set to "english".
> 
> Data page checksums are disabled.
> 
> creating directory /<<PKGBUILDDIR>>/core-test-sruDNB/box/pg/data ... ok
> creating subdirectories ... ok
> selecting dynamic shared memory implementation ... posix
> selecting default max_connections ... 100
> selecting default shared_buffers ... 128MB
> selecting default time zone ... Etc/UTC
> creating configuration files ... ok
> running bootstrap script ... ok
> performing post-bootstrap initialization ... ok
> syncing data to disk ... ok
> 
> Success. You can now start the database server using:
> 
>     /usr/lib/postgresql/16/bin/pg_ctl -D /<<PKGBUILDDIR>>/core-test-sruDNB/box/pg/data -l logfile start
> 
> waiting for server to start....2024-02-24 22:51:08.895 UTC [1237302] LOG:  starting PostgreSQL 16.2 (Debian 16.2-1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 13.2.0-13) 13.2.0, 64-bit
> 2024-02-24 22:51:08.895 UTC [1237302] LOG:  listening on IPv4 address "127.0.0.1", port 5432
> 2024-02-24 22:51:08.897 UTC [1237302] LOG:  could not bind IPv4 address "127.0.0.1": Address already in use
> 2024-02-24 22:51:08.897 UTC [1237302] HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
> 2024-02-24 22:51:08.897 UTC [1237302] LOG:  could not bind IPv4 address "127.0.0.1": Address already in use
> 2024-02-24 22:51:08.897 UTC [1237302] HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
> 2024-02-24 22:51:08.897 UTC [1237302] WARNING:  could not create listen socket for "localhost"
> 2024-02-24 22:51:08.905 UTC [1237302] LOG:  listening on Unix socket "sock/.s.PGSQL.5432"
> 2024-02-24 22:51:08.912 UTC [1237305] LOG:  database system was shut down at 2024-02-24 22:51:08 UTC
> 2024-02-24 22:51:08.918 UTC [1237302] LOG:  database system is ready to accept connections
>  done
> server started
> 32+0 records in
> 32+0 records out
> 32 bytes copied, 8.6944e-05 s, 368 kB/s
> 32+0 records in
> 32+0 records out
> 32 bytes copied, 0.00111872 s, 28.6 kB/s
> 32+0 records in
> 32+0 records out
> 32 bytes copied, 0.00010492 s, 305 kB/s
> 32+0 records in
> 32+0 records out
> 32 bytes copied, 8.9158e-05 s, 359 kB/s
> ALTER ROLE
> ALTER ROLE
> ALTER ROLE
> ALTER ROLE
> GRANT ROLE
> GRANT ROLE
> GRANT ROLE
> GRANT ROLE
> ALTER ROLE
> ALTER ROLE
> ALTER ROLE
> CREATE EXTENSION
> REVOKE
> GRANT
> ALTER DEFAULT PRIVILEGES
> REVOKE
> GRANT
> GRANT
> GRANT
> CREATE EXTENSION
> REVOKE
> GRANT
> ALTER DEFAULT PRIVILEGES
> REVOKE
> GRANT
> GRANT
> GRANT
> Certificate request self-signature ok
> subject=C = US, ST = confusion, L = unknown, O = none, CN = pdb.localhost
> waiting for server to shut down....2024-02-24 22:51:11.154 UTC [1237302] LOG:  received fast shutdown request
> 2024-02-24 22:51:11.159 UTC [1237302] LOG:  aborting any active transactions
> 2024-02-24 22:51:11.162 UTC [1237302] LOG:  background worker "logical replication launcher" (PID 1237308) exited with exit code 1
> 2024-02-24 22:51:11.165 UTC [1237303] LOG:  shutting down
> 2024-02-24 22:51:11.168 UTC [1237303] LOG:  checkpoint starting: shutdown immediate
> 2024-02-24 22:51:11.257 UTC [1237303] LOG:  checkpoint complete: wrote 1875 buffers (11.4%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.073 s, sync=0.011 s, total=0.092 s; sync files=610, longest=0.006 s, average=0.001 s; distance=8711 kB, estimate=8711 kB; lsn=0/1D6C398, redo lsn=0/1D6C398
> 2024-02-24 22:51:11.268 UTC [1237302] LOG:  database system is shut down
>  done
> server stopped
> + trap '"$script_home"/pdbbox-env pg_ctl stop' EXIT
> + /<<PKGBUILDDIR>>/ext/bin/pdbbox-env pg_ctl start -w
> waiting for server to start....2024-02-24 22:51:11.521 UTC [1237436] LOG:  starting PostgreSQL 16.2 (Debian 16.2-1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 13.2.0-13) 13.2.0, 64-bit
> 2024-02-24 22:51:11.521 UTC [1237436] LOG:  listening on IPv4 address "127.0.0.1", port 5432
> 2024-02-24 22:51:11.523 UTC [1237436] LOG:  could not bind IPv4 address "127.0.0.1": Address already in use
> 2024-02-24 22:51:11.523 UTC [1237436] HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
> 2024-02-24 22:51:11.523 UTC [1237436] LOG:  could not bind IPv4 address "127.0.0.1": Address already in use
> 2024-02-24 22:51:11.523 UTC [1237436] HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
> 2024-02-24 22:51:11.523 UTC [1237436] WARNING:  could not create listen socket for "localhost"
> 2024-02-24 22:51:11.525 UTC [1237436] LOG:  listening on Unix socket "sock/.s.PGSQL.5432"
> 2024-02-24 22:51:11.532 UTC [1237439] LOG:  database system was shut down at 2024-02-24 22:51:11 UTC
> 2024-02-24 22:51:11.589 UTC [1237436] LOG:  database system is ready to accept connections
>  done
> server started
> + /<<PKGBUILDDIR>>/ext/bin/pdbbox-env lein test
> puppetserver test dependency unconfigured (ignoring)
> OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=deny; support was removed in 17.0
> 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.
> 22:51:19,106 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/<<PKGBUILDDIR>>/test-resources/logback-test.xml]
> 22:51:19,106 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback-test.xml] occurs multiple times on the classpath.
> 22:51:19,106 |-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]
> 22:51:19,106 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback-test.xml] occurs at [file:/<<PKGBUILDDIR>>/test-resources/logback-test.xml]
> 22:51:19,163 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
> 22:51:19,168 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
> 22:51:19,171 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
> 22:51:19,175 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
> 22:51:19,217 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.jms.connection] to WARN
> 22:51:19,217 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.jetty.server] to WARN
> 22:51:19,217 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to ERROR
> 22:51:19,217 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
> 22:51:19,217 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
> 22:51:19,218 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator at 71418a4a - Registering current configuration as safe fallback point
> 
> SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
> Execution error (FileNotFoundException) at puppetlabs.puppetdb.integration.fixtures/eval66662$loading (fixtures.clj:1).
> Could not locate clj_yaml/core__init.class, clj_yaml/core.clj or clj_yaml/core.cljc on classpath. Please check that namespaces with dashes use underscores in the Clojure file name.
> 
> Full report at:
> /tmp/clojure-5473060947569784612.edn
> Tests failed.
> ++ /<<PKGBUILDDIR>>/ext/bin/pdbbox-env pg_ctl stop
> waiting for server to shut down....2024-02-24 22:51:44.975 UTC [1237436] LOG:  received fast shutdown request
> 2024-02-24 22:51:44.980 UTC [1237436] LOG:  aborting any active transactions
> 2024-02-24 22:51:44.982 UTC [1237436] LOG:  background worker "logical replication launcher" (PID 1237442) exited with exit code 1
> 2024-02-24 22:51:44.984 UTC [1237437] LOG:  shutting down
> 2024-02-24 22:51:44.986 UTC [1237437] LOG:  checkpoint starting: shutdown immediate
> 2024-02-24 22:51:45.005 UTC [1237437] LOG:  checkpoint complete: wrote 6 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.008 s, sync=0.006 s, total=0.022 s; sync files=5, longest=0.003 s, average=0.002 s; distance=0 kB, estimate=0 kB; lsn=0/1D6C448, redo lsn=0/1D6C448
> 2024-02-24 22:51:45.021 UTC [1237436] LOG:  database system is shut down
>  done
> server stopped
> + rm -rf core-test-sruDNB/box
> make[1]: *** [debian/rules:26: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/02/24/puppetdb_7.12.1-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240224;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240224&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



More information about the Pkg-puppet-devel mailing list