Closed (fixed)
Project:
Drupal core
Version:
11.2.x-dev
Component:
recipe system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
9 Nov 2024 at 11:48 UTC
Updated:
27 Aug 2025 at 15:54 UTC
Jump to comment: Most recent
Comments
Comment #2
berdirConfirmed that it's apparently only the "foo is not a directory" message that's not an error.
Comment #3
mxr576I have also run into this problem that an error only appeared on STDOUT and not on STDERR but that has not been reported by Recipe installer.
Comment #5
mxr576With original implementation it was extremely painful for us figuring out that part of the Drupal 11.2.0 update an assert breaks in our code since the assertion error was only visible on stdout. "Failed asserting that 1 is identical to 0." was also not really helpful, so it got also improved in the MR.
Comment #6
mxr576Comment #7
attila.fekete commentedLooks good, tested.
Comment #8
mxr576The patch saved the day today again, because it helped with identifying a missing dependency inside a recipe that was completely hidden before the patch, what we have seen is just 1 !== 0 and recipe application failed.
Comment #10
alexpottCommitted edbbe5c and pushed to 11.x. Thanks!
Committed c70b768 and pushed to 11.2.x. Thanks!
More information to help people makes sense.