-
Notifications
You must be signed in to change notification settings - Fork 54
Description
The builds of the website have not worked since February 9th 2017.
The first problem, is the changes to machinekit-protobuf since this commit
machinekit/machinetalk-protobuf@e84a6e5
cp "python/setup.py" "build/python/setup.py"
make[1]: *** No rule to make target 'build/python/machinetalk/__init__.py', needed by 'Makefile'. Stop.
This did not arise immediately, because only when a complete rebuild is triggered will the protobuf docs be rebuilt from scratch.
@machinekoder can you see if you can get this working again.
As soon as the repo will build in isolation, the docs will get past that point
Further back in time there was another error, which appeared to be from a corrupt git SHA
+ cd /var/lib/jenkins/workspace/website-production/output
+ git config user.email ci@machinekit.io
+ [ -d .git ]
+ git add .
+ git commit --amend -m Force updated by Jenkins build 1469
error: object file .git/objects/ee/30f70e7ace4c41a3d901a014acfe09d80ba58c is empty
error: object file .git/objects/ee/30f70e7ace4c41a3d901a014acfe09d80ba58c is empty
fatal: loose object ee30f70e7ace4c41a3d901a014acfe09d80ba58c (stored in .git/objects/ee/30f70e7ace4c41a3d901a014acfe09d80ba58c) is corrupt
Build step 'Conditional step (single)' marked build as failure
Stopping Docker container after build completion
but until the first error is fixed, cannot get far enough into the build to diagnose that one.
Also despite all the changes to instcomps since Jan 17th, a new build of machinekit-manual-pages
package has not been triggered since 21st Dec 2016
http://deb.machinekit.io/debian/pool/main/m/machinekit-manual-pages/machinekit-manual-pages_1.10292_all.deb
I will look at that, as I set the build up (if I can remember how 😄)