Log collection with successful project build, just record this for optimization

Running agola in spit mode with docker (agola + splited executor), here are the logs in each side, when start a new build of a project that end with suc.

  • log in main-agola (non-executor)
agola_1  | 2020-01-04T04:30:04.878Z	INFO	action/action.go:238	creating run from existing run
agola_1  | 2020-01-04T04:30:05.476Z	INFO	scheduler/scheduler.go:103	starting run 0000001f0p639-0000000000015
agola_1  | 2020-01-04T04:30:05.817Z	INFO	notification/runevents.go:114	failed to update commit status: 404 Not Found
agola_1  | 2020-01-04T04:30:11.874Z	WARN	runservice/scheduler.go:709	err: run modified:
agola_1  |     agola.io/agola/internal/services/runservice/store.AtomicPutRun
agola_1  |         /agola/internal/services/runservice/store/store.go:407
agola_1  | 2020-01-04T04:30:11.932Z	WARN	runservice/scheduler.go:709	err: run modified:
agola_1  |     agola.io/agola/internal/services/runservice/store.AtomicPutRun
agola_1  |         /agola/internal/services/runservice/store/store.go:407
agola_1  | 2020-01-04T04:30:32.906Z	WARN	runservice/scheduler.go:709	err: run modified:
agola_1  |     agola.io/agola/internal/services/runservice/store.AtomicPutRun
agola_1  |         /agola/internal/services/runservice/store/store.go:468
agola_1  | 2020-01-04T04:30:33.141Z	WARN	runservice/scheduler.go:709	err: run modified:
agola_1  |     agola.io/agola/internal/services/runservice/store.AtomicPutRun
agola_1  |         /agola/internal/services/runservice/store/store.go:407
agola_1  | 2020-01-04T04:30:38.735Z	ERROR	api/executor.go:162	err: executor task "cf888fea-4675-47e0-9c15-09bf1c629a5f" not found

agola_1  | 2020-01-04T04:31:32.703Z	ERROR	runservice/scheduler.go:1228	err: run modified:
agola_1  |     agola.io/agola/internal/services/runservice/store.AtomicPutRun
agola_1  |         /agola/internal/services/runservice/store/store.go:407

agola_1  | 2020-01-04T04:31:37.475Z	ERROR	api/executor.go:162	err: executor task "3ef12eab-6919-4747-9725-d31f3b550f93" not found
agola_1  | 2020-01-04T04:31:45.531Z	ERROR	api/executor.go:162	err: executor task "36e7f0e9-ead5-4907-82c2-94ab2e0e7996" not found
agola_1  | 2020-01-04T04:33:01.734Z	ERROR	api/executor.go:162	err: executor task "94aa62bb-792e-4828-a510-6aa3ea1cf79c" not found

agola_1  | 2020-01-04T04:33:11.786Z	ERROR	api/executor.go:162	err: cannot get run "0000001f0p639-0000000000015":
agola_1  |     agola.io/agola/internal/services/runservice/action.(*ActionHandler).GetExecutorTask
agola_1  |         /agola/internal/services/runservice/action/action.go:600
agola_1  |   - key not found:
agola_1  |     agola.io/agola/internal/etcd.init
agola_1  |         /agola/internal/etcd/etcd.go:37
agola_1  | 2020-01-04T04:33:13.825Z	ERROR	api/executor.go:162	err: executor task "9a2903ec-abb9-45c2-8e7b-ab3032235152" not found
agola_1  | {"level":"info","ts":"2020-01-04T04:37:44.740Z","caller":"mvcc/index.go:189","msg":"compact tree index","revision":3645402}
agola_1  | 2020-01-04T04:37:44.750Z	INFO	etcd/etcd.go:386	compacted revision: 3645402
  • log in executor
agola-exec_1  | 2020-01-04T04:32:58.895Z	INFO	executor/executor.go:1054	removing pod 09438d86-0a96-4190-95c2-e54f42397571 for not running task: 94aa62bb-792e-4828-a510-6aa3ea1cf79c
agola-exec_1  | 2020-01-04T04:33:01.734Z	INFO	executor/executor.go:1246	removing task dir "/data/agola/executor/tasks/94aa62bb-792e-4828-a510-6aa3ea1cf79c"
agola-exec_1  | 2020-01-04T04:33:09.283Z	INFO	executor/executor.go:1054	removing pod 721e33dc-c048-496c-af25-3e3f71f1bc67 for not running task: 9a2903ec-abb9-45c2-8e7b-ab3032235152
agola-exec_1  | 2020-01-04T04:33:11.678Z	WARN	executor/executor.go:1149	err: unknown api error (code: 500): 
agola-exec_1  | 
agola-exec_1  | 2020-01-04T04:33:11.678Z	ERROR	executor/executor.go:1131	err: unknown api error (code: 500): 
agola-exec_1  | 
agola-exec_1  | 2020-01-04T04:33:11.824Z	ERROR	executor/executor.go:1211	err: internal server error:
agola-exec_1  |     agola.io/agola/services/runservice/client.(*Client).getResponse
agola-exec_1  |         /agola/services/runservice/client/client.go:94
agola-exec_1  | 2020-01-04T04:33:13.825Z	INFO	executor/executor.go:1246	removing task dir "/data/agola/executor/tasks/9a2903ec-abb9-45c2-8e7b-ab3032235152"

@huapox Sorry but I don’t understand what you’re asking here…