Build start time: Fri Jul 18 06:58:02 UTC 2025
[ REASON ] : target/debs/bullseye/initramfs-tools_0.140_all.deb does not exist
[ FLAGS FILE ] : []
[ FLAGS DEPENDS ] : []
[ FLAGS DIFF ] : []
make[1]: warning: -j112 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/sonic/src/initramfs-tools'
# Obtaining the initramfs-tools
rm -rf ./initramfs-tools
git clone https://salsa.debian.org/kernel-team/initramfs-tools.git ./initramfs-tools
# Patch
pushd ./initramfs-tools
git checkout v0.140
QUILT_PATCHES=.. quilt push -a
# Build the package
rm -f debian/*.debhelper.log
dpkg-buildpackage -rfakeroot -b -us -uc -j112 --admindir /sonic/dpkg/tmp.MP0qjvrX6k
popd
mv initramfs-tools-core_0.140_all.deb initramfs-tools_0.140_all.deb /sonic/target/debs/bullseye/
Cloning into './initramfs-tools'...
/sonic/src/initramfs-tools/initramfs-tools /sonic/src/initramfs-tools
Note: switching to 'v0.140'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at f350f12 Releasing version 0.140.
Applying patch ../loopback-file-system-support.patch
patching file init
patching file initramfs-tools.7
patching file scripts/functions
Hunk #1 succeeded at 501 (offset 56 lines).
patching file scripts/local
Hunk #1 succeeded at 159 (offset -11 lines).
Hunk #2 succeeded at 173 (offset -11 lines).
patching file scripts/nfs
Applying patch ../loopback-file-offset-support.patch
patching file init
patching file initramfs-tools.7
patching file scripts/functions
Hunk #1 succeeded at 529 (offset 56 lines).
Now at patch ../loopback-file-offset-support.patch
dpkg-buildpackage: info: source package initramfs-tools
dpkg-buildpackage: info: source version 0.140
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Bastian Blank
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
debian/rules clean
make[2]: Entering directory '/sonic/src/initramfs-tools/initramfs-tools'
make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
dh clean --with bash-completion
dh_clean
make[2]: Leaving directory '/sonic/src/initramfs-tools/initramfs-tools'
debian/rules binary
make[2]: Entering directory '/sonic/src/initramfs-tools/initramfs-tools'
make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
dh binary --with bash-completion
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_test
make[3]: Entering directory '/sonic/src/initramfs-tools/initramfs-tools'
shellcheck -e SC1090,SC1091 -s dash hook-functions $(find hooks scripts -type f) $({ find . -maxdepth 1 -type f -executable; find debian -maxdepth 1 -type f; find docs kernel -type f; } | xargs grep -l '^#!/bin/sh')
make[3]: Leaving directory '/sonic/src/initramfs-tools/initramfs-tools'
create-stamp debian/debhelper-build-stamp
dh_prep
dh_installdirs
debian/rules override_dh_install
make[3]: Entering directory '/sonic/src/initramfs-tools/initramfs-tools'
sed -e 's,@BUSYBOX_PACKAGES@,busybox or busybox-static,' \
-e 's/@BUSYBOX_MIN_VERSION@/1:1.22.0-17~/' \
mkinitramfs > debian/initramfs-tools-core/usr/sbin/mkinitramfs
chmod 755 debian/initramfs-tools-core/usr/sbin/mkinitramfs
dh_install
make[3]: Leaving directory '/sonic/src/initramfs-tools/initramfs-tools'
dh_installdocs
dh_installchangelogs
dh_installexamples
dh_installman
dh_bash-completion
debian/rules override_dh_installinitramfs
make[3]: Entering directory '/sonic/src/initramfs-tools/initramfs-tools'
make[3]: Leaving directory '/sonic/src/initramfs-tools/initramfs-tools'
dh_lintian
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
dh_fixperms
dh_missing
dh_installdeb
debian/rules override_dh_gencontrol
make[3]: Entering directory '/sonic/src/initramfs-tools/initramfs-tools'
echo >> debian/initramfs-tools-core.substvars "busybox:Breaks=busybox (<< 1:1.22.0-17~) , busybox-static (<< 1:1.22.0-17~)"
echo >> debian/initramfs-tools-core.substvars "busybox:Recommends=busybox (>= 1:1.22.0-17~) | busybox-static (>= 1:1.22.0-17~)"
dh_gencontrol
make[3]: Leaving directory '/sonic/src/initramfs-tools/initramfs-tools'
dh_md5sums
dh_builddeb
dpkg-deb: building package 'initramfs-tools' in '../initramfs-tools_0.140_all.deb'.
dpkg-deb: building package 'initramfs-tools-core' in '../initramfs-tools-core_0.140_all.deb'.
make[2]: Leaving directory '/sonic/src/initramfs-tools/initramfs-tools'
dpkg-genbuildinfo --build=binary --admindir=/sonic/dpkg/tmp.MP0qjvrX6k
dpkg-genchanges --build=binary >../initramfs-tools_0.140_amd64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
dpkg-source --after-build .
dpkg-buildpackage: info: binary-only upload (no source included)
/sonic/src/initramfs-tools
make[1]: Leaving directory '/sonic/src/initramfs-tools'
Build end time: Fri Jul 18 06:58:10 UTC 2025
Elapsed time: 0h 0m 8s
|