Re: [Wheel-builders] multibuild manylinux builds started to fail

2018-08-10 Thread Matthew Brett
Hi,

On Fri, Aug 10, 2018 at 1:41 PM, Robin Becker  wrote:
> On the other hand perhaps the web archive is feeling the strain
>
>> make[1]: Leaving directory `/io/libpng-1.6.32'
>>   % Total% Received % Xferd  Average Speed   TimeTime Time
>> Current
>>  Dload  Upload   Total   SpentLeft
>> Speed
>>   0 00 00 0  0  0 --:--:--  0:00:42 --:--:--
>> 0Still building...
>>   0 00 00 0  0  0 --:--:--  0:01:42 --:--:--
>> 0Still building...
>>   0 00 00 0  0  0 --:--:--  0:02:06 --:--:--
>> 0curl: (7) Failed to connect to web.archive.org port 443: Connection timed
>> out

Yes, I find that site is not very reliable in general.  I've committed
a copy of the bzip2 archive to multibuild now - try the latest latest
`devel` branch?

Cheers,

Matthew
___
Wheel-builders mailing list
Wheel-builders@python.org
https://mail.python.org/mailman/listinfo/wheel-builders


Re: [Wheel-builders] multibuild manylinux builds started to fail

2018-08-10 Thread Robin Becker

Hi Matthew, pretty sure this might not be related, but one of the errors I see 
on travis looks like this




Starting instance
✓ selected image "travis-ci-garnet-trusty-1512502259-986baf0"
✓ rendered startup script
✓ inserted instance
• sleeping 5s before checking instance insert
• polling for instance insert completion...
✓ instance is ready (9.085s)
step_upload_script
Uploading script



Pre-installed Ruby versions0m
ruby-2.2.7
ruby-2.3.4
ruby-2.4.1
Network availability confirmed.
3.5 is not installed; attempting download
Downloading archive: 
https://s3.amazonaws.com/travis-python-archives/binaries/ubuntu/14.04/x86_64/python-3.5.tar.bz2
$ curl -sSf -o python-3.5.tar.bz2 ${archive_url}
curl: (56) SSL read: error::lib(0):func(0):reason(0), errn



and another like this


ff350cd7a61c: Pull complete
a84c63cd7072: Pull complete
Digest: sha256:8111345b6641541ccaa68597fbaf46eab5f6fc461b9a739db1bb952ec13d78a4
Status: Downloaded newer image for quay.io/pypa/manylinux1_x86_64:latest
Building libraries...
https://mirrors.rit.edu/fedora/archive/epel/5/x86_64/repodata/repomd.xml: [Errno 4] 
IOError: 
Trying other mirror.
Still building...
http://people.centos.org/tru/devtools-2/5/x86_64/RPMS/repodata/repomd.xml: [Errno 12] 
Timeout: 
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: 
testing-devtools-2-centos-5. Please verify its path and try again


so perhaps travis is a bit flaky right now
--
Robin Becker
___
Wheel-builders mailing list
Wheel-builders@python.org
https://mail.python.org/mailman/listinfo/wheel-builders


Re: [Wheel-builders] multibuild manylinux builds started to fail

2018-08-10 Thread Robin Becker

On 10/08/2018 11:29, Matthew Brett wrote:

Hi,

..

tar: Child returned status 1
tar: Error exit delayed from previous errors


I wonder if you've hit the fact that the bzip.org website went down a
few days ago.

Can you try the latest `devel` branch of multibuild.  I think that is
fixed there (by using the archive.org copy).

Cheers,

Matthew

Hi Matthew, yes after looking at your site I have updated my multibuild submodule and some of the tests have succeeded. The 
failures seem to be as before so perhaps some caching is going on somewhere.


--
Robin Becker
___
Wheel-builders mailing list
Wheel-builders@python.org
https://mail.python.org/mailman/listinfo/wheel-builders


Re: [Wheel-builders] multibuild manylinux builds started to fail

2018-08-10 Thread Matthew Brett
Hi,

On Fri, Aug 10, 2018 at 11:18 AM, Robin Becker  wrote:
> I use travis to create manylinux and osx builds for the reportlab toolkit.
> After a minor change to the source I find all of the linux builds have
> failed, the OSX builds seem to have worked. I'm not sure why this should be,
> but the travis logs seem to indicate problems during the setup phase (before
> rportlab is involved
>
> unicode width=16 python 2.7 etc etc
>>
>> make  install-data-hook
>> make[3]: Entering directory `/io/libpng-1.6.32'
>> + cd /usr/local/include
>> + for f in pnglibconf.h png.h pngconf.h
>> + rm -f pnglibconf.h
>> + ln -s libpng16/pnglibconf.h pnglibconf.h
>> + for f in pnglibconf.h png.h pngconf.h
>> + rm -f png.h
>> + ln -s libpng16/png.h png.h
>> + for f in pnglibconf.h png.h pngconf.h
>> + rm -f pngconf.h
>> + ln -s libpng16/pngconf.h pngconf.h
>> + cd /usr/local/lib/pkgconfig
>> + rm -f libpng.pc
>> + ln -s libpng16.pc libpng.pc
>> make[3]: Leaving directory `/io/libpng-1.6.32'
>> make[2]: Leaving directory `/io/libpng-1.6.32'
>> make[1]: Leaving directory `/io/libpng-1.6.32'
>>   % Total% Received % Xferd  Average Speed   TimeTime Time
>> Current
>>  Dload  Upload   Total   SpentLeft
>> Speed
>> 100   271  100   2710 0808  0 --:--:-- --:--:-- --:--:--
>> 808
>> gzip: stdin: not in gzip format
>> tar: Child returned status 1
>> tar: Error exit delayed from previous errors

I wonder if you've hit the fact that the bzip.org website went down a
few days ago.

Can you try the latest `devel` branch of multibuild.  I think that is
fixed there (by using the archive.org copy).

Cheers,

Matthew
___
Wheel-builders mailing list
Wheel-builders@python.org
https://mail.python.org/mailman/listinfo/wheel-builders


[Wheel-builders] multibuild manylinux builds started to fail

2018-08-10 Thread Robin Becker
I use travis to create manylinux and osx builds for the reportlab toolkit. After a minor change to the source I find all of the 
linux builds have failed, the OSX builds seem to have worked. I'm not sure why this should be, but the travis logs seem to 
indicate problems during the setup phase (before rportlab is involved


unicode width=16 python 2.7 etc etc

make  install-data-hook
make[3]: Entering directory `/io/libpng-1.6.32'
+ cd /usr/local/include
+ for f in pnglibconf.h png.h pngconf.h
+ rm -f pnglibconf.h
+ ln -s libpng16/pnglibconf.h pnglibconf.h
+ for f in pnglibconf.h png.h pngconf.h
+ rm -f png.h
+ ln -s libpng16/png.h png.h
+ for f in pnglibconf.h png.h pngconf.h
+ rm -f pngconf.h
+ ln -s libpng16/pngconf.h pngconf.h
+ cd /usr/local/lib/pkgconfig
+ rm -f libpng.pc
+ ln -s libpng16.pc libpng.pc
make[3]: Leaving directory `/io/libpng-1.6.32'
make[2]: Leaving directory `/io/libpng-1.6.32'
make[1]: Leaving directory `/io/libpng-1.6.32'
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
100   271  100   2710 0808  0 --:--:-- --:--:-- --:--:--   808
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors



there might be some issue with travis so I tried the build locally and see the 
same kind of error. The multibuild repository is here

https://github.com/MrBitBucket/wheel-builder

not being an expert I was wondering if there's something wrong with my setup. The config.sh is the bit where libpng is built and 
differs for OSX it is here


https://github.com/MrBitBucket/wheel-builder/blob/master/config.sh


Pointers would be really useful.
--
Robin Becker
___
Wheel-builders mailing list
Wheel-builders@python.org
https://mail.python.org/mailman/listinfo/wheel-builders