When upgrading the cluster from v1.3.1 to v1.5.0 at startup it will hang unresponsive after
MethodError: objects of type Bool are not callable
It seems to have also occurred to @ianshmean
In my case, I thought it might have been related to Revise or having startup.jl but commenting those out didn't resolve the issue. I was able to get it working by deleting ~/.julia and then Julia started up normally. From the Slack conversation, it seems the issue is with Julia trying to create some directory that fails when it already exists and then runs into a MethodError.
CC: @giordano