Your message dated Wed, 03 Nov 2021 14:35:20 +0000
with message-id <[email protected]>
and subject line Bug#980612: fixed in sbt-launcher-interface 1.0.1-2
has caused the Debian Bug report #980612,
regarding sbt-launcher-interface: FTBFS: 
launcher-implementation/src/main/scala/xsbt/boot/Update.scala:190: error: type 
mismatch;
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 [email protected]
immediately.)


-- 
980612: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980612
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: sbt-launcher-interface
Version: 1.0.1-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20210120 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> # interface
> mkdir -p launcher-interface/target/classes
> javac -d launcher-interface/target/classes --release 8 
> launcher-interface/src/main/java/xsbti/FullReload.java 
> launcher-interface/src/main/java/xsbti/Reboot.java 
> launcher-interface/src/main/java/xsbti/IvyRepository.java 
> launcher-interface/src/main/java/xsbti/ServerMain.java 
> launcher-interface/src/main/java/xsbti/AppConfiguration.java 
> launcher-interface/src/main/java/xsbti/CrossValue.java 
> launcher-interface/src/main/java/xsbti/MavenRepository.java 
> launcher-interface/src/main/java/xsbti/GlobalLock.java 
> launcher-interface/src/main/java/xsbti/RetrieveException.java 
> launcher-interface/src/main/java/xsbti/ScalaProvider.java 
> launcher-interface/src/main/java/xsbti/PredefinedRepository.java 
> launcher-interface/src/main/java/xsbti/AppProvider.java 
> launcher-interface/src/main/java/xsbti/Repository.java 
> launcher-interface/src/main/java/xsbti/ComponentProvider.java 
> launcher-interface/src/main/java/xsbti/AppMain.java 
> launcher-interface/src/main/java/xsbti/Manage.java 
> launcher-interface/src/main/java/xsbti/Launcher.java 
> launcher-interface/src/main/java/xsbti/ApplicationID.java 
> launcher-interface/src/main/java/xsbti/Predefined.java 
> launcher-interface/src/main/java/xsbti/MainResult.java 
> launcher-interface/src/main/java/xsbti/Server.java 
> launcher-interface/src/main/java/xsbti/Exit.java 
> launcher-interface/src/main/java/xsbti/Continue.java
> jar cf launcher-interface/target/sbt-launcher-interface.jar -C 
> launcher-interface/target/classes .
> # implementation
> cp launcher-implementation/src/main/input_sources/CrossVersionUtil.scala 
> launcher-implementation/src/main/scala/xsbt/boot/
> sed -i s/.\{\{cross.package0\}\}/xsbt/ 
> launcher-implementation/src/main/scala/xsbt/boot/CrossVersionUtil.scala
> sed -i s/.\{\{cross.package1\}\}/boot/ 
> launcher-implementation/src/main/scala/xsbt/boot/CrossVersionUtil.scala
> mkdir -p launcher-implementation/target/classes
> scalac -d launcher-implementation/target/classes -cp 
> launcher-interface/target/sbt-launcher-interface.jar:/usr/share/java/ivy.jar 
> launcher-implementation/src/main/scala/xsbt/boot/Pre.scala 
> launcher-implementation/src/main/scala/xsbt/boot/ServerApplication.scala 
> launcher-implementation/src/main/scala/xsbt/boot/Cache.scala 
> launcher-implementation/src/main/scala/xsbt/boot/Locks.scala 
> launcher-implementation/src/main/scala/xsbt/boot/Update.scala 
> launcher-implementation/src/main/scala/xsbt/boot/Enumeration.scala 
> launcher-implementation/src/main/scala/xsbt/boot/ModuleDefinition.scala 
> launcher-implementation/src/main/scala/xsbt/boot/PlainApplication.scala 
> launcher-implementation/src/main/scala/xsbt/boot/FilteredLoader.scala 
> launcher-implementation/src/main/scala/xsbt/boot/Using.scala 
> launcher-implementation/src/main/scala/xsbt/boot/Find.scala 
> launcher-implementation/src/main/scala/xsbt/boot/Create.scala 
> launcher-implementation/src/main/scala/xsbt/boot/Launch.scala 
> launcher-implementation/src/main/scala/xsbt/boot/ConfigurationParser.scala 
> launcher-implementation/src/main/scala/xsbt/boot/ResolveValues.scala 
> launcher-implementation/src/main/scala/xsbt/boot/Boot.scala 
> launcher-implementation/src/main/scala/xsbt/boot/Configuration.scala 
> launcher-implementation/src/main/scala/xsbt/boot/BootConfiguration.scala 
> launcher-implementation/src/main/scala/xsbt/boot/JAnsi.scala 
> launcher-implementation/src/main/scala/xsbt/boot/ListMap.scala 
> launcher-implementation/src/main/scala/xsbt/boot/LaunchConfiguration.scala 
> launcher-implementation/src/main/scala/xsbt/boot/CheckProxy.scala 
> launcher-implementation/src/main/scala/xsbt/boot/Exceptions.scala 
> launcher-implementation/src/main/scala/xsbt/boot/CrossVersionUtil.scala
> launcher-implementation/src/main/scala/xsbt/boot/Update.scala:190: error: 
> type mismatch;
>  found   : java.util.Map[AnyRef,AnyRef]
>  required: java.util.Map[String,String]
> Note: AnyRef >: String, but Java-defined trait Map is invariant in type K.
> You may wish to investigate a wildcard type such as `_ >: String`. (SLS 
> 3.2.10)
> Note: AnyRef >: String, but Java-defined trait Map is invariant in type V.
> You may wish to investigate a wildcard type such as `_ >: String`. (SLS 
> 3.2.10)
>       val rule = new DefaultExcludeRule(artifact, 
> ExactPatternMatcher.INSTANCE, java.util.Collections.emptyMap[AnyRef, AnyRef])
>                                                                               
>                                 ^
> launcher-implementation/src/main/scala/xsbt/boot/Update.scala:233: error: 
> trait Filter takes type parameters
>   private final class ArtifactFilter(f: IArtifact => Boolean) extends Filter {
>                                                                       ^
> launcher-implementation/src/main/scala/xsbt/boot/Update.scala:246: error: 
> type mismatch;
>  found   : Update.this.ArtifactFilter
>  required: 
> org.apache.ivy.util.filter.Filter[org.apache.ivy.core.module.descriptor.Artifact]
>     retrieveOptions.setArtifactFilter(new ArtifactFilter(filter))
>                                       ^
> three errors found
> make[1]: *** [debian/rules:18: override_dh_auto_build] Error 1

The full build log is available from:
   
http://qa-logs.debian.net/2021/01/20/sbt-launcher-interface_1.0.1-1_unstable.log

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 marking 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 me
so that we can identify if something relevant changed in the meantime.

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: sbt-launcher-interface
Source-Version: 1.0.1-2
Done: Pierre Gruet <[email protected]>

We believe that the bug you reported is fixed in the latest version of
sbt-launcher-interface, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pierre Gruet <[email protected]> (supplier of updated sbt-launcher-interface 
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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 03 Nov 2021 14:27:59 +0100
Source: sbt-launcher-interface
Architecture: source
Version: 1.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Pierre Gruet <[email protected]>
Closes: 980612
Changes:
 sbt-launcher-interface (1.0.1-2) unstable; urgency=medium
 .
   * Team upload
   * Depending on dehelper-compat 13
   * Setting Standards version to 4.6.0:
     - Using https URI in d/copyright
     - Rules-Requires-Root: no
   * Using https URI for homepage in d/control
   * Patching Update.scala so that it builds against Ivy 2.5.0 (Closes: #980612)
   * Cleaning the d/patches directory
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
     Repository-Browse.
Checksums-Sha1:
 5e6435b27de8512499f10a8c1efb9513bad10b3f 2136 
sbt-launcher-interface_1.0.1-2.dsc
 0300de85f6b0f8abbb2e277c97aad1c03d48dd74 5200 
sbt-launcher-interface_1.0.1-2.debian.tar.xz
 fad3fc0d6bfc85057b862239271646c8457edcf4 10995 
sbt-launcher-interface_1.0.1-2_amd64.buildinfo
Checksums-Sha256:
 9b556a64a34814ff4bea68f0c564f4583ac60a63513e3ffb6213a1aaaea3fdc2 2136 
sbt-launcher-interface_1.0.1-2.dsc
 e73cb337c1e53721616f15ed9b9a01a384db363403391ae9fecaa1aa511561f5 5200 
sbt-launcher-interface_1.0.1-2.debian.tar.xz
 3faa44f8dca9e8c0e335e12eae8113c0c8db51f02ae0aecefc5bdee3fabe26bf 10995 
sbt-launcher-interface_1.0.1-2_amd64.buildinfo
Files:
 7efb70654c4fec863d11968e317d30bd 2136 java optional 
sbt-launcher-interface_1.0.1-2.dsc
 279492d9d3d6df6124b72cd5cdf121b8 5200 java optional 
sbt-launcher-interface_1.0.1-2.debian.tar.xz
 6ceba499da1a91a17b9ddb11a6082d30 10995 java optional 
sbt-launcher-interface_1.0.1-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEM8soQxPpC9J9y0UjYAMWptwndHYFAmGCkM8ACgkQYAMWptwn
dHa6vRAAsjfs1okLGY+DGiZay8y8vr8ZiFafp2qN5fWNRq69WWQi41KYSZW0CpcE
TQPxwys4frME8s9+CquyiQBHQ2eenZPaQi89xlpGXfyJKRRxf7yO6nvJ9z1CwReX
jn1M2+JoLRmk42ZH5XjzSQt845L3KE6XwER4+4k6T7SR0LJPJqQ0T2uxeyb9EnUc
Cm/J0lHKVXtF0AcVHogwurVggpgF7m2AOPAJEys/F4vbZXHD4QkQJBU0xWIVlDvZ
78HOuXhhhMavWy8AU7013qqHLj70MAPHkDfO6L/FJgwPUaTGVuZ/DeC9t6E7Jbdo
BetAzi/S6LFWBRaprlWnjltTgBin8NJBsTMhDPmZ+5l9jhtao3d8trswZzzjR/Vu
5suMJguL/TZsQ33bxgIm3V809ZzOjBasT6fRmI3BLkueyn1WtCJnV8BvaiyOyTAo
fE+1PYbZT6WFPVrTKWo8C6WbqxiqYSwlDgM7NHkFUWkjiZZv78HFdt8vdDQ5WqZh
6gWbdheGBWIgHFeXOf3h25YTsgufSpqE163B+SMX6lM07MpFfENF0x5LCj8B9Pw7
abgdMHzCapkyGjBAqeO018JrvHhyRZCU46R6ODiCSa8CGvys5jBsliFx60v/O8yy
zCn88gtCeYG1aVDB9cmX4nRAyOgO8wOKgNJRZOeJ7ysdQSeDuS8=
=rKuX
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to