You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[...truncated 39.14 KB...]
[�[1;31mERROR�[m] /builds/workspace/spoon-decompiler/spoon-decompiler/src/test/java/spoon/DecompiledResourceTest.java:[58,17] cannot find symbol
[�[1;31mERROR�[m] symbol: method assertEquals(int,int)
[�[1;31mERROR�[m] location: class spoon.DecompiledResourceTest
[�[1;31mERROR�[m] /builds/workspace/spoon-decompiler/spoon-decompiler/src/test/java/spoon/DecompiledResourceTest.java:[66,17] cannot find symbol
[�[1;31mERROR�[m] symbol: method assertEquals(java.lang.String,java.lang.String)
[�[1;31mERROR�[m] location: class spoon.DecompiledResourceTest
[�[1;31mERROR�[m] /builds/workspace/spoon-decompiler/spoon-decompiler/src/test/java/spoon/JarLauncherTest.java:[66,17] cannot find symbol
[�[1;31mERROR�[m] symbol: method assertTrue(boolean)
[�[1;31mERROR�[m] location: class spoon.JarLauncherTest
[�[1;31mERROR�[m] /builds/workspace/spoon-decompiler/spoon-decompiler/src/test/java/spoon/JarLauncherTest.java:[72,17] cannot find symbol
[�[1;31mERROR�[m] symbol: method assertTrue(boolean)
[�[1;31mERROR�[m] location: class spoon.JarLauncherTest
[�[1;31mERROR�[m] /builds/workspace/spoon-decompiler/spoon-decompiler/src/test/java/spoon/JarLauncherTest.java:[99,17] cannot find symbol
[�[1;31mERROR�[m] symbol: method assertEquals(int,int)
[�[1;31mERROR�[m] location: class spoon.JarLauncherTest
[�[1;31mERROR�[m] /builds/workspace/spoon-decompiler/spoon-decompiler/src/test/java/spoon/JarLauncherTest.java:[107,17] cannot find symbol
[�[1;31mERROR�[m] symbol: method assertNotNull(spoon.reflect.declaration.CtType)
[�[1;31mERROR�[m] location: class spoon.JarLauncherTest
[�[1;31mERROR�[m] /builds/workspace/spoon-decompiler/spoon-decompiler/src/test/java/spoon/JarLauncherTest.java:[122,17] cannot find symbol
[�[1;31mERROR�[m] symbol: method assertEquals(int,int)
[�[1;31mERROR�[m] location: class spoon.JarLauncherTest
[�[1;31mERROR�[m] /builds/workspace/spoon-decompiler/spoon-decompiler/src/test/java/spoon/JarLauncherTest.java:[134,17] cannot find symbol
[�[1;31mERROR�[m] symbol: method assertEquals(int,int)
[�[1;31mERROR�[m] location: class spoon.JarLauncherTest
[�[1;31mERROR�[m] /builds/workspace/spoon-decompiler/spoon-decompiler/src/test/java/spoon/decompiler/test/architecture/DecompilerArchitectureTest.java:[80,25] cannot find symbol
[�[1;31mERROR�[m] symbol: method fail(java.lang.String)
[�[1;31mERROR�[m] location: class spoon.test.architecture.DecompilerArchitectureTest
[�[1;31mERROR�[m] /builds/workspace/spoon-decompiler/spoon-decompiler/src/test/java/spoon/decompiler/test/architecture/DecompilerArchitectureTest.java:[91,17] cannot find symbol
[�[1;31mERROR�[m] symbol: method assertEquals(int,int)
[�[1;31mERROR�[m] location: class spoon.test.architecture.DecompilerArchitectureTest
[�[1;31mERROR�[m] /builds/workspace/spoon-decompiler/spoon-decompiler/src/test/java/spoon/decompiler/test/architecture/DecompilerArchitectureTest.java:[107,88] cannot find symbol
[�[1;31mERROR�[m] symbol: class Test
[�[1;31mERROR�[m] /builds/workspace/spoon-decompiler/spoon-decompiler/src/test/java/spoon/decompiler/test/architecture/DecompilerArchitectureTest.java:[110,25] cannot find symbol
[�[1;31mERROR�[m] symbol: method assertTrue(boolean,java.lang.String)
[�[1;31mERROR�[m] location: class spoon.test.architecture.DecompilerArchitectureTest
[�[1;31mERROR�[m] /builds/workspace/spoon-decompiler/spoon-decompiler/src/test/java/spoon/decompiler/test/architecture/DecompilerArchitectureTest.java:[116,17] cannot find symbol
[�[1;31mERROR�[m] symbol: method assertEquals(int,int)
[�[1;31mERROR�[m] location: class spoon.test.architecture.DecompilerArchitectureTest
[�[1;31mERROR�[m] /builds/workspace/spoon-decompiler/spoon-decompiler/src/test/java/spoon/decompiler/test/architecture/DecompilerArchitectureTest.java:[140,25] cannot find symbol
[�[1;31mERROR�[m] symbol: method assertTrue(boolean,java.lang.String)
[�[1;31mERROR�[m] location: class spoon.test.architecture.DecompilerArchitectureTest
[�[1;31mERROR�[m] -> �[1m[Help 1]�[m
[�[1;31mERROR�[m]
[�[1;31mERROR�[m] To see the full stack trace of the errors, re-run Maven with the �[1m-e�[m switch.
[�[1;31mERROR�[m] Re-run Maven using the �[1m-X�[m switch to enable full debug logging.
[�[1;31mERROR�[m]
[�[1;31mERROR�[m] For more information about the errors and possible solutions, please read the following articles:
[�[1;31mERROR�[m] �[1m[Help 1]�[m http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Build step 'Execute shell' marked build as failure
Build 'spoon-decompiler' is failing!
Last 50 lines of build output:
Changes since last successful build:
[github] 1ef06ef - fix: Fix bugs in
VisitorPartialEvaluator
, namely with support forchar
and preservation of types (Fix bugs inVisitorPartialEvaluator
, namely with support forchar
and preservation of types #5291)[github] 1884f1b - chore(deps): update github/codeql-action digest to 46ed16d (chore(deps): update github/codeql-action digest to 46ed16d #5327)
[github] aea4501 - chore: Use correct groupId for release staging repo (chore: use correct groupID for staging repo #5315)
[github] 43037d1 - chore(deps): update github/codeql-action action to v2.20.3 (chore(deps): update github/codeql-action action to v2.20.3 #5328)
[unknown] c41c407 - release: Releasing version 10.4.0
[wittlinger.martin] 5d6a2d3 - release: Setting SNAPSHOT version 10.4.1-SNAPSHOT
No changes
No changes
No changes
No changes
No changes
No changes
No changes
[github] 3dd8b4e - fix: Use local maven repository in spoon-dataflow build (fix: use mavenLocal #5344)
[github] e503723 - chore(deps): pin actions/cache action to 8492260 (chore(deps): pin actions/cache action to 8492260 #5341)
[github] 1f00de7 - fix: Deploy spoon-parent pom in release workflow (fix: also deploy parent pom #5332)
[github] 8a6cf00 - chore(deps): update github/codeql-action digest to 489225d (chore(deps): update github/codeql-action digest to 489225d #5347)
[github] eabba95 - chore(deps): update dependency gradle to v8.2.1 (chore(deps): update dependency gradle to v8.2.1 #5339)
[github] aa38bbb - chore(deps): update github/codeql-action action to v2.20.4 (chore(deps): update github/codeql-action action to v2.20.4 #5348)
[github] 18e1bd7 - chore(deps): update actions/setup-python action to v4.7.0 (chore(deps): update actions/setup-python action to v4.7.0 #5346)
[github] 223c956 - fix(deps): update dependency fr.inria.gforge.spoon:spoon-core to v10.4.0 (fix(deps): update dependency fr.inria.gforge.spoon:spoon-core to v10.4.0 #5330)
[github] 274acaa - fix: Print annotations for typerefs without parents (review: fix: Print annotations for typerefs without parents #5326)
No changes
[github] 1b03355 - chore(deps): update jetbrains/qodana-action action to v2023.2.1 (chore(deps): update jetbrains/qodana-action action to v2023.2.1 #5351)
[github] a4ad69f - chore(deps): update github/codeql-action digest to 1813ca7 (chore(deps): update github/codeql-action digest to 1813ca7 #5353)
[github] d46391f - chore(deps): update github/codeql-action action to v2.21.0 (chore(deps): update github/codeql-action action to v2.21.0 #5354)
[github] dae341a - feat: Add configurable encoding of processed source code (review: feat: configurable encoding of processed source code #5350)
No changes
[github] 8ec4e38 - doc: Improve javadoc for
CtTypeInformation
andCtCodeElement#partiallyEvaluate
(doc: Improve javadoc forCtTypeInformation
andCtCodeElement#partiallyEvaluate
#5331)[github] c49efd7 - refactor: Add whitespace after varargs (checkstyle: add a whitespace after varargs #5358)
No changes
[github] 2be2f17 - chore(deps): update junit5 monorepo (chore(deps): update junit5 monorepo #5360)
[github] a222600 - chore(deps): update actions/setup-java action to v3.12.0 (chore(deps): update actions/setup-java action to v3.12.0 #5361)
[github] fd3a299 - chore(deps): update actions/setup-java digest to cd89f46 (chore(deps): update actions/setup-java digest to cd89f46 #5362)
[github] 9140336 - chore(deps): update step-security/harden-runner action to v2.5.0 (chore(deps): update step-security/harden-runner action to v2.5.0 #5363)
No changes
[github] 572fbf4 - chore(deps): update github/codeql-action action to v2.21.1 (chore(deps): update github/codeql-action action to v2.21.1 #5368)
[github] 98585a7 - chore(deps): update github/codeql-action digest to 6ca1aa8 (chore(deps): update github/codeql-action digest to 6ca1aa8 #5367)
[github] c8df9d8 - doc: fix typos "is is..." (doc: fix typos "is is..." #5365)
[github] 9815715 - chore(deps): update actions/cache action to v3 (chore(deps): update actions/cache action to v3 #5342)
[github] 2214866 - fix(deps): update dependency org.apache.commons:commons-lang3 to v3.13.0 (fix(deps): update dependency org.apache.commons:commons-lang3 to v3.13.0 #5371)
[github] 8471e3c - chore(deps): update github/codeql-action digest to 0ba4244 (chore(deps): update github/codeql-action digest to 0ba4244 #5372)
[github] 53b82ae - chore(deps): update github/codeql-action action to v2.21.2 (chore(deps): update github/codeql-action action to v2.21.2 #5373)
No changes
No changes
No changes
No changes
[github] 5f30f72 - fix(deps): update dependency org.apache.maven:maven-model to v3.9.4 (fix(deps): update dependency org.apache.maven:maven-model to v3.9.4 #5376)
[github] f60b801 - refactor(SpoonifierVisitor):
Deque
should be used instead ofStack
(review: refactor(SpoonifierVisitor):Deque
should be used instead ofStack
#5374)[github] 15e1fa3 - chore(deps): update dependency ch.qos.logback:logback-classic to v1.4.9 (chore(deps): update dependency ch.qos.logback:logback-classic to v1.4.9 #5377)
No changes
No changes
No changes
[github] 348bef5 - chore(deps): update actions/setup-go digest to 93397be (chore(deps): update actions/setup-go digest to 93397be #5379)
[github] be720cd - chore(deps): update github/codeql-action digest to 5b6282e (chore(deps): update github/codeql-action digest to 5b6282e #5380)
[github] 533cac5 - chore(deps): update github/codeql-action action to v2.21.3 (chore(deps): update github/codeql-action action to v2.21.3 #5381)
[github] 3c707c7 - chore(deps): update step-security/harden-runner action to v2.5.1 (chore(deps): update step-security/harden-runner action to v2.5.1 #5383)
[github] 0cbcd04 - chore(deps): update dependency ch.qos.logback:logback-classic to v1.4.11 (chore(deps): update dependency ch.qos.logback:logback-classic to v1.4.11 #5382)
No changes
No changes
No changes
No changes
[github] 12a97be - chore(deps): update github/codeql-action digest to a09933a (chore(deps): update github/codeql-action digest to a09933a #5385)
[github] 5739f95 - chore(deps): update github/codeql-action action to v2.21.4 (chore(deps): update github/codeql-action action to v2.21.4 #5386)
No changes
No changes
No changes
No changes
No changes
No changes
View full output
The text was updated successfully, but these errors were encountered: