julia icon indicating copy to clipboard operation
julia copied to clipboard

Test PkgEval effect of deleting slow path debuginfo lookup on 1.12

Open KristofferC opened this issue 6 months ago • 5 comments

There are quite a few packages that time out on 1.12. I want to see if it has to do with this slow debuginfo lookup that happens for deprecation warnings.

KristofferC avatar Jun 09 '25 09:06 KristofferC

@nanosoldier runtests(["SymbolicIndexingInterface", "OSQP", "SoleBase", "FastCholesky", "EnergySamplers", "JUDI", "GMT", "NeutralLandscapes", "PRASCapacityCredits", "DataToolkitCommon", "WaveOpticsPropagation", "AdmittanceModels", "YAAD", "Quante", "ParaReal", "LaserTypes", "GEOTRACES", "Mango", "Sensemakr", "XCALibre", "ExplainableAI", "SimulationLogs", "GeometricalOptics", "DynamicMovementPrimitives", "DistributedStwdLDA", "DiffusionGarnet", "MultiStateSystems", "vSmartMOM", "WGPUgfx", "MAGEMinApp", "MRINavigator", "CropRootBox", "FSimPlots"], vs = ":backports-release-1.12")

KristofferC avatar Jun 09 '25 09:06 KristofferC

The package evaluation job you requested has completed - no new issues were detected. The full report is available.

Report summary

❗ Packages that crashed

1 packages crashed only on the current version.

  • The process was aborted: 1 packages

✖ Packages that failed

17 packages failed on the previous version too.

✔ Packages that passed tests

6 packages passed tests only on the current version.

  • Other: 6 packages

7 packages passed tests on the previous version too.

➖ Packages that were skipped altogether

1 packages were skipped only on the current version.

  • Package could not be installed: 1 packages

1 packages were skipped on the previous version too.

nanosoldier avatar Jun 09 '25 12:06 nanosoldier

Both OrdinaryDiffEq and GPUCompiler seems to be broken at thet time when running this. OrdinaryDiffEq should have been fixed by https://github.com/JuliaObjects/ConstructionBase.jl/pull/102 and GPUCompiler needs a tweak.

KristofferC avatar Jun 09 '25 14:06 KristofferC

@nanosoldier runtests(["SymbolicIndexingInterface", "OSQP", "SoleBase", "FastCholesky", "EnergySamplers", "JUDI", "GMT", "NeutralLandscapes", "PRASCapacityCredits", "DataToolkitCommon", "WaveOpticsPropagation", "AdmittanceModels", "YAAD", "Quante", "ParaReal", "LaserTypes", "GEOTRACES", "Mango", "Sensemakr", "XCALibre", "ExplainableAI", "SimulationLogs", "GeometricalOptics", "DynamicMovementPrimitives", "DistributedStwdLDA", "DiffusionGarnet", "MultiStateSystems", "vSmartMOM", "WGPUgfx", "MAGEMinApp", "MRINavigator", "CropRootBox", "FSimPlots"], vs = ":release-1.12")

KristofferC avatar Jun 09 '25 14:06 KristofferC

The package evaluation job you requested has completed - possible new issues were detected. The full report is available.

Report summary

✖ Packages that failed

5 packages failed only on the current version.

  • Package fails to precompile: 5 packages

13 packages failed on the previous version too.

✔ Packages that passed tests

7 packages passed tests only on the current version.

  • Other: 7 packages

7 packages passed tests on the previous version too.

➖ Packages that were skipped altogether

1 packages were skipped on the previous version too.

nanosoldier avatar Jun 09 '25 16:06 nanosoldier