On Wed, Oct 30, 2024 at 7:11 PM Vince Chang via lists.openembedded.org
<[email protected]> wrote:
>
> Hi Alex,
>
> On Wed, 30 Oct 2024 at 21:01, Alexander Kanavin via lists.openembedded.org
> > These two patches have merged, and unfortunately there are now
> > failures on the autobuilder:
> > https://valkyrie.yoctoproject.org/#/builders/35/builds/346/steps/14/logs/stdio
> > https://valkyrie.yoctoproject.org/#/builders/54/builds/325/steps/14/logs/stdio
>
> It's strange that this line of code fails to execute. It works fine on my 
> build machine. Is there a way to find out which version of parted is being 
> used on the autobuilder?
>
>   File 
> "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py",
>  line 877, in test_wic_sector_size
>     res = runCmd("export PARTED_SECTOR_SIZE=%d; parted -m %s unit b p 
> 2>/dev/null" % (wic_sector_size, images[0]))
>   File 
> "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py",
>  line 212, in runCmd
>     raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" 
> % (command, result.status, exc_output))
> AssertionError: Command 'export PARTED_SECTOR_SIZE=4096; parted -m 
> /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-3537958/wic-tmp/tmpr6vrw11i-202410301331-sda.direct
>  unit b p 2>/dev/null' returned non-zero exit status 127:
>

perhaps make it
PARTED_SECTOR_SIZE=%d parted -s %s mklabel %s" % (self.sector_size,
device, ptable_format), self.native_sysroot)

> Thanks,
> Vince
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#206567): 
https://lists.openembedded.org/g/openembedded-core/message/206567
Mute This Topic: https://lists.openembedded.org/mt/109308684/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to