[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_8 #124684

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon May 10 02:57:10 BST 2021


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_8/124684/display/redirect>

Changes:


------------------------------------------
[...truncated 65.37 KB...]
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing ghc...
installing haskell-microlens...
installing haskell-th-abstraction...
installing haskell-microlens-th...
installing uusi...
installing haskell-erf...
installing haskell-quickcheck...
installing haskell-parallel...
installing haskell-colour...
installing haskell-ansi-terminal...
installing haskell-ansi-wl-pprint...
installing haskell-hostname...
installing haskell-xml...
installing haskell-test-framework...
installing haskell-extensible-exceptions...
installing haskell-test-framework-hunit...
installing haskell-test-framework-quickcheck2...
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Registering Haskell modules...
==> Retrieving sources...
  -> Downloading snap-core-1.0.4.2.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 --:--:-- --:--:-- --:--:--     0  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  159k  100  159k    0     0   989k      0 --:--:-- --:--:-- --:--:--  989k
  -> Downloading snap-core-fix-random-1.2.patch...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100   149  100   149    0     0    464      0 --:--:-- --:--:-- --:--:--   465
100  1267    0  1267    0     0   2017      0 --:--:-- --:--:-- --:--:--  2017
==> Validating source files with sha512sums...
    snap-core-1.0.4.2.tar.gz ... Passed
    snap-core-fix-random-1.2.patch ... Passed
==> Extracting sources...
  -> Extracting snap-core-1.0.4.2.tar.gz with bsdtar
==> Starting prepare()...
patching file test/Snap/Util/GZip/Tests.hs
Pending action(s):
  SetVersion["attoparsec", -any]
  Remove["bytestring-builder"]
Parsing cabal file from snap-core.cabal...
Write file: snap-core.cabal
==> Starting build()...
Configuring snap-core-1.0.4.2...
Preprocessing test suite 'testsuite' for snap-core-1.0.4.2..
Building test suite 'testsuite' for snap-core-1.0.4.2..
[ 1 of 31] Compiling Snap.Internal.Debug ( src/Snap/Internal/Debug.hs, dist/build/testsuite/testsuite-tmp/Snap/Internal/Debug.dyn_o )
[ 2 of 31] Compiling Snap.Test.Common ( test/Snap/Test/Common.hs, dist/build/testsuite/testsuite-tmp/Snap/Test/Common.dyn_o )
[ 3 of 31] Compiling Snap.Types.Headers ( src/Snap/Types/Headers.hs, dist/build/testsuite/testsuite-tmp/Snap/Types/Headers.dyn_o )
[ 4 of 31] Compiling Snap.Internal.Http.Types ( src/Snap/Internal/Http/Types.hs, dist/build/testsuite/testsuite-tmp/Snap/Internal/Http/Types.dyn_o )
[ 5 of 31] Compiling Snap.Internal.Test.Assertions ( src/Snap/Internal/Test/Assertions.hs, dist/build/testsuite/testsuite-tmp/Snap/Internal/Test/Assertions.dyn_o )
[ 6 of 31] Compiling Snap.Internal.Parsing ( src/Snap/Internal/Parsing.hs, dist/build/testsuite/testsuite-tmp/Snap/Internal/Parsing.dyn_o )
[ 7 of 31] Compiling Snap.Internal.Parsing.Tests ( test/Snap/Internal/Parsing/Tests.hs, dist/build/testsuite/testsuite-tmp/Snap/Internal/Parsing/Tests.dyn_o )
[ 8 of 31] Compiling Snap.Internal.Core ( src/Snap/Internal/Core.hs, dist/build/testsuite/testsuite-tmp/Snap/Internal/Core.dyn_o )
[ 9 of 31] Compiling Snap.Internal.Routing ( src/Snap/Internal/Routing.hs, dist/build/testsuite/testsuite-tmp/Snap/Internal/Routing.dyn_o )

src/Snap/Internal/Routing.hs:28:1: warning: [-Wunused-imports]
    The import of `Data.Semigroup' is redundant
      except perhaps to import instances from `Data.Semigroup'
    To import instances alone, use: import Data.Semigroup()
   |
28 | import           Data.Semigroup           (Semigroup (..))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[10 of 31] Compiling Snap.Internal.Instances ( src/Snap/Internal/Instances.hs, dist/build/testsuite/testsuite-tmp/Snap/Internal/Instances.dyn_o )
[11 of 31] Compiling Snap.Core        ( src/Snap/Core.hs, dist/build/testsuite/testsuite-tmp/Snap/Core.dyn_o )
[12 of 31] Compiling Snap.Internal.Util.FileUploads ( src/Snap/Internal/Util/FileUploads.hs, dist/build/testsuite/testsuite-tmp/Snap/Internal/Util/FileUploads.dyn_o )
[13 of 31] Compiling Snap.Internal.Util.FileServe ( src/Snap/Internal/Util/FileServe.hs, dist/build/testsuite/testsuite-tmp/Snap/Internal/Util/FileServe.dyn_o )
[14 of 31] Compiling Snap.Internal.Test.RequestBuilder ( src/Snap/Internal/Test/RequestBuilder.hs, dist/build/testsuite/testsuite-tmp/Snap/Internal/Test/RequestBuilder.dyn_o )
[15 of 31] Compiling Snap.Test        ( src/Snap/Test.hs, dist/build/testsuite/testsuite-tmp/Snap/Test.dyn_o )
[16 of 31] Compiling Snap.Internal.Routing.Tests ( test/Snap/Internal/Routing/Tests.hs, dist/build/testsuite/testsuite-tmp/Snap/Internal/Routing/Tests.dyn_o )
[17 of 31] Compiling Snap.Internal.Http.Types.Tests ( test/Snap/Internal/Http/Types/Tests.hs, dist/build/testsuite/testsuite-tmp/Snap/Internal/Http/Types/Tests.dyn_o )
[18 of 31] Compiling Snap.Core.Tests  ( test/Snap/Core/Tests.hs, dist/build/testsuite/testsuite-tmp/Snap/Core/Tests.dyn_o )
[19 of 31] Compiling Snap.Types.Headers.Tests ( test/Snap/Types/Headers/Tests.hs, dist/build/testsuite/testsuite-tmp/Snap/Types/Headers/Tests.dyn_o )
[20 of 31] Compiling Snap.Util.CORS   ( src/Snap/Util/CORS.hs, dist/build/testsuite/testsuite-tmp/Snap/Util/CORS.dyn_o )
[21 of 31] Compiling Snap.Util.CORS.Tests ( test/Snap/Util/CORS/Tests.hs, dist/build/testsuite/testsuite-tmp/Snap/Util/CORS/Tests.dyn_o )
[22 of 31] Compiling Snap.Util.FileServe ( src/Snap/Util/FileServe.hs, dist/build/testsuite/testsuite-tmp/Snap/Util/FileServe.dyn_o )
[23 of 31] Compiling Snap.Util.FileServe.Tests ( test/Snap/Util/FileServe/Tests.hs, dist/build/testsuite/testsuite-tmp/Snap/Util/FileServe/Tests.dyn_o )
[24 of 31] Compiling Snap.Util.FileUploads ( src/Snap/Util/FileUploads.hs, dist/build/testsuite/testsuite-tmp/Snap/Util/FileUploads.dyn_o )
[25 of 31] Compiling Snap.Test.Tests  ( test/Snap/Test/Tests.hs, dist/build/testsuite/testsuite-tmp/Snap/Test/Tests.dyn_o )

test/Snap/Test/Tests.hs:21:1: warning: [-Wunused-imports]
    The import of `Request(rqContentLength), Request(rqContextPath),
                   Request(rqIsSecure), Request(rqMethod), Request(rqParams),
                   Request(rqPathInfo), Request(rqPostParams), Request(rqQueryParams),
                   Request(rqQueryString), Request(rqURI), Request(rqVersion)'
    from module `Snap.Core' is redundant
   |
21 | import           Snap.Core                         (Cookie (Cookie, cookieExpires), Method (DELETE, GET, Method, PATCH, POST, PUT), Request (rqContentLength, rqContextPath, rqIsSecure, rqMethod, rqParams, rqPathInfo, rqPostParams, rqQueryParams, rqQueryString, rqURI, rqVersion), Snap, expireCookie, extendTimeout, getCookie, getHeader, getParam, logError, readCookie, redirect, runSnap, terminateConnection, writeBS)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[26 of 31] Compiling Snap.Util.FileUploads.Tests ( test/Snap/Util/FileUploads/Tests.hs, dist/build/testsuite/testsuite-tmp/Snap/Util/FileUploads/Tests.dyn_o )
[27 of 31] Compiling Snap.Util.GZip   ( src/Snap/Util/GZip.hs, dist/build/testsuite/testsuite-tmp/Snap/Util/GZip.dyn_o )
[28 of 31] Compiling Snap.Util.GZip.Tests ( test/Snap/Util/GZip/Tests.hs, dist/build/testsuite/testsuite-tmp/Snap/Util/GZip/Tests.dyn_o )
[29 of 31] Compiling Snap.Util.Proxy  ( src/Snap/Util/Proxy.hs, dist/build/testsuite/testsuite-tmp/Snap/Util/Proxy.dyn_o )
[30 of 31] Compiling Snap.Util.Proxy.Tests ( test/Snap/Util/Proxy/Tests.hs, dist/build/testsuite/testsuite-tmp/Snap/Util/Proxy/Tests.dyn_o )
[31 of 31] Compiling Main             ( test/TestSuite.hs, dist/build/testsuite/testsuite-tmp/Main.dyn_o )
Linking dist/build/testsuite/testsuite ...
Preprocessing library for snap-core-1.0.4.2..
Building library for snap-core-1.0.4.2..
[ 1 of 18] Compiling Snap.Internal.Debug ( src/Snap/Internal/Debug.hs, dist/build/Snap/Internal/Debug.dyn_o )
[ 2 of 18] Compiling Snap.Types.Headers ( src/Snap/Types/Headers.hs, dist/build/Snap/Types/Headers.dyn_o )
[ 3 of 18] Compiling Snap.Internal.Http.Types ( src/Snap/Internal/Http/Types.hs, dist/build/Snap/Internal/Http/Types.dyn_o )
[ 4 of 18] Compiling Snap.Internal.Test.Assertions ( src/Snap/Internal/Test/Assertions.hs, dist/build/Snap/Internal/Test/Assertions.dyn_o )
[ 5 of 18] Compiling Snap.Internal.Parsing ( src/Snap/Internal/Parsing.hs, dist/build/Snap/Internal/Parsing.dyn_o )
[ 6 of 18] Compiling Snap.Internal.Core ( src/Snap/Internal/Core.hs, dist/build/Snap/Internal/Core.dyn_o )
[ 7 of 18] Compiling Snap.Internal.Routing ( src/Snap/Internal/Routing.hs, dist/build/Snap/Internal/Routing.dyn_o )

src/Snap/Internal/Routing.hs:28:1: warning: [-Wunused-imports]
    The import of `Data.Semigroup' is redundant
      except perhaps to import instances from `Data.Semigroup'
    To import instances alone, use: import Data.Semigroup()
   |
28 | import           Data.Semigroup           (Semigroup (..))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 8 of 18] Compiling Snap.Internal.Instances ( src/Snap/Internal/Instances.hs, dist/build/Snap/Internal/Instances.dyn_o )
[ 9 of 18] Compiling Snap.Core        ( src/Snap/Core.hs, dist/build/Snap/Core.dyn_o )
[10 of 18] Compiling Snap.Internal.Util.FileUploads ( src/Snap/Internal/Util/FileUploads.hs, dist/build/Snap/Internal/Util/FileUploads.dyn_o )
[11 of 18] Compiling Snap.Internal.Util.FileServe ( src/Snap/Internal/Util/FileServe.hs, dist/build/Snap/Internal/Util/FileServe.dyn_o )
[12 of 18] Compiling Snap.Internal.Test.RequestBuilder ( src/Snap/Internal/Test/RequestBuilder.hs, dist/build/Snap/Internal/Test/RequestBuilder.dyn_o )
[13 of 18] Compiling Snap.Test        ( src/Snap/Test.hs, dist/build/Snap/Test.dyn_o )
[14 of 18] Compiling Snap.Util.CORS   ( src/Snap/Util/CORS.hs, dist/build/Snap/Util/CORS.dyn_o )
[15 of 18] Compiling Snap.Util.FileServe ( src/Snap/Util/FileServe.hs, dist/build/Snap/Util/FileServe.dyn_o )
[16 of 18] Compiling Snap.Util.FileUploads ( src/Snap/Util/FileUploads.hs, dist/build/Snap/Util/FileUploads.dyn_o )
[17 of 18] Compiling Snap.Util.GZip   ( src/Snap/Util/GZip.hs, dist/build/Snap/Util/GZip.dyn_o )
[18 of 18] Compiling Snap.Util.Proxy  ( src/Snap/Util/Proxy.hs, dist/build/Snap/Util/Proxy.dyn_o )
Unregistering snap-core-1.0.4.2...
==> Entering fakeroot environment...
==> Starting package()...
Installing library in /tmp/haskell-snap-core-archlinuxrb-build-ZQgZ0WEZ/haskell-snap-core/trunk/pkg/haskell-snap-core/usr/lib/ghc-8.10.4/site-local/snap-core-1.0.4.2
==> 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 "haskell-snap-core"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: haskell-snap-core 1.0.4.2-146 (Mon May 10 01:56:47 2021)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ tee -a /srv/reproducible-results/archlinuxrb-build-ZQgZ0WEZ/b2/haskell-snap-core/build2.log
+ schroot --end-session -c archlinux-haskell-snap-core-archlinuxrb-build-ZQgZ0WEZ
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/haskell-snap-core-archlinuxrb-build-ZQgZ0WEZ/haskell-snap-core/trunk/haskell-snap-core-1.0.4.2-146-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-ZQgZ0WEZ/b2/haskell-snap-core/haskell-snap-core-1.0.4.2-146-x86_64.pkg.tar.zst'
Mon May 10 01:56:48 UTC 2021 - build #2 for haskell-snap-core on osuosl169-amd64 done.
Mon May 10 01:56:48 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-Phdp3GWI, removing.
/srv/reproducible-results/archlinuxrb-build-ZQgZ0WEZ:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 May 10 01:45 b1
drwxr-xr-x 3 jenkins jenkins 4096 May 10 01:56 b2

