1
|
CC = gcc
|
2
|
LD = ld
|
3
|
LDSHARED = gcc -shared
|
4
|
CFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -mtune=generic -fPIC -m64
|
5
|
XCFLAGS = -include ruby/config.h -include ruby/missing.h -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
|
6
|
CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I.
|
7
|
DLDFLAGS = -Wl,-soname,libruby.so.2.0 -fstack-protector -m64
|
8
|
SOLIBS = -lpthread -lrt -ldl -lcrypt -lm
|
9
|
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./test/runner.rb" --ruby="./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v 'test/webrick/test_httpauth.rb'
|
10
|
Run options: "--ruby=./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v
|
11
|
|
12
|
# Running tests:
|
13
|
|
14
|
TestWEBrickHTTPAuth#test_basic_auth = 0.01 s = .
|
15
|
TestWEBrickHTTPAuth#test_basic_auth2 = 0.00 s = E
|
16
|
TestWEBrickHTTPAuth#test_basic_auth3 = 0.00 s = .
|
17
|
TestWEBrickHTTPAuth#test_digest_auth = md5_dgst.c(80): OpenSSL internal error, assertion failed: Digest MD5 forbidden in FIPS mode!
|
18
|
make: *** [yes-test-all] Aborted
|
19
|
CC = gcc
|
20
|
LD = ld
|
21
|
LDSHARED = gcc -shared
|
22
|
CFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -mtune=generic -fPIC -m64
|
23
|
XCFLAGS = -include ruby/config.h -include ruby/missing.h -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
|
24
|
CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I.
|
25
|
DLDFLAGS = -Wl,-soname,libruby.so.2.0 -fstack-protector -m64
|
26
|
SOLIBS = -lpthread -lrt -ldl -lcrypt -lm
|
27
|
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./test/runner.rb" --ruby="./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v 'test/test_pstore.rb'
|
28
|
md5_dgst.c(80): OpenSSL internal error, assertion failed: Digest MD5 forbidden in FIPS mode!
|
29
|
make: *** [yes-test-all] Aborted
|
30
|
CC = gcc
|
31
|
LD = ld
|
32
|
LDSHARED = gcc -shared
|
33
|
CFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -mtune=generic -fPIC -m64
|
34
|
XCFLAGS = -include ruby/config.h -include ruby/missing.h -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
|
35
|
CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I.
|
36
|
DLDFLAGS = -Wl,-soname,libruby.so.2.0 -fstack-protector -m64
|
37
|
SOLIBS = -lpthread -lrt -ldl -lcrypt -lm
|
38
|
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./test/runner.rb" --ruby="./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v 'test/openssl/test_engine.rb'
|
39
|
Run options: "--ruby=./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v
|
40
|
|
41
|
# Running tests:
|
42
|
|
43
|
OpenSSL::TestEngine#test_engines_free = 0.00 s = .
|
44
|
OpenSSL::TestEngine#test_openssl_engine_builtin = 0.00 s = .
|
45
|
OpenSSL::TestEngine#test_openssl_engine_by_id_string = 0.00 s = .
|
46
|
OpenSSL::TestEngine#test_openssl_engine_cipher_rc4 = 0.00 s = E
|
47
|
OpenSSL::TestEngine#test_openssl_engine_digest_sha1 = 0.00 s = .
|
48
|
OpenSSL::TestEngine#test_openssl_engine_id_name_inspect = 0.00 s = .
|
49
|
|
50
|
|
51
|
Finished tests in 0.004750s, 1263.2175 tests/s, 3158.0437 assertions/s.
|
52
|
|
53
|
1) Error:
|
54
|
test_openssl_engine_cipher_rc4(OpenSSL::TestEngine):
|
55
|
OpenSSL::Engine::EngineError: no such cipher `RC4'
|
56
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/openssl/test_engine.rb:51:in `cipher'
|
57
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/openssl/test_engine.rb:51:in `block in test_openssl_engine_cipher_rc4'
|
58
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/openssl/test_engine.rb:68:in `crypt_data'
|
59
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/openssl/test_engine.rb:51:in `test_openssl_engine_cipher_rc4'
|
60
|
|
61
|
6 tests, 15 assertions, 0 failures, 1 errors, 0 skips
|
62
|
|
63
|
ruby -v: ruby 2.0.0p353 (2013-11-22) [x86_64-linux]
|
64
|
make: *** [yes-test-all] Error 1
|
65
|
CC = gcc
|
66
|
LD = ld
|
67
|
LDSHARED = gcc -shared
|
68
|
CFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -mtune=generic -fPIC -m64
|
69
|
XCFLAGS = -include ruby/config.h -include ruby/missing.h -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
|
70
|
CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I.
|
71
|
DLDFLAGS = -Wl,-soname,libruby.so.2.0 -fstack-protector -m64
|
72
|
SOLIBS = -lpthread -lrt -ldl -lcrypt -lm
|
73
|
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./test/runner.rb" --ruby="./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v 'test/openssl/test_digest.rb'
|
74
|
Run options: "--ruby=./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v
|
75
|
|
76
|
# Running tests:
|
77
|
|
78
|
OpenSSL::TestDigest#test_098_features = 0.00 s = .
|
79
|
OpenSSL::TestDigest#test_digest = 0.00 s = .
|
80
|
OpenSSL::TestDigest#test_digest_by_oid_and_name = 0.00 s = .
|
81
|
OpenSSL::TestDigest#test_digest_by_oid_and_name_sha2 = 0.00 s = .
|
82
|
OpenSSL::TestDigest#test_digest_constants = 0.00 s = E
|
83
|
OpenSSL::TestDigest#test_dup = 0.00 s = .
|
84
|
OpenSSL::TestDigest#test_eql = 0.00 s = .
|
85
|
OpenSSL::TestDigest#test_info = 0.00 s = .
|
86
|
OpenSSL::TestDigest#test_openssl_digest = 0.00 s = .
|
87
|
OpenSSL::TestDigest#test_reset = 0.00 s = .
|
88
|
|
89
|
|
90
|
Finished tests in 0.010361s, 965.1158 tests/s, 4536.0442 assertions/s.
|
91
|
|
92
|
1) Error:
|
93
|
test_digest_constants(OpenSSL::TestDigest):
|
94
|
RuntimeError: Unsupported digest algorithm (MD4).
|
95
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/openssl/test_digest.rb:65:in `initialize'
|
96
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/openssl/test_digest.rb:65:in `new'
|
97
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/openssl/test_digest.rb:65:in `block in test_digest_constants'
|
98
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/openssl/test_digest.rb:64:in `each'
|
99
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/openssl/test_digest.rb:64:in `test_digest_constants'
|
100
|
|
101
|
10 tests, 47 assertions, 0 failures, 1 errors, 0 skips
|
102
|
|
103
|
ruby -v: ruby 2.0.0p353 (2013-11-22) [x86_64-linux]
|
104
|
make: *** [yes-test-all] Error 1
|
105
|
CC = gcc
|
106
|
LD = ld
|
107
|
LDSHARED = gcc -shared
|
108
|
CFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -mtune=generic -fPIC -m64
|
109
|
XCFLAGS = -include ruby/config.h -include ruby/missing.h -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
|
110
|
CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I.
|
111
|
DLDFLAGS = -Wl,-soname,libruby.so.2.0 -fstack-protector -m64
|
112
|
SOLIBS = -lpthread -lrt -ldl -lcrypt -lm
|
113
|
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./test/runner.rb" --ruby="./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v 'test/openssl/test_pkcs12.rb'
|
114
|
Run options: "--ruby=./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v
|
115
|
|
116
|
# Running tests:
|
117
|
|
118
|
OpenSSL::TestPKCS12#test_create = 0.01 s = E
|
119
|
OpenSSL::TestPKCS12#test_create_no_pass = 0.00 s = E
|
120
|
OpenSSL::TestPKCS12#test_create_with_bad_nid = 0.00 s = .
|
121
|
OpenSSL::TestPKCS12#test_create_with_chain = 0.00 s = E
|
122
|
OpenSSL::TestPKCS12#test_create_with_chain_decode = 0.00 s = E
|
123
|
OpenSSL::TestPKCS12#test_create_with_itr = 0.00 s = E
|
124
|
OpenSSL::TestPKCS12#test_create_with_mac_itr = 0.00 s = E
|
125
|
|
126
|
|
127
|
Finished tests in 0.044306s, 157.9905 tests/s, 22.5701 assertions/s.
|
128
|
|
129
|
1) Error:
|
130
|
test_create(OpenSSL::TestPKCS12):
|
131
|
OpenSSL::PKCS12::PKCS12Error: encrypt error
|
132
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/openssl/test_pkcs12.rb:55:in `create'
|
133
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/openssl/test_pkcs12.rb:55:in `test_create'
|
134
|
|
135
|
2) Error:
|
136
|
test_create_no_pass(OpenSSL::TestPKCS12):
|
137
|
OpenSSL::PKCS12::PKCS12Error: encrypt error
|
138
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/openssl/test_pkcs12.rb:67:in `create'
|
139
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/openssl/test_pkcs12.rb:67:in `test_create_no_pass'
|
140
|
|
141
|
3) Error:
|
142
|
test_create_with_chain(OpenSSL::TestPKCS12):
|
143
|
OpenSSL::PKCS12::PKCS12Error: encrypt error
|
144
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/openssl/test_pkcs12.rb:84:in `create'
|
145
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/openssl/test_pkcs12.rb:84:in `test_create_with_chain'
|
146
|
|
147
|
4) Error:
|
148
|
test_create_with_chain_decode(OpenSSL::TestPKCS12):
|
149
|
OpenSSL::PKCS12::PKCS12Error: encrypt error
|
150
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/openssl/test_pkcs12.rb:99:in `create'
|
151
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/openssl/test_pkcs12.rb:99:in `test_create_with_chain_decode'
|
152
|
|
153
|
5) Error:
|
154
|
test_create_with_itr(OpenSSL::TestPKCS12):
|
155
|
OpenSSL::PKCS12::PKCS12Error: encrypt error
|
156
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/openssl/test_pkcs12.rb:129:in `create'
|
157
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/openssl/test_pkcs12.rb:129:in `test_create_with_itr'
|
158
|
|
159
|
6) Error:
|
160
|
test_create_with_mac_itr(OpenSSL::TestPKCS12):
|
161
|
OpenSSL::PKCS12::PKCS12Error: encrypt error
|
162
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/openssl/test_pkcs12.rb:155:in `create'
|
163
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/openssl/test_pkcs12.rb:155:in `test_create_with_mac_itr'
|
164
|
|
165
|
7 tests, 1 assertions, 0 failures, 6 errors, 0 skips
|
166
|
|
167
|
ruby -v: ruby 2.0.0p353 (2013-11-22) [x86_64-linux]
|
168
|
make: *** [yes-test-all] Error 6
|
169
|
CC = gcc
|
170
|
LD = ld
|
171
|
LDSHARED = gcc -shared
|
172
|
CFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -mtune=generic -fPIC -m64
|
173
|
XCFLAGS = -include ruby/config.h -include ruby/missing.h -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
|
174
|
CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I.
|
175
|
DLDFLAGS = -Wl,-soname,libruby.so.2.0 -fstack-protector -m64
|
176
|
SOLIBS = -lpthread -lrt -ldl -lcrypt -lm
|
177
|
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./test/runner.rb" --ruby="./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v 'test/openssl/test_x509cert.rb'
|
178
|
Run options: "--ruby=./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v
|
179
|
|
180
|
# Running tests:
|
181
|
|
182
|
OpenSSL::TestX509Certificate#test_check_private_key = 0.00 s = .
|
183
|
OpenSSL::TestX509Certificate#test_dsa_with_sha2 = 0.00 s = .
|
184
|
OpenSSL::TestX509Certificate#test_dsig_algorithm_mismatch = 0.00 s = .
|
185
|
OpenSSL::TestX509Certificate#test_extension = 0.01 s = .
|
186
|
OpenSSL::TestX509Certificate#test_public_key = 0.00 s = .
|
187
|
OpenSSL::TestX509Certificate#test_serial = 0.01 s = .
|
188
|
OpenSSL::TestX509Certificate#test_sign_and_verify = 0.00 s = E
|
189
|
OpenSSL::TestX509Certificate#test_validity = 0.01 s = .
|
190
|
|
191
|
|
192
|
Finished tests in 0.033551s, 238.4411 tests/s, 1818.1136 assertions/s.
|
193
|
|
194
|
1) Error:
|
195
|
test_sign_and_verify(OpenSSL::TestX509Certificate):
|
196
|
OpenSSL::X509::CertificateError: unknown message digest algorithm
|
197
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/openssl/test_x509cert.rb:140:in `verify'
|
198
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/openssl/test_x509cert.rb:140:in `test_sign_and_verify'
|
199
|
|
200
|
8 tests, 61 assertions, 0 failures, 1 errors, 0 skips
|
201
|
|
202
|
ruby -v: ruby 2.0.0p353 (2013-11-22) [x86_64-linux]
|
203
|
make: *** [yes-test-all] Error 1
|
204
|
CC = gcc
|
205
|
LD = ld
|
206
|
LDSHARED = gcc -shared
|
207
|
CFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -mtune=generic -fPIC -m64
|
208
|
XCFLAGS = -include ruby/config.h -include ruby/missing.h -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
|
209
|
CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I.
|
210
|
DLDFLAGS = -Wl,-soname,libruby.so.2.0 -fstack-protector -m64
|
211
|
SOLIBS = -lpthread -lrt -ldl -lcrypt -lm
|
212
|
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./test/runner.rb" --ruby="./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v 'test/openssl/test_x509req.rb'
|
213
|
Run options: "--ruby=./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v
|
214
|
|
215
|
# Running tests:
|
216
|
|
217
|
OpenSSL::TestX509Request#test_attr = 0.00 s = .
|
218
|
OpenSSL::TestX509Request#test_public_key = 0.00 s = .
|
219
|
OpenSSL::TestX509Request#test_sign_and_verify = 0.01 s = E
|
220
|
OpenSSL::TestX509Request#test_subject = 0.00 s = .
|
221
|
OpenSSL::TestX509Request#test_version = 0.00 s = .
|
222
|
|
223
|
|
224
|
Finished tests in 0.021557s, 231.9385 tests/s, 1206.0800 assertions/s.
|
225
|
|
226
|
1) Error:
|
227
|
test_sign_and_verify(OpenSSL::TestX509Request):
|
228
|
OpenSSL::X509::RequestError: unknown message digest algorithm
|
229
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/openssl/test_x509req.rb:111:in `verify'
|
230
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/openssl/test_x509req.rb:111:in `test_sign_and_verify'
|
231
|
|
232
|
5 tests, 26 assertions, 0 failures, 1 errors, 0 skips
|
233
|
|
234
|
ruby -v: ruby 2.0.0p353 (2013-11-22) [x86_64-linux]
|
235
|
make: *** [yes-test-all] Error 1
|
236
|
CC = gcc
|
237
|
LD = ld
|
238
|
LDSHARED = gcc -shared
|
239
|
CFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -mtune=generic -fPIC -m64
|
240
|
XCFLAGS = -include ruby/config.h -include ruby/missing.h -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
|
241
|
CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I.
|
242
|
DLDFLAGS = -Wl,-soname,libruby.so.2.0 -fstack-protector -m64
|
243
|
SOLIBS = -lpthread -lrt -ldl -lcrypt -lm
|
244
|
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./test/runner.rb" --ruby="./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v 'test/net/pop/test_pop.rb'
|
245
|
Run options: "--ruby=./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v
|
246
|
|
247
|
# Running tests:
|
248
|
|
249
|
TestPOP#test_apop_invalid = 0.00 s = .
|
250
|
TestPOP#test_apop_invalid_at = 0.00 s = .
|
251
|
TestPOP#test_apop_ng = md5_dgst.c(80): OpenSSL internal error, assertion failed: Digest MD5 forbidden in FIPS mode!
|
252
|
make: *** [yes-test-all] Aborted
|
253
|
CC = gcc
|
254
|
LD = ld
|
255
|
LDSHARED = gcc -shared
|
256
|
CFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -mtune=generic -fPIC -m64
|
257
|
XCFLAGS = -include ruby/config.h -include ruby/missing.h -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
|
258
|
CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I.
|
259
|
DLDFLAGS = -Wl,-soname,libruby.so.2.0 -fstack-protector -m64
|
260
|
SOLIBS = -lpthread -lrt -ldl -lcrypt -lm
|
261
|
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./test/runner.rb" --ruby="./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v 'test/cgi/test_cgi_session.rb'
|
262
|
md5_dgst.c(80): OpenSSL internal error, assertion failed: Digest MD5 forbidden in FIPS mode!
|
263
|
make: *** [yes-test-all] Aborted
|
264
|
CC = gcc
|
265
|
LD = ld
|
266
|
LDSHARED = gcc -shared
|
267
|
CFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -mtune=generic -fPIC -m64
|
268
|
XCFLAGS = -include ruby/config.h -include ruby/missing.h -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
|
269
|
CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I.
|
270
|
DLDFLAGS = -Wl,-soname,libruby.so.2.0 -fstack-protector -m64
|
271
|
SOLIBS = -lpthread -lrt -ldl -lcrypt -lm
|
272
|
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./test/runner.rb" --ruby="./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v 'test/rubygems/test_gem_security.rb'
|
273
|
Run options: "--ruby=./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v
|
274
|
|
275
|
# Running tests:
|
276
|
|
277
|
TestGemSecurity#test_class_create_cert_self_signed = 0.01 s = .
|
278
|
TestGemSecurity#test_class_reset = 0.00 s = .
|
279
|
TestGemSecurity#test_class_create_cert = 0.00 s = .
|
280
|
TestGemSecurity#test_class_re_sign_not_self_signed = 0.00 s = .
|
281
|
TestGemSecurity#test_class_sign_AltName = 0.01 s = .
|
282
|
TestGemSecurity#test_class_create_cert_email = 0.00 s = .
|
283
|
TestGemSecurity#test_class_sign = 0.00 s = .
|
284
|
TestGemSecurity#test_class_re_sign_wrong_key = 0.00 s = .
|
285
|
TestGemSecurity#test_class_re_sign = 0.00 s = .
|
286
|
TestGemSecurity#test_class_email_to_name = 0.00 s = .
|
287
|
TestGemSecurity#test_class_trust_dir = 0.00 s = .
|
288
|
TestGemSecurity#test_class_create_key = 0.00 s = E
|
289
|
|
290
|
|
291
|
Finished tests in 0.038838s, 308.9723 tests/s, 1750.8432 assertions/s.
|
292
|
|
293
|
1) Error:
|
294
|
test_class_create_key(TestGemSecurity):
|
295
|
OpenSSL::PKey::RSAError: invalid key length
|
296
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/rubygems/security.rb:459:in `initialize'
|
297
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/rubygems/security.rb:459:in `new'
|
298
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/rubygems/security.rb:459:in `create_key'
|
299
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/rubygems/test_gem_security.rb:98:in `test_class_create_key'
|
300
|
|
301
|
12 tests, 68 assertions, 0 failures, 1 errors, 0 skips
|
302
|
|
303
|
ruby -v: ruby 2.0.0p353 (2013-11-22) [x86_64-linux]
|
304
|
make: *** [yes-test-all] Error 1
|
305
|
CC = gcc
|
306
|
LD = ld
|
307
|
LDSHARED = gcc -shared
|
308
|
CFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -mtune=generic -fPIC -m64
|
309
|
XCFLAGS = -include ruby/config.h -include ruby/missing.h -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
|
310
|
CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I.
|
311
|
DLDFLAGS = -Wl,-soname,libruby.so.2.0 -fstack-protector -m64
|
312
|
SOLIBS = -lpthread -lrt -ldl -lcrypt -lm
|
313
|
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./test/runner.rb" --ruby="./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v 'test/rubygems/test_gem_remote_fetcher.rb'
|
314
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/rubygems/test_gem_remote_fetcher.rb:937:in `initialize': BN lib (OpenSSL::PKey::DHError)
|
315
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/rubygems/test_gem_remote_fetcher.rb:937:in `new'
|
316
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/rubygems/test_gem_remote_fetcher.rb:937:in `singleton class'
|
317
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/rubygems/test_gem_remote_fetcher.rb:917:in `<class:TestGemRemoteFetcher>'
|
318
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/rubygems/test_gem_remote_fetcher.rb:23:in `<top (required)>'
|
319
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/test/unit.rb:245:in `require'
|
320
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/test/unit.rb:245:in `block in non_options'
|
321
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/test/unit.rb:239:in `each'
|
322
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/test/unit.rb:239:in `non_options'
|
323
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/test/unit.rb:52:in `process_args'
|
324
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/test/unit.rb:826:in `process_args'
|
325
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/test/unit.rb:831:in `run'
|
326
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/test/unit.rb:838:in `run'
|
327
|
from ./test/runner.rb:19:in `<main>'
|
328
|
make: *** [yes-test-all] Error 1
|
329
|
CC = gcc
|
330
|
LD = ld
|
331
|
LDSHARED = gcc -shared
|
332
|
CFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -mtune=generic -fPIC -m64
|
333
|
XCFLAGS = -include ruby/config.h -include ruby/missing.h -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
|
334
|
CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I.
|
335
|
DLDFLAGS = -Wl,-soname,libruby.so.2.0 -fstack-protector -m64
|
336
|
SOLIBS = -lpthread -lrt -ldl -lcrypt -lm
|
337
|
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./test/runner.rb" --ruby="./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v 'test/digest/test_digest.rb'
|
338
|
Run options: "--ruby=./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v
|
339
|
|
340
|
# Running tests:
|
341
|
|
342
|
TestDigest::TestBase#test_base = 0.00 s = .
|
343
|
TestDigest::TestMD5#test_alignment = md5_dgst.c(80): OpenSSL internal error, assertion failed: Digest MD5 forbidden in FIPS mode!
|
344
|
make: *** [yes-test-all] Aborted
|
345
|
CC = gcc
|
346
|
LD = ld
|
347
|
LDSHARED = gcc -shared
|
348
|
CFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -mtune=generic -fPIC -m64
|
349
|
XCFLAGS = -include ruby/config.h -include ruby/missing.h -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
|
350
|
CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I.
|
351
|
DLDFLAGS = -Wl,-soname,libruby.so.2.0 -fstack-protector -m64
|
352
|
SOLIBS = -lpthread -lrt -ldl -lcrypt -lm
|
353
|
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./test/runner.rb" --ruby="./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v 'test/digest/test_digest_hmac.rb'
|
354
|
Run options: "--ruby=./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v
|
355
|
|
356
|
# Running tests:
|
357
|
|
358
|
TC_HMAC_MD5#test_hexdigest = md5_dgst.c(80): OpenSSL internal error, assertion failed: Digest MD5 forbidden in FIPS mode!
|
359
|
make: *** [yes-test-all] Aborted
|
360
|
CC = gcc
|
361
|
LD = ld
|
362
|
LDSHARED = gcc -shared
|
363
|
CFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -mtune=generic -fPIC -m64
|
364
|
XCFLAGS = -include ruby/config.h -include ruby/missing.h -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
|
365
|
CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I.
|
366
|
DLDFLAGS = -Wl,-soname,libruby.so.2.0 -fstack-protector -m64
|
367
|
SOLIBS = -lpthread -lrt -ldl -lcrypt -lm
|
368
|
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./test/runner.rb" --ruby="./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v 'test/ruby/test_string.rb'
|
369
|
Run options: "--ruby=./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v
|
370
|
|
371
|
# Running tests:
|
372
|
|
373
|
TestString#test_AREF = 0.00 s = .
|
374
|
TestString#test_ASET = 0.00 s = .
|
375
|
TestString#test_CMP = 0.00 s = .
|
376
|
TestString#test_EQUAL = 0.00 s = .
|
377
|
TestString#test_LSHIFT = 0.00 s = .
|
378
|
TestString#test_MATCH = 0.00 s = .
|
379
|
TestString#test_MOD = 0.00 s = .
|
380
|
TestString#test_MUL = 0.00 s = .
|
381
|
TestString#test_PLUS = 0.00 s = .
|
382
|
TestString#test_VERY_EQUAL = 0.00 s = .
|
383
|
TestString#test_ascii_incomat_inspect = 0.00 s = .
|
384
|
TestString#test_bytes = 0.00 s = .
|
385
|
TestString#test_byteslice = 0.00 s = .
|
386
|
TestString#test_capitalize = 0.00 s = .
|
387
|
TestString#test_capitalize! = 0.00 s = .
|
388
|
TestString#test_casecmp = 0.00 s = .
|
389
|
TestString#test_center = 0.00 s = .
|
390
|
TestString#test_chars = 0.00 s = .
|
391
|
TestString#test_chomp = 0.00 s = .
|
392
|
TestString#test_chomp! = 0.00 s = .
|
393
|
TestString#test_chop = 0.00 s = .
|
394
|
TestString#test_chop! = 0.00 s = .
|
395
|
TestString#test_clear = 0.00 s = .
|
396
|
TestString#test_clear_nonasciicompat = 0.00 s = .
|
397
|
TestString#test_clone = 0.00 s = .
|
398
|
TestString#test_codepoints = 0.00 s = .
|
399
|
TestString#test_concat = 0.00 s = .
|
400
|
TestString#test_count = 0.00 s = .
|
401
|
TestString#test_crypt = 0.00 s = E
|
402
|
TestString#test_delete = 0.00 s = .
|
403
|
TestString#test_delete! = 0.00 s = .
|
404
|
TestString#test_downcase = 0.00 s = .
|
405
|
TestString#test_downcase! = 0.00 s = .
|
406
|
TestString#test_downcase2 = 0.00 s = .
|
407
|
TestString#test_dummy_inspect = 0.00 s = .
|
408
|
TestString#test_dump = 0.00 s = .
|
409
|
TestString#test_dup = 0.00 s = .
|
410
|
TestString#test_each = 0.00 s = .
|
411
|
TestString#test_each_byte = 0.00 s = .
|
412
|
TestString#test_each_char = 0.00 s = .
|
413
|
TestString#test_each_codepoint = 0.00 s = .
|
414
|
TestString#test_each_line = 0.00 s = .
|
415
|
TestString#test_empty? = 0.00 s = .
|
416
|
TestString#test_end_with? = 0.00 s = .
|
417
|
TestString#test_eql? = 0.00 s = .
|
418
|
TestString#test_frozen_check = 0.00 s = .
|
419
|
TestString#test_gsub = 0.00 s = .
|
420
|
TestString#test_gsub! = 0.00 s = .
|
421
|
TestString#test_gsub_encoding = 0.00 s = .
|
422
|
TestString#test_gsub_enumerator = 0.04 s = .
|
423
|
TestString#test_gsub_hash = 0.00 s = .
|
424
|
TestString#test_hash = 0.00 s = .
|
425
|
TestString#test_hash_random = 0.08 s = .
|
426
|
TestString#test_hex = 0.00 s = .
|
427
|
TestString#test_include? = 0.00 s = .
|
428
|
TestString#test_index = 0.00 s = .
|
429
|
TestString#test_inspect_nul = 0.00 s = .
|
430
|
TestString#test_intern = 0.00 s = .
|
431
|
TestString#test_length = 0.00 s = .
|
432
|
TestString#test_lines = 0.00 s = .
|
433
|
TestString#test_ljust = 0.00 s = .
|
434
|
TestString#test_match_method = 0.00 s = .
|
435
|
TestString#test_mod_check = 0.00 s = .
|
436
|
TestString#test_next = 0.00 s = .
|
437
|
TestString#test_next! = 0.00 s = .
|
438
|
TestString#test_oct = 0.00 s = .
|
439
|
TestString#test_partition = 0.01 s = .
|
440
|
TestString#test_prepend = 0.00 s = .
|
441
|
TestString#test_rb_str_new4 = 0.00 s = .
|
442
|
TestString#test_rb_str_shared_replace = 0.00 s = .
|
443
|
TestString#test_rb_str_to_str = 0.00 s = .
|
444
|
TestString#test_replace = 0.00 s = .
|
445
|
TestString#test_respond_to = 0.00 s = .
|
446
|
TestString#test_reverse = 0.00 s = .
|
447
|
TestString#test_reverse! = 0.00 s = .
|
448
|
TestString#test_rindex = 0.00 s = .
|
449
|
TestString#test_rjust = 0.00 s = .
|
450
|
TestString#test_rpartition = 0.00 s = .
|
451
|
TestString#test_rstrip = 0.00 s = .
|
452
|
TestString#test_s_new = 0.00 s = .
|
453
|
TestString#test_scan = 0.00 s = .
|
454
|
TestString#test_setter = 0.00 s = .
|
455
|
TestString#test_shared_force_encoding = 0.00 s = .
|
456
|
TestString#test_size = 0.00 s = .
|
457
|
TestString#test_slice = 0.00 s = .
|
458
|
TestString#test_slice! = 0.00 s = .
|
459
|
TestString#test_splice! = 0.00 s = .
|
460
|
TestString#test_split = 0.00 s = .
|
461
|
TestString#test_squeeze = 0.00 s = .
|
462
|
TestString#test_squeeze! = 0.00 s = .
|
463
|
TestString#test_start_with? = 0.00 s = .
|
464
|
TestString#test_str_new4 = 0.00 s = .
|
465
|
TestString#test_strip = 0.00 s = .
|
466
|
TestString#test_strip! = 0.00 s = .
|
467
|
TestString#test_sub = 0.00 s = .
|
468
|
TestString#test_sub! = 0.00 s = .
|
469
|
TestString#test_sub_hash = 0.00 s = .
|
470
|
TestString#test_substr_negative_begin = 0.00 s = .
|
471
|
TestString#test_succ = 0.00 s = .
|
472
|
TestString#test_succ! = 0.00 s = .
|
473
|
TestString#test_sum = 0.00 s = .
|
474
|
TestString#test_sum_2 = 0.00 s = .
|
475
|
TestString#test_sum_long = 0.09 s = .
|
476
|
TestString#test_swapcase = 0.00 s = .
|
477
|
TestString#test_swapcase! = 0.00 s = .
|
478
|
TestString#test_times = 0.00 s = .
|
479
|
TestString#test_times2 = 0.00 s = .
|
480
|
TestString#test_to_f = 0.00 s = .
|
481
|
TestString#test_to_i = 0.00 s = .
|
482
|
TestString#test_to_id = 0.00 s = .
|
483
|
TestString#test_to_s = 0.00 s = .
|
484
|
TestString#test_to_s_2 = 0.00 s = .
|
485
|
TestString#test_to_str = 0.00 s = .
|
486
|
TestString#test_tr = 0.00 s = .
|
487
|
TestString#test_tr! = 0.00 s = .
|
488
|
TestString#test_tr_s = 0.00 s = .
|
489
|
TestString#test_tr_s! = 0.00 s = .
|
490
|
TestString#test_try_convert = 0.00 s = .
|
491
|
TestString#test_unpack = 0.00 s = .
|
492
|
TestString#test_upcase = 0.00 s = .
|
493
|
TestString#test_upcase! = 0.00 s = .
|
494
|
TestString#test_upcase2 = 0.00 s = .
|
495
|
TestString#test_upto = 0.00 s = .
|
496
|
TestString#test_upto_nonalnum = 0.00 s = .
|
497
|
TestString#test_upto_numeric = 0.00 s = .
|
498
|
TestString2#test_AREF = 0.00 s = .
|
499
|
TestString2#test_ASET = 0.00 s = .
|
500
|
TestString2#test_CMP = 0.00 s = .
|
501
|
TestString2#test_EQUAL = 0.00 s = .
|
502
|
TestString2#test_LSHIFT = 0.00 s = .
|
503
|
TestString2#test_MATCH = 0.00 s = .
|
504
|
TestString2#test_MOD = 0.00 s = .
|
505
|
TestString2#test_MUL = 0.00 s = .
|
506
|
TestString2#test_PLUS = 0.00 s = .
|
507
|
TestString2#test_VERY_EQUAL = 0.00 s = .
|
508
|
TestString2#test_ascii_incomat_inspect = 0.00 s = .
|
509
|
TestString2#test_bytes = 0.00 s = .
|
510
|
TestString2#test_byteslice = 0.00 s = .
|
511
|
TestString2#test_capitalize = 0.00 s = .
|
512
|
TestString2#test_capitalize! = 0.00 s = .
|
513
|
TestString2#test_casecmp = 0.00 s = .
|
514
|
TestString2#test_center = 0.00 s = .
|
515
|
TestString2#test_chars = 0.00 s = .
|
516
|
TestString2#test_chomp = 0.00 s = .
|
517
|
TestString2#test_chomp! = 0.00 s = .
|
518
|
TestString2#test_chop = 0.00 s = .
|
519
|
TestString2#test_chop! = 0.00 s = .
|
520
|
TestString2#test_clear = 0.00 s = .
|
521
|
TestString2#test_clear_nonasciicompat = 0.00 s = .
|
522
|
TestString2#test_clone = 0.00 s = .
|
523
|
TestString2#test_codepoints = 0.00 s = .
|
524
|
TestString2#test_concat = 0.00 s = .
|
525
|
TestString2#test_count = 0.00 s = .
|
526
|
TestString2#test_crypt = 0.00 s = E
|
527
|
TestString2#test_delete = 0.00 s = .
|
528
|
TestString2#test_delete! = 0.00 s = .
|
529
|
TestString2#test_downcase = 0.00 s = .
|
530
|
TestString2#test_downcase! = 0.00 s = .
|
531
|
TestString2#test_downcase2 = 0.00 s = .
|
532
|
TestString2#test_dummy_inspect = 0.00 s = .
|
533
|
TestString2#test_dump = 0.00 s = .
|
534
|
TestString2#test_dup = 0.00 s = .
|
535
|
TestString2#test_each = 0.00 s = .
|
536
|
TestString2#test_each_byte = 0.00 s = .
|
537
|
TestString2#test_each_char = 0.00 s = .
|
538
|
TestString2#test_each_codepoint = 0.00 s = .
|
539
|
TestString2#test_each_line = 0.00 s = .
|
540
|
TestString2#test_empty? = 0.00 s = .
|
541
|
TestString2#test_end_with? = 0.00 s = .
|
542
|
TestString2#test_eql? = 0.00 s = .
|
543
|
TestString2#test_frozen_check = 0.00 s = .
|
544
|
TestString2#test_gsub = 0.00 s = .
|
545
|
TestString2#test_gsub! = 0.00 s = .
|
546
|
TestString2#test_gsub_encoding = 0.00 s = .
|
547
|
TestString2#test_gsub_enumerator = 0.04 s = .
|
548
|
TestString2#test_gsub_hash = 0.00 s = .
|
549
|
TestString2#test_hash = 0.00 s = .
|
550
|
TestString2#test_hash_random = 0.13 s = .
|
551
|
TestString2#test_hex = 0.00 s = .
|
552
|
TestString2#test_include? = 0.00 s = .
|
553
|
TestString2#test_index = 0.00 s = .
|
554
|
TestString2#test_inspect_nul = 0.00 s = .
|
555
|
TestString2#test_intern = 0.00 s = .
|
556
|
TestString2#test_length = 0.00 s = .
|
557
|
TestString2#test_lines = 0.00 s = .
|
558
|
TestString2#test_ljust = 0.00 s = .
|
559
|
TestString2#test_match_method = 0.00 s = .
|
560
|
TestString2#test_mod_check = 0.00 s = .
|
561
|
TestString2#test_next = 0.00 s = .
|
562
|
TestString2#test_next! = 0.00 s = .
|
563
|
TestString2#test_oct = 0.00 s = .
|
564
|
TestString2#test_partition = 0.00 s = .
|
565
|
TestString2#test_prepend = 0.00 s = .
|
566
|
TestString2#test_rb_str_new4 = 0.00 s = .
|
567
|
TestString2#test_rb_str_shared_replace = 0.00 s = .
|
568
|
TestString2#test_rb_str_to_str = 0.00 s = .
|
569
|
TestString2#test_replace = 0.00 s = .
|
570
|
TestString2#test_respond_to = 0.00 s = .
|
571
|
TestString2#test_reverse = 0.00 s = .
|
572
|
TestString2#test_reverse! = 0.00 s = .
|
573
|
TestString2#test_rindex = 0.00 s = .
|
574
|
TestString2#test_rjust = 0.00 s = .
|
575
|
TestString2#test_rpartition = 0.00 s = .
|
576
|
TestString2#test_rstrip = 0.00 s = .
|
577
|
TestString2#test_s_new = 0.00 s = .
|
578
|
TestString2#test_scan = 0.00 s = .
|
579
|
TestString2#test_setter = 0.00 s = .
|
580
|
TestString2#test_shared_force_encoding = 0.00 s = .
|
581
|
TestString2#test_size = 0.00 s = .
|
582
|
TestString2#test_slice = 0.00 s = .
|
583
|
TestString2#test_slice! = 0.00 s = .
|
584
|
TestString2#test_splice! = 0.00 s = .
|
585
|
TestString2#test_split = 0.00 s = .
|
586
|
TestString2#test_squeeze = 0.00 s = .
|
587
|
TestString2#test_squeeze! = 0.00 s = .
|
588
|
TestString2#test_start_with? = 0.00 s = .
|
589
|
TestString2#test_str_new4 = 0.00 s = .
|
590
|
TestString2#test_strip = 0.00 s = .
|
591
|
TestString2#test_strip! = 0.00 s = .
|
592
|
TestString2#test_sub = 0.00 s = .
|
593
|
TestString2#test_sub! = 0.00 s = .
|
594
|
TestString2#test_sub_hash = 0.00 s = .
|
595
|
TestString2#test_substr_negative_begin = 0.00 s = .
|
596
|
TestString2#test_succ = 0.00 s = .
|
597
|
TestString2#test_succ! = 0.00 s = .
|
598
|
TestString2#test_sum = 0.00 s = .
|
599
|
TestString2#test_sum_2 = 0.00 s = .
|
600
|
TestString2#test_sum_long = 0.09 s = .
|
601
|
TestString2#test_swapcase = 0.00 s = .
|
602
|
TestString2#test_swapcase! = 0.00 s = .
|
603
|
TestString2#test_times = 0.00 s = .
|
604
|
TestString2#test_times2 = 0.00 s = .
|
605
|
TestString2#test_to_f = 0.00 s = .
|
606
|
TestString2#test_to_i = 0.00 s = .
|
607
|
TestString2#test_to_id = 0.00 s = .
|
608
|
TestString2#test_to_s = 0.00 s = .
|
609
|
TestString2#test_to_s_2 = 0.00 s = .
|
610
|
TestString2#test_to_str = 0.00 s = .
|
611
|
TestString2#test_tr = 0.00 s = .
|
612
|
TestString2#test_tr! = 0.00 s = .
|
613
|
TestString2#test_tr_s = 0.00 s = .
|
614
|
TestString2#test_tr_s! = 0.00 s = .
|
615
|
TestString2#test_try_convert = 0.00 s = .
|
616
|
TestString2#test_unpack = 0.00 s = .
|
617
|
TestString2#test_upcase = 0.00 s = .
|
618
|
TestString2#test_upcase! = 0.00 s = .
|
619
|
TestString2#test_upcase2 = 0.00 s = .
|
620
|
TestString2#test_upto = 0.00 s = .
|
621
|
TestString2#test_upto_nonalnum = 0.00 s = .
|
622
|
TestString2#test_upto_numeric = 0.00 s = .
|
623
|
|
624
|
|
625
|
Finished tests in 0.539977s, 462.9827 tests/s, 7981.8216 assertions/s.
|
626
|
|
627
|
1) Error:
|
628
|
test_crypt(TestString):
|
629
|
Errno::EPERM: Operation not permitted - crypt
|
630
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/ruby/test_string.rb:507:in `crypt'
|
631
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/ruby/test_string.rb:507:in `test_crypt'
|
632
|
|
633
|
2) Error:
|
634
|
test_crypt(TestString2):
|
635
|
Errno::EPERM: Operation not permitted - crypt
|
636
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/ruby/test_string.rb:507:in `crypt'
|
637
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/ruby/test_string.rb:507:in `test_crypt'
|
638
|
|
639
|
250 tests, 4310 assertions, 0 failures, 2 errors, 0 skips
|
640
|
|
641
|
ruby -v: ruby 2.0.0p353 (2013-11-22) [x86_64-linux]
|
642
|
make: *** [yes-test-all] Error 2
|
643
|
CC = gcc
|
644
|
LD = ld
|
645
|
LDSHARED = gcc -shared
|
646
|
CFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -mtune=generic -fPIC -m64
|
647
|
XCFLAGS = -include ruby/config.h -include ruby/missing.h -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
|
648
|
CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I.
|
649
|
DLDFLAGS = -Wl,-soname,libruby.so.2.0 -fstack-protector -m64
|
650
|
SOLIBS = -lpthread -lrt -ldl -lcrypt -lm
|
651
|
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./test/runner.rb" --ruby="./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v 'test/xmlrpc/test_webrick_server.rb'
|
652
|
Run options: "--ruby=./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v
|
653
|
|
654
|
# Running tests:
|
655
|
|
656
|
Test_Webrick#test_client_server = 2.01 s = E
|
657
|
|
658
|
|
659
|
Finished tests in 2.013206s, 0.4967 tests/s, 0.0000 assertions/s.
|
660
|
|
661
|
1) Error:
|
662
|
test_client_server(Test_Webrick):
|
663
|
RuntimeError: HTTP-Error: 500 Internal Server Error
|
664
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/xmlrpc/client.rb:488:in `do_rpc'
|
665
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/xmlrpc/client.rb:281:in `call2'
|
666
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/xmlrpc/client.rb:262:in `call'
|
667
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/xmlrpc/test_webrick_server.rb:101:in `do_test'
|
668
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/xmlrpc/test_webrick_server.rb:76:in `block (2 levels) in test_client_server'
|
669
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/xmlrpc/test_webrick_server.rb:93:in `silent'
|
670
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/xmlrpc/test_webrick_server.rb:75:in `block in test_client_server'
|
671
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/xmlrpc/test_webrick_server.rb:69:in `each'
|
672
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/xmlrpc/test_webrick_server.rb:69:in `test_client_server'
|
673
|
|
674
|
1 tests, 0 assertions, 0 failures, 1 errors, 0 skips
|
675
|
|
676
|
ruby -v: ruby 2.0.0p353 (2013-11-22) [x86_64-linux]
|
677
|
make: *** [yes-test-all] Error 1
|
678
|
CC = gcc
|
679
|
LD = ld
|
680
|
LDSHARED = gcc -shared
|
681
|
CFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -mtune=generic -fPIC -m64
|
682
|
XCFLAGS = -include ruby/config.h -include ruby/missing.h -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
|
683
|
CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I.
|
684
|
DLDFLAGS = -Wl,-soname,libruby.so.2.0 -fstack-protector -m64
|
685
|
SOLIBS = -lpthread -lrt -ldl -lcrypt -lm
|
686
|
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./test/runner.rb" --ruby="./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v 'test/psych/test_yamlstore.rb'
|
687
|
md5_dgst.c(80): OpenSSL internal error, assertion failed: Digest MD5 forbidden in FIPS mode!
|
688
|
make: *** [yes-test-all] Aborted
|
689
|
CC = gcc
|
690
|
LD = ld
|
691
|
LDSHARED = gcc -shared
|
692
|
CFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -mtune=generic -fPIC -m64
|
693
|
XCFLAGS = -include ruby/config.h -include ruby/missing.h -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
|
694
|
CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I.
|
695
|
DLDFLAGS = -Wl,-soname,libruby.so.2.0 -fstack-protector -m64
|
696
|
SOLIBS = -lpthread -lrt -ldl -lcrypt -lm
|
697
|
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./test/runner.rb" --ruby="./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v 'test/drb/test_drbssl.rb'
|
698
|
/var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/drb/ssl.rb:164:in `initialize': invalid key length (OpenSSL::PKey::RSAError)
|
699
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/drb/ssl.rb:164:in `new'
|
700
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/drb/ssl.rb:164:in `setup_certificate'
|
701
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/drb/ssl.rb:281:in `open_server'
|
702
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/drb/drb.rb:764:in `block in open_server'
|
703
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/drb/drb.rb:762:in `each'
|
704
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/drb/drb.rb:762:in `open_server'
|
705
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/drb/drb.rb:1373:in `initialize'
|
706
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/drb/test_drbssl.rb:33:in `new'
|
707
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/drb/test_drbssl.rb:33:in `<class:DRbSSLService>'
|
708
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/test/drb/test_drbssl.rb:11:in `<top (required)>'
|
709
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/test/unit.rb:245:in `require'
|
710
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/test/unit.rb:245:in `block in non_options'
|
711
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/test/unit.rb:239:in `each'
|
712
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/test/unit.rb:239:in `non_options'
|
713
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/test/unit.rb:52:in `process_args'
|
714
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/test/unit.rb:826:in `process_args'
|
715
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/test/unit.rb:831:in `run'
|
716
|
from /var/lib/mock/rhel-7-x86_64/root/builddir/build/BUILD/ruby-2.0.0-p353/lib/test/unit.rb:838:in `run'
|
717
|
from ./test/runner.rb:19:in `<main>'
|
718
|
make: *** [yes-test-all] Error 1
|