facebook / infer

A static analyzer for Java, C, C++, and Objective-C
http://fbinfer.com/
MIT License
14.97k stars 2.02k forks source link

External Error: *** capture failed to execute: exited with code 65 Error backtrace: #1636

Open blooming2017 opened 2 years ago

blooming2017 commented 2 years ago

1,infer version:V1.1.0 2,macOS Catalina 10.15.3 3,command : infer --keep-going -- xcodebuild -workspace /Users/Desktop/MyProject.xcworkspace -scheme MyProject. -configuration Debug -arch x86_64 ONLY_ACTIVE=NO VALID_ARCHS=x86_64 -UseModernBuildSystem=1 4,Error: External Error: *** capture failed to execute: exited with code 65 Error backtrace: Raised at Stdlib.input_line.scan in file "stdlib.ml", line 449, characters 14-31 Called from StdioIn_channel.input_line_exn in file "src/in_channel.ml" (inlined), line 68, characters 13-30 Called from IBaseUtils.with_channel_in in file "src/base/Utils.ml", line 260, characters 11-44 Re-raised at IBaseDie.raise_error.do_raise in file "src/base/Die.ml", line 26, characters 8-56 Called from IntegrationDriver.capture in file "src/integration/Driver.ml", line 145, characters 6-36 Called from IBaseUtils.timeit in file "src/base/Utils.ml", line 429, characters 16-20 Called from IBaseScubaLogging.execute_with_time_logging in file "src/base/ScubaLogging.ml", line 79, characters 29-44 Called from BackendGCStats.log_f in file "src/backend/GCStats.ml", line 90, characters 10-14 Called from DuneexeInfer.run in file "src/infer.ml", line 20, characters 2-36 Called from IBaseUtils.timeit in file "src/base/Utils.ml", line 429, characters 16-20 Called from IBaseScubaLogging.execute_with_time_logging in file "src/base/ScubaLogging.ml", line 79, characters 29-44 Called from Duneexe__Infer.run in file "src/infer.ml", line 25, characters 22-94

akkrat commented 2 years ago
  1. Infer version v1.1.0-1ce42b158
  2. macOS Monterey 12.4
  3. infer --skip-translation-headers 'pod-packages' --skip-analysis-in-path 'pod-packages' --skip-translation-headers 'components' --skip-analysis-in-path 'components' -- xcodebuild -scheme 'Scheme' -configuration Release -sdk iphonesimulator -workspace SchemeAlpha.xcworkspace GCC_PREPROCESSOR_DEFINITIONS='$GCC_PREPROCESSOR_DEFINITIONS INFER' SWIFT_ACTIVE_COMPILATION_CONDITIONS='$SWIFT_ACTIVE_COMPILATION_CONDITIONS INFER' EXCLUDED_ARCHS=arm64 clean build
  4. External Error: *** capture failed to execute: exited with code 65 Error backtrace: Raised at Stdlib.input_line.scan in file "stdlib.ml", line 456, characters 14-31 Called from StdioIn_channel.input_line_exn in file "src/in_channel.ml" (inlined), line 68, characters 13-30 Called from IBaseUtils.with_channel_in in file "src/base/Utils.ml", line 255, characters 11-44 Re-raised at IBaseDie.raise_error.do_raise in file "src/base/Die.ml" (inlined), line 26, characters 8-56 Called from IBaseLogging.die.(fun) in file "src/base/Logging.ml", line 333, characters 6-39 Called from IntegrationDriver.capture in file "src/integration/Driver.ml", line 169, characters 8-38 Called from IBaseUtils.timeit in file "src/base/Utils.ml", line 424, characters 16-20 Called from IBaseScubaLogging.execute_with_time_logging in file "src/base/ScubaLogging.ml" (inlined), line 83, characters 29-44 Called from IntegrationDriver.capture.(fun) in file "src/integration/Driver.ml", line 183, characters 2-233 Called from BackendGCStats.log_f in file "src/backend/GCStats.ml", line 90, characters 10-14 Called from DuneexeInfer.run in file "src/infer.ml" (inlined), line 20, characters 2-36 Called from IBaseUtils.timeit in file "src/base/Utils.ml" (inlined), line 424, characters 16-20 Called from IBase__ScubaLogging.execute_with_time_logging in file "src/base/ScubaLogging.ml" (inlined), line 83, characters 29-44 Called from DuneexeInfer.run in file "src/infer.ml", line 25, characters 22-94

coooliang commented 1 year ago

1.Infer version v1.1.0-aa58dd1824 Copyright 2009 - present Facebook. All Rights Reserved.

2.macOS Ventura 13.4

  1. infer --keep-going --no-xcpretty -- xcodebuild -workspace YinYin.xcworkspace -scheme yypt -configuration Debug -sdk iphoneos
XCODEBUILD: (4 failures)
External Error: *** capture failed to execute: exited with code 65
Error backtrace:
Raised at Stdlib.input_line.scan in file "stdlib.ml", line 456, characters 14-31
Called from Stdio__In_channel.input_line_exn in file "src/in_channel.ml" (inlined), line 64, characters 13-30
Called from IBase__Utils.with_channel_in in file "src/base/Utils.ml", line 277, characters 11-44
Re-raised at IBase__Die.raise_error.do_raise in file "src/base/Die.ml", line 26, characters 8-56
Called from Integration__Driver.capture in file "src/integration/Driver.ml", line 246, characters 10-40
Called from IBase__Utils.timeit in file "src/base/Utils.ml", line 472, characters 16-20
Called from IBase__ScubaLogging.execute_with_time_logging in file "src/base/ScubaLogging.ml", line 83, characters 26-41
Called from Backend__GCStats.log_f in file "src/backend/GCStats.ml", line 93, characters 10-14
Called from Dune__exe__Infer.run in file "src/infer.ml", line 21, characters 2-36
Called from IBase__Utils.timeit in file "src/base/Utils.ml", line 472, characters 16-20
Called from IBase__ScubaLogging.execute_with_time_logging in file "src/base/ScubaLogging.ml", line 83, characters 26-41
Called from Dune__exe__Infer.run in file "src/infer.ml", line 27, characters 22-94