Re: [GH] (ofbiz-framework): Workflow run "Java CI with Gradle" failed!

2024-02-05 Thread Jacques Le Roux

I pushed a fix but BB is still blocked

Le 05/02/2024 à 15:02, Michael Brohl a écrit :

I see the problem: I have not had the plugins embedded during the test so the 
setMaxPriority3Violations were not exceeded.

Thanks,

Michael

Am 05.02.24 um 12:55 schrieb Jacques Le Roux:

If you compare the last in nightlies: 
https://nightlies.apache.org/ofbiz/trunk/codenarc.html
with the last locally, it's 3 priorities 3 (SpaceAfterOpeningBrace) in 
fixedasset package at line 144 of FixedAssetServices.groovy

So we pass from setMaxPriority3Violations(3979) in Gradle to 3982 with this 
commit.

At the moment BB is blocked because of 
https://issues.apache.org/jira/browse/INFRA-25465

HTH

Jacques

Le 05/02/2024 à 12:29, Michael Brohl a écrit :

The build says that there are CodeNarc rule violations found but when I locally 
run

./gradlew codenarcMain codenarcTest I got no errors.

Is there a way to view the check results in buildbot?

Regards,

Michael Brohl

ecomify GmbH - www.ecomify.de


Am 05.02.24 um 10:21 schrieb GitBox:

The GitHub Actions job "Java CI with Gradle" on ofbiz-framework.git has failed.
Run started by GitHub user asfgit (triggered by asfgit).

Head commit for run:
c156ab44141ff166f6620e754ac01df00d5e8a1f / Michael Brohl 
Fixed: Missing package and syntax error in FixedAssetServices.groovy
(OFBIZ-12890)

Report URL: https://github.com/apache/ofbiz-framework/actions/runs/7782161538

With regards,
GitHub Actions via GitBox



Re: [GH] (ofbiz-framework): Workflow run "Java CI with Gradle" failed!

2024-02-05 Thread Michael Brohl
I see the problem: I have not had the plugins embedded during the test 
so the setMaxPriority3Violations were not exceeded.


Thanks,

Michael

Am 05.02.24 um 12:55 schrieb Jacques Le Roux:
If you compare the last in nightlies: 
https://nightlies.apache.org/ofbiz/trunk/codenarc.html
with the last locally, it's 3 priorities 3 (SpaceAfterOpeningBrace) in 
fixedasset package at line 144 of FixedAssetServices.groovy


So we pass from setMaxPriority3Violations(3979) in Gradle to 3982 with 
this commit.


At the moment BB is blocked because of 
https://issues.apache.org/jira/browse/INFRA-25465


HTH

Jacques

Le 05/02/2024 à 12:29, Michael Brohl a écrit :
The build says that there are CodeNarc rule violations found but when 
I locally run


./gradlew codenarcMain codenarcTest I got no errors.

Is there a way to view the check results in buildbot?

Regards,

Michael Brohl

ecomify GmbH - www.ecomify.de


Am 05.02.24 um 10:21 schrieb GitBox:
The GitHub Actions job "Java CI with Gradle" on ofbiz-framework.git 
has failed.

Run started by GitHub user asfgit (triggered by asfgit).

Head commit for run:
c156ab44141ff166f6620e754ac01df00d5e8a1f / Michael Brohl 


Fixed: Missing package and syntax error in FixedAssetServices.groovy
(OFBIZ-12890)

Report URL: 
https://github.com/apache/ofbiz-framework/actions/runs/7782161538


With regards,
GitHub Actions via GitBox



Re: [GH] (ofbiz-framework): Workflow run "Java CI with Gradle" failed!

2024-02-05 Thread Jacques Le Roux

If you compare the last in nightlies: 
https://nightlies.apache.org/ofbiz/trunk/codenarc.html
with the last locally, it's 3 priorities 3 (SpaceAfterOpeningBrace) in 
fixedasset package at line 144 of FixedAssetServices.groovy

So we pass from setMaxPriority3Violations(3979) in Gradle to 3982 with this 
commit.

At the moment BB is blocked because of 
https://issues.apache.org/jira/browse/INFRA-25465

HTH

Jacques

Le 05/02/2024 à 12:29, Michael Brohl a écrit :

The build says that there are CodeNarc rule violations found but when I locally 
run

./gradlew codenarcMain codenarcTest I got no errors.

Is there a way to view the check results in buildbot?

Regards,

Michael Brohl

ecomify GmbH - www.ecomify.de


Am 05.02.24 um 10:21 schrieb GitBox:

The GitHub Actions job "Java CI with Gradle" on ofbiz-framework.git has failed.
Run started by GitHub user asfgit (triggered by asfgit).

Head commit for run:
c156ab44141ff166f6620e754ac01df00d5e8a1f / Michael Brohl 
Fixed: Missing package and syntax error in FixedAssetServices.groovy
(OFBIZ-12890)

Report URL: https://github.com/apache/ofbiz-framework/actions/runs/7782161538

With regards,
GitHub Actions via GitBox


Re: [GH] (ofbiz-framework): Workflow run "Java CI with Gradle" failed!

2024-02-05 Thread Michael Brohl
The build says that there are CodeNarc rule violations found but when I 
locally run


./gradlew codenarcMain codenarcTest I got no errors.

Is there a way to view the check results in buildbot?

Regards,

Michael Brohl

ecomify GmbH - www.ecomify.de


Am 05.02.24 um 10:21 schrieb GitBox:

The GitHub Actions job "Java CI with Gradle" on ofbiz-framework.git has failed.
Run started by GitHub user asfgit (triggered by asfgit).

Head commit for run:
c156ab44141ff166f6620e754ac01df00d5e8a1f / Michael Brohl 
Fixed: Missing package and syntax error in FixedAssetServices.groovy
(OFBIZ-12890)

