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_OS:linux DEBIAN_FRONTEND:noninteractive LANG:C LANGUAGE:C LC_ALL:C MAKE:make container:ubuntu:jammy failed Feb 17, 2026 in 17m 56s

Task Summary

Instruction test failed in 15:01

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:18 clone
✅ 02:01 reqinstall
✅ 00:02 configure
✅ 00:28 build
❌ 15:01 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   338k      0 --:--:-- --:--:-- --:--:--  342k
echo "597bd4cda393803e5991c43b78cab3b3  icdiff" | md5sum --status -c - || \
	md5 -c 597bd4cda393803e5991c43b78cab3b3 icdiff
chmod +x icdiff
TCLSH=/usr/bin/tclsh8.6; 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 2
�[1;33;7m=== test summary ===�[0m
# of expected passes		23672
# of expected failures		1

Exit status: 2