Skip to content

Conversation

@boegel
Copy link
Contributor

@boegel boegel commented Aug 26, 2025

Build of OpenMPI/5.0.3-GCC-13.3.0 is failing due to having a too recent Automake included in the EESSI 2025.06 compat layer.
So rather than filtering Autotools & co, we could provide them through EasyBuild instead and retain control.
No big downside of doing that, since these are just build dependencies...

Making all in include
make[2]: Entering directory '/tmp/eessibot/easybuild/build/OpenMPI/5.0.3/GCC-13.3.0/openmpi-5.0.3/ompi/include'
 cd ../.. && /bin/bash /tmp/eessibot/easybuild/build/OpenMPI/5.0.3/GCC-13.3.0/openmpi-5.0.3/config/missing automake-1.16 --foreign ompi/include/Makefile
/tmp/eessibot/easybuild/build/OpenMPI/5.0.3/GCC-13.3.0/openmpi-5.0.3/config/missing: line 81: automake-1.16: command not found
WARNING: 'automake-1.16' is missing on your system.
         You should only need it if you modified 'Makefile.am' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'automake' program is part of the GNU Automake package:
         <https://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <https://www.gnu.org/software/autoconf>
         <https://www.gnu.org/software/m4/>
         <https://www.perl.org/>
make[2]: *** [Makefile:1492: Makefile.in] Error 127
make[2]: Leaving directory '/tmp/eessibot/easybuild/build/OpenMPI/5.0.3/GCC-13.3.0/openmpi-5.0.3/ompi/include'
make[1]: *** [Makefile:2799: all-recursive] Error 1
make[1]: Leaving directory '/tmp/eessibot/easybuild/build/OpenMPI/5.0.3/GCC-13.3.0/openmpi-5.0.3/ompi'
make: *** [Makefile:1533: all-recursive] Error 1

@boegel boegel added the 2025.06-software.eessi.io 2025.06 version of software.eessi.io label Aug 26, 2025
@boegel

This comment was marked as outdated.

@eessi-bot-aws

This comment was marked as outdated.

@eessi-bot-deucalion

This comment was marked as outdated.

@bedroge
Copy link
Contributor

bedroge commented Aug 26, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software Building on: amd-zen2 Building for: x86_64/amd/zen2 Job dir: /project/def-users/SHARED/jobs/2025.08/pr_74/85600

date job status comment
Aug 26 10:39:46 UTC 2025 submitted job id 85600 awaits release by job manager
Aug 26 10:40:35 UTC 2025 released job awaits launch by Slurm scheduler
Aug 26 10:45:37 UTC 2025 running job 85600 is running
Aug 26 11:52:00 UTC 2025 finished
😢 FAILURE (click triangle for details)
Aug 26 11:52:00 UTC 2025 test result
😁 SUCCESS (click triangle for details)

The OpenMPI build for 2023.06 actually worked fine, but you're running into the same issue that I just ran into in another PR (#60): you can't build for both 2023.06 and 2025.06 at the same time, as the 2023.06 job will also pick up the 2025.06 easystack and vice versa. So you'll have to do them one by one if you want to test both versions.

@boegel
Copy link
Contributor Author

boegel commented Aug 26, 2025

The OpenMPI build for 2023.06 actually worked fine, but you're running into the same issue that I just ran into in another PR (#60): you can't build for both 2023.06 and 2025.06 at the same time, as the 2023.06 job will also pick up the 2025.06 easystack and vice versa. So you'll have to do them one by one if you want to test both versions.

Ah, maybe we can fix that too while we're at it?

Should be possible to avoid, perhaps...

edit: should be fixed in 8e88eb5 (which is mostly extra indentation)

@boegel

This comment was marked as outdated.

@eessi-bot-aws

This comment was marked as outdated.

@eessi-bot-deucalion

This comment was marked as outdated.

@boegel

This comment was marked as outdated.

@boegel boegel force-pushed the autotools_EESSI_2025.06 branch from 4c20d4c to 3520e91 Compare August 26, 2025 19:22
@boegel

This comment was marked as outdated.

@eessi-bot-aws

This comment was marked as outdated.

@eessi-bot-deucalion

This comment was marked as outdated.

@boegel
Copy link
Contributor Author

boegel commented Aug 27, 2025

When Automake & co are not filtered, the configure step for numactl-2.0.18-GCCcore-13.3.0.eb (in which autogen.sh is run first) fails with:

Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined
Makefile.am:9:   The usual way to define 'LIBTOOL' is to add 'LT_INIT'
Makefile.am:9:   to 'configure.ac' and run 'aclocal' and 'autoconf' again.
Makefile.am:9:   If 'LT_INIT' is in 'configure.ac', make sure
Makefile.am:9:   its definition is in aclocal's search path.
Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
autoreconf: error: automake failed with exit status: 1

