Failed to get manifest from Shub: The requested manifest was not found in singularity hub

520 views
Skip to first unread message

Rutu Pandya

unread,
May 14, 2019, 3:56:30 PM5/14/19
to singularity
Hi,

I am trying to push my container to Singularity-Hub and make it available to everyone. Followed the steps successfully and the build shows "Competed Successfully".

Now I would like to test pulling out and execute the code within.

There are 2 issues:

1. I am unable to see the container listed under all collections and can't get to it through search as well
2. When trying to pull directly from my machine, I see the following error 
WARNING: Authentication token file not found : Only pulls of public images will succeed
FATAL:   Failed to get manifest from Shub: The requested manifest was not found in singularity hub

Also tried to pull the hello world container to test:

singularity pull shub://vsoch/singularity-hello-world
But getting the same error about failing to get manifest.. 

The name of my collection is rkpandya/CERR
Appreciate your help!

Thanks,
Rutu

v

unread,
May 14, 2019, 4:03:22 PM5/14/19
to singu...@lbl.gov
There is no "latest" tag for that container, try "master"

$ singularity pull shub://vsoch/singularity-hello-world:master

You are having the same issue with your containers - your tags seem to be "txt" and "deeplab.txt"

$ singularity pull shub://rkpandya/CERR:txt



--
You received this message because you are subscribed to the Google Groups "singularity" group.
To unsubscribe from this group and stop receiving emails from it, send an email to singularity...@lbl.gov.
To view this discussion on the web visit https://groups.google.com/a/lbl.gov/d/msgid/singularity/75b333c0-72e8-427d-8189-ce222214edc9%40lbl.gov.


--
Vanessa Villamia Sochat
Stanford University '16

Rutu Pandya

unread,
May 16, 2019, 10:32:30 AM5/16/19
to singularity
Got it, thanks Vanessa!

Quick question - how complicated can the "test" script be? Could i test a demo application that uses a GPU and nvidia drivers? Would the Singularity Hub be able to test that while building the container on cloud? 

Thanks,
Rutu


On Tuesday, May 14, 2019 at 4:03:22 PM UTC-4, vanessa wrote:
There is no "latest" tag for that container, try "master"

$ singularity pull shub://vsoch/singularity-hello-world:master

You are having the same issue with your containers - your tags seem to be "txt" and "deeplab.txt"

$ singularity pull shub://rkpandya/CERR:txt



On Tue, May 14, 2019 at 12:57 PM Rutu Pandya <rut...@gmail.com> wrote:
Hi,

I am trying to push my container to Singularity-Hub and make it available to everyone. Followed the steps successfully and the build shows "Competed Successfully".

Now I would like to test pulling out and execute the code within.

There are 2 issues:

1. I am unable to see the container listed under all collections and can't get to it through search as well
2. When trying to pull directly from my machine, I see the following error 
WARNING: Authentication token file not found : Only pulls of public images will succeed
FATAL:   Failed to get manifest from Shub: The requested manifest was not found in singularity hub

Also tried to pull the hello world container to test:

singularity pull shub://vsoch/singularity-hello-world
But getting the same error about failing to get manifest.. 

The name of my collection is rkpandya/CERR
Appreciate your help!

Thanks,
Rutu

--
You received this message because you are subscribed to the Google Groups "singularity" group.
To unsubscribe from this group and stop receiving emails from it, send an email to singu...@lbl.gov.

v

unread,
May 16, 2019, 10:34:20 AM5/16/19
to singu...@lbl.gov
Nope, no GPUs up there!

To unsubscribe from this group and stop receiving emails from it, send an email to singularity...@lbl.gov.
To view this discussion on the web visit https://groups.google.com/a/lbl.gov/d/msgid/singularity/fb47c348-eaf1-45a2-b194-e6b6073e7909%40lbl.gov.

Rutu Pandya

unread,
May 16, 2019, 10:42:17 AM5/16/19
to singularity
Alright thanks!

haris zaf

unread,
Jan 30, 2020, 9:45:27 AM1/30/20
to singularity
Dear Vanessa,

I am also trying to download my image and I am getting the exact same error:

haris@haris:~$ singularity pull shub://hariszaf/pema:latest
FATAL
:   No response received from singularity hub


Is there anything I can do? Is this my bad??

Thank you very much for all your time and help!
Haris


On Tuesday, 14 May 2019 23:03:22 UTC+3, vanessa wrote:
There is no "latest" tag for that container, try "master"

$ singularity pull shub://vsoch/singularity-hello-world:master

You are having the same issue with your containers - your tags seem to be "txt" and "deeplab.txt"

$ singularity pull shub://rkpandya/CERR:txt



On Tue, May 14, 2019 at 12:57 PM Rutu Pandya <rut...@gmail.com> wrote:
Hi,

I am trying to push my container to Singularity-Hub and make it available to everyone. Followed the steps successfully and the build shows "Competed Successfully".

Now I would like to test pulling out and execute the code within.

There are 2 issues:

1. I am unable to see the container listed under all collections and can't get to it through search as well
2. When trying to pull directly from my machine, I see the following error 
WARNING: Authentication token file not found : Only pulls of public images will succeed
FATAL:   Failed to get manifest from Shub: The requested manifest was not found in singularity hub

Also tried to pull the hello world container to test:

singularity pull shub://vsoch/singularity-hello-world
But getting the same error about failing to get manifest.. 

The name of my collection is rkpandya/CERR
Appreciate your help!

Thanks,
Rutu

--
You received this message because you are subscribed to the Google Groups "singularity" group.
To unsubscribe from this group and stop receiving emails from it, send an email to singu...@lbl.gov.

v

unread,
Jan 30, 2020, 11:02:34 AM1/30/20
to singu...@lbl.gov
Interesting, so the API seems ok, but you don't have an associated container there:

image.png

But when I interact with the server (or just look at your collection) I can see the image. Testing signed urls:

Ah, found it! It looks like Google is returning a different prefix for their storage, and it's not matching the previous regular expression and returning the None that we see above (which is incorrect).

Thanks for reporting this Haris! I've just finished server work, and your container should be pullable now :)

Best,

Vanessa



To unsubscribe from this group and stop receiving emails from it, send an email to singularity...@lbl.gov.
To view this discussion on the web visit https://groups.google.com/a/lbl.gov/d/msgid/singularity/1165d044-14d8-4bef-af3e-27f4b3456d2e%40lbl.gov.


--
Vanessa Sochat
Stanford University

haris zaf

unread,
Jan 31, 2020, 5:40:08 AM1/31/20
to singularity
Thank you very much for the immediate response Vanessa! :) 

Glad if my bad helped! :D 

Many many thanks!! 

Best,
Haris

Reply all
Reply to author
Forward
0 new messages