Skip to content

{system}[GCCcore/11.2.0] strace v5.14#14381

Merged
bedroge merged 3 commits intoeasybuilders:developfrom
SebastianAchilles:20211118220921_new_pr_strace514
Jul 4, 2023
Merged

{system}[GCCcore/11.2.0] strace v5.14#14381
bedroge merged 3 commits intoeasybuilders:developfrom
SebastianAchilles:20211118220921_new_pr_strace514

Conversation

@SebastianAchilles
Copy link
Copy Markdown
Member

(created using eb --new-pr)

@SebastianAchilles SebastianAchilles added this to the 4.x milestone Nov 18, 2021
@SebastianAchilles
Copy link
Copy Markdown
Member Author

Test report by @SebastianAchilles
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
jsfc01.int.jusuf.sebastian.cluster - Linux rocky linux 8.4, x86_64, AMD EPYC 7742 64-Core Processor (zen2), 1 x NVIDIA GRID V100-4C, 460.73.01, Python 3.6.8
See https://gist.github.com/5b1c7e3f817d2ca1b855757b71d1d453 for a full test report.

@SebastianAchilles
Copy link
Copy Markdown
Member Author

@boegelbot please test @ generoso

@boegelbot
Copy link
Copy Markdown
Collaborator

@SebastianAchilles: Request for testing this PR well received on login1

PR test command 'EB_PR=14381 EB_ARGS= /opt/software/slurm/bin/sbatch --job-name test_PR_14381 --ntasks=4 ~/boegelbot/eb_from_pr_upload_generoso.sh' executed!

  • exit code: 0
  • output:
Submitted batch job 7290

Test results coming soon (I hope)...

Details

- notification for comment with ID 973277640 processed