Also, the (rebuild) of OpenMPI-4.1.6-GCC-13.2.0.eb fails with:

make[3]: *** [Makefile:2785: palltoallv_f.lo] Error 1

Can't seem to spot what's causing this error though... :-/

@boegel boegel force-pushed the autotools_EESSI_2025.06 branch from 3520e91 to 3f6f711 Compare August 27, 2025 07:16
@boegel
Copy link
Contributor Author

boegel commented Aug 27, 2025

bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws for:arch=x86_64/amd/zen2
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-deucalion for:arch=aarch64/a64fx

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Aug 27, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: amd-zen2
Building for: x86_64/amd/zen2
Job dir: /project/def-users/SHARED/jobs/2025.08/pr_74/85824

date job status comment
Aug 27 07:17:14 UTC 2025 submitted job id 85824 awaits release by job manager
Aug 27 07:17:39 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 07:23:41 UTC 2025 running job 85824 is running
Aug 27 08:29:54 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-85824.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-amd-zen2-17562831790.tar.gzsize: 4 MiB (4726165 bytes)
entries: 1235
modules under 2023.06/software/linux/x86_64/amd/zen2/modules/all
EESSI-extend/2023.06-easybuild.lua
OpenMPI/4.1.6-GCC-13.2.0.lua
software under 2023.06/software/linux/x86_64/amd/zen2/software
EESSI-extend/2023.06-easybuild
OpenMPI/4.1.6-GCC-13.2.0
reprod directories under 2023.06/software/linux/x86_64/amd/zen2/reprod
no reprod directories in tarball
other under 2023.06/software/linux/x86_64/amd/zen2
no other files in tarball
Aug 27 08:29:54 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_amd_zen2+default
P: perf: 435.768 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_amd_zen2+default
P: perf: 447.918 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_amd_zen2+default
P: latency: 1.91 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_amd_zen2+default
P: latency: 2.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:x86_64_amd_zen2+default
P: latency: 3.96 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_amd_zen2+default
P: latency: 5.16 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_amd_zen2+default
P: latency: 0.57 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_amd_zen2+default
P: latency: 0.55 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_amd_zen2+default
P: bandwidth: 7368.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_amd_zen2+default
P: bandwidth: 7209.21 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-85824.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case

@eessi-bot-deucalion
Copy link

eessi-bot-deucalion bot commented Aug 27, 2025

New job on instance eessi-bot-deucalion for repository eessi.io-2025.06-software
Building on: a64fx
Building for: aarch64/a64fx
Job dir: /home/eessibot/new-bot/jobs/2025.08/pr_74/524300

date job status comment
Aug 27 07:17:16 UTC 2025 submitted job id 524300 awaits release by job manager
Aug 27 07:17:25 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 07:18:28 UTC 2025 running job 524300 is running
Aug 27 11:38:54 UTC 2025 finished
😢 FAILURE (click triangle for details)
Details
✅ job output file slurm-524300.out
✅ no message matching FATAL:
❌ found message matching ERROR:
✅ no message matching FAILED:
❌ found message matching required modules missing:
❌ no message matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
No artefacts were created or found.
Aug 27 11:38:54 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-524300.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case

@bedroge
Copy link
Contributor

bedroge commented Aug 27, 2025

1 out of 32 required modules missing:

* M4/1.4.19 (M4-1.4.19.eb)

I guess we may have to explicitly add that to the easystack to make sure it's built?

@boegel
Copy link
Contributor Author

boegel commented Aug 27, 2025

1 out of 32 required modules missing:

* M4/1.4.19 (M4-1.4.19.eb)

I guess we may have to explicitly add that to the easystack to make sure it's built?

That's probably because M4 is listed as a build dependency for GCCcore, but when that got installed M4 was still being filtered out as dependency.

So either we explicitly list that so it gets installed (which is enough, since this is only a build dependency), or we make some kind of exception in our hooks. I would go with the former, but that's out of scope of this PR.

What matters is that the test with OpenMPI/5.0.3-GCC-13.3.0 worked: that installation completed in job 524300, so the fix proposed here works.

I'll get rid of the test easystack files, and re-trigger a build of the EESSI-extend modules (also for 2023.06, since the order in $EASYBUILD_FILTER_DEPS has changed for that version...).

@boegel boegel force-pushed the autotools_EESSI_2025.06 branch from 3f6f711 to 8e88eb5 Compare August 27, 2025 18:17
@boegel
Copy link
Contributor Author

