[Pkg-leofs-devel] Bug#713505: erlang-cowboy: FTBFS: tests failed

Lucas Nussbaum lucas at lucas-nussbaum.net
Sat Jun 22 13:53:21 UTC 2013


Source: erlang-cowboy
Version: 0.6.1-2
Severity: serious
Tags: jessie sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[2]: Entering directory `/«PKGBUILDDIR»'
> ==> erlang-cowboy-0.6.1 (clean)
> rm -f test/*.beam
> rm -f erl_crash.dump
> ==> erlang-cowboy-0.6.1 (compile)
> Compiled src/cowboy_protocol.erl
> Compiled src/cowboy_http_websocket_handler.erl
> Compiled src/cowboy_http_handler.erl
> Compiled src/cowboy_sup.erl
> Compiled src/cowboy_tcp_transport.erl
> Compiled src/cowboy_requests_sup.erl
> Compiled src/cowboy_ssl_transport.erl
> Compiled src/cowboy_listener_sup.erl
> Compiled src/cowboy_listener.erl
> Compiled src/cowboy_multipart.erl
> Compiled src/cowboy_http_static.erl
> Compiled src/cowboy_http_websocket.erl
> Compiled src/cowboy_http_rest.erl
> Compiled src/cowboy_http_req.erl
> Compiled src/cowboy_http_protocol.erl
> Compiled src/cowboy_dispatcher.erl
> Compiled src/cowboy_cookies.erl
> Compiled src/cowboy_clock.erl
> Compiled src/cowboy_http.erl
> Compiled src/cowboy_bstr.erl
> Compiled src/cowboy_app.erl
> Compiled src/cowboy_acceptors_sup.erl
> Compiled src/cowboy_client.erl
> Compiled src/cowboy_acceptor.erl
> Compiled src/cowboy.erl
> ==> erlang-cowboy-0.6.1 (eunit)
> Compiled src/cowboy_protocol.erl
> Compiled src/cowboy_http_websocket_handler.erl
> Compiled src/cowboy_http_handler.erl
> Compiled test/ws_timeout_hibernate_handler.erl
> Compiled test/websocket_handler_init_shutdown.erl
> Compiled test/websocket_echo_handler.erl
> Compiled test/websocket_handler.erl
> Compiled test/rest_simple_resource.erl
> Compiled test/rest_resource_etags.erl
> Compiled test/rest_nodelete_resource.erl
> Compiled test/rest_forbidden_resource.erl
> Compiled test/http_handler_stream_body.erl
> Compiled test/proper_SUITE.erl
> Compiled test/ws_SUITE.erl
> Compiled test/http_handler_set_resp.erl
> Compiled test/http_handler_loop_timeout.erl
> Compiled test/http_handler_multipart.erl
> Compiled test/http_handler_long_polling.erl
> Compiled test/http_handler_init_shutdown.erl
> Compiled test/http_handler_errors.erl
> Compiled test/http_handler_echo_body.erl
> Compiled test/http_handler.erl
> Compiled test/chunked_handler.erl
> Compiled test/autobahn_SUITE.erl
> Compiled test/dispatcher_prop.erl
> Compiled src/cowboy_sup.erl
> Compiled src/cowboy_tcp_transport.erl
> Compiled src/cowboy_requests_sup.erl
> Compiled src/cowboy_ssl_transport.erl
> Compiled src/cowboy_listener_sup.erl
> Compiled src/cowboy_listener.erl
> Compiled test/http_SUITE.erl
> Compiled src/cowboy_multipart.erl
> Compiled src/cowboy_http_static.erl
> Compiled src/cowboy_http_websocket.erl
> Compiled src/cowboy_http_rest.erl
> Compiled src/cowboy_http_req.erl
> Compiled src/cowboy_http_protocol.erl
> Compiled src/cowboy_dispatcher.erl
> Compiled src/cowboy_cookies.erl
> Compiled src/cowboy_http.erl
> Compiled src/cowboy_bstr.erl
> Compiled src/cowboy_app.erl
> Compiled src/cowboy_acceptors_sup.erl
> Compiled src/cowboy_client.erl
> Compiled src/cowboy_acceptor.erl
> Compiled src/cowboy.erl
> Compiled src/cowboy_clock.erl
> ======================== EUnit ========================
> module 'cowboy_protocol'
> module 'cowboy_http_websocket_handler'
> module 'cowboy_http_handler'
> module 'ws_timeout_hibernate_handler'
> module 'websocket_handler_init_shutdown'
> module 'websocket_echo_handler'
> module 'websocket_handler'
> module 'rest_simple_resource'
> module 'rest_resource_etags'
> module 'rest_nodelete_resource'
> module 'rest_forbidden_resource'
> module 'http_handler_stream_body'
> module 'proper_SUITE'
> module 'ws_SUITE'
> module 'http_handler_set_resp'
> module 'http_handler_loop_timeout'
> module 'http_handler_multipart'
> module 'http_handler_long_polling'
> module 'http_handler_init_shutdown'
> module 'http_handler_errors'
> module 'http_handler_echo_body'
> module 'http_handler'
> module 'chunked_handler'
> module 'autobahn_SUITE'
> module 'dispatcher_prop'
> module 'cowboy_sup'
> module 'cowboy_tcp_transport'
> module 'cowboy_requests_sup'
> module 'cowboy_ssl_transport'
> module 'cowboy_listener_sup'
> module 'cowboy_listener'
> module 'http_SUITE'
> module 'cowboy_multipart'
>   cowboy_multipart: multipart_test_ (--boundary--)...[0.001 s] ok
>   cowboy_multipart: multipart_test_ (preamble\r\n--boundary--)...ok
>   cowboy_multipart: multipart_test_ (--boundary--\r\nepilogue)...ok
>   cowboy_multipart: multipart_test_ (\r\n--boundary\r\nA:b\r\nC:d\r\n\r\n\r\n--boundary--)...ok
>   cowboy_multipart: multipart_test_ (--boundary\r\nX-Name:answer\r\n\r\n42\r\n--boundary\r\nServer:Cowboy\r\n\r\nIt rocks!\r\n\r\n--boundary--)...ok
>   cowboy_multipart: content_disposition_test_ (form-data; name=id)...ok
>   cowboy_multipart: content_disposition_test_ (inline)...ok
>   cowboy_multipart: content_disposition_test_ (attachment; \tfilename=brackets-slides.pdf)...ok
>   [done in 0.024 s]
> module 'cowboy_http_static'
>   cowboy_http_static:479: check_path_test_...ok
>   cowboy_http_static:480: check_path_test_...ok
>   cowboy_http_static:481: check_path_test_...ok
>   cowboy_http_static:482: check_path_test_...ok
>   cowboy_http_static:483: check_path_test_...ok
>   cowboy_http_static:488: join_paths_test_...ok
>   cowboy_http_static:489: join_paths_test_...ok
>   cowboy_http_static:490: join_paths_test_...ok
>   cowboy_http_static:491: join_paths_test_...ok
>   cowboy_http_static:498: directory_path_test_...[0.001 s] ok
>   cowboy_http_static:499: directory_path_test_...[0.001 s] ok
>   cowboy_http_static:500: directory_path_test_...[0.001 s] ok
>   cowboy_http_static:501: directory_path_test_...ok
>   cowboy_http_static:502: directory_path_test_...ok
>   cowboy_http_static:503: directory_path_test_...ok
>   cowboy_http_static:504: directory_path_test_...ok
>   cowboy_http_static:509: filepath_path_test_...ok
>   cowboy_http_static:510: filepath_path_test_...ok
>   cowboy_http_static:511: filepath_path_test_...ok
>   cowboy_http_static:512: filepath_path_test_...ok
>   cowboy_http_static:513: filepath_path_test_...ok
>   cowboy_http_static:514: filepath_path_test_...ok
>   [done in 0.065 s]
> cowboy_http_websocket: hixie76_location_test (module 'cowboy_http_websocket')...ok
> module 'cowboy_http_rest'
> module 'cowboy_http_req'
> module 'cowboy_http_protocol'
>   cowboy_http_protocol: format_header_test_ (Sec-Websocket-Version)...ok
>   cowboy_http_protocol: format_header_test_ (Sec-WebSocket-Version)...ok
>   cowboy_http_protocol: format_header_test_ (sec-websocket-version)...ok
>   cowboy_http_protocol: format_header_test_ (SEC-WEBSOCKET-VERSION)...ok
>   cowboy_http_protocol: format_header_test_ (Sec-WebSocket--Version)...ok
>   cowboy_http_protocol: format_header_test_ (Sec-WebSocket---Version)...ok
>   [done in 0.018 s]
> module 'cowboy_dispatcher'
>   cowboy_dispatcher: split_host_test_ ()...ok
>   cowboy_dispatcher: split_host_test_ (.........)...ok
>   cowboy_dispatcher: split_host_test_ (*)...ok
>   cowboy_dispatcher: split_host_test_ (cowboy.ninenines.eu)...ok
>   cowboy_dispatcher: split_host_test_ (ninenines..eu)...ok
>   cowboy_dispatcher: split_host_test_ (ninenines.eu)...ok
>   cowboy_dispatcher: split_host_test_ (ninenines.eu:8080)...ok
>   cowboy_dispatcher: split_host_test_ (a.b.c.d.e.f.g.h.i.j.k.l.m.n.o.p.q.r.s.t.u.v.w.x.y.z)...ok
>   cowboy_dispatcher: split_host_fail_test_ (ninenines.eu:owns)...ok
>   cowboy_dispatcher: split_host_fail_test_ (ninenines.eu: owns)...ok
>   cowboy_dispatcher: split_host_fail_test_ (ninenines.eu:42fun)...ok
>   cowboy_dispatcher: split_host_fail_test_ (ninenines.eu: 42fun)...ok
>   cowboy_dispatcher: split_host_fail_test_ (ninenines.eu:42 fun)...ok
>   cowboy_dispatcher: split_host_fail_test_ (ninenines.eu:fun 42)...ok
>   cowboy_dispatcher: split_host_fail_test_ (ninenines.eu: 42)...ok
>   cowboy_dispatcher: split_host_fail_test_ (:owns)...ok
>   cowboy_dispatcher: split_host_fail_test_ (:42 fun)...ok
>   cowboy_dispatcher: split_path_test_ (?)...ok
>   cowboy_dispatcher: split_path_test_ (???)...ok
>   cowboy_dispatcher: split_path_test_ (/)...ok
>   cowboy_dispatcher: split_path_test_ (/extend//cowboy)...ok
>   cowboy_dispatcher: split_path_test_ (/users)...ok
>   cowboy_dispatcher: split_path_test_ (/users?)...ok
>   cowboy_dispatcher: split_path_test_ (/users?a)...ok
>   cowboy_dispatcher: split_path_test_ (/users/42/friends?a=b&c=d&e=notsure?whatever)...ok
>   cowboy_dispatcher: split_path_test_ (/users/a+b/c%21d?e+f=g+h)...ok
>   cowboy_dispatcher: match_test_ ([<<"any">>], [])...ok
>   cowboy_dispatcher: match_test_ ([<<"www">>,<<"any">>,<<"ninenines">>,<<"eu">>], [<<"users">>,<<"42">>,
>                                                  <<"mails">>])...ok
>   cowboy_dispatcher: match_test_ ([<<"www">>,<<"ninenines">>,<<"eu">>], [<<"users">>,<<"42">>,<<"mails">>])...ok
>   cowboy_dispatcher: match_test_ ([<<"www">>,<<"ninenines">>,<<"eu">>], [])...ok
>   cowboy_dispatcher: match_test_ ([<<"ninenines">>,<<"eu">>], [])...ok
>   cowboy_dispatcher: match_test_ ([<<"ninenines">>,<<"eu">>], [<<"users">>,<<"42">>,<<"friends">>])...ok
>   cowboy_dispatcher: match_test_ ([<<"erlang">>,<<"fr">>], '_')...ok
>   cowboy_dispatcher: match_test_ ([<<"any">>], [<<"users">>,<<"444">>,<<"friends">>])...ok
>   cowboy_dispatcher: match_test_ ([<<"ninenines">>,<<"fr">>], [<<"threads">>,<<"987">>])...ok
>   cowboy_dispatcher: match_info_test_ ([<<"ninenines">>,<<"eu">>], [])...ok
>   cowboy_dispatcher: match_info_test_ ([<<"bugs">>,<<"ninenines">>,<<"eu">>], [])...ok
>   cowboy_dispatcher: match_info_test_ ([<<"cowboy">>,<<"bugs">>,<<"ninenines">>,<<"eu">>], [])...ok
>   cowboy_dispatcher: match_info_test_ ([<<"www">>,<<"ninenines">>,<<"eu">>], [<<"pathinfo">>,<<"is">>,<<"next">>])...ok
>   cowboy_dispatcher: match_info_test_ ([<<"www">>,<<"ninenines">>,<<"eu">>], [<<"pathinfo">>,<<"is">>,<<"next">>,
>                                        <<"path_info">>])...ok
>   cowboy_dispatcher: match_info_test_ ([<<"www">>,<<"ninenines">>,<<"eu">>], [<<"pathinfo">>,<<"is">>,<<"next">>,
>                                        <<"foo">>,<<"bar">>])...ok
>   [done in 0.126 s]
> module 'cowboy_cookies'
>   cowboy_cookies: quote_test...[0.001 s] ok
>   cowboy_cookies: parse_cookie_test...[0.001 s] ok
>   cowboy_cookies: domain_test...ok
>   cowboy_cookies: local_time_test...[0.003 s] ok
>   cowboy_cookies: cookie_test...[0.001 s] ok
>   [done in 0.017 s]
> module 'cowboy_http'
>   cowboy_http: nonempty_charset_list_test_ ()...ok
>   cowboy_http: nonempty_charset_list_test_ (iso-8859-5, unicode-1-1;q=0.8)...ok
>   cowboy_http: nonempty_charset_list_test_ (ISO-8859-1;utf-8;q=0.7,*;q=0.7)...ok
>   cowboy_http: nonempty_language_range_list_test_ (da, en-gb;q=0.8, en;q=0.7)...ok
>   cowboy_http: nonempty_language_range_list_test_ (en, en-US, en-cockney, i-cherokee, x-pig-latin)...ok
>   cowboy_http: nonempty_token_list_test_ ()...ok
>   cowboy_http: nonempty_token_list_test_ ( )...ok
>   cowboy_http: nonempty_token_list_test_ ( , )...ok
>   cowboy_http: nonempty_token_list_test_ (,,,)...ok
>   cowboy_http: nonempty_token_list_test_ (a b)...ok
>   cowboy_http: nonempty_token_list_test_ (a , , , )...ok
>   cowboy_http: nonempty_token_list_test_ ( , , , a)...ok
>   cowboy_http: nonempty_token_list_test_ (a, , b)...ok
>   cowboy_http: nonempty_token_list_test_ (close)...ok
>   cowboy_http: nonempty_token_list_test_ (keep-alive, upgrade)...ok
>   cowboy_http: media_range_list_test_ (audio/*; q=0.2, audio/basic)...ok
>   cowboy_http: media_range_list_test_ (text/plain; q=0.5, text/html, text/x-dvi; q=0.8, text/x-c)...ok
>   cowboy_http: media_range_list_test_ (text/*, text/html, text/html;level=1, */*)...ok
>   cowboy_http: media_range_list_test_ (text/*;q=0.3, text/html;q=0.7, text/html;level=1, text/html;level=2;q=0.4, */*;q=0.5)...ok
>   cowboy_http: media_range_list_test_ (text/html;level=1;quoted="hi hi hi";q=0.123;standalone;complex=gits, text/plain)...ok
>   cowboy_http: media_range_list_test_ (text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2)...ok
>   cowboy_http: entity_tag_match_test_ ("xyzzy")...ok
>   cowboy_http: entity_tag_match_test_ ("xyzzy", W/"r2d2xxxx", "c3piozzzz")...ok
>   cowboy_http: entity_tag_match_test_ (*)...ok
>   cowboy_http: http_date_test_ (Sun, 06 Nov 1994 08:49:37 GMT)...ok
>   cowboy_http: http_date_test_ (Sunday, 06-Nov-94 08:49:37 GMT)...ok
>   cowboy_http: http_date_test_ (Sun Nov  6 08:49:37 1994)...ok
>   cowboy_http: rfc1123_date_test_ (Sun, 06 Nov 1994 08:49:37 GMT)...ok
>   cowboy_http: rfc850_date_test_ (Sunday, 06-Nov-94 08:49:37 GMT)...ok
>   cowboy_http: asctime_date_test_ (Sun Nov  6 08:49:37 1994)...ok
>   cowboy_http: connection_to_atom_test_ ([<<"close">>])...ok
>   cowboy_http: connection_to_atom_test_ ([<<"keep-alive">>])...ok
>   cowboy_http: connection_to_atom_test_ ([<<"keep-alive">>,<<"upgrade">>])...ok
>   cowboy_http: content_type_test_ (text/plain; charset=iso-8859-4)...ok
>   cowboy_http: content_type_test_ (multipart/form-data  	;Boundary="MultipartIsUgly")...ok
>   cowboy_http: content_type_test_ (foo/bar; one=FirstParam; two=SecondParam)...ok
>   cowboy_http: digits_test_ (42    )...ok
>   cowboy_http: digits_test_ (69	)...ok
>   cowboy_http: digits_test_ (1337)...ok
>   cowboy_http: x_www_form_urlencoded_test_ ()...ok
>   cowboy_http: x_www_form_urlencoded_test_ (a=b)...ok
>   cowboy_http: x_www_form_urlencoded_test_ (aaa=bbb)...ok
>   cowboy_http: x_www_form_urlencoded_test_ (a&b)...ok
>   cowboy_http: x_www_form_urlencoded_test_ (a=b&c&d=e)...ok
>   cowboy_http: x_www_form_urlencoded_test_ (a=b=c=d=e&f=g)...ok
>   cowboy_http: x_www_form_urlencoded_test_ (a+b=c+d)...ok
>   cowboy_http:1082: urldecode_test_...ok
>   cowboy_http:1083: urldecode_test_...ok
>   cowboy_http:1084: urldecode_test_...ok
>   cowboy_http:1085: urldecode_test_...ok
>   cowboy_http:1086: urldecode_test_...ok
>   cowboy_http:1087: urldecode_test_...ok
>   cowboy_http:1088: urldecode_test_...ok
>   cowboy_http:1089: urldecode_test_...ok
>   cowboy_http:1090: urldecode_test_...ok
>   cowboy_http:1095: urlencode_test_...ok
>   cowboy_http:1096: urlencode_test_...ok
>   cowboy_http:1097: urlencode_test_...ok
>   cowboy_http:1098: urlencode_test_...ok
>   cowboy_http:1099: urlencode_test_...ok
>   cowboy_http:1100: urlencode_test_...ok
>   cowboy_http:1101: urlencode_test_...ok
>   [done in 0.186 s]
> module 'cowboy_bstr'
> module 'cowboy_app'
> module 'cowboy_acceptors_sup'
> module 'cowboy_client'
> module 'cowboy_acceptor'
> module 'cowboy'
> module 'cowboy_clock'
>   cowboy_clock: update_rfc1123_test_ (Sat, 14 May 2011 14:25:33 GMT)...ok
>   cowboy_clock: update_rfc1123_test_ (Sat, 14 May 2011 14:25:33 GMT)...ok
>   cowboy_clock: update_rfc1123_test_ (Sat, 14 May 2011 14:25:34 GMT)...ok
>   cowboy_clock: update_rfc1123_test_ (Sat, 14 May 2011 14:26:00 GMT)...ok
>   cowboy_clock: update_rfc1123_test_ (Sat, 14 May 2011 15:00:00 GMT)...ok
>   cowboy_clock: update_rfc1123_test_ (Sun, 15 May 2011 00:00:00 GMT)...ok
>   cowboy_clock: update_rfc1123_test_ (Wed, 01 Jun 2011 00:00:00 GMT)...ok
>   cowboy_clock: update_rfc1123_test_ (Sun, 01 Jan 2012 00:00:00 GMT)...ok
>   cowboy_clock: pad_int_test_...ok
>   cowboy_clock:1: pad_int_test_...ok
>   cowboy_clock:2: pad_int_test_...ok
>   cowboy_clock:3: pad_int_test_...ok
>   cowboy_clock:4: pad_int_test_...ok
>   cowboy_clock:5: pad_int_test_...ok
>   cowboy_clock:6: pad_int_test_...ok
>   cowboy_clock:7: pad_int_test_...ok
>   cowboy_clock:8: pad_int_test_...ok
>   cowboy_clock:9: pad_int_test_...ok
>   cowboy_clock:10: pad_int_test_...ok
>   cowboy_clock:11: pad_int_test_...ok
>   cowboy_clock:12: pad_int_test_...ok
>   cowboy_clock:13: pad_int_test_...ok
>   cowboy_clock:14: pad_int_test_...ok
>   cowboy_clock:15: pad_int_test_...ok
>   cowboy_clock:16: pad_int_test_...ok
>   cowboy_clock:17: pad_int_test_...ok
>   cowboy_clock:18: pad_int_test_...ok
>   cowboy_clock:19: pad_int_test_...ok
>   cowboy_clock:20: pad_int_test_...ok
>   cowboy_clock:21: pad_int_test_...ok
>   cowboy_clock:22: pad_int_test_...ok
>   cowboy_clock:23: pad_int_test_...ok
>   cowboy_clock:24: pad_int_test_...ok
>   cowboy_clock:25: pad_int_test_...ok
>   cowboy_clock:26: pad_int_test_...ok
>   cowboy_clock:27: pad_int_test_...ok
>   cowboy_clock:28: pad_int_test_...ok
>   cowboy_clock:29: pad_int_test_...ok
>   cowboy_clock:30: pad_int_test_...ok
>   cowboy_clock:31: pad_int_test_...ok
>   cowboy_clock:32: pad_int_test_...ok
>   cowboy_clock:33: pad_int_test_...ok
>   cowboy_clock:34: pad_int_test_...ok
>   cowboy_clock:35: pad_int_test_...ok
>   cowboy_clock:36: pad_int_test_...ok
>   cowboy_clock:37: pad_int_test_...ok
>   cowboy_clock:38: pad_int_test_...ok
>   cowboy_clock:39: pad_int_test_...ok
>   cowboy_clock:40: pad_int_test_...ok
>   cowboy_clock:41: pad_int_test_...ok
>   cowboy_clock:42: pad_int_test_...ok
>   cowboy_clock:43: pad_int_test_...ok
>   cowboy_clock:44: pad_int_test_...ok
>   cowboy_clock:45: pad_int_test_...ok
>   cowboy_clock:46: pad_int_test_...ok
>   cowboy_clock:47: pad_int_test_...ok
>   cowboy_clock:48: pad_int_test_...ok
>   cowboy_clock:49: pad_int_test_...ok
>   cowboy_clock:50: pad_int_test_...ok
>   cowboy_clock:51: pad_int_test_...ok
>   cowboy_clock:52: pad_int_test_...ok
>   cowboy_clock:53: pad_int_test_...ok
>   cowboy_clock:54: pad_int_test_...ok
>   cowboy_clock:55: pad_int_test_...ok
>   cowboy_clock:56: pad_int_test_...ok
>   cowboy_clock:57: pad_int_test_...ok
>   cowboy_clock:58: pad_int_test_...ok
>   cowboy_clock:59: pad_int_test_...ok
>   [done in 0.203 s]
> =======================================================
>   All 213 tests passed.
> Cover analysis: /«PKGBUILDDIR»/.eunit/index.html
> ==> erlang-cowboy-0.6.1 (ct)
> ERROR: erl  -noshell -pa "/«PKGBUILDDIR»/ebin" "/usr/bin/rebar" "/«PKGBUILDDIR»/."  -include "/«PKGBUILDDIR»/include" -name test at ip-10-232-69-162.ec2.internal -logdir "/«PKGBUILDDIR»/logs" -env TEST_DIR "/«PKGBUILDDIR»/test"  -s ct_run script_start -s erlang halt -cover /«PKGBUILDDIR»/cover.spec   -suite test/http_SUITE.erl test/proper_SUITE.erl test/ws_SUITE.erl >> /«PKGBUILDDIR»/logs/raw.log 2>&1 failed with error: 1 and output:
> 
> make[2]: *** [ct] Error 1

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2013/06/20/erlang-cowboy_0.6.1-2_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the Pkg-leofs-devel mailing list