It does the same things for a few other tests as well. Build-php gives me an invalid checksum error, as well as Nexuiz. Also, super-pi does not run; it initializes the test, but never finishes.
On PTS 0.6.0 every time I try to download the encode-flac I get an "invalid-checksum" error. Anybody having a similar problem?
It does the same things for a few other tests as well. Build-php gives me an invalid checksum error, as well as Nexuiz. Also, super-pi does not run; it initializes the test, but never finishes.
Last edited by Melcar; 05-10-2008 at 12:07 PM.
What file specifically is the checksum not matching for?
It tells me that the downloaded checksum is incorrect:
Maybe a problem with sourceforge itself?Code:Downloading Files For: encode-flac ==================================== http://internap.dl.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz Downloading File: flac-1.2.1.tar.gz --09:37:12-- http://internap.dl.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz => `flac-1.2.1.tar.gz' Resolving internap.dl.sourceforge.net... 74.201.27.131 Connecting to internap.dl.sourceforge.net|74.201.27.131|:80... failed: Connection timed out. Retrying. --09:42:22-- http://internap.dl.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz (try: 2) => `flac-1.2.1.tar.gz' Connecting to internap.dl.sourceforge.net|74.201.27.131|:80... failed: No route to host. The MD5 check-sum of the downloaded file is incorrect. Would you like to try downloading the file again (Y/n)?
Looks to me like your machine can't actually get to that sourceforge mirror.
Try a traceroute to internap.dl.sourceforge.net, there's nothing wrong with the file itself:
Code:[uncle_fungus@Iguana encode-flac]$ md5sum flac-1.2.1.tar.gz 153c8b15a54da428d1f0fadc756c22c7 flac-1.2.1.tar.gz [uncle_fungus@Iguana phoronix-test-suite]$ grep -C 1 internap pts/test-resources/encode-flac/downloads.xml | grep MD5 <MD5>153c8b15a54da428d1f0fadc756c22c7</MD5>
I just added in another SourceForge mirror in the git code, which it will automatically turn to if one of the other mirrors fails.