[PATCH] D112759: [llvm] [Debuginfo] Add llvm-debuginfod-find tool and end-to-end-tests.
Mikael Holmén via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 15 04:37:42 PST 2021
uabelho added a comment.
Hi,
I get the following error when I run tests (check-all) on this commit:
FAIL: LLVM :: tools/llvm-debuginfod-find/debuginfod.test (32121 of 80857)
******************** TEST 'LLVM :: tools/llvm-debuginfod-find/debuginfod.test' FAILED ********************
Script:
--
: 'RUN: at line 2'; rm -rf /repo/uabelho/master-github/llvm/build-all-builtins/test/tools/llvm-debuginfod-find/Output/debuginfod.test.tmp
: 'RUN: at line 3'; mkdir /repo/uabelho/master-github/llvm/build-all-builtins/test/tools/llvm-debuginfod-find/Output/debuginfod.test.tmp
: 'RUN: at line 5'; DEBUGINFOD_CACHE_PATH=/repo/uabelho/master-github/llvm/build-all-builtins/test/tools/llvm-debuginfod-find/Output/debuginfod.test.tmp python /repo/uabelho/master-github/llvm/test/tools/llvm-debuginfod-find/debuginfod.test --server-path /repo/uabelho/master-github/llvm/test/tools/llvm-debuginfod-find/Inputs --tool-cmd '/repo/uabelho/master-github/llvm/build-all-builtins/bin/llvm-debuginfod-find --dump --executable abcdef' | /repo/uabelho/master-github/llvm/build-all-builtins/bin/FileCheck /repo/uabelho/master-github/llvm/test/tools/llvm-debuginfod-find/debuginfod.test --check-prefix=EXECUTABLE
: 'RUN: at line 8'; DEBUGINFOD_CACHE_PATH=/repo/uabelho/master-github/llvm/build-all-builtins/test/tools/llvm-debuginfod-find/Output/debuginfod.test.tmp python /repo/uabelho/master-github/llvm/test/tools/llvm-debuginfod-find/debuginfod.test --server-path /repo/uabelho/master-github/llvm/test/tools/llvm-debuginfod-find/Inputs --tool-cmd '/repo/uabelho/master-github/llvm/build-all-builtins/bin/llvm-debuginfod-find --dump --source=/directory/file.c abcdef' | /repo/uabelho/master-github/llvm/build-all-builtins/bin/FileCheck /repo/uabelho/master-github/llvm/test/tools/llvm-debuginfod-find/debuginfod.test --check-prefix=SOURCE
: 'RUN: at line 11'; DEBUGINFOD_CACHE_PATH=/repo/uabelho/master-github/llvm/build-all-builtins/test/tools/llvm-debuginfod-find/Output/debuginfod.test.tmp python /repo/uabelho/master-github/llvm/test/tools/llvm-debuginfod-find/debuginfod.test --server-path /repo/uabelho/master-github/llvm/test/tools/llvm-debuginfod-find/Inputs --tool-cmd '/repo/uabelho/master-github/llvm/build-all-builtins/bin/llvm-debuginfod-find --dump --debuginfo abcdef' | /repo/uabelho/master-github/llvm/build-all-builtins/bin/FileCheck /repo/uabelho/master-github/llvm/test/tools/llvm-debuginfod-find/debuginfod.test --check-prefix=DEBUGINFO
: 'RUN: at line 21'; DEBUGINFOD_CACHE_PATH=/repo/uabelho/master-github/llvm/build-all-builtins/test/tools/llvm-debuginfod-find/Output/debuginfod.test.tmp /repo/uabelho/master-github/llvm/build-all-builtins/bin/llvm-debuginfod-find --dump --executable abcdef | /repo/uabelho/master-github/llvm/build-all-builtins/bin/FileCheck /repo/uabelho/master-github/llvm/test/tools/llvm-debuginfod-find/debuginfod.test --check-prefix=EXECUTABLE
: 'RUN: at line 23'; DEBUGINFOD_CACHE_PATH=/repo/uabelho/master-github/llvm/build-all-builtins/test/tools/llvm-debuginfod-find/Output/debuginfod.test.tmp /repo/uabelho/master-github/llvm/build-all-builtins/bin/llvm-debuginfod-find --dump --source=/directory/file.c abcdef | /repo/uabelho/master-github/llvm/build-all-builtins/bin/FileCheck /repo/uabelho/master-github/llvm/test/tools/llvm-debuginfod-find/debuginfod.test --check-prefix=SOURCE
: 'RUN: at line 26'; DEBUGINFOD_CACHE_PATH=/repo/uabelho/master-github/llvm/build-all-builtins/test/tools/llvm-debuginfod-find/Output/debuginfod.test.tmp /repo/uabelho/master-github/llvm/build-all-builtins/bin/llvm-debuginfod-find --dump --debuginfo abcdef | /repo/uabelho/master-github/llvm/build-all-builtins/bin/FileCheck /repo/uabelho/master-github/llvm/test/tools/llvm-debuginfod-find/debuginfod.test --check-prefix=DEBUGINFO
--
Exit Code: 2
Command Output (stderr):
--
File "/repo/uabelho/master-github/llvm/test/tools/llvm-debuginfod-find/debuginfod.test", line 55
env['DEBUGINFOD_URLS'] = f'http://localhost:%s' % port
^
SyntaxError: invalid syntax
FileCheck error: '<stdin>' is empty.
FileCheck command line: /repo/uabelho/master-github/llvm/build-all-builtins/bin/FileCheck /repo/uabelho/master-github/llvm/test/tools/llvm-debuginfod-find/debuginfod.test --check-prefix=EXECUTABLE
--
Any idea what is going on?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112759/new/
https://reviews.llvm.org/D112759
More information about the llvm-commits
mailing list