Azure-storage-azcopy: AzCopy 10.3.4 segfault on ARM

Created on 4 Mar 2020  路  28Comments  路  Source: Azure/azure-storage-azcopy

Which version of the AzCopy was used?

10.3.4

Which platform are you using? (ex: Windows, Mac, Linux)

Raspberry Pi (ARM)
go version go1.14 linux/arm

Installation
````
wget https://dl.google.com/go/go1.14.linux-armv6l.tar.gz
sudo tar -C /usr/local -xzf go1.14.linux-armv6l.tar.gz
echo "PATH=$PATH:/usr/local/go/bin" | tee -a ~/.profile

wget https://github.com/Azure/azure-storage-azcopy/archive/10.3.4.tar.gz
cd azure-storage-azcopy-10.3.4/
go install

echo "export PATH=$PATH:/usr/local/go/bin" | tee -a ~/.bashrc
````

What problem was encountered?

segfault

````
$ azure-storage-azcopy copy --recursive "$RAWFS" "$RAWFS_SAS" --log-level warning
INFO: Scanning...

Job 14f29dc8-cc94-df47-640e-9001503cfea6 has started
Log file is located at: /home/pi/.azcopy/14f29dc8-cc94-df47-640e-9001503cfea6.log

0.0 %, 0 Done, 0 Failed, 2 Pending, 0 Skipped, 2 Total, unexpected fault address 0xb6f3725d
fatal error: fault
[signal SIGSEGV: segmentation violation code=0x1 addr=0xb6f3725d pc=0xffff0fc4]

goroutine 122 [running]:
runtime.throw(0x61c131, 0x5)
/usr/local/go/src/runtime/panic.go:1112 +0x5c fp=0x2157aec sp=0x2157ad8 pc=0x460a0
runtime.sigpanic()
/usr/local/go/src/runtime/signal_unix.go:694 +0x310 fp=0x2157b04 sp=0x2157aec pc=0x5db94
kernelcas(0xb6f3725d, 0x1, 0x2, 0x0, 0x0, 0x1, 0x0, 0x4c0ddc, 0xb6f3725d, 0x2157b40, ...)
/usr/local/go/src/runtime/internal/atomic/sys_linux_arm.s:43 +0x18 fp=0x2157b0c sp=0x2157b08 pc=0x12cb0
github.com/Azure/azure-storage-azcopy/common.AtomicMorphInt32(0xb6f3725d, 0x2157b40, 0x20a22c8, 0x4c10d0)
/home/pi/azure-storage-azcopy-10.3.4/common/atomicmorph.go:18 +0x7c fp=0x2157b2c sp=0x2157b0c pc=0x440e40
github.com/Azure/azure-storage-azcopy/ste.(JobPartPlanTransfer).SetTransferStatus(0xb6f37225, 0x2, 0x0)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobPartPlan.go:330 +0x78 fp=0x2157b48 sp=0x2157b2c pc=0x4ae6e0
github.com/Azure/azure-storage-azcopy/ste.(
jobPartTransferMgr).SetStatus(0x208e440, 0x2)
/home/pi/azure-storage-azcopy-10.3.4/ste/mgr-JobPartTransferMgr.go:466 +0x30 fp=0x2157b58 sp=0x2157b48 pc=0x4c0ddc
github.com/Azure/azure-storage-azcopy/ste.epilogueWithCleanupSendToRemote(0x764eb8, 0x208e440, 0x75f2f8, 0x2546200, 0x75c780, 0x250a140)
/home/pi/azure-storage-azcopy-10.3.4/ste/xfer-anyToRemote.go:370 +0x274 fp=0x2157e08 sp=0x2157b58 pc=0x4d2b3c
github.com/Azure/azure-storage-azcopy/ste.anyToRemote.func1()
/home/pi/azure-storage-azcopy-10.3.4/ste/xfer-anyToRemote.go:175 +0x44 fp=0x2157e24 sp=0x2157e08 pc=0x4dfc34
github.com/Azure/azure-storage-azcopy/ste.(jobPartTransferMgr).runActionAfterLastChunk(...)
/home/pi/azure-storage-azcopy-10.3.4/ste/mgr-JobPartTransferMgr.go:452
github.com/Azure/azure-storage-azcopy/ste.(
jobPartTransferMgr).ReportChunkDone(0x208e440, 0x25200c0, 0x2c, 0x0, 0x0, 0xb, 0x0, 0x251c138, 0x251c13c, 0xf, ...)
/home/pi/azure-storage-azcopy-10.3.4/ste/mgr-JobPartTransferMgr.go:439 +0x104 fp=0x2157ea4 sp=0x2157e24 pc=0x4c0c94
github.com/Azure/azure-storage-azcopy/ste.createChunkFunc.func1(0x5)
/home/pi/azure-storage-azcopy-10.3.4/ste/sender.go:168 +0x138 fp=0x2157fc0 sp=0x2157ea4 pc=0x4df5fc
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x5)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:427 +0xbc fp=0x2157fe4 sp=0x2157fc0 pc=0x4b29dc
runtime.goexit()
/usr/local/go/src/runtime/asm_arm.s:857 +0x4 fp=0x2157fe4 sp=0x2157fe4 pc=0x76720
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 1 [select (no cases)]:
github.com/Azure/azure-storage-azcopy/common.(lifecycleMgr).SurrenderControl(0x2068600)
/home/pi/azure-storage-azcopy-10.3.4/common/lifecyleMgr.go:297 +0x14
github.com/Azure/azure-storage-azcopy/cmd.init.2.func2(0x2120640, 0x2068b70, 0x2, 0x5)
/home/pi/azure-storage-azcopy-10.3.4/cmd/copy.go:1353 +0x12c
github.com/spf13/cobra.(
Command).execute(0x2120640, 0x2068b40, 0x5, 0x6, 0x2120640, 0x2068b40)
/home/pi/go/pkg/mod/github.com/spf13/[email protected]/command.go:766 +0x1e8
github.com/spf13/cobra.(Command).ExecuteC(0xb6d168, 0x2177edc, 0x0, 0x0)
/home/pi/go/pkg/mod/github.com/spf13/[email protected]/command.go:852 +0x228
github.com/spf13/cobra.(
Command).Execute(...)
/home/pi/go/pkg/mod/github.com/spf13/[email protected]/command.go:800
github.com/Azure/azure-storage-azcopy/cmd.Execute(0x201d1d0, 0x10, 0x201d1d0, 0x10, 0x201eb20, 0x16, 0xfffff)
/home/pi/azure-storage-azcopy-10.3.4/cmd/root.go:110 +0xa4
main.main()
/home/pi/azure-storage-azcopy-10.3.4/main.go:82 +0x2c8

goroutine 6 [chan receive]:
github.com/Azure/azure-storage-azcopy/common.(*lifecycleMgr).processOutputMessage(0x2068600)
/home/pi/azure-storage-azcopy-10.3.4/common/lifecyleMgr.go:304 +0x38
created by github.com/Azure/azure-storage-azcopy/common.glob..func1
/home/pi/azure-storage-azcopy-10.3.4/common/lifecyleMgr.go:31 +0x10c

goroutine 7 [syscall]:
syscall.Syscall(0x3, 0x0, 0x2200000, 0x1000, 0xd1de4, 0xff800000, 0x7ff)
/usr/local/go/src/syscall/asm_linux_arm.s:14 +0x8
syscall.read(0x0, 0x2200000, 0x1000, 0x1000, 0x0, 0x2726c, 0xa62a45a8)
/usr/local/go/src/syscall/zsyscall_linux_arm.go:686 +0x40
syscall.Read(...)
/usr/local/go/src/syscall/syscall_unix.go:189
internal/poll.(FD).Read(0x2018080, 0x2200000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:165 +0x114
os.(
File).read(...)
/usr/local/go/src/os/file_unix.go:263
os.(File).Read(0x20100e0, 0x2200000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/os/file.go:116 +0x5c
bufio.(
Reader).fill(0x203cfb8)
/usr/local/go/src/bufio/bufio.go:100 +0x108
bufio.(Reader).ReadSlice(0x203cfb8, 0xa, 0x0, 0x2080000, 0xb6d40750, 0x0, 0x1000)
/usr/local/go/src/bufio/bufio.go:359 +0x2c
bufio.(
Reader).ReadBytes(0x203cfb8, 0xa, 0x1000, 0x2200000, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:438 +0x50
bufio.(Reader).ReadString(...)
/usr/local/go/src/bufio/bufio.go:475
github.com/Azure/azure-storage-azcopy/common.(
lifecycleMgr).watchInputs(0x2068600)
/home/pi/azure-storage-azcopy-10.3.4/common/lifecyleMgr.go:95 +0xb8
created by github.com/Azure/azure-storage-azcopy/common.glob..func1
/home/pi/azure-storage-azcopy-10.3.4/common/lifecyleMgr.go:34 +0x128

goroutine 8 [sleep]:
time.Sleep(0xa817c800, 0x4)
/usr/local/go/src/runtime/time.go:198 +0xec
main.configureGC.func1()
/home/pi/azure-storage-azcopy-10.3.4/main.go:91 +0x24
created by main.configureGC
/home/pi/azure-storage-azcopy-10.3.4/main.go:90 +0x24

goroutine 9 [select]:
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).slicePoolPruneLoop(0x21e60f0)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:728 +0xd8
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:202 +0x574

goroutine 10 [chan receive]:
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).scheduleJobParts(0x21e60f0)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:263 +0x68
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:206 +0x590

goroutine 11 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x0)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 12 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x1)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 13 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x2)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 14 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x3)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 15 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x4)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 16 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x5)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 18 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x6)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 19 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x7)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 20 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x8)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 21 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x9)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 22 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0xa)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 23 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0xb)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 24 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0xc)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 25 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0xd)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 26 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0xe)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 27 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0xf)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 28 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x10)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 29 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x11)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 30 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x12)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 31 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x13)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 32 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x14)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 33 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x15)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 34 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x16)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 35 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x17)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 36 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x18)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 37 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x19)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 38 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x1a)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 39 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x1b)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 40 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x1c)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 41 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x1d)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 42 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x1e)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 43 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x1f)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 44 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x20)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 45 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x21)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 46 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x22)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 47 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x23)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 48 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x24)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 49 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x25)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 50 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x26)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 51 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x27)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 52 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x28)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 53 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x29)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 54 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x2a)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 55 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x2b)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 56 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x2c)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 57 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x2d)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 58 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x2e)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 59 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x2f)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 60 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x30)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 61 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x31)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 62 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x32)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 63 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x33)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 64 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x34)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 65 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x35)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 66 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x36)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 67 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x37)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 68 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x38)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 69 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x39)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 70 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x3a)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 71 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x3b)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 72 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x3c)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 73 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x3d)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 74 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x3e)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 75 [sleep]:
time.Sleep(0x989680, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(*jobsAdmin).transferProcessor(0x21e60f0, 0x3f)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:472 +0xf0
created by github.com/Azure/azure-storage-azcopy/ste.initJobsAdmin
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:213 +0x5bc

goroutine 76 [select]:
net/http.(Transport).getConn(0x2518000, 0x20a2aa0, 0x0, 0x25c8000, 0x5, 0x20a8680, 0x1d, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/http/transport.go:1291 +0x3e4
net/http.(
Transport).roundTrip(0x2518000, 0x210e200, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/transport.go:552 +0x560
net/http.(Transport).RoundTrip(0x2518000, 0x210e200, 0x2518000, 0x0, 0x0)
/usr/local/go/src/net/http/roundtrip.go:17 +0x24
net/http.send(0x210e200, 0x7583b0, 0x2518000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x20ac280, 0x0, ...)
/usr/local/go/src/net/http/client.go:252 +0x36c
net/http.(
Client).send(0x250e020, 0x210e200, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x757558, 0x2010038, ...)
/usr/local/go/src/net/http/client.go:176 +0xb8
net/http.(Client).do(0x250e020, 0x210e200, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/client.go:699 +0x334
net/http.(
Client).Do(...)
/usr/local/go/src/net/http/client.go:567
github.com/Azure/azure-storage-azcopy/ste.newAzcopyHTTPClientFactory.func1.1(0x75d680, 0x250e160, 0x2522080, 0x0, 0x0, 0x1cdd4, 0x1d634)
/home/pi/azure-storage-azcopy-10.3.4/ste/mgr-JobPartMgr.go:138 +0xb8
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x250a040, 0x75d680, 0x250e160, 0x2522080, 0xb70270, 0x0, 0x18, 0xb)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/pipeline/core.go:43 +0x34
github.com/Azure/azure-storage-azcopy/ste.(xferStatsPolicy).Do(0x250c040, 0x75d680, 0x250e160, 0x2522080, 0xbb9159da, 0xda, 0xde6ebcce, 0xbf900c24)
/home/pi/azure-storage-azcopy-10.3.4/ste/xferStatsPolicy.go:171 +0x50
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x250a048, 0x75d680, 0x250e160, 0x2522080, 0xb70270, 0x0, 0x0, 0x0)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/pipeline/core.go:43 +0x34
github.com/Azure/azure-storage-azcopy/ste.NewRequestLogPolicyFactory.func1.1(0x75d660, 0x2510180, 0x2522080, 0x591398, 0xb7f3e0, 0x0, 0x0)
/home/pi/azure-storage-azcopy-10.3.4/ste/xferLogPolicy.go:76 +0x150
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x2508360, 0x75d660, 0x2510180, 0x2522080, 0x0, 0x19, 0x1ac, 0x1)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/pipeline/core.go:43 +0x34
github.com/Azure/azure-storage-azcopy/ste.NewVersionPolicyFactory.func1.1(0x75d660, 0x2510180, 0x2522080, 0x2510101, 0x0, 0xfbabc, 0x2510188)
/home/pi/azure-storage-azcopy-10.3.4/ste/mgr-JobPartMgr.go:73 +0x150
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x250c050, 0x75d660, 0x2510180, 0x2522080, 0x250a0c0, 0x25101c0, 0xb70270, 0x8c2e0ad9)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/pipeline/core.go:43 +0x34
github.com/Azure/azure-storage-blob-go/azblob.responderPolicy.Do(0x7589f8, 0x250c050, 0x25160a0, 0x75d660, 0x2510180, 0x2522080, 0x8c2e0ad9, 0xd1, 0x2510180, 0x3b9aca00)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/azblob/zz_generated_responder_policy.go:33 +0x3c
github.com/Azure/azure-storage-blob-go/azblob.anonymousCredentialPolicy.Do(...)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/azblob/zc_credential_anonymous.go:54
github.com/Azure/azure-storage-azcopy/ste.(
retryNotificationPolicy).Do(0x250a058, 0x75d660, 0x2510180, 0x2522080, 0xd1, 0xb70270, 0xde6d7e03, 0xbf900d05)
/home/pi/azure-storage-azcopy-10.3.4/ste/xferRetryNotificationPolicy.go:59 +0x40
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x250a060, 0x75d660, 0x2510180, 0x2522080, 0x75d660, 0x2510180, 0x250a0c8, 0xd)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/pipeline/core.go:43 +0x34
github.com/Azure/azure-storage-azcopy/ste.NewBlobXferRetryPolicyFactory.func1.1(0x75d640, 0x201c07c, 0x2522000, 0xf24b9681, 0x5756b0, 0x1, 0x25140b0)
/home/pi/azure-storage-azcopy-10.3.4/ste/xferRetrypolicy.go:382 +0x6ec
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x2510100, 0x75d640, 0x201c07c, 0x2522000, 0x2514110, 0x24, 0x4, 0xd)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/pipeline/core.go:43 +0x34
github.com/Azure/azure-storage-blob-go/azblob.NewUniqueRequestIDPolicyFactory.func1.1(0x75d640, 0x201c07c, 0x2522000, 0x632310f1, 0x5756b0, 0x329b01, 0x25140b0)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/azblob/zc_policy_unique_request_id.go:19 +0x78
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x250c070, 0x75d640, 0x201c07c, 0x2522000, 0x2514104, 0x59ce10, 0x2f, 0x2520000)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/pipeline/core.go:43 +0x34
github.com/Azure/azure-storage-blob-go/azblob.NewTelemetryPolicyFactory.func1.1(0x75d640, 0x201c07c, 0x2522000, 0x1, 0x0, 0x1, 0x250a038)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/azblob/zc_policy_telemetry.go:34 +0x110
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x250e0e0, 0x75d640, 0x201c07c, 0x2522000, 0x250e0e0, 0x61bb2d, 0x4, 0x2e60d4)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/pipeline/core.go:43 +0x34
github.com/Azure/azure-pipeline-go/pipeline.(*pipeline).Do(0x250e060, 0x75d640, 0x201c07c, 0x758aa0, 0x25160a0, 0x2522000, 0x6, 0x631be0, 0x1b, 0x0)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/pipeline/core.go:129 +0x58
github.com/Azure/azure-storage-blob-go/azblob.blobClient.Download(0x631bd2, 0x5, 0x0, 0x0, 0x0, 0x631bda, 0x6, 0x631be0, 0x1b, 0x0, ...)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/azblob/zz_generated_blob.go:639 +0x240
github.com/Azure/azure-storage-blob-go/azblob.BlobURL.Download(0x631bd2, 0x5, 0x0, 0x0, 0x0, 0x631bda, 0x6, 0x631be0, 0x1b, 0x0, ...)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/azblob/url_blob.go:69 +0x10c
github.com/Azure/azure-storage-azcopy/cmd.beginDetectNewVersion.func1(0x2028980)
/home/pi/azure-storage-azcopy-10.3.4/cmd/root.go:169 +0x1bc
created by github.com/Azure/azure-storage-azcopy/cmd.beginDetectNewVersion
/home/pi/azure-storage-azcopy-10.3.4/cmd/root.go:146 +0x40

goroutine 83 [sleep]:
time.Sleep(0xd964b800, 0x45)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/common.(proxyLookupCache).endlessTimedRefresh(0x200d4a0, 0x631bd2, 0x5, 0x0, 0x0, 0x0, 0x631bda, 0x6, 0x0, 0x0, ...)
/home/pi/azure-storage-azcopy-10.3.4/common/ProxyLookupCache.go:162 +0x50
created by github.com/Azure/azure-storage-azcopy/common.(
proxyLookupCache).getProxy
/home/pi/azure-storage-azcopy-10.3.4/common/ProxyLookupCache.go:137 +0x2ec

goroutine 154 [sleep]:
time.Sleep(0xd964b800, 0x45)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/common.(proxyLookupCache).endlessTimedRefresh(0x200d4a0, 0x25c8000, 0x5, 0x0, 0x0, 0x0, 0x25c8008, 0x19, 0x0, 0x0, ...)
/home/pi/azure-storage-azcopy-10.3.4/common/ProxyLookupCache.go:162 +0x50
created by github.com/Azure/azure-storage-azcopy/common.(
proxyLookupCache).getProxy
/home/pi/azure-storage-azcopy-10.3.4/common/ProxyLookupCache.go:137 +0x2ec

