You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/10/07 14:17:27 UTC

Build failed in Jenkins: Thrift-Debian-Packages #307

See <https://builds.apache.org/job/Thrift-Debian-Packages/307/changes>

Changes:

[roger] THRIFT-1695 allow warning-free compilation in VS 2012 and GNU 4.6
Patch: Ben Craig & James K Lowden

------------------------------------------
Started by an SCM change
Building remotely on ubuntu5 in workspace <https://builds.apache.org/job/Thrift-Debian-Packages/ws/>
Cleaning up <https://builds.apache.org/job/Thrift-Debian-Packages/ws/thrift>
Deleting <https://builds.apache.org/job/Thrift-Debian-Packages/ws/thrift/debian>
Updating https://svn.apache.org/repos/asf/thrift/trunk
 U        test/csharp/ThriftTest
U         test/rb/Makefile.am
 U        tutorial/csharp/CsharpClient
 U        tutorial/csharp/CsharpServer
U         tutorial/csharp/tutorial.sln
 U        lib/csharp/ThriftMSBuildTask
 U        lib/csharp/src
U         lib/cpp/src/thrift/transport/TPipeServer.cpp
U         lib/cpp/src/thrift/transport/TServerSocket.h
U         lib/cpp/src/thrift/transport/TSocket.h
 U        lib/cpp
U         lib/rb/thrift.gemspec
U         lib/rb/spec/server_spec.rb
U         lib/delphi/test/TestClient.pas
U         lib/delphi/test/client.dpr
U         lib/delphi/test/TestServer.pas
U         lib/delphi/test/server.dpr
A         lib/delphi/src/Thrift.Transport.Pipes.pas
U         lib/delphi/src/Thrift.Transport.pas
U         compiler/cpp/src/main.cc
U         compiler/cpp/src/generate/t_js_generator.cc
U         compiler/cpp/src/generate/t_c_glib_generator.cc
U         compiler/cpp/src/generate/t_cpp_generator.cc
U         compiler/cpp/src/platform.h
 U        compiler/cpp
At revision 1395282
[Thrift-Debian-Packages] $ /bin/bash -xe /tmp/hudson1922342464508335514.sh
+ cd thrift
+ sh contrib/create-debian-packages.sh
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): -D_FORTIFY_SOURCE=2
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions -Wl,-z,relro
parsechangelog/debian: warning:     debian/changelog(l5): badly formatted trailer line
LINE:  -- Jake Farrell <jf...@apache.org> Tue, 10 Aug 2011 17:01:53 -0500
dpkg-buildpackage: source package thrift
dpkg-buildpackage: source version 0.7.0
dpkg-buildpackage: source changed by Jake Farrell <jf...@apache.org>
 dpkg-source --before-build thrift
dpkg-buildpackage: host architecture amd64
parsechangelog/debian: warning: thrift/debian/changelog(l5): badly formatted trailer line
LINE:  -- Jake Farrell <jf...@apache.org> Tue, 10 Aug 2011 17:01:53 -0500
dpkg-checkbuilddeps: Unmet build dependencies: mono-devel
dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: warning: (Use -d flag to override.)
Build step 'Execute shell' marked build as failure
Archiving artifacts

Build failed in Jenkins: Thrift-Debian-Packages #311

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Thrift-Debian-Packages/311/changes>

Changes:

[jfarrell] Thrift-1717: fix deb build in jenkins
Client: build
Patch: Jake Farrell

Fixing debian changelog to allow deb build to be automated again within jenkins.

------------------------------------------
Started by user jfarrell
Building remotely on ubuntu3 in workspace <https://builds.apache.org/job/Thrift-Debian-Packages/ws/>
Cleaning up <https://builds.apache.org/job/Thrift-Debian-Packages/ws/thrift>
Deleting <https://builds.apache.org/job/Thrift-Debian-Packages/ws/thrift/debian>
Updating https://svn.apache.org/repos/asf/thrift/trunk
U         contrib/debian/changelog
At revision 1395835
[Thrift-Debian-Packages] $ /bin/bash -xe /tmp/hudson8887753784800040822.sh
+ cd thrift
+ sh contrib/create-debian-packages.sh
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): -D_FORTIFY_SOURCE=2
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions -Wl,-z,relro
dpkg-buildpackage: source package thrift
dpkg-buildpackage: source version 0.7.0
dpkg-buildpackage: source changed by Jake Farrell <jf...@apache.org>
 dpkg-source --before-build thrift
