Skip to content

ERR| Resource directory doesn't exist #692

Open
@wdfk-prog

Description

@wdfk-prog
  • 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @wdfk-prog

        Issue actions

          ERR| Resource directory doesn't exist · Issue #692 · UnitTestBot/UTBotCpp