Skip to content
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

Rebuild Python with ctypes fix + add librosa 0.10.1 #655

Merged
merged 5 commits into from
Aug 1, 2024

Conversation

ocaisa
Copy link
Member

@ocaisa ocaisa commented Jul 29, 2024

No description provided.

Copy link

eessi-bot bot commented Jul 29, 2024

Instance eessi-bot-mc-aws is configured to build for:

  • architectures: x86_64/generic, x86_64/intel/haswell, x86_64/intel/skylake_avx512, x86_64/amd/zen2, x86_64/amd/zen3, aarch64/generic, aarch64/neoverse_n1, aarch64/neoverse_v1
  • repositories: eessi.io-2023.06-compat, eessi-hpc.org-2023.06-software, eessi-hpc.org-2023.06-compat, eessi.io-2023.06-software

Copy link

eessi-bot bot commented Jul 29, 2024

Instance eessi-bot-mc-azure is configured to build for:

  • architectures: x86_64/amd/zen4
  • repositories: eessi-hpc.org-2023.06-compat, eessi-hpc.org-2023.06-software, eessi.io-2023.06-software, eessi.io-2023.06-compat

@ocaisa
Copy link
Member Author

ocaisa commented Jul 29, 2024

bot: build repo:eessi.io-2023.06-software arch:x86_64/amd/zen3

Copy link

eessi-bot bot commented Jul 29, 2024

Updates by the bot instance eessi-bot-mc-aws (click for details)
  • received bot command build repo:eessi.io-2023.06-software arch:x86_64/amd/zen3 from ocaisa

    • expanded format: build repository:eessi.io-2023.06-software architecture:x86_64/amd/zen3
  • handling command build repository:eessi.io-2023.06-software architecture:x86_64/amd/zen3 resulted in:

Copy link

eessi-bot bot commented Jul 29, 2024

Updates by the bot instance eessi-bot-mc-azure (click for details)
  • received bot command build repo:eessi.io-2023.06-software arch:x86_64/amd/zen3 from ocaisa

    • expanded format: build repository:eessi.io-2023.06-software architecture:x86_64/amd/zen3
  • handling command build repository:eessi.io-2023.06-software architecture:x86_64/amd/zen3 resulted in:

    • no jobs were submitted

Copy link

eessi-bot bot commented Jul 29, 2024

New job on instance eessi-bot-mc-aws for architecture x86_64-amd-zen3 for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2024.07/pr_655/15319

date job status comment
Jul 29 12:49:04 UTC 2024 submitted job id 15319 awaits release by job manager
Jul 29 12:49:36 UTC 2024 released job awaits launch by Slurm scheduler
Jul 29 12:54:44 UTC 2024 running job 15319 is running
Jul 29 13:09:11 UTC 2024 finished
😢 FAILURE (click triangle for details)
Details
✅ job output file slurm-15319.out
❌ found message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
❌ no message matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
No artefacts were created or found.
Jul 29 13:09:11 UTC 2024 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ PASSED ] Ran 16/16 test case(s) from 16 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-15319.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case

@casparvl
Copy link
Collaborator

bot: build repo:eessi.io-2023.06-software arch:x86_64/amd/zen3

Copy link

eessi-bot bot commented Jul 29, 2024

Updates by the bot instance eessi-bot-mc-aws (click for details)
  • received bot command build repo:eessi.io-2023.06-software arch:x86_64/amd/zen3 from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:x86_64/amd/zen3
  • handling command build repository:eessi.io-2023.06-software architecture:x86_64/amd/zen3 resulted in:

Copy link

eessi-bot bot commented Jul 29, 2024

Updates by the bot instance eessi-bot-mc-azure (click for details)
  • account casparvl has NO permission to send commands to the bot

Copy link

eessi-bot bot commented Jul 29, 2024

New job on instance eessi-bot-mc-aws for architecture x86_64-amd-zen3 for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2024.07/pr_655/15320

date job status comment
Jul 29 13:44:47 UTC 2024 submitted job id 15320 awaits release by job manager
Jul 29 13:45:22 UTC 2024 released job awaits launch by Slurm scheduler
Jul 29 13:46:24 UTC 2024 running job 15320 is running
Jul 29 13:59:43 UTC 2024 finished
😢 FAILURE (click triangle for details)
Details
✅ job output file slurm-15320.out
❌ found message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
❌ no message matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
No artefacts were created or found.
Jul 29 13:59:43 UTC 2024 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ PASSED ] Ran 16/16 test case(s) from 16 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-15320.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case

@casparvl
Copy link
Collaborator

I think the yml syntax was invalid, because you didn't finish the line containing the *.eb with a : when you had to pass additional options. The error was:

>> Checking for missing installations in /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/amd/zen3...
ERROR: Failed to parse /tmp/tmp.VhbMCS3mHS/20240729-eb-4.9.2-Python-ctypes.yml: mapping values are not allowed here
  in "<unicode string>", line 10, column 14:
          options:

Fixed in bfd12d2 , hope you don't mind me pushing to your PR directly, but that way I can retry the build :D

@casparvl
Copy link
Collaborator

casparvl commented Jul 29, 2024

From the logs of 15320:

ESC[32mSoftware rebuild(s) requested in easystacks/software.eessi.io/2023.06/rebuilds/20240729-eb-4.9.2-Python-ctypes.yml, so determining which existing installation have to be removed...ESC[0m

WARNING: Using EasyBuild as root is NOT recommended, please proceed with care!
(this is only allowed because EasyBuild was configured with --allow-use-as-root-and-accept-consequences)


WARNING: Using EasyBuild as root is NOT recommended, please proceed with care!
(this is only allowed because EasyBuild was configured with --allow-use-as-root-and-accept-consequences)

ERROR: Can't find path /project/60006/SHARED/jobs/2024.07/pr_655/event_b5680250-4db0-11ef-8f5c-aadf678b38e2/run_000/linux_x86_64_amd_zen3/eessi.io-2023.06-software/Python/3.10.8-GCCcore-12.2.0-bare.eb
tar: ./var-lib-cvmfs/shared/cvmfs_io.cvmfs-config.cern.ch: socket ignored
tar: ./var-lib-cvmfs/shared/cvmfs_io.software.eessi.io: socket ignored
tar: ./var-run-cvmfs/cvmfs.cvmfs-config.cern.ch: socket ignored
tar: ./var-run-cvmfs/cvmfs.software.eessi.io: socket ignored

@casparvl
Copy link
Collaborator

ok, this might actually be due to librosa being in there, but not actually present in the module stack. Let me try to remove that, and add it to a regular easystack file.

@casparvl
Copy link
Collaborator

bot: build repo:eessi.io-2023.06-software arch:x86_64/amd/zen3

Copy link

eessi-bot bot commented Jul 29, 2024

Updates by the bot instance eessi-bot-mc-aws (click for details)
  • received bot command build repo:eessi.io-2023.06-software arch:x86_64/amd/zen3 from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:x86_64/amd/zen3
  • handling command build repository:eessi.io-2023.06-software architecture:x86_64/amd/zen3 resulted in:

Copy link

eessi-bot bot commented Jul 29, 2024

Updates by the bot instance eessi-bot-mc-azure (click for details)
  • account casparvl has NO permission to send commands to the bot

Copy link

eessi-bot bot commented Jul 29, 2024

New job on instance eessi-bot-mc-aws for architecture x86_64-amd-zen3 for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2024.07/pr_655/15321

date job status comment
Jul 29 13:55:42 UTC 2024 submitted job id 15321 awaits release by job manager
Jul 29 13:56:35 UTC 2024 released job awaits launch by Slurm scheduler
Jul 29 13:57:39 UTC 2024 running job 15321 is running
Jul 29 14:28:17 UTC 2024 finished
😢 FAILURE (click triangle for details)
Details
✅ job output file slurm-15321.out
❌ found message matching ERROR:
❌ found message matching FAILED:
❌ found message matching required modules missing:
❌ no message matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-x86_64-amd-zen3-1722262442.tar.gzsize: 132 MiB (139395435 bytes)
entries: 3759
modules under 2023.06/software/linux/x86_64/amd/zen3/modules/all
LLVM/14.0.6-GCCcore-12.3.0-llvmlite.lua
numba/0.58.1-foss-2023a.lua
software under 2023.06/software/linux/x86_64/amd/zen3/software
LLVM/14.0.6-GCCcore-12.3.0-llvmlite
numba/0.58.1-foss-2023a
other under 2023.06/software/linux/x86_64/amd/zen3
no other files in tarball
Jul 29 14:28:17 UTC 2024 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ PASSED ] Ran 16/16 test case(s) from 16 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-15321.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case

@casparvl
Copy link
Collaborator

casparvl commented Jul 29, 2024

Hmmm... same error still in 15321:

ESC[32mSoftware rebuild(s) requested in easystacks/software.eessi.io/2023.06/rebuilds/20240729-eb-4.9.2-Python-ctypes.yml, so determining which existing installation have to be removed...ESC[0m

WARNING: Using EasyBuild as root is NOT recommended, please proceed with care!
(this is only allowed because EasyBuild was configured with --allow-use-as-root-and-accept-consequences)


WARNING: Using EasyBuild as root is NOT recommended, please proceed with care!
(this is only allowed because EasyBuild was configured with --allow-use-as-root-and-accept-consequences)

ERROR: Can't find path /project/60006/SHARED/jobs/2024.07/pr_655/event_b5680250-4db0-11ef-8f5c-aadf678b38e2/run_000/linux_x86_64_amd_zen3/eessi.io-2023.06-software/Python/3.10.8-GCCcore-12.2.0-bare.eb
tar: ./var-lib-cvmfs/shared/cvmfs_io.cvmfs-config.cern.ch: socket ignored
tar: ./var-lib-cvmfs/shared/cvmfs_io.software.eessi.io: socket ignored
tar: ./var-run-cvmfs/cvmfs.cvmfs-config.cern.ch: socket ignored
tar: ./var-run-cvmfs/cvmfs.software.eessi.io: socket ignored

Something broken with the rebuild procedure? I'll try to run a container interactively, see what the various commands from EESSI-remove-software.sh are returning, and if any of that is unexpected.

@casparvl
Copy link
Collaborator

Found it: the easystack file said Python/something.eb instead of Python-something.eb. My bet is @ocaisa listed all Python modules, copied them to the easystack file, but forgot to do these replacements :)

@casparvl
Copy link
Collaborator

bot: build repo:eessi.io-2023.06-software arch:x86_64/amd/zen3

1 similar comment
@casparvl
Copy link
Collaborator

bot: build repo:eessi.io-2023.06-software arch:x86_64/amd/zen3

Copy link

eessi-bot bot commented Jul 29, 2024

Updates by the bot instance eessi-bot-mc-aws (click for details)
  • received bot command build repo:eessi.io-2023.06-software arch:x86_64/amd/zen3 from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:x86_64/amd/zen3
  • handling command build repository:eessi.io-2023.06-software architecture:x86_64/amd/zen3 resulted in:

Copy link

eessi-bot bot commented Jul 29, 2024

Updates by the bot instance eessi-bot-mc-azure (click for details)
  • account casparvl has NO permission to send commands to the bot

Copy link

eessi-bot bot commented Jul 29, 2024

New job on instance eessi-bot-mc-aws for architecture x86_64-amd-zen3 for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2024.07/pr_655/15323

date job status comment
Jul 29 14:31:05 UTC 2024 submitted job id 15323 awaits release by job manager
Jul 29 14:31:20 UTC 2024 released job awaits launch by Slurm scheduler
Jul 29 14:32:22 UTC 2024 running job 15323 is running
Jul 29 16:00:03 UTC 2024 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-15323.out
✅ 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-1722267869.tar.gzsize: 573 MiB (601684102 bytes)
entries: 56988
modules under 2023.06/software/linux/x86_64/amd/zen3/modules/all
librosa/0.10.1-foss-2023a.lua
LLVM/14.0.6-GCCcore-12.3.0-llvmlite.lua
numba/0.58.1-foss-2023a.lua
Python/3.10.8-GCCcore-12.2.0-bare.lua
Python/3.10.8-GCCcore-12.2.0.lua
Python/3.11.3-GCCcore-12.3.0.lua
Python/3.11.5-GCCcore-13.2.0.lua
software under 2023.06/software/linux/x86_64/amd/zen3/software
librosa/0.10.1-foss-2023a
LLVM/14.0.6-GCCcore-12.3.0-llvmlite
numba/0.58.1-foss-2023a
Python/3.10.8-GCCcore-12.2.0
Python/3.10.8-GCCcore-12.2.0-bare
Python/3.11.3-GCCcore-12.3.0
Python/3.11.5-GCCcore-13.2.0
other under 2023.06/software/linux/x86_64/amd/zen3
no other files in tarball
Jul 29 16:00:03 UTC 2024 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ PASSED ] Ran 16/16 test case(s) from 16 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-15323.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case

@casparvl
Copy link
Collaborator

bot: build repo:eessi.io-2023.06-software arch:aarch64/generic
bot: build repo:eessi.io-2023.06-software arch:aarch64/neoverse_n1
bot: build repo:eessi.io-2023.06-software arch:aarch64/neoverse_v1
bot: build repo:eessi.io-2023.06-software arch:x86_64/generic
bot: build repo:eessi.io-2023.06-software arch:x86_64/amd/zen2
bot: build repo:eessi.io-2023.06-software arch:x86_64/intel/haswell
bot: build repo:eessi.io-2023.06-software arch:x86_64/intel/skylake_avx512

Copy link

eessi-bot bot commented Jul 29, 2024

Updates by the bot instance eessi-bot-mc-aws (click for details)
  • received bot command build repo:eessi.io-2023.06-software arch:aarch64/generic from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:aarch64/generic
  • received bot command build repo:eessi.io-2023.06-software arch:aarch64/neoverse_n1 from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:aarch64/neoverse_n1
  • received bot command build repo:eessi.io-2023.06-software arch:aarch64/neoverse_v1 from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:aarch64/neoverse_v1
  • received bot command build repo:eessi.io-2023.06-software arch:x86_64/generic from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:x86_64/generic
  • received bot command build repo:eessi.io-2023.06-software arch:x86_64/amd/zen2 from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:x86_64/amd/zen2
  • received bot command build repo:eessi.io-2023.06-software arch:x86_64/intel/haswell from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:x86_64/intel/haswell
  • received bot command build repo:eessi.io-2023.06-software arch:x86_64/intel/skylake_avx512 from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:x86_64/intel/skylake_avx512
  • handling command build repository:eessi.io-2023.06-software architecture:aarch64/generic resulted in:

  • handling command build repository:eessi.io-2023.06-software architecture:aarch64/neoverse_n1 resulted in:

  • handling command build repository:eessi.io-2023.06-software architecture:aarch64/neoverse_v1 resulted in:

  • handling command build repository:eessi.io-2023.06-software architecture:x86_64/generic resulted in:

  • handling command build repository:eessi.io-2023.06-software architecture:x86_64/amd/zen2 resulted in:

  • handling command build repository:eessi.io-2023.06-software architecture:x86_64/intel/haswell resulted in:

  • handling command build repository:eessi.io-2023.06-software architecture:x86_64/intel/skylake_avx512 resulted in:

@ocaisa ocaisa marked this pull request as ready for review July 30, 2024 07:11
@ocaisa
Copy link
Member Author

ocaisa commented Jul 30, 2024

bot: build repo:eessi.io-2023.06-software arch:aarch64/generic
bot: build repo:eessi.io-2023.06-software arch:aarch64/neoverse_n1
bot: build repo:eessi.io-2023.06-software arch:aarch64/neoverse_v1
bot: build repo:eessi.io-2023.06-software arch:x86_64/generic
bot: build repo:eessi.io-2023.06-software arch:x86_64/amd/zen2
bot: build repo:eessi.io-2023.06-software arch:x86_64/amd/zen3
bot: build repo:eessi.io-2023.06-software arch:x86_64/intel/haswell
bot: build repo:eessi.io-2023.06-software arch:x86_64/intel/skylake_avx512

Copy link

eessi-bot bot commented Jul 30, 2024

Updates by the bot instance eessi-bot-mc-aws (click for details)
  • received bot command build repo:eessi.io-2023.06-software arch:aarch64/generic from ocaisa

    • expanded format: build repository:eessi.io-2023.06-software architecture:aarch64/generic
  • received bot command build repo:eessi.io-2023.06-software arch:aarch64/neoverse_n1 from ocaisa

    • expanded format: build repository:eessi.io-2023.06-software architecture:aarch64/neoverse_n1
  • received bot command build repo:eessi.io-2023.06-software arch:aarch64/neoverse_v1 from ocaisa

    • expanded format: build repository:eessi.io-2023.06-software architecture:aarch64/neoverse_v1
  • received bot command build repo:eessi.io-2023.06-software arch:x86_64/generic from ocaisa

    • expanded format: build repository:eessi.io-2023.06-software architecture:x86_64/generic
  • received bot command build repo:eessi.io-2023.06-software arch:x86_64/amd/zen2 from ocaisa

    • expanded format: build repository:eessi.io-2023.06-software architecture:x86_64/amd/zen2
  • received bot command build repo:eessi.io-2023.06-software arch:x86_64/amd/zen3 from ocaisa

    • expanded format: build repository:eessi.io-2023.06-software architecture:x86_64/amd/zen3
  • received bot command build repo:eessi.io-2023.06-software arch:x86_64/intel/haswell from ocaisa

    • expanded format: build repository:eessi.io-2023.06-software architecture:x86_64/intel/haswell
  • received bot command build repo:eessi.io-2023.06-software arch:x86_64/intel/skylake_avx512 from ocaisa

    • expanded format: build repository:eessi.io-2023.06-software architecture:x86_64/intel/skylake_avx512
  • handling command build repository:eessi.io-2023.06-software architecture:aarch64/generic resulted in:

  • handling command build repository:eessi.io-2023.06-software architecture:aarch64/neoverse_n1 resulted in:

  • handling command build repository:eessi.io-2023.06-software architecture:aarch64/neoverse_v1 resulted in:

  • handling command build repository:eessi.io-2023.06-software architecture:x86_64/generic resulted in:

  • handling command build repository:eessi.io-2023.06-software architecture:x86_64/amd/zen2 resulted in:

  • handling command build repository:eessi.io-2023.06-software architecture:x86_64/amd/zen3 resulted in:

  • handling command build repository:eessi.io-2023.06-software architecture:x86_64/intel/haswell resulted in:

  • handling command build repository:eessi.io-2023.06-software architecture:x86_64/intel/skylake_avx512 resulted in:

Copy link

eessi-bot bot commented Jul 30, 2024

Updates by the bot instance eessi-bot-mc-azure (click for details)
  • received bot command build repo:eessi.io-2023.06-software arch:aarch64/generic from ocaisa

    • expanded format: build repository:eessi.io-2023.06-software architecture:aarch64/generic
  • received bot command build repo:eessi.io-2023.06-software arch:aarch64/neoverse_n1 from ocaisa

    • expanded format: build repository:eessi.io-2023.06-software architecture:aarch64/neoverse_n1
  • received bot command build repo:eessi.io-2023.06-software arch:aarch64/neoverse_v1 from ocaisa

    • expanded format: build repository:eessi.io-2023.06-software architecture:aarch64/neoverse_v1
  • received bot command build repo:eessi.io-2023.06-software arch:x86_64/generic from ocaisa

    • expanded format: build repository:eessi.io-2023.06-software architecture:x86_64/generic
  • received bot command build repo:eessi.io-2023.06-software arch:x86_64/amd/zen2 from ocaisa

    • expanded format: build repository:eessi.io-2023.06-software architecture:x86_64/amd/zen2
  • received bot command build repo:eessi.io-2023.06-software arch:x86_64/amd/zen3 from ocaisa

    • expanded format: build repository:eessi.io-2023.06-software architecture:x86_64/amd/zen3
  • received bot command build repo:eessi.io-2023.06-software arch:x86_64/intel/haswell from ocaisa

    • expanded format: build repository:eessi.io-2023.06-software architecture:x86_64/intel/haswell
  • received bot command build repo:eessi.io-2023.06-software arch:x86_64/intel/skylake_avx512 from ocaisa

    • expanded format: build repository:eessi.io-2023.06-software architecture:x86_64/intel/skylake_avx512
  • handling command build repository:eessi.io-2023.06-software architecture:aarch64/generic resulted in:

    • no jobs were submitted
  • handling command build repository:eessi.io-2023.06-software architecture:aarch64/neoverse_n1 resulted in:

    • no jobs were submitted
  • handling command build repository:eessi.io-2023.06-software architecture:aarch64/neoverse_v1 resulted in:

    • no jobs were submitted
  • handling command build repository:eessi.io-2023.06-software architecture:x86_64/generic resulted in:

    • no jobs were submitted
  • handling command build repository:eessi.io-2023.06-software architecture:x86_64/amd/zen2 resulted in:

    • no jobs were submitted
  • handling command build repository:eessi.io-2023.06-software architecture:x86_64/amd/zen3 resulted in:

    • no jobs were submitted
  • handling command build repository:eessi.io-2023.06-software architecture:x86_64/intel/haswell resulted in:

    • no jobs were submitted
  • handling command build repository:eessi.io-2023.06-software architecture:x86_64/intel/skylake_avx512 resulted in:

    • no jobs were submitted

Copy link

eessi-bot bot commented Jul 30, 2024

New job on instance eessi-bot-mc-aws for architecture aarch64-generic for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2024.07/pr_655/15379

date job status comment
Jul 30 07:12:23 UTC 2024 submitted job id 15379 awaits release by job manager
Jul 30 07:13:25 UTC 2024 released job awaits launch by Slurm scheduler
Jul 30 07:19:47 UTC 2024 running job 15379 is running
Jul 30 09:30:46 UTC 2024 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-15379.out
✅ 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-1722329496.tar.gzsize: 560 MiB (587254565 bytes)
entries: 56986
modules under 2023.06/software/linux/aarch64/generic/modules/all
librosa/0.10.1-foss-2023a.lua
LLVM/14.0.6-GCCcore-12.3.0-llvmlite.lua
numba/0.58.1-foss-2023a.lua
Python/3.10.8-GCCcore-12.2.0-bare.lua
Python/3.10.8-GCCcore-12.2.0.lua
Python/3.11.3-GCCcore-12.3.0.lua
Python/3.11.5-GCCcore-13.2.0.lua
software under 2023.06/software/linux/aarch64/generic/software
librosa/0.10.1-foss-2023a
LLVM/14.0.6-GCCcore-12.3.0-llvmlite
numba/0.58.1-foss-2023a
Python/3.10.8-GCCcore-12.2.0
Python/3.10.8-GCCcore-12.2.0-bare
Python/3.11.3-GCCcore-12.3.0
Python/3.11.5-GCCcore-13.2.0
other under 2023.06/software/linux/aarch64/generic
no other files in tarball
Jul 30 09:30:46 UTC 2024 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ PASSED ] Ran 16/16 test case(s) from 16 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-15379.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 30 14:23:19 UTC 2024 uploaded transfer of eessi-2023.06-software-linux-aarch64-generic-1722329496.tar.gz to S3 bucket succeeded

