Re: [Twisted-Python] Twisted 16.3.0 Prerelease 2 Announcement

2016-07-20 Thread Glyph Lefkowitz
My earlier replies to this thread were pretty terse, so just to expand on it: > On Jul 13, 2016, at 3:39 AM, Cory Benfield wrote: > > >> On 13 Jul 2016, at 10:00, Paweł Miech > > wrote: >> >> > Anyway, I’ll be spending my Twisted time on this for a while I suspect.

[Twisted-Python] Python SSH Server(twisted.conch) set ChallengeResponseAuthentication to yes

2016-07-20 Thread 陈健
hi: I wrote a SSH server with Twisted Conch. I want to support for the 'keyboard-interactive' authentication .ChallengeResponseAuthentication controls support for the 'keyboard-interactive' authentication scheme defined in RFC-4256. The 'keyboard-interactive' authentication scheme could, in

Re: [Twisted-Python] pywincffi status update and next steps

2016-07-20 Thread Glyph Lefkowitz
> On Jul 20, 2016, at 7:42 PM, Oliver Palmer wrote: > > pywincffi is getting very close to having all the API calls necessary to > replace pywin32. By my count there should be one function left, > GetOverlappedResult(). All of the other functions and constants in use today > should be covere

[Twisted-Python] pywincffi status update and next steps

2016-07-20 Thread Oliver Palmer
All (or at least those interested in replacing pywin32 in Twisted), pywincffi is getting very close to having all the API calls necessary to replace pywin32. By my count there should be one function left, GetOverlappedResult(). All of the other functions and constants in use today should be cover

Re: [Twisted-Python] Windows buildbots and Appveyor

2016-07-20 Thread Oliver Palmer
I should this weekend but it looks like you're on the right track so far. Looking at tox's config it shouldn't have issues picking up the environment being added in appveyor.yaml because passenv = * currently. If this works out then we can hopefully avoid the need for a plugin and just rely direct

Re: [Twisted-Python] Windows buildbots and Appveyor

2016-07-20 Thread Craig Rodrigues
On Wed, Jul 20, 2016 at 6:25 PM, Oliver Palmer wrote: > If you or someone else ends up working on this I can attest that his setup > works well and will build C-extensions. I've been using his script > extensively on pywincffi for Python 2.6+ and Python 3.3+ so far without > issues. For referen

Re: [Twisted-Python] Windows buildbots and Appveyor

2016-07-20 Thread Oliver Palmer
If you or someone else ends up working on this I can attest that his setup works well and will build C-extensions. I've been using his script extensively on pywincffi for Python 2.6+ and Python 3.3+ so far without issues. For reference, here's my yaml file: https://github.com/opalmer/pywincf

Re: [Twisted-Python] buildbot.twistedmatrix.com is down a lot

2016-07-20 Thread Glyph Lefkowitz
> On Jul 20, 2016, at 2:31 PM, Glyph Lefkowitz wrote: > >> I have recently discovered the Rackspace monitoring capabilities for VM... >> and set up a memory notification... not sure who will receive the alerts. > > I'll make sure that the relevant people are on the monitoring list. I created

Re: [Twisted-Python] Twisted tests on public CI

2016-07-20 Thread Glyph Lefkowitz
> On Jul 20, 2016, at 3:04 PM, Craig Rodrigues wrote: > > On Wed, Jul 20, 2016 at 2:36 PM, Glyph Lefkowitz > wrote: > > > I am starting to wonder if we could get rid of the entire current buildbot > environment with all its complicated trust issues and just st

Re: [Twisted-Python] Twisted tests on public CI

2016-07-20 Thread Glyph Lefkowitz
> On Jul 20, 2016, at 3:18 PM, Adi Roiban wrote: > > > > On 20 July 2016 at 22:36, Glyph Lefkowitz > wrote: > >> On Jul 20, 2016, at 11:59 AM, Adi Roiban > > wrote: >> >> Hi, >> >> We now have Ubuntu / Windows Server and OS X running T

[Twisted-Python] Windows buildbots and Appveyor

2016-07-20 Thread Craig Rodrigues
The Appveyor setup with Python 2.7 currently does not build any C extensions. This means that IOCP reactor is not currently built and none of the IOCP tests are run in Appveyor. I'm not sure offhand what the fix is, but I notice that quite a few Python projects import this script from Olivier Gris

Re: [Twisted-Python] Twisted tests on public CI

2016-07-20 Thread Adi Roiban
On 20 July 2016 at 22:36, Glyph Lefkowitz wrote: > > On Jul 20, 2016, at 11:59 AM, Adi Roiban wrote: > > Hi, > > We now have Ubuntu / Windows Server and OS X running Twisted tests for > each PR, using Travis-CI and Appveyor > > Non-`Twisted GitHub Team` members can now run a pretty extensive tes

Re: [Twisted-Python] Twisted tests on public CI

2016-07-20 Thread Craig Rodrigues
On Wed, Jul 20, 2016 at 2:36 PM, Glyph Lefkowitz wrote: > > > I am starting to wonder if we could get rid of the entire current buildbot > environment with all its complicated trust issues and just start over with > the parts that we actually want: on-demand, latent FreeBSD and Windows > builders

Re: [Twisted-Python] Twisted tests on public CI

2016-07-20 Thread Amber "Hawkie" Brown
> On 20 Jul 2016, at 23:36, Glyph Lefkowitz wrote: > > It seems like the only thing that Buildbot is now covering which this setup > is not is alternate kernels, which have not diverged in behavior from > Twisted's perspective for 7 or 8 years. I am starting to wonder if we could > get rid o

Re: [Twisted-Python] New users cannot subscribe to mailing list

2016-07-20 Thread Glyph Lefkowitz
> On Jul 20, 2016, at 12:14 PM, Daniel Sutcliffe wrote: > >> On Jul 19, 2016, at 6:02 AM, Daniel Sutcliffe wrote: >> Hopefully this will make it easy for someone with perms to update. > > On Tue, Jul 19, 2016 at 3:12 PM, Glyph Lefkowitz > wrote: >> What's your github handle? We are not stingy

Re: [Twisted-Python] Twisted tests on public CI

2016-07-20 Thread Glyph Lefkowitz
> On Jul 20, 2016, at 11:59 AM, Adi Roiban wrote: > > Hi, > > We now have Ubuntu / Windows Server and OS X running Twisted tests for each > PR, using Travis-CI and Appveyor > > Non-`Twisted GitHub Team` members can now run a pretty extensive test suite > for commits associated with a PR. >

Re: [Twisted-Python] buildbot.twistedmatrix.com is down a lot

2016-07-20 Thread Glyph Lefkowitz
> On Jul 20, 2016, at 11:01 AM, Adi Roiban wrote: > > > > On 20 July 2016 at 17:51, Glyph Lefkowitz > wrote: > >> On Jul 20, 2016, at 6:31 AM, Adi Roiban > > wrote: >> >> >> >> On 18 July 2016 at 19:04, James Broadhead >

Re: [Twisted-Python] New users cannot subscribe to mailing list

2016-07-20 Thread Daniel Sutcliffe
> On Jul 19, 2016, at 6:02 AM, Daniel Sutcliffe wrote: > Hopefully this will make it easy for someone with perms to update. On Tue, Jul 19, 2016 at 3:12 PM, Glyph Lefkowitz wrote: > What's your github handle? We are not stingy with edit permissions, they're > only disabled by default to discoura

[Twisted-Python] Twisted tests on public CI

2016-07-20 Thread Adi Roiban
Hi, We now have Ubuntu / Windows Server and OS X running Twisted tests for each PR, using Travis-CI and Appveyor Non-`Twisted GitHub Team` members can now run a pretty extensive test suite for commits associated with a PR. The coverage report is 90.52% (+/- 0.01%) just by running tests on the pu

Re: [Twisted-Python] buildbot.twistedmatrix.com is down a lot

2016-07-20 Thread Adi Roiban
On 20 July 2016 at 17:51, Glyph Lefkowitz wrote: > > On Jul 20, 2016, at 6:31 AM, Adi Roiban wrote: > > > > On 18 July 2016 at 19:04, James Broadhead > wrote: > >> On 17 July 2016 at 07:21, Amber Brown wrote: >> >>> It's OOMing (...) >>> >> >> Have you considered something like monit[1] to de

Re: [Twisted-Python] buildbot.twistedmatrix.com is down a lot

2016-07-20 Thread Glyph Lefkowitz
> On Jul 20, 2016, at 6:31 AM, Adi Roiban wrote: > > > > On 18 July 2016 at 19:04, James Broadhead > wrote: > On 17 July 2016 at 07:21, Amber Brown > wrote: > It's OOMing (...) > > > Have you considered something like moni

Re: [Twisted-Python] buildbot.twistedmatrix.com is down a lot

2016-07-20 Thread Adi Roiban
On 18 July 2016 at 19:04, James Broadhead wrote: > On 17 July 2016 at 07:21, Amber Brown wrote: > >> It's OOMing (...) >> > > Have you considered something like monit[1] to detect & restart in cases > like this? > > This might help, but will not help up understand what we are doing wrong :) Af

Re: [Twisted-Python] removing twistedchecker buildbot for the time being

2016-07-20 Thread Adi Roiban
On 13 July 2016 at 01:27, Adi Roiban wrote: > > > On 13 July 2016 at 00:37, Glyph Lefkowitz wrote: > >> Right now it seems the difference-computation logic on the twistedchecker >> buildbot has just broken completely. It's introducing useless noise into >> the build results because it makes eve