dsiebel commented on issue #8442: URL: https://github.com/apache/incubator-devlake/issues/8442#issuecomment-3167758874
> Hi, I'm still getting the error with "started_at" with v1.0.3-beta3@e474b4e . I didn't see the bug on the release notes, but the diff looks like the fix included? I can confirm that. Issue still happens with `v1.0.3-beta3` <details> <summary>Example Stacktrace</summary> ``` attached stack trace -- stack trace: | github.com/apache/incubator-devlake/core/runner.RunPluginSubTasks | /app/core/runner/run_task.go:333 | github.com/apache/incubator-devlake/core/runner.RunPluginTask | /app/core/runner/run_task.go:165 | github.com/apache/incubator-devlake/core/runner.RunTask | /app/core/runner/run_task.go:139 | github.com/apache/incubator-devlake/server/services.runTaskStandalone | /app/server/services/task_runner.go:114 | github.com/apache/incubator-devlake/server/services.RunTasksStandalone.func1 | /app/server/services/task.go:187 Wraps: (2) subtask Extract Jobs ended unexpectedly Wraps: (3) attached stack trace -- stack trace: | github.com/apache/incubator-devlake/helpers/pluginhelper/api.(*ApiExtractor).Execute | /app/helpers/pluginhelper/api/api_extractor.go:134 | [...repeated from below...] Wraps: (4) error adding result to batch (500) Wraps: (5) attached stack trace -- stack trace: | github.com/apache/incubator-devlake/impls/dalgorm.(*Dalgorm).convertGormError | /app/impls/dalgorm/dalgorm.go:547 | github.com/apache/incubator-devlake/impls/dalgorm.(*Dalgorm).CreateOrUpdate | /app/impls/dalgorm/dalgorm.go:265 | github.com/apache/incubator-devlake/helpers/pluginhelper/api.(*BatchSave).flushWithoutLocking | /app/helpers/pluginhelper/api/batch_save.go:131 | github.com/apache/incubator-devlake/helpers/pluginhelper/api.(*BatchSave).Add | /app/helpers/pluginhelper/api/batch_save.go:109 | github.com/apache/incubator-devlake/helpers/pluginhelper/api.(*ApiExtractor).Execute | /app/helpers/pluginhelper/api/api_extractor.go:132 | github.com/apache/incubator-devlake/plugins/github/tasks.ExtractJobs | /app/plugins/github/tasks/cicd_job_extractor.go:99 | github.com/apache/incubator-devlake/core/runner.runSubtask | /app/core/runner/run_task.go:425 | github.com/apache/incubator-devlake/core/runner.RunPluginSubTasks | /app/core/runner/run_task.go:330 | github.com/apache/incubator-devlake/core/runner.RunPluginTask | /app/core/runner/run_task.go:165 | github.com/apache/incubator-devlake/core/runner.RunTask | /app/core/runner/run_task.go:139 | github.com/apache/incubator-devlake/server/services.runTaskStandalone | /app/server/services/task_runner.go:114 | github.com/apache/incubator-devlake/server/services.RunTasksStandalone.func1 | /app/server/services/task.go:187 | runtime.goexit | /usr/local/go/src/runtime/asm_amd64.s:1598 Wraps: (6) Error 1292 (22007): Incorrect datetime value: '0000-00-00' for column 'started_at' at row 451 (500) Wraps: (7) Error 1292 (22007): Incorrect datetime value: '0000-00-00' for column 'started_at' at row 451 Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *withstack.withStack (6) *errutil.withPrefix (7) *mysql.MySQLError ``` </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org