goroutine 151 [IO wait]:
internal/poll.runtime_pollWait(0xa62a2e08, 0x72, 0xffffffff)
/usr/local/go/src/runtime/netpoll.go:203 +0x44
internal/poll.(pollDesc).wait(0x207e064, 0x72, 0x1300, 0x138e, 0xffffffff)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x30
internal/poll.(
pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(FD).Read(0x207e050, 0x256a000, 0x138e, 0x138e, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:169 +0x174
net.(
netFD).Read(0x207e050, 0x256a000, 0x138e, 0x138e, 0x0, 0x1cdd4, 0x1d634)
/usr/local/go/src/net/fd_unix.go:202 +0x38
net.(conn).Read(0x25b0010, 0x256a000, 0x138e, 0x138e, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:184 +0x64
crypto/tls.(
atLeastReader).Read(0x20ac270, 0x256a000, 0x138e, 0x138e, 0x19d90, 0x1e2704, 0x758338)
/usr/local/go/src/crypto/tls/conn.go:760 +0x78
bytes.(Buffer).ReadFrom(0x2564360, 0x757420, 0x20ac270, 0x65fd4, 0x1e1218, 0x59a080, 0x6049a0)
/usr/local/go/src/bytes/buffer.go:204 +0xa8
crypto/tls.(
Conn).readFromUntil(0x2564200, 0x758338, 0x25b0010, 0x5, 0x25b0010, 0xd10e0df9)
/usr/local/go/src/crypto/tls/conn.go:782 +0xc4
crypto/tls.(Conn).readRecordOrCCS(0x2564200, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:589 +0xfc
crypto/tls.(
Conn).readRecord(...)
/usr/local/go/src/crypto/tls/conn.go:557
crypto/tls.(Conn).Read(0x2564200, 0x25c6000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:1233 +0x14c
net/http.(
persistConn).Read(0x2238000, 0x25c6000, 0x1000, 0x1000, 0x73dbc, 0x204fee0, 0x2)
/usr/local/go/src/net/http/transport.go:1825 +0x168
bufio.(Reader).fill(0x2068f00)
/usr/local/go/src/bufio/bufio.go:100 +0x108
bufio.(
Reader).Peek(0x2068f00, 0x1, 0x2, 0x0, 0x0, 0x2028f00, 0x2510200)
/usr/local/go/src/bufio/bufio.go:138 +0x38
net/http.(persistConn).readLoop(0x2238000)
/usr/local/go/src/net/http/transport.go:1978 +0x15c
created by net/http.(
Transport).dialConn
/usr/local/go/src/net/http/transport.go:1647 +0x9b8

goroutine 114 [sleep]:
time.Sleep(0x77359400, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/common.(lifecycleMgr).InitiateProgressReporting.func1(0x2068600, 0x75a840, 0x2074fc0)
/home/pi/azure-storage-azcopy-10.3.4/common/lifecyleMgr.go:457 +0x88
created by github.com/Azure/azure-storage-azcopy/common.(
lifecycleMgr).InitiateProgressReporting
/home/pi/azure-storage-azcopy-10.3.4/common/lifecyleMgr.go:443 +0x6c

goroutine 115 [syscall]:
os/signal.signal_recv(0x0)
/usr/local/go/src/runtime/sigqueue.go:147 +0x130
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:23 +0x14
created by os/signal.Notify.func1
/usr/local/go/src/os/signal/signal.go:127 +0x34

goroutine 81 [chan receive]:
net/http.(persistConn).addTLS(0x211c000, 0x2520990, 0x1f, 0x21da500, 0x25209b0, 0x3)
/usr/local/go/src/net/http/transport.go:1459 +0x194
net/http.(
Transport).dialConn(0x2133380, 0x75d680, 0x20fe100, 0x0, 0x227e000, 0x5, 0x2520990, 0x23, 0x0, 0x211c000, ...)
/usr/local/go/src/net/http/transport.go:1529 +0x16b4
net/http.(Transport).dialConnFor(0x2133380, 0x224c1e0)
/usr/local/go/src/net/http/transport.go:1365 +0x64
created by net/http.(
Transport).queueForDial
/usr/local/go/src/net/http/transport.go:1334 +0x2ec

goroutine 105 [chan receive]:
net/http.(persistConn).addTLS(0x2e5dea0, 0x2eadb30, 0x1f, 0x2eb1600, 0x2eadb50, 0x3)
/usr/local/go/src/net/http/transport.go:1459 +0x194
net/http.(
Transport).dialConn(0x2133380, 0x75d680, 0x2edafc0, 0x0, 0x2562000, 0x5, 0x2eadb30, 0x23, 0x0, 0x2e5dea0, ...)
/usr/local/go/src/net/http/transport.go:1529 +0x16b4
net/http.(Transport).dialConnFor(0x2133380, 0x2db7f20)
/usr/local/go/src/net/http/transport.go:1365 +0x64
created by net/http.(
Transport).queueForDial
/usr/local/go/src/net/http/transport.go:1334 +0x2ec

goroutine 117 [select]:
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).poolSizer(0x21e60f0, 0x75d820, 0x201d318)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:363 +0x1b8
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).scheduleJobParts
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:268 +0x1a0

goroutine 118 [select]:
net/http.(persistConn).roundTrip(0x22380a0, 0x20fed00, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/transport.go:2498 +0x590
net/http.(
Transport).roundTrip(0x2133380, 0x221a580, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/transport.go:565 +0x83c
net/http.(Transport).RoundTrip(0x2133380, 0x221a580, 0x2133380, 0x0, 0x0)
/usr/local/go/src/net/http/roundtrip.go:17 +0x24
net/http.send(0x221a580, 0x7583b0, 0x2133380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x20f0e00, 0x0, ...)
/usr/local/go/src/net/http/client.go:252 +0x36c
net/http.(
Client).send(0x21e89e0, 0x221a580, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, ...)
/usr/local/go/src/net/http/client.go:176 +0xb8
net/http.(Client).do(0x21e89e0, 0x221a580, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/client.go:699 +0x334
net/http.(
Client).Do(...)
/usr/local/go/src/net/http/client.go:567
github.com/Azure/azure-storage-azcopy/ste.newAzcopyHTTPClientFactory.func1.1(0x75d680, 0x20fec80, 0x221a500, 0x0, 0x0, 0x1cdd4, 0x1d634)
/home/pi/azure-storage-azcopy-10.3.4/ste/mgr-JobPartMgr.go:138 +0xb8
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x20f0d38, 0x75d680, 0x20fec80, 0x221a500, 0xb70270, 0x0, 0x18, 0x64)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/pipeline/core.go:43 +0x34
github.com/Azure/azure-storage-azcopy/ste.(xferStatsPolicy).Do(0x20f32c0, 0x75d680, 0x20fec80, 0x221a500, 0xd1126fef, 0xda, 0xf3efd7bc, 0xbf900c24)
/home/pi/azure-storage-azcopy-10.3.4/ste/xferStatsPolicy.go:171 +0x50
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x20f0d40, 0x75d680, 0x20fec80, 0x221a500, 0xb70270, 0x0, 0x0, 0x0)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/pipeline/core.go:43 +0x34
github.com/Azure/azure-storage-azcopy/ste.NewRequestLogPolicyFactory.func1.1(0x75d660, 0x21db700, 0x221a500, 0xc8f7a45e, 0x5756b0, 0x0, 0x21309a0)
/home/pi/azure-storage-azcopy-10.3.4/ste/xferLogPolicy.go:76 +0x150
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x2f24210, 0x75d660, 0x21db700, 0x221a500, 0x21309f4, 0x1bd, 0x1ac, 0x1)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/pipeline/core.go:43 +0x34
github.com/Azure/azure-storage-azcopy/ste.NewVersionPolicyFactory.func1.1(0x75d660, 0x21db700, 0x221a500, 0x21db701, 0x0, 0xfbabc, 0x21db708)
/home/pi/azure-storage-azcopy-10.3.4/ste/mgr-JobPartMgr.go:73 +0x150
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x20f32d0, 0x75d660, 0x21db700, 0x221a500, 0x20f0de0, 0x21db740, 0xb70270, 0x8c2e133d)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/pipeline/core.go:43 +0x34
github.com/Azure/azure-storage-blob-go/azblob.responderPolicy.Do(0x7589f8, 0x20f32d0, 0x222c910, 0x75d660, 0x21db700, 0x221a500, 0x8c2e133d, 0xd1, 0x21db700, 0x3b9aca00)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/azblob/zz_generated_responder_policy.go:33 +0x3c
github.com/Azure/azure-storage-blob-go/azblob.anonymousCredentialPolicy.Do(...)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/azblob/zc_credential_anonymous.go:54
github.com/Azure/azure-storage-azcopy/ste.(
retryNotificationPolicy).Do(0x20f0d50, 0x75d660, 0x21db700, 0x221a500, 0xd1, 0xb70270, 0xf3ef98f2, 0xbf900d05)
/home/pi/azure-storage-azcopy-10.3.4/ste/xferRetryNotificationPolicy.go:59 +0x40
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x20f0d58, 0x75d660, 0x21db700, 0x221a500, 0x75d660, 0x21db700, 0x20f0de8, 0xd)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/pipeline/core.go:43 +0x34
github.com/Azure/azure-storage-azcopy/ste.NewBlobXferRetryPolicyFactory.func1.1(0x75d620, 0x20a2280, 0x221a480, 0x56d749b9, 0x5756b0, 0x1, 0x21308f0)
/home/pi/azure-storage-azcopy-10.3.4/ste/xferRetrypolicy.go:382 +0x6ec
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x21db640, 0x75d620, 0x20a2280, 0x221a480, 0x2130950, 0x24, 0x4, 0x1ac)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/pipeline/core.go:43 +0x34
github.com/Azure/azure-storage-blob-go/azblob.NewUniqueRequestIDPolicyFactory.func1.1(0x75d620, 0x20a2280, 0x221a480, 0x421fbdeb, 0x5756b0, 0x329b01, 0x21308f0)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/azblob/zc_policy_unique_request_id.go:19 +0x78
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x20f32f0, 0x75d620, 0x20a2280, 0x221a480, 0x2130944, 0x59ce10, 0x2f, 0x20aa1b0)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/pipeline/core.go:43 +0x34
github.com/Azure/azure-storage-blob-go/azblob.NewTelemetryPolicyFactory.func1.1(0x75d620, 0x20a2280, 0x221a480, 0x1, 0x0, 0x1, 0x20f0d30)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/azblob/zc_policy_telemetry.go:34 +0x110
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x20fec00, 0x75d620, 0x20a2280, 0x221a480, 0x20fec00, 0x61bb2d, 0x4, 0x2e7814)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/pipeline/core.go:43 +0x34
github.com/Azure/azure-pipeline-go/pipeline.(pipeline).Do(0x20a2260, 0x75d620, 0x20a2280, 0x758aa0, 0x222c910, 0x221a480, 0x1f, 0x227e027, 0x2f, 0x0)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/pipeline/core.go:129 +0x58
github.com/Azure/azure-storage-blob-go/azblob.blobClient.GetProperties(0x227e000, 0x5, 0x0, 0x0, 0x0, 0x227e008, 0x1f, 0x227e027, 0x2f, 0x0, ...)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/azblob/zz_generated_blob.go:761 +0x230
github.com/Azure/azure-storage-blob-go/azblob.BlobURL.GetProperties(0x227e000, 0x5, 0x0, 0x0, 0x0, 0x227e008, 0x1f, 0x227e027, 0x2f, 0x0, ...)
/home/pi/go/pkg/mod/github.com/!azure/[email protected]/azblob/url_blob.go:113 +0xa4
github.com/Azure/azure-storage-azcopy/ste.(
blockBlobUploader).GetDestinationLength(0x221c200, 0x75f2f8, 0x221c200, 0x0, 0x0)
/home/pi/azure-storage-azcopy-10.3.4/ste/sender-blockBlobFromLocal.go:140 +0x7c
github.com/Azure/azure-storage-azcopy/ste.epilogueWithCleanupSendToRemote(0x764eb8, 0x208e400, 0x75f2f8, 0x221c200, 0x75c780, 0x2204108)
/home/pi/azure-storage-azcopy-10.3.4/ste/xfer-anyToRemote.go:336 +0x5e4
github.com/Azure/azure-storage-azcopy/ste.anyToRemote.func1()
/home/pi/azure-storage-azcopy-10.3.4/ste/xfer-anyToRemote.go:175 +0x44
github.com/Azure/azure-storage-azcopy/ste.(jobPartTransferMgr).runActionAfterLastChunk(...)
/home/pi/azure-storage-azcopy-10.3.4/ste/mgr-JobPartTransferMgr.go:452
github.com/Azure/azure-storage-azcopy/ste.(
jobPartTransferMgr).ReportChunkDone(0x208e400, 0x222e180, 0x38, 0x0, 0x0, 0x421e, 0x0, 0x2222378, 0x222237c, 0xf, ...)
/home/pi/azure-storage-azcopy-10.3.4/ste/mgr-JobPartTransferMgr.go:439 +0x104
github.com/Azure/azure-storage-azcopy/ste.createChunkFunc.func1(0x1)
/home/pi/azure-storage-azcopy-10.3.4/ste/sender.go:168 +0x138
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x1)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:427 +0xbc
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 119 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x2)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 120 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x3)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 121 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x4)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 123 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x6)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 124 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x7)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 125 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x8)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 126 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x9)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 127 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0xa)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 128 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0xb)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 129 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0xc)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 130 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0xd)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 131 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0xe)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 132 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0xf)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 133 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x10)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 134 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x11)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 85 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x12)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 86 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x13)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 87 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x14)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 88 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x15)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 89 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x16)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 90 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x17)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 91 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x18)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 135 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x19)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 92 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x1a)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 136 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x1b)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 137 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x1c)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 93 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x1d)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 138 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x1e)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 139 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x1f)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 94 [sleep]:
time.Sleep(0x5f5e100, 0x0)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/ste.(jobsAdmin).chunkProcessor(0x21e60f0, 0x20)
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:433 +0x118
created by github.com/Azure/azure-storage-azcopy/ste.(
jobsAdmin).poolSizer
/home/pi/azure-storage-azcopy-10.3.4/ste/JobsAdmin.go:356 +0x598

goroutine 80 [sleep]:
time.Sleep(0xd964b800, 0x45)
/usr/local/go/src/runtime/time.go:198 +0xec
github.com/Azure/azure-storage-azcopy/common.(proxyLookupCache).endlessTimedRefresh(0x200d4a0, 0x227e000, 0x5, 0x0, 0x0, 0x0, 0x227e008, 0x1f, 0x0, 0x0, ...)
/home/pi/azure-storage-azcopy-10.3.4/common/ProxyLookupCache.go:162 +0x50
created by github.com/Azure/azure-storage-azcopy/common.(
proxyLookupCache).getProxy
/home/pi/azure-storage-azcopy-10.3.4/common/ProxyLookupCache.go:137 +0x2ec

goroutine 144 [IO wait]:
internal/poll.runtime_pollWait(0xa62a2e9c, 0x72, 0xffffffff)
/usr/local/go/src/runtime/netpoll.go:203 +0x44
internal/poll.(pollDesc).wait(0x222c424, 0x72, 0x2000, 0x20df, 0xffffffff)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x30
internal/poll.(
pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(FD).Read(0x222c410, 0x2f00000, 0x20df, 0x20df, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:169 +0x174
net.(
netFD).Read(0x222c410, 0x2f00000, 0x20df, 0x20df, 0x0, 0x1cdd4, 0x1d634)
/usr/local/go/src/net/fd_unix.go:202 +0x38
net.(conn).Read(0x25b00a8, 0x2f00000, 0x20df, 0x20df, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:184 +0x64
crypto/tls.(
atLeastReader).Read(0x20f3400, 0x2f00000, 0x20df, 0x20df, 0x19d90, 0x1e2704, 0x758338)
/usr/local/go/src/crypto/tls/conn.go:760 +0x78
bytes.(Buffer).ReadFrom(0x2564760, 0x757420, 0x20f3400, 0x9437f14c, 0x1e1218, 0x59a080, 0x6049a0)
/usr/local/go/src/bytes/buffer.go:204 +0xa8
crypto/tls.(
Conn).readFromUntil(0x2564600, 0x758338, 0x25b00a8, 0x5, 0x25b00a8, 0x251ad30)
/usr/local/go/src/crypto/tls/conn.go:782 +0xc4
crypto/tls.(Conn).readRecordOrCCS(0x2564600, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:589 +0xfc
crypto/tls.(
Conn).readRecord(...)
/usr/local/go/src/crypto/tls/conn.go:557
crypto/tls.(Conn).Read(0x2564600, 0x2f38000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:1233 +0x14c
net/http.(
persistConn).Read(0x22380a0, 0x2f38000, 0x1000, 0x1000, 0x73dbc, 0x25c3ee0, 0x2)
/usr/local/go/src/net/http/transport.go:1825 +0x168
bufio.(Reader).fill(0x2f24150)
/usr/local/go/src/bufio/bufio.go:100 +0x108
bufio.(
Reader).Peek(0x2f24150, 0x1, 0x2, 0x0, 0x0, 0x251ae00, 0x2eb1600)
/usr/local/go/src/bufio/bufio.go:138 +0x38
net/http.(persistConn).readLoop(0x22380a0)
/usr/local/go/src/net/http/transport.go:1978 +0x15c
created by net/http.(
Transport).dialConn
/usr/local/go/src/net/http/transport.go:1647 +0x9b8

goroutine 150 [IO wait]:
internal/poll.runtime_pollWait(0xa62a2d74, 0x72, 0xffffffff)
/usr/local/go/src/runtime/netpoll.go:203 +0x44
internal/poll.(pollDesc).wait(0x222c474, 0x72, 0x200, 0x205, 0xffffffff)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x30
internal/poll.(
pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(FD).Read(0x222c460, 0x2548900, 0x205, 0x205, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:169 +0x174
net.(
netFD).Read(0x222c460, 0x2548900, 0x205, 0x205, 0x2548900, 0x1cdd4, 0x1d634)
/usr/local/go/src/net/fd_unix.go:202 +0x38
net.(conn).Read(0x25b00b8, 0x2548900, 0x205, 0x205, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:184 +0x64
crypto/tls.(
atLeastReader).Read(0x20ac220, 0x2548900, 0x205, 0x205, 0x65b4d8, 0x1e2704, 0x2548900)
/usr/local/go/src/crypto/tls/conn.go:760 +0x78
bytes.(Buffer).ReadFrom(0x2564960, 0x757420, 0x20ac220, 0x800, 0x1e1218, 0x59a080, 0x6049a0)
/usr/local/go/src/bytes/buffer.go:204 +0xa8
crypto/tls.(
Conn).readFromUntil(0x2564800, 0x758338, 0x25b00b8, 0x5, 0x25b00b8, 0x11b)
/usr/local/go/src/crypto/tls/conn.go:782 +0xc4
crypto/tls.(Conn).readRecordOrCCS(0x2564800, 0x0, 0x1e3398, 0x2564908)
/usr/local/go/src/crypto/tls/conn.go:589 +0xfc
crypto/tls.(
Conn).readRecord(...)
/usr/local/go/src/crypto/tls/conn.go:557
crypto/tls.(Conn).readHandshake(0x2564800, 0x2588416, 0x2588480, 0x116, 0x180)
/usr/local/go/src/crypto/tls/conn.go:973 +0x40
crypto/tls.(
Conn).clientHandshake(0x2564800, 0x0, 0x0)
/usr/local/go/src/crypto/tls/handshake_client.go:169 +0x1b8
crypto/tls.(Conn).Handshake(0x2564800, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:1340 +0xd8
net/http.(
persistConn).addTLS.func2(0x21da500, 0x2564800, 0x21664c0, 0x2166480)
/usr/local/go/src/net/http/transport.go:1453 +0x34
created by net/http.(*persistConn).addTLS
/usr/local/go/src/net/http/transport.go:1449 +0x170

goroutine 152 [select]:
net/http.(persistConn).writeLoop(0x2238000)
/usr/local/go/src/net/http/transport.go:2277 +0xc4
created by net/http.(
Transport).dialConn
/usr/local/go/src/net/http/transport.go:1648 +0x9d4

goroutine 162 [chan receive]:
net/http.(persistConn).addTLS(0x2238280, 0x2521c50, 0x1f, 0x21db7c0, 0x2521c70, 0x3)
/usr/local/go/src/net/http/transport.go:1459 +0x194
net/http.(
Transport).dialConn(0x2133380, 0x75d680, 0x20fec80, 0x0, 0x227e000, 0x5, 0x2521c50, 0x23, 0x0, 0x2238280, ...)
/usr/local/go/src/net/http/transport.go:1529 +0x16b4
net/http.(Transport).dialConnFor(0x2133380, 0x2106a80)
/usr/local/go/src/net/http/transport.go:1365 +0x64
created by net/http.(
Transport).queueForDial
/usr/local/go/src/net/http/transport.go:1334 +0x2ec

goroutine 145 [runnable]:
crypto/cipher.(gcm).mul(0x2102120, 0x2237cb4)
/usr/local/go/src/crypto/cipher/gcm.go:310 +0x88
crypto/cipher.(
gcm).updateBlocks(0x2102120, 0x2237cb4, 0x2f5800d, 0x190, 0x18bb)
/usr/local/go/src/crypto/cipher/gcm.go:327 +0x170
crypto/cipher.(gcm).update(0x2102120, 0x2237cb4, 0x2f5800d, 0x191, 0x18bb)
/usr/local/go/src/crypto/cipher/gcm.go:336 +0x54
crypto/cipher.(
gcm).auth(0x2102120, 0x2237d08, 0x10, 0x10, 0x2f5800d, 0x191, 0x18bb, 0x2564734, 0xd, 0xd, ...)
/usr/local/go/src/crypto/cipher/gcm.go:415 +0x7c
crypto/cipher.(gcm).Seal(0x2102120, 0x2f58000, 0xd, 0x18c8, 0x20fea20, 0xc, 0xc, 0x2f39000, 0x191, 0x1000, ...)
/usr/local/go/src/crypto/cipher/gcm.go:189 +0x240
crypto/tls.(
prefixNonceAEAD).Seal(0x20fea20, 0x2f58000, 0xd, 0x18c8, 0x2f58005, 0x8, 0x18c3, 0x2f39000, 0x191, 0x1000, ...)
/usr/local/go/src/crypto/tls/cipher_suites.go:298 +0xb4
crypto/tls.(halfConn).encrypt(0x2564708, 0x2f58000, 0x5, 0x18c8, 0x2f39000, 0x191, 0x1000, 0x7573f0, 0x200c180, 0x0, ...)
/usr/local/go/src/crypto/tls/conn.go:504 +0xa20
crypto/tls.(
Conn).writeRecordLocked(0x2564600, 0x17, 0x2f39000, 0x191, 0x1000, 0x2f, 0x1f, 0xc3)
/usr/local/go/src/crypto/tls/conn.go:940 +0x19c
crypto/tls.(Conn).Write(0x2564600, 0x2f39000, 0x191, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:1111 +0x16c
net/http.persistConnWriter.Write(0x22380a0, 0x2f39000, 0x191, 0x1000, 0x584b80, 0x2a64ca8, 0x584b80)
/usr/local/go/src/net/http/transport.go:1663 +0x40
bufio.(
Writer).Flush(0x20feaa0, 0x757330, 0x20feaa0)
/usr/local/go/src/bufio/bufio.go:591 +0x60
net/http.(persistConn).writeLoop(0x22380a0)
/usr/local/go/src/net/http/transport.go:2293 +0x2bc
created by net/http.(
Transport).dialConn
/usr/local/go/src/net/http/transport.go:1648 +0x9d4

goroutine 159 [runnable]:
internal/poll.runtime_pollWait(0xa62a2c4c, 0x72, 0xffffffff)
/usr/local/go/src/runtime/netpoll.go:203 +0x44
internal/poll.(pollDesc).wait(0x2ec8b54, 0x72, 0x200, 0x205, 0xffffffff)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x30
internal/poll.(
pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(FD).Read(0x2ec8b40, 0x2549200, 0x205, 0x205, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:169 +0x174
net.(
netFD).Read(0x2ec8b40, 0x2549200, 0x205, 0x205, 0x2549200, 0x1cdd4, 0x1d634)
/usr/local/go/src/net/fd_unix.go:202 +0x38
net.(conn).Read(0x25b01b8, 0x2549200, 0x205, 0x205, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:184 +0x64
crypto/tls.(
atLeastReader).Read(0x20ac300, 0x2549200, 0x205, 0x205, 0x65b4d8, 0x1e2704, 0x2549200)
/usr/local/go/src/crypto/tls/conn.go:760 +0x78
bytes.(Buffer).ReadFrom(0x2564b60, 0x757420, 0x20ac300, 0x800, 0x1e1218, 0x59a080, 0x6049a0)
/usr/local/go/src/bytes/buffer.go:204 +0xa8
crypto/tls.(
Conn).readFromUntil(0x2564a00, 0x758338, 0x25b01b8, 0x5, 0x25b01b8, 0x11b)
/usr/local/go/src/crypto/tls/conn.go:782 +0xc4
crypto/tls.(Conn).readRecordOrCCS(0x2564a00, 0x0, 0x1e3398, 0x2564b08)
/usr/local/go/src/crypto/tls/conn.go:589 +0xfc
crypto/tls.(
Conn).readRecord(...)
/usr/local/go/src/crypto/tls/conn.go:557
crypto/tls.(Conn).readHandshake(0x2564a00, 0x2588616, 0x2588600, 0x116, 0x180)
/usr/local/go/src/crypto/tls/conn.go:973 +0x40
crypto/tls.(
Conn).clientHandshake(0x2564a00, 0x0, 0x0)
/usr/local/go/src/crypto/tls/handshake_client.go:169 +0x1b8
crypto/tls.(Conn).Handshake(0x2564a00, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:1340 +0xd8
net/http.(
persistConn).addTLS.func2(0x2eb1600, 0x2564a00, 0x2166a40, 0x2166a00)
/usr/local/go/src/net/http/transport.go:1453 +0x34
created by net/http.(*persistConn).addTLS
/usr/local/go/src/net/http/transport.go:1449 +0x170

goroutine 155 [select]:
net.(Resolver).lookupIPAddr(0xb6fe90, 0x75d660, 0x2166800, 0x61b85b, 0x3, 0x20a8680, 0x19, 0x1bb, 0x0, 0x0, ...)
/usr/local/go/src/net/lookup.go:274 +0x4c8
net.(
Resolver).internetAddrList(0xb6fe90, 0x75d660, 0x2166800, 0x61b85b, 0x3, 0x20a8680, 0x1d, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/ipsock.go:280 +0x4e8
net.(Resolver).resolveAddrList(0xb6fe90, 0x75d660, 0x2166800, 0x61bc25, 0x4, 0x61b85b, 0x3, 0x20a8680, 0x1d, 0x0, ...)
/usr/local/go/src/net/dial.go:222 +0x478
net.(
Dialer).DialContext(0x2516000, 0x75d680, 0x250e160, 0x61b85b, 0x3, 0x20a8680, 0x1d, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/dial.go:404 +0x1c4
github.com/Azure/azure-storage-azcopy/ste.(dialRateLimiter).DialContext(0x250a008, 0x75d680, 0x250e160, 0x61b85b, 0x3, 0x20a8680, 0x1d, 0x0, 0x0, 0x0, ...)
/home/pi/azure-storage-azcopy-10.3.4/ste/mgr-JobPartMgr.go:131 +0x104
net/http.(
Transport).dial(0x2518000, 0x75d680, 0x250e160, 0x61b85b, 0x3, 0x20a8680, 0x1d, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/http/transport.go:1085 +0x158
net/http.(Transport).dialConn(0x2518000, 0x75d680, 0x250e160, 0x0, 0x25c8000, 0x5, 0x20a8680, 0x1d, 0x0, 0x211c1e0, ...)
/usr/local/go/src/net/http/transport.go:1519 +0x14b8
net/http.(
Transport).dialConnFor(0x2518000, 0x224c360)
/usr/local/go/src/net/http/transport.go:1365 +0x64
created by net/http.(*Transport).queueForDial
/usr/local/go/src/net/http/transport.go:1334 +0x2ec

goroutine 166 [runnable]:
internal/poll.runtime_pollWait(0xa62a2ce0, 0x72, 0xffffffff)
/usr/local/go/src/runtime/netpoll.go:203 +0x44
internal/poll.(pollDesc).wait(0x2ec8ba4, 0x72, 0x200, 0x205, 0xffffffff)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x30
internal/poll.(
pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(FD).Read(0x2ec8b90, 0x2f60240, 0x205, 0x205, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:169 +0x174
net.(
netFD).Read(0x2ec8b90, 0x2f60240, 0x205, 0x205, 0x2f60240, 0x1cdd4, 0x1d634)
/usr/local/go/src/net/fd_unix.go:202 +0x38
net.(conn).Read(0x20f0ec0, 0x2f60240, 0x205, 0x205, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:184 +0x64
crypto/tls.(
atLeastReader).Read(0x20f33e0, 0x2f60240, 0x205, 0x205, 0x65b4d8, 0x1e2704, 0x2f60240)
/usr/local/go/src/crypto/tls/conn.go:760 +0x78
bytes.(Buffer).ReadFrom(0x2140f60, 0x757420, 0x20f33e0, 0x800, 0x1e1218, 0x59a080, 0x6049a0)
/usr/local/go/src/bytes/buffer.go:204 +0xa8
crypto/tls.(
Conn).readFromUntil(0x2140e00, 0x758338, 0x20f0ec0, 0x5, 0x20f0ec0, 0x11b)
/usr/local/go/src/crypto/tls/conn.go:782 +0xc4
crypto/tls.(Conn).readRecordOrCCS(0x2140e00, 0x0, 0x1e3398, 0x2140f08)
/usr/local/go/src/crypto/tls/conn.go:589 +0xfc
crypto/tls.(
Conn).readRecord(...)
/usr/local/go/src/crypto/tls/conn.go:557
crypto/tls.(Conn).readHandshake(0x2140e00, 0x2f16116, 0x2f16180, 0x116, 0x180)
/usr/local/go/src/crypto/tls/conn.go:973 +0x40
crypto/tls.(
Conn).clientHandshake(0x2140e00, 0x0, 0x0)
/usr/local/go/src/crypto/tls/handshake_client.go:169 +0x1b8
crypto/tls.(Conn).Handshake(0x2140e00, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:1340 +0xd8
net/http.(
persistConn).addTLS.func2(0x21db7c0, 0x2140e00, 0x21dbd80, 0x21dbd40)
/usr/local/go/src/net/http/transport.go:1453 +0x34
created by net/http.(*persistConn).addTLS
/usr/local/go/src/net/http/transport.go:1449 +0x170

goroutine 156 [chan receive]:
net.(Resolver).goLookupIPCNAMEOrder.func4(0x20a86e0, 0x1a, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/dnsclient_unix.go:608 +0x3c
net.(
Resolver).goLookupIPCNAMEOrder(0xb6fe90, 0x75d620, 0x20a2b20, 0x20a8680, 0x19, 0x1, 0x303, 0x4, 0x3, 0x0, ...)
/usr/local/go/src/net/dnsclient_unix.go:618 +0x570
net.(Resolver).lookupIP(0xb6fe90, 0x75d620, 0x20a2b20, 0x61b85b, 0x3, 0x20a8680, 0x19, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/net/lookup_unix.go:102 +0xa4
net.glob..func1(0x75d620, 0x20a2b20, 0x25b0160, 0x61b85b, 0x3, 0x20a8680, 0x19, 0x250e160, 0x0, 0x25c8000, ...)
/usr/local/go/src/net/hook.go:23 +0x4c
net.(
Resolver).lookupIPAddr.func1(0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/lookup.go:268 +0x9c
internal/singleflight.(Group).doCall(0xb6fe98, 0x2068f30, 0x20a86a0, 0x1d, 0x20a2b40)
/usr/local/go/src/internal/singleflight/singleflight.go:95 +0x1c
created by internal/singleflight.(
Group).DoChan
/usr/local/go/src/internal/singleflight/singleflight.go:88 +0x264

goroutine 157 [runnable]:
internal/poll.runtime_pollWait(0xa62a2b24, 0x72, 0xffffffff)
/usr/local/go/src/runtime/netpoll.go:203 +0x44
internal/poll.(pollDesc).wait(0x25ca104, 0x72, 0x200, 0x200, 0xffffffff)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x30
internal/poll.(
pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(FD).Read(0x25ca0f0, 0x254c800, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:169 +0x174
net.(
netFD).Read(0x25ca0f0, 0x254c800, 0x200, 0x200, 0x2b, 0x186060, 0x200)
/usr/local/go/src/net/fd_unix.go:202 +0x38
net.(conn).Read(0x25b01b0, 0x254c800, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:184 +0x64
net.dnsPacketRoundTrip(0x75f680, 0x25b01b0, 0x7a616616, 0x79706f63, 0x78656e76, 0x7a612e74, 0x65657275, 0x2e656764, 0x2e74656e, 0x0, ...)
/usr/local/go/src/net/dnsclient_unix.go:87 +0xc4
net.(
Resolver).exchange(0xb6fe90, 0x75d620, 0x20a2b20, 0x2222110, 0x10, 0x6f637a61, 0x6e767970, 0x2e747865, 0x72757a61, 0x67646565, ...)
/usr/local/go/src/net/dnsclient_unix.go:166 +0x3cc
net.(Resolver).tryOneName(0xb6fe90, 0x75d620, 0x20a2b20, 0x224c000, 0x20a86e0, 0x1a, 0x1, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/dnsclient_unix.go:256 +0x270
net.(
Resolver).goLookupIPCNAMEOrder.func3.1(0xb6fe90, 0x75d620, 0x20a2b20, 0x224c000, 0x20a86e0, 0x1a, 0x21668c0, 0x1)
/usr/local/go/src/net/dnsclient_unix.go:602 +0x54
created by net.(*Resolver).goLookupIPCNAMEOrder.func3
/usr/local/go/src/net/dnsclient_unix.go:601 +0xa0

goroutine 158 [runnable]:
internal/poll.runtime_pollWait(0xa62a2bb8, 0x72, 0xffffffff)
/usr/local/go/src/runtime/netpoll.go:203 +0x44
internal/poll.(pollDesc).wait(0x25ca0b4, 0x72, 0x200, 0x200, 0xffffffff)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x30
internal/poll.(
pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(FD).Read(0x25ca0a0, 0x254c600, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:169 +0x174
net.(
netFD).Read(0x25ca0a0, 0x254c600, 0x200, 0x200, 0x2b, 0x186060, 0x200)
/usr/local/go/src/net/fd_unix.go:202 +0x38
net.(conn).Read(0x25b0190, 0x254c600, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:184 +0x64
net.dnsPacketRoundTrip(0x75f680, 0x25b0190, 0x7a61df57, 0x79706f63, 0x78656e76, 0x7a612e74, 0x65657275, 0x2e656764, 0x2e74656e, 0x0, ...)
/usr/local/go/src/net/dnsclient_unix.go:87 +0xc4
net.(
Resolver).exchange(0xb6fe90, 0x75d620, 0x20a2b20, 0x2222110, 0x10, 0x6f637a61, 0x6e767970, 0x2e747865, 0x72757a61, 0x67646565, ...)
/usr/local/go/src/net/dnsclient_unix.go:166 +0x3cc
net.(Resolver).tryOneName(0xb6fe90, 0x75d620, 0x20a2b20, 0x224c000, 0x20a86e0, 0x1a, 0x1c, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/net/dnsclient_unix.go:256 +0x270
net.(
Resolver).goLookupIPCNAMEOrder.func3.1(0xb6fe90, 0x75d620, 0x20a2b20, 0x224c000, 0x20a86e0, 0x1a, 0x21668c0, 0x1c)
/usr/local/go/src/net/dnsclient_unix.go:602 +0x54
created by net.(*Resolver).goLookupIPCNAMEOrder.func3
/usr/local/go/src/net/dnsclient_unix.go:601 +0xa0
````

distribution

Most helpful comment

I get the same error on the Apple Silicon M1 (ARM) chip.

INFO: Any empty folders will not be processed, because source and/or destination doesn't have full folder support

Job ec27108d-e329-d847-7f57-2393f30f1b16 has started
Log file is located at: /Users/jont/.azcopy/ec27108d-e329-d847-7f57-2393f30f1b16.log

0 Files Scanned at Source, 0 Files Scanned at Destinationunexpected fault address 0x128cd2aaf
fatal error: fault
[signal SIGBUS: bus error code=0x1 addr=0x128cd2aaf pc=0x100dd3e58]

goroutine 8 [running]:
runtime.throw(0x100e66e5f, 0x5)
    runtime/panic.go:1117 +0x54 fp=0x140004ea360 sp=0x140004ea330 pc=0x1006f8a24
runtime.sigpanic()
    runtime/signal_unix.go:731 +0x284 fp=0x140004ea3a0 sp=0x140004ea360 pc=0x1007101a4
github.com/Azure/azure-storage-azcopy/v10/common.(*TransferStatus).AtomicLoad(...)
    github.com/Azure/azure-storage-azcopy/v10/common/fe-ste-models.go:676
github.com/Azure/azure-storage-azcopy/v10/ste.(*JobPartPlanTransfer).TransferStatus(...)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobPartPlan.go:358
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobPartMgr).ScheduleTransfers(0x140004a4340, 0x1011f0670, 0x140004aa180)
    github.com/Azure/azure-storage-azcopy/v10/ste/mgr-JobPartMgr.go:392 +0x428 fp=0x140004ebf20 sp=0x140004ea3b0 pc=0x100dd3e58
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).scheduleJobParts(0x140004a4000)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:287 +0x44 fp=0x140004ebfd0 sp=0x140004ebf20 pc=0x100dc5f84
runtime.goexit()
    runtime/asm_arm64.s:1130 +0x4 fp=0x140004ebfd0 sp=0x140004ebfd0 pc=0x10072df54
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:212 +0x584

goroutine 1 [select (no cases)]:
github.com/Azure/azure-storage-azcopy/v10/common.(*lifecycleMgr).SurrenderControl(0x140003da0e0)
    github.com/Azure/azure-storage-azcopy/v10/common/lifecyleMgr.go:317 +0x20
github.com/Azure/azure-storage-azcopy/v10/cmd.init.18.func2(0x140004aea00, 0x140001cb920, 0x2, 0x2)
    github.com/Azure/azure-storage-azcopy/v10/cmd/sync.go:683 +0x13c
github.com/spf13/cobra.(*Command).execute(0x140004aea00, 0x140001cb8e0, 0x2, 0x2, 0x140004aea00, 0x140001cb8e0)
    github.com/spf13/[email protected]/command.go:856 +0x1d0
github.com/spf13/cobra.(*Command).ExecuteC(0x101770b20, 0x161b0ff39323577f, 0x0, 0x0)
    github.com/spf13/[email protected]/command.go:960 +0x258
github.com/spf13/cobra.(*Command).Execute(...)
    github.com/spf13/[email protected]/command.go:897
github.com/Azure/azure-storage-azcopy/v10/cmd.Execute(0x140001b86f0, 0x13, 0x140001b86f0, 0x13, 0x14000205040, 0x19, 0x7fffffff)
    github.com/Azure/azure-storage-azcopy/v10/cmd/root.go:151 +0xfc
main.main()
    github.com/Azure/azure-storage-azcopy/v10/main.go:82 +0x2d8

goroutine 19 [select]:
go.opencensus.io/stats/view.(*worker).start(0x140001fc680)
    [email protected]/stats/view/worker.go:276 +0x98
created by go.opencensus.io/stats/view.init.0
    [email protected]/stats/view/worker.go:34 +0x70

goroutine 20 [chan receive]:
github.com/Azure/azure-storage-azcopy/v10/common.(*lifecycleMgr).processOutputMessage(0x140003da0e0)
    github.com/Azure/azure-storage-azcopy/v10/common/lifecyleMgr.go:328 +0x54
created by github.com/Azure/azure-storage-azcopy/v10/common.glob..func1
    github.com/Azure/azure-storage-azcopy/v10/common/lifecyleMgr.go:35 +0x164

goroutine 21 [syscall]:
syscall.syscall(0x1007731d0, 0x0, 0x1400008a000, 0x1000, 0x0, 0x0, 0x0)
    runtime/sys_darwin.go:19 +0x1c
syscall.read(0x0, 0x1400008a000, 0x1000, 0x1000, 0x0, 0x100, 0x12882bfff)
    syscall/zsyscall_darwin_arm64.go:1242 +0x5c
syscall.Read(...)
    syscall/syscall_unix.go:187
internal/poll.ignoringEINTRIO(...)
    internal/poll/fd_unix.go:581
internal/poll.(*FD).Read(0x140001c0000, 0x1400008a000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
    internal/poll/fd_unix.go:162 +0x100
os.(*File).read(...)
    os/file_posix.go:31
os.(*File).Read(0x140001be000, 0x1400008a000, 0x1000, 0x1000, 0x0, 0x1000, 0x101ad2700)
    os/file.go:117 +0x60
bufio.(*Reader).fill(0x14000070f70)
    bufio/bufio.go:101 +0xf8
bufio.(*Reader).ReadSlice(0x14000070f70, 0x101ad260a, 0x14000059d38, 0x66, 0xe, 0x101ac4130, 0x14000070d48)
    bufio/bufio.go:360 +0x38
bufio.(*Reader).collectFragments(0x14000070f70, 0x101ac410a, 0x14000059e00, 0x100711201, 0x14000070da8, 0x100719104, 0x14000070dd8, 0x1007187f4, 0x10072eab0, 0x14000070e08, ...)
    bufio/bufio.go:435 +0x64
bufio.(*Reader).ReadString(0x14000070f70, 0x100a, 0x1000, 0x1400008a000, 0x0, 0x0)
    bufio/bufio.go:483 +0x38
github.com/Azure/azure-storage-azcopy/v10/common.(*lifecycleMgr).watchInputs(0x140003da0e0)
    github.com/Azure/azure-storage-azcopy/v10/common/lifecyleMgr.go:111 +0xf4
created by github.com/Azure/azure-storage-azcopy/v10/common.glob..func1
    github.com/Azure/azure-storage-azcopy/v10/common/lifecyleMgr.go:38 +0x184

goroutine 22 [sleep]:
time.Sleep(0x4a817c800)
    runtime/time.go:193 +0xc4
main.configureGC.func1()
    github.com/Azure/azure-storage-azcopy/v10/main.go:91 +0x30
created by main.configureGC
    github.com/Azure/azure-storage-azcopy/v10/main.go:90 +0x30

goroutine 7 [select]:
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).slicePoolPruneLoop(0x140004a4000)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:743 +0xc4
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:208 +0x564

goroutine 9 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x0)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 10 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x1)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 11 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x2)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 12 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x3)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 13 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x4)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 14 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x5)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 15 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x6)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 16 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x7)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 50 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x8)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 51 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x9)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 52 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0xa)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 53 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0xb)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 54 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0xc)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 55 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0xd)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 56 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0xe)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 57 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0xf)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 58 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x10)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 59 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x11)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 60 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x12)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 61 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x13)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 62 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x14)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 63 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x15)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 64 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x16)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 65 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x17)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 66 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x18)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 67 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x19)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 68 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x1a)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 69 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x1b)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 70 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x1c)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 71 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x1d)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 72 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x1e)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 73 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x1f)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 74 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x20)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 75 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x21)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 76 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x22)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 77 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x23)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 78 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x24)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 79 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x25)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 80 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x26)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 81 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x27)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 82 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x28)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 83 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x29)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 84 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x2a)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 85 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x2b)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 86 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x2c)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 87 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x2d)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 88 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x2e)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 89 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x2f)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 90 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x30)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 91 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x31)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 92 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x32)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 93 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x33)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 94 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x34)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 95 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x35)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 96 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x36)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 97 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x37)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 98 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x38)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 99 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x39)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 100 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x3a)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 101 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x3b)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 102 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x3c)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 103 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x3d)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 104 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x3e)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 105 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x3f)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 106 [select]:
net/http.(*Transport).getConn(0x140003c4000, 0x14000032140, 0x0, 0x100e8ae36, 0x5, 0x140004a00c0, 0xa, 0x0, 0x0, 0x0, ...)
    net/http/transport.go:1368 +0x3ec
