"go test -v -timeout 1h0m0s -remote TestS3Minio: -verbose" - Starting (try 1/5) === RUN TestSignHTTP --- PASS: TestSignHTTP (0.00s) === RUN TestVersionLess --- PASS: TestVersionLess (0.00s) === RUN TestMergeDeleteMarkers --- PASS: TestMergeDeleteMarkers (0.00s) === RUN TestRemoveAWSChunked === RUN TestRemoveAWSChunked/nil === RUN TestRemoveAWSChunked/empty === RUN TestRemoveAWSChunked/only_aws === RUN TestRemoveAWSChunked/leading_aws === RUN TestRemoveAWSChunked/trailing_aws === RUN TestRemoveAWSChunked/middle_aws === RUN TestRemoveAWSChunked/case_insensitive === RUN TestRemoveAWSChunked/duplicates === RUN TestRemoveAWSChunked/no_aws_normalize_spaces === RUN TestRemoveAWSChunked/surrounding_spaces === RUN TestRemoveAWSChunked/no_change --- PASS: TestRemoveAWSChunked (0.00s) --- PASS: TestRemoveAWSChunked/nil (0.00s) --- PASS: TestRemoveAWSChunked/empty (0.00s) --- PASS: TestRemoveAWSChunked/only_aws (0.00s) --- PASS: TestRemoveAWSChunked/leading_aws (0.00s) --- PASS: TestRemoveAWSChunked/trailing_aws (0.00s) --- PASS: TestRemoveAWSChunked/middle_aws (0.00s) --- PASS: TestRemoveAWSChunked/case_insensitive (0.00s) --- PASS: TestRemoveAWSChunked/duplicates (0.00s) --- PASS: TestRemoveAWSChunked/no_aws_normalize_spaces (0.00s) --- PASS: TestRemoveAWSChunked/surrounding_spaces (0.00s) --- PASS: TestRemoveAWSChunked/no_change (0.00s) === RUN TestRedirectSecretHeadersMatchTestList --- PASS: TestRedirectSecretHeadersMatchTestList (0.00s) === RUN TestClientRemovesSecretHeadersOnCrossHostRedirect --- PASS: TestClientRemovesSecretHeadersOnCrossHostRedirect (0.01s) === RUN TestClientDoesNotRestoreSecretHeadersAfterCrossHostRedirect --- PASS: TestClientDoesNotRestoreSecretHeadersAfterCrossHostRedirect (0.00s) === RUN TestClientKeepsSecretHeadersOnSameHostRedirect --- PASS: TestClientKeepsSecretHeadersOnSameHostRedirect (0.00s) === RUN TestClientRemovesGeneratedRefererOnCrossHostRedirect --- PASS: TestClientRemovesGeneratedRefererOnCrossHostRedirect (0.00s) === RUN TestS3CheckRedirectRejectsSchemeDowngrade === RUN TestS3CheckRedirectRejectsSchemeDowngrade/SameHostDowngrade === RUN TestS3CheckRedirectRejectsSchemeDowngrade/CrossHostDowngrade --- PASS: TestS3CheckRedirectRejectsSchemeDowngrade (0.00s) --- PASS: TestS3CheckRedirectRejectsSchemeDowngrade/SameHostDowngrade (0.00s) --- PASS: TestS3CheckRedirectRejectsSchemeDowngrade/CrossHostDowngrade (0.00s) === RUN TestRedirectCrossesHost === RUN TestRedirectCrossesHost/SameHost === RUN TestRedirectCrossesHost/DifferentHost === RUN TestRedirectCrossesHost/SchemeDowngradeSameHost === RUN TestRedirectCrossesHost/SchemeDowngradeMidChain --- PASS: TestRedirectCrossesHost (0.00s) --- PASS: TestRedirectCrossesHost/SameHost (0.00s) --- PASS: TestRedirectCrossesHost/DifferentHost (0.00s) --- PASS: TestRedirectCrossesHost/SchemeDowngradeSameHost (0.00s) --- PASS: TestRedirectCrossesHost/SchemeDowngradeMidChain (0.00s) === RUN TestClientStopsAfterTenRedirects --- PASS: TestClientStopsAfterTenRedirects (0.00s) === RUN TestObjectNotFoundMapping --- PASS: TestObjectNotFoundMapping (0.00s) === RUN TestIntegration fstests.go:457: Using remote "TestS3Minio:" 2026/08/08 04:21:58 NOTICE: TestS3Minio: Starting server 2026/08/08 04:21:59 NOTICE: TestS3Minio: Attempting to connect to "127.0.0.1:28625" try 1/100 2026/08/08 04:22:00 DEBUG : TestS3Minio: Read 0, error: read tcp 127.0.0.1:41644->127.0.0.1:28625: i/o timeout 2026/08/08 04:22:00 NOTICE: TestS3Minio: Started server and connected to "127.0.0.1:28625" 2026/08/08 04:22:00 DEBUG : Creating backend with remote "TestS3Minio:rclone-test-mebixod8newo" 2026/08/08 04:22:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/08 04:22:00 DEBUG : Setting type="s3" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_TYPE 2026/08/08 04:22:00 DEBUG : Setting provider="Minio" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_PROVIDER 2026/08/08 04:22:00 DEBUG : Setting access_key_id="rclone" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ACCESS_KEY_ID 2026/08/08 04:22:00 DEBUG : Setting secret_access_key="AxedBodedGinger7" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_SECRET_ACCESS_KEY 2026/08/08 04:22:00 DEBUG : Setting endpoint="http://127.0.0.1:28625/" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ENDPOINT 2026/08/08 04:22:00 DEBUG : TestS3Minio: detected overridden config - adding "{axEg-}" suffix to name 2026/08/08 04:22:00 DEBUG : Setting provider="Minio" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_PROVIDER 2026/08/08 04:22:00 DEBUG : Setting access_key_id="rclone" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ACCESS_KEY_ID 2026/08/08 04:22:00 DEBUG : Setting secret_access_key="AxedBodedGinger7" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_SECRET_ACCESS_KEY 2026/08/08 04:22:00 DEBUG : Setting endpoint="http://127.0.0.1:28625/" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ENDPOINT 2026/08/08 04:22:00 DEBUG : Setting type="s3" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_TYPE === RUN TestIntegration/FsCheckWrap fstests.go:498: Not a wrapping Fs === RUN TestIntegration/FsCommand 2026/08/08 04:22:00 DEBUG : Setting type="s3" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_TYPE === RUN TestIntegration/FsRmdirNotFound 2026/08/08 04:22:00 INFO : S3 bucket rclone-test-mebixod8newo: Bucket "rclone-test-mebixod8newo" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2026/08/08 04:22:00 INFO : S3 bucket rclone-test-mebixod8newo: Bucket "rclone-test-mebixod8newo" deleted === RUN TestIntegration/FsMkdir 2026/08/08 04:22:00 INFO : S3 bucket rclone-test-mebixod8newo: Bucket "rclone-test-mebixod8newo" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2026/08/08 04:22:00 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2026/08/08 04:22:00 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2026/08/08 04:22:00 INFO : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty === RUN TestIntegration/FsMkdir/FsListDirNotFound === RUN TestIntegration/FsMkdir/FsListRDirNotFound === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:727: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:727: testing "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:727: testing ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:727: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:727: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:727: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:727: testing "␍leading CR" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:727: testing "␊leading LF" === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:727: testing "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:727: testing "␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:727: testing ".leading dot" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:727: testing "trailing space " === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:727: testing "trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:727: testing "trailing LF␊" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:727: testing "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:727: testing "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:727: testing "trailing dot." === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:727: testing "invalid utf-8\xfe" === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:727: testing "test%46.txt" === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:806: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter 2026/08/08 04:22:00 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmYzNGI2M2UwLTJmZWItNDQ5My1iODU2LTVhYTRhYWRkNzBiN3gxNzg2MTYyOTIwODk5Nzg2MDMx 2026/08/08 04:22:01 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "26179e1f5ca37c881efe5f7a584d571f" 2026/08/08 04:22:01 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "7cd71c094b61805220103b9372887bf0" 2026/08/08 04:22:01 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "80f480bb967116370baefc4769d7d880" 2026/08/08 04:22:01 DEBUG : writer-at-subdir/writer-at-file: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmYzNGI2M2UwLTJmZWItNDQ5My1iODU2LTVhYTRhYWRkNzBiN3gxNzg2MTYyOTIwODk5Nzg2MDMx" finished === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:892: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2026/08/08 04:22:01 DEBUG : Creating backend with remote "TestS3Minio:" 2026/08/08 04:22:01 DEBUG : Setting type="s3" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_TYPE 2026/08/08 04:22:01 DEBUG : Setting provider="Minio" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_PROVIDER 2026/08/08 04:22:01 DEBUG : Setting access_key_id="rclone" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ACCESS_KEY_ID 2026/08/08 04:22:01 DEBUG : Setting secret_access_key="AxedBodedGinger7" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_SECRET_ACCESS_KEY 2026/08/08 04:22:01 DEBUG : Setting endpoint="http://127.0.0.1:28625/" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ENDPOINT 2026/08/08 04:22:01 DEBUG : TestS3Minio: detected overridden config - adding "{axEg-}" suffix to name 2026/08/08 04:22:01 DEBUG : Setting provider="Minio" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_PROVIDER 2026/08/08 04:22:01 DEBUG : Setting access_key_id="rclone" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ACCESS_KEY_ID 2026/08/08 04:22:01 DEBUG : Setting secret_access_key="AxedBodedGinger7" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_SECRET_ACCESS_KEY 2026/08/08 04:22:01 DEBUG : Setting endpoint="http://127.0.0.1:28625/" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ENDPOINT === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2026/08/08 04:22:01 DEBUG : Creating backend with remote "TestS3Minio:" 2026/08/08 04:22:01 DEBUG : Setting type="s3" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_TYPE 2026/08/08 04:22:01 DEBUG : Setting provider="Minio" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_PROVIDER 2026/08/08 04:22:01 DEBUG : Setting access_key_id="rclone" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ACCESS_KEY_ID 2026/08/08 04:22:01 DEBUG : Setting secret_access_key="AxedBodedGinger7" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_SECRET_ACCESS_KEY 2026/08/08 04:22:01 DEBUG : Setting endpoint="http://127.0.0.1:28625/" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ENDPOINT 2026/08/08 04:22:01 DEBUG : TestS3Minio: detected overridden config - adding "{axEg-}" suffix to name 2026/08/08 04:22:01 DEBUG : Setting provider="Minio" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_PROVIDER 2026/08/08 04:22:01 DEBUG : Setting access_key_id="rclone" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ACCESS_KEY_ID 2026/08/08 04:22:01 DEBUG : Setting secret_access_key="AxedBodedGinger7" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_SECRET_ACCESS_KEY 2026/08/08 04:22:01 DEBUG : Setting endpoint="http://127.0.0.1:28625/" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ENDPOINT === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1145: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2026/08/08 04:22:01 DEBUG : S3 bucket rclone-test-mebixod8newo: bucket is versioned: false 2026/08/08 04:22:01 DEBUG : Waiting for deletions to finish 2026/08/08 04:22:01 DEBUG : "dirToPurge/fileToPurge.txt" version false 2026/08/08 04:22:01 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2026/08/08 04:22:01 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2026/08/08 04:22:01 DEBUG : Creating backend with remote "TestS3Minio:rclone-test-mebixod8newo/dirToPurgeFromRoot" 2026/08/08 04:22:01 DEBUG : Setting type="s3" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_TYPE 2026/08/08 04:22:01 DEBUG : Setting provider="Minio" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_PROVIDER 2026/08/08 04:22:01 DEBUG : Setting access_key_id="rclone" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ACCESS_KEY_ID 2026/08/08 04:22:01 DEBUG : Setting secret_access_key="AxedBodedGinger7" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_SECRET_ACCESS_KEY 2026/08/08 04:22:01 DEBUG : Setting endpoint="http://127.0.0.1:28625/" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ENDPOINT 2026/08/08 04:22:01 DEBUG : TestS3Minio: detected overridden config - adding "{axEg-}" suffix to name 2026/08/08 04:22:01 DEBUG : Setting provider="Minio" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_PROVIDER 2026/08/08 04:22:01 DEBUG : Setting access_key_id="rclone" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ACCESS_KEY_ID 2026/08/08 04:22:01 DEBUG : Setting secret_access_key="AxedBodedGinger7" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_SECRET_ACCESS_KEY 2026/08/08 04:22:01 DEBUG : Setting endpoint="http://127.0.0.1:28625/" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ENDPOINT 2026/08/08 04:22:01 DEBUG : S3 bucket rclone-test-mebixod8newo path dirToPurgeFromRoot: bucket is versioned: false 2026/08/08 04:22:01 DEBUG : Waiting for deletions to finish 2026/08/08 04:22:01 DEBUG : "fileToPurgeFromRoot.txt" version false 2026/08/08 04:22:01 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2026/08/08 04:22:01 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2026/08/08 04:22:01 DEBUG : Creating backend with remote "TestS3Minio:rclone-test-mebixod8newo/hello? sausage/êé" 2026/08/08 04:22:01 DEBUG : Setting type="s3" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_TYPE 2026/08/08 04:22:01 DEBUG : Setting provider="Minio" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_PROVIDER 2026/08/08 04:22:01 DEBUG : Setting access_key_id="rclone" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ACCESS_KEY_ID 2026/08/08 04:22:01 DEBUG : Setting secret_access_key="AxedBodedGinger7" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_SECRET_ACCESS_KEY 2026/08/08 04:22:01 DEBUG : Setting endpoint="http://127.0.0.1:28625/" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ENDPOINT 2026/08/08 04:22:01 DEBUG : TestS3Minio: detected overridden config - adding "{axEg-}" suffix to name 2026/08/08 04:22:01 DEBUG : Setting provider="Minio" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_PROVIDER 2026/08/08 04:22:01 DEBUG : Setting access_key_id="rclone" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ACCESS_KEY_ID 2026/08/08 04:22:01 DEBUG : Setting secret_access_key="AxedBodedGinger7" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_SECRET_ACCESS_KEY 2026/08/08 04:22:01 DEBUG : Setting endpoint="http://127.0.0.1:28625/" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ENDPOINT 2026/08/08 04:22:01 DEBUG : fs cache: renaming cache item "TestS3Minio:rclone-test-mebixod8newo/hello? sausage/êé" to be canonical "TestS3Minio{axEg-}:rclone-test-mebixod8newo/hello? sausage/êé" 2026/08/08 04:22:01 DEBUG : S3 bucket rclone-test-mebixod8newo path hello? sausage/êé: bucket is versioned: false 2026/08/08 04:22:01 DEBUG : Waiting for deletions to finish 2026/08/08 04:22:01 DEBUG : "a/b/c/d/e.txt" version false 2026/08/08 04:22:01 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2026/08/08 04:22:01 INFO : a/b/c/d/e.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove fstests.go:1373: FS has no Mover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove fstests.go:1493: FS has no DirMover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull === RUN TestIntegration/FsMkdir/FsPutFiles/FsPrecision === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectString === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectFs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemote === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectHashes === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata fstests.go:1728: SetMetadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/full_read === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/seek_read === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/range_read === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/range_read_to_end === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/refresh === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2026/08/08 04:22:01 DEBUG : Creating backend with remote "TestS3Minio:rclone-test-mebixod8newo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/08/08 04:22:01 DEBUG : Setting type="s3" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_TYPE 2026/08/08 04:22:01 DEBUG : Setting provider="Minio" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_PROVIDER 2026/08/08 04:22:01 DEBUG : Setting access_key_id="rclone" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ACCESS_KEY_ID 2026/08/08 04:22:01 DEBUG : Setting secret_access_key="AxedBodedGinger7" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_SECRET_ACCESS_KEY 2026/08/08 04:22:01 DEBUG : Setting endpoint="http://127.0.0.1:28625/" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ENDPOINT 2026/08/08 04:22:01 DEBUG : TestS3Minio: detected overridden config - adding "{axEg-}" suffix to name 2026/08/08 04:22:01 DEBUG : Setting provider="Minio" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_PROVIDER 2026/08/08 04:22:01 DEBUG : Setting access_key_id="rclone" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ACCESS_KEY_ID 2026/08/08 04:22:01 DEBUG : Setting secret_access_key="AxedBodedGinger7" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_SECRET_ACCESS_KEY 2026/08/08 04:22:01 DEBUG : Setting endpoint="http://127.0.0.1:28625/" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ENDPOINT === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2026/08/08 04:22:01 DEBUG : Creating backend with remote "TestS3Minio:rclone-test-mebixod8newo/not found.txt" 2026/08/08 04:22:01 DEBUG : Setting type="s3" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_TYPE 2026/08/08 04:22:01 DEBUG : Setting provider="Minio" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_PROVIDER 2026/08/08 04:22:01 DEBUG : Setting access_key_id="rclone" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ACCESS_KEY_ID 2026/08/08 04:22:01 DEBUG : Setting secret_access_key="AxedBodedGinger7" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_SECRET_ACCESS_KEY 2026/08/08 04:22:01 DEBUG : Setting endpoint="http://127.0.0.1:28625/" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ENDPOINT 2026/08/08 04:22:01 DEBUG : TestS3Minio: detected overridden config - adding "{axEg-}" suffix to name 2026/08/08 04:22:01 DEBUG : Setting provider="Minio" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_PROVIDER 2026/08/08 04:22:01 DEBUG : Setting access_key_id="rclone" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ACCESS_KEY_ID 2026/08/08 04:22:01 DEBUG : Setting secret_access_key="AxedBodedGinger7" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_SECRET_ACCESS_KEY 2026/08/08 04:22:01 DEBUG : Setting endpoint="http://127.0.0.1:28625/" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ENDPOINT === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1987: Opening root remote "TestS3Minio:" path "rclone-test-mebixod8newo" from "TestS3Minio:rclone-test-mebixod8newo" 2026/08/08 04:22:01 DEBUG : Creating backend with remote "TestS3Minio:" 2026/08/08 04:22:01 DEBUG : Setting type="s3" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_TYPE 2026/08/08 04:22:01 DEBUG : Setting provider="Minio" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_PROVIDER 2026/08/08 04:22:01 DEBUG : Setting access_key_id="rclone" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ACCESS_KEY_ID 2026/08/08 04:22:01 DEBUG : Setting secret_access_key="AxedBodedGinger7" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_SECRET_ACCESS_KEY 2026/08/08 04:22:01 DEBUG : Setting endpoint="http://127.0.0.1:28625/" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ENDPOINT 2026/08/08 04:22:01 DEBUG : TestS3Minio: detected overridden config - adding "{axEg-}" suffix to name 2026/08/08 04:22:01 DEBUG : Setting provider="Minio" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_PROVIDER 2026/08/08 04:22:01 DEBUG : Setting access_key_id="rclone" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ACCESS_KEY_ID 2026/08/08 04:22:01 DEBUG : Setting secret_access_key="AxedBodedGinger7" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_SECRET_ACCESS_KEY 2026/08/08 04:22:01 DEBUG : Setting endpoint="http://127.0.0.1:28625/" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ENDPOINT === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:2131: skipping directory tests as not supported on this backend === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:431: FS has no SetTier & GetTier interfaces === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2188: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2210: Can't have // in paths === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout fstests.go:2360: FS does not support About === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2026/08/08 04:22:01 NOTICE: S3 bucket rclone-test-mebixod8newo: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2026/08/08 04:22:01 DEBUG : piped data.txt: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjE2YjIwOGJlLWNjZmUtNDY4Yi1iNTg5LWY4NTc4NjRiNGRlN3gxNzg2MTYyOTIxNTgxOTIxNTk2 2026/08/08 04:22:01 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2026/08/08 04:22:01 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2026/08/08 04:22:01 DEBUG : piped data.txt: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjE2YjIwOGJlLWNjZmUtNDY4Yi1iNTg5LWY4NTc4NjRiNGRlN3gxNzg2MTYyOTIxNTgxOTIxNTk2" finished 2026/08/08 04:22:01 DEBUG : piped data.txt: Multipart upload Etag: 59adb24ef3cdbe0297f05b395827453f-1 OK === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2026/08/08 04:22:01 DEBUG : piped data.txt: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjNlZDg4YjI2LTZmYzUtNDdkMy05ZGE5LTUyODM3NDFlMzQ0YngxNzg2MTYyOTIxNTk5MTkxMzM0 2026/08/08 04:22:01 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2026/08/08 04:22:01 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "1b18d39fe2ed56973abf2cd1e392317f" 2026/08/08 04:22:01 DEBUG : piped data.txt: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjNlZDg4YjI2LTZmYzUtNDdkMy05ZGE5LTUyODM3NDFlMzQ0YngxNzg2MTYyOTIxNTk5MTkxMzM0" finished 2026/08/08 04:22:01 DEBUG : piped data.txt: Multipart upload Etag: 0b8eda2230f52d561d44afd5ef589311-1 OK === RUN TestIntegration/FsMkdir/FsPutFiles/Internal === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress 2026/08/08 04:22:01 NOTICE: test-metadata: Not decompressing 'Content-Encoding: gzip' compressed file. Use --s3-decompress to override === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/HasChildren === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions s3_internal_test.go:379: versions/test-versions.txt === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadCurrent === NAME TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions s3_internal_test.go:379: versions/test-versions-v2026-08-08-042203-656.txt === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadVersion === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewObject === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewFs 2026/08/08 04:22:07 DEBUG : oldPath = "TestS3Minio,access_key_id='rclone',endpoint='http://127.0.0.1:28625/',provider='Minio',secret_access_key='AxedBodedGinger7':rclone-test-mebixod8newo/versions/test-versions-v2026-08-08-042203-656.txt" 2026/08/08 04:22:07 DEBUG : newPath = "TestS3Minio,access_key_id='rclone',endpoint='http://127.0.0.1:28625/',provider='Minio',secret_access_key='AxedBodedGinger7',versions:rclone-test-mebixod8newo/versions/test-versions-v2026-08-08-042203-656.txt" 2026/08/08 04:22:07 DEBUG : Creating backend with remote "TestS3Minio,access_key_id='rclone',endpoint='http://127.0.0.1:28625/',provider='Minio',secret_access_key='AxedBodedGinger7',versions:rclone-test-mebixod8newo/versions/test-versions-v2026-08-08-042203-656.txt" 2026/08/08 04:22:07 DEBUG : Setting type="s3" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_TYPE 2026/08/08 04:22:07 DEBUG : TestS3Minio: detected overridden config - adding "{Pvuhm}" suffix to name 2026/08/08 04:22:07 DEBUG : fs cache: renaming child cache item "TestS3Minio,access_key_id='rclone',endpoint='http://127.0.0.1:28625/',provider='Minio',secret_access_key='AxedBodedGinger7',versions:rclone-test-mebixod8newo/versions/test-versions-v2026-08-08-042203-656.txt" to be canonical for parent "TestS3Minio{Pvuhm}:rclone-test-mebixod8newo/versions" === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/List === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/NewObject === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/List === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/NewObject === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/List === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/NewObject === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/NewObject === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Mkdir s3_internal_test.go:507: Creating a bucket we already have created returned code: BucketAlreadyOwnedByYou === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup 2026/08/08 04:22:07 DEBUG : Waiting for deletions to finish 2026/08/08 04:22:07 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2026/08/08 04:22:07 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version "null" 2026/08/08 04:22:07 DEBUG : "versions/test-versions.txt" version false 2026/08/08 04:22:07 DEBUG : versions/test-versions.txt: Not deleting current version "33fa1b32-0f32-4815-b0e9-ff5e039a5084" 2026/08/08 04:22:07 DEBUG : "versions/test-versions-v2026-08-08-042205-673.txt" version true 2026/08/08 04:22:07 DEBUG : versions/test-versions-v2026-08-08-042205-673.txt: Deleting delete marker (id "dced481f-0567-4e31-a616-238fd5f5a310") 2026/08/08 04:22:07 DEBUG : "versions/test-versions-v2026-08-08-042203-656.txt" version true 2026/08/08 04:22:07 DEBUG : versions/test-versions-v2026-08-08-042203-656.txt: Deleting (id "0f604f7c-d8ee-4d5c-abb9-2e4fb3503881") 2026/08/08 04:22:07 INFO : versions/test-versions-v2026-08-08-042205-673.txt: Deleted 2026/08/08 04:22:07 INFO : versions/test-versions-v2026-08-08-042203-656.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/Retention === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/LegalHold === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/SetAfterUpload === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/Multipart 2026/08/08 04:22:07 DEBUG : test-object-lock-multipart: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjAyODlkZmMyLWNiNTctNGU3NS1iMTFmLTQ0ZjYyNzQ4ODBlNXgxNzg2MTYyOTI3ODU4NTI0Njg1 2026/08/08 04:22:07 DEBUG : test-object-lock-multipart: multipart upload: starting chunk 0 size 100 offset 0/100 2026/08/08 04:22:07 DEBUG : test-object-lock-multipart: multipart upload wrote chunk 1 with 100 bytes and etag "30372536af36c515e85f9c879181d548" 2026/08/08 04:22:07 DEBUG : test-object-lock-multipart: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjAyODlkZmMyLWNiNTctNGU3NS1iMTFmLTQ0ZjYyNzQ4ODBlNXgxNzg2MTYyOTI3ODU4NTI0Njg1" finished 2026/08/08 04:22:07 DEBUG : test-object-lock-multipart: Multipart upload Etag: eb8a22b17f9646030aa9dfa1a4760757-1 OK === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/Presigned === RUN TestIntegration/FsMkdir/FsPutChunked === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed 2026/08/08 04:22:08 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmNjZmI0YTU1LTAwMDgtNGZlNC1iOGFmLWE0YzRhNDU3OWMxMHgxNzg2MTYyOTI4MzkxMzU1OTcw 2026/08/08 04:22:08 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2026/08/08 04:22:08 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2026/08/08 04:22:08 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmNjZmI0YTU1LTAwMDgtNGZlNC1iOGFmLWE0YzRhNDU3OWMxMHgxNzg2MTYyOTI4MzkxMzU1OTcw" finished 2026/08/08 04:22:08 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Multipart upload Etag: ed4a32f2cde07f87d68a56ca08356e58-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2026/08/08 04:22:08 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmEwM2QwMzAwLWUwMzItNDU1ZS1hNTYzLTc3OTA1Yzg1MjkwZHgxNzg2MTYyOTI4OTE1OTk1MzE3 2026/08/08 04:22:09 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2026/08/08 04:22:09 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/08/08 04:22:09 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmEwM2QwMzAwLWUwMzItNDU1ZS1hNTYzLTc3OTA1Yzg1MjkwZHgxNzg2MTYyOTI4OTE1OTk1MzE3" finished 2026/08/08 04:22:09 DEBUG : chunked-5Mi-5Mi.bin: Multipart upload Etag: 59a976105e80464acdcd6ee2a0678dfd-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2026/08/08 04:22:09 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjUwNjNjZDU0LTk2N2MtNGQ3Ni1iZDYwLTUzNWU0NDA5MzBlNngxNzg2MTYyOTI5NDI4Njk4MTYy 2026/08/08 04:22:09 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2026/08/08 04:22:09 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/08/08 04:22:09 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjUwNjNjZDU0LTk2N2MtNGQ3Ni1iZDYwLTUzNWU0NDA5MzBlNngxNzg2MTYyOTI5NDI4Njk4MTYy" finished 2026/08/08 04:22:09 DEBUG : chunked-5Mi-5Mi-streamed.bin: Multipart upload Etag: 59a976105e80464acdcd6ee2a0678dfd-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2026/08/08 04:22:09 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmIxOGU0MDMxLWQ3NDEtNDY3Mi1hMjZkLWJhOWM3MDk4MDU0YXgxNzg2MTYyOTI5OTY5NjMwMTU1 2026/08/08 04:22:10 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2026/08/08 04:22:10 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/08/08 04:22:10 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2026/08/08 04:22:10 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2026/08/08 04:22:10 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2026/08/08 04:22:10 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2026/08/08 04:22:10 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmIxOGU0MDMxLWQ3NDEtNDY3Mi1hMjZkLWJhOWM3MDk4MDU0YXgxNzg2MTYyOTI5OTY5NjMwMTU1" finished 2026/08/08 04:22:10 DEBUG : chunked-5Mi-10.000Mi.bin: Multipart upload Etag: b677d8f19ed57bf218653ea38827c920-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2026/08/08 04:22:10 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmYzNDc2NDRiLTE4ZWUtNDAwMC1hYmQ4LThiYzQ1YTdjYTJmYngxNzg2MTYyOTMwODE0OTQ3NTc4 2026/08/08 04:22:11 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2026/08/08 04:22:11 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/08/08 04:22:11 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2026/08/08 04:22:11 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2026/08/08 04:22:11 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2026/08/08 04:22:11 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2026/08/08 04:22:11 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmYzNDc2NDRiLTE4ZWUtNDAwMC1hYmQ4LThiYzQ1YTdjYTJmYngxNzg2MTYyOTMwODE0OTQ3NTc4" finished 2026/08/08 04:22:11 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Multipart upload Etag: b677d8f19ed57bf218653ea38827c920-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2026/08/08 04:22:12 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmQwZDQ0ZDM5LTk0OWQtNDYwMC1hMWEyLWY5N2M2ODk0NmVjYXgxNzg2MTYyOTMyMTYzMzM2NTE2 2026/08/08 04:22:12 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2026/08/08 04:22:12 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2026/08/08 04:22:12 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmQwZDQ0ZDM5LTk0OWQtNDYwMC1hMWEyLWY5N2M2ODk0NmVjYXgxNzg2MTYyOTMyMTYzMzM2NTE2" finished 2026/08/08 04:22:12 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Multipart upload Etag: 070ae709b83078a0b79bf9a5d1dc765c-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2026/08/08 04:22:12 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjEwYWViYjgzLWY4NmEtNDBiYi1iZmY5LWMxOTk3ZDM0YmNjMHgxNzg2MTYyOTMyNjc0MjI4MDk1 2026/08/08 04:22:12 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2026/08/08 04:22:12 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/08/08 04:22:12 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjEwYWViYjgzLWY4NmEtNDBiYi1iZmY5LWMxOTk3ZDM0YmNjMHgxNzg2MTYyOTMyNjc0MjI4MDk1" finished 2026/08/08 04:22:12 DEBUG : chunked-5.054Mi-5.054Mi.bin: Multipart upload Etag: 3206ce1fe2872bce7fc98309c9c126a0-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2026/08/08 04:22:13 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjhkZGJiZDI3LTdjY2MtNGQzMy1iNGQ2LWEwNDE0Y2M4MGU3ZngxNzg2MTYyOTMzMjExNDkxODU4 2026/08/08 04:22:13 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2026/08/08 04:22:13 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/08/08 04:22:13 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjhkZGJiZDI3LTdjY2MtNGQzMy1iNGQ2LWEwNDE0Y2M4MGU3ZngxNzg2MTYyOTMzMjExNDkxODU4" finished 2026/08/08 04:22:13 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Multipart upload Etag: 3206ce1fe2872bce7fc98309c9c126a0-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2026/08/08 04:22:13 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmYzNWM0NGNiLWQwM2YtNDI5ZC05MTBmLTRlOTEzOTczYzI1ZXgxNzg2MTYyOTMzODc2NTcxNDI1 2026/08/08 04:22:14 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2026/08/08 04:22:14 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/08/08 04:22:14 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2026/08/08 04:22:14 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2026/08/08 04:22:14 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2026/08/08 04:22:14 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2026/08/08 04:22:14 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmYzNWM0NGNiLWQwM2YtNDI5ZC05MTBmLTRlOTEzOTczYzI1ZXgxNzg2MTYyOTMzODc2NTcxNDI1" finished 2026/08/08 04:22:14 DEBUG : chunked-5.054Mi-10.109Mi.bin: Multipart upload Etag: ca2015b20b6523be232378f6c43a655e-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2026/08/08 04:22:14 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmRhNzI2ZmZhLTJhMDAtNDQyMi04NzZmLWYwODdlMGI2NWRjNHgxNzg2MTYyOTM0OTk2MDA1Njk4 2026/08/08 04:22:15 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2026/08/08 04:22:15 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/08/08 04:22:15 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2026/08/08 04:22:15 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2026/08/08 04:22:15 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2026/08/08 04:22:15 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2026/08/08 04:22:15 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmRhNzI2ZmZhLTJhMDAtNDQyMi04NzZmLWYwODdlMGI2NWRjNHgxNzg2MTYyOTM0OTk2MDA1Njk4" finished 2026/08/08 04:22:15 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Multipart upload Etag: ca2015b20b6523be232378f6c43a655e-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2026/08/08 04:22:16 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjAzYzE1M2Q5LTNhN2EtNDQzMS1iYzEwLTU4ZjY3MGM2ZDZkOXgxNzg2MTYyOTM2MjMwNTcyOTI1 2026/08/08 04:22:16 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/08/08 04:22:16 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2026/08/08 04:22:16 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjAzYzE1M2Q5LTNhN2EtNDQzMS1iYzEwLTU4ZjY3MGM2ZDZkOXgxNzg2MTYyOTM2MjMwNTcyOTI1" finished 2026/08/08 04:22:16 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Multipart upload Etag: 71944443394f5a6630c3e854be917d49-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2026/08/08 04:22:16 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmIxMzA5OGZkLTk0NWQtNDAwYy1iMjY3LTczNDBjMmM2M2JhOHgxNzg2MTYyOTM2NjAxMjU2Nzc1 2026/08/08 04:22:16 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2026/08/08 04:22:16 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/08/08 04:22:16 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmIxMzA5OGZkLTk0NWQtNDAwYy1iMjY3LTczNDBjMmM2M2JhOHgxNzg2MTYyOTM2NjAxMjU2Nzc1" finished 2026/08/08 04:22:16 DEBUG : chunked-5.055Mi-5.055Mi.bin: Multipart upload Etag: 2dd0af08a18bb9524235b819d990351b-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2026/08/08 04:22:17 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmQzMzM4Y2VmLTM2YTMtNDgwMS05YWZiLTEzYWJjZTViMDU2YXgxNzg2MTYyOTM2OTk5MTk0NDk5 2026/08/08 04:22:17 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/08/08 04:22:17 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/08/08 04:22:17 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmQzMzM4Y2VmLTM2YTMtNDgwMS05YWZiLTEzYWJjZTViMDU2YXgxNzg2MTYyOTM2OTk5MTk0NDk5" finished 2026/08/08 04:22:17 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Multipart upload Etag: 2dd0af08a18bb9524235b819d990351b-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2026/08/08 04:22:17 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjhlNmNiZDFjLTUxMjUtNDdlOS04ZWE2LTI2YWIwM2VkNjlhNXgxNzg2MTYyOTM3NTY1NDYxNDk4 2026/08/08 04:22:17 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2026/08/08 04:22:17 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/08/08 04:22:18 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2026/08/08 04:22:18 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2026/08/08 04:22:18 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/08/08 04:22:18 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2026/08/08 04:22:18 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjhlNmNiZDFjLTUxMjUtNDdlOS04ZWE2LTI2YWIwM2VkNjlhNXgxNzg2MTYyOTM3NTY1NDYxNDk4" finished 2026/08/08 04:22:18 DEBUG : chunked-5.055Mi-10.109Mi.bin: Multipart upload Etag: 65ca3f2f064ee118f2db3a528b303125-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2026/08/08 04:22:18 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjA5N2RmMmViLTM0NzMtNGNlNy05ZTJjLWJlOGFkNzc1ZTU2MHgxNzg2MTYyOTM4NTIzNDk1Mzkz 2026/08/08 04:22:18 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/08/08 04:22:18 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/08/08 04:22:19 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2026/08/08 04:22:19 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2026/08/08 04:22:19 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/08/08 04:22:19 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2026/08/08 04:22:19 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjA5N2RmMmViLTM0NzMtNGNlNy05ZTJjLWJlOGFkNzc1ZTU2MHgxNzg2MTYyOTM4NTIzNDk1Mzkz" finished 2026/08/08 04:22:19 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Multipart upload Etag: 65ca3f2f064ee118f2db3a528b303125-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2026/08/08 04:22:20 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjAxNWFhOTJjLTNjMmItNDExNS05YjZjLThmYjc3ZjA3ZWQwNXgxNzg2MTYyOTQwMTAzNjMyMTAx 2026/08/08 04:22:20 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2026/08/08 04:22:20 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2026/08/08 04:22:20 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjAxNWFhOTJjLTNjMmItNDExNS05YjZjLThmYjc3ZjA3ZWQwNXgxNzg2MTYyOTQwMTAzNjMyMTAx" finished 2026/08/08 04:22:20 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Multipart upload Etag: 350df36975967a82a7468a62a63e0761-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2026/08/08 04:22:20 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmMzM2YzMzUxLTQ0YTQtNDk1YS05MDVjLTQyN2Q4ZjhmNDRlMHgxNzg2MTYyOTQwNzM3NzExMjEx 2026/08/08 04:22:21 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2026/08/08 04:22:21 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/08/08 04:22:21 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmMzM2YzMzUxLTQ0YTQtNDk1YS05MDVjLTQyN2Q4ZjhmNDRlMHgxNzg2MTYyOTQwNzM3NzExMjEx" finished 2026/08/08 04:22:21 DEBUG : chunked-6.667Mi-6.667Mi.bin: Multipart upload Etag: d8a820173c91e166112e77c629504581-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2026/08/08 04:22:21 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmVjYmFlOTU1LTZmN2MtNDhlMi05NWI0LWMwNDU2ZmE0ZDdjMngxNzg2MTYyOTQxMzI5MTQyMDg3 2026/08/08 04:22:21 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2026/08/08 04:22:21 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/08/08 04:22:21 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmVjYmFlOTU1LTZmN2MtNDhlMi05NWI0LWMwNDU2ZmE0ZDdjMngxNzg2MTYyOTQxMzI5MTQyMDg3" finished 2026/08/08 04:22:21 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Multipart upload Etag: d8a820173c91e166112e77c629504581-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2026/08/08 04:22:21 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjFiYmU4ZTIxLWZmNmMtNDI1Ni05ODRjLTFkZmQyZmE1YWFmMXgxNzg2MTYyOTQxOTQzMjU5OTM0 2026/08/08 04:22:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2026/08/08 04:22:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/08/08 04:22:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2026/08/08 04:22:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2026/08/08 04:22:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2026/08/08 04:22:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2026/08/08 04:22:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjFiYmU4ZTIxLWZmNmMtNDI1Ni05ODRjLTFkZmQyZmE1YWFmMXgxNzg2MTYyOTQxOTQzMjU5OTM0" finished 2026/08/08 04:22:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: Multipart upload Etag: 4544b41f053fa26e7f5f5e06ac981f9b-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2026/08/08 04:22:23 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjNmMWU4MWRmLWViODgtNDY5Yy1iOTRiLTliMzcxMzA2NmI5ZngxNzg2MTYyOTQzMTMwNTcyNzA1 2026/08/08 04:22:23 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2026/08/08 04:22:23 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/08/08 04:22:23 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2026/08/08 04:22:23 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2026/08/08 04:22:23 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2026/08/08 04:22:23 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2026/08/08 04:22:23 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjNmMWU4MWRmLWViODgtNDY5Yy1iOTRiLTliMzcxMzA2NmI5ZngxNzg2MTYyOTQzMTMwNTcyNzA1" finished 2026/08/08 04:22:23 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Multipart upload Etag: 4544b41f053fa26e7f5f5e06ac981f9b-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2026/08/08 04:22:25 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmI1NGVhOWZjLWYzOTMtNDAwOS1hNmJmLWQ3NGFlYjI1ZWM3N3gxNzg2MTYyOTQ1MTA0NDkxMTg4 2026/08/08 04:22:25 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2026/08/08 04:22:25 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2026/08/08 04:22:25 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmI1NGVhOWZjLWYzOTMtNDAwOS1hNmJmLWQ3NGFlYjI1ZWM3N3gxNzg2MTYyOTQ1MTA0NDkxMTg4" finished 2026/08/08 04:22:25 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Multipart upload Etag: 73257af479153e674253a5b4105cb323-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2026/08/08 04:22:25 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjZlYjBlNWQwLTA2ZjQtNDNiNy04NjljLTA1NWFlNWEwMTQ0OXgxNzg2MTYyOTQ1ODU3NjAzOTcz 2026/08/08 04:22:26 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2026/08/08 04:22:26 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/08/08 04:22:26 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjZlYjBlNWQwLTA2ZjQtNDNiNy04NjljLTA1NWFlNWEwMTQ0OXgxNzg2MTYyOTQ1ODU3NjAzOTcz" finished 2026/08/08 04:22:26 DEBUG : chunked-8Mi-8Mi.bin: Multipart upload Etag: e039da9ee1fa336ed66c53824ac058a7-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2026/08/08 04:22:26 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjMwODg5YTc1LTQ0ZDMtNGI1Mi1iMTEzLTgxY2M2MTUzZjE1Y3gxNzg2MTYyOTQ2NTk1NDg0OTU0 2026/08/08 04:22:26 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2026/08/08 04:22:27 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/08/08 04:22:27 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjMwODg5YTc1LTQ0ZDMtNGI1Mi1iMTEzLTgxY2M2MTUzZjE1Y3gxNzg2MTYyOTQ2NTk1NDg0OTU0" finished 2026/08/08 04:22:27 DEBUG : chunked-8Mi-8Mi-streamed.bin: Multipart upload Etag: e039da9ee1fa336ed66c53824ac058a7-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2026/08/08 04:22:27 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjc4ZDkxNTA2LTMyMTktNDRhZS05MGQ4LTY4ODc0YWFkNDE1YngxNzg2MTYyOTQ3MzU4NDE1NTUz 2026/08/08 04:22:27 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2026/08/08 04:22:27 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/08/08 04:22:28 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2026/08/08 04:22:28 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2026/08/08 04:22:28 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/08/08 04:22:28 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2026/08/08 04:22:28 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjc4ZDkxNTA2LTMyMTktNDRhZS05MGQ4LTY4ODc0YWFkNDE1YngxNzg2MTYyOTQ3MzU4NDE1NTUz" finished 2026/08/08 04:22:28 DEBUG : chunked-8Mi-16.000Mi.bin: Multipart upload Etag: 8159f92760ea8c075536ff3ae4c4cbe0-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2026/08/08 04:22:28 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmU0ZGU3NGM2LWMzOGUtNDE1ZS04N2UyLTc3Y2Q0MzA2ZWI0OXgxNzg2MTYyOTQ4NjgyMDcxODU5 2026/08/08 04:22:29 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2026/08/08 04:22:29 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/08/08 04:22:29 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2026/08/08 04:22:29 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2026/08/08 04:22:29 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/08/08 04:22:29 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2026/08/08 04:22:29 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmU0ZGU3NGM2LWMzOGUtNDE1ZS04N2UyLTc3Y2Q0MzA2ZWI0OXgxNzg2MTYyOTQ4NjgyMDcxODU5" finished 2026/08/08 04:22:29 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Multipart upload Etag: 8159f92760ea8c075536ff3ae4c4cbe0-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2026/08/08 04:22:30 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmEwN2Q0NGJiLTdiYTgtNDQ3NS04YmU5LWZjZDAyNGNkYjhhMHgxNzg2MTYyOTUwODI5MzExMDAy 2026/08/08 04:22:31 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2026/08/08 04:22:31 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2026/08/08 04:22:31 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmEwN2Q0NGJiLTdiYTgtNDQ3NS04YmU5LWZjZDAyNGNkYjhhMHgxNzg2MTYyOTUwODI5MzExMDAy" finished 2026/08/08 04:22:31 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Multipart upload Etag: 589cafb3633e59e0f5a6ff05c8f082c4-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2026/08/08 04:22:31 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmZjNzhiZThhLTZiZDQtNDhiNy04ZDI2LTJlNjI0MzQ3MTFiNXgxNzg2MTYyOTUxNzA2NDc0MjMy 2026/08/08 04:22:32 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2026/08/08 04:22:32 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/08/08 04:22:32 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmZjNzhiZThhLTZiZDQtNDhiNy04ZDI2LTJlNjI0MzQ3MTFiNXgxNzg2MTYyOTUxNzA2NDc0MjMy" finished 2026/08/08 04:22:32 DEBUG : chunked-10Mi-10Mi.bin: Multipart upload Etag: 4fbc18713bfa7c8ba8c1bff45c2f75f7-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2026/08/08 04:22:32 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjMwYTkzYmM5LTI3NmUtNDg4Yi1iNjllLTZjNzYzMzA5YzEzYXgxNzg2MTYyOTUyNjAwOTk1NDc5 2026/08/08 04:22:33 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2026/08/08 04:22:33 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/08/08 04:22:33 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjMwYTkzYmM5LTI3NmUtNDg4Yi1iNjllLTZjNzYzMzA5YzEzYXgxNzg2MTYyOTUyNjAwOTk1NDc5" finished 2026/08/08 04:22:33 DEBUG : chunked-10Mi-10Mi-streamed.bin: Multipart upload Etag: 4fbc18713bfa7c8ba8c1bff45c2f75f7-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2026/08/08 04:22:33 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjJiMDcxNDg2LTA2M2QtNGIwMS05MDQ0LWU3ZGEyNDc2MTZiNXgxNzg2MTYyOTUzNTE0OTcwMjk3 2026/08/08 04:22:33 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2026/08/08 04:22:34 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/08/08 04:22:34 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2026/08/08 04:22:34 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2026/08/08 04:22:34 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2026/08/08 04:22:34 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2026/08/08 04:22:34 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjJiMDcxNDg2LTA2M2QtNGIwMS05MDQ0LWU3ZGEyNDc2MTZiNXgxNzg2MTYyOTUzNTE0OTcwMjk3" finished 2026/08/08 04:22:34 DEBUG : chunked-10Mi-20.000Mi.bin: Multipart upload Etag: a7011c69cf0e728d9aa35b0c69e31aa9-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2026/08/08 04:22:35 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjY3MzExNzE1LTJiZDEtNDRjZi1hNmJhLTg2YzQxZWFmYzYwMHgxNzg2MTYyOTU1MjI2NzcwMDA2 2026/08/08 04:22:35 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2026/08/08 04:22:35 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/08/08 04:22:36 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2026/08/08 04:22:36 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2026/08/08 04:22:36 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2026/08/08 04:22:36 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2026/08/08 04:22:36 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjY3MzExNzE1LTJiZDEtNDRjZi1hNmJhLTg2YzQxZWFmYzYwMHgxNzg2MTYyOTU1MjI2NzcwMDA2" finished 2026/08/08 04:22:36 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Multipart upload Etag: a7011c69cf0e728d9aa35b0c69e31aa9-3 OK === RUN TestIntegration/FsMkdir/FsPutShortEOF === RUN TestIntegration/FsMkdir/FsPutShortEOF/Simple 2026/08/08 04:22:36 DEBUG : pacer: low level retry 1/1 (error operation error S3: PutObject, exceeded maximum number of attempts, 1, https response error StatusCode: 0, RequestID: , HostID: , request send failed, Put "http://127.0.0.1:28625/rclone-test-mebixod8newo/short-eof.bin?x-id=PutObject": net/http: HTTP/1.x transport connection broken: http: ContentLength=10240 with Body length 5120) 2026/08/08 04:22:36 DEBUG : pacer: Rate limited, increasing sleep to 10ms fstests.go:2596: Put returned an error (acceptable): operation error S3: PutObject, exceeded maximum number of attempts, 1, https response error StatusCode: 0, RequestID: , HostID: , request send failed, Put "http://127.0.0.1:28625/rclone-test-mebixod8newo/short-eof.bin?x-id=PutObject": net/http: HTTP/1.x transport connection broken: http: ContentLength=10240 with Body length 5120 2026/08/08 04:22:36 DEBUG : pacer: Reducing sleep to 0s === RUN TestIntegration/FsMkdir/FsPutShortEOF/Chunked 2026/08/08 04:22:36 DEBUG : short-eof-chunked.bin: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmViOTA0ZjE5LTQxMjEtNGEyYy04NDYyLWYwYmFiNDNmZWFmYngxNzg2MTYyOTU2OTQ5NjQ1NzY3 2026/08/08 04:22:36 DEBUG : short-eof-chunked.bin: multipart upload: starting chunk 0 size 5Mi offset 0/20Mi 2026/08/08 04:22:36 DEBUG : short-eof-chunked.bin: multipart upload: starting chunk 1 size 2.500Mi offset 5Mi/20Mi 2026/08/08 04:22:37 DEBUG : short-eof-chunked.bin: multipart upload wrote chunk 2 with 2621440 bytes and etag "6a4c59f4ec786fff5e8e6a5950a88e26" 2026/08/08 04:22:37 DEBUG : short-eof-chunked.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "e59d10174edb00902d5a8ddd8a5d1284" 2026/08/08 04:22:37 DEBUG : short-eof-chunked.bin: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLmViOTA0ZjE5LTQxMjEtNGEyYy04NDYyLWYwYmFiNDNmZWFmYngxNzg2MTYyOTU2OTQ5NjQ1NzY3" finished 2026/08/08 04:22:37 DEBUG : short-eof-chunked.bin: Multipart upload Etag: 6c755a1c96c2f1d4080d5bdb653c1a09-2 OK === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2026/08/08 04:22:37 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2026/08/08 04:22:37 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2026/08/08 04:22:38 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2026/08/08 04:22:39 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2026/08/08 04:22:40 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2026/08/08 04:22:40 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjI5YWY5ODk3LTkzMDEtNDNhYi05N2QyLThiNjVlNzU2YTZiN3gxNzg2MTYyOTYwODUxNTUwNzgw 2026/08/08 04:22:40 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2026/08/08 04:22:40 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "50ee3224c16d24c6613445a298845699" 2026/08/08 04:22:40 DEBUG : unknown-size-put.txt: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjI5YWY5ODk3LTkzMDEtNDNhYi05N2QyLThiNjVlNzU2YTZiN3gxNzg2MTYyOTYwODUxNTUwNzgw" finished 2026/08/08 04:22:40 DEBUG : unknown-size-put.txt: Multipart upload Etag: b585aea14180f858b87568d997038b9d-1 OK === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2026/08/08 04:22:40 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjZmMDQxOGVmLTU0MmYtNGM4Mi1hZDgxLTJjNmIyM2RhMjE1ZngxNzg2MTYyOTYwODc3NDk2NjE0 2026/08/08 04:22:40 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2026/08/08 04:22:40 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "3103daa20caf2cd94f8438a7be6c8035" 2026/08/08 04:22:40 DEBUG : unknown-size-update.txt: multipart upload "N2RlZDA2YWItMzNhZC00ZTI3LTljY2QtZDY3YWZiMjQzNGZlLjZmMDQxOGVmLTU0MmYtNGM4Mi1hZDgxLTJjNmIyM2RhMjE1ZngxNzg2MTYyOTYwODc3NDk2NjE0" finished 2026/08/08 04:22:40 DEBUG : unknown-size-update.txt: Multipart upload Etag: fac4ff99bfd8680892d18af1982c82dd-1 OK === RUN TestIntegration/FsMkdir/FsRootCollapse 2026/08/08 04:22:40 DEBUG : Creating backend with remote "TestS3Minio:rclone-test-mebixod8newo/deeper/nonexisting/directory" 2026/08/08 04:22:40 DEBUG : Setting type="s3" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_TYPE 2026/08/08 04:22:40 DEBUG : Setting provider="Minio" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_PROVIDER 2026/08/08 04:22:40 DEBUG : Setting access_key_id="rclone" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ACCESS_KEY_ID 2026/08/08 04:22:40 DEBUG : Setting secret_access_key="AxedBodedGinger7" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_SECRET_ACCESS_KEY 2026/08/08 04:22:40 DEBUG : Setting endpoint="http://127.0.0.1:28625/" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ENDPOINT 2026/08/08 04:22:40 DEBUG : TestS3Minio: detected overridden config - adding "{axEg-}" suffix to name 2026/08/08 04:22:40 DEBUG : Setting provider="Minio" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_PROVIDER 2026/08/08 04:22:40 DEBUG : Setting access_key_id="rclone" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ACCESS_KEY_ID 2026/08/08 04:22:40 DEBUG : Setting secret_access_key="AxedBodedGinger7" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_SECRET_ACCESS_KEY 2026/08/08 04:22:40 DEBUG : Setting endpoint="http://127.0.0.1:28625/" for "TestS3Minio" from environment variable RCLONE_CONFIG_TESTS3MINIO_ENDPOINT === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2831: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2874: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2923: Can't test if can't have empty directories 2026/08/08 04:22:40 DEBUG : Waiting for deletions to finish 2026/08/08 04:22:40 DEBUG : "chunked-10Mi-10.000Mi-streamed-v2026-08-08-042231-702.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-10Mi-10.000Mi-streamed-v2026-08-08-042231-702.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 DEBUG : "chunked-10Mi-10.000Mi-v2026-08-08-042230-823.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-10Mi-10.000Mi-v2026-08-08-042230-823.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 DEBUG : "chunked-10Mi-10Mi-streamed-v2026-08-08-042233-511.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-10Mi-10Mi-streamed-v2026-08-08-042233-511.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 DEBUG : "chunked-10Mi-10Mi-v2026-08-08-042232-593.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-10Mi-10Mi-v2026-08-08-042232-593.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 DEBUG : "chunked-10Mi-20.000Mi-streamed-v2026-08-08-042236-879.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-10Mi-20.000Mi-streamed-v2026-08-08-042236-879.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 DEBUG : "chunked-10Mi-20.000Mi-v2026-08-08-042235-222.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-10Mi-20.000Mi-v2026-08-08-042235-222.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 DEBUG : "chunked-5.054Mi-10.109Mi-streamed-v2026-08-08-042215-869.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-5.054Mi-10.109Mi-streamed-v2026-08-08-042215-869.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 DEBUG : "chunked-5.054Mi-10.109Mi-v2026-08-08-042214-991.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-5.054Mi-10.109Mi-v2026-08-08-042214-991.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 DEBUG : "chunked-5.054Mi-5.054Mi-streamed-v2026-08-08-042213-872.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-5.054Mi-5.054Mi-streamed-v2026-08-08-042213-872.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 DEBUG : "chunked-5.054Mi-5.054Mi-v2026-08-08-042213-206.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-5.054Mi-5.054Mi-v2026-08-08-042213-206.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 DEBUG : "chunked-5.055Mi-10.109Mi-streamed-v2026-08-08-042219-462.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-5.055Mi-10.109Mi-streamed-v2026-08-08-042219-462.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 DEBUG : "chunked-5.055Mi-10.109Mi-v2026-08-08-042218-517.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-5.055Mi-10.109Mi-v2026-08-08-042218-517.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 DEBUG : "chunked-5.055Mi-5.055Mi-streamed-v2026-08-08-042217-555.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-5.055Mi-5.055Mi-streamed-v2026-08-08-042217-555.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 INFO : chunked-10Mi-10.000Mi-v2026-08-08-042230-823.bin: Deleted 2026/08/08 04:22:40 DEBUG : "chunked-5.055Mi-5.055Mi-v2026-08-08-042216-995.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-5.055Mi-5.055Mi-v2026-08-08-042216-995.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 INFO : chunked-10Mi-10.000Mi-streamed-v2026-08-08-042231-702.bin: Deleted 2026/08/08 04:22:40 DEBUG : "chunked-5Mi-10.000Mi-streamed-v2026-08-08-042211-662.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-5Mi-10.000Mi-streamed-v2026-08-08-042211-662.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 INFO : chunked-5.054Mi-10.109Mi-streamed-v2026-08-08-042215-869.bin: Deleted 2026/08/08 04:22:40 DEBUG : "chunked-5Mi-10.000Mi-v2026-08-08-042210-810.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-5Mi-10.000Mi-v2026-08-08-042210-810.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 INFO : chunked-10Mi-20.000Mi-v2026-08-08-042235-222.bin: Deleted 2026/08/08 04:22:40 DEBUG : "chunked-5Mi-5.000Mi-streamed-v2026-08-08-042208-908.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-5Mi-5.000Mi-streamed-v2026-08-08-042208-908.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 INFO : chunked-5.055Mi-10.109Mi-v2026-08-08-042218-517.bin: Deleted 2026/08/08 04:22:40 DEBUG : "chunked-5Mi-5.000Mi-v2026-08-08-042208-386.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-5Mi-5.000Mi-v2026-08-08-042208-386.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 INFO : chunked-5.055Mi-10.109Mi-streamed-v2026-08-08-042219-462.bin: Deleted 2026/08/08 04:22:40 DEBUG : "chunked-5Mi-5Mi-streamed-v2026-08-08-042209-962.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-5Mi-5Mi-streamed-v2026-08-08-042209-962.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 INFO : chunked-10Mi-10Mi-v2026-08-08-042232-593.bin: Deleted 2026/08/08 04:22:40 DEBUG : "chunked-5Mi-5Mi-v2026-08-08-042209-423.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-5Mi-5Mi-v2026-08-08-042209-423.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 INFO : chunked-5.054Mi-5.054Mi-v2026-08-08-042213-206.bin: Deleted 2026/08/08 04:22:40 DEBUG : "chunked-6.667Mi-13.333Mi-streamed-v2026-08-08-042224-412.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-6.667Mi-13.333Mi-streamed-v2026-08-08-042224-412.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 INFO : chunked-5.055Mi-5.055Mi-v2026-08-08-042216-995.bin: Deleted 2026/08/08 04:22:40 DEBUG : "chunked-6.667Mi-13.333Mi-v2026-08-08-042223-127.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-6.667Mi-13.333Mi-v2026-08-08-042223-127.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 INFO : chunked-5.055Mi-5.055Mi-streamed-v2026-08-08-042217-555.bin: Deleted 2026/08/08 04:22:40 DEBUG : "chunked-6.667Mi-6.667Mi-streamed-v2026-08-08-042221-939.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-6.667Mi-6.667Mi-streamed-v2026-08-08-042221-939.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 INFO : chunked-5Mi-10.000Mi-streamed-v2026-08-08-042211-662.bin: Deleted 2026/08/08 04:22:40 DEBUG : "chunked-6.667Mi-6.667Mi-v2026-08-08-042221-323.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-6.667Mi-6.667Mi-v2026-08-08-042221-323.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 INFO : chunked-5Mi-5.000Mi-streamed-v2026-08-08-042208-908.bin: Deleted 2026/08/08 04:22:40 INFO : chunked-5.054Mi-10.109Mi-v2026-08-08-042214-991.bin: Deleted 2026/08/08 04:22:40 INFO : chunked-5Mi-10.000Mi-v2026-08-08-042210-810.bin: Deleted 2026/08/08 04:22:40 DEBUG : "chunked-8Mi-16.000Mi-streamed-v2026-08-08-042229-999.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-8Mi-16.000Mi-streamed-v2026-08-08-042229-999.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 DEBUG : "chunked-8Mi-16.000Mi-v2026-08-08-042228-678.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-8Mi-16.000Mi-v2026-08-08-042228-678.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 DEBUG : "chunked-8Mi-8.000Mi-streamed-v2026-08-08-042225-851.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-8Mi-8.000Mi-streamed-v2026-08-08-042225-851.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 INFO : chunked-10Mi-20.000Mi-streamed-v2026-08-08-042236-879.bin: Deleted 2026/08/08 04:22:40 INFO : chunked-5Mi-5.000Mi-v2026-08-08-042208-386.bin: Deleted 2026/08/08 04:22:40 DEBUG : "chunked-8Mi-8.000Mi-v2026-08-08-042225-100.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-8Mi-8.000Mi-v2026-08-08-042225-100.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 DEBUG : "chunked-8Mi-8Mi-streamed-v2026-08-08-042227-352.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-8Mi-8Mi-streamed-v2026-08-08-042227-352.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 INFO : chunked-10Mi-10Mi-streamed-v2026-08-08-042233-511.bin: Deleted 2026/08/08 04:22:40 DEBUG : "chunked-8Mi-8Mi-v2026-08-08-042226-590.bin" version true 2026/08/08 04:22:40 DEBUG : chunked-8Mi-8Mi-v2026-08-08-042226-590.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 INFO : chunked-5Mi-5Mi-v2026-08-08-042209-423.bin: Deleted 2026/08/08 04:22:40 DEBUG : "chunked-copy-v2026-08-08-042240-848" version true 2026/08/08 04:22:40 DEBUG : chunked-copy-v2026-08-08-042240-848: Deleting delete marker (id "null") 2026/08/08 04:22:40 INFO : chunked-5.054Mi-5.054Mi-streamed-v2026-08-08-042213-872.bin: Deleted 2026/08/08 04:22:40 DEBUG : "chunked-copy-v2026-08-08-042240-844.copy" version true 2026/08/08 04:22:40 DEBUG : chunked-copy-v2026-08-08-042240-844.copy: Deleting delete marker (id "null") 2026/08/08 04:22:40 INFO : chunked-6.667Mi-6.667Mi-streamed-v2026-08-08-042221-939.bin: Deleted 2026/08/08 04:22:40 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2026/08/08 04:22:40 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "null") 2026/08/08 04:22:40 INFO : chunked-6.667Mi-13.333Mi-streamed-v2026-08-08-042224-412.bin: Deleted 2026/08/08 04:22:40 DEBUG : "short-eof-chunked-v2026-08-08-042237-046.bin" version true 2026/08/08 04:22:40 DEBUG : short-eof-chunked-v2026-08-08-042237-046.bin: Deleting delete marker (id "null") 2026/08/08 04:22:40 INFO : chunked-8Mi-8.000Mi-v2026-08-08-042225-100.bin: Deleted 2026/08/08 04:22:40 DEBUG : "unknown-size-put-v2026-08-08-042240-866.txt" version true 2026/08/08 04:22:40 DEBUG : unknown-size-put-v2026-08-08-042240-866.txt: Deleting delete marker (id "null") 2026/08/08 04:22:40 INFO : chunked-8Mi-16.000Mi-v2026-08-08-042228-678.bin: Deleted 2026/08/08 04:22:40 DEBUG : "unknown-size-update-v2026-08-08-042240-894.txt" version true 2026/08/08 04:22:40 DEBUG : unknown-size-update-v2026-08-08-042240-894.txt: Deleting delete marker (id "null") 2026/08/08 04:22:40 INFO : chunked-6.667Mi-13.333Mi-v2026-08-08-042223-127.bin: Deleted 2026/08/08 04:22:40 DEBUG : "versions/test-versions-v2026-08-08-042207-777.txt" version true 2026/08/08 04:22:40 DEBUG : versions/test-versions-v2026-08-08-042207-777.txt: Deleting delete marker (id "2cc5cd7a-5b25-4cfb-9082-e0865b7134a1") 2026/08/08 04:22:40 INFO : chunked-copy-v2026-08-08-042240-844.copy: Deleted 2026/08/08 04:22:40 INFO : chunked-8Mi-8Mi-streamed-v2026-08-08-042227-352.bin: Deleted 2026/08/08 04:22:40 INFO : chunked-8Mi-16.000Mi-streamed-v2026-08-08-042229-999.bin: Deleted 2026/08/08 04:22:40 INFO : chunked-6.667Mi-6.667Mi-v2026-08-08-042221-323.bin: Deleted 2026/08/08 04:22:40 INFO : chunked-8Mi-8.000Mi-streamed-v2026-08-08-042225-851.bin: Deleted 2026/08/08 04:22:40 DEBUG : "versions/test-versions-v2026-08-08-042207-679.txt" version true 2026/08/08 04:22:40 DEBUG : versions/test-versions-v2026-08-08-042207-679.txt: Deleting (id "33fa1b32-0f32-4815-b0e9-ff5e039a5084") 2026/08/08 04:22:40 INFO : unknown-size-update-v2026-08-08-042240-894.txt: Deleted 2026/08/08 04:22:40 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2026/08/08 04:22:40 INFO : short-eof-chunked-v2026-08-08-042237-046.bin: Deleted 2026/08/08 04:22:40 INFO : chunked-8Mi-8Mi-v2026-08-08-042226-590.bin: Deleted 2026/08/08 04:22:40 INFO : chunked-5Mi-5Mi-streamed-v2026-08-08-042209-962.bin: Deleted 2026/08/08 04:22:40 INFO : unknown-size-put-v2026-08-08-042240-866.txt: Deleted 2026/08/08 04:22:40 INFO : chunked-copy-v2026-08-08-042240-848: Deleted 2026/08/08 04:22:40 INFO : versions/test-versions-v2026-08-08-042207-679.txt: Deleted 2026/08/08 04:22:40 INFO : versions/test-versions-v2026-08-08-042207-777.txt: Deleted 2026/08/08 04:22:40 INFO : S3 bucket rclone-test-mebixod8newo: Bucket "rclone-test-mebixod8newo" deleted 2026/08/08 04:22:40 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:3037: Shutdown method not supported 2026/08/08 04:22:40 NOTICE: TestS3Minio: Stopping server --- PASS: TestIntegration (42.57s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.00s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.00s) --- PASS: TestIntegration/FsMkdir (40.48s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.01s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding (0.34s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.02s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.01s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (0.35s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (6.66s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (0.02s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/full_read (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/seek_read (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/range_read (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/range_read_to_end (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/refresh (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (6.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/HasChildren (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (6.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadCurrent (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadVersion (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewObject (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewFs (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/List (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/NewObject (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/List (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/NewObject (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/List (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/NewObject (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/NewObject (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Mkdir (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/Retention (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/LegalHold (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/SetAfterUpload (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/Multipart (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/Presigned (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (28.97s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (3.76s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (1.00s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (0.52s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (1.05s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (0.54s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (1.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (0.85s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (4.21s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (1.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (0.51s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (1.20s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (0.67s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (2.00s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (0.88s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (3.59s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (0.73s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (0.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (0.96s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (0.57s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (1.90s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (0.94s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (4.95s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (1.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (0.63s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (1.21s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (0.61s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (2.47s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (1.29s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (5.59s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (1.44s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (0.75s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (1.50s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (0.76s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (2.65s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (1.32s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (6.88s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (1.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (0.88s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (1.81s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (0.91s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (3.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (1.66s) --- PASS: TestIntegration/FsMkdir/FsPutShortEOF (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutShortEOF/Simple (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutShortEOF/Chunked (0.16s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (3.80s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (0.46s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (0.49s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (0.86s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (1.00s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (1.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (0.05s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.02s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (0.03s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.01s) --- SKIP: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- SKIP: TestIntegration/FsShutdown (0.00s) === RUN TestIntegration2 s3_test.go:366: skipping as -remote is set --- SKIP: TestIntegration2 (0.00s) === RUN TestAWSDualStackOption 2026/08/08 04:22:41 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2026/08/08 04:22:41 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) === RUN TestParseRetainUntilDate === RUN TestParseRetainUntilDate/RFC3339_date === RUN TestParseRetainUntilDate/RFC3339_date_with_timezone === RUN TestParseRetainUntilDate/duration_days === RUN TestParseRetainUntilDate/duration_hours === RUN TestParseRetainUntilDate/duration_minutes === RUN TestParseRetainUntilDate/invalid_input === RUN TestParseRetainUntilDate/empty_input --- PASS: TestParseRetainUntilDate (0.00s) --- PASS: TestParseRetainUntilDate/RFC3339_date (0.00s) --- PASS: TestParseRetainUntilDate/RFC3339_date_with_timezone (0.00s) --- PASS: TestParseRetainUntilDate/duration_days (0.00s) --- PASS: TestParseRetainUntilDate/duration_hours (0.00s) --- PASS: TestParseRetainUntilDate/duration_minutes (0.00s) --- PASS: TestParseRetainUntilDate/invalid_input (0.00s) --- PASS: TestParseRetainUntilDate/empty_input (0.00s) PASS ok github.com/rclone/rclone/backend/s3 42.642s "go test -v -timeout 1h0m0s -remote TestS3Minio: -verbose" - Finished OK in 44.432417712s (try 1/5)