Skip to content

add hook that copies the easybuild subdirectory of every installation to a central reprod directory #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Jul 15, 2025

Conversation

bedroge
Copy link
Contributor

@bedroge bedroge commented Jun 26, 2025

This implements two hooks that will improve the reproducibility of a stack: one that copies missing patches from extensions to $installdir/easybuild, and one that copies the entire $installdir/easybuild to stack_root/reprod/app_name/app_version/timestamp/.

See https://gitlab.com/eessi/support/-/issues/145#note_2437292887 for more details.

Still WIP, also because the post_easyblock_hook is not available yet and will be part of the next release (EB 5.1.1).

@bedroge bedroge marked this pull request as draft June 26, 2025 15:23
…only copy easybuild subdir with post_easyblock_hook
@bedroge
Copy link
Contributor Author

bedroge commented Jun 27, 2025

This should work now, but it needs a new EB release as it depends on easybuilders/easybuild-framework#4938 and easybuilders/easybuild-framework#4939.

@bedroge bedroge changed the title WIP: hooks for improving reproducibility add hook that copies the easybuild subdirectory of every installation to a central reprod directory Jul 7, 2025
@bedroge bedroge marked this pull request as ready for review July 7, 2025 09:48
@bedroge
Copy link
Contributor Author

bedroge commented Jul 7, 2025

Still needs EESSI/software-layer#1135 to be ingested first.

Copy link
Member

@ocaisa ocaisa left a comment

Choose a reason for hiding this comment

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

Looks good, just a tiny change needed

Co-authored-by: ocaisa <[email protected]>
@ocaisa
Copy link
Member

ocaisa commented Jul 8, 2025

@bedroge Can you add a temporary test build here to make sure this is working as expected?

@bedroge
Copy link
Contributor Author

bedroge commented Jul 8, 2025

bot: build repo:eessi.io-2023.06-software instance:eessi-bot-jsc architecture:aarch64/nvidia/grace

@eessi-bot-jsc
Copy link

eessi-bot-jsc bot commented Jul 8, 2025

New job on instance eessi-bot-jsc for CPU micro-architecture aarch64-nvidia-grace for repository eessi.io-2023.06-software in job dir /p/project1/ceasybuilders/eessibot/jobs/2025.07/pr_24/13867218

date job status comment
Jul 08 15:49:54 UTC 2025 submitted job id 13867218 awaits release by job manager
Jul 08 15:50:27 UTC 2025 released job awaits launch by Slurm scheduler
Jul 08 15:51:32 UTC 2025 running job 13867218 is running
Jul 08 15:54:45 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-13867218.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-aarch64-nvidia-grace-17519899910.tar.gzsize: 0 MiB (90034 bytes)
entries: 80
modules under 2023.06/software/linux/aarch64/nvidia/grace/modules/all
cowsay/3.04.lua
software under 2023.06/software/linux/aarch64/nvidia/grace/software
cowsay/3.04
other under 2023.06/software/linux/aarch64/nvidia/grace
2023.06/init/easybuild/eb_hooks.py
Jul 08 15:54:45 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-13867218.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case

@bedroge
Copy link
Contributor Author

bedroge commented Jul 8, 2025

@bedroge Can you add a temporary test build here to make sure this is working as expected?

Done for 2023.06. We can't test it for 2025.06 yet, as we first need to have some scripts and a module file in place.

@bedroge
Copy link
Contributor Author

bedroge commented Jul 8, 2025

If you'd really like to test 2025.06 as well, we should first deploy+merge #30.

@ocaisa
Copy link
Member

ocaisa commented Jul 8, 2025

It doesn't seem to work? No reprod directory in the tarball...

@bedroge
Copy link
Contributor Author

bedroge commented Jul 8, 2025

It doesn't seem to work? No reprod directory in the tarball...

I've disabled the hook for EESSI version 2023.06, as I didn't see much value in only doing that for new builds (we will have an incomplete reprod dir). On the other hand, it doesn't do any harm, so we could enable it?

(edit: the dummy build was just to prove that it doesn't break anything for 2023.06).

@ocaisa
Copy link
Member

ocaisa commented Jul 8, 2025

Argh, sorry, wasn't paying enough attention

@eessi-bot-deucalion
Copy link

eessi-bot-deucalion bot commented Jul 15, 2025

New job on instance eessi-bot-deucalion for CPU micro-architecture aarch64-a64fx for repository eessi.io-2023.06-software in job dir /home/eessibot/new-bot/jobs/2025.07/pr_24/492377

date job status comment
Jul 15 18:56:46 UTC 2025 submitted job id 492377 awaits release by job manager
Jul 15 18:57:35 UTC 2025 released job awaits launch by Slurm scheduler
Jul 15 18:58:38 UTC 2025 running job 492377 is running
Jul 15 19:04:54 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-492377.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-aarch64-a64fx-17526059940.tar.gzsize: 0 MiB (18049 bytes)
entries: 1
modules under 2023.06/software/linux/aarch64/a64fx/modules/all
no module files in tarball
software under 2023.06/software/linux/aarch64/a64fx/software
no software packages in tarball
reprod directories under 2023.06/software/linux/aarch64/a64fx/reprod
no reprod directories in tarball
other under 2023.06/software/linux/aarch64/a64fx
2023.06/init/easybuild/eb_hooks.py
Jul 15 19:04:54 UTC 2025 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ SKIP ] (1/9) Skipping test: nodes in this partition only have 30720 MiB memory available (per node) accodring to the current ReFrame configuration, but 49152 MiB is needed
[ SKIP ] (2/9) Skipping test: nodes in this partition only have 30720 MiB memory available (per node) accodring to the current ReFrame configuration, but 49152 MiB is needed
[ SKIP ] (3/9) Skipping test: nodes in this partition only have 30720 MiB memory available (per node) accodring to the current ReFrame configuration, but 49152 MiB is needed
[ SKIP ] (4/9) Skipping test: nodes in this partition only have 30720 MiB memory available (per node) accodring to the current ReFrame configuration, but 49152 MiB is needed
[ OK ] (5/9) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node /15cad6c4 @BotBuildTests:aarch64_a64fx+default
P: latency: 1.73 us (r:0, l:None, u:None)
[ OK ] (6/9) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node /6672deda @BotBuildTests:aarch64_a64fx+default
P: latency: 1.73 us (r:0, l:None, u:None)
[ OK ] (7/9) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node /2a9a47b1 @BotBuildTests:aarch64_a64fx+default
P: bandwidth: 8498.55 MB/s (r:0, l:None, u:None)
[ OK ] (8/9) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node /1b24ab8e @BotBuildTests:aarch64_a64fx+default
P: bandwidth: 8303.56 MB/s (r:0, l:None, u:None)
[ OK ] (9/9) EESSI_LAMMPS_lj %device_type=cpu %module_name=LAMMPS/2Aug2023_update2-foss-2023a-kokkos %scale=1_node /04ff9ece @BotBuildTests:aarch64_a64fx+default
P: perf: 582.611 timesteps/s (r:0, l:None, u:None)
[ PASSED ] Ran 5/9 test case(s) from 9 check(s) (0 failure(s), 4 skipped, 0 aborted)
Details
✅ job output file slurm-492377.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 15 19:24:00 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-a64fx-17526059940.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Jul 15, 2025

New job on instance eessi-bot-mc-aws for CPU micro-architecture x86_64-intel-skylake_avx512 for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2025.07/pr_24/76301