Message to humans: this is just bookkeeping information for me,
it is of no use to you (unless you think I have a bug, which I don't).

@boegelbot
Copy link
Copy Markdown
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
cns1 - Linux rocky linux 8.4, x86_64, Intel(R) Xeon(R) CPU E5-2667 v3 @ 3.20GHz (haswell), Python 3.6.8
See https://gist.github.com/d05796ddb4e585e049b6f1f3b5f8cdd0 for a full test report.

@SebastianAchilles
Copy link
Copy Markdown
Member Author

Test report by @SebastianAchilles
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
rocky8-eb - Linux rocky linux 8.4, x86_64, Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz (broadwell), Python 3.6.8
See https://gist.github.com/fca504644721d7f6a3a3d4d933d1faa9 for a full test report.

@bedroge
Copy link
Copy Markdown
Contributor

bedroge commented Nov 22, 2021

Test report by @bedroge
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
pg-interactive.hpc.rug.nl - Linux centos linux 7.9.2009, x86_64, Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz, Python 3.6.8
See https://gist.github.com/59029b056f404f6671bc802c1f1ee38e for a full test report.

Comment thread easybuild/easyconfigs/s/strace/strace-5.14-GCCcore-11.2.0.eb
@bedroge
Copy link
Copy Markdown
Contributor

bedroge commented Nov 30, 2021

@boegelbot please test @ generoso

@bedroge
Copy link
Copy Markdown
Contributor

bedroge commented Nov 30, 2021

Test report by @bedroge
FAILED
Build succeeded for 0 out of 1 (1 easyconfigs in total)
bob-Latitude-5300 - Linux Ubuntu 20.04, x86_64, Intel(R) Core(TM) i7-8665U CPU @ 1.90GHz, Python 3.8.10
See https://gist.github.com/a4d5d828b8198b2e8160faaf5e7ef09d for a full test report.

@bedroge
Copy link
Copy Markdown
Contributor

bedroge commented Nov 30, 2021

Test report by @bedroge
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
pg-interactive.hpc.rug.nl - Linux centos linux 7.9.2009, x86_64, Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz, Python 3.6.8
See https://gist.github.com/ffc4b1dc0140464492eb4f5c8f191fda for a full test report.

@boegelbot
Copy link
Copy Markdown
Collaborator

@bedroge: Request for testing this PR well received on login1

PR test command 'EB_PR=14381 EB_ARGS= /opt/software/slurm/bin/sbatch --job-name test_PR_14381 --ntasks=4 ~/boegelbot/eb_from_pr_upload_generoso.sh' executed!

  • exit code: 0
  • output:
Submitted batch job 7398

Test results coming soon (I hope)...

Details

- notification for comment with ID 982385603 processed

Message to humans: this is just bookkeeping information for me,
it is of no use to you (unless you think I have a bug, which I don't).

@boegelbot
Copy link
Copy Markdown
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
cns2 - Linux rocky linux 8.4, x86_64, Intel(R) Xeon(R) CPU E5-2667 v3 @ 3.20GHz (haswell), Python 3.6.8
See https://gist.github.com/34dee290329371f6c6bced2028d01e04 for a full test report.

@bedroge
Copy link
Copy Markdown
Contributor

bedroge commented Nov 30, 2021

@SebastianAchilles I'm getting the following error on an Ubuntu system:

checking for m32 personality compile support (using gcc -I/data/apps/software/binutils/2.37-GCCcore-11.2.0/include -I./bundled/linux/arch/x86/include/uapi -I./bundled/linux/include/uapi -Isrc  -m32)... no
checking whether to enable m32 personality support... no
configure: error: Cannot enable m32 personality support

https://www.linuxquestions.org/questions/slackware-14/regression-on-current-with-binutils-2-36-a-4175689373/

Adding --enable-mpers=check does solve the issue, but I'm not entirely sure what that does / if we need this functionality?

@boegel
Copy link
Copy Markdown
Member

boegel commented Dec 19, 2021

@SebastianAchilles I'm getting the following error on an Ubuntu system:

checking for m32 personality compile support (using gcc -I/data/apps/software/binutils/2.37-GCCcore-11.2.0/include -I./bundled/linux/arch/x86/include/uapi -I./bundled/linux/include/uapi -Isrc  -m32)... no
checking whether to enable m32 personality support... no
configure: error: Cannot enable m32 personality support

https://www.linuxquestions.org/questions/slackware-14/regression-on-current-with-binutils-2-36-a-4175689373/

Adding --enable-mpers=check does solve the issue, but I'm not entirely sure what that does / if we need this functionality?

That seems like it will conditionally build support for the mpers feature when it's possible?

Seems like a reasonable thing to include in the easyconfig...

@boegel
Copy link
Copy Markdown
Member

boegel commented Jul 4, 2023

@SebastianAchilles ping?

@SebastianAchilles
Copy link
Copy Markdown
Member Author

Test report by @SebastianAchilles
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
zen2-ubuntu-2204 - Linux Ubuntu 22.04.2 LTS (Jammy Jellyfish), x86_64, AMD EPYC 7452 32-Core Processor (zen2), Python 3.10.6
See https://gist.github.com/SebastianAchilles/4f3f96b382056556ef72efba398472b9 for a full test report.

@SebastianAchilles
Copy link
Copy Markdown
Member Author

Test report by @SebastianAchilles
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
skl-opensuse-155 - Linux openSUSE Leap 15.5, x86_64, Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz (skylake), Python 3.6.15
See https://gist.github.com/SebastianAchilles/d43ff4fb4574339829bd2e7c6bb8b21f for a full test report.

@SebastianAchilles
Copy link
Copy Markdown
Member Author

Test report by @SebastianAchilles
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
bwd-rockylinux-92 - Linux Rocky Linux 9.2 (Blue Onyx), x86_64, Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz (broadwell), Python 3.9.16
See https://gist.github.com/SebastianAchilles/40fd037ac731352c90c1e8f57e5e855d for a full test report.

@SebastianAchilles
Copy link
Copy Markdown
Member Author

Test report by @SebastianAchilles
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
zen2-rockylinux-88 - Linux Rocky Linux 8.8, x86_64, AMD EPYC 7452 32-Core Processor (zen2), Python 3.6.8
See https://gist.github.com/SebastianAchilles/1c6924416a74d8cc821b4082083321ec for a full test report.

@SebastianAchilles
Copy link
Copy Markdown
Member Author

Test report by @SebastianAchilles
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
skl-centos-79 - Linux CentOS Linux 7.9.2009, x86_64, Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz (skylake), Python 3.6.8
See https://gist.github.com/SebastianAchilles/5377cfd4e993d8d970ddf5af0ec481c9 for a full test report.

@SebastianAchilles
Copy link
Copy Markdown
Member Author

@boegelbot please test @ jsc-zen2

@boegelbot
Copy link
Copy Markdown
Collaborator

@SebastianAchilles: Request for testing this PR well received on jsczen2l1.int.jsc-zen2.easybuild-test.cluster

PR test command 'EB_PR=14381 EB_ARGS= /opt/software/slurm/bin/sbatch --mem-per-cpu=4000M --job-name test_PR_14381 --ntasks=8 ~/boegelbot/eb_from_pr_upload_jsc-zen2.sh' executed!

  • exit code: 0
  • output:
Submitted batch job 2950

Test results coming soon (I hope)...

Details

- notification for comment with ID 1620652147 processed

Message to humans: this is just bookkeeping information for me,
it is of no use to you (unless you think I have a bug, which I don't).

@boegelbot
Copy link
Copy Markdown
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
jsczen2g1.int.jsc-zen2.easybuild-test.cluster - Linux Rocky Linux 8.5, x86_64, AMD EPYC 7742 64-Core Processor (zen2), Python 3.6.8
See https://gist.github.com/boegelbot/c1b46057c3f3e8d21c56557cc7fbb8db for a full test report.

@bedroge
Copy link
Copy Markdown
Contributor

bedroge commented Jul 4, 2023

Test report by @bedroge
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
bob-Latitude-5300 - Linux Ubuntu 22.04, x86_64, Intel(R) Core(TM) i7-8665U CPU @ 1.90GHz, Python 3.10.6
See https://gist.github.com/bedroge/e1cc8437b5cbc9b4245aa8a4a658ff5e for a full test report.

@bedroge
Copy link
Copy Markdown
Contributor

bedroge commented Jul 4, 2023

@boegelbot please test @ generoso

Copy link
Copy Markdown
Contributor

@bedroge bedroge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@bedroge bedroge modified the milestones: 4.x, next release (4.7.3?) Jul 4, 2023
@boegelbot
Copy link
Copy Markdown
Collaborator

@bedroge: Request for testing this PR well received on login1

PR test command 'EB_PR=14381 EB_ARGS= EB_CONTAINER= /opt/software/slurm/bin/sbatch --job-name test_PR_14381 --ntasks=4 ~/boegelbot/eb_from_pr_upload_generoso.sh' executed!

  • exit code: 0
  • output:
Submitted batch job 11205

Test results coming soon (I hope)...

Details

- notification for comment with ID 1620734961 processed

Message to humans: this is just bookkeeping information for me,
it is of no use to you (unless you think I have a bug, which I don't).

@boegelbot
Copy link
Copy Markdown
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
cns1 - Linux Rocky Linux 8.5, x86_64, Intel(R) Xeon(R) CPU E5-2667 v3 @ 3.20GHz (haswell), Python 3.6.8
See https://gist.github.com/boegelbot/07e024beb42fe2b7cb5531c0a189fb79 for a full test report.

@bedroge
Copy link
Copy Markdown
Contributor

bedroge commented Jul 4, 2023

Going in, thanks @SebastianAchilles!

@bedroge bedroge merged commit 1bf52ae into easybuilders:develop Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants