Started by user hongqi
Building in workspace /var/lib/jenkins/workspace/jentest
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/hqzhang/mycloudtest.git # timeout=10
Fetching upstream changes from https://github.com/hqzhang/mycloudtest.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/hqzhang/mycloudtest.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 d27de8c2960466d7049646306417e2923204709e (refs/remotes/origin/master)
Commit message: "est"
> git config core.sparsecheckout # timeout=10
> git checkout -f d27de8c2960466d7049646306417e2923204709e
> git rev-list c1e1646a2ea50166f430efe33557b2ce5c83460e # timeout=10
[jentest] $ /bin/sh -xe /tmp/jenkins4994886145237652159.sh
+ pwd
/var/lib/jenkins/workspace/jentest
+ make
gcc -otest main.c
+ ./test
Hello World!
Build step 'Execute shell' marked build as failure
Finished: SUCESS