Your message dated Sun, 31 Mar 2024 21:10:09 +0000
with message-id <e1rr2rn-0083yy...@fasolo.debian.org>
and subject line Bug#1064677: fixed in puppetdb 8.4.1-1
has caused the Debian Bug report #1064677,
regarding puppetdb: FTBFS: make[1]: *** [debian/rules:26: 
override_dh_auto_test] Error 1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1064677: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064677
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: puppetdb
Version: 7.12.1-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@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@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=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240224&fusertaguser=lu...@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.

--- End Message ---
--- Begin Message ---
Source: puppetdb
Source-Version: 8.4.1-1
Done: Jérôme Charaoui <jer...@riseup.net>

We believe that the bug you reported is fixed in the latest version of
puppetdb, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1064...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jérôme Charaoui <jer...@riseup.net> (supplier of updated puppetdb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 31 Mar 2024 15:00:20 -0400
Source: puppetdb
Architecture: source
Version: 8.4.1-1
Distribution: unstable
Urgency: medium
Maintainer: Puppet Package Maintainers 
<pkg-puppet-de...@lists.alioth.debian.org>
Changed-By: Jérôme Charaoui <jer...@riseup.net>
Closes: 1057678 1062330 1064677
Changes:
 puppetdb (8.4.1-1) unstable; urgency=medium
 .
   * New upstream version 8.4.1 (Closes: #1062330, #1064677)
   * d/control:
     + add lower/upper bounds to puppet dependency
     + update build dependencies
     + add new test dependencies
     + mark test.chuck build-dep as test-only
     + terminus add-on Enhances: puppetserver
   * d/patches:
     + refresh patches for new upstream version
     + add patch to downgrade to jetty9
     + skip new failing testcase
     + add patch to resolve ftbfs with java 21 (Closes: #1057678)
     + mark nrepl removal as not-needed upstream
   * d/tests:
     + adjust dependencies
     + switch to structured facts
     - drop host-core module from autopkgtest deps
Checksums-Sha1:
 237af9f44f76c94684eb440b78dfc1233045e8cf 3564 puppetdb_8.4.1-1.dsc
 08d2948af114047c9f59b4aff0dedeb06603044d 4058520 puppetdb_8.4.1.orig.tar.xz
 facd91215cfcf0e69f20939e9db9b5a4c744bace 23764 puppetdb_8.4.1-1.debian.tar.xz
 a877644dfba9a05d6468720d3179e4b71da5ead5 15862 puppetdb_8.4.1-1_amd64.buildinfo
Checksums-Sha256:
 fbd16a56369901514e1bfcefc73d6e605db9b8b3557cfb0ee70a3d1d45514de6 3564 
puppetdb_8.4.1-1.dsc
 49e01b7062f20689c1d98efdaf1aa0cf78508bc17e932126f2b2b3d3426fc572 4058520 
puppetdb_8.4.1.orig.tar.xz
 82c78061d0adba7cbfe1de0bc3b13242c99d5dd78f2ae5b62d3fd47b8ff0bca7 23764 
puppetdb_8.4.1-1.debian.tar.xz
 4a35f921501b2f7b5704b8ee5da3ba94cf21930437ff9020efdf08a95643400f 15862 
puppetdb_8.4.1-1_amd64.buildinfo
Files:
 ece28b7722fbfc289b6c60234c567b8c 3564 admin optional puppetdb_8.4.1-1.dsc
 06fffa742f21eb5573fd0f14fff2d47f 4058520 admin optional 
puppetdb_8.4.1.orig.tar.xz
 a5b426b6d8be7253ac34405267491b24 23764 admin optional 
puppetdb_8.4.1-1.debian.tar.xz
 4615c14432854487ff6ea552297176df 15862 admin optional 
puppetdb_8.4.1-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iHUEARYIAB0WIQTAq04Rv2xblqv/eu5pxS9ljpiFQgUCZgm9iQAKCRBpxS9ljpiF
Qh18AQD6c7VO5gddqvRzaiCFhHpuH5kfB7S5ifi1V7gtSwn+VwD+JpO86K2FjI+o
Hd0/AwthjhqLTZsv9WCjszwRqcesFw8=
=LQDx
-----END PGP SIGNATURE-----

Attachment: pgpatL0XQjmAZ.pgp
Description: PGP signature


--- End Message ---

Reply via email to