Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libignition-physics v4.0.0 #14

Merged
merged 30 commits into from
Jun 25, 2021

Conversation

regro-cf-autotick-bot
Copy link
Contributor

It is very likely that the current package version for this feedstock is out of date.
Notes for merging this PR:

  1. Feel free to push to the bot's branch to update this PR if needed.
  2. The bot will almost always only open one PR per version.
    Checklist before merging this PR:
  • Dependencies have been updated if changed: see upstream
  • Tests have passed
  • Updated license if changed and license_file is packaged

Note that the bot will stop issuing PRs if more than 3 Version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR.

NEW: If you want these PRs to be merged automatically, make an issue with @conda-forge-admin,please add bot automerge in the title and merge the resulting PR. This command will add our new bot automerge feature to your feedstock!

If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase @conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

This PR was created by the regro-cf-autotick-bot.
The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (conda install -c conda-forge rever) and pip (pip install re-ver) installable.
Finally, feel free to drop us a line if there are any issues!
This PR was generated by https://github.com/regro/autotick-bot/actions/runs/706569063, please use this URL for debugging

Dependency Analysis

We couldn't run dependency analysis due to an internal error in the bot. :( Help is very welcome!

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@Tobias-Fischer
Copy link
Contributor

Needs conda-forge/libignition-common-feedstock#29 and conda-forge/libsdformat-feedstock#27

@traversaro traversaro self-assigned this Apr 1, 2021
@traversaro
Copy link
Contributor

@traversaro
Copy link
Contributor

@conda-forge-admin please rerender

@github-actions
Copy link
Contributor

github-actions bot commented Apr 2, 2021

Hi! This is the friendly automated conda-forge-webservice.
I tried to rerender for you, but it looks like there was nothing to do.

@traversaro traversaro closed this Apr 2, 2021
@traversaro traversaro reopened this Apr 2, 2021
@traversaro traversaro closed this Apr 2, 2021
@traversaro traversaro reopened this Apr 2, 2021
@traversaro
Copy link
Contributor

Two test failure, but that highlighted real problems:

The following tests FAILED:
	 19 - INTEGRATION_ExamplesBuild_TEST (Failed)
	 48 - UNIT_WorldFeatures_TEST (Failed)

Related PRs:

@traversaro
Copy link
Contributor

One test failure is strange, as latest dartsim should be linked against bullet 3.09 .

48/75 Test #48: UNIT_WorldFeatures_TEST .....................***Failed    0.06 sec
[==========] Running 2 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 2 tests from WorldFeaturesFixture
[ RUN      ] WorldFeaturesFixture.CollisionDetector
Error while loading the library [$SRC_DIR/build/lib/libignition-physics4-dartsim-plugin.so.4.0.0]: libBulletDynamics.so.2.89: cannot open shared object file: No such file or directory
[ignition::plugin::Loader::LookupPlugin] Failed to get info for [ignition::physics::dartsim::Plugin]. Could not find a plugin with that name or alias.
../dartsim/src/WorldFeatures_TEST.cc:62: Failure
Expected: (nullptr) != (this->engine), actual: (nullptr) vs 0
[  FAILED  ] WorldFeaturesFixture.CollisionDetector (1 ms)
[ RUN      ] WorldFeaturesFixture.Solver
Error while loading the library [$SRC_DIR/build/lib/libignition-physics4-dartsim-plugin.so.4.0.0]: libBulletDynamics.so.2.89: cannot open shared object file: No such file or directory
[ignition::plugin::Loader::LookupPlugin] Failed to get info for [ignition::physics::dartsim::Plugin]. Could not find a plugin with that name or alias.
../dartsim/src/WorldFeatures_TEST.cc:62: Failure
Expected: (nullptr) != (this->engine), actual: (nullptr) vs 0
[  FAILED  ] WorldFeaturesFixture.Solver (1 ms)

@traversaro
Copy link
Contributor

One test failure is strange, as latest dartsim should be linked against bullet 3.09 .

A dartsim rebuild (conda-forge/dartsim-feedstock#9) seem to have fixed the problem, now the problem seems to be on Windows:

2021-04-03T13:36:40.6871269Z BulletDynamics.lib(btRigidBody.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in DARTDoublePendulum.cc.obj
2021-04-03T13:36:40.6879189Z BulletCollision.lib(btCollisionObject.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in DARTDoublePendulum.cc.obj
2021-04-03T13:36:40.6880513Z BulletCollision.lib(btCollisionShape.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in DARTDoublePendulum.cc.obj
2021-04-03T13:36:40.6881567Z BulletCollision.lib(btConvexShape.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in DARTDoublePendulum.cc.obj
2021-04-03T13:36:40.6882739Z BulletCollision.lib(btDbvt.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in DARTDoublePendulum.cc.obj
2021-04-03T13:36:40.6883781Z BulletCollision.lib(btPolyhedralConvexShape.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in DARTDoublePendulum.cc.obj
2021-04-03T13:36:40.6885038Z BulletCollision.lib(btConvexPolyhedron.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in DARTDoublePendulum.cc.obj
2021-04-03T13:36:40.6886027Z LinearMath.lib(btConvexHull.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in DARTDoublePendulum.cc.obj
2021-04-03T13:36:40.6887059Z LinearMath.lib(btConvexHullComputer.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in DARTDoublePendulum.cc.obj
2021-04-03T13:36:40.6888094Z LinearMath.lib(btGeometryUtil.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in DARTDoublePendulum.cc.obj

Bullet seems to be compiled with the wrong compilation options on Windows (MT instead of MD).

@traversaro
Copy link
Contributor

2021-04-03T13:36:40.6871269Z BulletDynamics.lib(btRigidBody.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in DARTDoublePendulum.cc.obj
2021-04-03T13:36:40.6879189Z BulletCollision.lib(btCollisionObject.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in DARTDoublePendulum.cc.obj
2021-04-03T13:36:40.6880513Z BulletCollision.lib(btCollisionShape.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in DARTDoublePendulum.cc.obj
2021-04-03T13:36:40.6881567Z BulletCollision.lib(btConvexShape.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in DARTDoublePendulum.cc.obj
2021-04-03T13:36:40.6882739Z BulletCollision.lib(btDbvt.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in DARTDoublePendulum.cc.obj
2021-04-03T13:36:40.6883781Z BulletCollision.lib(btPolyhedralConvexShape.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in DARTDoublePendulum.cc.obj
2021-04-03T13:36:40.6885038Z BulletCollision.lib(btConvexPolyhedron.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in DARTDoublePendulum.cc.obj
2021-04-03T13:36:40.6886027Z LinearMath.lib(btConvexHull.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in DARTDoublePendulum.cc.obj
2021-04-03T13:36:40.6887059Z LinearMath.lib(btConvexHullComputer.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in DARTDoublePendulum.cc.obj
2021-04-03T13:36:40.6888094Z LinearMath.lib(btGeometryUtil.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in DARTDoublePendulum.cc.obj

Fix: conda-forge/bullet-feedstock#33 .

@traversaro traversaro closed this Apr 3, 2021
@traversaro traversaro reopened this Apr 3, 2021
@traversaro traversaro closed this Apr 3, 2021
@Tobias-Fischer
Copy link
Contributor

@conda-forge-admin please rerender

@Tobias-Fischer Tobias-Fischer mentioned this pull request Jun 14, 2021
5 tasks
@Tobias-Fischer
Copy link
Contributor

@conda-forge-admin please rerender

@Tobias-Fischer
Copy link
Contributor

@conda-forge-admin please rerender

@Tobias-Fischer
Copy link
Contributor

@conda-forge-admin please rerender

conda-forge-linter and others added 2 commits June 14, 2021 03:51
@Tobias-Fischer
Copy link
Contributor

Needs conda-forge/vc-feedstock#36

@Tobias-Fischer
Copy link
Contributor

Error for reference:

23/43 Test #23: UNIT_Collisions_TEST .................***Failed    0.12 sec
[==========] Running 3 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 3 tests from PhysicsPlugins/Collisions_TEST
[ RUN      ] PhysicsPlugins/Collisions_TEST.MeshAndPlane/0
[Err] [..\src\SystemPaths.cc:372] Unable to find file with URI [D:///bld/libignition-physics4_1624498949592/work/resources/chassis.dae]
[Err] [..\src\SystemPaths.cc:462] Could not resolve file [D:/bld/libignition-physics4_1624498949592/work/resources/chassis.dae]
[Err] [..\graphics\src\MeshManager.cc:172] Unable to find file[D:/bld/libignition-physics4_1624498949592/work/resources/chassis.dae]
Testing library D:/bld/libignition-physics4_1624498949592/work/build/bin/ignition-physics4-dartsim-plugin.dll
 -- Plugin name: ignition::physics::dartsim::Plugin
unknown file: error: SEH exception with code 0xc0000005 thrown in the test body.
[  FAILED  ] PhysicsPlugins/Collisions_TEST.MeshAndPlane/0, where GetParam() = "D:/bld/libignition-physics4_1624498949592/work/build/bin/ignition-physics4-dartsim-plugin.dll" (27 ms)
[ RUN      ] PhysicsPlugins/Collisions_TEST.MeshAndPlane/1
[       OK ] PhysicsPlugins/Collisions_TEST.MeshAndPlane/1 (0 ms)
[ RUN      ] PhysicsPlugins/Collisions_TEST.MeshAndPlane/2
[       OK ] PhysicsPlugins/Collisions_TEST.MeshAndPlane/2 (0 ms)
[----------] 3 tests from PhysicsPlugins/Collisions_TEST (27 ms total)

[----------] Global test environment tear-down
[==========] 3 tests from 1 test case ran. (27 ms total)
[  PASSED  ] 2 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] PhysicsPlugins/Collisions_TEST.MeshAndPlane/0, where GetParam() = "D:/bld/libignition-physics4_1624498949592/work/build/bin/ignition-physics4-dartsim-plugin.dll"

 1 FAILED TEST

@Tobias-Fischer
Copy link
Contributor

@traversaro - what do you think is the best way forward here?

@traversaro
Copy link
Contributor

If only a test is failing, probably just skipping the offending test in ctest may be the best compromise.

@Tobias-Fischer Tobias-Fischer merged commit 91a5fd7 into conda-forge:master Jun 25, 2021
@regro-cf-autotick-bot regro-cf-autotick-bot deleted the 4.0.0_hd81ae1 branch June 25, 2021 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants