[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_3 #431465

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Feb 8 15:38:26 GMT 2023


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_3/431465/display/redirect>

Changes:


------------------------------------------
[...truncated 13.86 KB...]
Making all in src
make[1]: Entering directory '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/src/btfs-2.24/src'
g++ -DPACKAGE_NAME=\"btfs\" -DPACKAGE_TARNAME=\"btfs\" -DPACKAGE_VERSION=\"2.24\" -DPACKAGE_STRING=\"btfs\ 2.24\" -DPACKAGE_BUGREPORT=\"johan.gunnarsson at gmail.com\" -DPACKAGE_URL=\"https://github.com/johang/btfs\" -DPACKAGE=\"btfs\" -DVERSION=\"2.24\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_MEMSET=1 -DHAVE_MEMCPY=1 -DHAVE_STRCMP=1 -DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_REALPATH=1 -DHAVE_GETXATTR=1 -DHAVE_DIRNAME=1 -DHAVE_BASENAME=1 -DHAVE_LIBPTHREAD=1 -I.    -std=c++14 -Wall -Wextra -Wconversion -Wsign-compare -Wsign-conversion -Wno-unused-parameter -I/usr/include/fuse -D_FILE_OFFSET_BITS=64  -fexceptions -DTORRENT_LINKING_SHARED -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_NO_DEPRECATED -DTORRENT_USE_OPENSSL -DTORRENT_USE_LIBCRYPTO -DTORRENT_SSL_PEERS -DOPENSSL_NO_SSL2   -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT btfs-btfs.o -MD -MP -MF .deps/btfs-btfs.Tpo -c -o btfs-btfs.o `test -f 'btfs.cc' || echo './'`btfs.cc
g++ -DPACKAGE_NAME=\"btfs\" -DPACKAGE_TARNAME=\"btfs\" -DPACKAGE_VERSION=\"2.24\" -DPACKAGE_STRING=\"btfs\ 2.24\" -DPACKAGE_BUGREPORT=\"johan.gunnarsson at gmail.com\" -DPACKAGE_URL=\"https://github.com/johang/btfs\" -DPACKAGE=\"btfs\" -DVERSION=\"2.24\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_MEMSET=1 -DHAVE_MEMCPY=1 -DHAVE_STRCMP=1 -DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_REALPATH=1 -DHAVE_GETXATTR=1 -DHAVE_DIRNAME=1 -DHAVE_BASENAME=1 -DHAVE_LIBPTHREAD=1 -I.    -std=c++14 -Wall -Wextra -Wconversion -Wsign-compare -Wsign-conversion -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT btfsstat-btfsstat.o -MD -MP -MF .deps/btfsstat-btfsstat.Tpo -c -o btfsstat-btfsstat.o `test -f 'btfsstat.cc' || echo './'`btfsstat.cc
mv -f .deps/btfsstat-btfsstat.Tpo .deps/btfsstat-btfsstat.Po
g++ -std=c++14 -Wall -Wextra -Wconversion -Wsign-compare -Wsign-conversion -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o btfsstat btfsstat-btfsstat.o  -latomic -lpthread 
btfs.cc: In function 'void handle_read_piece_alert(libtorrent::read_piece_alert*, btfs::Log*)':
btfs.cc:252:16: warning: 'libtorrent::read_piece_alert::ec' is deprecated [-Wdeprecated-declarations]
  252 |         if (a->ec) {
      |                ^~
In file included from btfs.cc:42:
/usr/include/libtorrent/alert_types.hpp:327:47: note: declared here
  327 |                 TORRENT_DEPRECATED error_code ec;
      |                                               ^~
btfs.cc:252:16: warning: 'libtorrent::read_piece_alert::ec' is deprecated [-Wdeprecated-declarations]
  252 |         if (a->ec) {
      |                ^~
/usr/include/libtorrent/alert_types.hpp:327:47: note: declared here
  327 |                 TORRENT_DEPRECATED error_code ec;
      |                                               ^~
btfs.cc:252:16: warning: 'libtorrent::read_piece_alert::ec' is deprecated [-Wdeprecated-declarations]
  252 |         if (a->ec) {
      |                ^~
/usr/include/libtorrent/alert_types.hpp:327:47: note: declared here
  327 |                 TORRENT_DEPRECATED error_code ec;
      |                                               ^~
btfs.cc: At global scope:
btfs.cc:287:72: warning: 'torrent_added_alert' is deprecated [-Wdeprecated-declarations]
  287 | handle_torrent_added_alert(libtorrent::torrent_added_alert *a, Log *log) {
      |                                                                        ^
/usr/include/libtorrent/alert_types.hpp:246:42: note: declared here
  246 |         struct TORRENT_DEPRECATED_EXPORT torrent_added_alert final : torrent_alert
      |                                          ^~~~~~~~~~~~~~~~~~~
btfs.cc: In function 'void handle_alert(libtorrent::alert*, btfs::Log*)':
btfs.cc:327:47: warning: 'torrent_added_alert' is deprecated [-Wdeprecated-declarations]
  327 |         case libtorrent::torrent_added_alert::alert_type:
      |                                               ^~~~~~~~~~
/usr/include/libtorrent/alert_types.hpp:246:42: note: declared here
  246 |         struct TORRENT_DEPRECATED_EXPORT torrent_added_alert final : torrent_alert
      |                                          ^~~~~~~~~~~~~~~~~~~
btfs.cc:330:58: warning: 'torrent_added_alert' is deprecated [-Wdeprecated-declarations]
  330 |                         (libtorrent::torrent_added_alert *) a, log);
      |                                                          ^
/usr/include/libtorrent/alert_types.hpp:246:42: note: declared here
  246 |         struct TORRENT_DEPRECATED_EXPORT torrent_added_alert final : torrent_alert
      |                                          ^~~~~~~~~~~~~~~~~~~
btfs.cc:347:39: warning: 'stats_alert' is deprecated [-Wdeprecated-declarations]
  347 |         case libtorrent::stats_alert::alert_type:
      |                                       ^~~~~~~~~~
/usr/include/libtorrent/alert_types.hpp:1834:42: note: declared here
 1834 |         struct TORRENT_DEPRECATED_EXPORT stats_alert final : torrent_alert
      |                                          ^~~~~~~~~~~
btfs.cc: In function 'void* btfs_init(fuse_conn_info*)':
btfs.cc:571:38: warning: 'libtorrent::session_handle::add_default_plugins' is deprecated [-Wdeprecated-declarations]
  571 |                 libtorrent::session::add_default_plugins |
      |                                      ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/libtorrent/session.hpp:43,
                 from btfs.cc:39:
/usr/include/libtorrent/session_handle.hpp:798:69: note: declared here
  798 |                 TORRENT_DEPRECATED static constexpr session_flags_t add_default_plugins = 0_bit;
      |                                                                     ^~~~~~~~~~~~~~~~~~~
btfs.cc:571:38: warning: 'libtorrent::session_handle::add_default_plugins' is deprecated [-Wdeprecated-declarations]
  571 |                 libtorrent::session::add_default_plugins |
      |                                      ^~~~~~~~~~~~~~~~~~~
/usr/include/libtorrent/session_handle.hpp:798:69: note: declared here
  798 |                 TORRENT_DEPRECATED static constexpr session_flags_t add_default_plugins = 0_bit;
      |                                                                     ^~~~~~~~~~~~~~~~~~~
btfs.cc:572:38: warning: 'libtorrent::session_handle::start_default_features' is deprecated [-Wdeprecated-declarations]
  572 |                 libtorrent::session::start_default_features;
      |                                      ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/libtorrent/session_handle.hpp:804:69: note: declared here
  804 |                 TORRENT_DEPRECATED static constexpr session_flags_t start_default_features = 1_bit;
      |                                                                     ^~~~~~~~~~~~~~~~~~~~~~
btfs.cc:572:38: warning: 'libtorrent::session_handle::start_default_features' is deprecated [-Wdeprecated-declarations]
  572 |                 libtorrent::session::start_default_features;
      |                                      ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/libtorrent/session_handle.hpp:804:69: note: declared here
  804 |                 TORRENT_DEPRECATED static constexpr session_flags_t start_default_features = 1_bit;
      |                                                                     ^~~~~~~~~~~~~~~~~~~~~~
btfs.cc:580:36: warning: 'libtorrent::alert::stats_notification' is deprecated [-Wdeprecated-declarations]
  580 |                 libtorrent::alert::stats_notification |
      |                                    ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/libtorrent/session_handle.hpp:46:
/usr/include/libtorrent/alert.hpp:233:51: note: declared here
  233 |                 static constexpr alert_category_t stats_notification = 11_bit;
      |                                                   ^~~~~~~~~~~~~~~~~~
btfs.cc:580:36: warning: 'libtorrent::alert::stats_notification' is deprecated [-Wdeprecated-declarations]
  580 |                 libtorrent::alert::stats_notification |
      |                                    ^~~~~~~~~~~~~~~~~~
/usr/include/libtorrent/alert.hpp:233:51: note: declared here
  233 |                 static constexpr alert_category_t stats_notification = 11_bit;
      |                                                   ^~~~~~~~~~~~~~~~~~
btfs.cc:582:36: warning: 'libtorrent::alert::progress_notification' is deprecated [-Wdeprecated-declarations]
  582 |                 libtorrent::alert::progress_notification |
      |                                    ^~~~~~~~~~~~~~~~~~~~~
/usr/include/libtorrent/alert.hpp:221:51: note: declared here
  221 |                 static constexpr alert_category_t progress_notification = 7_bit;
      |                                                   ^~~~~~~~~~~~~~~~~~~~~
btfs.cc:582:36: warning: 'libtorrent::alert::progress_notification' is deprecated [-Wdeprecated-declarations]
  582 |                 libtorrent::alert::progress_notification |
      |                                    ^~~~~~~~~~~~~~~~~~~~~
/usr/include/libtorrent/alert.hpp:221:51: note: declared here
  221 |                 static constexpr alert_category_t progress_notification = 7_bit;
      |                                                   ^~~~~~~~~~~~~~~~~~~~~
btfs.cc:654:54: warning: 'libtorrent::session::session(const libtorrent::settings_pack&, libtorrent::session_handle::session_flags_t)' is deprecated [-Wdeprecated-declarations]
  654 |         session = new libtorrent::session(pack, flags);
      |                                                      ^
/usr/include/libtorrent/session.hpp:209:17: note: declared here
  209 |                 session(settings_pack const& pack, session_flags_t const flags);
      |                 ^~~~~~~
mv -f .deps/btfs-btfs.Tpo .deps/btfs-btfs.Po
g++ -std=c++14 -Wall -Wextra -Wconversion -Wsign-compare -Wsign-conversion -Wno-unused-parameter -I/usr/include/fuse -D_FILE_OFFSET_BITS=64  -fexceptions -DTORRENT_LINKING_SHARED -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_NO_DEPRECATED -DTORRENT_USE_OPENSSL -DTORRENT_USE_LIBCRYPTO -DTORRENT_SSL_PEERS -DOPENSSL_NO_SSL2   -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o btfs btfs-btfs.o -lfuse -pthread  -ltorrent-rasterbar -lssl -lcrypto  -lcurl  -latomic -lpthread 
make[1]: Leaving directory '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/src/btfs-2.24/src'
Making all in scripts
make[1]: Entering directory '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/src/btfs-2.24/scripts'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/src/btfs-2.24/scripts'
Making all in man
make[1]: Entering directory '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/src/btfs-2.24/man'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/src/btfs-2.24/man'
make[1]: Entering directory '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/src/btfs-2.24'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/src/btfs-2.24'
==> Entering fakeroot environment...
==> Starting package()...
Making install in src
make[1]: Entering directory '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/src/btfs-2.24/src'
make[2]: Entering directory '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/src/btfs-2.24/src'
make[2]: Nothing to be done for 'install-data-am'.
 /usr/sbin/mkdir -p '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/pkg/btfs/usr/bin'
  /usr/bin/install -c btfs btfsstat '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/pkg/btfs/usr/bin'
make[2]: Leaving directory '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/src/btfs-2.24/src'
make[1]: Leaving directory '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/src/btfs-2.24/src'
Making install in scripts
make[1]: Entering directory '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/src/btfs-2.24/scripts'
make[2]: Entering directory '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/src/btfs-2.24/scripts'
make[2]: Nothing to be done for 'install-data-am'.
 /usr/sbin/mkdir -p '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/pkg/btfs/usr/bin'
 /usr/bin/install -c btplay '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/pkg/btfs/usr/bin'
make[2]: Leaving directory '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/src/btfs-2.24/scripts'
make[1]: Leaving directory '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/src/btfs-2.24/scripts'
Making install in man
make[1]: Entering directory '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/src/btfs-2.24/man'
make[2]: Entering directory '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/src/btfs-2.24/man'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/sbin/mkdir -p '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/pkg/btfs/usr/share/man/man1'
 /usr/bin/install -c -m 644 btfs.1 '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/pkg/btfs/usr/share/man/man1'
make[2]: Leaving directory '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/src/btfs-2.24/man'
make[1]: Leaving directory '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/src/btfs-2.24/man'
make[1]: Entering directory '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/src/btfs-2.24'
make[2]: Entering directory '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/src/btfs-2.24'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/src/btfs-2.24'
make[1]: Leaving directory '/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/src/btfs-2.24'
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "btfs"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: btfs 2.24-3 (Wed Feb  8 15:34:40 2023)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-btfs-archlinuxrb-build-Y1XDFNa7
+ tee -a /srv/reproducible-results/archlinuxrb-build-Y1XDFNa7/b1/btfs/build1.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/btfs-archlinuxrb-build-Y1XDFNa7/btfs/trunk/btfs-2.24-3-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-Y1XDFNa7/b1/btfs/btfs-2.24-3-x86_64.pkg.tar.zst'
Wed Feb  8 15:34:45 UTC 2023 - build #1 for btfs on osuosl184-amd64 done.
Wed Feb  8 15:34:45 UTC 2023 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-60KxdOkG, removing.
/srv/reproducible-results/archlinuxrb-build-Y1XDFNa7:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Feb  8 15:34 b1
drwxr-xr-x 2 jenkins jenkins 4096 Feb  8 15:34 b2

/srv/reproducible-results/archlinuxrb-build-Y1XDFNa7/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Feb  8 15:34 btfs

/srv/reproducible-results/archlinuxrb-build-Y1XDFNa7/b1/btfs:
total 72
-rw-r--r-- 1 jenkins jenkins 42951 Feb  8 15:34 btfs-2.24-3-x86_64.pkg.tar.zst
-rw-r--r-- 1 jenkins jenkins 24292 Feb  8 15:34 build1.log
-rw-r--r-- 1 jenkins jenkins     7 Feb  8 15:34 build1.version

/srv/reproducible-results/archlinuxrb-build-Y1XDFNa7/b2:
total 0
====================================================================================
Tue Mar 12 21:57:55 UTC 2024 - running /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh (for job /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh) on osuosl170-amd64, called using "2 community btfs /srv/reproducible-results/archlinuxrb-build-Y1XDFNa7 1675870432" as arguments.
Tue Mar 12 21:57:55 UTC 2024 - actually running "reproducible_build_archlinux_pkg.sh" (md5sum 8a42c6af22c9bbeb47182ed28d420908) as "/tmp/jenkins-script-Zuqaz2nT"

$ git clone https://salsa.debian.org/qa/jenkins.debian.net.git ; more CONTRIBUTING

=============================================================================
Re-Building for Arch Linux on osuosl170-amd64 now.
Source package: btfs
Repository:     community
Date:           Tue Mar 12 21:57:55 UTC 2024
=============================================================================
Future:            enabled
SOURCE_DATE_EPOCH: 1675870432
makepkg env:       SOURCE_DATE_EPOCH='1675870432' PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' GIT_SSL_NO_VERIFY=1
makepkg options:   --syncdeps --noconfirm --nocheck --skippgpcheck
=============================================================================
E: 10mount: error: Directory '/schroots/reproducible-archlinux' does not exist
E: archlinux-btfs-archlinuxrb-build-Y1XDFNa7: Chroot setup failed: stage=setup-start
Tue Mar 12 21:57:55 UTC 2024 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-Zuqaz2nT, removing.
Wed Feb  8 15:34:57 UTC 2023 - https://jenkins.debian.net/job/reproducible_builder_archlinux_3/431465/console.log got remote error Warning: remote build failed with exit code 1 from osuosl170-amd64 for build #2 for btfs from community.
Sleeping 5m before aborting the job.
Terminated
Wed Feb  8 15:38:25 UTC 2023 - /srv/reproducible-results/archlinuxrb-build-Y1XDFNa7 deleted.
Build step 'Execute shell' marked build as failure
ERROR: Build step failed with exception
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2109)
	at java.base/java.util.concurrent.ThreadPoolExecutor.awaitTermination(ThreadPoolExecutor.java:1454)
	at hudson.plugins.logparser.LogParserStatusComputer.computeStatusMatches(LogParserStatusComputer.java:103)
	at hudson.plugins.logparser.LogParserStatusComputer.call(LogParserStatusComputer.java:42)
Caused: java.lang.RuntimeException
	at hudson.plugins.logparser.LogParserStatusComputer.call(LogParserStatusComputer.java:46)
	at hudson.plugins.logparser.LogParserStatusComputer.call(LogParserStatusComputer.java:22)
	at hudson.remoting.LocalChannel.call(LocalChannel.java:47)
	at hudson.plugins.logparser.LogParserParser.parseLogBody(LogParserParser.java:346)
	at hudson.plugins.logparser.LogParserParser.parseLog(LogParserParser.java:160)
	at hudson.plugins.logparser.LogParserPublisher.perform(LogParserPublisher.java:117)
	at jenkins.tasks.SimpleBuildStep.perform(SimpleBuildStep.java:123)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:80)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:767)
	at hudson.model.Build$BuildExecution.post2(Build.java:179)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:711)
	at hudson.model.Run.execute(Run.java:1925)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
	at hudson.model.ResourceController.execute(ResourceController.java:107)
	at hudson.model.Executor.run(Executor.java:449)
Build step 'Console output (build log) parsing' marked build as failure



More information about the Qa-jenkins-scm mailing list