Your message dated Thu, 28 Apr 2022 16:05:53 +0000
with message-id <e1nk6ep-0007um...@fasolo.debian.org>
and subject line Bug#1010308: fixed in starjava-fits 0.1+2022.04.12-2
has caused the Debian Bug report #1010308,
regarding starjava-fits: autopkgtest regression: Compile failed
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.)


-- 
1010308: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010308
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: starjava-fits
Version: 0.1+2022.04.12-1
Severity: serious
User: debian...@lists.debian.org
Usertags: regression

Dear maintainer(s),

With a recent upload of starjava-fits the autopkgtest of starjava-fits fails in testing when that autopkgtest is run with the binary packages of starjava-fits from unstable. It passes when run with only packages from testing. In tabular form:

                       pass            fail
starjava-fits          from testing    0.1+2022.04.12-1
all others             from testing    from testing

I copied some of the output at the bottom of this report. As I note that there's also other changes in the starjava-* suite, I wonder if this is a missing *versioned* (test|build|) dependency.

Currently this regression is blocking the migration to testing [1]. Can you please investigate the situation and fix it?

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=starjava-fits

https://ci.debian.net/data/autopkgtest/testing/amd64/s/starjava-fits/21214595/log.gz

Buildfile: /tmp/autopkgtest-lxc.9ugdx9jl/downtmp/build.suL/src/build.xml

prepare:

check_packages:

build:

compile-tests:
[mkdir] Created dir: /tmp/autopkgtest-lxc.9ugdx9jl/downtmp/autopkgtest_tmp/testcases [javac] Compiling 11 source files to /tmp/autopkgtest-lxc.9ugdx9jl/downtmp/autopkgtest_tmp/testcases [javac] /tmp/autopkgtest-lxc.9ugdx9jl/downtmp/build.suL/src/src/testcases/uk/ac/starlink/fits/BasicInputTest.java:18: error: cannot find symbol
    [javac] import uk.ac.starlink.util.DataBufferedInputStream;
    [javac]                           ^
    [javac]   symbol:   class DataBufferedInputStream
    [javac]   location: package uk.ac.starlink.util
[javac] /tmp/autopkgtest-lxc.9ugdx9jl/downtmp/build.suL/src/src/testcases/uk/ac/starlink/fits/BasicInputTest.java:19: error: cannot find symbol
    [javac] import uk.ac.starlink.util.DataBufferedOutputStream;
    [javac]                           ^
    [javac]   symbol:   class DataBufferedOutputStream
    [javac]   location: package uk.ac.starlink.util
[javac] /tmp/autopkgtest-lxc.9ugdx9jl/downtmp/build.suL/src/src/testcases/uk/ac/starlink/fits/ColumnReaderTest.java:27: error: cannot find symbol
    [javac] import uk.ac.starlink.util.DataBufferedOutputStream;
    [javac]                           ^
    [javac]   symbol:   class DataBufferedOutputStream
    [javac]   location: package uk.ac.starlink.util
[javac] /tmp/autopkgtest-lxc.9ugdx9jl/downtmp/build.suL/src/src/testcases/uk/ac/starlink/fits/BasicInputTest.java:34: error: cannot find symbol
    [javac]         DataBufferedOutputStream out =
    [javac]         ^
    [javac]   symbol:   class DataBufferedOutputStream
    [javac]   location: class BasicInputTest
[javac] /tmp/autopkgtest-lxc.9ugdx9jl/downtmp/build.suL/src/src/testcases/uk/ac/starlink/fits/BasicInputTest.java:35: error: cannot find symbol [javac] new DataBufferedOutputStream( new FileOutputStream( file ) );
    [javac]                 ^
    [javac]   symbol:   class DataBufferedOutputStream
    [javac]   location: class BasicInputTest
[javac] /tmp/autopkgtest-lxc.9ugdx9jl/downtmp/build.suL/src/src/testcases/uk/ac/starlink/fits/BasicInputTest.java:56: error: cannot find symbol [javac] new DataBufferedInputStream(
    [javac]                                         ^
    [javac]   symbol:   class DataBufferedInputStream
    [javac]   location: class BasicInputTest
[javac] /tmp/autopkgtest-lxc.9ugdx9jl/downtmp/build.suL/src/src/testcases/uk/ac/starlink/fits/BasicInputTest.java:59: error: cannot find symbol [javac] new DataBufferedInputStream(
    [javac]                                         ^
    [javac]   symbol:   class DataBufferedInputStream
    [javac]   location: class BasicInputTest
[javac] /tmp/autopkgtest-lxc.9ugdx9jl/downtmp/build.suL/src/src/testcases/uk/ac/starlink/fits/BasicInputTest.java:94: warning: [deprecation] Integer(int) in Integer has been deprecated
    [javac]             ixList.add( new Integer( i ) );
    [javac]                         ^
[javac] /tmp/autopkgtest-lxc.9ugdx9jl/downtmp/build.suL/src/src/testcases/uk/ac/starlink/fits/ColumnReaderTest.java:427: error: cannot find symbol [javac] DataBufferedOutputStream dout = new DataBufferedOutputStream( out );
    [javac]         ^
    [javac]   symbol:   class DataBufferedOutputStream
    [javac]   location: class ColumnReaderTest
[javac] /tmp/autopkgtest-lxc.9ugdx9jl/downtmp/build.suL/src/src/testcases/uk/ac/starlink/fits/ColumnReaderTest.java:427: error: cannot find symbol [javac] DataBufferedOutputStream dout = new DataBufferedOutputStream( out );
    [javac]                                             ^
    [javac]   symbol:   class DataBufferedOutputStream
    [javac]   location: class ColumnReaderTest
[javac] /tmp/autopkgtest-lxc.9ugdx9jl/downtmp/build.suL/src/src/testcases/uk/ac/starlink/fits/MultiTest.java:89: warning: [deprecation] Integer(int) in Integer has been deprecated
    [javac]             table.addRow( new Object[] { new Integer( i ),
    [javac]                                          ^
[javac] /tmp/autopkgtest-lxc.9ugdx9jl/downtmp/build.suL/src/src/testcases/uk/ac/starlink/fits/MultiTest.java:90: warning: [deprecation] Double(double) in Double has been deprecated [javac] new Double( (double) i ), } );
    [javac]                                          ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 9 errors
    [javac] 3 warnings

BUILD FAILED
/tmp/autopkgtest-lxc.9ugdx9jl/downtmp/build.suL/src/build.xml:865: Compile failed; see the compiler error output for details.

Total time: 6 seconds
autopkgtest [14:10:52]: test command1

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: starjava-fits
Source-Version: 0.1+2022.04.12-2
Done: Ole Streicher <oleb...@debian.org>

We believe that the bug you reported is fixed in the latest version of
starjava-fits, 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 1010...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ole Streicher <oleb...@debian.org> (supplier of updated starjava-fits 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: SHA512

Format: 1.8
Date: Thu, 28 Apr 2022 17:45:13 +0200
Source: starjava-fits
Architecture: source
Version: 0.1+2022.04.12-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Astro Team <debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Closes: 1010308
Changes:
 starjava-fits (0.1+2022.04.12-2) unstable; urgency=medium
 .
   * Update starjava minversions in deps (Closes: #1010308)
Checksums-Sha1:
 ae4bcbedb5b62c4a83599a4011c746ac00d82ef5 2430 
starjava-fits_0.1+2022.04.12-2.dsc
 60b9eb7d02e8d24104453e5121a9713aba1cfebc 6640 
starjava-fits_0.1+2022.04.12-2.debian.tar.xz
Checksums-Sha256:
 d9d661473c8bafbd00f10e0e261f3a876be553793dd6d173b80da6d7070918ba 2430 
starjava-fits_0.1+2022.04.12-2.dsc
 45ef9a92f2a182d865a60acac3c39f4f367c8094b23a3721b1097045f31410ef 6640 
starjava-fits_0.1+2022.04.12-2.debian.tar.xz
Files:
 990de4228b6d086f916ac8e67c1ff90c 2430 java optional 
starjava-fits_0.1+2022.04.12-2.dsc
 a3279f04993347318b9352c40760246c 6640 java optional 
starjava-fits_0.1+2022.04.12-2.debian.tar.xz

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

iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmJqtwoACgkQcRWv0HcQ
3PfqRQ/8DwqAYF+E9cXLvIRyPv8agLBCZ1CRtA92qUewdu89qngEy3OI3+NzXGp8
wHZ7dce6kOn/AIDvpcbGo3PCS3jAlCBDzISk5/s9jp+minspCFy4Q9fqGjKPq3LW
HPdrmbyOusrlHqm8+ZJvS5mbBQF+vgDVG6NryPqNa0loihGVjgMJIuTc1nfrHk9L
CDb8NLwf67JuNdTtXGc98vASIYI7rZnJ+Y6WuGkQcFCIoZ56IdsdgiFQQvxHuKqY
R7heenDmP+LkJ7ch4yDIOdOiizz9Pwy6IdNI3bjWQBCKG4GIQr0N9xDC4tvR1yyQ
DHDz83+jwDEW2wQb8ValILw79vu+k5PMDqnD3LAosHackr6G0Fes22xHkLnb+qQ8
D47WLjWpJNr+qtZvii85uAth8oEXYK7j5R5/Yt5nvuouiqYMzQ7qD/x79rW50Sqx
447pBgXTR1UteTp8QTl+DJ/s2oGJyfXpEP6hBgYYjY1IidOBogjxR+MB+S8T7ZUY
8tOhjdiTdVtRZn/2MogAqtHvhFttE/btFSLvsuFLrYQyQ36Zr0OzmLnFUlozz5FK
gtXuDB11h3uoFf9g+AKLk8YZwL5SqiBa34ZQb02qZlrcMq17UaR6N27Dn6bQ0XrL
ErgsWCB8u8ZolfnNp7aeLyYttiY4f9QJps7kL2ZE1XvW4SC6DuE=
=b5U+
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to