Copy link

eessi-bot bot commented Jul 30, 2024

New job on instance eessi-bot-mc-aws for architecture aarch64-neoverse_n1 for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2024.07/pr_655/15380

date job status comment
Jul 30 07:12:27 UTC 2024 submitted job id 15380 awaits release by job manager
Jul 30 07:13:27 UTC 2024 released job awaits launch by Slurm scheduler
Jul 30 07:19:49 UTC 2024 running job 15380 is running
Jul 30 09:34:39 UTC 2024 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-15380.out
✅ 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-1722329700.tar.gzsize: 560 MiB (587963412 bytes)
entries: 56986
modules under 2023.06/software/linux/aarch64/neoverse_n1/modules/all
librosa/0.10.1-foss-2023a.lua
LLVM/14.0.6-GCCcore-12.3.0-llvmlite.lua
numba/0.58.1-foss-2023a.lua
Python/3.10.8-GCCcore-12.2.0-bare.lua
Python/3.10.8-GCCcore-12.2.0.lua
Python/3.11.3-GCCcore-12.3.0.lua
Python/3.11.5-GCCcore-13.2.0.lua
software under 2023.06/software/linux/aarch64/neoverse_n1/software
librosa/0.10.1-foss-2023a
LLVM/14.0.6-GCCcore-12.3.0-llvmlite
numba/0.58.1-foss-2023a
Python/3.10.8-GCCcore-12.2.0
Python/3.10.8-GCCcore-12.2.0-bare
Python/3.11.3-GCCcore-12.3.0
Python/3.11.5-GCCcore-13.2.0
other under 2023.06/software/linux/aarch64/neoverse_n1
no other files in tarball
Jul 30 09:34:39 UTC 2024 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ PASSED ] Ran 16/16 test case(s) from 16 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-15380.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 30 14:23:43 UTC 2024 uploaded transfer of eessi-2023.06-software-linux-aarch64-neoverse_n1-1722329700.tar.gz to S3 bucket succeeded

