You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-06-09 06:21:48,907 : swarm.swop : INFO : SWOPBuildTask: Validating profile
2024-06-09 06:21:55,512 : swarm.swop : INFO : Extracted container id and image info from /tmp/container_info_file file
2024-06-09 06:21:55,516 : swarm.swop : INFO : SWOPBuildTask: Temp Container Creation Failed
2024-06-09 06:21:55,516 : swarm.swop : INFO : 400 Client Error for http+docker://localhost/v1.40/images/create?tag=c61eb2ae2da3e3745e64da0f2799aeee134e87a9084acf5a8884451802051972&fromImage=sha256: Bad Request ("failed to resolve image name: short-name "sha256:c61eb2ae2da3e3745e64da0f2799aeee134e87a9084acf5a8884451802051972" did not resolve to an alias and no unqualified-search registries are defined in "/etc/containers/registries.conf"")
2024-06-09 06:21:55,516 : swarm.swop : INFO : SWOPBuildTask: Temp Container Creation Failed
2024-06-09 06:21:55,516 : swarm.swop : WARNING : SWOPBuildTask: Failed to copy build context
I tried to fix this problem by myself, I edited the "/etc/containers/registries.conf" in this way:
But it still failed to build up the user Docker after I edited the configuration. Here is the error after I added these lines to the configuration:
2024-06-09 06:47:44,631 : swarm.swop : INFO : SWOPBuildTask: Validating profile
2024-06-09 06:47:51,232 : swarm.swop : INFO : Extracted container id and image info from /tmp/container_info_file file
2024-06-09 06:47:51,236 : swarm.swop : INFO : SWOPBuildTask: Temp Container Creation Failed
2024-06-09 06:47:51,236 : swarm.swop : INFO : 404 Client Error for http+docker://localhost/v1.40/images/sha256:c61eb2ae2da3e3745e64da0f2799aeee134e87a9084acf5a8884451802051972/json: Not Found ("failed to find image sha256:c61eb2ae2da3e3745e64da0f2799aeee134e87a9084acf5a8884451802051972: sha256:c61eb2ae2da3e3745e64da0f2799aeee134e87a9084acf5a8884451802051972: No such image")
2024-06-09 06:47:51,236 : swarm.swop : INFO : SWOPBuildTask: Temp Container Creation Failed
2024-06-09 06:47:51,236 : swarm.swop : WARNING : SWOPBuildTask: Failed to copy build context
Swarm Learning Version:
Find the docker tag of the Swarm images ( $ docker images | grep hub.myenterpriselicense.hpe.com/hpe_eval/swarm-learning )
2.2.0
OS and ML Platform
details of host OS: Ubuntu22.04
details of ML platform used: pytorch
details of Swarm learning Cluster (Number of machines, SL nodes, SN nodes): just the example from mnist-pyt, 1 machine, 1 SL node, 1 SN node
Quick Checklist: Respond [Yes/No]
APLS server web GUI shows available Licenses? YES
If Multiple systems are used, can each system access every other system? No mul systems
Is Password-less SSH configuration setup for all the systems? No
If GPU or other protected resources are used, does the account have sufficient privileges to access and use them? No
Is the user id a member of the docker group? Yes
Additional notes
Are you running documented example without any modification?
I use the ngrok to map the local APLS to other domain and port. But I think it doesn't matter.
Add any additional information about use case or any notes which supports for issue investigation:
NOTE: Create an archive with supporting artifacts and attach to issue, whenever applicable.
Maybe this is the issue with podman-docker?
The text was updated successfully, but these errors were encountered:
Issue description
When I tried to run SWCI and assign a task to build up an user Docker, it showed an error that it failed to copy the build context.
and the taskdef
Logs from SWOP:
I tried to fix this problem by myself, I edited the "/etc/containers/registries.conf" in this way:
But it still failed to build up the user Docker after I edited the configuration. Here is the error after I added these lines to the configuration:
Swarm Learning Version:
2.2.0
OS and ML Platform
Quick Checklist: Respond [Yes/No]
Additional notes
I use the ngrok to map the local APLS to other domain and port. But I think it doesn't matter.
NOTE: Create an archive with supporting artifacts and attach to issue, whenever applicable.
Maybe this is the issue with podman-docker?
The text was updated successfully, but these errors were encountered: