Leandro Motta Barros

Results 27 issues of Leandro Motta Barros

Bringing Go updates from kirkstone commit a38f831 (from https://git.openembedded.org/openembedded-core/). Go 1.17 is what Moby used in the version our current balenaEngine is based in. --- ### Contributor checklist - [...

Several of "CLI integration tests" are failing since we upgraded to 20.10 ([this PR](https://github.com/balena-os/balena-engine/pull/281) ~~[this PR](https://github.com/balena-os/meta-balena/pull/2498), and specifically [this commit](https://github.com/balena-os/meta-balena/pull/2498/commits/ae632d7fb7cf10e0770c6f511dd9f454ee0d9dac)~~). We must investigate and fix these failures. I looked at...

The installer script decides which arch to download based on `uname -m`. So, a device running Raspberry Pi OS would install the armv7 version. However, this version will not work,...

A delta update fails with an error message like this: ``` loading delta base image "sha256:": failed to get digest sha256:: open /var/lib/docker/image/overlay2/imagedb/content/sha256/: no such file or directory' ``` This...

Pre-allocate memory used for generating delta signatures. This reduces the pressure on the GC, uses a bit less memory and is a bit faster.

In some rare cases, the ` /mnt/data/docker/containerd/daemon/io.containerd.grpc.v1.introspection/uuid` created by containerd is empty (instead of containing an UUID). This causes some containerd operations to fail. Notably, the following command (which happens...

The test case `delta-006-007` (part of the `TestDeltaCorrectness` integration test) runs much slower than its sibling test cases, which do the same thing with different data. I don't why, but...

We have detected one more way in which the uuid file used by containerd can get corrupted. This time, the file is not empty, but doesn't contain a valid UUID...

Our docs that explain [how to use I2C with the Raspberry Pi family](https://docs.balena.io/learn/develop/hardware/i2c-and-spi/#i2c) are outdated: they still assume a single container app, while we have been recommending multi-container apps for...