net/http.(*Transport).roundTrip(0x140003c4000, 0x1400012c400, 0x140008e0300, 0x100711200, 0x140008e0368)
    net/http/transport.go:579 +0x5c0
net/http.(*Transport).RoundTrip(0x140003c4000, 0x1400012c400, 0x140003c4000, 0x0, 0x0)
    net/http/roundtrip.go:17 +0x30
net/http.send(0x1400012c400, 0x1011dfe98, 0x140003c4000, 0x0, 0x0, 0x0, 0x0, 0x14000010028, 0x1400040e630, 0x1)
    net/http/client.go:251 +0x348
net/http.(*Client).send(0x1400040e060, 0x1400012c400, 0x0, 0x0, 0x0, 0x14000010028, 0x0, 0x1, 0x0)
    net/http/client.go:175 +0xc8
net/http.(*Client).do(0x1400040e060, 0x1400012c400, 0x0, 0x0, 0x0)
    net/http/client.go:717 +0x334
net/http.(*Client).Do(...)
    net/http/client.go:585
github.com/Azure/azure-storage-azcopy/v10/ste.newAzcopyHTTPClientFactory.func1.1(0x1011f0718, 0x1400040e570, 0x1400012c300, 0x100df9340, 0x60d213c8, 0x109b4c1a8, 0xfad2239c46a0)
    github.com/Azure/azure-storage-azcopy/v10/ste/mgr-JobPartMgr.go:148 +0xc0
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x1400021c070, 0x1011f0718, 0x1400040e570, 0x1400012c300, 0x30, 0x101ac5d28, 0x30, 0x1400040e570)
    github.com/Azure/[email protected]/pipeline/core.go:43 +0x40
github.com/Azure/azure-storage-azcopy/v10/ste.(*xferStatsPolicy).Do(0x140008d6060, 0x1011f0718, 0x1400040e570, 0x1400012c300, 0x101036a60, 0x1011c9380, 0x140008d28d8, 0x10077ec00)
    github.com/Azure/azure-storage-azcopy/v10/ste/xferStatsPolicy.go:171 +0x68
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x1400021c080, 0x1011f0718, 0x1400040e570, 0x1400012c300, 0x1400040e570, 0x0, 0x0, 0x0)
    github.com/Azure/[email protected]/pipeline/core.go:43 +0x40
github.com/Azure/azure-storage-azcopy/v10/ste.NewRequestLogPolicyFactory.func1.1(0x1011f06e0, 0x140001c03c0, 0x1400012c300, 0x1010913c0, 0x1017ac200, 0x0, 0x0)
    github.com/Azure/azure-storage-azcopy/v10/ste/xferLogPolicy.go:81 +0x178
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x1400008cff0, 0x1011f06e0, 0x140001c03c0, 0x1400012c300, 0x0, 0x100000002, 0x140008d2c78, 0x1006d1c30)
    github.com/Azure/[email protected]/pipeline/core.go:43 +0x40
github.com/Azure/azure-storage-azcopy/v10/ste.NewVersionPolicyFactory.func1.1(0x1011f06e0, 0x140001c03c0, 0x1400012c300, 0x100719458, 0x11, 0x101ac5d50, 0x140008d2ce8)
    github.com/Azure/azure-storage-azcopy/v10/ste/mgr-JobPartMgr.go:83 +0x174
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x140008d6078, 0x1011f06e0, 0x140001c03c0, 0x1400012c300, 0x140008d2d28, 0x1006d20b8, 0x1400021c180, 0x10)
    github.com/Azure/[email protected]/pipeline/core.go:43 +0x40
github.com/Azure/azure-storage-blob-go/azblob.responderPolicy.Do(0x1011e0878, 0x140008d6078, 0x140001df130, 0x1011f06e0, 0x140001c03c0, 0x1400012c300, 0x128860ee8, 0x10, 0x10, 0x101ac5d28)
    github.com/Azure/[email protected]/azblob/zz_generated_responder_policy.go:33 +0x48
github.com/Azure/azure-storage-blob-go/azblob.anonymousCredentialPolicy.Do(...)
    github.com/Azure/[email protected]/azblob/zc_credential_anonymous.go:54
github.com/Azure/azure-storage-azcopy/v10/ste.(*retryNotificationPolicy).Do(0x1400021c0a0, 0x1011f06e0, 0x140001c03c0, 0x1400012c300, 0x0, 0x0, 0x140001c03d0, 0x1011c95f8)
    github.com/Azure/azure-storage-azcopy/v10/ste/xferRetryNotificationPolicy.go:59 +0x4c
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x1400021c0b0, 0x1011f06e0, 0x140001c03c0, 0x1400012c300, 0x140001c03c0, 0x1400021c180, 0x100000001, 0x0)
    github.com/Azure/[email protected]/pipeline/core.go:43 +0x40
github.com/Azure/azure-storage-azcopy/v10/ste.NewBlobXferRetryPolicyFactory.func1.1(0x1011f06a8, 0x140001ba010, 0x1400012c200, 0x100c60d54, 0x3f83793505bb4fe0, 0x10104d5a0, 0x64492d747301)
    github.com/Azure/azure-storage-azcopy/v10/ste/xferRetrypolicy.go:384 +0x640
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x1400008d040, 0x1011f06a8, 0x140001ba010, 0x1400012c200, 0x140001ea218, 0x1006d20b8, 0x140008d3238, 0x1006d20b8)
    github.com/Azure/[email protected]/pipeline/core.go:43 +0x40
github.com/Azure/azure-storage-blob-go/azblob.NewUniqueRequestIDPolicyFactory.func1.1(0x1011f06a8, 0x140001ba010, 0x1400012c200, 0x100c60984, 0x5783312a3e1a7b7f, 0x10104d5a0, 0x1)
    github.com/Azure/[email protected]/azblob/zc_policy_unique_request_id.go:22 +0x90
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x140008d60a8, 0x1011f06a8, 0x140001ba010, 0x1400012c200, 0x140001ea200, 0x140008d60a8, 0x34, 0x140001d6140)
    github.com/Azure/[email protected]/pipeline/core.go:43 +0x40
github.com/Azure/azure-storage-blob-go/azblob.NewTelemetryPolicyFactory.func1.1(0x1011f06a8, 0x140001ba010, 0x1400012c200, 0x1400040e330, 0x1, 0x0, 0x1)
    github.com/Azure/[email protected]/azblob/zc_policy_telemetry.go:34 +0x128
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x1400040e330, 0x1011f06a8, 0x140001ba010, 0x1400012c200, 0x1400040e330, 0x1400012c200, 0x140008d33b8, 0x100c008e8)
    github.com/Azure/[email protected]/pipeline/core.go:43 +0x40
github.com/Azure/azure-pipeline-go/pipeline.(*pipeline).Do(0x14000032100, 0x1011f06a8, 0x140001ba010, 0x1011e0978, 0x140001df130, 0x1400012c200, 0x6, 0x100e8ae44, 0x1b, 0x0)
    github.com/Azure/[email protected]/pipeline/core.go:129 +0x64
github.com/Azure/azure-storage-blob-go/azblob.blobClient.Download(0x100e8ae36, 0x5, 0x0, 0x0, 0x0, 0x100e8ae3e, 0x6, 0x100e8ae44, 0x1b, 0x0, ...)
    github.com/Azure/[email protected]/azblob/zz_generated_blob.go:715 +0x2e0
github.com/Azure/azure-storage-blob-go/azblob.BlobURL.Download(0x100e8ae36, 0x5, 0x0, 0x0, 0x0, 0x100e8ae3e, 0x6, 0x100e8ae44, 0x1b, 0x0, ...)
    github.com/Azure/[email protected]/azblob/url_blob.go:113 +0x138
github.com/Azure/azure-storage-azcopy/v10/cmd.beginDetectNewVersion.func1(0x14000190300)
    github.com/Azure/azure-storage-azcopy/v10/cmd/root.go:221 +0x26c
created by github.com/Azure/azure-storage-azcopy/v10/cmd.beginDetectNewVersion
    github.com/Azure/azure-storage-azcopy/v10/cmd/root.go:198 +0x50

goroutine 115 [sleep]:
time.Sleep(0x45d964b800)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/common.(*proxyLookupCache).endlessTimedRefresh(0x1400040e150, 0x100e8ae36, 0x5, 0x0, 0x0, 0x0, 0x100e8ae3e, 0x6, 0x0, 0x0, ...)
    github.com/Azure/azure-storage-azcopy/v10/common/ProxyLookupCache.go:170 +0x44
created by github.com/Azure/azure-storage-azcopy/v10/common.(*proxyLookupCache).getProxy
    github.com/Azure/azure-storage-azcopy/v10/common/ProxyLookupCache.go:145 +0x378

goroutine 116 [chan receive]:
net/http.(*persistConn).addTLS(0x140003d66c0, 0x140004a00c0, 0x6, 0x140001fc080, 0x140004a00c7, 0x3)
    net/http/transport.go:1536 +0x19c
net/http.(*Transport).dialConn(0x140003c4000, 0x1011f0718, 0x1400040e570, 0x0, 0x100e8ae36, 0x5, 0x140004a00c0, 0xa, 0x0, 0x140003d66c0, ...)
    net/http/transport.go:1610 +0x170c
net/http.(*Transport).dialConnFor(0x140003c4000, 0x140001dfe40)
    net/http/transport.go:1442 +0x90
created by net/http.(*Transport).queueForDial
    net/http/transport.go:1411 +0x38c

goroutine 123 [IO wait]:
internal/poll.runtime_pollWait(0x1288a4dd0, 0x72, 0x1011c97e0)
    runtime/netpoll.go:222 +0x44
internal/poll.(*pollDesc).wait(0x140001fc298, 0x72, 0x200, 0x205, 0xffffffffffffffff)
    internal/poll/fd_poll_runtime.go:87 +0x38
internal/poll.(*pollDesc).waitRead(...)
    internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0x140001fc280, 0x14000bbf680, 0x205, 0x205, 0x0, 0x0, 0x0)
    internal/poll/fd_unix.go:166 +0x180
net.(*netFD).Read(0x140001fc280, 0x14000bbf680, 0x205, 0x205, 0x1400006c801, 0x1006d1c00, 0xfffffffffec73301)
    net/fd_posix.go:55 +0x44
net.(*conn).Read(0x140000100c8, 0x14000bbf680, 0x205, 0x205, 0x0, 0x0, 0x0)
    net/net.go:183 +0x74
crypto/tls.(*atLeastReader).Read(0x14000ba0678, 0x14000bbf680, 0x205, 0x205, 0x14000100000, 0x10087ad20, 0x0)
    crypto/tls/conn.go:776 +0x58
bytes.(*Buffer).ReadFrom(0x140001aa978, 0x1011dd498, 0x14000ba0678, 0x1008784d4, 0x1010a3240, 0x1011908c0)
    bytes/buffer.go:204 +0xa4
crypto/tls.(*Conn).readFromUntil(0x140001aa700, 0x128ae6bd8, 0x140000100c8, 0x5, 0x140000100c8, 0x0)
    crypto/tls/conn.go:798 +0xd0
crypto/tls.(*Conn).readRecordOrCCS(0x140001aa700, 0x0, 0xfd, 0xfd)
    crypto/tls/conn.go:605 +0xd8
crypto/tls.(*Conn).readRecord(...)
    crypto/tls/conn.go:573
crypto/tls.(*Conn).readHandshake(0x140001aa700, 0x14000130116, 0x14000130180, 0xfd, 0x180)
    crypto/tls/conn.go:1008 +0x48
crypto/tls.(*Conn).clientHandshake(0x140001aa700, 0x0, 0x0)
    crypto/tls/handshake_client.go:171 +0x1ec
crypto/tls.(*Conn).Handshake(0x140001aa700, 0x0, 0x0)
    crypto/tls/conn.go:1391 +0xf8
net/http.(*persistConn).addTLS.func2(0x140001fc080, 0x140001aa700, 0x14000b83950, 0x14000be6120)
    net/http/transport.go:1530 +0x38
created by net/http.(*persistConn).addTLS
    net/http/transport.go:1526 +0x184

goroutine 124 [select]:
github.com/Azure/azure-storage-azcopy/v10/common.(*lifecycleMgr).InitiateProgressReporting.func1(0x140003da0e0, 0x1011e6370, 0x14000248600)
    github.com/Azure/azure-storage-azcopy/v10/common/lifecyleMgr.go:506 +0x1a4
created by github.com/Azure/azure-storage-azcopy/v10/common.(*lifecycleMgr).InitiateProgressReporting
    github.com/Azure/azure-storage-azcopy/v10/common/lifecyleMgr.go:471 +0x80

goroutine 121 [IO wait]:
internal/poll.runtime_pollWait(0x1288a4ce8, 0x72, 0x1011c97e0)
    runtime/netpoll.go:222 +0x44
internal/poll.(*pollDesc).wait(0x140001fc398, 0x72, 0x2000, 0x2028, 0xffffffffffffffff)
    internal/poll/fd_poll_runtime.go:87 +0x38
internal/poll.(*pollDesc).waitRead(...)
    internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0x140001fc380, 0x140008e6000, 0x2028, 0x2028, 0x0, 0x0, 0x0)
    internal/poll/fd_unix.go:166 +0x180
net.(*netFD).Read(0x140001fc380, 0x140008e6000, 0x2028, 0x2028, 0x1400015d7f8, 0x1008010b0, 0x140004b5268)
    net/fd_posix.go:55 +0x44
net.(*conn).Read(0x14000116340, 0x140008e6000, 0x2028, 0x2028, 0x0, 0x0, 0x0)
    net/net.go:183 +0x74
crypto/tls.(*atLeastReader).Read(0x14000ba08d0, 0x140008e6000, 0x2028, 0x2028, 0x14000100000, 0x10087ad20, 0x0)
    crypto/tls/conn.go:776 +0x58
bytes.(*Buffer).ReadFrom(0x140003653f8, 0x1011dd498, 0x14000ba08d0, 0x1008784d4, 0x1010a3240, 0x1011908c0)
    bytes/buffer.go:204 +0xa4
crypto/tls.(*Conn).readFromUntil(0x14000365180, 0x128ae6bd8, 0x14000116340, 0x5, 0x14000116340, 0x100906d78)
    crypto/tls/conn.go:798 +0xd0
crypto/tls.(*Conn).readRecordOrCCS(0x14000365180, 0x0, 0x0, 0x14000088300)
    crypto/tls/conn.go:605 +0xd8
crypto/tls.(*Conn).readRecord(...)
    crypto/tls/conn.go:573
crypto/tls.(*Conn).Read(0x14000365180, 0x140004b5000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
    crypto/tls/conn.go:1276 +0x12c
net/http.(*persistConn).Read(0x140001cc120, 0x140004b5000, 0x1000, 0x1000, 0x1400015ddbc, 0x2, 0x2)
    net/http/transport.go:1922 +0x60
bufio.(*Reader).fill(0x14000be6060)
    bufio/bufio.go:101 +0xf8
bufio.(*Reader).Peek(0x14000be6060, 0x1, 0x0, 0x1, 0x1, 0x1, 0x0)
    bufio/bufio.go:139 +0x40
net/http.(*persistConn).readLoop(0x140001cc120)
    net/http/transport.go:2083 +0x158
created by net/http.(*Transport).dialConn
    net/http/transport.go:1743 +0x94c

goroutine 122 [select]:
net/http.(*persistConn).writeLoop(0x140001cc120)
    net/http/transport.go:2382 +0xa8
created by net/http.(*Transport).dialConn
    net/http/transport.go:1744 +0x96c

goroutine 28 [syscall]:
os/signal.signal_recv(0x140000e3f90)
    runtime/sigqueue.go:165 +0xc4
os/signal.loop()
    os/signal/signal_unix.go:23 +0x20
created by os/signal.Notify.func1.1
    os/signal/signal.go:151 +0x44

goroutine 147 [sleep]:
time.Sleep(0x45d964b800)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/common.(*proxyLookupCache).endlessTimedRefresh(0x1400040e150, 0x14000190360, 0x5, 0x0, 0x0, 0x0, 0x14000190368, 0x26, 0x0, 0x0, ...)
    github.com/Azure/azure-storage-azcopy/v10/common/ProxyLookupCache.go:170 +0x44
created by github.com/Azure/azure-storage-azcopy/v10/common.(*proxyLookupCache).getProxy
    github.com/Azure/azure-storage-azcopy/v10/common/ProxyLookupCache.go:145 +0x378

goroutine 178 [IO wait]:
internal/poll.runtime_pollWait(0x1288a4c00, 0x72, 0x1011c97e0)
    runtime/netpoll.go:222 +0x44
internal/poll.(*pollDesc).wait(0x14000c38098, 0x72, 0x2000, 0x2028, 0xffffffffffffffff)
    internal/poll/fd_poll_runtime.go:87 +0x38
internal/poll.(*pollDesc).waitRead(...)
    internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0x14000c38080, 0x140008eaa00, 0x2028, 0x2028, 0x0, 0x0, 0x0)
    internal/poll/fd_unix.go:166 +0x180
net.(*netFD).Read(0x14000c38080, 0x140008eaa00, 0x2028, 0x2028, 0x1400006d7f8, 0x1008010b0, 0x14000768144)
    net/fd_posix.go:55 +0x44
net.(*conn).Read(0x14000116000, 0x140008eaa00, 0x2028, 0x2028, 0x0, 0x0, 0x0)
    net/net.go:183 +0x74
crypto/tls.(*atLeastReader).Read(0x140004dea50, 0x140008eaa00, 0x2028, 0x2028, 0x140006b0480, 0x10087ad20, 0x0)
    crypto/tls/conn.go:776 +0x58
bytes.(*Buffer).ReadFrom(0x14000365778, 0x1011dd498, 0x140004dea50, 0x1008784d4, 0x1010a3240, 0x1011908c0)
    bytes/buffer.go:204 +0xa4
crypto/tls.(*Conn).readFromUntil(0x14000365500, 0x128ae6bd8, 0x14000116000, 0x5, 0x14000116000, 0x140004d06f0)
    crypto/tls/conn.go:798 +0xd0
crypto/tls.(*Conn).readRecordOrCCS(0x14000365500, 0x0, 0x0, 0x100725f10)
    crypto/tls/conn.go:605 +0xd8
crypto/tls.(*Conn).readRecord(...)
    crypto/tls/conn.go:573
crypto/tls.(*Conn).Read(0x14000365500, 0x14000768000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
    crypto/tls/conn.go:1276 +0x12c
net/http.(*persistConn).Read(0x140006fa000, 0x14000768000, 0x1000, 0x1000, 0x140000e4cf8, 0x100911894, 0x140004d6420)
    net/http/transport.go:1922 +0x60
bufio.(*Reader).fill(0x140004da480)
    bufio/bufio.go:101 +0xf8
bufio.(*Reader).Peek(0x140004da480, 0x1, 0x0, 0x1, 0x4, 0x1, 0x3)
    bufio/bufio.go:139 +0x40
net/http.(*persistConn).readLoop(0x140006fa000)
    net/http/transport.go:2083 +0x158
created by net/http.(*Transport).dialConn
    net/http/transport.go:1743 +0x94c

goroutine 179 [select]:
net/http.(*persistConn).writeLoop(0x140006fa000)
    net/http/transport.go:2382 +0xa8
created by net/http.(*Transport).dialConn
    net/http/transport.go:1744 +0x96c

goroutine 207 [chan receive]:
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobMgr).reportJobPartDoneHandler(0x140003a0b00)
    github.com/Azure/azure-storage-azcopy/v10/ste/mgr-JobMgr.go:498 +0x9c
created by github.com/Azure/azure-storage-azcopy/v10/ste.newJobMgr
    github.com/Azure/azure-storage-azcopy/v10/ste/mgr-JobMgr.go:117 +0x6a4

goroutine 208 [select]:
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobMgr).handleStatusUpdateMessage(0x140003a0b00)
    github.com/Azure/azure-storage-azcopy/v10/ste/jobStatusManager.go:73 +0xf8
created by github.com/Azure/azure-storage-azcopy/v10/ste.newJobMgr
    github.com/Azure/azure-storage-azcopy/v10/ste/mgr-JobMgr.go:118 +0x6c4

goroutine 143 [runnable]:
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer(0x140004a4000, 0x1011f0b40, 0x1400003c088)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:327
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).scheduleJobParts
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:274 +0x114

All 28 comments

Size of source directory

$ du $RAWFS -all -h 20K /mnt/rd/pbsorca/raw/pbsorca/pbsorca.20200304_090814.flac 4.0K /mnt/rd/pbsorca/raw/pbsorca/last-started.txt 24K /mnt/rd/pbsorca/raw/pbsorca 24K /mnt/rd/pbsorca/raw

Thanks for logging this. @rishabpoh can you please add this to our backlog for investigation in release 10.5?

Thanks!

We are hoping to use this on some equipment that will be installed in May. Since we're on 10.3.x and 10.5 is two minor versions away, should I assume we need to find another solution?

Good question. If the fix turns out to be really easy, then maybe we can bring it forward.

Questions: do you build AzCopy from source for your ARM usage? How easily can you reproduce the problem - e.g. does it happen every time?

If you build from source, and can easily reproduce it, we might try one small code change in a branch, and get you to test that. IF the root cause is simply an alignment issue (atomic value not being aligned on 32-bit boundary on ARM) we might be able to fix it easily and include the fix in 10.3. If the cause turns out to be anything else, then yes, you probably need to look for another solution.

Anyway, @gcormier , please let me know the answer to the two questions above, re build from source and reproduce.

@JohnRusk I think I'm building from source - I download the go package and do a "go install" which I believe handles the building. So if that counts as building, then yes, I can checkout your fix branch when ready and try out the same steps :)

I am building on the Pi itself, have not fiddled with any cross platform compiling to keep it simple.

@gcormier And does the problem always happen when you run, or just sometimes?

Actually, now that you mention it, I was able to copy a different folder that did not throw that segfault.

So if you had a new build, how likely is that you could be sure that the issue was fixed?

I've never been able to get it to copy this folder in particular. It remains untouched on the Pi if that helps.

I can also test it against the 2nd folder which was working to ensure it still works.

Understood. I'll try to get you a branch you can build within the next few days. If you haven't heard anything with 48 hours or so, please follow up here in this thread.

@gcormier After looking at this for a bit, I'm not so sure is an issue with alignment. It sounds a bit like an issue mentioned here https://github.com/golang/go/issues/23792. To resolve that issue the Go team introduced a fix that doesn't work on really old Pi's. What version of Pi are you using? If its a version 1 RPi, then that fix won't help you. But if it's v2 or later, that fix will help.

@gcormier I've also made the change to tweak the field layout, just in case my earlier guess about an alignment issue is correct. I'm doubtful this change it will work, but it's still worth trying, just in case. To build, use your usual process, but download this source:

https://github.com/Azure/azure-storage-azcopy/archive/experimental/arm-alignment-fix.tar.gz

Instead of your usual

https://github.com/Azure/azure-storage-azcopy/archive/10.3.4.tar.gz

Oh, and change the cd line in your script, after you download it, to

cd azure-storage-azcopy-experimental-arm-alignment-fix/

I removed azure-storage-azcopy from ~/go/bin, downloaded the fix, did a go clean followed by go install. Unfortunately still crashing :(

It is an rPI 4, so that's good news. That issue linked is Feb 2018 - is it still needed to manually apply that fix and compile, or has it been merged into Go?

I'm pretty sure the fix is now in Go.

I can only think of two options for you right now, I'm afraid:

  1. Explore the possibility that this is a Go-on-ARM bug. (Which is what it looks like to me at this early stage). To explore that possibility, it would be useful to write a little Go app that ran lots of goroutines and did lots of atomic.CompareAndSwapInt32 calls, with all goroutines hitting the same integer. If this is a Go-on-ARM bug, such a test might make it show itself. The downsides of this approach are (a) we (the AzCopy team) can't currently write that for you and (b) even if you write it yourself, it won't produce a solution quickly, since in the best case it would feed a bug report into Go, and that may take a while (I'm not sure how long) to get turned into a released fix.

  2. Look for alternative solutions, as you mentioned.

I'm sorry we don't have a better answer for you right now!

Damn. Okay I'll see if I can open an issue - over 5,000 on Go so I think looking for an alternative will be required. Maybe blobfuse.

Thanks for the help - do you want to close this?

Let's leave this open. I'd like to find the root cause of the issue one day. E.g. maybe one day we can write a test app that will prove (or disprove) my speculation above.

@JohnRusk opened https://github.com/golang/go/issues/38331 if you're interested in following.

Thanks.

Hoppy easter! If you need me to do any tests please let me know.

We've just got 10.4 out, so will be do some replanning etc shortly, to see how soon we can look into this.

@JohnRusk Just checking in, any way I can help out with testing on a Pi, let me know.

Sorry Greg, we haven't managed to get to this, from our side yet.

@rishabpoh can you please look into how this issue should be prioritized, and discuss at our next team meeting?

Hate to nag - any update on priority of this?

I've just tried 10.4.3 on Ubuntu 20.04 LTS 64-bit on a Pi 4, same results. golang from the default repository which is go version go1.13.8 linux/arm64

The next low-tide window we can access the sensors is June 15th. I'm told next one after that is in August.

Thanks Greg. I'll follow up with @rishabpoh and @amishra-dev and ask them to reply in this thread.

I get the same error on the Apple Silicon M1 (ARM) chip.

INFO: Any empty folders will not be processed, because source and/or destination doesn't have full folder support

Job ec27108d-e329-d847-7f57-2393f30f1b16 has started
Log file is located at: /Users/jont/.azcopy/ec27108d-e329-d847-7f57-2393f30f1b16.log

0 Files Scanned at Source, 0 Files Scanned at Destinationunexpected fault address 0x128cd2aaf
fatal error: fault
[signal SIGBUS: bus error code=0x1 addr=0x128cd2aaf pc=0x100dd3e58]

goroutine 8 [running]:
runtime.throw(0x100e66e5f, 0x5)
    runtime/panic.go:1117 +0x54 fp=0x140004ea360 sp=0x140004ea330 pc=0x1006f8a24
runtime.sigpanic()
    runtime/signal_unix.go:731 +0x284 fp=0x140004ea3a0 sp=0x140004ea360 pc=0x1007101a4
github.com/Azure/azure-storage-azcopy/v10/common.(*TransferStatus).AtomicLoad(...)
    github.com/Azure/azure-storage-azcopy/v10/common/fe-ste-models.go:676
github.com/Azure/azure-storage-azcopy/v10/ste.(*JobPartPlanTransfer).TransferStatus(...)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobPartPlan.go:358
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobPartMgr).ScheduleTransfers(0x140004a4340, 0x1011f0670, 0x140004aa180)
    github.com/Azure/azure-storage-azcopy/v10/ste/mgr-JobPartMgr.go:392 +0x428 fp=0x140004ebf20 sp=0x140004ea3b0 pc=0x100dd3e58
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).scheduleJobParts(0x140004a4000)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:287 +0x44 fp=0x140004ebfd0 sp=0x140004ebf20 pc=0x100dc5f84
runtime.goexit()
    runtime/asm_arm64.s:1130 +0x4 fp=0x140004ebfd0 sp=0x140004ebfd0 pc=0x10072df54
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:212 +0x584

goroutine 1 [select (no cases)]:
github.com/Azure/azure-storage-azcopy/v10/common.(*lifecycleMgr).SurrenderControl(0x140003da0e0)
    github.com/Azure/azure-storage-azcopy/v10/common/lifecyleMgr.go:317 +0x20
github.com/Azure/azure-storage-azcopy/v10/cmd.init.18.func2(0x140004aea00, 0x140001cb920, 0x2, 0x2)
    github.com/Azure/azure-storage-azcopy/v10/cmd/sync.go:683 +0x13c
github.com/spf13/cobra.(*Command).execute(0x140004aea00, 0x140001cb8e0, 0x2, 0x2, 0x140004aea00, 0x140001cb8e0)
    github.com/spf13/[email protected]/command.go:856 +0x1d0
github.com/spf13/cobra.(*Command).ExecuteC(0x101770b20, 0x161b0ff39323577f, 0x0, 0x0)
    github.com/spf13/[email protected]/command.go:960 +0x258
github.com/spf13/cobra.(*Command).Execute(...)
    github.com/spf13/[email protected]/command.go:897
github.com/Azure/azure-storage-azcopy/v10/cmd.Execute(0x140001b86f0, 0x13, 0x140001b86f0, 0x13, 0x14000205040, 0x19, 0x7fffffff)
    github.com/Azure/azure-storage-azcopy/v10/cmd/root.go:151 +0xfc
main.main()
    github.com/Azure/azure-storage-azcopy/v10/main.go:82 +0x2d8

goroutine 19 [select]:
go.opencensus.io/stats/view.(*worker).start(0x140001fc680)
    [email protected]/stats/view/worker.go:276 +0x98
created by go.opencensus.io/stats/view.init.0
    [email protected]/stats/view/worker.go:34 +0x70

goroutine 20 [chan receive]:
github.com/Azure/azure-storage-azcopy/v10/common.(*lifecycleMgr).processOutputMessage(0x140003da0e0)
    github.com/Azure/azure-storage-azcopy/v10/common/lifecyleMgr.go:328 +0x54
created by github.com/Azure/azure-storage-azcopy/v10/common.glob..func1
    github.com/Azure/azure-storage-azcopy/v10/common/lifecyleMgr.go:35 +0x164

goroutine 21 [syscall]:
syscall.syscall(0x1007731d0, 0x0, 0x1400008a000, 0x1000, 0x0, 0x0, 0x0)
    runtime/sys_darwin.go:19 +0x1c
syscall.read(0x0, 0x1400008a000, 0x1000, 0x1000, 0x0, 0x100, 0x12882bfff)
    syscall/zsyscall_darwin_arm64.go:1242 +0x5c
syscall.Read(...)
    syscall/syscall_unix.go:187
internal/poll.ignoringEINTRIO(...)
    internal/poll/fd_unix.go:581
internal/poll.(*FD).Read(0x140001c0000, 0x1400008a000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
    internal/poll/fd_unix.go:162 +0x100
os.(*File).read(...)
    os/file_posix.go:31
os.(*File).Read(0x140001be000, 0x1400008a000, 0x1000, 0x1000, 0x0, 0x1000, 0x101ad2700)
    os/file.go:117 +0x60
bufio.(*Reader).fill(0x14000070f70)
    bufio/bufio.go:101 +0xf8
bufio.(*Reader).ReadSlice(0x14000070f70, 0x101ad260a, 0x14000059d38, 0x66, 0xe, 0x101ac4130, 0x14000070d48)
    bufio/bufio.go:360 +0x38
bufio.(*Reader).collectFragments(0x14000070f70, 0x101ac410a, 0x14000059e00, 0x100711201, 0x14000070da8, 0x100719104, 0x14000070dd8, 0x1007187f4, 0x10072eab0, 0x14000070e08, ...)
    bufio/bufio.go:435 +0x64
bufio.(*Reader).ReadString(0x14000070f70, 0x100a, 0x1000, 0x1400008a000, 0x0, 0x0)
    bufio/bufio.go:483 +0x38
github.com/Azure/azure-storage-azcopy/v10/common.(*lifecycleMgr).watchInputs(0x140003da0e0)
    github.com/Azure/azure-storage-azcopy/v10/common/lifecyleMgr.go:111 +0xf4
created by github.com/Azure/azure-storage-azcopy/v10/common.glob..func1
    github.com/Azure/azure-storage-azcopy/v10/common/lifecyleMgr.go:38 +0x184

goroutine 22 [sleep]:
time.Sleep(0x4a817c800)
    runtime/time.go:193 +0xc4
main.configureGC.func1()
    github.com/Azure/azure-storage-azcopy/v10/main.go:91 +0x30
created by main.configureGC
    github.com/Azure/azure-storage-azcopy/v10/main.go:90 +0x30

goroutine 7 [select]:
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).slicePoolPruneLoop(0x140004a4000)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:743 +0xc4
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:208 +0x564

goroutine 9 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x0)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 10 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x1)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 11 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x2)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 12 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x3)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 13 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x4)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 14 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x5)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 15 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x6)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 16 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x7)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 50 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x8)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 51 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x9)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 52 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0xa)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 53 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0xb)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 54 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0xc)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 55 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0xd)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 56 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0xe)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 57 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0xf)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 58 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x10)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 59 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x11)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 60 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x12)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 61 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x13)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 62 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x14)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 63 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x15)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 64 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x16)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 65 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x17)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 66 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x18)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 67 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x19)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 68 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x1a)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 69 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x1b)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 70 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x1c)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 71 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x1d)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 72 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x1e)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 73 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x1f)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 74 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x20)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 75 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x21)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 76 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x22)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 77 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x23)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 78 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x24)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 79 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x25)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 80 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x26)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 81 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x27)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 82 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x28)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 83 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x29)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 84 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x2a)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 85 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x2b)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 86 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x2c)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 87 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x2d)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 88 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x2e)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 89 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x2f)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 90 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x30)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 91 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x31)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 92 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x32)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 93 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x33)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 94 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x34)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 95 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x35)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 96 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x36)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 97 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x37)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 98 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x38)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 99 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x39)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 100 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x3a)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 101 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x3b)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 102 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x3c)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 103 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x3d)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 104 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x3e)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 105 [sleep]:
time.Sleep(0x989680)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x140004a4000, 0x3f)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:479 +0xcc
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:219 +0x5b4

goroutine 106 [select]:
net/http.(*Transport).getConn(0x140003c4000, 0x14000032140, 0x0, 0x100e8ae36, 0x5, 0x140004a00c0, 0xa, 0x0, 0x0, 0x0, ...)
    net/http/transport.go:1368 +0x3ec
net/http.(*Transport).roundTrip(0x140003c4000, 0x1400012c400, 0x140008e0300, 0x100711200, 0x140008e0368)
    net/http/transport.go:579 +0x5c0
net/http.(*Transport).RoundTrip(0x140003c4000, 0x1400012c400, 0x140003c4000, 0x0, 0x0)
    net/http/roundtrip.go:17 +0x30
net/http.send(0x1400012c400, 0x1011dfe98, 0x140003c4000, 0x0, 0x0, 0x0, 0x0, 0x14000010028, 0x1400040e630, 0x1)
    net/http/client.go:251 +0x348
net/http.(*Client).send(0x1400040e060, 0x1400012c400, 0x0, 0x0, 0x0, 0x14000010028, 0x0, 0x1, 0x0)
    net/http/client.go:175 +0xc8
net/http.(*Client).do(0x1400040e060, 0x1400012c400, 0x0, 0x0, 0x0)
    net/http/client.go:717 +0x334
