spcl / serverless-benchmarks

SeBS: serverless benchmarking suite for automatic performance analysis of FaaS platforms.
https://mcopik.github.io/projects/sebs/
BSD 3-Clause "New" or "Revised" License
149 stars 67 forks source link

Benchmark-898e chmod: cannot access 'ffmpeg/ffmpeg': No such file or directory #149

Closed jchigu closed 1 year ago

jchigu commented 1 year ago

(python-venv) root@localhost:~/serverless-benchmarks# ./sebs.py benchmark invoke 220.video-processing test --config config/example.json --deployment aws --verbose --update-code --update-storage [09:24:59.014374] SeBS-011c Created experiment output at /root/serverless-benchmarks [09:24:59.933825] AWS.Credentials-7694 Using cached credentials for AWS [09:24:59.939169] AWS.Resources-6016 Using cached resources for AWS [09:24:59.939449] AWS.Config-ce59 Using cached config for AWS [09:25:00.193379] Benchmark-898e Building benchmark 220.video-processing. Reason: cached code package is not up to date/build enforced. [09:26:03.292638] Benchmark-898e chmod: cannot access 'ffmpeg/ffmpeg': No such file or directory

[09:26:03.331543] Benchmark-898e Docker build of benchmark dependencies in container of image spcleth/serverless-benchmarks:build.aws.python.3.7 [09:26:03.333248] Benchmark-898e Docker mount of benchmark code from path /root/serverless-benchmarks/220.video-processing_code/python/3.7

mcopik commented 1 year ago

@jchigu I cannot reproduce the issue. Please follow the template for bug reports (it appears automatically when you open a new issue), provide all necessary information, and format logging outputs correctly (use Markdown's fenced code block).

Once you provide the requested information, I will be happy to reopen the issue and investigate.