#tracing builds steps back to source code

1 messages · Page 1 of 1 (latest)

hushed coyote
#

My Dagger build is running steps I do not think it should, and there does not seem to be any way to map the lines I see in the terminal back to the LOC it was written on

How can I debug this?

#

also noticing that when there is an error during a build, that the stdio lines that were printed have been erased, so I cannot see my own debug prints

#

ok, this is real bizarre, wondering if some cache issue is at play here

  1. change a value to switch to a different case
  2. builds look to still be using old case, failing
  3. comment out the case
  4. build now passes
#

(sidenote PSA, don't let devs convince you alpine+glibc is a good idea 🤦 )

#

ok, nm, the error is obvious now that I look at the commit diff
🙈 🤦