artifacts icon indicating copy to clipboard operation
artifacts copied to clipboard

runtime: bsdthread_register error

Open 4taras4 opened this issue 3 years ago • 1 comments

I'm tried to upload iOS build and when step Uload atrifacts coming i'm get an error

Uploading Artifacts artifacts.setup fatal error: runtime: bsdthread_register error runtime stack: runtime.throw(0x13c0857, 0x21) /home/travis/.gimme/versions/go1.10.2.linux.amd64/src/runtime/panic.go:616 +0x81 fp=0x7ff7bfefda98 sp=0x7ff7bfefda78 pc=0x1028d41 runtime.goenvs() /home/travis/.gimme/versions/go1.10.2.linux.amd64/src/runtime/os_darwin.go:129 +0x83 fp=0x7ff7bfefdac8 sp=0x7ff7bfefda98 pc=0x10268c3 runtime.schedinit() /home/travis/.gimme/versions/go1.10.2.linux.amd64/src/runtime/proc.go:501 +0xd6 fp=0x7ff7bfefdb30 sp=0x7ff7bfefdac8 pc=0x102b636 runtime.rt0_go(0x7ff7bfefdb68, 0x2, 0x7ff7bfefdb68, 0x0, 0x1000000, 0x2, 0x7ff7bfefe050, 0x7ff7bfefe05a, 0x0, 0x7ff7bfefe05d, ...) /home/travis/.gimme/versions/go1.10.2.linux.amd64/src/runtime/asm_amd64.s:252 +0x1f4 fp=0x7ff7bfefdb38 sp=0x7ff7bfefdb30 pc=0x1050fc4 $ export ARTIFACTS_PATHS="$(ls ./build/*.ipa | tr \"\\n\" \":\"):$(ls ./build/*.zip | tr \"\\n\" \":\")" ls: ./build/*.ipa: No such file or directory $ artifacts upload fatal error: runtime: bsdthread_register error

4taras4 avatar Jun 06 '22 15:06 4taras4

Same issue here. I found this -> https://github.com/golang/go/wiki/MacOS12BSDThreadRegisterIssue

os: osx
language: objective-c
osx_image: xcode13.3

okvic77 avatar Jun 07 '22 20:06 okvic77