runtime: VirtualAlloc of 0 bytes failed with errno=1455 fatal error: runtime: failed to commit pages runtime stack: runtime.throw(0x1036d6b, 0x1f) /usr/local/go/src/runtime/panic.go:617 +0x79 runtime.sysUsed(0xc06a59e000, 0xb3a000) /usr/local/go/src/runtime/mem_windows.go:77 +0x198 runtime.(*mheap).allocSpanLocked(0x1af2600, 0x59d, 0x1b0b7c8, 0x1) /usr/local/go/src/runtime/mheap.go:1199 +0x146 runtime.(*mheap).alloc_m(0x1af2600, 0x59d, 0x101, 0x35f000) /usr/local/go/src/runtime/mheap.go:977 +0xd0 runtime.(*mheap).alloc.func1() /usr/local/go/src/runtime/mheap.go:1048 +0x53 runtime.(*mheap).alloc(0x1af2600, 0x59d, 0x10101, 0xc00003a500) /usr/local/go/src/runtime/mheap.go:1047 +0x91 runtime.largeAlloc(0xb38f31, 0xc000030101, 0xc0003f7200) /usr/local/go/src/runtime/malloc.go:1055 +0xa0 runtime.mallocgc.func1() /usr/local/go/src/runtime/malloc.go:950 +0x4d runtime.systemstack(0x0) /usr/local/go/src/runtime/asm_amd64.s:351 +0x6b runtime.mstart() /usr/local/go/src/runtime/proc.go:1153 goroutine 31 [running]: runtime.systemstack_switch() /usr/local/go/src/runtime/asm_amd64.s:311 fp=0xc005a0b948 sp=0xc005a0b940 pc=0x45c1c0 runtime.mallocgc(0xb38f31, 0xe62a20, 0xc005a0ba01, 0x57e36c) /usr/local/go/src/runtime/malloc.go:949 +0x8b1 fp=0xc005a0b9e8 sp=0xc005a0b948 pc=0x40c901 runtime.makeslice(0xe62a20, 0xb38f31, 0xb38f31, 0x0) /usr/local/go/src/runtime/slice.go:49 +0x73 fp=0xc005a0ba18 sp=0xc005a0b9e8 pc=0x444c73 github.com/gilbertchen/duplicacy/vendor/github.com/bkaradzic/go-lz4.Encode(0xc05cc0001a, 0x0, 0x2b88f5a, 0xc020fc2000, 0xb2db8e, 0x1389be1, 0x0, 0x0, 0x0, 0x1806b0, ...) /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/vendor/github.com/bkaradzic/go-lz4/writer.go:112 +0x500 fp=0xc005a0bad0 sp=0xc005a0ba18 pc=0x823ab0 github.com/gilbertchen/duplicacy/src.(*Chunk).Encrypt(0xc0003b26c0, 0xc000137240, 0x20, 0x40, 0xc005a0bdd8, 0x20, 0x0, 0x0, 0x0) /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_chunk.go:272 +0x6e3 fp=0xc005a0bd58 sp=0xc005a0bad0 pc=0xd1ed63 github.com/gilbertchen/duplicacy/src.(*ChunkUploader).Upload(0xc00009c1e0, 0x9, 0xc0003b26c0, 0x28d06, 0x1) /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_chunkuploader.go:131 +0x19f fp=0xc005a0bf30 sp=0xc005a0bd58 pc=0xd296cf github.com/gilbertchen/duplicacy/src.(*ChunkUploader).Start.func1(0xc00009c1e0, 0x9) /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_chunkuploader.go:60 +0x8a fp=0xc005a0bfd0 sp=0xc005a0bf30 pc=0xd986ea runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:1337 +0x1 fp=0xc005a0bfd8 sp=0xc005a0bfd0 pc=0x45e1a1 created by github.com/gilbertchen/duplicacy/src.(*ChunkUploader).Start /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_chunkuploader.go:55 +0x4f goroutine 1 [syscall, locked to thread]: syscall.Syscall9(0x7ffe66644b60, 0x7, 0xc00be8e460, 0x80000000, 0x3, 0x0, 0x3, 0x80, 0x0, 0x0, ...) /usr/local/go/src/runtime/syscall_windows.go:210 +0xf3 syscall.CreateFile(0xc00be8e460, 0x380000000, 0x0, 0x8000000003, 0x0, 0x0, 0x0, 0x6c) /usr/local/go/src/syscall/zsyscall_windows.go:296 +0xd8 syscall.Open(0xc013c7d880, 0x6c, 0x80000, 0x0, 0xc013c7d884, 0xc00a786490, 0x442660) /usr/local/go/src/syscall/syscall_windows.go:290 +0x123 os.openFile(0xc013c7d880, 0x6c, 0x0, 0x0, 0x2, 0xc013c7d880, 0x6c) /usr/local/go/src/os/file_windows.go:97 +0xa5 os.openFileNolog(0xc013c7d880, 0x6c, 0x0, 0xc000000000, 0x6c, 0x6c, 0xc013c7d880) /usr/local/go/src/os/file_windows.go:158 +0x141 os.OpenFile(0xc013c7d880, 0x6c, 0x0, 0xc000000000, 0x6c, 0xe627a0, 0xc0081c80c0) /usr/local/go/src/os/file.go:284 +0x66 github.com/gilbertchen/duplicacy/src.(*FileReader).NextFile(0xc00a786e78, 0x101b9bb) /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_filereader.go:56 +0x120 github.com/gilbertchen/duplicacy/src.(*BackupManager).Backup.func4(0x209ffa, 0xc00a38ffc0, 0x40, 0x0, 0x0, 0x0) /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_backupmanager.go:590 +0x215 github.com/gilbertchen/duplicacy/src.(*ChunkMaker).ForEachChunk(0xc0000a8900, 0x12d30c0, 0xc0001061a8, 0xc00a786ed0, 0xc00a786cf0) /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_chunkmaker.go:214 +0x4fb github.com/gilbertchen/duplicacy/src.(*BackupManager).Backup(0xc0000582a0, 0xc000119580, 0x12, 0x1, 0xa, 0x0, 0x0, 0x1, 0x0, 0x0, ...) /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_backupmanager.go:531 +0x38c5 main.backupRepository(0xc0003be120) /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/duplicacy/duplicacy_main.go:777 +0x6cc github.com/gilbertchen/duplicacy/vendor/github.com/gilbertchen/cli.Command.Run(0x1019587, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x104c082, 0x30, 0x0, ...) /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/vendor/github.com/gilbertchen/cli/command.go:160 +0x754 github.com/gilbertchen/duplicacy/vendor/github.com/gilbertchen/cli.(*App).Run(0xc000145d40, 0xc000096000, 0x7, 0x8, 0x0, 0x0) /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/vendor/github.com/gilbertchen/cli/app.go:179 +0x656 main.main() /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/duplicacy/duplicacy_main.go:2194 +0x65bd goroutine 5 [syscall, 408 minutes]: os/signal.signal_recv(0x0) /usr/local/go/src/runtime/sigqueue.go:139 +0xa3 os/signal.loop() /usr/local/go/src/os/signal/signal_unix.go2020-11-06 06:22:08.480 TRACE PACK_START Packing DuplicacyRestoreTest/Avi Unique Backups/BDR-2019-07-25/Bathukamma/20170920_190851.jpg :23 +0x29 created by os/signal.init.0 /usr/local/go/src/os/signal/signal_unix.go:29 +0x48 goroutine 19 [select]: github.com/gilbertchen/duplicacy/vendor/go.opencensus.io/stats/view.(*worker).start(0xc000148780) /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/vendor/go.opencensus.io/stats/view/worker.go:154 +0x107 created by github.com/gilbertchen/duplicacy/vendor/go.opencensus.io/stats/view.init.0 /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/vendor/go.opencensus.io/stats/view/worker.go:32 +0x5e goroutine 20 [chan receive, 408 minutes]: main.main.func1(0xc0003b2480) /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/duplicacy/duplicacy_main.go:2188 +0x67 created by main.main /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/duplicacy/duplicacy_main.go:2187 +0x658b goroutine 22 [select]: github.com/gilbertchen/duplicacy/src.(*ChunkUploader).Start.func1(0xc00009c1e0, 0x0) /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_chunkuploader.go:58 +0x10a created by github.com/gilbertchen/duplicacy/src.(*ChunkUploader).Start /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_chunkuploader.go:55 +0x4f goroutine 23 [select]: github.com/gilbertchen/duplicacy/src.(*ChunkUploader).Start.func1(0xc00009c1e0, 0x1) /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_chunkuploader.go:58 +0x10a created by github.com/gilbertchen/duplicacy/src.(*ChunkUploader).Start /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_chunkuploader.go:55 +0x4f goroutine 24 [select]: github.com/gilbertchen/duplicacy/src.(*ChunkUploader).Start.func1(0xc00009c1e0, 0x2) /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_chunkuploader.go:58 +0x10a created by github.com/gilbertchen/duplicacy/src.(*ChunkUploader).Start /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_chunkuploader.go:55 +0x4f goroutine 25 [select]: github.com/gilbertchen/duplicacy/src.(*ChunkUploader).Start.func1(0xc00009c1e0, 0x3) /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_chunkuploader.go:58 +0x10a created by github.com/gilbertchen/duplicacy/src.(*ChunkUploader).Start /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_chunkuploader.go:55 +0x4f goroutine 26 [select]: github.com/gilbertchen/duplicacy/src.(*ChunkUploader).Start.func1(0xc00009c1e0, 0x4) /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_chunkuploader.go:58 +0x10a created by github.com/gilbertchen/duplicacy/src.(*ChunkUploader).Start /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_chunkuploader.go:55 +0x4f goroutine 27 [runnable, locked to thread]: syscall.Syscall(0x7ffe666448e0, 0x1, 0xb84, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/local/go/src/runtime/syscall_windows.go:184 +0xea syscall.CloseHandle(0xb84, 0xc005599b78, 0x430028) /usr/local/go/src/syscall/zsyscall_windows.go:354 +0x61 internal/poll.(*FD).destroy(0xc007bf9400, 0xc00009ce01, 0x0) /usr/local/go/src/internal/poll/fd_windows.go:434 +0x5f internal/poll.(*FD).decref(0xc007bf9400, 0x1, 0x0) /usr/local/go/src/internal/poll/fd_mutex.go:213 +0x49 internal/poll.(*FD).Close(0xc007bf9400, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_windows.go:454 +0x5a os.(*file).close(0xc007bf9400, 0x0, 0x0) /usr/local/go/src/os/file_windows.go:192 +0x5e os.(*File).Close(...) /usr/local/go/src/os/file_windows.go:180 github.com/gilbertchen/duplicacy/src.(*FileStorage).UploadFile(0xc0003b25a0, 0x5, 0xc0019e0500, 0x48, 0xc03efe2000, 0x283426, 0x3010106, 0x0, 0x0) /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_filestorage.go:203 +0x55b github.com/gilbertchen/duplicacy/src.(*ChunkUploader).Upload(0xc00009c1e0, 0x5, 0xc000124480, 0x28d05, 0x1) /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_chunkuploader.go:138 +0x24d github.com/gilbertchen/duplicacy/src.(*ChunkUploader).Start.func1(0xc00009c1e0, 0x5) /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_chunkuploader.go:60 +0x8a created by github.com/gilbertchen/duplicacy/src.(*ChunkUploader).Start /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_chunkuploader.go:55 +0x4f goroutine 28 [select]: github.com/gilbertchen/duplicacy/src.(*ChunkUploader).Start.func1(0xc00009c1e0, 0x6) /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_chunkuploader.go:58 +0x10a created by github.com/gilbertchen/duplicacy/src.(*ChunkUploader).Start /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_chunkuploader.go:55 +0x4f goroutine 29 [select]: github.com/gilbertchen/duplicacy/src.(*ChunkUploader).Start.func1(0xc00009c1e0, 0x7) /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_chunkuploader.go:58 +0x10a created by github.com/gilbertchen/duplicacy/src.(*ChunkUploader).Start /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_chunkuploader.go:55 +0x4f goroutine 30 [select]: github.com/gilbertchen/duplicacy/src.(*ChunkUploader).Start.func1(0xc00009c1e0, 0x8) /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_chunkuploader.go:58 +0x10a created by github.com/gilbertchen/duplicacy/src.(*ChunkUploader).Start /Users/chgang/zincbox/go/src/github.com/gilbertchen/duplicacy/src/duplicacy_chunkuploader.go:55 +0x4f PS E:\>