Skip to content
Failed

Console Output

Push event to branch master
Looking up repository lbs/ods
Querying the current revision of branch master...
Current revision of branch master is afeb3d8671af6ab9118556a98685989f6603d2c6
Obtained Jenkinsfile from afeb3d8671af6ab9118556a98685989f6603d2c6
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/home/workspace/LocationBasedServices_ods_master
[Pipeline] {
[Pipeline] tool
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
The recommended git tool is: NONE
using credential cc967008-bbeb-468c-a0c0-0db4d61c75a4
 > git rev-parse --resolve-git-dir /var/lib/jenkins/home/workspace/LocationBasedServices_ods_master/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://project.nes.uni-due.de/gitea-local/lbs/ods.git # timeout=10
Fetching without tags
Fetching upstream changes from https://project.nes.uni-due.de/gitea-local/lbs/ods.git
 > git --version # timeout=10
 > git --version # 'git version 2.45.3'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://project.nes.uni-due.de/gitea-local/lbs/ods.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision afeb3d8671af6ab9118556a98685989f6603d2c6 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f afeb3d8671af6ab9118556a98685989f6603d2c6 # timeout=10
Commit message: "Cleanup object model."
 > git rev-list --no-walk 85dc776d2e5c42022b0366df1bfeb77ac870d493 # timeout=10
[Gitea] Notifying branch build status: PENDING Build started...
[Gitea] Notified
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] sh
+ ./gradlew clean build
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :ods-angular:deleteCartaClient
> Task :ods-angular:deleteOdsClient UP-TO-DATE
> Task :ods-angular:clean UP-TO-DATE
> Task :ods-api:clean
> Task :ods-service:clean UP-TO-DATE
> Task :ods-webapp:clean UP-TO-DATE

> Task :ods-angular:generateCartaClient
More than one inline schema specified in allOf:. Only the first one is recognized. All others are ignored.
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Date (model name matches existing language type) cannot be used as a model name. Renamed to ModelDate
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Date (model name matches existing language type) cannot be used as a model name. Renamed to ModelDate
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
Multiple schemas found in the OAS 'content' section, returning only the first one (application/json)
################################################################################
# Thanks for using OpenAPI Generator.                                          #
# Please consider donation to help us maintain this project ๐Ÿ™                 #
# https://opencollective.com/openapi_generator/donate                          #
################################################################################
Successfully generated code to /var/lib/jenkins/home/workspace/LocationBasedServices_ods_master/ods-angular/src/api/carta

> Task :ods-api:compileJava
/var/lib/jenkins/home/workspace/LocationBasedServices_ods_master/ods-api/src/main/java/de/udue/ods/api/schedule/IServices.java:49: Fehler: Symbol nicht gefunden
	TripVersion<StopTime> getTripForId(long tripId);
	^
  Symbol: Klasse TripVersion
  Ort: Schnittstelle IServices
/var/lib/jenkins/home/workspace/LocationBasedServices_ods_master/ods-api/src/main/java/de/udue/ods/api/schedule/IServices.java:52: Fehler: Symbol nicht gefunden
	TripVersion<StopTime> getTrip(long tripVersionId);
	^
  Symbol: Klasse TripVersion
  Ort: Schnittstelle IServices
/var/lib/jenkins/home/workspace/LocationBasedServices_ods_master/ods-api/src/main/java/de/udue/ods/api/schedule/IServices.java:55: Fehler: Symbol nicht gefunden
	List<TripVersion<StopTime>> getTrips();
	     ^
  Symbol: Klasse TripVersion
  Ort: Schnittstelle IServices
/var/lib/jenkins/home/workspace/LocationBasedServices_ods_master/ods-api/src/main/java/de/udue/ods/api/schedule/IServices.java:62: Fehler: Symbol nicht gefunden
	List<ScheduledTripVersion<StopTime>> getTripsForSchedule(long scheduleId);
	     ^
  Symbol: Klasse ScheduledTripVersion
  Ort: Schnittstelle IServices
/var/lib/jenkins/home/workspace/LocationBasedServices_ods_master/ods-api/src/main/java/de/udue/ods/api/schedule/IServices.java:64: Fehler: Symbol nicht gefunden
	ScheduledTripVersion<StopTime> createScheduledTrip(long scheduleId, long tripVersionId);
	^
  Symbol: Klasse ScheduledTripVersion
  Ort: Schnittstelle IServices
/var/lib/jenkins/home/workspace/LocationBasedServices_ods_master/ods-api/src/main/java/de/udue/ods/api/schedule/IServices.java:65: Fehler: Symbol nicht gefunden
	ScheduledTripVersion<StopTime> deleteScheduledTrip(long scheduleTripId);
	^
  Symbol: Klasse ScheduledTripVersion
  Ort: Schnittstelle IServices
/var/lib/jenkins/home/workspace/LocationBasedServices_ods_master/ods-api/src/main/java/de/udue/ods/api/schedule/IServices.java:66: Fehler: Symbol nicht gefunden
	ScheduledTripversion<StopTime> updateScheduledTrip(long scheduledTripId, ScheduledTripVersion<StopTime> scheduledTrip);
	                                                                         ^
  Symbol: Klasse ScheduledTripVersion
  Ort: Schnittstelle IServices
/var/lib/jenkins/home/workspace/LocationBasedServices_ods_master/ods-api/src/main/java/de/udue/ods/api/schedule/IServices.java:66: Fehler: Symbol nicht gefunden
	ScheduledTripversion<StopTime> updateScheduledTrip(long scheduledTripId, ScheduledTripVersion<StopTime> scheduledTrip);
	^
  Symbol: Klasse ScheduledTripversion
  Ort: Schnittstelle IServices
/var/lib/jenkins/home/workspace/LocationBasedServices_ods_master/ods-api/src/main/java/de/udue/ods/api/schedule/IServices.java:69: Fehler: Typ OperatedTrip akzeptiert keine Parameter
	List<OperatedTrip<StopTime>> getTripsOnDay(@DateString String date);
	                 ^
9 Fehler

> Task :ods-api:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':ods-api:compileJava'.
> Compilation failed; see the compiler error output for details.

* Try:
> Run with --info option to get more log output.
> Run with --scan to get full insights.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/8.4/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD FAILED in 31s
8 actionable tasks: 4 executed, 4 up-to-date
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
[Gitea] Notifying branch build status: FAILURE There was a failure building this commit
[Gitea] Notified
[Gitea] do not publish assets due to build being non-Successfully
Finished: FAILURE