boegel commented Aug 27, 2025

bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws for:arch=x86_64/generic
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws for:arch=x86_64/amd/zen2
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws for:arch=x86_64/amd/zen3
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws for:arch=x86_64/amd/zen4
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws for:arch=x86_64/intel/haswell
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws for:arch=x86_64/intel/skylake_avx512
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws for:arch=x86_64/intel/icelake
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws for:arch=x86_64/intel/cascadelake
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws for:arch=x86_64/intel/sapphirerapids
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws for:arch=aarch64/generic
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws for:arch=aarch64/neoverse_n1
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws for:arch=aarch64/neoverse_v1
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-jsc for:arch=aarch64/nvidia/grace
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-deucalion for:arch=aarch64/a64fx

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Aug 27, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: generic
Building for: x86_64/generic
Job dir: /project/def-users/SHARED/jobs/2025.08/pr_74/85827

date job status comment
Aug 27 18:18:13 UTC 2025 submitted job id 85827 awaits release by job manager
Aug 27 18:18:48 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 18:24:13 UTC 2025 running job 85827 is running
Aug 27 18:27:04 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-85827.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-17563190860.tar.gzsize: 0 MiB (50804 bytes)
entries: 13
modules under 2023.06/software/linux/x86_64/generic/modules/all
EESSI-extend/2023.06-easybuild.lua
software under 2023.06/software/linux/x86_64/generic/software
EESSI-extend/2023.06-easybuild
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
no other files in tarball
Aug 27 18:27:04 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: 418.017 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: 429.886 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.11 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.04 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.65 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.93 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.61 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.72 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: 10550.11 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: 10698.31 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-85827.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Aug 27 20:37:29 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-generic-17563190860.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Aug 27, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: amd-zen2
Building for: x86_64/amd/zen2
Job dir: /project/def-users/SHARED/jobs/2025.08/pr_74/85828

date job status comment
Aug 27 18:18:17 UTC 2025 submitted job id 85828 awaits release by job manager
Aug 27 18:18:41 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 18:24:07 UTC 2025 running job 85828 is running
Aug 27 18:28:15 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-85828.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-amd-zen2-17563190730.tar.gzsize: 0 MiB (50662 bytes)
entries: 13
modules under 2023.06/software/linux/x86_64/amd/zen2/modules/all
EESSI-extend/2023.06-easybuild.lua
software under 2023.06/software/linux/x86_64/amd/zen2/software
EESSI-extend/2023.06-easybuild
reprod directories under 2023.06/software/linux/x86_64/amd/zen2/reprod
no reprod directories in tarball
other under 2023.06/software/linux/x86_64/amd/zen2
no other files in tarball
Aug 27 18:28:15 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_amd_zen2+default
P: perf: 437.295 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_amd_zen2+default
P: perf: 443.731 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_amd_zen2+default
P: latency: 1.83 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_amd_zen2+default
P: latency: 1.91 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_amd_zen2+default
P: latency: 3.9 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_amd_zen2+default
P: latency: 4.25 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_amd_zen2+default
P: latency: 0.58 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_amd_zen2+default
P: latency: 0.58 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_amd_zen2+default
P: bandwidth: 7379.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_amd_zen2+default
P: bandwidth: 7320.9 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-85828.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Aug 27 20:37:21 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-amd-zen2-17563190730.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Aug 27, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: amd-zen3
Building for: x86_64/amd/zen3
Job dir: /project/def-users/SHARED/jobs/2025.08/pr_74/85829

date job status comment
Aug 27 18:18:20 UTC 2025 submitted job id 85829 awaits release by job manager
Aug 27 18:18:43 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 18:24:09 UTC 2025 running job 85829 is running
Aug 27 18:27:01 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-85829.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-amd-zen3-17563190590.tar.gzsize: 0 MiB (50646 bytes)
entries: 13
modules under 2023.06/software/linux/x86_64/amd/zen3/modules/all
EESSI-extend/2023.06-easybuild.lua
software under 2023.06/software/linux/x86_64/amd/zen3/software
EESSI-extend/2023.06-easybuild
reprod directories under 2023.06/software/linux/x86_64/amd/zen3/reprod
no reprod directories in tarball
other under 2023.06/software/linux/x86_64/amd/zen3
no other files in tarball
Aug 27 18:27:01 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_amd_zen3+default
P: perf: 518.807 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_amd_zen3+default
P: perf: 533.488 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_amd_zen3+default
P: latency: 1.21 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_amd_zen3+default
P: latency: 1.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_amd_zen3+default
P: latency: 2.07 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_amd_zen3+default
P: latency: 2.15 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_amd_zen3+default
P: latency: 0.27 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_amd_zen3+default
P: latency: 0.24 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_amd_zen3+default
P: bandwidth: 13580.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_amd_zen3+default
P: bandwidth: 13602.25 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-85829.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Aug 27 20:37:37 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-amd-zen3-17563190590.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Aug 27, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: intel-skylake_avx512
Building for: x86_64/intel/skylake_avx512
Job dir: /project/def-users/SHARED/jobs/2025.08/pr_74/85832

