aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* community/py-paho-mqtt: upgrade to 1.3.0Fabian Affolter2017-06-211-7/+5
|
* community/py-sqlalchemy: upgrade to 1.1.11Fabian Affolter2017-06-211-2/+2
|
* community/py3-aiohttp: upgrade to 2.2.0Fabian Affolter2017-06-211-2/+2
|
* main/font-alias: modernize APKBUILD, fixes #7446Francesco Colista2017-06-211-6/+10
|
* main/opus: upgrade to 1.2Francesco Colista2017-06-211-2/+2
|
* main/py-pbr: upgrade to 3.1.0Francesco Colista2017-06-211-2/+2
|
* testing/libnsl: keep only single project's urlJakub Jirutka2017-06-211-1/+1
|
* community/py-graphviz: fix project's urlJakub Jirutka2017-06-211-1/+1
|
* community/virtualbricks: remove dead urlJakub Jirutka2017-06-211-1/+1
|
* testing/auditd: bump audit version to 2.7.2Tycho Andersen2017-06-206-50/+51
| | | | | | | | * update all the patches * swap out the 4th patch for a proper include of limits.h * reset package version to -r1 Signed-off-by: Tycho Andersen <tycho@docker.com>
* testing/audit: use / prefix instead of /usrTycho Andersen2017-06-201-3/+3
| | | | | | | | | The config files we're using have / as the prefix and every other distro has /, so let's just use that instead (also, the paths to e.g. audispd seem to be hardcoded to /, so auditd as currently packaged fails without this anyway). Signed-off-by: Tycho Andersen <tycho@docker.com>
* testing/audit: spaces to tabsTycho Andersen2017-06-201-3/+3
| | | | Signed-off-by: Tycho Andersen <tycho@docker.com>
* community/py-lz4: correct test typoLeonardo Arena2017-06-201-2/+2
|
* main/varnish: improve stack overflow handlingCarlo Landmeter2017-06-202-3/+3
|
* community/bam: disable on s390xLeonardo Arena2017-06-201-3/+2
|
* community/py-lz4: disable check() on s390xLeonardo Arena2017-06-201-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ====================================================================== ERROR: test_LZ4FrameCompressor (test_frame.TestLZ4Frame) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 218, in test_LZ4FrameCompressor compressed += compressor.compress(input_data) File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/lz4/frame/__init__.py", line 130, in compress result = compress_update(self._context, data) MemoryError ====================================================================== ERROR: test_LZ4FrameCompressor_reset (test_frame.TestLZ4Frame) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 227, in test_LZ4FrameCompressor_reset compressed += compressor.compress(input_data) File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/lz4/frame/__init__.py", line 130, in compress result = compress_update(self._context, data) MemoryError ====================================================================== ERROR: test_compress_begin_update_end (test_frame.TestLZ4Frame) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 26, in test_compress_begin_update_end compressed += lz4frame.compress_update(context, input_data[:chunk_size]) MemoryError ====================================================================== ERROR: test_compress_begin_update_end_no_auto_flush (test_frame.TestLZ4Frame) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 108, in test_compress_begin_update_end_no_auto_flush compressed += lz4frame.compress_update(context, input_data[:chunk_size]) MemoryError ====================================================================== ERROR: test_compress_begin_update_end_no_auto_flush_2 (test_frame.TestLZ4Frame) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 124, in test_compress_begin_update_end_no_auto_flush_2 compressed += lz4frame.compress_update(context, input_data[start:end]) MemoryError ====================================================================== ERROR: test_compress_begin_update_end_no_auto_flush_not_defaults (test_frame.TestLZ4Frame) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 172, in test_compress_begin_update_end_no_auto_flush_not_defaults compressed += lz4frame.compress_update(context, input_data[start:end]) MemoryError ====================================================================== ERROR: test_compress_begin_update_end_not_defaults (test_frame.TestLZ4Frame) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 148, in test_compress_begin_update_end_not_defaults compressed += lz4frame.compress_update(context, input_data[start:end]) MemoryError ====================================================================== ERROR: test_compress_huge_with_size (test_frame.TestLZ4Frame) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 37, in test_compress_huge_with_size compressed += lz4frame.compress_update(context, input_data[:chunk_size]) MemoryError ====================================================================== ERROR: test_compress_huge_without_size (test_frame.TestLZ4Frame) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 48, in test_compress_huge_without_size compressed += lz4frame.compress_update(context, input_data[:chunk_size]) MemoryError ====================================================================== ERROR: test_LZ4FrameCompressor_fails (test_frame.TestLZ4FrameModern) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 281, in test_LZ4FrameCompressor_fails compressed += compressor.compress(input_data) File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/lz4/frame/__init__.py", line 130, in compress result = compress_update(self._context, data) MemoryError ====================================================================== ERROR: test_decompress_truncated (test_frame.TestLZ4FrameModern) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/py-lz4/src/lz4-0.10.0/tests/test_frame.py", line 251, in test_decompress_truncated compressed += lz4frame.compress_update(context, input_data) MemoryError
* main/nasm: upgrade to 2.13.01tmpfile2017-06-202-41/+5
|
* main/seabios: update checksumsLeonardo Arena2017-06-201-2/+2
|
* main/seabios: disable some features due to size constraintsLeonardo Arena2017-06-202-10/+6
|
* main/seabios: upgrade to 1.10.2tmpfile2017-06-202-64/+16
|
* community/modemmanager: bump to 1.6.8Stuart Cardall2017-06-201-2/+2
|
* main/isl: upgrade to 0.18tmpfile2017-06-201-21/+9
|
* main/drbd-utils: upgrade to 9.0.0tmpfile2017-06-201-18/+7
|
* community/suitesparse: build at -O3tmpfile2017-06-201-4/+1
| | | | | The bug that prevented this has been fixed upstream. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71505
* testing/tsung: disable on armhfLeonardo Arena2017-06-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | =ERROR REPORT==== 20-Jun-2017::09:57:18 === ** Generic server ts_config_server terminating ** Last message in was {'EXIT',<0.354.0>,killed} ** When Server state == {state, {config,undefined,0,5,none,text,undefined, [{client,client10,1.0,800,[],undefined}, {client,client9,1.0,800,[],undefined}, {client,client8,1.0,800,[],undefined}, {client,client7,1.0,800,[],undefined}, {client,client6,1.0,800,[],undefined}, {client,client5,1.0,800,[],undefined}, {client,client4,1.0,800,[],undefined}, {client,client3,1.0,800,[],undefined}, {client,client2,1.0,800,[],undefined}, {client,client1,1.0,800,[],undefined}], [{server,127.0.0.1,5222,ts_tcp,1}], {10000,65534}, [{foo, {snmp,{{undef_var,snmp_port},public,v2,[]}}}], [{arrivalphase,1,60000,undefined,0.001,5,5,[], false,1}, {arrivalphase,2,60000,undefined,0.001,15,15,[], false,2}], undefined,false,[],[],ts_http, [{session,3,5,ts_http,foo,true,false,3000, {proto_opts,negotiate,negotiate,/http-bind/, false,false,/chat,binary,[],10,3,600000, infinity,infinity,32768,32768,32768,32768,[], true,true}, undefined,1,undefined,undefined,undefined, undefined,undefined}, {session,2,5,ts_http,example2,true,false,3000, {proto_opts,negotiate,negotiate,/http-bind/, false,false,/chat,binary,[],10,3,600000, infinity,infinity,32768,32768,32768,32768,[], true,true}, undefined,1,undefined,undefined,undefined, undefined,undefined}, {session,1,90,ts_http,example,true,false,3000, {proto_opts,negotiate,negotiate,/http-bind/, false,false,/chat,binary,[],10,3,600000, infinity,infinity,32768,32768,32768,32768,[], true,true}, undefined,5,undefined,undefined,undefined, undefined,undefined}], [{1000, {session,1,90,ts_http,example,true,false,3000, {proto_opts,negotiate,negotiate,/http-bind/, false,false,/chat,binary,[],10,3,600000, infinity,infinity,32768,32768,32768,32768,[], true,true}, undefined,5,undefined,undefined,undefined, undefined,undefined}}, {2000, {session,1,90,ts_http,example,true,false,3000, {proto_opts,negotiate,negotiate,/http-bind/, false,false,/chat,binary,[],10,3,600000, infinity,infinity,32768,32768,32768,32768,[], true,true}, undefined,5,undefined,undefined,undefined, undefined,undefined}}, {4000, {session,1,90,ts_http,example,true,false,3000, {proto_opts,negotiate,negotiate,/http-bind/, false,false,/chat,binary,[],10,3,600000, infinity,infinity,32768,32768,32768,32768,[], true,true}, undefined,5,undefined,undefined,undefined, undefined,undefined}}, {10000, {session,2,5,ts_http,example2,true,false,3000, {proto_opts,negotiate,negotiate,/http-bind/, false,false,/chat,binary,[],10,3,600000, infinity,infinity,32768,32768,32768,32768,[], true,true}, undefined,1,undefined,undefined,undefined, undefined,undefined}}, {10000, {session,1,90,ts_http,example,true,false,3000, {proto_opts,negotiate,negotiate,/http-bind/, false,false,/chat,binary,[],10,3,600000, infinity,infinity,32768,32768,32768,32768,[], true,true}, undefined,5,undefined,undefined,undefined, undefined,undefined}}], 1896495,false,[],1,1,[],0,3000, {proto_opts,negotiate,negotiate,/http-bind/, false,false,/chat,binary,[],10,3,600000, infinity,infinity,32768,32768,32768,32768,[],true, true}, now,none,none,[],undefined,dd,false,1,undefined, 20,[]}, [/tmp], 12,9,[],undefined,10, {1497,953631,272209}, nohost,0,0,undefined,10.0} ** Reason for termination == ** killed *timed out* undefined ======================================================= Failed: 0. Skipped: 0. Passed: 215. One or more tests were cancelled. =ERROR REPORT==== 20-Jun-2017::09:57:19 === ** Generic server ts_user_server_sup terminating ** Last message in was {'EXIT',<0.354.0>,killed} ** When Server state == {state, {global,ts_user_server_sup}, simple_one_for_one, [{child,undefined,ts_user_server, {ts_user_server,start,[]}, temporary,2000,worker, [ts_user_server]}], {set, {set,2,16,16,8,80,48, {[],[],[],[],[],[],[],[],[],[],[],[],[], [],[],[]}, {{[],[],[],[],[],[], [<0.564.0>], [],[], [<0.368.0>], [],[],[],[],[],[]}}}}, 1,1,[],0,ts_user_server_sup,[]} ** Reason for termination == ** killed Total test coverage: 20 % make[1]: *** [Makefile:170: dotest] Error 1
* community/libreoffice: rebuild against glew 2.0.0Leonardo Arena2017-06-201-1/+1
|
* testing/openimageio: rebuild against glew-2.0.0Leonardo Arena2017-06-201-1/+1
|
* testing/opencolorio: rebuild against glew-2.0.0Leonardo Arena2017-06-201-1/+1
|
* testing/opensubdiv: rebuild against glew-2.0.0Leonardo Arena2017-06-201-1/+1
|
* community/mesa-demos: rebuild against glew-2.0.0Leonardo Arena2017-06-201-1/+1
|
* community/kodi: rebuild against glew-2.0.0Leonardo Arena2017-06-201-1/+1
|
* community/gource: rebuild against glew-2.0.0Leonardo Arena2017-06-201-1/+1
|
* community/logstalgia: rebuild against glew-2.0.0Leonardo Arena2017-06-201-1/+1
|
* main/cegui06: rebuild against glew-2.0.0Leonardo Arena2017-06-201-1/+1
|
* main/glew: upgrade to 2.0.0tmpfile2017-06-201-11/+8
|
* main/varnish: upgrade to 5.1.2Carlo Landmeter2017-06-204-91/+21
|
* testing/tsung: don't slow down build serversLeonardo Arena2017-06-201-4/+4
|
* testing/tsung: new aportMichael Truog2017-06-202-0/+96
| | | | | http://www.process-one.net/en/tsung/ Tsung is a high-performance benchmark framework for various protocols including HTTP, XMPP, LDAP, etc.
* testing/keychain: add dummy build()Leonardo Arena2017-06-201-1/+5
|
* testing/keychain: new aportFrançois Chavant2017-06-201-0/+22
|
* testing/reptyr: disable on aarch64 and ppc64lTimo Teräs2017-06-201-1/+1
| | | | | platform/linux/linux_ptrace.c:82:2: error: #error Unsupported architecture. #error Unsupported architecture.
* testing/monero: libunwind not avail on excluded archesLeonardo Arena2017-06-201-2/+2
|
* testing/gearmand: fix system user nameMarcel Hernandez2017-06-204-7/+7
|
* main/[various]: remove trailing whitespace in pkgdesctmpfile2017-06-205-5/+5
|
* community/[various]: remove trailing whitespace in pkgdesctmpfile2017-06-205-5/+5
|
* testing/monero: new aportAndré Klitzing2017-06-202-0/+41
|
* testing/reptyr: new aportAndré Klitzing2017-06-201-0/+28
|
* testing/texlive: upgrade to 20170524tmpfile2017-06-201-31/+27
|
* main/gcalcli: upgrade to 3.4.0tmpfile2017-06-201-11/+6
|
* main/gigolo: upgrade to 0.4.2tmpfile2017-06-201-14/+8
|