Question Alexa on Raspberry Pi 3 Model B+, perfect Install but program gives errors ?

Jan 10, 2024
5
0
10
I have followed the tutorial for this build found here.
i restarted then tried to run the sudo bash startsample.sh as instructed after receiving the build complete message, it ran but it wouldn't give me the verification code subsequently Alexa did not work. I used the test.sh file to find any problems and got the following result. What is my problem, how can i fix it and what did i do wrong?

Thanks.



Here are the test.sh results:

99% tests passed, 3 tests failed out of 2659

Total Test time (real) = 812.40 sec

The following tests did not run:
26 - AlertSchedulerTest.test_scheduleAlert (Disabled)
27 - AlertSchedulerTest.test_reloadAlertsFromDatabaseWithScheduling (Disabled)
75 - AlertTest.test_isPastDue (Disabled)
292 - AudioPlayerTest.test_endOffset (Disabled)
322 - BluetoothTest.test_handlePairDevices (Disabled)
1122 - SafeCTimeAccessTest.test_gmTimeMultithreadedAccess (Disabled)
1123 - SafeCTimeAccessTest.test_localtimeMultithreadedAccess (Disabled)
1129 - SharedDataStreamTest.test_readerRead (Disabled)
1139 - SharedDataStreamTest.testTimer_concurrencyNonblockableWriterDualReader (Disabled)
1200 - TaskThreadTest.test_moniker (Disabled)
2422 - TimeZoneHandlerTest.settingCallbackFails (Disabled)
2461 - */MediaPlayerTest.testSlow_unsteadyReads/* (Disabled)
2462 - */MediaPlayerTest.testSlow_recoveryFromPausedReads/* (Disabled)
2465 - */MediaPlayerTest.test_setOffsetOutsideBounds/* (Disabled)
2466 - */MediaPlayerTest.test_setSourceResetsOffset/* (Disabled)

The following tests FAILED:
906 - FileSystemUtilsTest.testChangingFilePermissions (Failed)
2472 - */MediaPlayerTest.test_consecutiveSameApiCalls/* (SEGFAULT)
2477 - */MediaPlayerTest.test_resumeWhenPlaying/* (SEGFAULT)
Errors while running CTest
make: *** [Makefile:125: test] Error 8
 
Last edited:
Going out of my comfort zone (full disclosure).

However, regarding:

"The following tests did not run:
26 - AlertSchedulerTest.test_scheduleAlert (Disabled)
27 - AlertSchedulerTest.test_reloadAlertsFromDatabaseWithScheduling (Disabled)"


Disabled?

What does "disabled" mean within the context of the test.sh results being reported.

Did the Alert Scheduler test fail to run because Alert Scheduler is disabled?

Likewise for the other failed tests.

Is there something common with respect to all of the failures?

Focus on discovering why Alert Scheduler is not enabled (if it should be).
 
  • Like
Reactions: Ihasabucket8950
Going out of my comfort zone (full disclosure).

However, regarding:

"The following tests did not run:
26 - AlertSchedulerTest.test_scheduleAlert (Disabled)
27 - AlertSchedulerTest.test_reloadAlertsFromDatabaseWithScheduling (Disabled)"


Disabled?

What does "disabled" mean within the context of the test.sh results being reported.

Did the Alert Scheduler test fail to run because Alert Scheduler is disabled?

Likewise for the other failed tests.

Is there something common with respect to all of the failures?

Focus on discovering why Alert Scheduler is not enabled (if it should be).
I was not able to find out how to or why the Alert Scheduler was turned of, sorry.
 

TRENDING THREADS