Re: [QGIS-Developer] QGIS-Documentation fails to build

2022-05-19 Thread Andreas Neumann via QGIS-Developer
Hi Alessandro,

Fine with me - if you spend some dev hours on fixing this.

Andreas

On Thu, 19 May 2022 at 12:09, Alessandro Pasotti via QGIS-Developer <
qgis-developer@lists.osgeo.org> wrote:

> Hi,
>
> I cannot make promises, but if I'm allowed to spend the paid bugfixing
> hours to fix this I think I could have a look.
>
> Cheers
>
> On Thu, May 19, 2022 at 12:06 PM DelazJ via QGIS-Developer
>  wrote:
> >
> > Hi,
> > well...
> > For your information, I disabled the doctest github action, to stop
> getting annoyed by (unrelated) failure messages for each interaction with
> the repository.
> > That also means no more checks for the PyQGIS Cookbook changes (which
> includes this recent pull request), until we get a fix.
> >
> > Greetings,
> > Harrissou
> >
> > Le lun. 9 mai 2022 à 16:35, DelazJ  a écrit :
> >>
> >> Hi,
> >> Thanks again Richard for testing.
> >> Any chance someone else gives it a look, please? Thanks.
> >>
> >> Regards,
> >> Harrissou
> >>
> >> Le mar. 3 mai 2022 à 20:44, Richard Duivenvoorde via QGIS-Developer <
> qgis-developer@lists.osgeo.org> a écrit :
> >>>
> >>> On 5/3/22 11:35, DelazJ via QGIS-Developer wrote:
> >>> > Hi devs,
> >>> > The "doctest" workflow in QGIS-Documentation repository is again
> broken. We are getting a segmentation fault [0]. This might have begun at
> least 5 days ago, only on master branch. The 3.22 doctest passes.
> >>> > If someone can give it a look, it will be much appreciated. Thanks.
> >>>
> >>> Hi Harrissou,
> >>>
> >>> I tried looking into it...
> >>>
> >>> A normal local build is fine... (so in a VENV with the
> REQUIREMENTS.txt of QGIS-Website, calling "make html")
> >>> But that does not build the doc tests (the python code in the cookbook
> is tested in that)
> >>>
> >>> Then  I tried on my local machine, what I see in the CI log:
> >>>
> >>> make -f docker.mk doctest
> >>>
> >>> and that fails with exact the same messages, except it looks like it
> crashes on random parts of the cookbook tests
> >>>
> >>> @devs can anybody of you make something from the stacktrace?
> >>>
> >>> SIP related?
> >>>
> >>> Missing dependency?
> >>>
> >>> Any hints appreciated
> >>>
> >>> Regards,
> >>>
> >>> Richard Duivenvoorde
> >>>
> >>> ___
> >>> QGIS-Developer mailing list
> >>> QGIS-Developer@lists.osgeo.org
> >>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> >>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> >
> > ___
> > QGIS-Developer mailing list
> > QGIS-Developer@lists.osgeo.org
> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>
>
>
> --
> Alessandro Pasotti
> QCooperative:  www.qcooperative.net
> ItOpen:   www.itopen.it
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>


-- 

--
Andreas Neumann
QGIS.ORG board member (treasurer)
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] QGIS-Documentation fails to build

2022-05-19 Thread Sandro Santilli via QGIS-Developer
On Thu, May 19, 2022 at 12:09:05PM +0200, Alessandro Pasotti via QGIS-Developer 
wrote:
> Hi,
> 
> I cannot make promises, but if I'm allowed to spend the paid bugfixing
> hours to fix this I think I could have a look.

+1 to spend paid bugfixing hours on testing framework, if my vote
counts anything. Testing continues being the bottleneck to contributions,
IMHO.

--strk;
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] QGIS-Documentation fails to build

2022-05-19 Thread Alessandro Pasotti via QGIS-Developer
Hi,

I cannot make promises, but if I'm allowed to spend the paid bugfixing
hours to fix this I think I could have a look.

Cheers

On Thu, May 19, 2022 at 12:06 PM DelazJ via QGIS-Developer
 wrote:
>
> Hi,
> well...
> For your information, I disabled the doctest github action, to stop getting 
> annoyed by (unrelated) failure messages for each interaction with the 
> repository.
> That also means no more checks for the PyQGIS Cookbook changes (which 
> includes this recent pull request), until we get a fix.
>
> Greetings,
> Harrissou
>
> Le lun. 9 mai 2022 à 16:35, DelazJ  a écrit :
>>
>> Hi,
>> Thanks again Richard for testing.
>> Any chance someone else gives it a look, please? Thanks.
>>
>> Regards,
>> Harrissou
>>
>> Le mar. 3 mai 2022 à 20:44, Richard Duivenvoorde via QGIS-Developer 
>>  a écrit :
>>>
>>> On 5/3/22 11:35, DelazJ via QGIS-Developer wrote:
>>> > Hi devs,
>>> > The "doctest" workflow in QGIS-Documentation repository is again broken. 
>>> > We are getting a segmentation fault [0]. This might have begun at least 5 
>>> > days ago, only on master branch. The 3.22 doctest passes.
>>> > If someone can give it a look, it will be much appreciated. Thanks.
>>>
>>> Hi Harrissou,
>>>
>>> I tried looking into it...
>>>
>>> A normal local build is fine... (so in a VENV with the REQUIREMENTS.txt of 
>>> QGIS-Website, calling "make html")
>>> But that does not build the doc tests (the python code in the cookbook is 
>>> tested in that)
>>>
>>> Then  I tried on my local machine, what I see in the CI log:
>>>
>>> make -f docker.mk doctest
>>>
>>> and that fails with exact the same messages, except it looks like it 
>>> crashes on random parts of the cookbook tests
>>>
>>> @devs can anybody of you make something from the stacktrace?
>>>
>>> SIP related?
>>>
>>> Missing dependency?
>>>
>>> Any hints appreciated
>>>
>>> Regards,
>>>
>>> Richard Duivenvoorde
>>>
>>> ___
>>> QGIS-Developer mailing list
>>> QGIS-Developer@lists.osgeo.org
>>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer



-- 
Alessandro Pasotti
QCooperative:  www.qcooperative.net
ItOpen:   www.itopen.it
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] QGIS-Documentation fails to build

2022-05-19 Thread DelazJ via QGIS-Developer
Hi,
well...
For your information, I disabled the doctest github action
,
to stop getting annoyed by (unrelated) failure messages for each
interaction with the repository.
That also means no more checks for the PyQGIS Cookbook changes (which
includes this recent pull request
), until we get a fix.

Greetings,
Harrissou

Le lun. 9 mai 2022 à 16:35, DelazJ  a écrit :

> Hi,
> Thanks again Richard for testing.
> Any chance someone else gives it a look, please? Thanks.
>
> Regards,
> Harrissou
>
> Le mar. 3 mai 2022 à 20:44, Richard Duivenvoorde via QGIS-Developer <
> qgis-developer@lists.osgeo.org> a écrit :
>
>> On 5/3/22 11:35, DelazJ via QGIS-Developer wrote:
>> > Hi devs,
>> > The "doctest" workflow in QGIS-Documentation repository is again
>> broken. We are getting a segmentation fault [0]. This might have begun at
>> least 5 days ago, only on master branch. The 3.22 doctest passes.
>> > If someone can give it a look, it will be much appreciated. Thanks.
>>
>> Hi Harrissou,
>>
>> I tried looking into it...
>>
>> A normal local build is fine... (so in a VENV with the REQUIREMENTS.txt
>> of QGIS-Website, calling "make html")
>> But that does not build the doc tests (the python code in the cookbook is
>> tested in that)
>>
>> Then  I tried on my local machine, what I see in the CI log:
>>
>> make -f docker.mk doctest
>>
>> and that fails with exact the same messages, except it looks like it
>> crashes on random parts of the cookbook tests
>>
>> @devs can anybody of you make something from the stacktrace?
>>
>> SIP related?
>>
>> Missing dependency?
>>
>> Any hints appreciated
>>
>> Regards,
>>
>> Richard Duivenvoorde
>>
>> ___
>> QGIS-Developer mailing list
>> QGIS-Developer@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>>
>
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer