Page MenuHomePhorge

Build 311
PassedPublic

Run Command on atomic01

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

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

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

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

119 [javac] T extends Var declared in method <T>getVars()
120 [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
121 [javac] public TypedScope createScope(Node root, Scope parent) {
122 [javac] ^
123 [javac] return type requires unchecked conversion from TypedScope to T
124 [javac] where T is a type-variable:
125 [javac] T extends Scope declared in method <T>createScope(Node,T)
126 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:124: warning: [unchecked] unchecked cast
127 [javac] t, cfg, (Set<Var>) liveness.getEscapedLocals());
128 [javac] ^
129 [javac] required: Set<Var>
130 [javac] found: Set<CAP#1>
131 [javac] where CAP#1 is a fresh type-variable:
132 [javac] CAP#1 extends Var from capture of ? extends Var
133 [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
134 [javac] public Scope createScope(Node n, Scope parent) {
135 [javac] ^
136 [javac] return type requires unchecked conversion from Scope to T
137 [javac] where T is a type-variable:
138 [javac] T extends Scope declared in method <T>createScope(Node,T)
139 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:113: warning: [unchecked] unchecked conversion
140 [javac] this.defineParams = new LinkedList();
141 [javac] ^
142 [javac] required: List<Parameter>
143 [javac] found: LinkedList
144 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:114: warning: [unchecked] unchecked conversion
145 [javac] this.entryPointParams = new LinkedList();
146 [javac] ^
147 [javac] required: List<Parameter>
148 [javac] found: LinkedList
149 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:115: warning: [unchecked] unchecked conversion
150 [javac] this.externFileLists = new LinkedList();
151 [javac] ^
152 [javac] required: List<FileList>
153 [javac] found: LinkedList
154 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:116: warning: [unchecked] unchecked conversion
155 [javac] this.sourceFileLists = new LinkedList();
156 [javac] ^
157 [javac] required: List<FileList>
158 [javac] found: LinkedList
159 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:117: warning: [unchecked] unchecked conversion
160 [javac] this.sourcePaths = new LinkedList();
161 [javac] ^
162 [javac] required: List<Path>
163 [javac] found: LinkedList
164 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:118: warning: [unchecked] unchecked conversion
165 [javac] this.warnings = new LinkedList();
166 [javac] ^
167 [javac] required: List<Warning>
168 [javac] found: LinkedList
169 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:497: warning: [unchecked] unchecked conversion
170 [javac] List<String> entryPoints = new LinkedList();
171 [javac] ^
172 [javac] required: List<String>
173 [javac] found: LinkedList
174 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:582: warning: [unchecked] unchecked conversion
175 [javac] List<SourceFile> files = new LinkedList();
176 [javac] ^
177 [javac] required: List<SourceFile>
178 [javac] found: LinkedList
179 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:595: warning: [unchecked] unchecked conversion
180 [javac] List<SourceFile> files = new LinkedList();
181 [javac] ^
182 [javac] required: List<SourceFile>
183 [javac] found: LinkedList
184 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:613: warning: [unchecked] unchecked conversion
185 [javac] List<SourceFile> files = new LinkedList();
186 [javac] ^
187 [javac] required: List<SourceFile>
188 [javac] found: LinkedList
189 [javac] 24 warnings
190 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/rhino_ast/java/com/google/javascript/rhino
191 [copy] Copying 1 file to /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/com/google/javascript/jscomp/parsing
193[propertyfile] Updating property file: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing/ParserConfig.properties
194 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
195 [copy] Copying 3 files to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
196
197jar:
198 [zip] Building zip: /srv/closure-compiler.git/build/externs.zip
199 [jar] Building jar: /srv/closure-compiler.git/build/compiler.jar
200
201BUILD SUCCESSFUL
202Total time: 16 seconds
203 ---> 0d989f501746
204Removing intermediate container b0c4a4372246
205Step 12 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
206 ---> 14f0c1538de3
207Removing intermediate container 75456ede54ac
208Step 13 : RUN chmod 755 /entrypoint.sh
209 ---> Running in fedd95b94b19
210 ---> cf99cce42e71
211Removing intermediate container fedd95b94b19
212Step 14 : ENTRYPOINT [ "/entrypoint.sh" ]
213 ---> Running in 743c57286a93
214 ---> 3c61497ae22a
215Removing intermediate container 743c57286a93
216Successfully built 3c61497ae22a
217/var/tmp/429
218

Run Command on atomic02

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

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

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

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

119 [javac] T extends Var declared in method <T>getVars()
120 [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
121 [javac] public TypedScope createScope(Node root, Scope parent) {
122 [javac] ^
123 [javac] return type requires unchecked conversion from TypedScope to T
124 [javac] where T is a type-variable:
125 [javac] T extends Scope declared in method <T>createScope(Node,T)
126 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:124: warning: [unchecked] unchecked cast
127 [javac] t, cfg, (Set<Var>) liveness.getEscapedLocals());
128 [javac] ^
129 [javac] required: Set<Var>
130 [javac] found: Set<CAP#1>
131 [javac] where CAP#1 is a fresh type-variable:
132 [javac] CAP#1 extends Var from capture of ? extends Var
133 [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
134 [javac] public Scope createScope(Node n, Scope parent) {
135 [javac] ^
136 [javac] return type requires unchecked conversion from Scope to T
137 [javac] where T is a type-variable:
138 [javac] T extends Scope declared in method <T>createScope(Node,T)
139 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:113: warning: [unchecked] unchecked conversion
140 [javac] this.defineParams = new LinkedList();
141 [javac] ^
142 [javac] required: List<Parameter>
143 [javac] found: LinkedList
144 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:114: warning: [unchecked] unchecked conversion
145 [javac] this.entryPointParams = new LinkedList();
146 [javac] ^
147 [javac] required: List<Parameter>
148 [javac] found: LinkedList
149 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:115: warning: [unchecked] unchecked conversion
150 [javac] this.externFileLists = new LinkedList();
151 [javac] ^
152 [javac] required: List<FileList>
153 [javac] found: LinkedList
154 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:116: warning: [unchecked] unchecked conversion
155 [javac] this.sourceFileLists = new LinkedList();
156 [javac] ^
157 [javac] required: List<FileList>
158 [javac] found: LinkedList
159 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:117: warning: [unchecked] unchecked conversion
160 [javac] this.sourcePaths = new LinkedList();
161 [javac] ^
162 [javac] required: List<Path>
163 [javac] found: LinkedList
164 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:118: warning: [unchecked] unchecked conversion
165 [javac] this.warnings = new LinkedList();
166 [javac] ^
167 [javac] required: List<Warning>
168 [javac] found: LinkedList
169 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:497: warning: [unchecked] unchecked conversion
170 [javac] List<String> entryPoints = new LinkedList();
171 [javac] ^
172 [javac] required: List<String>
173 [javac] found: LinkedList
174 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:582: warning: [unchecked] unchecked conversion
175 [javac] List<SourceFile> files = new LinkedList();
176 [javac] ^
177 [javac] required: List<SourceFile>
178 [javac] found: LinkedList
179 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:595: warning: [unchecked] unchecked conversion
180 [javac] List<SourceFile> files = new LinkedList();
181 [javac] ^
182 [javac] required: List<SourceFile>
183 [javac] found: LinkedList
184 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:613: warning: [unchecked] unchecked conversion
185 [javac] List<SourceFile> files = new LinkedList();
186 [javac] ^
187 [javac] required: List<SourceFile>
188 [javac] found: LinkedList
189 [javac] 24 warnings
190 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/rhino_ast/java/com/google/javascript/rhino
191 [copy] Copying 1 file to /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/com/google/javascript/jscomp/parsing
193[propertyfile] Updating property file: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing/ParserConfig.properties
194 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
195 [copy] Copying 3 files to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
196
197jar:
198 [zip] Building zip: /srv/closure-compiler.git/build/externs.zip
199 [jar] Building jar: /srv/closure-compiler.git/build/compiler.jar
200
201BUILD SUCCESSFUL
202Total time: 19 seconds
203 ---> 2e612cd054ac
204Removing intermediate container 37f834c0e8f9
205Step 12 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
206 ---> 5988e90af41f
207Removing intermediate container 343f2cd3d2ab
208Step 13 : RUN chmod 755 /entrypoint.sh
209 ---> Running in 5989311e8c49
210 ---> 9e735866fc6c
211Removing intermediate container 5989311e8c49
212Step 14 : ENTRYPOINT [ "/entrypoint.sh" ]
213 ---> Running in 4b581f31972e
214 ---> fb8633394faa
215Removing intermediate container 4b581f31972e
216Successfully built fb8633394faa
217/var/tmp/428
218

Lease Host atomic01

When
Completed at Apr 27 2015, 4:08 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:08 PM · Built instantly
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

Event Timeline