net/http.(*Client).Do(...)
    net/http/client.go:585
github.com/Azure/azure-storage-azcopy/v10/ste.newAzcopyHTTPClientFactory.func1.1(0x1011f0718, 0x1400040e570, 0x1400012c300, 0x100df9340, 0x60d213c8, 0x109b4c1a8, 0xfad2239c46a0)
    github.com/Azure/azure-storage-azcopy/v10/ste/mgr-JobPartMgr.go:148 +0xc0
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x1400021c070, 0x1011f0718, 0x1400040e570, 0x1400012c300, 0x30, 0x101ac5d28, 0x30, 0x1400040e570)
    github.com/Azure/[email protected]/pipeline/core.go:43 +0x40
github.com/Azure/azure-storage-azcopy/v10/ste.(*xferStatsPolicy).Do(0x140008d6060, 0x1011f0718, 0x1400040e570, 0x1400012c300, 0x101036a60, 0x1011c9380, 0x140008d28d8, 0x10077ec00)
    github.com/Azure/azure-storage-azcopy/v10/ste/xferStatsPolicy.go:171 +0x68
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x1400021c080, 0x1011f0718, 0x1400040e570, 0x1400012c300, 0x1400040e570, 0x0, 0x0, 0x0)
    github.com/Azure/[email protected]/pipeline/core.go:43 +0x40
github.com/Azure/azure-storage-azcopy/v10/ste.NewRequestLogPolicyFactory.func1.1(0x1011f06e0, 0x140001c03c0, 0x1400012c300, 0x1010913c0, 0x1017ac200, 0x0, 0x0)
    github.com/Azure/azure-storage-azcopy/v10/ste/xferLogPolicy.go:81 +0x178
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x1400008cff0, 0x1011f06e0, 0x140001c03c0, 0x1400012c300, 0x0, 0x100000002, 0x140008d2c78, 0x1006d1c30)
    github.com/Azure/[email protected]/pipeline/core.go:43 +0x40
github.com/Azure/azure-storage-azcopy/v10/ste.NewVersionPolicyFactory.func1.1(0x1011f06e0, 0x140001c03c0, 0x1400012c300, 0x100719458, 0x11, 0x101ac5d50, 0x140008d2ce8)
    github.com/Azure/azure-storage-azcopy/v10/ste/mgr-JobPartMgr.go:83 +0x174
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x140008d6078, 0x1011f06e0, 0x140001c03c0, 0x1400012c300, 0x140008d2d28, 0x1006d20b8, 0x1400021c180, 0x10)
    github.com/Azure/[email protected]/pipeline/core.go:43 +0x40
github.com/Azure/azure-storage-blob-go/azblob.responderPolicy.Do(0x1011e0878, 0x140008d6078, 0x140001df130, 0x1011f06e0, 0x140001c03c0, 0x1400012c300, 0x128860ee8, 0x10, 0x10, 0x101ac5d28)
    github.com/Azure/[email protected]/azblob/zz_generated_responder_policy.go:33 +0x48
github.com/Azure/azure-storage-blob-go/azblob.anonymousCredentialPolicy.Do(...)
    github.com/Azure/[email protected]/azblob/zc_credential_anonymous.go:54
github.com/Azure/azure-storage-azcopy/v10/ste.(*retryNotificationPolicy).Do(0x1400021c0a0, 0x1011f06e0, 0x140001c03c0, 0x1400012c300, 0x0, 0x0, 0x140001c03d0, 0x1011c95f8)
    github.com/Azure/azure-storage-azcopy/v10/ste/xferRetryNotificationPolicy.go:59 +0x4c
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x1400021c0b0, 0x1011f06e0, 0x140001c03c0, 0x1400012c300, 0x140001c03c0, 0x1400021c180, 0x100000001, 0x0)
    github.com/Azure/[email protected]/pipeline/core.go:43 +0x40
github.com/Azure/azure-storage-azcopy/v10/ste.NewBlobXferRetryPolicyFactory.func1.1(0x1011f06a8, 0x140001ba010, 0x1400012c200, 0x100c60d54, 0x3f83793505bb4fe0, 0x10104d5a0, 0x64492d747301)
    github.com/Azure/azure-storage-azcopy/v10/ste/xferRetrypolicy.go:384 +0x640
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x1400008d040, 0x1011f06a8, 0x140001ba010, 0x1400012c200, 0x140001ea218, 0x1006d20b8, 0x140008d3238, 0x1006d20b8)
    github.com/Azure/[email protected]/pipeline/core.go:43 +0x40
github.com/Azure/azure-storage-blob-go/azblob.NewUniqueRequestIDPolicyFactory.func1.1(0x1011f06a8, 0x140001ba010, 0x1400012c200, 0x100c60984, 0x5783312a3e1a7b7f, 0x10104d5a0, 0x1)
    github.com/Azure/[email protected]/azblob/zc_policy_unique_request_id.go:22 +0x90
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x140008d60a8, 0x1011f06a8, 0x140001ba010, 0x1400012c200, 0x140001ea200, 0x140008d60a8, 0x34, 0x140001d6140)
    github.com/Azure/[email protected]/pipeline/core.go:43 +0x40
github.com/Azure/azure-storage-blob-go/azblob.NewTelemetryPolicyFactory.func1.1(0x1011f06a8, 0x140001ba010, 0x1400012c200, 0x1400040e330, 0x1, 0x0, 0x1)
    github.com/Azure/[email protected]/azblob/zc_policy_telemetry.go:34 +0x128
github.com/Azure/azure-pipeline-go/pipeline.PolicyFunc.Do(0x1400040e330, 0x1011f06a8, 0x140001ba010, 0x1400012c200, 0x1400040e330, 0x1400012c200, 0x140008d33b8, 0x100c008e8)
    github.com/Azure/[email protected]/pipeline/core.go:43 +0x40
github.com/Azure/azure-pipeline-go/pipeline.(*pipeline).Do(0x14000032100, 0x1011f06a8, 0x140001ba010, 0x1011e0978, 0x140001df130, 0x1400012c200, 0x6, 0x100e8ae44, 0x1b, 0x0)
    github.com/Azure/[email protected]/pipeline/core.go:129 +0x64
github.com/Azure/azure-storage-blob-go/azblob.blobClient.Download(0x100e8ae36, 0x5, 0x0, 0x0, 0x0, 0x100e8ae3e, 0x6, 0x100e8ae44, 0x1b, 0x0, ...)
    github.com/Azure/[email protected]/azblob/zz_generated_blob.go:715 +0x2e0
github.com/Azure/azure-storage-blob-go/azblob.BlobURL.Download(0x100e8ae36, 0x5, 0x0, 0x0, 0x0, 0x100e8ae3e, 0x6, 0x100e8ae44, 0x1b, 0x0, ...)
    github.com/Azure/[email protected]/azblob/url_blob.go:113 +0x138
github.com/Azure/azure-storage-azcopy/v10/cmd.beginDetectNewVersion.func1(0x14000190300)
    github.com/Azure/azure-storage-azcopy/v10/cmd/root.go:221 +0x26c
created by github.com/Azure/azure-storage-azcopy/v10/cmd.beginDetectNewVersion
    github.com/Azure/azure-storage-azcopy/v10/cmd/root.go:198 +0x50

goroutine 115 [sleep]:
time.Sleep(0x45d964b800)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/common.(*proxyLookupCache).endlessTimedRefresh(0x1400040e150, 0x100e8ae36, 0x5, 0x0, 0x0, 0x0, 0x100e8ae3e, 0x6, 0x0, 0x0, ...)
    github.com/Azure/azure-storage-azcopy/v10/common/ProxyLookupCache.go:170 +0x44
created by github.com/Azure/azure-storage-azcopy/v10/common.(*proxyLookupCache).getProxy
    github.com/Azure/azure-storage-azcopy/v10/common/ProxyLookupCache.go:145 +0x378

goroutine 116 [chan receive]:
net/http.(*persistConn).addTLS(0x140003d66c0, 0x140004a00c0, 0x6, 0x140001fc080, 0x140004a00c7, 0x3)
    net/http/transport.go:1536 +0x19c
net/http.(*Transport).dialConn(0x140003c4000, 0x1011f0718, 0x1400040e570, 0x0, 0x100e8ae36, 0x5, 0x140004a00c0, 0xa, 0x0, 0x140003d66c0, ...)
    net/http/transport.go:1610 +0x170c
net/http.(*Transport).dialConnFor(0x140003c4000, 0x140001dfe40)
    net/http/transport.go:1442 +0x90
created by net/http.(*Transport).queueForDial
    net/http/transport.go:1411 +0x38c

goroutine 123 [IO wait]:
internal/poll.runtime_pollWait(0x1288a4dd0, 0x72, 0x1011c97e0)
    runtime/netpoll.go:222 +0x44
internal/poll.(*pollDesc).wait(0x140001fc298, 0x72, 0x200, 0x205, 0xffffffffffffffff)
    internal/poll/fd_poll_runtime.go:87 +0x38
internal/poll.(*pollDesc).waitRead(...)
    internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0x140001fc280, 0x14000bbf680, 0x205, 0x205, 0x0, 0x0, 0x0)
    internal/poll/fd_unix.go:166 +0x180
net.(*netFD).Read(0x140001fc280, 0x14000bbf680, 0x205, 0x205, 0x1400006c801, 0x1006d1c00, 0xfffffffffec73301)
    net/fd_posix.go:55 +0x44
net.(*conn).Read(0x140000100c8, 0x14000bbf680, 0x205, 0x205, 0x0, 0x0, 0x0)
    net/net.go:183 +0x74
crypto/tls.(*atLeastReader).Read(0x14000ba0678, 0x14000bbf680, 0x205, 0x205, 0x14000100000, 0x10087ad20, 0x0)
    crypto/tls/conn.go:776 +0x58
bytes.(*Buffer).ReadFrom(0x140001aa978, 0x1011dd498, 0x14000ba0678, 0x1008784d4, 0x1010a3240, 0x1011908c0)
    bytes/buffer.go:204 +0xa4
crypto/tls.(*Conn).readFromUntil(0x140001aa700, 0x128ae6bd8, 0x140000100c8, 0x5, 0x140000100c8, 0x0)
    crypto/tls/conn.go:798 +0xd0
crypto/tls.(*Conn).readRecordOrCCS(0x140001aa700, 0x0, 0xfd, 0xfd)
    crypto/tls/conn.go:605 +0xd8
crypto/tls.(*Conn).readRecord(...)
    crypto/tls/conn.go:573
crypto/tls.(*Conn).readHandshake(0x140001aa700, 0x14000130116, 0x14000130180, 0xfd, 0x180)
    crypto/tls/conn.go:1008 +0x48
crypto/tls.(*Conn).clientHandshake(0x140001aa700, 0x0, 0x0)
    crypto/tls/handshake_client.go:171 +0x1ec
crypto/tls.(*Conn).Handshake(0x140001aa700, 0x0, 0x0)
    crypto/tls/conn.go:1391 +0xf8
net/http.(*persistConn).addTLS.func2(0x140001fc080, 0x140001aa700, 0x14000b83950, 0x14000be6120)
    net/http/transport.go:1530 +0x38
created by net/http.(*persistConn).addTLS
    net/http/transport.go:1526 +0x184

goroutine 124 [select]:
github.com/Azure/azure-storage-azcopy/v10/common.(*lifecycleMgr).InitiateProgressReporting.func1(0x140003da0e0, 0x1011e6370, 0x14000248600)
    github.com/Azure/azure-storage-azcopy/v10/common/lifecyleMgr.go:506 +0x1a4
created by github.com/Azure/azure-storage-azcopy/v10/common.(*lifecycleMgr).InitiateProgressReporting
    github.com/Azure/azure-storage-azcopy/v10/common/lifecyleMgr.go:471 +0x80

goroutine 121 [IO wait]:
internal/poll.runtime_pollWait(0x1288a4ce8, 0x72, 0x1011c97e0)
    runtime/netpoll.go:222 +0x44
internal/poll.(*pollDesc).wait(0x140001fc398, 0x72, 0x2000, 0x2028, 0xffffffffffffffff)
    internal/poll/fd_poll_runtime.go:87 +0x38
internal/poll.(*pollDesc).waitRead(...)
    internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0x140001fc380, 0x140008e6000, 0x2028, 0x2028, 0x0, 0x0, 0x0)
    internal/poll/fd_unix.go:166 +0x180
net.(*netFD).Read(0x140001fc380, 0x140008e6000, 0x2028, 0x2028, 0x1400015d7f8, 0x1008010b0, 0x140004b5268)
    net/fd_posix.go:55 +0x44
net.(*conn).Read(0x14000116340, 0x140008e6000, 0x2028, 0x2028, 0x0, 0x0, 0x0)
    net/net.go:183 +0x74
crypto/tls.(*atLeastReader).Read(0x14000ba08d0, 0x140008e6000, 0x2028, 0x2028, 0x14000100000, 0x10087ad20, 0x0)
    crypto/tls/conn.go:776 +0x58
bytes.(*Buffer).ReadFrom(0x140003653f8, 0x1011dd498, 0x14000ba08d0, 0x1008784d4, 0x1010a3240, 0x1011908c0)
    bytes/buffer.go:204 +0xa4
crypto/tls.(*Conn).readFromUntil(0x14000365180, 0x128ae6bd8, 0x14000116340, 0x5, 0x14000116340, 0x100906d78)
    crypto/tls/conn.go:798 +0xd0
crypto/tls.(*Conn).readRecordOrCCS(0x14000365180, 0x0, 0x0, 0x14000088300)
    crypto/tls/conn.go:605 +0xd8
crypto/tls.(*Conn).readRecord(...)
    crypto/tls/conn.go:573
crypto/tls.(*Conn).Read(0x14000365180, 0x140004b5000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
    crypto/tls/conn.go:1276 +0x12c
net/http.(*persistConn).Read(0x140001cc120, 0x140004b5000, 0x1000, 0x1000, 0x1400015ddbc, 0x2, 0x2)
    net/http/transport.go:1922 +0x60
bufio.(*Reader).fill(0x14000be6060)
    bufio/bufio.go:101 +0xf8
bufio.(*Reader).Peek(0x14000be6060, 0x1, 0x0, 0x1, 0x1, 0x1, 0x0)
    bufio/bufio.go:139 +0x40
net/http.(*persistConn).readLoop(0x140001cc120)
    net/http/transport.go:2083 +0x158
created by net/http.(*Transport).dialConn
    net/http/transport.go:1743 +0x94c

goroutine 122 [select]:
net/http.(*persistConn).writeLoop(0x140001cc120)
    net/http/transport.go:2382 +0xa8
created by net/http.(*Transport).dialConn
    net/http/transport.go:1744 +0x96c

goroutine 28 [syscall]:
os/signal.signal_recv(0x140000e3f90)
    runtime/sigqueue.go:165 +0xc4
os/signal.loop()
    os/signal/signal_unix.go:23 +0x20
created by os/signal.Notify.func1.1
    os/signal/signal.go:151 +0x44

goroutine 147 [sleep]:
time.Sleep(0x45d964b800)
    runtime/time.go:193 +0xc4
github.com/Azure/azure-storage-azcopy/v10/common.(*proxyLookupCache).endlessTimedRefresh(0x1400040e150, 0x14000190360, 0x5, 0x0, 0x0, 0x0, 0x14000190368, 0x26, 0x0, 0x0, ...)
    github.com/Azure/azure-storage-azcopy/v10/common/ProxyLookupCache.go:170 +0x44
created by github.com/Azure/azure-storage-azcopy/v10/common.(*proxyLookupCache).getProxy
    github.com/Azure/azure-storage-azcopy/v10/common/ProxyLookupCache.go:145 +0x378

goroutine 178 [IO wait]:
internal/poll.runtime_pollWait(0x1288a4c00, 0x72, 0x1011c97e0)
    runtime/netpoll.go:222 +0x44
internal/poll.(*pollDesc).wait(0x14000c38098, 0x72, 0x2000, 0x2028, 0xffffffffffffffff)
    internal/poll/fd_poll_runtime.go:87 +0x38
internal/poll.(*pollDesc).waitRead(...)
    internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0x14000c38080, 0x140008eaa00, 0x2028, 0x2028, 0x0, 0x0, 0x0)
    internal/poll/fd_unix.go:166 +0x180
net.(*netFD).Read(0x14000c38080, 0x140008eaa00, 0x2028, 0x2028, 0x1400006d7f8, 0x1008010b0, 0x14000768144)
    net/fd_posix.go:55 +0x44
net.(*conn).Read(0x14000116000, 0x140008eaa00, 0x2028, 0x2028, 0x0, 0x0, 0x0)
    net/net.go:183 +0x74
crypto/tls.(*atLeastReader).Read(0x140004dea50, 0x140008eaa00, 0x2028, 0x2028, 0x140006b0480, 0x10087ad20, 0x0)
    crypto/tls/conn.go:776 +0x58
bytes.(*Buffer).ReadFrom(0x14000365778, 0x1011dd498, 0x140004dea50, 0x1008784d4, 0x1010a3240, 0x1011908c0)
    bytes/buffer.go:204 +0xa4
crypto/tls.(*Conn).readFromUntil(0x14000365500, 0x128ae6bd8, 0x14000116000, 0x5, 0x14000116000, 0x140004d06f0)
    crypto/tls/conn.go:798 +0xd0
crypto/tls.(*Conn).readRecordOrCCS(0x14000365500, 0x0, 0x0, 0x100725f10)
    crypto/tls/conn.go:605 +0xd8
crypto/tls.(*Conn).readRecord(...)
    crypto/tls/conn.go:573
crypto/tls.(*Conn).Read(0x14000365500, 0x14000768000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
    crypto/tls/conn.go:1276 +0x12c
net/http.(*persistConn).Read(0x140006fa000, 0x14000768000, 0x1000, 0x1000, 0x140000e4cf8, 0x100911894, 0x140004d6420)
    net/http/transport.go:1922 +0x60
bufio.(*Reader).fill(0x140004da480)
    bufio/bufio.go:101 +0xf8
bufio.(*Reader).Peek(0x140004da480, 0x1, 0x0, 0x1, 0x4, 0x1, 0x3)
    bufio/bufio.go:139 +0x40
net/http.(*persistConn).readLoop(0x140006fa000)
    net/http/transport.go:2083 +0x158
created by net/http.(*Transport).dialConn
    net/http/transport.go:1743 +0x94c

goroutine 179 [select]:
net/http.(*persistConn).writeLoop(0x140006fa000)
    net/http/transport.go:2382 +0xa8
created by net/http.(*Transport).dialConn
    net/http/transport.go:1744 +0x96c

goroutine 207 [chan receive]:
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobMgr).reportJobPartDoneHandler(0x140003a0b00)
    github.com/Azure/azure-storage-azcopy/v10/ste/mgr-JobMgr.go:498 +0x9c
created by github.com/Azure/azure-storage-azcopy/v10/ste.newJobMgr
    github.com/Azure/azure-storage-azcopy/v10/ste/mgr-JobMgr.go:117 +0x6a4

goroutine 208 [select]:
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobMgr).handleStatusUpdateMessage(0x140003a0b00)
    github.com/Azure/azure-storage-azcopy/v10/ste/jobStatusManager.go:73 +0xf8
created by github.com/Azure/azure-storage-azcopy/v10/ste.newJobMgr
    github.com/Azure/azure-storage-azcopy/v10/ste/mgr-JobMgr.go:118 +0x6c4

goroutine 143 [runnable]:
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer(0x140004a4000, 0x1011f0b40, 0x1400003c088)
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:327
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).scheduleJobParts
    github.com/Azure/azure-storage-azcopy/v10/ste/JobsAdmin.go:274 +0x114

edit: the original build was without GOARM=7 but I tried with that and got the same error

I have the same error (?) on QNAP TS-431X2 (AnnapurnaLabs Alpine AL314 32-bit ARM庐 Cortex-A15 quad-core 1.7GHz processor)
AzCopy 10.11.0

INFO: Any empty folders will be processed, because source and destination both support folders

Job 69d7df50-e26a-644a-6d3f-994d296ca057 has started
Log file is located at: /share/CACHEDEV1_DATA/files/.azcopy/69d7df50-e26a-644a-6d3f-994d296ca057.log


0 Files Scanned at Source, 0 Files Scanned at Destination
127 Files Scanned at Source, 4769 Files Scanned at Destination
578 Files Scanned at Source, 4769 Files Scanned at Destination
829 Files Scanned at Source, 4769 Files Scanned at Destination
1307 Files Scanned at Source, 4769 Files Scanned at Destination
1774 Files Scanned at Source, 4769 Files Scanned at Destination
2282 Files Scanned at Source, 4769 Files Scanned at Destination
2811 Files Scanned at Source, 4769 Files Scanned at Destination
3283 Files Scanned at Source, 4769 Files Scanned at Destination
3769 Files Scanned at Source, 4769 Files Scanned at Destination
4233 Files Scanned at Source, 4769 Files Scanned at Destination
4701 Files Scanned at Source, 4769 Files Scanned at Destinationunexpected fault address 0x0
fatal error: fault
[signal SIGBUS: bus error code=0x1 addr=0x0 pc=0xffff0fc8]

goroutine 56 [running]:
runtime.throw(0x96122d, 0x5)
/usr/lib/go-1.13/src/runtime/panic.go:774 +0x5c fp=0x2c49b34 sp=0x2c49b20 pc=0x40a0c
runtime.sigpanic()
/usr/lib/go-1.13/src/runtime/signal_unix.go:391 +0x378 fp=0x2c49b4c sp=0x2c49b34 pc=0x57240
runtime/internal/atomic.kernelcas(0x653aab53, 0x1, 0x2, 0x0, 0x0, 0x1, 0x0, 0x72dd28, 0x653aab53, 0x2c49b88, ...)
/usr/lib/go-1.13/src/runtime/internal/atomic/sys_linux_arm.s:43 +0x18 fp=0x2c49b54 sp=0x2c49b50 pc=0x12598
github.com/Azure/azure-storage-azcopy/v10/common.AtomicMorphInt32(0x653aab53, 0x2c49b88, 0x32a2cc8, 0x72e01c)
/azure-storage-azcopy/common/atomicmorph.go:18 +0x7c fp=0x2c49b74 sp=0x2c49b54 pc=0x6b6a40
github.com/Azure/azure-storage-azcopy/v10/ste.(*JobPartPlanTransfer).SetTransferStatus(0x653aab13, 0x2, 0x0)
/azure-storage-azcopy/ste/JobPartPlan.go:367 +0x78 fp=0x2c49b90 sp=0x2c49b74 pc=0x7177e0
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobPartTransferMgr).SetStatus(0x396b200, 0x2)
/azure-storage-azcopy/ste/mgr-JobPartTransferMgr.go:565 +0x30 fp=0x2c49ba0 sp=0x2c49b90 pc=0x72dd28
github.com/Azure/azure-storage-azcopy/v10/ste.commonDownloaderCompletion(0xb43628, 0x396b200, 0x69d7df50, 0x644ae26a, 0x4d993f6d, 0x57a06c29, 0x800000, 0x0, 0x2bba000, 0xf1, ...)
/azure-storage-azcopy/ste/xfer-remoteToLocal-file.go:420 +0x1ac fp=0x2c49cd0 sp=0x2c49ba0 pc=0x74a484
github.com/Azure/azure-storage-azcopy/v10/ste.remoteToLocal_folder(0xb43628, 0x396b200, 0xb27fe8, 0x32a2900, 0x6551fec8, 0x26c6008, 0x9c4aa8)
/azure-storage-azcopy/ste/xfer-remoteToLocal-folder.go:71 +0x180 fp=0x2c49e2c sp=0x2c49cd0 pc=0x74ab08
github.com/Azure/azure-storage-azcopy/v10/ste.remoteToLocal(0xb43628, 0x396b200, 0xb27fe8, 0x32a2900, 0x6551fec8, 0x26c6008, 0x9c4aa8)
/azure-storage-azcopy/ste/xfer-remoteToLocal-file.go:42 +0x7c fp=0x2c49f44 sp=0x2c49e2c pc=0x74887c
github.com/Azure/azure-storage-azcopy/v10/ste.parameterizeDownload.func1(0xb43628, 0x396b200, 0xb27fe8, 0x32a2900, 0x6551fec8, 0x26c6008)
/azure-storage-azcopy/ste/xfer.go:69 +0x54 fp=0x2c49f64 sp=0x2c49f44 pc=0x7572d0
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobPartMgr).StartJobXfer(0x24c80d0, 0xb43628, 0x396b200)
/azure-storage-azcopy/ste/mgr-JobPartMgr.go:592 +0x50 fp=0x2c49f80 sp=0x2c49f64 pc=0x72b224
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobPartTransferMgr).StartJobXfer(0x396b200)
/azure-storage-azcopy/ste/mgr-JobPartTransferMgr.go:215 +0x34 fp=0x2c49f90 sp=0x2c49f80 pc=0x72bfb4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor.func1(0xb43628, 0x396b200)
/azure-storage-azcopy/ste/JobsAdmin.go:465 +0x154 fp=0x2c49fbc sp=0x2c49f90 pc=0x74e044
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x14)
/azure-storage-azcopy/ste/JobsAdmin.go:473 +0x84 fp=0x2c49fe4 sp=0x2c49fbc pc=0x71c5b0
runtime.goexit()
/usr/lib/go-1.13/src/runtime/asm_arm.s:868 +0x4 fp=0x2c49fe4 sp=0x2c49fe4 pc=0x70b88
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 1 [select (no cases)]:
github.com/Azure/azure-storage-azcopy/v10/common.(*lifecycleMgr).SurrenderControl(0x2622ac0)
/azure-storage-azcopy/common/lifecyleMgr.go:317 +0x14
github.com/Azure/azure-storage-azcopy/v10/cmd.init.20.func2(0x26aa000, 0x248f490, 0x2, 0x2)
/azure-storage-azcopy/cmd/sync.go:683 +0x118
github.com/spf13/cobra.(*Command).execute(0x26aa000, 0x248f470, 0x2, 0x2, 0x26aa000, 0x248f470)
/home/juuseri/go/pkg/mod/github.com/spf13/[email protected]/command.go:856 +0x1f4
github.com/spf13/cobra.(*Command).ExecuteC(0x1145368, 0x644ae26a, 0x4d993f6d, 0x57a06c29)
/home/juuseri/go/pkg/mod/github.com/spf13/[email protected]/command.go:960 +0x26c
github.com/spf13/cobra.(*Command).Execute(...)
/home/juuseri/go/pkg/mod/github.com/spf13/[email protected]/command.go:897
github.com/Azure/azure-storage-azcopy/v10/cmd.Execute(0x269e520, 0xd, 0x2416014, 0x23, 0x2416059, 0x23, 0xfff)
/azure-storage-azcopy/cmd/root.go:151 +0xd8
main.main()
/azure-storage-azcopy/main.go:82 +0x2d0

goroutine 19 [select]:
go.opencensus.io/stats/view.(*worker).start(0x24b78c0)
/home/juuseri/go/pkg/mod/[email protected]/stats/view/worker.go:276 +0xac
created by go.opencensus.io/stats/view.init.0
/home/juuseri/go/pkg/mod/[email protected]/stats/view/worker.go:34 +0x58

goroutine 20 [syscall]:
os/signal.signal_recv(0x0)
/usr/lib/go-1.13/src/runtime/sigqueue.go:147 +0x130
os/signal.loop()
/usr/lib/go-1.13/src/os/signal/signal_unix.go:23 +0x14
created by os/signal.init.0
/usr/lib/go-1.13/src/os/signal/signal_unix.go:29 +0x30

goroutine 21 [chan receive]:
github.com/Azure/azure-storage-azcopy/v10/common.(*lifecycleMgr).processOutputMessage(0x2622ac0)
/azure-storage-azcopy/common/lifecyleMgr.go:328 +0x38
created by github.com/Azure/azure-storage-azcopy/v10/common.glob..func1
/azure-storage-azcopy/common/lifecyleMgr.go:35 +0x16c

goroutine 22 [syscall]:
syscall.Syscall(0x3, 0x0, 0x2626000, 0x1000, 0xd68cc, 0xff800000, 0xd6894)
/usr/lib/go-1.13/src/syscall/asm_linux_arm.s:14 +0x8
syscall.read(0x0, 0x2626000, 0x1000, 0x1000, 0x0, 0x2, 0x758d06e4)
/usr/lib/go-1.13/src/syscall/zsyscall_linux_arm.go:732 +0x40
syscall.Read(...)
/usr/lib/go-1.13/src/syscall/syscall_unix.go:183
internal/poll.(*FD).Read(0x249a000, 0x2626000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/lib/go-1.13/src/internal/poll/fd_unix.go:165 +0x118
os.(*File).read(...)
/usr/lib/go-1.13/src/os/file_unix.go:259
os.(*File).Read(0x24820d0, 0x2626000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/lib/go-1.13/src/os/file.go:116 +0x5c
bufio.(*Reader).fill(0x243a7b8)
/usr/lib/go-1.13/src/bufio/bufio.go:100 +0x108
bufio.(*Reader).ReadSlice(0x243a7b8, 0x243a60a, 0x6db28, 0x2646000, 0x0, 0x6150c, 0x2646000)
/usr/lib/go-1.13/src/bufio/bufio.go:359 +0x2c
bufio.(*Reader).ReadBytes(0x243a7b8, 0xa, 0x1000, 0x2626000, 0x0, 0x0, 0x0)
/usr/lib/go-1.13/src/bufio/bufio.go:437 +0x48
bufio.(*Reader).ReadString(...)
/usr/lib/go-1.13/src/bufio/bufio.go:477
github.com/Azure/azure-storage-azcopy/v10/common.(*lifecycleMgr).watchInputs(0x2622ac0)
/azure-storage-azcopy/common/lifecyleMgr.go:111 +0xb8
created by github.com/Azure/azure-storage-azcopy/v10/common.glob..func1
/azure-storage-azcopy/common/lifecyleMgr.go:38 +0x188

goroutine 34 [select]:
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).slicePoolPruneLoop(0x2976000)
/azure-storage-azcopy/ste/JobsAdmin.go:743 +0xd4
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:208 +0x578

goroutine 35 [runnable]:
sync.runtime_SemacquireMutex(0x3b740c4, 0x1db00, 0x1)
/usr/lib/go-1.13/src/runtime/sema.go:71 +0x34
sync.(*Mutex).lockSlow(0x3b740c0)
/usr/lib/go-1.13/src/sync/mutex.go:138 +0x218
sync.(*Mutex).Lock(0x3b740c0)
/usr/lib/go-1.13/src/sync/mutex.go:81 +0x4c
log.(*Logger).Output(0x3b740c0, 0x2, 0x3185d40, 0x58, 0x0, 0x0)
/usr/lib/go-1.13/src/log/log.go:153 +0x40
log.(*Logger).Println(0x3b740c0, 0x2b98434, 0x1, 0x1)
/usr/lib/go-1.13/src/log/log.go:188 +0x50
github.com/Azure/azure-storage-azcopy/v10/common.jobLogger.Log(0x69d7df50, 0x644ae26a, 0x4d993f6d, 0x57a06c29, 0x5, 0x261e050, 0x2416014, 0x23, 0x3b740c0, 0x0, ...)
/azure-storage-azcopy/common/logger.go:185 +0xa4
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobMgr).Log(0x2620300, 0x5, 0x3185c80, 0x57)
/azure-storage-azcopy/ste/mgr-JobMgr.go:564 +0x40
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobPartMgr).Log(...)
/azure-storage-azcopy/ste/mgr-JobPartMgr.go:780
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobPartMgr).ScheduleTransfers(0x24c80d0, 0xb33428, 0x32a23c0)
/azure-storage-azcopy/ste/mgr-JobPartMgr.go:416 +0x7dc
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).scheduleJobParts(0x2976000)
/azure-storage-azcopy/ste/JobsAdmin.go:287 +0x38
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:212 +0x594

goroutine 36 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x0)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 37 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x1)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 38 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x2)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 39 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x3)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 40 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x4)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 41 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x5)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 42 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x6)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 43 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x7)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 44 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x8)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 45 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x9)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 46 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0xa)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 47 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0xb)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 48 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0xc)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 49 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0xd)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 50 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0xe)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 51 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0xf)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 52 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x10)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 53 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x11)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 54 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x12)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 55 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x13)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 57 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x15)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 58 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x16)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 59 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x17)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 60 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x18)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 61 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x19)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 62 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x1a)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 63 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x1b)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 64 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x1c)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 65 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x1d)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 66 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x1e)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 67 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x1f)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 68 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x20)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 69 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x21)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 70 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x22)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 71 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x23)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 72 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x24)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 73 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x25)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 74 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x26)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 75 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x27)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 76 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x28)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 77 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x29)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 78 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x2a)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 79 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x2b)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 80 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x2c)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 81 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x2d)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 82 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x2e)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 83 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x2f)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 84 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x30)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 85 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x31)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 86 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x32)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 87 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x33)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 88 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x34)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 89 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x35)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 90 [runnable]:
runtime/internal/atomic.kernelcas(0x653aab0b, 0x1, 0x2, 0x0, 0x0, 0x1, 0x0, 0x72dd28, 0x653aab0b, 0x2c37b88, ...)
/usr/lib/go-1.13/src/runtime/internal/atomic/sys_linux_arm.s:43 +0x18
github.com/Azure/azure-storage-azcopy/v10/common.AtomicMorphInt32(0x653aab0b, 0x2c37b88, 0x32a2c88, 0x72e01c)
/azure-storage-azcopy/common/atomicmorph.go:18 +0x7c
github.com/Azure/azure-storage-azcopy/v10/ste.(*JobPartPlanTransfer).SetTransferStatus(0x653aaacb, 0x2, 0x0)
/azure-storage-azcopy/ste/JobPartPlan.go:367 +0x78
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobPartTransferMgr).SetStatus(0x25e5f40, 0x2)
/azure-storage-azcopy/ste/mgr-JobPartTransferMgr.go:565 +0x30
github.com/Azure/azure-storage-azcopy/v10/ste.commonDownloaderCompletion(0xb43628, 0x25e5f40, 0x69d7df50, 0x644ae26a, 0x4d993f6d, 0x57a06c29, 0x800000, 0x0, 0x29d0400, 0xfa, ...)
/azure-storage-azcopy/ste/xfer-remoteToLocal-file.go:420 +0x1ac
github.com/Azure/azure-storage-azcopy/v10/ste.remoteToLocal_folder(0xb43628, 0x25e5f40, 0xb27fe8, 0x32a2900, 0x6551fec8, 0x26c6008, 0x9c4aa8)
/azure-storage-azcopy/ste/xfer-remoteToLocal-folder.go:71 +0x180
github.com/Azure/azure-storage-azcopy/v10/ste.remoteToLocal(0xb43628, 0x25e5f40, 0xb27fe8, 0x32a2900, 0x6551fec8, 0x26c6008, 0x9c4aa8)
/azure-storage-azcopy/ste/xfer-remoteToLocal-file.go:42 +0x7c
github.com/Azure/azure-storage-azcopy/v10/ste.parameterizeDownload.func1(0xb43628, 0x25e5f40, 0xb27fe8, 0x32a2900, 0x6551fec8, 0x26c6008)
/azure-storage-azcopy/ste/xfer.go:69 +0x54
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobPartMgr).StartJobXfer(0x24c80d0, 0xb43628, 0x25e5f40)
/azure-storage-azcopy/ste/mgr-JobPartMgr.go:592 +0x50
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobPartTransferMgr).StartJobXfer(0x25e5f40)
/azure-storage-azcopy/ste/mgr-JobPartTransferMgr.go:215 +0x34
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor.func1(0xb43628, 0x25e5f40)
/azure-storage-azcopy/ste/JobsAdmin.go:465 +0x154
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x36)
/azure-storage-azcopy/ste/JobsAdmin.go:473 +0x84
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 91 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x37)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 92 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x38)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 93 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x39)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 94 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x3a)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 95 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x3b)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 96 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x3c)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 97 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x3d)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 98 [runnable]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x3e)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 99 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x989680, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).transferProcessor(0x2976000, 0x3f)
/azure-storage-azcopy/ste/JobsAdmin.go:479 +0xf0
created by github.com/Azure/azure-storage-azcopy/v10/ste.initJobsAdmin
/azure-storage-azcopy/ste/JobsAdmin.go:219 +0x5c0

goroutine 102 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0xd964b800, 0x45)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/common.(*proxyLookupCache).endlessTimedRefresh(0x25d5880, 0x29c40c0, 0x5, 0x0, 0x0, 0x0, 0x29c40c8, 0x20, 0x0, 0x0, ...)
/azure-storage-azcopy/common/ProxyLookupCache.go:170 +0x5c
created by github.com/Azure/azure-storage-azcopy/v10/common.(*proxyLookupCache).getProxy
/azure-storage-azcopy/common/ProxyLookupCache.go:145 +0x2ec

goroutine 12 [select]:
github.com/Azure/azure-storage-azcopy/v10/common.(*lifecycleMgr).InitiateProgressReporting.func1(0x2622ac0, 0xb2d370, 0x29be000)
/azure-storage-azcopy/common/lifecyleMgr.go:506 +0x1b4
created by github.com/Azure/azure-storage-azcopy/v10/common.(*lifecycleMgr).InitiateProgressReporting
/azure-storage-azcopy/common/lifecyleMgr.go:471 +0x6c

goroutine 27 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0xd964b800, 0x45)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/common.(*proxyLookupCache).endlessTimedRefresh(0x25d5880, 0x985a8e, 0x5, 0x0, 0x0, 0x0, 0x985a96, 0x6, 0x0, 0x0, ...)
/azure-storage-azcopy/common/ProxyLookupCache.go:170 +0x5c
created by github.com/Azure/azure-storage-azcopy/v10/common.(*proxyLookupCache).getProxy
/azure-storage-azcopy/common/ProxyLookupCache.go:145 +0x2ec

