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
The following sanity.functions test targets fail on aarch64 build-docker-fedora33-armv8-3 and build-docker-ubuntu1804-armv8-5 - maybe an issue with the docker setup?
There are similar failures in the extended.functional test suite.
The symptoms are the same as #1829, which was fixed:
19:17:52 [ERR] ----------------------------------------
19:17:52 [ERR] dump tests
19:17:52 [ERR] ----------------------------------------
19:17:52 [ERR]
19:17:52 [ERR]
19:17:52 [ERR] Starting test j9dump_verify_functiontable_slots
19:17:52 [ERR] Ending test j9dump_verify_functiontable_slots
19:17:52 [ERR]
19:17:52 [ERR]
19:17:52 [ERR] Starting test j9dump_test_create_dump_with_name
19:17:52 [ERR] calling j9dump_create with filename: /home/jenkins/workspace/Test_openjdk16_j9_sanity.functional_aarch64_linux/openjdk-tests/TKG/output_1612806441780/cmdLineTester_pltest_0/j9dump_test_create_dump_with_name
19:17:52 [ERR] JVMPORT030W
19:17:52 [ERR] ../../../../../../openj9/runtime/tests/port/j9dumpTest.c line 213: j9dump_test_create_dump_with_name j9dump_create returned: 1, with filename: The core file created by child process with pid = 6414 was not found. Expected to find core file with name "/home/jenkins/workspace/Test_openjdk16_j9_sanity.functional_aarch64_linux/openjdk-tests/TKG/output_1612806441780/cmdLineTester_pltest_0/core"
19:17:52 [ERR]
19:17:52 [ERR] LastErrorNumber: -108
19:17:52 [ERR] LastErrorMessage: No such file or directory
19:17:52 [ERR]
19:17:52 [ERR] Ending test j9dump_test_create_dump_with_name
19:17:52 [ERR]
19:17:52 [ERR]
19:17:52 [ERR] Starting test j9dump_test_create_dump_from_signal_handler
19:17:52 [ERR] calling j9dump_create with filename: /home/jenkins/workspace/Test_openjdk16_j9_sanity.functional_aarch64_linux/openjdk-tests/TKG/output_1612806441780/cmdLineTester_pltest_0/j9dump_test_create_dump_from_signal_handler
19:17:52 [ERR] JVMPORT030W
19:17:52 [ERR] ../../../../../../openj9/runtime/tests/port/j9dumpTest.c line 311: j9dump_test_create_dump_from_signal_handler j9dump_create returned: 1, with filename: The core file created by child process with pid = 6419 was not found. Expected to find core file with name "/home/jenkins/workspace/Test_openjdk16_j9_sanity.functional_aarch64_linux/openjdk-tests/TKG/output_1612806441780/cmdLineTester_pltest_0/core"
19:17:52 [ERR] LastErrorNumber: -108
19:17:52 [ERR] LastErrorMessage: No such file or directory
19:17:52 [ERR]
19:17:52 [ERR] Ending test j9dump_test_create_dump_from_signal_handler
19:17:52 [ERR]
19:17:52 [ERR]
19:17:52 [ERR] Starting test j9dump_test_create_dump_with_NO_name
19:17:52 [ERR] calling j9dump_create with empty filename
19:17:52 [ERR] JVMPORT030W
19:17:52 [ERR] ../../../../../../openj9/runtime/tests/port/j9dumpTest.c line 153: j9dump_test_create_dump_with_NO_name j9dump_create returned: 1, with filename: The core file created by child process with pid = 6424 was not found. Expected to find core file with name "core"
19:17:52 [ERR] LastErrorNumber: -108
19:17:52 [ERR] LastErrorMessage: No such file or directory
19:17:52 [ERR]
19:17:52 [ERR] Ending test j9dump_test_create_dump_with_NO_name
19:17:52 [ERR]
19:17:52 [ERR] Dump test done, failures detected.
The text was updated successfully, but these errors were encountered:
Both are hosted on build-packet-ubuntu1804-armv8l-1 which has |/usr/share/apport/apport %p %s %c %d %P %E in as the core_pattern which stops it generating it in the place the tests are expecting it ... I've adjusted it for now (will be lost on next reboot) but this will form part of the automation setup I'm doing in #1925 (or possibly - #1817 covers this issue and will be left open until a permanent fix is implemented)
The following sanity.functions test targets fail on aarch64
build-docker-fedora33-armv8-3
andbuild-docker-ubuntu1804-armv8-5
- maybe an issue with the docker setup?There are similar failures in the extended.functional test suite.
The symptoms are the same as #1829, which was fixed:
The text was updated successfully, but these errors were encountered: