We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
e.g. if command just immediately exits due to misspecification -- typically there is no point to keep those logs
dandi@drogon:~/proj/s5cmd-dandi$ duct ../s5cmd/s5cmd --dry-run sync s3://dandiarchive/ dandiarchive/ 2024-10-28T10:07:12-0400 [INFO ] con-duct: duct is executing '../s5cmd/s5cmd --dry-run sync s3://dandiarchive/ dandiarchive/'... 2024-10-28T10:07:12-0400 [INFO ] con-duct: Log files will be written to .duct/logs/2024.10.28T10.07.12-2667364_ ERROR "sync s3://dandiarchive/ dandiarchive/": source argument must contain wildcard character 2024-10-28T10:07:12-0400 [INFO ] con-duct: Summary: Exit Code: 1 Command: ../s5cmd/s5cmd --dry-run sync s3://dandiarchive/ dandiarchive/ Log files location: .duct/logs/2024.10.28T10.07.12-2667364_ Wall Clock Time: 0.009 sec Memory Peak Usage (RSS): - Memory Average Usage (RSS): - Virtual Memory Peak Usage (VSZ): - Virtual Memory Average Usage (VSZ): - Memory Peak Percentage: -% Memory Average Percentage: -% CPU Peak Usage: -% Average CPU Usage: -%
The text was updated successfully, but these errors were encountered:
asmacdo
No branches or pull requests
e.g. if command just immediately exits due to misspecification -- typically there is no point to keep those logs
The text was updated successfully, but these errors were encountered: