We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I receive the following traceback:
An unhandled error condition has been signalled: device must be nil or :unspecific Evaluation stack: Warning: while extracting symbols from /lib32/librt.so.1: couldn't find .symtab section Warning: while extracting symbols from /lib32/libm.so.6: couldn't find .symtab section Warning: while extracting symbols from /lib32/libdl.so.2: couldn't find .symtab section Warning: while extracting symbols from /lib32/libc.so.6: couldn't find .symtab section Warning: while extracting symbols from /lib/ld-linux.so.2: couldn't find .symtab section Warning: while extracting symbols from /lib32/libnss_files.so.2: couldn't find .symtab section Warning: while extracting symbols from /lib32/libnss_dns.so.2: couldn't find .symtab section Warning: while extracting symbols from /lib32/libresolv.so.2: couldn't find .symtab section ->(TPL::ZOOM-COMMAND :FROM-READ-EVAL-PRINT-LOOP NIL :COUNT T :ALL T) (SYS::..RUNTIME-OPERATION #19="applyn" . #6=(:UNKNOWN-ARGS)) (TPL:DO-COMMAND "zoom" :FROM-READ-EVAL-PRINT-LOOP NIL :COUNT T :ALL T) (TRIVIAL-BACKTRACE:PRINT-BACKTRACE-TO-STREAM #<TERMINAL-SIMPLE-STREAM [initial terminal io] fd 0/1 @ #x2017c4fa>) (TRIVIAL-BACKTRACE:PRINT-BACKTRACE #1=#<SIMPLE-ERROR @ #x23188312>) ((:INTERNAL ROS.SCRIPT.RUN-TESTS::MAIN) #1#) (SYS::..RUNTIME-OPERATION #18="comp_to_interp" #1#) (SIGNAL #1#) (ERROR SIMPLE-ERROR :FORMAT-CONTROL #2="device must be nil or :unspecific" :FORMAT-ARGUMENTS NIL) (EXCL::.ERROR #2#) (MAKE-PATHNAME :DEVICE "home" :DIRECTORY (:ABSOLUTE "runner" "work" "cl-info" "cl-info" "t") :TYPE "lisp" :DEFAULTS #3=#P"/home/runner/.cache/common-lisp/acl-10.1-linux-x86/home/runner/work/cl-info/cl-info/t/core.fasl") (ROVE/CORE/SUITE/FILE:RESOLVE-FILE #3#) (ROVE/CORE/SUITE/PACKAGE::MAKE-NEW-SUITE #4=#<The CL-INFO-TEST/CORE package>)
The problem is in the
rove/core/suite/file.lisp
Line 29 in bbc7b8e
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I receive the following traceback:
The problem is in the
rove/core/suite/file.lisp
Line 29 in bbc7b8e
The text was updated successfully, but these errors were encountered: