Skip to content

Build failed on 2021/12/08 #1418

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

Closed
jantje opened this issue Dec 8, 2021 · 1 comment
Closed

Build failed on 2021/12/08 #1418

jantje opened this issue Dec 8, 2021 · 1 comment

Comments

@jantje
Copy link
Member

jantje commented Dec 8, 2021

2 tests are failing


Tests run: 18, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 384.847 s <<< FAILURE! - in io.sloeber.core.NightlyJenkins
testExamples[00000_RTCZero:Library/RTCZero/Epoch:arduino_zero_edbg](io.sloeber.core.NightlyBoardPatronTest)  Time elapsed: 11.612 s
testExamples[00001_RTCZero:Library/RTCZero/SimpleRTC:arduino_zero_edbg](io.sloeber.core.NightlyBoardPatronTest)  Time elapsed: 9.66 s
testExamples[00002_RTCZero:Library/RTCZero/SimpleRTCAlarm:arduino_zero_edbg](io.sloeber.core.NightlyBoardPatronTest)  Time elapsed: 7.66 s
testExamples[00003_RTCZero:Library/RTCZero/SleepRTCAlarm:arduino_zero_edbg](io.sloeber.core.NightlyBoardPatronTest)  Time elapsed: 6.961 s
create_CPP_based_Sloeber_Project(io.sloeber.core.RegressionTest)  Time elapsed: 2.822 s
is_extern_C_taken_into_account(io.sloeber.core.RegressionTest)  Time elapsed: 3.429 s
are_defines_before_includes_taken_into_account(io.sloeber.core.RegressionTest)  Time elapsed: 2.902 s
issue1047_Board_Names_Can_Be_used_as_Strings(io.sloeber.core.RegressionTest)  Time elapsed: 41.444 s
openAndCloseUsesSavedSettings(io.sloeber.core.RegressionTest)  Time elapsed: 6.877 s
uploadPattern(io.sloeber.core.RegressionTest)  Time elapsed: 0.004 s  <<< FAILURE!
org.junit.ComparisonFailure: ESP OTA upload recipe key is wrong expected:<tools.[esptool_py].upload.network_patt...> but was:<tools.[].upload.network_patt...>
	at io.sloeber.core.RegressionTest.uploadPattern(RegressionTest.java:586)

issue555(io.sloeber.core.RegressionTest)  Time elapsed: 6.789 s  <<< FAILURE!
java.lang.AssertionError: Failed to compile the project:issue555 as teensy
	at io.sloeber.core.RegressionTest.issue555(RegressionTest.java:123)

The test issue555 should not be run on the build server as it uses teensy to compile and I can't install teensy using the boardsmanager.
This is a regression because I simplified the System class to get going and need to add some complexity again.

I'm not sure why uploadPattern fails as it runs fine from within eclipse windows..

@jantje
Copy link
Member Author

jantje commented Dec 8, 2021

Seems uploadPattern worked this time.
I'll assume it was a glitch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant