allran opened a new issue, #2851: URL: https://github.com/apache/arrow-datafusion/issues/2851
**Describe the bug1** Can't clone codes for get file`./dev/build-ballista-docker.sh`. ``` $ git clone [email protected]:apache/arrow-datafusion.git -b 5.1.0 Cloning into 'arrow-datafusion'... [email protected]: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ``` **Describe the bug2** Use the last codes, docker pull error. ``` $ git clone https://github.com/apache/arrow-datafusion.git $ cd /Users/alan/ru/arrow-datafusion/benchmarks $ docker compose -f docker-compose.yaml up -d ➜ benchmarks git:(master) docker compose -f docker-compose.yaml up -d [+] Building 6.5s (11/11) FINISHED => [etcd internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 68B 0.0s => [ballista-executor internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 56B 0.0s => [ballista-client internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 56B 0.0s => [ballista-scheduler internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 56B 0.0s => [etcd internal] load .dockerignore 0.0s => => transferring context: 35B 0.0s => [ballista-executor internal] load .dockerignore 0.0s => => transferring context: 35B 0.0s => [ballista-client internal] load .dockerignore 0.0s => => transferring context: 35B 0.0s => [ballista-scheduler internal] load .dockerignore 0.0s => => transferring context: 35B 0.0s => [etcd internal] load metadata for quay.io/coreos/etcd:v3.4.9 0.3s => ERROR [ballista-client internal] load metadata for docker.io/library/ballista:0.7.0 6.0s => CANCELED [etcd 1/1] FROM quay.io/coreos/etcd:v3.4.9@sha256:6dde1430abf883cde8f72ee2eea18036b508f47c2f4eda2819f795974ca34cf9 5.8s => => resolve quay.io/coreos/etcd:v3.4.9@sha256:6dde1430abf883cde8f72ee2eea18036b508f47c2f4eda2819f795974ca34cf9 0.0s => => sha256:39fafc05754f195f134ca11ecdb1c9a691ab0848c697fffeb5a85f900caaf6e1 13.63MB / 17.74MB 5.8s => => sha256:527143827511e66fee969370f042154629f8549dca291134a712ae7ca94f9d4e 8.48MB / 8.48MB 5.4s => => sha256:8ac4625058b71d238e52f8c0dda5cdbf40b5144441a0a433f42fbdd2be1b93e6 6.34MB / 6.34MB 4.9s => => sha256:6dde1430abf883cde8f72ee2eea18036b508f47c2f4eda2819f795974ca34cf9 1.57kB / 1.57kB 0.0s => => sha256:8f0046e4e01bf69ae5d2cf05917f4436d1e294adfcec0f112b67f7e0a43d4e17 2.89kB / 2.89kB 0.0s => => sha256:f893835881318f14d7c85335b51e67a22402ed2cfa8d79d130e658df8f7c05ca 146B / 146B 5.5s => => sha256:4d8f9c60a2f3b784314515ce23173e774fd9dd4c8487628f3022cb617b906b9a 0B / 165B 5.8s => => sha256:94a7623577e70bdbb15de754f4f6359a274be467aa21e90bf3b1b161626ffd0d 0B / 424B 5.8s ------ > [ballista-client internal] load metadata for docker.io/library/ballista:0.7.0: ------ The new 'docker compose' command is currently experimental. To provide feedback or request new features please open issues at https://github.com/docker/compose-cli failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