date job status comment
Aug 27 18:18:31 UTC 2025 submitted job id 85832 awaits release by job manager
Aug 27 18:18:56 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 18:25:52 UTC 2025 running job 85832 is running
Aug 27 18:29:30 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-85832.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-17563191750.tar.gzsize: 0 MiB (51108 bytes)
entries: 13
modules under 2023.06/software/linux/x86_64/intel/skylake_avx512/modules/all
EESSI-extend/2023.06-easybuild.lua
software under 2023.06/software/linux/x86_64/intel/skylake_avx512/software
EESSI-extend/2023.06-easybuild
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
no other files in tarball
Aug 27 18:29:30 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: 427.744 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: 449.107 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.77 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.79 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.36 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.74 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.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:x86_64_intel_skylake_avx512+default
P: bandwidth: 10677.44 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: 10702.68 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-85832.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Aug 27 20:38:00 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-intel-skylake_avx512-17563191750.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Aug 27, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: intel-icelake
Building for: x86_64/intel/icelake
Job dir: /project/def-users/SHARED/jobs/2025.08/pr_74/85833

date job status comment
Aug 27 18:18:35 UTC 2025 submitted job id 85833 awaits release by job manager
Aug 27 18:18:54 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 18:25:50 UTC 2025 running job 85833 is running
Aug 27 18:29:28 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-85833.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-17563191660.tar.gzsize: 0 MiB (50824 bytes)
entries: 13
modules under 2023.06/software/linux/x86_64/intel/icelake/modules/all
EESSI-extend/2023.06-easybuild.lua
software under 2023.06/software/linux/x86_64/intel/icelake/software
EESSI-extend/2023.06-easybuild
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
no other files in tarball
Aug 27 18:29:28 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: 544.435 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: 582.613 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: 3.14 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.48 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.04 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.12 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.35 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.32 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: 13594.21 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: 13568.92 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-85833.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Aug 27 20:38:08 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-intel-icelake-17563191660.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Aug 27, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: intel-cascadelake
Building for: x86_64/intel/cascadelake
Job dir: /project/def-users/SHARED/jobs/2025.08/pr_74/85834

date job status comment
Aug 27 18:18:38 UTC 2025 submitted job id 85834 awaits release by job manager
Aug 27 18:18:50 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 18:24:16 UTC 2025 running job 85834 is running
Aug 27 18:28:17 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-85834.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-17563190900.tar.gzsize: 0 MiB (50898 bytes)
entries: 13
modules under 2023.06/software/linux/x86_64/intel/cascadelake/modules/all
EESSI-extend/2023.06-easybuild.lua
software under 2023.06/software/linux/x86_64/intel/cascadelake/software
EESSI-extend/2023.06-easybuild
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
no other files in tarball
Aug 27 18:28:17 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: 404.75 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: 425.925 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.91 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.86 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.56 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.76 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.47 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.45 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: 10169.56 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: 10226.8 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-85834.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Aug 27 20:38:16 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-intel-cascadelake-17563190900.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Aug 27, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: intel-sapphirerapids
Building for: x86_64/intel/sapphirerapids
Job dir: /project/def-users/SHARED/jobs/2025.08/pr_74/85835

date job status comment
Aug 27 18:18:42 UTC 2025 submitted job id 85835 awaits release by job manager
Aug 27 18:20:05 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 18:29:26 UTC 2025 running job 85835 is running
Aug 27 18:33:05 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-85835.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-17563193640.tar.gzsize: 0 MiB (51082 bytes)
entries: 13
modules under 2023.06/software/linux/x86_64/intel/sapphirerapids/modules/all
EESSI-extend/2023.06-easybuild.lua
software under 2023.06/software/linux/x86_64/intel/sapphirerapids/software
EESSI-extend/2023.06-easybuild
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
no other files in tarball
Aug 27 18:33:05 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: 616.934 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: 654.024 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.85 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.81 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: 3.84 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.75 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.4 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.35 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: 13585.25 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: 13056.51 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-85835.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Aug 27 20:38:23 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-intel-sapphirerapids-17563193640.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Aug 27, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: generic
Building for: aarch64/generic
Job dir: /project/def-users/SHARED/jobs/2025.08/pr_74/85836

date job status comment
Aug 27 18:18:46 UTC 2025 submitted job id 85836 awaits release by job manager
Aug 27 18:19:58 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 18:28:07 UTC 2025 running job 85836 is running
Aug 27 18:31:50 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-85836.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-17563193040.tar.gzsize: 0 MiB (50614 bytes)
entries: 13
modules under 2023.06/software/linux/aarch64/generic/modules/all
EESSI-extend/2023.06-easybuild.lua
software under 2023.06/software/linux/aarch64/generic/software
EESSI-extend/2023.06-easybuild
reprod directories under 2023.06/software/linux/aarch64/generic/reprod
no reprod directories in tarball
other under 2023.06/software/linux/aarch64/generic
no other files in tarball
Aug 27 18:31:50 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: 701.405 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: 702.912 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.67 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.72 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.5 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.44 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.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: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: 20539.36 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: 20794.77 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-85836.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Aug 27 20:38:31 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-generic-17563193040.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Aug 27, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: neoverse_n1
Building for: aarch64/neoverse_n1
Job dir: /project/def-users/SHARED/jobs/2025.08/pr_74/85837

date job status comment
Aug 27 18:18:50 UTC 2025 submitted job id 85837 awaits release by job manager
Aug 27 18:20:01 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 18:28:10 UTC 2025 running job 85837 is running
Aug 27 18:31:51 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-85837.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-17563193050.tar.gzsize: 0 MiB (51221 bytes)
entries: 13
modules under 2023.06/software/linux/aarch64/neoverse_n1/modules/all
EESSI-extend/2023.06-easybuild.lua
software under 2023.06/software/linux/aarch64/neoverse_n1/software
EESSI-extend/2023.06-easybuild
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
no other files in tarball
Aug 27 18:31: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_neoverse_n1+default
P: perf: 663.522 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: 665.24 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.61 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.41 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.48 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.27 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.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_neoverse_n1+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_n1+default
P: bandwidth: 21013.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:aarch64_neoverse_n1+default
P: bandwidth: 20501.66 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-85837.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Aug 27 20:38:39 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-neoverse_n1-17563193050.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Aug 27, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: neoverse_v1
Building for: aarch64/neoverse_v1
Job dir: /project/def-users/SHARED/jobs/2025.08/pr_74/85838

date job status comment
Aug 27 18:18:53 UTC 2025 submitted job id 85838 awaits release by job manager
Aug 27 18:20:03 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 18:28:12 UTC 2025 running job 85838 is running
Aug 27 18:30:44 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-85838.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-17563193120.tar.gzsize: 0 MiB (51141 bytes)
entries: 13
modules under 2023.06/software/linux/aarch64/neoverse_v1/modules/all
EESSI-extend/2023.06-easybuild.lua
software under 2023.06/software/linux/aarch64/neoverse_v1/software
EESSI-extend/2023.06-easybuild
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
no other files in tarball
Aug 27 18:30:44 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: 986.609 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: 982.68 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.06 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.09 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.51 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.36 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.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:aarch64_neoverse_v1+default
P: latency: 0.42 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: 34893.16 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: 34420.59 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-85838.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Aug 27 20:38:47 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-neoverse_v1-17563193120.tar.gz to S3 bucket succeeded

@boegel
Copy link
Contributor Author

boegel commented Aug 27, 2025

bot: build repo:eessi.io-2025.06-software instance:eessi-bot-mc-aws for:arch=x86_64/generic
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-mc-aws for:arch=x86_64/amd/zen2
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-mc-aws for:arch=x86_64/amd/zen3
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-mc-aws for:arch=x86_64/amd/zen4
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-mc-aws for:arch=x86_64/intel/haswell
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-mc-aws for:arch=x86_64/intel/skylake_avx512
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-mc-aws for:arch=x86_64/intel/icelake
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-mc-aws for:arch=x86_64/intel/cascadelake
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-mc-aws for:arch=x86_64/intel/sapphirerapids
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-mc-aws for:arch=aarch64/generic
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-mc-aws for:arch=aarch64/neoverse_n1
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-mc-aws for:arch=aarch64/neoverse_v1
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-jsc for:arch=aarch64/nvidia/grace
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-deucalion for:arch=aarch64/a64fx

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Aug 27, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2025.06-software
Building on: generic
Building for: x86_64/generic
Job dir: /project/def-users/SHARED/jobs/2025.08/pr_74/85839

date job status comment
Aug 27 18:24:37 UTC 2025 submitted job id 85839 awaits release by job manager
Aug 27 18:25:30 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 18:33:00 UTC 2025 running job 85839 is running
Aug 27 18:34:07 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-85839.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-17563195860.tar.gzsize: 0 MiB (43858 bytes)
entries: 13
modules under 2025.06/software/linux/x86_64/generic/modules/all
EESSI-extend/2025.06-easybuild.lua
software under 2025.06/software/linux/x86_64/generic/software
EESSI-extend/2025.06-easybuild
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
no other files in tarball
Aug 27 18:34:07 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-85839.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Aug 27 20:38:55 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-x86_64-generic-17563195860.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Aug 27, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2025.06-software
Building on: amd-zen2
Building for: x86_64/amd/zen2
Job dir: /project/def-users/SHARED/jobs/2025.08/pr_74/85840

date job status comment
Aug 27 18:24:41 UTC 2025 submitted job id 85840 awaits release by job manager
Aug 27 18:25:23 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 18:30:39 UTC 2025 running job 85840 is running
Aug 27 18:31:55 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-85840.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-17563194360.tar.gzsize: 0 MiB (43733 bytes)
entries: 13
modules under 2025.06/software/linux/x86_64/amd/zen2/modules/all
EESSI-extend/2025.06-easybuild.lua
software under 2025.06/software/linux/x86_64/amd/zen2/software
EESSI-extend/2025.06-easybuild
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
no other files in tarball
Aug 27 18:31: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-85840.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Aug 27 20:39:03 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-x86_64-amd-zen2-17563194360.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Aug 27, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2025.06-software
Building on: amd-zen3
Building for: x86_64/amd/zen3
Job dir: /project/def-users/SHARED/jobs/2025.08/pr_74/85841

date job status comment
Aug 27 18:24:45 UTC 2025 submitted job id 85841 awaits release by job manager
Aug 27 18:25:25 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 18:30:42 UTC 2025 running job 85841 is running
Aug 27 18:31:57 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-85841.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-17563194570.tar.gzsize: 0 MiB (43639 bytes)
entries: 13
modules under 2025.06/software/linux/x86_64/amd/zen3/modules/all
EESSI-extend/2025.06-easybuild.lua
software under 2025.06/software/linux/x86_64/amd/zen3/software
EESSI-extend/2025.06-easybuild
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
no other files in tarball
Aug 27 18:31: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-85841.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Aug 27 20:39:12 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-x86_64-amd-zen3-17563194570.tar.gz to S3 bucket succeeded

@eessi-bot-deucalion
Copy link

eessi-bot-deucalion bot commented Aug 27, 2025

New job on instance eessi-bot-deucalion for repository eessi.io-2025.06-software
Building on: a64fx
Building for: aarch64/a64fx
Job dir: /home/eessibot/new-bot/jobs/2025.08/pr_74/525086

date job status comment
Aug 27 18:24:48 UTC 2025 submitted job id 525086 awaits release by job manager
Aug 27 18:25:25 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 18:26:29 UTC 2025 running job 525086 is running
Aug 27 18:30:42 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-525086.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-17563193760.tar.gzsize: 0 MiB (44791 bytes)
entries: 13
modules under 2025.06/software/linux/aarch64/a64fx/modules/all
EESSI-extend/2025.06-easybuild.lua
software under 2025.06/software/linux/aarch64/a64fx/software
EESSI-extend/2025.06-easybuild
reprod directories under 2025.06/software/linux/aarch64/a64fx/reprod
no reprod directories in tarball
other under 2025.06/software/linux/aarch64/a64fx
no other files in tarball
Aug 27 18:30:42 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-525086.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Aug 27 20:37:24 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-aarch64-a64fx-17563193760.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Aug 27, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2025.06-software
Building on: amd-zen4
Building for: x86_64/amd/zen4
Job dir: /project/def-users/SHARED/jobs/2025.08/pr_74/85842

date job status comment
Aug 27 18:24:49 UTC 2025 submitted job id 85842 awaits release by job manager
Aug 27 18:25:27 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 18:31:47 UTC 2025 running job 85842 is running
Aug 27 18:33:03 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-85842.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-17563195100.tar.gzsize: 0 MiB (43573 bytes)
entries: 13
modules under 2025.06/software/linux/x86_64/amd/zen4/modules/all
EESSI-extend/2025.06-easybuild.lua
software under 2025.06/software/linux/x86_64/amd/zen4/software
EESSI-extend/2025.06-easybuild
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
no other files in tarball
Aug 27 18:33:03 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-85842.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Aug 27 20:39:20 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-x86_64-amd-zen4-17563195100.tar.gz to S3 bucket succeeded

