Granulate / gprofiler

gProfiler is a system-wide profiler, combining multiple sampling profilers to produce unified visualization of what your CPU is spending time on.
https://profiler.granulate.io
Apache License 2.0
746 stars 54 forks source link

tests: test_nodejs_matrix[nodejs-attach-maps-12-glibc-True] fails on aarch64 #758

Open pfilipko1 opened 1 year ago

pfilipko1 commented 1 year ago
ERROR tests/test_node.py::test_nodejs_matrix[nodejs-attach-maps-12-glibc-True] - docker.errors.BuildError: The command '/bin/sh -c mkdir /app' returned a non-zero code: 1

It fails during building docker image.

Jongy commented 1 year ago

This is weird, why would mkdir /app fail? o.O only reason is for /app to exist, in wich case we can fix it to use mkdir -p. Maybe the Aarch64 has /app for whatever reason.