Skip to content

add trace information to analysis result in TaintSamples #1627

add trace information to analysis result in TaintSamples

add trace information to analysis result in TaintSamples #1627

Triggered via push June 6, 2024 13:05
Status Failure
Total duration 25m 44s
Artifacts 1
Run lifecycle tests
5m 12s
Run lifecycle tests
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 32 warnings
Run tests on JDK 19
Process completed with exit code 1.
Run tests on JDK 11
Process completed with exit code 1.
Run tests on JDK 8
Process completed with exit code 1.
Run lifecycle tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, gradle/gradle-build-action@v2, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test calling methods on class instance() (analysis.PrimaryStaticAnalysisTest$MissingMembersTest) failed: analysis.PrimaryStaticAnalysisTest$MissingMembersTest#L0
jacodb-panda-dynamic/build/test-results/test/TEST-analysis.PrimaryStaticAnalysisTest$MissingMembersTest.xml [took 0s]
test taint analysis on case2 - untrusted array buffer size scenario() (analysis.PandaIfds) failed: analysis.PandaIfds#L0
jacodb-panda-dynamic/build/test-results/test/TEST-analysis.PandaIfds.xml [took 0s]
test taint analysis on TypeMismatch() (analysis.PandaIfds) failed: analysis.PandaIfds#L0
jacodb-panda-dynamic/build/test-results/test/TEST-analysis.PandaIfds.xml [took 0s]
counterexample - untrusted bound in while loop() (analysis.TaintSamples$UntrustedLoopBoundTest) failed: analysis.TaintSamples$UntrustedLoopBoundTest#L0
jacodb-panda-dynamic/build/test-results/test/TEST-analysis.TaintSamples$UntrustedLoopBoundTest.xml [took 0s]
counterexample - untrusted bound in for loop() (analysis.TaintSamples$UntrustedLoopBoundTest) failed: analysis.TaintSamples$UntrustedLoopBoundTest#L0
jacodb-panda-dynamic/build/test-results/test/TEST-analysis.TaintSamples$UntrustedLoopBoundTest.xml [took 0s]
positive example - print encrypted password to console (with forgotten cleaner)() (analysis.TaintSamples$PasswordLeakTest) failed: analysis.TaintSamples$PasswordLeakTest#L0
jacodb-panda-dynamic/build/test-results/test/TEST-analysis.TaintSamples$PasswordLeakTest.xml [took 0s]
counterexample - print unencrypted password to console() (analysis.TaintSamples$PasswordLeakTest) failed: analysis.TaintSamples$PasswordLeakTest#L0
jacodb-panda-dynamic/build/test-results/test/TEST-analysis.TaintSamples$PasswordLeakTest.xml [took 0s]
test parser on binary subtraction() (parser.IRParserBinarySamplesTest) failed: parser.IRParserBinarySamplesTest#L0
jacodb-panda-dynamic/build/test-results/test/TEST-parser.IRParserBinarySamplesTest.xml [took 0s]
test parser on TypeMismatch() (parser.IRParserSamplesTest) failed: parser.IRParserSamplesTest#L0
jacodb-panda-dynamic/build/test-results/test/TEST-parser.IRParserSamplesTest.xml [took 0s]
Run tests on JDK 19
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, gradle/gradle-build-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
positive example - print encrypted password to console (with forgotten cleaner)() (analysis.TaintSamples$PasswordLeakTest) failed: analysis.TaintSamples$PasswordLeakTest#L0
jacodb-panda-dynamic/build/test-results/test/TEST-analysis.TaintSamples$PasswordLeakTest.xml [took 0s]
counterexample - print unencrypted password to console() (analysis.TaintSamples$PasswordLeakTest) failed: analysis.TaintSamples$PasswordLeakTest#L0
jacodb-panda-dynamic/build/test-results/test/TEST-analysis.TaintSamples$PasswordLeakTest.xml [took 30s]
test calling methods on class instance() (analysis.PrimaryStaticAnalysisTest$MissingMembersTest) failed: analysis.PrimaryStaticAnalysisTest$MissingMembersTest#L0
jacodb-panda-dynamic/build/test-results/test/TEST-analysis.PrimaryStaticAnalysisTest$MissingMembersTest.xml [took 0s]
counterexample - untrusted bound in while loop() (analysis.TaintSamples$UntrustedLoopBoundTest) failed: analysis.TaintSamples$UntrustedLoopBoundTest#L0
jacodb-panda-dynamic/build/test-results/test/TEST-analysis.TaintSamples$UntrustedLoopBoundTest.xml [took 0s]
counterexample - untrusted bound in for loop() (analysis.TaintSamples$UntrustedLoopBoundTest) failed: analysis.TaintSamples$UntrustedLoopBoundTest#L0
jacodb-panda-dynamic/build/test-results/test/TEST-analysis.TaintSamples$UntrustedLoopBoundTest.xml [took 0s]
test taint analysis on case2 - untrusted array buffer size scenario() (analysis.PandaIfds) failed: analysis.PandaIfds#L0
jacodb-panda-dynamic/build/test-results/test/TEST-analysis.PandaIfds.xml [took 0s]
test taint analysis on TypeMismatch() (analysis.PandaIfds) failed: analysis.PandaIfds#L0
jacodb-panda-dynamic/build/test-results/test/TEST-analysis.PandaIfds.xml [took 0s]
test parser on TypeMismatch() (parser.IRParserSamplesTest) failed: parser.IRParserSamplesTest#L0
jacodb-panda-dynamic/build/test-results/test/TEST-parser.IRParserSamplesTest.xml [took 0s]
test parser on binary subtraction() (parser.IRParserBinarySamplesTest) failed: parser.IRParserBinarySamplesTest#L0
jacodb-panda-dynamic/build/test-results/test/TEST-parser.IRParserBinarySamplesTest.xml [took 0s]
test taint analysis on case2 - untrusted array buffer size scenario() (analysis.PandaIfds) failed: analysis.PandaIfds#L0
jacodb-panda-dynamic/build/test-results/test/TEST-analysis.PandaIfds.xml [took 0s]
test taint analysis on TypeMismatch() (analysis.PandaIfds) failed: analysis.PandaIfds#L0
jacodb-panda-dynamic/build/test-results/test/TEST-analysis.PandaIfds.xml [took 0s]
test parser on TypeMismatch() (parser.IRParserSamplesTest) failed: parser.IRParserSamplesTest#L0
jacodb-panda-dynamic/build/test-results/test/TEST-parser.IRParserSamplesTest.xml [took 0s]
counterexample - untrusted bound in while loop() (analysis.TaintSamples$UntrustedLoopBoundTest) failed: analysis.TaintSamples$UntrustedLoopBoundTest#L0
jacodb-panda-dynamic/build/test-results/test/TEST-analysis.TaintSamples$UntrustedLoopBoundTest.xml [took 0s]
counterexample - untrusted bound in for loop() (analysis.TaintSamples$UntrustedLoopBoundTest) failed: analysis.TaintSamples$UntrustedLoopBoundTest#L0
jacodb-panda-dynamic/build/test-results/test/TEST-analysis.TaintSamples$UntrustedLoopBoundTest.xml [took 0s]
positive example - print encrypted password to console (with forgotten cleaner)() (analysis.TaintSamples$PasswordLeakTest) failed: analysis.TaintSamples$PasswordLeakTest#L0
jacodb-panda-dynamic/build/test-results/test/TEST-analysis.TaintSamples$PasswordLeakTest.xml [took 0s]
counterexample - print unencrypted password to console() (analysis.TaintSamples$PasswordLeakTest) failed: analysis.TaintSamples$PasswordLeakTest#L0
jacodb-panda-dynamic/build/test-results/test/TEST-analysis.TaintSamples$PasswordLeakTest.xml [took 0s]
test parser on binary subtraction() (parser.IRParserBinarySamplesTest) failed: parser.IRParserBinarySamplesTest#L0
jacodb-panda-dynamic/build/test-results/test/TEST-parser.IRParserBinarySamplesTest.xml [took 0s]
test calling methods on class instance() (analysis.PrimaryStaticAnalysisTest$MissingMembersTest) failed: analysis.PrimaryStaticAnalysisTest$MissingMembersTest#L0
jacodb-panda-dynamic/build/test-results/test/TEST-analysis.PrimaryStaticAnalysisTest$MissingMembersTest.xml [took 0s]
Run tests on JDK 11
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, gradle/gradle-build-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests on JDK 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, gradle/gradle-build-action@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "gradle-reports". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
gradle-reports Expired
32.3 MB