temporary_user
New member
Hope this is not out-of-scope:
At the Mozzi library (hosted on github) we use github actions for continuous integration. This includes builds for teensy 3.6 and 4.1. These just started failing almost exactly four days ago with
This is definitely not from a change in Mozzi, but of course, it may have been a change in the workflows we import, or the github infrastructure, itself. Noteably, however, all other of our supported platforms seem unaffected.
I don't really know, how to even start debugging this, but perhaps it rings a bell, here?
Link to a failed build: https://github.com/sensorium/Mozzi/actions/runs/9530526281
Link to a recent successful build: https://github.com/sensorium/Mozzi/actions/runs/9438094175
(note that python has updated from 4.5 to 5.0 between these two, but there's also this intermediate run failing with python 4.5, so this does not seem to be the issue: https://github.com/sensorium/Mozzi/actions/runs/9473517356/job/26164703326#step:4:215 ; here, I had re-run the previously successful run for Teensy 3.6 for testing purposes)
Regards
Thomas (tfry-git)
At the Mozzi library (hosted on github) we use github actions for continuous integration. This includes builds for teensy 3.6 and 4.1. These just started failing almost exactly four days ago with
Code:
Opening Teensy Loader...
Unable find Teensy Loader. (p) Is the Teensy Loader application running?
quit
I don't really know, how to even start debugging this, but perhaps it rings a bell, here?
Link to a failed build: https://github.com/sensorium/Mozzi/actions/runs/9530526281
Link to a recent successful build: https://github.com/sensorium/Mozzi/actions/runs/9438094175
(note that python has updated from 4.5 to 5.0 between these two, but there's also this intermediate run failing with python 4.5, so this does not seem to be the issue: https://github.com/sensorium/Mozzi/actions/runs/9473517356/job/26164703326#step:4:215 ; here, I had re-run the previously successful run for Teensy 3.6 for testing purposes)
Regards
Thomas (tfry-git)