Skip to content

Commit f0ec4f9

Browse files
committed
building-android-app-udooneo: Add (failing) build log
Signed-off-by: Gianpaolo Macario <[email protected]>
1 parent 75bb306 commit f0ec4f9

File tree

1 file changed

+61
-4
lines changed

1 file changed

+61
-4
lines changed

docs/building-android-app-udooneo.md

Lines changed: 61 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,73 @@ then click **Save**
6161

6262
### Build project `build_androidapp_udooneo`
6363

64-
<!-- (2016-02-28 12:17 CET): Tested on dc7600-gm -->
65-
6664
Browse `${JENKINS_URL}/job/build_androidapp_udooneo`, then click **Build Now**
6765

6866
You may watch the build logs at `${JENKINS_URL}/job/build_androidapp_udooneo/lastBuild/console`
6967

70-
<!-- (2016-02-29 15:25 CET) http://mv-linux-powerhorse.solarma.it:9080/job/build_androidapp_udooneo/lastBuild/consoleText -->
68+
<!-- (2016-04-26 18:00 CEST) http://alm-gm-ubu15.solarma.it:9080/job/build_androidapp_udooneo/3/consoleText -->
7169

7270
```
73-
TODO
71+
Started by user anonymous
72+
[EnvInject] - Loading node environment variables.
73+
Building in workspace /var/jenkins_home/jobs/build_androidapp_udooneo/workspace
74+
> git rev-parse --is-inside-work-tree # timeout=10
75+
Fetching changes from the remote Git repository
76+
> git config remote.origin.url https://github.com/gmacario/colorcode # timeout=10
77+
Fetching upstream changes from https://github.com/gmacario/colorcode
78+
> git --version # timeout=10
79+
> git -c core.askpass=true fetch --tags --progress https://github.com/gmacario/colorcode +refs/heads/*:refs/remotes/origin/*
80+
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
81+
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
82+
Checking out Revision b834580fd9e0d08c7be8fb34bb34eda7b3132cf0 (refs/remotes/origin/master)
83+
> git config core.sparsecheckout # timeout=10
84+
> git checkout -f b834580fd9e0d08c7be8fb34bb34eda7b3132cf0
85+
> git rev-list b834580fd9e0d08c7be8fb34bb34eda7b3132cf0 # timeout=10
86+
Docker container 363b1ec6456a1d252f2e187d7acfb40b59f0af7cb4544b7002e4993d2f6e952c started to host the build
87+
$ docker exec --tty 363b1ec6456a1d252f2e187d7acfb40b59f0af7cb4544b7002e4993d2f6e952c env
88+
[workspace] $ docker exec --tty --user 1000:1000 363b1ec6456a1d252f2e187d7acfb40b59f0af7cb4544b7002e4993d2f6e952c env ANDROID_HOME=/opt/android-sdk-linux 'BASH_FUNC_copy_reference_file%%=() { f=${1%/};
89+
echo "$f" >> $COPY_REFERENCE_FILE_LOG;
90+
rel=${f:23};
91+
dir=$(dirname ${f});
92+
echo " $f -> $rel" >> $COPY_REFERENCE_FILE_LOG;
93+
if [[ ! -e /var/jenkins_home/${rel} ]]; then
94+
echo "copy $rel to JENKINS_HOME" >> $COPY_REFERENCE_FILE_LOG;
95+
mkdir -p /var/jenkins_home/${dir:23};
96+
cp -r /usr/share/jenkins/ref/${rel} /var/jenkins_home/${rel};
97+
[[ ${rel} == plugins/*.jpi ]] && touch /var/jenkins_home/${rel}.pinned;
98+
fi
99+
}' BUILD_CAUSE=MANUALTRIGGER BUILD_CAUSE_MANUALTRIGGER=true BUILD_DISPLAY_NAME=#3 BUILD_ID=3 BUILD_NUMBER=3 BUILD_TAG=jenkins-build_androidapp_udooneo-3 CA_CERTIFICATES_JAVA_VERSION=20140324 CLASSPATH= COPY_REFERENCE_FILE_LOG=/var/jenkins_home/copy_reference_file.log EXECUTOR_NUMBER=1 GIT_BRANCH=origin/master GIT_COMMIT=b834580fd9e0d08c7be8fb34bb34eda7b3132cf0 GIT_PREVIOUS_COMMIT=b834580fd9e0d08c7be8fb34bb34eda7b3132cf0 GIT_URL=https://github.com/gmacario/colorcode HOME=/var/jenkins_home HOSTNAME=0ac267008914 HUDSON_HOME=/var/jenkins_home HUDSON_SERVER_COOKIE=88213e4aa86bf5e1 JAVA_DEBIAN_VERSION=8u45-b14-2~bpo8+2 JAVA_VERSION=8u45 JENKINS_HOME=/var/jenkins_home JENKINS_SERVER_COOKIE=88213e4aa86bf5e1 JENKINS_SHA=da06f963edb627f0ced2fce612f9985d1928f79b JENKINS_SLAVE_AGENT_PORT=50000 JENKINS_UC=https://updates.jenkins-ci.org JENKINS_VERSION=2.0 JOB_NAME=build_androidapp_udooneo LANG=C.UTF-8 NODE_LABELS=master NODE_NAME=master PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PWD=/ ROOT_BUILD_CAUSE=MANUALTRIGGER ROOT_BUILD_CAUSE_MANUALTRIGGER=true SHLVL=2 TERM=xterm TINI_SHA=066ad710107dc7ee05d3aa6e4974f01dc98f3888 WORKSPACE=/var/jenkins_home/jobs/build_androidapp_udooneo/workspace /bin/bash -xe /tmp/hudson8616581436146819036.sh
100+
+ export JAVA_HOME=
101+
+ JAVA_HOME=
102+
+ chmod a+x gradlew
103+
+ ./gradlew
104+
> Loading > settingsConfiguring > 0/2 projects > root project > Resolving dependencies ':classpath'1/2 projects > :app > Resolving dependencies ':app:classpath'2/2 projects
105+
> Configuring > 2/2 projectsFAILURE: 
106+
> Configuring > 2/2 projectsBuild failed with an exception.
107+
> Configuring > 2/2 projects
108+
> Configuring > 2/2 projects
109+
> Configuring > 2/2 projects* What went wrong:
110+
> Configuring > 2/2 projectsA problem occurred configuring project ':app'.
111+
> Configuring > 2/2 projects> 
112+
> Configuring > 2/2 projectsfailed to find Build Tools revision 23.0.2
113+
> Configuring > 2/2 projects
114+
> Configuring > 2/2 projects* Try:
115+
> Configuring > 2/2 projectsRun with
116+
> Configuring > 2/2 projects--stacktrace
117+
> Configuring > 2/2 projects option to get the stack trace. Run with
118+
> Configuring > 2/2 projects--info
119+
> Configuring > 2/2 projects or
120+
> Configuring > 2/2 projects--debug
121+
> Configuring > 2/2 projects option to get more log output.
122+
> Configuring > 2/2 projects
123+
> Configuring > 2/2 projectsBUILD FAILED
124+
> Configuring > 2/2 projects
125+
> Configuring > 2/2 projects
126+
> Configuring > 2/2 projectsTotal time: 10.267 secs
127+
> Configuring > 2/2 projectsBuild step 'Execute shell' marked build as failure
128+
Stopping Docker container after build completion
129+
Notifying upstream projects of job completion
130+
Finished: FAILURE
74131
```
75132

76133
<!-- EOF -->

0 commit comments

Comments
 (0)