[jira] [Commented] (MSITE-960) CI is broken

2023-04-27 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17717279#comment-17717279
 ] 

ASF GitHub Bot commented on MSITE-960:
--

asfgit merged PR #148:
URL: https://github.com/apache/maven-site-plugin/pull/148




> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Michael Osipov
>Priority: Blocker
> Fix For: 4.0.0-M8
>
> Attachments: screenshot-1.png
>
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-27 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17717270#comment-17717270
 ] 

ASF GitHub Bot commented on MSITE-960:
--

michael-o commented on PR #148:
URL: 
https://github.com/apache/maven-site-plugin/pull/148#issuecomment-1525905338

   @elharo Is this acceptable for you?




> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Michael Osipov
>Priority: Blocker
> Fix For: 4.0.0-M8
>
> Attachments: screenshot-1.png
>
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-27 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17717138#comment-17717138
 ] 

ASF GitHub Bot commented on MSITE-960:
--

michael-o commented on PR #148:
URL: 
https://github.com/apache/maven-site-plugin/pull/148#issuecomment-1525543988

   > There's a test failure on JDK 17 that might or might not be related:
   > 
   > Sourced file: inline evaluation of: `/* * Licensed to the Apache Software 
Foundation (ASF) under one * or more con . . . '' unknown error: Unable to make 
public boolean java.util.zip.ZipFile$ZipEntryIterator.hasMoreElements() 
accessible: module java.base does not "opens java.util.zip" to unnamed module 
@3c963678 : at Line: 28 : in file: inline evaluation of:` /* * Licensed to the 
Apache Software Foundation (ASF) under one * or more con . . . '' : try {
   > 
   > ```
   > at bsh.Interpreter.eval(Interpreter.java:706)
   > at bsh.Interpreter.eval(Interpreter.java:750)
   > ```
   > 
   > I'm not sure why this might come from this PR, but I haven't seen this 
error message before so it's worth checking.
   
   This is a different issue, not related to the site descriptor. I took a peek 
at it, but don't understand because all methods are public and I am not 
familiar with JPMS, but I was able to reproduce it reliably. I'd like to 
address this in a different PR when I understand the cause.




> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Michael Osipov
>Priority: Blocker
> Fix For: 4.0.0-M8
>
> Attachments: screenshot-1.png
>
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-27 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17717115#comment-17717115
 ] 

ASF GitHub Bot commented on MSITE-960:
--

elharo commented on PR #148:
URL: 
https://github.com/apache/maven-site-plugin/pull/148#issuecomment-1525468715

   There's a test failure on JDK 17 that might or might not be related:
   
   Sourced file: inline evaluation of: `` /*  * Licensed to the Apache Software 
Foundation (ASF) under one  * or more con . . . '' unknown error: Unable to 
make public boolean java.util.zip.ZipFile$ZipEntryIterator.hasMoreElements() 
accessible: module java.base does not "opens java.util.zip" to unnamed module 
@3c963678 : at Line: 28 : in file: inline evaluation of: `` /*  * Licensed to 
the Apache Software Foundation (ASF) under one  * or more con . . . '' : try { 
   
at bsh.Interpreter.eval(Interpreter.java:706)
at bsh.Interpreter.eval(Interpreter.java:750)
   
   I'm not sure why this might come from this PR, but I haven't seen this error 
message before so it's worth checking. 




> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Michael Osipov
>Priority: Blocker
> Fix For: 4.0.0-M8
>
> Attachments: screenshot-1.png
>
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-27 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17717089#comment-17717089
 ] 

ASF GitHub Bot commented on MSITE-960:
--

michael-o commented on PR #148:
URL: 
https://github.com/apache/maven-site-plugin/pull/148#issuecomment-1525298871

   @elharo Please have a look.




> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Michael Osipov
>Priority: Blocker
> Fix For: 4.0.0-M8
>
> Attachments: screenshot-1.png
>
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-25 Thread Michael Osipov (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17716421#comment-17716421
 ] 

Michael Osipov commented on MSITE-960:
--

Interting, while the PR fixes the faulty code, it does not fix the ITs, with 
some debug output:
{noformat}
request: org.apache.maven.plugins:maven-plugins:xml:site:39 @ [mrm-maven-plugin 
(http://localhost:17299, default, releases+snapshots)], result: null 
(unavailable)
[DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:xml:site:39 
from [mrm-maven-plugin (http://localhost:17299, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for 
http://localhost:17299
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for 
http://localhost:17299
[INFO] Downloading from mrm-maven-plugin: 
http://localhost:17299/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39-site.xml
[INFO] Downloaded from mrm-maven-plugin: 
http://localhost:17299/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39-site.xml
 (1.2 kB at 98 kB/s)
[DEBUG] Writing tracking file 
/var/osipovmi/Projekte/maven-site-plugin/target/local-repo/org/apache/maven/plugins/maven-plugins/39/_remote.repositories
[DEBUG] Writing tracking file 
/var/osipovmi/Projekte/maven-site-plugin/target/local-repo/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39-site.xml.lastUpdated
[DEBUG] Reading parent level 1 site descriptor from 
/var/osipovmi/Projekte/maven-site-plugin/target/local-repo/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39-site.xml
[DEBUG] Looking for site descriptor of level 2 parent project: 
org.apache.maven:maven-parent:pom:39
request: org.apache.maven:maven-parent:xml:site:39 @ [mrm-maven-plugin 
(http://localhost:17299, default, releases+snapshots)], result: null 
(unavailable)
[DEBUG] Resolving artifact org.apache.maven:maven-parent:xml:site:39 from 
[mrm-maven-plugin (http://localhost:17299, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for 
http://localhost:17299
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for 
http://localhost:17299
[INFO] Downloading from mrm-maven-plugin: 
http://localhost:17299/org/apache/maven/maven-parent/39/maven-parent-39-site.xml
[INFO] Downloaded from mrm-maven-plugin: 
http://localhost:17299/org/apache/maven/maven-parent/39/maven-parent-39-site.xml
 (4.4 kB at 627 kB/s)
[DEBUG] Writing tracking file 
/var/osipovmi/Projekte/maven-site-plugin/target/local-repo/org/apache/maven/maven-parent/39/_remote.repositories
[DEBUG] Writing tracking file 
/var/osipovmi/Projekte/maven-site-plugin/target/local-repo/org/apache/maven/maven-parent/39/maven-parent-39-site.xml.lastUpdated
[DEBUG] Reading parent level 2 site descriptor from 
/var/osipovmi/Projekte/maven-site-plugin/target/local-repo/org/apache/maven/maven-parent/39/maven-parent-39-site.xml
[DEBUG] Looking for site descriptor of level 3 parent project: 
org.apache:apache:pom:29
request: org.apache:apache:xml:site:29 @ [mrm-maven-plugin 
(http://localhost:17299, default, releases+snapshots)], result: null 
(unavailable)
[DEBUG] Resolving artifact org.apache:apache:xml:site:29 from [mrm-maven-plugin 
(http://localhost:17299, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for 
http://localhost:17299
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for 
http://localhost:17299
[INFO] Downloading from mrm-maven-plugin: 
http://localhost:17299/org/apache/apache/29/apache-29-site.xml
[INFO] Downloaded from mrm-maven-plugin: 
http://localhost:17299/org/apache/apache/29/apache-29-site.xml (0 B at 0 B/s)
[DEBUG] Writing tracking file 
/var/osipovmi/Projekte/maven-site-plugin/target/local-repo/org/apache/apache/29/_remote.repositories
[DEBUG] Writing tracking file 
/var/osipovmi/Projekte/maven-site-plugin/target/local-repo/org/apache/apache/29/apache-29-site.xml.lastUpdated
[DEBUG] Reading parent level 3 site descriptor from 
/var/osipovmi/Projekte/maven-site-plugin/target/local-repo/org/apache/apache/29/apache-29-site.xml
{noformat}

>From an IT PoV the site descritor isn't even present in the local repo, 
>Resolver goes out to fetch the file, then your local repo contains the 0-byte 
>files due to the site run and MRM Maven Plugin delivers them. Logically, This 
>an invalid file delivered by the MRM (repo manager).

> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Michael Osipov
>Priority: Blocker
> Fix For: 4.0.0-M8
>
> Attachments: screenshot-1.png
>
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> 

[jira] [Commented] (MSITE-960) CI is broken

2023-04-25 Thread Michael Osipov (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17716388#comment-17716388
 ] 

Michael Osipov commented on MSITE-960:
--

Found it: https://github.com/apache/maven-doxia-sitetools/pull/104. Three 
people reviewed and no one spotted the issue. Damn. Will create an issue and PR.

> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Michael Osipov
>Priority: Blocker
> Attachments: screenshot-1.png
>
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-25 Thread Michael Osipov (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17716375#comment-17716375
 ] 

Michael Osipov commented on MSITE-960:
--

Here is the reason:
 !screenshot-1.png! 

Now I need to understand why there is a {{false}.

> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Michael Osipov
>Priority: Blocker
> Attachments: screenshot-1.png
>
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-25 Thread Michael Osipov (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17716371#comment-17716371
 ] 

Michael Osipov commented on MSITE-960:
--

Thanks for being persistently, this can ONLY reproduced when the 
mrm-maven-plugin and the above is in play. Very tricky setup.

> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Michael Osipov
>Priority: Blocker
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-25 Thread Michael Osipov (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17716360#comment-17716360
 ] 

Michael Osipov commented on MSITE-960:
--

OK, I can now reliably reproduce the two failing ITs:

{noformat}
rm -rf /tmp/repo1
mvn clean site -Dmaven.repo.local=/tmp/repo1
mvn clean verify -Prun-its -Dinvoker.parallelThreads=8  
-Dmaven.repo.local=/tmp/repo1
{noformat}

I'll need sometime to understand why 
https://github.com/apache/maven-doxia-sitetools/commit/60e5b6748d616cbbbf4f486ccf09da4c80b016a9
 does not kick in.

> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Michael Osipov
>Priority: Blocker
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-25 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17716333#comment-17716333
 ] 

ASF GitHub Bot commented on MSITE-960:
--

michael-o opened a new pull request, #148:
URL: https://github.com/apache/maven-site-plugin/pull/148

   We need to separate the Fluido Skin version used for the ITs and dev profile 
from the site generation which depends on the parent POM config. Both can be 
incompatible.
   
   This closes #148
   
   Following this checklist to help us incorporate your 
   contribution quickly and easily:
   
- [ ] Make sure there is a [JIRA 
issue](https://issues.apache.org/jira/browse/MSITE) filed 
  for the change (usually before you start working on it).  Trivial 
changes like typos do not 
  require a JIRA issue.  Your pull request should address just this 
issue, without 
  pulling in other changes.
- [ ] Each commit in the pull request should have a meaningful subject line 
and body.
- [ ] Format the pull request title like `[MSITE-XXX] - Fixes bug in 
ApproximateQuantiles`,
  where you replace `MSITE-XXX` with the appropriate JIRA issue. Best 
practice
  is to use the JIRA issue title in the pull request title and in the 
first line of the 
  commit message.
- [ ] Write a pull request description that is detailed enough to 
understand what the pull request does, how, and why.
- [ ] Run `mvn clean verify` to make sure basic checks pass. A more 
thorough check will 
  be performed on your pull request automatically.
- [ ] You have run the integration tests successfully (`mvn -Prun-its clean 
verify`).
   
   If your pull request is about ~20 lines of code you don't need to sign an
   [Individual Contributor License 
Agreement](https://www.apache.org/licenses/icla.pdf) if you are unsure
   please ask on the developers list.
   
   To make clear that you license your contribution under 
   the [Apache License Version 2.0, January 
2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
- [ ] I hereby declare this contribution to be licenced under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   
- [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   




> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Michael Osipov
>Priority: Blocker
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-25 Thread Michael Osipov (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17716332#comment-17716332
 ] 

Michael Osipov commented on MSITE-960:
--

I have now uploaded a branch which should fix site generation issue. [~elharo], 
please purge your local repo and run the build locally again. There seems to be 
a quirk with the MRM Plugin, but this is not related to site generation at all.

> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Michael Osipov
>Priority: Blocker
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-25 Thread Michael Osipov (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17716315#comment-17716315
 ] 

Michael Osipov commented on MSITE-960:
--

Now I see why it works for me, but fails for you. Different {{settings.xml}}. 
Invenstigating.

> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Michael Osipov
>Priority: Blocker
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-25 Thread Michael Osipov (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17716285#comment-17716285
 ] 

Michael Osipov commented on MSITE-960:
--

That's depressing because I thought I have tested it in and out...

> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Michael Osipov
>Priority: Blocker
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-25 Thread Michael Osipov (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17716272#comment-17716272
 ] 

Michael Osipov commented on MSITE-960:
--

OK, I am the idiot here, more or less. One of the problems is that 
fluidoSkinVersion is used in the site build but also in the IT build which of 
course is a problem. This needs to be split. I have totally forgotten this. My 
fault, I need to apologize. I am working on a solution ATM.

> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Michael Osipov
>Priority: Blocker
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-25 Thread Michael Osipov (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17716265#comment-17716265
 ] 

Michael Osipov commented on MSITE-960:
--

I have a patch locally, testing...

> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Michael Osipov
>Priority: Blocker
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-25 Thread Michael Osipov (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17716249#comment-17716249
 ] 

Michael Osipov commented on MSITE-960:
--

OK, I know what to do nowthis is tricky...

> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Assignee: Michael Osipov
>Priority: Blocker
> Fix For: waiting-for-feedback, wontfix-candidate
>
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-25 Thread Michael Osipov (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17716230#comment-17716230
 ] 

Michael Osipov commented on MSITE-960:
--

Yes, this was already answered by my first comment:
Well, this is because someone has upgrade stuff w/o even testing it. I would 
recommend to downgrade MSITE to 3.12.1 and Fluido Skin to 1.11.2.

> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Priority: Blocker
> Fix For: waiting-for-feedback, wontfix-candidate
>
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-25 Thread Elliotte Rusty Harold (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17716227#comment-17716227
 ] 

Elliotte Rusty Harold commented on MSITE-960:
-

and CI is still failing at head:

[INFO] 

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
project maven-site-plugin: RendererException while preparing context for skin: 
Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current is 
1.11.1 -> [Help 1]


> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Priority: Blocker
> Fix For: waiting-for-feedback, wontfix-candidate
>
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-25 Thread Elliotte Rusty Harold (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17716224#comment-17716224
 ] 

Elliotte Rusty Harold commented on MSITE-960:
-

same tests still fail locally for me at head:

[ERROR] -
[ERROR] 
[INFO] -
[INFO] Build Summary:
[INFO]   Passed: 57, Failed: 2, Errors: 0, Skipped: 0
[INFO] -
[ERROR] The following builds failed:
[ERROR] *  effective-site/pom.xml
[ERROR] *  full-reporting/pom.xml

> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Priority: Blocker
> Fix For: waiting-for-feedback, wontfix-candidate
>
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-25 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17716220#comment-17716220
 ] 

ASF GitHub Bot commented on MSITE-960:
--

elharo commented on PR #146:
URL: 
https://github.com/apache/maven-site-plugin/pull/146#issuecomment-1521587240

   I don't care about this PR in particular. It's just me trying various things 
to see if the CI will pass. However, has it been decided to ignore the CI? I 
see a lot of merges here on top of a failing CI. 




> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Priority: Blocker
> Fix For: waiting-for-feedback, wontfix-candidate
>
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-25 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17716147#comment-17716147
 ] 

ASF GitHub Bot commented on MSITE-960:
--

michael-o closed pull request #146: [MSITE-960] downgrade fluido
URL: https://github.com/apache/maven-site-plugin/pull/146




> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Priority: Blocker
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-25 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17716146#comment-17716146
 ] 

ASF GitHub Bot commented on MSITE-960:
--

michael-o commented on PR #146:
URL: 
https://github.com/apache/maven-site-plugin/pull/146#issuecomment-1521310962

   Closing as this does more harm than good.




> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Priority: Blocker
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-25 Thread Michael Osipov (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17716148#comment-17716148
 ] 

Michael Osipov commented on MSITE-960:
--

Please try from master again, issues should be resolved.

> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Priority: Blocker
> Fix For: waiting-for-feedback, wontfix-candidate
>
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-24 Thread Michael Osipov (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17715960#comment-17715960
 ] 

Michael Osipov commented on MSITE-960:
--

{noformat}
also broken locally on my MacBook, perhaps for different reasons:

[ERROR] The following builds failed:
[ERROR] * effective-site/pom.xml
[ERROR] * full-reporting/pom.xml
[INFO] -
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
{noformat}

These will be resolved when 
https://github.com/apache/maven-site-plugin/pull/142 will be merged. Please 
stay put.

> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Priority: Blocker
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-24 Thread Elliotte Rusty Harold (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17715767#comment-17715767
 ] 

Elliotte Rusty Harold commented on MSITE-960:
-

Unfortunately it looks like the code might have changed as well:

[ERROR] 
/Users/elharo/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/descriptor/EffectiveSiteMojo.java:[27,35]
 package org.apache.maven.doxia.site does not exist

> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Priority: Blocker
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-24 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17715739#comment-17715739
 ] 

ASF GitHub Bot commented on MSITE-960:
--

elharo opened a new pull request, #146:
URL: https://github.com/apache/maven-site-plugin/pull/146

   Try to fix CI




> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Priority: Blocker
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-24 Thread Elliotte Rusty Harold (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17715738#comment-17715738
 ] 

Elliotte Rusty Harold commented on MSITE-960:
-

also broken locally on my MacBook, perhaps for different reasons:

[ERROR] The following builds failed:
[ERROR] *  effective-site/pom.xml
[ERROR] *  full-reporting/pom.xml
[INFO] -
[INFO] 
[INFO] BUILD FAILURE
[INFO] 


> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Priority: Blocker
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MSITE-960) CI is broken

2023-04-23 Thread Michael Osipov (Jira)


[ 
https://issues.apache.org/jira/browse/MSITE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17715477#comment-17715477
 ] 

Michael Osipov commented on MSITE-960:
--

Well, this is because someone has upgrade stuff w/o even testing it. I would 
recommend to downgrade MSITE to 3.12.1 and Fluido Skin to 1.11.2.

> CI is broken
> 
>
> Key: MSITE-960
> URL: https://issues.apache.org/jira/browse/MSITE-960
> Project: Maven Site Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Priority: Blocker
>
>  Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.12.1:site (default-site) on 
> project maven-site-plugin: RendererException while preparing context for 
> skin: Cannot use skin: has 2.0.0-M5 Doxia Sitetools prerequisite, but current 
> is 1.11.1 -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)