Re: [Python-Dev] buildbottest on Android emulator with docker

2019-02-20 Thread Xavier de Gaye
Timeout (360 seconds) reached; failed to start emulator ---> Device ready. ---> Install Python on the emulator. /home/pydev/build/python-native/python -B /home/pydev/abifa/Android/tools/install.py error: device 'emulator-5556' not found I can reproduce this error after removing the kvm kernel m

Re: [Python-Dev] buildbottest on Android emulator with docker

2019-02-19 Thread Xavier de Gaye
https://gitlab.com/xdegaye/abifa The table of content of the first url in my initial post gives also a link to that repository.under the name 'Repository'. Xavier On Tue, Feb 19, 2019 at 4:54 PM Stephane Wirtel wrote: > > Hi Xavier, > > I get this exception > > Timeout (360 seconds) reached; fa

Re: [Python-Dev] buildbottest on Android emulator with docker

2019-02-19 Thread Stephane Wirtel
Hi Xavier, I get this exception Timeout (360 seconds) reached; failed to start emulator ---> Device ready. ---> Install Python on the emulator. /home/pydev/build/python-native/python -B /home/pydev/abifa/Android/tools/install.py error: device 'emulator-5556' not found unzip -q /home/pydev/dist/

Re: [Python-Dev] buildbottest on Android emulator with docker

2019-02-19 Thread Stephane Wirtel
Nice, we could start to fix the Android issues with this docker image, maybe modified with the local repository but really useful. Thank you so much for your job. -- Stéphane Wirtel - https://wirtel.be - @matrixise ___ Python-Dev mailing list Python-De

Re: [Python-Dev] buildbottest on Android emulator with docker

2019-02-19 Thread Victor Stinner
This is cool! Sadly, I don't have the bandwidth right now to play with it. I may have a look later. Victor Le ven. 15 févr. 2019 à 18:27, Xavier de Gaye a écrit : > > The following command runs the buildbottest on an Android emulator with > docker (it will use a little bit more than 11 GB): > >

[Python-Dev] buildbottest on Android emulator with docker

2019-02-15 Thread Xavier de Gaye
The following command runs the buildbottest on an Android emulator with docker (it will use a little bit more than 11 GB): $ docker run -it --privileged xdegaye/abifa:r14b-24-x86_64-master This command does: * pull an image from the Docker hub (only the first time that the command is run,