Repository validation failed getting message as “Running project scanner (exit code: 1)”.
Hi @nikky12!
Sorry to hear about the initial inconveniences! Is the issue still persistent?
You should be able to add your project even if the scanner fails, but unfortunately, exit code 1 only means a failure, so can you please send us the text content of the validation log to be able to check out what happens there?
Keep in mind that you can always contact us on our on-site chat as well!
Hi Bitce,
Please find below logs for the same
------------------------------------------------------------------------------+
| (1) Git Clone Repository |
±-----------------------------------------------------------------------------+
| id: git-clone |
| version: 3.4.3 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: go |
| time: 2018-09-07T06:04:20Z |
±-----------------------------------------------------------------------------+
| |
INFO[06:04:20] Start installing (golang) with apt-get
INFO[06:04:20] * [OK] Step dependency (go) installed, available.
Git Clone Configs:
- CloneIntoDir: /bitrise/src
- RepositoryURL: git@github.com:WynkLimited/movies_android.git
Git Checkout Configs: - Commit:
- Tag:
- Branch: rel/1.13.0
- CloneDepth:
Git Pull Request Configs: - PullRequestURI:
- PullRequestID:
- BranchDest:
- PullRequestMergeBranch:
- ResetRepository: No
Bitrise Build Configs: - BuildURL:
- BuildAPIToken:
Git clone repository
=> git “init”
=> git “remote” “add” “origin” "git@github.com:WynkLimited/movies_android.git"
=> git “fetch”
=> git “checkout” “rel/1.13.0”
=> git “submodule” “update” “–init” “–recursive”
Exporting git logs
=> GIT_CLONE_COMMIT_HASH
value: a313e08bd38021a50b7be110e5836a07ffc10697
=> GIT_CLONE_COMMIT_MESSAGE_SUBJECT
value: removed couple of unused files
=> GIT_CLONE_COMMIT_MESSAGE_BODY
value:
=> GIT_CLONE_COMMIT_AUTHOR_NAME
value: udit
=> GIT_CLONE_COMMIT_AUTHOR_EMAIL
value: udit.verma@wynk.in
=> GIT_CLONE_COMMIT_COMMITER_NAME
value: udit
=> GIT_CLONE_COMMIT_COMMITER_EMAIL
value: udit.verma@wynk.in
Success
| |
±–±--------------------------------------------------------------±---------+
| ✓ | Git Clone Repository | 25 sec |
±–±--------------------------------------------------------------±---------+
| Update available: 3.4.3 -> 4.0.11 |
±–±--------------------------------------------------------------±---------+
▼
INFO[06:04:44] Step uses latest version – Updating StepLib …
INFO[06:04:44] Update StepLib (https://github.com/bitrise-io/bitrise-steplib.git)…
±-----------------------------------------------------------------------------+
| (2) Running project scanner |
±-----------------------------------------------------------------------------+
| id: project-scanner |
| version: 1.6.6 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: bash |
| time: 2018-09-07T06:04:49Z |
±-----------------------------------------------------------------------------+
| |
Configs:
- scan_dir: /bitrise/src
- output_dir: /bitrise/src/scan_result
- scan_result_submit_url: https://app.bitrise.io/api/validation/d8856d7bf33d62c1/scan_results
- scan_result_submit_api_token: Z0RO5kLZ-T2FwoMrobVYCA
Create scanner bin…
ceated at: /tmp/tmp.T2s6nJdNhK/scanner
Running scanner…
[06:04:57] CI mode
[06:04:57] scan dir: /bitrise/src
[06:04:57] output dir: /bitrise/src/scan_result
[06:04:57] output format: json
[06:04:57] Running scanners:
[06:04:57] Scanner: react-native-expo
[06:04:57] ±-----------------------------------------------------------------------------+
[06:04:57] | |
[06:04:57] Collect package.json files
[06:04:57] | |
[06:04:57] ±-----------------------------------------------------------------------------+
[06:04:57] Scanner: react-native
[06:04:57] ±-----------------------------------------------------------------------------+
[06:04:57] | |
[06:04:57] Collect package.json files
[06:04:57] 0 package.json file detected
[06:04:57] Filter relevant package.json files
[06:04:57] | |
[06:04:57] ±-----------------------------------------------------------------------------+
[06:04:57] Scanner: ionic
[06:04:57] ±-----------------------------------------------------------------------------+
[06:04:57] | |
[06:04:58] Searching for config.xml file
[06:04:58] config.xml:
[06:04:58] platform not detected
[06:04:58] | |
[06:04:58] ±-----------------------------------------------------------------------------+
[06:04:58] Scanner: cordova
[06:04:58] ±-----------------------------------------------------------------------------+
[06:04:58] | |
[06:04:58] Searching for config.xml file
[06:04:58] config.xml:
[06:04:58] platform not detected
[06:04:58] | |
[06:04:58] ±-----------------------------------------------------------------------------+
[06:04:58] Scanner: ios
[06:04:58] ±-----------------------------------------------------------------------------+
[06:04:58] | |
[06:04:58] Filter relevant Xcode project files
[06:04:58] 0 Xcode ios project files found
[06:04:58] platform not detected
[06:04:58] | |
[06:04:58] ±-----------------------------------------------------------------------------+
[06:04:58] Scanner: macos
[06:04:58] ±-----------------------------------------------------------------------------+
[06:04:58] | |
[06:04:58] Filter relevant Xcode project files
[06:04:58] 0 Xcode macos project files found
[06:04:58] platform not detected
[06:04:58] | |
[06:04:58] ±-----------------------------------------------------------------------------+
[06:04:58] Scanner: android
[06:04:58] ±-----------------------------------------------------------------------------+
[06:04:58] | |
[06:07:52] | |
[06:07:52] ±-----------------------------------------------------------------------------+
[06:07:52] Scanner: xamarin
[06:07:52] ±-----------------------------------------------------------------------------+
[06:07:52] | |
[06:07:52] Searching for solution files
[06:07:52] 0 solution files detected
[06:07:52] platform not detected
[06:07:52] | |
[06:07:52] ±-----------------------------------------------------------------------------+
[06:07:52] Scanner: fastlane
[06:07:52] ±-----------------------------------------------------------------------------+
[06:07:52] | |
[06:07:52] Searching for Fastfiles
[06:07:52] 0 Fastfiles detected
[06:07:52] platform not detected
[06:07:52] | |
[06:07:52] ±-----------------------------------------------------------------------------+
[06:07:52] Saving outputs:
runtime: goroutine stack exceeds 1000000000-byte limit
fatal error: stack overflow
runtime stack:
runtime.throw(0x867cee, 0xe)
/usr/local/go/src/runtime/panic.go:616 +0x81
runtime.newstack()
/usr/local/go/src/runtime/stack.go:1054 +0x71f
runtime.morestack()
/usr/local/go/src/runtime/asm_amd64.s:480 +0x89
goroutine 1 [running]:
runtime.(*mspan).nextFreeIndex(0x7fb51024c560, 0x0)
/usr/local/go/src/runtime/mbitmap.go:216 +0x16f fp=0xc440900370 sp=0xc440900368 pc=0x41368f
runtime.(*mcache).nextFree(0x7fb51306f6c8, 0x4, 0x10, 0x7d3e60, 0xc42f5dce00)
/usr/local/go/src/runtime/malloc.go:548 +0x55 fp=0xc4409003c8 sp=0xc440900370 pc=0x411645
runtime.mallocgc(0x10, 0x7d3e60, 0xaaec01, 0xc42026e8f0)
/usr/local/go/src/runtime/malloc.go:710 +0x79f fp=0xc440900468 sp=0xc4409003c8 pc=0x411fef
runtime.newobject(0x7d3e60, 0xc42f5d7500)
/usr/local/go/src/runtime/malloc.go:839 +0x38 fp=0xc440900498 sp=0xc440900468 pc=0x412398
reflect.unsafe_New(0x7d3e60, 0xc42026e908)
/usr/local/go/src/runtime/malloc.go:844 +0x2b fp=0xc4409004b8 sp=0xc440900498 pc=0x4123eb
reflect.Value.MapKeys(0x7f55a0, 0xc42006e260, 0x195, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:1128 +0x1fc fp=0xc440900560 sp=0xc4409004b8 pc=0x4b234c
encoding/json.(*mapEncoder).encode(0xc42000e0d8, 0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:668 +0xad fp=0xc4409006c0 sp=0xc440900560 pc=0x4eb06d
encoding/json.(*mapEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:700 +0x64 fp=0xc440900700 sp=0xc4409006c0 pc=0x4f3724
encoding/json.(*structEncoder).encode(0xc4202f0240, 0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420260100)
/usr/local/go/src/encoding/json/encode.go:639 +0x255 fp=0xc440900860 sp=0xc440900700 pc=0x4eac35
encoding/json.(*structEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0x100)
/usr/local/go/src/encoding/json/encode.go:653 +0x64 fp=0xc4409008a0 sp=0xc440900860 pc=0x4f36a4
encoding/json.typeEncoder.func1(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420060100)
/usr/local/go/src/encoding/json/encode.go:362 +0x79 fp=0xc4409008e0 sp=0xc4409008a0 pc=0x4f2d09
encoding/json.(*ptrEncoder).encode(0xc42000e0d0, 0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0x7c0100)
/usr/local/go/src/encoding/json/encode.go:780 +0xe3 fp=0xc440900920 sp=0xc4409008e0 pc=0x4ebff3
encoding/json.(*ptrEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0xc42f5d0100)
/usr/local/go/src/encoding/json/encode.go:785 +0x64 fp=0xc440900960 sp=0xc440900920 pc=0x4f38a4
encoding/json.(*mapEncoder).encode(0xc42000e0d8, 0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:684 +0x45f fp=0xc440900ac0 sp=0xc440900960 pc=0x4eb41f
encoding/json.(*mapEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:700 +0x64 fp=0xc440900b00 sp=0xc440900ac0 pc=0x4f3724
encoding/json.(*structEncoder).encode(0xc4202f0240, 0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420260100)
/usr/local/go/src/encoding/json/encode.go:639 +0x255 fp=0xc440900c60 sp=0xc440900b00 pc=0x4eac35
encoding/json.(*structEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0x100)
/usr/local/go/src/encoding/json/encode.go:653 +0x64 fp=0xc440900ca0 sp=0xc440900c60 pc=0x4f36a4
encoding/json.typeEncoder.func1(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420060100)
/usr/local/go/src/encoding/json/encode.go:362 +0x79 fp=0xc440900ce0 sp=0xc440900ca0 pc=0x4f2d09
encoding/json.(*ptrEncoder).encode(0xc42000e0d0, 0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0x7c0100)
/usr/local/go/src/encoding/json/encode.go:780 +0xe3 fp=0xc440900d20 sp=0xc440900ce0 pc=0x4ebff3
encoding/json.(*ptrEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0xc42f5d0100)
/usr/local/go/src/encoding/json/encode.go:785 +0x64 fp=0xc440900d60 sp=0xc440900d20 pc=0x4f38a4
encoding/json.(*mapEncoder).encode(0xc42000e0d8, 0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:684 +0x45f fp=0xc440900ec0 sp=0xc440900d60 pc=0x4eb41f
encoding/json.(*mapEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:700 +0x64 fp=0xc440900f00 sp=0xc440900ec0 pc=0x4f3724
encoding/json.(*structEncoder).encode(0xc4202f0240, 0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420260100)
/usr/local/go/src/encoding/json/encode.go:639 +0x255 fp=0xc440901060 sp=0xc440900f00 pc=0x4eac35
encoding/json.(*structEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0x100)
/usr/local/go/src/encoding/json/encode.go:653 +0x64 fp=0xc4409010a0 sp=0xc440901060 pc=0x4f36a4
encoding/json.typeEncoder.func1(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420060100)
/usr/local/go/src/encoding/json/encode.go:362 +0x79 fp=0xc4409010e0 sp=0xc4409010a0 pc=0x4f2d09
encoding/json.(*ptrEncoder).encode(0xc42000e0d0, 0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0x7c0100)
/usr/local/go/src/encoding/json/encode.go:780 +0xe3 fp=0xc440901120 sp=0xc4409010e0 pc=0x4ebff3
encoding/json.(*ptrEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0xc42f5d0100)
/usr/local/go/src/encoding/json/encode.go:785 +0x64 fp=0xc440901160 sp=0xc440901120 pc=0x4f38a4
encoding/json.(*mapEncoder).encode(0xc42000e0d8, 0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:684 +0x45f fp=0xc4409012c0 sp=0xc440901160 pc=0x4eb41f
encoding/json.(*mapEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:700 +0x64 fp=0xc440901300 sp=0xc4409012c0 pc=0x4f3724
encoding/json.(*structEncoder).encode(0xc4202f0240, 0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420260100)
/usr/local/go/src/encoding/json/encode.go:639 +0x255 fp=0xc440901460 sp=0xc440901300 pc=0x4eac35
encoding/json.(*structEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0x100)
/usr/local/go/src/encoding/json/encode.go:653 +0x64 fp=0xc4409014a0 sp=0xc440901460 pc=0x4f36a4
encoding/json.typeEncoder.func1(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420060100)
/usr/local/go/src/encoding/json/encode.go:362 +0x79 fp=0xc4409014e0 sp=0xc4409014a0 pc=0x4f2d09
encoding/json.(*ptrEncoder).encode(0xc42000e0d0, 0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0x7c0100)
/usr/local/go/src/encoding/json/encode.go:780 +0xe3 fp=0xc440901520 sp=0xc4409014e0 pc=0x4ebff3
encoding/json.(*ptrEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0xc42f5d0100)
/usr/local/go/src/encoding/json/encode.go:785 +0x64 fp=0xc440901560 sp=0xc440901520 pc=0x4f38a4
encoding/json.(*mapEncoder).encode(0xc42000e0d8, 0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:684 +0x45f fp=0xc4409016c0 sp=0xc440901560 pc=0x4eb41f
encoding/json.(*mapEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:700 +0x64 fp=0xc440901700 sp=0xc4409016c0 pc=0x4f3724
encoding/json.(*structEncoder).encode(0xc4202f0240, 0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420260100)
/usr/local/go/src/encoding/json/encode.go:639 +0x255 fp=0xc440901860 sp=0xc440901700 pc=0x4eac35
encoding/json.(*structEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0x100)
/usr/local/go/src/encoding/json/encode.go:653 +0x64 fp=0xc4409018a0 sp=0xc440901860 pc=0x4f36a4
encoding/json.typeEncoder.func1(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420060100)
/usr/local/go/src/encoding/json/encode.go:362 +0x79 fp=0xc4409018e0 sp=0xc4409018a0 pc=0x4f2d09
encoding/json.(*ptrEncoder).encode(0xc42000e0d0, 0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0x7c0100)
/usr/local/go/src/encoding/json/encode.go:780 +0xe3 fp=0xc440901920 sp=0xc4409018e0 pc=0x4ebff3
encoding/json.(*ptrEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0xc42f5d0100)
/usr/local/go/src/encoding/json/encode.go:785 +0x64 fp=0xc440901960 sp=0xc440901920 pc=0x4f38a4
encoding/json.(*mapEncoder).encode(0xc42000e0d8, 0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:684 +0x45f fp=0xc440901ac0 sp=0xc440901960 pc=0x4eb41f
encoding/json.(*mapEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:700 +0x64 fp=0xc440901b00 sp=0xc440901ac0 pc=0x4f3724
encoding/json.(*structEncoder).encode(0xc4202f0240, 0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420260100)
/usr/local/go/src/encoding/json/encode.go:639 +0x255 fp=0xc440901c60 sp=0xc440901b00 pc=0x4eac35
encoding/json.(*structEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0x100)
/usr/local/go/src/encoding/json/encode.go:653 +0x64 fp=0xc440901ca0 sp=0xc440901c60 pc=0x4f36a4
encoding/json.typeEncoder.func1(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420060100)
/usr/local/go/src/encoding/json/encode.go:362 +0x79 fp=0xc440901ce0 sp=0xc440901ca0 pc=0x4f2d09
encoding/json.(*ptrEncoder).encode(0xc42000e0d0, 0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0x7c0100)
/usr/local/go/src/encoding/json/encode.go:780 +0xe3 fp=0xc440901d20 sp=0xc440901ce0 pc=0x4ebff3
encoding/json.(*ptrEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0xc42f5d0100)
/usr/local/go/src/encoding/json/encode.go:785 +0x64 fp=0xc440901d60 sp=0xc440901d20 pc=0x4f38a4
encoding/json.(*mapEncoder).encode(0xc42000e0d8, 0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:684 +0x45f fp=0xc440901ec0 sp=0xc440901d60 pc=0x4eb41f
encoding/json.(*mapEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:700 +0x64 fp=0xc440901f00 sp=0xc440901ec0 pc=0x4f3724
encoding/json.(*structEncoder).encode(0xc4202f0240, 0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420260100)
/usr/local/go/src/encoding/json/encode.go:639 +0x255 fp=0xc440902060 sp=0xc440901f00 pc=0x4eac35
encoding/json.(*structEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0x100)
/usr/local/go/src/encoding/json/encode.go:653 +0x64 fp=0xc4409020a0 sp=0xc440902060 pc=0x4f36a4
encoding/json.typeEncoder.func1(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420060100)
/usr/local/go/src/encoding/json/encode.go:362 +0x79 fp=0xc4409020e0 sp=0xc4409020a0 pc=0x4f2d09
encoding/json.(*ptrEncoder).encode(0xc42000e0d0, 0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0x7c0100)
/usr/local/go/src/encoding/json/encode.go:780 +0xe3 fp=0xc440902120 sp=0xc4409020e0 pc=0x4ebff3
encoding/json.(*ptrEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0xc42f5d0100)
/usr/local/go/src/encoding/json/encode.go:785 +0x64 fp=0xc440902160 sp=0xc440902120 pc=0x4f38a4
encoding/json.(*mapEncoder).encode(0xc42000e0d8, 0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:684 +0x45f fp=0xc4409022c0 sp=0xc440902160 pc=0x4eb41f
encoding/json.(*mapEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:700 +0x64 fp=0xc440902300 sp=0xc4409022c0 pc=0x4f3724
encoding/json.(*structEncoder).encode(0xc4202f0240, 0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420260100)
/usr/local/go/src/encoding/json/encode.go:639 +0x255 fp=0xc440902460 sp=0xc440902300 pc=0x4eac35
encoding/json.(*structEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0x100)
/usr/local/go/src/encoding/json/encode.go:653 +0x64 fp=0xc4409024a0 sp=0xc440902460 pc=0x4f36a4
encoding/json.typeEncoder.func1(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420060100)
/usr/local/go/src/encoding/json/encode.go:362 +0x79 fp=0xc4409024e0 sp=0xc4409024a0 pc=0x4f2d09
encoding/json.(*ptrEncoder).encode(0xc42000e0d0, 0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0x7c0100)
/usr/local/go/src/encoding/json/encode.go:780 +0xe3 fp=0xc440902520 sp=0xc4409024e0 pc=0x4ebff3
encoding/json.(*ptrEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0xc42f5d0100)
/usr/local/go/src/encoding/json/encode.go:785 +0x64 fp=0xc440902560 sp=0xc440902520 pc=0x4f38a4
encoding/json.(*mapEncoder).encode(0xc42000e0d8, 0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:684 +0x45f fp=0xc4409026c0 sp=0xc440902560 pc=0x4eb41f
encoding/json.(*mapEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:700 +0x64 fp=0xc440902700 sp=0xc4409026c0 pc=0x4f3724
encoding/json.(*structEncoder).encode(0xc4202f0240, 0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420260100)
/usr/local/go/src/encoding/json/encode.go:639 +0x255 fp=0xc440902860 sp=0xc440902700 pc=0x4eac35
encoding/json.(*structEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0x100)
/usr/local/go/src/encoding/json/encode.go:653 +0x64 fp=0xc4409028a0 sp=0xc440902860 pc=0x4f36a4
encoding/json.typeEncoder.func1(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420060100)
/usr/local/go/src/encoding/json/encode.go:362 +0x79 fp=0xc4409028e0 sp=0xc4409028a0 pc=0x4f2d09
encoding/json.(*ptrEncoder).encode(0xc42000e0d0, 0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0x7c0100)
/usr/local/go/src/encoding/json/encode.go:780 +0xe3 fp=0xc440902920 sp=0xc4409028e0 pc=0x4ebff3
encoding/json.(*ptrEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0xc42f5d0100)
/usr/local/go/src/encoding/json/encode.go:785 +0x64 fp=0xc440902960 sp=0xc440902920 pc=0x4f38a4
encoding/json.(*mapEncoder).encode(0xc42000e0d8, 0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:684 +0x45f fp=0xc440902ac0 sp=0xc440902960 pc=0x4eb41f
encoding/json.(*mapEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:700 +0x64 fp=0xc440902b00 sp=0xc440902ac0 pc=0x4f3724
encoding/json.(*structEncoder).encode(0xc4202f0240, 0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420260100)
/usr/local/go/src/encoding/json/encode.go:639 +0x255 fp=0xc440902c60 sp=0xc440902b00 pc=0x4eac35
encoding/json.(*structEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0x100)
/usr/local/go/src/encoding/json/encode.go:653 +0x64 fp=0xc440902ca0 sp=0xc440902c60 pc=0x4f36a4
encoding/json.typeEncoder.func1(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420060100)
/usr/local/go/src/encoding/json/encode.go:362 +0x79 fp=0xc440902ce0 sp=0xc440902ca0 pc=0x4f2d09
encoding/json.(*ptrEncoder).encode(0xc42000e0d0, 0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0x7c0100)
/usr/local/go/src/encoding/json/encode.go:780 +0xe3 fp=0xc440902d20 sp=0xc440902ce0 pc=0x4ebff3
encoding/json.(*ptrEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0xc42f5d0100)
/usr/local/go/src/encoding/json/encode.go:785 +0x64 fp=0xc440902d60 sp=0xc440902d20 pc=0x4f38a4
encoding/json.(*mapEncoder).encode(0xc42000e0d8, 0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:684 +0x45f fp=0xc440902ec0 sp=0xc440902d60 pc=0x4eb41f
encoding/json.(*mapEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:700 +0x64 fp=0xc440902f00 sp=0xc440902ec0 pc=0x4f3724
encoding/json.(*structEncoder).encode(0xc4202f0240, 0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420260100)
/usr/local/go/src/encoding/json/encode.go:639 +0x255 fp=0xc440903060 sp=0xc440902f00 pc=0x4eac35
encoding/json.(*structEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0x100)
/usr/local/go/src/encoding/json/encode.go:653 +0x64 fp=0xc4409030a0 sp=0xc440903060 pc=0x4f36a4
encoding/json.typeEncoder.func1(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420060100)
/usr/local/go/src/encoding/json/encode.go:362 +0x79 fp=0xc4409030e0 sp=0xc4409030a0 pc=0x4f2d09
encoding/json.(*ptrEncoder).encode(0xc42000e0d0, 0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0x7c0100)
/usr/local/go/src/encoding/json/encode.go:780 +0xe3 fp=0xc440903120 sp=0xc4409030e0 pc=0x4ebff3
encoding/json.(*ptrEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0xc42f5d0100)
/usr/local/go/src/encoding/json/encode.go:785 +0x64 fp=0xc440903160 sp=0xc440903120 pc=0x4f38a4
encoding/json.(*mapEncoder).encode(0xc42000e0d8, 0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:684 +0x45f fp=0xc4409032c0 sp=0xc440903160 pc=0x4eb41f
encoding/json.(*mapEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:700 +0x64 fp=0xc440903300 sp=0xc4409032c0 pc=0x4f3724
encoding/json.(*structEncoder).encode(0xc4202f0240, 0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420260100)
/usr/local/go/src/encoding/json/encode.go:639 +0x255 fp=0xc440903460 sp=0xc440903300 pc=0x4eac35
encoding/json.(*structEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0x100)
/usr/local/go/src/encoding/json/encode.go:653 +0x64 fp=0xc4409034a0 sp=0xc440903460 pc=0x4f36a4
encoding/json.typeEncoder.func1(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420060100)
/usr/local/go/src/encoding/json/encode.go:362 +0x79 fp=0xc4409034e0 sp=0xc4409034a0 pc=0x4f2d09
encoding/json.(*ptrEncoder).encode(0xc42000e0d0, 0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0x7c0100)
/usr/local/go/src/encoding/json/encode.go:780 +0xe3 fp=0xc440903520 sp=0xc4409034e0 pc=0x4ebff3
encoding/json.(*ptrEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0xc42f5d0100)
/usr/local/go/src/encoding/json/encode.go:785 +0x64 fp=0xc440903560 sp=0xc440903520 pc=0x4f38a4
encoding/json.(*mapEncoder).encode(0xc42000e0d8, 0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:684 +0x45f fp=0xc4409036c0 sp=0xc440903560 pc=0x4eb41f
encoding/json.(*mapEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:700 +0x64 fp=0xc440903700 sp=0xc4409036c0 pc=0x4f3724
encoding/json.(*structEncoder).encode(0xc4202f0240, 0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420260100)
/usr/local/go/src/encoding/json/encode.go:639 +0x255 fp=0xc440903860 sp=0xc440903700 pc=0x4eac35
encoding/json.(*structEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0x100)
/usr/local/go/src/encoding/json/encode.go:653 +0x64 fp=0xc4409038a0 sp=0xc440903860 pc=0x4f36a4
encoding/json.typeEncoder.func1(0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420060100)
/usr/local/go/src/encoding/json/encode.go:362 +0x79 fp=0xc4409038e0 sp=0xc4409038a0 pc=0x4f2d09
encoding/json.(*ptrEncoder).encode(0xc42000e0d0, 0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0x7c0100)
/usr/local/go/src/encoding/json/encode.go:780 +0xe3 fp=0xc440903920 sp=0xc4409038e0 pc=0x4ebff3
encoding/json.(*ptrEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x83dd00, 0xc42006e240, 0x16, 0xc42f5d0100)
/usr/local/go/src/encoding/json/encode.go:785 +0x64 fp=0xc440903960 sp=0xc440903920 pc=0x4f38a4
encoding/json.(*mapEncoder).encode(0xc42000e0d8, 0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:684 +0x45f fp=0xc440903ac0 sp=0xc440903960 pc=0x4eb41f
encoding/json.(*mapEncoder).(encoding/json.encode)-fm(0xc4200e46e0, 0x7f55a0, 0xc42006e260, 0x195, 0x100)
/usr/local/go/src/encoding/json/encode.go:700 +0x64 fp=0xc440903b00 sp=0xc440903ac0 pc=0x4f3724
encoding/json.(*structEncoder).encode(0xc4202f0240, 0xc4200e46e0, 0x837e00, 0xc42006e240, 0x199, 0xc420260100)
/usr/local/go/src/encoding/json/encode.go:639 +0x255 fp=0xc440903c60 sp=0xc440903b00 pc=0x4eac35
…additional frames elided…
no scan result found at /bitrise/src/scan_result/result.json
nothing to upload
| |
±–±--------------------------------------------------------------±---------+
| x | Running project scanner (exit code: 1) | 193 sec |
±–±--------------------------------------------------------------±---------+
| Issue tracker: …://github.com/bitrise-steplib/steps-project-scanner/issues |
| Source: https://github.com/bitrise-steplib/steps-project-scanner |
±–±--------------------------------------------------------------±---------+
±-----------------------------------------------------------------------------+
| bitrise summary |
±–±--------------------------------------------------------------±---------+
| | title | time (s) |
±–±--------------------------------------------------------------±---------+
| ✓ | Activate App SSH key | 9.93 sec |
±–±--------------------------------------------------------------±---------+
| Update available: 3.1.1 -> 4.0.3 |
±–±--------------------------------------------------------------±---------+
| ✓ | Git Clone Repository | 25 sec |
±–±--------------------------------------------------------------±---------+
| Update available: 3.4.3 -> 4.0.11 |
±–±--------------------------------------------------------------±---------+
| x | Running project scanner (exit code: 1) | 193 sec |
±–±--------------------------------------------------------------±---------+
| Issue tracker: …://github.com/bitrise-steplib/steps-project-scanner/issues |
| Source: https://github.com/bitrise-steplib/steps-project-scanner |
±–±--------------------------------------------------------------±---------+
| Total runtime: 227 sec |
±-----------------------------------------------------------------------------+
Submitting anonymized usage informations…
For more information visit:
Thanks!
We’ll look into it and get back to you here!
Hi!
Our tooling team is investigating what could be causing the problem with our scanner.
Until then:
When the validation fail could you click the try again without validation?
This way the project should be added, but it would require manual configuration.
You may be interested in voting for this feature request:
http://discuss.bitrise.io/t/add-option-to-skip-add-new-app-setup-wizard/5579/3
I have that same problem when i try add my app.
Sorry for the inconvenience! Are you receiving the same
runtime: goroutine stack exceeds 1000000000-byte limit
fatal error: stack overflow
Error? Are you able to proceed with adding your app manually?
Hi, I’m facing the same issue with an android app
runtime: goroutine stack exceeds 1000000000-byte limit
fatal error: stack overflow
Hi there!
Sorry about this issue. We are still looking into it, can you maybe contact us and send us the log of the validation console on our on-site chat please?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.