Update dependency ch.qos.logback:logback-classic to v1.5.0 #930
Annotations
42 errors and 4 warnings
JdbiSqliteJobRepositorySpec.save a job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119146206,jobId:325z7,runAt:NULL,name:test-job,properties:{"test-double":"d:13.2","test-string":"s:test"},status:CREATED,updatedAt:1708119146206}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.return true if job exists:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119146285,jobId:TUk8g,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119146285}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.return existing job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119146290,jobId:be5jg,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119146290}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119146296,jobId:lMUP6,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119146296}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.reset a job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119146312,jobId:Zrkq2,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119146312}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update start time when starting progress:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119146320,jobId:LapB7,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119146320}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update complete time when finishing progress:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119146333,jobId:84tyb,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119146333}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update progress step:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119146348,jobId:nD6Uv,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119146348}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.find next for various names and/or status:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119146367,jobId:ldG95,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119146367}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.serialize and deserialize props:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119146374,jobId:test,runAt:NULL,name:test,properties:{"string":"s:test","int":"i:0","long":"l:0","double":"d:0.0","boolean":"b:false","stringList":{"t":"s","v":["hello","world"]},"intList":{"t":"i","v":[0,1]},"longList":{"t":"l","v":[0,1]},"doubleList":{"t":"d","v":[0.0,1.0]},"booleanList":{"t":"b","v":[false,true]}},status:CREATED,updatedAt:1708119146374}, finder:[]}]
|
Build on Java 17
Gradle build failed: see console output for details
|
JdbiSqliteJobRepositorySpec.save a job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119160324,jobId:dBB9X,runAt:NULL,name:test-job,properties:{"test-double":"d:13.2","test-string":"s:test"},status:CREATED,updatedAt:1708119160324}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.return true if job exists:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119160410,jobId:s8EK8,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119160410}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.return existing job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119160425,jobId:FCQ5C,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119160425}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119160439,jobId:dMICF,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119160439}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.reset a job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119160456,jobId:P0d2W,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119160456}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update start time when starting progress:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119160467,jobId:sXnPK,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119160467}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update complete time when finishing progress:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119160494,jobId:RZMrH,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119160494}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update progress step:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119160503,jobId:25X8G,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119160503}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.find next for various names and/or status:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119160545,jobId:EK5RR,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119160545}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.serialize and deserialize props:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119160565,jobId:test,runAt:NULL,name:test,properties:{"string":"s:test","int":"i:0","long":"l:0","double":"d:0.0","boolean":"b:false","stringList":{"t":"s","v":["hello","world"]},"intList":{"t":"i","v":[0,1]},"longList":{"t":"l","v":[0,1]},"doubleList":{"t":"d","v":[0.0,1.0]},"booleanList":{"t":"b","v":[false,true]}},status:CREATED,updatedAt:1708119160565}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.save a job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119161943,jobId:DcWhr,runAt:NULL,name:test-job,properties:{"test-double":"d:13.2","test-string":"s:test"},status:CREATED,updatedAt:1708119161943}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.return true if job exists:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119161992,jobId:4oHtf,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119161992}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.return existing job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119162001,jobId:jBdmh,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119162001}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119162016,jobId:A3xu4,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119162016}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.reset a job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119162034,jobId:xbZbf,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119162034}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update start time when starting progress:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119162038,jobId:G0A5x,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119162038}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update complete time when finishing progress:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119162041,jobId:DSWPM,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119162041}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update progress step:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119162044,jobId:LNqse,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119162044}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.find next for various names and/or status:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119162064,jobId:qqgjY,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119162064}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.serialize and deserialize props:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119162070,jobId:test,runAt:NULL,name:test,properties:{"string":"s:test","int":"i:0","long":"l:0","double":"d:0.0","boolean":"b:false","stringList":{"t":"s","v":["hello","world"]},"intList":{"t":"i","v":[0,1]},"longList":{"t":"l","v":[0,1]},"doubleList":{"t":"d","v":[0.0,1.0]},"booleanList":{"t":"b","v":[false,true]}},status:CREATED,updatedAt:1708119162070}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.save a job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119162365,jobId:hdeYj,runAt:NULL,name:test-job,properties:{"test-double":"d:13.2","test-string":"s:test"},status:CREATED,updatedAt:1708119162365}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.return true if job exists:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119162435,jobId:vy5XX,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119162435}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.return existing job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119162446,jobId:fchXP,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119162446}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119162499,jobId:jFfyz,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119162499}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.reset a job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119162519,jobId:R8oqQ,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119162519}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update start time when starting progress:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119162568,jobId:3akMD,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119162568}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update complete time when finishing progress:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119162572,jobId:Maor3,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119162572}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update progress step:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119162590,jobId:7sBPJ,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119162590}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.find next for various names and/or status:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119162594,jobId:YrcEF,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708119162594}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.serialize and deserialize props:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1708119162598,jobId:test,runAt:NULL,name:test,properties:{"string":"s:test","int":"i:0","long":"l:0","double":"d:0.0","boolean":"b:false","stringList":{"t":"s","v":["hello","world"]},"intList":{"t":"i","v":[0,1]},"longList":{"t":"l","v":[0,1]},"doubleList":{"t":"d","v":[0.0,1.0]},"booleanList":{"t":"b","v":[false,true]}},status:CREATED,updatedAt:1708119162598}, finder:[]}]
|
Build on Java 11
The operation was canceled.
|
Build on Java 17
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/setup-java@v3, gradle/gradle-build-action@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build on Java 17
No files were found with the provided path: build/reports/kover/report.xml. No artifacts will be uploaded.
|
Build on Java 11
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/setup-java@v3, gradle/gradle-build-action@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build on Java 11
No files were found with the provided path: build/reports/kover/report.xml. No artifacts will be uploaded.
|