Copy link

eessi-bot bot commented Jul 30, 2024

New job on instance eessi-bot-mc-aws for architecture aarch64-neoverse_v1 for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2024.07/pr_655/15381

date job status comment
Jul 30 07:12:31 UTC 2024 submitted job id 15381 awaits release by job manager
Jul 30 07:13:30 UTC 2024 released job awaits launch by Slurm scheduler
Jul 30 07:18:44 UTC 2024 running job 15381 is running
Jul 30 08:54:48 UTC 2024 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-15381.out
✅ 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-1722327977.tar.gzsize: 560 MiB (587635181 bytes)
entries: 56986
modules under 2023.06/software/linux/aarch64/neoverse_v1/modules/all
librosa/0.10.1-foss-2023a.lua
LLVM/14.0.6-GCCcore-12.3.0-llvmlite.lua
numba/0.58.1-foss-2023a.lua
Python/3.10.8-GCCcore-12.2.0-bare.lua
Python/3.10.8-GCCcore-12.2.0.lua
Python/3.11.3-GCCcore-12.3.0.lua
Python/3.11.5-GCCcore-13.2.0.lua
software under 2023.06/software/linux/aarch64/neoverse_v1/software
librosa/0.10.1-foss-2023a
LLVM/14.0.6-GCCcore-12.3.0-llvmlite
numba/0.58.1-foss-2023a
Python/3.10.8-GCCcore-12.2.0
Python/3.10.8-GCCcore-12.2.0-bare
Python/3.11.3-GCCcore-12.3.0
Python/3.11.5-GCCcore-13.2.0
other under 2023.06/software/linux/aarch64/neoverse_v1
no other files in tarball
Jul 30 08:54:48 UTC 2024 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ PASSED ] Ran 16/16 test case(s) from 16 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-15381.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 30 14:24:08 UTC 2024 uploaded transfer of eessi-2023.06-software-linux-aarch64-neoverse_v1-1722327977.tar.gz to S3 bucket succeeded

