You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As shown in the README.md, the following should be printed when `make run-chrome' command is run.
🎛 Synthetic network GUI will listen on http://localhost:3000
📺 Point your VNC client at localhost:5901
Describe the bug (unexpected behavior)
However, the following checksum mismatch error is printed.
=> ERROR [ 9/12] RUN cargo build --release 1.1s
------
> [ 9/12] RUN cargo build --release:
#14 1.030 error: the listed checksum of `/opt/lib/rush/vendor/byteorder/CHANGELOG.md` has changed:
#14 1.030 expected: 51f0eb3b6139fc1a908d41a7b3cba7d58d684700986b3518f82e5af254c39e8e
#14 1.030 actual: 3ff0b140f3f49df66dc452b6df345710d2db900d9477d18c045bd48eab5a45c4
#14 1.030
#14 1.030 directory sources are not intended to be edited, if modifications are required then it is recommended that `[patch]` is used with a forked copy of the source
------
executor failed running [/bin/sh -c cargo build --release]: exit code: 101
Makefile:18: recipe for target 'image-vnc' failed
make: *** [image-vnc] Error 1
Expected behavior
As shown in the README.md, the following should be printed when `make run-chrome' command is run.
Describe the bug (unexpected behavior)
However, the following checksum mismatch error is printed.
Steps to reproduce
make
make create-synthetic-network
make run-chrome
System information
Looking forward to getting started with using synthetic-network.
The text was updated successfully, but these errors were encountered: