Compilation: TileReader returned bad result slice (tile/8/0/571 len=4096, want 8192) #3947
Labels
bug
Something isn't working
cosmic-swingset
package: cosmic-swingset
needs-info
not enough information given to reproduce / diagnose the problem
Describe the bug
While execute make at ../packages/cosmic-swingset
user@Node1:~/agoric/agoric-sdk$ (cd packages/cosmic-swingset && make) make -C ../../golang/cosmos all make[1]: Entering directory '/home/pavel/agoric/agoric-sdk/golang/cosmos' --> Download go modules to local cache github.com/naoina/[email protected]: verifying module: github.com/naoina/[email protected]: TileReader returned bad result slice (tile/8/0/571 len=4096, want 8192) make[1]: *** [Makefile:73: go-mod-cache] Error 1 make[1]: Leaving directory '/home/pavel/agoric/agoric-sdk/golang/cosmos' make: *** [Makefile:203: build-chain] Error 2
To Reproduce
`sudo apt install curl
curl https://deb.nodesource.com/setup_14.x | sudo bash
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt update
sudo apt upgrade -y
sudo apt install nodejs=14.* yarn build-essential jq -y
sudo rm -rf /usr/local/go
curl https://dl.google.com/go/go1.15.7.linux-amd64.tar.gz | sudo tar -C/usr/local -zxvf -
cat <<'EOF' >>$HOME/.bash_profile
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export GO111MODULE=on
export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin
EOF
source $HOME/.bash_profile
export GIT_BRANCH=agorictest-17
git clone https://github.com/Agoric/agoric-sdk -b $GIT_BRANCH
cd agoric-sdk
yarn install
yarn build
`
until now everything is OK
then:
(cd packages/cosmic-swingset && make)
and:
user@Node1:~/agoric/agoric-sdk$ (cd packages/cosmic-swingset && make) make -C ../../golang/cosmos all make[1]: Entering directory '/home/pavel/agoric/agoric-sdk/golang/cosmos' --> Download go modules to local cache github.com/naoina/[email protected]: verifying module: github.com/naoina/[email protected]: TileReader returned bad result slice (tile/8/0/571 len=4096, want 8192) make[1]: *** [Makefile:73: go-mod-cache] Error 1 make[1]: Leaving directory '/home/pavel/agoric/agoric-sdk/golang/cosmos' make: *** [Makefile:203: build-chain] Error 2
`
Expected behavior
successful compilation
Platform Environment
userl@Node1:~/agoric/agoric-sdk$ git describe --tags --always agoricdev-4
Node:
user@Node1:~/agoric/agoric-sdk$ node -v v14.18.0
Go:
user@Node1:~/agoric/agoric-sdk$ go version go version go1.15.7 linux/amd64
Linux:
user@Node1:~/agoric/agoric-sdk$ cat /etc/os-release NAME="Ubuntu" VERSION="20.04.3 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.3 LTS" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=focal UBUNTU_CODENAME=focal
Additional context
Add any other context about the problem here.
Screenshots
If applicable, add screenshots to help explain your problem, especially for UI interactions.
The text was updated successfully, but these errors were encountered: