[Qa-jenkins-scm] Build failed in Jenkins: reproducible_openwrt-target-ar71xx #326

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sat Jan 16 05:47:32 GMT 2021


See <https://jenkins.debian.net/job/reproducible_openwrt-target-ar71xx/326/display/redirect>

Changes:


------------------------------------------
[...truncated 4.40 MB...]
  File "/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 273, in _execute_on_connection
    return connection._execute_clauseelement(self, multiparams, params)
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1099, in _execute_clauseelement
    distilled_params,
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1240, in _execute_context
    e, statement, parameters, cursor, context
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1458, in _handle_dbapi_exception
    util.raise_from_cause(sqlalchemy_exception, exc_info)
  File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 296, in raise_from_cause
    reraise(type(exception), exception, tb=exc_tb, cause=cause)
  File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 276, in reraise
    raise value.with_traceback(tb)
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1216, in _execute_context
    cursor, statement, parameters, context
  File "/usr/lib/python3/dist-packages/sqlalchemy/dialects/postgresql/psycopg2.py", line 719, in do_executemany
    cursor.executemany(statement, parameters)
sqlalchemy.exc.IntegrityError: (psycopg2.IntegrityError) duplicate key value violates unique constraint "sources_new_name_suite_architecture_key"
DETAIL:  Key (name, suite, architecture)=(base-files, trunk, mips_24kc) already exists.
 [SQL: 'INSERT INTO sources (name, version, suite, architecture, distribution) VALUES (%(name)s, %(version)s, %(suite)s, %(architecture)s, %(distribution)s)'] [parameters: ({'name': 'base-files', 'version': '246-r15508-b0ad07e9a0', 'suite': 'trunk', 'architecture': 'mips_24kc', 'distribution': 5}, {'name': 'block-mount', 'version': '2021-01-04-c53b1882-1', 'suite': 'trunk', 'architecture': 'mips_24kc', 'distribution': 5}, {'name': 'blockd', 'version': '2021-01-04-c53b1882-1', 'suite': 'trunk', 'architecture': 'mips_24kc', 'distribution': 5}, {'name': 'dropbear', 'version': '2020.81-2', 'suite': 'trunk', 'architecture': 'mips_24kc', 'distribution': 5}, {'name': 'dropbearconvert', 'version': '2020.81-2', 'suite': 'trunk', 'architecture': 'mips_24kc', 'distribution': 5}, {'name': 'fstools', 'version': '2021-01-04-c53b1882-1', 'suite': 'trunk', 'architecture': 'mips_24kc', 'distribution': 5}, {'name': 'ip6tables-extra', 'version': '1.8.6-1', 'suite': 'trunk', 'architecture': 'mips_24kc', 'distribution': 5}, {'name': 'ip6tables-mod-nat', 'version': '1.8.6-1', 'suite': 'trunk', 'architecture': 'mips_24kc', 'distribution': 5}  ... displaying 10 of 885 total bound parameter sets ...  {'name': 'uboot-envtools', 'version': '2020.04-17', 'suite': 'trunk', 'architecture': 'mips_24kc', 'distribution': 5}, {'name': 'uqmi', 'version': '2020-11-22-0a19b5b7-2', 'suite': 'trunk', 'architecture': 'mips_24kc', 'distribution': 5})] (Background on this error at: http://sqlalche.me/e/gkpj)
[2021-01-16 05:46:38] INFO: Finished at 2021-01-16 05:46:38.460383, took: 0:00:02.003923
Running reproducible_openwrt_package_parser.py
[2021-01-16 05:46:39] INFO: Starting at 2021-01-16 05:46:39.207306
[2021-01-16 05:46:40] INFO: Found new source packages. Adding to the database
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1216, in _execute_context
    cursor, statement, parameters, context
  File "/usr/lib/python3/dist-packages/sqlalchemy/dialects/postgresql/psycopg2.py", line 719, in do_executemany
    cursor.executemany(statement, parameters)
psycopg2.IntegrityError: duplicate key value violates unique constraint "sources_new_name_suite_architecture_key"
DETAIL:  Key (name, suite, architecture)=(6in4, trunk, all) already exists.


The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/srv/jenkins/bin/reproducible_openwrt_package_parser.py", line 209, in <module>
    main()
  File "/srv/jenkins/bin/reproducible_openwrt_package_parser.py", line 206, in main
    insert_into_db(result)
  File "/srv/jenkins/bin/reproducible_openwrt_package_parser.py", line 147, in insert_into_db
    conn_db.execute(sources_tbl.insert(), new_src_pkgs)
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 980, in execute
    return meth(self, multiparams, params)
  File "/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 273, in _execute_on_connection
    return connection._execute_clauseelement(self, multiparams, params)
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1099, in _execute_clauseelement
    distilled_params,
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1240, in _execute_context
    e, statement, parameters, cursor, context
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1458, in _handle_dbapi_exception
    util.raise_from_cause(sqlalchemy_exception, exc_info)
  File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 296, in raise_from_cause
    reraise(type(exception), exception, tb=exc_tb, cause=cause)
  File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 276, in reraise
    raise value.with_traceback(tb)
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1216, in _execute_context
    cursor, statement, parameters, context
  File "/usr/lib/python3/dist-packages/sqlalchemy/dialects/postgresql/psycopg2.py", line 719, in do_executemany
    cursor.executemany(statement, parameters)
sqlalchemy.exc.IntegrityError: (psycopg2.IntegrityError) duplicate key value violates unique constraint "sources_new_name_suite_architecture_key"
DETAIL:  Key (name, suite, architecture)=(6in4, trunk, all) already exists.
 [SQL: 'INSERT INTO sources (name, version, suite, architecture, distribution) VALUES (%(name)s, %(version)s, %(suite)s, %(architecture)s, %(distribution)s)'] [parameters: ({'name': '6in4', 'version': '26', 'suite': 'trunk', 'architecture': 'all', 'distribution': 5}, {'name': '6rd', 'version': '10', 'suite': 'trunk', 'architecture': 'all', 'distribution': 5}, {'name': '6to4', 'version': '13', 'suite': 'trunk', 'architecture': 'all', 'distribution': 5}, {'name': 'adb', 'version': 'android.5.0.2_r1-3', 'suite': 'trunk', 'architecture': 'mips_24kc', 'distribution': 5}, {'name': 'agetty', 'version': '2.36.1-1', 'suite': 'trunk', 'architecture': 'mips_24kc', 'distribution': 5}, {'name': 'aircard-pcmcia-firmware', 'version': '20201118-3', 'suite': 'trunk', 'architecture': 'mips_24kc', 'distribution': 5}, {'name': 'amdgpu-firmware', 'version': '20201118-3', 'suite': 'trunk', 'architecture': 'mips_24kc', 'distribution': 5}, {'name': 'ar3k-firmware', 'version': '20201118-3', 'suite': 'trunk', 'architecture': 'mips_24kc', 'distribution': 5}  ... displaying 10 of 492 total bound parameter sets ...  {'name': 'xfrm', 'version': '3', 'suite': 'trunk', 'architecture': 'all', 'distribution': 5}, {'name': 'zram-swap', 'version': '8', 'suite': 'trunk', 'architecture': 'all', 'distribution': 5})] (Background on this error at: http://sqlalche.me/e/gkpj)
[2021-01-16 05:46:40] INFO: Finished at 2021-01-16 05:46:40.324290, took: 0:00:01.117006
Running reproducible_openwrt_package_parser.py
[2021-01-16 05:46:40] INFO: Starting at 2021-01-16 05:46:40.719764
[2021-01-16 05:46:41] INFO: Injecting build results…
[2021-01-16 05:46:41] INFO: Finished at 2021-01-16 05:46:41.472933, took: 0:00:00.753187
Running reproducible_openwrt_package_parser.py
[2021-01-16 05:46:42] INFO: Starting at 2021-01-16 05:46:42.993645
[2021-01-16 05:46:46] INFO: Found new source packages. Adding to the database
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1216, in _execute_context
    cursor, statement, parameters, context
  File "/usr/lib/python3/dist-packages/sqlalchemy/dialects/postgresql/psycopg2.py", line 719, in do_executemany
    cursor.executemany(statement, parameters)
psycopg2.IntegrityError: duplicate key value violates unique constraint "sources_new_name_suite_architecture_key"
DETAIL:  Key (name, suite, architecture)=(luci-app-acl, trunk, all) already exists.


The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/srv/jenkins/bin/reproducible_openwrt_package_parser.py", line 209, in <module>
    main()
  File "/srv/jenkins/bin/reproducible_openwrt_package_parser.py", line 206, in main
    insert_into_db(result)
  File "/srv/jenkins/bin/reproducible_openwrt_package_parser.py", line 147, in insert_into_db
    conn_db.execute(sources_tbl.insert(), new_src_pkgs)
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 980, in execute
    return meth(self, multiparams, params)
  File "/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 273, in _execute_on_connection
    return connection._execute_clauseelement(self, multiparams, params)
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1099, in _execute_clauseelement
    distilled_params,
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1240, in _execute_context
    e, statement, parameters, cursor, context
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1458, in _handle_dbapi_exception
    util.raise_from_cause(sqlalchemy_exception, exc_info)
  File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 296, in raise_from_cause
    reraise(type(exception), exception, tb=exc_tb, cause=cause)
  File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 276, in reraise
    raise value.with_traceback(tb)
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1216, in _execute_context
    cursor, statement, parameters, context
  File "/usr/lib/python3/dist-packages/sqlalchemy/dialects/postgresql/psycopg2.py", line 719, in do_executemany
    cursor.executemany(statement, parameters)
sqlalchemy.exc.IntegrityError: (psycopg2.IntegrityError) duplicate key value violates unique constraint "sources_new_name_suite_architecture_key"
DETAIL:  Key (name, suite, architecture)=(luci-app-acl, trunk, all) already exists.
 [SQL: 'INSERT INTO sources (name, version, suite, architecture, distribution) VALUES (%(name)s, %(version)s, %(suite)s, %(architecture)s, %(distribution)s)'] [parameters: ({'name': 'luci-app-acl', 'version': 'git-21.014.61442-4f39341', 'suite': 'trunk', 'architecture': 'all', 'distribution': 5}, {'name': 'luci-app-acme', 'version': 'git-21.014.61442-4f39341', 'suite': 'trunk', 'architecture': 'all', 'distribution': 5}, {'name': 'luci-app-adblock', 'version': 'git-21.014.61442-4f39341', 'suite': 'trunk', 'architecture': 'all', 'distribution': 5}, {'name': 'luci-app-advanced-reboot', 'version': 'git-21.014.61442-4f39341', 'suite': 'trunk', 'architecture': 'all', 'distribution': 5}, {'name': 'luci-app-ahcp', 'version': 'git-21.014.61442-4f39341', 'suite': 'trunk', 'architecture': 'all', 'distribution': 5}, {'name': 'luci-app-aria2', 'version': 'git-21.014.61442-4f39341', 'suite': 'trunk', 'architecture': 'all', 'distribution': 5}, {'name': 'luci-app-attendedsysupgrade', 'version': 'git-21.014.61442-4f39341', 'suite': 'trunk', 'architecture': 'all', 'distribution': 5}, {'name': 'luci-app-babeld', 'version': 'git-21.014.61442-4f39341', 'suite': 'trunk', 'architecture': 'all', 'distribution': 5}  ... displaying 10 of 2593 total bound parameter sets ...  {'name': 'luci-theme-openwrt', 'version': 'git-21.014.61442-4f39341', 'suite': 'trunk', 'architecture': 'all', 'distribution': 5}, {'name': 'luci', 'version': 'git-21.014.61442-4f39341', 'suite': 'trunk', 'architecture': 'all', 'distribution': 5})] (Background on this error at: http://sqlalche.me/e/gkpj)
[2021-01-16 05:46:46] INFO: Finished at 2021-01-16 05:46:46.665249, took: 0:00:03.671622
Running reproducible_openwrt_package_parser.py
[2021-01-16 05:46:49] INFO: Starting at 2021-01-16 05:46:49.210933
Traceback (most recent call last):
  File "/srv/jenkins/bin/reproducible_openwrt_package_parser.py", line 209, in <module>
    main()
  File "/srv/jenkins/bin/reproducible_openwrt_package_parser.py", line 206, in main
    insert_into_db(result)
  File "/srv/jenkins/bin/reproducible_openwrt_package_parser.py", line 132, in insert_into_db
    insert_pkg_list(alone_a, "FTBFS on B", now)
  File "/srv/jenkins/bin/reproducible_openwrt_package_parser.py", line 114, in insert_pkg_list
    entry = pkg_list[pkg][0]
  File "/usr/lib/python3.7/email/message.py", line 391, in __getitem__
    return self.get(name)
  File "/usr/lib/python3.7/email/message.py", line 468, in get
    name = name.lower()
AttributeError: 'int' object has no attribute 'lower'
[2021-01-16 05:46:49] INFO: Finished at 2021-01-16 05:46:49.448270, took: 0:00:00.237351
Running reproducible_openwrt_package_parser.py
[2021-01-16 05:46:49] INFO: Starting at 2021-01-16 05:46:49.881652
Traceback (most recent call last):
  File "/srv/jenkins/bin/reproducible_openwrt_package_parser.py", line 209, in <module>
    main()
  File "/srv/jenkins/bin/reproducible_openwrt_package_parser.py", line 206, in main
    insert_into_db(result)
  File "/srv/jenkins/bin/reproducible_openwrt_package_parser.py", line 132, in insert_into_db
    insert_pkg_list(alone_a, "FTBFS on B", now)
  File "/srv/jenkins/bin/reproducible_openwrt_package_parser.py", line 114, in insert_pkg_list
    entry = pkg_list[pkg][0]
  File "/usr/lib/python3.7/email/message.py", line 391, in __getitem__
    return self.get(name)
  File "/usr/lib/python3.7/email/message.py", line 468, in get
    name = name.lower()
AttributeError: 'int' object has no attribute 'lower'
[2021-01-16 05:46:50] INFO: Finished at 2021-01-16 05:46:50.033474, took: 0:00:00.151829
Running reproducible_openwrt_package_parser.py
[2021-01-16 05:46:50] INFO: Starting at 2021-01-16 05:46:50.737785
Traceback (most recent call last):
  File "/srv/jenkins/bin/reproducible_openwrt_package_parser.py", line 209, in <module>
    main()
  File "/srv/jenkins/bin/reproducible_openwrt_package_parser.py", line 206, in main
    insert_into_db(result)
  File "/srv/jenkins/bin/reproducible_openwrt_package_parser.py", line 132, in insert_into_db
    insert_pkg_list(alone_a, "FTBFS on B", now)
  File "/srv/jenkins/bin/reproducible_openwrt_package_parser.py", line 114, in insert_pkg_list
    entry = pkg_list[pkg][0]
  File "/usr/lib/python3.7/email/message.py", line 391, in __getitem__
    return self.get(name)
  File "/usr/lib/python3.7/email/message.py", line 468, in get
    name = name.lower()
AttributeError: 'int' object has no attribute 'lower'
[2021-01-16 05:46:50] INFO: Finished at 2021-01-16 05:46:50.899527, took: 0:00:00.161758
/srv/reproducible-results/rbuild-openwrt-results-eDf1wcw9/b2/targets /srv/reproducible-results/rbuild-openwrt-results-eDf1wcw9/b1/targets
/srv/reproducible-results/rbuild-openwrt-results-eDf1wcw9/b1/targets
Sat Jan 16 05:46:52 UTC 2021 - 'openwrt/openwrt.html' -> '/var/lib/jenkins/userContent/reproducible/openwrt/openwrt.html'
Sat Jan 16 05:46:52 UTC 2021 - enjoy https://tests.reproducible-builds.org/openwrt/openwrt.html
Sat Jan 16 05:46:53 UTC 2021 - 'openwrt/openwrt_ar71xx.html' -> '/var/lib/jenkins/userContent/reproducible/openwrt/openwrt_ar71xx.html'
Sat Jan 16 05:46:53 UTC 2021 - enjoy https://tests.reproducible-builds.org/openwrt/openwrt_ar71xx.html
Sat Jan 16 05:46:53 UTC 2021 - total duration: 13h 34m 4s.
Sending 'https://tests.reproducible-builds.org/openwrt/openwrt_ar71xx.html has been updated. (99.2% images and 98.5% packages reproducible in our current test framework.)' to reproducible-changes now.
malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "Can't connect to kgb...") at /usr/share/perl5/JSON/RPC/Legacy/Client.pm line 180.
Sending 'https://tests.reproducible-builds.org/openwrt/openwrt_ar71xx.html has been updated. (99.2% images and 98.5% packages reproducible in our current test framework.)' to openwrt-devel now.
=============================================================================
====================================================================================
Sat Jan 16 05:46:56 UTC 2021 - running /srv/jenkins/bin/reproducible_openwrt.sh (for job reproducible_openwrt) on osuosl171-amd64, called using "node node_cleanup_tmpdirs /srv/workspace/chroots/rbuild-openwrt-build-2021-01-15-JSiMOflp" as arguments.
Sat Jan 16 05:46:56 UTC 2021 - actually running "reproducible_openwrt.sh" (md5sum 69098086b5cfa9d0599abb7d111a7cbb) as "/tmp/jenkins-script-2hwCH7DU"

Please send feedback to qa-jenkins-dev at lists.alioth.debian.org or even better, provide https://salsa.debian.org/qa/jenkins.debian.net/merge_requests !

To dig deeper: git clone https://salsa.debian.org/qa/jenkins.debian.net.git && less README INSTALL CONTRIBUTING TODO

====================================================================================
####
#### node_cleanup_tmpdirs node_cleanup_tmpdirs /srv/workspace/chroots/rbuild-openwrt-build-2021-01-15-JSiMOflp
####
Sat Jan 16 05:46:56 UTC 2021 - deleting $TMPBUILDDIR /srv/workspace/chroots/rbuild-openwrt-build-2021-01-15-JSiMOflp
Sat Jan 16 05:46:56 UTC 2021 - reproducible_openwrt.sh stopped running as /tmp/jenkins-script-2hwCH7DU, which will now be removed.
====================================================================================
Fri Feb 18 12:09:53 UTC 2022 - running /srv/jenkins/bin/reproducible_openwrt.sh (for job reproducible_openwrt) on osuosl172-amd64, called using "node node_cleanup_tmpdirs /srv/workspace/chroots/rbuild-openwrt-build-2021-01-15-JSiMOflp" as arguments.
Fri Feb 18 12:09:53 UTC 2022 - actually running "reproducible_openwrt.sh" (md5sum 69098086b5cfa9d0599abb7d111a7cbb) as "/tmp/jenkins-script-IFpSNLlD"

Please send feedback to qa-jenkins-dev at lists.alioth.debian.org or even better, provide https://salsa.debian.org/qa/jenkins.debian.net/merge_requests !

To dig deeper: git clone https://salsa.debian.org/qa/jenkins.debian.net.git && less README INSTALL CONTRIBUTING TODO

====================================================================================
####
#### node_cleanup_tmpdirs node_cleanup_tmpdirs /srv/workspace/chroots/rbuild-openwrt-build-2021-01-15-JSiMOflp
####
Fri Feb 18 12:09:53 UTC 2022 - deleting $TMPBUILDDIR /srv/workspace/chroots/rbuild-openwrt-build-2021-01-15-JSiMOflp
Fri Feb 18 12:09:53 UTC 2022 - reproducible_openwrt.sh stopped running as /tmp/jenkins-script-IFpSNLlD, which will now be removed.
Sat 16 Jan 05:47:31 UTC 2021 - reproducible_openwrt.sh stopped running as /tmp/jenkins-script-1jgQAOP5, which will now be removed.
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:111)
	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:2490)
	at hudson.FilePath$CopyTo.invoke(FilePath.java:2481)
	at hudson.FilePath.act(FilePath.java:1161)
	at hudson.FilePath.act(FilePath.java:1144)
	at hudson.FilePath.copyTo(FilePath.java:2475)
	at hudson.FilePath.copyTo(FilePath.java:2430)
Caused: java.io.IOException: Failed to copy /var/lib/jenkins/jobs/reproducible_openwrt-target-ar71xx/builds/326/log to /tmp/log-parser_reproducible_openwrt-target-ar71xx_build_326
	at hudson.FilePath.copyTo(FilePath.java:2433)
	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:804)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:753)
	at hudson.model.Build$BuildExecution.post2(Build.java:177)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:698)
	at hudson.model.Run.execute(Run.java:1932)
	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
Archiving artifacts



More information about the Qa-jenkins-scm mailing list