Yikes, we should not be trying to use the xref validator in any circumstances. I’ll look into this shortly unless someone beats me to it.
Has anyone built the 3.7.x branch successfully recently? I have often found that I cannot (mvn) build non-main branches of camel subprojects successfull, often it seems that snapshots have not been deployed and all sorts of other problems have occurred. I’ve wondered if there is any CI or periodic build activity for these branches. David Jencks > On Dec 17, 2021, at 7:34 AM, Gregor Zurowski <[email protected]> wrote: > > Hi Everyone: > > I am trying to cut the release candidate for Camel 3.7.7 but running > into the following issue towards the very end of the `release:prepare` > phase: > > ``` > [INFO] [INFO] -----------------------< org.apache.camel:docs >> ------------------------ > [INFO] [INFO] Building Camel :: Docs 3.7.7 > [505/506] > [INFO] [INFO] --------------------------------[ pom > ]--------------------------------- > > [...] > > [INFO] [ERROR] error > https://gitlab.com/antora/xref-validator/repository/archive.tar.gz?ref=84f28a20b8be888b7664a4540cda5aca56de0824: > Extracting tar content of undefined failed, the file appears to be > corrupt: "Invalid tar header. Maybe the tar is corrupted or it needs > to be gunzipped?" > [INFO] [INFO] info Visit https://yarnpkg.com/en/docs/cli/install for > documentation about this command. > ``` > > The summary contains the following error message: > > ``` > [INFO] [ERROR] Failed to execute goal > com.github.eirslett:frontend-maven-plugin:1.6:yarn (yarn-install) on > project docs: Failed to run task: 'yarn install --no-progress --force > --non-interactive --frozen-lockfile' failed. > org.apache.commons.exec.ExecuteException: Process exited with an > error: 1 (Exit value: 1) -> [Help 1] > ``` > > I can't access the gitlab hosted archive, instead it's redirecting > (HTTP 302) to Gitlab's login page. > > Any ideas about this error? > > Thanks in advance, > Gregor
