gsutil rsync is failing when client is checking the integrity of the transferred object pushed to the bucket. Command used is
gsutil -m -o "GSUtil:parallel_process_count=1" rsync -r <syncdir> gs://<cloud_bucket>
. Here is logs from the failed process.
WARNING: gsutil rsync uses hashes when modification time is not available at
both the source and destination. Your crcmod installation isn't using the
module's C extension, so checksumming will run very slowly. If this is your
first rsync since updating gsutil, this rsync can take significantly longer than
usual. For help installing the extension, please see "gsutil help crcmod".
Building synchronization state...
Starting synchronization...
Copying file://syncdir/index.html [Content-Type=text/html]...
/ [0 files][ 0.0 B/ 12.5 KiB]
Copying file://syncdir/latest/index.html [Content-Type=text/html]...
/ [0 files][ 0.0 B/ 24.5 KiB]
module 'sys' has no attribute 'maxint'
Copying file://syncdir/latest/x86_64/index.html [Content-Type=text/html]...
/ [0/3 files][ 12.5 KiB/ 89.8 KiB] 13% Done
/ [1/3 files][ 89.8 KiB/ 89.8 KiB] 99% Done
/ [2/3 files][ 89.8 KiB/ 89.8 KiB] 99% Done
/ [3/3 files][ 89.8 KiB/ 89.8 KiB] 100% Done
Operation completed over 3 objects/89.8 KiB.
CommandException: 1 files/objects could not be copied/removed.
Error: Process completed with exit code 1.
Further investigation with gsutil version -l
shows compiled crcmod: False
. Had to install pip3 install -U crcmod
to resolve the issue.
It would be nice to include precompiled crcmod
as part of google-github-actions/setup-gcloud
.
No response
No response
- id: build-osx-google-auth
name: Google Auth
uses: 'google-github-actions/[email protected]'
with:
workload_identity_provider: 'projects/***/locations/global/workloadIdentityPools/***-pool/providers/github-provider'
service_account: '***[email protected]***.iam.gserviceaccount.com'
- id: build-osx-setup-cloud-sdk
name: Set up Cloud SDK
uses: 'google-github-actions/[email protected]'
No response
No response
Owner Name | google-github-actions |
Repo Name | setup-gcloud |
Full Name | google-github-actions/setup-gcloud |
Language | TypeScript |
Created Date | 2019-11-05 |
Updated Date | 2023-03-23 |
Star Count | 1505 |
Watcher Count | 65 |
Fork Count | 548 |
Issue Count | 11 |
Issue Title | Created Date | Updated Date |
---|