dear list,
i noticed it with CXML, but here's a smaller system to reproduce it with:
git clone https://github.com/mmaul/cl-influxdb.git
(ql:quickload :cl-influxdb) (asdf:load-system :cl-influxdb.examples)
each time the examples are loaded the main systems gets reloaded.
i see something interesting in the output that may be related:
WARNING: Computing just-done stamp in plan NIL for action (ASDF/LISP-ACTION:PREPARE-OP "cl-influxdb" "cl-influxdb"), but dependency (ASDF/LISP-ACTION:LOAD-OP "cl-influxdb" "package") wasn't done yet!
CL-USER> (asdf:asdf-version) "3.3.1.1"
CL-USER> (lisp-implementation-version) "1.4.1.98.hu.dwim.3-a860f4780"