"go test -v -timeout 2h0m0s -remote TestIA:rclone-integration-test -verbose" - Starting (try 3/5) === RUN TestIntegration fstests.go:442: Using remote "TestIA:rclone-integration-test" 2024/10/02 07:20:57 DEBUG : Creating backend with remote "TestIA:rclone-integration-test/rclone-test-rabaxic5ruka" 2024/10/02 07:20:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" === RUN TestIntegration/FsCheckWrap fstests.go:483: Not a wrapping Fs === RUN TestIntegration/FsCommand fstests.go:511: No commands in this remote === RUN TestIntegration/FsRmdirNotFound fstests.go:526: Skipping test as non root bucket-based remote === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2024/10/02 07:20:58 DEBUG : dir/subdir: Making directory fstest.go:244: Filtering empty directory "dir" fstest.go:244: Filtering empty directory "dir/subdir" 2024/10/02 07:20:59 INFO : dir/subdir: Removing directory fstest.go:244: Filtering empty directory "dir" 2024/10/02 07:20:59 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:711: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:711: testing "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:711: testing ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:711: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:711: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:711: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:711: testing "␍leading CR" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:711: testing "␊leading LF" === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:711: testing "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:711: testing "␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:711: testing ".leading dot" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:711: testing "trailing space " === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:711: testing "trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:711: testing "trailing LF␊" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:711: testing "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:711: testing "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:711: testing "trailing dot." === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:711: testing "invalid utf-8\xfe" === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:711: testing "test%46.txt" === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength panic: test timed out after 2h0m0s running tests: TestIntegration (2h0m0s) TestIntegration/FsMkdir (1h59m59s) TestIntegration/FsMkdir/FsPutZeroLength (1m2s) goroutine 2138 [running]: testing.(*M).startAlarm.func1() /usr/local/go/src/testing/testing.go:2366 +0x385 created by time.goFunc /usr/local/go/src/time/sleep.go:177 +0x2d goroutine 1 [chan receive, 119 minutes]: testing.(*T).Run(0xc00009b1e0, {0x9b04fe?, 0x0?}, 0xa124e8) /usr/local/go/src/testing/testing.go:1750 +0x3ab testing.runTests.func1(0xc00009b1e0) /usr/local/go/src/testing/testing.go:2161 +0x37 testing.tRunner(0xc00009b1e0, 0xc00003dc70) /usr/local/go/src/testing/testing.go:1689 +0xfb testing.runTests(0xc00039cbe8, {0xdd2e40, 0x1, 0x1}, {0x1?, 0x4f986e?, 0xdf1d80?}) /usr/local/go/src/testing/testing.go:2159 +0x445 testing.(*M).Run(0xc0000bcb40) /usr/local/go/src/testing/testing.go:2027 +0x68b main.main() _testmain.go:49 +0x16c goroutine 34 [chan receive, 119 minutes]: testing.(*T).Run(0xc00009b380, {0x9abb8f?, 0xc0001220b0?}, 0xc00045e780) /usr/local/go/src/testing/testing.go:1750 +0x3ab github.com/rclone/rclone/fstest/fstests.Run(0xc00009b380, 0xc00036dc70) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:588 +0x1085 github.com/rclone/rclone/backend/internetarchive_test.TestIntegration(0xc00009b380) /home/rclone/go/src/github.com/rclone/rclone/backend/internetarchive/internetarchive_test.go:13 +0x51 testing.tRunner(0xc00009b380, 0xa124e8) /usr/local/go/src/testing/testing.go:1689 +0xfb created by testing.(*T).Run in goroutine 1 /usr/local/go/src/testing/testing.go:1742 +0x390 goroutine 5 [syscall, 119 minutes]: os/signal.signal_recv() /usr/local/go/src/runtime/sigqueue.go:152 +0x29 os/signal.loop() /usr/local/go/src/os/signal/signal_unix.go:23 +0x13 created by os/signal.Notify.func1.1 in goroutine 34 /usr/local/go/src/os/signal/signal.go:151 +0x1f goroutine 6 [chan receive, 119 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 34 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xab goroutine 67 [chan receive, 2 minutes]: testing.(*T).Run(0xc00009a680, {0x9b0ada?, 0x0?}, 0xc0004d7050) /usr/local/go/src/testing/testing.go:1750 +0x3ab github.com/rclone/rclone/fstest/fstests.Run.func13(0xc00009a680) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:776 +0x7c9 testing.tRunner(0xc00009a680, 0xc00045e780) /usr/local/go/src/testing/testing.go:1689 +0xfb created by testing.(*T).Run in goroutine 34 /usr/local/go/src/testing/testing.go:1742 +0x390 goroutine 2084 [select]: github.com/rclone/rclone/backend/internetarchive.(*Fs).waitDelete(0xc0001220b0, {0xaa35d0, 0xe53100}, {0xc0000f6550, 0x17}, {0xc0000f6568, 0x29}) /home/rclone/go/src/github.com/rclone/rclone/backend/internetarchive/internetarchive.go:1148 +0x1ab github.com/rclone/rclone/backend/internetarchive.(*Object).Remove(0xc000486680, {0xaa35d0, 0xe53100}) /home/rclone/go/src/github.com/rclone/rclone/backend/internetarchive/internetarchive.go:885 +0x2d9 github.com/rclone/rclone/fstest/fstests.testPutLarge({0xaa35d0, 0xe53100}, 0xc00010e820, {0xaa6cc0, 0xc0001220b0}, 0xc00003df20, 0x3?) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:269 +0x3e8 github.com/rclone/rclone/fstest/fstests.TestPutLarge(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:274 github.com/rclone/rclone/fstest/fstests.Run.func13.10(0xc00010e820) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:779 +0xcd testing.tRunner(0xc00010e820, 0xc0004d7050) /usr/local/go/src/testing/testing.go:1689 +0xfb created by testing.(*T).Run in goroutine 67 /usr/local/go/src/testing/testing.go:1742 +0x390 goroutine 2106 [sleep]: time.Sleep(0x2540be400) /usr/local/go/src/runtime/time.go:195 +0x115 github.com/rclone/rclone/backend/internetarchive.(*Fs).waitDelete.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/internetarchive/internetarchive.go:1144 +0x7f created by github.com/rclone/rclone/backend/internetarchive.(*Fs).waitDelete in goroutine 2084 /home/rclone/go/src/github.com/rclone/rclone/backend/internetarchive/internetarchive.go:1122 +0x14b goroutine 1072 [IO wait]: internal/poll.runtime_pollWait(0x7f0820438c50, 0x72) /usr/local/go/src/runtime/netpoll.go:345 +0x85 internal/poll.(*pollDesc).wait(0xc000284180?, 0xc000464000?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc000284180, {0xc000464000, 0x2000, 0x2000}) /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a net.(*netFD).Read(0xc000284180, {0xc000464000?, 0xc000441838?, 0x418e05?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc00005a008, {0xc000464000?, 0x7f08214b3a48?, 0xc000094210?}) /usr/local/go/src/net/net.go:179 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000390030, {0xc000464000?, 0x0?, 0x144b00?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000094210, {0xc000464000?, 0x0?, 0xc000094210?}) /usr/local/go/src/crypto/tls/conn.go:806 +0x3b bytes.(*Buffer).ReadFrom(0xc0001bc9b0, {0xaa04c0, 0xc000094210}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc0001bc708, {0x7f0820c76d30, 0xc000390030}, 0xc000441960?) /usr/local/go/src/crypto/tls/conn.go:828 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc0001bc708, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3cf crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0xc0001bc708, {0xc000473000, 0x1000, 0xc000441c80?}) /usr/local/go/src/crypto/tls/conn.go:1370 +0x156 bufio.(*Reader).Read(0xc0001013e0, {0xc0002f0120, 0x9, 0xdd0b60?}) /usr/local/go/src/bufio/bufio.go:241 +0x197 io.ReadAtLeast({0xa9f860, 0xc0001013e0}, {0xc0002f0120, 0x9, 0x9}, 0x9) /usr/local/go/src/io/io.go:335 +0x90 io.ReadFull(...) /usr/local/go/src/io/io.go:354 net/http.http2readFrameHeader({0xc0002f0120, 0x9, 0xc0000e6870?}, {0xa9f860?, 0xc0001013e0?}) /usr/local/go/src/net/http/h2_bundle.go:1638 +0x65 net/http.(*http2Framer).ReadFrame(0xc0002f00e0) /usr/local/go/src/net/http/h2_bundle.go:1902 +0x85 net/http.(*http2clientConnReadLoop).run(0xc000441fa8) /usr/local/go/src/net/http/h2_bundle.go:9303 +0x12c net/http.(*http2ClientConn).readLoop(0xc00045e180) /usr/local/go/src/net/http/h2_bundle.go:9198 +0x65 created by net/http.(*http2Transport).newClientConn in goroutine 1071 /usr/local/go/src/net/http/h2_bundle.go:7848 +0xca6 goroutine 2119 [IO wait]: internal/poll.runtime_pollWait(0x7f0820438e40, 0x72) /usr/local/go/src/runtime/netpoll.go:345 +0x85 internal/poll.(*pollDesc).wait(0xc0000aa200?, 0xc0005e4000?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc0000aa200, {0xc0005e4000, 0x2000, 0x2000}) /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a net.(*netFD).Read(0xc0000aa200, {0xc0005e4000?, 0xc00043a838?, 0x418e05?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc00005a050, {0xc0005e4000?, 0x7f08214b3a48?, 0xc000094120?}) /usr/local/go/src/net/net.go:179 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000310678, {0xc0005e4000?, 0x0?, 0x144580?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x2c crypto/tls.(*atLeastReader).Read(0xc000094120, {0xc0005e4000?, 0x0?, 0xc000094120?}) /usr/local/go/src/crypto/tls/conn.go:806 +0x3b bytes.(*Buffer).ReadFrom(0xc0001bc630, {0xaa04c0, 0xc000094120}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc0001bc388, {0x7f0820c76d30, 0xc000310678}, 0xc00043a960?) /usr/local/go/src/crypto/tls/conn.go:828 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc0001bc388, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3cf crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0xc0001bc388, {0xc0005f2000, 0x1000, 0xc00043acb8?}) /usr/local/go/src/crypto/tls/conn.go:1370 +0x156 bufio.(*Reader).Read(0xc0000d3260, {0xc0001f62e0, 0x9, 0xc0004fac40?}) /usr/local/go/src/bufio/bufio.go:241 +0x197 io.ReadAtLeast({0xa9f860, 0xc0000d3260}, {0xc0001f62e0, 0x9, 0x9}, 0x9) /usr/local/go/src/io/io.go:335 +0x90 io.ReadFull(...) /usr/local/go/src/io/io.go:354 net/http.http2readFrameHeader({0xc0001f62e0, 0x9, 0xc000277c80?}, {0xa9f860?, 0xc0000d3260?}) /usr/local/go/src/net/http/h2_bundle.go:1638 +0x65 net/http.(*http2Framer).ReadFrame(0xc0001f62a0) /usr/local/go/src/net/http/h2_bundle.go:1902 +0x85 net/http.(*http2clientConnReadLoop).run(0xc00043afa8) /usr/local/go/src/net/http/h2_bundle.go:9303 +0x12c net/http.(*http2ClientConn).readLoop(0xc0000c0780) /usr/local/go/src/net/http/h2_bundle.go:9198 +0x65 created by net/http.(*http2Transport).newClientConn in goroutine 2118 /usr/local/go/src/net/http/h2_bundle.go:7848 +0xca6 exit status 2 FAIL github.com/rclone/rclone/backend/internetarchive 7200.023s "go test -v -timeout 2h0m0s -remote TestIA:rclone-integration-test -verbose" - Finished ERROR in 2h0m0.753709469s (try 3/5): exit status 1: Failed []