Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A ArduinoJson
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Benoît Blanchon
  • ArduinoJson
  • Issues
  • #1493
Closed
Open
Issue created Feb 03, 2021 by Administrator@rootContributor

Fix CI Builds

Created by: maxgerhardt

On the main page it can be seen that the the builds are failing.

Further looking at https://travis-ci.org/github/bblanchon/ArduinoJson shows that 3 tests regarding clang are failing with an error message

NEW_FUNC[1/1]: ==7314==ERROR: External symbolizer path is set to '/usr/bin/llvm-symbolizer-7' which isn't a known symbolizer. Please set the path to the llvm-symbolizer binary or other known tool.

and 3 PlatformIO tests are failing with

+pip install --user platformio
..
Successfully installed bottle-0.12.19 click-7.1.2 colorama-0.4.4 marshmallow-2.21.0 platformio-5.1.0 pyelftools-0.27 semantic-version-2.8.5 tabulate-0.8.7
+platformio lib install 868

Error: Python 3.6 or later is required for this operation. 

Please check a migration guide:

https://docs.platformio.org/en/latest/core/migration.html#drop-support-for-python-2-and-3-5

The latter shoult be fixed installing Python3 and using pip3 to install PlatformIO. For the first one, idk.

Assignee
Assign to
Time tracking