"go test -v -timeout 1h0m0s -remote TestMega: -verbose" - Starting (try 1/5) === RUN TestIntegration fstests.go:438: Using remote "TestMega:" 2026/03/10 06:36:26 DEBUG : Creating backend with remote "TestMega:rclone-test-damoqaz1jipu" 2026/03/10 06:36:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/03/10 06:36:26 DEBUG : mega root 'rclone-test-damoqaz1jipu': Using previously stored session ID and master key to initialize the Mega API === RUN TestIntegration/FsCheckWrap fstests.go:479: Not a wrapping Fs === RUN TestIntegration/FsCommand fstests.go:507: No commands in this remote === RUN TestIntegration/FsRmdirNotFound === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2026/03/10 06:38:45 INFO : dir/subdir: Making directory 2026/03/10 06:38:45 INFO : dir/subdir: Removing directory 2026/03/10 06:38:45 INFO : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsListDirNotFound 2026/03/10 06:38:45 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/FsMkdir/FsListRDirNotFound fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:708: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:708: testing "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:708: testing ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:708: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:708: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:708: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:708: testing "␍leading CR" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:708: testing "␊leading LF" === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:708: testing "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:708: testing "␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:708: testing ".leading dot" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:708: testing "trailing space " === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:708: testing "trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:708: testing "trailing LF␊" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:708: testing "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:708: testing "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:708: testing "trailing dot." === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:708: testing "invalid utf-8\xfe" === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:708: testing "test%46.txt" === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:787: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter fstests.go:820: FS has no OpenChunkWriter interface === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:869: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 fstests.go:399: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2026/03/10 06:39:16 DEBUG : Creating backend with remote "TestMega:" 2026/03/10 06:39:16 DEBUG : mega root '': Using previously stored session ID and master key to initialize the Mega API 2026/03/10 06:44:28 DEBUG : mega root '': login with previous auth keys failed: unexpected end of JSON input --- FAIL: TestIntegration (481.96s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- SKIP: 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.15s) --- FAIL: TestIntegration/FsMkdir (343.36s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.49s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.00s) --- SKIP: TestIntegration/FsMkdir/FsListRDirEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.00s) --- SKIP: TestIntegration/FsMkdir/FsListRDirNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding (25.75s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (2.27s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (2.47s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (2.82s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (2.40s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (2.37s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (2.38s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (2.55s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (2.46s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.57s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.55s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.40s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.59s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.61s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.65s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.51s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.50s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.57s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.54s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.54s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.33s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (2.22s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (314.52s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (311.83s) panic: runtime error: invalid memory address or nil pointer dereference [recovered, repanicked] [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x88d6a7] goroutine 789 [running]: testing.tRunner.func1.2({0xa1fae0, 0x100bd40}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:1872 +0x237 testing.tRunner.func1() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:1875 +0x35b panic({0xa1fae0?, 0x100bd40?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/runtime/panic.go:783 +0x132 github.com/t3rm1n4l/go-mega.(*Node).GetType(0xc002e92c60?) /home/rclone/go/pkg/mod/github.com/t3rm1n4l/go-mega@v0.0.0-20251120131202-6845944c051c/mega.go:188 +0x27 github.com/rclone/rclone/backend/mega.(*Fs).findDir(0x0?, 0x0?, {0x7fffc92024a2?, 0x0?}) /home/rclone/go/src/github.com/rclone/rclone/backend/mega/mega.go:344 +0x6a github.com/rclone/rclone/backend/mega.(*Fs).findRoot(0xc002e92c60, {0xbf84e8, 0x10685a0}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/mega/mega.go:449 +0x108 github.com/rclone/rclone/backend/mega.NewFs({0xbf84e8, 0x10685a0}, {0x7fffc92024a2, 0x8}, {0x7fffc92024a2, 0x0}, {0xbf62b0, 0xc002e9bec0}) /home/rclone/go/src/github.com/rclone/rclone/backend/mega/mega.go:294 +0x8ea github.com/rclone/rclone/fs.NewFs({0xbf84e8, 0x10685a0}, {0x7fffc92024a2, 0x9}) /home/rclone/go/src/github.com/rclone/rclone/fs/newfs.go:75 +0x378 github.com/rclone/rclone/fstest/fstests.Run.func13.14.5(0xc002eda540) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1047 +0x85 testing.tRunner(0xc002eda540, 0xc002ed0500) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:1934 +0xea created by testing.(*T).Run in goroutine 711 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/testing/testing.go:1997 +0x465 exit status 2 FAIL github.com/rclone/rclone/backend/mega 481.993s "go test -v -timeout 1h0m0s -remote TestMega: -verbose" - Finished ERROR in 8m2.875114855s (try 1/5): exit status 1: Failed [TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot]