Your message dated Sat, 20 Oct 2018 20:52:44 +0000
with message-id <[email protected]>
and subject line Bug#911404: fixed in protobuf 3.6.1-3
has caused the Debian Bug report #911404,
regarding protobuf: autopkgtest regression
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.)


-- 
911404: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911404
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: protobuf
Version: 3.6.1-2
X-Debbugs-CC: [email protected]
User: [email protected]
Usertags: regression

Dear maintainers,

With a recent upload of protobuf the autopkgtest of protobuf fails in
testing when that autopkgtest is run with the binary packages of
protobuf from unstable. It passes when run with only packages from
testing. In tabular form:
                       pass            fail
protobuf               from testing    3.6.1-2
all others             from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is contributing to the delay of the migration
to testing [1]. Can you please investigate the situation and fix it? If
needed, please change the bug's severity.

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=protobuf

https://ci.debian.net/data/autopkgtest/testing/amd64/p/protobuf/1173486/log.gz

autopkgtest [05:46:58]: test simple: [-----------------------
*** Building example programs
protoc $PROTO_PATH --cpp_out=. --java_out=. --python_out=. addressbook.proto
pkg-config --cflags protobuf  # fails if protobuf is not installed
-pthread
c++ add_person.cc addressbook.pb.cc -o add_person_cpp `pkg-config
--cflags --libs protobuf`
pkg-config --cflags protobuf  # fails if protobuf is not installed
-pthread
c++ list_people.cc addressbook.pb.cc -o list_people_cpp `pkg-config
--cflags --libs protobuf`
javac -cp $CLASSPATH AddPerson.java ListPeople.java
com/example/tutorial/AddressBookProtos.java
com/example/tutorial/AddressBookProtos.java:1077: error: cannot find symbol
    private com.google.protobuf.Timestamp lastUpdated_;
                               ^
  symbol:   class Timestamp
  location: package com.google.protobuf
com/example/tutorial/AddressBookProtos.java:1087: error: cannot find symbol
    public com.google.protobuf.Timestamp getLastUpdated() {
                              ^
  symbol:   class Timestamp
  location: package com.google.protobuf
com/example/tutorial/AddressBookProtos.java:1093: error: cannot find symbol
    public com.google.protobuf.TimestampOrBuilder
getLastUpdatedOrBuilder() {
                              ^
  symbol:   class TimestampOrBuilder
  location: package com.google.protobuf
com/example/tutorial/AddressBookProtos.java:1943: error: cannot find symbol
      private com.google.protobuf.Timestamp lastUpdated_ = null;
                                 ^
  symbol:   class Timestamp
  location: package com.google.protobuf
com/example/tutorial/AddressBookProtos.java:1945: error: cannot find symbol
          com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder> lastUpdatedBuilder_;
                             ^
  symbol:   class Timestamp
  location: package com.google.protobuf
com/example/tutorial/AddressBookProtos.java:1945: error: package
com.google.protobuf.Timestamp does not exist
          com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder> lastUpdatedBuilder_;
                                                                      ^
com/example/tutorial/AddressBookProtos.java:1945: error: cannot find symbol
          com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder> lastUpdatedBuilder_;

                          ^
  symbol:   class TimestampOrBuilder
  location: package com.google.protobuf
com/example/tutorial/AddressBookProtos.java:1955: error: cannot find symbol
      public com.google.protobuf.Timestamp getLastUpdated() {
                                ^
  symbol:   class Timestamp
  location: package com.google.protobuf
com/example/tutorial/AddressBookProtos.java:1965: error: cannot find symbol
      public Builder setLastUpdated(com.google.protobuf.Timestamp value) {
                                                       ^
  symbol:   class Timestamp
  location: package com.google.protobuf
com/example/tutorial/AddressBookProtos.java:1982: error: package
com.google.protobuf.Timestamp does not exist
          com.google.protobuf.Timestamp.Builder builderForValue) {
                                       ^
com/example/tutorial/AddressBookProtos.java:1995: error: cannot find symbol
      public Builder mergeLastUpdated(com.google.protobuf.Timestamp value) {
                                                         ^
  symbol:   class Timestamp
  location: package com.google.protobuf
com/example/tutorial/AddressBookProtos.java:2027: error: package
com.google.protobuf.Timestamp does not exist
      public com.google.protobuf.Timestamp.Builder getLastUpdatedBuilder() {
                                          ^
com/example/tutorial/AddressBookProtos.java:2035: error: cannot find symbol
      public com.google.protobuf.TimestampOrBuilder
getLastUpdatedOrBuilder() {
                                ^
  symbol:   class TimestampOrBuilder
  location: package com.google.protobuf
com/example/tutorial/AddressBookProtos.java:2047: error: cannot find symbol
          com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>
                             ^
  symbol:   class Timestamp
  location: package com.google.protobuf
com/example/tutorial/AddressBookProtos.java:2047: error: package
com.google.protobuf.Timestamp does not exist
          com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>
                                                                      ^
com/example/tutorial/AddressBookProtos.java:2047: error: cannot find symbol
          com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>

                          ^
  symbol:   class TimestampOrBuilder
  location: package com.google.protobuf
com/example/tutorial/AddressBookProtos.java:81: error: cannot find symbol
    com.google.protobuf.Timestamp getLastUpdated();
                       ^
  symbol:   class Timestamp
  location: package com.google.protobuf
com/example/tutorial/AddressBookProtos.java:85: error: cannot find symbol
    com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder();
                       ^
  symbol:   class TimestampOrBuilder
  location: package com.google.protobuf
com/example/tutorial/AddressBookProtos.java:161: error: package
com.google.protobuf.Timestamp does not exist
              com.google.protobuf.Timestamp.Builder subBuilder = null;
                                           ^
com/example/tutorial/AddressBookProtos.java:165: error: cannot find symbol
              lastUpdated_ =
input.readMessage(com.google.protobuf.Timestamp.parser(),
extensionRegistry);
                                                                  ^
  symbol:   class Timestamp
  location: package com.google.protobuf
com/example/tutorial/AddressBookProtos.java:1088: error: cannot find symbol
      return lastUpdated_ == null ?
com.google.protobuf.Timestamp.getDefaultInstance() : lastUpdated_;
                                                       ^
  symbol:   class Timestamp
  location: package com.google.protobuf
com/example/tutorial/AddressBookProtos.java:1957: error: cannot find symbol
          return lastUpdated_ == null ?
com.google.protobuf.Timestamp.getDefaultInstance() : lastUpdated_;
                                                           ^
  symbol:   class Timestamp
  location: package com.google.protobuf
com/example/tutorial/AddressBookProtos.java:1999: error: cannot find symbol

com.google.protobuf.Timestamp.newBuilder(lastUpdated_).mergeFrom(value).buildPartial();
                                 ^
  symbol:   class Timestamp
  location: package com.google.protobuf
com/example/tutorial/AddressBookProtos.java:2040: error: cannot find symbol
              com.google.protobuf.Timestamp.getDefaultInstance() :
lastUpdated_;
                                 ^
  symbol:   class Timestamp
  location: package com.google.protobuf
com/example/tutorial/AddressBookProtos.java:2051: error: cannot find symbol
              com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>(
                                 ^
  symbol:   class Timestamp
  location: package com.google.protobuf
com/example/tutorial/AddressBookProtos.java:2051: error: package
com.google.protobuf.Timestamp does not exist
              com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>(
                                                                          ^
com/example/tutorial/AddressBookProtos.java:2051: error: cannot find symbol
              com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>(

                              ^
  symbol:   class TimestampOrBuilder
  location: package com.google.protobuf
com/example/tutorial/AddressBookProtos.java:2950: error: cannot find symbol
          com.google.protobuf.TimestampProto.getDescriptor(),
                             ^
  symbol:   class TimestampProto
  location: package com.google.protobuf
com/example/tutorial/AddressBookProtos.java:2970: error: cannot find symbol
    com.google.protobuf.TimestampProto.getDescriptor();
                       ^
  symbol:   class TimestampProto
  location: package com.google.protobuf
29 errors
make: *** [Makefile:54: javac_middleman] Error 1


Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: protobuf
Source-Version: 3.6.1-3

We believe that the bug you reported is fixed in the latest version of
protobuf, 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.
Laszlo Boszormenyi (GCS) <[email protected]> (supplier of updated protobuf 
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: SHA256

Format: 1.8
Date: Sat, 20 Oct 2018 19:13:40 +0000
Source: protobuf
Binary: ruby-google-protobuf libprotobuf17 libprotobuf-lite17 libprotobuf-dev 
libprotoc17 libprotoc-dev protobuf-compiler python-protobuf python3-protobuf 
libprotobuf-java
Architecture: source amd64 all
Version: 3.6.1-3
Distribution: unstable
Urgency: medium
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Changed-By: Laszlo Boszormenyi (GCS) <[email protected]>
Description:
 libprotobuf-dev - protocol buffers C++ library (development files)
 libprotobuf-java - Java bindings for protocol buffers
 libprotobuf-lite17 - protocol buffers C++ library (lite version)
 libprotobuf17 - protocol buffers C++ library
 libprotoc-dev - protocol buffers compiler library (development files)
 libprotoc17 - protocol buffers compiler library
 protobuf-compiler - compiler for protocol buffer definition files
 python-protobuf - Python bindings for protocol buffers
 python3-protobuf - Python 3 bindings for protocol buffers
 ruby-google-protobuf - Protocol Buffers
Closes: 837310 911404
Changes:
 protobuf (3.6.1-3) unstable; urgency=medium
 .
   * Generate all Java source files (closes: #911404).
   * Make package linux-only (closes: #837310).
   * Update Standards-Version to 4.2.1 .
Checksums-Sha1:
 c8fdd42a9697b4ab9f57550f94a0cbfe866a5292 2781 protobuf_3.6.1-3.dsc
 7db8fa4b50603c135674b9529bea4acce54f7d48 23392 protobuf_3.6.1-3.debian.tar.xz
 5444377fb6a5aac13073c52f924874a102eccd8a 1128920 
libprotobuf-dev_3.6.1-3_amd64.deb
 6f33a9c8406ba30380fe629f56fff183cbef4113 1008376 
libprotobuf-java_3.6.1-3_all.deb
 45b5ce2cb25313a6c526473736d957e6ebbe42a5 1413812 
libprotobuf-lite17-dbgsym_3.6.1-3_amd64.deb
 16a77311033d32058c9a8caf92bc14d9ff5556e3 165952 
libprotobuf-lite17_3.6.1-3_amd64.deb
 739707600793e85351d68d19698f7bebfe97fc37 11284188 
libprotobuf17-dbgsym_3.6.1-3_amd64.deb
 78b1e0f39b223adbab455bce61b95ad3b587a6b1 812944 libprotobuf17_3.6.1-3_amd64.deb
 c9db01853ec19e97fb263065774a54ed48451ced 775564 libprotoc-dev_3.6.1-3_amd64.deb
 393edeeb7fe9f8bdd379c7618a88d3e2e6d23574 14844184 
libprotoc17-dbgsym_3.6.1-3_amd64.deb
 897f154c2d842fcc75bc11b66f547e8f730f60b8 664724 libprotoc17_3.6.1-3_amd64.deb
 8e307e1d397e836073eaf58232bd0d1cd2688ad3 87976 
protobuf-compiler-dbgsym_3.6.1-3_amd64.deb
 063115d6e2adaf2eae665c2b4a58e56841f4552e 64648 
protobuf-compiler_3.6.1-3_amd64.deb
 c15a2cf563e25d5b992ba9f400abe99490a04ff6 18316 protobuf_3.6.1-3_amd64.buildinfo
 18b765ef8acfa4f569c9e224c48a853c854cf493 1101220 
python-protobuf-dbgsym_3.6.1-3_amd64.deb
 d315f602d0b8c3af79962ad20f55958bac4c584d 333456 
python-protobuf_3.6.1-3_amd64.deb
 ccfb567a1c86abf7b9c2a9048a241a75054d0d7e 2226552 
python3-protobuf-dbgsym_3.6.1-3_amd64.deb
 556b29f73c95f467f0b39c735e1c9690c5e25a58 347000 
python3-protobuf_3.6.1-3_amd64.deb
 4446c3c289ff6630519693bcd9343392d7494709 521408 
ruby-google-protobuf-dbgsym_3.6.1-3_amd64.deb
 44d086e956529842a8b53a422526e8cac6dd0a5c 164412 
ruby-google-protobuf_3.6.1-3_amd64.deb
Checksums-Sha256:
 ddd680a47cd4af33e9486b43e8666174235bf121462596a1f40811330a9a71ce 2781 
protobuf_3.6.1-3.dsc
 322972b35af5f6523db9b89d4b65eb97b49fa9884355ae6250d58a6ee1e71c3d 23392 
protobuf_3.6.1-3.debian.tar.xz
 a02a67ede156b8781f55f72d95fd553ce555b40448bd3c69f3c0f33463b77998 1128920 
libprotobuf-dev_3.6.1-3_amd64.deb
 3651d84b5c2ea5a4272155cdd2d0c5f907428e13204c26f09297a40941566309 1008376 
libprotobuf-java_3.6.1-3_all.deb
 90d5f468009a5bdc2d9a1db7edd210b74259eff64f38613aaa5586e42aa201b7 1413812 
libprotobuf-lite17-dbgsym_3.6.1-3_amd64.deb
 a040b693f77c6afbce1f6ddfc9b1e4c72c79b0d329b4d478d81c05fcf1969df5 165952 
libprotobuf-lite17_3.6.1-3_amd64.deb
 d067e36f963db009c644fc077122d3c277e3f9862d977e8c55400acb932d56e3 11284188 
libprotobuf17-dbgsym_3.6.1-3_amd64.deb
 195fc91166aa80d47a3ff3b455627c895871b1dd47bc287d08f60bb65d13c02a 812944 
libprotobuf17_3.6.1-3_amd64.deb
 73fc18c845df21ad7b170731183fb53352eb696b00ef086a5fd3a3ee87ef8f48 775564 
libprotoc-dev_3.6.1-3_amd64.deb
 3e8e953fdb13a2627289800422c93f03dd39ef3e1d86b5ee632e2d0157389478 14844184 
libprotoc17-dbgsym_3.6.1-3_amd64.deb
 8dc3e4e15132e8dabe0f07146f9bc63e541a53fdbfe6de76a2e64e584f3dd0cb 664724 
libprotoc17_3.6.1-3_amd64.deb
 be8f43005398fab074cef3027c3bfa6d018634fa8bb0491589543d7eaa55054d 87976 
protobuf-compiler-dbgsym_3.6.1-3_amd64.deb
 d28c29bb894f2c681a111d79e60e5c5b74fb3505a1822f6e53cfc1e1b91b1c3e 64648 
protobuf-compiler_3.6.1-3_amd64.deb
 f477092d318b93bc12157f246616619735e2675c20dac6277a540cf2c556c6fb 18316 
protobuf_3.6.1-3_amd64.buildinfo
 19cdf7c519a94cb6e491d3580de024f7bc766cb0b3036678a820567dae08a1af 1101220 
python-protobuf-dbgsym_3.6.1-3_amd64.deb
 7be12aa39931e6e77a049b84909e250bbcdf8c14a12aa1d203d12897012864ec 333456 
python-protobuf_3.6.1-3_amd64.deb
 5d2dcf0318aaa36b911b19d3f5f336a0cae6509d0800c6ec824460b118471eac 2226552 
python3-protobuf-dbgsym_3.6.1-3_amd64.deb
 174f6f6aa0af74afb3aed7c183399b1337530ceb4eeddaf8489d45c84765e006 347000 
python3-protobuf_3.6.1-3_amd64.deb
 836964742b8cf950d879c2c37af53397dafd577304883e9c0e1bceadd8cac3da 521408 
ruby-google-protobuf-dbgsym_3.6.1-3_amd64.deb
 3a73eb1a7bf472e90c4551d485bb9d33cf085d055112d2f008b21dbd0bd5c3d8 164412 
ruby-google-protobuf_3.6.1-3_amd64.deb
Files:
 deed1519311c6a3490eeb67ea2b711d7 2781 devel optional protobuf_3.6.1-3.dsc
 9dd2dd1886eb56002aea2831c02c0a2d 23392 devel optional 
protobuf_3.6.1-3.debian.tar.xz
 afdc0f4ae62bdc8b6f18a80076e765d5 1128920 libdevel optional 
libprotobuf-dev_3.6.1-3_amd64.deb
 71e7eaf5ce67585f03ec7cedefa1791b 1008376 java optional 
libprotobuf-java_3.6.1-3_all.deb
 74701492457fc0e5e838ea12f96db19f 1413812 debug optional 
libprotobuf-lite17-dbgsym_3.6.1-3_amd64.deb
 109844c92c3c89570b40933f9f767bd5 165952 libs optional 
libprotobuf-lite17_3.6.1-3_amd64.deb
 100a7ea8abac1d2adaca85f00262f8b6 11284188 debug optional 
libprotobuf17-dbgsym_3.6.1-3_amd64.deb
 21ec4e2b619826151deba5eee70d70b4 812944 libs optional 
libprotobuf17_3.6.1-3_amd64.deb
 acb637e6f2816ed7426c400928e2a054 775564 libdevel optional 
libprotoc-dev_3.6.1-3_amd64.deb
 ed3de2a13265292fb51756d7e76a7d35 14844184 debug optional 
libprotoc17-dbgsym_3.6.1-3_amd64.deb
 5709234bbcb6ef1407b022cb6d3e2292 664724 libs optional 
libprotoc17_3.6.1-3_amd64.deb
 d72715f3f30269bc015cb2dcff84fb7a 87976 debug optional 
protobuf-compiler-dbgsym_3.6.1-3_amd64.deb
 aace3430023642baf8c9515a3eca4de5 64648 devel optional 
protobuf-compiler_3.6.1-3_amd64.deb
 c3d171581eed9819e462f3f3187ef9d4 18316 devel optional 
protobuf_3.6.1-3_amd64.buildinfo
 ba513192996f81cc33f273cc3c455a73 1101220 debug optional 
python-protobuf-dbgsym_3.6.1-3_amd64.deb
 95c77aded620e0dd1d7fbe26c763f95d 333456 python optional 
python-protobuf_3.6.1-3_amd64.deb
 bbb28da49fd9811f962ac858e6c3134e 2226552 debug optional 
python3-protobuf-dbgsym_3.6.1-3_amd64.deb
 b7be94fd51b8f9c34d37e7a1454baa07 347000 python optional 
python3-protobuf_3.6.1-3_amd64.deb
 7f292e384dbbe2499039e668608b0621 521408 debug optional 
ruby-google-protobuf-dbgsym_3.6.1-3_amd64.deb
 70a14263d9ba8b2be22190b5db5c370b 164412 ruby optional 
ruby-google-protobuf_3.6.1-3_amd64.deb

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

iQIzBAEBCAAdFiEEfYh9yLp7u6e4NeO63OMQ54ZMyL8FAlvLkeQACgkQ3OMQ54ZM
yL+4HA//caMO7wu0VOp48J/CGhhbGKK0972hAnsRFHUcP8xDbq368XFCdUKqfKU5
f0ex+R79RnvIdUn3AJmb/RblOcDSa8XCPSXxHZ1iUgq0ccqDXjBl0SZYImPlKQ2c
LWRD8gnm6NuaJlU8D1fgSQuOizL/XpO0UD7vigBDbqDchU/B5AxUjYitIl9LtnCG
b6FXR2gdNUpFqXOALEe/XaMTvZBFC9+oe5h4qRrs1NrXSlOSaiVeeEu4LBbRiZGu
HBrs/3GX/eTJ7/1728BjTdUB1ITWRG7mWhhQGs/2OF8RPOEFEotqFEqrepkI81b0
1mwyVyLK7KgCmM2dCdl7jXr5wIx1izDCvUw9Bov60y/7BePGMHMb0cm3vy1qlXu+
y3xHU0MevKhn2Jr2AVTzhzz/iCBDblwrY7egKoO9zRQcpGQKbYjPfTAUiEcYCAOC
ypOWvcCW8SWuSmgQ1vp6BQ0B7e0INc6qibNuli8g1EB3bkXKlVe319++BsrgRZ8S
Fm0jivtqsWK6qavNSJJ1JT+Sn3yzpFhh5eTIx1ouz/82PlHQRYTC10ObAqXYjgcG
ED1KLcWJmYhniwT8nd56OoouLSlWU9HXK+xzztgUhPpPIZtLs4DhvOsqajuisiVy
lBzoiM3xYEdIjp05Sdz7wV0CyIY0BsuqTJkqftDrWo61PyzXMAc=
=coKn
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to