After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 693311 - test fail
test fail
Status: RESOLVED FIXED
Product: libsoup
Classification: Core
Component: Misc
unspecified
Other Linux
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2013-02-07 11:13 UTC by Murray Cumming
Modified: 2013-02-07 14:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
config.status (71.54 KB, text/plain)
2013-02-07 13:46 UTC, Murray Cumming
Details
httpd.conf (6.45 KB, text/plain)
2013-02-07 13:47 UTC, Murray Cumming
Details

Description Murray Cumming 2013-02-07 11:13:06 UTC
I see the following test failures during "make check". I'm building this on the Openismus Jenkins server, with the latest git master code for glib and glib-networking.

Making check in tests
make[1]: Entering directory `/var/lib/jenkins/workspace/libsoup/tests'
make  check-am

make[2]: Entering directory `/var/lib/jenkins/workspace/libsoup/tests'
make  check-TESTS check-local
make[3]: Entering directory `/var/lib/jenkins/workspace/libsoup/tests'

cache-test: OK
PASS: cache-test
chunk-test: OK
PASS: chunk-test

coding-test: OK
PASS: coding-test

apache2: Syntax error on line 25 of /var/lib/jenkins/workspace/libsoup/tests/httpd.conf: Cannot load / into server: /: cannot read file data: Is a directory
Could not start apache
FAIL: connection-test

context-test: OK
PASS: context-test
continue-test: OK
PASS: continue-test

cookies-test: OK
PASS: cookies-test
date: OK
PASS: date
header-parsing: OK
PASS: header-parsing

misc-test: OK
PASS: misc-test

multipart-test: OK
PASS: multipart-test

ntlm-test: OK
PASS: ntlm-test

redirect-test: OK
PASS: redirect-test

requester-test: OK
PASS: requester-test
resource-test: OK
PASS: resource-test

session-test: OK
PASS: session-test

sniffing-test: OK
PASS: sniffing-test
socket-test: OK
PASS: socket-test

ssl-test: OK
PASS: ssl-test

streaming-test: OK
PASS: streaming-test

timeout-test: OK
PASS: timeout-test
tld-test: OK
PASS: tld-test

uri-parsing: OK
PASS: uri-parsing
apache2: Syntax error on line 25 of /var/lib/jenkins/workspace/libsoup/tests/httpd.conf: Cannot load / into server: /: cannot read file data: Is a directory
Could not start apache
FAIL: auth-test
apache2: Syntax error on line 25 of /var/lib/jenkins/workspace/libsoup/tests/httpd.conf: Cannot load / into server: /: cannot read file data: Is a directory
Could not start apache
FAIL: proxy-test
apache2: Syntax error on line 25 of /var/lib/jenkins/workspace/libsoup/tests/httpd.conf: Cannot load / into server: /: cannot read file data: Is a directory
Could not start apache
FAIL: pull-api

apache2: Syntax error on line 25 of /var/lib/jenkins/workspace/libsoup/tests/httpd.conf: Cannot load / into server: /: cannot read file data: Is a directory
Could not start apache
FAIL: range-test

forms-test: OK
PASS: forms-test

server-auth-test: OK
PASS: server-auth-test
========================================================================
5 of 29 tests failed
Please report to http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup


You should be able to see some more of the build details here:
http://jenkins.openismus.com/job/libsoup/41/console
Comment 1 Dan Winship 2013-02-07 13:19:34 UTC
so the tests are failing because you don't have php installed, and it's failing to deal with that somehow... can you attach config.status and tests/httpd.conf ?
Comment 2 Murray Cumming 2013-02-07 13:46:57 UTC
Created attachment 235400 [details]
config.status
Comment 3 Murray Cumming 2013-02-07 13:47:48 UTC
Created attachment 235401 [details]
httpd.conf
Comment 4 Dan Winship 2013-02-07 14:25:51 UTC
got it. fixed in master.