Re: whatever happened to python3 from our yetus runs?

2024-05-02 Thread Ayush Saxena
Hi Steve,
I think you are talking about the maven site failing right? The logs
here [1] (read the link, it has windows)
Check the very first few lines & the answer is there :-)

```

[INFO] 
[INFO] Detecting the operating system and CPU architecture
[INFO] 
[INFO] os.detected.name: windows
[INFO] os.detected.arch: x86_64
[INFO] os.detected.bitness: 64
[INFO] os.detected.version: 10.0
[INFO] os.detected.version.major: 10
[INFO] os.detected.version.minor: 0
[INFO] os.detected.classifier: windows-x86_64
[INFO] 

```

This is the windows build result, so, the windows precommit is
misconfigured, it is disabled now I believe. It doesn't run the tests
either. So, please ask the author of the PR to maybe rebase & push
again to get a run from the regular CI, which will run the tests as
well.

btw. post that the normal CI would also report failures & not run all
the tests due to that surefire upgrade, I think it doesn't run test
post hadoop-hdfs module, the fork crashes or something like that

Good Luck!!!

-Ayush

[1] 
https://ci-hadoop.apache.org/job/hadoop-multibranch-windows-10/job/PR-6755/4/artifact/out/patch-mvnsite-root.txt


On Thu, 2 May 2024 at 19:35, Steve Loughran  wrote:
>
> builds seem to be failing as python isn't there any more., e.g
> https://github.com/apache/hadoop/pull/6755:
>
> [INFO] --- exec-maven-plugin:1.3.1:exec (shelldocs) @ hadoop-common ---
> tar: apache-yetus-0.14.0/lib/precommit/qbt.sh: Cannot create symlink
> to 'test-patch.sh': No such file or directory
> tar: Exiting with failure status due to previous errors
> /usr/bin/env: 'python3': No such file or directory

-
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org



whatever happened to python3 from our yetus runs?

2024-05-02 Thread Steve Loughran
builds seem to be failing as python isn't there any more., e.g
https://github.com/apache/hadoop/pull/6755:

[INFO] --- exec-maven-plugin:1.3.1:exec (shelldocs) @ hadoop-common ---
tar: apache-yetus-0.14.0/lib/precommit/qbt.sh: Cannot create symlink
to 'test-patch.sh': No such file or directory
tar: Exiting with failure status due to previous errors
/usr/bin/env: 'python3': No such file or directory