/srv/reproducible-results/archlinuxrb-build-ZQgZ0WEZ/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 May 10 01:45 haskell-snap-core

/srv/reproducible-results/archlinuxrb-build-ZQgZ0WEZ/b1/haskell-snap-core:
total 632
-rw-r--r-- 1 jenkins jenkins  32784 May 10 01:45 build1.log
-rw-r--r-- 1 jenkins jenkins     12 May 10 01:45 build1.version
-rw-r--r-- 1 jenkins jenkins 601358 May 10 01:45 haskell-snap-core-1.0.4.2-146-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-ZQgZ0WEZ/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 May 10 01:56 haskell-snap-core

/srv/reproducible-results/archlinuxrb-build-ZQgZ0WEZ/b2/haskell-snap-core:
total 628
-rw-r--r-- 1 jenkins jenkins  33313 May 10 01:56 build2.log
-rw-r--r-- 1 jenkins jenkins     12 May 10 01:56 build2.version
-rw-r--r-- 1 jenkins jenkins 601331 May 10 01:56 haskell-snap-core-1.0.4.2-146-x86_64.pkg.tar.zst
Mon May 10 01:56:54 UTC 2021 - comparing results now.
Files /srv/reproducible-results/archlinuxrb-build-ZQgZ0WEZ/b1/haskell-snap-core/haskell-snap-core-1.0.4.2-146-x86_64.pkg.tar.zst and /srv/reproducible-results/archlinuxrb-build-ZQgZ0WEZ/b2/haskell-snap-core/haskell-snap-core-1.0.4.2-146-x86_64.pkg.tar.zst differ
Mon May 10 01:56:54 UTC 2021 - running diffoscope on the results now:
Mon May 10 01:56:58 UTC 2021 - Running diffoscope 174 now...
zstd: error 70 : Write error : cannot write decoded block : No space left on device 
Mon May 10 01:57:10 UTC 2021 - diffoscope 174 found issues, please investigate haskell-snap-core/haskell-snap-core-1.0.4.2-146-x86_64.pkg.tar.zst
Mon May 10 01:57:10 UTC 2021 - https://tests.reproducible-builds.org/archlinux/community/haskell-snap-core/ updated.
/var/lib/jenkins/userContent/reproducible/archlinux/community/haskell-snap-core/pkg.html older than /var/lib/jenkins/userContent/reproducible/archlinux/community/haskell-snap-core/pkg.build_duration, thus deleting it.
INSERT into results (package_id, version, status, build_date, build_duration, node1, node2, job)
		VALUES ('402085', '1.0.4.2-146', 'FTBR_1', '2021-05-10 01:42', '902', 'osuosl170-amd64', 'osuosl169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_8/124684/')
		ON CONFLICT (package_id)
		DO UPDATE SET version='1.0.4.2-146', status='FTBR_1', build_date='2021-05-10 01:42', build_duration='902', node1='osuosl170-amd64', node2='osuosl169-amd64', job='https://jenkins.debian.net/job/reproducible_builder_archlinux_8/124684/' WHERE results.package_id='402085'