date job status comment
Jul 15 18:56:48 UTC 2025 submitted job id 76301 awaits release by job manager
Jul 15 18:57:39 UTC 2025 released job awaits launch by Slurm scheduler
Jul 15 19:08:02 UTC 2025 running job 76301 is running
Jul 15 19:12:49 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-76301.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-x86_64-intel-skylake_avx512-17526064840.tar.gzsize: 0 MiB (18044 bytes)
entries: 1
modules under 2023.06/software/linux/x86_64/intel/skylake_avx512/modules/all
no module files in tarball
software under 2023.06/software/linux/x86_64/intel/skylake_avx512/software
no software packages in tarball
reprod directories under 2023.06/software/linux/x86_64/intel/skylake_avx512/reprod
no reprod directories in tarball
other under 2023.06/software/linux/x86_64/intel/skylake_avx512
2023.06/init/easybuild/eb_hooks.py
Jul 15 19:12:49 UTC 2025 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ OK ] ( 1/10) EESSI_LAMMPS_lj %device_type=cpu %module_name=LAMMPS/29Aug2024-foss-2023b-kokkos %scale=1_node /aeb2d9df @BotBuildTests:x86_64_intel_skylake_avx512+default
P: perf: 434.584 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 2/10) EESSI_LAMMPS_lj %device_type=cpu %module_name=LAMMPS/2Aug2023_update2-foss-2023a-kokkos %scale=1_node /04ff9ece @BotBuildTests:x86_64_intel_skylake_avx512+default
P: perf: 455.846 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 3/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node %device_type=cpu /775175bf @BotBuildTests:x86_64_intel_skylake_avx512+default
P: latency: 1.78 us (r:0, l:None, u:None)
[ OK ] ( 4/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node %device_type=cpu /52707c40 @BotBuildTests:x86_64_intel_skylake_avx512+default
P: latency: 1.78 us (r:0, l:None, u:None)
[ OK ] ( 5/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node %device_type=cpu /b1aacda9 @BotBuildTests:x86_64_intel_skylake_avx512+default
P: latency: 3.42 us (r:0, l:None, u:None)
[ OK ] ( 6/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node %device_type=cpu /c6bad193 @BotBuildTests:x86_64_intel_skylake_avx512+default
P: latency: 3.6 us (r:0, l:None, u:None)
[ OK ] ( 7/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node /15cad6c4 @BotBuildTests:x86_64_intel_skylake_avx512+default
P: latency: 0.45 us (r:0, l:None, u:None)
[ OK ] ( 8/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node /6672deda @BotBuildTests:x86_64_intel_skylake_avx512+default
P: latency: 0.4 us (r:0, l:None, u:None)
[ OK ] ( 9/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node /2a9a47b1 @BotBuildTests:x86_64_intel_skylake_avx512+default
P: bandwidth: 10745.63 MB/s (r:0, l:None, u:None)
[ OK ] (10/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node /1b24ab8e @BotBuildTests:x86_64_intel_skylake_avx512+default
P: bandwidth: 10705.02 MB/s (r:0, l:None, u:None)
[ PASSED ] Ran 10/10 test case(s) from 10 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-76301.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 15 19:24:21 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-intel-skylake_avx512-17526064840.tar.gz to S3 bucket succeeded

@eessi-bot-jsc
Copy link

eessi-bot-jsc bot commented Jul 15, 2025

New job on instance eessi-bot-jsc for CPU micro-architecture aarch64-nvidia-grace for repository eessi.io-2023.06-software in job dir /p/project1/ceasybuilders/eessibot/jobs/2025.07/pr_24/13881701

date job status comment
Jul 15 18:56:51 UTC 2025 submitted job id 13881701 awaits release by job manager
Jul 15 18:57:46 UTC 2025 released job awaits launch by Slurm scheduler
Jul 15 18:58:50 UTC 2025 running job 13881701 is running
Jul 15 19:07:14 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-13881701.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-aarch64-nvidia-grace-17526060020.tar.gzsize: 0 MiB (18046 bytes)
entries: 1
modules under 2023.06/software/linux/aarch64/nvidia/grace/modules/all
no module files in tarball
software under 2023.06/software/linux/aarch64/nvidia/grace/software
no software packages in tarball
reprod directories under 2023.06/software/linux/aarch64/nvidia/grace/reprod
no reprod directories in tarball
other under 2023.06/software/linux/aarch64/nvidia/grace
2023.06/init/easybuild/eb_hooks.py
Jul 15 19:07:14 UTC 2025 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ SKIP ] ( 1/26) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] ( 2/26) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] ( 3/26) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] ( 4/26) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] ( 5/26) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] ( 6/26) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] ( 7/26) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] ( 8/26) Skipping GPU test : only 1 GPU available for this test case
[ OK ] ( 9/26) EESSI_LAMMPS_lj %device_type=cpu %module_name=LAMMPS/29Aug2024-foss-2023b-kokkos %scale=1_node /aeb2d9df @BotBuildTests:aarch64_nvidia_grace+default
P: perf: 1527.346 timesteps/s (r:0, l:None, u:None)
[ OK ] (10/26) EESSI_LAMMPS_lj %device_type=cpu %module_name=LAMMPS/2Aug2023_update2-foss-2023a-kokkos %scale=1_node /04ff9ece @BotBuildTests:aarch64_nvidia_grace+default
P: perf: 1531.581 timesteps/s (r:0, l:None, u:None)
[ OK ] (11/26) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node %device_type=cpu /775175bf @BotBuildTests:aarch64_nvidia_grace+default
P: latency: 4.77 us (r:0, l:None, u:None)
[ OK ] (12/26) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node %device_type=cpu /52707c40 @BotBuildTests:aarch64_nvidia_grace+default
P: latency: 4.8 us (r:0, l:None, u:None)
[ OK ] (13/26) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.5-gompi-2023b-CUDA-12.4.0 %scale=1_node %device_type=cpu /95ac9526 @BotBuildTests:aarch64_nvidia_grace+default
P: latency: 5.23 us (r:0, l:None, u:None)
[ OK ] (14/26) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023a-CUDA-12.1.1 %scale=1_node %device_type=cpu /1cff5d41 @BotBuildTests:aarch64_nvidia_grace+default
P: latency: 4.96 us (r:0, l:None, u:None)
[ OK ] (15/26) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node %device_type=cpu /b1aacda9 @BotBuildTests:aarch64_nvidia_grace+default
P: latency: 7.09 us (r:0, l:None, u:None)
[ OK ] (16/26) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node %device_type=cpu /c6bad193 @BotBuildTests:aarch64_nvidia_grace+default
P: latency: 7.08 us (r:0, l:None, u:None)
[ OK ] (17/26) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.5-gompi-2023b-CUDA-12.4.0 %scale=1_node %device_type=cpu /0edb8a95 @BotBuildTests:aarch64_nvidia_grace+default
P: latency: 8.33 us (r:0, l:None, u:None)
[ OK ] (18/26) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023a-CUDA-12.1.1 %scale=1_node %device_type=cpu /b2ab2213 @BotBuildTests:aarch64_nvidia_grace+default
P: latency: 8.65 us (r:0, l:None, u:None)
[ OK ] (19/26) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node /15cad6c4 @BotBuildTests:aarch64_nvidia_grace+default
P: latency: 0.49 us (r:0, l:None, u:None)
[ OK ] (20/26) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node /6672deda @BotBuildTests:aarch64_nvidia_grace+default
P: latency: 0.47 us (r:0, l:None, u:None)
[ OK ] (21/26) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.5-gompi-2023b-CUDA-12.4.0 %scale=1_node /8ec94746 @BotBuildTests:aarch64_nvidia_grace+default
P: latency: 0.52 us (r:0, l:None, u:None)
[ OK ] (22/26) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023a-CUDA-12.1.1 %scale=1_node /1a3a497b @BotBuildTests:aarch64_nvidia_grace+default
P: latency: 0.49 us (r:0, l:None, u:None)
[ OK ] (23/26) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node /2a9a47b1 @BotBuildTests:aarch64_nvidia_grace+default
P: bandwidth: 42041.7 MB/s (r:0, l:None, u:None)
[ OK ] (24/26) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node /1b24ab8e @BotBuildTests:aarch64_nvidia_grace+default
P: bandwidth: 40813.74 MB/s (r:0, l:None, u:None)
[ OK ] (25/26) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.5-gompi-2023b-CUDA-12.4.0 %scale=1_node /c9ca6dc1 @BotBuildTests:aarch64_nvidia_grace+default
P: bandwidth: 41247.3 MB/s (r:0, l:None, u:None)
[ OK ] (26/26) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023a-CUDA-12.1.1 %scale=1_node /17289b2f @BotBuildTests:aarch64_nvidia_grace+default
P: bandwidth: 42576.6 MB/s (r:0, l:None, u:None)
[ PASSED ] Ran 18/26 test case(s) from 26 check(s) (0 failure(s), 8 skipped, 0 aborted)
Details
✅ job output file slurm-13881701.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 15 19:24:04 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-nvidia-grace-17526060020.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Jul 15, 2025

