Store i386 build failing case

Hello,

I setup glpi-agent to being automatically built by the new store building system. It seems it fails on the i386 build while preparing snap environment trying to install core20. The final message is:

linux32: failed to execute snap: No such file or directory
Install failed
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/lpbuildd/target/build_snap.py", line 251, in run
    self.install()
  File "/usr/lib/python3/dist-packages/lpbuildd/target/build_snap.py", line 162, in install
    snap_name])
  File "/usr/lib/python3/dist-packages/lpbuildd/target/lxd.py", line 537, in run
    subprocess.check_call(cmd, **kwargs)
  File "/usr/lib/python3.6/subprocess.py", line 311, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['lxc', 'exec', 'lp-focal-i386', '--', 'linux32', 'snap', 'install', '--channel=stable', 'core20']' returned non-zero exit status 127.

The full build log is there: https://snapcraft.io/glpi-agent/builds/1268575

Should I have to exclude i386 from my build requests ?

Also, I’m not store I created this topic in the right place. Sorry if I’m wrong.

Yes, you should omit building on i386 on core20. It’s not a supported architecture for Ubuntu 20.04, hence core20.

I missed that point.

Thank you

1 Like

No problem, have a good day! :smiley: