You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current module EESSI-extend/2023.06-easybuild does not handle the environment setting EESSI_SITE_INSTALL correctly. It just falls back to using the standard CVMFS installation path where versions is replaced with host_injections. This is probably due to an oversight when reviewing PR #371.
Note, when rebuilding this for NESSI, we ran into permission issues when EasyBuild tried to set the permissions of the software after it has been built. Will be interesting to see if we run into the same issue here.
New job on instance eessi-bot-mc-aws for architecture x86_64-amd-zen2 for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2024.05/pr_582/11109
date
job status
comment
May 20 16:52:19 UTC 2024
submitted
job id 11109 awaits release by job manager
May 20 16:52:28 UTC 2024
released
job awaits launch by Slurm scheduler
May 20 16:57:31 UTC 2024
running
job 11109 is running
May 20 17:02:36 UTC 2024
finished
😢 FAILURE (click triangle for details)
Details
✅ job output file slurm-11109.out ❌ found message matching ERROR: ❌ found 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-1716224271.tar.gzsize: 0 MiB (2784 bytes) entries: 3 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
no software packages in tarball
other under 2023.06/software/linux/x86_64/amd/zen2
no other files in tarball
May 20 17:02:36 UTC 2024
test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ PASSED ] Ran 10/10 test case(s) from 10 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-11109.out ❌ found message matching ERROR: ✅ no message matching [\s*FAILED\s*].*Ran .* test case
The reason will be displayed to describe this comment to others. Learn more.
The original behaviour is deliberate so we can create well defined symlinks for the CUDA installation, but maybe I need to rethink this a bit, I guess we could be a bit more loose given we unbreak those links in a very specific way via scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The current module
EESSI-extend/2023.06-easybuilddoes not handle the environment settingEESSI_SITE_INSTALLcorrectly. It just falls back to using the standardCVMFSinstallation path whereversionsis replaced withhost_injections. This is probably due to an oversight when reviewing PR #371.Note, when rebuilding this for NESSI, we ran into permission issues when EasyBuild tried to set the permissions of the software after it has been built. Will be interesting to see if we run into the same issue here.