@eessi-bot-jsc
Copy link

eessi-bot-jsc bot commented Aug 27, 2025

New job on instance eessi-bot-jsc for repository eessi.io-2025.06-software
Building on: nvidia-grace
Building for: aarch64/nvidia/grace
Job dir: /p/project1/ceasybuilders/eessibot/jobs/2025.08/pr_74/14023396

date job status comment
Aug 27 18:24:52 UTC 2025 submitted job id 14023396 awaits release by job manager
Aug 27 18:25:55 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 18:27:00 UTC 2025 running job 14023396 is running
Aug 27 18:29:08 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-14023396.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-17563192540.tar.gzsize: 0 MiB (40204 bytes)
entries: 13
modules under 2025.06/software/linux/aarch64/nvidia/grace/modules/all
EESSI-extend/2025.06-easybuild.lua
software under 2025.06/software/linux/aarch64/nvidia/grace/software
EESSI-extend/2025.06-easybuild
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
no other files in tarball
Aug 27 18:29:08 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-14023396.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Aug 27 20:37:40 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-aarch64-nvidia-grace-17563192540.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Aug 27, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2025.06-software
Building on: intel-haswell
Building for: x86_64/intel/haswell
Job dir: /project/def-users/SHARED/jobs/2025.08/pr_74/85843

date job status comment
Aug 27 18:24:52 UTC 2025 submitted job id 85843 awaits release by job manager
Aug 27 18:25:34 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 18:34:10 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-85843.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-17563196370.tar.gzsize: 0 MiB (43913 bytes)
entries: 13
modules under 2025.06/software/linux/x86_64/intel/haswell/modules/all
EESSI-extend/2025.06-easybuild.lua
software under 2025.06/software/linux/x86_64/intel/haswell/software
EESSI-extend/2025.06-easybuild
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
no other files in tarball
Aug 27 18:34:10 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-85843.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Aug 27 20:39:28 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-x86_64-intel-haswell-17563196370.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Aug 27, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2025.06-software
Building on: intel-skylake_avx512
Building for: x86_64/intel/skylake_avx512
Job dir: /project/def-users/SHARED/jobs/2025.08/pr_74/85844

date job status comment
Aug 27 18:24:56 UTC 2025 submitted job id 85844 awaits release by job manager
Aug 27 18:25:39 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 18:36:17 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-85844.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-17563197560.tar.gzsize: 0 MiB (43551 bytes)
entries: 13
modules under 2025.06/software/linux/x86_64/intel/skylake_avx512/modules/all
EESSI-extend/2025.06-easybuild.lua
software under 2025.06/software/linux/x86_64/intel/skylake_avx512/software
EESSI-extend/2025.06-easybuild
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
no other files in tarball
Aug 27 18:36:17 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-85844.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Aug 27 20:39:36 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-x86_64-intel-skylake_avx512-17563197560.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Aug 27, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2025.06-software
Building on: intel-icelake
Building for: x86_64/intel/icelake
Job dir: /project/def-users/SHARED/jobs/2025.08/pr_74/85845

date job status comment
Aug 27 18:25:00 UTC 2025 submitted job id 85845 awaits release by job manager
Aug 27 18:25:36 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 18:35:12 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-85845.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-17563196880.tar.gzsize: 0 MiB (43837 bytes)
entries: 13
modules under 2025.06/software/linux/x86_64/intel/icelake/modules/all
EESSI-extend/2025.06-easybuild.lua
software under 2025.06/software/linux/x86_64/intel/icelake/software
EESSI-extend/2025.06-easybuild
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
no other files in tarball
Aug 27 18:35:12 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-85845.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Aug 27 20:39:44 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-x86_64-intel-icelake-17563196880.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Aug 27, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2025.06-software
Building on: intel-cascadelake
Building for: x86_64/intel/cascadelake
Job dir: /project/def-users/SHARED/jobs/2025.08/pr_74/85846

date job status comment
Aug 27 18:25:04 UTC 2025 submitted job id 85846 awaits release by job manager
Aug 27 18:25:32 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 18:33:03 UTC 2025 running job 85846 is running
Aug 27 18:34:09 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-85846.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-17563195810.tar.gzsize: 0 MiB (43250 bytes)
entries: 13
modules under 2025.06/software/linux/x86_64/intel/cascadelake/modules/all
EESSI-extend/2025.06-easybuild.lua
software under 2025.06/software/linux/x86_64/intel/cascadelake/software
EESSI-extend/2025.06-easybuild
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
no other files in tarball
Aug 27 18:34:09 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-85846.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Aug 27 20:39:52 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-x86_64-intel-cascadelake-17563195810.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Aug 27, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2025.06-software
Building on: intel-sapphirerapids
Building for: x86_64/intel/sapphirerapids
Job dir: /project/def-users/SHARED/jobs/2025.08/pr_74/85847

