<@U016HSAA3RQ>, I'm getting an exception in my pre...
# shuttle
t
@User, I'm getting an exception in my preckeck which I've not been able to run successfully since submission, I think it was due to overloading on the night. I managed to get it running without an exception on the weekend where I fixed a top-level cell name failure but I'm now getting a different exception with no useful error info. as far as i can tell. Do I still have time to resolve it? And do you know what
Script error code: 254
means?
image.png
y
I had a similar issue due to a submodule which used ssh and the tool couldn't get access to. I changed the submodule to http and it worked. You may not have the exact same problem but may be due to the tool not accessing everything correctly. If I remember correctly you used Gitlab instead of github, maybe its something to do with that?
j
@Tom this error indicates and issue cloning your repo. You need to make sure you are not using ssh for any submodules and that all repos are public.
t
@yrrapt, @jeffdi: Thank you guys! It looks like the hash for one of my submodules got stale. It's working now. @jeffdi whats the latest time my changes can be picked up or is it already too late?
t
@jeffdi, @Tom: How does one go about figuring out that a submodule has a stale commit hash? Is that something that can be automatically detected? "Script error code: 254" is not very enlightening, to say the least.
t
It's not, but after @jeffdi's and @yrrapt’s responses I tried cloning the repo. again myself and that's when I figured it out what the problem was.
@Tim Edwards: These lines were the ones that told me what the issue was:
Copy code
fatal: remote error: upload-pack: not our ref c18f07f05d6c8d956ee3cc10f5418e2947c67e01
fatal: the remote end hung up unexpectedly
Fetched in submodule path 'columbus', but it did not contain c18f07f05d6c8d956ee3cc10f5418e2947c67e01. Direct fetching of that commit failed.
j
@Tom we are still taking updates. please post your changes and we will pull them.
t
Great thank you
@jeffdi is there any chance you could let me know what my 10 xor failures from precheck job
81c7d687-cb15-4b8f-862d-7f63ba5ba657
are? I'm not able to get the prechecker working locally at the moment. This is the failing job
/mnt/uffs/user/u4928_tomfjsm/design/Columbus/jobs/mpw_precheck/81c7d687-cb15-4b8f-862d-7f63ba5ba657/
. Tom