Copy link

eessi-bot bot commented Jul 30, 2024

New job on instance eessi-bot-mc-aws for architecture x86_64-generic for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2024.07/pr_655/15382

date job status comment
Jul 30 07:12:35 UTC 2024 submitted job id 15382 awaits release by job manager
Jul 30 07:13:37 UTC 2024 released job awaits launch by Slurm scheduler
Jul 30 07:21:02 UTC 2024 running job 15382 is running
Jul 30 09:08:44 UTC 2024 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-15382.out
✅ 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-1722329225.tar.gzsize: 571 MiB (598975452 bytes)
entries: 56988
modules under 2023.06/software/linux/x86_64/generic/modules/all
librosa/0.10.1-foss-2023a.lua
LLVM/14.0.6-GCCcore-12.3.0-llvmlite.lua
numba/0.58.1-foss-2023a.lua
Python/3.10.8-GCCcore-12.2.0-bare.lua
Python/3.10.8-GCCcore-12.2.0.lua
Python/3.11.3-GCCcore-12.3.0.lua
Python/3.11.5-GCCcore-13.2.0.lua
software under 2023.06/software/linux/x86_64/generic/software
librosa/0.10.1-foss-2023a
LLVM/14.0.6-GCCcore-12.3.0-llvmlite
numba/0.58.1-foss-2023a
Python/3.10.8-GCCcore-12.2.0
Python/3.10.8-GCCcore-12.2.0-bare
Python/3.11.3-GCCcore-12.3.0
Python/3.11.5-GCCcore-13.2.0
other under 2023.06/software/linux/x86_64/generic
no other files in tarball
Jul 30 09:08:44 UTC 2024 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ PASSED ] Ran 16/16 test case(s) from 16 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-15382.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 30 14:24:33 UTC 2024 uploaded transfer of eessi-2023.06-software-linux-x86_64-generic-1722329225.tar.gz to S3 bucket succeeded

Copy link

eessi-bot bot commented Jul 30, 2024

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.07/pr_655/15383

date job status comment
Jul 30 07:12:39 UTC 2024 submitted job id 15383 awaits release by job manager
Jul 30 07:13:32 UTC 2024 released job awaits launch by Slurm scheduler
Jul 30 07:20:57 UTC 2024 running job 15383 is running
Jul 30 09:12:40 UTC 2024 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-15383.out
✅ 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-1722329566.tar.gzsize: 573 MiB (601732273 bytes)
entries: 56988
modules under 2023.06/software/linux/x86_64/amd/zen2/modules/all
librosa/0.10.1-foss-2023a.lua
LLVM/14.0.6-GCCcore-12.3.0-llvmlite.lua
numba/0.58.1-foss-2023a.lua
Python/3.10.8-GCCcore-12.2.0-bare.lua
Python/3.10.8-GCCcore-12.2.0.lua
Python/3.11.3-GCCcore-12.3.0.lua
Python/3.11.5-GCCcore-13.2.0.lua
software under 2023.06/software/linux/x86_64/amd/zen2/software
librosa/0.10.1-foss-2023a
LLVM/14.0.6-GCCcore-12.3.0-llvmlite
numba/0.58.1-foss-2023a
Python/3.10.8-GCCcore-12.2.0
Python/3.10.8-GCCcore-12.2.0-bare
Python/3.11.3-GCCcore-12.3.0
Python/3.11.5-GCCcore-13.2.0
other under 2023.06/software/linux/x86_64/amd/zen2
no other files in tarball
Jul 30 09:12:40 UTC 2024 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ PASSED ] Ran 16/16 test case(s) from 16 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-15383.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 30 14:24:59 UTC 2024 uploaded transfer of eessi-2023.06-software-linux-x86_64-amd-zen2-1722329566.tar.gz to S3 bucket succeeded

Copy link

eessi-bot bot commented Jul 30, 2024

New job on instance eessi-bot-mc-aws for architecture x86_64-amd-zen3 for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2024.07/pr_655/15384

date job status comment
Jul 30 07:12:43 UTC 2024 submitted job id 15384 awaits release by job manager
Jul 30 07:13:34 UTC 2024 released job awaits launch by Slurm scheduler
Jul 30 07:21:00 UTC 2024 running job 15384 is running
Jul 30 08:51:55 UTC 2024 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-15384.out
✅ 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-1722328481.tar.gzsize: 573 MiB (601684748 bytes)
entries: 56988
modules under 2023.06/software/linux/x86_64/amd/zen3/modules/all
librosa/0.10.1-foss-2023a.lua
LLVM/14.0.6-GCCcore-12.3.0-llvmlite.lua
numba/0.58.1-foss-2023a.lua
Python/3.10.8-GCCcore-12.2.0-bare.lua
Python/3.10.8-GCCcore-12.2.0.lua
Python/3.11.3-GCCcore-12.3.0.lua
Python/3.11.5-GCCcore-13.2.0.lua
software under 2023.06/software/linux/x86_64/amd/zen3/software
librosa/0.10.1-foss-2023a
LLVM/14.0.6-GCCcore-12.3.0-llvmlite
numba/0.58.1-foss-2023a
Python/3.10.8-GCCcore-12.2.0
Python/3.10.8-GCCcore-12.2.0-bare
Python/3.11.3-GCCcore-12.3.0
Python/3.11.5-GCCcore-13.2.0
other under 2023.06/software/linux/x86_64/amd/zen3
no other files in tarball
Jul 30 08:51:55 UTC 2024 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ PASSED ] Ran 16/16 test case(s) from 16 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-15384.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 30 14:22:54 UTC 2024 uploaded transfer of eessi-2023.06-software-linux-x86_64-amd-zen3-1722328481.tar.gz to S3 bucket succeeded

Copy link

eessi-bot bot commented Jul 30, 2024

New job on instance eessi-bot-mc-aws for architecture x86_64-intel-haswell for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2024.07/pr_655/15385

date job status comment
Jul 30 07:12:47 UTC 2024 submitted job id 15385 awaits release by job manager
Jul 30 07:13:39 UTC 2024 released job awaits launch by Slurm scheduler
Jul 30 07:22:13 UTC 2024 running job 15385 is running
Jul 30 09:08:46 UTC 2024 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-15385.out
✅ 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-1722329266.tar.gzsize: 573 MiB (601621762 bytes)
entries: 56988
modules under 2023.06/software/linux/x86_64/intel/haswell/modules/all
librosa/0.10.1-foss-2023a.lua
LLVM/14.0.6-GCCcore-12.3.0-llvmlite.lua
numba/0.58.1-foss-2023a.lua
Python/3.10.8-GCCcore-12.2.0-bare.lua
Python/3.10.8-GCCcore-12.2.0.lua
Python/3.11.3-GCCcore-12.3.0.lua
Python/3.11.5-GCCcore-13.2.0.lua
software under 2023.06/software/linux/x86_64/intel/haswell/software
librosa/0.10.1-foss-2023a
LLVM/14.0.6-GCCcore-12.3.0-llvmlite
numba/0.58.1-foss-2023a
Python/3.10.8-GCCcore-12.2.0
Python/3.10.8-GCCcore-12.2.0-bare
Python/3.11.3-GCCcore-12.3.0
Python/3.11.5-GCCcore-13.2.0
other under 2023.06/software/linux/x86_64/intel/haswell
no other files in tarball
Jul 30 09:08:46 UTC 2024 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ PASSED ] Ran 16/16 test case(s) from 16 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-15385.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 30 14:25:26 UTC 2024 uploaded transfer of eessi-2023.06-software-linux-x86_64-intel-haswell-1722329266.tar.gz to S3 bucket succeeded

Copy link

eessi-bot bot commented Jul 30, 2024

New job on instance eessi-bot-mc-aws for architecture x86_64-intel-skylake_avx512 for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2024.07/pr_655/15386

date job status comment
Jul 30 07:12:51 UTC 2024 submitted job id 15386 awaits release by job manager
Jul 30 07:13:41 UTC 2024 released job awaits launch by Slurm scheduler
Jul 30 07:22:15 UTC 2024 running job 15386 is running
Jul 30 09:06:01 UTC 2024 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-15386.out
✅ 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-1722329217.tar.gzsize: 572 MiB (600743922 bytes)
entries: 56988
modules under 2023.06/software/linux/x86_64/intel/skylake_avx512/modules/all
librosa/0.10.1-foss-2023a.lua
LLVM/14.0.6-GCCcore-12.3.0-llvmlite.lua
numba/0.58.1-foss-2023a.lua
Python/3.10.8-GCCcore-12.2.0-bare.lua
Python/3.10.8-GCCcore-12.2.0.lua
Python/3.11.3-GCCcore-12.3.0.lua
Python/3.11.5-GCCcore-13.2.0.lua
software under 2023.06/software/linux/x86_64/intel/skylake_avx512/software
librosa/0.10.1-foss-2023a
LLVM/14.0.6-GCCcore-12.3.0-llvmlite
numba/0.58.1-foss-2023a
Python/3.10.8-GCCcore-12.2.0
Python/3.10.8-GCCcore-12.2.0-bare
Python/3.11.3-GCCcore-12.3.0
Python/3.11.5-GCCcore-13.2.0
other under 2023.06/software/linux/x86_64/intel/skylake_avx512
no other files in tarball
Jul 30 09:06:01 UTC 2024 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ PASSED ] Ran 16/16 test case(s) from 16 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-15386.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Jul 30 14:25:51 UTC 2024 uploaded transfer of eessi-2023.06-software-linux-x86_64-intel-skylake_avx512-1722329217.tar.gz to S3 bucket succeeded

@casparvl casparvl added ready-to-deploy Mark a PR as ready to deploy bot:deploy Ask bot to deploy missing software installations to EESSI and removed ready-to-deploy Mark a PR as ready to deploy labels Jul 30, 2024
@boegel boegel changed the title Rebuild Python with ctypes fix Rebuild Python with ctypes fix + add librosa 0.10.1 Jul 31, 2024
@boegel
Copy link
Contributor

boegel commented Jul 31, 2024

@casparvl Seems like staging PRs are good to merge?

@trz42
Copy link
Collaborator

trz42 commented Jul 31, 2024

@casparvl Seems like staging PRs are good to merge?

Since it includes rebuilds, we wanted to take a "snapshot" of the current directories/packages changed so we can later compare and clean-up manually.

All staging PRs have been merged now. Tarballs are being ingested.

trz42 pushed a commit to trz42/software-layer that referenced this pull request Aug 1, 2024
- PR EESSI#655 implements a general fix for the import error
@trz42
Copy link
Collaborator

trz42 commented Aug 1, 2024

All ingested and some subsequent PRs work as expected.

Copy link
Collaborator

@trz42 trz42 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.

@trz42 trz42 merged commit b84cd7b into EESSI:2023.06-software.eessi.io Aug 1, 2024
33 checks passed
@ocaisa ocaisa deleted the ctypes branch August 1, 2024 19:26
@Neves-P
Copy link
Member

Neves-P commented Aug 16, 2024

Replaced and manually added the necessary tarballs on the stratum 0 following Bob's procedure. Thanks, @trz42 for the help!

Procedure:

