Your message dated Thu, 09 Sep 2010 20:33:28 +0000
with message-id <e1otnog-0002ma...@franck.debian.org>
and subject line Bug#594777: fixed in varnish 2.1.3-7
has caused the Debian Bug report #594777,
regarding varnish: FTBFS (powerpc): FAIL: ./tests/v00014.vtc
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
594777: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594777
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: varnish
Version: 2.1.3-6
Severity: serious

> sbuild (Debian sbuild) 0.60.0 (23 Feb 2010) on poulenc.debian.org
> 
> ╔══════════════════════════════════════════════════════════════════════════════╗
> ║ varnish 2.1.3-6 (powerpc)                                  27 Aug 2010 
> 23:49 ║
> ╚══════════════════════════════════════════════════════════════════════════════╝
[...]
> #    top  TEST ././tests/v00013.vtc passed (0.552s)
> PASS: ./tests/v00013.vtc
> ---- c1   EXPECT resp.status (500) == 200 (200) failed
> #### top  macro def tmpdir=/tmp/vtc.17249.6b8b4567
> #### top  macro def bad_ip=10.255.255.255
> #    top  TEST ././tests/v00014.vtc starting
> #    top  TEST Check req.backend.healthy
> ##   s1   Starting server
> #### s1   macro def s1_addr=127.0.0.1
> #### s1   macro def s1_port=43700
> #### s1   macro def s1_sock=127.0.0.1:43700
> #    s1   Listen on 127.0.0.1:43700
> ##   s1   Started on 127.0.0.1:43700
> ##   v1   Launch
> ###  v1   CMD: cd ../varnishd && ./varnishd -d -d -n 
> /tmp/vtc.17249.6b8b4567/v1 -p auto_restart=off -p syslog_cli_traffic=off -a 
> '127.0.0.1:0' -S /tmp/vtc.17249.6b8b4567/v1/_S -M 127.0.0.1:57768 -P 
> /tmp/vtc.17249.6b8b4567/v1/varnishd.pid -sfile,/tmp/vtc.17249.6b8b4567/v1,10M 
> ###  v1   debug| storage_file: filename: 
> /tmp/vtc.17249.6b8b4567/v1/varnish.UUOgEK size 10 MB.\n
> ###  v1   debug| Creating new SHMFILE\n
> ###  v1   debug| Varnish on Linux,2.6.26-2-powerpc64,ppc,-sfile,-hcritbit\n
> ###  v1   debug| 200 193     \n
> ###  v1   debug| -----------------------------\n
> ###  v1   debug| Varnish HTTP accelerator CLI.\n
> ###  v1   debug| -----------------------------\n
> ###  v1   debug| Type 'help' for command list.\n
> ###  v1   debug| Type 'quit' to close CLI session.\n
> ###  v1   debug| Type 'start' to launch worker process.\n
> ###  v1   debug| \n
> ###  v1   CLI connection fd = 6
> ###  v1   CLI RX  107
> #### v1   CLI RX| gctkijkrgglltzbwnlhaqtsnvlbbnutt\n
> #### v1   CLI RX| \n
> #### v1   CLI RX| Authentication required.\n
> #### v1   CLI TX| auth 
> 6701b9e4be8a41da6a3f501e08593aee43288f4b8e9496964d492feded2416d9\n
> ###  v1   CLI RX  200
> #### v1   CLI RX| -----------------------------\n
> #### v1   CLI RX| Varnish HTTP accelerator CLI.\n
> #### v1   CLI RX| -----------------------------\n
> #### v1   CLI RX| Type 'help' for command list.\n
> #### v1   CLI RX| Type 'quit' to close CLI session.\n
> #### v1   CLI RX| Type 'start' to launch worker process.\n
> #### v1   CLI TX| vcl.inline vcl1 "\n\n\tbackend default {\n\t\t.host = 
> \"127.0.0.1\";\n\t\t.port = \"43700\";\n\t\t.max_connections = 1;\n\t\t.probe 
> = {\n\t\t\t.url = \"/\";\n\t\t\t.timeout = 1s;\n\t\t\t.interval = 
> 1s;\n\t\t\t.window = 3;\n\t\t\t.threshold = 2;\n\t\t\t.initial = 
> 0;\n\t\t}\n\t}\n\n\tsub vcl_recv {\n\t\tif (req.backend.healthy) 
> {\n\t\t\terror 200 \"Backend healthy\";\n\t\t} else {\n\t\t\terror 500 
> \"Backend sick\";\n\t\t}\n\t}\n"
> ###  v1   CLI RX  200
> #### v1   CLI RX| VCL compiled.
> #### v1   CLI TX| vcl.use vcl1
> ###  v1   CLI RX  200
> ##   v1   Start
> #### v1   CLI TX| start
> ###  v1   debug| child (17303) Started\n
> ###  s1   rxreq
> #### s1   rxhdr| GET / HTTP/1.1\r\n
> #### s1   rxhdr| Host: 127.0.0.1\r\n
> #### s1   rxhdr| Connection: close\r\n
> #### s1   rxhdr| \r\n
> #### s1   http[ 0] | GET
> #### s1   http[ 1] | /
> #### s1   http[ 2] | HTTP/1.1
> #### s1   http[ 3] | Host: 127.0.0.1
> #### s1   http[ 4] | Connection: close
> #### s1   bodylen = 0
> #### s1   EXPECT req.url (/) == / (/) match
> #### s1   txresp| HTTP/1.1 200 Ok\r\n
> #### s1   txresp| Content-Length: 5\r\n
> #### s1   txresp| \r\n
> #### s1   txresp| slash
> ###  s1   shutting fd 4
> #### s1   macro undef s1_addr
> #### s1   macro undef s1_port
> #### s1   macro undef s1_sock
> ##   s1   Ending
> ###  v1   CLI RX  200
> #### v1   CLI TX| debug.xid 1000
> ###  v1   debug| Child (17303) said \n
> ###  v1   debug| Child (17303) said Child starts\n
> ###  v1   debug| Child (17303) said managed to mmap 10485760 bytes of 
> 10485760\n
> ###  v1   debug| Child (17303) said Probe("GET / HTTP/1.1\n
> ###  v1   debug| Child (17303) said \n
> ###  v1   debug| Child (17303) said Host: 127.0.0.1\n
> ###  v1   debug| Child (17303) said \n
> ###  v1   debug| Child (17303) said Connection: close\n
> ###  v1   debug| Child (17303) said \n
> ###  v1   debug| Child (17303) said \n
> ###  v1   debug| Child (17303) said \n
> ###  v1   debug| Child (17303) said ", 1, 1)\n
> ###  v1   CLI RX  200
> #### v1   CLI RX| XID is 1000
> #### v1   CLI TX| debug.listen_address
> ###  v1   CLI RX  200
> #### v1   CLI RX| 127.0.0.1 58339\n
> ##   v1   Listen on 127.0.0.1 58339
> #### v1   macro def v1_addr=127.0.0.1
> #### v1   macro def v1_port=58339
> #### v1   macro def v1_sock=127.0.0.1:58339
> ##   c1   Starting client
> ###  c1   Connect to 127.0.0.1:58339
> ###  c1   Connected to 127.0.0.1:58339 fd is 4
> #### c1   txreq| GET / HTTP/1.1\r\n
> #### c1   txreq| \r\n
> ###  c1   rxresp
> ##   c1   Waiting for client
> #### c1   rxhdr| HTTP/1.1 500 Backend sick\r\n
> #### c1   rxhdr| Server: Varnish\r\n
> #### c1   rxhdr| Retry-After: 0\r\n
> #### c1   rxhdr| Content-Type: text/html; charset=utf-8\r\n
> #### c1   rxhdr| Content-Length: 392\r\n
> #### c1   rxhdr| Date: Fri, 27 Aug 2010 23:55:01 GMT\r\n
> #### c1   rxhdr| X-Varnish: 1001\r\n
> #### c1   rxhdr| Age: 0\r\n
> #### c1   rxhdr| Via: 1.1 varnish\r\n
> #### c1   rxhdr| Connection: close\r\n
> #### c1   rxhdr| \r\n
> #### c1   http[ 0] | HTTP/1.1
> #### c1   http[ 1] | 500
> #### c1   http[ 2] | Backend sick
> #### c1   http[ 3] | Server: Varnish
> #### c1   http[ 4] | Retry-After: 0
> #### c1   http[ 5] | Content-Type: text/html; charset=utf-8
> #### c1   http[ 6] | Content-Length: 392
> #### c1   http[ 7] | Date: Fri, 27 Aug 2010 23:55:01 GMT
> #### c1   http[ 8] | X-Varnish: 1001
> #### c1   http[ 9] | Age: 0
> #### c1   http[10] | Via: 1.1 varnish
> #### c1   http[11] | Connection: close
> #### c1   body| \n
> #### c1   body| <?xml version="1.0" encoding="utf-8"?>\n
> #### c1   body| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\n
> #### c1   body|  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>\n
> #### c1   body| <html>\n
> #### c1   body|   <head>\n
> #### c1   body|     <title>500 Backend sick</title>\n
> #### c1   body|   </head>\n
> #### c1   body|   <body>\n
> #### c1   body|     <h1>Error 500 Backend sick</h1>\n
> #### c1   body|     <p>Backend sick</p>\n
> #### c1   body|     <h3>Guru Meditation:</h3>\n
> #### c1   body|     <p>XID: 1001</p>\n
> #### c1   body|     <hr>\n
> #### c1   body|     <p>Varnish cache server</p>\n
> #### c1   body|   </body>\n
> #### c1   body| </html>\n
> #### c1   bodylen = 392
> #### c1   EXPECT resp.status (500) == 500 (500) match
> ###  c1   Closing fd 4
> ##   c1   Ending
> ##   s1   Waiting for server
> ##   s1   Starting server
> #### s1   macro def s1_addr=127.0.0.1
> #### s1   macro def s1_port=43700
> #### s1   macro def s1_sock=127.0.0.1:43700
> #    s1   Listen on 127.0.0.1:43700
> ##   s1   Waiting for server
> ##   s1   Started on 127.0.0.1:43700
> ###  s1   rxreq
> #### s1   rxhdr| GET / HTTP/1.1\r\n
> #### s1   rxhdr| Host: 127.0.0.1\r\n
> #### s1   rxhdr| Connection: close\r\n
> #### s1   rxhdr| \r\n
> #### s1   http[ 0] | GET
> #### s1   http[ 1] | /
> #### s1   http[ 2] | HTTP/1.1
> #### s1   http[ 3] | Host: 127.0.0.1
> #### s1   http[ 4] | Connection: close
> #### s1   bodylen = 0
> #### s1   EXPECT req.url (/) == / (/) match
> #### s1   txresp| HTTP/1.1 200 Ok\r\n
> #### s1   txresp| Content-Length: 5\r\n
> #### s1   txresp| \r\n
> #### s1   txresp| slash
> ###  s1   shutting fd 4
> #### s1   macro undef s1_addr
> #### s1   macro undef s1_port
> #### s1   macro undef s1_sock
> ##   s1   Ending
> ##   s1   Starting server
> #### s1   macro def s1_addr=127.0.0.1
> #### s1   macro def s1_port=43700
> #### s1   macro def s1_sock=127.0.0.1:43700
> #    s1   Listen on 127.0.0.1:43700
> ##   c1   Starting client
> ###  c1   Connect to 127.0.0.1:58339
> ##   s1   Started on 127.0.0.1:43700
> ###  c1   Connected to 127.0.0.1:58339 fd is 4
> #### c1   txreq| GET /foo HTTP/1.1\r\n
> #### c1   txreq| \r\n
> ###  c1   rxresp
> #### c1   rxhdr| HTTP/1.1 500 Backend sick\r\n
> #### c1   rxhdr| Server: Varnish\r\n
> #### c1   rxhdr| Retry-After: 0\r\n
> #### c1   rxhdr| Content-Type: text/html; charset=utf-8\r\n
> #### c1   rxhdr| Content-Length: 392\r\n
> #### c1   rxhdr| Date: Fri, 27 Aug 2010 23:55:02 GMT\r\n
> #### c1   rxhdr| X-Varnish: 1002\r\n
> #### c1   rxhdr| Age: 0\r\n
> #### c1   rxhdr| Via: 1.1 varnish\r\n
> #### c1   rxhdr| Connection: close\r\n
> #### c1   rxhdr| \r\n
> #### c1   http[ 0] | HTTP/1.1
> #### c1   http[ 1] | 500
> #### c1   http[ 2] | Backend sick
> #### c1   http[ 3] | Server: Varnish
> #### c1   http[ 4] | Retry-After: 0
> #### c1   http[ 5] | Content-Type: text/html; charset=utf-8
> #### c1   http[ 6] | Content-Length: 392
> #### c1   http[ 7] | Date: Fri, 27 Aug 2010 23:55:02 GMT
> #### c1   http[ 8] | X-Varnish: 1002
> #### c1   http[ 9] | Age: 0
> #### c1   http[10] | Via: 1.1 varnish
> #### c1   http[11] | Connection: close
> #### c1   body| \n
> #### c1   body| <?xml version="1.0" encoding="utf-8"?>\n
> #### c1   body| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\n
> #### c1   body|  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>\n
> #### c1   body| <html>\n
> #### c1   body|   <head>\n
> #### c1   body|     <title>500 Backend sick</title>\n
> #### c1   body|   </head>\n
> #### c1   body|   <body>\n
> #### c1   body|     <h1>Error 500 Backend sick</h1>\n
> #### c1   body|     <p>Backend sick</p>\n
> #### c1   body|     <h3>Guru Meditation:</h3>\n
> #### c1   body|     <p>XID: 1002</p>\n
> #### c1   body|     <hr>\n
> #### c1   body|     <p>Varnish cache server</p>\n
> #### c1   body|   </body>\n
> #### c1   body| </html>\n
> #### c1   bodylen = 392
> ---- c1   EXPECT resp.status (500) == 200 (200) failed
> ##   c1   Waiting for client
> #    top  RESETTING after ././tests/v00014.vtc
> ##   s1   Waiting for server
> ##   v1   Wait
> ##   v1   R 17269 Status: 0000
> #    top  TEST ././tests/v00014.vtc FAILED
> FAIL: ./tests/v00014.vtc
> #    top  TEST ././tests/v00015.vtc passed (0.546s)
> PASS: ./tests/v00015.vtc
> #    top  TEST ././tests/v00016.vtc passed (1.268s)
> PASS: ./tests/v00016.vtc
> #    top  TEST ././tests/v00017.vtc passed (1.323s)
> PASS: ./tests/v00017.vtc
> #    top  TEST ././tests/v00018.vtc passed (2.256s)
> PASS: ./tests/v00018.vtc
> #    top  TEST ././tests/v00019.vtc passed (1.155s)
> PASS: ./tests/v00019.vtc
> #    top  TEST ././tests/v00020.vtc passed (0.665s)
> PASS: ./tests/v00020.vtc
> #    top  TEST ././tests/v00021.vtc passed (0.512s)
> PASS: ./tests/v00021.vtc
> #    top  TEST ././tests/v00022.vtc passed (0.572s)
> PASS: ./tests/v00022.vtc
> #    top  TEST ././tests/v00023.vtc passed (0.554s)
> PASS: ./tests/v00023.vtc
> #    top  TEST ././tests/v00024.vtc passed (0.551s)
> PASS: ./tests/v00024.vtc
> #    top  TEST ././tests/v00025.vtc passed (0.569s)
> PASS: ./tests/v00025.vtc
> #    top  TEST ././tests/v00026.vtc passed (0.545s)
> PASS: ./tests/v00026.vtc
> ==============================================
> 1 of 179 tests failed
> Please report to varnish-...@varnish-cache.org
> ==============================================
> make[4]: *** [check-TESTS] Error 1
> make[4]: Leaving directory 
> `/build/buildd-varnish_2.1.3-6-powerpc-ndr2YR/varnish-2.1.3/bin/varnishtest'
> make[3]: *** [check-am] Error 2
> make[3]: Leaving directory 
> `/build/buildd-varnish_2.1.3-6-powerpc-ndr2YR/varnish-2.1.3/bin/varnishtest'
> make[2]: *** [check-recursive] Error 1
> make[2]: Leaving directory 
> `/build/buildd-varnish_2.1.3-6-powerpc-ndr2YR/varnish-2.1.3/bin'
> make[1]: *** [check-recursive] Error 1
> make[1]: Leaving directory 
> `/build/buildd-varnish_2.1.3-6-powerpc-ndr2YR/varnish-2.1.3'
> dh_auto_test: make -j1 check returned exit code 2
> make: *** [build] Error 29
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> ────────────────────────────────────────────────────────────────────────────────
> Build finished at 20100827-2355
> FAILED [dpkg-buildpackage died]
> ────────────────────────────────────────────────────────────────────────────────
> Purging 
> /var/lib/schroot/mount/sid-powerpc-sbuild-ba0e5a01-3754-47b2-9f09-a080605f0b2c/build/buildd-varnish_2.1.3-6-powerpc-ndr2YR
> Not removing build depends: cloned chroot in use
> ────────────────────────────────────────────────────────────────────────────────
> Finished at 20100827-2355
> Build needed 00:05:48, 15628k disc space

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: varnish
Source-Version: 2.1.3-7

We believe that the bug you reported is fixed in the latest version of
varnish, which is due to be installed in the Debian FTP archive:

libvarnish-dev_2.1.3-7_amd64.deb
  to main/v/varnish/libvarnish-dev_2.1.3-7_amd64.deb
libvarnish1_2.1.3-7_amd64.deb
  to main/v/varnish/libvarnish1_2.1.3-7_amd64.deb
varnish_2.1.3-7.debian.tar.gz
  to main/v/varnish/varnish_2.1.3-7.debian.tar.gz
varnish_2.1.3-7.dsc
  to main/v/varnish/varnish_2.1.3-7.dsc
varnish_2.1.3-7_amd64.deb
  to main/v/varnish/varnish_2.1.3-7_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 594...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stig Sandbeck Mathisen <s...@debian.org> (supplier of updated varnish package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 09 Sep 2010 21:03:24 +0200
Source: varnish
Binary: varnish libvarnish1 libvarnish-dev
Architecture: source amd64
Version: 2.1.3-7
Distribution: unstable
Urgency: high
Maintainer: Stig Sandbeck Mathisen <s...@debian.org>
Changed-By: Stig Sandbeck Mathisen <s...@debian.org>
Description: 
 libvarnish-dev - development files for Varnish
 libvarnish1 - shared libraries for Varnish
 varnish    - a state-of-the-art, high-performance HTTP accelerator
Closes: 594777
Changes: 
 varnish (2.1.3-7) unstable; urgency=high
 .
   [ Faidon Liambotis ]
   * Fix FTBFS race condition in tests/v00014.vtc (Closes: #594777)
 .
   [ Stig Sandbeck Mathisen ]
   * Urgency "high" due to FTBFS RC bug during squeeze freeze
Checksums-Sha1: 
 886e1ff70af61a79b6851a88df50b29fd860efde 1465 varnish_2.1.3-7.dsc
 8e18112536155499c6173bf2d73852bef1589beb 15792 varnish_2.1.3-7.debian.tar.gz
 baac6069975b3e753432e7489bec9f2799fdd857 332822 varnish_2.1.3-7_amd64.deb
 7e09707fdf6dff4d73332f8cc5e98dbe6b3b93e3 92712 libvarnish1_2.1.3-7_amd64.deb
 36f5ec1039288d8a4a5499995b579025307230f0 111176 
libvarnish-dev_2.1.3-7_amd64.deb
Checksums-Sha256: 
 7b97315f9a1df1da7086474c2aa3c48a98778d935aac0789f9fc3c13596ccec5 1465 
varnish_2.1.3-7.dsc
 611295675c4c9454f5a95a6408e0c0ea86e7fb5f3ab462096ee673f1a9c6fd0e 15792 
varnish_2.1.3-7.debian.tar.gz
 21bfb6828c58860f2381372c810b08002a955e839f374dd74a818d774756cdc9 332822 
varnish_2.1.3-7_amd64.deb
 f90966e0983ec51fe8e5d635043e35e2a2cbead56583bc615edf13bae0175d56 92712 
libvarnish1_2.1.3-7_amd64.deb
 3e80cab79818b0b55376861d0b751a346cd4c55cb27e0ef7dbff3882e5d5476a 111176 
libvarnish-dev_2.1.3-7_amd64.deb
Files: 
 6d9b542efb6110f0196449bd272bb11f 1465 web optional varnish_2.1.3-7.dsc
 eb6a6fc26f721ef2c42b1908729ef0e3 15792 web optional 
varnish_2.1.3-7.debian.tar.gz
 e853fff30f16695fb712494de5dcb9a1 332822 web optional varnish_2.1.3-7_amd64.deb
 aae735978ff3ba5ebdbcc76e477590a7 92712 libs optional 
libvarnish1_2.1.3-7_amd64.deb
 8e4710d93698757c62967cdc30421875 111176 libdevel optional 
libvarnish-dev_2.1.3-7_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkyJOEIACgkQQONU2fom4u6JIACgnCIf55OgbLGBo2fo/uTi64oD
IBsAnjJXpJJNuMSp6YHCxzRFZiJQLxQk
=+es3
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to