Source: protobuf
Version: 3.6.1-2
X-Debbugs-CC: debian-ci@lists.debian.org
User: debian-ci@lists.debian.org
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