Source: lombok-ast
Version: 0.2+ds-7
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240809 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> mkdir -p build
> cp -r src/main main_backup
> cp -r lombok.ast_generatedSource/* src/main/
> cp -r lombok.ast_generatedSource build
> ant dist
> Buildfile: /<<PKGBUILDDIR>>/build.xml
> 
> templateProcessor:
> [compile:mkdir] Created dir: /<<PKGBUILDDIR>>/build/templateProcessor
> [compile:javac] Compiling 10 source files to 
> /<<PKGBUILDDIR>>/build/templateProcessor
> [ivy:compile] warning: [options] bootstrap class path not set in conjunction 
> with -source 8
> [ivy:compile] warning: [options] source value 8 is obsolete and will be 
> removed in a future release
> [ivy:compile] warning: [options] target value 8 is obsolete and will be 
> removed in a future release
> [ivy:compile] warning: [options] To suppress warnings about obsolete options, 
> use -Xlint:-options.
> [ivy:compile] Note: 
> /<<PKGBUILDDIR>>/src/template/lombok/ast/template/TemplateProcessor.java uses 
> or overrides a deprecated API.
> [ivy:compile] Note: Recompile with -Xlint:deprecation for details.
> [ivy:compile] 4 warnings
> [compile:javac] Creating empty 
> /<<PKGBUILDDIR>>/build/templateProcessor/lombok/ast/template/package-info.class
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/build/templateProcessor/META-INF
>     [mkdir] Created dir: 
> /<<PKGBUILDDIR>>/build/templateProcessor/META-INF/services
>       [jar] Building jar: /<<PKGBUILDDIR>>/build/templateProcessor.jar
> 
> compile:
>    [tstamp] Honouring environment variable SOURCE_DATE_EPOCH which has been 
> set to 1660300492
> [compile:mkdir] Created dir: /<<PKGBUILDDIR>>/build/lombok.ast
> [compile:javac] Using javac -source 1.6 is no longer supported, switching to 8
> [compile:javac] Using javac -target 1.6 is no longer supported, switching to 8
> [compile:javac] Compiling 667 source files to 
> /<<PKGBUILDDIR>>/build/lombok.ast
> [ivy:compile] warning: [options] bootstrap class path not set in conjunction 
> with -source 8
> [ivy:compile] warning: [options] source value 8 is obsolete and will be 
> removed in a future release
> [ivy:compile] warning: [options] target value 8 is obsolete and will be 
> removed in a future release
> [ivy:compile] warning: [options] To suppress warnings about obsolete options, 
> use -Xlint:-options.
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:54: error: 
> cannot find symbol
> [ivy:compile] import org.eclipse.jdt.internal.compiler.CompilationResult;
> [ivy:compile]                                         ^
> [ivy:compile]   symbol:   class CompilationResult
> [ivy:compile]   location: package org.eclipse.jdt.internal.compiler
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:55: error: 
> cannot find symbol
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies;
> [ivy:compile]                                         ^
> [ivy:compile]   symbol:   class DefaultErrorHandlingPolicies
> [ivy:compile]   location: package org.eclipse.jdt.internal.compiler
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:56: error: 
> package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.ASTNode;
> [ivy:compile]                                             ^
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:57: error: 
> package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration;
> [ivy:compile]                                             ^
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:58: error: 
> package org.eclipse.jdt.internal.compiler.batch does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.batch.CompilationUnit;
> [ivy:compile]                                               ^
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:59: error: 
> package org.eclipse.jdt.internal.compiler.classfmt does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants;
> [ivy:compile]                                                  ^
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:60: error: 
> package org.eclipse.jdt.internal.compiler.impl does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
> [ivy:compile]                                              ^
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:61: error: 
> cannot find symbol
> [ivy:compile] import org.eclipse.jdt.internal.compiler.parser.Parser;
> [ivy:compile]                                                ^
> [ivy:compile]   symbol:   class Parser
> [ivy:compile]   location: package org.eclipse.jdt.internal.compiler.parser
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:62: error: 
> package org.eclipse.jdt.internal.compiler.problem does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory;
> [ivy:compile]                                                 ^
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:63: error: 
> package org.eclipse.jdt.internal.compiler.problem does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.problem.ProblemReporter;
> [ivy:compile]                                                 ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/main/lombok/ast/app/EcjBugsNormalization.java:30: error: 
> cannot find symbol
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ASTVisitor;
> [ivy:compile]                                         ^
> [ivy:compile]   symbol:   class ASTVisitor
> [ivy:compile]   location: package org.eclipse.jdt.internal.compiler
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/main/lombok/ast/app/EcjBugsNormalization.java:31: error: 
> package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/main/lombok/ast/app/EcjBugsNormalization.java:32: error: 
> package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/main/lombok/ast/app/EcjBugsNormalization.java:33: error: 
> package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.MethodDeclaration;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/main/lombok/ast/app/EcjBugsNormalization.java:34: error: 
> package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.TypeDeclaration;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/main/lombok/ast/app/EcjBugsNormalization.java:35: error: 
> cannot find symbol
> [ivy:compile] import org.eclipse.jdt.internal.compiler.lookup.BlockScope;
> [ivy:compile]                                                ^
> [ivy:compile]   symbol:   class BlockScope
> [ivy:compile]   location: package org.eclipse.jdt.internal.compiler.lookup
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/main/lombok/ast/app/EcjBugsNormalization.java:36: error: 
> cannot find symbol
> [ivy:compile] import org.eclipse.jdt.internal.compiler.lookup.ClassScope;
> [ivy:compile]                                                ^
> [ivy:compile]   symbol:   class ClassScope
> [ivy:compile]   location: package org.eclipse.jdt.internal.compiler.lookup
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/main/lombok/ast/app/EcjBugsNormalization.java:37: error: 
> cannot find symbol
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope;
> [ivy:compile]                                                ^
> [ivy:compile]   symbol:   class CompilationUnitScope
> [ivy:compile]   location: package org.eclipse.jdt.internal.compiler.lookup
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/main/lombok/ast/app/EcjBugsNormalization.java:60: error: 
> cannot find symbol
> [ivy:compile]         static final Operation<CompilationUnitDeclaration, 
> CompilationUnitDeclaration> ecjToEcjBugsNormalizedEcj = new 
> Operation<CompilationUnitDeclaration, CompilationUnitDeclaration>() {
> [ivy:compile]                                ^
> [ivy:compile]   symbol:   class CompilationUnitDeclaration
> [ivy:compile]   location: class EcjBugsNormalization
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/main/lombok/ast/app/EcjBugsNormalization.java:60: error: 
> cannot find symbol
> [ivy:compile]         static final Operation<CompilationUnitDeclaration, 
> CompilationUnitDeclaration> ecjToEcjBugsNormalizedEcj = new 
> Operation<CompilationUnitDeclaration, CompilationUnitDeclaration>() {
> [ivy:compile]                                                            ^
> [ivy:compile]   symbol:   class CompilationUnitDeclaration
> [ivy:compile]   location: class EcjBugsNormalization
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:402: error: 
> cannot find symbol
> [ivy:compile]         protected CompilerOptions ecjCompilerOptions() {
> [ivy:compile]                   ^
> [ivy:compile]   symbol:   class CompilerOptions
> [ivy:compile]   location: class Main
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:422: error: 
> cannot find symbol
> [ivy:compile]         private final Operation<Void, ASTNode> parseWithEcj = 
> new Operation<Void, ASTNode>() {
> [ivy:compile]                                       ^
> [ivy:compile]   symbol:   class ASTNode
> [ivy:compile]   location: class Main
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:467: error: 
> cannot find symbol
> [ivy:compile]         private final Operation<CompilationUnitDeclaration, 
> Node> ecjToLombok = new Operation<CompilationUnitDeclaration, Node>() {
> [ivy:compile]                                 ^
> [ivy:compile]   symbol:   class CompilationUnitDeclaration
> [ivy:compile]   location: class Main
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:485: error: 
> cannot find symbol
> [ivy:compile]         private final Operation<Node, 
> CompilationUnitDeclaration> lombokToEcj = new Operation<Node, 
> CompilationUnitDeclaration>() {
> [ivy:compile]                                       ^
> [ivy:compile]   symbol:   class CompilationUnitDeclaration
> [ivy:compile]   location: class Main
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:542: error: 
> cannot find symbol
> [ivy:compile]         private final Operation<CompilationUnitDeclaration, 
> String> ecjToText = new Operation<CompilationUnitDeclaration, String>() {
> [ivy:compile]                                 ^
> [ivy:compile]   symbol:   class CompilationUnitDeclaration
> [ivy:compile]   location: class Main
> [ivy:compile] /<<PKGBUILDDIR>>/src/main/lombok/ast/app/Main.java:577: error: 
> cannot find symbol
> [ivy:compile]         private final List<Operation<?, ? extends ASTNode>> 
> TO_ECJ = ImmutableList.of(lombokToEcj, parseWithEcj);
> [ivy:compile]                                                   ^
> [ivy:compile]   symbol:   class ASTNode
> [ivy:compile]   location: class Main
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:54: 
> error: cannot find symbol
> [ivy:compile] import org.eclipse.jdt.core.compiler.CategorizedProblem;
> [ivy:compile]                                     ^
> [ivy:compile]   symbol:   class CategorizedProblem
> [ivy:compile]   location: package org.eclipse.jdt.core.compiler
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:55: 
> error: cannot find symbol
> [ivy:compile] import org.eclipse.jdt.core.compiler.CharOperation;
> [ivy:compile]                                     ^
> [ivy:compile]   symbol:   class CharOperation
> [ivy:compile]   location: package org.eclipse.jdt.core.compiler
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:56: 
> error: cannot find symbol
> [ivy:compile] import org.eclipse.jdt.internal.compiler.CompilationResult;
> [ivy:compile]                                         ^
> [ivy:compile]   symbol:   class CompilationResult
> [ivy:compile]   location: package org.eclipse.jdt.internal.compiler
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:57: 
> error: cannot find symbol
> [ivy:compile] import org.eclipse.jdt.internal.compiler.IErrorHandlingPolicy;
> [ivy:compile]                                         ^
> [ivy:compile]   symbol:   class IErrorHandlingPolicy
> [ivy:compile]   location: package org.eclipse.jdt.internal.compiler
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:58: 
> error: cannot find symbol
> [ivy:compile] import org.eclipse.jdt.internal.compiler.IProblemFactory;
> [ivy:compile]                                         ^
> [ivy:compile]   symbol:   class IProblemFactory
> [ivy:compile]   location: package org.eclipse.jdt.internal.compiler
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:59: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.AND_AND_Expression;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:60: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.ASTNode;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:61: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:62: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:63: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.ast.AllocationExpression;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:64: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.Annotation;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:65: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:66: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.Argument;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:67: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:68: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.ArrayInitializer;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:69: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:70: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.ArrayReference;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:71: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:72: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.AssertStatement;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:73: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.Assignment;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:74: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.BinaryExpression;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:75: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.Block;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:76: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.BreakStatement;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:77: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.CaseStatement;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:78: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.CastExpression;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:79: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.CharLiteral;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:80: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.ClassLiteralAccess;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:81: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:82: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.CompoundAssignment;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:83: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.ast.ConditionalExpression;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:84: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:85: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.ContinueStatement;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:86: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.DoStatement;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:87: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.DoubleLiteral;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:88: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.EmptyStatement;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:89: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.EqualExpression;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:90: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:91: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.Expression;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:92: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:93: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.FalseLiteral;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:94: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.FieldDeclaration;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:95: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.FieldReference;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:96: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.FloatLiteral;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:97: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.ForStatement;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:98: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.ForeachStatement;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:99: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.IfStatement;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:100: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.ImportReference;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:101: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.Initializer;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:102: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.ast.InstanceOfExpression;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:103: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.IntLiteral;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:104: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.IntLiteralMinValue;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:105: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.Javadoc;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:106: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.LabeledStatement;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:107: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.LocalDeclaration;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:108: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.LongLiteral;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:109: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.ast.LongLiteralMinValue;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:110: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.MarkerAnnotation;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:111: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.MemberValuePair;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:112: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.MessageSend;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:113: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.MethodDeclaration;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:114: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.NameReference;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:115: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.NormalAnnotation;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:116: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.NullLiteral;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:117: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.OR_OR_Expression;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:118: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.OperatorIds;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:119: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:120: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.ast.ParameterizedSingleTypeReference;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:121: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.PostfixExpression;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:122: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import org.eclipse.jdt.internal.compiler.ast.PrefixExpression;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:123: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:124: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:125: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:126: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.ast.QualifiedThisReference;
> [ivy:compile]                                             ^
> [ivy:compile] 
> /<<PKGBUILDDIR>>/src/ecjTransformer/lombok/ast/ecj/EcjTreeBuilder.java:127: 
> error: package org.eclipse.jdt.internal.compiler.ast does not exist
> [ivy:compile] import 
> org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference;
> [ivy:compile]                                             ^
> [ivy:compile] 100 errors
> [ivy:compile] 4 warnings
> [ivy:compile] only showing the first 100 errors, of 387 total; use -Xmaxerrs 
> if you would like to see more
> 
> BUILD FAILED
> /<<PKGBUILDDIR>>/build.xml:135: Compile failed; see the compiler error output 
> for details.
> 
> Total time: 9 seconds
> make[1]: *** [debian/rules:17: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/08/09/lombok-ast_0.2+ds-7_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240809;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240809&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
 Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to