0% found this document useful (0 votes)
85 views53 pages

Message

The log file documents Flyway running database migrations on a MySQL database. It checked the database connection, detected 323 migrations that did not follow the naming convention, created the schema and migration history table, and applied the first migration to create the database. There were numerous warnings logged around character set and integer display width deprecations.

Uploaded by

Rafael de Lima
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
85 views53 pages

Message

The log file documents Flyway running database migrations on a MySQL database. It checked the database connection, detected 323 migrations that did not follow the naming convention, created the schema and migration history table, and applied the first migration to create the database. There were numerous warnings logged around character set and integer display width deprecations.

Uploaded by

Rafael de Lima
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 53

2022-06-24T18:34:26.

043741428Z Checking mysql://database:3306 connection


2022-06-24T18:34:36.613406873Z A new version of Flyway is available
2022-06-24T18:34:36.613474446Z Upgrade to Flyway 8.5.13: https://rd.gt/2X0gakb
2022-06-24T18:34:36.613601178Z Flyway Community Edition 8.5.10 by Redgate
2022-06-24T18:34:36.613621495Z See what's new here:
https://flywaydb.org/documentation/learnmore/releaseNotes#8.5.10
2022-06-24T18:34:36.613687963Z
2022-06-24T18:34:36.664735880Z 323 SQL migrations were detected but not run because
they did not follow the filename convention.
2022-06-24T18:34:36.665022515Z If this is in error, enable debug logging or
'validateMigrationNaming' to fail fast and see a list of the invalid file names.
2022-06-24T18:34:36.680615821Z Database: jdbc:mysql://database:3306/ (MySQL 8.0)
2022-06-24T18:34:36.797999153Z Creating schema `gosharec_goshare` ...
2022-06-24T18:34:36.834834830Z Creating Schema History table
`gosharec_goshare`.`flyway_schema_history` ...
2022-06-24T18:34:36.972015942Z Current version of schema `gosharec_goshare`: null
2022-06-24T18:34:38.523656444Z Migrating schema `gosharec_goshare` to version "0001
- create database gosharec goshare"
2022-06-24T18:34:38.580377437Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:38.632916571Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:38.632997930Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:38.633080503Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:38.633099014Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:38.633104637Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:38.633108415Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:38.701756310Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:38.734474406Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:38.734503293Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:38.773766024Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:38.773833338Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:38.803506306Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:38.844549536Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:38.882720252Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:38.882750479Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:38.927430645Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:38.959517368Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:38.994718037Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:38.994747096Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:39.040577304Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:39.040641831Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:39.099689600Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:39.099719359Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:39.099726042Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:39.099975993Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:39.179725153Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:39.251891554Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:39.318853988Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:39.415686193Z WARNING: DB: Specifying number of digits for
floating point data types is deprecated and will be removed in a future release.
(SQL State: - Error Code: 1681)
2022-06-24T18:34:39.415714788Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:39.449992622Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:39.522444742Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:39.588382190Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:39.707344125Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:39.753303825Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:39.817453026Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:39.817480737Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:39.847092899Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:39.880665643Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:40.010903273Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:40.039296482Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:40.073757908Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:40.125149715Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:40.156274784Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:40.156296047Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:40.230977554Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:40.231008860Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:40.267263606Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:40.296681586Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:40.318548009Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:40.352008103Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:40.352073950Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:40.409893508Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:40.472036633Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:40.533455678Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:40.595316543Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:40.714815599Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:40.816373227Z WARNING: DB: Specifying number of digits for
floating point data types is deprecated and will be removed in a future release.
(SQL State: - Error Code: 1681)
2022-06-24T18:34:40.816408996Z WARNING: DB: Specifying number of digits for
floating point data types is deprecated and will be removed in a future release.
(SQL State: - Error Code: 1681)
2022-06-24T18:34:40.816416132Z WARNING: DB: Specifying number of digits for
floating point data types is deprecated and will be removed in a future release.
(SQL State: - Error Code: 1681)
2022-06-24T18:34:40.816420888Z WARNING: DB: Specifying number of digits for
floating point data types is deprecated and will be removed in a future release.
(SQL State: - Error Code: 1681)
2022-06-24T18:34:40.816425222Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:40.816429327Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:40.863145631Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:40.902034626Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:40.963371701Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:41.022227496Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:41.080456554Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:41.101221150Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:41.150212154Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:41.177075047Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:41.214249014Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:41.249516587Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:41.274961436Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:41.302151728Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:41.342907260Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:41.389627221Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:41.389655875Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:41.419927836Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:41.419970411Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:41.454538925Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:41.454572693Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:41.527780105Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:41.627873436Z WARNING: DB: Data truncated for column
'driver_inbox' at row 91 (SQL State: - Error Code: 1265)
2022-06-24T18:34:41.627909327Z WARNING: DB: Data truncated for column
'driver_inbox' at row 146 (SQL State: - Error Code: 1265)
2022-06-24T18:34:41.628034470Z WARNING: DB: Data truncated for column
'driver_inbox' at row 172 (SQL State: - Error Code: 1265)
2022-06-24T18:34:41.628053557Z WARNING: DB: Data truncated for column
'driver_inbox' at row 207 (SQL State: - Error Code: 1265)
2022-06-24T18:34:41.628059228Z WARNING: DB: Data truncated for column
'driver_inbox' at row 246 (SQL State: - Error Code: 1265)
2022-06-24T18:34:41.628063320Z WARNING: DB: Data truncated for column
'driver_inbox' at row 247 (SQL State: - Error Code: 1265)
2022-06-24T18:34:41.628068092Z WARNING: DB: Data truncated for column
'driver_inbox' at row 249 (SQL State: - Error Code: 1265)
2022-06-24T18:34:41.685947897Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:41.685989102Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:41.685996597Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:41.828686793Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:41.867758282Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:41.908844375Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:42.019467153Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:42.077144137Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:42.230546418Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:42.269998625Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:42.316580295Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:42.510204559Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:42.591551870Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:42.591583106Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:42.622940861Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:42.622970451Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:42.655490968Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:42.683533286Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:42.706673885Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:42.740058465Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:42.740088443Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:42.773220916Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:42.801877968Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:42.831414808Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:43.004554403Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:43.040714393Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:43.172662516Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:43.241966215Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:43.272513831Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:43.302085017Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:43.328411834Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:43.361437728Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:43.388562337Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:43.419157115Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:43.464222397Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:43.498805534Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:43.538796982Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:43.578014951Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:43.611242344Z WARNING: DB: Data truncated for column
'truck_model_status' at row 239 (SQL State: - Error Code: 1265)
2022-06-24T18:34:43.611291584Z WARNING: DB: Data truncated for column
'truck_model_status' at row 240 (SQL State: - Error Code: 1265)
2022-06-24T18:34:43.611356858Z WARNING: DB: Data truncated for column
'truck_model_status' at row 241 (SQL State: - Error Code: 1265)
2022-06-24T18:34:43.611372316Z WARNING: DB: Data truncated for column
'truck_model_status' at row 247 (SQL State: - Error Code: 1265)
2022-06-24T18:34:43.691642756Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:43.722272446Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:43.766917943Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:43.911805683Z WARNING: DB: Specifying number of digits for
floating point data types is deprecated and will be removed in a future release.
(SQL State: - Error Code: 1681)
2022-06-24T18:34:43.911837533Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:43.939272254Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:43.994355445Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:44.045954594Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:44.071546151Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:44.102756499Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:44.166876225Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:44.381186005Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:44.381216840Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:44.381224071Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:44.453169344Z WARNING: DB: Data truncated for column 'mobile_type'
at row 48 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453201906Z WARNING: DB: Data truncated for column 'mobile_type'
at row 190 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453208338Z WARNING: DB: Data truncated for column 'mobile_type'
at row 191 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453213158Z WARNING: DB: Data truncated for column 'mobile_type'
at row 193 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453332053Z WARNING: DB: Data truncated for column 'mobile_type'
at row 194 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453347078Z WARNING: DB: Data truncated for column 'mobile_type'
at row 195 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453352591Z WARNING: DB: Data truncated for column 'mobile_type'
at row 196 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453357083Z WARNING: DB: Data truncated for column 'mobile_type'
at row 198 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453361523Z WARNING: DB: Data truncated for column 'mobile_type'
at row 199 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453370140Z WARNING: DB: Data truncated for column 'mobile_type'
at row 201 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453374413Z WARNING: DB: Data truncated for column 'mobile_type'
at row 203 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453388075Z WARNING: DB: Data truncated for column 'mobile_type'
at row 204 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453392920Z WARNING: DB: Data truncated for column 'mobile_type'
at row 205 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453396978Z WARNING: DB: Data truncated for column 'mobile_type'
at row 206 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453401402Z WARNING: DB: Data truncated for column 'mobile_type'
at row 217 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453440741Z WARNING: DB: Data truncated for column 'mobile_type'
at row 218 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453459070Z WARNING: DB: Data truncated for column 'mobile_type'
at row 219 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453464952Z WARNING: DB: Data truncated for column 'mobile_type'
at row 229 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453468935Z WARNING: DB: Data truncated for column 'mobile_type'
at row 230 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453472272Z WARNING: DB: Data truncated for column 'is_helper'
at row 314 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453475563Z WARNING: DB: Data truncated for column 'is_helper'
at row 315 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453479191Z WARNING: DB: Data truncated for column 'mobile_type'
at row 365 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453482350Z WARNING: DB: Data truncated for column 'mobile_type'
at row 366 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453485540Z WARNING: DB: Data truncated for column 'mobile_type'
at row 367 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453489121Z WARNING: DB: Data truncated for column 'mobile_type'
at row 368 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453862420Z WARNING: DB: Data truncated for column 'mobile_type'
at row 369 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453878292Z WARNING: DB: Data truncated for column 'mobile_type'
at row 370 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453884470Z WARNING: DB: Data truncated for column 'mobile_type'
at row 371 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453888701Z WARNING: DB: Data truncated for column 'mobile_type'
at row 372 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453892867Z WARNING: DB: Data truncated for column 'mobile_type'
at row 373 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453897119Z WARNING: DB: Data truncated for column 'mobile_type'
at row 374 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453901005Z WARNING: DB: Data truncated for column 'mobile_type'
at row 375 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453904820Z WARNING: DB: Data truncated for column 'mobile_type'
at row 376 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453908529Z WARNING: DB: Data truncated for column 'mobile_type'
at row 377 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453912411Z WARNING: DB: Data truncated for column 'mobile_type'
at row 378 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453916248Z WARNING: DB: Data truncated for column 'mobile_type'
at row 379 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453926160Z WARNING: DB: Data truncated for column 'mobile_type'
at row 380 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453930622Z WARNING: DB: Data truncated for column 'mobile_type'
at row 381 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453934584Z WARNING: DB: Data truncated for column 'mobile_type'
at row 384 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453938005Z WARNING: DB: Data truncated for column 'mobile_type'
at row 385 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453941538Z WARNING: DB: Data truncated for column 'mobile_type'
at row 386 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453944882Z WARNING: DB: Data truncated for column 'mobile_type'
at row 387 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453948017Z WARNING: DB: Data truncated for column 'mobile_type'
at row 388 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453951318Z WARNING: DB: Data truncated for column 'mobile_type'
at row 389 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453954554Z WARNING: DB: Data truncated for column 'mobile_type'
at row 390 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453957695Z WARNING: DB: Data truncated for column 'mobile_type'
at row 391 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453962126Z WARNING: DB: Data truncated for column 'mobile_type'
at row 393 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453966031Z WARNING: DB: Data truncated for column 'mobile_type'
at row 394 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453969412Z WARNING: DB: Data truncated for column 'mobile_type'
at row 395 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453973019Z WARNING: DB: Data truncated for column 'mobile_type'
at row 396 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453976771Z WARNING: DB: Data truncated for column 'mobile_type'
at row 397 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453980410Z WARNING: DB: Data truncated for column 'mobile_type'
at row 398 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453983509Z WARNING: DB: Data truncated for column 'mobile_type'
at row 399 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453987194Z WARNING: DB: Data truncated for column 'mobile_type'
at row 400 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453990655Z WARNING: DB: Data truncated for column 'mobile_type'
at row 406 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453994226Z WARNING: DB: Data truncated for column 'mobile_type'
at row 407 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.453997953Z WARNING: DB: Data truncated for column 'mobile_type'
at row 408 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454003289Z WARNING: DB: Data truncated for column 'mobile_type'
at row 409 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454007110Z WARNING: DB: Data truncated for column 'mobile_type'
at row 410 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454010192Z WARNING: DB: Data truncated for column 'mobile_type'
at row 411 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454018169Z WARNING: DB: Data truncated for column 'mobile_type'
at row 412 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454022285Z WARNING: DB: Data truncated for column 'mobile_type'
at row 413 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454025912Z WARNING: DB: Data truncated for column 'mobile_type'
at row 414 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454032860Z WARNING: DB: Data truncated for column 'mobile_type'
at row 420 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454037331Z WARNING: DB: Data truncated for column 'mobile_type'
at row 421 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454041264Z WARNING: DB: Data truncated for column 'mobile_type'
at row 422 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454142978Z WARNING: DB: Data truncated for column 'mobile_type'
at row 423 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454150648Z WARNING: DB: Data truncated for column 'mobile_type'
at row 424 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454157059Z WARNING: DB: Data truncated for column 'mobile_type'
at row 425 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454161177Z WARNING: DB: Data truncated for column 'mobile_type'
at row 426 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454164834Z WARNING: DB: Data truncated for column 'mobile_type'
at row 427 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454167863Z WARNING: DB: Data truncated for column 'mobile_type'
at row 428 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454171284Z WARNING: DB: Data truncated for column 'mobile_type'
at row 429 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454174678Z WARNING: DB: Data truncated for column 'mobile_type'
at row 430 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454178176Z WARNING: DB: Data truncated for column 'mobile_type'
at row 431 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454190434Z WARNING: DB: Data truncated for column 'mobile_type'
at row 432 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454195748Z WARNING: DB: Data truncated for column 'mobile_type'
at row 433 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454199840Z WARNING: DB: Data truncated for column 'mobile_type'
at row 434 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454203393Z WARNING: DB: Data truncated for column 'mobile_type'
at row 436 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454428536Z WARNING: DB: Data truncated for column 'mobile_type'
at row 437 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454443125Z WARNING: DB: Data truncated for column 'mobile_type'
at row 438 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454448069Z WARNING: DB: Data truncated for column 'mobile_type'
at row 439 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454452217Z WARNING: DB: Data truncated for column 'mobile_type'
at row 440 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454456203Z WARNING: DB: Data truncated for column 'mobile_type'
at row 441 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454459919Z WARNING: DB: Data truncated for column 'mobile_type'
at row 442 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454469509Z WARNING: DB: Data truncated for column 'mobile_type'
at row 443 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454473577Z WARNING: DB: Data truncated for column 'mobile_type'
at row 444 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454477961Z WARNING: DB: Data truncated for column 'mobile_type'
at row 445 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454482026Z WARNING: DB: Data truncated for column 'mobile_type'
at row 446 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454485988Z WARNING: DB: Data truncated for column 'mobile_type'
at row 447 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454489794Z WARNING: DB: Data truncated for column 'mobile_type'
at row 448 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454493550Z WARNING: DB: Data truncated for column 'mobile_type'
at row 449 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454497210Z WARNING: DB: Data truncated for column 'mobile_type'
at row 450 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454501064Z WARNING: DB: Data truncated for column 'mobile_type'
at row 451 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454504670Z WARNING: DB: Data truncated for column 'mobile_type'
at row 452 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454508349Z WARNING: DB: Data truncated for column 'mobile_type'
at row 453 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454512388Z WARNING: DB: Data truncated for column 'mobile_type'
at row 454 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454516231Z WARNING: DB: Data truncated for column 'mobile_type'
at row 455 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454520018Z WARNING: DB: Data truncated for column 'mobile_type'
at row 456 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454523792Z WARNING: DB: Data truncated for column 'mobile_type'
at row 457 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454697821Z WARNING: DB: Data truncated for column 'mobile_type'
at row 458 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454708401Z WARNING: DB: Data truncated for column 'mobile_type'
at row 459 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454713183Z WARNING: DB: Data truncated for column 'mobile_type'
at row 460 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454716567Z WARNING: DB: Data truncated for column 'mobile_type'
at row 462 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454719608Z WARNING: DB: Data truncated for column 'mobile_type'
at row 463 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454722477Z WARNING: DB: Data truncated for column 'mobile_type'
at row 464 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454725602Z WARNING: DB: Data truncated for column 'mobile_type'
at row 465 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454728564Z WARNING: DB: Data truncated for column 'mobile_type'
at row 466 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454732372Z WARNING: DB: Data truncated for column 'mobile_type'
at row 467 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454740955Z WARNING: DB: Data truncated for column 'mobile_type'
at row 468 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454745055Z WARNING: DB: Data truncated for column 'mobile_type'
at row 469 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454748368Z WARNING: DB: Data truncated for column 'mobile_type'
at row 470 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454752091Z WARNING: DB: Data truncated for column 'mobile_type'
at row 471 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454755773Z WARNING: DB: Data truncated for column 'mobile_type'
at row 483 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454759648Z WARNING: DB: Data truncated for column 'mobile_type'
at row 484 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454795027Z WARNING: DB: Data truncated for column 'mobile_type'
at row 485 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454801528Z WARNING: DB: Data truncated for column 'mobile_type'
at row 486 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454805716Z WARNING: DB: Data truncated for column 'mobile_type'
at row 487 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.454809357Z WARNING: DB: Data truncated for column 'mobile_type'
at row 488 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.477698047Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:44.706876263Z WARNING: DB: Data truncated for column 'user_gender'
at row 115 (SQL State: - Error Code: 1265)
2022-06-24T18:34:44.814986163Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:44.815017994Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:44.815023821Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:45.043791655Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:45.133541019Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:45.169013190Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:45.169447116Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:45.169945531Z WARNING: DB: 'utf8_general_ci' is a collation of the
deprecated character set UTF8MB3. Please consider using UTF8MB4 with an appropriate
collation instead. (SQL State: - Error Code: 3778)
2022-06-24T18:34:45.179892119Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:45.180307251Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:45.180781073Z WARNING: DB: 'utf8_general_ci' is a collation of the
deprecated character set UTF8MB3. Please consider using UTF8MB4 with an appropriate
collation instead. (SQL State: - Error Code: 3778)
2022-06-24T18:34:45.185035707Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:45.188364217Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:45.188875854Z WARNING: DB: 'utf8' is currently an alias for the
character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please
consider using UTF8MB4 in order to be unambiguous. (SQL State: - Error Code: 3719)
2022-06-24T18:34:45.189319143Z WARNING: DB: 'utf8_general_ci' is a collation of the
deprecated character set UTF8MB3. Please consider using UTF8MB4 with an appropriate
collation instead. (SQL State: - Error Code: 3778)
2022-06-24T18:34:45.219118982Z WARNING: DB: 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and
'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will
be merged with strict mode in a future release. (SQL State: - Error Code: 3135)
2022-06-24T18:34:45.368897504Z Migrating schema `gosharec_goshare` to version "0003
- alter table margin add column create by member id"
2022-06-24T18:34:45.435918592Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:45.979171432Z Migrating schema `gosharec_goshare` to version "0005
- alter table business partner add column skip credit card hold on booking"
2022-06-24T18:34:46.093380079Z Migrating schema `gosharec_goshare` to version "0007
- alter table background check discount add column fee"
2022-06-24T18:34:46.189945664Z Migrating schema `gosharec_goshare` to version "0009
- update project cancellation reason"
2022-06-24T18:34:46.347208801Z Migrating schema `gosharec_goshare` to version "0011
- alter table users project add http client profile column"
2022-06-24T18:34:46.688705948Z Migrating schema `gosharec_goshare` to version "0013
- create price component tables"
2022-06-24T18:34:46.693735837Z WARNING: DB: Unknown table
'gosharec_goshare.price_component' (SQL State: - Error Code: 1051)
2022-06-24T18:34:46.722853003Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:46.722876828Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:46.722887198Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:46.747686967Z WARNING: DB: Unknown table
'gosharec_goshare.sub_project_price_component' (SQL State: - Error Code: 1051)
2022-06-24T18:34:46.780868035Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:46.780900420Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:46.780908384Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:46.811055273Z WARNING: DB: Unknown table
'gosharec_goshare.sub_project_price_component_earnings' (SQL State: - Error Code:
1051)
2022-06-24T18:34:46.853958936Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:46.853990475Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:46.853997289Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:46.854001757Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:46.854006072Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:47.002646688Z Migrating schema `gosharec_goshare` to version "0015
- add windshield sticker onboarding file type"
2022-06-24T18:34:47.214467774Z Migrating schema `gosharec_goshare` to version "0017
- add webhook url and project api key"
2022-06-24T18:34:47.218504400Z WARNING: DB: Unknown table
'gosharec_goshare.api_project' (SQL State: - Error Code: 1051)
2022-06-24T18:34:47.262789377Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:47.266130436Z WARNING: DB: Unknown table
'gosharec_goshare.user_webhook' (SQL State: - Error Code: 1051)
2022-06-24T18:34:47.300986586Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:47.301021383Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:47.429629796Z Migrating schema `gosharec_goshare` to version "0019
- change price component type enum"
2022-06-24T18:34:47.616014894Z Migrating schema `gosharec_goshare` to version "0021
- add metadata fields"
2022-06-24T18:34:47.919071220Z Migrating schema `gosharec_goshare` to version "0023
- insert project cancellation reason api autocancel"
2022-06-24T18:34:48.017618563Z Migrating schema `gosharec_goshare` to version "0025
- add proof of delivery receiver"
2022-06-24T18:34:48.168672098Z Migrating schema `gosharec_goshare` to version "0027
- add recreate promo code to timeline"
2022-06-24T18:34:48.231732625Z Migrating schema `gosharec_goshare` to version "0029
- insert project cancellation reason api client requested cancellation"
2022-06-24T18:34:48.388397926Z Migrating schema `gosharec_goshare` to version "0031
- add timeline action canceled project due to delivery pro not found"
2022-06-24T18:34:48.458291658Z Migrating schema `gosharec_goshare` to version "0033
- update wrong formatted addressess"
2022-06-24T18:34:48.513427841Z Migrating schema `gosharec_goshare` to version "0035
- link skip credit card hold on booking to users table instead of business partner"
2022-06-24T18:34:48.852856698Z Migrating schema `gosharec_goshare` to version "0037
- insert project cancellation dead run reason"
2022-06-24T18:34:48.901683232Z Migrating schema `gosharec_goshare` to version "0039
- update old project metadata automatic cancellation date format"
2022-06-24T18:34:49.086934006Z Migrating schema `gosharec_goshare` to version "0041
- add settings for driver cancellation disclaimer"
2022-06-24T18:34:49.370298322Z Migrating schema `gosharec_goshare` to version "0043
- create colum with rules for proof of delivery types"
2022-06-24T18:34:49.504843206Z Migrating schema `gosharec_goshare` to version "0045
- change task type sub project higher to sub project 25 percent higher"
2022-06-24T18:34:49.555536055Z Migrating schema `gosharec_goshare` to version "0047
- create wallet tables"
2022-06-24T18:34:49.560589970Z WARNING: DB: Unknown table
'gosharec_goshare.payable_account' (SQL State: - Error Code: 1051)
2022-06-24T18:34:49.631679464Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:49.631718667Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:49.631726073Z WARNING: DB: Unknown table
'gosharec_goshare.payable_transaction' (SQL State: - Error Code: 1051)
2022-06-24T18:34:49.690594418Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:49.690620504Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:49.690627198Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:49.694520664Z WARNING: DB: Unknown table
'gosharec_goshare.payable_sub_project_transaction' (SQL State: - Error Code: 1051)
2022-06-24T18:34:49.733692106Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:49.733726277Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:49.922614312Z Migrating schema `gosharec_goshare` to version "0049
- alter table delivery pro onboarding add owner id column"
2022-06-24T18:34:50.124057389Z Migrating schema `gosharec_goshare` to version "0051
- add driver license types to onboarding files"
2022-06-24T18:34:50.797030941Z Migrating schema `gosharec_goshare` to version "0053
- create task type project estimated over one thousand dollars"
2022-06-24T18:34:50.884894298Z Migrating schema `gosharec_goshare` to version "0055
- alter table project remove status r"
2022-06-24T18:34:51.569329519Z Migrating schema `gosharec_goshare` to version "0057
- update for transaction field and zeroed pay stub status"
2022-06-24T18:34:51.916804344Z Migrating schema `gosharec_goshare` to version "0059
- create task type project has address with misleading info"
2022-06-24T18:34:52.601977601Z Migrating schema `gosharec_goshare` to version "0061
- add business account alias table"
2022-06-24T18:34:52.706482331Z WARNING: DB: Unknown table
'gosharec_goshare.business_account_alias' (SQL State: - Error Code: 1051)
2022-06-24T18:34:53.357194751Z Migrating schema `gosharec_goshare` to version "0063
- update project timeline names"
2022-06-24T18:34:53.442941538Z Migrating schema `gosharec_goshare` to version "0065
- fix api utc cancellation date and cancellation status"
2022-06-24T18:34:53.512102863Z Migrating schema `gosharec_goshare` to version "0067
- deprecate item additional info use additional info instead"
2022-06-24T18:34:53.910284822Z Migrating schema `gosharec_goshare` to version "0069
- rename contact name to lower case"
2022-06-24T18:34:54.011410754Z Migrating schema `gosharec_goshare` to version "0071
- add vehicle type log table"
2022-06-24T18:34:54.014027694Z WARNING: DB: Unknown table
'gosharec_goshare.audit_log' (SQL State: - Error Code: 1051)
2022-06-24T18:34:54.051466869Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:54.051500404Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:54.051507644Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:54.051513033Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:54.284063871Z Migrating schema `gosharec_goshare` to version "0073
- add settings days to send payment to routable"
2022-06-24T18:34:54.376776019Z Migrating schema `gosharec_goshare` to version "0075
- add routable uuid transaction field and paystub version"
2022-06-24T18:34:54.557285786Z Migrating schema `gosharec_goshare` to version "0077
- alter table pay stub field schedule date timestamp to date"
2022-06-24T18:34:54.706301875Z Migrating schema `gosharec_goshare` to version "0079
- add more cargo forbidden vehicle type and cargo required equipment"
2022-06-24T18:34:54.709608301Z WARNING: DB: Cannot add or update a child row: a
foreign key constraint fails (`gosharec_goshare`.`cargo_forbidden_vehicle_type`,
CONSTRAINT `cargo_forbidden_vehicle_type_ibfk_2` FOREIGN KEY (`vehicle_type_id`)
REFERENCES `vehicle_type` (`vehicle_type_id`) ON DELETE CASC) (SQL State: - Error
Code: 1452)
2022-06-24T18:34:54.709658584Z WARNING: DB: Cannot add or update a child row: a
foreign key constraint fails (`gosharec_goshare`.`cargo_forbidden_vehicle_type`,
CONSTRAINT `cargo_forbidden_vehicle_type_ibfk_2` FOREIGN KEY (`vehicle_type_id`)
REFERENCES `vehicle_type` (`vehicle_type_id`) ON DELETE CASC) (SQL State: - Error
Code: 1452)
2022-06-24T18:34:54.709674823Z WARNING: DB: Cannot add or update a child row: a
foreign key constraint fails (`gosharec_goshare`.`cargo_forbidden_vehicle_type`,
CONSTRAINT `cargo_forbidden_vehicle_type_ibfk_2` FOREIGN KEY (`vehicle_type_id`)
REFERENCES `vehicle_type` (`vehicle_type_id`) ON DELETE CASC) (SQL State: - Error
Code: 1452)
2022-06-24T18:34:54.709680531Z WARNING: DB: Cannot add or update a child row: a
foreign key constraint fails (`gosharec_goshare`.`cargo_forbidden_vehicle_type`,
CONSTRAINT `cargo_forbidden_vehicle_type_ibfk_2` FOREIGN KEY (`vehicle_type_id`)
REFERENCES `vehicle_type` (`vehicle_type_id`) ON DELETE CASC) (SQL State: - Error
Code: 1452)
2022-06-24T18:34:54.709685349Z WARNING: DB: Cannot add or update a child row: a
foreign key constraint fails (`gosharec_goshare`.`cargo_forbidden_vehicle_type`,
CONSTRAINT `cargo_forbidden_vehicle_type_ibfk_2` FOREIGN KEY (`vehicle_type_id`)
REFERENCES `vehicle_type` (`vehicle_type_id`) ON DELETE CASC) (SQL State: - Error
Code: 1452)
2022-06-24T18:34:54.709690115Z WARNING: DB: Cannot add or update a child row: a
foreign key constraint fails (`gosharec_goshare`.`cargo_forbidden_vehicle_type`,
CONSTRAINT `cargo_forbidden_vehicle_type_ibfk_2` FOREIGN KEY (`vehicle_type_id`)
REFERENCES `vehicle_type` (`vehicle_type_id`) ON DELETE CASC) (SQL State: - Error
Code: 1452)
2022-06-24T18:34:54.711825695Z WARNING: DB: Cannot add or update a child row: a
foreign key constraint fails (`gosharec_goshare`.`cargo_forbidden_vehicle_type`,
CONSTRAINT `cargo_forbidden_vehicle_type_ibfk_2` FOREIGN KEY (`vehicle_type_id`)
REFERENCES `vehicle_type` (`vehicle_type_id`) ON DELETE CASC) (SQL State: - Error
Code: 1452)
2022-06-24T18:34:54.711859694Z WARNING: DB: Cannot add or update a child row: a
foreign key constraint fails (`gosharec_goshare`.`cargo_forbidden_vehicle_type`,
CONSTRAINT `cargo_forbidden_vehicle_type_ibfk_2` FOREIGN KEY (`vehicle_type_id`)
REFERENCES `vehicle_type` (`vehicle_type_id`) ON DELETE CASC) (SQL State: - Error
Code: 1452)
2022-06-24T18:34:54.711867664Z WARNING: DB: Cannot add or update a child row: a
foreign key constraint fails (`gosharec_goshare`.`cargo_forbidden_vehicle_type`,
CONSTRAINT `cargo_forbidden_vehicle_type_ibfk_2` FOREIGN KEY (`vehicle_type_id`)
REFERENCES `vehicle_type` (`vehicle_type_id`) ON DELETE CASC) (SQL State: - Error
Code: 1452)
2022-06-24T18:34:54.711872441Z WARNING: DB: Cannot add or update a child row: a
foreign key constraint fails (`gosharec_goshare`.`cargo_forbidden_vehicle_type`,
CONSTRAINT `cargo_forbidden_vehicle_type_ibfk_2` FOREIGN KEY (`vehicle_type_id`)
REFERENCES `vehicle_type` (`vehicle_type_id`) ON DELETE CASC) (SQL State: - Error
Code: 1452)
2022-06-24T18:34:54.711877298Z WARNING: DB: Cannot add or update a child row: a
foreign key constraint fails (`gosharec_goshare`.`cargo_forbidden_vehicle_type`,
CONSTRAINT `cargo_forbidden_vehicle_type_ibfk_2` FOREIGN KEY (`vehicle_type_id`)
REFERENCES `vehicle_type` (`vehicle_type_id`) ON DELETE CASC) (SQL State: - Error
Code: 1452)
2022-06-24T18:34:54.711882166Z WARNING: DB: Cannot add or update a child row: a
foreign key constraint fails (`gosharec_goshare`.`cargo_forbidden_vehicle_type`,
CONSTRAINT `cargo_forbidden_vehicle_type_ibfk_2` FOREIGN KEY (`vehicle_type_id`)
REFERENCES `vehicle_type` (`vehicle_type_id`) ON DELETE CASC) (SQL State: - Error
Code: 1452)
2022-06-24T18:34:54.711888126Z WARNING: DB: Cannot add or update a child row: a
foreign key constraint fails (`gosharec_goshare`.`cargo_forbidden_vehicle_type`,
CONSTRAINT `cargo_forbidden_vehicle_type_ibfk_2` FOREIGN KEY (`vehicle_type_id`)
REFERENCES `vehicle_type` (`vehicle_type_id`) ON DELETE CASC) (SQL State: - Error
Code: 1452)
2022-06-24T18:34:54.711900476Z WARNING: DB: Cannot add or update a child row: a
foreign key constraint fails (`gosharec_goshare`.`cargo_forbidden_vehicle_type`,
CONSTRAINT `cargo_forbidden_vehicle_type_ibfk_1` FOREIGN KEY (`item_id`) REFERENCES
`cargo_items` (`item_id`) ON DELETE CASCADE) (SQL State: - Error Code: 1452)
2022-06-24T18:34:54.711905254Z WARNING: DB: Cannot add or update a child row: a
foreign key constraint fails (`gosharec_goshare`.`cargo_forbidden_vehicle_type`,
CONSTRAINT `cargo_forbidden_vehicle_type_ibfk_1` FOREIGN KEY (`item_id`) REFERENCES
`cargo_items` (`item_id`) ON DELETE CASCADE) (SQL State: - Error Code: 1452)
2022-06-24T18:34:54.984865807Z Migrating schema `gosharec_goshare` to version "0081
- add fraud check white list"
2022-06-24T18:34:54.987965107Z WARNING: DB: Unknown table
'gosharec_goshare.advanced_fraud_check_user_while_list' (SQL State: - Error Code:
1051)
2022-06-24T18:34:55.000108188Z WARNING: DB: Integer display width is deprecated and
will be removed in a future release. (SQL State: - Error Code: 1681)
2022-06-24T18:34:55.217922722Z Migrating schema `gosharec_goshare` to version "0083
- add withdraw from account uuid to paystub"
2022-06-24T18:34:55.507032386Z Migrating schema `gosharec_goshare` to version "0085
- alter delivery pro timeline payment fraud check actions"
2022-06-24T18:34:55.746077388Z Migrating schema `gosharec_goshare` to version "0087
- add indexes to users user mobile"
2022-06-24T18:34:56.550084431Z Migrating schema `gosharec_goshare` to version "0089
- add indexes to job tracking"
2022-06-24T18:34:56.897578172Z Migrating schema `gosharec_goshare` to version "0091
- add delivery pro payroll payment table and background job"
2022-06-24T18:34:56.900844252Z WARNING: DB: Unknown table
'gosharec_goshare.delivery_pro_payroll_payment' (SQL State: - Error Code: 1051)
2022-06-24T18:34:57.163976688Z Migrating schema `gosharec_goshare` to version "0093
- add task type payment suspended"
2022-06-24T18:34:57.244219128Z Migrating schema `gosharec_goshare` to version "0095
- add task type for api project cargo update"
2022-06-24T18:34:57.533246630Z Migrating schema `gosharec_goshare` to version "0097
- add column status in project address table"
2022-06-24T18:34:57.705543615Z Successfully applied 49 migrations to schema
`gosharec_goshare`, now at version v0097 (execution time 00:20.745s)
2022-06-24T18:34:59.375465464Z
2022-06-24T18:34:59.410278752Z No Gradle daemons are running.
2022-06-24T18:34:59.410304099Z PID STATUS INFO
2022-06-24T18:34:59.410309227Z 226 STOPPED (by user or operating system)
2022-06-24T18:34:59.410313063Z 673 STOPPED (by user or operating system)
2022-06-24T18:34:59.410316302Z 229 STOPPED (by user or operating system)
2022-06-24T18:34:59.410325567Z 645 STOPPED (by user or operating system)
2022-06-24T18:34:59.410329310Z 228 STOPPED (by user or operating system)
2022-06-24T18:34:59.410341941Z 610 STOPPED (by user or operating system)
2022-06-24T18:34:59.410346065Z 231 STOPPED (by user or operating system)
2022-06-24T18:34:59.410349123Z 566 STOPPED (by user or operating system)
2022-06-24T18:34:59.410352383Z 41 STOPPED (by user or operating system)
2022-06-24T18:34:59.410355969Z 565 STOPPED (by user or operating system)
2022-06-24T18:34:59.410359217Z 42 STOPPED (by user or operating system)
2022-06-24T18:34:59.410362138Z 643 STOPPED (by user or operating system)
2022-06-24T18:34:59.410365127Z
2022-06-24T18:34:59.410368155Z Only Daemons for the current Gradle version are
displayed. See
https://docs.gradle.org/7.4.2/userguide/gradle_daemon.html#sec:status
2022-06-24T18:34:59.410371691Z
2022-06-24T18:35:00.309073091Z removed
'/var/goshare-web/api/gradle/cache/caches/7.4.2/fileHashes/fileHashes.lock'
2022-06-24T18:35:01.634460249Z No Gradle daemons are running.
2022-06-24T18:35:03.046736312Z Starting a Gradle Daemon, 12 stopped Daemons could
not be reused, use --status for details
2022-06-24T18:35:03.046781369Z
2022-06-24T18:35:03.046790544Z
2022-06-24T18:35:16.839350800Z > Starting Daemon> IDLE<-------------> 0%
INITIALIZING [58ms]<-------------> 0% INITIALIZING [158ms]<-------------> 0%
INITIALIZING [257ms]<-------------> 0% INITIALIZING [357ms]<-------------> 0%
INITIALIZING [460ms]<-------------> 0% INITIALIZING [560ms]<-------------> 0%
INITIALIZING [660ms]<-------------> 0% INITIALIZING [760ms]<-------------> 0%
INITIALIZING [861ms]> Evaluating settings<-------------> 0% INITIALIZING
[957ms]<-------------> 0% INITIALIZING [1s]<-------------> 0% INITIALIZING
[2s]<-------------> 0% CONFIGURING [2s]> Loading projects> root
project<-------------> 0% CONFIGURING [3s]> root project > Resolve dependencies of
detachedConfiguration1> root project> root project > Resolve dependencies
of :classpath> root project > Resolve files of :classpath> root
project<-------------> 0% CONFIGURING [4s]<-------------> 0% CONFIGURING
[5s]<======-------> 50% CONFIGURING [5s]> :eventbus<=============> 100% CONFIGURING
[5s]> IDLE<=============> 100% CONFIGURING [6s]<====---------> 33% EXECUTING
[6s]> :eventbus:clean<========-----> 66% EXECUTING [6s]> :generateJooq > Resolve
dependencies of :jooqGenerator> :generateJooq > Resolve dependencies
of :jooqGenerator > Resolve files of :de> :generateJooq > Resolve dependencies
of :jooqGenerator> :generateJooq > Resolve dependencies of :jooqGenerator > Resolve
dependencies<========-----> 66% EXECUTING [7s]> :generateJooq > Resolve files
of :jooqGenerator> :generateJooq<========-----> 66% EXECUTING [8s]<========----->
66% EXECUTING [9s]<========-----> 66% EXECUTING [10s]<========-----> 66% EXECUTING
[11s]
2022-06-24T18:35:16.839424405Z Deprecated Gradle features were used in this build,
making it incompatible with Gradle 8.0.
2022-06-24T18:35:16.839431889Z
2022-06-24T18:35:16.839436180Z You can use '--warning-mode all' to show the
individual deprecation warnings and determine if they come from your own scripts or
plugins.
2022-06-24T18:35:16.839440927Z
2022-06-24T18:35:16.839444749Z See
https://docs.gradle.org/7.4.2/userguide/command_line_interface.html#sec:command_lin
e_warnings
2022-06-24T18:35:16.839448787Z
2022-06-24T18:35:16.839452618Z BUILD SUCCESSFUL in 15s
2022-06-24T18:35:16.839456782Z 3 actionable tasks: 2 executed, 1 up-to-date
2022-06-24T18:35:16.839460523Z
2022-06-24T18:35:16.839464334Z
2022-06-24T18:35:17.190338590Z <-------------> 0% WAITING> :generateJooqContinuous
Gradle build ENABLED
2022-06-24T18:35:18.050974319Z
2022-06-24T18:35:18.051016924Z
2022-06-24T18:35:18.189170045Z > Connecting to Daemon<-------------> 0% CONFIGURING
[50ms]> root projectStarting a Gradle Daemon, 1 busy and 12 stopped Daemons could
not be reused, use --status for details
2022-06-24T18:35:18.189226511Z
2022-06-24T18:35:18.189233859Z
2022-06-24T18:35:26.349039417Z > Starting Daemon<-------------> 0% CONFIGURING
[150ms]> root project > Resolve dependencies of :classpath<-------------> 0%
CONFIGURING [250ms]> root project > Resolve files of :classpath<-------------> 0%
CONFIGURING [350ms]<-------------> 0% CONFIGURING [450ms]> root
project<=============> 100% CONFIGURING [550ms]> IDLE<=============> 100%
CONFIGURING [652ms]<=============> 100% CONFIGURING [750ms]<=============> 100%
CONFIGURING [850ms]<=============> 100% CONFIGURING [950ms]<=============> 100%
CONFIGURING [1s]> Starting Daemon > Connecting to Daemon> IDLE<-------------> 0%
INITIALIZING [74ms]<=============> 100% CONFIGURING [2s]<-------------> 0%
INITIALIZING [174ms]<-------------> 0% INITIALIZING [273ms]<-------------> 0%
INITIALIZING [374ms]<-------------> 0% INITIALIZING [473ms]<-------------> 0%
INITIALIZING [573ms]<-------------> 0% INITIALIZING [673ms]<-------------> 0%
INITIALIZING [773ms]<-------------> 0% INITIALIZING [872ms]> Evaluating
settings<-------------> 0% INITIALIZING [972ms]<-------------> 0% INITIALIZING
[1s]<=============> 100% CONFIGURING [3s]<-------------> 0% INITIALIZING
[2s]<-------------> 0% EXECUTING [4s]> :eventbus:compileKotlin > Resolve
dependencies of :eventbus:compileClasspath> :eventbus:compileKotlin<------------->
0% CONFIGURING [2s]> Loading projects<-------------> 0% CONFIGURING [3s]> root
project<=====--------> 45% EXECUTING [5s]> :eventbus:jar<=======------> 54%
EXECUTING [5s]> :compileKotlin> root project > Resolve dependencies of
detachedConfiguration1> :compileKotlin > Resolve dependencies of :compileClasspath
> Resolve dependen> root project > Resolve dependencies of detachedConfiguration8>
root project<-------------> 0% CONFIGURING [4s]<=======------> 54% EXECUTING [6s]>
root project > Resolve dependencies of :classpath> :compileKotlin > Resolve
dependencies of :compileClasspath> :compileKotlin > Resolve dependencies
of :compileClasspath > Resolve dependen> root project > Resolve files
of :classpath> :compileKotlin > Resolve dependencies
of :compileClasspath> :compileKotlin > Resolve dependencies of :compileClasspath >
Resolve dependen> :compileKotlin > Resolve dependencies
of :compileClasspath<-------------> 0% CONFIGURING [5s]<=======------> 54%
EXECUTING [7s]> :compileKotlin > Resolve dependencies of :compileClasspath >
Resolve dependen> :compileKotlin > Resolve dependencies
of :compileClasspath> :compileKotlin > Resolve dependencies of :compileClasspath >
Resolve dependen> :compileKotlin > Resolve dependencies
of :compileClasspath> :compileKotlin > Resolve dependencies
of :kotlinCompilerClasspath> :compileKotlin<-------------> 0% CONFIGURING
[6s]<=======------> 54% EXECUTING [8s]> root project
2022-06-24T18:35:35.785355850Z > :generateGitProperties<-------------> 0%
CONFIGURING [7s]<=======------> 54% EXECUTING [9s]<-------------> 0% CONFIGURING
[8s]<=======------> 54% EXECUTING [10s]<-------------> 0% CONFIGURING
[9s]<=======------> 54% EXECUTING [11s]<=========----> 72% EXECUTING [11s]>
IDLE<-------------> 0% CONFIGURING [10s]<=========----> 72% EXECUTING
[12s]<======-------> 50% CONFIGURING [10s]> :eventbus<=============> 100%
CONFIGURING [10s]> IDLE<-------------> 0% EXECUTING [10s]<-------------> 0%
EXECUTING [11s]> :eventbus:compileKotlin<=========----> 72% EXECUTING
[13s]> :eventbus:compileKotlin > Resolve files
of :eventbus:compileClasspath> :eventbus:compileKotlin<==-----------> 15% EXECUTING
[11s]> IDLE<=====--------> 38% EXECUTING [11s]> :eventbus:jar<======-------> 46%
EXECUTING [12s]> :compileKotlin<=========----> 72% EXECUTING [14s]> :compileKotlin
> Resolve dependencies of :kotlinCompilerPluginClasspathMain >> :compileKotlin >
Resolve dependencies of :kotlinCompilerPluginClasspathMain> :compileKotlin >
Resolve dependencies of :kotlinCompilerPluginClasspathMain >> :compileKotlin >
Resolve dependencies of :kotlinCompilerPluginClasspathMain<======-------> 46%
EXECUTING [13s]> :compileKotlin > Resolve dependencies of :compileClasspath >
Resolve dependen<=========----> 72% EXECUTING [15s]> :compileKotlin > Resolve
dependencies of :compileClasspath > Resolve files of> :compileKotlin > Resolve
dependencies of :compileClasspath> :compileKotlin > Resolve dependencies
of :compileClasspath > Resolve dependen> :compileKotlin > Resolve dependencies
of :compileClasspath<======-------> 46% EXECUTING [14s]<=========----> 72%
EXECUTING [16s]> :compileKotlin > Resolve dependencies of :compileClasspath >
Resolve files of> :compileKotlin > Resolve dependencies
of :compileClasspath> :compileKotlin > Resolve dependencies of :compileClasspath >
Resolve files of> :compileKotlin > Resolve dependencies of :compileClasspath >
Resolve dependen> :compileKotlin > Resolve dependencies
of :compileClasspath<======-------> 46% EXECUTING [15s]> :compileKotlin > Resolve
dependencies of :compileClasspath > Resolve dependen<=========----> 72% EXECUTING
[17s]> :compileKotlin > Resolve dependencies of :compileClasspath> :compileKotlin
2022-06-24T18:37:01.171581358Z Compilation with Kotlin compile daemon was not
successful
2022-06-24T18:37:01.171619010Z java.lang.RuntimeException:
org.jetbrains.kotlin.com.intellij.util.io.PersistentEnumeratorBase$CorruptedExcepti
on: PersistentEnumerator storage corrupted
/var/goshare-web/api/build/kotlin/compileKotlin/cacheable/caches-jvm/lookups/
lookups.tab
2022-06-24T18:37:01.171625228Z at
org.jetbrains.kotlin.com.intellij.util.io.PersistentHashMap$4.onDropFromCache(Persi
stentHashMap.java:307)
2022-06-24T18:37:01.171629449Z at
org.jetbrains.kotlin.com.intellij.util.io.PersistentHashMap$4.onDropFromCache(Persi
stentHashMap.java:265)
2022-06-24T18:37:01.171633154Z at
org.jetbrains.kotlin.com.intellij.util.containers.SLRUMap$2.removeEldestEntry(SLRUM
ap.java:70)
2022-06-24T18:37:01.171636813Z at
org.jetbrains.kotlin.com.intellij.util.containers.hash.LinkedHashMap.put(LinkedHash
Map.java:127)
2022-06-24T18:37:01.171640387Z at
org.jetbrains.kotlin.com.intellij.util.containers.SLRUMap.put(SLRUMap.java:107)
2022-06-24T18:37:01.171644054Z at
org.jetbrains.kotlin.com.intellij.util.containers.SLRUCache.get(SLRUCache.java:48)
2022-06-24T18:37:01.171647689Z at
org.jetbrains.kotlin.com.intellij.util.io.PersistentHashMap.doAppendData(Persistent
HashMap.java:529)
2022-06-24T18:37:01.171651353Z at
org.jetbrains.kotlin.com.intellij.util.io.PersistentHashMap.appendData(PersistentHa
shMap.java:507)
2022-06-24T18:37:01.171654906Z at
org.jetbrains.kotlin.incremental.storage.CachingLazyStorage.append(CachingLazyStora
ge.kt:83)
2022-06-24T18:37:01.171658714Z at
org.jetbrains.kotlin.incremental.storage.LookupMap.append(LookupMap.kt:33)
2022-06-24T18:37:01.171662354Z at
org.jetbrains.kotlin.incremental.TrackedLookupMap.append(LookupStorage.kt:313)
2022-06-24T18:37:01.171666010Z at
org.jetbrains.kotlin.incremental.LookupStorage.addAll(LookupStorage.kt:122)
2022-06-24T18:37:01.171669507Z at
org.jetbrains.kotlin.incremental.BuildUtilKt.update(buildUtil.kt:134)
2022-06-24T18:37:01.171673078Z at
org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileIncrementally(Inc
rementalCompilerRunner.kt:393)
2022-06-24T18:37:01.171676846Z at
org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileIncrementally$def
ault(IncrementalCompilerRunner.kt:309)
2022-06-24T18:37:01.171680637Z at
org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileImpl$rebuild(Incr
ementalCompilerRunner.kt:115)
2022-06-24T18:37:01.171693888Z at
org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileImpl(IncrementalC
ompilerRunner.kt:195)
2022-06-24T18:37:01.171698005Z at
org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compile(IncrementalCompi
lerRunner.kt:77)
2022-06-24T18:37:01.171701720Z at
org.jetbrains.kotlin.daemon.CompileServiceImplBase.execIncrementalCompiler(CompileS
erviceImpl.kt:623)
2022-06-24T18:37:01.171705267Z at
org.jetbrains.kotlin.daemon.CompileServiceImplBase.access$execIncrementalCompiler(C
ompileServiceImpl.kt:101)
2022-06-24T18:37:01.171708806Z at
org.jetbrains.kotlin.daemon.CompileServiceImpl.compile(CompileServiceImpl.kt:1718)
2022-06-24T18:37:01.171712276Z at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2022-06-24T18:37:01.171715703Z at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor
Impl.java:77)
2022-06-24T18:37:01.171719182Z at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod
AccessorImpl.java:43)
2022-06-24T18:37:01.171722690Z at
java.base/java.lang.reflect.Method.invoke(Method.java:568)
2022-06-24T18:37:01.171726366Z at
java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360)
2022-06-24T18:37:01.171730028Z at
java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200)
2022-06-24T18:37:01.171733452Z at
java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197)
2022-06-24T18:37:01.171736809Z at
java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
2022-06-24T18:37:01.171740230Z at
java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196)
2022-06-24T18:37:01.171743737Z at
java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598)
2022-06-24T18:37:01.171747233Z at
java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.jav
a:844)
2022-06-24T18:37:01.171750711Z at
java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTrans
port.java:721)
2022-06-24T18:37:01.171754528Z at
java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
2022-06-24T18:37:01.171758271Z at
java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java
:720)
2022-06-24T18:37:01.171761959Z at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java
:1136)
2022-06-24T18:37:01.171765631Z at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.jav
a:635)
2022-06-24T18:37:01.171769129Z at
java.base/java.lang.Thread.run(Thread.java:833)
2022-06-24T18:37:01.171772903Z at
java.rmi/sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemot
eCall.java:304)
2022-06-24T18:37:01.171776621Z at
java.rmi/sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:280)
2022-06-24T18:37:01.171780098Z at
java.rmi/sun.rmi.server.UnicastRef.invoke(UnicastRef.java:165)
2022-06-24T18:37:01.171786730Z at
java.rmi/java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObj
ectInvocationHandler.java:215)
2022-06-24T18:37:01.171790694Z at
java.rmi/java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocatio
nHandler.java:160)
2022-06-24T18:37:01.171794401Z at
jdk.proxy4/jdk.proxy4.$Proxy121.compile(Unknown Source)
2022-06-24T18:37:01.171798034Z at
org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.incrementalCompilation
WithDaemon(GradleKotlinCompilerWork.kt:307)
2022-06-24T18:37:01.171801658Z at
org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.compileWithDaemon(Grad
leKotlinCompilerWork.kt:225)
2022-06-24T18:37:01.171805202Z at
org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.compileWithDaemonOrFal
lbackImpl(GradleKotlinCompilerWork.kt:162)
2022-06-24T18:37:01.171809266Z at
org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.run(GradleKotlinCompil
erWork.kt:130)
2022-06-24T18:37:01.171812817Z at
org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCom
pilerWorkAction.execute(GradleCompilerRunnerWithWorkers.kt:79)
2022-06-24T18:37:01.171816766Z at
org.gradle.workers.internal.DefaultWorkerServer.execute(DefaultWorkerServer.java:63
)
2022-06-24T18:37:01.171820432Z at
org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.create(NoIsolationWorkerFa
ctory.java:66)
2022-06-24T18:37:01.171824081Z at
org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.create(NoIsolationWorkerFa
ctory.java:62)
2022-06-24T18:37:01.171827605Z at
org.gradle.internal.classloader.ClassLoaderUtils.executeInClassloader(ClassLoaderUt
ils.java:97)
2022-06-24T18:37:01.171831171Z at
org.gradle.workers.internal.NoIsolationWorkerFactory$1.lambda$execute$0(NoIsolation
WorkerFactory.java:62)
2022-06-24T18:37:01.171834747Z at
org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:44)
2022-06-24T18:37:01.171838190Z at
org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:41)
2022-06-24T18:37:01.171842704Z at
org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWo
rker.execute(DefaultBuildOperationRunner.java:204)
2022-06-24T18:37:01.171846775Z at
org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWo
rker.execute(DefaultBuildOperationRunner.java:199)
2022-06-24T18:37:01.171850588Z at
org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOp
erationRunner.java:66)
2022-06-24T18:37:01.171854302Z at
org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOp
erationRunner.java:59)
2022-06-24T18:37:01.171857996Z at
org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOper
ationRunner.java:157)
2022-06-24T18:37:01.171861511Z at
org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOper
ationRunner.java:59)
2022-06-24T18:37:01.171864992Z at
org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperati
onRunner.java:53)
2022-06-24T18:37:01.171871231Z at
org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOpera
tionExecutor.java:73)
2022-06-24T18:37:01.171874867Z at
org.gradle.workers.internal.AbstractWorker.executeWrappedInBuildOperation(AbstractW
orker.java:41)
2022-06-24T18:37:01.171878665Z at
org.gradle.workers.internal.NoIsolationWorkerFactory$1.execute(NoIsolationWorkerFac
tory.java:59)
2022-06-24T18:37:01.171882339Z at
org.gradle.workers.internal.DefaultWorkerExecutor.lambda$submitWork$2(DefaultWorker
Executor.java:205)
2022-06-24T18:37:01.171885959Z at
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
2022-06-24T18:37:01.171889558Z at
org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runExecut
ion(DefaultConditionalExecutionQueue.java:187)
2022-06-24T18:37:01.171893229Z at
org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.access$70
0(DefaultConditionalExecutionQueue.java:120)
2022-06-24T18:37:01.171896884Z at
org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner$1.run(Def
aultConditionalExecutionQueue.java:162)
2022-06-24T18:37:01.171900632Z at
org.gradle.internal.Factories$1.create(Factories.java:31)
2022-06-24T18:37:01.171904025Z at
org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseServ
ice.java:270)
2022-06-24T18:37:01.171907791Z at
org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerL
easeService.java:119)
2022-06-24T18:37:01.172438179Z > :generateGitProperties<======-------> 46%
EXECUTING [16s]<=========----> 72% EXECUTING [18s]<======-------> 46% EXECUTING
[17s]<=========----> 72% EXECUTING [19s]<======-------> 46% EXECUTING
[18s]<=========----> 72% EXECUTING [20s]<========-----> 61% EXECUTING [18s]>
IDLE<========-----> 61% EXECUTING [19s]<=========----> 72% EXECUTING
[21s]<========-----> 61% EXECUTING [20s]<=========----> 72% EXECUTING
[22s]<========-----> 61% EXECUTING [21s]<=========----> 72% EXECUTING
[23s]<========-----> 61% EXECUTING [22s]<=========----> 72% EXECUTING
[24s]<========-----> 61% EXECUTING [23s]<=========----> 72% EXECUTING
[25s]<========-----> 61% EXECUTING [24s]<=========----> 72% EXECUTING
[26s]<========-----> 61% EXECUTING [25s]<=========----> 72% EXECUTING
[27s]<========-----> 61% EXECUTING [26s]<=========----> 72% EXECUTING
[28s]<========-----> 61% EXECUTING [27s]<=========----> 72% EXECUTING
[29s]<========-----> 61% EXECUTING [28s]<=========----> 72% EXECUTING
[30s]<========-----> 61% EXECUTING [29s]<=========----> 72% EXECUTING
[31s]<========-----> 61% EXECUTING [30s]<=========----> 72% EXECUTING
[32s]<========-----> 61% EXECUTING [31s]<=========----> 72% EXECUTING
[33s]<========-----> 61% EXECUTING [32s]<=========----> 72% EXECUTING
[34s]<========-----> 61% EXECUTING [33s]<=========----> 72% EXECUTING
[35s]<========-----> 61% EXECUTING [34s]<=========----> 72% EXECUTING
[36s]<========-----> 61% EXECUTING [35s]<=========----> 72% EXECUTING
[37s]<========-----> 61% EXECUTING [36s]<=========----> 72% EXECUTING
[38s]<========-----> 61% EXECUTING [37s]<=========----> 72% EXECUTING
[39s]<========-----> 61% EXECUTING [38s]<=========----> 72% EXECUTING
[40s]<========-----> 61% EXECUTING [39s]<=========----> 72% EXECUTING
[41s]<========-----> 61% EXECUTING [40s]<=========----> 72% EXECUTING
[42s]<========-----> 61% EXECUTING [41s]<=========----> 72% EXECUTING
[43s]<========-----> 61% EXECUTING [42s]<=========----> 72% EXECUTING
[44s]<========-----> 61% EXECUTING [43s]<=========----> 72% EXECUTING
[45s]<========-----> 61% EXECUTING [44s]<=========----> 72% EXECUTING
[46s]<========-----> 61% EXECUTING [45s]<=========----> 72% EXECUTING
[47s]<========-----> 61% EXECUTING [46s]<=========----> 72% EXECUTING
[48s]<========-----> 61% EXECUTING [47s]<=========----> 72% EXECUTING
[49s]<========-----> 61% EXECUTING [48s]<=========----> 72% EXECUTING
[50s]<========-----> 61% EXECUTING [49s]<=========----> 72% EXECUTING
[51s]<========-----> 61% EXECUTING [50s]<=========----> 72% EXECUTING
[52s]<========-----> 61% EXECUTING [51s]<=========----> 72% EXECUTING
[53s]<========-----> 61% EXECUTING [52s]<=========----> 72% EXECUTING
[54s]<========-----> 61% EXECUTING [53s]<=========----> 72% EXECUTING
[55s]<========-----> 61% EXECUTING [54s]<=========----> 72% EXECUTING
[56s]<========-----> 61% EXECUTING [55s]<=========----> 72% EXECUTING
[57s]<========-----> 61% EXECUTING [56s]<=========----> 72% EXECUTING
[58s]<========-----> 61% EXECUTING [57s]<=========----> 72% EXECUTING
[59s]<========-----> 61% EXECUTING [58s]<=========----> 72% EXECUTING
[1m]<========-----> 61% EXECUTING [59s]<=========----> 72% EXECUTING [1m
1s]<========-----> 61% EXECUTING [1m]<=========----> 72% EXECUTING [1m
2s]<========-----> 61% EXECUTING [1m 1s]<=========----> 72% EXECUTING [1m
3s]<========-----> 61% EXECUTING [1m 2s]<=========----> 72% EXECUTING [1m
4s]<========-----> 61% EXECUTING [1m 3s]<=========----> 72% EXECUTING [1m
5s]<========-----> 61% EXECUTING [1m 4s]<=========----> 72% EXECUTING [1m
6s]<========-----> 61% EXECUTING [1m 5s]<=========----> 72% EXECUTING [1m
7s]<========-----> 61% EXECUTING [1m 6s]<=========----> 72% EXECUTING [1m
8s]<========-----> 61% EXECUTING [1m 7s]<=========----> 72% EXECUTING [1m
9s]<========-----> 61% EXECUTING [1m 8s]<=========----> 72% EXECUTING [1m
10s]<========-----> 61% EXECUTING [1m 9s]<=========----> 72% EXECUTING [1m
11s]<========-----> 61% EXECUTING [1m 10s]<=========----> 72% EXECUTING [1m
12s]<========-----> 61% EXECUTING [1m 11s]<=========----> 72% EXECUTING [1m
13s]<========-----> 61% EXECUTING [1m 12s]<=========----> 72% EXECUTING [1m
14s]<========-----> 61% EXECUTING [1m 13s]<=========----> 72% EXECUTING [1m
15s]<========-----> 61% EXECUTING [1m 14s]<=========----> 72% EXECUTING [1m
16s]<========-----> 61% EXECUTING [1m 15s]<=========----> 72% EXECUTING [1m
17s]<========-----> 61% EXECUTING [1m 16s]<=========----> 72% EXECUTING [1m
18s]<========-----> 61% EXECUTING [1m 17s]<=========----> 72% EXECUTING [1m
19s]<========-----> 61% EXECUTING [1m 18s]<=========----> 72% EXECUTING [1m
20s]<========-----> 61% EXECUTING [1m 19s]<=========----> 72% EXECUTING [1m
21s]<========-----> 61% EXECUTING [1m 20s]<=========----> 72% EXECUTING [1m
22s]<========-----> 61% EXECUTING [1m 21s]<=========----> 72% EXECUTING [1m
23s]<========-----> 61% EXECUTING [1m 22s]<=========----> 72% EXECUTING [1m
24s]<========-----> 61% EXECUTING [1m 23s]<=========----> 72% EXECUTING [1m
25s]<========-----> 61% EXECUTING [1m 24s]<=========----> 72% EXECUTING [1m
26s]<========-----> 61% EXECUTING [1m 25s]<=========----> 72% EXECUTING [1m
27s]<========-----> 61% EXECUTING [1m 26s]<=========----> 72% EXECUTING [1m
28s]<========-----> 61% EXECUTING [1m 27s]<=========----> 72% EXECUTING [1m
29s]<========-----> 61% EXECUTING [1m 28s]<=========----> 72% EXECUTING [1m
30s]<========-----> 61% EXECUTING [1m 29s]<=========----> 72% EXECUTING [1m
31s]<========-----> 61% EXECUTING [1m 30s]<=========----> 72% EXECUTING [1m
32s]<========-----> 61% EXECUTING [1m 31s]<=========----> 72% EXECUTING [1m
33s]<========-----> 61% EXECUTING [1m 32s]<=========----> 72% EXECUTING [1m
34s]<========-----> 61% EXECUTING [1m 33s]<=========----> 72% EXECUTING [1m
35s]<========-----> 61% EXECUTING [1m 34s]<=========----> 72% EXECUTING [1m
36s]<========-----> 61% EXECUTING [1m 35s]<=========----> 72% EXECUTING [1m
37s]<========-----> 61% EXECUTING [1m 36s]<=========----> 72% EXECUTING [1m
38s]<========-----> 61% EXECUTING [1m 37s]<=========----> 72% EXECUTING [1m
39s]<========-----> 61% EXECUTING [1m 38s]<=========----> 72% EXECUTING [1m
40s]<========-----> 61% EXECUTING [1m 39s]<=========----> 72% EXECUTING [1m
41s]<========-----> 61% EXECUTING [1m 40s]<=========----> 72% EXECUTING [1m
42s]<========-----> 61% EXECUTING [1m 41s]
2022-06-24T18:37:01.172957559Z > Task :compileKotlin
2022-06-24T18:37:01.172964957Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/api/
HeadersSecurityConfig.kt: (10, 73): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:37:01.172968572Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/api/
HeadersSecurityConfig.kt: (19, 9): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:37:01.172974033Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/external/
SessionSecurityConfig.kt: (9, 73): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:37:01.172977012Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/external/
SessionSecurityConfig.kt: (15, 31): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:37:01.172979997Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/internal/
InternalSecurityConfig.kt: (8, 73): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:37:01.172983424Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/internal/
InternalSecurityConfig.kt: (14, 32): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:37:01.172986960Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/modules/project/models/
BookingSession.kt: (32, 10): 'disable(vararg MapperFeature!): ObjectMapper!' is
deprecated. Deprecated in Java
2022-06-24T18:37:01.172993505Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/api/
HeadersSecurityConfig.kt: (10, 73): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:37:01.172996890Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/api/
HeadersSecurityConfig.kt: (19, 9): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:37:01.172999970Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/external/
SessionSecurityConfig.kt: (9, 73): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:37:01.173003355Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/external/
SessionSecurityConfig.kt: (15, 31): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:37:01.173008371Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/internal/
InternalSecurityConfig.kt: (8, 73): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:37:01.173011664Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/internal/
InternalSecurityConfig.kt: (14, 32): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:37:01.173014781Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/modules/project/models/
BookingSession.kt: (32, 10): 'disable(vararg MapperFeature!): ObjectMapper!' is
deprecated. Deprecated in Java
2022-06-24T18:37:01.173017714Z Could not connect to kotlin daemon. Using fallback
strategy.
2022-06-24T18:37:01.173020421Z
2022-06-24T18:37:01.173023275Z
2022-06-24T18:37:01.173026365Z
2022-06-24T18:37:01.219209864Z at
org.gradle.internal.work.DefaultWorkerLeCompilation with Kotlin compile daemon was
not successful
2022-06-24T18:37:01.219242185Z java.lang.RuntimeException:
org.jetbrains.kotlin.com.intellij.util.io.PersistentEnumeratorBase$CorruptedExcepti
on: PersistentEnumerator storage corrupted
/var/goshare-web/api/build/kotlin/compileKotlin/cacheable/caches-jvm/lookups/
lookups.tab
2022-06-24T18:37:01.219247806Z at
org.jetbrains.kotlin.com.intellij.util.io.PersistentHashMap$4.onDropFromCache(Persi
stentHashMap.java:307)
2022-06-24T18:37:01.219251685Z at
org.jetbrains.kotlin.com.intellij.util.io.PersistentHashMap$4.onDropFromCache(Persi
stentHashMap.java:265)
2022-06-24T18:37:01.219255774Z at
org.jetbrains.kotlin.com.intellij.util.containers.SLRUMap$2.removeEldestEntry(SLRUM
ap.java:70)
2022-06-24T18:37:01.219259952Z at
org.jetbrains.kotlin.com.intellij.util.containers.hash.LinkedHashMap.put(LinkedHash
Map.java:127)
2022-06-24T18:37:01.219263690Z at
org.jetbrains.kotlin.com.intellij.util.containers.SLRUMap.put(SLRUMap.java:107)
2022-06-24T18:37:01.219267603Z at
org.jetbrains.kotlin.com.intellij.util.containers.SLRUCache.get(SLRUCache.java:48)
2022-06-24T18:37:01.219270881Z at
org.jetbrains.kotlin.com.intellij.util.io.PersistentHashMap.doAppendData(Persistent
HashMap.java:529)
2022-06-24T18:37:01.219274615Z at
org.jetbrains.kotlin.com.intellij.util.io.PersistentHashMap.appendData(PersistentHa
shMap.java:507)
2022-06-24T18:37:01.219292568Z at
org.jetbrains.kotlin.incremental.storage.CachingLazyStorage.append(CachingLazyStora
ge.kt:83)
2022-06-24T18:37:01.219296383Z at
org.jetbrains.kotlin.incremental.storage.LookupMap.append(LookupMap.kt:33)
2022-06-24T18:37:01.219299607Z at
org.jetbrains.kotlin.incremental.TrackedLookupMap.append(LookupStorage.kt:313)
2022-06-24T18:37:01.219303300Z at
org.jetbrains.kotlin.incremental.LookupStorage.addAll(LookupStorage.kt:122)
2022-06-24T18:37:01.219307268Z at
org.jetbrains.kotlin.incremental.BuildUtilKt.update(buildUtil.kt:134)
2022-06-24T18:37:01.219309711Z at
org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileIncrementally(Inc
rementalCompilerRunner.kt:393)
2022-06-24T18:37:01.219312070Z at
org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileIncrementally$def
ault(IncrementalCompilerRunner.kt:309)
2022-06-24T18:37:01.219314400Z at
org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileImpl$rebuild(Incr
ementalCompilerRunner.kt:115)
2022-06-24T18:37:01.219318346Z at
org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileImpl(IncrementalC
ompilerRunner.kt:195)
2022-06-24T18:37:01.219320809Z at
org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compile(IncrementalCompi
lerRunner.kt:77)
2022-06-24T18:37:01.219323842Z at
org.jetbrains.kotlin.daemon.CompileServiceImplBase.execIncrementalCompiler(CompileS
erviceImpl.kt:623)
2022-06-24T18:37:01.219327100Z at
org.jetbrains.kotlin.daemon.CompileServiceImplBase.access$execIncrementalCompiler(C
ompileServiceImpl.kt:101)
2022-06-24T18:37:01.219330880Z at
org.jetbrains.kotlin.daemon.CompileServiceImpl.compile(CompileServiceImpl.kt:1718)
2022-06-24T18:37:01.219334996Z at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2022-06-24T18:37:01.219338688Z at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor
Impl.java:77)
2022-06-24T18:37:01.219342190Z at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod
AccessorImpl.java:43)
2022-06-24T18:37:01.219345994Z at
java.base/java.lang.reflect.Method.invoke(Method.java:568)
2022-06-24T18:37:01.219348376Z at
java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360)
2022-06-24T18:37:01.219350779Z at
java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200)
2022-06-24T18:37:01.219353020Z at
java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197)
2022-06-24T18:37:01.219355269Z at
java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
2022-06-24T18:37:01.219358372Z at
java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196)
2022-06-24T18:37:01.219361588Z at
java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598)
2022-06-24T18:37:01.219365265Z at
java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.jav
a:844)
2022-06-24T18:37:01.219367640Z at
java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTrans
port.java:721)
2022-06-24T18:37:01.219373876Z at
java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
2022-06-24T18:37:01.219376670Z at
java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java
:720)
2022-06-24T18:37:01.219379772Z at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java
:1136)
2022-06-24T18:37:01.219383290Z at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.jav
a:635)
2022-06-24T18:37:01.219386552Z at
java.base/java.lang.Thread.run(Thread.java:833)
2022-06-24T18:37:01.219391166Z at
java.rmi/sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemot
eCall.java:304)
2022-06-24T18:37:01.219395039Z at
java.rmi/sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:280)
2022-06-24T18:37:01.219398593Z at
java.rmi/sun.rmi.server.UnicastRef.invoke(UnicastRef.java:165)
2022-06-24T18:37:01.219402005Z at
java.rmi/java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObj
ectInvocationHandler.java:215)
2022-06-24T18:37:01.219405709Z at
java.rmi/java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocatio
nHandler.java:160)
2022-06-24T18:37:01.219408992Z at
jdk.proxy4/jdk.proxy4.$Proxy108.compile(Unknown Source)
2022-06-24T18:37:01.219412260Z at
org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.incrementalCompilation
WithDaemon(GradleKotlinCompilerWork.kt:307)
2022-06-24T18:37:01.219415945Z at
org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.compileWithDaemon(Grad
leKotlinCompilerWork.kt:225)
2022-06-24T18:37:01.219419503Z at
org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.compileWithDaemonOrFal
lbackImpl(GradleKotlinCompilerWork.kt:162)
2022-06-24T18:37:01.219423079Z at
org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.run(GradleKotlinCompil
erWork.kt:130)
2022-06-24T18:37:01.219426632Z at
org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCom
pilerWorkAction.execute(GradleCompilerRunnerWithWorkers.kt:79)
2022-06-24T18:37:01.219430064Z at
org.gradle.workers.internal.DefaultWorkerServer.execute(DefaultWorkerServer.java:63
)
2022-06-24T18:37:01.219433615Z at
org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.create(NoIsolationWorkerFa
ctory.java:66)
2022-06-24T18:37:01.219437052Z at
org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.create(NoIsolationWorkerFa
ctory.java:62)
2022-06-24T18:37:01.219440717Z at
org.gradle.internal.classloader.ClassLoaderUtils.executeInClassloader(ClassLoaderUt
ils.java:97)
2022-06-24T18:37:01.219444266Z at
org.gradle.workers.internal.NoIsolationWorkerFactory$1.lambda$execute$0(NoIsolation
WorkerFactory.java:62)
2022-06-24T18:37:01.219447478Z at
org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:44)
2022-06-24T18:37:01.219450869Z at
org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:41)
2022-06-24T18:37:01.219460859Z at
org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWo
rker.execute(DefaultBuildOperationRunner.java:204)
2022-06-24T18:37:01.219465230Z at
org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWo
rker.execute(DefaultBuildOperationRunner.java:199)
2022-06-24T18:37:01.219469370Z at
org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOp
erationRunner.java:66)
2022-06-24T18:37:01.219473172Z at
org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOp
erationRunner.java:59)
2022-06-24T18:37:01.219494151Z at
org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOper
ationRunner.java:157)
2022-06-24T18:37:01.219498395Z at
org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOper
ationRunner.java:59)
2022-06-24T18:37:01.219502012Z at
org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperati
onRunner.java:53)
2022-06-24T18:37:01.219505294Z at
org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOpera
tionExecutor.java:73)
2022-06-24T18:37:01.219508790Z at
org.gradle.workers.internal.AbstractWorker.executeWrappedInBuildOperation(AbstractW
orker.java:41)
2022-06-24T18:37:01.219512351Z at
org.gradle.workers.internal.NoIsolationWorkerFactory$1.execute(NoIsolationWorkerFac
tory.java:59)
2022-06-24T18:37:01.219516490Z at
org.gradle.workers.internal.DefaultWorkerExecutor.lambda$submitWork$2(DefaultWorker
Executor.java:205)
2022-06-24T18:37:01.219520485Z at
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
2022-06-24T18:37:01.219524129Z at
org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runExecut
ion(DefaultConditionalExecutionQueue.java:187)
2022-06-24T18:37:01.219527680Z at
org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.access$70
0(DefaultConditionalExecutionQueue.java:120)
2022-06-24T18:37:01.219531371Z at
org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner$1.run(Def
aultConditionalExecutionQueue.java:162)
2022-06-24T18:37:01.219534715Z at
org.gradle.internal.Factories$1.create(Factories.java:31)
2022-06-24T18:37:01.219538440Z at
org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseServ
ice.java:270)
2022-06-24T18:37:01.219541788Z at
org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerL
easeService.java:119)
2022-06-24T18:37:01.226117505Z <=========----> 72% EXECUTING [1m
43s]> :compileKotlin> IDLE
2022-06-24T18:37:01.226153106Z > Task :compileKotlin
2022-06-24T18:37:01.226159397Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/api/
HeadersSecurityConfig.kt: (10, 73): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:37:01.226163904Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/api/
HeadersSecurityConfig.kt: (19, 9): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:37:01.226176219Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/external/
SessionSecurityConfig.kt: (9, 73): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:37:01.226180830Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/external/
SessionSecurityConfig.kt: (15, 31): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:37:01.226184991Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/internal/
InternalSecurityConfig.kt: (8, 73): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:37:01.226188870Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/internal/
InternalSecurityConfig.kt: (14, 32): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:37:01.226192935Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/modules/project/models/
BookingSession.kt: (32, 10): 'disable(vararg MapperFeature!): ObjectMapper!' is
deprecated. Deprecated in Java
2022-06-24T18:37:01.226197065Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/api/
HeadersSecurityConfig.kt: (10, 73): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:37:01.226201344Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/api/
HeadersSecurityConfig.kt: (19, 9): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:37:01.226205312Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/external/
SessionSecurityConfig.kt: (9, 73): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:37:01.226209451Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/external/
SessionSecurityConfig.kt: (15, 31): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:37:01.226215077Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/internal/
InternalSecurityConfig.kt: (8, 73): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:37:01.226219159Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/internal/
InternalSecurityConfig.kt: (14, 32): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:37:01.226223078Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/modules/project/models/
BookingSession.kt: (32, 10): 'disable(vararg MapperFeature!): ObjectMapper!' is
deprecated. Deprecated in Java
2022-06-24T18:37:01.226226927Z Could not connect to kotlin daemon. Using fallback
strategy.
2022-06-24T18:37:01.226230660Z
2022-06-24T18:37:01.226234258Z
2022-06-24T18:37:01.226237812Z
2022-06-24T18:37:01.253481408Z <========-----> 61% EXECUTING [1m
41s]> :compileKotlin> IDLE
2022-06-24T18:37:01.253511971Z > Task :compileKotlin FAILED
2022-06-24T18:37:01.253519041Z w: Detected multiple Kotlin daemon sessions at
build/kotlin/sessions
2022-06-24T18:37:01.253530475Z
2022-06-24T18:37:01.253533652Z Deprecated Gradle features were used in this build,
making it incompatible with Gradle 8.0.
2022-06-24T18:37:01.253536000Z
2022-06-24T18:37:01.253538350Z You can use '--warning-mode all' to show the
individual deprecation warnings and determine if they come from your own scripts or
plugins.
2022-06-24T18:37:01.253540698Z
2022-06-24T18:37:01.253542792Z See
https://docs.gradle.org/7.4.2/userguide/command_line_interface.html#sec:command_lin
e_warnings
2022-06-24T18:37:01.253545583Z 6 actionable tasks: 5 executed, 1 up-to-date
2022-06-24T18:37:01.253549329Z
2022-06-24T18:37:01.253553038Z Waiting for changes to input files of tasks...
2022-06-24T18:37:01.253555334Z new directory:
/var/goshare-web/commons/kotlin/eventbus/build/classes/kotlin/main/co
2022-06-24T18:37:01.253557596Z new directory:
/var/goshare-web/commons/kotlin/eventbus/build/classes/kotlin/main/co/goshare
2022-06-24T18:37:01.253559989Z new directory:
/var/goshare-web/commons/kotlin/eventbus/build/classes/kotlin/main/co/goshare/
commons
2022-06-24T18:37:01.253562524Z and some more changes
2022-06-24T18:37:01.253564718Z Change detected, executing build...
2022-06-24T18:37:01.253566855Z
2022-06-24T18:37:01.253569114Z
2022-06-24T18:37:01.253571320Z
2022-06-24T18:37:01.253573540Z
2022-06-24T18:38:09.049897150Z at
org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerL
easeService.java:124)
2022-06-24T18:38:09.049923140Z at
org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runBatch(
DefaultConditionalExecutionQueue.java:157)
2022-06-24T18:38:09.049928356Z at
org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.run(Defau
ltConditionalExecutionQueue.java:126)
2022-06-24T18:38:09.049932064Z at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
2022-06-24T18:38:09.049935324Z at
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
2022-06-24T18:38:09.049938599Z at
org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(Exec
utorPolicy.java:64)
2022-06-24T18:38:09.049941626Z at
org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:4
8)
2022-06-24T18:38:09.049944690Z at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java
:1136)
2022-06-24T18:38:09.049948336Z at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.jav
a:635)
2022-06-24T18:38:09.049951952Z at
java.base/java.lang.Thread.run(Thread.java:833)
2022-06-24T18:38:09.049954992Z Caused by:
org.jetbrains.kotlin.com.intellij.util.io.PersistentEnumeratorBase$CorruptedExcepti
on: PersistentEnumerator storage corrupted
/var/goshare-web/api/build/kotlin/compileKotlin/cacheable/caches-jvm/lookups/
lookups.tab
2022-06-24T18:38:09.049966647Z at
org.jetbrains.kotlin.com.intellij.util.io.PersistentBTreeEnumerator.enumerateImpl(P
ersistentBTreeEnumerator.java:492)
2022-06-24T18:38:09.049970497Z at
org.jetbrains.kotlin.com.intellij.util.io.PersistentEnumeratorBase.doEnumerate(Pers
istentEnumeratorBase.java:311)
2022-06-24T18:38:09.049973591Z at
org.jetbrains.kotlin.com.intellij.util.io.PersistentEnumeratorBase.enumerate(Persis
tentEnumeratorBase.java:335)
2022-06-24T18:38:09.049976819Z at
org.jetbrains.kotlin.com.intellij.util.io.PersistentHashMap.enumerate(PersistentHas
hMap.java:486)
2022-06-24T18:38:09.049979978Z at
org.jetbrains.kotlin.com.intellij.util.io.PersistentHashMap$4.onDropFromCache(Persi
stentHashMap.java:283)
2022-06-24T18:38:09.049982802Z at
org.jetbrains.kotlin.com.intellij.util.io.PersistentHashMap$4.onDropFromCache(Persi
stentHashMap.java:265)
2022-06-24T18:38:09.049985750Z at
org.jetbrains.kotlin.com.intellij.util.containers.SLRUMap$2.removeEldestEntry(SLRUM
ap.java:70)
2022-06-24T18:38:09.049990204Z at
org.jetbrains.kotlin.com.intellij.util.containers.hash.LinkedHashMap.put(LinkedHash
Map.java:127)
2022-06-24T18:38:09.049994165Z at
org.jetbrains.kotlin.com.intellij.util.containers.SLRUMap.put(SLRUMap.java:107)
2022-06-24T18:38:09.049998181Z at
org.jetbrains.kotlin.com.intellij.util.containers.SLRUCache.get(SLRUCache.java:48)
2022-06-24T18:38:09.050002016Z at
org.jetbrains.kotlin.com.intellij.util.io.PersistentHashMap.doAppendData(Persistent
HashMap.java:529)
2022-06-24T18:38:09.050005625Z at
org.jetbrains.kotlin.com.intellij.util.io.PersistentHashMap.appendData(PersistentHa
shMap.java:507)
2022-06-24T18:38:09.050009389Z at
org.jetbrains.kotlin.incremental.storage.CachingLazyStorage.append(CachingLazyStora
ge.kt:83)
2022-06-24T18:38:09.050013151Z at
org.jetbrains.kotlin.incremental.storage.LookupMap.append(LookupMap.kt:33)
2022-06-24T18:38:09.050016714Z at
org.jetbrains.kotlin.incremental.TrackedLookupMap.append(LookupStorage.kt:313)
2022-06-24T18:38:09.050019854Z at
org.jetbrains.kotlin.incremental.LookupStorage.addAll(LookupStorage.kt:122)
2022-06-24T18:38:09.050022900Z at
org.jetbrains.kotlin.incremental.BuildUtilKt.update(buildUtil.kt:134)
2022-06-24T18:38:09.050026080Z at
org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileIncrementally(Inc
rementalCompilerRunner.kt:393)
2022-06-24T18:38:09.050029498Z at
org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileIncrementally$def
ault(IncrementalCompilerRunner.kt:309)
2022-06-24T18:38:09.050032692Z at
org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileImpl$rebuild(Incr
ementalCompilerRunner.kt:115)
2022-06-24T18:38:09.050035573Z at
org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileImpl(IncrementalC
ompilerRunner.kt:195)
2022-06-24T18:38:09.050038325Z at
org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compile(IncrementalCompi
lerRunner.kt:77)
2022-06-24T18:38:09.050041126Z at
org.jetbrains.kotlin.daemon.CompileServiceImplBase.execIncrementalCompiler(CompileS
erviceImpl.kt:623)
2022-06-24T18:38:09.050048240Z at
org.jetbrains.kotlin.daemon.CompileServiceImplBase.access$execIncrementalCompiler(C
ompileServiceImpl.kt:101)
2022-06-24T18:38:09.050052210Z at
org.jetbrains.kotlin.daemon.CompileServiceImpl.compile(CompileServiceImpl.kt:1718)
2022-06-24T18:38:09.050055991Z at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2022-06-24T18:38:09.050061126Z at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor
Impl.java:77)
2022-06-24T18:38:09.050065483Z at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod
AccessorImpl.java:43)
2022-06-24T18:38:09.050069719Z at
java.base/java.lang.reflect.Method.invoke(Method.java:568)
2022-06-24T18:38:09.050073338Z at
java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360)
2022-06-24T18:38:09.050076450Z at
java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200)
2022-06-24T18:38:09.050079370Z at
java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197)
2022-06-24T18:38:09.050082141Z at
java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
2022-06-24T18:38:09.050085705Z at
java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196)
2022-06-24T18:38:09.050088323Z at
java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598)
2022-06-24T18:38:09.050090539Z at
java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.jav
a:844)
2022-06-24T18:38:09.050092727Z at
java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTrans
port.java:721)
2022-06-24T18:38:09.050094802Z at
java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
2022-06-24T18:38:09.050096913Z at
java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java
:720)
2022-06-24T18:38:09.050098930Z ... 3 more
2022-06-24T18:38:09.050100890Z Caused by: java.lang.IllegalStateException
2022-06-24T18:38:09.050103029Z at
org.jetbrains.kotlin.com.intellij.util.io.IntToIntBtree$BtreeIndexNodeView.locate(I
ntToIntBtree.java:995)
2022-06-24T18:38:09.050105124Z at
org.jetbrains.kotlin.com.intellij.util.io.IntToIntBtree$BtreeIndexNodeView.access$0
00(IntToIntBtree.java:404)
2022-06-24T18:38:09.050111218Z at
org.jetbrains.kotlin.com.intellij.util.io.IntToIntBtree.get(IntToIntBtree.java:195)
2022-06-24T18:38:09.050115005Z at
org.jetbrains.kotlin.com.intellij.util.io.PersistentBTreeEnumerator.enumerateImpl(P
ersistentBTreeEnumerator.java:390)
2022-06-24T18:38:09.050117717Z ... 41 more
2022-06-24T18:38:09.050120229Z
2022-06-24T18:38:09.050122618Z
2022-06-24T18:38:09.050125507Z FAILURE: Build failed with an exception.
2022-06-24T18:38:09.050129440Z
2022-06-24T18:38:09.050136596Z * What went wrong:
2022-06-24T18:38:09.050140084Z Execution failed for task ':compileKotlin'.
2022-06-24T18:38:09.050143205Z > A failure occurred while executing
org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCom
pilerWorkAction
2022-06-24T18:38:09.050146862Z > Could not delete
'/var/goshare-web/api/build/kotlin/compileKotlin/cacheable/caches-jvm'
2022-06-24T18:38:09.050150382Z
2022-06-24T18:38:09.050153751Z * Try:
2022-06-24T18:38:09.050158721Z > Run with --stacktrace option to get the stack
trace.
2022-06-24T18:38:09.050163182Z > Run with --info or --debug option to get more log
output.
2022-06-24T18:38:09.050167656Z > Run with --scan to get full insights.
2022-06-24T18:38:09.050171560Z
2022-06-24T18:38:09.050175134Z * Get more help at https://help.gradle.org
2022-06-24T18:38:09.050179152Z
2022-06-24T18:38:09.050182676Z BUILD FAILED in 1m 43s
2022-06-24T18:38:09.050186624Z Compilation with Kotlin compile daemon was not
successful
2022-06-24T18:38:09.050190747Z java.lang.reflect.InaccessibleObjectException:
Unable to make field protected java.io.OutputStream java.io.FilterOutputStream.out
accessible: module java.base does not "opens java.io" to unnamed module @ea1a8d5
2022-06-24T18:38:09.050195162Z at
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject
.java:354)
2022-06-24T18:38:09.050199197Z at
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject
.java:297)
2022-06-24T18:38:09.050203261Z at
java.base/java.lang.reflect.Field.checkCanSetAccessible(Field.java:178)
2022-06-24T18:38:09.050207153Z at
java.base/java.lang.reflect.Field.setAccessible(Field.java:172)
2022-06-24T18:38:09.050210775Z at
org.jetbrains.kotlin.com.intellij.util.io.IOUtil.syncStream(IOUtil.java:217)
2022-06-24T18:38:09.050214414Z at
org.jetbrains.kotlin.com.intellij.util.io.PersistentHashMapValueStorage.appendBytes
(PersistentHashMapValueStorage.java:192)
2022-06-24T18:38:09.050218427Z at
org.jetbrains.kotlin.com.intellij.util.io.PersistentHashMapValueStorage.appendBytes
(PersistentHashMapValueStorage.java:179)
2022-06-24T18:38:09.050222792Z at
org.jetbrains.kotlin.com.intellij.util.io.PersistentHashMap.doPut(PersistentHashMap
.java:436)
2022-06-24T18:38:09.050226831Z at
org.jetbrains.kotlin.com.intellij.util.io.PersistentHashMap.put(PersistentHashMap.j
ava:418)
2022-06-24T18:38:09.050230840Z at
org.jetbrains.kotlin.incremental.storage.CachingLazyStorage.set(CachingLazyStorage.
kt:73)
2022-06-24T18:38:09.050234601Z at
org.jetbrains.kotlin.incremental.storage.IdToFileMap.set(IdToFileMap.kt:36)
2022-06-24T18:38:09.050237968Z at
org.jetbrains.kotlin.incremental.LookupStorage.addFileIfNeeded(LookupStorage.kt:170
)
2022-06-24T18:38:09.050244674Z at
org.jetbrains.kotlin.incremental.LookupStorage.access$addFileIfNeeded(LookupStorage
.kt:33)
2022-06-24T18:38:09.050247699Z at
org.jetbrains.kotlin.incremental.LookupStorage$addAll$pathToId$1.invoke(LookupStora
ge.kt:115)
2022-06-24T18:38:09.051804416Z <-------------> 0% CONFIGURING [1m 43s]> root
project > Resolve dependencies of detachedConfiguration5> IDLE> root
project<-------------> 0% EXECUTING [1m 43s]> :eventbus:compileKotlin<=====--------
> 45% EXECUTING [1m 43s]> :eventbus:jar<=======------> 54% EXECUTING [1m
43s]> :compileKotlin > Resolve dependencies of :compileClasspath> :compileKotlin >
Resolve dependencies of :compileClasspath > Resolve dependen> :compileKotlin >
Resolve dependencies of :compileClasspath> :compileKotlin > Resolve dependencies of
:compileClasspath > Resolve dependen> :compileKotlin > Resolve dependencies
of :compileClasspath<========-----> 61% EXECUTING [1m 42s]<=======------> 54%
EXECUTING [1m 44s]> :compileKotlin > Resolve dependencies of :compileClasspath >
Resolve dependen> :compileKotlin > Resolve dependencies
of :compileClasspath> :compileKotlin > Resolve dependencies of :compileClasspath >
Resolve dependen> :compileKotlin > Resolve dependencies
of :compileClasspath> :compileKotlin<========-----> 61% EXECUTING [1m
43s]<=======------> 54% EXECUTING [1m 45s]> :generateGitProperties<========----->
61% EXECUTING [1m 44s]<=======------> 54% EXECUTING [1m 46s]<========-----> 61%
EXECUTING [1m 45s]<=======------> 54% EXECUTING [1m 47s]<=========----> 72%
EXECUTING [1m 47s]> IDLE<========-----> 61% EXECUTING [1m 46s]<=========----> 72%
EXECUTING [1m 48s]<========-----> 61% EXECUTING [1m 47s]<=========----> 72%
EXECUTING [1m 49s]<========-----> 61% EXECUTING [1m 48s]<=========----> 72%
EXECUTING [1m 50s]<========-----> 61% EXECUTING [1m 49s]<=========----> 72%
EXECUTING [1m 51s]<========-----> 61% EXECUTING [1m 50s]<=========----> 72%
EXECUTING [1m 52s]<========-----> 61% EXECUTING [1m 51s]<=========----> 72%
EXECUTING [1m 53s]<========-----> 61% EXECUTING [1m 52s]<=========----> 72%
EXECUTING [1m 54s]<========-----> 61% EXECUTING [1m 53s]<=========----> 72%
EXECUTING [1m 55s]<========-----> 61% EXECUTING [1m 54s]<=========----> 72%
EXECUTING [1m 56s]<========-----> 61% EXECUTING [1m 55s]<=========----> 72%
EXECUTING [1m 57s]<========-----> 61% EXECUTING [1m 56s]<=========----> 72%
EXECUTING [1m 58s]<========-----> 61% EXECUTING [1m 57s]<=========----> 72%
EXECUTING [1m 59s]<========-----> 61% EXECUTING [1m 58s]<=========----> 72%
EXECUTING [2m]<========-----> 61% EXECUTING [1m 59s]<=========----> 72% EXECUTING
[2m 1s]<========-----> 61% EXECUTING [2m]<=========----> 72% EXECUTING [2m
2s]<========-----> 61% EXECUTING [2m 1s]<=========----> 72% EXECUTING [2m
3s]<========-----> 61% EXECUTING [2m 2s]<=========----> 72% EXECUTING [2m
4s]<========-----> 61% EXECUTING [2m 3s]<=========----> 72% EXECUTING [2m
5s]<========-----> 61% EXECUTING [2m 4s]<=========----> 72% EXECUTING [2m
6s]<========-----> 61% EXECUTING [2m 5s]<=========----> 72% EXECUTING [2m
7s]<========-----> 61% EXECUTING [2m 6s]<=========----> 72% EXECUTING [2m
8s]<========-----> 61% EXECUTING [2m 7s]<=========----> 72% EXECUTING [2m
9s]<========-----> 61% EXECUTING [2m 8s]<=========----> 72% EXECUTING [2m
10s]<========-----> 61% EXECUTING [2m 9s]<=========----> 72% EXECUTING [2m
11s]<========-----> 61% EXECUTING [2m 10s]<=========----> 72% EXECUTING [2m
12s]<========-----> 61% EXECUTING [2m 11s]<=========----> 72% EXECUTING [2m
13s]<========-----> 61% EXECUTING [2m 12s]<=========----> 72% EXECUTING [2m
14s]<========-----> 61% EXECUTING [2m 13s]<=========----> 72% EXECUTING [2m
15s]<========-----> 61% EXECUTING [2m 14s]<=========----> 72% EXECUTING [2m
16s]<========-----> 61% EXECUTING [2m 15s]<=========----> 72% EXECUTING [2m
17s]<========-----> 61% EXECUTING [2m 16s]<=========----> 72% EXECUTING [2m
18s]<========-----> 61% EXECUTING [2m 17s]<=========----> 72% EXECUTING [2m
19s]<========-----> 61% EXECUTING [2m 18s]<=========----> 72% EXECUTING [2m
20s]<========-----> 61% EXECUTING [2m 19s]<=========----> 72% EXECUTING [2m
21s]<========-----> 61% EXECUTING [2m 20s]<=========----> 72% EXECUTING [2m
22s]<========-----> 61% EXECUTING [2m 21s]<=========----> 72% EXECUTING [2m
23s]<========-----> 61% EXECUTING [2m 22s]<=========----> 72% EXECUTING [2m
24s]<========-----> 61% EXECUTING [2m 23s]<=========----> 72% EXECUTING [2m
25s]<========-----> 61% EXECUTING [2m 24s]<=========----> 72% EXECUTING [2m
26s]<========-----> 61% EXECUTING [2m 25s]<=========----> 72% EXECUTING [2m
27s]<========-----> 61% EXECUTING [2m 26s]<=========----> 72% EXECUTING [2m
28s]<========-----> 61% EXECUTING [2m 27s]<=========----> 72% EXECUTING [2m
29s]<========-----> 61% EXECUTING [2m 28s]<=========----> 72% EXECUTING [2m
30s]<========-----> 61% EXECUTING [2m 29s]<=========----> 72% EXECUTING [2m
31s]<========-----> 61% EXECUTING [2m 30s]<=========----> 72% EXECUTING [2m
32s]<========-----> 61% EXECUTING [2m 31s]<=========----> 72% EXECUTING [2m
33s]<========-----> 61% EXECUTING [2m 32s]<=========----> 72% EXECUTING [2m
34s]<========-----> 61% EXECUTING [2m 33s]<=========----> 72% EXECUTING [2m
35s]<========-----> 61% EXECUTING [2m 34s]<=========----> 72% EXECUTING [2m
36s]<========-----> 61% EXECUTING [2m 35s]<=========----> 72% EXECUTING [2m
37s]<========-----> 61% EXECUTING [2m 36s]<=========----> 72% EXECUTING [2m
38s]<========-----> 61% EXECUTING [2m 37s]<=========----> 72% EXECUTING [2m
39s]<========-----> 61% EXECUTING [2m 38s]<=========----> 72% EXECUTING [2m
40s]<========-----> 61% EXECUTING [2m 39s]<=========----> 72% EXECUTING [2m
41s]<=========----> 69% EXECUTING [2m 39s]> :compileJava<=========----> 69%
EXECUTING [2m 40s]<=========----> 72% EXECUTING [2m 42s]<=========----> 69%
EXECUTING [2m 41s]<=========----> 72% EXECUTING [2m 43s]<=========----> 69%
EXECUTING [2m 42s]<=========----> 72% EXECUTING [2m 44s]<=========----> 69%
EXECUTING [2m 43s]<=========----> 72% EXECUTING [2m 45s]<=========----> 69%
EXECUTING [2m 44s]<=========----> 72% EXECUTING [2m 46s]<=========----> 69%
EXECUTING [2m 45s]<=========----> 72% EXECUTING [2m 47s]<=========----> 69%
EXECUTING [2m 46s]<=========----> 72% EXECUTING [2m 48s]<=========----> 69%
EXECUTING [2m 47s]<=========----> 72% EXECUTING [2m 49s]<=========----> 69%
EXECUTING [2m 48s]<=========----> 72% EXECUTING [2m 50s]<===========--> 84%
EXECUTING [2m 48s]> :bootRunMainClassName > Resolve dependencies
of :runtimeClasspath > Resolve d> :bootRunMainClassName<============-> 92%
EXECUTING [2m 48s]> :bootRun
2022-06-24T18:38:09.051883484Z > Task :compileKotlin
2022-06-24T18:38:09.051887431Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/api/
HeadersSecurityConfig.kt: (10, 73): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:38:09.051890146Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/api/
HeadersSecurityConfig.kt: (19, 9): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:38:09.051892497Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/external/
SessionSecurityConfig.kt: (9, 73): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:38:09.051896852Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/external/
SessionSecurityConfig.kt: (15, 31): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:38:09.051900197Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/internal/
InternalSecurityConfig.kt: (8, 73): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:38:09.051903941Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/internal/
InternalSecurityConfig.kt: (14, 32): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:38:09.051907860Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/modules/project/models/
BookingSession.kt: (32, 10): 'disable(vararg MapperFeature!): ObjectMapper!' is
deprecated. Deprecated in Java
2022-06-24T18:38:09.051910394Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/api/
HeadersSecurityConfig.kt: (10, 73): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:38:09.051912562Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/api/
HeadersSecurityConfig.kt: (19, 9): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:38:09.051914785Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/external/
SessionSecurityConfig.kt: (9, 73): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:38:09.051917092Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/external/
SessionSecurityConfig.kt: (15, 31): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:38:09.051920003Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/internal/
InternalSecurityConfig.kt: (8, 73): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:38:09.051922380Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/config/security/internal/
InternalSecurityConfig.kt: (14, 32): 'WebSecurityConfigurerAdapter' is deprecated.
Deprecated in Java
2022-06-24T18:38:09.051924607Z w:
/var/goshare-web/api/src/main/kotlin/co/goshare/api/modules/project/models/
BookingSession.kt: (32, 10): 'disable(vararg MapperFeature!): ObjectMapper!' is
deprecated. Deprecated in Java
2022-06-24T18:38:09.051926759Z Could not connect to kotlin daemon. Using fallback
strategy.
2022-06-24T18:38:09.051928765Z
2022-06-24T18:38:09.051930705Z
2022-06-24T18:38:09.051932686Z
2022-06-24T18:38:10.485567515Z <=========----> 72% EXECUTING [2m
50s]> :compileKotlin> IDLE<============-> 92% EXECUTING [2m 49s]<=========----> 72%
EXECUTING [2m 51s]<============-> 92% EXECUTING [2m 50s]<=========----> 72%
EXECUTING [2m 52s]
2022-06-24T18:38:10.485603868Z > Task :bootRun
2022-06-24T18:38:10.485610103Z Listening for transport dt_socket at address: 5005
2022-06-24T18:38:10.485623215Z 18:38:08.832 [Thread-0] DEBUG
org.springframework.boot.devtools.restart.classloader.RestartClassLoader - Created
RestartClassLoader
org.springframework.boot.devtools.restart.classloader.RestartClassLoader@2b696d46
2022-06-24T18:38:10.485627697Z
2022-06-24T18:38:10.485630846Z . ____ _ __ _ _
2022-06-24T18:38:10.485633957Z /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
2022-06-24T18:38:10.485637225Z ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
2022-06-24T18:38:10.485640297Z \\/ ___)| |_)| | | | | || (_| | ) ) ) )
2022-06-24T18:38:10.485643402Z ' |____| .__|_| |_|_| |_\__, | / / / /
2022-06-24T18:38:10.485646402Z =========|_|==============|___/=/_/_/_/
2022-06-24T18:38:10.485649582Z :: Spring Boot :: (v2.7.0)
2022-06-24T18:38:10.485653317Z
2022-06-24T18:38:10.485656587Z 2022-06-24 18:38:09.180 INFO 1134 ---
[ restartedMain] co.goshare.api.ApplicationKt : Starting ApplicationKt
using Java 18-ea on 91978b91240b with PID 1134
(/var/goshare-web/api/build/classes/kotlin/main started by app in /var/goshare-
web/api)
2022-06-24T18:38:10.485660337Z 2022-06-24 18:38:09.181 INFO 1134 ---
[ restartedMain] co.goshare.api.ApplicationKt : The following 1
profile is active: "development"
2022-06-24T18:38:10.485663829Z 2022-06-24 18:38:09.231 INFO 1134 ---
[ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property
defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2022-06-24T18:38:10.485667236Z 2022-06-24 18:38:09.232 INFO 1134 ---
[ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web
related logging consider setting the 'logging.level.web' property to 'DEBUG'
2022-06-24T18:38:10.485670298Z 2022-06-24 18:38:10.204 INFO 1134 ---
[ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data
modules found, entering strict repository configuration mode!
2022-06-24T18:38:10.485673400Z 2022-06-24 18:38:10.206 INFO 1134 ---
[ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring
Data Redis repositories in DEFAULT mode.
2022-06-24T18:38:10.485676714Z 2022-06-24 18:38:10.246 INFO 1134 ---
[ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data
repository scanning in 29 ms. Found 0 Redis repository interfaces.
2022-06-24T18:38:10.485679860Z
2022-06-24T18:38:10.485682557Z
2022-06-24T18:38:10.485685371Z
2022-06-24T18:38:10.685224469Z <============-> 92% EXECUTING [2m 50s]> :bootRun>
IDLE2022-06-24 18:38:10.614 INFO 1134 --- [ restartedMain]
org.eclipse.jetty.util.log : Logging initialized @2131ms to
org.eclipse.jetty.util.log.Slf4jLog
2022-06-24T18:38:10.685261028Z
2022-06-24T18:38:10.885330066Z <============-> 92% EXECUTING [2m 50s]> :bootRun>
IDLE2022-06-24 18:38:10.788 INFO 1134 --- [ restartedMain]
o.s.b.w.e.j.JettyServletWebServerFactory : Server initialized with port: 8080
2022-06-24T18:38:10.885375501Z 2022-06-24 18:38:10.791 INFO 1134 ---
[ restartedMain] org.eclipse.jetty.server.Server : jetty-
9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git:
bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 18-ea+11
2022-06-24T18:38:10.885382179Z 2022-06-24 18:38:10.819 INFO 1134 ---
[ restartedMain] o.e.j.s.h.ContextHandler.application : Initializing Spring
embedded WebApplicationContext
2022-06-24T18:38:10.885386519Z 2022-06-24 18:38:10.820 INFO 1134 ---
[ restartedMain] w.s.c.ServletWebServerApplicationContext : Root
WebApplicationContext: initialization completed in 1588 ms
2022-06-24T18:38:10.885390670Z
2022-06-24T18:38:10.885394231Z
2022-06-24T18:38:10.885397550Z
2022-06-24T18:38:11.185186775Z <============-> 92% EXECUTING [2m 50s]> :bootRun>
IDLE<============-> 92% EXECUTING [2m 51s]<=========----> 72% EXECUTING [2m
53s]2022-06-24 18:38:11.090 INFO 1134 --- [ restartedMain]
org.eclipse.jetty.server.session : DefaultSessionIdManager workerName=node0
2022-06-24T18:38:11.185215340Z 2022-06-24 18:38:11.090 INFO 1134 ---
[ restartedMain] org.eclipse.jetty.server.session : No SessionScavenger
set, using defaults
2022-06-24T18:38:11.185220691Z 2022-06-24 18:38:11.091 INFO 1134 ---
[ restartedMain] org.eclipse.jetty.server.session : node0 Scavenging every
660000ms
2022-06-24T18:38:11.185224831Z 2022-06-24 18:38:11.100 INFO 1134 ---
[ restartedMain] o.e.jetty.server.handler.ContextHandler : Started
o.s.b.w.e.j.JettyEmbeddedWebAppContext@7dcaa66c{application,/,[file:///tmp/jetty-
docbase.8080.6031333387606977338/,
jar:file:/var/goshare-web/api/gradle/cache/caches/modules-2/files-2.1/org.webjars/
swagger-ui/4.10.3/c770b50a519df6a17100300fe035a5a7f1673342/swagger-ui-4.10.3.jar!/
META-INF/resources],AVAILABLE}
2022-06-24T18:38:11.185229378Z 2022-06-24 18:38:11.100 INFO 1134 ---
[ restartedMain] org.eclipse.jetty.server.Server : Started @2618ms
2022-06-24T18:38:11.185232709Z
2022-06-24T18:38:11.185235926Z
2022-06-24T18:38:11.185239151Z
2022-06-24T18:38:12.685230461Z <============-> 92% EXECUTING [2m 51s]> :bootRun>
IDLE<============-> 92% EXECUTING [2m 52s]<=========----> 72% EXECUTING [2m
54s]2022-06-24 18:38:12.626 WARN 1134 ---
[ restartedMain] .s.s.UserDetailsServiceAutoConfiguration :
2022-06-24T18:38:12.685265347Z
2022-06-24T18:38:12.685270928Z Using generated security password: 36c9b442-06d1-
4779-a00b-3e30777bfb53
2022-06-24T18:38:12.685284173Z
2022-06-24T18:38:12.685287756Z This generated password is for development use only.
Your security configuration must be updated before running your application in
production.
2022-06-24T18:38:12.685290891Z
2022-06-24T18:38:12.685293703Z
2022-06-24T18:38:12.685296541Z
2022-06-24T18:38:12.685299324Z
2022-06-24T18:38:12.785338976Z <============-> 92% EXECUTING [2m 52s]> :bootRun>
IDLE2022-06-24 18:38:12.719 INFO 1134 --- [ restartedMain]
o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoint(s) beneath base path
'/actuator'
2022-06-24T18:38:12.785379321Z 2022-06-24 18:38:12.733 INFO 1134 ---
[ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure any
request with
[org.springframework.security.web.session.DisableEncodeUrlFilter@7ba2177c,
org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFi
lter@34696974,
org.springframework.security.web.context.SecurityContextPersistenceFilter@7089754c,
org.springframework.security.web.header.HeaderWriterFilter@57ca5b86,
org.springframework.web.filter.CorsFilter@156d6e,
org.springframework.security.web.csrf.CsrfFilter@6d22868f,
org.springframework.security.web.authentication.logout.LogoutFilter@5a70b139,
org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilte
r@1a65eb3c,
org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter
@10673415,
org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilte
r@12866626,
org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2a6ca
d19,
org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7b7c7782,
org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter
@7999b8b4,
org.springframework.security.web.authentication.AnonymousAuthenticationFilter@79749
afd, org.springframework.security.web.session.SessionManagementFilter@2947c868,
org.springframework.security.web.access.ExceptionTranslationFilter@611051f8,
org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2b42b07
3]
2022-06-24T18:38:12.785388250Z
2022-06-24T18:38:12.785391696Z
2022-06-24T18:38:12.885150667Z <============-> 92% EXECUTING [2m 52s]> :bootRun>
IDLE2022-06-24 18:38:12.827 INFO 1134 --- [ restartedMain]
o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port
35729
2022-06-24T18:38:12.885184937Z 2022-06-24 18:38:12.863 INFO 1134 ---
[ restartedMain] o.e.j.s.h.ContextHandler.application : Initializing Spring
DispatcherServlet 'dispatcherServlet'
2022-06-24T18:38:12.885189873Z 2022-06-24 18:38:12.863 INFO 1134 ---
[ restartedMain] o.s.web.servlet.DispatcherServlet : Initializing Servlet
'dispatcherServlet'
2022-06-24T18:38:12.885192755Z 2022-06-24 18:38:12.865 INFO 1134 ---
[ restartedMain] o.s.web.servlet.DispatcherServlet : Completed
initialization in 2 ms
2022-06-24T18:38:12.885195468Z
2022-06-24T18:38:12.885197751Z
2022-06-24T18:38:12.885208552Z
2022-06-24T18:38:12.985234356Z <============-> 92% EXECUTING [2m 52s]> :bootRun>
IDLE2022-06-24 18:38:12.875 INFO 1134 --- [ restartedMain]
o.e.jetty.server.AbstractConnector : Started
ServerConnector@271c7550{HTTP/1.1, (http/1.1)}{0.0.0.0:8080}
2022-06-24T18:38:12.985265330Z 2022-06-24 18:38:12.876 INFO 1134 ---
[ restartedMain] o.s.b.web.embedded.jetty.JettyWebServer : Jetty started on
port(s) 8080 (http/1.1) with context path '/'
2022-06-24T18:38:12.985271689Z 2022-06-24 18:38:12.904 INFO 1134 ---
[ restartedMain] co.goshare.api.ApplicationKt : Started ApplicationKt
in 4.063 seconds (JVM running for 4.422)
2022-06-24T18:38:12.985276461Z
2022-06-24T18:38:12.985280376Z
2022-06-24T18:38:12.985283980Z
2022-06-24T18:38:57.448846905Z at
org.jetbrains.kotlin.incremental.LookupStorage$addAll$pathToId$1.invoke(LookupStora
ge.kt:115)
2022-06-24T18:38:57.448879740Z at
org.jetbrains.kotlin.utils.CollectionsKt.keysToMap(collections.kt:22)
2022-06-24T18:38:57.448885150Z at
org.jetbrains.kotlin.incremental.LookupStorage.addAll(LookupStorage.kt:115)
2022-06-24T18:38:57.448888870Z at
org.jetbrains.kotlin.incremental.BuildUtilKt.update(buildUtil.kt:134)
2022-06-24T18:38:57.448892447Z at
org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileIncrementally(Inc
rementalCompilerRunner.kt:393)
2022-06-24T18:38:57.448895933Z at
org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileIncrementally$def
ault(IncrementalCompilerRunner.kt:309)
2022-06-24T18:38:57.448899408Z at
org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileImpl$rebuild(Incr
ementalCompilerRunner.kt:115)
2022-06-24T18:38:57.448902882Z at
org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileImpl(IncrementalC
ompilerRunner.kt:195)
2022-06-24T18:38:57.448906184Z at
org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compile(IncrementalCompi
lerRunner.kt:77)
2022-06-24T18:38:57.448909483Z at
org.jetbrains.kotlin.daemon.CompileServiceImplBase.execIncrementalCompiler(CompileS
erviceImpl.kt:623)
2022-06-24T18:38:57.448912856Z at
org.jetbrains.kotlin.daemon.CompileServiceImplBase.access$execIncrementalCompiler(C
ompileServiceImpl.kt:101)
2022-06-24T18:38:57.448916201Z at
org.jetbrains.kotlin.daemon.CompileServiceImpl.compile(CompileServiceImpl.kt:1718)
2022-06-24T18:38:57.448919832Z at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2022-06-24T18:38:57.448923515Z at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor
Impl.java:77)
2022-06-24T18:38:57.448926914Z at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod
AccessorImpl.java:43)
2022-06-24T18:38:57.448930304Z at
java.base/java.lang.reflect.Method.invoke(Method.java:568)
2022-06-24T18:38:57.448933536Z at
java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360)
2022-06-24T18:38:57.448944383Z at
java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200)
2022-06-24T18:38:57.448947805Z at
java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197)
2022-06-24T18:38:57.448950868Z at
java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
2022-06-24T18:38:57.448954236Z at
java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196)
2022-06-24T18:38:57.448958356Z at
java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598)
2022-06-24T18:38:57.448961797Z at
java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.jav
a:844)
2022-06-24T18:38:57.448965207Z at
java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTrans
port.java:721)
2022-06-24T18:38:57.448968390Z at
java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
2022-06-24T18:38:57.448971924Z at
java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java
:720)
2022-06-24T18:38:57.448975112Z at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java
:1136)
2022-06-24T18:38:57.448978288Z at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.jav
a:635)
2022-06-24T18:38:57.448981676Z at
java.base/java.lang.Thread.run(Thread.java:833)
2022-06-24T18:38:57.448984911Z at
java.rmi/sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemot
eCall.java:304)
2022-06-24T18:38:57.448988288Z at
java.rmi/sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:280)
2022-06-24T18:38:57.448991573Z at
java.rmi/sun.rmi.server.UnicastRef.invoke(UnicastRef.java:165)
2022-06-24T18:38:57.448994655Z at
java.rmi/java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObj
ectInvocationHandler.java:215)
2022-06-24T18:38:57.448997994Z at
java.rmi/java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocatio
nHandler.java:160)
2022-06-24T18:38:57.449001368Z at
jdk.proxy4/jdk.proxy4.$Proxy121.compile(Unknown Source)
2022-06-24T18:38:57.449004559Z at
org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.incrementalCompilation
WithDaemon(GradleKotlinCompilerWork.kt:307)
2022-06-24T18:38:57.449008075Z at
org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.compileWithDaemon(Grad
leKotlinCompilerWork.kt:225)
2022-06-24T18:38:57.449011431Z at
org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.compileWithDaemonOrFal
lbackImpl(GradleKotlinCompilerWork.kt:162)
2022-06-24T18:38:57.449014839Z at
org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.run(GradleKotlinCompil
erWork.kt:130)
2022-06-24T18:38:57.449018215Z at
org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCom
pilerWorkAction.execute(GradleCompilerRunnerWithWorkers.kt:79)
2022-06-24T18:38:57.449022059Z at
org.gradle.workers.internal.DefaultWorkerServer.execute(DefaultWorkerServer.java:63
)
2022-06-24T18:38:57.449028462Z at
org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.create(NoIsolationWorkerFa
ctory.java:66)
2022-06-24T18:38:57.449031890Z at
org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.create(NoIsolationWorkerFa
ctory.java:62)
2022-06-24T18:38:57.449035239Z at
org.gradle.internal.classloader.ClassLoaderUtils.executeInClassloader(ClassLoaderUt
ils.java:97)
2022-06-24T18:38:57.449038727Z at
org.gradle.workers.internal.NoIsolationWorkerFactory$1.lambda$execute$0(NoIsolation
WorkerFactory.java:62)
2022-06-24T18:38:57.449042054Z at
org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:44)
2022-06-24T18:38:57.449045320Z at
org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:41)
2022-06-24T18:38:57.449048586Z at
org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWo
rker.execute(DefaultBuildOperationRunner.java:204)
2022-06-24T18:38:57.449052015Z at
org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWo
rker.execute(DefaultBuildOperationRunner.java:199)
2022-06-24T18:38:57.449055395Z at
org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOp
erationRunner.java:66)
2022-06-24T18:38:57.449058632Z at
org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOp
erationRunner.java:59)
2022-06-24T18:38:57.449061837Z at
org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOper
ationRunner.java:157)
2022-06-24T18:38:57.449065266Z at
org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOper
ationRunner.java:59)
2022-06-24T18:38:57.449068600Z at
org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperati
onRunner.java:53)
2022-06-24T18:38:57.449072032Z at
org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOpera
tionExecutor.java:73)
2022-06-24T18:38:57.449075375Z at
org.gradle.workers.internal.AbstractWorker.executeWrappedInBuildOperation(AbstractW
orker.java:41)
2022-06-24T18:38:57.449078547Z at
org.gradle.workers.internal.NoIsolationWorkerFactory$1.execute(NoIsolationWorkerFac
tory.java:59)
2022-06-24T18:38:57.449081694Z at
org.gradle.workers.internal.DefaultWorkerExecutor.lambda$submitWork$2(DefaultWorker
Executor.java:205)
2022-06-24T18:38:57.449084890Z at
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
2022-06-24T18:38:57.449088928Z at
org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runExecut
ion(DefaultConditionalExecutionQueue.java:187)
2022-06-24T18:38:57.449092608Z at
org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.access$70
0(DefaultConditionalExecutionQueue.java:120)
2022-06-24T18:38:57.449096058Z at
org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner$1.run(Def
aultConditionalExecutionQueue.java:162)
2022-06-24T18:38:57.449099457Z at
org.gradle.internal.Factories$1.create(Factories.java:31)
2022-06-24T18:38:57.449105097Z at
org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseServ
ice.java:270)
2022-06-24T18:38:57.449108612Z at
org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerL
easeService.java:119)
2022-06-24T18:38:57.449111927Z at
org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerL
easeService.java:124)
2022-06-24T18:38:57.449115215Z at
org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runBatch(
DefaultConditionalExecutionQueue.java:157)
2022-06-24T18:38:57.449118482Z at
org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.run(Defau
ltConditionalExecutionQueue.java:126)
2022-06-24T18:38:57.449121992Z at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
2022-06-24T18:38:57.449125282Z at
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
2022-06-24T18:38:57.449128511Z at
org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(Exec
utorPolicy.java:64)
2022-06-24T18:38:57.449131866Z at
org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:4
8)
2022-06-24T18:38:57.449135033Z at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java
:1136)
2022-06-24T18:38:57.449138169Z at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.jav
a:635)
2022-06-24T18:38:57.449141320Z at
java.base/java.lang.Thread.run(Thread.java:833)
2022-06-24T18:38:57.449144547Z
2022-06-24T18:38:57.449147679Z
src/main/kotlin/co/goshare/api/config/security/api/HeadersSecurityConfig.kt:10:73:
warning: 'WebSecurityConfigurerAdapter' is deprecated. Deprecated in Java
2022-06-24T18:38:57.449151134Z import
org.springframework.security.config.annotation.web.configuration.WebSecurityConfigu
rerAdapter
2022-06-24T18:38:57.749009704Z <============-> 92% EXECUTING [2m 52s]> :bootRun>
IDLE<============-> 92% EXECUTING [2m 53s]<=========----> 72% EXECUTING [2m
55s]<============-> 92% EXECUTING [2m 54s]<=========----> 72% EXECUTING [2m
56s]<============-> 92% EXECUTING [2m 55s]<=========----> 72% EXECUTING [2m
57s]<============-> 92% EXECUTING [2m 56s]<=========----> 72% EXECUTING [2m
58s]<============-> 92% EXECUTING [2m 57s]<=========----> 72% EXECUTING [2m
59s]<============-> 92% EXECUTING [2m 58s]<=========----> 72% EXECUTING
[3m]<============-> 92% EXECUTING [2m 59s]<=========----> 72% EXECUTING [3m
1s]<============-> 92% EXECUTING [3m]<=========----> 72% EXECUTING [3m
2s]<============-> 92% EXECUTING [3m 1s]<=========----> 72% EXECUTING [3m
3s]<============-> 92% EXECUTING [3m 2s]<=========----> 72% EXECUTING [3m
4s]<============-> 92% EXECUTING [3m 3s]<=========----> 72% EXECUTING [3m
5s]<============-> 92% EXECUTING [3m 4s]<=========----> 72% EXECUTING [3m
6s]<============-> 92% EXECUTING [3m 5s]<=========----> 72% EXECUTING [3m
7s]<============-> 92% EXECUTING [3m 6s]<=========----> 72% EXECUTING [3m
8s]<============-> 92% EXECUTING [3m 7s]<=========----> 72% EXECUTING [3m
9s]<============-> 92% EXECUTING [3m 8s]<=========----> 72% EXECUTING [3m
10s]<============-> 92% EXECUTING [3m 9s]<=========----> 72% EXECUTING [3m
11s]<============-> 92% EXECUTING [3m 10s]<=========----> 72% EXECUTING [3m
12s]<============-> 92% EXECUTING [3m 11s]<=========----> 72% EXECUTING [3m
13s]<============-> 92% EXECUTING [3m 12s]<=========----> 72% EXECUTING [3m
14s]<============-> 92% EXECUTING [3m 13s]<=========----> 72% EXECUTING [3m
15s]<============-> 92% EXECUTING [3m 14s]<=========----> 72% EXECUTING [3m
16s]<============-> 92% EXECUTING [3m 15s]<=========----> 72% EXECUTING [3m
17s]<============-> 92% EXECUTING [3m 16s]<=========----> 72% EXECUTING [3m
18s]<============-> 92% EXECUTING [3m 17s]<=========----> 72% EXECUTING [3m
19s]<============-> 92% EXECUTING [3m 18s]<=========----> 72% EXECUTING [3m
20s]<============-> 92% EXECUTING [3m 19s]<=========----> 72% EXECUTING [3m
21s]<============-> 92% EXECUTING [3m 20s]<=========----> 72% EXECUTING [3m
22s]<============-> 92% EXECUTING [3m 21s]<=========----> 72% EXECUTING [3m
23s]<============-> 92% EXECUTING [3m 22s]<=========----> 72% EXECUTING [3m
24s]<============-> 92% EXECUTING [3m 23s]<=========----> 72% EXECUTING [3m
25s]<============-> 92% EXECUTING [3m 24s]<=========----> 72% EXECUTING [3m
26s]<============-> 92% EXECUTING [3m 25s]<=========----> 72% EXECUTING [3m
27s]<============-> 92% EXECUTING [3m 26s]<=========----> 72% EXECUTING [3m
28s]<============-> 92% EXECUTING [3m 27s]<=========----> 72% EXECUTING [3m
29s]<============-> 92% EXECUTING [3m 28s]<=========----> 72% EXECUTING [3m
30s]<============-> 92% EXECUTING [3m 29s]<=========----> 72% EXECUTING [3m
31s]<============-> 92% EXECUTING [3m 30s]<=========----> 72% EXECUTING [3m
32s]<============-> 92% EXECUTING [3m 31s]<=========----> 72% EXECUTING [3m
33s]<============-> 92% EXECUTING [3m 32s]<=========----> 72% EXECUTING [3m
34s]<============-> 92% EXECUTING [3m 33s]<=========----> 72% EXECUTING [3m
35s]<============-> 92% EXECUTING [3m 34s]<=========----> 72% EXECUTING [3m
36s]<============-> 92% EXECUTING [3m 35s]<=========----> 72% EXECUTING [3m
37s]<============-> 92% EXECUTING [3m 36s]<=========----> 72% EXECUTING [3m
38s]<============-> 92% EXECUTING [3m 37s]<=========----> 72% EXECUTING [3m
39s]<==========---> 81% EXECUTING [3m 39s]> :compileJava > Resolve files
of :compileClasspath
2022-06-24T18:38:57.749071750Z Deprecated Gradle features were used in this build,
making it incompatible with Gradle 8.0.
2022-06-24T18:38:57.749077849Z
2022-06-24T18:38:57.749080890Z You can use '--warning-mode all' to show the
individual deprecation warnings and determine if they come from your own scripts or
plugins.
2022-06-24T18:38:57.749083440Z
2022-06-24T18:38:57.749085596Z See
https://docs.gradle.org/7.4.2/userguide/command_line_interface.html#sec:command_lin
e_warnings
2022-06-24T18:38:57.749087770Z
2022-06-24T18:38:57.749089795Z BUILD SUCCESSFUL in 1m 56s
2022-06-24T18:38:57.749092038Z 7 actionable tasks: 2 executed, 5 up-to-date
2022-06-24T18:38:57.749094116Z
2022-06-24T18:38:57.749096075Z Waiting for changes to input files of tasks...
2022-06-24T18:38:57.749098231Z
2022-06-24T18:38:57.749100478Z
2022-06-24T18:38:57.749102532Z
2022-06-24T18:38:58.485231403Z <=============> 100% EXECUTING [3m 39s]> IDLE>
IDLE<============-> 92% EXECUTING [3m 38s]<=============> 100% EXECUTING [3m
40s]2022-06-24 18:38:58.435 INFO 1134 --- [ Thread-14]
o.e.jetty.server.AbstractConnector : Stopped
ServerConnector@271c7550{HTTP/1.1, (http/1.1)}{0.0.0.0:8080}
2022-06-24T18:38:58.485265218Z 2022-06-24 18:38:58.435 INFO 1134 ---
[ Thread-14] org.eclipse.jetty.server.session : node0 Stopped
scavenging
2022-06-24T18:38:58.485274312Z 2022-06-24 18:38:58.436 INFO 1134 ---
[ Thread-14] o.e.j.s.h.ContextHandler.application : Destroying Spring
FrameworkServlet 'dispatcherServlet'
2022-06-24T18:38:58.485289720Z 2022-06-24 18:38:58.437 INFO 1134 ---
[ Thread-14] o.e.jetty.server.handler.ContextHandler : Stopped
o.s.b.w.e.j.JettyEmbeddedWebAppContext@7dcaa66c{application,/,[file:///tmp/jetty-
docbase.8080.6031333387606977338/,
jar:file:/var/goshare-web/api/gradle/cache/caches/modules-2/files-2.1/org.webjars/
swagger-ui/4.10.3/c770b50a519df6a17100300fe035a5a7f1673342/swagger-ui-4.10.3.jar!/
META-INF/resources],STOPPED}
2022-06-24T18:38:58.485294762Z
2022-06-24T18:38:58.485296897Z
2022-06-24T18:38:58.485298858Z
2022-06-24T18:38:58.585181000Z <============-> 92% EXECUTING [3m 38s]> :bootRun>
IDLE
2022-06-24T18:38:58.585202001Z . ____ _ __ _ _
2022-06-24T18:38:58.585205416Z /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
2022-06-24T18:38:58.585207623Z ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
2022-06-24T18:38:58.585209896Z \\/ ___)| |_)| | | | | || (_| | ) ) ) )
2022-06-24T18:38:58.585211832Z ' |____| .__|_| |_|_| |_\__, | / / / /
2022-06-24T18:38:58.585213664Z =========|_|==============|___/=/_/_/_/
2022-06-24T18:38:58.585218449Z :: Spring Boot :: (v2.7.0)
2022-06-24T18:38:58.585220316Z
2022-06-24T18:38:58.585222242Z 2022-06-24 18:38:58.493 INFO 1134 ---
[ restartedMain] co.goshare.api.ApplicationKt : Starting ApplicationKt
using Java 18-ea on 91978b91240b with PID 1134
(/var/goshare-web/api/build/classes/kotlin/main started by app in /var/goshare-
web/api)
2022-06-24T18:38:58.585224605Z 2022-06-24 18:38:58.494 INFO 1134 ---
[ restartedMain] co.goshare.api.ApplicationKt : The following 1
profile is active: "development"
2022-06-24T18:38:58.585226666Z
2022-06-24T18:38:58.585228384Z
2022-06-24T18:38:58.585230058Z
2022-06-24T18:38:59.185195216Z <============-> 92% EXECUTING [3m 38s]> :bootRun>
IDLE<============-> 92% EXECUTING [3m 39s]<=============> 100% EXECUTING [3m
41s]2022-06-24 18:38:59.099 INFO 1134 ---
[ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data
modules found, entering strict repository configuration mode!
2022-06-24T18:38:59.185221027Z 2022-06-24 18:38:59.099 INFO 1134 ---
[ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring
Data Redis repositories in DEFAULT mode.
2022-06-24T18:38:59.185224233Z 2022-06-24 18:38:59.142 INFO 1134 ---
[ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data
repository scanning in 43 ms. Found 0 Redis repository interfaces.
2022-06-24T18:38:59.185226465Z
2022-06-24T18:38:59.185236195Z
2022-06-24T18:38:59.185238322Z
2022-06-24T18:38:59.385195965Z <============-> 92% EXECUTING [3m 39s]> :bootRun>
IDLE2022-06-24 18:38:59.316 INFO 1134 --- [ restartedMain]
o.s.b.w.e.j.JettyServletWebServerFactory : Server initialized with port: 8080
2022-06-24T18:38:59.385220680Z 2022-06-24 18:38:59.316 INFO 1134 ---
[ restartedMain] org.eclipse.jetty.server.Server : jetty-
9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git:
bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 18-ea+11
2022-06-24T18:38:59.385226039Z 2022-06-24 18:38:59.317 INFO 1134 ---
[ restartedMain] o.e.j.s.h.ContextHandler.application : Initializing Spring
embedded WebApplicationContext
2022-06-24T18:38:59.385229474Z 2022-06-24 18:38:59.318 INFO 1134 ---
[ restartedMain] w.s.c.ServletWebServerApplicationContext : Root
WebApplicationContext: initialization completed in 822 ms
2022-06-24T18:38:59.385233162Z
2022-06-24T18:38:59.385236145Z
2022-06-24T18:38:59.385239016Z
2022-06-24T18:39:00.285118823Z <============-> 92% EXECUTING [3m 39s]> :bootRun>
IDLE<============-> 92% EXECUTING [3m 40s]<=============> 100% EXECUTING [3m
42s]2022-06-24 18:39:00.185 INFO 1134 --- [ restartedMain]
o.s.boot.web.servlet.RegistrationBean : Filter setHeadersFilter was not
registered (disabled)
2022-06-24T18:39:00.285142174Z 2022-06-24 18:39:00.187 INFO 1134 ---
[ restartedMain] org.eclipse.jetty.server.session :
DefaultSessionIdManager workerName=node0
2022-06-24T18:39:00.285145857Z 2022-06-24 18:39:00.187 INFO 1134 ---
[ restartedMain] org.eclipse.jetty.server.session : No SessionScavenger
set, using defaults
2022-06-24T18:39:00.285148291Z 2022-06-24 18:39:00.187 INFO 1134 ---
[ restartedMain] org.eclipse.jetty.server.session : node0 Scavenging every
600000ms
2022-06-24T18:39:00.285150618Z 2022-06-24 18:39:00.188 INFO 1134 ---
[ restartedMain] o.e.jetty.server.handler.ContextHandler : Started
o.s.b.w.e.j.JettyEmbeddedWebAppContext@1edc0ea{application,/,[file:///tmp/jetty-
docbase.8080.6540145723670802314/,
jar:file:/var/goshare-web/api/gradle/cache/caches/modules-2/files-2.1/org.webjars/
swagger-ui/4.10.3/c770b50a519df6a17100300fe035a5a7f1673342/swagger-ui-4.10.3.jar!/
META-INF/resources],AVAILABLE}
2022-06-24T18:39:00.285153121Z 2022-06-24 18:39:00.188 INFO 1134 ---
[ restartedMain] org.eclipse.jetty.server.Server : Started @51706ms
2022-06-24T18:39:00.285155064Z
2022-06-24T18:39:00.285156907Z
2022-06-24T18:39:00.285158689Z
2022-06-24T18:39:00.585052386Z <============-> 92% EXECUTING [3m 40s]> :bootRun>
IDLE2022-06-24 18:39:00.486 INFO 1134 --- [ restartedMain]
o.s.aop.framework.CglibAopProxy : Unable to proxy interface-implementing
method [public final co.goshare.api.jooq.tables.ProjectAddress
co.goshare.api.repositories.ProjectAddressRepository.getTable()] because it is
marked as final: Consider using interface-based JDK proxies instead!
2022-06-24T18:39:00.585082273Z
2022-06-24T18:39:00.785094500Z <============-> 92% EXECUTING [3m 40s]> :bootRun>
IDLE2022-06-24 18:39:00.759 INFO 1134 --- [ restartedMain]
o.s.aop.framework.CglibAopProxy : Unable to proxy interface-implementing
method [public final co.goshare.api.jooq.tables.ProjectAddress
co.goshare.api.modules.stop.repositories.ProjectAddressRepository.getTable()]
because it is marked as final: Consider using interface-based JDK proxies instead!
2022-06-24T18:39:00.785117660Z
2022-06-24T18:39:00.885092453Z <============-> 92% EXECUTING [3m 40s]> :bootRun>
IDLE2022-06-24 18:39:00.818 INFO 1134 --- [ restartedMain]
o.s.aop.framework.CglibAopProxy : Unable to proxy interface-implementing
method [public final co.goshare.api.jooq.tables.SubProjectOffer
co.goshare.api.repositories.offer.SubProjectOfferRepository.getTable()] because it
is marked as final: Consider using interface-based JDK proxies instead!
2022-06-24T18:39:00.885122669Z 2022-06-24 18:39:00.831 INFO 1134 ---
[ restartedMain] o.s.aop.framework.CglibAopProxy : Unable to proxy
interface-implementing method [public final
co.goshare.api.jooq.tables.DeliveryProOffer
co.goshare.api.repositories.offer.DeliveryProOfferRepository.getTable()] because it
is marked as final: Consider using interface-based JDK proxies instead!
2022-06-24T18:39:00.885128220Z
2022-06-24T18:39:00.885131652Z
2022-06-24T18:39:01.585357007Z <============-> 92% EXECUTING [3m 40s]> :bootRun>
IDLE<============-> 92% EXECUTING [3m 41s]<=============> 100% EXECUTING [3m
43s]2022-06-24 18:39:01.557 INFO 1134 --- [ restartedMain]
o.s.s.web.DefaultSecurityFilterChain : Will secure Or [Ant [pattern='/v1/api-
key/**'], Ant [pattern='/v1/payroll/**']] with
[org.springframework.security.web.session.DisableEncodeUrlFilter@277fb2d8,
org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFi
lter@51a188f9,
org.springframework.security.web.context.SecurityContextPersistenceFilter@a8d7de1,
org.springframework.security.web.header.HeaderWriterFilter@f11e843,
org.springframework.security.web.authentication.logout.LogoutFilter@394c4086,
co.goshare.api.config.security.external.SessionFilter@43f5b80b,
co.goshare.api.config.security.AfterAuthenticationFilter@ba41fc5,
org.springframework.security.web.savedrequest.RequestCacheAwareFilter@576300e,
org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter
@5a58313,
org.springframework.security.web.authentication.AnonymousAuthenticationFilter@68458
6c0, org.springframework.security.web.session.SessionManagementFilter@73f5d844,
org.springframework.security.web.access.ExceptionTranslationFilter@f300886,
org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5d04c17
0]
2022-06-24T18:39:01.585393730Z 2022-06-24 18:39:01.558 INFO 1134 ---
[ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant
[pattern='/v1/**'] with
[org.springframework.security.web.session.DisableEncodeUrlFilter@53c17872,
org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFi
lter@4e0d0e5d,
org.springframework.security.web.context.SecurityContextPersistenceFilter@4dcab681,
org.springframework.security.web.header.HeaderWriterFilter@4d0d1d98,
org.springframework.security.web.authentication.logout.LogoutFilter@6a716582,
co.goshare.api.config.security.api.SetHeadersFilter@877d7cf,
co.goshare.api.modules.project.payloadGenerators.RequestBodyPayloadGeneratorFilter@
b64ecff, co.goshare.api.config.security.AfterAuthenticationFilter@ba41fc5,
org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6dc7ee29,
org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter
@4883dfd4,
org.springframework.security.web.authentication.AnonymousAuthenticationFilter@24829
1fe, org.springframework.security.web.session.SessionManagementFilter@16358378,
org.springframework.security.web.access.ExceptionTranslationFilter@508e146d,
org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4005575
1]
2022-06-24T18:39:01.585399462Z 2022-06-24 18:39:01.559 INFO 1134 ---
[ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant
[pattern='/internal/**'] with
[org.springframework.security.web.session.DisableEncodeUrlFilter@4ef3d76d,
org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFi
lter@7dd3824,
org.springframework.security.web.context.SecurityContextPersistenceFilter@1b08bc3e,
org.springframework.security.web.header.HeaderWriterFilter@7160fa47,
org.springframework.security.web.authentication.logout.LogoutFilter@412af9bc,
co.goshare.api.config.security.internal.InternalFilter@76d4735d,
org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5414f39f,
org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter
@22d08998,
org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3595a
aa6, org.springframework.security.web.session.SessionManagementFilter@fa64acd,
org.springframework.security.web.access.ExceptionTranslationFilter@69f74f,
org.springframework.security.web.access.intercept.FilterSecurityInterceptor@770b828
b]
2022-06-24T18:39:01.585403254Z 2022-06-24 18:39:01.573 INFO 1134 ---
[ restartedMain] net.iakovlev.timeshape.TimeZoneEngine : Initializing with
bounding box: 18.91619, -171.791110603, 71.3577635769, -56.96466
2022-06-24T18:39:01.585405569Z
2022-06-24T18:39:01.585407461Z
2022-06-24T18:39:01.585409290Z
2022-06-24T18:39:03.085093810Z <============-> 92% EXECUTING [3m 41s]> :bootRun>
IDLE<============-> 92% EXECUTING [3m 42s]<=============> 100% EXECUTING [3m
44s]2022-06-24 18:39:03.067 INFO 1134 --- [ restartedMain]
net.iakovlev.timeshape.Index : Initialized index with 151 time zones
2022-06-24T18:39:03.085117341Z
2022-06-24T18:39:03.485212864Z <============-> 92% EXECUTING [3m 43s]> :bootRun>
IDLE<=============> 100% EXECUTING [3m 45s]2022-06-24 18:39:03.468 INFO 1134 --- [
restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is
running on port 35729
2022-06-24T18:39:03.485254587Z 2022-06-24 18:39:03.472 INFO 1134 ---
[ restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoint(s)
beneath base path '/actuator'
2022-06-24T18:39:03.485258996Z
2022-06-24T18:39:03.485261129Z
2022-06-24T18:39:03.585134219Z <============-> 92% EXECUTING [3m 43s]> :bootRun>
IDLE2022-06-24 18:39:03.549 INFO 1134 --- [ restartedMain]
o.e.j.s.h.ContextHandler.application : Initializing Spring DispatcherServlet
'dispatcherServlet'
2022-06-24T18:39:03.585163062Z 2022-06-24 18:39:03.549 INFO 1134 ---
[ restartedMain] o.s.web.servlet.DispatcherServlet : Initializing Servlet
'dispatcherServlet'
2022-06-24T18:39:03.585167687Z 2022-06-24 18:39:03.550 INFO 1134 ---
[ restartedMain] o.s.web.servlet.DispatcherServlet : Completed
initialization in 1 ms
2022-06-24T18:39:03.585171262Z 2022-06-24 18:39:03.551 INFO 1134 ---
[ restartedMain] o.e.jetty.server.AbstractConnector : Started
ServerConnector@28e038a7{HTTP/1.1, (http/1.1)}{0.0.0.0:8080}
2022-06-24T18:39:03.585174746Z 2022-06-24 18:39:03.551 INFO 1134 ---
[ restartedMain] o.s.b.web.embedded.jetty.JettyWebServer : Jetty started on
port(s) 8080 (http/1.1) with context path '/'
2022-06-24T18:39:03.585177989Z 2022-06-24 18:39:03.552 INFO 1134 ---
[ restartedMain] o.s.a.r.c.CachingConnectionFactory : Attempting to connect
to: [rabbitmq:5672]
2022-06-24T18:39:03.585181162Z
2022-06-24T18:39:03.585184083Z
2022-06-24T18:39:03.585186830Z
2022-06-24T18:39:03.685644351Z <============-> 92% EXECUTING [3m 43s]> :bootRun>
IDLE2022-06-24 18:39:03.593 INFO 1134 --- [ restartedMain]
o.s.a.r.c.CachingConnectionFactory : Created new connection:
rabbitConnectionFactory#7a4994b0:0/SimpleConnection@7a41a209
[delegate=amqp://[email protected]:5672/, localPort= 52754]
2022-06-24T18:39:03.685682307Z 2022-06-24 18:39:03.597 INFO 1134 ---
[ restartedMain] o.s.amqp.rabbit.core.RabbitAdmin : Auto-declaring a non-
durable, auto-delete, or exclusive Queue (api-webhook-queue) durable:true, auto-
delete:true, exclusive:false. It will be redeclared if the broker stops and is
restarted while the connection factory is alive, but all messages will be lost.
2022-06-24T18:39:03.685703191Z 2022-06-24 18:39:03.641 INFO 1134 ---
[ restartedMain] co.goshare.api.ApplicationKt : Started ApplicationKt
in 5.167 seconds (JVM running for 55.159)
2022-06-24T18:39:03.685727203Z 2022-06-24 18:39:03.653 INFO 1134 ---
[ restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation
delta:
2022-06-24T18:39:03.685732565Z
2022-06-24T18:39:03.685736603Z
2022-06-24T18:39:03.685749039Z ==========================
2022-06-24T18:39:03.685752045Z CONDITION EVALUATION DELTA
2022-06-24T18:39:03.685754470Z ==========================
2022-06-24T18:39:03.685756908Z
2022-06-24T18:39:03.685759216Z
2022-06-24T18:39:03.685761427Z Positive matches:
2022-06-24T18:39:03.685763782Z -----------------
2022-06-24T18:39:03.685766373Z
2022-06-24T18:39:03.685768771Z CacheMetricsAutoConfiguration matched:
2022-06-24T18:39:03.685771299Z - @ConditionalOnBean (types:
org.springframework.cache.CacheManager; SearchStrategy: all) found beans
'fileCacheManager', 'cacheManager' (OnBeanCondition)
2022-06-24T18:39:03.685773931Z
2022-06-24T18:39:03.685776431Z CacheMetricsRegistrarConfiguration matched:
2022-06-24T18:39:03.685779009Z - @ConditionalOnBean (types:
org.springframework.boot.actuate.metrics.cache.CacheMeterBinderProvider,io.micromet
er.core.instrument.MeterRegistry; SearchStrategy: all) found beans
'prometheusMeterRegistry', 'caffeineCacheMeterBinderProvider',
'redisCacheMeterBinderProvider' (OnBeanCondition)
2022-06-24T18:39:03.685782025Z
2022-06-24T18:39:03.685784451Z DataSourceHealthContributorAutoConfiguration
matched:
2022-06-24T18:39:03.685787116Z - @ConditionalOnClass found required classes
'org.springframework.jdbc.core.JdbcTemplate',
'org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource'
(OnClassCondition)
2022-06-24T18:39:03.685789811Z - @ConditionalOnEnabledHealthIndicator
management.health.defaults.enabled is considered true
(OnEnabledHealthIndicatorCondition)
2022-06-24T18:39:03.685793839Z - @ConditionalOnBean (types:
javax.sql.DataSource; SearchStrategy: all) found bean 'dataSource'
(OnBeanCondition)
2022-06-24T18:39:03.685796516Z
2022-06-24T18:39:03.685798969Z
DataSourceHealthContributorAutoConfiguration#dbHealthContributor matched:
2022-06-24T18:39:03.685801771Z - @ConditionalOnMissingBean (names:
dbHealthIndicator,dbHealthContributor; SearchStrategy: all) did not find any beans
(OnBeanCondition)
2022-06-24T18:39:03.685804583Z
2022-06-24T18:39:03.685807136Z DataSourceInitializationConfiguration matched:
2022-06-24T18:39:03.685809720Z - @ConditionalOnClass found required class
'org.springframework.jdbc.datasource.init.DatabasePopulator' (OnClassCondition)
2022-06-24T18:39:03.685812401Z - @ConditionalOnSingleCandidate (types:
javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource';
@ConditionalOnMissingBean (types:
org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitiali
zer,org.springframework.boot.autoconfigure.sql.init.SqlR2dbcScriptDatabaseInitializ
er; SearchStrategy: all) did not find any beans (OnBeanCondition)
2022-06-24T18:39:03.685815578Z
2022-06-24T18:39:03.685818162Z DataSourcePoolMetricsAutoConfiguration matched:
2022-06-24T18:39:03.685820683Z - @ConditionalOnClass found required classes
'javax.sql.DataSource', 'io.micrometer.core.instrument.MeterRegistry'
(OnClassCondition)
2022-06-24T18:39:03.685827305Z - @ConditionalOnBean (types:
javax.sql.DataSource,io.micrometer.core.instrument.MeterRegistry; SearchStrategy:
all) found beans 'prometheusMeterRegistry', 'dataSource' (OnBeanCondition)
2022-06-24T18:39:03.685830493Z
2022-06-24T18:39:03.685833039Z
DataSourcePoolMetricsAutoConfiguration.HikariDataSourceMetricsConfiguration
matched:
2022-06-24T18:39:03.685835717Z - @ConditionalOnClass found required class
'com.zaxxer.hikari.HikariDataSource' (OnClassCondition)
2022-06-24T18:39:03.685838444Z
2022-06-24T18:39:03.685840853Z JdbcTemplateAutoConfiguration matched:
2022-06-24T18:39:03.685843359Z - @ConditionalOnClass found required classes
'javax.sql.DataSource', 'org.springframework.jdbc.core.JdbcTemplate'
(OnClassCondition)
2022-06-24T18:39:03.685846403Z - @ConditionalOnSingleCandidate (types:
javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource'
(OnBeanCondition)
2022-06-24T18:39:03.685849498Z
2022-06-24T18:39:03.685852205Z JdbcTemplateConfiguration matched:
2022-06-24T18:39:03.685855120Z - @ConditionalOnMissingBean (types:
org.springframework.jdbc.core.JdbcOperations; SearchStrategy: all) did not find any
beans (OnBeanCondition)
2022-06-24T18:39:03.685858237Z
2022-06-24T18:39:03.685860932Z JooqAutoConfiguration matched:
2022-06-24T18:39:03.685863519Z - @ConditionalOnClass found required class
'org.jooq.DSLContext' (OnClassCondition)
2022-06-24T18:39:03.685867054Z - @ConditionalOnBean (types:
javax.sql.DataSource; SearchStrategy: all) found bean 'dataSource'
(OnBeanCondition)
2022-06-24T18:39:03.685870162Z
2022-06-24T18:39:03.685872792Z JooqAutoConfiguration#transactionProvider
matched:
2022-06-24T18:39:03.685875443Z - @ConditionalOnBean (types:
org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all)
found bean 'transactionManager' (OnBeanCondition)
2022-06-24T18:39:03.685878813Z
2022-06-24T18:39:03.685881225Z MultipleOpenApiSupportConfiguration matched:
2022-06-24T18:39:03.685883617Z - found 'session' scope
(OnWebApplicationCondition)
2022-06-24T18:39:03.685886745Z - @ConditionalOnProperty (springdoc.api-
docs.enabled) matched (OnPropertyCondition)
2022-06-24T18:39:03.685891864Z - AnyNestedCondition 1 matched 1 did not;
NestedCondition on MultipleOpenApiSupportCondition.OnActuatorDifferentPort found
non-matching nested conditions Management Port actual port type (SAME) did not
match required type (DIFFERENT), @ConditionalOnProperty (springdoc.show-actuator)
did not find property 'springdoc.show-actuator'; NestedCondition on
MultipleOpenApiSupportCondition.OnMultipleOpenApiSupportCondition
AnyNestedCondition 1 matched 1 did not; NestedCondition on
MultipleOpenApiGroupsCondition.OnGroupConfigProperty @ConditionalOnProperty
(springdoc.group-configs[0].group) did not find property 'springdoc.group-
configs[0].group'; NestedCondition on
MultipleOpenApiGroupsCondition.OnGroupedOpenApiBean @ConditionalOnBean (types:
org.springdoc.core.GroupedOpenApi; SearchStrategy: all) found beans 'internalApi',
'externalApi' (MultipleOpenApiSupportCondition)
2022-06-24T18:39:03.685900729Z
2022-06-24T18:39:03.685903860Z
MultipleOpenApiSupportConfiguration#multipleOpenApiResource matched:
2022-06-24T18:39:03.685906692Z - @ConditionalOnProperty (springdoc.use-
management-port=false) matched (OnPropertyCondition)
2022-06-24T18:39:03.685909726Z - @ConditionalOnMissingBean (types:
org.springdoc.webmvc.api.MultipleOpenApiWebMvcResource; SearchStrategy: all) did
not find any beans (OnBeanCondition)
2022-06-24T18:39:03.685912860Z
2022-06-24T18:39:03.685915772Z NamedParameterJdbcTemplateConfiguration matched:
2022-06-24T18:39:03.685920268Z - @ConditionalOnSingleCandidate (types:
org.springframework.jdbc.core.JdbcTemplate; SearchStrategy: all) found a single
bean 'jdbcTemplate'; @ConditionalOnMissingBean (types:
org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations;
SearchStrategy: all) did not find any beans (OnBeanCondition)
2022-06-24T18:39:03.685923980Z
2022-06-24T18:39:03.685926997Z
SpringDocConfiguration#springdocBeanFactoryPostProcessor matched:
2022-06-24T18:39:03.685930609Z - @ConditionalOnClass found required class
'org.springframework.boot.context.properties.bind.BindResult' (OnClassCondition)
2022-06-24T18:39:03.685935023Z - AnyNestedCondition 1 matched 1 did not;
NestedCondition on CacheOrGroupedOpenApiCondition.OnCacheDisabled found non-
matching nested conditions @ConditionalOnProperty (springdoc.cache.disabled) did
not find property 'springdoc.cache.disabled', @ConditionalOnMissingBean (types:
org.springdoc.core.GroupedOpenApi; SearchStrategy: all) found beans of type
'org.springdoc.core.GroupedOpenApi' externalApi, internalApi; NestedCondition on
CacheOrGroupedOpenApiCondition.OnMultipleOpenApiSupportCondition AnyNestedCondition
1 matched 1 did not; NestedCondition on
MultipleOpenApiSupportCondition.OnActuatorDifferentPort found non-matching nested
conditions Management Port actual port type (SAME) did not match required type
(DIFFERENT), @ConditionalOnProperty (springdoc.show-actuator) did not find property
'springdoc.show-actuator'; NestedCondition on
MultipleOpenApiSupportCondition.OnMultipleOpenApiSupportCondition
AnyNestedCondition 1 matched 1 did not; NestedCondition on
MultipleOpenApiGroupsCondition.OnGroupConfigProperty @ConditionalOnProperty
(springdoc.group-configs[0].group) did not find property 'springdoc.group-
configs[0].group'; NestedCondition on
MultipleOpenApiGroupsCondition.OnGroupedOpenApiBean @ConditionalOnBean (types:
org.springdoc.core.GroupedOpenApi; SearchStrategy: all) found beans 'internalApi',
'externalApi' (CacheOrGroupedOpenApiCondition)
2022-06-24T18:39:03.685942250Z
2022-06-24T18:39:03.685945481Z
TransactionAutoConfiguration.TransactionTemplateConfiguration matched:
2022-06-24T18:39:03.685948893Z - @ConditionalOnSingleCandidate (types:
org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all)
found a single bean 'transactionManager' (OnBeanCondition)
2022-06-24T18:39:03.685952574Z
2022-06-24T18:39:03.685955790Z
TransactionAutoConfiguration.TransactionTemplateConfiguration#transactionTemplate
matched:
2022-06-24T18:39:03.686470647Z - @ConditionalOnMissingBean (types:
org.springframework.transaction.support.TransactionOperations; SearchStrategy: all)
did not find any beans (OnBeanCondition)
2022-06-24T18:39:03.686488890Z
2022-06-24T18:39:03.686493042Z
2022-06-24T18:39:03.686508124Z Negative matches:
2022-06-24T18:39:03.686511377Z -----------------
2022-06-24T18:39:03.686514563Z
2022-06-24T18:39:03.686517583Z
DataSourcePoolMetricsAutoConfiguration.DataSourcePoolMetadataMetricsConfiguration:
2022-06-24T18:39:03.686521002Z Did not match:
2022-06-24T18:39:03.686524026Z - @ConditionalOnBean (types:
org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProvider;
SearchStrategy: all) did not find any beans of type
org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProvider
(OnBeanCondition)
2022-06-24T18:39:03.686527662Z
2022-06-24T18:39:03.686530465Z
DispatcherServletAutoConfiguration.DispatcherServletConfiguration:
2022-06-24T18:39:03.686533419Z Did not match:
2022-06-24T18:39:03.686536299Z - Default DispatcherServlet found
dispatcher servlet bean dispatcherServlet
(DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition)
2022-06-24T18:39:03.686539728Z Matched:
2022-06-24T18:39:03.686542734Z - @ConditionalOnClass found required class
'javax.servlet.ServletRegistration' (OnClassCondition)
2022-06-24T18:39:03.686546202Z - Default DispatcherServlet did not find
dispatcher servlet beans
(DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition)
2022-06-24T18:39:03.686549690Z
2022-06-24T18:39:03.686552542Z ErrorMvcAutoConfiguration#basicErrorController:
2022-06-24T18:39:03.686555440Z Did not match:
2022-06-24T18:39:03.686558458Z - @ConditionalOnMissingBean (types:
org.springframework.boot.web.servlet.error.ErrorController; SearchStrategy:
current) found beans of type
'org.springframework.boot.web.servlet.error.ErrorController' errorController
(OnBeanCondition)
2022-06-24T18:39:03.686561887Z
2022-06-24T18:39:03.686564890Z JedisConnectionConfiguration:
2022-06-24T18:39:03.686567896Z Did not match:
2022-06-24T18:39:03.686570980Z - @ConditionalOnMissingBean (types:
org.springframework.data.redis.connection.RedisConnectionFactory; SearchStrategy:
all) found beans of type
'org.springframework.data.redis.connection.RedisConnectionFactory'
redisConnectionFactory (OnBeanCondition)
2022-06-24T18:39:03.686574654Z Matched:
2022-06-24T18:39:03.686577570Z - @ConditionalOnClass found required
classes 'org.apache.commons.pool2.impl.GenericObjectPool',
'org.springframework.data.redis.connection.jedis.JedisConnection',
'redis.clients.jedis.Jedis' (OnClassCondition)
2022-06-24T18:39:03.686581178Z - @ConditionalOnProperty
(spring.redis.client-type=jedis) matched (OnPropertyCondition)
2022-06-24T18:39:03.686584289Z
2022-06-24T18:39:03.686587644Z
JooqAutoConfiguration#dataSourceConnectionProvider:
2022-06-24T18:39:03.686590986Z Did not match:
2022-06-24T18:39:03.686593977Z - @ConditionalOnMissingBean (types:
org.jooq.ConnectionProvider; SearchStrategy: all) found beans of type
'org.jooq.ConnectionProvider' connectionProvider (OnBeanCondition)
2022-06-24T18:39:03.686600205Z
2022-06-24T18:39:03.686603267Z JooqAutoConfiguration.DslContextConfiguration:
2022-06-24T18:39:03.686606294Z Did not match:
2022-06-24T18:39:03.686609238Z - @ConditionalOnMissingBean (types:
org.jooq.DSLContext; SearchStrategy: all) found beans of type 'org.jooq.DSLContext'
dsl (OnBeanCondition)
2022-06-24T18:39:03.686612519Z
2022-06-24T18:39:03.686615309Z ManagementWebSecurityAutoConfiguration:
2022-06-24T18:39:03.686618499Z Did not match:
2022-06-24T18:39:03.686621559Z - AllNestedConditions 1 matched 1 did not;
NestedCondition on DefaultWebSecurityCondition.Beans @ConditionalOnMissingBean
(types:
org.springframework.security.config.annotation.web.configuration.WebSecurityConfigu
rerAdapter,org.springframework.security.web.SecurityFilterChain; SearchStrategy:
all) found beans of type
'org.springframework.security.config.annotation.web.configuration.WebSecurityConfig
urerAdapter' headersSecurityConfig, sessionSecurityConfig, internalSecurityConfig;
NestedCondition on DefaultWebSecurityCondition.Classes @ConditionalOnClass found
required classes 'org.springframework.security.web.SecurityFilterChain',
'org.springframework.security.config.annotation.web.builders.HttpSecurity'
(DefaultWebSecurityCondition)
2022-06-24T18:39:03.686626534Z Matched:
2022-06-24T18:39:03.686629530Z - found 'session' scope
(OnWebApplicationCondition)
2022-06-24T18:39:03.686632521Z
2022-06-24T18:39:03.686635309Z
RabbitAutoConfiguration.RabbitTemplateConfiguration#rabbitTemplate:
2022-06-24T18:39:03.686638318Z Did not match:
2022-06-24T18:39:03.686641142Z - @ConditionalOnMissingBean (types:
org.springframework.amqp.rabbit.core.RabbitOperations; SearchStrategy: all) found
beans of type 'org.springframework.amqp.rabbit.core.RabbitOperations'
rabbitTemplate (OnBeanCondition)
2022-06-24T18:39:03.686644815Z
2022-06-24T18:39:03.686647665Z
SpringBootWebSecurityConfiguration.WebSecurityEnablerConfiguration:
2022-06-24T18:39:03.686650762Z Did not match:
2022-06-24T18:39:03.686653804Z - @ConditionalOnMissingBean (names:
springSecurityFilterChain; SearchStrategy: all) found beans named
springSecurityFilterChain (OnBeanCondition)
2022-06-24T18:39:03.686657103Z Matched:
2022-06-24T18:39:03.686660325Z - @ConditionalOnClass found required class
'org.springframework.security.config.annotation.web.configuration.EnableWebSecurity
' (OnClassCondition)
2022-06-24T18:39:03.686663641Z
2022-06-24T18:39:03.686666451Z UserDetailsServiceAutoConfiguration:
2022-06-24T18:39:03.686669516Z Did not match:
2022-06-24T18:39:03.686672533Z - @ConditionalOnMissingBean (types:
org.springframework.security.authentication.AuthenticationManager,org.springframewo
rk.security.authentication.AuthenticationProvider,org.springframework.security.core
.userdetails.UserDetailsService,org.springframework.security.authentication.Authent
icationManagerResolver,org.springframework.security.oauth2.jwt.JwtDecoder,org.sprin
gframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector,or
g.springframework.security.oauth2.client.registration.ClientRegistrationRepository,
org.springframework.security.saml2.provider.service.registration.RelyingPartyRegist
rationRepository; SearchStrategy: all) found beans of type
'org.springframework.security.core.userdetails.UserDetailsService'
sessionUserDetailsService and found beans of type
'org.springframework.security.authentication.AuthenticationProvider'
headersAuthenticationProvider, sessionAuthenticationProvider,
internalAuthenticationProvider (OnBeanCondition)
2022-06-24T18:39:03.686680671Z Matched:
2022-06-24T18:39:03.686683716Z - @ConditionalOnClass found required class
'org.springframework.security.authentication.AuthenticationManager'
(OnClassCondition)
2022-06-24T18:39:03.686686999Z
2022-06-24T18:39:03.686689814Z
2022-06-24T18:39:03.686692631Z Exclusions:
2022-06-24T18:39:03.686695433Z -----------
2022-06-24T18:39:03.686698413Z
2022-06-24T18:39:03.686701252Z None
2022-06-24T18:39:03.686704272Z
2022-06-24T18:39:03.686707299Z
2022-06-24T18:39:03.686710080Z Unconditional classes:
2022-06-24T18:39:03.686712924Z ----------------------
2022-06-24T18:39:03.686715872Z
2022-06-24T18:39:03.686718619Z None
2022-06-24T18:39:03.686721634Z
2022-06-24T18:39:03.686724584Z
2022-06-24T18:39:03.686727515Z
2022-06-24T18:39:03.686730378Z
2022-06-24T18:39:03.686733498Z
2022-06-24T18:39:03.686736283Z
2022-06-24T18:39:04.985177452Z <============-> 92% EXECUTING [3m 43s]> :bootRun>
IDLE<============-> 92% EXECUTING [3m 44s]<=============> 100% EXECUTING [3m
46s]2022-06-24 18:39:04.941 INFO 1134 --- [tp168516203-164]
o.springdoc.api.AbstractOpenApiResource : Init duration for springdoc-openapi is:
820 ms
2022-06-24T18:39:04.985204243Z

You might also like