goroutine 8 [IO wait]:
internal/poll.runtime_pollWait(0x65658f48, 0x72, 0xffffffff)
/usr/lib/go-1.13/src/runtime/netpoll.go:184 +0x44
internal/poll.(*pollDesc).wait(0x26a9964, 0x72, 0x1200, 0x1216, 0xffffffff)
/usr/lib/go-1.13/src/internal/poll/fd_poll_runtime.go:87 +0x30
internal/poll.(*pollDesc).waitRead(...)
/usr/lib/go-1.13/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0x26a9950, 0x24a1300, 0x1216, 0x1216, 0x0, 0x0, 0x0)
/usr/lib/go-1.13/src/internal/poll/fd_unix.go:169 +0x178
net.(*netFD).Read(0x26a9950, 0x24a1300, 0x1216, 0x1216, 0x1b5c4, 0x1be2c, 0x2bd6020)
/usr/lib/go-1.13/src/net/fd_unix.go:202 +0x38
net.(*conn).Read(0x29d8188, 0x24a1300, 0x1216, 0x1216, 0x0, 0x0, 0x0)
/usr/lib/go-1.13/src/net/net.go:184 +0x58
crypto/tls.(*atLeastReader).Read(0x2bd6020, 0x24a1300, 0x1216, 0x1216, 0x185a4, 0x1eab18, 0xb29cb0)
/usr/lib/go-1.13/src/crypto/tls/conn.go:780 +0x78
bytes.(*Buffer).ReadFrom(0x24e2560, 0xb27e20, 0x2bd6020, 0x654d61d0, 0x1e95d4, 0x87f0e0, 0x940960)
/usr/lib/go-1.13/src/bytes/buffer.go:204 +0xa4
crypto/tls.(*Conn).readFromUntil(0x24e2400, 0xb29cb0, 0x29d8188, 0x5, 0x29d8188, 0x61874)
/usr/lib/go-1.13/src/crypto/tls/conn.go:802 +0xc4
crypto/tls.(*Conn).readRecordOrCCS(0x24e2400, 0x0, 0x0, 0x2)
/usr/lib/go-1.13/src/crypto/tls/conn.go:609 +0x104
crypto/tls.(*Conn).readRecord(...)
/usr/lib/go-1.13/src/crypto/tls/conn.go:577
crypto/tls.(*Conn).Read(0x24e2400, 0x2583000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/lib/go-1.13/src/crypto/tls/conn.go:1255 +0x13c
net/http.(*persistConn).Read(0x24ca000, 0x2583000, 0x1000, 0x1000, 0x6e370, 0x24aaef4, 0x2)
/usr/lib/go-1.13/src/net/http/transport.go:1758 +0x164
bufio.(*Reader).fill(0x2d791a0)
/usr/lib/go-1.13/src/bufio/bufio.go:100 +0x108
bufio.(*Reader).Peek(0x2d791a0, 0x1, 0x2, 0x0, 0x0, 0x28be400, 0x24582c0)
/usr/lib/go-1.13/src/bufio/bufio.go:138 +0x38
net/http.(*persistConn).readLoop(0x24ca000)
/usr/lib/go-1.13/src/net/http/transport.go:1911 +0x178
created by net/http.(*Transport).dialConn
/usr/lib/go-1.13/src/net/http/transport.go:1580 +0x8f0

goroutine 134 [select]:
net/http.(*persistConn).writeLoop(0x2a04640)
/usr/lib/go-1.13/src/net/http/transport.go:2210 +0xc0
created by net/http.(*Transport).dialConn
/usr/lib/go-1.13/src/net/http/transport.go:1581 +0x90c

goroutine 9 [select]:
net/http.(*persistConn).writeLoop(0x24ca000)
/usr/lib/go-1.13/src/net/http/transport.go:2210 +0xc0
created by net/http.(*Transport).dialConn
/usr/lib/go-1.13/src/net/http/transport.go:1581 +0x90c

goroutine 117 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0xd964b800, 0x45)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/common.(*proxyLookupCache).endlessTimedRefresh(0x25d5880, 0x2d3a140, 0x5, 0x0, 0x0, 0x0, 0x2d3a148, 0x19, 0x0, 0x0, ...)
/azure-storage-azcopy/common/ProxyLookupCache.go:170 +0x5c
created by github.com/Azure/azure-storage-azcopy/v10/common.(*proxyLookupCache).getProxy
/azure-storage-azcopy/common/ProxyLookupCache.go:145 +0x2ec

goroutine 133 [select]:
net/http.(*persistConn).readLoop(0x2a04640)
/usr/lib/go-1.13/src/net/http/transport.go:2032 +0x780
created by net/http.(*Transport).dialConn
/usr/lib/go-1.13/src/net/http/transport.go:1580 +0x8f0

goroutine 11813 [runnable]:
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobMgr).reportJobPartDoneHandler(0x2620300)
/azure-storage-azcopy/ste/mgr-JobMgr.go:492
created by github.com/Azure/azure-storage-azcopy/v10/ste.newJobMgr
/azure-storage-azcopy/ste/mgr-JobMgr.go:117 +0x4a4

goroutine 11823 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x5f5e100, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).chunkProcessor(0x2976000, 0x8)
/azure-storage-azcopy/ste/JobsAdmin.go:439 +0x114
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer
/azure-storage-azcopy/ste/JobsAdmin.go:362 +0x650

goroutine 11820 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x5f5e100, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).chunkProcessor(0x2976000, 0x5)
/azure-storage-azcopy/ste/JobsAdmin.go:439 +0x114
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer
/azure-storage-azcopy/ste/JobsAdmin.go:362 +0x650

goroutine 11822 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x5f5e100, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).chunkProcessor(0x2976000, 0x7)
/azure-storage-azcopy/ste/JobsAdmin.go:439 +0x114
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer
/azure-storage-azcopy/ste/JobsAdmin.go:362 +0x650

goroutine 11817 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x5f5e100, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).chunkProcessor(0x2976000, 0x2)
/azure-storage-azcopy/ste/JobsAdmin.go:439 +0x114
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer
/azure-storage-azcopy/ste/JobsAdmin.go:362 +0x650

goroutine 11834 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x5f5e100, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).chunkProcessor(0x2976000, 0x13)
/azure-storage-azcopy/ste/JobsAdmin.go:439 +0x114
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer
/azure-storage-azcopy/ste/JobsAdmin.go:362 +0x650

goroutine 11705 [IO wait]:
internal/poll.runtime_pollWait(0x654d9b14, 0x72, 0xffffffff)
/usr/lib/go-1.13/src/runtime/netpoll.go:184 +0x44
internal/poll.(*pollDesc).wait(0x395cbf4, 0x72, 0x2000, 0x2028, 0xffffffff)
/usr/lib/go-1.13/src/internal/poll/fd_poll_runtime.go:87 +0x30
internal/poll.(*pollDesc).waitRead(...)
/usr/lib/go-1.13/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0x395cbe0, 0x2ec7400, 0x2028, 0x2028, 0x0, 0x0, 0x0)
/usr/lib/go-1.13/src/internal/poll/fd_unix.go:169 +0x178
net.(*netFD).Read(0x395cbe0, 0x2ec7400, 0x2028, 0x2028, 0x1b5c4, 0x1be2c, 0x3b3a1d0)
/usr/lib/go-1.13/src/net/fd_unix.go:202 +0x38
net.(*conn).Read(0x34740a0, 0x2ec7400, 0x2028, 0x2028, 0x0, 0x0, 0x0)
/usr/lib/go-1.13/src/net/net.go:184 +0x58
crypto/tls.(*atLeastReader).Read(0x3b3a1d0, 0x2ec7400, 0x2028, 0x2028, 0x185a4, 0x1eab18, 0xb29cb0)
/usr/lib/go-1.13/src/crypto/tls/conn.go:780 +0x78
bytes.(*Buffer).ReadFrom(0x2c99960, 0xb27e20, 0x3b3a1d0, 0x3494360, 0x1e95d4, 0x87f0e0, 0x940960)
/usr/lib/go-1.13/src/bytes/buffer.go:204 +0xa4
crypto/tls.(*Conn).readFromUntil(0x2c99800, 0xb29cb0, 0x34740a0, 0x5, 0x34740a0, 0x1)
/usr/lib/go-1.13/src/crypto/tls/conn.go:802 +0xc4
crypto/tls.(*Conn).readRecordOrCCS(0x2c99800, 0x0, 0x0, 0x2)
/usr/lib/go-1.13/src/crypto/tls/conn.go:609 +0x104
crypto/tls.(*Conn).readRecord(...)
/usr/lib/go-1.13/src/crypto/tls/conn.go:577
crypto/tls.(*Conn).Read(0x2c99800, 0x28fb000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/lib/go-1.13/src/crypto/tls/conn.go:1255 +0x13c
net/http.(*persistConn).Read(0x2addf40, 0x28fb000, 0x1000, 0x1000, 0x6e370, 0x24a9ef4, 0x2)
/usr/lib/go-1.13/src/net/http/transport.go:1758 +0x164
bufio.(*Reader).fill(0x2a79bc0)
/usr/lib/go-1.13/src/bufio/bufio.go:100 +0x108
bufio.(*Reader).Peek(0x2a79bc0, 0x1, 0x2, 0x0, 0x0, 0x3955d00, 0x32c1680)
/usr/lib/go-1.13/src/bufio/bufio.go:138 +0x38
net/http.(*persistConn).readLoop(0x2addf40)
/usr/lib/go-1.13/src/net/http/transport.go:1911 +0x178
created by net/http.(*Transport).dialConn
/usr/lib/go-1.13/src/net/http/transport.go:1580 +0x8f0

goroutine 11839 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x5f5e100, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).chunkProcessor(0x2976000, 0x18)
/azure-storage-azcopy/ste/JobsAdmin.go:439 +0x114
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer
/azure-storage-azcopy/ste/JobsAdmin.go:362 +0x650

goroutine 11829 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x5f5e100, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).chunkProcessor(0x2976000, 0xe)
/azure-storage-azcopy/ste/JobsAdmin.go:439 +0x114
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer
/azure-storage-azcopy/ste/JobsAdmin.go:362 +0x650

goroutine 11824 [runnable]:
time.Sleep(0x5f5e100, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:100 +0x108
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).chunkProcessor(0x2976000, 0x9)
/azure-storage-azcopy/ste/JobsAdmin.go:439 +0x114
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer
/azure-storage-azcopy/ste/JobsAdmin.go:362 +0x650

goroutine 11838 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x5f5e100, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).chunkProcessor(0x2976000, 0x17)
/azure-storage-azcopy/ste/JobsAdmin.go:439 +0x114
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer
/azure-storage-azcopy/ste/JobsAdmin.go:362 +0x650

goroutine 11814 [runnable]:
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobMgr).handleStatusUpdateMessage(0x2620300)
/azure-storage-azcopy/ste/jobStatusManager.go:66
created by github.com/Azure/azure-storage-azcopy/v10/ste.newJobMgr
/azure-storage-azcopy/ste/mgr-JobMgr.go:118 +0x4c0

goroutine 11815 [runnable]:
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer(0x2976000, 0xb336c8, 0x26c6030)
/azure-storage-azcopy/ste/JobsAdmin.go:369 +0x1bc
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).scheduleJobParts
/azure-storage-azcopy/ste/JobsAdmin.go:274 +0x1a0

goroutine 11609 [select]:
net/http.(*persistConn).writeLoop(0x2bdb900)
/usr/lib/go-1.13/src/net/http/transport.go:2210 +0xc0
created by net/http.(*Transport).dialConn
/usr/lib/go-1.13/src/net/http/transport.go:1581 +0x90c

goroutine 11816 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x5f5e100, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).chunkProcessor(0x2976000, 0x1)
/azure-storage-azcopy/ste/JobsAdmin.go:439 +0x114
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer
/azure-storage-azcopy/ste/JobsAdmin.go:362 +0x650

goroutine 11608 [IO wait]:
internal/poll.runtime_pollWait(0x65658c30, 0x72, 0xffffffff)
/usr/lib/go-1.13/src/runtime/netpoll.go:184 +0x44
internal/poll.(*pollDesc).wait(0x36880b4, 0x72, 0x2000, 0x2028, 0xffffffff)
/usr/lib/go-1.13/src/internal/poll/fd_poll_runtime.go:87 +0x30
internal/poll.(*pollDesc).waitRead(...)
/usr/lib/go-1.13/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Read(0x36880a0, 0x2df6f00, 0x2028, 0x2028, 0x0, 0x0, 0x0)
/usr/lib/go-1.13/src/internal/poll/fd_unix.go:169 +0x178
net.(*netFD).Read(0x36880a0, 0x2df6f00, 0x2028, 0x2028, 0x1b5c4, 0x1be2c, 0x3b3a280)
/usr/lib/go-1.13/src/net/fd_unix.go:202 +0x38
net.(*conn).Read(0x2b0d8e0, 0x2df6f00, 0x2028, 0x2028, 0x0, 0x0, 0x0)
/usr/lib/go-1.13/src/net/net.go:184 +0x58
crypto/tls.(*atLeastReader).Read(0x3b3a280, 0x2df6f00, 0x2028, 0x2028, 0x185a4, 0x1eab18, 0xb29cb0)
/usr/lib/go-1.13/src/crypto/tls/conn.go:780 +0x78
bytes.(*Buffer).ReadFrom(0x298e360, 0xb27e20, 0x3b3a280, 0x11d00, 0x1e95d4, 0x87f0e0, 0x940960)
/usr/lib/go-1.13/src/bytes/buffer.go:204 +0xa4
crypto/tls.(*Conn).readFromUntil(0x298e200, 0xb29cb0, 0x2b0d8e0, 0x5, 0x2b0d8e0, 0x6)
/usr/lib/go-1.13/src/crypto/tls/conn.go:802 +0xc4
crypto/tls.(*Conn).readRecordOrCCS(0x298e200, 0x0, 0x0, 0x2)
/usr/lib/go-1.13/src/crypto/tls/conn.go:609 +0x104
crypto/tls.(*Conn).readRecord(...)
/usr/lib/go-1.13/src/crypto/tls/conn.go:577
crypto/tls.(*Conn).Read(0x298e200, 0x2f92000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/lib/go-1.13/src/crypto/tls/conn.go:1255 +0x13c
net/http.(*persistConn).Read(0x2bdb900, 0x2f92000, 0x1000, 0x1000, 0x6e370, 0x2d82ef4, 0x2)
/usr/lib/go-1.13/src/net/http/transport.go:1758 +0x164
bufio.(*Reader).fill(0x3adb9b0)
/usr/lib/go-1.13/src/bufio/bufio.go:100 +0x108
bufio.(*Reader).Peek(0x3adb9b0, 0x1, 0x2, 0x0, 0x0, 0x394b300, 0x3a01280)
/usr/lib/go-1.13/src/bufio/bufio.go:138 +0x38
net/http.(*persistConn).readLoop(0x2bdb900)
/usr/lib/go-1.13/src/net/http/transport.go:1911 +0x178
created by net/http.(*Transport).dialConn
/usr/lib/go-1.13/src/net/http/transport.go:1580 +0x8f0

goroutine 11826 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x5f5e100, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).chunkProcessor(0x2976000, 0xb)
/azure-storage-azcopy/ste/JobsAdmin.go:439 +0x114
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer
/azure-storage-azcopy/ste/JobsAdmin.go:362 +0x650

goroutine 11706 [select]:
net/http.(*persistConn).writeLoop(0x2addf40)
/usr/lib/go-1.13/src/net/http/transport.go:2210 +0xc0
created by net/http.(*Transport).dialConn
/usr/lib/go-1.13/src/net/http/transport.go:1581 +0x90c

goroutine 11840 [runnable]:
net/url.getscheme(0x29d0100, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/lib/go-1.13/src/net/url/url.go:428 +0x1b8
net/url.parse(0x29d0100, 0xf7, 0x95f300, 0x1, 0x1, 0x29d0100)
/usr/lib/go-1.13/src/net/url/url.go:525 +0xcc
net/url.Parse(0x29d0100, 0xf7, 0x644ae26a, 0x4d993f6d, 0x57a06c29)
/usr/lib/go-1.13/src/net/url/url.go:475 +0x70
github.com/Azure/azure-storage-azcopy/v10/ste.(*azureFilesDownloader).GenerateDownloadFunc.func1()
/azure-storage-azcopy/ste/downloader-azureFiles.go:121 +0x98
github.com/Azure/azure-storage-azcopy/v10/ste.createChunkFunc.func1(0x19)
/azure-storage-azcopy/ste/sender.go:180 +0x110
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).chunkProcessor(0x2976000, 0x19)
/azure-storage-azcopy/ste/JobsAdmin.go:433 +0xb8
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer
/azure-storage-azcopy/ste/JobsAdmin.go:362 +0x650

goroutine 11830 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x5f5e100, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).chunkProcessor(0x2976000, 0xf)
/azure-storage-azcopy/ste/JobsAdmin.go:439 +0x114
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer
/azure-storage-azcopy/ste/JobsAdmin.go:362 +0x650

goroutine 11832 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x5f5e100, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).chunkProcessor(0x2976000, 0x11)
/azure-storage-azcopy/ste/JobsAdmin.go:439 +0x114
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer
/azure-storage-azcopy/ste/JobsAdmin.go:362 +0x650

goroutine 11837 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x5f5e100, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).chunkProcessor(0x2976000, 0x16)
/azure-storage-azcopy/ste/JobsAdmin.go:439 +0x114
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer
/azure-storage-azcopy/ste/JobsAdmin.go:362 +0x650

goroutine 11825 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x5f5e100, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).chunkProcessor(0x2976000, 0xa)
/azure-storage-azcopy/ste/JobsAdmin.go:439 +0x114
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer
/azure-storage-azcopy/ste/JobsAdmin.go:362 +0x650

goroutine 11836 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x5f5e100, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).chunkProcessor(0x2976000, 0x15)
/azure-storage-azcopy/ste/JobsAdmin.go:439 +0x114
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer
/azure-storage-azcopy/ste/JobsAdmin.go:362 +0x650

goroutine 11831 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x5f5e100, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).chunkProcessor(0x2976000, 0x10)
/azure-storage-azcopy/ste/JobsAdmin.go:439 +0x114
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer
/azure-storage-azcopy/ste/JobsAdmin.go:362 +0x650

goroutine 11819 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x5f5e100, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).chunkProcessor(0x2976000, 0x4)
/azure-storage-azcopy/ste/JobsAdmin.go:439 +0x114
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer
/azure-storage-azcopy/ste/JobsAdmin.go:362 +0x650

goroutine 11827 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x5f5e100, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).chunkProcessor(0x2976000, 0xc)
/azure-storage-azcopy/ste/JobsAdmin.go:439 +0x114
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer
/azure-storage-azcopy/ste/JobsAdmin.go:362 +0x650

goroutine 11835 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x5f5e100, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).chunkProcessor(0x2976000, 0x14)
/azure-storage-azcopy/ste/JobsAdmin.go:439 +0x114
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer
/azure-storage-azcopy/ste/JobsAdmin.go:362 +0x650

goroutine 11833 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x5f5e100, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).chunkProcessor(0x2976000, 0x12)
/azure-storage-azcopy/ste/JobsAdmin.go:439 +0x114
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer
/azure-storage-azcopy/ste/JobsAdmin.go:362 +0x650

goroutine 11828 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x5f5e100, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).chunkProcessor(0x2976000, 0xd)
/azure-storage-azcopy/ste/JobsAdmin.go:439 +0x114
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer
/azure-storage-azcopy/ste/JobsAdmin.go:362 +0x650

goroutine 11818 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x5f5e100, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).chunkProcessor(0x2976000, 0x3)
/azure-storage-azcopy/ste/JobsAdmin.go:439 +0x114
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer
/azure-storage-azcopy/ste/JobsAdmin.go:362 +0x650

goroutine 11821 [sleep]:
runtime.goparkunlock(...)
/usr/lib/go-1.13/src/runtime/proc.go:310
time.Sleep(0x5f5e100, 0x0)
/usr/lib/go-1.13/src/runtime/time.go:105 +0x158
github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).chunkProcessor(0x2976000, 0x6)
/azure-storage-azcopy/ste/JobsAdmin.go:439 +0x114
created by github.com/Azure/azure-storage-azcopy/v10/ste.(*jobsAdmin).poolSizer
/azure-storage-azcopy/ste/JobsAdmin.go:362 +0x650

goroutine 11773 [runnable]:
github.com/Azure/azure-storage-azcopy/v10/common.(*chunkedFileWriter).workerRoutine(0x33240f0, 0xb33428, 0x32a2980)
/azure-storage-azcopy/common/chunkedFileWriter.go:215
created by github.com/Azure/azure-storage-azcopy/v10/common.NewChunkedFileWriter
/azure-storage-azcopy/common/chunkedFileWriter.go:121 +0x1a4
Was this page helpful?
0 / 5 - 0 ratings