"go test -v -timeout 1h0m0s -remote 'TestGoogleCloudStorage,directory_markers:' -verbose -test.run '^TestIntegration$/^FsMkdir$/^(FsListDirEmpty|FsListRDirEmpty|FsMkdirRmdirSubdir|FsPutFiles|FsPutZeroLength)$|^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|control_chars|dot|dot_dot|invalid_UTF-8|leading_CR|leading_HT|leading_LF|leading_VT|leading_dot|leading_space|leading_tilde|punctuation|trailing_CR|trailing_HT|trailing_LF|trailing_VT|trailing_dot|trailing_space)$|^TestIntegration$/^FsMkdir$/^FsUploadUnknownSize$/^FsUpdateUnknownSize$'" - Starting (try 2/5) === RUN TestIntegration fstests.go:438: Using remote "TestGoogleCloudStorage,directory_markers:" 2025/07/08 03:20:53 NOTICE: TestGoogleCloudStorage,directory_markers: Starting server 2025/07/08 03:20:53 DEBUG : Creating backend with remote "TestGoogleCloudStorage,directory_markers:rclone-test-wiwukur6yehe" 2025/07/08 03:20:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/08 03:20:53 DEBUG : TestGoogleCloudStorage: detected overridden config - adding "{juk_h}" suffix to name === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/07/08 03:20:54 INFO : dir/subdir: Making directory 2025/07/08 03:20:55 DEBUG : dir/subdir/: Creating directory marker 2025/07/08 03:20:56 DEBUG : dir/: Creating directory marker 2025/07/08 03:20:56 INFO : dir/subdir: Removing directory 2025/07/08 03:20:56 DEBUG : dir/subdir/: Removing directory marker 2025/07/08 03:20:56 INFO : dir: Removing directory 2025/07/08 03:20:56 DEBUG : dir/: Removing directory marker === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:707: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2025/07/08 03:20:58 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/: Creating directory marker 2025/07/08 03:20:59 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/: Removing directory marker === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:707: testing "." 2025/07/08 03:21:00 DEBUG : ./: Creating directory marker 2025/07/08 03:21:01 DEBUG : ./: Removing directory marker === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:707: testing ".." 2025/07/08 03:21:02 DEBUG : ../: Creating directory marker 2025/07/08 03:21:03 DEBUG : ../: Removing directory marker === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2025/07/08 03:21:03 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/: Creating directory marker 2025/07/08 03:21:05 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/: Removing directory marker === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:707: testing " leading space" 2025/07/08 03:21:05 DEBUG : leading space/: Creating directory marker 2025/07/08 03:21:06 DEBUG : leading space/: Removing directory marker === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:707: testing "~leading tilde" 2025/07/08 03:21:07 DEBUG : ~leading tilde/: Creating directory marker 2025/07/08 03:21:08 DEBUG : ~leading tilde/: Removing directory marker === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:707: testing "␍leading CR" 2025/07/08 03:21:09 DEBUG : ␍leading CR/: Creating directory marker 2025/07/08 03:21:10 DEBUG : ␍leading CR/: Removing directory marker === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:707: testing "␊leading LF" 2025/07/08 03:21:11 DEBUG : ␊leading LF/: Creating directory marker 2025/07/08 03:21:12 DEBUG : ␊leading LF/: Removing directory marker === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:707: testing "␉leading HT" 2025/07/08 03:21:13 DEBUG : ␉leading HT/: Creating directory marker 2025/07/08 03:21:14 DEBUG : ␉leading HT/: Removing directory marker === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:707: testing "␋leading VT" 2025/07/08 03:21:15 DEBUG : ␋leading VT/: Creating directory marker 2025/07/08 03:21:16 DEBUG : ␋leading VT/: Removing directory marker === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:707: testing ".leading dot" 2025/07/08 03:21:17 DEBUG : .leading dot/: Creating directory marker 2025/07/08 03:21:18 DEBUG : .leading dot/: Removing directory marker === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:707: testing "trailing space " 2025/07/08 03:21:19 DEBUG : trailing space /: Creating directory marker 2025/07/08 03:21:20 DEBUG : trailing space /: Removing directory marker === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:707: testing "trailing CR␍" 2025/07/08 03:21:21 DEBUG : trailing CR␍/: Creating directory marker 2025/07/08 03:21:22 DEBUG : trailing CR␍/: Removing directory marker === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:707: testing "trailing LF␊" 2025/07/08 03:21:23 DEBUG : trailing LF␊/: Creating directory marker 2025/07/08 03:21:24 DEBUG : trailing LF␊/: Removing directory marker === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:707: testing "trailing HT␉" 2025/07/08 03:21:25 DEBUG : trailing HT␉/: Creating directory marker 2025/07/08 03:21:26 DEBUG : trailing HT␉/: Removing directory marker === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:707: testing "trailing VT␋" 2025/07/08 03:21:26 DEBUG : trailing VT␋/: Creating directory marker 2025/07/08 03:21:28 DEBUG : trailing VT␋/: Removing directory marker === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:707: testing "trailing dot." 2025/07/08 03:21:28 DEBUG : trailing dot./: Creating directory marker 2025/07/08 03:21:30 DEBUG : trailing dot./: Removing directory marker === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:707: testing "invalid utf-8\xfe" 2025/07/08 03:21:30 DEBUG : invalid utf-8/: Creating directory marker 2025/07/08 03:21:31 DEBUG : invalid utf-8/: Removing directory marker === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "test%46.txt" 2025/07/08 03:21:32 DEBUG : test%46.txt/: Creating directory marker 2025/07/08 03:21:33 DEBUG : test%46.txt/: Removing directory marker === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsPutFiles 2025/07/08 03:21:35 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/: Creating directory marker 2025/07/08 03:21:36 DEBUG : hello? sausage/êé/Hello, 世界/: Creating directory marker 2025/07/08 03:21:37 DEBUG : hello? sausage/êé/: Creating directory marker 2025/07/08 03:21:37 DEBUG : hello? sausage/: Creating directory marker === 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 2025/07/08 03:21:41 DEBUG : Creating backend with remote "TestGoogleCloudStorage,directory_markers:" 2025/07/08 03:21:41 DEBUG : Config file has changed externally - reloading 2025/07/08 03:21:41 DEBUG : TestGoogleCloudStorage: detected overridden config - adding "{juk_h}" suffix to name === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/07/08 03:21:41 DEBUG : Creating backend with remote "TestGoogleCloudStorage,directory_markers:" 2025/07/08 03:21:41 DEBUG : TestGoogleCloudStorage: detected overridden config - adding "{juk_h}" suffix to name === 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:1121: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge fstests.go:1153: FS has no Purge interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot fstests.go:1190: FS has no Purge interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/07/08 03:21:44 DEBUG : Creating backend with remote "TestGoogleCloudStorage,directory_markers:rclone-test-wiwukur6yehe/hello? sausage/êé" 2025/07/08 03:21:44 DEBUG : TestGoogleCloudStorage: detected overridden config - adding "{juk_h}" suffix to name 2025/07/08 03:21:44 DEBUG : fs cache: renaming cache item "TestGoogleCloudStorage,directory_markers:rclone-test-wiwukur6yehe/hello? sausage/êé" to be canonical "TestGoogleCloudStorage{juk_h}:rclone-test-wiwukur6yehe/hello? sausage/êé" 2025/07/08 03:21:45 DEBUG : a/b/c/d/: Creating directory marker 2025/07/08 03:21:46 DEBUG : a/b/c/: Creating directory marker 2025/07/08 03:21:46 DEBUG : a/b/: Creating directory marker 2025/07/08 03:21:46 DEBUG : a/: Creating directory marker 2025/07/08 03:21:48 DEBUG : Waiting for deletions to finish 2025/07/08 03:21:48 INFO : a/b/c/d/e.txt: Deleted 2025/07/08 03:21:49 DEBUG : removing 1 level 4 directories 2025/07/08 03:21:49 INFO : a/b/c/d: Removing directory 2025/07/08 03:21:49 DEBUG : a/b/c/d/: Removing directory marker 2025/07/08 03:21:49 DEBUG : removing 1 level 3 directories 2025/07/08 03:21:49 INFO : a/b/c: Removing directory 2025/07/08 03:21:49 DEBUG : a/b/c/: Removing directory marker 2025/07/08 03:21:49 DEBUG : removing 1 level 2 directories 2025/07/08 03:21:49 INFO : a/b: Removing directory 2025/07/08 03:21:49 DEBUG : a/b/: Removing directory marker 2025/07/08 03:21:49 DEBUG : removing 1 level 1 directories 2025/07/08 03:21:49 INFO : a: Removing directory 2025/07/08 03:21:49 DEBUG : a/: Removing directory marker === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata fstests.go:1289: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove fstests.go:1342: FS has no Mover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove fstests.go:1459: 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 fstests.go:1623: Metadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata fstests.go:1694: 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/ObjectUpdate === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2025/07/08 03:21:57 DEBUG : Creating backend with remote "TestGoogleCloudStorage,directory_markers:rclone-test-wiwukur6yehe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/07/08 03:21:57 DEBUG : TestGoogleCloudStorage: detected overridden config - adding "{juk_h}" suffix to name === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/07/08 03:21:57 DEBUG : Creating backend with remote "TestGoogleCloudStorage,directory_markers:rclone-test-wiwukur6yehe/not found.txt" 2025/07/08 03:21:57 DEBUG : TestGoogleCloudStorage: detected overridden config - adding "{juk_h}" suffix to name === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestGoogleCloudStorage,directory_markers:" path "rclone-test-wiwukur6yehe" from "TestGoogleCloudStorage,directory_markers:rclone-test-wiwukur6yehe" 2025/07/08 03:21:58 DEBUG : Creating backend with remote "TestGoogleCloudStorage,directory_markers:" 2025/07/08 03:21:58 DEBUG : TestGoogleCloudStorage: detected overridden config - adding "{juk_h}" suffix to name === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/backupdir/path2/RCLONE_TEST: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/backupdir/path2/file1.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/backupdir/path2/file2.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/backupdir/path2/file3.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/backupdir/path2/file4.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/backupdir/path2/file5.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/backupdir/path2/file6.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/backupdir/path2/file7.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/backupdir/path2/file8.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/check_access/path2/RCLONE_TEST: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/check_access/path2/file1.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/check_access/path2/file2.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/check_access/path2/file3.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/check_access/path2/file4.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/check_access/path2/subdir/RCLONE_TEST: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/check_access/path2/subdir/file20.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/check_sync/path2/RCLONE_TEST: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/check_sync/path2/file1.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/check_sync/path2/file2.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/check_sync/path2/file3.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/check_sync/path2/file4.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/check_sync/path2/file5.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/check_sync/path2/file6.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/check_sync/path2/file7.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/check_sync/path2/file8.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/createemptysrcdirs/path2/RCLONE_TEST: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/createemptysrcdirs/path2/file1.copy1.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/createemptysrcdirs/path2/file1.copy2.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/createemptysrcdirs/path2/file1.copy3.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/createemptysrcdirs/path2/file1.copy4.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/createemptysrcdirs/path2/file1.copy5.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/createemptysrcdirs/path2/file1.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/extended_filenames/path2/RCLONE_TEST: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/extended_filenames/path2/file1 - Copy (2).txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/extended_filenames/path2/file1 - Copy.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/extended_filenames/path2/file1.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/extended_filenames/path2/file_enconde_mañana_funcionará.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/extended_filenames/path2/filename_contains_ě_.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/extended_filenames/path2/filename_contains_ࢺ_.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/extended_filenames/path2/subdir_with_ࢺ_/filename_contains_ě_.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/extended_filenames/path2/subdir_with_ࢺ_/filename_contains_ࢺ_.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/extended_filenames/path2/Русский.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/normalization/path2/RCLONE_TEST: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/normalization/path2/file1.txt: Failed to read mtime from metadata: parsing time "978480000" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "80000" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/normalization/path2/folder/éééö.txt: Failed to read mtime from metadata: parsing time "978480000" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "80000" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/normalization/path2/folder/hello,WORLD!.txt: Failed to read mtime from metadata: parsing time "978480000" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "80000" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/normalization/path2/測試_Русский_ _ _ě_áñ/filename_contains_ě_.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/normalization/path2/測試_Русский_ _ _ě_áñ/filename_contains_ࢺ_.txt: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/normalization/path2/測試_Русский_ _ _ě_áñ/測試_check file: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/rclone_args/path2/RCLONE_TEST: Failed to read mtime from metadata: parsing time "946684800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "84800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/rclone_args/path2/file1.txt: Failed to read mtime from metadata: parsing time "1185148800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "148800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/rclone_args/path2/file2.txt: Failed to read mtime from metadata: parsing time "1185148800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "148800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/rclone_args/path2/subdir/file20.txt: Failed to read mtime from metadata: parsing time "1185148800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "148800" as "-" 2025/07/08 03:22:00 DEBUG : rclone-test-viyivag9bonu/031456fo/rclone_args/path2/subdir/file21.txt: Failed to read mtime from metadata: parsing time "1185148800" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "148800" as "-" 2025/07/08 03:22:01 DEBUG : rclone-test1/dir0/webtest/file.txt: Failed to read mtime from metadata: parsing time "1712054163.867854256" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "054163.867854256" as "-" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:2004: FS has no PublicLinker interface === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:412: FS has no SetTier & GetTier interfaces === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2109: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2128: Can have empty directories === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout fstests.go:2281: FS does not support About === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 === RUN TestIntegration/FsMkdir/FsPutFiles/Internal fstests.go:2343: *googlecloudstorage.Fs does not implement InternalTester === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/07/08 03:22:04 DEBUG : Waiting for deletions to finish 2025/07/08 03:22:04 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/07/08 03:22:05 DEBUG : removing 1 level 4 directories 2025/07/08 03:22:05 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: Removing directory 2025/07/08 03:22:05 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/: Removing directory marker 2025/07/08 03:22:05 DEBUG : removing 1 level 3 directories 2025/07/08 03:22:05 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2025/07/08 03:22:05 DEBUG : hello? sausage/êé/Hello, 世界/: Removing directory marker 2025/07/08 03:22:05 DEBUG : removing 1 level 2 directories 2025/07/08 03:22:05 INFO : hello? sausage/êé: Removing directory 2025/07/08 03:22:05 DEBUG : hello? sausage/êé/: Removing directory marker 2025/07/08 03:22:05 DEBUG : removing 1 level 1 directories 2025/07/08 03:22:05 INFO : hello? sausage: Removing directory 2025/07/08 03:22:05 DEBUG : hello? sausage/: Removing directory marker 2025/07/08 03:22:05 DEBUG : removing 1 level 0 directories 2025/07/08 03:22:05 INFO : GCS bucket rclone-test-wiwukur6yehe: Removing directory 2025/07/08 03:22:06 DEBUG : Waiting for deletions to finish 2025/07/08 03:22:07 ERROR : GCS bucket rclone-test-wiwukur6yehe: Failed to list "": directory not found 2025/07/08 03:22:07 DEBUG : removing 1 level 0 directories 2025/07/08 03:22:07 INFO : GCS bucket rclone-test-wiwukur6yehe: Removing directory 2025/07/08 03:22:07 ERROR : Failed to rmdir: bucket already deleted === NAME TestIntegration/FsMkdir fstests.go:2817: Warning: this should produce fs.ErrorDirNotFound --- PASS: TestIntegration (73.87s) --- PASS: TestIntegration/FsMkdir (72.33s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (2.30s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.20s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.20s) --- PASS: TestIntegration/FsMkdir/FsEncoding (36.60s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (1.90s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (1.90s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (1.90s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (1.90s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (1.89s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (1.90s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (2.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (1.90s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (1.90s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (1.90s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (1.90s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (2.10s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (1.88s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (1.92s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (1.90s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (1.90s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (1.90s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (1.90s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (1.90s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.71s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (28.40s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (1.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (1.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.32s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.43s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.40s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.40s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.18s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.37s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurge (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (5.54s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (1.50s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.19s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.18s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.72s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.46s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.47s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (1.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.89s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.43s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.96s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (3.57s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.34s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (2.48s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.64s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.27s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.00s) --- 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.44s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (0.83s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.48s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (0.85s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (0.85s) PASS ok github.com/rclone/rclone/backend/googlecloudstorage 73.903s "go test -v -timeout 1h0m0s -remote 'TestGoogleCloudStorage,directory_markers:' -verbose -test.run '^TestIntegration$/^FsMkdir$/^(FsListDirEmpty|FsListRDirEmpty|FsMkdirRmdirSubdir|FsPutFiles|FsPutZeroLength)$|^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|control_chars|dot|dot_dot|invalid_UTF-8|leading_CR|leading_HT|leading_LF|leading_VT|leading_dot|leading_space|leading_tilde|punctuation|trailing_CR|trailing_HT|trailing_LF|trailing_VT|trailing_dot|trailing_space)$|^TestIntegration$/^FsMkdir$/^FsUploadUnknownSize$/^FsUpdateUnknownSize$'" - Finished OK in 1m15.148125183s (try 2/5)