[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_4 #296420

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Jul 21 13:25:40 BST 2021


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_4/296420/display/redirect>

Changes:


------------------------------------------
[...truncated 32.32 KB...]
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-appdirs...
installing python-more-itertools...
installing python-ordered-set...
installing python-pyparsing...
installing python-packaging...
installing python-setuptools...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Downloading dukpy-0.3.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100   122  100   122    0     0    434      0 --:--:-- --:--:-- --:--:--   435
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100  878k    0  878k    0     0  1033k      0 --:--:-- --:--:-- --:--:-- 1579k
==> Validating source files with sha256sums...
    dukpy-0.3.tar.gz ... Passed
==> Extracting sources...
  -> Extracting dukpy-0.3.tar.gz with bsdtar
==> Starting build()...
/usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
  warnings.warn(
running build
running build_ext
building 'dukpy' extension
creating build
creating build/temp.linux-x86_64-3.9
creating build/temp.linux-x86_64-3.9/src
creating build/temp.linux-x86_64-3.9/src/duktape
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.9 -c src/context.c -o build/temp.linux-x86_64-3.9/src/context.o -fvisibility=hidden
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.9 -c src/conversions.c -o build/temp.linux-x86_64-3.9/src/conversions.o -fvisibility=hidden
In file included from src/dukpy.h:7,
                 from src/conversions.c:1:
src/conversions.c: In function 'python_function_caller':
src/duktape/duktape.h:459:134: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  459 |         (duk_error_raw((ctx), (duk_errcode_t) (err_code), (const char *) (DUK_FILE_MACRO), (duk_int_t) (DUK_LINE_MACRO), __VA_ARGS__), (duk_ret_t) 0)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
src/conversions.c:71:13: note: in expansion of macro 'duk_error'
   71 |             duk_error(ctx, DUK_ERR_ERROR, "Function (%s) failed", buf1);
      |             ^~~~~~~~~
src/duktape/duktape.h:459:134: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  459 |         (duk_error_raw((ctx), (duk_errcode_t) (err_code), (const char *) (DUK_FILE_MACRO), (duk_int_t) (DUK_LINE_MACRO), __VA_ARGS__), (duk_ret_t) 0)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
src/conversions.c:82:9: note: in expansion of macro 'duk_error'
   82 |         duk_error(ctx, DUK_ERR_ERROR, "Function (%s) failed with error: %s", buf1, buf2);
      |         ^~~~~~~~~
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.9 -c src/duktape/duk_module_duktape.c -o build/temp.linux-x86_64-3.9/src/duktape/duk_module_duktape.o -fvisibility=hidden
In file included from src/duktape/duk_module_duktape.c:5:
src/duktape/duk_module_duktape.c: In function 'duk__resolve_module_id':
src/duktape/duktape.h:459:134: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  459 |         (duk_error_raw((ctx), (duk_errcode_t) (err_code), (const char *) (DUK_FILE_MACRO), (duk_int_t) (DUK_LINE_MACRO), __VA_ARGS__), (duk_ret_t) 0)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
src/duktape/duk_module_duktape.c:183:9: note: in expansion of macro 'duk_error'
  183 |         duk_error(ctx, DUK_ERR_TYPE_ERROR, "cannot resolve module id: %s", (const char *) req_id);
      |         ^~~~~~~~~
src/duktape/duk_module_duktape.c: In function 'duk__require':
src/duktape/duktape.h:451:30: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  451 |         (duk_throw_raw((ctx)), (duk_ret_t) 0)
      |         ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
src/duktape/duk_module_duktape.c:435:9: note: in expansion of macro 'duk_throw'
  435 |         duk_throw(ctx);  /* rethrow original error */
      |         ^~~~~~~~~
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.9 -c src/duktape/duk_v1_compat.c -o build/temp.linux-x86_64-3.9/src/duktape/duk_v1_compat.o -fvisibility=hidden
In file included from src/duktape/duk_v1_compat.c:2:
src/duktape/duk_v1_compat.c: In function 'duk_push_string_file_raw':
src/duktape/duktape.h:459:134: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  459 |         (duk_error_raw((ctx), (duk_errcode_t) (err_code), (const char *) (DUK_FILE_MACRO), (duk_int_t) (DUK_LINE_MACRO), __VA_ARGS__), (duk_ret_t) 0)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
src/duktape/duk_v1_compat.c:63:17: note: in expansion of macro 'duk_error'
   63 |                 duk_error(ctx, DUK_ERR_TYPE_ERROR, "read file error");
      |                 ^~~~~~~~~
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.9 -c src/duktape/duktape.c -o build/temp.linux-x86_64-3.9/src/duktape/duktape.o -fvisibility=hidden
duk_bi_date.c: In function 'duk_bi_date_prototype_tostring_shared':
duk_bi_date.c:983:39: warning: ':' directive output may be truncated writing 1 byte into a region of size between 0 and 5 [-Wformat-truncation=]
duk_bi_date.c:983:39: note: directive argument in the range [-59, 59]
In file included from /usr/include/stdio.h:866,
                 from src/duktape/duk_config.h:785,
                 from src/duktape/duktape.h:171,
                 from duk_internal.h:26:
/usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 7 and 13 bytes into a destination of size 8
   71 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   72 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
duk_bi_date.c:980:39: warning: '%02d' directive output may be truncated writing 2 bytes into a region of size between 0 and 4 [-Wformat-truncation=]
duk_bi_date.c:980:39: note: directive argument in the range [0, 59]
In file included from /usr/include/stdio.h:866,
                 from src/duktape/duk_config.h:785,
                 from src/duktape/duktape.h:171,
                 from duk_internal.h:26:
/usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 7 and 11 bytes into a destination of size 8
   71 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   72 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.9 -c src/errors.c -o build/temp.linux-x86_64-3.9/src/errors.o -fvisibility=hidden
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.9 -c src/module.c -o build/temp.linux-x86_64-3.9/src/module.o -fvisibility=hidden
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.9 -c src/proxy.c -o build/temp.linux-x86_64-3.9/src/proxy.o -fvisibility=hidden
creating build/lib.linux-x86_64-3.9
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fno-semantic-interposition -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/src/context.o build/temp.linux-x86_64-3.9/src/conversions.o build/temp.linux-x86_64-3.9/src/duktape/duk_module_duktape.o build/temp.linux-x86_64-3.9/src/duktape/duk_v1_compat.o build/temp.linux-x86_64-3.9/src/duktape/duktape.o build/temp.linux-x86_64-3.9/src/errors.o build/temp.linux-x86_64-3.9/src/module.o build/temp.linux-x86_64-3.9/src/proxy.o -L/usr/lib -o build/lib.linux-x86_64-3.9/dukpy.cpython-39-x86_64-linux-gnu.so
==> Entering fakeroot environment...
==> Starting package_python-dukpy()...
/usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
  warnings.warn(
running install
running install_lib
creating /tmp/python-dukpy-archlinuxrb-build-J3SzIv2c/python-dukpy/trunk/pkg/python-dukpy/usr
creating /tmp/python-dukpy-archlinuxrb-build-J3SzIv2c/python-dukpy/trunk/pkg/python-dukpy/usr/lib
creating /tmp/python-dukpy-archlinuxrb-build-J3SzIv2c/python-dukpy/trunk/pkg/python-dukpy/usr/lib/python3.9
creating /tmp/python-dukpy-archlinuxrb-build-J3SzIv2c/python-dukpy/trunk/pkg/python-dukpy/usr/lib/python3.9/site-packages
copying build/lib.linux-x86_64-3.9/dukpy.cpython-39-x86_64-linux-gnu.so -> /tmp/python-dukpy-archlinuxrb-build-J3SzIv2c/python-dukpy/trunk/pkg/python-dukpy/usr/lib/python3.9/site-packages
writing byte-compilation script '/tmp/tmp439mx0p6.py'
/usr/sbin/python /tmp/tmp439mx0p6.py
removing /tmp/tmp439mx0p6.py
running install_egg_info
running egg_info
creating dukpy.egg-info
writing dukpy.egg-info/PKG-INFO
writing dependency_links to dukpy.egg-info/dependency_links.txt
writing top-level names to dukpy.egg-info/top_level.txt
writing manifest file 'dukpy.egg-info/SOURCES.txt'
reading manifest file 'dukpy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'dukpy.egg-info/SOURCES.txt'
Copying dukpy.egg-info to /tmp/python-dukpy-archlinuxrb-build-J3SzIv2c/python-dukpy/trunk/pkg/python-dukpy/usr/lib/python3.9/site-packages/dukpy-0.3-py3.9.egg-info
running install_scripts
==> 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 "python-dukpy"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-dukpy 0.3-6 (Wed Jul 21 12:25:16 2021)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-python-dukpy-archlinuxrb-build-J3SzIv2c
+ tee -a /srv/reproducible-results/archlinuxrb-build-J3SzIv2c/b2/python-dukpy/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/python-dukpy-archlinuxrb-build-J3SzIv2c/python-dukpy/trunk/python-dukpy-0.3-6-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-J3SzIv2c/b2/python-dukpy/python-dukpy-0.3-6-x86_64.pkg.tar.zst'
Wed Jul 21 12:25:33 UTC 2021 - build #2 for python-dukpy on osuosl169-amd64 done.
Wed Jul 21 12:25:34 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-xziuLfJo, removing.
/srv/reproducible-results/archlinuxrb-build-J3SzIv2c:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jul 21 12:24 b1
drwxr-xr-x 3 jenkins jenkins 4096 Jul 21 12:25 b2

/srv/reproducible-results/archlinuxrb-build-J3SzIv2c/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jul 21 12:24 python-dukpy

/srv/reproducible-results/archlinuxrb-build-J3SzIv2c/b1/python-dukpy:
total 244
-rw-r--r-- 1 jenkins jenkins  18502 Jul 21 12:24 build1.log
-rw-r--r-- 1 jenkins jenkins      6 Jul 21 12:24 build1.version
-rw-r--r-- 1 jenkins jenkins 218877 Jul 21 12:24 python-dukpy-0.3-6-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-J3SzIv2c/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jul 21 12:25 python-dukpy

/srv/reproducible-results/archlinuxrb-build-J3SzIv2c/b2/python-dukpy:
total 240
-rw-r--r-- 1 jenkins jenkins  17503 Jul 21 12:25 build2.log
-rw-r--r-- 1 jenkins jenkins      6 Jul 21 12:25 build2.version
-rw-r--r-- 1 jenkins jenkins 218877 Jul 21 12:25 python-dukpy-0.3-6-x86_64.pkg.tar.zst
Wed Jul 21 12:25:40 UTC 2021 - comparing results now.
Wed Jul 21 12:25:40 UTC 2021 - YAY - python-dukpy/python-dukpy-0.3-6-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
Wed Jul 21 12:25:40 UTC 2021 - https://tests.reproducible-builds.org/archlinux/community/python-dukpy/ updated.
/var/lib/jenkins/userContent/reproducible/archlinux/community/python-dukpy/pkg.html older than /var/lib/jenkins/userContent/reproducible/archlinux/community/python-dukpy/pkg.build_duration, thus deleting it.
INSERT into results (package_id, version, status, build_date, build_duration, node1, node2, job)
		VALUES ('397070', '0.3-6', 'reproducible', '2021-07-21 12:23', '115', 'osuosl170-amd64', 'osuosl169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_4/296420/')
		ON CONFLICT (package_id)
		DO UPDATE SET version='0.3-6', status='reproducible', build_date='2021-07-21 12:23', build_duration='115', node1='osuosl170-amd64', node2='osuosl169-amd64', job='https://jenkins.debian.net/job/reproducible_builder_archlinux_4/296420/' WHERE results.package_id='397070'
INSERT 0 1
INSERT INTO stats_build (name, version, suite, architecture, distribution, status, build_date, build_duration, node1, node2, job)
		VALUES ('python-dukpy', '0.3-6', 'community', 'x86_64', 3, 'reproducible', '2021-07-21 12:23', '115', 'osuosl170-amd64', 'osuosl169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_4/296420/');
INSERT 0 1
DELETE FROM schedule WHERE package_id='397070' and build_type='ci_build';
DELETE 1
Wed Jul 21 12:25:40 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-J3SzIv2c deleted.
Wed Jul 21 12:25:40 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-CP3HD9m3, removing.
ERROR: Build step failed with exception
java.io.IOException: No space left on device
	at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at java.base/sun.nio.ch.FileDispatcherImpl.write(FileDispatcherImpl.java:62)
	at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:113)
	at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:79)
	at java.base/sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:280)
	at java.base/java.nio.channels.Channels.writeFullyImpl(Channels.java:74)
	at java.base/java.nio.channels.Channels.writeFully(Channels.java:97)
	at java.base/java.nio.channels.Channels$1.write(Channels.java:172)
	at hudson.remoting.RemoteOutputStream.write(RemoteOutputStream.java:112)
	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1159)
	at org.apache.commons.io.IOUtils.copy(IOUtils.java:878)
	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1135)
	at org.apache.commons.io.IOUtils.copy(IOUtils.java:854)
	at hudson.FilePath$CopyTo.invoke(FilePath.java:2494)
	at hudson.FilePath$CopyTo.invoke(FilePath.java:2485)
	at hudson.FilePath.act(FilePath.java:1165)
	at hudson.FilePath.act(FilePath.java:1148)
	at hudson.FilePath.copyTo(FilePath.java:2479)
	at hudson.FilePath.copyTo(FilePath.java:2434)
Caused: java.io.IOException: Failed to copy /var/lib/jenkins/jobs/reproducible_builder_archlinux_4/builds/296420/log to /tmp/log-parser_reproducible_builder_archlinux_4_build_296420
	at hudson.FilePath.copyTo(FilePath.java:2437)
	at hudson.plugins.logparser.LogParserStatusComputer.computeStatusMatches(LogParserStatusComputer.java:88)
	at hudson.plugins.logparser.LogParserStatusComputer.access$000(LogParserStatusComputer.java:22)
	at hudson.plugins.logparser.LogParserStatusComputer$1.call(LogParserStatusComputer.java:54)
Caused: java.lang.RuntimeException
	at hudson.plugins.logparser.LogParserStatusComputer$1.call(LogParserStatusComputer.java:62)
	at hudson.plugins.logparser.LogParserStatusComputer$1.call(LogParserStatusComputer.java:47)
	at hudson.remoting.LocalChannel.call(LocalChannel.java:46)
	at hudson.plugins.logparser.LogParserStatusComputer.computeStatusMatches(LogParserStatusComputer.java:47)
	at hudson.plugins.logparser.LogParserStatusComputer.<init>(LogParserStatusComputer.java:36)
	at hudson.plugins.logparser.LogParserParser.parseLogBody(LogParserParser.java:355)
	at hudson.plugins.logparser.LogParserParser.parseLog(LogParserParser.java:165)
	at hudson.plugins.logparser.LogParserPublisher.perform(LogParserPublisher.java:119)
	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:803)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:752)
	at hudson.model.Build$BuildExecution.post2(Build.java:177)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:697)
	at hudson.model.Run.execute(Run.java:1931)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Build step 'Console output (build log) parsing' marked build as failure



More information about the Qa-jenkins-scm mailing list