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 fb10a32baea43926822580f8b82eaebd0e90027f (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fb10a32baea43926822580f8b82eaebd0e90027f
Commit message: "Add prefix to generated files"
 > git rev-list --no-walk ab4739a243ff77765b53411793ec2cd69f525eac # timeout=10
[JHCR] $ /bin/sh -xe /tmp/jenkins472262663594219742.sh
+ . /var/lib/jenkins/.ghcup/env
+ export PATH=/var/lib/jenkins/.cabal/bin:/var/lib/jenkins/.ghcup/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/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 \
                     lca hashable dlist
Warning: The package list for 'hackage.haskell.org' is 105 days old.
Run 'cabal update' to get the latest list of available packages.
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
lca-0.3.1
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-07-25 13:41:14--  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.131.212, 104.27.130.212, 2606:4700:30::681b:82d4, ...
Verbindungsaufbau zu grill.wurstlang.org (grill.wurstlang.org)|104.27.131.212|:443 … verbunden.
HTTP-Anforderung gesendet, auf Antwort wird gewartet … 200 OK
Länge: 345751 (338K) [application/octet-stream]
Wird in »common.j.21« gespeichert.

     0K .......... .......... .......... .......... .......... 14% 5,25M 0s
    50K .......... .......... .......... .......... .......... 29% 6,08M 0s
   100K .......... .......... .......... .......... .......... 44% 16,1M 0s
   150K .......... .......... .......... .......... .......... 59% 15,2M 0s
   200K .......... .......... .......... .......... .......... 74% 9,43M 0s
   250K .......... .......... .......... .......... .......... 88% 20,9M 0s
   300K .......... .......... .......... .......              100% 37,2M=0,03s

2019-07-25 13:41:14 (10,3 MB/s) - »common.j.21« gespeichert [345751/345751]

+ make
cabal v1-exec -- ghc  convert
[5 of 5] Compiling Main             ( convert.hs, convert.o )
Linking convert ...
./convert common.j
bash process.sh runtime/table.j out/table.j JHCR_
bash process.sh runtime/parser.j out/parser.j JHCR_
bash process.sh runtime/list.j out/list.j JHCR_
bash process.sh runtime/stringtable.j out/stringtable.j JHCR_
bash process.sh runtime/modified.j out/modified.j JHCR_
bash process.sh runtime/wrap-around.j out/wrap-around.j JHCR_
bash process.sh runtime/print.j out/print.j JHCR_
bash process.sh runtime/convert.j out/convert.j JHCR_
bash process.sh runtime/context.j out/context.j JHCR_
bash process.sh runtime/types.j out/types.j JHCR_
bash process.sh runtime/instruction.j out/instruction.j JHCR_
bash process.sh runtime/interpreter.j out/interpreter.j JHCR_
bash process.sh runtime/init.j out/init.j JHCR_
cabal v1-exec -- ghc  Main.hs -o jhcr
[13 of 20] Compiling Hot.Types        ( Hot/Types.hs, Hot/Types.o )
[14 of 20] Compiling Hot.Init.Stubs   ( Hot/Init/Stubs.hs, Hot/Init/Stubs.o )
[19 of 20] Compiling Hot.Instruction.Compiler ( Hot/Instruction/Compiler.hs, Hot/Instruction/Compiler.o ) [TH]
[20 of 20] Compiling Main             ( Main.hs, Main.o ) [out/init.j changed]
Linking jhcr ...
Archiviere Artefakte
Zeichne Fingerabrücke auf
Finished: SUCCESS