[Reproducible Builds] Fails due to log file
While checking the reproducible build i found some differences, below are the steps to see the differences
$ ./kas-container build kas-cip.yml:kas/board/qemu-amd64.yml && mv build build1
$ ./kas-container build kas-cip.yml:kas/board/qemu-amd64.yml && mv build build2
$ mkdir -p mount1 mount2
$ sudo mount -o loop build1/tmp/deploy/images/qemu-amd64/cip-core-image-cip-core-buster-qemu-amd64.ext4.img ./mount1/
$ sudo mount -o loop build2/tmp/deploy/images/qemu-amd64/cip-core-image-cip-core-buster-qemu-amd64.ext4.img ./mount2/
$ rsync -nrclv ./mount1/ ./mount2/ > differences.txt
In this issue, i picked the reproducible failures due to log files has different time values in it and also the temporary folders with different names
tmp/gpghome8FWVdFeHvI/
tmp/gpghome8FWVdFeHvI/private-keys-v1.d/
var/log/alternatives.log
var/log/bootstrap.log
var/log/dpkg.log
var/log/apt/history.log
var/log/apt/term.log