dpkg-buildpackage: host architecture amd64
dpkg-checkbuilddeps: Unmet build dependencies: mono-devel python-support
dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: warning: (Use -d flag to override.)
Build step 'Execute shell' marked build as failure
Archiving artifacts

Build failed in Jenkins: Thrift-Debian-Packages #310

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Thrift-Debian-Packages/310/changes>

Changes:

[jfarrell] Thrift-1023:Thrift encoding (UTF-8) issue with Ruby 1.9.2
Client: rb
Patch: Nathan Beyer 

Fixes encoding issue for UTF-8 strings in ruby client.

[jfarrell] Thrift-1673: Ruby compile flags for exension for multi arch builds (os x)
Client: rb
Patch: Jake Farrell

Updating extconf to only grab arch flags from ruby binary to stop rvm version >= 1.9.x from breaking.

------------------------------------------
Started by an SCM change
Building remotely on ubuntu3 in workspace <https://builds.apache.org/job/Thrift-Debian-Packages/ws/>
Cleaning up <https://builds.apache.org/job/Thrift-Debian-Packages/ws/thrift>
Deleting <https://builds.apache.org/job/Thrift-Debian-Packages/ws/thrift/debian>
Updating https://svn.apache.org/repos/asf/thrift/trunk
U         lib/rb/ext/memory_buffer.c
U         lib/rb/ext/thrift_native.c
U         lib/rb/ext/compact_protocol.c
U         lib/rb/ext/binary_protocol_accelerated.c
U         lib/rb/ext/constants.h
A         lib/rb/ext/bytes.c
U         lib/rb/ext/extconf.rb
A         lib/rb/ext/bytes.h
U         lib/rb/lib/thrift/protocol/binary_protocol.rb
U         lib/rb/lib/thrift/protocol/compact_protocol.rb
U         lib/rb/lib/thrift/protocol/json_protocol.rb
U         lib/rb/lib/thrift/protocol/base_protocol.rb
A         lib/rb/lib/thrift/bytes.rb
U         lib/rb/lib/thrift/transport/memory_buffer_transport.rb
U         lib/rb/lib/thrift/transport/buffered_transport.rb
U         lib/rb/lib/thrift/transport/io_stream_transport.rb
U         lib/rb/lib/thrift/transport/base_transport.rb
U         lib/rb/lib/thrift/transport/socket.rb
U         lib/rb/lib/thrift/transport/http_client_transport.rb
U         lib/rb/lib/thrift/transport/framed_transport.rb
U         lib/rb/lib/thrift.rb
U         lib/rb/spec/compact_protocol_spec.rb
A         lib/rb/spec/bytes_spec.rb
U         lib/rb/spec/json_protocol_spec.rb
U         lib/rb/spec/binary_protocol_spec_shared.rb
At revision 1395834
[Thrift-Debian-Packages] $ /bin/bash -xe /tmp/hudson9078062413109430707.sh
+ cd thrift
+ sh contrib/create-debian-packages.sh
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): -D_FORTIFY_SOURCE=2
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions -Wl,-z,relro
parsechangelog/debian: warning:     debian/changelog(l5): badly formatted trailer line
LINE:  -- Jake Farrell <jf...@apache.org> Tue, 10 Aug 2011 17:01:53 -0500
dpkg-buildpackage: source package thrift
dpkg-buildpackage: source version 0.7.0
dpkg-buildpackage: source changed by Jake Farrell <jf...@apache.org>
 dpkg-source --before-build thrift
dpkg-buildpackage: host architecture amd64
parsechangelog/debian: warning: thrift/debian/changelog(l5): badly formatted trailer line
LINE:  -- Jake Farrell <jf...@apache.org> Tue, 10 Aug 2011 17:01:53 -0500
dpkg-checkbuilddeps: Unmet build dependencies: mono-devel python-support
dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: warning: (Use -d flag to override.)
Build step 'Execute shell' marked build as failure
Archiving artifacts

Build failed in Jenkins: Thrift-Debian-Packages #309

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Thrift-Debian-Packages/309/changes>

Changes:

[roger] update Visual Studio project files and svn:ignore

------------------------------------------
Started by an SCM change
Building remotely on ubuntu3 in workspace <https://builds.apache.org/job/Thrift-Debian-Packages/ws/>
Cleaning up <https://builds.apache.org/job/Thrift-Debian-Packages/ws/thrift>
Deleting <https://builds.apache.org/job/Thrift-Debian-Packages/ws/thrift/debian>
Updating https://svn.apache.org/repos/asf/thrift/trunk
U         test/csharp/ThriftTest/ThriftTest.csproj
 U        test/csharp/ThriftTest
 U        test/perl
U         lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj
 U        lib/csharp/ThriftMSBuildTask
U         lib/csharp/src/Thrift.csproj
U         lib/csharp/src/Thrift.sln
 U        lib/csharp/src
At revision 1395371
[Thrift-Debian-Packages] $ /bin/bash -xe /tmp/hudson6450986322766068826.sh
+ cd thrift
+ sh contrib/create-debian-packages.sh
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): -D_FORTIFY_SOURCE=2
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions -Wl,-z,relro
parsechangelog/debian: warning:     debian/changelog(l5): badly formatted trailer line
LINE:  -- Jake Farrell <jf...@apache.org> Tue, 10 Aug 2011 17:01:53 -0500
dpkg-buildpackage: source package thrift
dpkg-buildpackage: source version 0.7.0
dpkg-buildpackage: source changed by Jake Farrell <jf...@apache.org>
 dpkg-source --before-build thrift
dpkg-buildpackage: host architecture amd64
parsechangelog/debian: warning: thrift/debian/changelog(l5): badly formatted trailer line
LINE:  -- Jake Farrell <jf...@apache.org> Tue, 10 Aug 2011 17:01:53 -0500
dpkg-checkbuilddeps: Unmet build dependencies: mono-devel python-support
dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: warning: (Use -d flag to override.)
Build step 'Execute shell' marked build as failure
Archiving artifacts

Build failed in Jenkins: Thrift-Debian-Packages #308

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Thrift-Debian-Packages/308/changes>

Changes:

[roger] remove unused stuff

------------------------------------------
Started by an SCM change
Building remotely on ubuntu3 in workspace <https://builds.apache.org/job/Thrift-Debian-Packages/ws/>
Cleaning up <https://builds.apache.org/job/Thrift-Debian-Packages/ws/thrift>
Deleting <https://builds.apache.org/job/Thrift-Debian-Packages/ws/thrift/debian>
Updating https://svn.apache.org/repos/asf/thrift/trunk
D         lib/php/test/Fixtures.php
D         lib/php/test/protocol
 U        lib/php/test
U         compiler/cpp/src/main.cc
U         compiler/cpp/src/generate/t_js_generator.cc
U         compiler/cpp/src/generate/t_c_glib_generator.cc
U         compiler/cpp/src/generate/t_cpp_generator.cc
U         compiler/cpp/src/platform.h
At revision 1395323
[Thrift-Debian-Packages] $ /bin/bash -xe /tmp/hudson1176304796983752643.sh
+ cd thrift
+ sh contrib/create-debian-packages.sh
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): -D_FORTIFY_SOURCE=2
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions -Wl,-z,relro
parsechangelog/debian: warning:     debian/changelog(l5): badly formatted trailer line
LINE:  -- Jake Farrell <jf...@apache.org> Tue, 10 Aug 2011 17:01:53 -0500
dpkg-buildpackage: source package thrift
dpkg-buildpackage: source version 0.7.0
dpkg-buildpackage: source changed by Jake Farrell <jf...@apache.org>
 dpkg-source --before-build thrift
dpkg-buildpackage: host architecture amd64
parsechangelog/debian: warning: thrift/debian/changelog(l5): badly formatted trailer line
LINE:  -- Jake Farrell <jf...@apache.org> Tue, 10 Aug 2011 17:01:53 -0500
dpkg-checkbuilddeps: Unmet build dependencies: mono-devel python-support
dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: warning: (Use -d flag to override.)
Build step 'Execute shell' marked build as failure
Archiving artifacts