Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder protobuf-solaris10-sparc Build #2187

Results:

Failed shell_3

SourceStamp:

Projectprotobuf
Repositoryhttps://github.com/google/protobuf.git
Branchmaster
Revision9f597a4c5976f4e435f54eca988bf6bccd3e3213
Got Revision9f597a4c5976f4e435f54eca988bf6bccd3e3213
Changes3 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-protobuf-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 15 secs )
    1. stdio
  2. shell 'bash ./autogen.sh' ( 5 mins, 0 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 20 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 hrs, 35 mins, 58 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 0 secs )
    1. stdio
    2. test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/protobuf-solaris10-sparc slave
buildername protobuf-solaris10-sparc Builder
buildnumber 2187 Build
codebase Build
got_revision 9f597a4c5976f4e435f54eca988bf6bccd3e3213 Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision 9f597a4c5976f4e435f54eca988bf6bccd3e3213 Build
scheduler schedule-protobuf-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/protobuf-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jon Skeet

Timing:

StartTue Mar 29 17:45:59 2022
EndTue Mar 29 20:28:36 2022
Elapsed2 hrs, 42 mins, 36 secs

All Changes:

:

  1. Change #148943

    Category protobuf
    Changed by Jon Skeet <jonskeetohnoyoudont@google.com>
    Changed at Tue 29 Mar 2022 17:38:30
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision e1e9d3e6da898dcce08381b50df20464dcc549c7

    Comments

    Normalize all C# and .proto files to LF
    This commit should have no non-whitespace changes
    
    Fixes #9526 (in terms of content)

    Changed files

    • csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ByteStringTest.cs
    • csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/CodedInputStreamTest.cs
    • csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/CodedOutputStreamTest.cs
    • csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/DeprecatedMemberTest.cs
    • csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/GeneratedMessageTest.cs
    • csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/IssuesTest.cs
    • csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/TestCornerCases.cs
    • csharp/src/AddressBook/AddPerson.cs
    • csharp/src/AddressBook/ListPeople.cs
    • csharp/src/AddressBook/Program.cs
    • csharp/src/AddressBook/SampleUsage.cs
    • csharp/src/Google.Protobuf.JsonDump/Program.cs
    • csharp/src/Google.Protobuf.Test.TestProtos/Google.Protobuf.Test.TestProtos.csproj
    • csharp/src/Google.Protobuf.Test/ByteStringTest.cs
    • csharp/src/Google.Protobuf.Test/CodedInputStreamTest.cs
    • csharp/src/Google.Protobuf.Test/CodedOutputStreamTest.cs
    • csharp/src/Google.Protobuf.Test/DeprecatedMemberTest.cs
    • csharp/src/Google.Protobuf.Test/ExtensionSetTest.cs
    • csharp/src/Google.Protobuf.Test/GeneratedMessageTest.Proto2.cs
    • csharp/src/Google.Protobuf.Test/GeneratedMessageTest.cs
    • csharp/src/Google.Protobuf.Test/IssuesTest.cs
    • csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs
    • csharp/src/Google.Protobuf.Test/TestCornerCases.cs
    • csharp/src/Google.Protobuf.Test/WellKnownTypes/AnyTest.cs
    • csharp/src/Google.Protobuf/ByteArray.cs
    • csharp/src/Google.Protobuf/ByteString.cs
    • csharp/src/Google.Protobuf/CodedInputStream.cs
    • csharp/src/Google.Protobuf/CodedOutputStream.ComputeSize.cs
    • csharp/src/Google.Protobuf/CodedOutputStream.cs
    • csharp/src/Google.Protobuf/Collections/MapField.cs
    • csharp/src/Google.Protobuf/Collections/ReadOnlyDictionary.cs
    • csharp/src/Google.Protobuf/Collections/RepeatedField.cs
    • csharp/src/Google.Protobuf/ExtensionSet.cs
    • csharp/src/Google.Protobuf/FrameworkPortability.cs
    • csharp/src/Google.Protobuf/IMessage.cs
    • csharp/src/Google.Protobuf/InvalidProtocolBufferException.cs
    • csharp/src/Google.Protobuf/JsonFormatter.cs
    • csharp/src/Google.Protobuf/ObjectIntPair.cs
    • csharp/src/Google.Protobuf/Properties/AssemblyInfo.cs
    • csharp/src/Google.Protobuf/ProtoPreconditions.cs
    • csharp/src/Google.Protobuf/WellKnownTypes/AnyPartial.cs
    • csharp/src/Google.Protobuf/WireFormat.cs
  2. Change #148944

    Category protobuf
    Changed by Jon Skeet <jonskeetohnoyoudont@google.com>
    Changed at Tue 29 Mar 2022 17:38:30
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision afb0ca40b3a1d9940a3022dac9df3bed68d6708d

    Comments

    Change C# editor config to use LF by default

    Changed files

    • csharp/.editorconfig
  3. Change #148945

    Category protobuf
    Changed by Jon Skeet <jonskeetohnoyoudont@google.com>
    Changed at Tue 29 Mar 2022 17:38:30
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 9f597a4c5976f4e435f54eca988bf6bccd3e3213

    Comments

    Add regression test for https://github.com/protocolbuffers/protobuf/issues/9526

    Changed files

    • tests.sh