New job on instance eessi-bot-mc-aws for CPU micro-architecture x86_64-intel-haswell for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2025.07/pr_24/76302

date job status comment
Jul 15 18:56:52 UTC 2025 submitted job id 76302 awaits release by job manager
Jul 15 18:57:34 UTC 2025 released job awaits launch by Slurm scheduler
Jul 15 19:06:48 UTC 2025 running job 76302 is running
Jul 15 19:11:38 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-76302.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-x86_64-intel-haswell-17526064300.tar.gzsize: 0 MiB (18044 bytes)
entries: 1
modules under 2023.06/software/linux/x86_64/intel/haswell/modules/all
no module files in tarball
software under 2023.06/software/linux/x86_64/intel/haswell/software
no software packages in tarball
reprod directories under 2023.06/software/linux/x86_64/intel/haswell/reprod
no reprod directories in tarball
other under 2023.06/software/linux/x86_64/intel/haswell
2023.06/init/easybuild/eb_hooks.py
Jul 15 19:11:38 UTC 2025 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ OK ] ( 1/10) EESSI_LAMMPS_lj %device_type=cpu %module_name=LAMMPS/29Aug2024-foss-2023b-kokkos %scale=1_node /aeb2d9df @BotBuildTests:x86_64_intel_haswell+default
P: perf: 389.824 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 2/10) EESSI_LAMMPS_lj %device_type=cpu %module_name=LAMMPS/2Aug2023_update2-foss-2023a-kokkos %scale=1_node /04ff9ece @BotBuildTests:x86_64_intel_haswell+default
P: perf: 395.52 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 3/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node %device_type=cpu /775175bf @BotBuildTests:x86_64_intel_haswell+default
P: latency: 2.7 us (r:0, l:None, u:None)
[ OK ] ( 4/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node %device_type=cpu /52707c40 @BotBuildTests:x86_64_intel_haswell+default
P: latency: 2.61 us (r:0, l:None, u:None)
[ OK ] ( 5/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node %device_type=cpu /b1aacda9 @BotBuildTests:x86_64_intel_haswell+default
P: latency: 3.6 us (r:0, l:None, u:None)
[ OK ] ( 6/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node %device_type=cpu /c6bad193 @BotBuildTests:x86_64_intel_haswell+default
P: latency: 3.95 us (r:0, l:None, u:None)
[ OK ] ( 7/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node /15cad6c4 @BotBuildTests:x86_64_intel_haswell+default
P: latency: 2.41 us (r:0, l:None, u:None)
[ OK ] ( 8/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node /6672deda @BotBuildTests:x86_64_intel_haswell+default
P: latency: 0.74 us (r:0, l:None, u:None)
[ OK ] ( 9/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node /2a9a47b1 @BotBuildTests:x86_64_intel_haswell+default
P: bandwidth: 11287.8 MB/s (r:0, l:None, u:None)
[ OK ] (10/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node /1b24ab8e @BotBuildTests:x86_64_intel_haswell+default
P: bandwidth: 11076.07 MB/s (r:0, l:None, u:None)
[ PASSED ] Ran 10/10 test case(s) from 10 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-76302.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 15 19:24:28 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-intel-haswell-17526064300.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Jul 15, 2025

New job on instance eessi-bot-mc-aws for CPU micro-architecture x86_64-intel-icelake for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2025.07/pr_24/76303

date job status comment
Jul 15 18:56:55 UTC 2025 submitted job id 76303 awaits release by job manager
Jul 15 18:57:37 UTC 2025 released job awaits launch by Slurm scheduler
Jul 15 19:06:50 UTC 2025 running job 76303 is running
Jul 15 19:10:26 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-76303.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-x86_64-intel-icelake-17526063870.tar.gzsize: 0 MiB (18044 bytes)
entries: 1
modules under 2023.06/software/linux/x86_64/intel/icelake/modules/all
no module files in tarball
software under 2023.06/software/linux/x86_64/intel/icelake/software
no software packages in tarball
reprod directories under 2023.06/software/linux/x86_64/intel/icelake/reprod
no reprod directories in tarball
other under 2023.06/software/linux/x86_64/intel/icelake
2023.06/init/easybuild/eb_hooks.py
Jul 15 19:10:26 UTC 2025 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ OK ] ( 1/10) EESSI_LAMMPS_lj %device_type=cpu %module_name=LAMMPS/29Aug2024-foss-2023b-kokkos %scale=1_node /aeb2d9df @BotBuildTests:x86_64_intel_icelake+default
P: perf: 538.657 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 2/10) EESSI_LAMMPS_lj %device_type=cpu %module_name=LAMMPS/2Aug2023_update2-foss-2023a-kokkos %scale=1_node /04ff9ece @BotBuildTests:x86_64_intel_icelake+default
P: perf: 584.93 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 3/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node %device_type=cpu /775175bf @BotBuildTests:x86_64_intel_icelake+default
P: latency: 1.53 us (r:0, l:None, u:None)
[ OK ] ( 4/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node %device_type=cpu /52707c40 @BotBuildTests:x86_64_intel_icelake+default
P: latency: 1.47 us (r:0, l:None, u:None)
[ OK ] ( 5/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node %device_type=cpu /b1aacda9 @BotBuildTests:x86_64_intel_icelake+default
P: latency: 3.24 us (r:0, l:None, u:None)
[ OK ] ( 6/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node %device_type=cpu /c6bad193 @BotBuildTests:x86_64_intel_icelake+default
P: latency: 3.22 us (r:0, l:None, u:None)
[ OK ] ( 7/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node /15cad6c4 @BotBuildTests:x86_64_intel_icelake+default
P: latency: 0.34 us (r:0, l:None, u:None)
[ OK ] ( 8/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node /6672deda @BotBuildTests:x86_64_intel_icelake+default
P: latency: 0.33 us (r:0, l:None, u:None)
[ OK ] ( 9/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node /2a9a47b1 @BotBuildTests:x86_64_intel_icelake+default
P: bandwidth: 12061.82 MB/s (r:0, l:None, u:None)
[ OK ] (10/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node /1b24ab8e @BotBuildTests:x86_64_intel_icelake+default
P: bandwidth: 13244.94 MB/s (r:0, l:None, u:None)
[ PASSED ] Ran 10/10 test case(s) from 10 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-76303.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 15 19:24:36 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-intel-icelake-17526063870.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Jul 15, 2025

New job on instance eessi-bot-mc-aws for CPU micro-architecture x86_64-intel-cascadelake for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2025.07/pr_24/76304

date job status comment
Jul 15 18:56:59 UTC 2025 submitted job id 76304 awaits release by job manager
Jul 15 18:57:32 UTC 2025 released job awaits launch by Slurm scheduler
Jul 15 19:05:39 UTC 2025 running job 76304 is running
Jul 15 19:10:24 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-76304.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-x86_64-intel-cascadelake-17526063670.tar.gzsize: 0 MiB (18043 bytes)
entries: 1
modules under 2023.06/software/linux/x86_64/intel/cascadelake/modules/all
no module files in tarball
software under 2023.06/software/linux/x86_64/intel/cascadelake/software
no software packages in tarball
reprod directories under 2023.06/software/linux/x86_64/intel/cascadelake/reprod
no reprod directories in tarball
other under 2023.06/software/linux/x86_64/intel/cascadelake
2023.06/init/easybuild/eb_hooks.py
Jul 15 19:10:24 UTC 2025 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ OK ] ( 1/10) EESSI_LAMMPS_lj %device_type=cpu %module_name=LAMMPS/29Aug2024-foss-2023b-kokkos %scale=1_node /aeb2d9df @BotBuildTests:x86_64_intel_cascadelake+default
P: perf: 406.739 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 2/10) EESSI_LAMMPS_lj %device_type=cpu %module_name=LAMMPS/2Aug2023_update2-foss-2023a-kokkos %scale=1_node /04ff9ece @BotBuildTests:x86_64_intel_cascadelake+default
P: perf: 427.818 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 3/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node %device_type=cpu /775175bf @BotBuildTests:x86_64_intel_cascadelake+default
P: latency: 1.9 us (r:0, l:None, u:None)
[ OK ] ( 4/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node %device_type=cpu /52707c40 @BotBuildTests:x86_64_intel_cascadelake+default
P: latency: 1.83 us (r:0, l:None, u:None)
[ OK ] ( 5/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node %device_type=cpu /b1aacda9 @BotBuildTests:x86_64_intel_cascadelake+default
P: latency: 3.53 us (r:0, l:None, u:None)
[ OK ] ( 6/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node %device_type=cpu /c6bad193 @BotBuildTests:x86_64_intel_cascadelake+default
P: latency: 3.7 us (r:0, l:None, u:None)
[ OK ] ( 7/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node /15cad6c4 @BotBuildTests:x86_64_intel_cascadelake+default
P: latency: 0.48 us (r:0, l:None, u:None)
[ OK ] ( 8/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node /6672deda @BotBuildTests:x86_64_intel_cascadelake+default
P: latency: 0.46 us (r:0, l:None, u:None)
[ OK ] ( 9/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node /2a9a47b1 @BotBuildTests:x86_64_intel_cascadelake+default
P: bandwidth: 10071.79 MB/s (r:0, l:None, u:None)
[ OK ] (10/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node /1b24ab8e @BotBuildTests:x86_64_intel_cascadelake+default
P: bandwidth: 10082.16 MB/s (r:0, l:None, u:None)
[ PASSED ] Ran 10/10 test case(s) from 10 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-76304.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 15 19:24:43 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-intel-cascadelake-17526063670.tar.gz to S3 bucket succeeded

@eessi-bot-deucalion
Copy link

eessi-bot-deucalion bot commented Jul 15, 2025

New job on instance eessi-bot-deucalion for CPU micro-architecture aarch64-a64fx for repository eessi.io-2025.06-software in job dir /home/eessibot/new-bot/jobs/2025.07/pr_24/492378

date job status comment
Jul 15 18:57:01 UTC 2025 submitted job id 492378 awaits release by job manager
Jul 15 18:57:32 UTC 2025 released job awaits launch by Slurm scheduler
Jul 15 18:58:40 UTC 2025 running job 492378 is running
Jul 15 18:59:44 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-492378.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2025.06-software-linux-aarch64-a64fx-17526058840.tar.gzsize: 0 MiB (18046 bytes)
entries: 1
modules under 2025.06/software/linux/aarch64/a64fx/modules/all
no module files in tarball
software under 2025.06/software/linux/aarch64/a64fx/software
no software packages in tarball
reprod directories under 2025.06/software/linux/aarch64/a64fx/reprod
no reprod directories in tarball
other under 2025.06/software/linux/aarch64/a64fx
2025.06/init/easybuild/eb_hooks.py
Jul 15 18:59:44 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-492378.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 15 19:23:53 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-aarch64-a64fx-17526058840.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Jul 15, 2025

New job on instance eessi-bot-mc-aws for CPU micro-architecture x86_64-intel-sapphirerapids for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2025.07/pr_24/76305

date job status comment
Jul 15 18:57:03 UTC 2025 submitted job id 76305 awaits release by job manager
Jul 15 18:57:41 UTC 2025 released job awaits launch by Slurm scheduler
Jul 15 19:09:13 UTC 2025 running job 76305 is running
Jul 15 19:13:58 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-76305.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-x86_64-intel-sapphirerapids-17526065500.tar.gzsize: 0 MiB (18044 bytes)
entries: 1
modules under 2023.06/software/linux/x86_64/intel/sapphirerapids/modules/all
no module files in tarball
software under 2023.06/software/linux/x86_64/intel/sapphirerapids/software
no software packages in tarball
reprod directories under 2023.06/software/linux/x86_64/intel/sapphirerapids/reprod
no reprod directories in tarball
other under 2023.06/software/linux/x86_64/intel/sapphirerapids
2023.06/init/easybuild/eb_hooks.py
Jul 15 19:13:58 UTC 2025 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ OK ] ( 1/10) EESSI_LAMMPS_lj %device_type=cpu %module_name=LAMMPS/29Aug2024-foss-2023b-kokkos %scale=1_node /aeb2d9df @BotBuildTests:x86_64_intel_sapphirerapids+default
P: perf: 597.268 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 2/10) EESSI_LAMMPS_lj %device_type=cpu %module_name=LAMMPS/2Aug2023_update2-foss-2023a-kokkos %scale=1_node /04ff9ece @BotBuildTests:x86_64_intel_sapphirerapids+default
P: perf: 629.119 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 3/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node %device_type=cpu /775175bf @BotBuildTests:x86_64_intel_sapphirerapids+default
P: latency: 1.92 us (r:0, l:None, u:None)
[ OK ] ( 4/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node %device_type=cpu /52707c40 @BotBuildTests:x86_64_intel_sapphirerapids+default
P: latency: 1.9 us (r:0, l:None, u:None)
[ OK ] ( 5/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node %device_type=cpu /b1aacda9 @BotBuildTests:x86_64_intel_sapphirerapids+default
P: latency: 4.57 us (r:0, l:None, u:None)
[ OK ] ( 6/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node %device_type=cpu /c6bad193 @BotBuildTests:x86_64_intel_sapphirerapids+default
P: latency: 4.04 us (r:0, l:None, u:None)
[ OK ] ( 7/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node /15cad6c4 @BotBuildTests:x86_64_intel_sapphirerapids+default
P: latency: 0.39 us (r:0, l:None, u:None)
[ OK ] ( 8/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node /6672deda @BotBuildTests:x86_64_intel_sapphirerapids+default
P: latency: 0.38 us (r:0, l:None, u:None)
[ OK ] ( 9/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node /2a9a47b1 @BotBuildTests:x86_64_intel_sapphirerapids+default
P: bandwidth: 13512.67 MB/s (r:0, l:None, u:None)
[ OK ] (10/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node /1b24ab8e @BotBuildTests:x86_64_intel_sapphirerapids+default
P: bandwidth: 13608.86 MB/s (r:0, l:None, u:None)
[ PASSED ] Ran 10/10 test case(s) from 10 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-76305.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 15 19:24:51 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-intel-sapphirerapids-17526065500.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Jul 15, 2025

New job on instance eessi-bot-mc-aws for CPU micro-architecture x86_64-generic for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2025.07/pr_24/76306

date job status comment
Jul 15 18:57:07 UTC 2025 submitted job id 76306 awaits release by job manager
Jul 15 18:57:30 UTC 2025 released job awaits launch by Slurm scheduler
Jul 15 19:04:29 UTC 2025 running job 76306 is running
Jul 15 19:09:16 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-76306.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-x86_64-generic-17526063050.tar.gzsize: 0 MiB (18043 bytes)
entries: 1
modules under 2023.06/software/linux/x86_64/generic/modules/all
no module files in tarball
software under 2023.06/software/linux/x86_64/generic/software
no software packages in tarball
reprod directories under 2023.06/software/linux/x86_64/generic/reprod
no reprod directories in tarball
other under 2023.06/software/linux/x86_64/generic
2023.06/init/easybuild/eb_hooks.py
Jul 15 19:09:16 UTC 2025 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ OK ] ( 1/10) EESSI_LAMMPS_lj %device_type=cpu %module_name=LAMMPS/29Aug2024-foss-2023b-kokkos %scale=1_node /aeb2d9df @BotBuildTests:x86_64_generic+default
P: perf: 414.499 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 2/10) EESSI_LAMMPS_lj %device_type=cpu %module_name=LAMMPS/2Aug2023_update2-foss-2023a-kokkos %scale=1_node /04ff9ece @BotBuildTests:x86_64_generic+default
P: perf: 437.806 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 3/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node %device_type=cpu /775175bf @BotBuildTests:x86_64_generic+default
P: latency: 3.24 us (r:0, l:None, u:None)
[ OK ] ( 4/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node %device_type=cpu /52707c40 @BotBuildTests:x86_64_generic+default
P: latency: 3.06 us (r:0, l:None, u:None)
[ OK ] ( 5/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node %device_type=cpu /b1aacda9 @BotBuildTests:x86_64_generic+default
P: latency: 5.63 us (r:0, l:None, u:None)
[ OK ] ( 6/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node %device_type=cpu /c6bad193 @BotBuildTests:x86_64_generic+default
P: latency: 5.92 us (r:0, l:None, u:None)
[ OK ] ( 7/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node /15cad6c4 @BotBuildTests:x86_64_generic+default
P: latency: 0.73 us (r:0, l:None, u:None)
[ OK ] ( 8/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node /6672deda @BotBuildTests:x86_64_generic+default
P: latency: 0.63 us (r:0, l:None, u:None)
[ OK ] ( 9/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node /2a9a47b1 @BotBuildTests:x86_64_generic+default
P: bandwidth: 10616.81 MB/s (r:0, l:None, u:None)
[ OK ] (10/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node /1b24ab8e @BotBuildTests:x86_64_generic+default
P: bandwidth: 10610.01 MB/s (r:0, l:None, u:None)
[ PASSED ] Ran 10/10 test case(s) from 10 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-76306.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 15 19:24:58 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-generic-17526063050.tar.gz to S3 bucket succeeded

@eessi-bot-jsc
Copy link

eessi-bot-jsc bot commented Jul 15, 2025

New job on instance eessi-bot-jsc for CPU micro-architecture aarch64-nvidia-grace for repository eessi.io-2025.06-software in job dir /p/project1/ceasybuilders/eessibot/jobs/2025.07/pr_24/13881702

date job status comment
Jul 15 18:57:10 UTC 2025 submitted job id 13881702 awaits release by job manager
Jul 15 18:57:42 UTC 2025 released job awaits launch by Slurm scheduler
Jul 15 18:58:53 UTC 2025 running job 13881702 is running
Jul 15 18:59:57 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-13881702.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2025.06-software-linux-aarch64-nvidia-grace-17526059230.tar.gzsize: 0 MiB (18044 bytes)
entries: 1
modules under 2025.06/software/linux/aarch64/nvidia/grace/modules/all
no module files in tarball
software under 2025.06/software/linux/aarch64/nvidia/grace/software
no software packages in tarball
reprod directories under 2025.06/software/linux/aarch64/nvidia/grace/reprod
no reprod directories in tarball
other under 2025.06/software/linux/aarch64/nvidia/grace
2025.06/init/easybuild/eb_hooks.py
Jul 15 18:59:57 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-13881702.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 15 19:23:55 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-aarch64-nvidia-grace-17526059230.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Jul 15, 2025

New job on instance eessi-bot-mc-aws for CPU micro-architecture aarch64-generic for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2025.07/pr_24/76307

date job status comment
Jul 15 18:57:11 UTC 2025 submitted job id 76307 awaits release by job manager
Jul 15 18:57:19 UTC 2025 released job awaits launch by Slurm scheduler
Jul 15 19:03:15 UTC 2025 running job 76307 is running
Jul 15 19:06:51 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-76307.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-aarch64-generic-17526061900.tar.gzsize: 0 MiB (18044 bytes)
entries: 1
modules under 2023.06/software/linux/aarch64/generic/modules/all
no module files in tarball
software under 2023.06/software/linux/aarch64/generic/software
no software packages in tarball
reprod directories under 2023.06/software/linux/aarch64/generic/reprod
no reprod directories in tarball
other under 2023.06/software/linux/aarch64/generic
2023.06/init/easybuild/eb_hooks.py
Jul 15 19:06:51 UTC 2025 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ OK ] ( 1/10) EESSI_LAMMPS_lj %device_type=cpu %module_name=LAMMPS/29Aug2024-foss-2023b-kokkos %scale=1_node /aeb2d9df @BotBuildTests:aarch64_generic+default
P: perf: 164.182 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 2/10) EESSI_LAMMPS_lj %device_type=cpu %module_name=LAMMPS/2Aug2023_update2-foss-2023a-kokkos %scale=1_node /04ff9ece @BotBuildTests:aarch64_generic+default
P: perf: 610.79 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 3/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node %device_type=cpu /775175bf @BotBuildTests:aarch64_generic+default
P: latency: 3.56 us (r:0, l:None, u:None)
[ OK ] ( 4/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node %device_type=cpu /52707c40 @BotBuildTests:aarch64_generic+default
P: latency: 3.2 us (r:0, l:None, u:None)
[ OK ] ( 5/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node %device_type=cpu /b1aacda9 @BotBuildTests:aarch64_generic+default
P: latency: 5.67 us (r:0, l:None, u:None)
[ OK ] ( 6/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node %device_type=cpu /c6bad193 @BotBuildTests:aarch64_generic+default
P: latency: 5.62 us (r:0, l:None, u:None)
[ OK ] ( 7/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node /15cad6c4 @BotBuildTests:aarch64_generic+default
P: latency: 0.46 us (r:0, l:None, u:None)
[ OK ] ( 8/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node /6672deda @BotBuildTests:aarch64_generic+default
P: latency: 0.44 us (r:0, l:None, u:None)
[ OK ] ( 9/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node /2a9a47b1 @BotBuildTests:aarch64_generic+default
P: bandwidth: 20672.88 MB/s (r:0, l:None, u:None)
[ OK ] (10/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node /1b24ab8e @BotBuildTests:aarch64_generic+default
P: bandwidth: 20587.02 MB/s (r:0, l:None, u:None)
[ PASSED ] Ran 10/10 test case(s) from 10 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-76307.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 15 19:25:06 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-generic-17526061900.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Jul 15, 2025

New job on instance eessi-bot-mc-aws for CPU micro-architecture aarch64-neoverse_n1 for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2025.07/pr_24/76308

date job status comment
Jul 15 18:57:15 UTC 2025 submitted job id 76308 awaits release by job manager
Jul 15 18:57:21 UTC 2025 released job awaits launch by Slurm scheduler
Jul 15 19:03:17 UTC 2025 running job 76308 is running
Jul 15 19:06:52 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-76308.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-aarch64-neoverse_n1-17526061910.tar.gzsize: 0 MiB (18043 bytes)
entries: 1
modules under 2023.06/software/linux/aarch64/neoverse_n1/modules/all
no module files in tarball
software under 2023.06/software/linux/aarch64/neoverse_n1/software
no software packages in tarball
reprod directories under 2023.06/software/linux/aarch64/neoverse_n1/reprod
no reprod directories in tarball
other under 2023.06/software/linux/aarch64/neoverse_n1
2023.06/init/easybuild/eb_hooks.py
Jul 15 19:06:52 UTC 2025 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ OK ] ( 1/10) EESSI_LAMMPS_lj %device_type=cpu %module_name=LAMMPS/29Aug2024-foss-2023b-kokkos %scale=1_node /aeb2d9df @BotBuildTests:aarch64_neoverse_n1+default
P: perf: 668.974 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 2/10) EESSI_LAMMPS_lj %device_type=cpu %module_name=LAMMPS/2Aug2023_update2-foss-2023a-kokkos %scale=1_node /04ff9ece @BotBuildTests:aarch64_neoverse_n1+default
P: perf: 669.696 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 3/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node %device_type=cpu /775175bf @BotBuildTests:aarch64_neoverse_n1+default
P: latency: 3.62 us (r:0, l:None, u:None)
[ OK ] ( 4/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node %device_type=cpu /52707c40 @BotBuildTests:aarch64_neoverse_n1+default
P: latency: 3.51 us (r:0, l:None, u:None)
[ OK ] ( 5/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node %device_type=cpu /b1aacda9 @BotBuildTests:aarch64_neoverse_n1+default
P: latency: 5.27 us (r:0, l:None, u:None)
[ OK ] ( 6/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node %device_type=cpu /c6bad193 @BotBuildTests:aarch64_neoverse_n1+default
P: latency: 5.29 us (r:0, l:None, u:None)
[ OK ] ( 7/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node /15cad6c4 @BotBuildTests:aarch64_neoverse_n1+default
P: latency: 0.48 us (r:0, l:None, u:None)
[ OK ] ( 8/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node /6672deda @BotBuildTests:aarch64_neoverse_n1+default
P: latency: 0.48 us (r:0, l:None, u:None)
[ OK ] ( 9/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node /2a9a47b1 @BotBuildTests:aarch64_neoverse_n1+default
P: bandwidth: 20629.4 MB/s (r:0, l:None, u:None)
[ OK ] (10/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node /1b24ab8e @BotBuildTests:aarch64_neoverse_n1+default
P: bandwidth: 20649.63 MB/s (r:0, l:None, u:None)
[ PASSED ] Ran 10/10 test case(s) from 10 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-76308.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 15 19:25:14 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-neoverse_n1-17526061910.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Jul 15, 2025

New job on instance eessi-bot-mc-aws for CPU micro-architecture aarch64-neoverse_v1 for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2025.07/pr_24/76309

date job status comment
Jul 15 18:57:19 UTC 2025 submitted job id 76309 awaits release by job manager
Jul 15 18:58:51 UTC 2025 released job awaits launch by Slurm scheduler
Jul 15 19:11:31 UTC 2025 running job 76309 is running
Jul 15 19:16:13 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-76309.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-aarch64-neoverse_v1-17526067170.tar.gzsize: 0 MiB (18042 bytes)
entries: 1
modules under 2023.06/software/linux/aarch64/neoverse_v1/modules/all
no module files in tarball
software under 2023.06/software/linux/aarch64/neoverse_v1/software
no software packages in tarball
reprod directories under 2023.06/software/linux/aarch64/neoverse_v1/reprod
no reprod directories in tarball
other under 2023.06/software/linux/aarch64/neoverse_v1
2023.06/init/easybuild/eb_hooks.py
Jul 15 19:16:13 UTC 2025 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ OK ] ( 1/10) EESSI_LAMMPS_lj %device_type=cpu %module_name=LAMMPS/29Aug2024-foss-2023b-kokkos %scale=1_node /aeb2d9df @BotBuildTests:aarch64_neoverse_v1+default
P: perf: 984.851 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 2/10) EESSI_LAMMPS_lj %device_type=cpu %module_name=LAMMPS/2Aug2023_update2-foss-2023a-kokkos %scale=1_node /04ff9ece @BotBuildTests:aarch64_neoverse_v1+default
P: perf: 987.574 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 3/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node %device_type=cpu /775175bf @BotBuildTests:aarch64_neoverse_v1+default
P: latency: 3.1 us (r:0, l:None, u:None)
[ OK ] ( 4/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node %device_type=cpu /52707c40 @BotBuildTests:aarch64_neoverse_v1+default
P: latency: 3.1 us (r:0, l:None, u:None)
[ OK ] ( 5/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node %device_type=cpu /b1aacda9 @BotBuildTests:aarch64_neoverse_v1+default
P: latency: 4.35 us (r:0, l:None, u:None)
[ OK ] ( 6/10) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node %device_type=cpu /c6bad193 @BotBuildTests:aarch64_neoverse_v1+default
P: latency: 4.21 us (r:0, l:None, u:None)
[ OK ] ( 7/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node /15cad6c4 @BotBuildTests:aarch64_neoverse_v1+default
P: latency: 0.39 us (r:0, l:None, u:None)
[ OK ] ( 8/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node /6672deda @BotBuildTests:aarch64_neoverse_v1+default
P: latency: 0.44 us (r:0, l:None, u:None)
[ OK ] ( 9/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node /2a9a47b1 @BotBuildTests:aarch64_neoverse_v1+default
P: bandwidth: 30566.14 MB/s (r:0, l:None, u:None)
[ OK ] (10/10) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node /1b24ab8e @BotBuildTests:aarch64_neoverse_v1+default
P: bandwidth: 37004.02 MB/s (r:0, l:None, u:None)
[ PASSED ] Ran 10/10 test case(s) from 10 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-76309.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 15 19:25:21 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-neoverse_v1-17526067170.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Jul 15, 2025

New job on instance eessi-bot-mc-aws for CPU micro-architecture x86_64-amd-zen2 for repository eessi.io-2025.06-software in job dir /project/def-users/SHARED/jobs/2025.07/pr_24/76310

date job status comment
Jul 15 18:57:24 UTC 2025 submitted job id 76310 awaits release by job manager
Jul 15 18:58:53 UTC 2025 released job awaits launch by Slurm scheduler
Jul 15 19:12:43 UTC 2025 running job 76310 is running
Jul 15 19:13:55 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-76310.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2025.06-software-linux-x86_64-amd-zen2-17526067650.tar.gzsize: 0 MiB (18043 bytes)
entries: 1
modules under 2025.06/software/linux/x86_64/amd/zen2/modules/all
no module files in tarball
software under 2025.06/software/linux/x86_64/amd/zen2/software
no software packages in tarball
reprod directories under 2025.06/software/linux/x86_64/amd/zen2/reprod
no reprod directories in tarball
other under 2025.06/software/linux/x86_64/amd/zen2
2025.06/init/easybuild/eb_hooks.py
Jul 15 19:13:55 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-76310.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 15 19:23:50 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-x86_64-amd-zen2-17526067650.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Jul 15, 2025

New job on instance eessi-bot-mc-aws for CPU micro-architecture x86_64-amd-zen3 for repository eessi.io-2025.06-software in job dir /project/def-users/SHARED/jobs/2025.07/pr_24/76311

date job status comment
Jul 15 18:57:28 UTC 2025 submitted job id 76311 awaits release by job manager
Jul 15 18:58:55 UTC 2025 released job awaits launch by Slurm scheduler
Jul 15 19:12:45 UTC 2025 running job 76311 is running
Jul 15 19:13:56 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-76311.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2025.06-software-linux-x86_64-amd-zen3-17526067600.tar.gzsize: 0 MiB (18042 bytes)
entries: 1
modules under 2025.06/software/linux/x86_64/amd/zen3/modules/all
no module files in tarball
software under 2025.06/software/linux/x86_64/amd/zen3/software
no software packages in tarball
reprod directories under 2025.06/software/linux/x86_64/amd/zen3/reprod
no reprod directories in tarball
other under 2025.06/software/linux/x86_64/amd/zen3
2025.06/init/easybuild/eb_hooks.py
Jul 15 19:13:56 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-76311.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 15 19:25:30 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-x86_64-amd-zen3-17526067600.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Jul 15, 2025

New job on instance eessi-bot-mc-aws for CPU micro-architecture x86_64-amd-zen4 for repository eessi.io-2025.06-software in job dir /project/def-users/SHARED/jobs/2025.07/pr_24/76312

date job status comment
Jul 15 18:57:32 UTC 2025 submitted job id 76312 awaits release by job manager
Jul 15 18:58:58 UTC 2025 released job awaits launch by Slurm scheduler
Jul 15 19:13:54 UTC 2025 running job 76312 is running
Jul 15 19:15:04 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-76312.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2025.06-software-linux-x86_64-amd-zen4-17526068170.tar.gzsize: 0 MiB (18042 bytes)
entries: 1
modules under 2025.06/software/linux/x86_64/amd/zen4/modules/all
no module files in tarball
software under 2025.06/software/linux/x86_64/amd/zen4/software
no software packages in tarball
reprod directories under 2025.06/software/linux/x86_64/amd/zen4/reprod
no reprod directories in tarball
other under 2025.06/software/linux/x86_64/amd/zen4
2025.06/init/easybuild/eb_hooks.py
Jul 15 19:15:04 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-76312.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 15 19:25:37 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-x86_64-amd-zen4-17526068170.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Jul 15, 2025

New job on instance eessi-bot-mc-aws for CPU micro-architecture x86_64-intel-skylake_avx512 for repository eessi.io-2025.06-software in job dir /project/def-users/SHARED/jobs/2025.07/pr_24/76313

date job status comment
Jul 15 18:57:35 UTC 2025 submitted job id 76313 awaits release by job manager
Jul 15 18:59:10 UTC 2025 released job awaits launch by Slurm scheduler
Jul 15 19:17:18 UTC 2025 running job 76313 is running
Jul 15 19:18:24 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-76313.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2025.06-software-linux-x86_64-intel-skylake_avx512-17526070320.tar.gzsize: 0 MiB (18042 bytes)
entries: 1
modules under 2025.06/software/linux/x86_64/intel/skylake_avx512/modules/all
no module files in tarball
software under 2025.06/software/linux/x86_64/intel/skylake_avx512/software
no software packages in tarball
reprod directories under 2025.06/software/linux/x86_64/intel/skylake_avx512/reprod
no reprod directories in tarball
other under 2025.06/software/linux/x86_64/intel/skylake_avx512
2025.06/init/easybuild/eb_hooks.py
Jul 15 19:18:24 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-76313.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 15 19:25:45 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-x86_64-intel-skylake_avx512-17526070320.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Jul 15, 2025

New job on instance eessi-bot-mc-aws for CPU micro-architecture x86_64-intel-haswell for repository eessi.io-2025.06-software in job dir /project/def-users/SHARED/jobs/2025.07/pr_24/76314

date job status comment
Jul 15 18:57:39 UTC 2025 submitted job id 76314 awaits release by job manager
Jul 15 18:59:05 UTC 2025 released job awaits launch by Slurm scheduler
Jul 15 19:16:10 UTC 2025 running job 76314 is running
Jul 15 19:17:21 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-76314.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2025.06-software-linux-x86_64-intel-haswell-17526069430.tar.gzsize: 0 MiB (18042 bytes)
entries: 1
modules under 2025.06/software/linux/x86_64/intel/haswell/modules/all
no module files in tarball
software under 2025.06/software/linux/x86_64/intel/haswell/software
no software packages in tarball
reprod directories under 2025.06/software/linux/x86_64/intel/haswell/reprod
no reprod directories in tarball
other under 2025.06/software/linux/x86_64/intel/haswell
2025.06/init/easybuild/eb_hooks.py
Jul 15 19:17:21 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-76314.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 15 19:25:53 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-x86_64-intel-haswell-17526069430.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Jul 15, 2025

New job on instance eessi-bot-mc-aws for CPU micro-architecture x86_64-intel-icelake for repository eessi.io-2025.06-software in job dir /project/def-users/SHARED/jobs/2025.07/pr_24/76315

date job status comment
Jul 15 18:57:43 UTC 2025 submitted job id 76315 awaits release by job manager
Jul 15 18:59:08 UTC 2025 released job awaits launch by Slurm scheduler
Jul 15 19:16:12 UTC 2025 running job 76315 is running
Jul 15 19:17:22 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-76315.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2025.06-software-linux-x86_64-intel-icelake-17526069390.tar.gzsize: 0 MiB (18042 bytes)
entries: 1
modules under 2025.06/software/linux/x86_64/intel/icelake/modules/all
no module files in tarball
software under 2025.06/software/linux/x86_64/intel/icelake/software
no software packages in tarball
reprod directories under 2025.06/software/linux/x86_64/intel/icelake/reprod
no reprod directories in tarball
other under 2025.06/software/linux/x86_64/intel/icelake
2025.06/init/easybuild/eb_hooks.py
Jul 15 19:17:22 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-76315.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 15 19:26:02 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-x86_64-intel-icelake-17526069390.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Jul 15, 2025

New job on instance eessi-bot-mc-aws for CPU micro-architecture x86_64-intel-cascadelake for repository eessi.io-2025.06-software in job dir /project/def-users/SHARED/jobs/2025.07/pr_24/76316

date job status comment
Jul 15 18:57:47 UTC 2025 submitted job id 76316 awaits release by job manager
Jul 15 18:59:03 UTC 2025 released job awaits launch by Slurm scheduler
Jul 15 19:16:07 UTC 2025 running job 76316 is running
Jul 15 19:17:19 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-76316.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2025.06-software-linux-x86_64-intel-cascadelake-17526069430.tar.gzsize: 0 MiB (18043 bytes)
entries: 1
modules under 2025.06/software/linux/x86_64/intel/cascadelake/modules/all
no module files in tarball
software under 2025.06/software/linux/x86_64/intel/cascadelake/software
no software packages in tarball
reprod directories under 2025.06/software/linux/x86_64/intel/cascadelake/reprod
no reprod directories in tarball
other under 2025.06/software/linux/x86_64/intel/cascadelake
2025.06/init/easybuild/eb_hooks.py
Jul 15 19:17:19 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-76316.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 15 19:26:10 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-x86_64-intel-cascadelake-17526069430.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Jul 15, 2025

New job on instance eessi-bot-mc-aws for CPU micro-architecture x86_64-intel-sapphirerapids for repository eessi.io-2025.06-software in job dir /project/def-users/SHARED/jobs/2025.07/pr_24/76317

date job status comment
Jul 15 18:57:50 UTC 2025 submitted job id 76317 awaits release by job manager
Jul 15 18:59:12 UTC 2025 released job awaits launch by Slurm scheduler
Jul 15 19:19:27 UTC 2025 running job 76317 is running
Jul 15 19:20:28 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-76317.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2025.06-software-linux-x86_64-intel-sapphirerapids-17526071510.tar.gzsize: 0 MiB (18042 bytes)
entries: 1
modules under 2025.06/software/linux/x86_64/intel/sapphirerapids/modules/all
no module files in tarball
software under 2025.06/software/linux/x86_64/intel/sapphirerapids/software
no software packages in tarball
reprod directories under 2025.06/software/linux/x86_64/intel/sapphirerapids/reprod
no reprod directories in tarball
other under 2025.06/software/linux/x86_64/intel/sapphirerapids
2025.06/init/easybuild/eb_hooks.py
Jul 15 19:20:28 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-76317.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 15 19:26:18 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-x86_64-intel-sapphirerapids-17526071510.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Jul 15, 2025

New job on instance eessi-bot-mc-aws for CPU micro-architecture x86_64-generic for repository eessi.io-2025.06-software in job dir /project/def-users/SHARED/jobs/2025.07/pr_24/76318

date job status comment
Jul 15 18:57:54 UTC 2025 submitted job id 76318 awaits release by job manager
Jul 15 18:59:00 UTC 2025 released job awaits launch by Slurm scheduler
Jul 15 19:15:03 UTC 2025 running job 76318 is running
Jul 15 19:16:15 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-76318.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2025.06-software-linux-x86_64-generic-17526068820.tar.gzsize: 0 MiB (18041 bytes)
entries: 1
modules under 2025.06/software/linux/x86_64/generic/modules/all
no module files in tarball
software under 2025.06/software/linux/x86_64/generic/software
no software packages in tarball
reprod directories under 2025.06/software/linux/x86_64/generic/reprod
no reprod directories in tarball
other under 2025.06/software/linux/x86_64/generic
2025.06/init/easybuild/eb_hooks.py
Jul 15 19:16:15 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-76318.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 15 19:26:26 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-x86_64-generic-17526068820.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Jul 15, 2025

New job on instance eessi-bot-mc-aws for CPU micro-architecture aarch64-generic for repository eessi.io-2025.06-software in job dir /project/def-users/SHARED/jobs/2025.07/pr_24/76319

date job status comment
Jul 15 18:57:58 UTC 2025 submitted job id 76319 awaits release by job manager
Jul 15 18:58:44 UTC 2025 released job awaits launch by Slurm scheduler
Jul 15 19:11:29 UTC 2025 running job 76319 is running
Jul 15 19:12:48 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-76319.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2025.06-software-linux-aarch64-generic-17526066430.tar.gzsize: 0 MiB (18042 bytes)
entries: 1
modules under 2025.06/software/linux/aarch64/generic/modules/all
no module files in tarball
software under 2025.06/software/linux/aarch64/generic/software
no software packages in tarball
reprod directories under 2025.06/software/linux/aarch64/generic/reprod
no reprod directories in tarball
other under 2025.06/software/linux/aarch64/generic
2025.06/init/easybuild/eb_hooks.py
Jul 15 19:12:48 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-76319.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 15 19:26:34 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-aarch64-generic-17526066430.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Jul 15, 2025

New job on instance eessi-bot-mc-aws for CPU micro-architecture aarch64-neoverse_n1 for repository eessi.io-2025.06-software in job dir /project/def-users/SHARED/jobs/2025.07/pr_24/76320

date job status comment
Jul 15 18:58:02 UTC 2025 submitted job id 76320 awaits release by job manager
Jul 15 18:58:47 UTC 2025 released job awaits launch by Slurm scheduler
Jul 15 19:10:19 UTC 2025 running job 76320 is running
Jul 15 19:11:35 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-76320.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2025.06-software-linux-aarch64-neoverse_n1-17526066130.tar.gzsize: 0 MiB (18042 bytes)
entries: 1
modules under 2025.06/software/linux/aarch64/neoverse_n1/modules/all
no module files in tarball
software under 2025.06/software/linux/aarch64/neoverse_n1/software
no software packages in tarball
reprod directories under 2025.06/software/linux/aarch64/neoverse_n1/reprod
no reprod directories in tarball
other under 2025.06/software/linux/aarch64/neoverse_n1
2025.06/init/easybuild/eb_hooks.py
Jul 15 19:11:35 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-76320.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 15 19:26:42 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-aarch64-neoverse_n1-17526066130.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Jul 15, 2025

New job on instance eessi-bot-mc-aws for CPU micro-architecture aarch64-neoverse_v1 for repository eessi.io-2025.06-software in job dir /project/def-users/SHARED/jobs/2025.07/pr_24/76321

date job status comment
Jul 15 18:58:06 UTC 2025 submitted job id 76321 awaits release by job manager
Jul 15 18:58:49 UTC 2025 released job awaits launch by Slurm scheduler
Jul 15 19:11:37 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-76321.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2025.06-software-linux-aarch64-neoverse_v1-17526066410.tar.gzsize: 0 MiB (18042 bytes)
entries: 1
modules under 2025.06/software/linux/aarch64/neoverse_v1/modules/all
no module files in tarball
software under 2025.06/software/linux/aarch64/neoverse_v1/software
no software packages in tarball
reprod directories under 2025.06/software/linux/aarch64/neoverse_v1/reprod
no reprod directories in tarball
other under 2025.06/software/linux/aarch64/neoverse_v1
2025.06/init/easybuild/eb_hooks.py
Jul 15 19:11:37 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-76321.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 15 19:26:51 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-aarch64-neoverse_v1-17526066410.tar.gz to S3 bucket succeeded

@casparvl
Copy link
Contributor

Oh, I was confused by this bot output:

other under 2025.06/software/linux/aarch64/a64fx
2025.06/init/easybuild/eb_hooks.py

but of course it is NOT in an arch-specific prefix, so we only needed to build it for one arch. No big deal, but we'll have to clean up staging PRs...

@casparvl casparvl merged commit 8cda179 into EESSI:main Jul 15, 2025
51 of 52 checks passed
@gpu-bot-ugent
Copy link

gpu-bot-ugent bot commented Jul 15, 2025

PR merged! Moved [] to /scratch/gent/vo/002/gvo00211/SHARED/trash_bin/EESSI/software-layer-scripts/2025.07.15

@bedroge bedroge deleted the reprod_hook branch July 16, 2025 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants