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

[BUG] Build failed when execute "cd k8s && make graphscope-dev " #4417

Open
han-ian opened this issue Jan 10, 2025 · 5 comments
Open

[BUG] Build failed when execute "cd k8s && make graphscope-dev " #4417

han-ian opened this issue Jan 10, 2025 · 5 comments

Comments

@han-ian
Copy link

han-ian commented Jan 10, 2025

Describe the bug
I try to build the code in a clean docker container, but failed.
My operation steps was:

  1. Pull grapscope_dev image, create a container, clone code in the container. Just as this doc mentioned:
    https://graphscope.io/docs/latest/deployment/install_on_local#use-dev-image-with-all-dependencies-installed
  2. Execute shell "make", then after about 10 mininutes, it failed. I will give a simple way to reproduce it later.
    image

To Reproduce
Steps to reproduce the behavior:
A simple way to reproduce the failure:
cd ./k8s && make graphscope-dev ## fail.

After some time of exploration, I found a workaround( version number should be specified, e.g., VINEYARD_VERSION=v0.24.2).
cd ./k8s && VINEYARD_VERSION=v0.24.2 make graphscope-dev ## succeed.

At the same time, I found that others have also encountered this issue (without a solution). So, can you guys solve it?
#4321

Copy link

welcome bot commented Jan 10, 2025

Thanks for opening your first issue here! Be sure to follow the issue template! And a maintainer will get back to you shortly!
Please feel free to contact us on DingTalk, WeChat account(graphscope) or Slack. We are happy to answer your questions responsively.

@han-ian han-ian changed the title [BUG] Build failed by execute "cd k8s && make graphscope-dev " [BUG] Build failed when execute "cd k8s && make graphscope-dev " Jan 10, 2025
@zhanglei1949
Copy link
Collaborator

Hi, han, which platform are you on?

@han-ian
Copy link
Author

han-ian commented Jan 15, 2025

I ran "make graphscope-dev" in a Docker container, and the physical machine for the container was CentOS 7.

@zhanglei1949
Copy link
Collaborator

Do you mean you do make graphscope-dev in a Docker container? Maybe you could not build a Docker image in a Docker container. @han-ian

Pull graphscope_dev image, create a container, clone code in the container. Just as this doc mentioned:

It seems that registry.cn-hongkong.aliyuncs.com/graphscope/graphscope-dev:latest is out of date, I will update it.

@zhanglei1949
Copy link
Collaborator

@han-ian Please try pulling the latest image.

docker pull registry.cn-hongkong.aliyuncs.com/graphscope/graphscope-dev:latest

on arm, the sha should be 13a7190fbe4a17a2f0096a5c182fb068ee1d9d5b38b8411dd46880314612f5a1.
on amd64, the sha should be a8bbb0f02db4e1ee21962376848a4bcfc03f7fb73d20386168a15be40ee8c34f

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

2 participants