Report URL: https://github.com/apache/ofbiz-framework/actions/runs/7782161538

With regards,
GitHub Actions via GitBox



Re: Demos log in Docker

2024-02-05 Thread Jacques Le Roux

Thanks Daniel!

Le 05/02/2024 à 09:07, Daniel Watford a écrit :

Hi Jacques - https://issues.apache.org/jira/browse/OFBIZ-12889 created for
this

On Fri, 2 Feb 2024 at 10:51, Jacques Le Roux 
wrote:


Hi Daniel,

I know how to use docker compose logs --tail="1000" on demos

But how to see logs contents like
access_log
ofbiz.log
error.log
etc.

in Docker ?

TIA

Jacques




Re: Demos log in Docker

2024-02-05 Thread Daniel Watford
Hi Jacques - https://issues.apache.org/jira/browse/OFBIZ-12889 created for
this

On Fri, 2 Feb 2024 at 10:51, Jacques Le Roux 
wrote:

> Hi Daniel,
>
> I know how to use docker compose logs --tail="1000" on demos
>
> But how to see logs contents like
> access_log
> ofbiz.log
> error.log
> etc.
>
> in Docker ?
>
> TIA
>
> Jacques
>
>

-- 
Daniel Watford


Re: Demos log in Docker

2024-02-05 Thread Jacques Le Roux

Hi Daniel,

Any idea?

TIA

Jacques

Le 02/02/2024 à 11:50, Jacques Le Roux a écrit :

Hi Daniel,

I know how to use docker compose logs --tail="1000" on demos

But how to see logs contents like
access_log
ofbiz.log
error.log
etc.

in Docker ?

TIA

Jacques



Re: Buildbot failure in on ofbizTrunkFrameworkPlugins

2024-02-05 Thread Jacques Le Roux

Hi Michael,

I forgot this email and only reapply the initial one. I have just completed the 
task. The PR can be closed.

TIA

Jacques

Le 04/02/2024 à 11:54, Michael Brohl a écrit :

See https://issues.apache.org/jira/browse/OFBIZ-12888 and 
https://github.com/apache/ofbiz-framework/pull/687

Regards,

Michael Brohl

ecomify GmbH - www.ecomify.de


Am 04.02.24 um 11:43 schrieb Michael Brohl:


Hi,

I'm currently working on a solution for this.

Maybe someone can explain why we use the GroovyScripts source set for the 
codenarc checks in the pre-push hook:

gitHooks {

hooks = ['pre-push': 'checkstyleMain codenarcGroovyScripts']

}

That target seems to be automatically defined through the source set definition 
for groovyScripts.

If I remove that source set and the following task configuration:

tasks.named('compileGroovyScriptsGroovy') {

// We don't want to build groovyScripts as they should be considered as 
standalone elements executed in

// isolation by ofbiz. Building them will result in numerous error due to 
duplicated classes.

enabled = false

}

And change the git hooks to

}

gitHooks {

hooks = ['pre-push': 'checkstyleMain codenarcMain codenarcTest']

}

(which is accoring to the pre-push hook definition in .git/hooks/pre-push)

everything seems to work fine, tests are working and the codenarc Main and Test 
reports are build.

I provide a PR for it.

Michael Brohl

ecomify GmbH - www.ecomify.de

Am 04.02.24 um 08:25 schrieb Jacques Le Roux:

Hi Michael,

OK thanks, I'll have a look when I'll get a chance.

It's also weird that it works locally on both Ubuntu 20.04 and Win7 and that BB 
fails. Anyway, so far BB is our guardian.

Jacques

Le 03/02/2024 à 23:36, Michael Brohl a écrit :

Hi Jacques,

the commit fixes an issue with the classpath generation of the "eclipse" gradle task 
which produces double entries for the "src/main/groovy" path.

The initial issue is caused by the "src/main/groovy" path set twice in build gradle, for the "main" and for the "groovyScripts" source sets. The 
second source set entry was removed and the build works as expected.


Instead of reverting the commit, the buildbot process should be checked and repaired. I guess that there is a configuration somewhere which 
relies on the path being present at a stage where it is not after the change. It looks like it has something to do with the codenarc tasks.


I am not familiar enough with the codenarc task to help with that, any help 
from others to have both issues fixed is appreciated.

Thanks and regards,

Michael Brohl

ecomify GmbH - www.ecomify.de

Am 03.02.24 um 11:01 schrieb Jacques Le Roux:



Sorry, to allow BB to build, I had to revert this commit:
https://github.com/apache/ofbiz-framework/commit/a2f3ec88309f8440fe65b227ff3fc2df279dde24

Please refer to INFRA-25456 for more information. I still don't understand why 
it works locally though, any idea?

Jacques

Le 02/02/2024 à 17:57, Jacques Le Roux a écrit :

Hi,

I have created https://issues.apache.org/jira/browse/INFRA-25456 for that

Jacques

Le 02/02/2024 à 14:14, build...@apache.org a écrit :

Build status: BUILD FAILED: failed Codenarc copied. (failure)
Worker used: bb_worker4_ubuntu
URL: https://ci2.apache.org/#builders/46/builds/635
Blamelist: Michael Brohl , Michael Brohl 

Build Text: failed Codenarc copied. (failure)
Status Detected: new failure
Build Source Stamp: [branch trunk] 625b80dbc626db35dddbaa62057e34b20ae7c38c


Steps:

   worker_preparation: 0

   git: 0

   pullAllPluginsSource: 0

   build: 0

   check: 0

   Copy checkstyle to destination directory structure: 0

   Copy codenarc to destination directory structure: 2

   clean things: 0


-- ASF Buildbot