Page MenuHomePhorge

Build 312
PassedPublic

Run Command on atomic01

When
Completed at Apr 27 2015, 4:21 PM · Built for 9 m, 13 s
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

Build Log 1114 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1+ test_build=0
2+ test_functional=0
3+ test_integration=0
4+ test_performance=0
5+ test_unit=0
6+ vcs=git
7+ '[' 12 -gt 0 ']'
8+ case $1 in
9++ eval echo ''\''312'\'''
10+++ echo 312
11+ id=312
12+ shift
13+ shift
14+ '[' 10 -gt 0 ']'
15+ case $1 in
16++ eval echo master
17+++ echo master
18+ commit=master
19+ shift
20+ shift
21+ '[' 8 -gt 0 ']'
22+ case $1 in
23++ eval echo ''\'''\'''
24+++ echo ''
25+ differential=
26+ shift
27+ shift
28+ '[' 6 -gt 0 ']'
29+ case $1 in
30++ eval echo ''\''PHID-HMBT-kavyzw6hchtk3xxrzc5a'\'''
31+++ echo PHID-HMBT-kavyzw6hchtk3xxrzc5a
32+ phid=PHID-HMBT-kavyzw6hchtk3xxrzc5a
33+ shift
34+ shift
35+ '[' 4 -gt 0 ']'
36+ case $1 in
37++ eval echo ssh://git@git.kolab.org/diffusion/QA/stick.git
38+++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git
39+ uri=ssh://git@git.kolab.org/diffusion/QA/stick.git
40+ shift
41+ shift
42+ '[' 2 -gt 0 ']'
43+ case $1 in
44++ eval echo git
45+++ echo git
46+ vcs=git
47+ shift
48+ shift
49+ '[' 0 -gt 0 ']'
50+ '[' -z master -a -z '' ']'
51+ '[' -z ssh://git@git.kolab.org/diffusion/QA/stick.git ']'
52+ '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']'
53+ test_build=1
54+ test_functional=1
55+ test_integration=1
56+ test_performance=1
57+ test_unit=1
58+ '[' -z git ']'
59+ case ${vcs} in
60++ basename ssh://git@git.kolab.org/diffusion/QA/stick.git .git
61+ package=stick
62++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git
63++ sed -e 's|ssh://git@|https://|g'
64+ ro_uri=https://git.kolab.org/diffusion/QA/stick.git
65+ case ${package} in
66+ case ${uri} in
67++ pwd
68+ export TMPDIR=/var/tmp/431
69+ TMPDIR=/var/tmp/431
70+ '[' '!' -d stick.git ']'
71+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
72+ pushd stick.git
73+ git checkout master
74Already on 'master'
75+ popd
76+ '[' stick '!=' stick ']'
77+ export commit
78+ export differential
79+ export id
80+ export package
81+ export phid
82+ export ro_uri
83+ export uri
84+ export vcs
85+ export test_build
86+ export test_functional
87+ export test_integration
88+ export test_performance
89+ export test_unit
90+ '[' -x stick.git/drydocker/stick/build.sh ']'
91+ pushd stick.git
92+ ../stick.git/drydocker/stick/build.sh
93Sending build context to Docker daemon 3.072 kB
94
95Sending build context to Docker daemon
96+ retval=0
97+ popd
98+ cd /var/tmp
99+ rm -rf /var/tmp/431
100+ exit 0
101

Build Log 1113 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1Cloning into 'stick.git'...
2/var/tmp/431/stick.git /var/tmp/431
3/var/tmp/431
4/var/tmp/431/stick.git /var/tmp/431
5Cloning into '/var/tmp/431/docker.git'...
6/var/tmp/431/docker.git/ci /var/tmp/431/stick.git
7for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \
8 docker build -t kolab/ci-$dist - < $dist ; \
9done
10Step 0 : FROM centos:centos7
11 ---> 214a4932132a
12Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
13 ---> Using cache
14 ---> dcae4a4725d8
15Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
16 ---> Using cache
17 ---> 2ecb155876fe
18Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
19 ---> Using cache
20 ---> 3f48e284caa9
21Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
22 ---> Using cache
23 ---> 3e967874f069
24Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
25 ---> Using cache
26 ---> c22880c81964
27Step 6 : ENV IMAGE maipo
28 ---> Using cache
29 ---> 2f63d28b8d7b
30Step 7 : RUN yum clean metadata && yum -y install ant build epel-release git osc passwd perl-Digest-MD5 perl-TimeDate rpmdevtools sudo yum-utils @development @fedora-packager && yum-builddep -y $(yum -d 0 -e 0 --disablerepo=\* --enablerepo=Kolab_Development list available 2>&1 | grep -vE "^(Available Packages|\s+)" | awk '{print $1}' )
31 ---> Using cache
32 ---> 053469bae952
33Step 8 : WORKDIR /srv
34 ---> Running in 5b23a6f3cde6
35 ---> 4bcb59f94e03
36Removing intermediate container 5b23a6f3cde6
37Step 9 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
38 ---> Running in 40bde44181dd
39Cloning into 'closure-compiler.git'...
40 ---> ea6db5033a9c
41Removing intermediate container 40bde44181dd
42Step 10 : WORKDIR /srv/closure-compiler.git
43 ---> Running in 01cef25e6749
44 ---> 83f8c8720b4a
45Removing intermediate container 01cef25e6749
46Step 11 : RUN ant jar
47 ---> Running in bc2c0146d58b
48Buildfile: /srv/closure-compiler.git/build.xml
49
50relversion:
51
52compile:
53 [mkdir] Created dir: /srv/closure-compiler.git/build/classes
54 [javac] Compiling 12 source files to /srv/closure-compiler.git/build/classes
55 [javac] Compiling 571 source files to /srv/closure-compiler.git/build/classes
56 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:1265: warning: [unchecked] unchecked cast
57 [javac] for (TypedVar v : ((Set<TypedVar>) liveness.getEscapedLocals())) {
58 [javac] ^
59 [javac] required: Set<TypedVar>
60 [javac] found: Set<CAP#1>
61 [javac] where CAP#1 is a fresh type-variable:
62 [javac] CAP#1 extends Var from capture of ? extends Var
63 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:927: warning: [unchecked] getType(String) in JSTypeRegistry implements <T>getType(String) in TypeIRegistry
64 [javac] public JSType getType(String jsTypeName) {
65 [javac] ^
66 [javac] return type requires unchecked conversion from JSType to T
67 [javac] where T is a type-variable:
68 [javac] T extends TypeI declared in method <T>getType(String)
69 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:938: warning: [unchecked] getNativeType(JSTypeNative) in JSTypeRegistry implements <T>getNativeType(JSTypeNative) in TypeIRegistry
70 [javac] public JSType getNativeType(JSTypeNative typeId) {
71 [javac] ^
72 [javac] return type requires unchecked conversion from JSType to T
73 [javac] where T is a type-variable:
74 [javac] T extends TypeI declared in method <T>getNativeType(JSTypeNative)
75 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:943: warning: [unchecked] getNativeObjectType(JSTypeNative) in JSTypeRegistry implements <T>getNativeObjectType(JSTypeNative) in TypeIRegistry
76 [javac] public ObjectType getNativeObjectType(JSTypeNative typeId) {
77 [javac] ^
78 [javac] return type requires unchecked conversion from ObjectType to T
79 [javac] where T is a type-variable:
80 [javac] T extends ObjectTypeI declared in method <T>getNativeObjectType(JSTypeNative)
81 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:948: warning: [unchecked] getNativeFunctionType(JSTypeNative) in JSTypeRegistry implements <T>getNativeFunctionType(JSTypeNative) in TypeIRegistry
82 [javac] public FunctionType getNativeFunctionType(JSTypeNative typeId) {
83 [javac] ^
84 [javac] return type requires unchecked conversion from FunctionType to T
85 [javac] where T is a type-variable:
86 [javac] T extends FunctionTypeI declared in method <T>getNativeFunctionType(JSTypeNative)
87 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:1483: warning: [unchecked] unchecked cast
88 [javac] return createFromTypeNodesInternal(n, sourceName, (StaticTypedScope<JSType>) scope);
89 [javac] ^
90 [javac] required: StaticTypedScope<JSType>
91 [javac] found: StaticTypedScope<CAP#1>
92 [javac] where CAP#1 is a fresh type-variable:
93 [javac] CAP#1 extends TypeI from capture of ? extends TypeI
94 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/MemoizedScopeCreator.java:82: warning: [unchecked] createScope(Node,Scope) in MemoizedScopeCreator implements <T>createScope(Node,T) in ScopeCreator
95 [javac] public TypedScope createScope(Node n, Scope parent) {
96 [javac] ^
97 [javac] return type requires unchecked conversion from TypedScope to T
98 [javac] where T is a type-variable:
99 [javac] T extends Scope declared in method <T>createScope(Node,T)
100 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1759: warning: [unchecked] unchecked cast
101 [javac] return ((StaticTypedSlot<JSType>) sym).getType();
102 [javac] ^
103 [javac] required: StaticTypedSlot<JSType>
104 [javac] found: StaticSlot
105 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1766: warning: [unchecked] unchecked cast
106 [javac] return ((StaticTypedScope<JSType>) s).getTypeOfThis();
107 [javac] ^
108 [javac] required: StaticTypedScope<JSType>
109 [javac] found: StaticScope
110 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1773: warning: [unchecked] unchecked cast
111 [javac] return ((StaticTypedSlot<JSType>) sym).isTypeInferred();
112 [javac] ^
113 [javac] required: StaticTypedSlot<JSType>
114 [javac] found: StaticSlot
115 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/TypedScope.java:216: warning: [unchecked] getVars() in TypedScope overrides <T>getVars() in Scope
116 [javac] public Iterator<TypedVar> getVars() {
117 [javac] ^
118 [javac] return type requires unchecked conversion from Iterator<TypedVar> to Iterator<T>
119 [javac] where T is a type-variable:
120 [javac] T extends Var declared in method <T>getVars()
121 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/TypedScopeCreator.java:205: warning: [unchecked] createScope(Node,Scope) in TypedScopeCreator implements <T>createScope(Node,T) in ScopeCreator
122 [javac] public TypedScope createScope(Node root, Scope parent) {
123 [javac] ^
124 [javac] return type requires unchecked conversion from TypedScope to T
125 [javac] where T is a type-variable:
126 [javac] T extends Scope declared in method <T>createScope(Node,T)
127 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:124: warning: [unchecked] unchecked cast
128 [javac] t, cfg, (Set<Var>) liveness.getEscapedLocals());
129 [javac] ^
130 [javac] required: Set<Var>
131 [javac] found: Set<CAP#1>
132 [javac] where CAP#1 is a fresh type-variable:
133 [javac] CAP#1 extends Var from capture of ? extends Var
134 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Es6SyntacticScopeCreator.java:55: warning: [unchecked] createScope(Node,Scope) in Es6SyntacticScopeCreator implements <T>createScope(Node,T) in ScopeCreator
135 [javac] public Scope createScope(Node n, Scope parent) {
136 [javac] ^
137 [javac] return type requires unchecked conversion from Scope to T
138 [javac] where T is a type-variable:
139 [javac] T extends Scope declared in method <T>createScope(Node,T)
140 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:113: warning: [unchecked] unchecked conversion
141 [javac] this.defineParams = new LinkedList();
142 [javac] ^
143 [javac] required: List<Parameter>
144 [javac] found: LinkedList
145 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:114: warning: [unchecked] unchecked conversion
146 [javac] this.entryPointParams = new LinkedList();
147 [javac] ^
148 [javac] required: List<Parameter>
149 [javac] found: LinkedList
150 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:115: warning: [unchecked] unchecked conversion
151 [javac] this.externFileLists = new LinkedList();
152 [javac] ^
153 [javac] required: List<FileList>
154 [javac] found: LinkedList
155 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:116: warning: [unchecked] unchecked conversion
156 [javac] this.sourceFileLists = new LinkedList();
157 [javac] ^
158 [javac] required: List<FileList>
159 [javac] found: LinkedList
160 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:117: warning: [unchecked] unchecked conversion
161 [javac] this.sourcePaths = new LinkedList();
162 [javac] ^
163 [javac] required: List<Path>
164 [javac] found: LinkedList
165 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:118: warning: [unchecked] unchecked conversion
166 [javac] this.warnings = new LinkedList();
167 [javac] ^
168 [javac] required: List<Warning>
169 [javac] found: LinkedList
170 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:497: warning: [unchecked] unchecked conversion
171 [javac] List<String> entryPoints = new LinkedList();
172 [javac] ^
173 [javac] required: List<String>
174 [javac] found: LinkedList
175 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:582: warning: [unchecked] unchecked conversion
176 [javac] List<SourceFile> files = new LinkedList();
177 [javac] ^
178 [javac] required: List<SourceFile>
179 [javac] found: LinkedList
180 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:595: warning: [unchecked] unchecked conversion
181 [javac] List<SourceFile> files = new LinkedList();
182 [javac] ^
183 [javac] required: List<SourceFile>
184 [javac] found: LinkedList
185 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:613: warning: [unchecked] unchecked conversion
186 [javac] List<SourceFile> files = new LinkedList();
187 [javac] ^
188 [javac] required: List<SourceFile>
189 [javac] found: LinkedList
190 [javac] 24 warnings
191 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/rhino_ast/java/com/google/javascript/rhino
192 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/rhino_ast/java/com/google/javascript/rhino
193 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing
194[propertyfile] Updating property file: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing/ParserConfig.properties
195 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
196 [copy] Copying 3 files to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
197
198jar:
199 [zip] Building zip: /srv/closure-compiler.git/build/externs.zip
200 [jar] Building jar: /srv/closure-compiler.git/build/compiler.jar
201
202BUILD SUCCESSFUL
203Total time: 19 seconds
204 ---> e53070725c77
205Removing intermediate container bc2c0146d58b
206Step 12 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
207 ---> 4fdb089e9256
208Removing intermediate container 663ed2bd1875
209Step 13 : RUN chmod 755 /entrypoint.sh
210 ---> Running in e4383db0b778
211 ---> 3bc09954e01f
212Removing intermediate container e4383db0b778
213Step 14 : ENTRYPOINT [ "/entrypoint.sh" ]
214 ---> Running in cf1918e5f017
215 ---> 388e34a97a09
216Removing intermediate container cf1918e5f017
217Successfully built 388e34a97a09
218/var/tmp/431
219

Run Command on atomic02

When
Completed at Apr 27 2015, 4:21 PM · Built for 9 m, 13 s
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

Build Log 1112 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1+ test_build=0
2+ test_functional=0
3+ test_integration=0
4+ test_performance=0
5+ test_unit=0
6+ vcs=git
7+ '[' 12 -gt 0 ']'
8+ case $1 in
9++ eval echo ''\''312'\'''
10+++ echo 312
11+ id=312
12+ shift
13+ shift
14+ '[' 10 -gt 0 ']'
15+ case $1 in
16++ eval echo master
17+++ echo master
18+ commit=master
19+ shift
20+ shift
21+ '[' 8 -gt 0 ']'
22+ case $1 in
23++ eval echo ''\'''\'''
24+++ echo ''
25+ differential=
26+ shift
27+ shift
28+ '[' 6 -gt 0 ']'
29+ case $1 in
30++ eval echo ''\''PHID-HMBT-retq5m4zqkfvzfwqkzey'\'''
31+++ echo PHID-HMBT-retq5m4zqkfvzfwqkzey
32+ phid=PHID-HMBT-retq5m4zqkfvzfwqkzey
33+ shift
34+ shift
35+ '[' 4 -gt 0 ']'
36+ case $1 in
37++ eval echo ssh://git@git.kolab.org/diffusion/QA/stick.git
38+++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git
39+ uri=ssh://git@git.kolab.org/diffusion/QA/stick.git
40+ shift
41+ shift
42+ '[' 2 -gt 0 ']'
43+ case $1 in
44++ eval echo git
45+++ echo git
46+ vcs=git
47+ shift
48+ shift
49+ '[' 0 -gt 0 ']'
50+ '[' -z master -a -z '' ']'
51+ '[' -z ssh://git@git.kolab.org/diffusion/QA/stick.git ']'
52+ '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']'
53+ test_build=1
54+ test_functional=1
55+ test_integration=1
56+ test_performance=1
57+ test_unit=1
58+ '[' -z git ']'
59+ case ${vcs} in
60++ basename ssh://git@git.kolab.org/diffusion/QA/stick.git .git
61+ package=stick
62++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git
63++ sed -e 's|ssh://git@|https://|g'
64+ ro_uri=https://git.kolab.org/diffusion/QA/stick.git
65+ case ${package} in
66+ case ${uri} in
67++ pwd
68+ export TMPDIR=/var/tmp/430
69+ TMPDIR=/var/tmp/430
70+ '[' '!' -d stick.git ']'
71+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
72+ pushd stick.git
73+ git checkout master
74Already on 'master'
75+ popd
76+ '[' stick '!=' stick ']'
77+ export commit
78+ export differential
79+ export id
80+ export package
81+ export phid
82+ export ro_uri
83+ export uri
84+ export vcs
85+ export test_build
86+ export test_functional
87+ export test_integration
88+ export test_performance
89+ export test_unit
90+ '[' -x stick.git/drydocker/stick/build.sh ']'
91+ pushd stick.git
92+ ../stick.git/drydocker/stick/build.sh
93Sending build context to Docker daemon 3.072 kB
94
95Sending build context to Docker daemon
96+ retval=0
97+ popd
98+ cd /var/tmp
99+ rm -rf /var/tmp/430
100+ exit 0
101

Build Log 1111 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1Cloning into 'stick.git'...
2/var/tmp/430/stick.git /var/tmp/430
3/var/tmp/430
4/var/tmp/430/stick.git /var/tmp/430
5Cloning into '/var/tmp/430/docker.git'...
6/var/tmp/430/docker.git/ci /var/tmp/430/stick.git
7for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \
8 docker build -t kolab/ci-$dist - < $dist ; \
9done
10Step 0 : FROM centos:centos7
11 ---> 214a4932132a
12Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
13 ---> Using cache
14 ---> dcae4a4725d8
15Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
16 ---> Using cache
17 ---> 2ecb155876fe
18Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
19 ---> Using cache
20 ---> 3f48e284caa9
21Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
22 ---> Using cache
23 ---> 3e967874f069
24Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
25 ---> Using cache
26 ---> c22880c81964
27Step 6 : ENV IMAGE maipo
28 ---> Using cache
29 ---> 2f63d28b8d7b
30Step 7 : RUN yum clean metadata && yum -y install ant build epel-release git osc passwd perl-Digest-MD5 perl-TimeDate rpmdevtools sudo yum-utils @development @fedora-packager && yum-builddep -y $(yum -d 0 -e 0 --disablerepo=\* --enablerepo=Kolab_Development list available 2>&1 | grep -vE "^(Available Packages|\s+)" | awk '{print $1}' )
31 ---> Using cache
32 ---> 053469bae952
33Step 8 : WORKDIR /srv
34 ---> Running in 4fdbcd1285a1
35 ---> 7f26c1c9d8bd
36Removing intermediate container 4fdbcd1285a1
37Step 9 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
38 ---> Running in be4400dbfad8
39Cloning into 'closure-compiler.git'...
40 ---> edd9f5cbd555
41Removing intermediate container be4400dbfad8
42Step 10 : WORKDIR /srv/closure-compiler.git
43 ---> Running in 13a646715e3f
44 ---> 5659579d8462
45Removing intermediate container 13a646715e3f
46Step 11 : RUN ant jar
47 ---> Running in f57385fb131f
48Buildfile: /srv/closure-compiler.git/build.xml
49
50relversion:
51
52compile:
53 [mkdir] Created dir: /srv/closure-compiler.git/build/classes
54 [javac] Compiling 12 source files to /srv/closure-compiler.git/build/classes
55 [javac] Compiling 571 source files to /srv/closure-compiler.git/build/classes
56 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:1265: warning: [unchecked] unchecked cast
57 [javac] for (TypedVar v : ((Set<TypedVar>) liveness.getEscapedLocals())) {
58 [javac] ^
59 [javac] required: Set<TypedVar>
60 [javac] found: Set<CAP#1>
61 [javac] where CAP#1 is a fresh type-variable:
62 [javac] CAP#1 extends Var from capture of ? extends Var
63 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:927: warning: [unchecked] getType(String) in JSTypeRegistry implements <T>getType(String) in TypeIRegistry
64 [javac] public JSType getType(String jsTypeName) {
65 [javac] ^
66 [javac] return type requires unchecked conversion from JSType to T
67 [javac] where T is a type-variable:
68 [javac] T extends TypeI declared in method <T>getType(String)
69 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:938: warning: [unchecked] getNativeType(JSTypeNative) in JSTypeRegistry implements <T>getNativeType(JSTypeNative) in TypeIRegistry
70 [javac] public JSType getNativeType(JSTypeNative typeId) {
71 [javac] ^
72 [javac] return type requires unchecked conversion from JSType to T
73 [javac] where T is a type-variable:
74 [javac] T extends TypeI declared in method <T>getNativeType(JSTypeNative)
75 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:943: warning: [unchecked] getNativeObjectType(JSTypeNative) in JSTypeRegistry implements <T>getNativeObjectType(JSTypeNative) in TypeIRegistry
76 [javac] public ObjectType getNativeObjectType(JSTypeNative typeId) {
77 [javac] ^
78 [javac] return type requires unchecked conversion from ObjectType to T
79 [javac] where T is a type-variable:
80 [javac] T extends ObjectTypeI declared in method <T>getNativeObjectType(JSTypeNative)
81 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:948: warning: [unchecked] getNativeFunctionType(JSTypeNative) in JSTypeRegistry implements <T>getNativeFunctionType(JSTypeNative) in TypeIRegistry
82 [javac] public FunctionType getNativeFunctionType(JSTypeNative typeId) {
83 [javac] ^
84 [javac] return type requires unchecked conversion from FunctionType to T
85 [javac] where T is a type-variable:
86 [javac] T extends FunctionTypeI declared in method <T>getNativeFunctionType(JSTypeNative)
87 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:1483: warning: [unchecked] unchecked cast
88 [javac] return createFromTypeNodesInternal(n, sourceName, (StaticTypedScope<JSType>) scope);
89 [javac] ^
90 [javac] required: StaticTypedScope<JSType>
91 [javac] found: StaticTypedScope<CAP#1>
92 [javac] where CAP#1 is a fresh type-variable:
93 [javac] CAP#1 extends TypeI from capture of ? extends TypeI
94 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/MemoizedScopeCreator.java:82: warning: [unchecked] createScope(Node,Scope) in MemoizedScopeCreator implements <T>createScope(Node,T) in ScopeCreator
95 [javac] public TypedScope createScope(Node n, Scope parent) {
96 [javac] ^
97 [javac] return type requires unchecked conversion from TypedScope to T
98 [javac] where T is a type-variable:
99 [javac] T extends Scope declared in method <T>createScope(Node,T)
100 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1759: warning: [unchecked] unchecked cast
101 [javac] return ((StaticTypedSlot<JSType>) sym).getType();
102 [javac] ^
103 [javac] required: StaticTypedSlot<JSType>
104 [javac] found: StaticSlot
105 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1766: warning: [unchecked] unchecked cast
106 [javac] return ((StaticTypedScope<JSType>) s).getTypeOfThis();
107 [javac] ^
108 [javac] required: StaticTypedScope<JSType>
109 [javac] found: StaticScope
110 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1773: warning: [unchecked] unchecked cast
111 [javac] return ((StaticTypedSlot<JSType>) sym).isTypeInferred();
112 [javac] ^
113 [javac] required: StaticTypedSlot<JSType>
114 [javac] found: StaticSlot
115 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/TypedScope.java:216: warning: [unchecked] getVars() in TypedScope overrides <T>getVars() in Scope
116 [javac] public Iterator<TypedVar> getVars() {
117 [javac] ^
118 [javac] return type requires unchecked conversion from Iterator<TypedVar> to Iterator<T>
119 [javac] where T is a type-variable:
120 [javac] T extends Var declared in method <T>getVars()
121 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/TypedScopeCreator.java:205: warning: [unchecked] createScope(Node,Scope) in TypedScopeCreator implements <T>createScope(Node,T) in ScopeCreator
122 [javac] public TypedScope createScope(Node root, Scope parent) {
123 [javac] ^
124 [javac] return type requires unchecked conversion from TypedScope to T
125 [javac] where T is a type-variable:
126 [javac] T extends Scope declared in method <T>createScope(Node,T)
127 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:124: warning: [unchecked] unchecked cast
128 [javac] t, cfg, (Set<Var>) liveness.getEscapedLocals());
129 [javac] ^
130 [javac] required: Set<Var>
131 [javac] found: Set<CAP#1>
132 [javac] where CAP#1 is a fresh type-variable:
133 [javac] CAP#1 extends Var from capture of ? extends Var
134 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Es6SyntacticScopeCreator.java:55: warning: [unchecked] createScope(Node,Scope) in Es6SyntacticScopeCreator implements <T>createScope(Node,T) in ScopeCreator
135 [javac] public Scope createScope(Node n, Scope parent) {
136 [javac] ^
137 [javac] return type requires unchecked conversion from Scope to T
138 [javac] where T is a type-variable:
139 [javac] T extends Scope declared in method <T>createScope(Node,T)
140 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:113: warning: [unchecked] unchecked conversion
141 [javac] this.defineParams = new LinkedList();
142 [javac] ^
143 [javac] required: List<Parameter>
144 [javac] found: LinkedList
145 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:114: warning: [unchecked] unchecked conversion
146 [javac] this.entryPointParams = new LinkedList();
147 [javac] ^
148 [javac] required: List<Parameter>
149 [javac] found: LinkedList
150 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:115: warning: [unchecked] unchecked conversion
151 [javac] this.externFileLists = new LinkedList();
152 [javac] ^
153 [javac] required: List<FileList>
154 [javac] found: LinkedList
155 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:116: warning: [unchecked] unchecked conversion
156 [javac] this.sourceFileLists = new LinkedList();
157 [javac] ^
158 [javac] required: List<FileList>
159 [javac] found: LinkedList
160 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:117: warning: [unchecked] unchecked conversion
161 [javac] this.sourcePaths = new LinkedList();
162 [javac] ^
163 [javac] required: List<Path>
164 [javac] found: LinkedList
165 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:118: warning: [unchecked] unchecked conversion
166 [javac] this.warnings = new LinkedList();
167 [javac] ^
168 [javac] required: List<Warning>
169 [javac] found: LinkedList
170 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:497: warning: [unchecked] unchecked conversion
171 [javac] List<String> entryPoints = new LinkedList();
172 [javac] ^
173 [javac] required: List<String>
174 [javac] found: LinkedList
175 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:582: warning: [unchecked] unchecked conversion
176 [javac] List<SourceFile> files = new LinkedList();
177 [javac] ^
178 [javac] required: List<SourceFile>
179 [javac] found: LinkedList
180 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:595: warning: [unchecked] unchecked conversion
181 [javac] List<SourceFile> files = new LinkedList();
182 [javac] ^
183 [javac] required: List<SourceFile>
184 [javac] found: LinkedList
185 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:613: warning: [unchecked] unchecked conversion
186 [javac] List<SourceFile> files = new LinkedList();
187 [javac] ^
188 [javac] required: List<SourceFile>
189 [javac] found: LinkedList
190 [javac] 24 warnings
191 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/rhino_ast/java/com/google/javascript/rhino
192 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/rhino_ast/java/com/google/javascript/rhino
193 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing
194[propertyfile] Updating property file: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing/ParserConfig.properties
195 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
196 [copy] Copying 3 files to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
197
198jar:
199 [zip] Building zip: /srv/closure-compiler.git/build/externs.zip
200 [jar] Building jar: /srv/closure-compiler.git/build/compiler.jar
201
202BUILD SUCCESSFUL
203Total time: 17 seconds
204 ---> 12e1dcdf81da
205Removing intermediate container f57385fb131f
206Step 12 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
207 ---> 03294df69fdd
208Removing intermediate container a0dee3ca8431
209Step 13 : RUN chmod 755 /entrypoint.sh
210 ---> Running in 45f99625afec
211 ---> bab11ac29b7b
212Removing intermediate container 45f99625afec
213Step 14 : ENTRYPOINT [ "/entrypoint.sh" ]
214 ---> Running in e8a3fe4661fc
215 ---> 71595802b4a4
216Removing intermediate container e8a3fe4661fc
217Successfully built 71595802b4a4
218/var/tmp/430
219

Lease Host atomic01

When
Completed at Apr 27 2015, 4:11 PM · Built instantly
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

Lease Host atomic02

When
Completed at Apr 27 2015, 4:11 PM · Built instantly
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

Event Timeline