On a Mac, using Colima as Dockerd, when running yarn test -m upgrade-next --debug in agoric-sdk/a3p-integration, I encounter a failure because the temporary file purported to contain a MoTD for the image does not exist.
docker: Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /var/folders/90/tx2ns4xs1vb4bhzzld6hp2dr0000gn/T/upgrade-next-2559-ItRYc0sgkd9y.
See 'docker run --help'.
Run of ghcr.io/agoric/agoric-3-proposals:test-upgrade-next failed with exit code 125
file:///.../a3p-integration/node_modules/@agoric/synthetic-chain/dist/cli/cli.js:666
On a Mac, using Colima as Dockerd, when running
yarn test -m upgrade-next --debuginagoric-sdk/a3p-integration, I encounter a failure because the temporary file purported to contain a MoTD for the image does not exist.