You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, there isn't much output from the charm build step when a charm is successfully built so it makes it quite hard:
:: proof: I: all charms should provide at least one thing
:: charm tool execution command=['charm', 'proof']
:: charm tool execution WARNING: returncode=100
:: charm tool execution command=['charm', 'build', '-o', PosixPath('/home/buildd/haw-test/build/parts/charm/build')]
:: charm tool execution WARNING: returncode=100
Running step STAGE for part 'charm'
Execute action
Running step PRIME for part 'charm'
Execute action
Check result: language [attribute] unknown (The charm is written with Python.; see more at https://juju.is/docs/sdk/charmcraft-analyzers-and-linters#heading--language).
Check result: framework [attribute] unknown (None; see more at https://juju.is/docs/sdk/charmcraft-analyzers-and-linters#heading--framework).
Creating the package itself
Created 'haw-test_ubuntu-20.04-amd64.charm'.
Any chance we can call charm build with -v / --verbose when charmcraft pack is called with --verbosity trace?
The text was updated successfully, but these errors were encountered:
Hi,
Trying to debug a build/pack issue, #923, I'm trying to compare output from a failed and previously successful one:
https://launchpadlibrarian.net/631398435/buildlog_charm_ubuntu_focal_amd64_haw-test_BUILDING.txt.gz
https://launchpadlibrarian.net/632662139/buildlog_charm_ubuntu_focal_amd64_testing_BUILDING.txt.gz
Unfortunately, there isn't much output from the
charm build
step when a charm is successfully built so it makes it quite hard:Any chance we can call
charm build
with-v
/--verbose
whencharmcraft pack
is called with--verbosity trace
?The text was updated successfully, but these errors were encountered: