Skip to content

Fix test to include the 2.0 which is not hidden due to not setting se…

450d178
Select commit
Loading
Failed to load commit list.
Open

Add in-memory caching for directory reads #613

Fix test to include the 2.0 which is not hidden due to not setting se…
450d178
Select commit
Loading
Failed to load commit list.
Cirrus CI / main CIRRUS_ARCH:arm64 CIRRUS_OS:linux LANG:C LANGUAGE:C LC_ALL:C MAKE:make arm_container:almalinux:9 failed Feb 17, 2026 in 19m 20s

Task Summary

Instruction test failed in 17:15

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:21 clone
✅ 01:05 reqinstall
✅ 00:03 configure
✅ 00:32 build
❌ 17:15 test

if [ -n "$TEST_SPECIFIC_CONFIG" ]; then
  $MAKE $TEST_SPECIFIC_CONFIG
fi
$MAKE test-deps
  GEN modulecmd-test.tcl
script/mt
curl --location --remote-name --retry 3 --retry-connrefused --retry-delay 20 --max-time 20 https://raw.githubusercontent.com/jeffkaufman/icdiff/release-2.0.4/icdiff
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 29101  100 29101    0     0   473k      0 --:--:-- --:--:-- --:--:--  473k
echo "597bd4cda393803e5991c43b78cab3b3  icdiff" | md5sum --status -c - || \
	md5 -c 597bd4cda393803e5991c43b78cab3b3 icdiff
chmod +x icdiff
TCLSH=/usr/bin/tclsh; export TCLSH; \
MODULECMD=modulecmd-test.tcl; export MODULECMD; \
OBJDIR=`pwd -P`; export OBJDIR; \
TESTSUITEDIR=`cd testsuite;pwd -P`; export TESTSUITEDIR; \
runtest --srcdir $TESTSUITEDIR --objdir $OBJDIR -v -v >/dev/null 2>&1 --tool modules 
gmake: *** [Makefile:1004: test] Error 1
�[1;33;7m=== test summary ===�[0m
# of expected passes		23635
# of expected failures		1
# of unresolved testcases	1

Exit status: 2