# Remove Python 3.10.8 and 3.11.3, but keep zen4 and a64fx
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/amd/zen2/software/Python/3.10.8-GCCcore-12.2.0
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/amd/zen2/software/Python/3.10.8-GCCcore-12.2.0-bare
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/amd/zen2/software/Python/3.11.3-GCCcore-12.3.0
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/amd/zen2/software/Python/3.11.5-GCCcore-13.2.0
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/amd/zen3/software/Python/3.10.8-GCCcore-12.2.0
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/amd/zen3/software/Python/3.10.8-GCCcore-12.2.0-bare
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/amd/zen3/software/Python/3.11.3-GCCcore-12.3.0
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/amd/zen3/software/Python/3.11.5-GCCcore-13.2.0
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/haswell/software/Python/3.10.8-GCCcore-12.2.0
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/haswell/software/Python/3.10.8-GCCcore-12.2.0-bare
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/haswell/software/Python/3.11.3-GCCcore-12.3.0
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/haswell/software/Python/3.11.5-GCCcore-13.2.0
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/skylake_avx512/software/Python/3.10.8-GCCcore-12.2.0
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/skylake_avx512/software/Python/3.10.8-GCCcore-12.2.0-bare
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/skylake_avx512/software/Python/3.11.3-GCCcore-12.3.0
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/skylake_avx512/software/Python/3.11.5-GCCcore-13.2.0
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/generic/software/Python/3.10.8-GCCcore-12.2.0
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/generic/software/Python/3.10.8-GCCcore-12.2.0-bare
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/generic/software/Python/3.11.3-GCCcore-12.3.0
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/generic/software/Python/3.11.5-GCCcore-13.2.0
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/aarch64/generic/software/Python/3.10.8-GCCcore-12.2.0
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/aarch64/generic/software/Python/3.10.8-GCCcore-12.2.0-bare
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/aarch64/generic/software/Python/3.11.3-GCCcore-12.3.0
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/aarch64/generic/software/Python/3.11.5-GCCcore-13.2.0
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/aarch64/neoverse_n1/software/Python/3.10.8-GCCcore-12.2.0
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/aarch64/neoverse_n1/software/Python/3.10.8-GCCcore-12.2.0-bare
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/aarch64/neoverse_n1/software/Python/3.11.3-GCCcore-12.3.0
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/aarch64/neoverse_n1/software/Python/3.11.5-GCCcore-13.2.0
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/aarch64/neoverse_v1/software/Python/3.10.8-GCCcore-12.2.0
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/aarch64/neoverse_v1/software/Python/3.10.8-GCCcore-12.2.0-bare
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/aarch64/neoverse_v1/software/Python/3.11.3-GCCcore-12.3.0
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/aarch64/neoverse_v1/software/Python/3.11.5-GCCcore-13.2.0

# Numba
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/amd/zen2/software/numba/0.58.1-foss-2023a/
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/amd/zen3/software/numba/0.58.1-foss-2023a/
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/haswell/software/numba/0.58.1-foss-2023a/
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/skylake_avx512/software/numba/0.58.1-foss-2023a/
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/aarch64/generic/software/numba/0.58.1-foss-2023a/
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/aarch64/neoverse_n1/software/numba/0.58.1-foss-2023a/
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/aarch64/neoverse_v1/software/numba/0.58.1-foss-2023a/
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/generic/software/numba/0.58.1-foss-2023a/

# LLVM
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/aarch64/generic/software/LLVM/14.0.6-GCCcore-12.3.0-llvmlite
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/aarch64/neoverse_n1/software/LLVM/14.0.6-GCCcore-12.3.0-llvmlite
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/aarch64/neoverse_v1/software/LLVM/14.0.6-GCCcore-12.3.0-llvmlite
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/generic/software/LLVM/14.0.6-GCCcore-12.3.0-llvmlite
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/amd/zen2/software/LLVM/14.0.6-GCCcore-12.3.0-llvmlite
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/amd/zen3/software/LLVM/14.0.6-GCCcore-12.3.0-llvmlite
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/haswell/software/LLVM/14.0.6-GCCcore-12.3.0-llvmlite
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/skylake_avx512/software/LLVM/14.0.6-GCCcore-12.3.0-llvmlite

# librosa
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/amd/zen2/software/librosa/0.10.1-foss-2023a
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/amd/zen3/software/librosa/0.10.1-foss-2023a
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/haswell/software/librosa/0.10.1-foss-2023a
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/skylake_avx512/software/librosa/0.10.1-foss-2023a
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/aarch64/generic/software/librosa/0.10.1-foss-2023a
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/aarch64/neoverse_n1/software/librosa/0.10.1-foss-2023a
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/aarch64/neoverse_v1/software/librosa/0.10.1-foss-2023a
rm -rf /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/generic/software/librosa/0.10.1-foss-2023a

# Move to software dir
cd /cvmfs/software.eessi.io/versions

# Unpack tarballs
tar xvzf /srv/tmp/tarballs/eessi-2023.06-software-linux-x86_64-intel-skylake_avx512-1722329217.tar.gz
tar xvzf /srv/tmp/tarballs/eessi-2023.06-software-linux-x86_64-intel-haswell-1722329266.tar.gz
tar xvzf /srv/tmp/tarballs/eessi-2023.06-software-linux-x86_64-amd-zen3-1722328481.tar.gz
tar xvzf /srv/tmp/tarballs/eessi-2023.06-software-linux-x86_64-amd-zen2-1722329566.tar.gz
tar xvzf /srv/tmp/tarballs/eessi-2023.06-software-linux-x86_64-generic-1722329225.tar.gz
tar xvzf /srv/tmp/tarballs/eessi-2023.06-software-linux-aarch64-neoverse_v1-1722327977.tar.gz
tar xvzf /srv/tmp/tarballs/eessi-2023.06-software-linux-aarch64-neoverse_n1-1722329700.tar.gz
tar xvzf /srv/tmp/tarballs/eessi-2023.06-software-linux-aarch64-generic-1722329496.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:deploy Ask bot to deploy missing software installations to EESSI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants