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

can't build the linpack ubuntu container #293

Closed
jdesfossez opened this issue Apr 24, 2019 · 1 comment
Closed

can't build the linpack ubuntu container #293

jdesfossez opened this issue Apr 24, 2019 · 1 comment

Comments

@jdesfossez
Copy link
Collaborator

It looks like there is a missing file in the repo, this is what I get when I try to build the linpack ubuntu container:

########## Building image ibmcb/ubuntu_cb_linpack by executing the command "sudo docker build --no-cache -t ibmcb/ubuntu_cb_linpack:master -q  ." ...
Sending build context to Docker daemon  86.53kB
Step 1/6 : FROM ibmcb/ubuntu_cb_nullworkload:master
 ---> 7d04303a1b9b
Step 2/6 : RUN apt-get update
 ---> Running in 66ced844129e
Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease
Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
Reading package lists...
Removing intermediate container 66ced844129e
 ---> 3715fce5a6d1
Step 3/6 : RUN mkdir -p /home/cbuser/linpack/benchmarks/linpack
 ---> Running in b22baac4c81b
Removing intermediate container b22baac4c81b
 ---> 4f76035bf626
Step 4/6 : RUN rsync -a rsync://172.17.0.1:25001/root_cb/3rd_party/workload//l_lpk_p_11.3.0.004.tgz /home/cbuser/
 ---> Running in caa990a19492
rsync: change_dir "/3rd_party/workload" (in root_cb) failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1668) [Receiver=3.1.2]
rsync: read error: Connection reset by peer (104)
The command '/bin/sh -c rsync -a rsync://172.17.0.1:25001/root_cb/3rd_party/workload//l_lpk_p_11.3.0.004.tgz /home/cbuser/' returned a non-zero code: 23
############## ERROR: Image "ibmcb/ubuntu_cb_linpack" failed while executing command "sudo docker build --no-cache -t ibmcb/ubuntu_cb_linpack:master -q  ."
############## WARNING: Image "ibmcb/ubuntu_cb_linpack" will not be available for deployment!!!
@jdesfossez
Copy link
Collaborator Author

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