Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: executor failed running [/bin/sh -c cargo build --release]: exit code: 101 #7

Open
qwertynik opened this issue Sep 23, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@qwertynik
Copy link

qwertynik commented Sep 23, 2022

Expected behavior

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

Steps to reproduce

  1. Clone the git repo
  2. Run make
  3. Then, make create-synthetic-network
  4. And, make run-chrome

System information

  • Device: Intel(R) Core(TM) i5-1035G1 CPU @ 1.00GHz 1.19 GHz, 16GB RAM
  • OS, version: Windows 10 Home Single Language, Version: 21H1, OS build: 19043.2006
  • Browser version: Not used yet.
  • Docker version: Docker Desktop 4.12.0, command line: Docker version 20.10.17, build 100c701
  • VNC (if applicable): Not used yet.

Looking forward to getting started with using synthetic-network.

@qwertynik qwertynik added the bug Something isn't working label Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant