WordPoints / buddypress

WordPoints module integrating it with BuddyPress
GNU General Public License v2.0
1 stars 0 forks source link

Travis CI build #10

Closed JDGrimes closed 7 years ago

JDGrimes commented 8 years ago

I think that for now we are going to have to support only the development versions on WordPoints and BuddyPress, since there are PHPUnit related issues for each that are only resolved in the development versions. See WordPoints/wordpoints#489, BuddyPress#7234.

JDGrimes commented 8 years ago

Our HHVM and PHP nightly builds are exiting with this:

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
gzip: stdin: not in gzip format
tar: Child died with signal 13
tar: Error is not recoverable: exiting now

We're able to install WordPress and WordPoints but apparently not BuddyPress, for some reason.

JDGrimes commented 7 years ago

Still having issues on HHVM and nightly:

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100     1    0     1    0     0     53      0 --:--:-- --:--:-- --:--:--    66
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now

This is coming from downloading BuddyPress, but as far as I can see we are using exactly the same commands that we are using to download WordPoints. But maybe the download speed is to slow at that point for some reason, and we just need to try downloading the file and then unzipping it, instead of piping the download stream directly.

JDGrimes commented 7 years ago

I think I discovered the cause of this. When I download the package from the GitHub site, the file name is BuddyPress-2.7.4.tar.gz. So what is happening is that GitHub redirects from the generic name to the actual name of the file that the BuddyPress folks No, that doesn't appear to be it either, because the same is true of the WordPoints packages, they are wordpoints-2.2.1.tar.gz. So I'm still stumped.

JDGrimes commented 7 years ago

Well, that took long enough, but I finally figured out the cause of the problem: we weren't setting the BuddyPress version to use on PHP nightly and HHVM, and so of course the package URL was bad. Duh.