INSERT 0 1
INSERT INTO stats_build (name, version, suite, architecture, distribution, status, build_date, build_duration, node1, node2, job)
		VALUES ('haskell-snap-core', '1.0.4.2-146', 'community', 'x86_64', 3, 'FTBR_1', '2021-05-10 01:42', '902', 'osuosl170-amd64', 'osuosl169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_8/124684/');
INSERT 0 1
DELETE FROM schedule WHERE package_id='402085' and build_type='ci_build';
DELETE 1
Mon May 10 01:57:10 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-ZQgZ0WEZ deleted.
Mon May 10 01:57:10 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-pMRaGck0, 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:2493)
	at hudson.FilePath$CopyTo.invoke(FilePath.java:2484)
	at hudson.FilePath.act(FilePath.java:1164)
	at hudson.FilePath.act(FilePath.java:1147)
	at hudson.FilePath.copyTo(FilePath.java:2478)
	at hudson.FilePath.copyTo(FilePath.java:2433)
Caused: java.io.IOException: Failed to copy /var/lib/jenkins/jobs/reproducible_builder_archlinux_8/builds/124684/log to /tmp/log-parser_reproducible_builder_archlinux_8_build_124684
	at hudson.FilePath.copyTo(FilePath.java:2436)
	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:47)
	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: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



More information about the Qa-jenkins-scm mailing list