Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions rt/help/err.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
step 1
lua ProjectDIR/src/lmod.in.lua shell --regression_testing --version
===========================
Modules based on Lua: Version 8.7.53 2024-10-12 19:57 -05:00
Modules based on Lua: Version 9.2 2026-04-06 14:48 -05:00
https://lmod.readthedocs.io
===========================
step 2
Expand Down Expand Up @@ -110,7 +110,7 @@ Lmod Web Sites
SourceForge: https://lmod.sf.net
TACC Homepage: https://www.tacc.utexas.edu/research-development/tacc-projects/lmod
To report a bug please read https://lmod.readthedocs.io/en/latest/075_bug_reporting.html
Modules based on Lua: Version 8.7.53 2024-10-12 19:57 -05:00
Modules based on Lua: Version 9.2 2026-04-06 14:48 -05:00
https://lmod.readthedocs.io
===========================
step 3
Expand Down Expand Up @@ -218,7 +218,7 @@ Lmod Web Sites
SourceForge: https://lmod.sf.net
TACC Homepage: https://www.tacc.utexas.edu/research-development/tacc-projects/lmod
To report a bug please read https://lmod.readthedocs.io/en/latest/075_bug_reporting.html
Modules based on Lua: Version 8.7.53 2024-10-12 19:57 -05:00
Modules based on Lua: Version 9.2 2026-04-06 14:48 -05:00
https://lmod.readthedocs.io
===========================
step 4
Expand All @@ -238,7 +238,7 @@ Version 9
step 5
lua ProjectDIR/src/lmod.in.lua shell --regression_testing --config
===========================
Modules based on Lua: Version 8.7.53 2024-10-12 19:57 -05:00
Modules based on Lua: Version 9.2 2026-04-06 14:48 -05:00
https://lmod.readthedocs.io
Description Value
Allow root to use Lmod (LMOD_ALLOW_ROOT_USE) yes
Expand Down Expand Up @@ -421,7 +421,7 @@ propT = {
step 6
lua ProjectDIR/src/lmod.in.lua shell --regression_testing --miniConfig
===========================
Modules based on Lua: Version 8.7.53 2024-10-12 19:57 -05:00
Modules based on Lua: Version 9.2 2026-04-06 14:48 -05:00
https://lmod.readthedocs.io
MODULEPATH: ProjectDIR/rt/help/mf
LMOD_PACKAGE_PATH D nil <empty>
Expand Down Expand Up @@ -585,6 +585,7 @@ Robert McLay mclay@tacc.utexas.edu
step 8
lua ProjectDIR/src/chkJson
===========================
Json key: ld_preload has the wrong value: testV: libsandbox.so , v.value: <empty>
Json is missing key: dot_files
rcfileA is a table
rcfileA has two entries
Expand Down
48 changes: 18 additions & 30 deletions rt/load/err.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,20 +125,16 @@ lua ProjectDIR/src/lmod.in.lua shell --regression_testing unload boost
step 18
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load boost/1.33.0
===========================
Lmod has detected the following error: The following module(s) are unknown: "boost/1.33.0"
Please check the spelling or version number. Also try "module spider ..."
It is also possible your cache file is out-of-date; it may help to try:
$ module --ignore_cache load "boost/1.33.0"
Also make sure that all modulefiles written in TCL start with the string #%Module
Lmod has detected the following error: These module(s) or extension(s) exist but cannot be loaded as requested: "boost/1.33.0"
Try: "module spider boost/1.33.0" to see how to load the module(s).
The requested module(s) require a toolchain that is incompatible with the currently loaded environment.
===========================
step 19
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load boost/1.57.0
===========================
Lmod has detected the following error: The following module(s) are unknown: "boost/1.57.0"
Please check the spelling or version number. Also try "module spider ..."
It is also possible your cache file is out-of-date; it may help to try:
$ module --ignore_cache load "boost/1.57.0"
Also make sure that all modulefiles written in TCL start with the string #%Module
Lmod has detected the following error: These module(s) or extension(s) exist but cannot be loaded as requested: "boost/1.57.0"
Try: "module spider boost/1.57.0" to see how to load the module(s).
The requested module(s) require a toolchain that is incompatible with the currently loaded environment.
===========================
step 20
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load boost
Expand Down Expand Up @@ -213,11 +209,9 @@ Currently Loaded Modules:
step 30
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load DoesNotExist
===========================
Lmod has detected the following error: The following module(s) are unknown: "DoesNotExist"
Please check the spelling or version number. Also try "module spider ..."
It is also possible your cache file is out-of-date; it may help to try:
$ module --ignore_cache load "DoesNotExist"
Also make sure that all modulefiles written in TCL start with the string #%Module
Lmod has detected the following error: These module(s) or extension(s) exist but cannot be loaded as requested: "DoesNotExist"
Try: "module spider DoesNotExist" to see how to load the module(s).
The requested module(s) require a toolchain that is incompatible with the currently loaded environment.
===========================
step 31
lua ProjectDIR/src/lmod.in.lua shell --regression_testing list
Expand Down Expand Up @@ -334,29 +328,23 @@ lua ProjectDIR/src/lmod.in.lua shell --regression_testing load go
step 39
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load bad_symlink
===========================
Lmod has detected the following error: The following module(s) are unknown: "bad_symlink"
Please check the spelling or version number. Also try "module spider ..."
It is also possible your cache file is out-of-date; it may help to try:
$ module --ignore_cache load "bad_symlink"
Also make sure that all modulefiles written in TCL start with the string #%Module
Lmod has detected the following error: These module(s) or extension(s) exist but cannot be loaded as requested: "bad_symlink"
Try: "module spider bad_symlink" to see how to load the module(s).
The requested module(s) require a toolchain that is incompatible with the currently loaded environment.
===========================
step 40
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load empty
===========================
Lmod has detected the following error: The following module(s) are unknown: "empty"
Please check the spelling or version number. Also try "module spider ..."
It is also possible your cache file is out-of-date; it may help to try:
$ module --ignore_cache load "empty"
Also make sure that all modulefiles written in TCL start with the string #%Module
Lmod has detected the following error: These module(s) or extension(s) exist but cannot be loaded as requested: "empty"
Try: "module spider empty" to see how to load the module(s).
The requested module(s) require a toolchain that is incompatible with the currently loaded environment.
===========================
step 41
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load version_only
===========================
Lmod has detected the following error: The following module(s) are unknown: "version_only"
Please check the spelling or version number. Also try "module spider ..."
It is also possible your cache file is out-of-date; it may help to try:
$ module --ignore_cache load "version_only"
Also make sure that all modulefiles written in TCL start with the string #%Module
Lmod has detected the following error: These module(s) or extension(s) exist but cannot be loaded as requested: "version_only"
Try: "module spider version_only" to see how to load the module(s).
The requested module(s) require a toolchain that is incompatible with the currently loaded environment.
===========================
step 42
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load dflt
Expand Down