Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISSUE-405: init commit with simple code gen #584

Merged
merged 26 commits into from
Dec 12, 2024

ISSUE-405: crate bat script to launch jar file

f1f5747
Select commit
Loading
Failed to load commit list.
Merged

ISSUE-405: init commit with simple code gen #584

ISSUE-405: crate bat script to launch jar file
f1f5747
Select commit
Loading
Failed to load commit list.
Cirrus CI / Run Android instrumented tests on API 30 failed May 4, 2024 in 28m 7s

Task Summary

Instruction run_tests failed in 19:27

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:10 clone
✅ 00:00 start_adb_server
✅ 00:02 accept_licenses
✅ 00:54 install_emulator
✅ 00:01 create_avd
✅ 00:00 start_avd
✅ 07:11 assemble_instrumented_tests
✅ 00:01 wait_for_avd
✅ 00:01 configure_avd
✅ 00:00 start_logcat
❌ 19:27 run_tests

	at com.android.ddmlib.internal.jdwp.JdwpProxyServer.runAsServer(JdwpProxyServer.java:281)
	at com.android.ddmlib.internal.jdwp.JdwpProxyServer.run(JdwpProxyServer.java:321)
	at java.base/java.lang.Thread.run(Thread.java:840)


> Task :samples:kautomator-sample:connectedDebugAndroidTest

com.kaspersky.kaspresso.kautomatorsample.kaspresso.sanity.InterceptorTest > testOverridingInterceptors[emulator(AVD) - 11] �[33mSKIPPED �[0m

[DDMLIB]: An unexpected packet was received before the handshake.
[DDMLIB]: An unexpected packet was received before the handshake.
[DDMLIB]: An unexpected packet was received before the handshake.

> Task :samples:kautomator-sample:connectedDebugAndroidTest

com.kaspersky.kaspresso.kautomatorsample.kaspresso.sanity.dialogs_safety.SystemDialogSafetyObjectDisabledSanityTest > test[emulator(AVD) - 11] �[31mFAILED �[0m
	java.lang.AssertionError: unexpected exception type thrown; expected:<androidx.test.uiautomator.StaleObjectException> but was:<com.kaspersky.components.kautomator.intercept.exception.UnfoundedUiObjectException>
	at org.junit.Assert.assertThrows(Assert.java:1020)

[DDMLIB]: An unexpected packet was received before the handshake.
[DDMLIB]: An unexpected packet was received before the handshake.

> Task :samples:kautomator-sample:connectedDebugAndroidTest
Tests on emulator(AVD) - 11 failed: There was 1 failure(s).

> Task :samples:kautomator-sample:connectedDebugAndroidTest FAILED
[DDMLIB]: An unexpected packet was received before the handshake.
[DDMLIB]: An unexpected packet was received before the handshake.

> Task :samples:kaspresso-compose-support-sample:connectedDebugAndroidTest
Starting 6 tests on emulator(AVD) - 11

[DDMLIB]: An unexpected packet was received before the handshake.
[DDMLIB]: An unexpected packet was received before the handshake.
[DDMLIB]: An unexpected packet was received before the handshake.

> Task :samples:kautomator-sample-app-upgrade:connectedDebugAndroidTest
Starting 1 tests on emulator(AVD) - 11

[DDMLIB]: An unexpected packet was received before the handshake.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':samples:kautomator-sample:connectedDebugAndroidTest'.
> There were failing tests. See the report at: file:///tmp/cirrus-ci-build/samples/kautomator-sample/build/reports/androidTests/connected/debug/index.html

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 19m 27s
502 actionable tasks: 87 executed, 22 from cache, 393 up-to-date