date job status comment
Aug 27 18:25:08 UTC 2025 submitted job id 85847 awaits release by job manager
Aug 27 18:25:41 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 18:36:15 UTC 2025 running job 85847 is running
Aug 27 18:37:18 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-85847.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-17563197890.tar.gzsize: 0 MiB (43474 bytes)
entries: 13
modules under 2025.06/software/linux/x86_64/intel/sapphirerapids/modules/all
EESSI-extend/2025.06-easybuild.lua
software under 2025.06/software/linux/x86_64/intel/sapphirerapids/software
EESSI-extend/2025.06-easybuild
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
no other files in tarball
Aug 27 18:37:18 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-85847.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Aug 27 20:40:00 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-x86_64-intel-sapphirerapids-17563197890.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Aug 27, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2025.06-software
Building on: generic
Building for: aarch64/generic
Job dir: /project/def-users/SHARED/jobs/2025.08/pr_74/85848

date job status comment
Aug 27 18:25:11 UTC 2025 submitted job id 85848 awaits release by job manager
Aug 27 18:25:18 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 18:29:27 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-85848.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-17563193390.tar.gzsize: 0 MiB (43755 bytes)
entries: 13
modules under 2025.06/software/linux/aarch64/generic/modules/all
EESSI-extend/2025.06-easybuild.lua
software under 2025.06/software/linux/aarch64/generic/software
EESSI-extend/2025.06-easybuild
reprod directories under 2025.06/software/linux/aarch64/generic/reprod
no reprod directories in tarball
other under 2025.06/software/linux/aarch64/generic
no other files in tarball
Aug 27 18:29:27 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-85848.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Aug 27 20:40:09 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-aarch64-generic-17563193390.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Aug 27, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2025.06-software
Building on: neoverse_n1
Building for: aarch64/neoverse_n1
Job dir: /project/def-users/SHARED/jobs/2025.08/pr_74/85849

date job status comment
Aug 27 18:25:15 UTC 2025 submitted job id 85849 awaits release by job manager
Aug 27 18:25:20 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 18:30:37 UTC 2025 running job 85849 is running
Aug 27 18:31:53 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-85849.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-17563194290.tar.gzsize: 0 MiB (44256 bytes)
entries: 13
modules under 2025.06/software/linux/aarch64/neoverse_n1/modules/all
EESSI-extend/2025.06-easybuild.lua
software under 2025.06/software/linux/aarch64/neoverse_n1/software
EESSI-extend/2025.06-easybuild
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
no other files in tarball
Aug 27 18:31:53 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-85849.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Aug 27 20:40:17 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-aarch64-neoverse_n1-17563194290.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Aug 27, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2025.06-software
Building on: neoverse_v1
Building for: aarch64/neoverse_v1
Job dir: /project/def-users/SHARED/jobs/2025.08/pr_74/85850

date job status comment
Aug 27 18:25:19 UTC 2025 submitted job id 85850 awaits release by job manager
Aug 27 18:26:55 UTC 2025 released job awaits launch by Slurm scheduler
Aug 27 19:29:26 UTC 2025 running job 85850 is running
Aug 27 19:30:27 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-85850.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-17563229890.tar.gzsize: 0 MiB (44205 bytes)
entries: 13
modules under 2025.06/software/linux/aarch64/neoverse_v1/modules/all
EESSI-extend/2025.06-easybuild.lua
software under 2025.06/software/linux/aarch64/neoverse_v1/software
EESSI-extend/2025.06-easybuild
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
no other files in tarball
Aug 27 19:30:27 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-85850.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Aug 27 20:40:25 UTC 2025 uploaded transfer of eessi-2025.06-software-linux-aarch64-neoverse_v1-17563229890.tar.gz to S3 bucket succeeded

@boegel
Copy link
Contributor Author

boegel commented Aug 28, 2025

@bedroge Ready to merge?

@boegel boegel marked this pull request as ready for review August 28, 2025 08:27
@bedroge bedroge merged commit ef27169 into EESSI:main Aug 28, 2025
66 checks passed
@boegel boegel deleted the autotools_EESSI_2025.06 branch August 28, 2025 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2025.06-software.eessi.io 2025.06 version of software.eessi.io bot:deploy

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants