kou commented on PR #41455:
URL: https://github.com/apache/arrow/pull/41455#issuecomment-2093840852

   Hmm. It seems that `cap_add: SYS_ADMIN` isn't used by `archery docker run`:
   
   
https://github.com/ursacomputing/crossbow/actions/runs/8941096370/job/24560653133#step:7:6346
   
   ```text
   DEBUG:archery:Executing `['docker', 'run', '--rm', '-e', 
'SETUPTOOLS_SCM_PRETEND_VERSION=17.0.0.dev61', '--volume', 
'/home/runner/work/crossbow/crossbow/build/:/build/', '-e', 
'ARROW_C_FLAGS_DEBUG=-g1', '-e', 'ARROW_CUDA=ON', '-e', 
'ARROW_CXX_FLAGS_DEBUG=-g1', '-e', 'ARROW_HOME=/tmp/local', '-e', 
'ARROW_JAVA_SKIP_GIT_PLUGIN=true', '-e', 'ARROW_SUBSTRAIT=ON', '-e', 
'BUILD_DOCS_C_GLIB=ON', '-e', 'BUILD_DOCS_CPP=ON', '-e', 'BUILD_DOCS_JAVA=ON', 
'-e', 'BUILD_DOCS_JS=ON', '-e', 'BUILD_DOCS_PYTHON=ON', '-e', 
'BUILD_DOCS_R=ON', '-e', 'CCACHE_COMPILERCHECK=content', '-e', 
'CCACHE_COMPRESS=1', '-e', 'CCACHE_COMPRESSLEVEL=6', '-e', 
'CCACHE_DIR=/ccache', '-e', 'CCACHE_MAXSIZE=1G', '-e', 'GITHUB_ACTIONS=true', 
'-v', '/home/runner/work/crossbow/crossbow/arrow:/arrow', '-v', 
'debian-ccache:/ccache', 'apache/arrow-dev:amd64-debian-12-docs', '/bin/bash', 
'-c', '  sudo mkdir -p /build /ccache &&\n  sudo chown -R `id --user --name`: 
/build /ccache &&\n  /arrow/ci/scripts/cpp_build.sh /arrow /build 
 &&\n  /arrow/ci/scripts/python_build.sh /arrow /build &&\n  
/arrow/ci/scripts/c_glib_build.sh /arrow /build &&\n  
/arrow/ci/scripts/r_build.sh /arrow /build &&\n  /arrow/ci/scripts/js_build.sh 
/arrow /build &&\n  /arrow/ci/scripts/java_build.sh /arrow /build']`
   ```
   
   
https://github.com/ursacomputing/crossbow/actions/runs/8941096370/job/24560653133#step:7:13594
   
   ```text
   b'\nError: Failed to launch the browser process!\nFailed to move to new 
namespace: PID namespaces supported, Network namespace supported, but failed: 
errno = Operation not 
permitted\n[0503/155413.287408:FATAL:zygote_host_impl_linux.cc(200)] Check 
failed: . : Operation not permitted (1)\n\n\nTROUBLESHOOTING: 
[https://pptr.dev/troubleshooting\n\n](https://pptr.dev/troubleshooting/n/n)    
at ChildProcess.onClose 
(file:///usr/local/lib/node_modules/@mermaid-js/mermaid-cli/node_modules/@puppeteer/browsers/lib/esm/launch.js:253:24)\n
    at ChildProcess.emit (node:events:529:35)\n    at 
ChildProcess._handle.onexit (node:internal/child_process:292:12)\n\n'
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to