Adam Antal created YUNIKORN-389:
-----------------------------------

             Summary: Intermittent build failure on shim with Go 1.12
                 Key: YUNIKORN-389
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-389
             Project: Apache YuniKorn
          Issue Type: Bug
          Components: shim - kubernetes
    Affects Versions: 0.10
            Reporter: Adam Antal


On my local computer (MacOS, {{go1.12.17 darwin/amd64}} version) the shim build 
failed after YUNIKORN-376 was committed with the following error:
{noformat}
...
go: vbom.ml/[email protected]: unrecognized import path 
"vbom.ml/util" (https fetch: Get https://vbom.ml/util?go-get=1: dial tcp: 
lookup vbom.ml: no such host)
...
go: error loading module requirements
make: *** [build] Error 1
{noformat}
Steps I tried to mitigate the error:
- clean Go cache
- clean all the Go packages downloaded on my local
- remove the vbom.ml dependency from go.mod
Unfortunately neither of them helped. It looks a transitive dependency to me, 
pulled by our dependant package.

Reverting YUNIKORN-376 the build passed for me, so it might be related to that.
However I reached out to [~kmarton] who has had the same Go version, but for 
her the build passed without any issues.

After updating to {{go1.15 darwin/amd64}} on my Mac, the build passes.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to