UTBotCpp icon indicating copy to clipboard operation
UTBotCpp copied to clipboard

ERR| Resource directory doesn't exist

Open wdfk-prog opened this issue 9 months ago • 0 comments

  • vscode + cmake used

  • generate test failed

  • why?

  • server.log

2025-04-10 16:40:23.900 [   ]             loguru.cpp:770   INFO| Logging to 'utbot/utbot_distr/logs/everything.log', mode: 'a', verbosity: 9
2025-04-10 16:40:23.901 [  ]             loguru.cpp:770   INFO| Logging to 'utbot/utbot_distr/logs//latest_readable.log', mode: 'w', verbosity: 0
2025-04-10 16:40:23.905 [   ]             Server.cpp:674    ERR| ITF request path: 
2025-04-10 16:40:23.905 [   ]             Server.cpp:676    ERR| ITF request2 path: ""
2025-04-10 16:40:24.097 [   ]   CompilationUtils.cpp:211    ERR| Resource directory doesn't exist: ""
2025-04-10 16:40:24.105 [   ]             Server.cpp:580   INFO| GenerateProjectStubs receive:
projectContext {
  projectName: "******"
  projectPath: "******"
  testDirPath: "******/tests"
  buildDirRelativePath: "******/build/"
  clientProjectPath: "******"
}
settingsContext {
  generateForStaticFunctions: true
  timeoutPerFunction: 30
  useStubs: true
}
targetPath: "TTrack.elf"

2025-04-10 16:40:24.222 [   ]   CompilationUtils.cpp:211    ERR| Resource directory doesn't exist: ""
2025-04-10 16:40:24.223 [   ]TargetBuildDatabase.cpp:24    INFO| Chosen target: ******.elf
2025-04-10 16:40:24.239 [   ]   CompilationUtils.cpp:211    ERR| Resource directory doesn't exist: ""
2025-04-10 16:40:52.897 [   ]             loguru.cpp:770   INFO| Logging to 'everything.log', mode: 'a', verbosity: 9
2025-04-10 16:40:52.898 [embedsky-WGSH   ]             loguru.cpp:770   INFO| Logging to 'latest_readable.log', mode: 'w', verbosity: 0
  • client.log
16:40:52 | Successfully connected to server
16:41:05 | Sending function tests request 
lineInfo: [******.cpp 60]
16:41:06 | 14 UNAVAILABLE: Connection dropped
16:41:06 | 14 UNAVAILABLE: No connection established
16:41:06 | Connection with server lost

wdfk-prog avatar Apr 10 '25 08:04 wdfk-prog