conda-forge / gz-sim-feedstock

A conda-smithy repository for gz-sim.
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

Rebuild for tinyxml2 10 #39

Closed regro-cf-autotick-bot closed 7 months ago

regro-cf-autotick-bot commented 7 months ago

This PR has been triggered in an effort to update tinyxml210.

Notes and instructions for merging this PR:

  1. Please merge the PR only after the tests have passed.
  2. Feel free to push to the bot's branch to update this PR if needed.

Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.


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 code>@<space/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. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/7439190760, please use this URL for debugging.

conda-forge-webservices[bot] commented 7 months ago

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.

github-actions[bot] commented 7 months ago

Hi! This is the friendly conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

Thus the PR was passing and merged! Have a great day!

Tobias-Fischer commented 7 months ago

We are hitting timeouts. I'm not sure why the builds are so slow - the last builds on the main branch were <90 minutes. Any clues @traversaro?

traversaro commented 7 months ago

We are hitting timeouts. I'm not sure why the builds are so slow - the last builds on the main branch were <90 minutes. Any clues @traversaro?

It seems that the step are become quite slower (like in the order of many order of magnitude times slower) are the Needed DSO checks.

Old build:

2023-11-03T18:35:06.1577990Z    INFO (libgz-sim8,lib/libgz-sim8-particle-emitter-system.8.0.0.dylib): lib/libgz-sim8.8.dylib found in this package
2023-11-03T18:35:06.1580350Z    INFO (libgz-sim8,lib/libgz-sim8-particle-emitter-system.8.0.0.dylib): Needed DSO lib/libgz-common5.5.dylib found in conda-forge::libgz-common5-5.4.2-h0374d03_1
2023-11-03T18:35:06.1582990Z    INFO (libgz-sim8,lib/libgz-sim8-particle-emitter-system.8.0.0.dylib): Needed DSO /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/lib/libSystem.B.dylib found in $SYSROOT
2023-11-03T18:35:06.1586030Z    INFO (libgz-sim8,lib/libgz-sim8-particle-emitter-system.8.0.0.dylib): Needed DSO lib/libgz-transport13.13.dylib found in conda-forge::libgz-transport13-13.0.0-hf8a5ae0_4
2023-11-03T18:35:06.1588260Z    INFO (libgz-sim8,lib/libgz-sim8-particle-emitter-system.8.0.0.dylib): Needed DSO lib/libgz-msgs10.10.dylib found in conda-forge::libgz-msgs10-10.0.0-h51e45aa_3
2023-11-03T18:35:06.1590480Z    INFO (libgz-sim8,lib/libgz-sim8-particle-emitter-system.8.0.0.dylib): Needed DSO lib/libsdformat14.14.dylib found in conda-forge::libsdformat14-14.0.0-h78c10fd_0
2023-11-03T18:35:06.1592660Z    INFO (libgz-sim8,lib/libgz-sim8-particle-emitter-system.8.0.0.dylib): Needed DSO lib/libprotobuf.24.4.0.dylib found in conda-forge::libprotobuf-4.24.4-h0ee05dc_0
2023-11-03T18:35:06.1594850Z    INFO (libgz-sim8,lib/libgz-sim8-particle-emitter-system.8.0.0.dylib): Needed DSO lib/libc++.1.dylib found in conda-forge::libcxx-16.0.6-hd57cbcb_0

~0.002 seconds to check a library, new build:

2024-01-08T00:54:18.0955310Z    INFO (libgz-sim7,lib/gz-sim-7/plugins/libgz-sim7-particle-emitter2-system.dylib): lib/libgz-sim7.7.dylib found in this package
2024-01-08T00:54:23.7872470Z    INFO (libgz-sim7,lib/gz-sim-7/plugins/libgz-sim7-particle-emitter2-system.dylib): Needed DSO lib/libgz-common5.5.dylib found in conda-forge/osx-64::libgz-common5==5.4.2=h3a4a2cd_3
2024-01-08T00:54:23.7873680Z    INFO (libgz-sim7,lib/gz-sim-7/plugins/libgz-sim7-particle-emitter2-system.dylib): Needed DSO /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/lib/libSystem.B.dylib found in $SYSROOT
2024-01-08T00:54:29.5216280Z    INFO (libgz-sim7,lib/gz-sim-7/plugins/libgz-sim7-particle-emitter2-system.dylib): Needed DSO lib/libgz-transport12.12.dylib found in conda-forge/osx-64::libgz-transport12==12.2.1=h20e5693_4
2024-01-08T00:54:35.2907190Z    INFO (libgz-sim7,lib/gz-sim-7/plugins/libgz-sim7-particle-emitter2-system.dylib): Needed DSO lib/libgz-msgs9.9.dylib found in conda-forge/osx-64::libgz-msgs9==9.5.0=h7effe08_4
2024-01-08T00:54:40.3920580Z    INFO (libgz-sim7,lib/gz-sim-7/plugins/libgz-sim7-particle-emitter2-system.dylib): Needed DSO lib/libprotobuf.24.4.0.dylib found in conda-forge/osx-64::libprotobuf==4.24.4=h0ee05dc_0
2024-01-08T00:54:46.0814030Z    INFO (libgz-sim7,lib/gz-sim-7/plugins/libgz-sim7-particle-emitter2-system.dylib): Needed DSO lib/libc++.1.dylib found in conda-forge/osx-64::libcxx==16.0.6=hd57cbcb_0

~28 seconds to check a library.

traversaro commented 7 months ago

Ok, the problem seems now to be solved.