Skip to content

ign -> gz CMake, Python, Partial Source, and File Migrations : gz-math#462

Merged
methylDragon merged 2 commits intomainfrom
ci_matching_branch/file_and_source_migration
Jul 13, 2022
Merged

ign -> gz CMake, Python, Partial Source, and File Migrations : gz-math#462
methylDragon merged 2 commits intomainfrom
ci_matching_branch/file_and_source_migration

Conversation

@methylDragon
Copy link
Copy Markdown
Contributor

@methylDragon
Copy link
Copy Markdown
Contributor Author

@osrf-jenkins run tests please!

1 similar comment
@methylDragon
Copy link
Copy Markdown
Contributor Author

@osrf-jenkins run tests please!

Copy link
Copy Markdown
Member

@scpeters scpeters left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interval python test failed:

128: Traceback (most recent call last):
128:   File "/Users/jenkins/workspace/ignition_math-ci-pr_any-homebrew-amd64/ign-math/src/python_pybind11/test/Interval_TEST.py", line 17, in <module>
128:     from ignition.math import Intervald
128: ModuleNotFoundError: No module named 'ignition.math'
128/165 Test #128: Interval_TEST.py ..................................***Failed    0.12 sec

the python test failures don't show up in homebrew CI unfortunately

CMakeLists.txt Outdated

gz_configure_project(
REPLACE_IGNITION_INCLUDE_PATH gz/math
REPLACE_INCLUDE_PATH gz/math
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this line can be removed since the default path is gz/math as of gazebosim/gz-cmake#277

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed here and everywhere else 008784a

@methylDragon methylDragon force-pushed the ci_matching_branch/file_and_source_migration branch 2 times, most recently from 4b6a0a4 to 008784a Compare July 12, 2022 20:55
@methylDragon
Copy link
Copy Markdown
Contributor Author

methylDragon commented Jul 12, 2022

Interval python test failed:

128: Traceback (most recent call last):
128:   File "/Users/jenkins/workspace/ignition_math-ci-pr_any-homebrew-amd64/ign-math/src/python_pybind11/test/Interval_TEST.py", line 17, in <module>
128:     from ignition.math import Intervald
128: ModuleNotFoundError: No module named 'ignition.math'
128/165 Test #128: Interval_TEST.py ..................................***Failed    0.12 sec

the python test failures don't show up in homebrew CI unfortunately

New build has it passing: https://build.osrfoundation.org/job/ignition_math-ci-pr_any-homebrew-amd64/1826/consoleFull

There was a bug in how the symlinks were being installed/created. Fixed here and in sim.

127/165 Test #127: Inertial_TEST.py ..................................   Passed    0.14 sec
test 128
        Start 128: Interval_TEST.py

128: Test command: /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/bin/python3.8 "/Users/jenkins/workspace/ignition_math-ci-pr_any-homebrew-amd64/ign-math/src/python_pybind11/test/Interval_TEST.py"
128: Environment variables: 
128:  PYTHONPATH=/Users/jenkins/workspace/ignition_math-ci-pr_any-homebrew-amd64/build/fake/install/lib/python/
128:  LD_LIBRARY_PATH=/Users/jenkins/workspace/ignition_math-ci-pr_any-homebrew-amd64/build/fake/install/lib:
128: Test timeout computed to be: 1500
128: ........
128: ----------------------------------------------------------------------
128: Ran 8 tests in 0.001s
128: 
128: OK
128/165 Test #128: Interval_TEST.py ..................................   Passed    0.12 sec
test 129

conda search libgz-math* --channel conda-forge --info
```
See the [Conda release repository](https://github.com/conda-forge/libignition-math4-feedstock) for more information.
See the [Conda release repository](https://github.com/conda-forge/libgz-math4-feedstock) for more information.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this conda link doesn't work with the change. I'm not sure if any of the conda portion should be migrated actually

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed! bc118cb

@methylDragon methylDragon force-pushed the ci_matching_branch/file_and_source_migration branch from 008784a to bc118cb Compare July 12, 2022 23:42
@methylDragon
Copy link
Copy Markdown
Contributor Author

@osrf-jenkins run tests please!

1 similar comment
@methylDragon
Copy link
Copy Markdown
Contributor Author

@osrf-jenkins run tests please!

@methylDragon methylDragon force-pushed the ci_matching_branch/file_and_source_migration branch from bc118cb to c5ade3a Compare July 13, 2022 00:17
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 13, 2022

Codecov Report

Merging #462 (0d60a5a) into main (0718094) will not change coverage.
The diff coverage is n/a.

❗ Current head 0d60a5a differs from pull request most recent head 1d1be5c. Consider uploading reports for the commit 1d1be5c to get more accurate results

@@           Coverage Diff           @@
##             main     #462   +/-   ##
=======================================
  Coverage   99.69%   99.69%           
=======================================
  Files          74       74           
  Lines        6845     6845           
=======================================
  Hits         6824     6824           
  Misses         21       21           
Impacted Files Coverage Δ
eigen3/include/gz/math/eigen3/Conversions.hh 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0718094...1d1be5c. Read the comment docs.

Signed-off-by: methylDragon <methylDragon@gmail.com>
Signed-off-by: methylDragon <methylDragon@gmail.com>
@methylDragon methylDragon force-pushed the ci_matching_branch/file_and_source_migration branch from c5ade3a to 1d1be5c Compare July 13, 2022 08:12
@methylDragon methylDragon merged commit 49eba8f into main Jul 13, 2022
@methylDragon methylDragon deleted the ci_matching_branch/file_and_source_migration branch July 13, 2022 08:46
methylDragon added a commit that referenced this pull request Jul 13, 2022
Signed-off-by: methylDragon <methylDragon@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🌱 garden Ignition Garden

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants