Konsolenausgabe

Build wurde durch eine SCM-Änderung ausgelöst.
Baue in Arbeitsbereich /var/lib/jenkins/workspace/JHCR
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/lep/jhcr.git # timeout=10
Fetching upstream changes from https://github.com/lep/jhcr.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/lep/jhcr.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision efbad87eee8ca6038ee58a3f023e3d254df74c16 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f efbad87eee8ca6038ee58a3f023e3d254df74c16
Commit message: "Added rewrite system on Jass.Ast"
 > git rev-list --no-walk 4be186349416ee29c21870d3e8a72f497c910fc4 # timeout=10
[JHCR] $ /bin/sh -xe /tmp/jenkins6732446607031170578.sh
+ . /var/lib/jenkins/.ghcup/env
+ export PATH=/var/lib/jenkins/.cabal/bin:/var/lib/jenkins/.ghcup/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin
+ make init
cabal v1-sandbox init
Writing a default package environment file to
/var/lib/jenkins/workspace/JHCR/cabal.sandbox.config
Using an existing sandbox located at
/var/lib/jenkins/workspace/JHCR/.cabal-sandbox
cabal v1-install megaparsec lens optparse-applicative file-embed gitrev hashable dlist
Resolving dependencies...
All the requested packages are already installed:
dlist-0.8.0.6
file-embed-0.0.11
gitrev-1.3.1
hashable-1.2.7.0
lens-4.17
megaparsec-7.0.4
optparse-applicative-0.14.3.0
Use --reinstall if you want to reinstall anyway.
+ wget https://grill.wurstlang.org/hudson/job/Wurst/lastSuccessfulBuild/artifact/downloads/Wurstpack/wurstscript/common.j
--2019-04-11 16:55:15--  https://grill.wurstlang.org/hudson/job/Wurst/lastSuccessfulBuild/artifact/downloads/Wurstpack/wurstscript/common.j
Auflösen des Hostnamens grill.wurstlang.org (grill.wurstlang.org) … 104.27.130.212, 104.27.131.212, 2606:4700:30::681b:83d4, ...
Verbindungsaufbau zu grill.wurstlang.org (grill.wurstlang.org)|104.27.130.212|:443 … verbunden.
HTTP-Anforderung gesendet, auf Antwort wird gewartet … 200 OK
Länge: 183658 (179K) [application/octet-stream]
Wird in »common.j.2« gespeichert.

     0K .......... .......... .......... .......... .......... 27% 4,28M 0s
    50K .......... .......... .......... .......... .......... 55% 5,74M 0s
   100K .......... .......... .......... .......... .......... 83% 12,8M 0s
   150K .......... .......... .........                       100% 12,4M=0,03s

2019-04-11 16:55:16 (6,73 MB/s) - »common.j.2« gespeichert [183658/183658]

+ make
cabal v1-exec -- ghc  Main.hs -o jhcr
[ 3 of 16] Compiling Jass.Ast         ( Jass/Ast.hs, Jass/Ast.o )
[ 4 of 16] Compiling Hot.Var          ( Hot/Var.hs, Hot/Var.o ) [Jass.Ast changed]
[ 5 of 16] Compiling Hot.JassHelper   ( Hot/JassHelper.hs, Hot/JassHelper.o ) [Jass.Ast changed]
[ 6 of 16] Compiling Hot.Init.Stubs   ( Hot/Init/Stubs.hs, Hot/Init/Stubs.o ) [Jass.Ast changed]
[ 7 of 16] Compiling Hot.Init.Rename  ( Hot/Init/Rename.hs, Hot/Init/Rename.o )
[ 8 of 16] Compiling Hot.Init.Auto    ( Hot/Init/Auto.hs, Hot/Init/Auto.o ) [Jass.Ast changed]
[ 9 of 16] Compiling Hot.Ast          ( Hot/Ast.hs, Hot/Ast.o ) [Jass.Ast changed]
[11 of 16] Compiling Hot.Instruction.Compiler ( Hot/Instruction/Compiler.hs, Hot/Instruction/Compiler.o ) [TH]
[12 of 16] Compiling Hot.HandleCode   ( Hot/HandleCode.hs, Hot/HandleCode.o ) [Jass.Ast changed]
[13 of 16] Compiling Jass.Opt.Rewrite ( Jass/Opt/Rewrite.hs, Jass/Opt/Rewrite.o )
[14 of 16] Compiling Jass.Parser      ( Jass/Parser.hs, Jass/Parser.o ) [Jass.Ast changed]
[15 of 16] Compiling Jass.Printer     ( Jass/Printer.hs, Jass/Printer.o )
[16 of 16] Compiling Main             ( Main.hs, Main.o )
Linking jhcr ...
Archiviere Artefakte
Zeichne Fingerabrücke auf
Finished: SUCCESS