Skip to content
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

Does not generate keys, stops build #3

Closed
ijdfgh opened this issue May 10, 2018 · 8 comments
Closed

Does not generate keys, stops build #3

ijdfgh opened this issue May 10, 2018 · 8 comments
Assignees

Comments

@ijdfgh
Copy link

ijdfgh commented May 10, 2018

The Docker image does not build keys, instead shuts down with no error.

sudo docker run \
-v /media/hdd/copperheados/src:/srv/src \
-v /media/hdd/copperheados/chromium:/srv/chromium \
-v /media/hdd/copperheados/ccache:/srv/ccache \
-v /media/hdd/copperheados/keys:/srv/keys \
-v /media/hdd/copperheados/tmp:/srv/tmp \
-v /media/hdd/copperheados/zips:/srv/zips \
-e USE_CCACHE=1 \
-e SIGNATURE_SPOOFING="no" \
-e DEVICE="walleye" \
-e BUILD_TAG="OPM2.171019.029.B1.2018.05.08.01" \
-e BUILD_ID="OPM2.171019.029.B1" \
-e CHROMIUM_RELEASE_NAME="66.0.3359.126" \
-e CHROMIUM_RELEASE_CODE="335912660" \
-e NUM_OF_THREADS=6 \
bflux/copperheados-docker

Output:

https://pastebin.com/n3TncTWt

Thank you.

@ijdfgh
Copy link
Author

ijdfgh commented May 10, 2018

Generated keys manually. The build is now progressing.

I think the issue lies in the fact that 'repo sync' does not complete for some reason. It tried to generate keys before any files were downloaded. As the make_key script is missing, it fails.

@StefanBossbaly
Copy link
Owner

Ah I see. Thanks for the report. Will fix it in an upcoming commit.

@captainhook
Copy link

captainhook commented May 12, 2018

I am encountering the same problem even with the latest commit. @ijdfgh did you do anything different/anything more? I've copied my keys over to /srv/keys/marlin/ and /media/hdd/copperheados/keys/, no difference.

@StefanBossbaly
Copy link
Owner

Let me reinvestigate.

@StefanBossbaly
Copy link
Owner

Running a sailfish build right now. Looks good so far. Will close it once the build completes. @captainhook can you pull the latest image and see if the issue is fixed on your end?

@zuranthus
Copy link

I had the same problem before issue before when building for walleye. Now it works fine, the keys are generated and the build continues.

@StefanBossbaly
Copy link
Owner

Closing as per @Kabuto85 comment.

@captainhook if the problem still persists feel free to comment with an update.

@captainhook
Copy link

Sorry, been rather busy. I'll test with the June release once it's out and provide feedback.

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

4 participants